Juri Linkov
747a1ae4ac
* doc/misc/eww.texi (Advanced): Fix missed variable name eww-retrieve-command.
2021-11-09 22:45:17 +02:00
Juri Linkov
52fe2340b8
* doc/emacs/windows.texi (Window Convenience): Use @code for windmove.
...
This refers to both a command and a user option.
* etc/NEWS: Add some ---.
2021-11-09 22:43:54 +02:00
Juri Linkov
7d3a654e2a
* doc/emacs/maintaining.texi (Basic VC Editing): Mention Dired buffer.
...
* doc/emacs/text.texi (Outline Mode): Replace S-TAB with with S-<TAB>.
* etc/NEWS: Add some missing +++/--- and move some related items closer.
2021-11-09 22:40:15 +02:00
Juri Linkov
818211ed89
* doc/emacs/search.texi (Isearch Yank): Add isearch-forward-thing-at-point.
...
; * etc/NEWS: Add +++ for isearch-forward-thing-at-point, reorder (bug#51444).
2021-11-08 19:36:57 +02:00
Stefan Kangas
fe91f4438c
; * etc/PROBLEMS: Move librsvg-related item to better location.
...
Reported by Mike Kupfer <mkupfer@alum.berkeley.edu>.
2021-11-08 04:53:20 +01:00
Juri Linkov
8d9b55330d
* doc/emacs/frames.texi (Tab Bars): Add text about mouse and tab-bar-format
...
Briefly describe mouse commands on the tab bar and tab-bar-format (bug#51444)
2021-11-07 20:00:56 +02:00
Juri Linkov
d9b0b730e8
* doc/emacs/frames.texi (Tab Bars): Describe tab-last.
...
'C-9' and 'M-9' already had kindex, so describe them in the text as well
(bug#51444).
2021-11-07 19:56:28 +02:00
Stefan Kangas
ffe40045dc
; * etc/PROBLEMS: Minor clarification of a recent entry.
...
This was accidentally committed to master instead of emacs-28.
(cherry picked from commit a95520d3df )
2021-11-07 18:43:17 +01:00
Eli Zaretskii
54b726c815
; * etc/PROBLEMS: More specific recipe for WebKit-related crashes.
2021-11-07 09:34:30 +02:00
Eli Zaretskii
7343b0d0e4
; * etc/NEWS: Native compilation is more picky about missing dependencies.
2021-11-06 15:02:57 +02:00
Eli Zaretskii
0d6b2b0b9d
; * etc/PROBLEMS: Move entry about LLVM plugin to the right section.
2021-11-06 14:23:02 +02:00
Eli Zaretskii
9bdb1d0dcc
; * etc/PROBLEMS: Describe a crash in xwidgets due to Bubblewrap.
2021-11-06 10:49:54 +02:00
Eli Zaretskii
550887c90b
; * etc/PROBLEMS: Rearrange and update the section about crashes.
2021-11-06 10:45:58 +02:00
Stefan Kangas
4cc22f8918
* etc/PROBLEMS: Mention X forwarding slowdowns. (Bug#7092)
2021-11-05 07:50:36 +01:00
Juri Linkov
19ede237f5
* doc/emacs/frames.texi (Tab Bars): Reorder toggle-frame-tab-bar.
2021-11-04 19:33:31 +02:00
Mattias Engdegård
b1885ac8a5
; * etc/NEWS: slightly more careful wording
2021-11-04 09:59:14 +01:00
Stefan Kangas
6ee929c0b7
Use current face foreground for SVG icons in customize
...
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 11702a6dd7 )
2021-11-04 10:06:57 +02:00
Eli Zaretskii
82529b90ac
; * etc/NEWS: Improve wording of a recently changed entry.
2021-11-04 10:04:04 +02:00
Stefan Kangas
e9c7a4935e
; * etc/NEWS: Improve NEWS entry for Image-Dired.
2021-11-03 22:52:42 +01:00
Juri Linkov
2de7be4b6b
; * etc/NEWS: Various fixes.
...
Mark with +++ entries documented in the manual.
Move 'lossage-size' closer to 'view-lossage'.
2021-11-03 20:38:39 +02:00
Eli Zaretskii
3e4eb54db4
; * etc/PROBLEMS: Minor copyedits of the last change. (Bug#51571)
2021-11-03 20:23:58 +02:00
Daniel Martín
35bc2117de
Document a macOS error message when opening Emacs
...
* etc/PROBLEMS: Document a potential error message when opening Emacs
on macOS for the first time.
2021-11-03 20:20:03 +02:00
Mattias Engdegård
81915a95af
Add manual section about how to avoid regexp problems
...
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.
2021-11-03 13:50:12 +01:00
Gregory Heytings
3da9fa875b
Make hieroglyphs display correctly with existing fonts
...
* 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.
2021-10-29 10:33:36 +03:00
Stefan Kangas
0f8417d597
Be more allowing when looking for menu-bar items
...
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.
2021-10-28 12:30:42 +02:00
Juri Linkov
da6d889e90
; * etc/NEWS: Use active voice for 'repeat-mode', etc.
2021-10-27 20:30:59 +03:00
Eli Zaretskii
2bdd5732aa
; * etc/NEWS: Fix last change.
2021-10-27 17:13:59 +03:00
Michael Albinus
9589be772d
; * etc/NEWS: Fix typos.
2021-10-27 14:11:09 +02:00
Eli Zaretskii
47a3750162
; * etc/NEWS: Improve wording of the Emoji entry.
2021-10-27 14:32:18 +03:00
Stefan Kangas
0771d8939a
* etc/PROBLEMS: Mention problems with regexp matcher. (Bug#18577)
2021-10-24 23:56:52 +02:00
Stefan Kangas
c7f53824a8
Update publicsuffix.txt from upstream
...
* etc/publicsuffix.txt: Update from
https://publicsuffix.org/list/public_suffix_list.dat
dated 2021-10-16 16:33:47 GMT.
2021-10-24 10:37:57 +02:00
Michael Albinus
1e8be48738
Fix typos
...
* doc/emacs/cmdargs.texi:
* etc/DEBUG:
* etc/NEWS: Fix typos.
2021-10-23 15:21:33 +02:00
Stefan Kangas
efdffd86c5
; * etc/refcards/README: Prefer HTTPS in link.
2021-10-23 01:19:12 +02:00
Robert Pluim
b0d64be0bc
Improve some NEWS entries
...
* etc/NEWS: Improve some NEWS entries.
2021-10-22 18:03:00 +02:00
Robert Pluim
168665da59
Move some xwidget entries
...
* etc/NEWS: Move xwidget entries to correct location.
2021-10-22 17:45:27 +02:00
Robert Pluim
9b46150ab0
* etc/NEWS: Improve 'repeat-mode' entry.
2021-10-22 12:16:34 +02:00
Stefan Kangas
cf7d8fb1d7
Add description of cards to etc/refcards/README
...
* etc/refcards/README: List all the generated reference cards,
including their translations. (Bug#8932)
2021-10-22 10:25:00 +02:00
Juri Linkov
cb8b12b56d
Improve docstrings and NEWS item of 'repeat-mode'
...
* lisp/repeat.el (repeat-exit-timeout, repeat-echo-function)
(repeat-in-progress, repeat-map): Update docstrings.
2021-10-20 20:16:57 +03:00
Robert Pluim
cf4394a397
* etc/PROBLEMS: Add hex codepoint for NO-BREAK SPACE
2021-10-20 18:27:36 +02:00
Robert Pluim
2d647e88fa
Describe how to debug fontconfig issues
...
* etc/PROBLEMS: Add FC_DEBUG usage pointers.
2021-10-20 18:23:51 +02:00
Jim Porter
1bb14f93f1
Convert ANSI color definitions in themes to use faces (e.g. 'ansi-color-red')
...
* etc/themes/dichromacy-theme.el:
* etc/themes/leuven-theme.el:
* etc/themes/misterioso-theme.el:
* etc/themes/tango-theme.el:
* etc/themes/tango-dark-theme.el:
* etc/themes/wombat-theme.el: Convert ANSI color definitions to
use faces.
2021-10-20 10:28:19 +02:00
Michael Albinus
548a5db611
; etc/NEWS fix wording
2021-10-19 18:49:38 +02:00
Michael Albinus
d742cc3c20
; etc/NEWS: Fix typos
2021-10-19 15:06:30 +02:00
Eli Zaretskii
e55e2d4a11
; * etc/NEWS: Minor copyedit about 'repeat-mode'.
2021-10-19 15:12:43 +03:00
Kyle Meyer
ac6ac76e3a
Update to Org 9.5-57-g9bc3a2
2021-10-16 14:01:34 -04:00
Eli Zaretskii
74deafe921
; * etc/DEBUG: Add a section about debugging native-compilation.
2021-10-14 12:14:14 +03:00
Dmitry Gutov
0aa52e94f3
Mark vc-switch-backend as obsolete
...
* etc/NEWS: Mention the change.
* lisp/vc/vc.el (vc-switch-backend): Mark as obsolete (bug#50344).
(vc-transfer-file): Wrap the calls in 'with-suppressed-warnings'.
2021-10-14 02:29:27 +03:00
Eli Zaretskii
efb1cd7fa9
; * etc/charsets/README: Update the format documentation.
2021-10-13 20:02:23 +03:00
Amin Bandali
a1a589d07b
* etc/ERC-NEWS: Announce ERC's addition to GNU ELPA.
2021-10-11 10:25:08 -04:00
Amin Bandali
6c7947f0a1
* etc/ERC-NEWS: Fix outline level for the recent additions.
2021-10-11 10:13:56 -04:00