aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog39
-rw-r--r--man/ChangeLog4
2 files changed, 43 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b975cc91ff..8fe32d2698 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,42 @@
+2002-08-27 Carsten Dominik <[email protected]>
+
+ * textfile/reftex-ref.el (reftex-goto-label): New command.
+
+ * textfile/reftex-vars.el (reftex-part-resets-chapter): New
+ option.
+
+ * textfile/reftex-parse.el (reftex-roman-number): New function.
+ (reftex-section-number): Better handling of parts: No chapter
+ counter resets.
+
+ * textfile/reftex.el (reftex-highlight-overlays): Added a third
+ overlay.
+ (reftex-mode-menu): Added entry for `reftex-toc-recenter. Also
+ moved `reftex-reset-mode' to top level.
+
+ * textfile/reftex-toc.el (reftex-toc-recenter): New command.
+ (reftex-toc-pre-command-hook): Don't remove highlight overlay.
+ (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
+
+ * textfile/reftex-sel.el (reftex-get-offset): get offset of
+ document pointer *before* position, not after.
+ (reftex-insert-docstruct): get offset of document pointer *before*
+ position, not after.
+
+ * textfiles/reftex-parse.el (reftex-where-am-I): prefer marker
+ match over section title match.
+
+ * 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-26 Kim F. Storm <[email protected]>
* subr.el (suppress-keymap): Use command remapping instead of
diff --git a/man/ChangeLog b/man/ChangeLog
index 9b0b28b781..b725744785 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-27 Carsten Dominik <[email protected]>
+
+ * reftex.texi: Update to RefTeX 4.19
+
2002-06-17 Kai Gro,b_(Bjohann <[email protected]>
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.