emacs-diffs
[Top][All Lists]
Advanced

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

master updated (48cc5c0604c -> fad36650697)


From: Stefan Kangas
Subject: master updated (48cc5c0604c -> fad36650697)
Date: Thu, 23 Feb 2023 00:45:06 -0500 (EST)

skangas pushed a change to branch master.

      from  48cc5c0604c Update Modus themes to version 4.1.0
      adds  1976ca1634d Make 'emacs-news-cycle-tag' work at all levels
      adds  06ba9484166 Improve text about deleting windows
      adds  68df9e5953c * lisp/emacs-lisp/comp.el 
(comp--trampoline-abs-filename): Improve 5d0b45cd67b
      adds  cf53e62a791 Add 'process-status' to process shortdoc
      adds  ef38774c02c Improve dnd-direct-save-remote-files docstring
      adds  f1c83898060 Fix build --without-xdbe
      adds  4dc1f2b9a01 ; * src/xterm.c (x_update_end): Condition on HAVE_XDBE
      adds  48c9a507713 * etc/NEWS: Mention new buffer display action alist 
entries
      adds  fb5dbf6de73 ; Fix documentation of 'icon-title-format'.
      adds  177d0cf2a9a ; * etc/NEWS: Fix typos.
      adds  ba91a76659b Avoid division by zero in get_narrowed_* functions
      adds  003759a6dca Explain effect of variable-pitch fonts on fill-column
      adds  1f4886fdb09 Do not error out on non image file (bug#61639)
      adds  d816429e2f2 * lisp/progmodes/python.el (python--import-sources): 
Fix regexp (bug#61648)
      adds  a6be0be1db6 ; Clarify "kill files" in Gnus manual
      adds  db21c84bc94 ; Improve doc string of 'C-q'
      adds  db7096a532c Yield to erc-move-to-prompt before unhiding prompt
      adds  20c654b6f8f Merge branch 'emacs-29' of 
git.sv.gnu.org:/srv/git/emacs into emacs-29
      adds  43c4dd6f962 ; * doc/emacs/anti.texi (Antinews): Adjust to latest 
changes.
      adds  a0b67252346 ; * doc/emacs/vc1-xtra.texi (Preparing Patches): 
Wording tweaks.
      adds  d411b4d1fd3 ; * etc/NEWS (C-x v !): Additional text.
      adds  6016f1982d3 ; * etc/NEWS: Fix typo again
      adds  ea7251ad6df Eglot: go back to setting eldoc-documentation-strategy 
again
      adds  711a775ba76 Eglot: simplify capability-checking code
      adds  7ad5d9babed Eglot: restore eldoc-documentation-functions on shutdown
      adds  28ed0d1840f Eglot: run eglot-managed-mode-hook after LSP didOpen
      adds  1841299a11d Eglot: implement inlay hints (bug#61412, bug#61066)
      adds  94e70ed4261 ; * lisp/emacs-lisp/eldoc.el 
(eldoc-display-in-echo-area): Fix typo.
       new  fad36650697 Merge from origin/emacs-29


Summary of changes:
 doc/emacs/anti.texi                                |  15 +-
 doc/emacs/display.texi                             |   6 +-
 doc/emacs/text.texi                                |   7 +-
 doc/emacs/vc1-xtra.texi                            |   8 +-
 doc/emacs/windows.texi                             |   4 +-
 doc/lispref/frames.texi                            |   5 +-
 doc/misc/eglot.texi                                |  17 ++
 doc/misc/gnus.texi                                 |   9 +-
 etc/NEWS.29                                        |  34 +++-
 lisp/display-fill-column-indicator.el              |   3 +
 lisp/dnd.el                                        |   4 +-
 lisp/emacs-lisp/comp.el                            |   6 +-
 lisp/emacs-lisp/eldoc.el                           |   2 +-
 lisp/emacs-lisp/shortdoc.el                        |   3 +
 lisp/erc/erc-backend.el                            |  34 ++--
 lisp/erc/erc-common.el                             |   3 -
 lisp/image/image-dired.el                          |  12 +-
 lisp/progmodes/eglot.el                            | 196 ++++++++++++++++++---
 lisp/progmodes/python.el                           |   2 +-
 lisp/simple.el                                     |  26 +--
 lisp/textmodes/emacs-news-mode.el                  |   4 +-
 src/xdisp.c                                        |  10 +-
 src/xterm.c                                        |   6 +
 test/lisp/erc/erc-tests.el                         |   4 +-
 .../emacs-news-mode-resources/cycle-tag.erts       |  89 ++++++++++
 25 files changed, 406 insertions(+), 103 deletions(-)



reply via email to

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