emacs-diffs
[Top][All Lists]
Advanced

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

scratch/pkg updated (e7125f90096 -> 971c2dbc280)


From: Gerd Moellmann
Subject: scratch/pkg updated (e7125f90096 -> 971c2dbc280)
Date: Thu, 19 Oct 2023 08:35:28 -0400 (EDT)

gerd pushed a change to branch scratch/pkg.

      from  e7125f90096 Merge remote-tracking branch 'origin/master' into 
scratch/pkg
      adds  dc8b336d025 * lisp/files.el (file-name-non-special): Handle quoted 
tilde.
      adds  1677a65554c Merge from origin/emacs-29
      adds  281258e5748 Fix saving faces with attributes that need filtering
      adds  115a940a4b1 Fix beginning-of-defun not jumping to BOF
      adds  548bc3e3d18 Sort byte compiler warnings in alphabetic order
      adds  fbbe40cf50e Make the docstrings-wide check 70x faster
      adds  0ea2d6d9e82 Document that time-to-days and days-to-time use 
different epochs
      adds  06a87738114 ; * lisp/calendar/time-date.el (days-to-time): Doc fix.
      adds  fe110cb6115 Merge from origin/emacs-29
      adds  1f95f91d855 Simplify and describe docstrings-wide check
      adds  ad02fc212b5 Fix indentation and fontification in shell-script 
(Bug#26217)
      adds  330dd51f8bf ;cperl-mode.el: Do not mistake a left-shift operator 
for a here-doc.
      adds  64dcdb74172 Optimize vc-hg-state for directories
      adds  717d0335d72 (vc-root-diff): Don't compute and pass on 
WORKING-REVISION
      adds  c0ffa8958eb (vc-default-checkin-patch): Try to be compatible with 
BSD 'patch'
      adds  fe62315ef35 Fix vc-hg-log-edit-toggle-amend
      adds  64850eaf989 Fix an infinite loop in c-beginning-of-defun-1
      adds  11f10dc0d0b Update etc/rgb.txt from X.Org upstream
      adds  90b4a7acb53 Update publicsuffix.txt from upstream
      adds  a3fd382f3fe Fix searching for tags in compressed files
      adds  93104cff532 Correctly receive files through Android DND
      adds  47ddff8ae89 ; Correct typos in android.texi
      adds  98748aa6e62 ; New command alias xprint for LLDB
      adds  a0cd986e675 c-indent-new-comment-line: don't test for a macro in a 
comment
      adds  3e232387356 Fixup for "no file modes on windows and dos"
      adds  4c9f9dbd501 Revert "Update etc/rgb.txt from X.Org upstream"
      adds  36656ff70e3 Properly initialize argment list supplied to 
android_init_emacs
      adds  8141d73ea7f Document 'M-x align' in the Emacs manual
      adds  9044d4d94bb Fix a defcustom :type in eldoc.el
      adds  9525315c117 Add missing :version to two defcustoms
      adds  5d3f3288d22 ; * doc/emacs/search.texi (Regexp Backslash): Improve 
indexing.
      adds  07c45f20fd3 Fix test in files-tests
      adds  2071904d519 Merge from origin/emacs-29
      adds  c3038bf5e1d ; LLDB support cleanup and extension
      adds  484fc70a7ac Fix "C-0 C-x C-s" with write-protected files
      adds  5827d179fb7 Refactor 'vc-default-mode-line-string' (bug#66464)
      adds  266ed1b8477 ; Use the "new" calling convention for 'sit-for' in 
Eshell
      adds  0f9c3284c60 ; 'eshell-kill-process-wait-time' can be a 
floating-point number
      adds  0d536f27557 Use project-name in the project-kill-buffers prompt
      adds  8181563f8cb Fix tramp-revert-buffer-with-sudo
      adds  47adea3a902 Modify LLDB command xcomplete to return a Lisp list
      adds  40c9e9d2e6a Gud lldb support (bug#66575)
      adds  6254b23a387 ; * lisp/eshell/esh-proc.el (eshell-process-wait-time): 
Add :version.
      adds  516b490bb4f Mollify compiler under Android builds without mmap
      adds  06fc5c24170 Correctly bisect format 12 and 8 cmap tables
      adds  e93d99a4a0c Eglot: respect completion sort order dictated by the 
server
      adds  2061bf0645e Don't hard code server ports in SOCKS tests
      adds  b4b4b5f4315 Improve SOCKS error handling and support version 4a
      adds  646ecec0ec9 ; cperl-mode.el: Fix indentation issues after a format 
declaration.
      adds  1038e480382 Gud LLDB completions (bug#66604)
      adds  77755706f08 Gud LLDB fix for large completion count (bug#66625)
      adds  e84e0cfb382 Relay body and attachments within Android e-mails to 
message-mailto
      adds  f2ae1996f74 Don't rely on LLDB output format
      adds  0fd7f785e76 Gud support for column numbers
      adds  3e193edd68b Improve cstr typeset normalization
      adds  a567faf4c2b Add two missing 'number-or-marker' entries to the cl 
machinery (bug#66615)
       new  971c2dbc280 Merge remote-tracking branch 'origin/master' into 
scratch/pkg


Summary of changes:
 doc/emacs/android.texi                             |   27 +-
 doc/emacs/building.texi                            |    6 +-
 doc/emacs/emacs.texi                               |    1 +
 doc/emacs/indent.texi                              |  234 ++
 doc/emacs/search.texi                              |    2 +
 doc/lispref/os.texi                                |    8 +
 doc/misc/url.texi                                  |    8 +-
 etc/EGLOT-NEWS                                     |    6 +
 etc/NEWS                                           |   20 +
 etc/emacs_lldb.py                                  |  104 +-
 etc/publicsuffix.txt                               | 4223 +++++++++++---------
 java/org/gnu/emacs/EmacsOpenActivity.java          |  116 +-
 java/org/gnu/emacs/EmacsService.java               |   89 +-
 java/org/gnu/emacs/EmacsWindow.java                |    9 +-
 lisp/calendar/time-date.el                         |    7 +-
 lisp/cus-edit.el                                   |    5 +-
 lisp/emacs-lisp/bytecomp.el                        |  170 +-
 lisp/emacs-lisp/cl-macs.el                         |    3 +-
 lisp/emacs-lisp/cl-preloaded.el                    |    4 +-
 lisp/emacs-lisp/comp-cstr.el                       |   53 +-
 lisp/emacs-lisp/eldoc.el                           |    8 +-
 lisp/emacs-lisp/lisp.el                            |    3 +-
 lisp/eshell/esh-proc.el                            |   14 +-
 lisp/files.el                                      |   30 +-
 lisp/gnus/message.el                               |   49 +-
 lisp/ls-lisp.el                                    |    2 +-
 lisp/net/socks.el                                  |   30 +-
 lisp/net/tramp-cmds.el                             |    2 +-
 lisp/progmodes/cc-cmds.el                          |    3 +-
 lisp/progmodes/cc-defs.el                          |   84 +-
 lisp/progmodes/cperl-mode.el                       |   19 +-
 lisp/progmodes/eglot.el                            |   63 +-
 lisp/progmodes/etags.el                            |   19 +-
 lisp/progmodes/gud.el                              |  321 +-
 lisp/progmodes/project.el                          |    2 +-
 lisp/progmodes/sh-script.el                        |   13 +-
 lisp/vc/log-edit.el                                |    5 +-
 lisp/vc/vc-git.el                                  |   21 +-
 lisp/vc/vc-hg.el                                   |   62 +-
 lisp/vc/vc-hooks.el                                |   98 +-
 lisp/vc/vc.el                                      |    8 +-
 src/.lldbinit                                      |    2 +
 src/android.c                                      |    4 +-
 src/androidvfs.c                                   |   20 +-
 src/sfnt.c                                         |   16 +-
 src/sfntfont.c                                     |    7 +-
 test/lisp/emacs-lisp/comp-cstr-tests.el            |   13 +-
 test/lisp/files-tests.el                           |   18 +
 test/lisp/net/socks-tests.el                       |   84 +-
 .../cperl-mode-resources/cperl-bug-65834.pl        |    5 +
 test/lisp/progmodes/cperl-mode-tests.el            |   16 +
 .../progmodes/sh-script-resources/sh-indents.erts  |    7 +
 test/lisp/progmodes/sh-script-tests.el             |   11 +
 test/src/comp-tests.el                             |    4 +-
 54 files changed, 3942 insertions(+), 2216 deletions(-)
 create mode 100644 test/lisp/progmodes/cperl-mode-resources/cperl-bug-65834.pl



reply via email to

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