emacs-diffs
[Top][All Lists]
Advanced

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

master updated (8657afac774 -> b51be64a715)


From: Eli Zaretskii
Subject: master updated (8657afac774 -> b51be64a715)
Date: Sat, 17 Jun 2023 05:06:00 -0400 (EDT)

eliz pushed a change to branch master.

      from  8657afac774 Correct conversion of strings to tree-sitter query 
syntax
      adds  904edf1f076 Mention indent-rigidly in the Emacs manual
      adds  dd3b98121cc ; * doc/emacs/indent.texi (Indentation Commands): Fix 
last change.
      adds  2c623e4feb9 Avoid errors in 'apropos-documentation' after 
'eval-buffer'
      adds  90047c38ce9 Add test for when 'completion-auto-help' is 'visible'
      adds  bdb0bc2b4e4 Fix tex-mode display-buffer issues
      adds  1383efe01d0 Fix setting $DBUS_SESSION_BUS_ADDRESS after Emacs has 
started
      adds  aaeaf608d89 Fix setting region in the minibuffer
      adds  36aa9bd8183 ; Fix previous change
      adds  4da479920e6 * lisp/subr.el (with-restriction): Tweak indent rule
      adds  1f0527a312a ; Fix last change in tex-mode.el
      adds  8225ade6151 ; * src/xdisp.c (syms_of_xdisp) <display-line-numbers>: 
Fix typo
      adds  8dc08333eea Fix bol/bos anchors in tree-sitter :match regexps
      adds  0e9307eb2b8 Fix some Texinfo markup in manuals
      adds  28478574961 Improve tree-sitter docs
      adds  c8357582389 ; * src/lread.c (bytecode_from_rev_list): Avoid C++ 
comment.
      adds  70fc7c41ef3 Improve documentation of 'declare' forms
      adds  f73f82d7e89 Fix subscripts in the Calc manual
      adds  1952dbd4c5f Fix Gamma function definition in calc.texi
      adds  018e4ca6c5d ; * doc/misc/calc.texi (Advanced Math Functions): Fix 
last change.
      adds  bafe71a69fc ; Fix use-package.texi markup
      adds  92faf1f5645 Consider 'dired-kill-when-opening-new-dired-buffer' in 
mouse clicks
      adds  0a1459f1d9b * doc/misc/calc.texi (Advanced Math Functions): Correct 
calc algebraic syntax.
      adds  84d2da003e1 ; Fix example in the Flymake manual
       new  d1ddd1d5d9c Merge from origin/emacs-29
      adds  d2246b26275 Fix parsing of dn line if WITHDN is non-nil
      adds  71b27779a9a ; * lisp/net/ldap.el (ldap-search-internal): Fix last 
change.  (Bug#64089)
       new  f01821cd00b ; Merge from origin/emacs-29
      adds  3b0bf359e9a Fix documentation of comment-dwim (bug#64104)
       new  b51be64a715 Merge from origin/emacs-29


Summary of changes:
 doc/emacs/indent.texi                |   6 +-
 doc/emacs/macos.texi                 |  12 +-
 doc/emacs/programs.texi              |  19 ++-
 doc/lispintro/emacs-lisp-intro.texi  |   7 +-
 doc/lispref/control.texi             |   2 +-
 doc/lispref/debugging.texi           |   2 +-
 doc/lispref/display.texi             |  12 +-
 doc/lispref/functions.texi           |  16 +-
 doc/lispref/internals.texi           |   2 +-
 doc/lispref/modes.texi               | 124 ++++++++------
 doc/lispref/parsing.texi             | 303 +++++++++++++++++------------------
 doc/lispref/positions.texi           |  21 ++-
 doc/lispref/processes.texi           |   4 +-
 doc/lispref/searching.texi           |   2 +-
 doc/lispref/text.texi                |   4 +-
 doc/lispref/windows.texi             |   2 +-
 doc/misc/calc.texi                   |  24 +--
 doc/misc/cc-mode.texi                |  18 +--
 doc/misc/dbus.texi                   |  20 ++-
 doc/misc/ede.texi                    |  18 +--
 doc/misc/ert.texi                    |  14 +-
 doc/misc/eudc.texi                   |  16 +-
 doc/misc/eww.texi                    |   4 +-
 doc/misc/flymake.texi                |  32 ++--
 doc/misc/gnus.texi                   |  58 +++----
 doc/misc/tramp.texi                  |   2 +-
 doc/misc/use-package.texi            |   2 +-
 lisp/apropos.el                      |   3 +-
 lisp/dired.el                        |  11 +-
 lisp/minibuffer.el                   |   6 +-
 lisp/newcomment.el                   |   9 +-
 lisp/nxml/xmltok.el                  |   2 +-
 lisp/progmodes/c-ts-mode.el          |   2 +-
 lisp/progmodes/cmake-ts-mode.el      |   3 +-
 lisp/progmodes/java-ts-mode.el       |   4 +-
 lisp/progmodes/js.el                 |   4 +-
 lisp/progmodes/python.el             |   2 +-
 lisp/progmodes/rust-ts-mode.el       |  12 +-
 lisp/progmodes/sh-script.el          |   2 +-
 lisp/progmodes/typescript-ts-mode.el |   4 +-
 lisp/simple.el                       |   5 +-
 lisp/subr.el                         |   2 +-
 lisp/textmodes/tex-mode.el           |   6 +-
 lisp/treesit.el                      |  56 ++++---
 lisp/window.el                       |   8 +
 src/dbusbind.c                       |   2 +-
 src/lread.c                          |   2 +-
 src/xdisp.c                          |   2 +-
 test/lisp/minibuffer-tests.el        |  15 +-
 test/src/treesit-tests.el            |   4 +-
 50 files changed, 515 insertions(+), 397 deletions(-)



reply via email to

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