emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (92dc81f -> c6eb276)


From: Andrea Corallo
Subject: feature/native-comp updated (92dc81f -> c6eb276)
Date: Sat, 9 May 2020 10:04:00 -0400 (EDT)

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

      from  92dc81f   Merge remote-tracking branch 'savannah/master' into HEAD
       new  40f655e   * Add 'comp-deferred-compilation-black-list' customize
      adds  2c905fb   Fix browse-url (remove debugging leftover).
      adds  de71585   Revert "cl-loop: Calculate the array length just once"
      adds  ddc8020   Don't increment array index in cl-loop twice (Bug#40727)
      adds  5b5039c   ; Improve recent change to browse-url.el
      adds  263ab75   ; Fix recent byte-compiler warning in dnd.el again
      adds  b0f9cbb   Categorize browse-url functions into internal and 
external ones.
      adds  b2581ee   Allow browsing an URL explicitly with an internal or 
external browser.
      adds  958ddc9   ; Update recent function declaration in dnd.el
      adds  39b2a59   Make pcase pattern 'eieio' respect slot access related 
functions.
      adds  909591a   Allow predicates for matching in browse-url-handlers.
      adds  0d861f2   Fix reading kind argument in browse-url-with-browser-kind.
      adds  1f149cb   Prevent hanging in next-single-char-property-change
      adds  0bd6ae7   Only treat display strings as buttons if they have 
'button' property
      adds  fab2332   cc-mode: add ‘c-lineup-ternary-bodies’  (bug#41061)
      adds  ae3c510   cc-mode: extend regexp used by ‘c-or-c++-mode’
       new  c6eb276   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 doc/emacs/misc.texi                   |   3 +-
 doc/misc/cc-mode.texi                 |  20 ++++
 etc/NEWS                              |  37 ++++++-
 lisp/button.el                        |  10 +-
 lisp/dnd.el                           |   5 +-
 lisp/emacs-lisp/cl-macs.el            |  15 +--
 lisp/emacs-lisp/comp.el               |  14 ++-
 lisp/emacs-lisp/eieio.el              |  17 ++--
 lisp/net/browse-url.el                | 176 ++++++++++++++++++++++++++++++----
 lisp/net/eww.el                       |   2 +
 lisp/progmodes/cc-align.el            |  32 +++++++
 lisp/progmodes/cc-mode.el             |  21 ++--
 src/textprop.c                        |  12 ++-
 test/lisp/emacs-lisp/cl-macs-tests.el |   9 ++
 test/lisp/progmodes/cc-mode-tests.el  |  33 ++++++-
 15 files changed, 342 insertions(+), 64 deletions(-)



reply via email to

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