emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (01d70ef -> 9a83497)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (01d70ef -> 9a83497)
Date: Thu, 26 May 2016 20:22:42 +0000 (UTC)

eggert pushed a change to branch master.

      from  01d70ef   Avoid byte-compiler warnings due to 'declare-function'
      adds  939eb75   Fix bug in default setting of 'ps-paper-type'
       new  745dd91   Merge from origin/emacs-25
      adds  9ca5dbf   Avoid shrinking windows with Gtk+ 3.20.3
       new  fa419c2   ; Merge from origin/emacs-25
      adds  06cb28f   Fix bug#23462: Crash when iconifying frame on OS X.
       new  17b8d63   Merge from origin/emacs-25
      adds  a8a2384   ; Auto-commit of loaddefs files.
       new  7ed7675   ; Merge from origin/emacs-25
      adds  2d76405   etc/AUTHORS: Update the AUTHORS file
       new  018be26   Merge from origin/emacs-25
      adds  a35826d   Bump version to 25.0.94
       new  764f048   ; Merge from origin/emacs-25
      adds  1fe1e0a   * lisp/char-fold.el: Rename from character-fold.el.
      adds  3b5e38c   Modernize ASLR advice in etc/PROBLEMS
      adds  c45d9f6   Improve documentation of 'server-name'
      adds  6e71295   * lisp/emacs-lisp/package.el 
(package--with-response-buffer):
      adds  ebc3a94   * lisp/emacs-lisp/package.el: Fix free variable warnings.
      adds  d4ae6d7   epg: Add a way to detect gpg1 executable for tests
      adds  e41a5cb   Avoid errors with Czech and Slovak input methods
      adds  dadfc30   Revert "epg: Add a way to detect gpg1 executable for 
tests"
      adds  421e3c4   * lisp/emacs-lisp/package.el (package-refresh-contents):
      adds  30989a0   Mention GTK+ problems in etc/PROBLEMS
      adds  c9f7ec7   * lisp/desktop.el: Disable restore frameset if in 
non-graphic display.
      adds  5ab0830   Provide workaround for xftfont rendering problem
      adds  869092c   Bring back xterm pasting with middle mouse
      adds  2671179   Don't print the "decomposition" line for control chars in 
what-cursor-position
      adds  18a9bc1   Do not trash symlinks to init file
      adds  920d76c   Fix reference to obsolete fn ps-eval-switch
      adds  c0139e3   Fix viper undo breakage from undo-boundary changes
      adds  df4a14b   Add automated test for viper-tests.el
      adds  c33ed39   ; * test/automated/viper-tests.el: Standardize license 
notice.
      adds  44a6aed   ; * test/automated/data-tests.el: Standardize license 
notice.
      adds  bdfbe6d   ; * admin/release-process: Copyedits.
      adds  fbfd478   Avoid aborting due to errors in arguments of 
'set-face-attribute'
      adds  503e752   ; * CONTRIBUTE: Fix a typo.
      adds  bea1b65   * admin/admin.el (add-release-logs): Also update 
etc/HISTORY.
      adds  906c810   ; * admin/release-process: Move etc/HISTORY from here... 
; * admin/make-tarball.txt: ... to here.
      adds  f3d2ded   * doc/misc/vhdl-mode.texi (Sample Init File): Rename node 
to avoid ".".
      adds  2e589c0   Fix cross-references between manuals
      adds  b995d1e   * doc/misc/eww.texi (Advanced): Fix xref.
      adds  4efb3e8   * doc/emacs/files.texi (Comparing Files): * 
doc/emacs/trouble.texi (Sending Patches): Fix external xrefs.
      adds  825ca25   Rename vc-stay-local back to vc-cvs-stay-local
      adds  897fb6f   ; 'Changes from the pre-25.1 API' copyedits
      adds  0be6725   Document problem: slow screen refresh on missing font.
      adds  3f4a9d9   * admin/authors.el (authors): First update the ChangeLog.
      adds  42275df   * doc/misc/texinfo.tex: Revert previous change 
(Bug#23611).
      adds  3c79e51   * admin/admin.el (add-release-logs): Generate ChangeLog 
if needed.
      adds  5fa80cf   * build-aux/gitlog-to-emacslog: Handle empty generated 
ChangeLog.
      adds  853b9b9   * admin/admin.el (add-release-logs): Basic check of 
existing ChangeLog.
      adds  6c12c53   Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs 
into emacs-25
      adds  a4d882c   Correct old cell name unbinding when renaming cell.
      adds  c3489d0   * lisp/w32-fns.el (set-message-beep, w32-get-locale-info) 
(w32-get-valid-locale-ids): Improve declarations.
       new  0bf5739   Merge from origin/emacs-25
       new  6ca3667   Repair damage from emacs-25 merge
       new  9a83497   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs


Summary of changes:
 CONTRIBUTE                                         |    2 +-
 admin/admin.el                                     |   23 ++-
 admin/authors.el                                   |   32 ++--
 admin/make-tarball.txt                             |   36 ++--
 admin/release-process                              |   61 ++++---
 build-aux/gitlog-to-emacslog                       |   22 ++-
 doc/emacs/files.texi                               |    2 +-
 doc/emacs/misc.texi                                |    9 +-
 doc/emacs/search.texi                              |    8 +-
 doc/emacs/trouble.texi                             |    2 +-
 doc/lispintro/emacs-lisp-intro.texi                |  189 ++------------------
 doc/misc/efaq.texi                                 |    4 +-
 doc/misc/eww.texi                                  |    2 +-
 doc/misc/sem-user.texi                             |    6 +-
 doc/misc/texinfo.tex                               |   56 +++---
 doc/misc/url.texi                                  |    4 +-
 doc/misc/vhdl-mode.texi                            |   14 +-
 doc/misc/viper.texi                                |    2 +-
 etc/AUTHORS                                        |    3 +-
 etc/NEWS                                           |    8 +-
 etc/PROBLEMS                                       |  106 ++++++++---
 lisp/{character-fold.el => char-fold.el}           |   52 +++---
 lisp/descr-text.el                                 |   13 +-
 lisp/desktop.el                                    |   13 +-
 lisp/emacs-lisp/package.el                         |   95 +++++-----
 lisp/emulation/viper-cmd.el                        |   43 ++---
 lisp/emulation/viper-init.el                       |    9 +-
 lisp/international/mule-cmds.el                    |    4 +-
 lisp/isearch.el                                    |   18 +-
 lisp/leim/quail/czech.el                           |   65 +------
 lisp/leim/quail/slovak.el                          |   52 +-----
 lisp/menu-bar.el                                   |    2 +-
 lisp/printing.el                                   |    2 +-
 lisp/replace.el                                    |   16 +-
 lisp/ses.el                                        |   20 ++-
 lisp/simple.el                                     |   23 ++-
 lisp/term/xterm.el                                 |   39 ++--
 lisp/vc/vc-cvs.el                                  |   15 +-
 lisp/vc/vc.el                                      |   14 +-
 src/nsterm.m                                       |    5 +
 src/xfaces.c                                       |    3 +-
 src/xftfont.c                                      |   24 +++
 ...{character-fold-tests.el => char-fold-tests.el} |   98 +++++-----
 test/lisp/emacs-lisp/package-tests.el              |   11 +-
 test/lisp/emulation/viper-tests.el                 |  160 +++++++++++++++++
 test/src/data-tests.el                             |   22 +--
 46 files changed, 726 insertions(+), 683 deletions(-)
 rename lisp/{character-fold.el => char-fold.el} (85%)
 rename test/lisp/{character-fold-tests.el => char-fold-tests.el} (50%)
 create mode 100644 test/lisp/emulation/viper-tests.el



reply via email to

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