emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (00ee320 -> 3cc0438)


From: Andrea Corallo
Subject: feature/native-comp updated (00ee320 -> 3cc0438)
Date: Fri, 3 Apr 2020 08:51:27 -0400 (EDT)

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

      from  00ee320   Merge remote-tracking branch 'savannah/master' into HEAD
       new  63af801   configure.ac: switch to POSIX sh behaviour
      adds  1276c8e   Use hard links to Emacs executable in "make install" on 
MS-Windows
      adds  7a6f5a5   Support state changing VC operations on directories in 
Dired (bug#34949)
      adds  3273e2a   Deprecate with-displayed-buffer-window, use body-function 
instead (bug#39822)
      adds  ced7852   Avoid assertion violation at startup in pdumped Emacs
      adds  8db6b43   Calc: Declare dynamic variable bound in lexbind code 
(bug#40185)
      adds  142198f   Merge from origin/emacs-27
      adds  4860530   Don't add repeated xlmns:xlink declarations in svg-create
      adds  8911d08   ; Merge from origin/emacs-27
      adds  02b3820   Document how to disable Tramp file archives
      adds  e1f0e08   * lisp/files.el (directory-files-recursively): Doc fix.  
(Bug#40202)
      adds  c2b8ce4   Calc: don't treat nil as an integer (bug#40155)
      adds  ee47e00   Don't suggest setting face-remapping-alist to a literal 
(Bug#39812)
      adds  93945fc   ; * test/lisp/calc/calc-tests.el: Fix mistake in last 
commit
      adds  1af03e7   ; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.
      adds  f3ccfb1   ; * src/decompress.c: Fix comment style.
      adds  461bd9c   Fix url-cookie.el for lexical binding
      adds  c6e0981   * lisp/image/image-converter.el: Fix customization of 
image-converter.
      adds  fa4eec5   Merge from origin/emacs-27
      adds  e35d68f   * lisp/dired.el (dired-readin): Don't bind 
inhibit-modification-hooks
      adds  33b427c   * lisp/minibuffer.el (minibuffer-completion-help): Use 
mainbuf (bug#39822)
      adds  9f6d3a8   Mark recently failing Tramp tests on hydra
      adds  05cab7a   * lisp/dired.el (dired-readin): Improve comment
      adds  a477a7b   Don't lose point during fileloop replace (Bug#38867)
      adds  cddf85d   Remove `all_buffers` and the associated `next` field of 
buffers
      adds  319a2a7   javac support in compilation-parse-errors rules
      adds  e2165ee   Avoid error messages loading trampver.el
      adds  953b5b4   ; Auto-commit of loaddefs files.
      adds  b538cd8   Fix compilation with CHECK_STRUCTS
      adds  34ae2d0   Allow negative line width for :box face attribute
      adds  7e243a8   ; * test/lisp/net/tramp-tests.el 
(tramp-test30-make-process): Instrument.
      adds  bb72949   * lisp/window.el (display-buffer): Extend doc with 
body-function (bug#39822)
      adds  adfcc17   * lisp/vc/vc-dir.el: Commands to mark un/registered files 
(bug#34949)
      adds  f28166d   Copy INSIDE_EMACS env variable to subprocesses in Eshell 
(Bug#25496)
       new  3cc0438   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 configure.ac                         |  18 ++---
 doc/lispref/display.texi             |  21 +++---
 doc/lispref/windows.texi             |  10 +++
 doc/misc/tramp.texi                  |   8 +++
 etc/NEWS                             |  17 ++++-
 etc/compilation.txt                  |  14 ++++
 lisp/calc/calc-macs.el               |   5 +-
 lisp/calc/calc.el                    |   1 +
 lisp/cedet/ede.el                    |   4 +-
 lisp/cus-face.el                     |  16 +++--
 lisp/desktop.el                      |   2 +-
 lisp/dired-aux.el                    |  62 +++++++++++++++++
 lisp/dired.el                        |  74 ++++++++++----------
 lisp/eshell/em-dirs.el               |   5 ++
 lisp/eshell/esh-var.el               |  23 +++++--
 lisp/fileloop.el                     |  28 ++++----
 lisp/files.el                        |  30 +++++----
 lisp/image/image-converter.el        |   4 ++
 lisp/ldefs-boot.el                   |  92 ++++++++++++++++---------
 lisp/minibuffer.el                   | 126 ++++++++++++++++++-----------------
 lisp/net/trampver.el                 |   2 +
 lisp/progmodes/compile.el            |  26 +++++++-
 lisp/url/url-cookie.el               |   2 +-
 lisp/vc/vc-dir.el                    |  45 ++++++++++++-
 lisp/vc/vc.el                        |  40 +++--------
 lisp/window.el                       |  16 ++++-
 src/alloc.c                          | 106 +++++++----------------------
 src/buffer.c                         |  66 +++++++-----------
 src/buffer.h                         |  12 ----
 src/decompress.c                     |   6 +-
 src/dispextern.h                     |  17 +++--
 src/nsfont.m                         |   7 +-
 src/nsterm.m                         |  56 ++++++++--------
 src/pdumper.c                        |   4 +-
 src/w32term.c                        |  59 ++++++++--------
 src/xdisp.c                          | 123 +++++++++++++++-------------------
 src/xfaces.c                         |  39 ++++++++---
 src/xterm.c                          | 115 +++++++++++++++-----------------
 test/lisp/calc/calc-tests.el         |  11 +++
 test/lisp/eshell/eshell-tests.el     |   7 ++
 test/lisp/net/tramp-tests.el         |   6 +-
 test/lisp/progmodes/compile-tests.el |   7 +-
 42 files changed, 755 insertions(+), 577 deletions(-)



reply via email to

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