emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (87c9d8f -> 13feb31)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (87c9d8f -> 13feb31)
Date: Sun, 19 Jun 2016 02:33:04 +0000 (UTC)

eggert pushed a change to branch master.

      from  87c9d8f   * lisp/emacs-lisp/map.el (map-contains-key): Better 
docstring
      adds  601b9b2   * doc/misc/cl.texi (Mapping over Sequences): Fix 
cl-notevery.
      adds  a3f7ae8   * lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix re "by".
      adds  4c1370a   * lisp/help-fns.el (describe-function-1): Fix handling of 
file name for aliases.  (Bug#21950)
      adds  56fa055   * src/syntax.c (syms_of_syntax) 
<comment-end-can-be-escaped>: Doc fix.
      adds  ba3f206   * lisp/progmodes/python.el (inferior-python-mode): Avoid 
tabs.  (Bug#23616)
      adds  1f85b7c   Doc fixes re alist-get.  (Bug#23548)
      adds  a813487   Fix undo boundary in recursive edit (Bug#23632)
      adds  27fe1e4   org.el: Fix bindings of < and > for calendar scrolling
      adds  d59bcbc   Handle mouse leaving initial window in `mouse-set-region' 
(Bug#23707)
      adds  66d556b   Fix eldoc-related freezes in python mode
      adds  3ca428e   add entries to authors.el
      adds  9ae514a   * etc/AUTHORS: Update the AUTHORS file
       new  68cb71c   Merge from origin/emacs-25
      adds  e18ee60   Bump version to 25.0.95
       new  8085d5f   ; Merge from origin/emacs-25
      adds  6921f4a   Fix dbus crash on 32-bit Cygwin
      adds  291fe0a   Revert "Fix viper undo breakage from undo-boundary 
changes"
      adds  12e009e   Restore initial undo boundary with viper
      adds  4b2d77d   * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix 
(bug#19704)
      adds  10802d8   ; make change-history-commit
      adds  27f440e   Add cross-reference to ELisp manual
      adds  a67a4e5   * doc/lispref/processes.texi (Process Buffers): Minor 
rewording.  (Bug#23446)
      adds  20de667   Doc fixes for grammar and typos (bug#23746)
      adds  d308aa1   Minor grammar fix (bug#23746)
      adds  e881070   * lisp/help-fns.el (describe-function-1): Avoid reporting 
advised autoloads as aliases.  (Bug#21299)
      adds  f526191   * lisp/emacs-lisp/nadvice.el (advice--make-docstring): 
Avoid mangling autoloads with unspecified arguments.  (Bug#21299)
      adds  27dec52   * src/alloc.c (ALIGN): Avoid error on DragonFly BSD.  
(Bug#23764)
      adds  d7084f2   Fix todo-mode use of minibuffer completion keymap 
(bug#23695).
      adds  5d4d8a3   Improve last todo-mode fix
      adds  2317c61   Fix last todo-mode change
       new  d908829   Merge from origin/emacs-25
      adds  d765175   Fix ifdef-vs-if typo with RANDR13_LIBRARY
       new  f016843   ; Merge from origin/emacs-25
      adds  b49cb0a   Fbackward_prefix_chars: stay within buffer bounds
      adds  2ad3d01   * doc/misc/cl.texi (Usage): Add some more details.
      adds  65c96cc   Clarify documentation of 'font-lock-maximum-decoration'
      adds  d1efbaf   Fix documentation of completion functions
       new  a985d2b   Merge from origin/emacs-25
       new  13feb31   Rename ALIGN to pointer_align


Summary of changes:
 ChangeLog.2                  | 3831 ++++++++++++++++++++++++++++++++++++++++++
 admin/authors.el             |    2 +
 doc/emacs/display.texi       |   12 +-
 doc/emacs/files.texi         |    2 +-
 doc/emacs/frames.texi        |    2 +-
 doc/emacs/misc.texi          |    2 +-
 doc/lispref/commands.texi    |    2 +-
 doc/lispref/compile.texi     |    2 +-
 doc/lispref/keymaps.texi     |    2 +-
 doc/lispref/lists.texi       |   12 +-
 doc/lispref/loading.texi     |    4 +-
 doc/lispref/markers.texi     |    8 +-
 doc/lispref/minibuf.texi     |    4 +-
 doc/lispref/modes.texi       |    4 +-
 doc/lispref/processes.texi   |   10 +-
 doc/lispref/text.texi        |    6 +-
 doc/misc/cl.texi             |    7 +-
 etc/AUTHORS                  |   15 +-
 etc/NEWS                     |    3 +-
 lisp/calendar/todo-mode.el   |    7 +-
 lisp/emacs-lisp/cl-macs.el   |    4 +-
 lisp/emacs-lisp/macroexp.el  |    2 +-
 lisp/emacs-lisp/nadvice.el   |    5 +-
 lisp/emulation/viper-cmd.el  |   47 +-
 lisp/emulation/viper-init.el |    9 +-
 lisp/help-fns.el             |    6 +-
 lisp/mouse.el                |    7 +-
 lisp/org/org.el              |    4 +-
 lisp/progmodes/python.el     |   40 +-
 lisp/simple.el               |   27 +-
 lisp/subr.el                 |   10 +-
 src/alloc.c                  |    6 +-
 src/dbusbind.c               |    4 +-
 src/floatfns.c               |    4 +-
 src/keyboard.c               |   10 +
 src/syntax.c                 |    7 +-
 src/xfaces.c                 |    4 +-
 test/lisp/simple-tests.el    |   32 +
 38 files changed, 4060 insertions(+), 105 deletions(-)



reply via email to

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