emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (ab8fed0 -> 7438001)


From: Andrea Corallo
Subject: feature/native-comp updated (ab8fed0 -> 7438001)
Date: Sat, 14 Mar 2020 11:15:39 -0400 (EDT)

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

      from  ab8fed0   * Do not produce .eln files when a byte compilation error 
happen
       new  144e8f6   Prefix native compilation folders with "eln-"
       new  dab8dd8   Fix make bootstrap for native compilation
      adds  bbc48b2   Fix NS child frame in native fullscreen (bug#36672)
      adds  3758ff0   rcirc: Match NickServ messages case-insensitively 
(Bug#39345)
      adds  402b175   Make cl-equalp a bit more efficient at comparing strings
      adds  f7e3139   * lisp/net/tramp.el (tramp-accept-process-output): 
Propagate `quit' signal.
      adds  caed687   * lisp/emacs-lisp/package.el (package-menu--generate): 
Fix doc string.
      adds  099520e   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  a695189   ; * etc/NEWS: Fix typo.
      adds  0883c80   Simplify rx example in manual
      adds  4537976   Port .gdbinit to clang with -gdwarf-4
      adds  1bc3fa0   * lisp/emacs-lisp/package.el (package-install): Fix typo 
in docstring.
      adds  ef5744a   Improve docs for horizontal scrolling with mouse and 
touchpad (Bug#39979)
      adds  c1ce9fa   * lisp/subr.el (cancel-change-group): Fix bug#39680
      adds  ecfe633   * lisp/tab-bar.el: Last-minute changes.
      adds  1ab766f   Fix last change
      adds  b468b3d   Fix a recent documentation change
      adds  a2b07f9   ; * etc/NEWS: Explain how to get back old behavior with 
--eval.
      adds  6bdb561   Merge from origin/emacs-27
      adds  7195ea7   Avoid regexp stack overflow in GDB string matching 
(bug#22149)
      adds  ff1e71c   Add charsets to 'w32-charset-info-alist'
      adds  3c443e9   Make previous mml-expand-html-into-multipart-related fix 
more general
      adds  1de9e0f   * lisp/progmodes/cc-defs.el (c-version): update to 5.34.2 
for master branch
       new  7438001   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 doc/emacs/frames.texi       |  13 ++++--
 doc/lispref/searching.texi  |   4 +-
 etc/NEWS.27                 |  10 ++++-
 lisp/Makefile.in            |  17 ++++---
 lisp/emacs-lisp/cl-extra.el |   3 +-
 lisp/emacs-lisp/comp.el     |   1 +
 lisp/emacs-lisp/package.el  |   3 +-
 lisp/frame.el               |   6 +--
 lisp/gnus/mml.el            |   7 ++-
 lisp/mwheel.el              |  10 ++++-
 lisp/net/rcirc.el           |  16 ++++---
 lisp/net/tramp.el           |  19 ++++----
 lisp/progmodes/cc-defs.el   |   2 +-
 lisp/progmodes/gdb-mi.el    |   5 ++-
 lisp/subr.el                |   9 +++-
 lisp/tab-bar.el             |  26 ++++++++---
 lisp/w32-fns.el             |   7 +++
 src/.gdbinit                |   2 +-
 src/Makefile.in             |   2 +-
 src/comp.c                  |  11 ++---
 src/nsterm.h                |   4 ++
 src/nsterm.m                | 107 +++++++++++++++++++++++++++++++++++++++-----
 22 files changed, 213 insertions(+), 71 deletions(-)



reply via email to

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