summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Split image-dired.el into several files (part 1/2)Stefan Kangas2022-09-036-0/+12320
| | | | | | | | | | | | | | | | | | | | | Use a git trick to split a file while preserving line history (for "git blame", "git log --follow", etc.): 1) Make exact copies of the original file, in the same commit as moving it. [this commit] 2) Next, trim down the extra copies to contain only the relevant parts. * lisp/image-dired.el: Move from here... * lisp/image/image-dired-dired.el: * lisp/image/image-dired-external.el: * lisp/image/image-dired-tags.el: * lisp/image/image-dired-util.el: * lisp/image/image-dired.el: ...to here. * test/lisp/image-dired-tests.el: Move from here... * test/lisp/image/image-dired-tests.el: ...to here.
* Make "rlogin" method obsolete in url*.elStefan Kangas2022-09-036-36/+39
| | | | | | | | | | | | | | | | | | | | | | * lisp/url/url-about.el (url-probe-protocols): Remove "rlogin". * lisp/url/url-gw.el (url-gateway-rlogin-host) (url-gateway-rlogin-user-name, url-gateway-rlogin-parameters) (url-open-rlogin): Make obsolete. (Bug#56891) (url-open-stream): * lisp/url/url-misc.el (url-do-terminal-emulator): Warn when using "rlogin". (url-rlogin): Make obsolete. * lisp/url/url-vars.el (url-gateway-method): Remove "rlogin" choice. * lisp/url/url-gw.el (url-gw-rlogin-obsolete-warned-once) * lisp/url/url-misc.el (url-misc-rlogin-obsolete-warned-once): New variables, immediately marked obsolete. * doc/misc/url.texi (telnet/tn3270): Rename section from "rlogin/telnet/tn3270". (Gateways in general, Customization): Don't mention "rlogin" method.
* ; Merge from origin/emacs-28Stefan Kangas2022-09-030-0/+0
|\ | | | | | | | | | | The following commit was skipped: f9f92772dc ; Normalize email
| * ; Normalize emailStefan Kangas2022-09-031-1/+1
| | | | | | | | Don't merge to master.
* | Merge from origin/emacs-28Stefan Kangas2022-09-032-16/+21
|\| | | | | | | d89e65c638 Update acknowledgments
| * Update acknowledgmentsStefan Kangas2022-09-032-16/+21
| | | | | | | | | | | | * doc/emacs/ack.texi (Acknowledgments): Update. * doc/emacs/emacs.texi (Acknowledgments): Add several names from Author: headers.
* | Make some versions in docs match package versionStefan Kangas2022-09-034-5/+5
| | | | | | | | | | | | | | | | * 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.
* | ; Merge from origin/emacs-28Stefan Kangas2022-09-020-0/+0
|\| | | | | | | | | | | The following commit was skipped: 80c5327195 Make some versions in docs match package version
| * Make some versions in docs match package versionStefan Kangas2022-09-015-6/+6
| | | | | | | | | | | | | | | | * 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.
* | Merge from origin/emacs-28Stefan Kangas2022-09-022-39/+46
|\| | | | | | | | | 917da2641e Minor doc fix; improve sorting of VC backends 89695bce3e Clarify the doc string of 'set-face-attribute'
| * Minor doc fix; improve sorting of VC backendsStefan Kangas2022-09-011-24/+24
| | | | | | | | | | * doc/emacs/maintaining.texi (Version Control Systems): Minor doc fix; rearrange list to put git, cvs and subversion at the top.
| * Clarify the doc string of 'set-face-attribute'Eli Zaretskii2022-09-011-15/+22
| | | | | | | | | | | | * lisp/faces.el (set-face-attribute): Clarify the issue with resetting attribute values to 'unspecified' for future frames. (Bug#57499)
* | Display a warning for some uses of nil in face attributes.Gregory Heytings2022-09-021-9/+12
| | | | | | | | | | | | | | * src/xfaces.c (HANDLE_INVALID_NIL_VALUE): New macro, which displays a warning for invalid uses of nil as a face attribute value. (Finternal_set_lisp_face_attribute): Use the macro for the attributes :foreground, :distant-foreground and :background.
* | * lisp/help-fns.el: Minor fixesStefan Monnier2022-09-021-5/+5
| | | | | | | | | | | | | | | | (describe-mode--minor-modes): Don't burp on minor modes that lack a docstring. (describe-mode--minor-modes): Simplify eta-redex. (find-lisp-object-file-name): Use `autoload-file`. (help-fns--describe-function-or-command-prompt): Allow the user to insist on choosing a function even if it appears not to exist.
* | Use `format-prompt' in `describe-char-fold-equivalences'Robert Pluim2022-09-021-1/+3
| | | | | | | | * lisp/char-fold.el (describe-char-fold-equivalences): Use `format-prompt'.
* | Fix define-minor-mode :keymap obsoletion warningLars Ingebrigtsen2022-09-021-1/+4
| | | | | | | | | | * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix some warning.
* | Make minibuffer-eldef-shorten-default obsoleteStefan Kangas2022-09-023-6/+10
| | | | | | | | | | | | | | * lisp/minibuf-eldef.el (minibuffer-eldef-shorten-default): Make variable obsolete in favor of 'minibuffer-default-prompt-format'. * doc/emacs/mini.texi (Basic Minibuffer): Delete above obsolete variable (bug#50935).
* | Default show-paren-mode to off in special-mode buffersLars Ingebrigtsen2022-09-024-15/+40
| | | | | | | | | | | | | | | | | | | | | | * doc/emacs/programs.texi (Matching): Mention the new user option. * doc/misc/efaq.texi (Matching parentheses): Adjust text to the current state of affairs. * lisp/paren.el (show-paren-function): New user option (bug#50894). (show-paren-mode): Mention it. (show-paren-function): Use it.
* | Clean up ispell "look"-related variablesLars Ingebrigtsen2022-09-021-3/+7
| | | | | | | | | | | | | | | | | | | | * lisp/textmodes/ispell.el (ispell-look-p): Make obsolete. (ispell-lookup-words): Look up the look command at run time instead (bug#50852). (ispell-have-new-look): Make obsolete. (ispell-look-options): Adjust. Apparently the version of "look" that had a "-r" (regexp interface) never took off -- it's not present in GNU/Linux or Macos, at least, as far as we can tell.
* | Fix quotes in mailcap-add-mailcap-entry doc stringLars Ingebrigtsen2022-09-021-3/+3
| | | | | | | | | | * lisp/net/mailcap.el (mailcap-add-mailcap-entry): Fix usage of quotes.
* | Restructure ‘mailcap-add-mailcap-entry’Felix Dietrich2022-09-021-20/+36
| | | | | | | | | | * lisp/net/mailcap.el (mailcap-add-mailcap-entry): Restructure mailcap-add-mailcap-entry to improve readability.
* | Add tests for ‘mailcap-add-mailcap-entry’Felix Dietrich2022-09-021-0/+405
| | | | | | | | | | * test/lisp/net/mailcap-tests.el: Add tests for ‘mailcap-add-mailcap-entry’
* | Use frame-monitor-attributes in gamegridRobert Pluim2022-09-021-5/+1
| | | | | | | | | | | | * lisp/play/gamegrid.el (gamegrid-calculate-glyph-size): Use `frame-monitor-attributes' to get the frame attributes directly instead of iterating over `display-monitor-attributes-list'.
* | Prevent crashes when embedding Emacs in a nonexistent parentPo Lu2022-09-023-7/+48
| | | | | | | | | | | | | | | | | | | | | | | | * src/xfns.c (x_window, Fx_create_frame): Handle X errors while trying to reparent the frame onto an explicitly specified parent. * src/xterm.c (handle_one_xevent): Handle unparenting embedded windows correctly. This only works if the embedder is aware of the fixes extension and has put the window into the right save set. (x_embed_frame): New function. * src/xterm.h (FRAME_X_EMBEDDED_P): Fix coding style.
* | Make single char entry easier for `describe-char-fold-equivalences'Robert Pluim2022-09-021-3/+3
| | | | | | | | | | | | * lisp/char-fold.el (describe-char-fold-equivalences): Improve docstring. Pass t for 'allow-single' arg in call to `read-char-by-name' so that single characters can be entered directly.
* | Allow easy entry of single chars in `read-char-by-name'Robert Pluim2022-09-021-2/+8
| | | | | | | | | | * lisp/international/mule-cmds.el (read-char-by-name): Add optional 'allow-single' argument, meaning to accept single chars as themselves.
* | ldap-host-parameters-alist: Add auth-source optionFabrice Bauzac-Stehly2022-09-021-0/+8
| | | | | | | | | | * lisp/net/ldap.el (ldap-host-parameters-alist): Add auth-source to checklist.
* | Under no-X builds, allow any value for 'fringe-bitmap' optionsJim Porter2022-09-011-1/+6
| | | | | | | | * lisp/cus-edit (fringe-bitmap): Always match under no-X.
* | Fix bug#57476 for Xt buildsPo Lu2022-09-011-1/+5
| | | | | | | | | | * src/xterm.c (handle_one_xevent): Add similar event mode check to code under USE_X_TOOLKIT conditional. (bug#57476)
* | Make easy-mmode-define-keymap obsoleteLars Ingebrigtsen2022-09-011-0/+3
| | | | | | | | | | | | * lisp/emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Make obsolete. (define-minor-mode): Add comment.
* | Make easy-mmode-defmap obsolete and adjust only callerLars Ingebrigtsen2022-09-012-139/+90
| | | | | | | | | | * lisp/emacs-lisp/easy-mmode.el (easy-mmode-defmap): Make obsolete. * lisp/progmodes/gud.el (gud-menu-map): Use easy-menu-define.
* | Fix outline-minor-mode-mapLars Ingebrigtsen2022-09-011-4/+4
| | | | | | | | | | | | * lisp/outline.el (outline-minor-mode): Avoid using easy-mmode-define-keymap, since it doesn't handle :inherit correctly (bug#57512).
* | Make file-parent-directory more efficientDaanturo2022-09-011-1/+3
| | | | | | | | | | | | * lisp/files.el (file-parent-directory): Use equal instead of file-equal-p to compare the found parent and the child (bug#56355). This is much faster.
* | Better `take` and `ntake` bignum argument handlingMattias Engdegård2022-09-011-14/+20
| | | | | | | | | | | | * src/fns.c (Ftake, Fntake): Treat positive bignum arguments as most-positive-fixnum which results in better error checking of improper lists.
* | ; * etc/NEWS: Fix documentation marking of recently-added entries.Eli Zaretskii2022-09-011-2/+2
| |
* | ; * src/xdisp.c (lookup_glyphless_char_display): Fix last merge.Eli Zaretskii2022-09-011-7/+1
| |
* | ; Merge from origin/emacs-28Stefan Kangas2022-09-010-0/+0
|\| | | | | | | | | | | The following commit was skipped: f44c4e49b7 ; Auto-commit of loaddefs files.
| * ; Auto-commit of loaddefs files.Stefan Kangas2022-09-011-2/+2
| |
* | Merge from origin/emacs-28Stefan Kangas2022-09-0111-36/+205
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8807a4f532 Enable 256 colors in fbterm. bbc23ca8ab One more fix for find-file.el 0cbcaf5119 ; Yet another doc fix for 'ff-other-file-alist' (bug#57325) 2d9a391727 Recommend using fbterm in the Linux console. a5a92e577c ; * src/window.c (syms_of_window) <window-point-insertion-... 4d52fe6b96 * lisp/find-file.el (ff-other-file-alist): Doc fix. (Bug#... d111b5b651 * lisp/info.el (Info-mode): Support the Linux console better. cc945ec0ed ; Fix doc strings in latin1-disp.el 195fcc932e Improve the documentation of glyphless-character display 72ae02377e ; * lisp/jit-lock.el (jit-lock-chunk-size): Doc fix. 3fb69fad49 Fix documentation of 'glyphless-char-display' # Conflicts: # lisp/international/characters.el # src/xdisp.c
| * Enable 256 colors in fbterm.Gregory Heytings2022-08-302-4/+43
| | | | | | | | | | | | | | * 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.
| * One more fix for find-file.elEli Zaretskii2022-08-301-3/+3
| | | | | | | | | | | | * 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)
| * ; Yet another doc fix for 'ff-other-file-alist' (bug#57325)Eli Zaretskii2022-08-301-9/+18
| |
| * Recommend using fbterm in the Linux console.Gregory Heytings2022-08-292-0/+92
| | | | | | | | | | | | | | * 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.
| * ; * src/window.c (syms_of_window) <window-point-insertion-type>: Doc fix.Eli Zaretskii2022-08-291-1/+2
| |
| * * lisp/find-file.el (ff-other-file-alist): Doc fix. (Bug#57325)Eli Zaretskii2022-08-291-1/+6
| |
| * * lisp/info.el (Info-mode): Support the Linux console better.Eli Zaretskii2022-08-281-3/+6
| |
| * ; Fix doc strings in latin1-disp.elEli Zaretskii2022-08-281-2/+2
| | | | | | | | | | * lisp/international/latin1-disp.el (latin1-display-ucs-per-lynx) (latin1-display): Doc fix.
| * Improve the documentation of glyphless-character displayEli Zaretskii2022-08-283-3/+12
| | | | | | | | | | | | | | | | | | * 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.
| * ; * lisp/jit-lock.el (jit-lock-chunk-size): Doc fix.Eli Zaretskii2022-08-271-2/+5
| |
| * Fix documentation of 'glyphless-char-display'Eli Zaretskii2022-08-271-8/+9
| | | | | | | | | | | | * src/xdisp.c (syms_of_xdisp)<glyphless-char-display>: Doc fix. (gui_produce_glyphs, lookup_glyphless_char_display): Fix indentation.