CVSROOT: /sources/auctex Module name: reftex Changes by: Ralf Angeli <angeli> 07/03/28 20:27:42
Index: RELEASE =================================================================== RCS file: RELEASE diff -N RELEASE --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ RELEASE 28 Mar 2007 20:27:42 -0000 1.1 @@ -0,0 +1,46 @@ +This is the RELEASE file for the RefTeX distribution. + + Copyright (C) 2007 Free Software Foundation, Inc. + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + +Release Notes for RefTeX X.Y (YYYY-MM-DD) +========================================= + +RefTeX is a specialized package for support of labels, references, +citations, and the index in LaTeX. RefTeX wraps itself round four +LaTeX macros: \label, \ref, \cite, and \index. Using these macros +usually requires looking up different parts of the document and +searching through BibTeX database files. RefTeX automates these +time-consuming tasks almost entirely. It also provides functions to +display the structure of a document and to move around in this +structure quickly. + +New Features and Bug Fixes +-------------------------- + +This is the first release of RefTeX after the AUCTeX project took over +maintainership from Carsten Dominik which involved rearranging source +code and putting it under version control. + +The installation procedure was reimplemented and the way to activate +RefTeX changed. So be sure to check out the installation instructions +in the INSTALL file when upgrading because you might have to remove or +replace old commands related to RefTeX from your init file. + +Some minor bugs were fixed. Check the CHANGES file for details. + +Availability +------------ + +RefTeX can be downloaded from <URL:ftp://ftp.gnu.org/gnu/reftex/>. +For installation instructions please refer to the INSTALL file. You +will find more information about RefTeX including an online version of +the manual and links to mailing lists on its home page at +<URL:http://www.gnu.org/software/auctex/reftex.html>. + +Local Variables: +mode: text +End: _______________________________________________ auctex-commit mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-commit
