emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (23d463d -> 81ef756)


From: John Wiegley
Subject: [Emacs-diffs] master updated (23d463d -> 81ef756)
Date: Mon, 22 Feb 2016 20:01:49 +0000

johnw pushed a change to branch master.

      from  23d463d   lisp/calendar/appt.el (appt-delete-window): Check if 
buffer is live
      adds  7a0628d   ; * admin/make-tarball.txt: Mention cleaning.
      adds  57d0e3d   ; * lisp/help-fns.el: Remove outdated comment.
      adds  b1a3ebe   Fix display of <pre> elements
      adds  2d40f7d   Fix soffice UserInstallation-URL for Windows
      adds  5f91cf9   Avoid loading cl-lib for term/xterm.elc, eg in -Q -nw.  
(Bug#22669)
      adds  b96baa8   * lisp/calc/calc-units.el 
(math-build-units-table-buffer): Use special-mode.
      adds  106b5bb   Add Stefan-Boltzmann constant to calc units table.
      adds  78ab6f1   Follow convention for greek letter constants.
      adds  132dbf0   * lisp/time-stamp.el (time-stamp-time-zone): Fix doc 
string punct.
      adds  15a9464   Fix x-load-color-file pointer signedness
      adds  e80c2a7   Make GnuPG version check robuster
      adds  14aec91   Take advantage of new GnuPG version check function
      adds  2abcb06   Correct c-parse-state cache manipulation error.
      adds  289d5c6   Fix decoding DOS EOL in a unibyte buffer
      adds  3722a69   Fix bugs in window resizing code
      adds  fa8fd65   ; Improve character-folding entries in NEWS
      adds  5e0bb40   * lisp/calc/calc-units.el (math-standard-units): Update 
to 2014 CODATA adjustment.
      adds  d675db9   Make eww message toggling message clearer
      adds  c9bccf7   Report critical battery errors
      adds  2a75f64   New filenotify test for bug#22736
      adds  24c1c1d   Use pop-to-buffer-same-window in woman.el
      adds  896f993   Allow customising the article mode cursor behavior
      adds  1e996cf   Fix "[:upper:]" for non-ASCII characters
      adds  1cb1268   Fix todo-mode item date editing bugs
      adds  5d17ae7   Improve file-notify-test08-watched-file-in-watched-dir
      adds  6de26a7   Report also result in `file-notify--test-event-handler'
      adds  c5f72aa   Update NextStep readme and add wish list.
      adds  ea0b604   Fix memory reservation on MS-Windows
      adds  74ec92d   Prefer customized value for GnuPG executable
      adds  d0f3b18   Naming fix for consistency
      adds  7261355   Grammar fix in doc string
      adds  5baa001   Fix Bug#22736
      adds  27d3430   Mention pinentry.el in epa manual
      adds  2d8b2fd   Restore point when writing semantic table to disk
      adds  aa5a794   Remove `semanticdb-save-all-db-idle' from `auto-save-hook'
      adds  db51224   Sync with gnulib
      adds  5f89658   Mention how to enable pinentry feature
      adds  e34fbde   Change the default socket location for pinentry
      adds  5698947   Keep the xref buffer visible until the user quits it 
explicitly
      adds  e19c1c3   Kill off xref--display-history
      adds  5e34c36   Revert "Change the default socket location for pinentry"
      adds  2667b3e   Clarify GnuPG version compatibility chapter
      adds  2975784   Set file modes of pinentry socket for extra safety
      adds  8c22ac9   ; Spelling fix
      adds  6bd9d69   Fix documentation of 'global-disable-point-adjustment'
      adds  a9c48d5   Additional fixes for file notification
       new  81ef756   Merge from origin/emacs-25


Summary of changes:
 admin/make-tarball.txt         |    9 ++-
 doc/misc/epa.texi              |   76 +++++++++----
 doc/misc/gnus.texi             |    4 +
 doc/misc/texinfo.tex           |  137 +++++++++++++++++-----
 etc/NEWS                       |   20 +++-
 lib/stdalign.in.h              |    4 +-
 lisp/battery.el                |    6 +-
 lisp/calc/calc-units.el        |   85 ++++++++-------
 lisp/calendar/todo-mode.el     |   20 ++--
 lisp/cedet/semantic/db-file.el |   32 +++---
 lisp/cedet/semantic/db-mode.el |    1 -
 lisp/custom.el                 |    2 +-
 lisp/doc-view.el               |    5 +
 lisp/emacs-lisp/cl-generic.el  |    4 +
 lisp/emacs-lisp/package.el     |   15 ++-
 lisp/epg-config.el             |   82 +++++++++++++-
 lisp/epg.el                    |   10 +-
 lisp/filenotify.el             |   63 +++++------
 lisp/gnus/gnus-art.el          |    9 ++-
 lisp/help-fns.el               |    1 -
 lisp/net/eww.el                |   13 ++-
 lisp/net/pinentry.el           |   28 +++--
 lisp/progmodes/cc-engine.el    |    6 +-
 lisp/progmodes/xref.el         |  113 +++++++++----------
 lisp/time-stamp.el             |    2 +-
 lisp/window.el                 |   26 ++--
 lisp/woman.el                  |    6 +-
 nextstep/README                |  102 ++++++++++++++++-
 nextstep/WISHLIST              |  247 ++++++++++++++++++++++++++++++++++++++++
 src/coding.c                   |    6 +-
 src/keyboard.c                 |   12 +-
 src/regex.c                    |   14 ++-
 src/w32heap.c                  |    6 +-
 src/xfaces.c                   |    2 +-
 test/lisp/filenotify-tests.el  |  232 ++++++++++++++++++++++++++++---------
 35 files changed, 1044 insertions(+), 356 deletions(-)
 create mode 100644 nextstep/WISHLIST



reply via email to

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