emacs-diffs
[Top][All Lists]
Advanced

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

master updated (f6417ba91b3 -> 0cf9886cdfb)


From: Eli Zaretskii
Subject: master updated (f6417ba91b3 -> 0cf9886cdfb)
Date: Sat, 14 Sep 2024 07:58:26 -0400 (EDT)

eliz pushed a change to branch master.

      from  f6417ba91b3 New commands unix-word-rubout, unix-filename-rubout
      adds  fb1db366b98 ; * etc/AUTHORS: Update.
      adds  68530860ae9 ; * ChangeLog.4: Update.
       new  fe6e58f7c5a Merge from origin/emacs-30
      adds  9a1c76bf7ff Bump Emacs version to 30.0.91
       new  7eaa4542834 ; Merge from origin/emacs-30
      adds  11e7ae3964e Fix bug#72254
      adds  2c6b7b2da9f ; * admin/MAINTAINERS: Remove some entries for Artur 
Malabarba.
      adds  d66b70f3607 * doc/misc/auth.texi: Minor copy edits.
      adds  79f68597aba ; * etc/ORG-NEWS: Fix typo.
      adds  ca3932121a8 Don't fail uniquify-tests in non-version-controlled 
source trees
      adds  8e1187e336f Improve NEWS entries
      adds  272df33fb8b ; * CONTRIBUTE: Minor copyedits.
      adds  c70bd0e3fe9 Fix tree-sitter indent preset prev-adaptive-prefix
      adds  76faf7e6091 Revert "Read more on each call to treesit's buffer 
reader"
      adds  6a6d7925c9d Fix range handling so it works for multibyte buffer 
(bug#73204)
      adds  2f243fb91d6 ; Minor doc fix in treesit.el
      adds  3cad7cc8dc8 Set treesit-primary-parser for c and elixir ts mode
      adds  ad289f364e5 ; Improve documentation of 'easy-menu-define'
      adds  57d93d0259a ; * lisp/treesit.el (treesit-major-mode-setup): Doc fix.
      adds  3cda1fdc3b7 Correctly include fixed strings before a prefix 
wildcard in PCM
      adds  b115c2d5eba ; * lisp/minibuffer.el 
(completion-pcm--merge-completions): Fix comments.
      adds  ef0276de82b ; * lisp/cus-edit.el (setopt): Doc fix.  (Bug#73098)
      adds  d509a356997 Fix regression in widget-move (bug#72995)
       new  0cf9886cdfb Merge from origin/emacs-30


Summary of changes:
 CONTRIBUTE                       |   5 +-
 ChangeLog.4                      | 549 ++++++++++++++++++++++++++++++++++++++-
 admin/MAINTAINERS                |   5 -
 doc/lispref/keymaps.texi         |   3 +-
 doc/misc/auth.texi               |  27 +-
 etc/AUTHORS                      | 195 +++++++-------
 etc/NEWS.30                      |  84 +++---
 etc/ORG-NEWS                     |   2 +-
 lisp/cus-edit.el                 |   5 +
 lisp/emacs-lisp/easymenu.el      |   3 +-
 lisp/minibuffer.el               |  15 +-
 lisp/progmodes/c-ts-mode.el      |   3 +-
 lisp/progmodes/elixir-ts-mode.el |   3 +-
 lisp/treesit.el                  |   9 +-
 lisp/wid-edit.el                 |   5 +-
 src/pgtkselect.c                 |  20 +-
 src/treesit.c                    | 215 +++++++++------
 src/treesit.h                    |  23 +-
 test/lisp/minibuffer-tests.el    |  17 +-
 test/lisp/uniquify-tests.el      |   1 +
 test/lisp/wid-edit-tests.el      |  17 ++
 test/src/treesit-tests.el        |  27 ++
 22 files changed, 964 insertions(+), 269 deletions(-)



reply via email to

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