emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (b26852ef974 -> fb4b0b30a24)


From: Eli Zaretskii
Subject: master updated (b26852ef974 -> fb4b0b30a24)
Date: Sat, 2 Dec 2023 10:09:44 -0500 (EST)

eliz pushed a change to branch master.

      from  b26852ef974 ; Fix last change.
      adds  e551dd72f79 * etc/PROBLEMS: Add entry about pinentry with gpgsm.  
(Bug#67012)
      adds  bf0b0c9c73d Ensure that directory is expanded in package-vc-checkout
      adds  f8d9dc26c78 Fix indentation for else clause in c-ts-mode (bug#67417)
      adds  dab7cc241f4 Fix c-ts-mode indentation after if/else (bug#67417)
      adds  30841c71a5d Mention Titankey in Tramp, which has passed the tests
      adds  169a5ff7524 ; Fix typo in Gnus manual (bug#67469).
      adds  835902179cd ; Fix recent change in 'c-ts-mode'
      adds  687c416ce9b Fix example in Emacs user manual
      adds  c46700deb0a Add more text to clarify the behavior of 
'with-current-buffer'
      adds  2e5d47f578a ; * doc/lispintro/emacs-lisp-intro.texi 
(copy-to-buffer): Fix last change.
      adds  cd477bf07d8 Fix behavior of 'split-root-window-*' with 'C-u'
       new  14b62b1ae0e Merge from origin/emacs-29
      adds  ab9c62c2b33 Repair `tab-first-completion` (bug#67158)
       new  907aab88c7a ; Merge from origin/emacs-29
      adds  ab126284081 Fix typescript-ts-mode indentation for switch statements
      adds  4774a3abb4b Document, that PROCESS of signal-process can be a string
      adds  f6a06ed6c5d Elisp manual: Mention 'write-region' for saving the 
buffer
      adds  a6e9c26c8f4 ; * doc/emacs/files.texi (Save Commands): Fix last 
change.
      adds  c7e459132a9 Fix example in Emacs Lisp Intro manual
      adds  bd62bdbc680 Fix example code in Emacs Lisp Introduction manual
      adds  fbaf113bf38 rust-ts-mode: appropriately fontify doc strings
      adds  7f0bef47ddd Drop extra parenthesis in example code in Emacs Lisp 
Introduction
      adds  7ff943044e9 Fix setting cursor when the window's op line has 
'line-prefix'
      adds  546a68925c9 Fix 'Info-goto-node-web' when NODE is given in various 
forms
      adds  5f882f4ee97 ; Fix doc string punctuation in ruby-ts-mode.el.
       new  59af2c6b150 Merge from origin/emacs-29
       new  fb4b0b30a24 Revert "Ensure that directory is expanded in 
package-vc-checkout"


Summary of changes:
 doc/emacs/custom.texi                              |  4 +--
 doc/emacs/files.texi                               |  4 +++
 doc/lispintro/emacs-lisp-intro.texi                | 31 +++++++++++++---------
 doc/lispref/processes.texi                         |  3 +++
 doc/misc/gnus.texi                                 |  2 +-
 doc/misc/tramp.texi                                |  2 +-
 etc/PROBLEMS                                       | 10 +++++++
 lisp/info.el                                       | 29 +++++++++++++++-----
 lisp/net/tramp.el                                  |  5 ++--
 lisp/progmodes/c-ts-mode.el                        | 17 ++++++++++++
 lisp/progmodes/ruby-ts-mode.el                     |  4 +--
 lisp/progmodes/rust-ts-mode.el                     | 13 ++++++++-
 lisp/progmodes/typescript-ts-mode.el               |  3 +++
 lisp/window.el                                     | 14 +++++-----
 src/process.c                                      |  2 ++
 src/xdisp.c                                        |  6 +++--
 .../lisp/progmodes/c-ts-mode-resources/indent.erts | 20 ++++++++++++++
 .../typescript-ts-mode-resources/indent.erts       | 17 ++++++++++++
 18 files changed, 149 insertions(+), 37 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]