emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (b242394 -> 13a9a5e)


From: Yuuki Harano
Subject: feature/pgtk updated (b242394 -> 13a9a5e)
Date: Sun, 25 Jul 2021 11:30:36 -0400 (EDT)

masm11 pushed a change to branch feature/pgtk.

      from  b242394   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs 
into feature/pgtk
      adds  90029c9   ; * etc/NEWS: Move entry to its right place.
      adds  5ade22c   Fix an unlikely `copyright-find-copyright' problem
      adds  d2f9295   Don't shorten comment padding if the padding isn't spaces
      adds  c112f73   Make indent-tabs-mode into a regular mode instead of just 
a variable
      adds  12a193f   Fix problem in `shadow-define-literal-group' (Bug#49596)
      adds  595eddd   Fix display of mode-line with bidi formatting controls
      adds  e77bd6e   Maintain a list of terminal buffers in the menu
      adds  1bd012c   Make remote file locks more robust.  (Bug#49621)
      adds  7075ebb   Make remote file locks more robust
      adds  da200ab   Allow ignoring local variable values permanently
      adds  87a4324   Add doc string to time-stamp-tests that didn't have one
      adds  48dfaa7   Clarify event-convert-list doc string
      adds  014a672   ; * test/lisp/progmodes/compile-tests.el: simplify end-col
      adds  88cc9d2   Count compile errors when FILE is a function
      adds  bbce223   Fix documentation of a recent changeset (bug#5003)
      adds  b0c7343   ; * doc/lispref/variables.texi (File Local Variables): 
Fix last change.
      adds  13b247c   ; Fix omission in last change to custom.texi.
      adds  620e35f   Add a new function for separator lines
      adds  6336c18   Use make-separator-line in shortdoc
      adds  3094c12   Fix documentation of mouse-leave-buffer-hook
      adds  4ffa928   Allow comint-delete-output to save the output on the kill 
ring
      adds  8f51194   Fix infloop in woman-file-name
      adds  039d003   Propagate asynchronousness correctly when using proxies 
in url.el
      adds  069f790   Use 'remember-buffer' in remember.el doc strings.
      adds  5135395   Use 'remember-buffer' in remember.el doc strings.
      adds  dd70012   Document recent changes in 'comint-delete-output' 
(bug#1496)
      adds  b2925ad   ; Fix a typo in a recent change
      adds  95e31a1   Make make-indirect-buffer inherit inhibit-buffer-hook 
from base buffer
      adds  514398c   Add inhibit-buffer-hooks to `make-indirect-buffer'
      adds  f5640a3   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/emacs
      adds  0725124   Make the `s' command in *Help* work for Lisp variables 
defined in C
      adds  0c48469   Fix typos in a recent change
      adds  f7f2024   Add function for filtering ANSI sequences when compiling
      adds  6ebe8b0   Make wdired work better in narrowed-to buffers
      adds  06ee8ac   Mention `overlays-in' in the `overlays-at' doc string
      adds  e02576c   Put command line file names and mouse dragging onto 
'file-name-history'
      adds  0499294   Tweak example in Function Indirection node in the lispref 
manual
      adds  3dd8763   Add commands 'kill-matching-lines' and 
'copy-matching-lines'
      adds  557c595   Fix problem with certain fonts in ftfont_shape_by_flt
      adds  7edbcb3   Quit minibuffers without aborting kmacros
      adds  aa8859d   Signal an error in json.c function if not available
      adds  606b783   Allow installing packages with DOS line endings
      adds  c175ad5   Make dired-guess-default return all matching programs
      adds  b4fabb3   Make `kill-all-local-variables' also remove lambda from 
hooks
      adds  61c1522   Improve auto-revert-mode and revert-buffer doc strings
      adds  6bea195   Fix Bug#49636
      adds  b575e44   Fix documentation of a recent changeset
      adds  97fd31f   ; * etc/NEWS: Announce the change in json.c behavior on 
MS-Windows.
      adds  0c58796   * lisp/shadowfile.el (shadow-homedir): Add slash.
      adds  51a86b6   Count (not X) as a switch condition
      adds  46d7d44   Strength-reduce (eq X nil) to (not X)
      adds  f9d7440   ; * lisp/emacs-lisp/byte-opt.el (byte-optimize-eq): Fix 
last change.
      adds  1b251ed   * lisp/button.el (button-map): Bind [follow-link] to 
'mouse-face' (bug#49626)
      adds  070c80e   Fix mistake in `quote` optimiser
      adds  654ef06   Mention rear-advance in relation to the keymap overlay 
property
      adds  e4f323a   Add json-available-p
      adds  bc0aca0   Fix dired-guess-default logic after previous change
      adds  5e385eb   Restore evaluation logic in dired-guess-default
      adds  9292341   Fix bug-reference.el compilation warning
      adds  cdc1fab   Fixed a typo in Gnus manual
      adds  bb2d125   Fix final test for invalid base64url chars
      adds  cb9d82a   Factor out char_table_ref_simple for readability
      adds  3d956fd   Remove some "is"es from previous json checkin
      adds  e56ad2c   * doc/lispref/display.texi (Overlay Properties): Tweak 
further
      adds  e3b8ddd   Speed up by storing frame faces in hash tables instead of 
alists
      adds  da4b397   Make `C-g' after `M-x' not give a backtrace unless 
required
      adds  5218701   * lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): 
Add arg `category`
      adds  0576b81   * src/eval.c (signal_quit_p): Fix the usual 
int/Lisp_Object mixup
      adds  903ecd7   Make input of multi-key inputs in different emacsclients 
more logical
      adds  a98bf3e   * lisp/cus-start.el: Add mode-line-compact to Customize
      adds  38a62ef   Make vc-git-mode-line-string more robust
      adds  a828557   Move generalized variable specs from cl-lib.el to gv.el
      adds  3edc4fb   ; * lisp/emacs-lisp/macroexp.el 
(macroexp-warn-and-return): Doc fix.
      adds  c8a1af6   Avoid byte-compilation warning
      adds  0dcc444   Remove the (value) bits from cus-start Customize strings
      adds  6f9ff3d   Avoid failing in desktop-clear due to killed buffers
      adds  a2d0ff2   Bind the GIT_LITERAL_PATHSPECS environment variable
      adds  16860f6   `term-char-mode' doc string clarification
      adds  fcae435   Make revert-buffer preserve buffer-readedness
      adds  662f91a   Fix display of line/wrap-prefix when there's a display 
property at BOL
      adds  d3163a3   Make supersession warnings work again
      adds  f1101fd   Make erc recognize `foo*' as a function Lisp symbol
      adds  6898816   Default to libera instead of freenode
      adds  c6b6c2d   Use auth-source for user-passwords
      adds  fb15875   Fix checkdoc complaints and related issues
      adds  e6c99a7   Integrate formatting into rcirc-send-string
      adds  8ea5766   Recognize quoted commands in rcirc-process-input-line
      adds  0b367ec   Remove custom rcirc-completion implementation
      adds  4ff1f66   Replace defun-rcirc-command with rcirc-define-command
      adds  06af44e   Create framework for IRCv3 support
      adds  849e71f   Implement server-time extension
      adds  ab49a9a   Implement batch extension
      adds  567e288   Implement message-ids extension
      adds  c300326   Add TAGMSG handler
      adds  f6e18c6   Implement invite-notify capability
      adds  95fdd4b   Allow filtering how nicks are presented
      adds  b67b1ee   Fix prompt doubling when reconnecting
      adds  13f6f78   Allow for optional arguments using rcirc-define-command
      adds  3a61e7b   Use defvar-local instead of setq-local where applicable
      adds  fd96e3a   Allow hiding certain message types after reconnecting
      adds  a44e402   Preserve incoming order of messages with same timestamp
      adds  e61bdd5   Update activity string after switching to next active 
buffer
      adds  e17cc75   Add mouse properties to activity string
      adds  88e07af   Preserve order of completion during cycling
      adds  f1e79a3   Rename set-rcirc-{encode,decode}-coding-system
      adds  3e31846   Fix construction of interactive specification in 
rcirc-define-command
      adds  946ceca   Improve message markup
      adds  1181c60   Check if server buffer is live
      adds  7e5360f   Fix argument parser for rcirc-define-command with string 
input
      adds  b5d935b   Fix edge case with single argument for 
rcirc-define-command
      adds  21148f6   Force mode line update after modifying activity string
      adds  869db47   Use add-to-list instead of manually modifying 
minor-mode-alist
      adds  b81c977   Query encryption using yes-or-no-p
      adds  6122e4c   Add SASL authentication to rcirc
      adds  df6efb1   Fix SASL on rcirc-update
      adds  a85d272   Send CAP END after authentication has been successful
      adds  e3f4562   Fix SASL joining channels after auth
      adds  f222fe6   * rcirc.el (rcirc-define-command): Mention name of 
malformed command
      adds  1d73575   Fix issues with argument parsing in rcirc-define-command
      adds  77631c2   Add query command removed in 4ff1f66b12
      adds  55a19a1   Merge branch 'feature/rcirc-update'
      adds  007744d   Redo emacsclient socket symlink-attack checking
      adds  ce04a88   MS-Windows followup to recent emacsclient changes
      adds  f3806ee   Fix an rcirc merge problem
      adds  bb68fae   'global-mode-string' elements should have a space at the 
end
      adds  9dfa94a   Move mode-line NEWS items to a common section
      adds  4357d59   Adjust time-tests.el to bug#30056
      adds  9901868   Make nil value of fill-column obsolete
      adds  172dfac   declare-function doc string clarification about FILE
      adds  4d17294   Remove text props from callback args in erc-button
      adds  109ca1b   Warn about arity errors in inlining calls (bug#12299)
      adds  aa54374   Off-by-one error in compilation rule end-column function 
(bug#49624)
      adds  6a3b89f   Add more support for the French Revolutionary Calendar
      adds  ad5faa4   Add auto-mode-alist functionality to .dir-locals.el
      adds  6ce2acd   Fix do-auto-fill thinko introduced earlier today
      adds  eb20d01   Fix bug#49699
      adds  1f24519   Allow storing SMTP variables when queueing mail
      adds  2a23137   Fix typo in set-auto-mode--apply-alist
      adds  8ec3585   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  1163217   Improve recently added documentation
      adds  5708322   ; * lisp/files.el (set-auto-mode--apply-alist): Doc fix.
      adds  26ff277   ; * lisp/calendar/cal-french.el 
(calendar-french-trim-feast): Doc fix.
      adds  59eaa30   ; * etc/NEWS: Fix wording of the 'fill-column' entry.
      adds  9ac6ff5   Make the test for auto-mode-alist from .dir-local.el 
stricter
      adds  5431a58   Add new function `directory-append'
      adds  86a795f   Fix problem when moving files called ~ to the trash
      adds  9192f5d   Make 's' in *Help* work for Lisp-defined variables again
      adds  d8a4a5a   Remove duplicated NEWS entries
      adds  9ad1f71   Add Tramp support for yubikey (bug#49714)
      adds  8b808be   Adjust tab-bar to the new mode-line-misc-info value
      adds  4d43974   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  8cd66a3   ; Fix directory-append arglist in files.texi.
      adds  b4543df   Extend directory-append to take an arbitrary number of 
components
      adds  28bf387   Tweak Fdirectory_append for efficiency
      adds  ba918ec   Improve directory-append manual entry
      adds  6becc97   Tweak Fdirectory_append slightly
      adds  26da0b5   Set the normal-erase-is-backspace variable from Customize
      adds  4b1367e   Fix Fdirectory_append check for whether strings have to 
be converted
      adds  0c77d1d   Fix last commit in tramp.el
      adds  42d4537   Really convert to multibyte in Fdirectory_append
      adds  7c83e60   Add filter to GDB's register buffer
      adds  e315544   ; * src/fileio.c (Fdirectory_append): Doc fix.
      adds  03f8442   Disable delay and ding in replace-tests
      adds  aa9cba6   Allow empty elements in directory-append
      adds  f04f812   Rename directory-append to file-name-concat
      adds  a6afa22   Add commands to move to next/previous column in 
tabulated-list-mode
      adds  d341572   Support  '--group-directories-first' in ls-lisp.el
      adds  c52e26d   Keep track of match extents in occur-mode (bug#39121)
      adds  b0d33d4   Don't squash markers in occur-edit-mode
      adds  0577bd0   Use `file-name-concat' in Tramp
      adds  142961b   When bookmark is overwritten, unfontify its previous 
position
      adds  cb28b2e   * etc/NEWS: Fix renaming of directory-append.
      adds  41e62df   Fix extended attributes for Tramp's sudoedit method 
(bug#49724)
      adds  41a55a3   Fix compilation of xftfont.c with old fontconfig
       new  13a9a5e   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs 
into feature/pgtk


Summary of changes:
 admin/merge-gnulib                                 |    2 +-
 doc/emacs/custom.texi                              |   20 +-
 doc/emacs/misc.texi                                |    5 +-
 doc/emacs/modes.texi                               |   10 +-
 doc/emacs/search.texi                              |   11 +
 doc/lispref/buffers.texi                           |    4 +-
 doc/lispref/commands.texi                          |   14 +-
 doc/lispref/display.texi                           |    9 +-
 doc/lispref/errors.texi                            |    9 +-
 doc/lispref/eval.texi                              |    3 +-
 doc/lispref/files.texi                             |   53 +-
 doc/lispref/hooks.texi                             |    2 +-
 doc/lispref/modes.texi                             |   11 +-
 doc/lispref/text.texi                              |    9 +
 doc/lispref/variables.texi                         |   14 +
 doc/misc/gnus.texi                                 |    2 +-
 doc/misc/smtpmail.texi                             |   10 +
 etc/NEWS                                           |  182 ++-
 lib-src/emacsclient.c                              |  226 +--
 lib/file-has-acl.c                                 |  510 +++++++
 lib/gnulib.mk.in                                   |   11 +
 lisp/ansi-color.el                                 |   32 +
 lisp/autorevert.el                                 |    4 +
 lisp/battery.el                                    |    4 +-
 lisp/bindings.el                                   |    2 +-
 lisp/bookmark.el                                   |   12 +-
 lisp/button.el                                     |    1 +
 lisp/calendar/cal-french.el                        |  192 ++-
 lisp/comint.el                                     |   11 +-
 lisp/cus-start.el                                  |   42 +-
 lisp/custom.el                                     |    2 +-
 lisp/desktop.el                                    |    5 +-
 lisp/dired-x.el                                    |   50 +-
 lisp/dnd.el                                        |    1 +
 lisp/emacs-lisp/byte-opt.el                        |   19 +-
 lisp/emacs-lisp/bytecomp.el                        |   47 +-
 lisp/emacs-lisp/cconv.el                           |   15 +-
 lisp/emacs-lisp/cl-lib.el                          |  105 --
 lisp/emacs-lisp/copyright.el                       |   15 +-
 lisp/emacs-lisp/eieio-core.el                      |   13 +-
 lisp/emacs-lisp/eieio.el                           |    5 +-
 lisp/emacs-lisp/gv.el                              |  100 ++
 lisp/emacs-lisp/macroexp.el                        |   27 +-
 lisp/emacs-lisp/package.el                         |   21 +-
 lisp/emacs-lisp/shortdoc.el                        |   20 +-
 lisp/emacs-lisp/tabulated-list.el                  |   24 +
 lisp/erc/erc-button.el                             |    5 +-
 lisp/faces.el                                      |   26 +-
 lisp/files.el                                      |  256 ++--
 lisp/frame.el                                      |    2 +-
 lisp/gnus/message.el                               |    4 +-
 lisp/help-fns.el                                   |   12 +-
 lisp/help-mode.el                                  |    6 +-
 lisp/help.el                                       |    7 +-
 lisp/icomplete.el                                  |   18 +-
 lisp/ls-lisp.el                                    |   74 +-
 lisp/mail/smtpmail.el                              |   80 +-
 lisp/minibuffer.el                                 |    9 +
 lisp/net/rcirc.el                                  | 1434 +++++++++++++-------
 lisp/net/tramp-adb.el                              |   10 +-
 lisp/net/tramp-compat.el                           |   14 +
 lisp/net/tramp-gvfs.el                             |    2 +-
 lisp/net/tramp-sh.el                               |   18 +-
 lisp/net/tramp-smb.el                              |    8 +-
 lisp/net/tramp-sshfs.el                            |    6 +-
 lisp/net/tramp-sudoedit.el                         |   20 +-
 lisp/net/tramp.el                                  |   31 +-
 lisp/newcomment.el                                 |   20 +-
 lisp/progmodes/bug-reference.el                    |    1 +
 lisp/progmodes/compile.el                          |   15 +-
 lisp/progmodes/elisp-mode.el                       |    3 +-
 lisp/progmodes/gdb-mi.el                           |   96 +-
 lisp/replace.el                                    |  324 +++--
 lisp/shadowfile.el                                 |   21 +-
 lisp/simple.el                                     |   40 +-
 lisp/startup.el                                    |    1 +
 lisp/subr.el                                       |   11 +-
 lisp/tab-bar.el                                    |    2 +-
 lisp/term.el                                       |   30 +-
 lisp/textmodes/fill.el                             |   11 +-
 lisp/textmodes/remember.el                         |   18 +-
 lisp/time.el                                       |    3 +-
 lisp/url/url.el                                    |    7 +-
 lisp/vc/vc-git.el                                  |    4 +-
 lisp/wdired.el                                     |  122 +-
 lisp/woman.el                                      |    6 +-
 m4/gnulib-comp.m4                                  |    3 +
 nt/gnulib-cfg.mk                                   |    1 +
 src/buffer.c                                       |   32 +-
 src/callint.c                                      |    5 +-
 src/chartab.c                                      |  104 +-
 src/coding.c                                       |    2 +-
 src/data.c                                         |    2 +
 src/eval.c                                         |   14 +-
 src/fileio.c                                       |  109 ++
 src/filelock.c                                     |    2 +-
 src/fns.c                                          |   12 +-
 src/frame.c                                        |   20 +-
 src/frame.h                                        |    8 +-
 src/ftfont.c                                       |   21 +
 src/json.c                                         |   25 +-
 src/keyboard.c                                     |   82 +-
 src/lisp.h                                         |    4 +-
 src/macros.c                                       |    2 +-
 src/minibuf.c                                      |    2 +-
 src/xdisp.c                                        |   86 +-
 src/xfaces.c                                       |   83 +-
 src/xftfont.c                                      |    6 +
 test/lisp/calendar/cal-french-tests.el             |  113 ++
 test/lisp/dired-x-tests.el                         |   13 +
 .../bytecomp-resources/warn-callargs-defsubst.el   |    5 +
 test/lisp/emacs-lisp/bytecomp-tests.el             |    3 +
 test/lisp/emacs-lisp/package-tests.el              |   68 +
 test/lisp/files-resources/.dir-locals.el           |    5 +
 test/lisp/files-resources/auto-test.zot1           |    1 +
 test/lisp/files-resources/auto-test.zot2           |    1 +
 test/lisp/files-resources/auto-test.zot3           |    1 +
 test/lisp/files-resources/whatever.quux            |    2 +
 test/lisp/files-tests.el                           |   11 +
 test/lisp/net/tramp-tests.el                       |   22 +-
 test/lisp/progmodes/compile-tests.el               |   47 +-
 test/lisp/replace-tests.el                         |    9 +-
 test/lisp/shadowfile-tests.el                      |   15 +-
 test/lisp/time-stamp-tests.el                      |   11 +-
 test/lisp/time-tests.el                            |    1 +
 test/src/buffer-tests.el                           |   42 +-
 test/src/fileio-tests.el                           |   22 +
 127 files changed, 4186 insertions(+), 1494 deletions(-)
 create mode 100644 lib/file-has-acl.c
 create mode 100644 test/lisp/calendar/cal-french-tests.el
 create mode 100644 
test/lisp/emacs-lisp/bytecomp-resources/warn-callargs-defsubst.el
 create mode 100644 test/lisp/files-resources/.dir-locals.el
 create mode 100644 test/lisp/files-resources/auto-test.zot1
 create mode 100644 test/lisp/files-resources/auto-test.zot2
 create mode 100644 test/lisp/files-resources/auto-test.zot3
 create mode 100644 test/lisp/files-resources/whatever.quux



reply via email to

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