emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (52c7b77 -> d6e164a)


From: John Wiegley
Subject: [Emacs-diffs] master updated (52c7b77 -> d6e164a)
Date: Sat, 02 Apr 2016 23:56:34 +0000

johnw pushed a change to branch master.

      from  52c7b77   * lisp/erc/erc-backend.el: Use lexical-binding. Silence 
byte-compiler
      adds  9524ec5   Ignore more merges when generating ChangeLog
      adds  73d213f   Comint, term, and compile now set EMACS
      adds  7eba90c   Improve font selection by family on MS-Windows
      adds  20a1003   Preserve current buffer when popping up TTY menus
      adds  077b78c   Define make_save_ptr_ptr unconditionally
      adds  e99ff6e   * lisp/minibuffer.el (minibuffer-completion-help): Use 
fit-window-to-buffer
      adds  45577d5   Avoid GTK 3 crash with icons and masks
      adds  5ec1056   Avoid stray As next to IDLW icons
      adds  a1cd84c   Describe temporary displays in Emacs manual
      adds  7ab2a97   ; In NEWS mention new display of minibuffer completions 
window
      adds  326c64f   Fix splash screen display at startup
      adds  44782de   Fix display of Indic scripts
      adds  e70ee9d   Fix scrolling upwards with 'xwidget-webkit-browse-url'
      adds  f14d463   Minor doc string fixes in replace.el
      adds  90fb9b3   Add customization option for using UTF-8 coordinates in 
xt-mouse
      adds  422c3da   Minor copyedits of documentation for temporary displays
      adds  3a13472   Fix map-put and map-delete for alists (Bug#23105)
      adds  1e1ea22   Fix 'dired-goto-file' in Dired buffers produced by 
find-dired
      adds  fb9a62c   * src/ftfont.c (ftfont_shape_by_flt): Parenthesize as per 
GNU style.
      adds  8ee4c52   Improve documentatuon of 'truncate-partial-width-windows'
      adds  cf40f38   Ignore non-nil. non-cons values of unread-command-events
      adds  bc70fda   * lisp/xt-mouse.el (xterm-mouse-utf-8): Add :version.
      adds  e5c17f4   Fix todo-mode category movement
      adds  278c8a7   * src/xwidget.c (Fxwidget_resize): Fix inappropriate use 
of XFASTINT.
      adds  c8b868b   Don't start the 'midnight' timer twice
      adds  e65c307   * src/font.c (QCuser_spec): Add missing colon to 
:user-spec.
       new  c558890   Merge from origin/emacs-25
      adds  124c486   Remove prog-indentation-context
       new  f822480   ; Merge from origin/emacs-25
      adds  f99b512   In M-%, avoid making buffer-local binding of 
text-property-default-nonsticky
      adds  06495c9   Fix rare problems with echo-area display and multiple 
frames
      adds  9034c50   * doc/man/emacsclient.1: Document +line:column option.
      adds  7c1802f   * doc/lispref/text.texi (Columns): Remove a nonexistent 
reference.
       new  3d88977   Merge from origin/emacs-25
      adds  eabd667   Fix a cacheing bug, which led to inordinately slow 
c-beginning-of-defun.
      adds  ed19f20   Merge branch 'emacs-25' of 
/home/acm/emacs/emacs.git/emacs-25 into emacs-25
       new  d6e164a   ; Merge from origin/emacs-25


Summary of changes:
 build-aux/gitlog-to-emacslog      |    2 +-
 doc/emacs/display.texi            |    1 -
 doc/emacs/emacs.texi              |    1 +
 doc/emacs/windows.texi            |   86 ++++++++++++++++++++++---
 doc/lispref/text.texi             |    3 -
 doc/man/emacsclient.1             |   12 +++-
 etc/NEWS                          |   19 +++++-
 lisp/calendar/todo-mode.el        |   25 +++++--
 lisp/comint.el                    |    7 ++
 lisp/dired.el                     |   15 ++++-
 lisp/emacs-lisp/map.el            |   36 +++--------
 lisp/midnight.el                  |    8 ++-
 lisp/minibuffer.el                |    2 +-
 lisp/net/tramp-sh.el              |    1 +
 lisp/progmodes/compile.el         |    8 ++
 lisp/progmodes/idlw-toolbar.el    |    4 +-
 lisp/replace.el                   |   36 +++++++----
 lisp/startup.el                   |   10 ++-
 lisp/term.el                      |    7 ++
 lisp/xt-mouse.el                  |  129 ++++++++++++++++++++++++++++---------
 src/alloc.c                       |    2 -
 src/font.c                        |    2 +-
 src/frame.c                       |    2 +-
 src/ftfont.c                      |    7 ++-
 src/gtkutil.c                     |  102 ++++++++++-------------------
 src/keyboard.c                    |    8 +-
 src/term.c                        |    7 ++-
 src/w32font.c                     |    3 +-
 src/xdisp.c                       |   16 ++++-
 src/xwidget.c                     |    4 +-
 test/automated/xt-mouse-tests.el  |  110 +++++++++++++++++++++++++++++++
 test/lisp/emacs-lisp/map-tests.el |    9 ++-
 32 files changed, 496 insertions(+), 188 deletions(-)
 create mode 100644 test/automated/xt-mouse-tests.el



reply via email to

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