emacs-diffs
[Top][All Lists]
Advanced

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

master updated (a6f156a -> 7d12c06)


From: Glenn Morris
Subject: master updated (a6f156a -> 7d12c06)
Date: Mon, 18 Oct 2021 10:57:20 -0400 (EDT)

gm pushed a change to branch master.

      from  a6f156a   *-watch-for-password-prompt: Use run-at-time to read 
password
      adds  ac6ac76   Update to Org 9.5-57-g9bc3a2
      adds  2d15db6   Fix a semantic test on some macOS machines
      adds  3592079   Improve doc strings of tab-bar commands
      adds  686a03e   More documentation fixes in tab-bar.el
      adds  ed9f554   Improve doc strings in tab-line.el
      adds  7b6fb486  Fix potential buffer overflow (bug#50767)
      adds  77dbaed   Add tab bar support to the nextstep port
      adds  a191d3c   Add new and fix existing docstrings in tab-bar.el and 
tab-line.el (bug#51247)
      adds  81e3697   * lisp/tab-bar.el: Add a new tab on [mouse-1] instead of 
[down-mouse-1]
      adds  04716ca   Add tab-bar-drag-maybe for indication of tab dragging 
(bug#50993)
      adds  ace4ce1   * lisp/tab-bar.el (tab-bar-mouse-move-tab): Don't drag 
tab to itself.
      adds  ce71446   * lisp/tab-bar.el: Improve docstrings (bug#51247)
      adds  3b13891   ; * INSTALL: Fix typo.
      adds  e74e17c   Rewrites of Elisp manual including tab-bar and tab-line 
changes
      adds  fefada4   Fix example in calc manual
      adds  c163fd9   Minor fixes for recent changes in ELisp manual
       new  7d12c06   Merge from origin/emacs-28


Summary of changes:
 INSTALL                                      |   2 +-
 doc/lispref/buffers.texi                     |  44 +-
 doc/lispref/elisp.texi                       |   2 +-
 doc/lispref/frames.texi                      |  39 +-
 doc/lispref/objects.texi                     |  21 +-
 doc/lispref/spellfile                        |  18 +
 doc/lispref/windows.texi                     | 820 +++++++++++++++------------
 doc/misc/calc.texi                           |   2 +-
 etc/ORG-NEWS                                 |   9 +
 lisp/org/oc-basic.el                         |   1 -
 lisp/org/oc-biblatex.el                      |   4 +-
 lisp/org/oc-csl.el                           |  21 +-
 lisp/org/oc.el                               |  36 +-
 lisp/org/org-version.el                      |   2 +-
 lisp/org/org.el                              |   1 +
 lisp/tab-bar.el                              | 245 +++++---
 lisp/tab-line.el                             |  96 ++--
 src/image.c                                  |  23 +-
 src/nsfns.m                                  |  63 +-
 src/nsterm.h                                 |   1 +
 src/nsterm.m                                 |  42 +-
 src/window.c                                 |  25 +-
 src/xdisp.c                                  |  12 +-
 test/lisp/cedet/semantic/bovine/gcc-tests.el |   7 +-
 24 files changed, 929 insertions(+), 607 deletions(-)



reply via email to

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