emacs-diffs
[Top][All Lists]
Advanced

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

master updated (6d55d93379f -> 8e8667246a4)


From: Eli Zaretskii
Subject: master updated (6d55d93379f -> 8e8667246a4)
Date: Sat, 24 Jun 2023 07:18:47 -0400 (EDT)

eliz pushed a change to branch master.

      from  6d55d93379f Apply quote substitution to popup choice menus
      adds  02f0be03017 Revert "Fix some tree-sitter :match regexps"
       new  ff5caf68c93 ; Merge from origin/emacs-29
      adds  b3f11e94fad Fix documentation of :predicate in 
'define-globalized-minor-mode'
      adds  eacd75df4e4 ; Improve documentation of overlay priorities
      adds  8f62e7b85f6 Describe primarily the Emacs s-exp dialect for treesit 
queries
       new  5fa9458511a Merge from origin/emacs-29
      adds  f690827fa50 Bump Emacs version to 29.0.92
      adds  c9022d69218 * lisp/ldefs-boot.el: Regenerate.
       new  35d2fe176cb ; Merge from origin/emacs-29
      adds  a24e9e3fee5 ; Update ChangeLog.4 and etc/AUTHORS.
      adds  6f211bc57b9 Eglot: again fix positions of coinciding inlay hint 
overlays (bug#64101)
      adds  2591eb1190a Improve documentation of 'minibuffer-message'
      adds  7637e361d3b Don't truncate filenames with "emacs.el" in them
      adds  2bad5829ff7 Revert "Fix parsing of dn line if WITHDN is non-nil"
      adds  a0ccf1859cc Disable target-async by default in gdb-mi.el
      adds  4ca371e9cc7 Fix bug#64152 (Minibuffer sometimes goes "modal")
      adds  e962cf4ba72 Fix building --with-native-compilation=aot from release 
tarball
      adds  1f664a0af75 Add "nixd" LSP server to Eglot
      adds  d507aa7336b Add selector_expression indentation rule
      adds  fdc1a12ed1a Fix "vc-print-log does not erase buffer" and associated 
problems
      adds  679e9d7c56e ; Mention MinGW64 GCC 13.1 problems in PROBLEMS
      adds  fa06249a9fb Fix "C-x RET r" when the new encoding is UTF
      adds  d0147ff9e50 * lisp/emacs-lisp/shortdoc.el: More and better 
`substring` examples.
       new  8e8667246a4 Merge from origin/emacs-29


Summary of changes:
 ChangeLog.4                   |  999 +++++++++++++++++++++++++++++-
 doc/lispref/display.texi      |   55 +-
 doc/lispref/minibuf.texi      |   24 +-
 doc/lispref/modes.texi        |   13 +-
 doc/lispref/parsing.texi      |  132 ++--
 etc/AUTHORS                   | 1370 ++++++++++++++++++++++++++---------------
 etc/PROBLEMS                  |   33 +
 lisp/Makefile.in              |   36 ++
 lisp/emacs-lisp/easy-mmode.el |    7 +-
 lisp/emacs-lisp/find-func.el  |    2 +-
 lisp/emacs-lisp/shortdoc.el   |    6 +-
 lisp/minibuffer.el            |   24 +-
 lisp/progmodes/cc-fonts.el    |    2 +-
 lisp/progmodes/eglot.el       |   10 +-
 lisp/progmodes/gdb-mi.el      |    6 +-
 lisp/progmodes/go-ts-mode.el  |    1 +
 lisp/vc/vc.el                 |   13 +-
 src/Makefile.in               |    8 +
 src/fileio.c                  |    2 +
 src/frame.c                   |   50 +-
 src/keyboard.c                |    2 +-
 src/lisp.h                    |    2 +-
 src/minibuf.c                 |    6 +-
 src/window.c                  |    2 +-
 src/xterm.c                   |    2 +-
 25 files changed, 2179 insertions(+), 628 deletions(-)



reply via email to

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