summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Emacs pretest 28.0.92emacs-28.0.92Eli Zaretskii2022-03-12
| | | | | | | | | | | | * README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Bump Emacs version to 28.0.92. * etc/AUTHORS: * lisp/ldefs-boot.el: Update for pretest 28.0.92. * ChangeLog.3: Regenerate.
* ; * admin/authors.el (authors-canonical-file-name): Remove debug leftover.Eli Zaretskii2022-03-12
|
* ; Fix data structures in authors.elEli Zaretskii2022-03-12
| | | | | | | | | * admin/authors.el (authors-aliases, authors-renamed-files-alist): Update and correct the databases. (authors-renamed-files-alist): Add commentary explaining how to add entries for renamed/moved files. (authors-canonical-file-name): Clarify the semantics of the arguments.
* Fix regression in 'custom-prompt-customize-unsaved-options'Eli Zaretskii2022-03-10
| | | | | | | * lisp/cus-edit.el (custom-prompt-customize-unsaved-options): Don't depend on the value returned by 'customize-unsaved'. Fix the doc string. Patch by Sebastian Miele <iota@whxvd.name>. (Bug#54329)
* Improve documentation of 'map-charset-chars'Eli Zaretskii2022-03-10
| | | | | | * doc/lispref/nonascii.texi (Character Sets): * src/charset.c (Fmap_charset_chars): Clarify the codepoint issue in using 'map-charset-chars'.
* Avoid assertion violations in 'bidi_resolve_brackets'Eli Zaretskii2022-03-08
| | | | | * src/bidi.c (bidi_resolve_brackets): Move assertion to where it really matters. (Bug#54295)
* Fix which-func-update doc stringLars Ingebrigtsen2022-03-07
| | | | | * lisp/progmodes/which-func.el (which-func-update): Make the doc string match the code (bug#54288).
* Improve wording of 'dired-jump's descriptionEli Zaretskii2022-03-07
| | | | | * doc/emacs/dired.texi (Dired Enter): Clarify wording. Reported by Natalie <batalie@riseup.net>.
* Add a comment for previous browse-url-of-dired-file changeLars Ingebrigtsen2022-03-07
| | | | | * lisp/net/browse-url.el (browse-url-of-dired-file): Add a comment for previous change.
* Restore documented Emacs 27.2 behaviour of browse-url-of-dired-fileLars Ingebrigtsen2022-03-07
| | | | | | * lisp/net/browse-url.el (browse-url-of-dired-file): Restore the documented behaviour -- open a web browser instead of passing to the various handlers.
* Update to Org 9.5.2-24-g668205Kyle Meyer2022-03-06
|
* * lib-src/seccomp-filter.c (main): Use faccessat2 only if defined.Andreas Schwab2022-03-05
|
* Fix regression in derived-mode-init-mode-variablesLars Ingebrigtsen2022-03-04
| | | | | * lisp/emacs-lisp/derived.el (derived-mode-init-mode-variables): Fix regression caused by lexical-binding derived.el (bug#54240).
* Avoid crashes when fringe bitmaps are defined in daemon modeEli Zaretskii2022-03-03
| | | | | | | | | | | * src/dispextern.h (gui_define_fringe_bitmap): Add prototype. (max_used_fringe_bitmap): Add declaration. * src/fringe.c (gui_define_fringe_bitmap): New function. * src/w32term.c (w32_draw_fringe_bitmap): * src/xterm.c (x_draw_fringe_bitmap) [USE_CAIRO]: Call 'gui_define_fringe_bitmap' if the terminal-specific bitmap data is not available when a fringe bitmap is about to be drawn. Don't try to draw a bitmap that is not known to fringe.c. (Bug#54183)
* One more fix of the BPA implementationEli Zaretskii2022-03-03
| | | | | | * src/bidi.c (bidi_find_bracket_pairs): Disable BPA optimization when there are no strong directional characters inside the bracketed pair. (Bug#54219)
* Fix handling of brackets in BPAEli Zaretskii2022-03-03
| | | | | | * src/bidi.c (bidi_resolve_brackets): Fix implementation of UBA's N0 rule when there are no strong directional characters inside the bracketed pair. (Bug#54219)
* Correct etc/NEWS entry about bitmapped fontsPo Lu2022-03-02
| | | | | * etc/NEWS: Don't say that bitmap font issues are due to Pango, that's not accurate.
* ; * doc/misc/eshell.texi (Dollars Expansion): Fix markup.Eli Zaretskii2022-03-01
|
* Improve/correct documentation about Eshell variable expansionJim Porter2022-03-01
| | | | | | | | * lisp/eshell/esh-var.el: Correct documentation comment. (eshell-parse-variable-ref): Correct docstring. * doc/misc/eshell.texi (Dollars Expansion): Add documentation for $"var"/$'var' and $<command> syntaxes.
* Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter2022-03-01
| | | | | | | | | | | That commit regressed '$<command>' forms in Eshell, due to a limitation/bug in how 'eshell-do-eval' works. This fixes bug#54190. * lisp/eshell/esh-var.el (eshell-parse-variable-ref): Quote a lambda. * test/lisp/eshell/eshell-tests.el (eshell-test/interp-temp-cmd): New test.
* Backport: Port pre-commit hook to Git 2.35.0Paul Eggert2022-03-01
| | | | | | | * build-aux/git-hooks/pre-commit: Use LC_ALL=C grep -E instead of sane_egrep (removed in Git 2.35.0). (cherry picked from commit b8a96f055624f86fe965a0d1b7b2495b2db80e63)
* Fix :tag for eol in tab-first-completionLars Ingebrigtsen2022-02-28
| | | | | * lisp/indent.el (tab-first-completion): Fix the :tag description (bug#54179).
* Update to Org 9.5.2-22-g33543dKyle Meyer2022-02-28
|
* ; * lisp/help.el (with-help-window): Doc fix. (Bug#54170)Eli Zaretskii2022-02-27
|
* Add explicit '--no-heading' for ripgrepDmitry Gutov2022-02-27
| | | | | * lisp/progmodes/xref.el (xref-search-program-alist): Add explicit '--no-heading' for ripgrep (bug#54177).
* Follow OpenSSH changes in TrampMichael Albinus2022-02-26
| | | | | * lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options): Reimplement. OpenSSH has changed its diagnostics messages.
* Document better how to reset attributes of faces for new framesEli Zaretskii2022-02-26
| | | | | | * doc/lispref/display.texi (Attribute Functions): * lisp/faces.el (set-face-attribute): Explain how to reset an attribute's value for future frames. (Bug#54156)
* * lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options): Adapt test.Michael Albinus2022-02-25
|
* Mention flyspell-prog-mode in flyspell-mode doc stringLars Ingebrigtsen2022-02-24
| | | | | * lisp/textmodes/flyspell.el (flyspell-mode): Mention flyspell-prog-mode (bug#54131).
* Reword face-remap-add-relative manual entryLars Ingebrigtsen2022-02-23
| | | | | * doc/lispref/display.texi (Face Remapping): Clarify the face-remap-add-relative (bug#54114).
* Fix indexing of module functions that return enumeration types.Philipp Stephani2022-02-22
| | | | | | | | | Return types that consist of more than one word need to be enclosed in braces, see Info node `(texinfo) Typed Functions'. Otherwise they are indexed incorrectly. * doc/lispref/internals.texi (Module Misc, Module Nonlocal): Enclose multi-word return types in braces.
* * doc/misc/transient.texi (Other Options): Fix a @ref. (Bug#54108)Eli Zaretskii2022-02-22
|
* tramp.texi texinfo 4.13 compatibilityGlenn Morris2022-02-22
| | | | | * doc/misc/tramp.texi (Frequently Asked Questions): Restore compatibility with Texinfo < 5.
* Explain "Tramp" spelling in its manualMichael Albinus2022-02-22
| | | | | * doc/misc/tramp.texi (Frequently Asked Questions): Explain "Tramp" spelling.
* Fix 'display-line-numbers-mode' in hide-show buffersEli Zaretskii2022-02-21
| | | | | | | * src/xdisp.c (redisplay_internal): Disable redisplay optimizations that consider just the current line, when 'display-line-numbers-mode' is turned on in the buffer. (Bug#54091)
* Don't check whether a deleted window is deletable (Bug#54028)Martin Rudalics2022-02-21
| | | | | * lisp/window.el (window-state-put): Make sure window is live before calling 'window-deletable-p' on it (Bug#54028).
* A friendlier error message from image-mode in an empty bufferEli Zaretskii2022-02-21
| | | | | * lisp/image-mode.el (image-mode): Handle the case where the empty buffer doesn't visit a file (Bug#54084)
* Update to Org 9.5.2-17-gea6b74Kyle Meyer2022-02-20
|
* ; Don't reference obsolete variables in edebug.elRaffael Stocker2022-02-20
| | | | | | * lisp/emacs-lisp/edebug.el (edebug-mode, edebug-eval-mode): Don't reference obsolete variables in the doc strings. (Bug#54070)
* ; * doc/emacs/files.texi (Comparing Files): Fix a reference.Philipp Stephani2022-02-18
|
* ; Fix a typo in filesets.el's doc stringEli Zaretskii2022-02-18
| | | | | * lisp/filesets.el (filesets-remove-buffer, filesets-add-buffer): Doc fixes. Reported by Иванов Дмитрий <d.ivanov@1001tur.ru>.
* Improve documentation of filling and justification commandsEli Zaretskii2022-02-18
| | | | | | | | | | * doc/lispref/text.texi (Filling): * lisp/textmodes/fill.el (fill-region-as-paragraph) (default-justification, set-justification, justify-current-line): Clarify "canonicalization" of spaces and the meaning of justification styles. (Bug#54047) (set-justification-left, set-justification-right) (set-justification-full): Improve wording of doc strings.
* * lisp/progmodes/subword.el (superword-mode): Doc fix. (Bug#54045)Eli Zaretskii2022-02-18
|
* Fix indexing of module functions that return complex types.Philipp Stephani2022-02-17
| | | | | | | | | Return types that consist of more than one word need to be enclosed in braces, see Info node `(texinfo) Typed Functions'. Otherwise they are indexed incorrectly. * doc/lispref/internals.texi (Module Values): Enclose multi-word return types in braces.
* Prevent crashes caused by invalid locale coding systemsPo Lu2022-02-17
| | | | | | | | * src/xterm.c (handle_one_xevent): Prevent a signal inside `setup_coding_system' which crashes recent versions of GLib if the locale coding system is invalid. Do not merge to master.
* ; Separate command and concept index in Transient manualJonas Bernoulli2022-02-16
| | | | | * doc/misc/transient.texi (cp): Use cp index for Concept index. * doc/misc/transient.texi (fn): Use fn index for Commands as well.
* ; Fix Transient manualEli Zaretskii2022-02-15
| | | | | | | * doc/misc/transient.texi (all nodes): Replace ".." with Texinfo style ``..'' quoting or by @dfn{..} or by other appropriate markup, like @samp{..}. Add indexing. Fix punctuation. Fix markup of keyboard commands.
* Fix problem with popd for in remote shell buffersMichael Albinus2022-02-15
| | | | | * lisp/shell.el (shell-prefixed-directory-name): Use `file-local-name' for DIR. (Bug#53927)
* Import texi source file for transient manualJonas Bernoulli2022-02-15
| | | | | * doc/misc/Makefile.in: Add transient to INFO_COMMON. * doc/misc/transient.texi: New file.
* Update to Org 9.5.2-15-gc5ceb6Kyle Meyer2022-02-13
|