summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ; Update ChangeLog and AUTHORSemacs-28.1.91Stefan Kangas2022-08-012-2/+51
| | | | | * ChangeLog.3: * etc/AUTHORS: Update.
* * src/lisp.h (CHECK_INTEGER): Fix the predicate. (Bug#56856)Eli Zaretskii2022-07-311-1/+1
|
* Improve documentation of column-related functionsEli Zaretskii2022-07-302-2/+14
| | | | | | * doc/lispref/text.texi (Primitive Indent, Columns): * src/indent.c (Fcurrent_indentation, Fmove_to_column): Document that column counting ignores invisible text. (Bug#56837)
* * src/macfont.m (macfont_open): Initialize font->space_width. (Bug#56808)YAMAMOTO Mitsuharu2022-07-301-0/+3
|
* Improve indexing of keymap variablesEli Zaretskii2022-07-303-0/+7
| | | | | | | | * 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)
* CC Mode: fontify variables/functions after line comments ending in spacesAlan Mackenzie2022-07-291-3/+7
| | | | | * lisp/progmodes/cc-engine.el (c-forward-comment-minus-1): Take account of spaces preceding a linefeed when scanning a putative line comment end.
* ; Correct the meaning of "cf." in tips.texiŠtěpán Němec2022-07-291-1/+1
| | | | | | | Cf. e.g. https://en.wiktionary.org/wiki/cf. * doc/lispref/tips.texi (Documentation Tips): Correct the meaning of "cf.".
* ; Auto-commit of loaddefs files.Stefan Kangas2022-07-281-1/+1
|
* ; * doc/lispref/windows.texi (Window Sizes): Another typo. (Bug#56811)Eli Zaretskii2022-07-281-1/+1
|
* ; * doc/lispref/windows.texi (Window Sizes): Fix a typo. (Bug#56811)Eli Zaretskii2022-07-281-1/+1
|
* Bump Emacs version to 28.1.91Stefan Kangas2022-07-284-4/+4
| | | | | | | * README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version to 28.1.91.
* Update ChangeLog and AUTHORS for 28.1.91 pretestStefan Kangas2022-07-282-12/+372
| | | | | * ChangeLog.3: * etc/AUTHORS: Update.
* ; * admin/authors.el (authors-aliases): Update.Stefan Kangas2022-07-281-0/+1
|
* Revert the `...' documentation back to actual usageLars Ingebrigtsen2022-07-281-16/+10
| | | | | | | | * 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 1ed9c1c7f9fe32ff5123091033350beb1ccae4ca)
* ; Improve documentation of 'file-name-with-extension'Eli Zaretskii2022-07-281-5/+7
| | | | * lisp/files.el (file-name-with-extension): Doc fix. (Bug#56809)
* Release the desktop lock in 'kill-emacs-hook'Paul Pogonyshev2022-07-281-3/+9
| | | | | | * 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)
* ; * doc/lispref/tips.texi (Documentation Tips): Fix typos. (Bug#56802)Arash Esbati2022-07-271-2/+2
|
* Avoid infloop in 'recenter'Eli Zaretskii2022-07-251-1/+1
| | | | | * src/window.c (Frecenter): Avoid infinite loop in the minibuffer under 'fido-vertical-mode'. (Bug#56765)
* Fix inaccuracies in "lax search" documentationEli Zaretskii2022-07-251-5/+7
| | | | | * doc/emacs/search.texi (Lax Search): Update the examples of character folding in search. (Bug#56747)
* Update to Org 9.5.4-17-g6e991fKyle Meyer2022-07-2418-36/+54
|
* Find libgccjit.dylib on Homebrew MacosEugene Ha2022-07-241-1/+1
| | | | | | | * configure.ac: Also find libggcjit on Homebrew (bug#55173). Copyright-paperwork-exempt: yes (cherry picked from commit faa29fa2c9e9d5a5d7544a1a39b2a89cf57a8439)
* Set `default-directory' of Tramp archive connection bufferMichael Albinus2022-07-231-0/+7
| | | | | * lisp/net/tramp-archive.el (tramp-archive-file-name-handler): Set `default-directory' of Tramp connection buffer. (Bug#56628)
* ; * doc/lispref/functions.texi (Declare Form): Fix typo.Eli Zaretskii2022-07-231-1/+1
|
* Update the documentation of 'declare' formsEli Zaretskii2022-07-232-1/+27
| | | | | | | * 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.
* Fix bookmark support for Help functions in native-compilation buildsEli Zaretskii2022-07-232-11/+17
| | | | | | | | | | * 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)
* Fix mode line mouse-1 binding when showing only column numbersMiha Rihtarsic2022-07-231-3/+3
| | | | | | * lisp/bindings.el (mode-line-position): Fix the mouse-1 binding when showing only column numbers (bug#56694). Do not merge to master.
* Adjust help-fns.el tests for recent changeStefan Kangas2022-07-231-3/+3
| | | | | * test/lisp/help-fns-tests.el (help-fns-test-lisp-defun) (help-fns-test-lisp-defsubst): Adjust tests for recent change.
* * src/terminal.c (Fframe_terminal): Use active voiceRobert Pluim2022-07-221-1/+1
|
* Improve 'terminal-live-p' docstring some moreRobert Pluim2022-07-221-5/+6
| | | | | * terminal.c (Fterminal_live_p): Improve description of arguments and return value.
* Improve terminal-live-p docstringRobert Pluim2022-07-221-1/+2
| | | | | * src/terminal.c (Fterminal_live_p): Explain what happens when the argument is nil.
* * lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-vector): Fix grammarRobert Pluim2022-07-221-2/+2
|
* * lisp/progmodes/cperl-mode.el: Don't mention obsolete archive.Stefan Kangas2022-07-211-5/+0
|
* Make 'describe-function' say "byte-compiled" when appropriateEli Zaretskii2022-07-211-2/+2
| | | | | * lisp/help-fns.el (help-fns-function-description-header): Say "byte-compiled" when describing byte-compiled functions.
* ;Improve documentation of locale-specific string comparisonEli Zaretskii2022-07-211-6/+15
| | | | | * doc/lispref/strings.texi (Text Comparison): Mention the Unicode collation rules and buffer-local case-tables.
* ; * lisp/mail/smtpmail.el (smtpmail-via-smtp): Explain with-case-table.Eli Zaretskii2022-07-201-1/+5
|
* Prevent GC of window referenced from EmacsScrollerGerd Moellmann2022-07-193-0/+39
| | | | | | | | | * 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 5f1bd872478927ad4bc635502e74628d39885286)
* ; Fix typosStefan Kangas2022-07-196-12/+12
|
* ; Fix typo missed in previous changeRobert Pluim2022-07-181-1/+1
|
* ; * lisp/net/tramp-crypt.el: Improve commentaryRobert Pluim2022-07-181-20/+21
|
* Merge branch 'emacs-28' of git.savannah.gnu.org:/srv/git/emacs into emacs-28Eli Zaretskii2022-07-182-43/+42
|\
| * ; Fix typos (Bug#56550)Stefan Kangas2022-07-182-43/+42
| |
* | ; * src/buffer.c (syms_of_buffer) <mode-line-format>: Doc fix.Eli Zaretskii2022-07-181-1/+4
|/
* Fix obsoletion of nntp-authinfo-fileStefan Kangas2022-07-161-1/+1
| | | | * lisp/gnus/nntp.el (nntp-authinfo-file): Fix obsoletion.
* ; Fix typosStefan Kangas2022-07-165-10/+10
|
* Build Seccomp filter only if we have a 64-bit userspace (Bug#56549)Philipp Stephani2022-07-152-0/+7
| | | | | * configure.ac (SIZEOF_LONG): New variable. * lib-src/Makefile.in (SIZEOF_LONG): New variable; added conditional.
* Update the Samaritan's contact details in M-x doctorStefan Kangas2022-07-141-7/+8
| | | | | * lisp/play/doctor.el (doctor-death): Update the Samaritans's contact details; anon.twwells.com is no longer valid. Add link to Wikipedia.
* ; Fix typosStefan Kangas2022-07-143-5/+4
|
* * etc/PROBLEMS: Describe problems with remote files. (Bug#56499)Eli Zaretskii2022-07-141-0/+47
|
* ; Auto-commit of loaddefs files.Stefan Kangas2022-07-131-3/+8
|
* Remove uneffective testAndrea Corallo2022-07-132-33/+0
| | | | | * test/src/comp-tests.el (45603-1): Remove test. * test/src/comp-resources/comp-test-45603.el: Delete.