diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c000d6bb9a6..5cceb19ff1a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2015-01-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Don't downcase system diagnostics' first letters | ||
| 4 | * emacs-lisp/bytecomp.el (byte-compile-file): | ||
| 5 | * ffap.el (find-file-at-point): | ||
| 6 | * files.el (insert-file-1): | ||
| 7 | * net/ange-ftp.el (ange-ftp-barf-if-not-directory) | ||
| 8 | (ange-ftp-copy-file-internal): | ||
| 9 | * progmodes/etags.el (visit-tags-table): | ||
| 10 | Keep diagnostics consistent with system's. | ||
| 11 | * ffap.el (ffap-machine-p): | ||
| 12 | Ignore case while comparing diagnostics. | ||
| 13 | |||
| 1 | 2015-01-22 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2015-01-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 15 | ||
| 3 | * help.el (help-make-usage): Don't turn a "_" arg into an empty-string | 16 | * help.el (help-make-usage): Don't turn a "_" arg into an empty-string |