1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

151454 Commits

Author SHA1 Message Date
Ken Brown
1f508a8b6f etc/PROBLEMS: Describe issues with native compilation on Cygwin 2022-07-11 13:06:40 -04:00
Eli Zaretskii
84a5d47125 ; Fix last change
* doc/lispref/compile.texi (Native-Compilation Variables): Explain
better what the value -1 of 'native-comp-speed' means.
2022-07-11 16:52:03 +03:00
Eli Zaretskii
0461021893 ; * lisp/emacs-lisp/comp.el (native-comp-speed): Explain the -1 value. 2022-07-11 16:48:24 +03:00
Stefan Kangas
876317271b * lisp/find-dired.el (find-dired): Doc fix; add crossreference. 2022-07-11 11:51:16 +02:00
Eli Zaretskii
115261b323 ; Improve wording of recently-changed doc strings.
* lisp/simple.el (auto-save-mode):
* lisp/files.el (auto-save-visited-mode): Improve wording of the
doc strings.
2022-07-09 10:39:57 +03:00
Stefan Kangas
3442de2edd Doc fix; don't mention obsolete variable
* src/window.c (Fset_window_hscroll): Doc fix; don't mention obsolete
variable.
2022-07-08 21:16:00 +02:00
Stefan Kangas
c4e251103b ; * lisp/textmodes/rst.el: Update URLs. 2022-07-08 10:36:10 +02:00
Stefan Kangas
2ac0ddc4ac ; * lisp/net/net-utils.el: Minor doc fixes. 2022-07-07 12:16:18 +02:00
Stefan Kangas
f9d01e5047 ; * lisp/emacs-lisp/ert.el: Remove installation instructions.
(cherry picked from commit ef218ac936)
2022-07-06 12:33:42 +02:00
Stefan Kangas
6b5d829d9d Add index entry for "ignore case"
* doc/emacs/glossary.texi (Glossary): Add index entry for "ignore
case" pointing to "Case Folding".
2022-07-05 19:57:34 +02:00
Stefan Kangas
29e1459965 ; * lisp/files.el (remote-file-name-inhibit-cache): Minor doc fix. 2022-07-05 19:32:15 +02:00
Stefan Kangas
d5e1424174 Expand docstrings related to auto-saving
* lisp/files.el (auto-save-visited-mode):
* lisp/simple.el (auto-save-mode): Expand docstring.
2022-07-05 00:30:09 +02:00
Lars Ingebrigtsen
28c5c27162 Don't bug out in manual-html-fix-index-2 on newer makeinfo versions
Backport from master.

* admin/admin.el (manual-html-fix-index-2): Don't bug out if the
makeinfo version doesn't include <ul>.

(cherry picked from commit e0e3f2b672)
2022-07-04 14:09:24 +02:00
Lars Ingebrigtsen
724f712ef1 Preserve <title> in the Emacs manuals
Backport from master.

* admin/admin.el (manual-html-fix-headers): Preserve the <title>
element (bug#48334).

(cherry picked from commit b778e71af7)
2022-07-04 14:07:30 +02:00
Eli Zaretskii
41472f3b6c Document 'jit-lock-debug-mode'
* doc/lispref/modes.texi (Other Font Lock Variables): Document
'jit-lock-debug-mode'.
2022-07-03 08:40:54 +03:00
Alan Mackenzie
d927181b1a * lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nil
Backport:  This fixes bug #53605.
2022-07-02 16:37:59 +00:00
Alan Mackenzie
dc3d01a5af CC Mode: Fix a c-backward-token-2 call wrongly jumping back over macros.
This fixes bug #56256.

* lisp/progmodes/cc-fonts.el (c-font-lock-c++-lambda-captures): Replace a
c-backward-token-2, which could jump back too far leading to an infinite
loop, with a save-excursion to remember the point we've got to go back to.
2022-07-02 16:12:59 +00:00
Stefan Kangas
e390396e68 Doc fixes; don't use obsolete names
* etc/compilation.txt:
* lisp/mh-e/mh-funcs.el (mh-kill-folder): Don't use obsolete
names.
2022-07-02 11:59:57 +02:00
Stefan Kangas
c85f7c2e8a Don't refer to obsolete alias for insert-char
* lisp/leim/quail/persian.el: Don't refer to obsolete alias for
insert-char.
2022-07-02 11:59:57 +02:00
Stefan Kangas
60ad45c5d2 Don't use obsolete face name in manoj-dark-theme
* etc/themes/manoj-dark-theme.el (change-log-acknowledgment): Don't
use obsolete/non-existent face name.
2022-07-02 11:59:44 +02:00
Eli Zaretskii
1c3d107cb5 Fix "C-u C-x =" for SPC
* lisp/descr-text.el (describe-char): Don't report 'nobreak-space'
face for SPC.  (Bug#56337)
2022-07-01 17:17:36 +03:00
Brennan Vincent
7e33618bbc ; * src/fns.c (Frequire): Fix a typo in the doc string. (Bug#56328)
Copyright-paperwork-exempt: yes
2022-07-01 08:32:13 +03:00
Stefan Kangas
6908309827 Doc fixes: don't refer to some obsolete items
* admin/notes/multi-tty:
* lisp/chistory.el (command-history):
* lisp/emacs-lisp/nadvice.el:
* lisp/vc/diff-mode.el: Doc fix; don't refer to obsolete variables and
functions.
2022-06-30 23:18:45 +02:00
Stefan Kangas
dc3cb749f3 Remove obsolete cust-print from elisp index
* doc/lispref/edebug.texi (Printing in Edebug): Remove obsolete
library "cust-print" from index.
2022-06-30 22:37:21 +02:00
Stefan Kangas
9ffbbddf8e * admin/make-tarball.txt: Minor clarifications. 2022-06-30 15:15:47 +02:00
Eli Zaretskii
f5421104e9 Fix external image conversion on MS-Windows
* lisp/image/image-converter.el (image-converter--convert-magick)
(image-converter--convert): Force encoding/decoding to avoid any
text or EOL conversions, since we are reading/writing binary
data.  (Bug#56317)
2022-06-30 13:50:34 +03:00
Stefan Monnier
6f22631a63 * doc/emacs/buffers.texi (Indirect Buffers): Mention modification hook quirk 2022-06-29 13:41:59 -04:00
Stefan Kangas
f1de6c0e28 Bump Emacs version to 28.1.90
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version to 28.1.90.
2022-06-29 15:21:26 +02:00
Stefan Kangas
6c26f089a7 Update ChangeLog and AUTHORS for 28.1.90 pretest
* ChangeLog.3:
* etc/AUTHORS: Update.
2022-06-29 15:19:55 +02:00
Stefan Kangas
7f749e44db ; Auto-commit of loaddefs files. 2022-06-29 14:20:24 +02:00
Stefan Kangas
bf137fdbd2 ; * admin/make-tarball.txt: Small clarification. 2022-06-29 14:08:31 +02:00
Michael Albinus
3d91d55432 Update Tramp version (don't merge with master)
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.3".
2022-06-29 11:08:44 +02:00
Michael Albinus
2eba8cad20 Tramp shall not trap unrelated D-Bus errors
* lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-vector): Declare.
(tramp-gvfs-file-name-handler): Let-bind it.
(tramp-gvfs-dbus-event-vector): Fix docstring.
(tramp-gvfs-maybe-open-connection): Do not set it globally.  (Bug#56162)
2022-06-28 14:41:45 +02:00
Michael Albinus
a8e72eb0e2 ; * etc/NEWS: Fix file name quotations. 2022-06-28 14:40:52 +02:00
Basil L. Contovounesios
091b22cb12 Fix hash table function return values in manual
* doc/lispref/hash.texi (Hash Access): Reconcile documented return
values of puthash and clrhash with their respective
docstrings (bug#55562).
2022-06-28 10:03:53 +03:00
Eli Zaretskii
a280df4cab ; Mention in NEWS the need to use --bindir
* etc/NEWS: Mention the need to use --bindir= at configure time
when installing outside of the ${prefix} tree.  (Bug#46790)
2022-06-27 15:57:36 +03:00
Kyle Meyer
48bda83d35 Update to Org 9.5.4-3-g6dc785 2022-06-26 23:00:38 -04:00
Paul Eggert
c66b90a534 Mention Solaris 10 'make clean' and 'make check' 2022-06-26 17:38:04 -05:00
Paul Eggert
ade34cf821 Mention further crashes on Solaris 10 2022-06-26 17:38:01 -05:00
Paul Eggert
fd04009d16 Port distribution tarball to Solaris 10
* make-dist (taropt): Use 'tar -H ustar' to generate a portable
tar file format instead of a GNU-specific format.  Needed now that
Emacs tarballs contain file names longer than 100 bytes, e.g.:
emacs-28.1/test/lisp/gnus/mml-sec-resources/private-keys-v1.d/C072AF82DCCCB9A7F1B85FFA10B802DC4ED16703.key
emacs-28.1/test/lisp/emacs-lisp/bytecomp-resources/error-lexical-var-with-run-hook-with-args-until-success.el
Without this patch, extracting a tarball on Solaris 10 fails with
many diagnostics like “tar: ././@LongLink: typeflag 'L' not
recognized, converting to regular file”.

(cherry picked from commit 4410f5d869)
2022-06-26 16:22:04 +03:00
Allen Li
a9d338818a ; elec-pair: Fix docstring typo (bug#56233)
* lisp/elec-pair.el (electric-pair-post-self-insert-function): Fix typo.
2022-06-26 11:14:34 +03:00
Stefan Kangas
1f6750b53a Avoid treating number as an enum in the org manual
* doc/misc/org.org (The Agenda Dispatcher): Avoid treating number as
enum.
2022-06-24 19:18:50 +02:00
Stefan Kangas
a772c0b852 ; Fix typos: prefer US spelling. 2022-06-23 22:03:50 +02:00
Eli Zaretskii
a3f294b37f Improve last change in autotype.texi
* doc/misc/autotype.texi (Autoinserting): Fix wording.  Suggested
by Richard Stallman <rms@gnu.org>.
2022-06-22 16:46:25 +03:00
Tassilo Horn
f3acc09377 ; Revert "Use file-in-directory-p instead of obsolete dired-in-this-tree-p"
Fixes bug#56126.

This reverts commit b425966b07.
2022-06-21 21:21:12 +02:00
Stefan Kangas
5082d74cfd ; * lisp/recentf.el: Fix typo. 2022-06-21 14:20:22 +02:00
Stefan Kangas
3f66e2a903 * lisp/repeat.el (repeat-mode): Fix message format. 2022-06-21 13:57:30 +02:00
Earl Hyatt
137539c125 Clarify autotype.texi text slightly
* doc/misc/autotype.texi (Autoinserting): Make text slightly
clearer (bug#56118).
2022-06-21 12:52:36 +02:00
Eli Zaretskii
2eb738f2b8 Support builds configured with a separate --bindir
* src/emacs.c (load_pdump): Don't overwrite the leading
directories of the Emacs executable just because the pdumper file
was not found in the expected directory relative to the binary.
This is needed to support builds with a separate --bindir
configure-time option and native-compilation.  (Bug#55741)
2022-06-20 19:04:06 +03:00
Stefan Kangas
cf4c204df8 * doc/misc/eww.texi (Overview, Basics): Fix typos. 2022-06-20 11:09:18 +02:00