emacs-diffs
[Top][All Lists]
Advanced

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

scratch/comp-static-data updated (3ca8db68ab -> f61a9ee8e4)


From: Vibhav Pant
Subject: scratch/comp-static-data updated (3ca8db68ab -> f61a9ee8e4)
Date: Wed, 23 Nov 2022 12:14:36 -0500 (EST)

vibhavp pushed a change to branch scratch/comp-static-data.

      from  3ca8db68ab Merge branch 'master' into scratch/comp-static-data
      adds  4b6e152e34 Add '\lll' for VERY MUCH LESS-THAN to TeX input method
      adds  fa567684fa ; Fix comparisons in treesit.c
      adds  368d2531be Fix 'treesit-max-buffer-size' and its use
      adds  361297c6f4 * lisp/progmodes/project.el (project-name): New
      adds  1f39da3098 * lisp/progmodes/eglot.el (eglot--connect): Use 
project-name
      adds  95d783f27c ; * src/casefiddle.c (casify_region): Stylistic change.
      adds  2fa6ccab01 ; Fix treesit--children-covering-range
      adds  057901f55a Fix treesit-update-ranges
      adds  c69858b3f0 ; * lisp/treesit.el (treesit-ready-p): Guard against 
empty buffers.
      adds  efe599df31 Add a way to override project name for project-vc backend
      adds  0ed3136422 Utilize new font-lock faces for more tree-sitter modes 
(Bug#59397)
      adds  d2ab1c4a9a Tweak python-ts-mode fontification (bug#59470)
      adds  17ed39cc8d ; Remove obsolete use of inhibit-point-motion-hooks
      adds  5e8c62ffca ; Fix typos
      adds  3573ebfa6d * lisp/progmodes/xref.el: Support outline-minor-mode 
(bug#49731)
      adds  a142841ad1 * lisp/outline.el: 'S-<down-mouse-1>' on buffer buttons 
cycles all outlines.
      adds  9f4306cd8d ; * doc/lispintro/emacs-lisp-intro.texi (Complete 
kill-region): Fix typo
      adds  1524fe427d Restore tramp-achive's Emacs 26 compatibility
      adds  4306091087 Improve last change to xterm.c
      adds  5568ac2db0 Fix error signaled by mouse-highlight on mode line
      adds  43e616aca5 Improve documentation of locale-specific string 
comparison
      adds  5496f45437 Avoid signaling args-out-of-range in mouse.el
       new  f61a9ee8e4 Merge branch 'master' into scratch/comp-static-data


Summary of changes:
 doc/lispintro/emacs-lisp-intro.texi                |  2 +-
 doc/lispref/strings.texi                           | 32 ++++++----
 doc/misc/gnus.texi                                 |  2 +-
 etc/NEWS.24                                        |  2 +-
 lib-src/ChangeLog.1                                |  2 +-
 lisp/emacs-lisp/pcase.el                           |  2 +-
 lisp/gnus/ChangeLog.3                              |  2 +-
 lisp/gnus/gnus-art.el                              | 10 ++--
 lisp/gnus/gnus-registry.el                         |  2 +-
 lisp/gnus/gnus-search.el                           |  2 +-
 lisp/gnus/gnus-topic.el                            |  2 +-
 lisp/gnus/gnus-uu.el                               |  2 +-
 lisp/gnus/message.el                               |  2 +-
 lisp/jsonrpc.el                                    |  2 +-
 lisp/leim/quail/latin-ltx.el                       |  1 +
 lisp/mouse.el                                      |  1 +
 lisp/net/tramp-archive.el                          | 21 +++++--
 lisp/outline.el                                    | 16 +++--
 lisp/progmodes/antlr-mode.el                       |  2 +-
 lisp/progmodes/cc-engine.el                        |  6 +-
 lisp/progmodes/cc-langs.el                         |  8 +--
 lisp/progmodes/cc-mode.el                          |  4 +-
 lisp/progmodes/eglot.el                            |  4 +-
 lisp/progmodes/idlwave.el                          |  2 +-
 lisp/progmodes/java-ts-mode.el                     | 15 +++--
 lisp/progmodes/js.el                               | 69 +++++++++++++++-------
 lisp/progmodes/json-ts-mode.el                     | 32 +++++-----
 lisp/progmodes/project.el                          | 18 ++++++
 lisp/progmodes/python.el                           |  6 +-
 lisp/progmodes/sh-script.el                        | 31 +++++++---
 lisp/progmodes/ts-mode.el                          | 64 ++++++++++++--------
 lisp/progmodes/xref.el                             | 11 +++-
 lisp/textmodes/css-mode.el                         |  2 +-
 lisp/treesit.el                                    | 51 +++++++++++-----
 lisp/vc/vc.el                                      |  2 +-
 src/casefiddle.c                                   |  3 +-
 src/fns.c                                          |  3 +-
 src/treesit.c                                      | 14 ++---
 src/xdisp.c                                        |  5 +-
 src/xfns.c                                         |  6 +-
 src/xterm.c                                        | 12 ++--
 .../resources/base/netid/bouncer/barnet-drop.eld   |  2 +-
 .../erc/resources/base/netid/bouncer/barnet.eld    |  2 +-
 .../resources/erc-d/resources/dynamic-barnet.eld   |  2 +-
 .../resources/erc-d/resources/dynamic-foonet.eld   |  2 +-
 test/lisp/net/tramp-tests.el                       |  3 +
 test/lisp/vc/vc-tests.el                           |  2 +-
 47 files changed, 322 insertions(+), 166 deletions(-)



reply via email to

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