emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (b7678cf -> 208a11d)


From: Andrea Corallo
Subject: feature/native-comp updated (b7678cf -> 208a11d)
Date: Tue, 14 Apr 2020 13:52:02 -0400 (EDT)

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

      from  b7678cf   * lisp/emacs-lisp/comp.el (comp-finalize-relocs): Better 
commentary.
       new  8decfbe   * lisp/emacs-lisp/comp.el (native-compile-async): Better 
error message.
       new  8db8c85   Always set `load-true-file-name' where `load-file-name' 
is set too.
      adds  086face   * lisp/vc/vc.el (vc-deduce-fileset): Improve docstring 
(bug#34949).
      adds  7a9fb5d   Fix hi-lock test and add new test for unhighlight 
(bug#40337)
      adds  df254a7   Initial version of native image API support for MS-Windows
      adds  e94206a   Make use of MS-Windows native image API be selectable at 
run time
      adds  6bf79d6   ; * src/image.c: Cleanup of #ifdef's related to 
HAVE_NATIVE_IMAGE_API.
       new  208a11d   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 configure.ac                |  10 ++
 etc/NEWS                    |  12 ++
 lisp/cus-dep.el             |   1 +
 lisp/emacs-lisp/autoload.el |   4 +-
 lisp/emacs-lisp/comp.el     |  15 +-
 lisp/emacs-lisp/package.el  |   3 +-
 lisp/hi-lock.el             |   4 +-
 lisp/international/mule.el  |   5 +-
 lisp/loadup.el              |   1 +
 lisp/term/w32-win.el        |   2 +
 lisp/vc/vc.el               |  34 ++--
 src/image.c                 | 129 +++++++++++++++-
 src/w32.c                   |   4 +
 src/w32gui.h                |   6 +
 src/w32image.c              | 368 ++++++++++++++++++++++++++++++++++++++++++++
 src/w32term.c               |  21 ++-
 src/w32term.h               |   3 +-
 test/lisp/hi-lock-tests.el  |  62 +++++++-
 18 files changed, 646 insertions(+), 38 deletions(-)
 create mode 100644 src/w32image.c



reply via email to

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