emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (c11c990 -> 4b2c9f6)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (c11c990 -> 4b2c9f6)
Date: Tue, 14 May 2019 20:18:28 -0400 (EDT)

gm pushed a change to branch master.

      from  c11c990   * lisp/progmodes/project.el 
(project-read-file-name-function): Fix type.
      adds  916510b   * etc/package-keyring.gpg: Add the 2019 key (backport)
       new  0f63e17   ; Merge from origin/emacs-26
      adds  e7ab351   Fix positioning client buffer as instructed by emacsclient
      adds  ca14dd1   Fix nxml-get-inside (Bug#32003)
      adds  e4cde42   Disable extra display of 
 in nxml-mode (Bug#32897)
      adds  7dab3ee   Recognize single quote attribute values in nxml and sgml 
(Bug#35381)
      adds  0397b7c   ; Fix smtpmail-stream-type docstring
      adds  32d1813   Fix description of (move-to-column <n> t) when column <n> 
is inside a tab
      adds  b1235f9   Improve documentation of Hexl mode
      adds  02bee78   Let dir locals for more specific modes override those 
from less
       new  5fe9375   Merge from origin/emacs-26
      adds  202ff53   Handle GNUTLS_E_AGAIN in emacs_gnutls_read (Bug#34341)
      adds  cf54577   Backport: fix broken build on m68k
       new  4b2c9f6   ; Merge from origin/emacs-26


Summary of changes:
 doc/emacs/custom.texi                  | 22 +++++++++
 doc/emacs/misc.texi                    | 15 +++++--
 doc/lispref/text.texi                  |  8 ++--
 lisp/files.el                          | 47 +++++++++++++++++++
 lisp/mail/smtpmail.el                  |  6 +--
 lisp/nxml/nxml-mode.el                 |  4 +-
 lisp/nxml/nxml-rap.el                  | 42 +++++++++--------
 lisp/server.el                         |  9 +++-
 lisp/textmodes/sgml-mode.el            | 47 +++++++------------
 src/indent.c                           |  7 +--
 test/lisp/nxml/nxml-mode-tests.el      | 82 ++++++++++++++++++++++++++++++++++
 test/lisp/textmodes/sgml-mode-tests.el |  1 -
 12 files changed, 223 insertions(+), 67 deletions(-)
 create mode 100644 test/lisp/nxml/nxml-mode-tests.el



reply via email to

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