emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (728d259 -> f069ea4)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (728d259 -> f069ea4)
Date: Wed, 29 Nov 2017 20:13:57 -0500 (EST)

gm pushed a change to branch master.

      from  728d259   * lisp/gnus/message.el: Use pcase and cl-lib
      adds  16358d4   Improve documentation of "constant" symbols
      adds  0ded1b4   Fix Edebug's handling of dotted specs (bug#6415)
      adds  700f74e   Fix Edebug specs for if-let* and and-let* (Bug#29236)
      adds  ac64fdb   Harden exec_byte_code against redefining 'error'
      adds  06d05fe   Fix Bug#29163
      adds  0a85d12   Fix ELisp "Warning Tips"
      adds  02d114d   * lisp/tree-widget.el (tree-widget-end-guide): Escape it. 
 (Bug#27797)
       new  7aedb61   Merge from origin/emacs-26
      adds  37f3a6b   * src/lread.c (syms_of_lread): Fix thinko in commit 
b1573a97e17b5
       new  fefd7f2   ; Merge from origin/emacs-26
      adds  1c8bd8a   A few small doc fixes for bytecomp.el
      adds  f2e6961   ; * lisp/emacs-lisp/bytecomp.el (byte-compile-dest-file): 
Fix typo in previous.
       new  328a275   Merge from origin/emacs-26
      adds  340f74d   * src/w32heap.c (DUMPED_HEAP_SIZE) [_WIN64]: Bump to 22 
MiB.
       new  03e1012   ; Merge from origin/emacs-26
      adds  22ff46e   ; Fix some comment typos
      adds  f2441ab   ; Fix some tiny doc and comment typos
      adds  0540df1   Update documentation of '.dir-locals-2.el'
      adds  6067f0c   Shell-quote wildcards when invoking 'vc-git-grep'
      adds  99d07e8   Remove some bogus definition-prefixes from loaddefs
      adds  d670a15   * doc/misc/url.texi (http/https): Fix typo
      adds  3dd25ae   Some minor Tramp corrections
      adds  9964db4   Restore obsolete method of changing byte-compile-dest-file
      adds  408862f   ; * lisp/emacs-lisp/bytecomp.el: Tweak message formatting 
in previous.
       new  f069ea4   Merge from origin/emacs-26


Summary of changes:
 doc/lispref/errors.texi                            |   7 +-
 doc/lispref/tips.texi                              |  14 ++-
 doc/lispref/variables.texi                         |  20 +++-
 doc/misc/url.texi                                  |   2 +-
 etc/NEWS.26                                        |   2 +-
 lisp/emacs-lisp/autoload.el                        |   1 +
 lisp/emacs-lisp/bytecomp.el                        |  22 +++-
 lisp/emacs-lisp/cl-macs.el                         |   2 +-
 lisp/emacs-lisp/edebug.el                          |  67 +++++++-----
 lisp/emacs-lisp/subr-x.el                          |   8 +-
 lisp/files.el                                      |  18 ++--
 lisp/gnus/gnus-cus.el                              |   4 +-
 lisp/gnus/message.el                               |   4 +-
 lisp/gnus/mm-decode.el                             |   2 +-
 lisp/gnus/smime.el                                 |   2 +-
 lisp/htmlfontify.el                                |   2 +-
 lisp/net/mailcap.el                                |   2 +-
 lisp/net/tramp-adb.el                              |   2 +-
 lisp/net/tramp-gvfs.el                             |   2 +-
 lisp/net/tramp-smb.el                              |   2 +-
 lisp/net/tramp.el                                  |  25 +++--
 lisp/progmodes/ebnf2ps.el                          |   2 +-
 lisp/progmodes/flymake.el                          |   2 +-
 lisp/tree-widget.el                                |   2 +-
 lisp/vc/vc-git.el                                  |   4 +-
 src/buffer.c                                       |   2 +
 src/bytecode.c                                     |   6 +-
 src/data.c                                         |   6 +-
 src/font.c                                         |   9 +-
 .../edebug-resources/edebug-test-code.el           |   4 +
 test/lisp/emacs-lisp/edebug-tests.el               |  14 +++
 test/lisp/emacs-lisp/subr-x-tests.el               |   2 +-
 test/lisp/net/tramp-tests.el                       | 120 +++++++++++++--------
 33 files changed, 249 insertions(+), 134 deletions(-)



reply via email to

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