emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (e6fb440 -> ab66e61)


From: Andrea Corallo
Subject: feature/native-comp updated (e6fb440 -> ab66e61)
Date: Wed, 29 Apr 2020 11:54:55 -0400 (EDT)

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

      from  e6fb440   Merge remote-tracking branch 'savannah/master' into HEAD
       new  f8b254d   Rework spill LAP mechanism in preparation of compiling 
lambdas.
      adds  677bd0a   Fix tramp-test32-shell-command-dont-erase-buffer
      adds  4618671   Use lexical-binding in dos-vars.el
      adds  763df4b   Use lexical-binding for themes
      adds  895a18e   * test/lisp/mail/rfc2045-tests.el: Make it work.
      adds  ed2def7   Improve string_char_and_length speed
      adds  08408b1   Simplify string-to-char
      adds  1be8485   Use lexical-binding in calendar tests
      adds  199f146   * lisp/jit-lock.el: Don't use 
`make-variable-buffer-local` on hooks.
      adds  e49d3a4   Improve multibyte_length performance
      adds  725256d   Use lexical-binding in most vc tests
      adds  771a6b6   Use lexical-binding in most progmodes tests
      adds  428d476   Don't skip test semantic-utest-Python
      adds  13f64b0   Use lexical-binding in most semantic tests
      adds  a0ee542   Use lexical-binding in many emacs-lisp tests
      adds  1844bcf   Use lexical-binding in hmac-md5.el and add tests
      adds  8aca659   Use lexical-binding in puny.el and add more tests
      adds  e309b32   Use lexical-binding in version.el and add tests
      adds  f998e62   Use lexical-binding in rfc2368.el and add tests
      adds  c8115e8   Use lexical-binding in float-sup.el and add tests
      adds  702d9d8   Add new tests to bindat-tests.el
      adds  17eae91   Use lexical-binding in most eshell tests
      adds  ac31cd3   * etc/NEWS: Fix inconsistencies.
      adds  68f4a74   Remove doc duplication
      adds  f0b9f18   Make shell-command tests fit for tcsh.
      adds  f0e1bf5   Fix bugs in tab-bar and tab-line and mention remaining 
features in manual.
      adds  1f76a16   * lisp/image-mode.el (image-mode-map): Update menu items.
      adds  9f5ae71   * test/lisp/simple-tests.el 
(with-shell-command-dont-erase-buffer):
      adds  0278741   Fix typo in custom.texi
      adds  16fed05   Avoid crashes on TTY frames with over-long compositions
      adds  d83cc05   Fix error in ERC when 'erc-server-coding-system' is 
customized
      adds  85544f8   * lisp/isearch.el: Fix lazy-highlighting and 
lazy-counting of hidden matches
      adds  520fd3e   * lisp/env.el (substitute-env-vars): Doc fix.  (Bug#40948)
      adds  2f9bfae   ; Fix last change
      adds  b56401f   Merge from origin/emacs-27
       new  ab66e61   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 doc/emacs/custom.texi                              |   2 +-
 doc/emacs/frames.texi                              |  57 +++++++-
 doc/emacs/windows.texi                             |  12 +-
 doc/lispref/objects.texi                           |   3 +-
 etc/NEWS.27                                        |  16 +--
 etc/themes/adwaita-theme.el                        |   2 +-
 etc/themes/deeper-blue-theme.el                    |   2 +-
 etc/themes/dichromacy-theme.el                     |   2 +-
 etc/themes/leuven-theme.el                         |   4 +-
 etc/themes/light-blue-theme.el                     |   2 +-
 etc/themes/manoj-dark-theme.el                     |   2 +-
 etc/themes/misterioso-theme.el                     |   2 +-
 etc/themes/tango-dark-theme.el                     |   2 +-
 etc/themes/tango-theme.el                          |   2 +-
 etc/themes/tsdh-dark-theme.el                      |   2 +-
 etc/themes/tsdh-light-theme.el                     |   2 +-
 etc/themes/wheatgrass-theme.el                     |   2 +-
 etc/themes/whiteboard-theme.el                     |   2 +-
 etc/themes/wombat-theme.el                         |   2 +-
 lisp/dos-vars.el                                   |   6 +-
 lisp/emacs-lisp/bindat.el                          |   2 +-
 lisp/emacs-lisp/bytecomp.el                        |  43 +++---
 lisp/emacs-lisp/comp.el                            |  19 +--
 lisp/emacs-lisp/float-sup.el                       |   2 +-
 lisp/env.el                                        |   8 +-
 lisp/erc/erc-backend.el                            |   3 +-
 lisp/image-mode.el                                 |  20 ++-
 lisp/isearch.el                                    |   7 +-
 lisp/jit-lock.el                                   |  10 +-
 lisp/mail/rfc2368.el                               |   2 +-
 lisp/net/hmac-md5.el                               |  40 +-----
 lisp/net/puny.el                                   |   2 +-
 lisp/tab-bar.el                                    |  38 ++++--
 lisp/tab-line.el                                   |   6 +-
 lisp/version.el                                    |   2 +-
 src/character.c                                    |  45 ------
 src/character.h                                    |  89 ++++++------
 src/editfns.c                                      |  18 +--
 src/term.c                                         |   2 +-
 test/lisp/calendar/icalendar-tests.el              |  13 +-
 test/lisp/calendar/parse-time-tests.el             |   2 +-
 test/lisp/cedet/semantic-utest-fmt.el              |   4 +-
 test/lisp/cedet/semantic-utest-ia.el               |   7 +-
 test/lisp/cedet/semantic-utest.el                  |  32 ++---
 test/lisp/cedet/srecode-utest-getset.el            |   3 +-
 test/lisp/cedet/srecode-utest-template.el          |   2 +-
 test/lisp/emacs-lisp/bindat-tests.el               |  16 +++
 test/lisp/emacs-lisp/bytecomp-tests.el             |   2 +-
 test/lisp/emacs-lisp/ert-x-tests.el                |   2 +-
 .../float-sup-tests.el}                            |  25 ++--
 test/lisp/emacs-lisp/nadvice-tests.el              |   2 +-
 test/lisp/emacs-lisp/pcase-tests.el                |   2 +-
 test/lisp/emacs-lisp/seq-tests.el                  |  10 +-
 test/lisp/emacs-lisp/subr-x-tests.el               |   2 +-
 test/lisp/emacs-lisp/text-property-search-tests.el |   2 +-
 test/lisp/eshell/em-hist-tests.el                  |   2 +-
 test/lisp/eshell/em-ls-tests.el                    |   2 +-
 test/lisp/eshell/esh-opt-tests.el                  |   2 +-
 test/lisp/mail/rfc2045-tests.el                    |   1 +
 .../mail/{rfc2045-tests.el => rfc2368-tests.el}    |  25 ++--
 test/lisp/net/hmac-md5-tests.el                    |  80 +++++++++++
 test/lisp/net/puny-tests.el                        |  21 +++
 test/lisp/net/tramp-tests.el                       | 152 ++++++++++++++++++---
 test/lisp/progmodes/etags-tests.el                 |   2 +-
 test/lisp/progmodes/f90-tests.el                   |   2 +-
 test/lisp/progmodes/ps-mode-tests.el               |   2 +-
 test/lisp/progmodes/python-tests.el                |  11 +-
 test/lisp/progmodes/ruby-mode-tests.el             |   2 +-
 test/lisp/progmodes/subword-tests.el               |   2 +-
 test/lisp/progmodes/tcl-tests.el                   |   2 +-
 test/lisp/progmodes/xref-tests.el                  |   2 +-
 test/lisp/simple-tests.el                          |  11 +-
 test/lisp/vc/add-log-tests.el                      |  12 +-
 test/lisp/vc/diff-mode-tests.el                    |   2 +
 test/lisp/vc/ediff-ptch-tests.el                   |   2 +-
 test/lisp/vc/smerge-mode-tests.el                  |   2 +
 test/lisp/vc/vc-hg-tests.el                        |   2 +-
 test/lisp/vc/vc-tests.el                           |   2 +-
 .../lisp/{gnus/nnrss-tests.el => version-tests.el} |  16 ++-
 79 files changed, 598 insertions(+), 371 deletions(-)
 copy test/lisp/{ps-print-tests.el => emacs-lisp/float-sup-tests.el} (58%)
 copy test/lisp/mail/{rfc2045-tests.el => rfc2368-tests.el} (50%)
 create mode 100644 test/lisp/net/hmac-md5-tests.el
 copy test/lisp/{gnus/nnrss-tests.el => version-tests.el} (66%)



reply via email to

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