Mercurial > emacs
changeset 46974:c1849e5be7c9
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Tue, 20 Aug 2002 10:42:52 +0000 |
parents | 11e08f9901ea |
children | 93d9d4da05cd |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Aug 20 10:41:01 2002 +0000 +++ b/lisp/ChangeLog Tue Aug 20 10:42:52 2002 +0000 @@ -1,3 +1,17 @@ +2002-08-20 Carsten Dominik <dominik@astro.uva.nl> + + * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function + which determines on a per-file-basis if BibTeX is being used + locally for citations. + (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better + cooperation with chapterbib. + (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for + better cooperation with chapterbib. + + * textfiles/reftex-dcr.el (reftex-view-cr-cite): Use + `reftex-bib-or-thebib' for better cooperation with chapterbib. + + 2002-08-20 Kim F. Storm <storm@cua.dk> * kmacro.el: Major rework based on discussions with RMS.