emacs-diffs
[Top][All Lists]
Advanced

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

master updated (47ee5aacdc1 -> 61769242382)


From: Eli Zaretskii
Subject: master updated (47ee5aacdc1 -> 61769242382)
Date: Sat, 27 Jan 2024 08:16:09 -0500 (EST)

eliz pushed a change to branch master.

      from  47ee5aacdc1 ; Declare tree-sitter functions in yaml-ts-mode.el
      adds  53b5b770101 Simplify 'without-restriction'
      adds  d4b9cb6b5b6 Fix folder creation error (Bug#67361)
       new  3b091c4af87 ; Merge from origin/emacs-29
      adds  b96aa528f64 * lisp/net/eww.el (eww-retrieve): Fix args of 
eww-render for sync (bug#68336).
      adds  2cb1b76696b diff-mode: Support committing diff with file deletions
      adds  314ac2e4317 ; * lisp/mail/rmail.el 
(rmail-show-message-verbose-min): Doc fix (bug#68369).
      adds  92a7132bd6c ; * etc/NEWS: Clean up for Emacs 29.2.
      adds  20125ad97b4 ; admin/authors.el (authors-aliases): Update for Emacs 
29.2.
       new  58e2569bd30 Merge from origin/emacs-29
      adds  1ab88d8aa52 Bump Emacs version to 29.2
       new  393f1f7d24e ; Merge from origin/emacs-29
      adds  c633c90993f * Update etc/HISTORY and ChangeLog.4 for 29.2 release.
      adds  b4baf0f8216 ; Update ChangeLog.4 with latest changes.
       new  9d3229c7d1d Merge from origin/emacs-29
      adds  ef01b634d21 ; Regenerate lisp/ldefs-boot.el and etc/AUTHORS for 
29.2.
      adds  4e500d9d5ab Bump Emacs version to 29.2.50.
       new  fbe25965310 ; Merge from origin/emacs-29
      adds  25734dd40c1 ; Delete pre-release remainder in NEWS.27
      adds  409bb8eb243 ; * doc/misc/gnus.texi (Scoring): Typo (bug#68581).
      adds  6df731431ad * doc/misc/gnus.texi (Summary Mail Commands): Fix 
command name.
      adds  3a541b25df5 Update Polish translation of tutorial
       new  67392fc0ddc Merge from origin/emacs-29
      adds  115908469d3 Sync with Tramp 2.6.3-pre (don't merge with master)
       new  9b10aca6afd ; Merge from origin/emacs-29
      adds  1805f4bfd62 Add script admin/run-codespell and supporting files
      adds  5701f96335c * admin/README: Fix entry on coccinelle subdirectory.
      adds  557ed9c0463 * admin/README: Document the run-codespell script.
      adds  9841ced147f ; Fix typos
      adds  c450eec07ff typescript-ts-mode: Skip test if tsx grammar missing
      adds  51ca049608c Fix image-dired-tags-db-file void variable error
      adds  14d68221d26 Fix nasty cut'n'waste error in Tramp
      adds  aa6c24da61f Fix broken links to Freedesktop notifications spec
      adds  fb4cf0ab46d ; Fix xref under Output Overrides in Elisp manual.
      adds  5483a1df99c Improve documentation of profiler commands
      adds  7338af9c986 ; * etc/PROBLEMS: Document that GnuPG 2.4.4 solves the 
EasyPG hangs.
      adds  1ef8b90ae06 Simplify imenu setup for {cmake,dockerfile}-ts-modes
      adds  53481cc9546 Fix description of when "\xNNN" is considered a unibyte 
character
       new  61769242382 Merge from origin/emacs-29


Summary of changes:
 ChangeLog.4                                     | 1555 ++++++++++++++++++++++-
 admin/README                                    |   18 +-
 admin/authors.el                                |    2 +
 admin/codespell/README                          |   27 +
 admin/codespell/codespell.dictionary            |   17 +
 admin/codespell/codespell.exclude               | 1551 ++++++++++++++++++++++
 admin/codespell/codespell.ignore                |   41 +
 admin/codespell/codespell.rc                    |    4 +
 admin/run-codespell                             |   68 +
 doc/lispref/debugging.texi                      |   17 +-
 doc/lispref/objects.texi                        |   15 +-
 doc/lispref/os.texi                             |    2 +-
 doc/lispref/streams.texi                        |    2 +-
 doc/misc/gnus.texi                              |    4 +-
 etc/HISTORY                                     |    2 +
 etc/NEWS                                        |    6 -
 etc/NEWS.27                                     |    1 -
 etc/PROBLEMS                                    |    9 +-
 etc/tutorials/TUTORIAL.pl                       |   14 +-
 lisp/image/image-dired-tags.el                  |    1 +
 lisp/mail/rmail.el                              |    4 +-
 lisp/net/eww.el                                 |    2 +-
 lisp/net/tramp.el                               |    2 +-
 lisp/notifications.el                           |    2 +-
 lisp/progmodes/cmake-ts-mode.el                 |   46 +-
 lisp/progmodes/dockerfile-ts-mode.el            |   47 +-
 lisp/vc/diff-mode.el                            |    2 +-
 test/lisp/progmodes/typescript-ts-mode-tests.el |    3 +-
 28 files changed, 3343 insertions(+), 121 deletions(-)
 create mode 100644 admin/codespell/README
 create mode 100644 admin/codespell/codespell.dictionary
 create mode 100644 admin/codespell/codespell.exclude
 create mode 100644 admin/codespell/codespell.ignore
 create mode 100644 admin/codespell/codespell.rc
 create mode 100755 admin/run-codespell



reply via email to

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