emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (d6ea645 -> 435da5d)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (d6ea645 -> 435da5d)
Date: Mon, 11 Apr 2016 16:10:15 +0000

eggert pushed a change to branch master.

      from  d6ea645   Fix alignement rule for CSS
      adds  c4963f9   Fix doc for Universal Time
      adds  f501116   Sync with gnulib
      adds  a05fb21   * lisp/emacs-lisp/package.el 
(package-install-selected-packages):
      adds  1e4aa42   Avoid describe-key error with lambdas
      adds  80128a7   Fix stability confusion in sort-tests
       new  ff2c764   Merge from origin/emacs-25
      adds  2d1a605   Backport HTTPS proxy fix
      adds  0d7aad1   Revert "Backport HTTPS proxy fix"
       new  7b45cc5   ; Merge from origin/emacs-25
      adds  20686f7   Add a `transient' project type
      adds  96d9e78   Fix "Beginning of buffer" error in forward-page
       new  d1e2b10   Merge from origin/emacs-25
      adds  b7d8abd   * lisp/emacs-lisp/seq.el: Load cl-lib, not cl-extra.
       new  7c9e625   ; Merge from origin/emacs-25
      adds  fb0b531   * lisp/emacs-lisp/package.el: Change from a few days ago 
needs seq.
      adds  f36df4b   Don’t recommend obsolete EMACS env var
      adds  a3f1ac2   Avoid infinite loop in 'studlify-word'
      adds  7ad1d07   Avoid signaling errors in 'M-n' at the 'C-x C-f' prompt
      adds  c93ae7a   Allow to customize names of executables used by grep.el
      adds  f6497c6   Set locale encoding to UTF-8 when run from OS X GUI.
      adds  a75b9a6   Merge branch 'emacs-25' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-25
      adds  5c28890   * lisp/subr.el (read-key): Don't let the prompt linger 
(bug#22714)
      adds  a1f221b   Comint and compile no longer set EMACS
      adds  3283271   * src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc 
strings.
      adds  9f1786e   Faces names should not end in "-face".
      adds  e87fbc0   Improve Lisp-level documentation of tooltips
      adds  97211f3   Fix clipping of xwidgets
      adds  b570769   Remove undefined behavior in OS X dumper.
      adds  668c7bc   Improve handling of non-ASCII characters in Git log 
messages
      adds  85f257c   Improve documentation of 'with-eval-after-load'
      adds  0e7bcec   Avoid crashes due to unreasonably large or small text 
scaling
      adds  9b1aab9   Port run-prolog EMACS to SWI-Prolog 7.2.3
      adds  488a72f   ; Spelling fixes
      adds  bb30fa9   Fix last change on 2016-01-02
      adds  b134c20   Sync with gnulib
       new  435da5d   Merge from origin/emacs-25


Summary of changes:
 ChangeLog.2                  |    2 +-
 doc/emacs/frames.texi        |   50 ++++++++++++---
 doc/lispref/display.texi     |   76 ++++++++++++++++++++++
 doc/lispref/elisp.texi       |    1 +
 doc/lispref/os.texi          |   14 ++---
 doc/lispref/text.texi        |    5 +-
 doc/misc/efaq.texi           |   15 +---
 doc/misc/texinfo.tex         |  146 +++++++++++++++++++++++++++++++++++++++---
 etc/NEWS                     |   21 +++++-
 etc/PROBLEMS                 |    8 +--
 lib/stddef.in.h              |    6 +-
 lib/stdint.in.h              |    9 +--
 lisp/ChangeLog.15            |    2 +-
 lisp/cedet/mode-local.el     |    4 +-
 lisp/comint.el               |    7 --
 lisp/emacs-lisp/lisp-mode.el |    6 +-
 lisp/emacs-lisp/package.el   |   27 +++++---
 lisp/face-remap.el           |   29 ++++++++-
 lisp/ffap.el                 |    4 +-
 lisp/net/tramp-sh.el         |    1 -
 lisp/play/studly.el          |    8 +-
 lisp/progmodes/compile.el    |    8 --
 lisp/progmodes/grep.el       |   48 +++++++++-----
 lisp/progmodes/project.el    |   10 ++-
 lisp/progmodes/prolog.el     |   16 ++++-
 lisp/rect.el                 |    5 +-
 lisp/subr.el                 |    7 ++-
 lisp/textmodes/page.el       |   13 ++--
 lisp/vc/vc-git.el            |   66 +++++++++++++++----
 lisp/vc/vc-hooks.el          |   18 +++---
 m4/stdint.m4                 |   29 ++++++++-
 src/ChangeLog.12             |    2 +-
 src/nsterm.m                 |    9 ++-
 src/unexmacosx.c             |   21 ++++++-
 src/xsmfns.c                 |    4 +-
 src/xwidget.c                |   34 +++++-----
 test/lisp/sort-tests.el      |    6 +-
 37 files changed, 555 insertions(+), 182 deletions(-)



reply via email to

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