emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (c818c29 -> 337367a)


From: Andrea Corallo
Subject: feature/native-comp updated (c818c29 -> 337367a)
Date: Sun, 23 Aug 2020 08:02:00 -0400 (EDT)

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

      from  c818c29   Revert "Fix native code uneffective loads after 
recompilation" (bug#42944)
      adds  8c6765b   ; * etc/NEWS: Fix a recently added entry.
      adds  6e3bc3c   Fix minor issues after recent world-clock rename
      adds  a566e40   ; NEWS fix
      adds  80628df   Add global-goto-address-mode
      adds  219e80f   message-sendmail-f-is-evil doc string fix
      adds  0faa2c9   Remove the "Summary: " but from cvs checkins
      adds  63ac91a   Fix interactive spec of message-beginning-of-line
      adds  ac79d73   Fix problem with unprintable characters in Message headers
      adds  b19b942   Add a new way to encode unprintable characters in 
Message: url-encode
      adds  bd05239   Don't message the hunk status when just going to it
      adds  44f75f0   Allow specifying the TLS port in X-Message-SMTP-Method
      adds  ea8ead6   Fix message.el compilation warning
      adds  3b8a6ef   Fix compilation warning in vc-cvs from previous change
      adds  bf60338   Fix NS crash on invalid frame title string (bug#42904)
      adds  ec99055   Make image-mode give better feedback when the buffer is 
empty
      adds  9b277a2   Fix problem with non-ASCII characters in ediff error 
messages
      adds  cb9fc5e   Fix off-by-one error in decoded-time-add (with months)
      adds  4c5043c   * lisp/simple.el (previous-line-or-history-element): 
Handle logical lines.
      adds  165fd02   Make image cache lookups work again after previous patch
      adds  178feee   Remove some compat code from cperl-mode
      adds  44f6a2b   Tweak completion of Makefile targets
      adds  3feef04   Fix displaying inline ical attachments with no charset
      adds  47b3adf   Have ispell add new LocalWords lines after any such 
existing lines
      adds  a415179   Make hs-special-modes-alist also work for modes derived 
from those modes
      adds  19ee08f   Fix return value for CCL opcode lookup-integer
      adds  9c62ffb   Fix lock failures in xg_select
      adds  9d4b111   Clarify docs about line movement
      adds  d3c73fb   ; * etc/NEWS: Fix a recently added entry.
      adds  9d0385d   Fix problem with 8bit content-transfer-encoding in nndoc 
mbox files
      adds  4a8d3d8   Highlight error messages from diff in diff-mode
      adds  70964b9   Mention `exec-path' in some process related doc strings
      adds  fff5c3c   help-at-pt-display-when-idle doc string clarification
      adds  ac1270d   Fread_variable doc string clarification
      adds  348686b   Minor mode doc string clarification
      adds  3e10174   Update from Gnulib
      adds  36bf4fa   Fix several todo-mode.el editing bugs (bug#42976)
      adds  61fc4bf   Bind mwheel-scroll on more parts of frame's display
      adds  0aa4647   Restrict the range of image formats to be converted
      adds  2725254   Make ruby-parse-partial more stable
      adds  5c71511   gnus-icalendar does not understand multiple repeating days
      adds  3183259   nndoc minor clean-up
      adds  811f589   Doc string (and defcustom type) fix for grep-find-command
      adds  96e5d8c   Extend NSString further and use the new methods
      adds  e63a0c4   Fix NS build failure
      adds  29bb72f   Handle globstar in dired
      adds  4102fe1   Clarify inline-letevals in the manual
      adds  83ade9e   ; * lisp/progmodes/grep.el (grep-find-command): Fix typos.
      adds  2e51987   ; Copyright fix
      adds  1002852   Fix documentation of a recent change in Dired
      adds  04b6248   Use lexical-binding and remove compat code
      adds  065ab1b   Bind the time zone so that the tests work everywhere
      adds  0d1ca2a   Improve word wrapping for CJK characters
      adds  4e97019   Minor fixes for last change
       new  fafc9c2   Merge remote-tracking branch 'savannah/master' into HEAD
       new  9baa029   * Import lib/af_alg.h from gnulib
       new  5f5d664   Rework eln hash filename strategy
       new  6088d19   * A cc-mode fix to be compiled correctly once installed
       new  337367a   * lisp/emacs-lisp/comp.el (native-compile): Fix free 
function compilation.


Summary of changes:
 build-aux/config.guess                             |  28 +--
 build-aux/config.sub                               |   4 +-
 configure.ac                                       |   9 +-
 doc/emacs/dired.texi                               |  23 ++
 doc/emacs/display.texi                             |  23 ++
 doc/emacs/misc.texi                                |   3 +
 doc/lispref/functions.texi                         |  27 ++-
 doc/lispref/positions.texi                         |   3 +
 etc/NEWS                                           |  51 ++++-
 lib/Makefile.in                                    |   6 +
 lib/af_alg.h                                       | 115 ++++++++++
 lib/careadlinkat.c                                 | 108 +++++----
 lib/gnulib.mk.in                                   |   4 +
 lib/stdalign.in.h                                  |   6 +-
 lib/string.in.h                                    |  15 ++
 lisp/calendar/time-date.el                         |   6 +-
 lisp/calendar/todo-mode.el                         |  73 +++---
 lisp/cus-start.el                                  |   5 +
 lisp/dired.el                                      |  28 +++
 lisp/emacs-lisp/comp.el                            |  10 +-
 lisp/emacs-lisp/easy-mmode.el                      |   5 +-
 lisp/gnus/gnus-icalendar.el                        |  67 +++++-
 lisp/gnus/message.el                               |  30 ++-
 lisp/gnus/nndoc.el                                 |   1 +
 lisp/help-at-pt.el                                 |   4 +
 lisp/image-mode.el                                 |   9 +
 lisp/image/image-converter.el                      |  24 +-
 lisp/international/ccl.el                          |   8 +-
 lisp/international/kinsoku.el                      |   2 +
 lisp/mwheel.el                                     |  18 +-
 lisp/net/goto-addr.el                              |  10 +
 lisp/pcmpl-gnu.el                                  |   2 +-
 lisp/progmodes/cc-bytecomp.el                      |   4 +-
 lisp/progmodes/cperl-mode.el                       |  35 +--
 lisp/progmodes/grep.el                             |   8 +-
 lisp/progmodes/hideshow.el                         |   6 +-
 lisp/progmodes/ruby-mode.el                        |  16 +-
 lisp/progmodes/vera-mode.el                        |  69 +-----
 lisp/simple.el                                     |  29 +--
 lisp/textmodes/ispell.el                           |   8 +-
 lisp/time.el                                       |   8 +-
 lisp/vc/diff-mode.el                               |  10 +-
 lisp/vc/ediff-diff.el                              |   4 +
 lisp/vc/vc-cvs.el                                  |  35 +--
 m4/std-gnu11.m4                                    |   4 +-
 m4/string_h.m4                                     |   6 +-
 src/callproc.c                                     |   6 +
 src/ccl.c                                          |   2 +-
 src/comp.c                                         | 161 ++++++++++++--
 src/editfns.c                                      |   3 +-
 src/image.c                                        |   2 +-
 src/lread.c                                        |  13 +-
 src/minibuf.c                                      |   2 +-
 src/nsfns.m                                        | 139 +++++++-----
 src/nsterm.h                                       |   6 +
 src/nsterm.m                                       |  25 +--
 src/process.c                                      |   5 +-
 src/thread.c                                       |   8 +
 src/xdisp.c                                        | 189 ++++++++++++----
 src/xgselect.c                                     |  42 ++--
 src/xgselect.h                                     |   2 +
 test/lisp/calendar/time-date-tests.el              |  20 ++
 .../calendar/todo-mode-resources/todo-test-1.todo  |   6 +-
 test/lisp/calendar/todo-mode-tests.el              |  46 ++++
 test/lisp/gnus/gnus-icalendar-tests.el             | 244 +++++++++++++++++++++
 test/lisp/international/ccl-tests.el               |  14 ++
 test/lisp/mwheel-tests.el                          |  38 ++++
 67 files changed, 1517 insertions(+), 425 deletions(-)
 create mode 100644 lib/af_alg.h
 create mode 100644 test/lisp/gnus/gnus-icalendar-tests.el
 create mode 100644 test/lisp/mwheel-tests.el



reply via email to

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