emacs-diffs
[Top][All Lists]
Advanced

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

scratch/pkg updated (239e4bcecf3 -> ca9d513fefe)


From: Gerd Moellmann
Subject: scratch/pkg updated (239e4bcecf3 -> ca9d513fefe)
Date: Sat, 22 Jul 2023 08:21:51 -0400 (EDT)

gerd pushed a change to branch scratch/pkg.

      from  239e4bcecf3 Merge remote-tracking branch 'origin/master' into 
scratch/pkg
       new  0da95fb682a Compiler macros for intern and intern-soft
      adds  bcb5bdc2e9a Pass original spec just after creating the face-widget
      adds  a5a8de4099b Preserve comments when redrawing a widget (Bug#64649)
      adds  3c041e3e964 Custom var python-interpreter-args (bug#64397)
      adds  65108998b1e docview: imenu: check return value of 'mutool'
      adds  e72afa9dbf9 Fix defface's with no customization data
      adds  5513f72d3c8 ; Fix previous change
      adds  c601148ded7 CC Mode (some languages): handle string lines ending in 
\\
      adds  c55e67081e9 Fix last change to wid-edit.el
      adds  845d6561ed0 Fix Proced display header alignment under 
'text-scale-adjust'
      adds  0f9fd1d5a5e Fix failing native-compile test
      adds  3b5f13dc49f ; Fix bug in regexp debug code
      adds  b9a910a701a Use BASE_EQ instead of EQ in search.c
      adds  ca4bc9baf9d macroexp.el: Fix missing warning for intermediate 
expansions
      adds  a403e2832d2 ; * lisp/time.el (display-time-date-and-time): Fix last 
change.
      adds  8ef92096c34 ; Handle string-at-point at end of buffer gracefully
      adds  b6207ee4dcb Ensure 'existing-filename' has 
'bounds-of-thing-at-point'
      adds  90696997955 Add inhibit-remote-files and without-remote-files
      adds  7405f975ef2 Eglot: simplify and hopefully fix last change 
(bug#64784)
      adds  297cf9d5bf0 ; Eglot: adjust EGLOT-NEWS mention for last change
       new  ca9d513fefe Merge remote-tracking branch 'origin/master' into 
scratch/pkg


Summary of changes:
 doc/emacs/files.texi                    |  7 ++--
 doc/lispref/files.texi                  | 11 +++++
 doc/misc/tramp.texi                     | 33 ++++++++++-----
 etc/EGLOT-NEWS                          |  7 ++--
 etc/NEWS                                | 29 ++++++++++++--
 lisp/cedet/semantic/decorate/include.el |  2 +-
 lisp/cus-edit.el                        | 71 +++++++++++++++++++++++----------
 lisp/doc-view.el                        | 16 +++++---
 lisp/emacs-lisp/bytecomp.el             | 14 +++++++
 lisp/emacs-lisp/macroexp.el             | 28 ++++++-------
 lisp/net/shr.el                         |  9 +++--
 lisp/net/tramp.el                       | 19 +++++++++
 lisp/nxml/nxml-mode.el                  | 14 +++----
 lisp/proced.el                          |  6 ++-
 lisp/progmodes/cc-defs.el               | 29 ++++++++++----
 lisp/progmodes/cc-langs.el              | 29 +++++++++-----
 lisp/progmodes/eglot.el                 | 12 +++---
 lisp/progmodes/make-mode.el             |  2 +-
 lisp/progmodes/python.el                | 59 ++++++++++++++++++---------
 lisp/thingatpt.el                       |  7 +++-
 lisp/time.el                            |  3 +-
 lisp/wid-edit.el                        |  2 +-
 src/pkg.c                               |  9 ++++-
 src/regex-emacs.c                       |  2 +-
 src/search.c                            | 11 ++---
 src/xdisp.c                             |  4 +-
 test/lisp/emacs-lisp/macroexp-tests.el  | 16 ++++++++
 test/lisp/net/tramp-archive-tests.el    | 14 +++++++
 test/lisp/net/tramp-tests.el            | 17 +++++++-
 test/src/comp-tests.el                  |  2 +-
 30 files changed, 351 insertions(+), 133 deletions(-)



reply via email to

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