emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (5b97b98 -> ff3d719)


From: Yuuki Harano
Subject: feature/pgtk updated (5b97b98 -> ff3d719)
Date: Thu, 6 May 2021 10:42:11 -0400 (EDT)

masm11 pushed a change to branch feature/pgtk.

      from  5b97b98   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs 
into feature/pgtk
      adds  14c9245   Remove unnecessary call to message in js.el
      adds  b4685a3   Allow `C-x C-k l' to work even if `C-h l' is unbound
      adds  0b437dd   Fix error in ses.el when setting the current row
      adds  a9f4ee3   Don't bug out in `Info-goto-node' completion
      adds  3481903   * Better identify native compiler presence in two tests.
      adds  f1c6a4c   Tweak how some Japanese punctuation chars are translated 
to ASCII
      adds  31f64d8   * test/lisp/help-fns-tests.el 
(help-fns-test-lisp-defsubst): Fix (bug#48221).
      adds  e9baa73   Fix setting of 'width' and 'height' frame parameters
      adds  4073635   Rename feature `nativecomp' into `native-compile'
      adds  b8bdf64   New option to confirm deletion in bookmark menu
      adds  2705fc4   Extend read-multiple-choice to support free-form help 
descriptions
      adds  b61c828   Add a help option to the open large files prompt
      adds  f0648fe   Make Info completion more robust
      adds  c8c2786   Fix ispell program comparison
      adds  b69e269   Only look at the headers when computing the envelope from 
address
      adds  9e0fc53   cperl-mode: Eliminate bad interpretation of ?foo?
      adds  c873d16   Fix wrong handling of minibuffers when frames get 
iconified/made invisible
      adds  5ec4a3d   Fix bug#47625 in dired
      adds  49aebfe   Add tests for `map-elt'
      adds  896384b   Make (setf (map-elt ...)) return the value in the 
alist/plist cases
       new  ff3d719   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs 
into feature/pgtk


Summary of changes:
 etc/NEWS                                |  16 ++++
 lisp/bookmark.el                        |  64 ++++++++++------
 lisp/dired-aux.el                       |   5 ++
 lisp/emacs-lisp/advice.el               |   2 +-
 lisp/emacs-lisp/comp.el                 |   2 +-
 lisp/emacs-lisp/map.el                  |  32 ++++----
 lisp/emacs-lisp/nadvice.el              |   2 +-
 lisp/emacs-lisp/package.el              |   4 +-
 lisp/emacs-lisp/rmc.el                  | 129 ++++++++++++++++++--------------
 lisp/files.el                           |  63 ++++++++++++----
 lisp/help.el                            |   2 +-
 lisp/info.el                            |  18 +++--
 lisp/kmacro.el                          |   2 +-
 lisp/language/japan-util.el             |   4 +-
 lisp/loadup.el                          |   4 +-
 lisp/mail/sendmail.el                   |   8 +-
 lisp/mail/smtpmail.el                   |  39 ++++++----
 lisp/progmodes/cperl-mode.el            |  16 ++--
 lisp/progmodes/js.el                    |   1 -
 lisp/ses.el                             |  13 ++--
 lisp/startup.el                         |   4 +-
 lisp/textmodes/ispell.el                |   2 +-
 lisp/window.el                          |   2 +-
 src/comp.c                              |   2 +-
 src/frame.c                             |  71 +++---------------
 src/minibuf.c                           |  18 ++++-
 test/lisp/emacs-lisp/map-tests.el       |  37 +++++++++
 test/lisp/help-fns-tests.el             |   6 +-
 test/lisp/progmodes/cperl-mode-tests.el |  27 +++++++
 test/src/comp-tests.el                  |   2 +-
 30 files changed, 373 insertions(+), 224 deletions(-)



reply via email to

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