summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01145-145/+145
|
* Improve documentation of 'M-X' and related featuresEli Zaretskii2021-12-291-6/+19
| | | | | | | | | | * doc/emacs/m-x.texi (M-x): Index 'M-X'. * doc/lispref/commands.texi (Interactive Call, Command Modes): Mention 'M-X' and 'execute-extended-command-for-buffer'. * etc/NEWS: Clarify that the '(declare (completion ...' and '(declare (modes ...' forms have no effect by default. Likewise for '(interactive "..." MODE)' specs. (Bug#52839)
* Update to Org 9.5.2-3-geb9f34Kyle Meyer2021-12-261-1/+1
|
* Revert field-related thingatpt changesLars Ingebrigtsen2021-12-221-1/+0
| | | | | | This reverts 7db376e560448e61485ba054def8c82b21f33d6a, which led to severe performance regressions when being run in large buffers with no fields (bug#52593)
* Revert "Remove Motif support"Robert Pluim2021-12-211-3/+0
| | | | This reverts commit db237850abc240e2c3e765e9cc7e15ee5681dcaf.
* ; etc/NEWS: Move the note about Xref EIEIO change to the proper sectionDmitry Gutov2021-12-151-14/+14
|
* Set calc-make-windows-dedicated to nil by defaultStefan Kangas2021-12-141-3/+3
| | | | | * lisp/calc/calc.el (calc-make-windows-dedicated): Default to nil. (Bug#52016)
* ; * etc/NEWS: Non-nil repeat-keep-prefix is not the default anymore.Juri Linkov2021-12-081-5/+5
|
* Fix mode-line display in Calendar modeEli Zaretskii2021-12-081-1/+3
| | | | | | | | | | | | | | | * lisp/help.el (substitute-command-keys): New optional argument NO-FACE, to avoid putting the 'help-key-binding' face on the key bindings. * lisp/calendar/calendar.el (calendar-mode-line-entry): Call 'substitute-command-keys' with the new optional argument non-nil. (Bug#52366) * doc/lispref/help.texi (Keys in Documentation): Document the new optional argument of 'substitute-command-keys'. * etc/NEWS: Announce the addition of a new argument to 'substitute-command-keys'.
* * etc/tutorials/TUTORIAL.it (CONCLUSIONI): Reword paragraph.Lele Gaifax2021-12-081-3/+3
| | | | Don't merge to master.
* ; Fix most remaining AUTHORS warningsStefan Kangas2021-12-041-15/+19
| | | | | | | * admin/authors.el (authors-ignored-files) (authors-renamed-files-alist): Further updates for Emacs 28. * ChangeLog.3: Further fixes. * etc/AUTHORS: Update accordingly.
* ; Further author fixes in authors.elStefan Kangas2021-12-041-20/+10
| | | | | * admin/authors.el (authors-aliases): Add some missing entries. * etc/AUTHORS: Update accordingly.
* ; * etc/AUTHORS: Update.Stefan Kangas2021-12-011-565/+1092
|
* Update to Org 9.5.1-11-g96d91bKyle Meyer2021-11-271-1/+1
|
* ; * etc/DEBUG: Fix last change.Eli Zaretskii2021-11-231-4/+7
|
* ; * etc/DEBUG: Adjust instructions for libgccjit reproducer.Eli Zaretskii2021-11-231-3/+4
|
* ; Fix typosStefan Kangas2021-11-121-1/+1
|
* ; Fix heading in etc/NEWSMichael Albinus2021-11-101-2/+1
|
* ; * etc/NEWS: Move a bookmark related item further down.Stefan Kangas2021-11-101-10/+10
|
* * doc/misc/eww.texi (Advanced): Fix missed variable name eww-retrieve-command.Juri Linkov2021-11-091-3/+3
|
* * doc/emacs/windows.texi (Window Convenience): Use @code for windmove.Juri Linkov2021-11-091-0/+4
| | | | | | This refers to both a command and a user option. * etc/NEWS: Add some ---.
* * doc/emacs/maintaining.texi (Basic VC Editing): Mention Dired buffer.Juri Linkov2021-11-091-7/+15
| | | | | | * doc/emacs/text.texi (Outline Mode): Replace S-TAB with with S-<TAB>. * etc/NEWS: Add some missing +++/--- and move some related items closer.
* * doc/emacs/search.texi (Isearch Yank): Add isearch-forward-thing-at-point.Juri Linkov2021-11-081-17/+19
| | | | ; * etc/NEWS: Add +++ for isearch-forward-thing-at-point, reorder (bug#51444).
* ; * etc/PROBLEMS: Move librsvg-related item to better location.Stefan Kangas2021-11-081-4/+5
| | | | Reported by Mike Kupfer <mkupfer@alum.berkeley.edu>.
* * doc/emacs/frames.texi (Tab Bars): Add text about mouse and tab-bar-formatJuri Linkov2021-11-071-1/+2
| | | | Briefly describe mouse commands on the tab bar and tab-bar-format (bug#51444)
* * doc/emacs/frames.texi (Tab Bars): Describe tab-last.Juri Linkov2021-11-071-3/+3
| | | | | 'C-9' and 'M-9' already had kindex, so describe them in the text as well (bug#51444).
* ; * etc/PROBLEMS: Minor clarification of a recent entry.Stefan Kangas2021-11-071-2/+2
| | | | | | This was accidentally committed to master instead of emacs-28. (cherry picked from commit a95520d3dfa1b97f88e51f1ee5ef07e278cb854a)
* ; * etc/PROBLEMS: More specific recipe for WebKit-related crashes.Eli Zaretskii2021-11-071-1/+5
|
* ; * etc/NEWS: Native compilation is more picky about missing dependencies.Eli Zaretskii2021-11-061-0/+6
|
* ; * etc/PROBLEMS: Move entry about LLVM plugin to the right section.Eli Zaretskii2021-11-061-14/+14
|
* ; * etc/PROBLEMS: Describe a crash in xwidgets due to Bubblewrap.Eli Zaretskii2021-11-061-0/+8
|
* ; * etc/PROBLEMS: Rearrange and update the section about crashes.Eli Zaretskii2021-11-061-93/+101
|
* * etc/PROBLEMS: Mention X forwarding slowdowns. (Bug#7092)Stefan Kangas2021-11-051-0/+7
|
* * doc/emacs/frames.texi (Tab Bars): Reorder toggle-frame-tab-bar.Juri Linkov2021-11-041-2/+2
|
* ; * etc/NEWS: slightly more careful wordingMattias Engdegård2021-11-041-5/+5
|
* Use current face foreground for SVG icons in customizeStefan Kangas2021-11-044-4/+4
| | | | | | | | | | | | | It turns out these few icons were missed when the color and size information was removed from the SVG icons that replaced XPM icons for Customize buffer. * etc/images/down.svg: * etc/images/left.svg: * etc/images/right.svg: * etc/images/up.svg: Don't define foreground; this means they will use the foreground of the currently defined face instead. (Bug#51556) (cherry picked from commit 11702a6dd7cb8286f28b7cb986057d2d2c66a914)
* ; * etc/NEWS: Improve wording of a recently changed entry.Eli Zaretskii2021-11-041-1/+3
|
* ; * etc/NEWS: Improve NEWS entry for Image-Dired.Stefan Kangas2021-11-031-6/+6
|
* ; * etc/NEWS: Various fixes.Juri Linkov2021-11-031-12/+14
| | | | | Mark with +++ entries documented in the manual. Move 'lossage-size' closer to 'view-lossage'.
* ; * etc/PROBLEMS: Minor copyedits of the last change. (Bug#51571)Eli Zaretskii2021-11-031-4/+6
|
* Document a macOS error message when opening EmacsDaniel Martín2021-11-031-0/+15
| | | | | * etc/PROBLEMS: Document a potential error message when opening Emacs on macOS for the first time.
* Add manual section about how to avoid regexp problemsMattias Engdegård2021-11-031-12/+0
| | | | | | | | | | | Help users affected by our NFA engine's stack overflows and occasional poor performance, replacing old text that was more limited in scope. * doc/lispref/elisp.texi (Top): * doc/lispref/searching.texi (Regular Expressions): Add menu entries. (Regexp Problems): New node. (Regexp Special): * etc/PROBLEMS: Remove superseded text.
* Make hieroglyphs display correctly with existing fontsGregory Heytings2021-10-291-1/+1
| | | | | | | * etc/HELLO: Remove hieroglyph format control characters. * lisp/language/misc-lang.el: Add a rule to compose Egyptian hieroglyphs even without Unicode format control characters.
* Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-281-0/+8
| | | | | | | | | | | | | Don't merge to master. This is a safe-for-release fix for Bug#50752. * src/keymap.c (lookup_key_1): Factor out function from Flookup_key. (Flookup_key): Be case insensitive when looking for Qmenu_bar items. (Bug#50752) * test/src/keymap-tests.el (keymap-lookup-key/mixed-case) (keymap-lookup-key/mixed-case-multibyte): New tests.
* ; * etc/NEWS: Use active voice for 'repeat-mode', etc.Juri Linkov2021-10-271-10/+12
|
* ; * etc/NEWS: Fix last change.Eli Zaretskii2021-10-271-3/+0
|
* ; * etc/NEWS: Fix typos.Michael Albinus2021-10-271-3/+3
|
* ; * etc/NEWS: Improve wording of the Emoji entry.Eli Zaretskii2021-10-271-26/+22
|
* * etc/PROBLEMS: Mention problems with regexp matcher. (Bug#18577)Stefan Kangas2021-10-241-0/+12
|
* Update publicsuffix.txt from upstreamStefan Kangas2021-10-241-40/+58
| | | | | | * etc/publicsuffix.txt: Update from https://publicsuffix.org/list/public_suffix_list.dat dated 2021-10-16 16:33:47 GMT.