emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (293775f -> e260064)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (293775f -> e260064)
Date: Fri, 14 Aug 2015 22:56:05 +0000

eggert pushed a change to branch master.

      from  293775f   ; Fix ChangeLog entry put into wrong file
       new  244c801   Extend ‘format’ to translate curved quotes
       new  6af5aad   Prefer ‘format’ to ‘substitute-command-keys’
       new  e260064   Low-level diagnostics now use ‘text-quoting-style’


Summary of changes:
 doc/lispref/help.texi          |   12 +--
 doc/lispref/strings.texi       |   73 ++++++++++-----
 etc/NEWS                       |   25 ++++--
 lisp/calc/calc-help.el         |    2 +-
 lisp/cedet/mode-local.el       |    9 +-
 lisp/cedet/srecode/srt-mode.el |    4 +-
 lisp/cus-theme.el              |    4 +-
 lisp/descr-text.el             |   11 +--
 lisp/emacs-lisp/cl-extra.el    |   20 ++--
 lisp/emacs-lisp/cl-generic.el  |    4 +-
 lisp/emacs-lisp/derived.el     |    5 +-
 lisp/emacs-lisp/eieio-opt.el   |    4 +-
 lisp/emacs-lisp/package.el     |    7 +-
 lisp/faces.el                  |   14 +--
 lisp/help-fns.el               |   60 +++++--------
 lisp/help.el                   |    8 +-
 lisp/info.el                   |    6 +-
 src/character.h                |    5 +
 src/doc.c                      |   63 ++++++-------
 src/doprnt.c                   |   60 ++++++++----
 src/editfns.c                  |  202 +++++++++++++++++++++++-----------------
 src/lisp.h                     |   19 ++++
 src/syntax.c                   |    7 +-
 src/xdisp.c                    |    6 +-
 24 files changed, 353 insertions(+), 277 deletions(-)



reply via email to

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