emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (03dfa83 -> d5791ba)


From: Andrea Corallo
Subject: feature/native-comp updated (03dfa83 -> d5791ba)
Date: Sat, 17 Oct 2020 02:38:01 -0400 (EDT)

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

      from  03dfa83   * Do not check eln timestamp as superseded by source 
hashing (bug#43532)
      adds  4bf9bb5   Highlight regexp sub-expressions in query-replace
      adds  423439b   Fix layout of custom-face-edit widget
      adds  0fac3f5   * lisp/calc: Fix a few issues introduced by lexical 
scoping
      adds  e6aab30   Handle encrypting mime parts
      adds  e8752cf   Handle retrying of MIME failure messages
      adds  051d31c   Clarify wording
      adds  a38002c   Make Gnus more liberal when interpreting Face headers 
again
      adds  8de04e0   Fix NEWS item for C-h R
      adds  730ea4c   Fix problem with next-error-message-highlight in *Occur*
      adds  2970d73   Fix segfault in xwidget when there is no title
      adds  674fee5   Remove dynamic declaration of 'save-match-data-internal'
      adds  8fb761a   Fix undefined function in project-compile
      adds  519e23d   Move emacsclient.1 file history further down
      adds  0f3bdd5   Remove some references to "in Emacs 21 or later"
      adds  1117366   * doc/misc/efaq.texi: Remove reference to FTP.
      adds  c6ecf64   Make `C-x C-e' work more like `C-M-x' on defvar etc
      adds  5f53a49   Search harder for file name matches in *compilation* 
buffers
      adds  c7b952c   Add some references to the microdocs in the comments in 
cperl-mode
      adds  97b8c0a   Make hi-lock-face-buffer more resilient
      adds  ce09f19   Don't display the warning buttons in bytecomp buffers
      adds  f5c9d3f   * lisp/emacs-lisp/warnings.el (display-warning): Don't be 
so negative
      adds  7e3a95d   Add way to prevent asking "increase specpdl size?"
      adds  41d220d   Add a new variable to control Gnus Agent caching
      adds  9be54e3   Doc string clarification for keep-lines
      adds  2d7d98e   Restore vc-revision-other-window buffer-changing behaviour
      adds  8b4dd26   diff-update-on-the-fly doc string clarification
      adds  1e89dfc   Make package-install-from-buffer maybe refresh the 
quickstart file
      adds  a950a6e   Substitute command keys in button help-echo values
      adds  95d0b71   Sanitize ical data in gnus-icalendar-event-from-ical
      adds  7543d5f   Adjust some tests so that they work in symlinked environs
      adds  96d7e3d   Fix previous gnus-icalendar sanitization
      adds  f52a775   Add ert macros to get resource file names (Bug#43792)
      adds  1f44a77   Use new resource directory macros in tests (Bug#43792)
      adds  5ab146c   ; Revert some spelling fixes
      adds  559c89f   * lisp/emacs-lisp/backquote.el: Use lexical binding.
      adds  ad0643e   Update modus-operandi, modus-vivendi to 0.13.0
      adds  dfff410   Fix building modus-themes Info manual
      adds  731a26b   * doc/emacs/ack.texi (Acknowledgments): Remove now 
deleted files.
      adds  fd5c088   Remove some references to Emacs 18 and 19
      adds  9056e63   Remove some Emacs 19 compat code
      adds  0b0297a   Fix file-name problems in several tests
      adds  871c027   Revert "* doc/emacs/ack.texi (Acknowledgments): Remove 
now deleted files."
      adds  2ec9056   Fix documentation of Modus Themes
      adds  8ca0b14   ; A few more spelling fixes in Modus Theme docs.
      adds  6a2f56d   Make last change in tramp-archive-tests.el backward 
compatible
      adds  d5cb3cb   Make erc expand the final abbrev
      adds  0022935   ; * doc/emacs/ack.texi (Acknowledgments): Tweak the 
purpose description.
      adds  c41c1ac   indent-rigidly doc string clarification
      adds  3b3274a   * lisp/progmodes/python.el: Teach f-strings to `font-lock`
      adds  4cecd67   * doc/lispref/variables.texi (Converting to Lexical 
Binding): New section
      adds  86dd9d1   * admin/release-process: Add note to update files from 
upstream.
       new  d5791ba   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 admin/release-process                    |   11 +
 doc/emacs/ack.texi                       |   11 +-
 doc/emacs/building.texi                  |   23 +-
 doc/emacs/search.texi                    |    5 +
 doc/lispintro/emacs-lisp-intro.texi      |    2 +-
 doc/lispref/variables.texi               |   26 +-
 doc/man/emacsclient.1                    |    9 +-
 doc/misc/Makefile.in                     |    2 +-
 doc/misc/efaq.texi                       |   46 +-
 doc/misc/forms.texi                      |   26 -
 doc/misc/gnus.texi                       |    5 +
 doc/misc/modus-themes.texi               | 2837 ++++++++++++++++++++++++++++++
 etc/NEWS                                 |   28 +-
 etc/themes/modus-operandi-theme.el       | 1386 +++++++++------
 etc/themes/modus-vivendi-theme.el        | 1376 ++++++++++-----
 lisp/arc-mode.el                         |    3 +-
 lisp/button.el                           |   17 +-
 lisp/calc/calc-ext.el                    |   72 +-
 lisp/calc/calc-graph.el                  |    1 +
 lisp/calc/calc-map.el                    |    2 +
 lisp/calc/calc-misc.el                   |   21 +-
 lisp/calc/calc-nlfit.el                  |    2 +
 lisp/calc/calc-sel.el                    |    4 +-
 lisp/calc/calcalg2.el                    |   20 +-
 lisp/calc/calcsel2.el                    |    1 +
 lisp/cedet/semantic.el                   |   10 +-
 lisp/cus-edit.el                         |    1 +
 lisp/emacs-lisp/backquote.el             |    2 +-
 lisp/emacs-lisp/edebug.el                |    1 -
 lisp/emacs-lisp/ert-x.el                 |   40 +
 lisp/emacs-lisp/package.el               |    1 +
 lisp/emacs-lisp/pp.el                    |    7 +-
 lisp/emacs-lisp/warnings.el              |    2 +-
 lisp/epa-mail.el                         |    5 +
 lisp/erc/erc.el                          |    4 +
 lisp/gnus/gnus-art.el                    |    1 +
 lisp/gnus/gnus-async.el                  |    1 +
 lisp/gnus/gnus-fun.el                    |    2 +-
 lisp/gnus/gnus-icalendar.el              |    9 +-
 lisp/gnus/gnus-util.el                   |    8 +-
 lisp/gnus/gnus.el                        |    8 +
 lisp/hi-lock.el                          |    2 +
 lisp/indent.el                           |    3 +-
 lisp/mail/rmail.el                       |   61 +-
 lisp/net/shr.el                          |   11 +-
 lisp/progmodes/compile.el                |   34 +
 lisp/progmodes/cperl-mode.el             |    4 +
 lisp/progmodes/elisp-mode.el             |    7 +-
 lisp/progmodes/project.el                |    1 +
 lisp/progmodes/python.el                 |   55 +-
 lisp/replace.el                          |   38 +-
 lisp/simple.el                           |   20 +-
 lisp/subr.el                             |    4 -
 lisp/type-break.el                       |    8 +-
 lisp/vc/diff-mode.el                     |    5 +-
 lisp/vc/vc.el                            |   14 +-
 src/xwidget.c                            |    4 +-
 test/lisp/bookmark-tests.el              |   16 +-
 test/lisp/button-tests.el                |   35 +-
 test/lisp/calendar/todo-mode-tests.el    |   17 +-
 test/lisp/custom-tests.el                |    6 +-
 test/lisp/emacs-lisp/cl-generic-tests.el |    2 +-
 test/lisp/emacs-lisp/edebug-tests.el     |   17 +-
 test/lisp/emacs-lisp/package-tests.el    |   37 +-
 test/lisp/emacs-lisp/shadow-tests.el     |   21 +-
 test/lisp/emacs-lisp/testcover-tests.el  |   24 +-
 test/lisp/gnus/gnus-util-tests.el        |    2 -
 test/lisp/help-fns-tests.el              |   14 +-
 test/lisp/mail/uudecode-tests.el         |   14 +-
 test/lisp/net/dbus-tests.el              |   10 +-
 test/lisp/net/tramp-archive-tests.el     |   63 +-
 test/lisp/pcmpl-linux-tests.el           |   14 +-
 test/lisp/progmodes/cperl-mode-tests.el  |   15 +-
 test/lisp/progmodes/flymake-tests.el     |   11 +-
 test/lisp/progmodes/ruby-mode-tests.el   |   10 +-
 test/lisp/saveplace-tests.el             |   16 +-
 test/lisp/textmodes/css-mode-tests.el    |   10 +-
 test/lisp/url/url-file-tests.el          |   11 +-
 78 files changed, 5245 insertions(+), 1429 deletions(-)
 create mode 100644 doc/misc/modus-themes.texi



reply via email to

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