diff options
| author | Kim F. Storm | 2005-09-16 10:31:15 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-09-16 10:31:15 +0000 |
| commit | 23006f3e262605aa5e72a7715c3f901c63d0d65d (patch) | |
| tree | ed054d4c6c3357fe4347023d43270672be70a01e | |
| parent | c6d02e7aa8ca646ef753eb47c84734933da5acb5 (diff) | |
| download | emacs-23006f3e262605aa5e72a7715c3f901c63d0d65d.tar.gz emacs-23006f3e262605aa5e72a7715c3f901c63d0d65d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 41 |
1 files changed, 11 insertions, 30 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56c5d5a8b31..cef3f770ab4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,38 +1,19 @@ | |||
| 1 | 2005-09-16 Carsten Dominik <dominik@science.uva.nl> | 1 | 2005-09-16 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 2 | ||
| 3 | * textmodes/reftex-auc.el: Small changes to remove compiler | 3 | * textmodes/reftex-auc.el: |
| 4 | warnings. | 4 | * textmodes/reftex-cite.el: |
| 5 | 5 | * textmodes/reftex-dcr.el: | |
| 6 | * textmodes/reftex-cite.el: Small changes to remove compiler | 6 | * textmodes/reftex-global.el: |
| 7 | warnings. | 7 | * textmodes/reftex-parse.el: |
| 8 | 8 | * textmodes/reftex-ref.el: | |
| 9 | * textmodes/reftex-dcr.el: Small changes to remove compiler | 9 | * textmodes/reftex-sel.el: |
| 10 | warnings. | 10 | * textmodes/reftex-toc.el: |
| 11 | 11 | * textmodes/reftex-vars.el: | |
| 12 | * textmodes/reftex-global.el: Small changes to remove compiler | 12 | * textmodes/reftex.el: Small changes to remove compiler warnings. |
| 13 | warnings. | ||
| 14 | 13 | ||
| 15 | * textmodes/reftex-index.el: Small changes to remove compiler | 14 | * textmodes/reftex-index.el: Likewise. |
| 16 | warnings. | ||
| 17 | (reftex-query-index-phrase): More efficient use of markers. | 15 | (reftex-query-index-phrase): More efficient use of markers. |
| 18 | 16 | ||
| 19 | * textmodes/reftex-parse.el: Small changes to remove compiler | ||
| 20 | warnings. | ||
| 21 | |||
| 22 | * textmodes/reftex-ref.el: Small changes to remove compiler | ||
| 23 | warnings. | ||
| 24 | |||
| 25 | * textmodes/reftex-sel.el: Small changes to remove compiler | ||
| 26 | warnings. | ||
| 27 | |||
| 28 | * textmodes/reftex-toc.el: Small changes to remove compiler | ||
| 29 | warnings. | ||
| 30 | |||
| 31 | * textmodes/reftex-vars.el: Small changes to remove compiler | ||
| 32 | warnings. | ||
| 33 | |||
| 34 | * textmodes/reftex.el: Small changes to remove compiler warnings. | ||
| 35 | |||
| 36 | 2005-09-15 Chong Yidong <cyd@stupidchicken.com> | 17 | 2005-09-15 Chong Yidong <cyd@stupidchicken.com> |
| 37 | 18 | ||
| 38 | * image.el (image-load-path): New variable. | 19 | * image.el (image-load-path): New variable. |