emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (c5ed3a7 -> d432cbe)


From: Andrea Corallo
Subject: feature/native-comp updated (c5ed3a7 -> d432cbe)
Date: Thu, 16 Apr 2020 12:48:20 -0400 (EDT)

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

      from  c5ed3a7   * lisp/subr.el (eval-after-load): Make use of 
load-true-file-name bug#40638
       new  886ded1   * lisp/emacs-lisp/comp.el 
(comp-never-optimize-functions): Add yes-or-no-p
      adds  26df9aa   Avoid compiler warning in image.c
      adds  72fc8ec   * lisp/htmlfontify.el: Use `font-lock-ensure` 
unconditionally
      adds  bedb3cb   Avoid infloop in redisplay when wrap-prefix is too wide
      adds  afa542c   Fix small glitches in documenting the native image API 
feature
      adds  38f7538   New function erc-switch-to-buffer-other-window
      adds  13301d4   New function erc-track-switch-buffer-other-window
      adds  5f36e21   Clarify the doc string of 'yank'
      adds  4acdd7f   Fix edge case errors in filename-matching regexps
      adds  c7adc85   * admin/authors.el: Add missing author aliases.
      adds  8f20025   ; Update etc/AUTHORS
      adds  485f242   ; Update ChangeLog.3
      adds  e5ca8e5   Fix Elisp manual entry on 'set-window-configuration'
      adds  d87a4d1   Limit RLIMIT_NOFILE to FD_SETSIZE on macOS
      adds  a5f7c26   * admin/authors.el: Add an author alias.
      adds  97e4851   Merge from origin/emacs-27
      adds  e163745   Fix retrieval of frame delay when using GDI+
      adds  490f279   File-handling cleanup in w32image.c
      adds  82c1d15   ; * src/w32image.c (w32_select_active_frame): Comment 
about GUID values.
      adds  c77d6af   Avoid compiler warning in indent.c
      adds  01436fd   Regularise some file-matching regexps
      adds  905c0a1   Fix bugs, inefficiencies and bad style in regexps
      adds  7839390   Quote semanticdb-ebrowse-default-file-name in regexp
      adds  d5a7df8   Use directory-files-no-dot-files-regexp wherever possible
      adds  b5e9bed   ; * lisp/files.el (directory-files-no-dot-files-regexp): 
Arg name.
      adds  cead6f0   * src/indent.c (Fvertical_motion): Fix int/Lisp_Object 
mix up.
      adds  0127118   Fix type-checking bug in vertical-motion
       new  d432cbe   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 ChangeLog.3                          | 1090 +++++++++++++++++++++++++++++++++-
 admin/authors.el                     |   31 +-
 configure.ac                         |    2 +-
 doc/lispref/windows.texi             |   39 +-
 etc/AUTHORS                          |  108 ++--
 etc/NEWS                             |    3 +-
 etc/NEWS.27                          |   10 +
 lisp/arc-mode.el                     |    2 +-
 lisp/auth-source-pass.el             |    2 +-
 lisp/calendar/todo-mode.el           |   14 +-
 lisp/cedet/semantic/db-ebrowse.el    |    5 +-
 lisp/cedet/semantic/texi.el          |    2 +-
 lisp/cedet/srecode/map.el            |    2 +-
 lisp/dired.el                        |    8 +-
 lisp/emacs-lisp/autoload.el          |    2 +-
 lisp/emacs-lisp/comp.el              |    7 +-
 lisp/emacs-lisp/shadow.el            |    3 +-
 lisp/erc/erc-dcc.el                  |   14 +-
 lisp/erc/erc-track.el                |   32 +-
 lisp/erc/erc.el                      |   47 +-
 lisp/files.el                        |   11 +-
 lisp/finder.el                       |    2 +-
 lisp/generic-x.el                    |    8 +-
 lisp/gnus/gnus-agent.el              |    7 +-
 lisp/gnus/gnus-cache.el              |    2 +-
 lisp/gnus/gnus-score.el              |    2 +-
 lisp/gnus/gnus-util.el               |    2 +-
 lisp/gnus/gnus-uu.el                 |    2 +-
 lisp/gnus/nndraft.el                 |    2 +-
 lisp/gnus/nnmh.el                    |   10 +-
 lisp/gnus/nnspool.el                 |    2 +-
 lisp/gnus/spam-stat.el               |    4 +-
 lisp/help-fns.el                     |    2 +-
 lisp/help.el                         |    2 +-
 lisp/htmlfontify.el                  |  109 +---
 lisp/international/quail.el          |    2 +-
 lisp/international/titdic-cnv.el     |    2 +-
 lisp/mail/mspools.el                 |    4 +-
 lisp/mail/rmail.el                   |    5 +-
 lisp/net/ange-ftp.el                 |    4 +-
 lisp/net/puny.el                     |    2 +-
 lisp/net/tramp.el                    |    2 +-
 lisp/obsolete/gulp.el                |    2 +-
 lisp/obsolete/vc-arch.el             |    9 +-
 lisp/org/ob-core.el                  |    3 +-
 lisp/org/org-table.el                |    2 +-
 lisp/progmodes/ebnf2ps.el            |    4 +-
 lisp/progmodes/executable.el         |    2 +-
 lisp/progmodes/gdb-mi.el             |    2 +-
 lisp/progmodes/scheme.el             |    2 +-
 lisp/simple.el                       |    9 +-
 lisp/startup.el                      |    4 +-
 lisp/textmodes/refer.el              |    2 +-
 lisp/textmodes/sgml-mode.el          |    5 +-
 lisp/url/url-about.el                |    2 +-
 lisp/vc/diff-mode.el                 |    2 +-
 lisp/vc/vc-rcs.el                    |    5 +-
 src/image.c                          |    9 +-
 src/indent.c                         |   12 +-
 src/nsterm.m                         |   15 +
 src/w32.c                            |    2 -
 src/w32.h                            |    1 +
 src/w32fns.c                         |    1 -
 src/w32image.c                       |   68 ++-
 src/xdisp.c                          |   16 +-
 test/lisp/net/tramp-archive-tests.el |    2 +-
 test/lisp/net/tramp-tests.el         |    2 +-
 67 files changed, 1474 insertions(+), 320 deletions(-)



reply via email to

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