aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/whitespace.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid whitespace-mode breaking standard-display-unicode-special-glyphsEli Zaretskii2025-06-071-1/+2
* whitespace.el: Collaborate better with `combine-after-change-calls`Stefan Monnier2025-05-041-79/+39
* ; Fix byte-compilation warningsStefan Kangas2025-01-271-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Merge from origin/emacs-30Eli Zaretskii2024-09-211-10/+22
|\
| * Fix font-lock of last character before EOB under 'whitespace-mode'Stefan Monnier2024-09-211-6/+6
| * Fix 'whitespace-mode' with 'missing-newline-at-eof'Eli Zaretskii2024-09-211-4/+16
* | Make whitespace.el's cleanup add missing final newlineBjörn Lindström2024-06-291-1/+15
|/
* Fix handling of glyph codes in whitespace.elEli Zaretskii2024-04-241-1/+1
* doc: Delete extraneous quotes around keysStefan Kangas2024-01-211-2/+2
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Prefer finder keyword "text" to deprecated keyword "wp"Stefan Kangas2023-12-301-1/+1
* | Adjust affected callers of derived-mode-p` to use the new conventionStefan Monnier2023-11-231-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | whitespace: Use `define-globalized-minor-mode' for global modeRichard Hansen2022-12-311-29/+6
|/
* whitespace: Avoid mutating original buffer's markers in clonesRichard Hansen2022-12-211-0/+15
* whitespace: Fix unintended change in buffer modification statusRichard Hansen2022-12-191-12/+16
* ; Fix typos (misspelled symbols)Stefan Kangas2022-11-211-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-11-011-1/+1
|\
| * ; * lisp/whitespace.el (whitespace-trailing): Fix a typo.Eli Zaretskii2022-10-291-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-10-281-126/+161
|\ \ | |/
| * ; Improve doc strings in whitespace.elEli Zaretskii2022-10-271-125/+161
* | Fix whitespace-mode in read-only buffersLars Ingebrigtsen2022-09-261-32/+33
* | whitespace: Redo BoB/EoB empty line highlightingRichard Hansen2022-09-111-100/+155
* | whitespace: Include empty final line in BoB empty matchRichard Hansen2022-09-111-1/+1
* | whitespace: Reset `whitespace-buffer-changed' when refontifyingRichard Hansen2022-09-111-0/+1
* | ; whitespace: Use `defvar-local' for buffer-local varsRichard Hansen2022-09-111-8/+8
* | ; whitespace: Delete unused `whitespace-font-lock-refontify' varRichard Hansen2022-09-111-5/+0
* | Fix whitespace-mode display table restoration logicLars Ingebrigtsen2022-07-151-3/+5
* | ; Fix typos.Mattias Engdegård2022-07-021-1/+1
* | whitespace: Redraw if indentation or line length changesRichard Hansen2022-06-201-10/+28
* | whitespace.el: New whitespace style `lines-char'Miha Rihtaršič2022-06-151-8/+31
* | Merge from origin/emacs-28Stefan Kangas2022-06-121-133/+133
|\ \ | |/
| * ; Fix last change in whitespace.el.Eli Zaretskii2022-06-111-117/+117
| * Fix doc strings in whitespace.elEli Zaretskii2022-06-111-16/+16
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Remove redundant #' before lambdaStefan Kangas2021-10-211-27/+26
|/
* ; Fix some recent fixes to doc stringsEli Zaretskii2021-09-261-2/+1
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-261-2/+2
* ;* lisp/whitespace.el (whitespace-display-window): Add doc-string.Martin Rudalics2021-09-231-0/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-3/+3
* Restore some of the previous behaviour in whitespace-display-windowLars Ingebrigtsen2021-09-211-4/+5
* Fix whitespace-report window creationLars Ingebrigtsen2021-09-211-7/+2
* Use `special-mode' for whitespace-reportLars Ingebrigtsen2021-09-211-23/+25
* ; Normalize some header commentsStefan Kangas2021-09-161-1/+1
* Add a customization group link from whitespace-modeLars Ingebrigtsen2021-09-041-1/+4
* Extend whitespace-empty to the end of the lineLars Ingebrigtsen2021-07-311-1/+1