emacs-diffs
[Top][All Lists]
Advanced

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

master updated (14c97db736 -> 08bd066149)


From: Stefan Kangas
Subject: master updated (14c97db736 -> 08bd066149)
Date: Sat, 11 Feb 2023 21:43:55 -0500 (EST)

skangas pushed a change to branch master.

      from  14c97db736 Make sure core Eshell modules are loaded
      adds  b04cce02ff Fix Scala entry in Eglot's DB of LSP servers
      adds  e47cf6ca15 Update to Transient v0.3.7-204-gecff8c2
      adds  417a8ed8b0 ; Improve discoverability of empty file names handling
      adds  67c6ec2559 lisp-mode: add docstring recognition for more common 
lisp symbols
      adds  68a6b364d1 Fix 'rmail-summary-output'
      adds  56960a6558 Update to Transient v0.3.7-205-gb8ad0da
      adds  5190173696 Add 'live' property to treesit-node-check (bug#61235)
      adds  b39821fdce ; Fix incorrect function name in treesit manual
      adds  f5789aefc2 Rename LIMIT to DEPTH in tree-sitter functions 
(bug#61231)
      adds  9ac242ce93 ; Fix recent changes in treesit docs
      adds  10af9fbcad ; * admin/notes/tree-sitter/starter-guide: Typos.
      adds  4f053afe8e bug-reference: prevent match-data clobbering (bug#61395)
      adds  900f7e0727 ; Remove extraneous local variables from 
image-dired-*.el files
      adds  2d1e43436d ; Improve documentation of hash functions.
      adds  074008ee2d ; Fix doc strings in lisp/image/ directory
      adds  4da398d8b5 ; Fix typos
       new  08bd066149 Merge from origin/emacs-29


Summary of changes:
 ChangeLog.2                                        |   2 +-
 ChangeLog.3                                        |   2 +-
 .../html-manual/Multiple-Languages.html            |   6 +-
 admin/notes/tree-sitter/starter-guide              |   4 +-
 doc/lispref/files.texi                             |  11 ++
 doc/lispref/parsing.texi                           |  29 +--
 doc/lispref/text.texi                              |  47 ++++-
 doc/misc/transient.texi                            |  30 +--
 lisp/emacs-lisp/lisp-mode.el                       |   3 +
 lisp/image/exif.el                                 |  47 +++--
 lisp/image/image-converter.el                      |  71 ++++---
 lisp/image/image-crop.el                           |  48 ++---
 lisp/image/image-dired-dired.el                    |  56 +++---
 lisp/image/image-dired-external.el                 |  52 +++--
 lisp/image/image-dired-tags.el                     |  20 +-
 lisp/image/image-dired-util.el                     |   8 +-
 lisp/image/image-dired.el                          |  84 ++++----
 lisp/image/wallpaper.el                            |   8 +-
 lisp/mail/rmailsum.el                              |   6 +-
 lisp/progmodes/bug-reference.el                    |   2 +-
 lisp/progmodes/eglot.el                            |   3 +-
 lisp/subr.el                                       |   4 +-
 lisp/transient.el                                  | 217 +++++++++------------
 src/fns.c                                          |  17 +-
 src/treesit.c                                      |  46 +++--
 test/src/treesit-tests.el                          |  14 +-
 26 files changed, 437 insertions(+), 400 deletions(-)



reply via email to

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