emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (c984a53 -> 2878624)


From: Andrea Corallo
Subject: feature/native-comp updated (c984a53 -> 2878624)
Date: Sat, 25 Apr 2020 17:31:22 -0400 (EDT)

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

      from  c984a53   Merge remote-tracking branch 'savannah/master' into HEAD
       new  9c4c0af   * lisp/emacs-lisp/comp.el (comp-run-async-workers): Use 
`clrhash'.
       new  d73e640   Store function documentations in a hash table.
       new  d3984be   * src/comp.c (declare_function): fix missing NILP.
       new  e95dca6   * Rename TEXT_OPTIM_QLY into TEXT_OPTIM_QLY_SYM.
       new  f691af8   * src/comp.h (load_comp_unit): Fix declaration style.
       new  a7fac2e   Lazy load function documentation.
       new  57fa590   * src/pdumper.c (dump_subr): Clean-up now unnecessary 
kludge.
       new  9f5b7eb   * src/comp.h (Fnative_elisp_load): Add fake inline for 
stock build.
       new  64af8f9   * src/data.c (syms_of_data): Fix #ifdef HAVE_NATIVE_COMP 
position.
      adds  692ad40   Improve the documentation of tab-bar and tab-line
      adds  a64da75   Add image-auto-resize defcustoms to image-mode.el
      adds  fc55f65   Minor improvements in documentation of the last change
      adds  d2836fe   Improve the default value of 
'doc-view-ghostscript-program'.
      adds  400ff5c   Improve wording about constants
      adds  ba6104d   Change doc-view-mode-map prefix key 's' to 'c'.
      adds  37ebec3   Improve the default value of 
'doc-view-ghostscript-program'.
      adds  5a25d17   * lisp/image-mode.el (image-transform-resize): Remove 
FIXME comment.
      adds  a92ca1f   Improve indexing of ELisp manual
      adds  369761b   ; * src/xdisp.c: Improve the introductory commentary.
      adds  f7e488d   Calc: fix autoload errors (bug#40800)
      adds  a76af88   Tweak mutability doc a bit more
      adds  4d86c7f   Fix documentation of fringe bitmaps
      adds  3d0e859   Minor doc clarification regarding fringe bitmaps
      adds  74a92be   * lisp/simple.el (kill-ring-save): Doc fix.  (Bug#40797)
      adds  821760f   Don't let a code literal get modified in mml parsing 
(Bug#39884)
      adds  45a64c9   Clarify semantics of trace-function CONTEXT argument
      adds  5195678   Merge from origin/emacs-27
       new  2878624   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 doc/emacs/display.texi   |   1 +
 doc/emacs/emacs.texi     |   1 +
 doc/emacs/files.texi     |  37 +++++--
 doc/emacs/frames.texi    |  62 ++++++++---
 doc/emacs/glossary.texi  |   2 +-
 doc/emacs/misc.texi      |  10 +-
 doc/emacs/modes.texi     |   2 +-
 doc/emacs/windows.texi   |  37 +++++--
 doc/lispref/display.texi |  10 +-
 doc/lispref/eval.texi    |   6 ++
 doc/lispref/lists.texi   |   7 +-
 doc/lispref/objects.texi |  21 ++--
 doc/lispref/tips.texi    |   1 +
 etc/NEWS.27              |  64 ++++++-----
 lisp/calc/calc-ext.el    |   9 +-
 lisp/calc/calc-prog.el   |   5 -
 lisp/doc-view.el         |  32 ++++--
 lisp/emacs-lisp/comp.el  |  11 +-
 lisp/emacs-lisp/trace.el |   4 +-
 lisp/gnus/mml.el         |   2 +-
 lisp/image-mode.el       |  55 ++++++++--
 lisp/simple.el           |   2 +-
 src/alloc.c              |   5 +-
 src/comp.c               |  36 +++++--
 src/comp.h               |  15 ++-
 src/data.c               |   2 +-
 src/doc.c                |   2 +-
 src/lisp.h               |   7 +-
 src/pdumper.c            |  14 ++-
 src/xdisp.c              | 271 ++++++++++++++++++++++++++++++-----------------
 30 files changed, 500 insertions(+), 233 deletions(-)



reply via email to

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