diff options
| author | Kim F. Storm | 2002-11-05 22:38:39 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-11-05 22:38:39 +0000 |
| commit | 0894297ac2d9097ce4658c7410472af60cdc92df (patch) | |
| tree | bc432f2ac8cb2a3771a94aa827523ab42945ac94 | |
| parent | 22b519858bbb4299e1db4017528f7f0d055426ea (diff) | |
| download | emacs-0894297ac2d9097ce4658c7410472af60cdc92df.tar.gz emacs-0894297ac2d9097ce4658c7410472af60cdc92df.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 9730a1a2933..89d42cbeff8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-11-06 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * info.el (Info-fontify-node): Fixed hiding of *note references | ||
| 4 | with embedded file names like (xxx.yyy). | ||
| 5 | Avoid making any lines visibly longer if hiding newlines inside | ||
| 6 | note references by wrapping line after references if it contained | ||
| 7 | a newline (unfortunaly this makes more lines appear "shorter"). | ||
| 8 | Properly reindent multi-line menu entry descriptions. | ||
| 9 | |||
| 1 | 2002-11-05 Juanma Barranquero <lektu@terra.es> | 10 | 2002-11-05 Juanma Barranquero <lektu@terra.es> |
| 2 | 11 | ||
| 3 | * language/cyrillic.el ("Bulgarian"): Fix typo. | 12 | * language/cyrillic.el ("Bulgarian"): Fix typo. |