emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (6d25de4 -> 92cf4bb)


From: Andrea Corallo
Subject: feature/native-comp updated (6d25de4 -> 92cf4bb)
Date: Wed, 6 May 2020 16:01:20 -0400 (EDT)

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

      from  6d25de4   * configure.ac: Fix var usage + better messaging.
       new  f8df332   * Add native compilation unit black list
      adds  daab2d3   Fix typos in recent attribute.h simplification
      adds  bbc34d3   Try and improve the *Help* layout for things like 
`diff-refine`.
      adds  8f6524d   Don’t assume __has_attribute in emacs-module.c
      adds  58c234a   Prefer 'strong' and 'em' to 'b' and 'i' in html-mode
      adds  c4adfba   Allow for custom URL handlers in browse-url.
      adds  d9e10a1   process-file in Tramp must return exit code (Bug#41099)
      adds  4b8e693   Consult browse-url-{default-,}handlers in drag&drop.
      adds  f9fa726   Improve doc strings of makunbound and fmakunbound
      adds  b147e6e   Merge from origin/emacs-27
      adds  f5cb5bb   Revert part of recent commit 85544f8ef5 (bug#40808)
      adds  29171c3   ; Merge from origin/emacs-27
      adds  310112f   Fix eww-follow-link on URLs with #target
      adds  4b41908   Honor search-upper-case
      adds  e292097   Merge from origin/emacs-27
      adds  9f5999b   Remove calls to non-existent functions from edebug.el.
      adds  033bdd1   ; Merge from origin/emacs-27
      adds  95fde1a   * src/editfns.c (Fformat): Small documentation fix.
      adds  f6d6ccc   Clarify message-sendmail-extra-arguments docstring
      adds  7be160d   Improve "Help Summary" section in user manual
      adds  3568c5d   Merge from origin/emacs-27
      adds  79e133d   Revert "Refix conditional step clauses in cl-loop"
      adds  caf155c   Revert "cl-loop: Add missing guard condition"
      adds  de1b33f   Revert "cl-loop: Calculate the array length just once"
      adds  1e09364   ; Mark Bug#29799 tests as failing since we reverted the 
fix
      adds  b16d553   ; Merge from origin/emacs-27
      adds  f8e6cd1   Fix docstring quoting
      adds  7651646   * doc/emacs/modes.texi (Major Modes): Fix quoting.  
(Bug#41110)
      adds  153241d   Merge from origin/emacs-27
      adds  02f5a41   Pacify buggy old GCC with a cast
       new  92cf4bb   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 doc/emacs/help.texi          |  52 +++++++++++---------
 doc/emacs/misc.texi          |  13 +++--
 doc/emacs/modes.texi         |   2 +-
 doc/lispref/frames.texi      |  10 ++--
 etc/NEWS                     |  16 ++++++
 lisp/dnd.el                  |  34 +++++++------
 lisp/emacs-lisp/comp.el      |  16 +++++-
 lisp/fileloop.el             |  33 +++++++++----
 lisp/gnus/message.el         |   4 +-
 lisp/help-fns.el             |   8 +--
 lisp/net/browse-url.el       | 114 +++++++++++++++++++++++++++++--------------
 lisp/net/eww.el              |   4 ++
 lisp/net/tramp-adb.el        |  26 +++++-----
 lisp/net/tramp-sh.el         |  23 +++++----
 lisp/textmodes/sgml-mode.el  |   6 +--
 src/bignum.h                 |   3 +-
 src/conf_post.h              |   9 ++--
 src/data.c                   |  20 ++++++--
 src/editfns.c                |   2 +-
 src/emacs-module.c           |   2 +-
 test/lisp/net/tramp-tests.el |   1 +
 21 files changed, 265 insertions(+), 133 deletions(-)



reply via email to

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