diff options
| author | Juri Linkov | 2004-03-22 07:49:24 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-03-22 07:49:24 +0000 |
| commit | 8f7ea68706c852de13e39b6fd0caf1d5b05c3854 (patch) | |
| tree | df74cf12294f8f8d44cd6945aeb2011b33da6672 | |
| parent | b3955f8df5e1bb607cb0bf6fdb90f2b992bae7fb (diff) | |
| download | emacs-8f7ea68706c852de13e39b6fd0caf1d5b05c3854.tar.gz emacs-8f7ea68706c852de13e39b6fd0caf1d5b05c3854.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | man/ChangeLog | 16 |
3 files changed, 35 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad5a98af8cb..35f2f656c64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2004-03-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * finder.el (finder-known-keywords): Fix data, tex, unix. | ||
| 4 | |||
| 5 | * play/landmark.el: Fix keywords. | ||
| 6 | |||
| 7 | * language/ethio-util.el (ethio-find-file): Doc fix. | ||
| 8 | |||
| 9 | * emacs-lisp/warnings.el: Doc fix. | ||
| 10 | |||
| 11 | * textmodes/ispell.el (ispell-help): Doc fix. | ||
| 12 | |||
| 1 | 2004-03-21 Luc Teirlinck <teirllm@auburn.edu> | 13 | 2004-03-21 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 14 | ||
| 3 | * format.el (format-insert-file): Always return a list of two | 15 | * format.el (format-insert-file): Always return a list of two |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f8a929317e6..1431de7c87e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2004-03-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * sequences.texi (Sequence Functions): Replace xref to `Vectors' | ||
| 4 | with `Vector Functions'. | ||
| 5 | |||
| 6 | * text.texi (Sorting): Add missing quote. | ||
| 7 | |||
| 1 | 2004-03-14 Luc Teirlinck <teirllm@auburn.edu> | 8 | 2004-03-14 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 9 | ||
| 3 | * intro.texi (Lisp History): Replace xref to `cl' manual with | 10 | * intro.texi (Lisp History): Replace xref to `cl' manual with |
diff --git a/man/ChangeLog b/man/ChangeLog index e8f57a84de2..63277cb57f7 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2004-03-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * emacs.texi (Top): Add `Misc X'. | ||
| 4 | |||
| 5 | * faq.texi, trouble.texi: Fix help key bindings. | ||
| 6 | |||
| 7 | * glossary.texi: Improve references. | ||
| 8 | |||
| 9 | * help.texi: Sync keywords with finder.el. | ||
| 10 | |||
| 11 | * mini.texi (Completion): Add description for menu items. | ||
| 12 | |||
| 13 | * misc.texi (Browse-URL, FFAP): Add information about keywords. | ||
| 14 | |||
| 15 | * sending.texi (Mail Methods): Fix xref to Message manual. | ||
| 16 | |||
| 1 | 2004-03-17 Luc Teirlinck <teirllm@auburn.edu> | 17 | 2004-03-17 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 18 | ||
| 3 | * info.texi (Advanced): Replace @unnumberedsubsec by @subheading | 19 | * info.texi (Advanced): Replace @unnumberedsubsec by @subheading |