emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (89f0641 -> 86e37ea)


From: Andrea Corallo
Subject: feature/native-comp updated (89f0641 -> 86e37ea)
Date: Wed, 30 Sep 2020 10:06:07 -0400 (EDT)

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

      from  89f0641   * Some clean-up in comp.el
      adds  2de618e   cperl-mode: Delete conditional code where conditions 
evaluate to nil
      adds  18718fe   Fix mouse highlighting in Customize buffers
      adds  6a06782   Fix defcustom types of some variables defined in C
      adds  9b6f564   Make macroexpand of `push' slightly less confusing
      adds  6cc0ff1   Display some character widget values in a more 
user-friendly way
      adds  20da487   message-add-action doc string fix
      adds  e701214   Fix the patch tagging in submit-emacs-patch
      adds  f43d9d9   Abbrev suggestions helps users remember to use defined 
abbrevs
      adds  53cf593   Slight replace-in-string optimization
      adds  13e75e6   Fix gnus-faq example
      adds  baf331e   Rename replace-in-string to string-replace
      adds  104688f   Add tiny optimization for string-search
      adds  8a148c5   Make dired-replace-in-string obsolete
      adds  8c56968   Fix searching for multibyte needles in unibyte haystacks
      adds  768676f   Improve display of raw bytes in the echo-area
      adds  c37370a   Improve documentation of the 'abbrev-suggest' feature
      adds  72e9ec9   ; * test/lisp/subr-tests.el (string-replace): Add more 
test cases
      adds  583cb26   Improve accuracy in string-replace description (bug#43598)
      adds  8bd233a   Minor string-search optimisations (bug#43598)
      adds  cea0681   Add a new grep-match-regexp variable
      adds  c2da21c   ; * doc/emacs/building.texi (Grep Searching): Fix a typo.
      adds  8d241e8   Avoid 1s sleep-for before sending the startfile to a 
comint process
      adds  433b6fc   Handle single-argument `apply' consistently (bug#40968)
      adds  a492013   Fix more single-byte accesses caused by bytepos/charpos 
confusion
      adds  bf4accb   ; Fix some trivial typos
      adds  395f10c   ; Fix more trivial typos
      adds  cc8fef2   Avoid infinite recursion with 'relative' line numbers 
display
      adds  ba635a1   * lisp/hi-lock.el (hi-lock-auto-select-face): Doc fix.  
(Bug#43600)
      adds  f31c679   Fix support for Zip64 zip files
      adds  2e8c9ed   Merge from origin/emacs-27
      adds  cc7f971   Fix out-of-source ‘make check’ emacs-module-tests
      adds  c8f295f   ; Merge from origin/emacs-27
      adds  4bb7532   Fix soap-client URL
      adds  7677136   Enable "Continue Tags Search" menu item only when it can 
be used
      adds  0dfc6fd   Followup to a recent change in menu-bar.el
      adds  0b78785   Minor copyedits in the Emacs user manual
      adds  f2a6bbe   Merge from origin/emacs-27
      adds  4155ca2   Document D-Bus monitoring
      adds  ba42f79   Fix pcomplete completion of things like `xargs` and 
`sudo` (bug#16197)
      adds  f679bcb   ; * doc/lispref/searching.texi (Search and Replace): 
Rephrase
      adds  fc1e8b3   ; * etc/NEWS: Put related items together and fix grammar
      adds  2323824   Fix Gnus parsing of weekly recurring icalendar events
      adds  eaf224f   Repad the Face header in Gnus
      adds  3a95f4f   cperl-mode: Add compatibility for Emacs 26.1
      adds  27e1649   Suggest region contents in highlight-regexp when region 
active
      adds  9f1ca64   Improve D-Bus monitor
      adds  9f30a6b   * src/eval.c (Fapply): Simplify last change
      adds  4d57124   Fix custom-tests with non-GNU grep
      adds  511c9d0   * lisp/gnus/smime.el (smime-openssl-program): Allow nil 
value.
      adds  da40e5e   Fix space parsing in gnus-base64-repad
      adds  07f748d   Make M-x compile skip the header when looking for errors 
etc
      adds  7f2c35d   Fix emacsclient -c foo.txt behaviour with many frames
      adds  7e45ed3   More strict D-Bus type checking
      adds  e7670a3   soap-client: Update soap-decode-date-time
      adds  2742bdb   soap-client: Remove FIXME comment
      adds  8182702   soap-client: Bump version to 3.2.0
      adds  e608477   Give better error feedback on wrong password in .gpg files
      adds  fda8c53   define-generic-mode doc string fix
      adds  a90bfc5   Fix isearch-group-* colours on low-colour displays
      adds  52afb2b   * lisp/emacs-lisp/cl-macs.el (hash-table): Define the 
type's typep test
      adds  1993c4e   Fix gnus-base64-repad test failures
      adds  fcdcdea   Fix whitespace regexp in gnus-base64-repad
      adds  6c0f1c2   Don't have C-x = bug out in a "C" locale with non-ASCII 
chars
       new  6eb5a8c   Merge remote-tracking branch 'savannah/master' into 
clean-up
       new  86e37ea   * .gitlab-ci.yml: Uncomment some testing to align with 
master.


Summary of changes:
 .gitlab-ci.yml                         |  93 +++++------
 admin/cus-test.el                      |   2 +-
 doc/emacs/ChangeLog.1                  |   4 +-
 doc/emacs/abbrevs.texi                 |  33 ++++
 doc/emacs/building.texi                |   5 +
 doc/emacs/custom.texi                  |   2 +-
 doc/emacs/emacs.texi                   |   8 +-
 doc/emacs/maintaining.texi             |   2 +-
 doc/lispref/display.texi               |   2 +-
 doc/lispref/functions.texi             |  10 ++
 doc/lispref/internals.texi             |   2 +-
 doc/lispref/modes.texi                 |   2 +-
 doc/lispref/searching.texi             |   8 +-
 doc/misc/ChangeLog.1                   |  10 +-
 doc/misc/dbus.texi                     | 165 +++++++++++++-----
 doc/misc/ede.texi                      |   2 +-
 doc/misc/flymake.texi                  |   2 +-
 doc/misc/gnus-faq.texi                 |   2 +-
 doc/misc/tramp.texi                    |   2 +-
 etc/NEWS                               |  33 +++-
 etc/NEWS.1-17                          |   2 +-
 etc/NEWS.27                            |   2 +-
 lisp/abbrev.el                         | 143 +++++++++++++++-
 lisp/arc-mode.el                       |  17 +-
 lisp/bindings.el                       |   4 +-
 lisp/comint.el                         |  16 +-
 lisp/cus-start.el                      |  14 +-
 lisp/dired-aux.el                      |   8 +-
 lisp/dired.el                          |   5 +-
 lisp/emacs-lisp/byte-opt.el            |  29 ++--
 lisp/emacs-lisp/cl-macs.el             |   1 +
 lisp/emacs-lisp/generic.el             |   4 +
 lisp/emacs-lisp/subr-x.el              |   1 +
 lisp/epa-file.el                       |  21 ++-
 lisp/fileloop.el                       |   3 +
 lisp/gnus/gnus-fun.el                  |  11 +-
 lisp/gnus/gnus-icalendar.el            |   8 +-
 lisp/gnus/gnus-util.el                 |  47 ++++++
 lisp/gnus/message.el                   |   3 +-
 lisp/gnus/smime.el                     |   5 +-
 lisp/hi-lock.el                        |  14 +-
 lisp/isearch.el                        |  54 +++---
 lisp/mail/emacsbug.el                  |   6 +-
 lisp/menu-bar.el                       |   4 +
 lisp/net/dbus.el                       | 296 +++++++++++++++++++++------------
 lisp/net/soap-client.el                | 149 ++++++++++++-----
 lisp/pcmpl-unix.el                     |   6 +-
 lisp/progmodes/compile.el              |  13 +-
 lisp/progmodes/cperl-mode.el           | 245 ++++-----------------------
 lisp/progmodes/grep.el                 |   9 +-
 lisp/server.el                         |  17 +-
 lisp/shell.el                          |   9 +-
 lisp/simple.el                         |   6 +-
 lisp/subr.el                           |  17 +-
 lisp/wid-edit.el                       |  71 +++++++-
 make-dist                              |   2 +-
 src/cmds.c                             |   2 +-
 src/dbusbind.c                         |  22 ++-
 src/eval.c                             |   4 +-
 src/fns.c                              |  46 ++++-
 src/print.c                            |  50 +++---
 src/xdisp.c                            |  11 +-
 test/lisp/gnus/gnus-icalendar-tests.el | 125 ++++++++------
 test/lisp/gnus/gnus-util-tests.el      |  95 +++++++++++
 test/lisp/net/dbus-tests.el            |  78 ++++++++-
 test/lisp/subr-tests.el                |  42 +++--
 test/src/fns-tests.el                  |  28 +++-
 67 files changed, 1433 insertions(+), 721 deletions(-)



reply via email to

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