emacs-diffs
[Top][All Lists]
Advanced

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

scratch/etags-regen updated (9a1fc1e -> 834c52d)


From: Dmitry Gutov
Subject: scratch/etags-regen updated (9a1fc1e -> 834c52d)
Date: Sun, 10 Jan 2021 17:47:24 -0500 (EST)

dgutov pushed a change to branch scratch/etags-regen.

      from  9a1fc1e   Remove dead reference
      adds  9b31802   Update a substitute-command-keys test
      adds  9db1c09   * test/Makefile.in (WRITE_LOG): Mark also problematic 
tests for emba.
      adds  f5b8e5a   * test/lisp/filenotify-tests.el 
(file-notify-test07-many-events-remote):
      adds  2f6e30c   Revert mark-paragraph change and add tests
      adds  e15386d   Fix quoting problem in pop3-uidl-save
      adds  a7fdba7   Clear socks protocol scratch after authentication
      adds  7e80aec   Add tests for mm-decode.el
      adds  23a887e   Add work-around for nnmaildir encoding problem
      adds  fa1f411   Edit the display-buffer doc string slightly
      adds  0e6b74d   Fix typo in last display-buffer doc string change
      adds  40a0f8a   Add a display-buffer window selection function that's 
more like XEmacs
      adds  3e99ff9   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  3dc3874   Further display-buffer doc changes
      adds  c8448f6   Remove an outdated comment
      adds  c0ca935   * lisp/mb-depth.el (minibuffer-depth-indicator): Add 
:group 'minibuffer'.
      adds  cd56406   * lisp/tab-bar.el: Improve tab-bar-show (bug#45556)
      adds  656801f   * test/lisp/net/tramp-tests.el 
(tramp-test31-interrupt-process):
      adds  62e0c67   Fix syntax of space characters
      adds  705292c   Remove unused DEFSYM
      adds  f5cfe5a   * test/lisp/subr-tests.el (subr-test-kbd): New test.
      adds  5ac7b48   Lift define-prefix-command to Lisp
      adds  a31bfd5   Merge recently added kbd tests
      adds  768a352   * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Rename 
from `pcase--fgrep`
      adds  9d3d6f8   * lisp/emacs-lisp/cl-generic.el (cl--generic-lambda): Fix 
last change
      adds  3b9dad8   * lisp/subr.el (letrec): Optimize some non-recursive 
bindings
      adds  6e73e07   Make sure default-directory relates to the originating 
buffer
      adds  29c7f8c   * lisp/emacs-lisp/cl-macs.el: Optimize self-calls in tail 
position
      adds  fe72638   Fix cl-concatenate use in macros
      adds  981d5ea   * lisp/emacs-lisp/cl-macs.el (cl--self-tco): Fix build of 
gnus-agent.el
      adds  ace749f   Count Flymake diagnostics in modeline by severity, not 
type
      adds  4cebd2d   Don't unblock SIGCHLD too early.
      adds  9b57ecf   Remove reference to gnus-bug-create-help-buffer
      adds  7a89b4b   Support keyval style beamer frame labels
      adds  302e6d4   Remove a pointless check for WCOREDUMPED.
      adds  690cf6b   Increase probability that a process test succeeds.
      adds  09ee2d0   Create new test file for socks.el
      adds  ac9c4ca   * lisp/subr.el (global-map): Doc fix; add cross-reference.
      adds  aa6ee33   Rework parts of Tramp's insert-directory, bug#45691
      adds  4ad8fc6   Add more mm-decode tests
      adds  2c03bdc   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  b84b689   Revert recent mm-with-part change
      adds  14a1a84   Add a link to the manual from the defcustom doc string
      adds  e62f719   Minor shortdoc link improvements
      adds  13bd909   Add support for flat buttons
      adds  5960e9c   ; * lisp/custom.el (defcustom): Fix last change.
      adds  4c55eee   Add support for 'process-attributes' on OpenBSD
      adds  25dadca   Hyperlink symbol names without word syntax in Help
      adds  918a5ea   Make font locking work in mercury-mode
      adds  e186af2   Improve fill-region-as-paragraph when there's a fill 
prefix
      adds  9717ba9   Specify precedence in .authinfo files
      adds  6858b74   Fix example in the Gnus manual
      adds  fa686f0   Default python-shell-interpreter to python3
      adds  a583c72   Respect message-forward-ignored-headers more
      adds  c7c154b   Fix incompleteness in the implementation of 
minibuffer-follows-selected-frame
      adds  94344d1   Add functions to open a file without quitting.
      adds  45abd52   Fix build breakage if Lisp_Object is not a primitive type.
      adds  fb32f92   Allow evaluation of tests from local source repository
      adds  17bd039   New command xref-quit-and-pop-marker-stack
       new  834c52d   Merge branch 'master' into scratch/etags-regen


Summary of changes:
 doc/emacs/mini.texi                                |  10 +-
 doc/emacs/trouble.texi                             |   7 +
 doc/lispref/display.texi                           |  17 +-
 doc/lispref/minibuf.texi                           |  24 ++-
 doc/lispref/windows.texi                           |   6 +
 doc/misc/auth.texi                                 |  12 ++
 doc/misc/gnus.texi                                 |   2 +-
 etc/NEWS                                           |  47 ++++-
 etc/w32-feature.el                                 |  35 +++-
 lisp/cus-start.el                                  |   6 +-
 lisp/custom.el                                     |   2 +
 lisp/emacs-lisp/cl-generic.el                      |  26 +--
 lisp/emacs-lisp/cl-macs.el                         | 123 +++++++++++-
 lisp/emacs-lisp/lisp-mode.el                       |   6 +-
 lisp/emacs-lisp/macroexp.el                        |  29 +++
 lisp/emacs-lisp/pcase.el                           |  27 +--
 lisp/emacs-lisp/shortdoc.el                        |  13 +-
 lisp/gnus/gnus-win.el                              |   1 -
 lisp/gnus/message.el                               |  12 +-
 lisp/help-fns.el                                   |   4 +-
 lisp/help-mode.el                                  |   3 +-
 lisp/international/characters.el                   |  11 +-
 lisp/mb-depth.el                                   |   1 +
 lisp/minibuffer.el                                 |   8 +-
 lisp/net/pop3.el                                   |   2 +-
 lisp/net/socks.el                                  |   1 +
 lisp/net/tramp-sh.el                               | 153 +++++++--------
 lisp/progmodes/flymake.el                          |   7 +-
 lisp/progmodes/prolog.el                           |   6 +-
 lisp/progmodes/python.el                           |   6 +-
 lisp/progmodes/xref.el                             |  15 +-
 lisp/subr.el                                       |  53 ++++-
 lisp/tab-bar.el                                    |  27 ++-
 lisp/textmodes/fill.el                             |  11 +-
 lisp/textmodes/paragraphs.el                       |  63 +++---
 lisp/textmodes/reftex-vars.el                      |  11 +-
 lisp/window.el                                     |  66 +++++--
 src/buffer.c                                       |   2 +-
 src/callproc.c                                     |  33 ++--
 src/emacs.c                                        |   4 +-
 src/eval.c                                         |  26 +++
 src/keymap.c                                       |  23 ---
 src/lisp.h                                         |   7 +-
 src/minibuf.c                                      | 185 +++++++++++++++---
 src/pdumper.c                                      |   2 +-
 src/process.c                                      |  13 +-
 src/sysdep.c                                       | 217 +++++++++++++++++++++
 src/w32term.c                                      |   3 +-
 src/window.c                                       |  18 +-
 src/window.h                                       |   4 -
 src/xfaces.c                                       |   8 +-
 test/Makefile.in                                   |   6 +-
 test/lisp/emacs-lisp/cl-macs-tests.el              |  23 +++
 test/lisp/filenotify-tests.el                      |   2 +-
 .../gnus/mm-decode-resources/8bit-multipart.bin    |  20 ++
 .../gnus/mm-decode-resources/win1252-multipart.bin |  44 +++++
 test/lisp/gnus/mm-decode-tests.el                  | 102 ++++++++++
 test/lisp/help-mode-tests.el                       |  21 +-
 test/lisp/help-tests.el                            |   2 +-
 test/lisp/net/socks-tests.el                       | 103 ++++++++++
 test/lisp/net/tramp-tests.el                       |  59 +++++-
 test/lisp/subr-tests.el                            |  46 ++++-
 test/lisp/textmodes/fill-tests.el                  |  31 +++
 .../paragraphs-resources/mark-paragraph.bin        |   9 +
 test/lisp/textmodes/paragraphs-tests.el            |  23 +++
 test/src/process-tests.el                          |   5 +
 66 files changed, 1529 insertions(+), 365 deletions(-)
 create mode 100644 test/lisp/gnus/mm-decode-resources/8bit-multipart.bin
 create mode 100644 test/lisp/gnus/mm-decode-resources/win1252-multipart.bin
 create mode 100644 test/lisp/gnus/mm-decode-tests.el
 create mode 100644 test/lisp/net/socks-tests.el
 create mode 100644 test/lisp/textmodes/paragraphs-resources/mark-paragraph.bin



reply via email to

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