diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf6bca5c8bb..f01bd382265 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -17,6 +17,10 @@ | |||
| 17 | 17 | ||
| 18 | * doc-view.el (doc-view-cache-directory): Remove superfluous concat. | 18 | * doc-view.el (doc-view-cache-directory): Remove superfluous concat. |
| 19 | 19 | ||
| 20 | * emacs-lisp/authors.el (authors-scan-change-log) | ||
| 21 | (authors-scan-el): Don't enable local eval; enable only safe local | ||
| 22 | variables, without querying. | ||
| 23 | |||
| 20 | * mail/footnote.el (footnote-numeric-regexp) | 24 | * mail/footnote.el (footnote-numeric-regexp) |
| 21 | (footnote-english-upper-regexp, footnote-english-lower-regexp) | 25 | (footnote-english-upper-regexp, footnote-english-lower-regexp) |
| 22 | (footnote-roman-lower-regexp, footnote-roman-upper-regexp): | 26 | (footnote-roman-lower-regexp, footnote-roman-upper-regexp): |