emacs-diffs
[Top][All Lists]
Advanced

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

master updated (358208dfaa3 -> 6dcd3d24045)


From: Eli Zaretskii
Subject: master updated (358208dfaa3 -> 6dcd3d24045)
Date: Sat, 7 Sep 2024 06:28:55 -0400 (EDT)

eliz pushed a change to branch master.

      from  358208dfaa3 Remove low-level keyboard hook when attaching GDB to 
Emacs on Windows
      adds  2ca7d5649c6 ; More accurate text about how `equal` compares various 
objects
      adds  da980ad838e ; Reword some "allows Xing"
      adds  4ff4b78f922 ; Small doc fixes
      adds  e0d8879bcd5 * test/lisp/emacs-lisp/tabulated-list-tests.el: Add 
missing test.
      adds  8c044bd9726 ; Fix recent changes in documentation
      adds  0def396fa8f Update to Org 9.7.11
      adds  7799ef43354 Fix Rmail base64 and qp decoding of MIME payloads
      adds  6c15b7710d4 Add new option ruby-bracketed-args-indent
      adds  24f12bdd77e Support the new option in ruby-ts-mode too
      adds  4047072c7d8 Update FSF's address
      adds  ae2463796f2 ; Caveats about using :eval in 'mode-line-format'
      adds  c1cd036d27a ; * doc/lispref/modes.texi (Mode Line Data): Fox 
wording.
      adds  e4dc6711b02 Fix :hook in 'use-package'
      adds  dad0935cfcb ; * doc/emacs/building.texi (Lisp Libraries): Update 
(bug#72961).
      adds  87a8b12a0c4 Fix test failure in erc-networks-tests
      adds  54071b9cef2 ; Improve doc strings of 'tab-bar-mode' and 
'tab-line-mode'
      adds  4d6fadb8d21 ; * lisp/which-key.el: Fix ':package-version' 
(bug#73072).
      adds  04c44405bf6 Fix alignment and documentation of vtable.el
      adds  e1304e9b1bb Fix 'chart-space-usage' on MS-Windows
      adds  b420e149b1e Fix a typo in ediff-init.el
       new  6dcd3d24045 Merge from origin/emacs-30


Summary of changes:
 doc/emacs/anti.texi                                |   2 +-
 doc/emacs/building.texi                            |   6 +-
 doc/emacs/dired.texi                               |   6 +-
 doc/emacs/emacs.texi                               |   8 +-
 doc/emacs/mini.texi                                |   9 +-
 doc/emacs/programs.texi                            |   2 +-
 doc/lispintro/emacs-lisp-intro.texi                |   8 +-
 doc/lispref/elisp.texi                             |   4 +-
 doc/lispref/minibuf.texi                           |   4 +-
 doc/lispref/modes.texi                             |   5 +-
 doc/lispref/objects.texi                           |  10 +-
 doc/lispref/positions.texi                         |  11 +-
 doc/misc/efaq.texi                                 |   2 +-
 doc/misc/org.org                                   |   4 +-
 doc/misc/vtable.texi                               |  19 +++-
 etc/NEWS.29                                        |  10 +-
 etc/NEWS.30                                        |  38 ++++---
 etc/ORG-NEWS                                       |  20 ++++
 etc/refcards/orgcard.tex                           |   2 +-
 etc/tutorials/TUTORIAL.eo                          |   4 +-
 lisp/elide-head.el                                 |   2 +-
 lisp/emacs-lisp/chart.el                           |  71 +++++++++---
 lisp/emacs-lisp/vtable.el                          |  28 ++---
 lisp/mail/rmailmm.el                               |  12 +-
 lisp/org/ob-gnuplot.el                             |   3 +-
 lisp/org/org-version.el                            |   4 +-
 lisp/org/org.el                                    |   2 +-
 lisp/org/ox.el                                     |   7 +-
 lisp/progmodes/ruby-mode.el                        |  23 ++++
 lisp/progmodes/ruby-ts-mode.el                     |  10 ++
 lisp/tab-bar.el                                    |  14 ++-
 lisp/tab-line.el                                   |  10 +-
 lisp/textmodes/page-ext.el                         |   4 +-
 lisp/use-package/use-package-core.el               |  17 +--
 lisp/vc/ediff-init.el                              |   2 +-
 lisp/vc/vc-git.el                                  |   6 +-
 lisp/which-key.el                                  | 124 +++++++++++----------
 test/lisp/emacs-lisp/tabulated-list-tests.el       |  27 +++++
 test/lisp/erc/erc-networks-tests.el                |   2 +
 .../ruby-bracketed-args-indent.rb                  |  42 +++++++
 test/lisp/progmodes/ruby-mode-tests.el             |   1 +
 test/lisp/progmodes/ruby-ts-mode-tests.el          |   1 +
 42 files changed, 407 insertions(+), 179 deletions(-)
 create mode 100644 
test/lisp/progmodes/ruby-mode-resources/ruby-bracketed-args-indent.rb



reply via email to

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