~ubuntu-elisp/emacs/+git/master:emacs-29

Last commit made on 2024-04-15
Get this branch:
git clone -b emacs-29 https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
emacs-29
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

ecb80e0... by Eli Zaretskii

; Improve wording in documentation of 'not and 'null'

* doc/lispref/control.texi (Combining Conditions):
* doc/lispref/lists.texi (List-related Predicates): Clarify
wording of 'not' vs 'null'. (Bug#70392)

5971aa1... by Eli Zaretskii

* lisp/dnd.el (dnd-handle-movement): Avoid errors (bug#70311).

bbc5204... by Stefan Kangas

* doc/misc/calc.texi: Improve indexing.

f0300fb... by "Basil L. Contovounesios" <email address hidden>

; Tweak "(emacs)Bug Reference" formatting/wording.

ea62a14... by Eli Zaretskii

Fix display of vscrolled windows

* src/xdisp.c (redisplay_window): Fix condition for resetting the
window's vscroll. (Bug#70038)

4cefa3c... by Eli Zaretskii

; * doc/emacs/files.texi (Backup): Clarify "saving" (bug#70326).

db7b571... by Eli Zaretskii

; Improve documentation of 'world-clock'

* lisp/time.el (zoneinfo-style-world-list)
(legacy-style-world-list): Doc fixes.

6a0bb7b... by Peter Oliver <email address hidden>

* doc/emacs/misc.texi (emacsclient Options): Suggest forwarding sockets.

(Bug#66667)

859b422... by Yuan Fu <email address hidden>

Update go-ts-mode to support latest tree-sitter-go grammar

tree-sitter-go changed method_spec to method_elem in
https://github.com/tree-sitter/tree-sitter-go/commit/b82ab803d887002a0af11f6ce63d72884580bf33

* lisp/progmodes/go-ts-mode.el:
(go-ts-mode--method-elem-supported-p): New function.
(go-ts-mode--font-lock-settings): Conditionally use method_elem or
method_spec in the query.

407e85c... by Yuan Fu <email address hidden>

Fix c++-ts-mode defun navigation (bug#65885)

* lisp/progmodes/c-ts-mode.el (c-ts-base-mode): Add BOL and EOL marker
in the regexp.