emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (138990b -> 51f5e48)


From: Andrea Corallo
Subject: feature/native-comp updated (138990b -> 51f5e48)
Date: Sat, 10 Oct 2020 06:21:39 -0400 (EDT)

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

      from  138990b   * Fix failure when compiling a trampoline with no 
eln-cache dir (bug#43875)
      adds  96a8e84   Make dbus-unregister-object work for monitors
      adds  5ec2115   Use '…' for ellipsis in truncate-string-to-width by 
default (bug#41250)
      adds  14a5db2   * src/xdisp.c (syms_of_xdisp): New var 
`redisplay_skip_initial_frame`.
      adds  c0577d7   Fix the documentation parts of a recent commit
      adds  d494833   Improve support for using vc commands in indirect buffers
      adds  7301bf9   Use … in Gnus mode lines (when shortening them)
      adds  c47479c   Sort items in tmm properly, and allow clicking the final 
item
      adds  0a5a1ad   * src/dbusbind.c (xd_signature): Better type check for 
array elements.
      adds  a9f147a   Use the full name of the null byte/character, not its 
abbreviation
      adds  a14321f   cperl-mode: Fix a test to ensure cperl-mode is active
      adds  a447d5e   Add missing full stop in MS-DOS processes documentation
      adds  9410c4e   Fix mule-util-tests after recent truncation changes
      adds  96f5024   Fix animate test that somehow changed recently
      adds  809934f   Don't use the character '…' literally in mule-util.el 
(bug#41250)
      adds  e704a69   Fix last change
      adds  bf34cf7   Fix last change
      adds  ff9b04f   ; * lisp/international/mule-util.el 
(truncate-string-ellipsis): Fix comment.
      adds  61113a3   Suppress obsoletion warning in test of obsolete rx 
function
      adds  9a81956   * lisp/international/ja-dic-cnv.el: Attempt to fix 
bug#41250
      adds  bcd09e9   * lisp/international/mule-util.el: Revert bug#41250 
workaround
      adds  278c9d6   * lisp/international/mule.el (define-coding-system): 
Revert accidental change
      adds  c30f6da   Fix args of truncate-string-to-width in 
ibuffer-compile-make-substring-form
      adds  fc6decd   Add check for bound and true 'ido-everywhere' in 
multi-occur--prompt
      adds  ec705a6   Fix crash when creating new NS frame (bug#43812)
      adds  46aa145   Add match-data to isearch state and repeat faces to 
highlight group matches
      adds  891248b   * test/lisp/progmodes/ruby-mode-tests.el: Fix obsolete 
warnings
      adds  7305437   Make the State button in Custom use extended menus
      adds  c36cd48   Clarify what ``chrooted environment means'' for TRAMP
      adds  cc70a7b   alist-get doc string further clarification
      adds  95c7aa9   Remove reference to outdated Gnus variable from the manual
      adds  c842bd9   Make artist-mode work when display-line-numbers-mode is on
      adds  0ab67a6   Default the grep commands to skip directories
      adds  5bc2f37   Update documentation on this-command-keys to reflect new 
behavior
      adds  4bea557   Remove mention of the obsolete cust-print.el from the 
manual
      adds  bc2b638   Fix face recalculation when frame's background mode 
changes
      adds  466db12   Fix last change in frame.el.
      adds  7be18bb   Improve documentation of 'isearch-group-N' faces
      adds  0a5e9cf   Mention two more functions in the commentary
      adds  d340a97   * lisp/doc-view.el: Fix "can't resize root window" error
      adds  c7804ac   * src/ftcrfont.c (ftcrfont_open): Initialize the 
`max_width` field
      adds  81fe899   CC Mode: Move the handling of keyword auto into type 
handling for C++.
      adds  f3dbde7   Only skip directories in lgrep, not the other grep 
commands
      adds  e2ece08   Revert "Don't eagerly store articles in the Agent by 
default"
      adds  82d70d3   Clarify define-minor-mode hooks
      adds  e45b0c5   message-signature doc fix
      adds  c69c17d   Match OpenBSD doas password prompt in comint
      adds  35478f3   Calc: fix arithmetic right shift sign bit detection
      adds  95e8c7d   ; Fix typos
      adds  b19bf08   ; shorten https://lists.gnu.org/archive/html/... links
      adds  5824c20   Add Euro Sign to Latin language input methods
       new  f7e7ff4   Merge remote-tracking branch 'savannah/master' into HEAD
       new  51f5e48   Various typo fixes in native compiler related files


Summary of changes:
 ChangeLog.1                                        |   2 +-
 ChangeLog.3                                        | 236 ++++++++---------
 doc/emacs/msdos-xtra.texi                          |   2 +-
 doc/emacs/search.texi                              |  20 +-
 doc/lispintro/emacs-lisp-intro.texi                |   2 +-
 doc/lispref/commands.texi                          |   7 +-
 doc/lispref/display.texi                           |  59 +++--
 doc/lispref/edebug.texi                            |  15 +-
 doc/lispref/files.texi                             |   2 +-
 doc/lispref/modes.texi                             |   3 +-
 doc/lispref/nonascii.texi                          |   2 +-
 doc/lispref/processes.texi                         |   2 +-
 doc/misc/dbus.texi                                 |  35 +--
 doc/misc/gnus.texi                                 |   6 -
 doc/misc/texinfo.tex                               |   2 +-
 doc/misc/tramp.texi                                |   4 +-
 etc/NEWS                                           |  24 +-
 etc/PROBLEMS                                       |   2 +-
 etc/TODO                                           |   4 +-
 lisp/ChangeLog.12                                  |   4 +-
 lisp/ChangeLog.17                                  |   4 +-
 lisp/calc/calc-bin.el                              |   2 +-
 lisp/cedet/semantic.el                             |  10 +-
 lisp/comint.el                                     |   3 +-
 lisp/cus-edit.el                                   | 289 ++++++++++++++-------
 lisp/doc-view.el                                   |  30 ++-
 lisp/emacs-lisp/bytecomp.el                        |   2 +-
 lisp/emacs-lisp/comp.el                            |  50 ++--
 lisp/frame.el                                      |   7 +-
 lisp/gnus/gnus-agent.el                            |   1 -
 lisp/gnus/gnus-art.el                              |   5 +-
 lisp/gnus/gnus-async.el                            |   6 +
 lisp/gnus/gnus-sum.el                              |   4 +-
 lisp/gnus/message.el                               |   3 +-
 lisp/ibuffer.el                                    |   2 +-
 lisp/info.el                                       |   6 +-
 lisp/international/ja-dic-cnv.el                   |   6 +-
 lisp/international/mule-util.el                    |  21 +-
 lisp/international/mule.el                         |   6 +-
 lisp/isearch.el                                    |  63 +++--
 lisp/leim/quail/latin-post.el                      |  35 ++-
 lisp/mouse.el                                      |   2 +-
 lisp/net/dbus.el                                   |  12 +-
 lisp/progmodes/cc-engine.el                        |  71 ++---
 lisp/progmodes/cc-langs.el                         |  18 +-
 lisp/progmodes/grep.el                             |  13 +-
 lisp/progmodes/project.el                          |   3 +
 lisp/replace.el                                    |   3 +-
 lisp/subr.el                                       |  13 +-
 lisp/tab-bar.el                                    |  10 +-
 lisp/tab-line.el                                   |   3 +-
 lisp/textmodes/artist.el                           |  22 +-
 lisp/tmm.el                                        |  24 +-
 lisp/vc/vc-git.el                                  |   4 +-
 lisp/vc/vc.el                                      |  38 ++-
 src/ChangeLog.11                                   |   2 +-
 src/alloc.c                                        |   2 +-
 src/bidi.c                                         |   4 +-
 src/bignum.c                                       |   4 +-
 src/callint.c                                      |   2 +-
 src/coding.c                                       |  60 ++---
 src/coding.h                                       |   6 +-
 src/comp.c                                         |   2 +-
 src/dbusbind.c                                     |  28 +-
 src/dired.c                                        |   2 +-
 src/dispextern.h                                   |   2 +-
 src/dispnew.c                                      |  17 +-
 src/doc.c                                          |   2 +-
 src/doprnt.c                                       |   4 +-
 src/editfns.c                                      |   2 +-
 src/emacs.c                                        |   2 +-
 src/fileio.c                                       |   2 +-
 src/filelock.c                                     |   2 +-
 src/fns.c                                          |   2 +-
 src/font.c                                         |  12 +-
 src/frame.c                                        |  12 +-
 src/ftcrfont.c                                     |   6 +-
 src/insdel.c                                       |   2 +-
 src/json.c                                         |  18 +-
 src/keyboard.c                                     |   7 +-
 src/lisp.h                                         |  14 +-
 src/module-env-25.h                                |   4 +-
 src/nsterm.m                                       |   2 +-
 src/sysdep.c                                       |   6 +-
 src/termcap.c                                      |   8 +-
 src/timefns.c                                      |   6 +-
 src/unexmacosx.c                                   |   2 +-
 src/w16select.c                                    |  16 +-
 src/w32.c                                          |  12 +-
 src/w32fns.c                                       |   4 +-
 src/w32proc.c                                      |  10 +-
 src/w32select.c                                    |   2 +-
 src/xdisp.c                                        |  23 +-
 src/xfont.c                                        |   2 +-
 test/lisp/calc/calc-tests.el                       |  62 +++++
 test/lisp/comint-tests.el                          |   1 +
 test/lisp/emacs-lisp/rx-tests.el                   |   5 +-
 test/lisp/international/mule-util-tests.el         |   5 +-
 test/lisp/net/dbus-tests.el                        |  83 +++++-
 test/lisp/play/animate-tests.el                    |   4 +-
 .../cperl-mode-resources/cperl-indent-exp.pl       |   4 +-
 test/lisp/progmodes/cperl-mode-tests.el            |   2 +
 test/lisp/progmodes/ruby-mode-tests.el             |  24 +-
 test/lisp/so-long-tests/so-long-tests.el           |   2 +-
 test/manual/etags/CTAGS.good                       |   2 +-
 test/manual/etags/cp-src/functions.cpp             |   2 +-
 test/manual/etags/prol-src/ordsets.prolog          |   4 +-
 test/manual/etags/tex-src/texinfo.tex              |   4 +-
 test/src/xdisp-tests.el                            |  24 +-
 109 files changed, 1102 insertions(+), 665 deletions(-)



reply via email to

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