emacs-diffs
[Top][All Lists]
Advanced

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

master updated (77ca6aa56e -> 0052aa54f6)


From: Stefan Kangas
Subject: master updated (77ca6aa56e -> 0052aa54f6)
Date: Sun, 15 Jan 2023 07:09:09 -0500 (EST)

skangas pushed a change to branch master.

      from  77ca6aa56e hideif.el: Support C99 and GNU style variadic macros
      adds  a8eb9dd400 Fix the case in first-completion revealed by 
minibuffer-tests
      adds  1ef359095e ; * etc/NEWS (--with-native-compilation=aot): Tweak 
wording.
      adds  72c45fa910 Further improvement for non-string values in pcomplete
      adds  48a62c5546 Add constructor_declaration as java-ts-mode defun
      adds  920a7d38e9 ; Fix typos
       new  cc576cc410 Merge from origin/emacs-29
      adds  256791edd4 ; Auto-commit of loaddefs files.
       new  c87217e97f ; Merge from origin/emacs-29
      adds  b5e0260f42 Fix messages displayed when diary is shown
      adds  b365a7cc32 Fix expansion of wildcards in ls-lisp.el
      adds  cf31182684 ; * lisp/files.el (insert-directory-wildcard-in-dir-p): 
Doc fix.
      adds  f02998939c ; Fix c-ts-mode filling
      adds  d428d51066 Support filling line comments in c-ts-mode
      adds  d13a329acf ; Minor change in c-ts-mode--indent-styles
      adds  c78e19d99c Allow offset in tree-sitter indent rules to be functions
      adds  189d976dba Fix statement indent for c-ts-mode (bug#59686) 
(bug#60280)
      adds  252b2c01af Fix c-ts-mode label indent
      adds  25a5575f16 Fix c-ts-mode block comment indentation (bug#60270)
      adds  3fa10f6e54 ; Add more c-ts-mode indent and filling tests
      adds  72d2604d1f Merge branch 'emacs-29' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-29
      adds  d2efee31ed ; Update htmlfontify documentation
      adds  73b304bb74 ; Fix last change: remove unused @anchor.
      adds  9f5008b9b2 Improve error message from sqlite-mode.el
       new  0052aa54f6 Merge from origin/emacs-29


Summary of changes:
 doc/lispref/modes.texi                             |  14 +-
 doc/misc/htmlfontify.texi                          |  13 +-
 etc/NEWS.29                                        |   6 +-
 lisp/calendar/diary-lib.el                         |   5 +-
 lisp/files.el                                      |   9 +-
 lisp/icomplete.el                                  |   4 +-
 lisp/ls-lisp.el                                    |  18 +-
 lisp/org/org-mouse.el                              |   4 +-
 lisp/pcomplete.el                                  |  29 ++-
 lisp/progmodes/c-ts-mode.el                        | 245 +++++++++++++--------
 lisp/progmodes/java-ts-mode.el                     |   3 +-
 lisp/simple.el                                     |  10 +-
 lisp/sqlite-mode.el                                |   4 +
 lisp/treesit.el                                    |  13 +-
 lisp/woman.el                                      |  60 ++---
 src/ccl.c                                          |   2 +-
 src/keyboard.c                                     |   2 +-
 src/regex-emacs.c                                  |   2 +-
 .../erc/resources/networks/merge-server/track.eld  |   2 +-
 test/lisp/minibuffer-tests.el                      |   2 +-
 .../progmodes/c-ts-mode-resources/filling.erts     | 198 +++++++++++++++++
 .../lisp/progmodes/c-ts-mode-resources/indent.erts | 121 +++++++++-
 test/lisp/progmodes/c-ts-mode-tests.el             |   4 +
 test/manual/indent/octave.m                        |   2 +-
 24 files changed, 599 insertions(+), 173 deletions(-)
 create mode 100644 test/lisp/progmodes/c-ts-mode-resources/filling.erts



reply via email to

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