emacs-diffs
[Top][All Lists]
Advanced

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

master updated (b767a641c8f -> 9c8e82484ab)


From: Stefan Kangas
Subject: master updated (b767a641c8f -> 9c8e82484ab)
Date: Sun, 22 Jan 2023 20:19:04 -0500 (EST)

skangas pushed a change to branch master.

      from  b767a641c8f ; Merge from origin/emacs-29
      adds  6adc193ad66 Move c-like common utils into own library (bug#60961)
      adds  89cb3c3f157 Minor fixes for Haiku
      adds  ae7e28a4372 ruby-mode.el: Expand some docstrings with examples
      adds  e74ba72a6a3 ruby-ts-mode: Fix two additional cases with 
ruby-method-call-indent=nil
      adds  9296e0c6495 Fix typo after move to common lib (bug#61001)
      adds  204519a2e73 Fix typo of exposed symbol name
      adds  808e101fabe Tweak BSD style indentation (bug#60984)
      adds  8e83604dfe0 Avoid crashes in batch Emacs sub-processes on MS-Windows
      adds  c854ef7a187 ; Fix last change (bug#60556).
      adds  0fb90f524db Fix decoding HTML files from archives
      adds  846838dbab8 Add test suite for sgml-html-meta-auto-coding-function
      adds  2343a067c3d Generalize vc-pull-and-push to support more backends 
(bug#60569)
      adds  db02cbdfe02 * lisp/find-dired.el (find-dired-with-command): Quote 
find-command-history.
      adds  b3814b43f60 (ruby-ts--predefined-variables): Fix the $` and $' 
entries
       new  9c8e82484ab Merge from origin/emacs-29


Summary of changes:
 lisp/find-dired.el                                 |   2 +-
 lisp/frame.el                                      |   2 +-
 lisp/international/mule.el                         |   4 +
 lisp/progmodes/c-ts-common.el                      | 247 +++++++++++++++++++++
 lisp/progmodes/c-ts-mode.el                        | 234 ++-----------------
 lisp/progmodes/csharp-mode.el                      |   8 +-
 lisp/progmodes/java-ts-mode.el                     |   8 +-
 lisp/progmodes/js.el                               |   8 +-
 lisp/progmodes/ruby-mode.el                        |  28 ++-
 lisp/progmodes/ruby-ts-mode.el                     |   4 +-
 lisp/progmodes/rust-ts-mode.el                     |   8 +-
 lisp/progmodes/typescript-ts-mode.el               |   8 +-
 lisp/simple.el                                     |   2 +-
 lisp/vc/vc-git.el                                  |  19 --
 lisp/vc/vc.el                                      |  17 +-
 src/w32.c                                          |  45 ++--
 src/w32fns.c                                       |  28 ++-
 test/lisp/international/mule-tests.el              |  66 ++++++
 .../progmodes/c-ts-mode-resources/indent-bsd.erts  |  93 ++++++++
 test/lisp/progmodes/c-ts-mode-tests.el             |   4 +
 .../ruby-mode-resources/ruby-method-call-indent.rb |   9 +
 21 files changed, 548 insertions(+), 296 deletions(-)
 create mode 100644 lisp/progmodes/c-ts-common.el
 create mode 100644 test/lisp/progmodes/c-ts-mode-resources/indent-bsd.erts



reply via email to

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