emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (4df3615 -> 16c2f03)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (4df3615 -> 16c2f03)
Date: Sat, 23 Jun 2018 10:54:19 -0400 (EDT)

gm pushed a change to branch master.

      from  4df3615   * lisp/net/tramp-sh.el (tramp-get-ls-command-with): Fix 
typo.
      adds  e292c09   Fix #'fun handling inside `labels' (Bug#31792)
      adds  d289e7e   Fix bug of 'mouse-drag-and-drop-region' to detect edges 
of region (Bug#31905)
      adds  40e1db8   Change index of ";" to better reflect it's usage 
(Bug#31623)
      adds  3d2e3dc   Change name of `seqp' argument (Bug#26411)
      adds  d22b8d1   Adjust for scaling for mode-line popup menus (Bug#31880)
      adds  d6aa55e   Avoid segfaults in replace-buffer-contents with large 
buffers
      adds  5cb3991   Fix a typo in emacs-lisp-intro.texi
       new  b81e193   Merge from origin/emacs-26
      adds  79d43cf   Fix doc typo: missing double-quote
      adds  a37cbbc   Merge branch 'emacs-26' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-26
       new  de05ecd   ; Merge from origin/emacs-26
      adds  5abac8b   * lisp/doc-view.el: Fix typos in the commentary.  
(Bug#31937)
      adds  decdfed   Clarify wording about functions' argument lists
      adds  8182d64   Improve documentation of 'server-start' and friends
      adds  ecc29fb   Improve responsiveness while in 'replace-buffer-contents'
      adds  7caeef1   * src/editfns.c (Fformat): Make %x easier to spot in doc 
string.  (Bug#31945)
      adds  bbc9d37   Fix previous change in 
minibuffer-default-add-dired-shell-commands
       new  16c2f03   Merge from origin/emacs-26


Summary of changes:
 doc/lispintro/emacs-lisp-intro.texi |  2 +-
 doc/lispref/functions.texi          | 12 ++++++++----
 doc/lispref/objects.texi            | 18 +++++++++---------
 doc/lispref/sequences.texi          |  4 ++--
 doc/misc/cl.texi                    | 23 ++++++++++-------------
 lisp/dired-aux.el                   | 14 ++++++++------
 lisp/doc-view.el                    |  4 ++--
 lisp/emacs-lisp/cl-macs.el          | 17 ++++++++++++-----
 lisp/emacs-lisp/cl.el               |  7 +++++--
 lisp/emacs-lisp/seq.el              |  6 +++---
 lisp/mouse.el                       |  4 ++--
 lisp/server.el                      | 11 +++++++++--
 src/editfns.c                       | 35 +++++++++++++++++++++++++----------
 src/xmenu.c                         | 17 ++++++++++++++++-
 test/lisp/emacs-lisp/cl-tests.el    | 35 +++++++++++++++++++++++++++++++++++
 15 files changed, 147 insertions(+), 62 deletions(-)
 create mode 100644 test/lisp/emacs-lisp/cl-tests.el



reply via email to

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