emacs-diffs
[Top][All Lists]
Advanced

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

master updated (9153cf8158 -> 89e7bb230d)


From: Stefan Kangas
Subject: master updated (9153cf8158 -> 89e7bb230d)
Date: Fri, 30 Dec 2022 00:45:19 -0500 (EST)

skangas pushed a change to branch master.

      from  9153cf8158 Avoid some obsolescent tz abbrevs in doc.
      adds  9d814bea46 ; whitespace.el: Use the new 'ert-with-buffer-selected' 
in tests
      adds  784e509bde Fix c-ts-mode bracket indentation (bug#60398)
      adds  9371d488be Merge branch 'emacs-29' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-29
      adds  38c35bf0f6 Clean up treesit-default-defun-skipper and add comments
      adds  706ed85285 Avoid assertion violations in treesit.c with 
--enable-checking
      adds  60418e6f09 * src/keyboard.c (echo_add_key): Use recently rebound 
C-h key C-q (bug#60249)
      adds  0aea1cf819 * lisp/hi-lock.el (hi-lock--regexps-at-point): Fix bug 
(bug#60241).
      adds  793641a3db ; * lisp/progmodes/js.el: Fix byte-compile warning.
      adds  a96a7c8115 ; * lisp/textmodes/css-mode.el (css-ts-mode): Fix imenu 
setup.
      adds  558b59d81b Add color fontification in css-ts-mode (bug#60405)
      adds  7ccb88486e ; * etc/DEBUG: Update MS-Windows specifics for GDB 13 
and later.
      adds  beed746f94 Fix completion when completion-auto-select is set
      adds  dafa6d6bad Handle non-string values in pcomplete
      adds  d086cd6cf8 Clarify the documentation of 'set-face-attribute'
      adds  ab38abfdf7 lisp/textmodes/bibtex.el: Treat $ as punctuation in 
BibTeX fields (bug#50202)
      adds  644c71d678 lisp/textmodes/bibtex.el: fix bibtex-beginning-of-entry 
(bug#56636)
       new  89e7bb230d Merge from origin/emacs-29


Summary of changes:
 doc/lispref/display.texi      | 28 +++++++++++++++++-----------
 etc/DEBUG                     |  9 +++++++--
 lisp/faces.el                 |  4 ++++
 lisp/hi-lock.el               | 33 +++++++++++++++++++--------------
 lisp/minibuffer.el            |  5 ++++-
 lisp/pcomplete.el             | 27 ++++++++++++++++++++-------
 lisp/progmodes/c-ts-mode.el   | 20 ++++++++++++++++++--
 lisp/progmodes/js.el          |  7 +++++--
 lisp/textmodes/bibtex.el      | 28 ++++++++++++++++++++--------
 lisp/textmodes/css-mode.el    | 10 +++++++---
 lisp/treesit.el               | 18 +++++++++++-------
 src/keyboard.c                |  5 ++---
 src/treesit.c                 |  7 +++----
 test/lisp/whitespace-tests.el | 13 +++----------
 14 files changed, 140 insertions(+), 74 deletions(-)



reply via email to

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