emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (eb1d22b -> 8cc8adb)


From: Andrea Corallo
Subject: feature/native-comp updated (eb1d22b -> 8cc8adb)
Date: Mon, 23 Mar 2020 16:58:55 -0400 (EDT)

akrl pushed a change to branch feature/native-comp.

      from  eb1d22b   Merge remote-tracking branch 'savannah/master' into HEAD
       new  f8b07ff   Guard against function redefinition during deferred load
      adds  3b7cb5f   * lisp/dired.el (dired-mark-region): New defcustom 
(bug#39902)
      adds  8f69483   Avoid extra "changed on disk" prompt in save-buffer 
(Bug#18336)
      adds  1aa1529   ERC: Update maintainer address
      adds  bed04c5   Use correct registry name for windows-1251 charset
      adds  d5cfc4a   Merge from origin/emacs-27
      adds  d801d1d   Don't have exif bugging out on short strings
      adds  7832e61   ; Merge from origin/emacs-27
      adds  7515252   * lisp/tab-line.el (tab-line-new-button-show): New 
defcustom.
      adds  b28a9a6   Make svg images with links valid
      adds  561e9fb   Improve documentation of project.el commands
      adds  9ab85f0   Fix cl-concatenate (Bug#40180)
      adds  8709aad   Fix a couple of problems in changelog generating functions
      adds  8944310   Don't signal during backtrace unrewind (Bug#40088)
      adds  f2351a6   Add Harfbuzz dependency
      adds  d66331a   Don't build the Gnulib 'utimens' module on MinGW
      adds  5d5d5d4   Merge from origin/emacs-27
       new  8cc8adb   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 admin/nt/dist-build/build-dep-zips.py  |   1 +
 doc/emacs/emacs.texi                   |   1 +
 doc/emacs/maintaining.texi             |  75 +++++++++++++++++++++++
 etc/NEWS                               |   6 ++
 etc/NEWS.27                            |   3 +
 lisp/dired-aux.el                      |   5 +-
 lisp/dired-x.el                        |   8 ++-
 lisp/dired.el                          | 105 ++++++++++++++++++++++++++++-----
 lisp/emacs-lisp/cl-extra.el            |   2 +-
 lisp/emacs-lisp/comp.el                |  10 +++-
 lisp/erc/erc-autoaway.el               |   2 +-
 lisp/erc/erc-backend.el                |   2 +-
 lisp/erc/erc-button.el                 |   2 +-
 lisp/erc/erc-capab.el                  |   2 +-
 lisp/erc/erc-compat.el                 |   2 +-
 lisp/erc/erc-dcc.el                    |   2 +-
 lisp/erc/erc-desktop-notifications.el  |   2 +-
 lisp/erc/erc-ezbounce.el               |   2 +-
 lisp/erc/erc-fill.el                   |   2 +-
 lisp/erc/erc-goodies.el                |   2 +-
 lisp/erc/erc-ibuffer.el                |   2 +-
 lisp/erc/erc-identd.el                 |   2 +-
 lisp/erc/erc-imenu.el                  |   2 +-
 lisp/erc/erc-join.el                   |   2 +-
 lisp/erc/erc-lang.el                   |   2 +-
 lisp/erc/erc-list.el                   |   2 +-
 lisp/erc/erc-log.el                    |   2 +-
 lisp/erc/erc-match.el                  |   2 +-
 lisp/erc/erc-menu.el                   |   2 +-
 lisp/erc/erc-netsplit.el               |   2 +-
 lisp/erc/erc-networks.el               |   2 +-
 lisp/erc/erc-notify.el                 |   2 +-
 lisp/erc/erc-page.el                   |   2 +-
 lisp/erc/erc-pcomplete.el              |   2 +-
 lisp/erc/erc-replace.el                |   2 +-
 lisp/erc/erc-ring.el                   |   2 +-
 lisp/erc/erc-services.el               |   2 +-
 lisp/erc/erc-sound.el                  |   2 +-
 lisp/erc/erc-speedbar.el               |   2 +-
 lisp/erc/erc-spelling.el               |   2 +-
 lisp/erc/erc-stamp.el                  |   2 +-
 lisp/erc/erc-track.el                  |   2 +-
 lisp/erc/erc-truncate.el               |   2 +-
 lisp/erc/erc-xdcc.el                   |   2 +-
 lisp/erc/erc.el                        |   2 +-
 lisp/progmodes/project.el              |  11 ++--
 lisp/svg.el                            |   3 +-
 lisp/tab-line.el                       |  22 +++++--
 lisp/vc/diff-mode.el                   |  49 +++++++--------
 lisp/vc/log-edit.el                    |  26 ++++----
 nt/gnulib-cfg.mk                       |   1 +
 src/comp.c                             |  39 +++++++++---
 src/data.c                             |   2 +-
 src/eval.c                             |   4 +-
 src/filelock.c                         |  10 ++--
 src/ftfont.c                           |   2 +-
 src/lisp.h                             |   1 +
 test/lisp/emacs-lisp/cl-extra-tests.el |   8 +++
 58 files changed, 345 insertions(+), 119 deletions(-)



reply via email to

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