Eli Zaretskii
f7d4bbceee
; * src/composite.h: Improve comments for LGSTRING and LGLYPH.
2021-06-02 17:50:57 +03:00
Glenn Morris
bef00aa137
; Auto-commit of loaddefs files.
2021-06-01 06:12:39 -07:00
Eli Zaretskii
5dfa5e26dd
Improve documentation of regexp ranges
...
* doc/lispref/searching.texi (Regexp Special): Document the effect
of using octal escapes in regexp ranges. (Bug#17758)
2021-05-30 13:20:02 +03:00
Eli Zaretskii
30e5d93ee1
Improve documentation of display tables
...
* doc/lispref/display.texi (Display Tables): Add a cross-reference
to the next section.
2021-05-21 09:51:17 +03:00
Eli Zaretskii
8804ac857b
* src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix. (Bug#48539)
2021-05-21 09:37:47 +03:00
Eli Zaretskii
bcd92b5708
Improve documentation of Hexl mode
...
* doc/emacs/misc.texi (Editing Binary Files): Explain that Hexl can
also be used for editing text, including non-ASCII text.
2021-05-11 20:06:02 +03:00
Basil L. Contovounesios
c233f4eccd
; * etc/NEWS: Fix decoded-time-set-defaults typo.
...
This was mistakenly applied to NEWS.27 on the master branch in
2021-05-09 "; Fix decoded-time-set-defaults typo in NEWS.27."
but that has now been reverted (bug#48298).
2021-05-09 14:46:27 +01:00
Eli Zaretskii
4c3abb3dd1
Fix compilation errors with latest w32 API headers
...
* src/w32common.h: Rename OS_* to OS_SUBTYPE__*, as w32 API
headers started defining OS_NT, which breaks the use of the
enumeration. All users changed. (Bug#48303)
2021-05-09 10:59:08 +03:00
Eli Zaretskii
127f1f330b
Improve doc strings in log-edit.el
...
* lisp/vc/log-edit.el (log-edit-new-comment-index)
(log-edit-maximum-comment-ring-size, log-edit-previous-comment)
(log-edit-next-comment, log-edit-comment-search-backward)
(log-edit-comment-search-forward)
(log-edit-comment-to-change-log)
(log-edit-header-contents-regexp, log-edit-font-lock-gnu-style)
(log-edit, log-edit-mode, log-edit-fill-entry, log-edit-done)
(log-edit-kill-buffer, log-edit-insert-message-template)
(log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate)
(log-edit-rewrite-fixes, log-edit-add-to-changelog)
(log-edit-generate-changelog-from-diff)
(log-edit-insert-changelog, log-edit-narrow-changelog)
(log-edit-changelog-entry, log-edit-changelog-insert-entries)
(log-edit-extract-headers): Enhance and reword doc strings.
2021-05-07 10:16:11 +03:00
Eli Zaretskii
e36183ff46
; * etc/TODO (etc/DOC): Update the todo entries.
2021-05-06 11:41:43 +03:00
Philipp Stephani
40228fffd7
Fix code for newline-and-indent in skeleton language.
...
The code for this is the symbol 'n', which is usually spelled as '\n'
here, not the character ?\n.
* doc/misc/autotype.texi (Skeleton Language): Fix item for
newline-and-indent.
2021-05-02 20:57:38 +02:00
Philipp Stephani
56c4c8ef32
* lisp/jka-compr.el (jka-compr-uninstall): Fix function reference.
2021-05-02 01:02:00 +02:00
Glenn Morris
6a46d3d809
; Auto-commit of loaddefs files.
2021-05-01 06:11:33 -07:00
Jim Porter
ccfd2e20a9
Fix GUD overlay arrows in M-x gdb when debugging over Tramp. Don't merge
...
* lisp/progmodes/gdb-mi.el (gdb-frame-handler): Use local part of
file name when setting `gud-last-frame'.
2021-05-01 12:05:37 +02:00
Jim Porter
e61688f87d
Fix setting breakpoints in M-x gdb for remote files. Don't merge
...
* lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer): Fix modification
of GDB/MI "fullname" property for remote files
2021-05-01 11:56:19 +02:00
Eli Zaretskii
101a049f55
Improve doc string of 'tab-width'.
...
* src/buffer.c (syms_of_buffer) <tab-width>: Clarify doc string.
(Bug#48058)
2021-04-30 13:48:13 +03:00
Stefan Kangas
43c154404e
* lisp/emacs-lisp/elp.el: Doc fixes.
2021-04-29 17:18:09 +02:00
Stefan Kangas
1984213f62
* lisp/emacs-lisp/pp.el: Doc fixes.
2021-04-29 13:45:18 +02:00
Stefan Kangas
6486c9dc73
* admin/make-tarball.txt: Note to update more files on web page.
2021-04-28 15:23:43 +02:00
Philipp Stephani
7d5b973959
* doc/misc/cl.texi (For Clauses): Minor copyedits.
2021-04-24 23:29:58 +02:00
Philipp Stephani
4570781f8d
; * doc/lispref/files.texi (Directory Names): Add missing parenthesis
2021-04-24 23:24:08 +02:00
Eli Zaretskii
1b52fd538d
Minor update for make-tarball.txt
...
* admin/make-tarball.txt (UPDATING THE EMACS WEB PAGES AFTER A
RELEASE): Update and enhance the section to make it easier to find
the banner and verify the updated pages are in place.
2021-04-24 15:17:40 +03:00
Jorge P. de Morais Neto
8efb8491b2
* doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo
...
This fixes bug#47962.
Copyright-paperwork-exempt: yes
2021-04-24 13:05:47 +03:00
Basil L. Contovounesios
0873134682
; Fix Texinfo in last change to minibuf.texi.
2021-04-20 13:34:59 +01:00
Eli Zaretskii
cad8913c89
Improve filling-related documentation
...
* doc/emacs/text.texi (Auto Fill, Fill Commands): Mention special
line-breaking rules for CJK characters and the kinsoku rules.
(Bug#47856)
* lisp/textmodes/fill.el
(fill-separate-heterogeneous-words-with-space): Doc fix.
2021-04-20 15:12:10 +03:00
Philipp Stephani
2b7eed23eb
; * doc/lispref/keymaps.texi (Easy Menu): Fix typo.
2021-04-17 23:13:57 +02:00
Daniel Martín
47fc92cefc
Fix reference to "yanking" in the main Emacs manual
...
* doc/emacs/emacs.texi (Top): Yanking is alternatively known as
pasting, not copying. (Bug#47839).
2021-04-17 17:21:35 +03:00
Eli Zaretskii
1789dcdb35
Improve documentation of 'map-y-or-n-p'
...
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): Doc fix. (Bug#47833)
* doc/lispref/minibuf.texi (Multiple Queries): Fix the wording in
the description of 'map-y-or-n-p'.
2021-04-17 11:24:04 +03:00
Eli Zaretskii
eedad01b4b
Fix typos in manuals
...
* doc/misc/eshell.texi (Completion):
* doc/lispref/objects.texi (Mutability): Fix typos. (Bug#47738)
2021-04-13 15:30:02 +03:00
Eli Zaretskii
24d214652e
Fix description of momentary message display
...
* doc/emacs/mini.texi (Basic Minibuffer): Update the description
of momentary message display while minibuffer is active.
(Bug#47689)
2021-04-10 13:41:48 +03:00
Damien Cassou
2f5f30671a
Fix broken links in autorevert.el
...
* lisp/autorevert.el (global-auto-revert-non-file-buffers):
Fix broken links. (Bug#47621)
2021-04-06 19:31:56 +02:00
Glenn Morris
673c02f6d0
* lisp/international/ja-dic-cnv.el (skkdic-convert): Doc fix.
2021-04-05 08:49:07 -07:00
Alan Third
e2d199aa44
Fix crash when using menus and tramp on NS
...
; Fixes bug#24472, bug#37557 and bug#37922.
* src/nsterm.m (ns_select): Don't drain outerpool in this function.
(cherry picked from commit f14869cd70 )
2021-04-04 11:44:37 +01:00
Eli Zaretskii
3ec93bb7c2
Improve doc strings in replace.el
...
* lisp/replace.el (occur, list-matching-lines-prefix-face)
(list-matching-lines-jump-to-current-line): Doc fixes.
2021-04-03 10:16:34 +03:00
Michael Albinus
8a92030f6a
Fix hang in autorevert-tests.el
...
* test/lisp/autorevert-tests.el (auto-revert--wait-for-revert):
Apply more robust check, whether file notification is used.
2021-03-28 21:06:24 +02:00
Lars Ingebrigtsen
91eea74229
Revert "Clarify dired-do-shell-command doc string"
...
This reverts commit cf607c262e .
The doc string already explains this.
(cherry picked from commit 01cf0eb757 )
2021-03-28 18:22:15 +03:00
Lars Ingebrigtsen
b23e22e0de
Clarify dired-do-shell-command doc string
...
* lisp/dired-aux.el (dired-do-shell-command): Mention what happens
to FILE-LIST (bug#47432).
(cherry picked from commit cf607c262e )
2021-03-28 17:22:04 +03:00
Eli Zaretskii
bcc4cc3362
Doc fixes for 'face-foreground' and 'face-background'.
...
* lisp/faces.el (face-foreground, face-background): Clarify how a
face specified in INHERIT arg is used. (Bug#47437)
2021-03-28 16:26:21 +03:00
Eli Zaretskii
bf6442fafd
; * admin/make-tarball.txt: Minor addition to the Web pages section.
2021-03-26 09:38:38 +03:00
Glenn Morris
38b127d32e
* admin/admin.el (set-version): Handle malformed NEWS markup.
2021-03-25 11:48:13 -07:00
Glenn Morris
0d7e2a993e
admin.el fix for bug#47394
...
* admin/admin.el (manual-html-fix-index-2): Handle Texinfo 6.7.
2021-03-25 11:23:17 -07:00
Michael Albinus
fdec444758
; * etc/NEWS: Fix typo.
2021-03-25 18:52:44 +01:00
Eli Zaretskii
1e6ca2765f
; * admin/make-tarball.txt: Another minor addition.
2021-03-25 19:22:55 +02:00
Eli Zaretskii
3e9047115e
Bump Emacs version past 27.2
...
* README:
* configure.ac:
* nt/README.W32:
* msdos/sed2v2.inp:
* etc/NEWS: Bump Emacs version to 27.2.50.
2021-03-25 19:12:25 +02:00
Eli Zaretskii
291a421c2e
* admin/make-tarball.txt: Improve and expand the instructions.
2021-03-25 17:24:43 +02:00
Amos Bird
0e4795fc98
Fix preeditarea reporting wrong spot.
...
This patch adjust the x position of preeditarea with both left fringe
and left margin, which prevents IME preedit box (such as fcitx) from
placing at the wrong position in GUI emacs.
* src/xfns.c (xic_set_preeditarea): Adjust X for left margin width.
(Bug#47377)
2021-03-25 17:22:46 +02:00
Paul Eggert
6a4ed891d8
Fix replace-buffer-contents undefined behavior
...
* src/editfns.c (Freplace_buffer_contents): Avoid undefined
behavior with competing side effects in parallel subexpressions.
Problem reported by Apple clang version 12.0.0 (clang-1200.0.32.29).
2021-03-25 08:13:12 -07:00
Michael Albinus
720a8b17f8
Fix filenotify-tests.el for Solaris (bug#47262), do not merge
...
* test/lisp/filenotify-tests.el (file-notify--test-read-event):
Check also for GFamDirectoryMonitor.
(file-notify--test-timeout): Increase cygwin timeout.
(file-notify--test-monitor): Use `alist-get'.
(file-notify--test-event-actions): New defun.
(file-notify--test-with-actions-explainer): Use it.
(file-notify--test-with-actions-check): Use it. If
file-notify-debug is non-nil, trace received events instead of
checking them.
(file-notify-test03-events, file-notify-test05-file-validity)
(file-notify-test07-many-events, file-notify-test08-backup)
(file-notify-test09-watched-file-in-watched-dir):
Handle GFamFileMonitor and GFamDirectoryMonitor.
2021-03-25 15:36:33 +01:00
Eli Zaretskii
deef5efafb
; * ChangeLog.3: Update with the log of the last change.
2021-03-19 03:16:54 -04:00
Basil L. Contovounesios
bd991e3c9b
Fix frame-inner-height in non-GUI builds
...
Include tab bar in frame's inner height in non-GUI builds that don't
define tab-bar-height. This is consistent with the inclusion of the
menu bar in the calculated height. It is also consistent with TTY
frames of GUI builds, for which tab-bar-height is always zero
anyway (bug#47234). Fix suggested by Eli Zaretskii <eliz@gnu.org>.
* lisp/frame.el (frame-inner-height): Don't assume tab-bar-height is
defined in builds --without-x.
2021-03-18 22:13:05 +00:00