emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (3608623 -> 4abb8c8)


From: Andrea Corallo
Subject: feature/native-comp updated (3608623 -> 4abb8c8)
Date: Mon, 6 Apr 2020 13:11:33 -0400 (EDT)

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

      from  3608623   Merge remote-tracking branch 'savannah/master' into HEAD
       new  a04c960   * src/comp.c (emit_FIXNUMP): Don't emit a shift when 
unnecessary.
       new  32a079a   * lisp/emacs-lisp/comp.el (comp-c-func-name): Fix for M-x 
disassemble
      adds  9b8dacd   * src/lisp.h: Update overly-optimistic comment.
      adds  bec5cfe   Improve integer range checking
      adds  962562c   Fix inverted NOCOPY encode/decode parameter (bug#40407)
      adds  c7ac766   Suppress relint diagnostics in rx-tests.el
      adds  4ed3954   Avoid expensive recoding for ASCII identity cases 
(bug#40407)
      adds  a32c55b   * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Avoid known 
cl-defsubst breakage
      adds  650a664   Let imenu to work on the menu bar when its list is a 
single non-nested member.
      adds  ac3da1d   Handle project--files-in-directory finding no files better
      adds  94b6b0b   Merge from origin/emacs-27
      adds  b2f2d0d   ; Auto-commit of loaddefs files.
      adds  0e18fdd   ; Merge from origin/emacs-27
      adds  44ac9e4   Tweak htmlfontify's generated output
      adds  38731d5   ; * src/buffer.c (syms_of_buffer) <inhibit-read-only>: 
Doc fix.
      adds  d4f51d0   Don't draw GTK's internal border and tab bar on top of 
each other
      adds  fa82365   Fix invocations of gpg from Gnus
      adds  452d776   Fix small bug in copy_string_contents.
      adds  7e78f0d   Fix void-variable n-reb in re-builder (Bug#40409)
      adds  f8607d3   Handle filling of indented ChangeLog function entries
      adds  6de20c7   Fix syntax error in man page.
      adds  333f63d   Merge from origin/emacs-27
      adds  c40b723   Fix thinko in tramp-cache.el
      adds  507f26d   Fix a recent change in bignum.c
      adds  24c3fa9   * src/coding.c (code_convert_string): Fix type mismatches.
      adds  981cea9   Fix problems when dragging frames with the mouse
      adds  fd4ee36   Unify and improve gdb-mi source buffer display logic
      adds  3dc2f50   Fix case that $PATH is longer than 4096 chars in Tramp
       new  4abb8c8   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 doc/emacs/building.texi          |   8 +
 doc/man/emacs.1.in               |   2 +-
 etc/NEWS                         |   6 +
 lisp/emacs-lisp/cl-macs.el       |  18 +-
 lisp/emacs-lisp/comp.el          |  20 +-
 lisp/emacs-lisp/re-builder.el    |  17 +-
 lisp/epg-config.el               |  16 +-
 lisp/htmlfontify.el              |   3 +-
 lisp/imenu.el                    |  14 +-
 lisp/mouse.el                    | 526 ++++++++++++++++++++++-----------------
 lisp/net/tramp-cache.el          |   6 +-
 lisp/net/tramp-sh.el             |  14 +-
 lisp/progmodes/gdb-mi.el         |  75 ++++--
 lisp/progmodes/gud.el            |  14 +-
 lisp/progmodes/project.el        |   2 +
 lisp/progmodes/xref.el           |   1 +
 lisp/vc/log-edit.el              |   2 +-
 src/bignum.c                     |  36 +++
 src/buffer.c                     |   8 +-
 src/character.c                  |   5 +-
 src/charset.c                    |  33 +--
 src/coding.c                     |  37 ++-
 src/comp.c                       |  15 +-
 src/emacs-module.c               |   2 +-
 src/fileio.c                     |   4 +-
 src/frame.c                      |  99 ++++----
 src/lcms.c                       |   3 +-
 src/lisp.h                       |  23 +-
 src/menu.c                       |  22 +-
 src/nsfns.m                      |  19 +-
 src/process.c                    |  13 +-
 src/search.c                     |   9 +-
 src/w32fns.c                     |  12 +-
 src/window.c                     |  45 ++--
 src/xfns.c                       |  30 +--
 src/xterm.c                      |   4 -
 src/xwidget.c                    |   6 +-
 test/lisp/emacs-lisp/rx-tests.el |   6 +
 test/lisp/net/tramp-tests.el     |  89 +++----
 test/lisp/vc/log-edit-tests.el   |  25 ++
 test/src/coding-tests.el         |  19 ++
 41 files changed, 732 insertions(+), 576 deletions(-)



reply via email to

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