emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (9bc0a7c -> 28df049)


From: Andrea Corallo
Subject: feature/native-comp updated (9bc0a7c -> 28df049)
Date: Thu, 14 May 2020 02:35:06 -0400 (EDT)

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

      from  9bc0a7c   * Fix `comp-deferred-compilation-black-list' effectiveness
      adds  b7682d2   Add writing modes module to CSS property list
      adds  2df2f78   Add containment module to CSS property list
      adds  1efaa1d   Allow underscores in CSS variable names
      adds  8f808be   Use lexical-binding in glasses.el and add tests
      adds  0bb9aed   * lisp/emacs-lisp/eieio.el (eieio pcase macro): Remove 
unused var `is`
      adds  5a31b1a   Prefer function-put over put for setting 
browse-url-browser-kind.
      adds  7f7a8fb   * lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix 
last-minute typo
      adds  a218c98   * lisp/emacs-lisp/pcase.el: Don't bind unused vars in 
branches
      adds  b978774   Use better icons on GTK in message-mode and isearch
      adds  f8da04d   Use the "modern" toolbars in Gnus again
      adds  c9d7253   Map "mail/compose" icon to "mail-message-new" in GTK
      adds  67bcde1   * lisp/ielm.el: Handle corner case where */**/*** are not 
yet bound
      adds  5601eb2   * lisp/emacs-lisp/syntax.el (syntax-propertize): Use 
run-hook-wrapped
      adds  68b34c6   * lisp/subr.el (dolist, dotimes, combine-change-calls): 
Cosmetic tweaks
      adds  6bcf791   * lisp/textmodes/bibtex.el: Avoid `eval`
      adds  7031158   ; Fix last change to bibtex.el
      adds  a69ef94   * lisp/emacs-lisp/pcase.el (pcase--fgrep): Look inside 
vectors
      adds  dd0b910   Fix bug #40992 whilst still allowing breakpoint 
highlights in edebug
      adds  00f0ad5   Update from gnulib
      adds  4645430   Pacify GCC 10.1.0
      adds  a2792ad   Suppress test failure on hydra.nixos.org
      adds  ee5c5da   Base timer-list-mode on tabulated-list-mode (Bug#40854)
      adds  e683701   Support sorting timer-list-mode by column (Bug#40854)
      adds  3b170f0   Revert "Inhibit modification hooks when saving 
eieio-persistent's"
      adds  45fa5e9   * lisp/emacs-lisp/syntax.el: Fix bug#41195
      adds  a87cd10   Use proper digraphs in Bahá’í month names
      adds  cf45349   Use lexical-binding in cal-julian.el and add tests
      adds  60c9a53   Use lexical-binding in dissociate.el and add tests
      adds  e420910   Use lexical-binding in animate.el and add tests
      adds  41e6682   ; Fix warning in last change
      adds  ac298ba   Use lexical-binding in t-mouse.el
      adds  9ebf519   Turn Eldoc, Xref and Project into GNU ELPA :core packages
      adds  f8a9edc   Fix some oddities, uncovered by Tramp tests
      adds  a467173   ; Fix warning after last change in cal-julian.el
       new  3bcb79f   Merge remote-tracking branch 'savannah/master' into HEAD
       new  28df049   * test/src/comp-tests.el (comp-tests-bootstrap): Fix test.


Summary of changes:
 doc/lispref/os.texi                                |   6 +-
 lib/attribute.h                                    | 203 ++++++++++++++++++---
 lib/careadlinkat.c                                 |  38 ++--
 lib/string.in.h                                    |  26 +--
 lib/warn-on-use.h                                  |  21 ++-
 lisp/calendar/cal-bahai.el                         |   4 +-
 lisp/calendar/cal-julian.el                        |  22 ++-
 lisp/emacs-lisp/edebug.el                          |  53 ++++--
 lisp/emacs-lisp/eieio-base.el                      |   3 +-
 lisp/emacs-lisp/eieio.el                           |  19 +-
 lisp/emacs-lisp/eldoc.el                           |   5 +
 lisp/emacs-lisp/pcase.el                           |  52 ++++--
 lisp/emacs-lisp/syntax.el                          |  62 ++++---
 lisp/emacs-lisp/timer-list.el                      | 132 ++++++++------
 lisp/gnus/gmm-utils.el                             |   6 +-
 lisp/gnus/message.el                               |   2 +-
 lisp/ielm.el                                       |  31 ++--
 lisp/jsonrpc.el                                    |   6 +-
 lisp/net/browse-url.el                             |  79 ++++----
 lisp/net/tramp-gvfs.el                             |   5 +-
 lisp/net/tramp.el                                  |  15 +-
 lisp/play/animate.el                               |   4 +-
 lisp/play/dissociate.el                            |   2 +-
 lisp/progmodes/flymake.el                          |   5 +-
 lisp/progmodes/glasses.el                          |  11 +-
 lisp/progmodes/project.el                          |   5 +
 lisp/progmodes/xref.el                             |   5 +
 lisp/subr.el                                       |  18 +-
 lisp/t-mouse.el                                    |   2 +-
 lisp/term/x-win.el                                 |  10 +-
 lisp/textmodes/bibtex.el                           | 110 ++++++-----
 lisp/textmodes/css-mode.el                         |  18 +-
 m4/manywarnings.m4                                 |  24 ++-
 src/dispnew.c                                      |   2 +-
 src/fns.c                                          |   2 +-
 src/intervals.c                                    |   3 +-
 src/keyboard.c                                     |   4 +-
 src/lisp.h                                         |  23 ++-
 src/xfaces.c                                       |   6 +-
 src/xmenu.c                                        |   2 +-
 test/lisp/calendar/cal-julian-tests.el             |  72 ++++++++
 test/lisp/net/tramp-tests.el                       |  15 +-
 test/lisp/play/animate-tests.el                    |  56 ++++++
 .../{version-tests.el => play/dissociate-tests.el} |  23 ++-
 test/lisp/progmodes/glasses-tests.el               | 101 ++++++++++
 test/manual/indent/css-mode.css                    |   4 +
 test/manual/indent/less-css-mode.less              |  10 +
 test/manual/indent/scss-mode.scss                  |   4 +
 test/src/comp-tests.el                             |  17 +-
 49 files changed, 972 insertions(+), 376 deletions(-)
 create mode 100644 test/lisp/calendar/cal-julian-tests.el
 create mode 100644 test/lisp/play/animate-tests.el
 copy test/lisp/{version-tests.el => play/dissociate-tests.el} (56%)
 create mode 100644 test/lisp/progmodes/glasses-tests.el



reply via email to

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