aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ; Fix broken links to gmane.orgStefan Kangas2023-10-2416-37/+32
|
* Change news.gmane.org to news.gmane.ioStefan Kangas2023-10-246-14/+16
| | | | | | | | | | | | | | | * admin/notes/emba: * doc/misc/gnus.texi (Group Parameters) (Non-ASCII Group Names, Filling In Threads) (Selection Groups, Spam Package Configuration Examples) (Terminology): * lisp/gnus/gnus-group.el (gnus-useful-groups): * lisp/gnus/gnus-sum.el (gnus-fetch-old-headers): * lisp/gnus/spam-report.el (spam-report-gmane-use-article-number) (spam-report-gmane-internal): * test/lisp/gnus/gnus-group-tests.el (gnus-short-group-name): Change news.gmane.org to news.gmane.io. Ref: https://news.gmane.io/
* Fix minor defcustom issues in Gnus (Bug#66715)Mauro Aranda2023-10-235-13/+19
| | | | | | | | | | | | | | | * lisp/gnus/gnus-art.el (gnus-button-prefer-mid-or-mail): Allow function and add :tag to const values. * lisp/gnus/gnus-bookmark.el (gnus-bookmark-bookmark-inline-details): Fix docstring. * lisp/gnus/gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Allow a single regexp as value. * lisp/gnus/message.el (message-indent-citation-function): Allow a single function as value. (message-mail-alias-type): Allow for a list of options as value. (message-dont-reply-to-names): Allow a function as value. * lisp/gnus/spam-report.el (spam-report-url-ping-function): Fix default value for the function widget.
* ; * doc/misc/gnus.texi: Fix unmatched quote in gnus doc. (Bug#66710)Lin Sun2023-10-231-1/+1
|
* Minor connection-local variables fixesMichael Albinus2023-10-232-1/+6
| | | | | | | * doc/emacs/custom.texi (Connection Variables): Warn about specifying the same variable twice. * lisp/files-x.el (connection-local-get-profiles): Normalize criteria.
* Make Dired honor `insert-directory-program´ with globsStefan Kangas2023-10-231-1/+3
| | | | | | | | | Starting with commit 6f6639d6ed6c6314b2643f6c22498fc2e23d34c7 (Bug#27631), Dired stopped respecting the value of 'insert-directory-program' when using directory wildcards/globs. * lisp/dired.el (dired-insert-directory): Honor the value of 'insert-directory-program' when using directory wildcards.
* Fix typo in url-privacy-level :typeMorgan J. Smith2023-10-221-1/+1
| | | | | * lisp/url/url-vars.el (url-privacy-level): Fix typo in :type. (Bug#66613)
* * lisp/vc/log-view.el (log-view-mode-menu): Quote derived modes (bug#66686).Juri Linkov2023-10-221-6/+6
|
* * lisp/tab-bar.el: Fix the close button with auto-width (bug#66678).Petteri Hintsanen2023-10-221-1/+3
| | | | | | (tab-bar-auto-width): Take into account the length of tab-bar-close-button more than one character: " x". Don't merge to master.
* Fix State button for customize-icon (Bug#66635)Mauro Aranda2023-10-222-15/+62
| | | | | | | | | | | | | | | * lisp/cus-edit.el (custom-icon-action): New function. (custom-icon): Use it as the :action. Otherwise, clicking the State button is a noop. Remove irrelevant stuff from the docstring and comment out some copy-pasta. (custom-icon-extended-menu): New variable, the menu to show upon :action. (custom-icon-set): Really redraw the widget with the new settings. Comment out strange call to custom-variable-backup-value. (custom-icon-save): New function. * lisp/emacs-lisp/icons.el (icons--merge-spec): Fix call to plist-get and avoid infloop.
* ; Another Texinfo fixEli Zaretskii2023-10-221-0/+1
| | | | | * doc/lispintro/emacs-lisp-intro.texi (Counting function definitions): Fix Texinfo 7.1 warning.
* ; Fix Texinfo warningsEli Zaretskii2023-10-225-78/+151
| | | | | | | | * doc/misc/wisent.texi (Grammar format): * doc/misc/efaq.texi (Not writing files to the current directory): * doc/misc/ede.texi: * doc/lispref/errors.texi (Standard Errors): Fix warnings emitted by makeinfo 7.1.
* Fix the use of adaptive-fill-regexp in treesit indent presetYuan Fu2023-10-211-3/+5
| | | | | | | | * lisp/treesit.el (treesit-simple-indent-presets): adaptive-fill-regexp don't have a capture group (the group in the default value is supposed to be a non-capture group), so don't use the group. Also, in the second diff hunk, replace looking-at with looking-at-p so it doesn't override match data that we use later.
* Fix treesit-install-language-grammar (bug#66673)nverno2023-10-211-1/+1
| | | | | * lisp/treesit.el (treesit-install-language-grammar): Take out the language symbol when storing the recipe.
* Fix treesit-explore-mode (bug#66431)Yuan Fu2023-10-211-1/+1
| | | | | | | * lisp/treesit.el (treesit-explore-mode): Reset treesit--explorer-last-node before calling treesit--explorer-refresh, so that in the rare case described in the bug report, the explorer buffer don't show the outdated node.
* tsx-ts-mode--font-lock-compatibility-bb1f97b: Re-fix the previous fixDmitry Gutov2023-10-211-1/+1
| | | | | | * lisp/progmodes/typescript-ts-mode.el (tsx-ts-mode--font-lock-compatibility-bb1f97b): Make sure the tested query is actually valid in the new grammar (bug#66646).
* ; Fix argument name for function `copy-file'Jens Schmidt2023-10-201-1/+1
| | | | | | | * doc/lispref/files.texi (Changing Files): Change name of last argument of function `copy-file' from `preserve-extended-attributes' to `preserve-permissions', as used in the function's description, its doc string and the description below in the manual.
* Update Tramp version (don't merge with master)Michael Albinus2023-10-192-5/+5
| | | | | | | * doc/misc/trampver.texi: * lisp/net/trampver.el: Change version to "2.6.2.29.2". (customize-package-emacs-version-alist): Adapt Tramp version integrated in Emacs 29.2.
* ; * lisp/ldefs-boot.el: Regenerated for Emacs 29.1.90.emacs-29.1.90Eli Zaretskii2023-10-191-23/+68
|
* Bump Emacs versionEli Zaretskii2023-10-194-4/+4
| | | | | | | * README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version to 29.1.90.
* ; Update ChangeLog.4 and etc/AUTHORS.Eli Zaretskii2023-10-192-59/+2052
|
* Correctly register focus events concomitant with alpha changesPo Lu2023-10-171-2/+12
| | | | | | | | | * src/xterm.c (x_frame_highlight, x_frame_unhighlight): Skip changing the frame alpha when the frame is not eligible for focus state-specific alpha values; otherwise, the alpha might be reset by the time a alpha change wrought by a focus change arrives, impeding handle_one_xevent from subsequently restoring the initial value. (bug#66398)
* * doc/man/emacsclient.1: Add missing options.Michael Albinus2023-10-161-3/+27
|
* Fix test in files-testsMichael Albinus2023-10-151-1/+2
| | | | | * test/lisp/files-tests.el (files-tests-file-name-non-special-expand-file-name-tilde): Fix test.
* ; * doc/emacs/search.texi (Regexp Backslash): Improve indexing.Eli Zaretskii2023-10-151-0/+2
|
* Add missing :version to two defcustomsStefan Kangas2023-10-141-2/+4
| | | | | * lisp/emacs-lisp/eldoc.el (eldoc-print-after-edit) (eldoc-echo-area-prefer-doc-buffer): Add missing custom :version.
* Fix a defcustom :type in eldoc.elMauro Aranda2023-10-141-1/+3
| | | | | * lisp/emacs-lisp/eldoc.el (eldoc-echo-area-prefer-doc-buffer): Make :type a choice, to allow for the value 'maybe'. (Bug##66539)
* Document 'M-x align' in the Emacs manualEshel Yaron2023-10-142-0/+235
| | | | | * doc/emacs/indent.texi (Alignment): New section. * doc/emacs/emacs.texi: Update menu. (Bug#66303)
* ; * lisp/calendar/time-date.el (days-to-time): Doc fix.Eli Zaretskii2023-10-141-1/+1
|
* Document that time-to-days and days-to-time use different epochsBob Rogers2023-10-142-2/+13
| | | | | | * doc/lispref/os.texi (Time Calculations): * lisp/calendar/time-date.el (days-to-time, time-to-days): Doc fixes. (Bug#66502)
* * lisp/files.el (file-name-non-special): Handle quoted tilde.Michael Albinus2023-10-142-2/+26
| | | | | | | | (Bug#65685) * test/lisp/files-tests.el (files-tests-file-name-non-special-expand-file-name-tilde): New test.
* Handle quoted tilde in TrampMichael Albinus2023-10-136-1/+27
| | | | | | | | | | | | * lisp/net/tramp.el (tramp-handle-expand-file-name): * lisp/net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): * lisp/net/tramp-sh.el (tramp-sh-handle-expand-file-name): * lisp/net/tramp-smb.el (tramp-smb-handle-expand-file-name): * lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-expand-file-name): Handle quoted tilde. (Bug#65685) * test/lisp/net/tramp-tests.el (tramp-test05-expand-file-name-tilde): New test.
* ; Set maintainer for elint.el to emacs-develStefan Kangas2023-10-121-4/+5
| | | | * lisp/emacs-lisp/elint.el: Set maintainer to emacs-devel.
* Update to Org 9.6.10Kyle Meyer2023-10-095-6/+8
|
* Don't call font-lock-mode in treesit-major-mode-setup (bug#66223)Yuan Fu2023-10-081-1/+0
| | | | | | * lisp/treesit.el (treesit-major-mode-setup): Remove. (cherry picked from commit a3a840c80a217db7d4d125c667ff7d4946507fbb)
* Fix treesit-query-validate for string input (bug#66400)nverno2023-10-081-1/+3
| | | | | * lisp/treesit.el (treesit-query-validate): Don't expand if QUERY is string.
* ; Improve documentation of VC commandsEli Zaretskii2023-10-082-137/+199
| | | | | | | | | * doc/emacs/maintaining.texi (Basic VC Editing) (VC With A Merging VCS, VC With A Locking VCS, Advanced C-x v v) (Registering, Pulling / Pushing, Merging): Improve wording, accuracy, and indexing. * lisp/vc/vc.el (vc-next-action): Doc fix.
* Recommend `M-x man` in woman.el docsStefan Kangas2023-10-071-1/+9
| | | | | | * lisp/woman.el (Commentary, woman): Recommend using 'M-x man' where available. The added sentence is copied from the emacs manual. Ref: https://lists.gnu.org/r/emacs-devel/2023-10/msg00090.html
* ; * doc/lispref/processes.texi (Process Buffers): More accurate wording.Eli Zaretskii2023-10-071-2/+4
|
* Fix updating process-mark position in 'set-process-buffer'Eli Zaretskii2023-10-071-1/+2
| | | | | | * src/process.c (update_process_mark): Update marker position only if P's process-mark is not already associated with P's buffer. (Bug#66313)
* ; * lisp/treesit.el (treesit-language-at-point-function): Fix doc.Yuan Fu2023-10-071-1/+8
| | | | | (cherry picked from commit 07ede5e92a58ac3739a0e5b0c9025bee2f75c5ba) (Bug#66183)
* Fix a defcustom :typeMauro Aranda2023-10-071-1/+2
| | | | | * lisp/cedet/srecode/map.el (srecode-map-save-file): Expand :type to allow nil. (Bug#66377)
* Fix 'ido--ffap-find-file'Eli Zaretskii2023-10-071-2/+2
| | | | | | * lisp/ido.el (ido--ffap-find-file): Make the signature consistent with that of 'find-file', and pass the optional second argument to 'find-file'. (Bug#66382)
* Fix setting the pipe capacity for subprocessesEli Zaretskii2023-10-061-2/+8
| | | | | | * src/process.c (create_process) [F_SETPIPE_SZ]: Set the pipe capacity only if the required read-process-max is larger than the default capacity of the pipe. (Bug#66288)
* Handle LANG on macOS differently (bug#65908)Gerd Möllmann2023-10-051-18/+21
| | | | | | * src/nsterm.m (ns_init_locale): If LANG is set, try to use that, otherwise try to deduce what LANG should be. Check is the result is valid, and use LANG="en_US.UTF-8" if not.
* Silence macro expansion during completion at pointJens Schmidt2023-10-051-2/+7
| | | | | | | | | | To keep risk in the current release branch low, do not avoid compiler macros as suggested by Stefan in the bug, but rather suppress all errors. * lisp/progmodes/elisp-mode.el (elisp--local-variables): Silence messages. Suppress all errors during macro expansion. (Bug#58148) Do not merge to master.
* Fix a defcustom :typeMauro Aranda2023-10-051-1/+2
| | | | | * lisp/cedet/ede/base.el (ede-project-placeholder-cache-file): Expand :type to allow nil. (Bug#66361)
* Fix pulse-flag :typeMauro Aranda2023-10-041-1/+3
| | | | | * lisp/cedet/pulse.el (pulse-flag): Expand :type to allow 'never as value. (Bug#66341)
* Fix defcustoms in timeclock.elMauro Aranda2023-10-031-4/+6
| | | | | * lisp/calendar/timeclock.el (timeclock-get-project-function) (timeclock-get-reason-function): Fix :type to allow nil. (Bug#66320)
* ; * lisp/image-mode.el (image-mode-to-text, image-mode-as-hex): Doc fixes.Eli Zaretskii2023-10-021-10/+8
|