| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* test/lisp/help-fns-tests.el (help-fns-test-lisp-defun):
Fix failing test.
|
|
|
|
|
|
|
|
| |
* README:
* configure.ac:
* etc/NEWS:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version to 29.4.50.
|
|\ |
|
| |
| |
| |
| |
| | |
* etc/PROBLEMS: Document problems with SECONDARY selection on
Wayland. (Bug#71656)
|
| |
| |
| |
| |
| | |
* ChangeLog.4:
* etc/HISTORY: Update files for Emacs 29.4.
|
| |
| |
| |
| |
| | |
* doc/emacs/ack.texi (Acknowledgments): List Andrea Corallo as
co-maintainer from 29.3 onwards.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* ChangeLog.4:
* etc/AUTHORS: Update for Emacs 29.4.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* lisp/org/ol.el (org-link-expand-abbrev): Refuse expanding %(...)
link abbrevs that specify unsafe function. Instead, display a
warning, and do not expand the abbrev. Clear all the text properties
from the returned link, to avoid any potential vulnerabilities caused
by properties that may contain arbitrary Elisp.
|
|/
|
|
|
| |
* lisp/net/trampver.el (customize-package-emacs-version-alist):
Adapt Tramp version integrated in Emacs 29.4.
|
| |
|
|
|
|
|
|
| |
* lisp/auth-source.el (auth-info-password): Revert commit 59261e6f4fe.
(auth-source-secrets-create, auth-source-plstore-create):
Search also for :user. (Bug#49289)
|
|
|
|
|
| |
* lisp/auth-source.el (auth-info-password): :secret can be a
cascaded function.
|
| |
|
|
|
|
|
|
| |
* doc/lispref/searching.texi (Regexp Search): Caveat about using
'search-spaces-regexp'. (Bug#71429)
* doc/lispref/help.texi (Keys in Documentation): Fix markup.
|
| |
|
|
|
|
|
|
|
|
|
| |
Parsing a large file with treesit-parse-string and then printing the
returned node crashes Emacs, because with-temp-buffer kills the temp
buffer when treesit-parse-string returns, and print.c tries to access
the node's position in the killed buffer.
* lisp/treesit.el (treesit-parse-string): Don't use with-temp-buffer.
|
|
|
|
|
|
|
|
|
| |
* src/treesit.h (treesit_node_buffer_live_p): Declare function.
* src/print.c (print_vectorlike): Print node without position if
buffer is killed.
* src/treesit.c (treesit_node_buffer_live_p): New function.
(treesit_check_node): Add buffer liveness check.
(syms_of_treesit): New error treesit-node-buffer-killed.
|
|
|
|
|
| |
* doc/emacs/text.texi (Case): Include the commands with negative
arguments. (Bug#71220)
|
| |
|
|
|
|
|
|
|
| |
* doc/emacs/files.texi (Visiting):
* doc/lispref/processes.texi (Filter Functions, Sentinels): Fix
markup and punctuation. Reported by Andrés Ramírez
<rrandresf@hotmail.com>.
|
|
|
|
|
|
|
| |
* src/xdisp.c (init_from_display_pos): Initialize BYTEPOS
correctly, since 'init_iterator' no longer computes it from
CHARPOS as needed. This fixes a change made on Mar 13, 2013.
(Bug#71194)
|
|
|
|
|
|
|
|
| |
* doc/lispref/frames.texi (Layout Parameters): Document
limitations of support for 'no-special-glyphs' frame parameter.
(Bug#71163)
* doc/lispref/display.texi (Truncation): Update for when
'fringe-mode' is off.
|
|
|
|
|
|
|
|
|
| |
* lisp/progmodes/python.el
(python-font-lock-keywords-maximum-decoration): Allow chaining
of single assignment statements.
* test/lisp/progmodes/python-tests.el
(python-font-lock-assignment-statement-20): New test.
(Bug#71093)
|
|
|
|
|
|
|
| |
* doc/misc/calc.texi (Defining Simple Commands): Fix typo in
command names. (Bug#71166)
Copyright-paperwork-exempt: yes
|
|
|
|
|
|
|
| |
* src/w32.c (parse_root): Avoid crashes due to invalid (too short)
UNC names, such as "\\". (Bug#70914)
* test/src/fileio-tests.el (fileio-tests-invalid-UNC): New test.
|
| |
|
|
|
|
|
|
| |
* doc/emacs/files.texi (Backup Copying): Mention that
'backup-by-copying' is safer. Document 'file-precious-flag'.
(Bug#71074)
|
| |
|
|
|
|
|
|
|
| |
* doc/lispref/display.texi (Replacing Specs, Face Attributes):
Mention special considerations when a display string has a
':box' face attribute identical to the surrounding buffer text.
Suggested by JD Smith <jdtsmith@gmail.com>. (Bug#70637)
|
|
|
|
|
|
|
| |
* doc/emacs/rmail.texi (Movemail): Fix the name of the Mailutils
manual in the printed version. Add index entries. Move the
description of remote mailboxes to...
(Remote Mailboxes): ...here, to avoid duplication.
|
|
|
|
|
| |
* doc/emacs/rmail.texi (Movemail): Fix cross-reference to a node
in the Mailutils manual. (Bug#71018)
|
| |
|
|
|
|
|
| |
* doc/lispref/display.texi (Fontsets):
* src/fontset.c (Fset_fontset_font): Doc fix (bug#70993).
|
| |
|
| |
|
|
|
|
|
|
| |
* lisp/scroll-bar.el (toggle-horizontal-scroll-bar): Fix typo and
wording. (Bug#70864).
(toggle-scroll-bar): Fix wording.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(Bug#70767)
Copyright-paperwork-exempt: yes
|
|
|
|
|
| |
* doc/emacs/display.texi (Scrolling, Horizontal Scrolling):
Mention the scroll bars as alternative means of scrolling.
|
|
|
|
|
|
| |
* lisp/image/image-dired.el (image-dired-tag-thumbnail)
(image-dired-tag-thumbnail-remove): Move here from
image-dired-tags.el. (Bug#70821)
|
| |
|
|
|
|
|
| |
* doc/emacs/sending.texi (Mail Methods): More accurate description
of mail-mode's deficiencies.
|