aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2002-08-27 09:57:45 +0000
committerCarsten Dominik2002-08-27 09:57:45 +0000
commita062d73f508e1ae18ae327b3e6957398001ee4b5 (patch)
tree752091c4ec6c292ee9b9b6697bd53919bca48fe2
parentf49656ecf30c7260dc4a6ba19d24668150d7b876 (diff)
downloademacs-a062d73f508e1ae18ae327b3e6957398001ee4b5.tar.gz
emacs-a062d73f508e1ae18ae327b3e6957398001ee4b5.zip
*** empty log message ***
-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 b975cc91ff3..8fe32d26982 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,42 @@
12002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
2
3 * textfile/reftex-ref.el (reftex-goto-label): New command.
4
5 * textfile/reftex-vars.el (reftex-part-resets-chapter): New
6 option.
7
8 * textfile/reftex-parse.el (reftex-roman-number): New function.
9 (reftex-section-number): Better handling of parts: No chapter
10 counter resets.
11
12 * textfile/reftex.el (reftex-highlight-overlays): Added a third
13 overlay.
14 (reftex-mode-menu): Added entry for `reftex-toc-recenter. Also
15 moved `reftex-reset-mode' to top level.
16
17 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
18 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
19 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
20
21 * textfile/reftex-sel.el (reftex-get-offset): get offset of
22 document pointer *before* position, not after.
23 (reftex-insert-docstruct): get offset of document pointer *before*
24 position, not after.
25
26 * textfiles/reftex-parse.el (reftex-where-am-I): prefer marker
27 match over section title match.
28
29 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
30 which determines on a per-file-basis if BibTeX is being used
31 locally for citations.
32 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
33 cooperation with chapterbib.
34 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
35 better cooperation with chapterbib.
36
37 * textfiles/reftex-dcr.el (reftex-view-cr-cite): Use
38 `reftex-bib-or-thebib' for better cooperation with chapterbib.
39
12002-08-26 Kim F. Storm <storm@cua.dk> 402002-08-26 Kim F. Storm <storm@cua.dk>
2 41
3 * subr.el (suppress-keymap): Use command remapping instead of 42 * subr.el (suppress-keymap): Use command remapping instead of
diff --git a/man/ChangeLog b/man/ChangeLog
index 9b0b28b7815..b7257447857 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
2
3 * reftex.texi: Update to RefTeX 4.19
4
12002-06-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 52002-06-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2 6
3 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp. 7 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.