emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (385d9e6 -> 489a79d)


From: Andrea Corallo
Subject: feature/native-comp updated (385d9e6 -> 489a79d)
Date: Sat, 6 Jun 2020 17:38:07 -0400 (EDT)

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

      from  385d9e6   Some fixes for --without-nativecomp config
      adds  cdadb7a   * lisp/font-lock.el 
(font-lock--syntax-table-affects-ppss): New var
      adds  b41be0e   ; Small cleanup in project.el
      adds  e7fb0a4   Use characters for keys in project-switch-commands
      adds  f4568ba   Change default project list filename to "projects"
      adds  25390b2   * lisp/dired.el (dired-toggle-marks): Use region for 
non-nil dired-mark-region
      adds  f51f963   Fix some side-effecting uses of make-text-button
      adds  4dcf8f2   Make live_*_p more accurate
      adds  8ee367f   Streamline live_*_holding
      adds  a984f39   Avoid zero-width glyphs and the resulting cursor artifacts
      adds  acd2cb2   Improve battery status display via GNU/Linux sysfs
      adds  8bcc781   Un-deprecate oset and oset-default
      adds  7ac7987   make-text-button no longer modifies its string arg
       new  ee3df14   Merge remote-tracking branch 'savannah/master' into HEAD
       new  e38678b   Reduce the number of files probed when finding a lisp 
file.
       new  e8ab017   Change 'direct-call' 'direct-callref' LIMPLE ops sematinc
       new  6449a05   * Clean-up unnecessary lisp_X context definition
       new  dcfcbb1   * Allow for optimizing anonymous lambdas in call-optim
       new  489a79d   * Mitigate possible speed 3 miss-optimization


Summary of changes:
 doc/misc/eieio.texi                             |  32 ++-
 etc/NEWS                                        |  12 +-
 lisp/apropos.el                                 |   5 +-
 lisp/battery.el                                 |  17 +-
 lisp/button.el                                  |   9 +-
 lisp/dired.el                                   |  62 +++--
 lisp/emacs-lisp/comp.el                         |  60 +++-
 lisp/emacs-lisp/eieio-core.el                   |   4 +-
 lisp/emacs-lisp/eieio.el                        |  14 +-
 lisp/font-lock.el                               |  21 +-
 lisp/help-fns.el                                |   3 +-
 lisp/progmodes/project.el                       |  35 +--
 src/alloc.c                                     | 350 +++++++++++++-----------
 src/comp.c                                      |  52 ++--
 src/lread.c                                     | 203 ++++++++++----
 src/xdisp.c                                     |  33 ++-
 test/lisp/emacs-lisp/eieio-tests/eieio-tests.el |   5 +-
 17 files changed, 579 insertions(+), 338 deletions(-)



reply via email to

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