emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (9f1c613 -> b1cf262)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (9f1c613 -> b1cf262)
Date: Wed, 20 Dec 2017 21:15:54 -0500 (EST)

gm pushed a change to branch master.

      from  9f1c613   Fix vc-region-history when narrowed
      adds  c5061d8   * etc/emacs.appdata.xml: Update file format.
      adds  89cfdbf   Don't mess up syntax-ppss cache in electric-pair 
(Bug#29710)
       new  0482fa7   Merge from origin/emacs-26
      adds  2e9eba2   Backport: Don't compare arguments that can be nil 
(Bug#28039)
       new  5bf3ab2   ; Merge from origin/emacs-26
      adds  c62ced5   Make 'mouse-drag-and-drop-region' more robust and 
customizable
      adds  c51e797   python.el doc fixes
      adds  a5b0a4e   * lisp/net/shr.el (shr-string-pixel-width): Return 
pixel-width, not position (bug#29734).
      adds  07b7fb9   * lisp/subr.el (delayed-after-hook-functions): Rename 
from ...-forms
      adds  936136e   * test/lisp/emacs-lisp/derived-tests.el: Fix copy&paste 
leftovers
      adds  21a212f   Collect GnuTLS extensions and use them to set %DUMBFW if 
supported
      adds  4122d54   Fix updating scrollbar sizes when scaling is in effect
       new  b5f1401   Merge from origin/emacs-26
      adds  964dd38   Unbreak a fileio test on non-Mac OS X systems
       new  a415a97   ; Merge from origin/emacs-26
      adds  79fb4b5   Fix some flymake aliases
      adds  7af7f5e   Fix some more aliases to user options
      adds  471b6c1   ; Replace non-ascii quote characters in doc strings etc
      adds  3a60515   * lisp/erc/erc.el (erc-shorten-server-name): Silence 
compiler warning.
      adds  da0d773   ; * lisp/erc/erc.el: Update URL.
      adds  7e9eef0   Consolidate 'widen' calls
      adds  446faf3   Replace the mention of c-indent-defun with js-indent-line
      adds  b9fbc03   Widen in indent-for-tab-command in the normal case, too
      adds  87548f5   ; Rephrase NEWS entry a bit
      adds  aca827b   Merge branch 'widen-less' into emacs-26
      adds  2f9d9ef   ; Remove the mention of "plain C code" in the docstring 
as well
      adds  c2ae057   Work around GnuTLS version issues with %DUMBFW (tiny 
change)
      adds  b3f4a3a   Special-case %DUMBFW for GnuTLS between 3.2.5 and 3.5.1
       new  b1cf262   Merge from origin/emacs-26


Summary of changes:
 admin/last-chance.el                  |  24 +--
 doc/lispref/text.texi                 |  56 +-----
 etc/NEWS.26                           |  10 +-
 etc/emacs.appdata.xml                 |  18 +-
 lisp/cus-edit.el                      |   3 +-
 lisp/elec-pair.el                     |  25 ++-
 lisp/emacs-lisp/bytecomp.el           |   2 +-
 lisp/emacs-lisp/derived.el            |   2 +-
 lisp/erc/erc.el                       |  18 +-
 lisp/gnus/message.el                  |   6 +-
 lisp/indent.el                        |  17 +-
 lisp/mouse.el                         | 337 ++++++++++++++++++++++++++++------
 lisp/net/gnutls.el                    |  58 +++---
 lisp/net/shr.el                       |   9 +-
 lisp/progmodes/flymake-proc.el        | 141 +++++++-------
 lisp/progmodes/flymake.el             |   6 +-
 lisp/progmodes/prog-mode.el           |  49 +----
 lisp/progmodes/python.el              |  85 ++++-----
 lisp/progmodes/ruby-mode.el           |   1 -
 lisp/subr.el                          |  12 +-
 lisp/textmodes/mhtml-mode.el          |   4 +-
 lisp/winner.el                        |   2 +-
 src/gnutls.c                          |  61 ++++--
 src/gtkutil.c                         |   8 +-
 test/lisp/emacs-lisp/derived-tests.el |  43 +++++
 test/lisp/mouse-tests.el              |   7 +-
 test/src/emacs-module-tests.el        |   5 +-
 test/src/eval-tests.el                |   4 +-
 test/src/fns-tests.el                 |   2 +-
 test/src/regex-tests.el               |   4 +-
 30 files changed, 632 insertions(+), 387 deletions(-)
 create mode 100644 test/lisp/emacs-lisp/derived-tests.el



reply via email to

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