emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (11c835e -> 01b0a90)


From: Yuuki Harano
Subject: feature/pgtk updated (11c835e -> 01b0a90)
Date: Sun, 20 Jun 2021 05:24:12 -0400 (EDT)

masm11 pushed a change to branch feature/pgtk.

      from  11c835e   Fix a frame created without scroll/menu/toolbar is empty
      adds  407062c   Allow save-interprogram-paste-before-kill to be a number
      adds  c4fcf2f   Fsubstitute_in_file_name doc string clarification
      adds  788e5cc   Fix wording of recently added documentation
      adds  00802c0   Reset the pulse face more fully in pulse-reset-face
      adds  bad87a1   ; * src/fileio.c (Fsubstitute_in_file_name): Doc fix.
      adds  55d7eff   Avoid an infinite loop in 
mml-expand-html-into-multipart-related
      adds  2f7a115   Fix previous pulse.el fix
      adds  d0c7d8b   Improve handling of dedicated flag for side windows 
(Bug#48493)
      adds  6536112   Handle sensitive auto-save or backup remote files 
(Bug#45245)
      adds  9389742   * lisp/emacs-lisp/bytecomp.el (byte+native-compile): 
Update docstring.
      adds  31d40ca   ;* lisp/emacs-lisp/bytecomp.el (byte-native-compiling): 
Typo fix.
      adds  8f2f91f   Fix problem in HTML with bracketed characters
      adds  663fb3b   * Do not produce .elc temporary file when unnecessary 
(bug#48978)
      adds  00f1a4b   Get fractional seconds in iso8601 parsing right
      adds  794ec93   Remove unused variable from sgml-mode test
      adds  1956d98   mh-junk need not support SpamAssassin 2.20 from 2003
      adds  1756e47   Fix false positives in docstring width warning with 
(fn...) constructs.
      adds  17dcc54   Document `completions-format'
      adds  c621004   Fix dragging dividers in terminal Emacs when there's 
margins
      adds  53e5caa   ; * doc/lispref/text.texi (Clickable Text): Fix word order
      adds  81fd560   Add a new function syntax-class-to-char
      adds  8be9d4a   Allow ERT tests to output the failure reasons, too
      adds  9dde254   ; * etc/NEWS: Fix a typo in the recent change.
      adds  6ae5a59   Clarify (interactive "K") in the manual
      adds  6fc48df   Add new convenience commands for *Help*
      adds  a8721a3   Make help-view-source more robust
      adds  0367d17   User option to select 'no-other-window' with windmove 
(bug#48916)
      adds  db106ea   User option to choose a function triggered by 
windmove-create (bug#48917)
      adds  d9698fa   Prepare pdumper dump file in memory, write it in one go 
(Bug#46881)
      adds  eac34b5   ; * lisp/progmodes/hideif.el (hif-unicode-prefix-regexp): 
Stray `\`.
      adds  ed97d15   Remove outdated advise from manual
      adds  706e186   * src/xdisp.c (gui_draw_bottom_divider): Fix misleading 
indentation.
      adds  1f4e919   * lisp/simple.el (save-interprogram-paste-before-kill): 
Fix type.
      adds  7c22aa3   Eliminate some GCC warnings
      adds  ff053c7   * lisp/emacs-lisp/cl-generic.el: Fix bug#49053 and 
bug#47454
      adds  45acbe6d  Fix display-buffer-override-next-command for no-select 
case (bug#49057)
      adds  fe1b72d   * lisp/help-fns.el (help--symbol-class): Concat chars for 
all namespaces.
      adds  f41d0f4   Support new LaTeX kernel macro \footref
      adds  7033470   Use \footref when referencing a footnote label
      adds  bc44763   Update SCSS test file syntax.
      adds  0ffcf74   Fix Mercury support, notably qualified procedures.
      adds  6af9f1f   Improve and update the 'etags' test suite
      adds  ac73d77   Fix Morse for non-ASCII letters
      adds  b9f339e   ; * src/comp.c (ADD_IMPORTED): Fix broken macro.
      adds  e6a700a   Handle case remote uid is 0 in some Tramp related tests
      adds  4f1a5e4   Add `file-name-set-extension'
      adds  284dfd3   Revert "Add `file-name-set-extension'"
      adds  75b68c3   Improve to selsel doc strings
      adds  6ea7e33   Add support for displaying total number of groups in 
subgroups in Gnus
      adds  989de3b   Allow `message-replace-header' to take a list of AFTERs
      adds  1293ece   New Gnus Summary buffer sort options for extra headers
      adds  234bf1b   De-obfuscate gnutls_handshake loop
      adds  e910ef3   Improve bound-and-true-p doc string
      adds  01bbe4c   Use file-truename on files loaded with "emacs -l"
      adds  b94532f   * src/xdisp.c (Fwindow_text_pixel_size): Plug memory 
leak.  (Bug#48884)
      adds  f8e5871   ; Merge from origin/emacs-27
      adds  7be610f   Fix documentation of 'face-extend-p'
      adds  0ffef0b   Document 'ispell-program-name'
      adds  8d5c70d   Improve documentation of profiler
      adds  7722b51   Another improvement in documentation of "memory" profiler
      adds  510458a   Merge from origin/emacs-27
      adds  6636a64   Fix error in tramp-archive.el
      adds  415143d   Add new convenience command for *Help*
      adds  a17f409   ; * lisp/help-mode.el (help-customize): Doc fix.  
(Bug#36767)
       new  01b0a90   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs 
into feature/pgtk


Summary of changes:
 doc/emacs/fixit.texi                     |   7 +
 doc/emacs/help.texi                      |   7 +
 doc/emacs/killing.texi                   |  13 +-
 doc/emacs/mini.texi                      |   8 +
 doc/lispref/commands.texi                |  11 +-
 doc/lispref/debugging.texi               |  13 +-
 doc/lispref/display.texi                 |   5 +-
 doc/lispref/modes.texi                   |   4 -
 doc/lispref/syntax.texi                  |   5 +
 doc/lispref/text.texi                    |   2 +-
 doc/lispref/windows.texi                 |  57 ++++---
 doc/misc/ert.texi                        |   4 +
 doc/misc/gnus.texi                       |  20 ++-
 doc/misc/tramp.texi                      |  17 +-
 etc/NEWS                                 |  41 ++++-
 lib-src/etags.c                          | 124 +++++++++-----
 lisp/bindings.el                         |   4 +-
 lisp/calendar/iso8601.el                 |  17 +-
 lisp/cedet/pulse.el                      |   6 +-
 lisp/delsel.el                           |   5 +-
 lisp/emacs-lisp/bytecomp.el              |  42 +++--
 lisp/emacs-lisp/cl-generic.el            |  10 +-
 lisp/emacs-lisp/ert.el                   |  31 +++-
 lisp/gnus/gnus-sum.el                    |  57 ++++++-
 lisp/gnus/gnus-topic.el                  |  39 +++--
 lisp/gnus/message.el                     |  11 +-
 lisp/gnus/mml.el                         |   2 +-
 lisp/help-fns.el                         |  67 +++++---
 lisp/help-mode.el                        |  39 ++++-
 lisp/mh-e/mh-junk.el                     |  26 +--
 lisp/mouse.el                            |   6 +-
 lisp/net/tramp-archive.el                |   2 +
 lisp/net/tramp-cache.el                  |   7 +-
 lisp/net/tramp-sh.el                     |   3 +-
 lisp/net/tramp.el                        | 103 ++++++++----
 lisp/play/morse.el                       |  21 ++-
 lisp/profiler.el                         |   8 +-
 lisp/progmodes/hideif.el                 |   2 +-
 lisp/simple.el                           |  41 +++--
 lisp/startup.el                          |   4 +-
 lisp/textmodes/reftex-vars.el            |   6 +-
 lisp/textmodes/sgml-mode.el              |  15 +-
 lisp/windmove.el                         | 111 ++++++++-----
 lisp/window.el                           |  82 ++++++----
 src/comp.c                               |   2 +-
 src/doprnt.c                             |   4 +-
 src/fileio.c                             |   3 +
 src/fns.c                                |   5 +-
 src/gnutls.c                             |  11 +-
 src/lisp.h                               |   4 +-
 src/pdumper.c                            |  27 +++-
 src/syntax.c                             |  18 +++
 src/xdisp.c                              |   2 +-
 src/xfaces.c                             |   9 +-
 test/lisp/calendar/iso8601-tests.el      |  10 +-
 test/lisp/filenotify-tests.el            |   5 +-
 test/lisp/net/tramp-archive-tests.el     |   1 +
 test/lisp/net/tramp-tests.el             |  85 ++++++++--
 test/lisp/shadowfile-tests.el            |   3 +
 test/lisp/textmodes/sgml-mode-tests.el   |  27 ++++
 test/manual/etags/CTAGS.good             |  31 +---
 test/manual/etags/ETAGS.good_1           | 149 ++++++++---------
 test/manual/etags/ETAGS.good_2           | 266 ++++++++++++++-----------------
 test/manual/etags/ETAGS.good_3           | 149 ++++++++---------
 test/manual/etags/ETAGS.good_4           | 149 ++++++++---------
 test/manual/etags/ETAGS.good_5           | 266 ++++++++++++++-----------------
 test/manual/etags/ETAGS.good_6           | 266 ++++++++++++++-----------------
 test/manual/etags/merc-src/accumulator.m |   8 +
 test/manual/indent/scss-mode.scss        |   6 +-
 test/src/syntax-tests.el                 |  11 ++
 70 files changed, 1534 insertions(+), 1088 deletions(-)



reply via email to

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