summaryrefslogtreecommitdiff
path: root/lisp/whitespace.el
AgeCommit message (Expand)Author
2026-03-23; * lisp/whitespace.el (whitespace-global-modes): Grammar fix.Sean Whitton
2026-03-23Fix recent whitespace.el changesBasil L. Contovounesios
2026-03-19New option to enable global-whitespace-mode in special-buffers (bug#79230)Ihor Radchenko
2026-01-12; whitespace-global-modes: Replace "automagically".Sean Whitton
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-16; Fix last change (bug#77544)Eli Zaretskii
2025-08-16whitespace-mode: New style to prettify page delimiters characters.Elías Gabriel Pérez
2025-06-07Avoid whitespace-mode breaking standard-display-unicode-special-glyphsEli Zaretskii
2025-05-04whitespace.el: Collaborate better with `combine-after-change-calls`Stefan Monnier
2025-01-27; Fix byte-compilation warningsStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-09-21Merge from origin/emacs-30Eli Zaretskii
2024-09-21Fix font-lock of last character before EOB under 'whitespace-mode'Stefan Monnier
2024-09-21Fix 'whitespace-mode' with 'missing-newline-at-eof'Eli Zaretskii
2024-06-29Make whitespace.el's cleanup add missing final newlineBjörn Lindström
2024-04-24Fix handling of glyph codes in whitespace.elEli Zaretskii
2024-01-21doc: Delete extraneous quotes around keysStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30; Prefer finder keyword "text" to deprecated keyword "wp"Stefan Kangas
2023-11-23Adjust affected callers of derived-mode-p` to use the new conventionStefan Monnier
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31whitespace: Use `define-globalized-minor-mode' for global modeRichard Hansen
2022-12-21whitespace: Avoid mutating original buffer's markers in clonesRichard Hansen
2022-12-19whitespace: Fix unintended change in buffer modification statusRichard Hansen
2022-11-21; Fix typos (misspelled symbols)Stefan Kangas
2022-11-01Merge from origin/emacs-28Stefan Kangas
2022-10-29; * lisp/whitespace.el (whitespace-trailing): Fix a typo.Eli Zaretskii
2022-10-28Merge from origin/emacs-28Stefan Kangas
2022-10-27; Improve doc strings in whitespace.elEli Zaretskii
2022-09-26Fix whitespace-mode in read-only buffersLars Ingebrigtsen
2022-09-11whitespace: Redo BoB/EoB empty line highlightingRichard Hansen
2022-09-11whitespace: Include empty final line in BoB empty matchRichard Hansen
2022-09-11whitespace: Reset `whitespace-buffer-changed' when refontifyingRichard Hansen
2022-09-11; whitespace: Use `defvar-local' for buffer-local varsRichard Hansen
2022-09-11; whitespace: Delete unused `whitespace-font-lock-refontify' varRichard Hansen
2022-07-15Fix whitespace-mode display table restoration logicLars Ingebrigtsen
2022-07-02; Fix typos.Mattias Engdegård
2022-06-20whitespace: Redraw if indentation or line length changesRichard Hansen
2022-06-15whitespace.el: New whitespace style `lines-char'Miha Rihtaršič
2022-06-12Merge from origin/emacs-28Stefan Kangas
2022-06-11; Fix last change in whitespace.el.Eli Zaretskii
2022-06-11Fix doc strings in whitespace.elEli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-21Remove redundant #' before lambdaStefan Kangas
2021-09-26; Fix some recent fixes to doc stringsEli Zaretskii
2021-09-26; Adjust overly long docstrings to fit 80 charactersStefan Kangas
2021-09-23;* lisp/whitespace.el (whitespace-display-window): Add doc-string.Martin Rudalics