aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2005-06-29 09:34:46 +0000
committerCarsten Dominik2005-06-29 09:34:46 +0000
commitb878c6c0d39b38a2c3ee5b368300f3fa3fccd9fa (patch)
treeb3537a7214be6ca6a7d85b379f1ff2a87beff13a
parent9a1505e92e4a0048e6cb722ccf56169b70f9c041 (diff)
downloademacs-b878c6c0d39b38a2c3ee5b368300f3fa3fccd9fa.tar.gz
emacs-b878c6c0d39b38a2c3ee5b368300f3fa3fccd9fa.zip
Some fixes to the RefTeX entry
-rw-r--r--etc/NEWS48
1 files changed, 27 insertions, 21 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 95c5e7b5b5f..0ea27965b85 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2239,11 +2239,8 @@ the syntax of backslashes in F90 buffers.
2239 2239
2240--- 2240---
2241** Reftex mode changes 2241** Reftex mode changes
2242 2242+++
2243*** Changes to the table-of-contents feature 2243*** Changes to RefTeX's table of contents
2244
2245Labels can be renamed globally from the table of contents using the
2246key `M-%'.
2247 2244
2248The new command keys "<" and ">" in the TOC buffer promote/demote the 2245The new command keys "<" and ">" in the TOC buffer promote/demote the
2249section at point or all sections in the current region, with full 2246section at point or all sections in the current region, with full
@@ -2258,25 +2255,29 @@ frame can show the TOC with the current section always automatically
2258highlighted. The frame is created and deleted from the toc buffer 2255highlighted. The frame is created and deleted from the toc buffer
2259with the `d' key. 2256with the `d' key.
2260 2257
2261The new command `reftex-goto-label' jumps directly to a label
2262location.
2263
2264The toc window can be split off horizontally instead of vertically. 2258The toc window can be split off horizontally instead of vertically.
2265See new option `reftex-toc-split-windows-horizontally'. 2259See new option `reftex-toc-split-windows-horizontally'.
2266 2260
2267*** Changes related to citations 2261Labels can be renamed globally from the table of contents using the
2262key `M-%'.
2263
2264The new command `reftex-goto-label' jumps directly to a label
2265location.
2266
2267+++
2268*** Changes related to citations and BibTeX database files
2268 2269
2269Inserting citation commands now prompts for optional arguments when 2270Commands that insert a citation now prompt for optional arguments when
2270called with a prefix argument. Related new options are 2271called with a prefix argument. Related new options are
2271`reftex-cite-prompt-optional-args' and `reftex-cite-cleanup-optional-args'. 2272`reftex-cite-prompt-optional-args' and `reftex-cite-cleanup-optional-args'.
2272 2273
2273The new command `reftex-create-bibtex-file' creates a BibTeX database 2274The new command `reftex-create-bibtex-file' creates a BibTeX database
2274with all entries referenced in the current document. The keys "e" and 2275with all entries referenced in the current document. The keys "e" and
2275"E" allow to produce a BibTeX database file from entries marked in a 2276"E" allow to produce a BibTeX database file from entries marked in a
2276Citation selection buffer. 2277citation selection buffer.
2277 2278
2278`reftex-citation' uses the word before the cursor as a default search 2279The command `reftex-citation' uses the word in the buffer before the
2279string. 2280cursor as a default search string.
2280 2281
2281The support for chapterbib has been improved. Different chapters can 2282The support for chapterbib has been improved. Different chapters can
2282now use BibTeX or an explicit `thebibliography' environment. 2283now use BibTeX or an explicit `thebibliography' environment.
@@ -2286,26 +2287,31 @@ can be configured with the new option `reftex-bibliography-commands'.
2286 2287
2287Support for jurabib has been added. 2288Support for jurabib has been added.
2288 2289
2289*** Changes to the Index support 2290+++
2291*** Global index matched may be verified with a user function
2290 2292
2291During global indexing, a user function can verify an index match. 2293During global indexing, a user function can verify an index match.
2292See new option `reftex-index-verify-function'. 2294See new option `reftex-index-verify-function'.
2293 2295
2294*** Miscellaneous changes 2296+++
2295 2297*** Parsing documents with many labels can be sped up.
2296The macros which input a file in LaTeX (like \input, \include) can be
2297configured in the new option `reftex-include-file-commands'.
2298
2299RefTeX supports global incremental search.
2300 2298
2301Operating in a document with thousands of labels can be sped up 2299Operating in a document with thousands of labels can be sped up
2302considerably by allowing RefTeX to derive the type of a lable directly 2300considerably by allowing RefTeX to derive the type of a label directly
2303from the label prefix like `eq:' or `fig:'. The option 2301from the label prefix like `eq:' or `fig:'. The option
2304`reftex-trust-label-prefix' needs to be configured in order to enable 2302`reftex-trust-label-prefix' needs to be configured in order to enable
2305this feature. While the speed-up is significant, this may reduce the 2303this feature. While the speed-up is significant, this may reduce the
2306quality of the context offered by RefTeX to describe a label. 2304quality of the context offered by RefTeX to describe a label.
2307 2305
2308+++ 2306+++
2307*** Miscellaneous changes
2308
2309The macros which input a file in LaTeX (like \input, \include) can be
2310configured in the new option `reftex-include-file-commands'.
2311
2312RefTeX supports global incremental search.
2313
2314+++
2309** Prolog mode has a new variable `prolog-font-lock-keywords' 2315** Prolog mode has a new variable `prolog-font-lock-keywords'
2310to support use of font-lock. 2316to support use of font-lock.
2311 2317