diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2e5ca3fcb2..76befbb5904 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/cc-vars.el, progmodes/cc-mode.el | ||
| 4 | (c-require-final-newline): Made this variable an alist to | ||
| 5 | specify a value for each language. The default value causes | ||
| 6 | `require-final-newline' to be set to t only in languages where | ||
| 7 | the standard requires a final newline. | ||
| 8 | |||
| 1 | 2003-01-27 Kim F. Storm <storm@cua.dk> | 9 | 2003-01-27 Kim F. Storm <storm@cua.dk> |
| 2 | 10 | ||
| 3 | * simple.el (kill-new): Improve doc string for yank-handler. | 11 | * simple.el (kill-new): Improve doc string for yank-handler. |