1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-07 16:10:46 -08:00
Commit graph

151606 commits

Author SHA1 Message Date
Eli Zaretskii
c200098dde ; * src/intervals.c (get_local_map): Fix commentary. 2022-09-18 19:59:58 +03:00
Michael Albinus
69cc3d38bc Fix Tramp error with eshell integration
* lisp/net/tramp-integration.el (tramp-eshell-directory-change):
Respect local `default-directory'.  (Bug#57556)
2022-09-18 12:51:52 +02:00
Stefan Kangas
50bb9ec84c ; * admin/admin.el (make-news-html-file): Fix typo. 2022-09-17 22:06:33 +02:00
Michael Albinus
e2c3ce2402 Sync with Tramp 2.5.3.2. Don't merge with master
* doc/misc/tramp.texi (Android shell setup): Rework.
(Frequently Asked Questions): Improve recommendations for speeding up.

* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.4-pre".

* lisp/net/tramp-adb.el (tramp-methods): Use "%d".
(tramp-adb-handle-directory-files-and-attributes): Fix "." and
".." in listing.
(tramp-adb-handle-file-attributes)
(tramp-adb-handle-directory-files-and-attributes)
(tramp-adb-handle-file-name-all-completions): Pipe "ls" output
through "cat", in order to avoid quoting special characters.
(tramp-adb-maybe-open-connection): Compute args from `tramp-login-args'.

* lisp/net/tramp-compat.el (tramp-compat-replace-regexp-in-region):
New defalias.

* lisp/net/tramp-gvfs.el (tramp-gvfs-do-copy-or-rename-file):
Adapt check for proper remote command.

* lisp/net/tramp.el (tramp-methods): Adapt docstring.
(tramp-handle-make-process): Check for adb device if indicated.
(tramp-get-remote-tmpdir): Cache result in temporary connection
property.

* test/lisp/net/tramp-tests.el  (tramp-test17-insert-directory)
(tramp-test22-file-times, tramp--test-utf8): Adapt tests.
(tramp--test-shell-file-name): Do not depend on `tramp--test-adb-p'.
(tramp-test46-unload): Ignore autoload functions in
`tramp-file-name' structure tests, since `tramp-file-name-handler'
is also autoloaded in Emacs 29.
2022-09-17 17:50:38 +02:00
Stefan Kangas
320f0cac80 ; * etc/NEWS: Fix typo. 2022-09-17 02:18:36 +02:00
Stefan Kangas
5dbe4fa64a Simplify regexp in make-news-html-file
* admin/admin.el (make-news-html-file): Simplify regexp.
Suggested by Mattias Engdegård <mattiase@acm.org>.
2022-09-17 02:18:27 +02:00
Stefan Kangas
069ffbda09 * admin/admin.el (make-news-html-file): Set id on correct tag. 2022-09-16 19:46:31 +02:00
Stefan Kangas
bcc84ac7fe Add version headlines to HTML NEWS export
This allows linking to, e.g. "NEWS.28.html#28.1" to go directly to
those release notes.
* admin/admin.el (admin--org-export-headers-format)
(make-news-html-file): Add XX.Y version headlines with an HTML anchor.
2022-09-16 19:34:46 +02:00
Stefan Kangas
5d227ae83e ; * etc/NEWS: Fix formatting. 2022-09-16 19:16:36 +02:00
Stefan Kangas
562c196099 ; * etc/NEWS: Backport fixes from master.
Don't merge to master.
2022-09-16 16:19:44 +02:00
Stefan Kangas
f232d989fd Improve HTML export of NEWS file
* admin/admin.el (admin--org-export-headers-format)
(admin--org-html-postamble): New variables.
(admin--require-external-package): New function.
(make-news-html-file): Improve HTML export.
2022-09-16 16:19:29 +02:00
Stefan Kangas
397890ba77 Delete "etc/NEWS*.html" from .gitignore
We actually do want to see it when preparing a release, so that we
don't include it in a tarball by mistake.
* .gitignore: Don't ignore "etc/NEWS*.html".
2022-09-16 15:27:30 +02:00
Stefan Kangas
70ca5f6524 ; * etc/NEWS: Fix typos. 2022-09-16 15:27:25 +02:00
Stefan Kangas
19de241a7d Recommend NonGNU ELPA over MELPA
* doc/misc/org.org (Using CDLaTeX to enter math, Footnotes): Recommend
NonGNU ELPA over MELPA.
2022-09-16 14:04:27 +02:00
Stefan Kangas
f25f9dbf30 Minor doc fixes in picture.el
* lisp/textmodes/picture.el: Improve Commentary.
(picture-forward-column, picture-backward-column)
(picture-move-down, picture-move-up, picture-movement-nw)
(picture-movement-ne, picture-movement-sw, picture-movement-se)
(picture-set-motion, picture-clear-line, picture-newline)
(picture-tab, picture-yank-rectangle)
(picture-yank-rectangle-from-register, picture-insert-rectangle)
(picture-draw-rectangle): Minor doc fixes.
2022-09-16 12:50:08 +02:00
Stefan Kangas
520b041b54 * lisp/textmodes/page-ext.el: Improve Commentary. 2022-09-16 12:14:54 +02:00
Stefan Kangas
5543aea1b2 Automate exporting etc/NEWS to HTML
* admin/admin.el (make-news-html-file): New function.
* .gitignore: Ignore generated "etc/NEWS*.html" file.
2022-09-14 18:42:10 +02:00
Eli Zaretskii
23a91163ed * Makefile.in (uninstall): Remove the *.eln files. (Bug#57771) 2022-09-14 15:14:00 +03:00
Stefan Kangas
86f0601392 ; * admin/notes/www: Fix typos. 2022-09-13 04:54:27 +02:00
Stefan Kangas
2cdb9d03fd ; * admin/make-tarball.txt: Minor clarifications. 2022-09-12 12:15:01 +02:00
Stefan Kangas
f771f122d2 ; Bump Emacs version past 28.2
* README:
* configure.ac:
* nt/README.W32:
* msdos/sed2v2.inp:
* etc/NEWS: Bump Emacs version to 28.2.50.
2022-09-12 12:02:32 +02:00
Stefan Kangas
739b5d0e52 Update HISTORY for Emacs 28.2
* etc/HISTORY: Update for the Emacs 28.2 release.
2022-09-12 02:47:11 +02:00
Stefan Kangas
9acb278af5 Bump Emacs version to 28.2
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version to 28.2.
2022-09-07 01:20:12 +02:00
Stefan Kangas
395760dcd3 Update ChangeLog and AUTHORS for Emacs 28.2
* ChangeLog.3:
* etc/AUTHORS:
* etc/NEWS: Update for Emacs 28.2.
2022-09-07 00:20:57 +02:00
Stefan Kangas
ddabb03a01 * doc/misc/idlwave.texi (Troubleshooting): Don't say "Emacsen". 2022-09-06 23:27:01 +02:00
Stefan Kangas
724444f3d5 ; * doc/emacs/misc.texi (emacsclient Options): Fix typo. 2022-09-06 22:46:11 +02:00
Stefan Kangas
b96257162d Don't mention very old Emacs versions in docs
* doc/misc/mh-e.texi (Conventions):
* doc/misc/reftex.texi (Problems and Work-Arounds):
* doc/misc/viper.texi (Loading Viper): Delete references to
very old versions of Emacs.
2022-09-06 14:08:27 +02:00
Stefan Kangas
ecbdb3b0ad * lisp/server.el: Improve Commentary. 2022-09-05 15:46:30 +02:00
Gregory Heytings
ee5c591249 Explain how the font appearance can be fine-tuned in fbterm.
* doc/misc/efaq.texi (Emacs in a Linux console): Briefly document
Xft font specifications with which the font appearance can be
fine-tuned.
2022-09-05 10:57:56 +02:00
Kyle Meyer
5713c730f2 Update to Org 9.5.5 2022-09-03 21:32:20 -04:00
Stefan Monnier
aad38d6010 * lisp/emacs-lisp/comp.el (comp-run-async-workers): Fail more gracefully
Otherwise Emacs may fail to start if it can't find a writable
`~/.emacs.d/eln-cache` directory.
Fixes bug#57562.  See also Debian's bug #1017739.
2022-09-03 15:14:58 -04:00
Stefan Kangas
f9f92772dc ; Normalize email
Don't merge to master.
2022-09-03 01:39:55 +02:00
Stefan Kangas
d89e65c638 Update acknowledgments
* doc/emacs/ack.texi (Acknowledgments): Update.
* doc/emacs/emacs.texi (Acknowledgments): Add several names from
Author: headers.
2022-09-03 01:39:00 +02:00
Stefan Kangas
80c5327195 Make some versions in docs match package version
* doc/emacs/misc.texi (Interactive Shell): Bump Emacs version.
* doc/misc/ediff.texi:
* doc/misc/flymake.texi:
* doc/misc/viper.texi: Fix version to match package.
* lisp/emulation/viper.el: Make version match variable.
2022-09-01 11:12:06 +02:00
Stefan Kangas
917da2641e Minor doc fix; improve sorting of VC backends
* doc/emacs/maintaining.texi (Version Control Systems): Minor doc fix;
rearrange list to put git, cvs and subversion at the top.
2022-09-01 11:01:14 +02:00
Eli Zaretskii
89695bce3e Clarify the doc string of 'set-face-attribute'
* lisp/faces.el (set-face-attribute): Clarify the issue with
resetting attribute values to 'unspecified' for future frames.
(Bug#57499)
2022-09-01 11:42:33 +03:00
Stefan Kangas
f44c4e49b7 ; Auto-commit of loaddefs files. 2022-09-01 05:10:19 +02:00
Gregory Heytings
8807a4f532 Enable 256 colors in fbterm.
* lisp/term/fbterm.el: New file.

* doc/misc/efaq.texi (Emacs in a Linux console): Document the TERM
environment variable with which the new file is used.
2022-08-30 23:08:05 +02:00
Eli Zaretskii
bbc23ca8ab One more fix for find-file.el
* lisp/find-file.el (ff-get-file-name): Use 'expand-file-name'
instead of 'concat', which doesn't DTRT with absolute file names.
(ff-other-file-alist): Yet another doc fix.  (Bug#57325)
2022-08-30 19:09:00 +03:00
Eli Zaretskii
0cbcaf5119 ; Yet another doc fix for 'ff-other-file-alist' (bug#57325) 2022-08-30 15:42:34 +03:00
Gregory Heytings
2d9a391727 Recommend using fbterm in the Linux console.
* doc/misc/efaq.texi (Emacs in a Linux console): New node.
(Common requests): Entry for the new node.

* etc/PROBLEMS (Linux console problems...): Mention the new FAQ node.
2022-08-29 20:46:29 +02:00
Eli Zaretskii
a5a92e577c ; * src/window.c (syms_of_window) <window-point-insertion-type>: Doc fix. 2022-08-29 17:09:02 +03:00
Eli Zaretskii
4d52fe6b96 * lisp/find-file.el (ff-other-file-alist): Doc fix. (Bug#57325) 2022-08-29 17:02:46 +03:00
Eli Zaretskii
d111b5b651 * lisp/info.el (Info-mode): Support the Linux console better. 2022-08-28 14:42:07 +03:00
Eli Zaretskii
cc945ec0ed ; Fix doc strings in latin1-disp.el
* lisp/international/latin1-disp.el (latin1-display-ucs-per-lynx)
(latin1-display): Doc fix.
2022-08-28 08:51:09 +03:00
Eli Zaretskii
195fcc932e Improve the documentation of glyphless-character display
* lisp/international/characters.el (glyphless-char-display-control):
* src/xdisp.c (syms_of_xdisp) <glyphless-char-display>: Mention
the 'glyphless-char' face in the doc string.

* doc/lispref/display.texi (Glyphless Chars): Index
'glyphless-char' face.
2022-08-28 08:40:25 +03:00
Eli Zaretskii
72ae02377e ; * lisp/jit-lock.el (jit-lock-chunk-size): Doc fix. 2022-08-27 14:24:59 +03:00
Eli Zaretskii
3fb69fad49 Fix documentation of 'glyphless-char-display'
* src/xdisp.c (syms_of_xdisp)<glyphless-char-display>: Doc fix.
(gui_produce_glyphs, lookup_glyphless_char_display): Fix
indentation.
2022-08-27 10:50:57 +03:00
Eli Zaretskii
e3b8577525 ; * etc/DEBUG: Fix wording of "X protocol errors" section. 2022-08-25 22:07:04 +03:00
Robert Pluim
ba64d09156 Treat smtp-auth method from auth-info as a symbol
The lookup of the SMTP auth method is done based on symbols, but
sometimes the requested value comes from `auth-info', in which case it
is a string, so call `intern-soft' to convert it to a symbol (which
does nothing if it's already a symbol).

* lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Call
`intern-soft' on the smtp-auth key's value.  (Bug#57373)

Do not merge to master
2022-08-25 18:14:55 +02:00