aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/display.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; Fix the documentation of 'overlays-in' etc.Eli Zaretskii2026-02-281-1/+10
| | | | | | | | * src/buffer.c (Foverlays_in): * lisp/subr.el (remove-overlays): * doc/lispref/display.texi (Finding Overlays, Managing Overlays): * etc/NEWS: Improve the documentation of recent changes in behavior of 'overlays-in' and 'remove-overlays'. (Bug#80242)
* ; Fix define-obsolete-face-alias entry in manual.Basil L. Contovounesios2026-02-141-3/+3
|
* Adjust documentation to changes in 'overlays-in' and 'overlays-at'Eli Zaretskii2026-02-141-16/+36
| | | | | | | | | | | | * src/buffer.c (overlays_in): Fix commentary to match the code. (Foverlays_in, Foverlays_at): Doc fixes. (Bug#80242) * test/src/buffer-tests.el (test-overlays-at-2): Add one test. * doc/lispref/display.texi (Finding Overlays): Update and improve the documentation of 'overlays-in' and 'overlays-at'. * etc/NEWS: Announce the changes.
* New function 'truncate-string-pixelwise' (bug#80244)Stéphane Marks2026-01-311-0/+34
| | | | | | | | | | | | | | | This function will truncate a string on a pixelwise basis in a work buffer and using a binary search rather than brute force. * lisp/emacs-lisp/subr-x.el (work-buffer--prepare-pixelwise): New defun helper function. (string-pixel-width): Use the helper function. (truncate-string-pixelwise): New defun. * test/lisp/misc-tests.el (misc-test-truncate-string-pixelwise): (misc-test-truncate-string-pixelwise-unicode): New test. * doc/lispref/display.texi (Size of Displayed Text): Document the function. * etc/NEWS: Announce the function.
* Improve animation cache documentationBasil L. Contovounesios2026-01-241-1/+11
| | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (Image Cache): Document animation cache argument that clear-image-cache gained in Emacs 29 (bug#56546, bug#66221). * lisp/image.el (image-animate-timeout): Note limitation of clear-image-cache with ImageMagick. * src/image.c (Fclear_image_cache): Rename animation-cache argument to animation-filter and expand its description for clarity. (struct anim_cache, anim_create_cache, image_prune_animation_caches): Improve commentary. (mark_image_cache): Replace stale commentary that referred to forall_images_in_image_cache with description of mark_image_cache. [HAVE_IMAGEMAGICK] (struct animation_cache): Mention lack of clear-image-cache support in commentary.
* Support cons cell for 'line-spacing'Daniel Mendler2026-01-241-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/NEWS: Announce the change. * src/dispextern.h (struct glyph_row): Add 'extra_line_spacing_above' member. (struct it): Add 'extra_line_spacing_above' member. * src/frame.h (struct frame): Add 'extra_line_spacing_above' member. Update comment for 'extra_line_spacing.' * src/buffer.c (syms_of_buffer): Update the docstring of 'line-spacing' to describe the cons cell usage. * src/buffer.h (struct buffer): Update comment for 'extra_line_spacing'. * src/frame.c (gui_set_line_spacing): Handle cons cell value for 'line-spacing'. Calculate and set 'extra_line_spacing_above' for both integer and float pairs. * src/xdisp.c (init_iterator): Initialize 'extra_line_spacing_above' from buffer or frame 'line-spacing', handling cons cells for both integer and float values. (gui_produce_glyphs): Use 'extra_line_spacing_above' to distribute spacing between ascent and descent. Update 'max_extra_line_spacing' calculation. (resize_mini_window): Take line spacing into account when resizing the mini window. Pass height of a single line to 'grow_mini_window' and 'shrink_mini_window'. * src/window.c (grow_mini_window, shrink_mini_window): Add unit argument which defines height of a single line. * src/window.h (grow_mini_window, shrink_mini_window): Adjust function prototypes accordingly with unit argument. * lisp/subr.el (total-line-spacing): New function to calculate total spacing from a number or cons cell. (posn-col-row): Use total-line-spacing. * lisp/simple.el (default-line-height): Use 'total-line-spacing'. * lisp/textmodes/picture.el (picture-mouse-set-point): Use 'total-line-spacing'. * lisp/window.el (window-default-line-height): Use 'total-line-spacing'. (window--resize-mini-window): Take 'line-spacing' into account. * test/lisp/subr-tests.el (total-line-spacing): New test. * test/src/buffer-tests.el (test-line-spacing): New test. * doc/emacs/display.texi (Display Custom): Document that 'line-spacing' can be a cons cell. (Line Height): Document the new cons cell format for 'line-spacing' to allow vertical centering. Co-authored-by: Przemysław Alexander Kamiński <alexander@kaminski.se> Co-authored-by: Daniel Mendler <mail@daniel-mendler.de>
* Various housekeeping in image.cBasil L. Contovounesios2026-01-161-5/+6
| | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (Customizing Bitmaps): Fix grammar. (XBM Images): Fix reference to incorrect number of properties. (Multi-Frame Images, Other Image Types): Mention multi-frame WebP support. * src/image.c: Don't include pdumper.h; it hasn't been needed since commit of 2019-05-17 "Clean up and simplify image-type setup". Fix some commentary. (image_pix_container_create_from_bitmap_data): Remove no longer used frame parameter (bug#80191); this continues from commit of 2022-11-25 "Remove unused parameter from image_create_pix_container". All callers updated. (x_create_xrender_picture, initialize_image_type): Simplify. (xbm_image_p): Remove redundant conditional branch. Update commentary.
* ; * doc/lispref/display.texi (Progress): Revert inaccurate text.Eli Zaretskii2026-01-151-2/+1
|
* ; * doc/lispref/display.texi (Progress): Fix wording and punctuation.Eli Zaretskii2026-01-151-2/+3
|
* (make-progress-reporter): Tweak wording of CONTEXT docStefan Monnier2026-01-141-3/+5
|
* Optionally inhibit echo area progress reporting (bug#80198)Stéphane Marks2026-01-141-8/+12
| | | | | | | | | | | | | | Add an optional 'context' argument to 'make-progress-reporter' which 'progress-reporter-echo-area' consults to inhibit updates if the context is 'async' and the echo area is busy. * lisp/subr.el (make-progress-reporter): Add the optional 'context' argument. (progress-reporter-context): New defun accessor. (progress-reporter-echo-area): Consult 'progress-reporter-context'. * doc/lispref/display.texi: Document context. * etc/NEWS: Announce context.
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
|
* ; Improve documentation of 'font-spec'Eli Zaretskii2025-12-221-1/+2
| | | | | | * src/font.c (Ffont_spec): * doc/lispref/display.texi (Low-Level Font): More accurate documentation of 'font-spec's arguments.
* * doc/lispref/display.texi (Display Margins): Remove obsolete remark.Juri Linkov2025-10-231-2/+1
| | | | | Text and images in the margin were made mouse-sensitive long ago. https://lists.gnu.org/archive/html/emacs-devel/2025-10/msg00596.html
* Merge from origin/emacs-30Sean Whitton2025-10-071-0/+4
|\ | | | | | | cd400326b2f ; Improve documentation of 'string-glyph-split'
| * ; Improve documentation of 'string-glyph-split'Eli Zaretskii2025-10-051-0/+4
| | | | | | | | | | | | * doc/lispref/display.texi (Size of Displayed Text): * lisp/emacs-lisp/subr-x.el (string-glyph-split): Document a caveat (bug#79576).
* | Update documentation and NEWS with SVG changes (bug#77841)Alan Third2025-07-101-1/+1
| | | | | | | | | | * doc/lispref/display.texi (SVG Images): * etc/NEWS: Document changes to SVG foreground color handling.
* | Merge from origin/emacs-30Eli Zaretskii2025-07-051-0/+12
|\ \ | |/ | | | | | | | | | | | | | | | | 3f7787c9794 ; * lisp/replace.el (query-replace-help): Fix help text (... b10596a6303 ; * lisp/emacs-lisp/warnings.el (warning-display-at-botto... 060f964906b Handle ts_node_type return NULL (bug#78938) 5bdacbe460a Improve documentation of 'warning-display-at-bottom' 30dae2ad239 Handle the case when ts_node_type returns NULL (bug#78938) 985ad1da76d ; * lisp/emacs-lisp/bytecomp.el (compilation-safety): Doc... de18407f513 ; * doc/lispref/functions.texi (Mapping Functions): Fix w...
| * Improve documentation of 'warning-display-at-bottom'Eli Zaretskii2025-07-041-0/+12
| | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/warnings.el (warning-display-at-bottom): * doc/lispref/display.texi (Warning Options): * doc/emacs/windows.texi (Temporary Displays): * etc/NEWS: Improve documentation of 'warning-display-at-bottom'. See https://lists.gnu.org/archive/html/emacs-devel/2025-07/msg00024.html for more details.
* | Clean up text properties in 'visual-wrap-prefix-mode'Jim Porter2025-06-101-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before refontifying a region, remove any text properties we care about so that we don't end up with stray properties. Additionally, make sure to remove all the properties when deactivating the mode. * lisp/emacs-lisp/subr-x.el (add-remove--display-text-property): New function, extracted from... (add-display-text-property): ... here. (remove-display-text-property): New function. * lisp/visual-wrap.el (visual-wrap--remove-properties): New function... (visual-wrap-prefix-function, visual-wrap-prefix-mode): ... call it. * test/lisp/emacs-lisp/subr-x-tests.el (subr-x-test-remove-display-text-property): New test. * test/lisp/visual-wrap-tests.el (visual-wrap-tests/wrap-prefix-stickiness, visual-wrap-tests/cleanup): New tests. * doc/lispref/display.texi (Display Property): Document 'remove-display-text-property'. * etc/NEWS: Announce 'remove-display-text-property' (bug#76018).
* | Improve documentation for display property functionsJim Porter2025-06-101-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, use the term "display specification" more consistently to distinguish from "display property", which is the full value of the 'display' text property. * src/xdisp.c (find_display_property): Rename PROP to SPEC. (Fget_display_property): Rename PROP to SPEC and improve docstring. * lisp/emacs-lisp/subr-x.el (add-display-text-property): Rename PROP to SPEC and improve docstring. * doc/lispref/display.texi (Display Property): Reword documentation to more-consistently refer to display specifications.
* | Add optional inherit argument to 'face-all-attributes' (bug#77945)shipmints2025-06-071-6/+9
| | | | | | | | | | * lisp/faces.el (face-all-attributes): Add 'inherit' argument and pass to 'face-attribute'.
* | Disable clearing echo-area when 'inhibit-message' is non-nilEli Zaretskii2025-04-131-2/+4
| | | | | | | | | | | | | | | | | | * src/xdisp.c (clear_message): Don't clear echo-area if 'inhibit-message' is non-nil. * etc/NEWS: * doc/lispref/display.texi (Displaying Messages): Document the above change. (Bug#77257)
* | Merge from origin/emacs-30Eli Zaretskii2025-04-051-6/+14
|\ \ | |/ | | | | | | 38fec86281e ; Improve the documentation of 'slice' display spec (bug#... 3f05b455f7e ; * src/editfns.c (Fmessage): Mention 'inhibit-message' (...
| * ; Improve the documentation of 'slice' display spec (bug#77384).Eli Zaretskii2025-03-301-6/+14
| |
* | Restrict symbol prettification to displayable glyphsPaul Nelson2025-04-051-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/international/mule.el (char-displayable-on-frame-p): New function used to determine whether a character can be meaningfully displayed on a given frame. * doc/lispref/display.texi (Fontsets): Document it. * lisp/progmodes/prog-mode.el (prettify-symbols--composition-displayable-p): New function used to restrict to displayable prettification symbols. This prevents issues with missing characters appearing as boxes. (prettify-symbols--make-keywords): Use it. (Bug#77381)
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-4/+20
|\ \ | |/ | | | | | | | | | | | | | | | | | | b531bbf73ef Fix go-ts-mode const_spec highlighting (Bug#76330) bd1d6761f4c ; Document what happens when 'display' and 'invisible' pr... 526eeedf889 keymaps.texi: Move "Changing Key Bindings" section up 7ec6531c7bd keymaps.texi: Move "Key Sequences" section down 8b804011275 Improve process-get/process-put docstrings 73c646b7771 Merge branch 'emacs-30' of git.sv.gnu.org:/srv/git/emacs ... 0af5c574998 Fix recent change in diff-no-select c8cec840d79 Prevent rare freeze on Android 4.2 through 4.4
| * ; Document what happens when 'display' and 'invisible' props clashEli Zaretskii2025-03-011-4/+20
| | | | | | | | | | | | * doc/lispref/display.texi (Replacing Specs, Overlay Properties) (Invisible Text): Document that 'invisible' is ignored when 'display' property covers the same text. (Bug#76658)
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-2/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f88dc0f2f9d ; Fix documentation of 'buffer-text-pixel-size' 734986349fd ; Minor Android documentation improvements a90da899034 ; Fix up emacs-lisp-mode docstring 58c7acb5554 ; Fix completion-fail-discreetly docstring typo. 02c830ba22b Fix ert-font-lock macro signatures 0c6b8643aec Fix a typo in 'window_text_pixel_size' 8a8c25eaccd ; Add Rudolf Schlatte to authors.el 94c0ea39a5a * doc/misc/efaq.texi (New in Emacs 30): Fix typo. (Bug#7... 0be5f9115ec ; * etc/images/README (Files): Add an entry for last-page... 63adf9dcf53 ; Reflow some cl-lib docstrings 99253f79703 ; * etc/TODO: New section "Make it easier to contribute". # Conflicts: # lisp/emacs-lisp/cl-macs.el
| * ; Fix documentation of 'buffer-text-pixel-size'Eli Zaretskii2025-02-261-2/+6
| | | | | | | | | | * doc/lispref/display.texi (Size of Displayed Text): Fix arguments of 'buffer-text-pixel-size'. (Bug#76519)
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-9/+1
|\ \ | |/ | | | | | | | | | | | | 563b6f94511 Constant highlighting no longer captures Java annotations e15dcb2db5c Improve wording of lsh docstring 0cc651acddb ; * admin/check-doc-strings: Add note for future developm... 3c9b1c3cd18 Don't document deleted xwidget functions 9e9b78dda94 ; Improve lsh and ash documented argument names
| * Don't document deleted xwidget functionsStefan Kangas2025-02-231-9/+1
| | | | | | | | | | | | * doc/lispref/display.texi (Xwidgets): Don't document deleted function xwidget-webkit-execute-script-rv. Fix name of deleted and then re-added function xwidget-webkit-title.
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
| | | | | | | | Run "TZ=UTC0 admin/update-copyright".
* | Fix the values and documentation of 'printable-chars' tableEli Zaretskii2025-02-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * src/character.c (syms_of_character) <printable-chars>: Doc fix. * lisp/international/characters.el (printable-chars): Fix values for non-ASCII characters. * doc/lispref/nonascii.texi (Character Properties): Add cross-reference for what is a printable character. * doc/lispref/display.texi (Usual Display): * doc/lispref/searching.texi (Char Classes): Add indexing. (Bug#76611)
* | ; Fix last changeEli Zaretskii2025-01-261-2/+2
| | | | | | | | | | | | | | | | * lisp/disp-table.el (display-table-slot) (set-display-table-slot): * etc/NEWS: * doc/lispref/display.texi (Display Tables): Fix punctuation and typos.
* | Display separators on tty menus with display table entriesGerd Möllmann2025-01-261-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/xdisp.c (display_tty_menu_separator): Lookup separator char in standard-display-table, make a string, and display that using display_string. * src/xdisp.c (display_tty_menu_separator_char): New function. (display_tty_menu_separator): Use it. * lisp/disp-table.el (display-table): Increase from 12 to 18. (box-double-vertical, box-double-horizontal, box-double-down-right) (box-double-down-left, box-double-up-right, box-double-up-left): New symbols for extra slots. (display-table-slot, set-display-table-slot): Change doc string. (describe-display-table): Describe new slots. (standard-display-unicode-special-glyphs): Define new slots. * src/disptab.h (DISP_TABLE_P): Add enumerators. (DISP_TABLE_EXTRA_SLOTS): Define based on enum box. * src/dispnew.c (produce_box_glyphs): Add new enumerators to switch to make it exhaustive. * src/xdisp.c (display_tty_menu_separator): Use BOX_DOUBLE_HORIZONTAL for '=' if present. * doc/lispref/display.texi: Add documentation. * etc/NEWS: Mention in NEWS.
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| | | | | | | | Run "TZ=UTC0 admin/update-copyright".
* | Merge from origin/emacs-30Eli Zaretskii2024-11-301-1/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | afb34a3b239 ; Improve documentation of ':box' face attribute b38eb6da1d1 Fix docstring of c-ts-mode-indent-style 9fdb764898d Support PHP 8.4 and more reliable indentation (bug#74525) bda0bce9e43 Don't inadvertently reset frame scroll bar sizes (Bug#74435) 3f99cdaf26d Mention special variables in lexical binding documentation 0ef0f18f163 Allow to go back to using 'ruby-mode' after loading 'ruby... fc17e8727d4 Delete obsolete section in admin/notes/repo 3e396b2c5bb Improve documentation for 'while-let' 50b91ed458d Remove mention of treesit-defun-prefer-top-level (bug#74474) 03ae07291e8 Fix NS non-native fullscreen on initial frame load (bug#5... 8261d7224d3 Fix user options for listing and marking diary files # Conflicts: # lisp/progmodes/c-ts-mode.el
| * ; Improve documentation of ':box' face attributeEli Zaretskii2024-11-301-1/+5
| | | | | | | | | | * doc/lispref/display.texi (Face Attributes): Describe a subtlety of displaying ':box'. (Bug#74536)
* | Merge from origin/emacs-30Eli Zaretskii2024-11-091-18/+27
|\ \ | |/ | | | | | | | | | | | | | | dbcd9d782c9 Fix documentation and error message of adding local varia... 94bf7ad797b Document the 'display-line-numbers-disable' property b1be0f2ba6b Document issues with 'use-package's ':custom' and byte co... 775970a7831 ; * src/ftcrfont.c (ftcrhbfont_end_hb_font): Improve comm... 9149aa89ee8 Fix display of compositions when font style changes (Cair... 3bf00777be1 ; * src/xdisp.c (face_before_or_after_it_pos): Fix thinko...
| * Document the 'display-line-numbers-disable' propertyEli Zaretskii2024-11-091-18/+27
| | | | | | | | | | | | * doc/lispref/display.texi (Overlay Properties): * doc/lispref/text.texi (Special Properties): Document 'display-line-numbers-disable'. Fix indexing.
* | Merge from origin/emacs-30Eli Zaretskii2024-11-091-3/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | 3231af3727b Improve 'open-network-stream' documentation. fb55431c44e ; Fix typos in case-conversion descriptions 83f095d1fd4 ; Fix typo and indexing in the ELisp manual 37b1799c9e5 ; Instrument proced-tests.el further 03fa832b4dc Improve Tramp documentation on direct async processes # Conflicts: # etc/NEWS
| * ; Fix typo and indexing in the ELisp manualEli Zaretskii2024-11-041-3/+5
| | | | | | | | | | * doc/lispref/display.texi (Image Descriptors): Fix typo and indexing. (Defining Images): Fix indexing.
* | Merge from origin/emacs-30Sean Whitton2024-10-241-1/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | f5451b6a066 ; Improve comment from last change 09e05f7ee4d Document and-let* vs. when-let* usage convention b7a375f5c49 Fix error when splicing Eshell globs and a glob expands t... 2289e162268 * etc/package-keyring.gpg: Update expiration and add new key 48024096fea Avoid crashes when scrolling images under winner-mode c35d6ba9f07 ; * doc/lispref/display.texi (Fontsets): Clarify wording. 88a1a32fc57 ; * doc/lispref/display.texi (Fontsets): Fix typo. 6be47058cd7 ; Add indexing for 'use-default-font-for-symbols' 681f70ea04a * src/lread.c (READ_AND_BUFFER): Reject negative chars (b... ac4151e0023 * test/Makefile.in: Do not show emacs-module-tests.log by... 4e0cb960dbd Fix 'php-ts-mode': better indentation and font locking
| * ; * doc/lispref/display.texi (Fontsets): Clarify wording.Eli Zaretskii2024-10-211-1/+2
| |
| * ; * doc/lispref/display.texi (Fontsets): Fix typo.Eli Zaretskii2024-10-211-1/+1
| |
| * ; Add indexing for 'use-default-font-for-symbols'Eli Zaretskii2024-10-211-0/+1
| | | | | | | | | | | | * doc/emacs/mule.texi (Modifying Fontsets): * doc/lispref/display.texi (Fontsets): Index 'use-default-font-for-symbols'.
* | Merge from origin/emacs-30Michael Albinus2024-10-181-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78e6328fafd ; (select-safe-coding-system-interactively): Say "safely ... c5eba443ae7 ; * lisp/icomplete.el (icomplete-in-buffer): Doc fix (bug... 569186c36e3 ; * doc/lispref/display.texi (Face Attributes): Fix typo ... d5723fc4f03 * lisp/progmodes/c-ts-mode.el (treesit-node-eq): Declare ... 0085e48f917 * admin/notes/emba: Docker builds do not run in a worktree. 3d30905b022 * lisp/calc/calc-ext.el (math-approx-sqrt-e): Doc fix (bu... 94d0e9c4018 : Revert a mistaken change 4d90a1d8209 ; * doc/emacs/search.texi (Word Search): Spelling fixes. c154047c46a Fix c-ts-mode--anchor-prev-sibling (bug#73661) b87fda63dd4 Fix formatting of long keyboard macros by 'list-keyboard-... ae75ea62324 ; * src/fileio.c (Ffile_newer_than_file_p): Fix wording (... b1203978685 Merge branch 'emacs-30' of git.sv.gnu.org:/srv/git/emacs ... de54d922b5c * doc/emacs/mini.texi (Passwords): Mention password visib... 0f8f0773183 ; * doc/emacs/search.texi (Word Search): Document 'dictio... fb155bcfb6f ; * lisp/emacs-lisp/chart.el (chart-bar-quickie): Doc fix. 6dbe4e99ac4 ; * lisp/emacs-lisp/chart.el (chart-bar-quickie): Improve... d664227f81a ; More accurate documentation of 'file-newer-than-file-p' e49b479f869 Fix c-ts-mode indentation for initializer lists (bug#73661) f520008744b Avoid segfaults in Rmail-MIME 6a5c2edd84f Eglot: use :immediate t when resolving completions (bug#7... cd36e070c24 Eglot: minor changes to doc and docstrings 1ea0d9b891b Revert "Set treesit-primary-parser for tree-sitter modes" 52746ceb625 Remove duplicate indent rules in elixir-ts-mode ed57faafc74 Set treesit-primary-parser for tree-sitter modes 37a6c859b04 ; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix capita... 2d4d6dc43a4 Delete XIE X extension from TODO b68b9f291cc ; * lisp/progmodes/csharp-mode.el (treesit-query-compile)... 688201ef18d ; * lisp/window.el (switch-to-prev-buffer-skip-regexp): D... ba44fc9a447 Restore comment/string check for 'electric-layout-mode' 5a462948e13 Update Arni Magnusson's email address 6b1271b169a Fix python-ts-mode-map docstring aaaafddc945 Normalize "Commentary" section in eudc.el d656be9794d Expand email abbrevs in X-Debbugs-Cc header. e9dcf0c57dd Fix 'list-tags' when invoked from a non-file buffer 51ef05f684c count-windows: Fix reference to walk-windows 5eaf0c784bf * lisp/info-look.el (mapc): Add use-package manual's index. 705a5a1a9e6 ; * ChangeLog.4: Fix attribution of one change. bf26ff0dc8d Update csharp-ts-mode font-lock (bug#73369) 4c866abab96 ; * doc/lispref/variables.texi (Creating Buffer-Local): F... d42d7d474fe ; * lisp/doc-view.el (doc-view-svg-face): Copy-edit docst... f46f476bb8f ; * admin/MAINTAINERS: Take VC subsystem, add note about ... d68e6d2689d ; rcirc-update-activity-string: Justify some existing beh... e6a37869c8d Fix inconsistency in value of rcirc-activity-string 108b3179bd4 Revert "; Minor clarification in variables.texi" 44156c21407 ; Minor clarification in variables.texi 63058e1153a Tag interactive commands in 'lua-ts-mode' 84bea20eba2 ; * lisp/info-look.el: Add two more links. 96b87ad5363 Mention LSP acronym in eglot defgroup docstring 9c904e8ceae Change :group of 'eglot' defgroup to 'tools' fd1a1b07805 Remove out-of-date documentation from python.el 11e3e0cadd4 Fix executing commands in Eshell using "env" with no loca... c0ef8a9a1b3 Fix a typo in the calendar manual 36ff7138feb ; Fix a thinko in sieve-manage.el 7abecbcd633 ; * nt/INSTALL: Update MinGW notes URL. (Bug#73528) e2b01d164cd ; Fix last changes in php-ts-mode.el e8830015b07 Require ert-x for use by 'ert-font-lock-deftest-file' a1841b4d8e7 ; * admin/authors.el (authors-aliases): Don't ignore "one... 69d8f9d1b70 Fix php-ts-mode font-lock for latest PHP grammar (bug#73516) 68f53e43488 eieio.texi: Fix bug#73505 53c887fdf6d ; cperl-mode.el: Fix an invalid face specification f5cd5585f46 ; Recommend GNU Find for 'find-dired' 65e589698e6 ; * lisp/filesets.el (filesets-homepage): Fix URL. 1f243a97806 Delete duplicated line in Viper refcard
| * ; * doc/lispref/display.texi (Face Attributes): Fix typo (bug#73824).Eli Zaretskii2024-10-161-1/+1
| |
* | Remove buttons when disabling 'button-mode'Robert Pluim2024-10-111-1/+3
| | | | | | | | | | | | * lisp/button.el (button-mode): Remove all buttons when disabling. * doc/lispref/display.texi (Button Buffer Commands): Document the change. (Bug#73175)