diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c95de2c48ec..82540e6539b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2002-08-20 Carsten Dominik <dominik@astro.uva.nl> | ||
| 2 | |||
| 3 | * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function | ||
| 4 | which determines on a per-file-basis if BibTeX is being used | ||
| 5 | locally for citations. | ||
| 6 | (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better | ||
| 7 | cooperation with chapterbib. | ||
| 8 | (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for | ||
| 9 | better cooperation with chapterbib. | ||
| 10 | |||
| 11 | * textfiles/reftex-dcr.el (reftex-view-cr-cite): Use | ||
| 12 | `reftex-bib-or-thebib' for better cooperation with chapterbib. | ||
| 13 | |||
| 14 | |||
| 1 | 2002-08-20 Kim F. Storm <storm@cua.dk> | 15 | 2002-08-20 Kim F. Storm <storm@cua.dk> |
| 2 | 16 | ||
| 3 | * kmacro.el: Major rework based on discussions with RMS. | 17 | * kmacro.el: Major rework based on discussions with RMS. |