emacs-diffs
[Top][All Lists]
Advanced

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

master updated (571558e460 -> 1e0f4c554b)


From: Stefan Kangas
Subject: master updated (571558e460 -> 1e0f4c554b)
Date: Wed, 15 Feb 2023 09:13:00 -0500 (EST)

skangas pushed a change to branch master.

      from  571558e460 Teach 'diff-ignore-whitespace-hunk' how to regenerate 
all hunks
      adds  cc30422825 Fix spurious display of eclipses in Calendar
      adds  a4aa32bdff Fix 'save-restriction' for narrowing locks
      adds  97314447e6 Make 'narrowing-lock' and 'narrowing-unlock' internal
      adds  d8438e2bb4 Add 'without-narrowing' macro
      adds  0d73e4aa26 Add specific symbols for narrowings
      adds  a6cd4553d4 Rename two long line optimizations variables
      adds  79ce185ad1 Update the documentation about labeled (locked) narrowing
      adds  2956e54b1d Add an extensive test for labeled (locked) narrowing
      adds  4297039bd1 Save and restore the absence of narrowing locks
      adds  dcb2379a46 Minor improvements to labeled narrowing
      adds  b948d0d7ef Merge branch 'scratch/fix-locked-narrowing'
      adds  865758130a ; * admin/git-bisect-start: Update failing commits
      adds  10f2aedea9 ; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete 
duplicate
      adds  909bd04cf5 ; * lisp/calendar/lunar.el: Add comments. (bug#61460)
      adds  dd8b720ee7 ; * etc/NEWS: Fix typos.
      adds  3d572ae0d5 Rename with/without-narrowing to with/without-restriction
      adds  d806b0e33c * lisp/repeat.el: Rename internal function and variable 
(bug#60980)
      adds  13bcff3da5 Merge branch 'emacs-29' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-29
      adds  4bb27a5ca9 ; Minor docs copyedits
      adds  4f099a7217 ; Remove failing erc-reuse-buffers test
      adds  4eac80fcc3 ; Prepare to update ERC version to 5.5
      adds  6a32ba8b69 ; Fix the installation of dependencies for VC packages
      adds  a3751b5d0c ; Raise an error if a VC package checkout is empty
      adds  420d2cae84 Update to Transient v0.3.7-209-gdab1dfa
      adds  d97a383996 csharp-ts-mode: fontify compiler directives (bug#61512)
      adds  accd88d554 Don't indent template_string contents (bug#61503)
      adds  5206a551c1 Improve backward compatibility of save-restriction
      adds  477aa047ee rust-ts-mode: Highlight variable reassignments
      adds  a3a1ef7bd5 Fix rust-ts-mode type and module highlighting (Bug#61302)
      adds  7678b7e46f Eglot: check server capability before sending didSave 
(bug#61478)
       new  142f5683c1 Merge from origin/emacs-29
      adds  fdac69b45e ; Auto-commit of loaddefs files.
       new  1e0f4c554b ; Merge from origin/emacs-29


Summary of changes:
 admin/git-bisect-start                            |  35 ++-
 doc/lispref/commands.texi                         |   6 +
 doc/lispref/display.texi                          |  10 +-
 doc/lispref/positions.texi                        |  88 +++++++-
 doc/misc/erc.texi                                 |  12 +-
 etc/ERC-NEWS                                      |  20 +-
 etc/NEWS.29                                       |  25 ++-
 lisp/calendar/lunar.el                            |  11 +-
 lisp/emacs-lisp/package-vc.el                     |  26 ++-
 lisp/erc/erc-backend.el                           |   6 +-
 lisp/erc/erc-button.el                            |   2 +-
 lisp/erc/erc-match.el                             |   2 +-
 lisp/erc/erc-sasl.el                              |  39 ++--
 lisp/erc/erc-services.el                          |   6 +-
 lisp/erc/erc.el                                   |  44 ++--
 lisp/progmodes/c-ts-mode.el                       |   3 +-
 lisp/progmodes/csharp-mode.el                     |  27 ++-
 lisp/progmodes/eglot.el                           |  15 +-
 lisp/progmodes/js.el                              |   1 +
 lisp/progmodes/rust-ts-mode.el                    | 107 +++++++--
 lisp/progmodes/typescript-ts-mode.el              |   1 +
 lisp/repeat.el                                    |  18 +-
 lisp/subr.el                                      |  53 +++--
 lisp/transient.el                                 | 250 ++++++++++------------
 src/buffer.c                                      |  47 ++--
 src/editfns.c                                     | 118 +++++-----
 src/keyboard.c                                    |  31 ++-
 src/xdisp.c                                       |  27 +--
 test/lisp/calendar/lunar-tests.el                 |  27 +--
 test/lisp/erc/erc-scenarios-base-reuse-buffers.el |  36 ----
 test/src/buffer-tests.el                          | 106 +++++++++
 31 files changed, 759 insertions(+), 440 deletions(-)



reply via email to

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