emacs-diffs
[Top][All Lists]
Advanced

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

master updated (2ee6012b3f -> 55e41707ea)


From: Stefan Kangas
Subject: master updated (2ee6012b3f -> 55e41707ea)
Date: Tue, 3 Jan 2023 00:45:15 -0500 (EST)

skangas pushed a change to branch master.

      from  2ee6012b3f Improve interactive file-saving performance
      adds  b7ad0b4014 ; Clarify doc strings of 'call-process' and 
'call-process-region'
      adds  ff35ac9dfa Fix default-port regression in erc-select-read-args
      adds  9599b05431 ; Skip ruby-ts tests if grammar is not available
      adds  3f7ea621b9 ; Fix typos in ruby-ts-mode.el
      adds  d26b523886 Fix shrinking of the tab-bar
      adds  a86a213e1a js-ts-mode: Move 'string-interpolation' to font-lock 
level 3
      adds  f8f5202487 (typescript/tsx-ts-mode): Split font-lock feature list 
into 4 values
      adds  809fbb0e8c ; Update copyright notice in tramp-sh.el
      adds  aab8ddca5e ; nt/INSTALL: Update for Emacs 29.
      adds  4ef12cfb1f ; Fix tree-sitter manual title case
      adds  aef869e74f ; Update tree-sitter manual
      adds  68e68dfeef Improve fontification consistency in js-ts-mode 
(bug#60503)
      adds  dfdf9c21cb Fontification improvements in typescript-ts-mode 
(bug#60500)
      adds  1a9a1fdebf Improve fontification in java-ts-mode (bug#60492)
      adds  9e6536e4d9 ruby-ts-mode: Standardize the string literal highlights
      adds  9b24417dda ruby-ts--font-lock-settings: Use more standard faces
      adds  94e330243e ruby-ts-mode: Indentation fixes
      adds  6dd3e352f4 Extract common code into ruby-base-mode to derive from
       new  55e41707ea Merge from origin/emacs-29


Summary of changes:
 doc/lispref/elisp.texi                    |  2 +-
 doc/lispref/modes.texi                    |  4 +-
 doc/lispref/parsing.texi                  |  4 +-
 doc/lispref/positions.texi                | 23 +++---------
 lisp/erc/erc.el                           | 38 ++++++++++++++-----
 lisp/net/tramp-sh.el                      |  2 -
 lisp/progmodes/java-ts-mode.el            |  4 +-
 lisp/progmodes/js.el                      | 14 +++++--
 lisp/progmodes/ruby-mode.el               | 61 +++++++++++++++++--------------
 lisp/progmodes/ruby-ts-mode.el            | 54 +++++++++++++--------------
 lisp/progmodes/typescript-ts-mode.el      | 28 +++++++-------
 nt/INSTALL                                | 27 ++++++++++----
 src/callproc.c                            |  5 ++-
 src/haikufns.c                            | 14 +++----
 src/nsfns.m                               | 14 +++----
 src/pgtkfns.c                             | 14 +++----
 src/w32fns.c                              | 14 +++----
 src/xfns.c                                | 14 +++----
 test/lisp/erc/erc-tests.el                |  6 +--
 test/lisp/progmodes/ruby-ts-mode-tests.el | 24 ++++++------
 20 files changed, 200 insertions(+), 166 deletions(-)



reply via email to

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