aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c8da0ca418e..a37e803d11e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12004-09-07 Kim F. Storm <storm@cua.dk> 12004-09-07 Kim F. Storm <storm@cua.dk>
2 2
3 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4 (authors-fixed-entries): Fix typo.
5 (authors-canonical-author-name): Compact multiple spaces.
6 Ignore trivial names (e.g. only first name).
7
3 * term.el (term-window-width): Only use full window width on 8 * term.el (term-window-width): Only use full window width on
4 window system if overflow-newline-into-fringe is enabled. 9 window system if overflow-newline-into-fringe is enabled.
5 (term-mode): Don't disable overflow-newline-into-fringe. 10 (term-mode): Don't disable overflow-newline-into-fringe.