emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (56297c0 -> 7a7bc15)


From: Yuuki Harano
Subject: feature/pgtk updated (56297c0 -> 7a7bc15)
Date: Sun, 14 Mar 2021 10:36:58 -0400 (EDT)

masm11 pushed a change to branch feature/pgtk.

      from  56297c0   Fix some leaks
      adds  f4452bb   Fix structure of condition object in nested 'ert-fail'.
      adds  b4bfdd3   Fix handling of `tramp-cache-{g,s}et-count-*'
      adds  dc083eb   * lisp/net/*.el: Use lexical-binding
      adds  7ec870c   * lisp/faces.el (help-argument-name): Use grey 
background, not foreground
      adds  04c43bb   * lisp/progmodes/xref.el (xref-after-update-hook): New 
defcustom (bug#46992).
      adds  9b86a6a   ; NEWS fix
      adds  6120952   Make semantic/idle not move point after last change
      adds  8538108   Strip text properties from the default string
      adds  40d8f83   smerge-vc-next-conflict: Move to conflict markers more 
reliably
      adds  7561c01   * lisp/emacs-lisp/cconv.el: Don't confuse a string for a 
docstring
      adds  29458ec   * lisp/tab-bar.el (tab-bar-select-tab): Set 
window-state-put WINDOW arg to nil
      adds  c6ed17c   * src/buffer.c (Fbuffer_swap_text): Swap `mark-active` as 
well
      adds  f97e07e   Port alternate signal stack to upcoming glibc 2.34
      adds  e8f0a7b   * lisp/mail/rmailmm.el: Use `cl-defstruct` and 
`lexical-binding`
      adds  48bfebc   * lisp/help.el (help--describe-translation): Fix typo.
      adds  de9b19c   (project-switch-commands): Remove the ###autoload 
instruction
      adds  8605ddc   Use 'help-key-binding' face in userlock.el
      adds  5217b56   * lisp/userlock.el: Use lexical-binding.
      adds  1c5cb14   Use proper command substitutions in some docstrings
      adds  dc2688a   Do mode tagging in ert.el
      adds  4cb5220   Fix duplicate ":" in ert-find-test-other-window prompt
      adds  a1c84b4   Remove several references to Emacs 22 and earlier
      adds  7add330   Mark string predicates side-effect-free
      adds  a412141   * lisp/files.el (cd): Improve error message.
      adds  4b47eb3   Fix byte-compilation warning in benchmark-run
      adds  b4ae102   Remove Emacs 19 workaround from cperl-mode.el
      adds  88409b2   Highlight the entire summary line for selected articles
      adds  5fa2775   * lisp/tab-bar.el: 'C-x t G' (tab-group) assigns a group 
name to the tab.
      adds  d07ed6d   * lisp/tab-bar.el (tab-bar-close-group-tabs): New command.
      adds  c93447e   Enable selectable image smoothing (bug#38394)
      adds  f695fdf   ; Fix US spelling in last change.
      adds  8497af6   * lisp/gnus/nnmh.el (nnmh-newsgroup-articles): Declare var
      adds  0445720   Fix wording of a recently added documentation
      adds  9ab5142   * src/image.c (FRAME_SCALE_FACTOR): Define only when 
needed.
      adds  222d703   * src/image.c (image_set_transform): Don't use ! for Lisp 
object.
      adds  62610da   Make tags tables from Texinfo sources
      adds  65441a6   Add remote processes to Tramp sshfs method
      adds  27b8638   Re-fix previous Info-fontify-node change
      adds  e13c301   * lisp/emacs-lisp/cconv.el (cconv--analyze-use): Warn 
never-initialized vars
      adds  7d0dc31   * lisp/org/: Delete some always-nil variables
      adds  5926f0c   * lisp/obsolete/iswitchb.el: Remove dead code
      adds  a0d8fd2   * lisp/ses.el (ses-set-cell): Use `macroexp-let2`
      adds  6e77869   * lisp/vc/pcvs-parse.el: Fix lexical-binding breakage
      adds  2c9594a   * lisp/emulation/edt.el (edt-with-position): Don't bind 
`left`
      adds  fe84429   * lisp/cedet: Remove always-nil variables
      adds  b21f619   * lisp: Remove yet more always-nil variables
      adds  1d41958   * lisp/outline.el (outline-font-lock-keywords): Simplify
      adds  b8bf62b   On MS-Windows, fflush stderr after newline
      adds  8ad221c   * lisp/tab-bar.el (tab-bar--current-tab-find): New 
function.
      adds  b90c658   Update docstrings of 'delete'/'remove' to interlink each 
other (bug#47054)
      adds  d9c94e9   * lisp/mail/: Use lexical-binding
      adds  71ef012   Map redo records for undo in region to 'undo-in-region
      adds  17cdb73   ; Fix some typos.
      adds  d012595   Make byte-compiled uses of `define-minor-mode' more 
compatible
      adds  fd3705a   Fix compilation warning in python-wy.el after lexical 
rewrite
      adds  5dff53f   Add a new `image-transform-smoothing' user option
      adds  b08b2e0   Rename to image--transform-smoothing in image-mode.el
      adds  7109307   * lisp/emacs-lisp/syntax.el (syntax-propertize-rules): 
Use `macroexp-let2`
      adds  009bc7c   * lisp/emacs-lisp/cconv.el (cconv--analyze-use): Tune 
down the warning
      adds  ba6ae50   * lisp/emacs-lisp/cconv.el (cconv--analyze-use): Simplify 
(doh!)
      adds  14b54ce   Document how to create a branch for Git/Mercurial
      adds  a0854f9   ; Fix typos in doc strings
      adds  e609bf5   Tramp sshfs fixes
      adds  d1a7d16   * lisp/cedet/{*.el,ede/*.el}: Use lexical-binding
      adds  f7b7ecc   Skip recent undo tests in batch mode for now
      adds  c4bbe02   * lisp/help.el (help-for-help-internal): Doc fix; use 
imperative.
      adds  7a23915   * lisp/tooltip.el (tooltip): Doc fix for GTK.
      adds  2c5f215   Avoid crashes in Mew due to corrupted tool-bar label
      adds  74c3895   Merge from origin/emacs-27
      adds  8c93bec   ; Auto-commit of loaddefs files.
      adds  ed2b23e   Improve the 'dired-do-kill-lines' doc string
      adds  a49b2aa   ; Merge from origin/emacs-27
      adds  8f603da   Update documentation of reading passwords
      adds  fc83f37   Fix initialization of 'while-no-input-ignore-events'
      adds  7c3ec4e   Merge from origin/emacs-27
      adds  9f09083   * doc/misc/tramp.texi (Remote shell setup): Fix 
reference. (Do not merge)
      adds  069ff11   ; Merge from origin/emacs-27
      adds  c881e99   * lisp/emacs-lisp/gv.el (edebug-after): Don't run the 
getter in the setter
      adds  02a5cfc   * lisp/mouse.el: Fix mouse-1-clock-follows-mouse = double
      adds  1feddd3   Merge from origin/emacs-27
      adds  8ea2f84   * lisp/tooltip.el (tooltip): Restore group that was not 
"redundant".
      adds  6d024ae   * lisp/filesets.el: Address byte-compiler warning
      adds  75705b3   Fix simple-tests--undo*
      adds  82e3acc   * src/keyboard.c parse_solitary_modifier): Accept `click` 
modifier
      adds  aa64499   Extend support for faces in Enriched mode
      adds  695f679   Remove ;;;###tramp-autoload cookie from Tramp defcustoms 
(Bug#47063)
      adds  8415a95   Adjust colors of help-key-binding face for readability
      adds  1f0fb1f   Fix rare redisplay glitches when image has been removed 
from display
      adds  2b34304   ; Add comment for a recent change
      adds  34b49ee   Add help-key-binding styling to wombat theme
      adds  fbfc3bd   Separate values 'override' and 'append' in 
'outline-minor-mode-highlight'
      adds  ebc3b25   Fix buffer overflow in xbm_scan (bug#47094)
      adds  ebfb4c2   * lisp/net/tramp-crypt.el (tramp-crypt-add-directory):
      adds  0bfa9e7   * lisp/tab-line.el: Add face for group-tab (bug#47118)
      adds  0a60e5d   * lisp/tab-line.el: Update docstring of 
'tab-line-tabs-function' (bug#47117)
      adds  f9b737f   * lisp/tab-bar.el: Tab groups can be displayed with 
tab-bar-format-tabs-groups
       new  7a7bc15   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs 
into feature/pgtk


Summary of changes:
 Makefile.in                            |   4 +
 admin/charsets/mapfiles/README         |   4 +-
 admin/grammars/python.wy               |   1 +
 doc/emacs/Makefile.in                  |  18 ++-
 doc/emacs/custom.texi                  |  14 +-
 doc/emacs/maintaining.texi             |   4 +
 doc/emacs/mini.texi                    |   3 +-
 doc/lispintro/Makefile.in              |  16 +++
 doc/lispintro/emacs-lisp-intro.texi    |  17 ++-
 doc/lispref/Makefile.in                |  16 +++
 doc/lispref/buffers.texi               |   3 -
 doc/lispref/display.texi               |  15 ++
 doc/lispref/eval.texi                  |   1 -
 doc/lispref/files.texi                 |   5 -
 doc/lispref/keymaps.texi               |   6 -
 doc/lispref/loading.texi               |   1 -
 doc/lispref/minibuf.texi               |   4 -
 doc/lispref/positions.texi             |   1 -
 doc/lispref/variables.texi             |   2 -
 doc/misc/Makefile.in                   |  17 +++
 doc/misc/efaq-w32.texi                 |   9 +-
 doc/misc/gnus-faq.texi                 |   8 +-
 doc/misc/gnus.texi                     |   9 +-
 doc/misc/tramp.texi                    |  11 +-
 etc/NEWS                               |  33 ++++-
 etc/themes/wombat-theme.el             |   2 +
 lisp/align.el                          |   4 +-
 lisp/arc-mode.el                       |   6 +-
 lisp/button.el                         |   4 +-
 lisp/calc/calc-yank.el                 |   5 +-
 lisp/calculator.el                     |   2 +-
 lisp/calendar/todo-mode.el             |   8 +-
 lisp/cedet/cedet-cscope.el             |   6 +-
 lisp/cedet/cedet-files.el              |   2 +-
 lisp/cedet/cedet-global.el             |   6 +-
 lisp/cedet/cedet-idutils.el            |  16 +--
 lisp/cedet/cedet.el                    |  40 +++---
 lisp/cedet/data-debug.el               |  57 ++++----
 lisp/cedet/ede.el                      |  77 +++++-----
 lisp/cedet/ede/auto.el                 |   6 +-
 lisp/cedet/ede/autoconf-edit.el        |   2 +-
 lisp/cedet/ede/config.el               |  10 +-
 lisp/cedet/ede/cpp-root.el             |  12 +-
 lisp/cedet/ede/custom.el               |  18 +--
 lisp/cedet/ede/detect.el               |   2 +-
 lisp/cedet/ede/dired.el                |  10 +-
 lisp/cedet/ede/files.el                |  24 ++--
 lisp/cedet/ede/generic.el              |  18 +--
 lisp/cedet/ede/linux.el                |   6 +-
 lisp/cedet/ede/locate.el               |  48 +++----
 lisp/cedet/ede/makefile-edit.el        |   2 +-
 lisp/cedet/ede/pconf.el                |  21 +--
 lisp/cedet/ede/pmake.el                |  47 +++---
 lisp/cedet/ede/proj-comp.el            |   2 +-
 lisp/cedet/ede/proj-elisp.el           |  41 +++---
 lisp/cedet/ede/proj-info.el            |   6 +-
 lisp/cedet/ede/proj-obj.el             |   8 +-
 lisp/cedet/ede/proj-prog.el            |   6 +-
 lisp/cedet/ede/proj-shared.el          |   6 +-
 lisp/cedet/ede/proj.el                 |  22 +--
 lisp/cedet/ede/project-am.el           |   8 +-
 lisp/cedet/ede/shell.el                |   2 +-
 lisp/cedet/ede/simple.el               |   6 +-
 lisp/cedet/ede/source.el               |   4 +-
 lisp/cedet/ede/speedbar.el             |  52 +++----
 lisp/cedet/ede/util.el                 |   2 +-
 lisp/cedet/mode-local.el               |   2 +-
 lisp/cedet/pulse.el                    |   4 +-
 lisp/cedet/semantic.el                 |  70 ++++-----
 lisp/cedet/semantic/grammar.el         |   2 +-
 lisp/cedet/semantic/idle.el            |  97 +++++++------
 lisp/cedet/semantic/scope.el           |   4 +-
 lisp/cedet/semantic/wisent/comp.el     |  27 ++--
 lisp/doc-view.el                       |   2 +
 lisp/emacs-lisp/benchmark.el           |   3 +-
 lisp/emacs-lisp/byte-opt.el            |   2 +
 lisp/emacs-lisp/cconv.el               |  19 ++-
 lisp/emacs-lisp/checkdoc.el            |   6 +-
 lisp/emacs-lisp/easy-mmode.el          |  18 ++-
 lisp/emacs-lisp/edebug.el              |   2 +-
 lisp/emacs-lisp/ert.el                 |  31 ++--
 lisp/emacs-lisp/gv.el                  |   3 +-
 lisp/emacs-lisp/syntax.el              |  13 +-
 lisp/emacs-lisp/tcover-ses.el          |   4 +-
 lisp/emulation/cua-rect.el             |   2 +-
 lisp/emulation/edt.el                  |  28 ++--
 lisp/erc/erc-menu.el                   |   4 +-
 lisp/eshell/em-ls.el                   |   6 +-
 lisp/faces.el                          |  17 ++-
 lisp/files.el                          |   4 +-
 lisp/filesets.el                       |  63 ++++----
 lisp/gnus/gnus-kill.el                 |   4 +-
 lisp/gnus/gnus-search.el               |   4 +-
 lisp/gnus/gnus-start.el                |  11 +-
 lisp/gnus/gnus-sum.el                  |   8 +-
 lisp/gnus/nnbabyl.el                   |   4 +-
 lisp/gnus/nnfolder.el                  |   4 +-
 lisp/gnus/nnmh.el                      |   2 +
 lisp/gnus/nnrss.el                     |   5 +-
 lisp/help.el                           |   4 +-
 lisp/ibuffer.el                        |   2 +-
 lisp/ido.el                            |   4 +-
 lisp/image-mode.el                     |  24 +++-
 lisp/image.el                          |  51 ++++++-
 lisp/info.el                           |   4 +-
 lisp/international/quail.el            |   2 +-
 lisp/jit-lock.el                       |   2 +-
 lisp/mail/binhex.el                    |  14 +-
 lisp/mail/blessmail.el                 |   2 +-
 lisp/mail/emacsbug.el                  |  28 ++--
 lisp/mail/feedmail.el                  |  10 +-
 lisp/mail/flow-fill.el                 |   4 +-
 lisp/mail/ietf-drums.el                |   4 +-
 lisp/mail/mail-extr.el                 |  47 +++---
 lisp/mail/mail-hist.el                 |  15 +-
 lisp/mail/mail-utils.el                |   6 +-
 lisp/mail/mailabbrev.el                |  30 ++--
 lisp/mail/mailclient.el                |   2 +-
 lisp/mail/mailheader.el                |  35 ++---
 lisp/mail/mspools.el                   |  10 +-
 lisp/mail/rfc822.el                    |   2 +-
 lisp/mail/rmail-spam-filter.el         |  46 +++---
 lisp/mail/rmail.el                     |   4 +-
 lisp/mail/rmailedit.el                 |   8 +-
 lisp/mail/rmailkwd.el                  |   4 +-
 lisp/mail/rmailmm.el                   | 194 +++++++++++++------------
 lisp/mail/rmailmsc.el                  |   4 +-
 lisp/mail/rmailout.el                  |  11 +-
 lisp/mail/rmailsort.el                 |   6 +-
 lisp/mail/smtpmail.el                  |   8 +-
 lisp/mail/supercite.el                 | 102 ++++++-------
 lisp/mail/uce.el                       |  27 ++--
 lisp/mail/unrmail.el                   |   4 +-
 lisp/mouse.el                          |   4 +-
 lisp/net/ange-ftp.el                   |   4 +-
 lisp/net/browse-url.el                 |  42 +++---
 lisp/net/dictionary.el                 |  69 +++++----
 lisp/net/dig.el                        |   4 +-
 lisp/net/dns.el                        |   8 +-
 lisp/net/eudc-bob.el                   |  20 +--
 lisp/net/eudc-export.el                |  78 +++++-----
 lisp/net/eudc-hotlist.el               |  14 +-
 lisp/net/eudc.el                       |  14 +-
 lisp/net/eudcb-bbdb.el                 | 125 ++++++++--------
 lisp/net/eudcb-ldap.el                 |  18 +--
 lisp/net/eudcb-mab.el                  |   2 +-
 lisp/net/eudcb-macos-contacts.el       |   4 +-
 lisp/net/gnutls.el                     |   7 +-
 lisp/net/goto-addr.el                  |  28 ++--
 lisp/net/net-utils.el                  |  84 ++++-------
 lisp/net/network-stream.el             |   3 +-
 lisp/net/newst-backend.el              |  32 ++---
 lisp/net/newst-plainview.el            | 121 ++++++++--------
 lisp/net/newst-reader.el               |  10 +-
 lisp/net/newst-ticker.el               |  12 +-
 lisp/net/newst-treeview.el             | 129 ++++++++---------
 lisp/net/puny.el                       |   4 +-
 lisp/net/quickurl.el                   |  29 ++--
 lisp/net/rcirc.el                      |   2 +-
 lisp/net/secrets.el                    |  10 +-
 lisp/net/shr-color.el                  |  14 +-
 lisp/net/shr.el                        |  26 ++--
 lisp/net/sieve-mode.el                 |   6 +-
 lisp/net/soap-client.el                |  26 ++--
 lisp/net/soap-inspect.el               |  46 +++---
 lisp/net/telnet.el                     |  20 +--
 lisp/net/tramp-adb.el                  |   2 -
 lisp/net/tramp-cache.el                |  28 ++--
 lisp/net/tramp-cmds.el                 |   4 +-
 lisp/net/tramp-compat.el               |   2 +-
 lisp/net/tramp-crypt.el                |  17 +++
 lisp/net/tramp-gvfs.el                 |   1 -
 lisp/net/tramp-integration.el          |   2 +-
 lisp/net/tramp-rclone.el               |   1 -
 lisp/net/tramp-sh.el                   | 209 +++++++--------------------
 lisp/net/tramp-smb.el                  |   7 -
 lisp/net/tramp-sshfs.el                | 119 ++++++++++-----
 lisp/net/tramp-sudoedit.el             |  22 ++-
 lisp/net/tramp.el                      | 151 +++++++++++++++----
 lisp/net/webjump.el                    |   2 +-
 lisp/obsolete/iswitchb.el              |  35 +----
 lisp/org/ob-lilypond.el                |   6 +-
 lisp/org/ol-gnus.el                    |   4 +-
 lisp/org/ol.el                         |   6 +-
 lisp/org/org-clock.el                  |   8 +-
 lisp/org/org-crypt.el                  |   2 +
 lisp/org/org-protocol.el               |   4 +-
 lisp/org/org-tempo.el                  |   2 +-
 lisp/org/org.el                        |   2 +-
 lisp/org/ox-odt.el                     |  11 +-
 lisp/org/ox.el                         |   4 +-
 lisp/outline.el                        |  21 +--
 lisp/progmodes/cfengine.el             |   4 +-
 lisp/progmodes/cperl-mode.el           |  30 ++--
 lisp/progmodes/ebrowse.el              |   4 +-
 lisp/progmodes/project.el              |   5 +-
 lisp/progmodes/xref.el                 |   9 +-
 lisp/ses.el                            |  24 ++--
 lisp/simple.el                         |  55 +++++--
 lisp/subr.el                           |   4 +-
 lisp/tab-bar.el                        | 255 ++++++++++++++++++++++++++-------
 lisp/tab-line.el                       |  29 +++-
 lisp/tar-mode.el                       |   8 +-
 lisp/textmodes/artist.el               |   4 +-
 lisp/textmodes/enriched.el             |   6 +
 lisp/textmodes/flyspell.el             |   4 +-
 lisp/textmodes/reftex-vars.el          |   2 +-
 lisp/textmodes/rst.el                  |   2 +-
 lisp/textmodes/table.el                |   2 +-
 lisp/tooltip.el                        |   6 +-
 lisp/userlock.el                       |  75 +++++++---
 lisp/vc/pcvs-parse.el                  |  10 ++
 lisp/vc/smerge-mode.el                 |  49 +++----
 lisp/vc/vc.el                          |   7 +-
 lisp/xdg.el                            |   4 +-
 src/buffer.c                           |   1 +
 src/dispnew.c                          |  28 +++-
 src/fns.c                              |   3 +-
 src/gtkutil.c                          |  22 +--
 src/image.c                            |  23 ++-
 src/keyboard.c                         |   3 +-
 src/sysdep.c                           |  17 ++-
 test/lisp/emacs-lisp/bytecomp-tests.el |   5 +
 test/lisp/emacs-lisp/ert-tests.el      |   2 +-
 test/lisp/kmacro-tests.el              |   2 +-
 test/lisp/net/tramp-tests.el           |  68 ++++-----
 test/lisp/simple-tests.el              | 118 ++++++++++++++-
 227 files changed, 2577 insertions(+), 2043 deletions(-)



reply via email to

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