emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (da2c441 -> f74d811e)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (da2c441 -> f74d811e)
Date: Sat, 16 Dec 2017 15:19:29 -0500 (EST)

gm pushed a change to branch master.

      from  da2c441   Remove two unused variables in macfont.m
      adds  f5d0360   Escape column-zero doc parens
      adds  52d2a69   Add missing :version tags revealed by cusver-check
      adds  7e2f4d3   * lisp/htmlfontify.el (hfy-which-etags): Fix it.
      adds  aacd1e1   * lisp/net/newst-backend.el 
(newsticker--raw-url-list-defaults): Update.
      adds  ce31e72   Fixes for defcustoms, prompted by cus-test-opts
      adds  4cb8696   Don't misfontify "foo ()" inside C++ initialization 
parentheses as a type
      adds  e7b1111   Mention new strictness for &optional, &rest in arglists 
(Bug#29165)
      adds  3f9aac6   Don't raise an extraneous frame (bug#29696)
      adds  232c646   Fix doc-string of Fbuffer_list
      adds  f838210   Fix misfontification of C++ member initialization list 
after "throw"
      adds  aa66da2   * src/data.c (Fadd_variable_watcher): Doc fix.
      adds  e220d6e   Fix fontification of first declaration within a C++ 
lambda form.
      adds  541a601   Fix some custom groups
      adds  780407c   Small fixes prompted by make check-declare
      adds  a21dac1   Add %DUMBFW to the default GnuTLS priority strings
      adds  b178870   Remember password change for IMAP in Gnus (Bug#29692)
      adds  c2a88ec   * lisp/textmodes/tex-mode.el: Ensure uncompiled file is 
loadable.
      adds  9bf66c6   Don't run FOR_EACH_FRAME when there's no frame left 
(Bug#29961)
      adds  95606af   Fix Bug#29712 in tramp-tests.el
      adds  ffb50ea   ; * etc/NEWS: Fix last change.
      adds  a2697fa   * lisp/menu-bar.el (menu-bar-mode): Doc fix.
      adds  889f07c   Better support utf-8-with-signature and utf-8-hfs in 
XML/HTML
      adds  8ed529f   Add option to configure comint TERM
      adds  12ad276   Improve documentation of TERM environment variable
      adds  2494c14   ; * lisp/comint.el (comint-terminfo-terminal): Add a 
:version tag.
      adds  b1efbe6   Update message.el obsolete face aliases
      adds  92b2604   Modernise message.el face spec syntax
      adds  d64b88d   * src/font.c (Ffont_info): Doc fix.  (Bug#29682)
      adds  e019c35   FOR_EACH_FRAME no longer assumes frame-list
      adds  5a7d009   * lisp/vc/smerge-mode.el (smerge-refine): Replace 
obsolete alias.
      adds  ad17db7   * lisp/vc/smerge-mode.el (smerge-refine): Respect 
font-lock-mode.
      adds  777fe94   Partially revert "Mention new strictness for &optional, 
&rest..."
      adds  804b37c   Save and restore text-pixel height and width of frames 
(Bug#28442)
      adds  63b6281   Fix off-by-one error in 'css--hex-color'
      adds  a1327bb   Remove one more check that Vframe_list is non-nil
      adds  7890864   Improve documentation of 'invisible-p'
      adds  f274cbd   Avoid reordering of output in 'shr-insert-document'
      adds  ffd4771   * doc/lispref/sequences.texi (Sequence Functions): 
Improve indexing.
      adds  ac53084   Improve fix for Bug#29712
      adds  28e0261   * lisp/progmodes/cc-defs.el (c-version): Update to 5.33.1.
       new  8e46d93   Merge from origin/emacs-26
      adds  080f227   Use utf-8-hfs-unix on macOS (Bug#29712)
       new  f74d811e  ; Merge from origin/emacs-26


Summary of changes:
 doc/emacs/building.texi               |   5 ++
 doc/emacs/misc.texi                   |  10 ++++
 doc/emacs/trouble.texi                |   2 +-
 doc/lispref/display.texi              |   7 ++-
 doc/lispref/sequences.texi            |  13 ++++
 doc/misc/emacs-gnutls.texi            |   6 +-
 etc/NEWS.26                           |  23 +++++++
 lisp/calendar/icalendar.el            |   2 +-
 lisp/comint.el                        |  37 ++++++++----
 lisp/emacs-lisp/bytecomp.el           |   1 +
 lisp/epa.el                           |   1 +
 lisp/eshell/em-tramp.el               |   2 +
 lisp/eshell/em-xtra.el                |   2 +
 lisp/files.el                         |   4 +-
 lisp/frame.el                         |   4 +-
 lisp/frameset.el                      |  28 ++++++++-
 lisp/gnus/gnus-art.el                 |   5 +-
 lisp/gnus/gnus-cloud.el               |   2 +
 lisp/gnus/mail-source.el              |   3 +-
 lisp/gnus/message.el                  | 110 ++++++++++++++++------------------
 lisp/htmlfontify.el                   |   6 +-
 lisp/image-dired.el                   |   2 +
 lisp/international/mule.el            |  15 ++++-
 lisp/menu-bar.el                      |   4 +-
 lisp/net/gnutls.el                    |   6 +-
 lisp/net/mailcap.el                   |   1 +
 lisp/net/newst-backend.el             |  28 +++++----
 lisp/net/shr.el                       |  13 ++--
 lisp/progmodes/cc-defs.el             |   2 +-
 lisp/progmodes/cc-engine.el           |  42 +++++++++----
 lisp/progmodes/cc-fonts.el            |  14 ++++-
 lisp/progmodes/cc-langs.el            |  38 ++++++++++--
 lisp/progmodes/cc-vars.el             |   7 ++-
 lisp/progmodes/compile.el             |   8 +--
 lisp/progmodes/flymake.el             |   2 +
 lisp/progmodes/grep.el                |   1 +
 lisp/progmodes/js.el                  |   1 +
 lisp/progmodes/perl-mode.el           |   1 +
 lisp/progmodes/python.el              |   3 +
 lisp/progmodes/ruby-mode.el           |   2 +
 lisp/progmodes/verilog-mode.el        |   8 +--
 lisp/textmodes/css-mode.el            |   2 +-
 lisp/textmodes/less-css-mode.el       |   7 ++-
 lisp/textmodes/tex-mode.el            |   9 ++-
 lisp/textmodes/tildify.el             |   2 +-
 lisp/time.el                          |   4 +-
 lisp/vc/cvs-status.el                 |   5 --
 lisp/vc/diff-mode.el                  |   9 +--
 lisp/vc/emerge.el                     |   6 +-
 lisp/vc/smerge-mode.el                |  10 ++--
 lisp/vc/vc-hg.el                      |   2 +-
 lisp/vc/vc-hooks.el                   |   4 +-
 src/buffer.c                          |   6 +-
 src/data.c                            |   2 +-
 src/font.c                            |  10 ++--
 src/frame.c                           |   5 ++
 src/frame.h                           |   5 +-
 src/xdisp.c                           |  28 +++++----
 test/lisp/net/tramp-tests.el          |   2 +-
 test/lisp/textmodes/css-mode-tests.el |   6 ++
 60 files changed, 395 insertions(+), 200 deletions(-)



reply via email to

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