Index: auctex/RELEASE diff -u auctex/RELEASE:1.37 auctex/RELEASE:1.38 --- auctex/RELEASE:1.37 Sun Nov 27 12:01:27 2005 +++ auctex/RELEASE Thu May 25 08:34:59 2006 @@ -1,4 +1,4 @@ -Release notes for AUCTeX 11.82 with preview-latex +Release notes for AUCTeX 11.83 with preview-latex ================================================= AUCTeX provides by far the most wide-spread and sophisticated @@ -9,8 +9,8 @@ distributions. It supports document-dependent completion and syntax highlighting, easily accessible menus, jumping to error locations in the source file, a number of editing shortcuts, intelligent -indentation and filling of the text during entry, and WYSIWYG previews -of graphical elements like math formulas right in the Emacs source +indentation and filling of text during entry, and WYSIWYG previews of +graphical elements like math formulas right in the Emacs source buffer, by virtue of its preview-latex component. One part of the preview-latex subsystem is the central `preview.sty' @@ -32,34 +32,26 @@ New features and fixed bugs in this release ------------------------------------------- -Processing of errors and warnings resulting from processor invocations -was improved. That means BibTeX runs are now checked for warnings and -errors, warnings and underfull/overfull boxes after a LaTeX run can be -indicated in the echo area, and it is now possible to jump to warnings -and bad boxes separately. - -In order to make typing sub- and superscript in math constructs more -convenient, automatic brace insertion upon typing <^> or <_> can be -activated. - -French quotation marks as supported by the `frenchb' or `francais' -babel options can now be entered by simply typing <">. - -Completion support for options of some LaTeX packages was added. - -Various bug fixes happened as well. preview-latex can now be -correctly installed with XEmacs. Unloading AUCTeX as described in the -manual now works with Emacs 21. All tool bar images are displayed -again with CVS Emacs. Line breaks inside of LaTeX macros with -Japanese characters are now being prevented. Identification of math -constructs is now aware of comments. - -People running Windows who used to load AUCTeX with `(require -'tex-mik)' now have to specify `(load "auctex.el" nil t t)' in -addition because tex-mik.el no longer activates AUCTeX. - -More detailed information can be found in the CHANGES file included in -the distribution or the "Changes" section in the manual. +The new function `TeX-doc' provides easy access to documentation about +commands and packages or information related to TeX and friends in +general. It is accessible with the key binding `C-c ?' or the `Find +Documentation...' entry in the mode menus. + +You can now get rid of generated intermediate and output files by +means of the new `Clean' and `Clean All' entries in `TeX-command-list' +accessible with `C-c C-c' or the Command menu. + +Support for forward search with PDF files was added. That means you +can jump to a place in the output file corresponding to the position +in the source file. Currently this only works if you use the pdfsync +LaTeX package and xpdf as your PDF viewer. The accuracy is in the +range of +/-1 page. + +Adding support for this feature required the default value of the +variable `TeX-output-view-style' to be changed. Please make sure you +either remove any customizations overriding the new default or +incorporate the changes into your customizations if you want to use +this feature. IMPORTANT: Many of the new features in the 11.x series rely on special properties in the variable `TeX-command-list' and will not work if you @@ -103,7 +95,7 @@ You'll find more information at the web site of AUCTeX <URL:http://www.gnu.org/software/auctex/>, including its mailing list -address. +addresses. Future development and additional information @@ -134,14 +126,14 @@ [1] <URL:ftp://ftp.dante.de/tex-archive/macros/latex/contrib/preview/> -[2] You can get a precompiled version of CVS Emacs for Windows at -<URL:http://nqmacs.sourceforge.net> or -<URL:http://www.crasseux.com/emacs/>. An experimental version with +[2] You can get a precompiled version of CVS Emacs for Windows e.g. at +<URL:http://ourcomments.org/Emacs/EmacsW32.html>. A version with AUCTeX preinstalled can be found at <URL:ftp://alpha.gnu.org/gnu/auctex/>. -[3] <URL:http://members.shaw.ca/akochoi-emacs/stories/faq.html> -contains build instructions. +[3] Precompiled versions of Emacs for Mac OS X can be found e.g. at +<URL:http://yaced.sf.net/> (including AUCTeX) and +<URL:http://homepage.mac.com/zenitani/emacs-e.html>. [4] Debian provides precompiled GTK+ Emacs packages in its `unstable' distribution (look for `emacs-snapshot-gtk'). Packages for Fedora can
_______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
