Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 145 | -145/+145 |
| | |||||
* | Improve documentation of 'M-X' and related features | Eli Zaretskii | 2021-12-29 | 1 | -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-geb9f34 | Kyle Meyer | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | Revert field-related thingatpt changes | Lars Ingebrigtsen | 2021-12-22 | 1 | -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 Pluim | 2021-12-21 | 1 | -3/+0 |
| | | | | This reverts commit db237850abc240e2c3e765e9cc7e15ee5681dcaf. | ||||
* | ; etc/NEWS: Move the note about Xref EIEIO change to the proper section | Dmitry Gutov | 2021-12-15 | 1 | -14/+14 |
| | |||||
* | Set calc-make-windows-dedicated to nil by default | Stefan Kangas | 2021-12-14 | 1 | -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 Linkov | 2021-12-08 | 1 | -5/+5 |
| | |||||
* | Fix mode-line display in Calendar mode | Eli Zaretskii | 2021-12-08 | 1 | -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 Gaifax | 2021-12-08 | 1 | -3/+3 |
| | | | | Don't merge to master. | ||||
* | ; Fix most remaining AUTHORS warnings | Stefan Kangas | 2021-12-04 | 1 | -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.el | Stefan Kangas | 2021-12-04 | 1 | -20/+10 |
| | | | | | * admin/authors.el (authors-aliases): Add some missing entries. * etc/AUTHORS: Update accordingly. | ||||
* | ; * etc/AUTHORS: Update. | Stefan Kangas | 2021-12-01 | 1 | -565/+1092 |
| | |||||
* | Update to Org 9.5.1-11-g96d91b | Kyle Meyer | 2021-11-27 | 1 | -1/+1 |
| | |||||
* | ; * etc/DEBUG: Fix last change. | Eli Zaretskii | 2021-11-23 | 1 | -4/+7 |
| | |||||
* | ; * etc/DEBUG: Adjust instructions for libgccjit reproducer. | Eli Zaretskii | 2021-11-23 | 1 | -3/+4 |
| | |||||
* | ; Fix typos | Stefan Kangas | 2021-11-12 | 1 | -1/+1 |
| | |||||
* | ; Fix heading in etc/NEWS | Michael Albinus | 2021-11-10 | 1 | -2/+1 |
| | |||||
* | ; * etc/NEWS: Move a bookmark related item further down. | Stefan Kangas | 2021-11-10 | 1 | -10/+10 |
| | |||||
* | * doc/misc/eww.texi (Advanced): Fix missed variable name eww-retrieve-command. | Juri Linkov | 2021-11-09 | 1 | -3/+3 |
| | |||||
* | * doc/emacs/windows.texi (Window Convenience): Use @code for windmove. | Juri Linkov | 2021-11-09 | 1 | -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 Linkov | 2021-11-09 | 1 | -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 Linkov | 2021-11-08 | 1 | -17/+19 |
| | | | | ; * etc/NEWS: Add +++ for isearch-forward-thing-at-point, reorder (bug#51444). | ||||
* | ; * etc/PROBLEMS: Move librsvg-related item to better location. | Stefan Kangas | 2021-11-08 | 1 | -4/+5 |
| | | | | Reported by Mike Kupfer <mkupfer@alum.berkeley.edu>. | ||||
* | * doc/emacs/frames.texi (Tab Bars): Add text about mouse and tab-bar-format | Juri Linkov | 2021-11-07 | 1 | -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 Linkov | 2021-11-07 | 1 | -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 Kangas | 2021-11-07 | 1 | -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 Zaretskii | 2021-11-07 | 1 | -1/+5 |
| | |||||
* | ; * etc/NEWS: Native compilation is more picky about missing dependencies. | Eli Zaretskii | 2021-11-06 | 1 | -0/+6 |
| | |||||
* | ; * etc/PROBLEMS: Move entry about LLVM plugin to the right section. | Eli Zaretskii | 2021-11-06 | 1 | -14/+14 |
| | |||||
* | ; * etc/PROBLEMS: Describe a crash in xwidgets due to Bubblewrap. | Eli Zaretskii | 2021-11-06 | 1 | -0/+8 |
| | |||||
* | ; * etc/PROBLEMS: Rearrange and update the section about crashes. | Eli Zaretskii | 2021-11-06 | 1 | -93/+101 |
| | |||||
* | * etc/PROBLEMS: Mention X forwarding slowdowns. (Bug#7092) | Stefan Kangas | 2021-11-05 | 1 | -0/+7 |
| | |||||
* | * doc/emacs/frames.texi (Tab Bars): Reorder toggle-frame-tab-bar. | Juri Linkov | 2021-11-04 | 1 | -2/+2 |
| | |||||
* | ; * etc/NEWS: slightly more careful wording | Mattias Engdegård | 2021-11-04 | 1 | -5/+5 |
| | |||||
* | Use current face foreground for SVG icons in customize | Stefan Kangas | 2021-11-04 | 4 | -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 Zaretskii | 2021-11-04 | 1 | -1/+3 |
| | |||||
* | ; * etc/NEWS: Improve NEWS entry for Image-Dired. | Stefan Kangas | 2021-11-03 | 1 | -6/+6 |
| | |||||
* | ; * etc/NEWS: Various fixes. | Juri Linkov | 2021-11-03 | 1 | -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 Zaretskii | 2021-11-03 | 1 | -4/+6 |
| | |||||
* | Document a macOS error message when opening Emacs | Daniel Martín | 2021-11-03 | 1 | -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 problems | Mattias Engdegård | 2021-11-03 | 1 | -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 fonts | Gregory Heytings | 2021-10-29 | 1 | -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 items | Stefan Kangas | 2021-10-28 | 1 | -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 Linkov | 2021-10-27 | 1 | -10/+12 |
| | |||||
* | ; * etc/NEWS: Fix last change. | Eli Zaretskii | 2021-10-27 | 1 | -3/+0 |
| | |||||
* | ; * etc/NEWS: Fix typos. | Michael Albinus | 2021-10-27 | 1 | -3/+3 |
| | |||||
* | ; * etc/NEWS: Improve wording of the Emoji entry. | Eli Zaretskii | 2021-10-27 | 1 | -26/+22 |
| | |||||
* | * etc/PROBLEMS: Mention problems with regexp matcher. (Bug#18577) | Stefan Kangas | 2021-10-24 | 1 | -0/+12 |
| | |||||
* | Update publicsuffix.txt from upstream | Stefan Kangas | 2021-10-24 | 1 | -40/+58 |
| | | | | | | * etc/publicsuffix.txt: Update from https://publicsuffix.org/list/public_suffix_list.dat dated 2021-10-16 16:33:47 GMT. |