diff options
| author | Kim F. Storm | 2004-09-07 21:16:01 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-09-07 21:16:01 +0000 |
| commit | 4e14f66cdf373a5caf342b3e9c4582c475593aec (patch) | |
| tree | 1a5324a40ad95aa4367f088d923b3647924ff298 /lisp | |
| parent | b2ea4639b0a9df9f8bda38da95b4eae04b0bb8da (diff) | |
| download | emacs-4e14f66cdf373a5caf342b3e9c4582c475593aec.tar.gz emacs-4e14f66cdf373a5caf342b3e9c4582c475593aec.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 |
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 @@ | |||
| 1 | 2004-09-07 Kim F. Storm <storm@cua.dk> | 1 | 2004-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. |