emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (dd939d7 -> a6cc16d)


From: Andrea Corallo
Subject: feature/native-comp updated (dd939d7 -> a6cc16d)
Date: Thu, 11 Jun 2020 13:33:47 -0400 (EDT)

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

      from  dd939d7   * Remove unused 'helper_save_window_excursion'
       new  506febd   Remove `Vcomp_sym_subr_c_name_h'
       new  904550d   Fix recursive load for non cons hashed 
'data_ephemeral_vec' content
       new  ab78ed8   * Fix memory leak when native compiled function is 
collected
      adds  80abaea   Use lexical-binding in lunar.el and add tests
      adds  46304c4   Add autoload problem in tramp-crypt.el.
      adds  64e25cd   More robust NS hex colour string parsing
      adds  3b93549   * lisp/simple.el (shell-command-on-region): Handle nil 
replace on rectangles.
      adds  4b21759   Continue implementation of tramp-crypt.el
      adds  5a6e790   Orthographical amendments to commit 
145aab0672ae259736ee9230f8e0ff4effa5f4fd
      adds  d4e7087   Save project list as lisp data
      adds  9e04d0f   ; Simplify last change
      adds  73be4d1   Allow destructuring in &aux sections when using edebug 
(Bug#40431)
      adds  00f4b72   Slightly improve commit 
73be4d1ed5b190bd93e9bad6aebe43d0dea0d7d3.
      adds  ee8b274   ; * test/lisp/emacs-lisp/generator-tests.el: Checkdoc 
fixes
      adds  b19259c   Futher tramp-crypt implementation and documentation
      adds  68ae6fa   Improved light/dark colour predicate (bug#41544)
      adds  d8a6d2e   ; * lisp/faces.el (readable-foreground-color): Fix 
editing mistake.
       new  a6cc16d   Merge remote-tracking branch 'savahnna/master' into HEAD


Summary of changes:
 doc/misc/tramp.texi                     | 118 +++++++++++++++++++++++++-
 etc/NEWS                                |   2 +-
 lisp/calendar/lunar.el                  |  17 ++--
 lisp/emacs-lisp/cl-macs.el              |   8 +-
 lisp/facemenu.el                        |  11 ++-
 lisp/faces.el                           |  40 ++++++---
 lisp/net/tramp-crypt.el                 | 142 ++++++++++++++++++++++----------
 lisp/progmodes/cc-fonts.el              |  18 ++--
 lisp/progmodes/project.el               |  21 ++---
 lisp/simple.el                          |  23 +++++-
 lisp/textmodes/css-mode.el              |  14 +---
 src/alloc.c                             |  11 +++
 src/comp.c                              |  48 +++++++----
 src/comp.h                              |   2 +-
 src/lisp.h                              |   1 +
 src/nsterm.m                            |  21 +++--
 src/pdumper.c                           |  27 ++++--
 test/lisp/calendar/lunar-tests.el       |  70 ++++++++++++++++
 test/lisp/emacs-lisp/cl-macs-tests.el   |   9 ++
 test/lisp/emacs-lisp/generator-tests.el |   7 +-
 test/lisp/net/tramp-tests.el            |  59 +++++++------
 21 files changed, 492 insertions(+), 177 deletions(-)
 create mode 100644 test/lisp/calendar/lunar-tests.el



reply via email to

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