1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00
Commit graph

151511 commits

Author SHA1 Message Date
Stefan Kangas
e6af4968f9 ; Update ChangeLog and AUTHORS
* ChangeLog.3:
* etc/AUTHORS: Update.
2022-08-01 18:13:13 +02:00
Eli Zaretskii
78759ddcb0 * src/lisp.h (CHECK_INTEGER): Fix the predicate. (Bug#56856) 2022-07-31 18:05:09 +03:00
Eli Zaretskii
eb11dae499 Improve documentation of column-related functions
* doc/lispref/text.texi (Primitive Indent, Columns):
* src/indent.c (Fcurrent_indentation, Fmove_to_column): Document
that column counting ignores invisible text.  (Bug#56837)
2022-07-30 19:34:38 +03:00
YAMAMOTO Mitsuharu
c95a34c960 * src/macfont.m (macfont_open): Initialize font->space_width. (Bug#56808) 2022-07-30 17:21:54 +09:00
Eli Zaretskii
31a6a37d45 Improve indexing of keymap variables
* doc/lispref/maps.texi (Standard Keymaps):
* doc/lispref/display.texi (Button Buffer Commands)
(Button Properties):
* doc/lispref/keymaps.texi (Translation Keymaps): Improve indexing
of keymaps.  (Bug#56816)
2022-07-30 09:32:48 +03:00
Alan Mackenzie
e0f54c62ec CC Mode: fontify variables/functions after line comments ending in spaces
* lisp/progmodes/cc-engine.el (c-forward-comment-minus-1): Take account of
spaces preceding a linefeed when scanning a putative line comment end.
2022-07-29 20:18:58 +00:00
Štěpán Němec
2c6a94c5b8 ; Correct the meaning of "cf." in tips.texi
Cf. e.g. https://en.wiktionary.org/wiki/cf.

* doc/lispref/tips.texi (Documentation Tips): Correct the meaning of
"cf.".
2022-07-29 09:42:21 +02:00
Stefan Kangas
68093c6db3 ; Auto-commit of loaddefs files. 2022-07-28 13:32:12 +02:00
Eli Zaretskii
ba54f7e39c ; * doc/lispref/windows.texi (Window Sizes): Another typo. (Bug#56811) 2022-07-28 12:56:44 +03:00
Eli Zaretskii
7990d0c36a ; * doc/lispref/windows.texi (Window Sizes): Fix a typo. (Bug#56811) 2022-07-28 12:29:07 +03:00
Stefan Kangas
1c8e90649e Bump Emacs version to 28.1.91
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version to 28.1.91.
2022-07-28 11:20:47 +02:00
Stefan Kangas
92e77873ad Update ChangeLog and AUTHORS for 28.1.91 pretest
* ChangeLog.3:
* etc/AUTHORS: Update.
2022-07-28 11:15:51 +02:00
Stefan Kangas
093214402b ; * admin/authors.el (authors-aliases): Update. 2022-07-28 11:07:36 +02:00
Lars Ingebrigtsen
05df70e755 Revert the `...' documentation back to actual usage
* doc/lispref/tips.texi (Documentation Tips): Document how `...'
is really used now (bug#55780).  ‘...’ is not really used in the
Emacs sources.

(cherry picked from commit 1ed9c1c7f9)
2022-07-28 10:16:09 +02:00
Eli Zaretskii
23112f89f9 ; Improve documentation of 'file-name-with-extension'
* lisp/files.el (file-name-with-extension): Doc fix.  (Bug#56809)
2022-07-28 10:45:43 +03:00
Paul Pogonyshev
4be938169d Release the desktop lock in 'kill-emacs-hook'
* lisp/desktop.el: Run 'desktop--on-kill' in 'kill-emacs-hook'.
(desktop--on-kill): New function, refactored from 'desktop-kill'.
(desktop-kill): Call 'desktop--on-kill'.  (Bug#56800)
2022-07-28 09:11:34 +03:00
Arash Esbati
4ea1f6c7f8 ; * doc/lispref/tips.texi (Documentation Tips): Fix typos. (Bug#56802) 2022-07-27 22:20:41 +03:00
Eli Zaretskii
970190b844 Avoid infloop in 'recenter'
* src/window.c (Frecenter): Avoid infinite loop in the minibuffer
under 'fido-vertical-mode'.  (Bug#56765)
2022-07-25 21:59:55 +03:00
Eli Zaretskii
a866674b2a Fix inaccuracies in "lax search" documentation
* doc/emacs/search.texi (Lax Search): Update the examples of
character folding in search.  (Bug#56747)
2022-07-25 14:49:23 +03:00
Kyle Meyer
ba70d0f77c Update to Org 9.5.4-17-g6e991f 2022-07-24 16:24:24 -04:00
Eugene Ha
f7fd7bf477 Find libgccjit.dylib on Homebrew Macos
* configure.ac: Also find libggcjit on Homebrew (bug#55173).

Copyright-paperwork-exempt: yes
(cherry picked from commit faa29fa2c9)
2022-07-24 15:48:18 +03:00
Michael Albinus
b4067394dc Set `default-directory' of Tramp archive connection buffer
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler):
Set `default-directory' of Tramp connection buffer.  (Bug#56628)
2022-07-23 19:45:24 +02:00
Eli Zaretskii
2529e82002 ; * doc/lispref/functions.texi (Declare Form): Fix typo. 2022-07-23 12:56:00 +03:00
Eli Zaretskii
54c4ceb009 Update the documentation of 'declare' forms
* doc/lispref/compile.texi (Native-Compilation Variables): Mention
the 'declare' alternative for 'native-comp-speed'.
* doc/lispref/functions.texi (Declare Form): Document 'declare'
forms that were previously undocumented.
2022-07-23 12:54:07 +03:00
Eli Zaretskii
7263631dca Fix bookmark support for Help functions in native-compilation builds
* lisp/help.el (describe-key--helper, describe-function--helper):
New helper functions.
(describe-key): Call 'describe-key--helper' instead of a
lambda-function.
* lisp/help-fns.el (describe-function): Call
'describe-function--helper' instead of a lambda-function.
(Bug#56643)
2022-07-23 11:11:47 +03:00
Miha Rihtarsic
ba7a75e052 Fix mode line mouse-1 binding when showing only column numbers
* lisp/bindings.el (mode-line-position): Fix the mouse-1 binding
when showing only column numbers (bug#56694).  Do not merge to
master.
2022-07-23 10:32:50 +03:00
Stefan Kangas
ae1ace1cf4 Adjust help-fns.el tests for recent change
* test/lisp/help-fns-tests.el (help-fns-test-lisp-defun)
(help-fns-test-lisp-defsubst): Adjust tests for recent change.
2022-07-23 00:06:38 +02:00
Robert Pluim
04bdcf4aaa * src/terminal.c (Fframe_terminal): Use active voice 2022-07-22 14:19:04 +02:00
Robert Pluim
7fa491a9e9 Improve 'terminal-live-p' docstring some more
* terminal.c (Fterminal_live_p): Improve description of arguments and
return value.
2022-07-22 14:10:10 +02:00
Robert Pluim
b9ac8c29ae Improve terminal-live-p docstring
* src/terminal.c (Fterminal_live_p): Explain what happens when the
argument is nil.
2022-07-22 10:14:45 +02:00
Robert Pluim
0b4c81a152 * lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-vector): Fix grammar 2022-07-22 10:11:21 +02:00
Stefan Kangas
8f8373170f * lisp/progmodes/cperl-mode.el: Don't mention obsolete archive. 2022-07-21 10:49:24 +02:00
Eli Zaretskii
25bc330a6d Make 'describe-function' say "byte-compiled" when appropriate
* lisp/help-fns.el (help-fns-function-description-header): Say
"byte-compiled" when describing byte-compiled functions.
2022-07-21 10:18:30 +03:00
Eli Zaretskii
2b31e667be ;Improve documentation of locale-specific string comparison
* doc/lispref/strings.texi (Text Comparison): Mention the Unicode
collation rules and buffer-local case-tables.
2022-07-21 09:54:46 +03:00
Eli Zaretskii
ea44d7ddfc ; * lisp/mail/smtpmail.el (smtpmail-via-smtp): Explain with-case-table. 2022-07-20 21:27:15 +03:00
Gerd Moellmann
f02944f5a1 Prevent GC of window referenced from EmacsScroller
* src/nsterm.m (EmacsScroller.mark, mark_nsterm): New functions.
* src/nsterm.h (EmacsScroller.mark, mark_nsterm): Declare.
* src/alloc.c (garbage_collect) [MAVE_NS]: Call mark_nsterm.
(Bug#56095)

(cherry picked from commit 5f1bd87247)
2022-07-19 16:04:13 +03:00
Stefan Kangas
cb911febc6 ; Fix typos 2022-07-19 14:13:25 +02:00
Robert Pluim
282dde887d ; Fix typo missed in previous change 2022-07-18 16:54:16 +02:00
Robert Pluim
62c47ffd5f ; * lisp/net/tramp-crypt.el: Improve commentary 2022-07-18 14:40:51 +02:00
Eli Zaretskii
cba30431ff Merge branch 'emacs-28' of git.savannah.gnu.org:/srv/git/emacs into emacs-28 2022-07-18 15:32:10 +03:00
Eli Zaretskii
8f9993bb3f ; * src/buffer.c (syms_of_buffer) <mode-line-format>: Doc fix. 2022-07-18 15:31:26 +03:00
Stefan Kangas
fec4bb89f9 ; Fix typos (Bug#56550) 2022-07-18 14:23:59 +02:00
Stefan Kangas
f5218385c0 Fix obsoletion of nntp-authinfo-file
* lisp/gnus/nntp.el (nntp-authinfo-file): Fix obsoletion.
2022-07-16 10:11:18 +02:00
Stefan Kangas
10b6919870 ; Fix typos 2022-07-16 10:07:38 +02:00
Philipp Stephani
db259d8fd3 Build Seccomp filter only if we have a 64-bit userspace (Bug#56549)
* configure.ac (SIZEOF_LONG): New variable.
* lib-src/Makefile.in (SIZEOF_LONG): New variable; added conditional.
2022-07-15 17:56:02 +02:00
Stefan Kangas
6a05715552 Update the Samaritan's contact details in M-x doctor
* lisp/play/doctor.el (doctor-death): Update the Samaritans's contact
details; anon.twwells.com is no longer valid.  Add link to Wikipedia.
2022-07-14 17:23:32 +02:00
Stefan Kangas
d19834dfda ; Fix typos 2022-07-14 12:32:48 +02:00
Eli Zaretskii
76878ce6a0 * etc/PROBLEMS: Describe problems with remote files. (Bug#56499) 2022-07-14 10:00:41 +03:00
Stefan Kangas
ae0881e52c ; Auto-commit of loaddefs files. 2022-07-13 21:07:10 +02:00
Andrea Corallo
9db6817d63 Remove uneffective test
* test/src/comp-tests.el (45603-1): Remove test.
* test/src/comp-resources/comp-test-45603.el: Delete.
2022-07-13 15:19:27 +02:00