emacs-diffs
[Top][All Lists]
Advanced

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

master updated (e8db522e43 -> 18fbcce975)


From: Stefan Kangas
Subject: master updated (e8db522e43 -> 18fbcce975)
Date: Fri, 27 Jan 2023 05:51:56 -0500 (EST)

skangas pushed a change to branch master.

      from  e8db522e43 ; * lisp/progmodes/cc-engine.el: Delete trailing 
whitespace.
      adds  e6c5f32e77 * lisp/find-dired.el (find-dired): Fix bug where M-p 
skips first history item.
      adds  cb9628373a * lisp/startup.el (command-line): Fix warning message.  
(Bug#61014)
      adds  7f438ff543 Don't try to make a pipe process for remote processes in 
Eshell
      adds  c15c0f7f01 CC Mode: Change the default value of 
objc-font-lock-extra-types to nil
      adds  bc78285e68 ; * etc/NEWS: Fix typos.
      adds  deee3a9262 ; Fix last change in etc/NEWS
      adds  e31a562396 * lisp/vc/vc-bzr.el (vc-bzr--pushpull): Return buffer's 
process.
      adds  695e9f71c3 Use named keymaps for outline buttons
      adds  ecf500b5e3 Handle relative file names in vc-resynch-window and 
vc-resynch-buffer
      adds  3846e79c93 ; Fix filename mismatches in prop lines of ERC tests
      adds  987e53f3e2 ; * doc/misc/erc.texi: Improve Local Modules section.
      adds  cfe26f3189 Add new java indent rules
      adds  8a1498c01f Fix fontification of function-valued variables 
(bug#61053)
      adds  8198803f66 ; Don't mention in the Gnus manual user options that 
were removed
      adds  f30a4f51fe Announce outline.el keymaps
      adds  9a21cb1075 ; * etc/NEWS: Fix typos.
      adds  37454de0c8 Pacify --without-x unused function warning
      adds  c6613403e5 Fix Dired face for directory symlinks
      adds  abb3becb9f treesit-install-language-grammar: Provide default repo 
url
      adds  cfb180329b ruby-ts-mode: Don't reindent when "class" or "def" is 
under "ERROR"
      adds  37c1c92466 ; * etc/NEWS: Minor reordering.
      adds  42e02480c2 * doc/emacs/text.texi (Outline Minor Mode): New node 
split from "Outline Mode"
      adds  af28191b04 * lisp/net/tramp.el (tramp-wrong-passwd-regexp): Fix 
regexp.
      adds  00675aa724 Add support for building tree-sitter modules with MinGW
      adds  4bd06ce2a9 Fix call to treesit_record_change in insdel.c
      adds  cdf74254ff Fix indentation for c-ts-mode (bug#61026)
      adds  41f497c8be Fix doc strings of window-splitting commands
      adds  ff9498624f ; * src/insdel.c (insert_from_buffer): Fix assertions.
      adds  4bf7cb71ed Fix go-ts-mode indentation and set indent offset to 8 
(Bug#61006)
      adds  f8c95d1a76 Fix xt-mouse on terminals that report UTF-8 encoded 
coordinates
       new  12e419ad11 Merge from origin/emacs-29
      adds  3766a666b5 ; Fix issues with processing out-of-order IRC messages
       new  23fe6c4f68 ; Merge from origin/emacs-29
      adds  f72a394716 Work around package.el transitive dependency bug
      adds  5859413df2 ; * lisp/progmodes/cc-engine.el: Delete trailing 
whitespace.
       new  18fbcce975 Merge from origin/emacs-29


Summary of changes:
 admin/notes/tree-sitter/build-module/build.sh      | 17 ++--
 doc/emacs/text.texi                                | 24 +++---
 doc/misc/erc.texi                                  | 47 +++++++----
 doc/misc/gnus.texi                                 | 11 ---
 etc/NEWS.29                                        | 90 +++++++++++++---------
 lisp/dired.el                                      |  2 +-
 lisp/eshell/esh-proc.el                            |  9 ++-
 lisp/find-dired.el                                 |  4 +-
 lisp/net/tramp.el                                  |  2 +-
 lisp/outline.el                                    | 33 ++++----
 lisp/progmodes/c-ts-mode.el                        | 32 +++++++-
 lisp/progmodes/cc-vars.el                          |  3 +-
 lisp/progmodes/eglot.el                            |  4 +-
 lisp/progmodes/go-ts-mode.el                       |  4 +-
 lisp/progmodes/java-ts-mode.el                     |  2 +
 lisp/progmodes/ruby-ts-mode.el                     |  6 ++
 lisp/progmodes/typescript-ts-mode.el               | 20 ++---
 lisp/startup.el                                    |  2 +-
 lisp/treesit.el                                    | 16 +++-
 lisp/vc/vc-bzr.el                                  |  4 +-
 lisp/vc/vc-dispatcher.el                           | 10 ++-
 lisp/vc/vc-git.el                                  |  1 +
 lisp/vc/vc.el                                      |  3 +-
 lisp/window.el                                     | 16 ++--
 lisp/xt-mouse.el                                   | 22 ++++--
 src/insdel.c                                       | 17 ++--
 src/xfaces.c                                       |  2 +-
 .../erc-scenarios-base-compat-rename-bouncer.el    |  4 +-
 test/lisp/erc/erc-scenarios-base-local-modules.el  | 15 ++--
 test/lisp/erc/erc-scenarios-base-netid-samenet.el  |  4 +-
 .../erc/erc-scenarios-base-upstream-recon-soju.el  |  7 +-
 .../erc/erc-scenarios-base-upstream-recon-znc.el   |  7 +-
 test/lisp/eshell/esh-proc-tests.el                 | 13 ++++
 .../lisp/progmodes/c-ts-mode-resources/indent.erts | 52 +++++++++++++
 34 files changed, 340 insertions(+), 165 deletions(-)



reply via email to

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