index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
whitespace.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
whitespace: Avoid mutating original buffer's markers in clones
Richard Hansen
2022-12-21
1
-0
/
+15
*
whitespace: Fix unintended change in buffer modification status
Richard Hansen
2022-12-19
1
-12
/
+16
*
; Fix typos (misspelled symbols)
Stefan Kangas
2022-11-21
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-11-01
1
-1
/
+1
|
\
|
*
; * lisp/whitespace.el (whitespace-trailing): Fix a typo.
Eli Zaretskii
2022-10-29
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-10-28
1
-126
/
+161
|
\
|
|
*
; Improve doc strings in whitespace.el
Eli Zaretskii
2022-10-27
1
-125
/
+161
*
|
Fix whitespace-mode in read-only buffers
Lars Ingebrigtsen
2022-09-26
1
-32
/
+33
*
|
whitespace: Redo BoB/EoB empty line highlighting
Richard Hansen
2022-09-11
1
-100
/
+155
*
|
whitespace: Include empty final line in BoB empty match
Richard Hansen
2022-09-11
1
-1
/
+1
*
|
whitespace: Reset `whitespace-buffer-changed' when refontifying
Richard Hansen
2022-09-11
1
-0
/
+1
*
|
; whitespace: Use `defvar-local' for buffer-local vars
Richard Hansen
2022-09-11
1
-8
/
+8
*
|
; whitespace: Delete unused `whitespace-font-lock-refontify' var
Richard Hansen
2022-09-11
1
-5
/
+0
*
|
Fix whitespace-mode display table restoration logic
Lars Ingebrigtsen
2022-07-15
1
-3
/
+5
*
|
; Fix typos.
Mattias Engdegård
2022-07-02
1
-1
/
+1
*
|
whitespace: Redraw if indentation or line length changes
Richard Hansen
2022-06-20
1
-10
/
+28
*
|
whitespace.el: New whitespace style `lines-char'
Miha Rihtaršič
2022-06-15
1
-8
/
+31
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-06-12
1
-133
/
+133
|
\
|
|
*
; Fix last change in whitespace.el.
Eli Zaretskii
2022-06-11
1
-117
/
+117
|
*
Fix doc strings in whitespace.el
Eli Zaretskii
2022-06-11
1
-16
/
+16
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Remove redundant #' before lambda
Stefan Kangas
2021-10-21
1
-27
/
+26
|
/
*
; Fix some recent fixes to doc strings
Eli Zaretskii
2021-09-26
1
-2
/
+1
*
; Adjust overly long docstrings to fit 80 characters
Stefan Kangas
2021-09-26
1
-2
/
+2
*
;* lisp/whitespace.el (whitespace-display-window): Add doc-string.
Martin Rudalics
2021-09-23
1
-0
/
+1
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-3
/
+3
*
Restore some of the previous behaviour in whitespace-display-window
Lars Ingebrigtsen
2021-09-21
1
-4
/
+5
*
Fix whitespace-report window creation
Lars Ingebrigtsen
2021-09-21
1
-7
/
+2
*
Use `special-mode' for whitespace-report
Lars Ingebrigtsen
2021-09-21
1
-23
/
+25
*
; Normalize some header comments
Stefan Kangas
2021-09-16
1
-1
/
+1
*
Add a customization group link from whitespace-mode
Lars Ingebrigtsen
2021-09-04
1
-1
/
+4
*
Extend whitespace-empty to the end of the line
Lars Ingebrigtsen
2021-07-31
1
-1
/
+1
*
; End recently added sentences with a period.
Basil L. Contovounesios
2021-06-01
1
-1
/
+1
*
Obsolete `global-whitespace-newline-mode'
Lars Ingebrigtsen
2021-06-01
1
-0
/
+3
*
Make the default `whitespace-enable-predicate' use `derived-mode-p'
Lars Ingebrigtsen
2021-01-28
1
-2
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Prefer setq-local in whitespace.el
Stefan Kangas
2020-12-07
1
-17
/
+12
*
Remove redundant installation instructions
Stefan Kangas
2020-11-12
1
-13
/
+0
*
Make more load-hooks obsolete (Bug#21563)
Stefan Kangas
2020-10-20
1
-1
/
+2
*
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
1
-1
/
+1
*
Fix defcustom type in whitespace.el
Lars Ingebrigtsen
2020-09-25
1
-3
/
+3
*
Fix some defcustom types
Lars Ingebrigtsen
2020-09-25
1
-0
/
+2
*
; * lisp/whitespace.el: Capitalize "Code" section heading.
Jonas Bernoulli
2020-08-13
1
-1
/
+1
*
Tweak how whitespace-mode marks the end of the buffer
Lars Ingebrigtsen
2020-08-08
1
-2
/
+8
*
Make whitespace-mode highlight missing newlines at the end of buffers
Lars Ingebrigtsen
2020-08-07
1
-2
/
+17
*
whitespace: Turn long lines regexp into a function (bug#36837)
Štěpán Němec
2020-03-01
1
-10
/
+14
*
Merge from origin/emacs-27
Glenn Morris
2020-02-06
1
-1
/
+1
|
\
[next]