emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (92ca51c -> 735680f)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (92ca51c -> 735680f)
Date: Tue, 12 Dec 2017 22:44:10 -0500 (EST)

gm pushed a change to branch master.

      from  92ca51c   * lisp/subr.el (backtrace--print-frame): Use cl-prin1
      adds  161b0e5   * lisp/bookmark.el (bookmark-alist): Doc fix.  (Bug#29551)
      adds  14f0230   Improve documentation of Dired
      adds  90e2080   Improve documentation of 'save-abbrevs'.
      adds  1056b3c   Fix calculation of continuation_pixel_width in display 
engine
      adds  cda219c   Improve interactive debugging commands in xdisp.c
      adds  e1cc203   Handle hash tables and vectors when reading/writing EIEIO 
objects
      adds  122e726   Fix tool-tip display when display margins are non-zero by 
default
      adds  cefca2b   Add /etc/ssl/cert.pem to gnutls-trustfiles for macOS
      adds  c73d2cd   * lisp/files-x.el 
(connection-local-set-profile-variables): Fix docstring.
      adds  ad491c8   Avoid crashes in 'font-at' after 'set-fontset-font'
      adds  a829cb8   Remove sentence from child frames section in Elisp manual
      adds  d231587   Fix fontset documentation inconsistencies for bug#29630
      adds  87baf12   Fix 'fontset-name-p'
      adds  5bcd468   Make quail-input-method work when inhibit-read-only is 
non-nil (bug#29504)
      adds  6a6e8e6   Make tramp-interrupt-process more robust
      adds  a36a090   * lisp/progmodes/verilog-mode.el (verilog-mode): Fix typo 
(Bug#24410).
      adds  51911da   Suppress warnings during elisp completion macroexpansion
      adds  cd53b63   Fix dired-do-compress when tar doesn't default to stdin 
(Bug#29094)
      adds  b0369d0   Import the latest IVD_Sequences.txt
       new  0beba8d   Merge from origin/emacs-26
      adds  45099bb   Remove ObjC blocks (Bug#23753)
       new  735680f   ; Merge from origin/emacs-26


Summary of changes:
 admin/unidata/IVD_Sequences.txt |  721 +++++++++++++++-
 doc/emacs/abbrevs.texi          |    3 +-
 doc/emacs/dired.texi            |    5 +-
 doc/lispref/display.texi        |   11 +-
 doc/lispref/frames.texi         |    3 +-
 lisp/bookmark.el                |    6 +-
 lisp/dired-aux.el               |   12 +-
 lisp/emacs-lisp/eieio-base.el   |   20 +
 lisp/emacs-lisp/eieio.el        |   19 +
 lisp/faces.el                   |    9 +-
 lisp/files-x.el                 |    2 +-
 lisp/international/fontset.el   |   12 +-
 lisp/international/quail.el     |    4 +-
 lisp/net/gnutls.el              |    1 +
 lisp/net/tramp.el               |   12 +-
 lisp/progmodes/elisp-mode.el    |    4 +-
 lisp/progmodes/verilog-mode.el  |    4 +-
 src/buffer.h                    |   10 +
 src/fontset.c                   |    4 +
 src/macuvs.h                    | 1763 ++++++++++++++++++++-------------------
 src/w32fns.c                    |    8 +-
 src/window.h                    |    3 +-
 src/xdisp.c                     |   46 +-
 src/xfns.c                      |    8 +-
 24 files changed, 1755 insertions(+), 935 deletions(-)



reply via email to

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