summaryrefslogtreecommitdiff
path: root/lisp/whitespace.el
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | whitespace: Use `define-globalized-minor-mode' for global modeRichard Hansen2022-12-31
|/
* whitespace: Avoid mutating original buffer's markers in clonesRichard Hansen2022-12-21
* whitespace: Fix unintended change in buffer modification statusRichard Hansen2022-12-19
* ; Fix typos (misspelled symbols)Stefan Kangas2022-11-21
* Merge from origin/emacs-28Stefan Kangas2022-11-01
|\
| * ; * lisp/whitespace.el (whitespace-trailing): Fix a typo.Eli Zaretskii2022-10-29
* | Merge from origin/emacs-28Stefan Kangas2022-10-28
|\|
| * ; Improve doc strings in whitespace.elEli Zaretskii2022-10-27
* | Fix whitespace-mode in read-only buffersLars Ingebrigtsen2022-09-26
* | whitespace: Redo BoB/EoB empty line highlightingRichard Hansen2022-09-11
* | whitespace: Include empty final line in BoB empty matchRichard Hansen2022-09-11
* | whitespace: Reset `whitespace-buffer-changed' when refontifyingRichard Hansen2022-09-11
* | ; whitespace: Use `defvar-local' for buffer-local varsRichard Hansen2022-09-11
* | ; whitespace: Delete unused `whitespace-font-lock-refontify' varRichard Hansen2022-09-11
* | Fix whitespace-mode display table restoration logicLars Ingebrigtsen2022-07-15
* | ; Fix typos.Mattias Engdegård2022-07-02
* | whitespace: Redraw if indentation or line length changesRichard Hansen2022-06-20
* | whitespace.el: New whitespace style `lines-char'Miha Rihtaršič2022-06-15
* | Merge from origin/emacs-28Stefan Kangas2022-06-12
|\|
| * ; Fix last change in whitespace.el.Eli Zaretskii2022-06-11
| * Fix doc strings in whitespace.elEli Zaretskii2022-06-11
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Remove redundant #' before lambdaStefan Kangas2021-10-21
|/
* ; Fix some recent fixes to doc stringsEli Zaretskii2021-09-26
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-26
* ;* lisp/whitespace.el (whitespace-display-window): Add doc-string.Martin Rudalics2021-09-23
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Restore some of the previous behaviour in whitespace-display-windowLars Ingebrigtsen2021-09-21
* Fix whitespace-report window creationLars Ingebrigtsen2021-09-21
* Use `special-mode' for whitespace-reportLars Ingebrigtsen2021-09-21
* ; Normalize some header commentsStefan Kangas2021-09-16
* Add a customization group link from whitespace-modeLars Ingebrigtsen2021-09-04
* Extend whitespace-empty to the end of the lineLars Ingebrigtsen2021-07-31
* ; End recently added sentences with a period.Basil L. Contovounesios2021-06-01
* Obsolete `global-whitespace-newline-mode'Lars Ingebrigtsen2021-06-01
* Make the default `whitespace-enable-predicate' use `derived-mode-p'Lars Ingebrigtsen2021-01-28
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer setq-local in whitespace.elStefan Kangas2020-12-07
* Remove redundant installation instructionsStefan Kangas2020-11-12
* Make more load-hooks obsolete (Bug#21563)Stefan Kangas2020-10-20
* ; Prefer https to http in many URLsStefan Kangas2020-10-01
* Fix defcustom type in whitespace.elLars Ingebrigtsen2020-09-25
* Fix some defcustom typesLars Ingebrigtsen2020-09-25
* ; * lisp/whitespace.el: Capitalize "Code" section heading.Jonas Bernoulli2020-08-13
* Tweak how whitespace-mode marks the end of the bufferLars Ingebrigtsen2020-08-08
* Make whitespace-mode highlight missing newlines at the end of buffersLars Ingebrigtsen2020-08-07
* whitespace: Turn long lines regexp into a function (bug#36837)Štěpán Němec2020-03-01