index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
checkdoc.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
*
; Improve checkdoc.el commentary section
Stefan Kangas
2022-12-10
1
-8
/
+17
*
; Fix typos
Stefan Kangas
2022-11-20
1
-2
/
+2
*
Don't use autoloaded functions for safe-local-variable
Lars Ingebrigtsen
2022-09-16
1
-3
/
+3
*
Delete many items obsolete since 24.3
Stefan Kangas
2022-09-09
1
-4
/
+0
*
; Delete not-useful comments referring to Emacs 19.
Stefan Kangas
2022-08-19
1
-1
/
+0
*
Delete dead code in checkdoc.el
Stefan Kangas
2022-08-10
1
-20
/
+1
*
Minor checkdoc.el clean up
Lars Ingebrigtsen
2022-08-04
1
-2
/
+0
*
Remove some spurious references to XEmacs
Stefan Kangas
2022-08-03
1
-1
/
+1
*
Prefer defvar-keymap in emacs-lisp/*.el
Stefan Kangas
2022-07-04
1
-32
/
+24
*
Replace lisp-mode-symbol-regexp with (rx lisp-mode-symbol)
Mattias EngdegÄrd
2022-07-04
1
-3
/
+3
*
Make checkdoc-defun-info parsing slightly less wrong
Lars Ingebrigtsen
2022-06-19
1
-5
/
+12
*
Fix checkdoc--fix-y-or-n-p query
Lars Ingebrigtsen
2022-06-18
1
-1
/
+1
*
Make checkdoc-file-comments-engine match more ;;;### forms
Lars Ingebrigtsen
2022-06-02
1
-4
/
+2
*
Further audits of single quotes in Lisp doc strings
Lars Ingebrigtsen
2022-05-24
1
-1
/
+1
*
; Fix mistakes in 'declare function' forms
Eli Zaretskii
2022-05-14
1
-2
/
+2
*
lisp-mnt, checkdoc: Reduce run-time dependencies
Stefan Monnier
2022-02-07
1
-26
/
+34
*
Merge from origin/emacs-28
Stefan Kangas
2022-01-05
1
-0
/
+1
|
\
|
*
* lisp/emacs-lisp/checkdoc.el (bytecomp): Add missing require
Philipp Stephani
2022-01-05
1
-0
/
+1
*
|
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
*
|
* lisp/emacs-lisp/checkdoc.el (checkdoc-dired): Autoload.
Stefan Kangas
2021-11-12
1
-0
/
+1
*
|
Add "N.B." abbreviation to checkdoc
Stefan Kangas
2021-11-05
1
-4
/
+2
*
|
Don't hardcode "Commentary" section in checkdoc
Stefan Kangas
2021-11-05
1
-1
/
+5
|
/
*
Make checkdoc's docstring substitution consistent with other docs
Nikolay Kudryavtsev
2021-09-30
1
-3
/
+3
*
checkdoc: Allow Lisp symbols to start a message
Stefan Kangas
2021-09-28
1
-7
/
+30
*
checkdoc: Don't add "Commentary" header to test files
Stefan Kangas
2021-09-26
1
-2
/
+7
*
checkdoc: Library footer must match package.el requirement
Stefan Kangas
2021-09-26
1
-4
/
+3
*
checkdoc: Don't ask to disambiguate mode names
Stefan Kangas
2021-09-24
1
-1
/
+4
*
Fix recently introduced bug in checkdoc
Stefan Kangas
2021-09-24
1
-2
/
+3
*
checkdoc: Improve wide line warning to decrease false positives
Stefan Kangas
2021-09-24
1
-6
/
+14
*
; * lisp/emacs-lisp/checkdoc.el (checkdoc-in-abbreviation-p): Doc fix.
Stefan Kangas
2021-09-24
1
-2
/
+2
*
checkdoc: Add abbreviation and simplify
Stefan Kangas
2021-09-23
1
-5
/
+6
*
Avoid jumping too far in checkdoc-in-abbreviation-p
Stefan Kangas
2021-09-23
1
-19
/
+23
*
; * lisp/emacs-lisp/checkdoc.el: Fix warnings.
Stefan Kangas
2021-09-21
1
-4
/
+5
*
Minor clean-up and fixes in checkdoc
Stefan Kangas
2021-09-21
1
-44
/
+44
*
checkdoc: New defvars to disable some warnings
Stefan Kangas
2021-09-21
1
-10
/
+42
*
Add new command 'checkdoc-dired'
Stefan Kangas
2021-09-21
1
-0
/
+33
*
Revert "Flag checkdoc-symbol-words as a :safe variable"
Stefan Kangas
2021-09-19
1
-1
/
+0
*
checkdoc: Verify format of yes-or-no-p and format-message
Stefan Kangas
2021-09-19
1
-5
/
+13
*
Flag checkdoc-symbol-words as a :safe variable
Stefan Kangas
2021-09-19
1
-0
/
+1
*
Use command substitution in checkdoc-recursive-edit
Stefan Kangas
2021-09-18
1
-18
/
+21
*
Use command substitution for exit-recursive-edit
Stefan Kangas
2021-09-18
1
-1
/
+2
*
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Stefan Kangas
2021-09-18
1
-1
/
+1
*
* lisp/emacs-lisp/checkdoc.el: Doc fix; mention flymake.
Stefan Kangas
2021-09-18
1
-3
/
+4
*
Do interactive mode tagging for checkdoc.el
Stefan Kangas
2021-09-18
1
-9
/
+9
*
checkdoc: Only look for commonly used modifier keys
Stefan Kangas
2021-09-18
1
-1
/
+3
*
checkdoc: 'y-or-n-p' no longer needs space
Stefan Kangas
2021-09-17
1
-50
/
+32
*
Various minor checkdoc tweaks
Stefan Kangas
2021-09-16
1
-5
/
+15
[next]