diff options
| author | John Wiegley | 2003-11-17 00:22:59 +0000 |
|---|---|---|
| committer | John Wiegley | 2003-11-17 00:22:59 +0000 |
| commit | 0fe9146b8ab19e8da03cbbdc72c9696a3744ad80 (patch) | |
| tree | fd28243562507eaf7beeff12e6e20af2e5174417 | |
| parent | 3ccb8bcfd6fa8901b8b975dd808dd8c82dd252ed (diff) | |
| download | emacs-0fe9146b8ab19e8da03cbbdc72c9696a3744ad80.tar.gz emacs-0fe9146b8ab19e8da03cbbdc72c9696a3744ad80.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 06c1f96324b..965c5a94898 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2003-11-16 John Wiegley <johnw@newartisans.com> | ||
| 2 | |||
| 3 | * eshell/em-ls.el (eshell-ls-file): There are times with | ||
| 4 | size-width is nil and uncomputed (when directories are created in | ||
| 5 | dired, for example); in this case, 4 is reasonable default value, | ||
| 6 | although it may caused skewed new entries (which could be avoided | ||
| 7 | by returning the original value of 8 in all cases, but 99% of the | ||
| 8 | time this is a waste of whitespace). | ||
| 9 | |||
| 1 | 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org> | 10 | 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 2 | 11 | ||
| 3 | * cc-engine.el (c-guess-continued-construct, | 12 | * cc-engine.el (c-guess-continued-construct, |