AUCTeX -- One ChangeLog to rule them all.
authorSteve Youngs <steve@sxemacs.org>
Sat, 4 Apr 2020 06:52:58 +0000 (16:52 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sat, 4 Apr 2020 06:52:58 +0000 (16:52 +1000)
This adds the most amazing ChangeLog that I have ever seen.  It
includes revisions dating back to Kresten Thorup's initial revision in
May, 1991.

Because this is a superset of the other ChangeLog files in
ChangeLog.d, with the exception of the .XEmacs one, the dups were
removed.

* xemacs-packages/auctex/ChangeLog.d/ChangeLog.0-11.88: New.  It
is generated from upstream git repo and it covers every single
revision since inception on 1991-05-31.

* xemacs-packages/auctex/ChangeLog.d/ChangeLog.auctex: Removed
* xemacs-packages/auctex/ChangeLog.d/ChangeLog-preview: Removed
* xemacs-packages/auctex/ChangeLog.d/ChangeLog-preview.1: Removed

Signed-off-by: Steve Youngs <steve@sxemacs.org>
xemacs-packages/auctex/ChangeLog.d/ChangeLog-preview [deleted file]
xemacs-packages/auctex/ChangeLog.d/ChangeLog-preview.1 [deleted file]
xemacs-packages/auctex/ChangeLog.d/ChangeLog.0-11.88 [new file with mode: 0644]
xemacs-packages/auctex/ChangeLog.d/ChangeLog.auctex [deleted file]

diff --git a/xemacs-packages/auctex/ChangeLog.d/ChangeLog-preview b/xemacs-packages/auctex/ChangeLog.d/ChangeLog-preview
deleted file mode 100644 (file)
index 18f2ad1..0000000
+++ /dev/null
@@ -1,1726 +0,0 @@
-2007-01-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * configure.ac: Bump version number.
-
-2006-12-01  David Kastrup  <dak@gnu.org>
-
-       * prv-emacs.el (preview-move-point): Do not error out if
-       `distance' is nil.
-
-       * prv-xemacs.el (preview-supports-image-type): Move so that the
-       following comment makes sense.
-
-2006-12-01  Ralf Angeli  <angeli@caeruleus.net>
-
-       * prv-xemacs.el (preview-move-point): Do not error out if
-       `distance' is nil.
-
-2006-10-24  David Kastrup  <dak@gnu.org>
-
-       * prv-xemacs.el (preview-move-point): rearrange for calling
-       `preview-auto-reveal' with DISTANCE argument.
-
-       * prv-emacs.el (preview-remove-urgentization): Small optimization.
-       (preview-move-point): Rearrange to be more efficient in the
-       absence of overlays.
-
-       * preview.el (preview-auto-reveal): Fetch keybindings of [left]
-       and [right] at runtime.  Change proposed default accordingly.
-       (preview-at-point): Fix change from 2005-03-15 for cursor
-       restoration.
-       (preview-auto-reveal-p): Implement integer MODE and take DISTANCE
-       argument.
-       (preview-auto-reveal): Allow DISTANCE.
-
-2006-10-19  David Kastrup  <dak@gnu.org>
-
-       * prv-xemacs.el (preview-defmacro): Use `fboundp' instead of
-       `functionp'.
-       (add-to-list): compatibility function not needed anymore since
-       2006-10-11 change.
-
-2006-10-18  David Kastrup  <dak@gnu.org>
-
-       * preview.el (eval-when-compile): restore function definitions of
-       compatibility macros.
-
-       * prv-xemacs.el (preview-defmacro): Also redefine functions that
-       actually exist, but save their definition.
-
-       * preview.el (preview-parse-messages): Fix bad regexp.
-
-2006-10-16  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-parse-messages): Rearrange the regexp for
-       matching and renumber the matches and match strings accordingly.
-
-2006-10-11  David Kastrup  <dak@gnu.org>
-
-       * preview.el (LaTeX-preview-setup): Move setup of
-       `TeX-error-description-list' and `TeX-expand-list' to AUCTeX
-       proper.
-
-2006-10-10  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-gs-filter): Fix prompt match expression to
-       allow stack garbage > 10.
-       (preview-gs-open): Assume `.runandhide' is defined (Ghostscript
-       6.53 and greater).  Don't check Ghostscript stack for correctness,
-       just leave garbage.
-       (preview-prepare-fast-conversion): Use `.runandhide' to ignore
-       garbage left by preamble (such as Omega fonts).
-       (preview-LaTeX-command): Use "%'" and "%t" expansion strings in
-       order to allow filenames with spaces in them.
-       (preview-goto-info-page): Use `info' instead of `Info-goto-node'.
-       (preview-parse-messages): Spike up terminal log file name tracing
-       in order to have a reasonable chance of detecting spaces in file
-       names.
-       (preview-parse-messages): Massage match string for partial strings
-       to deal better with TeX-quoted control sequences.
-       (preview-dump-file-name): The format name should not contain
-       spaces.  Replace them with underlines.
-       (preview-dump-replacements, preview-undump-replacements): Use a
-       different replacement in order to work with the new
-       `preview-LaTeX-command'.
-       (preview-cache-preamble): shell-quote `preview-format-name'.  Keep
-       `mylatex.ltx' from ignoring spaces in file names.
-       (TeX-inline-preview-internal): shell-quote `preview-format-name'.
-
-2006-09-29  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-gs-command): Make default depend on
-       `system-type', using "GSWIN32C.EXE" on `windows-nt'.
-
-       * configure.ac: If no GhostScript or the standard setting for the
-       operating system is found, don't override the default.
-
-2006-09-21  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-TeX-style-cooked): Fix bugs.
-       (preview-set-texinputs): Use `preview-TeX-style-cooked'.
-       (preview-TeX-style-dir): Change doc string to reflect new behavior
-       of `preview-set-texinputs'.
-       (preview-install-styles): Try to deal with `preview-TeX-style-dir'
-       properly.  Bomb out if no styles found to install.
-       (preview-report-bug): Add `preview-TeX-style-dir' to reported
-       variables.
-
-       * configure.ac: Remove `--with-kpathseasep' option.
-
-2006-09-01  David Kastrup  <dak@gnu.org>
-
-       * prv-xemacs.el (preview-import-image): Allow strings as image
-       properties.
-
-       * prv-emacs.el (preview-remove-urgentization)
-       (preview-import-image): Allow strings as image properties.
-
-       * preview.el (preview-clearout, preview-kill-buffer-cleanup)
-       (preview-place-preview): Use `timestamp' field universally for
-       dealing with when to overwrite and when to retain images, don't
-       rely on filename internals.
-       (desktop-buffer-preview-misc-data): Use `preview-image' to judge
-       the availability of savable data.
-       (preview-reinstate-preview): Allow saving images without
-       associated filenames.
-       (preview-format-mml): Deal with string type images.
-
-2006-08-25  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Use eTeX's `\protected' on redefinitions when
-       available.
-
-2006-08-15  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Change from 2006-07-12 could lose the
-       `AtBeginDvi' material.  Fix that.  Disable preview within output
-       routine.
-       And actually hijack `\output' instead of doing it half way.
-
-2006-07-28  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex/Makefile.in (install-texmf): Only update the relevant ls-R
-       file.
-
-2006-07-25  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Allow two optional parameters as in
-       memoir.cls for sections.  Also preview chapter headings.
-
-2006-07-23  Ralf Angeli  <angeli@caeruleus.net>
-
-       * configure.ac: Fix spelling of MiKTeX.
-
-2006-07-12  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Add a font-lock helping comment, remove
-       preview's hook into the output routine, deactivate `\shipout' in a
-       cleaner manner.
-
-2006-07-11  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Fix XymTeX catcodes again.
-
-2006-07-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in, latex/Makefile.in (datarootdir): New variable used
-       by autoconf 2.59e.
-
-2006-06-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex/README: Streamline.  Add sections.  Clean up.
-
-2006-06-08  David Kastrup  <dak@gnu.org>
-
-       * latex/README: Adapt to new realities.
-
-2006-05-25  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Add another fix for XyMTeX (which got the
-       catcode for @ wrong).
-
-2006-05-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * configure.ac: Bump version number.
-
-       Update address of FSF in GPL notices.
-
-2006-04-20  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-parse-messages): Adapt parser to
-       `-file-line-error-style' messages.  Try to make the detection of
-       the current file more robust.  Utilize file-line-error messages
-       for that purpose if they are present.
-
-2006-03-22  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (.PHONY, install): Remove `install-metadata'.
-       (install-metadata): Remove.
-
-2006-03-22  David Kastrup  <dak@gnu.org>
-
-       * prv-install.el (preview-make-package-xemacs): Accept list of
-       files to be appended.
-
-2006-03-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Use `AC_PROG_MAKE_SET' instead of deprecated
-       `AC_SET_MAKE'.
-
-2006-02-21  Ikumi Keita <ikumi@revery.net>
-
-       * preview.el (preview-error-quote, TeX-inline-preview-internal):
-       Fix the problem that preview-latex put the preview-image in wrong
-       place if user compiles iso-2022-jp file on Windows or UNIX, by
-       using TeX-japanese-process-output-coding-system for
-       preview-coding-system instead of buffer-file-coding-system if
-       tex-jp.el is loaded.
-
-2006-01-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (install-metadata): Let `for' loop return an exit
-       status of 0.
-
-2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * preview.el (preview-TeX-style-cooked): Fix cond expression.
-
-2006-01-17  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-TeX-style-cooked): New function, to be used
-       later.  Just checked in so that nobody else feels compelled
-       writing it.
-
-2006-01-14  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: Remove infodir and INSTALL_INFO checks.  Don't
-       check for TEXHASH if it is already set.
-
-2006-01-13  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-parse-messages): Some ugly fix for
-       `<xxx (PNG copy)>' style error messages.
-
-2005-12-31  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (ELCC, AUCTEX): Put "." in front of load-path to
-       avoid picking up outdated `prv-*.el*' files from the installation
-       directory.
-
-2005-12-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Bump version number.
-
-2005-10-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Import `TEX' in unquoted form.
-
-2005-10-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Change wrongly used `previewdatadir' to
-       `previewlispdir'.
-       Change version number in `AC_INIT'.
-
-2005-10-03  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * prv-xemacs.el (preview-check-changes): Delete detached extents.
-
-2005-09-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Document option for specifying AUCTeX startfile as
-       --with-previewstartfile, not --with-preview-startfile which does
-       not work.
-       Use matching package names for determining the kpathsea path
-       separator both internally and in the option name which now is
-       --with-kpathseasep.
-       Fix the quadrigraph for the closing bracket in the
-       kpathsesep-related error message.
-
-2005-09-25  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex/preview.dtx: Add space for nicer formatting in version
-       output.  Adapt checksum.
-
-2005-09-25  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Try fixing the release parsing/grouping.
-
-2005-09-25  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex/README (CTAN): Bump version number.
-
-       * latex/preview.dtx: Fix case in release tag parsing.
-
-2005-09-24  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Try parsing version correctly by treating
-       underlines in the release tag properly.
-
-2005-09-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * preview.el (preview-version): Extract version number from
-       release tag.
-
-2005-08-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Import unquoted variables from top-level configure
-       script.
-
-2005-07-15  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Don't talk nonsense about the footnote macro,
-       and don't define it nonsensical for AUCTeX.
-       Reproduce `\@startsection' command to keep numbering correct in
-       default configuration for AUCTeX.
-
-2005-07-14  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: protect against packagedir starting with `-'
-
-2005-07-11  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-at-point): Join adjacent touched previews
-       for regeneration.
-
-       * prv-emacs.el (preview-mode-setup): 
-
-       * prv-xemacs.el (preview-mode-setup): Use correct string for
-       resetting watch on preamble.
-
-2005-07-05  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-string-expand): Allow substrings to be
-       controlled by booleans.
-       (preview-expandable-string): Adapt type to that.
-       (preview-required-option-list): Make dependent on
-       `preview-preserve-counters'.
-       (preview-preserve-counters): New boolean.
-
-2005-06-30  jalar  <jalar@mai.liu.se>
-
-       * latex/preview.dtx: <tightpage>: added comments
-
-2005-06-28  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * latex/preview.dtx: Add version number in a \special, in dvips
-       mode. Fix mismatched parantheses.
-
-2005-06-27  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Put version into `\pr@version'.
-
-2005-06-27  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * latex/preview.dtx: Add backwards-compatibility for dvipng <= 1.5
-
-       * latex/preview.dtx: Add preview@tightpage
-
-2005-06-24  David Kastrup  <dak@gnu.org>
-
-       * prv-install.el (preview-make-package-xemacs): Add author-version.
-
-       * preview.el (preview-TeX-style-dir): Change docs.
-
-       * latex/Makefile.in (preview.dvi): Depend on preview.sty
-       (preview.pdf): Same here.
-
-       * configure.ac: Remove checks for PERL and info-related stuff.
-       Add . into search path first.
-
-       * Makefile.in (texmf): Depend on latex/Makefile
-       (latex/Makefile, auto.el, configure, Makefile, config.status):
-       targets to make sure that Makefile and stuff are up to date.
-       (install-metadata): pass author version into prv-install.el
-
-2005-06-21  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Make message at end of configuration clearer.
-       Remove redundant build hint.
-
-       * .cvsignore: Remove irrelevant entries.
-
-2005-06-21  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: correct comparison.
-
-2005-06-20  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Remove (folded into ../RELEASE).
-
-2005-06-18  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-gs-dvips-process-setup)
-       (preview-dvipng-process-setup): Improve error message.
-       (preview-parse-messages): Don't throw error on nil parsestate if
-       we are in error unwinding mode already.
-
-2005-06-14  David Kastrup  <dak@gnu.org>
-
-       * README.CVS: Remove.  Top file should be sufficient.
-
-       * autogen.sh: Remove.  We have its functionality in the top
-       directory.
-
-2005-06-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (docs, install-docs): Remove.
-       (all): Do not depend on `docs' anymore.
-       (.PHONY): Do not depend on `docs' and `install-docs' anymore.
-       (clean, maintainer-clean): Do not descend into doc directory
-       anymore.
-
-       * autogen.sh: Do not generate documentation anymore.
-
-       * configure.ac: Remove doc/Makefile from AC_OUTPUT.
-
-       * doc/todo.texi: Move to AUCTeX's main doc/ directory as
-       preview-todo.texi.
-
-       * doc/readme.texi: Move to AUCTeX's main doc/ directory as
-       preview-readme.texi.
-
-       * doc/problems.texi: Move to AUCTeX's main doc/ directory as
-       preview-problems.texi.
-
-       * doc/preview-dtxdoc.pl, doc/preview-latex.texi: Move to AUCTeX's
-       main doc/ directory.
-
-       * doc/faq.texi: Move to AUCTeX's main doc/ directory as
-       preview-faq.texi.
-
-       * doc/copying.texi: Move to AUCTeX's main doc/ directory.
-
-       * doc/Makefile.in: Remove.
-
-       * doc/.cvsignore: Remove.
-
-2005-06-06  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: Remove call to MAKEINFO_CHECK_MACROS: we expect a
-       recent enough makeinfo version for bootstrapping, anyway.
-
-       * doc/Makefile.in (MAKEINFO_MACROS): remove
-       (TEXINFOINCLUDES): Remove unused TEXIPWD hack.  Troublesome.
-
-2005-06-04  David Kastrup  <dak@gnu.org>
-
-       * doc/Makefile.in (TEXIFILES): Oops, depends on ../../doc/macros.texi
-
-       * latex/Makefile.in (MKINSTALLDIRS): 
-
-       * doc/Makefile.in (MKINSTALLDIRS): 
-
-       * Makefile.in (MKINSTALLDIRS): Use mkinstalldirs from AUCTeX.
-
-       * mkinstalldirs: remove in favor of ../mkinstalldirs
-
-       * doc/Makefile.in (TEXI2HTML): Use TEXI* tools and TEXINFOINCLUDES.
-       (../README): et al.  Depend on ../../doc/macros.texi
-
-       * configure.ac: Check and test for TEXI* as well.  Quotify if
-       necessary.
-
-       * autogen.sh: Look in .. for macros.
-
-       * doc/Makefile.in (preview-latex.dvi): Use texi2dvi.
-       (preview-latex.pdf): Use texi2pdf.
-       (preview-latex.ps): Use -Ppdf option.
-       (preview-latex.info, ../README, ../FAQ, ../PROBLEMS, ../TODO):
-       deal with ../../doc/macros.texi
-
-2005-05-25  David Kastrup  <dak@gnu.org>
-
-       * circ.tex (section{Die gerade Linie}): Make the intentional
-       errors more conspicuous.
-
-2005-05-24  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4: Use elif for prettiness.
-
-       * prv-xemacs.el (preview-mode-setup): Change watch condition.
-       (preview-watch-preamble): Accept command.
-       (preview-unwatch-preamble): Change unwatch method.
-       (preview-preamble-check-change): Change check.
-
-       * prv-emacs.el (preview-preamble-changed-function): First unwatch
-       preamble, then kill format.
-       (preview-watch-preamble): Accept command to watch for.
-       (preview-unwatch-preamble): Adapt to new `format-cons' format.
-       (preview-mode-setup): Change watch condition.
-
-       * preview.el (preview-dumped-alist): Change definition.
-       (preview-parse-messages): Use `string-to-number' instead of
-       obsoleted `string-to-int'.
-       (preview-cache-preamble): Add format-cons arg.  Only cache
-       preamble if there is no cache with the same command yet.
-       Precalculate command and check whether it matches previous one.
-       If so, omit dumping.
-       (preview-region, preview-document): Expand command here.
-       (preview-generate-preview): Accept expanded command.  Always
-       tentatively dump command (unless disabled) and set sentinel only
-       if this succeeded.
-       (TeX-inline-preview-internal): Set command buffer at start.  Use
-       `commandbuff' argument rather than `TeX-command-buffer'.
-       Raise error at different point.
-
-2005-05-22  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4: Allow --with-emacs=sth and --without-xemacs and
-       similar combinations as long as they are more or less consistent.
-
-2005-05-21  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * prv-install.el (preview-make-package-xemacs): Cater for XEmacs
-       21.5 which uses a different interface for generating autoloads at
-       present.
-
-2005-05-21  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: Editing changes.  Last checkin before
-       removal.
-
-       * doc/install.texi: Editing changes.  Last checkin before removal.
-
-       * doc/faq.texi (Customization): Don't use @var inappropriately.
-
-       * autogen.sh: Remove generation of auto.texi.
-
-       * doc/preview-latex.texi (Installation): Refer to AUCTeX manual.
-       (Keys and lisp): Some formatting changes.
-
-       * doc/Makefile.in (TEXIFILES): Remove wininstall.texi and
-       install.texi.
-       (DISTTEXTS): Remove ../INSTALL and ../INSTALL.windows
-       (../INSTALL, ../INSTALL.windows): Remove.
-
-       * doc/problems.texi (Known problems): Remove old AUCTeX advice.
-       Remove explicit node names.
-       (Emacs problems): Rewrite.  Mention precompiled CVS Emacsen.
-       Refer to AUCTeX manual.
-       (AUCTeX prior to 11.0): Remove.
-       (Too small bounding boxes): Reword.
-       (x-symbol interoperation): Explain 8-bit cleanliness somewhat more.
-
-2005-05-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * preview.el (preview-specs-type): Use an extra :value keyword to
-       avoid a bug in `widget-convert' of XEmacs 21.4 and Emacs 21.
-
-2005-05-18  David Kastrup  <dak@gnu.org>
-
-       * doc/preview-dtxdoc.pl: Don't use \n in character ranges since it
-       is not actually a character in Windows.
-
-2005-05-17  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (lisp): Rewrite condition to make `make -n' work,
-       also non-Posix shells.
-       (install-metadata): Rewrite stuff for non-Posix shells.
-       (preview-latex.el): Same here.
-       (install-metadata): ignore return state of mkinstalldirs.
-
-2005-05-02  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: 
-
-       * doc/install.texi: Overhaul, use auto.texi.
-
-       * doc/Makefile.in (../INSTALL, ../INSTALL.windows): add auto.texi
-       dependence.
-       (maintainer-clean): remove auto.texi.
-
-       * autogen.sh: Generate auto.texi
-
-       * README.CVS: Some modifications.
-
-       * aclocal.m4 (EMACS_PATH_LISPDIR): better help.
-
-2005-05-01  David Kastrup  <dak@gnu.org>
-
-       * doc/install.texi (Configure): Synch with auctex.
-
-2005-04-30  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: Use existing variables packagedatadir,
-       packagelispdir.
-       If configuring a package and infodir is defaulted, disable
-       install-info.
-       Disable TEXHASH when installing --without-texmfdir.  Move TEXHASH
-       test.
-
-       * aclocal.m4: Use existing lispdir variable.
-
-       * prv-install.el (preview): don't require
-       (preview-make-package-xemacs): several changes to command line
-       options.
-
-       * Makefile.in (lisp): rename from elisp for harmony with AUCTeX.
-       (install-images): rename from install-icons.
-       (install-metadata): new options for prv-install.el
-
-2005-04-29  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4: echo date correctly.
-
-2005-04-28  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4 (AUCTEX_AUTO_DIR): simplify.
-       (AC_LISPIFY_DIR): add third argument.  Simplify a few common
-       expressions.
-
-2005-04-27  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4: sed paranoia.
-
-2005-04-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * aclocal.m4 (AC_DATE_VERSION_FROM_CHANGELOG): Escape `+'.  Add
-       regexp group.  Close function.
-
-2005-04-27  David Kastrup  <dak@gnu.org>
-
-       * preview.el (TeX-inline-preview-internal): Don't try interpreting
-       coding-system if it is nil.
-
-       * aclocal.m4 (AC_DATE_VERSION_FROM_CHANGELOG): actually look into
-       the ChangeLog file.  Uh.
-
-       * latex/README (Note): Add bug reporting address.
-
-2005-04-19  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-install-styles): Add autoload cookie.
-
-2005-04-18  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-dump-state): New function to get run buffer
-       info.
-       (preview-report-bug): Use it.
-
-       * Makefile.in (install-metadata): include directories in `MANIFEST'.
-
-2005-04-16  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Work around another ntheorem bug affecting
-       showlabels.
-
-2005-04-12  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: Don't bother about pre-2.5 autoconf versions.
-
-       * doc/faq.texi (Customization): Remove lamentation that PDF
-       foreground is fixed to black.
-
-       * preview.el (preview-pdf-color-string): New function.
-       (preview-pdf2dsc-sentinel): Use it.
-
-       * configure.ac: renamed from configure.in
-
-2005-04-11  jalar  <jalar@mai.liu.se>
-
-       * configure.in: Minimal changes to printouts 
-
-2005-04-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * preview.el (preview-set-texinputs): Fix grouping.
-
-2005-04-11  David Kastrup  <dak@gnu.org>
-
-       * prv-install.el (preview-make-package-xemacs): Don't generate
-       manifest and take package name from command line.
-
-       * configure.in: Don't expose `lispdir'.  Explain `TEXHASH',
-       `PERL', `MAKEINFO', `INSTALL_INFO'.
-
-       * latex/Makefile.in (texmfdir): Don't import.
-
-       * Makefile.in (lispdir): Don't import.
-
-       * preview.el (preview-counter-find): Fix bug with `(marker)'.
-
-       * latex/Makefile.in (exec_prefix, libdir): Export.
-
-       * doc/install.texi (Configure): Explain `--without-texmf-dir'.
-       (Advice for package providers): Don't trash talk AUCTeX
-       preactivation.
-       (Advice for package providers): Mention `--without-texmf-dir'.
-
-       * doc/Makefile.in (exec_prefix, libdir): export.
-
-       * preview.el (preview-datadir): Use instead of `preview-icondir'.
-       (preview-filter-specs): Use it.
-       (preview-TeX-style-dir): New variable for uninstalled styles
-       (preview-set-texinputs): Add or remove it from TEXINPUTS
-       environment.
-       (preview-TeX-style-dir): proper customization.
-       (preview-install-styles): New function to install styles
-       permanently.
-
-       * configure.in: use `packagedatadir' instead of `icondir'.  Add
-       check for `kpathseaseparator'.  Shell-quote and export
-       `exec_prefix' and `libdir'.
-
-       * auto.el.in (preview-datadir): replace preview-icondir, and add
-       `lisppackagetexstyles' invocation.
-
-       * aclocal.m4 (TEX_PATH_TEXMFDIR): Allow --without-texmf-dir, stop
-       quoting a bunch of stuff, fix reference to load-file-name.
-
-       * Makefile.in (exec_prefix, libdir, packagedatadir): export since
-       the XEmacs tree might call them.
-       (.PHONY, install): add install-nosearch target.
-       (install-nosearch): Install .nosearch file.
-       (install-icons): Use `$(packagedatadir)/images' instead of
-       `$(icondir)'
-
-2005-04-10  David Kastrup  <dak@gnu.org>
-
-       * configure.in: Use new backquote syntax.
-
-       * doc/install.texi (Configure): Clarify.
-
-2005-04-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex/preview.dtx: Dvipng --> dvipng.
-
-       * RELEASE, circ.tex, configure.in, preview.el, doc/faq.texi,
-       doc/install.texi, doc/preview-latex.texi, doc/problems.texi,
-       doc/readme.texi, doc/wininstall.texi, latex/README,
-       latex/preview.dtx: GhostScript --> Ghostscript.
-
-2005-04-08  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (previewstartfile): import.
-       (install-startup): split lines with `$(MAKE)' and
-       `$(INSTALL_DATA)' so that `make -n' will properly recurse.
-
-       * aclocal.m4 (AC_LISPIFY_DIR): resolve relative paths below
-       ${lispdir} hierarchy.  AC_SUBST both lisp variant of directory as
-       well as original.
-
-       * configure.in: Add `--with-preview-startfile', use new semantics
-       of `AC_LISPIFY_DIR', drop `AC_MAKE_FILENAME_ABSOLUTE' stuff.
-
-       * doc/install.texi (Configure): explain new semantics of
-       `--with-lispdir' and new `--with-preview-startfile'.
-
-       * doc/wininstall.texi: Document changes semantics for
-       `--with-lispdir' and new `with-preview-startfile'.
-
-2005-04-07  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4 (EMACS_LISP): properly echo result to log file.
-       (EMACS_EXAMINE_INSTALLATION_DIR): check that the result of
-       file-relative-name is not absolute, which can happen for unrelated
-       drives on Windows.
-       (AC_FULL_EXPAND): also check, set and restore exec_prefix if not
-       set.
-
-2005-04-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.in: Cosmetics for ./configure --help.
-
-       * preview.el (desktop-buffer-preview): Return buffer even if no
-       information about previews is found.
-
-2005-04-04  David Kastrup  <dak@gnu.org>
-
-       * preview-latex.spec (URL, Source0): Fix addresses to point to
-       AUCTeX.  Oops.
-
-2005-04-03  David Kastrup  <dak@gnu.org>
-
-       * Release 0.9.1
-
-       * latex/preview.dtx: Don't let negative dimensions into tightpage
-       comment.
-
-       * doc/macros.texi: Make @previewlatex swallow argument in links.
-       Don't scrap sf declaration.  Make it correct in links.
-
-       * doc/readme.texi (What use is it?): 
-
-       * doc/problems.texi: 
-
-       * doc/install.texi (Top): Work around raisesection bug.
-
-       * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README)
-       (../FAQ, ../TODO): Remove --no-validate option.
-       (../PROBLEMS): remove --no-validate option, and number sections.
-
-       * doc/faq.texi: Make validatable top entry.  Don't raise sections
-       until after the first chapter.  This is insane, but otherwise
-       everything will be unnumbered.
-
-       * configure.in: Expand `packagelispdir' and `lispdir' before
-       checking for conflicts.
-
-2005-04-02  David Kastrup  <dak@gnu.org>
-
-       * autogen.sh: Remove autom4te.cache
-
-       * doc/Makefile.in (.PHONY): Add a few targets.
-
-       * doc/readme.texi (Basic modes of operation): Correct dvipng
-       information.
-
-       * autogen.sh: make preview-latex.info generation work by passing
-       in PERL default.
-
-       * README.CVS: Mention that `perl' is needed for autogen.sh, and
-       that `makeinfo' might need to be up to date.
-
-       * latex/README: Renamed from latex/README-preview.  Overhaul
-       availability.
-
-       * doc/macros.texi: Synchronize to AUCTeX.
-
-       * Makefile.in (tarball-ready): Remove this target for now: it
-       can't be used consistently really.  It is probably better to do
-       just run autogen.sh on a freshly exported archive.
-
-       * doc/Makefile.in (DISTTEXTS): Targets in parent dir.
-       (../INSTALL, ../INSTALL.windows, ../README, ../FAQ, ../PROBLEMS)
-       (../TODO): New targets instead of targets in current dir.
-       (clean): Don't remove targets in this dir.
-       (maintainer-clean): Remove DISTTEXTS targets.
-
-       * autogen.sh: Use make for generating distribution texts and also
-       pregenerate the info file.
-
-       * Makefile.in (emacsprefix): Remove.
-       (.PHONY): Collect phony targets here.
-       (DISTTEXTS): Move to doc/Makefile.in
-       (tarball-ready): Adapt
-
-       * preview-latex.spec: Change version number.  Change directory
-       choice to "xemacs-packages" on fedora.
-
-       * doc/wininstall.texi: Mention that Perl is not needed if working
-       with the default tarball.
-
-       * doc/preview-latex.texi: Bump versions numbers, fix copyrights.
-
-       * doc/readme.texi (Activating preview-latex): Don't talk about
-       half a dozen non-sensical things.
-       (Availability): Change information to match move into AUCTeX.
-
-       * configure.in: Add check for load-path shadowing.
-
-       * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in
-       most cases.
-
-2005-04-01  David Kastrup  <dak@gnu.org>
-
-       * doc/faq.texi: Some changes.  This thing really is an outdated
-       unmaintained abomination.  We need to do something about it at one
-       time.
-
-2005-04-01  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * aclocal.m4 (EMACS_EXAMINE_INSTALLATION_DIR): Repair quoting.
-
-2005-04-01  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: rearrange.  Mention AUCTeX 11.80 as target.
-
-       * aclocal.m4(EMACS_EXAMINE_INSTALLATION_DIR): avoid trailing
-       `/.'.
-       (TEX_PATH_TEXMFDIR): search order changed.
-
-       * latex/Makefile.in (prefix, datadir, texmfdir, previewtexmfdir)
-       (previewdocdir): Use (null) to mask Windows backslashes.
-
-       * configure.in: Adjust version info.
-
-       * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output.
-       (EMACS_PROG_EMACS): Check for `emacsprefix'.
-       (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables
-       as second argument.  Decompose and compare directory names
-       starting from the back.
-       (EMACS_PATH_PACKAGEDIR): search in several prefixes.
-       (EMACS_PATH_LISPDIR): same.
-       (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath.
-       Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX
-       directories.
-
-2005-03-31  David Kastrup  <dak@gnu.org>
-
-       * configure.in: Don't set prefix if it is not set.
-
-       * aclocal.m4 (EMACS_PATH_PREFIX): new function.
-       (AC_FULL_EXPAND): set `prefix' from `ac_default_prefix' before
-       expansion if it is unset.
-
-2005-03-31  jalar  <jalar@mai.liu.se>
-
-       * Makefile.in: 
-       * aclocal.m4: Add $emacsprefix
-
-2005-03-31  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Update release info.
-
-2005-03-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (use-hint): Fix spelling.
-
-       * preview.el (preview-report-bug): Use "preview-" prefix in
-       version information.
-
-2005-03-29  David Kastrup  <dak@gnu.org>
-
-       * configure.in (auctexdir): Use `AC_ARG_VAR' on `GS' and `TEXHASH'
-       (should probably also be used on a few other environment
-       variables).
-       Use `AC_SHELL_QUOTIFY' on `GS'.
-
-2005-03-28  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview): Change home page address to AUCTeX.
-       (preview-report-bug): Change bug reporting address.
-
-       * doc/readme.texi (Contacts): Change mailing list info.
-
-       * doc/problems.texi: Change mailing list info.
-
-       * doc/faq.texi (Introduction to FAQ): Change mailing list address.
-
-       * preview.el (if): Use (featurep 'xemacs) instead of
-       `(string-match "XEmacs" (emacs-version))'.
-       (preview-at-point): Don't check for XEmacs, just use
-       `TeX-active-mark' instead.
-
-2005-03-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (distclean, maintainer-clean, tarball-ready): Delete
-       autom4te.cache in maintainer-clean and tarball-ready targets.
-
-2005-03-24  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * doc/Makefile.in: Add *.pdf to clean target and
-       preview-dtxdoc.texi to maintainer-clean
-
-2005-03-23  jalar  <jalar@mai.liu.se>
-
-       * doc/Makefile.in:
-       * Makefile.in: add maintainer-clean target 
-
-       * Makefile.in: add tarball-ready target
-
-       * configure.in: Add check for perl
-
-       * doc/Makefile.in: Use the configure-provided $PERL
-
-2005-03-22  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-counter-find): Coerce `begin' to integer to
-       work around an Emacs 21.x bug.
-
-       * Makefile.in (install): Install startup file before docs.
-
-       * doc/Makefile.in (preview-latex/index.html): Don't ignore exit
-       status of makeinfo (this target is on-demand only, anyway).
-
-       * doc/preview-dtxdoc.pl: Accept two arguments so that output file
-       will not get clobbered if Perl is not operative.
-
-2005-03-19  David Kastrup  <dak@gnu.org>
-
-       * prv-xemacs.el (preview-buffer-recoding-alist): Madness variable.
-       (preview-buffer-recode-system): Use it.
-       (tex-site, tex, latex): Require them.
-
-       * prv-emacs.el (tex-site, tex, latex): require them to silence
-       byte compiler.
-       (preview-buffer-recode-system): Compatibility function.  Probably
-       not necessary for Emacs.
-
-       * preview.el (TeX-overlay-prioritize): don't redefine, test for
-       its presence at runtime.  Less invasive, less offensive to the
-       byte compiler.
-       (preview-coding-system): New buffer-local variable to indicate the
-       coding system used for processes.
-       (preview-place-preview, preview-reinstate-preview):  Use
-       `TeX-overlay-prioritize' only if it exists.
-       (mailcap-extension-to-mime): Use an autoload form instead of
-       `require' at runtime.
-       (preview-format-mml): Use `mailcap-extension-to-mime' directly
-       (preview-error-quote): take coding system of LaTeX process as
-       second argument.
-       (preview-parse-messages): initialize `run-coding-system' from
-       `preview-coding-system'.  Use it for calling
-       `preview-error-quote'.
-       (TeX-inline-preview-internal): Initialize `preview-coding-system'
-       and make process use it.
-
-2005-03-18  David Kastrup  <dak@gnu.org>
-
-       * preview.el (TeX-region-create): Try shutting up the byte
-       compiler at load time.
-
-       * doc/install.texi: Mention that "the usual procedure" is for
-       site-wide installation.
-       (Advice for package providers): Mention site-start.el.
-       (Advice for non-privileged users): Adapt to new conventions.
-       Some other small changes.
-
-       * preview.el (TeX-overlay-prioritize): correct stupid typo.
-       (preview-log-error): Pop up run buffer in case of error.
-
-2005-03-17  David Kastrup  <dak@gnu.org>
-
-       * preview.el (tex-site): Require loads of stuff at the beginning:
-       preview.el is supposed to be autoloaded, so we can just load
-       everything that needs to get loaded, anyway.
-       (TeX-overlay-prioritize): alias to "ignore" if not defined
-       elsewhere.  This will not set priorities.
-       (eval-when-compile): move out most requires.
-       (preview-place-preview): Use TeX-overlay-prioritize instead of
-       TeX-fold-prioritize.
-       (preview-counter-find): Pass begin in to reduce one compilation
-       error message.
-       (TeX-region-create): Don't preactivate `preview-counter' advice.
-       (preview-reinstate-preview): Rename priority function to
-       `TeX-overlay-prioritize'.
-       (LaTeX-preview-setup): Remove requires.
-       (TeX-region-create): Explicitly activate `preview-preamble' advice
-       even though it is preactivated.
-
-2005-03-16  David Kastrup  <dak@gnu.org>
-
-       * prv-emacs.el: Use the four-argument version of `face-attribute'
-       if it exists.
-
-2005-03-15  David Kastrup  <dak@gnu.org>
-
-       * doc/install.texi (Configure): Be somewhat more verbose.  Be
-       explicit about Emacs-only options.
-
-       * doc/wininstall.texi: Warn against Winzip.  Reorganize docs
-       somewhat and clarify about Emacs-only procedures.
-
-       * doc/preview-latex.texi (Keys and lisp): Document
-       preview-at-point allowing active region.
-
-       * preview.el (preview-at-point): Remove nonsensical arguments.
-       Instead, allow for an active region.
-
-       * configure.in: Add `packagelispdir' to quoted Makefile variables.
-
-2005-03-14  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Reformat the kaboodle to look nicer.
-       Move \nofiles to auctex option.
-
-       * latex/README-preview (Note): Mention \nofiles problem.
-
-       * preview.el (preview-LaTeX-command): Add \nofiles to startup.
-
-2005-03-14  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * preview.el (TeX-fold-prioritize): autoload.
-       (preview-place-preview, preview-reinstate-preview): Use it.
-
-2005-03-07  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-gs-open): Make better error message for junk
-       left over on PostScript stack, so that we may better pass the
-       buck.
-
-2005-03-05  David Kastrup  <dak@gnu.org>
-
-       * latex/preview.dtx: Fix psfixbb option that must have become
-       illegal at some time accidentally.
-
-       * doc/install.texi (Loading the package): Explain that
-       preview-latex.el should already be installed in-place.
-
-2005-03-04  David Kastrup  <dak@gnu.org>
-
-       * Organizational: preview-latex development has been moved from
-       <URL:http://sourceforge.net/projects/preview-latex> into the
-       AUCTeX CVS Archive on
-       <URL:http://savannah.gnu.org/projects/auctex>.
-       
-2005-03-03  David Kastrup  <dak@gnu.org>
-
-       * Release 0.9
-
-       * prv-install.el (preview-make-package-xemacs): Add directory
-       information from autoe.el to autoloads.
-
-       * Makefile.in (elisp): generate preview-latex.el only when no
-       package system.
-       (install-el): Depend on auto.el
-       (install-startup): Make and install preview-latex.el only when no
-       package system.
-
-       * prv-emacs.el (preview-create-icon-1): Use adaptive heuristic
-       mask for transparency.
-
-       * preview-latex.spec: Make preview.dvi.  But preview-latex.pdf
-
-       * latex/Makefile.in (all): Generate both dvi and pdf.
-       (install-texmf-doc): Install DVI (faster, compact).
-
-       * latex/Makefile.in (install-texmf-doc): Install PDF instead of
-       DVI file.
-
-       * doc/wininstall.texi: Simplify, rearrange, adapt to new
-       installation scheme.  Add links to CVS precompiled versions.
-
-       * doc/install.texi (Prerequisites): Revamp.
-       (Configure): Add explanations.
-
-       * preview-latex.spec: Change rpm name to include "fedora".  Adapt
-       to new configure stuff.  Use pdf doc instead of DVI.
-
-       * configure.in: icondir is absolute, reorder some stuff to
-       maintain directory locality.
-
-       * aclocal.m4: Change a lot of $x to ${x}.
-       Simplify some stuff.
-
-       * RELEASE: Add information for release.
-
-       * configure.in: Correct prefix check.  Add Emacs version check.
-
-       * aclocal.m4: Move several functions around, completely overhaul
-       the stuff to just detect material in prefix-related directories.
-       Remove docstrip config detection, add version checking of major
-       and minor version.  Rely on prefix being set by configure.in.
-
-2005-03-02  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (install-el): no means no for packagedir.
-
-       * configure.in: Set prefix.
-
-       * aclocal.m4: Use "no" for no packagedir in XEmacs.
-       Don't save prefix and stuff.
-       Expand stuff at some points.
-
-       * doc/wininstall.texi: Use executable name directly to save
-       confusion.
-
-       * prv-xemacs.el (preview-filter-specs): Rework specs.
-
-       * prv-emacs.el (preview-filter-specs): Translate :type fields.
-
-       * preview.el (preview-min-spec): Move.
-       (preview-filter-specs): Move from prv-emacs.el and prv-xemacs.el.
-       (preview-filter-specs-1): simplify.
-       (preview-icondir): Create icondir preset variable.
-       (preview-filter-specs): expand file specs against it here instead
-       of prv-emacs.el and prv-xemacs.el.
-
-       * configure.in: Adapt to new variables.
-       Remove check for image-supporting Emacs: it is probably not
-       reliable on consoles.
-       Add packagelispdir and icondir options.
-       (GS): Don't try GSWIN32.EXE.
-       Create lispGS in auto.el
-
-       * autogen.sh: Use --output option for makeinfo to get
-       tableofcontents in FAQ.
-       
-       * doc/Makefile.in (.PHONY): Add install here.
-
-       * Makefile.in (install-el): Adapt targets to packagelispdir.
-       (.PHONY): Add install target for case insensitive filesystems.
-
-       * aclocal.m4: Rewrite EMACS_EXAMINE_PACKAGEDIR.
-       EMACS_LISP now gets one argument less.
-       EMACS_TEST_LISP_DIR makes just one pass.
-       EMACS_PATH_LISPDIR expands less.
-       AC_LISPIFY_DIR is a new function.
-       AC_MAKE_FILENAME_ABSOLUTE
-       AC_LISP_RELATIVE new functions.
-
-2005-02-26  David Kastrup  <dak@gnu.org>
-
-       * doc/readme.texi (Basic modes of operation): Adapt PDFLaTeX
-       explanation to newer AUCTeX versions.
-
-       * preview.el (preview-error-icon-specs): Choose somewhat oversized
-       errors. Adapt to set.
-       (preview-gs-restart, preview-gs-transact): Change image file name
-       prefix to `pr'.
-       (preview-clean-subdir): When cleaning out subdirectories, match
-       `pr' instead of `pre'.
-
-       * Makefile.in (ICON_SOURCES): Adapt to existing set.
-
-2005-02-25  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-gs-options): Remove "-dDELAYSAFER" from
-       option list.
-       (preview-gs-sequence): New variable.
-       (preview-gs-sentinel): Don't repeat startup echo if GhostScript
-       fails before prompting the first time.
-       (preview-gs-sentinel): When restarting, remove expected file names
-       from `preview-gs-outstanding'.
-       (preview-gs-restart): generate a unique output file name pattern
-       from `preview-gs-sequence'
-       (preview-gs-restart): list start command quoted.
-       (preview-gs-open): initialize `preview-gs-sequence'.
-       (preview-gs-open): if historic "DELAYSAFER" is still configured,
-       start safe mode manually.  Remove all settings of OutputFile, and
-       all runandhide stuff.
-       (preview-gs-place): Don't generate a filename that might not be
-       needed.
-       (preview-gs-flag-error): Generate a synthetic OutputFile option.
-       Use it in error messages.
-       (preview-gs-transact): generate output file name in outstanding
-       queue.  Don't fiddle with OutputFile settings.  Advance
-       `preview-gs-sequence'.
-       (preview-dvipng-place-all): Generate file name.
-
-       * prv-xemacs.el (null-device): Remove compatibility definition.
-
-2005-02-18  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-specs-setter): New function.
-       (preview-nonready-icon-specs): Choose slightly smaller icons.
-       (preview-nonready-icon-specs, preview-error-icon-specs)
-       (preview-icon-specs): Use `preview-specs-setter'.
-
-       * doc/wininstall.texi: Mention case problems.
-
-       * doc/install.texi (Prerequisites): Update AUCTeX version info.
-
-       * doc/problems.texi (Middle-clicks paste instead of toggling):
-       Remove reference to patches directory.  Should no longer be
-       necessary.
-       (Problems with GhostScript): Mention use of gswin32.exe instead of
-       gswin32c.exe as a problem source.
-
-       * preview.el (preview-nonready-icon-specs): Add size 14.
-
-       * images/prvwrk24.xpm: New icon, dimmer, better shape.
-
-       * images/prvwrk20.xpm: New icon
-
-       * images/prvwrk16.xpm: New icon
-
-       * images/prvwrk14.xpm: New icon
-
-       * images/prvwrk12.xpm: New icon
-
-2005-02-15  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-error-quote): Encode to raw-text to get
-       unibyte string.
-
-2005-02-13  David Kastrup  <dak@gnu.org>
-
-       * doc/preview-latex.texi (The Emacs interface): Adapt to new
-       `preview-use-balloon-help' default.
-
-       * doc/faq.texi (Customization): Adapt to new
-       `preview-use-balloon-help' default.
-
-       * prv-xemacs.el (preview-use-balloon-help): Default to nil.
-
-       * preview.el (preview-gs-flag-error): For consistency, make error
-       icons have a context menu on right mouse button.
-
-2005-02-11  David Kastrup  <dak@gnu.org>
-
-       * doc/preview-latex.texi (Keys and lisp): Change descriptions to
-       cater only for interactive use.
-       (Keys and lisp): Explain mouse-3 better.
-       (Keys and lisp): Move preview-copy-region-as-mml explanation up.
-       Explain about the new border avoidance behavior.
-       (The Emacs interface): Explain about how to adapt the various
-       icon-specs.
-
-       * preview.el (preview-specs-type): Type for specs defcustom.
-
-       (preview-nonready-icon-specs, preview-error-icon-specs)
-       (preview-icon-specs): move lower and make defcustom from it.
-
-2005-02-10  David Kastrup  <dak@gnu.org>
-
-       * prv-emacs.el (preview-mode-setup): Only define a preview toolbar
-       entry when the icon is valid.
-
-       * RELEASE: Mention the new icons.
-
-       * prv-xemacs.el (preview-tb-icon): Use this instead of
-       (preview-icon-toolbar-button): in order to match
-       `preview-tb-icon-specs', as in prv-emacs.el
-       (preview-mode-setup): Don't install a toolbar item when no icon
-       image can be generated properly.
-
-2005-02-09  David Kastrup  <dak@gnu.org>
-
-       * prv-xemacs.el (add-to-list): only provide definition for
-       three-argument version if XEmacs doesn't.  May be removed at some
-       time completely.
-       (null-device): Only defvar if unbound in order not to munge the
-       doc string.
-       (preview-transparent-border): Silence the byte-compiler.
-       (preview-supports-image-type): Move earlier.
-       (preview-filter-specs): Correct a few typos.
-       (preview-filter-specs): Don't forget to call `make-glyph'.
-       (preview-mode-setup): Correct toolbar icon setup.
-
-       * preview.el (preview-error-quote): Remove unused variable `char'.
-
-       * doc/faq.texi (Requirements): Stop talking about ancient XEmacs
-       versions.
-       (Requirements): Mention Emacs 22 instead of 21.4
-
-       * doc/install.texi (Prerequisites): same
-
-       * doc/problems.texi (Emacs problems): same
-
-       * preview-latex.spec (Conflicts): xemacs = 21.4.16
-
-       * RELEASE: Add some dvipng information, more detailed
-       recommendations.
-
-       * preview.el (preview-region, preview-buffer, TeX-region-create)
-       (preview-document, preview-environment, preview-section): Move
-       down to avoid byte compiler warnings.
-
-       * images/*: lots of renaming/moving stuff around.
-       
-       * configure.in: remove ICONFORM stuff.
-
-       * Makefile.in (ICONFORM): removed.
-       (ICON_SOURCES): Change to different list.
-
-       * prv-xemacs.el (preview-nonready-icon, preview-error-icon)
-       (preview-icon, preview-tb-icon): Removed in this form.
-       (preview-ascent-spec): New symbol for storing minimal data when
-       parsing specs.
-       (preview-filter-specs): New function.
-       (preview-icon-copy): Replaces `preview-nonready-copy'.
-       (preview-mode-setup): Create toolbar button.
-
-       * prv-emacs.el (preview-nonready-icon, preview-error-icon)
-       (preview-icon): removed.
-       (preview-filter-specs): New function.
-       (preview-tb-icon-specs, preview-tb-icon): New variables for the
-       toolbar icon.
-       (preview-icon-copy): replaces `preview-nonready-copy'
-       (preview-mode-setup): Initialize `preview-tb-icon'
-
-       * preview.el (preview-nonready-icon-specs)
-       (preview-nonready-icon, preview-error-icon-specs)
-       (preview-error-icon, preview-icon-specs, preview-icon)
-       (preview-min-spec): New variables.
-       (preview-gs-place): Use `preview-icon-copy' instead of
-       `preview-nonready-copy'
-       (preview-make-image): New function.
-       (preview-filter-specs-1): New function.
-       (preview-buffer-restore-internal): Call `preview-get-geometry' for
-       having size information.  This may be incorrect at restore time.
-       (preview-get-geometry): Also constitute `preview-icon',
-       `preview-error-icon' and `preview-nonready-icon'.
-
-2005-02-06  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: Add note about `gswin32c.exe'.
-
-2005-01-29  David Kastrup  <dak@gnu.org>
-
-       * preview-latex.spec (Release): Bump version to prerelease, make
-       some changes that look like they'd fit into AUCTeX's scheme.
-
-       * RELEASE: Some changes and mentions.
-
-       * doc/preview-dtxdoc.pl: Convert AUC\TeX reference as well.
-       Convert `\#' to `#'.
-
-       * latex/preview.dtx: Add `#' and `:' letters and documentation.
-       Make all commands pass on `#' on cleanly.  Don't eliminate last
-       `{}' last in argument lists.
-
-       * latex/Makefile.in (preview.pdf): New target.  Since PDFs are
-       used for external documentation usually, generate only the
-       description (for internal docs, dvi is fine and adding the code,
-       too).
-
-       * configure.in: Bump version number.
-       check for PDFLaTeX.
-
-2005-01-26  David Kastrup  <dak@gnu.org>
-
-       * preview.el (preview-copy-mml, preview-copy-region-as-mml)
-       (preview-format-mml): Ask whether user really wants to use
-       bordered graphics.
-       (preview-error-quote): Fix typo.  Make the condition to call
-       decode-coding-string depend on (featurep 'mule) to match choice
-       for using raw process output.
-       (preview-get-geometry): Return the geometry instead of
-       manipulating a buffer.
-       (preview-set-geometry): New function to set the geometry into
-       buffer-local variables.
-       (preview-generate-preview): Start by getting geometry.
-       (TeX-inline-preview-internal): Additional geometry argument.
-       Don't switch into buffer where we are already.
-
-2005-01-25  David Kastrup  <dak@gnu.org>
-
-       * prv-emacs.el: Don't use transparent borders when Emacs is new
-       enough to have tolerable blinking.
-
-       * preview.el (preview-dvipng-color-string): Pass the border into
-       dvipng.
-       (preview-dvipng-place-all): Record the border in the image data
-       structure.
-
-2005-01-24  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Ask for dvipng 1.4, mention utf-8 capability.
-
-       * preview.el (preview-error-quote): Don't regexp codes out of the
-       ASCII range, and convert the resulting string using the buffer
-       encoding.  This makes for utf-8.
-       (preview-parse-messages): Change match mechanism.
-       (TeX-inline-preview-internal): Set process encoding to raw-text
-       since TeX may deliver mixtures of encoded and clean bytes.
-
-2005-01-19  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4: sync with AUCTeX
-
-2005-01-17  jalar  <jalar@mai.liu.se>
-
-       * ChangeLog.1: Move dvipng changes to its Changelog
-
-2004-11-05  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/readme.texi (What use is it?): New section.
-
-       * doc/preview-latex.texi (The Emacs interface)
-       (The preview images): Add a bit of information concerning
-       PDF/dvipng operation.
-
-       * preview.el (preview-default-preamble): Require specific date of
-       preview package.
-
-       * latex/preview.dtx: Let bop-hook and eop-hook work only on outer
-       level, so that previews can contain dvips -E generated files.
-
-2004-10-23  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview): Change group to 'AUCTeX.
-
-2004-10-21  David Kastrup  <dakas@users.sourceforge.net>
-
-       * prv-xemacs.el (preview-mode-setup): Add `desktop-save-buffer'
-       setup.
-
-       * prv-emacs.el (preview-mode-setup): Add `desktop-save-buffer'
-       setup.
-
-       * preview.el (desktop-buffer-preview-misc-data): Let arguments be
-       ignored for desktop 2.06.
-       Add to `desktop-buffer-misc-functions' only after desktop has been
-       loaded.
-       (desktop-buffer-preview): take arguments for desktop 206.
-
-2004-10-18  David Kastrup  <dakas@users.sourceforge.net>
-
-       * prv-xemacs.el (glyph-image-type): Removed.
-       (preview-create-icon-1, preview-create-icon): like in prv-emacs.el.
-       (preview-replace-active-icon): Use defsubst.
-       (preview-ps-image): Removed.
-       (preview-move-point): Reorganized.
-       (preview-export-image): Removed.
-       (preview-import-image): Changed to new preview-image semantics.
-
-       * prv-emacs.el (preview-create-icon): replace macro with defsubst,
-       add border argument.
-       (preview-replace-active-icon): defsubst, and cater for new
-       preview-image structure.
-       (preview-int-bb, preview-ps-image): Removed, only needed for
-       postscript device.
-       (preview-move-point): Reorganized.
-       (preview-export-image): Removed.
-
-       * preview.el (preview-image-creators): Remove postscript device,
-       it did not work, anyway.
-       (preview-dvipng-color-string): Add resolution to args in order to
-       properly convert border thickness.
-       (preview-gs-dvips-sentinel): Delete unused `gsfile' variable.
-       (preview-eps-open, preview-eps-dvips-process-setup,
-       preview-eps-place): Removed.
-       (preview-gs-place, preview-gs-transact, preview-dissect)
-       (preview-dvipng-place-all, preview-active-string)
-       (preview-reinstate-preview): add construction info to
-       `preview-image' property.
-       (preview-start-dvipng): Calculate resolution info correctly.
-       (preview-at-point): Fix an awful typo.
-
-2004-10-14  David Kastrup  <dakas@users.sourceforge.net>
-
-       * latex/preview.dtx: Make the end of snarfed environments behave
-       normally if the environment is not being snarfed.
-
-2004-10-14  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * doc/wininstall.texi: Adjust text to conform with the AUCTeX aclocal.
-
-       * configure.in: Add VALID_BUILD_DIR 
-
-2004-10-13  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * configure.in: Adjust for the aclocal.m4 sync with AUCTeX 
-
-       * aclocal.m4: Sync with AUCTeX. Well, almost. Don't
-       use the version test.
-
-2004-10-09  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-dvipng-command): Use -picky option.
-       (preview-error-quote): Convert character to buffer encoding if
-       mule allows it.
-       (preview-parse-messages): Strip incomplete 8bit character
-       transliterations from the error context.
-
-2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/install.texi: Markup fixes, see "(texinfo)command".
-
-       * doc/wininstall.texi: Ditto.
-
-2004-08-09  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/preview-latex.texi: Bump version number.
-       (top): Change preview-latex typesetting convention.
-       (Keys and lisp): AUCTeX menus are not changed.
-       (Simple customization): Don't talk about `.dvi'.
-       (For advanced users): Menu `The preview images' instead of `On EPS
-       previews'.
-       (The Emacs interface): Take PDF into account.
-       (The preview images): Describe `preview-gs-image-type-alist',
-       `preview-dvipng-image-type'.
-       
-       * doc/faq.texi (Introduction to FAQ): Change submission address to
-       preview-latex-devel since this appears to better reflect reality.
-
-       * latex/preview.dtx (showlabels): work around ntheorem/amsmath
-       bug.
-
-       * preview.el (preview-gs-image-type-alist): Add fallback for
-       'postscript image type (not yet used).
-       (preview-dvipng-command): Add documentation about
-       `preview-dvipng-image-type'.  Change options to `-picky
-       -noghostscript' to work with dvipng 1.2.
-       (preview-dvipng-image-type): New variable.
-       (preview-gs-open): Don't barf until we know what device will
-       actually be used.
-       (preview-gs-dvips-process-setup): Complain about unavailable
-       devices here.
-       (preview-dvipng-process-setup): And here.
-       (preview-dvipng-process-setup, preview-dvipng-place-all): Use
-       `preview-dvipng-image-type'.
-       (preview-TeX-inline-sentinel): Change "abnormally with code 1" and
-       "finished" exit status message.
-       (preview-dump-replacements, preview-undump-replacements): Don't
-       match command name as specifically.
-       (preview-report-bug): Report more variables.
-
-2004-08-07  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/macros.texi: New @ConTeXt{} macro, change appearance of
-       @previewlatex{}.
-
-       * doc/faq.texi (Customization): Presentation classes should work
-       mostly.
-       (Customization): Remove troubleshooting for `xy.sty'.
-       (Requirements): Add AUCTeX 11.50 for PDFLaTeX.
-       (Requirements): Mention dvipng.
-       (Customization): PDFLaTeX is supported now.
-       (Customization): ConTeXt is supported by AUCTeX, PDFLaTeX too.
-       `Only' style support is missing now.
-
-       * latex/preview.dtx: workaround for `xy.sty' in `textmath' code.
-
-2004-08-04  David Kastrup  <dakas@users.sourceforge.net>
-
-       * aclocal.m4: Merge a few AUCTeX changes.
-
-2004-08-03  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-walk-document): Current buffer and its
-       master are always considered part of the document.
-       (preview-dvipng-command): Use -noghostscript option.
-       (preview-dvipng): Remove the almost unused customization group
-       'preview-dvipng.
-
-2004-08-02  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-extract-bb): remove old outcommented version.
-       (preview-dvipng-command): Use -no-image-on-warn option.
-       (preview-pdf2dsc-process-setup): Oops, just use
-       `preview-gs-image-type' here.
-       (preview-dvipng-sentinel): Don't delete dvi file since it might be
-       needed in `dvipng-place-all'.
-       (preview-dvipng-place-all): Start dvips/GhostScript if some image
-       files are missing.  Delete dvi file if none are missing.
-
-2004-07-28  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/problems.texi (Too small bounding boxes): Fix node
-       crosslinks.
-
-       * latex/preview.dtx: Tiny change to placate font-latex.
-
-       * latex/README-preview: Explain that PDF may be produced.
-
-       * doc/wininstall.texi: Remove advice about failing byte-compiles:
-       we should have this covered by now.
-
-       * doc/problems.texi (LaTeX international characters): remove node.
-
-       * doc/preview-latex.texi (Misplaced previews): Refer to x-symbol
-       node instead of 8bit testing.
-
-       * doc/install.texi (Configure): Remove --disable-8bit-test
-       description.
-
-       * preview.el (preview-parse-messages): Simplify line match.
-
-       * preview-latex.spec: Several changes of %{buildroot} uses and of
-       infodir.  Doubtful whether this will work with Fedora.
-
-       * configure.in: Remove all 8bit-cleanness testing.
-
-       * aclocal.m4 (EMACS_LISP): just write out a string expression
-       without change or echo.  Document the macro.
-
-       * doc/Makefile.in (prefix) (packagedir) (datadir) (infodir):
-       preserve trailing backslashes.
-
-       * Makefile.in (INSTALL) (INSTALL_DATA): Don't munge them for
-       trailing backslashes.
-
-2004-07-27  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-dvipng): New customization group.
-       (preview-image-creators): Remove ghostscript options here.
-       (preview-gs-image-type-alist): New variable for lookup of
-       Ghostscript options.
-       (preview-gs-open): Remove imagetype and gs-optionlist arguments.
-       Instead, look them up in preview-gs-image-type-alist.
-       (preview-gs-dvips-process-setup): Setup GhostScript command line
-       at different place.
-       (preview-gs-dvips-process-setup): Use preview-gs-image-type, not
-       preview-image-type for extension.
-       (preview-dvipng-open): Removed.
-       (preview-dvipng-process-setup): Setup GhostScript fallback.
-       (preview-pdf2dsc-process-setup): Don't setup GhostScript here.
-       (preview-error-quote): Fix bugs, only convert last ^^ sequence
-       when a long string of ^^ exists.
-
-2004-07-16  David Kastrup  <dakas@users.sourceforge.net>
-
-       * Makefile.in (INSTALL_DATA): Use `$(null)' at end of variables at
-       end of lines instead of `#'
-
-2004-07-15  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-format-mml): Somewhat different code.
-       (preview-error-quote): New function for generating a matching
-       regexp to deal with ^^ type error messages.  In short: forget
-       about 8-bit-cleanliness.
-       (preview-parse-messages): Use it.
-
-2004-05-08  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-format-mml): Determine MIME format from
-       file name properly.  And don't return anything for bad overlays.
-
-       * Split ChangeLog.1 off, create dvipng/ChangeLog.
-
-       * preview.el (preview-gs-sentinel): Add info about GhostScript
-       finishing to run buffer.
-       (preview-gs-restart): Same for start.
-       (preview-gs-color-string): Cater for border without mask color
-       (didn't we do that already?)
-
-2004-04-23  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-gs-color-string)
-       (preview-dvipng-color-string): Try to do something reasonably sane
-       when a non-nil border thickness is specified, but no color.
-
-2004-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * .cvsignore: Added "autom4te.cache".
-
-2004-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/preview-latex.texi (Simple customization): Don't "unlispify"
-       variable names.
-
-2004-04-12  David Kastrup  <dakas@users.sourceforge.net>
-
-       * Release 0.8.1
-
-       * preview.el (preview-dump-replacements): Use regexp not
-       triggering bugs in older Emacsen.
-       (preview-dump-replacements): Same here.
-
-       * RELEASE, configure.in, doc/preview-latex.texi: Adapt to 0.8.1
-
-       * preview-latex.spec: xemacspkgdir has changed in recent XEmacs
-       releases for Redhat.
-
-       * prv-xemacs.el (preview-mode-setup): Remove non-existent menu.
-
-       * prv-emacs.el (preview-mode-setup): Remove non-existent menu
-       "copied" from TeX-command-list to Command menu.
-
-       * Release 0.8
-       
-       * RELEASE: prepare for 0.8
-
-       * preview-latex.spec: prepare for 0.8, bump XEmacs to 21.4.9.
diff --git a/xemacs-packages/auctex/ChangeLog.d/ChangeLog-preview.1 b/xemacs-packages/auctex/ChangeLog.d/ChangeLog-preview.1
deleted file mode 100644 (file)
index f771697..0000000
+++ /dev/null
@@ -1,3736 +0,0 @@
-2004-04-12  David Kastrup  <dakas@users.sourceforge.net>
-
-       * Release 0.8.1
-
-       * preview.el (preview-dump-replacements): Use regexp not
-       triggering bugs in older Emacsen.
-       (preview-dump-replacements): Same here.
-
-       * RELEASE, configure.in, doc/preview-latex.texi: Adapt to 0.8.1
-
-       * preview-latex.spec: xemacspkgdir has changed in recent XEmacs
-       releases for Redhat.
-
-       * prv-xemacs.el (preview-mode-setup): Remove non-existent menu.
-
-       * prv-emacs.el (preview-mode-setup): Remove non-existent menu
-       "copied" from TeX-command-list to Command menu.
-
-       * Release 0.8
-       
-       * RELEASE: prepare for 0.8
-
-       * preview-latex.spec: prepare for 0.8, bump XEmacs to 21.4.9.
-       
-2004-04-11  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-dvipng-color-string): Try to deliver border
-       thickness.
-       (preview-gs-transact): Don't set page size to 1,1 if that has
-       already been done.
-       (preview-start-dvipng): Use new -D convention for resolution.
-       (preview-pdf2dsc-process-setup): Add resolution to GhostScript
-       call for PDF.  Doh.
-
-       * circ.tex: Format with AUCTeX.
-
-       * preview.el (preview-gs-open): Bypass page initialization if
-       page is 1bp times 1bp (that is: not yet set).
-
-       * latex/preview.dtx: Remove tightpdf option again. Better
-       explanation for tightpage.
-
-       * preview.el (preview-parsed-tightpage): New variable.
-       (preview-TeX-bb): Use tightpage borders if found in file.
-       (preview-gs-flag-error): Display correct file on error.
-       (preview-gs-transact): Don't pass page dimensions if tightpage is
-       active.
-       (preview-required-option-list): Replace dvips option with tightpdf
-       option.
-       (preview-parse-tightpage): New function.
-       (preview-parse-variables): Add preview-parse-tightpage, add
-       function quoting.
-       (preview-gs-open): Move color setup to BeginPage hook.  Rename
-       preview-latex-* PostScript Variables to just preview-*.
-       (preview-gs-transact): Set minimal pagesize if tightpage detected
-       to speed up unimportant setpagedevice operations.
-       (preview-required-option-list): Use tightpage option always.
-       (preview-parse-variables): Remove function quoting: it lead to
-       double quotes and tears.
-       (preview-LaTeX-disable-pdfoutput): Move into separate constant
-       for easy access as it is no longer the standard.
-       (preview-LaTeX-command-replacements): Default to nil to enable
-       PDFTeX operation.  Better customization type.
-
-       * latex/preview.dtx: Some reformatting, add new parse items - and
-         >, add new option pdftex, adjust tightpage for it, add new
-         option tightpdf.
-
-       * doc/preview-dtxdoc.pl: Eat spaces after %.
-
-2004-04-09  David Kastrup  <dakas@users.sourceforge.net>
-
-       *  images/preverr.xbm:
-       *  images/preverr.xpm: invert upside-down icons.
-
-2004-03-15  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-gs-color-string): Add missing space in
-       color setup (GhostScript syntax error).
-       (preview-gs-color-string): And another color setup bug.
-
-2004-03-11  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/readme.texi (Activating preview-latex): Make a few changes
-       with regard to keybindings and stuff.
-       (Contacts): Add Paypal info for myself.
-
-       * doc/preview-latex.texi (Keys and lisp): Remove the C-c C-c g
-       pseudobinding from the description.
-       (Keys and lisp): Document mouse actions.
-       (Keys and lisp): Move Kill Job description.
-
-2004-03-10  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-gs-colors): replaced with preview-colors.
-       (preview-pdf2dsc-command): replaces preview-pdftodsc-command
-       (preview-gs-open, preview-gs-color-value)
-       (preview-gs-color-string, preview-dvipng-color-string)
-       (preview-dvipng-open, preview-dvipng-process-setup)
-       (preview-pdf2dsc-process-setup, preview-pdf2dsc-sentinel)
-       (preview-gs-close, preview-dvipng-close)
-       (preview-prepare-fast-conversion, preview-attach-filename): lots
-       of small changed to accommodate pdf2dsc.
-       (preview-parse-messages): Change pattern to accommodate pdfTeX.
-       (preview-LaTeX-command-replacements): Changed to not rely on latex
-       being different from elatex.  And for allowing pdflatex in DVI mode.
-       (preview-dump-replacements, preview-undump-replacements): Same.
-       (preview-cache-preamble): transfer setting of \pdfoutput to
-       dumped format.
-
-       * prv-emacs.el (preview-gs-color-value): Moved to preview.el.
-       (preview-get-colors): Substitute for previous
-       preview-gs-get-colors.
-       (preview-dvipng-get-colors): Removed.
-       * prv-xemacs.el (preview-gs-color-value): Moved to preview.el.
-       (preview-get-colors): Substitute for previous
-       preview-gs-get-colors.
-       (preview-dvipng-get-colors): Removed.
-
-2004-03-02  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * preview.el: Fix xemacs' defalias problem
-
-2004-03-02  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-image-creators): dvipng now uses different
-       place and close routines.
-       (preview-dvipng-command): Fix file name default.
-       (preview-pdf2dsc-command): for PDFLaTeX support
-       (preview-gs-dvips-process-setup): Pass image type.
-       (preview-dvipng-open), (preview-dvipng-process-setup),
-       (preview-dvipng-abort), (preview-dvipng-sentinel),
-       (preview-dvipng-close): New functions
-       (preview-gs-place): get imagetype as argument.
-       (preview-gs-place): don't create temporary file names for dvipng.
-       (preview-dvipng-place): deleted.
-       (preview-dvipng-place-all): New function.
-       (preview-attach-filename): New function for PDF support.
-       (preview-delete-file): Support attached files.
-       (preview-format-mml): Slight formatting changes.
-
-2004-01-14  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-parsed-pdfoutput): Add detection for PDF
-       output from preview.sty.
-       (mail-header-encode-parameter): Encode the header ourselves: it
-       seems that versions of the library are not good at that.
-       (preview-parse-variables): Add `preview-parsed-pdfoutput'.
-       (preview-map): Add keybinding for `preview-copy-region-as-mml'.
-       (preview-copy-mml): factor out `preview-format-mml'.
-       (preview-copy-region-as-mml): New function.
-       (preview-format-mml): New function.
-
-2004-01-11  David Kastrup  <dakas@users.sourceforge.net>
-
-       * latex/preview.dtx (subsection{Preview attaching commands}):
-       Tell preview-latex when the output format is PDF.
-
-2004-01-06  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-region): Use "<none>" for file name if
-       buffer not associated with a file.
-       (preview-parse-messages): recognize "<none>" to mean
-       TeX-command-buffer.
-       (preview-region): Use `preview-generate-preview' instead of
-       `TeX-command'.
-       (preview-document): Same.
-       (preview-at-point): Add arguments to allow mouse use at later
-       time.
-       (LaTeX-preview-setup): Don't touch TeX-command-list.
-       (preview-cache-preamble): Use `preview-generate-preview' instead
-       of `TeX-command'.
-       (TeX-inline-preview): Deprecate.
-       (preview-generate-preview): New function.
-       (TeX-inline-preview-internal): Remove `name' argument.
-
-2004-01-04  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-equality-transforms)
-       (preview-relaxed-string=, preview-walk-document)
-       (preview-required-option-list): Doc changes.
-       (preview-disabled-string, preview-inactive-string)
-       (preview-active-string, preview-place-preview)
-       (preview-reinstate-preview): Use new context menus and give help
-       strings for them.
-       (preview-copy-text, preview-copy-mml, preview-active-contents)
-       (preview-context-menu): Implement context menu and functionality.
-       (mail-header-encode-parameter): Add an autoload cookie for this
-       function taken from `mail-parse.el'.
-
-2003-11-11  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * Makefile.in, doc/Makefile.in, latex/Makefile.in: Add DESTDIR
-       variable
-
-2003-11-10  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * preview.el: Add 'dvipng preview-scale functionality
-
-2003-11-08  Stephen Reindl  <sr@stephenreindl.de> (tiny change)
-
-       * preview-latex.spec (%install): rm texinfo 'dir' file because
-       this file is not needed for distribution (rpm 4.1+ complains about
-       this 'missing' file).
-
-2003-11-07  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * preview.el: Fix dvipng resolution
-
-2003-11-06  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * prv-xemacs.el:
-       * prv-emacs.el:
-       * preview.el: Add color handling for dvipng
-
-2003-11-05  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * preview.el: Primitive dvipng support. Lacking ascent and colors.
-
-2003-11-04  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/todo.texi: Add quite a few more wishes.  Actually, it would
-       be nice to strike off a few instead.
-
-2003-11-02  David Kastrup  <dakas@users.sourceforge.net>
-
-       * latex/preview.dtx (subsection{Selection options}): Fix the
-       carnage broken document classes like elsart.cls and IEEEtran.cls
-       do to \endfigure and \endtable, and complain about it in
-       appropriate warning messages.
-
-2003-10-15  David Kastrup  <dakas@users.sourceforge.net>
-
-       * latex/preview.dtx (subsection{Selection options}): Let the
-       textmath option also preview the `math' environment.
-
-2003-07-10  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/wininstall.texi: fix web page of AUCTeX.
-
-       * doc/install.texi (Prerequisites): fix web page of AUCTeX.
-
-       * preview.el (LaTeX-preview-setup, preview-parse-messages)
-       (TeX-inline-preview): Fix references to AUCTeX.
-
-       * aclocal.m4 (library): Fix references to AUCTeX.
-
-       * RELEASE: Fix references to AUCTeX.
-
-2003-06-19  David Kastrup  <dakas@users.sourceforge.net>
-
-       * latex/preview.dtx: Make \long what needs to be \long in order
-       to deal with argument lists and macros that might contain \par.
-
-2003-05-13  David Kastrup  <dakas@users.sourceforge.net>
-
-       * configure.in: Really bail if 8bit test fails.
-
-       * circ.tex (section{Die gerade Linie}): Add comments for
-       intentional bugs.
-
-2003-04-28  David Kastrup  <dakas@users.sourceforge.net>
-
-       * configure.in: Fix check for images.
-
-       * aclocal.m4 (library): Try setting the EMACS_cv_SYS_* variable
-       that we are actually checking.  Is that correct?
-
-2003-04-17  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * doc/wininstall.texi: Corrected --with-lispdir and --with-packagedir
-
-2003-04-09  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4: More sane emacs-macro path-searching.
-
-2003-03-31  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4 (EMACS_PROG_EMACS): Make the test fail gracefully
-       when no binary executable is found. More generally, make the
-       emacs-macro path-searching tests run.
-       
-2003-03-30  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/install.texi (Configure), doc/wininstall.texi: explain
-       --with-emacs and stuff even less ambiguously.
-
-2003-03-28  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/faq.texi (Installation Trouble): Update Windows info.
-
-2003-02-15  David Kastrup  <dakas@users.sourceforge.net>
-
-       * configure.in: quote MAKEINFO.
-
-       * README.CVS: Fix instructions because autoconf now does not need
-       patching anymore.
-
-       * doc/preview-latex.texi: juggle the dircategory, hopefully right
-       now.
-
-2003-02-13  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/preview-latex.texi: Somewhat changed info dir entries.
-       (Simple customization): add hint for RefTeX.
-
-       * doc/problems.texi, doc/macros.texi: anticipate name change of
-       AUC TeX to AUCTeX.
-
-       * aclocal.m4, configure.in: resynch with AUCTeX aclocal.m4.
-       Lots of name changes.
-
-       * configure.in: Remove redundant checks/substs.
-
-       * aclocal.m4 (AC_EXAMINE_PACKAGEDIR): lots of fixes with regard
-       to quoting, bad code and other stuff.
-       (AC_CHECK_AUCTEX): remove trailing slash.
-
-2003-02-10  Alan Shutko  <ats@acm.org>
-
-       * aclocal.m4: Changed all references of AUCTEXDIR to auctexdir.
-
-       * Makefile.in (auctexdir): Changed all references of AUCTEXDIR to
-       auctexdir.
-
-2003-02-05  David Kastrup  <dakas@users.sourceforge.net>
-
-       * latex/preview.dtx (section{Package options}): Correct doc of
-       \PreviewBbAdjust.
-
-2003-02-05  Alan Shutko  <ats@acm.org>
-
-       * doc/problems.texi: Add documentencoding.
-       (Emacs problems): Move @end itemize after XEmacs.
-
-2003-02-03  David Kastrup  <dakas@users.sourceforge.net>
-
-       * latex/preview.dtx (subsection{The \texttt{auctex} option}):
-       Make \item actually produce an \item.
-
-2003-01-27  David Kastrup  <dakas@users.sourceforge.net>
-
-       * doc/problems.texi (Emacs problems): CVS Emacs supports PNG now.
-
-       * doc/wininstall.texi: CVS Emacs supports PNG images now.
-
-       * prv-xemacs.el (null-device): Add defvar for older XEmacsen.
-
-2003-01-24  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (preview-gs-sentinel): Delete PostScript file when
-       GhostScript has finished.
-       (preview-gs-dvips-sentinel): Don't mark PostScript file for
-       deletion when GhostScript will be run: otherwise preview.el will
-       delete the PostScript file automatically when the last preview has
-       been generated but before GhostScript exits.  And since
-       GhostScript has the file still open, some "operating systems" will
-       refuse to delete the PostScript file at that moment.
-
-2003-01-20  David Kastrup  <dakas@users.sourceforge.net>
-
-       * Release 0.7.8
-       
-       * aclocal.m4: Correct environment spellings for Makefiles.
-
-       * latex/preview.dtx (subsection{The internals}): comment out color
-       setup.  That means that one might not be able to use color.sty for
-       setting up fore/background color, but it will also mean that
-       loading color.sty does not interfere with the initial colors set
-       up inside of GhostScript.  In the long run, we will have to solve
-       this differently.
-
-2003-01-19  David Kastrup  <dakas@users.sourceforge.net>
-
-       * latex/preview.dtx (section{Package options}) 
-       (subsection{The \texttt{showlabels} option}), doc/todo.texi:
-       spell RefTeX correctly.
-
-       * preview.el (preview-gs-open): Get really paranoid about closing
-       our output file in a way which should get rid of races.
-       (preview-ps-quote-filename): Get an optional argument for
-       avoiding making file names relative (like null-device).
-       (preview-equality-transforms, preview-relaxed-string=,
-       preview-canonical-spaces): Add functionality for relaxed check of
-       region changes (should allow outline-minor-mode in XEmacs, too,
-       and paragraph reformatting).
-
-       * prv-emacs.el (preview-check-changes): use
-       `preview-relaxed-string=' for detecting relevant changes.
-
-       * prv-xemacs.el (preview-create-icon): Use defsubst instead of
-       defmacro in order to avoid double evaluation of `file'.
-       (preview-check-changes): use `preview-relaxed-string=' for
-       detecting relevant changes.
-       
-       * latex/preview.dtx (section{Introduction}) 
-       (section{Package options}, subsection{Supporting conversions}):
-       Mention that `tightpage' requires `dvips', too.
-
-2003-01-18  David Kastrup  <dakas@users.sourceforge.net>
-
-       * Makefile.in (install-el, install-icons): Fix overquoting.
-
-2003-01-17  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * Makefile.in (install): Unquote $x so that the install prints
-       what is installed.
-
-2003-01-17  David Kastrup  <dakas@users.sourceforge.net>
-
-       * aclocal.m4 (AC_SHELL_QUOTIFY): c\:\\bin is correct, but ugly.
-       Don't quote : specifically, it is not likely to be a special shell
-       character.
-
-       * doc/Makefile.in (infodir): Add a few missing environment
-       variables.
-
-       * latex/Makefile.in, Makefile.in, aclocal.m4, configure.in: try
-       to deal as perfectly as possible with spaces in file names,
-       quotes, backslashes and desperate things in general.
-
-2003-01-15  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * configure.in: Use AC_PROG_EMACS and more portable
-       AC_PATH_LISPDIR/PACKAGEDIR
-       
-       * aclocal.m4 (AC_PROG_EMACS): New. Sanitize AC_PATH_LISPDIR. Make
-       AC_PATH_PACKAGEDIR portable.
-
-2003-01-10  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * Makefile.in: Make Solaris make grok the remaining long lines
-
-2003-01-10  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el (LaTeX-preview-setup): Change menu name for
-       generating customize menu to "Extend this menu".
-
-       * configure.in (TEXMFGEN): Make this possibly more portable (at
-       the very least, we had some potential quoting problems).
-
-       * autogen.sh, configure.in: Ok, darn them all.  We now have a
-       configure.in that does no longer need to get patched up after
-       autoconf, regardless of which autoconf version gets used between
-       2.13 and 2.57 or hopefully later.
-
-2003-01-07  David Kastrup  <dakas@users.sourceforge.net>
-
-       * Makefile.in (AUCTEXLISP): quoting levels still unsufficient.
-
-       * configure.in: Error message contained a single backquote, and
-       this made autoconf-213 barf.
-
-       * Makefile.in (AUCTEXLISP): quote sed command correctly.
-
-       * README.CVS: Update info about what autogen.sh generates.
-
-       * doc/wininstall.texi: Well, forget a few details.  Also added.
-
-       * autogen.sh: Make much more simple, so that this will work with
-       more sed versions.
-
-       * doc/wininstall.texi: Major overhaul, taking also GNU Emacs CVS
-       into account.
-
-       * Makefile.in: Lots of quote fixes to make this hopefully compile
-       better when paths may contain spaces and backslashes (the horror,
-       the horror).
-
-       * latex/Makefile.in: Lots of quote fixes to make this hopefully
-       compile better when paths may contain spaces and backslashes
-       (the horror, the horror).
-
-       * doc/preview-latex.texi (Keys and lisp): Rearrange section,
-       cater for renamed menus, some better explanations.
-
-       * doc/faq.texi (Installation Trouble): Some rearrangements and
-       additional explanations.
-
-       * latex/preview.dtx (section{Provided Commands}): Add description
-       of \PreviewOpen and \PreviewClose.
-       (subsection{Selection options}): Typo in displaymath hook on \[
-       fixed.
-       (subsection{Preview attaching commands}): Fix code of
-       \PreviewOpen and \PreviewClose which need to have their own
-       groups open and close always.
-
-2003-01-06  David Kastrup  <dakas@users.sourceforge.net>
-
-       * latex/preview.dtx (section{Provided Commands}): Add a lot of
-       additional possibilities for previewing commands and document
-       them.
-
-       * doc/preview-dtxdoc.pl: convert @ to @@, add braces around \marg
-       argument, allow spaces in \oarg argument.
-
-       * doc/Makefile.in (install): rename INSTALLINFO to INSTALL_INFO
-       for consistency.
-
-       * autogen.sh: Allow use of AUTOCONF, use sed.
-
-       * configure.in: Rework the language stuff autoconf sickness.
-       Require autogen.sh for editing work.
-
-2002-12-29  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-clearout-section): New function.
-       (preview-map): Add keybinding to it.
-       (LaTeX-preview-setup): Reorganize Preview menu for better user
-       friendliness.
-
-2002-12-22  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex/Makefile.in (install-texmf): don't call TEXHASH with
-       argument: some of the substitutes might not like it.  Better safe
-       than sorry.
-
-       * configure.in: A few more texhash-related fixes.
-
-2002-12-20  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Makefile.in (LISP_SOURCES): Use = instead of := for non-GNU
-       make versions.  Also in other variables.
-
-2002-12-19  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex/preview.dtx (section{Package options}): Document
-       `footnotes' option.
-       (section{Provided Commands}): Document new second optional
-       argument to \PreviewMacro*.
-       (subsection{Parsing commands}): Obliterate \pr@seq and make
-       \pr@callafter have different semantics.
-       (subsection{Preview attaching commands}): New macroo \pr@endmacro
-       needed for new \pr@callafter semantics.
-       (subsection{Preview attaching commands}): Implement the new
-       second argument to \PreviewMacro* and \PreviewEnvironment*.
-       (subsection{Preview attaching commands}): Make \pr@startsnarf
-       adapt to new \pr@callafter semandtics.
-       (subsection{The \texttt{auctex} option}): Use the new semantics
-       in a number of cases.
-
-       * doc/install.texi (Loading the package): Make this more
-       fool-proof by leaving out alternatives and reordering.
-
-2002-12-18  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * preview.dtx: Add \caption to auccfg
-
-2002-12-17  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Release 0.7.7
-       
-       * prv-emacs.el (preview-unwatch-preamble): Fix a lethal typo.
-
-       * Release 0.7.6
-
-       * preview-latex.spec (Requires): Bump to 0.7.6
-
-       * doc/faq.texi (Requirements): Change version requirements for
-       AUC TeX.
-
-       * doc/readme.texi (Activating preview-latex): Explain about what
-       to do if preview-latex.el did not get installed properly.
-
-       * doc/preview-latex.texi (Keys and lisp): Explain about new
-       commands and options.
-       (Simple customization): Explain how to keep counters accurate.
-       (The Emacs interface): document new options.
-
-       * doc/install.texi (Prerequisites): Explain about AUCTeX and
-       XEmacs versions.
-       (Loading the package): Recommend using preview-latex.el as
-       standard measure.
-
-       * Makefile.in (GS): Inherit GhostScript executable name.
-       (preview-latex.el): If GhostScript is not named "gs", change
-       preview-gs-command setting appropriately.  Add the Lisp
-       installation directory to the load-path.
-
-       * configure.in: use : instead of /bin/true
-       Check typical GhostScript executable names on Windows.  Check for
-       initexmf -u (MikTeX specific).
-
-       * RELEASE: Some more changes for 0.7.6
-
-2002-12-16  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-string-expand): Get optional separator
-       argument.
-       (preview-expandable-string): Change type somewhat.
-       (preview-clearout-document): doc change.
-       (preview-default-preamble, preview-LaTeX-command): Simplify to
-       changed definition of preview-expandable-string.
-
-       * prv-xemacs.el (preview-mode-setup, preview-watch-preamble) 
-       (preview-unwatch-preamble): Differentiate between unwanted formats
-       and formats without loaded master file.
-
-       * prv-emacs.el (preview-watch-preamble, preview-unwatch-preamble,
-       preview-mode-setup): Differentiate between unwanted formats and
-       formats without loaded master file.
-
-2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Makefile.in (preview-latex.el): Avoid putting the output of pwd
-       inside of "...", because something like "C:\notagain" is not
-       quite the Lisp string we'd want.
-
-       * preview.el (preview-walk-document): New function walking
-       through buffers of current document.
-       (preview-clearout-document): New function for completeness.
-       (preview-map): Add keybinding for it.
-       (LaTeX-preview-setup): Add menu entry for it.
-
-       * configure.in: Preparations for 0.7.6
-
-       * RELEASE: Preparations for 0.7.6
-
-2002-12-14  David Kastrup  <David.Kastrup@t-online.de>
-
-       * aclocal.m4: Don't lie about name of option --with-texmf-dir
-
-2002-12-13  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex/preview.dtx (subsection{The \texttt{footnotes} option}):
-       new option.
-
-       * preview.el (preview-default-option-list): Switch on previews
-       for footnotes by default.
-
-2002-12-12  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * autogen.sh: Nitpicking
-
-       * aclocal.m4, configure.in, doc/Makefile.in, doc/macros.texi:
-       Sanitize makeinfo macro tests
-       
-       * configure.in: Make LANG and LC_CTYPE saving work across
-       recursive call of ./configure (2.52)
-       
-2002-12-12  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex/preview.dtx (subsection{The internals}): Kill insertions
-       off that annoy our space strippers.  That makes
-       \PreviewMacro[*[]{}]{\footnote} feasible.
-
-2002-12-11  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * images/preview-cap-up.xpm: Fix bg and fg color issues
-
-2002-12-10  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * autogen.sh: Make LANG and LC_CTYPE saving work across recursive
-       call of ./configure (2.13)
-
-       * doc/macros.texi: Typo fixed
-
-2002-12-10  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-counter-find): Take counters by searching
-       forward if searching backwards does not avail us.
-       (preview-reinstate-preview): Optimize queue/tempdir handling for
-       the most common case.
-
-2002-12-09  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-counter-find): Factor out stuff from advice
-       since it will otherwise miss out on compatibility macros for XEmacs.
-       (TeX-region-create): Factor out advice.
-       (preview-reinstate-preview): Oops, wrong data if nothing
-       changed.  Switched around.
-
-       * latex/preview.dtx (subsection{Preview attaching commands}):
-       Don't \unskip in vertical modes in preview/nopreview
-       environments.
-
-       * preview.el (preview-parsed-counters): New variable.
-       (preview-dissect): export counter info.
-       (preview-place-preview): get counter info.
-       (preview-reinstate-preview): resinstate counters also.
-       (preview-default-option-list): add counters option.
-       (preview-string-expand): New function.
-       (preview-expandable-string): New type.
-       (TeX-region-create): Advice for counter restoration.
-       (preview-last-counter): for restoring.
-       (preview-extract-counters): New function.
-       (desktop-buffer-preview-misc-data): Sort stuff when writing and
-       deal with counters.
-       (preview-dissect, preview-buffer-restore-internal) 
-       (preview-place-preview): Deal with counters.
-       (preview-buffer-has-counters): New variable during parsing.
-       (preview-place-preview): Deal with counters.
-       (preview-required-option-list): New option.
-       (preview-make-options, preview-make-preamble): deleted
-       (preview-default-preamble, preview-LaTeX-command): redefine using
-       expandable strings.
-       (LaTeX-preview-setup): Replace entry in TeX-command-list with
-       dummy.
-       (LaTeX-preview-setup): Delete "%D" and "%P" fudges.
-       (preview-parse-counters): New function for parsing counters.
-       (preview-parse-variables): Add preview-parsed-counters to parse
-       list.
-       (preview-parse-messages): deal with counters.
-       (preview-dump-replacements): Add preview-LaTeX-command-replacements
-       (preview-cache-preamble): Don't generate string for
-       TeX-inline-preview, it does so itself.
-       (TeX-inline-preview): Generate command from preview-LaTeX-command
-       (preview-report-bug): Report more variables.
-
-2002-12-07  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (LaTeX-preview-setup): simplify "%m" entry in
-       TeX-expand-list.
-       (preview-create-subdirectory): return a quoted relative file name.
-       (preview-cache-preamble): various directory name related changes
-       so that everything will work master-relative.
-       (preview-cache-preamble-off): Same here.
-       (TeX-inline-preview-internal): Same here.
-       (preview-report-bug): Add autoload cookie.
-       (preview-create-subdirectory): Make dvips directory relative.
-       (preview-report-bug): also report LaTeX-command-style.
-
-2002-12-06  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-gs-open): Another GhostScript security work
-       around, this time leaving off something that confuses 7.x
-       releases of AFPL GhostScript.
-
-2002-12-03  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * Makefile.in:
-       * prv-xemacs.el: handle the new toolbar image 
-
-       * images/preview-cap-up.xpm: toolbar image
-
-2002-11-29  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * doc/readme.texi:
-       * doc/preview-latex.texi:
-       * doc/macros.texi:
-       * doc/Makefile.in: 
-       * configure.in: 
-       * aclocal.m4 (AC_TEST_MAKEINFO_ACRONYM): Attempt to make docs
-       build with old texinfo
-
-2002-11-28  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Release 0.7.5
-       
-       * latex/preview.dtx (subsection{Debugging options}): Typos.
-
-       * Makefile.in (use-hint): Add XEmacs version hint.
-
-       * prv-xemacs.el (preview-defmacro): define compatibility macros
-       only at compile time.
-       (preview-mode-setup): correct check for icon in toolbar.
-
-       * preview.el (require): use load-library on prv-xemacs.el in
-       order to get the compatibility macros at compilation time.
-
-2002-11-22  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Release 0.7.4
-
-       * preview-latex.spec (Requires): New RPM brain damage means we
-       have to disable the 8bit test.
-
-       * doc/faq.texi: Various updates.
-
-       * doc/install.texi: Some cosmetic changes and version info
-       updates.
-
-       * doc/preview-latex.texi (Keys and lisp): Adjust docs for changed
-       menu structure (Preview having a top-level entry).
-       (On EPS previews): phase out info about historical `postscript'
-       settings.
-
-       * preview.el (preview-image-type): Don't offer `postscript' when
-       customizing.
-
-       * configure.in: bump version.
-
-       * doc/preview-latex.texi: bump version.
-       (Keys and lisp): reorder so that indexes refer to the start of
-       items.
-
-       * preview.el (preview-gs-transact): add a bit of paranoia into
-       page shifts in case the coordinate origin is not upper left.
-       Similar to change in tightpage option of preview.dtx.
-       (preview-LaTeX-command-replacements): comment fix.
-
-       * latex/preview.dtx (subsection{The \texttt{counters} option}):
-       new option and documentation: add counter checkpoints in
-       diagnostics.
-
-2002-11-21  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-xemacs.el (preview-mode-setup): And here we have the
-       toolbar icon for XEmacs users.  Does not look too pretty, but
-       might inspire volunteers for improvements.
-
-2002-11-07  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4: Cosmetic change to the AUC TeX path printout
-       
-2002-11-20  David Kastrup  <David.Kastrup@t-online.de>
-
-       * RELEASE: some changes for 0.7.4
-
-       * preview.el (preview-dump-command, preview-undump-command):
-       deleted.
-       (preview-do-replacements): New function for performing
-       replacements in strings.
-       (preview-LaTeX-command-replacements, preview-format-name) 
-       (preview-dump-replacements, preview-undump-replacements): new
-       variables.
-       (preview-cache-preamble): adapt to new variables.
-       (TeX-inline-preview, TeX-inline-preview-internal): same.
-
-2002-11-18  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-emacs.el (preview-mode-setup): Add preview-at-point to the
-       toolbar, for those people that have not seen fit to disable it.
-       Volunteers for the XEmacs equivalent?
-
-2002-11-10  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-ps-quote-filename): New function replacing
-       preview-ps-quote, generating a relative file name.
-       (preview-prepare-fast-conversion): Use it.
-       (preview-gs-transact): Use it.
-       (LaTeX-preview-setup): Make tmp directory name relative.
-       Problem is that Cygwin absolute paths are not suitable for
-       passing into MikTeX.  Sigh.  But perhaps relative file names are
-       nicer, anyway.
-       (preview-parse-messages): Fix regexps for the sake of people
-       incompetent to make the run buffer not contain ^M everywhere.
-       Another Windows-related "fix".
-
-2002-11-05  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-gs-open): Place color setup after
-       setpagedevice.
-
-       * latex/preview.dtx (subsection{Supporting conversions}): Make
-       the tightpage option generate proper /PageOffset values also for
-       devices with bottom-up coordinate systems.
-
-       * doc/problems.texi: Remove preview-gs-broken-security docs.  See
-       below.
-
-       * preview.el (require): Don't abort compilation if desktop or
-       reporter packages are not installed.
-       (preview-gs-broken-security): Removed:
-       (preview-gs-open): Workaround for braindead security.
-
-2002-11-04  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Changes in order to preserve point in previews as follows:
-       * preview.el (preview-at-point): Pass selected window into
-       preview-toggle.
-       (preview-place-preview): Pass event into preview-toggle.
-       (preview-reinstate-preview): Same here.
-       * prv-emacs.el (preview-toggle): take additional argument (event
-       or window).
-       (preview-last-location): New variable, buffer-local.
-       (preview-mark-point): Remember point before moving out.
-       (preview-restore-position): New function.
-       * prv-xemacs.el (preview-toggle): take additional argument (event
-       or window).
-       (preview-last-location): New variable, buffer-local.
-       (preview-mark-point): Remember point before moving out.
-       (preview-restore-position): New function.
-
-2002-10-21  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * configure.in: Fix texhash check 
-
-2002-09-16  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex/preview.dtx (section{Introduction}): Mention tightpage
-       option for image conversion already here.
-       (\pr@endbox): set \reserved@a to something harmless for skipping
-       (if it was set to a conditional, we got into trouble).
-       (subsection{Selection options}): Redo the textmath option because
-       the exscale package (for example) does dirty things within
-       \frozen@everymath.
-
-2002-09-06  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/faq.texi: Explain about 'Preview-LaTeX exited abnormally
-       with code 1' message
-
-2002-09-02  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-xemacs.el (preview-mode-setup): Make behaved startup in
-       buffers without associated file (M-x calendar RET tfw produces
-       things like that).  Generating previews will not work before you
-       save the buffer, but at least the stuff doesn't bomb out right
-       away.
-
-       * prv-emacs.el (preview-mode-setup): Make behaved startup in
-       buffers without associated file (M-x calendar RET tfw produces
-       things like that).  Generating previews will not work before you
-       save the buffer, but at least the stuff doesn't bomb out right
-       away.
-
-       * circ.tex: Load and save once to make it X-Symbol-compatible
-       (changes are negligible, and it makes demoing mixtures of the two
-       tools nicer).
-
-       * preview.el (LaTeX-preview-setup): Fix menu position of generated
-       customize menu.
-       (preview-format-kill, preview-dump-file-name) 
-       (preview-cache-preamble, TeX-inline-preview-internal): Use prefix
-       `prv_' for dumped formats to avoid name collisions (for example,
-       with WhizzyTeX).
-
-2002-08-14  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Release 0.7.3
-
-       * preview.el (preview-auto-cache-preamble): Renamed from
-       preview-dump-default.  Make the default 'ask: that way people
-       will be hard put to overlook this feature, but are not stuck on
-       it in case it causes trouble.  Perhaps will make them read the
-       manual, too, in order to set this to T.
-       (preview-map): Use preview-cache-*
-       (preview-cache-preamble, preview-cache-preamble-off): renamed
-       from preview-dump-*.
-
-       * doc/preview-latex.texi (Keys and lisp): Rename
-       preview-dump-format and its ilk to preview-cache-preamble.
-       (Simple customization): Mention automatic preamble caching.
-
-2002-08-13  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (TeX-inline-preview): Use set-process-coding-system
-       only when Mule is active.
-       (preview-document): Save document if necessary.
-       (TeX-inline-preview): Some overhaul.
-       (TeX-inline-preview-internal): Separated out so that
-       region/format dumps don't interfere.
-
-       * prv-xemacs.el (preview-mode-setup): See below.
-       (preview-dump-threshold): See below.
-       (preview-preamble-format-cons): File local variable for watching.
-       (preview-preamble-check-change, preview-watch-preamble) 
-       (preview-unwatch-preamble): See below.
-       (preview-handle-before-change): Call
-       preview-preamble-check-change.
-
-       * prv-emacs.el (preview-dump-threshold): Regexp ending dump.
-       (preview-preamble-changed-function): New function.
-       (preview-watch-preamble): New function.
-       (preview-unwatch-preamble): New function.
-       (preview-mode-setup): Check whether we open a watched file.
-
-       * preview.el (preview-buffer): Move region exclusion into advice
-       for TeX-region-create.
-       (preview-dump-default): New variable, tells us whether we should
-       dump formats automatically.
-       (preview-dumped-alist): Semantics change.
-       (preview-dump-format): Use watch functions from prv-*.el
-       (preview-clear-format): new optional argument, save last wanted
-       state.
-       (TeX-inline-preview): Use preview-dump-default.
-
-2002-08-07  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * autogen.sh: Fixed autoconf-fix message
-
-2002-08-07  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview-latex.spec (Release): Set to 9 (prerelease)
-       (Requires): Add FAQ to docs.
-
-       *  doc/faq.texi: FAQ added.
-
-2002-08-06  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-xemacs.el (preview-use-balloon-help): New boolean
-       customization variable.
-       (preview-mode-setup): Use it.
-
-       * doc/preview-latex.texi (The Emacs interface): Document it.
-
-2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex/preview.dtx (subsection{Supporting conversions}): change
-       default of \PreviewBbAdjust from 0.5bp to 0.50001bp.
-
-2002-08-04  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-back-command): New optional argument
-       NOCOMPLEX.
-       (preview-parse-messages): Use it for not skipping backwards over
-       braced expressions when start and end of triggered errors match.
-
-2002-08-03  David Kastrup  <David.Kastrup@t-online.de>
-
-       * RELEASE: update RedHat distro info.
-
-       * doc/preview-latex.texi: Remove documentlanguage setting: English
-       is the default anyway, and declaring it breaks the broken TeXlive 7
-       texinfo distribution.
-
-       * doc/todo.texi: Updates.
-
-       * RELEASE: New leading commercial.
-
-2002-08-01  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/preview-latex.texi: Typo corrected
-
-2002-07-31  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/Makefile.in (preview-latex/index.html, clean): clean out
-       preview-latex directory for html-docs.
-
-       * doc/problems.texi (Problems with GhostScript): document
-       preview-gs-broken-security.
-
-       * doc/preview-latex.texi: Bump version to 0.7.3.
-       (The Emacs interface): Document changes in options.
-
-       * doc/install.texi (Prerequisites): GhostScript problem info.
-
-       * doc/Makefile.in (TEXIFILES): New macro.
-       (preview-latex/index.html, preview-latex.dvi, preview-latex.info):
-       Make dependency on TEXIFILES.
-       (clean): remove INSTALL.windows
-
-       * preview.el (preview-parsed-font-size) 
-       (preview-parsed-magnification): documented.
-       (preview-hook-enquiry): Use value of symbol only if bound.
-       (preview-document-pt-list): Correct customization type.
-
-2002-07-30  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex/preview.dtx (section{Package options}): document `lyx'
-       option.
-
-       * doc/wininstall.texi: New file documenting XEmacs/Windows,
-       courtesy of Anthony Williams.
-
-2002-07-29  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-parsed-font-size) 
-       (preview-parsed-magnification): new variables set from
-       preview.sty
-       (preview-get-magnification): consults
-       preview-parsed-magnification.
-       (preview-gs-resolution): consult preview-get-magnification.
-       (preview-gs-open): Delay setup of preview-gs-command-line
-       (preview-gs-dvips-process-setup): complete it.
-       (preview-hook-enquiry): New function.
-       (preview-document-pt-list): Sources of document-pt.
-       (preview-auctex-font-size): Previously preview-document-pt
-       (preview-document-pt): Uses preview-document-pt-list
-       (preview-scale-from-face): defer part of calculation.
-       (preview-parse-variables): Variable list set from preview.sty
-       (preview-parse-messages): Clear them at start of parse.
-       (preview-parse-messages): New pattern for variable list.
-       (preview-parse-messages): magnification for PS bounding box.
-       (preview-parse-messages): Parse variables from preview.sty
-       (preview-get-geometry): Use preview-hook-enquiry for call of
-       preview-scale-function.
-
-2002-07-28  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex/preview.dtx (subsection{Preview attaching commands}): Fix
-       \PreviewEnvironment*
-       (subsection{Preview attaching commands}): Type out font size and
-       magnification info at start of document.
-       (subsection{Supporting conversions}): Take DVI magnification into
-       account in `tightpage' option.
-
-2002-07-26  David Kastrup  <David.Kastrup@t-online.de>
-
-       * circ.tex: Demonstrate showlabels (and fix a math oversight).
-
-       * latex/preview.dtx (subsection{The \texttt{showlabels} option}):
-       Changes, different look, more robust.
-
-2002-07-25  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/problems.texi: Info on windows-xemacs
-
-2002-07-25  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (LaTeX-preview-setup): Fix form of preview-entry in
-       order not to confuse customize.
-
-2002-07-24  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (TeX-inline-preview): Export buffer coding system to
-       TeX process output encoding (for our Polish friends and others).
-       Hope this does not break non-Mule XEmacsen if such are around.
-
-2002-07-23  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-image-creators): Change tiff device to use
-       tiff12nc, which has a chance of working with the current
-       settings, at the cost of large file sizes.
-
-2002-07-23  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/install.texi: Minor changes
-
-       * doc/problems.texi: Documented GNU gs 7.05 security bug info
-
-2002-07-22  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex/preview.dtx (subsection{The \texttt{showlabels} option}):
-       Make sanitization of labels more consistent and switch to
-       typewriter font.
-
-2002-07-19  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-xemacs.el (preview-mode-setup): Add preview menu.
-
-       * prv-emacs.el (preview-mode-setup): Add preview menu.  Why is it
-       before the LaTeX menus?
-
-       * preview.el (preview-map): Prefix-keymap.
-       (LaTeX-preview-setup): Use it.
-
-2002-07-18  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-xemacs.el (face-attribute): shift stuff to compile time.
-       (preview-with-LaTeX-menus, preview-mode-setup): cosmetic changes.
-
-       * preview.el (preview-LaTeX-command): Use Windows-friendly
-       quoting.
-       (preview-dump-command, preview-undump-command): Same here.
-
-2002-07-16  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-ps-quote): New function.
-       (preview-prepare-fast-conversion): Use it.
-       (preview-gs-transact): Use it.
-
-       * latex/preview.dtx (subsection{The \texttt{auctex} option}):
-       Output font size.
-       (subsection{The \texttt{lyx} option}): New option.
-       (subsection{Supporting conversions}): Write out tightpage
-       dimensions before each change.
-       (section{Various driver files}): generate prlyx.def.
-
-2002-07-11  David Kastrup  <dak@localhost.localdomain>
-
-       * preview.el (preview-gs-broken-security): New option specifying
-       when to disable security.
-       (preview-gs-open): Use it.  Also abort more predictably if
-       setpagedevice fails, usually due to broken security.
-
-2002-05-28  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (LaTeX-preview-setup, preview-parse-messages): cater
-       to abbreviated locator error message.
-       (preview-clearout-at-point): New function.
-       (LaTeX-preview-setup): add to menus and cleanup unnecessary flags.
-
-       * latex/preview.dtx: replace "Package Preview Error" with
-       "Preview": too many people got confused.
-
-       * doc/preview-latex.texi (Simple customization): Document new
-       auto-reveal default.
-       (Simple customization): Document a better way for default
-       options.
-
-       * preview.el (preview-gs-open): bind preview-latex-do PostScript
-       operator.
-       (preview-auto-reveal): Change default to auto-open on move
-       left/right.
-
-2002-05-08  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/todo.texi: add request for other TeX formats.
-
-       * preview.el (preview-parse-messages): There is little point in
-       being more picky about ( than we are about ), since all that this
-       buys us is bad nesting.
-
-       * prv-emacs.el (preview-gs-get-colors): Warp outline borders to
-       integral pixels in order to avoid antialiasing artifacts.
-
-2002-05-06    <dak@lola.goethe.zz>
-
-       * preview.el (preview-back-command): Changed semantics in order
-       not to backstep over punctuation.
-       (preview-get-geometry): Bad error message format.
-
-2002-04-30  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview.el (preview-dump-format):
-       Now checks if format has changed; if it hasn't,
-       no new dump is made.
-
-       * preview.el (preview-buffer): Changed to mirror the behaviour of
-       TeX-region-create. This is probably the best we can do.
-
-2002-04-29  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview.el (preview-buffer): allow it to work with format
-       caching + added comment
-       
-2002-04-28  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/preview-latex.texi:
-       Document preview-clear-format and its keybindings
-
-       * preview.el (preview-clear-format):
-       new, also changed keybinding for it
-
-2002-04-26  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/preview-latex.texi: Documented preview-dump-format
-
-       * preview.el: Cosmetic change in menu
-
-2002-04-26  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (LaTeX-preview-setup): Menu entries and keybindings
-       for preview-dump-format.
-       (preview-dumped-list): New variable: dumped formats.
-       (preview-dump-format): New command for pregenerating format files.
-       (TeX-inline-preview): Use dumped format if present.
-       (preview-dumped-list): Move.
-       (preview-cleanout-tempfiles): Also kill format files.
-       (preview-format-extensions): New variable for cleanup purposes.
-       (TeX-inline-preview): preview-dumped-list contains expanded file
-       names.
-
-2002-04-24  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * problems.texi: Slight index change
-
-       * preview-latex.texi (Keys and lisp): Added the menu entries
-
-2002-04-23  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * autogen.sh: Test for unique file 'preview.el' in autoconf 2.13
-
-2002-04-23  Alan Shutko  <ats@acm.org>
-
-       * aclocal.m4 (AC_PATH_PROGS_REQUIRED): New.
-
-       * configure.in: Lock in whole path of Emacs executable.
-
-2002-04-23  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Release 0.7.2b
-
-       * Makefile.in (preview-latex.el): Quickfix
-
-       * Release 0.7.2
-
-       * preview.el (preview-buffer-restore-internal): Remove expired
-       previews.
-       (preview-reinstate-preview): set timestamp.
-
-2002-04-22  Nix  <nix@esperi.demon.co.uk>
-
-       * doc/install.texi (Advice for non-privileged users):
-       Add XEmacs-specific instructions.
-
-       * aclocal.m4 (AC_EXAMINE_PACKAGEDIR): Locate an existing preview-latex
-       package and install over it if found.
-       (AC_PATH_PACKAGEDIR): Support ~/ in package directory names.
-
-2002-04-22  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/install.texi (Advice for non-privileged users): new section.
-
-       * configure.in: Quote TEXMFGEN.
-
-       * doc/readme.texi (Getting started): mention the mouse buttons.
-
-2002-04-21  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-emacs.el: Remove comment regarding XEmacs's lack of local
-       change hooks; it has them and we use them.
-
-       * doc/problems.texi (XEmacs): Mention the process-liveness patch.
-       Fix some grammar.  Call the support `quite new' rather than
-       `very new'.
-
-       * configure.in (infodir): Define for XEmacs; point to the info
-       location in the package tree.
-
-2002-04-21  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-parse-messages): Try a few changes making
-       bad buffer-local interac
-       shorten export format.  Backward compatible.
-
-       * prv-xemacs.el (preview-export-image, preview-import-image):
-       shorten export format.  Backward compatible.
-
-2002-04-14  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-xemacs.el (glyph-image-type): New, determine the
-       image type of a glyph.
-       (preview-export-image): Use it.
-
-       * doc/problems.texi (XEmacs): Say that preview reinstating
-       works with a new enough desktop.el.
-
-2002-04-14  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-emacs.el (preview-export-image): New macro.
-       (preview-import-image): New macro.
-
-       * preview.el (preview-reinstate-preview): use
-       preview-import-image.
-       (preview-dissect): Use preview-export-image.
-
-       * prv-xemacs.el (preview-export-image, preview-import-image): New
-       functions for desktop.el.
-
-       * doc/Makefile.in (preview-latex.info): In the interest of
-       release sanity, add --no-split option so that we have to cater
-       for just a single info file.  Needs to be reverted later.
-
-       * doc/readme.texi (Getting started): mention circ.tex here
-       instead of installation.texi.
-
-       * preview.el (preview-gs-filter): Don't remove from "Compilation"
-       tag if just in filter routine.
-
-       * patches/flyspell.patch, patches/mouse-drag.patch: update
-       inflicted Emacs version number.
-
-       * doc/problems.texi (Middle-clicks paste instead of toggling):
-       Alas, those bugs persist into 21.2 although the CVS has had it
-       fixed for half a year almost.  "Stable release" policies.  Ha.
-
-2002-04-14  Nix  <nix@esperi.demon.co.uk>
-
-       * preview.el (preview-parse-messages):
-       Typo and grammar fixes in comments.
-       No longer wonder if XEmacs will like line-number regexps.
-
-       * doc/problems.texi (XEmacs):
-       Say that it works modulo core bugs and new desktop.el package.
-       Point to the latest version of the core patch.
-       Suggest trying under MS Windows.
-       (GNU Emacs under Windows): Point out that preview-latex's not been tested
-       under Windows with XEmacs, either.
-
-       * doc/install.texi (Prerequisites):
-       No longer describe XEmacs support as preliminary.
-       Mention the Known Problems link.
-       (Configure): Elaborate --with-packagedir.
-       (Loading the package): Mention that most of these instructions
-       are unnecessary for XEmacs, except if you used --with-packagedir.
-       (Maybe should split into Emacs/XEmacs subsections?)
-
-2002-04-14  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * install.texi: Added --with-xemacs
-
-       * preview-latex.spec: Only require xemacs >= 21.1
-
-2002-04-14  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/install.texi Added section for package providers, updated
-       the links.
-
-       * preview.el (preview-error-condition): New variable for last
-       error condition.
-       (preview-log-error): Error reporting routine.  Logs to run buffer.
-       (preview-reraise-error): At the end of routines, raise a true
-       error with beep and whatever else is necessary to get attention.
-       (preview-gs-sentinel, preview-gs-filter) 
-       (preview-gs-dvips-sentinel, preview-gs-transact): use it.
-       (preview-gs-transact): Don't send to dead process.
-       (preview-parse-messages): Use error logger.
-       (preview-TeX-inline-sentinel): Same here.
-       (TeX-inline-preview): Catch initialization errors and abort.
-       Good for people without graphic display.
-
-2002-04-13  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.spec: Repair RedHat XEmacs braindamage
-
-       * preview-latex.texi: Document new keybindings
-
-2002-04-13  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-xemacs.el (preview-compatibility-macros):
-       Bind the final list of compiled macros into the bytecode at
-       the end of compilation.
-
-2002-04-13  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-xemacs.el (preview-make-clickable): Revert changes.
-       (preview-auto-reveal): revert default: reveal.el might be loaded
-       after preview.el, and we still want the default to follow
-       reveal-mode in that case.
-
-2002-04-13  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-xemacs.el (preview-nonready-icon):
-       Give a reasonable error if the icon doesn't exist.
-       (preview-error-icon): Likewise.
-       (preview-icon): Likewise.
-
-       (preview-make-clickable): Set `isearch-open-invisible' on new clickable regions.
-       (preview-toggle): Likewise.
-       (preview-auto-reveal): Only track reveal-mode if reveal-mode is defined.
-       If reveal-mode' is not defined, the default should be nil.
-
-       (isearch-highlight): Make a protected, disabled advisement by default.
-       (replace-highlight): Never exists; don't bother to advise.
-       (preview-query-replace-reveal): Turn on the isearch-highlight advisement.
-
-       * doc/todo.texi: Update XEmacs status: most things are now done.
-
-2002-04-13  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-next-border): Fix a weird error where
-       regions beyond the file were demanded.
-       (preview-at-point): Include previews immediately before point for
-       toggling.
-
-       * prv-xemacs.el (preview-toggle): Make isearch open the invisible
-       stuff, and make isearch-invisible track invisible so that isearch
-       will not "restore" things improperly.
-       (preview-move-point): isearch is manipulated by advising
-       isearch-highlight.  No need to check here for isearch-mode.
-       (defadvice): only advise replace-highlight if defined.
-
-       * latex/preview.dtx (subsection{The \texttt{showlabels} option}):
-       hotfix for strange label names.
-
-       * preview.el (preview-disable): Go via toggle for disabling
-       strings.
-
-       * prv-xemacs.el (preview-mode-setup, preview-marker) 
-       (preview-temporary-opened, preview-mark-point) 
-       (preview-auto-reveal, preview-move-point, preview-open-overlays) 
-       (replace-highlight, preview-query-replace-reveal) 
-       (preview-change-list, preview-register-change) 
-       (preview-check-changes, preview-handle-before-change) 
-       (preview-handle-after-change): Do the whole fake-intangibility
-       and change detection shmeer.  isearch does not work yet.
-
-2002-04-12  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (LaTeX-preview-setup): call preview-mode-setup
-       and/or put it in LaTeX-mode-hook.
-       (preview-buffer, preview-document, LaTeX-preview-setup): New
-       commands, keybindings, menu entries.  Things are now more
-       orthogonal and you do no longer need C-c C-c and their ilk (though
-       still supported): we have the commands all accessible via C-c C-p
-       now.
-       (preview-dsc-parse): Make DSC parsing more robust.
-
-       * prv-xemacs.el (preview-mode-setup): New function.  Enable
-       balloon help.
-
-       * prv-emacs.el (preview-toggle): Move hook setup to
-       preview-mode-setup.
-       (preview-mode-setup): New function.
-       (preview-mark-active): make macro.
-
-       * Makefile.in: New icons.
-
-       * images/preverr.xbm, images/preverr.xpm: New icons.
-
-       * prv-emacs.el (preview-error-icon): New icon.
-
-       * preview.el (preview-mouse-open-error): Use other call
-       conventions in order not to confuse XEmacs.
-       (preview-gs-flag-error): switch to using error icon.
-       (preview-error-face): deleted.
-
-       * prv-xemacs.el (preview-error-icon): New icon.
-       (preview-make-clickable): new properties preview-balloon-help and
-       preview-keymap.
-       (preview-click-reroute): changed to use preview-keymap.
-       (preview-reroute-map): new function.
-       (preview-balloon-reroute): new function.
-       (preview-toggle): change the juggling.
-
-       * doc/preview-latex.texi (Simple customization): expound on the
-       center example.
-
-2002-04-11  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.spec: Adjustments for xemacs
-
-       * doc/preview-latex.texi: Reinstate (reverse) textmath hint
-
-2002-04-11  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-environment, preview-parse-messages): byte
-       compiler warnings.
-       (preview-buffer-restore-internal): basically the previous
-       preview-buffer-restore.
-       (preview-buffer-restore): delay resinstating previews vie
-       desktop-delay-hook.
-
-       * prv-xemacs.el (face-attribute): Try getting calculation of
-       :height more correct.
-       (preview-inherited-face-attribute): Make a macro.
-
-       * prv-install.el (preview-make-package): Avoid Emacs
-       unnecessarily loading all command line arguments as files.
-
-       * prv-xemacs.el (preview-click-reroute): New routine to
-       discriminate between clicks on glyphs or else.
-       (preview-make-reroute): Generate a reroute map from original
-       glyph clickable keymap.
-       (preview-toggle): use the rerouter.
-
-2002-04-10  Jan-Ake Larsson  <jalar@localhost.localdomain>
-
-       * doc/preview-latex.texi: Added hint on getting custom
-       environments previewed due to John Jones, remove the textmath hint
-
-       * latex/.cvsignore: New
-
-       * .cvsignore: Changed due to the 'latex' subdir
-
-       * patches/x-symbol.patch: Removed
-
-       * preview-latex.spec: Simplifications from using a 'latex' subdir
-
-       * doc/Makefile.in: Use mkinstalldirs
-
-2002-04-10  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-default-option-list): set textmath per
-       default.
-
-       * latex/README-preview: update to reflect added file footprint
-       from preview.dtx
-
-2002-04-10  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * Makefile.in: Move the texmf part to latex/Makefile.in, fix the
-       'clean' target
-
-       * configure.in: preview.dtx has moved, generate latex/Makefile
-
-       * doc/Makefile.in: preview.dtx has moved
-
-       * latex/README-preview, README-preview:
-       Renamed README-preview to latex/README-preview
-
-       * latex/bootstrap.ins, bootstrap.ins:
-       Renamed bootstrap.ins to latex/bootstrap.ins
-
-       * latex/preview.dtx, preview.dtx:
-       Renamed preview.dtx to latex/preview.dtx
-
-       * latex/Makefile.in: Move latex style to subdir, Typo corrected
-
-2002-04-10  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-xemacs.el (face-attribute): GNU Emacs calculates face
-       heights differently.
-       (preview-replace-active-icon): For now do the full inefficient
-       stuff.  Working this out later should be easy.  XEmacs now
-       displays previews, but that's about all.
-       (preview-button-1, preview-button-2): define as XEmacs buttons
-       (preview-make-clickable): make balloon-help something that
-       balloon-help-mode understands.
-
-2002-04-09  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-xemacs.el: Remove crufty destructive-copy stuff.
-
-       (map-plist, destructive-replace-glyph, copy-glyph): Removed.
-       (preview-replace-active-icon): Just set the new image property rather than
-       destructively copying it.
-
-2002-04-09  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-xemacs.el (preview-nonready-icon): Fix baseline.
-       (preview-icon): Likewise.
-
-       Bug fixes:
-
-       (destructive-replace-glyph): Don't confuse `new-glyph' and `glyph'.
-
-       Sync with prv-emacs changes:
-
-       (propertize): Create zero-length extents if possible.
-       (preview-image-from-icon): Removed.
-       (preview-string-from-image): Removed.
-       (preview-replace-icon): Removed.
-       (preview-nonready-copy): New, simple as anything.
-       (preview-replace-active-icon): New, albeit apparently broken.
-
-       (preview-make-clickable): Handle glyphs as well as strings.
-       (preview-toggle): Clickable glyphs are now always on the `end-glyph'.
-
-2002-04-09  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-emacs.el (preview-nonready-copy): replaces
-       preview-image-from-icon
-       (preview-replace-active-icon): replaces preview-replace-icon
-       (preview-make-clickable): make preview-string-from-image
-       unnecessary.
-
-       * preview.el (preview-gs-place): Don't return image, just enter
-       it.
-       (preview-gs-transact): Call preview-replace-active-icon
-       specialized routine instead of the more general hack used before.
-       (preview-disabled-string): kill preview-string-from-image
-       (preview-inactive-string): same here.
-       (preview-eps-place): change in place semantics as above.
-       (preview-active-string): Don't receive image argument.
-       (preview-place-preview): New place semantics.
-
-       * doc/problems.texi (x-symbol interoperation): Bump recommended
-       version to 4.2.2.
-       (Middle-clicks paste instead of toggling): Mention fixes present
-       in Emacs-21.2.
-       (Middle-clicks paste instead of toggling): Mention isearch.
-
-2002-04-09  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.spec: Install icons
-
-       * doc/preview-latex.texi: Put Nick in authors, slight other changes
-
-       * doc/problems.texi: Added entry on fast conversion and bounding boxes
-
-       * doc/todo.texi: Added manual stuff
-
-2002-04-08  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/todo.texi: New suggestion for manual.
-
-       * doc/readme.texi (Getting started): Adapt text to new icons.
-
-       * doc/preview-latex.texi (The Emacs interface): Add documentation
-       about the scaling variables/issues from preview-latex.
-
-2002-04-07  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-parse-messages): Error message cosmetics
-       and a judicious save-excursion for fast hooks.
-
-       * prv-emacs.el (preview-nonready-icon): Use new icons.
-       (preview-icon): Same here.
-
-2002-04-07  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-install.el (preview-make-package-xemacs):
-       Revert last change; package version numbers must be integral.
-       Ensure that we get a valid integer even if `preview-version'
-       contains multiple periods.
-
-2002-04-07  David Kastrup  <David.Kastrup@t-online.de>
-
-       * images: Icons, several revisions.
-
-2002-04-06  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-install.el (preview-make-package-xemacs):
-       Prepend "0." to XEmacs package version numbers
-       for CVS versions of preview.el.
-
-       * prv-xemacs.el (preview-icon,preview-nonready-icon):
-       Use new icon images.
-
-       * Makefile.in (ICONFORM,ICON_XPM_SOURCES): New
-       variables, for icon installation.
-       (ICON_XBM_SOURCES,ICON_SOURCES,icondir): Likewise.
-       (ELCC): Include the ICONFORM.
-
-       (install-icons): New, install the icons.
-
-       (MKINSTALLDIRS): New (for later, when objdir!=srcdir support is added).
-       (install): Use it.
-       (install-el): Likewise.
-       (install-texmf): Likewise.
-       (install-texmf-doc): Likewise.
-
-       * configure.in (icondir):
-       Set for GNU Emacs too (but blank), and substitute it.
-       (ICONFORM): New variable, comamnd-line switch to pass to (X)Emacs
-       to find the images at build time (if needed).  Substitute it.
-
-       * mkinstalldirs: New file, from automake-1.6.
-
-2002-04-06  Nix  <nix@esperi.demon.co.uk>
-
-       * doc/todo.texi: Update XEmacs status.
-
-       * configure.in: Substitute the packagedir.
-
-       * Makefile.in (packagedir): New variable, used by...
-       (install-el): ... this new package-installation handling.
-
-       * prv-install.el: New file, containing...
-       (preview-make-package): New function.
-       (preview-make-package-xemacs): New function, derived from
-       emacs-w3m.
-
-       * aclocal.m4 (AC_EXAMINE_PACKAGEDIR): Lowercasify PACKAGEDIR.
-       (AC_PATH_PACKAGEDIR): Likewise.
-
-2002-04-06  Alan Shutko  <ats@acm.org>
-
-       * configure.in: Start adding XEmacs-specific hooks.  Right now,
-       lispdir should be correctly set up, I think.  icondir is sitting
-       there for when we add icons.
-
-       * aclocal.m4 (AC_PATH_PACKAGEDIR,AC_EXAMINE_PACKAGEDIR): New
-       functions for XEmacs installation, borrowed from from emacs-w3m,
-       credit to Katsumi Yamaoka <yamaoka@jpl.org>.
-
-2002-04-06  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * autogen.sh, doc/Makefile.in, doc/preview-latex.texi:
-       Include todo.texi
-
-       * doc/todo.texi: Moved from TODO
-
-       * TODO: Moved to todo.texi
-
-2002-04-05  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-parse-messages): Another addition to the
-       fast location hook semantics.
-       (preview-parse-messages): one last change for Christoph.
-
-       * prv-emacs.el (preview-add-urgentization): Cosmetic change.
-
-       * Additional frobbing of urgentization.
-
-2002-04-05  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-xemacs.el (preview-add-urgentization): Use
-       `set-extent-initial-redisplay-function' to force immediate
-       redisplay if already on-screen.
-       (preview-remove-urgentization): Likewise.
-
-2002-04-05  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-xemacs.el (preview-remove-urgentization): proper return
-       value.
-       (preview-add-urgentization): Make entry in
-       initial-redisplay-function easier to reextract for
-       preview-remove-urgentization.
-
-       * TODO: small changes.
-
-2002-04-04  Nix  <nix@esperi.demon.co.uk>
-
-       * preview.el (preview-parse-messages):
-       Cater for XEmacs shy grouping bug (shy grouping
-       very nearly doesn't work in XEmacs-21.4...)
-
-       * prv-xemacs.el (match-string-no-properties):
-       New, same as `match-string'.
-       (set-buffer-multibyte): Degenerate implementation.
-
-       (face-attribute): Throw an error of the right error class.
-       (make-temp-file): Likewise.
-
-       (preview-add-urgentization): Revise signature, as in prv-emacs.
-       (preview-with-LaTeX-menus): Do not copy useless menus around.
-
-       (preview-string-from-image): Make obvious that this generates any
-       kind of glyph, not just begin-glyphs.
-       (preview-ps-image): Revise signature (but implementation is still
-       stubbed).
-       (preview-toggle): Revise signature slightly. Flip between begin
-       and end-glyphs to partially cater for XEmacs redisplay bug.
-
-2002-04-04  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-gs-dvips-process-setup): Correct deletion
-       of dvi file.
-       (preview-dvips-abort): don't unnecessarily clean subdirs.
-       (preview-gs-dvips-sentinel): get the delete semantics right.
-       (preview-gs-close): same here.
-       (preview-delete): after deleting files, set files in overlay to
-       nil since in connection with urgentization we can get multiple
-       deletions.
-       (preview-parse-messages): initialize lfile to "", so that line
-       number caching does not fail when the filename is "nil".
-       (preview-parse-messages): AAAAAARGGG!!!.  Fix the typo that
-       caused O(n^2) parsing time.
-
-2002-04-03  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-gs-close): move.
-       (preview-gs-dvips-process-setup): New function for setting up
-       process just at the time of use.
-       (preview-dvips-abort): New function.
-       (preview-gs-dvips-sentinel): Overhaul.
-       (preview-gs-close): Overhaul in order to do the right thing
-       regardless of whether Dvips has finished or not.
-       (preview-eps-open): Some initial changes.  'postscript image
-       device likely to be broken by us (but it is broken in Emacs,
-       anyway).
-       (preview-parse-messages): Take `open-closure' as argument.
-       (preview-parse-messages): different hook semantics for fast
-       hooks.  We are still in negotiations over this...
-       (preview-parse-messages): change parsestate to list of vectors.
-
-2002-04-03  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/preview-latex.texi: documented showlabels
-
-       * doc/install.texi, doc/readme.texi: Slight edits
-
-       * doc/problems.texi: Document x-symbol.patch, slight other edits
-
-       * patches/x-symbol.patch: Initial version
-
-       * preview-latex.spec: Use texmfdir, slight other edits
-
-2002-04-03  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.spec: Use texmfdir, slight other edits
-
-2002-04-02  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * aclocal.m4: escaped usage of $texmfdir
-
-2002-04-01  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * Makefile.in: added texmf and elisp targets, also targets for
-       $TEXMFGEN
-
-       * preview-latex.spec: Initial stab at triple-rpm spec
-
-       * doc/Makefile.in: *.dvi and *.info cleaned again
-
-       * preview-latex.spec: Typo corrected
-
-2002-04-01  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (LaTeX-preview-setup): Remove our own
-       TeX-translation-hook that did not really work (supposed to remove
-       Preview error messages from preview runs, but for document
-       problems you'd rather use the real run, anyhow).
-       (preview-parse-messages): remember directory when switching
-       buffers.  Implement fast translation hooks.  A pity nobody uses
-       them yet.
-       (TeX-inline-preview): Use TeX-run-command instead of
-       TeX-run-format: we miss out on the progress info in the mode
-       line, but it slowed down the filter routine.
-
-       * preview.dtx (subsection{The \texttt{auctex} option}): Make the
-       error messages shorter to cut down on I/O time.
-
-2002-03-31  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview): add cross links.
-
-       * Makefile.in: Rerun LaTeX to get references right.
-
-       * preview.dtx (subsection{The \texttt{auctex} option}): Disable
-       \thanks and \and.
-
-       * preview.el (preview-default-option-list): Update possibilities
-       and docs.
-       (preview-parse-messages): Don't do files not known to be
-       human-generated.
-       (preview-gs-queue-empty): New cleanout function.  We use this
-       instead of just clearing preview-gs-queue in order to avoid
-       losing pointers to deletable temporary files.
-       (preview-gs-sentinel): Use it.
-       (preview-gs-close): Same here.
-       (preview-gs-open): And here.  Use unwind-protect in order to
-       ascertain we process the queue.
-       (preview-prepare-fast-conversion): Accept non-dereferenced big ps
-       file.
-       (preview-gs-dvips-sentinel): better behavior when processes get
-       started and finished in unexpected orders.
-
-2002-03-31  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.spec:
-       Changed to include everything in /texmf/tex/latex/preview,
-       fix for %config files
-       
-2002-03-30  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/preview-dtxdoc.pl, preview.dtx (section{Various driver
-       files}): Add \previewlatex macro for consistent translation.
-
-       * doc/preview-dtxdoc.pl: add \% and ~ translations.
-
-       * preview.dtx (section{Package options}): document new option
-       files.
-
-       * doc/problems.texi (x-symbol interoperation): Mention speed
-       problem.
-
-       * preview.dtx: loads of smaller and larger changes, new options
-       files.
-
-       * preview.el (preview-back-command): typo.
-
-       * autogen.sh (makeinfo): move into doc directory for
-       autogenerating files so that include files are found.
-
-2002-03-30  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/Makefile.in: New dependency on macros.texi
-
-       * doc/install.texi, doc/readme.texi, doc/copying.texi: 
-       Macros in separate file
-
-       * doc/problems.texi: Typo corrected, macros in separate file
-
-       * doc/preview-dtxdoc.pl: Changed slightly wrt \cmd translation
-
-       * doc/macros.texi: Macros for the texinfo generation
-
-       * doc/preview-latex.texi: Typos corrected, macros in separate file.
-
-2002-03-30  Alan Shutko  <ats@acm.org>
-
-       * Makefile.in (TEXMFGEN): Use new variable.
-
-       * configure.in (TEXMFGEN): New variable with the tex stuff
-       generated which should be installed.
-
-2002-03-29  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-back-command): Change call semantics to
-       something easier to understand and try out.
-       (preview-parse-messages): Remove unused variable `next-point'.
-       (preview-parse-messages): Correct thinko and use new
-       preview-back-command semantics.
-
-2002-03-28  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx: move \pr@ship@start
-
-       * preview-latex.spec (%configure): Use --with-texmf-dir.
-
-2002-03-27  Alan Shutko  <ats@acm.org>
-
-       * doc/install.texi (Configure): Reflect changes in configure
-       options.
-
-       * configure.in (--with-texmf): Changed to --with-texmf-dir per bug
-       480837.
-       (--with-preview-dir): Changed to --with-tex-dir per bug 480837.
-       (--with-doc-dir): New.
-
-2002-03-28  David Kastrup  <David.Kastrup@t-online.de>
-
-       * circ.tex: Correct labels.
-
-2002-03-27  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx: be careful in unboxing so as not to remove
-       possibly shifted hboxes (bug reported by Jan-Ã…ke) protected by an
-       otherwise inexplicable penalty.
-
-       * preview.el: Complete overhaul of parsing to avoid (costly)
-       buffer switches.
-       (preview-gs-close): Transfer queue to
-       preview-gs-queue.
-       (preview-gs-open): Pass arglist to preview-parse-messages for
-       place functions.
-       (preview-eps-open): Same.
-       (preview-gs-place): Completely different args in order to avoid
-       buffer switching.  Different return value.
-       (preview-inactive-string): Different semantics (were valid before
-       by accident, so no change in callers necessary).
-       (preview-eps-place): Rearranged to avoid buffer switching.
-       (preview-make-filename): require tempdir.
-       (preview-delete-file): changed API to avoid buffer switching.
-       (preview-place-preview): Same.
-       (preview-parse-messages): New args passed into place routines.
-       Completely rearranged and merged preview-analyze-error into it.
-       (preview-start-dvips): Pass tempdir to preview-make-filename
-
-       * prv-emacs.el (preview-add-urgentization): Changed API, but it
-       turns out this gets called just like it did before.
-
-2002-03-27  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/.cvsignore: Ignore preview-dtxdoc.texi
-
-       * doc/Makefile.in: Autogeneration of ../preview.dtx ->
-       preview-dtxdoc.texi
-
-       * doc/preview-dtxdoc.pl: Initial version
-
-       * doc/preview-latex.texi: Moved menu to problems.texi, documented
-       preview-auto-reveal and preview-inner-environments, include
-       autogenerated preview-dtxdoc.texi
-
-       * doc/problems.texi: Moved menu here from preview-latex.texi
-
-       * doc/readme.texi: Removed out-commented parts
-
-2002-03-26  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview.dtx: Minimal change to simplify autogen of texinfo manuals
-
-2002-03-26  Alan Shutko  <ats@acm.org>
-
-       * doc/.cvsignore: Add preview-latex.tmp.
-
-       * .cvsignore: Add latex.out.
-
-       * autogen.sh: Modify ed script to account for difference between
-       AC_INIT in 2.13 and 2.52
-
-
-       * doc/Makefile.in (INSTALLINFO): Make it use configure value.
-
-       * configure.in: Check for path of install-info.  Check whether
-       Emacs supports images.
-
-2002-03-26  David Kastrup  <David.Kastrup@t-online.de>
-
-       * TODO (Integrate into RefTeX): bemoan another shortcoming, or
-       rather feature wish.
-
-2002-03-25  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-gs-dvips-sentinel): Treat absence of
-       previews in buffer more graciously.
-       (preview-parse-messages): require space before !name and !offset
-       tags from AUC TeX.
-
-       * prv-emacs.el (preview-auto-reveal, replace-highlight) 
-       (preview-query-replace-reveal): moved.
-
-       * preview.dtx (subsection{The internals}): Remove spurious space
-       via \vsplit.
-       (subsection{The internals}): Set \deadcycles to avoid TeX
-       interfering with our \output fake.
-       (subsection{Selection options}): Implement hooking into equations
-       differently.  Somewhat ugly hack to circumvent amslatex/3425 bug.
-       (subsection{Preview attaching commands}): keep \showboxbreadth
-       and \showboxdepth operative, though set to minimal values.
-       (\cmd{\everypar}): Cater for ugly LaTeX commands that hide things
-       like the startup code of \paragraph in \everypar.
-
-       * doc/problems.texi (x-symbol interoperation): Update Web address.
-
-       * doc/readme.texi (Contacts): Remove personal Email address from
-       README.
-
-2002-03-24  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/install.texi: Incorporated "Prerequisites" from readme.texi
-
-       * doc/preview-latex.texi: Moved "Getting started" to readme.texi,
-       also index changes
-
-       * doc/readme.texi: Moved "Getting started" from
-       preview-latex.texi, moved "Prerequisites" to install.texi, Placed
-       appropriate pointers and crossreferences in README and other
-       manuals
-
-2002-03-24  David Kastrup  <David.Kastrup@t-online.de>
-
-       * RELEASE: Info about RedHat 7.3 beta.
-
-       * preview.dtx (subsection{The internals}): Spacing improvements.
-
-       * prv-emacs.el (replace-highlight): advise so that query-replace
-       works as reasonable.
-       (preview-query-replace-reveal): Option to make this customizable.
-
-2002-03-23  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-emacs.el (preview-toggle): get rid of
-       isearch-open-invisible hooks and stuff; using the invisible
-       property was confusing to the display engine, anyhow, and was
-       about to be broken by changes in Emacs.  The current behavior for
-       isearch is nicer than the default was before, so what.
-       (preview-auto-reveal): New customizable option.
-
-       * doc/problems.texi (Emacs problems): Windows availability for CVS
-       Emacs.
-
-       * doc/readme.texi: Windows availability for CVS Emacs.
-
-       * preview.el (preview-parse-messages): Comment used regexps.
-
-       * preview.dtx (subsection{The internals}): Removed an \everypar
-       that caused bad spacing.  No idea why.  Redundant anyway.
-       (subsection{Selection options}): changed displaymath option to
-       put in the \everydisplay tokens at a theoretically more correct
-       place.  Explicitly hooked equation and equation*: AMSLaTeX calls
-       them too late to have them behave well.
-       (subsection{Preview attaching commands}): Corrected
-       \PreviewEnvironment which must have led to error messages for
-       months.  Seems nobody cares.
-       (subsection{Selection options}): Still more displaymath cosmetics.
-
-2002-03-22  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (section{The Implementation}): fix typo in dvips
-       option. Ugh.
-
-       * preview.el (preview-bb-filesize): move to preview-gs group.
-       (LaTeX-preview-setup): add bug reporter.
-       (preview-report-bug): update reported options.
-
-2002-03-22  Jan-Ake Larsson  <jalar@jalar.imf.au.dk>
-
-       * doc/preview-latex.texi (preview-environment):
-       doc rewrite. Slight other layout changes
-
-2002-03-22  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/problems.texi: Edits.
-
-       * doc/install.texi: Lots of editing
-
-       * doc/readme.texi: same here
-
-       * doc/preview-latex.texi: same here
-
-       * RELEASE: Changes for 0.7.
-
-       * TODO: Throw out stuff already implemented.
-
-       * preview.el (preview-prefer-TeX-bb): Doc cosmetic.
-       (preview-fast-conversion): Now defaults to on.
-       (preview-fast-dvips-command): remove -tletter option, we do this
-       better now.
-       (preview-LaTeX-command): Pass new dvips option to preview.
-
-       * preview.dtx (section{Package options}) 
-       (section{The Implementation}): Add dvips option for overriding
-       page dimensions/landscape and such stuff.
-
-       * preview.el (preview-TeX-bb): comment sanitized.
-       (preview-gs-init-string, preview-ps-file, preview-gs-dsc): new
-       variables.
-       (preview-fast-conversion): Set this customizable variable for an
-       impressive speedup, particularly of the DviPS pass.
-       (preview-dvips-command): moved.
-       (preview-fast-dvips-command): New command for fast conversion.
-       (preview-gs-restart): send initialization string to gs
-       (preview-gs-open): initialize preview-gs-init-string
-       (preview-gs-open): pass preview-fast-conversion into
-       preview-start-dvips
-       (preview-dsc-parse, preview-gs-dsc-cvx) 
-       (preview-prepare-fast-conversion): New functions for using DSC
-       comments.
-       (preview-gs-dvips-sentinel): read DSC in.
-       (preview-gs-place): remember snippet in 'queued property.
-       (preview-mouse-open-eps): allow opening at position.
-       (preview-gs-flag-error): take preview-gs-init-string into
-       account, generate other message for fast PS conversion.
-       (preview-gs-transact): allow non-empty stack in prompt, use
-       preview-latex-do command in GhostScript.
-       (preview-place-preview): comment correction, no eps file if ps
-       generated.
-       (preview-analyze-error): doc change.
-       (preview-start-dvips): allow for fast version.
-
-       * prv-emacs.el (preview-ps-image): Allow optional bounding box
-       from TeX.
-
-2002-03-21  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (subsection{Preview attaching commands}): Backward
-       compatible message with TeX bounding box.
-
-       * preview.el (preview-parse-messages): Backward compatible
-       message parsing.
-
-       * preview.dtx (subsection{The internals}, subsection{Preview
-       attaching commands}): provide additional bounding box info.
-       (subsection{The internals}): move location of \pr@shipend to
-       before shipping out \pr@box so that we may measure/change it.
-       (subsection{Selection options}): slightly changed call of old
-       \everydisplay hook.
-       (subsection{Preview attaching commands}): disable more warnings
-       in order to decrease possible parse errors of preview.el.
-
-       * preview.el (preview-prefer-TeX-bb): New option to fish bounding
-       box from TeX output.  Not enabled by default until we get to fix
-       a particular problem occuring with split environment nested in
-       equation.
-       (preview-TeX-bb-border): Additional slop around bounding box.
-       (preview-TeX-bb): New function to calculate PostScript bb from
-       TeX box dimensions in sp.
-       (preview-gs-place, preview-eps-place, preview-place-preview):
-       accept additional box argument.
-       (preview-gs-transact): consider more box sources.
-       (preview-delete-file, preview-make-filename): new semantics for
-       reference-counting files.
-       (preview-parse-messages, preview-analyze-error): Parse additional
-       bounding box information from AUC TeX run.
-
-2002-03-20  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-xemacs.el (preview-with-LaTeX-menus): Handle the case
-       where the current menubar is not the AuCTeX one. Remove
-       dead code.
-
-2002-03-19  Nix  <nix@esperi.demon.co.uk>
-
-       * preview.dtx: Doc fix.
-
-       * preview.el: Require `reporter'.
-       * preview.el (preview-image-creators): Doc extension.
-       * preview.el (preview-eps-place): Doc fix.
-       * preview.el (preview-analyze-error): Likewise.
-       * preview.el (preview-gs): Grammar fix.
-       * preview.el (preview-face): Likewise.
-       * preview.el (preview-temp-dirs): Layout fix.
-       * preview.el (preview-environment): Grammar and layout fix.
-
-       * preview.el (preview-mouse-open-eps): Cater for XEmacs's
-       more limited PostScript mode.
-       * preview.el (LaTeX-preview-setup): Use `preview-mark-active' to
-       cater for Emacs/XEmacs active-region detection differences.
-
-       * prv-emacs.el (preview-nonready-icon): Doc fix.
-       * prv-emacs.el (preview-image-from-icon): Likewise.
-       * prv-emacs.el (preview-mark-active): New.
-
-       * prv-xemacs.el (preview-gs-color-value): New, from prv-emacs.el.
-
-2002-03-19  Nix  <nix@esperi.demon.co.uk>
-
-       * prv-xemacs.el: Require overlay always, not just at compile time.
-
-       (preview-compatibility-macros): Define only when compiling.
-       (preview-defmacro): Likewise.  Teach Emacs to indent this form properly.
-
-       Code to compensate for features missing in XEmacs:
-
-       (face-attribute): Teach how to fake :foreground and :background.
-
-       (find-image): Remove.
-       (defimage): Likewise. There's no need for this call here; even if there
-       were, the image-type analysis should take place at instantiation
-       time, not definition time.
-
-       (easy-menu-create-menu): New, after the Emacs function.
-       (next-single-char-property-change): Likewise.
-       (previous-single-char-property-change): Likewise.
-       (with-temp-message): Likewise.
-       (add-to-list): Likewise, redefining the two-argument XEmacs version.
-
-       (copy-glyph): New, uses...
-       (destructive-replace-glyph): ... this. New (and ugly). Uses...
-       (map-plist): ... this. New, `map' for property lists.
-
-       Code derived from prv-emacs.el:
-
-       (preview-mark-active): New, handle the special XEmacs `mark-is-nil' case.
-       (preview-create-icon): New.
-       (preview-icon): XEmacsize from commented-out code; reindent.
-       (preview-nonready-icon): Likewise.
-
-       (preview-add-urgentization): Add docstring.
-       (preview-add-urgentization): Likewise.
-
-       (preview-image-from-icon): New.
-       (preview-string-from-image): Likewise.
-       (preview-make-clickable): Likewise.
-       (preview-ps-image): Likewise.
-       (preview-toggle): Likewise.
-       (preview-inherited-face-attribute): Likewise.
-       (preview-with-LaTeX-menus): Likewise.
-       (preview-gs-get-colors): Likewise.
-
-       (provide): Add.
-
-2002-03-16  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/install.texi: Work in progress.
-
-       * doc/readme.texi: Work in progress.
-
-       * TODO: update wish list.  This is getting longer by the minute.
-
-       * doc/Makefile.in (INSTALL, README, PROBLEMS): add -D rawfile
-       option for raw text files.
-
-       * doc/readme.texi: documentation restructuring for making README
-       good on preinstalled systems.
-
-       * autogen.sh (makeinfo): add -D rawfile option for raw text files
-
-2002-03-15  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (subsection{Preview attaching commands}): disable
-       \showmaxdepth and \showmaxbreadth.
-
-       * preview.el (preview-place-preview): (widen) paranoia.
-       (preview-back-command): same here.
-       (LaTeX-preview-setup): better safe than sorry (users might call
-       this wrong), so rerequire 'latex
-       (preview-parse-messages): New regexp parser.  Nick, if the shy
-       groups \(?: ...\) worry XEmacs, make them non-shy and adjust the
-       match-... thingies appropriately.
-       (preview-analyze-error): and another save-restriction...
-
-2002-03-14  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-parse-messages): Obliterate preview-snippet
-       and preview-snippet-start for general parsestate.
-       (preview-analyze-error): Use parsestate and cache line number
-       info from last call.  This plugs a *big* performance hog
-       (goto-line).  Made buffer parsing here about 8 times faster.
-
-2002-03-13  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (subsection{The internals}): Use
-       \@arrayparboxrestore for better reset of spacing.
-
-       * preview.el (require): avoid compiler warning.
-       (preview-goto-info-page): new function
-       (LaTeX-preview-setup): add preview-goto-info-page binding
-       (info): add preview prefix for C-h F lookup
-       (LaTeX-preview-setup): add documentation and customization menu.
-
-2002-03-11  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Release 0.6.1
-
-2002-03-10  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Makefile.in: Add preview.ins target.
-
-       * doc/install.texi: Brown paper bag.
-
-       * autogen.sh: don't prebuild doc.  We offer a separate download
-       archive for people without texinfo.
-
-       * preview-latex.spec (BuildRequires): changes for 0.6.1.
-
-       * doc/install.texi: Some changes for 0.6.1.
-
-       * RELEASE: Some adjustments for 0.6.1.
-
-2002-03-09  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (LaTeX-preview-setup): Use preview-with-LaTeX-menus.
-
-       * prv-emacs.el (preview-with-LaTeX-menus): New function
-       temporarily making menus active.  This is quite different for
-       XEmacs.
-
-2002-03-09  Nix  <nix@esperi.demon.co.uk>
-
-       * doc/preview-latex.texi: Minor typo fixes.
-       * doc/problems.texi: Likewise.
-
-2002-03-09  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (LaTeX-preview-setup): Deal with the easy-menu
-       sickness so that XEmacs might work.
-       (LaTeX-preview-setup): (require 'latex) unnecessary, we get
-       called only if the feature has been loaded already.
-
-2002-03-08  Alan Shutko  <ats@acm.org>
-
-       * configure.in: When checking for texhash, use /bin/true if we
-       can't find it.
-
-2002-03-08  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/problems.texi (Emacs problems), doc/readme.texi: some
-       brighter outlook with regard to XEmacs port.
-
-       * preview.el (preview-gs-transact): Throw in the towel.  We don't
-       use .runandhide (and .setsafe) unless we are dealing with gs with
-       a version of at least 7.00.  gs-6.53 seems to provide
-       .runandhide, while making it useless because
-          save .setsafe restore
-       does not return to unsafer mode.
-
-2002-03-05  David Kastrup  <David.Kastrup@t-online.de>
-
-       * RELEASE: Few changes and explanations for 0.6.1.
-
-       * doc/problems.texi (Font problems with Dvips): Changed pounds
-       sign.  Not much of an improvement (we get the wrong character),
-       but 7bit safe.  If Jan-Ã…ke finds this as desirable as to have his
-       own name mangled, we should follow at least make it pay off.
-
-       * doc/preview-latex.texi (On EPS previews): png16m is default
-       instead of png256.
-
-       * doc/install.texi: Document 8bit problems.
-
-       * README.CVS: updated.
-
-       * configure.in: update to autoconf 2.52.
-
-       * autogen.sh: Wheedle MY_LANG and MY_LC_CTYPE in if autoconf
-       failed to do so.
-
-       * preview.el: copyright extended.  Basically overhaul of
-       persistent data, leads to:
-       (preview-disable): clear timestamp.
-       (preview-delete): Don't fiddle with ovr after it is already
-       deleted.
-       (preview-clearout): additional argument timestamp
-       (preview-kill-buffer-cleanup): New function for killing buffers:
-       properly time-stamped previews will not get their files deleted.
-       (kill-buffer-hook): use it
-       (before-revert-hook): use it
-       (desktop-buffer-preview-misc-data): changed dissect call, work
-       only if buffer unmodified.
-       (preview-dissect): work with timestamp, don't destroy preview.
-       (preview-buffer-restore): new function, works from saved data.
-       (desktop-buffer-preview): use it.
-       (preview-cleanout-tempfiles): Do things differently.
-       (LaTeX-preview-setup): Call preview-buffer-restore if we
-       accidently got here before setting up the desktop hooks.
-
-2002-03-04  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/preview-latex.texi (Package options): doc changes, psfixbb
-       documented.
-
-       * doc/problems.texi: doc changes.
-
-       * doc/readme.texi: doc changes (@AUCTeX).
-
-       * doc/install.texi: doc changes.
-
-       * doc/preview-latex.texi: some documentation amendments.
-
-       * preview.el (preview-dissect): improve false desktop cleanups.
-       (desktop-buffer-preview): handle file load oneself.
-       (preview-place-preview): subtle bug leading to empty previews
-       accumulating in secondary buffers.
-       (preview-reinstate-preview): don't reinstate previews where the
-       files have been deleted.
-       (preview-TeX-inline-sentinel): Make sure "Compilation" flag gets
-       cleared even on errors.
-       (preview-environment): Doc change.
-       (desktop-buffer-preview-misc-data, preview-dissect) 
-       (desktop-buffer-preview, preview-cleanout-tempfiles) 
-       (preview-active-string, preview-reinstate-preview) 
-       (preview-default-preamble): Doc corrections/additions.
-
-2002-03-02  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-gs-transact): Don't use .setsafe unless
-       .runandhide is defined.  There might be no way back to unsafer
-       mode otherwise.
-       (preview-create-subdirectory): Be more forgiving about users
-       messing up the directory organization of preview-latex, by
-       manually deleting stuff under its control.
-
-2002-03-01  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-default-option-list): add new options.
-
-       * preview.dtx: add new package option psfixbb for getting better
-       bounding boxes in the presence of PStricks and the like.
-
-2002-02-28  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-inner-environments): New variable for
-       avoiding ugly environments.
-       (preview-environment): Accept a count, and avoid bad environments.
-       (preview-section): Doc string fixed.
-
-2002-02-26  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (require): suppress desktop warnings
-       (preview-clearout): restrict to narrowed area.
-       (desktop-buffer-preview-misc-data): widen.
-       (preview-dissect): don't use subseq from cl-extra, rather butlast
-       from subr.
-       (preview-cleanout-tempfiles): new routine used in kill-emacs-hook
-       (preview-reinstate-preview): setup kill-emacs-hook late so that
-       preview-cleanout gets called after desktop saving
-       (preview-create-subdirectory): same here
-
-2002-02-25  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (TeX-active-tempdir): Changed the type.
-       (preview-gs-dvips-sentinel): adjusted for that.
-       (preview-gs-place): queued is now missing image
-       (preview-gs-transact): that is in overlay property preview-image
-       instead.
-       (preview-gs-transact): adapt to new queued
-       (desktop-buffer-preview-misc-data): save overlays when leaving
-       desktop.
-       (preview-dissect): gets details from overlay.
-       (desktop-buffer-preview): restore overlays on reentry
-       (kill-emacs-hook): must be run after desktop hook.
-       (preview-active-string): gets passed image instead of snippet.
-       (preview-make-filename): New TeX-active-tempdir type
-       (preview-delete-file): same here
-       (preview-place-preview): adapt to new preview-active-string
-       (preview-reinstate-preview): new function for restoring a preview
-       (preview-create-subdirectory): new TeX-active-tempdir type
-
-2002-02-24  Jan-Ake Larsson  <jalar@imf.au.dk>
-  
-       * doc/preview-latex.texi: Incorporated docs from preview.dtx,
-       minor other changes
-
-2002-02-20  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/preview-latex.texi: Removed isolatin1 style include and chars
-
-2002-02-20  Alan Shutko  <ats@acm.org>
-
-       * configure.in: Patch from Stephen Gildea
-       correcting the disable-8bit-test code.
-
-2002-02-19  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * Created 0.6b, which includes .info and .dvi manuals
-       
-       * doc/Makefile.in: Removed .info and .dvi from 'clean' target
-
-2002-02-19  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Release 0.6
-
-2002-02-19  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * Makefile.in:
-       Changed target 'doc' to 'docs'. 'doc' matched the (unchanged)
-       directory 'doc'.
-
-       * preview-latex.el: Startup file for site-start.d
-
-       * preview-latex.spec:
-       Added site-start.d support and prauctex.cfg config file
-
-2002-02-19  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx: Oops, prauctex.cfg inadvertantly overrode a
-       possible "sections" option.
-       (subsection{The internals}): The fake \shipout had a syntax
-       error.  Why don't people report bugs?
-
-2002-02-18  Alan Shutko  <ats@acm.org>
-
-       * Makefile.in (all): Split out docs target so install-hint is
-       still last.  Ditto install.
-
-2002-02-18  David Kastrup  <David.Kastrup@t-online.de>
-
-       * TODO: Add a few suggestions and throw out what has already been
-       accomplished.
-
-       * README-preview: Slight edits.
-
-       * README.CVS: mention PROBLEMS as autogenerated file, add warning
-       about autoconf earlier than 2.13.
-
-       * RELEASE: explain about configuration files.
-
-       * doc/preview-latex.texi: dircategory Emacs
-
-       * doc/Makefile.in (install): correct install target for
-       install-info.
-
-       * doc/preview-latex.texi (Misplaced previews): explain about
-       prauctex.cfg.
-
-       * doc/install.texi: Write @LaTeX instead of La@TeX
-
-       * preview.el (preview-default-preamble): Shorten stuff out that
-       sits now in prauctex.cfg.
-
-       * Makefile.in (all): cater for prauctex.cfg.  Same for other
-       targets.
-
-       * preview.dtx (section{Introduction}): Replaced TeX by \TeX and
-       similar cosmetics.
-       (section{Package options}): Added noconfig option, explained
-       prdefault.cfg (not yet there) and prauctex.cfg.
-       (subsection{Preview attaching commands}): Predefine prauctex.cfg.
-       (section{Various drivers}): make installer extract it.
-
-2002-02-18  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * problems.texi: Simple layout fix
-
-       * preview-latex.spec: For 0.6 proper
-
-       * RELEASE: Mention AUC TeX RPM on project site
-
-       * Makefile.in: Fixed 'make clean' in doc subdir, install info
-       files too
-
-       * doc/Makefile.in: Typo corrected, fixed INSTALL_DATA
-
-2002-02-17  Alan Shutko  <ats@acm.org>
-
-       * doc/Makefile.in: New file, replacing the former ad-hoc build.
-
-       * doc/install.texi: Mention --disable-8bit-test.
-
-       * doc/problems.texi (LaTeX international characters): Mention
-       --disable-8bit-test.
-
-       * aclocal.m4 (AC_CHECK_AUCTEX): Correct --with-auctex to
-       --with-tex-site.
-
-       * configure.in: 8bit test enhancements.  Allow disabling test with
-       --disable-8bit-test.  
-       Check for makeinfo.
-       Generate doc/Makefile.
-
-2002-02-17  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/install.texi: Mention problems with 8-bit-uncleanliness.
-       We need an override still.
-
-       * doc/problems.texi (LaTeX international characters): Mention
-       that configure might barf.
-
-2002-02-15  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * RELEASE: RPM info added, "for RH 7.x"
-
-2002-02-14  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.spec:
-       For 0.6. Included code to build from CVS and temporary fix to allow
-       build before autoconf includes docs, included patches subdir in %doc
-
-       * doc/Makefile: Typo corrected
-
-2002-02-11  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/readme.texi, doc/install.texi, doc/problems.texi,
-       doc/copying.texi: Include @macro defs for text-file generation
-
-       * doc/problems.texi: Minor changes
-
-       * doc/readme.texi: Shortened
-
-       * doc/Makefile: Added --no-validate on README
-
-       * doc/install.texi: Layout changes, xref to PROBLEMS shortened
-
-       * doc/problems.texi:
-       Layout changes, added text on bug reports and GS EPS handling
-
-       * doc/preview-latex.texi: Layout changes, install-info fix, index
-       additions, fixed direntries for preview-latex
-
-2002-02-11  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/Makefile (install): install the renamed info files.
-
-       * doc/preview-latex.texi: change output file name to
-       preview-latex.info in order to keep preview-latex as a directory
-       name for HTML output.
-
-       * doc/Makefile (preview-latex/index.html): generate HTML with
-       makeinfo as texi2html does not grok @preview-latex.
-
-       * doc/preview-latex.texi: Write Ã… instead of @AA (x-symbol sneaked
-       that in).  And revert again: does not print.
-
-       * doc/install.texi: Use @previewlatex.
-
-       * doc/problems.texi: Use @previewlatex and @uref.
-
-       * doc/readme.texi: Use @previewlatex.
-
-       * doc/copying.texi: Use @previewlatex.
-
-       * doc/preview-latex.texi (top): Introduce @previewlatex macro and
-       use it throughout.  Some more changes.
-
-2002-02-09  David Kastrup  <David.Kastrup@t-online.de>
-       
-       *  INSTALL README PROBLEMS: removed because autogenerated
-       *  README.CVS and autogen.sh added.
-
-       * doc/problems.texi: Initial rendition of PROBLEMS file in
-       texindex form.
-
-       * doc/copying.texi: Change Preview La@TeX{} to preview-latex
-
-       * preview.el (preview-image-creators): Change png default device
-       to png16m due to popular request.
-
-       * doc/readme.texi: overhaul for 0.6.
-
-       * doc/preview-latex.texi: fat overhaul.
-
-       * preview.dtx (section{The Implementation}): Simplify \pr@advise,
-       it broke the delayed option.
-       (subsection{Preview attaching commands}): Same.
-
-2002-02-08  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-gs-transact): Sigh.  Some refinements to the
-       SAFER stuff: restart gs on errors that seem to stop in SAFER mode.
-       (preview-gs-transact): And another few changes, there are gs
-       versions that have .setsafer but not .runandhide.  Rats.
-
-2002-02-07  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (subsection{Preview attaching commands}): Use
-       \nofiles instead of \@fileswfalse in order to suppress erroneous
-       log file output.
-
-       * preview.el (preview-gs-options): Remove -DSAFER option that
-       causes OutputFile selection of GhostScript to fail (starting with
-       7.04).  This cannot be the final fix.
-       (preview-gs-options): Ok, so it isn't.  Restored -dSAFER and added
-       -dDELAYSAFER (which should be ignored by earlier GhostScript
-       versions).  Also:
-       (preview-gs-transact): call .setsafe procedure if defined in
-       systemdict, so we don't get unsafer in GhostScript 7.04.
-
-2002-02-06  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * readme.texi: Index and layout changes
-
-2002-02-05  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * copying.texi: Less zealous index
-
-       * readme.texi: Typo corrected
-
-       * preview-latex.texi: Document preview-default-preamble, bumped
-       release number, typos corrected.
-
-       * doc/Makefile: Simpler index generation
-
-2002-02-04  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.texi: Simplify to only one section for keys and
-       lisp function sections. Also only one Index.
-
-2002-02-01  David Kastrup  <David.Kastrup@t-online.de>
-
-       * PROBLEMS: Tell about x-symbol 4.0h/beta working successfully
-       with preview-latex.     
-
-2002-02-01  Alan Shutko  <ats@acm.org>
-
-       * configure.in: Corrected error message for 8-bit test.
-
-2002-01-30  Alan Shutko  <ats@acm.org>
-
-       * configure.in: Added diversion at the beginning to allow us to
-       save LANG and LC_CTYPE for the 8-bit test.  Also added test to see
-       if LaTeX is 8-bt clean.
-
-2002-01-24  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.spec: Initial version. On the 0.5.8.2 release.
-
-2002-01-22  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (LaTeX-preview-setup): quote created directory name
-       in %m fields.
-
-2002-01-18  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (subsection{The internals}): Try catering for output
-       routine changes.
-
-2002-01-18  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview.el (preview-make-preamble): Simplified the code by sorting
-       TeX-expand-list better.
-
-2002-01-18  David Kastrup  <David.Kastrup@t-online.de>
-
-       * RELEASE: Document a few changes.
-
-       * doc/preview-latex.texi: document preview-at-point
-
-       * preview.el (preview-next-border): Doc change.
-       (preview-at-point): renamed from preview-dwim.
-       (LaTeX-preview-setup): use preview-at-point.
-       (LaTeX-preview-setup): menu change.
-       (preview-document-pt): Use TeX-style-list instead of
-       TeX-active-styles so that AucTeX may parse if not yet done.
-       (before-revert-hook): clearout previews on revert.
-
-2002-01-17  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview.el (preview-default-preamble): Added default preamble
-       for use when a document not configured for preview-latex is
-       previewed in AUC TeX. 
-       
-       * preview-latex.texi (section Misplaced previews): Info on \emph
-       and \PreviewMacro*.
-
-2001-12-05  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.texi: Added new section: User-level lisp functions
-
-       * install.texi: Layout improvements
-
-       * doc/Makefile: Typo and dependencies corrected
-
-2001-12-04  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * doc/Makefile: Added index generation for DVI docs
-
-2001-12-03  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.texi:
-       Keymap documentation and general text on emacs interface added
-
-       * readme.texi, install.texi: Layout changes
-
-2001-12-03  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-clearout): add optional argument keep-dir.
-       (preview-place-preview): Don't clearout previews from current
-       run.  This makes preview-latex keep multiple previews in command
-       arguments instead of just keeping the last such one.
-
-2001-11-30  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (section{Provided Commands}): Add descriptions of
-       new commands \PreviewMacro* and \PreviewEnvironment*.
-       (subsection{The internals}): New internal \pr@protect.
-       (subsection{Preview attaching commands}): Implement the new
-       `*'-forms.
-       (subsection{Preview attaching commands}): 
-       Also treat \end{env} in \PreviewEnvironment*.
-
-2001-11-30  Jan-Ake Larsson  <jalar@imf.au.dk>
-
-       * preview-latex.texi, install.texi:
-       Autoload the package rather than require it.
-
-2001-11-30  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-emacs.el (preview-register-change): widen before getting
-       substring in order to avoid error when narrowed.
-       (preview-check-changes): Same here.
-       (preview-handle-insert-in-front): Changed DOC string.
-       (preview-handle-insert-behind): same.
-       (preview-handle-modification): same.
-
-2001-11-29  Jan-Ã…ke Larsson <jalar@imf.au.dk>
-
-       * doc/preview-latex.texi: Created first draft
-
-       * doc/readme.texi: Created first draft
-
-       * doc/readme.texi: Created first draft
-
-       * doc/copying.texi: Created
-
-       * doc/Makefile: Created layout. Now for autoconf, Alan?
-       
-2001-11-28  Alan Shutko  <ats@acm.org>
-
-       * INSTALL (--with-tex-site): Rename --with-auctex.
-
-       * aclocal.m4 (AC_CHECK_AUCTEX): Try to fix things so that it looks
-       for tex-site, only tex-site, and adds the location of tex-site
-       into the load-path.
-       (AC_CHECK_REQUIRE): New.
-       (AC_CHECK_AUCTEX): Change name of --with-auctex to --with-tex-site.
-
-2001-11-12  Alan Shutko  <ats@acm.org>
-
-       * Makefile.in (lispdir): Remove /preview because @lispdir@ now
-       includes it. 
-
-       * aclocal.m4 (AC_PATH_LISPDIR): Modify it so it prints out
-       that lisp files are going in $lispdir/preview.
-
-2001-11-20  David Kastrup  <David.Kastrup@t-online.de>
-
-       * README-preview: adjust instructions because preview.ins will be
-       available on CTAN already.
-
-       * prv-emacs.el (preview-make-clickable): consult
-       `preview-button-1' and `preview-button-2' at run-time.
-       (preview-overlay): Need insert-behind-hooks too in case someone
-       uses `insert-before-markers' at end of previews.
-       (preview-change-list): New variable.
-       (preview-register-change): New function.
-       (preview-check-changes): New function.  All of this stuff is to
-       make sure we open/disable overlays only if permanent changes occur
-       inside.
-       (preview-handle-insert-in-front): some changes for new behaviour.
-       (preview-handle-insert-behind): New function.
-       (preview-move-point): Call `preview-check-changes' after commands.
-       (preview-gs-color-value): checkdoc-compatible comment.
-
-       * preview.el: Change installation comments
-
-2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (section{Provided Commands}): Correct documentation
-       names for \PreviewEnvironment and \PreviewSnarfEnvironment
-
-       * prv-emacs.el (preview-inherited-face-attribute): Add document
-       string, simplify some tests.
-
-       * preview.el: Add autoload magic comments.
-       (preview-compatibility-macros): avoid byte compiler warning.
-
-2001-11-13  David Kastrup  <David.Kastrup@t-online.de>
-
-       * PROBLEMS: Add patch for mouse-drag.el
-
-       * INSTALL: add autoload instructions for fastest Emacs startup.
-
-2001-11-12  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-gs-restart): Use push.
-       (preview-clearout-buffer): New function.  Use in kill-buffer-hook.
-       (kill-emacs-hook): add cleanout of temp directories when leaving
-       Emacs.
-       (preview-make-options): cosmetics
-       (LaTeX-preview-setup): add keybindings for clearing buffer
-       (preview-clean-subdir): cosmetic changes.
-       (preview-clean-topdir): new function.
-       (preview-create-subdirectory): use it.
-       (preview-report-bug): report preview-dvips-command.
-
-2001-11-11  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Release 0.5.8.2
-
-2001-11-11  Alan Shutko  <ats@acm.org>
-
-       * aclocal.m4 (AC_EMACS_CHECK_LIB_WITH_LIB): varient of
-       AC_EMACS_CHECK_LIB which first requires a prereq lib.
-       (AC_CHECK_AUCTEX): Use AC_EMACS_CHECK_LIB_WITH_LIB to prereq
-       tex-site.
-
-       * Makefile.in (use-hint): Get line wrapping right.
-
-       * configure.in (--with-texmf): Applied patch from Hans Fredrik
-       Nordhaug making --with-texmf obey TDS.
-
-2001-11-11  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-emacs.el (preview-transparent-border): Change definition to
-       numeric/nil, set default to 3pt.
-       (preview-create-icon): adapt heuristic-mask accordingly
-       (preview-ps-image): same here
-       (preview-gs-get-colors): use new definition of
-       preview-transparent-border, use PostScript code not subject to
-       anti-aliasing effects.
-       (preview-transparent-border): Change default to take into
-       account that we previously got only half of requested width.
-       (preview-gs-get-colors): generate only necessary tokens.  Disable
-       stroke adjustment in order to get more even borders.
-
-2001-11-10  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (subsection{The internals}): Make reassignment of
-       \@tempboxa that lead to missing section headers local.
-       Interesting bug.
-
-2001-11-09  David Kastrup  <David.Kastrup@t-online.de>
-
-       * RELEASE: initial stab at release notes.
-
-       * preview.el (preview-back-command): Make token backer somewhat
-       more robust.
-       (preview-analyze-error): Don't bomb out if no token matches.
-
-       * README-preview: first draft.
-
-       * prv-emacs.el (preview-int-bb): moved from preview.el
-
-       * preview.el (preview-preserve-indentation): New option, on per
-       default.  Switch off for old behaviour.
-       (preview-extract-bb): heed preview-preserve-indentation by faking
-       the bounding box left.
-       (preview-int-bb): move to prv-emacs.el
-
-       * preview.dtx (subsection{The internals}): Try killing off indents
-       in order to get good horizontal positioning of preview.
-
-       * preview.el (preview-start-dvips): fix bug WRT free variable
-       `buffer'.
-
-       * prv-emacs.el (preview-transparent-color): change default for a
-       new default transparency scheme.
-       (preview-get-heuristic-mask): bug fix for specified color
-       (preview-create-icon): adjust for new policy
-       (preview-ps-image): same here
-       (preview-transparent-border): new option
-       (preview-gs-get-colors): heed this
-
-2001-11-08  David Kastrup  <David.Kastrup@t-online.de>
-
-       * PROBLEMS: Recommend customizing new variable
-       preview-dvips-command for DviPS problems.
-       Add sections about Windows and XEmacs.
-       Add section about LaTeX/language environment problem.
-       Add section about flyspell.el including patch.
-
-2001-11-07  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-gs): and other groups: set :prefix in
-       defgroup
-       (preview-get-geometry): Oops, make it work if
-       preview-scale-function is a constant instead of a function.
-
-2001-11-06  Alan Shutko  <ats@acm.org>
-
-       * aclocal.m4 (AC_CHECK_AUCTEX): Revert the previous change, since
-       it was horribly broken, and fix --with-auctex, so that it doesn't
-       do the check if --with-auctex was specified.
-
-2001-11-06  Alan Shutko  <ats@acm.org>
-
-       * aclocal.m4 (AC_CHECK_AUCTEX): Try looking for tex-site instead
-       of tex-buf... this may help since we're sure it's in load-path,
-       but I'm afraid that the contents of tex-site may not be standard
-       enough across installations.
-       
-
-2001-11-06  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-image-creators): Add preview-eps-open
-       function for calling dvips conversion.
-       (preview-eps-open): Resume half-hearted support of postscript
-       image type.  Does anybody use this, after all?  If so, let him
-       run DviPS in background if he so desires...
-
-       * preview.dtx (subsection{The internals}): add \leavevmode to make
-       things like \paragraph flush their \everypar tokens.  Perhaps not
-       the right thing to do, let's wait for error reports about that
-       one.
-
-       * preview.el: require 'tex-site when compiling
-       (preview-gs-file): new local variable
-       (preview-gs-sentinel): cater for "Compilation" flag in mode-line
-       (preview-gs-restart): changes in process setup
-       (preview-gs-close): Same here
-       (preview-gs-open): Same here
-       (preview-gs-dvips-sentinel): New function
-       (preview-gs-place): postpone Bounding Box extraction.
-       (preview-gs-flag-error): cosmetic changes
-       (preview-gs-transact): extract bounding box
-       (preview-LaTeX-command): Remove dvips call from command
-       (preview-dvips-command): New option for dvips call
-       (preview-parse-messages): add message while parsing
-       (preview-parse-messages): remove call to open, this calls parsing
-       instead.
-       (preview-start-dvips): New function.
-       (preview-TeX-inline-sentinel): Changed to new process model
-       Note: this breaks 'postscript image support.  To be fixed.
-       
-2001-11-03  Alan Shutko  <ats@acm.org>
-
-       * aclocal.m4
-       (AC_CHECK_PROG_REQUIRED,AC_CHECK_PROGS_REQUIRED,AC_PATH_PROG_REQUIRED):
-       New functions to check programs, and abort with a message if not
-       found.
-       (AC_EMACS_CHECK_LIB): Function stolen from Gnus to check whether
-       an elisp library exists.
-       (AC_CHECK_AUCTEX): Check if AUC-TeX is in a normal emacs load
-       path, and allow --with-auctex switch to specify it. SF Bug
-       #477262, #477260.
-
-       * Makefile.in (use-hint, install-hint): New hints.  SF Bug #477282.
-       (all, install): Use the above hints.
-
-       * configure.in: Changed all AC_CHECK_PROG(S)/AC_PATH_PROG(S) to
-       new AC_*_REQUIRED, which abort and print a message if something
-       isn't found.  Added AC_CHECK_AUCTEX.  Add note at end of configure
-       to run "make".  SF Bug #469741 (partial).
-       
-       Removed --with-auctex since that's now done in AC_CHECK_AUCTEX.
-
-2001-10-30  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-emacs.el (preview-make-clickable): Use 'keymap instead of
-       'local-map, obliterating the need to inherit from LaTeX-mode-map.
-       (preview-toggle): Same here, and cater for null-length overlays.
-       (preview-mark-point): Jury's still out on that one.
-
-       * preview.el (preview-gs-sentinel): Don't hickup if buffer got
-       killed.
-       (preview-gs-restart): Don't mind exiting Emacs if GhostScript
-       still running.
-       (preview-snippet): Buffer-locality not needed because parsing
-       occurs fully blocking.
-       (preview-snippet-start): Same
-       (preview-analyze-error): Somewhat saner behaviour if the error
-       message parsing fails due to macro arguments or other.  This
-       cannot be the final verdict.
-
-       * TODO: add a few items.
-
-       * prv-emacs.el (preview-transparent-color): Make transparency
-       customizable.  Note that due to a bug everything except "None" is
-       treated the same as "Autodetect" in 21.1.  Fixed in CVS.
-       (preview-get-heuristic-mask): Function for calculating mask to use
-       from above.
-       (preview-create-icon): use preview-get-heuristic-mask
-       (preview-ps-image): same.
-       (preview-mark-point): move point out of previews before starting
-       next command for consistent implementation of intangibility.  Not
-       sure whether this is actually a good idea, though.
-       (preview-inherited-face-attribute): New function
-       (preview-gs-get-colors): New function, replaces preview-get-colors
-
-       * preview.el (preview-gs): New customization group hierarchy
-       (preview-appearance): same
-       (preview-latex): same
-       (preview-gs-colors): change string to single tokens.
-       (preview-gs-transact): construct string from same
-       (preview-scale-from-face): consult preview-reference-face instead
-       of default.  Use new function preview-inherited-face-attribute for
-       this.
-       (preview-face): add different colours for dark backgrounds.
-       change default background to beige, probably less likely to match
-       users default background.
-       (preview-error-face): change preview-error-face for non-color terms.
-       (preview-reference-face): used for size and color determination of
-       previews.
-       (preview-TeX-inline-sentinel): tell user while we are parsing
-
-2001-10-27  David Kastrup  <David.Kastrup@t-online.de>
-
-       * PROBLEMS: revert AucTeX patch to that before we tried our luck
-       with intangibility.  Some changes in formatting.  Add comment
-       about -Pwww font problems.
-
-2001-10-26  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Release 0.5.8.1
-
-       * preview.el (preview-mouse-open-eps): fix a typo in help
-       message.
-       (preview-analyze-error): Remove traces of inhibit-point-motion
-       madness.  If search for (concat string after-string) fails, try
-       again just with string in order to support uses of Auc-TeX's
-       original interface.
-
-       * prv-emacs.el (preview-toggle): Don't reactivate disabled
-       overlays (could happen in isearches ended by an editing operation).
-       (preview-move-point): While we are simulating point-adjustment,
-       heed disable-point-adjustment in order to make isearch (and
-       probably other utilities) Do The Right Thing (TM).  Works
-       beatifully.
-
-       * preview.el (preview-LaTeX-command): new customization variable.
-       (LaTeX-preview-setup): use it.
-
-2001-10-25  David Kastrup  <David.Kastrup@t-online.de>
-
-       * We now cater for people with non-black-on-white setup.
-
-       * prv-emacs.el (preview-get-colors): gets colors from default
-       font.
-
-       * preview.el (preview-gs-colors): new variable for GhostScript
-       color setup string.
-       (preview-gs-transact): pass color setup.
-       (preview-get-geometry): pass color setup
-
-       * prv-emacs.el (preview-ps-image): Don't expect white background
-       in heuristic-mask.
-
-       * preview.el (preview-next-border): Can't get everything right
-       first try now, can I?
-
-       * prv-emacs.el: replace preview-intangible by preview-state.
-       (preview-handle-insert-in-front): Same here.
-       (preview-toggle): Same here.
-       (preview-toggle): Let preview-toggle handle setting of category.
-       That way category is not set/used outside of prv-emacs.el.
-       (preview-move-point): replace preview-intangible by
-       preview-state.
-       
-       * preview.el (preview-dwim): replaces preview-again.
-       Excruciatingly useful function bound to C-c C-p C-p.  Will do just
-       what you want whenever you call it.
-       (preview-next-border): Helper-function for that
-       (preview-disable): set property 'preview-state
-       (preview-clearout): use 'preview-state instead of 'category
-       (preview-place-preview): same here.
-       (LaTeX-preview-setup): use preview-dwim in keyboard bindings
-
-2001-10-23  David Kastrup  <David.Kastrup@t-online.de>
-
-       *  Release 0.5.8
-
-       * PROBLEMS (AucTeX): remove patch for intangibility problem.
-
-       * preview.el (preview-regenerate): use preview-region
-       (preview-region): New user function.
-       (preview-environment): New user function.
-       (preview-section): New user function.
-       (preview-again): New user function.
-       (LaTeX-preview-setup): Add menus and keyboard shortcuts for new
-       user functions.
-       (preview-version): Don't recalculate version in compiled form.
-
-       * prv-emacs.el: inherit from LaTeX-mode-map in order to have
-       normal commands work when cursor is on preview.
-       (preview-make-clickable): same.
-       (preview-overlay): don't make intangible, but preview-intangible.
-       In short, we now fake intangibility until Emacs will keep the
-       cursor out of overlay images like it does out of text property
-       images.
-       (preview-handle-insert-in-front): Same here.
-       (preview-toggle): Same here.  Load pre-command-hook and
-       post-command-hook for fake intangibility.
-       (preview-marker): Added for fake intangibility.
-       (preview-mark-point): pre-command-hook function for fake
-       intangibility.
-       (preview-move-point): post-command-hook function for fakr
-       intangibility.
-
-2001-10-22  David Kastrup  <David.Kastrup@t-online.de>
-
-       * README: Change info for Emacs release 21.1
-
-       * PROBLEMS: Change info for Emacs release 21.1
-
-       * INSTALL: Change info for Emacs release 21.1
-
-2001-10-19  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (subsection{The internals}): Heed \AtBeginDvi
-       sequences.  Small doc/formatting changes.
-
-2001-10-17  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx: Get the version headers right (hopefully).
-
-2001-10-16  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx: Make a stab at an automated version header
-       (subsection{Preview attaching commands}): Move the badness stuff
-       to the auctex option.
-
-2001-10-15  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-emacs.el:  insert-in-front back.  Discovered all-saving
-       undo-in-progress.
-       (preview-handle-insert-in-front): pseudo-advance if not in undo
-       while iconized.
-       (preview-handle-modification): fitting behaviour for that. commit
-       suicide on changes that leave the range empty, disable else.
-
-       * preview.el (preview-place-preview): overlays get auto-advancing
-       front.
-       (preview-analyze-error): intangible.  inhibit-point-motion-hooks.
-       what a mess.  Made parsing saner in the presence of such stuff.
-       (preview-place-preview): overlays get non-auto-advancing front
-       back again, since we rather pseudo-advance in
-       preview-handle-insert-in-front.
-
-       * prv-emacs.el: don't handle insert-in-front: impossible to do
-       consistently.  Instead make beginning ofg overlays auto-advance
-       always.
-       (preview-handle-insert-in-front): removed
-       (preview-handle-modification): removed insert-in-front-hooks
-
-2001-10-13  David Kastrup  <David.Kastrup@t-online.de>
-
-       * prv-xemacs.el: This is completely and utterly broken and
-       incomplete.  The recent changes from Simon have not yet been
-       incorporated, some of the stuff still has old semantics and so
-       forth and so on.  One needs to go through prv-emacs.el and make
-       sure that everything in there has an equivalent here.
-
-       * prv-emacs.el: See preview.el.
-
-       * preview.el: This is the big one.  Changes too numerous to
-       mention.  Lots of modularization for making XEmacs support
-       possible.  Changed semantics, the works.  See PROBLEMS file for
-       new AucTeX compatibility annoyances.
-
-       * PROBLEMS (AucTeX versions from 11.01 up to version 11.05): Patch
-       added.  Patch for earlier versions revised.
-
-2001-10-12  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (subsection{Preview attaching commands}): set
-       \hbadness and \vbadness to infinity in order to avoid
-       parse-unfriendly error messages.  Would one want to see overfull
-       hbox rules in preview output?
-
-2001-10-12  Alan Shutko  <ats@acm.org>
-
-       * Makefile.in (LISP_OBJS): New var.
-       ($(LISP_OBJS)): Got rid of elc target and used dependencies, so we
-       don't recompile every make.
-
-2001-10-12  David Kastrup  <David.Kastrup@t-online.de>
-
-       * configure.in: Try fixing the emacs flavor detection.
-       And revert back to Alan's version.
-
-2001-10-12  Alan Shutko  <ats@acm.org>
-
-       * configure.in: Change AC_PATH_PROG of emacs to AC_CHECK_PROG, as
-       it was breaking --with-xemacs.
-
-2001-10-12  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Makefile.in: Switch order of LISP_SOURCES in order to avoid
-       compiling preview.el with older versions of prv-emacs.elc or
-       prv-xemacs.elc
-
-2001-10-11  Alan Shutko  <ats@acm.org>
-
-       * Makefile.in (ELCC): Bug 469742: Include . in load path.
-
-       * configure.in: Added --with-xemacs option.  Added AC_XEMACS_P to
-       determine if we're using xemacs.  Added PLAT_LISP substitution
-       with the flavor-specific lisp file.
-
-       * Makefile.in (LISP_SOURCES): New variable, listing files needing
-       byte-compilation.
-       (all): Depend on "elc" target to capture all the emacs files.
-       (install-el): Install more lisp files.
-       (elc): New target, compile all relevant files.
-
-2001-10-11  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (subsection{The internals}): Introduce count
-       \pr@snippet so as not to get confused by \include.
-       (subsection{Preview attaching commands}): Make auctex option use
-       this counter.
-
-2001-10-10  David Kastrup  <David.Kastrup@t-online.de>
-
-       * circ.tex: Demonstrate new `sections' option.
-
-       * preview.el (preview-default-option-list): Cater for new
-       `sections' option to preview.sty.
-
-       * preview.dtx (section{Provided Commands}): New argument syntax as
-       in \PreviewMacro[{*[][]{}}]{\includegraphics}.
-       (subsection{Parsing commands}): introduce \pr@endparse and support
-       new syntax.
-       (subsection{Preview attaching commands}): same here.
-       (section{Package options}): explain new `sections' option.
-       (subsection{Selection options}): implement `sections' option.
-
-2001-10-09  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-mouse-open-error): Don't have multiple
-       "*Preview-GhostScript-Error*" buffers gather, reuse single one.
-       (LaTeX-preview-setup): Enter us into "Command" menu.
-
-2001-10-08  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx (subsection{Preview attaching commands}): Change
-       output routine to flush out floats.
-       Correct \CheckSum.
-
-       * preview.el: Use `error' identifier only where really needed.
-       (preview-gs-behead-outstanding): see above.
-       (preview-gs-sentinel): see above.
-       (preview-gs-flag-error): see above.
-       Still require (defvar error) because of Auc-TeX
-       (TeX-active-tempdir): Move definition.
-       (preview-gs-place, preview-eps-place)
-       (preview-active-string, preview-make-filename)
-       (preview-place-preview, preview-parse-messages)
-       (preview-analyze-error): remove `tempdir' argument
-       (preview-get-geometry): some change in semantics
-       (preview-TeX-inline-sentinel): call `preview-parse-messages' with
-       process buffer active instead of source.
-       (TeX-inline-preview): adapt to changed `preview-get-geometry'
-
-2001-10-07  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-get-geometry): comment clarification to
-       satisfy checkdoc.
-       (preview-version): added.
-       (preview-report-bug): use `preview-version' instead of current
-       ugliness.
-
-       * .cvsignore (Module): Add a few more entries.
-
-       * preview.el: Don't defvar AucTeX internal TeX-auto-file, make
-       auto-size detection of previews from parsed styles work.
-       (preview-document-pt): Use `TeX-active-styles' instead of bad AucTeX
-       internal `TeX-auto-file'.
-       (preview-get-geometry): Different arguments and semantics.  Make
-       it work.
-       (TeX-inline-preview): Call changed `preview-get-geometry'.
-
-       * prv-xemacs.el: add macros line-beginning-position and
-       line-end-position.
-
-       * preview.el: Change manner of loading prv-xemacs
-       (preview-analyze-error): Use line-end-position again.
-
-2001-10-05  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.dtx: Include \ProvidesPackage and \CheckSum
-       (subsection{Preview attaching commands}): put \unskip in
-       \end{preview} where it will make a difference.
-       (section{Various drivers}): \askforoverwritefalse only generated
-       for make-intended installer.
-
-       * prv-xemacs.el: require overlay
-       preview-compatibility-macros added
-       (find-image): some changes of compilation
-       (defimage): define using preview-defmacro
-       (make-temp-file): ignore temporary-filename: not needed in here.
-
-2001-10-04  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el: first stab at XEmacs compatibility.
-
-       * prv-xemacs.el: first stab at XEmacs compatibility.
-
-       * circ.tex (section{Die gerade Linie}): built in two deliberate
-       bugs for testing.
-
-       * preview.el (preview-gs-behead-outstanding): use
-       `preview-gs-flag-error'.
-       (preview-mouse-open-error, preview-mouse-open-eps): factored out
-       stuff from `preview-gs-flag-error'.
-       (preview-gs-flag-error): replaces `preview-gs-error-string'
-       (preview-gs-transact): Use `preview-gs-flag-error'.
-
-       * PROBLEMS: be more specific about GhostScript errors
-
-2001-10-03  David Kastrup  <David.Kastrup@t-online.de>
-
-       * preview.el (preview-delete-file): remove dont-register
-       (preview-make-filename): remove dont-register
-       (preview-regenerate): switch to clicked buffer if not there.
-       (preview-gs-error-string): try to avoid strange behaviour from
-       having `let' restore potential buffer-local-variables to the wrong
-       buffer.  Make some functions (interactive "@").
-
-2001-10-02  David Kastrup  <dakas@users.sourceforge.net>
-
-        * release 0.5
-
-       * PROBLEMS: Completed summary of patches and made an outline-mode file.
-
-       * INSTALL:
-       Gearing up for a release.  Last modifications and clarifications.
-
-       * preview.el:
-       Lots of cleanups for getting to release quality.  Made good error
-       reporting with things masquerading as actual GhostScript sessions,
-       including command line, prompt, messages, the works.
-
-       Removed preview-gs-urgent which actually has never been anything
-       but the front of preview-gs-queue.
-
-       * TODO: Some more wishes.
-
-       * preview.el: Make active error display.
-
-       * preview.el:
-       Changed the process line appearance somewhat, added a bit of
-       robustness when error line parsing fails, beautified appearance of
-       opened previews (icon gets its own line only when previewed area
-       starts on a line).
-
-2001-10-01  David Kastrup  <dakas@users.sourceforge.net>
-
-       * TODO: Added a few items.
-
-       * README: Added CVS instructions and a few other odds and ends.
-
-       * bootstrap.ins: Remove docstrip configuration related messages.
-
-       * INSTALL: Some more massaging.
-
-       * PROBLEMS: Initial checkin, preparation for first tarball release.
-
-       * ChangeLog: Initial entry of ChangeLog.
-
-2001-10-01  alanshutko  <alanshutko@users.sourceforge.net>
-
-       * aclocal.m4: Instead of /dev/null, throw stuff to FD 5, where it
-       might do some good.
-
-2001-09-30  David Kastrup  <dakas@users.sourceforge.net>
-
-       * README: Mentioned M-x preview-report-bug.
-
-       * README: Removed redundancies with INSTALL, cleared some stuff up.
-
-       * preview.el:
-       Obliterated transaction queues.  They did not help that much, and are
-       not implemented in earlier versions of XEmacs.  More trouble than they
-       were worth, anyway.
-
-       * preview.el: Define a few more image types.
-
-2001-09-29  David Kastrup  <dakas@users.sourceforge.net>
-
-       * INSTALL: Some general information and stuff.
-
-       * Makefile.in:
-       Use latex '\nonstopmode \input ...' instead of -interaction
-       nonstopmode
-
-       Fixed string comparison in Emacs.
-
-       * aclocal.m4:
-       Remove trailing slashes after path discovery, do some more things with
-       sed instead of various other utilities.  One change in calling LaTeX
-       to make it work with older or non-web2c binaries.
-
-       * preview.dtx:
-       Support those misguided people using $$ in their LaTeX documents.  I
-       am not sure this is a good idea, but it will probably save us bug
-       reports.
-
-       * TODO: Removed a few done points.
-
-       * preview.el:
-       Made parsing good.  Now the entire TeX error context gets used.  In
-       most cases, regenerating previews should work now, as well as region
-       previewing.
-
-2001-09-28  alanshutko  <alanshutko@users.sourceforge.net>
-
-       * INSTALL: New file
-
-2001-09-27  alanshutko  <alanshutko@users.sourceforge.net>
-
-       * Makefile.in (preview.elc): Patch from Simon Josefsson to fix
-       build with non-standard AUCTeX location.
-
-2001-09-27  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el:
-       Made error and abort messages appear in the faulty images.  Reworked
-       file handling somewhat so that in the case of errors all involved
-       files can stay until the image overlay gets deleted.
-
-       * preview.el:
-       Added bug reporting instructions and helper function for reports
-       to preview-latex-bugs@lists.sourceforge.net.
-
-2001-09-26  alanshutko  <alanshutko@users.sourceforge.net>
-
-       * Makefile.in: (install-texmf) Install the dvi file
-
-       * Makefile.in, aclocal.m4, configure.in:
-       * aclocal.m4: Removed some dross stolen from Gnus, since it is unused.
-       Fixed up AC_PATH_TEXMFDIR to try to find a dir to install the docs
-       and to export texmfdir.
-
-       * configure.in: --with-auctex=DIR, new option
-
-       * Makefile.in: Changed rules for byte-compilation to allow setting
-       AUCTEXDIR.
-       (install-texmf) Only texhash the directory we installed into
-
-2001-09-26  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el:
-       Oodles of documentation and a much faster bounding box extractor
-       not relying on grep.  Some small internal changes.
-
-       * preview.el:
-       Background rendering now working without errors, even with crummy
-       default tq.el as currently shipped with Emacs (and XEmacs?).
-
-2001-09-25  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el:
-       Some initial stab at trying to make do without tq.el.  Figured out a
-       way to make do with tq's ugly semantics, however.  Just keep this
-       somewhere.  Only half done.
-
-2001-09-24  alanshutko  <alanshutko@users.sourceforge.net>
-
-       * Makefile.in:
-       Makefile.in: clean and distclean targets from Simon Josefsson <jas@extundo.com>
-
-2001-09-24  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el:
-       Sanitized temporary file handling by introducing a reference count
-       scheme.  Temporary directories should now get deleted as they become
-       empty.  We still do a general cleanup (in case a previous EMacs
-       session crashed) on first accessing any preview subdirectory, which
-       means bad luck when you are starting multiple instances of Emacs for
-       previewing purposes.
-
-2001-09-24  alanshutko  <alanshutko@users.sourceforge.net>
-
-       * Makefile.in, configure.in:
-       Run texhash after tex installation.  Also set full
-       pathnames for programs, since the path of the installing user may
-       not match the compiling user.
-
-       * Makefile.in, aclocal.m4: First cut at previewdocdir
-
-2001-09-24  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el:
-       PNG rendering now basically works and is the default.  Errors during
-       transaction queue processing insert their messages into the TeX
-       background buffer; so do unexpected GhostScript messages.  Good for
-       debugging.
-
-2001-09-22  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el:
-       Forgot entering into queue and a condition.  Still does not work with png.
-
-       * preview.dtx: Fixed \begin{table} bug.
-
-       * preview.el: Several changes from several people.
-
-       The big one: support of other image formats. PNG.  Unfortunately, not
-       yet functional.  Checked in nevertheless since the old postscript
-       rendering is on by default and seems to work still.
-
-       * preview.dtx: Forgotten macrocode, empty line.
-
-2001-09-21  alanshutko  <alanshutko@users.sourceforge.net>
-
-       * Makefile.in, aclocal.m4, configure.in:
-       2001-09-21  Alan Shutko  <ats@acm.org>
-
-               * aclocal.m4: Correct handling of docstrip configuration for
-               non-TDS setup.  Also, quote the $ in awk.
-
-               * Makefile.in (TEX): New variable.
-               (all): preview-mk.ins instead of preview.ins
-               (preview-mk.ins, preview.sty prauctex.def preview.drv): Use $TEX.
-
-               * configure.in: Added --with-preview-dir option.  Check for tex
-               executable.
-
-       * configure.in: Clarified --with-texmf help.
-
-       * README: Updated build directions for autoconf build.
-
-       * .cvsignore, Makefile, Makefile.in, aclocal.m4, configure.in, install-sh:
-       Makefile.in, aclocal.m4, configure.in: Create autoconf versions of
-       Makefile.  Much of aclocal.m4 was stolen from Gnus, though the
-       AC_PATH_TEXMF is new.
-
-       Added install-sh for use by the makefile if a compatible install
-       binary is not found.
-
-2001-09-20  David Kastrup  <dakas@users.sourceforge.net>
-
-       * Makefile: First sketch at installation via make instead of docstrip.
-
-       * bootstrap.ins: No error if no docstrip.cfg.
-
-       * bootstrap.ins:
-       First sketch at bootstrap install file for extracting main installer
-       and giving directory info.
-
-       * preview.dtx: Added missing macrocode environment (David Love).
-       Leave directory off installer when installing via make.
-
-2001-09-19  David Kastrup  <dakas@users.sourceforge.net>
-
-       * README: Checked in antialiasing suggestions from Alan Shutko.
-
-2001-09-16  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el: Still learning about customize-variable...
-
-2001-09-15  David Kastrup  <dakas@users.sourceforge.net>
-
-       * preview.el:
-       Parse HiRes Bounding Boxes, remove accidental paste of definition of
-       shell-command-to-string, add support for graphical preview of files
-       not prepared for it.
-
-       * preview.dtx: Another spurious space.
-
-       * preview.dtx:
-       AucTeX option delays \nonstopmode.  Spurious space in \pr@endbox removed.
-
-       * README: Add instructions for anti-aliasing.
-
-       * preview.dtx, README: Corrected Email address.
-
-2001-09-14  David Kastrup  <dakas@users.sourceforge.net>
-
-       * README: Added some more descriptive stuff and my Email address.
-
-       * preview.el: Added intelligent determination of EPS scale.
-       Changed Bounding Box determination to use a HiResBoundingBox if
-       present, and work without a shell.
-       Added some customization.
-
-2001-09-13  David Kastrup  <dakas@users.sourceforge.net>
-
-       * .cvsignore: Ignore generated files.
-
-       * preview.dtx:
-       Deleted no longer applicable comment.  Fixed bug in connection with \item.
-
-       * COPYING: Copy of GPL version 2 included.
-
-       * README: Typo.
-
-       * README: Clarified comment about how to improve EPS support in Emacs.
-
-       * README: Removed link to pretest Emacs on request from Gerd Möllmann.
-
-2001-09-12  David Kastrup  <dakas@users.sourceforge.net>
-
-       * circ.tex: New file.
-
-       * circ.tex: This is the initial checkin of preview-latex.  Enjoy.
-
-       * Makefile, README, TODO, preview.dtx: New file.
-
-       * Makefile, README, TODO, preview.dtx:
-       This is the initial checkin of preview-latex.  Enjoy.
-
-       * preview.el: New file.
-
-       * preview.el: This is the initial checkin of preview-latex.  Enjoy.
-
diff --git a/xemacs-packages/auctex/ChangeLog.d/ChangeLog.0-11.88 b/xemacs-packages/auctex/ChangeLog.d/ChangeLog.0-11.88
new file mode 100644 (file)
index 0000000..85da87b
--- /dev/null
@@ -0,0 +1,52658 @@
+commit 4f02339fd36004e9e8c53e475a9cfe0e012b7780
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Wed Oct 29 20:21:17 2014 +0100
+
+    Release_11.88
+
+commit c60dfc155b25c390a1d85783bc67942389539cea
+Author: Matthew Leach <matthew@mattleach.net>
+Date:   Wed Oct 29 19:58:21 2014 +0100
+
+    Minor fix to previous change.
+    
+    Signed-off-by: Mosè Giordano <mose@gnu.org>
+
+commit 700587fe36b0104eba7dd30bef869ba3349a66d1
+Author: Matthew Leach <matthew@mattleach.net>
+Date:   Wed Oct 29 17:46:24 2014 +0100
+
+    Fix indentation of tabularx environment closing.
+    
+    * latex.el (LaTeX-indent-environment-list): Remove setter
+    lambda.
+    (LaTeX--tabular-like-end): Remove variable.
+    (LaTeX-indent-tabular): Move setter function from
+    LaTeX-indent-environment-list to generate tabular-end regex when
+    called.
+    
+    Signed-off-by: Mosè Giordano <mose@gnu.org>
+
+commit 9917ced65cb5679387f2fa858e8618f2d8a23f18
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Wed Oct 29 13:13:06 2014 +0100
+
+    Fix in LaTeX-largest-level-set for XEmacs compatibility.
+    
+    * latex.el (LaTeX-largest-level-set): Set `outline-heading-alist'
+    only if it is bound.
+
+commit 1ac5d751a517e4ca085f9fd916e22a167f0ef222
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Wed Oct 29 12:23:48 2014 +0100
+
+    Manually adjust preview release version in dtx.
+    
+    * preview/latex/preview.dtx: Manually change the release version.
+
+commit 05ff7de0ed212018c8daaf7d110b1938d3663fd7
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Wed Oct 29 12:17:01 2014 +0100
+
+    Use autoconf variables for preview version and date.
+    
+    * .gitignore: Ignore preview/preview.el.
+    
+    * Makefile.in (DISTCLEANFILES): Add preview/preview.el.
+    (release-commit): Write new version announcement also into
+    preview/ChangeLog.
+    
+    * aclocal.m4: Add a third argument to
+    `AC_DATE_VERSION_FROM_CHANGELOG' specifying the ChangeLog file.
+    
+    * configure.ac: Use new third argument of
+    `AC_DATE_VERSION_FROM_CHANGELOG'.  Retrieve preview date and
+    version from its ChangeLog.  Add preview/preview.el to output
+    files.
+    
+    * preview/preview.el.in: Rename from "preview/preview.el".
+    (preview-version): Use @PREVIEWVERSION@ autoconf variable.
+    (preview-release-date): Use @PREVIEWDATE@ autoconf variable.
+    (preview-report-bug): Adapt to new `preview-version' format.
+
+commit 6c60d80ab592af30c1f3a79adb6bdddab879aad9
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Wed Oct 22 16:10:15 2014 +0200
+
+    Update for upcoming release.
+    
+    * RELEASE: Update AUCTeX version, the new features section, and
+    the list of contributors.
+    
+    * configure.ac: Update AUCTeX version.
+    
+    * doc/changes.texi: Mention generic bug fixes for 11.88 release.
+    
+    * doc/tex-ref.tex: Update AUCTeX version and copyright years
+    across the file.
+    Add now working `TeX-previous-error' key-binding.
+    
+    * tex.el: Update copyright year.
+
+commit 7afab11e35da14264cb416574d3df31f06e3626e
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Wed Oct 22 15:53:27 2014 +0200
+
+    Build HTML doc with makeinfo if texi2html is not available.
+    
+    * doc/Makefile.in: Make it possible to build the HTML doc with
+    `makeinfo' if `texi2html' is not available.  Add new
+    `TEXI2HTML_TOC' variable.
+    (extradist): Use `TEXI2HTML_TOC'.
+    (html/$(TEXI2HTML_TOC)): Use `TEXI2HTML_TOC'.  Fix splitting
+    option to HTML engine.  Suggested by Norbert Preining.
+
+commit 435d80fb12ba99b435ff252dca0521e75f178ef2
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Wed Oct 22 15:38:42 2014 +0200
+
+    Fix LaTeX-newline when comment-auto-fill-only-comments is non-nil.
+    
+    * latex.el (LaTeX-newline): Fix for when
+    `comment-auto-fill-only-comments' is non-nil.  Suggested by Piet
+    van Oostrum.
+
+commit 4b21d3f10a2edc90d2cbb2987273c485e390a016
+Author: Matthew Leach <matthew@mattleach.net>
+Date:   Fri Oct 17 15:23:25 2014 +0200
+
+    Add style for cleverref.
+    
+    * style/cleveref.el: New file.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 45ffe1f260ca71cd474c90bace312a57d7aedfee
+Author: Ikumi Keita <ikumi@ikumi.que.jp>
+Date:   Fri Oct 3 20:38:58 2014 +0200
+
+    Avoid duplicate marks in TeX-insert-dollar.
+    
+    * tex.el (featurep): Activate mark in the GNU Emacs version of
+    TeX-activate-mark instead of being a no-op.
+    (TeX-insert-dollar): Use set-mark instead of push-mark in order to
+    avoid duplicate marks.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit babe2242f594cef1d3a5c7fd9e01191ba8875361
+Author: Ikumi Keita <ikumi@ikumi.que.jp>
+Date:   Thu Oct 2 14:17:14 2014 +0200
+
+    Docstring fix.
+    
+    * texmathp.el (texmathp-tex-commands-default): Move equation*
+    environment to AMS-LaTeX section.
+    (texmathp-why): Fix docstring.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 5dfe2773bea88fb347dfa19d4d416747d9192125
+Author: Ikumi Keita <ikumi@ikumi.que.jp>
+Date:   Thu Oct 2 14:09:57 2014 +0200
+
+    Rename LaTeX-amstext-package-option to LaTeX-amstext-package-options.
+    
+    * style/amstext.el (LaTeX-amstext-package-options): Rename from
+    `LaTeX-amstext-package-option'.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 55d09abe30495d2272b00c8e9293a7dca15d301e
+Author: Ikumi Keita <ikumi@ikumi.que.jp>
+Date:   Thu Oct 2 14:00:13 2014 +0200
+
+    Use `push-mark' instead of `set-mark'.
+    
+    * tex-info.el (Texinfo-mark-environment, Texinfo-mark-section)
+    (Texinfo-mark-node): Use `push-mark' instead of `set-mark'.
+    
+    * latex.el (LaTeX-mark-environment): Ditto.
+    
+    * context.el (ConTeXt-mark-environment): Ditto.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 61c61a0815c48df81e1750bf76c14f129486779f
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Sep 25 21:49:53 2014 +0200
+
+    Fix \end buffer position passed to hooks.
+    
+    * latex.el (LaTeX-insert-environment): Pass correct \end buffer
+    position to hooks in LaTeX-after-insert-env-hooks.
+
+commit 25887f8f74710cf927fc91592ff9d347c0432a07
+Author: Vincent Belaïche <vincent.b.1@hotmail.fr>
+Date:   Sun Sep 14 11:20:55 2014 +0200
+
+    Document TeX-add-style-hook's new 3rd argument.
+    
+    * latex.el (LaTeX-dialect): Correct doctstring for consistency
+    with definition of function TeX-add-style-hook.
+    
+    * doc/auctex.texi (Simple Style): modify example with
+    'TeX-add-style-hook', so that 3rd argument is added. Modify @defun
+    of 'TeX-add-style-hook' also to document addition of 3rd argument.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 4f4062e7ff1eaeeeb92a5c94dbb22116faa596fa
+Author: Vincent Belaïche <vincent.b.1@hotmail.fr>
+Date:   Fri Sep 12 21:20:16 2014 +0200
+
+    Allow applying style hooks only in a certain context.
+    
+    * doc/changes.texi: Add information about style hook labelling by dialect.
+    
+    * doc/todo.texi (Bugs): Update Bug #1 about style hook clash.
+    
+    * style/xspace.el ("xspace"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/xparse.el ("xparse"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/virtex.el ("virtex"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/verbatim.el ("verbatim"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/varioref.el ("varioref"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/url.el ("url"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/units.el ("units"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/unicode-math.el ("unicode-math"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/ulem.el ("ulem"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/tabulary.el ("tabulary"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/tabularx.el ("tabularx"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/swedish.el ("swedish"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/subfigure.el ("subfigure"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/slovak.el ("slovak"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/slides.el ("slides"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/siunitx.el ("siunitx"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/shortvrb.el ("shortvrb"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/setspace.el ("setspace"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/scrreprt.el ("scrreprt"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/scrpage2.el ("scrpage2"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/scrlttr2.el ("scrlttr2"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/scrbook.el ("scrbook"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/scrbase.el ("scrbase"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/scrartcl.el ("scrartcl"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/ruby.el ("ruby"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/report.el ("report"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/ragged2e.el ("ragged2e"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/pstricks.el ("pstricks"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/pst-slpe.el ("pst-slpe"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/pst-plot.el ("pst-plot"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/pst-node.el ("pst-node"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/pst-grad.el ("pst-grad"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/psfig.el ("psfig"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/prosper.el ("prosper"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/polski.el ("polski"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/polish.el ("polish"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/plhb.el ("plhb"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/plfonts.el ("plfonts"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/plext.el ("plext"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/placeins.el ("placeins"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/pdfsync.el ("pdfsync"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/paralist.el ("paralist"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/nomencl.el ("nomencl"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/nicefrac.el ("nicefrac"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/ngerman.el ("ngerman"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/naustrian.el ("naustrian"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/natbib.el ("natbib"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/nameref.el ("nameref"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/multirow.el ("multirow"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/multind.el ("multind"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/multido.el ("multido"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/multicol.el ("multicol"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/mflogo.el ("mflogo"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/metalogo.el ("metalogo"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/memoir.el ("memoir"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/mdwlist.el ("mdwlist"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/mathtools.el ("mathtools"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/makeidx.el ("makeidx"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/luacode.el ("luacode"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/ltxdoc.el ("ltxdoc"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/ltx-base.el ("ltx-base"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/lscape.el ("lscape"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/longtable.el ("longtable"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/listings.el ("listings"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/lipsum.el ("lipsum"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/lettrine.el ("lettrine"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/letter.el ("letter"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/latexinfo.el ("latexinfo"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/kpfonts.el ("kpfonts"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/kantlipsum.el ("kantlipsum"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/jurabib.el ("jurabib"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/jura.el ("jura"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/jsbook.el ("jsbook"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/jsarticle.el ("jsarticle"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/jreport.el ("jreport"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/jbook.el ("jbook"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/jarticle.el ("jarticle"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/j-report.el ("j-report"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/j-book.el ("j-book"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/j-article.el ("j-article"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/italian.el ("italian"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/inputenc.el ("inputenc"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/index.el ("index"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/imakeidx.el ("imakeidx"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/icelandic.el ("icelandic"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/hyperref.el ("hyperref"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/harvard.el ("harvard"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/graphicx.el ("graphicx"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/graphics.el ("graphics"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/german.el ("german"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/frenchb.el ("frenchb"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/french.el ("french"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/francais.el ("francais"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/footmisc.el ("footmisc"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/fontspec.el ("fontspec"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/foils.el ("foils"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/flashcards.el ("flashcards"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/filecontents.el ("filecontents"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/fancyvrb.el ("fancyvrb"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/fancyref.el ("fancyref"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/fancynum.el ("fancynum"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/fancyhdr.el ("fancyhdr"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/exercise.el ("exercise"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/everysel.el ("everysel"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/epsf.el ("epsf"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/epigraph.el ("epigraph"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/english.el ("english"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/emp.el ("emp"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/dutch.el ("dutch"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/doc.el ("doc"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/dk.el ("dk"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/dinbrief.el ("dinbrief"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/danish.el ("danish"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/czech.el ("czech"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/csquotes.el ("csquotes"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/comment.el ("comment"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/captcont.el ("captcont"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/bulgarian.el ("bulgarian"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/booktabs.el ("booktabs"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/book.el ("book"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/bm.el ("bm"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/bigstrut.el ("bigstrut"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/bigdelim.el ("bigdelim"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/biblatex.el ("biblatex"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/beamer.el ("beamer"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/babel.el ("babel"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/austrian.el ("austrian"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/article.el ("article"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/array.el ("array"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/amsthm.el ("amsthm"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/amstext.el ("amstext"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/amstex.el ("amstex"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/amssymb.el ("amssymb"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/amsopn.el ("amsopn"): Add LaTeX-dialect to
+    TeX-add-style-hook call. Update header with correct filename.
+    
+    * style/amsmath.el ("amsmath"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/amsbsy.el ("amsbsy"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/amsbook.el ("amsbook"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/amsart.el ("amsart"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/alphanum.el ("alphanum"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/alltt.el ("alltt"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/afterpage.el ("afterpage"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/acronym.el ("acronym"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/acro.el ("acro"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/MinionPro.el ("MinionPro"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/CJKutf8.el ("CJKutf8"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * style/CJK.el ("CJK"): Add LaTeX-dialect to TeX-add-style-hook call.
+    
+    * bib-cite.el (eval-after-load "bibtex"): Add hook
+    TeX-bibtex-set-BibTeX-dialect to BibTex mode, this will set
+    'TeX-style-hook-dialect' to :bibtex for BibTeX files so that
+    Mosè's problem should be solved.
+    
+    * latex.el (LaTeX-common-initialization): set
+    'TeX-style-hook-dialect' to :latex for LaTeX files, and those in
+    LaTeX derived modes. Add LaTeX-dialect as DIALECT argument to all
+    calls of TeX-add-style-hook.
+    
+    * tex.el (TeX-style-hook-list): Update docstring to make clear
+    that style hooks can also be in the form '[TeX-style-hook HOOK-FUN
+    DIALECT-SET]'.
+    (TeX-bibtex-set-BibTeX-dialect): New defun.
+    (TeX-style-hook-dialect-weight-alist): New defconst.
+    (TeX-shdex-eval): New defun.
+    (TeX-shdex-or TeX-shdex-and TeX-shdex-nor TeX-shdex-not)
+    (TeX-shdex-in-p TeX-shdex-listify): New defsubst.
+    (TeX-style-hook-dialect): New defvar, used to have style hooks
+    called only in corresponding context.
+    (TeX-add-style-hook): Add optional argument context for marking
+    hooks that must run only in non default (aka nil) dialect.
+    (TeX-keep-hooks-in-dialect): New defun, used for unloading only
+    those hooks in a dialect list.
+    (TeX-unload-style): Add optional argument context-list for
+    unloading only those hooks marked for contexts in that
+    context-list.
+    (TeX-run-style-hooks): Run style hook only when current style hook
+    context matches context for which hook is marked.
+    
+    * tex-info.el (Texinfo-environment-list): Add 'html' and 'float'
+    environments.
+    (TeX-texinfo-mode): set 'TeX-style-hook-dialect' to :texinfo for
+    Texinfo files. Add macro '@caption'.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 3a16f59c1ccc400e9f32335c5477298035aa6c62
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Sep 8 09:12:32 2014 +0200
+
+    Remove defalias docstring arg.
+    
+    * tex.el (TeX-assoc-string): Remove docstring from defalias since
+    that's not supported with XEmacs.
+
+commit 3ac59294abc7ad686e8788e5b2c12f78489240f7
+Author: Florent Rougon <f.rougon@free.fr>
+Date:   Mon Aug 25 09:02:55 2014 +0200
+
+    Bugfix in file name expansion.
+    
+    * tex-buf.el (TeX-command-expand): Fix possible endless loop in
+    file name expansion.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit f01ae735d5e11c3f64ce46aba5788cd537a55845
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Sun Aug 24 22:20:38 2014 +0200
+
+    Add test for the %` expander.
+    
+    * tests/tex/command-expansion.el: New test file.
+
+commit ba43eedcf74279f367c6e50037bd7bde70058951
+Author: Florent Rougon <f.rougon@free.fr>
+Date:   Sun Aug 24 19:13:16 2014 +0200
+
+    Fix the expansion of %' in TeX-expand-list.
+    
+    * tex.el (TeX-expand-list): Add the previous position to the
+    lenght of the expanded string to get the current position in the
+    %' expander.
+    
+    Signed-off-by: Mosè Giordano <mose@gnu.org>
+
+commit 8570248c48ca9c42fa1b60bb821089cc5967ca6d
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Aug 21 10:59:32 2014 +0200
+
+    Change Vincent's email address in ChangeLog.
+
+commit 312dde394a49f5419c31044da4834309ba7f1554
+Author: Vincent Belaïche <vincent.b.1@hotmail.fr>
+Date:   Wed Aug 20 08:00:50 2014 +0200
+
+    Code cleanup and optimizations.
+    
+    * font-latex.el (font-latex-add-quotes): Code optimization: use
+    '(add-to-list (make-local-variable (quote foo)) some-value)'
+    instead of '(make-local-variable (quote foo)) (add-to-list 'foo
+    some-value)' wherever possible.
+    
+    * bib-cite.el (bib-cite-minor-mode)
+    (bib-cite-setup-highlight-mouse-keymap): Code optimization: use
+    '(set (make-local-variable (quote foo)) some-value)' instead of
+    '(make-local-variable (quote foo)) (setq foo some-value)' wherever
+    possible.
+    
+    * latex.el (BibTeX-auto-store)
+    (LaTeX-common-initialization): Ditto.
+    
+    * tex-info.el (TeX-texinfo-mode): Code optimization: use '(set
+    (make-local-variable (quote foo)) some-value)' instead of
+    '(make-local-variable (quote foo)) (setq foo some-value)' wherever
+    possible. Add in style Texinfo standard macros '@acronym' and
+    '@tie'.
+    
+    * tex.el (TeX-assoc-string) new defalias to work-around missing
+    assoc-string in XEmacs.
+    (TeX-unload-style): Code optimization: use 'TeX-assoc-string'
+    instead of 'assoc' to search style in 'TeX-style-hook-list', and
+    use delq on returned value of assoc-string for removing the style
+    --- on the one hand delq will go through the whole list rather
+    than stop after the first match like in original code, but on the
+    other hand comparison are faster because eq instead of equal is
+    used and we are working on assoc cell rather than on key, so less
+    indirection, furthermore delq is C code. Anyway that make the code
+    much smaller and easier to understand.
+    (TeX-file-extensions): Add txi amongst extension of texinfo files,
+    for consistency with info node '(texinfo) Minimum'
+    (TeX-run-style-hooks): Code optimization: use 'TeX-assoc-string'
+    instead of 'assoc' to search style in 'TeX-style-hook-list'.
+    (VirTeX-common-initialization): Code optimization: use '(set
+    (make-local-variable (quote foo)) some-value)' instead of
+    '(make-local-variable (quote foo)) (setq foo some-value)' wherever
+    possible.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit e515ecd5da1ebada550cd8d62a2f48c569671d85
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Aug 18 09:56:05 2014 +0200
+
+    Font-lock fix for verbatim environment args.
+    
+    * font-latex.el (font-latex-set-syntactic-keywords): Allow for a
+    mandatory argument for a verbatim environment.
+
+commit 6d4f7d1b0300baf6e44eb80c392de1c01758b699
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Aug 15 08:54:13 2014 +0200
+
+    Adapt mathtools.el to latest amsmath.el changes.
+    
+    * style/mathtools.el ("mathtools"): Don't use the removed
+    `LaTeX-amsmath-env-aligned' function.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 8d69d3b50512c4b0cdfbd7da81fefa5c2f8c98e9
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Thu Aug 14 15:29:27 2014 +0200
+
+    Change again method to determine whether a label should be inserted.
+    
+    * latex.el (LaTeX-insert-label): Remove.
+    (LaTeX-label): Add a new mandatory argument.  Do not use
+    `LaTeX-insert-label'.  Determine the prefix at the beginning of
+    the function and insert the label only if the prefix is non nil.
+    (LaTeX-section-label, LaTeX-env-figure, LaTeX-env-label): Use the
+    second mandatory argument of `LaTeX-label'.
+    
+    * style/amsmath.el: Update copyright years.
+    ("amsmath"): Append the environments to `LaTeX-label-alist'
+    instead of prepeding them.  Use the second mandatory argument of
+    the `LaTeX-label' function.
+    
+    * style/longtable.el: Update copyright years.
+    ("longtable"): Move addition of "longtable" environment to
+    `LaTeX-label-alist' inside the style hook.  Append the environment
+    to the alist instead of prepending it.  Use the second mandatory
+    argument of the `LaTeX-label' function.
+    
+    * doc/auctex.texi (Sectioning, Environments): Remove references to
+    `LaTeX-insert-label'.
+    (Environments): Document `LaTeX-label-alist'.
+    
+    * doc/changes.texi: Remove references to `LaTeX-insert-label'.
+
+commit 765c5165fdf27a12d312a4b1a314f2cb9a245737
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Tue Aug 12 12:33:28 2014 +0200
+
+    Rename LaTeX-auto-insert-label and document its use for sections.
+    
+    * latex.el (LaTeX-insert-label): Rename from
+    `LaTeX-auto-insert-label' and mention sections in the doc-string.
+    (LaTeX-label): Update accordingly.
+    
+    * doc/auctex.texi (Sectioning): Mention `LaTeX-insert-label'.
+    (Environments): Update `LaTeX-insert-label' name and document use
+    for sectioning commands.
+    (Environments, Completion): Prettify
+    `TeX-complete-expert-commands' documentation by using a table
+    environment.
+    
+    * doc/changes.texi: Rename `LaTeX-auto-insert-label' to
+    `LaTeX-insert-label' and mention sections too.
+
+commit 4c8d64c0b9e62df7889530caef5019e200de8de8
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Mon Aug 11 19:35:41 2014 +0200
+
+    Keep error overview window if View command is run.
+    
+    * tex-buf.el (TeX-command): Keep the frame and the buffer
+    associate to the error overview if the command to be run is View.
+
+commit 6da54fae3d0871c993a5d16b912b8b586e8770cb
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Mon Aug 11 18:22:12 2014 +0200
+
+    Manage auto insertion of labels.
+    
+    * latex.el (LaTeX-auto-insert-label): New customizable variable.
+    (LaTeX-label): Use it.
+    
+    * doc/auctex.texi (Environments): Document
+    `LaTeX-auto-insert-label'.
+    
+    * doc/changes.texi: Mention `LaTeX-auto-insert-label'.  Fix a
+    couple of bad-boxes in the PDF output of the manual.
+
+commit 0da29134c929c52229bdd8eb43a0f32bbea22e06
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Jul 25 18:54:47 2014 +0100
+
+    Fix outline promotion/demotion.
+    
+    * latex.el (LaTeX-largest-level-set): Adapt
+    `outline-heading-alist' according to largest level in order to
+    make `outline-promote' (and others) work correctly.
+
+commit a54ce4d34d85338d9484b21d62024696705fe70f
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Fri Jul 25 00:00:18 2014 +0200
+
+    Add customizable option for default date format.
+    
+    * doc/auctex.texi (Adding Macros): Document `TeX-date-format'.
+    
+    * doc/changes.texi: Mention `TeX-date-format'.
+    
+    * latex.el (TeX-date-format): New customizable option.
+    Suggested by Uwe Brauer.
+    (TeX-arg-date): Use it.
+
+commit 46e68032af4a5b6962cb8cc8f88af116fd872971
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Thu Jul 17 23:57:02 2014 +0200
+
+    Remove .cvsignore and tests from the release tarball.
+    
+    * Makefile.in: Update copyright years.
+    (EXCLUDEDFILES): Rename from GITFILES.  Remove also .cvsignore and
+    tests from the release tarball.
+    (release-commit): More precise suggestion to push tag and release
+    commit.
+    (tar-ball): Use EXCLUDEDFILES in place of GITFILES.
+
+commit 6c32c786d6161c8e83f134d4a2250f5234edae31
+Author: Ikumi Keita <ikumi@ikumi.que.jp>
+Date:   Thu Jul 17 21:59:33 2014 +0200
+
+    Auto insertion of ampersands.
+    
+    * latex.el: Enhance array and tabular(*) environments support.
+    (LaTeX-env-array): Add call to `LaTeX-item-array'.
+    (LaTeX-env-tabular*): Add call to `LaTeX-item-tabular*'.
+    (LaTeX-array-skipping-regexp): New variable.
+    (LaTeX-tabular*-skipping-regexp): Ditto.
+    (LaTeX-item-array): New function.  Put line break macro on the
+    last line and insert suitable number of ampersands.
+    (LaTeX-item-tabular*): Ditto.
+    (LaTeX-insert-ampersands): New function.  Insert suitable number
+    of ampersands.
+    (LaTeX-array-column-letters): New variable.  Column letters for
+    array-like environments.
+    (LaTeX-array-count-columns): New function.  Count number of
+    ampersands to be inserted.
+    (LaTeX-common-initialization): Add entries to LaTeX-item-list to
+    use `LaTeX-item-array' and `LaTeX-item-tabular*'.
+    
+    * style/amsmath.el: Enhance alignat-like environments support
+    as well as some cleanups.
+    (LaTeX-item-equation-alignat): New function.  Insert contents to
+    terminate a line in multi-line equations environment.
+    (LaTeX-amsmath-env-alignat): Use it.  Add doc string.
+    (LaTeX-amsmath-env-alignedat): Ditto.
+    (LaTeX-amsmath-env-aligned): Removed.  Just specifying a prompt
+    string for an optional argument is enough.
+    (LaTeX-item-equation): Take over the job of
+    `LaTeX-item-equations'.  Add an optional `suppress' argument:
+    when it is non-nil skip putting line break macro.  Add doc string.
+    (LaTeX-item-equations): Removed.  Its task is now covered by
+    `LaTeX-item-equation'.
+    (LaTeX-item-equation-alignat): New function.  Insert ampersands
+    according to the columns number, as well as calling
+    `LaTeX-item-equation'.
+    (LaTeX-amsmath-alignat-number-of-ampersands): New function.
+    ("amsmath"): Arrange setups of variables to adopt the above
+    changes.
+    
+    * style/array.el ("array"): Change `LaTeX-array-column-letters'
+    locally to include addtional letters extended in array.sty.
+    
+    * style/plext.el: New style file.  Add support for extended
+    format for array-like environments.
+    
+    * Makefile.in (STYLESRC): Include style/plext.el.
+    
+    * doc/auctex.texi: Add documentation for the above enhancements.
+    
+    * doc/changes.texi: Ditto.
+    
+    Signed-off-by: Mosè Giordano <mose@gnu.org>
+
+commit a34b0fe9aa2d3a4d6b199b6d5df11f3b01c8e18d
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Mon Jul 14 22:16:42 2014 +0200
+
+    Fix other runtime issues in XEmacs and Emacs 21.
+    
+    * tex-buf.el (TeX-next-error): Do not pass `reparse' argument to
+    `next-error' in XEmacs as it is not supported.
+    (TeX-error-overview-frame, TeX-error-overview-buffer-name): Move
+    before their first use in order to prevent a runtime error in
+    XEmacs and GNU Emacs 21.  Reported by Ikumi Keita.
+    (TeX-parse-TeX): Manually set `item' to nil when
+    `TeX-error-last-visited' is negative.
+    (TeX-error-description-error, TeX-error-description-warning)
+    (TeX-error-description-tex-said): Set to nil in XEmacs and GNU
+    Emacs 21.  Reported by Ikumi Keita.
+
+commit bf5ac536ba17424dfbd87effb23730b0c75d4ed1
+Author: Mosè Giordano <mose@gnu.org>
+Date:   Sun Jul 13 16:42:04 2014 +0200
+
+    Fix some runtime issues in XEmacs.
+    
+    * latex.el (TeX-latex-mode): Add second argument to
+    `local-variable-p', mandatory in XEmacs.  Suggested by Ikumi
+    Keita.
+    
+    * preview/preview.el (preview-dump-state): Ditto.
+    
+    * style/biblatex.el ("biblatex"): Ditto.
+    
+    * tex.el (TeX-how-many): Make the function return a number also in
+    XEmacs and Emacs 21.  Suggested by Ikumi Keita.
+
+commit 48001b9a357938e567020333af0a132a38b86e15
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jul 12 13:14:50 2014 +0200
+
+    Fix remaining XEmacs compilation issues.
+    
+    * tex-buf.el (TeX-error-description-error): Do not use the
+    `default' display, not supported by GNU Emacs 21 and XEmacs 21.4.
+    (TeX-error-description-warning): Ditto.
+
+commit 89c27b4f44865e0e697c65b600521d6299619547
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Jul 11 23:40:49 2014 +0200
+
+    Fix some XEmacs compilation issues.
+    
+    * tex-buf.el (TeX-error-description-error): Make face definition
+    XEmacs compatible.
+    (TeX-error-description-tex-said): Ditto.
+    (TeX-error-description-help): Ditto.
+    
+    * tex.el (nil): Handle the case of a non-available crm.el with a
+    `condition-case', instead of using the third argument of
+    `require', not recognized by XEmacs 21.4.
+    (and): Check whether dbus support is available before requiring
+    dbus.el.
+
+commit fe51d8ed3244691a5f0f6bd1d544963c26e2781e
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Wed Jul 2 00:26:39 2014 +0200
+
+    Hide some entries of the Command menu when not available.
+    
+    * tex.el (TeX-mode-specific-command-menu-entries): Hide "Previous Error"
+    and "Error Overview" entries when not available.
+
+commit fc05c8e6a4f72a278f7c70b389331ea4773ccbde
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Wed Jul 2 00:22:14 2014 +0200
+
+    Improve selection of the forward/inverse search method.
+    
+    * tex.el (TeX-expand-list): Set
+    `TeX-source-correlate-output-page-function' when necessary, in the
+    "%(outpage)" expander.
+    (TeX-source-correlate-method): Add an alist as a possible value
+    and change the default.
+    (TeX-source-correlate-method-active): Convert to a function.
+    (TeX-source-correlate-expand-options): Use the
+    `TeX-source-correlate-method-active' function.
+    (TeX-source-correlate-mode): Remove setting of the
+    `TeX-source-correlate-output-page-function' variable and of the
+    now deleted `TeX-source-correlate-method-active' variable.
+    (TeX-source-specials-view-expand-options): Use the
+    `TeX-source-correlate-method-active' function.
+    
+    * context.el: Update copyright years.
+    (ConTeXt-expand-options): Use the
+    `TeX-source-correlate-method-active' function.
+    
+    * doc/auctex.texi (I/O Correlation): Update documentation of
+    `TeX-source-correlate-method'.
+    
+    * doc/changes.texi: Mention change to the default value of
+    `TeX-source-correlate-method'.
+
+commit d58009b68dd654ed1fa3daf5e306d0626adbf2b9
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun Jun 29 15:11:02 2014 +0200
+
+    Update Future Development section in manual.
+    
+    * doc/todo.texi (Mid-term Goals): Remove "More flexible option and
+    command handling" item: we now have `TeX-command-extra-options'.
+    (Wishlist): Remove "Poor man's Source Specials": AUCTeX supports
+    source specials and SyncTeX.
+    (Wishlist): Remove "multiple completion for \bibliography" item:
+    "\bibliography" does complete multiple arguments.
+
+commit 4db3ed960f2d200802b7be6faa94501f03d908ea
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jun 28 17:26:12 2014 +0200
+
+    Prettify file names in error overview.
+    
+    * tex-buf.el (TeX-error-overview-make-entries): Add optional
+    `master-dir' argument, to shorten file names when they are relative.
+    (TeX-error-overview): Pass `TeX-master-directory' as argument to
+    `TeX-error-overview-make-entries'.
+
+commit 148fdf7288eadc559e3e3df9d4409c9b9708407e
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jun 28 17:09:12 2014 +0200
+
+    Fix TeX-find-display-help.
+    
+    * tex-buf.el (TeX-find-display-help): Expand the name of the file to be
+    visited starting from the directory of the master file.
+
+commit 00935e91ae60b2d7aab7706ee576e44acd55607f
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jun 28 00:22:40 2014 +0200
+
+    Implement error overview.
+    
+    * tex-buf.el (TeX-command): Kill the frame and buffer associated
+    to the error overview before running commands.
+    (TeX-TeX-sentinel): Open error overview if
+    `TeX-error-overview-open-after-TeX-run' is non-nil and there are
+    errors or warnings to show.
+    (TeX-LaTeX-sentinel): Ditto.
+    (TeX-find-display-help): Set `runbuf' to `TeX-active-buffer' since
+    this function may be called also from the error overview buffer.
+    (TeX-error-description-faces): Change group to more appropriate
+    `TeX-output'.
+    (TeX-error-overview-active-buffer): New variable.
+    (TeX-error-overview-orig-frame): Ditto.
+    (TeX-error-overview-orig-window): Ditto.
+    (TeX-error-overview-frame): Ditto.
+    (TeX-error-overview-setup): New customizable variable.
+    (TeX-error-overview-setup): New function.
+    (TeX-error-overview-goto-source): Ditto.
+    (TeX-error-overview-make-entries): Ditto.
+    (TeX-error-overview-next-error): Ditto.
+    (TeX-error-overview-previous-error): Ditto.
+    (TeX-error-overview-quit): Ditto.
+    (TeX-error-overview-mode-map): New variable.
+    (TeX-error-overview-list-entries): Ditto.
+    (TeX-error-overview-mode): New major mode.
+    (TeX-error-overview-buffer-name): New constant.
+    (TeX-error-overview-frame-parameters): New customizable variable.
+    (TeX-error-overview-open-after-TeX-run): Ditto.
+    (TeX-error-overview): New function.
+    
+    * tex.el (TeX-error-overview): Autoload `TeX-error-overview'.
+    (TeX-mode-specific-command-menu-entries): Add an entry for the
+    error overview.
+    
+    * doc/auctex.texi (Debugging): Document error overview.
+    
+    * doc/changes.texi: Mention error overview.  Add local variables
+    to the end of the file.
+    
+    * doc/todo.texi: Add local variables to the end of the file.
+    (Wishlist): Update entry about error reporting.
+
+commit d8f06a75a9cd8030b826eb5d4981dc7dd63143be
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Jun 24 21:28:38 2014 +0200
+
+    Better check for mgs.
+    
+    * preview.el (preview-gs-command): Don't run the mgs command if
+    mgs is not installed.
+
+commit bc9e5d622852c09d9f8d20a54db601c48cd99c4c
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jun 21 18:57:23 2014 +0200
+
+    Simplify error finding and help displaying functions.
+    
+    * tex-buf.el (TeX-parse-TeX): Use `TeX-find-display-help' in place
+    of `TeX-error-list-find-display-help'.
+    (TeX-error-list-find-display-help): Removed, replaced by more
+    general `TeX-find-display-help'.
+    (TeX-find-display-help): New function.
+    (TeX-error): Append nils to the `TeX-error-list' entry to make
+    each entry of the same lenght for both errors and warnings.
+    Append also `TeX-error-point'.  This fixes a bug occurring when
+    `TeX-display-help' is set to `expert'.  Use
+    `TeX-find-display-help' to display the help.
+    (TeX-warning): Append `TeX-error-point' to the `TeX-error-list'
+    entry to fix the above mentioned bug.  Use `TeX-find-display-help'
+    to display the help.
+
+commit c2bdd117cc7fa70e22cabeddc9bee00ee6af83b0
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Wed Jun 4 22:02:58 2014 +0200
+
+    Cater for bad boxes in error descriptions.
+    
+    * tex-buf.el (TeX-parse-TeX): Use
+    `TeX-error-list-find-display-help'.
+    (TeX-error-list-find-display-help): New function.
+    (TeX-warning): Use `bad-box' when there is a bad box.
+    (TeX-warning--find-display-help): Cater for bad boxes.
+    (TeX-help-error): Ditto.
+
+commit b9fa19d8bba1889308ec0f94d2f9fba60fdc6968
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Jun 2 12:58:17 2014 +0200
+
+    Fix possible infinite loop in TeX-parse-all-errors.
+    
+    * tex-buf.el (TeX-warning): Preserve point when searching backward.  In
+    some cases this prevents infinite loops in `TeX-parse-all-errors' and
+    fixes wrong detection of context string.
+
+commit 87d277dc2b6b3c1e74b0016535270561851fc563
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Jun 2 11:45:30 2014 +0200
+
+    Color TeX Help buffer.
+
+commit fb40d4253a9937a325b39ad886ba709d07016c3d
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue May 27 00:24:28 2014 +0200
+
+    Add TeX-previous-error to Command menu.
+    
+    * tex.el (TeX-mode-specific-command-menu-entries): Add
+    `TeX-previous-error'.
+    
+    * tex-buf.el (TeX-error-list): Fix typo.
+    (TeX-parse-all-errors): Ditto.
+
+commit a262726e254417918cb14a22ef4a6edd690d4562
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri May 23 09:16:58 2014 +0200
+
+    Backport from ELPA repository.
+    
+    * tex-site.el (TeX-modes-set): Use advice-add if available.
+    * font-latex.el (font-latex-make-sectioning-faces): Don't rely on
+    dynamic scoping for `num'.
+    (font-latex-make-built-in-keywords): Don't use `eval' needlessly.
+    (font-latex-doctex-syntactic-keywords): Declare before first use.
+    (font-latex-match-command-with-arguments):
+    Stay away from `add-to-list' on let-bound variables.
+    (font-latex-match-command-in-braces): Remove unused var `end'.
+
+commit c7ba36530310ec329b162d74fcb5050838e7fe83
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue May 20 23:45:40 2014 +0200
+
+    Implement TeX-previous-error.
+    
+    * tex-buf.el: Update copyright years.
+    (TeX-error-last-visited): New buffer-local variable.
+    (TeX-get-parse-function): New function.
+    (TeX-next-error): Add `apt' argument and make all arguments
+    optional.  Use `TeX-get-parse-function'.
+    (TeX-previous-error): Use `TeX-get-parse-function'.  Use
+    `TeX-parse-TeX' to move between errors when possible.
+    (TeX-TeX-sentinel): Parse the output log when
+    `TeX-parse-all-errors' is non-nil.
+    (TeX-LaTeX-sentinel): Ditto.
+    (TeX-parse-reset): Add an optional `reparse' argument and reparse
+    the output log when it is non-nil.  Reset also `TeX-error-list'
+    and `TeX-error-last-visited'.
+    (TeX-parse-command): Add `arg' argument.
+    (TeX-parse-TeX): Add `arg' argument.  When `TeX-parse-all-errors'
+    is non-nil, use `TeX-error-list' to move to the error point.
+    (TeX-error-list): New buffer-local variable.
+    (TeX-parse-all-errors): New customizable variable.
+    (TeX-parse-all-errors): New function.
+    (TeX-parse-error): Add an optional `store' argument.  Make the
+    function return non-nil when an error or a warning is found.
+    (TeX-error): Add an optional `store' argument: when it is non-nil
+    store the relevant information about the error in
+    `TeX-error-list'.  Use `TeX-error--find-display-help'.
+    (TeX-error--find-display-help): New function.
+    (TeX-warning): Add an optional `store' argument: when it is
+    non-nil store the relevant information about the warning in
+    `TeX-error-list'.  Use `TeX-warning--find-display-help'.
+    (TeX-warning--find-display-help): New function.
+    (TeX-output-mode-map): Bind `p' to the now working
+    `TeX-previous-error'.
+    
+    * doc/auctex.texi (Debugging): Document `TeX-previous-error' and
+    `TeX-parse-all-errors'.  Update `TeX-next-error'.
+    
+    * doc/changes.texi: Update copyright years.  Mention
+    `TeX-next-error' and `TeX-previous-error' changes and the new
+    `TeX-parse-all-errors'.
+    
+    * doc/todo.texi: Update copyright years.
+    (Wishlist): Update a couple of items related to error parsing.
+
+commit da395f4c139c750a58565bf8e5e6b622a37aec3b
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat May 17 18:26:04 2014 +0200
+
+    Convert font-latex-fontify-sectioning to float when used as a number.
+    
+    * font-latex.el: Update copyright years.
+    (font-latex-update-sectioning-faces): Make sure
+    `height-scale' is a floating point number.
+    (font-latex-make-sectioning-faces): Ditto.
+
+commit e2f3e4434300da23a8d98c2709bbc13107e80e7e
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat May 17 17:43:16 2014 +0200
+
+    Make style/babel.el file non-executable.
+
+commit efbd5ff2b06b2724c51b7f85d575cb1add8193ab
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat May 10 12:49:21 2014 +0200
+
+    Use TeX-esc as completion separator for units in siunitx.el.
+    
+    * style/siunitx.el: Update copyright years and specify last
+    `siunitx' version supported.  Hard wrap lines longer than 80
+    columns.
+    (LaTeX-siunitx-regexp): Move the escape character out of the group
+    matching the unit name.
+    (LaTeX-arg-siunitx-unit): Add `prefix' argument.  Replace the
+    space with `TeX-esc' as the completion separator.
+    (LaTeX-arg-define-siunitx-unit): Define a default prompt; set
+    `initial-input' to nil; use `TeX-esc' as prefix to the given
+    input.
+    ("siunitx"): Remove the escape character from the unit names.
+
+commit bee6bafec6aebff5d3d6aa9143666d954f843e1c
+Author: Jobst Hoffmann <J.Hoffmann@fh-aachen.de>
+Date:   Fri May 2 09:10:39 2014 +0200
+
+    Fix typo in listings.el.
+    
+    * style/listings.el ("listings"): Fix typo.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 32fc9bd6eab8c3eff29d6b16b51859d445c12fbf
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Thu May 1 23:21:11 2014 +0200
+
+    Fix fontification of optional argument to verbatim environments.
+    
+    * font-latex.el (font-latex-set-syntactic-keywords): Fix
+    fontification of the optional argument to a verbatim-like
+    environment.
+
+commit 54a8fff9f1a1cebbd9502c68b5bd877f0ed94a08
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Apr 16 13:51:52 2014 +0200
+
+    Add another exception to error parsing.
+    
+    * tex-buf.el (TeX-parse-error): Add another exception.
+
+commit 004e745d378bb7f3811db088f2230c16cfde6363
+Merge: 4ba9c9df 1d6f5442
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Apr 6 09:27:03 2014 +0200
+
+    Resolve conflicts
+
+commit 4ba9c9df91f446bd79486657d155358b0a0ac027
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Apr 6 09:24:49 2014 +0200
+
+    Fix ChangeLog node for texinfo.
+    
+    * tex-info.el (TeX-texinfo-mode): Use `texinfo-current-defun-name'
+    in `C-x 4 a'.
+
+commit 1d6f544235966a45a89ad7b6a59c6263771485a6
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Apr 4 23:06:40 2014 +0200
+
+    Silence assignment to free variable warnings.
+    
+    * latex.el (LaTeX-add-environments): Move advising of
+    `LaTeX-add-environments' after definition of
+    `LaTeX-environment-menu' and `LaTeX-environment-modify-menu'
+    variables to fix assignment to free variable warnings.
+
+commit 25fe7295d21de4231d5e7d5a890b4529d06f1eda
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Apr 4 21:46:07 2014 +0200
+
+    Use LaTeX-biblatex-use-Biber to manually select bibliography processor.
+    
+    * tex-style.el: Update coyright years.
+    (LaTeX-biblatex-use-Biber): New variable.  Mark as
+    safe-local-variable.
+    
+    * latex.el (TeX-latex-mode): Add setting of `LaTeX-using-Biber' to
+    `TeX-update-style-hook'.
+    
+    * style/biblatex.el ("biblatex"): Use `LaTeX-biblatex-use-Biber'
+    value to set `LaTeX-using-Biber' when it is set locally.
+    
+    * tex-bar.el: Update copyright years.
+    (LaTeX-install-toolbar): Append toolbar refresh to
+    `TeX-update-style-hook' instead of prepending it.
+    
+    * doc/auctex.texi:  Update copyright years.
+    (Selecting a Command): Document `LaTeX-biblatex-use-Biber'.
+    
+    * doc/changes.texi: Mention `LaTeX-biblatex-use-Biber' change.
+
+commit 353eb2a490d642d9f4b707213a9c3fcb2fa2997e
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Wed Apr 2 23:36:31 2014 +0200
+
+    Update biblatex support in style file.
+    
+    * style/biblatex.el: Update copyright years and specify last
+    `biblatex' version supported.
+    (LaTeX-biblatex-executebibliographyoptions-options): Update.
+    (LaTeX-biblatex-language-list): Ditto.
+    (LaTeX-arg-biblatex-cites): Fix condition on `items' variable to
+    adapt to the `TeX-completing-read-multiple' return value change.
+
+commit 7223ec441ca3ecfda23f66d8d44d33eda75d9b27
+Author: Nicolas Richard <theonewiththeevillook@yahoo.fr>
+Date:   Tue Mar 18 23:05:42 2014 +0100
+
+    Add new style/exercise.el.
+    
+    * style/exercise.el: New file.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 4ad7f97587642d6bff59bbeef0a6f9ede66ae7b1
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Mar 18 09:26:17 2014 +0100
+
+    Enable TeX-PDF-mode by default.
+    
+    * doc/auctex.texi: Mention that `TeX-PDF-mode' is enabled by
+    default.
+    
+    * tex.el (TeX-PDF-mode): Enable TeX PDF mode by default.
+
+commit 9d7310cb357e123bc98c0580aba2185e0c445767
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Mar 18 09:14:01 2014 +0100
+
+    Ask for TeX-master if unknown.
+    
+    * tex-buf.el (TeX-command-master): Ask for TeX-master if it cannot
+    be determined otherwise.
+
+commit e6bcd3a0c5864fca0b029f316e0add69ce04c8e0
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Mar 15 12:59:26 2014 +0100
+
+    Prevent an infinite loop in TeX-command-expand.
+    
+    * tex.el (TeX-view-command-raw): Throw an error when `spec' is
+    nil, otherwise when the function returns nil `TeX-command-expand'
+    enters an infinite loop.
+
+commit e18e745a2c1ba27f87be0b85c86449dc04f58c37
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Mar 15 11:56:20 2014 +0100
+
+    Fix some FIXMEs.
+    
+    * style/paralist.el: Update copyright years.
+    ("paralist"): Use `LaTeX-provided-package-options-member' to
+    conditionally define environments.
+
+commit b6765929b0bd5614975470774ab2864a32885acf
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Mar 12 08:56:24 2014 +0100
+
+    Make TeX-completing-read-multiple return nil on empty input.
+    
+    * multi-prompt.el (multi-prompt): Return nil on empty input.
+    
+    * tex.el (TeX-completing-read-multiple): Define it so that empty
+    input results in nil across different emacs versions (<= 24.3
+    vs. later versions).
+    
+    * style/biblatex.el ("biblatex"): Use
+    `TeX-completing-read-multiple' instead of
+    `completing-read-multiple'.
+    (LaTeX-arg-biblatex-cites): Use `TeX-completing-read-multiple' and
+    adapt handling of return value.
+    
+    * style/pstricks.el (LaTeX-package-parameters): Adapt to
+    `TeX-completing-read-multiple' change.
+
+commit fa1daf8cf4c624dc17f584d821f774527579cc97
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Mar 11 15:54:03 2014 +0100
+
+    Fix bug causing endless package queries.
+    
+    * latex.el (LaTeX-arg-usepackage-read-packages-with-options): Fix
+    bug that caused AUCTeX to query for packages infinitely.
+
+commit 4a811e5c41833f3aea7b14b579db3f87c00d933e
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Mar 11 10:49:41 2014 +0100
+
+    Advice instead of fset + redefine.
+    
+    * context.el (ConTeXt-add-environments): Advice instead of
+    renaming and redefining generated function.
+    
+    * latex.el (LaTeX-add-bibliographies): Advice instead of
+    renaming and redefining generated function.
+    (LaTeX-add-environments): Ditto.
+
+commit c806f76f1ce218e2e2ee7b78e66bbac8548270ef
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Mar 11 10:05:47 2014 +0100
+
+    Squash a byte-compiler warning.
+    
+    * latex.el (LaTeX-close-environment): Remove non-interactive
+    `next-line' usage compile warning.
+
+commit 988f6040581d8b149d4e2d559ecd2adcbfc8a599
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Mar 10 15:59:39 2014 +0100
+
+    Fix missing quote.
+
+commit e8be5ac73ebc68cab6b914c88558c59217a9f261
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Mar 10 13:43:47 2014 +0100
+
+    Improve defaults for filling.
+    
+    * latex.el (LaTeX-fill-break-at-separators): Default to opening
+    and closing math switches.
+
+commit ab0cf8f97646e00e1b6cff38889f815a43b4f409
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Thu Mar 6 08:40:09 2014 +0100
+
+    Fix minor documentation bug.
+    
+    * doc/auctex.texi (Processor Options): Add missing pair of braces.
+
+commit a9820d3b147bac2214375ddbe644186f9f1ed3ed
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Feb 22 13:21:22 2014 +0100
+
+    Fix selection of default environment in LaTeX-environment.
+    
+    * latex.el (LaTeX-environment): Do not set
+    `LaTeX-default-environment' to `environment' if the latter is
+    equal to the current default environment.
+
+commit 66be6d74537e899b9351289940c3da98ee85f769
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Feb 21 00:17:12 2014 +0100
+
+    Prompt for packages inside LaTeX-env-document.
+    
+    * latex.el (LaTeX-arg-usepackage-read-packages-with-options): New
+    function.  Now options are requested only if at least one package
+    has been provided.
+    (LaTeX-arg-usepackage-insert): New function.
+    (LaTeX-arg-usepackage): Use
+    `LaTeX-arg-usepackage-read-packages-with-options' and
+    `LaTeX-arg-usepackage-insert'.
+    (LaTeX-insert-usepackages): New function.
+    (LaTeX-env-document): Use it.
+    
+    * doc/auctex.texi (Environments): Document new behavior of
+    `LaTeX-env-document'.
+    
+    * doc/changes.texi: Mention it.
+
+commit 2ebedb8cdc94cca0b941a6173c9825d2a1bfe465
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Thu Feb 20 22:25:46 2014 +0100
+
+    New variable to pass options to the TeX processor.
+    
+    * tex.el (TeX-command-extra-options): New customizable variable.
+    (TeX-expand-list): New `%(extraopts)' expander.
+    (TeX-command-list): Use `%(extraopts)'.
+    
+    * doc/auctex.texi (Processor Options): Document
+    `TeX-command-extra-options'.
+    
+    * doc/changes.texi: Document it.
+
+commit 107f0bf59572344b84bbb9fbdf29c3205f04b2af
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Feb 10 08:56:53 2014 +0100
+
+    Add an english style.
+    
+    * style/english.el: New style for english documents so that
+    `TeX-language-en-hook' gets run.
+    
+    * Makefile.in (STYLESRC): Activate it.
+    
+    * doc/auctex.texi (languages): Document it.
+
+commit f4d3f2840e8f448a329b223c081bce556eb6ca67
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Feb 4 08:27:19 2014 +0100
+
+    Convert TeX-auto-add-type to a macro.
+    
+    * tex.el (TeX-auto-add-type): Convert to macro.
+    
+    * lpath.el: Don't silence byte-compiler.
+    
+    * latex.el (LaTeX-auto-style, LaTeX-auto-arguments)
+    (LaTeX-auto-optional, LaTeX-auto-env-args): Defvar explicitly
+    before use.
+
+commit 5bb4c83c5e628ca4a49ccb26951f351e7e902a48
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Jan 30 13:25:25 2014 +0100
+
+    Add WHEN arg to make-obsolete calls
+
+commit 1a48f0c736ef4d196da1229d313012bc7ed41866
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jan 29 20:58:45 2014 +0100
+
+    Use default parameter of `completing-read'.
+    
+    * tex-buf.el (TeX-command-query): Use default parameter of
+    `completing-read'.
+    
+    * tex.el (TeX-insert-macro): Use default parameter of
+    `completing-read'.
+    
+    * latex.el (LaTeX-environment, TeX-arg-document): Use default
+    parameter of `completing-read'.
+
+commit 5f31fced0fe7f83797860a08e69be711ae7f6799
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jan 29 20:50:10 2014 +0100
+
+    Use default parameter of completing-read.
+    
+    * latex.el (LaTeX-environment): Use default parameter of
+    `completing-read'.
+
+commit 3a0b1b37b0423693090824054277a6bfe447e487
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jan 22 16:33:11 2014 +0100
+
+    Add a ^L so that the file local variable example isn't picked up.
+
+commit c093db7e2dcf23d51368678fb598decf3dd87ed2
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jan 22 16:28:49 2014 +0100
+
+    Declare LaTeX-shortvrb-chars as safe local variable.
+    
+    (LaTeX-shortvrb-chars): Declare it as safe local variable.
+
+commit a8043a2d7dceae42a8e09af9e707d20deaa5f241
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jan 22 14:09:04 2014 +0100
+
+    Fix syntactic fontification.
+    
+    * style/shortvrb.el (LaTeX-shortvrb-chars): Move from
+    tex-style.el.  Set default value to nil because just loading
+    shortvrb does not make | a shortvrb char.  One needs to define it
+    using \MakeShortVrb{\|}.  Extend the docstring so that it tells
+    that one should usually set this variable only buffer-locally.
+    
+    * font-latex.el (font-latex-add-to-syntax-alist): Call
+    `font-latex-setup' to make syntactic font-lock changes effective.
+
+commit 72c6c2045402dd15fa1d694ae819b8cfc270b768
+Author: Berend de Boer <berend@pobox.com>
+Date:   Tue Jan 21 17:11:54 2014 +1300
+
+    *** empty log message ***
+
+commit 01730ec53a8f81a2eaa53a5ad2e70b003a479aec
+Author: Berend de Boer <berend@pobox.com>
+Date:   Tue Jan 21 17:10:35 2014 +1300
+
+    Distinguish between numbered and unnumbered sections.
+
+commit 59c80eb0431a76b732fe2e2cfadcbd75da33a2d7
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Wed Jan 15 16:19:13 2014 +0100
+
+    Adapt style/babel.el to babel 3.9.
+    
+    * style/babel.el: Update copyright years and specify last `babel'
+    version supported.
+    (LaTeX-babel-language-list): Expand language list to all languages
+    mentioned in the last version of the manual.
+    (LaTeX-babel-active-languages): Update in order to parse the
+    `main' option and ignore the modifiers.
+    (LaTeX-babel-package-options): Turn the variable into a function
+    because now requires `TeX-read-key-val'.
+
+commit 0d1e2143b318466cb0a720c3f661d582e7643bea
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jan 11 00:02:09 2014 +0100
+
+    Make search for \begin and \end case sensitive.
+    
+    * latex.el (LaTeX-current-environment): Make search for `\begin'
+    and `\end' case sensitive.
+    (docTeX-in-macrocode-p): Ditto.
+    (LaTeX-indent-calculate): Ditto.
+    (LaTeX-find-matching-end): Ditto.
+    (LaTeX-find-matching-begin): Ditto.
+
+commit a4f103a78b46654e6af1051ac2b34981c70f9576
+Author: Vincent Belaïche <vincent.b.1@hotmail.fr>
+Date:   Tue Jan 7 09:58:14 2014 +0100
+
+    Fix a bug with reftex where tex-info and LaTeX interferred.
+    
+    * tex-info.el (Texinfo-reftex-hook): Replace use of
+    reftex-tables-dirty by that of reftex-default-label-alist-entries
+    to trigger call to reftex-compile-variables in a standard way.
+    The problem was that generating a TOC for a Texinfo file and then
+    for a LaTeX file was not working for the LaTeX file because the
+    Texinfo file was using LaTeX label style and as such
+    reftex-ensure-compiled-variables was not calling
+    reftex-compile-variables, which caused wrong
+    reftex-everything-regexp for sections.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit d617398208ea2c98069c5d4b85f33cc787ac2c7d
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Jan 6 15:34:46 2014 +0100
+
+    Use TeX-electric-math in LaTeX-math-insert/cal.
+    
+    * latex.el (LaTeX-math-insert): Use `TeX-electric-math' for
+    consistency with `TeX-insert-dollar'.
+    (LaTeX-math-cal): Ditto.
+
+commit 68d2559f1672d9992fb70a5a35e2b3e2e78ff88e
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue Dec 24 17:33:19 2013 +0100
+
+    Add font name completion in fontspec.el.
+    
+    * tex-style.el (LaTeX-fontspec-arg-font-search): New customizable
+    variable.
+    (LaTeX-fontspec-font-list-default): Ditto.
+    
+    * style/fontspec.el (LaTeX-fontspec-arg-font): New function.
+    ("fontspec"): Use it.
+    
+    * doc/changes.texi: Mention `LaTeX-fontspec-arg-font-search' and
+    `LaTeX-fontspec-font-list-default'.
+
+commit cddd3c1d4b8d7c92c07650f97c74b15c0f4f5f8e
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Dec 20 17:00:35 2013 +0100
+
+    New style files and a fix to imakeidx.el.
+    
+    * style/imakeidx.el ("imakeidx"): Move addition of options to
+    `LaTeX-imakeidx-indexsetup-options' inside the hook.
+    
+    * Makefile.in (STYLESRC): Activate new styles.
+    
+    * style/fontspec.el: New style.
+    
+    * style/luacode.el: Ditto.
+    
+    * style/metalogo.el: Ditto.
+    
+    * style/unicode-math.el: Ditto.
+
+commit 0071c4d8cb734b2c64ef300df2a816d89557b409
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Dec 18 14:49:34 2013 +0100
+
+    Handle package messages with parenthesized text.
+    
+    * tex-buf.el (TeX-parse-error): Don't confuse ) in package
+    messages with EOF.
+
+commit 2eea3026339a151c478ad5b06cbda45e18d00edf
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Dec 17 10:03:04 2013 +0100
+
+    Revert "Skip comment or file in parens in output."
+    
+    This reverts commit 363b751003c4b425b4b6c511740c95366481207c.
+
+commit 363b751003c4b425b4b6c511740c95366481207c
+Author: Luc Van Eycken <Luc.VanEycken@esat.kuleuven.be>
+Date:   Tue Dec 17 09:01:29 2013 +0100
+
+    Skip comment or file in parens in output.
+    
+    * tex-buf.el (TeX-parse-error): Skip comment (or file) between
+    parentheses.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 065c9325f99fd1c32c9aa5b67ee8c0a56e8219b9
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Dec 1 20:09:39 2013 +0100
+
+    Disable electric-pair-mode conditionally.
+    
+    * latex.el (LaTeX-common-initialization): Move disabling of
+    `electric-pair-mode' from `VirTeX-common-initialization'.  Disable
+    it only if `LaTeX-electric-left-right-brace' is non-nil.
+    
+    * tex.el (VirTeX-common-initialization): See above.
+
+commit 3cba1615e9d746e9e6cb26086d176c4460921b50
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Nov 29 07:48:26 2013 +0100
+
+    Disable electric-pair-mode.
+    
+    * tex.el (VirTeX-common-initialization): Disable
+    `electric-pair-mode' (a global minor mode) in auctex buffers
+    because it interferes with auctex's pairing feature.
+
+commit 3f4b3d65c7aa32bf2d0629bf88e61b2b83211ade
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Nov 23 16:58:13 2013 +0100
+
+    Fix of the fix, my fault.
+
+commit e231a73465cc1254001e830f937d3127d778a061
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Nov 23 16:50:15 2013 +0100
+
+    Fix bindings of narrowing functions.
+    
+    * latex.el (LaTeX-common-initialization):
+    
+    * tex.el (VirTeX-common-initialization): Move
+    `LaTeX-narrow-to-environment' and `TeX-narrow-to-group' bindings
+    to the AUCTeX maps because `narrow-map' is not defined in GNU
+    Emacs < 22.2 and XEmacs.  Reported by Giacomo Boffi.
+
+commit 6bb03672776c2f68db9f27725bba6ae862645ebc
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Wed Nov 13 18:35:37 2013 +0100
+
+    Declare expert macros and envs in biblatex style file.
+    
+    * style/biblatex.el ("biblatex"): Declare expert macros and
+    environments.
+
+commit 24f35445038ba1972b1cd2c8224fbed29921d544
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Nov 11 09:21:11 2013 +0100
+
+    Fix C-x ` (next-error) for compile commands.
+    
+    * tex-buf.el (TeX-next-error, TeX-previous-error): Call
+    `next-error' also if last TeX command was a compile command (e.g.,
+    Check, ChkTeX).
+    (TeX-run-compile): Save compilation buffer in
+    `TeX-command-buffer'.
+
+commit b424fd01acc27a8a9bd5bdbb903a20374416cbe8
+Author: Ralf Angeli <angeli@photon.caeruleus.net>
+Date:   Sun Nov 10 14:54:54 2013 +0100
+
+    * bib-cite.el (bib-highlight-mouse): Change regexp to cope with
+    multiple optional arguments of a macro.
+
+commit 1d4c4b7d8c797497662dbd2532e406200c570f00
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sat Nov 9 10:23:59 2013 +0100
+
+    Better signature of expert declaration functions.
+    
+    * tex.el (TeX-complete-make-expert-command-functions): Change
+    signature of declare-expert functions.
+    
+    * doc/auctex.texi: Document it.
+
+commit 76ca21ccacc3d8aa112edcc67f15f17b9b65fbb5
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Nov 8 20:12:05 2013 +0100
+
+    Distinguish normal and expert macros/envs.
+    
+    * tex.el (TeX-complete-expert-commands): New defcustom.
+    (TeX-complete-make-expert-command-functions): New macro.
+    (TeX-insert-macro): Restrict completion depending on
+    `TeX-complete-expert-commands'.
+    (VirTeX-common-initialization): Ditto.
+    
+    * latex.el (LaTeX-environment, LaTeX-common-initialization):
+    
+    * tex-info.el (TeX-texinfo-mode): Restrict completion depending on
+    `TeX-complete-expert-commands'.
+    
+    * doc/auctex.texi: Document normal vs. expert commands for users
+    and style file authors.
+    
+    * doc/changes.texi: Mention normal vs. expert commands.
+
+commit e39e0dab8cf59cc7574ac8537a82f70ccc57e0d0
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Nov 8 10:55:32 2013 +0100
+
+    void-function error fix.
+    
+    * latex.el (LaTeX-common-initialization): Fix void-function
+    LaTeX-symbol-list error.
+
+commit e250b18259678309572a0be38b4c0479f5579ad9
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Nov 8 10:27:34 2013 +0100
+
+    Revert "Distinguish common and advanced macros/envs."
+    
+    This reverts commit f8a3a8bdd4aae28d302b5c04fa602584a7406f4c.
+
+commit f8a3a8bdd4aae28d302b5c04fa602584a7406f4c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Nov 7 20:37:25 2013 +0100
+
+    Distinguish common and advanced macros/envs.
+    
+    * tex.el (TeX-add-advanced-macros/envs): New defcustom.
+    (TeX-add-advanced-macros/envs-p): New function.
+    
+    * doc/auctex.texi: Document addition of common vs. advanced macros
+    and environments both for users and style file authors.
+    
+    * doc/changes.texi: Give a hint to the above.
+
+commit 7c8ec5dcacd0ab73f1265aa107e651eab13bd91a
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue Nov 5 17:23:41 2013 +0100
+
+    Document missing folding variables.
+    
+    * doc/auctex.texi (Folding): Document `TeX-fold-auto' and
+    `TeX-fold-unfold-around-mark'.
+
+commit a200d4a0b344ab0a1f4fe6d2ada06d621a190fe8
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue Nov 5 16:41:17 2013 +0100
+
+    Run style files of the bibliography files when inserting bibliography macros.
+    
+    * latex.el (TeX-arg-bibliography): Run style files associated to
+    the bibliography database files.
+    
+    * style/biblatex.el (LaTeX-arg-addbibresource): Run style file
+    associated to the bibliography database file.
+
+commit cc154b02648099744238d9e984b65fb68faed199
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue Nov 5 16:16:06 2013 +0100
+
+    Really fix bug in biblatex style file.
+    
+    * style/biblatex.el ("biblatex"): Do not quote at all
+    `TeX-arg-key-val' arguments.
+
+commit 830437f088d20184815d95c2f6a70ea50e1a9458
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun Nov 3 19:06:35 2013 +0100
+
+    Fix in biblatex style file.
+    
+    * style/biblatex.el ("biblatex"): Quote `TeX-arg-key-val'
+    arguments with `quote' special form istead of apostrophe.
+
+commit 20abeb9d9325a61f25424aab29b28cb57df0e440
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Nov 2 20:21:49 2013 +0100
+
+    Add narrowing commands.
+    
+    * latex.el (LaTeX-narrow-to-environment): New function, disabled
+    by default.
+    (LaTeX-common-initialization): Add key binding for
+    `LaTeX-narrow-to-environment'.
+    
+    * tex.el (VirTeX-common-initialization): Add key binding for
+    `TeX-narrow-to-group'.
+    (TeX-narrow-to-group): New function, disabled by default.
+    
+    * doc/auctex.texi (Narrowing): Document narrowing commands.
+    
+    * doc/changes.texi: Mention narrowing commands.
+
+commit 7414b46c182074b5499331dca8606cd635d10e92
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Oct 19 17:11:28 2013 +0200
+
+    Add completion for ProvidesPackage, ProvidesClass, and ProvidesFile.
+    
+    * latex.el (TeX-arg-file-name): New function.
+    (TeX-arg-file-name-sans-extension): Ditto.
+    (TeX-arg-version): Ditto.
+    (LaTeX-common-initialization): Add completion for
+    `ProvidesPackage', `ProvidesClass', and `ProvidesFile'.
+    
+    * doc/auctex.texi (Adding Macros): Document `TeX-arg-version',
+    `TeX-arg-file-name', and `TeX-arg-file-name-sans-extension'.
+
+commit 8a557b0c00a08fba4d2cc5ab5a6c869d8d09405e
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Oct 14 11:53:22 2013 +0200
+
+    Mention new tabular indentation in changes.texi.
+    
+    * doc/changes.texi: Mention the enhanced tabular indentation.
+
+commit 1100cd8c1d79c9a6573caaf37269e0762089baf3
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Oct 14 11:42:31 2013 +0200
+
+    Use enhanced tabular indentation for more envs.
+    
+    * style/longtable.el ("longtable"): Use `LaTeX-indent-tabular'
+    also for longtable environment.
+    
+    * style/tabularx.el ("tabularx"): Use `LaTeX-indent-tabular' also
+    for tabularx environment.
+    
+    * style/tabulary.el ("tabulary"): Use `LaTeX-indent-tabular' also
+    for tabulary environment.
+    
+    * latex.el (LaTeX-indent-environment-list): Use
+    `LaTeX-indent-tabular' also for array and eqnarray environments.
+
+commit f8c1d44c62f958e19d924deeb51c54f2413e1ef6
+Author: Oleh Krehel <ohwoeowho@gmail.com>
+Date:   Sat Oct 12 12:16:16 2013 +0200
+
+    Add indentation for tabular environment.
+    
+    * latex.el: `LaTeX-indent-tabular' now indents tabular-like environments.
+      (LaTeX--tabular-like-end): new variable.
+      (LaTeX-indent-environment-list): added `LaTeX-indent-tabular' as
+      indenter for "tabular" and "align", added a setter that recomputes
+      `LaTeX--tabular-like-end'
+      (LaTeX-env-beginning-pos-col): new function.
+      (LaTeX-hanging-ampersand-position): new function.
+      (LaTeX-indent-tabular): new function.
+    
+    * tests/latex/latex-test.el : added an ERT test for `LaTeX-indent-tabular'
+      (LaTeX-indent-tabular-test/in): input filename variable
+      (LaTeX-indent-tabular-test/out): output filename variable
+    
+    * tests/latex/tabular-in.tex: input to latex-test.el
+    
+    * tests/latex/tabular-out.tex: input to latex-test.el
+    
+    * tex.el (TeX-how-many): added for compatibility with XEmacs.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 3e33dfd60c602b819863143ff91cbf6962de65f0
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Oct 11 01:32:34 2013 +0200
+
+    Fix typos.
+    
+            * doc/auctex.texi (Quotes): Fix typo.
+    
+            * doc/changes.texi: Ditto.
+
+commit c2857334ca54050562c33191b304e10d5da66d64
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Oct 10 11:16:59 2013 +0200
+
+    fix author in ChangeLog
+
+commit 53532775f75ca10978a25c5d8f1a06048c62a51d
+Author: Ikumi Keita <ikumi@ikumi.que.jp>
+Date:   Thu Oct 10 10:38:53 2013 +0200
+
+    Docs for paired braces feature.
+    
+    * doc/changes.texi: Document enhanced paired braces feature.
+    
+    * doc/auctex.texi: Ditto.
+    
+    Signed-off-by: Tassilo Horn <tsdh@gnu.org>
+
+commit 66a0dc8cd45bb535384c157a68147d59035405a2
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun Oct 6 20:48:54 2013 +0200
+
+    Add new possible value for `TeX-insert-macro-default-style'.
+    
+    * tex.el (TeX-insert-macro-default-style): Add new possible value
+    `show-all-optional-args' and update doc-string accordingly.
+    (TeX-parse-arguments): Use it.
+    
+    * doc/auctex.texi (Completion): Document `show-all-optional-args'.
+    
+    * doc/changes.texi: Mention `show-all-optional-args'.
+
+commit 9a09a35edf990d718c34da756f12df5a967aa6d3
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun Oct 6 20:40:47 2013 +0200
+
+    Add new customizable variable TeX-insert-braces-alist.
+    
+    * tex.el (TeX-insert-braces-alist): New customizable variable.
+    (TeX-insert-braces): Mention it in doc-string.
+    (TeX-parse-macro): Use `TeX-insert-braces-alist'.
+    
+    * style/booktabs.el: Update copyright years.
+    (LaTeX-booktabs-arg-paren): Let-bind `TeX-arg-opening-brace' and
+    `TeX-arg-closing-brace' instead of `<' and `>'.
+    ("booktabs"): Add `toprule', `midrule', and `bottomrule' macros to
+    `TeX-insert-braces-alist'.
+    ("booktabs"): Add a dummy `ignore' in `cmidrule' macro in order to
+    reset `last-optional-rejected' to nil.
+    
+    * doc/auctex.texi (Completion): Document
+    `TeX-insert-braces-alist'.
+    
+    * doc/changes.texi: Mention `TeX-insert-braces-alist'.
+
+commit c58197c7fad59b18fef595b056c7d2d1e63e3f24
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Sep 27 23:44:30 2013 +0200
+
+    Fix in TeX-arg-insert-braces. Again.
+    
+    * latex.el (TeX-arg-insert-braces): Move
+    `indent-according-to-mode' after `save-excursion' because
+    `LaTeX-newline' (used in `save-excursion') deletes trailing
+    whitespaces.
+
+commit ed21132fe53d64b7fad2e372b6d8bd6778cb6fe6
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Sep 27 19:38:12 2013 +0200
+
+    Detect a couple of hyperref rerun messages.
+    
+    * tex-buf.el (TeX-LaTeX-sentinel): Add support for hyperref "Rerun
+    to get outlines right" messages.
+
+commit 6a5667f6f4de441b7795ed492d643fbbf7eb4436
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Sep 26 08:25:30 2013 +0200
+
+    Enhance brace pairing feature.
+    
+    * latex.el: Enhance brace pairing feature.
+    (TeX-arg-insert-braces): Extend to be used with \bigl and its
+    friends.
+    (TeX-arg-insert-right-brace-maybe): New function.
+    (LaTeX-insert-left-brace): New function.
+    (LaTeX-insert-corresponding-right-macro-and-brace): New function.
+    (LaTeX-find-preceeding-left-macro-name): New function.
+    (LaTeX-electric-left-right-brace): New customization option.
+    (LaTeX-left-right-macros-association): New variable.
+    
+    * style/amsmath.el ("amsmath"): Make use of the above change.
+    \lvert and \lVert are paired with \rvert and \rVert, respectively.
+
+commit 071c6ce59d8a61968acb36d15fb3ac512b420769
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Thu Sep 19 16:39:42 2013 +0200
+
+    Fix unit name in siunitx style file.
+
+commit d8f4f8b970508fc57a637aa16517f55f66db15d5
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Sep 17 11:59:45 2013 +0200
+
+    * tex-buf.el (TeX-next-error, TeX-active-buffer): Fix a problem
+    with `TeX-next-error' in multi-file documents.
+
+commit 831846674426c8eaef8446acab47bc093df6434e
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Sep 16 10:44:04 2013 +0200
+
+    * tex-info.el (TeX-texinfo-mode): Set
+    `TeX-sentinel-default-function' to `TeX-TeX-sentinel'.
+
+commit 927b05897e8528feb51e131ef4373847c3965392
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Sep 9 16:51:27 2013 +0200
+
+    * tex-buf.el (TeX-check-files): Handle buffers that haven't been
+    saved yet.
+
+commit 2380b1206c923842ab7c14dda02f40698c3f943c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Sep 5 17:12:18 2013 +0200
+
+    * preview.el (preview-lispdir): New defvar.
+    * auto.el.in (preview-lispdir): Set it to @lisppackagelispdir@.
+
+commit 346206b80dd119abff25dccee39442e45ae3b8f5
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Sep 4 15:52:43 2013 +0200
+
+    reformat paragraph
+
+commit 0b5d9a9e4616c411159c022eae810a8d55116732
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Sep 4 15:47:32 2013 +0200
+
+    reformat paragraph
+
+commit 71cce25bcbd0b9850e043dd9ac7eb571e9511caa
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Sep 4 15:44:35 2013 +0200
+
+    reformat paragraph
+
+commit 5f6461694bb4b99f28e25d75ce3def8703c832a5
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Sep 2 12:58:14 2013 +0200
+
+    * tex.el (TeX-electric-math): Fix defcustom choices.
+
+commit 9e0fae3919ba0fcd1ed2923f14574780db42174a
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Sep 2 12:37:05 2013 +0200
+
+    * bib-cite.el (bib-cite-minor-mode): Call `make-local-hook' only
+    on XEmacs.
+
+commit 25ac9c5db93363cecd7347d5db5255efec28ee8a
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Aug 3 11:33:05 2013 +0200
+
+    Don't prompt for reference format when RefTeX is active.
+    
+    * latex.el (TeX-arg-ref): New function.
+    
+    * doc/auctex.texi: Replace occurrences of `TeX-arg-label' with
+    `TeX-arg-ref'.
+    (Adding Macros): Document `TeX-arg-ref'.
+    
+    * style/fancyref.el ("fancyref"): Use `TeX-arg-ref' instead of
+    `TeX-arg-label'.
+    
+    * style/latexinfo.el ("latexinfo"): Ditto.
+    
+    * style/nameref.el ("nameref"): Ditto.
+    
+    * style/varioref.el ("varioref"): Ditto.
+    
+    * style/subfigure.el ("subfigure"): Use `TeX-arg-ref' instead of
+    `TeX-arg-label' and fix parentheses.
+
+commit c83a72bc383656208ee8bd0830cfe86dda02ce46
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jul 31 09:18:59 2013 +0200
+
+    Fix a bug where customizing LaTeX-math-list had no effect until restarting
+    emacs.
+    
+    * latex.el (LaTeX-math-initialize): Refactor top-level code into
+    function.
+    (LaTeX-math-list): Call `LaTeX-math-initialize' when setting the
+    value in order to update the key bindings.
+    Also shuffle around several definitions in order to get a
+    declaration-before-use order.
+
+commit b152e9bcca2811911c592895026551b53ffd4a47
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Jul 29 00:11:54 2013 +0200
+
+    Add other news to doc/changes.texi.
+    
+    * doc/changes.texi: Add other changes.
+    
+    * doc/auctex.texi (Environments): Fix typo.
+
+commit ee7bd0abc2a1c0a2dcbe35dc8e06535e81e2c466
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jul 27 23:24:46 2013 +0200
+
+    Fix my mistake in previous commit.
+
+commit edd5db44a6075f05b2947ebc27bbd01c2c0028c3
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jul 27 23:17:27 2013 +0200
+
+    Fix BibTeX-auto-regexp-list.
+    
+    * latex.el (BibTeX-auto-regexp-list): Remove `TeX-token-char' from
+    the regexp since cite keys can start with non-letter characters,
+    e.g., bibcodes start with year of publication.
+
+commit d4b6196dee7c53592dd63aed7151896d76dad7ce
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jul 24 08:41:29 2013 +0200
+
+    Enable LaTeX-math-menu-unicode on w32 systems.
+    
+    * latex.el (LaTeX-math-menu-unicode): Enable also on windows
+    systems as it seems to work there, too.
+
+commit a6be7f0798830bb2c05fd14dc91a747abec8eb94
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue Jul 23 21:57:58 2013 +0200
+
+    Add *.fls and *-blx.bib to suffixes to be cleaned.
+    
+    * tex.el (TeX-clean-default-intermediate-suffixes): Add `.fls',
+    files created by TeX processors with `-recorder' option, and
+    `-blx.bib', files created by `bibtex' when using the `biblatex'
+    package.
+
+commit da62865ad99a4140a47302d30c13a8b6dffdf0f5
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue Jul 23 16:40:04 2013 +0200
+
+    Document some changes for next release.
+    
+    * doc/changes.texi: Document some changes for next release.
+
+commit 1ba5e8b092f5c8a0f4d644cf56243cd1e8929af9
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Jul 22 21:50:29 2013 +0200
+
+    Convert release process to Git.
+    
+    * Makefile.in: Update copyright years.
+    (GITFILES): Rename from `CVSFILES', adapt to Git.
+    (COMMITTER): Get user name and email from Git configuration;
+    escape `<', `>' and spaces.
+    (install-el): Update reference to Git in comment.
+    (release-commit): Adapt to Git; make sure committer name and email
+    are encoded with ISO-8859-1 using the `iconv' program.
+    (tar-ball): Adapt to Git.
+    (preview-ball): Ditto.
+
+commit 44367326170d6b999d938e6acbba4736eb0959ee
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Jul 22 21:40:59 2013 +0200
+
+    Update reference from CVS to Git in some comments.
+    
+    * auctex.spec (Provides): Update reference to Git in comment.
+    
+    * bib-cite.el: Update AUCTeX repository link in comment.
+
+commit 93943ce62afd5bcf1fa9fb63585c391cbe4b6294
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Jul 22 18:57:11 2013 +0200
+
+    Revert changes made with commit 7531cca to font-latex.el.
+    
+    * font-latex.el (font-latex-built-in-keyword-classes): Revert
+    changes made with commit 7531cca, they were useless.
+
+commit 470dfc620021667576c398244900e884a71a986b
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Jul 22 18:35:43 2013 +0200
+
+    Fix fontification of some biblatex macros.
+    
+    * font-latex.el (font-latex-built-in-keyword-classes): Fix
+    fontification of some biblatex macros.  Reported by Christian
+    Knüpfer.
+
+commit 41b57ef1ebfa2f819c2acc496dda63ac36bd84f9
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jul 15 08:31:34 2013 +0200
+
+    New style `tabulary'.
+    
+    * style/tabulary.el: New style.
+    
+    * Makefile.in (STYLESRC): Activate new style tabulary.
+
+commit 16617fd641a773f7d2c8a178d026ae22c0148cca
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Jul 12 01:19:46 2013 +0200
+
+    Move TeX-source-correlate-method documentation to a better section.
+    
+    * doc/auctex.texi (Processor Options): Move
+    `TeX-source-correlate-method' to `I/O Correlation' section.
+
+commit 84a23c03855a02b9fbc1b55c21beb23d7641f80b
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Thu Jul 11 16:10:00 2013 +0200
+
+    Document TeX-source-correlate-method.
+    
+    * doc/auctex.texi (Processor Options): Document
+    `TeX-source-correlate-method'.
+
+commit fffbd5f197b1e6ee54a25697312671556af5936f
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Jul 9 08:40:36 2013 +0200
+
+    Add default tabular-like env for use in tables.
+    
+    * latex.el (LaTeX-default-tabular-environment): New variable.
+    (LaTeX-env-figure): Use it instead of hard-coding "tabular".
+    
+    * style/tabularx.el ("tabularx"): Set
+    `LaTeX-default-tabular-environment' to "tabularx".
+
+commit d9d4ab36b4cdb5ca93f50708098873e21c48b036
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jul 3 09:01:32 2013 +0200
+
+    Shorter mgs check.
+    
+    * preview.el (preview-gs-command): Change test for `mgs'
+    functionality to "gs -q -dNODISPLAY -c quit".
+
+commit a8a2a264dc60efc6ef12b4b0398bb5087ba71126
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Jul 2 08:30:40 2013 +0200
+
+    Improve mgs check.
+    
+    * preview.el (preview-gs-command): Better test if `mgs' is
+    working.
+
+commit f46e804dc0142cb3875b01be1ca1b01b40cf8bfd
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jul 1 08:51:06 2013 +0200
+
+    Select mgs only if it's functional for non-MikTeX apps.
+    
+    * preview.el (preview-gs-command): Test `mgs' for functionality
+    before using it.
+
+commit 04927d01a3dfd8b0886d1070abe8e11e925f0e4e
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jun 29 11:59:43 2013 +0200
+
+    Silence some compilation warnings.
+    
+    * bib-cite.el: Replace `save-excursion'+`set-buffer' with
+    `with-current-buffer'.
+    
+    * tex-bar.el: Ditto.
+    
+    * tex-buf.el: Ditto.
+    
+    * tex.el: Replace `save-excursion'+`set-buffer' with
+    `with-current-buffer'.  Delete trailing whitespaces.
+
+commit c0368b6aeadacdbf49b64a8870ee47499ed95c72
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jun 29 11:48:49 2013 +0200
+
+    Fix spelling errors in tex-buf.el.
+    
+    * tex-buf.el (TeX-error-file): Fix spelling error.
+    (TeX-error): Ditto.
+
+commit ac794a7cdb6fc186e0ab400af6b95b1ffbf44eaf
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jun 29 11:42:55 2013 +0200
+
+    Update texinfo files for Git.
+    
+    * doc/install.texi (Configure): Update for Git.
+    
+    * doc/preview-readme.texi (Availability): Ditto.
+    
+    * doc/wininstall.texi: Ditto.
+
+commit 0c257b99d169f47bee08de86df426461d37fb582
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sat Jun 29 10:01:18 2013 +0200
+
+    Prefer TeX distro GS wrappers.
+    
+    * preview.el (preview-gs-command): Prefer the TeX distro
+    ghostscript wrapper scripts `rungs' and `mgs' over calling `gs'
+    directly which requires it to be in PATH.
+
+commit 01f50af361c432aa8bbb9c39ebf44b6ad8162168
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jun 26 12:16:47 2013 +0200
+
+    Remove warnings and docs for ancient preview problems.
+    
+    * doc/preview-problems.texi: Rename "Known problems" section to
+    "Known problems with preview-latex" in rawfile export.  Delete
+    sections "Problems with Ghostscript" and "Emacs problems" because
+    those are basically ruled out when using the prerequisites
+    documented in the manual.
+    
+    * doc/install.texi: Don't link to ghostscript specific
+    preview-latex problems section because that has been removed.
+    
+    * doc/Makefile.in (DISTTEXTS, ../PROBLEMS.preview): Rename
+    PROBLEMS to PROBLEMS.preview since it only deals with
+    preview-latex problems.
+    
+    * Makefile.in (DISTTEXTS): Use PROBLEMS.preview instead of
+    PROBLEMS.
+    
+    * preview/Makefile.in (use-hint): Don't warn about problems with overly
+    obsolete packages.
+
+commit eb9afa89b858a81f557f0b447025f08d78d25a3b
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jun 24 09:13:13 2013 +0200
+
+    Generate PROBLEMS file.
+    
+    * doc/Makefile.in (DISTTEXTS): Add ../PROBLEMS.
+    * Makefile.in (DISTTEXTS): Add PROBLEMS.
+
+commit b3e28fa148fd1c4eb39dab0dfdb7406920b923af
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jun 24 09:04:09 2013 +0200
+
+    Fix compilation problem due to `dbus-ignore-errors' not being defined.
+    
+    * tex.el (TeX-evince-dbus-p): Require dbus at compile-time.
+
+commit 536cea74cd65b66c7f8721a2e298c02d9fc4ecef
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Jun 21 11:01:19 2013 +0200
+
+    Better check for DBUS support.
+    
+    * tex.el (TeX-evince-dbus-p): Improved DBUS availability check.
+
+commit e31a958a6c8520d6ff8a805f8bb5d12926cd3012
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Jun 21 09:31:56 2013 +0200
+
+    Simplify TeX-doc-backend-alist.
+    
+    * tex.el (TeX-doc-backend-alist): Remove unnecessary `info' check.
+
+commit 60a707d239a21faf2c0f39be211ba964270d0621
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Jun 14 20:56:44 2013 +0200
+
+    Put coding cookie in elisp header line.
+
+commit 99841dc2fce69323a3b50471ef42230b6c9613a7
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Jun 14 08:07:22 2013 +0200
+
+    Fix coding once again.
+    
+    * tex-jp.el: Change to `coding: iso-2022-jp-unix'.
+
+commit dde81b8e81cf16b4ddb50b2bcf91f37c57de27f1
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jun 12 19:37:08 2013 +0200
+
+    Fix compile error with emacs bzr which assumes elisp files are UTF-8 encoded.
+    
+    * tex-jp.el: Add `coding: iso-2022-7bit-unix' file local variable.
+
+commit 6a40b3820b0ad58edd12303999c4c6bdd36f0eae
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Jun 11 10:14:51 2013 +0200
+
+    Fix `TeX-next-error'.
+    
+    * tex-buf.el (TeX-help-error): Let-bind `inhibit-read-only' when
+    updating the *TeX Help* buffer.
+
+commit 1a6bb00615641a41db4036e760fe87f623164863
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue Jun 11 00:17:43 2013 +0200
+
+    New hooks TeX-after-document-hook and LaTeX-after-usepackage-hook.
+    
+    * latex.el (TeX-after-document-hook): New hook.
+    (TeX-arg-document): Use it.
+    (LaTeX-after-usepackage-hook): New hook.
+    (LaTeX-arg-usepackage): Use it, remove babel specific code.
+    
+    * style/babel.el: Update copyright years.
+    (LaTeX-env-babel-lang): New function.
+    ("babel"): Add `LaTeX-env-babel-lang' to
+    `LaTeX-after-usepackage-hook'.
+
+commit 54c6fdd29c32210fa7a88a29af1056f9b752b373
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jun 8 01:28:45 2013 +0200
+
+    Add reference to Gmane thread in ChangeLog.
+
+commit 5c95c1f492a889fa4924feeba37d1b09f8a51331
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jun 8 01:13:24 2013 +0200
+
+    Document LaTeX-find-matching-begin and LaTeX-find-matching-end.
+    
+    * doc/auctex.texi (Environments): Document
+    `LaTeX-find-matching-begin' and `LaTeX-find-matching-end'.
+
+commit 49cda3042354eb74fc4f69389561e411e42eebf8
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Jun 8 00:35:20 2013 +0200
+
+    New variable TeX-electric-math.
+    
+    * tex.el (TeX-math-close-double-dollar): Remove.
+    (TeX-math-close-single-dollar): Ditto.
+    (TeX-electric-dollar): Ditto.
+    (TeX-electric-math): New customizable variable, supersedes
+    variables above.
+    (TeX-insert-dollar): Adapt to `TeX-electric-math'.
+    
+    * doc/auctex.texi (Quotes): Document `TeX-electric-math'.
+
+commit d3a5e9d12a161595c28f1c1498a1e12f5709b44b
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun Jun 2 20:16:12 2013 +0200
+
+    Execute TeX-run-compile in TeX-master-directory.
+    
+    * tex-buf.el: Shorten copyright year ranges and update with
+    missing years.  Delete trailing whitespaces.
+    (TeX-run-compile): Let-bind `default-directory' to
+    `TeX-master-directory'.
+
+commit 112e0ec3d089042a6085fc010f44c080afaf512c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri May 31 23:27:33 2013 +0200
+
+    Fix for autogen.sh.
+    
+    * autogen.sh: Set LC_ALL=C when looking into ChangeLog for
+    AUCTEXDATE.
+
+commit 8d79fea407043cd3950fda8aa7621a247f4a8480
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri May 31 20:49:50 2013 +0200
+
+    Simplify LaTeX-env-figure function.
+    
+    * latex.el (LaTeX-env-figure): Simplify using `save-excursion'
+    instead of regexp searches.  Fill the caption when
+    `auto-fill-mode' is on.
+
+commit 11969380bd3728000a05e7c3a56a3341d75d73da
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Thu May 30 15:57:33 2013 +0200
+
+    Make forward PDF search with Okular work.
+    
+    * tex.el (TeX-expand-list): Add new expander "%a", it returns the
+    quoted absolute path of the file visiting current buffer.
+    (TeX-view-program-list-builtin): Use "%a" expander for forward PDF
+    search.
+
+commit a57619fa087992780f750c5c959788df4ef1b44d
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue May 28 08:05:47 2013 +0200
+
+    Fix docstring of `TeX-source-correlate-sync-source'.
+    
+    * tex.el (TeX-source-correlate-sync-source): Fix docstring.
+
+commit 7531ccab7d8c645a7be7bb3861aa5b8e404a00f5
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Thu May 23 01:20:36 2013 +0200
+
+    Expand biblatex style file.
+    
+    * font-latex.el: Update copyright years, there have been
+    non-trivial changes in 2010, and 2011.
+    (font-latex-built-in-keyword-classes): Fontify Biblatex
+    multicites macros up to three mandatory arguments.
+    
+    * style/biblatex.el (LaTeX-biblatex-entrytype): New variable.
+    (LaTeX-biblatex-executebibliographyoptions-options): New
+    variable.
+    (LaTeX-biblatex-language-list): New variable.
+    (LaTeX-arg-biblatex-cites): New function.
+    ("biblatex"): Always set `LaTeX-using-Biber'.  Add citation
+    macros.
+    (LaTeX-biblatex-package-options-list): Move preamble options to
+    `LaTeX-biblatex-executebibliographyoptions-options'.
+
+commit 6178c5110a24175d0d5df1410e66039ad383daba
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Wed May 22 20:33:21 2013 +0200
+
+    Silence some compilation warning.
+    
+    * latex.el: Replace `delete-backward-char' with `delete-char'.
+    
+    * tex.el: Ditto.
+    
+    * tex-buf.el: Replace `goto-line' with `goto-char' and
+    `forward-line'.
+
+commit 6897df2587db6980b48b24dc341b811a9d807753
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun May 19 12:32:55 2013 +0200
+
+    Move remaining .cvsignore to .gitignore.
+    
+    * doc/.gitignore: Rename from .cvsignore.
+    
+    * preview/.gitignore: Ditto.
+    
+    * preview/latex/.gitignore: Ditto.
+
+commit 9cd7d2957afb36f64678728d55f79b4c711f06cf
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat May 18 00:44:35 2013 +0200
+
+    Fixes to TeX-arg-index-tag, TeX-arg-cite, TeX-parse-arguments.
+    
+    * latex.el: Update copyright years, there have been non-trivial
+    changes in 1998, 2001, 2002.
+    (TeX-arg-index-tag): Use `TeX-argument-prompt'.
+    (TeX-arg-cite): Ditto.
+    
+    * tex.el: Update copyright years, there have been non-trivial
+    changes in 1995, 1998.
+    (TeX-parse-arguments): Move skipping of optional
+    arguments inside loop over all arguments, because optional
+    arguments may not be the first ones.  Remove unused let-bound
+    variable `skip-opt'.
+    (TeX-arg-literal): Remove FIXME comment, `optional' is the first
+    argument passed to all functions by `TeX-parse-argument'.
+
+commit 239fce1a6a1478c5ec71306cdba7d8de41bb7a78
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon May 13 13:59:04 2013 +0200
+
+    Add new style files fancyvrb.el and xparse.el.
+    
+    * style/fancyvrb.el: New style.
+    
+    * style/xparse.el: Ditto.
+    
+    * Makefile.in (STYLESRC): Add style/fancyvrb.el and
+    style/xparse.el.
+
+commit 0c79eae3bc0028dff5851c8b29a193a1a4bcb80c
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun May 12 20:26:45 2013 +0200
+
+    Insert one $ when point is in a verbatim construct.
+    
+    * tex.el (TeX-insert-dollar): Insert just a single dollar when the
+    point is in a verbatim-like construct.
+
+commit 5b5ef6eeb0468c273a329a05d31b3788fd46b5d7
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun May 12 12:01:37 2013 +0200
+
+    Temporary fix for font-latex-jit-lock-force-redisplay.
+    
+    * font-latex.el (font-latex-jit-lock-force-redisplay): Don't rely
+    on existing `jit-lock-force-redisplay' because recent bzr Emacs
+    broke compatibility changing the number of arguments.  Reported by
+    Robert Goldman.
+
+commit 09f9140353bef4d87eddba3e073f14c6b7c3eba6
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Wed May 8 01:15:12 2013 +0200
+
+    Document LaTeX-default-document-environment.
+    
+    * doc/auctex.texi (Environments): Document
+    `LaTeX-default-document-environment'.
+
+commit d59628f1ee02abccc179c463214baddb5a17bf71
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue May 7 23:48:56 2013 +0200
+
+    Wrap dollars around active region typing `$'.
+    
+    * tex.el (TeX-electric-dollar): New variable.
+    (TeX-insert-dollar): Use it.
+    
+    * doc/auctex.texi (Quotes): Document `TeX-electric-dollar'.
+
+commit c1021d14f8f7a17a9f4c430202cbc9105649d8f7
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun Apr 28 18:23:27 2013 +0200
+
+    Change BibTeX button to Biber when LaTeX-using-biber is non-nil.
+    
+    * tex-bar.el: Update copyright range.
+    (TeX-bar-LaTeX-button-alist): Change BibTeX button to Biber when
+    `LaTeX-using-biber' is non-nil.
+    (LaTeX-install-toolbar): Refresh toolbar after styles update.
+
+commit 499541320502079d72d29313d6365b70fa9f834c
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Thu Apr 25 20:34:45 2013 +0200
+
+    Add new variable `LaTeX-default-document-environment'.
+    
+    * latex.el (LaTeX-default-document-environment): New buffer-local
+    variable.
+    (LaTeX-default-environment): Mention
+    `LaTeX-default-document-environment' in doc-string.
+    (LaTeX-environment): Use `LaTeX-default-document-environment'.
+    
+    * style/beamer.el ("beamer"): Use
+    `LaTeX-default-document-environment' instead of
+    `LaTeX-default-environment'.
+    
+    * style/letter.el ("letter"): Ditto.
+    
+    * style/slides.el ("slides"): Ditto.
+
+commit 01b89059f7dacb87bae78e1545560b2f4636314f
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Wed Apr 24 23:34:53 2013 +0200
+
+    Add history variables in some style files.
+    
+    * style/acro.el (LaTeX-acro-acronym-history): New variable.
+    (LaTeX-arg-acro-acronym): Use it.
+    
+    * style/acronym.el (LaTeX-acronym-acronym-history): New variable.
+    (LaTeX-arg-acronym-acronym): Use it.
+    
+    * style/beamer.el (LaTeX-beamer-frametitle-history): New variable.
+    ("beamer"): Use it.
+    (TeX-arg-beamer-frametitle): Ditto.
+    
+    * style/siunitx.el (LaTeX-siunitx-unit-history): New variable.
+    (LaTeX-arg-siunitx-unit): Use it.
+
+commit 13b1ad9e7e1d8a3d0526006707b16922ea9359c8
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun Apr 21 23:46:50 2013 +0200
+
+    Set default environment for some class styles.
+    
+    * style/beamer.el ("beamer"): Set `frame' as default environment.
+    Set `section' as largest sectioning level.  Add fontification for
+    `title', `author', and `date'.
+    
+    * style/letter.el ("letter"): Set `letter' as default environment.
+    Add some macros and fontification.
+    
+    * style/slides.el ("slides"): Set `slide' as default environment.
+
+commit 6e5b540cec375a8c439e2ec1cf7ab59e427fb4d4
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sun Apr 21 01:28:46 2013 +0200
+
+    Fix in TeX-arg-insert-braces.
+    
+    * latex.el (TeX-arg-insert-braces): Move
+    `indent-according-to-mode' after `save-excursion' because
+    `LaTeX-newline' (used in `save-excursion') deletes trailing
+    whitespaces.
+
+commit 02768a760ebb6851313eb069b5c42ae467dbe3a6
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Apr 19 15:47:09 2013 +0200
+
+    Some improvements to amsthm style file.
+    
+    * style/amsthm.el (LaTeX-amsthm-package-options): New variable.
+    ("amsthm"): Remove `newtheorem' macro, already defined in
+    `latex.el'.  Use `TeX-arg-define-environment' in `newtheorem*'
+    macro.  Add `qedhere', `swapnumbers', and `newtheoremstyle'
+    macros.  Add `newtheorem*' regexp to match new environments.  Add
+    fontification.
+
+commit 4a25e74029875f3ea153f8546b91001a10782222
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Apr 19 15:37:53 2013 +0200
+
+    Add counters and pagestyle to some class styles.
+    
+    * style/article.el ("article"): Add counters and pagestyles.
+    
+    * style/beamer.el ("beamer"): Ditto.
+    
+    * style/book.el ("book"): Ditto.
+    
+    * style/letter.el (LaTeX-letter-class-options): New variable.
+    ("letter"): Add pagestyles.
+    
+    * style/report.el ("report"): Add counters and pagestyles.
+    
+    * style/slides.el (LaTeX-slides-class-options): New variable.
+    ("slides"): Add counters and pagestyles.
+
+commit 61fbbce678e4ad570672b50712f951dc1e6aa02d
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Thu Apr 18 19:51:53 2013 +0200
+
+    Add beamer class options.
+    
+    * style/beamer.el: Update copyright years and remove trailing
+    whitespaces.
+    ("beamer"): Run style hooks for loaded packages.
+    (LaTeX-beamer-class-options): New function.
+    
+    * style/hyperref.el (LaTeX-hyperref-package-options-list): Rename
+    from `LaTeX-hyperref-package-options' to avoid clash with the
+    function with the same name.
+    ("hyperref"): Use it.
+    (LaTeX-hyperref-package-options): Ditto.
+
+commit 1a5d4475fb7c82dfca46dfdb39c9167ca8c624e7
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Wed Apr 17 21:59:40 2013 +0200
+
+    Fix plain TeX abbrev table name.
+    
+    * plain-tex.el (plain-TeX-common-initialization): Fix typo in
+    abbrev table name.
+
+commit b957e894ce44aa17b2e5047c89bcccad16fdc3d7
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue Apr 16 20:53:45 2013 +0200
+
+    Change default value of `LaTeX-default-author' and adapt `LaTeX-arg-author'.
+    
+    * latex.el (LaTeX-default-author): Change default to 'user-full-name
+    (quoted) and add a new possible value.
+    (LaTeX-arg-author): Change accordingly.
+
+commit 81fb5151e46662b72439d3cb039fd44585f102a4
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue Apr 16 16:04:52 2013 +0200
+
+    Use user-full-name as initial input to author macro.
+    
+    * latex.el (LaTeX-default-author): New customizable variable.
+    (LaTeX-arg-author): New function.
+    (LaTeX-common-initialization): Use `LaTeX-arg-author' for the
+    \author macro.
+    
+    * doc/auctex.texi (Adding Macros): Document `LaTeX-arg-author'.
+    Mention `LaTeX-default-author' option.
+
+commit e2df32c4a3e97362106e348f006a024d3affd5f8
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Tue Apr 16 15:45:25 2013 +0200
+
+    Document some missing functions and options.
+    
+    * doc/auctex.texi (Itemize-like): Document `TeX-arg-item-label-p'
+    option.
+    (Tabular-like): Document `LaTeX-default-width' option.
+    (Modes and Hooks): Add modes and hooks to indices.
+    (Adding Macros): Document `TeX-arg-index-tag', `TeX-arg-index',
+    `TeX-arg-document', `LaTeX-arg-usepackage', `TeX-arg-bibstyle',
+    `TeX-arg-bibliography', `TeX-read-key-val', and `TeX-arg-key-val'
+    functions.  Mention `TeX-arg-cite-note-p' option.
+    (Adding Environments): Use in example code actually present in
+    `listings.el' file.
+
+commit 6c3ab87b7463aeab7e899f0a2956a2f4e7c45395
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Apr 16 11:27:58 2013 +0200
+
+    Improve Evince backward search.
+    
+    * tex.el (TeX-source-correlate-sync-source): Use `raise-frame'
+    instead of the external wmctrl command to raise the emacs frame.
+
+commit d549b79ccdc71b5167df6eb8f58112f9d149780d
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Apr 15 16:00:20 2013 +0200
+
+    Better unbinding of SPC in LaTeX-arg-acro-key-val and LaTeX-arg-siunitx-unit.
+    
+    * style/acro.el (LaTeX-arg-acro-key-val): Let-bind keymap with SPC
+    key binding removed, instead of defining a new key binding for
+    SPC.  Use `TeX-arg-key-val' instead of `multi-prompt-key-value'
+    and `TeX-argument-insert'.
+    
+    * style/siunitx.el (LaTeX-arg-siunitx-unit): Let-bind keymap with
+    SPC key binding removed, instead of defining a new key binding for
+    SPC.
+
+commit 85d99d649c46abfcdce35559f7a2078f1ccf4023
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Apr 15 15:59:38 2013 +0200
+
+    Add prompt argument to TeX-read-key-val and TeX-arg-key-val.
+    
+    * latex.el (TeX-read-key-val): Add `prompt' optional argument.
+    (TeX-arg-key-val): Ditto.
+
+commit 4d17c2dd834f15a6591043472ccffa439811827b
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Apr 15 15:12:12 2013 +0200
+
+    Use crm-separator as separator in XEmacs TeX-completing-read-multiple.
+    
+    * tex.el (fboundp): Use `crm-separator' as separator in XEmacs
+    `TeX-completing-read-multiple' implementation.
+
+commit f75775dbf83b78916654da030fb1e30dfa5b3ed4
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Mon Apr 15 14:56:58 2013 +0200
+
+    Replace completing-read-multiple with TeX-completing-read-multiple.
+    
+    * style/pst-node.el (LaTeX-pstnode-env-psmatrix): Replace
+    `completing-read-multiple' with `TeX-completing-read-multiple'.
+    
+    * style/pstricks.el (LaTeX-package-parameters): Ditto.
+    
+    * style/siunitx.el (LaTeX-arg-siunitx-unit): Ditto.
+
+commit 26a6266ad717ec64cadf17fbf78619d74e012922
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Apr 15 10:52:06 2013 +0200
+
+    Raise frame on backward search.
+    
+    * tex.el (TeX-source-correlate-sync-source): Raise frame when
+    placing point on the source location.
+
+commit bd1ef546da99535e8005af74a0feddb94895106e
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Apr 12 00:53:40 2013 +0200
+
+    Add new style files acro.el and acronym.el.
+    
+    * Makefile.in (STYLESRC): Add style/acro.el and style/acronym.el.
+    
+    * style/acro.el: New style.
+    
+    * style/acronym.el: Ditto.
+
+commit 76e1e800c09ea96027c6c62a942537953e805482
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Apr 10 16:24:19 2013 +0200
+
+    Fix 2 bugs in DBUS communication.
+    
+    * tex.el (TeX-evince-sync-view): Use 0 as timestamp.
+    (TeX-source-correlate-sync-source): URL-decode tex file name.
+
+commit 8a59c58d47ba5140c285eebe913a8bf1a0df3e2a
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Apr 10 16:10:47 2013 +0200
+
+    Fix bug in TeX-evince-sync-view.
+    
+    * tex.el (TeX-evince-sync-view): URL-escape pdf file path when
+    calling evince via DBUS.
+
+commit 4ba78815909d99223d2b5036cc2fc5c58ea18c1a
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Apr 10 15:30:04 2013 +0200
+
+    Syntax fix.
+    
+    * style/mathtools.el (LaTeX-mathtools-key-val-options): Fix defvar
+    syntax.
+
+commit f90e407d6c4ffd05e9105ded3f0933e0c3a470f0
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Apr 10 15:26:44 2013 +0200
+
+    Fix typo.
+    
+    * style/lscape.el ("lscape"): Fix typo and parentheses.
+
+commit 7b0d3bb9101d0f3a70e229308decabb222fa99a1
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Apr 9 20:35:01 2013 +0200
+
+    Update README for Git.
+    
+    * README.GIT: Rename from README.CVS; update contents to Git.
+
+commit 0ca09e7a7a575c0485b18cb41b7dcccaf6527252
+Author: Leo Liu <sdl.web@gmail.com>
+Date:   Sun Sep 5 15:49:16 2010 +0100
+
+    Fix a bug in font-latex-add-to-syntax-alist.
+    
+    * font-latex.el (font-latex-add-to-syntax-alist): Fix a bug in
+    `font-latex-add-to-syntax-alist' where it modified both the buffer
+    local and global value of `font-latex-syntax-alist'.
+
+commit e427f8d5cb0b15ce9a0954c24ed48165f04509d9
+Author: Leo Liu <sdl.web@gmail.com>
+Date:   Mon May 17 19:39:15 2010 +0100
+
+    Improve TeX-math-input-method-off-regexp.
+    
+    * tex.el (TeX-math-input-method-off-regexp): Improve and fix typo.
+    See bug http://permalink.gmane.org/gmane.emacs.auctex.devel/2468.
+
+commit 1d0d1ac642e1acc6db859458dfcb7a151d657ac1
+Author: Leo Liu <sdl.web@gmail.com>
+Date:   Sat Apr 17 12:50:55 2010 +0100
+
+    Support darwin.
+    
+    * tex.el (TeX-view-program-list-builtin)
+    (TeX-view-program-selection): Enable commented code to support
+    darwin system.
+
+commit 079eac16be24583895a13d9466d3d9374367c974
+Author: Leo Liu <sdl.web@gmail.com>
+Date:   Sat Apr 17 12:48:39 2010 +0100
+
+    Make LaTeX-outline-level work for customized outline-regexp.
+    
+    * latex.el (LaTeX-outline-level): Make it work for customized
+    `outline-regexp'.  See bug report
+    http://permalink.gmane.org/gmane.emacs.auctex.bugs/1648.
+
+commit 94bc9ff7246063e0d689e65ebdc2bdfbf2f1b6f9
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Apr 8 20:42:12 2013 +0200
+
+    Minor docfix.
+    
+    * latex.el (LaTeX-style-list): Correct docstring.
+
+commit 92a24e2d02e75ca9304a2ea219bcb8b6b03940cd
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Sat Apr 6 20:18:07 2013 +0200
+
+    improve completion in LaTeX-arg-usepackage
+    
+    * latex.el (LaTeX-provided-class-options-member): Fix typo.
+    (LaTeX-arg-usepackage): Provide completion for more than one
+    package in mandatory argument.
+
+commit be3c2744de6c0d2c6fdd7d43e310c567f62ba9e5
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Fri Apr 5 16:31:47 2013 +0200
+
+    provide completion for options in `TeX-arg-document'
+    
+    * latex.el (LaTeX-global-class-files): New variable.
+    (TeX-arg-document): Provide completion for class options, based on
+    `LaTeX-arg-usepackage'.  Use `LaTeX-global-class-files'.
+    (LaTeX-style-list): Mention that if `TeX-arg-input-file-search' is
+    set to `t' this variable will be ignored.
+    
+    * tex.el (TeX-normal-mode): Reset `LaTeX-global-class-files' when
+    ARG is non-nil.
+    
+    * style/article.el (LaTeX-article-class-options): New variable.
+    
+    * style/book.el (LaTeX-book-class-options): New variable.
+    
+    * style/report.el (LaTeX-report-class-options): New variable.
+
+commit 5e5e15b700dd1701cbda3f05f1232084e6ead204
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Apr 8 08:56:38 2013 +0200
+
+    Delete CVS Id keywords from lisp files.
+
+commit bf6c63438476d52d814a9dda2ed5e329b6ebd91c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Apr 8 08:33:00 2013 +0200
+
+    Add .gitignore file.
+
+commit f3ef07c4bfab2ebf0183ec0468e45b23feccf77d
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Apr 8 08:28:10 2013 +0200
+
+    Fix for conversion to git.
+    
+    * latex/preview.dtx: Fix date format which got converted from
+    YYYY/MM/DD to YYYY-MM-DD during conversion to git.
+
+commit d0fecb4f35f5abfa90e36be005774971b5f816fd
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Apr 7 18:27:48 2013 +0200
+
+    Minor fix for the latest commit.
+
+commit 15943e0c7436cfa7ff77859231c9c08af5dab2a7
+Author: Mosè Giordano <giordano.mose@libero.it>
+Date:   Thu Apr 4 15:17:23 2013 +0200
+
+    Better management of package options.
+    
+    * latex.el (LaTeX-provided-class-options): New buffer-local
+     variable. (LaTeX-provided-class-options-member): New
+     function. (LaTeX-provided-package-options): New
+     buffer-local variable.
+     (LaTeX-provided-package-options-member): New function
+     (LaTeX-auto-cleanup): Rewrite to support
+     `LaTeX-provided-{class,package}-options' variables.
+     (LaTeX-arg-usepackage): Ditto.
+    
+    * tex.el (TeX-auto-store): Write to parsed file values of
+    `LaTeX-provided-{class,package}-options' variables.
+    (TeX-auto-insert): Fix indentation of inserted lines.
+    (TeX-search-files-by-type): Fix typo in doc-string.
+    (TeX-add-to-alist): New function.
+    (TeX-quote-language-alist): Fix typo in doc-string.
+    
+    * style/babel.el (LaTeX-babel-package-options): Add missing
+    languages.
+    (LaTeX-babel-package-options): Add options other than
+    languages.
+    (LaTeX-babel-active-languages): Use
+    `LaTeX-provided-{class,package}-options'.  Loop over actually
+    used options instead of all babel languages.
+    ("babel"): Run styles of active languages.
+    
+    * style/biblatex.el ("biblatex"): Use
+    `LaTeX-provided-package-options-member'.
+    (LaTeX-biblatex-package-options): Consider the `ask' value for
+    'TeX-arg-input-file-search'.
+    
+    * style/kpfonts.el ("kpfonts"): Use
+    `LaTeX-provided-package-options-member'.
+    
+    * style/siunitx.el: Rename `TeX-siunitx-*' functions to
+    `LaTeX-siunitx-*' for consistency.
+    ("siunitx"): Use `LaTeX-provided-package-options-member'.
+
+commit 448b75dd11a3a2fb48964c173d7310541256b1bb
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Apr 2 07:22:29 2013 +0000
+
+    * latex.el (TeX-arg-document): Search for LaTeX classes.
+
+commit 6bb1420a9be0fe168eec930b19683fc1a87d820c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Mar 28 16:25:01 2013 +0000
+
+    * style/biblatex.el (LaTeX-biblatex-package-options): Correct name
+    of `TeX-read-key-val' argument.
+
+commit f4d76f7a412feddc6ad9075bbf202d9541f1269f
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Mar 28 10:14:46 2013 +0000
+
+    * latex.el (LaTeX-common-initialization): Remove `addbibresource'
+    macro.
+
+commit 5fe7e5953fa9e7285affa0c2c3169e8dbb1d75ce
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Mar 28 08:31:11 2013 +0000
+
+    * style/biblatex.el (LaTeX-biblatex-addbibresource-options): New
+    variable.
+    (LaTeX-arg-addbibresource): New function, based on current
+    `TeX-arg-bibliography'.
+    ("biblatex"): Add `addbibresource' macro.
+    (LaTeX-biblatex-package-options): Use `TeX-read-key-val'.
+    * latex.el (TeX-arg-bibliography): Remove `addbibresource'
+    support.
+
+commit d37820d9ca899285545ecdbae98daeb408a319e1
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Mar 27 08:11:03 2013 +0000
+
+    * tex.el (TeX-add-local-master): Remove trailing spaces from
+    inserted lines.
+
+commit 8e56a38e1b7c15bfcd6074237ce544023f5c20da
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Mar 7 09:21:40 2013 +0000
+
+    * latex.el (TeX-read-key-val): New function.
+    (TeX-arg-key-val): Use `TeX-read-key-val'.
+    
+    * style/hyperref.el (LaTeX-hyperref-package-options): Use
+    `TeX-read-key-val' instead of `TeX-arg-key-val' which caused args
+    to be inserted twice.
+    
+    * style/siunitx.el (LaTeX-siunitx-package-options): Ditto.
+
+commit 48027591e1ef9911f832ef393d0a4b3d54754ba6
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Mar 6 12:38:32 2013 +0000
+
+    * style/amsopn.el: Add GPL copyright notice.
+    ("amsopn"): Add regex for \DeclareMathOperator to
+    `LaTeX-auto-regexp-list'.  Use `TeX-arg-define-macro' for
+    \DeclareMathOperator.
+
+commit f4f67cb5631f0b9d62f97b90eac23f8aa7938dc2
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Mar 6 12:05:43 2013 +0000
+
+    * tex.el (TeX-command-list): Add support for xindy.
+
+commit 8864e82dd809d7808ce4822311ad428b075531cc
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Mar 6 11:56:10 2013 +0000
+
+    * latex.el (LaTeX-common-initialization): Added regular expression
+    for thispagestyle and pagestyle to `TeX-complete-list'.
+
+commit e9e8057f086b56a9642dba792648e09835bbb00a
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Mar 4 09:26:50 2013 +0000
+
+    * latex.el (TeX-arg-date): New function.
+    (LaTeX-common-initialization): Use `TeX-arg-date' for \date macro.
+    
+    * doc/auctex.texi: Document `TeX-arg-date'.
+    
+    * style/doc.el ("doc"): Use `TeX-arg-date' for the \changes macro.
+
+commit 5e898c95b1401525c44363176aa8c8aab3de50b5
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Feb 26 08:01:28 2013 +0000
+
+    * tex.el (TeX-run-style-hooks): Guard running style hooks in a
+    `condition-case' in order not to error in cases the auto file
+    contains calls to functions that are defined by a style that has
+    been deactivated in the meantime.
+
+commit 0d7a93744a93e155188e592aad8bcd644da02688
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Feb 25 14:28:34 2013 +0000
+
+    * style/dinbrief.el ("dinbrief"): Update dinbrief style.
+    (LaTeX-dinbrief-insert): New macro.
+    (LaTeX-dinbrief-style): New function.
+    (LaTeX-dinbrief-env-recipient): Rename from
+    `LaTeX-recipient-hook'.
+    (LaTeX-dinbrief-sender): New function.
+    (LaTeX-dinbrief-recipient): New function.
+    (LaTeX-dinbrief-today): Rename from `LaTeX-today'.
+
+commit 130320f09aa85ba4fe33ad9ba7ef90ff2d278ba1
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Feb 25 12:05:10 2013 +0000
+
+    * tex.el (TeX-parse-macro): Add TeX group characters also in math
+    environments if there is an active region that should probably
+    used as argument.
+
+commit f84e848a3e0f8265b34494630aa76f9f51e3c6f6
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Feb 25 11:24:50 2013 +0000
+
+    * latex.el (LaTeX-paragraph-commands-internal): Add \clearpage and
+    \newpage.
+
+commit 27649f5e4f97f2d4177274261ec636b89122307a
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Feb 25 10:30:40 2013 +0000
+
+    * style/scrbase.el ("scrbase"): Add \minisec macro to
+    `LaTeX-paragraph-commands' locally.
+
+commit 7501b2df24df2a98db16929e74d512238f305fb5
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Feb 24 16:12:51 2013 +0000
+
+    * style/kpfonts.el: New style file.
+    
+    * Makefile.in (STYLESRC): Add style/kpfonts.el.
+
+commit 885ed42e93de04377d127680fca39de32cc07e3d
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Feb 20 20:07:01 2013 +0000
+
+    * latex.el (LaTeX-math-default): Move `digamma' and `varkappa' to
+    `AMS > Greek Lowercase' menu.
+
+commit e850d67a3df7f0e3bb4af9c748f9b49b99778c6c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Feb 18 19:23:38 2013 +0000
+
+    * Makefile.in (STYLESRC): Activate new style array.el.
+    
+    * style/array.el: New style.
+    
+    * style/tabularx.el: Expand copyright range.
+    ("tabularx"): The package relies on the array package, so run its
+    style hook.
+
+commit 22c9eed33bebf72991c46c36193ec180f91eb7b1
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Feb 18 14:56:11 2013 +0000
+
+    * tex.el (require): Require crm.
+    
+    * multi-prompt.el (multi-prompt-key-value): Don't require crm here
+    because it has already been required in tex.el.
+
+commit 9e64e4f2bf393333fce921c1f99d9ab17a7d1a9d
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Feb 18 10:57:49 2013 +0000
+
+    * style/biblatex.el ("biblatex"): Add hooks for loaded packages.
+    (LaTeX-biblatex-package-options): New function.
+    (LaTeX-biblatex-package-options-list): Renamed from
+    `LaTeX-biblatex-package-options' to avoid clash with the function
+    with the same name.
+    
+    * latex.el (LaTeX-search-files-type-alist): Add `bbxinputs'.
+    (BibLaTeX-global-style-files): New variable.
+    
+    * tex.el (BibLaTeX-style-extensions): New variable.
+    (TeX-normal-mode): Make ARG argument optional.
+    (TeX-normal-mode): Reset `BibLaTeX-global-style-files' when ARG is
+    non-nil.
+
+commit 94c89491a60c77986bc0ac92b192fbf257c47018
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Feb 14 13:51:18 2013 +0000
+
+    * style/siunitx.el (LaTeX-siunitx-package-options): New function.
+    
+    * style/hyperref.el (LaTeX-hyperref-package-options): New
+    function.
+
+commit e0258478cdb7835ca3664e85b7ad77bd69330a95
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Feb 14 07:24:35 2013 +0000
+
+    * style/subfigure.el: Expanded copyright range.
+    ("subfigure"): Collapsed the two regular expressions for
+    completion.  Added lengths, and commands for fonts.
+
+commit 4868fb16f31b71184105c71f21369dc2ed1cdf08
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Feb 14 07:17:45 2013 +0000
+
+    * style/fancyhdr.el (TeX-arg-fancyhdr-position): Document the
+    OPTIONAL argument.
+
+commit be7bc38e695826bd5c4825c49f67b719222ce2df
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Feb 14 07:14:52 2013 +0000
+
+    * Makefile.in (STYLESRC): Activate new style fancyhdr.el.
+    
+    * style/fancyhdr.el: New style.
+
+commit bc6aa9f7ed6d1e1c342d218b97f30e82b6cd84f7
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Feb 13 20:10:27 2013 +0000
+
+    * doc/auctex.texi (Quotes): Document
+    `TeX-math-close-single-dollar'.
+    (Selecting a Command): Remove reference to
+    `LaTeX-biblatex-use-Biber'.
+    (Parsing Files): Document `LaTeX-auto-index-regexp-list',
+    `LaTeX-auto-class-regexp-list',
+    `LaTeX-auto-pagestyle-regexp-list',
+    `LaTeX-auto-counter-regexp-list', `LaTeX-auto-length-regexp-list',
+    `LaTeX-auto-savebox-regexp-list'.
+    
+    * tex.el (TeX-math-close-single-dollar): New variable.
+    (TeX-insert-dollar): Use it.
+
+commit baf0c9077326a6caf5eb914f7bc1a48ea204e01c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Feb 13 19:59:18 2013 +0000
+
+    * Makefile.in (STYLESRC): Activate new style filecontents.el.
+    
+    * style/filecontents.el: New style.
+
+commit 7ed5c59e79da1331c2e17b98ef4738fde806f59e
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Feb 13 19:33:22 2013 +0000
+
+    * Makefile.in (STYLESRC): Activate new style fancynum.el.
+    
+    * style/fancynum.el: New style.
+
+commit f83c9ac5b98a452f986ff5db978f0114ef721897
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Feb 13 19:08:52 2013 +0000
+
+    * Makefile.in (STYLESRC): Activate new style nameref.el.
+    
+    * doc/auctex.texi (Adding Macros): Mention that `TeX-arg-savebox'
+    now supports completion.
+    
+    * style/nameref.el: New style.
+    
+    * style/hyperref.el ("hyperref"): Run nameref style hook because
+    hyperref activates nameref.
+
+commit 03836131833cc044b37d1d45e318b83608e9b783
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Feb 13 14:19:20 2013 +0000
+
+    * style/siunitx.el ("siunitx-unit"): New type for the parser.
+    (LaTeX-siunitx-regexp): New variable.
+    (LaTeX-auto-siunitx-unit): New variable.
+    (LaTeX-siunitx-prepare): New function.
+    (LaTeX-siunitx-cleanup): New function.
+    (TeX-auto-prepare-hook): Add `LaTeX-siunitx-prepare' function.
+    (TeX-auto-cleanup-hook): Add `LaTeX-siunitx-cleanup' function.
+    (TeX-arg-siunitx-unit): New function.
+    (TeX-arg-define-siunitx-unit): New function.
+    ("siunitx"): Add `LaTeX-siunitx-regexp' to list of regexps used
+    for parsing.
+    ("siunitx"): Use `TeX-arg-siunitx-unit' and
+    `TeX-arg-define-siunitx-unit' functions.
+    ("siunitx"): Use `LaTeX-add-siunitx-units' for adding siunitx unit
+    macros to the list of known units.
+
+commit d853bc02aa55afc6534b3ae0879b9c0413eb8de2
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Feb 12 07:54:40 2013 +0000
+
+    * style/biblatex.el: Update copyright range.
+    ("biblatex"): Check `backend' option value in
+    `TeX-active-styles'.
+    * tex-style.el: Update copyright years.
+    (LaTeX-biblatex-use-Biber) Remove unused variable.
+    * tex.el: Update copyright range.
+    (TeX-auto-add-type): Append new type to `TeX-auto-parser' instead
+    of prepending it.
+    (TeX-auto-store): Fix indentation of first lines of parsed file.
+    * latex.el (LaTeX-auto-cleanup): Append options and styles to
+    `TeX-auto-file' instead of prepending them.
+
+commit 2557736973398cd8c8df529d99478fea45439269
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Jan 29 08:15:54 2013 +0000
+
+    * doc/todo.texi (Wishlist): Remove "Completion for sboxes".
+
+commit cad437eec728058261951f28cd779c2d4f2eb3b7
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Jan 29 07:37:50 2013 +0000
+
+    * latex.el (LaTeX-env-contents): Replaced regular expression with
+    `LaTeX-header-end', i.e., filecontents environments must go
+    somewhere in the preamble but not necessarily before the
+    \documentclass.
+
+commit d80ec1562b02978fabdb3b2af6e7f466c2260bf0
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 28 08:35:44 2013 +0000
+
+    * latex.el (LaTeX-auto-savebox-regexp-list): New variable.
+    (LaTeX-auto-regexp-list): Use `LaTeX-auto-savebox-regexp-list'.
+    ("savebox"): New type for the parser.
+    (TeX-arg-savebox): Use `LaTeX-savebox-list' for completion and
+    `definition' argument.
+    (LaTeX-common-initialization): Added makeatletter, makeatother,
+    and jobname macros.
+    (LaTeX-default-options): Changed documentstyle to documentclass in
+    docstring.
+
+commit 58b33186a730bae8cae180f167b30c34e0c13c45
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 28 08:22:10 2013 +0000
+
+    * style/siunitx.el ("siunitx"): Add `\gram' and
+    `\SendSettingsToPgf'.
+
+commit c3738fe10b8f92f318d7873550ed997567259a54
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Jan 25 14:52:40 2013 +0000
+
+    * tex-buf.el (TeX-output-mode): Make revert-buffer-function buffer
+    local before setting it to TeX-output-revert-buffer.
+
+commit 9c693c52c93af728ebe34a43ca95b63eb9d41ae1
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Jan 25 08:07:07 2013 +0000
+
+    * auctex.texi: Updated documetation about ChkTeX and lacheck.
+    Fixed typos.
+
+commit 271951d94b096650a2f84cf6f3f444d6b6ac993c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Jan 25 08:05:03 2013 +0000
+
+    * tex-buf.el (TeX-output-revert-buffer): New function.
+    (TeX-special-mode, TeX-output-mode): New major modes.
+    (TeX-special-mode-map, TeX-output-mode-map): New variables.
+
+commit 950b24cac31d46bdf8695132ebc22523801a0d49
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 21 11:59:28 2013 +0000
+
+    * Makefile.in (STYLESRC): Activate new style placeins.el.
+
+commit 6a85100e8e844d6acf9e5a57de185972d4c356f7
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 21 11:57:10 2013 +0000
+
+    * texmathp.el (texmathp-tex-commands-default): Add \shortintertext.
+
+commit 61f3189b41c08dee46966d598ae40ee4749f56ad
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 21 08:11:20 2013 +0000
+
+    * style/placeins.el: New style.
+
+commit 83663b4264ebed7319fb7484dffc38274f60e7e2
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Jan 17 07:29:38 2013 +0000
+
+    * doc/todo.texi: Remove the todo concerning completion for
+    counters that was implemented by Mosè Giordano on 2013-01-15.
+
+commit 746ccbe7564aef3b0d04e13a79fdec890ed9b3e7
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Jan 17 07:24:53 2013 +0000
+
+    * doc/auctex.texi: Document `TeX-arg-length' and
+    `TeX-arg-define-length'.
+
+commit 15071d7633cca4f46dfe4742143d0d968e63c772
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Jan 17 07:20:42 2013 +0000
+
+    * latex.el (LaTeX-auto-length-regexp-list): New variable.
+    (LaTeX-auto-regexp-list): Use `LaTeX-auto-length-regexp-list'.
+    ("length"): New type for the parser.
+    (TeX-arg-length): New function.
+    (TeX-arg-define-length): New function.
+    (LaTeX-common-initialization): Initialize some standard LaTeX
+    lengths and use `TeX-arg-length' and `TeX-arg-define-length' for
+    completion of some macros.
+
+commit 772ca3b31d463d6cb2437dcb85289758fb97fef5
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Jan 15 13:40:19 2013 +0000
+
+    Fix previous change to auctex.texi.
+
+commit 9fba915f0484ffe7061be90de569630a19a39770
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Jan 15 07:40:00 2013 +0000
+
+    * doc/auctex.texi: Document that `TeX-arg-counter' does completion
+    now.
+    * latex.el (LaTeX-auto-pagestyle-regexp-list): Fix typo.
+    (LaTeX-auto-counter-regexp-list): New variable.
+    (LaTeX-auto-regexp-list): Use `LaTeX-auto-counter-regexp-list'.
+    ("counter"): New type for the parser.
+    (TeX-arg-counter): Use `LaTeX-counter-list' function for
+    completion and `definition' argument.
+    (TeX-arg-pagestyle): Use `definition' argument.
+    (LaTeX-common-initialization): Initialize counters.
+
+commit aac8c8f3dc15436051175dba609016e8b1087efe
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 14 20:04:50 2013 +0000
+
+    * style/ulem.el (LaTeX-arg-fontdecl, LaTeX-arg-fontcmd): Fix
+    declarations.
+
+commit dcb5b9a2b43acb1c038fddbe65cfeb7030b57599
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 14 19:37:34 2013 +0000
+
+    * style/listings.el: Update copyright range.
+    (LaTeX-listings-key-val-options, "listings")
+    (LaTeX-listings-package-options): Update to recent listings
+    version.
+
+commit e48619aa5a882b7d157d0505c3bb764de38eb382
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 14 19:33:12 2013 +0000
+
+    * style/varioref.el: Update copyright range.
+    ("varioref"): Add more definitions.
+    (LaTeX-varioref-package-options): Reformat.
+
+commit 7af70087e7faa54a5dda0eff1d78678d8a86fd00
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 14 19:28:16 2013 +0000
+
+    * style/pstricks.el (LaTeX-pstricks-package-options): New
+    variable.
+
+commit 014a6e803428a42fa80a8783b808f50d1384b4a0
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 14 19:21:55 2013 +0000
+
+    * Makefile.in (STYLESRC): Enable memoir.el style.
+    * style/memoir.el: New style.
+
+commit 26ead544300d8b9a3d6a7f66373795384f599d53
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Jan 14 07:41:28 2013 +0000
+
+    * latex.el (TeX-arg-environment): Fix typo.
+
+commit 6f18f6638f6b9f9908e625911a9e7dfc36965453
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Jan 13 19:24:11 2013 +0000
+
+    * latex.el: Update copyright range.
+    (LaTeX-auto-pagestyle-regexp-list): New variable.
+    (LaTeX-auto-regexp-list): Use `LaTeX-auto-pagestyle-regexp-list'.
+    ("pagestyle"): New type for the parser.
+    (LaTeX-pagestyle-list): Remove.
+    (TeX-arg-pagestyle): Use `LaTeX-pagestyle-list' function for
+    completing.
+    (LaTeX-common-initialization): Initialize pagestyles.
+    * style/imakeidx.el: Use `LaTeX-pagestyle-list' function to set
+    `firstpagestyle' option values.
+
+commit d988ddd5e75f8fa6dcf28542f6e563e86d0c4cc3
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Jan 13 11:05:48 2013 +0000
+
+    * tex.el (TeX-command-list): Add command to run ChkTeX.
+
+commit 2d2c3ae522f03ad38654d56937f3de692a54c37b
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Jan 11 13:54:49 2013 +0000
+
+    * Makefile.in (STYLESRC): Add new style files kantlipsum.el,
+    lipsum.el, and longtable.el.
+    * style/kantlipsum.el: New style.
+    * style/lipsum.el: Ditto.
+    * style/longtable.el: Ditto
+
+commit 4dfd0f098c3dd015114d2596fe15ef5016c1f3cb
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Jan 10 09:29:33 2013 +0000
+
+    * latex.el (LaTeX-env-document): Only insert \documentclass in
+    case the document does not already contain one.
+
+commit 8cc7eeac1c3e1aebabd331a71cebfd78cc7adfc5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 9 21:36:32 2013 +0000
+
+    * style/epigraph.el ("epigraph"): Do not quote list entries for
+    `font-latex-add-keywords'.
+
+commit dbfeef8ebcb185734ddf77f8f0e11ce451999fff
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 7 20:28:18 2013 +0000
+
+    * style/footmisc.el ("footmisc"): Remove fontification settings
+    for length macros.
+    
+    * style/mathtools.el ("mathtools"): Prevent amsmath options from
+    being added multiple times.
+
+commit 8908e1f1eb1a7d25d5179f5b133e798039ca9bd7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 6 17:37:21 2013 +0000
+
+    * style/mathtools.el ("mathtools"): Append amsmath options to
+    mathtools option after the amsmath style file has been loaded.
+    Remove `function' wrapper.
+
+commit ebe1b7794317f62b9134e55f3a4d7e6822d30c51
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 5 15:45:55 2013 +0000
+
+    * ChangeLog: Move name of style file contributors to head of
+    ChangLog entries.
+    
+    * Makefile.in (STYLESRC): Activate new style files.
+
+commit ee67969a52e2877b99023efb838c1735e35e3898
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jan 2 12:06:47 2013 +0000
+
+    * style/afterpage.el: New style by Mads Jensen <mje@inducks.org>.
+
+commit 52b79437c47def6a8292a62bd3e82f26911e6155
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jan 2 09:15:29 2013 +0000
+
+    * style/everysel.el: Fix typos.
+
+commit a80621cde5cc695cb2f5521f9346bb4569124a26
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Dec 30 17:05:47 2012 +0000
+
+    * latex.el (LaTeX-pagestyle-list): New variable.
+    (TeX-arg-pagestyle): Use it.
+    * style/imakeidx.el: New style by Mosè Giordano <giordano.mose@libero.it>.
+
+commit c22387bcf04ec0436a79e2ea0a0706fcca9c6673
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Dec 30 09:58:16 2012 +0000
+
+    * doc/tex-ref.tex: Fix apparent errors and add keybind entries
+    for C-c ? and `:' (in math mode).
+
+commit 2f3cddc0c26ea97a1578d64dc02c0701f1fb0693
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Dec 28 15:51:30 2012 +0000
+
+    * style/multirow.el: New style by Mads Jensen <mje@inducks.org>.
+
+commit d139ff204e78a2e31c6f2c38b698d5b0bb60c1bd
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Dec 27 20:00:56 2012 +0000
+
+    Fix email address.
+
+commit e5d043ed7d4371a75e55e7240f98a695ac89888d
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Dec 27 19:59:45 2012 +0000
+
+    * style/siunitx.el (LaTeX-siunitx-package-options): New variable.
+    ("siunitx"): Use it.
+    * style/hyperref.el (LaTeX-hyperref-href-options): New variable.
+    (LaTeX-hyperref-package-options, "hyperref"): Use it.
+
+commit 44cc6a6360417202ea500af5e0a48474f96856c3
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Dec 27 19:44:27 2012 +0000
+
+    * style/mflogo.el: New style by Mads Jensen <mje@inducks.org>.
+    * style/epigraph.el: Ditto.
+
+commit 61ef86b9fcf3d466a4357dbf8e0a4ac717086cdc
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Dec 27 19:29:30 2012 +0000
+
+    * amsmath.el ("amsmath"): Add support for the alignedat
+    and subarray environments.  Also, add support for the shoveright
+    and shoveleft macros.
+    * font-latex.el (font-latex-math-environments): Add "xxalignat"
+    and "flalign".
+
+commit b9ed958e20981eecc932317d762e1e7476e95e7c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Dec 26 18:58:11 2012 +0000
+
+    * style/lscape.el: New style by Mads Jensen <mje@inducks.org>.
+    * style/amssymb.el: Ditto.
+
+commit fc920aa1bb2578ac3cbba211e4b42e8ac069149e
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Dec 26 10:45:47 2012 +0000
+
+    * style/ragged2e.el: New style by Mads Jensen <mje@inducks.org>.
+    * style/mathtools.el: Ditto.
+    * style/everysel.el: Ditto.
+    * style/bigstrut.el: Ditto.
+    * style/bigdelim.el: Ditto.
+
+commit 8a68ba9ce398723f2639833476a3bfd9a737bb42
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Dec 25 18:52:03 2012 +0000
+
+    * style/ulem.el: New style by Mads Jensen <mje@inducks.org>.
+
+commit 3db04b2404c9aaf6899897a833bca30b9ca40e0c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Dec 25 18:47:56 2012 +0000
+
+    * latex.el (LaTeX-math-default): Added unicode character position
+    to some entries and "mathring" entry.
+    (LaTeX-common-initialization): Added support for accent macros
+    \hat, \dot etc and \textasteriskcentered.
+
+commit c9189951a713e5c82eee1585d4019b5f82aacdaf
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Dec 24 08:58:09 2012 +0000
+
+    * style/footmisc.el: New style by Mads Jensen <mje@inducks.org>.
+
+commit 5e858fc31f4c54ee9337b7e65451a6dcdb8f5f37
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Dec 21 16:14:52 2012 +0000
+
+    * style/bm.el: New style by Mosè Giordano <giordano.mose@libero.it>.
+    * style/siunitx.el: Ditto.
+
+commit de382e28c63c4a0b1aa3156296ba7675825bcbf7
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Dec 20 08:51:42 2012 +0000
+
+    * tex-bar.el (TeX-bar-LaTeX-buttons, TeX-bar-LaTeX-button-alist):
+    Also add spell button.
+
+commit 4cf101f116003598cdac7def205fbe0ce7ab5aca
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Dec 20 08:44:16 2012 +0000
+
+    * images/spell.xpm: New image, copied from Emacs.
+    
+    * tex-bar.el (TeX-bar-TeX-button-alist): Use it for the spell
+    button.
+
+commit ea6c914f6d557e13a3f4a722fc0397e76f8bdb66
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Dec 20 08:20:46 2012 +0000
+
+    * tex-bar.el (TeX-bar-TeX-button-alist, TeX-bar-TeX-buttons): Add
+    `spell' button to run spell-checker.
+
+commit a90c0a22a779f48a9ef2c2cf144e801af24a6589
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Dec 4 08:01:34 2012 +0000
+
+    Merge revno 314 (Stefan Monnier) from emacs elpa branch: Shorten
+    copyright year ranges.
+
+commit f39c2792fb172a047876d0d28eb4ec4f7c84cb70
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 30 19:33:49 2012 +0000
+
+    Release_11.87
+
+commit c1317b313e342149eb1d3546a232b82a44a8a982
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 30 19:17:46 2012 +0000
+
+    * tex.el (TeX-evince-dbus-p): Make last change a little more
+    conventional.
+
+commit 3b813f81410e8d930b0ca04b582b5c1d69f8d203
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Nov 30 11:55:45 2012 +0000
+
+    * tex.el (TeX-evince-dbus-p): Check for feature emacs in order not
+    to signal an error on XEmacs.
+
+commit 90ad4586cb914486b9bdd4edb0ad7e6254e02cd9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 29 21:03:44 2012 +0000
+
+    Revert last change.
+
+commit 8685099f50e047f5f03be54f83b05eddeb92d811
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 29 19:51:23 2012 +0000
+
+    Release_11.87
+
+commit 07e16c8f1f3db04bc6b98b9e17fe132f0789ba6f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 29 19:43:20 2012 +0000
+
+    * RELEASE, configure.ac, doc/auctex.texi, doc/changes.texi,
+    doc/install.texi, doc/tex-ref.tex: Update for upcoming release.
+
+commit 6738dff983354eea0e3e522d52509a108133bb85
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 26 19:56:22 2012 +0000
+
+    * latex.el (LaTeX-split-bibs): Add doc string and use variable for
+    Biber file extensions.
+    (LaTeX-search-files-type-alist): Add entry for Biber.
+    (BibTeX-Biber-global-files): Remove.
+    (BibTeX-global-files): Reintroduce.
+    (TeX-Biber-global-files): New variable.
+    (TeX-arg-bibliography): Check if Biber or BibTeX is used and react
+    accordingly.
+    
+    * tex-buf.el (TeX-check-files): Do not check duplicate extensions.
+    (TeX-command-query, TeX-LaTeX-sentinel): Use separate variables
+    for BibTeX and Biber file extensions.
+    (TeX-synchronous-sentinel): Use `let' instead of `let*'.
+    
+    * tex.el (TeX-clean-default-intermediate-suffixes): Add suffixes
+    for biblatex.
+    (TeX-auto-generate, TeX-auto-generate-global): Use separate
+    variables for BibTeX and Biber file extensions.
+    (TeX-Biber-file-extensions): New variable.
+    (BibTeX-Biber-file-extensions): Remove.
+    (BibTeX-file-extensions): Reintroduce.
+    (TeX-search-files-type-alist): Use `BibTeX-file-extensions'.
+    (TeX-normal-mode): Use separate variables for BibTeX and Biber
+    global files.
+
+commit 0d4587443f23a48d78f32b514e71fb6ac88a35d9
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Nov 26 12:03:25 2012 +0000
+
+    * tex-info.el (Texinfo-reftex-hook): Added function.
+    (TeX-texinfo-mode): Added RefTeX plugging.
+
+commit 302fb99f4d977186b2ad92fa6ebbccd20c7a3b3a
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Nov 23 09:45:50 2012 +0000
+
+    * doc/quickstart.texi (Quick Start): Document that one mustn't
+    load auctex.el if AUCTeX is installed from ELPA.
+    
+    * doc/install.texi (Installation): Mention installation from ELPA.
+
+commit 62c0f682a27c3696e3328f6818d75495a8e58eb6
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Tue Nov 20 22:22:06 2012 +0000
+
+    * doc/tex-ref.tex (column{preview-latex}): Fix typo.  Reported by
+    Sébastien Villemot.  Update copyright information.
+
+commit 50bac0580bf0eb29598a3e2ddae6564a81b8e4d0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 14 17:57:14 2012 +0000
+
+    * Makefile.in (STYLESRC): Add style/biblatex.el.
+    
+    * latex.el (LaTeX-auto-regexp-list): Remove entries for Biber.
+    (LaTeX-biber): Remove.
+    (LaTeX-listify-package-options): Rewrite so that the function can
+    deal with key=value pairs.
+    (LaTeX-always-use-Biber): Remove.
+    (LaTeX-using-Biber): Add doc string and make buffer-local.
+    
+    * tex-style.el (LaTeX-biblatex-use-Biber): New variable.
+    
+    * doc/auctex.texi (top): Remove reference to
+    `LaTeX-always-use-Biber'.
+    (Selecting a Command): Mention Biber and
+    `LaTeX-biblatex-use-Biber'.
+    
+    * style/biblatex.el: New file.
+
+commit 4584cfb138845f6b5dc6d6357915b700c3bf12a5
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Nov 5 16:44:19 2012 +0000
+
+    * tex.el (TeX-doc-extensions): Fix typo.  This variable was
+    formerly named TeX-doc-extenstions.
+
+commit 6bfa4c918a9f450baceb9bf35132f83e9b4243a5
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Oct 3 19:21:52 2012 +0000
+
+    * tex-jp.el: Repair coding from iso-2022-7bit to iso-2022-jp.
+    iso-2022-7bit uses charset CNS11643-1992-1 (for Chinese?).
+    iso-2022-jp uses charset JIS X 0208 for Japanese.
+
+commit db6f119444f0b91bdaf951030e2a9e2091826a88
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 3 16:45:52 2012 +0000
+
+    *** empty log message ***
+
+commit 06af8a9b9fa6727c4dd990e887b8277508ffd23b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 3 16:45:15 2012 +0000
+
+    * tex-jp.el: Repair coding.
+
+commit 26442df8b7b755efa096dddd3022eadeaf36931e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Oct 2 04:56:33 2012 +0000
+
+    * tex-jp.el (japanese-TeX-engine-default)
+    (TeX-engine-alist-builtin, japanese-TeX-use-kanji-opt-flag): New
+    defcustoms.
+    (japanese-TeX-coding-ejsu, japanese-TeX-get-encoding-string): New
+    functions.
+    (japanese-TeX-command-list): Support %(kanjiopt).
+    (TeX-expand-list): Support new option kanjiopt, bibtex, makeindex,
+    mendexkopt, xdvi.
+    (TeX-view-predicate-list-builtin): Judge paper.
+    (TeX-view-program-list): Support dviout paper size, and other DVI
+    previewers in Mac and others.
+    (TeX-view-program-selection): Add Dviout, TeXworks and Preview.
+    (LaTeX-command-style): Support uplatex.
+    (japanese-plain-tex-mode-initialization): Use TeX-engine-set.
+    (japanese-latex-mode-initialization): Ditto.
+    
+    Patch by Ikumi Keita  <ikumi@ikumi.que.jp>
+
+commit d404ad16ed0603d358fe68bbeabd0303f57c0c47
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Oct 2 02:38:43 2012 +0000
+
+    tex-jp: doc and comment fix.
+    Patch by Ikumi Keita  <ikumi@ikumi.que.jp>
+
+commit 93afca1b6bd1a53e578ec9820d12e737c8b26636
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Mon Oct 1 16:10:29 2012 +0000
+
+    Fix last fix.
+
+commit 3dd44ca33604e8345214dbfafdc527376149a99e
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Sep 27 07:09:26 2012 +0000
+
+    Correct ChangeLog to name Joost, not me.
+
+commit 099214841104db1b80624a1f5e7ceeedbbc02e23
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Sep 27 07:06:50 2012 +0000
+
+    * tex-buf.el (TeX-check-files): Use mapcar instead of cl's map.
+
+commit c47667f60ecbcd59b0178e632ec71333dd94b46f
+Author: Philip Kime <Philip@kime.org.uk>
+Date:   Sun Sep 16 19:31:58 2012 +0000
+
+    Added ChangeLog note for tex-buf.el changes for biblatex generic rerun message
+
+commit db1198cacfb783fcbd709a710cb2fc44a6a85397
+Author: Philip Kime <Philip@kime.org.uk>
+Date:   Sun Sep 16 15:07:42 2012 +0000
+
+    Slightly better message for the generic biblatex rerun message, including page count
+
+commit 4fe0dee82ba8d4b8df1ee285d2e256e7e3b8a84c
+Author: Philip Kime <Philip@kime.org.uk>
+Date:   Sun Sep 16 14:58:43 2012 +0000
+
+    Added missing sentinel check for generic "rerun latex" message from biblatex
+
+commit 8525a78e4ca7cc05b3d5852cd2bd83517bce0c28
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Sep 14 21:18:56 2012 +0000
+
+    * doc/auctex.texi (top): Mention LaTeX-always-use-Biber.
+    
+    * doc/tex-ref.tex: Add Biber.
+
+commit 2083701ab4d1f39f8a04e7708c644e17c3e6d114
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Sep 13 10:14:19 2012 +0000
+
+    Merge Biber support developed by Philip Kime
+    <philkime@kime.org.uk>.
+    * doc/changes.texi: Mention Biber support.
+    
+    * tex.el (TeX-command-list, TeX-auto-generate)
+    (TeX-auto-generate-global, TeX-search-files-type-alist)
+    (TeX-normal-mode): Adapt.
+    (TeX-command-Biber): New defcustom.
+    (BibTeX-Biber-file-extensions): Renamed from
+    BibTeX-file-extensions.
+    
+    * tex-buf.el (TeX-save-document, TeX-check-files)
+    (TeX-command-query, TeX-LaTeX-sentinel): Adapt.
+    (TeX-Biber-sentinel, TeX-run-Biber): New functions.
+    
+    * latex.el (LaTeX-auto-regexp-list, LaTeX-auto-cleanup)
+    (TeX-arg-bibliography, LaTeX-common-initialization): Adapt.
+    (LaTeX-biber, LaTeX-split-bibs, LaTeX-using-Biber)
+    (LaTeX-always-use-Biber): New functions and vars.
+    (BibTeX-Biber-global-files): Renamed from BibTeX-global-files.
+    
+    * font-latex.el (font-latex-built-in-keyword-classes)
+    (font-latex-add-keywords): Adapt.
+
+commit 4cd0665ac0af0f07ffeed01684e0d139cf8d17d8
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Aug 17 06:59:49 2012 +0000
+
+    * doc/preview-latex.texi (The preview images): Place index command
+    `@pindex dvipng' on a line of its own.
+    
+    * doc/macros.texi: Replace user macro `@sans' by user macro
+    `@sansserif' and make definition conditional against flag
+    no-sansserif as `@sansserif' is a Texinfo macro and does not need
+    to be redefined.
+    
+    * doc/macros.texi: Suppress user macro `@LaTeX' as this macro is
+    already defined in Texinfo.
+    
+    * doc/quickstart.texi (Editing Facilities): Use texinfo
+    `@sansserif' macro rather than user macro `@sans'.
+    
+    * doc/auctex.texi (Font Specifiers): Use texinfo `@sansserif'
+    macro rather than user macro `@sans'.
+
+commit 7ff60001f6ab48e8820f3302da60800bc648bc2d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 14 19:05:36 2012 +0000
+
+    *** empty log message ***
+
+commit c98a1754414e89c602d2dafcf9751bc686d41804
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 14 18:23:31 2012 +0000
+
+    * tex.el (TeX-source-correlate-determine-method): Match --synctex
+    as well as -synctex.
+
+commit 0ce817fd1cfe3360c66abdfc44989d903ea3a7d9
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jul 4 06:37:13 2012 +0000
+
+    * doc/changes.texi: Mention Evince forward/backward search
+    changes.
+
+commit a8d16f136110d5643889e69389b744548542ba64
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Jul 4 06:11:58 2012 +0000
+
+    * font-latex.el (byte-code-function-p): Reference the generated
+    functions with font-latex-match prefix.  See Emacs bug 11837.
+
+commit cabbda0aac23b8c05ee948eeaa47dcef8d96eb8b
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Fri Jun 22 06:26:04 2012 +0000
+
+    * tex.el (TeX-evince-dbus-p): Add check for
+    `dbus-register-signal', which might be unavailable if emacs was
+    configured with --without-dbus.
+
+commit 371c796d82f5c0a0f26cd2622222a31567b729b0
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Thu Apr 26 06:37:59 2012 +0000
+
+    * tex.el (TeX-engine-set): Fix docstring leading to a misplaced
+    interactive spec warning.
+
+commit 7037d1f0743b28c7a7c3531f20f6774c2217578c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Apr 25 06:25:44 2012 +0000
+
+    * tex.el (TeX-evince-dbus-p): Improve check for emacs's dbus
+    support.
+
+commit ea151b54dac748e4bfcbf7ed7fff47fbc36d45de
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Apr 11 12:27:09 2012 +0000
+
+    Add a note
+
+commit 9d60cf48a6cf6e87732003f3547319b95c96b7a5
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Apr 11 07:19:20 2012 +0000
+
+    * tex.el (TeX-evince-dbus-p): Also check the signature of Evince's
+    FindDocument DBUS method, which is only stable since evince 3.0.
+
+commit ea8b884766914aee8e5eb8394b5138962f243911
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Apr 11 06:38:26 2012 +0000
+
+    * tex.el (TeX-evince-sync-view): Work around emacs integer limits.
+    Also provide the current column to Evince.
+
+commit 830c7107222a528febfc1843bba3daf7e7b1bb8f
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Tue Apr 10 19:19:28 2012 +0000
+
+    * tex.el (TeX-evince-sync-view): Fix arithmetic range error.
+    (TeX-evince-dbus-p): Add parameter to extend the check depending
+    on wanted features (e.g., forward search).
+    (TeX-view-program-list-builtin): Use it.
+
+commit fb222466cf47021cfb65487f38c77ac670e56c1d
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Apr 8 09:37:39 2012 +0000
+
+    Fix compile error due to non-required dbus library.
+
+commit e929ef9393bab827509d68bc0308b5fe6d72d043
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Apr 8 09:35:11 2012 +0000
+
+    * tex.el (TeX-evince-dbus-p): New function.
+    (TeX-evince-sync-view): New function.
+    (TeX-view-program-list-builtin): Use Evince's DBUS interface for
+    forward search if available.
+    (TeX-source-correlate-mode): Use TeX-evince-dbus-p.
+
+commit eb7441c58edfefaa0195072229c691c9d0bb1c59
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 11 21:05:04 2012 +0000
+
+    *** empty log message ***
+
+commit 8651f766be2af5f7658865e2821a938f2f72896a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 11 21:04:28 2012 +0000
+
+    * setspace.el ("setspace"): Correct quoting.
+
+commit 904f2b8b9e8be5a05459c5bb63cc3988b6b8cf66
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 18 18:10:50 2011 +0000
+
+    *** empty log message ***
+
+commit 8ed70072c039bf184cd6adcd5c59155cc92eec91
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 18 16:18:02 2011 +0000
+
+    * auctex.texi (Marking): Make a few corrections throughout the
+    section.
+    (Adding Macros): Document special values for numbers used together
+    with `TeX-add-symbols'.
+
+commit 0fca8fae36cda5bec5022fb34252bb80de0f4f08
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 18 16:12:54 2011 +0000
+
+    * doc/auctex.texi: Add documentation for functions
+    LaTeX-mark-section, LaTeX-mark-environment, Texinfo-mark-section,
+    Texinfo-mark-environment and Texinfo-mark-node.
+
+commit 422135ef79af93e35efcac5b20c8e8b16ef925c1
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Aug 24 16:24:17 2011 +0000
+
+    Fix TeX-synctex-output-page for single-page documents
+
+commit 65cb5ed9f4b17ef8b04f2e49d4ed272c0929d90e
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Aug 24 07:09:12 2011 +0000
+
+    (TeX-view-program-list-builtin): Use evince's -i,--page-index
+    switch instead of -p,--page-label if that evince version supports
+    it (>=3.0.x).
+
+commit e6fe136bdd8e21b4f07c5bb6350c00f7f6737480
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Wed Aug 24 06:40:52 2011 +0000
+
+    * tex.el (TeX-synctex-output-page): TeXLive 2011's synctex wants
+      absolute file names with dot indicating the master, like
+      /foo/bar/./baz/chap1.tex.  So add this as another variant.
+
+commit 6a13d0bcb26f7a9b98c50a9f5b0823674374909b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 7 15:33:11 2011 +0000
+
+    *** empty log message ***
+
+commit c5ea06c11f9a7e867b28cfd3ed26e9b0dee0a94d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 7 15:32:42 2011 +0000
+
+    * latex.el (LaTeX-fill-move-to-break-point): Take characters after
+    closing dollar sign into account when deciding to break before
+    inline math.
+
+commit 39b6a276e827aae1614eef903b0bf00d90035f20
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 12 10:59:15 2011 +0000
+
+    *** empty log message ***
+
+commit 631c8ce4604a2d4cc1146727b48ba0a9c1eb41ff
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 12 10:58:22 2011 +0000
+
+    * tex.el (TeX-search-files-kpathsea): Check if directories are
+    accessible.
+
+commit 04d030bc1ba772be87c36b4d6f9acaea63f32631
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 11 13:45:08 2011 +0000
+
+    *** empty log message ***
+
+commit 1f6fa529b8764d5da33285ca12e05cebcef06063
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 11 13:44:38 2011 +0000
+
+    * tex-info.el (Texinfo-mark-environment, Texinfo-mark-section)
+    (Texinfo-mark-node): New defun.
+    (Texinfo-mode-map): added key bindings for
+    Texinfo-mark-environment, Texinfo-mark-section, and
+    Texinfo-mark-node.
+
+commit 8e3efdd93450b1ebe93b020b1ab2e58cb24c2890
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 19 19:35:59 2011 +0000
+
+    *** empty log message ***
+
+commit 6e08843428b50e9c31fc2213a5a620898ae869d2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 19 19:35:30 2011 +0000
+
+    * tex.el (TeX-engine-alist-builtin): Remove --jobname again for luatex but
+    not for lualatex.
+
+commit 79b13c0dd6cef60cf13880bf1679058d040f68d8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 19 19:14:48 2011 +0000
+
+    *** empty log message ***
+
+commit 28c1fa4543e0f38bd0db44b1ca88b886510597f9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 19 19:13:31 2011 +0000
+
+    * tex.el (TeX-engine-alist-builtin): Add --jobname to luatex and
+    lualatex calls.
+
+commit 9bcf9484709014f244659f99d87c42582074848a
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Jun 5 09:33:47 2011 +0000
+
+    * tex.el (TeX-source-correlate-sync-source): Restore Emacs 21
+      compatibility.
+
+commit 716d3ee15be522fce7a1d7e814cf5cb0085d050c
+Author: Tassilo Horn <tsdh@gnu.org>
+Date:   Sun Jun 5 08:49:26 2011 +0000
+
+    * tex.el (TeX-source-correlate-sync-source): Adapt to handle
+      file:// URLs.
+
+commit 85b17b6d2372bf180f26f3971579c384e1ba962e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 15 20:18:32 2011 +0000
+
+    *** empty log message ***
+
+commit 954e585f2ba57a48c0c6ba6ca6fe75a2f59931f6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 15 20:18:03 2011 +0000
+
+    * Makefile.in (STYLESRC): Add style/setspace.el.
+
+commit 9b7670b1c175bb3d91081fe0d97a4f6ffbabf901
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 15 20:16:55 2011 +0000
+
+    * tex.el (TeX-expand-list): Add a safeguard to the %(outpage)
+    expander for when an output page function returns nil.
+
+commit f4c54afc4b8ede5d85fc1508b2c32bc5286d8309
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 9 20:25:40 2011 +0000
+
+    *** empty log message ***
+
+commit 30cb63239c1ebc3ded80ea15789f4ca4f8b16bc3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 9 20:25:11 2011 +0000
+
+    * tex.el (TeX-synctex-output-page-1): New function for calling
+    synctex.
+    (TeX-synctex-output-page): Use it, and try relative file names
+    with and without leading ./ when calling synctex before falling
+    back to page 1.
+    (TeX-source-correlate-sync-source): Add &rest parameter, because
+    Evince 3 sends an additional (ignored) parameter via dbus.
+
+commit 0aee2dd249b269e142cac85051812a5a8cd17ad4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 1 15:51:53 2011 +0000
+
+    *** empty log message ***
+
+commit aed0abca232f0a7beeff957fccf32ce0ef4f0a6f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 1 15:51:26 2011 +0000
+
+    * tex.el (TeX-tree-expand): Use a different test to check for an
+    absolute path on Windows.
+
+commit e2813f45421933ab38c6584aac0b3d7d322ec03d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 1 14:54:55 2011 +0000
+
+    *** empty log message ***
+
+commit 49a1c6a594f084d107c46c7be71df2213193a351
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 1 14:54:21 2011 +0000
+
+    * font-latex.el (font-latex-built-in-keyword-classes): Add
+    definition for \rule and remove the one for \sbox.
+
+commit 2fa185e34474e3f788993b4f73e9b8b4281e66dc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 25 18:32:45 2011 +0000
+
+    *** empty log message ***
+
+commit 5e07d16dc3cbcad09eee1b94a2953d21a6656307
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 25 18:32:18 2011 +0000
+
+    * setspace.el: Add support for changing \displayskipstretch.
+
+commit 36db30c1d70c729de9965e1451951ab28ac93e2e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 25 18:29:07 2011 +0000
+
+    New file.
+
+commit 0f2945e2ec2d82790ff6aaed826541499cedb3a3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 25 18:06:15 2011 +0000
+
+    *** empty log message ***
+
+commit 64ba2456a37baa85576c7e70140542a7f3bb26e9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 25 18:05:47 2011 +0000
+
+    * latex.el (LaTeX-style-list): Add memoir.
+
+commit 59088b6679bcca3698a7bd147c3a7c74640b5d5b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 20 20:09:58 2011 +0000
+
+    *** empty log message ***
+
+commit cc165ecf376c02c2b1d17d8f988602b28f958049
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 20 20:09:28 2011 +0000
+
+    * tex-fold.el (TeX-fold-expand-spec): Make sure the expansion of a
+    placeholder is not processed again.
+
+commit 4080c8fe1b154beeb31fb68bc6d6beb49125022c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 15 15:06:05 2011 +0000
+
+    *** empty log message ***
+
+commit 077e3e7e7a7a3fcf005e7aa5fefe6c423f67088a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 15 15:05:40 2011 +0000
+
+    * font-latex.el (font-latex-built-in-keyword-classes): Make a few
+    additions and corrections.
+
+commit b4f495f53d9c81516872406793a130a78fecfecd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 15 14:30:12 2011 +0000
+
+    *** empty log message ***
+
+commit c408304c320da79aac7f6534c8b779e446e7d56f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 15 14:29:46 2011 +0000
+
+    * latex.el (LaTeX-common-initialization): Prompt for file
+    extension instead of name when inserting \addcontentsline or
+    \addtocontents.
+
+commit b2c9c74dbd1a1fd476ee06c9c79fccf4dced13b4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 17:22:44 2011 +0000
+
+    *** empty log message ***
+
+commit 539f36db75a819e0ddb80026cc4c5470dc5a0fe8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 17:22:17 2011 +0000
+
+    * tex.el (TeX-source-correlate-mode): Check for D-Bus session.
+
+commit 5d78ddfbe1f0d66c1a2bf9f9ca86fe9202edba62
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 16:11:32 2011 +0000
+
+    *** empty log message ***
+
+commit 746ceb706f6da139b1688dfa96f3a31860f9352f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 16:10:58 2011 +0000
+
+    * tex.el (TeX-source-correlate-sync-source): Do not use `goto-line'.
+
+commit 562289e0e8bc3e1622d5fed52530ddacf153c90a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 15:36:58 2011 +0000
+
+    *** empty log message ***
+
+commit 2d8286dc62c9d285357ac5f9bdf06d6e679cf88b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 15:36:30 2011 +0000
+
+    * Makefile.in (STYLESRC): Add style/xspace.el.
+
+commit bade3a4ed68ca26adaea85d2c6421eebf33c8554
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 15:36:17 2011 +0000
+
+    * xspace.el: Add copyright notice and license blurb.
+    Correct a few things.
+
+commit 6248da1022b94aa5eb7ca29757a8aad965fd3244
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 15:34:20 2011 +0000
+
+    New file.
+
+commit 473124c18505639d56cc53acd79362a016c3bba5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 27 13:23:44 2011 +0000
+
+    *** empty log message ***
+
+commit 79b31f1b488eeb2ad0b5ea0ba2781d557338c74c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 27 13:23:16 2011 +0000
+
+    * tex.el (TeX-source-correlate-mode): Add support for I/O
+    correlation mode inverse search for the Evince document viewer.
+
+commit 38382d98342ad10040af3eae711f3eb80a38801a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 23 21:33:34 2011 +0000
+
+    * style/bulgarian.el, style/czech.el, style/danish.el,
+    style/frenchb.el, style/icelandic.el, style/polish.el,
+    style/polski.el, style/slovak.el, style/swedish.el: Do not set
+    `TeX-quote-language' if `override' is in effect.
+
+commit e38f6feaa6350bf38fb3a70e042a6bbf8f0be50d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 20 08:59:49 2011 +0000
+
+    *** empty log message ***
+
+commit 314ee58c4184911c896412759d4dffc47be94213
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 20 08:59:15 2011 +0000
+
+    * tex-buf.el (TeX-synchronous-sentinel): Strip directory part of
+    master file because we are already in the master directory.
+
+commit 76c9688991bc46188d386d3e8863f02e59b6474a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 13 20:02:51 2011 +0000
+
+    *** empty log message ***
+
+commit 31aad6294a283dbfda15e67f254fd6ad8ec0800b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 13 20:02:17 2011 +0000
+
+    (STYLESRC): Add style/lettrine.el and
+    style/multicol.el.
+
+commit e993c623d6a814cb3323e6632ba780cd6d6fc4e5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 13 20:01:40 2011 +0000
+
+    Add copyright notice and license blurb.
+    Correct a few things.
+
+commit 1d52d9242d841b42110f33f2aacf62a6833c91c1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 13 20:01:23 2011 +0000
+
+    Add copyright notice and license blurb.
+    Simplify environment definitions.  Provide completion for lengths
+    the package defines.  Get rid of indentation and filling barrier.
+    Remove fontification definitions.
+
+commit 1f2b0817f9f4687ed202a0a2d4df0691246f0883
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 13 19:52:33 2011 +0000
+
+    New file.
+
+commit 3c2955d20fb3b4703bea6fc8524595c0937e13c3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 13 19:51:18 2011 +0000
+
+    Summary: New file.
+
+commit 56b52a52f16af5e1727df603cdbbcaf48ce52fb8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 27 16:05:20 2011 +0000
+
+    *** empty log message ***
+
+commit e432ee9d89ae8a6aa652a30811b4b6d8cbd68df0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 27 16:04:53 2011 +0000
+
+    * latex.el (LaTeX-common-initialization): Add support for
+    \ProvidesPackage.
+
+commit 5e50cc4815a2ee625e2e2f6031e097919e7774e5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 6 14:30:10 2011 +0000
+
+    *** empty log message ***
+
+commit 3d3d7de6179aace166b896772dc92e8cbb766a6f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 6 14:29:44 2011 +0000
+
+    * letter.el (LaTeX-env-recipient): Use \renewcommand instead
+    of \def to set date.
+
+commit 09d181fb87d46e0f536edf39fa73b994ee9e4fb2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 30 16:25:23 2011 +0000
+
+    *** empty log message ***
+
+commit 5f742134ec675989585be877d34aa81698f92cef
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 30 16:24:36 2011 +0000
+
+    * latex.el (LaTeX-common-initialization): Give macros that change
+    font size a -1 argument so that braces are added around them if
+    if there is an active region.
+
+commit 860916f969fdab07c5d9997f1bce486d35f9f1b9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 30 16:24:15 2011 +0000
+
+    * tex.el (TeX-parse-macro): Do not insert braces if the argument
+    is 0 or less.
+    (TeX-parse-argument): Put both the macro and the marked region in
+    a TeX group if the argument is less than 0.
+
+commit 58a9aea49b7f10b9211641f76565a04084163bff
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 29 15:59:22 2011 +0000
+
+    *** empty log message ***
+
+commit b2a4e883627ab136f5f6f60f5e976bcd8533ac4f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 29 15:58:09 2011 +0000
+
+    * tex.el (TeX-complete-symbol): Get rid of the window with the
+    completions when possible.
+
+commit 06711cc59e05e49fd24a42423e5e4c745920d47e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 23 18:54:07 2011 +0000
+
+    *** empty log message ***
+
+commit 1aef34de6167b6a547fa03eb5749225641f7a64c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 23 18:53:55 2011 +0000
+
+    * preview.el (preview-auto-reveal): Add `forward-char' and
+    `backward-char' to commands on which to open an overlay.
+
+commit 767e6fa5140fc26b2b2b83d9dff5c9c8fc21997c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 23 18:52:21 2011 +0000
+
+    * tex-fold.el (TeX-fold-post-command): Add `forward-char' and
+    `backward-char' to commands on which to open an overlay.
+
+commit ac2fe89d8b5c720e8d658508d459be101114c2fb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 23 14:39:55 2011 +0000
+
+    *** empty log message ***
+
+commit c58e2a0d9454043b28145180a882a8668f63d73e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 23 14:39:24 2011 +0000
+
+    * auctex.texi (Adding Macros): Mention
+    `TeX-arg-input-file-search'.
+
+commit 77366b4b62ffe61a340ee6f1a5d7260b812c18c6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 22 16:25:06 2011 +0000
+
+    *** empty log message ***
+
+commit 66e4d4e30f8a176ae8fe5d14e02cac963dda1891
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 22 16:24:29 2011 +0000
+
+    * tex.el (TeX-tree-expand): Make `subdirs' parameter optional.  Do
+    not try to call kpsewhich with --expand-braces anymore and adapt
+    code for handling of results accordingly.
+    (TeX-doc-extenstions): New variable.
+    (TeX-tree-roots): New function.
+    (TeX-tree-roots): New user option.
+    (TeX-kpathsea-format-alist): Remove.
+    (TeX-search-files-kpathsea): Add and use `extensions' and `scope'
+    parameters.
+    (TeX-search-files): Do not call `TeX-search-files-kpathsea'
+    anymore.
+    (TeX-search-files-type-alist): New variable.
+    (TeX-search-files-by-type): New function.
+
+commit 6c73fa7c4ac0b48c549e36339a81d7f6a16c3794
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 22 16:23:58 2011 +0000
+
+    * latex.el (LaTeX-arg-usepackage): Let-bind
+    `TeX-input-file-search'.
+    (LaTeX-search-files-type-alist): New user option.
+    (TeX-arg-input-file-search): Doc fix.
+    (TeX-arg-input-file, TeX-arg-bibstyle, TeX-arg-bibliography): Use
+    `TeX-search-files-by-type' instead of `TeX-search-files'.
+    (LaTeX-common-initialization): Set `TeX-search-files-type-alist'.
+
+commit e0823c1157cdc508d75c6d7ad53764baf30f160c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 9 14:45:39 2011 +0000
+
+    *** empty log message ***
+
+commit 1d5a287f672106e808017fb1a317fd47386fe25a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 9 14:45:12 2011 +0000
+
+    * latex.el (LaTeX-common-initialization): Add support for
+    \settoheight and \settodepth.
+
+commit c9ffba851fa0dbfb8a184478a3b4c07e2631b31e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 26 14:50:20 2010 +0000
+
+    *** empty log message ***
+
+commit eb84ae71f0c219454e250686abaa5ab6f35994dc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 26 14:49:47 2010 +0000
+
+    * auctex.texi (Simple Style): Add a note about the naming of
+    the style file and the style hook.
+
+commit 5eb075d3e0227e1df4233e8cd0bdb207d42dbce6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 12 16:01:37 2010 +0000
+
+    *** empty log message ***
+
+commit 98cd7dd7e2747d4e77d78dc44943c161a498f4d5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 12 16:01:06 2010 +0000
+
+    (LaTeX-env-args): Add the optional argument at the
+    right position when wrapping the environment around existing text.
+
+commit 9f400572237acf6b5d9e718289b180dea794bd9e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 20:51:03 2010 +0000
+
+    *** empty log message ***
+
+commit e6837a8d778ac65567d52c042cad4f31196792f0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 20:50:27 2010 +0000
+
+    Mention change of abbrev handling.
+
+commit f2fadad3d6da053eb2ff0de7c6dd987a66430b93
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 20:49:23 2010 +0000
+
+    Set up abbrev table.
+    (ConTeXt-mode-common-initialization): Set `local-abbrev-table'.
+
+commit 5dedeb9abc465b50cd2a214b498165ea5afbaf2e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 20:49:06 2010 +0000
+
+    Set up abbrev table for LaTeX and docTeX mode.
+    (docTeX-mode): Set abbrev table.
+    (LaTeX-common-initialization): Set `local-abbrev-table'.
+
+commit a157594a6090beada4b676bed3f2401e398f548b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 20:48:31 2010 +0000
+
+    Set up abbrev table.
+    (plain-TeX-common-initialization): Set `local-abbrev-table'.
+
+commit f960362991d2ccb8ce2f3e8a3bec4d56e34ae387
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 20:48:13 2010 +0000
+
+    (TeX-mode-prefix): Add mode parameter.
+    (VirTeX-common-initialization): Do not set `local-abbrev-table'
+    anymore.
+    (TeX-abbrev-mode-setup): New function.
+
+commit f73505cce27c3300b9c3a6ac16724101c44cbe7e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 4 16:10:47 2010 +0000
+
+    *** empty log message ***
+
+commit bd2097a6262beca521240b40d367632669a20a01
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 4 16:10:14 2010 +0000
+
+    * latex.el (LaTeX-verbatim-macro-boundaries): Support verbatim
+    macros with braces.
+
+commit 9955d9002de4e64e62ce3672b60289f9aba09206
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 4 16:07:50 2010 +0000
+
+    *** empty log message ***
+
+commit 0db08229f024eca027979ed94a0f0e3b858de97b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 4 16:07:01 2010 +0000
+
+    (LaTeX-math-keymap): Define a key for the math prefix only if it has
+    not been used as a prefix after the prefix.
+
+commit 3a59149f461c768d0fb44b705bd833f944f3659b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 16 20:36:46 2010 +0000
+
+    *** empty log message ***
+
+commit 5fb5f557b155f163f1d23bdf2fa1fd21cc5e01d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 16 20:36:12 2010 +0000
+
+    * tex.el (TeX-view-program-list-builtin): Add Okular.
+
+commit 0cf5967b3c5c5a52be7cf2e0de23f6faca338d5d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 17 18:43:39 2010 +0000
+
+    *** empty log message ***
+
+commit 67b03b5cf21d3f5855245948e565b57cac4f022f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 17 18:43:09 2010 +0000
+
+    (TeX-arg-input-file-search): New user option.
+    (TeX-arg-input-file): Use it.
+
+commit 9cb81fdb2e12d9f7b43c82fd85fb23cd54475ef0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 14 19:30:54 2010 +0000
+
+    *** empty log message ***
+
+commit 203b737900f72d3bfb502e2836cf8ba73c45fc7e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 14 19:30:38 2010 +0000
+
+    (preview-gs-options): Start gs with -dDELAYSAFER
+    instead of -dSAFER.
+    (preview-prepare-fast-conversion): Add relevant files to
+    PermitFileReading list of paths.
+
+commit f560e581bda1a19517fd5d4460a2d26e9b402cff
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 11 16:34:23 2010 +0000
+
+    *** empty log message ***
+
+commit 31c3c906b0e3fa9d5731c18c82fd644f577a29f2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 11 16:33:35 2010 +0000
+
+    (TeX-synctex-output-page): Return "1" if no page number
+    can be found to prevent an infinite loop in command expansion.
+
+commit 53b4c84802c430214fee9857b292b6cb9c9737ae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 2 15:51:22 2010 +0000
+
+    *** empty log message ***
+
+commit ff4ea3b9f745661e1d5f6e12e9fca15e7617ca7c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 2 15:50:55 2010 +0000
+
+    ("beamer"): Prompt for block title.
+
+commit 5bc351815be419c8d2ac839356d167840e555362
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 28 19:23:25 2010 +0000
+
+    *** empty log message ***
+
+commit 50a3e34b760fbe00b0d685f4c7a21f8a16075741
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 28 19:22:57 2010 +0000
+
+    (ConTeXt-extra-paragraph-commands-nl): New
+    variable.
+
+commit f91ca5c813776daa100a1f83e285444fc4872499
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 28 19:22:46 2010 +0000
+
+    (ConTeXt-extra-paragraph-commands-en): New
+    variable.
+
+commit 4712415ba70cbf9eabd967bd0d43aa2f6c44e7cb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 28 19:22:34 2010 +0000
+
+    (ConTeXt-extra-paragraph-commands): Remove.
+    (ConTeXt-language-variable-list): Add
+    `ConTeXt-extra-paragraph-commands'.
+
+commit 34d1fe5933f6a002cef2aa27e7315ad9e6f700c4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 18 08:48:46 2010 +0000
+
+    *** empty log message ***
+
+commit f7d75c8804760f9967075ccd529e9c126bfc0c29
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 18 08:48:19 2010 +0000
+
+    (ConTeXt-expand-options): Eval value from engine
+    alist.
+
+commit cd467ba09b30427728abbcb0cf00a062016c86ae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 12 15:21:31 2010 +0000
+
+    *** empty log message ***
+
+commit 8e1e151508ab8fa263fe590635a511efc4f61ce2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 12 15:20:53 2010 +0000
+
+    Reflect removal of tex-fptex.el.
+
+commit 0a571b192d23fb59626dfd51a6b76f6c73f57e4f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 12 15:20:22 2010 +0000
+
+    (AUCSRC): Reflect removal of tex-fptex.el.
+
+commit 2a41bd9fc6305a37fdc86399722206d7d5a853e5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 12 15:18:42 2010 +0000
+
+    Remove.
+
+commit 112843d9794dada1f087a92d8395394a231ae7fb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 12 10:00:42 2010 +0000
+
+    *** empty log message ***
+
+commit e69a86acca6e39d7759ac3e700f3059feb60eab2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 12 10:00:12 2010 +0000
+
+    Mention author.  Do not unnecessarily protect
+    `lambda' with `function'.
+
+commit 67ed2288995bfd360a495a1a6a19a55306b80c71
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 12 09:48:43 2010 +0000
+
+    *** empty log message ***
+
+commit 2e896a18d7c491b08089cedc79badae1f9f08e35
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 12 09:48:15 2010 +0000
+
+    (font-latex-keyword-matcher): Refine last change
+    to work properly with lists of face symbols.
+
+commit 4fa556d5f0d2cd9dec875d8f2992103efa16cadb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 11 09:40:03 2010 +0000
+
+    *** empty log message ***
+
+commit 62fd85f916bf3b016c078a47a96af80d13fbfc07
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 11 09:38:45 2010 +0000
+
+    Update copyright information.
+
+commit 461029a071a707770d72f178311211497b3e846b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 11 09:38:22 2010 +0000
+
+    Do not unnecessarily protect `lambda' with `function'.
+
+commit 27007ffd8e8d12dcc5d5ebeb6767f9fd72593b7f
+Author: Arne Jørgensen <arne@arnested.dk>
+Date:   Tue Sep 7 20:35:59 2010 +0000
+
+    Added ChangeLog entry for yesterdays change to style/danish.el
+
+commit bebbe4c0574c102b61702c0ad7e9a804ea8542cf
+Author: Arne Jørgensen <arne@arnested.dk>
+Date:   Mon Sep 6 20:18:35 2010 +0000
+
+    Changed font-latex-add-quotes from french to german.
+    
+    As aggreed upon on the mailing list of the Danish TeX Users Group:
+    http://comments.gmane.org/gmane.comp.tex.danish/11775
+
+commit e803302a5001d43ab875753d8ce0c4435e629898
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 30 19:49:02 2010 +0000
+
+    *** empty log message ***
+
+commit aaa87d69bf356e4868a2173389b6e380bd4d4635
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 30 19:48:33 2010 +0000
+
+    Prevent "| from leading to color bleed.
+
+commit 2c24dfa0cf5bfad2f8024d1e731be719f1c85aaa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 29 18:33:44 2010 +0000
+
+    *** empty log message ***
+
+commit 412b1fd55c221ef2988468399864e82ae70af276
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 29 18:33:17 2010 +0000
+
+    Use explicit variable with split instead
+    of implicit split to @_ which does not work anymore in Perl 5.12.
+
+commit f115f11c932066e71f20f8289cd46a1a34bb2c09
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 11 19:23:23 2010 +0000
+
+    *** empty log message ***
+
+commit 1e67efbe616e65654672f369832bbf4807ea7005
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 11 19:22:56 2010 +0000
+
+    Delete trailing whitespace.
+
+commit ebd3633c35abff5de3c6c83b865a1c463b3247dc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 4 14:29:04 2010 +0000
+
+    *** empty log message ***
+
+commit 11e8e1d4f3c024b07640153b2c0ab6659146d7b9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 4 14:28:37 2010 +0000
+
+    Update infos about Emacs versions.  Add FAQ entry
+    for file:line:error messages in case `TeX-next-error' fails due to
+    unbalanced parens.
+
+commit c42c265b0d338fe046217d6416dd837d65f30d22
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 4 13:39:10 2010 +0000
+
+    *** empty log message ***
+
+commit 276eb8caa4a469e2205cbde56b6c7efc3ff52f9d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 4 13:38:39 2010 +0000
+
+    (TeX-print-command, TeX-queue-command)
+    (TeX-printer-list): Switch back to Berkeley-style commands.
+
+commit e0463918261b992265397a8b99765b9541c277fa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 24 21:00:31 2010 +0000
+
+    *** empty log message ***
+
+commit c250751c56db409a09ad3248bfdc91d5957f75d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 24 20:59:03 2010 +0000
+
+    (Texinfo mode): Make a few corrections.
+
+commit debb3bf96d131401fb0051b9bf245c7d1d2dfaa7
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sat Jun 19 00:48:03 2010 +0000
+
+    *** empty log message ***
+
+commit 184ad2a9674a61a02afa4e1aa7eef9ba0dcbb2f3
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sat Jun 19 00:47:11 2010 +0000
+
+    Make sure \sym is indented like \item.
+
+commit 96cece79d8896111ab4dd58968dc8e6fe044af74
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 12 17:37:07 2010 +0000
+
+    *** empty log message ***
+
+commit ae19929eeec43741a084bb9bfb06eacce4a12be5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 12 17:36:39 2010 +0000
+
+    (Texinfo-find-env-end, Texinfo-find-env-start):
+    Enable the commands to be used repeatedly without getting stuck at
+    an environment start or end respectively.
+
+commit f0a4a035cd5574e4468da4b6d5f2d9a905b369f9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 27 20:11:31 2010 +0000
+
+    *** empty log message ***
+
+commit bf0413c3b19935c20d65d88f135c82ff4ce0e65a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 27 20:10:54 2010 +0000
+
+    Set LANG=C when looking into ChangeLog for AUCTEXDATE.
+
+commit a851de5d992c63dedee1bcf73b4dd0b69cefc0db
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 24 17:30:33 2010 +0000
+
+    *** empty log message ***
+
+commit de38f54658e45b58dc98100b485377f82a35b1a4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 24 17:29:48 2010 +0000
+
+    (Texinfo mode): New section.
+
+commit 4bb3ba5fd23b7383a73efaa5dc76265588726897
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 17 16:03:47 2010 +0000
+
+    *** empty log message ***
+
+commit 752ee7dae927ca92d0e97be7d8e3ad00c6260fb7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 17 16:03:07 2010 +0000
+
+    (TeX-math-input-method-off-regexp): Fix regexp.
+
+commit 6d61026cbbd4daca778f15b937caf2044ec22b7d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 25 13:27:35 2010 +0000
+
+    *** empty log message ***
+
+commit 55ad3ca17e6a40043e0f3c6de56712172a28a58b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 25 13:27:05 2010 +0000
+
+    (TeX-print-command): Support printing of Postscript and
+    PDF files.  Doc fix.
+    (TeX-queue-command): Use lpstat instead of lpq.  Doc fix.
+    (TeX-printer-list): Support printing of Postscript and PDF files.
+    Make use of System V style commands (lp, lpstat) instead of
+    Berkeley style (lpr, lpq).
+    (TeX-printer-default): Doc fix.
+
+commit 44049c9ffcd3742480b91c6b7dc2d95082dee2e8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 17 12:01:29 2010 +0000
+
+    *** empty log message ***
+
+commit 994d6e7b9033147a8497ee4b1dbb44e3b4ecd3f9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 17 12:00:59 2010 +0000
+
+    (TeX-warning): Throw an error with a sensible message
+    if the file for the warning could not be determined.
+
+commit 86b533e529f73c37e0c26e5362a7b27dd33b201c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 13 12:22:51 2010 +0000
+
+    *** empty log message ***
+
+commit 628f830ed7993d32c33998036815dc4f723257d6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 13 12:22:24 2010 +0000
+
+    (TeX-format-filter): Calculate the current column as
+    difference between line start and end instead of using
+    `current-column' in order to do the right thing when octal codes
+    are present.
+
+commit 513aa893d79ff9de5844c6fc109d1d752d7a40e0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 11 14:24:56 2010 +0000
+
+    *** empty log message ***
+
+commit e9605c90ce2f13988d0c1df87d8b8af1aa5a8303
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 11 14:24:27 2010 +0000
+
+    (font-latex-keyword-matcher): Quote a list of face
+    properties but do not to quote a face symbol.
+
+commit 076c009fa2c09548ca51fa68767f2c3804b692ed
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 5 19:46:44 2010 +0000
+
+    *** empty log message ***
+
+commit 31260751f2aa4044eb02ee2b8ea15b296f6dd8f7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 5 19:46:10 2010 +0000
+
+    (TeX-parse-error): Allow `TeX-error-file' to become
+    empty.
+
+commit a42c8c13b9ffc13dc3dae64f1c0180f87ac57005
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 28 17:19:14 2010 +0000
+
+    *** empty log message ***
+
+commit 463d2ad3ec519040e22a47c833ec0d44906409a7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 28 17:18:45 2010 +0000
+
+    Require `plain-tex'.
+
+commit fb96be17ee96212f7ed8e52a10c6d9094f23c08f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 28 17:18:27 2010 +0000
+
+    (AUCSRC): Add plain-tex.el.
+
+commit efceeaf9ab569bbe979c7507f6d5aa4a7deb2901
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 28 17:18:15 2010 +0000
+
+    Move code related to plain TeX to plain-tex.el.
+
+commit b24c362c930f1550e8a53e6f829abae0bf546a8a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 28 17:17:48 2010 +0000
+
+    New file.
+
+commit 056eeb5cdec59bb425cadbc4ac2216d3fbd99041
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 27 18:41:45 2010 +0000
+
+    *** empty log message ***
+
+commit cb42a765702d571c94c4ca5f0a351bc6fa55002e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 27 18:41:13 2010 +0000
+
+    (TeX-clean): Regexp-quote the master file name.
+
+commit 93959b769e71942e80f288d2c2492a7186d6c6fe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 27 18:35:50 2010 +0000
+
+    *** empty log message ***
+
+commit d82f6318f1af0291b23dc8e9050826274029e10a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 27 18:35:20 2010 +0000
+
+    (TeX-view-program-selection): Doc fix.
+
+commit c64ac0ce4dc9a51c1bd85b1402d5705a1e851f58
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 20 16:12:24 2010 +0000
+
+    *** empty log message ***
+
+commit c20b7a2866d7c86f573cabc70494330609d66313
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 20 16:11:55 2010 +0000
+
+    (STYLESRC): Add style/french.el.
+
+commit ad77657ca7083ffec15c579cedb478a3c10802dd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 20 16:11:40 2010 +0000
+
+    New file.
+
+commit abe854a1ca990f2dd809d1d02c1129b6db4e40c9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 7 09:16:25 2010 +0000
+
+    *** empty log message ***
+
+commit 04bd9c8674a815690c0494234546895562564652
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 7 09:15:54 2010 +0000
+
+    (TeX-arg-key-val): Hint at key=value format in prompt.
+    (LaTeX-fill-region-as-para-do): Match whitespace without comment
+    starter at beginning of line when dealing with code comments.
+
+commit 23b9705afddb2a9d4ba7b78cf591afaceeec35e6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 6 14:11:11 2010 +0000
+
+    *** empty log message ***
+
+commit 9cf4099e58aef6caff7f52c48d9bb5ef15d9dec0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 6 14:07:16 2010 +0000
+
+    (DIST_PREFIX): Use the working directory for the
+    folder with distribution files.
+    (FTPDIR, WWWDIR): Make them subdirectories of `DIST_PREFIX'.
+    (COMMITTER_NAME, COMMITTER_EMAIL): Remove.
+    (COMMITTER): New variable.
+    (.PHONY): Update.
+    (tar-ball-clean): Use `check-tag'.
+    (check-tag): New name for `check-dist'.
+    (dist): Do not call `release-commit' anymore.
+    (snapshot): Now an alias for `dist'.
+    (release-commit): Use `COMMITTER'.
+    (release-sign): New name for `full-release' target.  Generate
+    version 1.1 directive files.
+    (xemacs-package): Depend on `check-tag'.
+    (WPACKAGEFILES): Include info files with a numerical supplement to
+    the .info extension.  Depend on `check-tag'.  Check for presence
+    of `WEMACSVER' variable.  Try to find a local AUCTeX tar ball
+    before downloading one.  Use `TAG' instead of `WAUCVER'.  Put ZIP
+    archive into `FTPDIR'.
+    (WAUCVER, WEMACSVER): Remove.
+    (release-upload): New target.
+    (www-doc): Depend on `check-tag'.  Update URLs for Emacs manuals.
+
+commit 4a8ccdc3f3ac3cddbe9c685318f3ef308c3de6ab
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 21 12:37:11 2010 +0000
+
+    Release_11.86
+
+commit 69597e353037c53797c790468c4b99d570786b0e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 21 12:23:09 2010 +0000
+
+    Update for upcoming release.
+
+commit 466b3851ead4720363b4ca471fa6dde6b1f964ab
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 21 12:22:47 2010 +0000
+
+    (Prerequisites): Update information about Emacs
+    distributions.
+
+commit 79fc2783b00372b1b3524540eff548e50f68bead
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 21 12:22:14 2010 +0000
+
+    Bump version number.  Update section on TeXing
+    options.
+
+commit bb7d3d47c2df5798f4b3bb2fa851d559d30e34c6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 21 12:21:58 2010 +0000
+
+    Bump version number.
+
+commit 4797a0c8cce00431e1502cb16aec485a5e90644e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 21 12:21:40 2010 +0000
+
+    (Version): Bump version number.
+
+commit ec0fc61dc4c41e1554a1d94488a9924d9f0e696c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 21 12:21:24 2010 +0000
+
+    Switch to GFDL 1.3.
+
+commit 7b5327844862fae4674dcb609507246216fe5e79
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 21 12:20:14 2010 +0000
+
+    Update for next release.
+
+commit 561a74e0358d022af893ce0b5f36476bab899ac9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 20 15:27:00 2010 +0000
+
+    *** empty log message ***
+
+commit 551601feb845c5d371c9a385b2b3ef3c7a72447f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 20 15:26:29 2010 +0000
+
+    (Documentation): Document change in `TeX-doc'.
+
+commit b5319bfda14f48d3344175744f698786d9216df8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 20 15:02:10 2010 +0000
+
+    *** empty log message ***
+
+commit 7d0524af541aafdb9c435aabb8f952b90ec64ad6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 20 15:01:35 2010 +0000
+
+    (TeX-doc): Add a fallback in case nothing is found via
+    the backend list, e.g. when using MiKTeX 2.8.
+
+commit 3c0527b99c9a04b78b84ddf411066158be506ff2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 14 16:19:00 2010 +0000
+
+    Update checksum.
+
+commit ef809f9dba5f76211289312ccd0b6cf465aa1902
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 14 14:48:43 2010 +0000
+
+    *** empty log message ***
+
+commit d2ace88757013f731ecb2ec13c6e74d6d6b2fa19
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 14 14:48:16 2010 +0000
+
+    Mention preview.sty supporting XeTeX.
+
+commit 02c83c3e1b29f8f5617d7a60c477eb62b246845f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 14 14:47:20 2010 +0000
+
+    Add support for XeTeX.
+
+commit 0d2a69665c3ce26d0411083b7038926f33c50d82
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 13 14:17:48 2010 +0000
+
+    *** empty log message ***
+
+commit d100ffd38098613dcd994f1ae953e0155f7c17b9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 13 14:17:19 2010 +0000
+
+    (TeX-XeTeX-command, LaTeX-XeTeX-command): Remove.
+    (ConTeXt-engine): Doc fix.
+    (ConTeXt-Omega-engine): Doc fix.  Make obsolote.
+    (TeX-expand-list): Add support for LuaTeX.  Adapt to new engine
+    handling.
+    (AUC-TeX-version, AUC-TeX-date): Remove.
+    (TeX-engine-alist-builtin): New variable.
+    (TeX-engine-alist): Adapt to new engine handling and make it a
+    defcustom.
+    (TeX-engine-alist): New function.
+    (TeX-engine): Adapt to new engine handling and make it
+    buffer-local.
+    (LaTeX-engine-alist): Remove.
+    (TeX-engine-set): Adapt to new engine handling and take care of
+    TeX PDF mode.
+    (TeX-clean-default-output-suffixes): Add .xdv.
+    (TeX-mode-specific-command-menu-entries): Construct list of
+    engines from `TeX-engine-alist'.
+
+commit 893477084f19c28e77f7c8e54063d6c465bbb413
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 13 14:16:55 2010 +0000
+
+    (ConTeXt-expand-options): Adapt to new engine
+    handling.
+
+commit 3d0c19fcbfe005b4e0314548b62cac93e21fdb3b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 13 14:16:37 2010 +0000
+
+    (Processor Options): Document options and
+    functions of new engine handling.
+
+commit be3eb8bed221078737bb068b819e30cd586850c7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 30 17:23:25 2009 +0000
+
+    *** empty log message ***
+
+commit 091c7ee071b29d71a79041d5b2edf9f280d8cd39
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 30 17:22:58 2009 +0000
+
+    (TeX-view-command-raw): Abort if no matching viewer is
+    found.
+
+commit 41ab2c08233b6132d22d3c6baacb594c3dfee671
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 30 16:37:24 2009 +0000
+
+    *** empty log message ***
+
+commit 55465bdbfe651237a2e408728a8d0697aea6b17c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 30 16:36:58 2009 +0000
+
+    (Troubleshooting): Add some hints about
+    preview-latex overwriting output files.
+
+commit db4bb2a180433e5c90793b7ff0096ce16045c9d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 28 22:07:19 2009 +0000
+
+    *** empty log message ***
+
+commit e290ce8d0b77fd6971f3f95ba3235e0d6f3911cc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 28 22:06:48 2009 +0000
+
+    New file.
+
+commit c58d6f7dff0e1eba32936021daf764cb9de8956d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 28 22:06:19 2009 +0000
+
+    (STYLESRC): Add style/austrian.el and
+    style/naustrian.el.
+
+commit d5339e3b3b1fee1084c99efd14ba845cdb4ce9f8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 26 15:38:16 2009 +0000
+
+    *** empty log message ***
+
+commit 3569ce7eda24d0eace8f63f13cb15596f5e42b78
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 26 15:36:34 2009 +0000
+
+    (Known problems): New subsection on dealing with
+    font locking problems.
+
+commit 7187735e661c6ef4e04794c8e3d45251d8a5933c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 26 15:35:29 2009 +0000
+
+    (font-latex-syntax-alist): New variable.
+    (font-latex-add-to-syntax-alist): New function.
+    (font-latex-setup): Use `font-latex-syntax-alist'.
+
+commit 0823638f9ba206bcb100525fc102ea2289526a6f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 26 15:34:33 2009 +0000
+
+    (STYLESRC): Add style/shortvrb.el.
+
+commit fed8a576c065656731927e599661cfaae06d4033
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 26 15:34:21 2009 +0000
+
+    New file.
+
+commit 6f91b5ff1d6ce9677ad9c519bd2dc29ec6c6a9d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 26 15:31:56 2009 +0000
+
+    (LaTeX-shortvrb-chars): New variable.
+
+commit 4200f31aa28922d91a53585eb1095554c5ee3a71
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 26 14:32:38 2009 +0000
+
+    *** empty log message ***
+
+commit 0bd8d718abcca14330d33f5c62766d7feeec2df0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 26 14:28:07 2009 +0000
+
+    Document changes after 11.85.
+
+commit 6ab2c68b21aaf22076e2f7bd9ce9758d6107218d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 26 14:24:27 2009 +0000
+
+    (ConTeXt-expand-options): Check for XeTeX engine, not
+    for mode which does not exist anymore.
+
+commit ec7743b81e0bc26e061d88d1ba309cb6abd47d81
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 26 14:21:55 2009 +0000
+
+    (plain-TeX-common-initialization): Let commented lines be
+    matched by `paragrah-separate' in order for commented and
+    non-commented paragraphs to be filled separately.
+
+commit 290f1740667064437b8e28db2be921a00e754042
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 12 18:44:24 2009 +0000
+
+    *** empty log message ***
+
+commit 2705da06d75d419f59b9dd43584d0f24f292f93a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 12 18:43:57 2009 +0000
+
+    (TeX-parse-error): Also find quoted file names with
+    newlines.  Remove the newlines from the matched string if
+    necessary.
+
+commit 5f733a032d3a1c0b5bf65fb5dd142ca33907a415
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 7 21:23:56 2009 +0000
+
+    *** empty log message ***
+
+commit d7f6d4bdd6dc7161985126ce09004c1ab9657a92
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 7 21:23:28 2009 +0000
+
+    (TeX-parse-error): Add an alternative in the parser
+    regexp for quoted file names.  Strip the quotation marks if a file
+    name was found with the alternative.
+
+commit 086f9b57be6fb0ba481a934437848a69a23a2263
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 6 12:01:24 2009 +0000
+
+    *** empty log message ***
+
+commit ccbb5aeadfd4bdfaf76f4d629957f76cb97bc230
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 6 12:00:49 2009 +0000
+
+    (TeX-fold-command-prefix): New variable.
+    (TeX-fold-mode): Use it.
+    (TeX-fold-keymap): Remove prefix strings.
+
+commit 2a0df7d2f087cc6c857714eeeca9ed236175df1f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 6 12:00:09 2009 +0000
+
+    (TeX-fold-menu): Remove hard-coded key binding labels.
+
+commit d3b3be1769e05cf4c82c97f3df23173a9c93dfa0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 6 11:59:45 2009 +0000
+
+    Add index entry for last change.
+
+commit 5027e98a1b5a53a221840836fc458b1705ae5270
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 6 11:58:31 2009 +0000
+
+    (Folding): Mention `TeX-fold-command-prefix'.
+
+commit b49ce7098dec5866db52a03d35f496f2c7864b04
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 22 12:20:10 2009 +0000
+
+    *** empty log message ***
+
+commit 8594404908300fb267273539214c87e35d212da1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 22 12:19:40 2009 +0000
+
+    Do not refer to Emacs 22 anymore.  Improve
+    the paragraphs about PNG support.
+
+commit 46c65b8151e4149bc1369b56b072201eca13efd7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 1 16:25:44 2009 +0000
+
+    *** empty log message ***
+
+commit 4877f5828b6c8ed274a863f63c23dc739267f344
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 1 16:25:15 2009 +0000
+
+    Disable key bindings for macro parameter
+    addition and change.
+    (LaTeX-pst-color-list, LaTeX-pst-boolean-list)
+    (LaTeX-pst-fillstyle-list): Remove information for completion
+    mechanism.
+    (LaTeX-pst-trimode-list, LaTeX-pst-linestyle-list): Remove.
+    Handled directly in `LaTeX-pst-basic-parameters-list'.
+    (LaTeX-pst-basic-parameters-list): New variable.
+    (LaTeX-pst-parameters): Call `TeX-arg-key-val' instead of
+    `LaTeX-package-parameters' and thereby use a different completion
+    mechanism.
+    (LaTeX-pst-macro-psdots): Do not add a dotstyle parameter.
+    (LaTeX-pst-env-pspicture): Handle optional parameter via
+    `multi-prompt-key-value'.
+    ("pstricks"): Handle arguments of \psdot and \psdots correctly.
+
+commit 39720cfedfd6c04239ff562c752554954c58d80d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 31 17:03:57 2009 +0000
+
+    *** empty log message ***
+
+commit 26c9f29b03fca0e2be8eec30c512b2acdecb0509
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 31 17:03:28 2009 +0000
+
+    (LaTeX-common-initialization): Set
+    `TeX-verbatim-p-function'.
+
+commit 742b271280c5613943b10429b0017d20903be38c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 31 17:03:05 2009 +0000
+
+    (TeX-verbatim-p-function): New variable.
+    (TeX-verbatim-p): New function.
+    (TeX-in-comment): Use it.
+    (TeX-brace-count-line): Use `TeX-in-comment' instead of just
+    checking for a comment character.
+
+commit 2d6298ea5afe8d2a7dac4ad61180c3379a4f80c9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 25 18:25:49 2009 +0000
+
+    *** empty log message ***
+
+commit 6c7de8da30e1c46f2eb51e6ff77ccce0215f7c13
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 25 18:25:12 2009 +0000
+
+    (TeX-view-predicate-list-builtin)
+    (TeX-view-predicate-list, TeX-view-program-list): Doc fix.
+    (TeX-view-program-list-builtin, TeX-view-program-selection):
+    Conditionalize default value based on system type.  Doc fix.
+    (TeX-synctex-output-page): Do not return random stuff if there was
+    no match.
+    (TeX-clean-default-intermediate-suffixes): Remove SyncTeX files as
+    well.
+
+commit 609c78ab80e43c327e96f45aecde59b0d74b9c72
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 25 18:24:47 2009 +0000
+
+    (Starting Viewers): Describe new viewer
+    selection options.
+    (Folding): Add some hints on how to do automatic folding.
+
+commit b2f892651430a578fb940c7d75ec29fd3e7909d9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 21 19:10:52 2009 +0000
+
+    *** empty log message ***
+
+commit 03c80890c3994777f1f866f8a2aab8304fd554b2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 21 19:10:23 2009 +0000
+
+    (TeX-synctex-output-page): Handle files in subdirectories
+    correctly.
+
+commit 0fe10ac81e3ac9ebdb7d08f5349aedfe4f209c8f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 18 15:52:05 2009 +0000
+
+    *** empty log message ***
+
+commit 6a8aab9541acf2d52116d60db115f3b2cad8682c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 18 15:51:31 2009 +0000
+
+    (TeX-command-list): Use `TeX-run-discard-or-function' as
+    hook for View command and provide it as a customization option.
+    (TeX-view-program-list): Add the possibility to use a function to
+    call the viewer.
+    (TeX-view-command-raw): Support the use of a function to call the
+    viewer.
+
+commit 27b52c2973cb6dad840e46da486e4e26153f1078
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 18 15:50:33 2009 +0000
+
+    (TeX-run-discard): Doc fix.
+    (TeX-run-discard-or-function): New function.
+
+commit 17d9dbc5cad5dfa5529224ece4a79b21dda32433
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 11 19:43:23 2009 +0000
+
+    *** empty log message ***
+
+commit ec7a585f2c9d177957c1a9adc51520d5b5fa797f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 11 19:42:53 2009 +0000
+
+    (TeX-view-predicate-list-builtin): Remove combined
+    predicates for paper properties and add new predicates testing
+    only one property.
+    (TeX-view-program-list-builtin): Use new predicates.
+    (TeX-view-program-list): Provide the possibility to use a list of
+    predicates.
+
+commit 2cc1e7f286727c09bfa2f6530fe574295ce0dc82
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 10 09:20:53 2009 +0000
+
+    Remove junk which slipped in with last check-in.
+
+commit 88c210ba7954c722a99999ff16c5f49601bd8e00
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 10 09:12:30 2009 +0000
+
+    *** empty log message ***
+
+commit c818ccb6b67b8bc35369d1131eb2ebf9649cb47e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 10 09:12:04 2009 +0000
+
+    (TeX-view-program-list): Shave off extra closing paren.
+
+commit 9d5eff0c595def255fa499965f9152ce548d385b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 4 12:03:27 2009 +0000
+
+    *** empty log message ***
+
+commit b84946259232ccce73926969aa26361fdbb13a90
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 4 12:02:56 2009 +0000
+
+    (TeX-view-predicate-list-builtin, TeX-view-program-list-builtin):
+    New variables.
+    (TeX-view-predicate-list, TeX-view-program-list)
+    (TeX-view-program-selection): New user options.
+    (TeX-match-style, TeX-view-match-predicate)
+    (TeX-view-command-raw): New functions.
+    (TeX-expand-list): Use `TeX-view-command-raw' for %V expander.
+
+commit 631513171e1b9f4633951dbd1dd525cc009798e0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 4 11:57:57 2009 +0000
+
+    (LaTeX-command-style, TeX-print-style, TeX-view-style):
+    Doc fix.
+
+commit 25085d0ad0587a721a6d1e8568d7f8fcb26a0ecc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 13 15:58:30 2009 +0000
+
+    *** empty log message ***
+
+commit 9c154eca5bd56b0d6e24109fd02628986088ecca
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 13 15:57:47 2009 +0000
+
+    (TeX-parse-error): Add support for quoted file names with
+    backslashes as path separators.  Those might be emitted by MiKTeX
+    2.8.
+
+commit b4d8d41e8da4e02741ad50b0bb4c739bdf04acf3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 13 09:25:49 2009 +0000
+
+    *** empty log message ***
+
+commit 26f54113366a0117f8a950d7d938afbfac276f29
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 13 09:25:05 2009 +0000
+
+    (TeX-error): Cater for case of file:line:error
+    messages without context.
+
+commit cf58a629752fe03cd2783151e2a7733b4156a231
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 18 19:21:01 2009 +0000
+
+    *** empty log message ***
+
+commit 0e86763942411574e3f8c686a36ff7f960eccb92
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 18 19:20:46 2009 +0000
+
+    (preview-start-pdf2dsc): Determine the PDF source
+    depending on the previews being generated from the master or the
+    region file.
+
+commit 0f0029db75a23322e48338e65a732eb71467d752
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 14 15:45:46 2009 +0000
+
+    *** empty log message ***
+
+commit f1d38eb486702210f5d99c620bd56b88fde56558
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 14 15:45:14 2009 +0000
+
+    (Indenting): Mention `LaTeX-item-regexp'.
+    (Fontification of math): New section replacing and extending
+    `Subscript and superscript'.
+
+commit fa196f96cb18f1f76a0efaa45b2821f369be81d8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 26 20:11:22 2009 +0000
+
+    *** empty log message ***
+
+commit d37f8ae70b2b595dd7f7117f1f95343ead092e34
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 26 20:10:52 2009 +0000
+
+    (TeX-source-correlate-mode): Clean `custom-requests'
+    property.
+    (VirTeX-common-initialization): Call `TeX-source-correlate-mode'
+    minor mode function when initializing the mode instead of when
+    loading the file.
+
+commit f9f29804e90b1b07a743e3a53d433e7d1fb7a2a8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 13 16:55:46 2009 +0000
+
+    *** empty log message ***
+
+commit 01613a21f205d7419536814eaf0ff0ec89d1d309
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 13 16:55:16 2009 +0000
+
+    (TeX-arg-key-val): Eval `key-val-alist' argument if it
+    is a symbol.
+
+commit 544f89f616ec1bcc6e49ee38333f7a6eccfc0dd9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 13 16:54:55 2009 +0000
+
+    ("listings"): Do not eval arguments of
+    `TeX-arg-key-val'.
+
+commit 238e455c865777fd7184fcf96e189fb9bacc8648
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 13 16:54:36 2009 +0000
+
+    (multi-prompt-expand-completion-table): New
+    function.
+    (multi-prompt-key-value): Use it.
+
+commit c9aa8295db440317b3439c467a98cdeb62549506
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 13 16:54:21 2009 +0000
+
+    Correct header info.
+    (LaTeX-pst-input-int, LaTeX-pst-point, LaTeX-pst-angle)
+    (LaTeX-pst-extdir, LaTeX-pst-arrows, LaTeX-pst-dotstyle-list)
+    (LaTeX-pst-refpoint-list, LaTeX-pst-refpoint)
+    (LaTeX-pst-macro-multirputps, LaTeX-pst-env-pspicture): Improve or
+    correct prompt.
+    ("pstricks"): Move to the bottom of the file.  Do not use
+    `function' to quote `lambda'.  Turn off TeX PDF mode.  Use `mapc'
+    instead of `mapcar'.
+
+commit d067c388cd702b8858ad6463e9a35102d46d7b90
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 5 17:52:56 2009 +0000
+
+    *** empty log message ***
+
+commit 5df1ab7743a052441e54a5913b3ebbcb8562b08e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 5 17:52:26 2009 +0000
+
+    (TeX-help-error): Make search for help text in log
+    file more robust.
+
+commit 0f23afc7560aea6ba587a24901cd5c8332dde1e5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 4 20:12:22 2009 +0000
+
+    *** empty log message ***
+
+commit 9eeea53b553f89d56f0c0fd92246de4ac9b0abff
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 4 20:11:44 2009 +0000
+
+    ("listings"): Remove redundant list when
+    calling `TeX-arg-key-val'.  Use `LaTeX-env-args' for lstlisting
+    environment.
+
+commit a9dfe850f21219c819a49d991b0c53a9b9312554
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 4 20:11:10 2009 +0000
+
+    (LaTeX-env-args): New function.
+    (TeX-arg-conditional, TeX-arg-eval, TeX-arg-label)
+    (TeX-arg-index-tag, TeX-arg-index, TeX-arg-macro)
+    (TeX-arg-environment, TeX-arg-cite, TeX-arg-counter)
+    (TeX-arg-savebox, TeX-arg-file, TeX-arg-define-label)
+    (TeX-arg-define-macro, TeX-arg-define-environment)
+    (TeX-arg-define-cite, TeX-arg-define-counter)
+    (TeX-arg-define-savebox, TeX-arg-document, LaTeX-arg-usepackage)
+    (TeX-arg-input-file, TeX-arg-bibstyle, TeX-arg-bibliography)
+    (TeX-arg-corner, TeX-arg-lr, TeX-arg-tb, TeX-arg-pagestyle)
+    (TeX-arg-verb, TeX-arg-pair, TeX-arg-size, TeX-arg-coordinate)
+    (TeX-arg-insert-braces): Doc fix.
+
+commit 29ab9eeb4e77ceba37a27a2af923ae2ab29750a8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 4 20:10:38 2009 +0000
+
+    (multi-prompt-separator): Remove.
+    (multi-prompt-key-value-collection-fn): Do not search for
+    `multi-prompt-separator'.
+    (crm-local-must-match-map, crm-local-completion-map): Silence the
+    byte compiler.
+    (multi-prompt-key-value): Require crm.el here and not at
+    top-level.
+
+commit eea722f0a24903de49a929ee5f1d87f94fdd8432
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 4 20:10:18 2009 +0000
+
+    (TeX-texinfo-mode): Add @lowersections and
+    @raisesections.
+
+commit 198790ecfb90c7f6b7f9ae14bdb478a63d7638d9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 4 20:09:44 2009 +0000
+
+    (Adding Environments): Document hooks for
+    `LaTeX-add-environments'.
+
+commit 06c57851105600da894cea301267285c43b66208
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 29 19:57:33 2009 +0000
+
+    *** empty log message ***
+
+commit 98e2e208de75863bf1686067da95ed96c32d018f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 29 19:57:03 2009 +0000
+
+    (LaTeX-listings-key-val-options): New
+    variable.
+    ("listings"): Use it.  Check for font-latex function, not feature.
+
+commit 778eb4ae9deaf2defedec8e6ce035008c38af298
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 29 19:56:50 2009 +0000
+
+    (TeX-arg-key-val): New function.
+
+commit 354dc55abaf893fd7a0137e45988c5da52461754
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 29 19:56:22 2009 +0000
+
+    Require crm.el.
+    (multi-prompt-separator, multi-prompt-key-value-sep)
+    (multi-prompt-completion-table): New variables.
+    (multi-prompt-key-value-collection-fn, multi-prompt-key-value):
+    New functions.
+
+commit c5228a4c06522392631bad21b53f7cb6f87d8645
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 22 16:51:38 2009 +0000
+
+    *** empty log message ***
+
+commit c216bf5c8ee3a5911472670dda577c5dc8edea21
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 22 16:51:10 2009 +0000
+
+    Revitalize support for completion in \cite
+    macros via `BibTeX-auto-store'.
+
+commit b907b587a61e058bf4a8ae26501c8f69321fa9d9
+Author: Holger Sparr <holger.sparr@gmx.net>
+Date:   Mon Mar 2 22:18:19 2009 +0000
+
+    STYLESRC: Add style/multido.el; style/pst-{grad|node|plot|slpe}.el
+
+commit 06fd96e24245b2e140614bda857979786793c5bb
+Author: Holger Sparr <holger.sparr@gmx.net>
+Date:   Mon Mar 2 22:16:39 2009 +0000
+
+    *** empty log message ***
+
+commit c03c56525c6d808b13f19952b363ecc482955b4b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 1 16:32:47 2009 +0000
+
+    *** empty log message ***
+
+commit 8940e81c264af92a831f05c8faaa53345f8851df
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 1 16:32:16 2009 +0000
+
+    (LaTeX-verbatim-macro-boundaries): Do step backwards at
+    beginning of buffer.
+    (LaTeX-search-forward-comment-start): Treat find of comment at
+    limit correctly.
+
+commit e20aa5a78b4c869cebeff143ebe2346c11970cae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 1 16:30:20 2009 +0000
+
+    (TeX-fold-comment-do): Abort backward search for
+    comment start at beginning of buffer.  Do not fold empty comment.
+
+commit 5b4a210e53aad31780aed1cca8bcc9d1b55bf000
+Author: Holger Sparr <holger.sparr@gmx.net>
+Date:   Sat Feb 28 00:06:52 2009 +0000
+
+    first check-in
+
+commit 98445a9b2b5ec20ff47c382ff5b1c86ddfda6127
+Author: Holger Sparr <holger.sparr@gmx.net>
+Date:   Mon Feb 23 17:20:33 2009 +0000
+
+    first check-in (based on a rewrite of Jean-Philippe Georget's pstricks.el)
+
+commit 5d0446d17bc2325d8bb3d0696e211b64df6dbd54
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 22 14:51:27 2009 +0000
+
+    *** empty log message ***
+
+commit 959b87f82047d2b97f208adbefa581c06d9da094
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 22 14:50:43 2009 +0000
+
+    (STYLESRC): Add style/tabularx.el
+
+commit 6617dad041851defd19a141e1dccd4c8646d0b73
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 22 14:50:24 2009 +0000
+
+    New file.
+
+commit 07d886dcb07dd95503c15b8f6635e8310a03c1e7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 22 14:48:51 2009 +0000
+
+    (Wishlist): Fix typo.  Remove entry which is
+    already supported.
+
+commit 84e25aaf1018b2922f68cbd1a8958252654a4fd3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 22 14:48:38 2009 +0000
+
+    (Multi-line fontification): Remove.
+
+commit b35802dbb2b75f1b2576de77668c371eab03c6d1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 15 15:34:12 2009 +0000
+
+    *** empty log message ***
+
+commit 0b14d89fab8eeb52ecf13bcd22d77e505047d0b1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 15 15:33:41 2009 +0000
+
+    (Simple Style): Bring example in line with reality.
+
+commit e86308661c333debdd1e19d92b6f1ed99176292b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 15 15:33:00 2009 +0000
+
+    ("natbib"): Check for font-latex function rather
+    than feature.  Add fontification spec for \cite.
+
+commit 01635b431e7cfad9dca8c48d8f7690bc9c2ce115
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 24 19:13:32 2009 +0000
+
+    *** empty log message ***
+
+commit 30d43d2921fcc6582b1414eb4152e015d2e3027c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 24 19:13:04 2009 +0000
+
+    (TeX-source-correlate-method): Doc fix.
+    (TeX-source-correlate-mode): Call minor mode function after file
+    is loaded.
+
+commit bc97070f3c87ae731fd3c275aecf8823cd6c4cf8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 14 19:59:02 2009 +0000
+
+    *** empty log message ***
+
+commit f8e6825502180d72ca793b6338ca6921bd4f6492
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 14 19:58:28 2009 +0000
+
+    (LaTeX-babel-insert-hyphen): Put `delete-selection'
+    property on function symbol.
+
+commit 3c67bff2fb1aae4c48c0a80538b1a0acc797c4d5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 4 16:35:23 2009 +0000
+
+    *** empty log message ***
+
+commit 009e706e032b05d05680dda952eb47caed53b87e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 4 16:34:57 2009 +0000
+
+    New file.
+
+commit 0e4ecf214058657d04d60887d293a7f2f8163da7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 4 16:34:44 2009 +0000
+
+    (STYLESRC): Add style/CJKutf8.el.
+
+commit ecad77009b9ff11df77956072f0000efff637c07
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 4 15:01:35 2009 +0000
+
+    *** empty log message ***
+
+commit f08ef844be5e3edfbc183dc220fbc5fbc9342332
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 4 15:01:09 2009 +0000
+
+    Correct argument numbers of \rubysize and \rubysep.
+
+commit 66855d7827e10a8f691fcc26857e56f07490daca
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 4 14:53:00 2009 +0000
+
+    *** empty log message ***
+
+commit 34c5cc5f512c6c72a171eb1d0a68bb6f9b62fadf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 4 14:52:34 2009 +0000
+
+    (STYLESRC): Add style/CJK.el and style/ruby.el.
+
+commit 0720171c721e6b23470e76c6a60ce86fb19c10a9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 4 14:52:14 2009 +0000
+
+    New file.
+
+commit cd9948f8d5d6a80467c34b295417193018443fcc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 3 16:30:15 2009 +0000
+
+    *** empty log message ***
+
+commit 79309f3eee0c4dbc59afe1b5d084ea6e8d54188c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 3 16:29:48 2009 +0000
+
+    ("flashcards"): Test for font-latex function
+    instead of feature.  Reflect that \cardbackstyle has an optional
+    argument.
+
+commit faa62ed7ffec2e6c8fcbe64178403b8bd79079e9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 29 19:31:33 2008 +0000
+
+    *** empty log message ***
+
+commit 2736fb149394b02d58dec7e6f4deedbf8d2b81a3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 29 19:31:02 2008 +0000
+
+    ("hyperref"): Test for font-latex function
+    instead of feature.  Activate hyperref referencing style if
+    possible.
+
+commit d3c6a461b93c55d50c9cf83f192e41a1bfdea681
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 28 15:43:10 2008 +0000
+
+    *** empty log message ***
+
+commit c714de349303544b346a32f276c39dbb3397de06
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 28 15:42:45 2008 +0000
+
+    (TeX-current-pages): Get rid of trailing periods.
+    (TeX-LaTeX-sentinel): Add support for longtable warning.  Use only
+    one search per condition.  Call `message' like `format'.
+
+commit 579d4579f53c15b03e16aae8db83ef41978fd036
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 22 22:27:03 2008 +0000
+
+    Fix last change.
+
+commit c722797989a006ecb82324aee556aad177d659f5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 22 21:30:56 2008 +0000
+
+    *** empty log message ***
+
+commit 1b5978d1c8bee14027304d717502059ff4138a0e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 22 21:30:22 2008 +0000
+
+    (TeX-macro-global): Call `TeX-tree-expand' instead of
+    `TeX-macro-global-internal'.
+
+commit 85b56f824ab04955c7da275f9721850c9fd09669
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 22 21:29:55 2008 +0000
+
+    (TeX-doc-backend-alist): Call `TeX-tree-expand' instead
+    of `TeX-macro-global'.
+
+commit d51c9249d3952ee8467f5f04bd65f15f6da40615
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 22 16:42:52 2008 +0000
+
+    *** empty log message ***
+
+commit e94136fe7c2bbfeb6eb598b16d5bd976cada8031
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 22 16:42:26 2008 +0000
+
+    (TeX-deactivate-mark): New function.
+    (TeX-parse-argument): Use it.
+
+commit 15034db4d8baf4ccc66275382f14dbe5be165b47
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 22 16:41:56 2008 +0000
+
+    (LaTeX-env-item): Deactivate the mark before the inserting
+    \item.
+    (LaTeX-insert-item): Swap point and mark when mark if necessary.
+    Insert newline only when not at beginning of line.
+
+commit 929a478ab91fd6ba1c4a43b1cae00077ebca85a5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 21 14:37:54 2008 +0000
+
+    *** empty log message ***
+
+commit 8a293d12fdd2c27ff3fb0b308ac11dcbfd07d8d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 21 14:37:28 2008 +0000
+
+    (TeX-auto-private, TeX-style-private): Per default
+    propose a place in the user's Emacs directory, not in the TeX
+    tree.
+    (TeX-style-path): Add values to the end of the list.  Doc fix.
+
+commit 5da411d59c80b2b1e423d14417ef131a6680f043
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 21 14:37:07 2008 +0000
+
+    (Automatic Private): Adjust descriptions of
+    `TeX-macro-private', `TeX-auto-private', and `TeX-style-private'.
+
+commit f86a331946230729089d80b0a422dd51e1363bbc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 16 22:30:55 2008 +0000
+
+    *** empty log message ***
+
+commit 924922b2a515f1ca0d7786ff1b38a686ca4a6a31
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 16 22:30:28 2008 +0000
+
+    (TeX-tree-expand): Do not return removed default argument.
+
+commit 6e9c4e507e27c902d7867d7124aa28dbdadecfbd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 16 22:27:22 2008 +0000
+
+    *** empty log message ***
+
+commit a9a9cc325c0cd3b00844ebc2f83cfec31692422d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 16 22:26:55 2008 +0000
+
+    (TeX-tree-expand): New name for
+    `TeX-macro-global-internal'.  Adapt parameter list to make it more
+    flexible.  Update doc string.
+    (TeX-macro-global): Change to accomodate new interface of
+    `TeX-tree-expand'.
+    (TeX-macro-private): New function.
+    (TeX-macro-private): Use it to determine variable value.
+
+commit 5246e9c0a86777d8106ca8065224671c51ebad42
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 13 10:14:02 2008 +0000
+
+    *** empty log message ***
+
+commit 7d377d1eef0934557c5443ccb74b00a45027f4cc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 13 10:13:35 2008 +0000
+
+    (plain-TeX-clean-intermediate-suffixes)
+    (plain-TeX-clean-output-suffixes): New variables.
+
+commit 1d39ffd6be3efb719e918718dc1e3b115bc5733b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 1 19:30:06 2008 +0000
+
+    *** empty log message ***
+
+commit 63ca3e17655ff894851df6ef829a9feb7960bb59
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 1 19:29:39 2008 +0000
+
+    (VirTeX-common-initialization): Revert last change.
+
+commit 4ac163b49da1fa58cef83d5ecbb5a310d9ecf939
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 30 20:28:00 2008 +0000
+
+    *** empty log message ***
+
+commit ebd5e9fe9c7ddbe5bd3c58855ff87994b7030e28
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 30 20:27:33 2008 +0000
+
+    (VirTeX-common-initialization): Do not add call to
+    `TeX-update-style' to `find-file-hooks' but call it directly.
+
+commit b6068804a76020dc7de7f7c944b3f5e527294c43
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 23 20:41:41 2008 +0000
+
+    *** empty log message ***
+
+commit 175148129c3762435ba8c9821cf3c726b6e0107d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 23 20:41:14 2008 +0000
+
+    (TeX-format-list): Use \subsection and \subsubsection as well to
+    identify a LaTeX file.
+
+commit 9387315003fe3acc272372d2e8bfb9eee96d9e1c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 23 20:13:50 2008 +0000
+
+    *** empty log message ***
+
+commit f95948d8785c2e826e7fc29d29ca8473172c652d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 23 20:13:22 2008 +0000
+
+    (TeX-source-correlate-determine-method): Use configured
+    LaTeX command and find -synctex switch even if there are spaces in
+    front of it, as e.g. with MiKTeX.
+
+commit a3e31683c1db5232b41583a8de349caedbcfc625
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 2 14:02:42 2008 +0000
+
+    *** empty log message ***
+
+commit b4b53c937c1e8382b7eaf4795e7e83507e1b1f2b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 2 14:02:10 2008 +0000
+
+    (font-latex-match-math-env)
+    (font-latex-extend-region-backwards-math-env): Do not match
+    \\[...].
+
+commit 94d1b979cc533b23f654ec8ba0a64f0c18bb844e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 2 07:42:23 2008 +0000
+
+    *** empty log message ***
+
+commit 103b44ce6c47df1bb4b54f75ed3371dae25f70e0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 2 07:40:14 2008 +0000
+
+    (TeX-fold-expand-spec): Do not treat `\' special in
+    replacement text.
+
+commit 7572f4ce8d8f96fd4f7744dda5976d8167287433
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 26 17:51:29 2008 +0000
+
+    *** empty log message ***
+
+commit cbc9e4134a5536049b09f6774559fffa92b1d462
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 26 17:50:58 2008 +0000
+
+    (plain-TeX-common-initialization): Respect double dollar,
+    i.e. "$$", as a paragraph separator.
+
+commit ea0b58de0b0bba088ae56f991a9260cbcf7466ad
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 14 18:28:22 2008 +0000
+
+    *** empty log message ***
+
+commit 8c0e42b94baa2ed6623f37ff1bcbaa7a584fc65c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 14 18:27:52 2008 +0000
+
+    (TeX-comment-prefix): Save match data.
+
+commit c432e45598736f05e64ad95b458d5e8191a12d68
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 14 18:27:29 2008 +0000
+
+    (LaTeX-current-environment): Fix handling of commented
+    parts.
+
+commit 61746d16b7531e64cee7f946f6f7784b22412697
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 13 06:38:58 2008 +0000
+
+    *** empty log message ***
+
+commit 2ee2278571964d16c3e1e2f52791559beb838ff0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 13 06:38:18 2008 +0000
+
+    Make some corrections and updates.
+
+commit 175adc3abe93a0735f3e91132f8aa38b7873dd92
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 12 18:14:16 2008 +0000
+
+    *** empty log message ***
+
+commit 6dfa1d155b3f97b2fbddfd8b442fda001e2d6cb1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 12 18:13:50 2008 +0000
+
+    (TeX-warning): Fix regexp for detecting bad boxes.
+
+commit 397f89de7cb54c6ce50555d36397bf2e5d293b26
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 11 18:29:11 2008 +0000
+
+    *** empty log message ***
+
+commit 15f3ba5ee0cb4eb0e81bcb27290da0548befc6b1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 11 18:28:44 2008 +0000
+
+    (TeX-set-mode-name): Indicate TeX PDF mode as a trailing
+    flag.
+    (TeX-engine): Doc fix.
+
+commit 63449fd510027f6317cb10af8746900ec0b8cd06
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 11 17:36:18 2008 +0000
+
+    *** empty log message ***
+
+commit 8f30e462a1647480003398e2113b77e801e40f3b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 11 17:35:28 2008 +0000
+
+    Restructure some parts.  Update and extend it a
+    bit to reflect the recent changes of functionality.
+
+commit ffa8c46de1a4a23340817265e20b8ef8305fec7d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 7 08:30:54 2008 +0000
+
+    *** empty log message ***
+
+commit e81a769b4ba1e499e10de30437c41d1dbe013639
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 7 08:30:21 2008 +0000
+
+    (TeX-interactive-mode): Add to `minor-mode-alist'.
+    ("desktop"): Remove `TeX-interactive-mode' from
+    `desktop-locals-to-save'.
+
+commit fc371f183455b8d4e2c3a9f2c3242f59da4c9c04
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 6 19:35:55 2008 +0000
+
+    *** empty log message ***
+
+commit 0d3546df7a44172ecb67178c35e24ad57495af4a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 6 19:35:19 2008 +0000
+
+    (LaTeX-paragraph-commands-regexp-make): Make it work
+    for the case that `LaTeX-paragraph-commands' is set.
+
+commit f31f5122878e698939db8d477ab60c663c779063
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 5 18:26:13 2008 +0000
+
+    *** empty log message ***
+
+commit 266b334966dc4e4e5f812e6c2b24eca4f3f0ec39
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 5 18:25:43 2008 +0000
+
+    (ConTeXt-expand-options): Use `TeX-engine' instead of
+    XeTeX and Omega mode variables.
+
+commit 6a5f747a4d1b53db246b920c9c8ea7e3ec64ae82
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 5 18:25:21 2008 +0000
+
+    (TeX-engine): New variable.
+    (TeX-expand-list): Use it instead of XeTeX and Omega mode
+    variables.
+    (hack-one-local-variable): Remove references to XeTeX and Omega
+    mode variables.
+    (TeX-set-mode-name): Remove lighters for XeTeX and Omega mode.
+    (TeX-engine-alist, LaTeX-engine-alist): New variables.
+    (TeX-engine-set): New function.
+    (TeX-Omega-mode): Mark as obsolete.  Remove defcustom.
+    (TeX-PDF-mode): Use `TeX-engine' instead of mode variables.
+    (TeX-XeTeX-mode): Remove.
+    (TeX-mode-map): Remove key bindings for toggling XeTeX and Omega
+    mode.
+    (TeX-mode-specific-command-menu-entries): Use new facilities for
+    switching TeX engines.
+    ("desktop"): Remove reference to TeX Omega mode.
+
+commit 0a872741bc792455752b93425780ae482e0dcd14
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 7 17:40:48 2008 +0000
+
+    *** empty log message ***
+
+commit 4673968dd1e3264e77ccd12f125d96aa0c9991ae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 7 17:40:02 2008 +0000
+
+    (TeX-PDF-mode): Use "" as lighter in `minor-mode-alist'.
+
+commit 14d70a6700421727db9b2aadf07fdfcf9b8652a0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 7 17:37:43 2008 +0000
+
+    *** empty log message ***
+
+commit ac686c3d5fd5a4953ba0b7e26ccfa40dd9cd90d9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 7 17:37:15 2008 +0000
+
+    (TeX-PDF-mode): Add to `minor-mode-alist'.
+    ("desktop"): Remove `TeX-PDF-mode' from `desktop-locals-to-save'.
+
+commit c79b8b176699bd235c58926c5329f7cac97fc3b6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 7 14:21:53 2008 +0000
+
+    *** empty log message ***
+
+commit 37b0ab41781bf90232d74c65e448934d46f379c6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 7 14:21:16 2008 +0000
+
+    (LaTeX-mark-environment): Swap beg and end.
+
+commit 9e5d5ab2cba1077d0c15efd127a65e77fda4e10f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 2 20:20:17 2008 +0000
+
+    *** empty log message ***
+
+commit 84b5b2ed7d42445261d647197686c680d5de7ca6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 2 20:19:39 2008 +0000
+
+    (TeX-bar-TeX-buttons, TeX-bar-LaTeX-buttons): Mimic
+    the default tool bars more closely.
+
+commit 2f5e1d07bd9301bd82b735de889d5005aa4b3c12
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 2 20:19:27 2008 +0000
+
+    (toolbarx-default-toolbar-meaning-alist): Provide different defaults
+    for different Emacs and XEmacs versions.  Conditionally add a
+    `new-file' entry.
+
+commit ac77b60481c1b1e4e282b583ba411db3c2a22e1c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 28 21:11:55 2008 +0000
+
+    *** empty log message ***
+
+commit 9f0296d712198f3d3e5672ea3ebf2b39362d4e79
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 28 21:11:23 2008 +0000
+
+    (toolbarx-image-path): Protect agains load-path
+    items being nil.
+
+commit 6491fe2364be2aa909924f62cb8cebe584b415d8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 28 20:41:40 2008 +0000
+
+    *** empty log message ***
+
+commit 05e9548c02e1d0e45817af2d73194419d1979b7a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 28 20:41:12 2008 +0000
+
+    (TeX-source-specials-view-start-server): Alias only if
+    `defvaralias' is available.
+    (TeX-master, TeX-convert-master): Move upwards to prevent some
+    compiler warnings.
+
+commit f4766c583a32fe0020c74a106b7341bde42ddb39
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 28 20:40:33 2008 +0000
+
+    (TeX-arg-epsfsize): Silence the byte compiler.
+
+commit b0a131087320718dff86ceaa97fb64ebb64338a9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 28 20:40:18 2008 +0000
+
+    (LaTeX-style-foils): Silence the byte compiler.
+
+commit a0468a7932a665753288fa61aa786963e2eb00f2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 27 20:10:30 2008 +0000
+
+    *** empty log message ***
+
+commit 6bfdac53984957afb3ad183707af7a6fcf1944ea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 27 20:09:39 2008 +0000
+
+    (ConTeXt-expand-options): Support TeX XeTeX mode and
+    TeX Source Correlate mode.
+
+commit 58370966cd00d51a0754110bd9e5560c702248ee
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 27 20:08:57 2008 +0000
+
+    (TeX-synctex-tex-flags): New variable.
+    (TeX-source-correlate-expand-options): Use it.
+    (TeX-source-specials-tex-flags): Remove possibility to create
+    lists.
+
+commit 831089d79606e0320d71e8f6b0064aeda0d2403d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 24 17:22:36 2008 +0000
+
+    *** empty log message ***
+
+commit 9ecaebe1e7739d5dc9c61a09a67bd5fca5e9d063
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 24 17:22:11 2008 +0000
+
+    (TeX-source-specials-mode): Fix last change.
+
+commit bbb3037ba1389a150aaae33a293a4a1a8e0c276b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 23 19:55:16 2008 +0000
+
+    *** empty log message ***
+
+commit 144f3fa87cbb5b5ede044dd98b7f099993d27f0b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 23 19:54:45 2008 +0000
+
+    (TeX-expand-list): Prevent "%(PDF)" expander from
+    returning "pdf" if `TeX-XeTeX-mode' is active.  Make "%(tex)" and
+    "%(latex)" expanders aware of the XeTeX commands.
+    (hack-one-local-variable): Cater for `TeX-XeTeX-mode'.
+    (TeX-set-mode-name): Cater for `TeX-XeTeX-mode'.
+    (TeX-source-specials-mode): Mark as obsolete.
+    (TeX-PDF-mode): Disable TeX XeTeX mode if TeX PDF mode is
+    disabled.
+    (TeX-Omega-mode): Disable TeX XeTeX mode if TeX Omega mode is to
+    be enabled.
+    (TeX-XeTeX-command, LaTeX-XeTeX-command): New variables.
+    (TeX-XeTeX-mode): New minor mode.
+    (TeX-mode-map): Define key for TeX XeTeX mode.
+    (TeX-mode-specific-command-menu-entries): Add entry for TeX XeTeX
+    mode.  Make the engine-related options exclusive by using radio
+    buttons.  Refine the wording for some options.
+
+commit 5a5ae142fe92c1b822cd9c90abf34a337368f468
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 19 20:54:58 2008 +0000
+
+    *** empty log message ***
+
+commit d923891c9b0bc0a0ccca96089974d02662becb9b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 19 20:54:27 2008 +0000
+
+    (TeX-source-correlate-determine-method): Do not error out
+    if calling the engine fails.
+
+commit 5312000106e95b96b19eef4d988a57e836ed132b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 19 17:09:45 2008 +0000
+
+    *** empty log message ***
+
+commit 42aa6b2bfce480a89b9db634e603f7b8340c8c44
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 19 17:09:13 2008 +0000
+
+    (LaTeX-mark-environment): Keep point upon unsuccessful
+    search.
+
+commit 45f5cc9b749d1eb5dae49d1bd41ea196aa70be27
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 19 16:29:53 2008 +0000
+
+    *** empty log message ***
+
+commit 5e7b72baf58cda86554e220f7d45e49f879fc811
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 19 16:29:27 2008 +0000
+
+    (LaTeX-mark-environment): Support marking of multiple nested
+    environments.
+
+commit b3f2f8c26e6dae5bf5a75db457ee77332d234d87
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 17 18:21:59 2008 +0000
+
+    *** empty log message ***
+
+commit 386a4f43c8a3c7f6700d3f75668c9ab1312ef778
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 17 18:21:32 2008 +0000
+
+    (LaTeX-paragraph-commands-regexp): Move behind
+    `LaTeX-paragraph-commands' definition.
+
+commit 09e8cb7905d60758c075a32ff07d43dbc143b12e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 17 18:17:32 2008 +0000
+
+    *** empty log message ***
+
+commit 397460538c993bc2375ccca557cca0c4a9c6eb36
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 17 18:17:05 2008 +0000
+
+    (LaTeX-paragraph-commands-regexp-make): Take
+    `LaTeX-paragraph-commands' into account.
+
+commit 6b51e0c46ae3fbf319a736e46755a646c07247c3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 14 20:33:04 2008 +0000
+
+    *** empty log message ***
+
+commit 154ce452d9f820fd66dea438c6953410c3bd3cfa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 14 20:32:32 2008 +0000
+
+    ("pdfsync"): Use
+    `TeX-source-correlate-output-page-function' rather than
+    `TeX-sync-output-page-function'.
+
+commit 54a2d61dbd4218035b08127dfe2b02725d4210c2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 14 20:31:25 2008 +0000
+
+    (TeX-command-list): Remove SyncTeX expanders.
+    (TeX-expand-list): Adapt function calls.  Remove SyncTeX expander.
+    (hack-one-local-variable, TeX-set-mode-name): Remove
+    `TeX-synctex-mode' and `TeX-source-specials-mode'.  Add
+    `TeX-source-correlate-mode'.
+    (TeX-source-correlate-method): New variable.
+    (TeX-source-correlate-method-active): New variable.
+    (TeX-source-correlate-output-page-function): Renamed from
+    `TeX-sync-output-page-function'.
+    (TeX-source-correlate-start-server): Renamed from
+    `TeX-view-start-server'.
+    (TeX-source-correlate-start-server-asked): Renamed from
+    `TeX-view-start-server-asked'.
+    (TeX-source-correlate-start-server-flag): Renamed from
+    `TeX-view-start-server-flag'.
+    (TeX-source-correlate-gnuserv-p): Renamed from
+    `TeX-view-gnuser-p'.
+    (TeX-source-correlate-server-enabled-p): Renamed from
+    `TeX-view-server-enabled-p'.
+    (TeX-source-correlate-start-server-maybe): Renamed from
+    `TeX-view-start-server-maybe'.
+    (TeX-source-specials): Remove custom group.
+    (TeX-source-correlate-determine-method): New function.
+    (TeX-source-correlate-expand-options): Renamed from
+    `TeX-source-specials-expand-options'.  Support SyncTeX as well.
+    (TeX-source-correlate-map): Renamed from
+    `TeX-source-specials-map'.
+    (TeX-source-correlate-mode): Renamed from
+    `TeX-source-specials-mode'.  Support SyncTeX as well.
+    (TeX-source-specials-mode): Now an alias for
+    `TeX-source-specials-mode'.
+    (TeX-source-specials-tex-flags, TeX-source-specials-places)
+    (TeX-source-specials-view-position-flags)
+    (TeX-source-specials-view-editor-flags)
+    (TeX-source-specials-view-gnuclient-flags)
+    (TeX-source-specials-view-emacsclient-flags): Put into `TeX-view'
+    rather than `TeX-command' group.
+    (TeX-source-specials-view-expand-options): Adapt for new function
+    names and distinction between source specials and SyncTeX.
+    (TeX-synctex-mode): Remove.
+    (TeX-mode-map): Remove binding for TeX SyncTeX mode.
+    (TeX-mode-specific-command-menu-entries): Remove menu entry for
+    TeX SyncTeX mode.  Use Source Correlate moniker instead of Source
+    Specials.
+
+commit 8b0d5c8da76e24f727937d8bff5b5bf5d3cf5dae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 7 16:26:30 2008 +0000
+
+    *** empty log message ***
+
+commit 333e6ffb458cdbd953e6039191b18fe3ee5fd871
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 7 16:26:01 2008 +0000
+
+    (Folding): Fix last change.
+
+commit f3cc97025f14f0745602907543ab57a691c10cb3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 6 18:00:46 2008 +0000
+
+    *** empty log message ***
+
+commit 6cfade0f090cb1249ea95969b2631bfc40c1c73e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 6 18:00:21 2008 +0000
+
+    (Folding): Document folding of math constructs
+    and the possibilities of providing expanders and alternatives in
+    replacement specifiers.
+
+commit f0319df58582db163e40e505e652b2471fee95f6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 6 17:31:38 2008 +0000
+
+    *** empty log message ***
+
+commit 5cb0272c74907c3e1fae84cf32d00b36b22704de
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 6 17:31:13 2008 +0000
+
+    (TeX-toggle-off-input-method): Remove.
+    (TeX-math-input-method-off): Do without
+    `TeX-toggle-off-input-method'.
+
+commit ed40dbc71ce6a81f76604d1dc781e7f74b08c5d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 6 17:06:26 2008 +0000
+
+    *** empty log message ***
+
+commit aedbbd3bb15695155805a99dd75dcb554d2c958b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 6 17:04:46 2008 +0000
+
+    (TeX-command-list): Add expanders for SyncTeX.
+    (TeX-expand-list): Start server if necessary when viewing.  Define
+    expander for SyncTeX.
+    (hack-one-local-variable): Cater for TeX SyncTeX mode.
+    (TeX-set-mode-name): Add lighter for TeX SyncTeX mode.
+    (TeX-view): New customization group.
+    (TeX-view-start-server): Renamed from
+    `TeX-source-specials-view-start-server'.
+    (TeX-source-specials-view-start-server): Rename to
+    `TeX-view-start-server' and define alias.
+    (TeX-view-start-server-asked): Renamed from
+    `TeX-source-specials-view-start-server-asked'.
+    (TeX-source-specials-view-start-server-asked): Rename to
+    `TeX-view-start-server-asked'.
+    (TeX-view-start-server-flag): New variable.
+    (TeX-view-gnuserv-p): Renamed from
+    `TeX-source-specials-view-gnuserv-p'.
+    (TeX-source-specials-view-gnuserv-p): Rename to
+    `TeX-view-gnuserv-p'.
+    (TeX-view-server-enabled-p): New function.
+    (TeX-view-start-server-maybe): New function.
+    (TeX-source-specials-mode): Set `TeX-view-start-server-flag'.
+    (TeX-source-specials-view-expand-client): Adapt call to new
+    function name.
+    (TeX-source-specials-view-expand-options): Do not try to start the
+    server here anymore.
+    (TeX-synctex-mode): New minor mode.
+    (TeX-synctex-output-page): New function.
+    (TeX-mode-map): Add key for toggling TeX SyncTeX mode.
+    (TeX-mode-specific-command-menu-entries): Add menu entry for TeX
+    SyncTeX mode.
+
+commit 6106420748a64bfe9d81e86e53d6054ebcd9c885
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu Jul 3 21:44:57 2008 +0000
+
+    *** empty log message ***
+
+commit 93a136d7c315f45264b6cb1d2869dedfd749e073
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu Jul 3 21:43:36 2008 +0000
+
+    Added a few more items to the menu to select particular ConTeXt macro's.
+
+commit 9e1b4f88f67bf74b1f5dfe1bc419be5d6df82a09
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 29 11:08:29 2008 +0000
+
+    *** empty log message ***
+
+commit f14136cfd3934ba93fd051f11cc5071903da841f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 29 11:08:03 2008 +0000
+
+    ("bulgarian"): Use value of
+    `TeX-quote-after-quote' for default quote insertion behavior.
+
+commit d7e8c44c4af74345ce0dcd34f794ad05c5daa57a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 28 14:23:50 2008 +0000
+
+    *** empty log message ***
+
+commit 897dab819c438d6c08896c226e2fe0adc2146367
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 28 14:23:23 2008 +0000
+
+    (TeX-fold-macro-spec-list): New spec for \item.
+    Adapt doc string to reflect new functionality.
+    (TeX-fold-macro-nth-arg): New `delims' parameter which can be used
+    to find other macro args than those enclosed by braces.
+    (TeX-fold-expand-spec): New function.
+    (TeX-fold-hide-item): Use it.
+
+commit b6f1564d50caa84985cb6ed1a052793ff379c03e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 28 14:23:08 2008 +0000
+
+    (TeX-search-syntax-table): Support (...) and <...>.
+
+commit 25fd0a2aec8bcf6649ba39beb11fd747955a314a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 28 14:22:46 2008 +0000
+
+    (font-latex-find-matching-close): Simplify.  There
+    is no need for a general mechanism if the supported chars are
+    limited at another place.
+
+commit f573c42106300dff24ada2cbee584d0290654704
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 28 09:06:46 2008 +0000
+
+    *** empty log message ***
+
+commit 14d57bcbc52a54278c16c2060b39d925f3855550
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 28 09:06:22 2008 +0000
+
+    (STYLESRC): Add style/bulgarian.el.
+
+commit c8bd6b81416ec842dd89d370922c30d8566c2085
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 28 09:06:14 2008 +0000
+
+    (European): Document `bulgarian' language option.
+
+commit 36eb9d940f0defe1217358265b78c75604f00062
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 28 09:05:59 2008 +0000
+
+    New file.
+
+commit 14a0f0be7127c265cb3f5c89fc7df7caeac89fdb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 21 20:58:19 2008 +0000
+
+    *** empty log message ***
+
+commit b4f3af4ea7d7f151650c834a1a4ab3c9f9c11859
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 21 20:57:54 2008 +0000
+
+    (STYLESRC): Add style/hyperref.el.
+
+commit 38e2401866dc9760375b1aadea557adf413b19f0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 21 20:57:40 2008 +0000
+
+    New file.
+
+commit 1813b63faf6c4f4a22cc5f6b70eb0e402abc8c7a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 7 18:12:35 2008 +0000
+
+    *** empty log message ***
+
+commit 05f8fe1a8fac62d6e1d234e3c579f99298a52379
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 7 18:12:10 2008 +0000
+
+    (Font Locking): Structure with nodes.
+    (Fontification of macros): Describe format specifiers for macros
+    with arguments.
+
+commit 6afd4f353be09fb089f76757c5df2db4fe908e12
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 7 18:11:53 2008 +0000
+
+    (font-latex-make-built-in-keywords): Distinguish
+    command-type keyword classes from others when creating the
+    respective variables.
+
+commit 499f852c25488e1bdcd9ca20e8554e41c4635ed3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 30 20:23:13 2008 +0000
+
+    *** empty log message ***
+
+commit 8b44d5a32b86a8052938f68176d9b6f857d26be5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 30 20:22:46 2008 +0000
+
+    (TeX-fold-macro-spec-list): Add some documentation.
+    (TeX-fold-hide-item): Support replacement of argument specifiers
+    like "{1}" by the respective argument value in the display string.
+
+commit b783c1fcdab2a0e39ab4f77d36f80319ac599df7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 30 19:59:35 2008 +0000
+
+    *** empty log message ***
+
+commit a261122419f3b4a34812dd21ef9a4a6f992a251c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 30 19:59:07 2008 +0000
+
+    (TeX-fold-macro-spec-list): Add function choice.
+    (TeX-fold-hide-item): If specifier is a function, call it with all
+    mandatory arguments of macro.
+
+commit 6a0f632fab6c66e70109be720782a1a174fa20fc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 25 12:32:32 2008 +0000
+
+    *** empty log message ***
+
+commit cb8157d16ee6b683c842072e271c867621fd9585
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 25 12:32:03 2008 +0000
+
+    (docTeX-mode): Add regexp group to value of
+    `TeX-comment-start-regexp'.
+
+commit 0d4c12c3481e0cee8f5d360aaa8bc168867b16b7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 25 07:34:18 2008 +0000
+
+    *** empty log message ***
+
+commit 9ddefd2459eba44844165db327997b2b185fd5a1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 25 07:33:52 2008 +0000
+
+    (LaTeX-beamer-after-insert-env): New function.
+    ("beamer"): Add it to `LaTeX-after-insert-env-hooks'.  Get rid of
+    some compiler warnings.  Support the semiverbatim environment.
+
+commit e96a112887001bc672ab249087fff0c3ee12e489
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 25 07:33:39 2008 +0000
+
+    Get rid of some compiler warnings.
+    (LaTeX-after-insert-env-hooks): New variable.
+    (LaTeX-insert-environment): Remove docTeX-specific code.
+    Run `LaTeX-after-insert-env-hooks'
+
+commit b61beb1094ec45854e83907eefe3c75422979788
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 25 07:33:11 2008 +0000
+
+    (LaTeX-doc-after-insert-macrocode): New function.
+    ("doc"): Add it to `LaTeX-after-insert-env-hooks'.
+
+commit 605fdffb0071f32663057e29eabd05f24a181d6e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 25 06:50:33 2008 +0000
+
+    Get rid of some compiler warnings.
+
+commit 4723d2a7664602ee9715bc250f5eba54f4f41fcd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 22 19:32:47 2008 +0000
+
+    *** empty log message ***
+
+commit 05f8641535ebcbe760087c84148dde9093a1a258
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 22 19:32:18 2008 +0000
+
+    (TeX-command-sentinel): Use `TeX-master-file' instead
+    of `TeX-active-master' for `TeX-transient-master'.
+
+commit 0581d6f783b0997003d46df43365fac9c899d0d5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 17 16:54:10 2008 +0000
+
+    *** empty log message ***
+
+commit a05036c0ff47513d9b6051285f36bc3e286db618
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 17 16:53:38 2008 +0000
+
+    (Font Specifiers): Correct argument list of `TeX-font'.
+
+commit 2747dc80c25198444a7fe69d0b25fc5017922447
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 13 17:08:44 2008 +0000
+
+    *** empty log message ***
+
+commit bf3f9aaccd2131cf7de3e37ff1ae85e8516ce9c4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 13 17:06:45 2008 +0000
+
+    (Font Specifiers): Document `LaTeX-font-list'.
+
+commit c7b484ff6a75b19c999790a8e15a94213ab6237b
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat May 10 20:16:07 2008 +0000
+
+    (preview-auto-cache-preamble): Fix markup in in doc string.
+
+commit 349c0ba604147455ec907bcc60cd252e9279b591
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat May 10 20:13:30 2008 +0000
+
+    (TeX-bar-TeX-buttons): Use `tex' instead of `latex' in custom set.
+
+commit 721dc1c0436a3c7bf6a1bdd312c8baf81957ebad
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat May 10 20:07:33 2008 +0000
+
+    (TeX-bar-TeX-buttons, TeX-bar-LaTeX-buttons): Add standard Emacs buttons to
+    custom set.
+
+commit 6070c07ae13fdc7198c3e156afb06907448ec662
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 4 18:59:38 2008 +0000
+
+    *** empty log message ***
+
+commit 4d8d03c6f028592f3e18cb640de8b6f22c78b220
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 4 18:58:53 2008 +0000
+
+    (TeX-expand-list): Make %(outpage) default to "1".
+
+commit c88c6ca331278c5e6fc90237392ab95355cc1bb2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 4 12:23:11 2008 +0000
+
+    *** empty log message ***
+
+commit 128d124e121d7895d6a73ea63d8c5f8f03d34856
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 4 12:22:44 2008 +0000
+
+    (AUCTeX): Move customization group here from
+    tex.el and load the main files defining customization options.
+
+commit e826b87583b6113967a6dcb36a1d2af5132d690a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 4 12:22:10 2008 +0000
+
+    (AUCTeX): Move customization group to tex-site.el.in.
+
+commit e1e13456a2253d6a3093d5aceea1a9e97ec2a213
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 1 20:20:55 2008 +0000
+
+    *** empty log message ***
+
+commit 84647bb543bcaed83d044573062cdf4c94522af5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 1 20:20:19 2008 +0000
+
+    (toolbarx-xemacs-refresh): Only activate the tool
+    bar if it is already visible.  Remove redudant if clause.
+
+commit dc5aab5b2d96e3a805d21ce161a8bd56478445e4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 1 13:59:48 2008 +0000
+
+    *** empty log message ***
+
+commit 7de02bd356e4ed5d6ab023b635a22ebda805f510
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 1 13:59:19 2008 +0000
+
+    (TeX-format-filter): Do not remove linebreak if the
+    following line starts with an opening parenthesis.
+
+commit 8810a3f262db2f0f8559b5263bbd38f9d0e62780
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 28 20:47:38 2008 +0000
+
+    *** empty log message ***
+
+commit 80ac7a38638f10d8c954b4c099ed7dba9a3cadb5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 28 20:43:13 2008 +0000
+
+    (install-auctex): Do not use `-' to suppress
+    errors within command.
+
+commit b960928b100e2cdbb2176da5b71d332e79661ecc
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 28 09:07:14 2008 +0000
+
+    (TeX-run-command): disable undo in run buffer
+
+commit d6d43842db218da8247a7b4d641a2d1193d6aede
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 12 21:06:47 2008 +0000
+
+    *** empty log message ***
+
+commit b5d5798883a6bd41106a089d035903d47ea8d35f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 12 21:06:21 2008 +0000
+
+    (LaTeX-pdfsync-output-page): Kill buffer with
+    pdfsync file if it was loaded by us.
+
+commit f0f25f64c2ffaaea12d5a4dc6654c9c96bc7b894
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 2 14:37:10 2008 +0000
+
+    *** empty log message ***
+
+commit ccf0b6721cbe342fffa5d3c4f73dbdf275953328
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 2 14:36:41 2008 +0000
+
+    (texinfo-environment-regexp): Terminate.
+
+commit af52a7cae6cceb5dad1d37ec980681640475bab0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 1 16:27:05 2008 +0000
+
+    *** empty log message ***
+
+commit bf3f0f82f39f6f1d90e682b0a638e106afbc128c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 1 16:26:35 2008 +0000
+
+    (LaTeX-pdfsync-output-page): Include subdirectories relative to master
+    file in file names.  Searching for the file entry in the .pdfsync file
+    allows for an optional `.tex' extension in the filename.  Find further
+    p lines if the current context does not contain any more.
+
+commit 25ce886d9f6a954db15be68db633a221fb426f4f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 24 12:50:24 2008 +0000
+
+    *** empty log message ***
+
+commit 69863dd41aef8ff8863774c78f25577e14356401
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 24 12:49:10 2008 +0000
+
+    Add windows-package target and related variables.
+
+commit 9fd2b0c93c8a4e7c9d55078f7872753539196f96
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat Feb 23 23:02:05 2008 +0000
+
+    Add missing entry for 2008-02-08 commit:
+    * tex-bar.el (LaTeX-symbols-toolbar-visible-flag): Improve doc string.
+    * toolbar-x.el (toolbarx-image-path): Improve doc string.
+
+commit d5e66993d23550788d8752253d7cc5958e38ba1a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 23 15:18:45 2008 +0000
+
+    *** empty log message ***
+
+commit 5dc2703a2376beca08ae40691a39ea5a8f03be57
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 23 15:18:18 2008 +0000
+
+    (TeX-common-menu-entries): Add exception for docTeX mode
+    when extending the customization menu.
+
+commit 74d7659bfba572e7021641f4a600622d2831800a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 16 23:06:47 2008 +0000
+
+    *** empty log message ***
+
+commit 7a005e63c9213aa4de4fd835f748d56b80efb421
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 16 23:06:19 2008 +0000
+
+    Repeat direntry after each category as
+    per recommendation of Karl Berry.
+
+commit a25618a426906b64937f4974d706ebbbfbefa993
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 16 23:06:07 2008 +0000
+
+    Repeat direntry after each category as per
+    recommendation of Karl Berry.
+
+commit ee909902e652fb99627b54212d8b522e22dde11c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Feb 11 22:23:58 2008 +0000
+
+    *** empty log message ***
+
+commit 1d99cd34459166b60d34392cd2e7e8b9426678d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Feb 11 22:23:33 2008 +0000
+
+    (font-latex-make-match-defun)
+    (font-latex-keyword-matcher): Recognize old-style type specs which
+    could be lists.  Prevents "void-function nil" error during font
+    locking.
+
+commit 6c7a5edc1a861370cb4ad164784addf4c537d794
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 20:21:57 2008 +0000
+
+    *** empty log message ***
+
+commit 7b1d04dd571fb68862e968b1941dbed28843fc41
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 20:21:32 2008 +0000
+
+    (www-doc): Use release files.  Update URLs.  Make gendocs.sh use
+    texi2html.
+
+commit c4a3871e71dae15824adc7e179f5fa273d174162
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 14:47:06 2008 +0000
+
+    (install-auctex): Do not install reference card
+    when producing an XEmacs package.
+
+commit 4426beb02e2e4df43a5e1fe0974375e154ad9d76
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 14:08:30 2008 +0000
+
+    *** empty log message ***
+
+commit 29acc5f644b9580c6ce9e1953e7c2b42fd65e027
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 14:08:07 2008 +0000
+
+    (maintainer-clean): Do not depend on distclean.  How
+    did this ever work?
+
+commit 6214684e83bcddbbcf4ee4fdeb8959b8a81380fa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 14:07:46 2008 +0000
+
+    (extradist): Re-add tex-ref.pdf dependency.
+
+commit 5047d79067b10421b6e18d9069e15aa5a74e4af0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 11:37:03 2008 +0000
+
+    Release_11.85
+
+commit 56060f518e9075e9e7c04103efee591b56db7045
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 11:02:29 2008 +0000
+
+    *** empty log message ***
+
+commit a75236c94f430bbb52be56a7ee3251d8a16b1750
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 11:02:02 2008 +0000
+
+    Update for upcoming release.
+
+commit 263eee7f381e6d102e4b998334f6d705517ca8f6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 11:01:56 2008 +0000
+
+    (Version): Bump version number.
+
+commit a6d2b4bc28aa935550ff8d3da21cc2713793c643
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 11:01:49 2008 +0000
+
+    Bump version number.
+
+commit da16dbca48e736e5e559aa94964632f0ee478409
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 11:01:39 2008 +0000
+
+    Update information about requirements,
+    esp. availability of Emacs 22.
+
+commit ce84d9c2c076024a05c627a250e45f86837000a2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 11:01:33 2008 +0000
+
+    Add copyright notice.
+    (Bugs): Remove entry about XEmacs bug since AUCTeX now helps
+    XEmacs in doing multi-line font locking.
+
+commit 1b909b1032abbc07701b4d82748140550498f43f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 11:01:14 2008 +0000
+
+    Bump version number.  Updated refernces to
+    toggles for bad boxes and warning.  Mention `Clean' and `Clean
+    All' commands.
+
+commit be2d285e35fdb1d19c7e474efd65fb910b710677
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 10 11:01:06 2008 +0000
+
+    Add copyright notice.
+    (Prerequisites): Update information about Emacs 22.
+
+commit f8df53a867a023d01dac6489ac87d1c7dd758faa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 9 18:52:11 2008 +0000
+
+    *** empty log message ***
+
+commit bd689911ac5c175f7dde1c4d6b786098e26f842d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 9 18:51:44 2008 +0000
+
+    (TeX-error, TeX-warning): Handle `expert' option of
+    `TeX-display-help'.
+    (TeX-warning): Find error file in same window.
+
+commit 26b60c4df01a6ba90c409d38d496dbd28fcd7a4d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 9 18:51:33 2008 +0000
+
+    (TeX-display-help): Add `expert' option.
+
+commit 8dd0962809fd55fe962a7c12aab191cd1b0795d4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 9 18:51:17 2008 +0000
+
+    (Commands): Add some explanatory text for TeXing
+    options.  Document `TeX-show-compilation'.
+    (Debugging): Reflect new option of `TeX-display-help'.
+
+commit 537d285e477568877b42522a1eebac391d63fdb1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 9 18:51:01 2008 +0000
+
+    Add changes for 11.85.  Add copyright notice.
+
+commit c0a0cd5001b52eba322578918057b1132a8ae397
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Feb 8 19:19:15 2008 +0000
+
+    * tex-bar.el (LaTeX-symbols-toolbar-visible-flag): Improve doc string.
+    
+    * toolbar-x.el (toolbarx-image-path): Improve doc string.
+
+commit 40b0ca3ac6dbc6543b1f20dfbf9ae0fd72ecc1fe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Feb 7 21:21:12 2008 +0000
+
+    *** empty log message ***
+
+commit 087b19c8c55e9c82dc161e9a2e72d8e2b17cc64c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Feb 7 21:20:46 2008 +0000
+
+    (TeX-parse-TeX): Do not pop to output buffer.
+    (TeX-warning): Since we do not pop to the output buffer, find the
+    source file in the original window.
+
+commit cc6d6a41e822b90ac660725a430a6275ebc675c6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 5 21:47:29 2008 +0000
+
+    *** empty log message ***
+
+commit 838d1af2ed440fe9fdf102d78a215c4c1f28a317
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 5 21:47:04 2008 +0000
+
+    (font-latex-built-in-keyword-classes): Add syntax
+    alternatives for some commands.
+    (font-latex-setup): Give ?@ word syntax for font locking.
+    (font-latex-syntax-error-modes): New variable.
+    (font-latex-match-command-with-arguments): Use it.
+
+commit 372f0c7e6685b505cd61b58a86a363e05f734d7e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Feb 4 12:17:09 2008 +0000
+
+    *** empty log message ***
+
+commit 2024e01969d6b0b59073281ba88845b8923d7045
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Feb 4 12:16:40 2008 +0000
+
+    (font-latex-set-syntactic-keywords): Revert change
+    from 2007-04-09 because the unbalanced treatment of \begin and
+    \end may lead to color bleeding.
+
+commit f5295521f116b9384f0357620bd548ea7488ebd3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 3 15:26:53 2008 +0000
+
+    Revert coding to iso-8859-1.  Add coding cookie.  Delete trailing
+    whitespace.
+
+commit ffe8a5c9d7584a6c844fb1c7e56a57f5625d7d5f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 3 15:21:39 2008 +0000
+
+    *** empty log message ***
+
+commit 1fdc07ab6fd37db883a98f59b5669d61d0a31054
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 3 15:20:57 2008 +0000
+
+    Add copyright and license notices.
+
+commit 84059363454104588ce7c671b88f7a2ecdfe4b5c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 3 15:19:05 2008 +0000
+
+    Add license notices.
+
+commit 4fb6e2866506861eeff73b782cbe5ee23ea4fa43
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 3 15:18:38 2008 +0000
+
+    Add coypright and license notices.
+
+commit 5cec968a1127448c66dc1f1f4d3df69ad86bcc8d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 3 14:53:34 2008 +0000
+
+    * Relicense all "GPLv2 or later" files to "GPLv3 or later".
+    
+    * COPYING: Switch to GPLv3.
+
+commit 120ffd2574c2415da4c69b3fca68bb29438a1a3a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 3 14:17:40 2008 +0000
+
+    *** empty log message ***
+
+commit 915d7e38f435b04392417ffe21eff67ada32450a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 3 14:17:14 2008 +0000
+
+    (Texinfo-insert-node): Correct name of let-bound variable.
+
+commit b6e87dc637158092b22361f4ad06469be3a589ed
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 3 14:14:29 2008 +0000
+
+    *** empty log message ***
+
+commit 851a656628299e2e0f9d6a1e7d0aa2485071aa7d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 3 14:14:01 2008 +0000
+
+    Make sure the Texinfo mode of AUCTeX is still used
+    after loading texinfo.el.
+
+commit 7111790aa636b5f470079d86a8801dc3bef244e2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 2 15:04:42 2008 +0000
+
+    *** empty log message ***
+
+commit 6ef5744a87affe90a8b534216de859d939692f35
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 2 15:04:15 2008 +0000
+
+    Add copyright and license notices.
+
+commit 240e4ab8bda3c17c564f20fadf11f283195b9651
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 2 13:05:26 2008 +0000
+
+    *** empty log message ***
+
+commit a3ddf1c487e28d827c2811be84fa28bc74fda284
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 2 13:04:46 2008 +0000
+
+    Reflect copyright assignment of Carsten Dominik to FSF in coypright
+    notices and adapt licence notice accordingly.
+
+commit 50435366e7a89cef5c27b7e126d57fbab408c371
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 28 10:34:13 2007 +0000
+
+    *** empty log message ***
+
+commit 686144c3646ba89a39e3f109913365b141854f6d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 28 10:33:42 2007 +0000
+
+    (TeX-command-expand): Do not evaluate `file' as a
+    function.
+
+commit 2c23e94eb08056d9b13946923880535e0130a923
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 25 21:46:55 2007 +0000
+
+    *** empty log message ***
+
+commit 001ad517acd56eb7df40d82c495cb6c195d345d6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 25 21:46:27 2007 +0000
+
+    (LaTeX-fill-move-to-break-point): Ignore whitespace
+    when checking if verbatim macro starts at beginning of line.
+
+commit 910f26b1134b4427df2de50fee2d8473835900f4
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 8 13:14:11 2007 +0000
+
+    (defgroup, defcustom): Remove compatibility cruft.
+
+commit cf519ff7bab0bd5ca699b0247cb3cc4ccca8aada
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Nov 20 19:59:16 2007 +0000
+
+    (Prerequisites): Add openSUSE.
+
+commit 465b30901502b459cd2fb74aef25fd0cc2bf2445
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 20 17:43:06 2007 +0000
+
+    (Prerequisites): Update to reflect current
+    realities.
+
+commit a510f603250165015efaffdf55df6cda09866d54
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat Nov 3 11:27:22 2007 +0000
+
+    (TeX-record-buffer) Fix commentary.  [Testing commit list filters]
+
+commit e2a9df686619b5e7a6174aa18fb5e40e2961158e
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat Nov 3 11:18:06 2007 +0000
+
+    (TeX-record-buffer) Addition to commentary.  [Testing commit list filters]
+
+commit 9e8b32c208cc0af0e20c452c6858b65e14b7ba6a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat Nov 3 11:10:19 2007 +0000
+
+    Addition to commentary.
+
+commit 0648a83641e49a6ea1662d8e35a523be839ea54a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat Nov 3 10:56:52 2007 +0000
+
+    (TeX-record-buffer): New variable, only in Emacs.
+    (TeX-pop-to-buffer): New function.
+    (TeX-recenter-output-buffer, TeX-background-filter)
+    (TeX-parse-TeX, TeX-parse-error, TeX-help-error): Use
+    `TeX-pop-to-buffer'.
+
+commit 21c9ecaf212aead1cb4275c519f143039ddbca22
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Oct 30 18:20:05 2007 +0000
+
+    (toolbarx-find-image): Rename argument.  Improve doc string.
+
+commit 83cc4a7599b8b263a8e17649095647d286329f7a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Oct 29 21:44:58 2007 +0000
+
+    testing commit list.  Revert previous change.
+
+commit 0c5a3ab6c5c693a495add0c5275abcd47a7d7211
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Oct 29 21:05:32 2007 +0000
+
+    testing commit list.
+
+commit e25740e92baf1267319abd54ab2ba617ad5841bf
+Author: Berend de Boer <berend@pobox.com>
+Date:   Wed Oct 17 21:36:18 2007 +0000
+
+    Undo last commit, my mistake.
+
+commit b72d9ee5d1c51a1156678e9bd02bac8352163dd9
+Author: Berend de Boer <berend@pobox.com>
+Date:   Tue Oct 16 22:50:38 2007 +0000
+
+    Made white space optional, seems to work better for certain users.
+
+commit 4d2f83dc8533e4cf97a80e566950275fcb1d9bdb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 11 20:31:03 2007 +0000
+
+    *** empty log message ***
+
+commit 1a87f27adb650a56997e3ca3800bec408afbf68b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 11 20:30:35 2007 +0000
+
+    (TeX-arg-verb): Honor active region.
+
+commit 3bfbc009666dcebf897d0e8e12c5c08068716adc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 10 20:24:27 2007 +0000
+
+    *** empty log message ***
+
+commit 6979ccaceb0dde08a21143a40058a52dab8f36a7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 10 20:24:01 2007 +0000
+
+    ("MinionPro"): Run style hook for amsmath
+    which is loaded via MnSymbol.
+
+commit 0923610dd32b6fa7a84334b5fce2491a6f3c7220
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 9 18:01:00 2007 +0000
+
+    *** empty log message ***
+
+commit a3174d34a18b2715633c1f050122101737bba615
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 9 18:00:35 2007 +0000
+
+    (STYLESRC): Add style/nomencl.el.
+
+commit 0a6b3d59666157b658174e9aee00c654f2bb29c5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 9 18:00:24 2007 +0000
+
+    New file.
+
+commit bdd3fbf27d23f53dcfabf5b5eb0920ba9c7d93d2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 3 20:57:40 2007 +0000
+
+    (font-latex-user-keyword-classes): Doc fix.
+
+commit cbac824da65ac82ac492c13e623e5ffd7960f453
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 3 12:30:29 2007 +0000
+
+    (font-latex-user-keyword-classes): Doc fix.
+
+commit 0e480db9724a0c028a4a16c0b4dd652ba26ff112
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 3 12:21:19 2007 +0000
+
+    *** empty log message ***
+
+commit f1e7dcd2e25d6f6d0e5941be6e550357bee4417b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 3 12:20:51 2007 +0000
+
+    (font-latex-user-keyword-classes): Doc fix.
+
+commit 6bd8e7edb02ddd6a942432302a35713e378a42a9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 26 08:19:52 2007 +0000
+
+    *** empty log message ***
+
+commit a3a09f9b4b08a4927278cc3abf26d1f0bf2ed597
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 26 08:19:23 2007 +0000
+
+    (font-latex-command-with-args-default-spec):
+    Default to nil.
+
+commit c25e9ca9e4b9fb5859288cba28bcede84e913059
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 24 19:04:00 2007 +0000
+
+    *** empty log message ***
+
+commit cb88403172d1be75f10f72dc8ca05c469a4d611a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 24 19:03:34 2007 +0000
+
+    (font-latex-match-command-with-arguments): Show
+    error indicator only in LaTeX mode.
+
+commit 567f07ed152c7ee541710d5e88e31e5ab0198042
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 23 18:47:01 2007 +0000
+
+    *** empty log message ***
+
+commit a1e6c981d986b1fccd891e3bee95c5d1b3354cd3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 23 18:46:32 2007 +0000
+
+    ("nicefrac"): Fix last change.
+
+commit 45bcb4fe3ebf9236ab1dcfd600384f9900bdc793
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 22 19:16:07 2007 +0000
+
+    *** empty log message ***
+
+commit 1f6b680325c886eb284919692968de7a8ac5c988
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 22 19:15:40 2007 +0000
+
+    ("jurabib"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 1eb55f7362368dff74e958e6a0a4378cd1ba0cda
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 21 20:34:59 2007 +0000
+
+    *** empty log message ***
+
+commit b918be0b6ec2e38ade1d825b7a50459ea5072154
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 21 20:34:33 2007 +0000
+
+    Add licence text.
+    ("scrreprt"): Use `font-latex-add-keywords'.  Add syntax
+    information.
+
+commit ff3181f7b99a7f9a3173701c45a39856aee93cfd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 21 20:34:28 2007 +0000
+
+    Add licence text.
+    ("scrpage2"): Use `font-latex-add-keywords'.  Add syntax
+    information.
+
+commit 7b1b420670308e52a4032ce93e827f3c42b49de1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 21 20:34:21 2007 +0000
+
+    Add licence text.
+    ("scrlttr2"): Use `font-latex-add-keywords'.  Add syntax
+    information.
+
+commit aef86c367c1bd7295d6bd7c86d4b56db97f2dc3f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 21 20:34:15 2007 +0000
+
+    ("scrbook"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 77990ca992c2ee5fdf00cca5cff044b502135e9a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 21 20:34:08 2007 +0000
+
+    ("scrbase"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit d58a967e192b0e1b8de555f0b61a44d0fc135ecf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 20 20:10:17 2007 +0000
+
+    *** empty log message ***
+
+commit f65d484000e181d892ae36853227479c62f7bf49
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 20 20:09:52 2007 +0000
+
+    (font-latex-built-in-keyword-classes): Correct
+    syntax spec for \subsubparagraph.
+
+commit ee8efa6c0ef04a2022179939619b7b7258cb52a6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 20 20:09:41 2007 +0000
+
+    ("url"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 8d003339e73431c4fc0a1b56c935f369aa247f73
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 20 20:09:36 2007 +0000
+
+    ("subfigure"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 039ccfb58b0667465f84c21d426c04a99f2d15cc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 20 20:09:30 2007 +0000
+
+    ("csquotes"): Update for version 3.7.  Use
+    `font-latex-add-keywords'.  Add syntax information.
+
+commit 3b45305ba5f5e5f2ccc0b53bf3a8fe35c1457227
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 20 20:09:24 2007 +0000
+
+    ("MinionPro"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 3c606a9d18666bdb6c22e3c254dd5bc23666c66c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 20:24:36 2007 +0000
+
+    *** empty log message ***
+
+commit a5cf2027fe7fe06b62b5a578c179137f25a1cf6d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 20:23:58 2007 +0000
+
+    ("units"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 52412576859c3683632df0373852c7b5d8873b8c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 20:23:46 2007 +0000
+
+    ("nicefrac"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit e8eb75246345a12d9fa849b743e3f459587e5823
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 20:23:38 2007 +0000
+
+    ("listings"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 3a6ecb5292923ef5c2365b845281676859e5c457
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 20:23:32 2007 +0000
+
+    ("flashcards"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit bbaa97aa3cf22108885ed019cf2c3b0d8f963ccb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 20:23:26 2007 +0000
+
+    ("comment"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit b2e9a166d255ded10e60627a157c2b964e6c2f6f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 20:23:21 2007 +0000
+
+    ("booktabs"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit c1c31df03523043b126964dc48fb48e35588262e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 20:23:13 2007 +0000
+
+    ("babel"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit e96c45c5d80f161566f2c872e58d27197e82a804
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 20:23:03 2007 +0000
+
+    (font-latex-command-with-args-opt-arg-delims): Add parentheses.
+
+commit 0ee477fb7048a96852e92f09b59725d08b54a3f0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 17:28:17 2007 +0000
+
+    *** empty log message ***
+
+commit c0c7d38e7f908dea40081b33a42a6c9786ba43af
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 17:27:48 2007 +0000
+
+    ("paralist"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 08bf8d6b2271afad57867c1c72eadfe5f107799b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 17:27:39 2007 +0000
+
+    ("natbib"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit a6a76dcdc42e27d37f74d294eef030aa0e6e45cf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 17:27:34 2007 +0000
+
+    ("mdwlist"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 9f5610989721b5c3c6c4567a26e4a7d0cd574c8b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 17:27:26 2007 +0000
+
+    ("graphicx"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 5c63b265c44dbee367254242fa7989b316664084
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 17:27:20 2007 +0000
+
+    ("fancyref"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit 7ad0a814eedc28b408793a6e9247d31cf9a5251f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 17:27:14 2007 +0000
+
+    ("captcont"): Use `font-latex-add-keywords'.
+    Add syntax information.
+
+commit a258e44f33901ab37eeda2a61adf59be8aad2cc7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 17:27:09 2007 +0000
+
+    ("beamer"): Use `font-latex-add-keywords'.
+
+commit 16ec6c38b723c54d600d908f2e540b366cc442c8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 19 17:26:54 2007 +0000
+
+    (font-latex-add-keywords): New function.
+
+commit d925a12aaf1d78d1cf63c7e5ccb5a72e9fc858a5
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 14 22:00:09 2007 +0000
+
+    (TeX-insert-backslash): put delete-selection property on.
+
+commit 40d970921335a3596db5669124775c386f3d5d7f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 12 23:03:40 2007 +0000
+
+    On various targets, replace set -x with a somewhat more elaborate
+    version that echoes more for make -n.
+
+commit 21b903bc813702266bdf9da153beff272f14b6c5
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 12 22:36:09 2007 +0000
+
+    (all): make new target "docs" as well.  Descend for
+    docs, info and dvi.
+    Before regenerating extradist documentation, copy version info
+    from checked-out version (can we do that saner?).
+
+commit 47f63fcc4180a3287f882af429066a51bca9c144
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 10 18:05:43 2007 +0000
+
+    *** empty log message ***
+
+commit 1eb204226324d86939fa96c82201ff269cbab001
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 10 18:05:13 2007 +0000
+
+    (TeX-doc-backend-alist): Delete buffers used for checking
+    availability of info files.
+
+commit 6ab24afdfb0c83425cabe38989e35e4228459580
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 8 17:46:19 2007 +0000
+
+    *** empty log message ***
+
+commit db6ff43dbcc99de56a2906ddca1c94f3efcb315a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 8 17:45:52 2007 +0000
+
+    (TeX-TeX-sentinel-check): Shave off quotation marks
+    from file name if present.
+
+commit 9751b25de2060ab485d40507b17492e79bbcf987
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 4 13:12:17 2007 +0000
+
+    *** empty log message ***
+
+commit 8427b45b59665e91b6418a229f3b577348b44a4c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 4 13:11:50 2007 +0000
+
+    (TeX-run-style-hooks): Set `default-directory' to the
+    directory of the master file.
+
+commit 6bb8379cefb624bc4d2280046f3dd78e51a86472
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 11 17:07:18 2007 +0000
+
+    *** empty log message ***
+
+commit 942d549273f61ce23db583710c422cc8a64918f6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 11 17:06:54 2007 +0000
+
+    ("pstricks"): Do not disable TeX PDF mode if
+    pst-pdf is used.
+
+commit a48440408bf5b74e8490f750b6644e38e5f1d493
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 10 21:05:33 2007 +0000
+
+    *** empty log message ***
+
+commit ab23778c09a6032772756963f409c6f661b5189c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 10 21:05:07 2007 +0000
+
+    (TeX-format-filter): Remove line breaks at column 79.
+
+commit 81c80cefb55b7983ac647ac14ef66b8fe6dcec30
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 9 19:32:09 2007 +0000
+
+    *** empty log message ***
+
+commit 41c9b765f5eb506f74533ff270238a9cef64e942
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 9 19:31:42 2007 +0000
+
+    (TeX-comment-forward): Call `comment-normalize-vars' if
+    available.
+
+commit fe6046d0ba924709bed86ebc016e858711368139
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 1 21:34:16 2007 +0000
+
+    *** empty log message ***
+
+commit 3583d8fe16effe95d3fbed9828099c19add7afa1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 1 21:33:41 2007 +0000
+
+    Add copyright notice and licence info.
+
+commit 90d5f954347cde044ae514464082dfa38cb37e86
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 1 21:11:21 2007 +0000
+
+    *** empty log message ***
+
+commit 3428356387732570a113a559d5431752243925dd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 1 21:10:53 2007 +0000
+
+    Change copyright notice of Reiner Steib to
+    FSF to reflect the assignment.  Add licence info to header.
+
+commit d11db00b4feb14e5c871386a1f77f955c533d847
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 1 21:10:47 2007 +0000
+
+    Change copyright notice of Mark Trettin to FSF
+    to reflect the assignment.  Add licence info to header.
+
+commit 1bbcfa19433c7f02731969153fe53d1480e3e0d5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 1 09:54:57 2007 +0000
+
+    *** empty log message ***
+
+commit 1e4996acf0b107bf47148ae3f61d4dd1542bd3f4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 1 09:54:31 2007 +0000
+
+    (LaTeX-auto-minimal-regexp-list): Match optional
+    arguments of document style or class macro even if they contain
+    periods, e.g. in case of "BCOR8.25mm" in KOMA Script classes.  Get
+    rid of superfluous escapes in complemented character alternatives.
+
+commit 5d434f03068806be7650f51776d08dd4cf58bed2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 1 07:24:25 2007 +0000
+
+    *** empty log message ***
+
+commit 2a17e7fc7d93e876e35022c12048e71c6ce583de
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 1 07:23:53 2007 +0000
+
+    (TeX-insert-dollar): Show matching start only if
+    `blink-matching-paren' is non-nil.
+
+commit 8db6b28733e900922e36e4e03f7d69c739ed9e20
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 20 21:02:46 2007 +0000
+
+    *** empty log message ***
+
+commit 1fce3265b2befa10dcb771935c90be3581d8e6a5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 20 21:02:19 2007 +0000
+
+    (LaTeX-common-initialization): Turn TeX PDF mode on
+    when pst-pdf.sty is used.
+
+commit 864da72b289bf0383182f196236f2b606a294881
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 10 18:46:06 2007 +0000
+
+    *** empty log message ***
+
+commit eda5f09a40f754230c11b364b6e0f96846acfd96
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 10 18:45:38 2007 +0000
+
+    (STYLESRC): Add style/pstricks.el.
+
+commit 23fcffd0bd4e884867061693721fcfd683550288
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 10 18:45:18 2007 +0000
+
+    (LaTeX-common-initialization): Do not add pstricks to
+    style hooks.
+
+commit 1b7dfa404228fa6ec9853e5f65b5725ec18af2ae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 10 18:44:50 2007 +0000
+
+    New file.
+
+commit 009c3ec60bc1ae3e3e4e2826910c9cfad819ec76
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 25 21:09:27 2007 +0000
+
+    *** empty log message ***
+
+commit e2c729f67ba323ce96640a9c0be3f71d5d642db7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 25 21:09:01 2007 +0000
+
+    (font-latex-match-command-with-arguments): Check
+    if `match-beg' is set.
+
+commit f895a8760a8eb342f3a50a178cd3d9b7592e3eb1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 20 12:57:08 2007 +0000
+
+    *** empty log message ***
+
+commit 319e502aad114ba71c9d0f103e51d08803a126de
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 20 12:56:39 2007 +0000
+
+    (font-latex-built-in-keyword-classes): Use new
+    syntax for format specifiers.
+    (font-latex-user-keyword-classes): Describe new syntax for format
+    specifiers.
+    (font-latex-command-with-args-default-spec): Use new syntax for
+    format specifiers.
+    (font-latex-command-with-args-opt-arg-delims): New variable.
+    (font-latex-match-command-with-arguments): Use it.  Change format
+    specifier parsing to support new syntax.
+    (font-latex-match-mandatory-arg): Remove.
+
+commit b8dbc25ec050ac1a6b70d60c9da701dee359501f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 20 12:56:22 2007 +0000
+
+    ("beamer"): Use new syntax in format specifier
+    for frametitle macro.
+
+commit 254a3e2f7ec2a6d35e58d4d789490112c195565e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 5 20:19:07 2007 +0000
+
+    *** empty log message ***
+
+commit a43fee9c0c3e5450e755b42c512967c967f57ebd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 5 20:18:41 2007 +0000
+
+    Add entry about programs not being found by
+    ./configure when PATH is not set correctly.
+
+commit ba937c1cdf5e183ac812716235745eb7487aaeb5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 29 14:46:40 2007 +0000
+
+    *** empty log message ***
+
+commit 1e4aead283eef64492bfabb5661ddf9836607e09
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 29 14:46:30 2007 +0000
+
+    (preview-parse-messages): Match any closing
+    parenthesis.
+
+commit c959eb91bf6ada7e873872790b37ef2aaff89c50
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 29 14:40:47 2007 +0000
+
+    *** empty log message ***
+
+commit 7a7074f814f83d807cf117637c4e8cb80d986e72
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 29 14:40:20 2007 +0000
+
+    (TeX-parse-error): Match any closing parenthesis.
+
+commit 3f6fbf7fc1a8fc62a599b6ae1cbfb4ff822ce7da
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 28 19:35:17 2007 +0000
+
+    *** empty log message ***
+
+commit 616f9e50e9129fba7d901fc7795f888e18903762
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 28 19:34:50 2007 +0000
+
+    (font-latex-built-in-keyword-classes): Correct some syntax
+    specifiers.
+    (font-latex-jit-lock-force-redisplay): New function.
+    (font-latex-fontify-region): Use it.
+    (font-latex-doctex-preprocessor-face): Make DocStrip guards stand
+    out on Emacs 21.
+
+commit c4c0f9a331fed7a5237cd71fd1be83338a129bcd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 28 12:24:23 2007 +0000
+
+    *** empty log message ***
+
+commit bcde3374c7485525aa426461941921f3fa967370
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 28 12:23:56 2007 +0000
+
+    (font-latex-command-with-args-default-spec): New variable.
+    (font-latex-match-command-with-arguments): Use it.
+
+commit 7e07a9203a94274c7e8834524a51881b675b1f67
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 28 11:59:12 2007 +0000
+
+    *** empty log message ***
+
+commit 6ee5197beb5778d87db9bbfa948905f089900c54
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 28 11:58:45 2007 +0000
+
+    (font-latex-fontify-region): Force redisplay
+    instead of setting `jit-lock-context-unfontify-pos'.
+
+commit 8713cf4b82489a85bf3f3c02b78824c569cb6469
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 23 18:55:06 2007 +0000
+
+    *** empty log message ***
+
+commit 574d660040074ca167e251af3b99cff469026524
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 23 18:54:41 2007 +0000
+
+    (STYLESRC): Add style/flashcards.el.
+
+commit bffe7cf9d8f480718de07b4a1eb41cdbffb6775a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 23 18:54:34 2007 +0000
+
+    (LaTeX-environment-menu): Support optional arguments
+    specified by vectors.
+
+commit 0108ba6bcad33c412f4067d982884f1890a362b1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 23 18:54:15 2007 +0000
+
+    (Adding Environments): Document possibility to
+    specify optional arguments in `LaTeX-add-environments'.
+
+commit 2b59d919078e21cf97b20596de57bb71add679da
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 23 18:53:55 2007 +0000
+
+    New file.
+
+commit f7bd2e323ca5aeaefdb96828122f22404fdfde24
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Apr 22 20:11:33 2007 +0000
+
+    * doc/changes.texi: Add index entries for auctex.el and
+    tex-site.el.  Add references to INSTALL or manual.
+    
+    * doc/install.texi (Loading the package): Add index entries for
+    auctex.el and tex-site.el.
+    
+    * doc/wininstall.texi: Add index entries for tex-mik.el and
+    tex-fptex.el.  Clarify loading.
+
+commit 216c4da78a171e69af1822c9b10512d2cab98197
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 22 11:37:42 2007 +0000
+
+    *** empty log message ***
+
+commit 4c8b62ef9f214f36965b87be155bd894afd1d5cd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 22 11:37:10 2007 +0000
+
+    (font-latex-fontify-region): Force context-related
+    unfontification only if the region has to be extended.
+    (font-latex-find-matching-close): Do not look up syntax-table
+    properties.
+    (font-latex-extend-region-backwards-command-with-args)
+    (font-latex-extend-region-backwards-command-in-braces)
+    (font-latex-extend-region-backwards-math-env)
+    (font-latex-extend-region-backwards-math-envII)
+    (font-latex-extend-region-backwards-quotation): Doc fix.  Return
+    nil if no content requiring region extension was found.
+
+commit df5ae4325aab289128a7af892b883698b5a3b7e8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 16 16:57:38 2007 +0000
+
+    *** empty log message ***
+
+commit 711c75cc5903a0fcccff024756e43b2f995e5c14
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 16 16:57:12 2007 +0000
+
+    (LaTeX-math-default): Add various Greek uppercase
+    macros provided by amsmath.sty.
+
+commit 83b127f3dff29f6e87e837f603eead230c91f3b9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 15 10:11:37 2007 +0000
+
+    *** empty log message ***
+
+commit e02464c2c31d06b3964cc400ffe727aaeb6aa448
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 15 10:11:11 2007 +0000
+
+    (font-latex-match-math-envII): Regexp-quote the
+    string used to look for the environment end in order for starred
+    environments to be found.
+
+commit b7662e7ceee76641507c181efa12485e0af43e82
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 13 21:11:54 2007 +0000
+
+    *** empty log message ***
+
+commit d95621694a2d16bde6a4989d568711affd0f1d17
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 13 21:07:04 2007 +0000
+
+    *** empty log message ***
+
+commit bc05aac01c3b4ad697ad3a39ee5b3ab729df43b6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 13 21:06:38 2007 +0000
+
+    ("scrbase"): Fix typo in prompt.
+    (TeX-arg-KOMA-fontelements): Add \dictum, \pagination,
+    \disposition, and \minisec macros.
+
+commit 5c5b5df6b4c0a01acc294061db368a9a1c32d20e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 13 20:59:00 2007 +0000
+
+    *** empty log message ***
+
+commit 15e3272ca5b6d593697f2c6afd9ec2d58e011263
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 13 20:58:36 2007 +0000
+
+    ("beamer"): Specify syntax of \frametitle macro
+    for font locking.
+
+commit 6e9bc1b40289c29276c86947ad43ca29d95061c3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 12 20:47:12 2007 +0000
+
+    *** empty log message ***
+
+commit e092777ca4e9dea303e5e6ed8e21504177f33086
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 12 20:46:46 2007 +0000
+
+    ("amsmath"): Call `reftex-add-to-label-alist'
+    only if function is bound.
+
+commit 48f1071e2f6cbafb8507a960885da389621b46ae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 9 15:47:12 2007 +0000
+
+    *** empty log message ***
+
+commit e99cb2be84db659b02da2b4342b5638c716927d8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 9 15:46:46 2007 +0000
+
+    (font-latex-set-syntactic-keywords): Match the
+    \begin macro of verbatim environments in case it is preceded by
+    other content than whitespace.
+
+commit 76bf12b539f9ad2eaf9f3c32b1d563562227ce00
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 9 15:46:35 2007 +0000
+
+    Set `TeX-kpathsea-path-delimiter' to nil since
+    kpsewhich in MiKTeX (aka findtexmf) does not emit any useful
+    information if fed with kpathsea-related variables anyway.  This
+    change makes `TeX-doc' work again on MiKTeX.
+
+commit 43939d6e3329dd1ebec8b1c5aec6d0cbb23d75f4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 9 15:46:27 2007 +0000
+
+    (TeX-doc-backend-alist): Add --view parameter to texdoc
+    call since texdoc in MiKTeX fires up a web page not useful for our
+    purposes otherwise.
+
+commit 0adc8cec46b9d8c7a6375d3a953b098adf35bee4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 4 17:10:12 2007 +0000
+
+    *** empty log message ***
+
+commit 483ed955bc63e1ef635a3894e9c62ae82651ca94
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 4 17:09:46 2007 +0000
+
+    (LaTeX-backward-paragraph): Fix grouping in order to
+    return the right value when no paragraph command is found.
+
+commit 03e4bbc239d88873097f21c7a5145796f061144e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 1 21:12:41 2007 +0000
+
+    *** empty log message ***
+
+commit 591e414b784a86ff64d6e6425a72b501436fbcfc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 1 21:12:16 2007 +0000
+
+    (TeX-help-error): Correct regexp for matching line
+    indicator.
+
+commit 325af17ae856fea62bbbd63495d0b6421b0369ea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 31 12:15:36 2007 +0000
+
+    *** empty log message ***
+
+commit 52015485014a0b4bf627f54bd5aebd52d0aa0502
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 31 12:15:09 2007 +0000
+
+    (LaTeX-verbatim-environments): Fix typo.
+    (LaTeX-backward-paragraph): Special-case verbatim environments in
+    order to prevent leading brackets or braces from being interpreted
+    as part of the \begin macro.  Clean up a bit.
+
+commit 9b141f578a7042d0517b9289244ea261376165ab
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 25 09:17:14 2007 +0000
+
+    * prv-xemacs.el (preview-dump-threshold):
+    
+    * prv-emacs.el (preview-dump-threshold): Make the dump threshold
+    closely match what mylatex.ltx expects.
+
+commit fd5b8e8c5446b8fda6fba35b4e7bba729b2f19b7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 25 09:02:14 2007 +0000
+
+    Have the counter output appear before the
+    snippet start/end messages in order to have the counter
+    maintenance work out correctly regardless of the order of `auctex'
+    and `counters' options to preview.el.
+
+commit dc48401604374d1845d2e4c8d099c64f4f526dd3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 24 22:51:27 2007 +0000
+
+    (ConTeXt-find-indent): Use `condition-case' rather
+    than `ignore-errors', and don't barf if at the end of file (like
+    with an empty file).
+
+commit 6151aff560ad6ae3f5d8ba85deea62a8f80bddc2
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 23 18:27:47 2007 +0000
+
+    (TeX-ConTeXt-sentinel): Fix end-of-run detection.
+
+commit d2dc0e6fca4d180cf0e437b95fbb27ad436ea447
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 19 19:03:39 2007 +0000
+
+    *** empty log message ***
+
+commit 6ded425d6c78a6c9a47e0bda692b666a90b2cb6f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 19 19:03:09 2007 +0000
+
+    (STYLESRC): Add style/comment.el.
+
+commit 1c4b840ae10aa66dd07cb397d2e151a6041a61b7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 19 19:02:52 2007 +0000
+
+    (font-latex-syntactic-keywords-extra): New
+    variable.
+    (font-latex-set-syntactic-keywords): Use it.
+
+commit eb84414acc6b0c714494ecef47f8d6adccb16811
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 19 19:02:39 2007 +0000
+
+    (LaTeX-comment-env-list): New variable.
+
+commit 8158098c819f9ad1880f92df9f028b3956f174d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 19 19:02:26 2007 +0000
+
+    New file.
+
+commit 8961340b5ef1249a9038d4f04de18c62d19c89c3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 18 14:41:23 2007 +0000
+
+    *** empty log message ***
+
+commit a5c7c7a01a9c7e472d1b0d2441b77aeda23cffb5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 18 14:40:57 2007 +0000
+
+    (Commands): Remove dependency on software du
+    jour from description of `TeX-DVI-via-PDFTeX'.
+
+commit 7e10ae4fbb0c501325b286aa5975b0acad755eea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 17 10:39:16 2007 +0000
+
+    *** empty log message ***
+
+commit ef33ec6e04666d81a57d67cfce0c73d19342dc81
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 17 10:38:52 2007 +0000
+
+    (font-latex-quotes): Add nil option.
+    (font-latex-match-quotation)
+    (font-latex-extend-region-backwards-quotation): Do nothing if
+    `font-latex-quotes' is nil.
+
+commit a3bf3d44d7b48b6124adc75500889c3660e62ea1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 17 10:38:11 2007 +0000
+
+    (Font Locking): Document nil option of `font-latex-quotes'.
+
+commit dbde4df4cfeb0a105508317f782c3f8e0081988b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 11 16:25:56 2007 +0000
+
+    *** empty log message ***
+
+commit 4bf5fe57cc247faba8eebbba98715c80c8dbe872
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 11 16:25:31 2007 +0000
+
+    (LaTeX-fold-math-spec-list): `decode-char' is not
+    autoloaded in XEmacs.  Only use it when it is defined.
+
+commit 2945d94bb059d73c529f2fd0028132c60ee4e52b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 11 14:52:05 2007 +0000
+
+    *** empty log message ***
+
+commit dda27786889d88b4a40a15582c418d5487576f0e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 11 14:51:39 2007 +0000
+
+    (European): Document `icelandic' language option.
+
+commit 9f6a85c3d9ff9d73e2bc1f31c8e415a282db91e1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 11 14:43:12 2007 +0000
+
+    *** empty log message ***
+
+commit 06a122c6beb8b89573e92afbdcc41e4f60e9465a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 11 14:42:46 2007 +0000
+
+    (STYLESRC): Add style/icelandic.el.
+
+commit e2573b6ff5c349c22791e93213083e575246b72f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 11 14:42:20 2007 +0000
+
+    New file.
+
+commit bf57a1538f92c6c74d50f12b92a15eae67738d80
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 11 10:29:19 2007 +0000
+
+    (Footnotes): Update Emacs CVS locations.
+
+commit d63ac2ccbcdfb0602fdf78bc54841129fdce7b59
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 10 09:23:11 2007 +0000
+
+    *** empty log message ***
+
+commit 57766e616dda7a316256cecd260752b3544ff121
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 10 09:22:45 2007 +0000
+
+    (TeX-fold-auto): Default to nil.
+
+commit d4b2bc4009fc9e19e93ddbb92c87050745789207
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 9 20:40:36 2007 +0000
+
+    *** empty log message ***
+
+commit 096c2706d33469f76a14989431cfb2afdf2e9b42
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 9 20:40:09 2007 +0000
+
+    (TeX-clean): Catch error on Emacs 21 when only one file
+    is to be deleted.
+
+commit cddb10993a17e92e36fa9397ec5a6923db7717cb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 6 20:30:44 2007 +0000
+
+    *** empty log message ***
+
+commit fcda6f86c94d862c01208fa157e798ff5d6618aa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 6 20:30:16 2007 +0000
+
+    (TeX-search-syntax-table): Set syntax of ?\( and ?\)
+    explicitely to whitespace for Emacs 21.
+    (TeX-search-syntax-table): Clean the syntax table more thoroughly.
+
+commit 37eda266528338c99c26e6902b49a7b60859a66a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 4 19:56:49 2007 +0000
+
+    *** empty log message ***
+
+commit fd8c95b59e15f5fa86ea51658ecd21139bf63802
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 4 19:56:23 2007 +0000
+
+    (TeX-find-macro-boundaries): Make it possible to restrict
+    the search with new argument `lower-bound'.
+    (TeX-find-macro-start): Make it possible to restrict the search
+    with new argument `limit'.
+
+commit 56586f6924c3c76d8229ec19e8abcf2a673c6bfb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 4 19:29:11 2007 +0000
+
+    *** empty log message ***
+
+commit 98e16d2ba484d6b75109fc71fac0698a77b80950
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 4 19:28:45 2007 +0000
+
+    Merge from multiline-font-lock branch.
+    (font-latex-do-multi-line, font-latex-use-cache): Remove.
+    (font-latex-multiline-boundary): New variable.
+    (font-latex-built-in-keyword-classes): Add information about
+    syntax of macros.  Quote face names.
+    (font-latex-deactivated-keyword-classes): Adapt type to new form
+    of `font-latex-built-in-keyword-classes'.
+    (font-latex-make-match-defun): Accept `face' argument.
+    (font-latex-keyword-matcher): Support up to 8 slots for faces.
+    (font-latex-make-built-in-keywords): Support new form of keywords
+    classes.
+    (font-latex-user-keyword-classes): Provide possibility to specify
+    macro syntax.
+    (font-latex-make-user-keywords): Add warning face in relevant
+    matchers.
+    (font-latex-extend-region-functions): New variable.
+    (font-latex-setup): Use it.  Clean up.
+    (font-latex-fontify-region): New function.
+    (font-latex-unfontify-region): Cater for XEmacs.
+    (font-lock-after-change-function): Advise function for challenged
+    editors.
+    (font-latex-find-matching-close): Use `TeX-search-syntax-table'.
+    (font-latex-not-on-same-line-as): New function.
+    (font-latex-set-cache, font-latex-get-cache)
+    (font-latex-check-cache): Remove.
+    (font-latex-put-multiline-property-maybe): New function.
+    (font-latex-match-command-cache): Remove.
+    (font-latex-matched-faces): New variable.
+    (font-latex-matched-face): New function.
+    (font-latex-match-command-with-arguments): Use them.  Set warning
+    face when syntax not correct.
+    (font-latex-match-in-braces-cache): Remove.
+    (font-latex-match-mandatory-arg): New function.
+    (font-latex-extend-region-backwards-command-with-args): New
+    function.
+    (font-latex-match-command-in-braces): Set multiline property if
+    necessary.
+    (font-latex-extend-region-backwards-command-in-braces): New
+    function.
+    (font-latex-match-math-env): Set multiline property if necessary.
+    (font-latex-extend-region-backwards-math-env): New function.
+    (font-latex-math-environments): New variable.
+    (font-latex-match-math-envII): Use it.  Set multiline property if
+    necessary.
+    (font-latex-extend-region-backwards-math-envII): New function.
+    (font-latex-update-quote-list): New function.
+    (font-latex-match-quotation): Use it.  Set multiline property if
+    necessary.
+    (font-latex-extend-region-backwards-quotation): New function.
+
+commit 6d14dade82c9b8e4f56eb216bcf9761ca6b3fa63
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Feb 25 15:32:30 2007 +0000
+
+    (TeX-read-string): Add new function that will inherit the
+    input method if feasible.  TODO: replace calls of `read-string'
+    with this wherever it may be appropriate.
+
+commit 41d2d38969187049a8140cb3d099b858e535715a
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 20 07:42:44 2007 +0000
+
+    Patch by Ikumi Keita <ikumi@ikumi.que.jp>.
+    Commited by Masayuki Ataka <masayuki.ataka@gmail.com>.
+
+commit 747821866ae763ee6097d624126ebe5521e4f908
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Feb 15 07:01:49 2007 +0000
+
+    * tex.el (TeX-after-insert-macro-hook): New hook.
+    (TeX-insert-macro): Use it.
+    
+    * tex-fold.el (TeX-fold-auto): New variable.
+    (TeX-fold-mode): Append auto fold stuff to the end of
+    `TeX-after-insert-macro-hook'.
+
+commit 2b529b8777c943438797d78abb257ce363b523a9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 13 20:27:46 2007 +0000
+
+    *** empty log message ***
+
+commit 3b1fb4d766de37caba22925f59ea1ceca02ba538
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 13 20:27:21 2007 +0000
+
+    (TeX-clean): Fix last change.
+
+commit fbf3d3ecb96e9cc52c1ffc7c505f09bba50d245e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 10 16:00:02 2007 +0000
+
+    *** empty log message ***
+
+commit cfb575366a3e79118e92eb9eb0eb28b38392ee5e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 10 15:59:36 2007 +0000
+
+    (LaTeX-fold-macro-spec-list)
+    (LaTeX-fold-env-spec-list, LaTeX-fold-math-spec-list): New
+    variables.
+
+commit ae2fcc1685075dc44c5af769a01cd56944a085ec
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 10 15:59:19 2007 +0000
+
+    (TeX-fold-macro-spec-list-internal)
+    (TeX-fold-env-spec-list-internal)
+    (TeX-fold-math-spec-list-internal): New variables.
+    (TeX-fold-region-macro-or-env, TeX-fold-item): Use them.
+    (TeX-fold-comment-do): Doc fix.
+    (TeX-fold-mode): Set TeX-fold-*-spec-list-internal variables.  Use
+    <mode-prefix>-fold-*-spec-list variables if bound.
+
+commit 0123109c10e134d0a4f4449222d3d53bbc63eade
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 10 15:59:11 2007 +0000
+
+    (TeX-mode-prefix): New function.
+    (TeX-clean): Use it.
+
+commit c7e8e24afb0cec95c9c75dc21cb69371915626b8
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 10 12:07:48 2007 +0000
+
+    (TeX-japanese-process-input-coding-system)
+    (TeX-japanese-process-output-coding-system): Use system-type
+    instead of window-system.  Suggested by Ikumi Keita
+    <ikumi@ikumi.que.jp>.
+
+commit 22c16d9a8f9dec350370b3822bda57520d1d9eed
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Feb 9 08:00:33 2007 +0000
+
+    (TeX-japanese-process-input-coding-system)
+    (TeX-japanese-process-output-coding-system): Do not use
+    default-coding-system to set process-coding-system, anymore.  The
+    value is set to shift_jis or euc-jp depending on window-system.
+    
+    ;; FIX-ME (2007-02-09) The default coding system in recent Unix (like Fedora and
+    ;; Ubuntu) is utf-8.  But Japanese TeX system is not support utf-8 yet
+    ;; (platex-utf is under development, may be alpha phase).  So,
+    ;; process-coding-system for Japanese TeX is not defined from
+    ;; default-coding-system.  When platex-utf is out, we should look this setting,
+    ;; again.
+
+commit 178331d8b9e83f47959ca3bb35c1e3f7265a56af
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Feb 9 07:15:49 2007 +0000
+
+    Use `AUCTeX' instead of `AUC-TeX'.
+
+commit 69dc79e516197b1208069d0eda08e39291c585f0
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Feb 9 04:37:23 2007 +0000
+
+    Cater for the accidental case that no-Japanese loads tex-jp.el and his
+    coding-system is set to unexpected one.
+    Patch by Ikumi Keita <ikumi@ikumi.que.jp>.
+    Commited by Masayuki Ataka <masayuki.ataka@gmail.com>.
+
+commit 7ad7e1e6a5add24c1de2da1f8736b2da9b4eed43
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 4 23:43:29 2007 +0000
+
+    *** empty log message ***
+
+commit f5df9129687f28233ba5c779f0ef3243f55d18cd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 4 23:43:02 2007 +0000
+
+    (TeX-submit-bug-report): Remove unnecessary code.
+    Include a plea for upgrading into introductory blurb.
+
+commit 18aaa6447306b429cdef8c180855916ba608314e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Jan 31 21:45:39 2007 +0000
+
+    checkdoc cleaning and some code fixes.
+    Patch from Ikumi Keita <ikumi@ikumi.que.jp>.
+    Commited by Masayuki Ataka <masayuki.ataka@gmail.com>.
+
+commit dc8085456781bb85f784a877ee0794e797027382
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 23 19:46:46 2007 +0000
+
+    *** empty log message ***
+
+commit 95feb02a488f59bbf32707a23053413bd741ca81
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 23 19:46:21 2007 +0000
+
+    (Quotes): Document `TeX-math-close-double-dollar'.  Add subheadings.
+
+commit a4ccaee43c229aac88fb3a309fb9d910d02b9c99
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 22 22:27:42 2007 +0000
+
+    *** empty log message ***
+
+commit 986cc48a4faa507c2bd73dd62784884cb7c4ba4f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 22 22:27:17 2007 +0000
+
+    Define PDFTEX if empty and pass it to `make dist' in
+    `doc' directory for documentation generation.
+
+commit cd9b7fda8f890ce18e541ca9229c1c02e232ccb0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 22 22:27:04 2007 +0000
+
+    (docdir, PACKAGE_TARNAME): New variables.
+    (dist): Add tex-ref.pdf target.
+    (extradist): Remove tex-ref.pdf target.
+    (install-auctex): Add tex-ref.pdf target.  Install tex-ref.pdf
+    into $(docdir).
+
+commit 1ffa1be42626d33d0a6b1f2fd7e010678c7540bb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 21 16:47:33 2007 +0000
+
+    *** empty log message ***
+
+commit 9022f0cc069e5f4ac8048ec89abd2d0b9ec5f40d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 21 16:47:08 2007 +0000
+
+    Make calls of start.exe work with quoted file names.
+
+commit 65af729652301b1a5de0a63c61068d51d34a652c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jan 21 07:01:32 2007 +0000
+
+    (TeX-fold-type-list): New new type 'math.
+    (TeX-fold-math-spec-list): New variable.
+    (TeX-fold-dwim, TeX-fold-region, TeX-fold-region-macro-or-env)
+    (TeX-fold-item): Try to fold math macros as well.
+    (TeX-fold-buffer, TeX-fold-paragraph, TeX-fold-make-overlay)
+    (TeX-fold-item-end): Mention new type 'math.
+    (TeX-fold-math): New function.
+
+commit 64a4d49dc6efc8096a7a7c9d392e326562e5450d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jan 20 22:17:34 2007 +0000
+
+    Remove unused `%{extraconfig}' argument.
+
+commit 474ffc76dcfb39d001519e91d311595e6334e72f
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Jan 19 17:51:51 2007 +0000
+
+    (TeX-fold-macro-spec-list): Fold marginpar, eqref,
+    glossary, copyright, textregistered and texttrademark macros as
+    well.
+
+commit 4fc2e03370c539de04d9c863a07233e514eed3ea
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Jan 18 11:13:53 2007 +0000
+
+    Update author/maintainer email address from ataka@milk.freeamil.ne.jp to masayuki.ataka@gmail.com.
+
+commit 9ae21042fd3976934879712f76778720b273ee4a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jan 17 14:21:55 2007 +0000
+
+    (TeX-clean-default-intermediate-suffixes): Add beamer
+    suffixes.
+
+commit fe14babb8721887206d4ac569a5a1711ba2413ac
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Jan 17 01:32:02 2007 +0000
+
+    (japanese-TeX-command-list): Use "%`" and "%'" magic
+    to allow file names with spaces.  See also change log for
+    TeX-command-list in tex.el on 2006-10-10.
+    Reported by Ikumi Keita <ikumi@ikumi.que.jp>.
+
+commit 5f8725cf894ac7a98475d60ec29ca377f84c4324
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 14 22:36:45 2007 +0000
+
+    *** empty log message ***
+
+commit c7093959f878eaab5488ebac63b3c6863dcba986
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 14 22:36:11 2007 +0000
+
+    Add copyright notice and licence reference.
+    Mention --infodir.  Some clean-ups.
+
+commit 8f60b037fd97e804deca137fb569269f8ee7f298
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 13 10:52:33 2007 +0000
+
+    *** empty log message ***
+
+commit ddafbdfcbe2489f8df940a43dc68bb56b49d1ef1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 13 10:51:59 2007 +0000
+
+    (www-doc): Generate AUCTeX and preview-latex manuals
+    in single directory.  Patch gendocs.sh to use texi2html instead of
+    makeinfo (patch not included).
+
+commit 9eb3d5b753dcbca7dfe93b0950fb4304a1fe4aa7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 12 18:23:15 2007 +0000
+
+    Release_11.84
+
+commit 144ab451baef38c266bd9f0fc53043fbb98f0f33
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 12 18:17:06 2007 +0000
+
+    *** empty log message ***
+
+commit 7ff9f0867f759169eed0965f0a2c2d8207bc43c7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 12 18:16:43 2007 +0000
+
+    Update for release.
+
+commit 0692761a52b3f795fbe476ec789f60ac069ea27e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 12 18:16:29 2007 +0000
+
+    (Version): Bump version number.
+
+commit 9286e7c1638109673dc51e11c8d4c6f15ddcf453
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 12 18:16:22 2007 +0000
+
+    Bump version number.
+
+commit 22f2a436eb40844dd9474fdc2bca1662198ca272
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 11 21:34:24 2007 +0000
+
+    *** empty log message ***
+
+commit 47720c0ba09cb497aafa07ebd8235b4c6b455566
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 11 21:34:00 2007 +0000
+
+    (STYLESRC): Add style/polski.el.
+
+commit df362215f164f835bdf9a975a727d98e49da985b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 11 21:33:53 2007 +0000
+
+    Mention support for `polski' LaTeX package.
+
+commit 87380d86a35348bc509c937a46542b350000281f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 11 21:33:43 2007 +0000
+
+    (European): Mention `polski' language option.
+
+commit b52b3f14e53ee0902500a4081f534429d8469e65
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 11 21:33:16 2007 +0000
+
+    New file.
+
+commit d04ea1d59636260a62f02b38f76b8e0422bbc023
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 8 22:16:01 2007 +0000
+
+    *** empty log message ***
+
+commit 082c3254c106ab232e79e55ae11bb426d3b6115d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 8 22:15:33 2007 +0000
+
+    11.84, come out, come out, wherever you are!
+
+commit c120d3a7f8ed1aef378564618ca2c4bb7c1ceaa2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 8 21:56:34 2007 +0000
+
+    *** empty log message ***
+
+commit c8236eee8b96b5066f87a147d226f08378778eab
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 8 21:56:08 2007 +0000
+
+    (STYLESRC): Add style/polish.el.
+
+commit d9e2b54d5a27f79ac655ffdcd2d281864738af16
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 8 21:55:56 2007 +0000
+
+    (TeX-quote-language-alist): Replace references to
+    `plfonts' and `plhb' by `polish'.
+
+commit 84d90bd0bff571bc14ff75197d16d70ae30231ac
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 8 21:55:40 2007 +0000
+
+    (European): Remove references to `plfonts' and
+    `plhb' styles for typesetting Polish text because they seem to be
+    out of use.  Refer to the `polish' option for the babel LaTeX
+    package instead.
+
+commit 3229821f1c9dd7a050bbd2aa51f913e96580dde2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 8 21:55:13 2007 +0000
+
+    New file.
+
+commit a85ca7995957f1b46f97d6bae7ff57c2b2f4badb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 7 10:03:23 2007 +0000
+
+    *** empty log message ***
+
+commit ee2cc4b8100bd88439bd2d73248922b44b528a21
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 7 10:02:56 2007 +0000
+
+    Refer to up-to-date versions of CVS Emacs.
+
+commit febcc9c7e603ebafa7f56a4a1f4901aa3cbe448c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 7 10:02:44 2007 +0000
+
+    (Prerequisites): Refer to up-to-date versions
+    of CVS Emacs.
+
+commit 5a523689e2490d9096613ca96f3dd4defebec019
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jan 5 11:24:00 2007 +0000
+
+    (European): Improve TeX-quote-language-alist.
+
+commit bb51394bbb36f6b13dcaf97cbe08ec5dbf8c85b5
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jan 5 11:22:31 2007 +0000
+
+    (TeX-quote-language-alist): Improve doc string.
+
+commit 2ffd38292b761bb3663599e9029f0f90c6ebd636
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jan 5 11:19:13 2007 +0000
+
+    (TeX-quote-language-alist): Fix custom type for French.  Add links
+    to the manual.
+
+commit 18d83cbe63114483527a1252e1de4e04d1b0b91d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jan 5 11:10:35 2007 +0000
+
+    (TeX-quote-language-alist): Improve custom type.
+
+commit cee57decac8fa22286eaa7d5c7b238a326386844
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jan 5 00:43:30 2007 +0000
+
+    (TeX-command-default): Mark as safe-local-variable.
+
+commit 122317ef717124f601ca8f6c7a905b6dad71955e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 30 00:36:11 2006 +0000
+
+    *** empty log message ***
+
+commit 769c47930d690c9e9866311dba4f33af992b81a2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 30 00:35:46 2006 +0000
+
+    (Folding): Document user-visible changes in the
+    folding functionality.
+
+commit 7b70447d8ec5f5179adbcc63829523f15c7a2341
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 29 13:41:13 2006 +0000
+
+    *** empty log message ***
+
+commit 9ce29d6723884024bd4706b8499587f0061e9092
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 29 13:40:48 2006 +0000
+
+    (LaTeX-common-initialization): Set
+    `TeX-search-forward-comment-start-function'.
+    (LaTeX-fill-region-as-para-do, LaTeX-fill-paragraph)
+    (LaTeX-fill-code-comment): Call `TeX-search-forward-comment-start'
+    instead of `LaTeX-search-forward-comment-start'.
+
+commit 22b0c6681f8496a28ddc15568d68c31114033f54
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 29 13:40:19 2006 +0000
+
+    Update author email address.
+    (TeX-fold-type-list): New variable.
+    (TeX-fold-keymap): Add key binding for `TeX-fold-comment'.
+    (TeX-fold-dwim): Try to fold comment as well.
+    (TeX-fold-region): Move implementation of region folding for
+    macros and environments out into the new function
+    `TeX-fold-region-macro-or-env' and cater for comments as well.
+    (TeX-fold-region-macro-or-env, TeX-fold-region-comment)
+    (TeX-fold-comment, TeX-fold-comment-do): New functions.
+
+commit 5ef730c3d9eb3917d7dba3b37e6d8440947a095f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 29 13:40:00 2006 +0000
+
+    (TeX-texinfo-mode): Set `comment-use-syntax'.
+
+commit cbe0fdb3c5af8f948369252c4d8e6c155d94fbd6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 29 13:39:53 2006 +0000
+
+    (VirTeX-common-initialization): Set `comment-end-skip'
+    and `comment-use-syntax'.
+    (TeX-fold-menu): Add entry for folding comments.
+    (TeX-comment-forward): New compatibility function.
+    (TeX-comment-or-uncomment-region): Use it.
+    (TeX-search-forward-comment-start-function): New variable.
+    (TeX-search-forward-comment-start): New function.
+
+commit d12f41a4afec05f891334db3c596c6e501ee453b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 10 13:20:49 2006 +0000
+
+    (LaTeX-section-hook): Place into `LaTeX-macro' group.
+    (LaTeX-verbatim-macros-with-delims)
+    (LaTeX-verbatim-macros-with-braces): Same here.
+    (LaTeX-verbatim-environments): Place into `LaTeX-environment'
+    group.
+
+commit 13514cc91b7ecd4b59206a30a949ffb9d03197d6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 7 20:24:48 2006 +0000
+
+    *** empty log message ***
+
+commit 3f8c51064706973737e7a35eda81a4795f8a4e3a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 7 20:24:22 2006 +0000
+
+    (TeX-install-toolbar, LaTeX-install-toolbar): Add
+    `toolbarx-refresh' to `TeX-PDF-mode-hook' in the current buffer
+    only.
+
+commit 08b07763b9a3cdf369f6636692b0a009953e7a00
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 6 18:22:27 2006 +0000
+
+    *** empty log message ***
+
+commit dc8aa8f9ba35974e2c19641fe58756d640b5a20f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 6 18:22:02 2006 +0000
+
+    (ConTeXt-nl-mode-initialization): Use correct
+    syntax for prompting for an optional argument in case of \items
+    macro.
+
+commit f7fc02b6a393bdafdc8a014c0f205ccd95281662
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 6 18:21:54 2006 +0000
+
+    (ConTeXt-en-mode-initialization): Use correct
+    syntax for prompting for an optional argument in case of \items
+    macro.
+
+commit 7163e0d159167977132a654e6f930a06da046045
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 6 18:21:48 2006 +0000
+
+    (ConTeXt-arg-setup): Capitalize prompt.
+
+commit 6addd5dcd1756562ab576f9c62fcd7c81c11c85b
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Mon Dec 4 20:32:43 2006 +0000
+
+    Resolved bugs WRT let-binding tool-bar-map and making it local variable
+    (emacs display engine of the toolbar) and explaining better some
+    functions  (xemacs display engine)
+
+commit 392a0bc10fc74bcfe5b9280dd12fa82bff7ef399
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Dec 1 20:20:20 2006 +0000
+
+    * prv-emacs.el (preview-move-point): Do not error out if
+    `distance' is nil.
+    
+    * prv-xemacs.el (preview-supports-image-type): Move so that the
+    following comment makes sense.
+
+commit 56e83f4cd25e4fd23d8dab0cba98e856190bf7f9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 1 18:00:25 2006 +0000
+
+    *** empty log message ***
+
+commit 5b9f32dbdafc172bdee0527922300025ee9b02b4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 1 18:00:15 2006 +0000
+
+    (preview-move-point): Do not error out if
+    `distance' is nil.
+
+commit 340bb362d88cf36b1c0e6931be5e3cafa4fb3508
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 26 19:21:47 2006 +0000
+
+    *** empty log message ***
+
+commit c9b1f0574c24063e5288c1f4442f75977165d863
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 26 19:21:22 2006 +0000
+
+    (ConTeXt-texexec-option-nonstop): New variable.
+    (ConTeXt-expand-options): Use it.
+
+commit 23ef32a54c1c11999039d277d7a7e40cdf8d6e09
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 24 06:54:04 2006 +0000
+
+    *** empty log message ***
+
+commit c08e835b87d15b0b3bb52a8f8cd8ead0ae459d59
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 24 06:53:39 2006 +0000
+
+    (Running TeX and friends): Explicitely mention
+    `plain-TeX-enable-toolbar' and `LaTeX-enable-toolbar'.
+
+commit 44c6505cad7ea3bf42abf2e9c5d2f10011aaa760
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 24 06:53:21 2006 +0000
+
+    (plain-TeX-enable-toolbar): Rename from
+    `TeX-enable-toolbar'.
+    (plain-TeX-maybe-install-toolbar): Rename from
+    `TeX-maybe-install-toolbar'.
+    (TeX-plain-tex-mode): Use new names.
+
+commit 768e8949833c71806ada6b2151016d935ba7ae7b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 16 21:04:21 2006 +0000
+
+    *** empty log message ***
+
+commit 1a0aa64b175b5f5d17eb201d5241b7e9734e3f2f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 16 21:03:53 2006 +0000
+
+    (LaTeX-fill-region-as-para-do): Do not break before
+    code comments if at a commented beginning of a line.
+
+commit b260550dbfc724bfb372a396efd51f03fb981932
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 24 16:02:22 2006 +0000
+
+    * prv-xemacs.el (preview-move-point): rearrange for calling
+    `preview-auto-reveal' with DISTANCE argument.
+    
+    * prv-emacs.el (preview-remove-urgentization): Small optimization.
+    (preview-move-point): Rearrange to be more efficient in the
+    absence of overlays.
+    
+    * preview.el (preview-auto-reveal): Fetch keybindings of [left]
+    and [right] at runtime.  Change proposed default accordingly.
+    (preview-at-point): Fix change from 2005-03-15 for cursor
+    restoration.
+    (preview-auto-reveal-p): Implement integer MODE and take DISTANCE
+    argument.
+    (preview-auto-reveal): Allow DISTANCE.
+
+commit 80c6e773486ef76e97840702e787451f7fba5106
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 24 08:08:20 2006 +0000
+
+    (preview-auto-reveal): Fetch keybindings of [left]
+    and [right] at runtime.  Change proposed default accordingly.
+
+commit 558175eef86969ea9080740f3f7ad2f75c4421f8
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat Oct 21 15:57:42 2006 +0000
+
+    Fix @node commands.
+
+commit d16b24deaf5f298c304f8ee544ae77fc8daf9aa6
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 20 11:06:54 2006 +0000
+
+    * doc/auctex.texi (top): Mention reference card.
+    
+    * doc/auctex.texi: Add formatting emergencystretch.  Move macros
+    input.
+    (top): Rearrange somewhat.  Avoid duplicate contents (?).
+    
+    * doc/auctex.texi (top): In the user-visible part of the info
+    file, move the copying info completely to the "Copying this
+    manual" section in order to reduce clutter.
+
+commit 5be25d319429e5e2440ae099fc24cb991a5a1146
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 20 10:58:47 2006 +0000
+
+    * doc/Makefile.in (PREVIEWTEXIFILES): Add `version.texi'.
+    
+    * doc/auctex.texi: Add formatting emergencystretch.  Move macros
+    input.
+    (top): Rearrange somewhat.  Avoid duplicate contents (?).
+    
+    * doc/preview-latex.texi: Restructure and relicense taking
+    auctex.texi as an example.
+    
+    * doc/auctex.texi (top): In the user-visible part of the info
+    file, move the copying info completely to the "Copying this
+    manual" section in order to reduce clutter.
+
+commit 8067c9f6899e1f74d68b5804340b993f29ba01a6
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 20 09:03:30 2006 +0000
+
+    (top): In the user-visible part of the info
+    file, move the copying info completely to the "Copying this
+    manual" section in order to reduce clutter.
+
+commit 56af14da348cf9167759e31ce43c1acab33d13b0
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 18 22:55:28 2006 +0000
+
+    Mention previous XEmacs package problems.
+
+commit 1266e0287ba607f65afbed7d6da9156736563cc4
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 18 22:06:32 2006 +0000
+
+    (preview-defmacro): Use `fboundp' instead of
+    `functionp'.
+    (add-to-list): compatibility function not needed anymore since
+    2006-10-11 change.
+
+commit b5e55937c3ebcfc15165ca16a0f5e54805dd0431
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 18 17:45:40 2006 +0000
+
+    *** empty log message ***
+
+commit 9e5db37d29cc71da8720f7850d73da0866bbdab5
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 18 17:45:01 2006 +0000
+
+    * preview.el (eval-when-compile): restore function definitions of
+    compatibility macros.
+    
+    * prv-xemacs.el (preview-defmacro): Also redefine functions that
+    actually exist, but save their definition.
+    
+    * preview.el (preview-parse-messages): Fix bad regexp.
+
+commit 74295c6db7bbd47f2dad79238eb47d8e83b8aff1
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 18 13:49:21 2006 +0000
+
+    (preview-parse-messages): Fix bad regexp.
+
+commit 76c88b4e9cef21032b689e38e55cbb78ff1d436a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 15 23:53:26 2006 +0000
+
+    * tex-buf.el (TeX-parse-error, TeX-error, TeX-warning): Replace
+    the error parser basically by what we have in preview-latex.
+    However, this does not yet do the fine-grained hackery around
+    possible TeX quote characters that preview-latex employs in order
+    to get the correct character position in a line even under adverse
+    conditions.
+    
+    * preview.el (preview-parse-messages): Rearrange the regexp for
+    matching and renumber the matches and match strings accordingly.
+
+commit 487c055e9f6702f773348630a0dc185d912febfa
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 11 00:53:32 2006 +0000
+
+    Fix last change.
+
+commit c0f774d5f1dee9689071f35fe28fb2e8a4e08250
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 11 00:50:39 2006 +0000
+
+    * tex-buf.el (TeX-error-description-list): Add preview-latex error
+    pattern here.
+    
+    * tex.el (TeX-expand-list): Add "%m" pattern from preview.
+    (TeX-add-local-master): Make a local variable wrapper more
+    suitable for docstrip.
+    
+    * preview.el (LaTeX-preview-setup): Move setup of
+    `TeX-error-description-list' and `TeX-expand-list' to AUCTeX
+    proper.
+
+commit 018c50832021e7884dc26bcffd64e442c0ceed46
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 10 14:59:28 2006 +0000
+
+    Mention space in file names, PostScript stack
+    tolerance.
+
+commit f1c9b30f1aa1085217ca91e917d35105e9ecb55d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 10 11:32:47 2006 +0000
+
+    * tex-buf.el (TeX-command-expand): Make `file' self-quoting in
+    expansion, and trick around with `TeX-command-pos' and other junk
+    in order to make the quoting stuff of "%`" and "%'" work.
+    (TeX-view-output-file): Became pretty pointless.  Remove.
+    
+    * tex.el (TeX-command-list): Use "%`" and "%'" magic to allow file
+    names with spaces.
+    (TeX-output-view-style): Don't quote "%s", that's the job of
+    `TeX-command-expand'.
+    (TeX-expand-list): Use the `-interaction' option.  Define "%`",
+    " \"\\", "\"" and "%'" patterns.  Somebody should probably rather
+    turn this into external functions in `tex-buf.el': the stuff
+    really has no business here and does not get byte-compiled.  Use
+    `file' for "%o".
+    
+    * preview.el (preview-gs-filter): Fix prompt match expression to
+    allow stack garbage > 10.
+    (preview-gs-open): Assume `.runandhide' is defined (Ghostscript
+    6.53 and greater).  Don't check Ghostscript stack for correctness,
+    just leave garbage.
+    (preview-prepare-fast-conversion): Use `.runandhide' to ignore
+    garbage left by preamble (such as Omega fonts).
+    (preview-LaTeX-command): Use "%'" and "%t" expansion strings in
+    order to allow filenames with spaces in them.
+    (preview-goto-info-page): Use `info' instead of `Info-goto-node'.
+    (preview-parse-messages): Spike up terminal log file name tracing
+    in order to have a reasonable chance of detecting spaces in file
+    names.
+    (preview-parse-messages): Massage match string for partial strings
+    to deal better with TeX-quoted control sequences.
+    (preview-dump-file-name): The format name should not contain
+    spaces.  Replace them with underlines.
+    (preview-dump-replacements, preview-undump-replacements): Use a
+    different replacement in order to work with the new
+    `preview-LaTeX-command'.
+    (preview-cache-preamble): shell-quote `preview-format-name'.  Keep
+    `mylatex.ltx' from ignoring spaces in file names.
+    (TeX-inline-preview-internal): shell-quote `preview-format-name'.
+
+commit ce99872ee92f96099981ad9ead96964466c8be60
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 7 21:13:31 2006 +0000
+
+    *** empty log message ***
+
+commit 01de3c7ab3d9cf371a5dfa718219b751b31d8ca4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 7 21:13:06 2006 +0000
+
+    (LaTeX-fill-region-as-paragraph): Match "foo\ %" as
+    well.
+
+commit 4b050d570dba1da5df57f1f5043da864122ac546
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 4 19:13:37 2006 +0000
+
+    *** empty log message ***
+
+commit 136233005c57dd99e1d24f4d508af323eebb998d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 4 19:13:13 2006 +0000
+
+    (TeX-find-macro-boundaries): Prevent `up-list' and
+    friends from finding parens in comments if point is not in a
+    comment and vice versa.
+
+commit 1c5879b84129f88af2f014b5e73f1116dc58efa5
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 2 21:17:42 2006 +0000
+
+    Change the licensing terms to require no front
+    and back cover texts, and explicitly exclude the GFDL from being
+    licensed under the GFDL.
+    (top): Give a synopsis for the license section in the top menu.
+    Remove redundant version mentions, remove the explicit exclusion
+    of the GFDL from GFDL licensing: RMS says it is unnecessary.
+
+commit f7b250722c36168be4972961f26a18ef97d74e94
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 2 10:13:18 2006 +0000
+
+    Change the licensing terms to require no front
+    and back cover texts, and explicitly exclude the GFDL from being
+    licensed under the GFDL.
+    (top): Give a synopsis for the license section in the top menu.
+
+commit bee0b16127b4462e79b32c2a025fdc17d0bb1e1a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 2 10:09:17 2006 +0000
+
+    Change the licensing terms to require no front
+    and back cover texts, and explicitly exclude the GFDL from being
+    licensed under the GFDL.
+
+commit 098ed2c0b948ac6fc0c6b1169459a97183df6d83
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 29 09:18:41 2006 +0000
+
+    * autogen.sh: Use '=' instead of '==' in tests.
+    
+    * doc/Makefile.in (version.texi): Let version.texi depend rather
+    on ChangeLog in order not to disturb pregenerated documentation.
+    
+    * autogen.sh: Prepare `AUCTEXDATE' and `AUCTEXVERSION' for `make
+    dist'.
+    
+    * Makefile.in (tar-ball): Pass version and date into autogen.sh
+
+commit ddfb1396ca89e368fccf09889676d11bcb67b434
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 29 09:13:26 2006 +0000
+
+    Fix syntax errors.
+
+commit ffda388ddff93b9ca4799da4483e2cbd4ca80ec7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 29 09:11:37 2006 +0000
+
+    * doc/Makefile.in (version.texi): Let version.texi depend rather
+    on ChangeLog in order not to disturb pregenerated documentation.
+    
+    * autogen.sh: Prepare `AUCTEXDATE' and `AUCTEXVERSION' for `make
+    dist'.
+    
+    * Makefile.in (tar-ball): Pass version and date into autogen.sh
+    
+    * doc/Makefile.in (AUCTEXDATE, AUCTEXVERSION): get from configure.
+    (AUCTEXTEXIFILES): Add fdl.texi and version.texi
+    (version.texi): create depending on Makefile.
+    (maintainer-clean): Remove version.texi.  Should this be in the
+    distclean target instead?
+    
+    * Makefile.in (DOCFILES): Remove, unused.
+    (doc/Makefile): Add target.
+    (info, dvi, install-man, install-docs, clean, distclean)
+    (tar-ball): depend on doc/Makefile
+
+commit 8650849d512e77becb20dcb6d06334510f58f3ca
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 29 00:51:34 2006 +0000
+
+    *** empty log message ***
+
+commit f50e2c1763989161b3b803cf4528c48d8ff6eab8
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 29 00:16:29 2006 +0000
+
+    * preview.el (preview-gs-command): Make default depend on
+    `system-type', using "GSWIN32C.EXE" on `windows-nt'.
+    
+    * configure.ac: If no GhostScript or the standard setting for the
+    operating system is found, don't override the default.
+
+commit f4b1b2d4e159c191c0b18d31f9a8e4a362c8b6b9
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 29 00:09:21 2006 +0000
+
+    * doc/Makefile.in (AUCTEXDATE, AUCTEXVERSION): get from configure.
+    (AUCTEXTEXIFILES): Add fdl.texi and version.texi
+    (version.texi): create depending on Makefile.
+    (maintainer-clean): Remove version.texi.  Should this be in the
+    distclean target instead?
+    
+    * doc/fdl.texi: Add it.
+    
+    * Makefile.in (DOCFILES): Remove, unused.
+    (doc/Makefile): Add target.
+    (info, dvi, install-man, install-docs, clean, distclean)
+    (tar-ball): depend on doc/Makefile
+    
+    * doc/.cvsignore: Add version.texi, remove unused auto.texi.
+    
+    * doc/auctex.texi: Rearrange header material, put under GFDL, add
+    license, take version numbers from version.texi.
+
+commit c377b32582b3c5d87e55f1818276ee50eb25057f
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 21 11:40:42 2006 +0000
+
+    Adapt to upcoming release.
+
+commit 254a58a220ef11893a65ef5a1c4d742078155f27
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 21 11:19:20 2006 +0000
+
+    (preview-TeX-style-cooked): Fix bugs.
+    (preview-set-texinputs): Use `preview-TeX-style-cooked'.
+    (preview-TeX-style-dir): Change doc string to reflect new behavior
+    of `preview-set-texinputs'.
+    (preview-install-styles): Try to deal with `preview-TeX-style-dir'
+    properly.  Bomb out if no styles found to install.
+    (preview-report-bug): Add `preview-TeX-style-dir' to reported
+    variables.
+
+commit 8852552cb7c807109347fc49e2945bab1383f6cf
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 21 10:02:59 2006 +0000
+
+    * doc/install.texi (Configure): Remove reference to
+    `--with-kpathseasep' option.
+    
+    * tex-mik.el (TeX-kpathsea-path-delimiter): initialize to ";".
+    
+    * tex-fptex.el (TeX-kpathsea-path-delimiter): initialize to ";".
+    
+    * preview.el (preview-TeX-style-cooked): Fix bugs.
+    (preview-set-texinputs): Use `preview-TeX-style-cooked'.
+    (preview-TeX-style-dir): Change doc string to reflect new behavior
+    of `preview-set-texinputs'.
+    (preview-install-styles): Try to deal with `preview-TeX-style-dir'
+    properly.  Bomb out if no styles found to install.
+    
+    * configure.ac: Remove `--with-kpathseasep' option.
+
+commit 9df3b540203ba0aaa8b3df7f5c48b08f09d1492b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Sep 20 10:20:19 2006 +0000
+
+    * tex-buf.el: Let `TeX-active-buffer' return nil if there is no
+    command buffer.  Change copyright notice from Kresten Krab Thorup
+    to reflect assignment to FSF.
+    
+    * latex.el: Change copyright notice.
+    
+    * tex.el: Change copyright notice.
+    
+    * doc/tex-ref.tex: Change copyright notice.
+    
+    * doc/auctex.texi: Change copyright notice.
+
+commit 172b1c2a1c12a3cd0d14cb6480def1bc28c7cc64
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Sep 17 10:46:48 2006 +0000
+
+    Fix syntax error.
+
+commit 886819cb038986de0a16ef3d850618b2db8a1c7c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 16 18:41:02 2006 +0000
+
+    *** empty log message ***
+
+commit fea7e2d68dd7254d40db64cc75cbbe2b4ce34ecf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 16 18:40:39 2006 +0000
+
+    Explain the abbreviation AUC.
+
+commit dcf43ea391ea9ef6ecbc3d69480403a97407d3fa
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Sep 13 20:15:00 2006 +0000
+
+    (toolbarx-emacs-refresh): Don't modify global value
+    of `tool-bar-map'.
+
+commit 88a1ee5d31d27dfec0ec054a746ccf66f9261262
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Sep 11 17:51:52 2006 +0000
+
+    (LaTeX-math-default): Remove X2ABB for \Pr.  Suggested
+    by Adam Johnson <thu_zh@hotmail.com>.
+
+commit 1d768c3f71cf13cc9431afd8e35fd3a62f4829ba
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Sep 8 17:15:15 2006 +0000
+
+    (LaTeX-math-default): Change binding for \vartheta.
+
+commit ffd650132ac1df92e28982a75db3c2ec0870972d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Sep 8 16:27:30 2006 +0000
+
+    Use read-kbd-macro instead of kbd for LaTeX-math-mode.
+    (LaTeX-math-default): Add bindings for \var... symbols.
+
+commit b320bf75283360245a39e103c0b1ffb146bb77ce
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Sep 8 16:25:54 2006 +0000
+
+    2006-09-08  David Kastrup  <dak@gnu.org>
+    
+            * latex.el: Allow strings for keys in LaTeX-math-mode.
+            (LaTeX-math-list): Allow string for key.
+
+commit 9d2028863f94a0c787f82bf2aae72e3839a9053a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Sep 6 17:17:51 2006 +0000
+
+    *** empty log message ***
+
+commit 276587fa4818e28233edc9fbb1e29908082db5a8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Sep 6 17:16:04 2006 +0000
+
+    (Mathematics): Align description of
+    `LaTeX-math-list' with reality.
+
+commit bf83b17b2d50404f63ce9fd696dbb3394a7cded5
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 1 09:41:57 2006 +0000
+
+    * prv-xemacs.el (preview-import-image): Allow strings as image
+    properties.
+    
+    * prv-emacs.el (preview-remove-urgentization)
+    (preview-import-image): Allow strings as image properties.
+    
+    * preview.el (preview-clearout, preview-kill-buffer-cleanup)
+    (preview-place-preview): Use `timestamp' field universally for
+    dealing with when to overwrite and when to retain images, don't
+    rely on filename internals.
+    (desktop-buffer-preview-misc-data): Use `preview-image' to judge
+    the availability of savable data.
+    (preview-reinstate-preview): Allow saving images without
+    associated filenames.
+    (preview-format-mml): Deal with string type images.
+
+commit 00d28b9ae58c2ea5ff9190f8c800831e28d3588a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 1 09:41:15 2006 +0000
+
+    doc/preview-faq.texi (Requirements, Installation Trouble)
+    (Customization): Update and remove stuff, mostly because
+    preview-latex is integrated with AUCTeX now.
+
+commit 0032d1e8595bc42974eafea32ebd6024ef42b029
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 30 18:48:51 2006 +0000
+
+    *** empty log message ***
+
+commit f2a8abac695bff10167b4daa50e0e7df8edd7f44
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 30 18:48:25 2006 +0000
+
+    (TeX-plain-tex-mode): Check if `tool-bar-mode' is bound.
+
+commit a87df87bc05154a7988b601fb9a548df4c0d104d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 30 18:48:04 2006 +0000
+
+    (TeX-latex-mode): Check if `tool-bar-mode' is bound.
+
+commit 5713de492b9de93a7c744845c4a2d4b332551c32
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 26 08:23:20 2006 +0000
+
+    *** empty log message ***
+
+commit b8af284ba8051d59a6e0b433d51c92b162291d70
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 26 08:22:54 2006 +0000
+
+    (European): Make replacement of
+    language-specific hyphen strings more obvious.
+
+commit 903949f4fc6f4886154f880b3d7a50e8babc37b5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 25 17:25:05 2006 +0000
+
+    *** empty log message ***
+
+commit 5621afbb94148a2564335391627a9c58bb54d352
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 25 17:23:05 2006 +0000
+
+    Bring up to par with version 3.5.
+
+commit bff6c08d51fc497ec1822318b047aa41d21aef47
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 25 10:34:37 2006 +0000
+
+    Use eTeX's `\protected' on redefinitions when
+    available.
+
+commit 1f5aea0e7feda61e32317ca52de641f7b5bf3500
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 17 19:42:33 2006 +0000
+
+    (Viewing): Type fix.
+
+commit 4ccb4708999cee6e1705a6f5488e15aa44e8207b
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 15 10:47:32 2006 +0000
+
+    Change from 2006-07-12 could lose the
+    `AtBeginDvi' material.  Fix that.  Disable preview within output
+    routine.
+    And actually hijack `\output' instead of doing it half way.
+
+commit 979570eeba5c1da308ca279836dce2f68df7e00d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 15 10:30:24 2006 +0000
+
+    Change from 2006-07-12 could lose the
+    `AtBeginDvi' material.  Fix that.  Disable preview within output
+    routine.
+
+commit b6c685af8063f35901b433313f93071f5b05e071
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 15 10:24:26 2006 +0000
+
+    Change from 2006-07-12 could lose the
+    `AtBeginDvi' material.  Fix that.  Disable preview within output
+    routine.
+
+commit 0c529f1cdf494f8fb64c027236e8a9f5ef99000b
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sat Aug 5 04:09:05 2006 +0000
+
+    *** empty log message ***
+
+commit c5bcf55ff6226bb661e07e3fb49f207d195308db
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sat Aug 5 04:08:44 2006 +0000
+
+    quite a few more English ConTeXt macros made available in menu.
+
+commit 14be7b39ce8d2900d52272298cd9f36aecfd9290
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sat Aug 5 04:08:01 2006 +0000
+
+    *** empty log message ***
+
+commit 0157e5f072edb67cf872c28394e3a5d81c3b1296
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sat Aug 5 04:07:34 2006 +0000
+
+    few more Dutch ConTeXt macros made available in menu.
+
+commit 0a18ad30c0fd366c2b3d5832cf2e39208aef0553
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sat Aug 5 04:06:27 2006 +0000
+
+    *** empty log message ***
+
+commit bf6ce342824aaa8cabcc57c22b92dca0a49070e1
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sat Aug 5 04:05:25 2006 +0000
+
+    More ConTeXt macro's listed in menu.
+
+commit 16ac8f6472c5498b16b13945e4d06e813d7d0047
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Aug 2 15:43:36 2006 +0000
+
+    (TeX-bar-TeX-button-alist, TeX-bar-LaTeX-button-alist):
+    Make `file' invisible in TeX-PDF-mode.  Add clean.
+    (TeX-bar-TeX-buttons, TeX-bar-LaTeX-buttons): Improve custom type.
+
+commit 6cc80709d955a8fcc4cfd8bfd90608778e37e735
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jul 28 12:09:47 2006 +0000
+
+    (install-texmf): Only update the relevant ls-R file.
+
+commit 10980d480eb396dcdce3436704178e3c2a9cc3ef
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Jul 27 18:52:35 2006 +0000
+
+    * tex-bar.el (TeX-bar-TeX-buttons, TeX-bar-LaTeX-buttons): Improve
+    wording.
+
+commit 7a4d17fed0d32a96b99639083e344528289f8f16
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Jul 27 18:41:42 2006 +0000
+
+    * doc/changes.texi: Add bug fixes.  Add TeX tool bar.
+    
+    * doc/auctex.texi (Running TeX and friends): Add
+    TeX-enable-toolbar.
+    
+    * tex-bar.el: Copy of tool bar stuff from LaTeX-*.
+    (TeX-bar-TeX-buttons, TeX-bar-TeX-all-button-alists)
+    (TeX-bar-TeX-button-alist): New variables.
+    (TeX-bar-TeX-buttons, TeX-install-toolbar): New funtions.
+    (TeX-tool-bar-button-definitions): New custom group
+    
+    * tex.el (TeX-enable-toolbar): New variable.
+    (TeX-maybe-install-toolbar): New function.
+    (TeX-plain-tex-mode): Add `TeX-maybe-install-toolbar'.
+
+commit 3585bb513d736e38c0b397e20a22a8c8956b5f68
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 27 13:45:41 2006 +0000
+
+    * doc/wininstall.texi: Add explanation of how to augment `PATH'.
+    
+    * doc/todo.texi (Mid-term Goals): Typo.
+
+commit 6623169a5143171a82dfba76ce589f62314a6141
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 25 17:44:08 2006 +0000
+
+    ("doc"): Add macrocode and macrocode* to
+    indentation-neutral environment list.
+
+commit ebb74d6017db1ea99593c856203750543d414bcf
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 25 17:41:56 2006 +0000
+
+    Allow two optional parameters as in
+    memoir.cls for sections.  Also preview chapter headings.
+
+commit aa6f774e1da623fa41752cea27d05c1634cfd54f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 25 17:35:59 2006 +0000
+
+    (LaTeX-insert-environment): Leave mark at start of
+    content when inserting around active region.
+
+commit f7e7e0abca861a69df2e19eee538a3187b6b4c3d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 25 17:30:59 2006 +0000
+
+    *** empty log message ***
+
+commit 2faa40cdb2b0e255581bf5f2726df33ceac42d5f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 25 17:30:35 2006 +0000
+
+    (font-latex-match-script): Don't match groups
+    spanning more than one line in order to avoid visually wrong
+    indentation in subsequent lines.
+    (font-latex-match-quotation): Do not match escaped quotation
+    marks.
+
+commit e544385ab428238d83d0f3f65f436fb0456333c1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 25 16:46:13 2006 +0000
+
+    *** empty log message ***
+
+commit 40a57146c3a0504c5d9ed053d3a5a412cf67194a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 25 16:45:50 2006 +0000
+
+    (font-latex-match-script): Don't match groups
+    spanning more than one line in order to avoid visually wrong
+    indentation in subsequent lines.
+
+commit 1ad825f1ad12a6fc7da0ff419e9b85744788cab5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 23 16:39:29 2006 +0000
+
+    *** empty log message ***
+
+commit db17c9d9d1a03e2abd2766f1c9b48994b78a3735
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 23 16:39:20 2006 +0000
+
+    Fix spelling of MiKTeX.
+
+commit bd7cca072778c98a2e2b728d6b5dc380ce4a3955
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 21 21:08:58 2006 +0000
+
+    *** empty log message ***
+
+commit 74e06e56ebf39afac0b0d20fb0be9575d3e298fd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 21 21:08:35 2006 +0000
+
+    (font-latex-match-script): Fix last check-in.
+
+commit 012989f101a1ab0cfbff4ee5c7f174080d2df622
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 18 21:18:31 2006 +0000
+
+    *** empty log message ***
+
+commit cca2417f5cecf1047764b453bc869090fcf95145
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 18 21:18:09 2006 +0000
+
+    (font-latex-match-script): Apply subscript and
+    superscript highlighting only once in order to prevent the font
+    size becoming too small.
+
+commit 57136ae6f589c982624a1008d5209c4354f32eb3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 15 08:41:11 2006 +0000
+
+    *** empty log message ***
+
+commit 1efff9c5f5730ef452ad4d4079075c96cb857b19
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 15 08:40:48 2006 +0000
+
+    (LaTeX-maybe-install-toolbar): Revert last change.
+    (TeX-latex-mode): Set `tool-bar-mode-on-hook' buffer-locally
+    instead.
+
+commit f300189f84524ad9015ee30993bc6ddec2470115
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 15 08:21:20 2006 +0000
+
+    *** empty log message ***
+
+commit ed7cdc7252378859aa3ec83db5c01c96260ba0e8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 15 08:20:57 2006 +0000
+
+    (LaTeX-maybe-install-toolbar): Enable tool bar in LaTeX
+    mode only.
+
+commit 25b821bbf98d505d38115fab1bd706a30fd207cd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 12 20:16:36 2006 +0000
+
+    *** empty log message ***
+
+commit 5eaa784124b0269910d974d3197e2db89caa652b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 12 20:16:13 2006 +0000
+
+    (LaTeX-fill-move-to-break-point): Simplify forward search.
+
+commit 228d75191e3196b73daea9c29cb5342db15893ad
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 12 19:46:18 2006 +0000
+
+    *** empty log message ***
+
+commit 34a38a25685f95e01ed7637abf0a7ff3f2722820
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 12 19:45:55 2006 +0000
+
+    (LaTeX-fill-move-to-break-point): Fix regexp for
+    matching whitespace and comment characters at the start of a line.
+
+commit 9fe08babc63a07dfef7fb99a8deccff5c0ec2310
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jul 12 12:27:30 2006 +0000
+
+    Add a font-lock helping comment, remove
+    preview's hook into the output routine, deactivate `\shipout' in a
+    cleaner manner.
+
+commit 35e1ced1173c06f07cecbac9ae989877af225d99
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 11 21:20:28 2006 +0000
+
+    *** empty log message ***
+
+commit 6d4c7de7908bec0c57bc141e14f32500f2aa6c19
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 11 21:20:05 2006 +0000
+
+    (TeX-find-macro-boundaries, TeX-find-macro-start): Remove
+    unused argument.
+    (TeX-find-macro-end-helper): Handle macros at the end of the
+    buffer correctly.
+
+commit ec446b2aa1559bc73ab59102e9a02da66eecdb12
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 11 00:45:53 2006 +0000
+
+    Fix XymTeX catcodes again.
+
+commit f54523908682a6704d0363e1d1061c7328de5d69
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 10 19:32:47 2006 +0000
+
+    *** empty log message ***
+
+commit 12d2729da49a05db21fcbc1630fa9dcf0cc75823
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 10 19:32:19 2006 +0000
+
+    (TeX-math-close-double-dollar): New variable.
+    (TeX-insert-dollar): Use it.
+
+commit 363e7cb319f92aa2f2453582425b1a0240021067
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 10 15:27:10 2006 +0000
+
+    *** empty log message ***
+
+commit 6f653becead6d4e709deb54176dee12bd3fc509d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 10 15:26:55 2006 +0000
+
+    (datarootdir): New variable used by autoconf 2.59e.
+
+commit e0b9a8468ae80a50d1b53e338331e60e284b90e3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 9 10:15:30 2006 +0000
+
+    *** empty log message ***
+
+commit 28f43ed47228b499b0c9ec4fd7014fb341899def
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 9 10:15:06 2006 +0000
+
+    (EMACS_CHECK_MULE): Check for EMACS_UNIBYTE
+    environment variable and do not set MULESRC if it is present.
+
+commit 8f1c7912c7716a9bae3758b15fcab6776794f358
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 7 19:09:16 2006 +0000
+
+    *** empty log message ***
+
+commit e22a7f6a6ce70acbf7bcdc7b2606935f5ecc95cc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 7 19:08:46 2006 +0000
+
+    (TeX-normal-mode): Force update of style list.
+
+commit 4c2d7e837242a2fb54bd1afad953b3927fc96d5d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 2 21:41:39 2006 +0000
+
+    *** empty log message ***
+
+commit 947ccf6b199b7f29371bd3b5b293a9c78e09484a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 2 21:41:15 2006 +0000
+
+    (TeX-doc-backend-alist): Explicitely supply doc directory
+    for non-kpathsea-based TeX systems.
+
+commit d7fa71db947adab608ac3c0f056bd97c2eb24638
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 29 18:42:27 2006 +0000
+
+    *** empty log message ***
+
+commit 1f8ea7b50caa5ffcd2b9c0a5714406549593ef9e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 29 18:42:00 2006 +0000
+
+    (LaTeX-fill-region-as-paragraph): Fix treatment of code
+    comments in case of something like "\%}%".
+
+commit 25ed76b0539a1685d11e4bdd437a2e10701a72d5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 24 10:04:35 2006 +0000
+
+    *** empty log message ***
+
+commit aa12f1b403b6fbfbd453987fe51a06927fb60824
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 24 10:03:51 2006 +0000
+
+    (TeX-clean): Delete files in directory of master file.
+
+commit 913cd24838cfeebcdafff5c790c1435fce48b173
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jun 23 19:31:41 2006 +0000
+
+    2006-06-23  Joshua Buhl <jbuhl_nospam@gmx.de>
+    
+            * doc/tex-ref.tex (title{Outlining TeX Documents}): new section.
+
+commit 194aac9f76d4dbc2a3cb352d90e53b1b8e36a42d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 19 19:08:59 2006 +0000
+
+    *** empty log message ***
+
+commit c3e936ee39606e83c199ecfd6b78803aea300d0d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 19 19:06:29 2006 +0000
+
+    ("amsmath"): Prompt for alignment option with
+    subarray environments.
+
+commit e4d472880c20a952ee3477c89e61f561f81d3c7e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 18 13:19:45 2006 +0000
+
+    *** empty log message ***
+
+commit 4a8c5ce32aa16a0da5c5eeaf67db7c588ed74bac
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 18 13:17:17 2006 +0000
+
+    (TeX-doc-backend-alist): Preserve window configuration
+    when checking for info backends.
+
+commit 286354b6b75f9a5f6195450ad26cd42aaf542769
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jun 17 10:05:24 2006 +0000
+
+    *** empty log message ***
+
+commit 69085645ad9f48dbf6841c6441757d0bd130a4ce
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jun 17 10:03:45 2006 +0000
+
+    (TeX-insert-braces): Place braces with right direction with
+    active region, (related to the case when the region is being
+    marked backwards).
+
+commit ec6ed0b30b33f970d851ec2217d114e4b36e044d
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jun 17 09:53:36 2006 +0000
+
+    *** empty log message ***
+
+commit e09d43596920cf94d328d8a1472a98982465ed16
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jun 17 09:53:00 2006 +0000
+
+    (TeX-clean): Delete generated files associated with
+    `TeX-region-file'.
+
+commit 41cb2be6651e6de75ca4e5fa5a0251d3c92b776e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 12 16:58:38 2006 +0000
+
+    *** empty log message ***
+
+commit 7c2a9b45d93c05d1150f94034f7b2751749039fe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 12 16:57:57 2006 +0000
+
+    Clean up.
+
+commit b113ec7fb1daa518907a1deaf9b4d7af2e5a56c2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 12 16:54:21 2006 +0000
+
+    (Info-find-file): Do not autoload.
+    (TeX-doc-backend-alist): Use a method for checking the presence of
+    an info file which works in Emacs 21 as well.
+
+commit e19ed35503334bfde7d2ef007e9f6e5ac1979b70
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 12 05:57:46 2006 +0000
+
+    *** empty log message ***
+
+commit 81802b227a91f054b4ddcd43e753537241f8b241
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 12 05:57:13 2006 +0000
+
+    Streamline.  Add sections.
+
+commit fac1507ac4ca302a519f580090bd1c3014026490
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 11 14:19:16 2006 +0000
+
+    *** empty log message ***
+
+commit 560323454233ff983c4b552eaf7689fbf48687f0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 11 14:16:45 2006 +0000
+
+    (TeX-doc-backend-alist): Don't error out if
+    `Info-find-file' is not available.
+    (TeX-doc): Use `interactive-p' instead of `called-interactively-p'
+    which is not available in Emacs 21.
+
+commit 95581618d25c9a8efa192b9765accefc0f7a4cd0
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jun 11 13:28:49 2006 +0000
+
+    *** empty log message ***
+
+commit d91d11d436fc8e65047547792d6f6dc00265811d
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jun 11 13:28:32 2006 +0000
+
+    * style/amsmath.el ("amsmath"): Docfix for 'uproot'.
+    (LaTeX-amsmath-env-alignat): Fix typo.
+
+commit 6714f972731acc05b04186f21319d72f190da725
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jun 8 20:18:31 2006 +0000
+
+    * Makefile.in (PREVIEW_BUILD_DIR): New variable for building the
+    preview standalone bundle.
+    (preview-ball): New target for creating the preview standalone
+    bundle for CTAN.
+    
+    * latex/README: Adapt to new realities.
+
+commit febf12aa49f2a07c6fb9380eb31170af83c84593
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Jun 8 18:42:15 2006 +0000
+
+    (%install, %files): prauctex.cfg is the config file, not
+    preview.cfg.
+
+commit c3541d1d9d50a1c3bd0e9781260ea9c8c787e7ef
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Jun 8 15:16:10 2006 +0000
+
+    (%install): Add comment about preview.cfg.
+
+commit 364091521fc81b946e658122b9f1a347cb130e1e
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Jun 8 15:14:33 2006 +0000
+
+    (%post, %postun): Use mktexlsr instead of texhash.
+    Only update the relevant ls-R file.
+
+commit d02e81021bf6c0e89ddec396292e291340f9282e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 8 05:17:13 2006 +0000
+
+    *** empty log message ***
+
+commit 093f89379f885e214659dcfdeb4fdd086a0c02fc
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 20:47:47 2006 +0000
+
+    Release_11.83
+
+commit 98147a6926b10691c6e96a9a2a96df88d76253b2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 7 20:38:41 2006 +0000
+
+    (LaTeX-set-paragraph-start): New function.
+    (LaTeX-paragraph-commands-add-locally)
+    (LaTeX-common-initialization): Use it.
+
+commit 37d6939a4ea5b4ac6c94ed7d7e1d0c5871fb9df0
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 20:37:24 2006 +0000
+
+    * Makefile.in (full-release): Remove duplicate pass phrase prompt.
+    (release-commit): Only commit ChangeLog.
+
+commit f65092f4b877e10f59593604408a333657d15317
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 20:34:43 2006 +0000
+
+    Revert bogus release commit.
+
+commit 43a52563c7246636776e180efb7eaf8d1710ab5e
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 20:27:38 2006 +0000
+
+    Revert bogus commit.
+
+commit b8296550426a66556557c9298c08a57a010fc6b0
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 16:30:34 2006 +0000
+
+    Release_11.83
+
+commit 4e97aa4c40ce10e3572807c2f9f94bd870915184
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 15:54:49 2006 +0000
+
+    * Makefile.in (rpm-packages): Rename from rpm-builds.
+
+commit 7744e8269e7b3919f85f6ed0afc4a38beccc78ef
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 15:32:32 2006 +0000
+
+    * RELEASE: Fix typo.
+    
+    * Makefile.in (rpm-builds): Add preview-tetex.
+
+commit bd8430c0441042bfc0701647efe66d74f6794e84
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 15:26:34 2006 +0000
+
+    Add "-n" for preview-tetex.
+    (%install): Create preview.cfg.
+
+commit 80690cfcac8a984366467fe95984d25a3d815775
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jun 7 15:01:42 2006 +0000
+
+    Add info about preview RPM.
+
+commit b56d42be54d3549e22c4111691349da5e0ed8b4b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jun 7 14:38:19 2006 +0000
+
+    * doc/install.texi (Advice for package providers): Adapt package
+    advice to what we actually do for RPM files.
+    
+    * auctex.spec: attempt to add preview-tetex package.
+
+commit 2f3b1ce1ef317130a179a659f87ae3ad37eb35d8
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 13:19:34 2006 +0000
+
+    (CP): New variable.
+    (tar-ball, www-doc): Use it.
+
+commit 6b92e95bd969207af3ea52c62601f4aa10cb879a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 13:16:45 2006 +0000
+
+    (XEMACS_BUILD_DIR): New variable.
+    (xemacs-package): Use it.
+    (tar-ball-clean): Add XEMACS_BUILD_DIR.
+
+commit c6cdecc056a9724c2f09410cedade08465893254
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 09:00:59 2006 +0000
+
+    Update RPM stuff.
+
+commit d9d045df80cc9305f37972efe6a1ce7c63aa8122
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 08:59:26 2006 +0000
+
+    * tex.el (TeX-line-number-at-pos): New compatibility function.
+    
+    * style/pdfsync.el (LaTeX-pdfsync-output-page): Use it.
+
+commit 4c36f9cca1dabd8589288e82a8a3ea137b344362
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 7 07:51:16 2006 +0000
+
+    (Obsoletes): Remove preview-latex-common.
+
+commit 814decb198b4b08220fee18faf9b4376669af858
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 6 18:48:12 2006 +0000
+
+    *** empty log message ***
+
+commit 8be7575e54c8c72fb4be0ca68e63e268127e0349
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 6 18:45:41 2006 +0000
+
+    (Viewing): Fix reference to Commands node
+    looking ugly in info output.  Slightly rearrange forward/inverse
+    search section.  Document pdfsync support a bit more in detail.
+
+commit 9ce970e8bb78c8b0220fe6dd9d122bfcc739d9a8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 6 18:44:33 2006 +0000
+
+    (LaTeX-pdfsync-output-page): Initialize
+    `sync-record' with a non-nil value.
+
+commit 5327c4745ca75267bd57e0f6693d276d00c9aa90
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Jun 6 15:52:36 2006 +0000
+
+    * RELEASE: Use "SUSE" instead of "SuSE".
+    
+    * auctex.spec (%changelog): Add 11.83.
+
+commit e42831b3a93a6ce69f74b3bc35340cbca6e52d5b
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Jun 6 13:14:58 2006 +0000
+
+    * auctex.spec (Release): Bump to 1.
+    
+    * doc/changes.texi: Add @xref for pdfsync.
+    
+    * doc/auctex.texi (Viewing): Mention pdfsync.
+    
+    * doc/todo.texi (Wishlist): Add newline.  Mention pdfsync.
+
+commit 898f0874a3de6824d099b916a2717b90161cb8d0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 5 23:24:17 2006 +0000
+
+    Add details about downloadable packages.  Beg harder.
+
+commit 08a26d7205f309959ff7fa84532b1b30ac23d011
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Jun 5 21:54:12 2006 +0000
+
+    Mention LaTeX tool bar.
+
+commit dcd69a1d57451847db298f68f5fd203212f98000
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 5 20:27:14 2006 +0000
+
+    *** empty log message ***
+
+commit 92fc0f597f6ffa327ee921d0e4410b0695bdfa7d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 5 20:18:31 2006 +0000
+
+    (font-latex-quote-regexp-beg)
+    (font-latex-quotes-control): Make buffer-local.
+    (font-latex-add-quotes): Revert last change and do not make
+    `font-latex-quotes-control' buffer-local which it now already is.
+
+commit f553928f18f8e6116fb7074bd8366dcf4337e45b
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Jun 4 20:55:03 2006 +0000
+
+    (RPM_SIGN): New variable.
+    (rpm-builds): Use it.
+
+commit a1370f819afa481c9c0a1dfe2d9ced9bd29d1732
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Jun 4 20:17:16 2006 +0000
+
+    (rpm-builds): New target.
+    (full-release): Use gpg-agent if available.
+
+commit 5a0fa4061931f3b870910f608d1791f4c9370f32
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Jun 4 20:06:31 2006 +0000
+
+    (rpm-builds): New target.
+
+commit 1f0168f53cb3e1bc8eb6b5845bc64d8f1991b765
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 4 19:36:59 2006 +0000
+
+    (font-latex-add-quotes): Make
+    `font-latex-quote-regexp-beg' buffer-local.
+
+commit 96c5448666e925614b0d8b6211a7c9457d2af14a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Jun 4 18:58:33 2006 +0000
+
+    (Advice for non-privileged users): Reword to
+    avoid underfull hbox.
+
+commit 3265fe20a45bcc534891e2c4b8e6946d4cff1b98
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jun 4 13:55:47 2006 +0000
+
+    Undo release comment.
+
+commit fdda01313b5f69991baa588ac59d2ce006cb52b8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 3 10:42:09 2006 +0000
+
+    *** empty log message ***
+
+commit 0a054604eee5f2a69a5fa2326b71091532ac55d1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 3 10:39:34 2006 +0000
+
+    (top): Update master menu.
+    (Running TeX and friends): Update menu.
+    (Miscellaneous Commands): Remove.
+    (Cleaning, Documentation): New nodes.
+
+commit 2228f003ba8f61f650763ea72c70d696fe8664ba
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 3 10:38:30 2006 +0000
+
+    Update references to documentation about
+    cleaning and documentation access.
+
+commit e721c1ea37aec81277834d7ea1763caac6cf12cb
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jun 2 18:20:59 2006 +0000
+
+    Undo accidental checkin.
+
+commit 1b6e82abcba0f95fb269ee610ad2fa1ef11e9a89
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jun 2 18:18:32 2006 +0000
+
+    Release_11.83
+
+commit ab43378f1c86d29c6e09647956a1620c0e6072fd
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jun 2 18:13:02 2006 +0000
+
+    Release checkin.
+
+commit 6407f7fc520c496395087b365e01c5246c9abc70
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jun 2 14:21:44 2006 +0000
+
+    * doc/auctex.texi (Miscellaneous Commands): New node.
+    
+    * doc/changes.texi: Add @xref-s.
+
+commit c1bc99d1e79a3e31a4002778409e9d8881ddab3a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jun 2 13:31:19 2006 +0000
+
+    Change one ref to xref.
+
+commit 3020225eced08ac80aa90865470a66effd3e644f
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed May 31 07:50:11 2006 +0000
+
+    * doc/changes.texi: Conditionalize reference.
+    
+    * doc/Makefile.in (MAKEINFO_PLAIN): Remove --no-validate.
+
+commit bd1bc5f205cb5c4f3e5cd0a2c4e2ebec5c731c17
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue May 30 22:24:08 2006 +0000
+
+    (%files emacs): Remove %exclude.
+
+commit 65ee67fd921fecd9493a5446a326b364c7dbc545
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue May 30 21:56:23 2006 +0000
+
+    (MAKEINFO_PLAIN): New.  Add --no-validate.
+
+commit 8f6daced9c3d93aa9ff892da772748ec318c0ebb
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue May 30 18:13:05 2006 +0000
+
+    * doc/changes.texi: Add tool bar.
+    
+    * doc/auctex.texi (top): Remove tool bar.
+    (Running TeX and friends): Add tool bar here.  Adjust.
+
+commit e3ddb4ef938e1e416a942d975720775e4ac2c2a5
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu May 25 20:07:50 2006 +0000
+
+    The same.
+
+commit dbfe83b504456b0afd284469f4ef6340af5a2533
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu May 25 19:28:52 2006 +0000
+
+    * RELEASE: Mention file-line-error style messages.
+    Mention XyMTeX fix.
+    
+    * latex/preview.dtx: Add another fix for XyMTeX (which got the
+    catcode for @ wrong).
+
+commit a2f5d1c27a6f0187dd2e4c2d031e517d95ec4e9b
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu May 25 17:06:31 2006 +0000
+
+    Mention file-line-error style messages.
+
+commit ff2c819282b71d867fad8e7af6163f2a62a62b2f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 25 14:11:13 2006 +0000
+
+    *** empty log message ***
+
+commit a131dc1750beaa59ba4947e74adcf37171a753e6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 25 14:08:40 2006 +0000
+
+    (font-latex-quotes-internal): New variable.
+    (font-latex-quotes-set-internal): New function.
+    (font-latex-match-quotation): Use it.  Use
+    `font-latex-quotes-internal' instead of `font-latex-quotes'.
+    (font-latex-setup): Remove code for figuring out type of
+    language-specific quotation mark matching which is now in
+    `font-latex-quotes-set-internal'.
+
+commit 7b9601bd2f12238b9294aa76d4f4be314cf785bb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 25 14:07:49 2006 +0000
+
+    (TeX-update-style-hook): New variable.
+    (TeX-update-style): Use it.
+    (TeX-remove-style): Fix typo.
+
+commit b5220d37daaf088d0cde27e6dc4d68fc2111a7ec
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 25 09:47:02 2006 +0000
+
+    Roll back.
+
+commit 7d1b2f3ba172f8c80f4af5a53318cdea748b589f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 25 08:41:15 2006 +0000
+
+    Release_11.83
+
+commit 07fcdae8806292650b90deae54534fba240b17df
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 25 08:35:37 2006 +0000
+
+    *** empty log message ***
+
+commit 8a761556d6063f7ce590ddeabd24431aedbfcd1b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 25 08:35:27 2006 +0000
+
+    Bump version number.
+
+commit f1b9ddb059185f892b2d470811042caa38da85a8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 25 08:34:59 2006 +0000
+
+    Update for 11.83.
+
+commit af6107902c53ec10b69999c3894985b9da56e85c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 25 07:52:01 2006 +0000
+
+    Update address of FSF in GPL notices.
+
+commit 642a239a5ce2727598cf3b23ba0a72f8c8f3b63e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 22 21:43:35 2006 +0000
+
+    *** empty log message ***
+
+commit 89c55a7d1fdbb3375ad86ec33665929b0d902758
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 22 21:40:57 2006 +0000
+
+    (Font Locking): Document `auto' option of
+    `font-latex-quotes'.
+
+commit 80a9fb80073cc3e1337ef30183843056a3a6900d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 22 18:31:34 2006 +0000
+
+    *** empty log message ***
+
+commit 940b9482df9e0d735f56cf297167cbe3ce86f9da
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 22 18:29:06 2006 +0000
+
+    (font-latex-quotes-fallback)
+    (font-latex-quote-style-list-french)
+    (font-latex-quote-style-list-german): New variables.
+    (font-latex-quotes): Add `auto' option.
+    (font-latex-setup): Try to derive type of quotation mark matching
+    from document properties.
+
+commit 2cb0ac9acc036e6c081e220da91542abf5c59558
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 22 18:28:26 2006 +0000
+
+    (TeX-elt-of-list-member): New function.
+
+commit 00306641fce0a4e3f7947ffc862e84bf3ab6a11c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 21 08:35:49 2006 +0000
+
+    *** empty log message ***
+
+commit be35e037deff5fccf0cab0f4ef93da7245fbb35e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 21 08:33:20 2006 +0000
+
+    (TeX-source-specials-mode): Mark as safe.
+    (TeX-PDF-mode): Use `TeX-booleanp'.
+    (TeX-booleanp): New function.
+
+commit 31452537c3f4cc0083ba4c94f32a0906f423087b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 21 08:31:58 2006 +0000
+
+    (font-latex-quotes): Mark as safe.
+    (font-latex-fontify-script): Use `TeX-booleanp'.
+
+commit bc520cd221f7b11a398cb4a639a10561e66de3e2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 17 21:57:06 2006 +0000
+
+    *** empty log message ***
+
+commit e2dedf0c7a443d560569af2568e10e0abdeed20d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 17 21:54:36 2006 +0000
+
+    (LaTeX-forward-paragraph): Make regexp more efficient.
+
+commit 172379aa986a676bb0ac7a87f50bc090b81473be
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon May 15 16:06:41 2006 +0000
+
+    * tex.el (TeX-PDF-mode): Rewrite safe-local-variable property for
+    Emacs 21 compatibility.
+    
+    * font-latex.el (font-latex-fontify-script): Ditto.
+
+commit 96d3f8dd0e3b378752311378eaf3d2b4a303d7cf
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed May 10 12:31:15 2006 +0000
+
+    (TeX-master): Quote safe-local-variable lambda expression
+    to avoid byte compilation.
+
+commit 282ce096ec8498d129b4a10def20e34068c24340
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon May 8 10:14:09 2006 +0000
+
+    Fix 2006-05-07 entry.
+
+commit c96b26a6bf34910e4c6413619996a719fc28dd3a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon May 8 10:04:42 2006 +0000
+
+    (font-latex-fontify-script): Mark as
+    safe-local-variable.
+
+commit 4a76824925230324e27c17f7271362eb161c5610
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun May 7 17:41:14 2006 +0000
+
+    (TeX-PDF-mode, TeX-master): Don't use t in
+    safe-local-variable declaration.
+    (TeX-doc): Clarify.
+
+commit 3a0e6e3d1459bf58c5d4a5343d1d186f94ccc653
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 7 13:31:18 2006 +0000
+
+    *** empty log message ***
+
+commit cd933b1b52a32d5216389658f5705b50abf626b8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 7 13:28:24 2006 +0000
+
+    (font-latex-match-quotation): Do not match
+    quotation marks in math constructs.
+
+commit a25e54a578211311173348da8c0e2aa3db695053
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu May 4 22:07:51 2006 +0000
+
+    *** empty log message ***
+
+commit 3bd8bf01750e6f2d1050ddc6d24e9849b22cfa1c
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu May 4 22:07:14 2006 +0000
+
+    Previous fix still wrong. Problem is that all local variables were
+    killed, so added a save/restore around the common initialisation.
+
+commit 945608d78dd6da2dcd1f333c062b2a090a3b414b
+Author: Berend de Boer <berend@pobox.com>
+Date:   Wed May 3 21:51:17 2006 +0000
+
+    *** empty log message ***
+
+commit 87b093d7aea9c6b058cdd5cfcd5cabf92fa0204b
+Author: Berend de Boer <berend@pobox.com>
+Date:   Wed May 3 21:49:14 2006 +0000
+
+    context-nl-mode can now assume ConTeXt-current-interface is buffer
+    local. The current code didn't work anyway.
+
+commit 6835cf7069c14dae3a596a72116801153de9ab25
+Author: Berend de Boer <berend@pobox.com>
+Date:   Wed May 3 21:48:42 2006 +0000
+
+    context-en-mode can now assume ConTeXt-current-interface is buffer
+    local. The current code didn't work anyway.
+
+commit f0473acaa72e3912f7f8986225ffbf2669b6cd60
+Author: Berend de Boer <berend@pobox.com>
+Date:   Wed May 3 21:46:09 2006 +0000
+
+    variable ConTeXt-current-interface should always be buffer local.
+
+commit babb99bdfbfd286300119ceef75f7a25b4622818
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 26 06:12:35 2006 +0000
+
+    *** empty log message ***
+
+commit 403b1154f7860f546f0c1fd4364684bcb071bfcc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 26 06:10:05 2006 +0000
+
+    (TeX-TeX-sentinel-check, TeX-parse-error): Support
+    file-line-error error indicators.
+
+commit 83837b8d7317f6d10b274a37240809cbed1cf2ef
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 22 19:20:58 2006 +0000
+
+    *** empty log message ***
+
+commit df8892010f397de63e101cc78fcef37204b05586
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 22 19:17:48 2006 +0000
+
+    (TeX-format-list): Extend regexp for ConTeXt mode.
+
+commit b3e70b98577a81e8b8c6c140744d1facaad32e81
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 21 18:20:04 2006 +0000
+
+    *** empty log message ***
+
+commit d3024b628f1c102b65d61e531e601129e5be3627
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 21 18:17:33 2006 +0000
+
+    (docTeX-mode): Make filling and indentation aware of
+    DocStrip guards.
+
+commit 3a4002e69d7a7b81abcea4337561f2e3f7bf7892
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 20 20:53:49 2006 +0000
+
+    (preview-parse-messages): Adapt parser to
+    `-file-line-error-style' messages.  Try to make the detection of
+    the current file more robust.  Utilize file-line-error messages
+    for that purpose if they are present.
+
+commit dc9f4fe8ed9bd53707029de4980a626adfc5206d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 20 20:39:28 2006 +0000
+
+    (TeX-warning): Don't balk if `string' is nil.
+
+commit 0a492c5de4dc764890c30135c09fad8576965ca3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 17 14:11:55 2006 +0000
+
+    *** empty log message ***
+
+commit eceab67c2048fbcd438e9e9e219f4f9c02516143
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 17 14:09:21 2006 +0000
+
+    (font-latex-match-script): Fix matching of nested
+    braces.
+
+commit e006cc0eba1c36b7e19f399b3d81528f64d0c533
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 12 20:03:42 2006 +0000
+
+    *** empty log message ***
+
+commit 04cf5c07f2c613af9bcfa973b3cef4e1f1266ae8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 12 20:00:46 2006 +0000
+
+    (LaTeX-babel-insert-hyphen): Do not error out at
+    beginning of buffer.
+
+commit 3fad5085e5a5e86cf27d167f98bfc3e9823dd166
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 28 11:35:41 2006 +0000
+
+    *** empty log message ***
+
+commit d46ade037fd464e1f2333f804b90d50f60538619
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 28 11:27:22 2006 +0000
+
+    (install-metadata): Do not use an inline test for
+    checking if preview is enabled.  Just to be on the safe side.
+
+commit ddcda35111ff09c7ee778f287e67f99d655a5355
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 27 21:32:23 2006 +0000
+
+    * doc/intro.texi (Introduction): refer to `below' instead of
+    probably non-existing `preview/README'.
+    
+    * tex.el: tiny typo.
+    
+    * latex.el (LaTeX-close-environment): Allow prefix argument to
+    reopen the environment.
+
+commit 75dd9bf7d498ccceb44bccc03792070295312f8a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 22 09:56:58 2006 +0000
+
+    *** empty log message ***
+
+commit c6eaf285e607d2930a90fe35a8c34ff5a5e82ebe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 22 09:56:52 2006 +0000
+
+    (install-metadata): Append preview/auto.el to start
+    file if configured with preview-latex.
+
+commit dec852a1082453696904469211560a43816ac112
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 22 09:56:38 2006 +0000
+
+    (.PHONY, install): Remove `install-metadata'.
+    (install-metadata): Remove.
+
+commit c99f15fb6d31962995d43337380f697abae621ab
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 22 09:56:27 2006 +0000
+
+    (preview-make-package-xemacs): Accept list of files to be appended.
+
+commit 01f6fff950fdef21a8bea633f7427a67f34236be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 20 14:40:56 2006 +0000
+
+    *** empty log message ***
+
+commit 98c5f5c8fd86889df315191cd84713d8c97a214c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 20 14:40:44 2006 +0000
+
+    (LaTeX-insert-environment): Do not polute the kill ring.
+
+commit 470f7206873c72f4df7e3348e25617c773bf4117
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 15 20:38:30 2006 +0000
+
+    *** empty log message ***
+
+commit b340d21279ffbefdbedb0e7dd84072440786ceb9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 15 20:36:02 2006 +0000
+
+    (TeX-latex-mode): Set up tool bar correctly for XEmacs
+    and activate it for every buffer in Emacs.  Run mode hooks as late
+    as possible.
+
+commit 5e7049f57cc3419ea732ef0e1acc09a824fdba7a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 14 10:21:27 2006 +0000
+
+    *** empty log message ***
+
+commit 28b5008237b4193cadf82b07bff8a32dad9245a3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 14 10:21:21 2006 +0000
+
+    Check for `make' and abort if not present.  Use
+    `AC_PROG_MAKE_SET' instead of deprecated `AC_SET_MAKE'.
+
+commit e63d39daf51e9ad8f76d850c5077393077893a79
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 14 10:21:04 2006 +0000
+
+    Use `AC_PROG_MAKE_SET' instead of deprecated
+    `AC_SET_MAKE'.
+
+commit 9d5332288361c1abac3ed9467ac1772da9874c1f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 14 09:03:43 2006 +0000
+
+    *** empty log message ***
+
+commit c2579e135ff22f19046d8aec8dbf69dab002e4f1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 14 09:03:35 2006 +0000
+
+    (LaTeX-common-initialization): Add \dots to supported
+    TeX symbols.
+
+commit 2a73f48f2d87b54ecc9a859fcc03e8c3c2a7efc4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 13 19:23:50 2006 +0000
+
+    *** empty log message ***
+
+commit 7c52cee4dda002cc8bbaab56dd4544f2212d8444
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 13 19:21:16 2006 +0000
+
+    (TeX-mode-map): Change `C-c ?' binding from
+    `describe-mode' to `TeX-doc'.
+    (TeX-common-menu-entries): Add `Find Documentation...' entry for
+    `TeX-doc'.
+    (plain-TeX-menu-entries): Remove space before ellipsis.
+    (TeX-doc-backend-alist): Make texdoc backend available in all
+    modes.
+
+commit f7a943eae4d3ff0c173ba5c715060b4f384329b1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 13 19:19:50 2006 +0000
+
+    (LaTeX-mode-menu): Remove space before ellipsis.
+
+commit 50638d7e72ff65cfc802dad013413b55b4c1e78d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 13 19:18:18 2006 +0000
+
+    Advertise cleaning and documentation finding
+    functionality.
+
+commit 9d29da37ffa0569ef2bfc32cb028654b4726ab8a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 7 10:09:05 2006 +0000
+
+    *** empty log message ***
+
+commit b23895bcc9f93d39cc95cacb220b1a8eca4b6592
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 7 10:08:57 2006 +0000
+
+    (TeX-next-error, TeX-active-buffer): Get master from
+    the command buffer.
+    (TeX-error, TeX-warning): Do not set `TeX-master' but set
+    `TeX-command-buffer' to the right value instead.
+
+commit d0d60eab506730ac920a6f722e435c1e5647b4d5
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Feb 23 16:01:15 2006 +0000
+
+    Use two spaces to separate name from mail address.
+
+commit cd4e4fc75b3186a98d0fdc863de63f291959d0ef
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 21 08:17:25 2006 +0000
+
+    *** empty log message ***
+
+commit bd132a55a6580d210b2757ac0932ae046762e86a
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 21 08:15:30 2006 +0000
+
+    (preview-error-quote, TeX-inline-preview-internal):
+    Fix the problem that preview-latex put the preview-image in wrong
+    place if user compiles iso-2022-jp file on Windows or UNIX, by
+    using TeX-japanese-process-output-coding-system for
+    preview-coding-system instead of buffer-file-coding-system if
+    tex-jp.el is loaded.
+
+commit b1922a6d55e72098f476900ccc7d071f10b7174f
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Feb 17 06:41:24 2006 +0000
+
+    *** empty log message ***
+
+commit c9846cbeed1f6b7937cbfe8baec6a7ce4209b468
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Feb 17 06:41:09 2006 +0000
+
+    (TeX-error-description-list): Likewise.
+
+commit 7e68d271df7ca3ea52a7d3ae8fba3ac4eed743a2
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Feb 17 06:36:35 2006 +0000
+
+    *** empty log message ***
+
+commit d899ddacfd6b0557f7d17c504fbe133ed5d15685
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Feb 17 06:36:15 2006 +0000
+
+    (TeX-error-description-list): Fix error messages.
+    Changed from `documentstyle' to `documentclass'.  The duplicated
+    entries `counter too large' are combined.  Add the name of
+    referenced book and the section number to the entry `Missing \\$
+    inserted'.
+
+commit c5c4cc3f1b97bbcb67aae4a604c43dc5cd41413e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Feb 16 18:48:56 2006 +0000
+
+    *** empty log message ***
+
+commit b0b8578ae53ec6d3902dde64d4355829c3b8e6ce
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Feb 9 08:55:27 2006 +0000
+
+    *** empty log message ***
+
+commit 27d244ce3975273d5fdfdeb61c5078b02fe10864
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Feb 9 08:55:19 2006 +0000
+
+    Intersperse some information about PATH.
+
+commit 6e76d7d0048d3b2b7edd8df26c6fb7e2b69bd1cc
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Feb 8 15:52:36 2006 +0000
+
+    (TeX-clean-default-intermediate-suffixes): Add .brf and
+    .out for hyperref.
+
+commit 764999c89f342b7999cdd8f4fb3a11d001923be0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Feb 8 10:28:38 2006 +0000
+
+    *** empty log message ***
+
+commit f0450a422b9eca890d1eaa8d9efa3c83d62129b4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Feb 8 10:28:30 2006 +0000
+
+    (TeX-kpathsea-format-alist): Add search specs for
+    documentation.
+    (Info-find-file, info-lookup->completions): Autoload.
+    (TeX-doc-backend-alist): New variable.
+    (TeX-doc): New function.
+
+commit 3f74da5616718310b2704df55ecfdd8f6f343096
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Feb 8 10:28:20 2006 +0000
+
+    (Wishlist): Add a few words about documentation
+    lookup for macros.
+
+commit 918571d56ec8fdf85707c37c6b98ba939e0cfa44
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 13:05:32 2006 +0000
+
+    *** empty log message ***
+
+commit e50c777e3c92438ee3fe9b98b5d76a0651ac97a4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 13:05:25 2006 +0000
+
+    (TeX-run-ispell-on-document): Reintroduce for
+    compatibility reasons.
+
+commit 95048d6233f3c1bd11298eebc2c0b8f80f201335
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 10:15:26 2006 +0000
+
+    *** empty log message ***
+
+commit 13d9ca757eb3b401910845c9ebf978aee390a2df
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 10:15:19 2006 +0000
+
+    (TeX-run-ispell-on-document): Remove.
+    (TeX-ispell-document): Move to tex.el.
+
+commit 5537963d148b9980766878d136a3b40a49b57724
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 10:14:58 2006 +0000
+
+    (TeX-command-list): Use `TeX-run-function' instead of
+    `TeX-run-ispell-on-document' for "Spell" option.  Remove
+    `TeX-run-ispell-on-document' as option for the third element of an
+    item.
+    (TeX-ispell-document): Move here from tex-buf.el.
+
+commit fa1b59254217c7d74da964c8a874882212c3fed8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 10:04:40 2006 +0000
+
+    *** empty log message ***
+
+commit 92761befcc57962357d03751a8a8ef2e0612592e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 10:04:33 2006 +0000
+
+    (ConTeXt-clean-intermediate-suffixes)
+    (ConTeXt-clean-output-suffixes): New variables.
+
+commit 045fea1c7e0a7dcdd4a3e50b2a924d9426d643c0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 10:04:28 2006 +0000
+
+    (docTeX-clean-intermediate-suffixes)
+    (docTeX-clean-output-suffixes)
+    (LaTeX-clean-intermediate-suffixes, LaTeX-clean-output-suffixes):
+    New variables.
+
+commit a84898a9a56db20d01df39185bb81adf85526a26
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 10:04:21 2006 +0000
+
+    (TeX-run-function): New function.
+
+commit 0a84b3478f30e0c60ebb0af548e0783c4b3f70c7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 10:04:15 2006 +0000
+
+    (Texinfo-clean-intermediate-suffixes)
+    (Texinfo-clean-output-suffixes): New variables.
+
+commit 42b701708ac44395eadf42ad8df212f5da810107
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 7 10:04:07 2006 +0000
+
+    (TeX-command-list): Remove "ConTeXt Clean".  Add general
+    "Clean" and "Clean All" options.  Add `TeX-run-function' as an
+    option for the third element of an item and document it.
+    (TeX-clean-default-intermediate-suffixes)
+    (TeX-clean-default-output-suffixes, TeX-clean-confirm): New
+    variables.
+    (dired-mark-pop-up): Autoload.
+    (TeX-clean): New function.
+
+commit 4ef41da3be7539fb2a7a4e124d2be3af2bf056ea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 4 14:42:44 2006 +0000
+
+    *** empty log message ***
+
+commit 7a4e7537de19b608bb85010b756d228b2badcaf1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 4 14:40:10 2006 +0000
+
+    (font-latex-make-sectioning-faces): Set the face
+    size for XEmacs again after `set-face-parent' was called which
+    erroneously overwrites the original size.  Without this fix
+    sectioning faces may be unscaled after starting XEmacs.
+
+commit 9ba10fc1bb0949ff495ab6d04663548bd2b32bb0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 3 16:28:45 2006 +0000
+
+    *** empty log message ***
+
+commit 5dbba4c04e23e09a3b2a0e87413bc040c57a1a89
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 3 16:28:37 2006 +0000
+
+    (top): Fix formatting/usage of references to RefTeX and preview-latex
+    manuals.
+
+commit 7c3cfd0fb0dcc13ca759ea71cc4f24311bee3719
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 3 15:40:59 2006 +0000
+
+    *** empty log message ***
+
+commit b7efc84213061fae552b1b70951a1a80fd80102e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 3 15:40:17 2006 +0000
+
+    (top): Add detailed menu for better accessibility.
+
+commit 0006e66381fa213e1de86faec71f2ecc5f28781e
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Feb 3 15:37:14 2006 +0000
+
+    (LaTeX-enable-toolbar): New variable.
+    (LaTeX-maybe-install-toolbar): New function.
+    (TeX-latex-mode): Add LaTeX-maybe-install-toolbar to
+    tool-bar-mode-on-hook.
+
+commit cdc4be5d650dc0d2df8e75213600f19659672335
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 31 11:57:51 2006 +0000
+
+    *** empty log message ***
+
+commit 2f228ca04dde0ead228c3c09a2dce4c2633485eb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 31 11:57:44 2006 +0000
+
+    Check for {late,last,early}-package-hiearchies if
+    `late-packages' is not bound (which indicates we are dealing with
+    XEmacs 21.5).
+
+commit 11fe63fd3a6b8b1eef797e87abd172953cfd90a5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 29 21:42:14 2006 +0000
+
+    *** empty log message ***
+
+commit 81d0e5336786ef0154d1cd8fce599a08522e3521
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 29 21:41:42 2006 +0000
+
+    (install-metadata): Let `for' loop return an exit
+    status of 0.
+
+commit d850f1f1b2c6931863050130fe76b99f563795df
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jan 28 14:14:14 2006 +0000
+
+    *** empty log message ***
+
+commit a7a878cf98abd7a3e2617c4edf543e814683f016
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jan 28 14:13:55 2006 +0000
+
+    (TeX-command-list): Use function ignore insted of nil
+    for the third element of `separator for command menu' because
+    defcustom of TeX-command-list requires the third element function.
+    Reported by Ikumi Keita <ikumi@revery.net>.
+
+commit 0e6345c54812f0d7dfd4f07f393b18435acc9e08
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jan 28 12:51:26 2006 +0000
+
+    *** empty log message ***
+
+commit 1488d780ebe6c5e36cee6c31fcf075f03d22c369
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jan 28 12:50:53 2006 +0000
+
+    (TeX-run-discard-foreground): Renamed from
+    TeX-run-dviout.
+    (TeX-run-dviout): alias to TeX-run-discard-foreground.
+
+commit 92d140ba7e91abc734294749f8ee35d6ca7096aa
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jan 28 12:50:35 2006 +0000
+
+    (TeX-command-list): Use TeX-run-discard-foreground
+    instead of TeX-run-dviout.
+
+commit 521ca59590f1cc32f904c6f1c55997da3c2d04d1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 25 22:37:53 2006 +0000
+
+    *** empty log message ***
+
+commit 082703fc9a790dfb339aecc7911b3b6bffb83c74
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 25 22:35:27 2006 +0000
+
+    (LaTeX-csquotes-insert-environment): Set
+    prompt for mandatory arguments.
+    ("csquotes"): Bring up to par with csquotes 3.2.
+
+commit 50cc5f12d599c9ae08926fd060c55908b953943f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 25 21:03:52 2006 +0000
+
+    *** empty log message ***
+
+commit a3c45f44094b35a83dbd441e5b653271da55d778
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 25 21:01:15 2006 +0000
+
+    ("url"): Support the \path macro.
+
+commit 9084748a9d640f9b844f3cc36554b06864c428d5
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Jan 24 20:41:23 2006 +0000
+
+    *** empty log message ***
+
+commit 0bd57a9f73e8d6b832085acb2a63b88f252ff2be
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Jan 24 20:39:55 2006 +0000
+
+    (TeX-run-dviout): Undo previous change.
+
+commit c1249fc432b6c384ee70d979a8b248670c9a20e0
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Jan 24 20:39:41 2006 +0000
+
+    Undo previous change.
+
+commit 0d2539d8c96efa1d48242334026d2b30e2f1c4ab
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 24 11:31:35 2006 +0000
+
+    *** empty log message ***
+
+commit fed2165341bcf0e99020dc31b0fdc3f24230538e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 24 11:31:25 2006 +0000
+
+    (LaTeX-verbatim-macros-with-delims)
+    (LaTeX-verbatim-macros-with-delims-local)
+    (LaTeX-verbatim-macros-with-braces)
+    (LaTeX-verbatim-macros-with-braces-local): Doc fix.
+    (LaTeX-verbatim-environments, LaTeX-verbatim-environments-local):
+    Doc fix.  Make the correct variable buffer-local.
+    (LaTeX-verbatim-macros-with-delims)
+    (LaTeX-verbatim-macros-with-braces, LaTeX-verbatim-environments):
+    New functions.
+    (LaTeX-verbatim-macro-boundaries): Find macro in case point is
+    just in front of it.
+    (LaTeX-verbatim-p): Doc fix.  Correct macro lookup.
+    (LaTeX-fill-move-to-break-point): Do not break verbatim macros
+    with braces across lines (in addition to macros with delimiters).
+    For example in case of \lstinline{...} this would result in an
+    error and in case of \url{...} spaces would be messed up (in
+    conjunction with the `obeyspaces' package option).
+
+commit c6ec20b03e0d79310581b578d7f64040ce6ba3dd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 24 11:31:03 2006 +0000
+
+    (font-latex-set-syntactic-keywords): Instead of
+    appending lists of verbatim macros and environments manually use
+    new LaTeX-verbatim-* functions.
+
+commit 6bbbe83ff707ba6eae1aff45677cd6ae6402224e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 23 15:30:13 2006 +0000
+
+    *** empty log message ***
+
+commit be2ebbb6a967869e25c06ee92706bd59de5e67a4
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 23 15:28:39 2006 +0000
+
+    (LaTeX-fill-move-to-break-point): Fix previous change.
+
+commit fe4c5357510f0a9b31383fff267927d00129d7cf
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Jan 23 13:48:40 2006 +0000
+
+    Add CP_A.  Add coment on maintainer-only targets.
+    (xemacs-package): Use CP_A.
+
+commit 83fc8e7ec51e15e296b57f1742d6e111f6dc6574
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jan 22 15:20:54 2006 +0000
+
+    *** empty log message ***
+
+commit 09f032403d80ed1ef857c3c90543f261c456e8dd
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jan 22 15:20:37 2006 +0000
+
+    (LaTeX-fill-move-to-break-point): Use TeX-espaced-p to
+    check TeX escape char.
+
+commit 18afdf2a4bff82c311d0b986457adc1c217a31e1
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jan 22 15:02:52 2006 +0000
+
+    *** empty log message ***
+
+commit 8c71c575f3ded368756d77178f56914ad510b301
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jan 22 15:02:29 2006 +0000
+
+    (japanese-TeX-command-list): Remove TeX-run-dviout.
+    Commented out easy-menu-define (plain-TeX|LaTeX)-mode-command-nemu.
+    (japanese-TeX-mode, japanese-plain-tex-mode)
+    (japanese-latex-mode): Doc fix.
+    (japanese-TeX-self-insert-command): Renamed from
+    tex-jp-self-insert-command.
+    (TeX-insert-punctuation): Follow the change.
+    (TeX-error-description-list): Doc fix.
+
+commit 022d44cc97dcf1c5a768c0b40dff2aae13fa99f9
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jan 22 15:02:05 2006 +0000
+
+    (TeX-run-dviout): Removed.
+
+commit 6092b15b1bf19a5c65102cbdfa029566d7936bb5
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jan 22 15:01:42 2006 +0000
+
+    (TeX-command-list): Removed TeX-run-dviout because dviout
+    here is only work with Emacs on MS-DOS.
+
+commit d4978bd475b07927aa3b77fff83915549988be41
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 22 13:25:44 2006 +0000
+
+    *** empty log message ***
+
+commit b18d187664906f952d24d95550a26522832d2dd9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 22 13:25:36 2006 +0000
+
+    (TeX-fold-macro-spec-list): Fold pageref macro as
+    well.
+
+commit 5a6ed3c622ec73ff7c84ef9fd390bf0b336a8209
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jan 20 14:20:51 2006 +0000
+
+    (preview-TeX-style-cooked): Fix cond expression.
+
+commit 6019c3314715f5f53d7911082d9d27f431cb6334
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 17 18:06:40 2006 +0000
+
+    (preview-TeX-style-cooked): New function, to be used
+    later.  Just checked in so that nobody else feels compelled
+    writing it.
+
+commit 2831f771c5b712cc88dae2027f4f547629156417
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 16 02:56:35 2006 +0000
+
+    (xemacs-package): Don't clean up after building so
+    that we have a chance for debugging.
+
+commit dd207c8660c849e2507b991b086094d93db248d7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jan 14 17:46:39 2006 +0000
+
+    * configure.ac: Don't check for INSTALL_INFO if already set.
+    
+    * configure.ac: Remove infodir and INSTALL_INFO checks.  Don't
+    check for TEXHASH if it is already set.
+
+commit a8af38e6e337ec4d6627dba6644102528a7fb17e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 14 15:30:19 2006 +0000
+
+    *** empty log message ***
+
+commit 056482f104bc6b5a1ebff344463fbd30c502e4eb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 14 15:30:10 2006 +0000
+
+    Advertize pdfsync support.
+
+commit aa5f26e24213d88b31c01d002e7607138a3b13d0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 14 14:41:56 2006 +0000
+
+    *** empty log message ***
+
+commit d0c71ab6684fbf601466965db709d18338d7e69c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 14 14:41:48 2006 +0000
+
+    (LaTeX-header-end, LaTeX-trailer-start): Do not pick up
+    commented header end or trailer start respectively.
+
+commit f34b858a6fbf55c3ef7189c4c2fb1d00b1880d44
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 13 22:04:14 2006 +0000
+
+    (preview-parse-messages): Some ugly fix for
+    `<xxx (PNG copy)>' style error messages.
+
+commit 1a850748a0382a5f4003b280a8597efc6143b62e
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 13 21:30:01 2006 +0000
+
+    (xemacs-package): Don't run `install-info' and
+    `texhash'
+
+commit ed04bd4b45402bcf0c76ed6051107cadec8c70da
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jan 11 16:41:39 2006 +0000
+
+    (tar-ball): Fix use of TAG_EXPORT.
+
+commit 7f8c294c35f4b27491cd099ea641286abf4bb8b1
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jan 4 15:31:21 2006 +0000
+
+    (TeX-fold-mode): Autoload as an interactive function.
+
+commit 086d522f0a6b2912276c173d66113c69d6222e76
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 31 00:14:43 2005 +0000
+
+    (ELCC, AUCTEX): Put "." in front of load-path to
+    avoid picking up outdated `prv-*.el*' files from the installation
+    directory.
+
+commit b7182040d88d9810451d051743e3c71adb53f500
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 28 16:20:33 2005 +0000
+
+    *** empty log message ***
+
+commit 71aac6ce45e8689846cc94de7cac823101b046c5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 28 16:18:10 2005 +0000
+
+    (TeX-output-view-style): Start xpdf in server mode.
+
+commit ace53b63eca0d2449c1e59c1dc61407153cc0b96
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 28 15:04:42 2005 +0000
+
+    *** empty log message ***
+
+commit c17386e773f94abf936e47806e2800838730f5b1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 28 15:02:19 2005 +0000
+
+    (STYLESRC): Add style/pdfsync.el.
+
+commit 2f1d9cf553812f7ca6cbf2699a7d7e8573f53b13
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 28 15:01:42 2005 +0000
+
+    (TeX-output-view-style): Add %(outpage) expander to xpdf
+    call.
+    (TeX-expand-list): New %(outpage) expander.
+    (TeX-sync-output-page-function): New variable.
+
+commit eb4c439b2ebdd273dda244784e5607fa114442a1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 28 15:00:21 2005 +0000
+
+    New file.
+
+commit 7451aecb35c5ec4f3f2b18e767da09f644bbf023
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Dec 28 13:22:02 2005 +0000
+
+    (tar-ball): Use TAG_EXPORT for snapshots.
+
+commit 42f61f1572a2b1bd44ee85ca3e08b1a9619112fa
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Dec 28 13:02:41 2005 +0000
+
+    (description): Add preview-latex.
+    (install, files): Don't create preview directory.
+
+commit 1853a1c39a726bd6d38e866f25ee585733e21ab8
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Dec 21 09:53:45 2005 +0000
+
+    *** empty log message ***
+
+commit a3aeb982572a607ed2821856a1df809d6690930e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Dec 21 09:53:19 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Use `*' instead of `+' for
+    looking back Japanese Macro in order to prevent breaking line just
+    after TeX-esc, in other words, not to break TeX command `\JJJ'
+    into `\' and `JJJ'.  Use variable linebeg instead of function
+    line-beginning-position.
+
+commit 088e8e20a4886173a8cd24b721f415a99f2d5ef7
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Dec 21 09:35:28 2005 +0000
+
+    *** empty log message ***
+
+commit 34a49dde6300711f9ab69c53297d55cccc2c935c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Dec 21 09:35:01 2005 +0000
+
+    (LaTeX-mark-section): Remove read-only mark `*' from
+    interactive.
+
+commit ae74545981d1d02ee73915dd6990baef331177bb
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat Dec 17 18:29:16 2005 +0000
+
+    (Provides): Make emacs/site-lisp/preview.
+    (Release): Bump to 1.
+
+commit a6b74b71c23f3ae69dc2be1aa8bf2088365a51c7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 17 15:15:50 2005 +0000
+
+    Release_11.82
+
+commit f6071adbc7471881a68aa1e0054f4ef6fcec1dda
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 17 14:55:57 2005 +0000
+
+    *** empty log message ***
+
+commit 0dd97c8022445ffaefce185a7b54c90c18d82728
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 17 14:55:46 2005 +0000
+
+    (COMMITTER_NAME, COMMITTER_EMAIL): New variables.
+    (release-commit): Use them.
+
+commit cd0d615e40c157bdc3c0909789ea0cb6285e9cfb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 17 13:35:34 2005 +0000
+
+    *** empty log message ***
+
+commit 2a26e039beed97900dcb244ce882b7bcfc1741a5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 17 13:35:24 2005 +0000
+
+    Bump version number.
+
+commit df924c43b02af96f26f22002346b237c6a104b80
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 17 13:26:18 2005 +0000
+
+    Bump version number.
+
+commit 4cc876c42c256f3ef3db818e0120631baa2a86c2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 17 12:42:38 2005 +0000
+
+    *** empty log message ***
+
+commit d13c0968f7e4568ec61566e4524ed176bfba2ec4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 17 12:42:29 2005 +0000
+
+    Minor rewordings for 11.82.
+
+commit d7f31cd4cd3d1bd6bcf383bdb23215d6f56ab194
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Dec 8 19:37:16 2005 +0000
+
+    (TeX-completing-read-multiple): Mention the availability
+    of crm.el in recent XEmacs packages.
+
+commit 5848cbd2cf0f34b7f3c3af35d1f7dca0bf64a981
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 7 12:15:19 2005 +0000
+
+    (TeX-macro-history): New variable.
+    (TeX-insert-macro): Use it.
+
+commit ae04018a1aff010dd27b09d506efc20ffba3d0c5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 7 12:15:05 2005 +0000
+
+    *** empty log message ***
+
+commit 4fc52a1759e19b4e2f500487442b512e38fe7747
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 5 10:51:38 2005 +0000
+
+    *** empty log message ***
+
+commit e25097f0f630ddb597b14a491404d59dca296885
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 5 10:51:28 2005 +0000
+
+    (font-latex-quote-list): Add default quotes.
+    (font-latex-add-quotes): New function.
+    (font-latex-match-quotation): Remove hard-coded quotation mark
+    lists and adapt `font-latex-quote-list' to the active quote style
+    instead.  Babel-specific quotation mark strings are now added to
+    `font-latex-quote-list' by style files.
+
+commit d80118e28c9ed06ce043cf0bdbf160e726f3d4be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 5 10:51:17 2005 +0000
+
+    (TeX-arg-free): Move to tex.el.
+
+commit 2656bc1ff2076fc337cccfd47ef5dd7ae42e48a9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 5 10:51:03 2005 +0000
+
+    (TeX-texinfo-mode): Do not add braces around
+    arguments of commands which do not expect them.
+
+commit 05c78e15cf89ee3cc5828a8decc21a0420729714
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 5 10:50:52 2005 +0000
+
+    (TeX-arg-free): Move here from latex.el.
+    (TeX-insert-dollar): Do not abort with an error with an error if a
+    dollar is inserted in a math construct not started with a dollar.
+    Issue a message about the mismatch instead and insert the dollar.
+
+commit f3fc14450d9d912bae965217ba4fbd7b3ff2f663
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 5 10:49:11 2005 +0000
+
+    Add fontification support for
+    quotation mark strings provided by babel.
+
+commit 4d19d5cddcf737998b4f7a352f83ee4d504ea5ec
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Dec 2 13:26:16 2005 +0000
+
+    *** empty log message ***
+
+commit c0ec5ea45ca32e4eedab7a11c9b6011948dd7d6d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 30 15:10:10 2005 +0000
+
+    *** empty log message ***
+
+commit d40823ceb92fb4bcb1d4f17bd463136953b8147e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 30 15:10:01 2005 +0000
+
+    Revert last change because it makes math
+    switch/toggle matching tricks harder to use.
+
+commit 916ff2da687f37679a3348c60600bc3f76fbfba4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 30 09:32:06 2005 +0000
+
+    *** empty log message ***
+
+commit 3fc36494d87b60b32497dcd8af1a293a3f5398ce
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 30 09:31:57 2005 +0000
+
+    (LaTeX-listify-package-options): New function.
+    (LaTeX-auto-cleanup): Use it.
+    (LaTeX-arg-usepackage): Add \usepackage options to style list.
+
+commit 80ae687f1c577e37b7a6f7bbb2486868f41d8172
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 30 09:31:42 2005 +0000
+
+    (TeX-insert-quote): Turn opening/closing quotation mark
+    into "" if <"> is typed with point behind it and insert " with any
+    following <"> key type.
+
+commit 9d147cb07a88b5cd34f6ef050153b4aec11cb5de
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 29 14:01:51 2005 +0000
+
+    *** empty log message ***
+
+commit a4948fb2a1da4ec0258b4e8efbcc45f437b259a9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 29 14:01:42 2005 +0000
+
+    (texmathp-in-commented-line, texmathp-in-comment):
+    New functions.
+    (texmathp-match-environment): Use them.
+    (texmathp-match-switch): Make aware of comments.
+
+commit fda52b13965c6ba657aae7a63ed7da814b0c13ed
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 27 12:01:47 2005 +0000
+
+    *** empty log message ***
+
+commit e35bf02c02c13355f09ecb14505ef5f2b318e0a5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 27 12:01:37 2005 +0000
+
+    (STYLESRC): Add style/MinionPro.el.
+
+commit 2111b09d9f289dbd0524fcfa8ce813691736f67e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 27 12:01:27 2005 +0000
+
+    (IMPORTANT): Add Mark.
+
+commit 438c015e6bb8a02f197e3cebe5c6c4cf7e7a8da8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 27 12:01:15 2005 +0000
+
+    Advertise support for MinionPro.sty.
+
+commit 966fa7d427a03785613da5efb24fc4068c2a4def
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 27 12:01:02 2005 +0000
+
+    New file.  Contributed by Mark Trettin.
+
+commit 134eb46ee2e57483be7064ab7e345f79545b8cef
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 25 22:25:45 2005 +0000
+
+    (Wishlist): Add suggestion about longlines.el.
+
+commit 9c0e60a7efcdecad16d6f55600c2aeba71405763
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 24 16:03:36 2005 +0000
+
+    *** empty log message ***
+
+commit c7f0b0b66ec57816e17bd2370f0808228d4d56d9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 24 16:03:25 2005 +0000
+
+    Remove alias for `font-latex-title-fontify'.
+    (font-latex-make-user-keywords): Use hack from tex-mode.el to
+    fontify the backslash in "\end{verbatim}" and similar correctly.
+    (font-latex-set-syntactic-keywords): Use the backslash of
+    "\end{verbatim}" and similar for the syntax property, not the
+    newline character which led to fontification going wild when text
+    at the end of the environment was inserted.
+
+commit 02a638f66e48ff73086694f71dd7a0312e4735d5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 24 16:03:16 2005 +0000
+
+    (TeX-toggle-debug-warnings): Use correct variable for
+    state indication.
+    (TeX-kpathsea-format-alist): Add entry for "sty".  Prevents
+    kpathsea-based search from failing e.g. in case of \usepackage
+    insertion.
+
+commit 3682cfda255a14069f8ef72a5f73929c57412d59
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 24 16:02:54 2005 +0000
+
+    Document removal of
+    `font-latex-title-fontify' alias.
+
+commit 5a03a50e90ef5c3cd47a8868154c46759b1b15da
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 22 13:52:44 2005 +0000
+
+    Mention completion support for LaTeX packages.
+
+commit 342a6f37794441e322d64437dfea825c2f1d21f2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 22 13:52:34 2005 +0000
+
+    *** empty log message ***
+
+commit 7f49bb3085b2043cfe786c0858ddc5ebba377427
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 22 13:02:44 2005 +0000
+
+    *** empty log message ***
+
+commit 6d0522289c419b7bda51e914b7be5ebe19096e2c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 22 13:02:35 2005 +0000
+
+    Update for 11.82.
+
+commit d11289604983bb539ee1f68f4d2fca4ecca32c51
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 19 11:03:24 2005 +0000
+
+    *** empty log message ***
+
+commit 707d86cefd82d636eaaeadff056c18a9dcce502b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 19 11:03:17 2005 +0000
+
+    (tex-site-unload-hook): Don't let it fail on
+    Emacs 21.
+
+commit e379fc966ec5e5fc8c8f2f0cf4892d65bcdc9c76
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 18 14:39:43 2005 +0000
+
+    *** empty log message ***
+
+commit 16fce53e7b1d939b3749385c3b6169b3fa811031
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 18 14:39:36 2005 +0000
+
+    (TeX-token-char): Doc fix.
+    (TeX-insert-braces): Do something more sensible if region is
+    activated.
+
+commit 0b6e2a5be618b55a83cb9e780b9146f6ce9e4657
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 18 14:39:30 2005 +0000
+
+    (Quotes): Document change of
+    `TeX-insert-braces'.
+    (Filling): `M-g' for `LaTeX-fill-region' has been deactivated for
+    a long time.  Reflect that in the documentation.
+
+commit 305355e55855b2eba7ca0f5a8b39abc8b0bfaeec
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 18 14:39:22 2005 +0000
+
+    Fix key binding for
+    `TeX-toggle-debug-bad-boxes'.
+
+commit 2a2c39d22c5997b29f9caffd1a9f8954eb7beb4f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 17 17:03:31 2005 +0000
+
+    *** empty log message ***
+
+commit de10bb2e20f28f4a4c1dbe070ea85c85664e7620
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 17 17:03:23 2005 +0000
+
+    (TeX-parse-error): Do not match empty strings.
+
+commit 23103bebe192407e766933ba9bd330e0746e0b27
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 12 09:37:45 2005 +0000
+
+    *** empty log message ***
+
+commit 00cc2cd139920ab3b497c8099331ffcf2ee3b718
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 12 09:37:36 2005 +0000
+
+    (TeX-toggle-debug-boxes): Move to tex.el.
+    (TeX-LaTeX-sentinel-has-warnings)
+    (TeX-LaTeX-sentinel-has-bad-boxes): New functions.
+    (TeX-LaTeX-sentinel): Check for warnings and bad boxes and inform
+    the user is the respective options are non-nil.
+    (TeX-parse-error): Conditionalize checking for warnings and bad
+    boxes.  Find warnings without line numbers as well.
+    (TeX-warning): Doc fix (no need to return nil anymore).  Support
+    warnings without line numbers.
+
+commit 80f77f3120bb11c6a8e12cd330d0ce4e63e90acf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 12 09:37:21 2005 +0000
+
+    (TeX-toggle-debug-boxes): Do not autoload.
+    (TeX-debug-bad-boxes): Doc fix.
+    (TeX-debug-warnings): New variable.
+    (TeX-toggle-debug-bad-boxes): Moved here from tex-buf.el.
+    (TeX-toggle-debug-warnings): New function.
+    (TeX-mode-map): Define new key bindings for
+    `TeX-toggle-debug-bad-boxes' and `TeX-toggle-debug-warnings'.
+    (TeX-mode-specific-command-menu-entries): Add or change menu
+    entries for `TeX-toggle-debug-bad-boxes' and
+    `TeX-toggle-debug-warnings'.
+
+commit 69025218cfda37ef26c394540d4540f70f6bb85d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 12 09:37:05 2005 +0000
+
+    (Debugging): Document debugging support for
+    warnings and changes of debugging bad boxes.
+
+commit a727f429307ce246c31e33d8853296ed6620410a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 12 09:36:53 2005 +0000
+
+    Advertise debugging support for warnings and
+    changes of debugging bad boxes.
+
+commit cdeda8ad307d59742eb21d2fce20932804ac8485
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 12 09:24:39 2005 +0000
+
+    *** empty log message ***
+
+commit 283be11e43c11975bea2e9ef07875b9efb01896c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 12 09:23:51 2005 +0000
+
+    (font-latex-set-syntactic-keywords): Doc fix.
+    Check if LaTeX-specific variables are bound which may be unbound
+    if font-latex is being used in ConTeXt mode.
+
+commit 9113feee54150a406fe975dea0567e119c7cec80
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 7 13:37:12 2005 +0000
+
+    *** empty log message ***
+
+commit 084578afe9e190196d5e0262464e38db80d6af08
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 7 13:37:03 2005 +0000
+
+    (TeX-insert-backslash): Use regular function call instead
+    of `funcall'.
+
+commit 6fddd2fe452eba0c48057add01b157c7006e308e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 5 13:52:27 2005 +0000
+
+    *** empty log message ***
+
+commit 05df89e65e40a6ae181cf1b38dc1e4dcf711bd04
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 5 13:52:19 2005 +0000
+
+    (TeX-electric-escape): Adapt doc string.
+
+commit aa4292f47ff43469ac0044a3350137c870c18a3d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 5 13:43:26 2005 +0000
+
+    *** empty log message ***
+
+commit a3a93c3b7c82494ac0bcea35231422ce788502f8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 5 13:43:12 2005 +0000
+
+    (TeX-insert-backslash): New function.
+    (TeX-mode-map): Use `TeX-insert-backslash' for `\'.
+
+commit 6b37c4d2f1a19daf4d60c4f8aafed23f9e1e1242
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 5 09:27:45 2005 +0000
+
+    *** empty log message ***
+
+commit a0eb3ce6fed4afdab27f966de0a66f8d96b38f6f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 5 09:27:37 2005 +0000
+
+    (TeX-electric-sub-and-superscript): New variable.
+    (TeX-insert-sub-or-superscript): New function.
+    (TeX-mode-map): Use `TeX-insert-sub-or-superscript' for `_' and
+    `^' keys.
+
+commit df436b30f786bf464d2e758d31b03d7a10b0447e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 5 09:27:30 2005 +0000
+
+    (Mathematics): Document
+    `TeX-electric-sub-and-superscript'.
+
+commit 4958d3b934bb6711ffbb31cb7662adcc43da37ff
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 5 09:27:22 2005 +0000
+
+    Advertise `TeX-electric-sub-and-superscript'.
+
+commit d06d12eca1ed2dadd608df4fb6d30cc01d5a4306
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Oct 31 09:41:22 2005 +0000
+
+    *** empty log message ***
+
+commit 767fdeb1e4a28889dd582dcf2f908c70e2954dbe
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Oct 31 09:40:40 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Do not break lines in
+    the Japanese Macros.  Suggested by Ikumi Keita <ikumi@revery.net>.
+
+commit 6f10c13da7b343faf8d3c503021944d0255d0338
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 30 08:53:20 2005 +0000
+
+    *** empty log message ***
+
+commit 938d796eabeba6b8751b21791ec4099e78c7f4c1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 30 08:53:08 2005 +0000
+
+    (Prerequisites): Update information about development version of Emacs
+    for Mac OS X and Windows.
+
+commit 0b36afc8c4be12401299bf656fab2983485e4529
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 30 08:44:05 2005 +0000
+
+    *** empty log message ***
+
+commit da25adcbc7a7d3e2b7b07240f01a3d65c536f3a5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 30 08:43:55 2005 +0000
+
+    (Prerequisites): Update information about
+    development version of Emacs for Debian.
+
+commit 70cbfa64667d798934c91a0b076f89ee91fd9fe4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 29 09:26:08 2005 +0000
+
+    *** empty log message ***
+
+commit bae9c60267a7b83ed8111fd562c61be59dcc277a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 29 09:25:55 2005 +0000
+
+    Clean up.
+
+commit 4d67af00cc778e2d3a313b2e684b5842f872bb9c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 28 16:41:38 2005 +0000
+
+    *** empty log message ***
+
+commit 09ee3c52140d508c858dcf6863da602f90841b75
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 28 16:39:10 2005 +0000
+
+    (STYLESRC): Add style/frenchb.el and
+    style/francais.el.
+
+commit 4c5ae30c1c6c02333f2dd9219eda2256d146a255
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 28 16:38:37 2005 +0000
+
+    (TeX-quote-language-alist, TeX-insert-quote): Support
+    functions as opening and closing quotation marks.
+
+commit 88294acf3c66b58cccab2fd8e0ebb6e45ea7685f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 28 16:37:09 2005 +0000
+
+    (European): Document support of French.
+
+commit 51129a9d919b2ac557fe06208d67784b9851385d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 28 16:36:05 2005 +0000
+
+    Advertise support of French.
+
+commit 36996e03571da999bca6adb9bcf5e5637daa0875
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 28 16:35:40 2005 +0000
+
+    New file.
+
+commit 4d50e5fc48df82bb7f48d13cef723dc1fae20b64
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 24 17:28:53 2005 +0000
+
+    *** empty log message ***
+
+commit 6eadc8f8a4e829fda4a83725099d8f63ad58a3fa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 24 17:28:45 2005 +0000
+
+    (Commands): Add index entry for PDF mode.
+
+commit 97061fb0d74e1a34362e1dadfbb9ddfb86c63b8c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 24 17:28:32 2005 +0000
+
+    (Configure): Document --with-kpathseasep.
+
+commit 497a5b713e7955ba30d54c06d9f08256ee36a173
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 24 16:53:36 2005 +0000
+
+    *** empty log message ***
+
+commit 6e217fd7c21ce05249708afcde6a72bd7d146633
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 24 16:53:21 2005 +0000
+
+    Import `TEX' in unquoted form.
+
+commit e1c0124788c64944a673496603680b52a540d134
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 24 16:52:09 2005 +0000
+
+    (preview_enabled): Export `TEX' in unquoted form.
+
+commit e4bd6fad28ec66dbc835f67592b3c8a23928cdb6
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 23 20:04:24 2005 +0000
+
+    (LaTeX-babel-package-options): Only use 2
+    argument form of defvaralias in order not to make XEmacs barf.
+
+commit 1ce851c30e033ec7a98dd1263fab6436c7102acf
+Author: Arne Jørgensen <arne@arnested.dk>
+Date:   Sun Oct 23 10:13:01 2005 +0000
+
+            * style/amstext.el (LaTeX-amstext-package-option): New variable.
+    
+            * style/amstex.el (LaTeX-amstex-package-options): New variable.
+    
+            * style/amsopn.el (LaTeX-amsopn-package-options): New variable.
+    
+            * style/amsmath.el (LaTeX-amsmath-package-options): New variable.
+    
+            * style/amsbsy.el (LaTeX-amsbsy-package-options): New variable.
+    
+            * style/fancyref.el (LaTeX-fancyref-package-options): New
+            variable.
+    
+            * style/harvard.el: Updated GPL to version 2. Fixed FSF address.
+            (LaTeX-harvard-package-options): New variable.
+    
+            * style/index.el (LaTeX-index-package-options): New variable.
+    
+            * style/listings.el (LaTeX-listings-package-options): New
+            variable.
+    
+            * style/makeidx.el (LaTeX-makeidx-package-options): New variable.
+    
+            * style/mdwlist.el (LaTeX-mdwlist-package-options): New variable.
+    
+            * style/multind.el (LaTeX-multind-package-options): New variable.
+    
+            * style/natbib.el (LaTeX-natbib-package-options): New variable.
+    
+            * style/nicefrac.el (LaTeX-nicefrac-package-options): New
+            variable.
+    
+            * style/paralist.el (LaTeX-paralist-package-options): New
+            variable.
+    
+            * style/units.el (LaTeX-units-package-options): New variable.
+    
+            * style/scrpage2.el (LaTeX-scrpage2-package-options): New
+            variable.
+
+commit 59dd18fe97e68925247b1ce3f4470d96b1b1a93e
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Oct 21 15:12:15 2005 +0000
+
+    (toolbarx-find-image): Fix previous commit.
+
+commit 76f5c90f4249cd99d7255774ce3841394e785d13
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 21 15:01:09 2005 +0000
+
+    *** empty log message ***
+
+commit fe341144ddc746b880dfb5df098a89f95f983c2c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 21 15:00:53 2005 +0000
+
+    (tex-site): Require 'tex-site no more.
+
+commit 1ac17fa8fa45d38158bd3c495f85ef7fd2e185b2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 21 15:00:36 2005 +0000
+
+    Document removal of 'tex-site requirement from
+    `tex-mik.el'.
+
+commit 1dc4f13c6e90e4c4467918f00a76d3361034df3b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 21 09:56:32 2005 +0000
+
+    *** empty log message ***
+
+commit 11b2ab278760b082ad305ff40d5b700e9325e8b4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 21 09:56:26 2005 +0000
+
+    (packagedir): Quote value of `infodir'.
+
+commit 87ff2282d9c282da7d0379f8b5fa4c581de4119f
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 20 21:04:22 2005 +0000
+
+    Revert mostly to 2005-05-02 state, but add a
+    fallback to find-image.
+
+commit fdae44f47567d3b3974ed7d0616eb06c38c54bf2
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Oct 20 19:15:48 2005 +0000
+
+    (toolbarx-find-image): Revert previous fix.  Instead, rely on
+    find-image whenever possible and don't abuse locate-library.
+
+commit 13b69a8399382084114ad571a1ab7af709f271be
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Oct 20 12:57:52 2005 +0000
+
+    (toolbarx-find-image): Use image-search-load-path
+    and image-load-path when available.
+
+commit dd7fc07989b507ebc3310e7d60afbcf1caf6e898
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 20 10:55:21 2005 +0000
+
+    *** empty log message ***
+
+commit fcde18d1513a832fb537266700f1906c6a505054
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 20 10:55:12 2005 +0000
+
+    (font-latex-make-user-keywords): Append string
+    face in order to make string fontification of ``foo $bar$ baz''
+    constructs work.
+
+commit 852f9b8211a0ef4f462d82a88cc3ad89ecfbc5f2
+Author: Arne Jørgensen <arne@arnested.dk>
+Date:   Wed Oct 19 21:19:11 2005 +0000
+
+            * latex.el (LaTeX-arg-usepackage): If
+            `LaTeX-<package>-package-options' is bound and nil don't ask for
+            package options.
+    
+            * style/verbatim.el (LaTeX-verbatim-package-options): New
+            variable.
+    
+            * style/varioref.el (LaTeX-varioref-package-options): New
+            variable.
+    
+            * style/url.el (LaTeX-url-package-options): New variable.
+    
+            * style/subfigure.el (LaTeX-subfigure-package-options): New
+            variable.
+    
+            * style/inputenc.el (LaTeX-arg-inputenc-inputenc): Doc fix.
+            (LaTeX-inputenc-package-options): Doc fix.
+    
+            * style/dk-bib.el (LaTeX-dk-bib-package-options): Doc fix.
+    
+            * style/captcont.el (LaTeX-captcont-package-options): New
+            variable.
+    
+            * style/booktabs.el (LaTeX-booktabs-package-options): New
+            variable.
+    
+            * style/babel.el: Add doc string to `LaTeX-babel-package-options'
+            and use `defvar' instead of `setq'.
+    
+            * style/alltt.el (LaTeX-alltt-package-options): New variable.
+
+commit 7fafdedd0a00c16dfcd7568d5f85b779f2ea5bf2
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Oct 13 17:16:48 2005 +0000
+
+    Add coding cookie.  Delete trailing whitespace.  Reindent.
+
+commit 26ba89c7aa646369f5945a2eb8800ea55cf86b31
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 13 15:23:16 2005 +0000
+
+    *** empty log message ***
+
+commit 8049c1c522abd1f08f86b5b1c897c07c2df3b1eb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 13 15:22:57 2005 +0000
+
+    Change version number in `AC_INIT'.
+
+commit d4ca3343e9b8fcddcc40b2d141f9637a28e09b39
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 13 15:22:01 2005 +0000
+
+    Change wrongly used `previewdatadir' to
+    `previewlispdir'.
+
+commit cb707b492e00f661a046bd08f3647d93536574eb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 13 14:05:47 2005 +0000
+
+    *** empty log message ***
+
+commit b20d88dee9b9d2ffb755d66a9208fd188f6f2c20
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 13 14:05:21 2005 +0000
+
+    (LaTeX-dk-bib-package-options): Define only
+    once.
+
+commit e64032189d9f3da30b1cb70962d0e459250e0386
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Oct 13 11:03:14 2005 +0000
+
+    *** empty log message ***
+
+commit 64413cc167e39b7a2bd41c81ffc129b981cd5a30
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Oct 13 11:02:27 2005 +0000
+
+    Change defcustom group from TeX-commands to TeX-command
+
+commit ef704c4b6f659b999ad585f92325ab88c0d6d7b2
+Author: Arne Jørgensen <arne@arnested.dk>
+Date:   Wed Oct 12 13:03:59 2005 +0000
+
+            * tex.el: Provide a `TeX-completing-read-multiple' either by
+            defalias'ing `completing-read-multiple' or defining a wrapper
+            around `multi-prompt'.
+    
+            * latex.el (LaTeX-arg-usepackage): New function. Asks about what
+            package to use, loads the AUCTeX style file, and asks about
+            package options (possibly based on definitions in the AUCTeX
+            style file).
+            (LaTeX-common-initialization): Use it.
+    
+            * style/babel.el: Define `LaTeX-babel-package-options' to be a
+            list of languages/options for the babel package.
+    
+            * style/inputenc.el: New file.
+    
+            * style/dk-bib.el: New file.
+    
+            * Makefile.in (STYLESRC): Added style/inputenc.el and
+            style/dk-bib.el.
+
+commit d6adc69544569f2f26fcc4f5889b0c15898f44b8
+Author: Arne Jørgensen <arne@arnested.dk>
+Date:   Mon Oct 10 18:52:15 2005 +0000
+
+            * latex.el (LaTeX-auto-regexp-list): Removed spurious characters
+            in variable definition.
+
+commit 51602a26ecf88582a090460aec8d0345a38419d4
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Oct 10 17:27:46 2005 +0000
+
+    * doc/auctex.texi (top): Index "tool bar" and "toolbar".  Use
+    "tool bar" in the text.
+    
+    * doc/changes.texi: Use "tool bar".
+
+commit 08965fd98939ec84ac65a9798ccb00d7e846c34e
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Oct 10 17:26:57 2005 +0000
+
+    Install auctex.el and preview-latex.el for SuSE
+    too.  Don't use extraconfig.
+
+commit 6a4f7c8a6b5d814e03497190a8e18061ee03efe0
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Oct 7 15:37:31 2005 +0000
+
+    (tar-ball): Re-add fixed spec file.
+
+commit 53728fc67d8cb4724d8d8eae2e05d87e075c6a5d
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Oct 7 01:07:15 2005 +0000
+
+    *** empty log message ***
+
+commit 05b0324165d45ceb197a00609ff14637310d70a8
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Oct 6 20:39:03 2005 +0000
+
+    *** empty log message ***
+
+commit a15cc7f036e1c68f5c66092fd09647447921f078
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Oct 6 20:36:58 2005 +0000
+
+    (LaTeX-auto-regexp-list, plain-TeX-auto-regexp-list)
+    (BibTeX-auto-regexp-list): Removed.
+
+commit 49d296cbe2522e9aeb7a6a67efc0a4d19e8de211
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Oct 6 20:36:17 2005 +0000
+
+    (LaTeX-auto-regexp-list, BibTeX-auto-regexp-list): Use TeX-token-char.
+
+commit 86acc7fd9ae64323d386a559b43492c74135e2a0
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Oct 6 20:35:39 2005 +0000
+
+    (TeX-token-char): New variable.
+    (plain-TeX-auto-regexp-list): Use it.
+
+commit 49a3de98c9060c829f41aa801db9a30ef7427901
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Oct 6 19:28:38 2005 +0000
+
+    Fixes for Fedora.  Create site-start.d and add
+    files.
+
+commit 0134c27a47018e4c0029c908dba093d09dced4fa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 3 13:17:03 2005 +0000
+
+    *** empty log message ***
+
+commit 239ee4b5821ada88cc344101c81c74036f9b3a7d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 3 13:16:52 2005 +0000
+
+    (preview-check-changes): Delete detached extents.
+
+commit 7bb7a7b3cac44d981d654b46559ff8e2c4d96601
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:58:55 2005 +0000
+
+    *** empty log message ***
+
+commit 498976d89a39e253c2818519d30c6d1cb68899c7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:58:47 2005 +0000
+
+    (TeX-BibTeX-sentinel): Shorten message in case of
+    errors.
+
+commit 56f38d3f7e5eecf6798f8193d29ecd7db210b147
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:45:19 2005 +0000
+
+    (install-lisp): Use MULESRC instead of MULEELC
+    because a `c' is already being appended by the installation code.
+
+commit 72a7ecbc4960712afcd365d9d9e8e83ba626a5ca
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:45:06 2005 +0000
+
+    *** empty log message ***
+
+commit 8f1f28c92955034b322452890e48a1b3d6256098
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:28:57 2005 +0000
+
+    (japanese-TeX-command-list): Remove obsolete
+    `TeX-run-LaTeX' option.
+
+commit 03a57bd1e5ebbd062e699b9d5545db81ae1ad066
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:28:43 2005 +0000
+
+    *** empty log message ***
+
+commit cbca7733f28555cc32273f0fc7f095e1424fa075
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:26:20 2005 +0000
+
+    (TeX-current-macro): New function.
+
+commit a9b6a66c6c722cfa8cdb6671234627f09ee57c33
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:26:08 2005 +0000
+
+    *** empty log message ***
+
+commit e26b06abe9535dd520f744200e187ef935629a62
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:19:55 2005 +0000
+
+    *** empty log message ***
+
+commit 01f00bf04ddcad7066a84634438f59c0ef6b2f60
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:19:48 2005 +0000
+
+    (font-latex-verbatim-environments)
+    (font-latex-verbatim-environments-local)
+    (font-latex-verb-like-commands)
+    (font-latex-verb-like-commands-local)
+    (font-latex-verbatim-macros, font-latex-verbatim-macros-local):
+    Remove.
+    (font-latex-set-syntactic-keywords): Use new `LaTeX-verbatim-*'
+    instead of `font-latex-verb*' variables.
+
+commit 921ea2485d9e0ad6387ba891f7a3efc0db98a678
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:19:40 2005 +0000
+
+    (LaTeX-verbatim-macros-with-delims)
+    (LaTeX-verbatim-macros-with-delims-local)
+    (LaTeX-verbatim-macros-with-braces)
+    (LaTeX-verbatim-macros-with-braces-local)
+    (LaTeX-verbatim-environments, LaTeX-verbatim-environments-local):
+    New variables.
+    (LaTeX-verbatim-macro-boundaries, LaTeX-current-verbatim-macro)
+    (LaTeX-verbatim-p, LaTeX-search-forward-comment-start): New
+    functions.
+    (LaTeX-verbatim-macros): Remove.
+    (LaTeX-fill-region-as-para-do): Simplify.
+    (LaTeX-fill-move-to-break-point): Use
+    `LaTeX-verbatim-macros-with-delims'.
+    (LaTeX-fill-paragraph, LaTeX-fill-code-comment): Handle comment
+    starters in verbatim constructs correctly.
+
+commit 74a508bc0ff537e029c8b74eae3295cbdd6ffe4b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:19:22 2005 +0000
+
+    (Font Locking): Document change of
+    verbatim-related variables.
+
+commit 5b7e8651db54cbf68f2403acb519cc223bd33920
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:19:16 2005 +0000
+
+    Document change of verbatim-related variables.
+
+commit bde681c82b2a818e6ae77b158ea8ccb7d801ea05
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:19:06 2005 +0000
+
+    ("alltt"): Use new variables for verbatim
+    constructs.
+
+commit fc0777ff6fbf551e1a9c9cd3ba8de3d7291e0350
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:18:58 2005 +0000
+
+    ("listings"): Use new variables for verbatim
+    constructs.
+
+commit aeb13648557cd16730927657ff2850621c6f8e39
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 13:18:53 2005 +0000
+
+    ("url"): Use new variables for verbatim constructs.
+
+commit 848c81f61a8b21a767657347a1c17708911995d6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 11:53:15 2005 +0000
+
+    *** empty log message ***
+
+commit dd4ef2fda82522f889e9e58745bacd42a4893898
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 11:53:06 2005 +0000
+
+    (LaTeX-insert-environment): Mostly rewritten.  Improve
+    handling of macrocode environments.
+
+commit 3d6a3efb24c01d6ca539d9c451f02d5608f3859c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 11:33:04 2005 +0000
+
+    *** empty log message ***
+
+commit 592cdcb5b4e89e79f23182f5529d92bf763a84f2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 11:32:54 2005 +0000
+
+    (TeX-BibTeX-sentinel): Check whether BibTeX reports any warnings or
+    errors.
+
+commit fd6c6751f91cbd39c7314b78bdaaa4758cc2f9f7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 11:31:56 2005 +0000
+
+    Mention changes to BibTeX sentinel.
+
+commit 600f36e8314ae9657f578e0554e91baebd9d60b2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 11:22:42 2005 +0000
+
+    *** empty log message ***
+
+commit f6b6181e2e2f62b9b3c4d6c07f249f26cb138120
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 2 11:22:30 2005 +0000
+
+    (texmathp-match-environment): Make aware of
+    comments.
+
+commit 86a043b6f34ee98c276dd3fc71cd2d2b6fa0c8f5
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Sep 29 11:14:45 2005 +0000
+
+    *** empty log message ***
+
+commit 5bbc7acdf4bcd3505367efcee502aa74135ca34c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Sep 29 11:14:10 2005 +0000
+
+    (Customizing): Removed "Contributed files" section.
+    Suggested by Ikumi Keita <ikumi@revery.net>.
+
+commit 0caa5d56d55b2538fbeca094d3765edabb664932
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Sep 29 11:09:11 2005 +0000
+
+    *** empty log message ***
+
+commit e2dcde86bb93f1eb8d0fc253a1bd898ef0b1e976
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Sep 29 11:08:19 2005 +0000
+
+    Remove "xxalignat*" and add "boxed".
+
+commit ea495822d0cc06a74a84405209805e8d26b6bb37
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Sep 29 08:37:14 2005 +0000
+
+    Fix bug for empty MULEELC
+
+commit 066cc4a0f647291d7d2f422afa89eb9f388be3fd
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Sep 29 08:33:29 2005 +0000
+
+    Fix bug for empty MULESRC
+
+commit 3586c1d5365b6e4f860a33a9c39d8c94f4b7aa29
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Sep 27 19:28:18 2005 +0000
+
+    Exclude %{_infodir}/dir.
+
+commit 6fc17f0255979edb248237dfcd2b79fdef835ab4
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Sep 27 19:16:36 2005 +0000
+
+    Add files in %{_datadir}/emacs/site-lisp.
+    Suggested by Jan-Ake Larsson.  Added startfiles.
+
+commit 427b06db5f9b75fc99fdc77f24737916b75f83a4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 27 08:35:55 2005 +0000
+
+    *** empty log message ***
+
+commit afb5715bb5c232ab1d798421e7cdba92e595b09a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 27 08:35:46 2005 +0000
+
+    Adapt to --with-auctexstartfile and
+    --with-preview-startfile.
+
+commit 2eabc54bb9693a9218a4d92af0ac8e7ccf48de56
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 27 08:35:37 2005 +0000
+
+    Document option for specifying AUCTeX startfile as
+    --with-auctexstartfile, not --with-auctex-startfile which does not
+    work.  Note that changing the internal name from `auctexstartfile'
+    to `auctex-startfile' is not an option because of the `-' in the
+    name which gives the shell headaches.
+
+commit 732135b8d4899fdda336ebd7f19d7a5e6ebfe9a1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 27 08:35:25 2005 +0000
+
+    (Configure): Document change from
+    --with-auctex-startfile to --with-auctex-startfile and
+    --with-preview-startfile to --with-previewstartfile.
+
+commit a00dae47a94da4b0a4a1d0937c2e82fd133bd803
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 27 08:35:06 2005 +0000
+
+    Document option for specifying AUCTeX startfile as
+    --with-previewstartfile, not --with-preview-startfile which does
+    not work.
+    Use matching package names for determining the kpathsea path
+    separator both internally and in the option name which now is
+    --with-kpathseasep.
+    Fix the quadrigraph for the closing bracket in the
+    kpathsesep-related error message.
+
+commit 9ed601ac67676b032de9fff04bb50f9523b3bf8d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Sep 26 13:51:07 2005 +0000
+
+    Bump version number.  Remove install-contrib, use
+    install-docs.  Don't install preview/* because these are not
+    generated.
+
+commit 45ceecc530216c1325e9547823101564b9428b1c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 14:18:52 2005 +0000
+
+    *** empty log message ***
+
+commit 8450445fdb38a22e74ac4bb3fbd165ec8c5b3748
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 14:18:43 2005 +0000
+
+    (tar-ball): Don't create WWW directory and don't
+    copy HTML files.
+    (www-doc): New target.
+
+commit e80cd6f8c7d7b6b3476a7ae688de8a4ae1e5e165
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 12:16:09 2005 +0000
+
+    Release_11.81
+
+commit c337828c90b4d144af6ce34930b3eae4601bab89
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 12:12:44 2005 +0000
+
+    *** empty log message ***
+
+commit 5602852ea6f9b3ea6972e1fcaeed6024f258415a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 12:12:37 2005 +0000
+
+    Add space for nicer formatting in version
+    output.  Adapt checksum.
+
+commit e92ae366ea686f50a48bf674ed8c4a4ff00b6ac6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 12:08:46 2005 +0000
+
+    *** empty log message ***
+
+commit 6e03f7e94b8c31671ef4b4351dbbb0e8db1ec3a5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 12:08:38 2005 +0000
+
+    Add space for nicer formatting in version
+    output.
+
+commit 84a8d420248fd224c9ca2268750fb6be26fbcf4e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Sep 25 11:36:05 2005 +0000
+
+    Try fixing the release parsing/grouping.
+
+commit 7a149dfe15604b6571c1d84309ec5a75d05203c5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 08:48:43 2005 +0000
+
+    Bump version number.
+
+commit 7e7d84119033957cbe12eabd2b6a455650063818
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 08:48:42 2005 +0000
+
+    *** empty log message ***
+
+commit 14c5796cbcd02c770277a5c117a5caebc2f82ab6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 08:48:32 2005 +0000
+
+    (CTAN): Bump version number.
+
+commit 2b8f34240cab6d56767bfe810f316e0dba524a8f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 08:44:12 2005 +0000
+
+    (DISTCLEANFILES): Add tex-site.el.out.
+
+commit 41a1bb7049de4981753fd281f8605849a751e2ea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 07:43:56 2005 +0000
+
+    *** empty log message ***
+
+commit 527d77b2d0dd70dd3d0311a25c0843bc6fbc3ccc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 25 07:43:47 2005 +0000
+
+    Fix case in release tag parsing.
+
+commit 96ea491d055b808cb80760fbfac6bb18c0dede01
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 24 21:31:09 2005 +0000
+
+    Try parsing version correctly by treating
+    underlines in the release tag properly.
+
+commit fb20384316ab12eea7378240d3110e733b17298a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 24 19:16:08 2005 +0000
+
+    *** empty log message ***
+
+commit c45ec44a42172f19fe6b633ad86aa191faadec6a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 24 19:15:55 2005 +0000
+
+    (preview-version): Extract version number from
+    release tag.
+
+commit f830dab1376ea32edb9e0f7b2097f10a590775c9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 24 17:25:52 2005 +0000
+
+    Release_11.80
+
+commit feb2ea80532cf221efcbe6db01066bf0c99c7762
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 24 17:23:06 2005 +0000
+
+    *** empty log message ***
+
+commit afe7b832533c2cc24aad058c4dba48a18b8b34f8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 24 17:22:54 2005 +0000
+
+    (tar-ball): Remove dysfunctional spec file from
+    distribution.
+    (full-release): Disable RPM creation.
+
+commit 6f32c67505f59e87fcd4b11a03299b90575a31fa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 24 16:29:34 2005 +0000
+
+    *** empty log message ***
+
+commit 940386ef6852d2f2049adf3cde0aab7ec252e1f8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 24 16:29:27 2005 +0000
+
+    Bump version number.
+
+commit f66501c2887b5dc6799fd71f807cd79acfb40eaa
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 24 15:18:39 2005 +0000
+
+    (Advice for package providers): Suggest
+    "anytex" instead of "notex" for without-texmf compilations.
+
+commit 1cecdb7fce33ecc3ccc8d2d0f3eeafe8dc289ac2
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Sep 23 13:35:13 2005 +0000
+
+    (TeX-modes-set): Add custom group.
+
+commit 6a67048c816bedc3d1f4a94b9cbaf492e764fd32
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Sep 19 13:05:16 2005 +0000
+
+    *** empty log message ***
+
+commit 2ed77c186b0c32ac0522f967a1ff1211f79cc406
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Sep 19 13:05:02 2005 +0000
+
+    (TeX-auto-parse-length, TeX-auto-x-parse-length)
+    (TeX-auto-x-regexp-list): Doc fix.
+
+commit 45ca58ff061a18800853fe51946428a126d03ba5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 17 10:01:10 2005 +0000
+
+    *** empty log message ***
+
+commit 7101d1b03d8bba2e0cfbf48676363a19c31af353
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 17 10:00:57 2005 +0000
+
+    (texmathp-tex-commands-default): Add "minipage" as
+    `env-off' and "\framebox" as `arg-off'.
+
+commit 216b966d17eed48f8955c0d179679afecb518ebc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 13 08:31:48 2005 +0000
+
+    *** empty log message ***
+
+commit 944e166df514f00cc198ab8e80f7a834240d92d8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 13 08:31:35 2005 +0000
+
+    Update for upcoming release.
+
+commit b2570d402484360514eede0a2aa51bc7586d9b46
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 13 08:31:18 2005 +0000
+
+    Mention `font-latex-slide-title-face' and
+    `font-latex-match-slide-title-keywords'.
+
+commit 6713859aafc678726d82bf814d9bad80e1754cac
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 13 08:30:56 2005 +0000
+
+    (Font Locking): Document
+    `font-latex-slide-title-face' and
+    `font-latex-match-slide-title-keywords'.
+
+commit a7fbd94efd6985c7c9d1eb7e7ddc5e5c93203d77
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 10 09:38:26 2005 +0000
+
+    *** empty log message ***
+
+commit 665bd3b310c83db867c4c996178fbe2f1e93be3e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 10 09:38:17 2005 +0000
+
+    (font-latex-make-match-defun): Revert.
+    (font-latex-make-built-in-keywords): Do not set
+    `font-latex-match-*' if there are no keywords.  (Nicer solution
+    than the original change in `font-latex-make-match-defun'.)
+
+commit be4e31a7d762b471064c1ffdee70b3cc0bcd7cdd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 10 08:48:32 2005 +0000
+
+    *** empty log message ***
+
+commit b828243ebb7141b28a3d3b4b0cabb6e3ff965f3d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 10 08:48:23 2005 +0000
+
+    (font-latex-make-match-defun): Fontify only if
+    `font-latex-match-*-keywords' and
+    `font-latex-match-*-keywords-local' are non-empty.
+
+commit adaad9ad026b49e7c3c2254616bf3a7211496035
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 8 13:02:19 2005 +0000
+
+    *** empty log message ***
+
+commit 19cc0a3f0814bdef758adb31c8c16fd423173eaf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 8 13:02:06 2005 +0000
+
+    (font-latex-slide-title-face): Specify :size for XEmacs.
+
+commit 3bc78d05c0ff65c165c443b2b233280a677b6d6a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 8 12:38:42 2005 +0000
+
+    *** empty log message ***
+
+commit 1c0726eecd7a7e52389d3db2339a6fb615f91c98
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 8 12:38:28 2005 +0000
+
+    (font-latex-built-in-keyword-classes): New
+    `slide-title' class.
+    (font-latex-slide-title-face): New face.
+
+commit 1733504314136fee7fb47fb13e981ac4ef738f06
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 8 12:38:16 2005 +0000
+
+    ("beamer"): Fontify \frametitle with
+    `font-latex-slide-title-face'.
+
+commit 6a2dc935ae1b1d244ca7071f4dbc123bc2edb8d0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Sep 5 13:38:19 2005 +0000
+
+    *** empty log message ***
+
+commit ecd719e47cbf95806f354b96f1bc6685f5d6c4ed
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Sep 5 13:38:08 2005 +0000
+
+    (TeX-command): Doc fix.
+
+commit 1fd06da53f792c03f0aab57515cf721f326056b6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Sep 2 08:43:56 2005 +0000
+
+    *** empty log message ***
+
+commit 11a46b1b312ee4f30b3799b30980105646a5d33c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Sep 2 08:43:33 2005 +0000
+
+    (texmathp-tex-commands-default): Add "\textrm" as
+    `arg-off'.
+
+commit 89100ad66a70a8e26aa44806f74b5f0e03e409df
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 30 08:53:03 2005 +0000
+
+    *** empty log message ***
+
+commit a9aec39c488cd75a24310d37ec3127ea278ba59c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 30 08:52:51 2005 +0000
+
+    (TeX-font-replace-macro): Compute syntax table.
+
+commit 4ba3b5dc4ae685edd72b699ff1b18bb07d69b1b2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 26 16:26:34 2005 +0000
+
+    *** empty log message ***
+
+commit 83714ad190f88b64598d8795c251e7031e861198
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 26 16:26:26 2005 +0000
+
+    (LaTeX-common-initialization): Remove redundant call to
+    `make-local-variable' for `outline-heading-alist'.  Set
+    `outline-heading-alist' only if it is already defined.
+
+commit d32d41d5c448e02b7afd754b1c1a0c7bfee5d06f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 26 16:24:35 2005 +0000
+
+    *** empty log message ***
+
+commit 0ad7cb6969bd3d6be793f5d98c9748950e711db0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 26 16:24:26 2005 +0000
+
+    (LaTeX-common-initialization): Set `outline-heading-alist'.
+
+commit f3ede575c0b13cdc5a8ff54889a70b04cf35c570
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 24 07:49:39 2005 +0000
+
+    *** empty log message ***
+
+commit 0bcb61378c2e7e21a7694b3993c25809c8734362
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 24 07:49:31 2005 +0000
+
+    (LaTeX-mark-section): Now marks subsections as well.
+    Former behavior is available via prefix argument.
+
+commit db1544b92f3199cb019641b714a48ce5e50579b5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 24 07:49:18 2005 +0000
+
+    Mention change of `LaTeX-mark-section'.
+
+commit c6d2c5738fac581235b416f6dfca75d71506ffaa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 23 08:18:07 2005 +0000
+
+    *** empty log message ***
+
+commit 905bd278fa3978acd0cc343789a426aa275bfdee
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 23 08:17:50 2005 +0000
+
+    (font-latex-script): Return face symbols, not
+    names of non-existent variables.
+
+commit cebc92ce5c9944fd05f53c94540067198d64be95
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 23 07:53:54 2005 +0000
+
+    *** empty log message ***
+
+commit 411b2942ce87da5e51d859ceb3b426a8757c4586
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 23 07:53:40 2005 +0000
+
+    (TeX-font-replace-macro): Do not use `TeX-find-macro-end'
+    for it may look too far in cases like "\emph{foo}{}".  Use
+    `forward-sexp' with a stripped syntax table instead.
+
+commit aac18d15f747d2b87ddbe6f454da2730b5272b9f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 19 12:42:28 2005 +0000
+
+    *** empty log message ***
+
+commit 2658c554bc79cf0f9472b6c0e402159913d27a2b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 19 12:41:52 2005 +0000
+
+    New "In a Nutshell" section.
+
+commit 7ae3761c854fdb55abe2f2f911de125cf5139b5e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 18 11:38:40 2005 +0000
+
+    *** empty log message ***
+
+commit b34b1a94f509bcba0be4c3a9eecc8ef72c78bc7a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 18 11:38:32 2005 +0000
+
+    (preview_enabled): Declare/initialize and export variables separately.
+
+commit e1522be299ca5a313791d28c195a319eef37e1f2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 18 08:40:19 2005 +0000
+
+    *** empty log message ***
+
+commit bb8bc4eecbbb33200373e0222a70d89eddd707b0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 18 08:40:12 2005 +0000
+
+    (DESCEND): Quote $$OLDPWD.
+
+commit 15b883253311a842b74433eed167505c47495cc6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 18 08:40:08 2005 +0000
+
+    Quotify `packagelispdir' and `packagedatadir'.
+    (preview_enabled): Export unquoted variables.
+
+commit 142c1dd310da7cf60b640ed1f0f780f88766edfd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 18 08:39:54 2005 +0000
+
+    Import unquoted variables from top-level configure
+    script.
+
+commit afc07b5b8b6727206609d9271beabdb0e322703d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 17 10:04:58 2005 +0000
+
+    *** empty log message ***
+
+commit 1e4f480600943bf1704eabd04226f69f5d75276c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 17 10:04:49 2005 +0000
+
+    (TeX-arg-input-file): Doc fix.
+
+commit 32e69b903643527f99295be471e334b0860df43d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 17 10:04:27 2005 +0000
+
+    (Adding Macros): Remove superfluous entry for
+    `TeX-arg-file' and correct entry for `TeX-arg-input-file'.
+
+commit d026f512631ecd2de6527795c363269be71f3cfd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 17 08:49:24 2005 +0000
+
+    *** empty log message ***
+
+commit d9a6e38ef97b92c71b33d6fae0e056d7804f9700
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 17 08:49:15 2005 +0000
+
+    (TeX-command-list): Remove `TeX-run-LaTeX'.  Add
+    `TeX-run-ispell-on-document' in order to prevent mismatch in
+    customization buffer.
+
+commit 87e109ac2e1bb72fa416914f72c5eced70bcf23d
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 5 21:38:16 2005 +0000
+
+    (font-latex-doctex-preprocessor-face): Remove
+    `list' from already quoted list.
+
+commit 04555048a362b54ad98df984a3753df529f45e9a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 2 10:43:37 2005 +0000
+
+    *** empty log message ***
+
+commit 88a372377cbc0849b4b20f5c27cdf2330c40bc2f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 2 10:43:25 2005 +0000
+
+    (TeX-fold-region): In case of single-char non-letter
+    macros there does not have to be checked for a partial match.
+    This allows for folding of stuff like \,.
+
+commit 7039039b81b0635fb1a1a24a764d7cac6eafafbd
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sun Jul 31 19:59:10 2005 +0000
+
+    *** empty log message ***
+
+commit 3c62403200a658dcf8b25c9a881fef3fd543baab
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sun Jul 31 19:56:05 2005 +0000
+
+    typo fixed.
+
+commit 99e8e0ef771b32250f085faab4207d4f406e3707
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 21 18:51:52 2005 +0000
+
+    *** empty log message ***
+
+commit 90146ea9e708457d2bef4170c653fd8e2b007ead
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 21 18:51:37 2005 +0000
+
+    (font-latex-set-syntactic-keywords): Set and
+    update `font-latex-doctex-syntactic-keywords' here.
+    (font-latex-doctex-syntactic-keywords): Default to nil.
+
+commit 091a7285145f69afd7037fb89f5da0e35128d66e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 21 16:37:28 2005 +0000
+
+    *** empty log message ***
+
+commit a274104becae90bc9b10aceb809e12456baa7c1d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 21 16:37:12 2005 +0000
+
+    (Japanese): Remove references to contrib make
+    targets.  Minor clean-ups.
+
+commit 0dc36a35aa1bc8d2fa715072aafea00822def597
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 21 12:53:37 2005 +0000
+
+    *** empty log message ***
+
+commit 428cafab3f1b7473d94736b682537a24a279d3bc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 21 12:53:22 2005 +0000
+
+    (CONTRIB, CONTRIBELC, CONTRIB_MULE, COMPILE_MULE)
+    (CONTRIB_MULEELC): Remove.
+    (MULESRC, MULEELC): New variables.
+    (AUCSRC): Add bib-cite.el and tex-fptex.el.
+    (CLEANFILES): Remove CONTRIBELC and CONTRIB_MULEELC.  Use MULEELC
+    instead.
+    (.PHONY): Remove contrib, install-contrib and install-contrib-el
+    targets.
+    (lisp): Depend on STYLESRC and MULESRC.  Compile MULESRC as well.
+    (auto-loads.el): Use MULESRC.
+    (contrib, install-contrib-el, install-contrib): Remove.
+    (install-el): Install MULESRC.
+    (install-lisp): Install MULEELC.
+
+commit c2e6eb2e116c591f5c58140c5ae39a34e4feae83
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 21 12:53:05 2005 +0000
+
+    (library): Replace COMPILE_MULE and CONTRIB_MULEELC
+    with MULESRC and MULEELC.
+
+commit d2907b3aebf9310b6fcb4dc598cd095889327691
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 21 11:09:23 2005 +0000
+
+    *** empty log message ***
+
+commit ad9c070e506db712d99cee186b62f0edff77a7a6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 21 11:08:24 2005 +0000
+
+    Bring up to par with csquotes 3.0.
+    (LaTeX-csquotes-insert-environment): New function.
+
+commit 7af0f9c77d9ea430ff474af2f86326576010bf6f
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 15 19:20:14 2005 +0000
+
+    Don't talk nonsense about the footnote macro,
+    and don't define it nonsensical for AUCTeX.
+    Reproduce `\@startsection' command to keep numbering correct in
+    default configuration for AUCTeX.
+
+commit fd3651e8a39ffbd6125e60db03698eff1acfb848
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 15 19:20:01 2005 +0000
+
+    Mention that preview.dtx is not a
+    showpiece for AUCTeX.
+
+commit 9fb941fd62b8f10de5aa32bde164114495d7530a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 15 08:40:35 2005 +0000
+
+    *** empty log message ***
+
+commit a3eb1f84d67980c8cc6655cc916b93f6c0efed69
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 15 08:40:23 2005 +0000
+
+    (TeX-run-style-hooks): Adjust `default-directory' to
+    match the directory of the style.
+
+commit 6138878dc905a6d61d1636893ac76842ff48ba9e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 14 00:24:36 2005 +0000
+
+    * doc/install.texi (Configure): explain about --without-packagedir.
+    (Advice for package providers): Same here.
+    
+    * aclocal.m4 (EMACS_PATH_LISPDIR): Allow packagedir=no with XEmacs.
+    
+    * configure.ac: protect against packagedir starting with `-'
+    
+    * configure.ac: protect against packagedir starting with `-'
+
+commit 87ce32b49047a8f2077f61b04ac95e7d50ebb84d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 12 09:15:50 2005 +0000
+
+    *** empty log message ***
+
+commit 99a3e783efac1c6770535dc85abb549506efbfc0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 12 09:15:20 2005 +0000
+
+    (font-latex-match-math-envII): Match environment
+    begin and end with whitespace between macro and argument as well.
+
+commit 88a955124c5ec8a6576547173b5acc18a00c2768
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 12 09:00:11 2005 +0000
+
+    *** empty log message ***
+
+commit 184d59a1a2cc4d7a874ca84663c2ba1bdcbbdf90
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 12 09:00:00 2005 +0000
+
+    (Configure): Add `file' macro.
+
+commit d251eef3bee825f67100ed74eb18d1bce7acd623
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 12 07:42:57 2005 +0000
+
+    *** empty log message ***
+
+commit 55cb72a8be621c7d470a19c07527b3f740e529ca
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 12 07:42:33 2005 +0000
+
+    (texmathp-match-environment): Match environment
+    begin and end with whitespace between macro and argument as well.
+
+commit 14099d6d786d0ed0440b469fbbb9594e84c911a5
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 12 00:32:05 2005 +0000
+
+    * doc/wininstall.texi:
+    
+    * doc/install.texi (Configure): Explain prefix a bit more.
+    
+    * doc/Makefile.in (install-man): include tex-ref.tex.
+
+commit f590bf20e63264b1722f597a8e0c58f2830d6c9a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jul 11 21:54:12 2005 +0000
+
+    * preview.el (preview-at-point): Join adjacent touched previews
+    for regeneration.
+    
+    * prv-emacs.el (preview-mode-setup):
+    
+    * prv-xemacs.el (preview-mode-setup): Use correct string for
+    resetting watch on preamble.
+
+commit 6e7d08b46da7a797eb95934c6ad6ff3b49e77c27
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 8 16:43:39 2005 +0000
+
+    *** empty log message ***
+
+commit b0edd1553dbf366eb95726be007833d57d7a42d9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 8 16:43:29 2005 +0000
+
+    (TeX-insert-quote): Do not inhibit special quote
+    insertion in docTeX documentation parts.
+
+commit 46c4ab10a63ceecd306cca08bca06f8c91cd2dc5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 8 16:32:42 2005 +0000
+
+    *** empty log message ***
+
+commit 934c8d51ff3daa2086c4693426ebcdc32e508b55
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 8 16:32:22 2005 +0000
+
+    (font-latex-match-quotation): Fix typo.
+
+commit e1af753b53cf89a817b5f5e8d1ac8c8dc6670963
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 8 16:28:14 2005 +0000
+
+    *** empty log message ***
+
+commit d65ba01f14652bb47e21eceab62dc48451cc1c85
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 8 16:28:03 2005 +0000
+
+    (font-latex-match-command-with-arguments)
+    (font-latex-match-command-in-braces): Remove call to
+    `font-latex-commented-outp'.
+    (font-latex-match-quotation): Do not consider matches in comments
+    or verbatim-like constructs.
+
+commit e3446360b8151c3e3e880353ef1c19887d8751d3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 7 14:11:22 2005 +0000
+
+    *** empty log message ***
+
+commit 91b1afe082cbbc2053f88d9019c609d4ff359620
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 7 14:11:10 2005 +0000
+
+    (LaTeX-fill-paragraph): Don't treat trailing comment starters as
+    code comments.
+
+commit 7ae2e0e4157207ca7752884b476e02999248a68c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 7 11:42:13 2005 +0000
+
+    *** empty log message ***
+
+commit 18332299a9125f98e53a0084b30e5d6d615e1e20
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 7 11:41:53 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Make non-MULE
+    XEmacsen happy.
+
+commit 6ca35812f15e6e2d0b0825d66a3bf329346f20b8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 7 08:13:43 2005 +0000
+
+    *** empty log message ***
+
+commit 311cedf1dfbca1896145da615f9a770ec2fd8e01
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 7 08:13:34 2005 +0000
+
+    (font-latex-match-quotation): Always use multibyte
+    strings for comparison.
+
+commit 4132d53203ed7a10310f368d9254bc509aa5d181
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 7 08:13:27 2005 +0000
+
+    Add auto directory.
+
+commit a0ab10078d1510cfd9545feb89970ce9aeae578a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 7 08:13:19 2005 +0000
+
+    (top): Make the summary notes appear as
+    "Executive Summary" in printed output.
+
+commit 28a40f3cfaa935b618079d6ff9f03398e689de0b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 7 08:13:07 2005 +0000
+
+    Main heading in rawtext case should not be
+    numbered.  Main heading in printed output has to be chapter, not
+    section, in order to fit into the rest of the sectioning
+    hierarchy.
+    (Introduction): Add two intermediate headings in order to make the
+    structure clearer.
+
+commit 9e99ddbda7ef0a7a12481357dd8f49d887108326
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jul 6 00:58:24 2005 +0000
+
+    Rearrange and add information for preview-latex.
+
+commit a1ad1589d9158aebb3e773aebbf03ceb14a23ce2
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 5 01:08:32 2005 +0000
+
+    * doc/preview-latex.texi (Simple customization): Document new
+    option `preview-preserve-counters'.
+    
+    * doc/auctex.texi (top): Mention RefTeX, `LaTeX-install-toolbar'
+    and preview-latex.
+    
+    * preview.el (preview-string-expand): Allow substrings to be
+    controlled by booleans.
+    (preview-expandable-string): Adapt type to that.
+    (preview-required-option-list): Make dependent on
+    `preview-preserve-counters'.
+    (preview-preserve-counters): New boolean.
+
+commit 73ccb56f2744c688dd517b25a739de1e0761c4e0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 1 18:13:31 2005 +0000
+
+    *** empty log message ***
+
+commit cad900d1e1b94c28c5d0dcc011787ae78e579f59
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 1 18:13:21 2005 +0000
+
+    (TeX-submit-bug-report): Mention FAQ section.
+
+commit 9aabb2f11233b56e5555c2b8ddba85d16dba8f68
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 1 12:08:57 2005 +0000
+
+    *** empty log message ***
+
+commit d27475a6a284c69af19f0dc8d6260a1a98e177e2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 1 12:08:48 2005 +0000
+
+    Advertise inclusion of preview-latex and
+    overhaul of installation procedures.
+
+commit 4f0132639ab461e0ba59f35d6283fd297f7843a0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 1 10:01:03 2005 +0000
+
+    *** empty log message ***
+
+commit d6330df0b79e961c508e53cd0004006cfaf6f28f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 1 10:00:55 2005 +0000
+
+    Use (load "auctex.el" nil t t) instead of (require
+    'tex-site).
+
+commit 19ba7296092296da442511eb6d3361cc75708e67
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 1 10:00:44 2005 +0000
+
+    (Advice for package providers): Refer to
+    preview-latex.el file.
+
+commit 3fefded59783ba955cc828169555157c057d97fa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 1 10:00:32 2005 +0000
+
+    (Introduction): Use (load "auctex.el" nil t t)
+    instead of (require 'tex-site).
+
+commit 9f25c76e4868cc6ddc98ab1c8ba668b353c9a264
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 1 10:00:25 2005 +0000
+
+    (Quick Start): Use (load "auctex.el" nil t
+    t) instead of (require 'tex-site).
+
+commit 7f3b5ebabc9c823fea0c7b24807db717baed2c3e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jun 30 08:14:55 2005 +0000
+
+    *** empty log message ***
+
+commit 9ec5d92a6c2c0745eb515e1198119a746bce6c21
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jun 30 08:12:13 2005 +0000
+
+    <tightpage>: added comments
+
+commit d461f7d518456096b79a76cb33a15b637fa40175
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 30 08:01:48 2005 +0000
+
+    *** empty log message ***
+
+commit f5b96d751abf1aecdb21f4030965fab00b7a7f42
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 30 08:01:30 2005 +0000
+
+    (Folding): Do not quote `lambda' function.
+
+commit 52af903eaad5132484ea79baa23109f019c96977
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 29 17:46:51 2005 +0000
+
+    *** empty log message ***
+
+commit 208fbc9375c33bb670c9059b826c59ab3a360b5d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 29 17:46:30 2005 +0000
+
+    (font-latex-quotes-control): Initialize with nil.
+
+commit 189f3a429c5071780c6f9b5ef6ea971432e7e071
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 29 17:35:28 2005 +0000
+
+    *** empty log message ***
+
+commit b913c8fcd84674621203e0ef0220590eab4e763f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 29 17:35:11 2005 +0000
+
+    (font-latex-quotes): Get rid of :set function and
+    move most of its content to `font-latex-match-quotation'.
+    (font-latex-quotes-control): New variable.
+    (font-latex-match-quotation): Use it.
+    The whole changeset lets quote matching recognize automatically
+    when the value of `font-latex-quotes' changed while making sure
+    that the regexp only has to be rebuilt when a change actually
+    occured.
+
+commit 0fa89f4249529d7aee097550cfa89aa79aaf9ea4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 29 10:40:34 2005 +0000
+
+    *** empty log message ***
+
+commit 712f8ce10e47c0ca6367336532df484ee1fc257e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 29 10:40:20 2005 +0000
+
+    (Floats): Clarify use of
+    `LaTeX-top-caption-list'.
+    (Display, Internationalization): Make node and heading clearer.
+    (European): Describe insertion of multiple consecutive hyphens.
+
+commit 1f8f10d26b815e78e3ed52a0a58b20e1dd900b99
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 29 10:40:10 2005 +0000
+
+    (Mid-term Goals): Update text about integration of
+    preview-latex.
+
+commit 58b6c91e8e982be04c5b0860f277408951f557ea
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jun 28 07:36:10 2005 +0000
+
+    *** empty log message ***
+
+commit b5ab3a932ec9a159cb086524661609683ef50482
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jun 28 07:10:05 2005 +0000
+
+    Add version number in a \special, in dvips mode. Fix mismatched
+    parantheses.
+
+commit b95b8a7a67aed4907aac615ebf4b68981e9ad638
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 27 16:19:18 2005 +0000
+
+    Put version into `\pr@version'.
+
+commit cc9ed158ada295c3fd54466a57af7bde892e025e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jun 27 15:18:58 2005 +0000
+
+    *** empty log message ***
+
+commit a7097901ac4b74eb7d80d23466b55ad8919f1822
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jun 27 15:18:20 2005 +0000
+
+    Add backwards-compatibility for dvipng <= 1.5
+
+commit 67708a284ba822ae597f66e44624f8c337f43cef
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jun 27 08:57:31 2005 +0000
+
+    *** empty log message ***
+
+commit 08de6b59a94e12ef37259d1e54f746a7f552cecd
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jun 27 08:57:08 2005 +0000
+
+    Add preview@tightpage
+
+commit 620f23ff292589093f36d621c03530ce2d325ad7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jun 24 08:14:05 2005 +0000
+
+    * RELEASE: Minor change.
+    
+    * configure.ac: Move checks and export for PERL here (needed for
+    doc of preview-latex).
+    (preview_enabled): Don't export Info-related variables, as they
+    are not needed in preview.
+    
+    * Makefile.in (AUCTEXVERSION): import.
+    (info, dvi): No subshell needed.
+    (auctex.el): Depend on config.status
+    (install-metadata): pass upstream version into prv-install.el
+    
+    * prv-install.el (preview-make-package-xemacs): Add author-version.
+    
+    * preview.el (preview-TeX-style-dir): Change docs.
+    
+    * latex/Makefile.in (preview.dvi): Depend on preview.sty
+    (preview.pdf): Same here.
+    
+    * configure.ac: Remove checks for PERL and info-related stuff.
+    Add . into search path first.
+    
+    * Makefile.in (texmf): Depend on latex/Makefile
+    (latex/Makefile, auto.el, configure, Makefile, config.status):
+    targets to make sure that Makefile and stuff are up to date.
+    (install-metadata): pass author version into prv-install.el
+
+commit 9277694fd215d9fe08db923d1427c41f700fec94
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:55:02 2005 +0000
+
+    *** empty log message ***
+
+commit 86393c8a7a1f5ab5613cda24b1ede92a30c5ba4e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:54:52 2005 +0000
+
+    (ConTeXt-mode-common-initialization): Use
+    `TeX-run-mode-hooks'.
+
+commit 298ee1c79809d5095e2b293e975b94be68872d4c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:54:44 2005 +0000
+
+    (TeX-latex-mode): Use `TeX-run-mode-hooks'.
+
+commit a8c8ae1bfe08e408febb0c97ecfb36fb7e708f16
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:54:37 2005 +0000
+
+    (TeX-texinfo-mode): Use `TeX-run-mode-hooks'.
+
+commit 5a512c64ad88be24c1135eaafeb479a1dd73ca96
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:54:27 2005 +0000
+
+    (TeX-run-mode-hooks): New function.
+    (TeX-plain-tex-mode, ams-tex-mode): Use it.
+
+commit fe94c9cf6140e9c3678d400107989428bfb23102
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:35:28 2005 +0000
+
+    *** empty log message ***
+
+commit 417e74b9b082d3f9693fb035dfed9d2d13b3e18b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:35:10 2005 +0000
+
+    Make info about configuration clearer (in
+    connection with the message for preview-latex).
+
+commit 594cc22d689ff181937917e44aca148907accf4a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:31:56 2005 +0000
+
+    (TeX-master-file): `TeX-default-extension' is a variable,
+    not a function.
+
+commit e68925884321b6970f4f5a39d339bd34d0701c4e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:30:02 2005 +0000
+
+    Remove irrelevant entries.
+
+commit 23eb2821012b80bea45b44438ef98193047b9b32
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:29:49 2005 +0000
+
+    *** empty log message ***
+
+commit 2746aa98ce84c573e68a2fa5d1b51220e96f5874
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 21 18:29:39 2005 +0000
+
+    Make message at end of configuration clearer.
+    Remove redundant build hint.
+
+commit 211b16516dcbdaacbb723bfe9d00a2af00f248b0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 20 22:57:58 2005 +0000
+
+    * Makefile.in (xemacs-package): reorder args.
+    
+    * configure.ac: disable INSTALL_INFO for XEmacs package.
+    
+    * doc/Makefile.in (install-man): Use $$i instead of $i.
+    
+    * configure.ac: correct comparison.
+
+commit 0359fdaf9cb71ec402ca64afc59e46347b84ceaa
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 20 22:14:42 2005 +0000
+
+    (install-man): Use $$i instead of $i.
+
+commit e47e7012991647b793063536068145ad880fd9e1
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 20 21:58:53 2005 +0000
+
+    * doc/install.texi (Advice for package providers): Propose package
+    structure.
+    
+    * doc/Makefile.in (install-man): Install sources for texinfo
+    files.
+    (.PHONY): Add install-man.
+    
+    * Makefile.in (.PHONY): Add install-man and xemacs-package
+    (install-man): Just descend into doc directory.
+    (xemacs-package): Try building some XEmacs package.
+    
+    * autogen.sh: Don't run distclean, that seems unexpected.
+
+commit 86afae2dae2e5ee24936304e037b3ffbf104bbf6
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 20 17:46:06 2005 +0000
+
+    Remove (folded into ../RELEASE).
+
+commit 6a2db4115e8b6b05f2c6f5b6d7050673f55fdee2
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 20 17:45:54 2005 +0000
+
+    Further fold in stuff from preview/RELEASE which is now
+    deleted.
+
+commit dd7b943b17aab4381c52dda023dd694955698238
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 20 13:47:54 2005 +0000
+
+    *** empty log message ***
+
+commit 4c901482bdc5e8b2a020e3b05a3e7a40e1bec149
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 20 13:47:44 2005 +0000
+
+    (font-latex-match-command-with-arguments)
+    (font-latex-match-command-in-braces, font-latex-match-math-env):
+    Remove unnecessary throw..catch clauses.
+
+commit 204c46a8d53a5acd3aab33001061283cfc7d355f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 20 13:29:04 2005 +0000
+
+    *** empty log message ***
+
+commit 752cab99690f88d8340be0f7c891a51863bab6d3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 20 13:28:54 2005 +0000
+
+    (font-latex-superscript-face)
+    (font-latex-subscript-face): Add to correct customization group.
+    (font-latex-match-command-with-arguments)
+    (font-latex-match-command-in-braces, font-latex-match-math-env):
+    Don't set a dummy match.
+
+commit b895f7e2cf32ba3c8d7cbd362d772b92bf15f3a6
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jun 18 00:18:44 2005 +0000
+
+    Well, the merge with preview-latex is no longer
+    "planned".
+
+commit 1d66ba0c48a45ab81d9a90e172c8912e5941c768
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jun 17 23:03:56 2005 +0000
+
+    (preview-gs-dvips-process-setup)
+    (preview-dvipng-process-setup): Improve error message.
+    (preview-parse-messages): Don't throw error on nil parsestate if
+    we are in error unwinding mode already.
+
+commit a4c44eb0a2e649a2f8b55725b4f85b57e9e3a505
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 16 08:58:38 2005 +0000
+
+    *** empty log message ***
+
+commit a1952011ed807d7659ceed030deda137ba3ced92
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 16 08:58:25 2005 +0000
+
+    (Requirements): Denastify.
+
+commit 3f72f9d3fcb6043c34dfca3e73f952dddaaa0827
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 16 08:52:27 2005 +0000
+
+    *** empty log message ***
+
+commit 16a978cede6ea610916b890ddb88b6766df516be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 16 08:52:09 2005 +0000
+
+    (TeX-master-file): Don't override existing master with
+    `TeX-transient-master'.
+
+commit a1ab5d4e731ecb8d0ea1872fe08cbcd2263d5099
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 16 06:42:08 2005 +0000
+
+    *** empty log message ***
+
+commit 1739e6e52f9c604cd050abe5960f67cf8a343185
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 16 06:41:58 2005 +0000
+
+    (LaTeX-includegraphics-read-file): Doc fix.
+
+commit f8bfc7e2d339898551b4c23721a2170928e590af
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 15 13:01:47 2005 +0000
+
+    *** empty log message ***
+
+commit d389e9728b9f0f85c123e69ccaf3107eea9cd9f5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 15 13:01:36 2005 +0000
+
+    (Font Locking): Fix typo.
+
+commit 178bd33145caa6d27db80cf8d7538841d815c293
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 15 13:01:18 2005 +0000
+
+    (Prerequisites): Denastify.
+
+commit 447cae0915a9df607d005067855fa868a26e67e1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 15 12:17:39 2005 +0000
+
+    *** empty log message ***
+
+commit 5a7800a5ba586cb520dbc61c16d955ed920c5433
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 15 12:16:55 2005 +0000
+
+    Use correct variable for --disable-preview switch.
+
+commit 4989d25d4285e4263cdfada9659c36386b058814
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Jun 14 19:32:38 2005 +0000
+
+    *** empty log message ***
+
+commit 8801b6296f9705562ec19c45f8650913e4466eda
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Jun 14 19:32:22 2005 +0000
+
+    (auto-loads.el): Auto-load COMPILE_MULE, too.
+
+commit 87bc1b30ea973c8933bb5629e8460e4dd41751c6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 14 16:25:56 2005 +0000
+
+    *** empty log message ***
+
+commit 1a55a5cd96e897f50009e8a954df24f7fdf4948f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 14 16:25:46 2005 +0000
+
+    Update stuff about fixed bugs and new features.
+
+commit e06c388a1364a88036343295527cb54610b5e609
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jun 14 15:28:07 2005 +0000
+
+    Spell out file names more explicitly.
+    Remove any hint of a version that might lead Windows users to
+    assume this documentation is for some reason more outdated than
+    year-old stuff they find via Google.
+
+commit 2967e29796c761c88efd8374b6fc6a0105a43d1f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jun 14 11:18:27 2005 +0000
+
+    (install-docs): Make exit status of test bad-shell
+    safe.
+
+commit 03371f1d20199bb183f4cf96413e6d4612bebfb3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 14 09:35:24 2005 +0000
+
+    *** empty log message ***
+
+commit bb72d261e5e4f2d25fe58aec3dbb8074a0249674
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 14 09:35:09 2005 +0000
+
+    (tar-ball): Revert, as it is superfluous.
+
+commit 7df5aa5aa1fb39a9ad4f6a09fd7d343d23b691c6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 14 07:34:04 2005 +0000
+
+    *** empty log message ***
+
+commit 97748c3d411633ff6f1c094fffe572203e6872d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 14 07:33:51 2005 +0000
+
+    (info, dvi): New targets.
+    (.PHONY): Add them and remove `auctex' and `preview'.
+    (auctex, preview): Remove.
+
+commit dbf72c58376a720cab5f64a27e0a91d4eed7f6d2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 14 07:33:27 2005 +0000
+
+    (all): Do not depend on `docs' target.
+    (.PHONY): Remove `docs'.  Add `info' and `dvi'.
+    (docs): Remove.
+    (info, dvi): New targets.
+    (tar-ball): Make sure `dist' stuff is up-to-date.
+
+commit ac98f9b573d22e44f5cbec2b76b644eab6cb9109
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 14 06:58:39 2005 +0000
+
+    *** empty log message ***
+
+commit b754169b2eacd8922c80f496a4073852a0e32491
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 13 23:36:43 2005 +0000
+
+    * RELEASE: Adapt RELEASE notes to include preview-latex info.
+    
+    * README.CVS: Adapt to reality.
+
+commit cedde085baacb01448f6a9456c1e194c0cdc792c
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 13 23:20:15 2005 +0000
+
+    * doc/Makefile.in (all): Same as dist.
+    (dist): Just create DISTTEXTS and info files.
+    (extradist): Additional stuff for ftp site.
+    (disttexts): Remove target.
+    (clean): Don't remove info files.
+    (maintainer-clean): Remove info files.
+    
+    * autogen.sh: Add error messages, run autoconf in preview
+    subdirectory.  Heed MAKE variable if set.
+    
+    * Makefile.in (CVSFILES): Define files not to use in tarball.
+    (tar-ball): Remove them.
+    (tar-ball): Make extradist for additional doc files on ftp.
+    
+    * README.CVS: Remove.  Top file should be sufficient.
+    
+    * autogen.sh: Remove.  We have its functionality in the top
+    directory.
+
+commit b6ca4687d602989439924c6c25c067a42340958d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 12 12:46:23 2005 +0000
+
+    *** empty log message ***
+
+commit 70e1735ad9acc041cea8af9ee7fd8dfe114cba64
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 12 12:46:08 2005 +0000
+
+    (TeX-run-ispell-on-document, TeX-ispell-document): Doc fix.
+
+commit c21b591c3316b17c1272086f6c4b9accfde7198e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 12 09:37:56 2005 +0000
+
+    *** empty log message ***
+
+commit e81a225217e5bf1c66afbfd917970fdd7641ffa3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 12 09:37:46 2005 +0000
+
+    (TeX-ispell-document): Cater for the case where the
+    master file is located in a different directory.
+
+commit 331da42f2688bd9c1a28408ce7901ee8a0c83e44
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 11 19:28:54 2005 +0000
+
+    *** empty log message ***
+
+commit 20d6b99baf53ea9fa3feac0033177d172fd884a8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 11 19:28:44 2005 +0000
+
+    (TeX-region-create): Let-bind `TeX-transient-master'.
+
+commit 9b1a0c9b0df7fce1a77b39d4ff84b5212312e532
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 11 19:28:25 2005 +0000
+
+    (TeX-master-file): Check `TeX-transient-master' not only
+    in the shared case.
+
+commit 7ccda8d95cf9e88aaa5a79ebf3890bc403665252
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jun 10 17:13:10 2005 +0000
+
+    *** empty log message ***
+
+commit 314502968c590253358f001d6b26ba139acdc312
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jun 10 17:12:50 2005 +0000
+
+    (Parsing Files): Fix display of reference.
+    Get rid of references to \documentstyle.
+    (Simple Style, Adding Macros, Adding Environments)
+    (Hacking the Parser): Clean up code examples.
+
+commit 15ce348bf12ea1bb58605b1bcc5fb7f3a19b37d0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jun 10 09:45:25 2005 +0000
+
+    *** empty log message ***
+
+commit 65b16f96a0b3cdb84e8c59af6e8e8270e4065e25
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jun 10 09:45:09 2005 +0000
+
+    (TeX-master-file-ask): Get rid of "<default>" string as
+    default for `read-file-name'.  Fixes unresponsiveness of Emacs on
+    Windows and fallback to minibuffer if file is opened via menu and
+    prevents file history from being cluttered.  Use relative file
+    name for master file.
+    (TeX-master-file): Get rid of "this file" string as default for
+    `read-file-name'.
+
+commit 7dc97bddc8aa1a39fe096d44d66a208d06cb2933
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 9 15:56:02 2005 +0000
+
+    *** empty log message ***
+
+commit d9f7acfe25ff1c5d002cdfe885be2051a35ebb18
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 9 15:55:51 2005 +0000
+
+    (DESCEND): Make the change more safe with regard to the exit code.
+
+commit d08b904028606976f38f723ca1672a0de7e4714d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 9 11:42:06 2005 +0000
+
+    *** empty log message ***
+
+commit 8cf3056ca632b1e45fc3af171476ae4a49d15dbc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 9 11:41:55 2005 +0000
+
+    (TeX-fold-ellipsis): New variable.
+    (TeX-fold-hide-item): Use it.
+
+commit 3fed4d2cc37803862007b6996d9fb92d62f9db25
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 9 08:43:04 2005 +0000
+
+    *** empty log message ***
+
+commit 2af7a54db15d21375f2361040eaeb9ca1589126b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 9 08:42:48 2005 +0000
+
+    (DESCEND): Make MSYS happy if $(subdirs) is null,
+    e.g. when --disable-preview is used.
+
+commit db42f9849a28236c9b8c1268d04e5f583189d6b4
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jun 8 23:02:03 2005 +0000
+
+    Replace `#/bin/sh' with `:' as this should be more
+    portable when called from a Bourne shell (which is what the
+    Makefiles do).
+
+commit bf58d01cb52d7573cf4ea62f2d8b56bfcda5f146
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jun 8 22:54:02 2005 +0000
+
+    * doc/wininstall.texi: Change line endings blurb.  Write drive:
+    everywhere in the example strings.
+    
+    * doc/preview-readme.texi (Introduction): Some cosmetic changes to
+    account for the merge.
+    
+    * mkinstalldirs:
+
+commit ad4c7562dd0c5cdf59b5d56ea8831acca8a0f8eb
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jun 8 17:04:41 2005 +0000
+
+    Replicate possible CR line endings
+    faithfully, and don't use multiline strings.
+
+commit 000b27934a46d59d7e5df70eeea8c94499beccc8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 13:09:48 2005 +0000
+
+    *** empty log message ***
+
+commit b49cd6f9fe76afb5aa683711570c46138c04901c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 13:09:37 2005 +0000
+
+    Ignore all *.info, *.info-*, and *.pgs files.
+
+commit eceae2f4eee03b03647c6d577de94ffee90b7e2b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 10:40:39 2005 +0000
+
+    *** empty log message ***
+
+commit a93808b6ce5c0ac73affa425f4581a4de2a002e8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:55:40 2005 +0000
+
+    *** empty log message ***
+
+commit d9e06dee69f09f227118186238fec8a2ce058dc7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:55:23 2005 +0000
+
+    (preview_enabled): New variable.
+    (all): Depend on `docs' target.
+    (.PHONY): Add `docs' target.
+    (docs): New target.
+    (install): Depend on `install-docs' instead of `install-info'.
+    (install-info): Remove.
+    (install-docs): New target.
+
+commit 2d329ba47d97f6f5f3baf1f029fe4d090220e808
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:53:21 2005 +0000
+
+    Generate preview-latex docs as well.
+
+commit fb7166a7d70589b6d29169ad7afe0227f7b181f3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:52:17 2005 +0000
+
+    Substitute preview_enabled variable in output files.
+
+commit 9458ad79caed2aa9bc3da28ad1362987fe20d0aa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:50:27 2005 +0000
+
+    Add relevant preview-latex files.
+
+commit 5a981ca008162e75a7187a886d129dba5f6b6343
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:49:49 2005 +0000
+
+    (TEXIFILES): Rename to AUCTEXTEXIFILES.
+    (PERL, PREVIEWTEXIFILES): New variables.
+    (all): Now depends on `auctex' and `preview' targets.  Move
+    AUCTeX-specific targets from original to `auctex'.
+    (install): Now depends on `install-auctex' and `install-preview'
+    targets.  Move AUCTeX-specific targets and content from original
+    to `install-auctex'.
+    (.PHONY): Add `auctex', `preview', `install-auctex', and
+    `install-preview'.
+    (auctex, install-auctex, preview, install-preview): New targets.
+    (auctex.dvi, auctex.pdf, auctex.info): Depend on
+    $(AUCTEXTEXIFILES) instead of $(TEXIFILES).
+    (preview-latex/index.html, html-docs, preview-dtxdoc.texi)
+    (preview-latex.dvi, preview-latex.ps, preview-latex.pdf)
+    (preview-latex.info, ../PROBLEMS): New targets (from
+    preview/doc/Makefile.in).
+    (../README, ../TODO, ../FAQ): Create output combined from
+    respective AUCTeX and preview-latex files.
+    (clean, maintainer-clean): Cater for preview-latex files.
+
+commit 73471b2688332cf2181c8ba7946cc8d153d12a25
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:38:19 2005 +0000
+
+    (Development): More specific heading for plain text output.
+
+commit 8ebafcd336c5986f8110d0acec0d5d3b4470f16c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:37:02 2005 +0000
+
+    *** empty log message ***
+
+commit a45fb00795f83cafb0cd7edb50a3dcdb9ced0403
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:36:44 2005 +0000
+
+    (docs, install-docs): Remove.
+    (all): Do not depend on `docs' anymore.
+    (.PHONY): Do not depend on `docs' and `install-docs' anymore.
+    (clean, maintainer-clean): Do not descend into doc directory
+    anymore.
+
+commit 8f142946179f121d1bb653648cbca23d22564705
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:32:24 2005 +0000
+
+    Do not generate documentation anymore.
+
+commit 53c393057d8780cfd865493fd961b78aa8f76ee7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:31:20 2005 +0000
+
+    Remove doc/Makefile from AC_OUTPUT.
+
+commit cceceeb0b133a34368a7f70184ae5a62b00ad922
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:28:27 2005 +0000
+
+    Remove.
+
+commit 11fad5a5b4c0db7debd0bdd642bc48e93fe93c58
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:27:02 2005 +0000
+
+    Move to AUCTeX's main doc/ directory as preview-todo.texi.
+
+commit dc74246fc5918baf715da16d4c6e7a945462ec42
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:26:34 2005 +0000
+
+    Move here from preview/doc/todo.texi.
+    
+    Old change log:
+    
+    RCS file: /cvsroot/auctex/auctex/preview/doc/todo.texi,v
+    Working file: preview/doc/todo.texi
+    head: 1.14
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9-1: 1.14
+            rel-0-9: 1.14
+            rel-0-8-1: 1.14
+            rel-0-8: 1.14
+            rel-0-7-8: 1.12
+            rel-0-7-7: 1.11
+            rel-0-7-6: 1.11
+            rel-0-7-5: 1.11
+            rel-0-7-4: 1.11
+            rel-0-7-3: 1.11
+            rel-0-7-2b: 1.9
+            rel-0-7-2: 1.9
+            rel-0-7-1: 1.9
+            rel-0-7: 1.9
+    keyword substitution: kv
+    total revisions: 14;    selected revisions: 14
+    description:
+    ----------------------------
+    revision 1.14
+    date: 2004/04/11 21:53:48;  author: dakas;  state: Exp;  lines: +12 -38
+    Documentation and scripts prepared for version 0.8.  Todo items have
+    been considerably reduced, new operation modes documented.
+    ----------------------------
+    revision 1.13
+    date: 2003/11/04 15:34:27;  author: dakas;  state: Exp;  lines: +47 -10
+    Add quite a few more wishes.  Actually, it would
+    be nice to strike off a few instead.
+    ----------------------------
+    revision 1.12
+    date: 2003/01/19 23:42:46;  author: dakas;  state: Exp;  lines: +1 -1
+    Correct spellings of RefTeX.
+    ----------------------------
+    revision 1.11
+    date: 2002/08/03 13:09:15;  author: dakas;  state: Exp;  lines: +47 -59
+    Updates.
+    ----------------------------
+    revision 1.10
+    date: 2002/05/08 14:06:29;  author: dakas;  state: Exp;  lines: +9 -0
+    add request for other TeX formats.
+    ----------------------------
+    revision 1.9
+    date: 2002/04/13 12:48:56;  author: nixsf;  state: Exp;  lines: +2 -11
+    Update XEmacs status: most things are now done.
+    ----------------------------
+    revision 1.8
+    date: 2002/04/09 10:09:20;  author: jalar;  state: Exp;  lines: +23 -1
+    Added manual stuff
+    ----------------------------
+    revision 1.7
+    date: 2002/04/08 13:14:59;  author: dakas;  state: Exp;  lines: +1 -0
+    *** empty log message ***
+    ----------------------------
+    revision 1.6
+    date: 2002/04/08 13:13:52;  author: dakas;  state: Exp;  lines: +1 -1
+    Make it compile again.
+    ----------------------------
+    revision 1.5
+    date: 2002/04/08 00:03:34;  author: dakas;  state: Exp;  lines: +6 -0
+    New suggestion for manual.
+    ----------------------------
+    revision 1.4
+    date: 2002/04/06 17:32:12;  author: nixsf;  state: Exp;  lines: +17 -1
+    Update XEmacs status.
+    ----------------------------
+    revision 1.3
+    date: 2002/04/06 14:34:04;  author: jalar;  state: Exp;  lines: +10 -10
+    Adjustments
+    ----------------------------
+    revision 1.2
+    date: 2002/04/06 14:03:23;  author: jalar;  state: Exp;  lines: +16 -3
+    Update
+    ----------------------------
+    revision 1.1
+    date: 2002/04/06 13:48:15;  author: jalar;  state: Exp;
+    Moved from TODO
+    =============================================================================
+
+commit 50285641fc3ec49055756ca5d5a8aed63d9242d1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:25:40 2005 +0000
+
+    Move to AUCTeX's main doc/ directory as preview-readme.texi.
+
+commit c0625e3853e0f89b91d1cb178a25c12192801053
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:25:23 2005 +0000
+
+    Move here from preview/doc/readme.texi.
+    
+    Old change log:
+    
+    RCS file: /cvsroot/auctex/auctex/preview/doc/readme.texi,v
+    Working file: preview/doc/readme.texi
+    head: 1.39
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9-1: 1.38
+            rel-0-9: 1.34
+            rel-0-8-1: 1.32
+            rel-0-8: 1.32
+            rel-0-7-8: 1.30
+            rel-0-7-7: 1.30
+            rel-0-7-6: 1.30
+            rel-0-7-5: 1.28
+            rel-0-7-4: 1.28
+            rel-0-7-3: 1.28
+            rel-0-7-2b: 1.28
+            rel-0-7-2: 1.28
+            rel-0-7-1: 1.27
+            rel-0-7: 1.25
+            rel-0-6-1: 1.11
+            rel-0-6: 1.8
+    keyword substitution: kv
+    total revisions: 39;    selected revisions: 39
+    description:
+    ----------------------------
+    revision 1.39
+    date: 2005/04/10 16:28:59;  author: angeli;  state: Exp;  lines: +6 -6
+    GhostScript --> Ghostscript.
+    ----------------------------
+    revision 1.38
+    date: 2005/04/03 00:54:51;  author: dak;  state: Exp;  lines: +10 -4
+    * doc/readme.texi (What use is it?):
+    
+    * doc/problems.texi:
+    
+    * doc/install.texi (Top): Work around raisesection bug.
+    
+    * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README)
+    (../FAQ, ../TODO): Remove --no-validate option.
+    (../PROBLEMS): remove --no-validate option, and number sections.
+    
+    * doc/faq.texi: Make validatable top entry.  Don't raise sections
+    until after the first chapter.  This is insane, but otherwise
+    everything will be unnumbered.
+    
+    * configure.in: Expand `packagelispdir' and `lispdir' before
+    checking for conflicts.
+    ----------------------------
+    revision 1.37
+    date: 2005/04/02 21:30:28;  author: dak;  state: Exp;  lines: +5 -4
+    * doc/readme.texi (Basic modes of operation): Correct dvipng
+    information.
+    
+    * doc/readme.texi (Activating preview-latex): Don't talk about
+    half a dozen non-sensical things.
+    (Availability): Change information to match move into AUCTeX.
+    ----------------------------
+    revision 1.36
+    date: 2005/04/02 00:51:12;  author: dak;  state: Exp;  lines: +17 -28
+    * doc/wininstall.texi: Mention that Perl is not needed if working
+    with the default tarball.
+    
+    * doc/preview-latex.texi: Bump versions numbers, fix copyrights.
+    
+    * doc/readme.texi (Activating preview-latex): Don't talk about
+    half a dozen non-sensical things.
+    (Availability): Change information to match move into AUCTeX.
+    
+    * configure.in: Add check for load-path shadowing.
+    
+    * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in
+    most cases.
+    ----------------------------
+    revision 1.35
+    date: 2005/03/28 02:44:22;  author: dak;  state: Exp;  lines: +15 -16
+    * preview.el (preview): Change home page address to AUCTeX.
+    (preview-report-bug): Change bug reporting address.
+    
+    * doc/readme.texi (Contacts): Change mailing list info.
+    
+    * doc/problems.texi: Change mailing list info.
+    
+    * doc/faq.texi (Introduction to FAQ): Change mailing list address.
+    
+    * preview.el (if): Use (featurep 'xemacs) instead of
+    `(string-match "XEmacs" (emacs-version))'.
+    (preview-at-point): Don't check for XEmacs, just use
+    `TeX-active-mark' instead.
+    ----------------------------
+    revision 1.34
+    date: 2005/02/26 03:54:41;  author: dakas;  state: Exp;  lines: +8 -20
+    * doc/readme.texi (Basic modes of operation): Adapt PDFLaTeX
+    explanation to newer AUCTeX versions.
+    
+    * preview.el (preview-error-icon-specs): Choose somewhat oversized
+    errors. Adapt to set.
+    (preview-gs-restart, preview-gs-transact): Change image file name
+    prefix to `pr'.
+    (preview-clean-subdir): When cleaning out subdirectories, match
+    `pr' instead of `pre'.
+    ----------------------------
+    revision 1.33
+    date: 2004/11/05 01:36:36;  author: dakas;  state: Exp;  lines: +26 -4
+    * doc/readme.texi (What use is it?): New section.
+    
+    * doc/preview-latex.texi (The Emacs interface)
+    (The preview images): Add a bit of information concerning
+    PDF/dvipng operation.
+    
+    * preview.el (preview-default-preamble): Require specific date of
+    preview package.
+    
+    * latex/preview.dtx: Let bop-hook and eop-hook work only on outer
+    level, so that previews can contain dvips -E generated files.
+    ----------------------------
+    revision 1.32
+    date: 2004/04/11 21:53:48;  author: dakas;  state: Exp;  lines: +50 -7
+    Documentation and scripts prepared for version 0.8.  Todo items have
+    been considerably reduced, new operation modes documented.
+    ----------------------------
+    revision 1.31
+    date: 2004/03/11 11:47:20;  author: dakas;  state: Exp;  lines: +20 -18
+    (Activating preview-latex): Make a few changes
+    with regard to keybindings and stuff.
+    (Contacts): Add Paypal info for myself.
+    ----------------------------
+    revision 1.30
+    date: 2002/12/17 00:36:25;  author: dakas;  state: Exp;  lines: +8 -7
+    (Activating preview-latex): Explain about what
+    to do if preview-latex.el did not get installed properly.
+    ----------------------------
+    revision 1.29
+    date: 2002/11/29 13:31:31;  author: jalar;  state: Exp;  lines: +1 -1
+    Attempt to make docs build with old texinfo
+    ----------------------------
+    revision 1.28
+    date: 2002/04/21 22:40:19;  author: dakas;  state: Exp;  lines: +13 -8
+    (Getting started): mention the mouse buttons.
+    ----------------------------
+    revision 1.27
+    date: 2002/04/15 20:46:52;  author: jalar;  state: Exp;  lines: +2 -2
+    Slight change
+    ----------------------------
+    revision 1.26
+    date: 2002/04/15 19:41:16;  author: jalar;  state: Exp;  lines: +17 -18
+    Some rewrites, esp. email pointer if the install fails.
+    ----------------------------
+    revision 1.25
+    date: 2002/04/15 00:23:55;  author: dakas;  state: Exp;  lines: +3 -1
+    (Getting started): Mention desktop instability
+    under XEmacs.
+    ----------------------------
+    revision 1.24
+    date: 2002/04/14 18:42:58;  author: nixsf;  state: Exp;  lines: +6 -5
+    (Activation): Mention that XEmacs installations normally don't need
+    activation.
+    ----------------------------
+    revision 1.23
+    date: 2002/04/14 14:10:24;  author: dakas;  state: Exp;  lines: +10 -8
+    (Getting started): mention circ.tex here
+    instead of installation.texi.
+    ----------------------------
+    revision 1.22
+    date: 2002/04/14 00:52:23;  author: dakas;  state: Exp;  lines: +4 -5
+    Typos.
+    ----------------------------
+    revision 1.21
+    date: 2002/04/07 23:57:08;  author: dakas;  state: Exp;  lines: +2 -2
+    Adapt text to new icons.
+    ----------------------------
+    revision 1.20
+    date: 2002/04/03 13:36:50;  author: jalar;  state: Exp;  lines: +17 -28
+    Slight edits
+    ----------------------------
+    revision 1.19
+    date: 2002/03/30 15:52:43;  author: jalar;  state: Exp;  lines: +2 -10
+    Macros in separate file
+    ----------------------------
+    revision 1.18
+    date: 2002/03/27 10:02:45;  author: jalar;  state: Exp;  lines: +6 -46
+    Removed out-commented parts
+    ----------------------------
+    revision 1.17
+    date: 2002/03/25 02:23:32;  author: dakas;  state: Exp;  lines: +0 -3
+    (Contacts): Remove personal Email address from
+    README.
+    ----------------------------
+    revision 1.16
+    date: 2002/03/24 21:52:41;  author: jalar;  state: Exp;  lines: +138 -55
+    Moved "Getting started" from preview-latex.texi,
+    moved "Prerequisites" to install.texi,
+    Placed appropriate pointers and crossreferences in README and other manuals
+    ----------------------------
+    revision 1.15
+    date: 2002/03/23 14:38:58;  author: dakas;  state: Exp;  lines: +11 -6
+    Some changes to Windows availability.
+    ----------------------------
+    revision 1.14
+    date: 2002/03/22 17:52:27;  author: dakas;  state: Exp;  lines: +13 -14
+    same here
+    ----------------------------
+    revision 1.13
+    date: 2002/03/16 22:56:49;  author: dakas;  state: Exp;  lines: +11 -12
+    * doc/readme.texi: Work in progress.
+    
+    * doc/readme.texi: documentation restructuring for making README
+    good on preinstalled systems.
+    ----------------------------
+    revision 1.12
+    date: 2002/03/16 03:56:29;  author: dakas;  state: Exp;  lines: +76 -25
+    documentation restructuring for making README
+    good on preinstalled systems.
+    ----------------------------
+    revision 1.11
+    date: 2002/03/10 13:49:51;  author: dakas;  state: Exp;  lines: +4 -4
+    Small changes.
+    ----------------------------
+    revision 1.10
+    date: 2002/03/08 02:56:20;  author: dakas;  state: Exp;  lines: +11 -8
+    (Emacs problems), doc/readme.texi: some
+    brighter outlook with regard to XEmacs port.
+    ----------------------------
+    revision 1.9
+    date: 2002/03/04 03:48:32;  author: dakas;  state: Exp;  lines: +5 -1
+    doc changes (@AUCTeX).
+    ----------------------------
+    revision 1.8
+    date: 2002/02/11 22:15:59;  author: jalar;  state: Exp;  lines: +12 -0
+    Include @macro defs for text-file generation
+    ----------------------------
+    revision 1.7
+    date: 2002/02/11 16:29:35;  author: dakas;  state: Exp;  lines: +24 -23
+    Use @previewlatex.
+    ----------------------------
+    revision 1.6
+    date: 2002/02/11 10:57:50;  author: jalar;  state: Exp;  lines: +17 -25
+    Shortened
+    ----------------------------
+    revision 1.5
+    date: 2002/02/09 16:38:09;  author: dakas;  state: Exp;  lines: +34 -32
+    overhaul for 0.6.
+    ----------------------------
+    revision 1.4
+    date: 2002/02/06 14:47:17;  author: jalar;  state: Exp;  lines: +24 -15
+    Index and layout changes
+    ----------------------------
+    revision 1.3
+    date: 2002/02/05 10:22:50;  author: jalar;  state: Exp;  lines: +3 -3
+    Typo corrected
+    ----------------------------
+    revision 1.2
+    date: 2001/12/03 16:02:01;  author: jalar;  state: Exp;  lines: +12 -9
+    Layout changes
+    ----------------------------
+    revision 1.1
+    date: 2001/11/29 15:23:25;  author: jalar;  state: Exp;
+    Repository : :ext:jalar@cvs.preview-latex.sourceforge.net:/cvsroot/preview-latex
+    Module     : preview/doc
+    Working dir: ~/sourceforge/preview/doc/
+    
+    
+    
+    In directory .:
+                  Added                   Makefile
+                  Added                   copying.texi
+                  Added                   install.texi
+                  Added                   preview-latex.texi
+                  Added                   readme.texi
+    
+    --------------------- End ---------------------
+    -- last cmd: cvs -f -n update -d -P --
+    =============================================================================
+
+commit a0e090e2c995970963eb47d692099cbd77a6ea64
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:24:26 2005 +0000
+
+    Move to AUCTeX's main doc/ directory as preview-problems.texi.
+
+commit f5930c70aaa4f4189a0a597e9d0d3c3e8e0bd4b5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:23:40 2005 +0000
+
+    Move here from preview/doc/problems.texi.
+    
+    Old change log:
+    
+    RCS file: /cvsroot/auctex/auctex/preview/doc/problems.texi,v
+    Working file: preview/doc/problems.texi
+    head: 1.50
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9-1: 1.48
+            rel-0-9: 1.46
+            rel-0-8-1: 1.42
+            rel-0-8: 1.42
+            rel-0-7-8: 1.39
+            rel-0-7-7: 1.39
+            rel-0-7-6: 1.39
+            rel-0-7-5: 1.39
+            rel-0-7-4: 1.39
+            rel-0-7-3: 1.37
+            rel-0-7-2b: 1.30
+            rel-0-7-2: 1.30
+            rel-0-7-1: 1.27
+            rel-0-7: 1.26
+            rel-0-6-1: 1.13
+            rel-0-6: 1.9
+    keyword substitution: kv
+    total revisions: 50;    selected revisions: 50
+    description:
+    ----------------------------
+    revision 1.50
+    date: 2005/05/21 02:27:23;  author: dak;  state: Exp;  lines: +42 -41
+    * autogen.sh: Remove argument to preview/autogen.sh
+    
+    * doc/wininstall.texi: Editing changes.  Last checkin before
+    removal.
+    
+    * doc/install.texi: Editing changes.  Last checkin before removal.
+    
+    * doc/faq.texi (Customization): Don't use @var inappropriately.
+    
+    * autogen.sh: Remove generation of auto.texi.
+    
+    * doc/preview-latex.texi (Installation): Refer to AUCTeX manual.
+    (Keys and lisp): Some formatting changes.
+    
+    * doc/Makefile.in (TEXIFILES): Remove wininstall.texi and
+    install.texi.
+    (DISTTEXTS): Remove ../INSTALL and ../INSTALL.windows
+    (../INSTALL, ../INSTALL.windows): Remove.
+    
+    * doc/problems.texi (Known problems): Remove old AUCTeX advice.
+    Remove explicit node names.
+    (Emacs problems): Rewrite.  Mention precompiled CVS Emacsen.
+    Refer to AUCTeX manual.
+    (AUCTeX prior to 11.0): Remove.
+    (Too small bounding boxes): Reword.
+    (x-symbol interoperation): Explain 8-bit cleanliness somewhat more.
+    ----------------------------
+    revision 1.49
+    date: 2005/04/10 16:28:59;  author: angeli;  state: Exp;  lines: +18 -18
+    GhostScript --> Ghostscript.
+    ----------------------------
+    revision 1.48
+    date: 2005/04/03 00:54:51;  author: dak;  state: Exp;  lines: +10 -11
+    * doc/readme.texi (What use is it?):
+    
+    * doc/problems.texi:
+    
+    * doc/install.texi (Top): Work around raisesection bug.
+    
+    * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README)
+    (../FAQ, ../TODO): Remove --no-validate option.
+    (../PROBLEMS): remove --no-validate option, and number sections.
+    
+    * doc/faq.texi: Make validatable top entry.  Don't raise sections
+    until after the first chapter.  This is insane, but otherwise
+    everything will be unnumbered.
+    
+    * configure.in: Expand `packagelispdir' and `lispdir' before
+    checking for conflicts.
+    ----------------------------
+    revision 1.47
+    date: 2005/03/28 02:44:22;  author: dak;  state: Exp;  lines: +3 -9
+    * preview.el (preview): Change home page address to AUCTeX.
+    (preview-report-bug): Change bug reporting address.
+    
+    * doc/readme.texi (Contacts): Change mailing list info.
+    
+    * doc/problems.texi: Change mailing list info.
+    
+    * doc/faq.texi (Introduction to FAQ): Change mailing list address.
+    
+    * preview.el (if): Use (featurep 'xemacs) instead of
+    `(string-match "XEmacs" (emacs-version))'.
+    (preview-at-point): Don't check for XEmacs, just use
+    `TeX-active-mark' instead.
+    ----------------------------
+    revision 1.46
+    date: 2005/02/18 19:07:49;  author: dakas;  state: Exp;  lines: +13 -23
+    * preview.el (preview-specs-setter): New function.
+    (preview-nonready-icon-specs): Choose slightly smaller icons.
+    (preview-nonready-icon-specs, preview-error-icon-specs)
+    (preview-icon-specs): Use `preview-specs-setter'.
+    
+    * doc/wininstall.texi: Mention case problems.
+    
+    * doc/install.texi (Prerequisites): Update AUCTeX version info.
+    
+    * doc/problems.texi (Middle-clicks paste instead of toggling):
+    Remove reference to patches directory.  Should no longer be
+    necessary.
+    (Problems with GhostScript): Mention use of gswin32.exe instead of
+    gswin32c.exe as a problem source.
+    
+    * preview.el (preview-nonready-icon-specs): Add size 14.
+    ----------------------------
+    revision 1.45
+    date: 2005/02/09 16:45:46;  author: dakas;  state: Exp;  lines: +1 -1
+    * doc/faq.texi (Requirements): Stop talking about ancient XEmacs
+    versions.
+    (Requirements): Mention Emacs 22 instead of 21.4
+    
+    * doc/install.texi (Prerequisites): same
+    
+    * doc/problems.texi (Emacs problems): same
+    ----------------------------
+    revision 1.44
+    date: 2004/07/28 00:15:36;  author: dakas;  state: Exp;  lines: +1 -1
+    * doc/problems.texi (Too small bounding boxes): Fix node
+    crosslinks.
+    
+    * doc/problems.texi (LaTeX international characters): remove node.
+    ----------------------------
+    revision 1.43
+    date: 2004/07/28 00:04:49;  author: dakas;  state: Exp;  lines: +12 -35
+    * latex/preview.dtx: Tiny change to placate font-latex.
+    
+    * latex/README-preview: Explain that PDF may be produced.
+    
+    * doc/wininstall.texi: Remove advice about failing byte-compiles:
+    we should have this covered by now.
+    
+    * doc/problems.texi (LaTeX international characters): remove node.
+    
+    * doc/preview-latex.texi (Misplaced previews): Refer to x-symbol
+    node instead of 8bit testing.
+    
+    * doc/install.texi (Configure): Remove --disable-8bit-test
+    description.
+    
+    * preview.el (preview-parse-messages): Simplify line match.
+    
+    * preview-latex.spec: Several changes of %{buildroot} uses and of
+    infodir.  Doubtful whether this will work with Fedora.
+    
+    * configure.in: Remove all 8bit-cleanness testing.
+    
+    * aclocal.m4 (EMACS_LISP): just write out a string expression
+    without change or echo.  Document the macro.
+    
+    * doc/Makefile.in (prefix) (packagedir) (datadir) (infodir):
+    preserve trailing backslashes.
+    
+    * Makefile.in (INSTALL) (INSTALL_DATA): Don't munge them for
+    trailing backslashes.
+    ----------------------------
+    revision 1.42
+    date: 2003/02/13 16:15:43;  author: dakas;  state: Exp;  lines: +4 -4
+    * doc/preview-latex.texi: Somewhat changed info dir entries.
+    (Simple customization): add hint for RefTeX.
+    
+    * doc/problems.texi, doc/macros.texi: anticipate name change of
+    AUC TeX to AUCTeX.
+    ----------------------------
+    revision 1.41
+    date: 2003/02/05 15:27:39;  author: alanshutko;  state: Exp;  lines: +3 -1
+    Add documentencoding.
+    (Emacs problems): Move @end itemize after XEmacs.
+    ----------------------------
+    revision 1.40
+    date: 2003/01/27 17:02:17;  author: dakas;  state: Exp;  lines: +21 -42
+    (Emacs problems): CVS Emacs supports PNG now.
+    ----------------------------
+    revision 1.39
+    date: 2002/11/05 16:21:12;  author: dakas;  state: Exp;  lines: +1 -1
+    Typo fix.  Remove preview-gs-broken-security docs.  See
+    below.
+    ----------------------------
+    revision 1.38
+    date: 2002/11/05 16:20:03;  author: dakas;  state: Exp;  lines: +6 -13
+    Remove preview-gs-broken-security docs.  See
+    below.
+    ----------------------------
+    revision 1.37
+    date: 2002/07/30 22:46:15;  author: dakas;  state: Exp;  lines: +19 -7
+    (Problems with GhostScript): document
+    preview-gs-broken-security.
+    ----------------------------
+    revision 1.36
+    date: 2002/07/30 16:45:54;  author: dakas;  state: Exp;  lines: +22 -20
+    XEmacs/Windows installation instructions added, courtesy of Anthony
+    Williams.
+    ----------------------------
+    revision 1.35
+    date: 2002/07/25 11:58:00;  author: jalar;  state: Exp;  lines: +21 -20
+    Windows Xemacs/Emacs info changed
+    ----------------------------
+    revision 1.34
+    date: 2002/07/25 11:11:22;  author: jalar;  state: Exp;  lines: +8 -3
+    Info on windows-xemacs
+    ----------------------------
+    revision 1.33
+    date: 2002/07/23 09:04:18;  author: jalar;  state: Exp;  lines: +1 -0
+    Blank line inserted
+    ----------------------------
+    revision 1.32
+    date: 2002/07/23 08:30:16;  author: jalar;  state: Exp;  lines: +21 -9
+    Documented GNU gs 7.05 security bug info
+    ----------------------------
+    revision 1.31
+    date: 2002/04/24 21:14:53;  author: jalar;  state: Exp;  lines: +5 -5
+    Slight index change
+    ----------------------------
+    revision 1.30
+    date: 2002/04/21 21:38:18;  author: nixsf;  state: Exp;  lines: +19 -8
+    (XEmacs): Mention the process-liveness patch.  Fix some grammar.
+    Call the support `quite new' rather than `very new'.
+    ----------------------------
+    revision 1.29
+    date: 2002/04/20 21:07:33;  author: dakas;  state: Exp;  lines: +9 -4
+    (Emacs problems): Some updates.
+    ----------------------------
+    revision 1.28
+    date: 2002/04/20 11:07:26;  author: dakas;  state: Exp;  lines: +14 -7
+    (LaTeX international characters): Offer
+    another solution.
+    (Middle-clicks paste instead of toggling): Update Emacs version
+    bug/patch info.
+    ----------------------------
+    revision 1.27
+    date: 2002/04/16 23:37:19;  author: nixsf;  state: Exp;  lines: +2 -3
+    (Problems with GhostScript): The error buttons are right-clickable too.
+    ----------------------------
+    revision 1.26
+    date: 2002/04/14 18:02:43;  author: nixsf;  state: Exp;  lines: +3 -4
+    (XEmacs): Say that preview reinstating works with a new
+    enough desktop.el.
+    ----------------------------
+    revision 1.25
+    date: 2002/04/14 13:59:58;  author: dakas;  state: Exp;  lines: +5 -2
+    (Middle-clicks paste instead of toggling):
+    Alas, those bugs persist into 21.2 although the CVS has had it
+    fixed for half a year almost.  "Stable release" policies.  Ha.
+    ----------------------------
+    revision 1.24
+    date: 2002/04/14 12:05:01;  author: nixsf;  state: Exp;  lines: +19 -5
+    (XEmacs): Say that it works modulo core bugs and new desktop.el package.
+    Point to the latest version of the core patch.
+    Suggest trying under MS Windows.
+    (GNU Emacs under Windows): Point out that preview-latex's not been tested
+    under Windows with XEmacs, either.
+    ----------------------------
+    revision 1.23
+    date: 2002/04/09 12:59:15;  author: dakas;  state: Exp;  lines: +13 -5
+    (x-symbol interoperation): Bump recommended
+    version to 4.2.2.
+    (Middle-clicks paste instead of toggling): Mention fixes present
+    in Emacs-21.2.
+    (Middle-clicks paste instead of toggling): Mention isearch.
+    ----------------------------
+    revision 1.22
+    date: 2002/04/09 10:10:26;  author: jalar;  state: Exp;  lines: +51 -23
+    Added entry on fast conversion and bounding boxes
+    ----------------------------
+    revision 1.21
+    date: 2002/04/03 13:54:21;  author: jalar;  state: Exp;  lines: +10 -11
+    Slight edits
+    ----------------------------
+    revision 1.20
+    date: 2002/04/03 12:01:18;  author: jalar;  state: Exp;  lines: +4 -3
+    Document x-symbol.patch
+    ----------------------------
+    revision 1.19
+    date: 2002/03/30 21:41:25;  author: dakas;  state: Exp;  lines: +6 -0
+    (x-symbol interoperation): Mention speed
+    problem.
+    ----------------------------
+    revision 1.18
+    date: 2002/03/30 15:52:21;  author: jalar;  state: Exp;  lines: +4 -16
+    Typo corrected, macros in separate file
+    ----------------------------
+    revision 1.17
+    date: 2002/03/27 10:04:00;  author: jalar;  state: Exp;  lines: +17 -0
+    Moved menu here from preview-latex.texi
+    ----------------------------
+    revision 1.16
+    date: 2002/03/25 02:24:10;  author: dakas;  state: Exp;  lines: +4 -4
+    (x-symbol interoperation): Update Web address.
+    ----------------------------
+    revision 1.15
+    date: 2002/03/23 14:40:48;  author: dakas;  state: Exp;  lines: +10 -5
+    (Emacs problems): Windows availability for CVS
+    Emacs.
+    ----------------------------
+    revision 1.14
+    date: 2002/03/22 17:55:45;  author: dakas;  state: Exp;  lines: +9 -14
+    Edits.
+    ----------------------------
+    revision 1.13
+    date: 2002/03/09 13:29:32;  author: dakas;  state: Exp;  lines: +1 -1
+    typo fixes from Nick
+    ----------------------------
+    revision 1.12
+    date: 2002/03/08 02:56:20;  author: dakas;  state: Exp;  lines: +2 -2
+    (Emacs problems), doc/readme.texi: some
+    brighter outlook with regard to XEmacs port.
+    ----------------------------
+    revision 1.11
+    date: 2002/03/05 16:05:49;  author: dakas;  state: Exp;  lines: +1 -1
+    (Font problems with Dvips): Changed pounds
+    sign.  Not much of an improvement (we get the wrong character),
+    but 7bit safe.  If Jan-Ã…ke finds this as desirable as to have his
+    own name mangled, we should follow at least make it pay off.
+    ----------------------------
+    revision 1.10
+    date: 2002/03/04 03:49:38;  author: dakas;  state: Exp;  lines: +8 -4
+    doc changes.
+    ----------------------------
+    revision 1.9
+    date: 2002/02/18 15:02:06;  author: jalar;  state: Exp;  lines: +1 -1
+    Simple layout fix
+    ----------------------------
+    revision 1.8
+    date: 2002/02/18 03:53:36;  author: alanshutko;  state: Exp;  lines: +2 -1
+    * doc/Makefile.in: New file, replacing the former ad-hoc build.
+    
+    * doc/install.texi: Mention --disable-8bit-test.
+    
+    * doc/problems.texi (LaTeX international characters): Mention
+    --disable-8bit-test.
+    
+    * aclocal.m4 (AC_CHECK_AUCTEX): Correct --with-auctex to
+    --with-tex-site.
+    
+    * configure.in: 8bit test enhancements.  Allow disabling test with
+    --disable-8bit-test.
+    Check for makeinfo.
+    Generate doc/Makefile.
+    ----------------------------
+    revision 1.7
+    date: 2002/02/16 23:43:00;  author: dakas;  state: Exp;  lines: +4 -0
+    (LaTeX international characters): Mention
+    that configure might barf.
+    ----------------------------
+    revision 1.6
+    date: 2002/02/11 22:15:16;  author: jalar;  state: Exp;  lines: +12 -0
+    Include @macro defs for text-file generation
+    ----------------------------
+    revision 1.5
+    date: 2002/02/11 17:01:18;  author: dakas;  state: Exp;  lines: +1 -1
+    Avoid 8bit chars, they don't print.  Sigh.
+    ----------------------------
+    revision 1.4
+    date: 2002/02/11 16:25:48;  author: dakas;  state: Exp;  lines: +24 -23
+    Use @previewlatex and @uref.
+    ----------------------------
+    revision 1.3
+    date: 2002/02/11 15:38:29;  author: jalar;  state: Exp;  lines: +5 -5
+    Minor changes
+    ----------------------------
+    revision 1.2
+    date: 2002/02/11 10:52:32;  author: jalar;  state: Exp;  lines: +58 -23
+    Lauout changes, added text on bug reports and GS EPS handling
+    ----------------------------
+    revision 1.1
+    date: 2002/02/09 22:35:58;  author: dakas;  state: Exp;
+    Initial rendition of PROBLEMS file in texindex form.
+    =============================================================================
+
+commit 142c1d3c612c2984dfeb30c20f1ed6fb98a9a851
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:21:00 2005 +0000
+
+    Move to AUCTeX's main doc/ directory.
+
+commit a1b83da3a7613f291ebe3895a892e550c547093d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:18:37 2005 +0000
+
+    Moved here from preview/doc/.
+    
+    Old change log:
+    
+    RCS file: /cvsroot/auctex/auctex/preview/doc/preview-latex.texi,v
+    Working file: preview/doc/preview-latex.texi
+    head: 1.79
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9-1: 1.77
+            rel-0-9: 1.75
+            rel-0-8-1: 1.69
+            rel-0-8: 1.68
+            rel-0-7-8: 1.64
+            rel-0-7-7: 1.63
+            rel-0-7-6: 1.62
+            rel-0-7-5: 1.60
+            rel-0-7-4: 1.59
+            rel-0-7-3: 1.57
+            rel-0-7-2b: 1.47
+            rel-0-7-2: 1.47
+            rel-0-7-1: 1.43
+            rel-0-7: 1.42
+            rel-0-6-1: 1.25
+            rel-0-6: 1.20
+    keyword substitution: kv
+    total revisions: 79;    selected revisions: 79
+    description:
+    ----------------------------
+    revision 1.79
+    date: 2005/05/21 02:27:23;  author: dak;  state: Exp;  lines: +5 -5
+    * autogen.sh: Remove argument to preview/autogen.sh
+    
+    * doc/wininstall.texi: Editing changes.  Last checkin before
+    removal.
+    
+    * doc/install.texi: Editing changes.  Last checkin before removal.
+    
+    * doc/faq.texi (Customization): Don't use @var inappropriately.
+    
+    * autogen.sh: Remove generation of auto.texi.
+    
+    * doc/preview-latex.texi (Installation): Refer to AUCTeX manual.
+    (Keys and lisp): Some formatting changes.
+    
+    * doc/Makefile.in (TEXIFILES): Remove wininstall.texi and
+    install.texi.
+    (DISTTEXTS): Remove ../INSTALL and ../INSTALL.windows
+    (../INSTALL, ../INSTALL.windows): Remove.
+    
+    * doc/problems.texi (Known problems): Remove old AUCTeX advice.
+    Remove explicit node names.
+    (Emacs problems): Rewrite.  Mention precompiled CVS Emacsen.
+    Refer to AUCTeX manual.
+    (AUCTeX prior to 11.0): Remove.
+    (Too small bounding boxes): Reword.
+    (x-symbol interoperation): Explain 8-bit cleanliness somewhat more.
+    ----------------------------
+    revision 1.78
+    date: 2005/04/10 16:28:59;  author: angeli;  state: Exp;  lines: +8 -8
+    GhostScript --> Ghostscript.
+    ----------------------------
+    revision 1.77
+    date: 2005/04/02 00:51:12;  author: dak;  state: Exp;  lines: +4 -4
+    * doc/wininstall.texi: Mention that Perl is not needed if working
+    with the default tarball.
+    
+    * doc/preview-latex.texi: Bump versions numbers, fix copyrights.
+    
+    * doc/readme.texi (Activating preview-latex): Don't talk about
+    half a dozen non-sensical things.
+    (Availability): Change information to match move into AUCTeX.
+    
+    * configure.in: Add check for load-path shadowing.
+    
+    * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in
+    most cases.
+    ----------------------------
+    revision 1.76
+    date: 2005/03/15 02:29:23;  author: dak;  state: Exp;  lines: +3 -1
+    * doc/preview-latex.texi (Keys and lisp): Document
+    preview-at-point allowing active region.
+    
+    * preview.el (preview-at-point): Remove nonsensical arguments.
+    Instead, allow for an active region.
+    
+    * configure.in: Add `packagelispdir' to quoted Makefile variables.
+    
+    * latex/preview.dtx: Reformat the kaboodle to look nicer.
+    Move \nofiles to auctex option.
+    
+    * latex/README-preview (Note): Mention \nofiles problem.
+    
+    * preview.el (preview-LaTeX-command): Add \nofiles to startup.
+    ----------------------------
+    revision 1.75
+    date: 2005/02/13 04:12:41;  author: dakas;  state: Exp;  lines: +6 -5
+    * doc/preview-latex.texi (The Emacs interface): Adapt to new
+    `preview-use-balloon-help' default.
+    
+    * doc/faq.texi (Customization): Adapt to new
+    `preview-use-balloon-help' default.
+    
+    * prv-xemacs.el (preview-use-balloon-help): Default to nil.
+    
+    * preview.el (preview-gs-flag-error): For consistency, make error
+    icons have a context menu on right mouse button.
+    ----------------------------
+    revision 1.74
+    date: 2005/02/11 03:47:01;  author: dakas;  state: Exp;  lines: +64 -46
+    * doc/preview-latex.texi (Keys and lisp): Change descriptions to
+    cater only for interactive use.
+    (Keys and lisp): Explain mouse-3 better.
+    (Keys and lisp): Move preview-copy-region-as-mml explanation up.
+    Explain about the new border avoidance behavior.
+    (The Emacs interface): Explain about how to adapt the various
+    icon-specs.
+    
+    * preview.el (preview-specs-type): Type for specs defcustom.
+    ----------------------------
+    revision 1.73
+    date: 2004/11/05 01:36:36;  author: dakas;  state: Exp;  lines: +16 -10
+    * doc/readme.texi (What use is it?): New section.
+    
+    * doc/preview-latex.texi (The Emacs interface)
+    (The preview images): Add a bit of information concerning
+    PDF/dvipng operation.
+    
+    * preview.el (preview-default-preamble): Require specific date of
+    preview package.
+    
+    * latex/preview.dtx: Let bop-hook and eop-hook work only on outer
+    level, so that previews can contain dvips -E generated files.
+    ----------------------------
+    revision 1.72
+    date: 2004/08/09 01:41:12;  author: dakas;  state: Exp;  lines: +52 -45
+    * doc/preview-latex.texi: Bump version number.
+    (top): Change preview-latex typesetting convention.
+    (Keys and lisp): AUCTeX menus are not changed.
+    (Simple customization): Don't talk about `.dvi'.
+    (For advanced users): Menu `The preview images' instead of `On EPS
+    previews'.
+    (The Emacs interface): Take PDF into account.
+    (The preview images): Describe `preview-gs-image-type-alist',
+    `preview-dvipng-image-type'.
+    
+    * doc/faq.texi (Introduction to FAQ): Change submission address to
+    preview-latex-devel since this appears to better reflect reality.
+    ----------------------------
+    revision 1.71
+    date: 2004/07/28 00:04:49;  author: dakas;  state: Exp;  lines: +5 -4
+    * latex/preview.dtx: Tiny change to placate font-latex.
+    
+    * latex/README-preview: Explain that PDF may be produced.
+    
+    * doc/wininstall.texi: Remove advice about failing byte-compiles:
+    we should have this covered by now.
+    
+    * doc/problems.texi (LaTeX international characters): remove node.
+    
+    * doc/preview-latex.texi (Misplaced previews): Refer to x-symbol
+    node instead of 8bit testing.
+    
+    * doc/install.texi (Configure): Remove --disable-8bit-test
+    description.
+    
+    * preview.el (preview-parse-messages): Simplify line match.
+    
+    * preview-latex.spec: Several changes of %{buildroot} uses and of
+    infodir.  Doubtful whether this will work with Fedora.
+    
+    * configure.in: Remove all 8bit-cleanness testing.
+    
+    * aclocal.m4 (EMACS_LISP): just write out a string expression
+    without change or echo.  Document the macro.
+    
+    * doc/Makefile.in (prefix) (packagedir) (datadir) (infodir):
+    preserve trailing backslashes.
+    
+    * Makefile.in (INSTALL) (INSTALL_DATA): Don't munge them for
+    trailing backslashes.
+    ----------------------------
+    revision 1.70
+    date: 2004/04/19 17:32:16;  author: rsteib;  state: Exp;  lines: +29 -28
+    (Simple customization): Don't "unlispify" variable names.
+    ----------------------------
+    revision 1.69
+    date: 2004/04/12 12:50:36;  author: dakas;  state: Exp;  lines: +2 -2
+    Adapt manual version.
+    ----------------------------
+    revision 1.68
+    date: 2004/04/11 21:53:48;  author: dakas;  state: Exp;  lines: +60 -19
+    Documentation and scripts prepared for version 0.8.  Todo items have
+    been considerably reduced, new operation modes documented.
+    ----------------------------
+    revision 1.67
+    date: 2004/03/11 11:39:48;  author: dakas;  state: Exp;  lines: +20 -21
+    (Keys and lisp): Remove the C-c C-c g
+    pseudobinding from the description.
+    (Keys and lisp): Document mouse actions.
+    (Keys and lisp): Move Kill Job description.
+    ----------------------------
+    revision 1.66
+    date: 2003/02/14 23:15:54;  author: dakas;  state: Exp;  lines: +1 -4
+    juggle the dircategory, hopefully right
+    now.
+    ----------------------------
+    revision 1.65
+    date: 2003/02/13 16:15:44;  author: dakas;  state: Exp;  lines: +9 -4
+    * doc/preview-latex.texi: Somewhat changed info dir entries.
+    (Simple customization): add hint for RefTeX.
+    
+    * doc/problems.texi, doc/macros.texi: anticipate name change of
+    AUC TeX to AUCTeX.
+    ----------------------------
+    revision 1.64
+    date: 2003/01/07 00:31:09;  author: dakas;  state: Exp;  lines: +93 -85
+    (Keys and lisp): Rearrange section,
+    cater for renamed menus, some better explanations.
+    ----------------------------
+    revision 1.63
+    date: 2002/12/17 09:29:39;  author: dakas;  state: Exp;  lines: +2 -2
+    * prv-emacs.el (preview-unwatch-preamble): Fix a lethal typo.
+    
+    Rerelease for 0.7.7
+    ----------------------------
+    revision 1.62
+    date: 2002/12/17 00:34:39;  author: dakas;  state: Exp;  lines: +50 -12
+    (Keys and lisp): Explain about new
+    commands and options.
+    (Simple customization): Explain how to keep counters accurate.
+    (The Emacs interface): document new options.
+    ----------------------------
+    revision 1.61
+    date: 2002/11/29 13:31:15;  author: jalar;  state: Exp;  lines: +1 -1
+    Attempt to make docs build with old texinfo
+    ----------------------------
+    revision 1.60
+    date: 2002/11/28 20:47:13;  author: dakas;  state: Exp;  lines: +2 -2
+    Changes for release 0.7.5
+    ----------------------------
+    revision 1.59
+    date: 2002/11/22 10:22:19;  author: dakas;  state: Exp;  lines: +19 -23
+    * doc/preview-latex.texi (Keys and lisp): Adjust docs for changed
+    menu structure (Preview having a top-level entry).
+    (On EPS previews): phase out info about historical `postscript'
+    settings.
+    
+    * doc/preview-latex.texi: bump version.
+    (Keys and lisp): reorder so that indexes refer to the start of
+    items.
+    ----------------------------
+    revision 1.58
+    date: 2002/11/22 01:19:48;  author: dakas;  state: Exp;  lines: +22 -18
+    bump version.
+    (Keys and lisp): reorder so that indexes refer to the start of
+    items.
+    ----------------------------
+    revision 1.57
+    date: 2002/08/14 01:20:22;  author: dakas;  state: Exp;  lines: +19 -5
+    (Keys and lisp): Rename
+    preview-dump-format and its ilk to preview-cache-preamble.
+    (Simple customization): Mention automatic preamble caching.
+    ----------------------------
+    revision 1.56
+    date: 2002/08/06 23:09:09;  author: dakas;  state: Exp;  lines: +8 -2
+    FAQ added.
+    ----------------------------
+    revision 1.55
+    date: 2002/08/05 22:31:12;  author: dakas;  state: Exp;  lines: +8 -0
+    (The Emacs interface): Document it.
+    ----------------------------
+    revision 1.54
+    date: 2002/08/03 13:34:55;  author: dakas;  state: Exp;  lines: +0 -1
+    Remove documentlanguage setting: English
+    is the default anyway, and declaring it breaks the broken TeXlive 7
+    texinfo distribution.
+    ----------------------------
+    revision 1.53
+    date: 2002/08/01 09:11:54;  author: jalar;  state: Exp;  lines: +1 -1
+    Typo corrected
+    ----------------------------
+    revision 1.52
+    date: 2002/07/30 22:45:10;  author: dakas;  state: Exp;  lines: +42 -19
+    Bump version to 0.7.3.
+    (The Emacs interface): Document changes in options.
+    ----------------------------
+    revision 1.51
+    date: 2002/05/28 10:03:39;  author: dakas;  state: Exp;  lines: +21 -14
+    (Simple customization): Document new
+    auto-reveal default.
+    (Simple customization): Document a better way for default
+    options.
+    ----------------------------
+    revision 1.50
+    date: 2002/04/28 21:11:20;  author: jalar;  state: Exp;  lines: +13 -8
+    Document preview-clear-format and its keybindings
+    ----------------------------
+    revision 1.49
+    date: 2002/04/26 21:59:18;  author: jalar;  state: Exp;  lines: +14 -0
+    Documented preview-dump-format
+    ----------------------------
+    revision 1.48
+    date: 2002/04/24 21:14:27;  author: jalar;  state: Exp;  lines: +41 -20
+    (Keys and lisp): Added the menu entries
+    ----------------------------
+    revision 1.47
+    date: 2002/04/22 21:50:13;  author: dakas;  state: Exp;  lines: +4 -4
+    *** empty log message ***
+    ----------------------------
+    revision 1.46
+    date: 2002/04/20 21:16:19;  author: dakas;  state: Exp;  lines: +3 -1
+    * doc/preview-latex.texi (Simple customization): mention some
+    more auto reveal possibilities.
+    ----------------------------
+    revision 1.45
+    date: 2002/04/20 21:02:21;  author: dakas;  state: Exp;  lines: +2 -2
+    (top): prepare for 0.7.2
+    ----------------------------
+    revision 1.44
+    date: 2002/04/20 10:59:46;  author: dakas;  state: Exp;  lines: +5 -1
+    (Misplaced previews): Add xref to
+    problems section.
+    ----------------------------
+    revision 1.43
+    date: 2002/04/16 03:24:10;  author: dakas;  state: Exp;  lines: +2 -2
+    Adapt for 0.7.1
+    ----------------------------
+    revision 1.42
+    date: 2002/04/13 19:53:21;  author: jalar;  state: Exp;  lines: +33 -8
+    Document new keybindings
+    ----------------------------
+    revision 1.41
+    date: 2002/04/12 01:07:24;  author: dakas;  state: Exp;  lines: +16 -1
+    (Simple customization): expound on the
+    center example.
+    ----------------------------
+    revision 1.40
+    date: 2002/04/11 17:51:15;  author: jalar;  state: Exp;  lines: +9 -0
+    Reinstate (reverse) textmath hint
+    ----------------------------
+    revision 1.39
+    date: 2002/04/10 20:54:00;  author: jalar;  state: Exp;  lines: +0 -6
+    Remove the textmath hint
+    ----------------------------
+    revision 1.38
+    date: 2002/04/10 20:44:01;  author: jalar;  state: Exp;  lines: +21 -3
+    Added hint on getting custom environments previewed
+    due to John Jones
+    ----------------------------
+    revision 1.37
+    date: 2002/04/09 10:22:54;  author: jalar;  state: Exp;  lines: +9 -14
+    Put Nick in authors, slight other changes
+    ----------------------------
+    revision 1.36
+    date: 2002/04/07 23:42:59;  author: dakas;  state: Exp;  lines: +30 -4
+    (The Emacs interface): Add documentation
+    about the scaling variables/issues from preview-latex.
+    ----------------------------
+    revision 1.35
+    date: 2002/04/06 13:48:36;  author: jalar;  state: Exp;  lines: +8 -2
+    Include todo.texi
+    ----------------------------
+    revision 1.34
+    date: 2002/04/03 13:53:26;  author: jalar;  state: Exp;  lines: +12 -10
+    documented showlabels
+    ----------------------------
+    revision 1.33
+    date: 2002/03/30 21:53:59;  author: jalar;  state: Exp;  lines: +5 -0
+    Typo fixed
+    ----------------------------
+    revision 1.32
+    date: 2002/03/30 15:49:43;  author: jalar;  state: Exp;  lines: +17 -31
+    Typos corrected, macros in separate file.
+    ----------------------------
+    revision 1.31
+    date: 2002/03/27 13:35:46;  author: jalar;  state: Exp;  lines: +2 -251
+    Include autogenerated preview-dtxdoc.texi
+    ----------------------------
+    revision 1.30
+    date: 2002/03/27 10:07:32;  author: jalar;  state: Exp;  lines: +19 -29
+    Moved menu to problems.texi, documented preview-auto-reveal and
+    preview-inner-environments
+    ----------------------------
+    revision 1.29
+    date: 2002/03/24 21:53:37;  author: jalar;  state: Exp;  lines: +32 -62
+    Moved "Getting started" to readme.texi, also index changes
+    ----------------------------
+    revision 1.28
+    date: 2002/03/22 17:55:06;  author: dakas;  state: Exp;  lines: +137 -123
+    same here
+    ----------------------------
+    revision 1.27
+    date: 2002/03/22 15:55:27;  author: jalar;  state: Exp;  lines: +1 -1
+    Typo fixed
+    ----------------------------
+    revision 1.26
+    date: 2002/03/22 14:53:34;  author: jalar;  state: Exp;  lines: +20 -16
+    (preview-environment): doc rewrite. Slight other layout changes
+    ----------------------------
+    revision 1.25
+    date: 2002/03/09 13:27:58;  author: dakas;  state: Exp;  lines: +5 -5
+    typo fixes from Nick.
+    ----------------------------
+    revision 1.24
+    date: 2002/03/05 15:40:21;  author: dakas;  state: Exp;  lines: +1 -1
+    (On EPS previews): png16m is default
+    instead of ong256.
+    ----------------------------
+    revision 1.23
+    date: 2002/03/04 03:51:04;  author: dakas;  state: Exp;  lines: +34 -19
+    * doc/preview-latex.texi (Package options): doc changes, psfixbb
+    documented.
+    
+    * doc/preview-latex.texi: some documentation amendments.
+    ----------------------------
+    revision 1.22
+    date: 2002/02/24 15:31:10;  author: jalar;  state: Exp;  lines: +312 -82
+    Incorporated docs from preview.dtx, minor other changes
+    ----------------------------
+    revision 1.21
+    date: 2002/02/20 16:30:23;  author: jalar;  state: Exp;  lines: +1 -2
+    Removed isolatin1 style include and chars
+    ----------------------------
+    revision 1.20
+    date: 2002/02/18 17:37:42;  author: dakas;  state: Exp;  lines: +1 -1
+    * doc/preview-latex.texi: dircategory Emacs
+    ----------------------------
+    revision 1.19
+    date: 2002/02/18 17:05:40;  author: dakas;  state: Exp;  lines: +10 -4
+    (Misplaced previews): explain about
+    prauctex.cfg.
+    ----------------------------
+    revision 1.18
+    date: 2002/02/11 22:16:39;  author: jalar;  state: Exp;  lines: +2 -2
+    Fixed direntries for preview-latex
+    ----------------------------
+    revision 1.17
+    date: 2002/02/11 18:39:36;  author: dakas;  state: Exp;  lines: +1 -1
+    * doc/preview-latex.texi: change output file name to
+    preview-latex.info in order to keep preview-latex as a directory
+    name for HTML output.
+    ----------------------------
+    revision 1.16
+    date: 2002/02/11 17:04:34;  author: dakas;  state: Exp;  lines: +3 -3
+    * doc/preview-latex.texi: Write Ã… instead of @AA (x-symbol sneaked
+    that in).  And revert again: does not print.
+    ----------------------------
+    revision 1.15
+    date: 2002/02/11 16:34:58;  author: dakas;  state: Exp;  lines: +1 -1
+    Write Ã… instead of @AA (x-symbol sneaked that in).
+    ----------------------------
+    revision 1.14
+    date: 2002/02/11 16:18:32;  author: dakas;  state: Exp;  lines: +53 -41
+    (top): Introduce @previewlatex macro and
+    use it throughout.  Some more changes.
+    ----------------------------
+    revision 1.13
+    date: 2002/02/11 10:49:35;  author: jalar;  state: Exp;  lines: +55 -42
+    Layout changes, install-info fix, index additions
+    ----------------------------
+    revision 1.12
+    date: 2002/02/09 22:34:53;  author: dakas;  state: Exp;  lines: +23 -4
+    fat overhaul.
+    ----------------------------
+    revision 1.11
+    date: 2002/02/09 16:38:32;  author: dakas;  state: Exp;  lines: +31 -31
+    fat overhaul.
+    ----------------------------
+    revision 1.10
+    date: 2002/02/09 16:11:36;  author: dakas;  state: Exp;  lines: +96 -78
+    fat overhaul.
+    ----------------------------
+    revision 1.9
+    date: 2002/02/05 14:56:23;  author: jalar;  state: Exp;  lines: +39 -38
+    Bumped release number. Typos corrected.
+    ----------------------------
+    revision 1.8
+    date: 2002/02/05 10:21:07;  author: jalar;  state: Exp;  lines: +23 -12
+    Document preview-default-preamble
+    ----------------------------
+    revision 1.7
+    date: 2002/02/04 16:35:15;  author: jalar;  state: Exp;  lines: +58 -125
+    Simplify to only one section for keys and lisp function sections. Also
+    only one Index.
+    ----------------------------
+    revision 1.6
+    date: 2002/01/18 13:10:50;  author: dakas;  state: Exp;  lines: +13 -18
+    document preview-at-point
+    ----------------------------
+    revision 1.5
+    date: 2002/01/17 09:30:59;  author: jalar;  state: Exp;  lines: +56 -1
+    @section Misplaced previews: Info on \emph and \PreviewMacro*. To be rewritten.
+    ----------------------------
+    revision 1.4
+    date: 2001/12/05 13:46:37;  author: jalar;  state: Exp;  lines: +88 -23
+    Added new section: User-level lisp functions
+    ----------------------------
+    revision 1.3
+    date: 2001/12/03 16:03:42;  author: jalar;  state: Exp;  lines: +187 -60
+    Keymap documentation and general text on emacs interface added
+    ----------------------------
+    revision 1.2
+    date: 2001/11/30 08:49:09;  author: jalar;  state: Exp;  lines: +13 -10
+    Autoload the package rather than require it.
+    ----------------------------
+    revision 1.1
+    date: 2001/11/29 15:25:36;  author: jalar;  state: Exp;
+    *** empty log message ***
+    =============================================================================
+
+commit 5a0facb1f96bdb884e4902268a78b9661b7b6bc0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:16:46 2005 +0000
+
+    Move to AUCTeX's main doc/ directory as preview-faq.texi.
+
+commit c5fe24eb9d59ff06be73f13d1a8c0a21885bc08c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:16:21 2005 +0000
+
+    Moved here from preview/doc/faq.texi.
+    
+    Old change log:
+    
+    RCS file: /cvsroot/auctex/auctex/preview/doc/faq.texi,v
+    Working file: preview/doc/faq.texi
+    head: 1.16
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9-1: 1.13
+            rel-0-9: 1.10
+            rel-0-8-1: 1.6
+            rel-0-8: 1.6
+            rel-0-7-8: 1.5
+            rel-0-7-7: 1.4
+            rel-0-7-6: 1.4
+            rel-0-7-5: 1.3
+            rel-0-7-4: 1.3
+            rel-0-7-3: 1.1
+    keyword substitution: kv
+    total revisions: 16;    selected revisions: 16
+    description:
+    ----------------------------
+    revision 1.16
+    date: 2005/05/21 02:27:23;  author: dak;  state: Exp;  lines: +1 -1
+    * autogen.sh: Remove argument to preview/autogen.sh
+    
+    * doc/wininstall.texi: Editing changes.  Last checkin before
+    removal.
+    
+    * doc/install.texi: Editing changes.  Last checkin before removal.
+    
+    * doc/faq.texi (Customization): Don't use @var inappropriately.
+    
+    * autogen.sh: Remove generation of auto.texi.
+    
+    * doc/preview-latex.texi (Installation): Refer to AUCTeX manual.
+    (Keys and lisp): Some formatting changes.
+    
+    * doc/Makefile.in (TEXIFILES): Remove wininstall.texi and
+    install.texi.
+    (DISTTEXTS): Remove ../INSTALL and ../INSTALL.windows
+    (../INSTALL, ../INSTALL.windows): Remove.
+    
+    * doc/problems.texi (Known problems): Remove old AUCTeX advice.
+    Remove explicit node names.
+    (Emacs problems): Rewrite.  Mention precompiled CVS Emacsen.
+    Refer to AUCTeX manual.
+    (AUCTeX prior to 11.0): Remove.
+    (Too small bounding boxes): Reword.
+    (x-symbol interoperation): Explain 8-bit cleanliness somewhat more.
+    ----------------------------
+    revision 1.15
+    date: 2005/04/12 15:12:39;  author: dak;  state: Exp;  lines: +3 -4
+    * configure.ac: Don't bother about pre-2.5 autoconf versions.
+    
+    * doc/faq.texi (Customization): Remove lamentation that PDF
+    foreground is fixed to black.
+    
+    * preview.el (preview-pdf-color-string): New function.
+    (preview-pdf2dsc-sentinel): Use it.
+    
+    * configure.ac: renamed from configure.in
+    ----------------------------
+    revision 1.14
+    date: 2005/04/10 16:28:59;  author: angeli;  state: Exp;  lines: +2 -2
+    GhostScript --> Ghostscript.
+    ----------------------------
+    revision 1.13
+    date: 2005/04/03 00:54:51;  author: dak;  state: Exp;  lines: +13 -4
+    * doc/readme.texi (What use is it?):
+    
+    * doc/problems.texi:
+    
+    * doc/install.texi (Top): Work around raisesection bug.
+    
+    * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README)
+    (../FAQ, ../TODO): Remove --no-validate option.
+    (../PROBLEMS): remove --no-validate option, and number sections.
+    
+    * doc/faq.texi: Make validatable top entry.  Don't raise sections
+    until after the first chapter.  This is insane, but otherwise
+    everything will be unnumbered.
+    
+    * configure.in: Expand `packagelispdir' and `lispdir' before
+    checking for conflicts.
+    ----------------------------
+    revision 1.12
+    date: 2005/04/02 00:51:12;  author: dak;  state: Exp;  lines: +33 -29
+    * doc/wininstall.texi: Mention that Perl is not needed if working
+    with the default tarball.
+    
+    * doc/preview-latex.texi: Bump versions numbers, fix copyrights.
+    
+    * doc/readme.texi (Activating preview-latex): Don't talk about
+    half a dozen non-sensical things.
+    (Availability): Change information to match move into AUCTeX.
+    
+    * configure.in: Add check for load-path shadowing.
+    
+    * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in
+    most cases.
+    ----------------------------
+    revision 1.11
+    date: 2005/03/28 02:44:22;  author: dak;  state: Exp;  lines: +1 -1
+    * preview.el (preview): Change home page address to AUCTeX.
+    (preview-report-bug): Change bug reporting address.
+    
+    * doc/readme.texi (Contacts): Change mailing list info.
+    
+    * doc/problems.texi: Change mailing list info.
+    
+    * doc/faq.texi (Introduction to FAQ): Change mailing list address.
+    
+    * preview.el (if): Use (featurep 'xemacs) instead of
+    `(string-match "XEmacs" (emacs-version))'.
+    (preview-at-point): Don't check for XEmacs, just use
+    `TeX-active-mark' instead.
+    ----------------------------
+    revision 1.10
+    date: 2005/02/13 04:12:41;  author: dakas;  state: Exp;  lines: +6 -5
+    * doc/preview-latex.texi (The Emacs interface): Adapt to new
+    `preview-use-balloon-help' default.
+    
+    * doc/faq.texi (Customization): Adapt to new
+    `preview-use-balloon-help' default.
+    
+    * prv-xemacs.el (preview-use-balloon-help): Default to nil.
+    
+    * preview.el (preview-gs-flag-error): For consistency, make error
+    icons have a context menu on right mouse button.
+    ----------------------------
+    revision 1.9
+    date: 2005/02/09 16:45:46;  author: dakas;  state: Exp;  lines: +4 -12
+    * doc/faq.texi (Requirements): Stop talking about ancient XEmacs
+    versions.
+    (Requirements): Mention Emacs 22 instead of 21.4
+    
+    * doc/install.texi (Prerequisites): same
+    
+    * doc/problems.texi (Emacs problems): same
+    ----------------------------
+    revision 1.8
+    date: 2004/08/09 01:41:12;  author: dakas;  state: Exp;  lines: +2 -2
+    * doc/preview-latex.texi: Bump version number.
+    (top): Change preview-latex typesetting convention.
+    (Keys and lisp): AUCTeX menus are not changed.
+    (Simple customization): Don't talk about `.dvi'.
+    (For advanced users): Menu `The preview images' instead of `On EPS
+    previews'.
+    (The Emacs interface): Take PDF into account.
+    (The preview images): Describe `preview-gs-image-type-alist',
+    `preview-dvipng-image-type'.
+    
+    * doc/faq.texi (Introduction to FAQ): Change submission address to
+    preview-latex-devel since this appears to better reflect reality.
+    ----------------------------
+    revision 1.7
+    date: 2004/08/07 01:35:56;  author: dakas;  state: Exp;  lines: +18 -45
+    * doc/macros.texi: New @ConTeXt{} macro, change appearance of
+    @previewlatex{}.
+    
+    * doc/faq.texi (Customization): Presentation classes should work
+    mostly.
+    (Customization): Remove troubleshooting for `xy.sty'.
+    (Requirements): Add AUCTeX 11.50 for PDFLaTeX.
+    (Requirements): Mention dvipng.
+    (Customization): PDFLaTeX is supported now.
+    (Customization): ConTeXt is supported by AUCTeX, PDFLaTeX too.
+    `Only' style support is missing now.
+    
+    * latex/preview.dtx: workaround for `xy.sty' in `textmath' code.
+    ----------------------------
+    revision 1.6
+    date: 2003/03/28 10:44:21;  author: dakas;  state: Exp;  lines: +8 -7
+    (Installation Trouble): Update Windows info.
+    ----------------------------
+    revision 1.5
+    date: 2003/01/07 00:01:30;  author: dakas;  state: Exp;  lines: +63 -14
+    (Installation Trouble): Some rearrangements and
+    additional explanations.
+    ----------------------------
+    revision 1.4
+    date: 2002/12/17 00:38:03;  author: dakas;  state: Exp;  lines: +6 -7
+    (Requirements): Change version requirements for
+    AUC TeX.
+    ----------------------------
+    revision 1.3
+    date: 2002/11/22 10:54:55;  author: dakas;  state: Exp;  lines: +13 -12
+    Various updates.
+    ----------------------------
+    revision 1.2
+    date: 2002/09/06 14:26:53;  author: dakas;  state: Exp;  lines: +9 -0
+    Explain about 'Preview-LaTeX exited abnormally
+    with code 1' message
+    ----------------------------
+    revision 1.1
+    date: 2002/08/06 23:09:09;  author: dakas;  state: Exp;
+    FAQ added.
+    =============================================================================
+
+commit 19c997fba930f0ef6156256088ba413dabbbc6d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:13:04 2005 +0000
+
+    Move to AUCTeX's main doc/ directory.
+
+commit 6906e4f1db25db4bd75df846db0acea601a6d694
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:12:40 2005 +0000
+
+    Moved here from preview/doc/.
+    
+    Old change log:
+    
+    
+    RCS file: /cvsroot/auctex/auctex/preview/doc/preview-dtxdoc.pl,v
+    Working file: preview/doc/preview-dtxdoc.pl
+    head: 1.9
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9-1: 1.8
+            rel-0-9: 1.7
+            rel-0-8-1: 1.6
+            rel-0-8: 1.6
+            rel-0-7-8: 1.5
+            rel-0-7-7: 1.4
+            rel-0-7-6: 1.4
+            rel-0-7-5: 1.4
+            rel-0-7-4: 1.4
+            rel-0-7-3: 1.4
+            rel-0-7-2b: 1.4
+            rel-0-7-2: 1.4
+            rel-0-7-1: 1.4
+            rel-0-7: 1.4
+    keyword substitution: kv
+    total revisions: 9;     selected revisions: 9
+    description:
+    ----------------------------
+    revision 1.9
+    date: 2005/05/18 20:40:46;  author: dak;  state: Exp;  lines: +2 -2
+    Don't use \n in character ranges since it
+    is not actually a character in Windows.
+    ----------------------------
+    revision 1.8
+    date: 2005/03/22 03:07:02;  author: dak;  state: Exp;  lines: +6 -1
+    * doc/Makefile.in (preview-latex/index.html): Don't ignore exit
+    status of makeinfo (this target is on-demand only, anyway).
+    
+    * doc/preview-dtxdoc.pl: Accept two arguments so that output file
+    will not get clobbered if Perl is not operative.
+    ----------------------------
+    revision 1.7
+    date: 2005/01/29 00:31:41;  author: dakas;  state: Exp;  lines: +2 -1
+    2005-01-29  David Kastrup  <dak@gnu.org>
+    
+            * preview-latex.spec (Release): Bump version to prerelease, make
+            some changes that look like they'd fit into AUCTeX's scheme.
+    
+            * RELEASE: Some changes and mentions.
+    
+            * doc/preview-dtxdoc.pl: Convert AUC\TeX reference as well.
+            Convert `\#' to `#'.
+    
+            * latex/preview.dtx: Add `#' and `:' letters and documentation.
+            Make all commands pass on `#' on cleanly.  Don't eliminate last
+            `{}' last in argument lists.
+    
+            * latex/Makefile.in (preview.pdf): New target.  Since PDFs are
+            used for external documentation usually, generate only the
+            description (for internal docs, dvi is fine and adding the code,
+            too).
+    
+            * configure.in: Bump version number.
+            check for PDFLaTeX.
+    ----------------------------
+    revision 1.6
+    date: 2004/04/10 22:47:42;  author: dakas;  state: Exp;  lines: +2 -2
+    Eat spaces after %.
+    ----------------------------
+    revision 1.5
+    date: 2003/01/06 18:50:56;  author: dakas;  state: Exp;  lines: +3 -2
+    convert @ to @@, add braces around \marg
+    argument, allow spaces in \oarg argument.
+    ----------------------------
+    revision 1.4
+    date: 2002/03/30 22:16:03;  author: dakas;  state: Exp;  lines: +1 -0
+    * doc/preview-dtxdoc.pl, preview.dtx (section{Various driver
+    files}): Add \previewlatex macro for consistent translation.
+    ----------------------------
+    revision 1.3
+    date: 2002/03/30 21:44:03;  author: dakas;  state: Exp;  lines: +2 -0
+    add \% and ~ translations.
+    ----------------------------
+    revision 1.2
+    date: 2002/03/30 15:51:25;  author: jalar;  state: Exp;  lines: +3 -3
+    Changed slightly wrt \cmd translation
+    ----------------------------
+    revision 1.1
+    date: 2002/03/27 13:28:35;  author: jalar;  state: Exp;
+    Initial version
+    =============================================================================
+
+commit 0c4cfbcfea5264cd6027952e6951b55a4a63b638
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 8 07:10:20 2005 +0000
+
+    Moved here from preview/doc/.
+    
+    Old change log:
+    
+    
+    RCS file: /cvsroot/auctex/auctex/preview/doc/copying.texi,v
+    Working file: preview/doc/copying.texi
+    head: 1.7
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9-1: 1.7
+            rel-0-9: 1.7
+            rel-0-8-1: 1.7
+            rel-0-8: 1.7
+            rel-0-7-8: 1.7
+            rel-0-7-7: 1.7
+            rel-0-7-6: 1.7
+            rel-0-7-5: 1.7
+            rel-0-7-4: 1.7
+            rel-0-7-3: 1.7
+            rel-0-7-2b: 1.7
+            rel-0-7-2: 1.7
+            rel-0-7-1: 1.7
+            rel-0-7: 1.7
+            rel-0-6-1: 1.6
+            rel-0-6: 1.6
+    keyword substitution: kv
+    total revisions: 7;     selected revisions: 7
+    description:
+    ----------------------------
+    revision 1.7
+    date: 2002/03/30 15:51:57;  author: jalar;  state: Exp;  lines: +2 -12
+    Macros in separate file
+    ----------------------------
+    revision 1.6
+    date: 2002/02/11 22:14:54;  author: jalar;  state: Exp;  lines: +12 -0
+    Include @macro defs for text-file generation
+    ----------------------------
+    revision 1.5
+    date: 2002/02/11 16:19:18;  author: dakas;  state: Exp;  lines: +6 -6
+    Use @previewlatex.
+    ----------------------------
+    revision 1.4
+    date: 2002/02/09 19:17:10;  author: dakas;  state: Exp;  lines: +11 -12
+    *** empty log message ***
+    ----------------------------
+    revision 1.3
+    date: 2002/02/09 19:16:20;  author: dakas;  state: Exp;  lines: +17 -17
+    Change Preview La@TeX{} to preview-latex
+    ----------------------------
+    revision 1.2
+    date: 2002/02/05 14:33:57;  author: jalar;  state: Exp;  lines: +4 -4
+    Less zealous index
+    ----------------------------
+    revision 1.1
+    date: 2001/11/29 15:27:33;  author: jalar;  state: Exp;
+    Created
+    =============================================================================
+
+commit 2723d529e50e40d57a25623804e196655839d36c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jun 7 14:57:28 2005 +0000
+
+    (TeX-regexp-group-count): New function.
+    (TeX-auto-parse-region): Rewrite to use hashes and to save overuse
+    of `looking-at'.  We really should keep the relevant information
+    complete in hashes instead of moving them forward and back between
+    hashes and lists, but at least this change removes most of the
+    really evil quadratic behavior while keeping the original API.
+    Yet.
+
+commit e6ba8f857b90d2ad61d52deee3cfccf479d3651f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 7 08:49:27 2005 +0000
+
+    *** empty log message ***
+
+commit 547de4bc79b4f5345fda78a570a5e2f94592cb4b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 7 08:49:15 2005 +0000
+
+    (font-latex-fontify-sectioning): Doc fix.
+
+commit 9aff541bc1bf6138318edaf98b661a4e69b033c9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 7 08:49:02 2005 +0000
+
+    (Font Locking): Document the nature of the
+    `color' option for `font-latex-fontify-sectioning'.
+
+commit 98aa2315fc4de76fe44bf546ed8599c94602566d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 6 18:19:39 2005 +0000
+
+    * configure.ac: Remove call of MAKEINFO_CHECK_MACROS: we expect a
+    recent enough makeinfo version if you want to bootstrap, anyway.
+    
+    * configure.ac: Remove call to MAKEINFO_CHECK_MACROS: we expect a
+    recent enough makeinfo version for bootstrapping, anyway.
+    
+    * doc/Makefile.in (MAKEINFO_MACROS): remove
+    (TEXINFOINCLUDES): Remove unused TEXIPWD hack.  Troublesome.
+
+commit de256fdb541158214898309730da6ce1aff6927e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 6 17:24:43 2005 +0000
+
+    *** empty log message ***
+
+commit 1b4fc19df07543d1c692a113f5386e77d1c42084
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 6 17:24:30 2005 +0000
+
+    (TeX-bar-LaTeX-button-alist)
+    (menu-strings-buttons-alist): help-echo functions are called with
+    arguments.
+
+commit 607ac4d93081ef4d0fba64151946ccfa6df83481
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 6 16:06:40 2005 +0000
+
+    (TeX-format-filter): Don't let match-data generate
+    markers.  This is a terrible performance hog!
+    (TeX-format-filter): Actually, we don't need to save any
+    match-data inside of a filter function with current versions of
+    Emacs and XEmacs.
+
+commit b8ec4607d44ff86078409aeb7693b49d93502659
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 6 15:53:13 2005 +0000
+
+    (TeX-format-filter): Don't let match-data generate
+    markers.  This is a terrible performance hog!
+
+commit 94381878051e9a3c5e20fa22ce188513e2848537
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 19:10:26 2005 +0000
+
+    *** empty log message ***
+
+commit 46593df67332cb69133bc4673fb8f9fed95110dd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 19:10:10 2005 +0000
+
+    (font-latex-deactivated-keyword-classes): Don't do extra quoting.
+
+commit e33fdef86137de181981518ce88ce581f47ae426
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 18:32:24 2005 +0000
+
+    *** empty log message ***
+
+commit a3f604410a88c9224ddc86b056e0be8f9b74d5b3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 18:32:07 2005 +0000
+
+    Use `sectioning' instead of `title' for sectioning fontification.
+
+commit 34dac5ccfb72f53c0d9003e6b5c8d7d0e2cef526
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jun 5 17:21:11 2005 +0000
+
+    Remove preview/doc/install.texi and preview/doc/wininstall.texi since
+    preview-latex is not distributed separately any more.
+
+commit 8c1c24b3701cfabf0e945ee03afa3c74a79db65e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 14:05:40 2005 +0000
+
+    *** empty log message ***
+
+commit 853b23f0ae7b7566a7d6016b430935959eae68d4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 14:05:11 2005 +0000
+
+    (font-latex-deactivated-keyword-classes): New variable.
+    (font-latex-make-built-in-keywords): Remove unnecessary `let'.
+    Check `font-latex-deactivated-keyword-classes' in generated
+    `font-latex-match-*-make' functions.
+
+commit 5fa4955c0d9c35e46bac891bd4abc08c140db6ef
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 14:04:48 2005 +0000
+
+    (Font Locking): Describe deactivation of built-in keyword classes.
+
+commit a34e282f2adbe9ce8335a73027e0ca91e688ed94
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 13:59:43 2005 +0000
+
+    *** empty log message ***
+
+commit 22288e1dc64c54f283074b4a804bb8a13de04dd0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 13:59:10 2005 +0000
+
+    (font-latex-fontify-sectioning)
+    (font-latex-built-in-keyword-classes)
+    (font-latex-keyword-matcher): Use `sectioning' instead of `title'.
+
+commit cd00e15d836de6938d341c1b94c5d063a12a26d8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 13:58:56 2005 +0000
+
+    (Font Locking): Use `sectioning' instead of `title'.
+
+commit 792c2a39cb5d83f85bd9eb1861feb23730d64f41
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 13:58:33 2005 +0000
+
+    Mention change of `title' to `sectioning' for
+    keyword variables.
+
+commit 9301e090a414388d791e35fec05377baa3cef4c8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 12:20:47 2005 +0000
+
+    Sigh, don't close the type spec too early.
+
+commit b2b8842f94d2c72d62de63e92eb5c9a2e79c5c3a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 12:02:44 2005 +0000
+
+    A paren saved is a paren earned.
+
+commit 008a154a3c999ecd6c5a0e9b2d8d68b0dcf9d475
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 11:54:25 2005 +0000
+
+    *** empty log message ***
+
+commit e8bc3e540cd004e38e66e74db1e1b573d932b643
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 11:54:17 2005 +0000
+
+    (TeX-quote-language-alist): Do not use `alist' widget
+    because XEmacs 21.4 does not provide it.  Do not use a cons cell
+    for opening and closing quotation marks in order to simplify
+    structure.
+    (TeX-quote-language): Describe structure as in
+    `TeX-quote-language-alist'.
+    (TeX-insert-quote): Adapt to new structure of `TeX-quote-language'
+    and `TeX-quote-language-alist'.
+
+commit b06ec15ab8aa9486276a5eadd50f4a78dd6fa9cb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 11:54:06 2005 +0000
+
+    (European): Describe new structure of
+    `TeX-quote-language-alist'.
+
+commit 03b760c9e83638f322f2c415ea721d4695b8ad19
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 5 11:53:41 2005 +0000
+
+    Reflect new structure of `TeX-quote-language'.
+
+commit 4b45d1ee935df935b1532f0d7053cc3ffe7577ef
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jun 4 11:49:11 2005 +0000
+
+    * doc/Makefile.in (TEXIFILES): Oops, depends on ../../doc/macros.texi
+    
+    * latex/Makefile.in (MKINSTALLDIRS):
+    
+    * doc/Makefile.in (MKINSTALLDIRS):
+    
+    * Makefile.in (MKINSTALLDIRS): Use mkinstalldirs from AUCTeX.
+    
+    * doc/Makefile.in (TEXI2HTML): Use TEXI* tools and TEXINFOINCLUDES.
+    (../README): et al.  Depend on ../../doc/macros.texi
+    
+    * doc/Makefile.in (preview-latex.dvi): Use texi2dvi.
+    (preview-latex.pdf): Use texi2pdf.
+    (preview-latex.ps): Use -Ppdf option.
+    (preview-latex.info, ../README, ../FAQ, ../PROBLEMS, ../TODO):
+    deal with ../../doc/macros.texi
+
+commit 24666726851202a6978ac55cccea4e73d7f3a9cf
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jun 4 10:40:36 2005 +0000
+
+    * latex/Makefile.in (MKINSTALLDIRS):
+    
+    * doc/Makefile.in (MKINSTALLDIRS):
+    
+    * Makefile.in (MKINSTALLDIRS): Use mkinstalldirs from AUCTeX.
+    
+    * mkinstalldirs: remove in favor of ../mkinstalldirs
+    
+    * doc/Makefile.in (TEXI2HTML): Use TEXI* tools and TEXINFOINCLUDES.
+    (../README): et al.  Depend on ../../doc/macros.texi
+    
+    * doc/Makefile.in (preview-latex.dvi): Use texi2dvi.
+    (preview-latex.pdf): Use texi2pdf.
+    (preview-latex.ps): Use -Ppdf option.
+    (preview-latex.info, ../README, ../FAQ, ../PROBLEMS, ../TODO):
+    deal with ../../doc/macros.texi
+
+commit 0fc148bd9113067c7f1e6465e958db352bc573e8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jun 4 09:56:27 2005 +0000
+
+    * doc/Makefile.in (TEXINFOINCLUDES): macros.texi has moved here
+    from ../preview/doc
+    (../INSTALL, ../INSTALL.windows, ../README, ../CHANGES, ../TODO)
+    (../FAQ): Change dependencies accordingly.
+    
+    * configure.ac: Rearrange checks for MAKEINFO.
+    Export more stuff into preview's configure.  Maybe this is better
+    done with use of caches?
+    
+    * autogen.sh: Don't look in preview subdirectory.
+    
+    * Makefile.in (configure): Depend on local aclocal.m4
+    
+    * doc/Makefile.in (TEXI2HTML): Use TEXI* tools and TEXINFOINCLUDES.
+    (../README): et al.  Depend on ../../doc/macros.texi
+    
+    * configure.ac: Check and test for TEXI* as well.  Quotify if
+    necessary.
+    
+    * autogen.sh: Look in .. for macros.
+    
+    * doc/Makefile.in (preview-latex.dvi): Use texi2dvi.
+    (preview-latex.pdf): Use texi2pdf.
+    (preview-latex.ps): Use -Ppdf option.
+    (preview-latex.info, ../README, ../FAQ, ../PROBLEMS, ../TODO):
+    deal with ../../doc/macros.texi
+
+commit a868f2e3e3de45b28b3f43ba37b9e540a2515897
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jun 4 09:51:34 2005 +0000
+
+    Move here from preview subdirectory.  Old CVS log was
+    
+    RCS file: /cvsroot/auctex/auctex/preview/aclocal.m4,v
+    Working file: aclocal.m4
+    head: 1.64
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9-1: 1.51
+            rel-0-9: 1.44
+            rel-0-8-1: 1.35
+            rel-0-8: 1.35
+            rel-0-7-8: 1.26
+            rel-0-7-7: 1.22
+            rel-0-7-6: 1.22
+            rel-0-7-5: 1.19
+            rel-0-7-4: 1.19
+            rel-0-7-3: 1.18
+            rel-0-7-2b: 1.17
+            rel-0-7-2: 1.17
+            rel-0-7-1: 1.16
+            rel-0-7: 1.16
+            rel-0-6-1: 1.13
+            rel-0-6: 1.13
+            rel-0-5-8-2: 1.10
+            rel-0-5-8-1: 1.6
+            rel-0-5-8: 1.6
+            rel-0-5: 1.6
+    keyword substitution: kv
+    total revisions: 64;    selected revisions: 64
+    description:
+    ----------------------------
+    revision 1.64
+    date: 2005/05/23 23:11:02;  author: dak;  state: Exp;  lines: +4 -6
+    * aclocal.m4: Use elif for prettiness.
+    
+    * prv-xemacs.el (preview-mode-setup): Change watch condition.
+    (preview-watch-preamble): Accept command.
+    (preview-unwatch-preamble): Change unwatch method.
+    (preview-preamble-check-change): Change check.
+    
+    * prv-emacs.el (preview-preamble-changed-function): First unwatch
+    preamble, then kill format.
+    (preview-watch-preamble): Accept command to watch for.
+    (preview-unwatch-preamble): Adapt to new `format-cons' format.
+    (preview-mode-setup): Change watch condition.
+    
+    * preview.el (preview-dumped-alist): Change definition.
+    (preview-parse-messages): Use `string-to-number' instead of
+    obsoleted `string-to-int'.
+    (preview-cache-preamble): Add format-cons arg.  Only cache
+    preamble if there is no cache with the same command yet.
+    Precalculate command and check whether it matches previous one.
+    If so, omit dumping.
+    (preview-region, preview-document): Expand command here.
+    (preview-generate-preview): Accept expanded command.  Always
+    tentatively dump command (unless disabled) and set sentinel only
+    if this succeeded.
+    (TeX-inline-preview-internal): Set command buffer at start.  Use
+    `commandbuff' argument rather than `TeX-command-buffer'.
+    Raise error at different point.
+    ----------------------------
+    revision 1.63
+    date: 2005/05/22 20:56:18;  author: dak;  state: Exp;  lines: +19 -5
+    Allow --with-emacs=sth and --without-xemacs and
+    similar combinations as long as they are more or less consistent.
+    ----------------------------
+    revision 1.62
+    date: 2005/05/02 10:37:49;  author: dak;  state: Exp;  lines: +2 -2
+    * aclocal.m4 (EMACS_PATH_LISPDIR): better help.
+    
+    * style/url.el:
+    
+    * style/ltx-base.el:
+    
+    * style/units.el:
+    
+    * style/alltt.el:
+    
+    * style/alphanum.el:
+    
+    * style/jura.el:
+    
+    * style/emp.el:
+    
+    * style/doc.el:
+    
+    * style/slides.el:
+    
+    * style/csquotes.el:
+    
+    * style/listings.el:
+    
+    * style/nicefrac.el:
+    
+    * style/ltxdoc.el:
+    
+    * style/jurabib.el:
+    
+    * style/mdwlist.el:
+    
+    * style/amstex.el: Change maintainer address.
+    
+    * doc/intro.texi (Introduction): Changes, cleanup, corrections.
+    ----------------------------
+    revision 1.61
+    date: 2005/04/30 15:28:06;  author: dak;  state: Exp;  lines: +4 -3
+    * configure.ac: substitute auctexstartfile.  Export auctexdir as
+    `..'.
+    
+    * Makefile.in (auctexstartfile): autoconf variable.
+    (subdirs): autoconf variable.
+    (PACKAGE, PACKAGE_INFO): macros.
+    (DESCEND): For rebuilding stuff and installing.
+    (all): descend.
+    (tex-site.el): don't include autoloads when XEmacs.
+    (install): descend.
+    (install-startup): new target
+    (install-el): don't install tex-site on XEmacs.
+    (install-el): don't fail on .nosearch not installed.
+    (install-metadata): new target for XEmacs.
+    
+    * configure.ac: Use existing variables packagedatadir,
+    packagelispdir.
+    
+    * aclocal.m4: Use existing lispdir variable.
+    
+    * prv-install.el (preview): don't require
+    (preview-make-package-xemacs): several changes to command line
+    options.
+    
+    * Makefile.in (lisp): rename from elisp for harmony with AUCTeX.
+    (install-images): rename from install-icons.
+    (install-metadata): new options for prv-install.el
+    ----------------------------
+    revision 1.60
+    date: 2005/04/29 10:19:52;  author: dak;  state: Exp;  lines: +1 -1
+    * configure.ac: Generate tex-site.el.out instead of tex-site.el.
+    
+    * Makefile.in (AUTOLOAD): New form for autoloads from rest of line.
+    (all): Make depend on tex-site.el
+    (lisp): Depend on tex-site.el
+    (tex-site.el, auto-loads.el): New targets.
+    
+    * aclocal.m4: echo date correctly.
+    ----------------------------
+    revision 1.59
+    date: 2005/04/28 05:10:24;  author: dak;  state: Exp;  lines: +26 -17
+    * tex-site.el.in (TeX-doc): Use AUCTeX-version.
+    
+    * configure.ac: fiddle with relative paths.
+    
+    * Makefile.in: several changes to buld structure.
+    
+    * auctex.el.in (TeX-doc): Startup file source.
+    
+    * doc/Makefile.in (DISTTEXTS): list plain text files in parent dir.
+    (.PHONY): everything needed here.
+    (auctex.info): don't ignore errors.
+    (../INSTALL, ../INSTALL.windows, ../README, ../CHANGES)
+    (../TODO, ../FAQ, disttexts): New targets.
+    (INSTALL, INSTALL.windows, README, CHANGES, HISTORY, TODO, FAQ):
+    Remove.
+    (clean): Don't remove files in this directory.
+    (maintainer-clean): New target, removes files in parent, too.
+    
+    * aclocal.m4 (AUCTEX_AUTO_DIR): simplify.
+    (AC_LISPIFY_DIR): add third argument.  Simplify a few common
+    expressions.
+    ----------------------------
+    revision 1.58
+    date: 2005/04/27 19:16:39;  author: dak;  state: Exp;  lines: +1 -1
+    sed paranoia.
+    ----------------------------
+    revision 1.57
+    date: 2005/04/27 18:24:46;  author: angeli;  state: Exp;  lines: +3 -2
+    (AC_DATE_VERSION_FROM_CHANGELOG): Escape `+'.  Add
+    regexp group.  Close function.
+    ----------------------------
+    revision 1.56
+    date: 2005/04/27 17:29:26;  author: dak;  state: Exp;  lines: +2 -2
+    (AC_DATE_VERSION_FROM_CHANGELOG): actually look into
+    the ChangeLog file.  Uh.
+    ----------------------------
+    revision 1.55
+    date: 2005/04/27 16:16:38;  author: dak;  state: Exp;  lines: +18 -0
+    * tex-site.el.in (AUCTeX-version, AUCTeX-date): get via configure.
+    
+    * tex.el (info): Add "docTeX" to info prefixes.
+    (AUCTeX-version, AUCTeX-date): removed to tex-site.el.
+    (AUC-TeX-version, AUC-TeX-date): Use `make-obsolete-variable'.  Is
+    version 11.50 correct?
+    
+    * tex-bar.el (LaTeX-install-toolbar): Adjust toolbarx-image-path.
+    
+    * autogen.sh: Use aclocal.m4 from preview subdirectory.
+    
+    * tex.el (TeX-submit-bug-report): Add `TeX-command-list' to bug
+    reports.
+    
+    * latex/README (Note): Add bug reporting address.
+    
+    
+    * tex-buf.el (TeX-command): Let it accept `TeX-active-master' as
+    well, by not touching `TeX-current-process-region-p' unless
+    `TeX-region-file' or `TeX-master-file' have been identified
+    explicitly.
+    (TeX-view): Simplify.
+    (TeX-active-process, TeX-active-buffer): Simplify.
+    
+    
+    * tex-buf.el (TeX-help-error): Create the correct log file
+    name corresponding to the current run.
+    (TeX-error, TeX-warning): Pass runbuffer info into the routines to
+    get the correct log file name in all circumstances.
+    
+    
+    * configure.ac: don't bother about pre-2.50 autoconf.  Check
+    version more fine-grainedly.
+    
+    
+    * texmathp.el (texmathp-match-switch): Add autoload cookie.
+    
+    * tex.el (no-doc): Remove: not needed because autoloads are
+    documented by the cookie extraction process.
+    (bibtex-mode-hook): Remove.  This will be done by an autoload
+    cookie from latex.el instead.
+    (BibTeX-auto-store, LaTeX-math-mode, japanese-plain-tex-mode)
+    (japanese-latex-mode, texinfo-mode, latex-mode, multi-prompt)
+    (texmathp, texmathp-match-switch): Remove autoloads since this is
+    done by cookies extracted into auctex.el.
+    (TeX-region-create, TeX-save-document, TeX-home-buffer)
+    (TeX-pin-region, TeX-command-region, TeX-command-buffer)
+    (TeX-command-master, TeX-command, TeX-kill-job)
+    (TeX-recenter-output-buffer, TeX-next-error)
+    (TeX-toggle-debug-boxes, TeX-region-file, TeX-current-offset)
+    (TeX-process-set-variable, TeX-view): Make comment nil instead of
+    no-doc.
+    (font-latex-setup, tex-font-setup): Remove autoloads.  Should be
+    done by cookies instead.
+    (TeX-tex-mode): rename from tex-mode.
+    (TeX-plain-tex-mode): rename from plain-tex-mode.
+    (ams-tex-mode): Change autoload cookie.
+    
+    * tex-jp.el (japanese-plain-tex-mode, japanese-latex-mode): Change
+    autoload cookies.
+    
+    * tex-font.el (tex-font-setup): Add autoload cookie.
+    
+    * tex-fold.el (TeX-fold-mode, tex-fold-mode): Add autoload
+    cookies.
+    
+    * multi-prompt.el (multi-prompt): Add autoload cookie.
+    
+    * latex.el (auto-mode-alist): Add .drv to latex-mode.
+    (TeX-latex-mode): Changed name from latex-mode.
+    (TeX-doctex-mode): Same here for doctex-mode.  Explicitly set
+    major-mode to doctex-mode: we don't want different modes.
+    
+    * tex-info.el (texinfo): Alias texinfo-mode to Texinfo-mode for
+    symmetry.
+    (Texinfo-mode): Autoload.
+    
+    * context.el (ConTeXt-mode, context-mode): Add definitions and
+    aliases and autoload cookies.
+    
+    * bib-cite.el: Remove autoload from instructions.
+    
+    * toolbar-x.el (toolbarx-image-path): New variable.
+    (toolbarx-make-string-from-symbol)
+    (toolbarx-make-symbol-from-string, toolbarx-good-option-list-p)
+    (toolbarx-separate-options, toolbarx-merge-props)
+    (toolbarx-make-command, toolbarx-emacs-mount-popup-menu)
+    (toolbarx-xemacs-mount-popup-menu, toolbarx-mount-popup-menu)
+    (toolbarx-option-value, toolbarx-eval-function-or-symbol)
+    (toolbarx-test-image-type, toolbarx-test-button-type)
+    (toolbarx-test-any-type, toolbarx-test-string-or-nil)
+    (toolbarx-test-toolbar-type, toolbarx-test-dropdown-type)
+    (toolbarx-test-symbol, toolbarx-test-dropdown-default)
+    (toolbarx-test-dropdown-save)
+    (toolbarx-process-group-without-insert, toolbarx-process-group)
+    (toolbarx-process-symbol, toolbarx-process-dropdown-group)
+    (toolbarx-find-image, toolbarx-emacs-add-button)
+    (toolbarx-emacs-refresh-process-button-or-insert-list)
+    (toolbarx-emacs-refresh, toolbarx-xemacs-image-properties)
+    (toolbarx-xemacs-button-properties, toolbarx-xemacs-refresh):
+    Remove autoload cookies.
+    (toolbarx-find-image): Use `toolbarx-image-path'.
+    ----------------------------
+    revision 1.54
+    date: 2005/04/11 09:01:32;  author: dak;  state: Exp;  lines: +25 -15
+    * prv-install.el (preview-make-package-xemacs): Don't generate
+    manifest and take package name from command line.
+    
+    * configure.in: Don't expose `lispdir'.  Explain `TEXHASH',
+    `PERL', `MAKEINFO', `INSTALL_INFO'.
+    
+    * latex/Makefile.in (texmfdir): Don't import.
+    
+    * Makefile.in (lispdir): Don't import.
+    
+    * preview.el (preview-counter-find): Fix bug with `(marker)'.
+    
+    * latex/Makefile.in (exec_prefix, libdir): Export.
+    
+    * doc/install.texi (Configure): Explain `--without-texmf-dir'.
+    (Advice for package providers): Don't trash talk AUCTeX
+    preactivation.
+    (Advice for package providers): Mention `--without-texmf-dir'.
+    
+    * doc/Makefile.in (exec_prefix, libdir): export.
+    
+    * preview.el (preview-datadir): Use instead of `preview-icondir'.
+    (preview-filter-specs): Use it.
+    (preview-TeX-style-dir): New variable for uninstalled styles
+    (preview-set-texinputs): Add or remove it from TEXINPUTS
+    environment.
+    (preview-TeX-style-dir): proper customization.
+    (preview-install-styles): New function to install styles
+    permanently.
+    
+    * configure.in: use `packagedatadir' instead of `icondir'.  Add
+    check for `kpathseaseparator'.  Shell-quote and export
+    `exec_prefix' and `libdir'.
+    
+    * auto.el.in (preview-datadir): replace preview-icondir, and add
+    `lisppackagetexstyles' invocation.
+    
+    * aclocal.m4 (TEX_PATH_TEXMFDIR): Allow --without-texmf-dir, stop
+    quoting a bunch of stuff, fix reference to load-file-name.
+    
+    * Makefile.in (exec_prefix, libdir, packagedatadir): export since
+    the XEmacs tree might call them.
+    (.PHONY, install): add install-nosearch target.
+    (install-nosearch): Install .nosearch file.
+    (install-icons): Use `$(packagedatadir)/images' instead of
+    `$(icondir)'
+    ----------------------------
+    revision 1.53
+    date: 2005/04/08 02:42:55;  author: dak;  state: Exp;  lines: +23 -28
+    * Makefile.in (previewstartfile): import.
+    (install-startup): split lines with `$(MAKE)' and
+    `$(INSTALL_DATA)' so that `make -n' will properly recurse.
+    
+    * aclocal.m4 (AC_LISPIFY_DIR): resolve relative paths below
+    ${lispdir} hierarchy.  AC_SUBST both lisp variant of directory as
+    well as original.
+    
+    * configure.in: Add `--with-preview-startfile', use new semantics
+    of `AC_LISPIFY_DIR', drop `AC_MAKE_FILENAME_ABSOLUTE' stuff.
+    
+    * doc/install.texi (Configure): explain new semantics of
+    `--with-lispdir' and new `--with-preview-startfile'.
+    
+    * doc/wininstall.texi: Document changes semantics for
+    `--with-lispdir' and new `with-preview-startfile'.
+    ----------------------------
+    revision 1.52
+    date: 2005/04/07 21:01:31;  author: dak;  state: Exp;  lines: +7 -8
+    (EMACS_LISP): properly echo result to log file.
+    (EMACS_EXAMINE_INSTALLATION_DIR): check that the result of
+    file-relative-name is not absolute, which can happen for unrelated
+    drives on Windows.
+    (AC_FULL_EXPAND): also check, set and restore exec_prefix if not
+    set.
+    ----------------------------
+    revision 1.51
+    date: 2005/04/03 03:25:24;  author: dak;  state: Exp;  lines: +3 -1
+    Search first for xemacs-packages as prefix.
+    ----------------------------
+    revision 1.50
+    date: 2005/04/02 00:51:12;  author: dak;  state: Exp;  lines: +3 -3
+    * doc/wininstall.texi: Mention that Perl is not needed if working
+    with the default tarball.
+    
+    * doc/preview-latex.texi: Bump versions numbers, fix copyrights.
+    
+    * doc/readme.texi (Activating preview-latex): Don't talk about
+    half a dozen non-sensical things.
+    (Availability): Change information to match move into AUCTeX.
+    
+    * configure.in: Add check for load-path shadowing.
+    
+    * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in
+    most cases.
+    ----------------------------
+    revision 1.49
+    date: 2005/04/01 16:31:22;  author: angeli;  state: Exp;  lines: +1 -1
+    (EMACS_EXAMINE_INSTALLATION_DIR): Repair quoting.
+    ----------------------------
+    revision 1.48
+    date: 2005/04/01 13:31:39;  author: dak;  state: Exp;  lines: +7 -5
+    * aclocal.m4(EMACS_EXAMINE_INSTALLATION_DIR): avoid trailing
+    `/.'.
+    (TEX_PATH_TEXMFDIR): search order changed.
+    
+    * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output.
+    (EMACS_PROG_EMACS): Check for `emacsprefix'.
+    (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables
+    as second argument.  Decompose and compare directory names
+    starting from the back.
+    (EMACS_PATH_PACKAGEDIR): search in several prefixes.
+    (EMACS_PATH_LISPDIR): same.
+    (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath.
+    Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX
+    directories.
+    ----------------------------
+    revision 1.47
+    date: 2005/04/01 02:37:58;  author: dak;  state: Exp;  lines: +79 -63
+    * latex/Makefile.in (prefix, datadir, texmfdir, previewtexmfdir)
+    (previewdocdir): Use (null) to mask Windows backslashes.
+    
+    * configure.in: Adjust version info.
+    
+    * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output.
+    (EMACS_PROG_EMACS): Check for `emacsprefix'.
+    (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables
+    as second argument.  Decompose and compare directory names
+    starting from the back.
+    (EMACS_PATH_PACKAGEDIR): search in several prefixes.
+    (EMACS_PATH_LISPDIR): same.
+    (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath.
+    Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX
+    directories.
+    ----------------------------
+    revision 1.46
+    date: 2005/03/31 15:37:07;  author: dak;  state: Exp;  lines: +32 -7
+    * configure.in: Don't set prefix if it is not set.
+    
+    * aclocal.m4 (EMACS_PATH_PREFIX): new function.
+    (AC_FULL_EXPAND): set `prefix' from `ac_default_prefix' before
+    expansion if it is unset.
+    ----------------------------
+    revision 1.45
+    date: 2005/03/31 05:57:14;  author: jalar;  state: Exp;  lines: +27 -46
+    Add $emacsprefix
+    ----------------------------
+    revision 1.44
+    date: 2005/03/03 14:03:30;  author: dakas;  state: Exp;  lines: +76 -81
+    * doc/wininstall.texi: Simplify, rearrange, adapt to new
+    installation scheme.  Add links to CVS precompiled versions.
+    
+    * doc/install.texi (Prerequisites): Revamp.
+    (Configure): Add explanations.
+    
+    * preview-latex.spec: Change rpm name to include "fedora".  Adapt
+    to new configure stuff.  Use pdf doc instead of DVI.
+    
+    * configure.in: icondir is absolute, reorder some stuff to
+    maintain directory locality.
+    
+    * aclocal.m4: Change a lot of $x to ${x}.
+    Simplify some stuff.
+    
+    * RELEASE: Add information for release.
+    
+    * configure.in: Correct prefix check.  Add Emacs version check.
+    
+    * aclocal.m4: Move several functions around, completely overhaul
+    the stuff to just detect material in prefix-related directories.
+    Remove docstrip config detection, add version checking of major
+    and minor version.  Rely on prefix being set by configure.in.
+    ----------------------------
+    revision 1.43
+    date: 2005/03/03 05:28:38;  author: dakas;  state: Exp;  lines: +217 -219
+    * configure.in: Correct prefix check.  Add Emacs version check.
+    
+    * aclocal.m4: Move several functions around, completely overhaul
+    the stuff to just detect material in prefix-related directories.
+    Remove docstrip config detection, add version checking of major
+    and minor version.  Rely on prefix being set by configure.in.
+    ----------------------------
+    revision 1.42
+    date: 2005/03/02 12:06:01;  author: dakas;  state: Exp;  lines: +18 -23
+    * Makefile.in (install-el): no means no for packagedir.
+    
+    * configure.in: Set prefix.
+    
+    * aclocal.m4: Use "no" for no packagedir in XEmacs.
+    Don't save prefix and stuff.
+    Expand stuff at some points.
+    
+    * configure.in: Adapt to new variables.
+    Remove check for image-supporting Emacs: it is probably not
+    reliable on consoles.
+    Add packagelispdir and icondir options.
+    (GS): Don't try GSWIN32.EXE.
+    Create lispGS in auto.el
+    
+    * doc/Makefile.in (.PHONY): Add install here.
+    
+    * Makefile.in (install-el): Adapt targets to packagelispdir.
+    (.PHONY): Add install target for case insensitive filesystems.
+    
+    * aclocal.m4: Rewrite EMACS_EXAMINE_PACKAGEDIR.
+    EMACS_LISP now gets one argument less.
+    EMACS_TEST_LISP_DIR makes just one pass.
+    EMACS_PATH_LISPDIR expands less.
+    AC_LISPIFY_DIR is a new function.
+    AC_MAKE_FILENAME_ABSOLUTE
+    AC_LISP_RELATIVE new functions.
+    ----------------------------
+    revision 1.41
+    date: 2005/03/02 07:56:53;  author: dakas;  state: Exp;  lines: +90 -85
+    * doc/wininstall.texi: Use executable name directly to save
+    confusion.
+    
+    * prv-xemacs.el (preview-filter-specs): Rework specs.
+    
+    * prv-emacs.el (preview-filter-specs): Translate :type fields.
+    
+    * preview.el (preview-min-spec): Move.
+    (preview-filter-specs): Move from prv-emacs.el and prv-xemacs.el.
+    (preview-filter-specs-1): simplify.
+    (preview-icondir): Create icondir preset variable.
+    (preview-filter-specs): expand file specs against it here instead
+    of prv-emacs.el and prv-xemacs.el.
+    
+    * configure.in: Adapt to new variables.
+    Remove check for image-supporting Emacs: it is probably not
+    reliable on consoles.
+    Add packagelispdir and icondir options.
+    (GS): Don't try GSWIN32.EXE.
+    Create lispGS in auto.el
+    
+    * autogen.sh: Use --output option for makeinfo to get
+    tableofcontents in FAQ.
+    
+    * doc/Makefile.in (.PHONY): Add install here.
+    
+    * Makefile.in (install-el): Adapt targets to packagelispdir.
+    (.PHONY): Add install target for case insensitive filesystems.
+    
+    * aclocal.m4: Rewrite EMACS_EXAMINE_PACKAGEDIR.
+    EMACS_LISP now gets one argument less.
+    EMACS_TEST_LISP_DIR makes just one pass.
+    EMACS_PATH_LISPDIR expands less.
+    AC_LISPIFY_DIR is a new function.
+    AC_MAKE_FILENAME_ABSOLUTE
+    AC_LISP_RELATIVE new functions.
+    ----------------------------
+    revision 1.40
+    date: 2005/01/19 13:00:18;  author: jalar;  state: Exp;  lines: +23 -23
+    sync with AUCTeX
+    ----------------------------
+    revision 1.39
+    date: 2005/01/19 12:54:22;  author: jalar;  state: Exp;  lines: +13 -78
+    sync with AUCTeX
+    ----------------------------
+    revision 1.38
+    date: 2004/10/13 14:30:00;  author: jalar;  state: Exp;  lines: +208 -54
+    Sync with AUCTeX. Well, almost. Don't use the version test.
+    ----------------------------
+    revision 1.37
+    date: 2004/08/04 09:36:51;  author: dakas;  state: Exp;  lines: +14 -11
+    Merge a few AUCTeX changes.
+    ----------------------------
+    revision 1.36
+    date: 2004/07/28 00:04:50;  author: dakas;  state: Exp;  lines: +10 -2
+    * latex/preview.dtx: Tiny change to placate font-latex.
+    
+    * latex/README-preview: Explain that PDF may be produced.
+    
+    * doc/wininstall.texi: Remove advice about failing byte-compiles:
+    we should have this covered by now.
+    
+    * doc/problems.texi (LaTeX international characters): remove node.
+    
+    * doc/preview-latex.texi (Misplaced previews): Refer to x-symbol
+    node instead of 8bit testing.
+    
+    * doc/install.texi (Configure): Remove --disable-8bit-test
+    description.
+    
+    * preview.el (preview-parse-messages): Simplify line match.
+    
+    * preview-latex.spec: Several changes of %{buildroot} uses and of
+    infodir.  Doubtful whether this will work with Fedora.
+    
+    * configure.in: Remove all 8bit-cleanness testing.
+    
+    * aclocal.m4 (EMACS_LISP): just write out a string expression
+    without change or echo.  Document the macro.
+    
+    * doc/Makefile.in (prefix) (packagedir) (datadir) (infodir):
+    preserve trailing backslashes.
+    
+    * Makefile.in (INSTALL) (INSTALL_DATA): Don't munge them for
+    trailing backslashes.
+    ----------------------------
+    revision 1.35
+    date: 2003/07/10 21:54:50;  author:
+    install over it if found.
+    (AC_PATH_PACKAGEDIR): Support ~/ in package directory names.
+    ----------------------------
+    revision 1.16
+    date: 2002/04/06 17:29:24;  author: nixsf;  state: Exp;  lines: +9 -9
+    (AC_EXAMINE_PACKAGEDIR): Lowercasify PACKGEDIR.
+    (AC_PATH_PACKAGEDIR): Likewise.
+    ----------------------------
+    revision 1.15
+    date: 2002/04/06 15:19:20;  author: alanshutko;  state: Exp;  lines: +55 -0
+    * configure.in: Start adding XEmacs-specific hooks.  Right now,
+    lispdir should be correctly set up, I think.  icondir is sitting
+    there for when we add icons.
+    
+    * aclocal.m4 (AC_PATH_PACKAGEDIR,AC_EXAMINE_PACKAGEDIR): New
+    functions for XEmacs installation, borrowed from from emacs-w3m,
+    credit to Katsumi Yamaoka <yamaoka@jpl.org>.
+    ----------------------------
+    revision 1.14
+    date: 2002/04/02 17:41:42;  author: jalar;  state: Exp;  lines: +7 -7
+    escaped usage of $texmfdir
+    ----------------------------
+    revision 1.13
+    date: 2002/02/18 03:53:36;  author: alanshutko;  state: Exp;  lines: +1 -1
+    * doc/Makefile.in: New file, replacing the former ad-hoc build.
+    
+    * doc/install.texi: Mention --disable-8bit-test.
+    
+    * doc/problems.texi (LaTeX international characters): Mention
+    --disable-8bit-test.
+    
+    * aclocal.m4 (AC_CHECK_AUCTEX): Correct --with-auctex to
+    --with-tex-site.
+    
+    * configure.in: 8bit test enhancements.  Allow disabling test with
+    --disable-8bit-test.
+    Check for makeinfo.
+    Generate doc/Makefile.
+    ----------------------------
+    revision 1.12
+    date: 2001/11/28 22:45:50;  author: alanshutko;  state: Exp;  lines: +2 -2
+    * INSTALL (--with-tex-site): Rename --with-auctex.
+    
+    * aclocal.m4 (AC_CHECK_AUCTEX): Change name of --with-auctex to --with-tex-site.
+    ----------------------------
+    revision 1.11
+    date: 2001/11/28 22:41:23;  author: alanshutko;  state: Exp;  lines: +10 -10
+    (AC_CHECK_AUCTEX): Try to fix things so that it looks
+    for tex-site, only tex-site, and adds the location of tex-site
+    into the load-path.
+    (AC_CHECK_REQUIRE): New.
+    ----------------------------
+    revision 1.10
+    date: 2001/11/11 15:27:46;  author: alanshutko;  state: Exp;  lines: +25 -1
+    * aclocal.m4 (AC_EMACS_CHECK_LIB_WITH_LIB): varient of
+    AC_EMACS_CHECK_LIB which first requires a prereq lib.
+    (AC_CHECK_AUCTEX): Use AC_EMACS_CHECK_LIB_WITH_LIB to prereq
+    tex-site.
+    
+    * Makefile.in (use-hint): Get line wrapping right.
+    
+    * configure.in (--with-texmf): Applied patch from Hans Fredrik
+    Nordhaug making --with-texmf obey TDS.
+    ----------------------------
+    revision 1.9
+    date: 2001/11/06 16:44:32;  author: alanshutko;  state: Exp;  lines: +18 -17
+    (AC_CHECK_AUCTEX): Revert the previous change, since
+    it was horribly broken, and fix --with-auctex, so that it doesn't
+    do the check if --with-auctex was specified.
+    ----------------------------
+    revision 1.8
+    date: 2001/11/06 16:19:44;  author: alanshutko;  state: Exp;  lines: +3 -2
+    (AC_CHECK_AUCTEX): Try looking for tex-site instead
+    of tex-buf... this may help since we're sure it's in load-path,
+    but I'm afraid that the contents of tex-site may not be standard
+    enough across installations.
+    ----------------------------
+    revision 1.7
+    date: 2001/11/04 00:23:55;  author: alanshutko;  state: Exp;  lines: +76 -0
+    * aclocal.m4
+    (AC_CHECK_PROG_REQUIRED,AC_CHECK_PROGS_REQUIRED,AC_PATH_PROG_REQUIRED):
+    New functions to check programs, and abort with a message if not
+    found.
+    (AC_EMACS_CHECK_LIB): Function stolen from Gnus to check whether
+    an elisp library exists.
+    (AC_CHECK_AUCTEX): Check if AUC-TeX is in a normal emacs load
+    path, and allow --with-auctex switch to specify it. SF Bug
+    #477262, #477260.
+    
+    * Makefile.in (use-hint, install-hint): New hints.  SF Bug #477282.
+    (all, install): Use the above hints.
+    
+    * configure.in: Changed all AC_CHECK_PROG(S)/AC_PATH_PROG(S) to
+    new AC_*_REQUIRED, which abort and print a message if something
+    isn't found.  Added AC_CHECK_AUCTEX.  Add note at end of configure
+    to run "make".  SF Bug #469741 (partial).
+    ----------------------------
+    revision 1.6
+    date: 2001/10/01 01:48:36;  author: alanshutko;  state: Exp;  lines: +3 -3
+    Instead of /dev/null, throw stuff to FD 5, where it
+    might do some good.
+    ----------------------------
+    revision 1.5
+    date: 2001/09/29 21:04:32;  author: dakas;  state: Exp;  lines: +4 -5
+    Remove trailing slashes after path discovery, do some more things with
+    sed instead of various other utilities.  One change in calling LaTeX
+    to make it work with older or non-web2c binaries.
+    ----------------------------
+    revision 1.4
+    date: 2001/09/26 23:55:35;  author: alanshutko;  state: Exp;  lines: +11 -85
+    * aclocal.m4: Removed some dross stolen from Gnus, since it is unused.
+    Fixed up AC_PATH_TEXMFDIR to try to find a dir to install the docs
+    and to export texmfdir.
+    
+    * configure.in: --with-auctex=DIR, new option
+    
+    * Makefile.in: Changed rules for byte-compilation to allow setting
+    AUCTEXDIR.
+    (install-texmf) Only texhash the directory we installed into
+    ----------------------------
+    revision 1.3
+    date: 2001/09/24 02:14:17;  author: alanshutko;  state: Exp;  lines: +2 -0
+    First cut at previewdocdir
+    ----------------------------
+    revision 1.2
+    date: 2001/09/21 23:43:17;  author: alanshutko;  state: Exp;  lines: +8 -3
+    2001-09-21  Alan Shutko  <ats@acm.org>
+    
+            * aclocal.m4: Correct handling of docstrip configuration for
+            non-TDS setup.  Also, quote the $ in awk.
+    
+            * Makefile.in (TEX): New variable.
+            (all): preview-mk.ins instead of preview.ins
+            (preview-mk.ins, preview.sty prauctex.def preview.drv): Use $TEX.
+    
+            * configure.in: Added --with-preview-dir option.  Check for tex
+            executable.
+    ----------------------------
+    revision 1.1
+    date: 2001/09/21 02:29:20;  author: alanshutko;  state: Exp;
+    Makefile.in, aclocal.m4, configure.in: Create autoconf versions of
+    Makefile.  Much of aclocal.m4 was stolen from Gnus, though the
+    AC_PATH_TEXMF is new.
+    
+    Added install-sh for use by the makefile if a compatible install
+    binary is not found.
+
+commit 5810172499b5b084963170f137f08ac03f1d4ceb
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jun 3 21:32:17 2005 +0000
+
+    Moved here from preview/doc.  Old log was:
+    
+    RCS file: /cvsroot/auctex/auctex/preview/doc/macros.texi,v
+    Working file: macros.texi
+    head: 1.9
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9-1: 1.9
+            rel-0-9: 1.6
+            rel-0-8-1: 1.5
+            rel-0-8: 1.5
+            rel-0-7-8: 1.4
+            rel-0-7-7: 1.4
+            rel-0-7-6: 1.4
+            rel-0-7-5: 1.1
+            rel-0-7-4: 1.1
+            rel-0-7-3: 1.1
+            rel-0-7-2b: 1.1
+            rel-0-7-2: 1.1
+            rel-0-7-1: 1.1
+            rel-0-7: 1.1
+    keyword substitution: kv
+    total revisions: 9;     selected revisions: 9
+    description:
+    ----------------------------
+    revision 1.9
+    date: 2005/04/03 02:27:38;  author: dak;  state: Exp;  lines: +5 -5
+    * latex/preview.dtx: Don't let negative dimensions into tightpage
+    comment.
+    
+    * doc/macros.texi: Make @previewlatex swallow argument in links.
+    Don't scrap sf declaration.  Make it correct in links.
+    ----------------------------
+    revision 1.8
+    date: 2005/04/03 01:25:07;  author: dak;  state: Exp;  lines: +5 -1
+    Make @previewlatex swallow argument in links.
+    Don't scrap sf declaration.  Make it correct in links.
+    ----------------------------
+    revision 1.7
+    date: 2005/04/02 20:28:57;  author: dak;  state: Exp;  lines: +39 -3
+    * doc/macros.texi: Synchronize to AUCTeX.
+    
+    * Makefile.in (tarball-ready): Remove this target for now: it
+    can't be used consistently really.  It is probably better to do
+    just run autogen.sh on a freshly exported archive.
+    
+    * doc/Makefile.in (DISTTEXTS): Targets in parent dir.
+    (../INSTALL, ../INSTALL.windows, ../README, ../FAQ, ../PROBLEMS)
+    (../TODO): New targets instead of targets in current dir.
+    (clean): Don't remove targets in this dir.
+    (maintainer-clean): Remove DISTTEXTS targets.
+    
+    * autogen.sh: Use make for generating distribution texts and also
+    pregenerate the info file.
+    
+    * Makefile.in (emacsprefix): Remove.
+    (.PHONY): Collect phony targets here.
+    (DISTTEXTS): Move to doc/Makefile.in
+    (tarball-ready): Adapt
+    ----------------------------
+    revision 1.6
+    date: 2004/08/07 01:35:56;  author: dakas;  state: Exp;  lines: +4 -1
+    * doc/macros.texi: New @ConTeXt{} macro, change appearance of
+    @previewlatex{}.
+    
+    * doc/faq.texi (Customization): Presentation classes should work
+    mostly.
+    (Customization): Remove troubleshooting for `xy.sty'.
+    (Requirements): Add AUCTeX 11.50 for PDFLaTeX.
+    (Requirements): Mention dvipng.
+    (Customization): PDFLaTeX is supported now.
+    (Customization): ConTeXt is supported by AUCTeX, PDFLaTeX too.
+    `Only' style support is missing now.
+    
+    * latex/preview.dtx: workaround for `xy.sty' in `textmath' code.
+    ----------------------------
+    revision 1.5
+    date: 2003/02/13 16:15:45;  author: dakas;  state: Exp;  lines: +1 -1
+    * doc/preview-latex.texi: Somewhat changed info dir entries.
+    (Simple customization): add hint for RefTeX.
+    
+    * doc/problems.texi, doc/macros.texi: anticipate name change of
+    AUC TeX to AUCTeX.
+    ----------------------------
+    revision 1.4
+    date: 2002/12/12 13:58:30;  author: jalar;  state: Exp;  lines: +8 -1
+    Sanitize makeinfo macro checks
+    ----------------------------
+    revision 1.3
+    date: 2002/12/10 10:28:15;  author: jalar;  state: Exp;  lines: +1 -1
+    Typo fixed
+    ----------------------------
+    revision 1.2
+    date: 2002/11/29 13:30:56;  author: jalar;  state: Exp;  lines: +14 -0
+    Attempt to make docs build with old texinfo
+    ----------------------------
+    revision 1.1
+    date: 2002/03/30 15:50:26;  author: jalar;  state: Exp;
+    Macros for the texinfo generation
+
+commit 28098e939792cef777f3bf8a266caaca1a8e013d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 2 12:20:37 2005 +0000
+
+    *** empty log message ***
+
+commit 656331099586afdb09822d91b66d3e22319c99fe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 2 12:20:20 2005 +0000
+
+    (VirTeX-common-initialization): Explicitely make
+    `find-file-hooks' buffer-local in XEmacs 21.4 which fails to do
+    this via `add-hook'.
+
+commit d9a985026da4b9293e4e3d8be265cf9e86b30727
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 1 07:47:09 2005 +0000
+
+    Please, somebody give me a brain.
+
+commit 73e8b02df69a35c31cfb364889aea1cf6bdf782c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 31 22:58:33 2005 +0000
+
+    *** empty log message ***
+
+commit 503dd5d9f0ecb00b65595a16402963ee66d35bb8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 31 22:56:16 2005 +0000
+
+    (LaTeX-backward-paragraph): Check for `TeX-esc', not specific char.
+
+commit 5a7998a247c1472c0a08858529f1f16c9d4dfb04
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 31 22:35:51 2005 +0000
+
+    *** empty log message ***
+
+commit 604649bbe49698f7652275ec1c0cfa30d92824de
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 31 22:33:40 2005 +0000
+
+    ("babel"): Disable font locking of macros not
+    handled correctly.
+
+commit 0c1adfd1077111112757360ecc76c3ce071b6e0b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 31 22:33:15 2005 +0000
+
+    (LaTeX-backward-paragraph): Use catch..throw instead of
+    an indicator variable.  Don't refer to a saved match data.
+
+commit 7edd2159fba7e89f03e266dd0bbcdecda7184175
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 30 17:25:31 2005 +0000
+
+    *** empty log message ***
+
+commit 66ee5616eb2f76e664273198407d27b71c581e92
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 30 17:24:58 2005 +0000
+
+    Add style/babel.el.
+
+commit 763017658c9529133bce368bfba17941bf4138fe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 30 17:24:37 2005 +0000
+
+    Mention babel support.
+
+commit 4763e1b868cc3eac842830590177c63cb11d62c5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 30 17:24:22 2005 +0000
+
+    New file.
+
+commit af54947ed30acc664b34ae29ce3e1513c58e715d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 28 16:22:17 2005 +0000
+
+    *** empty log message ***
+
+commit cb75d25f1d21b84e0f99477e6cd96bd7657d683b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 28 16:21:47 2005 +0000
+
+    (TeX-mode-map): Remap bindings of `next-error' and
+    `previous-error' to `TeX-next-error' and `TeX-previous-error'
+    respectively.
+
+commit b2e0cde9a598bf2a0fb8c39a974914d9b2e3c4da
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 28 16:18:19 2005 +0000
+
+    (TeX-next-error): Call `next-error' as fallback.
+    (TeX-previous-error): New function.
+
+commit 295c5c2ce13a1d6611810d20ec351c6a06483968
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 25 21:30:55 2005 +0000
+
+    (section{Die gerade Linie}): Make the intentional
+    errors more conspicuous.
+
+commit dbcc2e368df40beede30300c174603dc7f3711ef
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 25 16:44:45 2005 +0000
+
+    (Checking): A user should not (have to) edit
+    tex.el to switch from lacheck to chktex.
+
+commit efcb3b8cfadecca6b9d8bc667235c244f67eb215
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 24 17:13:44 2005 +0000
+
+    *** empty log message ***
+
+commit e0c5abf70be767b1074572b0e41342be5101d4bf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 24 17:13:14 2005 +0000
+
+    (TeX-command-list): Remove chktex comment.
+
+commit 013b8a86ee65c12fb16f7e5e6f12aa728084a52c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 24 14:38:27 2005 +0000
+
+    *** empty log message ***
+
+commit 26fb604dc242a890cab8d7f346c86f9f39c346c1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 24 14:38:00 2005 +0000
+
+    (font-latex-make-match-defun)
+    (font-latex-make-built-in-keywords): Do not byte-compile generated
+    functions here but at the end of font-latex.el.  Prevents
+    byte-compiler warnings due to possibly undefined functions.
+
+commit f0ef83e2b5f054a44487ff9d1caa765c1d582d04
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 24 11:11:39 2005 +0000
+
+    Recurse into preview _before_ starting any
+    AC_SHELL_QUOTIFY business to avoid double quoting.
+
+commit 561fa41137c39c62c5b0fb6388d77ad34c60b85a
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 24 01:41:18 2005 +0000
+
+    (\title{RefTeX (long)})
+    (\title{RefTeX (short)}): New columns.  One will have to go.
+
+commit f7ab571c594a5126e04d63646948e375b758a557
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon May 23 23:11:02 2005 +0000
+
+    * aclocal.m4: Use elif for prettiness.
+    
+    * prv-xemacs.el (preview-mode-setup): Change watch condition.
+    (preview-watch-preamble): Accept command.
+    (preview-unwatch-preamble): Change unwatch method.
+    (preview-preamble-check-change): Change check.
+    
+    * prv-emacs.el (preview-preamble-changed-function): First unwatch
+    preamble, then kill format.
+    (preview-watch-preamble): Accept command to watch for.
+    (preview-unwatch-preamble): Adapt to new `format-cons' format.
+    (preview-mode-setup): Change watch condition.
+    
+    * preview.el (preview-dumped-alist): Change definition.
+    (preview-parse-messages): Use `string-to-number' instead of
+    obsoleted `string-to-int'.
+    (preview-cache-preamble): Add format-cons arg.  Only cache
+    preamble if there is no cache with the same command yet.
+    Precalculate command and check whether it matches previous one.
+    If so, omit dumping.
+    (preview-region, preview-document): Expand command here.
+    (preview-generate-preview): Accept expanded command.  Always
+    tentatively dump command (unless disabled) and set sentinel only
+    if this succeeded.
+    (TeX-inline-preview-internal): Set command buffer at start.  Use
+    `commandbuff' argument rather than `TeX-command-buffer'.
+    Raise error at different point.
+
+commit bdd72a4f3b0889bc458bc3e13f3c2bd6d4053858
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun May 22 20:56:18 2005 +0000
+
+    Allow --with-emacs=sth and --without-xemacs and
+    similar combinations as long as they are more or less consistent.
+
+commit 68748a49ab708bd1e5ac9b7673e6b687adf2bb0d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun May 22 16:04:57 2005 +0000
+
+    (TeX-PDF-mode): Use the standard minor mode function
+    instead of redefining it.
+    (TeX-PDF-mode-parsed): New function replacing the previous extra
+    functionality in `TeX-PDF-mode'.
+    (TeX-PDF-mode-on, TeX-PDF-mode-off): Warn in docstring.  Use
+    `TeX-PDF-mode-parsed'.
+
+commit 733dcd121dc64965725022e8711f742616b93f9c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 21 16:53:42 2005 +0000
+
+    *** empty log message ***
+
+commit 70a19a46faaf0cefbf460f9e770d48159090debd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 21 16:53:16 2005 +0000
+
+    (preview-make-package-xemacs): Cater for XEmacs
+    21.5 which uses a different interface for generating autoloads at
+    present.
+
+commit a2bcec3ba21a513995fee0c52bfa347d2190f275
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 21 12:57:24 2005 +0000
+
+    *** empty log message ***
+
+commit 5deb20ca103b0b8599f59efa32756bc62f6803af
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 21 12:56:58 2005 +0000
+
+    Small corrections.
+
+commit c3d4093a15c7b8509ad09a6d64b8dff8cc48be3d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 21 11:57:51 2005 +0000
+
+    *** empty log message ***
+
+commit 5baeb4e551f13466229af1a206a063a385cefcdd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 21 11:57:17 2005 +0000
+
+    (TeX-PDF-mode): Run `TeX-PDF-mode-hook'.
+
+commit 46da5066df722ee3747cd30d8b03b63c409e70f7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 21 11:56:45 2005 +0000
+
+    (TeX-bar-LaTeX-button-alist): Reenable mode-specific
+    images for View button.
+    (LaTeX-install-toolbar): Add `toolbarx-refresh' to
+    `TeX-PDF-mode-hook'.
+
+commit 68c79b5fe1bb744e8b9e03af31528fc475c2d6fd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat May 21 02:27:23 2005 +0000
+
+    * autogen.sh: Remove argument to preview/autogen.sh
+    
+    * doc/wininstall.texi: Editing changes.  Last checkin before
+    removal.
+    
+    * doc/install.texi: Editing changes.  Last checkin before removal.
+    
+    * doc/faq.texi (Customization): Don't use @var inappropriately.
+    
+    * autogen.sh: Remove generation of auto.texi.
+    
+    * doc/preview-latex.texi (Installation): Refer to AUCTeX manual.
+    (Keys and lisp): Some formatting changes.
+    
+    * doc/Makefile.in (TEXIFILES): Remove wininstall.texi and
+    install.texi.
+    (DISTTEXTS): Remove ../INSTALL and ../INSTALL.windows
+    (../INSTALL, ../INSTALL.windows): Remove.
+    
+    * doc/problems.texi (Known problems): Remove old AUCTeX advice.
+    Remove explicit node names.
+    (Emacs problems): Rewrite.  Mention precompiled CVS Emacsen.
+    Refer to AUCTeX manual.
+    (AUCTeX prior to 11.0): Remove.
+    (Too small bounding boxes): Reword.
+    (x-symbol interoperation): Explain 8-bit cleanliness somewhat more.
+
+commit 3e646559a6deb1d82cbf622f830639d781aa7507
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri May 20 22:44:39 2005 +0000
+
+    Integrate the installation instructions for
+    preview-latex.
+
+commit 19c4f5e7e1f974830e80539f3e21b62347645d65
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 20 17:54:45 2005 +0000
+
+    *** empty log message ***
+
+commit 6e14e727dc7549f361f021e7c6d4488c897c4a2b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 20 17:53:57 2005 +0000
+
+    (preview-specs-type): Use an extra :value keyword to
+      avoid a bug in `widget-convert' of XEmacs 21.4 and Emacs 21.
+
+commit 8cb7d45d449ea19ec83546fbaca1d94a6b9ea3b9
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri May 20 16:38:35 2005 +0000
+
+    *** empty log message ***
+
+commit 91e44878df8801c2d3b65674305c92a90fc91507
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri May 20 08:49:24 2005 +0000
+
+    (section{Greek Letters}): Add \Xi.
+
+commit 76f596300c16d177d1a718baf621ab5d1e84023a
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu May 19 16:31:40 2005 +0000
+
+    * Makefile.in:
+    * configure.ac:
+    * preview/Makefile.in: Change "==" to "=" in the argument of
+    "test" for Bourne shell compatibility.
+
+commit f98005f8e9aeaa0cd940075ed77360e3d178900c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu May 19 16:29:57 2005 +0000
+
+    (LaTeX-label-alist): Add "multline" environment.
+
+commit 36f4fa6d995fffc0a14b725916149b84d7725ff3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 19 15:22:47 2005 +0000
+
+    *** empty log message ***
+
+commit 51ceb6ac0a2fd69e8717580041fea6a816df0a97
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 19 15:21:24 2005 +0000
+
+    (tex-site-unload-hook, TeX-modes): Do not use
+    `dolist'.  Prevents console pop-ups with XEmacsen on Windows.
+
+commit 9a16830d78214b50361947d42e7d099c4940fa4e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu May 19 13:25:52 2005 +0000
+
+    Rearrange to make suitable for standalone
+    installation including preview-latex.  Adapt to a few
+    changes (like tex-fptex and tex-mik not being in load-path by
+    default).
+
+commit 9f42d316487a2dab9c5b13452553d4b30db58199
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 19 08:58:43 2005 +0000
+
+    *** empty log message ***
+
+commit 11c13a41a11fafd36e51b7790b18f2815cdeac45
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 19 08:58:15 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Check for
+    `charset-after' to make non-MULE XEmacsen happy.  Some
+    reformatting.
+
+commit 7cb51175740892009b7c121095f05dbe29c7c60d
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 18 20:40:46 2005 +0000
+
+    Don't use \n in character ranges since it
+    is not actually a character in Windows.
+
+commit 8d4c7673188b9796aab808b8d1e0d46b388ed3ba
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 18 17:18:43 2005 +0000
+
+    (LaTeX-math-default): Add Xi (reported by Uli
+    Fahrenberg).
+
+commit bf76b765ff0e500aba031b3a29422bf5d1ca6140
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 17 14:09:17 2005 +0000
+
+    (lisp): Rewrite condition to make `make -n' work,
+    also non-Posix shells.
+    (install-metadata): Rewrite stuff for non-Posix shells.
+    (preview-latex.el): Same here.
+    (install-metadata): ignore return state of mkinstalldirs.
+
+commit f3950eeff819fc7142e9278116ee7db9366a2950
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 17 14:07:08 2005 +0000
+
+    (EXTRAFILES): remove.  No longer needed.
+    (auto-loads.el): Undo previous change.  Properly group statements.
+    (install-el): Rewrite condition for some non-Posix shells.
+    (install-metadata): Rewrite condition for non-Posix.
+    (tar-ball): Change owner and group to root.  This is not portable,
+    but will be needed only by the maintainers, anyway.
+    (auto-loads.el): ignore errors also for braindead make.
+    (install-metadata): Same here.
+    (clean): Burp if cd doc fails.
+    (distclean): Same here.
+    (tar-ball): rewrite for braindead shells.
+    (tar-ball): make sure doc exists.  Why do I bother, actually, the
+    tarball target is not for public consumption, anyway.
+
+commit 9d845351aeceff74dccc6ffad39610baa138644e
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 17 10:41:32 2005 +0000
+
+    * Makefile.in (EXTRAFILES): remove.  No longer needed.
+    (auto-loads.el): Undo previous change.  Properly group statements.
+    (install-el): Rewrite condition for some non-Posix shells.
+    (install-metadata): Rewrite condition for non-Posix.
+    (tar-ball): Change owner and group to root.  This is not portable,
+    but will be needed only by the maintainers, anyway.
+    
+    * Makefile.in (lisp): Rewrite condition to make `make -n' work,
+    also non-Posix shells.
+    (install-metadata): Rewrite stuff for non-Posix shells.
+    (preview-latex.el): Same here.
+
+commit 05f27d5977ab2992d313ceced202104413b7671e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 16 22:42:38 2005 +0000
+
+    *** empty log message ***
+
+commit 8e2666c2aa6b7c85d47fa559be196e70293b6db9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 16 22:40:28 2005 +0000
+
+    (auto-loads.el): Don't stop on non-zero exit code.
+
+commit 86752df9bfeb3c4e3d57f196fd60265e532f9aad
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 16 08:47:57 2005 +0000
+
+    *** empty log message ***
+
+commit 5221849344e6c4196b042436f13c868b4e23b859
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 16 08:46:57 2005 +0000
+
+    (TeX-command-sentinel): Bind `TeX-transient-master'.
+
+commit a07f94ae069b4aa405b3e62151066d32b6ed76a6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 16 08:46:42 2005 +0000
+
+    (TeX-transient-master): New variable.
+    (TeX-master-file): Use it.
+
+commit b13592e781ad102dff05be181d7385c03ec2c9a7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 14 19:01:19 2005 +0000
+
+    *** empty log message ***
+
+commit da74d60a1c2a0e3cc8f6879a2ed69c5142bc972a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 14 19:00:58 2005 +0000
+
+    (LaTeX-babel-hyphen): Doc fix.
+    (LaTeX-common-initialization): Call `easy-menu-add' as late as
+    possible.
+
+commit 9d35d251e0efcac89cc962817890c91992ce3e65
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 14 17:01:18 2005 +0000
+
+    *** empty log message ***
+
+commit 489f4a83f9797437b706cb7ee62cf57c1fe088b3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 14 17:01:06 2005 +0000
+
+    (LaTeX-babel-hyphen): Doc fix.
+
+commit 09c7e93cc5d34f0e9561710fd916eb58cb47c2e2
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat May 14 16:02:24 2005 +0000
+
+    *** empty log message ***
+
+commit 8c72539f8a28d3ec81199b96c52d839e87b81b2b
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat May 14 16:02:08 2005 +0000
+
+    (CLEANFILES): Add $(CONTRIBELC) and $(CONTRIB_MULEELC).
+    (DISTCLEANFILES): Add auctex.el and auto-loads.el.
+    (auto-loads.el): Add $(COMPILE_MULE)
+
+commit 16e4fbe23118c1ccbf2ca07c0091c21223b2933e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat May 14 14:40:29 2005 +0000
+
+    * style/amsopn.el:
+    * style/amsmath.el: Move "mode"-like entries from amsopn.el to
+    amsmath.el.
+    
+    * style/amsmath.el: Edit entries in TeX-add-symbols.
+    Remove duplicate entry "raisetag".
+    Add some new entries.
+    Make arrow macros like "overleftarrows" to take argument.
+    Remove accents macros like "Hat" because they are obsolate in
+    amsmath v2.
+    (LaTeX-item-list): Add "multline*", "matrix", "pmatrix",
+    "bmatrix", "Bmatrix", "vmatrix" and "Vmatrix" environment.
+    (LaTeX-label-alist): Remove "aligned" environment.
+
+commit b98b201f094ae21be3582cdf6df17ef9f9c68d7a
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat May 14 14:35:39 2005 +0000
+
+    Move "mod"-like entries to amsmath.el.
+
+commit 9516aa26cab8c4a4821ceee03e6c70a700336379
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat May 14 14:33:09 2005 +0000
+
+    (LaTeX-amsmath-label): Fix doc.
+
+commit 27e91250f95ba3aa3c25adefdc5bd1113ec8b6a5
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat May 14 14:32:07 2005 +0000
+
+    (LaTeX-math-default): Remove duplicate entry
+    "nabla". Remove AMS Accents like "Hat" because they are obsolate
+    in amsmath v2.
+    (LaTeX-babel-hyphen): Fix doc.
+    (LaTeX-common-initialization): Edit some entries in TeX-add-symbols.
+
+commit a528702ed0f3cff4aaa389c4389571a60f21d024
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 13 08:40:02 2005 +0000
+
+    *** empty log message ***
+
+commit 9ea78e5de6bb3b735acec1fdc1c3348e91afdb73
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 13 08:39:49 2005 +0000
+
+    Small corrections.
+
+commit 57352097e6f0768a25517aa63ee4a9c50cd27467
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 12 16:27:57 2005 +0000
+
+    *** empty log message ***
+
+commit 0aa2fae06bcadde1d644a818fe5a805d84eee583
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 12 16:27:44 2005 +0000
+
+    (TeX-fold-make-overlay): Calculate priority before the overlay is
+    instantiated.
+
+commit 1eb28422097da8802b6161c8188606c807c16ce0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 12 14:15:34 2005 +0000
+
+    *** empty log message ***
+
+commit 2fdccc3ea05159b98d58ebc30b6663e054ce7fb8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 12 14:15:23 2005 +0000
+
+    (font-latex-match-command-with-arguments): Make
+    XEmacs happy.
+
+commit 25ec53862cbb366af3a261219116422a14c109b9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 12 13:15:13 2005 +0000
+
+    (LaTeX-fill-newline-hook): New hook.
+    (LaTeX-fill-newline): Use it.
+
+commit 7c8ced722f9f1f2e575d22013dffb3dec02bd8f8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 12 13:14:30 2005 +0000
+
+    *** empty log message ***
+
+commit df3495886f1874ee9790b45651f51d4b98104551
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 12 13:14:15 2005 +0000
+
+    (TeX-fold-keymap): Remove deprecated key bindings.
+    (TeX-fold-region, TeX-fold-item): Use `TeX-fold-item-end'.  Do not
+    compute display string (now done in `TeX-fold-hide-item').
+    (TeX-fold-make-overlay): Do not mess with display string anymore.
+    Thereby remove it from list of function arguments.
+    (TeX-fold-item-end, TeX-fold-overfull-p)
+    (TeX-fold-update-at-point): New functions.
+    (TeX-fold-buffer-substring): Get 'display property instead of
+    'TeX-fold-display-string which is not used anymore.
+    (TeX-fold-hide-item): Computation of display string and faces as
+    well as provisions for overfull lines are done only in this
+    function now.  The 'display property is now set for XEmacs as
+    well.
+    (TeX-fold-mode): Add and remove `TeX-fold-update-at-point' to
+    `LaTeX-fill-newline-hook' respectively.
+
+commit 139f7d8d874c5d605482c1d417b063dc2d2777fc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 12 12:10:43 2005 +0000
+
+    *** empty log message ***
+
+commit b173b53c736bce958e86bfd5b3a69e04bd53009c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 12 12:09:50 2005 +0000
+
+    (TeX-overlay-prioritize): Fix oversight in XEmacs version
+    of the function.
+
+commit d9d9085910e6003078932eb02cebd673f6774d2a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed May 11 20:33:49 2005 +0000
+
+    (tar-ball): Allow YYYYMMDD-a TAG for snapshots.
+
+commit e41ee37c4c91ede0f0707e24d71e6586a496ffdd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 11 15:07:45 2005 +0000
+
+    *** empty log message ***
+
+commit e62213d010188966a2c74f07342b03bf9384fa06
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 11 15:07:33 2005 +0000
+
+    (TeX-insert-quote): Insert TeX quote if point is just before math,
+    comment, or verbatim content.
+
+commit 3ee0bfedb24a7701e2150d3b3f58978fb62363e1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 11 14:54:23 2005 +0000
+
+    *** empty log message ***
+
+commit 50456c34f08ce912822e6df0611059aadc38a30c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 11 14:54:11 2005 +0000
+
+    (font-latex-set-syntactic-keywords): Don't freak
+    out if there is whitespace in front of the \begin/\end pair of
+    verbatim and verbatim-like environments.
+
+commit 4cf772349196964e60badd69c8475e95f752733f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 11 14:42:11 2005 +0000
+
+    *** empty log message ***
+
+commit d4c26726f74c66d50d9ade0c0e0793b99819dc69
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 11 14:41:26 2005 +0000
+
+    (LaTeX-auto-cleanup): Discard only options which
+    actually include a "=".
+
+commit b4bcc87a1729d2e0cdacc0f061ddf14654b6d659
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 11 11:07:56 2005 +0000
+
+    *** empty log message ***
+
+commit ae211ffa5e6107284588b8e5cdc6604381b79d02
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 11 11:07:43 2005 +0000
+
+    Whitespace cleanup.
+
+commit 72224de756a3a24051d131f2bfad27571654f851
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 11 09:48:05 2005 +0000
+
+    *** empty log message ***
+
+commit fab89c07a36235b07e10e7bac2f0f891439a1fbf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 11 09:47:13 2005 +0000
+
+    (TeX-overlay-prioritize): Fix calculation of priority for
+    in-between overlay.
+
+commit 3078acbf65df2172047457134c0dd47aee56583f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 10 23:43:39 2005 +0000
+
+    * doc/Makefile.in (TEXINFOINCLUDES): Add directory modifier
+    TEXIPWD.  This is ugly.
+    (html/auctex_toc.html): Use it.
+    
+    * Makefile.in (tar-ball): Make tar-ball from exporting, and allow
+    for TAG being a date specification.
+    (full-release): Omit release tag check.
+
+commit bf07b1a3760acb81400429b4dcf0726ac5de477c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 10 23:42:33 2005 +0000
+
+    *** empty log message ***
+
+commit 29361e4615dd8d85ac686f13121fd049b9c33c2e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 10 14:37:05 2005 +0000
+
+    *** empty log message ***
+
+commit 00748183cfe384ac78927a3ef291256a42172120
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 10 14:36:51 2005 +0000
+
+    (font-latex-match-command-with-arguments): Fix handling of multiple
+    optional arguments.  Break if the end of the first mandatory argument
+    could not be found.
+
+commit 272d13596be56fa4bd4a45fbcfeab0d657d16ab5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 10 13:05:25 2005 +0000
+
+    *** empty log message ***
+
+commit b42709c18321db3b57127e9b7acc7b827b3d111e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 10 13:05:07 2005 +0000
+
+    (font-latex-forward-comment): Simplify.  Code mainly by David
+    Kastrup.
+    (font-latex-match-command-with-arguments): Apply restriction of
+    region more globally.
+
+commit 6af6258ed20fe7109ed36836f226405f2b9d1aad
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 10 08:45:03 2005 +0000
+
+    *** empty log message ***
+
+commit 63d40329bdcaf2cf6e600ab3fee38faf400ffe6c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 10 08:44:52 2005 +0000
+
+    (font-latex-forward-comment): Prevent infinite loops and repair
+    regexp.
+
+commit 8ace8acea2196d8333f68f35bc72d921fb5c5a52
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 10 07:43:22 2005 +0000
+
+    *** empty log message ***
+
+commit 06dd145505b40839bf357803016088b8ba5d3298
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 10 07:43:08 2005 +0000
+
+    Clean up.
+
+commit 7bcfdd8ffbe590519098b19746f45cbfd9023b30
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 10 07:42:35 2005 +0000
+
+    (font-latex-forward-comment): New function.
+    (font-latex-match-command-with-arguments): Use it.  Set
+    fontification start of optional argument to opening bracket.
+
+commit 9506c8545ccb5f4dedce07e60a1cc6ac4f1e29e5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 9 14:51:43 2005 +0000
+
+    *** empty log message ***
+
+commit 94a8d11c23ef1497034398d09ca68be45157ba7e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 9 14:49:18 2005 +0000
+
+    (TeX-normal-mode): Ask for master file in 'shared case.
+
+commit ad2dde830a26017ac1cde076caf20f14f28fac27
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon May 9 14:41:15 2005 +0000
+
+    Fix address bogus address.
+
+commit 9790c70a5dea0b042d1fb0a2c4d0c5ad25d0183c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 9 12:19:47 2005 +0000
+
+    *** empty log message ***
+
+commit e82d678034e97d75fbc25c5aa184020370285454
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 9 12:19:39 2005 +0000
+
+    (font-latex-built-in-keyword-classes): Doc
+    fix (typo).
+    (font-latex-match-command-with-arguments): Set macro end before
+    any comments.  Do not move forward over comments if point is over
+    the limit.
+
+commit f0132fa20f48ebe01d6a2987fa4ab7c2403f8683
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon May 9 10:34:16 2005 +0000
+
+    (dist): Use DISTTEXTS instead of explicit list
+    in this directory.
+
+commit 74550adf7dd720fedd4174af5cd611bcb2bcfe40
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 7 14:19:46 2005 +0000
+
+    *** empty log message ***
+
+commit fcd683dfecfc06d9f1c64b0156f71861352c0a27
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 7 14:19:34 2005 +0000
+
+    (VirTeX-common-initialization): Remove Emacs 20
+    compatibility code.  Call `TeX-master-file' during load of shared
+    files as well.
+
+commit 39a25e71df0bff7700555dd87d176069351dea47
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 6 15:49:00 2005 +0000
+
+    *** empty log message ***
+
+commit 8b836e1b3505836fe70bf641a3ccea3eeaffd6e3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 6 15:48:42 2005 +0000
+
+    (TeX-local-master-p): Limit search.
+
+commit 45b936023f9a14d5b3d67cc04be98d4b9e2470a2
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri May 6 12:07:11 2005 +0000
+
+    (DOCFILES): Remove macros.texi to make "tar-ball"
+    work again.
+
+commit bc54c6dae0b86ca3649c45baf32439d54126fb7d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri May 6 11:51:01 2005 +0000
+
+    Remove CVS conflict marker.
+
+commit 85bd1be0882fb0410671e05eea61c7d4f5d5046a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri May 6 09:09:34 2005 +0000
+
+    (TeX-load-style): Fix typo `expand-filename'.
+
+commit fa2d0d43ff9c45a60d987dbfc6815ba7d9a7b3b1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 6 09:05:30 2005 +0000
+
+    *** empty log message ***
+
+commit 8c9ce5a4cc10f922f6c999e0e8db2cfe74a58ed8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 6 09:05:14 2005 +0000
+
+    (TEXINFOINCLUDES): New variable used for file
+    inclusion with makeinfo, texi2dvi and texi2pdf.
+    (MAKEINFOINC): Remove.
+
+commit 5549b3a833f722f552ba8a3a57b8ca0bfe1eceb0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 6 08:54:20 2005 +0000
+
+    *** empty log message ***
+
+commit 69f55a70874ee52c7d5e8d649f9bf1a40f8276cd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 6 08:54:09 2005 +0000
+
+    (Introduction): Make package activation clearer.
+
+commit 63ffa422ee8efcbe64e8f90a701d17a2cf5d8440
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 5 14:34:45 2005 +0000
+
+    *** empty log message ***
+
+commit bc812d36ef2def8a7c62d2ec30dee39a70463b20
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 5 14:34:30 2005 +0000
+
+    (Introduction): Be consistent with the display of
+    commands in the rest of the manual.
+
+commit 385e82f17e1991a155f81d4db994e3f58f7ca84f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 5 10:00:59 2005 +0000
+
+    *** empty log message ***
+
+commit cde770e255ded50b616689b324426bc86155030c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 5 10:00:47 2005 +0000
+
+    (TeX-fold-mode): Improve doc string and add its
+    first line to the autoload form.
+
+commit f4e2ab995c908c2069007fbe4c5e42b5bef5d4c2
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 4 21:21:48 2005 +0000
+
+    (TeX-fold-mode): Change autoload cookie because of
+    XEmacs.
+
+commit dce3d67c9b15062d1bd77b4f067ad8a4986c4090
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 3 07:41:51 2005 +0000
+
+    First attempt
+
+commit a8098ac8360288880c029aa4efeaf42bb4068c0b
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon May 2 21:34:03 2005 +0000
+
+    * doc/install.texi:
+    
+    * doc/intro.texi:
+    
+    * doc/wininstall.texi: overhaul.
+    
+    * autogen.sh: adapt to auto.texi scheme.
+    
+    * tex-site.el.in (tex-site-unload-hook): Define to remove the
+    after-load hooks and load-path entry.
+    (TeX-modes-set): Use defalias instead of fset to allow unloading.
+    
+    * README.CVS: Change instructions.
+    
+    * doc/wininstall.texi:
+    
+    * doc/install.texi: Overhaul, use auto.texi.
+    
+    * doc/Makefile.in (../INSTALL, ../INSTALL.windows): add auto.texi
+    dependence.
+    (maintainer-clean): remove auto.texi.
+    
+    * autogen.sh: Generate auto.texi
+    
+    * README.CVS: Some modifications.
+
+commit 9453cb9616391e576c5831e15e1c0fc64fe4294a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon May 2 14:37:44 2005 +0000
+
+    * toolbar-x.el (toolbarx-install-toolbar): Remove overlong doc
+    string from autoload.
+    
+    * tex-site.el.in (tex-site-unload-hook): Define to remove the
+    after-load hooks and load-path entry.
+    (TeX-modes-set): Use defalias instead of fset to allow unloading.
+    
+    * README.CVS: Change instructions.
+    
+    * README.CVS: Some modifications.
+
+commit 6464328dd01212e0cd97bfb940c6a779e446045f
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon May 2 10:37:49 2005 +0000
+
+    * aclocal.m4 (EMACS_PATH_LISPDIR): better help.
+    
+    * style/url.el:
+    
+    * style/ltx-base.el:
+    
+    * style/units.el:
+    
+    * style/alltt.el:
+    
+    * style/alphanum.el:
+    
+    * style/jura.el:
+    
+    * style/emp.el:
+    
+    * style/doc.el:
+    
+    * style/slides.el:
+    
+    * style/csquotes.el:
+    
+    * style/listings.el:
+    
+    * style/nicefrac.el:
+    
+    * style/ltxdoc.el:
+    
+    * style/jurabib.el:
+    
+    * style/mdwlist.el:
+    
+    * style/amstex.el: Change maintainer address.
+    
+    * doc/intro.texi (Introduction): Changes, cleanup, corrections.
+
+commit 48d02fe83a0187a9cbcc0f3496aeef12eb679a32
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun May 1 20:36:30 2005 +0000
+
+    * doc/install.texi (Prerequisites): Shorten.
+    (Prerequisites): Mention that one can survive without texinfo.
+    (Configure): Add prefix information.
+    (Configure): Sync with preview-latex docs.  Mention the
+    disable-preview option and preview-specific options.
+    
+    * configure.ac: Don't use have-preview macro.  Conflicts with the
+    idea of pregenerated docs.
+    
+    * doc/install.texi (Configure): Synch with auctex.
+
+commit 4ef108f86b7c00ec3f579d04226df270c37fefd6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 1 18:55:45 2005 +0000
+
+    *** empty log message ***
+
+commit c9ff5f71c7c7e2f758cfaeb2155b5392a202f578
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 1 18:55:27 2005 +0000
+
+    (font-latex-make-match-defun)
+    (font-latex-make-built-in-keywords): Byte-compile generated
+    functions.
+
+commit dcbb4ef57c79a432899dba92ee87a215a51cc3f6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 1 15:14:13 2005 +0000
+
+    *** empty log message ***
+
+commit f9f541c6e05de47b94788293f91d81373a1d4750
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 1 15:13:55 2005 +0000
+
+    (clean, distclean): Descend.
+
+commit 351c9c21416b41a90270f4864adae404191b7bf0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun May 1 10:47:34 2005 +0000
+
+    * tex.el (TeX-load-style): Properly expand file names, and fix a
+    terrible order-of-arguments bug.
+    
+    * Makefile.in (AUCSRC): Move tex-style.el before latex.el
+    
+    * tex-fptex.el:
+
+commit 57bb406bbce8f515f6b91029d406330b982d9da5
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 30 22:56:24 2005 +0000
+
+    * configure.ac: fix syntax error with MAKEINFO_MACROS
+    
+    * tex-site.el.in (TeX-mode-alist): Use correct file name for
+    texinfo-mode.
+    
+    * Makefile.in (AUCSRC): Move tex-style.el before latex.el
+    
+    * configure.ac: Add have-preview to macros if we have preview
+    enabled.
+    
+    * doc/Makefile.in (MAKEINFOINC): Use macros.texi in preview/doc
+    directory.
+    (auctex.dvi, auctex.pdf, auctex.info, ../INSTALL)
+    (../INSTALL.windows, ../README, ../CHANGES, ../TODO, ../FAQ): Use
+    MAKEINFOINC
+
+commit 871af9cbe702b3145aa544313a85a8d784d8890e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 30 22:43:59 2005 +0000
+
+    * configure.ac: Add have-preview to macros if we have preview
+    enabled.
+    
+    * doc/Makefile.in (MAKEINFOINC): Use macros.texi in preview/doc
+    directory.
+    (auctex.dvi, auctex.pdf, auctex.info, ../INSTALL)
+    (../INSTALL.windows, ../README, ../CHANGES, ../TODO, ../FAQ): Use
+    MAKEINFOINC
+    
+    * doc/macros.texi: Remove in lieu of version in preview/doc.
+    
+    * doc/intro.texi (Introduction): Reorganize, use more of rawfile.
+    Mention preview-latex.
+    
+    * tex-buf.el:
+    
+    * tex-fold.el:
+    
+    * tex-font.el:
+    
+    * tex-fptex.el:
+    
+    * tex-info.el:
+    
+    * tex-mik.el: Change maintainer to auctex-devel@gnu.org
+
+commit 08c5d5fe9529af9aa821a8c1c5f3955e3d5d707d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 30 21:09:23 2005 +0000
+
+    * Makefile.in (install-metadata): Correct version number.
+    (DESCEND): different quoting.
+    (install): Same here.
+    (install-metadata): Don't depend on some exit values.
+    
+    * Makefile.in (auctexstartfile): autoconf variable.
+    (subdirs): autoconf variable.
+    (PACKAGE, PACKAGE_INFO): macros.
+    (DESCEND): For rebuilding stuff and installing.
+    (all): descend.
+    (tex-site.el): don't include autoloads when XEmacs.
+    (install): descend.
+    (install-startup): new target
+    (install-el): don't install tex-site on XEmacs.
+    (install-el): don't fail on .nosearch not installed.
+    (install-metadata): new target for XEmacs.
+
+commit 46bae0a66b08210aca064a4e8bafac7ba2549315
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 30 20:45:03 2005 +0000
+
+    * Makefile.in (install-metadata): Correct version number.
+    
+    * configure.ac: substitute auctexstartfile.  Export auctexdir as
+    `..'.
+    If installing info into XEmacs package, disable install-info.  If
+    makeinfo is disabled, don't check for macros.
+    
+    * Makefile.in (auctexstartfile): autoconf variable.
+    (subdirs): autoconf variable.
+    (PACKAGE, PACKAGE_INFO): macros.
+    (DESCEND): For rebuilding stuff and installing.
+    (all): descend.
+    (tex-site.el): don't include autoloads when XEmacs.
+    (install): descend.
+    (install-startup): new target
+    (install-el): don't install tex-site on XEmacs.
+    (install-el): don't fail on .nosearch not installed.
+    (install-metadata): new target for XEmacs.
+    
+    * configure.ac: Use existing variables packagedatadir,
+    packagelispdir.
+    If configuring a package and infodir is defaulted, disable
+    install-info.
+    Disable TEXHASH when installing --without-texmfdir.  Move TEXHASH
+    test.
+
+commit 214ea2559830ba9cb4be3f4b414f520b0eb66f1f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 30 15:28:07 2005 +0000
+
+    * configure.ac: substitute auctexstartfile.  Export auctexdir as
+    `..'.
+    
+    * Makefile.in (auctexstartfile): autoconf variable.
+    (subdirs): autoconf variable.
+    (PACKAGE, PACKAGE_INFO): macros.
+    (DESCEND): For rebuilding stuff and installing.
+    (all): descend.
+    (tex-site.el): don't include autoloads when XEmacs.
+    (install): descend.
+    (install-startup): new target
+    (install-el): don't install tex-site on XEmacs.
+    (install-el): don't fail on .nosearch not installed.
+    (install-metadata): new target for XEmacs.
+    
+    * configure.ac: Use existing variables packagedatadir,
+    packagelispdir.
+    
+    * aclocal.m4: Use existing lispdir variable.
+    
+    * prv-install.el (preview): don't require
+    (preview-make-package-xemacs): several changes to command line
+    options.
+    
+    * Makefile.in (lisp): rename from elisp for harmony with AUCTeX.
+    (install-images): rename from install-icons.
+    (install-metadata): new options for prv-install.el
+
+commit 9ca678d5b4f40b194c37f206763eda5484ee7c92
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 29 13:19:57 2005 +0000
+
+    *** empty log message ***
+
+commit bf63dbef746d6d1bb4db0a2cd2a92d106a6e6be1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 29 13:19:45 2005 +0000
+
+    Remove `TeX-doc' for `ams-tex-mode'.
+
+commit 7192e5b75f02a300e2bc2f67cf96a581a83f52d9
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 29 12:32:17 2005 +0000
+
+    * auctex.el.in:
+    
+    * context.el:
+    
+    * latex.el:
+    
+    * tex-jp.el:
+    
+    * tex-site.el.in:
+    
+    * tex.el:
+    
+    *  tex-info.el: Remove TeX-doc.
+    
+    * tex-info.el (Texinfo-mode): Fix type in alias.
+    
+    * tex-site.el.in (tex-site): Provides are added by Makefile.
+    Remove them here.
+
+commit a24981caa73b12a620cd92c70322b39820edc030
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 29 10:46:44 2005 +0000
+
+    (Texinfo-mode): Fix type in alias.
+
+commit 70f9c6487a1eea561c3a191d94488a9b19328fd2
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 29 10:20:31 2005 +0000
+
+    (tex-site): Provides are added by Makefile.
+    Remove them here.
+
+commit 653e92391434db0c90a8b9f269197f4196c1ac5e
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 29 10:19:52 2005 +0000
+
+    * configure.ac: Generate tex-site.el.out instead of tex-site.el.
+    
+    * Makefile.in (AUTOLOAD): New form for autoloads from rest of line.
+    (all): Make depend on tex-site.el
+    (lisp): Depend on tex-site.el
+    (tex-site.el, auto-loads.el): New targets.
+    
+    * aclocal.m4: echo date correctly.
+
+commit 0204a5c7349df282cb0df6ea86d91679f36d11d9
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 29 10:12:52 2005 +0000
+
+    Add a few autogenerated files.
+
+commit da279fd5e6eb9f2f599ce961fc44e3ab85b363f5
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Apr 28 17:30:00 2005 +0000
+
+    (TeX-mode-alist): Exchange value and doc string.
+    (TeX-modes-set): Check if mode is fbound.
+
+commit 22bae73cd383fa6ed88f13f570435a0ace727f57
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Apr 28 14:31:26 2005 +0000
+
+    * doc/changes.texi: Mention changes in sectioning fontification.
+    
+    * doc/auctex.texi (Font Locking): Adjust to new sectioning
+    fontification.
+
+commit 7f22b8c855ed285e3c21dd58ba2d9cf2fd637f12
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Apr 28 14:12:40 2005 +0000
+
+    (font-latex-fontify-sectioning): Fix typos in doc string.
+    Remove face-aliases.
+
+commit 53070736664461ddf656a5289600fa727897b3d2
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Apr 28 13:02:50 2005 +0000
+
+    Fix wrong remark about face-alias.
+
+commit c685873cb57beb48cc31d14ceb6a2209361fc123
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Apr 28 12:58:24 2005 +0000
+
+    Rename most *-title* stuff to *-sectioning*.  Old
+    names: font-latex-title-%s-face, font-latex-title-fontify,
+    font-latex-update-title-faces, font-latex-make-title-faces
+    font-latex-title-max.  New names: font-latex-sectioning-%s-face,
+    font-latex-fontify-sectioning, font-latex-update-sectioning-faces,
+    font-latex-make-sectioning-faces, font-latex-sectioning-max.
+    Provide face-alias iff old faces have been saved via customize.
+
+commit ea4dc40b1cf2d57948912c6df278177aab1b1db6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 28 08:15:03 2005 +0000
+
+    *** empty log message ***
+
+commit 59e979b7e19a705f78868d32d9ca41a3a62ac1ca
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 28 08:08:37 2005 +0000
+
+    (Development): New name replacing "ToDo".
+
+commit da5a8acd274883013c72914db442651e32232daf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 28 08:08:23 2005 +0000
+
+    Fix for raw output.
+
+commit ca257086bdeaa8d8c1b88f170d1a76ee3866b161
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 28 05:10:24 2005 +0000
+
+    * tex-site.el.in (TeX-doc): Use AUCTeX-version.
+    
+    * configure.ac: fiddle with relative paths.
+    
+    * Makefile.in: several changes to buld structure.
+    
+    * auctex.el.in (TeX-doc): Startup file source.
+    
+    * doc/Makefile.in (DISTTEXTS): list plain text files in parent dir.
+    (.PHONY): everything needed here.
+    (auctex.info): don't ignore errors.
+    (../INSTALL, ../INSTALL.windows, ../README, ../CHANGES)
+    (../TODO, ../FAQ, disttexts): New targets.
+    (INSTALL, INSTALL.windows, README, CHANGES, HISTORY, TODO, FAQ):
+    Remove.
+    (clean): Don't remove files in this directory.
+    (maintainer-clean): New target, removes files in parent, too.
+    
+    * aclocal.m4 (AUCTEX_AUTO_DIR): simplify.
+    (AC_LISPIFY_DIR): add third argument.  Simplify a few common
+    expressions.
+
+commit 2fcaba5a57d02c51cb6963760b2370816ccecc51
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 28 01:45:00 2005 +0000
+
+    * doc/wininstall.texi:
+    
+    * doc/intro.texi:
+    
+    * doc/install.texi:
+    
+    * doc/faq.texi:
+    
+    * doc/changes.texi: Make the stuff compile cleanly.
+    
+    * doc/Makefile.in (DISTTEXTS): list plain text files in parent dir.
+    (.PHONY): everything needed here.
+    (auctex.info): don't ignore errors.
+    (../INSTALL, ../INSTALL.windows, ../README, ../CHANGES)
+    (../TODO, ../FAQ, disttexts): New targets.
+    (INSTALL, INSTALL.windows, README, CHANGES, HISTORY, TODO, FAQ):
+    Remove.
+    (clean): Don't remove files in this directory.
+    (maintainer-clean): New target, removes files in parent, too.
+    
+    * autogen.sh: Create info files and distribution texts like
+    preview-latex does, and recurse into preview directory to do the
+    same.
+
+commit 4ac002797d84dcb57ee4ec10c7e120ad71bf0c69
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 27 21:32:24 2005 +0000
+
+    * tex.el (TeX-lisp-directory, TeX-auto-global): Don't
+    `file-name-as-directory'fy.
+    (TeX-style-global, TeX-auto-local, TeX-style-local)
+    (TeX-macro-global, TeX-macro-private): Same here.
+    (TeX-auto-private): Use expand-file-name.
+    (TeX-style-private): Same here.
+    (TeX-check-path): Same.
+    (TeX-load-style): Adapt.
+    
+    * tex-buf.el (TeX-check-files): Be robust against non-slashed
+    directory names.
+    (TeX-ispell-document): Same here.
+    
+    * tex.el (AUC-TeX-version, AUC-TeX-date): Protect
+    `make-obsolete-variable' against obsolete Emacsen.
+
+commit c0983e82a029585b5bd369fe6d53f2cad7fdff56
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 27 19:16:39 2005 +0000
+
+    sed paranoia.
+
+commit ef185e4ac664d729a45f65a5d850b4dad378bfa0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 27 18:26:48 2005 +0000
+
+    *** empty log message ***
+
+commit 5fcd6ceab704af21808a66f9a44ac0fd495dc83a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 27 18:24:46 2005 +0000
+
+    (AC_DATE_VERSION_FROM_CHANGELOG): Escape `+'.  Add
+    regexp group.  Close function.
+
+commit 33a0f04a7db8fde503bde9b60a7df037bb2053e6
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 27 18:24:09 2005 +0000
+
+    * preview.el (TeX-inline-preview-internal): Don't try interpreting
+    coding-system if it is nil.
+    
+    * aclocal.m4 (AC_DATE_VERSION_FROM_CHANGELOG): actually look into
+    the ChangeLog file.  Uh.
+
+commit 278d1491f5de60be006d10fc2d18acee2debe64f
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 27 17:42:38 2005 +0000
+
+            * configure.ac: Correct bug reporting address and move stuff over
+            from preview.
+
+commit 871833e01f40612638866e602f0d599fc1b8a9cf
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 27 17:29:26 2005 +0000
+
+    (AC_DATE_VERSION_FROM_CHANGELOG): actually look into
+    the ChangeLog file.  Uh.
+
+commit 258745c1b646e05ad6de20db5adbfa8f40c909f6
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Apr 27 16:28:12 2005 +0000
+
+    *** empty log message ***
+
+commit 3e405c6a0862613384ac3939ec3c82c06e8092b6
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 27 16:26:52 2005 +0000
+
+    * aclocal.m4: remove, we want the one in preview instead.
+    
+    * autogen.sh: Use aclocal.m4 from preview subdirectory.
+
+commit dbf7867294c28951b52644ab7a1dd0dfb0999206
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Apr 27 16:25:20 2005 +0000
+
+    Mention the fix of Japanese fill problems.
+
+commit 73a30a069bf7beba7fa8f0718b296eee0de06f92
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 27 16:16:39 2005 +0000
+
+    * tex-site.el.in (AUCTeX-version, AUCTeX-date): get via configure.
+    
+    * tex.el (info): Add "docTeX" to info prefixes.
+    (AUCTeX-version, AUCTeX-date): removed to tex-site.el.
+    (AUC-TeX-version, AUC-TeX-date): Use `make-obsolete-variable'.  Is
+    version 11.50 correct?
+    
+    * tex-bar.el (LaTeX-install-toolbar): Adjust toolbarx-image-path.
+    
+    * autogen.sh: Use aclocal.m4 from preview subdirectory.
+    
+    * tex.el (TeX-submit-bug-report): Add `TeX-command-list' to bug
+    reports.
+    
+    * latex/README (Note): Add bug reporting address.
+    
+    
+    * tex-buf.el (TeX-command): Let it accept `TeX-active-master' as
+    well, by not touching `TeX-current-process-region-p' unless
+    `TeX-region-file' or `TeX-master-file' have been identified
+    explicitly.
+    (TeX-view): Simplify.
+    (TeX-active-process, TeX-active-buffer): Simplify.
+    
+    
+    * tex-buf.el (TeX-help-error): Create the correct log file
+    name corresponding to the current run.
+    (TeX-error, TeX-warning): Pass runbuffer info into the routines to
+    get the correct log file name in all circumstances.
+    
+    
+    * configure.ac: don't bother about pre-2.50 autoconf.  Check
+    version more fine-grainedly.
+    
+    
+    * texmathp.el (texmathp-match-switch): Add autoload cookie.
+    
+    * tex.el (no-doc): Remove: not needed because autoloads are
+    documented by the cookie extraction process.
+    (bibtex-mode-hook): Remove.  This will be done by an autoload
+    cookie from latex.el instead.
+    (BibTeX-auto-store, LaTeX-math-mode, japanese-plain-tex-mode)
+    (japanese-latex-mode, texinfo-mode, latex-mode, multi-prompt)
+    (texmathp, texmathp-match-switch): Remove autoloads since this is
+    done by cookies extracted into auctex.el.
+    (TeX-region-create, TeX-save-document, TeX-home-buffer)
+    (TeX-pin-region, TeX-command-region, TeX-command-buffer)
+    (TeX-command-master, TeX-command, TeX-kill-job)
+    (TeX-recenter-output-buffer, TeX-next-error)
+    (TeX-toggle-debug-boxes, TeX-region-file, TeX-current-offset)
+    (TeX-process-set-variable, TeX-view): Make comment nil instead of
+    no-doc.
+    (font-latex-setup, tex-font-setup): Remove autoloads.  Should be
+    done by cookies instead.
+    (TeX-tex-mode): rename from tex-mode.
+    (TeX-plain-tex-mode): rename from plain-tex-mode.
+    (ams-tex-mode): Change autoload cookie.
+    
+    * tex-jp.el (japanese-plain-tex-mode, japanese-latex-mode): Change
+    autoload cookies.
+    
+    * tex-font.el (tex-font-setup): Add autoload cookie.
+    
+    * tex-fold.el (TeX-fold-mode, tex-fold-mode): Add autoload
+    cookies.
+    
+    * multi-prompt.el (multi-prompt): Add autoload cookie.
+    
+    * latex.el (auto-mode-alist): Add .drv to latex-mode.
+    (TeX-latex-mode): Changed name from latex-mode.
+    (TeX-doctex-mode): Same here for doctex-mode.  Explicitly set
+    major-mode to doctex-mode: we don't want different modes.
+    
+    * tex-info.el (texinfo): Alias texinfo-mode to Texinfo-mode for
+    symmetry.
+    (Texinfo-mode): Autoload.
+    
+    * context.el (ConTeXt-mode, context-mode): Add definitions and
+    aliases and autoload cookies.
+    
+    * bib-cite.el: Remove autoload from instructions.
+    
+    * toolbar-x.el (toolbarx-image-path): New variable.
+    (toolbarx-make-string-from-symbol)
+    (toolbarx-make-symbol-from-string, toolbarx-good-option-list-p)
+    (toolbarx-separate-options, toolbarx-merge-props)
+    (toolbarx-make-command, toolbarx-emacs-mount-popup-menu)
+    (toolbarx-xemacs-mount-popup-menu, toolbarx-mount-popup-menu)
+    (toolbarx-option-value, toolbarx-eval-function-or-symbol)
+    (toolbarx-test-image-type, toolbarx-test-button-type)
+    (toolbarx-test-any-type, toolbarx-test-string-or-nil)
+    (toolbarx-test-toolbar-type, toolbarx-test-dropdown-type)
+    (toolbarx-test-symbol, toolbarx-test-dropdown-default)
+    (toolbarx-test-dropdown-save)
+    (toolbarx-process-group-without-insert, toolbarx-process-group)
+    (toolbarx-process-symbol, toolbarx-process-dropdown-group)
+    (toolbarx-find-image, toolbarx-emacs-add-button)
+    (toolbarx-emacs-refresh-process-button-or-insert-list)
+    (toolbarx-emacs-refresh, toolbarx-xemacs-image-properties)
+    (toolbarx-xemacs-button-properties, toolbarx-xemacs-refresh):
+    Remove autoload cookies.
+    (toolbarx-find-image): Use `toolbarx-image-path'.
+
+commit 4d002eea11fa605725be978bc7327c56ef41dfbe
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 26 12:54:17 2005 +0000
+
+    (font-latex-update-title-faces): Remove unused
+    variable.  Don't call when loading the file.
+    (font-latex-title-fontify): Document that faces set outside of
+    customize might be modified.
+    (font-latex-make-title-faces): Set height or size so that
+    customize won't complain.
+
+commit 1de6867130b13a3d5015242137abf39e5beb72da
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 24 09:47:28 2005 +0000
+
+    *** empty log message ***
+
+commit bf5cdf7cc7d6dfcb4e320adb588c6f16cfdc3689
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 24 09:47:08 2005 +0000
+
+    (TeX-run-interactive): Use `add-hook'.
+
+commit 3469c4fcee47a565cd73f231717953926f746940
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 24 08:47:41 2005 +0000
+
+    *** empty log message ***
+
+commit 3649e88ff62cf19390e37f8cd3a6ec16709558e3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 24 08:47:24 2005 +0000
+
+    (TeX-interactive-goto-prompt): New function.
+    (TeX-run-interactive): Use it instead of setting
+    `comint-scroll-to-bottom-on-output'.
+
+commit aca39a523a164b9617d0972243e04a48e963fe47
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 23 12:18:02 2005 +0000
+
+    *** empty log message ***
+
+commit 70659483d6a6ed66293a6510c8850d2cec011df8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 23 12:17:51 2005 +0000
+
+    (font-latex-update-title-faces): Do not touch
+    customized faces.
+    (font-latex-title-fontify): Use `custom-initialize-default'.
+    (font-latex-make-title-faces): Check for value of `saved-face'
+    property for determining face customization.
+
+commit 7f5ffa8ab72bc535a438d25d8850a576a224b4a2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 23 09:16:20 2005 +0000
+
+    *** empty log message ***
+
+commit 49c8584110ead7ca17d7a2ee3fbcbad569b96ffb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 23 09:14:45 2005 +0000
+
+    (TeX-find-macro-boundaries): Reimplement.  Now handles
+    \foo{\bar}{ba-!-z} case correctly.
+    (TeX-find-macro-start-helper): Remove.
+
+commit dd39a0440d98bbad610f623717a8202e6de28575
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Apr 22 11:34:34 2005 +0000
+
+    (font-latex-make-title-faces): Define the face,
+    don't set size.  Set parent/inherit conditionally.
+    (font-latex-update-title-faces): New function.
+    (font-latex-title-fontify): Add :initialize and :set.  Using
+    `font-latex-update-title-faces' allows changing the height within
+    an Emacs session.
+    (font-latex-title-5-face): Renamed from title-4-face.
+    (font-latex-built-in-keyword-classes): Use title-0 and title-5
+    faces.
+
+commit 2c968d60d6e74799b0c84cb541737beb859ad64e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 22 09:02:22 2005 +0000
+
+    *** empty log message ***
+
+commit 603752751aff29b3153e13e8c37333b0cab1fd98
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 22 09:01:55 2005 +0000
+
+    (TeX-run-interactive): Make output buffer scroll.
+
+commit ce3b8360d5fb67cad071d3d529473a25221a8413
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 18 11:36:45 2005 +0000
+
+    * preview.el (preview-dump-state): New function to get run buffer
+    info.
+    (preview-report-bug): Use it.
+    
+    * Makefile.in (install-metadata): include directories in `MANIFEST'.
+
+commit c67f1302ae8f34dcb391b912ec13221f1f87d276
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 18 08:34:26 2005 +0000
+
+    *** empty log message ***
+
+commit 638728adac033a425dfc5094f61a7dc49878ef1b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 18 08:34:07 2005 +0000
+
+    (TeX-fold-region): Get rid of \_> for matching
+    macros.  It prevents macros immediately followed by numbers from
+    being found.
+
+commit 81aa04d9e74aff380df77099a505171eb06a4d88
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 16 21:35:36 2005 +0000
+
+    Work around another ntheorem bug affecting
+    showlabels.
+
+commit 689f5027502a01bc36723f9fdf426c2bd605cd6f
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Apr 16 20:05:52 2005 +0000
+
+    *** empty log message ***
+
+commit 0efb030aa63da841a32aaa5f4209ff57d34213c2
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Apr 16 20:05:32 2005 +0000
+
+    (LaTeX-item-equation): just-one-space before
+    `\\' at the end of line.
+
+commit 2c9e452276f17947b5a95636d03927d1525ad71c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 15 14:26:02 2005 +0000
+
+    *** empty log message ***
+
+commit 6f7036a5d76a2cc9ecb72aa50d1979f2ad60d8ba
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 15 14:25:49 2005 +0000
+
+    ("harvard"): Activate harvard citation format
+    in RefTeX.
+
+commit 6640e04bf144b772433efcdbd587d9a8e94e4102
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 14 07:22:47 2005 +0000
+
+    *** empty log message ***
+
+commit 312d88fd1d198b68e0a0b19943b5c7ad78a218be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 14 07:22:38 2005 +0000
+
+    (TeX-fold-force-fontify): New variable.
+    (TeX-fold-buffer): Use it.  Make sure the buffer is fontified
+    before folding is done.
+
+commit c1ea1122839c78c906a9153caa9dae863a908a62
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 14 07:22:22 2005 +0000
+
+    (Folding): Mention `TeX-fold-force-fontify'.
+
+commit 027f276957f5e263ed1c748cfd82690d79197526
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 14 07:22:07 2005 +0000
+
+    Mention `TeX-fold-force-fontify'.
+
+commit 02214293478dc81c99c601ffbeb4945f1fa98cb0
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Apr 13 16:04:52 2005 +0000
+
+    *** empty log message ***
+
+commit 4e1c3adecbac8fe8dd0fde32b062e0850221fb5a
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Apr 13 16:04:06 2005 +0000
+
+    Fix comment.
+    ("amsmath"): Removed duplicate settings of "alignat*" and
+    "xalignat*" from LaTeX-add-environments.  Add "xalignat",
+    "xalignat*", and "xxalignat" to LaTeX-item-list.
+    (LaTeX-amsmath-env-alignat): Do not ask label if the tail of ENV
+    is "*".
+
+commit 02826d28da140162045655c404a2f8bb82fd29a8
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Apr 13 15:42:41 2005 +0000
+
+    *** empty log message ***
+
+commit a9dcddad221c59099ef55f953cb512432f5bace4
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Apr 13 15:42:11 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Refactoring.  Set
+    third argument of re-search-backward to 'move instead of using
+    skip-chars-backward.
+
+commit b8a54d56bb2b50cb62eed8f4ed18dfe441dd2f4d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 13 11:10:37 2005 +0000
+
+    *** empty log message ***
+
+commit 8e3391a830cb92dc3f9054d8631dc0083b52c235
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 13 11:10:27 2005 +0000
+
+    (LaTeX-math-abbrev-prefix): Offer only string type for
+    customization.  Add proper :initialize and :set functions to allow
+    the value to be changed without having to restart Emacs.
+
+commit 5649c4f9c4eb3bdf7d57d4af2b74653974c96765
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 13 11:10:17 2005 +0000
+
+    (Mathematics): Document only the string-nature
+    of `LaTeX-math-abbrev-prefix'.
+
+commit 470a6d38046ac12a5c2b9cd1920518f00ed95605
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 12 17:11:26 2005 +0000
+
+    *** empty log message ***
+
+commit 5ffc11d6d9e535e1c2d4af19dd870b1e72961a43
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 12 17:11:18 2005 +0000
+
+    (LaTeX-math-abbrev-prefix): Can now be a string to be
+    used with `kbd'.
+    (LaTeX-math-abbrev-prefix): New function.
+    (LaTeX-math-keymap, LaTeX-math-mode): Use it.
+
+commit ca67758a2d372b381811820333a236d04aeca038
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 12 17:11:09 2005 +0000
+
+    (Mathematics): Explain
+    `LaTeX-math-abbrev-prefix' more verbosely.
+
+commit ed3cdfa35a8fd9a3df2954ef62f93b70459d872f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 12 15:12:39 2005 +0000
+
+    * configure.ac: Don't bother about pre-2.5 autoconf versions.
+    
+    * doc/faq.texi (Customization): Remove lamentation that PDF
+    foreground is fixed to black.
+    
+    * preview.el (preview-pdf-color-string): New function.
+    (preview-pdf2dsc-sentinel): Use it.
+    
+    * configure.ac: renamed from configure.in
+
+commit a5bfe2e922c0a71a8a6db309a1d548d9e7cd239b
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 12 15:06:10 2005 +0000
+
+    (TeX-lisp-directory): Avoid open-parenthesis at beginning of a line.
+
+commit ad65ee457e562a389a4cff17e23ee68d9bb248d0
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 12 14:07:33 2005 +0000
+
+    (TeX-lisp-directory): Quote parentheses in doc string.
+
+commit afabc2cf89c9224c55f55d6a6d4c52c2c968c9fc
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 12 14:05:27 2005 +0000
+
+    * tex-style.el (LaTeX-beamer-inner-themes)
+    (LaTeX-beamer-outer-themes, LaTeX-beamer-color-themes)
+    (LaTeX-beamer-font-themes): New variables for style/beamer.el.
+    
+    * style/beamer.el (LaTeX-arg-beamer-inner-theme)
+    (LaTeX-arg-beamer-outer-theme, LaTeX-arg-beamer-color-theme)
+    (LaTeX-arg-beamer-font-theme): New functions.
+
+commit 99c3d25827c96d5404776851fc606093d287eb84
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 11 23:05:19 2005 +0000
+
+    renamed from configure.in
+
+commit ccaa3d390ebf24b357276b2608e483134d01af11
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 11 23:02:08 2005 +0000
+
+    Renamed from configure.in.  Old ChangeLog:
+    
+    RCS file: /cvsroot/auctex/auctex/preview/configure.in,v
+    Working file: configure.in
+    head: 1.83
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9-1: 1.77
+            rel-0-9: 1.70
+            rel-0-8-1: 1.61
+            rel-0-8: 1.60
+            rel-0-7-8: 1.54
+            rel-0-7-7: 1.46
+            rel-0-7-6: 1.45
+            rel-0-7-5: 1.39
+            rel-0-7-4: 1.38
+            rel-0-7-3: 1.36
+            rel-0-7-2b: 1.34
+            rel-0-7-2: 1.34
+            rel-0-7-1: 1.30
+            rel-0-7: 1.28
+            rel-0-6-1: 1.17
+            rel-0-6: 1.14
+            rel-0-5-8-2: 1.11
+            rel-0-5-8-1: 1.9
+            rel-0-5-8: 1.9
+            rel-0-5: 1.5
+    keyword substitution: kv
+    total revisions: 83;    selected revisions: 83
+    description:
+    ----------------------------
+    revision 1.83
+    date: 2005/04/11 20:05:10;  author: jalar;  state: Exp;  lines: +3 -3
+    Minimal changes to printouts
+    ----------------------------
+    revision 1.82
+    date: 2005/04/11 09:01:32;  author: dak;  state: Exp;  lines: +65 -17
+    * prv-install.el (preview-make-package-xemacs): Don't generate
+    manifest and take package name from command line.
+    
+    * configure.in: Don't expose `lispdir'.  Explain `TEXHASH',
+    `PERL', `MAKEINFO', `INSTALL_INFO'.
+    
+    * latex/Makefile.in (texmfdir): Don't import.
+    
+    * Makefile.in (lispdir): Don't import.
+    
+    * preview.el (preview-counter-find): Fix bug with `(marker)'.
+    
+    * latex/Makefile.in (exec_prefix, libdir): Export.
+    
+    * doc/install.texi (Configure): Explain `--without-texmf-dir'.
+    (Advice for package providers): Don't trash talk AUCTeX
+    preactivation.
+    (Advice for package providers): Mention `--without-texmf-dir'.
+    
+    * doc/Makefile.in (exec_prefix, libdir): export.
+    
+    * preview.el (preview-datadir): Use instead of `preview-icondir'.
+    (preview-filter-specs): Use it.
+    (preview-TeX-style-dir): New variable for uninstalled styles
+    (preview-set-texinputs): Add or remove it from TEXINPUTS
+    environment.
+    (preview-TeX-style-dir): proper customization.
+    (preview-install-styles): New function to install styles
+    permanently.
+    
+    * configure.in: use `packagedatadir' instead of `icondir'.  Add
+    check for `kpathseaseparator'.  Shell-quote and export
+    `exec_prefix' and `libdir'.
+    
+    * auto.el.in (preview-datadir): replace preview-icondir, and add
+    `lisppackagetexstyles' invocation.
+    
+    * aclocal.m4 (TEX_PATH_TEXMFDIR): Allow --without-texmf-dir, stop
+    quoting a bunch of stuff, fix reference to load-file-name.
+    
+    * Makefile.in (exec_prefix, libdir, packagedatadir): export since
+    the XEmacs tree might call them.
+    (.PHONY, install): add install-nosearch target.
+    (install-nosearch): Install .nosearch file.
+    (install-icons): Use `$(packagedatadir)/images' instead of
+    `$(icondir)'
+    ----------------------------
+    revision 1.81
+    date: 2005/04/10 23:21:44;  author: dak;  state: Exp;  lines: +1 -1
+    (Configure): Clarify.
+    ----------------------------
+    revision 1.80
+    date: 2005/04/10 16:28:59;  author: angeli;  state: Exp;  lines: +1 -1
+    GhostScript --> Ghostscript.
+    ----------------------------
+    revision 1.79
+    date: 2005/04/08 02:42:55;  author: dak;  state: Exp;  lines: +32 -27
+    * Makefile.in (previewstartfile): import.
+    (install-startup): split lines with `$(MAKE)' and
+    `$(INSTALL_DATA)' so that `make -n' will properly recurse.
+    
+    * aclocal.m4 (AC_LISPIFY_DIR): resolve relative paths below
+    ${lispdir} hierarchy.  AC_SUBST both lisp variant of directory as
+    well as original.
+    
+    * configure.in: Add `--with-preview-startfile', use new semantics
+    of `AC_LISPIFY_DIR', drop `AC_MAKE_FILENAME_ABSOLUTE' stuff.
+    
+    * doc/install.texi (Configure): explain new semantics of
+    `--with-lispdir' and new `--with-preview-startfile'.
+    
+    * doc/wininstall.texi: Document changes semantics for
+    `--with-lispdir' and new `with-preview-startfile'.
+    ----------------------------
+    revision 1.78
+    date: 2005/04/05 10:56:18;  author: angeli;  state: Exp;  lines: +8 -7
+    Cosmetics for ./configure --help.
+    ----------------------------
+    revision 1.77
+    date: 2005/04/03 00:54:51;  author: dak;  state: Exp;  lines: +6 -1
+    * doc/readme.texi (What use is it?):
+    
+    * doc/problems.texi:
+    
+    * doc/install.texi (Top): Work around raisesection bug.
+    
+    * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README)
+    (../FAQ, ../TODO): Remove --no-validate option.
+    (../PROBLEMS): remove --no-validate option, and number sections.
+    
+    * doc/faq.texi: Make validatable top entry.  Don't raise sections
+    until after the first chapter.  This is insane, but otherwise
+    everything will be unnumbered.
+    
+    * configure.in: Expand `packagelispdir' and `lispdir' before
+    checking for conflicts.
+    ----------------------------
+    revision 1.76
+    date: 2005/04/02 00:51:12;  author: dak;  state: Exp;  lines: +31 -0
+    * doc/wininstall.texi: Mention that Perl is not needed if working
+    with the default tarball.
+    
+    * doc/preview-latex.texi: Bump versions numbers, fix copyrights.
+    
+    * doc/readme.texi (Activating preview-latex): Don't talk about
+    half a dozen non-sensical things.
+    (Availability): Change information to match move into AUCTeX.
+    
+    * configure.in: Add check for load-path shadowing.
+    
+    * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in
+    most cases.
+    ----------------------------
+    revision 1.75
+    date: 2005/04/01 02:37:58;  author: dak;  state: Exp;  lines: +1 -1
+    * latex/Makefile.in (prefix, datadir, texmfdir, previewtexmfdir)
+    (previewdocdir): Use (null) to mask Windows backslashes.
+    
+    * configure.in: Adjust version info.
+    
+    * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output.
+    (EMACS_PROG_EMACS): Check for `emacsprefix'.
+    (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables
+    as second argument.  Decompose and compare directory names
+    starting from the back.
+    (EMACS_PATH_PACKAGEDIR): search in several prefixes.
+    (EMACS_PATH_LISPDIR): same.
+    (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath.
+    Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX
+    directories.
+    ----------------------------
+    revision 1.74
+    date: 2005/03/31 15:37:07;  author: dak;  state: Exp;  lines: +0 -5
+    * configure.in: Don't set prefix if it is not set.
+    
+    * aclocal.m4 (EMACS_PATH_PREFIX): new function.
+    (AC_FULL_EXPAND): set `prefix' from `ac_default_prefix' before
+    expansion if it is unset.
+    ----------------------------
+    revision 1.73
+    date: 2005/03/29 12:04:20;  author: dak;  state: Exp;  lines: +3 -0
+    (auctexdir): Use `AC_ARG_VAR' on `GS' and `TEXHASH'
+    (should probably also be used on a few other environment
+    variables).
+    Use `AC_SHELL_QUOTIFY' on `GS'.
+    ----------------------------
+    revision 1.72
+    date: 2005/03/23 14:44:01;  author: jalar;  state: Exp;  lines: +1 -0
+    Add check for perl
+    ----------------------------
+    revision 1.71
+    date: 2005/03/15 02:29:23;  author: dak;  state: Exp;  lines: +1 -0
+    * doc/preview-latex.texi (Keys and lisp): Document
+    preview-at-point allowing active region.
+    
+    * preview.el (preview-at-point): Remove nonsensical arguments.
+    Instead, allow for an active region.
+    
+    * configure.in: Add `packagelispdir' to quoted Makefile variables.
+    
+    * latex/preview.dtx: Reformat the kaboodle to look nicer.
+    Move \nofiles to auctex option.
+    
+    * latex/README-preview (Note): Mention \nofiles problem.
+    
+    * preview.el (preview-LaTeX-command): Add \nofiles to startup.
+    ----------------------------
+    revision 1.70
+    date: 2005/03/03 14:03:29;  author: dakas;  state: Exp;  lines: +37 -27
+    * doc/wininstall.texi: Simplify, rearrange, adapt to new
+    installation scheme.  Add links to CVS precompiled versions.
+    
+    * doc/install.texi (Prerequisites): Revamp.
+    (Configure): Add explanations.
+    
+    * preview-latex.spec: Change rpm name to include "fedora".  Adapt
+    to new configure stuff.  Use pdf doc instead of DVI.
+    
+    * configure.in: icondir is absolute, reorder some stuff to
+    maintain directory locality.
+    
+    * aclocal.m4: Change a lot of $x to ${x}.
+    Simplify some stuff.
+    
+    * RELEASE: Add information for release.
+    
+    * configure.in: Correct prefix check.  Add Emacs version check.
+    
+    * aclocal.m4: Move several functions around, completely overhaul
+    the stuff to just detect material in prefix-related directories.
+    Remove docstrip config detection, add version checking of major
+    and minor version.  Rely on prefix being set by configure.in.
+    ----------------------------
+    revision 1.69
+    date: 2005/03/03 05:28:38;  author: dakas;  state: Exp;  lines: +9 -6
+    * configure.in: Correct prefix check.  Add Emacs version check.
+    
+    * aclocal.m4: Move several functions around, completely overhaul
+    the stuff to just detect material in prefix-related directories.
+    Remove docstrip config detection, add version checking of major
+    and minor version.  Rely on prefix being set by configure.in.
+    ----------------------------
+    revision 1.68
+    date: 2005/03/02 12:06:01;  author: dakas;  state: Exp;  lines: +27 -6
+    * Makefile.in (install-el): no means no for packagedir.
+    
+    * configure.in: Set prefix.
+    
+    * aclocal.m4: Use "no" for no packagedir in XEmacs.
+    Don't save prefix and stuff.
+    Expand stuff at some points.
+    
+    * configure.in: Adapt to new variables.
+    Remove check for image-supporting Emacs: it is probably not
+    reliable on consoles.
+    Add packagelispdir and icondir options.
+    (GS): Don't try GSWIN32.EXE.
+    Create lispGS in auto.el
+    
+    * doc/Makefile.in (.PHONY): Add install here.
+    
+    * Makefile.in (install-el): Adapt targets to packagelispdir.
+    (.PHONY): Add install target for case insensitive filesystems.
+    
+    * aclocal.m4: Rewrite EMACS_EXAMINE_PACKAGEDIR.
+    EMACS_LISP now gets one argument less.
+    EMACS_TEST_LISP_DIR makes just one pass.
+    EMACS_PATH_LISPDIR expands less.
+    AC_LISPIFY_DIR is a new function.
+    AC_MAKE_FILENAME_ABSOLUTE
+    AC_LISP_RELATIVE new functions.
+    ----------------------------
+    revision 1.67
+    date: 2005/03/02 07:56:53;  author: dakas;  state: Exp;  lines: +24 -16
+    * doc/wininstall.texi: Use executable name directly to save
+    confusion.
+    
+    * prv-xemacs.el (preview-filter-specs): Rework specs.
+    
+    * prv-emacs.el (preview-filter-specs): Translate :type fields.
+    
+    * preview.el (preview-min-spec): Move.
+    (preview-filter-specs): Move from prv-emacs.el and prv-xemacs.el.
+    (preview-filter-specs-1): simplify.
+    (preview-icondir): Create icondir preset variable.
+    (preview-filter-specs): expand file specs against it here instead
+    of prv-emacs.el and prv-xemacs.el.
+    
+    * configure.in: Adapt to new variables.
+    Remove check for image-supporting Emacs: it is probably not
+    reliable on consoles.
+    Add packagelispdir and icondir options.
+    (GS): Don't try GSWIN32.EXE.
+    Create lispGS in auto.el
+    
+    * autogen.sh: Use --output option for makeinfo to get
+    tableofcontents in FAQ.
+    
+    * doc/Makefile.in (.PHONY): Add install here.
+    
+    * Makefile.in (install-el): Adapt targets to packagelispdir.
+    (.PHONY): Add install target for case insensitive filesystems.
+    
+    * aclocal.m4: Rewrite EMACS_EXAMINE_PACKAGEDIR.
+    EMACS_LISP now gets one argument less.
+    EMACS_TEST_LISP_DIR makes just one pass.
+    EMACS_PATH_LISPDIR expands less.
+    AC_LISPIFY_DIR is a new function.
+    AC_MAKE_FILENAME_ABSOLUTE
+    AC_LISP_RELATIVE new functions.
+    ----------------------------
+    revision 1.66
+    date: 2005/02/09 11:55:45;  author: dakas;  state: Exp;  lines: +0 -3
+    * configure.in: remove ICONFORM stuff.
+    
+    * Makefile.in (ICONFORM): removed.
+    (ICON_SOURCES): Change to different list.
+    
+    * prv-xemacs.el (preview-nonready-icon, preview-error-icon)
+    (preview-icon, preview-tb-icon): Removed in this form.
+    (preview-ascent-spec): New symbol for storing minimal data when
+    parsing specs.
+    (preview-filter-specs): New function.
+    (preview-icon-copy): Replaces `preview-nonready-copy'.
+    (preview-mode-setup): Create toolbar button.
+    
+    * prv-emacs.el (preview-nonready-icon, preview-error-icon)
+    (preview-icon): removed.
+    (preview-filter-specs): New function.
+    (preview-tb-icon-specs, preview-tb-icon): New variables for the
+    toolbar icon.
+    (preview-icon-copy): replaces `preview-nonready-copy'
+    (preview-mode-setup): Initialize `preview-tb-icon'
+    
+    * preview.el (preview-nonready-icon-specs)
+    (preview-nonready-icon, preview-error-icon-specs)
+    (preview-error-icon, preview-icon-specs, preview-icon)
+    (preview-min-spec): New variables.
+    (preview-gs-place): Use `preview-icon-copy' instead of
+    `preview-nonready-copy'
+    (preview-make-image): New function.
+    (preview-filter-specs-1): New function.
+    (preview-buffer-restore-internal): Call `preview-get-geometry' for
+    having size information.  This may be incorrect at restore time.
+    (preview-get-geometry): Also constitute `preview-icon',
+    `preview-error-icon' and `preview-nonready-icon'.
+    ----------------------------
+    revision 1.65
+    date: 2005/01/29 00:31:42;  author: dakas;  state: Exp;  lines: +4 -1
+    2005-01-29  David Kastrup  <dak@gnu.org>
+    
+            * preview-latex.spec (Release): Bump version to prerelease, make
+            some changes that look like they'd fit into AUCTeX's scheme.
+    
+            * RELEASE: Some changes and mentions.
+    
+            * doc/preview-dtxdoc.pl: Convert AUC\TeX reference as well.
+            Convert `\#' to `#'.
+    
+            * latex/preview.dtx: Add `#' and `:' letters and documentation.
+            Make all commands pass on `#' on cleanly.  Don't eliminate last
+            `{}' last in argument lists.
+    
+            * latex/Makefile.in (preview.pdf): New target.  Since PDFs are
+            used for external documentation usually, generate only the
+            description (for internal docs, dvi is fine and adding the code,
+            too).
+    
+            * configure.in: Bump version number.
+            check for PDFLaTeX.
+    ----------------------------
+    revision 1.64
+    date: 2004/10/14 08:01:14;  author: jalar;  state: Exp;  lines: +10 -0
+    Add VALID_BUILD_DIR
+    ----------------------------
+    revision 1.63
+    date: 2004/10/13 14:30:53;  author: jalar;  state: Exp;  lines: +2 -2
+    Adjust for the aclocal.m4 sync with AUCTeX
+    ----------------------------
+    revision 1.62
+    date: 2004/07/28 00:04:50;  author: dakas;  state: Exp;  lines: +1 -41
+    * latex/preview.dtx: Tiny change to placate font-latex.
+    
+    * latex/README-preview: Explain that PDF may be produced.
+    
+    * doc/wininstall.texi: Remove advice about failing byte-compiles:
+    we should have this covered by now.
+    
+    * doc/problems.texi (LaTeX international characters): remove node.
+    
+    * doc/preview-latex.texi (Misplaced previews): Refer to x-symbol
+    node instead of 8bit testing.
+    
+    * doc/install.texi (Configure): Remove --disable-8bit-test
+    description.
+    
+    * preview.el (preview-parse-messages): Simplify line match.
+    
+    * preview-latex.spec: Several changes of %{buildroot} uses and of
+    infodir.  Doubtful whether this will work with Fedora.
+    
+    * configure.in: Remove all 8bit-cleanness testing.
+    
+    * aclocal.m4 (EMACS_LISP): just write out a string expression
+    without change or echo.  Document the macro.
+    
+    * doc/Makefile.in (prefix) (packagedir) (datadir) (infodir):
+    preserve trailing backslashes.
+    
+    * Makefile.in (INSTALL) (INSTALL_DATA): Don't munge them for
+    trailing backslashes.
+    ----------------------------
+    revision 1.61
+    date: 2004/04/12 12:49:20;  author: dakas;  state: Exp;  lines: +1 -1
+    Adapt for 0.8.1
+    ----------------------------
+    revision 1.60
+    date: 2004/04/11 21:53:50;  author: dakas;  state: Exp;  lines: +1 -1
+    Documentation and scripts prepared for version 0.8.  Todo items have
+    been considerably reduced, new operation modes documented.
+    ----------------------------
+    revision 1.59
+    date: 2003/05/13 13:23:49;  author: dakas;  state: Exp;  lines: +1 -1
+    Really bail if 8bit test fails.
+    ----------------------------
+    revision 1.58
+    date: 2003/04/28 18:37:33;  author: dakas;  state: Exp;  lines: +1 -1
+    * configure.in: Fix check for images.
+    
+    * aclocal.m4 (library): Try setting the EMACS_cv_SYS_* variable
+    that we are actually checking.  Is that correct?
+    ----------------------------
+    revision 1.57
+    date: 2003/02/15 11:34:47;  author: dakas;  state: Exp;  lines: +1 -0
+    quote MAKEINFO.
+    ----------------------------
+    revision 1.56
+    date: 2003/02/13 13:33:55;  author: dakas;  state: Exp;  lines: +8 -8
+    * aclocal.m4, configure.in: resynch with AUCTeX aclocal.m4.
+    Lots of name changes.
+    
+    * configure.in: Remove redundant checks/substs.
+    
+    * aclocal.m4 (AC_EXAMINE_PACKAGEDIR): lots of fixes with regard
+    to quoting, bad code and other stuff.
+    (AC_CHECK_AUCTEX): remove trailing slash.
+    ----------------------------
+    revision 1.55
+    date: 2003/02/13 00:06:12;  author: dakas;  state: Exp;  lines: +0 -4
+    Remove redundant checks/substs.
+    ----------------------------
+    revision 1.54
+    date: 2003/01/17 00:54:37;  author: dakas;  state: Exp;  lines: +27 -6
+    try
+    to deal as perfectly as possible with spaces in file names,
+    quotes, backslashes and desperate things in general.
+    ----------------------------
+    revision 1.53
+    date: 2003/01/15 16:07:36;  author: jalar;  state: Exp;  lines: +32 -73
+    Use AC_PROG_EMACS and more portable AC_PATH_LISPDIR/PACKAGEDIR
+    ----------------------------
+    revision 1.52
+    date: 2003/01/10 14:57:42;  author: dakas;  state: Exp;  lines: +4 -1
+    * configure.in (TEXMFGEN): Make this possibly more portable (at
+    the very least, we had some potential quoting problems).
+    
+    * autogen.sh, configure.in: Ok, darn them all.  We now have a
+    configure.in that does no longer need to get patched up after
+    autoconf, regardless of which autoconf version gets used between
+    2.13 and 2.57 or hopefully later.
+    ----------------------------
+    revision 1.51
+    date: 2003/01/10 00:15:25;  author: dakas;  state: Exp;  lines: +1 -1
+    Ok, darn them all.  We now have a
+    configure.in that does no longer need to get patched up after
+    autoconf, regardless of which autoconf version gets used between
+    2.13 and 2.57 or hopefully later.
+    ----------------------------
+    revision 1.50
+    date: 2003/01/10 00:11:44;  author: dakas;  state: Exp;  lines: +21 -21
+    Ok, darn them all.  We now have a
+    configure.in that does no longer need to get patched up after
+    autoconf, regardless of which autoconf version gets used between
+    2.13 and 2.57 or hopefully later.
+    ----------------------------
+    revision 1.49
+    date: 2003/01/07 11:58:31;  author: dakas;  state: Exp;  lines: +2 -3
+    Error message contained a single backquote, and
+    this made autoconf-213 barf.
+    ----------------------------
+    revision 1.48
+    date: 2003/01/06 18:43:20;  author: dakas;  state: Exp;  lines: +29 -20
+    Rework the language stuff autoconf sickness.
+    Require autogen.sh for editing work.
+    ----------------------------
+    revision 1.47
+    date: 2002/12/22 17:36:39;  author: dakas;  state: Exp;  lines: +8 -2
+    A few more texhash-related fixes.
+    ----------------------------
+    revision 1.46
+    date: 2002/12/17 09:29:39;  author: dakas;  state: Exp;  lines: +1 -1
+    * prv-emacs.el (preview-unwatch-preamble): Fix a lethal typo.
+    
+    Rerelease for 0.7.7
+    ----------------------------
+    revision 1.45
+    date: 2002/12/17 00:27:38;  author: dakas;  state: Exp;  lines: +8 -5
+    use : instead of /bin/true
+    Check typical GhostScript executable names on Windows.  Check for
+    initexmf -u (MikTeX specific).
+    ----------------------------
+    revision 1.44
+    date: 2002/12/15 04:02:44;  author: dakas;  state: Exp;  lines: +1 -1
+    Preparations for 0.7.6
+    ----------------------------
+    revision 1.43
+    date: 2002/12/12 13:58:30;  author: jalar;  state: Exp;  lines: +1 -1
+    Sanitize makeinfo macro checks
+    ----------------------------
+    revision 1.42
+    date: 2002/12/12 11:58:00;  author: jalar;  state: Exp;  lines: +1 -1
+    Typo corrected
+    ----------------------------
+    revision 1.41
+    date: 2002/12/12 11:51:59;  author: jalar;  state: Exp;  lines: +8 -5
+    Make LANG and LC_CTYPE saving work across recursive call of ./configure (2.13)
+    ----------------------------
+    revision 1.40
+    date: 2002/11/29 13:30:13;  author: jalar;  state: Exp;  lines: +1 -0
+    Attempt to make docs build with old texinfo
+    ----------------------------
+    revision 1.39
+    date: 2002/11/28 20:47:13;  author: dakas;  state: Exp;  lines: +1 -1
+    Changes for release 0.7.5
+    ----------------------------
+    revision 1.38
+    date: 2002/11/22 01:24:02;  author: dakas;  state: Exp;  lines: +1 -1
+    bump version.
+    ----------------------------
+    revision 1.37
+    date: 2002/10/21 12:59:26;  author: jalar;  state: Exp;  lines: +1 -1
+    Fix texhash check
+    ----------------------------
+    revision 1.36
+    date: 2002/08/14 01:54:25;  author: dakas;  state: Exp;  lines: +8 -2
+    autoconf 2.53.  And Release 0.7.3.
+    ----------------------------
+    revision 1.35
+    date: 2002/04/24 00:31:41;  author: alanshutko;  state: Exp;  lines: +1 -1
+    * aclocal.m4 (AC_PATH_PROGS_REQUIRED): New.
+    
+    * configure.in: Lock in whole path of Emacs executable.
+    ----------------------------
+    revision 1.34
+    date: 2002/04/22 09:18:45;  author: dakas;  state: Exp;  lines: +1 -1
+    Quote TEXMFGEN.
+    ----------------------------
+    revision 1.33
+    date: 2002/04/21 19:04:04;  author: nixsf;  state: Exp;  lines: +1 -0
+    (infodir): Define for XEmacs; point to the info location in the package tree.
+    ----------------------------
+    revision 1.32
+    date: 2002/04/20 18:00:12;  author: dakas;  state: Exp;  lines: +16 -16
+    Quoting stuff, version bump.
+    ----------------------------
+    revision 1.31
+    date: 2002/04/17 15:26:42;  author: alanshutko;  state: Exp;  lines: +1 -1
+    Changes to make TEXMFGEN work on Solaris.  Solaris sed doesn't like
+    nested "\(\)" and its tr doesn't understand '\n' even though the man
+    page says it does.
+    ----------------------------
+    revision 1.30
+    date: 2002/04/16 03:26:55;  author: dakas;  state: Exp;  lines: +1 -1
+    for 0.7.1.
+    ----------------------------
+    revision 1.29
+    date: 2002/04/16 00:53:12;  author: alanshutko;  state: Exp;  lines: +6 -3
+    Some minor message updates.  Remove -q from grep,
+    just direct it to /dev/null.
+    ----------------------------
+    revision 1.28
+    date: 2002/04/15 01:14:26;  author: dakas;  state: Exp;  lines: +3 -3
+    Disable interfering existence test.  Hmmm.
+    ----------------------------
+    revision 1.27
+    date: 2002/04/15 01:12:00;  author: dakas;  state: Exp;  lines: +0 -3
+    *** empty log message ***
+    ----------------------------
+    revision 1.26
+    date: 2002/04/15 01:07:05;  author: dakas;  state: Exp;  lines: +4 -1
+    LAst minute changes for 0.7
+    ----------------------------
+    revision 1.25
+    date: 2002/04/10 10:42:05;  author: jalar;  state: Exp;  lines: +2 -2
+    preview.dtx has moved, generate latex/Makefile
+    ----------------------------
+    revision 1.24
+    date: 2002/04/07 00:27:12;  author: dakas;  state: Exp;  lines: +1 -1
+    *** empty log message ***
+    ----------------------------
+    revision 1.23
+    date: 2002/04/06 22:53:47;  author: nixsf;  state: Exp;  lines: +5 -0
+    (icondir): Set for GNU Emacs too (but blank), and substitute it.
+    (ICONFORM): New variable, comamnd-line switch to pass to (X)Emacs
+    to find the images at build time (if needed).  Substitute it.
+    ----------------------------
+    revision 1.22
+    date: 2002/04/06 17:41:02;  author: nixsf;  state: Exp;  lines: +3 -1
+    Substitute the packagedir.
+    ----------------------------
+    revision 1.21
+    date: 2002/04/06 15:19:20;  author: alanshutko;  state: Exp;  lines: +4 -1
+    * configure.in: Start adding XEmacs-specific hooks.  Right now,
+    lispdir should be correctly set up, I think.  icondir is sitting
+    there for when we add icons.
+    
+    * aclocal.m4 (AC_PATH_PACKAGEDIR,AC_EXAMINE_PACKAGEDIR): New
+    functions for XEmacs installation, borrowed from from emacs-w3m,
+    credit to Katsumi Yamaoka <yamaoka@jpl.org>.
+    ----------------------------
+    revision 1.20
+    date: 2002/03/30 15:26:04;  author: alanshutko;  state: Exp;  lines: +4 -0
+    * Makefile.in (TEXMFGEN): Use new variable.
+    
+    * configure.in (TEXMFGEN): New variable with the tex stuff
+    generated which should be installed.
+    ----------------------------
+    revision 1.19
+    date: 2002/03/28 02:05:13;  author: alanshutko;  state: Exp;  lines: +11 -4
+    * doc/install.texi (Configure): Reflect changes in configure
+    options.
+    
+    * configure.in (--with-texmf): Changed to --with-texmf-dir per bug
+    480837.
+    (--with-preview-dir): Changed to --with-tex-dir per bug 480837.
+    (--with-doc-dir): New.
+    ----------------------------
+    revision 1.18
+    date: 2002/03/27 04:13:55;  author: alanshutko;  state: Exp;  lines: +5 -0
+    * doc/.cvsignore: Add preview-latex.tmp.
+    
+    * .cvsignore: Add latex.out.
+    
+    * autogen.sh: Modify ed script to account for difference between
+    AC_INIT in 2.13 and 2.52
+    
+    * doc/Makefile.in (INSTALLINFO): Make it use configure value.
+    
+    * configure.in: Check for path of install-info.  Check whether
+    Emacs supports images.
+    ----------------------------
+    revision 1.17
+    date: 2002/03/08 23:46:25;  author: alanshutko;  state: Exp;  lines: +1 -1
+    When checking for texhash, use /bin/true if we
+    can't find it.
+    ----------------------------
+    revision 1.16
+    date: 2002/03/05 14:21:46;  author: dakas;  state: Exp;  lines: +5 -10
+    update to autoconf 2.52.
+    ----------------------------
+    revision 1.15
+    date: 2002/02/20 16:02:41;  author: alanshutko;  state: Exp;  lines: +2 -2
+    Patch from Stephen Gildea correcting the disable-8bit-test code.
+    ----------------------------
+    revision 1.14
+    date: 2002/02/18 03:53:36;  author: alanshutko;  state: Exp;  lines: +25 -9
+    * doc/Makefile.in: New file, replacing the former ad-hoc build.
+    
+    * doc/install.texi: Mention --disable-8bit-test.
+    
+    * doc/problems.texi (LaTeX international characters): Mention
+    --disable-8bit-test.
+    
+    * aclocal.m4 (AC_CHECK_AUCTEX): Correct --with-auctex to
+    --with-tex-site.
+    
+    * configure.in: 8bit test enhancements.  Allow disabling test with
+    --disable-8bit-test.
+    Check for makeinfo.
+    Generate doc/Makefile.
+    ----------------------------
+    revision 1.13
+    date: 2002/02/01 16:20:26;  author: alanshutko;  state: Exp;  lines: +2 -2
+    Corrected error message for 8-bit test.
+    ----------------------------
+    revision 1.12
+    date: 2002/01/31 15:48:41;  author: alanshutko;  state: Exp;  lines: +23 -1
+            * configure.in: Added diversion at the beginning to allow us to
+            save LANG and LC_CTYPE for the 8-bit test.  Also added test to see
+            if LaTeX is 8-bt clean.
+    ----------------------------
+    revision 1.11
+    date: 2001/11/11 15:27:46;  author: alanshutko;  state: Exp;  lines: +3 -1
+    * aclocal.m4 (AC_EMACS_CHECK_LIB_WITH_LIB): varient of
+    AC_EMACS_CHECK_LIB which first requires a prereq lib.
+    (AC_CHECK_AUCTEX): Use AC_EMACS_CHECK_LIB_WITH_LIB to prereq
+    tex-site.
+    
+    * Makefile.in (use-hint): Get line wrapping right.
+    
+    * configure.in (--with-texmf): Applied patch from Hans Fredrik
+    Nordhaug making --with-texmf obey TDS.
+    ----------------------------
+    revision 1.10
+    date: 2001/11/04 00:23:55;  author: alanshutko;  state: Exp;  lines: +23 -11
+    * aclocal.m4
+    (AC_CHECK_PROG_REQUIRED,AC_CHECK_PROGS_REQUIRED,AC_PATH_PROG_REQUIRED):
+    New functions to check programs, and abort with a message if not
+    found.
+    (AC_EMACS_CHECK_LIB): Function stolen from Gnus to check whether
+    an elisp library exists.
+    (AC_CHECK_AUCTEX): Check if AUC-TeX is in a normal emacs load
+    path, and allow --with-auctex switch to specify it. SF Bug
+    #477262, #477260.
+    
+    * Makefile.in (use-hint, install-hint): New hints.  SF Bug #477282.
+    (all, install): Use the above hints.
+    
+    * configure.in: Changed all AC_CHECK_PROG(S)/AC_PATH_PROG(S) to
+    new AC_*_REQUIRED, which abort and print a message if something
+    isn't found.  Added AC_CHECK_AUCTEX.  Add note at end of configure
+    to run "make".  SF Bug #469741 (partial).
+    ----------------------------
+    revision 1.9
+    date: 2001/10/12 15:01:15;  author: dakas;  state: Exp;  lines: +1 -1
+    Revert back to Alan's version.
+    ----------------------------
+    revision 1.8
+    date: 2001/10/12 14:27:17;  author: dakas;  state: Exp;  lines: +1 -1
+    Try fixing the emacs flavor detection.
+    ----------------------------
+    revision 1.7
+    date: 2001/10/12 13:37:33;  author: alanshutko;  state: Exp;  lines: +1 -1
+    Change AC_PATH_PROG of emacs to AC_CHECK_PROG, as
+    it was breaking --with-xemacs.
+    ----------------------------
+    revision 1.6
+    date: 2001/10/11 23:49:50;  author: alanshutko;  state: Exp;  lines: +12 -1
+    * configure.in: Added --with-xemacs option.  Added AC_XEMACS_P to
+    determine if we're using xemacs.  Added PLAT_LISP substitution
+    with the flavor-specific lisp file.
+    
+    * Makefile.in (LISP_SOURCES): New variable, listing files needing
+    byte-compilation.
+    (all): Depend on "elc" target to capture all the emacs files.
+    (install-el): Install more lisp files.
+    (elc): New target, compile all relevant files.
+    ----------------------------
+    revision 1.5
+    date: 2001/09/26 23:55:35;  author: alanshutko;  state: Exp;  lines: +10 -1
+    * aclocal.m4: Removed some dross stolen from Gnus, since it is unused.
+    Fixed up AC_PATH_TEXMFDIR to try to find a dir to install the docs
+    and to export texmfdir.
+    
+    * configure.in: --with-auctex=DIR, new option
+    
+    * Makefile.in: Changed rules for byte-compilation to allow setting
+    AUCTEXDIR.
+    (install-texmf) Only texhash the directory we installed into
+    ----------------------------
+    revision 1.4
+    date: 2001/09/24 02:22:55;  author: alanshutko;  state: Exp;  lines: +3 -2
+    Run texhash after tex installation.  Also set full
+    pathnames for programs, since the path of the installing user may
+    not match the compiling user.
+    ----------------------------
+    revision 1.3
+    date: 2001/09/21 23:43:17;  author: alanshutko;  state: Exp;  lines: +9 -0
+    2001-09-21  Alan Shutko  <ats@acm.org>
+    
+            * aclocal.m4: Correct handling of docstrip configuration for
+            non-TDS setup.  Also, quote the $ in awk.
+    
+            * Makefile.in (TEX): New variable.
+            (all): preview-mk.ins instead of preview.ins
+            (preview-mk.ins, preview.sty prauctex.def preview.drv): Use $TEX.
+    
+            * configure.in: Added --with-preview-dir option.  Check for tex
+            executable.
+    ----------------------------
+    revision 1.2
+    date: 2001/09/21 02:43:18;  author: alanshutko;  state: Exp;  lines: +1 -1
+    Clarified --with-texmf help.
+    ----------------------------
+    revision 1.1
+    date: 2001/09/21 02:29:20;  author: alanshutko;  state: Exp;
+    Makefile.in, aclocal.m4, configure.in: Create autoconf versions of
+    Makefile.  Much of aclocal.m4 was stolen from Gnus, though the
+    AC_PATH_TEXMF is new.
+    
+    Added install-sh for use by the makefile if a compatible install
+    binary is not found.
+
+commit c7d5f87d9a70e73d88d81cdcde4f6413b4b4efee
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 11 21:31:29 2005 +0000
+
+    Typo fix for @exec_prefix@
+
+commit 996779e5b11265fdfba3ff4d291c32ec49f7a7fa
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 11 20:05:31 2005 +0000
+
+    *** empty log message ***
+
+commit df876cd01393398a8a436d2dbca5ff8213754357
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 11 20:05:10 2005 +0000
+
+    Minimal changes to printouts
+
+commit 6b9d6392aa566f0ea2fe1303353b082b18a60b82
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 11 18:38:37 2005 +0000
+
+    *** empty log message ***
+
+commit 280c22241f7895ad6fc3408e4c96d3d4a09536c2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 11 18:38:10 2005 +0000
+
+    (preview-set-texinputs): Fix grouping.
+
+commit a6519ea430f2ad69f09c255f654529153f9e7dbe
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 11 09:01:32 2005 +0000
+
+    * prv-install.el (preview-make-package-xemacs): Don't generate
+    manifest and take package name from command line.
+    
+    * configure.in: Don't expose `lispdir'.  Explain `TEXHASH',
+    `PERL', `MAKEINFO', `INSTALL_INFO'.
+    
+    * latex/Makefile.in (texmfdir): Don't import.
+    
+    * Makefile.in (lispdir): Don't import.
+    
+    * preview.el (preview-counter-find): Fix bug with `(marker)'.
+    
+    * latex/Makefile.in (exec_prefix, libdir): Export.
+    
+    * doc/install.texi (Configure): Explain `--without-texmf-dir'.
+    (Advice for package providers): Don't trash talk AUCTeX
+    preactivation.
+    (Advice for package providers): Mention `--without-texmf-dir'.
+    
+    * doc/Makefile.in (exec_prefix, libdir): export.
+    
+    * preview.el (preview-datadir): Use instead of `preview-icondir'.
+    (preview-filter-specs): Use it.
+    (preview-TeX-style-dir): New variable for uninstalled styles
+    (preview-set-texinputs): Add or remove it from TEXINPUTS
+    environment.
+    (preview-TeX-style-dir): proper customization.
+    (preview-install-styles): New function to install styles
+    permanently.
+    
+    * configure.in: use `packagedatadir' instead of `icondir'.  Add
+    check for `kpathseaseparator'.  Shell-quote and export
+    `exec_prefix' and `libdir'.
+    
+    * auto.el.in (preview-datadir): replace preview-icondir, and add
+    `lisppackagetexstyles' invocation.
+    
+    * aclocal.m4 (TEX_PATH_TEXMFDIR): Allow --without-texmf-dir, stop
+    quoting a bunch of stuff, fix reference to load-file-name.
+    
+    * Makefile.in (exec_prefix, libdir, packagedatadir): export since
+    the XEmacs tree might call them.
+    (.PHONY, install): add install-nosearch target.
+    (install-nosearch): Install .nosearch file.
+    (install-icons): Use `$(packagedatadir)/images' instead of
+    `$(icondir)'
+
+commit 1d1d4a6d8e7fa85b022e747e9bd4c589c38b3e4e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 10 23:23:05 2005 +0000
+
+    *** empty log message ***
+
+commit acbe30fbf459239aa665182c8de69994a5c2d5ee
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 10 23:21:44 2005 +0000
+
+    (Configure): Clarify.
+
+commit 40eb4d79539f8775f85545f659505234ae3dd292
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 18:01:09 2005 +0000
+
+    *** empty log message ***
+
+commit f8c7a6676627c1b209f86b89957d6089ff421b6f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 18:00:49 2005 +0000
+
+    (TeX-parse-argument): Another stab at fixing this
+    function.  The last change from 2005-03-23 broke the insertion of
+    macros like \footnote with a marked region.  This is pure
+    guesswork.  *sigh*
+
+commit 8f36ef449dda06596d6eea1bd8afe203363d1d16
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 16:35:54 2005 +0000
+
+    *** empty log message ***
+
+commit 152f956d955105b795bfff2d8f8bdbcf089cb2f8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 16:35:41 2005 +0000
+
+    Dvipng --> dvipng.
+
+commit 5afbf4e5785c43b662ea6b7fe1f56050c54a14bf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 16:29:10 2005 +0000
+
+    *** empty log message ***
+
+commit 93500a5aadba0da3e6094511ae4c017f7e4f66e9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 16:28:59 2005 +0000
+
+    GhostScript --> Ghostscript.
+
+commit a84fb69e191c80c4326ee9a20ec78d7223c66333
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 10:46:11 2005 +0000
+
+    *** empty log message ***
+
+commit 9228d936bdf845672b323a5310e53e80adbe96e1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 10:45:57 2005 +0000
+
+    (LaTeX-math-keymap): Define key for prefix insertion inside
+    defvar.
+    (math): Use `LaTeX-math-keymap' only.
+    (LaTeX-math-mode-menu): Use `LaTeX-math-mode-map' (defined by
+    `define-minor-mode').
+    (LaTeX-math-mode): Assign `LaTeX-math-keymap' to
+    `LaTeX-math-abbrev-prefix'.  Use `LaTeX-math-mode-menu' with
+    `LaTeX-math-mode-map'.
+    (LaTeX-math-insert-prefix): Remove.
+
+commit 4d0977653b57a2fff9f7a882e7c2ccb22dcdebcb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 10:15:16 2005 +0000
+
+    *** empty log message ***
+
+commit 98fd2690a5b301e2e47106462a0baef518879598
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 10:15:04 2005 +0000
+
+    (LaTeX-auto-minimal-regexp-list): "\" and "." are not special in a
+    complemented character alternative.
+
+commit a4635f1ca78929e509bf2498ba9907f21b7ca708
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 10:04:20 2005 +0000
+
+    *** empty log message ***
+
+commit db7c76c722188e0ad452390c089bb47bdf0d50f0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 10 10:04:10 2005 +0000
+
+    (LaTeX-section-heading): Shorten prompt.
+    (LaTeX-section-title): Simplify.  Shorten prompt.
+
+commit 1760fb69faa5f2e2dd3c509afd3f2673006a0b90
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 8 07:33:26 2005 +0000
+
+    *** empty log message ***
+
+commit 3a011b95ccb81d35d78686cb1a6a21c556157eb1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 8 07:33:10 2005 +0000
+
+    (font-latex-match-command-with-arguments): Skip
+    over comments as well as whitespace.
+
+commit 4a65d8cb71713b89c1ad9b72d215fc2cbd9e34d3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 8 06:30:37 2005 +0000
+
+    *** empty log message ***
+
+commit 88ea0224735203afdcc32dd332a549c95212febd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 8 06:30:23 2005 +0000
+
+    (TeX-output-extension): Default to nil.
+
+commit 4166e5db18f44dae40a91890e18a23c1191691d9
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 8 02:42:55 2005 +0000
+
+    * Makefile.in (previewstartfile): import.
+    (install-startup): split lines with `$(MAKE)' and
+    `$(INSTALL_DATA)' so that `make -n' will properly recurse.
+    
+    * aclocal.m4 (AC_LISPIFY_DIR): resolve relative paths below
+    ${lispdir} hierarchy.  AC_SUBST both lisp variant of directory as
+    well as original.
+    
+    * configure.in: Add `--with-preview-startfile', use new semantics
+    of `AC_LISPIFY_DIR', drop `AC_MAKE_FILENAME_ABSOLUTE' stuff.
+    
+    * doc/install.texi (Configure): explain new semantics of
+    `--with-lispdir' and new `--with-preview-startfile'.
+    
+    * doc/wininstall.texi: Document changes semantics for
+    `--with-lispdir' and new `with-preview-startfile'.
+
+commit e79a656c5c492907680b053753237158f5205f0a
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 7 21:01:31 2005 +0000
+
+    (EMACS_LISP): properly echo result to log file.
+    (EMACS_EXAMINE_INSTALLATION_DIR): check that the result of
+    file-relative-name is not absolute, which can happen for unrelated
+    drives on Windows.
+    (AC_FULL_EXPAND): also check, set and restore exec_prefix if not
+    set.
+
+commit b18ad6d409009ef6e3b4109ff896371b2278bdf0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 7 16:16:02 2005 +0000
+
+    *** empty log message ***
+
+commit 4c431a18212f5c474b1ba1fe34794bb208e3b381
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 7 16:15:49 2005 +0000
+
+    (TeX-output-extension): Revert.
+    (VirTeX-common-initialization): Set `TeX-output-extension' here.
+
+commit 153fcee17f9d67b573131ba27761357da65ff9ca
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 7 13:54:23 2005 +0000
+
+    *** empty log message ***
+
+commit 5442c5853b49c5fcd3aaa938a94ff697fca68929
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 7 13:54:08 2005 +0000
+
+    (TeX-output-extension): Set correct default depending on
+    the value of `TeX-PDF-mode'.
+
+commit 5f529d67490e9310a7c849a84a826a09ac7b5e6f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 6 07:00:36 2005 +0000
+
+    *** empty log message ***
+
+commit 9fd3b09b9ef402d47b8941971fb160b10b8251d5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 6 07:00:08 2005 +0000
+
+    Change maintainer address.
+    (LaTeX-section): Fix typo in doc string.  Remove code that almost
+    always inserts a new line.
+    (LaTeX-section-section): Fix doc string.  Add code that
+    conditionally inserts a new line (which also bundles the
+    modification of the buffer in this function).
+    (LaTeX-section-hook): Fix typo in doc string.
+    (LaTeX-default-position): Use `do not' instead of `don't' in doc
+    string and customize value menu (as in `LaTeX-float).
+    (LaTeX-item-list): Fix typo in doc string.
+
+commit c51034e4cd1997687acbd988b01768938c7e22be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 6 06:59:39 2005 +0000
+
+    (TeX-submit-bug-report): Fix typo in doc string, fill doc string.
+
+commit b067f42b53793c84e3b047a1527c3d16c9ceb10f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 5 18:15:31 2005 +0000
+
+    *** empty log message ***
+
+commit 9b3280abcc6b774fe3763addedbe1996cffa281b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 5 18:15:17 2005 +0000
+
+    (TeX-PDF-mode, TeX-interactive-mode, TeX-Omega-mode): Set
+    customization group.
+
+commit c70e0a90525ebe190d0120dc51cdee8085dc3845
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 5 10:56:29 2005 +0000
+
+    *** empty log message ***
+
+commit d5c8a7d2fa94cdbebe83889833497cfd3a94e6a5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 5 10:56:18 2005 +0000
+
+    Cosmetics for ./configure --help.
+
+commit d7d20c8bb41b98ce9d79c9e5e19e5836272d0d26
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 5 10:09:49 2005 +0000
+
+    *** empty log message ***
+
+commit 4788fa5efd832fda94e00c838f6f033fb44d5800
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 5 10:09:37 2005 +0000
+
+    (desktop-buffer-preview): Return buffer even if no
+    information about previews is found.
+
+commit 3d0978a97afd27a16db99ef4fe9c6f076a83be9a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 5 08:22:57 2005 +0000
+
+    *** empty log message ***
+
+commit 857cf825f063efc6744dfd7d42f75cc67cd8caef
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 5 08:22:40 2005 +0000
+
+    (LaTeX-math-default): New entry and key for \colon.
+    New "Punctuation" category.  Get rid of some entries in
+    "delimiters" category already defined in "Arrows".  Get rid of
+    "delimiters" category and merge entries defined there into
+    "Delimiters.".
+    (LaTeX-math-menu): Remove "delimiters" and add "Punctuation".
+
+commit db7464499cbbc1aceae1172be6d23686805a7960
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 17:24:48 2005 +0000
+
+    *** empty log message ***
+
+commit 9a76137d4116dbe505cc1d6db4c82c795b7c3448
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 17:24:41 2005 +0000
+
+    (font-latex-make-user-keywords): Make XEmacs
+    happy.
+
+commit bfe632ab40d3098a8818db18a7514ad5223be532
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 15:39:43 2005 +0000
+
+    *** empty log message ***
+
+commit 87bfd3e1df036ea9e3bcd81c2902a0651ddc0ba8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 15:39:32 2005 +0000
+
+    (Quotes): Fix @xref.
+    (European): Be more verbose.
+
+commit ef0d5699c5a591eeb77047fe8cf53ab819641578
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 15:39:06 2005 +0000
+
+    Fix @xref.
+
+commit 66f902a003388488230c4ab5633e4b5fc6041f8f
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 4 14:34:23 2005 +0000
+
+    (URL, Source0): Fix addresses to point to
+    AUCTeX.  Oops.
+
+commit 317df36759b30ec5429f05c264b73cdd1683abbf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 06:45:20 2005 +0000
+
+    (LaTeX-babel-hyphen, LaTeX-babel-hyphen-after-hyphen):
+    Doc fix.
+    (LaTeX-babel-hyphen-language-alist): Use t as default value for
+    insertion behavior.
+
+commit 57df3a16a630ab10ae7e12925b6099a157b85282
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 06:44:54 2005 +0000
+
+    *** empty log message ***
+
+commit b6436caba6a2c2e9ed24f8ca94a07709f6b80cc7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 06:41:43 2005 +0000
+
+    (texinfo-mode): Get rid of hyphens in prompts.
+    Add @xref command.
+
+commit 0bb1cc37315c5f7847b4cb89f1becf15a1099f8a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 06:41:33 2005 +0000
+
+    (TeX-quote-language-alist): Use t as default value for
+    insertion behavior.
+
+commit 3adb12513bf2f22844e7b133c32e77ec97ce6653
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 06:41:05 2005 +0000
+
+    New tag line.
+    (Quotes): Replace description about (n)german.sty-specific quote
+    insertion by a generalized one and refer to section about European
+    languages.
+    (European): Add subsections.  Add information about new
+    functionality and customization options for language-specific
+    quote and hyphen insertion.
+    (Folding): Add information about help echo.
+    (Viewing): Add subsection heading.  A single one does not really
+    make sense.
+
+commit 6869c84def39276a3b43a1e99ab162ad1761a3cd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 4 06:40:53 2005 +0000
+
+    Add some news.
+
+commit f2b90e6c83b364f1411a2a0364e819c4c1c6833d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 18:10:24 2005 +0000
+
+    *** empty log message ***
+
+commit 41c5d573af0b7f53f08ee94633df9278d2030c9f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 18:09:39 2005 +0000
+
+    (TeX-fold-help-echo-max-length): Add :type and :group specs.
+
+commit 6c5fe91b05bcdaacfbdb90c8858fdb112060a539
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 17:08:04 2005 +0000
+
+    *** empty log message ***
+
+commit e1ca13a6e089411588c585781980921368f1b52d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 17:07:46 2005 +0000
+
+    (TeX-fold-make-help-echo): Okay, color does not look too bad.
+    (TeX-fold-make-overlay): Remove call to `TeX-fold-make-help-echo'
+    again as we have to recompute the string anyway.
+    (TeX-fold-hide-item): Recompute help echo string.
+
+commit 7b540f334df45e51636851ec45871fa7f256430b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 16:49:10 2005 +0000
+
+    *** empty log message ***
+
+commit e8b88c93a75e8c77610b4eb9c71032e9646e935e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 16:49:01 2005 +0000
+
+    (TeX-fold-make-help-echo): No space before ellipsis.
+
+commit 8a11408fcceb204d188bbd5484735a8e4a842ff8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 16:38:12 2005 +0000
+
+    *** empty log message ***
+
+commit b67e6132371a1ad094aff40d0e0a39342029dd12
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 3 16:37:59 2005 +0000
+
+    (TeX-fold-help-echo-max-length): New variable.
+    (TeX-fold-make-help-echo): New function.
+    (TeX-fold-make-overlay): Use it.
+    (TeX-fold-hide-item): Set help-echo property.
+    (TeX-fold-show-item): Invalidate help-echo property.
+
+commit 454ff5e2720b5ab418337690e7c9e028eefbda77
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 03:38:09 2005 +0000
+
+    Move style files to /usr/local since they conflict with teTeX-3.0
+
+commit e4a408974e5ae264d069a08082c02d939a1e828c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 03:31:20 2005 +0000
+
+    *** empty log message ***
+
+commit 2525612dc988d65763ff1542f7e2b33530769fb7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 03:25:24 2005 +0000
+
+    Search first for xemacs-packages as prefix.
+
+commit 015a3b4ce9311eb4c5c6edd5fadd81173c10215a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 03:01:06 2005 +0000
+
+    *** empty log message ***
+
+commit 73cdbc167b5fa51050a66029a4d8ec2b53e14c65
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 02:51:42 2005 +0000
+
+    *** empty log message ***
+
+commit bcc0a3217ee123b8a2c45e55a1aab85e76f54250
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 02:38:41 2005 +0000
+
+    *** empty log message ***
+
+commit 7375935f7c090394ad573f0cf52fced9d89d7a92
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 02:27:49 2005 +0000
+
+    *** empty log message ***
+
+commit c0927e6d03296da33f46473be0c773e9c7d5b54d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 02:27:38 2005 +0000
+
+    * latex/preview.dtx: Don't let negative dimensions into tightpage
+    comment.
+    
+    * doc/macros.texi: Make @previewlatex swallow argument in links.
+    Don't scrap sf declaration.  Make it correct in links.
+
+commit 23a602774cb1ebe429eb8db8f193d60bf4ab97c1
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 01:25:07 2005 +0000
+
+    Make @previewlatex swallow argument in links.
+    Don't scrap sf declaration.  Make it correct in links.
+
+commit 50ee7330e3bc7bbf5718745daa9960ce8060459d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 01:01:51 2005 +0000
+
+    *** empty log message ***
+
+commit 2192fdbdc78c317ee6e6d357056a016b21919129
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 3 00:54:51 2005 +0000
+
+    * doc/readme.texi (What use is it?):
+    
+    * doc/problems.texi:
+    
+    * doc/install.texi (Top): Work around raisesection bug.
+    
+    * doc/Makefile.in (../INSTALL, ../INSTALL.windows, ../README)
+    (../FAQ, ../TODO): Remove --no-validate option.
+    (../PROBLEMS): remove --no-validate option, and number sections.
+    
+    * doc/faq.texi: Make validatable top entry.  Don't raise sections
+    until after the first chapter.  This is insane, but otherwise
+    everything will be unnumbered.
+    
+    * configure.in: Expand `packagelispdir' and `lispdir' before
+    checking for conflicts.
+
+commit a26947a382c92f888e48d3cd3f12385c7f224692
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 21:54:40 2005 +0000
+
+    * doc/Makefile.in (.PHONY): Add a few targets.
+    
+    * Makefile.in (tarball-ready): Remove this target for now: it
+    can't be used consistently really.  It is probably better to do
+    just run autogen.sh on a freshly exported archive.
+    
+    * doc/Makefile.in (DISTTEXTS): Targets in parent dir.
+    (../INSTALL, ../INSTALL.windows, ../README, ../FAQ, ../PROBLEMS)
+    (../TODO): New targets instead of targets in current dir.
+    (clean): Don't remove targets in this dir.
+    (maintainer-clean): Remove DISTTEXTS targets.
+    
+    * Makefile.in (emacsprefix): Remove.
+    (.PHONY): Collect phony targets here.
+    (DISTTEXTS): Move to doc/Makefile.in
+    (tarball-ready): Adapt
+
+commit 6841d53e7ec90cd57e753b09aa584015c5f53fb3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 21:54:27 2005 +0000
+
+    *** empty log message ***
+
+commit 874532e045195b456655e598da76f663d53f3d12
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 21:30:28 2005 +0000
+
+    * doc/readme.texi (Basic modes of operation): Correct dvipng
+    information.
+    
+    * doc/readme.texi (Activating preview-latex): Don't talk about
+    half a dozen non-sensical things.
+    (Availability): Change information to match move into AUCTeX.
+
+commit d45d55fe692a3d1edba004f780a527e829541888
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 21:11:30 2005 +0000
+
+    * autogen.sh: make preview-latex.info generation work by passing
+    in PERL default.
+    
+    * README.CVS: Mention that `perl' is needed for autogen.sh, and
+    that `makeinfo' might need to be up to date.
+    
+    * Makefile.in (tarball-ready): Remove this target for now: it
+    can't be used consistently really.  It is probably better to do
+    just run autogen.sh on a freshly exported archive.
+    
+    * autogen.sh: Use make for generating distribution texts and also
+    pregenerate the info file.
+
+commit 5a705de4b83e5bd82ff041b22ceaf4c0be9c17db
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 20:53:20 2005 +0000
+
+    Renamed from latex/README-preview.  Overhaul
+    availability.
+
+commit 239b62012b9563bbfd8ebdcb250a6af8e9326202
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 20:37:06 2005 +0000
+
+    Renamed to README.
+
+commit b868b50d5007e7be5ea1c97ecd2ce22c78797143
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 20:35:58 2005 +0000
+
+    Renamed to README from README-preview.
+    
+    RCS file: /cvsroot/auctex/auctex/preview/latex/README-preview,v
+    Working file: README-preview
+    head: 1.6
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-9: 1.5
+            rel-0-8-1: 1.4
+            rel-0-8: 1.4
+            rel-0-7-8: 1.4
+            rel-0-7-7: 1.4
+            rel-0-7-6: 1.4
+            rel-0-7-5: 1.4
+            rel-0-7-4: 1.4
+            rel-0-7-3: 1.4
+            rel-0-7-2b: 1.4
+            rel-0-7-2: 1.4
+            rel-0-7-1: 1.4
+            rel-0-7: 1.4
+    keyword substitution: kv
+    total revisions: 4;     selected revisions: 4
+    description:
+    ----------------------------
+    revision 1.6
+    date: 2005/03/15 02:29:23;  author: dak;  state: Exp;  lines: +8 -3
+    * doc/preview-latex.texi (Keys and lisp): Document
+    preview-at-point allowing active region.
+    
+    * preview.el (preview-at-point): Remove nonsensical arguments.
+    Instead, allow for an active region.
+    
+    * configure.in: Add `packagelispdir' to quoted Makefile variables.
+    
+    * latex/preview.dtx: Reformat the kaboodle to look nicer.
+    Move \nofiles to auctex option.
+    
+    * latex/README-preview (Note): Mention \nofiles problem.
+    
+    * preview.el (preview-LaTeX-command): Add \nofiles to startup.
+    ----------------------------
+    revision 1.5
+    date: 2004/07/28 00:04:48;  author: dakas;  state: Exp;  lines: +4 -5
+    * latex/preview.dtx: Tiny change to placate font-latex.
+    
+    * latex/README-preview: Explain that PDF may be produced.
+    
+    * doc/wininstall.texi: Remove advice about failing byte-compiles:
+    we should have this covered by now.
+    
+    * doc/problems.texi (LaTeX international characters): remove node.
+    
+    * doc/preview-latex.texi (Misplaced previews): Refer to x-symbol
+    node instead of 8bit testing.
+    
+    * doc/install.texi (Configure): Remove --disable-8bit-test
+    description.
+    
+    * preview.el (preview-parse-messages): Simplify line match.
+    
+    * preview-latex.spec: Several changes of %{buildroot} uses and of
+    infodir.  Doubtful whether this will work with Fedora.
+    
+    * configure.in: Remove all 8bit-cleanness testing.
+    
+    * aclocal.m4 (EMACS_LISP): just write out a string expression
+    without change or echo.  Document the macro.
+    
+    * doc/Makefile.in (prefix) (packagedir) (datadir) (infodir):
+    preserve trailing backslashes.
+    
+    * Makefile.in (INSTALL) (INSTALL_DATA): Don't munge them for
+    trailing backslashes.
+    ----------------------------
+    revision 1.4
+    date: 2002/04/10 11:49:38;  author: dakas;  state: Exp;  lines: +14 -9
+    update to reflect added file footprint
+    from preview.dtx
+    ----------------------------
+    revision 1.3
+    date: 2002/04/10 10:27:42;  author: jalar;  state: Exp;
+    Renamed README-preview to latex/README-preview
+
+commit 57d3b14573d675976baf3357360563521bf6f1dc
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 20:28:57 2005 +0000
+
+    * doc/macros.texi: Synchronize to AUCTeX.
+    
+    * Makefile.in (tarball-ready): Remove this target for now: it
+    can't be used consistently really.  It is probably better to do
+    just run autogen.sh on a freshly exported archive.
+    
+    * doc/Makefile.in (DISTTEXTS): Targets in parent dir.
+    (../INSTALL, ../INSTALL.windows, ../README, ../FAQ, ../PROBLEMS)
+    (../TODO): New targets instead of targets in current dir.
+    (clean): Don't remove targets in this dir.
+    (maintainer-clean): Remove DISTTEXTS targets.
+    
+    * autogen.sh: Use make for generating distribution texts and also
+    pregenerate the info file.
+    
+    * Makefile.in (emacsprefix): Remove.
+    (.PHONY): Collect phony targets here.
+    (DISTTEXTS): Move to doc/Makefile.in
+    (tarball-ready): Adapt
+
+commit 6e98526c43e32aab65f36d27f531cb9662c005b9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 19:56:19 2005 +0000
+
+    Mark a tiny change as such.
+
+commit f0a1199ca3f353b8f5a2b704f68602242768bdbe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 16:30:36 2005 +0000
+
+    (Frequently Asked Questions About AUCTeX): Minor
+    enhancements in wording.
+
+commit 567190dbd0a4d7733f0528e542a6541ef5a98234
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 16:30:22 2005 +0000
+
+    *** empty log message ***
+
+commit a8dc3fccad2413c31e264cff9548a6e5628f2f60
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 11:03:15 2005 +0000
+
+    (emacsprefix): Remove.
+
+commit ba7f9be9a7cbe10caa6dd9a2f3ae4128731851d2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 07:33:07 2005 +0000
+
+    (LaTeX-mode-map): Map "-" to
+    `LaTeX-babel-insert-hyphen'.
+    (LaTeX-babel-hyphen, LaTeX-babel-hyphen-after-hyphen)
+    (LaTeX-babel-hyphen-language-alist, LaTeX-babel-hyphen-language):
+    New variables.  (Moved from tex-style.el and style/german.el
+    respectively and generalized.)
+    (LaTeX-babel-insert-hyphen): New function.  (Moved from
+    syle/german.el).
+
+commit cbe8c8901b2cf8f48f70a11e8885bd218db562fc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 07:31:00 2005 +0000
+
+    *** empty log message ***
+
+commit fe0d19035ab97b5ee339e01a5c5f6a4aaa503d66
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 07:30:48 2005 +0000
+
+    (LaTeX-csquotes-open-quote)
+    (LaTeX-csquotes-close-quote): Doc fix.
+    (LaTeX-german-quote-after-quote, LaTeX-german-open-quote)
+    (LaTeX-german-close-quote, LaTeX-german-hyphen)
+    (LaTeX-german-hyphen-after-hyphen): Remove.
+
+commit 45cd4e0f58db397f423287b60d990b06cb826e42
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 07:30:36 2005 +0000
+
+    (TeX-open-quote, TeX-close-quote)
+    (TeX-quote-after-quote): Doc fix.
+    (TeX-quote-language-alist, TeX-quote-language): New variables.
+    (TeX-insert-quote): Use them.
+    (TeX-submit-bug-report): Doc fix.
+
+commit afc6f77f58d6eba8d02af05063f4271138a3cb53
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 07:29:36 2005 +0000
+
+    ("csquotes"): Use `TeX-quote-language'.
+
+commit c3f8069b54db51331543ed3b7cf4fcfdd2a2bb75
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 07:29:29 2005 +0000
+
+    Move definition of "-" key to latex.el.
+    (LaTeX-german-hyphen-internal): Move to latex.el as
+    `LaTeX-babel-hyphen-language'.
+    (LaTeX-german-insert-hyphen): Move to latex.el as
+    `LaTeX-babel-insert-hyphen'.
+    ("german"): Use `TeX-quote-language' and
+    `LaTeX-babel-hyphen-language'.
+
+commit 163a4759fa6b46a0e8cae205d7bb257ec4e1e08d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 07:29:15 2005 +0000
+
+    (LaTeX-italian-open-quote)
+    (LaTeX-italian-close-quote): Remove.
+    ("italian"): Use `TeX-quote-language'.
+
+commit 98180fd3e5ff7412e185cc9d8a7f524575c2959a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 07:29:08 2005 +0000
+
+    (LaTeX-german-quote-after-quote)
+    (LaTeX-german-open-quote, LaTeX-german-close-quote): Remove.
+    ("ngerman"): Use `TeX-quote-language' and
+    `LaTeX-babel-hyphen-language'.
+
+commit e20a7aacb16fbf9e065bf01ad66694abefae284b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 2 07:14:04 2005 +0000
+
+    Use `TeX-quote-language' and
+    `LaTeX-babel-hyphen-language' where appropriate.
+
+commit 49a3078b343fae06cfcccf7f9031f823599d5844
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 01:28:58 2005 +0000
+
+    Change version number.  Change directory
+    choice to "xemacs-packages" on fedora.
+
+commit a5c5e08b2a47f6464ff06b644be695221dce4e50
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 2 00:51:12 2005 +0000
+
+    * doc/wininstall.texi: Mention that Perl is not needed if working
+    with the default tarball.
+    
+    * doc/preview-latex.texi: Bump versions numbers, fix copyrights.
+    
+    * doc/readme.texi (Activating preview-latex): Don't talk about
+    half a dozen non-sensical things.
+    (Availability): Change information to match move into AUCTeX.
+    
+    * configure.in: Add check for load-path shadowing.
+    
+    * aclocal.m4 (TEX_PATH_TEXMFDIR): We want "${texprefix}/share" in
+    most cases.
+
+commit 0f1abb2329c4b7b62331fdfcc328f1d9f165a3a8
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 1 17:08:23 2005 +0000
+
+    *** empty log message ***
+
+commit b40d46f88c48f228d354264b6d6d8dd631f34c5d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 1 16:31:30 2005 +0000
+
+    *** empty log message ***
+
+commit 342e47af2eee4a7754e0b6659251f3ab7c62cc6d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 1 16:31:22 2005 +0000
+
+    (EMACS_EXAMINE_INSTALLATION_DIR): Repair quoting.
+
+commit 5bdcf85f5bf2ddabe346b3dc34f16da3c08cb587
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 1 15:01:58 2005 +0000
+
+    Trying to remove lib directory.
+
+commit 6c259497a6aec39a70c52f1e29a018e3d02f8bfb
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 1 14:59:53 2005 +0000
+
+    lib directory is pointless in binary-less distribution: code in it was
+    intended to be employed in dvipng at one point of time.
+
+commit ee0d6659aa92303d205925c127f5886bf333ae8a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 1 13:31:39 2005 +0000
+
+    * aclocal.m4(EMACS_EXAMINE_INSTALLATION_DIR): avoid trailing
+    `/.'.
+    (TEX_PATH_TEXMFDIR): search order changed.
+    
+    * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output.
+    (EMACS_PROG_EMACS): Check for `emacsprefix'.
+    (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables
+    as second argument.  Decompose and compare directory names
+    starting from the back.
+    (EMACS_PATH_PACKAGEDIR): search in several prefixes.
+    (EMACS_PATH_LISPDIR): same.
+    (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath.
+    Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX
+    directories.
+
+commit ce1a715ed06aa4abbfa55bb5084b5325fe9d2553
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 1 02:37:58 2005 +0000
+
+    * latex/Makefile.in (prefix, datadir, texmfdir, previewtexmfdir)
+    (previewdocdir): Use (null) to mask Windows backslashes.
+    
+    * configure.in: Adjust version info.
+    
+    * aclocal.m4 (EMACS_PATH_PREFIX): just generate a single output.
+    (EMACS_PROG_EMACS): Check for `emacsprefix'.
+    (EMACS_EXAMINE_INSTALLATION_DIR): accept list of prefix variables
+    as second argument.  Decompose and compare directory names
+    starting from the back.
+    (EMACS_PATH_PACKAGEDIR): search in several prefixes.
+    (EMACS_PATH_LISPDIR): same.
+    (TEX_PATH_TEXMFDIR): set `texprefix' from kpsepath.
+    Use new `EMACS_EXAMINE_INSTALLATION_DIR' for getting TeX
+    directories.
+
+commit 25f9ed0c0d1c9499f16dbc47cc6d09d7024654a5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 31 17:09:36 2005 +0000
+
+    *** empty log message ***
+
+commit fd1d7807f0c3bcc9ea32ea9a6bf028ac3dea9c8b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 31 17:09:25 2005 +0000
+
+    (Frequently Asked Questions About AUCTeX): Adapt version numbers for
+    Emacs.
+
+commit fd1ce874c93ae439fbde6e606bb5232aaec21ea6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 31 15:55:53 2005 +0000
+
+    *** empty log message ***
+
+commit d32a1b5b34e04404d3e62c9295752e739889a5f1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 31 15:55:44 2005 +0000
+
+    (Frequently Asked Questions About AUCTeX): Add
+    general information about how to deal with bugs.
+
+commit 8c71899f690f601a87117536adb9d90eb9bfab02
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 31 15:37:07 2005 +0000
+
+    * configure.in: Don't set prefix if it is not set.
+    
+    * aclocal.m4 (EMACS_PATH_PREFIX): new function.
+    (AC_FULL_EXPAND): set `prefix' from `ac_default_prefix' before
+    expansion if it is unset.
+
+commit b323066847878a11a0f9eb334456c8f4d8220db1
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Mar 31 05:57:30 2005 +0000
+
+    *** empty log message ***
+
+commit fb597d0b0a4380bff9b0c8530467a6e7f09b706e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Mar 31 05:57:14 2005 +0000
+
+    Add $emacsprefix
+
+commit 62b0dcba36780950464147ca941ca0d7614faf43
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 31 01:14:11 2005 +0000
+
+    Update release info.
+
+commit 578d7a2e9d8c379700158fa3565f866f6a945be0
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Mar 30 23:25:20 2005 +0000
+
+    *** empty log message ***
+
+commit f3b19889dc6a03371d218993416347ceb0bb6d61
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Mar 30 23:23:56 2005 +0000
+
+    Add mule check before line break between 2-byte and 1-byte chars.
+    Reported by Ikumi Keita <ikumi@revery.net>.
+    
+    Do not move point if re-search-backward didn't find proper line
+    break point.
+
+commit c881b3ea831377c76bfd54c1f9fe123b0c7dbed3
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Mar 30 22:52:44 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Skip non-space chars
+    backward if re-search-backward does not find white spaces or
+    LaTeX-nospace-between-char-regexp.
+    Reported by Ikumi Keita <ikumi@revery.net>.
+
+commit 56598dea33b64f42b8a5958e24160bbbb01ffb38
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 30 13:41:38 2005 +0000
+
+    *** empty log message ***
+
+commit edd5cac6e73ff4ec13967d9849ccc701e1abd68f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 30 13:41:28 2005 +0000
+
+    (use-hint): Fix spelling.
+
+commit b94a9520f8b8aaac7b3287211cfef63923554ddd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 30 13:36:13 2005 +0000
+
+    *** empty log message ***
+
+commit a9ce8c660022a210624c77a1a0a26a886a47a8e4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 30 13:36:01 2005 +0000
+
+    (preview-report-bug): Use "preview-" prefix in
+    version information.
+
+commit 38cc51d0d6380242c66c571ef2eaf456b050f179
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 30 13:31:17 2005 +0000
+
+    (TeX-submit-bug-report): Insert AUCTeX version into mail
+    subject.
+
+commit 131979c1c4c6e4896b24d72e015f46d60f53cdee
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Mar 29 23:12:49 2005 +0000
+
+    *** empty log message ***
+
+commit 5a22509f1a9337cad2906fb2bfd6af312b2bb5eb
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Mar 29 23:12:30 2005 +0000
+
+    (LaTeX-env-label): Remove `TeX-toggle-off-input-method'
+    because `TeX-math-input-method-off' is already called in
+    `LaTeX-insert-environment'.
+
+commit 18f2627740e9b589a67f91abb1df132968971d1c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 29 12:20:05 2005 +0000
+
+    *** empty log message ***
+
+commit cc0cc878b74f669033ea6c8dafe119d3940dfad0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 29 12:19:54 2005 +0000
+
+    (LaTeX-german-hyphen): Doc fix.  Fix :type.
+
+commit 6c37908e5ac5cdb03a06d1e1c7efd90a517b469d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 29 12:04:20 2005 +0000
+
+    (auctexdir): Use `AC_ARG_VAR' on `GS' and `TEXHASH'
+    (should probably also be used on a few other environment
+    variables).
+    Use `AC_SHELL_QUOTIFY' on `GS'.
+
+commit 4f8bc9ee5d0303079b37f3dd5f7a1dd280b15b1d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 29 07:46:49 2005 +0000
+
+    *** empty log message ***
+
+commit 2e331a25804caa44245eb25afad05d1e72908218
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 29 07:46:27 2005 +0000
+
+    (LaTeX-german-insert-hyphen): Do not add "=
+    repeatedly but stick to - after the first swapping.
+
+commit 5d3da9bca3220f4d7cee70dca84988002f059a1f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 28 21:52:23 2005 +0000
+
+    *** empty log message ***
+
+commit 217b94abab93a6da42d7aeedf25f71ee2d64e4d6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 28 21:50:18 2005 +0000
+
+    (LaTeX-german-quote-after-quote)
+    (LaTeX-german-open-quote, LaTeX-german-close-quote): Move here
+    from style/german.el.
+    (LaTeX-german-hyphen, LaTeX-german-hyphen-after-hyphen): New
+    variables.
+
+commit 564fc886e33360d6029208502fe4807793d649dc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 28 21:49:38 2005 +0000
+
+    (LaTeX-mode-map): Bind `-' to
+    `LaTeX-german-insert-hyphen'.
+    (LaTeX-german-quote-after-quote, LaTeX-german-open-quote)
+    (LaTeX-german-close-quote): Move to tex-style.el.
+    (LaTeX-german-hyphen-internal): New variable.
+    (LaTeX-german-insert-hyphen): New function.
+    ("german"): Set `LaTeX-german-hyphen-internal'.
+
+commit 149f8295aab764a89a4b99676412aad122786513
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 28 12:05:59 2005 +0000
+
+    *** empty log message ***
+
+commit 941a40b19dbd0f4aa66ae48882416d67293f8abe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 28 12:05:48 2005 +0000
+
+    (Font Locking): References are now fontified
+    with `font-lock-constant-face' because `font-lock-reference-face'
+    is deprecated.
+
+commit 0d193c190e22bc7d0280df4cd45fbb939cd1f749
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 28 11:56:11 2005 +0000
+
+    *** empty log message ***
+
+commit 4d6907c8f4c1bcb83b4de269ab04b1c92d749510
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 28 11:56:01 2005 +0000
+
+    Change maintainer address.
+    (font-latex-quotes, font-latex-make-built-in-keywords)
+    (font-latex-user-keyword-classes): Doc fix.  (Mention that setting
+    the variable directly does not take effect.)
+    (font-latex-make-match-defun, font-latex-make-built-in-keywords)
+    (font-latex-make-user-keywords): Doc strings of generated
+    variables and functions now refer to the creating functions.
+    (font-latex-warning-face, font-latex-sedate-face)
+    (font-latex-italic-face, font-latex-bold-face)
+    (font-latex-math-face, font-latex-string-face)
+    (font-latex-verbatim-face, font-latex-superscript-face)
+    (font-latex-subscript-face, font-latex-title-1-face)
+    (font-latex-title-2-face, font-latex-title-3-face)
+    (font-latex-title-4-face): Remove these face variables.
+    (font-latex-title-fontify): Remove :set function.
+    (font-latex-built-in-keyword-classes): Use
+    `font-lock-constant-face' instead of `font-lock-reference-face'
+    because the latter is deprecated in Emacs (and only an alias for
+    the former which will not work if the quoted face name is used).
+    Use new `title' specifier as type of keyword for the titling
+    keywords and mention it in the doc string.
+    (font-latex-keyword-matcher): Quote face specifiers in any case.
+    (font-latex-make-user-keywords)
+    (font-latex-syntactic-face-function): Quote face specifiers.
+    (font-latex-setup): Remove obsolete method for fontifying strings
+    or math respectively.
+
+commit 5b40e9b1b41a0f46ac797ac86218f0e124112bc0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 28 02:45:27 2005 +0000
+
+    Change maintainer address.
+    (TeX-submit-bug-report): Change bug reporting address.
+
+commit 31fb87b653c385a25cc8127d098660e5d096a198
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 28 02:44:22 2005 +0000
+
+    * preview.el (preview): Change home page address to AUCTeX.
+    (preview-report-bug): Change bug reporting address.
+    
+    * doc/readme.texi (Contacts): Change mailing list info.
+    
+    * doc/problems.texi: Change mailing list info.
+    
+    * doc/faq.texi (Introduction to FAQ): Change mailing list address.
+    
+    * preview.el (if): Use (featurep 'xemacs) instead of
+    `(string-match "XEmacs" (emacs-version))'.
+    (preview-at-point): Don't check for XEmacs, just use
+    `TeX-active-mark' instead.
+
+commit 6c60051a5088e4f3b34a4bf68aa3546bba5f7ca8
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 28 00:06:57 2005 +0000
+
+    *** empty log message ***
+
+commit f668d043b36fd54b0e6d54a55e34947fff9b90c8
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 28 00:06:05 2005 +0000
+
+    * doc/wininstall.texi: Change contact info.
+    
+    * doc/intro.texi (Introduction): Change contact info.
+    
+    * doc/auctex.texi (top): Change contact info.
+
+commit a7d61860c81724715e7d7a2df2b097721245b561
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 27 12:24:35 2005 +0000
+
+    *** empty log message ***
+
+commit 72496a210dda8b3352697ff7b54db49a5f70774d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 27 12:24:25 2005 +0000
+
+    (font-latex-user-keyword-classes): Specify a default value for the
+    list.
+
+commit 7745cf4436298efe8448a9141b688a9245442aad
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 27 10:24:15 2005 +0000
+
+    *** empty log message ***
+
+commit d21062d44c6df3b94e2a3016a9bfb288bcc5bf16
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 27 10:24:05 2005 +0000
+
+    (font-latex-match-simple-command): New function.
+    (font-latex-make-user-keywords): Use it instead of specifying the
+    regexp directly.  Prevents stuff like "\foo\foo\foo\foo" from
+    being fontified like a zebra.
+    (font-latex-match-command-with-arguments): Check for limit when
+    looking at optional and mandatory arguments.  Prevents an infinite
+    loop in XEmacs when typing the "n" of \begin in "\begi\n[foo]".
+
+commit 7e32e6ad4dcc8d3d3dceb4313d959c674378549a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 24 17:39:04 2005 +0000
+
+    *** empty log message ***
+
+commit e06316ff42d1eae8fc72c06fdc6c3f9824962512
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 24 17:38:57 2005 +0000
+
+    (distclean, maintainer-clean, tarball-ready): Delete
+    autom4te.cache in maintainer-clean and tarball-ready targets.
+
+commit e8c9d59871c846f334ae6bc541d70e070f547665
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 24 17:37:07 2005 +0000
+
+    (AUCELC): Derive from AUCSRC.
+    (STYLEELC, CLEANFILES, DISTCLEANFILES, DISTTEXTS): New variables.
+    (some): Use STYLEELC.
+    (clean): Use CLEANFILES.
+    (distclean): Use CLEANFILES and DISTCLEANFILES.  Call distclean
+    target in doc directory.
+    (maintainer-clean, extraclean): New targets.
+
+commit 87d1fe83c8dbea6ab2172fd8659edc5760182410
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Mar 24 07:46:27 2005 +0000
+
+    *** empty log message ***
+
+commit 62112baa149a6e765dd1c34c013fcd28748b9fb2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Mar 24 07:46:17 2005 +0000
+
+    Add *.pdf to clean target and preview-dtxdoc.texi to maintainer-clean
+
+commit 844c91775eec7c9d34303196f81a911ad85dd0b0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 23 22:02:10 2005 +0000
+
+    *** empty log message ***
+
+commit 1bef478d55177b248079a2dd9710318d35b71598
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 23 22:01:29 2005 +0000
+
+    add maintainer-clean target
+
+commit 69dcfbe897b30aaee436d0c73b72ceefb056aea7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 23 15:38:28 2005 +0000
+
+    *** empty log message ***
+
+commit 1930160701c57450e915b22bdf49fcf1c49648f1
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 23 15:38:20 2005 +0000
+
+    add tarball-ready target
+
+commit b9ef732cee3b1f0a83767bff07ea7361a4fd597b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 23 14:44:50 2005 +0000
+
+    *** empty log message ***
+
+commit af6289006932d4673692a9d7dde0c1399d0aebc7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 23 14:44:16 2005 +0000
+
+    Use the configure-provided $PERL
+
+commit 6bc83b979145f50daa8a804e4bc67654ad5a5e50
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 23 14:44:01 2005 +0000
+
+    Add check for perl
+
+commit a76867c1249d24ff514868d3b6ba6cc182146327
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 23 14:16:44 2005 +0000
+
+    *** empty log message ***
+
+commit 5e30f1b548b99b3678187ae5a501f3b0e5903381
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 23 14:16:34 2005 +0000
+
+    (TeX-parse-argument): Deactivate mark after insertion of
+    first mandatory argument.  Fixes insertion of braces at wrong
+    places for multi-argument macros like \parbox and \multicolumn.
+    See also change from 2004-12-01 which obviously did not suffice.
+
+commit 23e8d77983e90bb3a2ec7ae8a27ccd5e94c097f8
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 22 16:02:08 2005 +0000
+
+    (preview-counter-find): Coerce `begin' to integer to
+    work around an Emacs 21.x bug.
+
+commit 0b4c5d12bafc6d93aae6f45af966820e71980104
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 22 03:08:47 2005 +0000
+
+    * Makefile.in (install): Install startup file before docs.
+    
+    * doc/Makefile.in (preview-latex/index.html): Don't ignore exit
+    status of makeinfo (this target is on-demand only, anyway).
+
+commit da99e24ef9cc7e1b9a938596ca30a04ddf8f856a
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 22 03:07:44 2005 +0000
+
+    *** empty log message ***
+
+commit d10ccb2b3ff6f864e4c1e0af4ecf6caff846f7cb
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 22 03:07:02 2005 +0000
+
+    * doc/Makefile.in (preview-latex/index.html): Don't ignore exit
+    status of makeinfo (this target is on-demand only, anyway).
+    
+    * doc/preview-dtxdoc.pl: Accept two arguments so that output file
+    will not get clobbered if Perl is not operative.
+
+commit 4bc262e1e15125557ecd09d7e6fce745ac950eaf
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Mar 21 17:10:47 2005 +0000
+
+    *** empty log message ***
+
+commit fafe9cbc4dfcb1bac66422eed6c5a55580a5167b
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Mar 21 17:10:26 2005 +0000
+
+    * latex.el (LaTeX-fill-move-to-break-point): Prevent line break
+    between 2-byte char an 1 byte-char.
+
+commit 11f998f55afc34e684bced946be3a60fe6dc5eab
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Mar 21 17:02:08 2005 +0000
+
+    *** empty log message ***
+
+commit de83055dae823c38739d5623b57080aebd33fc05
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Mar 21 17:01:50 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Do not skip
+    LaTeX-nospace-between-char-regexp.
+    Reported by Ikumi Keita <ikumi@revery.net>.
+
+commit 0c9987249c9de4c43f430558f1c004164f059a9a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 19 18:00:44 2005 +0000
+
+    *** empty log message ***
+
+commit 33a356ed3f40dcfc1634eda162294c3e7f0b59ee
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 19 18:00:31 2005 +0000
+
+    (TeX-fold-buffer-substring): Better safe than sorry.
+
+commit 58a6a3ceded4a5f0e2b4cbfac1e194f048244ce4
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 18 23:24:23 2005 +0000
+
+    * prv-xemacs.el (preview-buffer-recoding-alist): Madness variable.
+    (preview-buffer-recode-system): Use it.
+    (tex-site, tex, latex): Require them.
+    
+    * prv-emacs.el (tex-site, tex, latex): require them to silence
+    byte compiler.
+    (preview-buffer-recode-system): Compatibility function.  Probably
+    not necessary for Emacs.
+    
+    * preview.el (TeX-overlay-prioritize): don't redefine, test for
+    its presence at runtime.  Less invasive, less offensive to the
+    byte compiler.
+    (preview-coding-system): New buffer-local variable to indicate the
+    coding system used for processes.
+    (preview-place-preview, preview-reinstate-preview):  Use
+    `TeX-overlay-prioritize' only if it exists.
+    (mailcap-extension-to-mime): Use an autoload form instead of
+    `require' at runtime.
+    (preview-format-mml): Use `mailcap-extension-to-mime' directly
+    (preview-error-quote): take coding system of LaTeX process as
+    second argument.
+    (preview-parse-messages): initialize `run-coding-system' from
+    `preview-coding-system'.  Use it for calling
+    `preview-error-quote'.
+    (TeX-inline-preview-internal): Initialize `preview-coding-system'
+    and make process use it.
+
+commit fdb36fe94e66075ffe1ad7ce541c0a7dc67b4773
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 18 18:24:13 2005 +0000
+
+    * preview.el (TeX-region-create): Try shutting up the byte
+    compiler at load time.
+    
+    * preview.el (TeX-overlay-prioritize): correct stupid typo.
+    (preview-log-error): Pop up run buffer in case of error.
+
+commit b13918f79f766a4e5f821809a64453386cbef6d8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 18 14:50:21 2005 +0000
+
+    *** empty log message ***
+
+commit 5d1109fb2b06b96da7be2a838529be50a6551364
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 18 14:48:25 2005 +0000
+
+    (font-latex-make-title-faces): According to
+    upstream `font-size' is likely to vanish.  So back to
+    `face-height' but scale it down a bit to better match actual font
+    size.
+
+commit e3f13de13da247a74a4efe0b1b45205aa01f6acb
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 18 08:29:12 2005 +0000
+
+    * doc/install.texi: Mention that "the usual procedure" is for
+    site-wide installation.
+    (Advice for package providers): Mention site-start.el.
+    (Advice for non-privileged users): Adapt to new conventions.
+    Some other small changes.
+    
+    * preview.el (TeX-overlay-prioritize): correct stupid typo.
+    (preview-log-error): Pop up run buffer in case of error.
+
+commit 36f5a17d3e69e46110f66c0e46e1002f85b96e2a
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 17 17:21:30 2005 +0000
+
+    * tex.el (TeX-overlay-priority-step): New variable, previously in
+    tex-fold.el under different name.
+    (TeX-overlay-prioritize): new function in Emacs and XEmacs
+    variants.
+    
+    * tex-fold.el (TeX-fold-make-overlay): Use `TeX-overlay-prioritize'.
+    (TeX-fold-priority-step, TeX-fold-prioritize): Renamed and moved
+    to tex.el.
+    
+    * tex-buf.el (TeX-region-create): Transfer
+    `buffer-file-coding-system' from master buffer to region.
+    
+    * preview.el (tex-site): Require loads of stuff at the beginning:
+    preview.el is supposed to be autoloaded, so we can just load
+    everything that needs to get loaded, anyway.
+    (TeX-overlay-prioritize): alias to "ignore" if not defined
+    elsewhere.  This will not set priorities.
+    (eval-when-compile): move out most requires.
+    (preview-place-preview): Use TeX-overlay-prioritize instead of
+    TeX-fold-prioritize.
+    (preview-counter-find): Pass begin in to reduce one compilation
+    error message.
+    (TeX-region-create): Don't preactivate `preview-counter' advice.
+    (preview-reinstate-preview): Rename priority function to
+    `TeX-overlay-prioritize'.
+    (LaTeX-preview-setup): Remove requires.
+    (TeX-region-create): Explicitly activate `preview-preamble' advice
+    even though it is preactivated.
+
+commit f856c636eeb52b094ba5dcf3ccda5aa0b44f5db0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 17 10:02:22 2005 +0000
+
+    *** empty log message ***
+
+commit 63002cff3a95cfcaf83997c5209c3d0435ae08b2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 17 10:02:06 2005 +0000
+
+    Use new functions for setting `LaTeX-largest-level' or
+    `LaTeX-section-list' respectively.
+
+commit 78fac65aac621a996301790bf0c28d41da28da90
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 17 10:01:12 2005 +0000
+
+    (VirTeX-common-initialization): Force update of style
+    information.
+
+commit 2628a2faf1bdd37d7261a985dee073b59c31ee52
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 17 10:00:54 2005 +0000
+
+    (LaTeX-section-list-add-locally)
+    (LaTeX-largest-level-set): New functions.
+    (LaTeX-add-environments): Invalidate menu variables instead of
+    setting `LaTeX-menu-changed'.
+    (LaTeX-section-menu-entry): Do not enable symbol.
+    (LaTeX-section-menu-create, LaTeX-menu-changed)
+    (LaTeX-menu-update): Remove.
+    (LaTeX-section-menu, LaTeX-environment-menu)
+    (LaTeX-environment-modify-menu): New variables.
+    (LaTeX-section-menu-filter, LaTeX-environment-menu-filter): New
+    functions.
+    (LaTeX-mode-menu): Use them.
+    (LaTeX-common-initialization): Move setting of
+    `LaTeX-largest-level' upwards because it is needed when the menu
+    is being generated.  Do not use `activate-menubar-hook' and
+    `activate-popup-menu-hook' anymore.
+
+commit 63fcc072fd578f3ae1c966460264a3dec96700e4
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 16 14:57:43 2005 +0000
+
+    Use the four-argument version of `face-attribute'
+    if it exists.
+
+commit 4db0ef0a441d6438dd265c69b4112eaf13df13ab
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Mar 16 13:48:47 2005 +0000
+
+    *** empty log message ***
+
+commit 5c249b96b85ccdd66566e36ff7b8507dad1a982b
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Mar 16 13:48:29 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Limit the max number
+    of characters to look backward for `TeX-looking-at-backward'.
+
+commit 26c96494a406653188e5f36f66ae610e32f6a527
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Mar 16 09:51:55 2005 +0000
+
+    *** empty log message ***
+
+commit b3482042af5bcbd440738a39a3d0a5b1aabd698e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Mar 16 09:51:31 2005 +0000
+
+    (LaTeX-nospace-between-char-regexp): Changed from
+    defcustom to defvar.
+
+commit 33a7cadaeb5d4fb0d6aeaab457b52e5b4ff7222a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 15 20:56:46 2005 +0000
+
+    *** empty log message ***
+
+commit dae29d13cf01b9e660c92023829723eb7f38c953
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 15 20:56:31 2005 +0000
+
+    (font-latex-make-title-faces): Deal with the case
+    that `font-size' returns nil.
+
+commit 872da6297da16098a8376f2cc52ff95e998af349
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 15 20:39:06 2005 +0000
+
+    *** empty log message ***
+
+commit c6099cb453ada69ecb6417a45187b313ae2cd957
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 15 20:38:53 2005 +0000
+
+    (font-latex-make-title-faces): Deal with the case
+    that `font-size' returns a number.
+
+commit 80642a59f11210b0e2946aca25abbdda97efaa71
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 15 08:18:41 2005 +0000
+
+    *** empty log message ***
+
+commit b432f1357b1662477446549a697b7d5688ebeb90
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 15 08:18:30 2005 +0000
+
+    (TeX-view-style): Remove support for "a4" and "a5".
+
+commit ab36a67371408aa6eb00a1ee994db0369e561dec
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 15 03:18:03 2005 +0000
+
+    * doc/install.texi (Configure): Be somewhat more verbose.  Be
+    explicit about Emacs-only options.
+    
+    * doc/wininstall.texi: Warn against Winzip.  Reorganize docs
+    somewhat and clarify about Emacs-only procedures.
+
+commit 0c4cf9cebc50739a518756a52649b2aa8bf31f9c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 15 02:29:23 2005 +0000
+
+    * doc/preview-latex.texi (Keys and lisp): Document
+    preview-at-point allowing active region.
+    
+    * preview.el (preview-at-point): Remove nonsensical arguments.
+    Instead, allow for an active region.
+    
+    * configure.in: Add `packagelispdir' to quoted Makefile variables.
+    
+    * latex/preview.dtx: Reformat the kaboodle to look nicer.
+    Move \nofiles to auctex option.
+    
+    * latex/README-preview (Note): Mention \nofiles problem.
+    
+    * preview.el (preview-LaTeX-command): Add \nofiles to startup.
+
+commit 8a85502e40eaafc4fc40135041c0128f607d3669
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 14 23:24:54 2005 +0000
+
+    *** empty log message ***
+
+commit 027a45e39156974ea70c7a9c38dec3ca6488104d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 14 20:53:04 2005 +0000
+
+    (docTeX-indent-inner-fixed)
+    (LaTeX-indent-calculate-last): Add support for macrocode*, macro*,
+    environment and environment* environment.
+
+commit 0b5b89d2849fb3edfbbf94c21525c3cfa399e993
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 14 08:01:33 2005 +0000
+
+    *** empty log message ***
+
+commit 4019b4420fa1ec54fbdec31543756352e4bfc47a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Mar 14 08:01:23 2005 +0000
+
+    (ConTeXt-indent-item-re): Do not treat
+    \setup... commands like \item.
+
+commit c65e503abd7a269950b80371d0c7d789f345b71c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Mar 14 05:29:20 2005 +0000
+
+    *** empty log message ***
+
+commit c358722574d254b24fcafa1bd1f2dff829c717d0
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Mar 14 05:28:53 2005 +0000
+
+    (TeX-fold-prioritize): Cater for preview-latex.
+
+commit 838e210d96162b14bbd37779ca694aebf4c5e4b9
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Mar 14 05:26:58 2005 +0000
+
+    (TeX-fold-prioritize): autoload.
+    (preview-place-preview, preview-reinstate-preview): Use it.
+
+commit 7a468dde516b7748cf86536a14d4f0538357afd2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 11 11:59:35 2005 +0000
+
+    *** empty log message ***
+
+commit deb6e6a1459cc9a3fbc6edfa89342be55e20a795
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 11 11:59:16 2005 +0000
+
+    (LaTeX-paragraph-commands-regexp-make): New function.
+    (LaTeX-paragraph-commands-regexp, LaTeX-paragraph-commands): Use
+    it.
+    (LaTeX-paragraph-commands-add-locally): New function.
+
+commit 4124aad154afdd9168af54b9fa7814eac1c43ec3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 11 11:58:29 2005 +0000
+
+    ("beamer"): Use it.  Newline not needed anymore
+    because \frametitle is now a paragraph command and will not be
+    filled together with the other content.
+
+commit 693e68b9220dea741906a515b9dd61b2c6b2cf6f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 11 11:12:48 2005 +0000
+
+    *** empty log message ***
+
+commit 8ec78d6ad57b30a5c912110dd044a60efa23bb10
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 11 11:12:37 2005 +0000
+
+    (ConTeXt-find-indent): Correct indentation of
+    environments.
+
+commit f422f9f8cacf7fbbb25b226fb20ed18f50041f7e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 11 07:56:14 2005 +0000
+
+    *** empty log message ***
+
+commit e148f628fe1a35e55d08429f3b91159faf7a4a45
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 11 07:56:03 2005 +0000
+
+    (LaTeX-fill-region-as-para-do): Use
+    `remove-text-properties' instead of
+    `remove-list-of-text-properties' because the latter is not
+    available in Emacs 21.
+
+commit fc43fe98b13f78a042dc20fff0916e3fb2371d12
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 10 12:58:29 2005 +0000
+
+    *** empty log message ***
+
+commit 6a583595cb64d57bb7364cd7e101a098a76fb979
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 10 12:58:19 2005 +0000
+
+    ("beamer"): Find the correct start of
+    environment in case a frame environment is inserted with point on
+    a non-empty line.  Insert an additional newline to set off title
+    and content.
+
+commit 717ffb40444be13da0a33b026d81ba7f21df80c4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 10 08:15:11 2005 +0000
+
+    *** empty log message ***
+
+commit 50047c64095bfa83b4399e5b42d117e86c01411b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 10 08:14:56 2005 +0000
+
+    (font-latex-make-title-faces): Use `font-size'
+    instead of `face-height' to determine the font size because the
+    latter (as the sum of the face's ascent and descent) returns
+    inappropriate values.  Suggested by Steven E. Harris
+    <seh@panix.com>.
+
+commit d688196bd9f661cca75a539587d914e7ac0d2bb3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 9 20:51:50 2005 +0000
+
+    *** empty log message ***
+
+commit c2c1dd8d0420388230eff6ecc0117f761829fab2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 9 20:49:21 2005 +0000
+
+    (TeX-comment-prefix): New function.
+
+commit 3d6c0d791caf4976760bca1885726dff56af9ee3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 9 20:34:00 2005 +0000
+
+    *** empty log message ***
+
+commit 07d8e85f0f3376acecedb6c6c6d273c5a5d8115c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 9 20:32:12 2005 +0000
+
+    (LaTeX-current-environment, LaTeX-find-matching-end)
+    (LaTeX-find-matching-begin): Rather than using the start or end of
+    a commented region as a boundary, look further for other commented
+    regions with the same prefix possibly containing an environment
+    start or end respectively.
+    (LaTeX-mode-menu): An empty help string is useless and may lead to
+    an empty tooltip.
+
+commit f345b78d8c99a84bce5a0cf9676080bb8cf7038e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Mar 8 17:52:39 2005 +0000
+
+    *** empty log message ***
+
+commit e2f76cae7f19b7c9ca4d41f8dfc53a609b16b9d2
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Mar 8 17:52:23 2005 +0000
+
+    * style/amsmath.el ("amsmath"): Fixed typo: "dotssc" -> "dotsc".
+    Added symbol "dots" and "dotsi".
+
+commit 5a49d77f5a1f235b2afcc3888dd469ad67b27839
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Mar 8 17:42:42 2005 +0000
+
+    *** empty log message ***
+
+commit e63f8978536fea02c3a4dc3c4e2894c253aee434
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Mar 8 17:42:18 2005 +0000
+
+    * latex.el (LaTeX-insert-environment): Call
+    `TeX-math-input-method-off'.
+    * style/amsmath.el (LaTeX-amsmath-env-alignat)
+    (LaTeX-amsmath-env-aligned): Do not call
+    `TeX-math-input-method-off' from here.
+    Reported by Ikumi Keita <ikumi@revery.net>.
+
+commit 0ba6546766408e8c47f72db52b3327ff9b979bc0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 8 12:47:42 2005 +0000
+
+    *** empty log message ***
+
+commit 13bf44e591886ae53c157898f180ed58fd2b88d1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 8 12:46:33 2005 +0000
+
+    (LaTeX-current-environment): Doc fix.
+
+commit 1c597391970ad50d5ab24337811792da52663f31
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 8 11:01:14 2005 +0000
+
+    *** empty log message ***
+
+commit 223f39123341bfa8e06f0803aa830d26658bb4a4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 8 08:04:00 2005 +0000
+
+    *** empty log message ***
+
+commit 55124b2b333c20e2d37571e72c3ff5979d650573
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 8 08:03:49 2005 +0000
+
+    (font-latex-make-built-in-keywords): Make doc
+    string of `font-latex-match-*-keywords' more clear.
+
+commit bc158e0d44880ea1b59a6927f19c5a92a9dc9e1f
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Mar 7 20:46:04 2005 +0000
+
+    *** empty log message ***
+
+commit 89762cb343a635161b80cd55e96593b326078fde
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Mar 7 20:45:45 2005 +0000
+
+    (TeX-toggle-off-input-method): Turn off input method iff
+    `current-input-method' starts one of "chinese", "japanese", and
+    "korean".  Use `inactivate-input-method' instead of
+    `toggle-input-method'.  Doc fix.
+    Suggested by Ikumi Keita <ikumi@revery.net>.
+
+commit fd567292a3c8f9cd76877f7d36f2c3312f2bd66c
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Mar 7 18:30:55 2005 +0000
+
+    * tex-style.el: New file.  defcustoms for style/*.el should go here.
+    
+    * latex.el (LaTeX-includegraphics-extensions)
+    (LaTeX-includegraphics-options-alist)
+    (LaTeX-includegraphics-strip-extension-flag)
+    (LaTeX-includegraphics-read-file, LaTeX-beamer-themes): Moved to tex-style.el.
+    (tex-style): Require.
+    
+    * style/amsmath.el (LaTeX-amsmath-label): Moved to tex-style.el.
+    
+    * style/beamer.el: Remove install instructions.  Won't work
+    properly outside current AUCTeX anymore.  Removed CVS Id.
+    (LaTeX-beamer-section-labels-flag)
+    (LaTeX-beamer-item-overlay-flag): Moved to tex-style.el.
+    
+    * style/csquotes.el (LaTeX-csquotes-quote-after-quote)
+    (LaTeX-csquotes-open-quote, LaTeX-csquotes-close-quote): Moved to  tex-style.el.
+    
+    * style/emp.el (LaTeX-write18-enabled-p):  Moved to tex-style.el.
+    
+    * Makefile.in (AUCSRC): Added tex-style.el.
+
+commit 007bc082d46dec1f47ed889d843f29a5a6ccc271
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Mar 6 16:43:16 2005 +0000
+
+    *** empty log message ***
+
+commit a49ae8a769d23994c6e0c98b79a4d3a4c04124bc
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Mar 6 16:42:50 2005 +0000
+
+    (japanese-TeX-command-list)
+    (japanese-TeX-error-messages): Change from defvar to defcustom.
+
+commit 28e57e37fc4da8459ecee7d2500c7423dc136535
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Mar 5 19:29:55 2005 +0000
+
+    *** empty log message ***
+
+commit 0cba3e354bba9da60a32b4b66bb2a04140a5dcad
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Mar 5 19:29:33 2005 +0000
+
+    (I18n): Comment fix.
+
+commit 0a7cdb215069a3efdd18926ca8382b67f31c6a6f
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Mar 5 19:21:12 2005 +0000
+
+    *** empty log message ***
+
+commit 352dd8a21fde9a9ae387cdbbc358e63ceba87d82
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Mar 5 19:20:56 2005 +0000
+
+    Set fill-space nonsticky.
+    (LaTeX-fill-delete-newlines): Check text property 'fill-space.
+
+commit 16283d2299764b2fb70f813360ae5bbfd2c88786
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 5 14:31:07 2005 +0000
+
+    Fix psfixbb option that must have become
+    illegal at some time accidentally.
+
+commit 48e85693c847a142df1a38725961a063b07b74c7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 5 14:29:12 2005 +0000
+
+    (Loading the package): Explain that
+    preview-latex.el should already be installed in-place.
+
+commit f85ee7d4040185d1960b1e98227991d94a2d82a9
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Mar 4 18:54:48 2005 +0000
+
+    (I18n): Try to make text more clear.
+
+commit 953693f2f9b94c32727433517dec417b5ec5be61
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Mar 4 18:04:45 2005 +0000
+
+    * style/beamer.el (LaTeX-beamer-search-themes)
+    (LaTeX-arg-beamer-theme): New functions adding completion for
+    \usetheme.
+    
+    * latex.el (LaTeX-beamer-themes): New variable.
+
+commit 2dccdcfaf43ab4fb7998a3bd992b509b19390b3c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Mar 4 15:21:27 2005 +0000
+
+    *** empty log message ***
+
+commit 49e9f31240da126c0753939aa92833e7497e1871
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Mar 4 15:21:09 2005 +0000
+
+    (japanese-TeX-command-list): Doc fix.
+
+commit 541adc898f509b3793e430c913d0d54d399df2f4
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Mar 4 01:05:22 2005 +0000
+
+    *** empty log message ***
+
+commit 20a7dc6fe6b592f5efffc72ec66b5cb2ccc01f35
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Mar 4 01:04:50 2005 +0000
+
+    Use `TeX-macro-global-internal' and append path for
+    Japanese TeX into TeX-macro-global.  Do not override
+    `TeX-expand-list', no more.
+    (japanese-TeX-command-list): Add :help string.  Change
+    `TeX-run-LaTeX' to `TeX-run-TeX'.
+    (japanese-TeX-command-default, japanese-LaTeX-command-default):
+    Quote symbol TeX-command in doc string.
+
+commit 47b33149c64161aa764b0bfbd5142f14a675d129
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Mar 4 01:03:58 2005 +0000
+
+    Patch by Ikumi Keita <ikumi@revery.net>
+    (TeX-macro-global-internal): New function.
+    (TeX-macro-global): Use it.
+    (TeX-kpathsea-format-alist): Removed duplicate line.
+
+commit b3b4cead445a3cd01a37639354de75b7f36ae1e3
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 17:57:19 2005 +0000
+
+    *** empty log message ***
+
+commit facb9e7bf638fb943f7668a608ba7406ca66658c
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 17:50:48 2005 +0000
+
+    (preview-make-package-xemacs): Add directory
+    information from autoe.el to autoloads.
+
+commit b648693e401505f3c24bb45cd58877468d09bb29
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 17:45:52 2005 +0000
+
+    *** empty log message ***
+
+commit 4f58c5b03a2472047c848089fa015239d3fa5109
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 17:38:14 2005 +0000
+
+    * prv-install.el (preview-make-package-xemacs): Add directory
+    information from autoe.el to autoloads.
+    
+    * Makefile.in (elisp): generate preview-latex.el only when no
+    package system.
+    (install-el): Depend on auto.el
+    (install-startup): Make and install preview-latex.el only when no
+    package system.
+    
+    * latex/Makefile.in (all): Generate both dvi and pdf.
+    (install-texmf-doc): Install DVI (faster, compact).
+    
+    * latex/Makefile.in (install-texmf-doc): Install PDF instead of
+    DVI file.
+
+commit 9d4007687ad4d09d5e87c41c746f708057246813
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 16:51:05 2005 +0000
+
+    * prv-emacs.el (preview-create-icon-1): Use adaptive heuristic
+    mask for transparency.
+    
+    * preview-latex.spec: Make preview.dvi.  But preview-latex.pdf
+    
+    * preview-latex.spec: Change rpm name to include "fedora".  Adapt
+    to new configure stuff.  Use pdf doc instead of DVI.
+
+commit f5b5bbe5dd2b98a2e5deec32ac166a6baabec46f
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 16:09:13 2005 +0000
+
+    *** empty log message ***
+
+commit efa85b00815be7dd58bf09287afe02fd494b3b60
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 15:41:11 2005 +0000
+
+    *** empty log message ***
+
+commit a29a4684980587c9a9840b0fa650478c5e0a2c95
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 15:25:21 2005 +0000
+
+    *** empty log message ***
+
+commit f7d87c3ab2381128c2f2ed9521e3580ba7453124
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 15:15:06 2005 +0000
+
+    *** empty log message ***
+
+commit 09d8d5df5d0331d5a33959b68cc427250ef04e77
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 15:13:02 2005 +0000
+
+    Remove manual detection of package dir.
+
+commit dab885fa42ff821ce5b39cd1eb2687ceb09a6f5e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 14:56:15 2005 +0000
+
+    * preview-latex.spec: Make DVI.
+    
+    * latex/Makefile.in (all): Generate both dvi and pdf.
+    (install-texmf-doc): Install DVI (faster, compact).
+    
+    * latex/Makefile.in (install-texmf-doc): Install PDF instead of
+    DVI file.
+    
+    * preview-latex.spec: Change rpm name to include "fedora".  Adapt
+    to new configure stuff.  Use pdf doc instead of DVI.
+
+commit fb1a9bfe34410f00a642b14c5c2a499e7b0cea65
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 14:48:40 2005 +0000
+
+    (install-texmf-doc): Install PDF instead of
+    DVI file.
+
+commit 0ce495fe5660b3c0e64a00bc00045d35c536cd28
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 14:48:20 2005 +0000
+
+    *** empty log message ***
+
+commit 458c29a26361943ff5ea9248df01ae2d70ac5b13
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 14:42:10 2005 +0000
+
+    *** empty log message ***
+
+commit 9ecbf7339b820a4e8c65bdf71d09094891d614f5
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 14:27:18 2005 +0000
+
+    *** empty log message ***
+
+commit fb2a136bc7256d83cf1e735e49b298ae40dab7c8
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 14:22:04 2005 +0000
+
+    Change rpm name to include "fedora".  Adapt
+    to new configure stuff.  Use pdf doc instead of DVI.
+
+commit 895cf5aa79e9eae6307a09877bf9beca7c0b8ed2
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 14:13:59 2005 +0000
+
+    Change rpm name to include "fedora".  Adapt
+    to new configure stuff.  Use pdf doc instead of DVI.
+
+commit ffb61cef659c7069d2af7219897a1496f11f241f
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 14:09:00 2005 +0000
+
+    *** empty log message ***
+
+commit cc07057445916dc2d00814d966f03c43a468cb68
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 14:03:31 2005 +0000
+
+    * doc/wininstall.texi: Simplify, rearrange, adapt to new
+    installation scheme.  Add links to CVS precompiled versions.
+    
+    * doc/install.texi (Prerequisites): Revamp.
+    (Configure): Add explanations.
+    
+    * preview-latex.spec: Change rpm name to include "fedora".  Adapt
+    to new configure stuff.  Use pdf doc instead of DVI.
+    
+    * configure.in: icondir is absolute, reorder some stuff to
+    maintain directory locality.
+    
+    * aclocal.m4: Change a lot of $x to ${x}.
+    Simplify some stuff.
+    
+    * RELEASE: Add information for release.
+    
+    * configure.in: Correct prefix check.  Add Emacs version check.
+    
+    * aclocal.m4: Move several functions around, completely overhaul
+    the stuff to just detect material in prefix-related directories.
+    Remove docstrip config detection, add version checking of major
+    and minor version.  Rely on prefix being set by configure.in.
+
+commit 09ec60090b24d873419056cae0408a762da7589a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 3 09:05:49 2005 +0000
+
+    *** empty log message ***
+
+commit 719d69c49ba23dc9f1d3b3aab9b517e278f2119d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 3 09:05:38 2005 +0000
+
+    (LaTeX-beamer-item-overlay-flag): New variable.
+    Used for controling the insertion of overlays in
+    `LaTeX-item-beamer'.
+    (LaTeX-item-beamer): Use it.
+
+commit c81c73eaf52937859d1036a289b6cecebdb154aa
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 3 05:28:38 2005 +0000
+
+    * configure.in: Correct prefix check.  Add Emacs version check.
+    
+    * aclocal.m4: Move several functions around, completely overhaul
+    the stuff to just detect material in prefix-related directories.
+    Remove docstrip config detection, add version checking of major
+    and minor version.  Rely on prefix being set by configure.in.
+
+commit 319b8fcd0af72142d50f5723c1867c73dd185fcb
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Mar 2 14:02:14 2005 +0000
+
+    (I18n): Fix some markup errors.
+
+commit d382c8d5a86963879dcd1b5d9704574b193f4df3
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 2 12:06:02 2005 +0000
+
+    * Makefile.in (install-el): no means no for packagedir.
+    
+    * configure.in: Set prefix.
+    
+    * aclocal.m4: Use "no" for no packagedir in XEmacs.
+    Don't save prefix and stuff.
+    Expand stuff at some points.
+    
+    * configure.in: Adapt to new variables.
+    Remove check for image-supporting Emacs: it is probably not
+    reliable on consoles.
+    Add packagelispdir and icondir options.
+    (GS): Don't try GSWIN32.EXE.
+    Create lispGS in auto.el
+    
+    * doc/Makefile.in (.PHONY): Add install here.
+    
+    * Makefile.in (install-el): Adapt targets to packagelispdir.
+    (.PHONY): Add install target for case insensitive filesystems.
+    
+    * aclocal.m4: Rewrite EMACS_EXAMINE_PACKAGEDIR.
+    EMACS_LISP now gets one argument less.
+    EMACS_TEST_LISP_DIR makes just one pass.
+    EMACS_PATH_LISPDIR expands less.
+    AC_LISPIFY_DIR is a new function.
+    AC_MAKE_FILENAME_ABSOLUTE
+    AC_LISP_RELATIVE new functions.
+
+commit 1d4d1c1feff57bd230d9921df87e3c3036013167
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 2 09:05:53 2005 +0000
+
+    *** empty log message ***
+
+commit 22a2f0451c7ac7a8005e9c8a4669e2bf91ea1aed
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 2 09:05:38 2005 +0000
+
+    (font-latex-make-title-faces)
+    (font-latex-title-4-face): Use yellow on terminals with dark
+    background and blue4 on terminals with light background.
+
+commit 7bbadbce7fc632a921596a6697d9712813bd09ed
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 2 07:56:53 2005 +0000
+
+    * doc/wininstall.texi: Use executable name directly to save
+    confusion.
+    
+    * prv-xemacs.el (preview-filter-specs): Rework specs.
+    
+    * prv-emacs.el (preview-filter-specs): Translate :type fields.
+    
+    * preview.el (preview-min-spec): Move.
+    (preview-filter-specs): Move from prv-emacs.el and prv-xemacs.el.
+    (preview-filter-specs-1): simplify.
+    (preview-icondir): Create icondir preset variable.
+    (preview-filter-specs): expand file specs against it here instead
+    of prv-emacs.el and prv-xemacs.el.
+    
+    * configure.in: Adapt to new variables.
+    Remove check for image-supporting Emacs: it is probably not
+    reliable on consoles.
+    Add packagelispdir and icondir options.
+    (GS): Don't try GSWIN32.EXE.
+    Create lispGS in auto.el
+    
+    * autogen.sh: Use --output option for makeinfo to get
+    tableofcontents in FAQ.
+    
+    * doc/Makefile.in (.PHONY): Add install here.
+    
+    * Makefile.in (install-el): Adapt targets to packagelispdir.
+    (.PHONY): Add install target for case insensitive filesystems.
+    
+    * aclocal.m4: Rewrite EMACS_EXAMINE_PACKAGEDIR.
+    EMACS_LISP now gets one argument less.
+    EMACS_TEST_LISP_DIR makes just one pass.
+    EMACS_PATH_LISPDIR expands less.
+    AC_LISPIFY_DIR is a new function.
+    AC_MAKE_FILENAME_ABSOLUTE
+    AC_LISP_RELATIVE new functions.
+
+commit 8780bd46a83190a69194a14dfeba8b8abb939fc4
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Mar 2 00:09:16 2005 +0000
+
+    (Floats): Document `LaTeX-top-caption-list'.
+
+commit f953c6e1e0af4ecdc7ee12745685771b03852d6e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Mar 1 15:20:32 2005 +0000
+
+    *** empty log message ***
+
+commit 39372d79904dec35a7bf49b8410a78ed13b898b3
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Mar 1 15:20:04 2005 +0000
+
+    (I18n): Revised.
+
+commit 6a28579ef9000a7fea2fa22baa6b39f2b21479b7
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Feb 27 16:36:05 2005 +0000
+
+    *** empty log message ***
+
+commit a08510a8344ea4d44881ed41285bdd11d220d605
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Feb 27 16:35:48 2005 +0000
+
+    (TeX-japanese-process-input-coding-system)
+    (TeX-japanese-process-output-coding-system): Fix comment.
+
+commit a35ddb0316fffba0bcebbbbf04406790508319f0
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Feb 27 10:46:31 2005 +0000
+
+    *** empty log message ***
+
+commit 7921807fd250e87cb44c39df2a1eae4e46948068
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Feb 27 10:46:11 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Cater for kinsoku,
+    especially for Japanese.
+
+commit ae92c6ef6212af7d56fdb6d02c6828d855fbd1fd
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 26 11:08:03 2005 +0000
+
+    Remove `Patch by' Ikumi Keita and Kohda Atsuhito, and
+    make new changelog item for them with "tiny change".
+
+commit 18c3c7cc6ddc596a3dc91dd4a5d0a5846cb2a438
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 26 03:54:41 2005 +0000
+
+    * doc/readme.texi (Basic modes of operation): Adapt PDFLaTeX
+    explanation to newer AUCTeX versions.
+    
+    * preview.el (preview-error-icon-specs): Choose somewhat oversized
+    errors. Adapt to set.
+    (preview-gs-restart, preview-gs-transact): Change image file name
+    prefix to `pr'.
+    (preview-clean-subdir): When cleaning out subdirectories, match
+    `pr' instead of `pre'.
+
+commit 9e96da340eda24520aa035420fb2bd6d1f3d64c3
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 25 23:38:59 2005 +0000
+
+    * preview.el (preview-error-icon-specs): Choose somewhat oversized
+    errors. Adapt to set.
+    
+    * Makefile.in (ICON_SOURCES): Adapt to existing set.
+
+commit b7453ef669ae415ae4d781dcdfee1265f955bef0
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 25 23:25:35 2005 +0000
+
+    Icon changes to error icons.  No way.
+
+commit 968641c12d85e51660ae27590ee91f7f91e12f26
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 25 16:39:43 2005 +0000
+
+    * preview.el (preview-gs-options): Remove "-dDELAYSAFER" from
+    option list.
+    (preview-gs-sequence): New variable.
+    (preview-gs-sentinel): Don't repeat startup echo if GhostScript
+    fails before prompting the first time.
+    (preview-gs-sentinel): When restarting, remove expected file names
+    from `preview-gs-outstanding'.
+    (preview-gs-restart): generate a unique output file name pattern
+    from `preview-gs-sequence'
+    (preview-gs-restart): list start command quoted.
+    (preview-gs-open): initialize `preview-gs-sequence'.
+    (preview-gs-open): if historic "DELAYSAFER" is still configured,
+    start safe mode manually.  Remove all settings of OutputFile, and
+    all runandhide stuff.
+    (preview-gs-place): Don't generate a filename that might not be
+    needed.
+    (preview-gs-flag-error): Generate a synthetic OutputFile option.
+    Use it in error messages.
+    (preview-gs-transact): generate output file name in outstanding
+    queue.  Don't fiddle with OutputFile settings.  Advance
+    `preview-gs-sequence'.
+    (preview-dvipng-place-all): Generate file name.
+    
+    * prv-xemacs.el (null-device): Remove compatibility definition.
+
+commit 7a527aeb1831e04de02d81739f763e5b52a61a8f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Feb 24 08:38:47 2005 +0000
+
+    *** empty log message ***
+
+commit 6921821aa09cd708e4f432d3b9677276f2fdca3e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Feb 24 08:38:34 2005 +0000
+
+    (LaTeX-common-initialization): Update LaTeX menu when a
+    popup menu in XEmacs is opened.
+
+commit ee0c00dbb91f465c508f83eab587db0c4554e101
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Feb 23 15:48:09 2005 +0000
+
+    *** empty log message ***
+
+commit cf85cd05d3b7178e02d7e6ee7cc32979fc10f67d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Feb 23 15:47:58 2005 +0000
+
+    Some doc fixes in the commentary section.
+
+commit dd868960ed5ac3b5d639ca33c5fd534be8201bfb
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Feb 23 03:34:22 2005 +0000
+
+    *** empty log message ***
+
+commit 8328cea75259b2edf92144d978093592fc54864f
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Feb 23 03:29:16 2005 +0000
+
+    (I18n): Removed FIXME comment.
+    Patch by Ikumi Keita <ikumi@revery.net>.
+
+commit be3bdb5a36388b913289ea8fe6ca1abceca158dd
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 22 02:29:45 2005 +0000
+
+    *** empty log message ***
+
+commit e2c03daf7681a25905e1651cc2fafa5bd19b602c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 22 02:29:01 2005 +0000
+
+    (LaTeX-fill-delete-newlines): Call search-forward,
+    which is copied from `fill-delete-newlines', with BOUND TO.
+    Patch by Ikumi Keita <ikumi@revery.net>.
+
+commit d8468e31fa83c1290a86a0dc3beba0ce908fd36f
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Feb 21 16:15:36 2005 +0000
+
+    (Japanese): Fix bogus macro.
+
+commit 96b7117a10b783c1fecc83ba691d6a04d4b9180e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Feb 21 03:16:09 2005 +0000
+
+    *** empty log message ***
+
+commit cdd3e90d824afccf86c5b31c2369f38f519cd300
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Feb 21 03:15:48 2005 +0000
+
+    (Japanese): Doc fix.
+    - Quote default value by "..."
+    Suggested by Ikumi Keita <ikumi@revery.net>.
+    - Add cindex NTT jTeX and ASCII pTeX.
+    - Documentation for installation of tex-jp is fixed.
+
+commit c0f714f5cfeadf7b312ff04f94f259f120bd7785
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 20 14:29:45 2005 +0000
+
+    *** empty log message ***
+
+commit a62028fc7f74ff7f3f706ed77d6e98aab3f44a3a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 20 14:29:34 2005 +0000
+
+    (TeX-fold-buffer-substring): Do not use `dolist' which uses an
+    unwanted local binding of the list variable.
+
+commit a023d583f29752539cf95219e0b033eccb7960c9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 20 09:14:34 2005 +0000
+
+    *** empty log message ***
+
+commit 31ee6b9dbaa43338546dd60a7c50180532f85e09
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 20 09:14:22 2005 +0000
+
+    (TeX-fold-macro-nth-arg): Doc fix.
+    Do not skip more than one closing brace backwards.
+    Use `TeX-fold-buffer-substring'.
+    (TeX-fold-prioritize): Doc fix.
+    (TeX-fold-buffer-substring): New function.
+
+commit e6ec8b386cc23b93d2d86be5c89e30a75b225387
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 19 13:29:54 2005 +0000
+
+    *** empty log message ***
+
+commit b4e884ced6c127d145ca0c9783337f20889190ab
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 19 13:27:55 2005 +0000
+
+    (TeX-japanese-process-input-coding-system): Remove
+    garbage code.
+    Reported by Ikumi Keita <ikumi@revery.net>.
+
+commit 3e25c3442d2fcfc382bd8491862ec049ec6e4374
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 19 12:39:32 2005 +0000
+
+    *** empty log message ***
+
+commit 93e28df42811013b755ff408eb9c8cb6872647c4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 19 12:39:22 2005 +0000
+
+    (LaTeX-current-environment): New variable.
+    (LaTeX-indent-calculate, LaTeX-fill-region-as-para-do): Use it.
+    Improves filling performace by caching current environment.
+
+commit aa721622ba03d493c881f813e5f192bb025fc8c9
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 19 01:54:58 2005 +0000
+
+    *** empty log message ***
+
+commit ebcee716594a741cf4a4cb78e7daeb0f45d6093e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 19 01:54:42 2005 +0000
+
+    (LaTeX-nospace-between-char-regexp): New variable.
+    (LaTeX-fill-delete-newlines): Use it.
+    (LaTeX-fill-move-to-break-point): Ditto.  Fix comment.
+
+commit 0374ed90a72ceb1b9574c194281a19116876c5a1
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 18 19:07:49 2005 +0000
+
+    * preview.el (preview-specs-setter): New function.
+    (preview-nonready-icon-specs): Choose slightly smaller icons.
+    (preview-nonready-icon-specs, preview-error-icon-specs)
+    (preview-icon-specs): Use `preview-specs-setter'.
+    
+    * doc/wininstall.texi: Mention case problems.
+    
+    * doc/install.texi (Prerequisites): Update AUCTeX version info.
+    
+    * doc/problems.texi (Middle-clicks paste instead of toggling):
+    Remove reference to patches directory.  Should no longer be
+    necessary.
+    (Problems with GhostScript): Mention use of gswin32.exe instead of
+    gswin32c.exe as a problem source.
+    
+    * preview.el (preview-nonready-icon-specs): Add size 14.
+
+commit 49ba826fc9c92c3d92a383516f0f29a04dcfbb73
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 18 02:01:28 2005 +0000
+
+    (preview-nonready-icon-specs): Add size 14.
+
+commit 6fb43b9114f17dce1bbb534b358b8ef452831802
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 18 01:59:53 2005 +0000
+
+    * images/prvwrk24.xpm: New icon, dimmer, better shape.
+    
+    * images/prvwrk20.xpm: New icon
+    
+    * images/prvwrk16.xpm: New icon
+    
+    * images/prvwrk14.xpm: New icon
+    
+    * images/prvwrk12.xpm: New icon
+
+commit 36ff20fdd250d65522e524ab512e07755bcc2784
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Feb 18 00:48:44 2005 +0000
+
+    *** empty log message ***
+
+commit aa58fd694e02b1c0f1936b39c050c418e40d45ea
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Feb 18 00:47:59 2005 +0000
+
+    (LaTeX-fill-delete-newlines): New function.
+    (LaTeX-fill-region-as-para-do): Use it.
+
+commit 2e09c621d4879c46b926221588272ffc951d1624
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Feb 16 16:04:46 2005 +0000
+
+    *** empty log message ***
+
+commit d72b334adc307e8a647defd18262260251c59464
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Feb 16 16:04:36 2005 +0000
+
+    (font-latex-set-syntactic-keywords): Give an
+    escape char at the end of a verbatim construct punctuation syntax.
+    Prevents wrong fontification of stuff like "\verb|foo\|".
+
+commit 39f62bef2c3712309fb62d4953a30f46524333cc
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Feb 16 03:49:25 2005 +0000
+
+    *** empty log message ***
+
+commit 8134c4c783fe894ea744243044f1d20d2cbe99c9
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Feb 16 03:49:04 2005 +0000
+
+    (TeX-after-start-process-function): Removed code for
+    XEmacs.  `set-process-coding-system' is available in XEmacs 21.1.
+    (TeX-japanese-process-input-coding-system)
+    (TeX-japanese-process-output-coding-system): Change from defvar to
+    defcustom.  Use `default-process-coding-system'; Old XEmacs
+    doesn't have the variable?
+    Suggested by Ikumi Keita <ikumi@revery.net>.
+
+commit d6b7f32fdac488810725ad8a2daafbf73123f17d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 15 16:55:34 2005 +0000
+
+    (preview-error-quote): Encode to raw-text to get
+    unibyte string.
+
+commit f55130811257f919daa4191d8fd795db9d6b054b
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 15 07:24:35 2005 +0000
+
+    *** empty log message ***
+
+commit b1f6159570609ef5e5719bc65c45871a6be20342
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 15 07:24:16 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Simplify.
+    (LaTeX-fill-region-as-para-do): Cater for the situation where
+    there is a line ending with Japanese characters and the following
+    line starts with a non-Japanese character.
+
+commit c6180db72523c15375bee9553d057ecaf7dede7d
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 15 07:20:41 2005 +0000
+
+    *** empty log message ***
+
+commit 64c6fc094c442bd395ea6c9acce2cebc38302b09
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 15 07:20:23 2005 +0000
+
+    (LaTeX-fill-move-to-break-point): Simplify.
+
+commit e230a0821685d72ab6834940295369f4ab0ab780
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 14 02:52:53 2005 +0000
+
+    * aclocal.m4 (AC_LISPIFY_DIR): new function.
+    (AUCTEX_AUTO_DIR): Use it.
+    
+    * tex-site.el.in (TeX-lisp-directory, TeX-auto-global): put
+    autoconfed expression on a line of its own.
+
+commit b61bfea0d010c409fe39fccfbf23a6d0aa078ab0
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Feb 14 01:24:22 2005 +0000
+
+    *** empty log message ***
+
+commit 1929cc1a07104d5587fbd870057744ee6799c796
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Feb 14 01:24:05 2005 +0000
+
+    Fix for long and short japanese lines.
+    Reported by Ikumi Keita <ikumi@revery.net>.
+    
+    (LaTeX-fill-region-as-para-do): Get rid of a space at
+    eol if the last character of the line is Japanese (e.g. short
+    Japanese lines).
+    (LaTeX-fill-move-to-break-point): Do not skip characters if the
+    text is written in Japanese (e.g. long Japanese line).
+
+commit b600ae7dc5c09d73ea13f96b1f00dbb04679b61d
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Feb 14 01:09:55 2005 +0000
+
+    *** empty log message ***
+
+commit 70a5add69bbc027b4833f785913fa57f363e9f33
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Feb 14 01:09:35 2005 +0000
+
+    (LaTeX-auto-regexp-list): Use
+    `LaTeX-auto-class-regexp-list'.
+    Patch by Ikumi Keita <ikumi@revery.net>.
+
+commit bff9ca2721a1b2b502f44be8d6624aab2f2b5350
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 13 14:24:33 2005 +0000
+
+    *** empty log message ***
+
+commit 2b0fc1f0163f9e1c1602d64533b5f94199569eee
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Feb 13 14:24:13 2005 +0000
+
+    (Texinfo-environment, Texinfo-modify-environment):
+    New functions.
+    (Texinfo-insert-environment): Not interactive anymore as it is now
+    called by `Texinfo-environment'.
+    (Texinfo-mode-map): `C-c C-e' now calls `Texinfo-environment'.
+
+commit 261af375de99317030edd3114d15c3fda13a2a5b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Feb 13 04:12:42 2005 +0000
+
+    * doc/preview-latex.texi (The Emacs interface): Adapt to new
+    `preview-use-balloon-help' default.
+    
+    * doc/faq.texi (Customization): Adapt to new
+    `preview-use-balloon-help' default.
+    
+    * prv-xemacs.el (preview-use-balloon-help): Default to nil.
+    
+    * preview.el (preview-gs-flag-error): For consistency, make error
+    icons have a context menu on right mouse button.
+
+commit 44e9630f3aa6db6642334bcc033f8480e39335a4
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 12 14:12:18 2005 +0000
+
+    *** empty log message ***
+
+commit 00aef1a5ae38f92ea9a94ada94cb4b77c182f085
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 12 14:11:57 2005 +0000
+
+    (japanese-slitex-mode): Removed obsolete autoload of slitex.
+
+commit dbac978f1743b76052a6542b72d2b0bfc4fdec69
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 12 14:10:56 2005 +0000
+
+    *** empty log message ***
+
+commit be80d994fa4ff6397f0fd220d72da17ae572e11b
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 12 14:10:37 2005 +0000
+
+    (TeX-add-local-master): Insert "japanese-" before mode
+    name  if buffer local variable `japanese-TeX-mode' is non-nil.
+    Suggested by Ikumi Keita <ikumi@revery.net>.
+
+commit 3b16f27cb4a8059cbee63dc8c0dd5743546c8843
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 12 13:57:59 2005 +0000
+
+    *** empty log message ***
+
+commit 2338aa1aac55c1ec4c9d7cc1291f65e50007905f
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 12 13:57:38 2005 +0000
+
+    (Japanese): Doc fix to follow the latest
+    tex-jp.el.
+
+commit ae9a699ad3c69cc708a7dc31a7fa8a88969d267a
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 12 13:23:19 2005 +0000
+
+    *** empty log message ***
+
+commit d01a76cfc0bdf579abb2288cc615ec7407071400
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Feb 12 13:21:58 2005 +0000
+
+    Fix bug that once japanese-plain-tex-mode entered,
+    plain-tex-mode do as japanese-plain-tex-mode.
+    Reported by Ikumi Keita <ikumi@revery.net>.
+    (japanese-TeX-mode): Doc fix.  Make variable buffer local and
+    permanent-local.
+    (japanese-plain-tex-mode-initialization)
+    (japanese-latex-mode-initialization): Do not initialize
+    japanese-TeX-mode.  Use `when' instead of `if'.
+
+commit 68817f21f67995f703169b74434d296a06d8ee18
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 12 10:22:49 2005 +0000
+
+    *** empty log message ***
+
+commit 28673cec126370c8a5d9fb0ed2bedcdc6b9d39b3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 12 10:22:37 2005 +0000
+
+    (TeX-find-macro-boundaries): Return an alist instead of a
+    list.
+    (TeX-find-macro-end): With `TeX-find-macro-boundaries' returning
+    an alist `cdr' is now sufficient.
+    (TeX-find-macro-end-helper): Save match data.
+    (TeX-font-replace-macro): Use `TeX-find-macro-end' instead of
+    `forward-sexp'.  Fixes errors e.g. when trying to remove the font
+    spec of a string like "\textbf{(}".
+
+commit bce4ba18ebb81a15583bcc27f68a7d099a598dc1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 11 09:34:45 2005 +0000
+
+    *** empty log message ***
+
+commit eb779c32cc709f89d5396daeaa366c6ad1d4bd29
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 11 09:34:37 2005 +0000
+
+    (LaTeX-env-figure): Make function aware of active
+    selections.  There are still some indentation issues left.
+
+commit 5c0bbbb36fa877ccb132acdb7daa3e66241ed40a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 11 08:51:50 2005 +0000
+
+    *** empty log message ***
+
+commit 71e108b406d3b6633d4caf777c927ca0d2dd7f74
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 11 08:51:40 2005 +0000
+
+    ("epsf"): Do not add epsffig environment.  Fixes
+    error if latex.el(c) is not loaded.
+    (LaTeX-env-epsffigure): Remove.
+
+commit 10b27ab29998b1ec847b521ac5ab088f7e25385d
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 11 04:11:27 2005 +0000
+
+    *** empty log message ***
+
+commit e10b088590d965d81f6a07038b212dbf1209cad6
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 11 03:47:03 2005 +0000
+
+    * doc/preview-latex.texi (Keys and lisp): Change descriptions to
+    cater only for interactive use.
+    (Keys and lisp): Explain mouse-3 better.
+    (Keys and lisp): Move preview-copy-region-as-mml explanation up.
+    Explain about the new border avoidance behavior.
+    (The Emacs interface): Explain about how to adapt the various
+    icon-specs.
+    
+    * preview.el (preview-specs-type): Type for specs defcustom.
+
+commit 38cfcb498215445c60dc051d917c4512d2ed6467
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 11 01:12:51 2005 +0000
+
+    * prv-xemacs.el (preview-specs-type): Type for specs defcustom.
+    (preview-tb-icon-specs): Make defcustom.
+    
+    * prv-emacs.el (preview-specs-type): Type for specs defcustom.
+    (preview-tb-icon-specs): Make defcustom.
+    
+    * preview.el (preview-nonready-icon-specs)
+    (preview-error-icon-specs, preview-icon-specs): move lower and
+    make defcustom from it.
+
+commit 1f3518ed78ddb804a4924ef1e6215fb42f8310d6
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 11 00:09:41 2005 +0000
+
+    * tex-site.el.in (TeX-lisp-directory): Use `@lispauctexdir'
+    instead of `"@auctexdir@"' and `@lispautodir' instead of
+    `"@auctexdir_expanded"'.
+    
+    * configure.ac (lispauctexdir): create version of `$(auctexdir)'
+    that is Lisp-quoted, not shell-quoted.
+    (lispautodir): Similarly.
+
+commit 06c2e43d113862cd60bc957312b59aa23f6bf98d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 10 23:51:16 2005 +0000
+
+    * tex-site.el.in (TeX-lisp-directory): Use `@lispauctexdir'
+    instead of `"@auctexdir@"'.
+    
+    * configure.ac (lispauctexdir): create version of `$(auctexdir)'
+    that is Lisp-quoted, not shell-quoted.
+    
+    * doc/Makefile.in (prefix): Append $(null) to some assignments to
+    save quoted backslashes at line ends.
+    
+    * Makefile.in (prefix): Append $(null) to some variable
+    assignments to let quoted backslashes at their end remain quoted.
+    (auctexdir): Get from configure.
+
+commit c0c229f1ec69c555cf0a5f74eeb80a4d06697674
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 10 16:31:56 2005 +0000
+
+    * prv-emacs.el (preview-mode-setup): Only define a preview toolbar
+    entry when the icon is valid.
+    
+    * RELEASE: Mention the new icons.
+    
+    * prv-xemacs.el (preview-tb-icon): Use this instead of
+    (preview-icon-toolbar-button): in order to match
+    `preview-tb-icon-specs', as in prv-emacs.el
+    (preview-mode-setup): Don't install a toolbar item when no icon
+    image can be generated properly.
+
+commit ab04e9251237c8d750c363e2a061013bc0333f07
+Author: Peter Galbraith <psg@debian.org>
+Date:   Thu Feb 10 01:37:58 2005 +0000
+
+    bib-cite.el (bib-master-file): Apply patch from Peter Heslin.  TeX-master
+    can now have symbol values (other than t or nil).
+
+commit 1a21d526a9443c9b8a9a356473afb406b0730662
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Feb 9 22:09:02 2005 +0000
+
+    * prv-xemacs.el (add-to-list): only provide definition for
+    three-argument version if XEmacs doesn't.  May be removed at some
+    time completely.
+    (null-device): Only defvar if unbound in order not to munge the
+    doc string.
+    (preview-transparent-border): Silence the byte-compiler.
+    (preview-supports-image-type): Move earlier.
+    (preview-filter-specs): Correct a few typos.
+    (preview-filter-specs): Don't forget to call `make-glyph'.
+    (preview-mode-setup): Correct toolbar icon setup.
+    
+    * prv-xemacs.el (preview-nonready-icon, preview-error-icon)
+    (preview-icon, preview-tb-icon): Removed in this form.
+    (preview-ascent-spec): New symbol for storing minimal data when
+    parsing specs.
+    (preview-filter-specs): New function.
+    (preview-icon-copy): Replaces `preview-nonready-copy'.
+    (preview-mode-setup): Create toolbar button.
+
+commit 1a12f4b229ddab2d72c56f6656a10f4c9693a969
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Feb 9 20:59:06 2005 +0000
+
+    * prv-xemacs.el (add-to-list): only provide definition for
+    three-argument version if XEmacs doesn't.  May be removed at some
+    time completely.
+    (null-device): Only defvar if unbound in order not to munge the
+    doc string.
+    (preview-transparent-border): Silence the byte-compiler.
+    (preview-supports-image-type): Move earlier.
+    (preview-filter-specs): Correct a few typos.
+    
+    * preview.el (preview-error-quote): Remove unused variable `char'.
+    
+    * preview.el (preview-region, preview-buffer, TeX-region-create)
+    (preview-document, preview-environment, preview-section): Move
+    down to avoid byte compiler warnings.
+    
+    * prv-xemacs.el (preview-nonready-icon, preview-error-icon)
+    (preview-icon, preview-tb-icon): Removed in this form.
+    (preview-ascent-spec): New symbol for storing minimal data when
+    parsing specs.
+    (preview-filter-specs): New function.
+    (preview-icon-copy): Replaces `preview-nonready-copy'.
+    (preview-mode-setup): Create toolbar button.
+    
+    * preview.el (preview-nonready-icon-specs)
+    (preview-nonready-icon, preview-error-icon-specs)
+    (preview-error-icon, preview-icon-specs, preview-icon)
+    (preview-min-spec): New variables.
+    (preview-gs-place): Use `preview-icon-copy' instead of
+    `preview-nonready-copy'
+    (preview-make-image): New function.
+    (preview-filter-specs-1): New function.
+    (preview-buffer-restore-internal): Call `preview-get-geometry' for
+    having size information.  This may be incorrect at restore time.
+    (preview-get-geometry): Also constitute `preview-icon',
+    `preview-error-icon' and `preview-nonready-icon'.
+
+commit b3eebd1323d791a31da50b986adeb2e13dfb57da
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Feb 9 16:45:49 2005 +0000
+
+    * doc/faq.texi (Requirements): Stop talking about ancient XEmacs
+    versions.
+    (Requirements): Mention Emacs 22 instead of 21.4
+    
+    * doc/install.texi (Prerequisites): same
+    
+    * doc/problems.texi (Emacs problems): same
+
+commit 49c49c5a8f2a95c718eea622398722c29e185991
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Feb 9 16:27:43 2005 +0000
+
+    * preview-latex.spec (Conflicts): xemacs = 21.4.16
+    
+    * RELEASE: Add some dvipng information, more detailed
+    recommendations.
+
+commit 5940708fbf04d6d819753885297f0ae367dd5bca
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Feb 9 13:35:50 2005 +0000
+
+    * preview.el (preview-region, preview-buffer, TeX-region-create)
+    (preview-document, preview-environment, preview-section): Move
+    down to avoid byte compiler warnings.
+    
+    * preview.el (preview-nonready-icon-specs)
+    (preview-nonready-icon, preview-error-icon-specs)
+    (preview-error-icon, preview-icon-specs, preview-icon)
+    (preview-min-spec): New variables.
+    (preview-gs-place): Use `preview-icon-copy' instead of
+    `preview-nonready-copy'
+    (preview-make-image): New function.
+    (preview-filter-specs-1): New function.
+    (preview-buffer-restore-internal): Call `preview-get-geometry' for
+    having size information.  This may be incorrect at restore time.
+    (preview-get-geometry): Also constitute `preview-icon',
+    `preview-error-icon' and `preview-nonready-icon'.
+
+commit d0ee66b296be97eede1079141ddc468905fd1d62
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Feb 9 13:25:04 2005 +0000
+
+    *** empty log message ***
+
+commit 53bedb2613bf1eaea9df99d766b2d31ab2c67ff9
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Feb 9 13:24:30 2005 +0000
+
+    (TeX-japanese-process-input-coding-system)
+    (TeX-japanese-process-output-coding-system): Use if-statement in
+    defvar instead of outside of defvar.  Change default value of FSF
+    Emacs to 'euc-jp.
+    (TeX-after-start-process-function): Add code for FSF Emacs.
+
+commit a976aa9416421521d63b188de06d56f2c22c1d2d
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Feb 9 12:02:28 2005 +0000
+
+    *** empty log message ***
+
+commit ca49dccd03d59a14a19c3f19345d8fa7a185a149
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Feb 9 12:00:06 2005 +0000
+
+    Renamed to other names with less potential for ambiguity.
+
+commit b03f8c54ccd13582d3a7522607f8d9f121f851e6
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Feb 9 11:55:45 2005 +0000
+
+    * configure.in: remove ICONFORM stuff.
+    
+    * Makefile.in (ICONFORM): removed.
+    (ICON_SOURCES): Change to different list.
+    
+    * prv-xemacs.el (preview-nonready-icon, preview-error-icon)
+    (preview-icon, preview-tb-icon): Removed in this form.
+    (preview-ascent-spec): New symbol for storing minimal data when
+    parsing specs.
+    (preview-filter-specs): New function.
+    (preview-icon-copy): Replaces `preview-nonready-copy'.
+    (preview-mode-setup): Create toolbar button.
+    
+    * prv-emacs.el (preview-nonready-icon, preview-error-icon)
+    (preview-icon): removed.
+    (preview-filter-specs): New function.
+    (preview-tb-icon-specs, preview-tb-icon): New variables for the
+    toolbar icon.
+    (preview-icon-copy): replaces `preview-nonready-copy'
+    (preview-mode-setup): Initialize `preview-tb-icon'
+    
+    * preview.el (preview-nonready-icon-specs)
+    (preview-nonready-icon, preview-error-icon-specs)
+    (preview-error-icon, preview-icon-specs, preview-icon)
+    (preview-min-spec): New variables.
+    (preview-gs-place): Use `preview-icon-copy' instead of
+    `preview-nonready-copy'
+    (preview-make-image): New function.
+    (preview-filter-specs-1): New function.
+    (preview-buffer-restore-internal): Call `preview-get-geometry' for
+    having size information.  This may be incorrect at restore time.
+    (preview-get-geometry): Also constitute `preview-icon',
+    `preview-error-icon' and `preview-nonready-icon'.
+
+commit 190e6b0f0badffa0a6c6ce7ac68c46c1f997e03d
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Feb 9 08:57:47 2005 +0000
+
+    *** empty log message ***
+
+commit de4bb1cd15fb141ed87fa02059804fc5736415b6
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Feb 9 08:57:29 2005 +0000
+
+    (plain-TeX-auto-regexp-list): Fix regexp; Use `\\|' instead of `|'.
+    Fill lines in the same way in tex.el.
+
+commit b9b62e86ec4d70e1bc395cfc45faeb62ce30f4ee
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Feb 9 08:40:18 2005 +0000
+
+    *** empty log message ***
+
+commit 36767e37b6f1026c671ecad9272e56102bc77450
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Feb 9 08:39:59 2005 +0000
+
+    (LaTeX-auto-regexp-list): Removed `usepackage' because
+    it is defined in `LaTeX-auto-minimal-regexp-list'.
+
+commit 8eeb69088c504334884a7bc2befa633447f55b5b
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 8 16:45:07 2005 +0000
+
+    Renamed from preview-cap-up.xpm:
+    
+    
+    RCS file: /cvsroot/preview-latex/preview/images/preview-cap-up.xpm,v
+    Working file: images/preview-cap-up.xpm
+    head: 1.2
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-8-1: 1.2
+            rel-0-8: 1.2
+            rel-0-7-8: 1.2
+            rel-0-7-7: 1.2
+            rel-0-7-6: 1.2
+    keyword substitution: kv
+    total revisions: 2;     selected revisions: 2
+    description:
+    ----------------------------
+    revision 1.2
+    date: 2002/12/11 12:13:17;  author: jalar;  state: Exp;  lines: +28 -27
+    Fix bg and fg color issues
+    ----------------------------
+    revision 1.1
+    date: 2002/12/03 12:03:25;  author: jalar;  state: Exp;
+    toolbar image
+    =============================================================================
+
+commit 2442dcc94f0796b9a27360f94191d34d739194a2
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 8 16:43:48 2005 +0000
+
+    Renamed from preview.xpm:
+    
+    RCS file: /cvsroot/preview-latex/preview/images/preview.xpm,v
+    Working file: images/preview.xpm
+    head: 1.2
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-8-1: 1.2
+            rel-0-8: 1.2
+            rel-0-7-8: 1.2
+            rel-0-7-7: 1.2
+            rel-0-7-6: 1.2
+            rel-0-7-5: 1.2
+            rel-0-7-4: 1.2
+            rel-0-7-3: 1.2
+            rel-0-7-2b: 1.2
+            rel-0-7-2: 1.2
+            rel-0-7-1: 1.2
+            rel-0-7: 1.2
+    keyword substitution: kv
+    total revisions: 2;     selected revisions: 2
+    description:
+    ----------------------------
+    revision 1.2
+    date: 2002/04/09 22:46:25;  author: dakas;  state: Exp;  lines: +31 -32
+    Add 1 pixel margins as to Jan-Ã…ke's request.
+    ----------------------------
+    revision 1.1
+    date: 2002/04/06 20:26:43;  author: dakas;  state: Exp;
+    Images for use with preview-latex.
+    =============================================================================
+
+commit 723d8bcd21c77f500614931e07c6cde9031823a7
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 8 16:42:42 2005 +0000
+
+    Renamed from preview.xbm:
+    
+    RCS file: /cvsroot/preview-latex/preview/images/preview.xbm,v
+    Working file: images/preview.xbm
+    head: 1.2
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-8-1: 1.2
+            rel-0-8: 1.2
+            rel-0-7-8: 1.2
+            rel-0-7-7: 1.2
+            rel-0-7-6: 1.2
+            rel-0-7-5: 1.2
+            rel-0-7-4: 1.2
+            rel-0-7-3: 1.2
+            rel-0-7-2b: 1.2
+            rel-0-7-2: 1.2
+            rel-0-7-1: 1.2
+            rel-0-7: 1.2
+    keyword substitution: kv
+    total revisions: 2;     selected revisions: 2
+    description:
+    ----------------------------
+    revision 1.2
+    date: 2002/04/09 22:46:20;  author: dakas;  state: Exp;  lines: +7 -9
+    Add 1 pixel margins as to Jan-Ã…ke's request.
+    ----------------------------
+    revision 1.1
+    date: 2002/04/06 20:26:43;  author: dakas;  state: Exp;
+    Images for use with preview-latex.
+    =============================================================================
+
+commit a788ad2ae9b68d66a1621b3f57727e4749697f80
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 8 16:41:12 2005 +0000
+
+    Renamed from prevwork.xpm:
+    
+    RCS file: /cvsroot/preview-latex/preview/images/prevwork.xpm,v
+    Working file: images/prevwork.xpm
+    head: 1.4
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-8-1: 1.4
+            rel-0-8: 1.4
+            rel-0-7-8: 1.4
+            rel-0-7-7: 1.4
+            rel-0-7-6: 1.4
+            rel-0-7-5: 1.4
+            rel-0-7-4: 1.4
+            rel-0-7-3: 1.4
+            rel-0-7-2b: 1.4
+            rel-0-7-2: 1.4
+            rel-0-7-1: 1.4
+            rel-0-7: 1.4
+    keyword substitution: kv
+    total revisions: 4;     selected revisions: 4
+    description:
+    ----------------------------
+    revision 1.4
+    date: 2002/04/06 23:02:26;  author: dakas;  state: Exp;  lines: +32 -34
+    Round the corners.
+    ----------------------------
+    revision 1.3
+    date: 2002/04/06 22:22:05;  author: dakas;  state: Exp;  lines: +35 -31
+    Straigthened out the sign.
+    ----------------------------
+    revision 1.2
+    date: 2002/04/06 20:52:52;  author: dakas;  state: Exp;  lines: +31 -31
+    Missing pixel.
+    ----------------------------
+    revision 1.1
+    date: 2002/04/06 20:26:43;  author: dakas;  state: Exp;
+    Images for use with preview-latex.
+    =============================================================================
+
+commit f7d2048bd3792e04bdc295d7112b4039d0ffd79e
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 8 16:39:44 2005 +0000
+
+    Renamed from prevwork.xbm:
+    
+    RCS file: /cvsroot/preview-latex/preview/images/prevwork.xbm,v
+    Working file: images/prevwork.xbm
+    head: 1.2
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-8-1: 1.2
+            rel-0-8: 1.2
+            rel-0-7-8: 1.2
+            rel-0-7-7: 1.2
+            rel-0-7-6: 1.2
+            rel-0-7-5: 1.2
+            rel-0-7-4: 1.2
+            rel-0-7-3: 1.2
+            rel-0-7-2b: 1.2
+            rel-0-7-2: 1.2
+            rel-0-7-1: 1.2
+            rel-0-7: 1.2
+    keyword substitution: kv
+    total revisions: 2;     selected revisions: 2
+    description:
+    ----------------------------
+    revision 1.2
+    date: 2002/04/06 22:21:59;  author: dakas;  state: Exp;  lines: +8 -8
+    Straigthened out the sign.
+    ----------------------------
+    revision 1.1
+    date: 2002/04/06 20:26:43;  author: dakas;  state: Exp;
+    Images for use with preview-latex.
+    =============================================================================
+
+commit 12602ef0716a367c4aec57a07f5ddff116f23b4c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 8 16:14:34 2005 +0000
+
+    Icons of different quality for in-text use.
+
+commit a1736a9af41abae8aeae75f94bf865e7d9236f94
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 8 16:12:23 2005 +0000
+
+    Renamed from preverr.xpm
+    
+    RCS file: /cvsroot/preview-latex/preview/images/preverr.xpm,v
+    Working file: images/preverr.xpm
+    head: 1.2
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-8-1: 1.2
+            rel-0-8: 1.2
+            rel-0-7-8: 1.1
+            rel-0-7-7: 1.1
+            rel-0-7-6: 1.1
+            rel-0-7-5: 1.1
+            rel-0-7-4: 1.1
+            rel-0-7-3: 1.1
+            rel-0-7-2b: 1.1
+            rel-0-7-2: 1.1
+            rel-0-7-1: 1.1
+            rel-0-7: 1.1
+    keyword substitution: kv
+    total revisions: 2;     selected revisions: 2
+    description:
+    ----------------------------
+    revision 1.2
+    date: 2004/04/09 11:56:10;  author: dakas;  state: Exp;  lines: +23 -23
+    The "Error" icons were upside down.  Corrected to normal traffic sign
+    appearance.
+    ----------------------------
+    revision 1.1
+    date: 2002/04/12 06:00:30;  author: dakas;  state: Exp;
+    New icons.
+    =============================================================================
+
+commit 0aebe2963f7c438b60ee4e53abef7d17b32a5535
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 8 16:10:41 2005 +0000
+
+    Renamed from preverr.xbm:
+    
+    RCS file: /cvsroot/preview-latex/preview/images/preverr.xbm,v
+    Working file: images/preverr.xbm
+    head: 1.2
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            rel-0-8-1: 1.2
+            rel-0-8: 1.2
+            rel-0-7-8: 1.1
+            rel-0-7-7: 1.1
+            rel-0-7-6: 1.1
+            rel-0-7-5: 1.1
+            rel-0-7-4: 1.1
+            rel-0-7-3: 1.1
+            rel-0-7-2b: 1.1
+            rel-0-7-2: 1.1
+            rel-0-7-1: 1.1
+            rel-0-7: 1.1
+    keyword substitution: kv
+    total revisions: 2;     selected revisions: 2
+    description:
+    ----------------------------
+    revision 1.2
+    date: 2004/04/09 11:56:10;  author: dakas;  state: Exp;  lines: +7 -9
+    The "Error" icons were upside down.  Corrected to normal traffic sign
+    appearance.
+    ----------------------------
+    revision 1.1
+    date: 2002/04/12 05:59:16;  author: dakas;  state: Exp;
+    New icon.
+    =============================================================================
+
+commit 18bdf84afcb49f4081be9729573e48f908c25f66
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 8 07:43:22 2005 +0000
+
+    *** empty log message ***
+
+commit 2edeb85e623d99e03fd529f6f5a89e3736732b63
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 8 07:41:18 2005 +0000
+
+    Added `Local Variables'.
+    Suggested by Ikumi Keita <ikumi@revery.net>.
+
+commit 29cebb1737cce2867abf87f55e4a7d57050af252
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Feb 8 07:37:48 2005 +0000
+
+    Fix typo in `Local Variables'.
+    Reported by Ikumi Keita <ikumi@revery.net>.
+
+commit c5cb998af2027d439d6fd99def98e256fd11ddd4
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Feb 7 17:44:37 2005 +0000
+
+    (Frequently Asked Questions About AUCTeX): Fix typo in previous commit.
+
+commit f288df02ae2b9e87e5ac778b122423b2fbda2f4f
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Feb 7 14:20:41 2005 +0000
+
+    *** empty log message ***
+
+commit 7bd16cb6bba6fd1db3d7d98ce5a08e0dd03b9c23
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Feb 7 14:14:03 2005 +0000
+
+    ("jarticle"): Use `LaTeX-section-level'.
+
+commit 2f7eac7ff1a60206d17ec35ffad5e938369f8788
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Feb 7 13:18:57 2005 +0000
+
+    *** empty log message ***
+
+commit 90206a853b9c831ab74a52521c6e6dfb0ea5342f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Feb 7 13:18:43 2005 +0000
+
+    (LaTeX-fill-code-comment): Compute the end of the
+    region to be filled _after_ indentation happened.
+
+commit 555975ee838929bf195ef1d6802df3ed5e00c726
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 7 11:22:17 2005 +0000
+
+    (Frequently Asked Questions About AUCTeX): Be quite
+    more verbose about Emacs/XEmacs and versions.
+
+commit 83a3197065d0be3336918cac1c005cad794e2f4e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Feb 6 21:40:51 2005 +0000
+
+    doc/wininstall.texi: Add note about `gswin32c.exe'.
+
+commit e55dc359cf62a12df006ab7b011879977f26aac3
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 4 19:11:15 2005 +0000
+
+    * Makefile.in (tar-ball):
+    
+    * doc/Makefile.in (clean, html/auctex_toc.html, dist): Move HTML
+    stuff into html directory.
+
+commit b5f72c440c6a7099cf14a6f1af17790a42f5880c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 4 18:38:48 2005 +0000
+
+    Release_11.55
+
+commit 30759745be54875dcdb39150373d6e9954331b5b
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 4 18:36:58 2005 +0000
+
+    Some more Emacspeak blurb.
+
+commit 8ff1d9b3850e4b471bc837f87aed45b2d69a9b09
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 4 18:36:46 2005 +0000
+
+    *** empty log message ***
+
+commit 85297ecb104385ffe5c0fbe63682b0eebaa9b1c8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 4 09:46:48 2005 +0000
+
+    *** empty log message ***
+
+commit 14ea1004ebc3bf07f31c81284f6650e1cda83cda
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 4 09:46:40 2005 +0000
+
+    Make description of changes clearer.
+
+commit 15046921622ae3dd6c60c607e1be8c6440cf8e9c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 4 01:40:08 2005 +0000
+
+    (Warning): warn about XEmacs 21.4.16.
+
+commit a5c4977b8d3777bc382e7335fa9726c25aaa2da2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 1 16:24:48 2005 +0000
+
+    *** empty log message ***
+
+commit bff33c7562a9096535f7657fbaf98679c6f104a1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 1 16:22:19 2005 +0000
+
+    (TeX-search-syntax-table): Better use whitespace syntax for ?\" as
+    this is the equivalent of a nil entry in the syntax table.
+
+commit 73e16745befc31b1635b674d9d796dcd6016f97f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 1 12:04:29 2005 +0000
+
+    *** empty log message ***
+
+commit f8602056d610a359a425bac72ef8d02cc555c5fa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 1 12:02:00 2005 +0000
+
+    (TeX-search-syntax-table): Give ?\" character punctuation
+    syntax.  Prevents parenthetical characters from being hidden from
+    `TeX-find-opening-brace' if they happen to be enclosed between two
+    quotation marks.
+    (TeX-search-syntax-table): Remove superfluous possibility to
+    specify comment and escape characters as arguments.
+
+commit fae8ba932254c0f2a9fb46c1efca66ffc2e0dada
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 31 23:42:26 2005 +0000
+
+    *** empty log message ***
+
+commit 45d54b9d51f25151c2ebbda9727f4894668e2de2
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 31 23:42:07 2005 +0000
+
+    Mention support for the jsarticle and jsbook
+    classes.
+
+commit 1c04d94153427fe137098434858b151be06a6bc6
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 31 23:35:26 2005 +0000
+
+    (japanese-LaTeX-style-list): Added
+    jsclasses (jsarticle and jsbook).
+
+commit 240726711aba9aaae581c75dd212ad7887ca3ca2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 31 22:03:30 2005 +0000
+
+    *** empty log message ***
+
+commit 178f20d3990250d9f71165496b8d9144ed5e996b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 31 22:00:49 2005 +0000
+
+    Add information about fixed bugs in AUCTeX 11.55.
+
+commit c096305a09e45d221e4f82538a58b92d0b84a991
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 31 22:00:20 2005 +0000
+
+    Add information about changes in AUCTeX 11.55.
+
+commit f319bb8df3c926cf85d41e77e9618db6be805ac0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 31 21:59:54 2005 +0000
+
+    Bump version info to 11.55.
+
+commit 841318f8823ef9cb6c056c56badf380e174ce0de
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 31 21:58:46 2005 +0000
+
+    Bump version info to 11.55.
+    (Source Display): Adapt information about key bindings to current
+    implementation.
+
+commit 1e2e5ad66f44529ad545cfde24981b77d77d2ad5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 31 21:58:18 2005 +0000
+
+    (Version): Bump to 11.55.
+    (Release): Reset to 1.
+
+commit 18beb4e5ea6fbf3f4834b2be8fc18a247ab85a70
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 31 16:06:29 2005 +0000
+
+    *** empty log message ***
+
+commit 7b093d99daf8ac2d9ec6146d9efd9e949cf0964c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 31 16:06:16 2005 +0000
+
+    (LaTeX-fill-region-as-para-do): Limit the search for
+    sentence ends.  Fixes erroneous addition of spaces at places
+    following a paragraph to be filled.
+
+commit 1a49cba705c517d956a063bda2f5d824dacb5724
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 31 11:36:15 2005 +0000
+
+    *** empty log message ***
+
+commit 6d8cc4eb72f7d868969e5774ff66be23703b99a4
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 31 11:35:46 2005 +0000
+
+    (STYLESRC): Add style/{jsarticle,jsbook}.el
+
+commit 94db3d8535c3fdd35c19ff3bddf2ea9d8a06e429
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 31 11:32:38 2005 +0000
+
+    style file for jsbook
+
+commit 43295df1b65e421d22d92d579ad80fabdb08808b
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 31 11:32:12 2005 +0000
+
+    style file for jsarticle
+
+commit 608e670bc34704ea7a88dc705e8f6e6e795587f7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jan 29 00:31:42 2005 +0000
+
+    2005-01-29  David Kastrup  <dak@gnu.org>
+    
+            * preview-latex.spec (Release): Bump version to prerelease, make
+            some changes that look like they'd fit into AUCTeX's scheme.
+    
+            * RELEASE: Some changes and mentions.
+    
+            * doc/preview-dtxdoc.pl: Convert AUC\TeX reference as well.
+            Convert `\#' to `#'.
+    
+            * latex/preview.dtx: Add `#' and `:' letters and documentation.
+            Make all commands pass on `#' on cleanly.  Don't eliminate last
+            `{}' last in argument lists.
+    
+            * latex/Makefile.in (preview.pdf): New target.  Since PDFs are
+            used for external documentation usually, generate only the
+            description (for internal docs, dvi is fine and adding the code,
+            too).
+    
+            * configure.in: Bump version number.
+            check for PDFLaTeX.
+
+commit 131082ba7f003b0e336b316aa2520333d3a96bd9
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Jan 28 23:43:37 2005 +0000
+
+    *** empty log message ***
+
+commit 26288956e36c338c5f812702ee0d5a823bcd90d1
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Jan 28 23:43:16 2005 +0000
+
+    (LaTeX-fill-region-as-para-do): Removed.
+
+commit 5de04f8471506eda14f8a283420cbebf5296d695
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jan 28 14:33:30 2005 +0000
+
+    (AUCTeX-date): Use ISO 8601 format.
+    (TeX-submit-bug-report): Include AUCTeX-date when using a
+    non-released version.
+
+commit cdd647c2068bc21ef2f159a8a6d4bc2b30a37945
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 26 07:25:03 2005 +0000
+
+    *** empty log message ***
+
+commit 6171828263e06ae48a80bae2599a35a8c0b4d4e9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 26 07:22:40 2005 +0000
+
+    Do not use whitespace syntax for ?~.  Prevents these
+    characters from being deleted during filling.
+
+commit 94906027e3d0b28e02d05b7497e58ab44eef0e33
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jan 26 02:22:15 2005 +0000
+
+    *** empty log message ***
+
+commit 16510b008044a6b5bf7a1ce9e825d7bbd3c985f7
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 25 16:48:11 2005 +0000
+
+    *** empty log message ***
+
+commit ece089942f0e049af283ea61a44427bd25941a54
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 25 16:26:07 2005 +0000
+
+    *** empty log message ***
+
+commit 5d4ab407f72c42cd6a4e5545872b2ff26f9b1ccf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 25 08:59:08 2005 +0000
+
+    *** empty log message ***
+
+commit 1ce86ff22a1b75013ae0a9c33b3febfd1b52ff73
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 25 08:58:58 2005 +0000
+
+    Update header.
+    (TeX-view-output-file): Let `TeX-active-master' return file name
+    without directory.  Fixes viewer not finding output file when
+    being called in a subdirectory.
+    (TeX-active-master): Add new parameter `nondirectory'.  Doc fix.
+
+commit 969a8a82d8ab9b9d3208be4d8eb973d685867a53
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 24 09:32:32 2005 +0000
+
+    2005-01-24  David Kastrup  <dak@gnu.org>
+    
+            * RELEASE: Ask for dvipng 1.4, mention utf-8 capability.
+    
+            * preview.el (preview-error-quote): Don't regexp codes out of the
+            ASCII range, and convert the resulting string using the buffer
+            encoding.  This makes for utf-8.
+            (preview-parse-messages): Change match mechanism.
+            (TeX-inline-preview-internal): Set process encoding to raw-text
+            since TeX may deliver mixtures of encoded and clean bytes.
+
+commit 552876b6f77d0bc1bfad481be069406eda991643
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 21 17:45:30 2005 +0000
+
+    (Conflicts): Mention the outdated emacspeak from
+    FC3.
+
+commit cf4e8185dac1e08e65f7fee61aad02d5c6c96165
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 20 16:43:22 2005 +0000
+
+    *** empty log message ***
+
+commit 2f41d2ab306726211e0aec995433ae128a767f53
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 20 16:43:09 2005 +0000
+
+    (font-latex-set-syntactic-keywords): Do not call
+    `regexp-opt' on empty lists.  Prevents `regexp-opt-group' from
+    entering a loop on installations with an outdated regexp-opt.el.
+
+commit 917920084c7d100b4ff0c9bfc0be81cf4a2ed96c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 20 08:39:01 2005 +0000
+
+    *** empty log message ***
+
+commit d8fa9259ab548550a14f9a028cbc87a5c0670403
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 20 08:38:51 2005 +0000
+
+    (TeX-command-region): Pass name of region file
+    without directory to `TeX-command-query' because a test in the
+    latter expects it like that.
+    (TeX-command-query): Doc fix.
+
+commit d3a8760b8bccca6aa22375fbc4f7a06e21dc2d1e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 19 13:00:18 2005 +0000
+
+    sync with AUCTeX
+
+commit 15c34968c187fbba2f861a91cb679ec77ff7f02f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 19 12:54:35 2005 +0000
+
+    *** empty log message ***
+
+commit 3f7f8fd6c895968e8b6fed3e3153589abf274282
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 19 12:54:22 2005 +0000
+
+    sync with AUCTeX
+
+commit 2a2fc5b1bf6e3ad4a85ff1d03761bf072cf451bf
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 19 12:48:51 2005 +0000
+
+    *** empty log message ***
+
+commit 9811569864633e723c417fa7e3d7768118bd63ca
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 19 12:47:49 2005 +0000
+
+    A few small changes to allow sync with preview-latex' aclocal.m4
+
+commit 5138f635325768925ef5302c1e745105ce6be73b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 19 09:03:10 2005 +0000
+
+    Remove unwanted line which slipped in with the last commit.
+
+commit de860981afdfbeb38cc0588c9ab36e8df6838ecb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 19 08:59:52 2005 +0000
+
+    *** empty log message ***
+
+commit 8f67b8ffc72217721964fbb584709984d3e83ae8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 19 08:59:32 2005 +0000
+
+    (hack-one-local-variable): Make sure the byte compiler
+    does not barf on `minor-mode-list' by eliminating the reference to
+    this variable.
+
+commit 954a2a48c458dcfa91532e4eaccadd159f2ee04e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jan 18 09:31:42 2005 +0000
+
+    Remind user that most of AUCTeX is installed in a subdir of $lispdir
+
+commit ce0f0a92f8b516436e28c9e2da0ea4b29ac532f1
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jan 17 13:56:43 2005 +0000
+
+    *** empty log message ***
+
+commit 22ae83a781bbb0834fc7d2ff7da5b548edff6be4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jan 17 13:50:55 2005 +0000
+
+    Move dvipng changes to its Changelog
+
+commit ef984f737c47b2e1bdd98b2257b44f29c0fd13e8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 16:25:18 2005 +0000
+
+    *** empty log message ***
+
+commit 4fd7754c60f4f578827383b0b56b26fcbb1e5efa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 16:25:02 2005 +0000
+
+    (top): Restrict to one content listing in HTML
+    output.
+
+commit 4bbbb1695eaa97fbd02001c0acf725a6a92ea2cb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 13:16:12 2005 +0000
+
+    *** empty log message ***
+
+commit c2e3fabe3db8e69f5f3b3e985c185ff089b92628
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 13:15:42 2005 +0000
+
+    (LaTeX-auto-class-regexp-list): Add patterns for
+    commands described in "LaTeX2e font selection" (fntguide).
+
+commit bee427105c5970d422bf77d56a8ec9b59446239f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 13:12:23 2005 +0000
+
+    (Wishlist): Remove bug regarding parsing of LaTeX
+    class files.
+
+commit 19953370f0dacd9609241a793fc3b741c07bc105
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 10:32:44 2005 +0000
+
+    *** empty log message ***
+
+commit 521e68ae577749dd7dda2967b2129b6a506ff325
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 10:32:34 2005 +0000
+
+    (library): Remove TEX_INPUT_DIRS function.
+
+commit a3fdfe79359958fa686020957384685c79c28b66
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 10:32:26 2005 +0000
+
+    (auctexdir): Remove call to TEX_INPUT_DIRS.
+
+commit a9f8bbed901c4387b49b87b46ca88d0ee527f819
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 10:32:15 2005 +0000
+
+    Setting `TeX-macro-global' is not necessary anymore as
+    it now is in tex.el.
+
+commit 1d00dfc2ce2297fb6e9cc96366e26cda03b2cad9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 10:32:05 2005 +0000
+
+    (TeX-macro-global): Move defcustom to tex.el.
+
+commit 61dccd1491a32f38bc75ac362823de2b1dbd86d3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 10:31:45 2005 +0000
+
+    (TeX-macro-global): New function.
+    (TeX-macro-global): (the variable) Moved here from tex-site.el.in.
+    Use new `TeX-macro-global' function.
+
+commit e84d0c7c7be6564143cdf6170d789aa6f3072d55
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 10:31:30 2005 +0000
+
+    (Configure): Remove documentation of
+    --with-tex-input-dirs.
+
+commit 3cff309d231133424c2b4695b4d0a9f8d9f7a1be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 10:31:20 2005 +0000
+
+    Remove documentation of
+    --with-tex-input-dirs.
+
+commit 34fd0a108792782d393d16dcac65cba0330af1fd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 09:46:18 2005 +0000
+
+    *** empty log message ***
+
+commit 97891a46588adca17ca85038e7cf83232ebafa7f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 09:46:07 2005 +0000
+
+    (LaTeX-fill-region): Remove superfluous `save-restriction'.
+
+commit e86d45c5be25556b7be613f03d8f32a47a43df09
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 09:40:10 2005 +0000
+
+    *** empty log message ***
+
+commit 07ac92cb1a99213387fd7e59fa2a320b1f56c82f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 15 09:39:57 2005 +0000
+
+    (LaTeX-insert-environment): Insert a simple newline
+    character instead of using `newline'.  Fixes insertion of
+    environment end at wrong place in XEmacs.
+
+commit 41e32199af411c67ec4589b35056d741607a2051
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jan 14 22:21:42 2005 +0000
+
+    (European): Document all TeX-language-*-hook
+    variables.  Don't document obsolete `dk.sty'.
+
+commit 7b6e6ad6238fac365deafa4efa462bb181b698d3
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jan 14 16:55:53 2005 +0000
+
+    (European): Document all TeX-language-*-hook variables.
+
+commit 6bcc470ef964d45d651c320e27dd102d77b4ba63
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jan 13 23:54:12 2005 +0000
+
+    Add and remove auctex.info instead of auctex in
+    info dir.  Bump release to 2 to match upload.
+
+commit 3de4b546249f75818af3c44d5090dd85bc9f20a5
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jan 13 17:27:34 2005 +0000
+
+    * doc/changes.texi:
+    * doc/auctex.texi (Font Locking):
+    * font-latex.el (font-latex-set-title-face)
+    (font-latex-title-fontify): font-latex-title-fontify, not
+    fontity.  fontify, fontify, fontify.
+
+commit 241b16c958b04213f893742f4b703f7170bf77dc
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jan 12 15:13:43 2005 +0000
+
+    Make auctex.info, not auctex.
+
+commit 3ea95af76c44661859455099e2c142b5a78cefb1
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jan 12 14:45:54 2005 +0000
+
+    Copy HTML files from correct location.
+
+commit 4e88530fad16bdceb2b9bdedd77ce336e8818cb6
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jan 12 14:28:13 2005 +0000
+
+    Adjust tar-ball target for auctex.info*
+
+commit 37a2e1e3b4975c574a7a6d22de04d14f26f90332
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jan 12 13:38:47 2005 +0000
+
+    Readjust 11.54 release entry.
+
+commit b1b78eeebc98ed40235630f2df5674841910cf5f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 12 12:11:49 2005 +0000
+
+    *** empty log message ***
+
+commit 77a0ef77887f1e99a2db76d6a0c78c71be33030f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 12 12:11:38 2005 +0000
+
+    Update copyright information.  General clean-up.
+    ("beamer"): Support frame environment.
+    The overprint has an optional "area width" argument, not a
+    mandatory "overlay" argument.
+
+commit 0dae72fe02ba302653fe6a1be3662629ec01b1b6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 12 11:00:09 2005 +0000
+
+    Mention parser.
+
+commit f8e0aa17bdd00496a44ad3db6b4b69b9361fd8cd
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 11 22:07:55 2005 +0000
+
+    Release_11.54
+
+commit 5ea82d227e03c4c4c70ee41c31785cd541c73db2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 9 19:18:52 2005 +0000
+
+    Mention only people who actually contributed code.  Sorry.
+
+commit 485b47dcbec45f25a5138967ab6b2cb8507d1694
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Jan 9 19:03:53 2005 +0000
+
+    Addition to contributors section.
+
+commit 8b447b407bffbf966a1e2dd0b9dfc1e8bc57ffdd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 9 18:31:03 2005 +0000
+
+    Some tweaks.
+
+commit c3a15c14d220e7351af6920584ec3dd1c86a2706
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Jan 9 18:28:26 2005 +0000
+
+    (TeX-bar-LaTeX-button-alist): Use generic "view" image instead of mode specific.
+
+commit dd663e8a3521a6fa1fffbb2600104c326b990fbd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 9 14:00:26 2005 +0000
+
+    *** empty log message ***
+
+commit 0e89b7104e67c7443404b3e5bc1c12ac701db9ac
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 9 13:59:40 2005 +0000
+
+    Added information about fixed bugs and added features
+    in AUCTeX 11.54.
+
+commit 52aeebd8f72d03e21083e1c0b86e09774539cc63
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 9 13:59:31 2005 +0000
+
+    (Version): Bump to 11.54.
+
+commit 5b288896a0f666ccf2148161e5981f54f11c0a49
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 9 13:59:20 2005 +0000
+
+    Bump version info to 11.54.
+
+commit 08a840ef4d358f5c11c536ab30039a5ee845367b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 7 07:59:54 2005 +0000
+
+    *** empty log message ***
+
+commit c1f158ce98d53586d90e66a11ad598f4edc19caa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 7 07:59:41 2005 +0000
+
+    (LaTeX-forward-paragraph): Allow finding paragraph
+    commands even if they are preceded by whitespace and comment
+    starters.
+
+commit 058841d93b2f947c0661d160bc5824cecb9635c8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 6 18:26:37 2005 +0000
+
+    *** empty log message ***
+
+commit c9f70076f0adcd278683c5bfd293ed3ac9747cae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 6 18:26:20 2005 +0000
+
+    (LaTeX-current-indentation, LaTeX-back-to-indentation): Handle
+    prefixes with whitespace between comment starters correctly.
+
+commit 736765ade504adf1247f25cd482da4e64374ac1d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 6 18:25:57 2005 +0000
+
+    (TeX-forward-comment-skip): Differentiate prefixes with
+    whitespace between comment starters.
+
+commit 3b91dcfee642a25cc5d26c0d259d0662a5fe965a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 6 09:39:31 2005 +0000
+
+    *** empty log message ***
+
+commit a964359fce4503bb13f951ab780ae0c9d9a0f75a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jan 6 09:39:20 2005 +0000
+
+    Update copyright information.
+    (LaTeX-indent-calculate-last, LaTeX-fill-region-as-para-do): Do
+    not widen.
+    (LaTeX-fill-region-as-paragraph, LaTeX-fill-region-as-para-do):
+    Use a marker instead of narrowing the region.
+
+commit 26a141bc67c134e3645c8a8bde087cf9b41b9f66
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jan 5 16:27:19 2005 +0000
+
+    Added completion of boxing macros.  Fontify some macros.
+
+commit 88643cdecdfd0838b4ef4fdb48770258958b96be
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jan 5 16:15:41 2005 +0000
+
+    (font-latex-built-in-keyword-classes): Fixed typo in doc string.
+
+commit c8a46d9552305244448ec981ea440188d1217768
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Jan 2 20:02:32 2005 +0000
+
+    * toolbar-x.el (toolbarx-default-toolbar-meaning-alist): Some
+    checkdoc related fixes.  Still not checkdoc clean.
+    
+    * tex-bar.el (TeX-bar-help-from-command-list): Quote symbols in doc string.
+    File is checkdoc clean now.
+
+commit d9f329691639a5764b14a90bb8b2749ef93da749
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Jan 2 19:53:53 2005 +0000
+
+    (Commentary): Don't mention stuff done by
+    configure/make in the instructions.
+
+commit 269b7016de3e71ec46a874db1b05fd94e4f1430d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Jan 2 19:46:48 2005 +0000
+
+    Update copyright.
+    (Filling, Outline): Markup fixes: Use @lisp instead of @example
+    where appropriate.
+
+commit 26d33fd171f5fef094f71f13c5feb1dbe3bd56c7
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Jan 2 19:44:26 2005 +0000
+
+    (Mathematics): Explain how to enable
+    LaTeX-math-mode by default.  Suggested by Chris Wallace
+    <c.wallace@qmul.ac.uk>.
+
+commit c09ee56053ce6169c8e77fb3a0f1c832daa731a3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 30 15:21:10 2004 +0000
+
+    *** empty log message ***
+
+commit 1227006f8b7401d7ce3ea848256daa6750ccf7b7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 30 15:20:55 2004 +0000
+
+    (ConTeXt-find-matching-start): Require 'tex and add
+    autoloads to make the compiler happy.
+
+commit 2c283de44f6f6ecb209ece01564e22b56b0e3941
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 30 15:20:33 2004 +0000
+
+    Add and tweak some stuff for 11.54.
+
+commit 265659533c652f7c828aab51ed7c45b6672c2471
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 28 00:42:40 2004 +0000
+
+    *** empty log message ***
+
+commit ad569f00d8a683d192dc078f26d1bac05019e5c4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 28 00:40:17 2004 +0000
+
+    (TeX-auto-parse-region): Do not add element to `symbol'
+    if it is already contained.
+
+commit 497e0bb3c0916cda4ac71f2179b18bcc45e3b929
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 23 09:50:19 2004 +0000
+
+    *** empty log message ***
+
+commit 7d199f884196d4edc510c039ff5620ea9f99e3e1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 23 09:50:07 2004 +0000
+
+    (LaTeX-indent-outer-do): Remove redundant code.
+
+commit d5952d770e231f8415084c24d45567a589934239
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 20 15:50:23 2004 +0000
+
+    *** empty log message ***
+
+commit 36f00a92efda963c0f797a2d777123a8b0d7313c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 20 15:50:10 2004 +0000
+
+    Add coding cookie.
+    (font-latex-quote-end-list): Remove.
+    (font-latex-quote-list): New variable.
+    (font-latex-quotes, font-latex-match-quotation): Use it for
+    generalization.
+    (font-latex-keyword-matcher): Revert last change.
+    (font-latex-make-built-in-keywords): Match the empty string only
+    at the end of multi-char macros.
+    (font-latex-make-user-keywords): Make sure sedate face is not used
+    for words right after a "\\".
+    (font-latex-set-syntactic-keywords): Do not match linebreaks as
+    delimiters of `verb-like-commands'.
+
+commit dd5f15313d65ece7ec0c7ea583d5cc57646c2bcb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 19 10:07:22 2004 +0000
+
+    *** empty log message ***
+
+commit f6a391ea28ad6df97e95f9c0bb397f8de383697f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 19 10:07:11 2004 +0000
+
+    (font-latex-keyword-matcher): Highlight only first
+    matched group.
+    (font-latex-make-built-in-keywords): Set up grouping for warning
+    keywords and mark its end with "[^A-Za-z@*]".
+
+commit 0fae65e277d8fbe0280967a1900488a008f94dc2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 17 17:38:23 2004 +0000
+
+    *** empty log message ***
+
+commit d3887cc3a458f9b5035569d6f41f0d7602ed1310
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 17 17:38:06 2004 +0000
+
+    (LaTeX-fill-paragraph): Jump to start of code comment line after
+    regular filling.
+
+commit dd5f2bed4aa7c568ba3e1b38ceec1fd470eb752d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 17 17:23:09 2004 +0000
+
+    *** empty log message ***
+
+commit c42213eedbf0294824898a4b8ef71562e403c77b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 17 17:22:54 2004 +0000
+
+    (LaTeX-fill-paragraph): Mark end of current line, not beginning of
+    next.
+
+commit bd25273426a01e5a05fa9cbfa0a9d9ab95a56da1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 17 16:33:08 2004 +0000
+
+    *** empty log message ***
+
+commit bd4be7a74a7a4b2593449f084d13e97333d43111
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 17 16:32:59 2004 +0000
+
+    (LaTeX-fill-paragraph): Do not narrow region when code
+    comments are filled.  Fixes wrong indentation if a line with a
+    code comment following an indented line is filled.
+
+commit 5974993ab37a1ea875e53cc0795ad1d672747bf5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 13:19:26 2004 +0000
+
+    *** empty log message ***
+
+commit dbc326fa2365796ac0ee911fe1d056992fe7cbf2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 13:19:08 2004 +0000
+
+    (TEX_INPUT_DIRS): Strip trailing slashes of determined directories
+    before concatenation.
+
+commit 8972e708cd86beadf7384ac1fce5b66bd43879e6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 09:44:28 2004 +0000
+
+    (TeX-parse-arguments): Fix last commit.
+
+commit 2c3b6605c15df1385c075d99e4a27582d48d7868
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 09:28:18 2004 +0000
+
+    *** empty log message ***
+
+commit 96d54200bfcf3cd8b8e3825a400164076c16fd25
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 09:28:01 2004 +0000
+
+    (font-latex-built-in-keyword-classes): Move
+    warning keywords up in order to save them from being covered by
+    less important faces.  Include "include" in warning keywords.
+
+commit e4ecd6f86477b9f261a5d92b423c8ed95063ed5f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 09:23:28 2004 +0000
+
+    *** empty log message ***
+
+commit fed4529204a7136501ba2f1fd6e76b12b4185ce8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 09:23:16 2004 +0000
+
+    (library): Change `IFS' temporarily for tokenizing
+    the string instead of inserting newlines.  The latter did not work
+    anyway because there was one backslash too much in "\\n".
+
+commit 5dedbaa8351666c1f4c404ee54917cc01d4d171b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 09:23:08 2004 +0000
+
+    (Configure): Quote value for
+    --with-tex-input-dirs.
+
+commit 8561fa31d951a09f704e28b50af7d3ba0ad211ea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 09:22:59 2004 +0000
+
+    Quote value for --with-tex-input-dirs.
+
+commit 601f791d9a9ac5f8d062755d2a8505a500af45bc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 08:47:05 2004 +0000
+
+    *** empty log message ***
+
+commit ebf198ab5040845b94cad99f8ff2fa5a074c3e9c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 08:46:55 2004 +0000
+
+    (TeX-arg-opening-brace, TeX-arg-closing-brace): New
+    variables.
+    (TeX-parse-arguments, TeX-parse-argument, TeX-argument-insert):
+    Use them.
+
+commit 061993f33b92eaccdd9c4f30243dec96a081d9ed
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 16 08:46:36 2004 +0000
+
+    (TeX-arg-free): Temporarily bind
+    `TeX-arg-opening-brace' and `TeX-arg-closing-brace'.
+
+commit bbcb789e23ba65c855960b10fb79ab1ac407465f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 15 09:51:29 2004 +0000
+
+    *** empty log message ***
+
+commit 926a998e67b9b07192153ad631b2adabe74328f4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 15 09:50:08 2004 +0000
+
+    (TeX-source-specials-view-position-flags): Fix syntax for
+    xdvi.
+
+commit 6b1b5238c99ff8001d5df3df82f1783a5ef3d13e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 14 13:18:10 2004 +0000
+
+    *** empty log message ***
+
+commit c6d5f275990d06cbda3858b2ba90e96f6a60bfee
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 14 13:17:58 2004 +0000
+
+    (top): Duplicate top node and wrap it in @ifinfo
+    and @ifhtml environments respectively.
+
+commit 85febeccabdcc4d5559b9bc7e28f0cb6557ca5bf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 13 09:01:40 2004 +0000
+
+    *** empty log message ***
+
+commit 9b5f7597e179ead4f6fa2e7b4a638b6fb8e4b8e1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Dec 13 09:01:26 2004 +0000
+
+    (ConTeXt-paragraph-commands-regexp): Match any
+    command starting with "\start" or "\stop" and the respective
+    language variants.
+
+commit c8a49f27fcda1038196143fd2e4f5cbf28cec5cf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 11 10:25:30 2004 +0000
+
+    *** empty log message ***
+
+commit 3484f74d9975bae514bd1800846177aebd33a3d9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 11 10:25:20 2004 +0000
+
+    (TeX-fold-keymap): Change key bindings for clearout
+    commands.
+    (TeX-fold-item, TeX-fold-remove-overlays): Doc fix.
+
+commit 4f577e3d297cf4a7f1c89d8f7657c62b899e63dc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 11 10:25:12 2004 +0000
+
+    (TeX-fold-menu): Change display of key bindings for
+    clearout commands.
+
+commit 777ba8860d89ca02b338831550fc9cd0e4853da8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Dec 11 10:25:04 2004 +0000
+
+    (Folding): Document new key bindings for
+    clearout commands.
+
+commit 9d9cee3b37f0f2ad7245ea5f3fb88152b69f7aad
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 17:54:46 2004 +0000
+
+    *** empty log message ***
+
+commit 9c6d533db756ad96b59483bb72ac28a355c5a8d1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 17:54:37 2004 +0000
+
+    (TeX-fold-dwim): Add support for folding regions.
+
+commit d23f87233d4f2e0796065393258a17bfe9f89a2d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 17:54:12 2004 +0000
+
+    * doc/auctex.texi (Folding): Mention support for folding regions with
+    `TeX-fold-dwim'.
+
+commit 578adc9853aa34b2e9b5a6a92009392b38852842
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 17:46:28 2004 +0000
+
+    *** empty log message ***
+
+commit b1f16cb7ee41dd6583a6b074e7419ac362b1f628
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 17:46:11 2004 +0000
+
+    (TeX-fold-keymap): Add key binding for
+    `TeX-fold-dwim'.
+    (TeX-fold-dwim): New function.
+    (TeX-fold-macro, TeX-fold-env): Call `message' here instead of in
+    `TeX-fold-item' to get the right return value for the latter.
+    (TeX-fold-item): Move `message' out to get the right return value.
+    (TeX-fold-remove-overlays): Signal if an overlay was deleted with
+    the return value.
+
+commit 690d0d0e76a5a103a14098c7326c3072a3d4416b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 17:45:51 2004 +0000
+
+    (TeX-fold-menu): Add menu entry for `Tex-fold-dwim'.
+
+commit 1c28329b0a27d25a045f0ee8121a703ace2d23b3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 17:45:29 2004 +0000
+
+    (Folding): Document `TeX-fold-dwim'.
+
+commit f136f116d59dfd258c51268f87f34395b4c471cd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 17:45:04 2004 +0000
+
+    Advertise folding and unfolding of regions as
+    well as DWIM functionality.
+
+commit 73789aa0caf3e5d59084bc9555d5b0e3c84f89ad
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 12:05:26 2004 +0000
+
+    *** empty log message ***
+
+commit 0f530db75b0e8885947e1eb992b5e72f47eabe76
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 12:05:16 2004 +0000
+
+    (LaTeX-fill-code-comment): Do not hardcode tab width.
+
+commit 57eb4f031b5d8d13448d29c87901a6bd50da46e0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 12:05:06 2004 +0000
+
+    (TeX-fold-keymap): Add key bindings for
+    `TeX-fold-region and `TeX-fold-clearout-region'.
+    (TeX-fold-region): Make interactive.
+
+commit 7dc72740cf1166fad50bd2448839def751ace879
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 12:04:55 2004 +0000
+
+    (TeX-fold-menu): Add menu entries for folding and
+    unfolding of regions.
+
+commit 9529ac27a53c6c142761184efa9397e03dde4e62
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Dec 10 12:04:39 2004 +0000
+
+    (Folding): Document folding and unfolding of
+    regions.
+
+commit cf260339b73fea413d9c3447afbc42a85d5a7dc8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 9 17:29:34 2004 +0000
+
+    *** empty log message ***
+
+commit af57b60b7e65931093507aed4a8d4747cc2c1bdb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 9 17:29:23 2004 +0000
+
+    (TeX-fold-keymap): Add key bindings for
+    `TeX-fold-paragraph' and `TeX-fold-clearout-paragraph'.
+    (TeX-fold-buffer): Now calls new `*-region' functions.
+    (TeX-fold-paragraph): New function.
+    (TeX-fold-buffer-type): Remove.
+    (TeX-fold-region): New function.  Basically encloses contents of
+    `TeX-fold-buffer-type' but type parameter is not mandatory
+    anymore.
+    (TeX-fold-clearout-buffer): Now calls `TeX-fold-clearout-region'.
+    (TeX-fold-clearout-paragraph, TeX-fold-clearout-region): New
+    functions.
+
+commit 91b34c3064f65a9c2cfa52dd8a4a76ce30f17e86
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 9 17:29:12 2004 +0000
+
+    (TeX-fold-menu): Add menu entries for folding and
+    unfolding of paragraphs.
+
+commit 3a240576d4c22846873ae07106d4e8a0feb5e9fa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 9 17:28:52 2004 +0000
+
+    (Folding): Document folding and unfolding of
+    paragraphs.
+
+commit 418961126cbb3c0aada789a5bf83971961503459
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 9 17:28:44 2004 +0000
+
+    Advertise folding and unfolding of
+    paragraphs.
+
+commit 5a6fead69944e12f713f907446f44e1abf18d0a9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 9 16:18:15 2004 +0000
+
+    *** empty log message ***
+
+commit 4a9df3e7e821377f5abf1cc5264baca41b451464
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 9 16:18:06 2004 +0000
+
+    (LaTeX-newline, LaTeX-insert-environment)
+    (LaTeX-env-item, LaTeX-indent-line, LaTeX-current-indentation)
+    (LaTeX-fill-region-as-paragraph, LaTeX-fill-region-as-para-do)
+    (LaTeX-fill-move-to-break-point, LaTeX-fill-paragraph)
+    (LaTeX-fill-code-comment, LaTeX-fill-region)
+    (LaTeX-forward-paragraph, LaTeX-backward-paragraph): Use
+    `TeX-comment-start-regexp' instead of `comment-start'.
+    (LaTeX-backward-paragraph, LaTeX-indent-line): Simplify.
+
+commit 15c540cd5c410f4799897ea816f354d2f17aad98
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 9 16:17:52 2004 +0000
+
+    (TeX-comment-start-regexp): New variable.
+    (TeX-comment-or-uncomment-region, TeX-uncomment)
+    (TeX-forward-comment-skip, TeX-find-macro-end-helper): Use it.
+
+commit 1d5e0885e463a6c7759a8a9a58a84080a34c5185
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 9 16:17:27 2004 +0000
+
+    (LaTeX-env-no-comment): Use
+    `TeX-comment-start-regexp' instead of `comment-start'.
+
+commit 3e7fd5fa2c495db6a1ea3ddf091a923828701bee
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 9 16:17:20 2004 +0000
+
+    ("mdwlist"): Use `TeX-comment-start-regexp'
+    instead of `comment-start'.
+
+commit 3a539d045255cddf6edafc70be9c489fb9a4df19
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 7 15:58:32 2004 +0000
+
+    *** empty log message ***
+
+commit 305ac75ac6a18fe6d58200c27fb4ee2d11047816
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 7 15:58:21 2004 +0000
+
+    (TeX-fold-buffer-type): Do not ignore case during
+    search.
+
+commit 9020fe6c9e3813d7cb630642c729fb4e36432d22
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 7 13:45:50 2004 +0000
+
+    *** empty log message ***
+
+commit 8e91f768d8276e02a43117921ddc229d6726cef7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 7 13:45:23 2004 +0000
+
+    (ConTeXt-paragraph-commands-regexp): New name for
+    `ConTeXt-paragraph-commands'.  Doc fix.  Match escape character at
+    front as well.
+    (ConTeXt-mode-common-initialization): Use it.  Set
+    `LaTeX-paragraph-commands-regexp' instead of
+    `LaTeX-paragraph-commands'.  Adapt definition of
+    `paragraph-start'.
+
+commit ea4359246c8cba395a74624fdfa859aa41eb3c21
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 22:05:10 2004 +0000
+
+    *** empty log message ***
+
+commit 46c838e056cef981061ab73075f3ec08a8f9326e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 22:02:22 2004 +0000
+
+    (LaTeX-math-mode): Make it compatible with older Emacsen.
+
+commit ca5d18a51ffd5dd390be9226312c971a4bae3ea4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 14:04:55 2004 +0000
+
+    *** empty log message ***
+
+commit 37d284a167f275016e11ad178d0ce418abd5e5d6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 14:02:44 2004 +0000
+
+    (hack-one-local-variable): Advise it in order to call
+    minor mode functions for AUCTeX minor modes activated by
+    file-local minor mode variables.
+
+commit 94c616dc3d0c56604b449ad31f554aef5a9160e7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Dec 5 14:01:21 2004 +0000
+
+    (LaTeX-math-mode): Define using `define-minor-mode'.
+
+commit 4f3e509e159e80a561193cc5148170be6b16ca7e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 2 15:24:43 2004 +0000
+
+    *** empty log message ***
+
+commit 915c303960679b13da9bec0fd29def9c41542de2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Dec 2 15:24:27 2004 +0000
+
+    (LaTeX-csquotes-quote-after-quote): Avoid
+    interference with (n)german.el.
+
+commit 597cb7c589d739210817ded34925347d783c3c54
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 1 16:36:48 2004 +0000
+
+    *** empty log message ***
+
+commit 2f68bc17fe1f9567896905317656e94a88895fd8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 1 16:36:38 2004 +0000
+
+    (distclean): And revert again as it does not comply with the definition of
+    standard targets in the GNU make manual.
+
+commit 77c4d35f968aa630275dbc2169b62da41c56e0c9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 1 15:49:07 2004 +0000
+
+    *** empty log message ***
+
+commit a1038ef5d55fe6ffdcb9dff9e6631177336959ea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 1 15:48:56 2004 +0000
+
+    (distclean): Remove generated `configure' file.
+
+commit 2bf5653c3fbc8d15e4b105201446a5c05e5896c0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 1 00:20:52 2004 +0000
+
+    *** empty log message ***
+
+commit 8737e7d68f0489a2214344309824ff47f5c82946
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 1 00:08:40 2004 +0000
+
+    *** empty log message ***
+
+commit df58d33c40e2610ccde17ee30d7ede1ceb983661
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 1 00:06:52 2004 +0000
+
+    (Quotes): Document csquotes.el.
+
+commit 03a2b6516b935be82ee8aee2fbf3a9986b84f291
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 1 00:05:35 2004 +0000
+
+    (LaTeX-csquotes-open-quote)
+    (LaTeX-csquotes-close-quote): Doc fix.
+    ("csquotes"): Repair quoting.  Use completing-read where
+    possible.  Use a stricter test for usage of quotes.
+
+commit 7b3014c4b8c9af48aa141ef9c1009d2418ec04f2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 1 00:04:25 2004 +0000
+
+    Add coding cookie.
+    Use punctuation syntax for "«" and "»" characters.
+    (TeX-parse-argument): Deactivate mark after insertion of first
+    pair of braces.  Fixes problems with the insertion of macros with
+    more than one brace and an active selection.
+
+commit 183f10eef004cdae999739fd3e7dc968dea03118
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 29 23:06:16 2004 +0000
+
+    Advertise support for csquotes.sty.
+
+commit 25f8fe7bc5dae82a3fc7f5980c7e078820d09d6b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 29 23:05:36 2004 +0000
+
+    *** empty log message ***
+
+commit a74b4440f8eb9c8bcf919842479cfa7b6e458757
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 29 23:03:48 2004 +0000
+
+    (STYLESRC): Add style/csquotes.el.
+
+commit c17f61ef10ff9c04a5e955b98cc2ec2a79a8589c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 29 23:03:10 2004 +0000
+
+    New file.
+
+commit fa4f73a0150e571b74ee6c08de6d2721b39911b3
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Nov 29 20:26:11 2004 +0000
+
+    * tex.el (TeX-auto-insert): Added SKIP argument.
+    (TeX-auto-store): Use it to avoid circular dependencies.
+
+commit 912d72f593f9f37c5d91a19c2600d76f6bbe1982
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Nov 29 16:15:47 2004 +0000
+
+    * style/graphicx.el (LaTeX-arg-includegraphics): Add "page".
+    
+    * latex.el (LaTeX-includegraphics-options-alist): Ditto.
+
+commit 7db0d49ebdc7596427400330f5fe4b207b89ddaa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 29 10:20:35 2004 +0000
+
+    *** empty log message ***
+
+commit 428e87ccd0793f8ff5a260f0637fde703bd5f42a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 29 10:20:21 2004 +0000
+
+    Adapt to suit change in info file name from
+    "auctex" to "auctex.info".
+
+commit 6d3e3d344d3776a8b5715e6c4573a9828a2302a3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 29 10:20:04 2004 +0000
+
+    Use "auctex.info" instead of "auctex" as info
+    file name.
+
+commit 77d7908266f3c6ffcec044f2a2bbac53d93ff573
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Nov 29 10:18:21 2004 +0000
+
+    *** empty log message ***
+
+commit 98efcc0bc670b82387b726381580d2db08550fe5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Nov 29 10:18:09 2004 +0000
+
+    Add @command macro test
+
+commit 45df4f926860654bdbd098988c4a4484c54c235e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 29 10:16:56 2004 +0000
+
+    Advertise use of "auctex.info" info file name.
+
+commit af8a6e071e6db55c044b563847a22fa3178b358a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Nov 29 10:16:14 2004 +0000
+
+    Moved to configure.ac
+
+commit 5e96a0d06bfbf9f1fc156d9d49c22d57d37069ce
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Nov 29 10:15:29 2004 +0000
+
+    Moved from configure.in
+
+commit ac42aecf519413ee8f0ab1084ddafb673d56ea17
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Nov 29 10:10:49 2004 +0000
+
+    Add @command macro
+
+commit d3458a5d6862a8c0abe87201a439d74b0f7e127b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Nov 29 10:10:20 2004 +0000
+
+    Change order of @top and @ifnottex, error message otherwise.
+
+commit 91e8f130c240d8cec408edc55c16daec6b4983bd
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Nov 29 10:09:28 2004 +0000
+
+    Add MAKEINFO environment variable for texi2... usage. Remove old
+    (confusing) messages.
+
+commit a8f0629f2ed7a577b1a03f73249cbb64134090b7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 28 11:03:44 2004 +0000
+
+    *** empty log message ***
+
+commit c4328c1e5eca5d2a65dd27859fa79e34660c840b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 28 11:03:34 2004 +0000
+
+    Correct some references.
+
+commit 15fc53e6fec3e028d269e173e0f39f344807c529
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 28 11:03:17 2004 +0000
+
+    (Introduction): @/ unfortunately is only
+    available since Texinfo 4.6.  Remove it for now.
+
+commit 3b41b46bcfa0d99dfa1bd9dc3f087006c95043c5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 27 14:07:26 2004 +0000
+
+    *** empty log message ***
+
+commit 9584712315190c973f794479a3996b0c2b797952
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 27 14:07:17 2004 +0000
+
+    Clean up comments.
+    (font-latex-built-in-keyword-classes): Add explanation of the
+    variable structure.
+    (font-latex-match-command-with-arguments): Change "asterix" to
+    "asterisk".
+
+commit 7f9ec48ded10926e904531ca8f9874dcba8d0c59
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 27 14:07:08 2004 +0000
+
+    Remove RCS keyword.
+    Correct subtitle.
+    Various corrections of filling and capitalization.
+    Move up installation instructions.
+    (Display): New node and chapter holding display-related content.
+    (Font Locking): New node and section.
+    (Folding): Now a section.  Remove the silly first paragraph.
+    (Outline): Now a section.
+
+commit ca0ef548af03e9d3657b29cda000d076a4fd8ce5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 27 14:06:58 2004 +0000
+
+    Specify node unconditionally in the file.
+
+commit 7134c3e825d03aed3db3f6face1991358a59bf98
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 27 14:06:35 2004 +0000
+
+    (Introduction): Use `@email' instead of `@url'
+    for email addresses.
+
+commit b0a8cc1c89b31d1c1a5fc41089e21f2d2dfce264
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 27 14:06:28 2004 +0000
+
+    Add `@fontlatex' macro.
+
+commit c8a2812f78f5ada4980a607714ec5d6a40270cbf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 27 14:06:18 2004 +0000
+
+    (Processing): Better heading.
+
+commit 8de69949d14f27419379dd29c5b8c0c12f3ba95c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 25 11:16:13 2004 +0000
+
+    *** empty log message ***
+
+commit 0baf9ba0e82d24f82ed6d1e67e1e10b021d403f1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 25 11:15:50 2004 +0000
+
+    (LaTeX-backward-paragraph): Jump to macro start.  D'oh.
+
+commit 3fe1e2ada99bca884e9c90ee9d35bbd587c145ad
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 25 09:09:24 2004 +0000
+
+    *** empty log message ***
+
+commit 4985232568752a570e1948dfe240abe6df7c5d7a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 25 09:09:01 2004 +0000
+
+    Autoload `texmathp-match-switch'.
+
+commit 8ebbccbcec744a451b63b88829188ace6fe5f298
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 25 09:08:52 2004 +0000
+
+    Rearrange variable and function definitions in
+    order to get as few compiler warnings as possible due to the
+    reintroduction of the :set function in `texmathp-tex-commands'.
+    Add a dummy `defvar' for `texmathp-tex-commands' to silence the
+    compiler.
+    (texmathp-tex-commands): Reintroduce a :set function as advertised
+    in `texmathp-compile'.
+    (texmathp): Remove the conditional call to `texmathp-compile' as
+    this is handled by the :set function in `texmathp-tex-commands' on
+    load of the file.
+
+commit 063473d89fc097e35c18f8c0248300e19cb61d4b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 24 14:24:27 2004 +0000
+
+    *** empty log message ***
+
+commit bb3f8f1ffc9f43c1f1843e466dd2aa597e527fe9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 24 14:24:11 2004 +0000
+
+    (LaTeX-backward-paragraph): Do not unnecessarily jump to a (wrong)
+    position after the macro start.
+
+commit 2978438fd4eb2476343aff02907e62ea06b5a490
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 24 10:29:18 2004 +0000
+
+    *** empty log message ***
+
+commit b31b8519dde86b1e011ca4c02b8a3e0b60640d9d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 24 10:29:09 2004 +0000
+
+    (font-latex-bold-face, font-latex-italic-face)
+    (font-latex-math-face, font-latex-string-face)
+    (font-latex-warning-face, font-latex-verbatim-face): Inherit from
+    suitable base faces if possible.  Doc fix.
+    (font-latex-sedate-face): Doc fix.
+
+commit f48670b85065d7e5dd86004d5d82251fe07246b1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 24 09:08:41 2004 +0000
+
+    *** empty log message ***
+
+commit 03100be74a1e4f4ec23cfab56312b4cfad895316
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 24 09:08:26 2004 +0000
+
+    (LaTeX-paragraph-commands): Doc fix.
+
+commit ca04881cd3656618767047966b56608da2517a11
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 24 09:08:14 2004 +0000
+
+    (texinfo-mode): Add `@email' macro.
+
+commit 6754c5e7852dbf6eb9060386aa4d59bab05d7f4c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 24 09:07:58 2004 +0000
+
+    Move (nearly all) autoloads to a single place.  Remove
+    redundant autoload for `TeX-region-file'.  Add autoload for
+    `TeX-view'.
+    (TeX-parse-macro): Doc fix.
+    Do not add braces for macros defined as `("foo" 0)'.
+    (TeX-parse-arguments): Do not bind `<' and `>'.
+    (TeX-parse-argument, TeX-argument-insert): Do not use `<' and `>'
+    formerly bound by `TeX-parse-arguments'.  Fixes some compiler
+    warnings.
+    (TeX-auto-list-information): Use `message' correctly.
+
+commit 8426b8041ce26a0f9ccfaff8b432ae6e9f1e4c66
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sun Nov 21 21:04:29 2004 +0000
+
+    *** empty log message ***
+
+commit af347fe39c11dff6ad4c4b45c60afeb9863a5bda
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sun Nov 21 21:04:05 2004 +0000
+
+    (ConTeXt-mode-common-initialization): ConTeXt does
+    not need italics correction.
+
+commit 6a623f115d276bd38ccff4b2aec4d86fb973dba7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 20 11:06:31 2004 +0000
+
+    *** empty log message ***
+
+commit 9a53c7d4939b14a718afe3eee45afdf894609614
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 20 11:06:15 2004 +0000
+
+    (LaTeX-float, LaTeX-env-figure): Implement "do not
+    prompt" option.  `LaTeX-float' has the same customize value menu
+    like `LaTeX-default-position' now.  This implies that the old
+    meaning nil corresponds to `""' now, while nil means "do not
+    prompt".
+    (LaTeX-env-figure): Ask for `Float position' instead of `Float
+    to'.
+    (LaTeX-float): New default value "" instead of "htbp" (after a
+    discussion on the mailing list).
+    (LaTeX-default-format, LaTeX-default-width)
+    (LaTeX-default-position): Omit `Specifies the' in doc-string.
+
+commit 756e3ff2fbd16176ea95a3afa2a99c87228c7610
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 20 11:05:42 2004 +0000
+
+    (Floats): Update.
+
+commit a892ff1bd829ca636738d7fbc5131c87574771b0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Nov 20 11:05:21 2004 +0000
+
+    Mention change of `LaTeX-float'.
+
+commit 0d98755b43fd7547c78cfbfafa5b8f56dc6a26a8
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Fri Nov 19 16:54:35 2004 +0000
+
+    Improve comments on error reporting
+
+commit 38cacf841241efbdcd648a9b1382687db1208902
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Fri Nov 19 16:54:13 2004 +0000
+
+    no message
+
+commit 6c7880bd1e8cf72a175f09736007e3e43930fda9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 18 09:52:15 2004 +0000
+
+    *** empty log message ***
+
+commit 2340893272fed1c63d8a8ac0cb8497b323c0bc15
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 18 09:52:00 2004 +0000
+
+    (TeX-TeX-sentinel-check): Use only the letters after
+    the last dot of a file name for the file extension.
+
+commit a0c56f0f60ea7fbab89d14524ebf66525d9421a2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 16 12:30:44 2004 +0000
+
+    *** empty log message ***
+
+commit bf0fca0c87ae9bf4242f49c94f17922fe81b3638
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 16 12:30:35 2004 +0000
+
+    (LaTeX-fill-move-to-break-point): Search backward for
+    \verb|...| constructs rather than forward.  Fixes cases with more
+    than one constructs per line.  Reported by Christan Schlauer.
+
+commit 830bf58554ed01437fb05c819b6349d1f8ae7d51
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 16 10:06:08 2004 +0000
+
+    Clarify --with-xemacs.
+
+commit 572b6e0df159e944f499514ed6eeeb234ebc2612
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 15 14:11:46 2004 +0000
+
+    *** empty log message ***
+
+commit 5606cade2a6a9a378dd3ca84616ea1a1e72d7fcb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 15 14:11:33 2004 +0000
+
+    (LaTeX-paragraph-commands): Now is a customizable list
+    instead of a regular expression.
+    (LaTeX-paragraph-commands-internal)
+    (LaTeX-paragraph-commands-regexp): New variables.
+    (LaTeX-forward-paragraph, LaTeX-backward-paragraph)
+    (LaTeX-common-initialization): Use
+    `LaTeX-paragraph-commands-regexp' instead of
+    `LaTeX-paragraph-commands'.
+
+commit fe5b58547702197e7fb01d2a36e32890503edb4f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 12 19:38:38 2004 +0000
+
+    Fix last commit.
+
+commit 833c70b463bea799f778c8f09c5dd59b76d84874
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 12 11:58:55 2004 +0000
+
+    *** empty log message ***
+
+commit 80dd7460946d6ad58034bd7bf7b9807f673cfc59
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Nov 12 11:58:36 2004 +0000
+
+    (LaTeX-close-environment): Insert a newline at the end
+    of the environment if an uncommented line follows a commented one.
+
+commit 4bcc2d781066507390d4a1fa020a2bcbe5d76d4f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 11 19:39:10 2004 +0000
+
+    *** empty log message ***
+
+commit 2f2c8092708ff09a83e8233622318fabab0b6665
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 11 19:38:55 2004 +0000
+
+    (docTeX-in-macrocode-p): Search backward for an
+    environment beginning rather than forward for its end.
+
+commit 56e6be9d031aa45e86f86ab9a81b6b45d1d68cde
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 8 00:40:52 2004 +0000
+
+    (doctex-mode): Set the mode name.
+
+commit 6ff9a275d6bab8de61ceab38eab2c3f0d8eef6a0
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 5 01:36:53 2004 +0000
+
+    * doc/readme.texi (What use is it?): New section.
+    
+    * doc/preview-latex.texi (The Emacs interface)
+    (The preview images): Add a bit of information concerning
+    PDF/dvipng operation.
+    
+    * preview.el (preview-default-preamble): Require specific date of
+    preview package.
+    
+    * latex/preview.dtx: Let bop-hook and eop-hook work only on outer
+    level, so that previews can contain dvips -E generated files.
+
+commit 642447883b95e4d97dbcda2244ee433f45a55714
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 4 14:13:44 2004 +0000
+
+    *** empty log message ***
+
+commit 5d3ebede41db9342873a4af91b5fb576e5381276
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 4 14:13:34 2004 +0000
+
+    (texinfo-mode): Add `@command' macro.
+
+commit 20d739f4e27449eb8c052c332ee8b826e5ff9d69
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 4 14:13:18 2004 +0000
+
+    (Commands): Correct key binding for
+    `TeX-Omega-mode'.  Add index entry.  Use `@command' instead of
+    `@code' where appropriate.
+
+commit 62f021f5152ccc9c0c247f4e9f11af7bf1071a53
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 4 13:41:09 2004 +0000
+
+    *** empty log message ***
+
+commit f4e68b6d7e8670b8457a5ee85e165853b2997d98
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 4 13:40:55 2004 +0000
+
+    (font-latex-built-in-keyword-classes): Use correct
+    face for `font-latex-match-title-3'.
+
+commit 9c88626f685f9be2ac38fcbc58bd43772d5d773c
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Thu Nov 4 08:06:09 2004 +0000
+
+    no message
+
+commit 50bfd30c2b30038f9de0eb52ed23ded18ae284c1
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Thu Nov 4 08:03:27 2004 +0000
+
+    image for amstex
+
+commit f2b19b029f18d862d2d23296dc397819d4f962e1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 3 09:07:19 2004 +0000
+
+    *** empty log message ***
+
+commit f61c7ff784792e789026afd6fa4f429d8f122217
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 3 09:07:08 2004 +0000
+
+    (LaTeX-env-figure, LaTeX-env-minipage)
+    (LaTeX-env-tabular*): Do always accept the user's input as the new
+    buffer-local values for `LaTeX-float' and `LaTeX-default-width',
+    even if the user entered the empty string.
+    (LaTeX-env-minipage): Do not ask for the (optional) position if
+    `LaTeX-default-position' is set to `nil'.  Behaviour agrees with
+    LaTeX-env-array and LaTeX-env-tabular* now.
+    (LaTeX-env-array, LaTeX-env-tabular*): Changed `setq'-assignment
+    of `LaTeX-default-position' so that it works not only the first
+    time in buffers with `LaTeX-default-position' set to `nil'.
+    (LaTeX-env-array, LaTeX-env-minipage, LaTeX-env-tabular*): Use
+    `LaTeX-optop', `TeX-grop', etc. instead of `{', `['.
+    (LaTeX-env-picture): Don't delete whitespace after inserting the
+    environment.  Cursor position corresponds to proper indentation
+    now.
+
+commit 29471ecaef861cf72222cb9f91528a1094065661
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 3 09:00:35 2004 +0000
+
+    *** empty log message ***
+
+commit b84f6fe3075a1a8057c11f4ef76461150114d1e6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 3 09:00:26 2004 +0000
+
+    Require 'tex.
+    (font-latex-user-keyword-classes): Enhance :set function to tell
+    user which entry is duplicated.
+
+commit 3b40a2b4d48c3f09cdf27cb539a5011048502cd9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 3 09:00:14 2004 +0000
+
+    (TeX-arg-input-file): Use new name
+    `TeX-delete-dups-by-car' instead of `TeX-delete-dups'.
+
+commit 6a11040d0a47f8f94ddf9741d36633588967b7ab
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 3 08:59:58 2004 +0000
+
+    (TeX-delete-dups-by-car): New name for `TeX-delete-dups'.
+    (TeX-delete-duplicate-strings, TeX-sort-strings): New functions.
+    Contributed by Reiner Steib and David Kastrup.
+
+commit 4d8d8b8253e466eff59ddabc7d6c5093cc59eca6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Nov 3 08:59:39 2004 +0000
+
+    (LaTeX-includegraphics-read-file-TeX): Use
+    new name `TeX-delete-dups-by-car' instead of `TeX-delete-dups'.
+
+commit 9d117773de62fe74eb3862f2db4b054483fc1885
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 2 18:33:08 2004 +0000
+
+    *** empty log message ***
+
+commit 7c4347a896161271e26478300e61d048aebd2f4e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 2 18:32:58 2004 +0000
+
+    (font-latex-make-user-keywords): Add the "fixed"
+    matchers here rather than in `font-latex-make-built-in-keywords'.
+
+commit 974c4cf2417e69f2fd4701d624c44fc572786602
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 2 14:25:27 2004 +0000
+
+    *** empty log message ***
+
+commit 1e6d7388a3bbc73df92207da82745b672b78a9b6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Nov 2 14:25:20 2004 +0000
+
+    (LaTeX-math-default, LaTeX-math-menu): Use "Greek
+    Uppercase" instead of "Greek" and "Greek Lowercase" instead of
+    "greek".
+
+commit 10a6ca61f98bcebbc9bb6272e9689b618c622356
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 2 13:15:54 2004 +0000
+
+    (LaTeX-paragraph-commands): Make `\maketitle' a
+    paragraph starter.
+
+commit f33e8d55d16a135143f4fcd32179316dacdd6b7e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 1 18:27:59 2004 +0000
+
+    *** empty log message ***
+
+commit 5402a93db6c325f526e84224465285756eacd319
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 1 18:27:43 2004 +0000
+
+    (font-latex-make-built-in-keywords)
+    (font-latex-make-user-keywords): Append rather than prepend
+    matchers.
+
+commit 5ca88143365ec5a535959400a8df5f3a9decfa15
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Mon Nov 1 14:24:46 2004 +0000
+
+    *** empty log message ***
+
+commit 8eef75a71af0c9e2944aaedcb339b12691b2fc82
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Mon Nov 1 14:23:58 2004 +0000
+
+    (toolbarx-make-command): Code clean up.
+
+commit 6bb14612b454843f209e85731e4b2e3f6e949d32
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 1 12:40:42 2004 +0000
+
+    *** empty log message ***
+
+commit eb72485876601d582f75dbba4e9df6b6bce78d27
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 1 12:40:31 2004 +0000
+
+    Change maintainer information.
+    (font-latex-keywords): New customization group.
+    (font-latex-built-in-keyword-classes): New variable.
+    (font-latex-make-match-defun, font-latex-keyword-matcher): New
+    functions.
+    (font-latex-make-built-in-keywords): New name for
+    `font-latex-make-keywords'.
+    Move default keyword definitions from
+    `font-latex-match-*-keywords' to
+    `font-latex-match-*-keywords-local'.
+    Integrate `font-latex-match-*-keywords-set' function into
+    `font-latex-match-*-keywords' defcustom.
+    (font-latex-keywords-1, font-latex-keywords-2): Default to nil.
+    All matchers are now added in `font-latex-make-built-in-keywords'
+    and `font-latex-make-user-keywords'.
+    (font-latex-user-keyword-classes): New variable.
+    (font-latex-make-user-keywords): New function.
+
+commit e81a82263d4741ad1112bf5838ef40c2f070f064
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 1 12:40:17 2004 +0000
+
+    Remove duplicate word.
+    Mention possibility to add new keyword classes.
+
+commit 955366b923b9a9b001445d3ec5aeff0b58092691
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 1 12:40:06 2004 +0000
+
+    Some rewordings, corrections and
+    enhancements.
+
+commit ea621212109e54a573602f1c1f1b35e81fbd27cd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 29 09:00:51 2004 +0000
+
+    *** empty log message ***
+
+commit 363ec8291d148bf8c0921648229b6a086eefc593
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 29 09:00:36 2004 +0000
+
+    (LaTeX-auto-minimal-regexp-list): Use non-greedy
+    operators for getting the end of a TeX group.
+    (LaTeX-auto-cleanup): Use `add-to-list' instead of `cons' in order
+    to avoid duplicates.
+
+commit bd2b2159598154c08941a13602810723270adfd7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 29 09:00:20 2004 +0000
+
+    (TeX-auto-symbol-check): Use `add-to-list' instead of
+    `cons' in order to avoid duplicates.
+
+commit b094baf8b0cfb71dfcd80e027516042c4ce2a913
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Fri Oct 29 07:35:06 2004 +0000
+
+    no message
+
+commit b4a449a7548ff04086615e09584f9da5f1c7f712
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Fri Oct 29 07:34:08 2004 +0000
+
+    * tex-buf.el:  Add simple error report system.
+    (TeX-error-report-switches): New variable (plist).
+    (TeX-run-TeX),
+    (TeX-TeX-sentinel-check): Use it, updating error state,
+    where property is (intern (TeX-master-file)).
+
+commit 7bad3b2d07ba898cc4ecebde514e51550063484a
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Fri Oct 29 07:33:27 2004 +0000
+
+    * tex-bar.el: Remove defadvice's to TeX-run-TeX and
+    TeX-TeX-sentinel-check.
+    (TeX-bar-error-handling-switches): Removed.
+    (TeX-bar-LaTeX-button-alist): next-error updated.
+
+commit 9ed6a6e141554ffb5f8db94a2b312d733c8e4918
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Oct 28 12:58:48 2004 +0000
+
+    * tex-bar.el (TeX-bar-LaTeX-button-alist): Add `TeX-save-document'.
+    
+    * tex-site.el.in: Renamed function `LaTeX-install-toolbar'.
+
+commit 5d12ba0b8f08f820b35c4124335ffdeb3dabeffc
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Oct 28 12:21:52 2004 +0000
+
+    Renamed function `LaTeX-install-toolbar'.
+
+commit 6f0d89be6bb93830d15d8890bee3270d32c4d5ca
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Thu Oct 28 09:05:15 2004 +0000
+
+    * tex-bar.el: Now requires tex-buf.el, for error handling.
+    Renamed symbols:(LaTeX-install-toolbar): New name for `latex-install-toolbar'.
+    (tex-bar-latex-buttons): New name for `tex-bar-latex-buttons'.
+    (tex-bar-img-filename): New name for `tex-bar-img-filename'.
+    (TeX-tool-bar): New name for `tex-tool-bar' group.
+    (TeX-bar-LaTeX-buttons): New name for `tex-bar-latex-buttons'.
+    (TeX-bar-LaTeX-all-button-alists): New name for
+    `tex-bar-latex-all-button-alists'.
+    (TeX-tool-bar-button-definitions): New name for
+    `tex-tool-bar-button-definitions'.
+    (LaTeX-symbols-toolbar-switch-contents): New name for
+    `latex-symbols-toolbar-switch-contents'.
+    (LaTeX-symbols-toolbar-contents): New name for
+    `latex-symbols-toolbar-contents'
+    (LaTeX-install-toolbar): New name for `latex-install-toolbar'.
+    
+    Use separator only in Emacs, while buildin separator is not
+    implemented for XEmacs.
+    (TeX-bar-help-from-command-list): New function, that returns the
+    :help string for ITEM from TeX-command-list.
+    (TeX-bar-error-handling-switches): New variable.
+    (TeX-run-TeX [tex-buf.el]): before-adviced to reset error
+    internals.
+    (TeX-TeX-sentinel-check [tex-buf.el]): after-adviced to set error
+    internals when error happens.
+    (TeX-bar-LaTeX-button-alist): New button next-error, which is
+    resp. visible/active when error detected on Emacs/XEmacs.  All
+    buttons received :help from TeX-command-list.
+    (TeX-bar-LaTeX-buttons): next-error is default, and file is no
+    longer default.
+
+commit 00e55caef54e9b284c574b0a41351781e1c5c9d4
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Thu Oct 28 09:03:36 2004 +0000
+
+    no message
+
+commit 76a05e38187cb1202ce7e8e121c816045f7c8b69
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 27 11:30:48 2004 +0000
+
+    *** empty log message ***
+
+commit c088c8136a9fe06c407768e3da3011ba383cad5c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 27 11:30:31 2004 +0000
+
+    Match "\DeclareRobustCommand\foo" besides
+    "\DeclareRobustCommand{\foo}" as well.
+
+commit ca6c4ffff151c69fd9fe27dda782d520a5ad4951
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 27 09:34:27 2004 +0000
+
+    *** empty log message ***
+
+commit df7ee5f87ec8c25826285aa756b6cbce4b31d5ad
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 27 09:34:09 2004 +0000
+
+    (LaTeX-auto-class-regexp-list): New variable.
+    (LaTeX-auto-regexp-list): Use it.
+    (LaTeX-auto-cleanup): Do not consider key=value options.
+    Check for "Package" in addition to "package".
+
+commit 5db679324bb6e33774d9081b30adac60548b0184
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Oct 26 19:18:37 2004 +0000
+
+    (TeX-auto-generate-global): Only parse cls and sty files.
+
+commit c171c79b64e394aa9191410f29a1ac503fb563ae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 26 18:23:38 2004 +0000
+
+    *** empty log message ***
+
+commit c9c40ed3dcc3d6554884dad3296821ef50ffd2e6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 26 18:23:21 2004 +0000
+
+    (font-latex-match-command-in-braces): Remove
+    references to non-existent variables.
+
+commit 551a09b661de8c4de7dc8ab6a54e6b08686cbf26
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Oct 26 18:08:32 2004 +0000
+
+    (LaTeX-math-list): Improve doc string and custom type.
+    (LaTeX-math-default): Added doc string.
+
+commit 28353c5bfdab27722703cda41774442a17be717c
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Oct 26 14:26:50 2004 +0000
+
+    2004-10-26  Frank Küster <frank@kuesterei.ch>
+    
+            * doc/quickstart.texi: Don't use so many nodes.  Several fixes.
+
+commit 34c1329ca4f5c6b32bca6104023bcbcfcae6f65d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Oct 26 09:35:34 2004 +0000
+
+    * Makefile.in (tar-ball): Don't include CVS stuff.
+
+commit 440162f97447861e2c2174bb7ee9a5b93abe3580
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Oct 26 09:29:54 2004 +0000
+
+    * doc/changes.texi: Mention experimental tool bar support.
+    
+    * Makefile.in (tar-ball): Include tex-bar images.
+
+commit 1d6e3e161903b5a085dc58274ab4ae88e3a39edb
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 25 19:21:52 2004 +0000
+
+    Toolbar patches by Reiner Steib
+    * Makefile.in (aucteximagedir): Define.
+    (AUCSRC, AUCELC): Add toolbar files.
+    (install-images): new target.
+    
+    * tex-site.el.in (TeX-image-directory): Define.
+    
+    * tex-bar.el (toolbar-x): require toolbar and latex at runtime.
+
+commit d2fbd37a2eb5e5eb1f68d54d2cec78861e5892dc
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Oct 24 16:01:59 2004 +0000
+
+    (DOCFILES): Added doc/quickstart.texi.
+
+commit 16f0413eab457837cbead94d9b00b6f0e446cdd8
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Sun Oct 24 15:30:12 2004 +0000
+
+    no message
+
+commit 81b36c601a31d63d7e1645f89e050be72a4f0cdf
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Sun Oct 24 15:29:46 2004 +0000
+
+    2004-10-23  Miguel Frasson  <frasson@math.leidenuniv.nl>
+    * toolbar-x.el:
+    (toolbarx-emacs-mount-popup-menu): Nil cannot be a menu key
+    anymore (fixed).
+    (toolbarx-test-image-type): Improve comments.  Add support for
+    variables defined with `defimage', which are considered a simple
+    value for the :image property.
+    (toolbarx-emacs-refresh): Nil cannot be a toolbar (menu) key
+    anymore (fixed).
+    (toolbarx-install-toolbar): Improved documentation for the :image property.
+
+commit f77741a12ec979255e23b1d0e63ee9bfe87a6905
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 23 16:54:52 2004 +0000
+
+    (preview): Change group to 'AUCTeX.
+
+commit 081a253c2114cdcf7e48155aa8c9f76441d54a0d
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Fri Oct 22 21:05:53 2004 +0000
+
+    no message
+
+commit 9cfe74ce791db48ababe3795989333811fad7f69
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Fri Oct 22 20:48:29 2004 +0000
+
+    no message
+
+commit 17e3622d9c09e6c29dc7c603d37ed0f18cdc17e4
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Fri Oct 22 20:47:54 2004 +0000
+
+    * toolbar-x.el: Improve comments.
+    (toolbarx-process-group-without-insert): Become autoloaded.
+    (toolbarx-process-group): Code cleanup.
+    (toolbarx-process-symbol): Code cleanup.
+    (toolbarx-default-toolbar-meaning-alist): Separator button label
+    renamed from `:sep' to `separator'.
+
+commit a4375c7a5774b798717e9ddc8f95d24a24d0279f
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Fri Oct 22 20:47:09 2004 +0000
+
+    * tex-bar.el: Improve comments.  Symbol-toolbar code moved to the
+    bottom of the file.
+    (tex-bar-latex-buttons): Improve comments.  Add custom :type.
+    (tex-bar-latex-buttons): New command -- display a list of defined buttons.
+    (tex-bar-available-meaning-alists): Removed (renamed).
+    (tex-bar-latex-all-button-alists): New name of
+    `tex-bar-available-meaning-alists'.  Add custom :type.
+    (tex-bar-meaning-alist): Removed (renamed).
+    (tex-bar-latex-button-alist): New name of `tex-bar-meaning-alist'.
+    Add custom :type.
+
+commit ec5b1d77f2bbddd70a57b5da6d0e990de0a4353b
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Fri Oct 22 20:45:20 2004 +0000
+
+    no message
+
+commit 366dca04f56de00a6850e2a4b2bb620ab4591575
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Oct 22 14:22:30 2004 +0000
+
+    (European): Adjust to change of `LaTeX-italian-open-quote'.
+
+commit 201d13d3a0c37e93f4a2ca9c9c456e8313714624
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 21 16:06:10 2004 +0000
+
+    * prv-xemacs.el (preview-mode-setup): Add `desktop-save-buffer'
+    setup.
+    
+    * prv-emacs.el (preview-mode-setup): Add `desktop-save-buffer'
+    setup.
+    
+    * preview.el (desktop-buffer-preview-misc-data): Let arguments be
+    ignored for desktop 2.06.
+    Add to `desktop-buffer-misc-functions' only after desktop has been
+    loaded.
+    (desktop-buffer-preview): take arguments for desktop 206.
+
+commit 2655fed398e08d92f6515832584bcee182033c4c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 20 13:40:43 2004 +0000
+
+    *** empty log message ***
+
+commit 6f3e4d503229dccd7ce0356c58c4c0219d50c32c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 20 13:40:29 2004 +0000
+
+    (TEX_INPUT_DIRS): Do not use -e command line option
+    for grep.
+
+commit 301472885282128db61e61ebf68859a0ff6f7de1
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Oct 18 18:00:18 2004 +0000
+
+    Fix markup.
+
+commit cfa6155296e04a20406ba1e271df63ffb8bc25e2
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Oct 18 17:51:16 2004 +0000
+
+    2004-10-18  Frank Küster <frank@kuesterei.ch>
+    
+            * doc/quickstart.texi: New chapter.
+    
+            * doc/changes.texi: Mention `Quick Start'.
+    
+            * doc/auctex.texi (Font Specifiers): Add \textrm and \textsf
+            (Commands): Add TeX-Omega-mode
+            (top): Print contents near at the beginning.
+    
+            * doc/macros.texi: New macro @sans.
+    
+            * doc/intro.texi (Introduction): Removed sections obsoleted by
+            `Quick Start' (Indentation and filling, Completion, Editing your
+            document, Outlines).
+    
+    2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
+    
+            * doc/todo.texi, doc/install.texi, doc/history.texi,
+            doc/changes.texi, doc/auctex.texi: Remove optional arguments of
+            all @node commands.
+    
+            * doc/Makefile.in (TEXIFILES): Added quickstart.texi.
+
+commit 88e76f9211ff2d616b21b82c7ad8a9453697fcc6
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Oct 18 16:54:17 2004 +0000
+
+    2004-10-18  Frank Küster <frank@kuesterei.ch>
+    
+            * doc/Makefile.in (TEXIFILES): Add macros.texi.
+            (auctex.dvi, auctex.pdf): Depend on TEXIFILES.
+
+commit d5c873f44fac1e87f9728aadf27ec75f1aa69222
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 18 15:53:00 2004 +0000
+
+    * latex.el (LaTeX-env-figure, LaTeX-env-minipage): Point out to
+    the user that the placement (figure) and position (minipage)
+    specifiers are optional arguments.
+    (LaTeX-env-figure): Simplified.  Do not insert the (optional)
+    placement specifier `LaTeX-float' into the buffer if the user
+    entered the empty string when asked for `float'.
+
+commit 78af29ff235a6169a34e57cb3cdb838eba97e6d2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 18 15:52:14 2004 +0000
+
+    *** empty log message ***
+
+commit 0ad6f2ff04f07ab21056f094edb63a43f8b40078
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 18 13:45:01 2004 +0000
+
+    * prv-xemacs.el (glyph-image-type): Removed.
+    (preview-create-icon-1, preview-create-icon): like in prv-emacs.el.
+    (preview-replace-active-icon): Use defsubst.
+    (preview-ps-image): Removed.
+    (preview-move-point): Reorganized.
+    (preview-export-image): Removed.
+    (preview-import-image): Changed to new preview-image semantics.
+    
+    * prv-emacs.el (preview-create-icon): replace macro with defsubst,
+    add border argument.
+    (preview-replace-active-icon): defsubst, and cater for new
+    preview-image structure.
+    (preview-int-bb, preview-ps-image): Removed, only needed for
+    postscript device.
+    (preview-move-point): Reorganized.
+    (preview-export-image): Removed.
+    
+    * preview.el (preview-image-creators): Remove postscript device,
+    it did not work, anyway.
+    (preview-dvipng-color-string): Add resolution to args in order to
+    properly convert border thickness.
+    (preview-gs-dvips-sentinel): Delete unused `gsfile' variable.
+    (preview-eps-open, preview-eps-dvips-process-setup,
+    preview-eps-place): Removed.
+    (preview-gs-place, preview-gs-transact, preview-dissect)
+    (preview-dvipng-place-all, preview-active-string)
+    (preview-reinstate-preview): add construction info to
+    `preview-image' property.
+    (preview-start-dvipng): Calculate resolution info correctly.
+    (preview-at-point): Fix an awful typo.
+
+commit 2e003e2374d9709677c18f997959c3067871f327
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 18 13:28:12 2004 +0000
+
+    *** empty log message ***
+
+commit d5de9f9b60f82b38020f616b7bd2035cb3d6389f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 18 13:27:53 2004 +0000
+
+    (font-latex-make-keywords): Correctly evaluate
+    keywords when making `font-latex-match-*-keywords' defcustom.
+
+commit 747925703df6bb0511964350bcb0f4f6c75f24de
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Oct 18 07:29:50 2004 +0000
+
+    *** empty log message ***
+
+commit 7d5a66ad96cfb7d5dd70a9003efb505482f297ed
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 17 18:17:41 2004 +0000
+
+    *** empty log message ***
+
+commit 055a4e16530f4b50f2edf78db60edac1d79ba7ea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 17 18:17:30 2004 +0000
+
+    (Bugs): Document some bugs related to font locking
+    and folding.
+
+commit c9cf5d82efc7d641f0276e39b4843a413721e09c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 17 17:52:03 2004 +0000
+
+    *** empty log message ***
+
+commit 9ab49d3cbd751e947038bcb10fd351faa0c10c17
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 17 17:51:52 2004 +0000
+
+    (LaTeX-indent-calculate): Check for beginning of buffer.
+    (LaTeX-indent-calculate-last): Do not check for beginning of
+    buffer.  Fixes wrong indentation of environments at the top of the
+    buffer.
+
+commit 112de3dd9876187dae548cc93be772f460767537
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 17 10:24:55 2004 +0000
+
+    *** empty log message ***
+
+commit d04465a8e4911dfa2afcd4b4ad2cee46a86f5151
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 17 10:23:18 2004 +0000
+
+    (LaTeX-insert-environment): Get rid of redundant comment prefix.
+
+commit f4f1eb56f6ae8985e03b9699cbc235c65aa79c1a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 17 10:01:03 2004 +0000
+
+    *** empty log message ***
+
+commit a79dc7c1e66e2166ffd5e413381ab1b6bcc21472
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 17 10:00:52 2004 +0000
+
+    (LaTeX-insert-environment): Partial rewrite.  Stay in
+    comments.  Do not comment uncommented following lines.
+
+commit 3a5d7a00c7a00a30d55e1ab81f5501b1ef46f2b6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 18:47:35 2004 +0000
+
+    *** empty log message ***
+
+commit 3697c868e5dffd482d5ccf8eb020d1e53baa8cfe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 18:47:26 2004 +0000
+
+    (TeX-fold-macro-nth-arg): Use
+    `TeX-find-closing-brace' instead of `forward-sexp'.  Fixes
+    problems with comment characters in \url macros.
+
+commit 78cef24da078a03c383d4ae7e7432edc4acd1aa1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 17:43:36 2004 +0000
+
+    *** empty log message ***
+
+commit e738f31dfaadef3e7f0c8bb8fdb5a393d849639e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 17:43:27 2004 +0000
+
+    (font-latex-commented-outp): Do not consider comment characters in
+    verbatim content.
+
+commit b8359bd44de400acee6c3c05adc537af5a16d321
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 16:43:40 2004 +0000
+
+    *** empty log message ***
+
+commit b39cb98f49dd100c6b033898eee6b7c503d72628
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 16:43:28 2004 +0000
+
+    (font-latex-set-syntactic-keywords): Try to
+    minimize false fontifications of macros which may look like
+    \foo{bar} and \foo{bar{.
+
+commit 51c89aa7a599c699f701a464f855f1e4f354f163
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 12:30:01 2004 +0000
+
+    *** empty log message ***
+
+commit 3fe540a4c1307d83780b537dc2a189fee53e76a4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 12:29:19 2004 +0000
+
+    (ConTeXt-mode-common-initialization): Add support for
+    "$$" to `paragraph-start'.
+
+commit eb55fb73304a84d2cb268a44eaf5f88591a741df
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 12:29:04 2004 +0000
+
+    (font-latex-make-keywords): New function.
+    (font-latex-match-variable-keywords-local)
+    (font-latex-match-variable-make)
+    (font-latex-match-variable-keywords-set)
+    (font-latex-match-variable-keywords, font-latex-match-variable)
+    (font-latex-match-reference-keywords-local)
+    (font-latex-match-reference-make)
+    (font-latex-match-reference-keywords-set)
+    (font-latex-match-reference-keywords)
+    (font-latex-match-reference)
+    (font-latex-match-function-keywords-local)
+    (font-latex-match-function-make)
+    (font-latex-match-function-keywords-set)
+    (font-latex-match-function-keywords, font-latex-match-function)
+    (font-latex-match-title-1-keywords-local)
+    (font-latex-match-title-1-make)
+    (font-latex-match-title-1-keywords-set)
+    (font-latex-match-title-1-keywords, font-latex-match-title-1)
+    (font-latex-match-title-2-keywords-local)
+    (font-latex-match-title-2-make)
+    (font-latex-match-title-2-keywords-set)
+    (font-latex-match-title-2-keywords, font-latex-match-title-2)
+    (font-latex-match-title-3-keywords-local)
+    (font-latex-match-title-3-make)
+    (font-latex-match-title-3-keywords-set)
+    (font-latex-match-title-3-keywords, font-latex-match-title-2)
+    (font-latex-match-title-4-keywords-local)
+    (font-latex-match-title-4-make)
+    (font-latex-match-title-4-keywords-set)
+    (font-latex-match-title-4-keywords, font-latex-match-title-2)
+    (font-latex-match-textual-keywords-local)
+    (font-latex-match-textual-make)
+    (font-latex-match-textual-keywords-set)
+    (font-latex-match-textual-keywords, font-latex-match-textual)
+    (font-latex-match-warning-keywords-local)
+    (font-latex-match-warning-make)
+    (font-latex-match-warning-keywords-set)
+    (font-latex-match-warning-keywords, font-latex-match-warning)
+    (font-latex-match-warning-function): Now generated by
+    `font-latex-make-keywords'.
+    (font-latex-match-bold-command-keywords-local)
+    (font-latex-match-bold-command-keywords)
+    (font-latex-match-bold-command)
+    (font-latex-match-italic-command-keywords-local)
+    (font-latex-match-italic-command-keywords)
+    (font-latex-match-italic-command)
+    (font-latex-match-math-command-keywords-local)
+    (font-latex-match-math-command-keywords)
+    (font-latex-match-math-command)
+    (font-latex-match-type-command-keywords-local)
+    (font-latex-match-type-command-keywords)
+    (font-latex-match-type-command)
+    (font-latex-match-bold-declaration-keywords-local)
+    (font-latex-match-bold-declaration-keywords)
+    (font-latex-match-bold-declaration)
+    (font-latex-match-italic-declaration-keywords-local)
+    (font-latex-match-italic-declaration-keywords)
+    (font-latex-match-italic-declaration)
+    (font-latex-match-type-declaration-keywords-local)
+    (font-latex-match-type-declaration-keywords)
+    (font-latex-match-type-declaration): New variables generated by
+    `font-latex-make-keywords'.
+    (font-latex-match-bold-command)
+    (font-latex-match-bold-command-make)
+    (font-latex-match-bold-command-keywords-set)
+    (font-latex-match-italic-command)
+    (font-latex-match-italic-command-make)
+    (font-latex-match-italic-command-keywords-set)
+    (font-latex-match-math-command)
+    (font-latex-match-math-command-make)
+    (font-latex-match-math-command-keywords-set)
+    (font-latex-match-type-command)
+    (font-latex-match-type-command-make)
+    (font-latex-match-type-command-keywords-set)
+    (font-latex-match-bold-declaration)
+    (font-latex-match-bold-declaration-make)
+    (font-latex-match-bold-declaration-keywords-set)
+    (font-latex-match-italic-declaration)
+    (font-latex-match-italic-declaration-make)
+    (font-latex-match-italic-declaration-keywords-set)
+    (font-latex-match-type-declaration)
+    (font-latex-match-type-declaration-make)
+    (font-latex-match-type-declaration-keywords-set): New functions
+    generated by `font-latex-make-keywords'.
+    (font-latex-keywords-1): Use new functions.
+    (font-latex-bold-command-keywords)
+    (font-latex-italic-command-keywords)
+    (font-latex-math-command-keywords)
+    (font-latex-type-command-keywords)
+    (font-latex-bold-declaration-keywords)
+    (font-latex-italic-declaration-keywords)
+    (font-latex-type-declaration-keywords): Remove.
+    (font-latex-match-command-with-arguments): New name for
+    `font-latex-match-command-outside-arguments'.  Third argument now
+    is an integer instead of a binary.  It specifies the number of
+    mandatory arguments of a LaTeX macro.  Simplify the function.
+    (font-latex-match-font-cache)
+    (font-latex-match-font-outside-braces): Remove.
+    (font-latex-match-in-brace-cache): New name for
+    `font-latex-match-infont-cache'.
+    (font-latex-match-command-in-braces): New name for
+    `font-latex-match-font-inside-braces'.  Generalize, so that it can
+    be used for any command and does not return a special, complex
+    match.
+
+commit 4ebd1eeac8d1b5eab5dbd4110347e8470265febc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 12:26:49 2004 +0000
+
+    Remove change log:
+    
+    ;; ----------------------------------------------------------------------------
+    ;;; Change log:
+    ;; V0.936 10Oct2004 Ralf Angeli
+    ;;  - Small clean-ups and rearrangements.
+    ;;  - `font-latex-match-variable-keywords',
+    ;;    `font-latex-match-reference-keywords'
+    ;;    `font-latex-match-function-keywords'
+    ;;    `font-latex-match-title-1-keywords', `font-latex-match-title-2-keywords'
+    ;;    `font-latex-match-title-3-keywords', `font-latex-match-title-4-keywords'
+    ;;    `font-latex-match-textual-keywords', `font-latex-match-warning-keywords':
+    ;;     Remove redundant defvars.
+    ;;  - `font-latex-match-variable', `font-latex-match-reference',
+    ;;    `font-latex-match-function', `font-latex-match-title-1',
+    ;;    `font-latex-match-title-2', `font-latex-match-title-3',
+    ;;    `font-latex-match-title-4', `font-latex-match-textual',
+    ;;    `font-latex-match-warning': Set default values and make buffer-local.
+    ;;  - `font-latex-match-reference': Add doc string.
+    ;;  - `font-latex-set-syntactic-keywords': Do not set comment syntax.
+    ;; V0.935 10Oct2004 Ralf Angeli
+    ;;  - Do not autoload `texmathp'.
+    ;;  - `font-latex-fontify-script': Doc fix.
+    ;;  - `font-latex-script': Do without `texmathp'.
+    ;;  - `font-latex-syntactic-keywords': Default to nil.  Make buffer-local.
+    ;;  - `font-latex-setup': Set syntactic keywords.
+    ;; V0.934 06Oct2004 Ralf Angeli
+    ;;  - `font-latex-verb-like-commands': New variable.
+    ;;  - `font-latex-set-syntactic-keywords': Use it.
+    ;;  - `font-latex-match-command-outside-arguments'
+    ;;    `font-latex-match-font-outside-braces'
+    ;;    `font-latex-match-font-inside-braces': Check face at the beginning
+    ;;    of the match to make keyword fontification possible even if a
+    ;;    macro's argument was already fontified due to syntactic keyword
+    ;;    fontification.
+    ;; V0.933 02Oct2004 Ralf Angeli
+    ;;  - Some clean-ups, rearrangements and performance improvements.
+    ;; `font-latex-verbatim-face': XEmacs does not like :inherit.
+    ;; `font-latex-setup': Activate `font-latex-syntactic-face-function.
+    ;; `font-latex-faces-present-p': New function.
+    ;; `font-latex-match-command-outside-arguments': Use it.
+    ;; `font-latex-bold-command-keywords'
+    ;; `font-latex-italic-command-keywords'
+    ;; `font-latex-math-command-keywords'
+    ;; `font-latex-type-command-keywords': New variables.
+    ;; `font-latex-match-font-outside-braces': Use them.
+    ;; Check for comment and verbatim faces.
+    ;; `font-latex-bold-declaration-keywords'
+    ;; `font-latex-italic-declaration-keywords'
+    ;; `font-latex-type-declaration-keywords': New variables.
+    ;; `font-latex-match-font-inside-braces': Use them.
+    ;; Check for comment and verbatim faces.
+    ;; `font-latex-script': Use `font-latex-faces-present-p'.
+    ;; V0.932 29Sep2004 Ralf Angeli
+    ;;  - `font-latex-do-multi-line': Add new option and use it as default value.
+    ;;  - `font-latex-use-cache': New variable.
+    ;;  - `font-latex-match-command-outside-arguments',
+    ;;    `font-latex-match-font-outside-braces',
+    ;;    `font-latex-match-font-inside-braces': Use it.
+    ;;  - `font-latex-check-cache': Do not check if cache is to be used.
+    ;;  - `font-latex-setup': Set up multi-line font locking.
+    ;; V0.931 28Sep2004 Ralf Angeli
+    ;;  - Add change log entries and bump version
+    ;;  - `font-latex-find-matching-close': Fix typo in last commit.
+    ;;  - `font-latex-match-font-inside-braces': Set actual numbers in the
+    ;;    match, not nil.  Fixes errors with `font-lock-multiline' enabled.
+    ;; V0.930 27Sep2004 David Kastrup
+    ;;  - `font-latex-find-matching-close': Simplify.
+    ;; V0.929 22Sep2004 Ralf Angeli
+    ;;  - `font-latex-keywords-2': Use function `font-latex-match-script'
+    ;;    instead of regexp directly.
+    ;;  - `font-latex-fontify-script': Doc fix.
+    ;;  - `font-latex-match-script': Reintroduce.
+    ;; V0.928 19Sep2004 Ralf Angeli
+    ;;  - `font-latex-set-syntactic-keywords': "*" is not allowed as a \verb
+    ;;    delimiter.
+    ;; V0.927 17Sep2004 Ralf Angeli
+    ;;  - `font-latex-verbatim-environments': Change from defvar to defcustom.
+    ;;  - `font-latex-verbatim-environments-local', `font-latex-verbatim-macros'
+    ;;    `font-latex-verbatim-macros-local': New variables.
+    ;;  - `font-latex-set-syntactic-keywords': Use them.
+    ;; V0.926 16Sep2004 Ralf Angeli
+    ;;  - `font-latex-commented-outp': Reimplement for better performance.
+    ;; V0.925 12Sep2004 Ralf Angeli
+    ;;  - `font-latex-keywords-1': Add highlighter for math macros.
+    ;;  - `font-latex-keywords-2': Use regexp for matching instead of
+    ;;    `font-latex-match-script'.
+    ;;  - `font-latex-match-font-outside-braces': Add support for math, esp.
+    ;;    "\ensuremath".
+    ;;  - `font-latex-match-script': Remove.
+    ;;  - `font-latex-script': Fix check for present faces.  Add `texmathp'
+    ;;    check in case there is no math face present.
+    ;; V0.924 27Aug2004 Ralf Angeli
+    ;;  - `font-latex': Add to AUCTeX's customization group.
+    ;;  - `font-latex-find-matching-close': Correctly recognize multiple
+    ;;    escape characters.  Add missing paren.
+    ;; V0.923 18Aug2004 Ralf Angeli
+    ;;  - `font-latex-script': Disable raising of characters for older
+    ;;    Emacsen.  Original patch by Reiner Steib.
+    ;; V0.922 06Aug2004 Reiner Steib
+    ;;  - Changed URL of AUCTeX. Use "AUCTeX", not "auc-tex" (skipped Change log).
+    ;; V0.921 05Aug2004 Reiner Steib
+    ;;  - (font-latex-script-display): New variable.  Make raise of
+    ;;    sub-/superscripts customizable.
+    ;;    (font-latex-unfontify-region, font-latex-script): Use it.
+    ;;  - (font-latex-fontify-script): Default to nil in XEmacs.
+    ;; V0.920 04Aug2004 Ralf Angeli
+    ;;  - `font-latex-unfontify-region': New function.
+    ;;  - `font-latex-setup': Use it.
+    ;; V0.919 31Jul2004 Ralf Angeli
+    ;;  - Autoload `texmathp'.
+    ;;  - `font-latex-keywords-2': Add `font-latex-match-script'.
+    ;;  - `font-latex-script-keywords': Remove.
+    ;;  - `font-latex-fontify-script': Remove :set function.
+    ;;  - `font-latex-match-script': New function.
+    ;; V0.918 29Jul2004 Ralf Angeli
+    ;;  Doc fix.
+    ;; V0.917 20Jul2004 Reiner Steib
+    ;;  - (font-latex-set-title-face): New function.
+    ;;  - (font-latex-title-fontity): Use it to make customization work
+    ;;  - during a session.
+    ;;  - (font-latex-title-*-face): Use it to simplify the initialization.
+    ;; V0.916 08Jul2004 Ralf Angeli
+    ;;  - `font-latex-superscript-face', `font-latex-subscript-face': New faces.
+    ;;  - `font-latex-script-keywords': New constant.
+    ;;  - `font-latex-fontify-script': New customize option.
+    ;;  - `font-latex-script': New function.
+    ;; V0.915 05Jun2004 Ralf Angeli
+    ;;  - `font-latex-make-title-faces': New function.
+    ;;  - `font-latex-title-1-face', `font-latex-title-2-face',
+    ;;    `font-latex-title-3-face': Now generated by
+    ;;    `font-latex-make-title-faces' and compatible with XEmacs.
+    ;;  - `font-latex-title-4-face': Add face specification for XEmacs.
+    ;; V0.914 10May2004 Ralf Angeli
+    ;;  - `font-latex-doctex-^^A': Add compatibility code for Emacs 20 and
+    ;;     XEmacs to fix compile error.
+    ;;  - `font-latex-verbatim-face', `font-latex-doctex-preprocessor-face',
+    ;;    `font-latex-doctex-documentation-face': Add parentheses to fix error
+    ;;    with Emacs 20.
+    ;; V0.913 08May2004 Ralf Angeli
+    ;;  - New variables and faces.: `font-latex-verbatim-face',
+    ;;    `font-latex-doctex-preprocessor-face',
+    ;;    `font-latex-doctex-documentation-face'
+    ;;  - New variables: `font-latex-verbatim-environments',
+    ;;    `font-latex-syntactic-keywords', `font-latex-doctex-syntactic-keywords',
+    ;;    `font-latex-doctex-keywords'
+    ;;  - New functions: `font-latex-set-syntactic-keywords'
+    ;;    `font-latex-syntactic-face-function', `font-latex-doctex-^^A'
+    ;;    `font-latex-doctex-syntactic-face-function'
+    ;;  - `font-latex-setup': Set special `font-lock-defaults' for docTeX mode.
+    ;;  - `font-latex-commented-outp': Don't classify line comments in docTeX
+    ;;     mode as "real" comments.
+    ;; V0.912 08Apr2004 Peter S Galbraith
+    ;;  - font-latex-setup: was overriding font-latex-string-face.
+    ;;    Thanks to Reuben Thomas for finding the bug.
+    ;; V0.911 17Feb2004 Reiner Steib
+    ;;  - font-latex-title-4-face: Added missing :weight and :inherit.
+    ;; V0.910 15Feb2004 Reiner Steib
+    ;;  - font-latex-title-4-face: Use different colors depending on background.
+    ;; V0.909 25Nov2003 Reiner Steib
+    ;;  - font-latex-match-function-keywords: Added spacing commands, "nonumber",
+    ;;    "centering", "TeX", and "LaTeX".
+    ;;  - font-latex-match-textual-keywords: Added textsuperscript.
+    ;; V0.908 17Nov2003 PSG
+    ;;  - font-latex-keywords-2: Had forgotten to set LAXMATCH on all title
+    ;;    matches.  Thanks to Ralf Angeli for reporting the bug.
+    ;; V0.907 23Oct2003 PSG
+    ;;  - Make font-latex-warning-face a defface and not a copy.  Thanks to
+    ;;    Ralf Angeli for reporting the bug that it wasn't customizable.
+    ;;  - Idem for font-latex-string-face.
+    ;; V0.906 19Oct2003 PSG
+    ;;  - Enable multi-line cache on font-latex-match-command-outside-arguments
+    ;;    such that multi-line section commands will be fontified correctly.
+    ;;    This is a hack that dates from when font-lock _really_ only fontified
+    ;;    the current line.  With `jit', this is no longer strictly necessary
+    ;;    and may at some point be *removed*.
+    ;;  - Makes new title faces blue4, which is more consistent with the rest of
+    ;;    font-latex colors.
+    ;; V0.905 18Oct2003 PSG
+    ;;  - New defcustom `font-latex-title-fontity' defaults to use varying font
+    ;;    height in sectioning commands.
+    ;;  - New variables and faces `font-latex-title-1-face' to
+    ;;    `font-latex-title-4-face'
+    ;;  - New defcustoms `font-latex-match-title-1-keywords' to
+    ;;    `font-latex-match-title-4-keywords'
+    ;;  - New elisp developer local variables
+    ;;    `font-latex-match-title-1-keywords-local' to
+    ;;    `font-latex-match-title-4-keywords-local'
+    ;; V0.904 18Oct2003 PSG
+    ;;  - checkdoc cleaning (almost clean now).
+    ;; V0.903 18Sep2003 PSG
+    ;;  - Added `font-latex-quotes' to fontify either french or german quotes.
+    ;;  - Added internal vars `font-latex-quote-regexp-beg' and
+    ;;    `font-latex-quote-end-list'.
+    ;;  - Fixed font-latex-match-quotation to use above.
+    ;; V0.902 07Sep2003 PSG
+    ;;  - Bug fix when font-lock-multiline is set to t.
+    ;;    When a searched pattern was commented-out, we used to return a (nil
+    ;;    nil) pattern match to font-lock, along with the status of `t' for it
+    ;;    to keep looking past this match.  font-lock was happy with that.  But
+    ;;    now when font-lock-multiline is `t', the match really needs to exists
+    ;;    otherwise there is a elisp error at line 1625 of font-lock.el in
+    ;;    function font-lock-fontify-keywords-region.  So we provide a match
+    ;;    that begins and ends at the same character (the end of the match).
+    ;;    Thanks to Benoit Plessis <benoit.plessis@tuxfamily.org> for reporting
+    ;;    the problem to Debian (Bug#208503) and for being persistent enough to
+    ;;    find the tickling conditions.
+    ;;  - Change some doc strings following patch from Reiner Steib
+    ;;    <reiner.steib@gmx.de>, with my thanks.
+    ;; V0.901 25Jul2003 PSG
+    ;;  - Make & highlighted in font-latex-warning-face.
+    ;;  - Better document font-latex-match-*-keywords-local variables.
+    ;; V0.900 14Apr2003 PSG
+    ;;    font-latex-match-*-keywords are new user customizable variable
+    ;;    to add fontification keywords.
+    ;;    See `M-x customize-group [RET] font-latex'.
+    ;;    Elisp Style file writers should use the buffer-local
+    ;;    font-latex-match-*-keywords-local variables, e.g.:
+    ;;     (add-to-list 'font-latex-match-textual-keywords-local "captcont")
+    ;;     (font-latex-match-textual-make)
+    ;; V0.803 17Feb03 David Kastrup
+    ;;   (font-latex-find-matching-close): Remove a very complicated way of
+    ;;    doing nothing since the byte compiler warns about it.
+    ;; V0.802 15Feb03 David Kastrup
+    ;;   (font-latex-setup): Tweak verbatim handling.
+    ;; V0.801 07Dec02 David Kastrup
+    ;;   (font-latex-setup): Better stab at verbatim handling.
+    ;; V0.800 01Nov01 PSG
+    ;;  - Added font-lock-syntactic-keywords to font-lock-defaults to handle
+    ;;    verbatim environment, as suggested by Stefan Monnier 5 years ago (!)
+    ;; V0.702 15Oct01 PSG
+    ;;  - remove LaTeX-mode-hook self-installation, since AUCTeX can now install
+    ;;    font-latex by itself.
+    ;;  - cleanup the docs a bit, deleting stuff relevant only for emacs19
+    ;;    since it's now more likely to confuse users.
+    ;; V0.701 30Mar00 Stefan Monnier <monnier@rum.cs.yale.edu> (RCS V1.63)
+    ;;    Removed tests against specific versions of Emacs, testing for
+    ;;    functions instead.
+    ;; V0.700 20Dec99 PSG (RCS V1.62)
+    ;;    Added customize support.
+    ;; V0.603 02July98 PSG (RCS V1.61)
+    ;;    Squashed another infinite loop.
+    ;; V0.602 02July98 PSG (RCS V1.60)
+    ;;    Added 'font and 'infont keywords to narrow cache triggers.
+    ;; V0.601 02July98 PSG (RCS V1.59)
+    ;;    Added new font-latex-find-matching-close function to replace scan-sexp.
+    ;;    It now searches for matching {} or [] when scan-sexp fails.
+    ;; V0.600 16June98 PSG (RCS V1.58)
+    ;;    Rewrote the cache method again.
+    ;; V0.512 07Apr98 Stephen R. Anderson <sra@bloch.ling.yale.edu> (RCS V1.57)
+    ;;    xemacs beta 20.5 sets the major version to 21.
+    ;; V0.511 07Apr98 PSG (RCS V1.55)
+    ;;    {\bf ...} multi-line cache related infinite loop fixed.
+    ;; V0.510 19Mar98 PSG (RCS V1.54)
+    ;;    More multi-line cache related infinite loops fixed.
+    ;; V0.509 20Feb98 PSG (RCS V1.53)
+    ;;    XEmacs infinite loop in font-latex-match-font-inside-braces cache.
+    ;; V0.508 06Feb98 PSG (RCS V1.51)
+    ;;    Created font-latex-match-textual; changed font-latex-math-face colour.
+    ;; V0.507 30Jan98 PSG (RCS V1.50)
+    ;;    Removed font-latex-find-matching-close because it broke the cache.
+    ;;    Rewrote the cache method.  Ouch!
+    ;; V0.506 08Jan98 PSG (RCS V1.48)
+    ;;    Added variables font-latex-match-variable, font-latex-match-function
+    ;;    font-latex-match-reference (built using reexp-opt).
+    ;; V0.505 07Jan98 PSG (RCS V1.47)
+    ;;    XEmacs20 has defface.
+    ;; V0.504 20Oct97 Kevin Ruland <kruland@seistl.com> (RCS V1.46)
+    ;;    Fixed the real bug in font-latex-match-command-outside-arguments
+    ;; V0.503 16Oct97 PSG (RCS V1.45)
+    ;;    Patched font-latex-match-command-outside-arguments for allow for
+    ;;    strange interaction with AUCTeX's LaTeX-environment command.
+    ;; V0.502 07Oct97 (RCS V1.44)
+    ;;    Kevin Ruland <kevin@rodin.wustl.edu> edits font-latex-find-matching-close
+    ;;    PSG: Changed OliveGreen for OliveDrab, found in rgb.txt
+    ;; V0.501 24Sep97 (RCS V1.42)
+    ;;    Kevin Ruland <kevin@rodin.wustl.edu> added font-latex-find-matching-close
+    ;;    used instead of scan-sexp to find arguments containing extra brackets.
+    ;; V0.500 23Sep97 PSG (RCS V1.41)
+    ;;  - Support for Emacs-20 (No customize support yet)
+    ;; V0.403 19Nov96 (RCS V1.37)
+    ;;  - Christoph Wedler <wedler@fmi.uni-passau.de>
+    ;;    XEmacs patch for local math-font
+    ;;  - Changed scheme for fontification of \section*{...}
+    ;; V0.402 13Nov96 PSG (RCS V1.35)
+    ;;  - Embeded comments handled.
+    ;;  - Better XEmacs initilisation.
+    ;; V0.401 12Nov96 PSG (RCS V1.34) - Nothing fontified when commented-out.
+    ;; V0.400 11Nov96 PSG (RCS V1.33)
+    ;;  - Stab at on-the-fly multiline.
+    ;;  - mono support: <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
+    ;; V0.314 16Oct96 PSG - Support for dark background removed for XEmacs.
+    ;; V0.313 07Oct96 PSG (RCS V1.31) - Support for dark background.
+    ;; V0.312 26Aug96 PSG (RCS V1.30) - Added font-latex-commented-outp.
+    ;; V0.311 22Aug96 PSG (RCS V1.29) - fixed for XEmacs.
+    ;; V0.310 22Aug96 simon (RCS V1.27)
+    ;;  - make font-latex-setup run font-lock-make-faces before variable trickery.
+    ;;  - set font-latex-string-face to the global value of font-lock-string-face.
+    ;; V0.309 21Aug96 PSG (RCS V1.26)
+    ;;  - new font-latex-math-face done by string syntax.  User may modify it.
+    ;;  - new font-latex-string-face.
+    ;; V0.308 15Aug96 PSG (RCS V1.25)
+    ;;  - $$...$$ gets font-latex-math-face
+    ;;  - font-latex-match-math-envII fixed.
+    ;; V0.307 14Aug96 PSG (RCS V1.23) - setup okay if loaded in a latex-mode-hook
+    ;; V0.306 14Aug96 PSG (RCS V1.22) - added "item" to font-latex-match-function
+    ;; V0.305 14Aug96 PSG (RCS V1.20) - use keep in font-latex-match-math-envII
+    ;; V0.304 14Aug96 PSG (RCS V1.18) - minor comment edits.
+    ;; V0.303 14Aug96 simon (RCS V1.17)
+    ;;  - rewrote font-latex-match-math-envII like font-latex-match-quotation
+    ;; V0.302 12Aug96 PSG (RCS V1.16)
+    ;;  - (goto-char end) in condition-case error to avoid infinite loops.
+    ;; V0.301 08Aug96 PSG (RCS V1.14)
+    ;;  - Better faces in XEmacs.
+    ;; V0.300 07Aug96 PSG (RCS V1.12)
+    ;;  - Changed font-latex-match-font-inside-braces again for stranded \bf
+    ;;  - "[a-z]+box" changed
+    ;;  - font-latex-match-math-env checks preceding-char for \\[
+    ;;  - use eval-after-compile in font-latex-match-math-envII
+    ;; V0.201 05Aug96 PSG added \\(display\\)?math to Simon's changes
+    ;; V0.200 05Aug96 simon: (RCS V1.10)
+    ;;  - fixed font-latex-match-command-outside-arguments
+    ;;  - rewrote font-latex-match-font-outside-braces like above
+    ;;  - rewrote font-latex-match-font-inside-braces like above
+    ;; V0.101 01Aug96 PSG added \\(display\\)?math
+    ;; V0.100 01Aug96 PSG - massive new test version
+    ;; V0.061 23Jul96 PSG
+    ;;  - Removed trailing "\\>" in warning-face regexp (fails with \\ \- \\*)
+    ;; V0.06  23Jul96 PSG
+    ;;  - fixed dobib in font-latex-labels.
+    ;;  - shorter font regexp in levels 3+4.
+    ;;  - removed \item and & from type
+    ;;  - fixed font-latex-math-envII regexp
+    ;; V0.05  22Jul96 PSG
+    ;;  - changed \ref etc to reference-face.
+    ;;  - \\b added in buggy \item[option] regexp (not really fixed).
+    ;;  - font-latex-labels regexp bug
+    ;; V0.041  simon:
+    ;;  - added font-latex-match-command-outside-arguments
+    ;;  - rewrote font-latex-match-quotation and font-latex-bib-highlight-mouse
+    ;;  - rewrote then removed bib-cite functionality.
+    ;;  - general top-level cleanup
+    ;; V0.04 11Jul96 PSG
+    ;;  - added font-lock-comment-start-regexp defined in 19.32
+    ;;  - encoded 8-bit characters to 7-bit.
+    ;; V0.03 10Jul96 PSG
+    ;;  - font-latex-bib-cite-mouse-highlight-p can change after font-lock-defaults
+    ;;    is constructed.
+    ;; V0.02 09Jul96 PSG
+    ;;  - added font-latex-bib-cite-mouse-highlight-p
+    ;;  - Fixed `overwrite' flags
+    ;; V0.01 06Jul96 Peter S Galbraith - Created
+    ;; ----------------------------------------------------------------------------
+
+commit 9f59c99088a78840ab79f58eed1e30ad440896e4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 16 12:19:18 2004 +0000
+
+    (LaTeX-paragraph-commands): Use `regexp-opt' to
+    generate the regexp.
+    (LaTeX-common-initialization): Add support for "$$" to
+    `paragraph-start'.
+
+commit bd79cb7b6abc24ccf7300e37c5c5e3413da7acc8
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Oct 15 14:54:54 2004 +0000
+
+    (LaTeX-default-format, LaTeX-default-width)
+    (LaTeX-default-position): Fix doc strings.
+
+commit daba175acb62bb0856eeab99ea101d71bee4dbcb
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 14 20:35:11 2004 +0000
+
+    Make the end of snarfed environments behave
+    normally if the environment is not being snarfed.
+
+commit 8254995901c36e1c755cd0f3f792ca79f14b0a19
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Oct 14 15:06:13 2004 +0000
+
+    (LaTeX-default-width): Make it buffer local.
+    (LaTeX-env-minipage): Pick up new value of LaTeX-default-width.
+
+commit 327888111cae4bf144beaa89f470316d213105a6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 14 13:58:56 2004 +0000
+
+    *** empty log message ***
+
+commit caceb328dd2ce8286e37afbd77bad4882d325c50
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 14 13:58:43 2004 +0000
+
+    (TeX-fold-macro-spec-list): Add starred sectioning
+    commands.
+
+commit 7756ecd027bf35e8e4f6fb140737904a61b1d4fb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 14 13:45:37 2004 +0000
+
+    *** empty log message ***
+
+commit 0593ee93c6dc5f1dbc80503f2284dd4c034004c6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 14 13:45:20 2004 +0000
+
+    (STYLESRC): Add jurabib.el.
+
+commit 71b62d9391ca8b5ae75b97f32ca67894d64101f2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 14 13:45:12 2004 +0000
+
+    (LaTeX-fill-region-as-paragraph): Do not add linebreaks
+    after "$$ " at the end of paragraph filling.
+    (LaTeX-fill-move-to-break-point): Simplify.  Add support for
+    $$...$$ type display math.
+
+commit cf38e894fd7f35286f37a0eb8f680769162d70f8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 14 13:45:00 2004 +0000
+
+    Mention support for the jurabib package.
+
+commit 1478e7a59340d8ee0b4ec4c27d22add37f5ec501
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Oct 14 13:44:50 2004 +0000
+
+    New file.
+
+commit f80c8be50746b2261b6f865869177d7a546392ca
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Thu Oct 14 11:48:34 2004 +0000
+
+    no message
+
+commit c5f6f12bae98b7103247f3b4ac8a00d49a0d510b
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Thu Oct 14 11:33:13 2004 +0000
+
+    Rename auctb.el to tex-bar.el
+
+commit a559b4439c7f56ca0a0c9ccac7916eeb90a8ba1b
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Thu Oct 14 11:32:08 2004 +0000
+
+    Rename toolbarx.el to toolbar-x.el
+
+commit 0b7f50f0b916eb41b97ef70ac6459adfa0357785
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Oct 14 08:06:09 2004 +0000
+
+    Adjust text to conform with the AUCTeX aclocal.
+
+commit e661bc23d6b183e886af02d3b4f6c448ea12fd59
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Oct 14 08:01:14 2004 +0000
+
+    Add VALID_BUILD_DIR
+
+commit 628364485d49d9ccf84de36a92d02152a09cea91
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Oct 13 14:30:53 2004 +0000
+
+    Adjust for the aclocal.m4 sync with AUCTeX
+
+commit e999bc147d6490e228393db6095a44dba3ca242d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Oct 13 14:30:00 2004 +0000
+
+    Sync with AUCTeX. Well, almost. Don't use the version test.
+
+commit 6f09482c3076d70c659fdf4c07e29f10e6f274e1
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Oct 13 13:17:49 2004 +0000
+
+    * latex.el (LaTeX-env-array, LaTeX-env-minipage)
+    (LaTeX-env-tabular*): Don't delete whitespace after inserting the
+    environment.  Cursor position corresponds to proper indentation
+    now.  From Christian Schlauer <cschl@arcor.de> with some
+    modifications.
+
+commit 5c5919805b2230a2a5a1ee9972803296e793ebf1
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Oct 13 13:08:39 2004 +0000
+
+    (LaTeX-default-width): New variable.
+    (LaTeX-env-minipage, LaTeX-env-tabular*): Use it.
+    (LaTeX-environment): Mention it in the doc string.
+    (LaTeX-env-label): Reindent.
+
+commit 12844ecbc087f5a816d578b600ce6478d80ad351
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Oct 13 13:03:23 2004 +0000
+
+    (TeX-delete-dups): Use our own (faster) version.
+
+commit c1500a23acf2270d79eba336732b82a8fc00e699
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 12 12:07:29 2004 +0000
+
+    *** empty log message ***
+
+commit bf6c82080507ce32653406f157e07ed61759ae71
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 12 12:07:14 2004 +0000
+
+    Cater for `delete-selection-mode'.
+    `eval-after-load' (used for support of desktop.el) in Emacs 21.3
+    and earlier expects a string, not a symbol.
+    (TeX-point-is-escaped): Remove.  Implementation of
+    `TeX-escaped-p', which does the same, is slightly nicer.
+    (TeX-insert-dollar): Use `TeX-escaped-p'.
+
+commit 511289f48391a71bc78efcfbac157c5e342caeb5
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Oct 12 09:13:40 2004 +0000
+
+    * doc/auctex.texi (Completion): Mention `C-c RET' for
+    `TeX-insert-macro'.  Fixed typo.
+    (Parsing Files): Fixed typo.
+    (European): Improved.
+    From Frank Küster <frank@kuesterei.ch>, slightly modified.
+    
+    * latex.el (LaTeX-common-initialization): Use `LaTeX-env-tabular*'
+    for "tabular*".
+
+commit ecf719a1a44648c01f53606e986b347c53e61194
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 12 08:05:01 2004 +0000
+
+    *** empty log message ***
+
+commit 9f64b5a90296e9d0c105e521a30312cfc7084adb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 12 08:04:49 2004 +0000
+
+    (Texinfo-insert-node): Emacs 21.3 and earlier
+    expect a list of lists.
+
+commit b0bdec8ff32aa9c0bb4db6358a4f76f29e74b97f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 11 18:19:29 2004 +0000
+
+    *** empty log message ***
+
+commit a2aedafa864ee181ef57bdeae41cfd9a9f6c882d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Oct 11 18:19:19 2004 +0000
+
+    Small clean-ups and rearrangements.
+    (font-latex-match-variable-keywords)
+    (font-latex-match-reference-keywords)
+    (font-latex-match-function-keywords)
+    (font-latex-match-title-1-keywords)
+    (font-latex-match-title-2-keywords)
+    (font-latex-match-title-3-keywords)
+    (font-latex-match-title-4-keywords)
+    (font-latex-match-textual-keywords)
+    (font-latex-match-warning-keywords): Remove redundant defvars.
+    (font-latex-match-variable, font-latex-match-reference)
+    (font-latex-match-function, font-latex-match-title-1)
+    (font-latex-match-title-2, font-latex-match-title-3)
+    (font-latex-match-title-4, font-latex-match-textual)
+    (font-latex-match-warning): Set default values and make
+    buffer-local.
+    (font-latex-match-reference): Add doc string.
+    (font-latex-set-syntactic-keywords): Do not set comment syntax.
+
+commit 865866191b75cb2d898785887b30e296231501eb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 10 16:58:24 2004 +0000
+
+    *** empty log message ***
+
+commit bf698453c74f8cc79280f16265e3366d5d929727
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 10 16:58:07 2004 +0000
+
+    Do not autoload `texmathp'.
+    (font-latex-fontify-script): Doc fix.
+    (font-latex-script): Do without `texmathp'.
+
+commit 30617bb05c7234bdc23068a1cfbd03bd9c21876e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 10 11:03:32 2004 +0000
+
+    *** empty log message ***
+
+commit 1b62e57e0d544328a50e5bef08496c57c30ea441
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 10 11:03:21 2004 +0000
+
+    (font-latex-syntactic-keywords): Default to nil.
+    Make buffer-local.
+    (font-latex-setup): Set syntactic keywords.
+
+commit 8dbc77fc32e9a3f71c230aa59476e7f0b3c97d4f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 10 11:02:57 2004 +0000
+
+    (TeX-add-style-hook): Do not set up font-latex variables if
+    font-latex is not loaded and enabled.  Reinitialize font-lock
+    defaults.
+
+commit 1a967b5031404906815a709ea172b7ae73f2dcca
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Oct 10 11:02:24 2004 +0000
+
+    (TeX-add-style-hook): Do not set up font-latex variables if font-latex
+    is not loaded and enabled.
+
+commit 43ace6564a3f99c8b0e184a5b738fa7ca3bb486a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 9 00:18:04 2004 +0000
+
+    (preview-dvipng-command): Use -picky option.
+    (preview-error-quote): Convert character to buffer encoding if
+    mule allows it.
+    (preview-parse-messages): Strip incomplete 8bit character
+    transliterations from the error context.
+
+commit 15fe9a47758d5f756d4878c11eb7705e59e2ad5f
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Oct 8 16:45:40 2004 +0000
+
+    (TeX-update-style, TeX-parse-arguments)
+    (TeX-parse-argument, VirTeX-common-initialization)
+    (TeX-auto-parse-region): Simplify code by using `unless'.
+
+commit 128dcbe1f98fceb65dee20ea16caecd6f10fb8be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 8 11:06:57 2004 +0000
+
+    *** empty log message ***
+
+commit afe56d4a5e5185082cbf7b06e40eff4dc36c5ee8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 8 11:06:47 2004 +0000
+
+    (LaTeX-newline, LaTeX-current-indentation)
+    (LaTeX-fill-region-as-para-do, LaTeX-fill-move-to-break-point):
+    Use new search functions from tex.el.
+
+commit aa4217bc83bbd0cb8027afa370da569dd9259452
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 8 11:06:35 2004 +0000
+
+    (TeX-fold-make-overlay, TeX-fold-hide-item)
+    (TeX-fold-show-item): Respect `font-lock-mode'.
+
+commit 97b45496cdd1bf68a4d0c838885d748368f3ec34
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 8 11:06:20 2004 +0000
+
+    (TeX-search-forward-unescaped)
+    (TeX-search-backward-unescaped, TeX-re-search-forward-unescaped)
+    (TeX-search-unescaped, TeX-escaped-p): New functions.
+    (TeX-find-macro-boundaries): Use `TeX-escaped-p'.
+
+commit f82fbfa061ede22f14feae76f3b2a07256c1b1bb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Oct 8 11:06:03 2004 +0000
+
+    Add copyright and license information.
+    ("amstex"): Do not load amsmath.el in `plain-tex-mode' or
+    `ams-tex-mode'.
+
+commit 2aad3a50defd7b5a810344bbbe6d03410385e307
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 6 16:15:58 2004 +0000
+
+    *** empty log message ***
+
+commit 41673e6436c827205c888b27210a9b45c9a4ef3f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 6 16:15:38 2004 +0000
+
+    Add lstlisting environment to `LaTeX-verbatim-regexp'.
+
+commit 068a2841211df650a44dc8e81fd7316dd17adabd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 6 16:15:23 2004 +0000
+
+    (TeX-add-style-hook): Use buffer-local variable
+    `font-latex-verbatim-environments-local'.
+
+commit 34c4becaf37884eaa402ba1b23300df6282e8f37
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 6 16:04:14 2004 +0000
+
+    *** empty log message ***
+
+commit 1a09161fd977291e3333459428ef0cf044e051a7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 6 16:03:30 2004 +0000
+
+    (font-latex-verb-like-commands): New variable.
+    (font-latex-set-syntactic-keywords): Use it.
+    (font-latex-match-command-outside-arguments)
+    (font-latex-match-font-outside-braces)
+    (font-latex-match-font-inside-braces): Check face at the beginning
+    of the match to make keyword fontification possible even if a
+    macro's argument was already fontified due to syntactic keyword
+    fontification.
+
+commit 61f5cc21d405db1f1e034a979fc10b56dd870b99
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 6 16:03:15 2004 +0000
+
+    (texmathp): Limit environment search with result of
+    macro search if possible.
+
+commit 94cff092a1cfa96a8d4472c215086be63cff1655
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 6 16:03:01 2004 +0000
+
+    (TeX-add-style-hook): Suppress indentation in
+    lstlisting environments.  Fontify both \lstinline|...| and
+    \lstinline{...}.
+
+commit fb37bcece5268afc57a932d5140bb6483c6cfb21
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Oct 6 16:02:47 2004 +0000
+
+    (TeX-add-style-hook): Treat arguments \url|...| and
+    \url{...} as verbatim.
+
+commit 628c1b8921cbc7df15aad7e27e278b7dce39db34
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Tue Oct 5 19:59:44 2004 +0000
+
+    no message
+
+commit e36a8799b30d05a175b9fd258c587924c778f606
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Tue Oct 5 19:59:20 2004 +0000
+
+    Added toolbarx-default-toolbar-meaning-alist: New constant, providing a MEANING-ALIST for the insertion of the default buttons and some extra ones in Emacs and XEmacs.
+
+commit 05ff5238e8d2796a57f5d3fa5bdb09a9deb26499
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 5 13:39:02 2004 +0000
+
+    *** empty log message ***
+
+commit c683c33a6a423c3abaa68846c659260281764fbb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Oct 5 13:38:48 2004 +0000
+
+    (TeX-output-view-style): Move more special items upwards.
+    Remove "a4" and "a5" styles.
+
+commit 64fbf81e986e0f98203ca8322809721354abeb3b
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Mon Oct 4 07:08:28 2004 +0000
+
+    no message
+
+commit bb3025dfba3a6292495fb630d0f54bcbb697524f
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Mon Oct 4 06:55:30 2004 +0000
+
+    add Emacs `image descriptor' as valid image specification (Emacs only)
+
+commit 820fc1d2acd3236a53e8d83ceed58a0357c2c051
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Mon Oct 4 06:51:48 2004 +0000
+
+    add background symbolic color for XEmacs
+
+commit 735e5823ff717485383e11d1dd5140fc923c2cc6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 2 13:34:48 2004 +0000
+
+    *** empty log message ***
+
+commit 5ab7db9dff2bf08fc2253655395f7c369a6c826c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 2 13:34:31 2004 +0000
+
+    Some clean-ups, rearrangements and performance
+    improvements.
+    (font-latex-verbatim-face): XEmacs does not like :inherit.
+    (font-latex-setup): Activate `font-latex-syntactic-face-function.
+    (font-latex-faces-present-p): New function.
+    (font-latex-match-command-outside-arguments): Use it.
+    (font-latex-bold-command-keywords)
+    (font-latex-italic-command-keywords)
+    (font-latex-math-command-keywords)
+    (font-latex-type-command-keywords): New variables.
+    (font-latex-match-font-outside-braces): Use them.
+    Check for comment and verbatim faces.
+    (font-latex-bold-declaration-keywords)
+    (font-latex-italic-declaration-keywords)
+    (font-latex-type-declaration-keywords): New variables.
+    (font-latex-match-font-inside-braces): Use them.
+    Check for comment and verbatim faces.
+    (font-latex-script): Use `font-latex-faces-present-p'.
+
+commit de159587c0246e0a67639c35c5ee101c9c79fc83
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Oct 2 13:34:12 2004 +0000
+
+    Add some new features and fixed bugs.
+
+commit 8384c5acd2eaf29f2a7f47c13fcd28cbec403414
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Thu Sep 30 05:47:55 2004 +0000
+
+    no message
+
+commit 05ed3c0acd94059ffe1d64a1acd8f23f067af9b3
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Wed Sep 29 21:09:12 2004 +0000
+
+    images for the toolbar (designed icons)
+
+commit 914d7ef36d8d4f5f65a8b30ad9b943292f76eb32
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Sep 29 21:07:54 2004 +0000
+
+    *** empty log message ***
+
+commit 6c01d589654bb4638891e5812b4187b96fe4ca3a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Sep 29 21:06:22 2004 +0000
+
+    (font-latex-do-multi-line): Add new option and use
+    it as default value.
+    (font-latex-use-cache): New variable.
+    (font-latex-match-command-outside-arguments)
+    (font-latex-match-font-outside-braces)
+    (font-latex-match-font-inside-braces): Use it.
+    (font-latex-check-cache): Do not check if cache is to be used.
+    (font-latex-setup): Set up multi-line font locking.
+
+commit ff8190dd5452f59c6e5d952ace58f04cbc87f13c
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Wed Sep 29 10:20:37 2004 +0000
+
+    Removed wrong `provide' clause at beginning of code
+
+commit fc816375f4b495d78be998176bd9d460e64fef12
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Tue Sep 28 19:39:00 2004 +0000
+
+    small bug fixes for the primitive symbols toolbar
+
+commit 5797b94f62646a1a06203df9bdccc812e6f172a9
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Tue Sep 28 19:37:55 2004 +0000
+
+    added first performance improvement: the insert clause is tested in group, not for each button
+
+commit 6b04c7902e76a207abe6e7252fc5df85aa93ff97
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Tue Sep 28 18:30:09 2004 +0000
+
+    `images' folder that will contain designed images
+
+commit a56d1c80b3c33185db23270c1536d7e45de26d99
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 28 15:53:55 2004 +0000
+
+    *** empty log message ***
+
+commit c8ad575739b787d749da568054df1464b975962e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 28 15:52:41 2004 +0000
+
+    (font-latex-match-font-inside-braces): Set actual numbers in the
+    match, not nil.  Fixes errors with `font-lock-multiline' enabled.
+
+commit 079dd579e92f29a1c30039239883842aefebdc07
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 28 15:22:45 2004 +0000
+
+    *** empty log message ***
+
+commit 635627c9be1b53dd2eea2efad58c7e8e50b39463
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 28 15:22:08 2004 +0000
+
+    Add change log entries and bump version
+    (font-latex-find-matching-close): Fix typo in last commit.
+
+commit 749b1b21ff0b2daf7d157e3e8f0e87e93d4bcb64
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 27 18:28:53 2004 +0000
+
+    * latex.el (LaTeX-top-caption-list, LaTeX-label)
+    (LaTeX-label-function, LaTeX-figure-label, LaTeX-table-label)
+    (LaTeX-default-format, LaTeX-default-position)
+    (LaTeX-equation-label, LaTeX-eqnarray-label, LaTeX-env-item)
+    (LaTeX-label-alist, LaTeX-label): Reconstitute damage from checkin
+    from 2004-09-19
+    
+    * font-latex.el (font-latex-find-matching-close): Simplify.
+    
+    * latex.el (LaTeX-math-default): Use `W in math mode for the Omega
+    letter.
+    
+    * tex.el (TeX-find-macro-start-helper): Simplify.
+    (TeX-find-macro-end-helper): Simplify.
+    (TeX-find-macro-end-helper): Stop if `forward-sexp' fails.
+    
+    * doc/todo.texi (Wishlist): Macro spell checking mentioned.
+
+commit a63c4c53d0665b86c52a62c69f910cb9c0ff8b00
+Author: Miguel V. S. Frasson <mvsfrasson@gmail.com>
+Date:   Sun Sep 26 20:53:02 2004 +0000
+
+    Initial elisp files for the toolbar
+
+commit f031b1e788dff56f0fe8193802dfe5f13687c918
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Sep 24 09:17:37 2004 +0000
+
+    *** empty log message ***
+
+commit 0cd6113e594c8c1220e4c50f13974497faec2901
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Sep 24 09:17:25 2004 +0000
+
+    Add `--(en|dis)able-build-dir-test' switch to allow disabling
+    `VALID_BUILD_DIR'.
+
+commit 9d46f8622dcf3b9226e5b4b652f1bb0046cdaa8c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Sep 22 16:22:09 2004 +0000
+
+    Add change log entry and bump version.
+
+commit d63148d932c44e65b55f8d9864aff72406398cec
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Sep 22 16:20:05 2004 +0000
+
+    *** empty log message ***
+
+commit 374ed2d1f6a13ac3dfc67369fdf1cd1dead68090
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Sep 22 16:19:52 2004 +0000
+
+    (font-latex-keywords-2): Use function
+    `font-latex-match-script' instead of regexp directly.
+    (font-latex-fontify-script): Doc fix.
+    (font-latex-match-script): Reintroduce.
+
+commit d71859c7047bb76aa655d3f24b0ed6d168d7da59
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Sep 22 16:19:34 2004 +0000
+
+    (VirTeX-common-initialization): Revert last change.
+
+commit ac3bcbdd9d8bc1b7e3c9ab015d5299804a178022
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 19 10:06:20 2004 +0000
+
+    *** empty log message ***
+
+commit eb2e8f66ac531b14eb53f86bad141a893d9f736b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 19 10:06:10 2004 +0000
+
+    (font-latex-set-syntactic-keywords): "*" is not
+    allowed as a \verb delimiter.
+
+commit b5f8d44817f2f97fc34ba2f7be0011e25ddc475b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 19 10:05:59 2004 +0000
+
+    (LaTeX-verbatim-macros): New variable.
+    (LaTeX-fill-move-to-break-point): Do not break inside of macros
+    defined in `LaTeX-verbatim-macros'.
+    (LaTeX-fill-newline): Do not trigger auto-fill.
+
+commit d5d0691bfa945ea9bd489a8054d3cbf329783907
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 19 10:05:41 2004 +0000
+
+    (Bugs): Another bug gone the way of the poodle.
+
+commit f4131651814d51f4c9d5bc2de6a575be2517a606
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 19 10:05:28 2004 +0000
+
+    (TeX-add-style-hook): Add "lstinline" to
+    `LaTeX-verbatim-macros'.
+
+commit 74ee9644494ade70b8b4cc55644a494a85b59711
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 18 20:15:41 2004 +0000
+
+    *** empty log message ***
+
+commit 3468a782ae608c9eb1fe0d40576ae80c8e94e157
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 18 20:14:07 2004 +0000
+
+    (LaTeX-fill-region-as-paragraph): Inhibit filling of "Local
+    Variables" section, if to be filled as a paragraph.
+
+commit 968e57cc089b0b7bb1f4af8c2d8974a614fb4199
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 18 20:12:33 2004 +0000
+
+    More bug squashing.
+
+commit 9dab0482b1aa2f7be63e4c6dd718f20778729f33
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 18 13:48:24 2004 +0000
+
+    *** empty log message ***
+
+commit df4d4c1cb9954b6631fedc56555586d46e28a38e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 18 13:48:12 2004 +0000
+
+    (LaTeX-indent-line): Use XEmacs' functions to deal with
+    extents/overlays.  Avoids dependence on overlay.el.
+
+commit 536923ba75427e8b1877bbf25b2972abcf38381f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 18 10:39:11 2004 +0000
+
+    *** empty log message ***
+
+commit 0ba3def8fc2aef60a8af21fd683d27128e76600b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 18 10:38:58 2004 +0000
+
+    (Bugs): Remove some obsolete bug descriptions.
+
+commit 70f89129b23a557d9c765ca7d69a46827f693ddf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Sep 18 10:38:45 2004 +0000
+
+    Add some (low-level) symbols for completion and
+    fontification.
+    (TeX-arg-urlstyle): New function.
+
+commit e4fa5e2681e09d7b3bf0071147a0903e448c2cdf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Sep 17 17:14:30 2004 +0000
+
+    *** empty log message ***
+
+commit 108f7057b0321acff6e4cea83dd865709b160fdf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Sep 17 17:12:48 2004 +0000
+
+    (font-latex-verbatim-environments): Change from
+    defvar to defcustom.
+    (font-latex-verbatim-environments-local)
+    (font-latex-verbatim-macros)
+    (font-latex-verbatim-macros-local): New variables.
+    (font-latex-set-syntactic-keywords): Use them.
+
+commit 412ddd1860107d88da27e574850e7f9c6b195c9e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Sep 17 17:11:54 2004 +0000
+
+    (STYLESRC): Add listings.el.
+
+commit 5701ee4c439dff2be59fd1db355db4f1ca1d976e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Sep 17 17:11:26 2004 +0000
+
+    Mention support for listings.sty.
+
+commit 024322764e808342f8cd891f6737dedc79c20798
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Sep 17 17:10:58 2004 +0000
+
+    New file.
+
+commit 7a286344d1cf7ac9ada6811bc580fb335783c500
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 16 21:45:18 2004 +0000
+
+    *** empty log message ***
+
+commit 98b744b5b775cea77c21ed7b6c3a09b409f781f7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 16 21:43:43 2004 +0000
+
+    (font-latex-commented-outp): Reimplement for better performance.
+
+commit d2fd75042cba616d7bede7c2d5a32aee0ed4cc79
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 16 21:42:14 2004 +0000
+
+    Streamline documentation of performance changes.
+
+commit cdd2b68ec3a05571f69271770aae0b1d9089acdb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 16 17:59:14 2004 +0000
+
+    *** empty log message ***
+
+commit 4d5b15fd649e0b2e7f8c79323e1479f8840773ca
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 16 17:56:40 2004 +0000
+
+    (VirTeX-common-initialization): Append our stuff to the end of
+    `find-file-hooks'.  Fixes problems with `auto-insert-mode'.
+
+commit 3fb52bcd587b968ce28aee486b43d1304fe070fc
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Sep 16 13:17:33 2004 +0000
+
+    Mention built fixes.
+
+commit 66949a487a329d092964fde24eb7db8854958246
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 16 11:23:17 2004 +0000
+
+    *** empty log message ***
+
+commit ff2222a90579c456d1f707f13c7e0a1b8471d277
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Sep 16 11:21:12 2004 +0000
+
+    (TeX-search-syntax-table): Make XEmacs happy.
+
+commit 3d51b82ef8f43259682e8fe8bc3352010b24643f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Sep 15 20:09:11 2004 +0000
+
+    *** empty log message ***
+
+commit 1a84a9126a0f6360a454b33c3c109a8130a7f68b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Sep 15 20:07:24 2004 +0000
+
+    (EMACS_LISP): quote ${emacs}, Windows....
+
+commit 848c3adefef21d4ce6e5aedfe5f7a41095ce9ad8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Sep 13 17:13:28 2004 +0000
+
+    *** empty log message ***
+
+commit 1cd4e1d4c718ed81d84ea7dd74c2a125bb1dbdc1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Sep 13 17:13:18 2004 +0000
+
+    Add changes from 11.51 up to now.
+
+commit fcd615b6b487ca1ea7910c7030b1271696ad1882
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Sep 13 08:38:35 2004 +0000
+
+    *** empty log message ***
+
+commit 79446a4f9eeaa46a6ba5cb530de2935b3a8b4173
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Sep 13 08:38:27 2004 +0000
+
+    (STYLESRC): Add style/url.el.
+
+commit 6726ec67da17adb54766721bd2a7739e38daa90f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Sep 13 08:38:16 2004 +0000
+
+    New file.
+
+commit b4dd332470ec5a3097de36aef560489ba1c71304
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 12 21:20:04 2004 +0000
+
+    *** empty log message ***
+
+commit 7ed065fd97889d8f5e1a1d2f6abd77417c4bc278
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 12 21:18:21 2004 +0000
+
+    (font-latex-keywords-1): Add highlighter for math
+    macros.
+    (font-latex-keywords-2): Use regexp for matching instead of
+    `font-latex-match-script'.
+    (font-latex-match-font-outside-braces): Add support for math, esp.
+    "\ensuremath".
+    (font-latex-match-script): Remove.
+    (font-latex-script): Fix check for present faces.  Add `texmathp'
+    check in case there is no math face present.
+
+commit 0f5c9f7569ce701678d8d7511b362893c74f1bbe
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Sep 9 19:16:58 2004 +0000
+
+    (texinputdirs): Strip leading "!!".
+
+commit 49633b60782db44a09c065da15ac11cd714fe7b7
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Sep 8 18:26:30 2004 +0000
+
+    (TeX-arg-input-file): Remove duplicates from the
+    completion list.  Simplify code by using `unless'.
+
+commit 5e1ea62c50768a69fba07c9c6d5c9a2e4b35bf18
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Sep 8 07:19:50 2004 +0000
+
+    *** empty log message ***
+
+commit a45c10652ed07d24270786d328e6adc37260be42
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Sep 8 07:19:36 2004 +0000
+
+    (Texinfo-insert-node): New function.
+    (Texinfo-mode-map): Use it.
+
+commit 8cd317f309eeac74bbe4f971339c43a30e3fce83
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Tue Sep 7 12:34:20 2004 +0000
+
+    *** empty log message ***
+
+commit c0fd779d22f18a50988a701a5f8800cbaa56b40d
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Tue Sep 7 12:33:58 2004 +0000
+
+    (EMACS_LISP): Sync echo output with real emacs invocation.
+
+commit 09ab408bde1413f114a0ac2750112dfdfa917911
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 7 08:28:07 2004 +0000
+
+    *** empty log message ***
+
+commit c1c254661e9f480268d061491087ddb2638fca50
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Sep 7 08:27:56 2004 +0000
+
+    (Texinfo-insert-environment): Add a space between
+    inserted "@end" and environment name in case of active region.
+
+commit f765a5e2bb5133b6210c05e3f5063dca4c37c1b8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 5 20:42:18 2004 +0000
+
+    *** empty log message ***
+
+commit 982fddcf21a1c7fa68c23494898fdd1812113fff
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Sep 5 20:40:02 2004 +0000
+
+    (TeX-search-syntax-table): New function and variable.
+    (TeX-find-balanced-brace): New function.
+    (TeX-find-closing-brace): Use `TeX-find-balanced-brace'.
+    (TeX-find-opening-brace): Ditto.
+    (TeX-find-macro-boundaries): Add `lower-bound' argument.
+    (TeX-find-macro-start-helper): Add `limit' argument.
+    (TeX-find-macro-start): Ditto.
+
+commit 52c1340685564a691c70c484fc6c71711625391c
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Aug 31 12:40:23 2004 +0000
+
+    * doc/changes.texi: Add `LaTeX-includegraphics-read-file'.
+    Mention use of `start' for MikTeX and fpTeX.
+    
+    * latex.el (LaTeX-includegraphics-read-file): New variable.
+    
+    * tex.el (TeX-delete-dups): New defun or defalias.
+    
+    * style/graphicx.el (LaTeX-includegraphics-read-file-TeX): Renamed
+    from `LaTeX-includegraphics-read-file'.  Remove duplicates using
+    `TeX-delete-dups'.
+    (LaTeX-includegraphics-read-file-relative): Insert relative
+    filename.  From Dan Nicolaescu <dann@ics.uci.edu>.
+    (LaTeX-arg-includegraphics): Use funcall for image-file.
+
+commit a3026c149ab5b8d85a3612647886e8ba9fb365ee
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 28 21:40:22 2004 +0000
+
+    Release_11.53
+
+commit 60a46aa4ea33e281c77b6e0014e67944647ddafe
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 28 21:37:00 2004 +0000
+
+    *** empty log message ***
+
+commit 14d03ecc1310d7842f988747fbf918cfe2ed5a61
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 28 21:32:51 2004 +0000
+
+    *** empty log message ***
+
+commit 00916e29a8e9fc2227a07092cb598cdb35d53531
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 28 21:30:19 2004 +0000
+
+    Bump version.
+
+commit 199924578a9444dde4cbc114baf99fabd8dcc352
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 28 21:26:53 2004 +0000
+
+    Bump version number.
+
+commit e41ea8a47d2a44905cad0f2f0553de310f2c0d7c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 28 21:22:56 2004 +0000
+
+    (Version): bump to 11.53.
+
+commit 33bb747310132fe7c4c64c4558f326f0a4f1f6c3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 28 21:20:13 2004 +0000
+
+    Bump version to 11.53.
+
+commit 881eccd07e21991b117e7268114d86da3e335a2c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 28 14:51:30 2004 +0000
+
+    *** empty log message ***
+
+commit b426638562309215797affd3e42d45e207fc927b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 28 14:51:21 2004 +0000
+
+    (install-el): Fix typos.
+
+commit 65c0e98ef9bdec7de73d1a197b2ea43a5e20f298
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 27 19:38:34 2004 +0000
+
+    *** empty log message ***
+
+commit 7924dd77060f9b18c197d0cbebeb734235056d30
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 27 19:38:23 2004 +0000
+
+    (font-latex-find-matching-close): Add missing paren.
+
+commit 2f2a580f09a22be5a21ca4436981080754c6ecb4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 27 19:37:54 2004 +0000
+
+    (TeX-fold-preserve-comments): New variable.
+    (TeX-fold-buffer-type): Use it.
+
+commit 3e9d1dc6f33ef7e6bdc388d6dbd903888079c693
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Aug 27 17:57:07 2004 +0000
+
+    * tex.el (TeX-kpathsea-format-alist): Added LaTeX-includegraphics-extensions.
+    (TeX-search-files): Fix non-kpathsea case.
+    
+    * style/graphicx.el (LaTeX-includegraphics-read-file): Use
+    completion based on TeX-search-files.
+
+commit 111ba54127db875baa818afa20a1dc613ad35dc8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 27 16:52:19 2004 +0000
+
+    *** empty log message ***
+
+commit ee72d517e8fe09ebcc96d35aa9cff56764472982
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 27 16:52:06 2004 +0000
+
+    (font-latex-find-matching-close): Correctly recognize multiple
+    escape characters.
+
+commit 5c1f84828697322519254d721b2d020782cae9c8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 27 13:29:06 2004 +0000
+
+    *** empty log message ***
+
+commit c4dd1ae9ee7c73141ec3b7456a5204b5dab4e416
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 27 13:28:54 2004 +0000
+
+    (font-latex): Add to AUCTeX's customization group.
+
+commit 7319586ba7e3e6f0dc110707744044d908581221
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Aug 26 12:37:44 2004 +0000
+
+    *** empty log message ***
+
+commit 8f95c216c66c98f05595001e0d25fe7e08eedae2
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Aug 26 12:37:24 2004 +0000
+
+    (japanese-slitex-mode): Removed obsolete autoload
+    of slitex.
+
+commit 87b22b0032ef21da953f1e1df19c144a8c38ebc0
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Aug 26 12:30:55 2004 +0000
+
+    (japanese-slitex-mode): Removed obsolete autoload of
+    slitex.
+
+commit f909b766a0e876490ddbf195c57bd87e17ec2f27
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Aug 26 12:10:35 2004 +0000
+
+    Use TeX-defun.
+
+commit 58b9fa0293994344937f2f189d1c386ac0558abd
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Aug 26 12:09:58 2004 +0000
+
+    *** empty log message ***
+
+commit 01a4a08d3413baafd2c698b1a23674d1c5143b06
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 26 08:33:07 2004 +0000
+
+    *** empty log message ***
+
+commit 52d864320e861d20159749235bd8a6dfb17315bd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 26 08:32:54 2004 +0000
+
+    Use `start' instead of the respective executable for
+    PostScript, PDF and HTML files.
+
+commit 3ac641857beeeba199a8f23f4431b3db95061dfc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 25 19:43:03 2004 +0000
+
+    (TeX-find-opening-brace): Improve performance a little more.
+
+commit 0546896fb175a11c1dbea60b420045e8cf5758a3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 25 16:05:04 2004 +0000
+
+    *** empty log message ***
+
+commit 4bf04df24839623826c4f4e2f22b13a78713fa98
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 25 16:02:41 2004 +0000
+
+    (TeX-find-opening-brace): Improve performance.
+
+commit 2242640916bb2a3196e194d4aa16af8d0fdafc22
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 14:55:10 2004 +0000
+
+    quoting, quoting
+
+commit e1d276e35f9dd37895cfeeada8198c61ab303649
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 25 14:21:27 2004 +0000
+
+    *** empty log message ***
+
+commit fdbe2a0c55c7d0e0e1a23a97039036723dbf8a77
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 25 14:19:10 2004 +0000
+
+    (TeX-find-macro-boundaries): Detect the start of any
+    macro, not just those consisting of [A-Za-z@].
+    Remove some superfluous `goto-char' calls.
+    (TeX-find-macro-start-helper): Reimplement once again.  Original
+    patch by David Kastrup; slightly modified.  Doc fix.
+    (TeX-find-macro-end-helper): Doc fix.  Handle macros not
+    consisting of [A-Za-z@] correctly.
+
+commit 1d63e3cdecd34c9adc669c8ecf4bf85d7462ebe6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 12:26:04 2004 +0000
+
+    test does not want so many arguments
+
+commit e58719ebb1821478cadc52ee84a1b137e56c2804
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 12:12:01 2004 +0000
+
+    *** empty log message ***
+
+commit c2a7f7270b9548364e0c74aa2195caeddd384c5f
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Aug 25 12:06:58 2004 +0000
+
+    Autoload `TeX-process-set-variable' and `TeX-region-file'.
+
+commit 9ca9f654a5581d3ea25fc2d2539662478cdaf74d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 11:54:04 2004 +0000
+
+    EMACS_PATH_LISPDIR: Expand lispdir if relative to binary.
+
+commit 70d52d717391b6818012ff4c3ca81d5240f4d756
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 11:46:01 2004 +0000
+
+    EMACS_PATH_LISPDIR: Quote lispdir, and deal with exec_prefix
+
+commit fe896b99357e9986a689dcb48b4ddfe33e525918
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 11:19:18 2004 +0000
+
+    add missing bracket
+
+commit fac103b7a3885fec12c4befac87d81a7f3296c2c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 10:50:31 2004 +0000
+
+    *** empty log message ***
+
+commit 44fcb3de98e0dcae723b4c5776634e7f818797c2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 10:49:27 2004 +0000
+
+    Fix xemacs<->emacs mistake, restore path searching when --without-packagedir is given
+
+commit 6cd3f22554c4e938dc7862e6d7e8174019c0c0e3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 10:40:42 2004 +0000
+
+    *** empty log message ***
+
+commit f14401616a23254a89f15d6525d2c1480a82db51
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 10:38:59 2004 +0000
+
+    enable --without-packagedir
+
+commit a13d7421cee2cdeef27d846abc6fa42c30dee059
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 10:01:17 2004 +0000
+
+    *** empty log message ***
+
+commit 71df0b31304479c4854261b13a18966f2f716063
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 25 10:00:29 2004 +0000
+
+    Barf if packagedir not found, don't bother with load-path on xemacs' lispdir
+
+commit 1403df9c3253643091c37c0e5f253189b7e110c9
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 25 00:40:55 2004 +0000
+
+    * tex-buf.el (TeX-command): Call `TeX-process-set-variable' with
+    correct options, so that the viewer command is next unless
+    overridden.
+    
+    * tex.el (TeX-set-mode-name): Set `TeX-command-next' in the
+    buffers where they actually count.
+
+commit 46cd8ff8cb32a0633f9c6c506fc7437ea4b2bcc8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 24 20:27:12 2004 +0000
+
+    *** empty log message ***
+
+commit 65a3ee4a8723e142150208da71e01a8496892aac
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 24 20:27:01 2004 +0000
+
+    (VirTeX-common-initialization): Use "%" instead of
+    `comment-start' for `comment-start-skip'.
+    (TeX-find-opening-brace): Do not use an inverse matcher but negate
+    the whole expression.
+    (TeX-find-macro-start-helper): Reimplement.  Should be much faster
+    now.
+
+commit 8de90f366fcc141671219fbbe70341e6072839df
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Aug 24 14:12:08 2004 +0000
+
+    * doc/auctex.texi (Mathematics): Add `LaTeX-math-menu-unicode'.
+    (Changes): Refer to `history.texi' _after_ the newer changes.
+    
+    * doc/changes.texi: Added versions 11.51-11.53.
+
+commit 4286178dce12aeee7a5fcee5c2576e0d10268d16
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 24 12:21:35 2004 +0000
+
+    *** empty log message ***
+
+commit 3ac7a4a879ec0b49905361ad31a1585c2a5f1f36
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 24 12:21:23 2004 +0000
+
+    (LaTeX-current-environment): Use
+    `buffer-substring-no-properties'.
+    (LaTeX-indent-line): Revert last change.  Only multi-line overlays
+    at the start of a line are affected by the XEmacs bug.
+
+commit c621eaebed9a9f8a0d2fba75b236f81032446815
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 24 12:21:09 2004 +0000
+
+    (Texinfo-environment-list): Add "command" macro.
+
+commit cb6479d59ed9124f47368b5d3f813ef82957d1d4
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Aug 24 11:29:51 2004 +0000
+
+    (Prerequisites): Add `easy-mmode.el' update for XEmacs.
+
+commit 57ccf3221c18e5042f62dcd7e66537bf6a52dbb3
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 23 13:20:48 2004 +0000
+
+    * latex.el (LaTeX-indent-line): Get all overlays, not just one.
+    (LaTeX-math-default): Add iota.
+    (LaTeX-math-default): Use different symbol for triangle.
+    (LaTeX-math-default): Don't use `?\S-e' for `?E'.
+    
+    * latex.el (LaTeX-section): Use an active region as title if available.
+    (LaTeX-section-title): Prompt with title if present.  Should we
+    ask at all?
+    (LaTeX-math-list): Add Unicode code point.
+    (LaTeX-math-menu-unicode): New customization variable for unicode
+    in math menu.  Only set in GTK Emacs for now.  Does not work on
+    XEmacs.  Use it for initializing the menus.  Also prefix menu
+    points with backslash.
+
+commit 764b8bdba988a9ba4b48edab1ccfb30ead299b3e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 23 12:48:31 2004 +0000
+
+    * latex.el (LaTeX-indent-line): Get all overlays, not just one.
+    (LaTeX-math-default): Add iota.
+    (LaTeX-math-default): Use different symbol for triangle.
+    
+    * latex.el (LaTeX-section): Use an active region as title if available.
+    (LaTeX-section-title): Prompt with title if present.  Should we
+    ask at all?
+    (LaTeX-math-list): Add Unicode code point.
+    (LaTeX-math-menu-unicode): New customization variable for unicode
+    in math menu.  Only set in GTK Emacs for now.  Does not work on
+    XEmacs.  Use it for initializing the menus.  Also prefix menu
+    points with backslash.
+
+commit 51e0ed1315b70430070137915c74e18531a45773
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 23 12:45:14 2004 +0000
+
+    * tex.el (TeX-match-buffer): Use `buffer-substring-no-properties'
+    (TeX-in-commented-line): Use `skip-chars-forward' and `forward-line'.
+    (TeX-in-line-comment): Use `forward-line'.
+    (TeX-brace-count-line): Use `skip-chars-forward'.
+    
+    * latex.el (LaTeX-section): Use an active region as title if available.
+    (LaTeX-section-title): Prompt with title if present.  Should we
+    ask at all?
+    (LaTeX-math-list): Add Unicode code point.
+    (LaTeX-math-menu-unicode): New customization variable for unicode
+    in math menu.  Only set in GTK Emacs for now.  Does not work on
+    XEmacs.  Use it for initializing the menus.  Also prefix menu
+    points with backslash.
+
+commit 486cf649fe121c25089b13a28b1ee0de6a9b9679
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 23 08:53:41 2004 +0000
+
+    Some updates.
+
+commit 15b988b95b694ccfe918539203854227e4500a3e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 22 22:39:44 2004 +0000
+
+    *** empty log message ***
+
+commit 41f8c3e82ea62b722acf6d8f487b83b6768ed653
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 22 22:38:49 2004 +0000
+
+    (LaTeX-section): Use an active region as title if available.
+    (LaTeX-section-title): Prompt with title if present.  Should we
+    ask at all?
+    (LaTeX-math-list): Add Unicode code point.
+    (LaTeX-math-menu-unicode): New customization variable for unicode
+    in math menu.  Only set in GTK Emacs for now.  Does not work on
+    XEmacs.  Use it for initializing the menus.  Also prefix menu
+    points with backslash.
+
+commit 55b4ce19a87d919119220994fc171c476651202b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 22 22:32:15 2004 +0000
+
+    (.PHONY): Declare a bunch of phony targets to
+    protect against users making files/directories with that name (in
+    particular "lisp").
+
+commit b2fad8236a5641204041dad369cbb4cc7d3c220a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 22 16:45:21 2004 +0000
+
+    * style/italian.el ("italian"): Don't overwrite existing local
+    variable settings.
+    
+    * style/ngerman.el ("ngerman"): Don't overwrite existing local
+    variable settings.
+    
+    * style/german.el ("german"): Don't overwrite existing local
+    variable settings.
+    
+    * tex.el (TeX-set-mode-name, TeX-PDF-mode): XEmacs needs two
+    arguments for `local-variable-p'.
+
+commit 4d22957b51dfe1cfb721aeddf8d1770dfa369ba8
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat Aug 21 16:40:42 2004 +0000
+
+    * doc/install.texi: Markup fixes, see "(texinfo)command".
+    
+    * doc/wininstall.texi: Ditto.
+
+commit 6132bb6e3d6e3f73ea04b62bf4138698ef6d121d
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 04:25:54 2004 +0000
+
+    (desktop): Save TeX-Omega-mode, too.
+
+commit e5002fe8af16d07ae0891bf7bdcdc576af99aa4a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 03:33:22 2004 +0000
+
+    (full-release): Source rpm is auctex, not
+    auctex-emacs.
+
+commit 585de6ab379d765aea5db7fb4db6d0a0773b9181
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 03:16:38 2004 +0000
+
+    (Provides): Provide auctex as well to satisfy
+    preview-latex.  create package emacs nevertheless.
+
+commit 4101872419f4b8eb9a93355eb83ee5b0e27ebcdf
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 02:41:27 2004 +0000
+
+    *** empty log message ***
+
+commit 99df5e7fbc76631f70dfe3a9cf2b4ba9ffe07b3f
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 02:21:36 2004 +0000
+
+    Doc fix.
+
+commit 49bf653446fc207d699ddc83882bceaa7baa74ca
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 02:15:26 2004 +0000
+
+    Correct doc generation.
+
+commit e3ea2bddbe2d3c0e566a64beaf53866b31d39548
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 02:06:44 2004 +0000
+
+    Fix up the location of the docs dir.
+
+commit 8f9e496d558938cfd856bb6d51e20b6d3e5187e1
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 01:32:01 2004 +0000
+
+    package auctex-emacs-* rpms
+
+commit 73c5bbc69a2bfdd25aca238d46b2e8d845c91f60
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 01:23:35 2004 +0000
+
+    Add /var/auctex/.nosearch to saved files.
+
+commit 9d17a2d61aee3db1698dc381fa0c8e133ac3a06a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 01:12:13 2004 +0000
+
+    Correct build dir.
+
+commit 88f8826e74533a99e0e272921b3eb89fbd67362b
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 01:00:34 2004 +0000
+
+    Spec file changes.
+
+commit 0ef91cfe49d6c1928d93954f2264e11e9204d2b6
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 00:35:08 2004 +0000
+
+    Release_11.52
+
+commit 3cb7965c56de29eff195239aa19a6418c3d6ec20
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 20 00:32:59 2004 +0000
+
+    * tex.el (AUCTeX-version): move to front and also eval when
+    compiling.  Other version info moved, too.
+    (TeX-defun): Macro for putting version info into definition.
+    (plain-tex-mode): Use `TeX-defun'.
+    (ams-tex-mode): Use `TeX-defun'.
+    
+    * tex-info.el (texinfo-mode): Use `TeX-defun' for getting version
+    info into mode doc.
+    
+    * latex.el (latex-mode): Use `TeX-defun' for getting version info
+    into mode doc.
+    
+    * context.el (context-mode): Use `TeX-defun' for getting version
+    info into mode doc.
+    
+    * auctex.spec (BuildRoot): New naming scheme.
+    
+    * RELEASE: Add `DESTDIR' blurb.
+
+commit fddb07fc86f25f202f5d0cfe237b84c3450c6c4b
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 22:13:14 2004 +0000
+
+    Ok, some edits sneaked in after all.
+
+commit 363c0c108e753ce2ed46d36ec75dc4a25080eee8
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 21:56:39 2004 +0000
+
+    Release_11.52
+
+commit e0074210beb658446ffbea86811460c3d4ce64d3
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 21:46:42 2004 +0000
+
+    Change `tex-site.el' to overwriting config file
+    mode.
+
+commit 0b1926448ea6b9abcc467b2a0e96ab51f80e13fb
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 21:31:24 2004 +0000
+
+    * tex.el (plain-tex-mode): Move menu initializiation here instead
+    of `plain-TeX-common-initialization'.  We don't want "TeX" menus
+    in `ConTeXt-mode' or `AmSTeX-mode'.
+    (plain-TeX-common-initialization): remove `easy-menu-add' here.
+    (TeX-common-menu-entries): Change "Customize" strategy again.
+    (plain-TeX-menu-entries): Move from `plain-TeX-menu'.
+    (plain-TeX-mode-menu): Use `plain-TeX-menu-entries'.
+    (AmSTeX-mode-map): Derive from `TeX-mode-map' not
+    `plain-TeX-mode-map'.
+    (AmSTeX-mode-menu): Define menu for `AmSTeX-mode'.
+    (ams-tex-mode): Add menus in proper order.
+    
+    * tex-info.el (texinfo-mode): Swap order of `easy-menu-add'.
+    
+    * latex.el (LaTeX-common-initialization): Swap order of
+    `easy-menu-add'.
+    
+    * context.el (ConTeXt-mode-common-initialization): Swap order of
+    `easy-menu-add', move `major-mode' init to front.
+    
+    * latex.el (LaTeX-common-initialization): Exchange order of
+    `easy-menu-add' to get better menu layout in XEmacs.
+
+commit c18accb13babed7d83290a719691af4c3e5cad7c
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 17:42:47 2004 +0000
+
+    (AmSTeX-mode-map): Derive from plain-TeX-mode-map so that
+    Emacs users get a "TeX" menu.  Even if it is in a strange place.
+
+commit bd365a6d481d98fc79e0ce1b2c75894a9f2a9646
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 17:20:52 2004 +0000
+
+    * latex.el (LaTeX-mode-menu): Use `TeX-common-menu-entries'.
+    
+    * tex-info.el (Texinfo-mode-menu): Use `TeX-common-menu-entries'.
+    
+    * tex.el (ams-tex-mode): Add `plain-TeX-mode-menu' here.  Doh.
+    
+    * context.el (ConTeXt-mode-menu): Use `TeX-menu-with-help' instead
+    of `TeX-maybe-remove-help'.
+    (ConTeXt-mode-menu): Use `TeX-common-menu-entries'.
+    
+    * tex.el (TeX-customization-menu): Save the customization menu
+    here when generated, so that we have it available in all modes.
+    (TeX-common-menu-entries): The common menu entries for TeX modes.
+    (plain-TeX-mode-menu): Use `TeX-common-menu-entries'.
+
+commit 9de3399178b806466ba4fd832e4b69db7c55777a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 19 17:09:37 2004 +0000
+
+    (description): Overhauled.
+
+commit e3b91b02a90e53ffa7ebb3f8350eb4549b704bfd
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 19 17:04:43 2004 +0000
+
+    * doc/install.texi: Markup fixes, see "(texinfo)command".
+    
+    * doc/wininstall.texi: Ditto.
+
+commit 804550d56eb83ba30ff5082fa9b1693f5822f373
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 16:26:13 2004 +0000
+
+    * configure.in: export `localstatedir'.
+    
+    * Makefile.in (localstatedir): import `localstatedir'.
+
+commit a989099e4cca0aeba051b7a7f46720a61ee5ab97
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 19 14:50:08 2004 +0000
+
+    *** empty log message ***
+
+commit e02f6b636fa2335bfcaa687d0fe9aebe5dea29ae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 19 14:49:59 2004 +0000
+
+    (Customizing): tex-site.el should be edited no
+    more.  Customize should be used instead.  Relevant variables are
+    determined during configuration now.
+    Mention build/installation commands for contributed files.
+
+commit 552216d3fef9751d69567976a7349c12a26c0ddb
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 13:44:10 2004 +0000
+
+    * aclocal.m4: `putative-existing-lisp-dir' is not a package
+    directory if `lisp' is not a path component.  Normalize
+    whitespace.
+    Remove trailing slash from packagedir.
+
+commit 1d16e4cd89d4917104ae6aad8fd5aa958b8db7cd
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 19 13:42:05 2004 +0000
+
+    Fixes for SuSE.
+
+commit 47075edf94c833dcafa87edf6b10fcbe29a196dc
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 12:12:55 2004 +0000
+
+    * aclocal.m4: `putative-existing-lisp-dir' is not a package
+    directory if `lisp' is not a path component.  Normalize
+    whitespace.
+    
+    * aclocal.m4: Really remove trailing slashes/backslashes.
+    Don't expand `lispdir'.
+    (library): Surround `texinputdirs' with quotes.  Output it
+    enclosed in parens.
+    (library): Let `autodir' refer unexpanded to `localstatedir'.
+    Add some quoting in patterns.
+
+commit e33fdf08feccd81d36ba062913fcc36c1f8420d9
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 01:51:32 2004 +0000
+
+    * tex-site.el.in (TeX-macro-global): Don't quote texinputdirs
+    additionally.
+    
+    * aclocal.m4: Really remove trailing slashes/backslashes.
+    Don't expand `lispdir'.
+    (library): Surround `texinputdirs' with quotes.  Output it
+    enclosed in parens.
+    (library): Let `autodir' refer unexpanded to `localstatedir'.
+    Add some quoting in patterns.
+
+commit 7ae6443497ef178d14770461c81b4e904deaaf15
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 19 00:30:40 2004 +0000
+
+    * aclocal.m4: Really remove trailing slashes/backslashes.
+    Don't expand `lispdir'.
+    (library): Surround `texinputdirs' with quotes.  Output it
+    enclosed in parens.
+    (library): Let `autodir' refer unexpanded to `localstatedir'.
+    
+    * doc/Makefile.in (DESTDIR): introduce `DESTDIR' into installation
+    targets.
+    
+    * Makefile.in (DESTDIR): introduce `DESTDIR' into installation
+    targets.
+
+commit 38f86b77a9c5e822dd407b0cfb044c0a2a15d789
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 18 21:31:06 2004 +0000
+
+    * tex-fold.el (TeX-fold-buffer-type): Don't use `end-of-buffer' as
+    it plays around with the current window point.
+    
+    * Makefile.in (auctexdir, styledir): Use `${...}' for symmetry
+    with aclocal.m4
+    
+    * aclocal.m4: Use `${...}' instead of `$(...)' everywhere.
+
+commit 939375f53d9d47d5c367ed379a612491d6401d74
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 18 18:43:31 2004 +0000
+
+    Release_11.52
+
+commit ad92cf3600cebbd85e6c8ecd163dc7ec002c02c9
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 18 16:56:39 2004 +0000
+
+    Shell-quote autodir.
+
+commit ed048e0eba55164f904ad7f8fed714f025c62edf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 18 14:23:00 2004 +0000
+
+    *** empty log message ***
+
+commit 1cc23f98ed7a4e660bff036268a7494f74bc8f0a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 18 14:22:52 2004 +0000
+
+    Bump version and add change log entry.
+
+commit 400669f91be48abdd2df6bd1755dee026e08812c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 18 14:05:08 2004 +0000
+
+    Fix typos.
+
+commit 8921eff3294c10edecab175fa89538439a92763a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 18 14:00:36 2004 +0000
+
+    *** empty log message ***
+
+commit 6d3757a5928e4ac56ad3952eb30cea05d1df9b9d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 18 13:54:15 2004 +0000
+
+    print expanded lispdir
+
+commit 0e23b460e19215ee88bb9c2948c6f7acbc977c70
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 18 13:42:59 2004 +0000
+
+    Some minor changes.
+
+commit b19c55a4c89baf185debf7540e3cd150e4c4dfc1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 18 13:08:07 2004 +0000
+
+    *** empty log message ***
+
+commit 0ebc07bf1ba2d4e52b8d0775dd8fccd2659a2f4c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 18 13:07:59 2004 +0000
+
+    Change version to 11.52.  Replace old feature/bug
+    information.
+
+commit ee3aff2fb43d177d133287be887b3925d3c87609
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 18 13:07:50 2004 +0000
+
+    (font-latex-script): Disable raising of characters
+    for older Emacsen.  Original patch by Reiner Steib.
+
+commit 8981376615a515fe7abaf2e855d311474f2c6e2e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 18 13:07:38 2004 +0000
+
+    (TeX-fold-unfolded-face): Make it look more blueish
+    on displays with 24bit color depth.
+    (TeX-fold-buffer-type): Use either a complemented character
+    alternative to be on the save side or "\\_>" on Emacsen which
+    support it.
+
+commit 4370b41c0ff1d985c322d1cb09f458f6326a228c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 17 12:24:46 2004 +0000
+
+    *** empty log message ***
+
+commit 249fcbb97cee0ef371e47abe4d7e702b4e75c0e7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 17 12:24:23 2004 +0000
+
+    (TeX-fold-buffer-type): Fix compile errors and add further match
+    alternatives.
+
+commit a08952a4a9a216f478061316022db71c2811b743
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Aug 17 11:49:08 2004 +0000
+
+    Various checkdoc-related fixes.
+
+commit 04c8b1b842db20978f37166be9a0e93eee811ea6
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Aug 17 11:41:18 2004 +0000
+
+    (texmathp-tex-commands-default): Added \label.
+
+commit a9b53fbca575e254dcb0733579f54c41ec31e902
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 17 09:37:56 2004 +0000
+
+    *** empty log message ***
+
+commit 38c1a50369575480b370076c0cec768a6c92ff1b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 17 09:37:46 2004 +0000
+
+    (Version): Change to 11.52.
+
+commit e6b6634fb2d24c0283c31c8d5bec4417c0194938
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 17 09:37:38 2004 +0000
+
+    Change AUCTeX version to 11.52.
+
+commit d5b519b5fce6034725847b972427e0c06d0bcfdb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 17 09:37:29 2004 +0000
+
+    (TeX-fold-buffer-type): Use alternative way to
+    determine end of search pattern.  Fixes problem with starred
+    macros.
+    (TeX-fold-item): Recognize starred macros as well.
+    XEmacs does not know `match-string-no-properties'.
+    (TeX-fold-make-overlay): Do not alter `display-string' before
+    `face' is set.
+    (TeX-fold-hide-item): Get only the string part of
+    `display-string'.
+
+commit 23091a784f5f822f44500de483ad6059f4424155
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 17 09:37:20 2004 +0000
+
+    Fix typo in comment.
+
+commit 77c3335f064e75d1f287f3c504d856405ff8e64f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 17 09:37:08 2004 +0000
+
+    (TeX-fold-menu): Wrap value in `TeX-menu-with-help'.
+    Fixes XEmacs start-up error.
+
+commit 378eab681f825c0b843ec9b35c723f060c22ea85
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 17 00:29:25 2004 +0000
+
+    (full-release): Fix a few things.
+
+commit 9e4b624723393d3f2411c387f7aebd82d5b6f7d4
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 17 00:00:27 2004 +0000
+
+    *** empty log message ***
+
+commit 6261358a6563bd54d230b1ea9ba34ef56f05e77e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 16 23:43:04 2004 +0000
+
+    Release_11.51
+
+commit 6e50c022e5269a4adab3409a029c62a321041b2b
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 16 23:41:04 2004 +0000
+
+    Quote when expanding and remove trailing backslash,
+    too.
+    (library): Don't check for $PWD but for default-directory.
+
+commit 05053ff53d209104d532376ac7728affa1dcd40f
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 16 21:36:05 2004 +0000
+
+    * doc/tex-ref.tex (section{Font Selection}): Add italic
+    corrections and small-caps entry.
+    
+    * tex.el (info): Add more prefixes to `Info-file-list-for-emacs'.
+    
+    * tex-jp.el (japanese-TeX-command-list): Comment addition.
+    
+    * RELEASE: Add availability and update release notes.
+    
+    * Makefile.in (RPMROOT): New variable.
+    (tar-ball): Clean up `$(FTPDIR)' and `$(WWWDIR/doc)' before
+    installation.
+    (full-release): New target that does RPM building, signing and
+    other stuff for upload.
+    (patch): gzip the patch.
+    
+    * auctex.spec: Add definition stuff for SuSE.
+    (BuildRoot): Don't specify infodir when it is not used.
+
+commit be017c5454f60511b4ffdb1f3af143c3e8084186
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Aug 16 14:31:14 2004 +0000
+
+    *** empty log message ***
+
+commit 985ff66fbfcafbc6156d7886d3c4af4ed8d228a9
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Aug 16 14:27:03 2004 +0000
+
+    Add "${prefix}/bin" for Windows users
+
+commit 3f0627383125484ea24f6b6a42018c55d65efa7d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 16 12:19:28 2004 +0000
+
+    *** empty log message ***
+
+commit c3d318fd4f527d93a304a23cc8ed24818af98d73
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 16 12:19:20 2004 +0000
+
+    (distclean): Get rid of autom4te.cache.
+
+commit ae8fc5ee7a23d18e24603e63b45f4e8c84dfeb68
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Aug 16 12:04:42 2004 +0000
+
+    *** empty log message ***
+
+commit 0b726564b97177adba76f9d17832d17b0399284e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Aug 16 11:56:44 2004 +0000
+
+    Remove trailing slash from lispdir_expanded elisp string
+
+commit 5d6f0eeabd85a69f4cd8d6e00e83ddb48bf63270
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 16 06:32:28 2004 +0000
+
+    *** empty log message ***
+
+commit 645c9eeccd914fdd091a4fa3eda82e597b510760
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 16 06:32:17 2004 +0000
+
+    (VALID_BUILD_DIR): New function.
+
+commit 002099b57591dca24f04459d8ce4cb2669488556
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 16 06:32:09 2004 +0000
+
+    (Version): Change to 11.51.
+
+commit 2d94e4eaec495a0b3119168a51892ac6d2803ce6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 16 06:32:01 2004 +0000
+
+    Use `VALID_BUILD_DIR' from configure.in.
+    Change AUCTeX version to 11.51.
+
+commit 0ed07c30331073824d13419b21be6e325a985ee3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 16 06:31:16 2004 +0000
+
+    Change AUCTeX version to 11.51.
+
+commit 93f0695f9e0ea58347b089c72bf8ec953ecb4335
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 15 20:12:20 2004 +0000
+
+    * tex-info.el: Change Copyright notice to FSF
+    
+    * tex-mik.el: Change Copyright notice to FSF
+    
+    * tex.el: Change Copyright notice to FSF
+    
+    * font-latex.el: Change Copyright notice to FSF
+    
+    * latex.el: Change Copyright notice to FSF
+    
+    * tex-info.el: Change Copyright notice to FSF
+    
+    * tex-mik.el: Change Copyright notice to FSF
+    
+    * tex.el: Change Copyright notice to FSF
+
+commit 6733b88ba70c5c645d40f1e68758df0ab2ac1611
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 15 20:11:21 2004 +0000
+
+    * font-latex.el: Change Copyright notice to FSF
+    
+    * multi-prompt.el: Change Copyright notice to FSF
+    
+    * tex-buf.el: Change Copyright notice to FSF
+    
+    * tex-site.el.in: Change Copyright notice to FSF
+    
+    * style/scrartcl.el: Change Copyright notice to FSF
+    
+    * style/scrbook.el: Change Copyright notice to FSF
+    
+    * style/scrlttr2.el: Change Copyright notice to FSF
+    
+    * style/scrreprt.el: Change Copyright notice to FSF
+    
+    * latex.el: Change Copyright notice to FSF
+
+commit f27e14d5df01741bde2ed83fca3967a41dac8a9a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 15 18:33:23 2004 +0000
+
+    bib-cite.el: Change Copyright notice and URLs.
+    
+    latex.el (LaTeX-common-initialization): Don't set
+    `selective-display'.
+
+commit dc99ed6a38d05f79b15c763ed67770160f3481b0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 15 15:42:47 2004 +0000
+
+    * doc/tex-ref.tex: Add Omega entry, rearrange.
+    
+    * tex.el (TeX-print-command): Use `%(o?)'.
+    (TeX-command, TeX-Omega-command, LaTeX-command)
+    (LaTeX-Omega-command, ConTeXt-engine, ConTeXt-Omega-engine): New
+    customization strings to implement various expanders.
+    (TeX-command-list): Use them.
+    (LaTeX-command-style): Same here.
+    (TeX-printer-list, TeX-view-style, TeX-output-view-style): Use
+    `%(o?)'.
+    (TeX-expand-list): New entries.
+    (TeX-PDF-mode): Don't switch on in Omega mode.
+    (TeX-Omega-mode): New minor mode.
+    (tex-omega-mode): alias for it.
+    (TeX-mode-map): Keybinding for it.
+    (TeX-mode-specific-command-menu-entries): Add quick viewer entry.
+    (TeX-mode-specific-command-menu-entries): Add Omega toggle and
+    inactivate PDF when Omega is on.
+    
+    * context.el (ConTeXt-expand-options): New function for generating
+    `texexec' options.
+
+commit 36f5228220f43e80a057bb158bd65dbb778b1754
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 15 10:02:45 2004 +0000
+
+    *** empty log message ***
+
+commit dfa18077a648f4c0adbf808b286e33ff0df721d5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 15 10:02:38 2004 +0000
+
+    (ConTeXt-mode-menu): Use `TeX-fold-menu'.
+
+commit 8281e32ee15bad111b0d60361c2a06a70597a39f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 15 10:02:28 2004 +0000
+
+    (LaTeX-mode-menu): Use `TeX-fold-menu'.
+
+commit dc3f6750632d850129883409e0f102532b9409f8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 15 10:02:19 2004 +0000
+
+    (Texinfo-mode-menu): Use `TeX-fold-menu'.
+
+commit 21ff949343657935fdfbc58207eb8051cb2b670d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 15 10:02:02 2004 +0000
+
+    (TeX-fold-menu): New variable.
+    (plain-TeX-mode-menu): Use it.
+
+commit b7944c74d2f0f14fc747ecb69f42939cfc81714e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 15 09:16:35 2004 +0000
+
+    *** empty log message ***
+
+commit 1849768844427bb3aeb27b0054c4d7900f7fa4e2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 15 09:16:26 2004 +0000
+
+    (TeX-fold-buffer-type): Support folding of
+    environments in texinfo-mode.
+    (TeX-fold-item): Ditto.
+    (TeX-fold-hide-item): Display an error string of the macro
+    argument cannot be found.
+
+commit 6761b5f963ba109168d729ea1abaae27a22dbb5c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 15 09:16:11 2004 +0000
+
+    Change every occurence of "TeXinfo" to "Texinfo".
+    (Texinfo-environment-list): Add some missing environments.
+    (Texinfo-find-env-end, Texinfo-find-env-start): New functions.
+
+commit 96c8e1e5a140635bade817c13dc0ed9575e9d2c7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 14 17:20:10 2004 +0000
+
+    (TeX-command-list): rename `%(execmode)' to `%(execopts)'
+    since it has gotten quite fatter.
+    (TeX-expand-list): Implement `TeX-PDF-mode',
+    `TeX-interactive-mode', `TeX-source-specials-mode' for ConTeXt and
+    pass on `ConTeXt-current-interface'.
+
+commit d23ac6ab6e36b5300b14b2f2cb4c07ae9d8f8706
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 14 16:18:41 2004 +0000
+
+    *** empty log message ***
+
+commit 927619418d637644f22da0bf03e7741da913b8f9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Aug 14 16:17:57 2004 +0000
+
+    Change `TeX-source-specials-viewer-flags' to
+    `TeX-source-specials-view-position-flags' as the latter is now
+    used in tex.el.
+    Set `TeX-source-specials-view-editor-flags'.
+
+commit 9966ea4d9da32f79b58ba8a12c00231d1cdba5c3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 13 14:20:45 2004 +0000
+
+    *** empty log message ***
+
+commit 4f52cded8d1159a7a65d16f37985f06bbf608e87
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 13 14:20:33 2004 +0000
+
+    (top): We want the introduction to appear in
+    HTML output as well.
+
+commit d845169042c6cee37eba5b77e0eeaf66bb53887b
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 13 13:10:15 2004 +0000
+
+    * aclocal.m4: Add another alternative for lispdir
+    
+    * auctex.spec (Source0): Change source URL.
+    
+    * Makefile.in (EXTRAFILES): Add RELEASE and auctex.spec.
+    (tar-ball): Don't create CHANGES-$(TAG), just CHANGES (as it is
+    always a longer history).  But create RELEASE-$(TAG) instead:
+    that's release-specific.
+
+commit db2f3e901038d8eb993d5b96b08754da2e129f51
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Aug 13 12:16:49 2004 +0000
+
+    *** empty log message ***
+
+commit 2ff23c232793aed3aa251f063234e04a97a626dd
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Aug 13 12:14:01 2004 +0000
+
+    Add another alternative for lispdir
+
+commit 3e36880d994bdfce16fce3402ff1a18f19a98b55
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 13 11:05:28 2004 +0000
+
+    Release_11.50
+
+commit 340b203e93928354ab4129ec9560b63a131f9820
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 13 10:50:56 2004 +0000
+
+    Changes to --prefix and --with-auto-dir,
+    partly by Christian Schlauer.
+    Add a few words of my own after suggestions.
+
+commit 367cbee1060a7df2d0c6a5a568ac993db9a8147e
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 13 10:25:23 2004 +0000
+
+    * doc/wininstall.texi: Changes to --prefix and --with-auto-dir,
+    partly by Christian Schlauer.
+    
+    * doc/changes.texi, style/units.el, style/nicefrac.el,
+    Makefile.in: Add contributed styles for units.sty and
+    nicefrac.sty from Christian Schlauer.
+
+commit fb7f4aadedcf7ec6b2321b61038afed22289167f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 13 08:43:24 2004 +0000
+
+    *** empty log message ***
+
+commit 0a4eebfdb0cc152c82053f6f1c0fb58369377668
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 13 08:43:13 2004 +0000
+
+    (Folding): Document `TeX-fold-unspec-use-name'.
+
+commit 138ac8c25df7309e9d2093a8d42c9871a61e5039
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 13 08:33:18 2004 +0000
+
+    *** empty log message ***
+
+commit 9a861c1fa5a3d5c28918a89a44be3607dd4cdbfd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 13 08:33:00 2004 +0000
+
+    (TeX-fold-unspec-use-name): New variable.
+    (TeX-fold-item): Use it.
+
+commit b2868f80c9fb3fd9dbcbbff8ea1aec883c59f50c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 13 08:19:08 2004 +0000
+
+    *** empty log message ***
+
+commit 3c7c93798f5e86e3be9d6dcf28874af2175ab27e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 13 08:19:00 2004 +0000
+
+    Add warning about `TeX-command-list'.
+
+commit 445d432a7bb8c037291f0e2c498132ea058a1ab4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Aug 13 08:18:50 2004 +0000
+
+    (Commands): Add "be".
+
+commit b858f5317ae5d9de26f41000cff6d031ac8d03dd
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 13 03:48:19 2004 +0000
+
+    * Makefile.in (tar-ball): copy only one auctex, add pdf manual and
+    reference card.
+    
+    * doc/Makefile.in (dist): Add tex-ref, and both pdf and ps
+    (tex-ref.ps, auctex.ps): Use -Ppdf option for better quality.
+    
+    * auctex.spec (BuildRoot): Add CHANGES.
+    
+    * Makefile.in (release-commit): There are no Version: strings
+    anymore, don't replace them.
+    
+    * doc/Makefile.in (TEXI2HTML, TEXI2DVI, TEXI2PDF): new variables
+    entered by configure.
+    (auctex.dvi): Use texi2dvi.
+    (auctex.pdf): New target.
+    (clean): Remove PDF files.
+
+commit 239c76b1be816ac27f0b1d288930218908eff4c7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 13 03:29:57 2004 +0000
+
+    * tex-fptex.el: customize Queue and Print commands appropriately.
+    
+    * tex-mik.el: customize Queue and Print commands appropriately.
+
+commit 1e361a551d7ae8d0da6ffbbde8fe430ffb3f700f
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 13 03:11:05 2004 +0000
+
+    * Makefile.in (release-commit): There are no Version: strings
+    anymore, don't replace them.
+    
+    * doc/Makefile.in (TEXI2HTML, TEXI2DVI, TEXI2PDF): new variables
+    entered by configure.
+    (auctex.dvi): Use texi2dvi.
+    (auctex.pdf): New target.
+    (clean): Remove PDF files.
+
+commit aa6d7b1a4a2534017037361be97fb2a841f56763
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 13 02:56:32 2004 +0000
+
+    * tex-fptex.el: customize Queue and Print commands appropriately.
+    
+    * tex-mik.el: customize Queue and Print commands appropriately.
+    
+    * tex.el (TeX-expand-list): Call TeX-printer-query differently.
+    (TeX-command-menu-print, TeX-command-menu-printer-entry)
+    (TeX-command-menu-entry): Implement stuff differently, add "Other"
+    menu entry.
+    
+    * tex-buf.el (TeX-printer-query): Change arguments here.
+    Reorganize, too.
+    
+    * doc/auctex.texi (Commands): Fix a warning.
+    
+    * doc/auctex.texi, doc/faq.texi, doc/install.texi, doc/intro.texi,
+    doc/todo.texi: various changes and smaller typos corrected.
+
+commit 84208cd8eb9c5c20530f543d93ac3c27d83efdad
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Aug 13 00:19:06 2004 +0000
+
+    * tex-info.el (TeXinfo-mode-menu): Other quoting.
+    (texinfo-mode): Set `TeX-mode-p', `TeX-base-mode-name', call
+    `TeX-set-mode-name'.
+    
+    * context.el (ConTeXt-mode-menu): Add the environments back to
+    folding.
+
+commit 2ade515c3ab6d6ba037ea2ee141d0ac3b84ab736
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 12 23:01:30 2004 +0000
+
+    * doc/auctex.texi, doc/faq.texi, doc/install.texi, doc/intro.texi,
+    doc/todo.texi: various changes and smaller typos corrected.
+    
+    * doc/macros.texi fix problems with PDF links and indexing.
+
+commit 29d8102a9788da72c59cf95180cdfc785bc6044b
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 12 22:57:45 2004 +0000
+
+    * configure.in: Check for pdftex, dvips, texi2html, texi2dvi,
+    texi2pdf.
+    
+    * doc/Makefile.in (TEXI2HTML, TEXI2DVI, TEXI2PDF): new variables
+    entered by configure.
+    (auctex.dvi): Use texi2dvi.
+    (auctex.pdf): New target.
+    (clean): Remove PDF files.
+
+commit 8a15ba1900530c6ccb296782735fbc838cb3a72e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 12 21:15:03 2004 +0000
+
+    (japanese-TeX-command-list): Fixed this to new style.
+    (LaTeX-command-style): Same here.  Hey, this should even make
+    preview-latex work mostly with Japanese files and PDFTeX.
+
+commit 385050624fb515a912fa805d8c77a36839b723bd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 12 18:15:45 2004 +0000
+
+    *** empty log message ***
+
+commit b1f6a573dcfc41e198f030ab82ba17b223ec1329
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 12 18:15:31 2004 +0000
+
+    (TeX-view-extension): Remove.
+    (TeX-view-output-file): Use the function `TeX-output-extension'
+    instead of `TeX-view-extension'.
+    (TeX-run-set-command): Setting `TeX-view-extension' not necessary
+    anymore.
+
+commit f47f35f1ae98ddea410643b8941fb052be7204e8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 12 18:15:17 2004 +0000
+
+    (TeX-view-extension): Remove.
+
+commit 9cc792a8e66fb94a32f91663c5dcf2e9799165e9
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 11 22:43:16 2004 +0000
+
+    Remove info dir,
+
+commit 0c211e5e1e9196d7734aad05f18331f86aa30310
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 11 21:39:59 2004 +0000
+
+    Build documentation as well.
+
+commit c091bfeb923734e8c32fd28071e8e2b07b67ee29
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 11 21:30:26 2004 +0000
+
+    Don't move into dir before unpacking.
+
+commit 786bc20eb9f771a85d9d728200657b39563ce982
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 11 21:15:36 2004 +0000
+
+    Try adapting to changes, stealing partly from preview-latex.
+
+commit 807d2abb13ae0f7c7a71ebe7b110c9ca88a5b3d7
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 11 18:53:39 2004 +0000
+
+    explain about tex-mik.el and tex-fptex.el
+
+commit eb26505ce42b0d0ac15079e4967ae18401f02705
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 11 18:37:40 2004 +0000
+
+    * tex-fptex.el: require tex-site.  Only set `TeX-lisp-directory'
+    if it has not been customized.  Construct `TeX-command-list' from
+    its default value.
+    
+    * tex-mik.el: same here.
+
+commit 8bd80b163df962c502a9d5d7211d8b5d63492441
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 11 17:49:23 2004 +0000
+
+    (TeX-mode-specific-command-menu): Tiny optimization.
+    (TeX-mode-specific-command-menu-entries): Make it legal for
+    `TeX-command-mode-menu-entry' to return nil for indicating no menu
+    entry at all (so that entries like "Print" or "Queue" may be
+    dynamically removed).
+
+commit f588e0bd952d0053c2cf1bbb441e7d61240f561b
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Aug 11 17:07:51 2004 +0000
+
+    * doc/auctex.texi (Commands): Adjust references.
+    (Viewing): Make source specials a subsection.  Adjust references.
+    
+    * tex.el (TeX-source-specials-mode): Remove bogus :link.  Refer to
+    viewing node of the manual.
+
+commit 16f0768c41d4b0bdeecc9b16caecd0340238e9ea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 11 15:28:22 2004 +0000
+
+    *** empty log message ***
+
+commit da9427fe1a353fb4b8f2fd6a215c0345e161c688
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 11 15:26:46 2004 +0000
+
+    (Viewing): Add some information about forward and inverse search.
+
+commit 0364d519a7846d73137472c8aae42f6b87cf5329
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Aug 11 13:32:49 2004 +0000
+
+    * doc/changes.texi: Added references.
+    
+    * doc/todo.texi (Wishlist): Markup fix.
+
+commit 4c1690815ff54e3facd53c5c26e59a9c33a5242a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 11 10:17:03 2004 +0000
+
+    *** empty log message ***
+
+commit 7a820978bbf8ee3cc769e765bbcac4fd1db07e85
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 11 10:16:54 2004 +0000
+
+    Synchronize `TeX-command-list' with tex.el.
+    Use gsview32 in `TeX-output-view-style'.
+
+commit 71f9381db41f67d8e6d549d98484a93e7b740b5b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 11 10:16:47 2004 +0000
+
+    Synchronize `TeX-command-list' with tex.el.
+
+commit fd5218fd7ac3bcf0d81e60774a2c4f4f84fc28f7
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 11 08:33:13 2004 +0000
+
+    Move papersize stuff to the front.  Fiddle
+    somewhat with the sizes, too.
+
+commit 24912f75fce094a4dd04be50309edb04bcf9c3ad
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 11 00:33:46 2004 +0000
+
+    * auctex.spec (Version): Change version, web sites, some build
+    stuff (this is not yet finished).
+    
+    * auc-old.el: remove.
+
+commit 8fe6ff5cf16e5455e02c96f910cab6e125f3ea15
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 10 23:43:43 2004 +0000
+
+    * doc/Makefile.in (TEXIFILES): refer to auctex.texi instead of
+    auc-tex.texi.  Change all dependent stuff, too.
+    
+    * Makefile.in (DOCFILES): refer to doc/auctex.texi instead of
+    doc/auc-tex.texi
+    
+    * doc/auc-tex.texi: renamed into doc/auctex.texi.
+    
+    * doc/auc-tex.texi (Commands): Some rewording.
+
+commit dc6440a4094310f041cedae06071ead0601a0989
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 10 22:49:51 2004 +0000
+
+    This file has been doc/auc-tex.texi before.  It has been renamed for
+    the sake of consistency with the rest of the distribution.  The old
+    changelog should be available from the attic, but we append it here
+    for the sake of completeness:
+    
+    RCS file: /cvsroot/auctex/auctex/doc/auc-tex.texi,v
+    Working file: auc-tex.texi
+    head: 1.172
+    branch:
+    locks: strict
+    access list:
+    symbolic names:
+            new-fill: 1.139.0.2
+            release_11_14: 1.133
+            release_11_13: 1.130
+            release_11_12: 1.130
+            release_11_11: 1.130
+            release_11_10: 1.130
+            release_11_06: 1.128
+            release_11_05: 1.128
+            release_11_04: 1.128
+            release_11_03: 1.128
+            release_11_02: 1.128
+            release_11_01: 1.128
+            release_10_0g: 1.127
+            release_10_0f: 1.127
+            release_10_0e: 1.127
+            release_10_0d: 1.126
+            release_10_0c: 1.126
+            release_10_0b: 1.126
+            release_10_0a: 1.126
+            release_9_10t: 1.125
+            release_9_10s: 1.125
+            release_9_10r: 1.125
+            release_9_10q: 1.125
+            release_9_10p: 1.125
+            release_9_10o: 1.125
+            release_9_10n: 1.125
+            release_9_10m: 1.125
+            release_9_10l: 1.125
+            release_9_10k: 1.124
+            release_9_10j: 1.124
+            release_9_10i: 1.124
+            release_9_10h: 1.124
+            release_9_10g: 1.124
+            release_9_10f: 1.124
+            release_9_10e: 1.124
+            release_9_10d: 1.124
+            release_9_10c: 1.124
+            release_9_10b: 1.124
+            release_9_10a: 1.124
+            release_9_9p: 1.123
+            release_9_9o: 1.123
+            release_9_9n: 1.123
+            release_9_9m: 1.123
+            release_9_9l: 1.123
+            release_9_9k: 1.122
+            release_9_9j: 1.121
+            release_9_9i: 1.121
+            release_9_9h: 1.121
+            release_9_9g: 1.121
+            release_9_9f: 1.121
+            release_9_9e: 1.121
+            release_9_9d: 1.121
+            release_9_9c: 1.121
+            release_9_9b: 1.120
+            release_9_9a: 1.119
+            release_9_8l: 1.118
+            release_9_8i: 1.117
+            release_9_8f: 1.117
+            release_9_8e: 1.117
+            release_9_8d: 1.117
+            release_9_8c: 1.117
+            release_9_8b: 1.117
+            release_9_8a: 1.117
+            release_9_7p: 1.116
+            release_9_7o: 1.116
+            release_9_7n: 1.116
+            release_9_7m: 1.116
+            release_9_7l: 1.116
+            release_9_7k: 1.116
+            release_9_7j: 1.116
+            release_9_7i: 1.116
+            release_9_7h: 1.116
+            release_9_7g: 1.116
+            release_9_7f: 1.116
+            release_9_7e: 1.116
+            release_9_7d: 1.116
+            release_9_7c: 1.116
+            release_9_7b: 1.115
+            release_9_7a: 1.115
+            release_9_6m: 1.114
+            release_9_6l: 1.114
+            release_9_6k: 1.114
+            release_9_6j: 1.114
+            release_9_6i: 1.114
+            release_9_6h: 1.114
+            release_9_6g: 1.114
+            release_9_6f: 1.114
+            release_9_6e: 1.114
+            release_9_6d: 1.113
+            release_9_6c: 1.113
+            release_9_6b: 1.112
+            release_9_6a: 1.111
+            release_9_5a: 1.110
+            release_9_4g: 1.109
+            release_9_4f: 1.109
+            release_9_4e: 1.108
+            release_9_4d: 1.107
+            release_9_4c: 1.106
+            release_9_4b: 1.106
+            release_9_4a: 1.106
+            release_9_3c: 1.106
+            release_9_3b: 1.105
+            release_9_3a: 1.105
+            release_9_2y: 1.104
+            release_9_2x: 1.103
+            release_9_2w: 1.102
+            release_9_2v: 1.102
+            release_9_2u: 1.102
+            release_9_2t: 1.102
+            release_9_2s: 1.102
+            release_9_2r: 1.101
+            release_9_2q: 1.101
+            release_9_2p: 1.101
+            release_9_2o: 1.101
+            release_9_2n: 1.101
+            release_9_2m: 1.100
+            release_9_2l: 1.100
+            release_9_2k: 1.100
+            release_9_2j: 1.99
+            release_9_2i: 1.99
+            release_9_2h: 1.97
+            release_9_2g: 1.96
+            release_9_2f: 1.96
+            release_9_2e: 1.96
+            release_9_2d: 1.96
+            release_9_2c: 1.96
+            release_9_2b: 1.96
+            release_9_2a: 1.95
+            release_9_1i: 1.94
+            release_9_1h: 1.93
+            release_9_1g: 1.93
+            release_9_1f: 1.91
+            release_9_1e: 1.91
+            release_9_1d: 1.96
+            release_9_1c: 1.91
+            release_9_1b: 1.91
+            release_9_1a: 1.91
+            release_9_0v: 1.90
+            release_9_0u: 1.90
+            release_9_0t: 1.90
+            release_9_0s: 1.90
+            release_9_0r: 1.90
+            release_9_0q: 1.90
+            release_9_0p: 1.90
+            release_9_0o: 1.89
+            release_9_0n: 1.88
+            release_9_0m: 1.88
+            release_9_0l: 1.87
+            release_9_0k: 1.87
+            release_9_0j: 1.87
+            release_9_0i: 1.86
+            release_9_0h: 1.86
+            release_9_0g: 1.86
+            release_9_0f: 1.86
+            release_9_0e: 1.86
+            release_9_0d: 1.86
+            release_9_0c: 1.86
+            release_9_0b: 1.85
+            release_9_0a: 1.84
+            release_8_1m: 1.82
+            release_8_1l: 1.81
+            release_8_1k: 1.80
+            release_8_1j: 1.79
+            release_8_1i: 1.78
+            release_8_1h: 1.77
+            release_8_1g: 1.76
+            release_8_1f: 1.76
+            release_8_1e: 1.75
+            release_8_1d: 1.74
+            release_8_1c: 1.73
+            release_8_1b: 1.71
+            release_8_1a: 1.69
+            release_8_0n: 1.68
+            release_8_0m: 1.67
+            release_8_0l: 1.66
+            release_8_0k: 1.65
+            release_8_0j: 1.63
+            release_8_0i: 1.62
+            release_8_0h: 1.62
+            release_8_0g: 1.61
+            release_8_0f: 1.61
+            release_8_0e: 1.60
+            release_8_0d: 1.59
+            release_8_0c: 1.58
+            release_8_0b: 1.57
+            release_8_0a: 1.56
+            release_7_4a: 1.54
+            release_7_3t: 1.52
+            release_7_3s: 1.51
+            release_7_3r: 1.51
+            release_7_3q: 1.51
+            release_7_3p: 1.51
+            release_7_3o: 1.51
+            release_7_3n: 1.50
+            release_7_3m: 1.49
+            release_7_3l: 1.48
+            release_7_3k: 1.48
+            release_7_3j: 1.47
+            release_7_3i: 1.47
+            release_7_3h: 1.46
+            release_7_3g: 1.46
+            release_7_3f: 1.45
+            release_7_3e: 1.44
+            release_7_3d: 1.44
+            release_7_3c: 1.43
+            release_7_3b: 1.43
+            release_7_3a: 1.42
+            release_7_2f: 1.40
+            release_7_2e: 1.39
+            release_7_2d: 1.38
+            release_7_2c: 1.37
+            release_7_2b: 1.37
+            release_7_2a: 1.37
+            release_7_1p: 1.35
+            release_7_1o: 1.35
+            release_7_1n: 1.34
+            release_7_1m: 1.33
+            release_7_1l: 1.32
+            release_7_1k: 1.31
+            release_7_1j: 1.31
+            release_7_1i: 1.30
+            release_7_1h: 1.29
+            release_7_1g: 1.28
+            release_7_1f: 1.27
+            release_7_1e: 1.27
+            release_7_1d: 1.25
+            release_7_1c: 1.25
+            release_7_1a: 1.25
+            release_7_0p: 1.23
+            release_7_0o: 1.23
+            release_7_0n: 1.21
+            release_7_0m: 1.20
+            release_7_0l: 1.20
+            release_7_0k: 1.18
+            release_7_0j: 1.18
+            release_7_0i: 1.15
+            release_7_0h: 1.13
+            release_7_0g: 1.12
+            release_7_0f: 1.12
+            release_7_0e: 1.11
+            release_7_0d: 1.10
+            release_7_0c: 1.9
+            release_7_0b: 1.25
+            release_7_0a: 1.9
+            auctex_release_7_0a: 1.9
+            release_6_1d: 1.7
+            release_6_1c: 1.7
+            auctex_6_1c: 1.7
+            auctex_6_1b: 1.7
+            release_6_1a: 1.6
+            release_6a+: 1.5
+            release_6a: 1.5
+            release_6: 1.5
+            release_5_7b: 1.4
+            release_5_7a: 1.3
+    keyword substitution: kv
+    total revisions: 172;   selected revisions: 172
+    description:
+    ----------------------------
+    revision 1.172
+    date: 2004/08/10 22:42:49;  author: dak;  state: Exp;  lines: +16 -15
+    * doc/auc-tex.texi (Commands): Some rewording.
+    
+    * doc/todo.texi (Wishlist): Some rearrangements and additions.
+    ----------------------------
+    revision 1.171
+    date: 2004/08/10 18:37:45;  author: rsteib;  state: Exp;  lines: +17 -1
+    * doc/auc-tex.texi (Completion): TeX-insert-macro-default-style.
+    ----------------------------
+    revision 1.170
+    date: 2004/08/10 18:06:33;  author: rsteib;  state: Exp;  lines: +17 -1
+    * tex.el (TeX-source-specials-mode): Add manual link.
+    
+    * doc/auc-tex.texi (Commands): Say how to enable
+    TeX-source-specials-mode permanently.
+    (Viewing): Describe TeX-view.
+    ----------------------------
+    revision 1.169
+    date: 2004/08/10 06:21:55;  author: angeli;  state: Exp;  lines: +3 -3
+    (Commands): Change `TeX-source-specials' to
+    `TeX-source-specials-mode' where appropriate.
+    ----------------------------
+    revision 1.168
+    date: 2004/08/09 02:23:01;  author: dak;  state: Exp;  lines: +82 -21
+    * latex.el (LaTeX-common-initialization): There is no "LaTeX2e"
+    command anymore, so don't set it.  Don't do anything on
+    "DVIoutput".  doc fixes.
+    
+    * doc/auc-tex.texi (Commands): Explain `TeX-command-buffer',
+    `TeX-pin-region', `TeX-PDF-mode', `TeX-interactive-mode',
+    `TeX-source-specials'.
+    ----------------------------
+    revision 1.167
+    date: 2004/08/05 18:53:46;  author: rsteib;  state: Exp;  lines: +168 -166
+    * doc/macros.texi: New @ConTeXt macro.
+    
+    * doc/auc-tex.texi, doc/changes.texi, doc/history.texi,
+    doc/todo.texi, doc/wininstall.texi: Use macros @AUCTeX, @ConTeXt,
+    @LaTeX everywhere.
+    ----------------------------
+    revision 1.166
+    date: 2004/08/05 13:59:17;  author: rsteib;  state: Exp;  lines: +8 -6
+    (European): Mention Emacs 21.  Fixed typo.
+    ----------------------------
+    revision 1.165
+    date: 2004/07/30 11:24:33;  author: angeli;  state: Exp;  lines: +13 -13
+    Fix version numbers.
+    (Changes): New name.  Formerly known as "History".
+    (ToDo): New heading.
+    ----------------------------
+    revision 1.164
+    date: 2004/07/29 08:58:45;  author: angeli;  state: Exp;  lines: +37 -15
+    (Folding): Document new functionality.
+    ----------------------------
+    revision 1.163
+    date: 2004/07/20 08:36:33;  author: angeli;  state: Exp;  lines: +85 -48
+    (Folding): Document new and changed functions
+    and variables related to folding environments (new) and macros.
+    ----------------------------
+    revision 1.162
+    date: 2004/07/17 09:31:29;  author: angeli;  state: Exp;  lines: +5 -3
+    (Folding): Document key binding for `TeX-fold-mode'.
+    ----------------------------
+    revision 1.161
+    date: 2004/07/12 00:27:58;  author: angeli;  state: Exp;  lines: +91 -15
+    (Show/Hide): New section.
+    (Folding): New subsection.
+    (Outline): Moved under "Show/Hide".
+    ----------------------------
+    revision 1.160
+    date: 2004/06/13 13:23:52;  author: angeli;  state: Exp;  lines: +23 -4
+    (Filling): Add information about activating `auto-fill-mode'.
+    (FAQ): Add node.
+    ----------------------------
+    revision 1.159
+    date: 2004/06/03 11:59:31;  author: angeli;  state: Exp;  lines: +211 -99
+    (Marking and formatting): Split into `Indenting' and `Filling'.
+    (Indenting): New section.
+    (Filling): New section.
+    ----------------------------
+    revision 1.158
+    date: 2004/05/27 07:54:46;  author: angeli;  state: Exp;  lines: +3 -3
+    (Marking and formatting): Rename `TeX-newline'
+    to `TeX-newline-function'.
+    ----------------------------
+    revision 1.157
+    date: 2004/05/26 13:19:45;  author: angeli;  state: Exp;  lines: +16 -10
+    (Marking and formatting): Remove documentation
+    for `TeX-indent-on-newline' and document `TeX-newline'.
+    ----------------------------
+    revision 1.156
+    date: 2004/05/26 08:00:00;  author: angeli;  state: Exp;  lines: +26 -11
+    (Marking and formatting): Document `TeX-indent-on-newline' plus small
+    corrections.
+    ----------------------------
+    revision 1.155
+    date: 2004/05/25 08:36:13;  author: dak;  state: Exp;  lines: +5 -6
+    Change info dir formatting, adapt copyrights
+    according to the assignment process.
+    ----------------------------
+    revision 1.154
+    date: 2004/05/14 19:00:28;  author: salve;  state: Exp;  lines: +7 -7
+    (European): Sort languages list alphabetically.
+    ----------------------------
+    revision 1.153
+    date: 2004/05/13 08:36:49;  author: salve;  state: Exp;  lines: +27 -26
+    (Font Specifiers): Removed two sentences
+    referring to the old behavior of the short-cuts for easy
+    insertions of fonts changing macros.  (At that time they added
+    things like `{\it --!--}', now they add things like
+    `\textit{--!--}'.)
+    (Marking and formatting): Reflect renaming of
+    `LaTeX-format-comment-syntax-aware' to `LaTeX-syntactic-comments'.
+    (European): Document `italian.el'.
+    ----------------------------
+    revision 1.152
+    date: 2004/05/04 19:53:54;  author: angeli;  state: Exp;  lines: +5 -4
+    (Checking): Updated URL's for lacheck and chktex.
+    ----------------------------
+    revision 1.151
+    date: 2004/05/02 12:42:09;  author: angeli;  state: Exp;  lines: +7 -355
+    (ToDo): New name for node/section formerly
+    known as `Projects' or `Wishlist' respectively.
+    Removed items not relevant anymore and moved the rest to the new
+    file `doc/todo.texi'.
+    ----------------------------
+    revision 1.150
+    date: 2004/04/10 16:03:49;  author: angeli;  state: Exp;  lines: +2 -2
+    (Japanese): Refer to `INSTALL' instead of
+    `INSTALLATION'.
+    ----------------------------
+    revision 1.149
+    date: 2004/04/07 09:49:15;  author: rsteib;  state: Exp;  lines: +11 -1
+    * latex.el (LaTeX-default-position, LaTeX-env-array)
+    (LaTeX-env-tabular*): Implement "don't prompt" option.
+    
+    * doc/auc-tex.texi (Tabular-like): Added `LaTeX-default-format'
+    and `LaTeX-default-position'.
+    ----------------------------
+    revision 1.148
+    date: 2004/04/07 07:47:47;  author: angeli;  state: Exp;  lines: +2 -2
+    Change @LaTeX{} to La@TeX{} as the former does not exist.
+    ----------------------------
+    revision 1.147
+    date: 2004/04/07 07:44:16;  author: angeli;  state: Exp;  lines: +19 -8
+    (Marking and formatting): Reflect change of
+    `LaTeX-fill-distinct-contents' to `LaTeX-fill-break-at-separators'.
+    Describe `LaTeX-fill-break-before-code-comments'.
+    ----------------------------
+    revision 1.146
+    date: 2004/04/04 22:04:13;  author: berenddeboer;  state: Exp;  lines: +118 -119
+    Just mention ConTeXt a couple of times in sections where I believe
+    ConTeXt support is working. Certain sections need to be marked as
+    LaTeX specific.
+    ----------------------------
+    revision 1.145
+    date: 2004/03/19 12:08:02;  author: angeli;  state: Exp;  lines: +4 -4
+    Reflect name change of `LaTeX-fill-comment-syntax-aware' to
+    `LaTeX-format-comment-syntax-aware'.
+    ----------------------------
+    revision 1.144
+    date: 2004/03/18 10:16:39;  author: angeli;  state: Exp;  lines: +3 -3
+    Adapt key binding for `TeX-master-file-ask'.
+    ----------------------------
+    revision 1.143
+    date: 2004/03/18 10:14:08;  author: angeli;  state: Exp;  lines: +12 -12
+    Change "Formatting" node to "Running TeX and friends" and use a
+    respective heading.
+    ----------------------------
+    revision 1.142
+    date: 2004/03/10 22:04:11;  author: angeli;  state: Exp;  lines: +41 -13
+    Document `LaTeX-indent-environment-list',
+    `LaTeX-fill-comment-syntax-aware' and `LaTeX-fill-distinct-contents'
+    as well as slightly improve some other parts in the section about
+    `Marking and formatting'.
+    ----------------------------
+    revision 1.141
+    date: 2004/03/06 11:38:53;  author: angeli;  state: Exp;  lines: +16 -16
+    Small corrections in `Viewing' section.
+    ----------------------------
+    revision 1.140
+    date: 2004/02/27 21:56:00;  author: angeli;  state: Exp;  lines: +61 -8
+    Document options for inserting quotes in files where `(n)german.sty'
+    is used and the invocation of external viewers.
+    ----------------------------
+    revision 1.139
+    date: 2004/02/03 09:24:59;  author: angeli;  state: Exp;  lines: +17 -15
+    * doc/auc-tex.texi (Commenting): Adapt documentation to reflect
+    changes in commenting interface.
+    ----------------------------
+    revision 1.138
+    date: 2004/01/18 10:05:37;  author: angeli;  state: Exp;  lines: +6 -5
+    Small clean-ups.  Added `chapter' statement to Installation section.
+    URLs upated.
+    ----------------------------
+    revision 1.137
+    date: 2004/01/09 08:56:54;  author: angeli;  state: Exp;  lines: +47 -40
+    AUC TeX to AUCTeX.  Use `%%%' instead of a single `%' character in
+    examples for Local Variables.  Add information about new behavior in
+    respect to the query for the master file.  Explain new function
+    `TeX-master-file-ask'.
+    ----------------------------
+    revision 1.136
+    date: 2003/11/16 14:08:20;  author: angeli;  state: Exp;  lines: +12 -15
+    Reflect changes in `tex.el'.
+    ----------------------------
+    revision 1.135
+    date: 2003/06/14 21:11:01;  author: dak;  state: Exp;  lines: +9 -5
+    (Parsing Files): document TeX-auto-untabify now defaulting to nil
+    ----------------------------
+    revision 1.134
+    date: 2003/02/14 23:23:47;  author: dak;  state: Exp;  lines: +161 -158
+    Name change of AUC TeX to AUCTeX.  A few
+    other cleanups.
+    ----------------------------
+    revision 1.133
+    date: 2002/12/12 14:05:57;  author: dak;  state: Exp;  lines: +5 -5
+    (top): Change "version 12" to "almost 12".
+    This is beta, after all.
+    ----------------------------
+    revision 1.132
+    date: 2002/12/11 16:33:16;  author: rsteib;  state: Exp;  lines: +27 -2
+    * style/amsmath.el (LaTeX-amsmath-label): Improved doc-string.
+    
+    * doc/auc-tex.texi (Equations): New @subsection documenting
+    LaTeX-equation-label, LaTeX-eqnarray-label and LaTeX-amsmath-label.
+    ----------------------------
+    revision 1.131
+    date: 2002/12/10 22:57:49;  author: dak;  state: Exp;  lines: +18 -23
+    Start talking about version 12 (which will be
+    the next stable release).
+    (European): Talk a bit about LaTeX2e stuff, and don't talk about
+    too ancient XEmacsen.  Also mention X-Symbol.
+    ----------------------------
+    revision 1.130
+    date: 2001/10/19 11:58:35;  author: ataka;  state: Exp;  lines: +54 -5
+    
+    fixed tex-jp.el for Japanese, and fixed tex-jp.el for mendex.
+    ----------------------------
+    revision 1.129
+    date: 2001/10/18 17:27:39;  author: abraham;  state: Exp;  lines: +5 -5
+    sync
+    ----------------------------
+    revision 1.128
+    date: 2001/10/02 11:44:38;  author: abraham;  state: Exp;  lines: +4 -4
+    Release_11.01
+    ----------------------------
+    revision 1.127
+    date: 2001/03/26 14:10:48;  author: abraham;  state: Exp;  lines: +8 -8
+    Release_10.0e
+    ----------------------------
+    revision 1.126
+    date: 2000/11/30 13:13:57;  author: abraham;  state: Exp;  lines: +6 -12
+    Release_10.0a
+    ----------------------------
+    revision 1.125
+    date: 1999/11/26 13:03:46;  author: abraham;  state: Exp;  lines: +3 -3
+    Release_9.10l
+    ----------------------------
+    revision 1.124
+    date: 1999/02/11 11:29:45;  author: abraham;  state: Exp;  lines: +4 -4
+    Release 9.10a
+    ----------------------------
+    revision 1.123
+    date: 1998/12/11 15:14:14;  author: abraham;  state: Exp;  lines: +4 -2
+    Release 9.9l
+    ----------------------------
+    revision 1.122
+    date: 1998/11/20 13:55:40;  author: abraham;  state: Exp;  lines: +2 -46
+    Release 9.9k
+    ----------------------------
+    revision 1.121
+    date: 1998/06/10 09:25:42;  author: abraham;  state: Exp;  lines: +27 -19
+    Release 9.9c
+    ----------------------------
+    revision 1.120
+    date: 1998/02/25 09:34:56;  author: abraham;  state: Exp;  lines: +7 -2
+    Release 9.9b
+    ----------------------------
+    revision 1.119
+    date: 1998/02/20 14:04:14;  author: abraham;  state: Exp;  lines: +4 -4
+    Release 9.9a
+    ----------------------------
+    revision 1.118
+    date: 1998/02/20 13:57:19;  author: abraham;  state: Exp;  lines: +3 -3
+    Release 9.8l
+    ----------------------------
+    revision 1.117
+    date: 1997/06/27 17:17:08;  author: abraham;  state: Exp;  lines: +4 -4
+    Release 9.8a
+    ----------------------------
+    revision 1.116
+    date: 1997/01/12 23:52:56;  author: abraham;  state: Exp;  lines: +15 -15
+    Release 9.7c
+    ----------------------------
+    revision 1.115
+    date: 1996/12/10 06:51:03;  author: abraham;  state: Exp;  lines: +4 -4
+    Release 9.7a
+    ----------------------------
+    revision 1.114
+    date: 1996/08/27 22:27:29;  author: abraham;  state: Exp;  lines: +17 -5
+    Release 9.6e
+    ----------------------------
+    revision 1.113
+    date: 1996/08/23 08:44:13;  author: abraham;  state: Exp;  lines: +4 -4
+    Release 9.6c
+    ----------------------------
+    revision 1.112
+    date: 1996/08/23 08:40:35;  author: abraham;  state: Exp;  lines: +28 -1
+    Release 9.6b
+    ----------------------------
+    revision 1.111
+    date: 1996/08/14 17:45:20;  author: abraham;  state: Exp;  lines: +4 -4
+    Release 9.6a
+    ----------------------------
+    revision 1.110
+    date: 1996/07/18 09:23:35;  author: abraham;  state: Exp;  lines: +12 -12
+    Release 9.5a
+    ----------------------------
+    revision 1.109
+    date: 1996/03/12 00:16:37;  author: abraham;  state: Exp;  lines: +23 -23
+    Release 9.4f
+    ----------------------------
+    revision 1.108
+    date: 1996/02/29 13:56:25;  author: abraham;  state: Exp;  lines: +2 -2
+    Release 9.4e
+    ----------------------------
+    revision 1.107
+    date: 1996/02/27 18:50:37;  author: abraham;  state: Exp;  lines: +19 -6
+    Release 9.4d
+    ----------------------------
+    revision 1.106
+    date: 1995/04/07 02:45:07;  author: amanda;  state: Exp;  lines: +5 -1
+    iesd -> amanda
+    ----------------------------
+    revision 1.105
+    date: 1995/02/14 19:44:38;  author: amanda;  state: Exp;  lines: +41 -15
+    Release 9.3a
+    ----------------------------
+    revision 1.104
+    date: 1995/01/27 21:07:16;  author: amanda;  state: Exp;  lines: +2 -4
+    Release 9.2y
+    ----------------------------
+    revision 1.103
+    date: 1995/01/27 16:58:09;  author: amanda;  state: Exp;  lines: +5 -5
+    Release 9.2x
+    ----------------------------
+    revision 1.102
+    date: 1995/01/24 22:53:09;  author: amanda;  state: Exp;  lines: +4 -1
+    Release 9.2s
+    ----------------------------
+    revision 1.101
+    date: 1994/11/28 01:41:46;  author: amanda;  state: Exp;  lines: +9 -1
+    Release 9.2n
+    ----------------------------
+    revision 1.100
+    date: 1994/10/26 15:04:11;  author: amanda;  state: Exp;  lines: +1 -4
+    Release 9.2k
+    ----------------------------
+    revision 1.99
+    date: 1994/10/22 13:07:37;  author: amanda;  state: Exp;  lines: +8 -8
+    Release 9.2i
+    ----------------------------
+    revision 1.98
+    date: 1994/10/22 12:57:50;  author: amanda;  state: Exp;  lines: +36 -3
+    Release 9.2i
+    ----------------------------
+    revision 1.97
+    date: 1994/10/06 17:28:02;  author: amanda;  state: Exp;  lines: +33 -27
+    Release 9.2h
+    ----------------------------
+    revision 1.96
+    date: 1994/08/06 12:42:43;  author: amanda;  state: Exp;  lines: +5 -1
+    Release 9.2b
+    ----------------------------
+    revision 1.95
+    date: 1994/08/03 14:31:47;  author: amanda;  state: Exp;  lines: +5 -1391
+    Release 9.2a
+    ----------------------------
+    revision 1.94
+    date: 1994/08/02 04:56:30;  author: amanda;  state: Exp;  lines: +4 -1
+    Release 9.1i
+    ----------------------------
+    revision 1.93
+    date: 1994/07/30 05:39:52;  author: amanda;  state: Exp;  lines: +11 -8
+    Release 9.1g
+    ----------------------------
+    revision 1.92
+    date: 1994/06/22 14:49:42;  author: amanda;  state: Exp;  lines: +15 -1
+    9.1f tmp
+    ----------------------------
+    revision 1.91
+    date: 1994/05/04 22:54:31;  author: amanda;  state: Exp;  lines: +342 -5
+    Release 9.1a
+    ----------------------------
+    revision 1.90
+    date: 1994/04/24 21:55:07;  author: amanda;  state: Exp;  lines: +5 -6
+    Release 9.0p
+    ----------------------------
+    revision 1.89
+    date: 1994/04/23 15:53:50;  author: amanda;  state: Exp;  lines: +1 -22
+    Release 9.0o
+    ----------------------------
+    revision 1.88
+    date: 1994/04/20 16:59:17;  author: amanda;  state: Exp;  lines: +5 -14
+    Release 9.0m
+    ----------------------------
+    revision 1.87
+    date: 1994/04/16 13:34:56;  author: amanda;  state: Exp;  lines: +1 -5
+    Release 9.0j
+    ----------------------------
+    revision 1.86
+    date: 1994/04/13 12:56:16;  author: amanda;  state: Exp;  lines: +2 -2
+    Release 9.0c
+    ----------------------------
+    revision 1.85
+    date: 1994/04/08 20:08:56;  author: amanda;  state: Exp;  lines: +7 -7
+    Release 9.0b
+    ----------------------------
+    revision 1.84
+    date: 1994/04/07 21:08:33;  author: amanda;  state: Exp;  lines: +52 -401
+    Release 9.0a
+    ----------------------------
+    revision 1.83
+    date: 1994/03/17 18:40:18;  author: amanda;  state: Exp;  lines: +48 -5
+    intermediate (8.1m+)
+    ----------------------------
+    revision 1.82
+    date: 1994/03/02 14:20:26;  author: amanda;  state: Exp;  lines: +5 -2
+    Release 8.1m
+    ----------------------------
+    revision 1.81
+    date: 1994/02/27 10:37:05;  author: amanda;  state: Exp;  lines: +5 -1
+    Release 8.1l
+    ----------------------------
+    revision 1.80
+    date: 1994/02/26 03:44:56;  author: amanda;  state: Exp;  lines: +17 -4
+    Release 8.1k
+    ----------------------------
+    revision 1.79
+    date: 1994/02/25 05:53:55;  author: amanda;  state: Exp;  lines: +45 -25
+    Release 8.1j
+    ----------------------------
+    revision 1.78
+    date: 1994/02/09 00:01:28;  author: amanda;  state: Exp;  lines: +26 -1
+    Release 8.1i
+    ----------------------------
+    revision 1.77
+    date: 1994/02/02 12:44:06;  author: amanda;  state: Exp;  lines: +5 -4
+    Update
+    ----------------------------
+    revision 1.76
+    date: 1994/01/31 12:13:42;  author: amanda;  state: Exp;  lines: +2 -2
+    Release 8.1f
+    ----------------------------
+    revision 1.75
+    date: 1994/01/30 21:17:20;  author: amanda;  state: Exp;  lines: +59 -3
+    Release 8.1e
+    ----------------------------
+    revision 1.74
+    date: 1994/01/30 13:52:50;  author: amanda;  state: Exp;  lines: +116 -14
+    Release 8.1d
+    ----------------------------
+    revision 1.73
+    date: 1994/01/29 21:05:14;  author: amanda;  state: Exp;  lines: +8 -2
+    Release 8.1c
+    ----------------------------
+    revision 1.72
+    date: 1994/01/29 18:59:34;  author: amanda;  state: Exp;  lines: +39 -4
+    Update
+    ----------------------------
+    revision 1.71
+    date: 1994/01/25 09:08:24;  author: amanda;  state: Exp;  lines: +3 -3
+    Release 8.1b
+    ----------------------------
+    revision 1.70
+    date: 1994/01/25 09:02:31;  author: amanda;  state: Exp;  lines: +10 -1
+    Release 8.1b
+    ----------------------------
+    revision 1.69
+    date: 1994/01/23 08:14:31;  author: amanda;  state: Exp;  lines: +108 -150
+    Release 8.1a
+    ----------------------------
+    revision 1.68
+    date: 1994/01/11 23:01:16;  author: amanda;  state: Exp;  lines: +6 -4
+    Release 8.0n
+    ----------------------------
+    revision 1.67
+    date: 1994/01/05 19:09:04;  author: amanda;  state: Exp;  lines: +52 -5
+    Release 8.0m
+    ----------------------------
+    revision 1.66
+    date: 1993/12/15 21:42:35;  author: amanda;  state: Exp;  lines: +18 -9
+    Release 8.0l
+    ----------------------------
+    revision 1.65
+    date: 1993/11/18 20:43:11;  author: amanda;  state: Exp;  lines: +4 -4
+    none
+    ----------------------------
+    revision 1.64
+    date: 1993/11/18 20:12:00;  author: amanda;  state: Exp;  lines: +77 -13
+    Update, more pretty math.
+    ----------------------------
+    revision 1.63
+    date: 1993/09/30 23:05:13;  author: amanda;  state: Exp;  lines: +5 -6
+    Some minor outline related changes.
+    ----------------------------
+    revision 1.62
+    date: 1993/09/29 20:18:51;  author: amanda;  state: Exp;  lines: +18 -1
+    explained label and cite completion
+    ----------------------------
+    revision 1.61
+    date: 1993/09/28 23:34:11;  author: amanda;  state: Exp;  lines: +63 -19
+    More fixes and new features.
+    ----------------------------
+    revision 1.60
+    date: 1993/09/17 21:07:17;  author: amanda;  state: Exp;  lines: +28 -31
+    Various...
+    ----------------------------
+    revision 1.59
+    date: 1993/09/14 21:43:45;  author: amanda;  state: Exp;  lines: +12 -3
+    More cleanup.
+    ----------------------------
+    revision 1.58
+    date: 1993/09/13 21:26:22;  author: amanda;  state: Exp;  lines: +53 -22
+    Enhancements and fixes.
+    ----------------------------
+    revision 1.57
+    date: 1993/09/09 23:49:32;  author: amanda;  state: Exp;  lines: +105 -642
+    Second alpha release.
+    ----------------------------
+    revision 1.56
+    date: 1993/09/06 22:41:37;  author: amanda;  state: Exp;  lines: +6 -6
+    Some doc fix.
+    ----------------------------
+    revision 1.55
+    date: 1993/09/06 22:27:54;  author: amanda;  state: Exp;  lines: +300 -299
+    Many changes.
+    ----------------------------
+    revision 1.54
+    date: 1993/08/17 18:53:11;  author: amanda;  state: Exp;  lines: +3 -3
+    Typos.
+    ----------------------------
+    revision 1.53
+    date: 1993/08/17 16:54:42;  author: amanda;  state: Exp;  lines: +122 -22
+    Many minor changes, added TeXinfo mode.
+    ----------------------------
+    revision 1.52
+    date: 1993/08/05 10:01:06;  author: amanda;  state: Exp;  lines: +11 -3
+    Rebind C-c C-h to C-c ^ and some new projects (I think).
+    ----------------------------
+    revision 1.51
+    date: 1993/07/28 21:32:29;  author: amanda;  state: Exp;  lines: +103 -99
+    Lots of small fixes.
+    ----------------------------
+    revision 1.50
+    date: 1993/07/28 00:31:30;  author: amanda;  state: Exp;  lines: +5 -1
+    Whatever
+    ----------------------------
+    revision 1.49
+    date: 1993/07/27 18:44:51;  author: amanda;  state: Exp;  lines: +19 -3
+    More fixes, allow string value for latex options, add . and , projects.
+    ----------------------------
+    revision 1.48
+    date: 1993/07/27 01:12:48;  author: amanda;  state: Exp;  lines: +173 -102
+    Many small changes, and better control over parsing.
+    ----------------------------
+    revision 1.47
+    date: 1993/07/26 02:42:35;  author: amanda;  state: Exp;  lines: +18 -54
+    Added support for cite completion.
+    ----------------------------
+    revision 1.46
+    date: 1993/07/24 20:57:38;  author: amanda;  state: Exp;  lines: +8 -1
+    @item
+    Added menu to for plain @TeX{}.  Suggested by Tim Carlson
+    @samp{<imsgtcar@@sinc.oscs.montana.edu>}.
+    
+    @item
+    Made the menus depend on @code{TeX-command-list}.
+    ----------------------------
+    revision 1.45
+    date: 1993/07/21 15:40:43;  author: amanda;  state: Exp;  lines: +19 -9
+    Moved old project out and other cosmetic changes.
+    ----------------------------
+    revision 1.44
+    date: 1993/07/18 20:01:08;  author: amanda;  state: Exp;  lines: +34 -2
+    Added VorTeX style $ matching.
+    ----------------------------
+    revision 1.43
+    date: 1993/07/17 06:27:02;  author: amanda;  state: Exp;  lines: +10 -13
+    Added AmS TeX and AmS LaTeX support
+    ----------------------------
+    revision 1.42
+    date: 1993/07/16 17:53:40;  author: amanda;  state: Exp;  lines: +17 -7
+    Minor corrections.
+    ----------------------------
+    revision 1.41
+    date: 1993/07/16 04:34:36;  author: amanda;  state: Exp;  lines: +63 -22
+    Many small fixes.
+    ----------------------------
+    revision 1.40
+    date: 1993/07/14 19:17:00;  author: amanda;  state: Exp;  lines: +4 -36
+    Removed references to min-map.el
+    ----------------------------
+    revision 1.39
+    date: 1993/07/08 17:51:57;  author: amanda;  state: Exp;  lines: +10 -7
+    dead keys did not work
+    ----------------------------
+    revision 1.38
+    date: 1993/07/08 16:34:30;  author: amanda;  state: Exp;  lines: +8 -8
+    jtex support, koba attributions
+    ----------------------------
+    revision 1.37
+    date: 1993/07/08 02:18:40;  author: amanda;  state: Exp;  lines: +11 -7
+    Minor fixes, and let tex run even in presence of errors.
+    ----------------------------
+    revision 1.36
+    date: 1993/07/07 00:41:37;  author: amanda;  state: Exp;  lines: +161 -109
+    First v. 7.2 release
+    ----------------------------
+    revision 1.35
+    date: 1993/05/28 01:54:30;  author: amanda;  state: Exp;  lines: +8 -2
+    Minor fixes
+    ----------------------------
+    revision 1.34
+    date: 1993/04/21 18:13:35;  author: amanda;  state: Exp;  lines: +9 -3
+    Credit to Handl.
+    ----------------------------
+    revision 1.33
+    date: 1993/04/17 04:53:18;  author: amanda;  state: Exp;  lines: +34 -3
+    A bit more documentation.
+    ----------------------------
+    revision 1.32
+    date: 1993/04/13 02:45:26;  author: amanda;  state: Exp;  lines: +4 -4
+    Minor typos in the 7.1 doc.
+    ----------------------------
+    revision 1.31
+    date: 1993/04/12 20:33:10;  author: amanda;  state: Exp;  lines: +32 -5
+    Small fixes.
+    ----------------------------
+    revision 1.30
+    date: 1993/04/09 22:13:15;  author: amanda;  state: Exp;  lines: +25 -3
+    Document new features in the history section.
+    ----------------------------
+    revision 1.29
+    date: 1993/04/09 20:52:51;  author: amanda;  state: Exp;  lines: +29 -3
+    Various changes.
+    ----------------------------
+    revision 1.28
+    date: 1993/04/01 02:35:03;  author: amanda;  state: Exp;  lines: +11 -5
+    FoilTeX & better default for C-c C-c
+    ----------------------------
+    revision 1.27
+    date: 1993/03/30 00:46:59;  author: amanda;  state: Exp;  lines: +5 -3
+    new section update
+    ----------------------------
+    revision 1.26
+    date: 1993/03/30 00:25:17;  author: amanda;  state: Exp;  lines: +53 -11
+    This days net hacks.
+    ----------------------------
+    revision 1.25
+    date: 1993/03/27 22:19:46;  author: amanda;  state: Exp;  lines: +2 -2
+    typo
+    ----------------------------
+    revision 1.24
+    date: 1993/03/27 22:15:24;  author: amanda;  state: Exp;  lines: +69 -7
+    DEMACS and Japanese TeX support
+    ----------------------------
+    revision 1.23
+    date: 1993/03/23 12:10:30;  author: amanda;  state: Exp;  lines: +34 -34
+    typo
+    ----------------------------
+    revision 1.22
+    date: 1993/03/23 11:40:23;  author: amanda;  state: Exp;  lines: +60 -24
+    Last changes before 7.0?
+    ----------------------------
+    revision 1.21
+    date: 1993/03/19 00:24:29;  author: amanda;  state: Exp;  lines: +17 -29
+    This days bug fixes.
+    ----------------------------
+    revision 1.20
+    date: 1993/03/18 06:23:31;  author: amanda;  state: Exp;  lines: +9 -1
+    Added support for cleaning up when changing major mode.
+    ----------------------------
+    revision 1.19
+    date: 1993/03/18 06:01:24;  author: amanda;  state: Exp;  lines: +4 -1
+    Support for LaTeX verb macro
+    ----------------------------
+    revision 1.18
+    date: 1993/03/17 22:26:24;  author: amanda;  state: Exp;  lines: +3 -3
+    More doc bugs
+    ----------------------------
+    revision 1.17
+    date: 1993/03/17 22:24:33;  author: amanda;  state: Exp;  lines: +6 -6
+    Fixed doc errors.
+    ----------------------------
+    revision 1.16
+    date: 1993/03/17 22:11:44;  author: amanda;  state: Exp;  lines: +105 -17
+    Some fixes to minor maps, installation, and documentation.
+    Made it easier do add special support for certain printers.
+    ----------------------------
+    revision 1.15
+    date: 1993/03/16 02:28:12;  author: amanda;  state: Exp;  lines: +2 -2
+    Broken reference
+    ----------------------------
+    revision 1.14
+    date: 1993/03/16 02:24:29;  author: amanda;  state: Exp;  lines: +42 -23
+    Russian docs.
+    ----------------------------
+    revision 1.13
+    date: 1993/03/16 01:49:40;  author: amanda;  state: Exp;  lines: +128 -11
+    Add Russian table to min-key.el.
+    
+    Help for having default printer == none.
+    
+    Some better INSTALL documentation because of alpha tester response.
+    ----------------------------
+    revision 1.12
+    date: 1993/03/15 18:12:19;  author: amanda;  state: Exp;  lines: +1789 -181
+    Added support for separate style files and lots of other stuff.
+    And updated the docs.
+    ----------------------------
+    revision 1.11
+    date: 1993/02/17 07:13:28;  author: amanda;  state: Exp;  lines: +74 -82
+    Feedback from alpha sneak preview
+    ----------------------------
+    revision 1.10
+    date: 1993/02/16 05:42:56;  author: amanda;  state: Exp;  lines: +12 -12
+    Untabify
+    ----------------------------
+    revision 1.9
+    date: 1993/02/16 04:09:40;  author: amanda;  state: Exp;  lines: +776 -460
+    Major changes for version 7.0.
+    ----------------------------
+    revision 1.8
+    date: 1992/11/16 17:50:51;  author: amanda;  state: Exp;  lines: +82 -16
+    Rewrote ltx-sec.el to be based on hooks.  Some reformating and moving
+    information around.  Doc updated to reflect this.
+    ----------------------------
+    revision 1.7
+    date: 1992/09/16 12:14:55;  author: amanda;  state: Exp;  lines: +52 -10
+    Ready for 6.1b.
+    ----------------------------
+    revision 1.6
+    date: 1992/09/09 20:56:04;  author: amanda;  state: Exp;  lines: +114 -56
+    Ready for 6.1 alpha.  See the README for detailt
+    ----------------------------
+    revision 1.5
+    date: 1992/07/22 19:30:27;  author: krab;  state: Exp;  lines: +100 -5
+    Final fine tunings for release 6
+    ----------------------------
+    revision 1.4
+    date: 1992/07/22 17:54:08;  author: krab;  state: Exp;  lines: +64 -51
+    MOved outline-minor-mode to C-c C-o
+    ----------------------------
+    revision 1.3
+    date: 1992/07/22 14:04:32;  author: krab;  state: Exp;  lines: +26 -16
+    gr...
+    ----------------------------
+    revision 1.2
+    date: 1992/07/22 13:45:44;  author: krab;  state: Exp;  lines: +9 -1
+    duppelitut!
+    ----------------------------
+    revision 1.1
+    date: 1992/07/22 13:06:36;  author: krab;  state: Exp;
+    Updated docs
+
+commit 46a03ebe7b6ad1d8c38940d094619621e61415da
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 10 22:42:49 2004 +0000
+
+    * doc/auc-tex.texi (Commands): Some rewording.
+    
+    * doc/todo.texi (Wishlist): Some rearrangements and additions.
+
+commit fa504b1755d67ae1daeb42d59898158aa81d532b
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 10 21:54:28 2004 +0000
+
+    * latex.el (LaTeX-math-default): Reorder and complete Greek
+    letters, use Babel transcription conventions for them.
+    
+    * doc/tex-ref.tex: Add \sl definition.
+    (section{Miscellaneous}): Use \string~ for tilde.
+    (section{Greek Letters}): Reorder and complete Greek letters.
+
+commit 738a31ab65b57a8230d050dd64382057bc5fea9a
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 10 20:57:47 2004 +0000
+
+    (TeX-PDF-mode): Set `TeX-output-extension' too.
+    (ams-tex-mode): Move `TeX-set-mode-name' after running hooks.
+
+commit 32c6cd460d4d68839d4da2d499afc4619dcb7d98
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 10 20:47:08 2004 +0000
+
+    * tex-ref.tex: merge math-ref.tex, update a few things, format
+    stuff.
+    
+    * math-ref.tex: removed.
+    
+    * doc/Makefile.in (all): Remove math-ref.tex
+    
+    * Makefile.in (DOCFILES): Remove math-ref.tex
+
+commit c8634e51bb41ab255a085a896d4a4179f628a28a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Aug 10 20:06:35 2004 +0000
+
+    Add `volunteers welcome'.
+
+commit 4a0d181c33fb73dffe933d19e3cd83768808e744
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Aug 10 18:37:45 2004 +0000
+
+    * doc/auc-tex.texi (Completion): TeX-insert-macro-default-style.
+
+commit 9bdc9e7f7baae383fe654784df8f3b905c18cf28
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 18:33:05 2004 +0000
+
+    *** empty log message ***
+
+commit 0870dcc2b26be040adf34278e7c656741f1951cf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 18:32:55 2004 +0000
+
+    Include contributors.  (Hopefully I got everybody.)
+
+commit dee49ef4f94ccb9128c58ce188500fdc148673ab
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Aug 10 18:06:33 2004 +0000
+
+    * tex.el (TeX-source-specials-mode): Add manual link.
+    
+    * doc/auc-tex.texi (Commands): Say how to enable
+    TeX-source-specials-mode permanently.
+    (Viewing): Describe TeX-view.
+
+commit b0b95214ece6a6e2f9a9a17e666ade5fe5b3bbde
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 15:25:45 2004 +0000
+
+    *** empty log message ***
+
+commit d08cc15945c36d0544aa0f091d1f2675623afd19
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 15:25:34 2004 +0000
+
+    (TeXinfo-mode-menu): Capitalize menu entries.
+
+commit c9255e3c8a9feaa0b1849b9a06ce0112340abf34
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 14:33:36 2004 +0000
+
+    *** empty log message ***
+
+commit 2f90361687ef3e6946b5e926d58540e350ca91bd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 14:33:25 2004 +0000
+
+    (ConTeXt-project-structure-menu-name)
+    (ConTeXt-section-block-menu-name, ConTeXt-mode-menu): Capitalize
+    menu entries.
+
+commit c80eaf65ee75f6a6df945ac7fcafe99c55f289d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 14:32:59 2004 +0000
+
+    (LaTeX-mode-menu): Capitalize menu entries.
+
+commit 2d956bd2b33b96a22ef464dd0b4fddc6b73d6ffd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 14:32:30 2004 +0000
+
+    (plain-TeX-mode-menu): Capitalize menu entries.
+
+commit 9ddc8fae24a22dc1f21785e5c6096b28cbeac78a
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 10 13:47:14 2004 +0000
+
+    * tex.el (TeX-maybe-remove-help): convert Emacs' :visible into
+    XEmacs' :included.
+    
+    * latex.el (LaTeX-mode-menu): Change bug submit menu entry.
+    
+    * context.el (ConTeXt-mode-menu): Same.
+    
+    * tex.el (plain-TeX-mode-menu): Same.
+    
+    * tex-info.el (TeXinfo-mode-menu): Same.
+    
+    * latex.el (LaTeX-mode-menu): A few changed help strings and other
+    small fry.
+    
+    * context.el (ConTeXt-mode-menu): Rework menu, reorganize it, add
+    help strings.
+
+commit 2ad4be677a9d7f8dd65fadc621a50746b6adc4ac
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 13:18:26 2004 +0000
+
+    *** empty log message ***
+
+commit 8354127bd608bddbd090f67942dd2eb91ccce3e3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 13:18:14 2004 +0000
+
+    (TeX-fold-buffer-type): Support folding of
+    environments in ConTeXt mode as well.
+    (TeX-fold-item): Ditto.
+
+commit 0008f7be4cf1634fddf7944d7b7760c9f3e4b30c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 10 12:26:02 2004 +0000
+
+    * latex.el (LaTeX-mode-menu): A few changed help strings and other
+    small fry.
+    
+    * context.el (ConTeXt-mode-menu): Rework menu, reorganize it, add
+    help strings.
+
+commit 335d19a8d983ebc5e980f290453f6c6f1d85803c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 10:45:45 2004 +0000
+
+    *** empty log message ***
+
+commit 5c3975a344d9ae58cb36e357553d93079475c3f3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 10:45:37 2004 +0000
+
+    (tex-source-specials-mode): New alias for `TeX-source-specials-mode'.
+
+commit 0107d865d1401c4ad71ba9d09820420f46ac6de6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 08:44:42 2004 +0000
+
+    *** empty log message ***
+
+commit 816e5f2906862e70dcbf01d1a1ecd0a5bd52fc12
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 08:44:32 2004 +0000
+
+    (TeXinfo-mode-menu): Add help strings.
+
+commit 01f723837b9d4279fd93ed553757af88730ffde2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 08:23:30 2004 +0000
+
+    *** empty log message ***
+
+commit b896a500d77e4d10b696fb224a1ae91b1e2985e7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 08:23:20 2004 +0000
+
+    (LaTeX-mode-menu): Rearrange and insert help strings.
+
+commit b497db463a66055b276c2381ba63cec30d5f8f16
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 08:23:09 2004 +0000
+
+    (TeX-command-list): Set a default value which will not
+    lead to an inactive menu entry.
+    (plain-TeX-mode-menu): Add some help strings.
+
+commit 8320c0dd1a3d752349056ccb79e8bd42ba39e7f9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 06:22:25 2004 +0000
+
+    *** empty log message ***
+
+commit da9cae54cea45c0a7ccc477a8e7623a798973c06
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 06:22:11 2004 +0000
+
+    (tex-fold-mode): New alias for `TeX-fold-mode' used
+    in tex.el.
+
+commit 7af2a750287a5493d7bccc134bb879080f2c936c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 10 06:21:55 2004 +0000
+
+    (Commands): Change `TeX-source-specials' to
+    `TeX-source-specials-mode' where appropriate.
+
+commit b94f7a5860d13730d67566da59b1dc245962700f
+Author: Berend de Boer <berend@pobox.com>
+Date:   Tue Aug 10 05:23:42 2004 +0000
+
+    (ConTeXt-current-environment): oops, completion off
+    by 1 after my last change.
+
+commit 98424f66fc586d7bb92d27efab1d84eb63660ac6
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 10 01:33:46 2004 +0000
+
+    (TeX-set-mode-name, TeX-source-specials-map)
+    (TeX-source-specials-mode, TeX-source-specials-expand-options)
+    (TeX-source-specials-view-expand-options): Rename
+    `TeX-source-specials' to `TeX-source-specials-mode'.
+    (TeX-PDF-mode): Make first arg optional (actually, not sure this
+    is a good idea).
+    (tex-pdf-mode): alias for `TeX-PDF-mode'.
+    (tex-interactive-mode): alias for `TeX-interactive-mode'
+    (tex-fold-mode): add autoload.
+    (TeX-mode-map, TeX-mode-specific-command-menu-entries): rename
+    `TeX-source-specials' to `TeX-source-specials-mode'.
+    (TeX-command-list): Add help strings.
+    (TeX-command-menu-entry): Splice help into command entries.
+    (TeX-mode-specific-command-menu-entries): Remove help in XEmacs.
+    (TeX-mode-specific-command-list): Save unnecessary copies and
+    conses.
+
+commit a53024e78c3b3e0c2d02007c12f2dd362901130b
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 9 23:06:39 2004 +0000
+
+    (TeX-set-mode-name, TeX-source-specials-map)
+    (TeX-source-specials-mode, TeX-source-specials-expand-options)
+    (TeX-source-specials-view-expand-options): Rename
+    `TeX-source-specials' to `TeX-source-specials-mode'.
+    (TeX-PDF-mode): Make first arg optional (actually, not sure this
+    is a good idea).
+    (tex-pdf-mode): alias for `TeX-PDF-mode'.
+    (tex-interactive-mode): alias for `TeX-interactive-mode'
+    (tex-fold-mode): add autoload.
+    (TeX-mode-map, TeX-mode-specific-command-menu-entries): rename
+    `TeX-source-specials' to `TeX-source-specials-mode'.
+
+commit 783ab9923219baae129bda6ee9e5f2a82196f534
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 9 21:55:07 2004 +0000
+
+    *** empty log message ***
+
+commit 1873fe1e03b47f236ff39e9b302e2a4664a267f0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 9 21:54:12 2004 +0000
+
+    * tex.el (TeX-set-mode-name): Add LOCAL argument.
+    (TeX-source-specials, TeX-mode-set, TeX-global-PDF-mode)
+    (TeX-PDF-mode, TeX-interactive-mode): Use it.
+    (plain-tex-mode): Move `TeX-set-mode-name' to after running the
+    hooks.
+    
+    * latex.el (latex-mode): Move setting the mode name to after
+    running the hooks.
+    
+    * tex.el (TeX-maybe-remove-help): new function (noop on Emacs).
+    (TeX-menu-with-help): new macro (noop on Emacs).
+    (TeX-mode-specific-command-menu-entries): Add a lot of help strings.
+    (plain-TeX-mode-menu): Same here.
+    
+    * latex.el (LaTeX-mode-menu): `:visible' is not known in XEmacs,
+    and I don't want to clutter the menu with "Convert 209 to 2e" when
+    not necessary.
+    
+    * tex.el (TeX-set-mode-name): Actually use `reset' (patch by Ralf
+    Angeli).
+    
+    * latex.el (LaTeX-common-initialization): There is no "LaTeX2e"
+    command anymore, so don't set it.  Don't do anything on
+    "DVIoutput".  doc fixes.
+
+commit b42639ba0d4ad32b95700af0eef0e5492b54ee9b
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 9 20:15:54 2004 +0000
+
+    * tex.el (TeX-maybe-remove-help): new function (noop on Emacs).
+    (TeX-menu-with-help): new macro (noop on Emacs).
+    (TeX-mode-specific-command-menu-entries): Add a lot of help strings.
+    (plain-TeX-mode-menu): Same here.
+    
+    * latex.el (LaTeX-mode-menu): `:visible' is not known in XEmacs,
+    and I don't want to clutter the menu with "Convert 209 to 2e" when
+    not necessary.
+    
+    * RELEASE (Requirements): some additions.
+    Incorporate some suggestions from Ralf.
+    
+    * tex.el (TeX-set-mode-name): Actually use `reset' (patch by Ralf
+    Angeli).
+    
+    * latex.el (LaTeX-common-initialization): There is no "LaTeX2e"
+    command anymore, so don't set it.  Don't do anything on
+    "DVIoutput".  doc fixes.
+
+commit 55172b0a621958f00145280dbd896144f3087412
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 9 15:53:34 2004 +0000
+
+    (Requirements): some additions.
+
+commit 128133041413a8ed7c4679f502deb28404fff5b7
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 9 09:43:36 2004 +0000
+
+    * tex.el (TeX-set-mode-name): Actually use `reset' (patch by Ralf
+    Angeli).
+    
+    * latex.el (LaTeX-common-initialization): There is no "LaTeX2e"
+    command anymore, so don't set it.  Don't do anything on
+    "DVIoutput".  doc fixes.
+
+commit 41d3c0ee05627f34ec1f91962a29df23d55b2d1f
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 9 02:23:01 2004 +0000
+
+    * latex.el (LaTeX-common-initialization): There is no "LaTeX2e"
+    command anymore, so don't set it.  Don't do anything on
+    "DVIoutput".  doc fixes.
+    
+    * doc/auc-tex.texi (Commands): Explain `TeX-command-buffer',
+    `TeX-pin-region', `TeX-PDF-mode', `TeX-interactive-mode',
+    `TeX-source-specials'.
+
+commit d00b305ded62d82050888ca46e7b84989d623109
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 9 01:41:12 2004 +0000
+
+    * doc/preview-latex.texi: Bump version number.
+    (top): Change preview-latex typesetting convention.
+    (Keys and lisp): AUCTeX menus are not changed.
+    (Simple customization): Don't talk about `.dvi'.
+    (For advanced users): Menu `The preview images' instead of `On EPS
+    previews'.
+    (The Emacs interface): Take PDF into account.
+    (The preview images): Describe `preview-gs-image-type-alist',
+    `preview-dvipng-image-type'.
+    
+    * doc/faq.texi (Introduction to FAQ): Change submission address to
+    preview-latex-devel since this appears to better reflect reality.
+
+commit 1d6afac9df3db384565b3928cccbccfe21181070
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 9 01:22:42 2004 +0000
+
+    * latex/preview.dtx (showlabels): work around ntheorem/amsmath
+    bug.
+    
+    * preview.el (preview-gs-image-type-alist): Add fallback for
+    'postscript image type (not yet used).
+    (preview-dvipng-command): Add documentation about
+    `preview-dvipng-image-type'.  Change options to `-picky
+    -noghostscript' to work with dvipng 1.2.
+    (preview-dvipng-image-type): New variable.
+    (preview-gs-open): Don't barf until we know what device will
+    actually be used.
+    (preview-gs-dvips-process-setup): Complain about unavailable
+    devices here.
+    (preview-dvipng-process-setup): And here.
+    (preview-dvipng-process-setup, preview-dvipng-place-all): Use
+    `preview-dvipng-image-type'.
+    (preview-TeX-inline-sentinel): Change "abnormally with code 1" and
+    "finished" exit status message.
+    (preview-dump-replacements, preview-undump-replacements): Don't
+    match command name as specifically.
+    (preview-report-bug): Report more variables.
+
+commit b88c11342166824db6ab0c84a0a46ada64d07916
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sun Aug 8 22:55:44 2004 +0000
+
+    *** empty log message ***
+
+commit 863c3dbbada093793d428570fe201d9e4aa734b7
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sun Aug 8 22:54:52 2004 +0000
+
+    (ConTeXt-current-environment): now properly skips
+    nested environments instead of always returning just the last
+    environmont just above the cursor.
+
+commit f9b0afa10f92ffea57774527ef9114cabc6fc83a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 8 17:10:13 2004 +0000
+
+    * tex-buf.el (TeX-run-set-command): Initialize
+    `TeX-output-extension' based on `TeX-PDF-mode'.
+    
+    * tex.el (TeX-command-output-list): Don't look at pdf* commands.
+    Don't have default mode "dvi".
+    (VirTeX-common-initialization): Don't add to
+    desktop-locals-to-save locally: that's broken.
+    (desktop): Add stuff into appropriate variables for proper desktop
+    save/restore.
+    (TeX-mode-specific-command-menu-entries, plain-TeX-mode-menu):
+    Reorganize menus.  Add font commands into plain TeX menu.
+    
+    * tex-info.el (TeXinfo-mode-menu): Reorganize menu.
+    
+    * latex.el (LaTeX-mode-menu): Reorganize menu.
+    
+    * context.el (ConTeXt-mode-menu): Reorganize menu.
+
+commit 4b422f92822f549191be5bc9b4676051704bb0b4
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 7 01:45:53 2004 +0000
+
+    * doc/todo.texi (Mid-term Goals): Use @previewlatex macro.
+    (Mid-term Goals): New entries.  Should some of them be moved to
+    wishlist?  Remove a few fixed bugs.
+    
+    * doc/macros.texi: move @ConTeXt macro out of info-only section.
+    Typeset @previewlatex differently.
+
+commit 33632f0324c5fb7a3519dfa63f46e2d30bf7bbe4
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 7 01:40:55 2004 +0000
+
+    Some rewordings and additions.
+
+commit 66db3502445aa1c432c72247738120b1093bfe80
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 7 01:35:56 2004 +0000
+
+    * doc/macros.texi: New @ConTeXt{} macro, change appearance of
+    @previewlatex{}.
+    
+    * doc/faq.texi (Customization): Presentation classes should work
+    mostly.
+    (Customization): Remove troubleshooting for `xy.sty'.
+    (Requirements): Add AUCTeX 11.50 for PDFLaTeX.
+    (Requirements): Mention dvipng.
+    (Customization): PDFLaTeX is supported now.
+    (Customization): ConTeXt is supported by AUCTeX, PDFLaTeX too.
+    `Only' style support is missing now.
+    
+    * latex/preview.dtx: workaround for `xy.sty' in `textmath' code.
+
+commit b3cb3a8bd60c33f8043d50cf87cb733c3834b355
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Aug 6 12:56:28 2004 +0000
+
+    * font-latex.el: Use "gnu.org" instead of "nongnu.org".
+    
+    * bib-cite.el: Ditto.  Use "AUCTeX", not "auc-tex".
+    
+    * lpath.el: Use "AUCTeX".
+
+commit 78958d334cb66e671e9d54a107a2ab3f0c7b6dd9
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Aug 6 09:14:50 2004 +0000
+
+    Add last two commit to Change log and bumb version.
+
+commit a17a155bf7acb2fa2870e5f4cec37f3c16898c6f
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 5 18:53:46 2004 +0000
+
+    * doc/macros.texi: New @ConTeXt macro.
+    
+    * doc/auc-tex.texi, doc/changes.texi, doc/history.texi,
+    doc/todo.texi, doc/wininstall.texi: Use macros @AUCTeX, @ConTeXt,
+    @LaTeX everywhere.
+
+commit 376d4e383f13d6cb7b06d2bb505fbbd6f6f730ef
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 5 17:00:32 2004 +0000
+
+    Use AUC@TeX{}, not @AUCTeX{}.
+
+commit dc22c44ebe90101ad59ea5ec1e60de4924894da2
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 5 13:59:17 2004 +0000
+
+    (European): Mention Emacs 21.  Fixed typo.
+
+commit 22da05110133e52d938156c4757c1f0160c05b46
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 5 13:54:35 2004 +0000
+
+    * doc/todo.texi: Help for documentation wanted.
+    
+    * doc/changes.texi: Some additions: captcont and subfigure,
+    `LaTeX-includegraphics-options-alist', `LaTeX-default-position',
+    kpathsea based completion, `TeX-insert-macro-default-style'.
+    Refer to installation nodes (autoconf installation).
+
+commit 71f6e9c36a46f87a6526edcc1fb11651bdf3a8cd
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 5 13:43:24 2004 +0000
+
+    * tex.el (TeX-submit-bug-report): Added more explanations.
+    
+    * latex.el (LaTeX-style-list): Improve doc-string.
+    
+    * font-latex.el (font-latex-script-display): New variable.  Make
+    raise of sub-/superscripts customizable.
+    (font-latex-unfontify-region, font-latex-script): Use it.
+
+commit d3ecc91a7a814033c74edaa09e26736f2de9a84d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 5 12:04:38 2004 +0000
+
+    * latex.el (LaTeX-style-list): Improve doc-string.
+
+commit 4162edda44b1a0b934200d3197337420d77a5693
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 5 12:02:54 2004 +0000
+
+    (font-latex-script-display): New variable.  Make
+    raise of sub-/superscripts customizable.
+    (font-latex-unfontify-region, font-latex-script): Use it.
+
+commit a3f4f790218f9e34b517cbc4892a4242b047428a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 5 07:29:49 2004 +0000
+
+    *** empty log message ***
+
+commit 7c6b96a3d9fe211f0e1ec38ffbd992c0e3c22228
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Aug 5 07:29:41 2004 +0000
+
+    Improve sectioning and add some more information.
+
+commit 116b650e00492cfbc0968dbd3f35cae8e006d3e3
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Aug 5 03:59:24 2004 +0000
+
+    * tex-site.el.in: don't require 'tex-mik on Windows, let the user
+    load it instead of tex-site if he wants to.
+    
+    * tex.el (TeX-command-list): Add `%(PDFout)', `%(mode)' and
+    `%(execmode)'.  Remove `TeX Interactive', `LaTeX Interactive' and
+    `ConTeXt Interactive'.
+    (LaTeX-command-style): Don't provide a default for a
+    `LaTeX-version' of "2": people can customize this if necessary
+    themselves, we would not know a sane default, anyway.
+    (TeX-expand-list): Support `TeX-DVI-via-PDFTeX', `%(PDFout)',
+    `%(mode)' and `%(execmode)'.
+    (TeX-set-mode-name): Add `reset' flag to indicate that the next
+    step should again be TeXing.  Add "I" flag.
+    (TeX-source-specials): Call `TeX-set-mode-name' with `reset' flag.
+    (TeX-mode-set): Variable setter for TeX modes.
+    (TeX-PDF-mode): Make the default value a global mode.
+    (TeX-global-PDF-mode): Toggle function to change default
+    `TeX-PDF-mode'.
+    (TeX-PDF-mode): Remove local binding of `TeX-PDF-mode' in case of
+    conflicts.  Call `TeX-set-mode-name' with `reset' flag.
+    (TeX-DVI-via-PDFTeX): New customizable variable.
+    (TeX-interactive-mode): New mode.
+    (TeX-mode-map): Add binding for `TeX-interactive-mode'.
+    (TeX-mode-specific-command-menu-entries): Add menu entry for it.
+    
+    * tex-buf.el (TeX-command-expand): Document `%%'.
+    (TeX-run-TeX): If `TeX-interactive-mode' is set, run
+    `TeX-run-interactive' instead.
+
+commit d72f7bf76a3a39b071a2545777070a1436854082
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 4 17:50:29 2004 +0000
+
+    *** empty log message ***
+
+commit c525115b8018dffe0bf3a2090d44c040800cf242
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 4 16:30:50 2004 +0000
+
+    *** empty log message ***
+
+commit 5a6e5cc61687a5e039f6986dba2eff5f6cb4ab7b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 4 16:13:17 2004 +0000
+
+    * tex.el (TeX-base-mode-name, TeX-set-mode-name): Move to front,
+    add catering for global mode switches.
+    (TeX-source-specials, global-TeX-PDF-mode): Use this.
+
+commit 424075f705a5bd2e4e66834d1cddd3df78135f43
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Aug 4 12:23:35 2004 +0000
+
+    (font-latex-fontify-script): Default to nil in XEmacs.
+
+commit 9302ffe2fd759d8020f3c9a6f11cb34bf457ed9d
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 4 09:51:07 2004 +0000
+
+    (LaTeX-common-initialization): Add style hook for
+    "ifpdf".
+
+commit b9b1b544812e7e72116851f4eb7e3eba9b9937b9
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 4 09:36:52 2004 +0000
+
+    Merge a few AUCTeX changes.
+
+commit 6d1f2c611c81566b2e47f1d72125727ffb10cbb1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 4 07:16:07 2004 +0000
+
+    *** empty log message ***
+
+commit 90cb3fee438a8de0be9a3e8e7cc8747dc800c031
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Aug 4 07:15:56 2004 +0000
+
+    (font-latex-unfontify-region): New function.
+    (font-latex-setup): Use it.
+
+commit 11de4b6d5ae09830369f1950a547abdb2ba9172f
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 4 04:05:55 2004 +0000
+
+    * tex-fptex.el (TeX-command-list): Remove PDFTeX calls.
+    
+    * tex-mik.el (TeX-command-list): Remove PDFTeX calls.
+
+commit 5e340076a6dd013100ec0eb927e6ffe4130e3be6
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 4 03:48:29 2004 +0000
+
+    * tex.el (TeX-command-list): Use %(PDF) where necessary, drop
+    PDFTeX entries.
+    (LaTeX-command-style): Add %(PDF) here.
+    (TeX-expand-list): Expand %(PDF).
+    (TeX-mode-p): Moved.
+    (TeX-PDF-mode, global-TeX-PDF-mode): New minor modes.
+    (TeX-PDF-mode-on, TeX-PDF-mode-off): Shortcuts for calling.
+    (TeX-PDF-mode-parsed): New variable.
+    (TeX-set-mode-name): Simplify.
+    (TeX-mode-map): Add C-c C-t C-p for TeX-PDF-mode.
+    (TeX-mode-specific-command-menu-entries): Add menu entry for it.
+    
+    * latex.el (LaTeX-math-mode): Refresh modeline after generating
+    it, not before.
+    (LaTeX-common-initialization): Add style-hooks fo pdftex, dvips
+    and others.
+    
+    * tex.el (TeX-view-style, TeX-output-view-style): Place dvi file
+    name last.
+
+commit 33d328ff96a02dbc315536b968e6ede8218e0d3c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 3 22:45:00 2004 +0000
+
+    (TeX-view-style, TeX-output-view-style): Place dvi file
+    name last.
+
+commit 12a3f2c9ea84cd6d515ce0c62b4d049fa44da34c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 19:25:15 2004 +0000
+
+    *** empty log message ***
+
+commit e3ba3adf746f440be845ee8177bc710b6eb2a39b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 19:24:59 2004 +0000
+
+    (TeX-source-specials): New customization group.
+    (TeX-source-specials, TeX-source-specials-tex-flags)
+    (TeX-source-specials-places)
+    (TeX-source-specials-view-start-server): Use it
+    (TeX-source-specials-view-position-flags)
+    (TeX-source-specials-view-gnuclient-flags)
+    (TeX-source-specials-view-emacsclient-flags): Change defvar to
+    defcustom.
+    (TeX-source-specials-view-editor-flags): New customize option.
+    (TeX-source-specials-view-expand-client): Return not only client
+    but options as well.
+    (TeX-source-specials-view-expand-options): Use
+    `TeX-source-specials-view-editor-flags'.
+
+commit 4354f873c74ba6f63be16caf2b0a324f395dcc64
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Aug 3 18:59:09 2004 +0000
+
+    (TeX-source-specials-places): Change comment.
+
+commit 64adaeec72c6f3eefe56e7c9662dd3c51ffe909e
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 3 18:50:28 2004 +0000
+
+    (LaTeX-mode-menu): Add "Close Environment"
+
+commit ded3c69d606fc6678593d935455ce80ebc7bfcdf
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 3 17:14:17 2004 +0000
+
+    (preview-walk-document): Current buffer and its
+    master are always considered part of the document.
+    (preview-dvipng-command): Use -noghostscript option.
+    (preview-dvipng): Remove the almost unused customization group
+    'preview-dvipng.
+
+commit af653bc43bd623cdff7bf1ea7bfed569f9a738f4
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 3 16:51:06 2004 +0000
+
+    (TeX-source-specials-view-gnuserv-p): replaces
+    `TeX-source-specials-view-guess-server'.
+    (TeX-source-specials-view-expand-client)
+    (TeX-source-specials-view-expand-options): Use this.
+
+commit 8ab647096233f69dad93ffe2d59cbe06352f3842
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 14:29:44 2004 +0000
+
+    *** empty log message ***
+
+commit 595afe33057884c84dc16be16fb079cf0d2979c0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 14:28:37 2004 +0000
+
+    (TeX-source-specials-view-guess-server): New function.
+    (TeX-source-specials-view-expand-options): Use
+    `TeX-source-specials-view-guess-server'.
+
+commit da971c88c1a2d73f1fc96e0ac929f45a2b3aa0f4
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Aug 3 14:21:58 2004 +0000
+
+    Added coding cookies.
+
+commit 946b3468234b5bc6b17956eb7af96ae827741996
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 3 14:02:12 2004 +0000
+
+    Change Source Special description and a few other
+    things.
+
+commit 0879d4099f11974f2dc0ef55d66ec11d1b77934a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 13:29:17 2004 +0000
+
+    *** empty log message ***
+
+commit 36d10acc4f77b69b858d9dc97b7104afa95fe938
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 13:29:06 2004 +0000
+
+    (TeX-forward-comment-skip): Only consider consecutive comment
+    characters when comparing the comment prefix.
+
+commit 5622c1350241e74e6b892b7b6d4a5d76d28cedfb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 09:53:47 2004 +0000
+
+    *** empty log message ***
+
+commit 9e9f2273e1a3067fdfa6249ef7ade2db7ba175cb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 09:53:35 2004 +0000
+
+    (TeX-source-specials-view-expand-options): Correct return value.
+
+commit baf889ff1a4a5f1ebee9f20375e98834a287df2a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 09:41:06 2004 +0000
+
+    *** empty log message ***
+
+commit 844ce55db9b9d58b23acb57711e7217845001eb4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 09:40:53 2004 +0000
+
+    (TeX-expand-list): New %cS expander for
+    `TeX-source-specials-view-expand-client'.
+    (TeX-source-specials-view-start-server): New customize option.
+    (TeX-source-specials-view-start-server-asked): New variable.
+    (TeX-source-specials-view-position-flags): New name.  Formerly
+    known as `TeX-source-specials-viewer-flags'.
+    (TeX-source-specials-view-gnuclient-flags): New variable.
+    (TeX-source-specials-view-emacsclient-flags): New variable.
+    (TeX-source-specials-view-expand-client): New function.
+    (TeX-source-specials-view-expand-options): Expand options for
+    inverse search as well.
+
+commit b50f957936b1ee07a8e1ce41ebd65819696de3c0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 09:40:44 2004 +0000
+
+    Avoid email addresses.
+
+commit f9a0ae9150a91c5a9933a857fb62860f675241e9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Aug 3 09:40:32 2004 +0000
+
+    Update to 11.50.
+
+commit 6348fd628406c0b20ee69d9e017d7a601c496110
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 3 01:05:18 2004 +0000
+
+    First draft for release 11.50
+
+commit c2c67f67f753d2409d478df6c099e4f2de66dded
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 2 06:53:29 2004 +0000
+
+    *** empty log message ***
+
+commit 1805f4f742702ea35124da63ca75bf4cc256d5cc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Aug 2 06:53:18 2004 +0000
+
+    Advertise support for toggling source
+    specials.  Mention macro completion in docTeX mode and fix for
+    filling in XEmacs with preview-latex and activated previews.
+
+commit 33e9760cf978b02628ee0a5b25087b1b4d00ff25
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 2 00:39:32 2004 +0000
+
+    (preview-extract-bb): remove old outcommented version.
+    (preview-dvipng-command): Use -no-image-on-warn option.
+    (preview-pdf2dsc-process-setup): Oops, just use
+    `preview-gs-image-type' here.
+    (preview-dvipng-sentinel): Don't delete dvi file since it might be
+    needed in `dvipng-place-all'.
+    (preview-dvipng-place-all): Start dvips/GhostScript if some image
+    files are missing.  Delete dvi file if none are missing.
+
+commit 6dfeae18f3d9ce6aba26535700a323770bd36036
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Aug 1 15:13:15 2004 +0000
+
+    * doc/wininstall.texi: Remove info about manual installation.
+    Explain about preferred path syntax.
+    
+    * doc/install.texi: Move info dor INSTALL.Windows.
+
+commit 96ab97591de0d75524d8ae9b9b41b02d6095aed6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 11:31:27 2004 +0000
+
+    *** empty log message ***
+
+commit 4bbac31add31df1a876c52e6ee9db3f0bfb09550
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 11:31:09 2004 +0000
+
+    (TeX-add-style-hook): Remove bogus `LaTeX-add-index-entries' call.
+
+commit 9fb1eb4207205957d1646562597972d67f8b42bf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 09:09:56 2004 +0000
+
+    *** empty log message ***
+
+commit 5fe1fe287f33982455faf6fdd6b33e1b68bcd625
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 09:09:41 2004 +0000
+
+    Do not overwrite customized variables.
+
+commit a5ef3ee4dc6d03396149ee46eb5e84f3ff2dbd8f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 08:56:06 2004 +0000
+
+    *** empty log message ***
+
+commit 246b172a64d50611419ee82b32ad8cc5cff2a353
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 08:55:55 2004 +0000
+
+    (STYLESRC): Add new style files.
+
+commit 29342dc6c74ea246786eb3cd1f56cab343e3c9e4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 08:55:44 2004 +0000
+
+    Synchronize with preview-latex.
+
+commit 6a90d217cc97372a6f2b485c0cb37c2a0d52b296
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 08:55:34 2004 +0000
+
+    (TeX-fold-macro-spec-list): Add references to
+    default.
+    (TeX-fold-buffer-type): Additionally pass display string
+    specification and type to `TeX-fold-make-overlay'
+    (TeX-fold-item): Ditto.
+    (TeX-fold-make-overlay): Accept display string specification and
+    type as arguments and set them accordingly in the overlay.
+    Do not signal overfullness if the dispay string contains a
+    linebreak.
+    (TeX-fold-macro-nth-arg): Make `macro-start' mandatory so that
+    macro boundaries may be determined even if point is not inside of
+    a macro.
+    (TeX-fold-hide-item): Recompute display string on closure if
+    display string specification is an integer.
+
+commit 2f03a0dabdd5cd5c6a7f6b4a258c1ecd83892003
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 08:55:16 2004 +0000
+
+    Add header and reformat.
+
+commit e1a42c7c31a6d23bec18eff73209762cdc4f9d72
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 08:55:05 2004 +0000
+
+    Add header.
+
+commit 47ca5fe1cf1eb1e1f58c26255b5a9d3ffef9ba39
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Aug 1 08:54:54 2004 +0000
+
+    New file.
+
+commit 41f838e039c05cbc460b41749a98722004a5669d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 31 07:41:37 2004 +0000
+
+    *** empty log message ***
+
+commit 6b5998c2ae8a52be7635ac734e9af88d0aaa5b11
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 31 07:41:26 2004 +0000
+
+    Autoload `texmathp'.
+    (font-latex-keywords-2): Add `font-latex-match-script'.
+    (font-latex-script-keywords): Remove.
+    (font-latex-fontify-script): Remove :set function.
+    (font-latex-match-script): New function.
+
+commit 8ad24eacc775b944aab5d8cd356c253bf2d8d092
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 31 07:41:15 2004 +0000
+
+    (TeX-view-style): Adapt options to WinDVI
+    documentation.
+    (TeX-output-view-style): Set it.
+    (TeX-source-specials-viewer-flags): Ditto.
+
+commit 31a13acea0676d2a000b4fa5695e9f3200e80997
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 31 07:41:04 2004 +0000
+
+    (TeX-view-style): Remove unconditional source
+    specials option for yap.
+    (TeX-output-view-style): Set it.
+    (TeX-source-specials-viewer-flags): Ditto.
+
+commit 64c06a43cbf595f4bfaaf5b77dfbf3792dd37ab4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 30 11:26:21 2004 +0000
+
+    *** empty log message ***
+
+commit 6e840236817b1960d864c82fc6b277f7cd38c532
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 30 11:26:12 2004 +0000
+
+    (tar-ball): Remove warning which often confuses users.
+
+commit 0ada9d027a4a64144913aa4587b26f518e85fab0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 30 11:25:54 2004 +0000
+
+    (EMACS_MAJOR_VERSION): New test and variable.
+
+commit cc11e13fd609c59837f89ab6145ebcb5eba2b882
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 30 11:25:45 2004 +0000
+
+    Fix AUCTeX version.
+
+commit 63338731e0155011025394cb3012e03c1b6c0994
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 30 11:25:34 2004 +0000
+
+    At least (X)Emacs 21 is required.
+
+commit e18eb05fbaae71f3e2526750d64f7d9e5dbed224
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 30 11:24:47 2004 +0000
+
+    (install): Remove warning which often confuses users.
+
+commit 13dcf0c6444c6f1b9273a2fdb2e22f6b463cea32
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 30 11:24:33 2004 +0000
+
+    Fix version numbers.
+    (Changes): New name.  Formerly known as "History".
+    (ToDo): New heading.
+
+commit 00879a0806807fa4c75168afb0f9094aa27d0b0c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 30 11:24:21 2004 +0000
+
+    Add heading for `rawfile'.  Change `section' to `heading'.
+
+commit f709d3937956620fc1c578d2429db5c0d0aed77e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 30 11:23:58 2004 +0000
+
+    (Frequently Asked Questions About AUCTeX): At least (X)Emacs 21 is
+    needed.
+
+commit 8dfd5cd3f354bffbbf4fb986b64b025cd83928ff
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 30 11:23:45 2004 +0000
+
+    (Prerequisites): At least (X)Emacs 21 is needed.
+
+commit c4b0d1ed7cacb4562bd9f6b79765ce7ddad601cd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 29 08:59:55 2004 +0000
+
+    *** empty log message ***
+
+commit 4b842f5aab7d0c26d06bd11bd435ca352f7424f3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 29 08:59:44 2004 +0000
+
+    (font-latex-fontify-script): Doc fix.
+
+commit 471ac2c35d19cb98b3f698782354568df5d0ca08
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 29 08:59:32 2004 +0000
+
+    (LaTeX-fill-region): Improve performance by avoiding
+    unnecessary calls to `LaTeX-forward-paragraph'.
+
+commit 3a09ade3df108bfa94ccbe3e777dfa3267f36448
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 29 08:59:15 2004 +0000
+
+    (TeX-fold-macro-spec-list): Extend default.  Add
+    specification for argument number.
+    (TeX-fold-env-spec-list): Ditto.
+    (TeX-fold-folded-face): Renamed from
+    `TeX-fold-display-string-face'.
+    (TeX-fold-unfolded-face): New face and variable.
+    (TeX-fold-buffer-type): Move through buffer from bottom to top in
+    a single run in order to allow easier prioritization of nested
+    overlays.
+    (TeX-fold-item): Compute display string via
+    `TeX-fold-macr-nth-arg'.
+    (TeX-fold-make-overlay): Consider the length of the display string
+    as well when judging if a line is overfull.  Let priority be
+    computed by `TeX-fold-macr-nth-arg'.  Do not call
+    `TeX-fold-hide-item'.
+    (TeX-fold-macro-nth-arg): New function.
+    (TeX-fold-priority-step): New variable.
+    (TeX-fold-prioritize): New function.
+    (TeX-fold-hide-item): Set mouse-face.
+    (TeX-fold-show-item): Ditto.  Do not set face twice.
+    (TeX-fold-post-command): Recognize mouse clicks as well.
+
+commit 252441211b831753677fa92de64b923c34934e5b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 29 08:59:03 2004 +0000
+
+    (TeX-find-macro-boundaries): New function.
+    (TeX-find-macro-end-helper): Find macro arguments with a preceding
+    linebreak as well.
+
+commit b9258955c834a24b98c432b04288e54066375eec
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 29 08:58:45 2004 +0000
+
+    (Folding): Document new functionality.
+
+commit 83a6b2ad3b8ac45b38cddd74556d29753279dd1b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jul 28 00:15:36 2004 +0000
+
+    * doc/problems.texi (Too small bounding boxes): Fix node
+    crosslinks.
+    
+    * doc/problems.texi (LaTeX international characters): remove node.
+
+commit aea9296efa9c27d50bb72820d13f5cb91c713d62
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jul 28 00:04:50 2004 +0000
+
+    * latex/preview.dtx: Tiny change to placate font-latex.
+    
+    * latex/README-preview: Explain that PDF may be produced.
+    
+    * doc/wininstall.texi: Remove advice about failing byte-compiles:
+    we should have this covered by now.
+    
+    * doc/problems.texi (LaTeX international characters): remove node.
+    
+    * doc/preview-latex.texi (Misplaced previews): Refer to x-symbol
+    node instead of 8bit testing.
+    
+    * doc/install.texi (Configure): Remove --disable-8bit-test
+    description.
+    
+    * preview.el (preview-parse-messages): Simplify line match.
+    
+    * preview-latex.spec: Several changes of %{buildroot} uses and of
+    infodir.  Doubtful whether this will work with Fedora.
+    
+    * configure.in: Remove all 8bit-cleanness testing.
+    
+    * aclocal.m4 (EMACS_LISP): just write out a string expression
+    without change or echo.  Document the macro.
+    
+    * doc/Makefile.in (prefix) (packagedir) (datadir) (infodir):
+    preserve trailing backslashes.
+    
+    * Makefile.in (INSTALL) (INSTALL_DATA): Don't munge them for
+    trailing backslashes.
+
+commit fa677e54eb4f33001b8af6a0b58682f99aaffdc0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 27 19:34:22 2004 +0000
+
+    (preview-dvipng): New customization group.
+    (preview-image-creators): Remove ghostscript options here.
+    (preview-gs-image-type-alist): New variable for lookup of
+    Ghostscript options.
+    (preview-gs-open): Remove imagetype and gs-optionlist arguments.
+    Instead, look them up in preview-gs-image-type-alist.
+    (preview-gs-dvips-process-setup): Setup GhostScript command line
+    at different place.
+    (preview-gs-dvips-process-setup): Use preview-gs-image-type, not
+    preview-image-type for extension.
+    (preview-dvipng-open): Removed.
+    (preview-dvipng-process-setup): Setup GhostScript fallback.
+    (preview-pdf2dsc-process-setup): Don't setup GhostScript here.
+    (preview-error-quote): Fix bugs, only convert last ^^ sequence
+    when a long string of ^^ exists.
+
+commit 61700e4b95cd7a0a303a415f85326f5ce5d6c94d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 27 19:33:52 2004 +0000
+
+    *** empty log message ***
+
+commit ffaa0cd7905f2bb00e20a174819ed83e5475c0ab
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 23 20:35:51 2004 +0000
+
+    *** empty log message ***
+
+commit 1b967b11e8eeec22033768989c256434d3315435
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 23 20:35:41 2004 +0000
+
+    (TeX-fold-make-overlay): Remove superfluous `let'.
+
+commit 8bee68ac7f4ec327a6570f9eeebb17f30f4661e0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 23 20:27:19 2004 +0000
+
+    *** empty log message ***
+
+commit ca14269c3588749fc401e59befc4d38881bc7af6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 23 20:27:06 2004 +0000
+
+    (TeX-fold-make-overlay): New function.
+    (TeX-fold-buffer-type, TeX-fold-item): Use it.
+    (TeX-fold-mode): Call `TeX-fold-clearout-buffer' after clearing
+    `post-command-hook'.
+
+commit 4ce6a5935d3ab2e23b2453abbfde1f65574b0317
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 22 15:03:01 2004 +0000
+
+    *** empty log message ***
+
+commit 7d129a41ae84d128b346b7e8a4b25c7f8d633231
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 22 15:02:47 2004 +0000
+
+    Remove warning about TeX-fold not working correctly on XEmacs.
+
+commit 361c79d5a54f4df7ac59ccff351cb90d9688ee3c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 22 14:45:21 2004 +0000
+
+    *** empty log message ***
+
+commit f38f86029bb5482db0a1be97da1c960c12b592f1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 22 14:45:00 2004 +0000
+
+    (LaTeX-indent-line): Temporarily make invisible
+    overlays visible in XEmacs.
+
+commit 232cc6778fb530af281ec95b23ab4b695c887bbb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 22 14:44:43 2004 +0000
+
+    (TeX-comment-region): Use a real function instead of an
+    `fset' and temporarily change `comment-start' for certain XEmacs
+    releases.
+    (TeX-comment-or-uncomment-region): Use it.
+    (TeX-comment-or-uncomment-paragraph): Ditto.
+
+commit f2f72216d8cc79ce766fcc6acc10021702999e13
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 21 16:43:48 2004 +0000
+
+    *** empty log message ***
+
+commit b52052e92e2c63eee84fb3bf327389bba902a1be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 21 16:43:37 2004 +0000
+
+    (ConTeXt-mode-menu): Check if variable is defined.
+    Necessary for XEmacs compatibility.
+    (ConTeXt-menu-update): Fix creation of environment menus.
+
+commit 549959bbde03cd0d0da664fcfb04724b0863d28b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 21 16:43:26 2004 +0000
+
+    (LaTeX-mode-menu): Check if variable is defined.
+    Necessary for XEmacs compatibility.
+
+commit b310d3d65cd560d5973d605dd0eabddf8538f581
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 21 16:43:09 2004 +0000
+
+    (TeX-fold-display-string-face): Remove `min-colors'
+    spec as XEmacs does not like them.
+    (TeX-fold-hide-item): Set face on the glyph and not on the
+    overlay/extent in XEmacs.
+    (TeX-fold-post-command): Do not check detached extents in XEmacs.
+
+commit f2bd350e4ee0f17983781e602acb70ff6ba34c63
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 21 16:42:59 2004 +0000
+
+    (TeXinfo-mode-menu): Check if variable is defined.  Necessary for
+    XEmacs compatibility.
+
+commit a270be71de550fcad8d2941c2aa32618456724e7
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Jul 20 21:40:27 2004 +0000
+
+    (font-latex-set-title-face): New function.
+    (font-latex-title-fontity): Use it to make customization work during a session.
+    (font-latex-title-*-face): Use it to simplify the initialization.
+
+commit 5072c7cca7573cacee6ecc7880fc45a7218ecdc3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 20 14:58:18 2004 +0000
+
+    *** empty log message ***
+
+commit b3b2785f9a3d943552dbb59dd75994aca3cb23d1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 20 14:58:06 2004 +0000
+
+    (TeX-fold-item): Prioritize overlays.
+
+commit d3e03c7c480cd095591d2628987790c2ade867cb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 20 08:38:21 2004 +0000
+
+    *** empty log message ***
+
+commit 0f24605eaa68d6a3e32524e619f2efcceb0c97cb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 20 08:38:10 2004 +0000
+
+    (ConTeXt-mode-menu): Adapt key bindings for folding.
+
+commit 54f94dbeb9b556846ac86a09f7daebd9a41f6786
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 20 08:38:00 2004 +0000
+
+    (LaTeX-hide-environment): Remove.  Functionality is now
+    provided by TeX-fold.
+    (LaTeX-show-environment): Ditto.
+    (LaTeX-mode-map): Remove key bindings for `LaTeX-hide-environment'
+    and `LaTeX-show-environment'.
+    (LaTeX-mode-menu): Adapt key bindings for folding.  Remove menu
+    entries for `LaTeX-hide-environment' and `LaTeX-show-environment'.
+
+commit 46ef15b84cc951e283d7548b0406fe1818314000
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 20 08:37:48 2004 +0000
+
+    (TeX-fold-macro-spec-list): New name for
+    `TeX-fold-spec-list'.  More unobtrusive default.
+    (TeX-fold-env-spec-list)
+    (TeX-fold-unspec-macro-display-string)
+    (TeX-fold-unspec-env-display-string): New variables.
+    (TeX-fold-keymap): New key bindings which are more mnemonic and
+    orient at preview-latex's bindings instead of outline.el.
+    (TeX-fold-buffer): Transfer contents to `TeX-fold-buffer-type'
+    which can be used for both macros and environments.
+    (TeX-fold-buffer-type): New function.
+    (TeX-fold-macro): Transfer contents to `TeX-fold-item' which can
+    be used for both macros and environments.
+    (TeX-fold-env, TeX-fold-item): New functions.
+    (TeX-fold-clearout-item): New name for `TeX-fold-clearout-macro'.
+    (TeX-fold-hide-item, TeX-fold-show-item): Adapt doc string.
+
+commit 3d36e7524145ca262499e72d43d3d1f549da811b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 20 08:37:38 2004 +0000
+
+    (TeXinfo-mode-menu): Adapt key bindings for folding.
+
+commit b8bfb03a26c4207ba983c5239a4a0d548d161eb6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 20 08:36:33 2004 +0000
+
+    (Folding): Document new and changed functions
+    and variables related to folding environments (new) and macros.
+
+commit de3cddb206e3c350246f63b504a7947693eea259
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jul 20 08:36:24 2004 +0000
+
+    Advertise support for folding environments.
+
+commit c06f454edf23aa53d25a49966c57e25adffe2cd4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 18 08:18:20 2004 +0000
+
+    *** empty log message ***
+
+commit efb325c2a44dae4bf51311620cb2e9407af10195
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 18 08:18:07 2004 +0000
+
+    (context-en-mode): Set `TeX-base-mode-name' instead of `mode-name' and
+    use `TeX-set-mode-name'.
+
+commit 23adc1f66ad940c92e01f60e7f5d1dbd82b3bcf6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 18 08:17:53 2004 +0000
+
+    (context-nl-mode): Set `TeX-base-mode-name' instead of `mode-name' and
+    use `TeX-set-mode-name'.
+
+commit 82e9955c23e1e2aaccf4bcce7384ec71e872c40e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 18 08:17:08 2004 +0000
+
+    Do not add a lighter for `LaTeX-math-mode' in
+    `minor-mode-alist'.
+    (LaTeX-math-mode): Use `TeX-set-mode-name'.
+    (latex-mode): Set `TeX-base-mode-name' instead of `mode-name' and
+    use `TeX-set-mode-name'.
+
+commit 7ba482ceb1c5a41e504bd469e4a7c44cadf452bb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 18 08:16:57 2004 +0000
+
+    (TeX-fold-mode): Do not set a lighter in
+    `minor-mode-alist' but use `TeX-set-mode-name' instead.
+
+commit 871427781cc01a19d8889340d597c87ce21b2c10
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jul 18 08:16:45 2004 +0000
+
+    (TeX-source-specials): Do not set a lighter in
+    `minor-mode-alist' but use `TeX-set-mode-name' instead.
+    (TeX-base-mode-name): New variable.
+    (TeX-set-mode-name): New function.
+    (plain-tex-mode): Set `TeX-base-mode-name' instead of `mode-name'
+    and use `TeX-set-mode-name'.
+    (ams-tex-mode): Ditto.
+
+commit bd5fdfa3dd5ed90a85aa6101ba68da614f15fdf6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 17 09:36:41 2004 +0000
+
+    *** empty log message ***
+
+commit 28030f13ba79a02489f497748dc721471b5ee4b0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 17 09:36:30 2004 +0000
+
+    (ConTeXt-mode-menu): Add "Show/Hide" submenu.
+
+commit a71ebf2082a43c288bbb3939c8c24169d6a885bd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 17 09:32:14 2004 +0000
+
+    (LaTeX-env-figure): Prevent superfluous blank lines and
+    give RefTeX a chance to generate a label in environments with a
+    bottom caption.  Patch by Christian Schlauer <cs-usenet@arcor.de>.
+    (LaTeX-style-list): Add entry for beamer class.
+
+commit 489fdb9d6ef905a840440449b170b2dc3f5a8c44
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 17 09:31:57 2004 +0000
+
+    (TeXinfo-mode-menu): Fix extension of customize menu.
+
+commit 938d18c7954e7e1495b8eab47d6160694be30bd2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 17 09:31:46 2004 +0000
+
+    (TeX-find-macro-start): Fix handling of nested macros.
+    (TeX-find-macro-start-helper): New function.
+    (TeX-find-macro-end-helper): New function.
+
+commit c244c4e6eafbf39878638b4031b291cc8f27ede0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 17 09:31:29 2004 +0000
+
+    (Folding): Document key binding for `TeX-fold-mode'.
+
+commit e07ad82b6b66ad1060ba996bdcbddd0752f85b10
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 16 12:18:52 2004 +0000
+
+    (INSTALL_DATA): Use `$(null)' at end of variables at
+    end of lines instead of `#'
+
+commit 7d1e4936e4951b233c425acbfdf36686355bb788
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 16 12:18:18 2004 +0000
+
+    *** empty log message ***
+
+commit 7c07a4cad530d6f64cad9605c23c789a08741d28
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 15 03:12:59 2004 +0000
+
+    (preview-format-mml): Somewhat different code.
+    (preview-error-quote): New function for generating a matching
+    regexp to deal with ^^ type error messages.  In short: forget
+    about 8-bit-cleanliness.
+    (preview-parse-messages): Use it.
+
+commit bb3e2dfff5ba8329b3595f871583cee71f375f4a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 14 08:54:25 2004 +0000
+
+    *** empty log message ***
+
+commit 3d83357da2b5b1814db0a7f54bb6aee79de36d01
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 14 08:54:12 2004 +0000
+
+    (TeX-fold): Move customization group from `LaTeX' to
+    `AUCTeX'.
+
+commit 1baa0fc4edaa4516836d23c7c4aadbfa28787fcc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 14 08:53:55 2004 +0000
+
+    (TeXinfo-mode-map): Inherit from `TeX-mode-map'.
+    (texinfo-mode): Enable TeX-master functionality.
+
+commit 1109cf67a1a8e898c96e02910136067fe1bc1ef6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 14 08:53:44 2004 +0000
+
+    (TeX-one-master): Include .texi files.
+    (TeX-add-local-master): Use "@c " as comment prefix in Texinfo
+    mode.
+
+commit 504fc084583a8add12c99d81eb0b87c281694519
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jul 14 08:53:32 2004 +0000
+
+    Advertise folding functionality.
+
+commit cedb7702688aa1630c63dcb60c860a4a64f9089f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 12 00:35:27 2004 +0000
+
+    *** empty log message ***
+
+commit a44753968119c7f2bf7dfdc6b7da60a64a92ad92
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 12 00:32:46 2004 +0000
+
+    (TeX-fold-display-string-face): Cater for display
+    devices with few colors.
+    (TeX-fold-keymap): Add key bindings for showing and hiding
+    individual macros.
+    (TeX-fold-macro): New function.
+    (TeX-fold-clearout-buffer): New name for
+    `TeX-fold-remove-all-overlays'.
+    (TeX-fold-clearout-macro): New function.
+    (TeX-fold-remove-overlays): New function.
+
+commit 3c94d613ed299914794d0eaaedb30e74e91a820d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 12 00:31:59 2004 +0000
+
+    (LaTeX-mode-menu): Add entries for showing and hiding
+    individual macros.
+
+commit 3b3165adee40911d471effbc5ea515080e6970db
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 12 00:29:18 2004 +0000
+
+    (TeXinfo-mode-menu): Update and rearrange.  Add
+    entries for "Show/Hide" functionality.
+
+commit 6efb5f11e23359eb7d9160f7ceb5ffa4ae5ae093
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jul 12 00:27:58 2004 +0000
+
+    (Show/Hide): New section.
+    (Folding): New subsection.
+    (Outline): Moved under "Show/Hide".
+
+commit f5c51d7488764545a3ffd1780e81533e57769c1d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 10 13:22:28 2004 +0000
+
+    *** empty log message ***
+
+commit 87a6c49ed660c26667dc8df803d86fd44c0585ca
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 10 13:22:07 2004 +0000
+
+    Do not add keybinding for `TeX-fold-mode' with
+    `TeX-mode-hook'.
+    (TeX-fold-post-command): Do not hijack other overlays.
+
+commit c7c959069734af081940e0bc1c2a3ef06e36fd90
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jul 10 13:21:38 2004 +0000
+
+    Do not require tex-fold.el.
+    Autoload `TeX-fold-mode'.
+    (TeX-mode-map): Add keybinding for `TeX-fold-mode'.
+
+commit 4cc6e5a310edfd01fcc84d8887c5c0aa439b80ff
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 9 09:34:29 2004 +0000
+
+    *** empty log message ***
+
+commit 6f20291710e1367bb5ee14746a3d6143a38d1269
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 9 09:34:11 2004 +0000
+
+    (AUCSRC): Add tex-fold.el.
+    (AUCELC): Add tex-fold.elc.
+
+commit bcd79be5caffcaf6e21b6a82f67fcf2b408fd40c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 9 09:33:59 2004 +0000
+
+    (LaTeX-find-macro-start): Move to tex.el and rename to
+    `TeX-find-macro-start'.
+    (LaTeX-find-macro-end): Analogous.
+    (LaTeX-forward-paragraph): Change call to `LaTeX-find-macro-*' to
+    `TeX-find-macro-*'.
+    (LaTeX-backward-paragraph): Ditto.
+    (LaTeX-mode-menu): Add submenu "Show/Hide".  Add entries for
+    relevant functions in tex-fold.el and add the show/hide
+    environment entries which were in "Formatting and Marking" before.
+
+commit 1b54f83d46b998b38f042b4c712b11dc184daabb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 9 09:33:38 2004 +0000
+
+    New file.
+
+commit e99ff51cbeb20fc7063d87f220fa8913dde3a0e5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 9 09:33:20 2004 +0000
+
+    Require tex-fold.el.
+    (TeX-find-macro-start): New function.  Formerly known as
+    `LaTeX-find-macro-start' in latex.el.
+    (TeX-find-macro-end): New function.  Formerly known as
+    `LaTeX-find-macro-end' in latex.el.
+
+commit 1ef8a15aae65fed10a4b0f89e3ec17f0ba91babe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 8 12:21:08 2004 +0000
+
+    Change "suscript" to "script".
+
+commit 56b2d864dd62c224481f5c56be6deddaaa691114
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 8 09:23:11 2004 +0000
+
+    *** empty log message ***
+
+commit cb24111863e11b93b8ea5b329d8f31564bc0e77b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 8 09:22:25 2004 +0000
+
+    (font-latex-superscript-face)
+    (font-latex-subscript-face): New faces.
+    (font-latex-suscript-keywords): New constant.
+    (font-latex-fontify-suscript): New customize option.
+    (font-latex-suscript): New function.
+
+commit 4bc938077c4efe2128bdbcfe6394bf408f2da1bb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jul 8 09:21:43 2004 +0000
+
+    (texmathp-match-environment): Let environments be added more than
+    once.
+
+commit 72123288f2b0c7a59d65ed84276011f8e393f5e1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 2 14:10:55 2004 +0000
+
+    *** empty log message ***
+
+commit b6b1ee0bd7d813176bc1594fd8e1ca445f1a1b55
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 2 14:10:34 2004 +0000
+
+    (TeX-view): Inform the user if the output file is not present.
+
+commit 63daa6206623e57edaa4cbc3190838f501f3c9db
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 2 09:25:29 2004 +0000
+
+    *** empty log message ***
+
+commit 3b0162189d70246cc1470d13fe5c272e415c4491
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 2 09:25:07 2004 +0000
+
+    (TeX-backward-comment-skip): Adapt documentation string.
+
+commit 7844dcb0db92e890f5ea78286ff69ef73749ec94
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 2 09:19:10 2004 +0000
+
+    *** empty log message ***
+
+commit 2bec316549eaccef22196966c157eb575452411a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jul 2 09:18:51 2004 +0000
+
+    (TeX-forward-comment-skip): Fix `count' functionality.
+    Stop as well at places where the prefix of commented lines
+    changes.  Simplify and improve efficiency by saving current
+    prefix before while-loop starts.
+
+commit e6b968bc9fcd6b19d576300ed7d644d462dcc53e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 24 07:55:19 2004 +0000
+
+    *** empty log message ***
+
+commit 5b761ed4b37a67a36c678dab561997245a110130
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 24 07:55:08 2004 +0000
+
+    (ConTeXt-environment-menu-name): Make name distinct
+    from `LaTeX-environment-menu-name'.
+    (ConTeXt-environment-modify-menu-name): Analogous.
+
+commit 82b9ef12f0052744e34976bcecead70e5c89c1fe
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Jun 17 12:30:57 2004 +0000
+
+    (tar-ball): Change permissions of auctex-$(TAG).
+
+commit 18b0008706fc56b98e7cef50656f3833abe097c7
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Jun 17 12:25:25 2004 +0000
+
+    (TeX-expand-list): Remove useless lambda.
+
+commit 34dc10f50c32414504a8e0bcb94d366df3ec8fd6
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Jun 17 11:54:29 2004 +0000
+
+    * tex.el (TeX-source-specials-expand-view-options): New function.
+    (TeX-expand-list): Added new specifier (%dS) for
+    `TeX-source-specials-expand-view-options'.
+    (TeX-view-style, TeX-output-view-style): Add %dS for source
+    specials in all xdvi calls.
+    
+    * tex-buf.el (TeX-output-style-check): Remove addition of source
+    specials.
+
+commit 9aa04218cc5053b0b12955013f3df4bd852feb33
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 17 09:18:07 2004 +0000
+
+    *** empty log message ***
+
+commit 204905631a281074017a9f7fe9c683b9c9149590
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 17 09:17:12 2004 +0000
+
+    (LaTeX-find-macro-start): Use next whitespace if the
+    end of an opened macro cannot be determined.
+    (doctex-mode): Set `TeX-default-extension' to
+    `docTeX-default-extension'.
+
+commit 3263cc1fb82e03c6580f92d0017d4e52d60ce4ab
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 17 09:16:07 2004 +0000
+
+    (TeX-one-master): Add "dtx" extension.
+    (TeX-add-local-master): Insert \iffalse...\fi in docTeX mode.
+    (TeX-file-extensions): Add "dtx" extension.
+    (docTeX-default-extension): New variable.
+
+commit b73b606837cb49dd5722c9909595f000f1e12ed0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 17 09:15:30 2004 +0000
+
+    Add information about `TeX-newline-function'.
+
+commit b2b5b9aff1ecfbc17c3711bec9c49c033d3387d7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 16 15:43:06 2004 +0000
+
+    *** empty log message ***
+
+commit 4c5735cb36b961844014fcf1b95cc5a9ee122969
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 16 15:42:45 2004 +0000
+
+    (LaTeX-default-verb-delimiter): New variable.
+    (TeX-arg-verb): Use it.
+
+commit 7ab3dbbdc87650c04feae6d3532711449a287b0f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jun 16 15:42:17 2004 +0000
+
+    (TeX-add-style-hook): Change variables only locally.
+
+commit 77b3bb6b84a764d955fc67772f210571b263a8ad
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 15 09:14:58 2004 +0000
+
+    *** empty log message ***
+
+commit 7e69ad6e247bd1ad5ae49ba24f2cee8684b360a6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jun 15 09:14:13 2004 +0000
+
+    New header.
+    (TeX-add-style-hook): Add support for \makecompactlist, \suspend,
+    and \resume.
+
+commit 5b9b369d0f484af44a0d4234fd09629324334962
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jun 14 15:01:24 2004 +0000
+
+    * tex-buf.el (TeX-pin-region): Don't balk at unpinning if there
+    is no pinned region.
+    
+    * tex.el (TeX-mode-specific-command-menu-entries): Be more
+    meticulous about when the pin-region menu entry can be used.
+
+commit b2b417c220bd5be39465f7c0e86ee367ca20fcee
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jun 13 20:17:49 2004 +0000
+
+    * tex.el (TeX-pin-region): Add autoload form.
+    (TeX-mode-map): Add keybinding for TeX-pin-region.
+    (TeX-mode-specific-command-menu-entries): Add menu entry for it.
+    
+    * tex-buf.el (TeX-command-master, TeX-command-region)
+    (TeX-command-buffer): Add `override-confirm' prefix argument.
+    (TeX-pin-region): New function to replace previous interactive
+    prefix for TeX-command-region.  Change TeX-region semantics
+    accordingly.
+
+commit 0beea62a887ac121490c6c426ebf904a8bbd6d71
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 13 13:30:57 2004 +0000
+
+    *** empty log message ***
+
+commit 7916e12ac02417e123755609366b4eeed3bf2929
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 13 13:30:43 2004 +0000
+
+    Activate creation of `FAQ' from `doc/faq.texi'.
+
+commit 2c8652375c6d22096a1fe7f20aceff7dcd8fe9ef
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 13 13:30:16 2004 +0000
+
+    (DOCFILES): Add `doc/faq.texi'.
+    (EXTRAFILES): Remove `PROBLEMS'.
+    (tar-ball): Add `FAQ'.
+
+commit 9b7e95b526240360e91b3435f2006e4ed514417a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 13 13:25:24 2004 +0000
+
+    Add `FAQ'.
+
+commit 2b0d48a0ef20ba61cb08400aff17e7843ddfc214
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 13 13:24:45 2004 +0000
+
+    (TEXIFILES): Add `faq.texi'.
+    (FAQ): New target.
+    (dist): Add `FAQ'.
+    (clean): Ditto.
+
+commit 98b4f3e80bab611ff792c2d41a54f555378ab952
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 13 13:24:12 2004 +0000
+
+    (Bugs): Add bug when fontifying unmatched math
+    toggles in verbatim-like environments.
+
+commit 05bbfb25974a63fca700b332c60dd6394fd7726e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 13 13:23:52 2004 +0000
+
+    (Filling): Add information about activating `auto-fill-mode'.
+    (FAQ): Add node.
+
+commit 8e35b8e78ba360678fff8dbebdc167eaaf57f54c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 13 13:22:50 2004 +0000
+
+    New file.
+
+commit 9264104f5574a9f55f7605d4834e7708465a201c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jun 13 13:10:13 2004 +0000
+
+    Remove.  Contents are partially transferred to doc/faq.texi.
+
+commit 99008c52fff5f69b0e6ee527c3c4971215b947cf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jun 11 13:32:01 2004 +0000
+
+    *** empty log message ***
+
+commit 8396bd378f08ee4551c5ab5d17f1323db4bc799a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jun 11 13:31:34 2004 +0000
+
+    (TeX-command-list): Use correct expander for "View PDF".
+
+commit d8a1cefd0ef56ab19ee6f9c7f5990dd82ab9ce61
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jun 11 08:59:37 2004 +0000
+
+    *** empty log message ***
+
+commit c001c9160d0862e93cad1d1abde3b46ac7118b9c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jun 11 08:59:12 2004 +0000
+
+    (LaTeX-fill-region-as-para-do): Fix removal of trailing
+    whitespace.
+    (LaTeX-fill-move-to-break-point): Prevent infinite loop in
+    commented regions.
+    (LaTeX-fill-newline): Fix compatibility with XEmacs, i.e. use
+    code related to text properties only for Emacs and reintroduce
+    insertion of a potential fill prefix for XEmacs.
+
+commit 1d60950636392addca159a1590bd433dff89b0d9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 10 10:11:14 2004 +0000
+
+    *** empty log message ***
+
+commit 4484bb8c80b0c04c8398b6a37a699cd0370cd66a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 10 10:10:52 2004 +0000
+
+    Add some news regarding upcoming release.
+    Try to match former news with actual releases.
+
+commit 1d03400d9af50fb40d35146f588c569e81ae5268
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 7 20:45:46 2004 +0000
+
+    *** empty log message ***
+
+commit 428e17fe6aa8667a71418ae000861c56099fdcdb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 7 20:43:41 2004 +0000
+
+    (LaTeX-newline): Do something sensible if point is
+    at the start of a commented line or inside of one and right at
+    the start of another one in the same line.
+    (LaTeX-insert-environment): Fix insertion of environments if
+    point is inside or right before a commented line.
+    (LaTeX-indent-line): Use `TeX-comment-padding-string'.
+
+commit 161c49e054a1d8cfce9f52d626c10721b82716f3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jun 7 20:40:37 2004 +0000
+
+    (TeX-comment-padding-string): New function.
+
+commit 0923ed7986442b9e599ace57d95da1b3c93fb4ca
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 5 17:32:35 2004 +0000
+
+    *** empty log message ***
+
+commit ec7e2e7af9a34763e93aaf56468c8de949bf0faa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jun 5 17:32:18 2004 +0000
+
+    (font-latex-make-title-faces): New function.
+    (font-latex-title-1-face, font-latex-title-2-face)
+    (font-latex-title-3-face): Now generated by
+    `font-latex-make-title-faces' and compatible with XEmacs.
+    (font-latex-title-4-face): Add face specification for XEmacs.
+
+commit ee3caec780c8501511b36ec7267091b40ebae4b9
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jun 4 15:25:28 2004 +0000
+
+    * tex-buf.el (TeX-view-mouse): New function.
+    
+    * tex.el (TeX-source-specials-map): Outcomment madcap mouse
+    bindings.
+    (minor-mode-map-alist): Remove TeX-source-specials manually, as I
+    can't figure out how to not get it placed there by
+    define-minor-mode.
+    (TeX-split-string): Correct docs.  Simplify.
+    (TeX-parse-path): Fix pattern.
+
+commit 2df2f35d6af2ce468e71a96564f355f3ce071449
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 3 12:00:58 2004 +0000
+
+    *** empty log message ***
+
+commit b15d697fc942ced97bb3886022c9bec8612f34dc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 3 11:59:31 2004 +0000
+
+    (Marking and formatting): Split into `Indenting' and `Filling'.
+    (Indenting): New section.
+    (Filling): New section.
+
+commit 0255db51d2f67b64665f5a4a792ff27a618c5c34
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 3 11:58:00 2004 +0000
+
+    Fix key representations and reference to `fill-paragraph'.
+
+commit 0c49abfbe45b22c3562a508137369d25442a6d95
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 3 11:46:21 2004 +0000
+
+    (TeX-newline): New function.
+    (TeX-mode-map): Use it.
+
+commit a5e4b67ab8add2bb2e68619cb633111b9357144b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 3 11:43:55 2004 +0000
+
+    (LaTeX-forward-paragraph): Check for and cope with multi-line
+    paragraph commands not only those with a single line.
+    Check for LaTeX macro at the end of a paragraph command.
+    (LaTeX-backward-paragraph): Check for and cope with multi-line
+    paragraph commands not only those with a single line.
+    (LaTeX-paragraph-command-p): Remove.
+    (LaTeX-find-macro-start): Find macro start even if point is
+    already at the start.
+
+commit e963c8bef9c3a9782f89a4e328247f3d8ef68168
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Jun 3 11:35:06 2004 +0000
+
+    Various checkdoc-related fixes.
+
+commit cb1386b6486dc463bec8b06bc5b3d3f99c6ed9d4
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jun 2 21:27:26 2004 +0000
+
+    (TeX-format-filter): Don't use split-string which
+    appears to trigger an XEmacs bug.
+
+commit 06d067329aeb31b8c0a443a54f5ccd97a1480f3b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jun 2 21:14:56 2004 +0000
+
+    (TeX-format-filter): Don't use split-string which
+    appears to trigger an XEmacs bug.
+
+commit 30a9593c56033a68b63b9e15e1b981ae4afa0bbc
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jun 2 21:13:57 2004 +0000
+
+    *** empty log message ***
+
+commit a62e2b3af0d5551bed6fe06cb6c9ec803c9ed679
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Jun 2 08:13:58 2004 +0000
+
+    (TeX-insert-macro-default-style): Fixed typo in doc-string.
+
+commit 5860008855bc73c5da0d1bfe5cf72cb088cd0a29
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Jun 1 18:46:07 2004 +0000
+
+    (TeX-insert-macro): Fix typo in comment.
+
+commit b4790e531d2746461f47dfa48471d0ce4fb95cfc
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Jun 1 18:42:11 2004 +0000
+
+    (TeX-insert-macro-default-style): New variable.
+    (TeX-parse-arguments): Use it.
+    (TeX-insert-macro): Document dependence on
+    `TeX-insert-macro-default-style' and prefix.
+
+commit 66208bf9ddd9468963b26ee31378f2601cd5a31f
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Jun 1 18:31:39 2004 +0000
+
+    (TeX-no-braces-modes): Removed.  Revert unintened
+    addition from 2004-04-19 commit.
+
+commit 90ae3d695f42611521e179eea388ca64fc49709e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 29 16:13:08 2004 +0000
+
+    *** empty log message ***
+
+commit f7ad6df5cce8ea3bebcf164c9a2d0f1ff126705f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 29 16:12:27 2004 +0000
+
+    (TeX-source-specials-map): Fix key binding for XEmacs.
+
+commit 58c481b61a443efe5c64d70250054bbf5c066416
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 27 11:51:32 2004 +0000
+
+    *** empty log message ***
+
+commit 02c3f5230defbb34ed3bbf9c892f17dae0600e3f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 27 11:50:29 2004 +0000
+
+    (TEX_INPUT_DIRS): Quote regexps with square brackets.
+
+commit 2f7e79389515b349f454cd9f98ffc560b0944161
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 27 07:58:26 2004 +0000
+
+    *** empty log message ***
+
+commit 12b06c78e3e2f1c369b64cb7c0a32cdd40032f6d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 27 07:57:12 2004 +0000
+
+    (TeX-newline-function): Rename.  Formerly known as
+    `TeX-newline'.
+    (TeX-mode-map): Use new name.
+
+commit 9a8e70539571f07983b278e65807278931b14707
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 27 07:54:46 2004 +0000
+
+    (Marking and formatting): Rename `TeX-newline'
+    to `TeX-newline-function'.
+
+commit 959a1fd943c8649be2c2071c64093b971a3c6ec3
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed May 26 15:32:07 2004 +0000
+
+    * style/graphicx.el (LaTeX-arg-includegraphics): Rewrite.
+    Optional macro arguments can be controlled by
+    `LaTeX-includegraphics-options-alist' now.
+    (LaTeX-includegraphics-extensions)
+    (LaTeX-includegraphics-read-file): New functions.
+    (TeX-include-graphics-simple): Removed; use
+    `LaTeX-includegraphics-options-alist' instead.
+    (TeX-string-divide-number-unit, TeX-default-unit-for-image): Moved
+    to `tex.el'.
+    
+    * latex.el (LaTeX-includegraphics-extensions)
+    (LaTeX-includegraphics-options-alist)
+    (LaTeX-includegraphics-strip-extension-flag): New options for
+    `style/graphicx.el'.
+    
+    * tex.el (TeX-string-divide-number-unit, TeX-default-unit-for-image): From
+    `style/graphicx.el'.
+    (TeX-arg-maybe): New function.
+
+commit 069f06d77b09cfb3c7c0d4ffd4be3c98eac7620c
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed May 26 15:02:04 2004 +0000
+
+    * tex.el (TeX-kpathsea-path-delimiter): Fix doc-string.
+    (TeX-insert-macro, TeX-parse-arguments): Skip optional macro
+    arguments when called with a prefix.
+    
+    * latex.el (LaTeX-common-initialization): Added additional
+    arguments for \parbox.
+
+commit a476eebae208c37fe5f352ba9ae6144ad46df98c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 26 13:21:10 2004 +0000
+
+    *** empty log message ***
+
+commit dba7fff56af94e63d4abc45c61912980d0d7735a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 26 13:20:32 2004 +0000
+
+    (TeX-newline): New name for `TeX-indent-on-newline'.  It
+    now holds function definitions and not mere symbols anymore.
+    (TeX-mode-map): Use it.
+
+commit 2ec8eec88d7483623835658d0be45401a06db0be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 26 13:19:45 2004 +0000
+
+    (Marking and formatting): Remove documentation
+    for `TeX-indent-on-newline' and document `TeX-newline'.
+
+commit 140aa3724311c34b287ecfc2d36c2e8c26fc8212
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 26 08:00:56 2004 +0000
+
+    *** empty log message ***
+
+commit 2cbb467129f2e3e95de1b37c85c72fd118d168be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 26 08:00:31 2004 +0000
+
+    (TeX-indent-on-newline): New option.
+    (TeX-mode-map): Use it.
+
+commit cb1ba52d3c80341e269ea3562f8296f12b3f3e64
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 26 08:00:00 2004 +0000
+
+    (Marking and formatting): Document `TeX-indent-on-newline' plus small
+    corrections.
+
+commit ae50213d644373b87935a83f838081e35902fe3b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 25 16:00:20 2004 +0000
+
+    *** empty log message ***
+
+commit 038042a154785b6b887e240fe29b853fe2d99fc9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 25 15:59:01 2004 +0000
+
+    (LaTeX-backward-paragraph): Revert check-in of 2004-05-24.
+
+commit 88c60abf02c4170b9f0a2cf60cf05e3683ad1d04
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 25 10:51:16 2004 +0000
+
+    * tex-buf.el (TeX-command): Add `override-confirm' argument.
+    (TeX-view): New function, without confirmation.
+    
+    * context.el (ConTeXt-mode-map): Inherit keymap instead of
+    copying.
+    
+    * latex.el (LaTeX-mode-map): Inherit keymap instead of copying.
+    
+    * tex.el (TeX-source-specials-map): New variable.
+    (TeX-source-specials): Make a minor mode.  Replaces
+    `TeX-toggle-source-specials' and
+    `TeX-source-specials-active-flag'.
+    (TeX-source-specials-expand-options): Adapt to that.
+    (TeX-electric-macro-map): inherit from
+    `minibuffer-local-completion-map' instead of copying.
+    (plain-tex-mode): Help string uses `plain-TeX-mode-map'.
+    (TeX-mode-p): New variable, set in TeX modes.
+    (VirTeX-common-initialization): Set it.
+    (TeX-mode-map): Proper defvar.  Add keybindings for
+    `TeX-source-specials' and `TeX-view'.
+    (plain-TeX-mode-map): Inherit instead of copy.
+    (AmSTeX-mode-map): Same here.
+
+commit 3e383dd84ab1d4aa791533a58ebd5e8b259010be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 25 08:51:40 2004 +0000
+
+    *** empty log message ***
+
+commit 9c49cc581cfa71e2082c2ac3381275d296eaad42
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 25 08:51:10 2004 +0000
+
+    (Configure): Remove unused option `--with-texmf-dir'.  Document new
+    option `--with-tex-input-dirs'.
+
+commit 30135bed4e4d91f5f4bc87530865bce552991b8b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 25 08:50:35 2004 +0000
+
+    Remove unused option `--with-texmf-dir'.  Document new option
+    `--with-tex-input-dirs'.  Add information about new option
+    `--with-auto-dir'.
+
+commit ee28908326f06ce3a0a163b7e57c2e9c6e43ddea
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 25 08:36:13 2004 +0000
+
+    Change info dir formatting, adapt copyrights
+    according to the assignment process.
+
+commit c9136cc3d8eb2ef553bb0757ba937c2a2375833a
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 25 08:33:21 2004 +0000
+
+    *** empty log message ***
+
+commit 09bd3cbab073965a21a87736ad59fa3faf731e4c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 24 16:37:42 2004 +0000
+
+    *** empty log message ***
+
+commit ba2eeee7ae08ae3ad1d4d69a8be02c4676f3e1c0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 24 16:36:44 2004 +0000
+
+    (LaTeX-backward-paragraph): Recognize if point is at
+    the end of a line when the test for a macro following a paragraph
+    command is carried out.
+
+commit 63c22d598589965be1d4cb50e3893f99d7379226
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 23 08:00:51 2004 +0000
+
+    *** empty log message ***
+
+commit 4cf43574010037be574d804bcbeb427aa58a1103
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 23 07:59:10 2004 +0000
+
+    (font-latex-doctex-^^A): Add mistakenly deleted
+    space again.
+
+commit d823b8f42c2cf107d72eb5c1d0dcb930c76334d7
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri May 21 16:53:12 2004 +0000
+
+    (TeX-string-divide-number-unit): Renamed from
+    misspelled `TeX-string-divide-nuber-unit'.  Reformat file.  Fix
+    some doc-strings and comments.
+
+commit e62b4a9464310d2d70e6f9caef86d9b62e544e0c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 20 15:17:33 2004 +0000
+
+    (TEX_INPUT_DIRS): New help string.  Better error
+    handling.
+
+commit b5bf2e2ab81c68eacdef58e52f6c2a65b942d4f5
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 19 22:05:55 2004 +0000
+
+    Last change lost in merge, fixing.
+
+commit cd927e09655db343dd4c4ed303cc0413d5359a98
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 19 22:01:57 2004 +0000
+
+    Comment EMACS_LISP.
+    (EMACS_TEST_LISPDIR): remove both trailing backslash and slash.
+
+commit 826275358d296ccb23db15b9ba10222420fbda2c
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 19 21:31:08 2004 +0000
+
+    *** empty log message ***
+
+commit 49aa307983b4d8de92976d4a92792f17059419cb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 19 11:12:44 2004 +0000
+
+    *** empty log message ***
+
+commit afd74d376101563b46ffe524ab275f5306a92e4e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 19 11:12:26 2004 +0000
+
+    (LaTeX-forward-paragraph): Don't consider paragraph commands
+    followed directly by a TeX macro as part of an adjacent paragraph.
+    (LaTeX-backward-paragraph): Ditto.
+
+commit 857696c428aba1e44336f535ba42194189b4c4e4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 19 07:54:31 2004 +0000
+
+    *** empty log message ***
+
+commit f0404431b15b3a8a1f25e7c8b20baabcc623ee25
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 19 07:54:07 2004 +0000
+
+    (LaTeX-fill-move-to-break-point): Prevent infinite
+    loop in lines starting with whitespace.
+
+commit dbe4abedbce354593b8ba17820fd6ad70ff04deb
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Tue May 18 13:58:25 2004 +0000
+
+    *** empty log message ***
+
+commit 55308ddd19ff3ea2a91374002e89e77dce4d7c2f
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Tue May 18 13:56:51 2004 +0000
+
+    * aclocal.m4 (AUCTEX_AUTO_DIR): Change `autodir' default to
+    `${localstatedir}/auctex' to conform to the GNU Coding Standards.
+    Add `autodir_expanded' as the properly expanded version of
+    `autodir'.  Inform the user about the check in progress.
+
+commit 93ee698e64a348929b78818ad407fff83730b45f
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Tue May 18 13:56:29 2004 +0000
+
+    * tex-site.el.in (TeX-lisp-directory): Use `@autodir_expanded@'.
+
+commit 6df0ecfd0c5111eafc4cc143352c635b6fc892f0
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon May 17 17:04:57 2004 +0000
+
+    (AUCTEX_AUTO_DIR): Avoid AS_HELP_STRING for compatibility with autoconf < 2.58.
+
+commit 3140cdbc9421ae8001479f3d76c5e3af7face78d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 17 09:51:56 2004 +0000
+
+    *** empty log message ***
+
+commit e02fa65b37c5f4f9cb044a61bfc8a398c6433adb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 17 09:51:44 2004 +0000
+
+    (TEX_INPUT_DIRS): Use `--expand-braces' instead of
+    `--show-path' in the kpsewhich calls.  Use `--expand-path' as a
+    fallback e.g. for MikTeX.  Assume that we are dealing with a
+    TDS-compliant TeX system and add "/tex/" and "/bibtex/bst/"
+    subdirectories to the output of the kpsewhich calls accordingly.
+
+commit 922289e44984d5ce599dba7e65adcd9272240e14
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 17 07:01:15 2004 +0000
+
+    *** empty log message ***
+
+commit 64976ded858f0d3455028df5f7915ebb698eddac
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 17 07:01:02 2004 +0000
+
+    (LaTeX-fill-newline): Don't use code specific to GNU
+    Emacs for XEmacs.  Call `newline-and-indent' instead.
+
+commit 9de322aa4103e6cc991dac465e6e48b4878e6631
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Sat May 15 23:33:37 2004 +0000
+
+    *** empty log message ***
+
+commit fdffca1cb385b8f3bac15e28a2cfb5a47757ff83
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Sat May 15 23:32:08 2004 +0000
+
+    Change `AUTO_DIR' to `AUCTEX_AUTO_DIR'.
+
+commit 610b4b1fb1d51630af17bab4fd0986e0942a2cf4
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Sat May 15 23:28:05 2004 +0000
+
+    (AUTO_DIR): Code cleaned; renamed to `AUCTEX_AUTO_DIR'.
+
+commit af509ecd2e912e9a3e64452e4fd19e82a9aa9d40
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri May 14 20:04:37 2004 +0000
+
+    *** empty log message ***
+
+commit 21831a78a9a1983683ed66d7052db2ae58f2f8f9
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri May 14 20:02:37 2004 +0000
+
+    (LaTeX-italian-open-quote)
+    (LaTeX-italian-close-quote): Use standard babel syntax rather than
+    latin1 characters.  Suggested by David Kastrup.
+
+commit 25ffbffd7fa87774146d8f9ca3a1a390676eed52
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri May 14 19:03:38 2004 +0000
+
+    *** empty log message ***
+
+commit 15980031b4b4b1beef610060567bc577cc7cca71
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri May 14 19:02:14 2004 +0000
+
+    (Configure): Document `--with-auto-dir'.
+
+commit 1602b3de19f8fb217d5c697e658c5fe4e029fe39
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri May 14 19:00:28 2004 +0000
+
+    (European): Sort languages list alphabetically.
+
+commit 9eab925243b43b04ab76e324538bd3d97748649a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 14 18:53:20 2004 +0000
+
+    *** empty log message ***
+
+commit 41912f317fd5b467cfc220776ed1694fe5b43d0f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 14 18:52:47 2004 +0000
+
+    (LaTeX-indent-calculate-last): Ignore commented lines
+    when called in a non-comment line.
+
+commit 936d6527c860d2cea4f6fc88426075403ddccc68
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 14 14:26:56 2004 +0000
+
+    *** empty log message ***
+
+commit b36d77f9a229dee318621fd093c5fa3959cd3a14
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri May 14 14:26:22 2004 +0000
+
+    (TeX-add-style-hook): Fontify \minisec like a
+    sectioning command.
+
+commit 689af0cad20ca65ca8ed2f97c14a42e1d70bc6b1
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri May 14 12:42:08 2004 +0000
+
+    (TeX-auto-generate): Bind `enable-local-eval'.
+
+commit 2503ed2cd954e6c0b6d6a649d94ea4c5420d383d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 13 15:58:19 2004 +0000
+
+    *** empty log message ***
+
+commit 73fce31ce4c89ec466350afa576f80cc8b5a4082
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 13 15:58:04 2004 +0000
+
+    (LaTeX-env-item): Don't eat non-empty lines when
+    called on a marked region unless they only consist of whitespace
+    and comment characters.  Fill the paragraph of a potentially
+    outdented line after insertion of \item.
+
+commit d4210b05e35bad4d4907acfcbe9be26d81d22463
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 15:13:47 2004 +0000
+
+    *** empty log message ***
+
+commit 50a6b7f40286bd0a1d6907fec0c25a33393ab1c1
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 15:13:27 2004 +0000
+
+    * Makefile.in (DOCFILES): Added doc/macros.texi.
+
+commit f1bb9c0586a5a8c7950513e328362fc5e1bf205b
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 14:43:25 2004 +0000
+
+    *** empty log message ***
+
+commit e289fc954528f165d400aaf99af155c4ef472f41
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 14:42:55 2004 +0000
+
+    (distclean): New.
+
+commit 1a4b7bbbce5cc5104fb5c5109f58e0cfd71dde7b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 13 09:04:19 2004 +0000
+
+    *** empty log message ***
+
+commit 2431167b5e4f97a9657df6a66e885d789e03fade
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 13 09:03:41 2004 +0000
+
+    (TEX_INPUT_DIRS): Repair quoting.
+
+commit 251aab3978174c529f341d08f2e880da7a70fa7b
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 08:41:30 2004 +0000
+
+    Versione iniziale
+
+commit 72c007f0cda483c249832e05e0e2e8d843698e51
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 08:40:43 2004 +0000
+
+    *** empty log message ***
+
+commit 8c8b66d3c2ee080e436763a9313a126500769b52
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 08:36:49 2004 +0000
+
+    (Font Specifiers): Removed two sentences
+    referring to the old behavior of the short-cuts for easy
+    insertions of fonts changing macros.  (At that time they added
+    things like `{\it --!--}', now they add things like
+    `\textit{--!--}'.)
+    (Marking and formatting): Reflect renaming of
+    `LaTeX-format-comment-syntax-aware' to `LaTeX-syntactic-comments'.
+    (European): Document `italian.el'.
+
+commit 40a01d17bb1443bf82857bb73a26d78df97fba9f
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 08:35:52 2004 +0000
+
+    (TeX-auto-global): Definition moved to `tex-site.el.in'.
+    No need to `(require 'tex-site)' at compilation time,
+    see `lpath.el'.
+
+commit 215a58a12af37fc29ed1d6781ed215f1fbe6c98b
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 08:34:06 2004 +0000
+
+    (TeX-auto-global): Definition moved from
+    `tex.el'.  Use `@autodir@'.
+
+commit 3707b050f154f57010cae2e7f026328161dfb5d6
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 08:32:28 2004 +0000
+
+    Bind `TeX-auto-global'.
+    Bind `TeX-macro-global'.
+
+commit 0c500f703f5e979ce0fa0ed75e273e49161678d7
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 08:31:54 2004 +0000
+
+    Use `AUTO_DIR' to expand `@autodir@' in
+    `tex-site.el.in'.
+
+commit 9036f4d9e5dda482d7c5a064da833e6b8f43edec
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 08:31:17 2004 +0000
+
+    (AUTO_DIR): New function.
+
+commit 382d42e2cff9198472f829ae6977850ce48a3c8d
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Thu May 13 08:29:11 2004 +0000
+
+    (STYLESRC): Added `italian.el'.
+    Use `@autodir@'.
+
+commit 5058d3c557f47cd86e802a565317bc5688c765ea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 13 07:15:34 2004 +0000
+
+    *** empty log message ***
+
+commit 67ac6e276dc382fbc4d1c72bf4e1c6e813336e9a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 13 07:15:15 2004 +0000
+
+    (TeX-kpathsea-format-alist): Rename.  Formerly known as
+    `TeX-kpathsea-directory-alist'.  Add information to every format
+    about the file extensions to be found.
+    (TeX-search-files-kpathsea): Adapt to new information in
+    `TeX-kpathsea-format-alist'.
+    (TeX-mode-specific-command-menu-entries): Move source specials
+    toggle up to first level of command menu.
+
+commit 4bcdf558b67567d7fd38fba29b642c24221dd1d0
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 12 16:09:18 2004 +0000
+
+    (TeX-source-specials-active-flag)
+    (TeX-source-specials-check-function, TeX-source-specials-xdvi-p)
+    (TeX-source-specials-check-xdvi)
+    (TeX-mode-specific-command-menu-entries)
+    (TeX-maybe-set-source-specials, TeX-toggle-source-specials):
+    Remove all checks for validity of the Source Special options.
+    Just assume that the user knows what he is asking for.
+
+commit 02d013db0558499ca00365ff458bc1266359fd92
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 12 16:08:18 2004 +0000
+
+    *** empty log message ***
+
+commit a70944592097b29aee6652c8542f1d840f5a1615
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 12 14:22:28 2004 +0000
+
+    *** empty log message ***
+
+commit d75a9e44a2c52aa7d3d497ff915b7fb4e3d79e1e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 12 14:22:11 2004 +0000
+
+    (TEX_INPUT_DIRS): Don't use `findtexmf' but a
+    universal call of `kpsewhich' and unify paths separated by `;'
+    or `:'.
+
+commit 00734c52affa77cbbbdcfd04d6bed2bfd9eb3d37
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 12 14:21:48 2004 +0000
+
+    (ConTeXt-mode-menu): Show `TeX-comment-or-uncomment-*'
+    functions in the menu instead of the comment and uncomment
+    functions which don't have a key binding.
+
+commit d9f9fb1fd5e403e222f3cb80af84138dc1678ead
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 12 14:21:28 2004 +0000
+
+    (LaTeX-mode-menu): Show `TeX-comment-or-uncomment-*'
+    functions in the menu instead of the comment and uncomment
+    functions which don't have a key binding.
+
+commit 2bade7240c6c67758a441d8aacce4163433280e4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 12 14:20:05 2004 +0000
+
+    (plain-TeX-mode-menu): Show `TeX-comment-or-uncomment-*'
+    functions in the menu instead of the comment and uncomment
+    functions which don't have a key binding.
+    (TeX-mode-map): Move definitions of `C-c ;' and `C-c %' downwards
+    so that they become visible in the menu.
+
+commit 55770d038b0c4b099d733a2439813f0df3113db9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 12 08:42:29 2004 +0000
+
+    *** empty log message ***
+
+commit d9d7e276247e690701eb9f11843af63351b8f920
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed May 12 08:42:06 2004 +0000
+
+    (LaTeX-fill-region-as-para-do): Remove extra spaces
+    between words.
+
+commit 833334fde4e57a5b83950084afd1dafaac5838d0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 11 09:46:15 2004 +0000
+
+    *** empty log message ***
+
+commit 8ea260b3dc58fa54cdd16e439203526c463fcf11
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 11 09:45:45 2004 +0000
+
+    Updates from Thomas Baumann checked in.
+
+commit a6fb2db602160444ff66e87c775ad14017ac6975
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 10 18:46:46 2004 +0000
+
+    Bump version number and describe the last changes.
+
+commit e81eac9f71b7e4d2f29c94aa8321d4e8b1b88026
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 10 18:23:26 2004 +0000
+
+    *** empty log message ***
+
+commit 626ac507c8ffb31f66d95009cbd9ed9ede2dece0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 10 18:23:00 2004 +0000
+
+    (font-latex-doctex-^^A): Add compatibility code
+    for Emacs 20 and XEmacs to fix compile error.
+    (font-latex-verbatim-face): Add parentheses to fix error with
+    Emacs 20.
+    (font-latex-doctex-preprocessor-face): Ditto.
+    (font-latex-doctex-documentation-face): Ditto.
+
+commit 5d7115681b6362d6e4e22d96f6a82a5c7489e1ee
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 10 09:04:45 2004 +0000
+
+    *** empty log message ***
+
+commit 0ca9a2dff6a1f2af26690de07537a4bd37b17e9e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon May 10 09:04:14 2004 +0000
+
+    (LaTeX-prosper-insert-slide): Don't stay in
+    comment upon inserting a slide in an overlay.
+
+commit 756465a7a07a1d2a2f2cbd003b3627a09290a2bf
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun May 9 18:10:23 2004 +0000
+
+    (TeX-source-specials-check-function): Added "Always on" choice.
+
+commit 406570c9532dfa025f5597a7a9f4f5564d27d4d8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 9 17:10:35 2004 +0000
+
+    *** empty log message ***
+
+commit 345338bb96ebe3a62b19cfc0dd4e9ad90c38e1de
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 9 17:10:09 2004 +0000
+
+    (font-latex-doctex-syntactic-keywords): Moved to
+    the right place and corrected quoting.
+
+commit f64513a021221140835077ed55266463b813e1aa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 9 16:57:47 2004 +0000
+
+    *** empty log message ***
+
+commit 07246f96da75e871248dc5c56ad952381a5da0da
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 9 16:57:07 2004 +0000
+
+    (ConTeXt-indent-syntax-table): Create with
+    `make-syntax-table' instead of `easy-mode-defsyntax' to allow
+    compilation with Emacs 20.
+
+commit 9caa4ef24608c5814a9cbe51bf2cd080b2e76711
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 9 16:22:28 2004 +0000
+
+    *** empty log message ***
+
+commit 2869c239d14775374962d01fbfaff80248cbe91e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 9 16:22:03 2004 +0000
+
+    (TEX_INPUT_DIRS): New function.
+
+commit 5a2ca45a581355accaedd8f0ceafecf3063fe7bf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 9 16:21:40 2004 +0000
+
+    Use `TEX_INPUT_DIRS' for the expansion of
+    `@texinputdirs@' in `tex-site.el.in'.
+
+commit f9cd338b5e92f415ed78afc42ee7b71b20cd9091
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 9 16:21:18 2004 +0000
+
+    Updated header.
+    (TeX-macro-global): Moved here from `tex.el'.  Use
+    `@texinputdirs@'.
+
+commit 2477abb71d2465d5027f377bb5d9732846451b84
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 9 16:20:40 2004 +0000
+
+    Require `tex-site' at compile time.
+    (TeX-macro-global): Moved to `tex-site.el.in'.
+
+commit 9cd6d03f91fa704824d3dd41bd90e703327b72ae
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun May 9 14:38:27 2004 +0000
+
+    (TeX-toggle-source-specials): Added missing call to
+    `TeX-maybe-set-source-specials' in last commit.
+
+commit 48aacb1fdb5b12cc91eb2bd64a364c1016fd99bf
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat May 8 18:23:02 2004 +0000
+
+    * preview.el (preview-format-mml): Determine MIME format from
+    file name properly.  And don't return anything for bad overlays.
+    
+    * preview.el (preview-gs-sentinel): Add info about GhostScript
+    finishing to run buffer.
+    (preview-gs-restart): Same for start.
+    (preview-gs-color-string): Cater for border without mask color
+    (didn't we do that already?)
+
+commit eaf1f2f41664fc032e8a8902fa573176a2c1510d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat May 8 18:22:39 2004 +0000
+
+    *** empty log message ***
+
+commit 89d62a436b826c7e7f987ff6b2d37fbd60923ae6
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat May 8 17:29:00 2004 +0000
+
+    (preview-gs-sentinel): Add info about GhostScript
+    finishing to run buffer.
+    (preview-gs-restart): Same for start.
+    (preview-gs-color-string): Cater for border without mask color
+    (didn't we do that already?)
+
+commit a03e5f50946222a3c90287e294f008f144811b7c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat May 8 16:18:04 2004 +0000
+
+    Split off old entries from ChangeLog.
+
+commit 21a738c40dcba31bbf0d325b689eba3978c9134a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat May 8 16:17:05 2004 +0000
+
+    2004-05-08  David Kastrup  <dakas@users.sourceforge.net>
+    
+            * Split ChangeLog.1 off, create dvipng/ChangeLog.
+
+commit fba31c7e1058dab4ba53828cea984b8699cf0089
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat May 8 16:07:50 2004 +0000
+
+    *** empty log message ***
+
+commit 963e7d7250564a4eb1b094fa07308b77ce3d4bc9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 8 09:29:37 2004 +0000
+
+    *** empty log message ***
+
+commit bf15eee9a459617d76bac10265cf58059662f88c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 8 09:29:03 2004 +0000
+
+    Updated header.
+    (context-en-mode): Set `ConTeXt-current-interface' to "en".
+
+commit 36aa8698741484cfb5f572c61970ddd229b68d2a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 8 09:28:38 2004 +0000
+
+    Updated header.
+
+commit 447b3787f4a79f2f2729c16ec67ba81cb3606ed2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 8 09:27:38 2004 +0000
+
+    (font-latex-verbatim-face)
+    (font-latex-doctex-preprocessor-face)
+    (font-latex-doctex-documentation-face): New variables and faces.
+    (font-latex-verbatim-environments, font-latex-syntactic-keywords)
+    (font-latex-doctex-syntactic-keywords)
+    (font-latex-doctex-keywords): New variables.
+    (font-latex-set-syntactic-keywords)
+    (font-latex-syntactic-face-function, font-latex-doctex-^^A)
+    (font-latex-doctex-syntactic-face-function): New functions.
+    (font-latex-setup): Set special `font-lock-defaults' for docTeX
+    mode.
+    (font-latex-commented-outp): Don't classify line comments in
+    docTeX mode as "real" comments.
+
+commit 43a44b7ca022edc019aca7b296566bae57cca2a1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 8 09:27:05 2004 +0000
+
+    (doctex-mode): Call `TeX-install-font-lock' to activate special
+    fontification in docTeX mode.
+
+commit 26434d47b331568138242356ce24ecf31079bfe2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat May 8 09:26:20 2004 +0000
+
+    (TeX-add-style-hook): Added "alltt" to
+    `font-latex-verbatim-environments'.
+
+commit db1205e6fdd4b0a096a7fef2aa7b9ada2902819c
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu May 6 15:49:50 2004 +0000
+
+    (TeX-toggle-source-specials): Fix last commit.
+
+commit f455fa9c60d348eb5b6eecb95bd93161045b0d98
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu May 6 15:48:16 2004 +0000
+
+    (TeX-toggle-source-specials): Simplify the code.
+
+commit dc93d403d8d70919cb46c86d972d6439a6ca4fec
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 6 08:52:16 2004 +0000
+
+    *** empty log message ***
+
+commit ee98df20a45edaf9d3930600c4172210771fae63
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu May 6 08:52:04 2004 +0000
+
+    (DOCFILES): Added `todo.texi'.
+
+commit 83df761982bbdb4850f140dc8fe4cf73603be63d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed May 5 21:01:04 2004 +0000
+
+    *** empty log message ***
+
+commit 273918a99cc532b66051db271321330c7cbd2512
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed May 5 16:24:33 2004 +0000
+
+    * tex.el (TeX-command-list, TeX-source-specials-expand-options)
+    (plain-tex-mode, TeX-view-extension, ams-tex-mode): Doc fixes.
+    
+    * tex.el (TeX-mode-hook, AmS-TeX-mode-hook): Have always been run,
+    but were not declared with defcustom (or defvar).
+    
+    * latex.el (LaTeX-mode-hook): Ditto.
+
+commit 58d48bb38eb5ec3aa258175447c0c49aa98f86cb
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed May 5 12:02:12 2004 +0000
+
+    * Makefile.in (tar-ball-clean): New.
+    
+    * autogen.sh: Create README and TODO.
+    
+    * .cvsignore, doc/.cvsignore: Add TODO.
+
+commit ea5b5dd5a8cb4efda8e40ae785b8f3e8aa525234
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed May 5 08:07:06 2004 +0000
+
+    *** empty log message ***
+
+commit 1fa52f982965e56471fc3a67930166ad09174841
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue May 4 20:48:13 2004 +0000
+
+    *** empty log message ***
+
+commit ac80636033d21550208f0835c618cef9877cbf57
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 4 19:55:59 2004 +0000
+
+    *** empty log message ***
+
+commit 0d76c21c3c22b2432e337d18343b13900062915a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 4 19:55:40 2004 +0000
+
+    Updated header.
+    (TeX-style-check): Remove code specific to source specials and
+    thereby revert to state before 2004-04-27.
+
+commit 6c30d02d9e6100c8ea54362bd8ce9bb6e2074c69
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 4 19:55:22 2004 +0000
+
+    Updated header.
+    (TeX-command-list): Inserted `%S' for source specials support
+    where appropriate.
+    (LaTeX-command-style): Setting removed.
+
+commit 763ad269cbe3875934561f73cb93c6eca120e9a1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 4 19:55:12 2004 +0000
+
+    Updated header.
+    (japanese-TeX-command-list): Inserted `%S' for source specials
+    support where appropriate.
+
+commit 2dbf680f40371bd25f4af5492867d525760855e7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 4 19:54:31 2004 +0000
+
+    (TeX-expand-list): Inserted new expander `%S' for source
+    specials command line option.
+    (TeX-command-list): Inserted `%S' for source specials support
+    where appropriate.
+    (LaTeX-command-style): Ditto.
+    (TeX-source-specials-expand-options): New function.
+
+commit 5218b532296eab7c1b90f062faa63ab7383211a4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue May 4 19:53:54 2004 +0000
+
+    (Checking): Updated URL's for lacheck and chktex.
+
+commit 48032484acdbd9376546bb06e84fb294a90a484c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon May 3 12:29:34 2004 +0000
+
+    *** empty log message ***
+
+commit 4380a9cdcf4b2f0849c34e9909313557010e2541
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun May 2 21:36:37 2004 +0000
+
+    *** empty log message ***
+
+commit 8e0d9e6d37cb5d4d60afd763ae4479069ca61078
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 2 16:55:44 2004 +0000
+
+    *** empty log message ***
+
+commit f23d8867d6f4b03b9eebbb811f49ff30e100f29d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 2 16:55:22 2004 +0000
+
+    Header updated.
+    (TeX-master-file): Removed bogus test for `TeX-header-end'.
+
+commit bc9d3443f7137d0a0789b1b5d1d7ee832a917a23
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 2 12:42:31 2004 +0000
+
+    *** empty log message ***
+
+commit b4d9c86fe0396c24775b7a102b21502b7f447d61
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 2 12:42:09 2004 +0000
+
+    (ToDo): New name for node/section formerly
+    known as `Projects' or `Wishlist' respectively.
+    Removed items not relevant anymore and moved the rest to the new
+    file `doc/todo.texi'.
+
+commit b5bda2fbdb8c3a209493aa6549f6cd8a1fe6aba9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 2 12:41:43 2004 +0000
+
+    (TEXIFILES): New constant.
+    (auctex): Use it.
+    (dist): Added `TODO'.
+    (TODO): New target.
+    (clean): Added `TODO'.
+    Some formattig changes.
+
+commit e54480e17a48534ce4e31c33baa3ba17fbc07e42
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 2 12:41:23 2004 +0000
+
+    New file.
+
+commit 6d1806416d60e060aa6c1cbdea8dfd8be942ff2c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 2 12:41:00 2004 +0000
+
+    (tar-ball): Added `TODO'.
+
+commit 3eb69fef63f5f7d562e182711a144e8fe012df81
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun May 2 12:40:29 2004 +0000
+
+    Advertise support for `beamer.cls'.
+
+commit b24ee79ed50e872569016dca89570e50525c89a7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 30 20:26:52 2004 +0000
+
+    (TeX-command-expand): Add "%%" expansion, make order
+    of TeX-expand-list irrelevant, make the whole junk work
+    efficiently.
+
+commit b9b9b8567990a2b623b75ead79144568482f5330
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 30 20:21:19 2004 +0000
+
+    *** empty log message ***
+
+commit b41199c690f666c62ef7e1a4f63871be03584558
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 30 12:20:06 2004 +0000
+
+    *** empty log message ***
+
+commit 7965538cec0d7e87e16840b229827b304337b0fe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 30 12:19:50 2004 +0000
+
+    (STYLESRC): Added `alltt.el'.
+
+commit c4350f2a8bb9e51aff517ca89215e92c7c6bad5c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 30 12:19:35 2004 +0000
+
+    (LaTeX-indent-environment-list): Remove `alltt' and add support
+    for it in `alltt.el' instead.
+
+commit 75865e7ba0462e5833a351d4f10bf3ac5e694f10
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 30 12:19:18 2004 +0000
+
+    Advertise new style files.
+
+commit cea0aa0927a03917afd32f4372a3b6df632d0bea
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 30 12:19:02 2004 +0000
+
+    New file.
+
+commit a09e6a63e9d16cb54dd3aff549cbf41adfadf91d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 30 09:17:21 2004 +0000
+
+    *** empty log message ***
+
+commit 7a71d16c167313c39869639faa1ccf253b93e18c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 30 09:17:04 2004 +0000
+
+    Describe changes in quote insertion if `german.sty' or `ngerman.sty'
+    is used.
+
+commit 495ca260486f03eb5c59db8846c981265400f15f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 30 09:13:00 2004 +0000
+
+    * latex.el: New header.
+    (LaTeX-indent-environment-list): Disable indentation for `alltt'
+    environments.
+
+commit a768897c664e6b294604f76226684107632dbe2f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 30 09:11:04 2004 +0000
+
+    New header.
+    (LaTeX-indent-environment-list): Disable indentation for `alltt'
+    environments.
+
+commit 4a9cbaa64cc6f95bcd173e4db5e431d8e496773d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Apr 29 14:11:01 2004 +0000
+
+    * tex-buf.el (TeX-style-check): New optional argument.  This fixes
+    an error in the last commit.
+    
+    * tex.el (TeX-expand-list): Use it.
+
+commit 54d36bc436af2e44d2f8048d36d8c4eb858373c6
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 27 13:54:54 2004 +0000
+
+    * tex-buf.el (TeX-style-check, TeX-output-style-check): Check for
+    source special stuff here instead of `TeX-expand-list'.  Honor
+    `TeX-source-specials-places'.
+    
+    * tex.el (AUCTeX): Fix URL.
+    (TeX-default-mode, TeX-force-default-mode, TeX-install-font-lock)
+    (TeX-source-specials-active-flag): Changed custom group.
+    (TeX-expand-list): Move source special stuff to `TeX-style-check'
+    and `TeX-output-style-check'.
+    (TeX-source-specials-tex-flags): Make it customizable.
+    (TeX-source-specials-places): New variable.
+    (TeX-source-specials-viewer-flags): No IFS needed anymore.
+
+commit 239355c1396b34cdcc34cb7fd35f608e85516e5d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Apr 26 17:01:22 2004 +0000
+
+    (context-guess-current-interface): Simplify code.
+
+commit c7a268f22476f3363651414013254367a41a15a5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 25 20:09:02 2004 +0000
+
+    *** empty log message ***
+
+commit e2d74eac479525dcbdccdbc8a22947ff10404875
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 25 20:08:51 2004 +0000
+
+    (texinfo-mode): Make last change in `font-lock-defaults' compatible
+    with Emacs 20.
+
+commit 68d260c098f08994eb948e73c6b85eb5f595273a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 25 16:53:53 2004 +0000
+
+    *** empty log message ***
+
+commit d9d91ca9ced815cf0503abdbc99ed1245b35db1e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 25 16:53:42 2004 +0000
+
+    (LaTeX-fill-region): Prevent infinite loop at end of buffer.
+
+commit 0f3db61dad5693bbcc693e17b615ea3ab65c7e9c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 25 10:21:30 2004 +0000
+
+    *** empty log message ***
+
+commit 45b532e7dc2e57da86a42380a89c7a4665ebb1ab
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 25 10:21:18 2004 +0000
+
+    (LaTeX-fill-region-as-paragraph): Indent lines ending with `\\' upon
+    filling a region.
+
+commit 05ec96162165644384995720434f046a47f8be6d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 24 21:42:48 2004 +0000
+
+    *** empty log message ***
+
+commit b4b96044ef305d768edf4b843a07e27799b58fd7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 24 21:42:03 2004 +0000
+
+    ("natbib"): Add fontification for regexps.
+    Patch by Thomas Baumann.
+
+commit 3bc6d7c40b29de628156f0059a06542524f62ab9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 24 18:59:30 2004 +0000
+
+    *** empty log message ***
+
+commit ebe59de72c3eb5b6d3ee11d687adee2960a82668
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 24 18:59:14 2004 +0000
+
+    (texinfo-mode): Set `font-lock-defaults' as in `texinfo.el'.  This way
+    we get e.g. syntax-highlighting of comments in Texinfo mode.
+
+commit 4e2e0264c04b1b26f41a8e4a21b7b69ae54bd6b9
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sat Apr 24 17:30:31 2004 +0000
+
+    (TeX-toggle-source-specials)
+    (TeX-maybe-set-source-specials, TeX-source-specials-check-xdvi):
+    New (renamed) functions.
+    (TeX-source-specials-active-flag, TeX-source-specials-tex-flags)
+    (TeX-source-specials-viewer-flags)
+    (TeX-source-specials-check-function, TeX-source-specials-xdvi-p):
+    New (renamed) variables.  Tried to clarify doc-strings and
+    variable names.
+
+commit 5fe590cda39278d4a2dca2de14cdaadf9db318f4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 23 18:26:08 2004 +0000
+
+    *** empty log message ***
+
+commit 3f09dcaf43c3ddff4849da7e4f881157ea5fd9c0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 23 18:25:56 2004 +0000
+
+    (LaTeX-mode-menu): Fix menu extension for customization.
+
+commit 01901d94d6ebe15a3434ffceddaa81f3b755e6d2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 23 18:25:28 2004 +0000
+
+    (ConTeXt-mode-menu): Fix menu extension for customization.
+
+commit 0eca2d4d82ef63622759c5f01a7f3e131554f65c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 23 16:49:12 2004 +0000
+
+    *** empty log message ***
+
+commit 2d738fcc3dd4dd601f2c2f7f0131c4184e20b44e
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 23 16:46:18 2004 +0000
+
+            * Source special support by Dan Nicolaescu <dann@ics.uci.edu>:
+            * tex.el (TeX-command-list): start viewer with TeX-run-discard
+            (TeX-expand-list): Add source special flags to viewer call.
+            (TeX-expand-list): Add source special flags to LaTeX call.
+            Various new functions.
+            (TeX-current-file-name-master-relative): New function replacing
+            TeX-current-file-name-nondirectory (which is not really needed, I
+            guess).  This change sole fault of dak.
+            (TeX-mode-specific-command-menu-entries): Source Special entry.
+
+commit f6cdf57dc1c8911b911ccca3c6809f20a3c7e99b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 23 15:40:41 2004 +0000
+
+    *** empty log message ***
+
+commit 2a8eb06e96b1a47ddf0b3928fe9c860b0f84d237
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 23 15:40:06 2004 +0000
+
+    (LaTeX-fill-region-as-paragraph): Fix call to
+    `indent-region' for "older" Emacsen.
+
+commit 9ba1313cdedcaa6fc3046eb203dfae51d227d49b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 23 10:46:48 2004 +0000
+
+    *** empty log message ***
+
+commit a7d29c474c1fa9ffc1516923fea5f6b4cf8d3c3c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 23 10:46:24 2004 +0000
+
+    (TeXinfo-insert-environment): Don't eat newline at the end of the
+    environment.
+
+commit 8ca9cf9d051277333fc7dc28ae5bd8c669613b4b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 23 07:10:53 2004 +0000
+
+    * tex-info.el (TeXinfo-insert-environment): Support enclosure of
+    a selected region by the environment to be inserted.
+    (TeXinfo-mode-map): Bind `C-c C-e' to `TeXinfo-insert-environemt'
+    analogous to LaTeX mode.
+
+commit e2e0746f18e425fab9f163b67ebd1260620a4a90
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 23 07:09:59 2004 +0000
+
+    (TeXinfo-insert-environment): Support enclosure of
+    a selected region by the environment to be inserted.
+    (TeXinfo-mode-map): Bind `C-c C-e' to `TeXinfo-insert-environemt'
+    analogous to LaTeX mode.
+
+commit 3942845bb240f08726008c11bed953a6c4b6d963
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 23 00:36:56 2004 +0000
+
+    *** empty log message ***
+
+commit 17ca57c2e9d71af859a04f91ae761a98ea817958
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 21 19:45:59 2004 +0000
+
+    *** empty log message ***
+
+commit 0749acc28be21ae07525e15b5070bc44e6d5b5a6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 21 19:43:58 2004 +0000
+
+    Remove obsolete SliTeX-related code and replace it by minimal support
+    for slides.cls.
+
+commit 21ca5e58ab1ff9653cf2299aeba2a786a10e03fb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 21 09:51:59 2004 +0000
+
+    *** empty log message ***
+
+commit 9b1967c50b9cd8dca7ba5083e721b101ea3c51c3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 21 09:51:42 2004 +0000
+
+    (LaTeX-fill-region-as-paragraph): Filling is disabled for
+    environments listed in `LaTeX-indent-environment-list'.  To be
+    consistent with filling of other environments where indentation
+    occurs, at least indent those environments.
+
+commit dadcc14248a1789378988f1c5124ff971d7e6fc0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 21 08:02:21 2004 +0000
+
+    * latex.el: Change spaces to tabs in indentation.
+    
+    * tex.el: Ditto.
+
+commit 4ada73c515db9cbd797088fe6f99fb57eb127baf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 21 08:02:06 2004 +0000
+
+    Change spaces to tabs in indentation.
+
+commit ae167259c70a7fac0e586736d97d2f14e50fc4d7
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 20 21:13:08 2004 +0000
+
+    *** empty log message ***
+
+commit 7eacd729de1671cb517cc9f5c7a14b245d605354
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 20 21:10:31 2004 +0000
+
+    Patch from Thomas Baumann
+
+commit 7686e683c42b9f9f5446869b0a0460c1ae167515
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 20 19:46:08 2004 +0000
+
+    Added "autom4te.cache".
+
+commit b105dea795f7b9407b3873c2be97afee34f01f7f
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 20 19:44:35 2004 +0000
+
+    (TeX-output-view-style): Move "dvips && gv" element to
+    the top of the list (not shadowed by a4paper anymore).  Added
+    "pst-" in this element.
+
+commit 6ec68d782e7579ffe320d57fe5dbaf3ada0c4043
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 20 13:15:46 2004 +0000
+
+    * latex.el (LaTeX-current-environment): Respect value of
+    `LaTeX-syntactic-comments' and mode by narrowing the region if
+    necessary and checking necessary conditions.  Use
+    `TeX-forward-comment-skip' and `TeX-backward-comment-skip' for
+    narrowing.
+    (LaTeX-find-matching-end): Ditto.
+    (LaTeX-find-matching-begin): Ditto.
+    (docTeX-in-macrocode-p): New function.
+    
+    * tex.el: More checkdoc-related fixes.
+
+commit 2428d446c825c3534043d0b0315d46ea7224e4dd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 20 13:15:04 2004 +0000
+
+    More checkdoc-related fixes.
+
+commit 914c2c80d5000e4dcd560530f7db419ddb943cf5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Apr 20 13:14:29 2004 +0000
+
+    (LaTeX-current-environment): Respect value of
+    `LaTeX-syntactic-comments' and mode by narrowing the region if
+    necessary and checking necessary conditions.  Use
+    `TeX-forward-comment-skip' and `TeX-backward-comment-skip' for
+    narrowing.
+    (LaTeX-find-matching-end): Ditto.
+    (LaTeX-find-matching-begin): Ditto.
+    (docTeX-in-macrocode-p): New function.
+
+commit 68b3d7169ac40b4eb22836ee0e4daa8a7ec5aab6
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 20 09:54:01 2004 +0000
+
+    *** empty log message ***
+
+commit 24caa405ea9b73bb4f2d585d4c78321fafc944a9
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 20 09:53:41 2004 +0000
+
+    (STYLESRC): Add style/beamer.el.
+
+commit f5fecadb7e8be88f6fe54b1b45bf7097d2754be7
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 20 09:50:03 2004 +0000
+
+    Support file contributed by Thomas Baumann.
+
+commit 850c74e4e0b31276898e67f59a8ab58925ec05dc
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Tue Apr 20 09:27:37 2004 +0000
+
+    Fixed typo.  Reported by Julian Gilbey <jdg@debian.org>.
+
+commit 75810ead5e6270d888366417f7c4d052bd2634e5
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Apr 19 17:32:18 2004 +0000
+
+    (Simple customization): Don't "unlispify" variable names.
+
+commit a48577e34ac69ba2c24d66327bcaef3f220de53f
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Apr 19 16:15:19 2004 +0000
+
+    Reindent.  Coding conventions fixes (but files are still far from being
+    checkdoc clean).
+
+commit b9b6bd965fb4ecd9def8e8ebb906012a9103331d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Apr 19 14:28:30 2004 +0000
+
+    Make almost checkdoc clean.  See "FIXME" for remaining issues.
+
+commit 058ec1009e1a559f0317877a93ac72ff703af868
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sun Apr 18 20:37:52 2004 +0000
+
+    *** empty log message ***
+
+commit 9e8f5b5586b3d4cf166b0968465aa03f384c9f38
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sun Apr 18 20:37:30 2004 +0000
+
+    default environment now depends on language.
+
+commit 481c9e182c0f10ddfed255455971f606f42752be
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 16 14:51:02 2004 +0000
+
+    *** empty log message ***
+
+commit 8c8e3c43ec233048f82f17b0b0a31a88eb6f0027
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 16 14:50:35 2004 +0000
+
+    (TeX-view-style): Enhance documentation string.
+    (TeX-output-view-style): Ditto.
+
+commit dc5998a9f572097972d54b8a5eb11da07375ea83
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Apr 16 14:05:29 2004 +0000
+
+    * tex-info.el (TeXinfo-command-menu): Use
+    `TeX-mode-specific-command-menu'.
+    
+    * tex-jp.el (plain-TeX-mode-command-menu)
+    (LaTeX-mode-command-menu): Ditto.
+
+commit 1d104a39d8c25d9f66cd4406d25411cf2c646903
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 16 13:03:00 2004 +0000
+
+    (STYLESRC): Add jura.el and alphanum.el
+    style/jura.el, style/alphanum.el: contributed by Frank Küster.
+
+commit 3fd6e16d5a86cc203f66dda7a81ef4ca552b1700
+Author: Berend de Boer <berend@pobox.com>
+Date:   Fri Apr 16 07:40:48 2004 +0000
+
+    *** empty log message ***
+
+commit 82a441299dce0c5ff3151d38fb046a620b592ad7
+Author: Berend de Boer <berend@pobox.com>
+Date:   Fri Apr 16 07:40:19 2004 +0000
+
+    * context.el (context-guess-current-interface): support for
+    recognizing interface=XX in comment to determine language to use.
+
+commit f57ef115f91a0883602251f07b986d96dc803341
+Author: Berend de Boer <berend@pobox.com>
+Date:   Fri Apr 16 07:37:01 2004 +0000
+
+    *** empty log message ***
+
+commit 88ad72011522d82a944cbd9d44283855eebc2b7a
+Author: Berend de Boer <berend@pobox.com>
+Date:   Fri Apr 16 07:36:38 2004 +0000
+
+    (TeX-format-list): recognize ConTeXt dutch interface.
+
+commit 099e3330ba53503eab1287f065c6048c12933c6c
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu Apr 15 22:49:32 2004 +0000
+
+    *** empty log message ***
+
+commit 707d6c8d21a4d5c2b308fb9511af92df07da12b2
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu Apr 15 22:49:07 2004 +0000
+
+    AUCSRC includes the new context-en.el and context-nl.el.
+    Ditto fo AUCELC.
+
+commit 2f02432759fe2d24d55035f7f7d52ad0713f441a
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu Apr 15 22:46:49 2004 +0000
+
+    *** empty log message ***
+
+commit de8b3dde811917436995611806f8a3851d73f19a
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu Apr 15 22:46:26 2004 +0000
+
+    context.nl doesn't use defmacro. And it is now actually multi-lingual.
+    Following David Kastrup's suggestions the current method should be more
+    conservative in memory and more clear.
+    ConTeXt macro interface language specifics now appear in separate files. English interface in context-en.el and Dutch in context-nl.el.
+
+commit ee378efdf9a0603df981611bf2e7e5f009804335
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 15 11:12:50 2004 +0000
+
+    *** empty log message ***
+
+commit edb2b8e7fd50a5a545fe23e2a308cf8b3e4b2ae6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 15 11:12:32 2004 +0000
+
+    (LaTeX-mode-command-menu): Simply use `TeX-mode-specific-command-menu'
+    instead of the logic which now is part of it.
+
+commit 4a5ad5eaf16aba11972119c22a6c2c46e3a7667b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 15 11:12:13 2004 +0000
+
+    (ConTeXt-mode-command-menu): Simply use
+    `TeX-mode-specific-command-menu' instead of the logic which now is
+    part of it.
+
+commit 954b996f4aa80befe9ddbc0bea9bc060d150713b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 15 11:11:44 2004 +0000
+
+    * tex.el (TeX-mode-specific-command-menu): Now holds the logic for
+    returning a Command menu definition suitable for different Emacs
+    versions.  Its original content is now in the function
+    `TeX-mode-specific-command-menu-entries'.
+    (TeX-mode-specific-command-menu-entries): New function.
+    (plain-TeX-mode-command-menu): Simply use
+    `TeX-mode-specific-command-menu' instead of the logic which now
+    is part of it.
+    (AmSTeX-mode-command-menu): Ditto.
+
+commit d3e28927a9a9de5d23555d5a48618d9bc639fc38
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Apr 14 15:01:57 2004 +0000
+
+    (clean): Remove *.tmp (created with auc-tex.ps).
+
+commit f0f6d3b29b7afdfdca9743db07e38f88430cfb00
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Apr 14 14:57:26 2004 +0000
+
+    * doc/.cvsignore: Added *.tmp.
+    
+    * .cvsignore: Revert 2004-04-12 change.  Added README.
+    
+    * Makefile.in (tar-ball): .nosearch is not useful here.
+
+commit 9563b221e35ba62f5351d86e9df16e9b1a4f75cb
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 13 20:12:56 2004 +0000
+
+    *** empty log message ***
+
+commit 1508f69dc5257cf52c5979e4b0973d404c7a202f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 13 20:12:17 2004 +0000
+
+    Try something in AC_FULL_EXPAND that does not
+    require bash.
+    Replace ' with quote in EMACS_LISP
+    Correct a few instances of misspelled AUCTeX.
+
+commit 46cf6277464ffd339358f680691e2f5e63356004
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 13 10:12:15 2004 +0000
+
+    (DOCFILES, EXTRAFILES): Added files needed for the
+    configure based installation.
+
+commit c8d7ef111e86decc4a06397e3509ea4a3ef64b11
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Apr 12 17:47:06 2004 +0000
+
+    * Makefile.in (DIST_PREFIX): Derive FTPDIR and WWWDIR from this.
+
+commit cce27ce98b7bfccd072ba7a97c3561d9c8b61125
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Apr 12 17:35:15 2004 +0000
+
+    (REMOVE, MINMAPSRC, min-map): Removed.
+
+commit e62849b54f7f754421303a1b9ce49bb40dc206e1
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Apr 12 17:29:53 2004 +0000
+
+    * Makefile.in (dist): Split into `check-dist', `release-commit' and `tar-ball'.
+    (snapshot'): New: use `check-dist' and `tar-ball'.
+    (release-commit): Fix mail address.
+    
+    * doc/Makefile.in (dist): Use INSTALL and INSTALL.windows instead
+    of INSTALLATION.
+    
+    * doc/.cvsignore: Added INSTALL, INSTALL.windows, auc-tex.ps
+    
+    * .cvsignore: Removed INSTALL, INSTALL.windows.
+
+commit ed72d65d68a3614699e9c4e4c804b460a3561e93
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 12 15:21:39 2004 +0000
+
+    * latex.el (LaTeX-syntactic-comments): New name.  Formerly known
+    as `LaTeX-format-comment-syntax-aware'.  This should better
+    reflect the meaning the variable will receive eventually.
+    (LaTeX-indent-line): Use new name.
+    (LaTeX-current-indentation): Ditto.
+    (LaTeX-back-to-indentation): Ditto.
+    (LaTeX-fill-paragraph): Ditto.
+    (doctex-mode): Ditto.
+    
+    * context.el (context-mode): Use `LaTeX-syntactic-comments'
+    instead of `LaTeX-format-comment-syntax-aware'.
+
+commit 7a65a4cb8275da2127f42eb6ac30cb08bb4f0e74
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 12 15:21:14 2004 +0000
+
+    (LaTeX-syntactic-comments): New name.  Formerly known
+    as `LaTeX-format-comment-syntax-aware'.  This should better
+    reflect the meaning the variable will receive eventually.
+    (LaTeX-indent-line): Use new name.
+    (LaTeX-current-indentation): Ditto.
+    (LaTeX-back-to-indentation): Ditto.
+    (LaTeX-fill-paragraph): Ditto.
+    (doctex-mode): Ditto.
+
+commit 6fad4efb0e7ab6130b453e8cab3048d67ab338fa
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 12 15:20:33 2004 +0000
+
+    (context-mode): Use `LaTeX-syntactic-comments'
+    instead of `LaTeX-format-comment-syntax-aware'.
+
+commit 0b210ef616e3e956189edf3a9d77a543b72d5313
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 13:06:25 2004 +0000
+
+    *** empty log message ***
+
+commit 36a70e38e5692707663df02ace07ff131f8975ec
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 13:05:38 2004 +0000
+
+    (preview-dump-replacements): Use regexp not
+    triggering bugs in older Emacsen.
+    (preview-dump-replacements): Same here.
+
+commit fcbfd7d96bd0561c5577b1166e81d0564cfec3db
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 13:03:34 2004 +0000
+
+    *** empty log message ***
+
+commit bb6cf8fa9140aff52265b24f7f17f6775195786f
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 12:50:36 2004 +0000
+
+    Adapt manual version.
+
+commit a5d75272736b194f028914d8387c168128f31392
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 12:49:20 2004 +0000
+
+    Adapt for 0.8.1
+
+commit 1c9d93cb17cf987b7bd605269e129091f47e7a15
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 12:48:04 2004 +0000
+
+    * RELEASE: Adapt to 0.8.1
+    
+    * preview-latex.spec: xemacspkgdir has changed in recent XEmacs
+    releases for Redhat.
+    
+    * Release 0.8
+    
+    * RELEASE: prepare for 0.8
+
+commit 275a68b02f851697e20915d93bd51675316bdbd5
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 12:41:07 2004 +0000
+
+    *** empty log message ***
+
+commit 0f93249fe9abe6f37d3eb3c6de935aba97918aec
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 12:40:23 2004 +0000
+
+    * preview-latex.spec: xemacspkgdir has changed in recent XEmacs
+    releases for Redhat.
+    
+    * preview-latex.spec: prepare for 0.8, bump XEmacs to 21.4.9.
+
+commit 484047d983e9d852c86413d4aed4fb908b80af4e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 12:37:13 2004 +0000
+
+    (preview-mode-setup): Remove non-existent menu.
+
+commit 696590cf009df0e95f7af2b7513f7f8dd699b778
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 12:36:15 2004 +0000
+
+    (preview-mode-setup): Remove non-existent menu
+    "copied" from TeX-command-list to Command menu.
+
+commit 7033d80327bee88d995f991c7b4dea57724a89c2
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 03:21:19 2004 +0000
+
+    *** empty log message ***
+
+commit 65afc74d88d78c19897d0628e0236b7b5b69ec47
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 03:16:59 2004 +0000
+
+    *** empty log message ***
+
+commit 685418ed203003f44462914750d1993ecdefe9cf
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 03:13:36 2004 +0000
+
+    *** empty log message ***
+
+commit 06d29ae03adbad3b23d176fab12f1de809517d56
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 03:01:04 2004 +0000
+
+    *** empty log message ***
+
+commit 0c8d2a147598da36037b1c1a2853bfadcb3b2409
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 02:57:08 2004 +0000
+
+    *** empty log message ***
+
+commit 9b10aa21995e2b76109b7da3a63f92d80ea1a738
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 02:56:48 2004 +0000
+
+    *** empty log message ***
+
+commit 106d0b6f801a3ccff3a8cf1b22577c50efe68f23
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 02:54:36 2004 +0000
+
+    *** empty log message ***
+
+commit 2a50d8bad76e65f72cfc8bac06f000a2f09133cb
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 02:49:22 2004 +0000
+
+    *** empty log message ***
+
+commit 0be8b9beab8a0126555a8a33aed7c74d6ede7726
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 02:40:29 2004 +0000
+
+    *** empty log message ***
+
+commit 79ddc24d1c02562476d29936a7069ca954628833
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 02:29:54 2004 +0000
+
+    *** empty log message ***
+
+commit 5831e186b5112f1811579bcddcda488e665098d4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 02:22:24 2004 +0000
+
+    *** empty log message ***
+
+commit 06add9d513e0409f19b3e3aead73966a8d835bf4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 01:54:47 2004 +0000
+
+    *** empty log message ***
+
+commit ca0d96b2e04c68302372652c6c2e7694ea97fe81
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 01:48:26 2004 +0000
+
+    *** empty log message ***
+
+commit 8e8df3664fcf3b5a5fb0799010f61f48da2a2448
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 01:44:43 2004 +0000
+
+    Use no suffix for redhat, simple lowercase suffix for SuSE: this is
+    more in line with other RPM packages.  Also it does not make sense if
+    the Source RPM file has "RedHat" in its name: it works for SuSE, too.
+
+commit f2bf16dd02318e9b10a3f3c710a1687d3be3575a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 01:36:50 2004 +0000
+
+    Add DESTDIR to makeinstall call.
+
+commit 16223759b04f4c2289a2e07600427724d546d16d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 01:25:41 2004 +0000
+
+    Disable 8bit test altogether.  Sigh.
+
+commit 55100566afe6b3c20290783b90f925a84729a98a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 01:19:40 2004 +0000
+
+    Try to get LC_CTYPE from system environment.
+
+commit 202c9380097aceeb55fb3ebb8dbc78a41896197e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 01:07:27 2004 +0000
+
+    *** empty log message ***
+
+commit 087b8e618dad053fdfc7eaaad6a423808ef2815c
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 12 01:06:41 2004 +0000
+
+    prepare for 0.8
+
+commit 60adf370b4bab35a70ab983f5be1c44654887fa0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 21:53:50 2004 +0000
+
+    Documentation and scripts prepared for version 0.8.  Todo items have
+    been considerably reduced, new operation modes documented.
+
+commit 8311e074ef9497b8a44c88bb9e12a218e6dcdee1
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 21:51:18 2004 +0000
+
+    *** empty log message ***
+
+commit ef965842cc8313536cac6316c25cfeeef3855e44
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 21:50:52 2004 +0000
+
+    prepare for 0.8, bump XEmacs to 21.4.9.
+
+commit 7a20cddd7a059338fbd9c57e41c7de94609defd2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 19:58:47 2004 +0000
+
+    *** empty log message ***
+
+commit 09d25a72d57777721f4da6a296092c622fee93b9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 19:58:08 2004 +0000
+
+    * preview.el (preview-dvipng-color-string): Try to deliver border
+    thickness.
+    (preview-gs-transact): Don't set page size to 1,1 if that has
+    already been done.
+    (preview-start-dvipng): Use new -D convention for resolution.
+    (preview-pdf2dsc-process-setup): Add resolution to GhostScript
+    call for PDF.  Doh.
+    
+    * preview.el (preview-gs-open): Bypass page initialization if
+    page is 1bp times 1bp (that is: not yet set).
+    
+    * preview.el (preview-parsed-tightpage): New variable.
+    (preview-TeX-bb): Use tightpage borders if found in file.
+    (preview-gs-flag-error): Display correct file on error.
+    (preview-gs-transact): Don't pass page dimensions if tightpage is
+    active.
+    (preview-required-option-list): Replace dvips option with tightpdf
+    option.
+    (preview-parse-tightpage): New function.
+    (preview-parse-variables): Add preview-parse-tightpage, add
+    function quoting.
+    (preview-gs-open): Move color setup to BeginPage hook.  Rename
+    preview-latex-* PostScript Variables to just preview-*.
+    (preview-gs-transact): Set minimal pagesize if tightpage detected
+    to speed up unimportant setpagedevice operations.
+    (preview-required-option-list): Use tightpage option always.
+    (preview-parse-variables): Remove function quoting: it lead to
+    double quotes and tears.
+    (preview-LaTeX-disable-pdfoutput): Move into separate constant
+    for easy access as it is no longer the standard.
+    (preview-LaTeX-command-replacements): Default to nil to enable
+    PDFTeX operation.  Better customization type.
+
+commit fbb58fb06d754c55b743301e5842512b0e114ade
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 19:18:46 2004 +0000
+
+    *** empty log message ***
+
+commit ad29763b11a2926168c7c0a3dec3d7773d3e5913
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 19:18:22 2004 +0000
+
+    * preview.el (preview-dvipng-color-string): Try to deliver border
+    thickness.
+    (preview-gs-transact): Don't set page size to 1,1 if that has
+    already been done.
+    (preview-start-dvipng): Use new -D convention for resolution.
+    
+    * preview.el (preview-gs-open): Bypass page initialization if
+    page is 1bp times 1bp (that is: not yet set).
+    
+    * preview.el (preview-parsed-tightpage): New variable.
+    (preview-TeX-bb): Use tightpage borders if found in file.
+    (preview-gs-flag-error): Display correct file on error.
+    (preview-gs-transact): Don't pass page dimensions if tightpage is
+    active.
+    (preview-required-option-list): Replace dvips option with tightpdf
+    option.
+    (preview-parse-tightpage): New function.
+    (preview-parse-variables): Add preview-parse-tightpage, add
+    function quoting.
+    (preview-gs-open): Move color setup to BeginPage hook.  Rename
+    preview-latex-* PostScript Variables to just preview-*.
+    (preview-gs-transact): Set minimal pagesize if tightpage detected
+    to speed up unimportant setpagedevice operations.
+    (preview-required-option-list): Use tightpage option always.
+    (preview-parse-variables): Remove function quoting: it lead to
+    double quotes and tears.
+    (preview-LaTeX-disable-pdfoutput): Move into separate constant
+    for easy access as it is no longer the standard.
+    (preview-LaTeX-command-replacements): Default to nil to enable
+    PDFTeX operation.  Better customization type.
+
+commit 3bd54e02d9f7a7735773c7425d551a050c95db8d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 18:42:59 2004 +0000
+
+    *** empty log message ***
+
+commit 9ff2bfe43af1750149228ac36efbed3806ef01f5
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 18:42:29 2004 +0000
+
+    Format with AUCTeX.
+
+commit 3441dbde2c0e03bb4500491d155966519f3c98ae
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 18:34:01 2004 +0000
+
+    * preview.el (preview-gs-open): Bypass page initialization if
+    page is 1bp times 1bp (that is: not yet set).
+    
+    * preview.el (preview-parsed-tightpage): New variable.
+    (preview-TeX-bb): Use tightpage borders if found in file.
+    (preview-gs-flag-error): Display correct file on error.
+    (preview-gs-transact): Don't pass page dimensions if tightpage is
+    active.
+    (preview-required-option-list): Replace dvips option with tightpdf
+    option.
+    (preview-parse-tightpage): New function.
+    (preview-parse-variables): Add preview-parse-tightpage, add
+    function quoting.
+    (preview-gs-open): Move color setup to BeginPage hook.  Rename
+    preview-latex-* PostScript Variables to just preview-*.
+    (preview-gs-transact): Set minimal pagesize if tightpage detected
+    to speed up unimportant setpagedevice operations.
+    (preview-required-option-list): Use tightpage option always.
+    (preview-parse-variables): Remove function quoting: it lead to
+    double quotes and tears.
+    (preview-LaTeX-disable-pdfoutput): Move into separate constant
+    for easy access as it is no longer the standard.
+    (preview-LaTeX-command-replacements): Default to nil to enable
+    PDFTeX operation.  Better customization type.
+
+commit 5208a330b2e301e6d79cccc9a58a5e880ff88f5e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 18:18:14 2004 +0000
+
+    *** empty log message ***
+
+commit e85ff6bd72b1d906c24adb49b783c6d91180cfd8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 18:17:47 2004 +0000
+
+    * latex/preview.dtx: Remove tightpdf option again. Better
+    explanation for tightpage.
+    
+    * latex/preview.dtx: Some reformatting, add new parse items - and
+      >, add new option pdftex, adjust tightpage for it, add new
+      option tightpdf.
+
+commit ca3a805db0aa0ac0ead146cd4725768ab11e8444
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 11 18:13:44 2004 +0000
+
+    (preview-parsed-tightpage): New variable.
+    (preview-TeX-bb): Use tightpage borders if found in file.
+    (preview-gs-flag-error): Display correct file on error.
+    (preview-gs-transact): Don't pass page dimensions if tightpage is
+    active.
+    (preview-required-option-list): Replace dvips option with tightpdf
+    option.
+    (preview-parse-tightpage): New function.
+    (preview-parse-variables): Add preview-parse-tightpage, add
+    function quoting.
+    (preview-gs-open): Move color setup to BeginPage hook.  Rename
+    preview-latex-* PostScript Variables to just preview-*.
+    (preview-gs-transact): Set minimal pagesize if tightpage detected
+    to speed up unimportant setpagedevice operations.
+    (preview-required-option-list): Use tightpage option always.
+    (preview-parse-variables): Remove function quoting: it lead to
+    double quotes and tears.
+    (preview-LaTeX-disable-pdfoutput): Move into separate constant
+    for easy access as it is no longer the standard.
+    (preview-LaTeX-command-replacements): Default to nil to enable
+    PDFTeX operation.  Better customization type.
+
+commit cff642344bd0fa35ae9757c5bd9a38ee8fd681fa
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 10 23:00:10 2004 +0000
+
+    (preview-parsed-tightpage): New variable.
+    (preview-TeX-bb): Use tightpage borders if found in file.
+    (preview-gs-flag-error): Display correct file on error.
+    (preview-gs-transact): Don't pass page dimensions if tightpage is
+    active.
+    (preview-required-option-list): Replace dvips option with tightpdf
+    option.
+    (preview-parse-tightpage): New function.
+    (preview-parse-variables): Add preview-parse-tightpage, add
+    function quoting.
+
+commit d9aca5e718e49d63da8615a9606888167584b828
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 10 22:56:15 2004 +0000
+
+    (preview-parsed-tightpage): New variable.
+    (preview-TeX-bb): Use tightpage borders if found in file.
+    (preview-gs-flag-error): Display correct file on error.
+    (preview-gs-transact): Don't pass page dimensions if tightpage is
+    active.
+    (preview-required-option-list): Replace dvips option with tightpdf
+    option.
+    (preview-parse-tightpage): New function.
+    (preview-parse-variables): Add preview-parse-tightpage, add
+    function quoting.
+
+commit fdab1e6b5753f1ed055282abf56f45b6a864556f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 10 22:55:51 2004 +0000
+
+    *** empty log message ***
+
+commit b8de0dacbb6b6153f9a205123b018eb3a1ec500e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 10 22:50:22 2004 +0000
+
+    Some reformatting, add new parse items - and
+      >, add new option pdftex, adjust tightpage for it, add new
+      option tightpdf.
+
+commit dc3520dad7bcd19fe8f0cee55e418fb9a33a2ba7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 10 22:47:42 2004 +0000
+
+    Eat spaces after %.
+
+commit 9efe64c4614454e06b72070c8de67e4ce63dd207
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 10 16:05:30 2004 +0000
+
+    * doc/auc-tex.texi (Japanese): Refer to `INSTALL' instead of
+    `INSTALLATION'.
+    
+    * doc/intro.texi: Refer to `INSTALL' and `INSTALL.windows'
+    instead of `INSTALLATION'.
+    
+    * IRIX: Removed.
+    
+    * Makefile.in (EXTRAFILES): Removed IRIX.
+    
+    * COPYING: Updated to current incarnation.
+
+commit 231b1bf3abba2962e7d43342a809697a262e51b1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 10 16:04:50 2004 +0000
+
+    Updated to current incarnation.
+
+commit 1896a514f9d9f7c23d7faf909672d89bbfd51820
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 10 16:04:21 2004 +0000
+
+    (EXTRAFILES): Removed IRIX.
+
+commit 99b333bc574a45a3a3a0de818bab30eac7de8c51
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 10 16:04:07 2004 +0000
+
+    Refer to `INSTALL' and `INSTALL.windows' instead of `INSTALLATION'.
+
+commit 9ef6245713415bf26f0d0810c826f4d3cd40dbf8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 10 16:03:49 2004 +0000
+
+    (Japanese): Refer to `INSTALL' instead of
+    `INSTALLATION'.
+
+commit 476eb5f79bc9d1c33cdc714cc3ea0f4e0f37c481
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Apr 10 15:58:33 2004 +0000
+
+    Removed.
+
+commit 3c294beb48c81db5758f56dcb7c770ae3dbda190
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Apr 9 14:32:25 2004 +0000
+
+    (install-el, dist): Add .nosearch in style/ and auto/.
+
+commit 1f74cfc17bbede99f892403c71a5dc24ffc2eff7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 9 11:57:52 2004 +0000
+
+    *** empty log message ***
+
+commit 951268c112befba780bfafab86c1673ea82aeb5a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 9 11:56:10 2004 +0000
+
+    The "Error" icons were upside down.  Corrected to normal traffic sign
+    appearance.
+
+commit 6a409501c9784c7566842277324482a4b4099625
+Author: Berend de Boer <berend@pobox.com>
+Date:   Fri Apr 9 11:15:29 2004 +0000
+
+    *** empty log message ***
+
+commit 0781d5fcca6d2f18fc5af751bed932a591015e81
+Author: Berend de Boer <berend@pobox.com>
+Date:   Fri Apr 9 11:14:08 2004 +0000
+
+    (ConTeXt-current-interface): eval-and-compile instead of
+            eval-when-compile seems to solve the undefined error message.
+
+commit 4c0bee09d7e498bdad8fba0973adf1590f49f92c
+Author: Peter Galbraith <psg@debian.org>
+Date:   Fri Apr 9 01:47:33 2004 +0000
+
+    font-latex.el (font-latex-setup): Bug Fix; was overriding
+    font-latex-string-face.  Thanks to Reuben Thomas for finding the bug.
+
+commit bccd4f77c62b98d813ae6bc017adc00cf780d74d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 8 21:16:51 2004 +0000
+
+    * tex.el (TeX-in-commented-line): Don't alter match data.  Fixes
+    problems with `LaTeX-find-matching-end'.
+    (TeX-in-line-comment): Ditto.  (Prophylactic.)
+
+commit a087918279950275adedce94ccf61415c1390725
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 8 21:15:12 2004 +0000
+
+    (TeX-in-commented-line): Don't alter match data.  Fixes
+    problems with `LaTeX-find-matching-end'.
+    (TeX-in-line-comment): Ditto.  (Prophylactic.)
+
+commit 5bbc7f2f2eb4e723edd0c60e9635a6d03ee80e18
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 8 13:16:45 2004 +0000
+
+    *** empty log message ***
+
+commit 4aba22f6b7d31d6678d3cb12949466075f5abf3e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 8 13:16:33 2004 +0000
+
+    Remove sole reference to texmfdir
+
+commit 6b00a6dbc0f67cfd1f5d972d7436f5287c040eb8
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 8 13:15:20 2004 +0000
+
+    Fix --with-lispdir
+
+commit 864b302f78a19582534a3363aff8001db12b4032
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 8 11:18:53 2004 +0000
+
+    * latex.el (LaTeX-fill-paragraph): Fix check for code comment.
+    (LaTeX-fill-code-comment): Ditto.
+
+commit e9d102646a00ade4108105b592d5d184e9af0e9c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Apr 8 11:18:33 2004 +0000
+
+    (LaTeX-fill-paragraph): Fix check for code comment.
+    (LaTeX-fill-code-comment): Ditto.
+
+commit 8d4538f5df0f844e8d2f630142e95997bae5a862
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 8 09:11:21 2004 +0000
+
+    *** empty log message ***
+
+commit 4b319d52a0f650480576ea23a0f5b4210653a4ad
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu Apr 8 08:24:20 2004 +0000
+
+    *** empty log message ***
+
+commit be0167d02c6a17182d90aad3d884992b63adf946
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu Apr 8 08:23:14 2004 +0000
+
+    latex.el (LaTeX-outline-name): could reach past end of buffer when an
+    imenu was created and LaTeX-outline-regexp contained a macro that
+    either didn't take a argument between braces or a macro was found in
+    the document and the user forgot to specify the argument. And that
+    macro was after the last 20 characters of the buffer.
+
+commit 39bac8df40018aedf49353835f1223d8cfb73a9a
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu Apr 8 08:11:20 2004 +0000
+
+    *** empty log message ***
+
+commit e9cbf94986e08a97506e7f174a10593471b02ca7
+Author: Berend de Boer <berend@pobox.com>
+Date:   Thu Apr 8 08:07:14 2004 +0000
+
+    more lisp magic to fix a compilation error reported by Artemio
+    Gonzalez Lopez.
+
+commit 020663e8ca5fd7564b2091a917c899c833019181
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Apr 7 09:49:15 2004 +0000
+
+    * latex.el (LaTeX-default-position, LaTeX-env-array)
+    (LaTeX-env-tabular*): Implement "don't prompt" option.
+    
+    * doc/auc-tex.texi (Tabular-like): Added `LaTeX-default-format'
+    and `LaTeX-default-position'.
+
+commit cf7d989d9514f5d5890eade21e1be7dd7f349f6d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 7 07:47:47 2004 +0000
+
+    Change @LaTeX{} to La@TeX{} as the former does not exist.
+
+commit 5399814164e1d6b5bd8d44d0a0518648c4ffbce2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 7 07:45:11 2004 +0000
+
+    * latex.el (LaTeX-fill-break-at-separators): New name.  Formerly
+    know as `LaTeX-fill-distinct-contents'.
+    Changed 'braced and 'math options to various symbols for opening
+    and closing separators (braces, brackets, math switches) which
+    can be activated independently.
+    (LaTeX-fill-move-to-break-point): Use it.
+    
+    * doc/auc-tex.texi (Marking and formatting): Reflect change of
+    `LaTeX-fill-distinct-contents' to
+    `LaTeX-fill-break-at-separators'.
+    Describe `LaTeX-fill-break-before-code-comments'.
+
+commit 8fb700499a9805b237d88d2687ed4253f8370336
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 7 07:44:44 2004 +0000
+
+    (LaTeX-fill-break-at-separators): New name.  Formerly
+    know as `LaTeX-fill-distinct-contents'.
+    Changed 'braced and 'math options to various symbols for opening
+    and closing separators (braces, brackets, math switches) which
+    can be activated independently.
+    (LaTeX-fill-move-to-break-point): Use it.
+
+commit f5b7a8a81f1d9aecfb75edb7d87cd552cb9078fb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Apr 7 07:44:16 2004 +0000
+
+    (Marking and formatting): Reflect change of
+    `LaTeX-fill-distinct-contents' to `LaTeX-fill-break-at-separators'.
+    Describe `LaTeX-fill-break-before-code-comments'.
+
+commit 61309615e997e8a1d6aaa6e2b6de324f012d7208
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 7 01:30:20 2004 +0000
+
+    (TeX-run-command): Turn off line number mode in the
+    run-buffer effectively by setting line-number-display-limit
+    locally to 0.
+    (TeX-format-filter): Use a more sophisticated procedure for
+    fishing out page numbers in order to have fast matches.
+
+commit 790da07a18dab5c58e27f8b9387eebc12d1bd17c
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 7 01:29:44 2004 +0000
+
+    *** empty log message ***
+
+commit 9e400d542f7d28e0549b988ccd7cae54041194ec
+Author: Berend de Boer <berend@pobox.com>
+Date:   Tue Apr 6 20:25:21 2004 +0000
+
+    *** empty log message ***
+
+commit e6c7ea9263d15ddadafdfc128b5b9f818d0a42c4
+Author: Berend de Boer <berend@pobox.com>
+Date:   Tue Apr 6 20:17:25 2004 +0000
+
+    *** empty log message ***
+
+commit b2f8d3f8596e162e581e21dd4d7d9624824b0454
+Author: Berend de Boer <berend@pobox.com>
+Date:   Tue Apr 6 20:11:39 2004 +0000
+
+    Attempt to fix the:
+      Symbol's value as variable is void ((ConTeXt-current-interface))
+    warning. No idea if this is correct. But I suppose it's needed because
+    of the defmacro's.
+
+commit 48412ee16bf7f49c60dcba5610d74bb3926d0e71
+Author: Berend de Boer <berend@pobox.com>
+Date:   Tue Apr 6 18:37:13 2004 +0000
+
+    *** empty log message ***
+
+commit 252ac7c4e0f1fe3490c76cc009d9c44ed91e0a87
+Author: Berend de Boer <berend@pobox.com>
+Date:   Tue Apr 6 05:01:31 2004 +0000
+
+    1. Use of make-local-variable now inside a set.
+    2. imenu support added. Also addeds commented-out stuff, perhaps shouldn't do that.
+    3. Check if etexshow was available was incorrect.
+
+commit cc66ff301952b162295335a5650a5adb96a9f5a0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 5 07:24:28 2004 +0000
+
+    * latex.el (LaTeX-fill-code-comment): Respect `indent-tabs-mode'.
+    Fix partially taken from GNU Emacs' fill.el.
+    
+    * tex.el (TeX-mode-specific-command-list): New function.
+    (TeX-mode-specific-command-menu): Use it.
+    
+    * tex-buf.el (TeX-command-query): Use
+    `TeX-mode-specific-command-list' to get a command list specific
+    to the current mode for command completion.
+
+commit 2b698adf0962983f19d4cf28a1c93b6c9aea837d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 5 07:24:06 2004 +0000
+
+    (TeX-command-query): Use `TeX-mode-specific-command-list' to get a
+    command list specific to the current mode for command completion.
+
+commit be7596921466c21549ac8e576035497c3ecca6d4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 5 07:23:42 2004 +0000
+
+    (TeX-mode-specific-command-list): New function.
+    (TeX-mode-specific-command-menu): Use it.
+
+commit 01a81b38b3d94c97b46d37edbad7a2aa18b93175
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Apr 5 07:23:20 2004 +0000
+
+    (LaTeX-fill-code-comment): Respect `indent-tabs-mode'.  Fix partially
+    taken from GNU Emacs' fill.el.
+
+commit ad7199fde7a21d49c3ced3f00d0b307befa3e872
+Author: Berend de Boer <berend@pobox.com>
+Date:   Mon Apr 5 03:19:04 2004 +0000
+
+    1. Support for completion of a few macro's and a really basic attempt to query
+       for their arguments.
+    2. etexshow support in menu, if you have installed it.
+    3. setup commands now in menu.
+    4. compiler warnings should now be gone.
+
+commit 5e9f669c0bdcc11f949b506f730d92067b0cdd28
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sun Apr 4 22:04:14 2004 +0000
+
+    Just mention ConTeXt a couple of times in sections where I believe
+    ConTeXt support is working. Certain sections need to be marked as
+    LaTeX specific.
+
+commit 6786885e1b93ed8a03f83bb0422b92a6ead3a8b6
+Author: Berend de Boer <berend@pobox.com>
+Date:   Sun Apr 4 20:06:28 2004 +0000
+
+    1. Added a ConTeXt menu entry with ConTeXt specific macro'.s
+    2. When inserting a project, a template is created.
+    3. Some indentation support, but still bad.
+    4. Start/stop insertion now works properly.
+    5. Can close XML tag when editing XML inside ConTeXt.
+    6. Paragraph formatting works in some cases, but quite slow though.
+    7. Outline support added.
+    8. Adding interfaces for other languages shouldn't be too difficult now.
+    9. List of environments is now complete.
+
+commit 3467bfdfc98321d898b0781fe419e8caf9f1992a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 4 16:42:29 2004 +0000
+
+    * latex.el (docTeX-indent-inner-fixed): New var.
+    (LaTeX-indent-calculate): Use it.
+    (LaTeX-indent-calculate-last): Reset indentation to zero after
+    macrocode environments.
+    
+    * style/booktabs.el (TeX-add-style-hook): Add fontification
+    support.
+
+commit 0cd34a613b298513e958634c0a8cb7236eaee1b1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 4 16:42:09 2004 +0000
+
+    (TeX-add-style-hook): Add fontification
+    support.
+
+commit 4b64ef984a9e27b6e97130c6aa00d3471a19c54e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Apr 4 16:41:41 2004 +0000
+
+    (docTeX-indent-inner-fixed): New var.
+    (LaTeX-indent-calculate): Use it.
+    (LaTeX-indent-calculate-last): Reset indentation to zero after
+    macrocode environments.
+
+commit 1f4ae758eff05d149ee1037d2b35a899cbd4ff31
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 4 12:15:29 2004 +0000
+
+    (LaTeX-find-matching-end, LaTeX-find-matching-end): Try
+    to keep track of in-comment-ness
+
+commit 8f259bcd2e819284eb258785fe494c8cc80c264c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 4 12:14:42 2004 +0000
+
+    *** empty log message ***
+
+commit 3fc2efd3cdfeb76235c73267f11a3c53655e86fa
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 3 15:39:46 2004 +0000
+
+    (STYLESRC): Add emp.el.
+
+commit 9c89cd22cdb7294fcf8bc6599279cf9279d817a2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 3 15:39:18 2004 +0000
+
+    * Makefile.in (STYLESRC): Add emp.el.
+    
+    * style/emp.el: New file contributed from Yvon Hevel.
+
+commit 4def0124bc34993c490da8686137a6fab770fb4d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 3 15:38:56 2004 +0000
+
+    *** empty log message ***
+
+commit e21766acffa34b4d701803112a4887ca9f7ad821
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 2 07:33:50 2004 +0000
+
+    * latex.el (LaTeX-back-to-indentation): Use `beginning-of-line'
+    instead of `move-to-left-margin' as it is faster and we don't use
+    the margin anyway.
+    (LaTeX-fill-region-as-para-do): Use `point-max' for correctly
+    determining the end of the filling loop in case of a code comment.
+    Narrow to region in any case to simplify this determination in
+    case there is no code comment.
+    (LaTeX-fill-move-to-break-point): Fix compatibility code for
+    getting the initial break point.  In case there is no valid break
+    point on the way towards the beginning of the line, look down the
+    line.
+
+commit 3c40f02b1f3f9a181b916f5cec111207aa45b56f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Apr 2 07:33:27 2004 +0000
+
+    (LaTeX-back-to-indentation): Use `beginning-of-line'
+    instead of `move-to-left-margin' as it is faster and we don't use
+    the margin anyway.
+    (LaTeX-fill-region-as-para-do): Use `point-max' for correctly
+    determining the end of the filling loop in case of a code comment.
+    Narrow to region in any case to simplify this determination in
+    case there is no code comment.
+    (LaTeX-fill-move-to-break-point): Fix compatibility code for
+    getting the initial break point.  In case there is no valid break
+    point on the way towards the beginning of the line, look down the
+    line.
+
+commit 0f5aa0e5423a99c6be14d795aa0b3263e9b87d15
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 28 13:34:19 2004 +0000
+
+    * tex.el (TeX-output-view-style): Remove option for landscape in
+    case of PDF output.
+
+commit 5e35afd06c4c3bfaa9673be9e602794a3f6b7799
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 28 13:34:01 2004 +0000
+
+    Remove option for landscape in case of PDF output.
+
+commit 0068e2d53b07f7181e8dafa38b5554b84d3857f3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Mar 27 21:34:32 2004 +0000
+
+    *** empty log message ***
+
+commit 4d9bbb80de7e58d1c170c41032e26dab9509dd38
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Mar 27 21:19:08 2004 +0000
+
+    *** empty log message ***
+
+commit ec76822b364cfa6c85af9085288bbff5119333d9
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 26 19:11:15 2004 +0000
+
+    *** empty log message ***
+
+commit 13b7e584bf8039ed08c9a55e2c9fa6dab7258eac
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 26 19:10:45 2004 +0000
+
+    (LaTeX-fill-region): Correct percentage display.
+
+commit 241ec9b090b039b1ce9e42e0d0b1b002c06a7560
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 26 15:18:30 2004 +0000
+
+    (TeX-format-filter): Strictly restrict backward
+    searches for page number patterns.
+
+commit 2638ed6428ba418ded4d3dac4a4f06d99b46342c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 26 15:17:43 2004 +0000
+
+    *** empty log message ***
+
+commit da808a8798ddc919bb71d8d4b5ab0304aec7e95d
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 26 14:48:20 2004 +0000
+
+    (TeX-auto-store): Map (function (lambda ...)) to (lambda ...) for better
+    readability.
+
+commit 1ebd100e207bf925110c66024cb627437954cd8a
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 26 14:34:07 2004 +0000
+
+    *** empty log message ***
+
+commit 5431aa9aa325da02c059a40f5ebdffb5a2ad1691
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 26 14:33:35 2004 +0000
+
+    Added CHANGES, HISTORY, README, auc-tex*.html.
+
+commit 259060a3228f1e9e83ea3964cf6e857846879371
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 26 14:30:22 2004 +0000
+
+    *** empty log message ***
+
+commit 2a3cae5f1123566a533ab2fe07e6e7733a8aa051
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 26 14:29:05 2004 +0000
+
+    Minor fix.
+
+commit 8fc34a57325d9356576a7a8ee869d192dd2c8cd9
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 26 14:18:02 2004 +0000
+
+    *** empty log message ***
+
+commit 7ac10d1df373cb10cb5e5a170354bfeba2202f68
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 26 14:17:40 2004 +0000
+
+    *** empty log message ***
+
+commit 79bfab77b4f0e44540420fe6beee5b621ee262fb
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Mar 26 14:17:04 2004 +0000
+
+    *** empty log message ***
+
+commit 2a84a9fb914d5ea55f8874d549799cafecccec1b
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 26 14:16:04 2004 +0000
+
+    Map (function (lambda ...)) to (lambda ...) for better readability.
+
+commit 3a871688e2b2f2e77f637efb1511931ac8e73465
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 26 08:42:02 2004 +0000
+
+    * latex.el (LaTeX-indent-line): Use `looking-at' instead of
+    `re-search-forward'.  Pass indent amount to
+    `LaTeX-indent-{inner,outer}-do' functions.
+    (LaTeX-indent-inner-do, LaTeX-indent-outer-do): Let them be called
+    with an explicit parameter for the indent amount.
+    (LaTeX-indent-calculate-last): Distinguish a commented and an
+    uncommented line when skipping backwards to the preceding line.
+    Move tests for comment skips into the `cond' statement for better
+    readability.
+    (LaTeX-fill-break-before-code-comments): New customize option.
+    (LaTeX-fill-region-as-paragraph): Change the regular expression
+    which is used for searching for special line ends so that it is
+    not such a performance hog.  Code for determining the region to
+    fill was adapted accordingly.
+    (LaTeX-fill-region-as-para-do): Remove trailing whitespace after
+    newlines were changed to spaces.  Reported by Reiner Steib
+    <Reiner.Steib@gmx.de>.
+    Use `narrow-to-region' for keeping track of potential code comment
+    starts.
+    Break a line at the last non-comment word before a code comment.
+    This can be configured with
+    `LaTeX-fill-break-before-code-comments'.
+    (LaTeX-fill-move-to-break-point): Use `LaTeX-back-to-indentation'
+    for going to the right start of a line.
+    (LaTeX-fill-paragraph): `LaTeX-backward-paragraph' does not skip
+    forward over empty lines itself anymore, so do it here.
+    (LaTeX-fill-region): Use `LaTeX-forward-paragraph' and
+    `LaTeX-backward-paragraph' instead of the old code which
+    determined paragraph boundaries manually.
+    (LaTeX-forward-paragraph, LaTeX-backward-paragraph): Improve
+    handling of paragraph commands.
+    (LaTeX-paragraph-command-p): Get rid of the test for the opening
+    brace because there doesn't have to be one.
+    (LaTeX-find-macro-start): New function.
+    (LaTeX-find-macro-end): New function.
+    
+    * .cvsignore: Added `tex-site.el'.
+
+commit 7f2d74cfb9cc78ac6ab3446d390037a3f7850e59
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 26 08:41:30 2004 +0000
+
+    Added `tex-site.el'.
+
+commit 46f3654cff7d69ccc69df055ff8d9dd858fd220a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 26 08:41:09 2004 +0000
+
+    (LaTeX-indent-line): Use `looking-at' instead of
+    `re-search-forward'.  Pass indent amount to
+    `LaTeX-indent-{inner,outer}-do' functions.
+    (LaTeX-indent-inner-do, LaTeX-indent-outer-do): Let them be called
+    with an explicit parameter for the indent amount.
+    (LaTeX-indent-calculate-last): Distinguish a commented and an
+    uncommented line when skipping backwards to the preceding line.
+    Move tests for comment skips into the `cond' statement for better
+    readability.
+    (LaTeX-fill-break-before-code-comments): New customize option.
+    (LaTeX-fill-region-as-paragraph): Change the regular expression
+    which is used for searching for special line ends so that it is
+    not such a performance hog.  Code for determining the region to
+    fill was adapted accordingly.
+    (LaTeX-fill-region-as-para-do): Remove trailing whitespace after
+    newlines were changed to spaces.  Reported by Reiner Steib
+    <Reiner.Steib@gmx.de>.
+    Use `narrow-to-region' for keeping track of potential code comment
+    starts.
+    Break a line at the last non-comment word before a code comment.
+    This can be configured with
+    `LaTeX-fill-break-before-code-comments'.
+    (LaTeX-fill-move-to-break-point): Use `LaTeX-back-to-indentation'
+    for going to the right start of a line.
+    (LaTeX-fill-paragraph): `LaTeX-backward-paragraph' does not skip
+    forward over empty lines itself anymore, so do it here.
+    (LaTeX-fill-region): Use `LaTeX-forward-paragraph' and
+    `LaTeX-backward-paragraph' instead of the old code which
+    determined paragraph boundaries manually.
+    (LaTeX-forward-paragraph, LaTeX-backward-paragraph): Improve
+    handling of paragraph commands.
+    (LaTeX-paragraph-command-p): Get rid of the test for the opening
+    brace because there doesn't have to be one.
+    (LaTeX-find-macro-start): New function.
+    (LaTeX-find-macro-end): New function.
+
+commit 8e31c54618abff0569a2e0d2eaf5f57525346026
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Mar 25 21:30:53 2004 +0000
+
+    *** empty log message ***
+
+commit 50ab3b52f697ac62a8b93dee5a653fbc6c86ead4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Mar 25 21:26:10 2004 +0000
+
+    *** empty log message ***
+
+commit f9fdf556f2c19499cb8e78f75f3fe2813cb276f8
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Mar 25 20:41:24 2004 +0000
+
+    *** empty log message ***
+
+commit aa4bb9ecc87429f8a4e56d1dbb87c306f6210556
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Mar 23 11:54:16 2004 +0000
+
+    *** empty log message ***
+
+commit 29e898d3c9224ff03fddc63242ff61f099a43217
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 23 02:05:31 2004 +0000
+
+    *** empty log message ***
+
+commit 25fe1dc70c9caad5b25914be9a3d7445ccc51a18
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 23 02:05:06 2004 +0000
+
+    (VirTeX-common-initialization): Back out last change
+    about sentence-end-double-space.
+
+commit 5832a91642dd5f4888675dcab8e9d2bb5b1a65d6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Mar 22 11:36:16 2004 +0000
+
+    *** empty log message ***
+
+commit 06cc7691be1f7b2066fad6399451c623f162fc6f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Mar 22 11:33:22 2004 +0000
+
+    Fix bug for the case $prefix=NONE
+
+commit b45e5d638dab432c1ccedfebe5d93ad58f16ce81
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Mar 22 11:21:13 2004 +0000
+
+    distclean target removes tex-site.el
+
+commit 6e0fb25e4d50a69edaa0d0dc48d5ac99d3427e47
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 21 23:52:25 2004 +0000
+
+    (LaTeX-fill-distinct-contents): Simplify customization
+    type: nil is a complete list.
+
+commit 933d6c155fd8335e613e974c87391a92c7bc6ffc
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 21 23:51:55 2004 +0000
+
+    *** empty log message ***
+
+commit b7a980d34de0de7bcec0bb8da9db6ee8d4681279
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 21 22:32:26 2004 +0000
+
+    (VirTeX-common-initialization): Set
+    sentence-end-double-space and sentence-end to more appropriate
+    values for TeX.
+
+commit 59b7b3a2693afa7fba9ce74675d69cff4b79ad82
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 21 22:31:54 2004 +0000
+
+    *** empty log message ***
+
+commit 824a38b65686747e65ead04aa1ece10de169d382
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 21 21:32:12 2004 +0000
+
+    *** empty log message ***
+
+commit 38f31afed0afb5c391aef6aa0e85bc2e862f7099
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 21 21:30:58 2004 +0000
+
+    (LaTeX-fill-region-as-para-do): Fix determination of code comment
+    begin in filling loop.
+
+commit 0a4ed39d3cfce50599938fb029bd5825f28d596f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 21 16:06:45 2004 +0000
+
+    * latex.el (LaTeX-fill-region-as-paragraph): Fix separation of
+    lines with code comments looking like " {%".
+    (LaTeX-fill-move-to-break-point): Fix determination of break
+    point for an opening brace where there is no break point
+    immediately after the respective closing brace.
+
+commit 4aed56b3abe90b60abd7dae3026c7680eb733c62
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 21 16:05:19 2004 +0000
+
+    (LaTeX-fill-region-as-paragraph): Fix separation of
+    lines with code comments looking like " {%".
+    (LaTeX-fill-move-to-break-point): Fix determination of break
+    point for an opening brace where there is no break point
+    immediately after the respective closing brace.
+
+commit f9c343606e943dbf49f640a1a780da41775f53d1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 20 09:41:43 2004 +0000
+
+    * latex.el (LaTeX-fill-region-as-para-do): Fix compatibility code
+    for older Emacsen.
+
+commit 8672f3e33e70238fcaa544ac25089ca4e34c1095
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 20 09:38:29 2004 +0000
+
+    (LaTeX-fill-region-as-para-do): Fix compatibility code for older
+    Emacsen.
+
+commit 6fd8c9c6a60a3133cddbadaaccf5f4c42d595c2b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 19 21:10:14 2004 +0000
+
+    * latex.el (LaTeX-fill-move-to-break-point): Support `\[' and `\]' as well
+    if `LaTeX-fill-distinct-contents' is activated.
+
+commit a726184119ad0dbe875e0a3e3743fed4f8d1d0df
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 19 21:09:04 2004 +0000
+
+    (LaTeX-fill-move-to-break-point): Support `\[' and `\]' as well
+    if `LaTeX-fill-distinct-contents' is activated.
+
+commit 19fd808906688910f4e52bfef0990a3d3be5dda5
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 19 20:49:58 2004 +0000
+
+    (texinfo-mode): Autoload tex-info again.  I
+    suppose we will get to know why it was disabled when someone
+    complains.
+
+commit c03f2cd9f26d785d4e6ad09f22c66f5ae4de79be
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 19 20:49:44 2004 +0000
+
+    *** empty log message ***
+
+commit f62d18596cea48cc539268e19259537f338972b2
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 19 15:48:51 2004 +0000
+
+    *** empty log message ***
+
+commit 1589b234da9bafda2deb601804c779107267b8bb
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 19 15:48:32 2004 +0000
+
+    (clean): Add HISTORY.
+
+commit a65d4ad0b7534794970a545dfbfb8bfaf5fa4a08
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Mar 19 14:52:11 2004 +0000
+
+    *** empty log message ***
+
+commit 70049d9df117726d7945b05e61280aacb4dbefe5
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 19 14:36:54 2004 +0000
+
+    *** empty log message ***
+
+commit 47711266c2a60772a94082b8e08215648ed9b769
+Author: Davide Giovanni Maria Salvetti <salve@debian.org>
+Date:   Fri Mar 19 14:36:32 2004 +0000
+
+    (TeX-lisp-directory): Removed, it's already defined in tex-site.el.in.
+
+commit 478fa3eeee1b11471a97b70b8849b4c4bdb89f66
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 19 12:10:34 2004 +0000
+
+    * latex.el (LaTeX-current-environment): Use correct regexp for
+    determination of a comment.
+    (LaTeX-format-comment-syntax-aware): Renamed from
+    `LaTeX-fill-comment-syntax-aware' because it affects both filling
+    and indentation.
+    (LaTeX-indent-line): Add support for doing outer and inner
+    indentation.
+    (LaTeX-current-indentation): Ditto.
+    (LaTeX-back-to-indentation): Ditto.
+    (LaTeX-indent-calculate): Ditto.
+    (LaTeX-indent-calculate-last): Ditto.  Fix indentation for
+    environments mentioned in `LaTeX-document-regexp' which use an
+    unclosed brace in the first line.
+    (LaTeX-indent-inner-do): New function.
+    (LaTeX-indent-outer-do): New function.
+    (LaTeX-fill-region-as-paragraph): Include lines with code comments
+    in regions to be filled.  Recognize lines ending with `\par' as
+    boundaries for filling.
+    (LaTeX-fill-region-as-para-do): Better handling of code comments.
+    (LaTeX-fill-paragraph): Make function more readable by selecting
+    different filling methods by a `cond' statement and putting code
+    for the determination of the region to fill in case of
+    syntax-aware filling into the separate functions
+    `LaTeX-forward-paragraph' and `LaTeX-backward-paragraph'.  Better
+    handling of code comments.
+    (LaTeX-fill-code-comment): New function.
+    (LaTeX-forward-paragraph): New function.
+    (LaTeX-backward-paragraph): New function.
+    (LaTeX-paragraph-commend-p): New function.
+    (LaTeX-common-initialization): Let `paragraph-start' handle
+    comments preceded by whitespace as well.
+    
+    * tex.el (tex-mode): `comment-start-skip' shouldn't match line
+    beginnings.
+    (VirTeX-common-initialization): Ditto.
+    (TeX-in-line-comment): New function.
+    (TeX-forward-comment-skip): Use correct regexp for determination
+    of a comment.  Fix case where `count' is less than zero, i.e. if
+    a backward search is performed.
+    (TeX-backward-comment-skip): New function.
+    
+    * doc/auc-tex.texi: Reflect name change of
+    `LaTeX-fill-comment-syntax-aware' to
+    `LaTeX-format-comment-syntax-aware'.
+
+commit c75f6722c9a885d6d3fa193c489d2e2e5cbdadc7
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 19 12:08:02 2004 +0000
+
+    Reflect name change of `LaTeX-fill-comment-syntax-aware' to
+    `LaTeX-format-comment-syntax-aware'.
+
+commit 4f66b2d22d467275ac8a0078659f4de1239b4ad3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 19 12:06:21 2004 +0000
+
+    (tex-mode): `comment-start-skip' shouldn't match line
+    beginnings.
+    (VirTeX-common-initialization): Ditto.
+    (TeX-in-line-comment): New function.
+    (TeX-forward-comment-skip): Use correct regexp for determination
+    of a comment.  Fix case where `count' is less than zero, i.e. if
+    a backward search is performed.
+    (TeX-backward-comment-skip): New function.
+
+commit 61acb02da94a6e69d9c84c57f2964f991472a108
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Mar 19 12:04:01 2004 +0000
+
+    (LaTeX-current-environment): Use correct regexp for
+    determination of a comment.
+    (LaTeX-format-comment-syntax-aware): Renamed from
+    `LaTeX-fill-comment-syntax-aware' because it affects both filling
+    and indentation.
+    (LaTeX-indent-line): Add support for doing outer and inner
+    indentation.
+    (LaTeX-current-indentation): Ditto.
+    (LaTeX-back-to-indentation): Ditto.
+    (LaTeX-indent-calculate): Ditto.
+    (LaTeX-indent-calculate-last): Ditto.  Fix indentation for
+    environments mentioned in `LaTeX-document-regexp' which use an
+    unclosed brace in the first line.
+    (LaTeX-indent-inner-do): New function.
+    (LaTeX-indent-outer-do): New function.
+    (LaTeX-fill-region-as-paragraph): Include lines with code comments
+    in regions to be filled.  Recognize lines ending with `\par' as
+    boundaries for filling.
+    (LaTeX-fill-region-as-para-do): Better handling of code comments.
+    (LaTeX-fill-paragraph): Make function more readable by selecting
+    different filling methods by a `cond' statement and putting code
+    for the determination of the region to fill in case of
+    syntax-aware filling into the separate functions
+    `LaTeX-forward-paragraph' and `LaTeX-backward-paragraph'.  Better
+    handling of code comments.
+    (LaTeX-fill-code-comment): New function.
+    (LaTeX-forward-paragraph): New function.
+    (LaTeX-backward-paragraph): New function.
+    (LaTeX-paragraph-commend-p): New function.
+    (LaTeX-common-initialization): Let `paragraph-start' handle
+    comments preceded by whitespace as well.
+
+commit 7954360ed6f138c806b3b96d1376794f544304ce
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Mar 19 11:04:13 2004 +0000
+
+    *** empty log message ***
+
+commit 8adc3c805cd258dc5434a9c528d81235b3d417b8
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Mar 18 13:43:41 2004 +0000
+
+    *** empty log message ***
+
+commit 34ad52c8782beae5662f97bf1f7b45e3088572f6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Mar 18 13:40:48 2004 +0000
+
+    Move tex-site.el to tex-site.el.in, generate tex-site.el at configure
+    time rather than at install time
+
+commit 6b01fed80336981436ab8cebe5955a640709f998
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Mar 18 10:38:00 2004 +0000
+
+    *** empty log message ***
+
+commit f0c0120f4eb575050fa44cee5f5385089ac517c0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 18 10:17:17 2004 +0000
+
+    *** empty log message ***
+
+commit ec677bb348ee3fa59d6a856d1d716f9af165469c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 18 10:16:39 2004 +0000
+
+    Adapt key binding for `TeX-master-file-ask'.
+
+commit 2dba1f236c8e652da7ac28e859d9e79bbdb81b22
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 18 10:15:11 2004 +0000
+
+    * tex.el (TeX-output-view-style): Use `%f' instead of `%s.ps' for
+    PostScript files.
+    (TeX-mode-map): Change key binding of `TeX-master-file-ask' to
+    `C-c_' because `C-c-' is already taken by RefTeX.
+    
+    * doc/auc-tex.texi: Change "Formatting" node to "Running TeX and
+    friends" and use a respective heading.
+    
+    * doc/intro.texi: Correct URLs.
+
+commit 8c3f790208a7c955f6c12214541ceca4f19e9a4c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 18 10:14:31 2004 +0000
+
+    Correct URLs.
+
+commit 22a29bd087434cb8808dc993bfd32dc29f469628
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 18 10:14:08 2004 +0000
+
+    Change "Formatting" node to "Running TeX and friends" and use a
+    respective heading.
+
+commit d86688faa77a1c445e0d9f9f1d74f44f756f782c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 18 10:13:40 2004 +0000
+
+    (TeX-output-view-style): Use `%f' instead of `%s.ps' for
+    PostScript files.
+    (TeX-mode-map): Change key binding of `TeX-master-file-ask' to
+    `C-c_' because `C-c-' is already taken by RefTeX.
+
+commit f1fa248c0384bd260d8b653be3be012aa023ceb9
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 15 23:03:07 2004 +0000
+
+    *** empty log message ***
+
+commit 9835cd0c0f52ad91e2e3671d19793dfa77bd4a36
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 15 16:55:27 2004 +0000
+
+    (preview-gs-color-string): Add missing space in
+    color setup (GhostScript syntax error).
+    (preview-gs-color-string): And another color setup bug.
+
+commit 20bcdf26aaa95360a6448697844edb9d548cb2ec
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 15 16:53:23 2004 +0000
+
+    (preview-gs-color-string): Add missing space in
+    color setup (GhostScript syntax error).
+
+commit aaa23419845d388804a95389977909c96c323c7f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 14 20:16:37 2004 +0000
+
+    (TeX-command-list): Change interactive calls to use
+    \input, so that pdflatex \pdfoutput=0 becomes a legal way to call
+    LaTeX.
+    (VirTeX-common-initialization): Save TeX-master if desktop
+    package is used.
+
+commit 10aede95af52b76e7fbd8a51df408c944e191069
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 14 20:16:08 2004 +0000
+
+    *** empty log message ***
+
+commit 5c2d76851cc31f0142088ef493eec1237d3f47f9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 14 12:50:59 2004 +0000
+
+    * tex.el (TeX-output-view-style): Fix it after it was accidently
+    and incorrectly changed with the last check-in.  Patch by David
+    Kastrup <dak@gnu.org>.
+    (TeX-view-style): Ditto.
+
+commit 2d4e961b21963fe0a91028abe46c12a46eacaa66
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 14 12:50:30 2004 +0000
+
+    (TeX-output-view-style): Fix it after it was accidently and
+    incorrectly changed with the last check-in.  Patch by David Kastrup
+    <dak@gnu.org>.
+    (TeX-view-style): Ditto.
+
+commit 8e7efddeeb6283118e37c51274646b8340c926a8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 11 23:40:38 2004 +0000
+
+    * latex.el (LaTeX-fill-region-as-paragraph): Make the regular
+    expression, which serves searching for lines with code comments, match
+    the whole line.
+
+commit 0111073147386feaecd844f17b80fcd1797864bc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 11 23:39:05 2004 +0000
+
+    (LaTeX-fill-region-as-paragraph): Make the regular expression,
+    which serves searching for lines with code comments, match the
+    whole line.
+
+commit fbede949729ddd6bda20691c09d8a3f7748c1ea0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 11 22:02:48 2004 +0000
+
+    * tex.el (TeX-find-opening-brace): Don't match the char before the
+    brace.  This returns the correct position and fixes the handling
+    of the limit parameter.
+    
+    * latex.el (LaTeX-fill-move-to-break-point): Don't match the char
+    before the char to find in case of backward searches.
+
+commit d03182a77da3a9c5dd870f551ea6667462a7235f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 11 22:01:19 2004 +0000
+
+    (LaTeX-fill-move-to-break-point): Don't match the char before the char
+    to find in case of backward searches.
+
+commit 678c27cbf9764d5d88d724c470700aaad844517b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Mar 11 21:59:02 2004 +0000
+
+    (TeX-find-opening-brace): Don't match the char before the brace.  This
+    leaves point at the correct position and fixes the handling of the
+    limit parameter.
+
+commit 91bf9675992654769d2ffc2e269fb568b9fefcc6
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 11 11:47:20 2004 +0000
+
+    (Activating preview-latex): Make a few changes
+    with regard to keybindings and stuff.
+    (Contacts): Add Paypal info for myself.
+
+commit 5e350cb9d8b5564e5ee57f4a2796f864100bc25f
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 11 11:47:08 2004 +0000
+
+    Make a few changes with regard to keybindings/menus and add Paypal
+    info for myself.
+
+commit 4272007050941745a5c6222e1d8b9b1496a963a4
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 11 11:39:48 2004 +0000
+
+    (Keys and lisp): Remove the C-c C-c g
+    pseudobinding from the description.
+    (Keys and lisp): Document mouse actions.
+    (Keys and lisp): Move Kill Job description.
+
+commit c44f45e0af258cfd547eafd492b6d758566283bc
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 11 11:39:30 2004 +0000
+
+    *** empty log message ***
+
+commit 9f79c7e79457c4d02157fdb3b933b8c66e92322e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 10 22:06:16 2004 +0000
+
+    * doc/auc-tex.texi: Document `LaTeX-indent-environment-list',
+    `LaTeX-fill-comment-syntax-aware' and `LaTeX-fill-distinct-contents'
+    as well as slightly improve some other parts in the section about
+    `Marking and formatting'.
+
+commit 85be68be2d88a0705c12307b8f6d7281672b0ffd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 10 22:04:11 2004 +0000
+
+    Document `LaTeX-indent-environment-list',
+    `LaTeX-fill-comment-syntax-aware' and `LaTeX-fill-distinct-contents'
+    as well as slightly improve some other parts in the section about
+    `Marking and formatting'.
+
+commit 892983d6420902c558d9d3e0defd36c9d3169e04
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Mar 10 16:56:52 2004 +0000
+
+    Changed coding to iso-8859-1 (as discussed on the list).
+
+commit 924ee8190438c5407531edd2787d74edcb881412
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 10 16:25:24 2004 +0000
+
+    *** empty log message ***
+
+commit 2295ae8a161c78710c7b5c69d9e1bc17765dd3cb
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 10 16:24:55 2004 +0000
+
+    * preview.el (preview-gs-colors): replaced with preview-colors.
+    (preview-pdf2dsc-command): replaces preview-pdftodsc-command
+    (preview-gs-open, preview-gs-color-value)
+    (preview-gs-color-string, preview-dvipng-color-string)
+    (preview-dvipng-open, preview-dvipng-process-setup)
+    (preview-pdf2dsc-process-setup, preview-pdf2dsc-sentinel)
+    (preview-gs-close, preview-dvipng-close)
+    (preview-prepare-fast-conversion, preview-attach-filename): lots
+    of small changed to accommodate pdf2dsc.
+    (preview-parse-messages): Change pattern to accommodate pdfTeX.
+    (preview-LaTeX-command-replacements): Changed to not rely on latex
+    being different from elatex.  And for allowing pdflatex in DVI mode.
+    (preview-dump-replacements, preview-undump-replacements): Same.
+    (preview-cache-preamble): transfer setting of \pdfoutput to
+    dumped format.
+    
+    * prv-emacs.el (preview-gs-color-value): Moved to preview.el.
+    (preview-get-colors): Substitute for previous
+    preview-gs-get-colors.
+    (preview-dvipng-get-colors): Removed.
+    * prv-xemacs.el (preview-gs-color-value): Moved to preview.el.
+    (preview-get-colors): Substitute for previous
+    preview-gs-get-colors.
+    (preview-dvipng-get-colors): Removed.
+
+commit 1af5cb5a5b1bf48f0b92e9980e8fd1f707187fdd
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 10 16:21:25 2004 +0000
+
+    Correct \multicolumn prompt.
+
+commit 4aee4619102f74a115c6692fdb8dbe8e54ce8853
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 10 16:19:49 2004 +0000
+
+    *** empty log message ***
+
+commit d9098b7e1cb828e2ed71e69be7e5fa64e79d933b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 10 12:43:15 2004 +0000
+
+    * latex.el (LaTeX-fill-move-to-break-point): Use `TeX-esc' in
+    other, similar places not covered by the last check-in as well.
+
+commit b1a291d994645db002fc1b5af819fd475534c822
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Mar 10 12:42:52 2004 +0000
+
+    (LaTeX-fill-move-to-break-point): Use `TeX-esc' in other, similar
+    places not covered by the last check-in as well.
+
+commit e273bc885f78c13143a882c381cd2d381326fa13
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 10 00:08:49 2004 +0000
+
+    (LaTeX-fill-move-to-break-point): Use TeX-esc in
+    regexps to accommodate Texinfo better.
+    (LaTeX-fill-move-to-break-point): no regexp-quote within braces.
+
+commit c9dba579596ca65653297204385ee38d145afba7
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 10 00:08:12 2004 +0000
+
+    *** empty log message ***
+
+commit f828ac7963b964bc549b8ce3c54437ee462f1dc6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 9 14:27:39 2004 +0000
+
+    * latex.el (LaTeX-fill-move-to-break-point): Cope with unmatched
+    closing braces when `LaTeX-fill-distinct-content' is enabled for
+    braced content.
+
+commit 8eee40393e3047460afe8fe860cc586786681f85
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 9 14:27:18 2004 +0000
+
+    (LaTeX-fill-move-to-break-point): Cope with unmatched closing braces
+    when `LaTeX-fill-distinct-content' is enabled for braced content.
+
+commit 20a5fa0b445246aef73f6bb6bf774e39678d879e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Mar 9 10:28:40 2004 +0000
+
+    *** empty log message ***
+
+commit 72957b31b31794509b94ce94470d55df8958a2e2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Mar 9 10:26:35 2004 +0000
+
+    Add separate target for .el files to cater for debian
+
+commit 75add31dd23237fc198b54515011ecd9d0c487fb
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Mar 8 15:25:07 2004 +0000
+
+    *** empty log message ***
+
+commit eab5429f60cbaa3943b95934b0240909ebc46d5e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 7 13:15:58 2004 +0000
+
+    * style/booktabs.el: New file.
+    
+    * Makefile.in (STYLESRC): Add `booktabs.el'.
+    
+    * doc/changes.texi: Advertise support for `booktabs.sty'.
+
+commit 6d2e7dab72e66760744431eff67e27b9ab818f83
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 7 13:15:33 2004 +0000
+
+    (STYLESRC): Add `booktabs.el'.
+
+commit f6ae751fd0883c7bb75145ebd3f8b445859d6a8c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 7 13:14:13 2004 +0000
+
+    Advertise support for `booktabs.sty'.
+
+commit d3dcb230ba22bbb1a82a3c820d361b506843df62
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Mar 7 13:11:45 2004 +0000
+
+    New file.
+
+commit 4446b7b39da34b36d6016f90c8509a3fbd5e5814
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 6 11:39:24 2004 +0000
+
+    * doc/auc-tex.texi: Small corrections in `Viewing' section.
+
+commit e3bcfaebf18f951c74375bddd3293a9fb9c49bf8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Mar 6 11:38:53 2004 +0000
+
+    Small corrections in `Viewing' section.
+
+commit 530c215d1a958ec60f84626ad8579483bdc6f25b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 3 15:22:10 2004 +0000
+
+    Change syntax table change back.
+
+commit d8f6e8ba5542f3c7a5c24c059637e930e4761029
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Mar 2 10:52:39 2004 +0000
+
+    *** empty log message ***
+
+commit 1418412e784010832cba18961ac75757c09681dd
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Mar 2 10:49:54 2004 +0000
+
+    Add packagedir
+
+commit f623b5eab069626ec500b76a31dbbdd9687d2ff8
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 2 10:29:26 2004 +0000
+
+    * latex.el (LaTeX-insert-environment): Fix insertion of newlines for
+    the case where `LaTeX-insert-into-comments' is activated but point is
+    not inside a comment.
+
+commit 84d18f785dc37c47aa2584aaef6e8e7a191b2a09
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Mar 2 10:29:07 2004 +0000
+
+    (LaTeX-insert-environment): Fix insertion of newlines for the case
+    where `LaTeX-insert-into-comments' is activated but point is not
+    inside a comment.
+
+commit f217323f7d5442caf82d769ba05dc56a0ccb9b54
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Mar 2 08:57:32 2004 +0000
+
+    *** empty log message ***
+
+commit b23d56034e21be55086d818c11d0c9de2c833884
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Mar 2 08:55:40 2004 +0000
+
+    Fix xemacs' defalias problem
+
+commit 79e3b132d1758e198881fb50682ef9f9916c3173
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 2 04:52:15 2004 +0000
+
+    (preview-image-creators): dvipng now uses different
+    place and close routines.
+    (preview-dvipng-command): Fix file name default.
+    (preview-pdf2dsc-command): for PDFLaTeX support
+    (preview-gs-dvips-process-setup): Pass image type.
+    (preview-dvipng-open), (preview-dvipng-process-setup),
+    (preview-dvipng-abort), (preview-dvipng-sentinel),
+    (preview-dvipng-close): New functions
+    (preview-gs-place): get imagetype as argument.
+    (preview-gs-place): don't create temporary file names for dvipng.
+    (preview-dvipng-place): deleted.
+    (preview-dvipng-place-all): New function.
+    (preview-attach-filename): New function for PDF support.
+    (preview-delete-file): Support attached files.
+    (preview-format-mml): Slight formatting changes.
+
+commit 1c14f2de511f083a5d858c5142c5c493e21c60a5
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 2 04:51:35 2004 +0000
+
+    *** empty log message ***
+
+commit 0241c39f10927f3360df71c92d3c5423db0cd40e
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 2 04:40:56 2004 +0000
+
+    *** empty log message ***
+
+commit ce17ede3c21b040946d63ffaf0e6e22e73777143
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 28 21:16:19 2004 +0000
+
+    (LaTeX-outline-regexp, LaTeX-environment)
+    (LaTeX-document-style-hook): Change docs to refer to document
+    classes instead of document style.
+    (LaTeX-env-document): Don't insert anything but document class.
+    (LaTeX-menu-update): Check for doctex-mode.
+    (doctex-mode): Make it a major mode derived from latex-mode.
+
+commit 0f8fc2a8ca479f6587768a026299f49bf4e0a4cd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 28 19:29:17 2004 +0000
+
+    (LaTeX-outline-regexp, LaTeX-environment)
+    (LaTeX-document-style-hook): Change docs to refer to document
+    classes instead of document style.
+    (LaTeX-env-document): Don't insert anything but document class.
+    (LaTeX-menu-update): Check for doctex-mode.
+    (doctex-mode): Make it a major mode derived from latex-mode.
+
+commit f3966368c1c7f7040e3d1d7f2f45b36964a825bb
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 28 19:12:32 2004 +0000
+
+    (TeX-command-query): Allow doctex-mode for .bbl file
+    checking.
+
+commit 9a97eda563c3c1786a431c6c738ceb3606b38559
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 28 18:38:21 2004 +0000
+
+    (install-lisp): Overwrite old tex-site.el if it has
+    the "Don't edit" comment in it.  Rename it otherwise.  Use
+    $(auctexdir) instead of $(lispdir) for replacing @AUCTEX.
+
+commit 00b70cd5f902e2b024fea699614a348216f7e7b8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 28 18:36:08 2004 +0000
+
+    *** empty log message ***
+
+commit 00876ff51b063a8f0d50feac9d26a9f64d444bf0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 28 14:40:12 2004 +0000
+
+    *** empty log message ***
+
+commit 9de7aa01b6f2f08f8f2a778e0a0021ad6ba56465
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Feb 28 12:19:40 2004 +0000
+
+    Merge with new-fill branch.
+
+commit a3e7b07fe07ed36c565fecfa466a4e3b6b2265bb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 27 21:56:00 2004 +0000
+
+    Document options for inserting quotes in files where `(n)german.sty'
+    is used and the invocation of external viewers.
+
+commit 4bf61aff21d2f967563ceae1cea33fdfd42bd110
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 27 21:54:12 2004 +0000
+
+    * doc/auc-tex.texi: Document options for inserting quotes in files
+    where `(n)german.sty' is used and the invocation of external
+    viewers.
+
+commit c205d0dbdfd84ba65d13bd0de177a6d7db4300ed
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Feb 27 13:48:10 2004 +0000
+
+    *** empty log message ***
+
+commit 5d353a7417d0c3c9a3fba7eef263470b97c2be61
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Feb 27 13:47:02 2004 +0000
+
+    Respect --infodir even if using xemacs. If there is a wrongly
+    installed tex-site.el, use the proper install directory anyway
+    (i.e., don't be side-tracked), and remove the wrongly installed
+    tex-site.el. These things are only needed for CVS users who have
+    used the erroneous xemacs-installation.
+
+commit 60ae9be2f91e5827b8fc752694d45000778e5c5c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Feb 27 13:46:39 2004 +0000
+
+    Add yes/no answer for the MULE check. If there is a wrongly
+    installed tex-site.el, use the proper install directory anyway
+    (i.e., don't be side-tracked), and remove the wrongly installed
+    tex-site.el. These things are only needed for CVS users who have
+    used the erroneous xemacs-installation.
+
+commit d0e97db2536a030465d80339f62f1a345c79b0a1
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Feb 27 13:46:20 2004 +0000
+
+    Correct xemacs-install. If there is a wrongly installed tex-site.el,
+    use the proper install directory anyway (i.e., don't be side-tracked),
+    and remove the wrongly installed tex-site.el. These things are only
+    needed for CVS users who have used the erroneous xemacs-installation.
+
+commit 46688f0890c780209feb65dc380e83c7d839791b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 27 11:27:57 2004 +0000
+
+    * latex.el (LaTeX-mode-menu): Insert customize option and rearrange.
+    
+    * tex.el (plain-TeX-mode-menu): Insert customize option.
+
+commit fb59c342b9483e5481ae36a52439ab699e38a222
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 27 11:25:54 2004 +0000
+
+    (LaTeX-mode-menu): Insert customize option and rearrange.
+
+commit d374b12e58b696f0576466ed49a26b538324f64f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Feb 27 11:24:11 2004 +0000
+
+    (plain-TeX-mode-menu): Insert customize option.
+
+commit cddf69a228d7d3b7ffce2ea0b0cc77da32668efc
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 26 11:52:10 2004 +0000
+
+    *** empty log message ***
+
+commit 69ab3c114b235ba3edc6034e38d3ede007becc58
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 26 10:52:24 2004 +0000
+
+    (doctex-mode): Make a minor mode.
+
+commit e3347a21b891e3ce8782a4cc9ffb44f56d38bdbd
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 26 10:43:11 2004 +0000
+
+    Don't save doctex-mode explicitly.  If it is invoked via filename,
+    it will get reconstituted anyway since auto-mode-alist is consulted
+    before hack-local-variables.
+
+commit 6cbb963cbd3cc4a38ac4249c66aa518c371212e2
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 26 01:21:42 2004 +0000
+
+    *** empty log message ***
+
+commit 5d08c1860bd0597301ec1e009711a2d3d4dd5799
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 26 01:13:17 2004 +0000
+
+    Store doctex-mode in file local variable.
+
+commit 6784896adeb1c54ad653ca5f76b11ba68b843561
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 26 00:41:42 2004 +0000
+
+    (TeX-master-file): Don't overwrite TeX-master when not
+    asking the question.
+
+commit ecab88d59802d5c61eb31ff62415f04f678a075b
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 26 00:41:15 2004 +0000
+
+    *** empty log message ***
+
+commit 633e14aa7fc36719107de51b2fefc323c2d77ced
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 19 12:41:11 2004 +0000
+
+    *** empty log message ***
+
+commit 8fbb0a19a1f9fd8af01cdb220a1c4043d7881712
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 19 12:36:23 2004 +0000
+
+    Back out falsely inserted branch code from HEAD.
+
+commit 5a952d21a64f52d55411c38d04fc919470641935
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 19 12:28:44 2004 +0000
+
+    Check in new branch new-fill.
+
+commit c5a058c83d0f9831bc0f67154a76f8ed57a585ae
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 19 12:18:48 2004 +0000
+
+    (LaTeX-fill-paragraph): Back out changes from
+    2003-12-29.
+
+commit cd26380401aaad7416ac2c49bf3fea920e9af70e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 19 12:18:26 2004 +0000
+
+    *** empty log message ***
+
+commit 45f3211282868ea1006b877cf709abc87ff293a9
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Feb 17 13:29:53 2004 +0000
+
+    (font-latex-title-4-face): Added missing :weight and :inherit for color
+    displays.
+
+commit d09925f90aa6b36c4d9f29bb6f526b27acaaa97f
+Author: Peter Galbraith <psg@debian.org>
+Date:   Sun Feb 15 20:51:00 2004 +0000
+
+    bib-cite.el V3.25 Feb 15 2004 - PSG
+     - Check existance of font-lock-unset-defaults; no longer defined in CVS
+       Emacs. Thanks to Adrian Lanz for reporting the problem.
+
+commit 5ef5e87621f1c5f707eab3cbdc5d3525faae4014
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Sun Feb 15 17:47:33 2004 +0000
+
+    (font-latex-title-4-face): Use different colors depending on background.
+
+commit f188a3dcd9f5b3b3b21b56098be888aacb9457ff
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 3 09:25:21 2004 +0000
+
+    * tex.el (TeX-comment-region): Map to `comment-region' instead of
+    `TeX-comment-or-uncomment-region'.
+    (TeX-uncomment-region): New name for `TeX-un-comment-region'.  Not
+    mapped to `TeX-comment-or-uncomment-region' anymore.
+    (TeX-uncomment): New name for `TeX-un-comment'.  Use
+    `TeX-uncomment-region' instead of `uncomment-region' which is not
+    available in Emacs 20.
+    (TeX-comment-or-uncomment-paragraph): New name for
+    `TeX-comment-paragraph' which explains its function better.  Use
+    new name `TeX-uncomment'.
+    (TeX-mode-map): Bind key chains to `TeX-comment-or-uncomment-*'
+    functions.
+    (plain-TeX-mode-menu): Adapt function calls in menu entries.
+    
+    * tex-info.el (TeXinfo-mode-map): Bind key chains to
+    `TeX-comment-or-uncomment-*' functions.
+    (TeXinfo-mode-menu): Adapt function calls in menu entries.
+    
+    * latex.el (LaTeX-mode-menu): Adapt function calls in menu
+    entries.  Small enhancements.
+    
+    * doc/auc-tex.texi (Commenting): Adapt documentation to reflect
+    changes in commenting interface.
+
+commit 12f3bc1f49aaa1a4eeb1684374625f31aba0fe9d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 3 09:24:59 2004 +0000
+
+    * doc/auc-tex.texi (Commenting): Adapt documentation to reflect
+    changes in commenting interface.
+
+commit bb9972ba391452bc4082cab4d5cb7be9d793f615
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 3 09:24:35 2004 +0000
+
+    * latex.el (LaTeX-mode-menu): Adapt function calls in menu
+    entries.  Small enhancements.
+
+commit 8c07d68c408f50a1515c13c4a017bcb5e65c0c0d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 3 09:24:02 2004 +0000
+
+    * tex-info.el (TeXinfo-mode-map): Bind key chains to
+    `TeX-comment-or-uncomment-*' functions.
+    (TeXinfo-mode-menu): Adapt function calls in menu entries.w
+
+commit a808a0c5dc27858f223ee048a2b41ef37055b616
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Feb 3 09:23:39 2004 +0000
+
+    * tex.el (TeX-comment-region): Map to `comment-region' instead of
+    `TeX-comment-or-uncomment-region'.
+    (TeX-uncomment-region): New name for `TeX-un-comment-region'.  Not
+    mapped to `TeX-comment-or-uncomment-region' anymore.
+    (TeX-uncomment): New name for `TeX-un-comment'.  Use
+    `TeX-uncomment-region' instead of `uncomment-region' which is not
+    available in Emacs 20.
+    (TeX-comment-or-uncomment-paragraph): New name for
+    `TeX-comment-paragraph' which explains its function better.  Use
+    new name `TeX-uncomment'.
+    (TeX-mode-map): Bind key chains to `TeX-comment-or-uncomment-*'
+    functions.
+    (plain-TeX-mode-menu): Adapt function calls in menu entries.
+
+commit 24c26c7aa3bc680ebdab73655384509eeaafbc52
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 31 09:08:24 2004 +0000
+
+    * tex.el (TeX-comment-or-uncomment-region): New function or alias
+    respectively introduced to obtain compatibility with GNU Emacsen
+    before 21.4.
+    (TeX-uncomment-region): New function or alias respectively
+    introduced to obtain compatibility with GNU Emacsen before
+    21(.1?).
+    (TeX-comment-region): Bound to `TeX-comment-or-uncomment-region'.
+    (TeX-un-comment-region): Bound to `TeX-comment-or-uncomment-region'.
+
+commit 6ecfae0b7b5b9fc985bd335e0be9ce4ce902753d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 31 09:06:56 2004 +0000
+
+    * tex.el (TeX-comment-or-uncomment-region): New function or alias
+    respectively introduced to obtain compatibility with GNU Emacsen
+    before 21.4.
+    (TeX-uncomment-region): New function or alias
+    respectively introduced to obtain compatibility with GNU Emacsen
+    before 21(.1?).
+    (TeX-comment-region): Bound to `TeX-comment-or-uncomment-region'.
+    (TeX-un-comment-region): Bound to `TeX-comment-or-uncomment-region'.
+
+commit 70d8003a2c2812104ef4ddf870a7e1bb93354501
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jan 29 21:27:40 2004 +0000
+
+    Add support for SUSE. Thanks due to Martin Väth
+
+commit ed5141d4829bbd45800e049e0bea12ac90e848a1
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Jan 27 12:39:45 2004 +0000
+
+    *** empty log message ***
+
+commit 26d793bdcd2a017e32405dee20b517e08ddc9e6c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Jan 27 12:39:28 2004 +0000
+
+    (TeX-command-list): Fixed previous change.
+
+commit afc798d1ffe1b5030d6b7c8a721612e015a20b6d
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jan 25 01:34:43 2004 +0000
+
+    *** empty log message ***
+
+commit 64f5ae349e112cdc3f2ad0f24bf35c9c3f56f8cd
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jan 25 01:34:28 2004 +0000
+
+    (japanese-TeX-command-list): Remove dummy code for
+    command menu.
+
+commit da1a5d2e4708e7195250950bc661d250036b76f1
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jan 25 00:40:52 2004 +0000
+
+    *** empty log message ***
+
+commit bacfb616721c6b5865e4103d61f0a5ae57e79917
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Jan 23 01:18:08 2004 +0000
+
+    (TeX-math-toggle-off-input-method): Doc fix.
+
+commit d110a8fe85cee758126c63ef69e91ac790a1b176
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Jan 23 00:29:44 2004 +0000
+
+    (japanese-TeX-command-list): Change single quotes to
+    double.  We get reasonable results under both Windows and Unix.
+    File names with double quotes in them will break stuff,
+    just like file names with single quotes in them did so
+    previously.
+
+commit 347b96527b8733c2e775cfd0dfe65ff120f00543
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Jan 22 23:54:05 2004 +0000
+
+    (TeX-toggle-off-input-method): Removed some Japanese
+    input methods (Canna, Wnn, SKK) because their code is copied from
+    YaTeX that is not GPL program.  Toggle off CJK (Chinese, Japanese,
+    Korean) input methods in LEIM.
+
+commit 65fd62e81d5e5678ac63b26aed370bee8b5776d4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Jan 18 10:05:37 2004 +0000
+
+    Small clean-ups.  Added `chapter' statement to Installation section.
+    URLs upated.
+
+commit 90fb9017b158958c63be48035cc1ad82b57f1781
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 16 12:39:51 2004 +0000
+
+    *** empty log message ***
+
+commit 3e6c7ba6b1f85e8f35d7bd53dff079343ce931ea
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jan 14 05:20:14 2004 +0000
+
+    *** empty log message ***
+
+commit df03d2a2298f80aeb4a4470486b2b1d78c7f0491
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jan 14 05:19:41 2004 +0000
+
+    (preview-parsed-pdfoutput): Add detection for PDF
+    output from preview.sty.
+    (mail-header-encode-parameter): Encode the header ourselves: it
+    seems that versions of the library are not good at that.
+    (preview-parse-variables): Add `preview-parsed-pdfoutput'.
+    (preview-map): Add keybinding for `preview-copy-region-as-mml'.
+    (preview-copy-mml): factor out `preview-format-mml'.
+    (preview-copy-region-as-mml): New function.
+    (preview-format-mml): New function.
+
+commit 30c7c800151b9e2c1462d3015a1e913e8d64c209
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jan 14 03:40:10 2004 +0000
+
+    *** empty log message ***
+
+commit 87c5344073abe4b4dd1afa72d18f5e82d736a335
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 13 23:13:29 2004 +0000
+
+    * latex.el (LaTeX-mode-menu): Removed menu filters in the submenus
+    for inserting and modifying environments which call
+    `LaTeX-menu-update'.
+    (LaTeX-common-initialization): Add `LaTeX-menu-update' to
+    `activate-menubar-hook' instead.
+
+commit 78e29d2b256c7a5a4011becd4234c0bad65d47e6
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 13 23:12:11 2004 +0000
+
+    (LaTeX-mode-menu): Removed menu filters in the submenus
+    for inserting and modifying environments which call
+    `LaTeX-menu-update'.
+    (LaTeX-common-initialization): Add `LaTeX-menu-update' to
+    `activate-menubar-hook' instead.
+
+commit 49df7d270659b90cfc7714cdd0233c985f5516e2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 13 08:29:48 2004 +0000
+
+    (TeX-mode-specific-command-menu): Use of `pop' is possible as it is
+    provided by `cl' in Emacs 20 which we are requiring.
+
+commit b76170d934af62e869774657c1d8dd79d4f3bd29
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 22:41:56 2004 +0000
+
+    (TeX-mode-specific-command-menu): Clean up bustage introduced two
+    check-ins ago.
+
+commit 2e459b23506cff77e0ef000704cd6afbb3c7e133
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 21:27:08 2004 +0000
+
+    * tex.el (TeX-view-style, TeX-output-view-style): Use a regexp
+    which matches `a5', `a5comb' and `a5paper' instead of the old
+    which matches only `a5'.
+
+commit a2812c389d27cf3f3a2babbbe43d2d02ce5f4493
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 21:26:33 2004 +0000
+
+    (TeX-view-style, TeX-output-view-style): Use a regexp which matches
+    `a5', `a5comb' and `a5paper' instead of the old which matches only
+    `a5'.
+
+commit a032be351e9dfe272ff701ff0f46e000c5f01872
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 20:27:34 2004 +0000
+
+    (TeX-mode-specific-command-menu): Add some explanatory comments.
+
+commit 03f06e444e6e0b8700f9ad592810bf5b6105c94e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 20:17:51 2004 +0000
+
+    (TeX-mode-specific-command-menu): Don't use `pop' but its macro
+    definition to keep compatibility with Emacs 20.
+
+commit f944b2fb0f758cb84b8744cddf9b0bfa4ebaceec
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 18:53:11 2004 +0000
+
+    * tex.el (TeX-command-menu-name): New constant.
+    (TeX-mode-specific-command-menu): Reimplemented the loop which
+    builds the menu.
+    (TeX-mode-command-menu): Use new constant and call
+    `TeX-mode-specific-command-menu' via `:filter'.
+    (AmSTeX-mode-command-menu): Ditto.
+    
+    * context.el (ConTeXt-mode-command-menu): Use new constant
+    `TeX-command-menu-name' and call `TeX-mode-specific-command-menu'
+    via `:filter'.
+    
+    * latex.el (LaTeX-mode-command-menu): Ditto.
+    
+    * tex-info.el (TeXinfo-mode-command-menu): Ditto.
+    
+    * tex-jp.el (plain-TeX-mode-command-menu)
+    (LaTeX-mode-command-menu): Ditto.
+
+commit 3ca9f8ef4f72037146e85a7d8e55bdf7cbdeab1f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 18:52:44 2004 +0000
+
+    (TeX-command-menu-name): New constant.
+    (TeX-mode-specific-command-menu): Reimplemented the loop which
+    builds the menu.
+    (TeX-mode-command-menu): Use new constant and call
+    `TeX-mode-specific-command-menu' via `:filter'.
+    (AmSTeX-mode-command-menu): Ditto.
+
+commit 01ab5e2c0eb4529520d26645d9b62e48d7391086
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 18:52:14 2004 +0000
+
+    (ConTeXt-mode-command-menu): Use new constant `TeX-command-menu-name'
+    and call `TeX-mode-specific-command-menu' via `:filter'.
+
+commit 20d2e51d1bb5f7840dd9276ae38d3c6c395a0f11
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 18:51:37 2004 +0000
+
+    (LaTeX-mode-command-menu): Use new constant `TeX-command-menu-name'
+    and call `TeX-mode-specific-command-menu' via `:filter'.
+
+commit b7aab8a89584976558994a591548468cb3c26281
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 18:50:54 2004 +0000
+
+    (TeXinfo-mode-command-menu): Use new constant `TeX-command-menu-name'
+    and call `TeX-mode-specific-command-menu' via `:filter'.
+
+commit 63b77dc677c6783300b8645e037c784521c4f75e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 12 18:50:15 2004 +0000
+
+    (plain-TeX-mode-command-menu, LaTeX-mode-command-menu): Use new
+    constant `TeX-command-menu-name' and call
+    `TeX-mode-specific-command-menu' via `:filter'.
+
+commit 7d62389de3e47bfe8773add5f9222b6c8159f067
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jan 12 13:16:46 2004 +0000
+
+    *** empty log message ***
+
+commit d983cf0c856a05f7cad3965563debf13e1c620e7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jan 12 13:10:03 2004 +0000
+
+    *** empty log message ***
+
+commit 23df4d0c19d2d912a9de5989cc97026c766f0c89
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jan 12 13:01:17 2004 +0000
+
+    *** empty log message ***
+
+commit c1d2668de56088ee2ecf1cc9d47d6c8fc6ab428d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jan 11 03:23:35 2004 +0000
+
+    (subsection{Preview attaching commands}):
+    Tell preview-latex when the output format is PDF.
+
+commit 127678c49810343f495d121aafe1e3aa841bc509
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jan 11 03:23:07 2004 +0000
+
+    *** empty log message ***
+
+commit f5dd30fb26081b312e39b3173c2e5233ba5702fe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 10 23:44:18 2004 +0000
+
+    * doc/changes.tex: Added further news.
+
+commit 09ddd9df18df1e27a26293512ab237c74c6b8022
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 10 23:43:12 2004 +0000
+
+    Added further news.
+
+commit 852b85c1047a9623fabd9205822e4eca80690394
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 9 22:56:49 2004 +0000
+
+    *** empty log message ***
+
+commit cba757e559e25c8e3b9de640cda7f78af6e890bd
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 9 09:32:49 2004 +0000
+
+    * tex.el (TeX-local-master-p): Removed one `%' character in regexp
+    to let it find "% TeX-master:" as well.
+
+commit a9ee318d1e75f9f42983696a3ceb99f3b8c79c75
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 9 09:31:13 2004 +0000
+
+    (TeX-local-master-p): Removed one `%' character in regexp to let it
+    find "% TeX-master:" as well.
+
+commit a84d01e6e46f20e48071364c9c6da36fec812ddf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 9 08:58:52 2004 +0000
+
+    * doc/auc-tex.texi: AUC TeX to AUCTeX.  Use `%%%' instead of a
+    single `%' character in examples for Local Variables.  Add
+    information about new behavior in respect to the query for the
+    master file.  Explain new function `TeX-master-file-ask'.
+    
+    * doc/changes.texi: Advertise new master file behavior.  Remove
+    news about new commenting behavior which is not true anymore.
+    
+    * doc/intro.tex.: AUC TeX to AUCTeX.
+
+commit 00f866f29160316c4e3c4d268736f329e199a36a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 9 08:58:10 2004 +0000
+
+    AUC TeX to AUCTeX.
+
+commit 760cfb081229c175319f1cff6cf567e00edc15d4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 9 08:57:45 2004 +0000
+
+    Advertise new master file behavior.  Remove news about new commenting
+    behavior which is not true anymore.
+
+commit b516fc629ae0bcebb63b58c1f02c33ba45b6317d
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Fri Jan 9 08:56:54 2004 +0000
+
+    AUC TeX to AUCTeX.  Use `%%%' instead of a single `%' character in
+    examples for Local Variables.  Add information about new behavior in
+    respect to the query for the master file.  Explain new function
+    `TeX-master-file-ask'.
+
+commit bd80167d7fe53d58ca44af4f60922ad64b65cd2e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jan 8 15:07:45 2004 +0000
+
+    *** empty log message ***
+
+commit 843b24e221842cb20ccae23b77021121d2065d21
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 7 22:17:32 2004 +0000
+
+    *** empty log message ***
+
+commit 7e5cdf87eb6c7828e2a8206b394f9be63ac3e237
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 7 16:53:50 2004 +0000
+
+    (TeX-command-list): Cosmetic change.  Tag of `set' is not shown in
+    `choice' and therefore not needed.
+
+commit 8b9572ea78c2b51ff0065cf84b1d56f7e9df8dc0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 7 11:05:39 2004 +0000
+
+    *** empty log message ***
+
+commit a23dac90f09ab936c068c3d6e7824618a4a4fd8f
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 7 09:43:15 2004 +0000
+
+    * tex.el (TeX-command-list): Changed defcustom definition to one
+    which allows the specification of several modes for one command
+    and adapted the defaults to it.  Thanks to David Kastrup for most
+    of the code.
+    (plain-TeX-command-menu): Adapted the call to
+    `TeX-mode-specific-command-menu'.
+    (AmSTeX-mode-command-menu): Ditto.
+    
+    * latex.el (LaTeX-mode-command-menu): Adapted the call to
+    `TeX-mode-specific-command-menu'.
+    
+    * context.el (ConTeXt-mode-command-menu): Ditto.
+    
+    * tex-info.el (TeXinfo-mode-command-menu): Ditto.
+    
+    * tex-jp.el (japanese-TeX-command-list): Adapted list entries
+    according to defcustom changes in `tex.el'.
+    (plain-TeX-mode-command-menu): Adapted the call to
+    `TeX-mode-specific-command-menu'.
+    (LaTeX-mode-command-menu): Ditto.
+    
+    * tex-mik.el (TeX-command-list): Adapted list entries
+    according to defcustom changes in `tex.el'.
+    
+    * tex-fptex.el (TeX-command-list): Ditto.
+
+commit d2b4520eb2e58b0c15b0fdf05a341ead89f62edc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 7 09:42:16 2004 +0000
+
+    (TeX-command-list): Changed defcustom definition to one
+    which allows the specification of several modes for one command
+    and adapted the defaults to it.  Thanks to David Kastrup for most
+    of the code.
+    (plain-TeX-command-menu): Adapted the call to
+    `TeX-mode-specific-command-menu'.
+    (AmSTeX-mode-command-menu): Ditto.
+
+commit 72b45f3258ad7ab57e3997fbe2d89f0c983aab24
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 7 09:41:32 2004 +0000
+
+    (LaTeX-mode-command-menu): Adapted the call to
+    `TeX-mode-specific-command-menu'.
+
+commit c38df22738346d5605fd95ea2cc67609da7aafd0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 7 09:41:04 2004 +0000
+
+    (ConTeXt-mode-command-menu): Adapted the call to
+    `TeX-mode-specific-command-menu'.
+
+commit b0c7e3d0e93622700477635506bf28fd432f2af4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 7 09:40:28 2004 +0000
+
+    (TeXinfo-mode-command-menu): Adapted the call to
+    `TeX-mode-specific-command-menu'.
+
+commit 6b1bfa7b1317e9456bffdce7b9946cfaf7449ea0
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 7 09:39:30 2004 +0000
+
+    (TeX-command-list): Adapted list entries
+    according to defcustom changes in `tex.el'.
+
+commit e335af639fff00b2807c513b33c9c2a200f8472c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Jan 7 09:38:17 2004 +0000
+
+    (japanese-TeX-command-list): Adapted list entries
+    according to defcustom changes in `tex.el'.
+    (plain-TeX-mode-command-menu): Adapted the call to
+    `TeX-mode-specific-command-menu'.
+    (LaTeX-mode-command-menu): Ditto.
+
+commit 07d8fbd7c689ca5c97a122d14183986af8d229da
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 6 12:31:15 2004 +0000
+
+    (preview-region): Use "<none>" for file name if
+    buffer not associated with a file.
+    (preview-parse-messages): recognize "<none>" to mean
+    TeX-command-buffer.
+    (preview-region): Use `preview-generate-preview' instead of
+    `TeX-command'.
+    (preview-document): Same.
+    (preview-at-point): Add arguments to allow mouse use at later
+    time.
+    (LaTeX-preview-setup): Don't touch TeX-command-list.
+    (preview-cache-preamble): Use `preview-generate-preview' instead
+    of `TeX-command'.
+    (TeX-inline-preview): Deprecate.
+    (preview-generate-preview): New function.
+    (TeX-inline-preview-internal): Remove `name' argument.
+
+commit 4517459f7438f9a3916b66a48a404d5ff55183b0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 6 12:30:54 2004 +0000
+
+    *** empty log message ***
+
+commit 032353906cef496d96c769deea30db1c0d468fde
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 6 08:18:41 2004 +0000
+
+    (TeX-command-list): Get rid of the superfluous sixth element in the
+    menu/command definitions.
+
+commit fe80998d7ac50e88638aa1c20d2a1ca0ea8203f5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 6 08:18:00 2004 +0000
+
+    (japanese-TeX-command-list): Get rid of the superfluous sixth
+    element in the menu/command definitions.
+
+commit 02ae7a2caece11f025b761b9ff232889b76f80d1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 6 08:17:11 2004 +0000
+
+    (TeX-command-list): Get rid of the superfluous sixth
+    element in the defcustom and menu/command definitions.
+
+commit f4a101b5c7c93384a5cf08addcbcafbe2c7f0dc9
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Jan 6 08:16:38 2004 +0000
+
+    * tex.el (TeX-command-list): Get rid of the superfluous sixth
+    element in the defcustom and menu/command definitions.
+    
+    * tex-jp.el (japanese-TeX-command-list): Ditto.
+    
+    * tex-mik.el (TeX-command-list): Ditto.
+    
+    * tex-fptex.el (TeX-command-list): Ditto.
+
+commit 955ca30ae2331357b34d8b96d937d0c935d9da67
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 5 20:02:14 2004 +0000
+
+    (LaTeX-common-initialization): Add \item to the
+    paragraph starters.
+
+commit 2f67c879c67e28480e08666854175f2b46574d18
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 5 20:01:55 2004 +0000
+
+    *** empty log message ***
+
+commit 38c2a81381c6ded744fb9beede92ab239da38a2a
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 19:28:33 2004 +0000
+
+    (TeX-command-list): Fix doc string.
+
+commit b6ae743c6196401e434fdc048b306798ebd84908
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 19:10:46 2004 +0000
+
+    * doc/changes.texi: Mention the change to a mode-specific command
+    menu and the need for the deletion of any former customization of
+    `TeX-command-list'.
+
+commit 83bda3b15996b45544947c55e7c1d4a741b288f1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 19:09:27 2004 +0000
+
+    Mention the change to a mode-specific command menu and the need for the
+    deletion of any former customization of `TeX-command-list'.
+
+commit 1682185fb1e46a19ec9f9e21454ec116af8327db
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 16:26:26 2004 +0000
+
+    Remove log entry for reverted change of `Makefile.in'.
+
+commit bb41da0b284685032dd22fb9e606a3dbde635924
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 16:24:48 2004 +0000
+
+    Revert last change because `tex-mik.el' is required in `tex-site.el'.
+
+commit 188ed24ef8f3bf29b795dc4c6df4ffe39c56ac45
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 13:59:00 2004 +0000
+
+    * tex-fptex.el (TeX-command-list): Changed `LaTeX PDF' to `PDFLaTeX'.
+    
+    * tex-mik.el (TeX-command-list): Changed `LaTeX PDF' to `PDFLaTeX'.
+    
+    * Makefile.in (AUCSRC, CONTRIB): Moved `tex-mik.el' from AUCTeX
+    core to contributed files.
+
+commit e5cbbeb100a0905fe63294fb6da481cb4b579bb5
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 13:55:54 2004 +0000
+
+    (TeX-command-list): Changed `LaTeX PDF' to `PDFLaTeX'.
+
+commit 7a6e545f73e2d66b7baa887d328f99edfd2c4133
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 09:20:58 2004 +0000
+
+    * tex.el (TeX-mode-specific-command-menu): New function to be used
+    for generating a mode-specific command menu.
+    (plain-TeX-mode-map): New map to be used by plain-tex-mode.
+    (plain-TeX-mode-command-menu): New menu used instead of
+    `TeX-mode-menu' and yielding `TeX-mode-specific-command-menu'.
+    (TeX-mode-menu): Removed in favor of `plain-TeX-mode-command-menu'.
+    (AmSTeX-mode-map): New map to be used by ams-tex-mode.
+    (AmSTeX-mode-command-menu): New menu.
+    (ams-tex-mode): Moved and grouped with other AmSTeX-related code.
+    Added code to use new menu.
+    (TeX-command-list): Added new choice for the selection of the mode
+    for the respective command.  Adapted doc string.  Added respective
+    symbols to command definitions.  Rearranged command definitions.
+    
+    * latex.el (LaTeX-mode-command-menu): New menu used instead of
+    `TeX-mode-menu'.
+    (LaTeX-common-initialization): Activate it.
+    
+    * context.el (ConTeXt-mode-command-menu): New menu used instead of
+    `TeX-mode-menu'.
+    (context-mode): Activate it.
+    
+    * tex-info.el (TeXinfo-command-menu): Adapted for using
+    `TeX-mode-specific-command-menu'.
+    
+    * tex-jp.el (japanese-TeX-command-menu): Added symbols to command
+    definitions needed for assigning them to the respective mode.
+    (TeX-mode-menu): Removed.
+    (plain-TeX-mode-command-menu): New menu yielding
+    `TeX-mode-specific-command-menu'.
+    (LaTeX-mode-command-menu): New menu yielding
+    `TeX-mode-specific-command-menu'.
+    (LaTeX-mode-map): Removed key definition for `TeX-mode-menu'.
+    
+    * tex-fptex.el (TeX-command-list): Added symbols to command
+    definitions needed for assigning them to the respective mode.
+    
+    * tex-mik.el (TeX-command-list): Ditto.
+
+commit 4eb960e00d05e8ab9c69c0c9aac35063da5d22f1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 09:18:14 2004 +0000
+
+    (TeX-mode-specific-command-menu): New function to be used
+    for generating a mode-specific command menu.
+    (plain-TeX-mode-map): New map to be used by plain-tex-mode.
+    (plain-TeX-mode-command-menu): New menu used instead of
+    `TeX-mode-menu' and yielding `TeX-mode-specific-command-menu'.
+    (TeX-mode-menu): Removed in favor of `plain-TeX-mode-command-menu'.
+    (AmSTeX-mode-map): New map to be used by ams-tex-mode.
+    (AmSTeX-mode-command-menu): New menu.
+    (ams-tex-mode): Moved and grouped with other AmSTeX-related
+    code. Added code to use new menu.
+    (TeX-command-list): Added new choice for the selection of the
+    mode for the respective command.  Adapted doc string.  Added
+    respective symbols to command definitions.  Rearranged command
+    definitions.
+
+commit 3319100d92d14685b6451715d8a7e21620554bf4
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 09:17:00 2004 +0000
+
+    (LaTeX-mode-command-menu): New menu used instead of `TeX-mode-menu'.
+    (LaTeX-common-initialization): Activate it.
+
+commit 38bc031091f1091980e06511cdc196e2cb5ee840
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 09:16:28 2004 +0000
+
+    (ConTeXt-mode-command-menu): New menu used instead of `TeX-mode-menu'.
+    (context-mode): Activate it.
+
+commit 5890f1bed1f7737f9da964871d777bc0a075f79b
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 09:15:55 2004 +0000
+
+    (TeXinfo-command-menu): Adapted for using
+    `TeX-mode-specific-command-menu'.
+
+commit 2c6dac33050865c8f38c1ba05ace5128e9965992
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 09:15:27 2004 +0000
+
+    (japanese-TeX-command-menu): Added symbols to command definitions needed
+    for assigning them to the respective mode.
+    (TeX-mode-menu): Removed.
+    (plain-TeX-mode-command-menu): New menu yielding
+    `TeX-mode-specific-command-menu'.
+    (LaTeX-mode-command-menu): New menu yielding
+    `TeX-mode-specific-command-menu'.
+    (LaTeX-mode-map): Removed key definition for `TeX-mode-menu'.
+
+commit 75c16cdd8d70ba2dd513919ba8d7fcb0c7edfc0e
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Jan 5 09:14:38 2004 +0000
+
+    (TeX-command-list): Added symbols to command definitions needed for
+    assigning them to the respective mode.
+
+commit 891cd3b156fd3e149f73ec183bbacddc738456e1
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jan 4 01:11:19 2004 +0000
+
+    (preview-equality-transforms)
+    (preview-relaxed-string=, preview-walk-document)
+    (preview-required-option-list): Doc changes.
+    (preview-disabled-string, preview-inactive-string)
+    (preview-active-string, preview-place-preview)
+    (preview-reinstate-preview): Use new context menus and give help
+    strings for them.
+    (preview-copy-text, preview-copy-mml, preview-active-contents)
+    (preview-context-menu): Implement context menu and functionality.
+    (mail-header-encode-parameter): Add an autoload cookie for this
+    function taken from `mail-parse.el'.
+
+commit 04986d5a2fc1094e41aa6d449711553733877954
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jan 4 01:10:54 2004 +0000
+
+    *** empty log message ***
+
+commit 4582b531258f67240e12985c03668024ff16fed1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 3 10:54:59 2004 +0000
+
+    * tex.el (TeX-mode-map): Use `C-c -' as a key binding for
+    `TeX-master-file-ask' as `C-c !' is already used in `context.el'.
+
+commit 34766c92c548daaf6de1fdcfd2d994bd3a6acaae
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sat Jan 3 10:54:15 2004 +0000
+
+    (TeX-mode-map): Use `C-c -' as a key binding for `TeX-master-file-ask'
+    as `C-c !' is already used in `context.el'.
+
+commit 5cac8021f5b27222bc2c486f7d48f04b002c76d7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 2 21:27:12 2004 +0000
+
+    (LaTeX-left-comment-regexp)
+    (LaTeX-right-comment-regexp, LaTeX-ignore-comment-regexp): revert
+    an inadvertant change two checkins ago.  I was just experimenting
+    with something that did not yet work (as if the original did) and
+    did not intend checking it in.
+
+commit 7ce1d36eb4d0b3398f49f85a66570f5e92ea3fc4
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 2 21:26:47 2004 +0000
+
+    *** empty log message ***
+
+commit 09454e082fda4c97729fdc2156acbdaf968b2b01
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 30 16:29:01 2003 +0000
+
+    * tex.el (TeX-master-file): Added new parameter `ask' which is
+    to be used if the user shall be asked when the function is
+    called.  Took out the code which provides the functionality for
+    asking the respective question and added it to the newly created
+    function `TeX-master-file-ask'.
+    (TeX-master-file-ask): New function.
+    (TeX-local-master-p): New function.
+    (tex-mode): Removed the call of `TeX-master-file' via the hook
+    `hack-local-variables-hook'.
+    (VirTeX-common-initialization): Added the call to
+    `TeX-master-file' via the hook `find-file-hooks'.  Additionally
+    `TeX-update-style' will be called to activate the respective style
+    files.
+    (TeX-mode-map): Added key binding for calling
+    `TeX-master-file-ask'.  This is a temporary solution.
+    (TeX-mode-menu): Took out redundant entry for `TeX-home-buffer'.
+    Added entry "Set Master File" for `TeX-master-file-ask'.
+    Grouped menu entries relevant for multifile handling.
+    * latex.el (LaTeX-mode-menu): Changed analogously to
+    `TeX-mode-menu'.
+
+commit 4b2a75363a429a2ae0d7f79029ec2f111553b4ee
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 30 16:27:58 2003 +0000
+
+    (LaTeX-mode-menu): Changed analogously to `TeX-mode-menu'.
+
+commit 5cb44575a2756cba667834fcc7a75aa9e8714860
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Tue Dec 30 16:26:51 2003 +0000
+
+    (TeX-master-file): Added new parameter `ask' which is
+    to be used if the user shall be asked when the function is
+    called.  Took out the code which provides the functionality for
+    asking the respective question and added it to the newly created
+    function `TeX-master-file-ask'.
+    (TeX-master-file-ask): New function.
+    (TeX-local-master-p): New function.
+    (tex-mode): Removed the call of `TeX-master-file' via the hook
+    `hack-local-variables-hook'.
+    (VirTeX-common-initialization): Added the call to
+    `TeX-master-file' via the hook `find-file-hooks'.  Additionally
+    `TeX-update-style' will be called to activate the respective style
+    files.
+    (TeX-mode-map): Added key binding for calling
+    `TeX-master-file-ask'.  This is a temporary solution.
+    (TeX-mode-menu): Took out redundant entry for `TeX-home-buffer'.
+    Added entry "Set Master File" for `TeX-master-file-ask'.  Grouped
+    menu entries relevant for multifile handling.
+
+commit 5d86043a775d074e1a9ca2e4f9cac67f0564f46f
+Author: uid67813 <uid67813>
+Date:   Mon Dec 29 22:22:10 2003 +0000
+
+    For 2003-11-25 change: Add ChangeLog entry in the file;  Bump version.
+
+commit 01a6d5e402db51866598aa8176c27ac23018ba74
+Author: uid66762 <uid66762>
+Date:   Mon Dec 29 01:21:12 2003 +0000
+
+    Fix AUCTeX URL.
+    (LaTeX-fill-paragraph): Skip from inline comments to either line
+    comments or something that is not merely an inline comment.  I am
+    not even sure that this skipping makes good sense, in particular
+    since it is followed by `forward-paragraph'.
+    (LaTeX-common-initialization): Change the definitions of
+    `paragraph-start' and `paragraph-separate' to something that
+    makes things like `forward-paragraph' and its ilk behave more
+    sensibly when in comments.  The previous behavior is just awful,
+    and caused a lot of inadvertant damage when using things like
+    `fill-paragraph' within comments.
+    (LaTeX-common-initialization): Remove syntax error, sorry.
+
+commit 6d53dfa3ae7db68d7f0bf8e7112327238c88ddcf
+Author: uid66762 <uid66762>
+Date:   Mon Dec 29 01:20:42 2003 +0000
+
+    *** empty log message ***
+
+commit 2ccbcd9f250fb5f959ac0bdae63a99cadf743f82
+Author: uid66762 <uid66762>
+Date:   Mon Dec 29 01:20:14 2003 +0000
+
+    *** empty log message ***
+
+commit 589a124d9176736291d29065fb5505e3dab0b920
+Author: uid66762 <uid66762>
+Date:   Mon Dec 29 00:51:58 2003 +0000
+
+    *** empty log message ***
+
+commit f4b2b99e07cc665071c25d1b3fcf8ee8dfbbacef
+Author: uid66762 <uid66762>
+Date:   Mon Dec 29 00:43:29 2003 +0000
+
+    Fix AUCTeX URL.
+    (LaTeX-fill-paragraph): Skip from inline comments to either line
+    comments or something that is not merely an inline comment.  I am
+    not even sure that this skipping makes good sense, in particular
+    since it is followed by `forward-paragraph'.
+    (LaTeX-common-initialization): Change the definitions of
+    `paragraph-start' and `paragraph-separate' to something that
+    makes things like `forward-paragraph' and its ilk behave more
+    sensibly when in comments.  The previous behavior is just awful,
+    and caused a lot of inadvertant damage when using things like
+    `fill-paragraph' within comments.
+
+commit 2ec952f32b36bc32688dc9377cb6b0095f4da41f
+Author: uid69014 <uid69014>
+Date:   Fri Dec 26 18:58:14 2003 +0000
+
+    style/scrpage2.el: Remove unnecessary coding cookie and text in
+    introductory comment.
+
+commit 6839abd46f7f696169989ee5eadff405dcf2fd54
+Author: uid69014 <uid69014>
+Date:   Fri Dec 26 18:57:28 2003 +0000
+
+    Remove unnecessary coding cookie and text in introductory comment.
+
+commit fc4a633bac3dfc9ed2e3e31b4e665613f110d1de
+Author: uid69014 <uid69014>
+Date:   Fri Dec 26 18:50:11 2003 +0000
+
+    * style/scrbase.el (TeX-add-symbols): Remove redundant entries.
+    * style/scrlttr2.el (TeX-add-symbols): Remove redundant entry.
+
+commit c1aedc61ed31bc919ad8e5c5b7b24d58385761eb
+Author: uid69014 <uid69014>
+Date:   Fri Dec 26 18:49:25 2003 +0000
+
+    (TeX-add-symbols): Remove redundant entry.
+
+commit 65b0e0a62bfa971a8bd0717173edbc405d828df5
+Author: uid69014 <uid69014>
+Date:   Fri Dec 26 18:48:52 2003 +0000
+
+    (TeX-add-symbols): Remove redundant entries.
+
+commit 6aade917c439a5fbd141f78d4f3fb1dc074d05cc
+Author: uid66917 <uid66917>
+Date:   Tue Dec 23 16:06:28 2003 +0000
+
+            * latex.el (latex-mode): Really turn off filladapt.  It just
+            doesn't work with `LaTeX-fill-paragraph'.
+
+commit d4105faa3751484f8ac1c92566122bcc47019bb0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Dec 8 21:57:02 2003 +0000
+
+    *** empty log message ***
+
+commit 346ab66943edb80c32116d450ba9df9574da0572
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Dec 8 21:47:33 2003 +0000
+
+    *** empty log message ***
+
+commit 380178480fc01562894b3f5c550ac85d0b7b2f57
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Dec 7 20:44:47 2003 +0000
+
+    *** empty log message ***
+
+commit 826f43596b79bb51ccf3e96c0a3bc38134042498
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Dec 5 14:05:03 2003 +0000
+
+    *** empty log message ***
+
+commit 402deb4cdf248e3ba0a6f760c3093703d1a429ba
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 3 17:40:51 2003 +0000
+
+    * tex.el (tex-mode): Let `TeX-master-file' be called upon opening
+    a file.  This shall restore the behaviour before the last change
+    regarding the question for `TeX-master'.  Thanks to Peter
+    Galbraith for setting the patch right.
+
+commit c5a4e55504e4eacd36295c66d46820bd423fce15
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Wed Dec 3 17:40:19 2003 +0000
+
+    (tex-mode): Let `TeX-master-file' be called upon opening
+    a file.  This shall restore the behaviour before the last change
+    regarding the question for `TeX-master'.  Thanks to Peter
+    Galbraith for setting the patch right.
+
+commit 1994b4b8fa8fcd40d359a9acf2b8316642d36f8d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Dec 1 21:27:44 2003 +0000
+
+    *** empty log message ***
+
+commit 0d0a39b2929e19e073a36562ef8a374d68c7e452
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Dec 1 13:10:02 2003 +0000
+
+    *** empty log message ***
+
+commit a6c0427c6ab8a1612cc88314ceac76c0a64837c1
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Nov 30 11:58:29 2003 +0000
+
+    *** empty log message ***
+
+commit 2b3e59314d9aad6d4fc0aecdc4eff436a4e078f7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 28 13:21:34 2003 +0000
+
+    * tex.el (LaTeX-update): Advice removed because of the following:
+    
+    * latex.el (LaTeX-menu-update): Now called via :filter predicate
+    of menus.
+
+commit 8581a2c45aa4585d66b3868e62c6d50d3bbec587
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 27 10:03:45 2003 +0000
+
+    * style/paralist.el: Removed coding cookie in first line.
+    Removed obsolete comment regarding placement of file.
+    (LaTeX-paralist-env-item-opt-label): Renamed from
+    `pl-LaTeX-env-item-opt-label' and changed references accordingly.
+    Added docstring.
+    Let `itemize' and `enumerate' environments use this function.
+    Thanks to Reiner Steib for these suggestions.
+
+commit bac823e95073c5625ab0dda28ecc76fee980c5d2
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 27 10:03:12 2003 +0000
+
+    Removed coding cookie in first line.
+    Removed obsolete comment regarding placement of file.
+    (LaTeX-paralist-env-item-opt-label): Renamed from
+    `pl-LaTeX-env-item-opt-label' and changed references accordingly.
+    Added docstring.
+    Let `itemize' and `enumerate' environments use this function.
+    Thanks to Reiner Steib for these suggestions.
+
+commit f67ead4b03f049f6ecfa726d3429b709067eb2b9
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Nov 26 12:34:08 2003 +0000
+
+    * latex.el (LaTeX-section-label): Added "part" and
+    "subsubsection".  Sync "chapter" with fancyref.sty.
+    
+    * style/fancyref.el ("fancyref"): Added font-lock keywords.
+
+commit d81f1ef0200fe846504473b049da94a4dae3cfbc
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Nov 25 18:48:14 2003 +0000
+
+    * latex.el (LaTeX-math-default): Added greek \var... symbols.
+    (LaTeX-common-initialization): Removed "SLiTeX", added spacing
+    commands and "appendix".
+
+commit d3737af4ba1cee02286f527a0cd172c2663ca278
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Nov 25 18:39:45 2003 +0000
+
+    (font-latex-match-function-keywords): Added
+    spacing commands, "nonumber", "centering", "TeX", and "LaTeX".
+    (font-latex-match-textual-keywords): Added textsuperscript.
+
+commit 4d0ae65b285ffce073ab9634670c7f1e550f4fc1
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Nov 18 10:43:36 2003 +0000
+
+    *** empty log message ***
+
+commit 0c81970d06a5fd5db348fc1070373aac765a2d18
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 17 20:00:04 2003 +0000
+
+    * Makefile.in (STYLESRC): Added scrpage2.el.
+
+commit 4fa1f2f08e80cc81261ed0adb248eaa4b1717a6f
+Author: Peter Galbraith <psg@debian.org>
+Date:   Mon Nov 17 19:27:57 2003 +0000
+
+    (font-latex-keywords-2): Had forgotten to set LAXMATCH on all title
+    matches.  Thanks to Ralf Angeli for reporting the bug.
+
+commit c20f92f0bd0d617e6826aa8e8860b2e1832d849a
+Author: Peter Galbraith <psg@debian.org>
+Date:   Mon Nov 17 19:16:04 2003 +0000
+
+    bib-cite.el (bib-cite-file-directory-p): New functions.  I had introduced a
+    call to code from ff-paths.el by mistake.
+
+commit 4c908c9b65fa7e8e94cf6235ad40b099986515a1
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 17 13:15:25 2003 +0000
+
+    * style/scrbase.el (TeX-add-style-hook): Added further symbols to
+    `TeX-add-symbols' and rearranged them alphabetically.
+    Added macros with parameters to
+    `font-latex-match-<type>-keywords-local'.
+    Added `addsec' and `addpart' to
+    `font-latex-match-title-<num>-keywords-local'.
+    
+    * style/scrbook.el (TeX-add-style-hook): Analogous.
+    
+    * style/scrlttr2.el (TeX-add-style-hook): Analogous.
+    
+    * style/scrreprt.el (TeX-add-style-hook): Analogous.
+    
+    * style/scrpage2.el: New file.
+
+commit 6d05d13869de8eb1b197106155776ca908e4badc
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 17 13:14:30 2003 +0000
+
+    * style/scrbase.el (TeX-add-style-hook): Added further symbols to
+    `TeX-add-symbols' and rearranged them alphabetically.
+    Added macros with parameters to
+    `font-latex-match-<type>-keywords-local'.
+    Added `addsec' and `addpart' to
+    `font-latex-match-title-<num>-keywords-local'.
+    
+    * style/scrbook.el (TeX-add-style-hook): Analogous.
+    
+    * style/scrlttr2.el (TeX-add-style-hook): Analogous.
+    
+    * style/scrreprt.el (TeX-add-style-hook): Analogous.
+
+commit 0c8119b65ea1b5bc0c5264d48c59bac2f463857c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Mon Nov 17 13:07:39 2003 +0000
+
+    Initial version.
+
+commit 87cc58dcb4a5f4d546167b803425ca0962ad91eb
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 16 14:11:12 2003 +0000
+
+    * tex.el (VirTeX-common-initialization): Disabled lines which set
+    `comment-add' to 1 to restore commenting with a single `%'.
+    (TeX-un-comment-region): Function code removed and function name
+    mapped to `comment-dwim'.
+    (TeX-un-comment): Allow searching for commented lines with
+    potential white space at the beginning.
+    (TeX-comment-paragraph): Partially rewritten to allow it to be
+    used for both commenting and uncommenting.
+    (TeX-in-commented-line): New function used in
+    `TeX-comment-paragraph'.
+    
+    * doc/auc-tex.texi (Commenting): Reflect changes in `tex.el'.
+
+commit b8f95f3e3ef992a896e80ede3b9236f1c52626a3
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 16 14:09:42 2003 +0000
+
+    Improve commenting and uncommenting.
+
+commit f6724e882f015b86dfe983716c28931e82cf2676
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Sun Nov 16 14:08:20 2003 +0000
+
+    Reflect changes in `tex.el'.
+
+commit 5403170aa9e294baf749efffffab6968aec023e3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Nov 14 07:33:42 2003 +0000
+
+    *** empty log message ***
+
+commit 1d58bffb3ad14b2e03fc06245cfce70ea347b3fe
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 13 18:58:30 2003 +0000
+
+    * style/paralist.el: New file.
+    
+    * Makefile.in (STYLESRC): Added paralist.el.
+
+commit 9a84e056109231495e252b4272d7fe6b11024edf
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 13 18:57:34 2003 +0000
+
+    (STYLESRC): Added paralist.el.
+
+commit db115db7486ff0449c6e285fcd15b603839ad43c
+Author: Ralf Angeli <angeli@caeruleus.net>
+Date:   Thu Nov 13 18:55:25 2003 +0000
+
+    Initial version.
+
+commit 18eb471920059bcf1cb052eba440fc22620ac6b9
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Nov 11 18:47:27 2003 +0000
+
+    *** empty log message ***
+
+commit 9dd174703694a429751bae0f524035a9a77a912b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Nov 11 18:45:36 2003 +0000
+
+    Add DESTDIR variable
+
+commit df566ed8185a37f30b10636657e114ec408abef6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Nov 10 08:33:52 2003 +0000
+
+    *** empty log message ***
+
+commit 0673a4d7ab35343c8ec561d342fc859c52b8fc71
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Nov 10 08:31:13 2003 +0000
+
+    Add preview-scale functionality
+
+commit 743a712f5b5d4e99fd75ab75512b30a53ef2decc
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Nov 8 22:16:27 2003 +0000
+
+    (%install): rm texinfo 'dir' file because
+            this file is not needed for distribution (rpm 4.1+ complains about
+            this 'missing' file).
+
+commit d990d1657927051473f8e63279fde032774f5a97
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Nov 8 22:14:36 2003 +0000
+
+    *** empty log message ***
+
+commit ed8a1721d537d3275941dd13fcc9444fef6c676f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Nov 7 15:32:22 2003 +0000
+
+    *** empty log message ***
+
+commit 7db3f41e437561d861bbf05a6e3b1f5d67ff2448
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Nov 7 15:31:28 2003 +0000
+
+    Fix resolution
+
+commit bd6187eaea38017c7a687fcad02861c7ac081555
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Nov 6 20:47:05 2003 +0000
+
+    Add color handling for dvipng
+
+commit 15bc4766d0400d9dfd342ad680d976e12674cbbf
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Nov 6 13:30:23 2003 +0000
+
+    *** empty log message ***
+
+commit dc20a4123826b73c0328628a7aec9e6df42fad90
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Nov 5 22:30:21 2003 +0000
+
+    Undo unneeded change (remove the postscript image creator)
+
+commit 0acf8d66691aa6068ec42ba61e959909d86fa454
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Nov 5 22:22:07 2003 +0000
+
+    *** empty log message ***
+
+commit 42c93ca14aa44b79a106fd07318d5c1cfb19c5ea
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Nov 5 22:21:16 2003 +0000
+
+    Primitive dvipng support. Lacking ascent and colors.
+
+commit 1588fed3b32f21958afccabcf8427eaaf31447cb
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 4 15:34:27 2003 +0000
+
+    Add quite a few more wishes.  Actually, it would
+    be nice to strike off a few instead.
+
+commit 28d6d68f58922e958bf56bbbbdb0761458f0f467
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 4 15:34:14 2003 +0000
+
+    *** empty log message ***
+
+commit 47bb6e8742c8b275c698564f2edda436d9b4271d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 2 14:00:58 2003 +0000
+
+    (subsection{Selection options}): Fix the
+    carnage broken document classes like elsart.cls and IEEEtran.cls
+    do to \endfigure and \endtable, and complain about it in
+    appropriate warning messages.
+
+commit bad3102595b18b22009ff8e823f322d2951004c7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 2 14:00:32 2003 +0000
+
+    *** empty log message ***
+
+commit 88cbd7edd3ae4e9ecb69fb1bf0c2b35cd3686baf
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 2 13:18:45 2003 +0000
+
+    Add *.glo and *.idx
+
+commit e4a50185f0afda4c0543b59125538bbabcb0ef80
+Author: Peter Galbraith <psg@debian.org>
+Date:   Thu Oct 23 15:02:20 2003 +0000
+
+    Opps. Remove extra bracket.
+
+commit fae839ee7e753e76679815237f48bb2a48670f02
+Author: Peter Galbraith <psg@debian.org>
+Date:   Thu Oct 23 15:01:09 2003 +0000
+
+    V0.907 23Oct2003 PSG
+     - Make font-latex-warning-face a defface and not a copy.  Thanks to
+       Ralf Angeli for reporting the bug that it wasn't customizable.
+     - Idem for font-latex-string-face.
+
+commit 9f9e2428d2a4f8403057edac999db45840b0246c
+Author: Peter Galbraith <psg@debian.org>
+Date:   Sun Oct 19 17:56:55 2003 +0000
+
+    V0.906 19Oct2003 PSG
+     - Enable multi-line cache on font-latex-match-command-outside-arguments
+       such that multi-line section commands will be fontified correctly.
+       This is a hack that dates from when font-lock _really_ only fontified
+       the current line.  With `jit', this is no longer strictly necessary
+       and may at some point be *removed*.
+     - Makes new title faces blue4, which is more consistent with the rest of
+       font-latex colors.
+
+commit df07f93c8964e874e19d4ce17c2ee31734d8c33b
+Author: Peter Galbraith <psg@debian.org>
+Date:   Sun Oct 19 01:13:30 2003 +0000
+
+    V0.905 18Oct2003 PSG
+     - New defcustom `font-latex-title-fontity' defaults to use varying font
+       height in sectioning commands.
+     - New variables and faces `font-latex-title-1-face' to
+       `font-latex-title-4-face'
+     - New defcustoms `font-latex-match-title-1-keywords' to
+       `font-latex-match-title-4-keywords'
+     - New elisp developer local variables
+       `font-latex-match-title-1-keywords-local' to
+       `font-latex-match-title-4-keywords-local'
+
+commit 804709a0953ecd78e2803bfc85f14a18e5527318
+Author: Peter Galbraith <psg@debian.org>
+Date:   Sat Oct 18 23:40:54 2003 +0000
+
+    V0.904 checkdoc cleaning (almost clean now).
+
+commit 8be49bf308fdd7686013da0030ba92a40d236bed
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Oct 17 09:48:48 2003 +0000
+
+    *** empty log message ***
+
+commit ab075932a71420ac699b0cb62767e3c2722017cf
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 15 13:30:43 2003 +0000
+
+    (subsection{Selection options}): Let the
+    textmath option also preview the `math' environment.
+
+commit c3d26fe364c3f4d262d246f0395e926adfd0c261
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 15 13:30:25 2003 +0000
+
+    *** empty log message ***
+
+commit 3ba8fb6e145112b361b9b589058ab75c005317a0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Oct 15 09:13:55 2003 +0000
+
+    *** empty log message ***
+
+commit 650e46fc31e56e0ca5c12bf86550a7b07f65bbd5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Oct 13 08:59:58 2003 +0000
+
+    *** empty log message ***
+
+commit 3447cb90c7ff31a702d4169a468c4dda6d24c859
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Oct 13 08:38:24 2003 +0000
+
+    *** empty log message ***
+
+commit 2442f6dc8a7fd2b5c26a956c855c73111bdd0211
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Oct 13 08:06:34 2003 +0000
+
+    *** empty log message ***
+
+commit 67d6a9259e69cabc70924b2424e8196432bee444
+Author: Peter Galbraith <psg@debian.org>
+Date:   Thu Oct 9 16:24:21 2003 +0000
+
+    V3.23 some checkdoc cleanup; not yet complete.
+
+commit 4f70222ec76f24b5988a732f826f5980f9b8805c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Oct 8 19:49:40 2003 +0000
+
+    *** empty log message ***
+
+commit caffbf303cc43cb4a8eb3ef9838502126bb5a08f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Oct 8 19:39:44 2003 +0000
+
+    *** empty log message ***
+
+commit c83c83b6f8134f407fc382adca461738c545b376
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Oct 7 19:33:14 2003 +0000
+
+    *** empty log message ***
+
+commit 53f9106e6b4eb99ed65a5f58a408fee8354ec423
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Oct 7 19:13:45 2003 +0000
+
+    *** empty log message ***
+
+commit ef27dee99c3b2bd4dcfda28346f0c3c9492b92cf
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Oct 3 14:04:49 2003 +0000
+
+    *** empty log message ***
+
+commit 350f7d06d52c2b9b7621c9bee3a3a578b373b831
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Sep 28 08:40:57 2003 +0000
+
+    *** empty log message ***
+
+commit 00789ee25ac0b6cce4c93ed559af1ec86a2d6cfd
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Sep 24 19:56:55 2003 +0000
+
+    *** empty log message ***
+
+commit 1278b297233ee226babe809ca09caa38b41a958e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Sep 23 20:08:21 2003 +0000
+
+    *** empty log message ***
+
+commit e42e4b5250254981a23659ad39a339b236260878
+Author: Peter Galbraith <psg@debian.org>
+Date:   Fri Sep 19 13:24:33 2003 +0000
+
+    German ">quote"< versus french "<quote">
+
+commit 9f4eca50fef170f3d41008e45488df53ebbb9684
+Author: Peter Galbraith <psg@debian.org>
+Date:   Fri Sep 19 01:24:31 2003 +0000
+
+    V0.903 18Sep2003 PSG
+     - Added `font-latex-quotes' to fontify either french or german quotes.
+     - Added internal vars `font-latex-quote-regexp-beg' and
+       `font-latex-quote-end-list'.
+     - Fixed font-latex-match-quotation to use above.
+
+commit f97ae2804a04acb006375357cf7e20878818cf0b
+Author: Peter Galbraith <psg@debian.org>
+Date:   Fri Sep 19 01:19:30 2003 +0000
+
+    V0.903 18Sep2003 PSG
+     - Added `font-latex-quotes' to fontify either french or german quotes.
+     - Added internal vars `font-latex-quote-regexp-beg' and
+       `font-latex-quote-end-list'.
+     - Fixed font-latex-match-quotation to use above.
+
+commit 47bfc2da83c50e23dd3773211a8c07d93214d4ac
+Author: Peter Galbraith <psg@debian.org>
+Date:   Thu Sep 18 15:17:01 2003 +0000
+
+    bib-cite.el: bib-cite-aux-inputs: new defcustom.  Minor code cleanup for
+    `match-string'.
+
+commit b8fc05784594b60c796ff01500c4aeecd481e5b9
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Sep 18 13:49:22 2003 +0000
+
+    *** empty log message ***
+
+commit 578eda0eb0fb016d3eff1d041b400793a5ed39bb
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Sep 17 20:25:55 2003 +0000
+
+    *** empty log message ***
+
+commit 8b0d7df1d683ea3582892343f4c1b71016e0808c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Sep 17 20:13:37 2003 +0000
+
+    *** empty log message ***
+
+commit 37b436f994b1700d92dbccba1641822afd6cbab6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Sep 17 20:12:33 2003 +0000
+
+    *** empty log message ***
+
+commit a929d22268fbf4ff46e5ece5cdd1ee8bce5ccf5e
+Author: Peter Galbraith <psg@debian.org>
+Date:   Wed Sep 17 17:45:15 2003 +0000
+
+    V3.22 Sep 17 2003 - PSG
+     - bib-cite-aux-inputs:  new defcustom.
+     - minor cleanup for 'match-string'.
+
+commit 4651bea123dad83bbf23a4d652fd96f62a05b415
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Sep 15 15:55:11 2003 +0000
+
+    (TeX-master-file): Fix 'shared case.
+    Tiny patch from Shiro Takeda <zbc08106@park.zero.ad.jp>.
+
+commit b29c9a44d9777444fd9fb37aea28acb3a199e880
+Author: Peter Galbraith <psg@debian.org>
+Date:   Tue Sep 9 02:15:30 2003 +0000
+
+    bib-cite.el: Ripping out off-topic imenu code.
+
+commit a8ba14628d232ec8d8733f9bdbbbbd9f7911dee4
+Author: Peter Galbraith <psg@debian.org>
+Date:   Sun Sep 7 23:53:29 2003 +0000
+
+    Tweak version number
+
+commit 0575a1173ae89a6e80867808c2c1f8c7ba9de0fa
+Author: Peter Galbraith <psg@debian.org>
+Date:   Sun Sep 7 23:51:59 2003 +0000
+
+    Change some doc strings following patch from Reiner Steib
+    <reiner.steib@gmx.de>, with my thanks.
+
+commit f9c3f17e21a112adfae4ac3e3d6f185bddd1bd8c
+Author: Peter Galbraith <psg@debian.org>
+Date:   Sun Sep 7 23:35:53 2003 +0000
+
+    V0.902 07Sep2003 PSG
+     - Bug fix when font-lock-multiline is set to t.
+       When a searched pattern was commented-out, we used to return a (nil
+       nil) pattern match to font-lock, along with the status of `t' for it
+       to keep looking past this match.  font-lock was happy with that.  But
+       now when font-lock-multiline is `t', the match really needs to exists
+       otherwise there is a elisp error at line 1625 of font-lock.el in
+       function font-lock-fontify-keywords-region.  So we provide a match
+       that begins and ends at the same character (the end of the match).
+       Thanks to Benoit Plessis <benoit.plessis@tuxfamily.org> for reporting
+       the problem to Debian (Bug#208503) and for being persistent enough to
+       find the tickling conditions.
+
+commit b81cb9d481db5d058f84774b49b1af2c6c784c35
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Aug 26 11:26:39 2003 +0000
+
+    *** empty log message ***
+
+commit 1403f074a54e36544d7536d1312d8c1a69a9d889
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Aug 21 13:39:37 2003 +0000
+
+    * Changelog: Added coding cookie.
+    
+    * doc/Makefile.in (install): Check if auctex-* exists.  Needed
+    because default split size changed in texinfo 4.6.
+
+commit 2970cabea6cc711a53957cff02c707dcee1aa4e9
+Author: Peter Galbraith <psg@debian.org>
+Date:   Fri Aug 15 02:21:20 2003 +0000
+
+    Oops. Update version number.
+
+commit d75624b81b2da24bc071812619e1dc50b9098324
+Author: Peter Galbraith <psg@debian.org>
+Date:   Fri Aug 15 02:13:52 2003 +0000
+
+    - psg-checkfor-file-list: Allow for relative directoties as entries in
+      BIBINPUTS.
+    - bib-cite-inputs:  new defcustom equivalent to BIBINPUTS.
+    - bib-label-help-echo-format: fixed defcustom.
+    - psg-list-env: code cleanup.
+    - trailing whitespace cleanup.
+
+commit 634d86a6d64c059b52b08ea3275590f31528b3f1
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 13 08:59:57 2003 +0000
+
+    *** empty log message ***
+
+commit 0bd31d034bc7e4024f56d9088c1de61795c2ef9a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Aug 4 10:18:26 2003 +0000
+
+    *** empty log message ***
+
+commit 1d41bad61f02f8a2afdab3d47c990b5af0f0542b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Aug 4 09:44:13 2003 +0000
+
+    *** empty log message ***
+
+commit 644f9018a49f13c1109802f4793f4ffef425348d
+Author: Peter Galbraith <psg@debian.org>
+Date:   Fri Jul 25 15:02:46 2003 +0000
+
+    font-latex.el: Make & highlighted in font-latex-warning-face.
+    Better document font-latex-match-*-keywords-local variables.
+
+commit ec544eb905d009bd1fa7411176bde69ebc74813c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jul 20 03:02:43 2003 +0000
+
+    *** empty log message ***
+
+commit 3151b7c596824bedc0f41a0df5aafc7ae9310cd3
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jul 20 03:02:33 2003 +0000
+
+    Use mule support check.
+
+commit c603c808f1cc15e9afb68245271750c3dc2b7bb1
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jul 20 03:00:36 2003 +0000
+
+    *** empty log message ***
+
+commit 03982a470acf39406d8d3a13f00d73db8c02bc01
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jul 20 03:00:20 2003 +0000
+
+    (EMACS_CHECK_MULE): Check (X)Emacs mule supported.
+
+commit b94e9284d3a027bcb28730608fc1dbdaba3860a6
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jul 20 03:00:05 2003 +0000
+
+    * Makefile.in (CONTRIB_MULE, COMPILE_MULE, CONTRIB_MULEELC): New macros.
+    (contrib): Compile CONTRIB and COMPILE_MULE.
+    (install-contrib): Install CONTRIB_MULE and CONTRIB_MULEELC, too.
+
+commit 7ab2495966cb714f1b968281667e07f6c1c4b58a
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Jul 20 01:11:50 2003 +0000
+
+    (clean): Remove Emacs auto-save files.  Remove elc
+    files in the current and style directory.
+
+commit 00fe67873b26748354f91e425218963d45fc7dc8
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 10 21:59:17 2003 +0000
+
+    *** empty log message ***
+
+commit 2b9bcfddb54246eb0397d574ea277dc38adbb410
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 10 21:58:16 2003 +0000
+
+    fix web page of AUCTeX.
+
+commit 0f73571f0f6354bf80a961609014680d0af1c706
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 10 21:57:08 2003 +0000
+
+    (Prerequisites): fix web page of AUCTeX.
+
+commit 05512fdef9792c90af7200dc8a7084c25da41f02
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 10 21:56:09 2003 +0000
+
+    (LaTeX-preview-setup, preview-parse-messages)
+    (TeX-inline-preview): Fix references to AUCTeX.
+
+commit 47f3490347f0a4870c38ea75cb9e8beb2fb60e7c
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 10 21:54:50 2003 +0000
+
+    (library): Fix references to AUCTeX.
+
+commit 2f8dfde94c691c8614e00f5e8c86c79b939c6d4d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 10 21:53:43 2003 +0000
+
+    Fix references to AUCTeX.
+
+commit 21400869badf9b73c7df416e600c96754f0e8de6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jul 1 15:22:27 2003 +0000
+
+    *** empty log message ***
+
+commit 0a01a4a30516cd5a4f5cb62c1fb84827915c1d9f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jul 1 12:31:17 2003 +0000
+
+    *** empty log message ***
+
+commit 670b3c28acd9b8c722fbbb511add5beac43d57b5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jul 1 10:05:22 2003 +0000
+
+    *** empty log message ***
+
+commit 5d763381d95cc17026a7b69e06302965ed9280c4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jun 30 15:09:05 2003 +0000
+
+    *** empty log message ***
+
+commit 30ee23fed1924449d1ab341b9c934721d1c3d1c7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jun 23 10:33:15 2003 +0000
+
+    *** empty log message ***
+
+commit b3990b9838108eb4d0c608e19e8f9858252de174
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jun 21 09:41:43 2003 +0000
+
+    Delete trailing whitespaces.
+    Extra space after @datadir@ creats inadequate pathname.
+
+commit bbc475f09ce8bacf4275a2618805b91de0467d92
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jun 21 09:37:50 2003 +0000
+
+    *** empty log message ***
+
+commit dfaa3a4bc13d8c7ad251402c41d7b4ae03a1b561
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jun 21 06:41:17 2003 +0000
+
+    Sorry! Last change was all my fault.
+    (TeX-near-bobp): Undo last change.
+
+commit 44c3ef7eeeb33e51c626022dee3c2bf7cca46927
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jun 21 06:40:30 2003 +0000
+
+    *** empty log message ***
+
+commit c0623a2af7da89d1c49c832d4fefa06e90f21f76
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jun 21 06:28:52 2003 +0000
+
+    *** empty log message ***
+
+commit 2b6cdf2b4037bcd5c4250e8872c6f84cee4b3a09
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Jun 21 06:28:41 2003 +0000
+
+    Fix some document.
+    (AUCTeX-jp): New custom group.
+    (japanese-TeX-command-default, japanese-LaTeX-command-default)
+    (japanese-LaTeX-default-style, japanese-LaTeX-style-list):
+    Support for defcustoms.
+
+commit 62639f0f9de3bbceb3ff5cc2c7d140e453df871d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jun 19 14:40:51 2003 +0000
+
+    *** empty log message ***
+
+commit 03315af861778962db1e668b5c7734a4818171b6
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jun 19 10:43:08 2003 +0000
+
+    Make \long what needs to be \long in order
+    to deal with argument lists and macros that might contain \par.
+
+commit 753c36da5bf1d71d54e71981586bd5a7f78e3a2e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jun 19 10:42:52 2003 +0000
+
+    *** empty log message ***
+
+commit 3d2b8bbb1b8cf3ab2a0805c285b3c063098c9dc7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jun 14 21:11:01 2003 +0000
+
+    (Parsing Files): document TeX-auto-untabify now defaulting to nil
+
+commit f44ef93575d6dd1041dd167e647b96d1ee7e6556
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jun 14 21:09:00 2003 +0000
+
+    (TeX-auto-untabify): Change default to nil.
+
+commit fb6d55125858e02771a4f412e9e3732eb76d81d3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jun 14 21:07:51 2003 +0000
+
+    *** empty log message ***
+
+commit d44b44f5189d2643590f1ee95d4b45c6f1f89b20
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jun 12 12:28:17 2003 +0000
+
+    *** empty log message ***
+
+commit e78b0280b2ca5a20269901dafe786eff2dd71155
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jun 10 14:01:16 2003 +0000
+
+    *** empty log message ***
+
+commit fd0ed2e71fc615ea290c8abb6d9788ad8f782d99
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jun 7 15:22:58 2003 +0000
+
+    (TeX-lisp-directory, TeX-auto-global, TeX-style-global)
+    (TeX-auto-local, TeX-style-local, TeX-macro-private)
+    (TeX-load-style, TeX-parse-path, TeX-run-style-hooks)
+    (TeX-auto-write, TeX-auto-generate, TeX-auto-generate-global)
+    (TeX-ignore-file, TeX-search-files): try catering with Windows
+    file names.
+    (TeX-directory-absolute-p): removed, since file-name-absolute-p
+    serves the same purpose.
+
+commit bbf7a89808413e9fa02d6f23a4f6a94a30282c7f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jun 6 08:56:59 2003 +0000
+
+    *** empty log message ***
+
+commit 77c6ef315c13a966e11390031d25ed04c26c4d0e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jun 6 08:50:44 2003 +0000
+
+    Added datadir
+
+commit e6c54da44c3b689f3f42687e52bbb14e46fb543f
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Jun 4 18:08:41 2003 +0000
+
+    *** empty log message ***
+
+commit 337aafb7f3a4baa54495ac90d74fe382462909e6
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Jun 4 17:31:32 2003 +0000
+
+    * latex.el (LaTeX-env-label): Toggle off input method when
+    entering math mode.
+    * style/amsmath.el (LaTeX-amsmath-env-alignat)
+    (LaTeX-amsmath-env-aligned): Ditto.
+
+commit 26e7b9a7c69e3e4561c5da84259405b0bc71b1a9
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Jun 4 17:31:19 2003 +0000
+
+    * latex.el (LaTeX-env-label): Toggle off input method when
+    entering math mode.
+
+commit f0443fc9fef93afefac3e40e168c5a2781ba43fe
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Jun 4 17:02:24 2003 +0000
+
+    (TeX-toggle-off-input-method): Removed interactive.
+    (TeX-math-input-method-off): New function.
+    (TeX-insert-dollar): Use it.  Do not call function
+    TeX-toggle-off-input-method directly.
+
+commit 0764ee5be553e94176cc84227738a8d7deb69f96
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Jun 3 11:14:53 2003 +0000
+
+    *** empty log message ***
+
+commit 7128e247cb5c0ba9be27382ca1c6de130aeda0b5
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Jun 3 11:12:16 2003 +0000
+
+    (TeX-macro): Set group under AUCTeX.
+
+commit e10bcc6e68940d657c299689b0db923167d8cfc6
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jun 3 09:01:31 2003 +0000
+
+    * latex.el (LaTeX-mode-menu): Replace "Change Font" with "Replace
+    Font"
+    
+    * tex-info.el (TeXinfo-mode-menu): Same here.
+    
+    * doc/tex-ref.tex (section{Font Selection}): Same here.
+
+commit d3f716f2c26f3ca225c870635587ff3d190a579b
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jun 2 15:13:46 2003 +0000
+
+    *** empty log message ***
+
+commit d1fc3cf12908e1c8503df6dacc6f1e4c146c1604
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jun 2 15:13:20 2003 +0000
+
+    (TeX-math-toggle-off-input-method): New user option.
+    (TeX-toggle-off-input-method): New function.
+    (TeX-insert-dollar): Use it.
+
+commit 3a71de89ba3f950880b98f09bb8ef537fa9be3fe
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jun 2 14:54:12 2003 +0000
+
+    (TeX-near-bobp): Fixed typo in doc-string.
+
+commit dcf16b6acf7613d38572f967666a8e0c605b53c4
+Author: Piet van Oostrum <piet@cs.uu.nl>
+Date:   Tue May 27 15:38:41 2003 +0000
+
+    Changed regexp to allow \documentclass[]{someclass}.
+
+commit 608bb7c5d24169043205790ff050c47c58e1068b
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 13 13:23:49 2003 +0000
+
+    Really bail if 8bit test fails.
+
+commit 09700316f6c8257db3cb7caaab6d719e5775f17f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 13 13:23:30 2003 +0000
+
+    *** empty log message ***
+
+commit f3c8cce57bfb471329725c7dd90bae85890b3964
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 13 00:00:46 2003 +0000
+
+    (section{Die gerade Linie}): Add comments for
+    intentional bugs.
+
+commit 224b4a5fc32b15830978f3ead1254b2a724057ab
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon May 12 23:59:35 2003 +0000
+
+    *** empty log message ***
+
+commit e9eb7855cdfe2f5ddb424f9cf4d5e5011e5e81e2
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Mon May 5 08:28:15 2003 +0000
+
+    Added functionality for environments, added functionality for 'working on an environment'
+
+commit e07ce6addb119859bef1ba11550c4ef17a3a4e28
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 28 18:37:34 2003 +0000
+
+    * configure.in: Fix check for images.
+    
+    * aclocal.m4 (library): Try setting the EMACS_cv_SYS_* variable
+    that we are actually checking.  Is that correct?
+
+commit 32b74123129611fc07eaec65ce35086ae30fbdcd
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 17 10:54:24 2003 +0000
+
+    *** empty log message ***
+
+commit b2884a20c3f732b9163aaad7254ecd3f790962b3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 17 07:18:46 2003 +0000
+
+    *** empty log message ***
+
+commit 91882dd91d52426ed0cfd644854f635d90d6d104
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 17 07:17:18 2003 +0000
+
+    Corrected --with-lispdir and --with-packagedir
+
+commit 7c31a3bb0eb46c860248f8485ec39fa304137b99
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 15 20:42:57 2003 +0000
+
+    Fixed typos in configure options.
+
+commit 9340d00e942b09649c440aca9b2cd99394258137
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Tue Apr 15 20:19:33 2003 +0000
+
+    %v -> %V in TeX-command-list to activate changes from Piet.
+
+commit a96bf1d0de1c6bb613aa4a8d3797ffe242b73b74
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 15 17:05:11 2003 +0000
+
+    Added INSTALL and INSTALL.windows
+
+commit bef47fc014bc5dbb5dc3f2e6014ce3481e7042db
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Apr 15 16:23:06 2003 +0000
+
+    (STYLESRC): Added captcont.el and subfigure.el
+
+commit a0ed0d9162985de4b61ec83d7ea698a806f8ebb8
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 15 15:06:13 2003 +0000
+
+    *** empty log message ***
+
+commit 41f8d9b143095e3f061724f38976881940a383a0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 15 12:33:31 2003 +0000
+
+    *** empty log message ***
+
+commit 1ae6b48a702b7f08c1daaee5e6a72d1eaf8c0e19
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 15 12:27:27 2003 +0000
+
+    Corrected download info for GNU Emacs
+
+commit 3d340b9a79d2824eacbb2278f67ea26efe43d8ea
+Author: Peter Galbraith <psg@debian.org>
+Date:   Tue Apr 15 01:09:00 2003 +0000
+
+    font-latex.el (font-latex-match-*-keywords): New user
+    customizable variables to add fontification keywords.
+    See `M-x customize-group [RET] font-latex'.
+    (font-latex-match-*-keywords-local): New buffer-local variables to
+    be used by elisp style file writers.
+    (font-latex-match-*-keywords-set): Support for defcustoms.
+    (font-latex-match-*-make): Build the actual font-lock variables
+    from the `font-latex-match-*-keywords' defcustoms.
+
+commit 6d7583d0f278ce058a09a07636758caa1d85ce59
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 14 17:15:24 2003 +0000
+
+    (Customizing): hilit-LaTeX.el deleted.
+
+commit 0c0b43789f6fce4124e8664b6c2e3714100f0192
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 14 17:15:05 2003 +0000
+
+    *** empty log message ***
+
+commit ba8727d883e78efe71c992e6ffd2245a63f4f027
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 12:42:46 2003 +0000
+
+    *** empty log message ***
+
+commit d2d87a27ad2450220de1d7f66699e55a28f8934c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 12:42:37 2003 +0000
+
+    Test for tex
+
+commit 02ad5e60a1be7856a213d76ebb570a5f348ce774
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 12:41:45 2003 +0000
+
+    Add dependency
+
+commit c9690e8f5ec39a73b68cd146532865d8ec1d54b6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 12:41:14 2003 +0000
+
+    Up node added
+
+commit fa6cbe4c44d638e9accee171ce6c371034c354ab
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 12:15:16 2003 +0000
+
+    *** empty log message ***
+
+commit 03a0bd5f2612efd22b0ea26db07fcdd8e1de4f5d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 12:14:49 2003 +0000
+
+    Generate INSTALL and INSTALL.windows
+
+commit 360008be9b8dfa7a1a9e377f9f9ba06bbdcad4c2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 12:14:15 2003 +0000
+
+    Use the configure compatibility test results
+
+commit de91fab5476250f688f2c2e42d036d10aebc3da3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 12:12:49 2003 +0000
+
+    Initial version
+
+commit 29bbd08be38a4f8fdd1048ae27b503a1cfab04b8
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 12:11:55 2003 +0000
+
+    Do the makeinfo tests, for compatibility with texinfo 3.12
+
+commit 5755f619fcf8cc088853b5baa14372c3d5c5aad6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 12:10:58 2003 +0000
+
+    Typo corrected
+
+commit 5444f052dd3cac580ee192b18b1d76e0c81b9535
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 11:40:48 2003 +0000
+
+    *** empty log message ***
+
+commit c11923c8e7df4e4d4a192638ce8809ec023fbe23
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 11:40:37 2003 +0000
+
+    Changed to document the autoconf stuff
+
+commit 287492b083c7854110499655eb702f6b7db17890
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 14 11:39:59 2003 +0000
+
+    Added. No intentional lies, but will probably change...
+
+commit 53724fbb0d09c40fd782856b77fab41303ae6087
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 10 11:19:40 2003 +0000
+
+    (AUCTeX): Fix URLs.
+
+commit 4eb473d59b56f26c747165aa67b9876ca75c2a97
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 10 11:19:09 2003 +0000
+
+    *** empty log message ***
+
+commit b55642eb5d81a28e69b55a8467041f5cae3479c5
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 10 10:01:23 2003 +0000
+
+    Fix AUCTeX URL.
+    Make modification date RCS tag.
+
+commit 684a0895f007e95fa80e9182aa598f8c806ae25d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 10 10:01:03 2003 +0000
+
+    *** empty log message ***
+
+commit 408be53901b25bdcee6dfd0f99d274be503bd15f
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 10 10:00:01 2003 +0000
+
+    Fix AUCTeX URL.
+
+commit 3afbc2eecdfa48b32244ea75baedd5d9dc85c0e0
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 10 09:59:47 2003 +0000
+
+    *** empty log message ***
+
+commit 887cc127b4fe4f3fd3b388b073a57bd909584810
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Wed Apr 9 18:28:00 2003 +0000
+
+    make context.el byte compile
+
+commit d3c632fe2c83e493cfae53eb1d47f99db63ac896
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Wed Apr 9 18:27:32 2003 +0000
+
+    added context
+
+commit c00a5c7e9628adf361532b454b4c5c7edc8843c2
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Wed Apr 9 18:26:49 2003 +0000
+
+    TeX command list updated
+
+commit 7efd086374f3965a7f173ad036f7faf109463e29
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 9 11:41:10 2003 +0000
+
+    Added
+
+commit 0a732c15cdbe7bb232afd31b7138e8854ec9b8a8
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 9 11:16:26 2003 +0000
+
+    *** empty log message ***
+
+commit cb101c326a73902e564aeb9bba15ebb227a43b94
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 9 11:16:11 2003 +0000
+
+    More sane emacs-macro path-searching.
+
+commit 72faa40dc3784d6a3a50feb0f37c76501966c943
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 9 11:12:35 2003 +0000
+
+    More sane emacs-macro path-searching
+
+commit 1a0c8ec95a8f3518cb17f668d40b581480b95598
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 7 13:54:26 2003 +0000
+
+    (TeX-kpathsea-directory-alist): Fix bad kpathsea
+    searchpath name for LaTeX files.
+
+commit 778a281d6d7aa46c1f34594d5fd25b9f2eee025d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 7 13:54:05 2003 +0000
+
+    *** empty log message ***
+
+commit 425658488a435201a07b1df812c698e57287be0f
+Author: Peter Galbraith <psg@debian.org>
+Date:   Mon Apr 7 02:06:30 2003 +0000
+
+    V3.19 Apr 06 2003 - PSG
+       Remove code that ran when defcustom not present.
+       Remove hilit19 obsolete code.
+       ...More code cleanup to come.
+
+commit a2ba59952fcc6ebde0f2ca42e17ff5039ded4335
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 3 08:57:34 2003 +0000
+
+    *** empty log message ***
+
+commit c208883e9e7a164994ac7690de403fbb5a0f0186
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 3 08:57:23 2003 +0000
+
+    Make the emacs-macro path-searching tests run, and make
+    EMACS_PROG_EMACS fail gracefully when no binary executable is found.
+
+commit 6a65f2d6d5d955deda9e4104d5eb7627aaeb7ecd
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Mar 31 10:45:29 2003 +0000
+
+    *** empty log message ***
+
+commit 25d703929b3884e7a48102683a0d7ce63c907c4b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Mar 31 10:45:04 2003 +0000
+
+    Make the emacs-macro path-searching tests run.
+
+commit 7ba3c915180a63a66d2ad2fbb4e0a5b12561cb1e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Mar 31 09:24:38 2003 +0000
+
+    *** empty log message ***
+
+commit 7b2bd31c99113bf82f8f910bbf01e0853f81e404
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Mar 31 09:24:03 2003 +0000
+
+    (EMACS_PROG_EMACS): Make the test fail gracefully when no binary
+    executable is found.
+
+commit 78cbd7f5152a154187ba6e13bb6bea6a2eb2582b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 30 21:55:52 2003 +0000
+
+    (Configure), doc/wininstall.texi: explain
+    --with-emacs and stuff even less ambiguously.
+
+commit c500cb328acb5024f94ca01a925e379acd28f542
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 29 13:16:16 2003 +0000
+
+    (TeX-run-discard): Use `call-process' instead of
+    `start-process' in order to completely detach a process.
+    (TeX-region-extra): Make empty by default since code was not
+    working with plain or ConTeXt.
+
+commit cbbc7a854851f0e5d0e66d1e1d04c0e42d2ebec8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 29 13:16:02 2003 +0000
+
+    *** empty log message ***
+
+commit 6255ffaff7e50ac34889c2533ab59620774edfbe
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Mar 28 16:04:01 2003 +0000
+
+    *** empty log message ***
+
+commit 57b3e3612821a316ea53f41c0857ff41a501d428
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 28 10:44:21 2003 +0000
+
+    (Installation Trouble): Update Windows info.
+
+commit 38e6e2c292601454f353151dde78176b5b65eb2e
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 28 10:44:01 2003 +0000
+
+    *** empty log message ***
+
+commit c1d42d8861beb54b49d304d37da317dbc58f7848
+Author: Peter Galbraith <psg@debian.org>
+Date:   Thu Mar 27 15:01:12 2003 +0000
+
+    Apply varioref and fancyref patch from Bruce Ravel.
+
+commit 08762afa6107cfd42c6dd7eb563074bfca0bae30
+Author: Peter Galbraith <psg@debian.org>
+Date:   Thu Mar 27 14:52:55 2003 +0000
+
+    Tweak version number and document changes
+
+commit 9b762e99f7089203f53beddd8fee65e9e323dc84
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Mar 23 22:54:10 2003 +0000
+
+    (CONTRIB): Remove hilit-LaTeX.el because it is obsolete.
+    (contrib): Remove compile code for hilit-LaTeX.el.
+
+commit 714de4b8b599bdb9f9e1ba09166bfd4478a60358
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Mar 23 22:53:54 2003 +0000
+
+    *** empty log message ***
+
+commit d1c9160bfae5e52c71e6aad091cc3b61b9c95f82
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 13 22:46:31 2003 +0000
+
+    * style/german.el (LaTeX-german-quote-after-quote)
+    (LaTeX-german-open-quote, LaTeX-german-close-quote): New
+    variables to initialize quote stuff from.  If you set these in
+    file local variables, they will propagate accordingly to
+    `TeX-quote-after-quote' et al.
+    
+    * style/ngerman.el (LaTeX-german-quote-after-quote)
+    (LaTeX-german-open-quote, LaTeX-german-close-quote): the same.
+
+commit 60fac9ae4b3c5271f54387711c29ee92efb11b48
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 13 22:45:32 2003 +0000
+
+    (LaTeX-german-quote-after-quote)
+    (LaTeX-german-open-quote, LaTeX-german-close-quote): see german.el
+
+commit a3aadcfedd59b3c4871d53aa0affb9bfb51102b0
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 13 22:43:56 2003 +0000
+
+    *** empty log message ***
+
+commit 9164df193146b0f90f5d4fd08427af01c0fa214c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 12 15:56:24 2003 +0000
+
+    *** empty log message ***
+
+commit 5dac03c7e81e5139980963be4fb89751c9d6383b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Feb 27 10:07:58 2003 +0000
+
+    *** empty log message ***
+
+commit 77ad2b018ba6277a065956c287a7c843d1bc4372
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 25 16:12:27 2003 +0000
+
+    *** empty log message ***
+
+commit efa161b5911a76a5b6e9e6b740951c16c295960b
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 25 16:11:57 2003 +0000
+
+    (dist): Version info in tex.el gets automatically
+    calculated from CVS tags.
+
+commit eab6cf93f4f58b0b4127daa1480c3e4b25f78062
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 25 12:16:32 2003 +0000
+
+    *** empty log message ***
+
+commit c758ef2acdacd40ee2ecc0b543435760aa9ee65f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 25 12:16:09 2003 +0000
+
+    Some changes for dir slashiness.
+    (TeX-master-directory): return a proper directory name, not a
+    file name.
+
+commit 6cfb86954e057d78f2daaf5186c860bc95b1a927
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 25 12:14:33 2003 +0000
+
+    (TeX-quote-filename): Return the changed file!
+    Yikes!  How could this ever have worked?
+
+commit 2ef088bc8883643b11d1fb66945b5c957d566fd4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 24 19:31:50 2003 +0000
+
+    (AUCTeX-version): Generate automatically from CVS
+    variables.
+    (TeX-master-directory): somewhat more defensive version (final
+    goal is to be able to make a TeX minor mode).
+
+commit f5b6a89cb5ce1283fcb308b833d649e78e3cd4c0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 22 13:17:38 2003 +0000
+
+    A first sketch of the idea.
+
+commit f81488948c3f4e17d04a26cba08e0971877ced48
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 22 13:17:23 2003 +0000
+
+    *** empty log message ***
+
+commit c66681711178efb0ca39d1fefba93e3c5c532f9e
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 18 14:19:09 2003 +0000
+
+    *** empty log message ***
+
+commit 3624a1b8ecd8968e82985a7aa28a38af130f6773
+Author: Piet van Oostrum <piet@cs.uu.nl>
+Date:   Mon Feb 17 19:29:52 2003 +0000
+
+    Remove illegal and superfluous &optional.
+
+commit 516f4a64c81e409b9aa08c098862bc4681d52c57
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 17 14:36:53 2003 +0000
+
+    (font-latex-find-matching-close): Remove a very
+    complicated way of doing nothing since the byte compiler warns
+    about it.
+
+commit bef28eb38c165b5e54f16f9cb89a4b0760b14be4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 17 14:36:40 2003 +0000
+
+    *** empty log message ***
+
+commit e8239b4529d8d38635b15e5346341ab1fa669b0f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 20:09:37 2003 +0000
+
+    *** empty log message ***
+
+commit e1e645345a8f967b2da10bfc94f10570eb4f5bd9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 20:01:42 2003 +0000
+
+    *** empty log message ***
+
+commit dc43247d5bd492a07688f5ad08d2608572e3b435
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 20:01:22 2003 +0000
+
+    * tex.el (LaTeX): Change :prefix field to LaTeX.
+    (TeX-auto-add-type): Make more readable and place doc string
+    indicating the origin into generated functions.
+    
+    * font-latex.el (font-latex-setup): Try to behave better when the
+    interesting newlines in verbatim environments get moved.
+    Probably not the ultimate solution.
+    
+    * latex.el: AUC TeX to AUCTeX, new header.
+    
+    * tex.el: AUC TeX to AUCTeX, new header.
+
+commit 893c8d9032171cb61502396bc03e07011e19a693
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 17:41:35 2003 +0000
+
+    *** empty log message ***
+
+commit ed69bfc2f6da185c576af4e1e0c78da8909a7108
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 17:41:13 2003 +0000
+
+    (font-latex-setup): Try to behave better when the
+    interesting newlines in verbatim environments get moved.
+    Probably not the ultimate solution.
+
+commit 2c88364a79f166fbb0fa9a2a03d6ce7b5e1ad06c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 11:35:12 2003 +0000
+
+    *** empty log message ***
+
+commit e3f696e4b6176fbc777c83c923eb9dd010987414
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 11:34:47 2003 +0000
+
+    quote MAKEINFO.
+
+commit 0a5cf67b5cbcfc52b77d203ba5a594c274952f5d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 00:31:16 2003 +0000
+
+    *** empty log message ***
+
+commit 6b563a2b31fa40f650a247946380e8150a192cdd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 00:28:14 2003 +0000
+
+    * Makefile.in: AUC TeX to AUCTeX.
+    
+    * configure.in, Makefile.in, doc/Makefile.in: everything moves to
+    autoconf, fix a few things.
+
+commit 376e9170287ac6957a1259c78a9986925836b237
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 00:26:15 2003 +0000
+
+    *** empty log message ***
+
+commit bc6fa9341feccfe0ebae3529ab1a608634611bcd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 00:25:58 2003 +0000
+
+    AUC TeX to AUCTeX, new header.
+
+commit 0c14564438526b56a1b5e38976c8c76814f9c9bd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 00:22:42 2003 +0000
+
+    (TeX-quote-filename): New function.
+    (TeX-region-create): Use it so that Windows can talk about its
+    master files properly.
+    (TeX-help-error): Try not to have "log file has changed"
+    messages.  AUC TeX to AUCTeX, new header.
+
+commit 7e5d40a53f518b4b34bf40c70da532d23f612203
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 00:17:36 2003 +0000
+
+    AUC TeX to AUCTeX, new header.
+
+commit 01ec1a1573b70b6408cc482fdc3adcc3fea1b7f0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 15 00:03:21 2003 +0000
+
+    AUC TeX to AUCTeX, new header.
+
+commit 1aac240d584610537bce7802b2fe55d70541cde0
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 14 23:46:18 2003 +0000
+
+    Check in a first version.  Ok, it currently
+    contains a few lies, but the basics are not wrong, and hopefully
+    we will have soon what it takes to make it true.
+
+commit e01b82ba6238aedad20423d750dfb50f0aa7ab62
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 14 23:46:07 2003 +0000
+
+    *** empty log message ***
+
+commit 21f73e5277ac090fdf7ef67a4aa594f6c239e7a2
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 14 23:30:58 2003 +0000
+
+    *** empty log message ***
+
+commit b5f78375457a0e235362005f7e8690f9142de003
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 14 23:30:28 2003 +0000
+
+    Fix instructions because autoconf now does not need patching anymore.
+
+commit eed4aa0004c1c60a55861dde77c7fc3a6c717097
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 14 23:24:11 2003 +0000
+
+    *** empty log message ***
+
+commit 65e409b00d93701a714e5a74dd083035f8cc59bf
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 14 23:23:47 2003 +0000
+
+    Name change of AUC TeX to AUCTeX.  A few
+    other cleanups.
+
+commit 4907728f433e1e678f6a72ad02af12f2e4f11683
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 14 23:21:59 2003 +0000
+
+    * configure.in, Makefile.in, doc/Makefile.in: everything moves to
+    autoconf, fix a few things.
+    
+    * Makefile, doc/Makefile: deleted.
+
+commit a460eec2115abf2ee63038e560cc71430ff86148
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 14 23:15:54 2003 +0000
+
+    juggle the dircategory, hopefully right
+    now.
+
+commit f91ea777169546be5ab62f258d08c8f6ef9450ce
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 14 23:15:29 2003 +0000
+
+    *** empty log message ***
+
+commit 999a73757849707d05ba2d6c79623b4c238b059e
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 14 21:40:22 2003 +0000
+
+    Makefile is autogenerated from Makefile.in
+
+commit 6284fc48a11bb1d4e3639f47a4b34b588ccce582
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Fri Feb 14 16:19:09 2003 +0000
+
+    Basic environment and interface support for ConTeXt
+
+commit 91ea171e5233ba76c37049a08b07936341650377
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Fri Feb 14 16:15:04 2003 +0000
+
+    moved TeX-arg-literal and TeX-near-bopb from
+    latex.el to tex.el.
+
+commit d3a36e52d45a4c94aa54716a489fbe889c660c30
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Fri Feb 14 16:14:31 2003 +0000
+
+     moved TeX-arg-literal and TeX-near-bopb from
+    latex.el to tex.el.
+
+commit c16f63b752945b6640275f26cc80ed431bb41320
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 13 16:15:48 2003 +0000
+
+    * doc/preview-latex.texi: Somewhat changed info dir entries.
+    (Simple customization): add hint for RefTeX.
+    
+    * doc/problems.texi, doc/macros.texi: anticipate name change of
+    AUC TeX to AUCTeX.
+
+commit 38d19761d234f2342034aa9ee250434bed733997
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 13 14:53:05 2003 +0000
+
+    * aclocal.m4, configure.in: resynch with AUCTeX aclocal.m4.
+    Lots of name changes.
+    
+    * aclocal.m4 (AC_EXAMINE_PACKAGEDIR): lots of fixes with regard
+    to quoting, bad code and other stuff.
+    (AC_CHECK_AUCTEX): remove trailing slash.
+
+commit f112f544ad124d084cacb1b6c013ea091b58ee63
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 13 14:52:41 2003 +0000
+
+    *** empty log message ***
+
+commit 23607f2317f6730e1dbcc540265cab9d79baac30
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 13 14:52:04 2003 +0000
+
+    (EMACS_EXAMINE_PACKAGEDIR): make this work properly
+    more or less.
+    (EMACS_CHECK_AUCTEX): use auctexdir instead of AUCTEXDIR (synch
+    with preview-latex aclocal.m4) and strip trailing slash.
+
+commit 6ef038abe13cdfeceeb5c0d3c1cebedd528d0926
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 13 14:51:27 2003 +0000
+
+    (clean): Remove .elc files.
+    (distclean): new target.
+
+commit da3308255e4362e2c484b99e57df03e6cbd432d2
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 13 13:33:55 2003 +0000
+
+    * aclocal.m4, configure.in: resynch with AUCTeX aclocal.m4.
+    Lots of name changes.
+    
+    * configure.in: Remove redundant checks/substs.
+    
+    * aclocal.m4 (AC_EXAMINE_PACKAGEDIR): lots of fixes with regard
+    to quoting, bad code and other stuff.
+    (AC_CHECK_AUCTEX): remove trailing slash.
+
+commit c171c7aceff1a4b1ae7dd8ef583b2fb6d4a3ddc4
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 13 13:21:14 2003 +0000
+
+    (EMACS_EXAMINE_PACKAGEDIR): make this work properly
+    more or less.
+    (EMACS_CHECK_AUCTEX): use auctexdir instead of AUCTEXDIR (synch
+    with preview-latex aclocal.m4) and strip trailing slash.
+
+commit df245680454a2ee5cf7e60cd842df1c6fc576c6e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 13 00:10:36 2003 +0000
+
+    *** empty log message ***
+
+commit ed3e83a923997ef048d6203d33be7bf608b6fe2a
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 13 00:06:33 2003 +0000
+
+    (AC_EXAMINE_PACKAGEDIR): lots of fixes with regard
+    to quoting, bad code and other stuff.
+    (AC_CHECK_AUCTEX): remove trailing slash.
+
+commit 0201c3092a27fbdd925bd67ad6cc494922729900
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 13 00:06:12 2003 +0000
+
+    Remove redundant checks/substs.
+
+commit d11b7d02dfd08e50172e284b43a4a797d8a1dac6
+Author: Peter Galbraith <psg@debian.org>
+Date:   Tue Feb 11 20:47:14 2003 +0000
+
+    hilit-LaTeX.el: Removed.  It's obsolete.  Use font-latex.el instead.
+
+commit 5ca4261dcef3f4cd5f1e95770a16795c31563e5d
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Tue Feb 11 20:20:32 2003 +0000
+
+    TeX-run-LaTeX changed to TeX-run-TeX
+
+commit 55d1d598a2bd175f1718067de6e0ba21f1b475e9
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Tue Feb 11 20:20:03 2003 +0000
+
+    Broken TeX-sentinel-function update
+
+commit 047013c178a0355213c7ae0967a0db277112fd0b
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Tue Feb 11 20:19:13 2003 +0000
+
+    Removed TeX-run-LaTeX (now defaliased) and
+    added setting the TeX-sentinel-function to TeX-sentinel-default-function
+
+commit 3a6729e7c4aa11b894784cff92bd7a9f89631a5a
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Tue Feb 11 20:16:44 2003 +0000
+
+    Sets TeX-sentinel-default-function instead of TeX-sentinel-function.
+
+commit a4880f6e8de2bc0932407d882c16e48907110e7c
+Author: Alan Shutko <ats@acm.org>
+Date:   Mon Feb 10 22:38:35 2003 +0000
+
+    * aclocal.m4: Changed all references of AUCTEXDIR to auctexdir.
+    
+    * Makefile.in (auctexdir): Changed all references of AUCTEXDIR to
+    auctexdir.
+
+commit fc8e0d44ad3f278763c0f175f902206bd08a7987
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Sat Feb 8 18:41:42 2003 +0000
+
+    Basic ConTeXt support
+
+commit 13363eb953e0c3d7d495350993bcb613293c4182
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Sat Feb 8 18:40:15 2003 +0000
+
+    Removed explicit TeX-LaTeX-sentinel call, basic ConTeXt support
+
+commit d4ed1d696887f70cfacd70f6ad6d64aa6def1b34
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Sat Feb 8 18:38:58 2003 +0000
+
+    added explicit set TeX-sentinel-function
+
+commit 1fb99aa77d35957e3aa85c3b7e635df7b449c712
+Author: Patrick Gundlach <pg@levana.de>
+Date:   Sat Feb 8 18:35:38 2003 +0000
+
+    ConTeXt support file
+
+commit 5c0fffff0bbe6b5d7a735555e33376aa457e557d
+Author: Piet van Oostrum <piet@cs.uu.nl>
+Date:   Sat Feb 8 10:38:45 2003 +0000
+
+    Added missing semicolon in TeX-command-output-list.
+
+commit cd68201d4a9cda9b05498e0de7177fa58a2bcf9f
+Author: Piet van Oostrum <piet@cs.uu.nl>
+Date:   Sat Feb 8 10:16:17 2003 +0000
+
+    Changed defcustom to defvar.
+
+commit 94bfbeb823613cb04d1546fd77c2ef6520898a9a
+Author: Piet van Oostrum <piet@cs.uu.nl>
+Date:   Fri Feb 7 10:57:47 2003 +0000
+
+    Corrected customization widget.
+
+commit 5364b70322d54586bb5910608a1b85d80ff54619
+Author: Piet van Oostrum <piet@cs.uu.nl>
+Date:   Thu Feb 6 20:21:51 2003 +0000
+
+    Support added for pdftex (and possibly other programs that generate output
+    files other than "dvi").
+
+commit 050ed1d11e48c40abd76bb9125d8d292312692e1
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Feb 5 16:44:21 2003 +0000
+
+    (section{Package options}): Correct doc of
+    \PreviewBbAdjust.
+
+commit 8f1605028a6a92479eb5bbcc44a5b630b7971a2a
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Feb 5 16:44:00 2003 +0000
+
+    *** empty log message ***
+
+commit a30ac12e6851e63e96e9b6b474fcb42fd94db98e
+Author: Alan Shutko <ats@acm.org>
+Date:   Wed Feb 5 15:27:39 2003 +0000
+
+    Add documentencoding.
+    (Emacs problems): Move @end itemize after XEmacs.
+
+commit 37a4aeef9b38cb949a4016fc807fb534c99333a1
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 3 14:09:50 2003 +0000
+
+    (subsection{The \texttt{auctex} option}):
+    Make \item actually produce an \item.
+
+commit b59a0d2ff73ff4bb6fade3e29efb33257553847d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 3 14:09:31 2003 +0000
+
+    *** empty log message ***
+
+commit 4036d80c89da8e9526102bde70bdd8b6e708a8b7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 31 13:33:59 2003 +0000
+
+    *** empty log message ***
+
+commit 9d65db1d1fa6c48e085c7d02c5a4699f95e2cdb7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 31 13:33:50 2003 +0000
+
+    Fix infodir
+
+commit 35e88639ffc8552a833d4dc485edb04c3be33183
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 31 13:33:37 2003 +0000
+
+    Some cleaning of macro names. Windows quoting by David Kastrup
+    <dak@gnu.org>. Also, lispdir now checks (x)emacs load-path instead of
+    physical disk content.
+
+commit 194203e19bf03362722663d0ced11429903d2a3e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 31 13:33:21 2003 +0000
+
+    Use new lispdir check.
+
+commit f8baced47482fe75834673d4631e5f5e1ca27418
+Author: Piet van Oostrum <piet@cs.uu.nl>
+Date:   Thu Jan 30 18:35:57 2003 +0000
+
+    (TeX-parse-error): Exclude { and } from filenames to
+    improve parsing of error messages from pdftex.
+
+commit ee7fe3f8bb54837c4e9a585c4834ea0636c624d6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jan 30 15:31:39 2003 +0000
+
+    *** empty log message ***
+
+commit 45818af8919ec4772b470377abd861108ca4f75f
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 27 17:04:59 2003 +0000
+
+    CVS Emacs supports PNG images now.
+
+commit 91a811f06378d8bf641f91dc09dee15b919bdaca
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 27 17:02:17 2003 +0000
+
+    (Emacs problems): CVS Emacs supports PNG now.
+
+commit beba5bb4499c1ff72653fd0145425ef81bd041c9
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 27 17:01:34 2003 +0000
+
+    *** empty log message ***
+
+commit fa01f2ef1062f75d7d38525a8016c6910f3337a0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 27 14:37:12 2003 +0000
+
+    (null-device): Add defvar for older XEmacsen.
+
+commit 1fc7140c40346f655e55df69cf143a6423ba917e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 27 14:36:55 2003 +0000
+
+    *** empty log message ***
+
+commit db901f080d4be135551aee24f39ae8679c7a2458
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 24 16:47:57 2003 +0000
+
+    (preview-gs-sentinel): Delete PostScript file when
+    GhostScript has finished.
+    (preview-gs-dvips-sentinel): Don't mark PostScript file for
+    deletion when GhostScript will be run: otherwise preview.el will
+    delete the PostScript file automatically when the last preview has
+    been generated but before GhostScript exits.  And since
+    GhostScript has the file still open, some "operating systems" will
+    refuse to delete the PostScript file at that moment.
+
+commit e0a36d3736bbc844e36ab9193121737ff03bfd31
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 24 16:47:33 2003 +0000
+
+    *** empty log message ***
+
+commit da334899275e026c55bd9265a7b4aff15e12ab79
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Jan 24 15:31:06 2003 +0000
+
+    (TeX-kpathsea-path-delimiter, TeX-search-files-kpathsea):
+    Fixed braces.
+
+commit a147e73cfe273e297b688e99d5c743760fcfb7ed
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jan 22 09:30:40 2003 +0000
+
+    *** empty log message ***
+
+commit 7b079ac8a8d0cb82f72b4192745ff5f5593e3a3a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 20 00:49:03 2003 +0000
+
+    *** empty log message ***
+
+commit caa5dfaf8cdf27736809821933313c9989c4b048
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 20 00:48:39 2003 +0000
+
+    Correct environment spellings for Makefiles.
+
+commit 12eb983b37d1e7209f4a4da19132e10ddeb6fd83
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 20 00:33:09 2003 +0000
+
+    *** empty log message ***
+
+commit 1a81d3c23474d9548546880fec267394863e9e82
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 20 00:15:20 2003 +0000
+
+    *** empty log message ***
+
+commit 95491c9334f20836d13365ab6f2319d5ff8aaaba
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 20 00:09:28 2003 +0000
+
+    *** empty log message ***
+
+commit 5dc76f79d0fff44794262037b93f0533af78f805
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 20 00:09:00 2003 +0000
+
+    (subsection{The internals}): comment out color
+    setup.  That means that one might not be able to use color.sty for
+    setting up fore/background color, but it will also mean that
+    loading color.sty does not interfere with the initial colors set
+    up inside of GhostScript.  In the long run, we will have to solve
+    this differently.
+
+commit eebc0147169e5b7f5b16ba88b546e0088328de23
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jan 19 23:42:46 2003 +0000
+
+    Correct spellings of RefTeX.
+
+commit 0286be86225339838ea4a84dea467caf6c3ce3a8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jan 19 13:44:24 2003 +0000
+
+    (preview-create-icon): Use defsubst instead of
+    defmacro in order to avoid double evaluation of `file'.
+    (preview-check-changes): use `preview-relaxed-string=' for
+    detecting relevant changes.
+
+commit 35738ead75e5847a051a7bfcbbc384b6cee39974
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jan 19 13:44:09 2003 +0000
+
+    (preview-check-changes): use
+    `preview-relaxed-string=' for detecting relevant changes.
+
+commit 082ab2b08188c6e01f4c54b4aec17a1a8b764ec1
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jan 19 13:43:49 2003 +0000
+
+    (preview-gs-open): Get really paranoid about closing
+    our output file in a way which should get rid of races.
+    (preview-ps-quote-filename): Get an optional argument for
+    avoiding making file names relative (like null-device).
+    (preview-equality-transforms, preview-relaxed-string=,
+    preview-canonical-spaces): Add functionality for relaxed check of
+    region changes (should allow outline-minor-mode in XEmacs, too,
+    and paragraph reformatting).
+
+commit c0f2dd7688656f6f21b6c323dab7857e6abcd7de
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jan 19 13:36:20 2003 +0000
+
+    (section{Introduction})
+    (section{Package options}, subsection{Supporting conversions}):
+    Mention that `tightpage' requires `dvips', too.
+
+commit 3b954763881dcbc72ac53e95f1b80c19ac8ca754
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jan 18 19:18:14 2003 +0000
+
+    *** empty log message ***
+
+commit 5592eb7c55007d3ce5b8822f729ea4f6cb9f86f2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jan 18 19:17:52 2003 +0000
+
+    (install-el, install-icons): Fix overquoting.
+
+commit 789c71fd993727697fe14be940b89b4616618d66
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jan 18 13:02:02 2003 +0000
+
+    Announce AUC TeX, not preview.
+
+commit e2889e155c81c33c39119b8dc32f8276c8c1337c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Jan 18 13:01:47 2003 +0000
+
+    *** empty log message ***
+
+commit 675e335d897ee8785917548bad80bf2900e48d46
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 17 08:06:30 2003 +0000
+
+    *** empty log message ***
+
+commit 2c22551a442d3d320f55462331c32e5594be9b26
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 17 08:06:14 2003 +0000
+
+    (install): Unquote $x so that the install prints what is installed.
+
+commit f3fc936d35f4fab84f53c404891bb6c089843c03
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 17 07:48:06 2003 +0000
+
+    *** empty log message ***
+
+commit caf4b29b95d69fadbe78acc510645c83c974e7d1
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 17 01:27:32 2003 +0000
+
+    *** empty log message ***
+
+commit 2dcbaa393910bc5b33f512c7bd30af152cea852d
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 17 01:27:13 2003 +0000
+
+    * aclocal.m4 (AC_SHELL_QUOTIFY): c\:\\bin is correct, but ugly.
+    Don't quote : specifically, it is not likely to be a special
+    shell character.
+    
+    * latex/Makefile.in, Makefile.in, aclocal.m4, configure.in: try
+    to deal as perfectly as possible with spaces in file names,
+    quotes, backslashes and desperate things in general.
+
+commit 77a90ec7190d8e394a4c672a9148aa525e5f2b59
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 17 01:17:53 2003 +0000
+
+    * doc/Makefile.in (infodir): Add a few missing environment
+    variables.
+    
+    * latex/Makefile.in, Makefile.in, aclocal.m4, configure.in: try
+    to deal as perfectly as possible with spaces in file names,
+    quotes, backslashes and desperate things in general.
+
+commit 1fb57b0c0569c144b3df23f754b895b352dab758
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 17 01:17:37 2003 +0000
+
+    *** empty log message ***
+
+commit 71e6ca88062eaeba537f4998535e2cbf289c5abf
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 17 00:54:37 2003 +0000
+
+    try
+    to deal as perfectly as possible with spaces in file names,
+    quotes, backslashes and desperate things in general.
+
+commit 768a96a5c3d78b4d597ab4e60ed75ca381355815
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Jan 16 19:48:30 2003 +0000
+
+    ("varioref"): Fixed typo.
+
+commit b0916c2eea0edd683eb51a3079a52207d3c3e09d
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Jan 16 19:43:46 2003 +0000
+
+    (ELCC): `-no-init-file' is the same as `-q'
+
+commit 5cdaba7f07b77411c8003a341e1045f613848e6d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 15 16:07:36 2003 +0000
+
+    Use AC_PROG_EMACS and more portable AC_PATH_LISPDIR/PACKAGEDIR
+
+commit 3756e310517633a9117bf9310a74d7004737a966
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 15 16:04:11 2003 +0000
+
+    (AC_PROG_EMACS): New. Sanitize AC_PATH_LISPDIR. Make
+    AC_PATH_PACKAGEDIR portable.
+
+commit 76445d181f62e124f0af1dd75dff23caf93c45b7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 15 15:58:02 2003 +0000
+
+    *** empty log message ***
+
+commit 9f3bd5bf1ed6f9d395a749b7ef431ad6e43b9eca
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 15 09:15:57 2003 +0000
+
+    *** empty log message ***
+
+commit 81401097e5b478bbe75fe5bc1d45143ebfa30f4e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 15 09:15:07 2003 +0000
+
+    Compatibility fix
+
+commit de007999cb45e9649d0cc7a3bdb5ba91096a16a0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 15 08:52:09 2003 +0000
+
+    *** empty log message ***
+
+commit 6c18e0d514a4c91b70f3c71edf2dbce20ad87ec4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 15 08:51:55 2003 +0000
+
+    (AC_PROG_EMACS): New. File is now identical to that of preview-latex.
+
+commit bb3a2a7891fee076f774c5f792d9d4bf1396ab91
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 15 08:51:35 2003 +0000
+
+    Use AC_PROG_EMACS
+
+commit 9d0d1674dbf8494d425a83d1d261ebf59e4f86f4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 10 16:07:36 2003 +0000
+
+    *** empty log message ***
+
+commit 8b9b92b2e128adabe6d2cef15b64a53b41ce69bf
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 10 16:05:18 2003 +0000
+
+    Make Solaris make grok the remaining long lines
+
+commit 2c68af459f4aa4e29d40ac1350b5af3ca6703b05
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 10 15:30:03 2003 +0000
+
+    (LaTeX-preview-setup): Change menu name for
+    generating customize menu to "Extend this menu".
+
+commit 2e5324ac603eccf37661e33012aeff03b6cd2395
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 10 15:00:24 2003 +0000
+
+    *** empty log message ***
+
+commit c73bfe2a958d7c4c97e599cd92f9589a8dd59c24
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 10 14:57:42 2003 +0000
+
+    * configure.in (TEXMFGEN): Make this possibly more portable (at
+    the very least, we had some potential quoting problems).
+    
+    * autogen.sh, configure.in: Ok, darn them all.  We now have a
+    configure.in that does no longer need to get patched up after
+    autoconf, regardless of which autoconf version gets used between
+    2.13 and 2.57 or hopefully later.
+
+commit 54c5f623aa89029b724ceed88edcf606407b8607
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 10 14:57:24 2003 +0000
+
+    *** empty log message ***
+
+commit f8706e1132244e7c600367eee2eb3cd2d3583fa2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 10 07:53:42 2003 +0000
+
+    Currently not needed. Perhaps for README and suchlike later.
+
+commit 4ffbc7d36eb5b2d9dc0bc3e3bb67e3e77dd17508
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 10 07:47:44 2003 +0000
+
+    Use AC_ACVERSION
+
+commit f2ee2161f57e32c9d1716beadfd07e66ca8a1ff3
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 10 00:15:25 2003 +0000
+
+    Ok, darn them all.  We now have a
+    configure.in that does no longer need to get patched up after
+    autoconf, regardless of which autoconf version gets used between
+    2.13 and 2.57 or hopefully later.
+
+commit ddeb66dd80503ec8670b5f5069091b008aeea55c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 10 00:11:44 2003 +0000
+
+    Ok, darn them all.  We now have a
+    configure.in that does no longer need to get patched up after
+    autoconf, regardless of which autoconf version gets used between
+    2.13 and 2.57 or hopefully later.
+
+commit 423662f1484a45ee301081dfc361d224ddba2c07
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 10 00:10:50 2003 +0000
+
+    *** empty log message ***
+
+commit 10981f7e44e04fbb0cf1869c72064025455efbf2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jan 9 15:13:06 2003 +0000
+
+    Use new interface to AC_PATH_PACKAGEDIR and AC_PATH_LISPDIR
+
+commit 3e396acbeaae6ba9413e6cae047a7f078d79bd9f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jan 9 15:11:51 2003 +0000
+
+    Remove hard-coded package names
+
+commit 838ed1ceffa32f184242c3739100cc9d7ca1d3e6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 8 13:44:48 2003 +0000
+
+    *** empty log message ***
+
+commit 99550a8bd4bc694648325ee4fa3d171dae6b2b64
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 8 13:22:14 2003 +0000
+
+    *** empty log message ***
+
+commit d6976d8fd1aa74124e93b732e9ccf23412d12b46
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 8 13:03:58 2003 +0000
+
+    From Makefile
+
+commit 5f693859de5f5cf7bce09483182576b65197fd4c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 8 13:02:54 2003 +0000
+
+    Initial version
+
+commit 36585b4b2d32eac5c8e356ddecc37043b2d75705
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jan 8 12:59:53 2003 +0000
+
+    Prepare for autoconf
+
+commit 944b5078b363f186a0129ef696d54a0cc1c85324
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 12:19:29 2003 +0000
+
+    * Makefile.in (AUCTEXLISP): quoting levels still unsufficient.
+    
+    * Makefile.in (AUCTEXLISP): quote sed command correctly.
+    
+    * Makefile.in: Lots of quote fixes to make this hopefully compile
+    better when paths may contain spaces and backslashes (the horror,
+    the horror).
+    
+    * latex/Makefile.in: Lots of quote fixes to make this hopefully
+    compile better when paths may contain spaces and backslashes
+    (the horror, the horror).
+
+commit 6fb945bde4d617e2d69c0285241b41a9073f4bb7
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 12:15:55 2003 +0000
+
+    *** empty log message ***
+
+commit a7b75a52d7e8e831cee81b46e28e970bd56851e5
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 11:59:57 2003 +0000
+
+    *** empty log message ***
+
+commit b04b5a284db52a1a634e50a66bb392450a4a9b6d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 11:58:31 2003 +0000
+
+    Error message contained a single backquote, and
+    this made autoconf-213 barf.
+
+commit 418b6a8f013c5f1f92b717db544e618ac715e25c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 10:48:13 2003 +0000
+
+    * Makefile.in (AUCTEXLISP): quote sed command correctly.
+    
+    * Makefile.in: Lots of quote fixes to make this hopefully compile
+    better when paths may contain spaces and backslashes (the horror,
+    the horror).
+    
+    * latex/Makefile.in: Lots of quote fixes to make this hopefully
+    compile better when paths may contain spaces and backslashes
+    (the horror, the horror).
+
+commit 66410089d5254a74f360396759020c0dc928a044
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 10:47:54 2003 +0000
+
+    *** empty log message ***
+
+commit e2408e084f811313a8d97d8e6bd90fb8566808d4
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 10:34:45 2003 +0000
+
+    *** empty log message ***
+
+commit 88079acf359cb28fb67e86afa2e7f90cdddc88e4
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 10:28:31 2003 +0000
+
+    * doc/wininstall.texi: Well, forget a few details.  Also added.
+    
+    * doc/wininstall.texi: Major overhaul, taking also GNU Emacs CVS
+    into account.
+
+commit 2a653fca1922210720f6b79d74c3d74e62c1f984
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 10:28:06 2003 +0000
+
+    *** empty log message ***
+
+commit b388940579f7f38864e44f552f8d1a1aa7085726
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 09:48:03 2003 +0000
+
+    *** empty log message ***
+
+commit db73bb9f5292fee7edcf7cf4fa086b4e6f65c9b5
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 09:47:05 2003 +0000
+
+    Make much more simple, so that this will work with
+    more sed versions.
+
+commit 21572fce8d60dfb569d98bf2d1fd3006e78d1897
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 03:18:38 2003 +0000
+
+    *** empty log message ***
+
+commit ad7dd3ad19db5d082c9a47a138a942860b6bfd55
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 03:18:14 2003 +0000
+
+    Major overhaul, taking also GNU Emacs CVS
+    into account.
+
+commit 0c658043efa6d59500d653a72ea3151de0858969
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 03:16:53 2003 +0000
+
+    * Makefile.in: Lots of quote fixes to make this hopefully compile
+    better when paths may contain spaces and backslashes (the horror,
+    the horror).
+    
+    * latex/Makefile.in: Lots of quote fixes to make this hopefully
+    compile better when paths may contain spaces and backslashes
+    (the horror, the horror).
+
+commit 11ef070ab5210a2aef65cc7ccc1f565dae599b7e
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 03:15:34 2003 +0000
+
+    Lots of quote fixes to make this hopefully
+    compile better when pathes may contain spaces and backslashes
+    (the horror, the horror).
+
+commit d6e51ff4e3e920cf10ad42b7603e7ee0656b4b40
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 00:31:09 2003 +0000
+
+    (Keys and lisp): Rearrange section,
+    cater for renamed menus, some better explanations.
+
+commit 30615aa0204b590853c3e54c1877f3b2860868f1
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 00:30:51 2003 +0000
+
+    *** empty log message ***
+
+commit 0027d43ca41c340d3b41385adf73df11fa71146c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 7 00:01:30 2003 +0000
+
+    (Installation Trouble): Some rearrangements and
+    additional explanations.
+
+commit c0dbd37e3ce586830cf160f9a78f4d637b763650
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 6 23:58:58 2003 +0000
+
+    *** empty log message ***
+
+commit 934aa1216a4c70da665212dcb7a16122cef0fcb4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 6 23:58:02 2003 +0000
+
+    (section{Provided Commands}): Add description
+    of \PreviewOpen and \PreviewClose.
+    (subsection{Selection options}): Typo in displaymath hook on \[
+    fixed.
+    (subsection{Preview attaching commands}): Fix code of
+    \PreviewOpen and \PreviewClose which need to have their own
+    groups open and close always.
+
+commit 7c4e6f943f9d237b02ec9edcaa39cf9dd38c80b6
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 6 18:56:23 2003 +0000
+
+    *** empty log message ***
+
+commit a7f82741cec7e34350bc3abb7487a5adc701f712
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 6 18:55:12 2003 +0000
+
+    (section{Provided Commands}): Add a lot of
+    additional possibilities for previewing commands and document
+    them.
+
+commit bc1881a3a95da0a767ddfb086f2c4f88abbdc688
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 6 18:50:56 2003 +0000
+
+    convert @ to @@, add braces around \marg
+    argument, allow spaces in \oarg argument.
+
+commit be3a5f453d22b85aea009bb1f8ba368ceceef362
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 6 18:48:08 2003 +0000
+
+    (install): rename INSTALLINFO to INSTALL_INFO
+    for consistency.
+
+commit 4bf378ea4a666081c45783bb343a82264ba5d8f6
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 6 18:45:01 2003 +0000
+
+    * autogen.sh: Allow use of AUTOCONF, use sed.
+    
+    * configure.in: Rework the language stuff autoconf sickness.
+    Require autogen.sh for editing work.
+
+commit fd1aa6537e235a292341e5ffa91832998987089d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jan 6 18:43:20 2003 +0000
+
+    Rework the language stuff autoconf sickness.
+    Require autogen.sh for editing work.
+
+commit fe686ec6787752c4de148133bae929cdf424fdbf
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 29 22:59:10 2002 +0000
+
+    *** empty log message ***
+
+commit 650872b88d96928ea8d42b526102489e9c863bdd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 29 22:45:53 2002 +0000
+
+    Add support for Info-goto-emacs-command-node and
+    similar.
+
+commit a4482460a076d52095aa340b5ba1377e9cc0ccc6
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 29 22:45:35 2002 +0000
+
+    *** empty log message ***
+
+commit 3348824c9e644bc39b86902ad622560a1f03662c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 29 22:13:09 2002 +0000
+
+    (preview-clearout-section): New function.
+    (preview-map): Add keybinding to it.
+    (LaTeX-preview-setup): Reorganize Preview menu for better user
+    friendliness.
+
+commit 1222ed54e3272408fa22342ec58e1bead6497a36
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 22 17:36:39 2002 +0000
+
+    A few more texhash-related fixes.
+
+commit 24750363f05909b4d08c0f52add6427e0cac0cda
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 22 17:36:12 2002 +0000
+
+    (install-texmf): don't call TEXHASH with
+    argument: some of the substitutes might not like it.  Better safe
+    than sorry.
+
+commit a6a1eeb18ebac60627a8d46b1003dd76abf6de67
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 22 17:35:51 2002 +0000
+
+    *** empty log message ***
+
+commit a5f2aa7fbc37f9cbde12701c4e66683c60f9beed
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Dec 20 19:47:49 2002 +0000
+
+    (LISP_SOURCES): Use = instead of := for non-GNU
+    make versions.  Also in other variables.
+
+commit 4c796bdfd352460c8176dd7fc9278751f4f2975f
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Dec 20 19:47:32 2002 +0000
+
+    *** empty log message ***
+
+commit a76502a9a93eee0a79b2791f3cad4ce0e119dc8f
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Dec 19 20:33:53 2002 +0000
+
+    (TeX-home-buffer): Don't home to deleted buffers.
+
+commit 49c1523ec8e577cc03cb0e3294358fa17e590c88
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Dec 19 20:33:34 2002 +0000
+
+    *** empty log message ***
+
+commit ab5a6afdf5e2163dbcf00cd0fff4ebbe35e02b6d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Dec 19 19:17:46 2002 +0000
+
+    (TeX-command-list): Change single quotes to double.
+    That way, we will get reasonable results under both Windows and
+    Unix.  File names with double quotes in them will break stuff,
+    just like file names with single quotes in them did so
+    previously.  Tough.
+
+commit 7dabbaf8e752f181bfc3ef76079b5262094c9814
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Dec 19 19:17:22 2002 +0000
+
+    *** empty log message ***
+
+commit a1fe354167d302dca7916461eeaffb35e2151a80
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Dec 19 16:17:06 2002 +0000
+
+    (section{Package options}): Document
+    `footnotes' option.
+    (section{Provided Commands}): Document new second optional
+    argument to \PreviewMacro*.
+    (subsection{Parsing commands}): Obliterate \pr@seq and make
+    \pr@callafter have different semantics.
+    (subsection{Preview attaching commands}): New macroo \pr@endmacro
+    needed for new \pr@callafter semantics.
+    (subsection{Preview attaching commands}): Implement the new
+    second argument to \PreviewMacro* and \PreviewEnvironment*.
+    (subsection{Preview attaching commands}): Make \pr@startsnarf
+    adapt to new \pr@callafter semandtics.
+    (subsection{The \texttt{auctex} option}): Use the new semantics
+    in a number of cases.
+
+commit 91c200ae66accbe3248f5bb019c02384a168993f
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Dec 19 16:16:37 2002 +0000
+
+    *** empty log message ***
+
+commit 93ba7db356ea0b26cc9ebe86e0d160549604c868
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Dec 18 23:21:46 2002 +0000
+
+    (Loading the package): Make this more
+    fool-proof by leaving out alternatives and reordering.
+
+commit 8d51055ed3136c71d2d56afb99fbb063badba5d9
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Dec 18 23:21:33 2002 +0000
+
+    *** empty log message ***
+
+commit 1733fd5458ec445b390c553a87665b4452084904
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Dec 18 21:47:28 2002 +0000
+
+    v       * tex-buf.el (TeX-run-shell): Start shell from TeX process buffer
+            in order to inherit environment from there (like cwd).
+            (TeX-run-discard): Same here.
+            (TeX-run-shell, TeX-run-discard): Rather let default-directory
+            temporarily: we may not have a TeX process buffer!
+
+commit 8bba35ba1ee6e719fcbe4aebfae43bc221af8d58
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Dec 18 21:47:07 2002 +0000
+
+    *** empty log message ***
+
+commit fd0a20922e86aa52c06a2381bb27c8f8b50705c2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Dec 18 12:48:17 2002 +0000
+
+    *** empty log message ***
+
+commit cfaae062b6bf2abd73e84887ac9f54e856e1df8c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Dec 18 12:44:18 2002 +0000
+
+    Add \caption to auccfg
+
+commit c3c08d447f9c048727430ac8dd5e03ddb7a3edb8
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Dec 18 11:29:59 2002 +0000
+
+    (TeX-run-shell): Start shell from TeX process buffer
+    in order to inherit environment from there (like cwd).
+    (TeX-run-discard): Same here.
+
+commit e199a9e5db5cc1f5de125c755a450fdefc59e7e1
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Dec 18 11:29:34 2002 +0000
+
+    *** empty log message ***
+
+commit d7127fd6eedb2d250f197457212b463afd406d9d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 09:31:06 2002 +0000
+
+    *** empty log message ***
+
+commit eb73c27c178a48a8a73dd32341fdea9a4d430871
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 09:29:39 2002 +0000
+
+    * prv-emacs.el (preview-unwatch-preamble): Fix a lethal typo.
+    
+    Rerelease for 0.7.7
+
+commit 37c7b3764fcaff5b90bd01935375dfd1bbdd2b47
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 01:01:51 2002 +0000
+
+    *** empty log message ***
+
+commit 107636dbb4f98170f36d7f664b8b47588b86d0e0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 01:00:50 2002 +0000
+
+    Bump to 0.7.6
+
+commit 6c937bcf46f2dcf3bc498ec7aab2230a400bf682
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 00:38:24 2002 +0000
+
+    *** empty log message ***
+
+commit 24731ec59c231e0e03a2e7d158a21cc52b996067
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 00:38:03 2002 +0000
+
+    (Requirements): Change version requirements for
+    AUC TeX.
+
+commit 4372d6728a1b06df52462f86876a33efe0749e32
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 00:36:25 2002 +0000
+
+    (Activating preview-latex): Explain about what
+    to do if preview-latex.el did not get installed properly.
+
+commit fa1d1bf1aecd27e509539f03dbe0798233269c17
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 00:34:39 2002 +0000
+
+    (Keys and lisp): Explain about new
+    commands and options.
+    (Simple customization): Explain how to keep counters accurate.
+    (The Emacs interface): document new options.
+
+commit 4d61dcd114d1b1bdcac23a436f965f4c86a7bb9b
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 00:32:07 2002 +0000
+
+    (Prerequisites): Explain about AUCTeX and
+    XEmacs versions.
+    (Loading the package): Recommend using preview-latex.el as
+    standard measure.
+
+commit 0e08f58fb47f643ca0878f09245f627d71419479
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 00:29:50 2002 +0000
+
+    (GS): Inherit GhostScript executable name.
+    (preview-latex.el): If GhostScript is not named "gs", change
+    preview-gs-command setting appropriately.  Add the Lisp
+    installation directory to the load-path.
+
+commit 7810303d8e11ac16a6caacc16db0c6a3af2caafd
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 00:27:38 2002 +0000
+
+    use : instead of /bin/true
+    Check typical GhostScript executable names on Windows.  Check for
+    initexmf -u (MikTeX specific).
+
+commit f75ce014b46a4528b38a1a9efd8003c6c68a45d1
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 17 00:24:27 2002 +0000
+
+    Some more changes for 0.7.6
+
+commit b011f6429cc09a62a4bbf33c1dd5e2212f8cee9d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 16 19:56:46 2002 +0000
+
+    A patch for bad directory info.
+
+commit 2c11d1888896ed09582eac7972de92e21ad16ed1
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Dec 16 18:04:13 2002 +0000
+
+    OBSOLETE files (all.el, auc-menu.el, maniac.el, and outln-18.el) are available at:
+    <ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/auctex/>
+
+commit 5cc70075b3aa79786c986a6802f124b81374e62c
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 16 17:24:03 2002 +0000
+
+    (preview-string-expand): Get optional separator
+    argument.
+    (preview-expandable-string): Change type somewhat.
+    (preview-clearout-document): doc change.
+    (preview-default-preamble, preview-LaTeX-command): Simplify to
+    changed definition of preview-expandable-string.
+
+commit 3987002120115f5b73ce5590d1413b96441ad53d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 16 17:23:25 2002 +0000
+
+    *** empty log message ***
+
+commit 1ffcd3c356a422c77f4eecdc26fef3c93872f05f
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Dec 16 17:23:13 2002 +0000
+
+    Removed.
+
+commit 735d1b03c9299721864b15bec045082ae46970cc
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 16 17:01:40 2002 +0000
+
+    (preview-watch-preamble, preview-unwatch-preamble,
+    preview-mode-setup): Differentiate between unwanted formats and
+    formats without loaded master file.
+
+commit b34059920c9f3fa1c264ca34eba877f4649ab161
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 16 17:00:25 2002 +0000
+
+    (preview-mode-setup, preview-watch-preamble)
+    (preview-unwatch-preamble): Differentiate between unwanted formats
+    and formats without loaded master file.
+
+commit d693bc22d8be8f3e6128a42a963dc44207b072f6
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 16 16:59:17 2002 +0000
+
+    *** empty log message ***
+
+commit 7a7b695ab88650f7d52a820af172d683734190ea
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 22:45:38 2002 +0000
+
+    (preview-latex.el): Avoid putting the output of pwd
+    inside of "...", because something like "C:\notagain" is not
+    quite the Lisp string we'd want.
+
+commit f395f0d49352e7e99984b9256372c613fae9b846
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 22:45:17 2002 +0000
+
+    *** empty log message ***
+
+commit 74e115e2c22de22ddf83c517df1209e5e7b73108
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 12:05:14 2002 +0000
+
+    (preview-walk-document): New function walking
+    through buffers of current document.
+    (preview-clearout-document): New function for completeness.
+    (preview-map): Add keybinding for it.
+    (LaTeX-preview-setup): Add menu entry for it.
+
+commit caaea03a250a865908baed526e4384ca6e795fe4
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 12:04:44 2002 +0000
+
+    *** empty log message ***
+
+commit 8cf0ca671d67df57907a9a609327290fd036db38
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 11:18:17 2002 +0000
+
+    (dist): Correct zip file name.
+
+commit 800b7f24df700c87e2217113fed31fe569d389b4
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 11:17:54 2002 +0000
+
+    *** empty log message ***
+
+commit 98e19fad1bb0ae8428fc440c99b85d52de840756
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 04:02:44 2002 +0000
+
+    Preparations for 0.7.6
+
+commit 033aefa544ab0847f3468ea998f8726a43c6ce91
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 04:02:27 2002 +0000
+
+    *** empty log message ***
+
+commit e28336e2e726bb151575bfad6659646b4098101e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Dec 15 03:30:15 2002 +0000
+
+    Change the order of the Log about removing auc-menu.el, maniac.el, and
+    outln-18.el, because these changes are done before the release of Version 11.14.
+
+commit 18126934397d48be6dba05f2aef2da0cfde77e6f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 03:13:22 2002 +0000
+
+    retag to 11.14
+
+commit c5e4692670b398723acf5a4129e1eff18b8757d2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 03:12:31 2002 +0000
+
+    *** empty log message ***
+
+commit 97112b7b5447c2d0e315c0cfb85b108066e15417
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Dec 15 02:54:38 2002 +0000
+
+    *** empty log message ***
+
+commit 800b2b72cc209ba6e889a2d363a818773e9de1b2
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Dec 15 02:54:24 2002 +0000
+
+    (MINMAPSRC): Remove auc-menu.el, maniac.el, and outln-18.el.
+
+commit 010c15e72aeb8a46fe7091f0f01212e5e53e71a7
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Dec 15 02:47:57 2002 +0000
+
+    *** empty log message ***
+
+commit 02127f5cc0ecfd0207fae9068f7562c46897cbea
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 02:15:34 2002 +0000
+
+    Release_11.14
+
+commit 54f34ebc918466b879cc1c4669b2f58a7bc2099f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 02:14:48 2002 +0000
+
+    Release_11.13++
+
+commit aaa14e3ec71c38d19db1386b63fa597d3f539426
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 02:14:07 2002 +0000
+
+    some changes for my setup.
+
+commit 93c7f0e84d886b808a0f716062330ce0f3ddd23f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Dec 15 02:13:54 2002 +0000
+
+    *** empty log message ***
+
+commit 29a52e572cdc5c210a694612dd66ae4f60ee164d
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sun Dec 15 01:53:20 2002 +0000
+
+    Removed unneeded files
+
+commit d9fbfef7f636b67b8bc4f50ea388d6eefa9ab4f6
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 14 17:47:40 2002 +0000
+
+    Add FAQ
+
+commit a313fbf605612bd874cd274e0c5827376f8426f7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 14 16:23:50 2002 +0000
+
+    Don't lie about name of option --with-texmf-dir
+
+commit 0feaaf267cac938bb015eefa8e3a7925de4b12d6
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 14 16:22:25 2002 +0000
+
+    *** empty log message ***
+
+commit 51fb4a2e2285c3118ca2aeeb3e4379f5185d9a16
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 14 11:53:22 2002 +0000
+
+    *** empty log message ***
+
+commit 04bd93eeeae5b2f8c26401df7d095e7b8060842f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 14 00:46:45 2002 +0000
+
+    Superseded by graphicx.el
+
+commit 2bed20c5909a4d73eb358f59ad4c7a99182ece97
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Dec 13 17:26:59 2002 +0000
+
+    (preview-default-option-list): Switch on previews
+    for footnotes by default.
+
+commit 1ec66c15839baf63eacaf49ae4bd5a8168d5a65b
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Dec 13 17:25:26 2002 +0000
+
+    (subsection{The \texttt{footnotes} option}):
+    new option.
+
+commit 78bb3726b2d046b679dd7637e6eab8479e7fd07e
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Dec 13 17:24:45 2002 +0000
+
+    *** empty log message ***
+
+commit bd35d671dae0311de5364fb21b657ffbb43f6b6c
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Fri Dec 13 14:33:57 2002 +0000
+
+    (LaTeX-label): Added completing for labels.  Avoid inserting an empty label.
+
+commit 557394b90c8917800ce86338c703dc49e8403ee2
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Thu Dec 12 20:46:01 2002 +0000
+
+    ("amsopn"): Added \operatorname.
+
+commit fc4db1dfbbfe07d9dc5b5a6d6a3dbd17b3381009
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Dec 12 14:52:04 2002 +0000
+
+    *** empty log message ***
+
+commit 2dd14b240b9edac0a645f8eca6c1ded3a8200963
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Dec 12 14:50:30 2002 +0000
+
+    Nitpicking
+
+commit 406ba8d1ae171de925e9c82d0a71ca140473ec3e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Dec 12 14:05:57 2002 +0000
+
+    (top): Change "version 12" to "almost 12".
+    This is beta, after all.
+
+commit 463f818b1a0fba27ee09db138f4ff4e196bcf75e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Dec 12 14:01:16 2002 +0000
+
+    *** empty log message ***
+
+commit 5e13423dae21973d96d5df2fad2e54f6333eb6f5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Dec 12 14:00:14 2002 +0000
+
+    *** empty log message ***
+
+commit 45757755b80eae7b62b4e9aa6f4515abb453d7e0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Dec 12 13:58:30 2002 +0000
+
+    Sanitize makeinfo macro checks
+
+commit b74aad41797ca1dc49606aab7403ef4d13b39388
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Dec 12 12:22:10 2002 +0000
+
+    Variable LaTeX-style-list is no more buffer-local-variable.
+    There is no reason to overrite LaTeX-style-list with japanese-LaTeX-style-list
+    and no reason to include non-japanese styles in japanese-LaTeX-style-list.
+    
+    (japanese-LaTeX-style-list): Remove styles overlapped
+    with LaTeX-style-list.  Append values to LaTeX-style-list instead
+    of overwriting.
+    (japanese-latex-mode-initialization): Do not overwrite
+    LaTeX-style-list.
+
+commit 0ec3032b6a6185959dd12ef4800a475b76925df3
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Dec 12 12:19:39 2002 +0000
+
+    *** empty log message ***
+
+commit c261ca131d64e8e3407ade986fd874c9cd362e17
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Dec 12 11:58:00 2002 +0000
+
+    Typo corrected
+
+commit 980ae93f62729c59210b866cf31305156f18fb30
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Dec 12 11:53:30 2002 +0000
+
+    *** empty log message ***
+
+commit 1bfc161595e90f7b4083a8b1b4670c7e912df7db
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Dec 12 11:51:59 2002 +0000
+
+    Make LANG and LC_CTYPE saving work across recursive call of ./configure (2.13)
+
+commit d4d9a20a28c58def0e9b574f0cf347fbdf92c808
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Dec 12 11:43:31 2002 +0000
+
+    *** empty log message ***
+
+commit f91d83d857198b42b834fd37de5f030e3cdf3d75
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Dec 12 08:36:36 2002 +0000
+
+    *** empty log message ***
+
+commit f7c008ab9717eea2c8cad8febf73492ac6791f42
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Dec 12 08:35:56 2002 +0000
+
+    (subsection{The internals}): Kill insertions
+    off that annoy our space strippers.  That makes
+    \PreviewMacro[*[]{}]{\footnote} feasible.
+
+commit f4434231a59b6675f3c72325d8e7a850b26adf76
+Author: Peter Galbraith <psg@debian.org>
+Date:   Thu Dec 12 00:23:06 2002 +0000
+
+    Bump version number to 0.801
+
+commit e92d3558ad00a113a13a749f556ab15c2dd32e4e
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Dec 11 17:04:21 2002 +0000
+
+    * bib-cite.el: Updated URLs.
+    
+    * doc/intro.texi:  Ditto.
+    
+    * font-latex.el: Ditto.
+    
+    * latex.el:  Ditto.
+    
+    * tex.el:  Ditto.
+
+commit 55c2477f5db7c4e5aec5876a80af8bf7ed35af16
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Wed Dec 11 16:33:16 2002 +0000
+
+    * style/amsmath.el (LaTeX-amsmath-label): Improved doc-string.
+    
+    * doc/auc-tex.texi (Equations): New @subsection documenting
+    LaTeX-equation-label, LaTeX-eqnarray-label and LaTeX-amsmath-label.
+
+commit f0d9862be8de9bf79e7d5b3315c24b8325d68158
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Dec 11 12:13:17 2002 +0000
+
+    Fix bg and fg color issues
+
+commit b610b60c74807d83c0be895b27e541064a7b368c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Dec 11 04:48:56 2002 +0000
+
+    (japanese-LaTeX-default-style)
+    (japanese-LaTeX-style-list): remove buffer-local declarations
+    where they don't make sense.
+
+commit a609fb21c48d01dabd14f7504a9fe99e0b8978bb
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Dec 11 04:48:40 2002 +0000
+
+    *** empty log message ***
+
+commit 5c2e95ae24d51347b463ef15ffc85b0c0d1c5e8d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 22:59:20 2002 +0000
+
+    Some more news.
+
+commit 5f6eed2637709edff912a54186da3d8b4f2a13db
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 22:58:58 2002 +0000
+
+    *** empty log message ***
+
+commit 1eaa39a17ec4d90f9419f577552bad7cc1264154
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 22:57:49 2002 +0000
+
+    Start talking about version 12 (which will be
+    the next stable release).
+    (European): Talk a bit about LaTeX2e stuff, and don't talk about
+    too ancient XEmacsen.  Also mention X-Symbol.
+
+commit 5357d96f56fdba5edf73e1c55db9910db682f0d8
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 22:57:33 2002 +0000
+
+    *** empty log message ***
+
+commit f768e34f112a50495f091f6dc1464bf5d78d43e4
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 22:51:28 2002 +0000
+
+    (install): Create infodir if not existent.
+
+commit 08050950ea44d16807f7d41a4fcb52114115dc9a
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 22:51:16 2002 +0000
+
+    *** empty log message ***
+
+commit c8a9b475568fc4a512fe12af1007e9d4c562ad62
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 22:49:57 2002 +0000
+
+    Minor edits.
+
+commit 8b1a2eab6862a907fcac92a773e0166afa6c1144
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Dec 10 19:36:42 2002 +0000
+
+    * font-latex.el (font-latex-match-textual): Fixed typo in doc-string.
+    
+    * latex.el (LaTeX-section-label): Fixed typos in doc-string.
+
+commit 18737009d13c7351beef05ca6c31709dc1e00460
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 17:03:57 2002 +0000
+
+    (preview-counter-find): Take counters by searching
+    forward if searching backwards does not avail us.
+    (preview-reinstate-preview): Optimize queue/tempdir handling for
+    the most common case.
+
+commit 69452c1f79d4d8332f5456527c68cadba18cb93b
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 17:02:27 2002 +0000
+
+    *** empty log message ***
+
+commit c2878b19752e6f4ced4be28d6cab61851cdaa41e
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 15:12:41 2002 +0000
+
+    (LaTeX-label): Fix a thinko/type where label would be
+    non-nil in cases where a label should not be asked for.
+
+commit def8428065787163fe4d465ae47d42c5a8e65cab
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 15:12:20 2002 +0000
+
+    *** empty log message ***
+
+commit b059705372caff657f63ce6e10c6427d8914ea5c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Dec 10 15:04:29 2002 +0000
+
+    *** empty log message ***
+
+commit 0aa03c8c38b23ba5350d9e8f4e92c96526360fdb
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 13:34:44 2002 +0000
+
+    (preview-counter-find): Take counters by searching
+    forward if searching backwards does not avail us.
+
+commit e5581945e2c8d6ea79b62c7827cec88846c483f3
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Dec 10 13:34:22 2002 +0000
+
+    *** empty log message ***
+
+commit 761892b0acddd6e2814a44ba3e422876fe809f0b
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Tue Dec 10 11:33:44 2002 +0000
+
+    (LaTeX-amsmath-label): New variable.
+    ("amsmath"): Add environments to LaTeX-label-alist.
+
+commit b7bfe1bd26b44cc9a4dad06171d1cb0cb367a4b7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Dec 10 11:26:14 2002 +0000
+
+    Make LANG and LC_CTYPE saving work across recursive call of ./configure (2.13)
+
+commit 260bb92338447a811720035d1631c651e1b0eb35
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Dec 10 11:22:49 2002 +0000
+
+    *** empty log message ***
+
+commit 38ed00e4b54ce0d52e2d29e04c430a35ffbc8896
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Tue Dec 10 11:22:21 2002 +0000
+
+    Remove if statement for Emacs 19.
+    Fix lots of white spaces.
+
+commit ba8822670db3de9139a0727eba393ea12e51a672
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Dec 10 10:28:15 2002 +0000
+
+    Typo fixed
+
+commit e5470e7709361139764f320787461d90e5ac62f1
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 9 22:55:37 2002 +0000
+
+    * preview.el (preview-counter-find): Factor out stuff from advice
+    since it will otherwise miss out on compatibility macros for XEmacs.
+    (TeX-region-create): Factor out advice.
+    (preview-reinstate-preview): Oops, wrong data if nothing
+    changed.  Switched around.
+    
+    * preview.el (preview-parsed-counters): New variable.
+    (preview-dissect): export counter info.
+    (preview-place-preview): get counter info.
+    (preview-reinstate-preview): resinstate counters also.
+    (preview-default-option-list): add counters option.
+    (preview-string-expand): New function.
+    (preview-expandable-string): New type.
+    (TeX-region-create): Advice for counter restoration.
+    (preview-last-counter): for restoring.
+    (preview-extract-counters): New function.
+    (desktop-buffer-preview-misc-data): Sort stuff when writing and
+    deal with counters.
+    (preview-dissect, preview-buffer-restore-internal)
+    (preview-place-preview): Deal with counters.
+    (preview-buffer-has-counters): New variable during parsing.
+    (preview-place-preview): Deal with counters.
+    (preview-required-option-list): New option.
+    (preview-make-options, preview-make-preamble): deleted
+    (preview-default-preamble, preview-LaTeX-command): redefine using
+    expandable strings.
+    (LaTeX-preview-setup): Replace entry in TeX-command-list with
+    dummy.
+    (LaTeX-preview-setup): Delete "%D" and "%P" fudges.
+    (preview-parse-counters): New function for parsing counters.
+    (preview-parse-variables): Add preview-parsed-counters to parse
+    list.
+    (preview-parse-messages): deal with counters.
+    (preview-dump-replacements): Add preview-LaTeX-command-replacements
+    (preview-cache-preamble): Don't generate string for
+    TeX-inline-preview, it does so itself.
+    (TeX-inline-preview): Generate command from preview-LaTeX-command
+    (preview-report-bug): Report more variables.
+
+commit 4774bb537c91987115e6b4787c1a0d6ded210d00
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 9 22:55:01 2002 +0000
+
+    *** empty log message ***
+
+commit 1f3436bff1977c659e11891a209adf3bbee82505
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 9 21:37:36 2002 +0000
+
+    (subsection{Preview attaching commands}):
+    Don't \unskip in vertical modes in preview/nopreview
+    environments.
+
+commit 7b75d53be48bb23a7a4f24050e48b28d71521221
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 9 21:37:15 2002 +0000
+
+    *** empty log message ***
+
+commit d935a4e0407eb75b9cb3cab4679306b81cc493f4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 9 21:11:54 2002 +0000
+
+    (LaTeX-optop, LaTeX-optcl, LaTeX-default-options,
+    LaTeX-figure-label, LaTeX-table-label, LaTeX-equation-label,
+    LaTeX-eqnarray-label, LaTeX-style-list): remove buffer-local
+    declarations where they don't make sense.
+
+commit 27ff7eef23d229b8e5eae6dafd4c7cafc8a4f069
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 9 21:10:37 2002 +0000
+
+    *** empty log message ***
+
+commit 9cc3edc80f74d5f775ea30629799f7de89e1437e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 9 18:23:41 2002 +0000
+
+    (preview-parsed-counters): New variable.
+    (preview-dissect): export counter info.
+    (preview-place-preview): get counter info.
+    (preview-reinstate-preview): resinstate counters also.
+    (preview-default-option-list): add counters option.
+    (preview-string-expand): New function.
+    (preview-expandable-string): New type.
+    (TeX-region-create): Advice for counter restoration.
+    (preview-last-counter): for restoring.
+    (preview-extract-counters): New function.
+    (desktop-buffer-preview-misc-data): Sort stuff when writing and
+    deal with counters.
+    (preview-dissect, preview-buffer-restore-internal)
+    (preview-place-preview): Deal with counters.
+    (preview-buffer-has-counters): New variable during parsing.
+    (preview-place-preview): Deal with counters.
+    (preview-required-option-list): New option.
+    (preview-make-options, preview-make-preamble): deleted
+    (preview-default-preamble, preview-LaTeX-command): redefine using
+    expandable strings.
+    (LaTeX-preview-setup): Replace entry in TeX-command-list with
+    dummy.
+    (LaTeX-preview-setup): Delete "%D" and "%P" fudges.
+    (preview-parse-counters): New function for parsing counters.
+    (preview-parse-variables): Add preview-parsed-counters to parse
+    list.
+    (preview-parse-messages): deal with counters.
+    (preview-dump-replacements): Add preview-LaTeX-command-replacements
+    (preview-cache-preamble): Don't generate string for
+    TeX-inline-preview, it does so itself.
+    (TeX-inline-preview): Generate command from preview-LaTeX-command
+    (preview-report-bug): Report more variables.
+
+commit ace17a2a1291488102a55d9e4a5978747a360d61
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 9 18:23:20 2002 +0000
+
+    *** empty log message ***
+
+commit 22a4689d1752b03b4ddd7ba8ebb5909ed7709679
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Dec 9 15:16:02 2002 +0000
+
+    environment "xxalignat*" doesn't exist.
+
+commit 885a93aed5c208c7df1299708959338d6982a8ab
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Dec 9 15:02:24 2002 +0000
+
+    (LaTeX-style-list): Added some supported classes.  Fixed a typo.
+
+commit c8416ff5a875532a4877f75dbc0b8766e854b04f
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Dec 9 14:58:11 2002 +0000
+
+    * style/amsmath.el ("amsmath"): environment "xxalignat*" doesn't exist.
+    (LaTeX-amsmath-env-alignat):  environment "xxalignat" should not get a \label.
+
+commit 324091d2f14dc40b8fd2908aadc833388328e661
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Dec 9 14:54:07 2002 +0000
+
+    ("amsmath"): environment "xxalignat*" doesn't exist.
+    (LaTeX-amsmath-env-alignat):  environment "xxalignat" should not get a \label.
+
+commit cf386aa7c1f65b2ff0bd17d1a33bd2e9e5be9d1a
+Author: Reiner Steib <reiner.steib@gmx.de>
+Date:   Mon Dec 9 14:45:18 2002 +0000
+
+    (BATCH): Added `-no-site-file' to batch options.
+
+commit a6b5f8dd9b5dbcaefb12a891568370cca9745eb9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 7 17:51:46 2002 +0000
+
+    (LaTeX-preview-setup): simplify "%m" entry in
+    TeX-expand-list.
+    (preview-create-subdirectory): return a quoted relative file name.
+    (preview-cache-preamble): various directory name related changes
+    so that everything will work master-relative.
+    (preview-cache-preamble-off): Same here.
+    (TeX-inline-preview-internal): Same here.
+    (preview-report-bug): Add autoload cookie.
+    (preview-create-subdirectory): Make dvips directory relative.
+    (preview-report-bug): also report LaTeX-command-style.
+
+commit 048115e012bcce1f4fe2103492fcca33c8c5104d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 7 17:51:20 2002 +0000
+
+    *** empty log message ***
+
+commit 47507ab8fcd416ee848622cf9e7dd83e989c2335
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Dec 7 17:41:20 2002 +0000
+
+    Masayuki Ataka takes over Japanese maintainer.
+
+commit 9a2e168c1cd507dff9eb37f33aaa2a437ffebaa7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 7 17:19:01 2002 +0000
+
+    Comment changes.
+
+commit 2bc2f0be67ac737c3e861a2547e894d0f306418b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 7 16:29:12 2002 +0000
+
+    (font-latex-setup): Better stab at verbatim
+    handling.
+
+commit a3712b02c8b300faa994e1492c8a075870333496
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 7 16:28:54 2002 +0000
+
+    *** empty log message ***
+
+commit 1c9dc2d4fadf963dbf42c27c780630c57ef95d2c
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Sat Dec 7 15:39:06 2002 +0000
+
+    (LaTeX-env-figure): Fix comment typo.
+
+commit 3651776f5a57283f97af54a53a6106519bef41b0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 7 14:11:12 2002 +0000
+
+    (TeX-region-create): Make file name in !name
+    messages relative to master file directory.
+
+commit 3539a2574561834f834a3691d68d408bf45875fa
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 7 14:10:19 2002 +0000
+
+    *** empty log message ***
+
+commit 0b71b09208a52337882329309bc09a402a0c4247
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 7 12:45:34 2002 +0000
+
+    (LaTeX-preview-setup): simplify "%m" entry in
+    TeX-expand-list.
+    (preview-create-subdirectory): return a quoted relative file name.
+    (preview-cache-preamble): various directory name related changes
+    so that everything will work master-relative.
+    (preview-cache-preamble-off): Same here.
+    (TeX-inline-preview-internal): Same here.
+    (preview-report-bug): Add autoload cookie.
+
+commit 9b114a32a4b07aff352e9ea381ca7889741c67e2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 7 12:45:03 2002 +0000
+
+    *** empty log message ***
+
+commit e26b5af39d954bc76dd486eead34bada99aba6f2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Dec 7 11:19:26 2002 +0000
+
+    Add spec file for Redhat RPM, courtesy Jan-Ã…ke Larsson
+
+commit 7582b61208717feb86c0a123c8dce9d7d49cc560
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Dec 6 22:18:30 2002 +0000
+
+    Lots of doc fixes/white space.  Did the mistake of
+    running checkdoc.  Not clean yet, but different.
+    (LaTeX-label-alist): New buffer-local variable for label prefixes
+    lookup.
+    (LaTeX-label): Use it.
+
+commit cb219dbc3fad6d55a215b30a98ef630debac63b0
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Dec 6 22:18:06 2002 +0000
+
+    *** empty log message ***
+
+commit 2efb787b2979ed4d49dd14c64f34342d18b8e3c7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Dec 6 18:20:24 2002 +0000
+
+    (preview-gs-open): Another GhostScript security work
+    around, this time leaving off something that confuses 7.x
+    releases of AFPL GhostScript.
+
+commit 72f2bebd5e694585ed89e1df78b1b011c5c4f240
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Dec 6 18:13:39 2002 +0000
+
+    *** empty log message ***
+
+commit e4bb973b66492f8d5760ec41c1b40039e120134b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Dec 3 12:05:03 2002 +0000
+
+    *** empty log message ***
+
+commit fc0e9b185338f7907ee2cb42b7a1f6ec57d9de81
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Dec 3 12:04:28 2002 +0000
+
+    handle the new toolbar image
+
+commit 756bcfa8abc27e4df504ef501ac67fb22520b341
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Dec 3 12:03:25 2002 +0000
+
+    toolbar image
+
+commit 3617e8ed94daabc2a2e5759c2577f3c2a415d3ac
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Dec 3 09:00:45 2002 +0000
+
+    *** empty log message ***
+
+commit 8965a00e5ed4f6fdf81148e8295cc375bfb34b58
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Nov 29 13:32:10 2002 +0000
+
+    *** empty log message ***
+
+commit a9fada12a75d2bd7418d6505c9312529893aa582
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Nov 29 13:31:31 2002 +0000
+
+    Attempt to make docs build with old texinfo
+
+commit d5e45f03af61bfc7723d453807721f7ffc8f29de
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Nov 29 13:29:42 2002 +0000
+
+    (AC_TEST_MAKEINFO_ACRONYM): Attempt to make docs build with old
+    texinfo
+
+commit 0aea899c896fd6ba92a88f9cae7d7f388fe5cdf0
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 28 20:53:58 2002 +0000
+
+    *** empty log message ***
+
+commit 0d7a73ccbb8e1bd88c5bec87c68717d5a87a37ff
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 28 20:47:14 2002 +0000
+
+    Changes for release 0.7.5
+
+commit 41851c1464ca195315cf374017c1213d007596fc
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 28 20:42:41 2002 +0000
+
+    (subsection{Debugging options}): Typos.
+
+commit 6e87a8e83d6efa5c822170a9e8a96607205a683d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 28 17:27:10 2002 +0000
+
+    *** empty log message ***
+
+commit 15fedc128ac4201106344c31752a3e4f15bb9f0c
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 28 17:14:36 2002 +0000
+
+    (require): use load-library on prv-xemacs.el in
+    order to get the compatibility macros at compilation time.
+
+commit d3f1e0ed7b809c34047f5792ea09ea8e3eec4cdc
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 28 17:14:10 2002 +0000
+
+    * prv-xemacs.el (preview-defmacro): define compatibility macros
+    only at compile time.
+    (preview-mode-setup): correct check for icon in toolbar.
+    
+    * preview.el (require): use load-library on prv-xemacs.el in
+    order to get the compatibility macros at compilation time.
+
+commit 323549bd86869b62d76923b540b3930b9a5b7cf5
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 25 22:49:20 2002 +0000
+
+    (TeX-arg-define-index): correct typo.
+
+commit bf01035e2538f65382d1ec76d6223f4b8175f02e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 25 22:48:18 2002 +0000
+
+    *** empty log message ***
+
+commit d9293a0d02772a9e812bc5f4ac24797751213469
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Nov 25 14:42:35 2002 +0000
+
+    Release_11.13
+
+commit c9ba92824bc2938ede4254ef099522c854279c0c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Nov 25 14:40:09 2002 +0000
+
+    Release_11.12++
+
+commit 24d4bf3a366cbe5e657ceb364694a8b06528e60d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Nov 25 14:35:23 2002 +0000
+
+    Release_11.12
+
+commit d1c438cc1d6241d5a7c87763ec48faaa93122cee
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Nov 25 14:32:51 2002 +0000
+
+    Release_11.11++
+
+commit 39fea7b48820b074a0d1b5d938c4394ab67619c7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Nov 23 13:04:39 2002 +0000
+
+    Mention KOMA-Script support.
+
+commit 55d9d2ce081791cf7506a6c5383729903a86b5de
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 11:25:06 2002 +0000
+
+    *** empty log message ***
+
+commit 25e2d2a2c8f5c9ad30c3f18c314f2b190a2588ab
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 11:24:31 2002 +0000
+
+    (Requires): New RPM brain damage means we
+    have to disable the 8bit test.
+
+commit d5f4ef62336f0273b7cdf3e9102253df629ca93a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 11:14:26 2002 +0000
+
+    *** empty log message ***
+
+commit 02d0a316047d59eb287ec95276bc04e1c93100a4
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 10:54:55 2002 +0000
+
+    Various updates.
+
+commit 24126093aa1ea8c9183b16be3c4cbdbc26e3e9c6
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 10:28:38 2002 +0000
+
+    *** empty log message ***
+
+commit d3089817e10b5cd1338f8ca6594bdab71fc63793
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 10:27:45 2002 +0000
+
+    Some editing.
+
+commit 4c9a0bcef4a1dc4d3602a4e56ea3186947d91f12
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 10:24:55 2002 +0000
+
+    Some cosmetic changes and version info
+    updates.
+
+commit 9afd46f6e250127ee07184cdc1811b11a6c0e7a9
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 10:22:19 2002 +0000
+
+    * doc/preview-latex.texi (Keys and lisp): Adjust docs for changed
+    menu structure (Preview having a top-level entry).
+    (On EPS previews): phase out info about historical `postscript'
+    settings.
+    
+    * doc/preview-latex.texi: bump version.
+    (Keys and lisp): reorder so that indexes refer to the start of
+    items.
+
+commit b177a308f92e105d84e102c9f21c28bbe0f0875d
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 10:18:28 2002 +0000
+
+    * preview.el (preview-image-type): Don't offer `postscript' when
+    customizing.
+    
+    * preview.el (preview-gs-transact): add a bit of paranoia into
+    page shifts in case the coordinate origin is not upper left.
+    Similar to change in tightpage option of preview.dtx.
+    (preview-LaTeX-command-replacements): comment fix.
+
+commit 6bb5c3f17734a78824b0317b0a7e5337739d6eda
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 01:24:30 2002 +0000
+
+    *** empty log message ***
+
+commit 4ce06f60bcde5e220bf831ab2efb7402705a956b
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 01:24:02 2002 +0000
+
+    bump version.
+
+commit a7d7684f19ec888789eb45807edca3ff15a54a7a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 01:22:34 2002 +0000
+
+    bump version to 0.7.4
+
+commit 6d0854385e57394eed994ec88cc3284a8e365fa2
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 01:19:48 2002 +0000
+
+    bump version.
+    (Keys and lisp): reorder so that indexes refer to the start of
+    items.
+
+commit 0f7366890a407102e77ca95268dc81d4a2fbb468
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 00:42:23 2002 +0000
+
+    (preview-gs-transact): add a bit of paranoia into
+    page shifts in case the coordinate origin is not upper left.
+    Similar to change in tightpage option of preview.dtx.
+    (preview-LaTeX-command-replacements): comment fix.
+
+commit 1218bf0a22993653793a69d106729460d119563f
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 00:41:55 2002 +0000
+
+    *** empty log message ***
+
+commit 50e83020efe00ab568ac86d9c3c5b6042c634ca2
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 00:24:28 2002 +0000
+
+    (subsection{The \texttt{counters} option}):
+    new option and documentation: add counter checkpoints in
+    diagnostics.
+
+commit 68a1161ad8b185f42ae3e8129d234d140f0bdafe
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 22 00:23:55 2002 +0000
+
+    *** empty log message ***
+
+commit 30780d81a7c7195df41d3c6c901424662fac4313
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 21 22:58:22 2002 +0000
+
+    (preview-mode-setup): And here we have the
+    toolbar icon for XEmacs users.  Does not look too pretty, but
+    might inspire volunteers for improvements.
+
+commit c8a3538828af585c98d0351e9ee1e1b23bb6e82d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 21 22:58:06 2002 +0000
+
+    *** empty log message ***
+
+commit ad35d22dd6a73c6ab2949bad94f13950b1cc264c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Nov 20 08:30:28 2002 +0000
+
+    *** empty log message ***
+
+commit 014d572d804e4397ece2ba510a24c5c9af1a16cf
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Nov 20 08:28:50 2002 +0000
+
+    Cosmetic change to the AUC TeX path printout
+
+commit a7472a48662eed0fddd9639202add8a172326a77
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Nov 20 01:37:39 2002 +0000
+
+    *** empty log message ***
+
+commit e9a43006e80374794aec58c07ac2f3e7d32626f5
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Nov 20 01:37:20 2002 +0000
+
+    some changes for 0.7.4
+
+commit 77bb04773ec45f36b5a2881113ca740e54bafec6
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Nov 20 01:20:04 2002 +0000
+
+    *** empty log message ***
+
+commit 477642181dde2eb65784f503e4068ee3e44b11e7
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Nov 20 01:19:36 2002 +0000
+
+    (preview-dump-command, preview-undump-command):
+    deleted.
+    (preview-do-replacements): New function for performing
+    replacements in strings.
+    (preview-LaTeX-command-replacements, preview-format-name)
+    (preview-dump-replacements, preview-undump-replacements): new
+    variables.
+    (preview-cache-preamble): adapt to new variables.
+    (TeX-inline-preview, TeX-inline-preview-internal): same.
+
+commit 8b802a70a0e277d070d07d0070665b670b0bd0e3
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 18 22:21:42 2002 +0000
+
+    *** empty log message ***
+
+commit c0b9ef0c56676d7838810696c1e026f0604bfa08
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 18 22:21:19 2002 +0000
+
+    (preview-mode-setup): Add preview-at-point to the
+    toolbar, for those people that have not seen fit to disable it.
+    Volunteers for the XEmacs equivalent?
+
+commit 436998ddfe40d3d26bc1d009d3c2533504ded6ed
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 10 20:11:27 2002 +0000
+
+    (preview-ps-quote-filename): New function replacing
+    preview-ps-quote, generating a relative file name.
+    (preview-prepare-fast-conversion): Use it.
+    (preview-gs-transact): Use it.
+    (LaTeX-preview-setup): Make tmp directory name relative.
+    Problem is that Cygwin absolute paths are not suitable for
+    passing into MikTeX.  Sigh.  But perhaps relative file names are
+    nicer, anyway.
+    (preview-parse-messages): Fix regexps for the sake of people
+    incompetent to make the run buffer not contain ^M everywhere.
+    Another Windows-related "fix".
+
+commit 80d325e2c02df6952dd5a27f30281d8617058687
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 10 20:11:05 2002 +0000
+
+    *** empty log message ***
+
+commit fe44be7150af291bdddd120f9cdb82037587c44f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 10 19:50:56 2002 +0000
+
+    (preview-ps-quote-filename): New function replacing
+    preview-ps-quote, generating a relative file name.
+    (preview-prepare-fast-conversion): Use it.
+    (preview-gs-transact): Use it.
+    (LaTeX-preview-setup): Make tmp directory name relative.
+    Problem is that Cygwin absolute paths are not suitable for
+    passing into MikTeX.  Sigh.  But perhaps relative file names are
+    nicer, anyway.
+
+commit c5af5cb1ed91e7dee32e3e30d74e09256302d252
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 10 19:50:28 2002 +0000
+
+    *** empty log message ***
+
+commit 6d8878f06914081fae8862e2bcaa92991ed3780c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Nov 7 15:06:07 2002 +0000
+
+    *** empty log message ***
+
+commit 35e102587927ccd013c49cefcae323e2c00194a7
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 17:27:01 2002 +0000
+
+    * preview.el (preview-gs-open): Place color setup after
+    setpagedevice.
+    
+    * preview.el (require): Don't abort compilation if desktop or
+    reporter packages are not installed.
+    (preview-gs-broken-security): Removed:
+    (preview-gs-open): Workaround for braindead security.
+
+commit 559d121a832a3a24256f86321077c730b46751ee
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 17:26:20 2002 +0000
+
+    *** empty log message ***
+
+commit 08b308472c1fc2da25a1b88d30c8ed0b7ff2ee32
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 17:15:49 2002 +0000
+
+    Oops, typo.  How coulud that creep in?
+
+commit ad2ea4e640db1f2321f2a9f8da43e65d1ffe5da7
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 16:28:24 2002 +0000
+
+    *** empty log message ***
+
+commit 2a9656277d6ada1166a24e5ad8078fa7c23e37d1
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 16:28:00 2002 +0000
+
+    (subsection{Supporting conversions}): Make
+    the tightpage option generate proper /PageOffset values also for
+    devices with bottom-up coordinate systems.
+
+commit e6cba961e7ec1c6276646b4ee85676a582167e30
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 16:21:12 2002 +0000
+
+    Typo fix.  Remove preview-gs-broken-security docs.  See
+    below.
+
+commit 6ad27ac74a9b38a54d054461d9d5d2c0d0fa5771
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 16:20:03 2002 +0000
+
+    Remove preview-gs-broken-security docs.  See
+    below.
+
+commit ad077e861785971324f4418440f49c5f617d0378
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 16:19:41 2002 +0000
+
+    *** empty log message ***
+
+commit a76d1d23847f1d45cc66b44c7785ab0136b9b481
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 15:49:31 2002 +0000
+
+    (require): Don't abort compilation if desktop or
+    reporter packages are not installed.
+    (preview-gs-broken-security): Removed:
+    (preview-gs-open): Workaround for braindead security.
+
+commit 73a49266d235a4804ae71b823b67830f8d789d81
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 15:49:08 2002 +0000
+
+    *** empty log message ***
+
+commit 8b2ebb12fe3cbfabd05e3c41135acc52bf1f4e6e
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 15:06:09 2002 +0000
+
+    (require): Don't abort compilation if desktop or
+    reporter packages are not installed.
+
+commit 41339601aa4a7b2c095afd64c26f303f028794b5
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 5 15:05:49 2002 +0000
+
+    *** empty log message ***
+
+commit cc9f2a6c0da36ee8f35ef892ec17eba37dd464f1
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 4 20:29:27 2002 +0000
+
+    *** empty log message ***
+
+commit 6304cbbd0e42d0f0b0a25773148841c372670501
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 4 20:28:48 2002 +0000
+
+    * Changes in order to preserve point in previews as follows:
+    * preview.el (preview-at-point): Pass selected window into
+    preview-toggle.
+    (preview-place-preview): Pass event into preview-toggle.
+    (preview-reinstate-preview): Same here.
+
+commit 76d00919b7f0ebaa7f9c41db5ca34707731930af
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 4 20:28:14 2002 +0000
+
+    * prv-xemacs.el (preview-toggle): take additional argument (event
+    or window).
+    (preview-last-location): New variable, buffer-local.
+    (preview-mark-point): Remember point before moving out.
+    (preview-restore-position): New function.
+
+commit eec132617fa98083c7b6a81744654f51fdc177eb
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 4 20:27:47 2002 +0000
+
+    * prv-emacs.el (preview-toggle): take additional argument (event
+    or window).
+    (preview-last-location): New variable, buffer-local.
+    (preview-mark-point): Remember point before moving out.
+    (preview-restore-position): New function.
+
+commit 8b836206ba338dd7e0074d45040666ae54db0b09
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Oct 31 13:39:09 2002 +0000
+
+    *** empty log message ***
+
+commit 6eaf35a86dc2a2e36cca3d5da09b2c93a0f840ae
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Oct 30 13:26:15 2002 +0000
+
+    *** empty log message ***
+
+commit 32fd24bf87b054111cf2fe82f79ac9e49433d390
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 28 08:29:58 2002 +0000
+
+    *** empty log message ***
+
+commit b1f9e5203db98d85d9d7f8d3c75de2cbf6eb5993
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 28 08:28:34 2002 +0000
+
+    (prefix): Revert accidental change to
+    /usr/local/emacs-21 (sorry folks).
+
+commit 5c5cb55a29d31bac64e2b852ee89b59d3f3ed723
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 26 20:36:57 2002 +0000
+
+    *** empty log message ***
+
+commit f01fba651337d63aecb628427b24242f166af2c8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 26 20:35:48 2002 +0000
+
+    (STYLESRC): Add style/scrlttr2.el
+
+commit d1ad05a512f570aa85c6795c7a951f76bb9a98bb
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 26 20:33:37 2002 +0000
+
+    Added optional Argument "Pagenumber" to
+    \maketitle.  Changed \textsubscript from `t' to "Text".
+    
+    Added additional clearpage commands:
+    \cleardoublestandardpage \cleardoubleplainpage and
+    \cleardoubleemptypage
+
+commit 611e0db639119d14e3daead8ed2411208edd9857
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 26 20:29:31 2002 +0000
+
+    Initial version.
+
+commit 4141b7732c2af1ab73879329af8fd752df3e2539
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Oct 24 10:46:31 2002 +0000
+
+    *** empty log message ***
+
+commit 97c37852f58e76c85b63a0b2b98e4b656f1df6ad
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Oct 24 07:23:56 2002 +0000
+
+    (LaTeX-env-contents): New function.
+    (LaTeX-common-initialization): Added 26 LaTeX commands, 2 LaTeX2e
+    environments, and 41 LaTeX2e commands.
+
+commit 643f5e3d6eb356169798e0f4479c67a1dd7e6170
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Oct 24 07:23:06 2002 +0000
+
+    *** empty log message ***
+
+commit 98266f49f5d7ffac458ebd626f41476600e2e2de
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Oct 21 12:59:40 2002 +0000
+
+    *** empty log message ***
+
+commit 24dfb256bd6a10b5aef8a60613da04cf9b306872
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Oct 21 12:59:26 2002 +0000
+
+    Fix texhash check
+
+commit dba606f54f91e1aa8927b10dc6960bb0f8a76814
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Oct 21 12:40:41 2002 +0000
+
+    *** empty log message ***
+
+commit ebe837af38623f8a1308d0e4e8e28ec8a8364a7d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Oct 16 09:04:39 2002 +0000
+
+    *** empty log message ***
+
+commit ad4d001ea131f6b1ce78c34916bbb83039cb5744
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Oct 15 12:27:11 2002 +0000
+
+    *** empty log message ***
+
+commit bae5b8a474b2009fcc209d39309504d267d73173
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Oct 14 11:30:56 2002 +0000
+
+    *** empty log message ***
+
+commit e7f351cee207ca46f447684970af204c2eabc929
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Oct 14 08:07:48 2002 +0000
+
+    *** empty log message ***
+
+commit 463e68ed5bf9042111410ab2242cbaa6d2575a48
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 8 13:24:36 2002 +0000
+
+    KOMAScript header comments refer to COPYING.
+
+commit f315e8118305791c39840362f35a1a7d1471c7c5
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 2 00:02:31 2002 +0000
+
+    Add KomaScript support.
+
+commit 72065b3eda839bcf2b1ddcbdba5c287505a4d946
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Sep 22 10:15:10 2002 +0000
+
+    Apply spelling fixes from G.M.Salvetti to tex.el
+
+commit fbc024e2e5e2401d946024cc7c2760545b3f618c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Sep 22 10:13:45 2002 +0000
+
+    *** empty log message ***
+
+commit c224b7324aabce6b07ed468d0bd6ea2bfb11b1e5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Sep 20 07:05:41 2002 +0000
+
+    *** empty log message ***
+
+commit cbac2fd090a6f5193a36a0a5c6f2a0702b757a88
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 16 21:46:19 2002 +0000
+
+    (section{Introduction}): Mention tightpage
+    option for image conversion already here.
+    (\pr@endbox): set \reserved@a to something harmless for skipping
+    (if it was set to a conditional, we got into trouble).
+    (subsection{Selection options}): Redo the textmath option because
+    the exscale package (for example) does dirty things within
+    \frozen@everymath.
+
+commit 549db8600f5f92a64e1aafa13c1236f26120e4fa
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 16 21:45:35 2002 +0000
+
+    *** empty log message ***
+
+commit 3296062fcd57996a823400abf67ac2adb20131d3
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 6 14:26:53 2002 +0000
+
+    Explain about 'Preview-LaTeX exited abnormally
+    with code 1' message
+
+commit c77992990b71d5cecccda8009d5ea2f82e2ae7b0
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 6 14:26:18 2002 +0000
+
+    *** empty log message ***
+
+commit 6968b16ece9a4163acc147fa65a89b7a8c48efe6
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 2 13:28:05 2002 +0000
+
+    Load and save once to make it X-Symbol-compatible
+    (changes are negligible, and it makes demoing mixtures of the two
+    tools nicer).
+
+commit e85222e02068b9b13c034916b93fc2a5a3dd0887
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 2 13:27:40 2002 +0000
+
+    (preview-mode-setup): Make behaved startup in
+    buffers without associated file (M-x calendar RET tfw produces
+    things like that).  Generating previews will not work before you
+    save the buffer, but at least the stuff doesn't bomb out right
+    away.
+
+commit 72feef97c47d7beb0d6c093eadf3d861091ad891
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 2 13:26:43 2002 +0000
+
+    *** empty log message ***
+
+commit 2b9371127715fefaee9749fdf21d1e5c5f8c14b3
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 2 10:57:42 2002 +0000
+
+    (LaTeX-preview-setup): Fix menu position of generated
+    customize menu.
+    (preview-format-kill, preview-dump-file-name)
+    (preview-cache-preamble, TeX-inline-preview-internal): Use prefix
+    `prv_' for dumped formats to avoid name collisions (for example,
+    with WhizzyTeX).
+
+commit 46eb9233d4da7de9bebc82beabf2dbe13f2fab2c
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 2 10:57:09 2002 +0000
+
+    *** empty log message ***
+
+commit 3d8ec8dad1840d7adede136cb32941aa1ce0944e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Aug 30 10:36:29 2002 +0000
+
+    *** empty log message ***
+
+commit 4eeb8f1004579c4353e5b382ad4e480ac81fb4cf
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Aug 29 15:01:50 2002 +0000
+
+    *** empty log message ***
+
+commit b281fb5de0706c6fe5ab756ce50d9d892e03c7de
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Aug 19 14:55:10 2002 +0000
+
+    *** empty log message ***
+
+commit d0d860be35e94ee306b908c3e92e077ea7a36bad
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 14 14:55:21 2002 +0000
+
+    *** empty log message ***
+
+commit 8eebd21424efbef1ed58d4c99ff3d8ee3b21ee4c
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 14 01:54:55 2002 +0000
+
+    *** empty log message ***
+
+commit 3e71b6a71f10517b9b8b8a2c1469db38df7364d8
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 14 01:54:25 2002 +0000
+
+    autoconf 2.53.  And Release 0.7.3.
+
+commit 10f25b19bcdc0067941f5c875fcfa3782aca4497
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 14 01:24:46 2002 +0000
+
+    *** empty log message ***
+
+commit c7224adf56f1fc40a40b8c26fb87e6f05e7c9987
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 14 01:24:25 2002 +0000
+
+    0.7.3
+
+commit 767021d39dd2d30c4a4efb94b7ede815683146a1
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 14 01:20:22 2002 +0000
+
+    (Keys and lisp): Rename
+    preview-dump-format and its ilk to preview-cache-preamble.
+    (Simple customization): Mention automatic preamble caching.
+
+commit 55a0b111af9e85385c6f2bca0328272cc7563e05
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 14 01:19:49 2002 +0000
+
+    (preview-auto-cache-preamble): Renamed from
+    preview-dump-default.  Make the default 'ask: that way people
+    will be hard put to overlook this feature, but are not stuck on
+    it in case it causes trouble.  Perhaps will make them read the
+    manual, too, in order to set this to T.
+    (preview-map): Use preview-cache-*
+    (preview-cache-preamble, preview-cache-preamble-off): renamed
+    from preview-dump-*.
+
+commit 3a3bdfb25a54bf8c48ff7e96ebc8b21e41ed0c1b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Aug 14 01:19:27 2002 +0000
+
+    *** empty log message ***
+
+commit 6e19d1dfa5c671152d8a5b9f2465341cee4c50e8
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 13 15:23:19 2002 +0000
+
+    * preview.el (TeX-inline-preview): Use set-process-coding-system
+    only when Mule is active.
+    (preview-document): Save document if necessary.
+    (TeX-inline-preview): Some overhaul.
+    (TeX-inline-preview-internal): Separated out so that
+    region/format dumps don't interfere.
+    
+    * preview.el (preview-buffer): Move region exclusion into advice
+    for TeX-region-create.
+    (preview-dump-default): New variable, tells us whether we should
+    dump formats automatically.
+    (preview-dumped-alist): Semantics change.
+    (preview-dump-format): Use watch functions from prv-*.el
+    (preview-clear-format): new optional argument, save last wanted
+    state.
+    (TeX-inline-preview): Use preview-dump-default.
+
+commit 5ec437a480bd5b65aef113b6902c4d91b58b4895
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 13 15:22:59 2002 +0000
+
+    *** empty log message ***
+
+commit 8d72d33f51b23996670486b3c073627b0e71c874
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 13 03:57:22 2002 +0000
+
+    0.7.2b-10
+
+commit e743f65d753046822f61dcddd800a14c3d7259bb
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 13 03:20:54 2002 +0000
+
+    (preview-mode-setup): See below.
+    (preview-dump-threshold): See below.
+    (preview-preamble-format-cons): File local variable for watching.
+    (preview-preamble-check-change, preview-watch-preamble)
+    (preview-unwatch-preamble): See below.
+    (preview-handle-before-change): Call
+    preview-preamble-check-change.
+
+commit 676a6b8f3bada5b1576e14a961f034fb3528d7f7
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 13 03:16:07 2002 +0000
+
+    (preview-mode-setup): See prv-emacs.el.
+    (preview-dump-threshold): See prv-emacs.el.
+    (preview-preamble-format-cons): File local variable for watching.
+    (preview-preamble-check-change, preview-watch-preamble)
+    (preview-unwatch-preamble): See prv-emacs.el.
+    (preview-handle-before-change): Call
+    preview-preamble-check-change.
+
+commit 9dfbd2f438c4dca6529a6f405f2b14b0ca7db0c0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 13 03:15:21 2002 +0000
+
+    (preview-dump-threshold): Regexp ending dump.
+    (preview-preamble-changed-function): New function.
+    (preview-watch-preamble): New function.
+    (preview-unwatch-preamble): New function.
+    (preview-mode-setup): Check whether we open a watched file.
+
+commit 4ff2f4df613d615ee4bd296d5508922398a6903d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 13 03:14:56 2002 +0000
+
+    * preview.el (TeX-inline-preview): Use set-process-coding-system
+    only when Mule is active.
+    
+    * preview.el (preview-buffer): Move region exclusion into advice
+    for TeX-region-create.
+    (preview-dump-default): New variable, tells us whether we should
+    dump formats automatically.
+    (preview-dumped-alist): Semantics change.
+    (preview-dump-format): Use watch functions from prv-*.el
+    (preview-clear-format): new optional argument, save last wanted
+    state.
+    (TeX-inline-preview): Use preview-dump-default.
+
+commit a49f515c954e005322156c136b9ccfcdbcaa8ece
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 13 03:14:33 2002 +0000
+
+    *** empty log message ***
+
+commit fc22ed001700caead568e9f6e148a1c3ad657e53
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 7 13:51:00 2002 +0000
+
+    *** empty log message ***
+
+commit ce7e451963140ca32473117477bf2a79b6bcc9f3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Aug 7 13:48:32 2002 +0000
+
+    Fixed autoconf-fix message
+
+commit 9bf9e417956e92b84d64793f43e3cb67531b4774
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 6 23:52:04 2002 +0000
+
+    Add FAQ.
+
+commit 0ae78897b7fac3a240b0cd8d1c0cae1eece279e2
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 6 23:50:31 2002 +0000
+
+    (Release): Set to 9 (prerelease)
+    (Requires): Add FAQ to docs.
+
+commit b2d8aaf29b8ceba90cb766f0229896d51344a87d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 6 23:50:15 2002 +0000
+
+    *** empty log message ***
+
+commit a7ca814b23fab638c7ec20fb75b77b8f9c12f183
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Aug 6 23:09:09 2002 +0000
+
+    FAQ added.
+
+commit d53c29fbd3eeb36ee2ce729c9351de179d829af4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 5 22:31:12 2002 +0000
+
+    (The Emacs interface): Document it.
+
+commit cffd1eb2b2662f5239ee0b8caca741991df7422f
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 5 22:30:39 2002 +0000
+
+    *** empty log message ***
+
+commit fdda073046f3e84de3e964a84a411bf192f5ea40
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 5 22:18:55 2002 +0000
+
+    (preview-use-balloon-help): New boolean
+    customization variable.
+    (preview-mode-setup): Use it.
+
+commit 802665e3d02dfc0ccd5c031479b16f1b523d9c37
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 5 22:07:00 2002 +0000
+
+    (preview-use-balloon-help): New boolean
+    customization variable.
+    (preview-mode-setup): Use it.
+
+commit 6f46f69d4a595c87e5c3a9e6a3c9cdee40142368
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 5 22:05:30 2002 +0000
+
+    *** empty log message ***
+
+commit f16e9db573dfc13f67cccf73ebda49f271db0d37
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Aug 5 18:00:53 2002 +0000
+
+    Include path in postinstall scripts (for 'su' rpm install)
+
+commit 7f9090232c7c5fde4578309d99ff5b2965402fd3
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 5 10:16:25 2002 +0000
+
+    (subsection{Supporting conversions}): change
+    default of \PreviewBbAdjust from 0.5bp to 0.50001bp.
+
+commit 5eb1e7325edf2332f803170fdea6944691076870
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Aug 5 10:15:56 2002 +0000
+
+    *** empty log message ***
+
+commit 407fe378ae68adc446fb96cc3c6133317f279c26
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 23:49:32 2002 +0000
+
+    (preview-back-command): New optional argument
+    NOCOMPLEX.
+    (preview-parse-messages): Use it for not skipping backwards over
+    braced expressions when start and end of triggered errors match.
+
+commit 2b890e9c3a11385c7864aea681ec91f666395d94
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 23:49:00 2002 +0000
+
+    *** empty log message ***
+
+commit c6304991eef056feb31d935b6ccad3068c61008f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 14:45:48 2002 +0000
+
+    * RELEASE: update RedHat distro info.
+    
+    * RELEASE: New leading commercial.
+
+commit 0711abd366f0ed4a1b1d64c790ab17596f985a62
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 14:44:58 2002 +0000
+
+    * RELEASE: update RedHat distro info.
+    
+    * RELEASE: New leading commercial.
+
+commit 75b4c686833288dbeef83609450e097a38b86106
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 14:44:39 2002 +0000
+
+    *** empty log message ***
+
+commit 781f8790da681e1d8dfd1b2e83da8538f6e2f8f3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 14:25:44 2002 +0000
+
+    New leading commercial.
+
+commit dbfd6583088b35e5cd045a5f97a8a6e6b509172f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 13:42:19 2002 +0000
+
+    New leading commercial.
+
+commit 906bb1633cbb089a58aa987a5714e2e04331bd96
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 13:34:55 2002 +0000
+
+    Remove documentlanguage setting: English
+    is the default anyway, and declaring it breaks the broken TeXlive 7
+    texinfo distribution.
+
+commit bb6f253c790864a5cf7a75a551d642924a0a00dd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 13:34:29 2002 +0000
+
+    *** empty log message ***
+
+commit a664f260bd08b2af65ae3ac527a8086c09a26abc
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 13:09:15 2002 +0000
+
+    Updates.
+
+commit 5ede44dd78488a4ee14859287ddb0d0b5a85526c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 13:08:58 2002 +0000
+
+    *** empty log message ***
+
+commit 73a7a54b621407af236d535f31ccf65720f8f44b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Aug 3 12:28:18 2002 +0000
+
+    *** empty log message ***
+
+commit 46f3616925335fbb07f9a45278ec6a936648ef79
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Aug 1 09:12:45 2002 +0000
+
+    *** empty log message ***
+
+commit 880b72da0edba9924fcf0ab554a8e3766f62ba13
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Aug 1 09:11:54 2002 +0000
+
+    Typo corrected
+
+commit 88964708ef44d7669c2556596a996a26d815bf1c
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jul 31 19:45:56 2002 +0000
+
+    List sorting routine added.
+
+commit c406f97ec6696c4acb3c0a993f84443f5878d104
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 23:43:52 2002 +0000
+
+    * doc/Makefile.in (preview-latex/index.html, clean): clean out
+    preview-latex directory for html-docs.
+    
+    * doc/Makefile.in (TEXIFILES): New macro.
+    (preview-latex/index.html, preview-latex.dvi, preview-latex.info):
+    Make dependency on TEXIFILES.
+    (clean): remove INSTALL.windows
+
+commit 6721570db2a01a7fe88a97b1a96b799e79e1b67f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 23:43:34 2002 +0000
+
+    *** empty log message ***
+
+commit 2df42ffe5cf8ecb24692ab9fddf6f1a3b31fdd3d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 22:49:12 2002 +0000
+
+    *** empty log message ***
+
+commit 2937ea36e5ef9ecf7db686de745e69df15004caf
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 22:48:07 2002 +0000
+
+    Code cosmetics.
+
+commit 2bd7b3aa66e40d806d0d3f0da394a46cdec9da6c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 22:47:24 2002 +0000
+
+    Spacing errors.
+
+commit 59156f7c95e0c627e5f1208ac895e673ff68cec9
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 22:46:15 2002 +0000
+
+    (Problems with GhostScript): document
+    preview-gs-broken-security.
+
+commit cc1c9c262a28b9dd435097b3df95a44614a82b24
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 22:45:10 2002 +0000
+
+    Bump version to 0.7.3.
+    (The Emacs interface): Document changes in options.
+
+commit 429a6db612b025e56aaf58bbcdffa875dfc14a4c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 22:43:39 2002 +0000
+
+    (Prerequisites): GhostScript problem info.
+
+commit cdca8e434822ad509b94c50026cf21f7223f7f46
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 22:42:31 2002 +0000
+
+    (TEXIFILES): New macro.
+    (preview-latex/index.html, preview-latex.dvi, preview-latex.info):
+    Make dependency on TEXIFILES.
+    (clean): remove INSTALL.windows
+
+commit 8b40763c127cd57cf5d9d65fa09ef9372d64914f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 22:38:19 2002 +0000
+
+    (preview-parsed-font-size)
+    (preview-parsed-magnification): documented.
+    (preview-hook-enquiry): Use value of symbol only if bound.
+    (preview-document-pt-list): Correct customization type.
+
+commit 173506fd2d8c5a38312d4a75a70525c8f2e829e9
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 18:37:30 2002 +0000
+
+    (section{Package options}): document `lyx'
+    option.
+
+commit e2ef0a6d7ab87d8f3deaa8e9d3ceb88940d8d3e0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 18:33:33 2002 +0000
+
+    (section{Package options}): document `lyx'
+    option.
+
+commit 746e4d8dbccdd40b59af34f43ba32fc8134bb39d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 18:33:15 2002 +0000
+
+    *** empty log message ***
+
+commit c5e172be663a56b89a10e2a6509ec2d5894d960f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 16:54:59 2002 +0000
+
+    *** empty log message ***
+
+commit 994a0f03cb2cc37731fb8d2c1767c42702ad9d77
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 16:49:40 2002 +0000
+
+    New file documenting XEmacs/Windows,
+    courtesy of Anthony Williams.
+
+commit 67369aaca81e10171c85ac85ea11ee235492432c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 16:47:13 2002 +0000
+
+    *** empty log message ***
+
+commit 3e95cfa6acc7a975f054246188831b8887b2936f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 30 16:45:55 2002 +0000
+
+    XEmacs/Windows installation instructions added, courtesy of Anthony
+    Williams.
+
+commit ff34128d85b831ec05dad65747636e5b963b5ffe
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jul 28 23:28:20 2002 +0000
+
+    (preview-parsed-font-size)
+    (preview-parsed-magnification): new variables set from
+    preview.sty
+    (preview-get-magnification): consults
+    preview-parsed-magnification.
+    (preview-gs-resolution): consult preview-get-magnification.
+    (preview-gs-open): Delay setup of preview-gs-command-line
+    (preview-gs-dvips-process-setup): complete it.
+    (preview-hook-enquiry): New function.
+    (preview-document-pt-list): Sources of document-pt.
+    (preview-auctex-font-size): Previously preview-document-pt
+    (preview-document-pt): Uses preview-document-pt-list
+    (preview-scale-from-face): defer part of calculation.
+    (preview-parse-variables): Variable list set from preview.sty
+    (preview-parse-messages): Clear them at start of parse.
+    (preview-parse-messages): New pattern for variable list.
+    (preview-parse-messages): magnification for PS bounding box.
+    (preview-parse-messages): Parse variables from preview.sty
+    (preview-get-geometry): Use preview-hook-enquiry for call of
+    preview-scale-function.
+
+commit 6072a6cdc4b0fe7cf18371e31fc0312dcaae4919
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jul 28 23:27:53 2002 +0000
+
+    *** empty log message ***
+
+commit 1d337e79ccdd271a1c598847550a85b7f88b1199
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jul 28 19:26:46 2002 +0000
+
+    (subsection{Preview attaching commands}): Fix
+    \PreviewEnvironment*
+    (subsection{Preview attaching commands}): Type out font size and
+    magnification info at start of document.
+    (subsection{Supporting conversions}): Take DVI magnification into
+    account in `tightpage' option.
+
+commit 3abf670d61044a4353712a8f2d97734e34b83765
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Jul 28 19:23:20 2002 +0000
+
+    *** empty log message ***
+
+commit ff12e48d909fe07045f57062196202c77b97eb54
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 26 21:31:45 2002 +0000
+
+    Demonstrate showlabels (and fix a math oversight).
+
+commit 032558d194b6a6791321a0ffa89008c0391cc8d7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 26 21:31:24 2002 +0000
+
+    *** empty log message ***
+
+commit 971e00c155cc3185e577086ef4ffd095655a3e9c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 26 16:34:24 2002 +0000
+
+    *** empty log message ***
+
+commit c6b71b13b1c38f7413feec5b415994695271255d
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 26 01:23:38 2002 +0000
+
+    (subsection{The \texttt{showlabels} option}):
+    Changes, different look, more robust.
+
+commit 57ab07d26ac0b90deb6b9c9d4b2b160513ad45f0
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 26 01:23:08 2002 +0000
+
+    *** empty log message ***
+
+commit 2ae9418992337fb534ba415f776bf54222236a74
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jul 25 11:58:00 2002 +0000
+
+    Windows Xemacs/Emacs info changed
+
+commit ea2ab69d81e0c4267e1ccb97b3c924ec44dac7eb
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jul 25 11:14:10 2002 +0000
+
+    *** empty log message ***
+
+commit 9053b2d1f2a98910e331fee3cde0875b83690f58
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jul 25 11:11:22 2002 +0000
+
+    Info on windows-xemacs
+
+commit b3fa27f4073823583eff5923794933b82f0bb497
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 25 11:06:05 2002 +0000
+
+    (LaTeX-preview-setup): Fix form of preview-entry in
+    order not to confuse customize.
+
+commit d0c7c5fe5189637c99279a483c7a4333274b93bf
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 25 11:04:26 2002 +0000
+
+    *** empty log message ***
+
+commit 4e881eca5eb79be8497cecd1c9e710558e0e8ad7
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 23 23:02:16 2002 +0000
+
+    (TeX-inline-preview): Export buffer coding system to
+    TeX process output encoding (for our Polish friends and others).
+    Hope this does not break non-Mule XEmacsen if such are around.
+
+commit a6b378a19101cac6890c30ea7e778370593d9fde
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 23 23:01:40 2002 +0000
+
+    *** empty log message ***
+
+commit df93a20a174d7b1afc19c704cb9dfd8cd01f3cc6
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 23 11:48:16 2002 +0000
+
+    (preview-image-creators): Change tiff device to use
+    tiff12nc, which has a chance of working with the current
+    settings, at the cost of large file sizes.
+
+commit c96aff591c22eacd8e385f3ef5f66af58851f20d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 23 11:36:44 2002 +0000
+
+    *** empty log message ***
+
+commit 1d81a167e7e822509040d11fd116bececc0e4422
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jul 23 09:04:18 2002 +0000
+
+    Blank line inserted
+
+commit 3e3a3663c0b4ad86e1bdead7c9210dfbde917c15
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jul 23 08:54:20 2002 +0000
+
+    *** empty log message ***
+
+commit 2f2a475f96fc59a521f46df42836014cb21d7951
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jul 23 08:53:27 2002 +0000
+
+    Minor changes
+
+commit cd1f495abea8a5ef3f2f670137d03bc89425b9f7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jul 23 08:33:55 2002 +0000
+
+    *** empty log message ***
+
+commit d8c1c983b01c81784db0474cecb5d85d5b6cea60
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jul 23 08:30:16 2002 +0000
+
+    Documented GNU gs 7.05 security bug info
+
+commit 90c654fd97a5f1451ad3351d32b3806f4c47c465
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jul 22 13:54:38 2002 +0000
+
+    (subsection{The \texttt{showlabels} option}):
+    Make sanitization of labels more consistent and switch to
+    typewriter font.
+
+commit 4a1c0e2abc837ef69ed8f8509e95555bddd8b2ec
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jul 22 13:54:16 2002 +0000
+
+    *** empty log message ***
+
+commit 3c29f0e0184e5e6d73086e716127c2fcd293fbd7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 19 08:48:02 2002 +0000
+
+    *** empty log message ***
+
+commit 37b1c8bbee5c0fae41e00c26cce313dc5177ab2c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 19 08:47:30 2002 +0000
+
+            * prv-emacs.el (preview-mode-setup): Add preview menu.  Why is it
+            before the LaTeX menus?
+
+commit a4feccb295a8d96f8616321bf027ef080d063c60
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 19 08:42:11 2002 +0000
+
+    (preview-map): Prefix-keymap.
+    (LaTeX-preview-setup): Use it.
+
+commit ece728a76dfb8b3f80e8e82d94c47b1804c4ffa1
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jul 19 08:41:44 2002 +0000
+
+    (preview-mode-setup): Add preview menu.
+
+commit ff4a91bae8cc76d97a107d9c4262940d279d8562
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 18 22:00:06 2002 +0000
+
+    *** empty log message ***
+
+commit df16b93a82044414528c656d0ceb91f21e3237ca
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 18 21:57:48 2002 +0000
+
+    (preview-LaTeX-command): Use Windows-friendly
+    quoting.
+    (preview-dump-command, preview-undump-command): Same here.
+
+commit 665714a5befc792f43ecb3b9c6c6fa0cd4018a01
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Jul 18 21:43:51 2002 +0000
+
+    *** empty log message ***
+
+commit ca7f571235de12dc247f5b6630194f7cbf96a337
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 16 00:30:57 2002 +0000
+
+    *** empty log message ***
+
+commit 7a030e22c39304b09750bf522d7be5b1f523366b
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jul 16 00:30:29 2002 +0000
+
+    (preview-ps-quote): New function.
+    (preview-prepare-fast-conversion): Use it.
+    (preview-gs-transact): Use it.
+
+commit 3744732db12c2002621a7b79eb68fe9e275130d2
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jul 15 22:47:19 2002 +0000
+
+    (subsection{The \texttt{auctex} option}):
+    Output font size.
+    (subsection{The \texttt{lyx} option}): New option.
+    (subsection{Supporting conversions}): Write out tightpage
+    dimensions before each change.
+    (section{Various driver files}): generate prlyx.def.
+
+commit 624dac9b8cc2f62a859c2f4e1afce6185b70d8f7
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Jul 15 22:46:00 2002 +0000
+
+    *** empty log message ***
+
+commit 68e4cd7a4b769b09e09dc646f4f917e756a9e056
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jul 10 23:54:07 2002 +0000
+
+    *** empty log message ***
+
+commit 9c14b88a4371258a1d74af8a7a450e68b79ddd28
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Jul 10 23:53:40 2002 +0000
+
+    (preview-gs-broken-security): New option specifying
+    when to disable security.
+    (preview-gs-open): Use it.  Also abort more predictably if
+    setpagedevice fails, usually due to broken security.
+
+commit 3673425f4643ad3502ce3483de030aa974bc1274
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Jun 24 14:43:03 2002 +0000
+
+    *** empty log message ***
+
+commit c1ddf34212b263895fb90ec0dd9b5ef25dade22d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jun 13 10:10:08 2002 +0000
+
+    *** empty log message ***
+
+commit f3a3d5c14183dbaeb155972ba835b8d23930ceca
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Jun 12 09:29:26 2002 +0000
+
+    *** empty log message ***
+
+commit cd255bcb0e596c0baf195c2157741047a3076bc3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jun 11 11:20:32 2002 +0000
+
+    *** empty log message ***
+
+commit 2a7d68193726dd99e0c6448d4f868a733ca460f7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Jun 11 10:25:24 2002 +0000
+
+    *** empty log message ***
+
+commit 0f63d5899742bdf1b4987a2c11e593f1f759fb4d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu May 30 08:47:51 2002 +0000
+
+    *** empty log message ***
+
+commit ae41184b6e999911e53afd6d7515f289e59df7ad
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed May 29 12:14:29 2002 +0000
+
+    *** empty log message ***
+
+commit 774bf40f28dc548b5064b9387099a0c29c23feb7
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 28 13:27:19 2002 +0000
+
+    * preview.el (LaTeX-preview-setup, preview-parse-messages): cater
+    to abbreviated locator error message.
+    (preview-clearout-at-point): New function.
+    (LaTeX-preview-setup): add to menus and cleanup unnecessary flags.
+    
+    * preview.el (preview-gs-open): bind preview-latex-do PostScript
+    operator.
+    (preview-auto-reveal): Change default to auto-open on move
+    left/right.
+
+commit 4b07067b6273cdd79fd099e9131496fddc8c0f39
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 28 13:26:33 2002 +0000
+
+    *** empty log message ***
+
+commit 40b7ecaf9ac77fb67255541360593941aa0947b2
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 28 10:47:13 2002 +0000
+
+    * preview.el (LaTeX-preview-setup, preview-parse-messages): cater
+    to abbreviated locator error message.
+    
+    * preview.el (preview-gs-open): bind preview-latex-do PostScript
+    operator.
+    (preview-auto-reveal): Change default to auto-open on move
+    left/right.
+
+commit 15f55a60e47079c30335094dc42c583f9387003a
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 28 10:46:47 2002 +0000
+
+    *** empty log message ***
+
+commit 4b21f82725c85fe1cb37c1e541f86cc5891dd8ec
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 28 10:40:48 2002 +0000
+
+    replace "Package Preview Error" with
+    "Preview": too many people got confused.
+
+commit 09d6987fa0c85fd048f0724435b5ff6931e2dccf
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 28 10:03:39 2002 +0000
+
+    (Simple customization): Document new
+    auto-reveal default.
+    (Simple customization): Document a better way for default
+    options.
+
+commit 18bc84ae22a121033f08c0ee3605cc04798abb62
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 28 10:03:16 2002 +0000
+
+    *** empty log message ***
+
+commit c2bdc736a0e5cd0d393df1812459cad8d7dfb215
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 28 07:57:16 2002 +0000
+
+    (preview-gs-open): bind preview-latex-do PostScript
+    operator.
+    (preview-auto-reveal): Change default to auto-open on move
+    left/right.
+
+commit d9227c5fd3e5441ad9e60ced3a3cb14aa1ec5fda
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue May 28 07:56:50 2002 +0000
+
+    *** empty log message ***
+
+commit 45524c75717120fceb631cefa8d9a015945fe33a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon May 27 12:24:32 2002 +0000
+
+    *** empty log message ***
+
+commit 9597480cc66369d21aa2a2a4f2a3a0e8a240083c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon May 27 12:13:37 2002 +0000
+
+    *** empty log message ***
+
+commit 3db265db02e92256e6f71afd648c4250d2059789
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon May 27 12:02:12 2002 +0000
+
+    *** empty log message ***
+
+commit efad378d9ea471cbdfdac5e690da90a8554ee9dd
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 8 14:06:29 2002 +0000
+
+    add request for other TeX formats.
+
+commit 1fb60372a63c754190e06b9906fe338e9b531aec
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 8 14:05:55 2002 +0000
+
+    *** empty log message ***
+
+commit 24a1466cad441f8f600ed153532bcecb7fd28b20
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 8 10:42:52 2002 +0000
+
+    (preview-parse-messages): There is little point in
+    being more picky about ( than we are about ), since all that this
+    buys us is bad nesting.
+
+commit 4d3119476dc8193b8d449e604e872e11120a29b6
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 8 10:42:20 2002 +0000
+
+    *** empty log message ***
+
+commit 0d0527dc21bf0495416475a601ffab52da621588
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 8 10:21:49 2002 +0000
+
+    checkdoc compliancy.
+
+commit 5f68dda7da73e1c0597cc66dd8b5bc8ff304617b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 8 10:16:03 2002 +0000
+
+    (preview-gs-get-colors): Warp outline borders to
+    integral pixels in order to avoid antialiasing artifacts.
+
+commit 503b58711dd6713cdfc89693ecb4a37eca75b8dc
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed May 8 10:14:56 2002 +0000
+
+    *** empty log message ***
+
+commit 52a59ff20a8dedc5ae2ed5048899a34f53af7b13
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon May 6 11:25:06 2002 +0000
+
+    (preview-back-command): Changed semantics in order
+    not to backstep over punctuation.
+    (preview-get-geometry): Bad error message format.
+
+commit a215e7119db06087bfc6a1a62e4afba0148d14ec
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon May 6 11:24:30 2002 +0000
+
+    *** empty log message ***
+
+commit e2a89b56fdcd0609ba75cf3d9abe14521de8587b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed May 1 09:47:18 2002 +0000
+
+    *** empty log message ***
+
+commit f45b7153fdbee7f67f0345c1e848eb2ccd56caa0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 30 19:17:55 2002 +0000
+
+    (preview-dump-format): Now checks if format has changed; if it hasn't,
+    no new dump is made.
+
+commit 015d92f38a43c0072b3f8a27f2d72272a833ee2c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 30 09:42:25 2002 +0000
+
+    *** empty log message ***
+
+commit 73e8f5d453fdbfc56de2520258884feb6d530555
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 30 09:41:26 2002 +0000
+
+    (preview-buffer): Changed to mirror the behaviour of
+    TeX-region-create. This is probably the best we can do.
+
+commit 31c4afe5f539188f0ae1c511927390ad08eec81d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 29 19:49:02 2002 +0000
+
+    *** empty log message ***
+
+commit 9ec196456b35cb0c52c930dc7e18f56fea5ec598
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 29 19:45:07 2002 +0000
+
+    (preview-buffer): added comment
+
+commit eaa28906510bd0d52c02e82995345889bee1a18b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 29 19:35:13 2002 +0000
+
+    (preview-buffer): allow it to work with format caching
+
+commit 1eb8a996c8664be0638f57f6fa0c03e6f60cc267
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Apr 28 21:13:29 2002 +0000
+
+    *** empty log message ***
+
+commit cea45d1a818b00ea8e25a5da3f0704a4827fecf4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Apr 28 21:11:20 2002 +0000
+
+    Document preview-clear-format and its keybindings
+
+commit 068c65116822b43c4f0228c6fd1255ccdd05ee0a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Apr 28 20:57:46 2002 +0000
+
+    (preview-clear-format): new, also changed keybinding for it
+
+commit ca7257ffa770add247552b8d114ca41397df77c5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Apr 26 22:01:22 2002 +0000
+
+    *** empty log message ***
+
+commit 1c98d18c017d9143111c5d4c66fbe4ff7b133505
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Apr 26 21:59:18 2002 +0000
+
+    Documented preview-dump-format
+
+commit 11ce977a91a0cfcb1a864db03644583bfcc290e7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Apr 26 21:48:19 2002 +0000
+
+    Cosmetic change
+
+commit e7cbb7835559970572d93d1402dd43064447d5f8
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 26 02:31:37 2002 +0000
+
+    (LaTeX-preview-setup): Menu entries and keybindings
+    for preview-dump-format.
+    (preview-dumped-list): New variable: dumped formats.
+    (preview-dump-format): New command for pregenerating format files.
+    (TeX-inline-preview): Use dumped format if present.
+    (preview-dumped-list): Move.
+    (preview-cleanout-tempfiles): Also kill format files.
+    (preview-format-extensions): New variable for cleanup purposes.
+    (TeX-inline-preview): preview-dumped-list contains expanded file
+    names.
+
+commit a7bbf57924a696bf2f5e685acee64920ae9fc609
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 26 02:31:17 2002 +0000
+
+    *** empty log message ***
+
+commit da82194d52fab1c9981ccb2be4ed243552c874d5
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 26 00:30:52 2002 +0000
+
+    *** empty log message ***
+
+commit ffff3b8a9267dd57261dc7c193ef5b53e2e082fb
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 26 00:30:20 2002 +0000
+
+    (LaTeX-preview-setup): Menu entries and keybindings
+    for preview-dump-format.
+    (preview-dumped-list): New variable: dumped formats.
+    (preview-dump-format): New command for pregenerating format files.
+    (TeX-inline-preview): Use dumped format if present.
+
+commit 03d8303ac5e8bb0c576e07e52c09ab271e58644a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 24 21:16:16 2002 +0000
+
+    *** empty log message ***
+
+commit 9f16b59cead0b8a3aa89a790f79ef27eb40dd59c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 24 21:14:53 2002 +0000
+
+    Slight index change
+
+commit d4e46ceac703e2f91b20c23f54f896320127eb51
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 24 21:14:27 2002 +0000
+
+    (Keys and lisp): Added the menu entries
+
+commit c3cb23531412194ca1297f177d53c013bef6bc8e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 24 08:26:44 2002 +0000
+
+    *** empty log message ***
+
+commit b8e2437d8558c021fa8b82fbbcbbc2e5b253122a
+Author: Alan Shutko <ats@acm.org>
+Date:   Wed Apr 24 00:31:41 2002 +0000
+
+    * aclocal.m4 (AC_PATH_PROGS_REQUIRED): New.
+    
+    * configure.in: Lock in whole path of Emacs executable.
+
+commit 195b5fb329ee45b44f7519ac3510f53fde03f824
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 23 21:05:36 2002 +0000
+
+    Test for unique file 'preview.el' in autoconf 2.13
+
+commit 3deff3557b60fd0ca7c01de4265721fdc15cedf0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 23 08:36:18 2002 +0000
+
+    *** empty log message ***
+
+commit aba13a003e11977e4dbe9ea9be6f44c2291a0376
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 23 08:35:42 2002 +0000
+
+    Hot fix.
+
+commit 94ee9916562f267ac41a17c9d1263dee52b787a4
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 23 08:25:08 2002 +0000
+
+    *** empty log message ***
+
+commit 938a04704fe4fef5a38bf3d8ab4f1832a4990aa3
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 23 07:40:47 2002 +0000
+
+    Missing ;
+
+commit a0dad82e71763490829c09c45dab19ff49ead44c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 23 06:51:17 2002 +0000
+
+    *** empty log message ***
+
+commit 59c166f50ea3b1c9c461cae1f2aa148f738cc802
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 23 06:51:00 2002 +0000
+
+    (preview-latex.el): Quickfix
+
+commit 6f322ca3b1824b6189247d18a8e875e9c964d651
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 22 22:14:18 2002 +0000
+
+    *** empty log message ***
+
+commit 49ec56f2e2f638cdc60cea4521ac8e0232af29e4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 22 22:13:03 2002 +0000
+
+    (preview-buffer-restore-internal): Remove expired
+    previews.
+    (preview-reinstate-preview): set timestamp.
+
+commit 18d2425b65589b50be0191db42660efac7fbebbe
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 22 21:50:13 2002 +0000
+
+    *** empty log message ***
+
+commit 2b81c574cad5b62af31d7bd7c68798bc731dc942
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 22 21:29:59 2002 +0000
+
+    *** empty log message ***
+
+commit 4b980250c8993b11aa3c6d623f65ac008a9a3e59
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Mon Apr 22 20:54:42 2002 +0000
+
+    *** empty log message ***
+
+commit 42fccb97fcc7e4c9ecc1ca9e2ec05042b9f4c4c7
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Mon Apr 22 20:53:01 2002 +0000
+
+    (Advice for non-privileged users): Add XEmacs-specific instructions.
+
+commit 6f787c2d4523489b647b7aa4facd89391bb54289
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Mon Apr 22 20:49:54 2002 +0000
+
+    (AC_EXAMINE_PACKAGEDIR): Locate an existing preview-latex package and
+    install over it if found.
+    (AC_PATH_PACKAGEDIR): Support ~/ in package directory names.
+
+commit 163ef97622a73b87be990ca657c67bc33ed1618a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 22 11:54:45 2002 +0000
+
+    *** empty log message ***
+
+commit 6848d48b54ef3a35f9f78be35889310e0e8bdf5f
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 22 11:54:21 2002 +0000
+
+    (Advice for non-privileged users): new section.
+
+commit 93ff97991e42a96f4d9c4404216b350be4d0b5ec
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 22 09:18:45 2002 +0000
+
+    Quote TEXMFGEN.
+
+commit d56ff4a71ef0326f54248ed4ce7a2f5c6d404221
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 22 09:18:23 2002 +0000
+
+    *** empty log message ***
+
+commit e707582df1c8efca2b47b33761f253c3e89a04fc
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 21 22:40:19 2002 +0000
+
+    (Getting started): mention the mouse buttons.
+
+commit 6563c6dd5df20f14d699a9b4c8f7ac907cbcf6a9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 21 22:39:19 2002 +0000
+
+    *** empty log message ***
+
+commit ea9238df8be1cb78991a64ea7b2b3a04b82d59f6
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 21 22:28:45 2002 +0000
+
+    *** empty log message ***
+
+commit 73f56f5cf50ab608782f3395ebf56f02bd89ee95
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 21 21:43:45 2002 +0000
+
+    *** empty log message ***
+
+commit 1477210899a387022f1df70722157aaa5f4c6dd7
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 21 21:41:41 2002 +0000
+
+    Remove comment regarding XEmacs's lack of local change hooks; it has
+    them and we use them.
+
+commit fb5893a28bcdfc679714de24c9429c13a57a1968
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 21 21:38:18 2002 +0000
+
+    (XEmacs): Mention the process-liveness patch.  Fix some grammar.
+    Call the support `quite new' rather than `very new'.
+
+commit 4d43c850190ec90d606b2c6b909b5c241616ee30
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 21 19:06:45 2002 +0000
+
+    *** empty log message ***
+
+commit 724c99331b064b46361e496aa9a06335f867a782
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 21 19:04:04 2002 +0000
+
+    (infodir): Define for XEmacs; point to the info location in the package tree.
+
+commit 9b16a8cb1fdb6e7644b05ccc6eaee042e96a9b17
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 21 18:46:34 2002 +0000
+
+    *** empty log message ***
+
+commit 2c6eaed1f8e552f2b3c3036b3668911ceea5d8b5
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 22:50:12 2002 +0000
+
+    *** empty log message ***
+
+commit 56b33a3618801abd44d2c0ae5179aed363e9ff1a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 22:49:52 2002 +0000
+
+    (preview-parse-messages): Try a few changes making
+    bad buffer-local interaction less likely in the case of errors.
+
+commit e859ed6589ecf78548c39b513c53a2016dcb6a2d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 21:16:39 2002 +0000
+
+    *** empty log message ***
+
+commit bbb4a6927197c8661207df87e7017b4eee6a75f8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 21:16:19 2002 +0000
+
+    * doc/preview-latex.texi (Simple customization): mention some
+    more auto reveal possibilities.
+
+commit a2084e5258777a537add9efc78b9100b724d59f0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 21:10:10 2002 +0000
+
+    *** empty log message ***
+
+commit 0f13cd09c317901c1ae7960045e97eacd13f20fc
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 21:07:33 2002 +0000
+
+    (Emacs problems): Some updates.
+
+commit a3f83348d29aea141ed905d44bb50a6c0e94d131
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 21:02:21 2002 +0000
+
+    (top): prepare for 0.7.2
+
+commit 259ea76873f181afcef6dd731f2d73d6a04d2976
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 21:00:56 2002 +0000
+
+    (Version): prepare for 0.7.2
+
+commit a994a93103bc484b135db48221380f079bbe0bb6
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 20:59:56 2002 +0000
+
+    prepare for 0.7.2
+
+commit 2a41f1ad3599578b9fa8b9138b28614d46a6c77f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 18:26:00 2002 +0000
+
+    *** empty log message ***
+
+commit 29bb6bdc6f37d02279b3f4c495f9e5e4b504f35e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 18:25:41 2002 +0000
+
+    * preview.el: Update Commentary, refer to docs in general.
+
+commit 3a8645fc4554643e351d69e7197aec534f0ddac2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 18:03:30 2002 +0000
+
+    *** empty log message ***
+
+commit 995cb99f279ef3beefdcc2afa5c9ea8aa732a370
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 18:03:08 2002 +0000
+
+    (Advice for package providers): mention that
+    preview-latex.el is autogenerated.
+
+commit 9c786f21ef5d425b08cb8068db5b05f466fb738f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 18:01:05 2002 +0000
+
+    (preview-latex.el): Autogenerated.
+
+commit 7daf8e1e664391caed48a207b74f31e0681f7585
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 18:00:32 2002 +0000
+
+    *** empty log message ***
+
+commit 97c9bee76a6bcd037b0e0c70d7098caff5784f8b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 18:00:12 2002 +0000
+
+    Quoting stuff, version bump.
+
+commit e1b70a3cf036c0120f0750ea544fb8102c97b3d8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 17:58:38 2002 +0000
+
+    (preview-latex.el): Autogenerated.  An lots of quoting.
+
+commit bda27911b4dac6f2f9447c99fedffe6dd16e4a84
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 17:56:22 2002 +0000
+
+    (preview-auto-reveal-p): Disable recursive quoting
+    altogether: more potential for trouble than conceivably useful.
+    Sorry for the breakage.
+
+commit 3461a7c74db348897a39c722801201a0e5c64384
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 17:56:05 2002 +0000
+
+    *** empty log message ***
+
+commit b09134bf8580fa16ef605c1a7f2cae66aec23fd6
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 20 17:05:53 2002 +0000
+
+    *** empty log message ***
+
+commit f5dbddc98bbe8c56686e94884e653c81aadf772f
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 20 17:00:51 2002 +0000
+
+    (preview-auto-reveal-p): Handle self-quoting symbols (t and nil, principally).
+
+commit 1dec35ad08410a8ee1b4640f829cd078b1ed67f8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 14:10:48 2002 +0000
+
+    * doc/install.texi (Configure): typo --with-texmf corrected.
+
+commit 025176ef1dab8a4cdb488bca75330f8acf9dc7b3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 14:10:07 2002 +0000
+
+    *** empty log message ***
+
+commit 0a117f1e2ff2bcd1d3e4972ce96a1076b01c9652
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 14:09:41 2002 +0000
+
+    * doc/install.texi (Configure): typo --with-texmf corrected.
+
+commit 0bd4f0fa2fb54c52a874a09fd6c4ff8b20ad8d96
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 13:57:39 2002 +0000
+
+    *** empty log message ***
+
+commit 51ee85e0923c29c738a8bf07a606b4ae852bde06
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 13:57:11 2002 +0000
+
+    (Requires): XEmacs at least 21.1.14 (regexp
+    problem).
+
+commit 4cb57d35662dfa41c5de93237e319ac2ba319274
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 13:52:14 2002 +0000
+
+    *** empty log message ***
+
+commit 03103423da215e2951c3e25a56d3338d3184609e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 13:49:31 2002 +0000
+
+    * prv-emacs.el: Rip personal Email address
+
+commit ce9669e6ee11958f1d2285a72b2dc0a6a5a239ca
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 13:48:53 2002 +0000
+
+    Rip personal Email address
+
+commit cab5abdda95764fa909ea495a3ce8a313c766141
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 13:48:35 2002 +0000
+
+    * prv-xemacs.el: Rip personal Email address
+
+commit 6e569c76d720dd8a340b820a76b4b2d038023001
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 13:48:12 2002 +0000
+
+    * preview.el: Rip personal Email address
+
+commit 5d482e428647aa1f22be793566ff61971b8ece16
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 13:27:22 2002 +0000
+
+    * preview.el (preview-parse-messages): Make sequence check of
+    previews not complain about censored ones.
+
+commit 3d02fb3a4791a0a8b34450d23c47ac876c3f95a0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 11:28:28 2002 +0000
+
+    *** empty log message ***
+
+commit b45b13b5441149dbf6beb079e488d1a96b29fe08
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 11:28:10 2002 +0000
+
+    (Configure): link to `LaTeX international
+    characters'
+
+commit ad32999754c52e669c51ce8927935f7683e9742f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 11:27:07 2002 +0000
+
+    *** empty log message ***
+
+commit 779ca6bf863f5e602f881c28fe2d739a7ad713f0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 11:26:45 2002 +0000
+
+    (preview-auto-reveal): moved to preview.el
+    (preview-move-point): use preview-auto-reveal-p
+
+commit e6424ad46bcdd3e4410d028f84d5b768f1825aa7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 11:25:20 2002 +0000
+
+    (preview-auto-reveal): moved to preview.el
+    (preview-move-point): Use preview-auto-reveal
+
+commit cc4e9bb8348dd1eee6580720cc351573aecb0e91
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 11:24:05 2002 +0000
+
+    (preview-auto-reveal): moved from prv-*.el, new
+    customization options.
+    (preview-auto-reveal-p): New function.
+    (preview-arrived-via): New function.
+
+commit e8fbbd6152c22640dc728488861f5b9f0782b49b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 11:07:43 2002 +0000
+
+    *** empty log message ***
+
+commit 52d991c9358562a119e4dd652fb7a3b8b0402df1
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 11:07:26 2002 +0000
+
+    (LaTeX international characters): Offer
+    another solution.
+    (Middle-clicks paste instead of toggling): Update Emacs version
+    bug/patch info.
+
+commit 0e2eda5c8435c8f8e759384671e447cbdf02245d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 20 10:59:46 2002 +0000
+
+    (Misplaced previews): Add xref to
+    problems section.
+
+commit 6e32ce7f3614454c40119144b52824fa2bab0077
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 18 13:56:42 2002 +0000
+
+    (preview-dsc-parse): Newly written for better error
+    messages and more acribic adherence to DSC conventions.
+
+commit a018b80d1107e0b6dc4c352beee2897b76e82f7e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 18 13:06:28 2002 +0000
+
+    *** empty log message ***
+
+commit 4263ea4d66afb2f1447916044c54719fae463a6d
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Wed Apr 17 19:35:29 2002 +0000
+
+    *** empty log message ***
+
+commit af039c7bc6064885a43b8d5be8c3dac2fe8b075e
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Wed Apr 17 19:20:59 2002 +0000
+
+    (preview-supports-image-type): Check against total set of supported image
+    instantiator formats (image types), not just those supported in the
+    current domain.
+
+commit 4638d30916261d0b2d8b11685c9db5d7b5cd4977
+Author: Alan Shutko <ats@acm.org>
+Date:   Wed Apr 17 15:26:42 2002 +0000
+
+    Changes to make TEXMFGEN work on Solaris.  Solaris sed doesn't like
+    nested "\(\)" and its tr doesn't understand '\n' even though the man
+    page says it does.
+
+commit 4fcef2a78d9821f7c7bf13579988613ff05b9a31
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 15:19:53 2002 +0000
+
+    * preview.el (preview-gs-sentinel): Avoid dead process-mark
+    problem with XEmacs.
+    (preview-get-geometry): Be more specific about display errors.
+
+commit 857518effe4a338bf0c6e1af01db922867845854
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 15:18:07 2002 +0000
+
+    *** empty log message ***
+
+commit c69dc3530fd1e5f73eb371b2263edea588953190
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 01:48:37 2002 +0000
+
+    *** empty log message ***
+
+commit 59790c1cd740a743e6ebe7a38cd70f25762de6b8
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 01:40:03 2002 +0000
+
+    *** empty log message ***
+
+commit 6a1226a00c05996ed73f9205c485f50320b9e833
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 01:35:24 2002 +0000
+
+    * prv-xemacs.el (preview-supports-image-type): New macro.
+
+commit a468103158cb3ff3777084f7536778ad868a44f4
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 01:34:59 2002 +0000
+
+    *** empty log message ***
+
+commit ed331381ebd48ddf79cd8b5a71526c541217de9e
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 01:07:07 2002 +0000
+
+    (preview-supports-image-type): New macro.
+
+commit 6f8982a1274532c5b25747706b1eb50b301c491e
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 01:06:45 2002 +0000
+
+    *** empty log message ***
+
+commit 5b6ca3791e1336f7e035a2d96978734ae0c9b521
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 00:58:42 2002 +0000
+
+    (preview-gs-open): Make Emacs bomb out if image type
+    is not supported.
+    (preview-gs-transact): Ignore errors on write to pipe.
+
+commit ceac05d27edfc5ab967c222cde60e67b027e9f13
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 00:58:14 2002 +0000
+
+    *** empty log message ***
+
+commit 0a9c385306ae50a6677e5b662e4cdb448f6b6d5f
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 17 00:04:41 2002 +0000
+
+    (preview-move-point): Use map-extents rather than
+    extents-at.
+
+commit 5825c92af874011ea6988201421643374f46639d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 23:59:11 2002 +0000
+
+    *** empty log message ***
+
+commit 0a95159ba1b005f0cccce2b5ad635e18f684f1cc
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Apr 16 23:52:15 2002 +0000
+
+    *** empty log message ***
+
+commit 7efd9a5de70e502847da5a8f3f9c4cefe0402c10
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Apr 16 23:47:07 2002 +0000
+
+    (Configure): Describe what to pass to configure when you are a normal user,
+    but you have installed no packages before so your local package directory
+    doesn't exist.
+
+commit 97203d6974d835124ce41e2ec8e3669dc0864d05
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Apr 16 23:37:19 2002 +0000
+
+    (Problems with GhostScript): The error buttons are right-clickable too.
+
+commit 402444beba6c449b2c0f9832db6905cc0aedc635
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Apr 16 23:35:28 2002 +0000
+
+    (preview-create-icon): Cater for file-handlers (as in dired) forcing
+    coding-system autodetection at glyph-instantiation time if the glyph must
+    be read from a file; read it by hand.
+    
+    (preview-balloon-reroute): Typo fix.
+    
+    (preview-extents-at): New, cater for nonexistent `extents-at' in XEmacs-21.1.
+    (preview-move-point): Use it.
+
+commit ebcc062217ae6c927d3790d8b7212ce477dc5f8a
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 23:07:30 2002 +0000
+
+    Fix use of extents-at.
+
+commit 494a37be38ca06240eff138623ac8a53da968ecc
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 21:49:21 2002 +0000
+
+    (preview-gs-place): Generate nicer file names.
+
+commit 3825a00313b84f732acf6142deeaeaa0ef905994
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 21:48:56 2002 +0000
+
+    *** empty log message ***
+
+commit 61397df979422c1d7d11d436dd907bcd1863279f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 16 20:03:04 2002 +0000
+
+    *** empty log message ***
+
+commit 7dd52b1fffe73bad5fcea6d6b08e4a3a308fe702
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 16 20:02:37 2002 +0000
+
+    *** empty log message ***
+
+commit fc7f002165fddbf020207dd27c9c0ce6eb1670a2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 16 20:00:25 2002 +0000
+
+    And put the %post and %preun scripts in the -common- RPM.
+
+commit c3fa89d9373fc2db9fa85c7dc3c7b22163b071ff
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 16 19:32:57 2002 +0000
+
+    *** empty log message ***
+
+commit 3bf371b4f741c170632957c8cb8a5c833cce1490
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 16 19:29:00 2002 +0000
+
+    Fix info direntry removal
+
+commit 2923ee1a87cae8266e4b1730e97f089716510a8f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 03:36:22 2002 +0000
+
+    *** empty log message ***
+
+commit a5550988345ff13584651bd3737f55595bc968bf
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 03:35:58 2002 +0000
+
+    Adapt for 0.7.1
+
+commit a55c01bde55b7b30413152e1b456fed43ea062fb
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 03:26:55 2002 +0000
+
+    for 0.7.1.
+
+commit eec88cc3af2469e8418f52895fd324c53b0130a3
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 03:24:10 2002 +0000
+
+    Adapt for 0.7.1
+
+commit 437e9cb06a4293e1036af4b4a50ed0a6b5939510
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 01:01:35 2002 +0000
+
+    *** empty log message ***
+
+commit ea27facd173757f81b90c2c0a562faa0f9a7da44
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 01:00:15 2002 +0000
+
+    (Requires): Allow for split info files.
+      Docs go into preview-latex-n.n like everybody else does it.
+      Bump version to 0.7.1 for next release.
+
+commit f8f439e093b9c99a30e16b6fda045a2067185882
+Author: Alan Shutko <ats@acm.org>
+Date:   Tue Apr 16 00:53:12 2002 +0000
+
+    Some minor message updates.  Remove -q from grep,
+    just direct it to /dev/null.
+
+commit d410851f5609280f6b197c9c79e349cce8ed1442
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 00:41:03 2002 +0000
+
+    *** empty log message ***
+
+commit c8982320ac9aa2d27301c43f17b6cc9e16c99dfa
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 00:39:07 2002 +0000
+
+    (Requires): Allow for split info files.
+
+commit cf96aa4419ecfab3d0d50ff55e2fda986a676b31
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 00:34:30 2002 +0000
+
+    *** empty log message ***
+
+commit 30f7a454beb86db3e8442fd9578398f7de6f0f19
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 00:34:12 2002 +0000
+
+    (preview-latex.info): Remove --no-split.
+
+commit 06015b842b4fd4501d1e938e39f898dad2a977b0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 00:06:15 2002 +0000
+
+    *** empty log message ***
+
+commit 4dd429cd749427e42ea295fed084e675d73cf1d4
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 16 00:05:57 2002 +0000
+
+    (preview-make-package-xemacs): Use
+    preview-release-date.
+
+commit c869509f8351573ab235a2c030a8bbb17f81bbe1
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 23:59:00 2002 +0000
+
+    *** empty log message ***
+
+commit 35d722ca3f705b165e6a8c6a87d3f3f0cb305208
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 23:52:16 2002 +0000
+
+    *** empty log message ***
+
+commit d69f116c63eaa59f8b9f373eee220805b15b2cf0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 23:50:53 2002 +0000
+
+    (preview-release-date): New constant.
+
+commit 7e50adf27ccdb38dea308981a73bdb6c61a99a9e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 23:06:13 2002 +0000
+
+    *** empty log message ***
+
+commit c94642583cbe55348774c0f50b5da4ce8631e8e7
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 23:05:54 2002 +0000
+
+    (preview-log-error): Be really anal and careful
+    about what information the process might still be providing.
+    Christ, is this silly.
+
+commit 11d28a910b76f8708b502412762bd00b84e46081
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 22:14:54 2002 +0000
+
+    *** empty log message ***
+
+commit d603e0c81bd651a1dc59430980e26781545d1150
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 22:12:41 2002 +0000
+
+    (preview-replace-active-icon): Use
+    set-extend-end-glyph.
+    (preview-toggle): Use set-extent-begin-glyph and
+    set-extent-end-glyph and their ilk.
+
+commit 0c6bd8b99d24af43b10fb95f04a427a0f5e3a022
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 15 21:21:53 2002 +0000
+
+    *** empty log message ***
+
+commit 73f011547def4207a33d398994ed54d4de9df21d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 15 20:46:52 2002 +0000
+
+    Slight change
+
+commit 49e624199b92ae5cf6a18bd9ccfa5173076431a5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 15 20:42:02 2002 +0000
+
+    Docs now goes in preview-latex-n.n-n directory
+
+commit 13b476be94d40b143418316a71019739a58dee7f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 15 19:41:16 2002 +0000
+
+    Some rewrites, esp. email pointer if the install fails.
+
+commit d4b66d0b1d2c1ea4e0f934a19af449be51728bb7
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 18:30:04 2002 +0000
+
+    * prv-emacs.el (preview-make-clickable): glyph could no longer be
+    a string.  Take advantage of that.
+
+commit 11a0fb0dbcee461e78fe24ead338af03dc2245a6
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 18:29:29 2002 +0000
+
+    *** empty log message ***
+
+commit c448205f431555ff18f3404a7ef333ca9af22d52
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 18:29:05 2002 +0000
+
+    * prv-xemacs.el (preview-make-clickable): glyph could no longer be
+    a string.  Take advantage of that.
+
+commit de1dfe18eb917148ce01bad33fc3642ed55ba152
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 16:40:11 2002 +0000
+
+    *** empty log message ***
+
+commit 159722e29a1b65e01074ce3f84101449a1ca956b
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 16:39:44 2002 +0000
+
+    * prv-xemacs.el: checkdoc compliance.
+
+commit 55cf988902b4634a8d21202dd324915363488c00
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 15:49:55 2002 +0000
+
+    (preview-disabled-string): slightly more correct
+    excursion.
+    (preview-disable): Clear image for garbage collecting if no
+    longer needed.
+    (preview-inactive-string): excursion from
+    preview-disabled-string.
+    (preview-place-preview): Don't generate inactive string, that
+    gets done on-demand by toggle.
+    (preview-reinstate-preview): Same here.
+
+commit 6f135c7e87ad23c5b138a2e4644e550d0c5c862e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 15:49:34 2002 +0000
+
+    (preview-replace-active-icon): Avoid multiple
+    evaluation of replacement.
+    (preview-make-clickable): Preformat constant help strings.  Help
+    messages will not adapt to changes of preview-button-[12] after
+    compilation, but that's probably worth it.
+    (preview-toggle): Generate inactive-string on the fly.
+
+commit 794dfd3b569181f1680b97515bee7dbbd60530f2
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 15:49:11 2002 +0000
+
+    (preview-make-clickable): Preformat constant help
+    strings.  Help messages will not adapt to changes of
+    preview-button-[12] after compilation, but that's probably worth
+    it.
+    (preview-toggle): Generate inactive-string on the fly.
+
+commit a9c3eac08b507219c6f72d67eefb84af34806880
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 15:47:26 2002 +0000
+
+    *** empty log message ***
+
+commit a1b5fa298e7e90e99facebbdb8461510f22f7ed1
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 13:28:23 2002 +0000
+
+    *** empty log message ***
+
+commit 74e51147c48f476e1d0ca2d6ee4db4d95a7301c4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 13:27:11 2002 +0000
+
+    * prv-xemacs.el (propertize): Throw out.  Too much potential for
+    conflicts of macro arguments and bindings.
+    (preview-create-icon): Revert desparate forced instantiation
+    attempt.
+    (preview-make-clickable): Be more careful about double evaluation.
+
+commit e357aa1384001b3d69335d2d3bca9ebd135a80ee
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 13:26:39 2002 +0000
+
+    (preview-make-clickable): Same change as in
+    prv-xemacs.el below.
+
+commit 08e2f32e1f180c3b7157db692d5badf4fdfad7eb
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 15 10:17:46 2002 +0000
+
+    *** empty log message ***
+
+commit 7747d3d9f109f18d94dd7a7994eb4ee138e4dfc6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 15 10:14:47 2002 +0000
+
+    Tidying up
+
+commit e9106d8db50fbba50fc81f714d0e89f7f7b6aca8
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 01:14:26 2002 +0000
+
+    Disable interfering existence test.  Hmmm.
+
+commit 0373473ed432a58361fd183598880ca7b0b83482
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 01:12:00 2002 +0000
+
+    *** empty log message ***
+
+commit 8aa34afb861d5411ec2ed76be27201d3754b5c5a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 01:07:05 2002 +0000
+
+    LAst minute changes for 0.7
+
+commit c20959b78c36975d7bedbc3171b41b9a0e3a82bf
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 00:35:25 2002 +0000
+
+    Last changes to build here under 0.7.
+
+commit 33da030029e6b1c508ff041b4206659a1fa096df
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 00:24:22 2002 +0000
+
+    *** empty log message ***
+
+commit 842e1ab5e30afb0d80fec728fbb41d522735a1a7
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 00:23:55 2002 +0000
+
+    (Getting started): Mention desktop instability
+    under XEmacs.
+
+commit 5def04a7c8dd344146b60f40334598dd1aa47ef7
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 00:10:44 2002 +0000
+
+    (preview-create-icon): I hate XEmacs.  I hate it.
+    I don't have to take this stupid image instantiator crap, do I?
+    That's what Nick was supposed to work out.  Make make-glyph not
+    run Amok when the current buffer is not selected.  I don't even
+    understand what this does.
+
+commit 6a87a64dfcc20e5eea2416a52f35e1bc3c92a9af
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 15 00:09:49 2002 +0000
+
+    *** empty log message ***
+
+commit 03109365e9455b0c66e3ffbcd1b20aa215e97c72
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 23:27:18 2002 +0000
+
+    *** empty log message ***
+
+commit 650114dba8be10fc6e78792138f980dc4a1221b7
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 23:24:29 2002 +0000
+
+    (preview-mode-setup): Make the various hooks local.
+    (preview-move-point): Do not try to redisplay a detached extent (as happens
+    if a preview is killed while auto-revealed).
+
+commit 0c1ae87d8c640cd4ff83f5183bc4367217c3b4c0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 18:48:24 2002 +0000
+
+    Some updates for release.
+
+commit 5cb641e516df31ea119ad4f4e51c50d77c2b2f51
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 18:46:44 2002 +0000
+
+    *** empty log message ***
+
+commit 486d2edcce80fb8d97cf2f4b6b72d05a651c287a
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 18:42:58 2002 +0000
+
+    (Activation): Mention that XEmacs installations normally don't need
+    activation.
+
+commit e083fe8fe88ae116f00a490443540bccdb041d77
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 18:24:22 2002 +0000
+
+    (preview-export-image, preview-import-image):
+    shorten export format.  Backward compatible.
+
+commit 4b3482d48e760bae6d3ec7fb2bab051751e977de
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 18:24:03 2002 +0000
+
+    *** empty log message ***
+
+commit ce2bcb08f87a220f0c8743fb96a28e163e3641c6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Apr 14 18:09:00 2002 +0000
+
+    *** empty log message ***
+
+commit 99a16af0ff8143dfd530539e75dd891063e88692
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 18:06:22 2002 +0000
+
+    *** empty log message ***
+
+commit 35eea65cbb345b0dd3bf7929c23b92a9dc09d5c4
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 18:02:43 2002 +0000
+
+    (XEmacs): Say that preview reinstating works with a new
+    enough desktop.el.
+
+commit e2ce3cc3afaf3b82afa005623b448ee54f3f4045
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 17:15:47 2002 +0000
+
+    *** empty log message ***
+
+commit 78b3d62fb04e211cdfd5fc0c9d2a6980ddec3b29
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 17:08:06 2002 +0000
+
+    (glyph-image-type): New, determine the image type of a glyph.
+    (preview-export-image): Use it.
+
+commit e3cb538366ec6a36c9eb78127d2dd4cfa0116229
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 16:21:43 2002 +0000
+
+    *** empty log message ***
+
+commit 737f351b8afa0bdb83bbb81e9655590c1cc6f786
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 16:21:20 2002 +0000
+
+    (preview-export-image): New macro.
+    (preview-import-image): New macro.
+
+commit e7b4ec8058a2d8eeae69c0b0aa75bfcc06453ba7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 16:20:00 2002 +0000
+
+    * preview.el (preview-reinstate-preview): use
+    preview-import-image.
+    (preview-dissect): Use preview-export-image.
+
+commit 53fcfae47585711fca19edc2715034d5b6dbf775
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 16:18:21 2002 +0000
+
+    (preview-export-image, preview-import-image): New
+    functions for desktop.el.
+
+commit a57f967aa8e4c01a9209504addeef601bb66c1e9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 14:32:20 2002 +0000
+
+    (preview-latex.info): In the interest of
+    release sanity, add --no-split option so that we have to cater
+    for just a single info file.  Needs to be reverted later.
+
+commit 5c6d59971bfbb9834ca3400233c8acf908162433
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 14:32:04 2002 +0000
+
+    *** empty log message ***
+
+commit 814cda8ab9e79d65e52fc8d269d684604752a05f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 14:10:46 2002 +0000
+
+    *** empty log message ***
+
+commit c2dfb288114d5549db443f18a2a869dcfbd2f783
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 14:10:24 2002 +0000
+
+    (Getting started): mention circ.tex here
+    instead of installation.texi.
+
+commit 0fcb9b6fafa2da49cc6563e2f2c6d5ce91594f9b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 14:08:40 2002 +0000
+
+    (preview-gs-filter): Don't remove from "Compilation"
+    tag if just in filter routine.
+
+commit 9c6f2d857d3938e8afdf8a20255282b422fdfdaf
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 14:08:18 2002 +0000
+
+    *** empty log message ***
+
+commit a39e310a53a278dffb09ad7e41fe146af4597d90
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 14:04:05 2002 +0000
+
+    update
+    inflicted Emacs version number.
+
+commit f056585072c18b4ef06733cbfde5fb84b7e50591
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 14:03:24 2002 +0000
+
+    *** empty log message ***
+
+commit a969ae844a410132a0055dc4f0392a732cd5865f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 13:59:58 2002 +0000
+
+    (Middle-clicks paste instead of toggling):
+    Alas, those bugs persist into 21.2 although the CVS has had it
+    fixed for half a year almost.  "Stable release" policies.  Ha.
+
+commit 5199e4fb5ff93fb2e9a22c91dfe4da52cc892323
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 13:59:36 2002 +0000
+
+    *** empty log message ***
+
+commit 2042317b24b176aaf5d8baefd68e0bd6f4cab4dd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 13:54:45 2002 +0000
+
+    Typo in xref.
+
+commit 1f6683afde65ad0aa436adac5d134f5db6307609
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 13:50:10 2002 +0000
+
+            * doc/install.texi Added section for package providers, updated
+            the links.
+
+commit 5d3e6e6342b3bead37f17991658474abb82bf8a0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 13:42:04 2002 +0000
+
+    *** empty log message ***
+
+commit 81607883206d6f5bcb3f5b52d0836c57bfd5fccc
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Apr 14 12:53:43 2002 +0000
+
+    Only require xemacs >= 21.1
+
+commit b412f11f3bccf37431fb81b875916508ca9930ed
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 12:16:57 2002 +0000
+
+    *** empty log message ***
+
+commit da8bc80a0ceabedd98121ca72df2c9c0e8c3c729
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 12:10:28 2002 +0000
+
+    (preview-parse-messages): Typo and grammar fixes in comments.
+    No longer wonder if XEmacs will like line-number regexps.
+
+commit 8bc23fd870a41472a9efbba13c1df3a4451b918a
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 12:05:01 2002 +0000
+
+    (XEmacs): Say that it works modulo core bugs and new desktop.el package.
+    Point to the latest version of the core patch.
+    Suggest trying under MS Windows.
+    (GNU Emacs under Windows): Point out that preview-latex's not been tested
+    under Windows with XEmacs, either.
+
+commit 5958644d7868ff5aee283aa83ee6cfc514c5f30a
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sun Apr 14 12:02:39 2002 +0000
+
+    (Prerequisites): No longer describe XEmacs support as preliminary.
+    Mention the Known Problems link.
+    (Configure): Elaborate --with-packagedir.
+    (Loading the package): Mention that most of these instructions
+    are unnecessary for XEmacs, except if you used --with-packagedir.
+    (Maybe should split into Emacs/XEmacs subsections?)
+
+commit fe1f80f66f4b1742953ca6a9740d310d02a2ffcc
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Apr 14 11:53:56 2002 +0000
+
+    *** empty log message ***
+
+commit c655eaa8c300661c3b345d608d91d3be7c1102a4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Apr 14 11:53:07 2002 +0000
+
+    Added --with-xemacs
+
+commit 632ab1d456b32592a6af2a03c2585cfb939d87fe
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 01:46:38 2002 +0000
+
+    (TeX-inline-preview): Catch initialization errors and abort.
+    Good for people without graphic display.
+
+commit a5c0946d3c1206f6c0a434f7df77809d94bbf139
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 01:46:17 2002 +0000
+
+    *** empty log message ***
+
+commit b9daed1bb37ef66d596bda972a83b22df21f59a9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 01:36:04 2002 +0000
+
+    *** empty log message ***
+
+commit 7cfb429750379a63b635698a6a1cf6728bc93bd0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 00:52:23 2002 +0000
+
+    Typos.
+
+commit cd5ddd4f9031a84639a2f37608da10e506e0e689
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 00:10:35 2002 +0000
+
+    (preview-error-condition): New variable for last
+    error condition.
+    (preview-log-error): Error reporting routine.  Logs to run buffer.
+    (preview-reraise-error): At the end of routines, raise a true
+    error with beep and whatever else is necessary to get attention.
+    (preview-gs-sentinel, preview-gs-filter)
+    (preview-gs-dvips-sentinel, preview-gs-transact): use it.
+    (preview-gs-transact): Don't send to dead process.
+    (preview-parse-messages): Use error logger.
+    (preview-TeX-inline-sentinel): Same here.
+
+commit e934d7d9f8add4e768e33a98a7511460067350a9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 14 00:10:13 2002 +0000
+
+    *** empty log message ***
+
+commit be12849147d8cc57a43219731870d4fc107bc8ca
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 13 23:56:03 2002 +0000
+
+    *** empty log message ***
+
+commit 99474e45515c4f2f1d4582cdca64681b84655dd0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Apr 13 19:54:15 2002 +0000
+
+    *** empty log message ***
+
+commit 5ee97cb888d943590cc823179e5c2c9463c1a069
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Apr 13 19:53:21 2002 +0000
+
+    Document new keybindings
+
+commit da509c86891adc999f74e2cb12b8a530eb4230d4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Apr 13 18:46:42 2002 +0000
+
+    *** empty log message ***
+
+commit 14a477dc8593962982be2f5fac94099f9b9055fc
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Apr 13 18:43:54 2002 +0000
+
+    Repair RedHat XEmacs braindamage
+
+commit 89563b7f8cd84bdedc652492776d6d21ea91477f
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 13 15:52:02 2002 +0000
+
+    *** empty log message ***
+
+commit 889373ff654f851b85ccb67ffd37bef1d4d43864
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 13 15:47:53 2002 +0000
+
+    (preview-compatibility-macros): Bind the final list of compiled macros
+    into the bytecode at the end of compilation.
+
+commit c8faee8245b4d67b61c4f3bc81b392d0d3c4ebae
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 13 14:24:18 2002 +0000
+
+    *** empty log message ***
+
+commit 5e9ae70f2fa84096b5e0c15cd2eae8cfcd280dc3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 13 14:21:19 2002 +0000
+
+    * prv-xemacs.el (preview-make-clickable): Revert changes.
+    (preview-auto-reveal): revert default.
+
+commit 034632b73645be729bfe644200d3c290cb04f189
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 13 13:47:38 2002 +0000
+
+    *** empty log message ***
+
+commit 7869b6609b41ef782f8f78abcb56dfe15c5fe068
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 13 13:43:10 2002 +0000
+
+    (preview-auto-reveal): If reveal-mode is not defined, the default should be nil.
+
+commit 8beb7b86bb3f2dcdc5e99480543c782fbb2ee086
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 13 12:59:29 2002 +0000
+
+    (preview-nonready-icon): Give a reasonable error if the icon doesn't exist.
+    (preview-error-icon): Likewise.
+    (preview-icon): Likewise.
+    
+    (preview-make-clickable): Set `isearch-open-invisible' on new clickable regions.
+    (preview-toggle): Likewise.
+    (preview-auto-reveal): Only track reveal-mode if reveal-mode is defined.
+    
+    (isearch-highlight): Make a protected, disabled advisement by default.
+    (replace-highlight): Never exists; don't bother to advise.
+    (preview-query-replace-reveal): Turn on the isearch-highlight advisement.
+
+commit 2a724e5c184d5c66b0edea06d76c567d9897b598
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 13 12:49:05 2002 +0000
+
+    * preview.el (preview-next-border): Fix a weird error where
+    regions beyond the file were demanded.
+    (preview-at-point): Include previews immediately before point for
+    toggling.
+
+commit 2fb143746982c9b57e56644555cc773c395c0f41
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 13 12:48:56 2002 +0000
+
+    Update XEmacs status: most things are now done.
+
+commit ba3a20c0b58d15594b7ec56decbf3ae9546efe06
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 13 12:04:17 2002 +0000
+
+    *** empty log message ***
+
+commit 60dba11523b370c4372d21184a6d11b26ada2d20
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 13 12:02:50 2002 +0000
+
+    * prv-xemacs.el (preview-toggle): Make isearch open the invisible
+    stuff, and make isearch-invisible track invisible so that isearch
+    will not "restore" things improperly.
+    (preview-move-point): isearch is manipulated by advising
+    isearch-highlight.  No need to check here for isearch-mode.
+    (defadvice): only advise replace-highlight if defined.
+
+commit a8ced2aabf125e3b05e53b4d5fdefd127ae6a2bf
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 13 02:06:11 2002 +0000
+
+    *** empty log message ***
+
+commit 5013dfcc585ab31db74f2bf2b66adab852d034d9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 13 02:05:25 2002 +0000
+
+    (subsection{The \texttt{showlabels} option}):
+    hotfix for strange label names.
+
+commit 64aadce5cb6a27a3049b9c8850f03c62f9a28b27
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 13 02:04:04 2002 +0000
+
+    (preview-disable): Go via toggle for disabling
+    strings.
+
+commit 6371019cef82289039b43ec33135c1f5b0a1d550
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 13 02:03:30 2002 +0000
+
+    (preview-mode-setup, preview-marker)
+    (preview-temporary-opened, preview-mark-point)
+    (preview-auto-reveal, preview-move-point, preview-open-overlays)
+    (replace-highlight, preview-query-replace-reveal)
+    (preview-change-list, preview-register-change)
+    (preview-check-changes, preview-handle-before-change)
+    (preview-handle-after-change): Do the whole fake-intangibility
+    and change detection shmeer.  isearch does not work yet.
+
+commit 26c12e545982ac6b670d1774c6468183b380b21f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 13 02:03:07 2002 +0000
+
+    *** empty log message ***
+
+commit 8beee0213ec5aa8a8fb06962a459923a3126bd68
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 16:02:34 2002 +0000
+
+    *** empty log message ***
+
+commit 004737ec8784c9e93cca18fb9a4cc9e103a279b3
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 16:01:59 2002 +0000
+
+    (preview-dsc-parse): Make error parsing more robust.
+
+commit f5b68336f68e196a5ceb0bf20907b80e584f1177
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 13:57:44 2002 +0000
+
+    *** empty log message ***
+
+commit e3b1ae0703597d736e986f13976766642c00cb8d
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 13:57:18 2002 +0000
+
+    * preview.el (LaTeX-preview-setup): call preview-mode-setup
+    and/or put it in LaTeX-mode-hook.
+    (preview-buffer, preview-document, LaTeX-preview-setup): New
+    commands, keybindings, menu entries.  Things are now more
+    orthogonal and you do no longer need C-c C-c and their ilk (though
+    still supported): we have the commands all accessible via C-c C-p
+    now.
+
+commit 8b547b9afa570f4bd41139771f31c89f835fdae8
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 08:14:53 2002 +0000
+
+    * prv-xemacs.el (preview-mode-setup): New function.  Enable
+    balloon help.
+
+commit d01a6943dd94ee128d9d1c83bd87c4e4723bbbaa
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 08:14:27 2002 +0000
+
+    * prv-emacs.el (preview-toggle): Move hook setup to
+    preview-mode-setup.
+    (preview-mode-setup): New function.
+    (preview-mark-active): make macro.
+
+commit de46f1b2572becd2a0f3da7f94b5fecb30108a87
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 08:13:56 2002 +0000
+
+    * preview.el (LaTeX-preview-setup): call preview-mode-setup
+    and/or put it in LaTeX-mode-hook.
+
+commit 7d095300ec4a2b6ac1eb368f7b457b176d1fbff6
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 08:13:30 2002 +0000
+
+    *** empty log message ***
+
+commit f9043460dbbf4d046e3495a666a10711ecdb07d4
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 06:01:31 2002 +0000
+
+    *** empty log message ***
+
+commit 01dbdce64cdf462de61bde6c8c919deae412c477
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 06:01:12 2002 +0000
+
+    New icons.
+
+commit 7fe4acf08d37d1f24ddec7a09f5ad22a0ad33de8
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 05:59:16 2002 +0000
+
+    New icon.
+
+commit 2ec3acaae9127787a646a289d7c5cbbec489b9af
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 05:58:25 2002 +0000
+
+    (preview-error-icon): New icon.
+
+commit 3ff5e1f790df47aa51437aab546d8c1dd3d8d169
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 05:57:26 2002 +0000
+
+    (preview-mouse-open-error): Use other call
+    conventions in order not to confuse XEmacs.
+    (preview-gs-flag-error): switch to using error icon.
+    (preview-error-face): deleted.
+
+commit 5f46c7eca70c8b00cc9d093e4d023bf3b3f051fc
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 05:53:39 2002 +0000
+
+    (preview-error-icon): New icon.
+    (preview-make-clickable): new properties preview-balloon-help and
+    preview-keymap.
+    (preview-click-reroute): changed to use preview-keymap.
+    (preview-reroute-map): new function.
+    (preview-balloon-reroute): new function.
+    (preview-toggle): change the juggling.
+
+commit b0e2bc8fabb290b7163f2573172864db7dd8494f
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 01:07:44 2002 +0000
+
+    *** empty log message ***
+
+commit 1fc07a717ba29e4d74256743c66034c6df5c42cc
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 12 01:07:24 2002 +0000
+
+    (Simple customization): expound on the
+    center example.
+
+commit 2b2d1840088649cb93b9aded92ab3c49c79aad08
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 11 18:17:59 2002 +0000
+
+    *** empty log message ***
+
+commit 20f23d6acd54fe282dc98b90af2b6d397f3a5728
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 11 18:14:23 2002 +0000
+
+    Adjustments for xemacs
+
+commit 34c163e063827dceceffa1a2684268b1db764d0c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Apr 11 17:51:15 2002 +0000
+
+    Reinstate (reverse) textmath hint
+
+commit 27693f4363808af16b659c86afaa35806406eb8b
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 11 16:45:40 2002 +0000
+
+    *** empty log message ***
+
+commit d27711f3bbed0f128cd59c7ee182987492e3ad52
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 11 16:45:20 2002 +0000
+
+    (preview-buffer-restore-internal): basically the previous
+    preview-buffer-restore.
+    (preview-buffer-restore): delay resinstating previews vie
+    desktop-delay-hook.
+
+commit 66b9d91dddcb518ef888d05f3c5aa0dc13705507
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 11 14:13:51 2002 +0000
+
+    *** empty log message ***
+
+commit 6ea4f4cae3d242ef7d43687df2062f5ca06d2263
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 11 14:13:27 2002 +0000
+
+    (preview-environment, preview-parse-messages): byte
+    compiler warnings.
+
+commit 4e21f72481ffdf89a1ddfdb5e82cd23644f7f94c
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 11 13:30:14 2002 +0000
+
+    *** empty log message ***
+
+commit 35268aa20f8e87305b98b80662bb186daffbe206
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 11 13:29:53 2002 +0000
+
+    * prv-xemacs.el (face-attribute): Try getting calculation of
+    :height more correct.
+    (preview-inherited-face-attribute): Make a macro.
+
+commit bd9ee8ca80f0e71cf2a8b421328213d9d97a8fc4
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 11 11:51:38 2002 +0000
+
+    *** empty log message ***
+
+commit 49687103c08371020486bfff3fe891860a53a1ae
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 11 11:51:18 2002 +0000
+
+    (preview-make-package): Avoid Emacs
+    unnecessarily loading all command line arguments as files.
+
+commit 397b4e5aa2f1661f35e0bc9a77bcacd613ded480
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 10 23:10:26 2002 +0000
+
+    *** empty log message ***
+
+commit 513869548b3ce935b15c81b1e713ea04c06cf10c
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 10 23:10:03 2002 +0000
+
+    (preview-click-reroute): New routine to
+    discriminate between clicks on glyphs or else.
+    (preview-make-reroute): Generate a reroute map from original
+    glyph clickable keymap.
+    (preview-toggle): use the rerouter.
+
+commit 6bda71584d5f5455bb12ddca8fb2326badc5a180
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 21:00:30 2002 +0000
+
+    *** empty log message ***
+
+commit 943b5429644be45b5193924226761c111be27f5a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 20:54:00 2002 +0000
+
+    Remove the textmath hint
+
+commit dbe5407f4cff6637a433e602ad4b15af0e018490
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 20:44:01 2002 +0000
+
+    Added hint on getting custom environments previewed
+    due to John Jones
+
+commit 094a1bd37279f1dc3e28d94dba8e86a7267faac4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 19:54:12 2002 +0000
+
+    Simplifications
+
+commit b07736ed9c2aa9ca32a229759ecbc46d25921f6d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 19:37:42 2002 +0000
+
+    New
+
+commit f24995e7a4ff3264fdb17134f93e1a423f96fce3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 19:36:26 2002 +0000
+
+    Changed due to the 'latex' subdir
+
+commit 518ce613b85dac3613796f90b09bc0c6a60319f1
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 10 15:28:04 2002 +0000
+
+    *** empty log message ***
+
+commit 11c8e35e84f8f216263d22546d1cefe93d3de475
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 10 15:27:45 2002 +0000
+
+    (preview-default-option-list): set textmath per
+    default.
+
+commit 57dceae71479d222b168d119a6f82e4debae5886
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 15:20:03 2002 +0000
+
+    Removed
+
+commit e7e44a660a50e95593c034fd95e0dd694353ded1
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 12:58:26 2002 +0000
+
+    Simplifications from using a 'latex' subdir
+
+commit 8c49b347ad3cb84f24794ae9b3f08d6710c2560b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 10 11:49:58 2002 +0000
+
+    *** empty log message ***
+
+commit 2f7c1bc1b9a475a0fd14a5d1a38446ec8f559025
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 10 11:49:38 2002 +0000
+
+    update to reflect added file footprint
+    from preview.dtx
+
+commit 918787442712935530c88b7e08daccb01952e507
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 11:39:37 2002 +0000
+
+    Use mkinstalldirs
+
+commit d53ca5240e89856987257fcbe7776bbe285fa6e6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 10:55:38 2002 +0000
+
+    *** empty log message ***
+
+commit 96d17fa3df005efe5244a7d84c9e4822ccb79ae2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 10:43:44 2002 +0000
+
+    Move the texmf part to latex/Makefile.in, fix the 'clean' target
+
+commit d0e75c3ef59bdeee766832015de3bd64bb586422
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 10:42:05 2002 +0000
+
+    preview.dtx has moved, generate latex/Makefile
+
+commit cb123a02ccd10f73d42e45620fcb85bdb5df3bae
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 10:41:17 2002 +0000
+
+    preview.dtx has moved
+
+commit c46e2ea82f32147de427c1f2398ad70ae2510347
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 10:40:42 2002 +0000
+
+    Typo corrected
+
+commit 361d6400a0c793794f0390bebe0201f841f7862e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 10:27:42 2002 +0000
+
+    Renamed README-preview to latex/README-preview
+
+commit 312a6c1e5bd579bafe0b8819839a383fbb840e94
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 10:25:15 2002 +0000
+
+    Renamed bootstrap.ins to latex/bootstrap.ins
+
+commit 48669588bf018ffc5c18653372af7254c5a35ba3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 10:22:12 2002 +0000
+
+    Renamed preview.dtx to latex/preview.dtx
+
+commit a516aa4b67506dfdea17358e106898f33e3c19bf
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 10 09:25:59 2002 +0000
+
+    Move latex style to subdir
+
+commit 5cd64eedcc06ece1d5e40db4946076f9955235ad
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 10 02:34:58 2002 +0000
+
+    *** empty log message ***
+
+commit 8aa46302c072d0c9273a22066584db4f0db7558a
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 10 02:34:29 2002 +0000
+
+    (face-attribute): GNU Emacs calculates face
+    heights differently.
+    (preview-replace-active-icon): For now do the full inefficient
+    stuff.  Working this out later should be easy.  XEmacs now
+    displays previews, but that's about all.
+    (preview-button-1, preview-button-2): define as XEmacs buttons
+    (preview-make-clickable): make balloon-help something that
+    balloon-help-mode understands.
+
+commit d131e5a9f21ae5d1fbf00830c88d60b68bb7dbf4
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 10 00:37:22 2002 +0000
+
+    *** empty log message ***
+
+commit 4e479c3457e3c97770268c23a4848aa9951bed24
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 10 00:36:49 2002 +0000
+
+    (face-attribute): GNU Emacs calculates face
+    heights differently.
+    (preview-replace-active-icon): For now do the full inefficient
+    stuff.  Working this out later should be easy.  XEmacs now
+    displays previews, but that's about all.
+
+commit 1d6288aa3ea175287316dc5aacd4d9a28500c5d9
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Apr 9 23:25:19 2002 +0000
+
+    *** empty log message ***
+
+commit d059c07e6456613ea544f8f6c73e99298e757ac0
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Apr 9 23:23:28 2002 +0000
+
+    Remove crufty destructive-copy stuff.
+    
+    (map-plist, destructive-replace-glyph, copy-glyph): Removed.
+    (preview-replace-active-icon): Just set the new image property rather than
+    destructively copying it.
+
+commit 515d01f3b9158423d065b0550b83ec7cbedeefca
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Apr 9 22:49:28 2002 +0000
+
+    *** empty log message ***
+
+commit 92aaae5c7cd27c0786c77a900d525f7a3ae033af
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 9 22:46:25 2002 +0000
+
+    Add 1 pixel margins as to Jan-Ã…ke's request.
+
+commit 7b30ff0a4c83bb7cde19944f596ff4fbe3f881c9
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Apr 9 22:46:09 2002 +0000
+
+    (preview-nonready-icon): Fix baseline.
+    (preview-icon): Likewise.
+    
+    Bug fixes:
+    
+    (destructive-replace-glyph): Don't confuse `new-glyph' and `glyph'.
+    
+    Sync with prv-emacs changes:
+    
+    (propertize): Create zero-length extents if possible.
+    (preview-image-from-icon): Removed.
+    (preview-string-from-image): Removed.
+    (preview-replace-icon): Removed.
+    (preview-nonready-copy): New, simple as anything.
+    (preview-replace-active-icon): New, albeit apparently broken.
+    
+    (preview-make-clickable): Handle glyphs as well as strings.
+    (preview-toggle): Clickable glyphs are now always on the `end-glyph'.
+
+commit c56511a876a9022fd136cbfe1c863518cfb67520
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 9 15:14:04 2002 +0000
+
+    (preview-nonready-copy): replaces
+    preview-image-from-icon
+    (preview-replace-active-icon): replaces preview-replace-icon
+    (preview-make-clickable): make preview-string-from-image
+    unnecessary.
+
+commit 25e3aee716e96c41035432f0c2e6deaaa2b14357
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 9 15:13:45 2002 +0000
+
+    (preview-gs-place): Don't return image, just enter
+    it.
+    (preview-gs-transact): Call preview-replace-active-icon
+    specialized routine instead of the more general hack used before.
+    (preview-disabled-string): kill preview-string-from-image
+    (preview-inactive-string): same here.
+    (preview-eps-place): change in place semantics as above.
+    (preview-active-string): Don't receive image argument.
+    (preview-place-preview): New place semantics.
+
+commit eb3ab6b6c97c038c698c25f6940d290da489fadb
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 9 15:13:27 2002 +0000
+
+    *** empty log message ***
+
+commit d8b02fc1b8c312039f79edcb7b0450a93a1e5bb3
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 9 12:59:32 2002 +0000
+
+    *** empty log message ***
+
+commit 12d1f2f3920b526499cff6ac5dd84b507d483f7d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Apr 9 12:59:15 2002 +0000
+
+    (x-symbol interoperation): Bump recommended
+    version to 4.2.2.
+    (Middle-clicks paste instead of toggling): Mention fixes present
+    in Emacs-21.2.
+    (Middle-clicks paste instead of toggling): Mention isearch.
+
+commit 7563a689b29e3a4f3d36a77feed6d24faf5a85c4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 9 11:05:33 2002 +0000
+
+    *** empty log message ***
+
+commit e320fa8603ad257c09ea4d31ba317ffa674195e5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 9 10:46:17 2002 +0000
+
+    Install icons
+
+commit cccf4354f90bc761f8afb39fa4b0c3b25ecd31c7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 9 10:37:53 2002 +0000
+
+    *** empty log message ***
+
+commit b096705144957084142fd39efceb69ef5bdee2dc
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 9 10:22:54 2002 +0000
+
+    Put Nick in authors, slight other changes
+
+commit 2da297cee447ee5f64e440b7ab29e7f80c04f041
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 9 10:10:26 2002 +0000
+
+    Added entry on fast conversion and bounding boxes
+
+commit d33385c4ad32fede4288c27147f3f08abd9d24a0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 9 10:09:20 2002 +0000
+
+    Added manual stuff
+
+commit 894330c5a53a36ab1b37fe11404a808c26271152
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 8 13:14:59 2002 +0000
+
+    *** empty log message ***
+
+commit e6b02e6a3524342a59aa0abb54162621266ff4e0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 8 13:13:52 2002 +0000
+
+    Make it compile again.
+
+commit 74e4eddd64dd5e350c17ad2fc4614d6286c74b39
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 8 00:03:57 2002 +0000
+
+    *** empty log message ***
+
+commit 91b7650d28c1a593e4a21a2ee506d529c7819cfa
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 8 00:03:34 2002 +0000
+
+    New suggestion for manual.
+
+commit ff6bd4dc3fb8687103f5af1de42ea0973106aad8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 7 23:57:08 2002 +0000
+
+    Adapt text to new icons.
+
+commit 3d141ef25cea1817be85a31eda70d8396e35d7f1
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 7 23:43:57 2002 +0000
+
+    *** empty log message ***
+
+commit 3968dbd430128dd57925e1f1873718d394e53b0e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 7 23:42:59 2002 +0000
+
+    (The Emacs interface): Add documentation
+    about the scaling variables/issues from preview-latex.
+
+commit 09dea39179a5ff205a64411fbcab21843a85fc4e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Apr 7 00:31:26 2002 +0000
+
+    *** empty log message ***
+
+commit 8b4d7dafeb50fc0d5d04f59bc57b191a9a3a11f3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 6 23:41:38 2002 +0000
+
+    *** empty log message ***
+
+commit d6bbdce693ca667563f07b0d020c6babd5223c9b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 6 23:38:31 2002 +0000
+
+    (preview-nonready-icon): Use new icons.
+    (preview-icon): Same here.
+
+commit 3ded682dc559764a8b400d05e7c5bf0218a1f618
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 23:31:33 2002 +0000
+
+    *** empty log message ***
+
+commit d3c401b32bd95dc2d5ff49e8ab1d384aaa1e8086
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 23:27:27 2002 +0000
+
+    (preview-make-package-xemacs): Revert last change; package version numbers
+    must be integral.  Ensure that we get a valid integer even if `preview-version'
+    contains multiple periods.
+
+commit f0cd9fb7d768b850afd6d152ab3fc926b6902c9b
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 23:10:27 2002 +0000
+
+    *** empty log message ***
+
+commit 76930fc794c91eb97cc7962c7ea0b63a0b6733d9
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 23:04:50 2002 +0000
+
+    (preview-make-package-xemacs): Prepend "0." to XEmacs package version numbers
+    for CVS versions of preview.el.
+
+commit 28eecf4f745fba05b9f3254fe0feea2aaacda872
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 23:02:38 2002 +0000
+
+    (preview-icon,preview-nonready-icon): Use new icon images.
+
+commit ecf173fb072941cbf92bf5dce53a3c74a021ce80
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 6 23:02:26 2002 +0000
+
+    Round the corners.
+
+commit abe3db38760065556e710931d29f4879b1d5a1dc
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 22:58:15 2002 +0000
+
+    (ICONFORM,ICON_XPM_SOURCES,ICON_XBM_SOURCES,ICON_SOURCES,icondir): New
+    variables, for icon installation.
+    (ELCC): Include the ICONFORM.
+    
+    (install-icons): New, install the icons.
+    
+    (MKINSTALLDIRS): New (for later, when objdir!=srcdir support is added).
+    (install): Use it.
+    (install-el): Likewise.
+    (install-texmf): Likewise.
+    (install-texmf-doc): Likewise.
+
+commit 95caf9da6af0d8e94356c904b574aac52e7eadd8
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 22:53:47 2002 +0000
+
+    (icondir): Set for GNU Emacs too (but blank), and substitute it.
+    (ICONFORM): New variable, comamnd-line switch to pass to (X)Emacs
+    to find the images at build time (if needed).  Substitute it.
+
+commit db1fbbaab90c5084c2399a1ebe0f2f7eca9c702b
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 22:49:13 2002 +0000
+
+    New file.
+
+commit efc74646278bb1c07e6669c984e018ff2ab84d93
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 6 22:22:05 2002 +0000
+
+    Straigthened out the sign.
+
+commit 5d8672182614d1337dfee85ba0f98dd4eb32056d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 6 22:21:24 2002 +0000
+
+    Ok, ok, I straigthened out the borders.
+
+commit c8c48c1c824f1cfdc896891d43ba47f2849a3056
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 6 20:52:52 2002 +0000
+
+    Missing pixel.
+
+commit c6adf89ecf6c4a0e49ab7f24400614b245151e0d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 6 20:26:43 2002 +0000
+
+    Images for use with preview-latex.
+
+commit 15c6081207492e7d216aec3870ac54e80a073e0e
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 17:45:15 2002 +0000
+
+    (preview-make-package): New function.
+    (preview-make-package-xemacs): New function.
+
+commit b86eddd062d12da543eac8cf15a990d8dbc27fae
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 17:42:32 2002 +0000
+
+    *** empty log message ***
+
+commit 45651b72072b556f6c36c5b02e131a9c9678721c
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 17:41:02 2002 +0000
+
+    Substitute the packagedir.
+
+commit de0a84be156830c90c2bc656e19d4a659b7227ba
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 17:37:35 2002 +0000
+
+    *** empty log message ***
+
+commit 8e8466660a2d374a7e16d60469f0834bb215a145
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 17:32:12 2002 +0000
+
+    Update XEmacs status.
+
+commit 2085a0893785e608136f5f36e456fc5d702b82ed
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 17:30:57 2002 +0000
+
+    (packagedir): New variable, used by...
+    (install-el): ... this new package-installation handling.
+
+commit 6f550327be891650fdfa2d2a132cc25bd3158d33
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Sat Apr 6 17:29:24 2002 +0000
+
+    (AC_EXAMINE_PACKAGEDIR): Lowercasify PACKGEDIR.
+    (AC_PATH_PACKAGEDIR): Likewise.
+
+commit e0259080c51967a012fa8e66e36ade30a468c14a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Apr 6 15:52:25 2002 +0000
+
+    Moved to doc/todo.texi.
+
+commit e19651cbde94feb16bee39b1d299a5d1c0926185
+Author: Alan Shutko <ats@acm.org>
+Date:   Sat Apr 6 15:19:20 2002 +0000
+
+    * configure.in: Start adding XEmacs-specific hooks.  Right now,
+    lispdir should be correctly set up, I think.  icondir is sitting
+    there for when we add icons.
+    
+    * aclocal.m4 (AC_PATH_PACKAGEDIR,AC_EXAMINE_PACKAGEDIR): New
+    functions for XEmacs installation, borrowed from from emacs-w3m,
+    credit to Katsumi Yamaoka <yamaoka@jpl.org>.
+
+commit 1ee9698ae763d269802d1acc41ffb68f19a357f4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Apr 6 14:34:04 2002 +0000
+
+    Adjustments
+
+commit 013226c24d33c6d9466cd8975f5f35b974fb9a0e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Apr 6 14:06:05 2002 +0000
+
+    *** empty log message ***
+
+commit e63246fddc37ae1ad554057045e273a6e84ee181
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Apr 6 14:04:41 2002 +0000
+
+    Moved to todo.texi
+
+commit 541403af1cea2ed0fe80da8fe495cef451675c06
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Apr 6 14:03:23 2002 +0000
+
+    Update
+
+commit 2f35e74319bf5e0fdf2a9266a132167b7e4a35f9
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Apr 6 13:54:18 2002 +0000
+
+    Include todo.texi
+
+commit 4d9acb48ae0c6082936b8dd4625ecec56db07b70
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Apr 6 13:48:15 2002 +0000
+
+    Moved from TODO
+
+commit a57eab4f84a8e7ff555df5c4d92e32a7e6035248
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 5 19:41:08 2002 +0000
+
+    (preview-parse-messages): one last change for Christoph.
+
+commit d039e01d4fbee993eb6f9beb90676d0d7d303ed8
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 5 19:40:47 2002 +0000
+
+    *** empty log message ***
+
+commit 75647ce256cd2dcb86df25befa8eebc15769bb9d
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 5 13:15:44 2002 +0000
+
+    (preview-parse-messages): Another addition to the
+    fast location hook semantics.
+
+commit 24a13466be786b66e7080ba7b5513acb5277d12f
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 5 13:15:27 2002 +0000
+
+    *** empty log message ***
+
+commit b147b41e42e329e3fb0559f529527c49e0f8f7c2
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 5 01:01:39 2002 +0000
+
+    *** empty log message ***
+
+commit 5061301d905538189d4e5a4afcc85a62f76c98b5
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 5 00:52:26 2002 +0000
+
+    (preview-add-urgentization): Cosmetic change.
+
+commit 7007d054206f194dd8b13b1c9a1bbdccb400bc4a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 5 00:48:15 2002 +0000
+
+    *** empty log message ***
+
+commit 6c0263ea329bf7fe7502dfa84d2e7e62b268aa50
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Apr 5 00:47:58 2002 +0000
+
+    Additional frobbing of urgentization.
+
+commit 835481f39487630680f748dbb926b0c762a2267a
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Thu Apr 4 23:32:28 2002 +0000
+
+    *** empty log message ***
+
+commit 1c99522e99cc6d03eb8db06ca9fe384d5cd210a4
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Thu Apr 4 23:30:36 2002 +0000
+
+    (preview-add-urgentization): Use `set-extent-initial-redisplay-function'
+    to force immediate redisplay if already on-screen.
+    (preview-remove-urgentization): Likewise.
+
+commit 953b1a66dfb49e3a4f55707445b0be6371f59b17
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 4 22:29:41 2002 +0000
+
+    *** empty log message ***
+
+commit 7b9fbbe46ff6beadef7fdd93d4f7401be88fdfb5
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 4 22:29:21 2002 +0000
+
+    (preview-remove-urgentization): proper return
+    value.
+    (preview-add-urgentization): Make entry in
+    initial-redisplay-function easier to reextract for
+    preview-remove-urgentization.
+
+commit 6ea8e4117c8bf3605425a751d0fca76be180cc38
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 4 22:02:09 2002 +0000
+
+    Small fry.
+
+commit 4efed525490bd9799618fc12ce23e1e862067e88
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Thu Apr 4 21:21:04 2002 +0000
+
+    *** empty log message ***
+
+commit 6e704cc3a7dce5bc32444cd5b2b57de059a923b6
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Thu Apr 4 21:17:26 2002 +0000
+
+    (match-string-no-properties): New, same as `match-string'.
+    (set-buffer-multibyte): Degenerate implementation.
+    
+    (face-attribute): Throw an error of the right error class.
+    (make-temp-file): Likewise.
+    
+    (preview-add-urgentization): Revise signature, as in prv-emacs.
+    (preview-with-LaTeX-menus): Do not copy useless menus around.
+    
+    (preview-string-from-image): Make obvious that this generates any
+    kind of glyph, not just begin-glyphs.
+    (preview-ps-image): Revise signature (but implementation is still
+    stubbed).
+    (preview-toggle): Revise signature slightly. Flip between begin
+    and end-glyphs to partially cater for XEmacs redisplay bug.
+
+commit 2368e55ac2c80f87f6cf12a745bd8d10222f5b06
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Thu Apr 4 21:06:54 2002 +0000
+
+    (preview-parse-messages): Cater for XEmacs shy grouping bug (shy grouping
+    very nearly doesn't work in XEmacs-21.4...)
+
+commit df4cc903af21df96a869a3fbff1d72964f937e16
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 4 12:36:38 2002 +0000
+
+    *** empty log message ***
+
+commit efa776cd0e179fb3cf0f24dd1b8ae43f5d8af3f0
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 4 12:35:47 2002 +0000
+
+    (preview-parse-messages): initialize lfile to "", so that line
+    number caching does not fail when the filename is "nil".
+    (preview-parse-messages): AAAAAARGGG!!!.  Fix the typo that
+    caused O(n^2) parsing time.
+
+commit d3b0a9efa7414f6bb15516371734fe6ec52daa03
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 4 01:04:10 2002 +0000
+
+    *** empty log message ***
+
+commit 2358fce2ed29a268efa07c28e7e1c9cff23a5b94
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Apr 4 01:03:38 2002 +0000
+
+    (preview-gs-dvips-process-setup): Correct deletion
+    of dvi file.
+    (preview-dvips-abort): don't unnecessarily clean subdirs.
+    (preview-gs-dvips-sentinel): get the delete semantics right.
+    (preview-gs-close): same here.
+    (preview-delete): after deleting files, set files in overlay to
+    nil since in connection with urgentization we can get multiple
+    deletions.
+
+commit 93764dbf3ac2d3c5686fba864c56996a6c392fdc
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 3 20:34:27 2002 +0000
+
+    (preview-gs-close): move.
+    (preview-gs-dvips-process-setup): New function for setting up
+    process just at the time of use.
+    (preview-dvips-abort): New function.
+    (preview-gs-dvips-sentinel): Overhaul.
+    (preview-gs-close): Overhaul in order to do the right thing
+    regardless of whether Dvips has finished or not.
+    (preview-eps-open): Some initial changes.  'postscript image
+    device likely to be broken by us (but it is broken in Emacs,
+    anyway).
+    (preview-parse-messages): Take `open-closure' as argument.
+    (preview-parse-messages): different hook semantics for fast
+    hooks.  We are still in negotiations over this...
+    (preview-parse-messages): change parsestate to list of vectors.
+
+commit 09b927e784a4c6646b073e50269434546a9158b4
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Apr 3 20:34:01 2002 +0000
+
+    *** empty log message ***
+
+commit 5dcb24aad8ff2ff7715e568e0f69f598dc472c48
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 3 13:57:01 2002 +0000
+
+    *** empty log message ***
+
+commit f972b1903724b55820743a49371665bbb6a934ee
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 3 13:54:21 2002 +0000
+
+    Slight edits
+
+commit a52a96599698c58d71ece4668b5ba9ebeb05f196
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 3 13:53:26 2002 +0000
+
+    documented showlabels
+
+commit 8d117451edf4d943dff06d24fa27aebda304a46d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 3 13:44:30 2002 +0000
+
+    Slight edits
+
+commit e6913a18e30a63438276a0d14d3da5e313fcf89e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 3 13:36:50 2002 +0000
+
+    Slight edits
+
+commit 27cff82bc3eedbfc2a58cc07e54da8a52810d224
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 3 12:01:18 2002 +0000
+
+    Document x-symbol.patch
+
+commit 9284a8ffdb5d591a4141dab9a3711618b068adae
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 3 12:00:12 2002 +0000
+
+    Initial version
+
+commit f5d94fabee418d0954f9d8e024bcf6a08f975714
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 3 09:59:11 2002 +0000
+
+    *** empty log message ***
+
+commit 3c73a6108a79216448511c62146b8899d9b77110
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Apr 3 09:58:18 2002 +0000
+
+    Use texmfdir, slight other edits
+
+commit 145d6d1b967911ef39d152fd21d5643db8195f12
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 2 17:43:31 2002 +0000
+
+    *** empty log message ***
+
+commit d72abefc94caac5769370e6e6cf81c7e78f24833
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 2 17:42:54 2002 +0000
+
+    *** empty log message ***
+
+commit 683d84fb6beb7af2037d7157b59c7c1181042774
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Apr 2 17:41:42 2002 +0000
+
+    escaped usage of $texmfdir
+
+commit 4b3adef61c823231d535fe053d785f1cdcb643d6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 1 21:42:27 2002 +0000
+
+    *** empty log message ***
+
+commit 65edf15bbd91a25f6d5c476aab4d683780716f1c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 1 21:39:19 2002 +0000
+
+    added texmf and elisp targets, also targets for $TEXMFGEN
+
+commit e4e5e929df5fe6888f5f6de0944628b5fdfcdf66
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 1 21:38:21 2002 +0000
+
+    Initial stab at triple-rpm spec
+
+commit 352d4c4462fc20fa779cfe4c7f73339e4ad78857
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 1 21:24:46 2002 +0000
+
+    *.dvi and *.info cleaned again
+
+commit 737e96e8953972dc58cc195b66b9a88ce1135d7a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Apr 1 08:30:08 2002 +0000
+
+    Typo corrected
+
+commit 9f9cdb8518e92214e8e1a5a5be10107d6b71c04c
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 1 02:57:47 2002 +0000
+
+    *** empty log message ***
+
+commit e84afdb9766b7422765bb153c5409ad308c8e65e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 1 02:56:15 2002 +0000
+
+    (LaTeX-preview-setup): Remove our own
+    TeX-translation-hook that did not really work (supposed to remove
+    Preview error messages from preview runs, but for document
+    problems you'd rather use the real run, anyhow).
+    (preview-parse-messages): remember directory when switching
+    buffers.  Implement fast translation hooks.  A pity nobody uses
+    them yet.
+    (TeX-inline-preview): Use TeX-run-command instead of
+    TeX-run-format: we miss out on the progress info in the mode
+    line, but it slowed down the filter routine.
+
+commit 44c8382f04d1ef58ddbf5dcdb2e0c3cc41206c65
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Apr 1 02:10:07 2002 +0000
+
+    (subsection{The \texttt{auctex} option}): Make the
+    error messages shorter to cut down on I/O time.
+
+commit e6e16c294d4e4ec16ad1c13b41f0b3b19ed83745
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Mar 31 21:19:12 2002 +0000
+
+    *** empty log message ***
+
+commit 17511d387eff55764389bdf4a43cdc76296473dc
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Mar 31 21:16:21 2002 +0000
+
+    Fix for %config files
+
+commit 9b917fc00960d157bd27bb233d91cfa0af5cc3dd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 17:10:38 2002 +0000
+
+    * preview.el (preview): add cross links.
+
+commit 5369ea540cab57c4a8c05ccdb3fc5333e4d6fb04
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 17:10:15 2002 +0000
+
+    *** empty log message ***
+
+commit a8ee408eda81d5abef057547be077e9cef1dd44a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 17:08:24 2002 +0000
+
+    *** empty log message ***
+
+commit 74b4e676379a38c43b04ab488502cf5accb71fff
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 17:08:04 2002 +0000
+
+    Rerun LaTeX to get references right.
+
+commit 9a359be3dc8375b8052703fdcea4effd2ff47ac9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 17:05:24 2002 +0000
+
+    *** empty log message ***
+
+commit 9f3f653d9f2ccb882c9191bef63d8d4fb3b80747
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 17:00:48 2002 +0000
+
+    (subsection{The \texttt{auctex} option}): Disable
+    \thanks and \and.
+
+commit aee4174230998f168d9b38cd33dcb0551bbf5535
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 16:21:53 2002 +0000
+
+    *** empty log message ***
+
+commit 47351d59e9566cd61516736fbebcfc24e9af0cbf
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 16:00:23 2002 +0000
+
+    *** empty log message ***
+
+commit 15054dbbabb973132e59c047b3c7df7829231df4
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 15:24:02 2002 +0000
+
+    *** empty log message ***
+
+commit 9247eebb9bd00fb9246195e50c3c47004f97b5f0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 15:20:07 2002 +0000
+
+    (preview-default-option-list): Update possibilities
+    and docs.
+    (preview-parse-messages): Don't do files not known to be
+    human-generated.
+    (preview-gs-queue-empty): New cleanout function.  We use this
+    instead of just clearing preview-gs-queue in order to avoid
+    losing pointers to deletable temporary files.
+    (preview-gs-sentinel): Use it.
+    (preview-gs-close): Same here.
+    (preview-gs-open): And here.  Use unwind-protect in order to
+    ascertain we process the queue.
+    (preview-prepare-fast-conversion): Accept non-dereferenced big ps
+    file.
+    (preview-gs-dvips-sentinel): better behavior when processes get
+    started and finished in unexpected orders.
+
+commit 4268e601a45df6f5b8c4051183dc936a105f3fc7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Mar 31 15:09:25 2002 +0000
+
+    *** empty log message ***
+
+commit 7001dc1755b594d6ea1c299a5de70b9bcf38de88
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Mar 31 14:59:52 2002 +0000
+
+    Changed to include everything in /texmf/tex/latex/preview
+
+commit 252bb29f1278aa9071acc0cdf67ecff12ee4893c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 31 00:25:12 2002 +0000
+
+    (preview-default-option-list): Update possibilities
+    and docs.
+    (preview-parse-messages): Don't do files not known to be
+    human-generated.
+
+commit fe410960f70271338c1783aa93881047be09a8e3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 22:35:11 2002 +0000
+
+    *** empty log message ***
+
+commit b16b2285839ee52f2430508f66db2cd13e601714
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 22:17:02 2002 +0000
+
+    *** empty log message ***
+
+commit b3e7f653d8a3d65204172474363088cff239143e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 22:16:42 2002 +0000
+
+    * doc/preview-dtxdoc.pl, preview.dtx (section{Various driver
+    files}): Add \previewlatex macro for consistent translation.
+
+commit 5de7dc0a8a2088df717ccc533e6bdaa1e4236ff8
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Mar 30 21:53:59 2002 +0000
+
+    Typo fixed
+
+commit 8d087456863639fe3d4ef3318cfd3bd7d8ad8591
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 21:44:51 2002 +0000
+
+    *** empty log message ***
+
+commit 10b282e230aef6995683224c5e8caea2b457459e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 21:44:03 2002 +0000
+
+    add \% and ~ translations.
+
+commit 4a0e4be0bc181592820958069c3a6279de08077a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 21:42:56 2002 +0000
+
+    * preview.dtx (section{Package options}): document new option
+    files.
+
+commit 707cce31190aa7ed0caa3d741e54149897b71639
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 21:41:25 2002 +0000
+
+    (x-symbol interoperation): Mention speed
+    problem.
+
+commit f4204f68cad1b89b70f8baf5a71b404ecfbbb04e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 19:49:44 2002 +0000
+
+    *** empty log message ***
+
+commit c78c9f9ed63da9a19ea111240a7df207553be88f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 19:49:24 2002 +0000
+
+    loads of smaller and larger changes, new options
+    files.
+
+commit 417c8a464a00932443aa21d5161ddb747a78ba1d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 19:45:47 2002 +0000
+
+    *** empty log message ***
+
+commit a249a8112d05acc77e9cc938a0e9ddf0583a9b98
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 19:45:23 2002 +0000
+
+    (preview-back-command): typo.
+
+commit d344cc8f1ccdb6b578fd0f1f842da8cbf827fee2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 30 19:44:26 2002 +0000
+
+    (makeinfo): move into doc directory for
+    autogenerating files so that include files are found.
+
+commit 9328a555caff2ee1af2669ae6ce82ca2aa95cd14
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Mar 30 16:00:27 2002 +0000
+
+    *** empty log message ***
+
+commit 3aa93a608798c1feb22502f21c0bfff40db136be
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Mar 30 15:56:29 2002 +0000
+
+    New dependency on macros.texi
+
+commit 9161436ec99ac9b1d262cccee0e5186267437fe1
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Mar 30 15:53:00 2002 +0000
+
+    Macros in separate file
+
+commit d509c97b81f29cdd8b133ff68b6191534f6138eb
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Mar 30 15:52:21 2002 +0000
+
+    Typo corrected, macros in separate file
+
+commit 667d16ed7747b73cf05a47c53783ead9adadc1c3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Mar 30 15:51:25 2002 +0000
+
+    Changed slightly wrt \cmd translation
+
+commit 8d40ff0881ed2afd5be02a967760db9f6ef730d3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Mar 30 15:50:26 2002 +0000
+
+    Macros for the texinfo generation
+
+commit cb1bf34f020a97fee9c3f557bda01068f523c331
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sat Mar 30 15:49:43 2002 +0000
+
+    Typos corrected, macros in separate file.
+
+commit 33396f1c84050a8af726531d6f01cbd1c62aab79
+Author: Alan Shutko <ats@acm.org>
+Date:   Sat Mar 30 15:26:04 2002 +0000
+
+    * Makefile.in (TEXMFGEN): Use new variable.
+    
+    * configure.in (TEXMFGEN): New variable with the tex stuff
+    generated which should be installed.
+
+commit 6d954c24cdd1772bfd434e570caa078d76dbc82a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 29 21:49:55 2002 +0000
+
+    *** empty log message ***
+
+commit aef7c816576272a385b1b0bc354fd4b7cc66dcd8
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 29 21:47:19 2002 +0000
+
+    (preview-back-command): Change call semantics to
+    something easier to understand and try out.
+    (preview-parse-messages): Remove unused variable `next-point'.
+    (preview-parse-messages): Correct thinko and use new
+    preview-back-command semantics.
+
+commit adb97f93552b9a15af0ffbb29ae19dffb818916d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 28 21:11:00 2002 +0000
+
+    *** empty log message ***
+
+commit ae916dbf0c12b2ec97faf19ee3532fc9d1df8c39
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 28 21:10:41 2002 +0000
+
+    move \pr@ship@start
+
+commit cb311d4dc695c01df0ab069c37add410922c1d4c
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 28 12:05:47 2002 +0000
+
+    *** empty log message ***
+
+commit 3cdbe8ad34e0723bbf8410011b03bb488a35c1b6
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 28 12:05:24 2002 +0000
+
+    (%configure): Use --with-texmf-dir.
+
+commit ad93b31985493c4b936f794a299b0f327bc6e244
+Author: Alan Shutko <ats@acm.org>
+Date:   Thu Mar 28 02:05:13 2002 +0000
+
+    * doc/install.texi (Configure): Reflect changes in configure
+    options.
+    
+    * configure.in (--with-texmf): Changed to --with-texmf-dir per bug
+    480837.
+    (--with-preview-dir): Changed to --with-tex-dir per bug 480837.
+    (--with-doc-dir): New.
+
+commit 5edfbe26979c235ee64557a0be33fd63804bff4a
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 28 00:35:40 2002 +0000
+
+    *** empty log message ***
+
+commit 353cf7dba43354ac153566bfc86fd56d778722cf
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 28 00:34:58 2002 +0000
+
+    Correct labels.
+
+commit 216dd3701a4671855653823ba279adbf8cb43464
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 28 00:32:05 2002 +0000
+
+    *** empty log message ***
+
+commit 17fe8683fc0a5223ef5619569260a97606665a5f
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 27 21:08:58 2002 +0000
+
+    be careful in unboxing so as not to remove
+    possibly shifted hboxes (bug reported by Jan-Ã…ke) protected by an
+    otherwise inexplicable penalty.
+
+commit fa830239c7dc19a5f7d899a8845ca197738eb90c
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 27 19:57:39 2002 +0000
+
+    *** empty log message ***
+
+commit cc879a1bcac4202a69695e9a0e42f14002bfb491
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 27 19:57:16 2002 +0000
+
+    Complete overhaul of parsing to avoid (costly)
+    buffer switches.
+    (preview-gs-close): Transfer queue to
+    preview-gs-queue.
+    (preview-gs-open): Pass arglist to preview-parse-messages for
+    place functions.
+    (preview-eps-open): Same.
+    (preview-gs-place): Completely different args in order to avoid
+    buffer switching.  Different return value.
+    (preview-inactive-string): Different semantics (were valid before
+    by accident, so no change in callers necessary).
+    (preview-eps-place): Rearranged to avoid buffer switching.
+    (preview-make-filename): require tempdir.
+    (preview-delete-file): changed API to avoid buffer switching.
+    (preview-place-preview): Same.
+    (preview-parse-messages): New args passed into place routines.
+    Completely rearranged and merged preview-analyze-error into it.
+    (preview-start-dvips): Pass tempdir to preview-make-filename
+
+commit cb224102b2d6e1233ebb107ea95d557496e2c511
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 27 18:50:06 2002 +0000
+
+    (preview-add-urgentization): Changed API, but it
+    turns out this gets called just like it did before.
+
+commit 07cdb5e280779ee5c9599a5174b9e8d0c30ed276
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 27 13:43:16 2002 +0000
+
+    *** empty log message ***
+
+commit 41e21151425f3474eb99d7be947403b3d0eeb320
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 27 13:38:39 2002 +0000
+
+    Ignore preview-dtxdoc.texi
+
+commit d2ad8dff2c3ed265370f544ae096cb7a9c2d719d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 27 13:35:46 2002 +0000
+
+    Include autogenerated preview-dtxdoc.texi
+
+commit 924e27ef430973dcdc4aa6761e1572586100071c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 27 13:33:49 2002 +0000
+
+    Autogeneration of ../preview.dtx -> preview-dtxdoc.texi
+
+commit 3873c8a80c5d4f8da7340b2846885792c9ccfbec
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 27 13:28:35 2002 +0000
+
+    Initial version
+
+commit e78d926770bf3eae550479cc200e091faaa4f4b2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 27 10:10:40 2002 +0000
+
+    *** empty log message ***
+
+commit 9a903356e66f418dc709b90598459bf1b1db1d8c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 27 10:07:32 2002 +0000
+
+    Moved menu to problems.texi, documented preview-auto-reveal and
+    preview-inner-environments
+
+commit 8568b02b95112893e425a2639e4adaa765039be3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 27 10:04:00 2002 +0000
+
+    Moved menu here from preview-latex.texi
+
+commit d0d8feb3f1c580720137d88cdc286582dfcf9040
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Mar 27 10:02:45 2002 +0000
+
+    Removed out-commented parts
+
+commit 530b1c09a030662f822dcb6342380d415812e97e
+Author: Alan Shutko <ats@acm.org>
+Date:   Wed Mar 27 04:13:55 2002 +0000
+
+    * doc/.cvsignore: Add preview-latex.tmp.
+    
+    * .cvsignore: Add latex.out.
+    
+    * autogen.sh: Modify ed script to account for difference between
+    AC_INIT in 2.13 and 2.52
+    
+    * doc/Makefile.in (INSTALLINFO): Make it use configure value.
+    
+    * configure.in: Check for path of install-info.  Check whether
+    Emacs supports images.
+
+commit 506b22efde2f48da8aa266abdf8eb6077bb0fd90
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Mar 26 15:03:33 2002 +0000
+
+    Minimal change to simplify autogen of texinfo manuals
+
+commit 2473f67d07050212683fae077dfd089ffb9e9ece
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 26 00:31:00 2002 +0000
+
+    (Integrate into refTeX): bemoan another shortcoming, or
+    rather feature wish.
+
+commit 29a9637c0ab135aaa6810584f5937781982b734c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 26 00:30:47 2002 +0000
+
+    *** empty log message ***
+
+commit 4287d8c017da2e46cc0867503ddeb046903d51a8
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 25 22:39:05 2002 +0000
+
+    *** empty log message ***
+
+commit 1facfc7b96751cc0a96f944fc3c6297a66167b65
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 25 22:38:22 2002 +0000
+
+    (preview-auto-reveal, replace-highlight)
+    (preview-query-replace-reveal): moved.
+
+commit 8d43db6ca9b8319948d8f72a5e50f2a7bd946578
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 25 22:37:20 2002 +0000
+
+    (preview-gs-dvips-sentinel): Treat absence of
+    previews in buffer more graciously.
+    (preview-parse-messages): require space before !name and !offset
+    tags from AUC TeX.
+
+commit bd5258d829c60aa422ff19a50a4c4c9afe5d5ffc
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 25 20:40:33 2002 +0000
+
+    *** empty log message ***
+
+commit 13923f4413692bf44fa61253279cbddf065c550b
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 25 20:37:47 2002 +0000
+
+    (subsection{The internals}): Remove spurious space
+    via \vsplit.
+    (subsection{The internals}): Set \deadcycles to avoid TeX
+    interfering with our \output fake.
+    (subsection{Selection options}): Implement hooking into equations
+    differently.  Somewhat ugly hack to circumvent amslatex/3425 bug.
+    (subsection{Preview attaching commands}): keep \showboxbreadth
+    and \showboxdepth operative, though set to minimal values.
+
+commit 1caf80ea3f29ce340426efab8d960b2a61df1e82
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 25 02:24:28 2002 +0000
+
+    *** empty log message ***
+
+commit 7140d50fe0c7586dcbfa9ba312aeb54591845bc0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 25 02:24:10 2002 +0000
+
+    (x-symbol interoperation): Update Web address.
+
+commit 8572488a11beea4f6c0ee3d299a7b89f8af94dbe
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 25 02:23:32 2002 +0000
+
+    (Contacts): Remove personal Email address from
+    README.
+
+commit 394f0c875ea8e8a6d45cd4d82af446edf28921fa
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Mar 24 22:28:04 2002 +0000
+
+    *** empty log message ***
+
+commit e65ca85a7b6b6b28557cfdd8a968d398566978ac
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Mar 24 22:23:59 2002 +0000
+
+    Incorporated "Prerequisites" from readme.texi
+
+commit 3c759ad5bbf05b8c197b3da0bc11bee215ba8b77
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Mar 24 21:53:37 2002 +0000
+
+    Moved "Getting started" to readme.texi, also index changes
+
+commit c78458d9ad888ee99061a92bf934e697e1195f9f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Mar 24 21:52:41 2002 +0000
+
+    Moved "Getting started" from preview-latex.texi,
+    moved "Prerequisites" to install.texi,
+    Placed appropriate pointers and crossreferences in README and other manuals
+
+commit bec455718f1dde8f8344018f05d5fc2bc37c5078
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 24 12:29:27 2002 +0000
+
+    Info about RedHat 7.3 beta.
+
+commit 7df7d0545d50eede5dbe49d99cca3aa11e775de3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 24 12:29:13 2002 +0000
+
+    *** empty log message ***
+
+commit 09838078a620b6e16865610139b79ee830aa5516
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 24 05:07:59 2002 +0000
+
+    *** empty log message ***
+
+commit 8f31b925ba58140a81c0fd8ce68ef33a9bb1dde9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 24 05:07:19 2002 +0000
+
+    (subsection{The internals}): Spacing improvements.
+
+commit 096ddcb215181ccd7324064a7d98b2f3f146645e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 24 03:42:04 2002 +0000
+
+    (TeX-parse-TeX): Make subordinate files without
+    major mode default to that of the calling file when doing error
+    processing.
+
+commit 2ab3957036c2d26cd2fdbc7e312a8f60b4a4ab68
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 24 03:41:42 2002 +0000
+
+    *** empty log message ***
+
+commit 806210cdde30a8d239341bd581452ff7541f2396
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 24 01:30:50 2002 +0000
+
+    (replace-highlight): advise so that query-replace
+    works as reasonable.
+    (preview-query-replace-reveal): Option to make this customizable.
+
+commit b6d6994e2550c0eff57b949d718eab52649977c4
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 24 01:30:34 2002 +0000
+
+    *** empty log message ***
+
+commit 38c426abe678b7d975bd0c8b26e5cb5221c4a064
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 22:30:25 2002 +0000
+
+    (preview-toggle): get rid of
+    isearch-open-invisible hooks and stuff; using the invisible
+    property was confusing to the display engine, anyhow, and was
+    about to be broken by changes in Emacs.  The current behavior for
+    isearch is nicer than the default was before, so what.
+    (preview-auto-reveal): New customizable option.
+
+commit c758d93f46f6aad321fe78ead0b828972ebb7a88
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 22:30:04 2002 +0000
+
+    *** empty log message ***
+
+commit d7787046c8ebcc71f13cfe095d7e25f6ba7f82bb
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 14:41:09 2002 +0000
+
+    *** empty log message ***
+
+commit babd7407e4f91ea3377083c29620c323e1c0f5d2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 14:40:48 2002 +0000
+
+    (Emacs problems): Windows availability for CVS
+    Emacs.
+
+commit b06f1df60498aef4e2fe7a79561ff285f7e99367
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 14:38:58 2002 +0000
+
+    Some changes to Windows availability.
+
+commit 225a56f86fbb0212a9bf96c889ef8a89d1137fdd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 13:08:22 2002 +0000
+
+    (preview-parse-messages): Comment used regexps.
+
+commit 3a99acfa0989f2363b7dc2f4179203b4ff1737b9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 12:17:28 2002 +0000
+
+    *** empty log message ***
+
+commit 119e85bf1ffcfa06b73f915aaa9b755d093e2a57
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 12:16:50 2002 +0000
+
+    (preview-parse-messages): Comment used regexps.
+
+commit 6e7ff4426084311a8bcab9d6d80c81bd5751d9ad
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 02:30:09 2002 +0000
+
+    (subsection{Selection options}): Still more displaymath cosmetics.
+
+commit 358993fd5441e12f7f2a1cd820ca36b5a251cce1
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 02:29:46 2002 +0000
+
+    *** empty log message ***
+
+commit cb2062f27d81a1b3bc007921575fe69866d560cd
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 00:55:36 2002 +0000
+
+    *** empty log message ***
+
+commit af9220a9b979447763b0657cae60d1478fb3554e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 23 00:55:19 2002 +0000
+
+    (subsection{The internals}): Removed an \everypar
+    that caused bad spacing.  No idea why.  Redundant anyway.
+    (subsection{Selection options}): changed displaymath option to
+    put in the \everydisplay tokens at a theoretically more correct
+    place.  Explicitly hooked equation and equation*: AMSLaTeX calls
+    them too late to have them behave well.
+    (subsection{Preview attaching commands}): Corrected
+    \PreviewEnvironment which must have led to error messages for
+    months.  Seems nobody cares.
+
+commit b17816de7a85e79de27fe57b3946a466486b3dbe
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 20:30:43 2002 +0000
+
+    (section{The Implementation}): fix typo in dvips
+    option. Ugh.
+
+commit b59807209bea696e36389f84ae061873cd6f616b
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 20:30:28 2002 +0000
+
+    *** empty log message ***
+
+commit 9124082aff7dd9b36138d1a5cf573657709cf2f4
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 18:54:38 2002 +0000
+
+    (preview-bb-filesize): move to preview-gs group.
+    (LaTeX-preview-setup): add bug reporter.
+    (preview-report-bug): update reported options.
+
+commit 3f26ecb8cbf123973f63b4d34abe87c811e27f95
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 18:54:11 2002 +0000
+
+    *** empty log message ***
+
+commit 484baa8423e41560ee332db924730496c6531780
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 17:56:46 2002 +0000
+
+    *** empty log message ***
+
+commit 340d8a9c3455421066ac5338e61c98a90ff0c500
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 17:55:45 2002 +0000
+
+    Edits.
+
+commit b2d5a185ea0e548313fcecdac86fe3067e3b9736
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 17:55:06 2002 +0000
+
+    same here
+
+commit 0f0c186ce29be442d2bff814ddd1e197a2ad0797
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 17:52:06 2002 +0000
+
+    Lots of editing
+
+commit 6faecc68815937633592c0a45f66fef38c885605
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Mar 22 15:55:50 2002 +0000
+
+    *** empty log message ***
+
+commit af448dc032878867e474a04c94198c1e0fc895ff
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Mar 22 15:55:27 2002 +0000
+
+    Typo fixed
+
+commit d198f350745c8e59f451287bd4d97b9624808b34
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Mar 22 14:53:34 2002 +0000
+
+    (preview-environment): doc rewrite. Slight other layout changes
+
+commit 8c6f1f74c1413d975a8f749a3f96c5788109e94f
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 14:52:50 2002 +0000
+
+    Changes for 0.7
+
+commit 4c25afdf993e311a47f55e9e732302d2418b346c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 14:31:50 2002 +0000
+
+    *** empty log message ***
+
+commit fbaab10a3f980a6346059f6985ee6e1126f8a023
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 13:50:28 2002 +0000
+
+    Throw out stuff already implemented.
+
+commit 98f4653187b21a98ad6f1938ed850d1fea171fe9
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 12:36:19 2002 +0000
+
+    *** empty log message ***
+
+commit 777191f2d1f15493969d572dea51b925b06956ae
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 12:34:52 2002 +0000
+
+    * preview.el (preview-prefer-TeX-bb): Doc cosmetic.
+    (preview-fast-conversion): Now defaults to on.
+    (preview-fast-dvips-command): remove -tletter option, we do this
+    better now.
+    (preview-LaTeX-command): Pass new dvips option to preview.
+
+commit 2de34419ba0a34c7e50dadf066d9b327e75fa00f
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 12:30:22 2002 +0000
+
+    (section{Package options})
+    (section{The Implementation}): Add dvips option for overriding
+    page dimensions/landscape and such stuff.
+
+commit a0e72b31a25de92873da507b74e51cb70cc40983
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 03:49:57 2002 +0000
+
+    *** empty log message ***
+
+commit d3264ac8a49f0c1463dcb2d9036544f3419554b1
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 03:49:30 2002 +0000
+
+    (preview-TeX-bb): comment sanitized.
+    (preview-gs-init-string, preview-ps-file, preview-gs-dsc): new
+    variables.
+    (preview-fast-conversion): Set this customizable variable for an
+    impressive speedup, particularly of the DviPS pass.
+    (preview-dvips-command): moved.
+    (preview-fast-dvips-command): New command for fast conversion.
+    (preview-gs-restart): send initialization string to gs
+    (preview-gs-open): initialize preview-gs-init-string
+    (preview-gs-open): pass preview-fast-conversion into
+    preview-start-dvips
+    (preview-dsc-parse, preview-gs-dsc-cvx)
+    (preview-prepare-fast-conversion): New functions for using DSC
+    comments.
+    (preview-gs-dvips-sentinel): read DSC in.
+    (preview-gs-place): remember snippet in 'queued property.
+    (preview-mouse-open-eps): allow opening at position.
+    (preview-gs-flag-error): take preview-gs-init-string into
+    account, generate other message for fast PS conversion.
+    (preview-gs-transact): allow non-empty stack in prompt, use
+    preview-latex-do command in GhostScript.
+    (preview-place-preview): comment correction, no eps file if ps
+    generated.
+    (preview-analyze-error): doc change.
+    (preview-start-dvips): allow for fast version.
+
+commit a574eb9194f5493989f7f26e2a0aba374f8e94a3
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 22 03:08:15 2002 +0000
+
+    (preview-ps-image): Allow optional bounding box
+    from TeX.
+
+commit 930a8ea71afba14b41495f8366a4a236510aa6a7
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 21 15:11:48 2002 +0000
+
+    *** empty log message ***
+
+commit 28af5f27446e8ccd871a70cde26f8bb1116e1e53
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 21 15:11:19 2002 +0000
+
+    * preview.dtx (subsection{Preview attaching commands}): Backward
+    compatible message with TeX bounding box.
+
+commit e918125a828a69004454e1afede7dafded503b34
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 21 15:09:06 2002 +0000
+
+    * preview.el (preview-parse-messages): Backward compatible
+    message parsing.
+
+commit f78fab83492bb44f0d515a3d8584b0faf377e986
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 21 14:05:43 2002 +0000
+
+    * preview.el (preview-prefer-TeX-bb): New option to fish bounding
+    box from TeX output.  Not enabled by default until we get to fix
+    a particular problem occuring with split environment nested in
+    equation.
+    (preview-TeX-bb-border): Additional slop around bounding box.
+    (preview-TeX-bb): New function to calculate PostScript bb from
+    TeX box dimensions in sp.
+    (preview-gs-place, preview-eps-place, preview-place-preview):
+    accept additional box argument.
+    (preview-gs-transact): consider more box sources.
+    (preview-delete-file, preview-make-filename): new semantics for
+    reference-counting files.
+    (preview-parse-messages, preview-analyze-error): Parse additional
+    bounding box information from AUC TeX run.
+
+commit adff7a4e9696974ab3deb5e7baae333e37991d8e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 21 14:04:59 2002 +0000
+
+    (subsection{The internals}, subsection{Preview
+    attaching commands}): provide additional bounding box info.
+    (subsection{The internals}): move location of \pr@shipend to
+    before shipping out \pr@box so that we may measure/change it.
+    (subsection{Selection options}): slightly changed call of old
+    \everydisplay hook.
+    (subsection{Preview attaching commands}): disable more warnings
+    in order to decrease possible parse errors of preview.el.
+
+commit d88dbef0ea45fa277bef2672296763855c72ff03
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 21 14:04:20 2002 +0000
+
+    *** empty log message ***
+
+commit a9614d6a33f7caaec97fedde8eefca96712cdd4a
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Wed Mar 20 00:17:17 2002 +0000
+
+    *** empty log message ***
+
+commit 4aca4a5ed101dfcfaa70870b58c49d71822d3c22
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Wed Mar 20 00:16:11 2002 +0000
+
+    (preview-with-LaTeX-menus): Handle the case where the current menubar
+    is not the AuCTeX one. Remove dead code.
+
+commit de9095f8ac0ce879bfb9679d25e482e5001719a3
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Mar 19 23:24:40 2002 +0000
+
+    *** empty log message ***
+
+commit f2974d6636ac9d171538802ed27c656e778b9054
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Mar 19 23:21:40 2002 +0000
+
+    (preview-gs-color-value): New, from prv-emacs.el.
+
+commit 950143f81af951e405e1bb508ec727c82cff531a
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Mar 19 23:19:56 2002 +0000
+
+    (preview-nonready-icon): Doc fix.
+    (preview-image-from-icon): Likewise.
+    (preview-mark-active): New.
+
+commit 05f636f23ccf71d0bc96555e3c5a77d0e38a0313
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Mar 19 23:16:36 2002 +0000
+
+    Require `reporter'.
+    (preview-image-creators): Doc extension.
+    (preview-eps-place): Doc fix.
+    (preview-analyze-error): Likewise.
+    (preview-gs): Grammar fix.
+    (preview-face): Likewise.
+    (preview-temp-dirs): Layout fix.
+    (preview-environment): Grammar and layout fix.
+    
+    (preview-mouse-open-eps): Cater for XEmacs's more limited PostScript mode.
+    (LaTeX-preview-setup): Use `preview-mark-active' to cater for Emacs/XEmacs
+    active-region detection differences.
+
+commit 646ab674c901a1c6aa05c5875ce04e1142b23627
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Mar 19 23:12:40 2002 +0000
+
+    Doc fix.
+
+commit 17ae800ca76a0e222c6c72fbb557f937a44f8dcc
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Mar 19 21:05:17 2002 +0000
+
+    *** empty log message ***
+
+commit be8f70a313c3549e55258731789501d205a8f79c
+Author: Nicholas Alcock <nix@esperi.org.uk>
+Date:   Tue Mar 19 21:02:43 2002 +0000
+
+    Require overlay always, not just at compile time.
+    
+    (preview-compatibility-macros): Define only when compiling.
+    (preview-defmacro): Likewise.  Teach Emacs to indent this form properly.
+    
+    Code to compensate for features missing in XEmacs:
+    
+    (face-attribute): Teach how to fake :foreground and :background.
+    
+    (find-image): Remove.
+    (defimage): Likewise. There's no need for this call here; even if there
+    were, the image-type analysis should take place at instantiation
+    time, not definition time.
+    
+    (easy-menu-create-menu): New, after the Emacs function.
+    (next-single-char-property-change): Likewise.
+    (previous-single-char-property-change): Likewise.
+    (with-temp-message): Likewise.
+    (add-to-list): Likewise, redefining the two-argument XEmacs version.
+    
+    (copy-glyph): New, uses...
+    (destructive-replace-glyph): ... this. New (and ugly). Uses...
+    (map-plist): ... this. New, `map' for property lists.
+    
+    Code derived from prv-emacs.el:
+    
+    (preview-mark-active): New, handle the special XEmacs `mark-is-nil' case.
+    (preview-create-icon): New.
+    (preview-icon): XEmacsize from commented-out code; reindent.
+    (preview-nonready-icon): Likewise.
+    
+    (preview-add-urgentization): Add docstring.
+    (preview-add-urgentization): Likewise.
+    
+    (preview-image-from-icon): New.
+    (preview-string-from-image): Likewise.
+    (preview-make-clickable): Likewise.
+    (preview-ps-image): Likewise.
+    (preview-toggle): Likewise.
+    (preview-inherited-face-attribute): Likewise.
+    (preview-with-LaTeX-menus): Likewise.
+    (preview-gs-get-colors): Likewise.
+    
+    (provide): Add.
+
+commit c61bea5aecbe4606b5561cef8048963f6bbce585
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 16 22:58:31 2002 +0000
+
+    *** empty log message ***
+
+commit ca6ea84c4fe701441ebeb3e5946e5c6627561d9d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 16 22:57:39 2002 +0000
+
+    Work in progress.
+
+commit eb0865de8b086ab7defc2fa2bfab5a407a65e884
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 16 22:56:49 2002 +0000
+
+    * doc/readme.texi: Work in progress.
+    
+    * doc/readme.texi: documentation restructuring for making README
+    good on preinstalled systems.
+
+commit 03abf3b0514e81d8c4700ee13e8d13f4a4b634ec
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 16 20:21:20 2002 +0000
+
+    *** empty log message ***
+
+commit e28a7c700c1282af15e3cfe9f314e578a791c473
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 16 20:21:06 2002 +0000
+
+    update wish list.  This is getting longer by the minute.
+
+commit db3f54bd743f064dcd43660ebf12f34038e04569
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 16 03:58:34 2002 +0000
+
+    *** empty log message ***
+
+commit ee6ab53604ae8d8abf65bb08cb135c9eaefc0d9a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 16 03:58:16 2002 +0000
+
+    (INSTALL, README, PROBLEMS): add -D rawfile
+    option for raw text files.
+
+commit a74124d55921d198b12311db4d696f2583e63bf7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 16 03:56:29 2002 +0000
+
+    documentation restructuring for making README
+    good on preinstalled systems.
+
+commit 3ca3bcc879896e44b3d80afc15d2d596f6330c54
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 16 03:55:27 2002 +0000
+
+    (makeinfo): add -D rawfile option for raw text files
+
+commit 3d8ff067569b158904f146e484580ee080574fc1
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 15 20:06:09 2002 +0000
+
+    *** empty log message ***
+
+commit de9a916cf1571932dd11935d721b0ce32d43d7f9
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 15 20:05:27 2002 +0000
+
+    (TeX-master-file): Don't make C-c ` bomb out in files
+    like xxx.gls.  Probably a more elaborate way would be to export
+    the TeX-master variable into files visited by error parsing.
+    Could be incorrect, however, if more than one file included them.
+
+commit b433b2ef15787b9b31178bf44c2a3f6c5fbfa429
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 15 03:36:08 2002 +0000
+
+    (subsection{Preview attaching commands}): disable
+    \showmaxdepth and \showmaxbreadth.
+
+commit 095c856f8ebe4406c60ba9e6ec2f137ae1c22429
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 15 03:35:48 2002 +0000
+
+    *** empty log message ***
+
+commit 068ef971d72ca70388fd33e12020382b366ca566
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 15 03:34:04 2002 +0000
+
+    (preview-place-preview): (widen) paranoia.
+    (preview-back-command): same here.
+    (LaTeX-preview-setup): better safe than sorry (users might call
+    this wrong), so rerequire 'latex
+    (preview-parse-messages): New regexp parser.  Nick, if the shy
+    groups \(?: ...\) worry XEmacs, make them non-shy and adjust the
+    match-... thingies appropriately.
+    (preview-analyze-error): and another save-restriction...
+
+commit cf0840ab432e5694ce312be422f05fdcb1c2bc97
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 15 03:33:14 2002 +0000
+
+    *** empty log message ***
+
+commit 98dea012a8d99b996a4760f2b358da2c4c1e4ae8
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 14 17:34:16 2002 +0000
+
+    *** empty log message ***
+
+commit e7620df5f83b3715bf28bb98c65f2ab01f964faf
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Mar 14 17:32:52 2002 +0000
+
+    (preview-parse-messages): Obliterate preview-snippet
+    and preview-snippet-start for general parsestate.
+    (preview-analyze-error): Use parsestate and cache line number
+    info from last call.  This plugs a *big* performance hog
+    (goto-line).  Made buffer parsing here about 8 times faster.
+
+commit 954c135d6ccd88b3ec875ef6a3fa7a7e7aa1374f
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 13 15:44:27 2002 +0000
+
+    (subsection{The internals}): Use
+    \@arrayparboxrestore for better reset of spacing.
+
+commit fa73c1ca134faaa6c59c3c86551a8fe74fa63168
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 13 15:44:11 2002 +0000
+
+    *** empty log message ***
+
+commit 6a4928f8c451e3608989ad5b4bcea83ab97b76c5
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 13 15:29:59 2002 +0000
+
+    (require): avoid compiler warning.
+    (preview-goto-info-page): new function
+    (LaTeX-preview-setup): add preview-goto-info-page binding
+    (info): add preview prefix for C-h F lookup
+    (LaTeX-preview-setup): add documentation and customization menu.
+
+commit 5d65b5a54bcf911ba55bca836a72373bacb87b42
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Mar 13 15:29:35 2002 +0000
+
+    *** empty log message ***
+
+commit 676b61f4311555fa24eb6514217062c9958e8427
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 23:09:54 2002 +0000
+
+    *** empty log message ***
+
+commit d04c6c477c0a30a0e1c235154b1a7db1b4a54ffa
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 16:01:42 2002 +0000
+
+    Add preview.ins target.
+
+commit 209f1f932f8ba09e437fdc187bba6e19048f2274
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 16:01:16 2002 +0000
+
+    *** empty log message ***
+
+commit 5c9c2fe40db05f6d83a401022e268de9a566fa0e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 15:04:32 2002 +0000
+
+    *** empty log message ***
+
+commit 86eb8fd2ce7ae7409158850f74fc33035bde74c4
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 15:01:04 2002 +0000
+
+    *** empty log message ***
+
+commit ab40a67fc64b66e41ce2715bf06ec42b52f4c842
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 14:11:09 2002 +0000
+
+    * doc/install.texi: Brown paper bag.
+
+commit 45c41735150ab4b82870649b2408a9241825734e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 14:10:53 2002 +0000
+
+    *** empty log message ***
+
+commit 6ab597ff85768c18755b6f959198041bfff70ee0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 14:08:13 2002 +0000
+
+    don't prebuild doc.  We offer a separate download
+    archive for people without texinfo.
+
+commit b0c52dea34bb5c9560c51f695c7cb757eef6ec63
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 14:07:59 2002 +0000
+
+    *** empty log message ***
+
+commit fcd849d84c75c9cc6d50d7200fb9865ca74ebe6d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 13:53:45 2002 +0000
+
+    *** empty log message ***
+
+commit f38ac2f4c2e17d745538d61d34117e4af3d0ac98
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 13:53:21 2002 +0000
+
+    (BuildRequires): changes for 0.6.1.
+
+commit 0fea0ef7c3a06c60ce57eaadd4e7215aaf3a7ac2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 13:51:53 2002 +0000
+
+    *** empty log message ***
+
+commit c5146bdf978dc986d358597d8d4c6d5c311b4177
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 13:51:32 2002 +0000
+
+    Some changes for 0.6.1.
+
+commit 80421aefac362deeb4e4e4f6088e8aa5f21f83d2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 13:49:51 2002 +0000
+
+    Small changes.
+
+commit 3a760351fd67d41af764d8bbd579a42b23737d6e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 13:48:32 2002 +0000
+
+    Some adjustments for 0.6.1.
+
+commit f5cae709dde2945281a50fcc16366c3343b9ad27
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 10 13:48:18 2002 +0000
+
+    *** empty log message ***
+
+commit bba449ec39a67c5bcda3e2096c75b4db6d020f3f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 22:08:51 2002 +0000
+
+    *** empty log message ***
+
+commit 2c681286d666e99084978a1ac9eaa21c2b975833
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 22:08:34 2002 +0000
+
+    (LaTeX-preview-setup): Use preview-with-LaTeX-menus.
+
+commit 4c9ceef40fc53f9b33f45457a25b5d7a4ff3ed9b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 22:07:37 2002 +0000
+
+    (preview-with-LaTeX-menus): New function
+    temporarily making menus active.  This is quite different for
+    XEmacs.
+
+commit 0c1e6609449cb9b026dcd7e933eab4607403311d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 13:33:55 2002 +0000
+
+    *** empty log message ***
+
+commit b25fdbbc97a89248231e653daa96d0f0d27d8c7b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 13:32:22 2002 +0000
+
+    tiny typo.
+
+commit dd40dcc0489da4ce7cbe92d2095428e017861c98
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 13:29:32 2002 +0000
+
+    typo fixes from Nick
+
+commit e4a1e3b39dd1b5cc343f6d763803fc8bbacb2c71
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 13:27:58 2002 +0000
+
+    typo fixes from Nick.
+
+commit 0bf30b2243766f707d6ab841bc68b6ae99290715
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 11:12:23 2002 +0000
+
+    *** empty log message ***
+
+commit 7b884cd6aead880e3d44367d916d6c69de81bdd9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 11:12:02 2002 +0000
+
+    (LaTeX-preview-setup): Deal with the easy-menu
+    sickness so that XEmacs might work.
+
+commit 86c96e7b5f4853adc6ae1c6ef2a37f83517490ac
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 10:58:33 2002 +0000
+
+    *** empty log message ***
+
+commit 104ba4b1aa0890bb1e68543b62d06942e1cfc09c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 9 10:57:32 2002 +0000
+
+    (LaTeX-preview-setup): Deal with the easy-menu
+    sickness so that XEmacs might work.
+
+commit 8d55e872d5fb71e5b385ff30f1d8a827df53f7ac
+Author: Alan Shutko <ats@acm.org>
+Date:   Fri Mar 8 23:46:25 2002 +0000
+
+    When checking for texhash, use /bin/true if we
+    can't find it.
+
+commit 6baba10241794fddf9cde83777fc871e3eac7f11
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 8 02:57:00 2002 +0000
+
+    *** empty log message ***
+
+commit 9223161f7c7fd1718f687e28fe8bd1f7277b72d4
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 8 02:56:20 2002 +0000
+
+    (Emacs problems), doc/readme.texi: some
+    brighter outlook with regard to XEmacs port.
+
+commit 885dc35857c16c13d1e9d5bda00a7dcb7ad7f565
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 8 00:42:25 2002 +0000
+
+    *** empty log message ***
+
+commit 8649dfd641e286caf99303fd50413f0cf24e7d2c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 8 00:41:54 2002 +0000
+
+    (preview-gs-transact): Throw in the towel.  We don't
+    use .runandhide (and .setsafe) unless we are dealing with gs with
+    a version of at least 7.00.  gs-6.53 seems to provide
+    .runandhide, while making it useless because
+       save .setsafe restore
+    does not return to unsafer mode.
+
+commit 61e17b17ddab56036e90740afa013228e3641aa2
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 16:27:59 2002 +0000
+
+    *** empty log message ***
+
+commit b68769845b7fbab9151d25d964db475289ffcf10
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 16:27:40 2002 +0000
+
+    Few changes and explanations for 0.6.1.
+
+commit d76185e3500a77c5839a4a38aa650fe106765f68
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 16:13:34 2002 +0000
+
+    *** empty log message ***
+
+commit 4a3cb60c5e9c7820db67abeb124c233aa5108c39
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 16:05:49 2002 +0000
+
+    (Font problems with Dvips): Changed pounds
+    sign.  Not much of an improvement (we get the wrong character),
+    but 7bit safe.  If Jan-Ã…ke finds this as desirable as to have his
+    own name mangled, we should follow at least make it pay off.
+
+commit 991478fbd11ab2436ef18955a07aa0ccfc40f111
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 15:40:42 2002 +0000
+
+    *** empty log message ***
+
+commit b4c447c421f5f44dbd94df202106df0b88c4668d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 15:40:21 2002 +0000
+
+    (On EPS previews): png16m is default
+    instead of ong256.
+
+commit ab186d2fb5d74c45a6169a18db758be5c95f33cd
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 15:29:45 2002 +0000
+
+    Document 8bit problems.
+
+commit b576ed49ccd53bad3987afbfd9c9ac631f723e8e
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 15:28:32 2002 +0000
+
+    *** empty log message ***
+
+commit e3715f3fd0f67c374a5e4bf7912f88fc38ba874c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 15:19:44 2002 +0000
+
+    *** empty log message ***
+
+commit c5c7d1ef8f8f0216fcc68b6de1f221e1b4254482
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 14:22:13 2002 +0000
+
+    *** empty log message ***
+
+commit 92adabeda6cec3ca9c0b884bcc44c640d7e116f8
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 14:21:46 2002 +0000
+
+    update to autoconf 2.52.
+
+commit 0efc298ea5ea8569215074d793ee812ce61241cd
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 14:19:56 2002 +0000
+
+    Wheedle MY_LANG and MY_LC_CTYPE in if autoconf
+    failed to do so.
+
+commit d6c7c50ef5d022d2b6a8bf3efac940bec3ef2d1b
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 02:08:26 2002 +0000
+
+    *** empty log message ***
+
+commit 8ee05f51eab1c091143447f074767a82eee0fd24
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Mar 5 02:08:07 2002 +0000
+
+    copyright extended.  Basically overhaul of
+    persistent data, leads to:
+    (preview-disable): clear timestamp.
+    (preview-delete): Don't fiddle with ovr after it is already
+    deleted.
+    (preview-clearout): additional argument timestamp
+    (preview-kill-buffer-cleanup): New function for killing buffers:
+    properly time-stamped previews will not get their files deleted.
+    (kill-buffer-hook): use it
+    (before-revert-hook): use it
+    (desktop-buffer-preview-misc-data): changed dissect call, work
+    only if buffer unmodified.
+    (preview-dissect): work with timestamp, don't destroy preview.
+    (preview-buffer-restore): new function, works from saved data.
+    (desktop-buffer-preview): use it.
+    (preview-cleanout-tempfiles): Do things differently.
+    (LaTeX-preview-setup): Call preview-buffer-restore if we
+    accidently got here before setting up the desktop hooks.
+
+commit eee563941b82250939be2322e25205fdbb422bb1
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 4 15:52:45 2002 +0000
+
+    ignore Makefile
+
+commit 380699c3faf8384d9960ddcc5f83bb0d4543be7d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 4 03:51:36 2002 +0000
+
+    *** empty log message ***
+
+commit 3d56b7c8bd0e000087bbe4bc07b698b84a8021a7
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 4 03:51:04 2002 +0000
+
+    * doc/preview-latex.texi (Package options): doc changes, psfixbb
+    documented.
+    
+    * doc/preview-latex.texi: some documentation amendments.
+
+commit c9eeb57d123319bfa5bf82a5d5d83bde6610a8f0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 4 03:49:38 2002 +0000
+
+    doc changes.
+
+commit ace93fcb620ca64cb6de7929f4884ea7b04c9715
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 4 03:48:32 2002 +0000
+
+    doc changes (@AUCTeX).
+
+commit 91c55f94a6030b548b6e1c2fd9c5be53c3061d40
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 4 02:13:12 2002 +0000
+
+    Pregenerate info file.
+
+commit f23a5b80813b30c4c312333d4c537c14c4593ad9
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 4 02:08:31 2002 +0000
+
+    *** empty log message ***
+
+commit 4624657bef890dd431cc4084597cd4b9d94fc540
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Mar 4 02:08:06 2002 +0000
+
+    (preview-dissect): improve false desktop cleanups.
+    (desktop-buffer-preview): handle file load oneself.
+    (preview-place-preview): subtle bug leading to empty previews
+    accumulating in secondary buffers.
+    (preview-reinstate-preview): don't reinstate previews where the
+    files have been deleted.
+    (preview-TeX-inline-sentinel): Make sure "Compilation" flag gets
+    cleared even on errors.
+    (preview-environment): Doc change.
+    (desktop-buffer-preview-misc-data, preview-dissect)
+    (desktop-buffer-preview, preview-cleanout-tempfiles)
+    (preview-active-string, preview-reinstate-preview)
+    (preview-default-preamble): Doc corrections/additions.
+
+commit 8a6d9c97f03e654bdedfaab38a6288fd2d786357
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 3 23:44:55 2002 +0000
+
+    *** empty log message ***
+
+commit d7dde3229af194278322c6a25e3a418a21ce5e11
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Mar 3 23:44:33 2002 +0000
+
+    (preview-dissect): improve false desktop cleanups.
+    (desktop-buffer-preview): handle file load oneself.
+    (preview-place-preview): subtle bug leading to empty previews
+    accumulating in secondary buffers.
+    (preview-reinstate-preview): don't reinstate previews where the
+    files have been deleted.
+    (preview-TeX-inline-sentinel): Make sure "Compilation" flag gets
+    cleared even on errors.
+
+commit fa4216877b60eadcb56d1ab4f2fae8ac266d595b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 2 01:06:47 2002 +0000
+
+    (preview-gs-transact): Don't use .setsafe unless
+    .runandhide is defined.  There might be no way back to unsafer
+    mode otherwise.
+    (preview-create-subdirectory): Be more forgiving about users
+    messing up the directory organization of preview-latex, by
+    manually deleting stuff under its control.
+
+commit e3aed03e7fc0d3acbda1519fd65d67b77ca97430
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Mar 2 01:06:16 2002 +0000
+
+    *** empty log message ***
+
+commit febcea35c2bc28a2373c3c5e4cd22c6e11be6ece
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 1 16:23:16 2002 +0000
+
+    *** empty log message ***
+
+commit f38dff726eeb4873c243fcdf038e0770711ea69a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 1 16:22:54 2002 +0000
+
+    (preview-default-option-list): add new options.
+
+commit 73f499d48103d99feb66848d6402e2c8ebbb15dd
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Mar 1 16:22:02 2002 +0000
+
+    add new package option psfixbb for getting better
+    bounding boxes in the presence of PStricks and the like.
+
+commit 8a6f6ebfa34fef28eceaf596647639ebbf9ed492
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 28 02:21:08 2002 +0000
+
+    (preview-inner-environments): New variable for
+    avoiding ugly environments.
+    (preview-environment): Accept a count, and avoid bad environments.
+    (preview-section): Doc string fixed.
+
+commit 2d9617bcbe6dccd88a6906f3920080ad1af8c9b3
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 28 02:20:37 2002 +0000
+
+    *** empty log message ***
+
+commit db84e3d1b85b383b6f80b4955c5d0fc3fd11c528
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 26 04:58:18 2002 +0000
+
+    (require): suppress desktop warnings
+    (preview-clearout): restrict to narrowed area.
+    (desktop-buffer-preview-misc-data): widen.
+    (preview-dissect): don't use subseq from cl-extra, rather butlast
+    from subr.
+    (preview-cleanout-tempfiles): new routine used in kill-emacs-hook
+    (preview-reinstate-preview): setup kill-emacs-hook late so that
+    preview-cleanout gets called after desktop saving
+    (preview-create-subdirectory): same here
+
+commit 08685b865ee85bb248520b791ea09c8eb6ae29c0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 26 04:57:52 2002 +0000
+
+    *** empty log message ***
+
+commit c3c7dddd623972ffa312be4598da31a1a86c31a4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 25 08:40:19 2002 +0000
+
+    (TeX-active-tempdir): Changed the type.
+    (preview-gs-dvips-sentinel): adjusted for that.
+    (preview-gs-place): queued is now missing image
+    (preview-gs-transact): that is in overlay property preview-image
+    instead.
+    (preview-gs-transact): adapt to new queued
+    (desktop-buffer-preview-misc-data): save overlays when leaving
+    desktop.
+    (preview-dissect): gets details from overlay.
+    (desktop-buffer-preview): restore overlays on reentry
+    (kill-emacs-hook): must be run after desktop hook.
+    (preview-active-string): gets passed image instead of snippet.
+    (preview-make-filename): New TeX-active-tempdir type
+    (preview-delete-file): same here
+    (preview-place-preview): adapt to new preview-active-string
+    (preview-reinstate-preview): new function for restoring a preview
+    (preview-create-subdirectory): new TeX-active-tempdir type
+
+commit 236a0e4075d1097433b2d909dea7f42121bb5cf8
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 25 08:39:28 2002 +0000
+
+    *** empty log message ***
+
+commit 72970fc9be4e99b54e1f84d858eb0486aa58422b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Feb 24 16:07:45 2002 +0000
+
+    *** empty log message ***
+
+commit c7e9f06e7541c58ed7c4ec2edf95e2d6463ba739
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Sun Feb 24 15:31:10 2002 +0000
+
+    Incorporated docs from preview.dtx, minor other changes
+
+commit f86c570e2efddc5269e7d5e3e780281a61c435e9
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 23 02:25:32 2002 +0000
+
+    Hadn't I removed that already?
+
+commit 0ca598302d3ce24d7cf4e2520ff7ce1050d6646e
+Author: Alan Shutko <ats@acm.org>
+Date:   Thu Feb 21 04:15:59 2002 +0000
+
+    *** empty log message ***
+
+commit cc116382a84245ddc4204ada491e3b84af49617c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Feb 20 16:30:23 2002 +0000
+
+    Removed isolatin1 style include and chars
+
+commit 0e7b028c9771bdf38855b543c1b511c1b6ed8f29
+Author: Alan Shutko <ats@acm.org>
+Date:   Wed Feb 20 16:02:41 2002 +0000
+
+    Patch from Stephen Gildea correcting the disable-8bit-test code.
+
+commit f2a9e91118c64229d03053dc5df93aa59ea07aca
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 19 19:54:11 2002 +0000
+
+    Created 0.6b, which includes .info and .dvi manuals
+
+commit 08c83b6f9b85e39310760c81a9df4e49b055f06e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 19 19:42:26 2002 +0000
+
+    Removed .info and .dvi from 'clean' target
+
+commit 2dfae9a214ff672c7c717e53065aebce3cfb5fdf
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 19 10:08:05 2002 +0000
+
+    *** empty log message ***
+
+commit c55d68cdc2e6e7ae2676af96b9a88cb11f8e012b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 19 10:03:53 2002 +0000
+
+    *** empty log message ***
+
+commit 4a76f87bad2945516a08d1f295b364cfe896171f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 19 09:32:54 2002 +0000
+
+    Changed target 'doc' to 'docs'. 'doc' matched the (unchanged)
+    directory 'doc'.
+
+commit 604744fec911ab6f94a9fa019729df01b141aa29
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 19 09:26:01 2002 +0000
+
+    Startup file for site-start.d
+
+commit afe15d91baecb6279e6dad83b1f50ec7cc7179c9
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 19 09:25:16 2002 +0000
+
+    Added site-start.d support and prauctex.cfg config file
+
+commit 9b45e7a41212e8c84cd8ec121713d8975d786650
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 19 00:42:54 2002 +0000
+
+    (subsection{The internals}): The fake \shipout had a syntax
+    error.  Why don't people report bugs?
+
+commit d66c7abeee674b105c34d30fa67dc8b7c73383b3
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 19 00:42:22 2002 +0000
+
+    *** empty log message ***
+
+commit dea432b205de9327afe90adb7cae21e4b6b88e12
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 23:19:02 2002 +0000
+
+    A few more ignored files.
+
+commit 580630c7a2abadbcdf5c819c3f1aab939878791d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 23:12:25 2002 +0000
+
+    Oops, prauctex.cfg inadvertantly overrode a
+    possible "sections" option.
+
+commit 3baf1f49e81165bdb24a967c41e6f97d572e3b25
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 23:12:07 2002 +0000
+
+    *** empty log message ***
+
+commit 648599a0732fc1c8e5f7c811a089391b8bd16f8f
+Author: Alan Shutko <ats@acm.org>
+Date:   Mon Feb 18 19:53:31 2002 +0000
+
+    (all): Split out docs target so install-hint is
+    still last.  Ditto install.
+
+commit 4676ccccc22dac8b72422c7bdc0125f30c3e80cc
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 19:52:18 2002 +0000
+
+    Add a few suggestions and throw out what has already been
+    accomplished.
+
+commit 03db8103662a5d6a9379047f0516ed0d9ced47ea
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 19:52:05 2002 +0000
+
+    *** empty log message ***
+
+commit f84a379b708c8d32632b8fb0154cb78a293fcc06
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 19:38:43 2002 +0000
+
+    *** empty log message ***
+
+commit 7c13fce6cd08e64ec8415ed1a6673db44cc22c16
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 19:38:14 2002 +0000
+
+    Slight edits.
+
+commit 3015e167796358bb3b2e45fa5f6f6085e795c391
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 19:35:26 2002 +0000
+
+    mention PROBLEMS as autogenerated file, add warning
+    about autoconf earlier than 2.13.
+
+commit a50eb6f216cd383e39e7fe07c57657ff24eefcbf
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 19:35:08 2002 +0000
+
+    *** empty log message ***
+
+commit babc6c4573ae480f8106c0d94df59e1439ef7d20
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 17:53:28 2002 +0000
+
+    explain about configuration files.
+
+commit e31b28334bf8d01498dc318051c15034e398f0f3
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 17:53:11 2002 +0000
+
+    *** empty log message ***
+
+commit 3ef042cb6a146f88e3f7ae189a2af7820c4eb0b0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 17:37:42 2002 +0000
+
+    * doc/preview-latex.texi: dircategory Emacs
+
+commit 780b8618bfa6e979401f9f7dc675ab2a429e9ddd
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 17:37:23 2002 +0000
+
+    *** empty log message ***
+
+commit a85418d137128558510335a0554d3cdb86a8505e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 17:30:58 2002 +0000
+
+    * doc/Makefile.in (install): correct install target for
+    install-info.
+
+commit 4642cdf10c0d20f2126ec24caa32f2d236f9445b
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 17:30:19 2002 +0000
+
+    *** empty log message ***
+
+commit 8f597425b437a6bcb2d9291a3163877ed4934244
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 17:05:40 2002 +0000
+
+    (Misplaced previews): explain about
+    prauctex.cfg.
+
+commit 20071b6e71672fa18c71dd84019ecd4b10081b10
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 17:05:24 2002 +0000
+
+    *** empty log message ***
+
+commit 8c72d44d4ec96b970ac33d05756c7cc90ac747f8
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 16:58:43 2002 +0000
+
+    Write @LaTeX instead of La@TeX
+
+commit c7c28e4e3127a90f159ac1dd85946e97d703c462
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 16:52:54 2002 +0000
+
+    (preview-default-preamble): Shorten stuff out that
+    sits now in prauctex.cfg.
+
+commit 20e617f117faabf43042111bd46d200ae96853ee
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 16:50:29 2002 +0000
+
+    *** empty log message ***
+
+commit a907741a72332a25f8c237b9ddafb24a0ee9be92
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 16:49:55 2002 +0000
+
+    (all): cater for prauctex.cfg.  Same for other
+    targets.
+
+commit 5bca73887f7ba6ac0b4dc880d692d165e3c20e4a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 18 16:48:01 2002 +0000
+
+    (section{Introduction}): Replaced TeX by \TeX and
+    similar cosmetics.
+    (section{Package options}): Added noconfig option, explained
+    prdefault.cfg (not yet there) and prauctex.cfg.
+    (subsection{Preview attaching commands}): Predefine prauctex.cfg.
+    (section{Various drivers}): make installer extract it.
+
+commit 1df9715b54a49d1f03def25ef056206e3d3e527a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 15:02:50 2002 +0000
+
+    *** empty log message ***
+
+commit d3d68128e54ce44782ee10d71ff2d79123fa0f8b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 15:02:06 2002 +0000
+
+    Simple layout fix
+
+commit 4132d46b560d673d3d78ae44050ab31eaa96102d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 13:08:14 2002 +0000
+
+    Now, then, 0.6-1
+
+commit c6c1944b8cd1ab2907522a1d00dae91f4bc9473f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 12:58:32 2002 +0000
+
+    *** empty log message ***
+
+commit 7858980e68a6dc2f55f30b2475c9dc8220b49911
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 12:53:50 2002 +0000
+
+    Typo corrected
+
+commit e754a45d624008f6629b23f03cbdf45ee59e8204
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 12:52:52 2002 +0000
+
+    For 0.6 proper
+
+commit 1c99766e2b525cfff5a4f5b1398a8ea011cfc5b5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 12:52:32 2002 +0000
+
+    Fixed INSTALL_DATA
+
+commit dd12afd98c8fedca67b7d8f04b07d8ee88bbf535
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 12:25:43 2002 +0000
+
+    *** empty log message ***
+
+commit 3f6fa69066a9fcd2287ac1a754418ce65286fde2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 12:24:58 2002 +0000
+
+    Typo corrected
+
+commit 4864d0064c57f285cec125b04cba36e5197ce4f7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 12:19:18 2002 +0000
+
+    *** empty log message ***
+
+commit e1efcb26a408ce17f29f27b7c39c959bcd5f8df9
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 12:18:08 2002 +0000
+
+    Install info files too
+
+commit 816a5b43cc9c89202b20e781f9d14542df99f6f6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 12:00:32 2002 +0000
+
+    *** empty log message ***
+
+commit b55038285173a3b695b69047e33da935c2873f37
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 11:58:37 2002 +0000
+
+    AUC TeX RPM on project site
+
+commit bcfa93f29f115d8f7c0852cc7cb7fbc9c5b189b9
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 18 10:05:03 2002 +0000
+
+    Fixed 'make clean' in doc subdir
+
+commit caf949f466d9d6a4f129c87a9a40a78b96dbcb33
+Author: Alan Shutko <ats@acm.org>
+Date:   Mon Feb 18 03:53:36 2002 +0000
+
+    * doc/Makefile.in: New file, replacing the former ad-hoc build.
+    
+    * doc/install.texi: Mention --disable-8bit-test.
+    
+    * doc/problems.texi (LaTeX international characters): Mention
+    --disable-8bit-test.
+    
+    * aclocal.m4 (AC_CHECK_AUCTEX): Correct --with-auctex to
+    --with-tex-site.
+    
+    * configure.in: 8bit test enhancements.  Allow disabling test with
+    --disable-8bit-test.
+    Check for makeinfo.
+    Generate doc/Makefile.
+
+commit 38070cc441b8dcd0797c503fef916d7cf8d2f232
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 16 23:46:02 2002 +0000
+
+    Mention problems with 8-bit-uncleanliness.
+    We need an override still.
+
+commit cbb19577a0619f19719b13028f2e598927e9a15f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 16 23:45:46 2002 +0000
+
+    *** empty log message ***
+
+commit 369391592b1c45cf7a89e0f251735594e3fa7bd8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 16 23:43:00 2002 +0000
+
+    (LaTeX international characters): Mention
+    that configure might barf.
+
+commit f1f40a1369210b1330782b18e6e511c45e81fc61
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 16 23:42:28 2002 +0000
+
+    *** empty log message ***
+
+commit 4cfd5a0018ad09bbfa33a85a2f36e6fbc61137ac
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Feb 15 15:17:56 2002 +0000
+
+    *** empty log message ***
+
+commit 2a1be4bd7a68756b5978fe008b7a667ac8533b80
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Feb 15 15:17:04 2002 +0000
+
+    Included "for RH 7.x"
+
+commit 2f6dec77863d041c8309ef9249c7dd6b2e0d9a9f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Feb 15 14:11:14 2002 +0000
+
+    *** empty log message ***
+
+commit 87392d94fc4c84867c89416231394d6cc696eeb2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Feb 15 14:10:30 2002 +0000
+
+    RPM info added
+
+commit 9fd7753e11fc52eea2dc4a6822aad023e4005f32
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Feb 14 13:17:50 2002 +0000
+
+    *** empty log message ***
+
+commit 79cfccd63e4ddf3534e2d58e526aa7352d954956
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Feb 14 13:05:35 2002 +0000
+
+    Added patches subdir in %doc
+
+commit 2bc9dfbe2af114ad48d109f8b9ce61af44426523
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Feb 14 10:55:25 2002 +0000
+
+    *** empty log message ***
+
+commit 5a997b2cf21ce8e9e478e8f4335f096515dcd536
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Feb 14 10:52:20 2002 +0000
+
+    For 0.6. Included code to build from CVS and temporary fix to allow
+    build before autoconf includes docs.
+
+commit 8252018e1a37657053125f9e78323ebf1346fa7b
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Feb 14 09:24:56 2002 +0000
+
+    Typo corrected
+
+commit 20a515d40f63c71acb7988b940ae55e57b6e5cb6
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Feb 12 09:14:21 2002 +0000
+
+    Ignore generated files.
+
+commit adca3a4bc15425757296fe5a18ced69f39c210bc
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 22:20:58 2002 +0000
+
+    *** empty log message ***
+
+commit dd927a91827f56f26bf21ab326ced9cfb5221765
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 22:19:09 2002 +0000
+
+    *** empty log message ***
+
+commit e525ecb0ee9e00d353f7632421745247176da1c1
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 22:16:39 2002 +0000
+
+    Fixed direntries for preview-latex
+
+commit 7ccdbb397d13bb3275796b82db6298815341739c
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 22:15:59 2002 +0000
+
+    Include @macro defs for text-file generation
+
+commit 3611a3437cf13f1004eb74c9cfc66458c895b120
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 21:54:21 2002 +0000
+
+    *** empty log message ***
+
+commit 11ca9b35e1f94bfbe427d25aa60487da3eed055c
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 18:42:21 2002 +0000
+
+    *** empty log message ***
+
+commit 2d923a65b540d92e9f5d794d412bcdf35b22d7fa
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 18:42:03 2002 +0000
+
+    * doc/Makefile (install): install the renamed info files.
+
+commit 4c1d80143fd5530be6230950aad41638a69204d8
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 18:40:44 2002 +0000
+
+    (preview-latex/index.html): generate HTML with
+    makeinfo as texi2html does not grok @preview-latex.
+
+commit 3149ce6e86bf82c2e9c97f19fc8000586b23e5e7
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 18:39:36 2002 +0000
+
+    * doc/preview-latex.texi: change output file name to
+    preview-latex.info in order to keep preview-latex as a directory
+    name for HTML output.
+
+commit 7b89337a8cff9bde92d48e8f4f725427d82bd1ab
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 17:04:34 2002 +0000
+
+    * doc/preview-latex.texi: Write Ã… instead of @AA (x-symbol sneaked
+    that in).  And revert again: does not print.
+
+commit 85de61ae2f7ca0dafbb8d0d66a74ba3b7725d3e5
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 17:04:11 2002 +0000
+
+    *** empty log message ***
+
+commit 0075ae755778f049e91450f280c11ffde2d1a128
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 17:01:18 2002 +0000
+
+    Avoid 8bit chars, they don't print.  Sigh.
+
+commit 9c151261756094547ce0802e0af040fa6b04900d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 16:35:20 2002 +0000
+
+    *** empty log message ***
+
+commit 31e16ecc19c1b471916ae57475859ac0ad2a9e65
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 16:34:58 2002 +0000
+
+    Write Ã… instead of @AA (x-symbol sneaked that in).
+
+commit 96ddf7ddfa7f109485a44201b695e0d5111f2d9c
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 16:31:38 2002 +0000
+
+    *** empty log message ***
+
+commit fb407436ac30a2ec4a5f742cc4842c32f2c37f69
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 16:29:35 2002 +0000
+
+    Use @previewlatex.
+
+commit 1e5c82abe433608bc2e4310f0acaff4ae30fe47f
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 16:28:48 2002 +0000
+
+    Use @previewlatex{}.
+
+commit 62f468011a07897ac0565ed583d2bbe17c50e940
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 16:26:25 2002 +0000
+
+    *** empty log message ***
+
+commit 342ef5621f37a699f300ec6bf0d4a9bd5b48ae5f
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 16:25:48 2002 +0000
+
+    Use @previewlatex and @uref.
+
+commit 71fa861155e4f5683b21cf3382285d221659545a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 16:19:18 2002 +0000
+
+    Use @previewlatex.
+
+commit 4d52bcedf1df4efa490d5802403bd51717bd34ef
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Feb 11 16:18:32 2002 +0000
+
+    (top): Introduce @previewlatex macro and
+    use it throughout.  Some more changes.
+
+commit 3259c3df95efc29f302c490aafa1656f70e4883d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 15:38:29 2002 +0000
+
+    Minor changes
+
+commit e4ff39405d44269bd4d3ba79cdd8fd11a6cd648a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 10:57:50 2002 +0000
+
+    Shortened
+
+commit a4fef31741c1fb9e4ecc3f5ae326434f333118c3
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 10:56:10 2002 +0000
+
+    Added --no-validate on README
+
+commit 10da320006325520f323599b2778925e412a27a6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 10:54:35 2002 +0000
+
+    Layout changes, xref to PROBLEMS shortened
+
+commit 90394e6c9638e04a10df975bba562af0ef9b75bf
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 10:52:32 2002 +0000
+
+    Lauout changes, added text on bug reports and GS EPS handling
+
+commit 82715c04ecb8f9cb49c1b27c9d9e650afede3147
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 11 10:49:35 2002 +0000
+
+    Layout changes, install-info fix, index additions
+
+commit aacdbaca10433cc050b533ddc08695a4c76b7471
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Feb 10 10:39:28 2002 +0000
+
+    Add patches for various problems from earlier PROBLEMS file.
+
+commit 4313358f9375da1cbe2e85597aa0f85f8f538a01
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 22:52:37 2002 +0000
+
+    *  INSTALL README PROBLEMS: removed because autogenerated
+    *  README.CVS and autogen.sh added.
+    
+    * doc/problems.texi: Initial rendition of PROBLEMS file in
+    texindex form.
+    
+    * doc/readme.texi: overhaul for 0.6.
+
+commit 19fd9c79233cee26cf4ec8bf0f2d51f5c6282cb1
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 22:51:53 2002 +0000
+
+    *  INSTALL README PROBLEMS: removed because autogenerated
+    *  README.CVS and autogen.sh added.
+
+commit 2bf4bbde7b32d08ce71f530aa9a02b57adda975d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 22:42:49 2002 +0000
+
+    *** empty log message ***
+
+commit f533395b7ef08a3f8f02ce887007d3a7f0dea11a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 22:39:06 2002 +0000
+
+    Initial README for CVS.
+
+commit 733a80c5cd639cdfe8c624b57bf3fd68adb66c47
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 22:37:20 2002 +0000
+
+    Doc overhaul.
+
+commit 9b79c0ff60f664a6bab85e420615afc19790ed02
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 22:35:58 2002 +0000
+
+    Initial rendition of PROBLEMS file in texindex form.
+
+commit c6bd6b7e8e60f9f7b1291a818bb6a4dde3d82172
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 22:34:53 2002 +0000
+
+    fat overhaul.
+
+commit 0c6ff9f43e7e747420a6cb183d08cfdfda75c7ed
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 22:33:08 2002 +0000
+
+    Initial version of autogen.sh
+    Should generate configure, PROBLEMS, README, INSTALL.
+
+commit 8321f876bcb187efb0b549863aa8b5f512e13c86
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 19:17:10 2002 +0000
+
+    *** empty log message ***
+
+commit e10086bfe5d317fbf51b472cbf42b165c3caa675
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 19:16:20 2002 +0000
+
+    Change Preview La@TeX{} to preview-latex
+
+commit e0af9324adc617881303d4ded06a50a2932f199f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 18:40:00 2002 +0000
+
+    (preview-image-creators): Change png default device
+    to png16m due to popular request.
+
+commit 348c42f94ebd83789d7d140f8d0a3a5768815612
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 18:39:33 2002 +0000
+
+    *** empty log message ***
+
+commit 2afdb3b4ef50ea12c3466ad62bd76b9c6e0b04eb
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 16:38:32 2002 +0000
+
+    fat overhaul.
+
+commit b5e75c74b2baae74290b3747b6d514a2fdca74a0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 16:38:09 2002 +0000
+
+    overhaul for 0.6.
+
+commit 7f4de419fbd03242ddc1e5dcd7c12e5205a5182c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 16:37:53 2002 +0000
+
+    *** empty log message ***
+
+commit f8e3767e33f786404aafa5d96da4cc2db13631b4
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 16:11:36 2002 +0000
+
+    fat overhaul.
+
+commit ebf337dde3663f4c9441101bd86c72421494ac90
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 16:11:17 2002 +0000
+
+    *** empty log message ***
+
+commit da7ccc3a43bb14a5bdf1d9d827ba1525bdc39442
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 00:19:08 2002 +0000
+
+    (section{The Implementation}): Simplify \pr@advise,
+    it broke the delayed option.
+    (subsection{Preview attaching commands}): Same.
+
+commit de45315d4ddbfa0687b93436be019e710e025a8b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Feb 9 00:18:39 2002 +0000
+
+    *** empty log message ***
+
+commit 6578196e92c90c97d349c63d5be1af1d3c4278e8
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 8 11:50:32 2002 +0000
+
+    (preview-gs-transact): Sigh.  Some refinements to the
+    SAFER stuff: restart gs on errors that seem to stop in SAFER mode.
+    (preview-gs-transact): And another few changes, there are gs
+    versions that have .setsafer but not .runandhide.  Rats.
+
+commit 5318ad81f157da8de7ced94c592372cd5f6a32ac
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 8 11:50:11 2002 +0000
+
+    *** empty log message ***
+
+commit e67d9f53e6d72709d3c9631d8ec45fc05c3d1af3
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 8 01:24:01 2002 +0000
+
+    (preview-gs-transact): Sigh.  Some refinements to the
+    SAFER stuff: restart gs on errors that seem to stop in SAFER mode.
+
+commit 2434911106267d432efed408be80b5d2a3b58961
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 8 01:23:40 2002 +0000
+
+    *** empty log message ***
+
+commit 2d27da12112c22a47947450f0f4eb13cc37652d0
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 7 21:39:29 2002 +0000
+
+    (subsection{Preview attaching commands}): Use
+    \nofiles instead of \@fileswfalse in order to suppress erroneous
+    log file output.
+
+commit fbbb618dc8d5d753a524e409c02a337cf667da57
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 7 21:39:08 2002 +0000
+
+    *** empty log message ***
+
+commit 00152fec78cd44dd4d61e90b50d333a174427613
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 7 20:49:35 2002 +0000
+
+    (preview-gs-options): Remove -DSAFER option that
+    causes OutputFile selection of GhostScript to fail (starting with
+    7.04).  This cannot be the final fix.
+    (preview-gs-options): Ok, so it isn't.  Restored -dSAFER and added
+    -dDELAYSAFER (which should be ignored by earlier GhostScript
+    versions).  Also:
+    (preview-gs-transact): call .setsafe procedure if defined in
+    systemdict, so we don't get unsafer in GhostScript 7.04.
+
+commit e7da00b818dcd29163f0edbd2fba284ad35d85c2
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 7 12:54:54 2002 +0000
+
+    (preview-gs-options): Remove -DSAFER option that
+    causes OutputFile selection of GhostScript to fail (starting with
+    7.04).  This cannot be the final fix.
+
+commit 78f7818e6672b5b1e1a9055e64c1537b32a86310
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Feb 7 12:54:23 2002 +0000
+
+    *** empty log message ***
+
+commit 3064675e2b72f46ee4c3f592bad4fc6b2ab3324f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Feb 6 14:48:19 2002 +0000
+
+    *** empty log message ***
+
+commit a718e820f176012dc1df7e1362843b70666f0068
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Feb 6 14:47:17 2002 +0000
+
+    Index and layout changes
+
+commit ff51f09e72447ad1c15aaa917abe7fab6d30aa96
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 5 14:57:25 2002 +0000
+
+    *** empty log message ***
+
+commit 25415e349500f92a677555c351d9f9de78e22788
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 5 14:56:23 2002 +0000
+
+    Bumped release number. Typos corrected.
+
+commit c3e8b202c9f89470669421f368e04140908efec2
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 5 14:35:03 2002 +0000
+
+    *** empty log message ***
+
+commit 9629ec7f0e3c4a6e666a15ef8bd44e9aa1a78180
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 5 14:33:57 2002 +0000
+
+    Less zealous index
+
+commit 4e53ee64a6541b022f77a14eb935ff3002c70caf
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 5 10:23:32 2002 +0000
+
+    *** empty log message ***
+
+commit 8f4e3ab3dc198976be008181aa038cfee659c25d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 5 10:22:50 2002 +0000
+
+    Typo corrected
+
+commit cba0b4a6f86a3513cb533cacace547ef3dc5ec3f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 5 10:21:07 2002 +0000
+
+    Document preview-default-preamble
+
+commit 542352243e79495143c3e4a7f2c2ace7d33795d7
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 5 10:03:06 2002 +0000
+
+    *** empty log message ***
+
+commit 4afa883715c9415593e6639be1721215fcbf6582
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Feb 5 09:53:11 2002 +0000
+
+    Simpler index generation
+
+commit db7afe73c55fc467be235f9ed6c53e38e22ebc6d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Feb 4 16:35:15 2002 +0000
+
+    Simplify to only one section for keys and lisp function sections. Also
+    only one Index.
+
+commit 2f0e4fd5c8f08b0a9fba89738a5225c2fd0b07f4
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 1 17:04:31 2002 +0000
+
+    *** empty log message ***
+
+commit 5d7495acf15f26addeeed1d1a9cd5abf00953f8a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Feb 1 16:56:09 2002 +0000
+
+    Tell about x-symbol 4.0h/beta working successfully
+    with preview-latex.
+
+commit 35b09b0675f33d1972af09b0bc4213549daa6e64
+Author: Alan Shutko <ats@acm.org>
+Date:   Fri Feb 1 16:20:26 2002 +0000
+
+    Corrected error message for 8-bit test.
+
+commit 6db9b71c828b1ed8d9d693d709b9f49869c7829c
+Author: Alan Shutko <ats@acm.org>
+Date:   Thu Jan 31 15:48:41 2002 +0000
+
+            * configure.in: Added diversion at the beginning to allow us to
+            save LANG and LC_CTYPE for the 8-bit test.  Also added test to see
+            if LaTeX is 8-bt clean.
+
+commit 47d05cd999068c8502e3da8813bdbc3716d722e5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jan 24 15:19:12 2002 +0000
+
+    *** empty log message ***
+
+commit 003a62299da1eb8205611311c90d8f24e608f8e4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jan 24 15:17:06 2002 +0000
+
+    Initial version. On the 0.5.8.2 release.
+
+commit 6d37b3b098aa7d66414b03ef08350fc87bdbb1f5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jan 24 09:54:53 2002 +0000
+
+    Release_11.11
+
+commit 335771d1e9b815d9643f35e52ee2e8240b029f2d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jan 24 09:52:31 2002 +0000
+
+    Release_11.10++
+
+commit 29a769340e6dc157cb2c82a35183e4c80a3aadeb
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Jan 23 23:26:14 2002 +0000
+
+    *** empty log message ***
+
+commit 81dafa5d22dd1c5da030713d6dfb4b16a311bc6b
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Jan 23 23:04:28 2002 +0000
+
+    *** empty log message ***
+
+commit db5e15bc8f3ad99296ba53afbd060aeecba14799
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Jan 23 22:58:00 2002 +0000
+
+    Undo last change about japanese-TeX-command-list.
+    Support t(article|report|book) for platex.
+
+commit 47d1e59fe561b96a1d6d242dd2f4303058ac894e
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Wed Jan 23 22:52:02 2002 +0000
+
+    Support t(article|report|book) Japanese class file.
+
+commit 8cf3ba21c9f8f77079738a1d2edc94d1ca94f232
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 22 13:17:07 2002 +0000
+
+    (LaTeX-preview-setup): quote created directory name
+    in %m fields.
+
+commit 4fef20955725df3f345bf92a0d107ec63d678b83
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Jan 22 13:16:44 2002 +0000
+
+    *** empty log message ***
+
+commit e4e0669e3d1626bf52c1a7d4ea808045e409ec04
+Author: Peter Galbraith <psg@debian.org>
+Date:   Mon Jan 21 14:25:54 2002 +0000
+
+    bib-cite.el: Updated to V3.17
+
+commit 92e529419546761ac8d885ef574ce6a5d3a9091d
+Author: Peter Galbraith <psg@debian.org>
+Date:   Mon Jan 21 14:22:54 2002 +0000
+
+    font-latex.el: Update to V0.800
+
+commit de0cecfa618bec08607813cd26daece79b81f7b6
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 21 06:18:04 2002 +0000
+
+    *** empty log message ***
+
+commit 5838361e37ccbcb501e7ef8b3df8da8ee511603a
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 21 06:07:40 2002 +0000
+
+    Redefine japanese-TeX-command-list using `%l'.
+    Patch by Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>.
+    support js(article|book) in LaTeX-command-style.
+
+commit 6c7c828e67ea339fd1cf2cd3b86aeb6a05da9ce8
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Mon Jan 21 05:55:01 2002 +0000
+
+    Fix Problem that AUC TeX recognize tex file as Japanese with class file
+    started with `j'.
+    Reported by Joe Reinhardt <jmr@everest.radiology.uiowa.edu>.
+
+commit 2cef254ff4d4c1adab68f8588c6d669056e28d57
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 15:04:55 2002 +0000
+
+    (subsection{The internals}): Try catering for output
+    routine changes.
+
+commit 0b2c23c210e4328f8a6e04fcda7b278e8d353f98
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 15:04:26 2002 +0000
+
+    *** empty log message ***
+
+commit cd0f0484f931ebcd8a8dc216f5e60cfe49aa2a27
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 15:01:48 2002 +0000
+
+    Document a few changes.
+
+commit e8f10816b89bab25a5c7d57319a953b1dfe1d795
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 15:01:07 2002 +0000
+
+    *** empty log message ***
+
+commit fb00835a1ad3f205c1061677915a8e6e1c34bc91
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 18 13:43:33 2002 +0000
+
+    *** empty log message ***
+
+commit 50fb9119fc48793e64be60b8afd84f06d1c77068
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Jan 18 13:33:16 2002 +0000
+
+    (preview-make-preamble): Simplified the code by sorting
+    TeX-expand-list better.
+
+commit 3fae1a8118cc1e8802a5fa71af225a749ae5922c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 13:10:50 2002 +0000
+
+    document preview-at-point
+
+commit 7995c43f79b8e703ebb7b1f2db2e4427bece6ba7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 13:10:24 2002 +0000
+
+    *** empty log message ***
+
+commit d90b8e1f1a259d956a76aead3137105d6e46925b
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 13:06:32 2002 +0000
+
+    (before-revert-hook): clearout previews on revert.
+
+commit 6d80edccc9cefb0872cdf9e9a50b7192d73d51ed
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 13:05:39 2002 +0000
+
+    *** empty log message ***
+
+commit b33f902d3f9f30697d3554d424250b669a3a058b
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 11:35:15 2002 +0000
+
+    (preview-next-border): Doc change.
+    (preview-at-point): renamed from preview-dwim.
+    (LaTeX-preview-setup): use preview-at-point.
+    (LaTeX-preview-setup): menu change.
+    (preview-document-pt): Use TeX-style-list instead of
+    TeX-active-styles so that AucTeX may parse if not yet done.
+
+commit 780de72bdbc4ec569f45c5c35b8d4a39312f9b2e
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 11:34:49 2002 +0000
+
+    *** empty log message ***
+
+commit 522bed6bbb278219c046315320b9f54abeb18866
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Jan 18 11:22:38 2002 +0000
+
+    *** empty log message ***
+
+commit f0032ac19650d500662e6302fbb857ef98dd0a03
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jan 17 09:43:42 2002 +0000
+
+    *** empty log message ***
+
+commit 10f4416f5dee5daaddea52949fe0b80e8a082d8a
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jan 17 09:30:59 2002 +0000
+
+    @section Misplaced previews: Info on \emph and \PreviewMacro*. To be rewritten.
+
+commit 8e1720a175b29f4c1dded839c7a613682a7bb20d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Jan 17 09:28:52 2002 +0000
+
+    (preview-default-preamble): Added default preamble for use when a
+    document not configured for preview-latex is previewed in AUC TeX.
+
+commit a6308c1f1229838474e1a31a7c674d9db5f75d08
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Dec 5 13:50:25 2001 +0000
+
+    *** empty log message ***
+
+commit 00c4647448e659fd12b0ac019f70671a21a0d28e
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Dec 5 13:47:25 2001 +0000
+
+    Corrected dependencies
+
+commit 25ab9a8997ed821eb28081c6793edf1f543b9bb5
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Dec 5 13:46:37 2001 +0000
+
+    Added new section: User-level lisp functions
+
+commit f1b4d270b8be2528fb18983e9f1ff86bd1360337
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Dec 5 13:45:15 2001 +0000
+
+    Layout improvements
+
+commit 3ef07023df079bfceb1731fbaee0f1afad1d9b28
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Wed Dec 5 11:16:08 2001 +0000
+
+    Typo corrected
+
+commit 0af44d4dbeabfcc1e5e9f2965022efbb177deff8
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Dec 4 08:32:21 2001 +0000
+
+    *** empty log message ***
+
+commit ed452f151689a0eb521b0d7f271b7731823ae536
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Tue Dec 4 08:30:23 2001 +0000
+
+    Added index generation for DVI docs
+
+commit 562d69dd7000b4ea2237fa4f1bdc9d609ab21671
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Dec 3 16:09:34 2001 +0000
+
+    *** empty log message ***
+
+commit aa0c6c95114b749dc00d282841232add179dcff0
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Dec 3 16:03:42 2001 +0000
+
+    Keymap documentation and general text on emacs interface added
+
+commit c929ab38c8d79c6c604b9eb79339221b2eeb3de6
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Mon Dec 3 16:02:01 2001 +0000
+
+    Layout changes
+
+commit e709ca810fdff0e1391db958e0f0e48b9d6fb79c
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 3 13:55:44 2001 +0000
+
+    (preview-clearout): add optional argument keep-dir.
+    (preview-place-preview): Don't clearout previews from current
+    run.  This makes preview-latex keep multiple previews in command
+    arguments instead of just keeping the last such one.
+
+commit aadadbfd43b866b087b3c18ebdace94538e33bf3
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Dec 3 13:55:11 2001 +0000
+
+    *** empty log message ***
+
+commit 55d784aff5a1b8a7a4f1e0372e3ca7b1dd915a8b
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 30 20:05:39 2001 +0000
+
+    *** empty log message ***
+
+commit 62645b079b02ab93c9b8e8a0208e1ff7d474f2d3
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 30 20:05:00 2001 +0000
+
+    (subsection{Preview attaching commands}):
+    Also treat \end{env} in \PreviewEnvironment*.
+
+commit a2f7550cdf7f290574e1046d957dd532bc00c32d
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 30 19:34:51 2001 +0000
+
+    *** empty log message ***
+
+commit 240c724a6e866330feaa8d06cb9970c4b299efa0
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 30 19:25:54 2001 +0000
+
+    (section{Provided Commands}): Add descriptions of
+    new commands \PreviewMacro* and \PreviewEnvironment*.
+    (subsection{The internals}): New internal \pr@protect.
+    (subsection{Preview attaching commands}): Implement the new
+    *-forms.
+
+commit 66ec848ad33a9f514151dfa7eeaccdfad77522bc
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Nov 30 09:07:51 2001 +0000
+
+    *** empty log message ***
+
+commit 7f4c0ea2f45c0e1d3dc3ccc51345a9b9068caf88
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Nov 30 09:07:10 2001 +0000
+
+    *** empty log message ***
+
+commit 030652eccf9a779424f61ba48ac33146afb25e69
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Nov 30 08:49:09 2001 +0000
+
+    Autoload the package rather than require it.
+
+commit 8cf0e663fd7f7bdefb480c9e785403a4c4c4babb
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Fri Nov 30 08:28:33 2001 +0000
+
+    Autoload the package rather than require it.
+
+commit f4fba115874ae3e0c315c068b40339a5321b0dd1
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 30 02:08:21 2001 +0000
+
+    *** empty log message ***
+
+commit c677c5e2576c8f983f314b4ab79d4e35b523fcf7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 30 02:08:01 2001 +0000
+
+    (preview-register-change): widen before getting
+    substring in order to avoid error when narrowed.
+    (preview-check-changes): Same here.
+    (preview-handle-insert-in-front): Changed DOC string.
+    (preview-handle-insert-behind): same.
+    (preview-handle-modification): same.
+
+commit 19d8c7dcb852bd0bc184f31cee853c9d2fab357d
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Nov 29 15:27:59 2001 +0000
+
+    Handcrafted. Autoconf, Alan?
+
+commit 0db5ed0c5b102cb6c1af869dcf851625b562729f
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Nov 29 15:27:33 2001 +0000
+
+    Created
+
+commit 6502f91f7d974dcc83110ab69a7742ae433f59d4
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Nov 29 15:27:06 2001 +0000
+
+    First draft
+
+commit 581122f72d00b7b2d8ece160a7459d8af99e3aaf
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Nov 29 15:25:36 2001 +0000
+
+    *** empty log message ***
+
+commit 1b586648f0f39dab19177b46c02bcdc5570a3bb9
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Nov 29 15:23:25 2001 +0000
+
+    Repository : :ext:jalar@cvs.preview-latex.sourceforge.net:/cvsroot/preview-latex
+    Module     : preview/doc
+    Working dir: ~/sourceforge/preview/doc/
+    
+    
+    
+    In directory .:
+                  Added                   Makefile
+                  Added                   copying.texi
+                  Added                   install.texi
+                  Added                   preview-latex.texi
+                  Added                   readme.texi
+    
+    --------------------- End ---------------------
+    -- last cmd: cvs -f -n update -d -P --
+
+commit 7a0df2d222aa53b664e8ef639d51e090b3c25107
+Author: Jan-Ã…ke Larsson <jan-ake.larsson@liu.se>
+Date:   Thu Nov 29 15:07:31 2001 +0000
+
+    *** empty log message ***
+
+commit 954e4aab0a596274cac395471425456a95d68898
+Author: Alan Shutko <ats@acm.org>
+Date:   Wed Nov 28 22:45:50 2001 +0000
+
+    * INSTALL (--with-tex-site): Rename --with-auctex.
+    
+    * aclocal.m4 (AC_CHECK_AUCTEX): Change name of --with-auctex to --with-tex-site.
+
+commit 8939b1e0d7530da6c0bb619c1148468e8b3890c1
+Author: Alan Shutko <ats@acm.org>
+Date:   Wed Nov 28 22:41:23 2001 +0000
+
+    (AC_CHECK_AUCTEX): Try to fix things so that it looks
+    for tex-site, only tex-site, and adds the location of tex-site
+    into the load-path.
+    (AC_CHECK_REQUIRE): New.
+
+commit 7034a8adfcb20800343998cbb15282b562e064c1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Nov 27 10:31:41 2001 +0000
+
+    Release_11.10
+
+commit c6a2ceb4afc965708ad23cdc64a78236a1c530fb
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Nov 27 10:29:18 2001 +0000
+
+    Release_11.09++
+
+commit 6648116909846d05fa5352d128a55da8eadd8586
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Nov 26 15:06:04 2001 +0000
+
+    Release_11.08++
+
+commit 31bf84b0251f8fcfe2758233f3b24443592b60bc
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 20 13:33:04 2001 +0000
+
+    *** empty log message ***
+
+commit 32502394e2f2e54465c435618f74f57f5133fdf4
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 20 13:31:22 2001 +0000
+
+    adjust instructions because preview.ins will be
+    available on CTAN already.
+
+commit 02b6fc97e03572166c0c6cd8ca7189d6c7d82792
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 20 13:28:14 2001 +0000
+
+    Add copyleft header.
+
+commit 18dea3b169c7576bc734c7a1c405a0f95905a079
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 20 11:52:44 2001 +0000
+
+    *** empty log message ***
+
+commit 32cb2b552c006b357dc47c9e1d6e86b373ceec1d
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 20 11:52:28 2001 +0000
+
+    (preview-make-clickable): consult
+    `preview-button-1' and `preview-button-2' at run-time.
+    (preview-overlay): Need insert-behind-hooks too in case someone
+    uses `insert-before-markers' at end of previews.
+    (preview-change-list): New variable.
+    (preview-register-change): New function.
+    (preview-check-changes): New function.  All of this stuff is to
+    make sure we open/disable overlays only if permanent changes occur
+    inside.
+    (preview-handle-insert-in-front): some changes for new behaviour.
+    (preview-handle-insert-behind): New function.
+    (preview-move-point): Call `preview-check-changes' after commands.
+    (preview-gs-color-value): checkdoc-compatible comment.
+
+commit 48af563b810bf61b0106b8300d6865d12926c322
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 20 11:19:40 2001 +0000
+
+    Change installation comments
+
+commit 5cd72ec203d129203c70c80abecea0caf05e98c0
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 16 16:14:28 2001 +0000
+
+    (TeX-process-check): We didn't catch the case where
+    during the question a different process got started in the
+    buffer.  In that case, we just ask again.
+
+commit 88a09eca24bb3a34e03a75812816ddaf466a084c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 16 16:13:39 2001 +0000
+
+    *** empty log message ***
+
+commit e5b557d1780e5aa1c84d1c11474b2463bd709f1c
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 15 15:26:58 2001 +0000
+
+    (section{Provided Commands}): Correct documentation
+    names for \PreviewEnvironment and \PreviewSnarfEnvironment
+
+commit 7a2c7d4cece6dd65e76c59815abf3e691f5af1cb
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 15 15:26:37 2001 +0000
+
+    *** empty log message ***
+
+commit f1ea947645fef039471856b02fbbfe99e61d20f2
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 15 13:21:23 2001 +0000
+
+    (preview-inherited-face-attribute): Add document
+    string, simplify some tests.
+
+commit a68b7724c96a8c90c6d6e95e28a3c71abfbcf167
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 15 13:21:03 2001 +0000
+
+    *** empty log message ***
+
+commit 3fbb2df4244752fbdd6b13613cd47381b60b0670
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 15 13:19:11 2001 +0000
+
+    Add autoload magic comments.
+    (preview-compatibility-macros): avoid byte compiler warning.
+
+commit 85503746b831997d257ee9eab1e2fb89449c0868
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 15 13:18:01 2001 +0000
+
+    *** empty log message ***
+
+commit eb67fc5200f9b714abc4c14b13399d30cd1d3c02
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 13 21:57:55 2001 +0000
+
+    Add patch for mouse-drag.el
+
+commit 78e0ddec1304f0a7948321c41265b9e8a03e3015
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 13 21:57:37 2001 +0000
+
+    *** empty log message ***
+
+commit 99507d56845beadfb0ba604bfa41996be26a1baf
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 13 12:47:40 2001 +0000
+
+    add autoload instructions for fastest Emacs startup.
+
+commit 2aa1f6be864e14033ef80dbe5d2c14e70d9226bb
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 13 12:47:21 2001 +0000
+
+    *** empty log message ***
+
+commit 758251d451fae66eba6c646f385ea4b58c796e0e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 12 14:35:07 2001 +0000
+
+    *** empty log message ***
+
+commit bdb66add5e7ab9c32724f9ec6c54ff75d96cce98
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Nov 12 14:34:44 2001 +0000
+
+    (preview-gs-restart): Use push.
+    (preview-clearout-buffer): New function.  Use in kill-buffer-hook.
+    (kill-emacs-hook): add cleanout of temp directories when leaving
+    Emacs.
+    (preview-make-options): cosmetics
+    (LaTeX-preview-setup): add keybindings for clearing buffer
+    (preview-clean-subdir): cosmetic changes.
+    (preview-clean-topdir): new function.
+    (preview-create-subdirectory): use it.
+    (preview-report-bug): report preview-dvips-command.
+
+commit 1efe67c7815856c8e6c81279aa91bbd973bb9253
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 11 17:02:49 2001 +0000
+
+    *** empty log message ***
+
+commit 4c5aa6729ecbd316252701f4e9c82eb4316144b1
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 11 17:00:02 2001 +0000
+
+    *** empty log message ***
+
+commit a2d3bbb7f58a9779a88d285563b5f6516f6932b0
+Author: Alan Shutko <ats@acm.org>
+Date:   Sun Nov 11 15:27:46 2001 +0000
+
+    * aclocal.m4 (AC_EMACS_CHECK_LIB_WITH_LIB): varient of
+    AC_EMACS_CHECK_LIB which first requires a prereq lib.
+    (AC_CHECK_AUCTEX): Use AC_EMACS_CHECK_LIB_WITH_LIB to prereq
+    tex-site.
+    
+    * Makefile.in (use-hint): Get line wrapping right.
+    
+    * configure.in (--with-texmf): Applied patch from Hans Fredrik
+    Nordhaug making --with-texmf obey TDS.
+
+commit 3ffe8d1e0375f0351e5749dd49042a65ce7533d3
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 11 14:36:13 2001 +0000
+
+    *** empty log message ***
+
+commit 6b9862fadbf77c65bf105ea97c5e7578eda62ee1
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 11 14:35:56 2001 +0000
+
+    (preview-transparent-border): Change default to take into
+    account that we previously got only half of requested width.
+    (preview-gs-get-colors): generate only necessary tokens.  Disable
+    stroke adjustment in order to get more even borders.
+
+commit 43778ab0f66ae274268f87df3baa39f30dab4d64
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 11 11:52:16 2001 +0000
+
+    *** empty log message ***
+
+commit 5c1662319584b366f4dba86413fb91be2258a9c7
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Nov 11 11:51:55 2001 +0000
+
+    (preview-transparent-border): Change definition to
+    numeric/nil, set default to 3pt.
+    (preview-create-icon): adapt heuristic-mask accordingly
+    (preview-ps-image): same here
+    (preview-gs-get-colors): use new definition of
+    preview-transparent-border, use PostScript code not subject to
+    anti-aliasing effects.
+
+commit c2b15aa7c35d3e3691031d4b6001dfe4744f8fe8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Nov 10 18:48:40 2001 +0000
+
+    *** empty log message ***
+
+commit 60dad5e6ce78c1547676b627e728541b7881a915
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Nov 10 18:48:16 2001 +0000
+
+    (subsection{The internals}): Make reassignment of
+    \@tempboxa that lead to missing section headers local.
+    Interesting bug.
+
+commit 0c1b56fdc69c6b40db536bf3026b35dc0ab13413
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 22:02:38 2001 +0000
+
+    *** empty log message ***
+
+commit 25e12f65e14c918ffabe543787a0ec2970717c09
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 22:02:14 2001 +0000
+
+    initial stab at release notes.
+
+commit 785e2cf8586bc2852411f892a6fc5b3eeffb95a4
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 21:41:38 2001 +0000
+
+    first draft.
+
+commit 09b0c62bf2cecb9c575fff597bfde23e92364472
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 21:20:27 2001 +0000
+
+    *** empty log message ***
+
+commit ce29f3ba17d482fccc4184f618346b51a6ebb3ff
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 21:20:00 2001 +0000
+
+    * preview.el (preview-back-command): Make token backer somewhat
+    more robust.
+    (preview-analyze-error): Don't bomb out if no token matches.
+
+commit fdbb4955d9ff8fe397bac2638a0b47961a2a19ca
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 02:32:51 2001 +0000
+
+    (subsection{The internals}): Try killing off indents
+    in order to get good horizontal positioning of preview.
+
+commit 960ab8b4acead144b6545922d2a9c5b376f2174a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 02:31:38 2001 +0000
+
+    *** empty log message ***
+
+commit c26be30e799a10373f3c0a03c1a9801285fc920b
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 02:31:19 2001 +0000
+
+    * prv-emacs.el (preview-int-bb): moved from preview.el
+    
+    * preview.el (preview-preserve-indentation): New option, on per
+    default.  Switch off for old behaviour.
+    (preview-extract-bb): heed preview-preserve-indentation by faking
+    the bounding box left.
+    (preview-int-bb): move to prv-emacs.el
+
+commit e321b4257d19ff9a19a3c6e55b7ddceacd33c491
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 00:41:11 2001 +0000
+
+    *** empty log message ***
+
+commit 2e518e4295a6572c4bdc2d182c2ecc2eff77b378
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 00:40:56 2001 +0000
+
+    (preview-transparent-color): change default for a
+    new default transparency scheme.
+    (preview-get-heuristic-mask): bug fix for specified color
+    (preview-create-icon): adjust for new policy
+    (preview-ps-image): same here
+    (preview-transparent-border): new option
+    (preview-gs-get-colors): heed this
+
+commit 2fb8b380ef68798481212560ccc660ff0d802e0d
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Nov 9 00:40:23 2001 +0000
+
+    (preview-start-dvips): fix bug WRT free variable
+    `buffer'.
+
+commit 1e9ad8a47ed6abab3a36dcdfaa66ca604638adda
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 8 21:55:34 2001 +0000
+
+    *** empty log message ***
+
+commit 98d5b9abeab4d9f7fbb4c0b26948288252541882
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Nov 8 21:52:47 2001 +0000
+
+    Recommend customizing new variable
+    preview-dvips-command for DviPS problems.
+    Add sections about Windows and XEmacs.
+    Add section about LaTeX/language environment problem.
+    Add section about flyspell.el including patch.
+
+commit b6b8ab1e1778d44fa2db061f1eec167f4545342b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Nov 7 12:19:34 2001 +0000
+
+    *** empty log message ***
+
+commit a440f739e1a74f998b1756597052cf3ef5144712
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Nov 7 12:19:04 2001 +0000
+
+    (preview-gs): and other groups: set :prefix in
+    defgroup
+    (preview-get-geometry): Oops, make it work if
+    preview-scale-function is a constant instead of a function.
+
+commit 3d4aa8a32fea19e7ff9573bff90bb03313f23c4a
+Author: Alan Shutko <ats@acm.org>
+Date:   Tue Nov 6 16:44:32 2001 +0000
+
+    (AC_CHECK_AUCTEX): Revert the previous change, since
+    it was horribly broken, and fix --with-auctex, so that it doesn't
+    do the check if --with-auctex was specified.
+
+commit 41b3b8e0c529a8a6ffca96974b911faa59ad26f9
+Author: Alan Shutko <ats@acm.org>
+Date:   Tue Nov 6 16:19:44 2001 +0000
+
+    (AC_CHECK_AUCTEX): Try looking for tex-site instead
+    of tex-buf... this may help since we're sure it's in load-path,
+    but I'm afraid that the contents of tex-site may not be standard
+    enough across installations.
+
+commit baabf65d350de716c3d090c0b4a0b9ee29e20f78
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 6 14:25:04 2001 +0000
+
+    *** empty log message ***
+
+commit 42cef32ff7165cf565098f9dcd7a6ad9088d9eae
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 6 14:24:35 2001 +0000
+
+    * preview.el (preview-image-creators): Add preview-eps-open
+    function for calling dvips conversion.
+    (preview-eps-open): Resume half-hearted support of postscript
+    image type.  Does anybody use this, after all?  If so, let him
+    run DviPS in background if he so desires...
+
+commit 22dd78213ce20bb1d331775315fb1ee69b142492
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 6 13:37:54 2001 +0000
+
+    *** empty log message ***
+
+commit 5ff5cf6ca9881fe7cbb124a65059e778b24d0ce9
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 6 13:37:28 2001 +0000
+
+    (subsection{The internals}): add \leavevmode to make
+    things like \paragraph flush their \everypar tokens.  Perhaps not
+    the right thing to do, let's wait for error reports about that
+    one.
+
+commit fe7c38393b3b7d2639c2fe565b003dc1cad3d4bd
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 6 13:35:00 2001 +0000
+
+    require 'tex-site when compiling
+    (preview-gs-file): new local variable
+    (preview-gs-sentinel): cater for "Compilation" flag in mode-line
+    (preview-gs-restart): changes in process setup
+    (preview-gs-close): Same here
+    (preview-gs-open): Same here
+    (preview-gs-dvips-sentinel): New function
+    (preview-gs-place): postpone Bounding Box extraction.
+    (preview-gs-flag-error): cosmetic changes
+    (preview-gs-transact): extract bounding box
+    (preview-LaTeX-command): Remove dvips call from command
+    (preview-dvips-command): New option for dvips call
+    (preview-parse-messages): add message while parsing
+    (preview-parse-messages): remove call to open, this calls parsing
+    instead.
+    (preview-start-dvips): New function.
+    (preview-TeX-inline-sentinel): Changed to new process model
+
+commit 03d25546926339faa5fe502e651eaa0bd30fc026
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 6 09:29:53 2001 +0000
+
+    *** empty log message ***
+
+commit 9e4b5a2faa279bb804493e93819972ac08340484
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Nov 6 09:27:46 2001 +0000
+
+    (TeX-command-sentinel): insert post-mortem info
+    before any markers in order to keep markers/point at end of file.
+
+commit 2c961ddfa44e3cac493e13289f98fd51d12ae766
+Author: Alan Shutko <ats@acm.org>
+Date:   Sun Nov 4 00:23:55 2001 +0000
+
+    * aclocal.m4
+    (AC_CHECK_PROG_REQUIRED,AC_CHECK_PROGS_REQUIRED,AC_PATH_PROG_REQUIRED):
+    New functions to check programs, and abort with a message if not
+    found.
+    (AC_EMACS_CHECK_LIB): Function stolen from Gnus to check whether
+    an elisp library exists.
+    (AC_CHECK_AUCTEX): Check if AUC-TeX is in a normal emacs load
+    path, and allow --with-auctex switch to specify it. SF Bug
+    #477262, #477260.
+    
+    * Makefile.in (use-hint, install-hint): New hints.  SF Bug #477282.
+    (all, install): Use the above hints.
+    
+    * configure.in: Changed all AC_CHECK_PROG(S)/AC_PATH_PROG(S) to
+    new AC_*_REQUIRED, which abort and print a message if something
+    isn't found.  Added AC_CHECK_AUCTEX.  Add note at end of configure
+    to run "make".  SF Bug #469741 (partial).
+
+commit 23bace12f22da24a777791632d2e4b36ffad5a83
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Thu Nov 1 21:35:54 2001 +0000
+
+    graphicx.el support dvipdfm image file and prefix argument.
+
+commit 93fcecd1cc1bdf4b6b92edd4bb1a15ef623947be
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 30 15:38:22 2001 +0000
+
+    *** empty log message ***
+
+commit 979cccaf21eb78b74fe8e773d6eb69aa9753d9cb
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 30 15:37:58 2001 +0000
+
+    * preview.el (preview-gs-sentinel): Don't hickup if buffer got
+    killed.
+    (preview-gs-restart): Don't mind exiting Emacs if GhostScript
+    still running.
+    (preview-snippet): Buffer-locality not needed because parsing
+    occurs fully blocking.
+    (preview-snippet-start): Same
+    (preview-analyze-error): Somewhat saner behaviour if the error
+    message parsing fails due to macro arguments or other.  This
+    cannot be the final verdict.
+
+commit 8de7cc3cd6ce022d80b74467fd165c4043cf5253
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 30 15:37:17 2001 +0000
+
+    * prv-emacs.el (preview-make-clickable): Use 'keymap instead of
+    'local-map, obliterating the need to inherit from LaTeX-mode-map.
+    (preview-toggle): Same here, and cater for null-length overlays.
+    (preview-mark-point): Jury's still out on that one.
+
+commit 30c94337e79d678e0ed0df79bba5ed4b8b99f807
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 30 14:27:42 2001 +0000
+
+    *** empty log message ***
+
+commit 17d8653e1749c923e0c851909017e158195e4be0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 30 14:27:26 2001 +0000
+
+    add a few items.
+
+commit 4f0546acff59889692aaf75bc0590c464ea860a8
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 29 23:58:23 2001 +0000
+
+    * prv-emacs.el (preview-transparent-color): Make transparency
+    customizable.  Note that due to a bug everything except "None" is
+    treated the same as "Autodetect" in 21.1.  Fixed in CVS.
+    (preview-get-heuristic-mask): Function for calculating mask to use
+    from above.
+    (preview-create-icon): use preview-get-heuristic-mask
+    (preview-ps-image): same.
+    (preview-mark-point): move point out of previews before starting
+    next command for consistent implementation of intangibility.  Not
+    sure whether this is actually a good idea, though.
+    (preview-inherited-face-attribute): New function
+    (preview-gs-get-colors): New function, replaces preview-get-colors
+    
+    * preview.el (preview-gs): New customization group hierarchy
+    (preview-appearance): same
+    (preview-latex): same
+    (preview-gs-colors): change string to single tokens.
+    (preview-gs-transact): construct string from same
+    (preview-scale-from-face): consult preview-reference-face instead
+    of default.  Use new function preview-inherited-face-attribute for
+    this.
+    (preview-face): add different colours for dark backgrounds.
+    change default background to beige, probably less likely to match
+    users default background.
+    (preview-error-face): change preview-error-face for non-color terms.
+    (preview-reference-face): used for size and color determination of
+    previews.
+    (preview-TeX-inline-sentinel): tell user while we are parsing
+
+commit bf630bb56ae21655f556ac13534c3b47bbfd349d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 27 11:03:55 2001 +0000
+
+    revert AucTeX patch to that before we tried our luck
+    with intangibility.  Some changes in formatting.  Add comment
+    about -Pwww font problems.
+
+commit 63de71bed646220d0fa615304239e6e4485ff738
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 26 14:46:07 2001 +0000
+
+    *** empty log message ***
+
+commit 081b6d5ff10906aa51d39edfed7d6ce55ea23e4a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 26 14:45:14 2001 +0000
+
+    *** empty log message ***
+
+commit 2dd95dcb917fe702df8914f4c072af6751e5b494
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 26 14:08:29 2001 +0000
+
+    * preview.el (preview-mouse-open-eps): fix a typo in help
+    message.
+    (preview-analyze-error): Remove traces of inhibit-point-motion
+    madness.  If search for (concat string after-string) fails, try
+    again just with string in order to support uses of Auc-TeX's
+    original interface.
+
+commit 9b7089bd7e7fc6d8d0a376ec98eaae439743631a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 26 13:50:36 2001 +0000
+
+    (preview-toggle): Don't reactivate disabled
+    overlays (could happen in isearches ended by an editing operation).
+    (preview-move-point): While we are simulating point-adjustment,
+    heed disable-point-adjustment in order to make isearch (and
+    probably other utilities) Do The Right Thing (TM).  Works
+    beatifully.
+
+commit 04f77e8252684b8e8d7fe1453e7bd8a259b20751
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 26 00:31:11 2001 +0000
+
+    *** empty log message ***
+
+commit 9a4b93cb01987b9aa7fba891c1df13f807bf66d4
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 26 00:30:43 2001 +0000
+
+    (preview-LaTeX-command): new customization variable.
+    (LaTeX-preview-setup): use it.
+
+commit 520e24efd0a179a56aa3c88c8121e4b1f9f7ea32
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 25 21:39:20 2001 +0000
+
+    *** empty log message ***
+
+commit f5849c7c7818a9730f76d7a74545ad52ee5f4d61
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 25 21:37:38 2001 +0000
+
+    * preview.el (preview-gs-colors): new variable for GhostScript
+    color setup string.
+    (preview-gs-transact): pass color setup.
+    (preview-get-geometry): pass color setup
+
+commit 302a4e3a447c923d7e9722a1d02201e2fec9ca2c
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 25 21:36:42 2001 +0000
+
+    * prv-emacs.el (preview-get-colors): gets colors from default
+    font.
+
+commit f14d496ca840a9e416beb1f09b3dec968bdf067c
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 25 12:36:02 2001 +0000
+
+    *** empty log message ***
+
+commit f4923525a55b635c6472956f798657b7ec2e174c
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 25 12:35:40 2001 +0000
+
+    * prv-emacs.el (preview-ps-image): Don't expect white background
+    in heuristic-mask.
+
+commit 19c22a09124d8a5d25aeb58c9211f60a2059241e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 25 01:31:25 2001 +0000
+
+    *** empty log message ***
+
+commit 5d337f8c819f4bdbdb3e3ddf44fd7b40e2074d9b
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 25 01:31:06 2001 +0000
+
+    * preview.el (preview-next-border): Can't get everything right
+    first try now, can I?
+
+commit ab107034988e343e14425cba4f811faf4870d9da
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 25 00:58:27 2001 +0000
+
+    *** empty log message ***
+
+commit 8ea4122e1e33c806c6559ff2f3b91bd1c33b3d93
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 25 00:58:03 2001 +0000
+
+    (preview-dwim): replaces preview-again.
+    Excruciatingly useful function bound to C-c C-p C-p.  Will do just
+    what you want whenever you call it.
+    (preview-next-border): Helper-function for that
+    (preview-disable): set property 'preview-state
+    (preview-clearout): use 'preview-state instead of 'category
+    (preview-place-preview): same here.
+    (LaTeX-preview-setup): use preview-dwim in keyboard bindings
+
+commit 724e29208d81bb4fc075a514f4b9af775ee0b688
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 25 00:57:35 2001 +0000
+
+    replace preview-intangible by preview-state.
+    (preview-handle-insert-in-front): Same here.
+    (preview-toggle): Same here.
+    (preview-toggle): Let preview-toggle handle setting of category.
+    That way category is not set/used outside of prv-emacs.el.
+    (preview-move-point): replace preview-intangible by
+    preview-state.
+
+commit 33ff2235388aa29086de3ee75b41a2616b15ce44
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 23 17:49:44 2001 +0000
+
+    *** empty log message ***
+
+commit 55d8e57a36ef12239c5eeddbf0ddc6479a61ff41
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 23 16:44:19 2001 +0000
+
+    *** empty log message ***
+
+commit 07b26ae2586fac503aaa7dd43976a124531bbbc4
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 23 16:43:57 2001 +0000
+
+    (AucTeX): remove patch for intangibility problem.
+
+commit ba6593c71684d5b05d90d756e5a6a04e05dc4deb
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 23 16:41:18 2001 +0000
+
+    inherit from LaTeX-mode-map in order to have
+    normal commands work when cursor is on preview.
+    (preview-make-clickable): same.
+    (preview-overlay): don't make intangible, but preview-intangible.
+    In short, we now fake intangibility until Emacs will keep the
+    cursor out of overlay images like it does out of text property
+    images.
+    (preview-handle-insert-in-front): Same here.
+    (preview-toggle): Same here.  Load pre-command-hook and
+    post-command-hook for fake intangibility.
+    (preview-marker): Added for fake intangibility.
+    (preview-mark-point): pre-command-hook function for fake
+    intangibility.
+    (preview-move-point): post-command-hook function for fakr
+    intangibility.
+
+commit 50d4a86c715f194583baeca9844671281ffe1856
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 23 16:38:37 2001 +0000
+
+    (preview-regenerate): use preview-region
+    (preview-region): New user function.
+    (preview-environment): New user function.
+    (preview-section): New user function.
+    (preview-again): New user function.
+    (LaTeX-preview-setup): Add menus and keyboard shortcuts for new
+    user functions.
+    (preview-version): Don't recalculate version in compiled form.
+
+commit b94f47d6548dc45c21a23ed79098d2e2e1bebe35
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 22 20:32:38 2001 +0000
+
+    Change info for Emacs release 21.1
+
+commit 14a3299684de33c4f5c8b57f6d2e3888f8d961dd
+Author: arafune <arafune>
+Date:   Mon Oct 22 04:41:42 2001 +0000
+
+    write the description of TeX-default-unit-for-image.
+
+commit 8f5db02ee1ad4c68403ed71fffc3e78575230e6c
+Author: arafune <arafune>
+Date:   Fri Oct 19 13:45:26 2001 +0000
+
+    Fixed typo. (Thanx Akata-san).
+
+commit 2a7c15a8eeb6c22d3837d9c251fe240426ff3faf
+Author: Masayuki Ataka <masayuki.ataka+gnu@gmail.com>
+Date:   Fri Oct 19 11:58:35 2001 +0000
+
+    fixed tex-jp.el for Japanese, and fixed tex-jp.el for mendex.
+
+commit c977a3fea423eb12cad6ba726259052f19d3ea0c
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 19 11:32:46 2001 +0000
+
+    *** empty log message ***
+
+commit b972ac4754c86556d6b3ff95577b47725d692bef
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 19 09:57:30 2001 +0000
+
+    (subsection{The internals}): Heed \AtBeginDvi
+    sequences.  Small doc/formatting changes.
+
+commit 5a91570fa2cd8a61e8f90042c346a29f82cb7262
+Author: arafune <arafune>
+Date:   Fri Oct 19 06:02:16 2001 +0000
+
+    Add TeX-default-unit-for-image and Modify Akata-san's patch.
+
+commit 6103e347715c6c1505aa96db1b0447e87cb6d286
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Oct 18 17:27:40 2001 +0000
+
+    sync
+
+commit acd3c32586d7bffc003e33cf1184dade48018ec0
+Author: arafune <arafune>
+Date:   Wed Oct 17 10:19:44 2001 +0000
+
+    *** empty log message ***
+
+commit 09573bcecdda6f1ec6797fe3005bd8e50de33162
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Oct 17 10:02:48 2001 +0000
+
+    Release_11.07++
+
+commit dfe4c4d46c884975d037b67827ec1d92cf0c1f61
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 16 23:16:13 2001 +0000
+
+    *** empty log message ***
+
+commit 739b572db60c8bd66cb7084cd69c1ead2641753f
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 16 23:15:57 2001 +0000
+
+    Get the version headers right (hopefully).
+
+commit 82f4bb6d08b5aa6ec5d6fd93f395c6cc0d2976f0
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 16 21:31:44 2001 +0000
+
+    Make a stab at an automated version header
+    (subsection{Preview attaching commands}): Move the badness stuff
+    to the auctex option.
+
+commit 16f6e7a35683c8bfb0df7a7b9ed3ec3be6002f77
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 16 15:42:50 2001 +0000
+
+    Release_11.06++
+
+commit d8b2225a1d87cfaa9519553fd92aeab5623bf1d7
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 15 21:42:43 2001 +0000
+
+    *** empty log message ***
+
+commit e5400c2e582ca2dc665764fa9c9d9f191d10b951
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 15 21:41:17 2001 +0000
+
+    * prv-emacs.el:  insert-in-front back.  Discovered all-saving
+    undo-in-progress.
+    (preview-handle-insert-in-front): pseudo-advance if not in undo
+    while iconized.
+    (preview-handle-modification): fitting behaviour for that. commit
+    suicide on changes that leave the range empty, disable else.
+
+commit 7b257af79f1a56acace7f74171451c951c17341a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 15 21:37:42 2001 +0000
+
+    (preview-place-preview): overlays get non-auto-advancing front
+    back again, since we rather pseudo-advance in
+    preview-handle-insert-in-front.
+
+commit f131ec5e52d5a405f2682d3906916b77bf75d1cf
+Author: Peter Galbraith <psg@debian.org>
+Date:   Mon Oct 15 16:50:16 2001 +0000
+
+    Remove font-latex self-installion to LaTeX-mode-hook
+
+commit 650ccc7413ad1d622f5b2ba81ed3fc8911748825
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 15 15:12:37 2001 +0000
+
+    Release_11.06
+
+commit f38343895dad679275e8c5b3a46ad17c166fcd1b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 15 15:10:11 2001 +0000
+
+    Release_11.05++
+
+commit d1d68ba58116cb106b72831943c3f54d8a3f6959
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 15 00:59:41 2001 +0000
+
+    *** empty log message ***
+
+commit da2486a5f1dd881119f8f781c3be1d332c28f852
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 15 00:58:53 2001 +0000
+
+    don't handle insert-in-front: impossible to do
+    consistently.  Instead make beginning ofg overlays auto-advance
+    always.
+    (preview-handle-insert-in-front): removed
+    (preview-handle-modification): removed insert-in-front-hooks
+
+commit e8378c5fe847edf977093ab9bee6cab5bc519901
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 15 00:58:29 2001 +0000
+
+    (preview-place-preview): overlays get auto-advancing
+    front.
+    (preview-analyze-error): intangible.  inhibit-point-motion-hooks.
+    what a mess.  Made parsing saner in the presence of such stuff.
+
+commit e420d2224c793d86d7ac9d45c72ae1024ccb57f6
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 13 21:51:44 2001 +0000
+
+    *** empty log message ***
+
+commit c874dfd9ac8461d6230f5b21a7ddbbad3bf301a8
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 13 21:50:43 2001 +0000
+
+    This is completely and utterly broken and
+    incomplete.  The recent changes from Simon have not yet been
+    incorporated, some of the stuff still has old semantics and so
+    forth and so on.  One needs to go through prv-emacs.el and make
+    sure that everything in there has an equivalent here.
+
+commit 4f41b3000107d4a7cc94ea6de5631daf3810a579
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 13 21:47:52 2001 +0000
+
+    See preview.el.
+
+commit 2c574969bdbfceb72708bce39d8ae22a9bed4576
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 13 21:46:26 2001 +0000
+
+    This is the big one.  Changes too numerous to
+    mention.  Lots of modularization for making XEmacs support
+    possible.  Changed semantics, the works.  See PROBLEMS file for
+    new AucTeX compatibility annoyances.
+
+commit 30e5d7cd1f088e579b82a73e53590b1ba794b862
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 13 21:42:11 2001 +0000
+
+    (AucTeX versions from 11.01 up to version 11.05): Patch
+    added.  Patch for earlier versions revised.
+
+commit bad5cd64033a9394cad80034d716f7ec304c150c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 13 21:08:02 2001 +0000
+
+    *** empty log message ***
+
+commit 53e44a10aadc4ffefcf96c7d566dc76e6315a5bf
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Oct 13 20:32:53 2001 +0000
+
+    (TeX-current-offset): The number of things that can
+    go wrong for a simple task like determining the current line
+    number is simply amazing.  count-lines skips over newlines in
+    intangible text-properties or overlays.  Fixed for GNU Emacs,
+    don't know whether XEmacs has problems with it.
+
+commit ce8f418efb9ddd369188d91e835e73ba55ca59bf
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Oct 13 10:08:03 2001 +0000
+
+    Release_11.05
+
+commit f02e0c46599098c884795808ee05554049a9608a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Oct 13 10:05:45 2001 +0000
+
+    Release_11.04++
+
+commit a76687e10999575fbd1f3e15ae85e3814035ed96
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 12 19:30:25 2001 +0000
+
+    *** empty log message ***
+
+commit 857a5f7d9c2e325d061b87b92a946087e002f7a5
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 12 19:27:24 2001 +0000
+
+    (subsection{Preview attaching commands}): set
+    \hbadness and \vbadness to infinity in order to avoid
+    parse-unfriendly error messages.  Would one want to see overfull
+    hbox rules in preview output?
+
+commit b5677d66603cd0c492b4935e9970004f6ecb4f0f
+Author: Alan Shutko <ats@acm.org>
+Date:   Fri Oct 12 16:50:15 2001 +0000
+
+    (LISP_OBJS): New var.
+    ($(LISP_OBJS)): Got rid of elc target and used dependencies, so we
+    don't recompile every make.
+
+commit 7ef7ea75a6d3cd1115541bdb3eb579cc07de6a3e
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 12 15:02:54 2001 +0000
+
+    *** empty log message ***
+
+commit 15d94dc456fd52f55f2965587dbd11de6dd35938
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 12 15:01:15 2001 +0000
+
+    Revert back to Alan's version.
+
+commit 2a9fbfb58c816a0e6c4d06c1a6cad42abbd71fe7
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 12 14:29:42 2001 +0000
+
+    *** empty log message ***
+
+commit 5342a07366605ecf5266a45c8d7e444dd4b4ba5a
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 12 14:27:17 2001 +0000
+
+    Try fixing the emacs flavor detection.
+
+commit 376e45a9b7b93f61db893c4e178f16ef87db51be
+Author: Alan Shutko <ats@acm.org>
+Date:   Fri Oct 12 13:37:33 2001 +0000
+
+    Change AC_PATH_PROG of emacs to AC_CHECK_PROG, as
+    it was breaking --with-xemacs.
+
+commit 903c62e0ad2af2916bc0874f1168d90d73ba0a68
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 12 12:54:34 2001 +0000
+
+    *** empty log message ***
+
+commit a675d5d87829fbbcbbc0683dc58d45ccd74f04c2
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 12 12:54:11 2001 +0000
+
+    Switch order of LISP_SOURCES in order to avoid
+    compiling preview.el with older versions of prv-emacs.elc or
+    prv-xemacs.elc
+
+commit 08fc68695de1d0c0e202c3463b459d0e26906ca9
+Author: Alan Shutko <ats@acm.org>
+Date:   Thu Oct 11 23:59:05 2001 +0000
+
+    * Makefile.in (ELCC): Bug 469742: Include . in load path.
+
+commit 3d0497d01d9b660cf9eabf9f874baaad1ca554d2
+Author: Alan Shutko <ats@acm.org>
+Date:   Thu Oct 11 23:49:50 2001 +0000
+
+    * configure.in: Added --with-xemacs option.  Added AC_XEMACS_P to
+    determine if we're using xemacs.  Added PLAT_LISP substitution
+    with the flavor-specific lisp file.
+    
+    * Makefile.in (LISP_SOURCES): New variable, listing files needing
+    byte-compilation.
+    (all): Depend on "elc" target to capture all the emacs files.
+    (install-el): Install more lisp files.
+    (elc): New target, compile all relevant files.
+
+commit 11d1d660d59ae1d18f3742eb97e85d99643f99ba
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 11 22:09:34 2001 +0000
+
+    *** empty log message ***
+
+commit bdd4685e9b11c05141be799a860c448accb04af1
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 11 22:08:21 2001 +0000
+
+    (TeX-run-command): Let the TeX-process-buffer acquire
+    a buffer-local value of TeX-command-buffer so that its sentinel
+    will still refer to the right buffer even if another compilation
+    has been started.
+    (TeX-run-interactive): Same here.
+    (TeX-process-check): Don't bomb out when user does not want to
+    kill a process that has died on its own in the meantime.
+
+commit e4f9798cb7858ff02f26565084ee28b662d039b2
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 11 15:33:49 2001 +0000
+
+    Empty prv-emacs.el submitted so that configure/make can start dealing
+    with it without breaking the current workability of preview-latex.
+
+commit 5a560211fe24590757e442582962a71a208fdcdf
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 11 14:10:59 2001 +0000
+
+    *** empty log message ***
+
+commit 33cd577b7241f156b3551b62a34a145b0de2727d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 11 14:10:20 2001 +0000
+
+    (subsection{The internals}): Introduce count
+    \pr@snippet so as not to get confused by \include.
+    (subsection{Preview attaching commands}): Make auctex option use
+    this counter.
+
+commit 6c4af69a60f1f266c0021b0bd6252d8597c29bdd
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 10 11:56:36 2001 +0000
+
+    *** empty log message ***
+
+commit acac6f6a0ae47529433cfb0636051a521fb8452c
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 10 11:56:12 2001 +0000
+
+    Demonstrate new `sections' option.
+
+commit c2595d30c1732f707d7cd77681ce5f977a7bcf10
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 10 11:53:29 2001 +0000
+
+    *** empty log message ***
+
+commit d488aadc7f1d330b7b3340e2beed5102de104d4b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 10 11:53:03 2001 +0000
+
+    (preview-default-option-list): Cater for new
+    `sections' option to preview.sty.
+
+commit 85d245f1bc814d062056fecfba4dd6ec2d99fded
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 10 11:52:35 2001 +0000
+
+    (section{Package options}): explain new `sections' option.
+    (subsection{Selection options}): implement `sections' option.
+
+commit f1a2436a7695dbdc59092fedbf119b045379e1e2
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 10 00:44:07 2001 +0000
+
+    *** empty log message ***
+
+commit 42d864d01142ef94e74f4b7a8cc4a01291920e7d
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 10 00:43:16 2001 +0000
+
+    (section{Provided Commands}): New argument syntax as
+    in \PreviewMacro[{*[][]{}}]{\includegraphics}.
+    (subsection{Parsing commands}): introduce \pr@endparse and support
+    new syntax.
+    (subsection{Preview attaching commands}): same here.
+
+commit 6dbe271cfc8341f9d18f885ac42b17e35038dba5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 9 15:50:49 2001 +0000
+
+    Release_11.04
+
+commit ccb0579f29a1dba95188ed039e5a93009480944b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 9 15:48:22 2001 +0000
+
+    Release_11.03++
+
+commit d6266779f5fd2e5b0e782b080f0842415fc68837
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 9 15:47:34 2001 +0000
+
+    commit test
+
+commit 41da69b54e093ed04547bab5b16860240b0d780b
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 8 22:20:05 2001 +0000
+
+    *** empty log message ***
+
+commit e42c5de468e13551113d375540546bf5f3fb0b9e
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 8 22:19:21 2001 +0000
+
+    (preview-mouse-open-error): Don't have multiple
+    "*Preview-GhostScript-Error*" buffers gather, reuse single one.
+    (LaTeX-preview-setup): Enter us into "Command" menu.
+
+commit 0078cd2e0e2e0658d3f371c38a3abbeca7fdd8bb
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 8 20:16:49 2001 +0000
+
+    *** empty log message ***
+
+commit 45159b7e7f5bab131024f5b9cf1c5773b6005a02
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 8 20:16:28 2001 +0000
+
+    Correct \CheckSum.
+
+commit 21b25fc5da00fae9e7a3bd90ec8d33c170646278
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 8 18:34:59 2001 +0000
+
+    *** empty log message ***
+
+commit 1490dc0f2326ff1445583f60b0476f4070e63f8a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 8 18:34:39 2001 +0000
+
+    Use `error' identifier only where really needed.
+    (preview-gs-behead-outstanding): see above.
+    (preview-gs-sentinel): see above.
+    (preview-gs-flag-error): see above.
+    Still require (defvar error) because of Auc-TeX
+    (TeX-active-tempdir): Move definition.
+    (preview-gs-place, preview-eps-place)
+    (preview-active-string, preview-make-filename)
+    (preview-place-preview, preview-parse-messages)
+    (preview-analyze-error): remove `tempdir' argument
+    (preview-get-geometry): some change in semantics
+    (preview-TeX-inline-sentinel): call `preview-parse-messages' with
+    process buffer active instead of source.
+    (TeX-inline-preview): adapt to changed `preview-get-geometry'
+
+commit c8de2f34c27026f7c55370a66cdedcc8e29c46a4
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 8 18:33:59 2001 +0000
+
+    (subsection{Preview attaching commands}): Change
+    output routine to flush out floats.
+
+commit 7df4969f3e37b7ca97b33e3d858cfac7f56d940a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 23:06:09 2001 +0000
+
+    *** empty log message ***
+
+commit c8454cf47b111941c20811dd8cf977309a81158c
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 23:05:53 2001 +0000
+
+    Use `error' identifier only where really needed.
+    (preview-gs-behead-outstanding): see above.
+    (preview-gs-sentinel): see above.
+    (preview-gs-flag-error): see above.
+
+commit f09cb47597e2c6a0893609205a57f6cf4d4e8b1f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 21:55:31 2001 +0000
+
+    * preview.el (preview-get-geometry): comment clarification to
+    satisfy checkdoc.
+    (preview-version): added.
+    (preview-report-bug): use `preview-version' instead of current
+    ugliness.
+
+commit c78fe8f640cedc072fc439ac8bf9041eca141ad0
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 21:54:53 2001 +0000
+
+    *** empty log message ***
+
+commit 0d99fe23b689d94bbc90cb20f0e0474a0cd3c40e
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 21:11:31 2001 +0000
+
+    (Module): Add a few more entries.
+
+commit eaa568635a7e2f8910e63cbd77c6ddb9843b03b2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 21:11:04 2001 +0000
+
+    *** empty log message ***
+
+commit 56d56f01fbb2562fd7accb8c09b012b4e7ed9d48
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 19:33:24 2001 +0000
+
+    *** empty log message ***
+
+commit d0a026a838bd276d9c2565dbafb51bcb07415969
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 19:33:04 2001 +0000
+
+    * preview.el: Don't defvar AucTeX internal TeX-auto-file, make
+    auto-size detection of previews from parsed styles work.
+    (preview-document-pt): Use `TeX-active-styles' instead of bad AucTeX
+    internal `TeX-auto-file'.
+    (preview-get-geometry): Different arguments and semantics.  Make
+    it work.
+    (TeX-inline-preview): Call changed `preview-get-geometry'.
+
+commit 476aaf5658a90365e7985d76656ff2e8efd12d6f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 15:02:33 2001 +0000
+
+    *** empty log message ***
+
+commit 2daf4fc6154c560b39cd2a8d6e788babf0042a54
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 15:02:06 2001 +0000
+
+    add macros line-beginning-position and
+    line-end-position.
+
+commit b7f6a5f76280960e5659d77db5b5052548f8db08
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Oct 7 15:00:40 2001 +0000
+
+    Change manner of loading prv-xemacs
+    (preview-analyze-error): Use line-end-position again.
+
+commit 93d79db1d7885c4b9c394179488d319411dace87
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Oct 5 16:29:57 2001 +0000
+
+    Release_11.03
+
+commit a89f5a19b2700d97fc0767b9481ed10abaa2ad5c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Oct 5 16:27:33 2001 +0000
+
+    Release_11.02++
+
+commit b021ce7454add02bc72448c8585e8fb3275eb65f
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 5 12:06:19 2001 +0000
+
+    (section{Various drivers}): \askforoverwritefalse only generated
+    for make-intended installer.
+
+commit 9f55de78e66e3bd0276daf2f4eb41fb16e52ada6
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 5 12:05:36 2001 +0000
+
+    *** empty log message ***
+
+commit 62df09654969f1a80924e4e9c25fb252cbd58b4e
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 5 09:10:55 2001 +0000
+
+    * preview.dtx: Include \ProvidesPackage and \CheckSum
+            (subsection{Preview attaching commands}): put \unskip in
+            \end{preview} where it will make a difference.
+
+commit b14479b48a267a9b997c60c1208153ec261d7e40
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Oct 5 09:08:31 2001 +0000
+
+    *** empty log message ***
+
+commit d417631eaa400a5717fbcce94637c597a941833e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 4 22:16:54 2001 +0000
+
+    See ChangeLog for details.  Make prv-xemacs.el byte-compile properly.
+
+commit 2b1d7970b8cf45745b924ddc645b82a9b0c05bba
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 4 22:16:14 2001 +0000
+
+    See ChangeLog for details.  Make preview.el byte-compile properly under xemacs.
+
+commit 7801f94db3e8db2df8431a6ca5f7666b812639f1
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 4 22:15:29 2001 +0000
+
+    *** empty log message ***
+
+commit a222f42b3ae91c8a11eb376c23bd9a7f02da8d83
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 4 14:24:40 2001 +0000
+
+    *** empty log message ***
+
+commit 2723995c0d9a869f8b14ccd12ef80cc867d13c0e
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 4 14:23:48 2001 +0000
+
+    Initial version.  First stab at XEmacs compatibility.
+
+commit 20844f4c6e0054384c163a2660a7ae259237d2e4
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 4 14:23:06 2001 +0000
+
+    First stab at XEmacs compatibility.
+
+commit 5e00e92157ef3745c9167dfa2761c6f37d321006
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 4 14:13:51 2001 +0000
+
+    Built in two deliberate bugs for testing.
+
+commit 41a9db2a8678f3993448a3ecc70f3ee34bda2cc4
+Author: Peter Galbraith <psg@debian.org>
+Date:   Thu Oct 4 13:46:33 2001 +0000
+
+    multi-prompt-next fixed for emacs-21
+
+commit 5b58cd20f121244e6ee78fc9637efdf5086bad8a
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 4 08:06:07 2001 +0000
+
+    See ChangeLog.  Use preview-gs-flag-error.
+
+commit de1d56b40aab23725110b11462f8d0cd9bf4c699
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Oct 4 08:05:16 2001 +0000
+
+    *** empty log message ***
+
+commit f3ac012b5e34a0fbe3462026036132018bcf9bf0
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 3 23:42:03 2001 +0000
+
+    *** empty log message ***
+
+commit b38413e20bdcdd949881fb3a02208bae5512d18b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 3 23:41:17 2001 +0000
+
+    More specific about GhostScript errors.
+
+commit 3756b06b0cb9118639523d578bfce01c1f9b1a0f
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 3 21:49:34 2001 +0000
+
+    Some changes to make clicking in a non-selected buffer smoother.
+
+commit fa69712e1a76374b323355e3bab70d9ee623367d
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Oct 3 21:48:45 2001 +0000
+
+    *** empty log message ***
+
+commit 63659d2df197289cbf32d0082bbced19137c37c7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Oct 3 15:48:05 2001 +0000
+
+    Release_11.02
+
+commit c9221d36ea516bae4525f414ac58d97de62c7bb1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Oct 3 15:45:39 2001 +0000
+
+    Release_11.01++
+
+commit 4bb57ffbdd39321f9657c023ea4fa881b94cc3bd
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 2 22:24:41 2001 +0000
+
+    Release 0.5
+
+commit bcf7dd11124f03fad3ee20cb793cebc8603b7d00
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 2 22:11:25 2001 +0000
+
+    Completed summary of patches and made an outline-mode file.
+
+commit 2ef36c687fbe1ee04ff0a0dc34388fe7970f1d26
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 2 22:06:12 2001 +0000
+
+    Gearing up for a release.  Last modifications and clarifications.
+
+commit 3d43de0afb2202630eab8d740aa87b497badc88c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 2 22:03:03 2001 +0000
+
+    Lots of cleanups for getting to release quality.  Made good error
+    reporting with things masquerading as actual GhostScript sessions,
+    including command line, prompt, messages, the works.
+    
+    Removed preview-gs-urgent which actually has never been anything
+    but the front of preview-gs-queue.
+
+commit 9e277a38984f8d121f9465fd80b57dce953aeb95
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 2 13:18:20 2001 +0000
+
+    Some more wishes.
+
+commit f05335a5c23840aef4cc2ae2efb750001d4efd3d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 2 11:44:38 2001 +0000
+
+    Release_11.01
+
+commit 5dadb25fb329691783aafae15cf901dee456cf11
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 2 11:42:14 2001 +0000
+
+    Release_10.0g++
+
+commit f94f3e3c6dd284cf8e43254aeb8aad49200e7211
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 2 08:35:30 2001 +0000
+
+    *** empty log message ***
+
+commit b6f297ec9fb8c32748f917a834405ce3516ca214
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 2 08:33:00 2001 +0000
+
+    Make active error display.
+
+commit 4631b25bdb9cecd288b4c560fdf8c161a1b8060c
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 2 00:30:50 2001 +0000
+
+    *** empty log message ***
+
+commit 4d3abd140c01f794c7ca634e64d8dd7e9ade869b
+Author: David Kastrup <dak@gnu.org>
+Date:   Tue Oct 2 00:26:51 2001 +0000
+
+    Changed the process line appearance somewhat, added a bit of
+    robustness when error line parsing fails, beautified appearance of
+    opened previews (icon gets its own line only when previewed area
+    starts on a line).
+
+commit 6bf24b54fb0f6662d0d788ca139d99671b34c51a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 23:21:29 2001 +0000
+
+    Added a few items.
+
+commit 11bebbf38680fa850f280e38d253458bdaf73be0
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 22:40:37 2001 +0000
+
+    *** empty log message ***
+
+commit 3f9c26dad35b8fd9efebca7b25027230f41bd837
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 22:39:39 2001 +0000
+
+    *** empty log message ***
+
+commit 936c32fa789f4977eab6b01fdca1cb16702a7438
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 22:38:37 2001 +0000
+
+    Added CVS instructions and a few other odds and ends.
+
+commit ce3abb80bbb7e24c33d1ce61f31061116826d709
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 22:34:25 2001 +0000
+
+    Remove docstrip configuration related messages.
+
+commit 0203e93a15beab2b1dcb18ebe368dc0f36056d6d
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 22:32:03 2001 +0000
+
+    Some more massaging.
+
+commit 8a9c814d7ea3cd33f44a5e04ef729f173391ec15
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 22:07:34 2001 +0000
+
+    Initial checkin, preparation for first tarball release.
+
+commit 7b476543440563f8a90ec02c7b955e5ef22efcc3
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 21:38:26 2001 +0000
+
+    Initial entry of ChangeLog.
+
+commit 8d3ebaf0720abf57ebe543c30405ca342c01db05
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 18:35:22 2001 +0000
+
+    *** empty log message ***
+
+commit b61035693a551c4ccef562b09c2ba7241de5b077
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 13:02:26 2001 +0000
+
+    *** empty log message ***
+
+commit b55d643ec292f0a991d66dfd4ecc0697efac352a
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 13:00:02 2001 +0000
+
+    Oops, broke more than I fixed.  Offset calculation must be for the
+    line following the offset message.  This worked before since we always
+    were in the middle of a line (only the offset calculation for the C-c
+    C-r command itself was definitely sometimes wrong).  Corrected that.
+
+commit b3822e517751faab6c14fd3ee17040960a583451
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 11:25:53 2001 +0000
+
+    *** empty log message ***
+
+commit 953f5f2719e97d5e770d4bcba4bf104dfec5aaec
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 10:41:06 2001 +0000
+
+    Fixed an obvious typo complained about by the byte-compiler.  checkdoc
+    removed a few spaces.
+
+commit c96f0b04910ec2c349cd2866f671496cf6562067
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 10:34:04 2001 +0000
+
+    Correct offset calculation for TeX-command-on-region.
+
+commit 776e5ab82992a0ed435ec6814ab01d351267babf
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 10:32:42 2001 +0000
+
+    Correct line number calculation when at beginning of line for %n
+    flag.  Autoload TeX-current-offset for that if necessary.
+
+commit 88cca5248e73b160cbf5a63eb8892ff38f2f409c
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Oct 1 10:30:15 2001 +0000
+
+    Correct offset calculations when not at start of line.  New function
+    TeX-current-offset for that.
+
+commit 6188cdb270187fb110d45d3a3144ec7dc1818572
+Author: Alan Shutko <ats@acm.org>
+Date:   Mon Oct 1 01:48:36 2001 +0000
+
+    Instead of /dev/null, throw stuff to FD 5, where it
+    might do some good.
+
+commit e8b39441a05d071e4bca612a15c5b54465e2a1bc
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Sep 30 16:26:00 2001 +0000
+
+    Mentioned M-x preview-report-bug.
+
+commit ebf127856366458940584ed75ccdedadd039d848
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Sep 30 16:19:56 2001 +0000
+
+    Removed redundancies with INSTALL, cleared some stuff up.
+
+commit 13b1c311ffb10c85686446f897fcec8938c0d3cf
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Sep 30 16:00:35 2001 +0000
+
+    Obliterated transaction queues.  They did not help that much, and are
+    not implemented in earlier versions of XEmacs.  More trouble than they
+    were worth, anyway.
+
+commit 82effd67d0b6cd9f8d0ca2010e5e1b6d98c839fe
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Sep 30 00:47:40 2001 +0000
+
+    Define a few more image types.
+
+commit 45d0f73d1b2b26807eca572431fa92197fde811a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 29 21:49:07 2001 +0000
+
+    Some general information and stuff.
+
+commit 07bbbfd1203fd1e5fdf1cd94804897f0b0eeab5a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 29 21:13:56 2001 +0000
+
+    Use latex '\nonstopmode \input ...' instead of -interaction
+    nonstopmode
+    
+    Fixed string comparison in Emacs.
+
+commit 002c7560368633fc4cebafd563e6a1642c5f5d66
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 29 21:04:32 2001 +0000
+
+    Remove trailing slashes after path discovery, do some more things with
+    sed instead of various other utilities.  One change in calling LaTeX
+    to make it work with older or non-web2c binaries.
+
+commit bfb57f9e04e857917ad189f3ca80db88e9df808b
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 29 12:13:37 2001 +0000
+
+    Support those misguided people using $$ in their LaTeX documents.  I
+    am not sure this is a good idea, but it will probably save us bug
+    reports.
+
+commit 0355d1816bf521486595b5cd7838794c53e9b10f
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 29 02:11:00 2001 +0000
+
+    Removed a few done points.
+
+commit 9fa51d088490fd63bf3648467549b9bd77bfcd6a
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 29 02:08:10 2001 +0000
+
+    Made parsing good.  Now the entire TeX error context gets used.  In
+    most cases, regenerating previews should work now, as well as region
+    previewing.
+
+commit 119c08f12d6241d330fdda7853d87c43e94e745f
+Author: Alan Shutko <ats@acm.org>
+Date:   Fri Sep 28 01:24:34 2001 +0000
+
+    New file
+
+commit 735bcf33af1d1e3f76b06d2fc0a26c4f3b800021
+Author: Alan Shutko <ats@acm.org>
+Date:   Thu Sep 27 22:25:32 2001 +0000
+
+    (preview.elc): Patch from Simon Josefsson to fix
+    build with non-standard AUCTeX location.
+
+commit 02726aca29205bead25ee8e4f2b7df78cc4f9080
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 27 15:14:38 2001 +0000
+
+    Made error and abort messages appear in the faulty images.  Reworked
+    file handling somewhat so that in the case of errors all involved
+    files can stay until the image overlay gets deleted.
+
+commit 1eb27a1430aa19ae2ef06b0d92f13766387528f4
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 27 01:23:34 2001 +0000
+
+    Added bug reporting instructions and helper function for reports
+    to preview-latex-bugs@lists.sourceforge.net.
+
+commit da01e3f621948096a75402b71aaa6ab18d839622
+Author: Alan Shutko <ats@acm.org>
+Date:   Wed Sep 26 23:58:57 2001 +0000
+
+    (install-texmf) Install the dvi file
+
+commit 8b1b572b31ffee3c9a9ffe76b59d2ac320ee125f
+Author: Alan Shutko <ats@acm.org>
+Date:   Wed Sep 26 23:55:35 2001 +0000
+
+    * aclocal.m4: Removed some dross stolen from Gnus, since it is unused.
+    Fixed up AC_PATH_TEXMFDIR to try to find a dir to install the docs
+    and to export texmfdir.
+    
+    * configure.in: --with-auctex=DIR, new option
+    
+    * Makefile.in: Changed rules for byte-compilation to allow setting
+    AUCTEXDIR.
+    (install-texmf) Only texhash the directory we installed into
+
+commit 0d8898fb0b59e01e0e894adac1db719d4531844b
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Sep 26 20:39:37 2001 +0000
+
+    Oodles of documentation and a much faster bounding box extractor
+    not relying on grep.  Some small internal changes.
+
+commit 92fd5aed6bedd07ea60a4c99f4aafc6a20977c4c
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Sep 26 10:43:11 2001 +0000
+
+    Background rendering now working without errors, even with crummy
+    default tq.el as currently shipped with Emacs (and XEmacs?).
+
+commit e3f52eb9fc022fae6f6549e4db5692fab51098e9
+Author: Alan Shutko <ats@acm.org>
+Date:   Mon Sep 24 19:37:48 2001 +0000
+
+    Makefile.in: clean and distclean targets from Simon Josefsson <jas@extundo.com>
+
+commit 47d042e2947599c40f8299ef4b8ef73454e3cde1
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 24 19:23:59 2001 +0000
+
+    Make the first error message help work, too.
+
+commit f27dab09fa06569dd5d0561861424179c0260770
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 24 14:48:18 2001 +0000
+
+    Sanitized temporary file handling by introducing a reference count
+    scheme.  Temporary directories should now get deleted as they become
+    empty.  We still do a general cleanup (in case a previous EMacs
+    session crashed) on first accessing any preview subdirectory, which
+    means bad luck when you are starting multiple instances of Emacs for
+    previewing purposes.
+
+commit 5b5a0bed23f689d1366ec409fc3ee5de5f7285d0
+Author: Alan Shutko <ats@acm.org>
+Date:   Mon Sep 24 02:22:55 2001 +0000
+
+    Run texhash after tex installation.  Also set full
+    pathnames for programs, since the path of the installing user may
+    not match the compiling user.
+
+commit 447663c9b96758de2adf88d7ce43cbbe0f1f4511
+Author: Alan Shutko <ats@acm.org>
+Date:   Mon Sep 24 02:14:17 2001 +0000
+
+    First cut at previewdocdir
+
+commit 6056bfdf84777ecce7c5f12737323cb03e646d96
+Author: David Kastrup <dak@gnu.org>
+Date:   Mon Sep 24 01:52:29 2001 +0000
+
+    PNG rendering now basically works and is the default.  Errors during
+    transaction queue processing insert their messages into the TeX
+    background buffer; so do unexpected GhostScript messages.  Good for
+    debugging.
+
+commit b5b93af06d97f9ed4a295c14f10042c427f0ae0d
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 22 21:51:22 2001 +0000
+
+    Forgot entering into queue and a condition.  Still does not work with png.
+
+commit e4a6768ea031887dc434550a2b7097cbe41f0c05
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 22 20:03:52 2001 +0000
+
+    Fixed \begin{table} bug.
+
+commit a5a909bdd456ed5ab534c99e8f1daf6ec8396d87
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 22 20:03:01 2001 +0000
+
+    Several changes from several people.
+    
+    The big one: support of other image formats. PNG.  Unfortunately, not
+    yet functional.  Checked in nevertheless since the old postscript
+    rendering is on by default and seems to work still.
+
+commit 8529cae80733202206e853ab5843328933ff06e4
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 22 16:01:02 2001 +0000
+
+    Forgotten macrocode, empty line.
+
+commit 005a951082e4bae8ee73405c8b0ed6ed5244ea6b
+Author: Alan Shutko <ats@acm.org>
+Date:   Fri Sep 21 23:43:17 2001 +0000
+
+    2001-09-21  Alan Shutko  <ats@acm.org>
+    
+            * aclocal.m4: Correct handling of docstrip configuration for
+            non-TDS setup.  Also, quote the $ in awk.
+    
+            * Makefile.in (TEX): New variable.
+            (all): preview-mk.ins instead of preview.ins
+            (preview-mk.ins, preview.sty prauctex.def preview.drv): Use $TEX.
+    
+            * configure.in: Added --with-preview-dir option.  Check for tex
+            executable.
+
+commit 81ba8c0944fc15648ffe752a1e5a6d7bde7cd918
+Author: Alan Shutko <ats@acm.org>
+Date:   Fri Sep 21 02:43:18 2001 +0000
+
+    Clarified --with-texmf help.
+
+commit 4e1c24d51f2cc9756e48e974b6f1d57135ae0b5c
+Author: Alan Shutko <ats@acm.org>
+Date:   Fri Sep 21 02:42:59 2001 +0000
+
+    Updated build directions for autoconf build.
+
+commit cd275ea7a86080ca5ecacd29aa58f54bf5cec2d0
+Author: Alan Shutko <ats@acm.org>
+Date:   Fri Sep 21 02:29:20 2001 +0000
+
+    Makefile.in, aclocal.m4, configure.in: Create autoconf versions of
+    Makefile.  Much of aclocal.m4 was stolen from Gnus, though the
+    AC_PATH_TEXMF is new.
+    
+    Added install-sh for use by the makefile if a compatible install
+    binary is not found.
+
+commit 1d6af7b7b188cf16e0b13962bf79d59743fb4076
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 20 03:23:26 2001 +0000
+
+    First sketch at installation via make instead of docstrip.
+
+commit e4371db0ad7efd691e03fa4ef3ed761f518f47ff
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 20 03:16:47 2001 +0000
+
+    No error if no docstrip.cfg.
+
+commit a26170737e68309bf5b275a319a6774fc1a08e33
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 20 03:08:04 2001 +0000
+
+    First sketch at bootstrap install file for extracting main installer
+    and giving directory info.
+
+commit b1be7c86c7bc57d44d9f31b482aee84be5166078
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 20 02:59:38 2001 +0000
+
+    Added missing macrocode environment (David Love).
+    Leave directory off installer when installing via make.
+
+commit 84eafdbfc8e0e1d1f4077695e39d6b0fe46cb8ab
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Sep 19 21:51:16 2001 +0000
+
+    Checked in antialiasing suggestions from Alan Shutko.
+
+commit 3e93d93d1254f47a774f159dffad56fcd81ceb42
+Author: David Kastrup <dak@gnu.org>
+Date:   Sun Sep 16 23:06:29 2001 +0000
+
+    Still learning about customize-variable...
+
+commit 6156148e7f39a5fd19de2df0e5148475d9bd2e50
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 15 23:20:09 2001 +0000
+
+    Parse HiRes Bounding Boxes, remove accidental paste of definition of
+    shell-command-to-string, add support for graphical preview of files
+    not prepared for it.
+
+commit 088d5dfa9395ce5d080adaa52452fe5d34a29cf2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 15 20:53:45 2001 +0000
+
+    Another spurious space.
+
+commit 2b8d91c3608a2fb639395f7dec92f0d1ec246c00
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 15 20:46:11 2001 +0000
+
+    AucTeX option delays \nonstopmode.  Spurious space in \pr@endbox removed.
+
+commit d57f7915d0fbf517b4e99e9c4369b05027645b07
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 15 19:26:55 2001 +0000
+
+    Add instructions for anti-aliasing.
+
+commit d583910aa76dd6891080346e74407f5b5f6bd8c2
+Author: David Kastrup <dak@gnu.org>
+Date:   Sat Sep 15 16:40:25 2001 +0000
+
+    Corrected Email address.
+
+commit 6fcecb54c987d8a418ba4b8847c1c9f151263334
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 14 22:20:00 2001 +0000
+
+    Added some more descriptive stuff and my Email address.
+
+commit cca707d9b115f2f425ccba3d70cfa342c311f385
+Author: David Kastrup <dak@gnu.org>
+Date:   Fri Sep 14 14:43:44 2001 +0000
+
+    Added intelligent determination of EPS scale.
+    Changed Bounding Box determination to use a HiResBoundingBox if
+    present, and work without a shell.
+    Added some customization.
+
+commit 8871d487272b7ffa11ca70c823cf7f379bae3320
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 13 20:37:34 2001 +0000
+
+    Ignore generated files.
+
+commit bdd4f16ac4ed97606f9ab6b1c67d949bb9189346
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 13 20:04:51 2001 +0000
+
+    Deleted no longer applicable comment.  Fixed bug in connection with \item.
+
+commit f4e2f4d8d7d2a5557af7920099add9bc1eda818d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 13 15:34:26 2001 +0000
+
+    Copy of GPL version 2 included.
+
+commit 2cec29ac4f7e7fb54a4d993431c4ed9d43348d5d
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 13 15:30:13 2001 +0000
+
+    Typo.
+
+commit 9a53dcec648b0d9e74a8c039c230ad5dc2bf8181
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 13 14:52:47 2001 +0000
+
+    Clarified comment about how to improve EPS support in Emacs.
+
+commit eb488cd3bd1af1b6a03b83b7c57766052c22811a
+Author: David Kastrup <dak@gnu.org>
+Date:   Thu Sep 13 12:08:33 2001 +0000
+
+    Removed link to pretest Emacs on request from Gerd Möllmann.
+
+commit 0870f0367c7442a835ca5bf435ad00cd78b159fc
+Author: David Kastrup <dak@gnu.org>
+Date:   Wed Sep 12 23:18:45 2001 +0000
+
+    This is the initial checkin of preview-latex.  Enjoy.
+
+commit f874dc09196a87274a0a0f0e79917a02611cf560
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Apr 11 11:53:27 2001 +0000
+
+    Release_10.0g
+
+commit 147fcd210951c6a663b3ac01b805705236d56ba1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Apr 11 11:51:05 2001 +0000
+
+    Release_10.0f++
+
+commit 10cea12fc5fe562cfe46994a481ebe67a5fa5cfc
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 27 12:15:28 2001 +0000
+
+    Release_10.0f
+
+commit bff474e9d4f890c257ffa279c3d01a5d53134782
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 27 12:13:06 2001 +0000
+
+    Release_10.0e++
+
+commit b38a8097d3761eec83ebb9060ffdc8d0a2323a57
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 26 14:10:48 2001 +0000
+
+    Release_10.0e
+
+commit c0dbb29d21f60c822d0949f0109647b4163a3854
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 26 14:08:30 2001 +0000
+
+    Release_10.0d++
+
+commit 77fe1bf0b9ee7a79e06eab97a4cce566d7ff3922
+Author: nabe <nabe>
+Date:   Thu Mar 1 06:18:24 2001 +0000
+
+    Fixed the problem that tex-jp.el don't work in current AucTeX.
+    Patch by Masayuki Ataka <j1297007@ed.kagu.sut.ac.jp>
+    and Yuzo Furukawa <hurukawa@kuee.kyoto-u.ac.jp>.
+    Removed support for NEmacs and Mule1,2.
+    Created new variable japanese-TeX-command-list and added support for
+    mendex.
+    Updated LaTeX-auto-regexp-list variable.
+
+commit 94f105914889212d66a4cff513af9d66b1431022
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jan 2 16:48:42 2001 +0000
+
+    Release_10.0d
+
+commit b88bb8c7b7fd2c1b865e8491b52a482faa250650
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jan 2 16:46:19 2001 +0000
+
+    Release_10.0c++
+
+commit 8c6c44fdcae20c0f8abf2ab550e06dcc5e82c13f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 4 16:23:39 2000 +0000
+
+    Release_10.0c
+
+commit 2bd53635a3b15c2aa0b7c479ee98f9b946c504b5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 4 16:21:14 2000 +0000
+
+    Release_10.0b++
+
+commit 100bebf5b86fd1d37271e9bf35d842c6c06546d9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Dec 1 09:35:49 2000 +0000
+
+    Release_10.0b
+
+commit 317da1ad2d13a1908a27db6778e8225d70f465f4
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Dec 1 09:33:23 2000 +0000
+
+    Release_10.0a++
+
+commit de953e3758d553179e32f80fb2514ff65a614fb5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Nov 30 13:13:58 2000 +0000
+
+    Release_10.0a
+
+commit cdc06152be30bcb03ca1cf8cff8bd9e431668392
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Nov 30 13:11:34 2000 +0000
+
+    Release_9.10t++
+
+commit 7a0a7422195c55893ae7f732dd0885a7cd6cd8d0
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 9 08:06:10 2000 +0000
+
+    Release_9.10t
+
+commit 78a2898ee5bc9b24439f54b053f339e247e585f6
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 9 08:05:54 2000 +0000
+
+    Release_9.10s++
+
+commit b0dc0d5a50de9c61b2a41c585ee8be521d172692
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed May 10 08:42:55 2000 +0000
+
+    Release_9.10s
+
+commit 57fb1c30a6aabf41dbebfde2fa277d47bff7072f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed May 10 08:42:38 2000 +0000
+
+    Release_9.10r++
+
+commit 913c3995fd07e6a496255bbc8a8486980cf5657c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed May 3 16:15:30 2000 +0000
+
+    Resolve conflicts.
+
+commit 8a6e5db7fc0f5ed186a585e06ee4ab4a114e7584
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed May 3 16:06:48 2000 +0000
+
+    Release_9.10r
+
+commit df0cd83c240084702f44277f86a53799eb55d179
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed May 3 16:05:31 2000 +0000
+
+    Release_9.10q++
+
+commit dab1fea26366b79b29f1986a30ee9cfc9e43c320
+Author: Peter Galbraith <psg@debian.org>
+Date:   Wed May 3 15:22:01 2000 +0000
+
+    *** empty log message ***
+
+commit fc89cd0a54d6fe228c5b61ba8eb9b06d5db17413
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Apr 25 11:07:30 2000 +0000
+
+    New file.
+
+commit 895fd731a4f84938dcd4b72582b29fb15a1b70d9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 14 10:25:47 2000 +0000
+
+    Release_9.10q
+
+commit 21f2a3af9bd22c006c0d6b682bd5a5eafa0f102f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 14 10:25:32 2000 +0000
+
+    Release_9.10p++
+
+commit 18a86375d8bb6304e402e94df2b01067c0a8440c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 14 10:12:00 2000 +0000
+
+    Release_9.10p++
+
+commit 1bf77b427d57fbe36166de7451f71db04751913c
+Author: Peter Galbraith <psg@debian.org>
+Date:   Thu Mar 30 16:14:05 2000 +0000
+
+    *** empty log message ***
+
+commit 5a6d80958f48ffd455c5de36f7e9fff96cba9db1
+Author: Peter Galbraith <psg@debian.org>
+Date:   Fri Jan 14 19:29:20 2000 +0000
+
+    2000-01-14  Peter Galbraith <psg@debian.org>
+    
+            * bib-cite.el: Updated to 3.16 (20 Dec 99).
+            * font-latex.el: Updated to 0.700 (20 Dec 99).
+            * hilit-LaTeX.el: Changed author email address.
+
+commit c063aa42fd38ea92adb65e269adb68884a978f02
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 20 20:28:07 1999 +0000
+
+    Release_9.10p
+
+commit 63459449d1f3e0cf534ab72e277cef9b0ca06568
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 20 20:27:54 1999 +0000
+
+    Release_9.10o++
+
+commit 4deaed6a77e9b7d157cbadd13a5fabcfa839ee9f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 20 18:09:07 1999 +0000
+
+    Release_9.10o
+
+commit 2b2391a80175fdb5442eacc94c554e9f0aaa2ed9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 20 18:08:12 1999 +0000
+
+    Release_9.10n++
+
+commit e83858f553963e68e0dff5bf8870ca70c0dc8838
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Dec 3 09:59:47 1999 +0000
+
+    Release_9.10n
+
+commit f47007aeb6448eb0a4e64974bfad6e5fb491c934
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Dec 3 09:59:12 1999 +0000
+
+    Release_9.10m++
+
+commit de7ef1c669b931a011c972adf221db5cd64b9b8b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Dec 1 11:20:36 1999 +0000
+
+    Release_9.10m
+
+commit 913953fff725d2b4e8d6c5a945bcbc55e12716a6
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Dec 1 11:19:55 1999 +0000
+
+    Release_9.10l++
+
+commit ecd40fdca573697f8c7f5ecb5425ac8e654e0a6d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Nov 26 13:03:47 1999 +0000
+
+    Release_9.10l
+
+commit 9c40404f82c2c5a8b1893235c62cbd15bc6b31d5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Nov 26 13:02:11 1999 +0000
+
+    Release_9.10k++
+
+commit 4b66e880f4ed10c2366dd9f6b682111ba5cd29c6
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Nov 6 00:26:13 1999 +0000
+
+    Release_9.10k
+
+commit 7e67fbcf0a820403f98250fe1cddc92a57e26838
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Nov 6 00:25:53 1999 +0000
+
+    Release_9.10j++
+
+commit fe924a9a59f385605dd63ebe6ee9d8d6f3259b8c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Oct 28 12:20:14 1999 +0000
+
+    Release_9.10j
+
+commit f9b6b57c0f17dc0ff69e62f24db1b43d94e14815
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Oct 28 12:18:26 1999 +0000
+
+    Release_9.10i++
+
+commit ca4e6cb4cecdb9d88edc7a2ef587714f6b078555
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 26 20:05:18 1999 +0000
+
+    Release_9.10i
+
+commit 5262c4ed9cbb262c117b521de014c5e1c1247125
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 26 20:04:42 1999 +0000
+
+    Release_9.10h++
+
+commit b5db55febf391fbd7f1912f41c9d109ebcad01e1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 25 15:07:12 1999 +0000
+
+    Release_9.10h
+
+commit c78a257a3418a5bbf1729c8fbd5cc8af7a88fbb7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 25 15:05:50 1999 +0000
+
+    Release_9.10g++
+
+commit 2efc0a287d793d8df264ca8debdb288928413430
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Aug 20 10:27:42 1999 +0000
+
+    Release_9.10g
+
+commit cab7f4ee7081aa641131e258db99e3a0052d66f8
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Aug 20 10:27:29 1999 +0000
+
+    Release_9.10f++
+
+commit 6e3e3e9c2194b70a59ec853381357c1275e5d83e
+Author: nabe <nabe>
+Date:   Thu Aug 19 23:49:55 1999 +0000
+
+    "JLATEX" and "JTEX" entry in TeX-format-list is defined in tex.el, not
+    tex-jp.el.
+
+commit 7fc8a2ed9c2a2ab56dfc0770156e680aab57494f
+Author: nabe <nabe>
+Date:   Wed Aug 18 03:20:16 1999 +0000
+
+    *** empty log message ***
+
+commit f50f9d90f7c60e73cb37f4fe2ed7bcbba315e37f
+Author: nabe <nabe>
+Date:   Wed Aug 18 03:18:05 1999 +0000
+
+    (TeX-command-list): Add "jLaTeX" and "pLaTeX".
+    (TeX-mode-menu): Fix the problem that menu "TeX" is unchanged.
+    (TeX-japanese-process-input-coding-system): Update for Emacs 20.
+    (TeX-japanese-process-output-coding-system): Update for Emacs 20.
+    (TeX-command-default): Change from "j-article" to "jarticle".
+    (LaTeX-fill-region-as-para-do): Fix the problem that fill mode
+    don't work in Emacs 20.
+
+commit 5c675bb517297d07f9650f430dd37918a91b9f31
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jul 16 13:48:18 1999 +0000
+
+    Release_9.10f
+
+commit 6929b8a851f14cbb587e6a602d1f0498be9eed43
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jul 16 13:48:04 1999 +0000
+
+    Release_9.10e++
+
+commit b86d01f5f23f0cf0fd64ffa1f67dc6fe99b34a3d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri May 14 09:33:19 1999 +0000
+
+    Release_9.10e
+
+commit da80d152d6e0d67387012359d7dc5520fe39e04e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri May 14 09:32:47 1999 +0000
+
+    Release_9.10d++
+
+commit 3e6dcf83e5ece0bbea08f578c23c6ec1ef29f19a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 29 12:01:11 1999 +0000
+
+    Release_9.10d
+
+commit 2721002ece1a13ad1874439f1942664ced2aa449
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 29 12:00:36 1999 +0000
+
+    Release_9.10c++
+
+commit 8f188bd0969f5d8dc8fc532cc077ec3c386d67ce
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 29 11:57:45 1999 +0000
+
+    Release_9.10c
+
+commit 4509105be5a981895a048681113399d456f33be9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 29 11:57:17 1999 +0000
+
+    Release_9.10b++
+
+commit 8c88883fea201dc447bd3b4fcf491da8b2032a70
+Author: Carsten Dominik <carsten.dominik@gmail.com>
+Date:   Fri Mar 19 21:19:53 1999 +0000
+
+    Resolved conflict.
+
+commit 4d565e36cb39fba1b93cb4e8452cf608e8ed402e
+Author: Carsten Dominik <carsten.dominik@gmail.com>
+Date:   Fri Mar 19 21:16:52 1999 +0000
+
+    Applied Ulrik Viets path to texmathp.el and improved error message in
+    TeX-dollar.
+
+commit cf6ffc0ede9b12bacaee866e80eb1212ae3ce9d2
+Author: Carsten Dominik <carsten.dominik@gmail.com>
+Date:   Fri Mar 12 12:36:05 1999 +0000
+
+    * latex.el (TeX-arg-index-tag): New function, to be used by the
+    index.el and multind.el style files.
+    (LaTeX-auto-index-regexp-list): Now matches both \index and
+    \glossary.
+    (TeX-arg-index): Renamed from TeX-arg-define-index.
+    (TeX-arg-define-index): Now an alias for `TeX-arg-index'.
+    (LaTeX-common-initialization): Add a regexp for index and glossary
+    to `TeX-complete-list'.  Add entry for glossary with
+    `Tex-add-symbols'.
+    * style/index.el New file
+    * style/makeidx.el New file
+    * style/multind.el New file
+    * style/varioref.el New file
+    * style/fancyref.el New file
+
+commit 0b199e3d2ee9528a2264cb5ea8aeab634b2d46df
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 2 13:43:13 1999 +0000
+
+    Make ready for SunSITE.
+
+commit 57e5fd8eaa80f652dad563c51a828fe610a90a52
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 11 11:34:02 1999 +0000
+
+    Release 9.10b
+
+commit 5eadd23356c3fde9f5e8e45a774ba490cda10e7a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 11 11:33:43 1999 +0000
+
+    Release 9.10a++
+
+commit 6f081a8345f5e5bc11f5f4275d338ddc4f6772c8
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 11 11:29:48 1999 +0000
+
+    Release 9.10a
+
+commit 8054729b1a8b772c908883b342c43cf1bc3df0df
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 11 11:29:24 1999 +0000
+
+    Release 9.9p++
+
+commit 629dc72087d3d40e7e001d44dcf969bcc6830d43
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 11 10:19:26 1999 +0000
+
+    Release 9.9p
+
+commit 5a0524a3f96469ffd4e1d32761e129994be99417
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 11 10:19:00 1999 +0000
+
+    Release 9.9o++
+
+commit 8f14adc670734c970e0a94563a1ee25327d4a235
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jan 11 22:53:02 1999 +0000
+
+    Release 9.9o
+
+commit 412934181313b188932882e92fac9c82dadb4718
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jan 11 22:52:39 1999 +0000
+
+    Release 9.9n++
+
+commit 29ed578ef76d1d6421b566888d14baa7112d0e39
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Dec 12 10:10:24 1998 +0000
+
+    Release 9.9n
+
+commit d5e8176a81ff00cb147de5ff778cd6cb67e7010d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Dec 12 10:10:03 1998 +0000
+
+    Release 9.9m++
+
+commit ab128148191e68831738e167ed71f33057278972
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Dec 11 16:47:22 1998 +0000
+
+    Release 9.9m
+
+commit 6303499511b32b20e72eb3b69c5008f7fd943b42
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Dec 11 16:46:55 1998 +0000
+
+    Release 9.9l++
+
+commit fe636824e56734505d1cac2d34f0ab729e43b8c2
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Dec 11 15:14:16 1998 +0000
+
+    Release 9.9l
+
+commit a3cbbe2ae28280b30e41bf5d6f33276c5860119a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Dec 11 15:13:48 1998 +0000
+
+    Release 9.9k++
+
+commit dbacab92997303ff166c3c7df6b1cb175ad43833
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Nov 20 13:55:41 1998 +0000
+
+    Release 9.9k
+
+commit 4310b02ae2c352ca060525c1d293cc32708580fc
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Nov 20 13:55:28 1998 +0000
+
+    Release 9.9j++
+
+commit 5349650097218f3ac056b22d8ee4bcd3e0218c5c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 29 16:35:23 1998 +0000
+
+    Release 9.9j
+
+commit 638a2e62bc3d6498a0a4397305256af14af7e42e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 29 16:35:13 1998 +0000
+
+    Release 9.9i++
+
+commit a93f72e49f51d09fc6afa8f0e1a63045f5fe4cff
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 29 16:24:14 1998 +0000
+
+    Release 9.9i
+
+commit 9f3402a9d1f50b552935f2823b150bd93d72daf7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 29 16:24:01 1998 +0000
+
+    Release 9.9h++
+
+commit 9e6cea062554520f0e1dbf8580e64c81d44d2a81
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jul 14 19:56:56 1998 +0000
+
+    Release 9.9h
+
+commit cb29882b0e5886e9b6467e026707abfe2082f777
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jul 14 19:56:44 1998 +0000
+
+    Release 9.9g++
+
+commit 80aa92589115f3ff1c59e0ea5b6bfd8fd5eea094
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jun 25 16:55:55 1998 +0000
+
+    Release 9.9g
+
+commit 870dac08b6e2f369719ba96d5eb706a234448e68
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jun 25 16:55:44 1998 +0000
+
+    Release 9.9f++
+
+commit f8ef6012d6b5013aacc2bc4b9c627b2c83b31f7f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jun 24 12:11:51 1998 +0000
+
+    Release 9.9f
+
+commit 7f569bedfaa52f4fbde5424ba7f48471aa24e5f2
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jun 24 12:11:39 1998 +0000
+
+    Release 9.9e++
+
+commit f3df3b46fda9ada2b26b7f063c22b2fb8af859a0
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jun 15 15:26:35 1998 +0000
+
+    Release 9.9e
+
+commit 61fc80a4ec880ccd4bb2a49e3d31282adbc73405
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jun 15 15:26:22 1998 +0000
+
+    Release 9.9d++
+
+commit 096e69e03bce825462970db178303e79c8b8c8ad
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jun 10 11:01:26 1998 +0000
+
+    Release 9.9d
+
+commit 406fba0093f12a72b56a0d1f7fdcfe9e89c8ec40
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jun 10 11:01:15 1998 +0000
+
+    Release 9.9c++
+
+commit 14c8b8d4c975356dc92a90d5b813789def48849d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jun 10 09:25:44 1998 +0000
+
+    Release 9.9c
+
+commit 4367ed6e5820073384ec9bc9fbb32dc7f48f0f22
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jun 10 09:25:29 1998 +0000
+
+    Release 9.9b++
+
+commit fc2c6f81a9b7654c7788d8f42d48cf92bc96499c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Feb 25 09:34:56 1998 +0000
+
+    Release 9.9b
+
+commit 40f1734f5ce96cb2ae8d3b42744cecd2a89cc0ad
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Feb 25 09:34:44 1998 +0000
+
+    Release 9.9a++
+
+commit 490e75ab6de2821618be15240853aac46ddcee43
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Feb 20 14:04:16 1998 +0000
+
+    Release 9.9a
+
+commit a6fed04da03576bf2d7ca059d999cfa143a7c04c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Feb 20 14:04:03 1998 +0000
+
+    Release 9.8l++
+
+commit 3e7ffec67a7e1caae99019b7a3f7d67d3217c26b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Feb 20 13:57:19 1998 +0000
+
+    Release 9.8l
+
+commit 0ae643c3772b5dd9537fa9c0d1fa37ffa5a4982c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Feb 20 13:57:07 1998 +0000
+
+    Release 9.8k++
+
+commit 1b609cbdf416c6f96a9603cc2dfbe2ef84523901
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Feb 20 13:53:45 1998 +0000
+
+    Release 9.8j++
+
+commit 5d514196115b553b760693b17a61ea671d1d3406
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jan 28 08:53:18 1998 +0000
+
+    Release 9.8i++
+
+commit 3477a4ff285584adf2d3f1b3f1132ede25abe5d5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 20 14:35:40 1997 +0000
+
+    Release 9.8i
+
+commit b4a36bed90a523b50aa0a32b1d350cefd50cdf86
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 20 14:35:32 1997 +0000
+
+    Release 9.8h++
+
+commit 07b7957ba3dd5bc78a2d4d66f43ae5d80ddf1964
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 20 14:31:51 1997 +0000
+
+    Release 9.8g++
+
+commit aac72a8f6c6554683ad642db5ae6b84596a29477
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 20 14:30:18 1997 +0000
+
+    Release 9.8g
+
+commit aef597674751d3e65a085dc093dea28daa6b9a48
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Oct 20 14:30:07 1997 +0000
+
+    Release 9.8f++
+
+commit 0cf80dfc575866e2d5c8554619755eaa0ce1a79e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Aug 29 07:38:50 1997 +0000
+
+    Release 9.8f
+
+commit d050167e74b2f946394937026b093a1b8880944a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Aug 29 07:38:24 1997 +0000
+
+    Release 9.8e++
+
+commit 43e6593626016ec8778731f643793a57454c623e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jul 14 16:49:20 1997 +0000
+
+    Release 9.8e
+
+commit b2ff2803776498cc6e49d6c0245c32caf1307c1d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jul 14 16:48:53 1997 +0000
+
+    Release 9.8d++
+
+commit 0d1fa4170648a3606c5ce6751db12e5fc572711c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jul 11 17:07:43 1997 +0000
+
+    Release 9.8d
+
+commit d229cbe2edb480e02c49b53e761043be420c1e65
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jul 11 17:06:58 1997 +0000
+
+    Release 9.8c++
+
+commit af1e0e304b99accba59ed37dbbbec6ec2df86731
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jul 8 10:20:52 1997 +0000
+
+    Update
+
+commit 1af5d797c09258f722591d9a372c8f6ee3238739
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 3 16:06:57 1997 +0000
+
+    Release 9.8c
+
+commit 829564630d6cbe02d2577512d2c34c865c881a4c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 3 16:06:25 1997 +0000
+
+    Release 9.8b++
+
+commit e5881a32856dccd91019cfa30b169cb1098c028c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jun 30 15:04:52 1997 +0000
+
+    Release 9.8b
+
+commit c3c3e3c1180104c6398df09949fef7a11ed50556
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jun 30 15:04:27 1997 +0000
+
+    Release 9.8a++
+
+commit 1d052929494d872fff6a1b6049ee52fe6a31c3ef
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jun 27 17:17:24 1997 +0000
+
+    Release 9.8a
+
+commit 646051ac0a1afcc97f20257775c098be8222bc68
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jun 27 17:16:36 1997 +0000
+
+    Release 9.7p++
+
+commit ea231b2a543cab4898b1534fd1e98ccda5d287df
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 17 12:26:09 1997 +0000
+
+    Release 9.7p
+
+commit d154a9fc55f3cca1ce0f3c9dfafcfc7150388d01
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 17 12:25:46 1997 +0000
+
+    Release 9.7o++
+
+commit 704331d7522b173c06a2fe0f0704ffd549ac8231
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Apr 6 17:28:39 1997 +0000
+
+    Release 9.7o
+
+commit 8ce4f3b6c0fcd4f610514f5b096e3031bd1d569f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Apr 6 17:28:14 1997 +0000
+
+    Release 9.7n++
+
+commit 24f97ac02c3e1f1a9f88a2c6e0e4b613785074c6
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Mar 26 20:15:12 1997 +0000
+
+    Release 9.7n
+
+commit c0e7eee2802f82072fed166c16170aaad0191448
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Mar 26 20:14:47 1997 +0000
+
+    Release 9.7m++
+
+commit 237901d5fdcaa73b2daff3b66b1d42e04bf65711
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 17 12:36:17 1997 +0000
+
+    Release 9.7m
+
+commit 84c7a4a1fee5824278903b82d23b56fab2bbaf5c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 17 12:35:48 1997 +0000
+
+    Release 9.7l++
+
+commit 449ace79c3e7982991e994731cfbabc070165ed1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 4 10:29:56 1997 +0000
+
+    Release 9.7l
+
+commit a5ac49153f661f9e093702f0e7e04a1a8025d4b2
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 4 10:29:25 1997 +0000
+
+    Release 9.7k++
+
+commit b7eeecccb20cc52ea67d224e89c40dee5a7de256
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Feb 26 22:15:54 1997 +0000
+
+    Release 9.7k
+
+commit ec3dab98bbcec080e8a8e445736b58c232077e76
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Feb 26 22:15:29 1997 +0000
+
+    Release 9.7j++
+
+commit 3302569882019019bfc4a0228eea026722326de3
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Feb 25 16:36:40 1997 +0000
+
+    Release 9.7j
+
+commit 144fa9dbdbffe989b383a1d65b7ea267c7fff839
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Feb 25 16:36:14 1997 +0000
+
+    Release 9.7i++
+
+commit 49472cfcb682a26086cdced5dd785c6b8bc2070f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 20 10:31:16 1997 +0000
+
+    Release 9.7i
+
+commit bad6b3baf7415ba80507a73dae95b834e0218347
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 20 10:30:53 1997 +0000
+
+    Release 9.7h++
+
+commit aec5b0308fd4e63c91ed8bfd676e0904282a6131
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Feb 15 17:01:12 1997 +0000
+
+    Release 9.7h
+
+commit f7c2cfc2f51f08e2fc676c512a2ae7f19e05e95d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Feb 15 17:00:51 1997 +0000
+
+    Release 9.7g++
+
+commit 482dbd24b5774c26f8a64892765fbb0fa8d95fda
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Feb 7 13:59:02 1997 +0000
+
+    Release 9.7g
+
+commit fd42bf5999292bf1bd22e7e9ec3c1697541e327a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Feb 7 13:58:32 1997 +0000
+
+    Release 9.7f++
+
+commit 3c1524c69514d5b4352226c495b793e61892da7a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jan 26 23:53:23 1997 +0000
+
+    Release 9.7f
+
+commit 3e4c2b52f8e4002bdbe10a57726adba0eb9c6299
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jan 26 23:52:55 1997 +0000
+
+    Release 9.7e++
+
+commit fcdfe7f85971352e6b34d57a1678de86524ea905
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jan 20 17:41:45 1997 +0000
+
+    Release 9.7e
+
+commit 657b89ddc84cb34e601554c09e9d28e09aa11f94
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jan 20 17:41:26 1997 +0000
+
+    Release 9.7d++
+
+commit bddf3de536c44a565027eac2b21bf0e023b1f48a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jan 17 16:42:43 1997 +0000
+
+    Release 9.7d
+
+commit 4204de8c02b33c775bc6f6ea2cf0cc7a4d12f959
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jan 17 16:42:23 1997 +0000
+
+    Release 9.7c++
+
+commit dbe23a88dd001e8f88c9f3b3c6f22fa066d8320b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jan 12 23:52:57 1997 +0000
+
+    Release 9.7c
+
+commit a8eff96438cdebb5797f5c1f2fdb3f41e85e15b3
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jan 12 23:52:29 1997 +0000
+
+    Release 9.7b++
+
+commit 64fde4a22c45353800d694c168f2ea77150d5f40
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jan 8 13:51:57 1997 +0000
+
+    Update
+
+commit 5c8bf774d28f647eee444f46217c6e8b0186f30a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jan 8 13:51:20 1997 +0000
+
+    Update
+
+commit 4fe79054d7064120948db385e556fc7d089a5fd0
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Dec 10 15:49:30 1996 +0000
+
+    Release 9.7b
+
+commit 49ff75fb5051e536d0cdf2945f85963919a8bda8
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Dec 10 15:49:03 1996 +0000
+
+    Release 9.7a++
+
+commit 59f72dabdde2366a0f1ac208635cecf25bec520c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Dec 10 06:51:08 1996 +0000
+
+    Release 9.7a
+
+commit 17e0a4092df15f74206e4df9d2d9ba77cf881171
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Dec 10 06:50:01 1996 +0000
+
+    Release 9.6m++
+
+commit 8c07b73988b40491c926db101ed832403864a8a7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 9 13:58:49 1996 +0000
+
+    Release 9.6m
+
+commit cb4b1a734c879956d64b842218f18eb7d1c0737b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 9 13:58:21 1996 +0000
+
+    Release 9.6l++
+
+commit 5df1553147c0b10e4a63d701118c4b7c2380d276
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Dec 1 16:34:18 1996 +0000
+
+    Release 9.6l
+
+commit ff28e610b8224c817adfcc124ce56bf591f6c2e7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Dec 1 16:33:52 1996 +0000
+
+    Release 9.6k++
+
+commit afac2282a9402f0e7c1155760cac97891f032dcc
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Nov 29 17:50:53 1996 +0000
+
+    Release 9.6k
+
+commit 6d1ea313528b018ff3c9b20cff0f6fb531c27895
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Nov 29 17:50:29 1996 +0000
+
+    Release 9.6j++
+
+commit 42b5a8a3ec0f53b9d4487eeae1639fe317d3c0eb
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Nov 16 18:25:03 1996 +0000
+
+    Release 9.6j
+
+commit e5e273a66cfa239ed63ca60739b3f924152cd479
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Nov 16 18:24:41 1996 +0000
+
+    Release 9.6i++
+
+commit 4a265574d31a5f29460799755e7f1005e8158d3d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Sep 16 15:18:27 1996 +0000
+
+    Release 9.6i
+
+commit aac049c2254d4618bc64736d58acc19841d3aa09
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Sep 16 15:18:02 1996 +0000
+
+    Release 9.6h++
+
+commit 1dbbb811a7fee27a2d1ae6ac4c55027b4e483801
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Aug 31 14:40:01 1996 +0000
+
+    Release 9.6h
+
+commit 1393578900d48a49295a76ca1b96aeda73bf9957
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Aug 31 14:39:34 1996 +0000
+
+    Release 9.6g++
+
+commit 73660122c40266f80d2645f81e5280ba6240fc38
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Aug 29 20:32:16 1996 +0000
+
+    Release 9.6g
+
+commit 17a8ee5c33faca02114fcb5e22c44a38ff93a8eb
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Aug 29 20:31:50 1996 +0000
+
+    Release 9.6f++
+
+commit f74a88f57e7d82fa30e418dab44177783299fd7d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Aug 28 18:42:42 1996 +0000
+
+    Release 9.6f
+
+commit bebe4889246773fc4e98745de211f7d83e8e4821
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Aug 28 18:42:19 1996 +0000
+
+    Release 9.6e++
+
+commit ace80ea8a2f1d7694625c7c7505542b2089ce4f7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Aug 27 22:27:32 1996 +0000
+
+    Release 9.6e
+
+commit c3d892c5ca926388a2e67728bac6461246eb3f29
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Aug 27 22:26:56 1996 +0000
+
+    Release 9.6d++
+
+commit 7bb2e38cccd42ada44bccf64feab0f841de1ee60
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Aug 23 11:28:52 1996 +0000
+
+    Release 9.6d
+
+commit b8262dd3b90638ac2a0d162716e67b548ba54b92
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Aug 23 11:28:34 1996 +0000
+
+    Release 9.6c++
+
+commit 571f261c132e20e55e61915d7285bf98a84eb9cb
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Aug 23 08:44:14 1996 +0000
+
+    Release 9.6c
+
+commit 5880ffcd7a62f180e544ecfdc88ccacfc9dca24a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Aug 23 08:43:51 1996 +0000
+
+    Release 9.6b++
+
+commit 7443ea473f44c2e5c44d1ee51d225c7a4b9d805d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Aug 23 08:40:35 1996 +0000
+
+    Release 9.6b
+
+commit 4f66355b37fdf292bd6c2270a85e2fccdb967bef
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Aug 23 08:40:09 1996 +0000
+
+    Release 9.6a++
+
+commit 6a47c13df41cc5dc0b049552f2ac2e4a19a5ae25
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Aug 14 17:45:23 1996 +0000
+
+    Release 9.6a
+
+commit a5cc92563135ada2d0379bfcc2213b2eb8ccc26c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Aug 14 17:44:51 1996 +0000
+
+    Release 9.5a++
+
+commit f8d34f9f52e27be9b6d5021f07cd43950f0673cc
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 18 09:23:40 1996 +0000
+
+    Release 9.5a
+
+commit 35c608406416cc80f7f51889b8223fea192df4d4
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 18 09:23:05 1996 +0000
+
+    Release 9.4g++
+
+commit e8af19a799a3b858dddbffe1ed292f086417f6ee
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Mar 23 02:10:45 1996 +0000
+
+    Release 9.4g
+
+commit b1ebf919372e3b88cd06299fd3b046df2345db7d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 12 00:16:37 1996 +0000
+
+    Release 9.4f
+
+commit 6229778d44c3f0f920bce5d325e9423f65aebc9b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 29 14:05:49 1996 +0000
+
+    Release 9.4e
+
+commit f88854cc33fa0046d7447ec4dcd099cf4cdf6456
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 29 13:56:25 1996 +0000
+
+    Release 9.4e
+
+commit bd989241424b2feb238fda965c46a7166cf0c0ce
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Feb 27 18:50:40 1996 +0000
+
+    Release 9.4d
+
+commit e4d79d2e6ab4f40edcda2c25b9cdf1bb9315a1d0
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Feb 27 18:50:14 1996 +0000
+
+    Release 9.4c++
+
+commit 26e371c1071868b88db189a73d368f89ed7be005
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Dec 21 16:37:43 1995 +0000
+
+    Release 9.4c
+
+commit fa21f4af798d006a4875b9d16ccd03fabb84b38f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 18 19:10:20 1995 +0000
+
+    Release 9.4b
+
+commit c5d39623660ef08ce46e549bd271339af1d351c4
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 18 13:47:49 1995 +0000
+
+    Release 9.4a
+
+commit b8ae81c8f314340dd0e3d4576f39b170f2f9e5fc
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Dec 18 13:47:33 1995 +0000
+
+    Release 9.3c++
+
+commit a2c9a3097bdc35505f3f3450fac58e3ce8b0c590
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Nov 8 17:49:05 1995 +0000
+
+    Release 9.3c
+
+commit 1aaf20c69e6636d389db701d6898ac646a5eb990
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Nov 8 17:49:04 1995 +0000
+
+    Release 9.3c
+
+commit 48b990373d478b30384844ebbcf48aa73b343434
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Nov 8 17:37:43 1995 +0000
+
+    Release 9.3c
+
+commit 224417cb5a94e130c4d2e77f11bfa44358769829
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Nov 8 17:37:22 1995 +0000
+
+    Release 9.3b++
+
+commit b21b78dfb1b56e1d023369b90a106f9621f23f56
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 7 02:45:07 1995 +0000
+
+    iesd -> amanda
+
+commit 9807732cb0ae0bd4c91aefc898830e976f45a535
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Mar 24 13:09:39 1995 +0000
+
+    Release 9.3b
+
+commit 01849e4b830ad6dd40c3f8e5cf39b1aeecbb71f2
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Feb 14 19:44:49 1995 +0000
+
+    Release 9.3a
+
+commit 80811bec31986809eb4d7829e109782e1c9e0c1c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Feb 14 19:43:14 1995 +0000
+
+    Release 9.2y++
+
+commit 3040b30ce94c9c5470e3268d47d4ba39de1c3250
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jan 27 21:07:16 1995 +0000
+
+    Release 9.2y
+
+commit 1d2336270a0a8a5241fbbac837f4163b3beac40f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jan 27 16:58:16 1995 +0000
+
+    Release 9.2x
+
+commit 39fec2ac15219247c613b6cf60a01e7459bf0cd5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jan 27 16:57:25 1995 +0000
+
+    Release 9.2w++
+
+commit 04b3d74772eec8f0a3439aed554e5b1f9ce366e3
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jan 26 23:09:10 1995 +0000
+
+    Release 9.2w
+
+commit d16b2660608c8504633e2794acd3927078e0e125
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jan 26 12:57:50 1995 +0000
+
+    Release 9.2v
+
+commit d5ddff6394bfdf4954faa031d10b24b838febb99
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jan 26 12:57:04 1995 +0000
+
+    Release 9.2u++
+
+commit a60d0e6b30aaefce1a573a89ce15a141c8d7f9f8
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jan 25 15:36:58 1995 +0000
+
+    Release 9.2u
+
+commit 2b2c2f03856c8caf8397ff2156e8e3827be8a2e6
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jan 25 15:36:07 1995 +0000
+
+    Release 9.2t++
+
+commit bb00e2ad45f39438a7876ef38cf1a519a9b235b0
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jan 25 14:21:01 1995 +0000
+
+    Release 9.2t
+
+commit 02cbea6e2180523fc2b61b47e170250ff8d749d5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jan 25 14:20:10 1995 +0000
+
+    Release 9.2s++
+
+commit 8c40f8c9fdeafc3ef77f12655bfa19bf79f8ef4f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jan 24 22:53:19 1995 +0000
+
+    Release 9.2s
+
+commit cf99370fff147e3563f3ae9b0031918211a90447
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jan 24 22:51:41 1995 +0000
+
+    Release 9.2r++
+
+commit 58b3a71ad9d1245da9e4cdb95786e0f959fbd612
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jan 22 12:47:16 1995 +0000
+
+    Update
+
+commit 307f2abc2174ddb2352059a9c7343e211bc23a08
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jan 17 14:29:23 1995 +0000
+
+    Release 9.2r
+
+commit db9b12e92e391a37b6d1f77cd44f1004527d512b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jan 17 14:28:31 1995 +0000
+
+    Release 9.2q++
+
+commit a9bf6385dc865261336f5103ae2368001547be96
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jan 11 13:00:11 1995 +0000
+
+    Release 9.2q
+
+commit 24386795360d5e68a0d7831006049b266d3e23e3
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jan 11 12:58:55 1995 +0000
+
+    Release 9.2p++
+
+commit cc9e74a39735a25a7c61d7c42b8487ff23a6e050
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Dec 2 09:06:52 1994 +0000
+
+    Release 9.2p
+
+commit 9fa63e90fa3827ddaae3daef1374e7ac3e6d4226
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Dec 2 09:05:44 1994 +0000
+
+    Release 9.2o++
+
+commit ba38247e9f9de6c8fd3e7c28d884a18a6f2b67c5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Nov 28 02:58:22 1994 +0000
+
+    Release 9.2o
+
+commit 125d3bf306245cb5f8266694cbb4b27241b23494
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Nov 28 01:41:50 1994 +0000
+
+    Release 9.2n
+
+commit 1ef5f8869e92ba913cbe3ae805905b926847057b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Nov 28 01:40:55 1994 +0000
+
+    Release 9.2m++
+
+commit 8629334ddf5aadcad00a52ebdb488f5b05a83e5f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Oct 28 21:03:20 1994 +0000
+
+    Release 9.2m
+
+commit 01be722707caf8e35e4dd451a153272fe9906b83
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Oct 28 21:03:01 1994 +0000
+
+    Release 9.2l++
+
+commit 400d25e1a520a6671a0f5241455e154991d4ae88
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Oct 28 19:03:40 1994 +0000
+
+    Update
+
+commit 7799300a00cac4963396b969f503cad4a9fcb8e0
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Oct 27 12:50:54 1994 +0000
+
+    Release 9.2l
+
+commit 15ebda1d11128454d952957a763b7ffc90821285
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Oct 27 12:50:29 1994 +0000
+
+    Release 9.2k++
+
+commit 76a68e7e2167364e3d33630b4723c2191711ca98
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Oct 26 15:04:11 1994 +0000
+
+    Release 9.2k
+
+commit 7efadce8d987a736ef3a802e9b605375e8695327
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Oct 26 15:03:14 1994 +0000
+
+    Release 9.2j++
+
+commit 02e7aaf9487407eddb571bd8a61fa2f4488adacb
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Oct 26 15:02:15 1994 +0000
+
+    Release 9.2i++
+
+commit fbcc27da8099ad60784a4de77d1267bd810088dd
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 25 13:53:20 1994 +0000
+
+    Release 9.2j
+
+commit 20fc4fc48e1042fb94b894f11c2a18f0e352d04a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 25 13:26:24 1994 +0000
+
+    9.2j
+
+commit 2fd637be3da105127fb4d7e7a69f9809bb2dc874
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Oct 25 13:18:08 1994 +0000
+
+    Release 9.2j
+
+commit 809527aaf1803d24eaea6faf42b525f0d32c536e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Oct 22 13:07:37 1994 +0000
+
+    Release 9.2i
+
+commit 3f02456b65be2ddb1f6998f1e63cdc108b3f167e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Oct 22 12:57:58 1994 +0000
+
+    Release 9.2i
+
+commit a15bbffd410aadc9ba978d672aa458c72f305fbf
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Oct 6 17:44:39 1994 +0000
+
+    Release 9.2h
+
+commit afd5794919a4cdca62f3eace2a442f4528bbbdeb
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Oct 6 17:44:37 1994 +0000
+
+    Release 9.2h
+
+commit de6074cf8d8b5b168cf4c2a001d335aac0cc1a0c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Oct 6 17:28:10 1994 +0000
+
+    Release 9.2h
+
+commit d8d30eb26353c4c34a1a0ebbd022b66c22d7a00d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Aug 20 05:44:08 1994 +0000
+
+    Release 9.2g
+
+commit 2ac08fbe1f4b53a44900b2747d7ac0e1918b8015
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Aug 16 23:57:48 1994 +0000
+
+    Release 9.2f
+
+commit 3e7252e649769d43debb9d3fb2e6b24c7e4c1442
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Aug 16 10:36:14 1994 +0000
+
+    Release 9.2e
+
+commit 609d4ac4a1604fe126e06f1ad5b0d9f6148b29ca
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Aug 11 22:50:44 1994 +0000
+
+    Release 9.2d
+
+commit 478e0caadb40213910071a91683fdb6991329b2a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Aug 11 15:48:32 1994 +0000
+
+    Release 9.1d
+
+commit b74c8c2a077e6fa1f144b27e29e610c75bf34813
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Aug 10 17:35:10 1994 +0000
+
+    Update
+
+commit b205e8c9757f6a8117a39817148946f968c2b615
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Aug 9 00:00:13 1994 +0000
+
+    Release 9.2c
+
+commit 57d4f8eee3d5c815b26bb1ea79287ecf0d40ebfa
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Aug 6 12:42:48 1994 +0000
+
+    Release 9.2b
+
+commit bfe115217803789824f3344a76775f26ec8816dd
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Aug 3 14:31:54 1994 +0000
+
+    Release 9.2a
+
+commit e5a56b55ff528598b637125f32f42028fa2009b9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Aug 2 04:56:39 1994 +0000
+
+    Release 9.1i
+
+commit 39e8cdc129e3e7336b1499c2bde32cad1911c3f2
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jul 31 02:51:43 1994 +0000
+
+    Release 9.1h
+
+commit 0b19715decf2e314f4257092175500ce17002558
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Jul 30 06:13:12 1994 +0000
+
+    Update
+
+commit 90d2d81920adce2a62fb98caccbacc48fa9d590b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Jul 30 05:46:08 1994 +0000
+
+    Release 9.1g
+
+commit bc7fe97fc25af097dbc210993b34d222a71bcdc9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Jul 30 05:40:07 1994 +0000
+
+    Release 9.1g
+
+commit a9dfa2dac7955a961aacceda81cfb4f7b68a4837
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jun 22 14:49:49 1994 +0000
+
+    9.1f tmp
+
+commit 55932c1d6bced483095296f4c2e6df6927e1b69f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jun 7 01:47:04 1994 +0000
+
+    Release 9.1f
+
+commit f9b49d2d856355a2964518d341f10b76d3c6074a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jun 3 21:33:49 1994 +0000
+
+    Release 9.1e
+
+commit ad16ee9b99d42ce958bcfed3891c316a8564ac9b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jun 3 04:49:35 1994 +0000
+
+    Release 9.1d
+
+commit a812b7c6e883ebc8ddc572a607335abf199706e8
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jun 1 21:30:05 1994 +0000
+
+    Update
+
+commit ff17966bd75cf0bc6e26de66454fc2ffdae27ac4
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat May 28 02:47:56 1994 +0000
+
+    Release 9.1c
+
+commit bace185aa6c443442250f0840dee1d59f5b8d658
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu May 5 14:51:19 1994 +0000
+
+    Release 9.1b
+
+commit 6ee31e254854a513f293bdae367dae4f45b6218b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed May 4 22:54:43 1994 +0000
+
+    Release 9.1a
+
+commit 373e450a130381f742ef8f8daa6b3a4c269dd75a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 28 20:27:11 1994 +0000
+
+    Release 9.0v
+
+commit f740a5f62a557ffe7cc7c6f040241ccf127a9743
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Apr 27 16:28:10 1994 +0000
+
+    Release 9.0u
+
+commit b0bf34746d038a150c60d7eb4785261620f70cda
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Apr 26 22:58:22 1994 +0000
+
+    Release 9.0t
+
+commit 39d53a5199de0c2cd3cd612090439c1987464282
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Apr 26 18:22:46 1994 +0000
+
+    Release 9.0s
+
+commit 672de92f63532c2ce8e77653a492deb4a1e19728
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Apr 26 15:27:20 1994 +0000
+
+    Release 9.0r
+
+commit 3b2b8fabfe4b33472d4a7c3bd337c048d5703786
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Apr 26 14:53:33 1994 +0000
+
+    Release 9.0r
+
+commit 556cf56b7d19e7bb35ecf4b4e95593cb3e21545c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Apr 25 13:17:57 1994 +0000
+
+    Release 9.0q
+
+commit f8857146a8f223b30dfac70b7f6beac4e040973d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Apr 24 23:07:47 1994 +0000
+
+    Release 9.0p
+
+commit 1d293c12d85757f259e64e9813efaeb88d658572
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Apr 24 22:00:10 1994 +0000
+
+    Release 9.0p
+
+commit e27185dd62657b9401afa04270e86333d81ba94a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Apr 24 21:54:56 1994 +0000
+
+    Release 9.0p
+
+commit 85c9c8f58a63842d1aa2820cc3c64c713c4f2d71
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Apr 23 15:53:55 1994 +0000
+
+    Release 9.0o
+
+commit f1724e9a161505363ab41e6089a792121815f53c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 21 14:05:18 1994 +0000
+
+    Release 9.0n
+
+commit ca31529c3ff56ff2fe44d662aee1fdd622f291e4
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Apr 20 16:59:24 1994 +0000
+
+    Release 9.0m
+
+commit 84cf702ed003be73284567bd30d5e8f354488a91
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Apr 16 17:24:32 1994 +0000
+
+    Release 9.0l
+
+commit 97ee60de4d1bc31136bbbe5208c41306fa962e0d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Apr 16 16:47:09 1994 +0000
+
+    Release 9.0l
+
+commit f7a47f2c072624713cf8cc274a8539b7f2740dc1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Apr 16 16:31:15 1994 +0000
+
+    Release 9.0l
+
+commit 25119917df42073bd798a692c65572779a0289e1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Apr 16 14:15:59 1994 +0000
+
+    Release 9.0k
+
+commit b13a197d83a1c1fcffcb4664319c129b41aca8dc
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Apr 16 13:35:05 1994 +0000
+
+    Release 9.0j
+
+commit 2d8a640a9bf910781efcd6c8608688c3a5e7ae35
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 15 17:09:39 1994 +0000
+
+    Release 9.0i
+
+commit b2e34b3bec6e85e531db7a5df207008b0821218a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 15 16:35:09 1994 +0000
+
+    Release 9.0h
+
+commit a7cf63ac4cddac3641336a6d0644b9b48d5dbca6
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 15 11:27:51 1994 +0000
+
+    Release 9.0g
+
+commit beac24d921206ca780fe22b20e40b68acf7956eb
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 14 20:36:38 1994 +0000
+
+    Release 9.0f
+
+commit 7ed1d09d36c7d86521e840fc6af59954f9c07ea6
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 14 20:17:19 1994 +0000
+
+    Release 9.0f
+
+commit 2305384e5af8d89b6a132cf3c30be406af329728
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 14 18:13:23 1994 +0000
+
+    Release 9.0e
+
+commit 01496c7674e89a1189245264965366cc26aeb225
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 14 14:23:03 1994 +0000
+
+    Release 9.0d
+
+commit b61ec7edcc5a742381f45163437dbd553f5df790
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Apr 13 13:00:29 1994 +0000
+
+    Release 9.0c
+
+commit 41c1819bb903205c3642d98d467c1cbca2ef174b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Apr 13 12:56:07 1994 +0000
+
+    Release 9.0c
+
+commit 64b84920a2c6135efe84db3797a191763ec20cc3
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 8 20:09:01 1994 +0000
+
+    Release 9.0b
+
+commit 3903fffc00ed9ac399fd2d80da3c23eb99b7a4e3
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 7 21:16:32 1994 +0000
+
+    Release 9.0a
+
+commit fedf751034218d2a73ce41dab9e7fb5466493440
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 7 21:08:50 1994 +0000
+
+    Release 9.0a
+
+commit c6763d28818d723aa320a8fb89fa12ea4d516373
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Mar 17 18:40:56 1994 +0000
+
+    intermediate (8.1m+)
+
+commit 52db82d4a7d772be1693879e17c0116bed325b45
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Mar 17 18:37:47 1994 +0000
+
+    intermediate (8.1m)\7f+)
+
+commit e86a3ba78f11ced7c8c4c750d2507cd80eed7496
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Mar 2 14:24:46 1994 +0000
+
+    Release 8.1m
+
+commit 1cff73b924074fa79e2a2128fbe0ce07fae074b7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Mar 2 14:20:26 1994 +0000
+
+    Release 8.1m
+
+commit 5cd9c862761923dcf103be21785e064563380f91
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Feb 27 10:37:11 1994 +0000
+
+    Release 8.1l
+
+commit bc518b95b0a6a42022a781247e5d6b86562921c7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Feb 26 03:44:56 1994 +0000
+
+    Release 8.1k
+
+commit b2e98e517341ad714bee3db8fc2de11806130578
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Feb 25 05:54:01 1994 +0000
+
+    Release 8.1j
+
+commit 5f8a2a86fece7a47424b01b62dd485180177f35e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 10 14:38:03 1994 +0000
+
+    Update
+
+commit c468d3a4f7c9fd7f9935d2e6de73f0b95a53b295
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Feb 9 00:01:28 1994 +0000
+
+    Release 8.1i
+
+commit 474761acdf21503993269962b3e42d2b7becc4a1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Feb 3 15:12:35 1994 +0000
+
+    Release 8.1h
+
+commit 3a9dabf08dec71bb8f02c22967445731ad2e6ae8
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Feb 2 12:44:06 1994 +0000
+
+    Update
+
+commit 00b54e433a4a1d5a9d0ce6ac4b2734a683a13299
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Feb 1 15:00:33 1994 +0000
+
+    Release 8.1g
+
+commit ab92f74d101ed644e7d5b0c10b6e4aac38ece295
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jan 31 12:13:42 1994 +0000
+
+    Release 8.1f
+
+commit d45fcf95fd859d7f37aa7821fac695ef5aacf3a7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jan 30 21:17:27 1994 +0000
+
+    Release 8.1e
+
+commit be0f628c6a53600ef6c8a263fc62c90cb4351669
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jan 30 13:52:50 1994 +0000
+
+    Release 8.1d
+
+commit d7fee3dbfdb74e403c9efa2d87af7932b1432ef1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Jan 29 22:31:20 1994 +0000
+
+    Update
+
+commit 690ece06eb8c8ef381ed7b6393f23391c9b89dcd
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Jan 29 21:05:14 1994 +0000
+
+    Release 8.1c
+
+commit a4503f7d0ae9cb8c4d46e0c8f62fdabf50e77e1e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Jan 29 20:57:26 1994 +0000
+
+    Release 8.1c
+
+commit 8f265a59249ebc62f93943ce71bf9478a284a8ca
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Jan 29 18:59:34 1994 +0000
+
+    Update
+
+commit eac4e6aeff298f2e5188c751736f4fe6b63047fa
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jan 25 09:08:24 1994 +0000
+
+    Release 8.1b
+
+commit de038969b0bf3bf5ab46278372e900c403640d73
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jan 25 09:02:31 1994 +0000
+
+    Release 8.1b
+
+commit da1353898c2e46d9eb5936303711c90823f66058
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jan 23 08:14:44 1994 +0000
+
+    Release 8.1a
+
+commit 656576b0a4ae54e1167d6e4b45dbfb13c2fc17e9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jan 11 23:01:25 1994 +0000
+
+    Release 8.0n
+
+commit d1e1176320d78981e17f99729c8a26e0c70fa62e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jan 5 19:09:22 1994 +0000
+
+    Release 8.0m
+
+commit 94b10ed220b25b79115373f8e94ad21bbfb8a206
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Dec 15 21:48:35 1993 +0000
+
+    Release 8.0l
+
+commit 1576c47df7e33889afead524c71a70648efa6a4c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Dec 15 21:42:44 1993 +0000
+
+    Release 8.0l
+
+commit cd1339c5bce33522c841e769d90a6b6d74ab3b17
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Nov 18 20:43:11 1993 +0000
+
+    none
+
+commit 2de363f94a0469f1e3f32e42f536f9b516ae2efe
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Nov 18 20:13:45 1993 +0000
+
+    LATEX2E support + bug fixes
+
+commit 2e259df694b377d523864cf5699a2b6371423c8e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Nov 18 20:12:15 1993 +0000
+
+    Update, more pretty math.
+
+commit 4dc17520ad9b7511725b3fb0ea124eb6520c05a1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Nov 18 20:10:45 1993 +0000
+
+    I thought I already removed those files once...
+
+commit c7ff610b277d069ee8bda36f5b7e063be1a4139d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Sep 30 23:05:20 1993 +0000
+
+    Some minor outline related changes.
+
+commit 8a8f1ddac18ccdbeac8bdf3534bcb5b6a8be1727
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Sep 30 02:25:12 1993 +0000
+
+    bug fix
+
+commit a1c0e2ac2e749d84a6dbd03bc45a2730a28d967a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Sep 29 20:18:51 1993 +0000
+
+    explained label and cite completion
+
+commit 62ce218091316cc3bd025292b07b32a1b941e4a6
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Sep 29 20:16:22 1993 +0000
+
+    lucid patches
+
+commit 1c0a62691caace3eeccd59c43d5b26456a28db21
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Sep 29 19:12:44 1993 +0000
+
+    Lucid fixes.
+
+commit 5d74b82afdbf382e101a4a0b3914b499d5ca0935
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Sep 29 14:28:19 1993 +0000
+
+    Fixed bugs reported by koba.
+
+commit e4d40a1098c7fb6ae2e844d806e95dae587c1fc1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Sep 28 23:34:11 1993 +0000
+
+    More fixes and new features.
+
+commit f74b6b23b98e05b450a9027b15aeb2c1dd086582
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Sep 17 21:07:52 1993 +0000
+
+    Various...
+
+commit e742cad31b3e99345113469a273124c01e64e6aa
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Sep 14 21:43:53 1993 +0000
+
+    More cleanup.
+
+commit 1b78b039c404c7d80f7a582c7119d81fd8a68f36
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Sep 13 21:26:22 1993 +0000
+
+    Enhancements and fixes.
+
+commit 174ce29ea1cd22e92fb4e91b4c46c4839ac098af
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Sep 9 23:49:39 1993 +0000
+
+    Second alpha release.
+
+commit 4883034953152c411bb54760b8b80707d3139f15
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Sep 6 22:41:37 1993 +0000
+
+    Some doc fix.
+
+commit 63a96d653cb6c3b93731bdca3cde661f14ac7f35
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Sep 6 22:28:53 1993 +0000
+
+    Many changes.
+
+commit f0311bf7013c6f295c35fb5ce3b086c8b8cd8dad
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Aug 17 19:25:31 1993 +0000
+
+    Remove .o file in lacheck too.
+
+commit 38eb41b173d6319073188ff1e2b6675984fbf4d6
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Aug 17 18:58:31 1993 +0000
+
+    Remove lacheck binary for distribution.
+
+commit 8261ae0caddc301195198fc6140d10c87096a242
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Aug 17 18:53:11 1993 +0000
+
+    Typos.
+
+commit 3c1ea54272e6569b1f764a0b89215bc79f839b8f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Aug 17 16:55:21 1993 +0000
+
+    Many minor changes, added TeXinfo mode.
+
+commit 11113a499ccd913c77c55689d1011c2c862a5242
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Aug 5 11:35:15 1993 +0000
+
+    Some fixes that wont be fixed.
+
+commit 266545805310f9495600ae3e41d5bc0fb1560149
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Aug 5 10:01:06 1993 +0000
+
+    Rebind C-c C-h to C-c ^ and some new projects (I think).
+
+commit e60cf05f15ebbd113830949a8046d2b7254ba0f3
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 29 20:54:22 1993 +0000
+
+    Added description of how to manually install AUC TeX.
+
+commit 782198a11ca235af3a8c0e44ba039528c301e845
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 28 21:32:29 1993 +0000
+
+    Lots of small fixes.
+
+commit 7291eb5a58d80d901d9e16a1d70d95fc6553a7bd
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 28 00:31:30 1993 +0000
+
+    Whatever
+
+commit b4422054cd0a05b9209729fb2350c39ea0c8abe7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jul 27 18:53:36 1993 +0000
+
+    Make " have word syntax for germans.
+
+commit e32277bb07f942a3ad7b57cfb76b9f4f0fff8539
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jul 27 18:44:51 1993 +0000
+
+    More fixes, allow string value for latex options, add . and , projects.
+
+commit 6235a0277e2bbfbd9bae2369a42edf11f19d1cd7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jul 27 18:44:25 1993 +0000
+
+    More fixes, allow string value for latex options.
+
+commit 3ebdc5cffb99ecb71c968c9be086fde96976e4cf
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jul 27 02:50:27 1993 +0000
+
+    I put a ` in a "" string.  Bad move.
+
+commit e4ba6b0c07d707571bd9ac6444ba8b77dbf7e314
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Jul 27 01:12:51 1993 +0000
+
+    Many small changes, and better control over parsing.
+
+commit b5f9641fe590dfb014539cd558406bf7133d4d15
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jul 26 04:53:06 1993 +0000
+
+    Strip extension when parsing global bib files.
+    Default emacs version is 19.17
+
+commit 50f502f1803b9f6d95a9fa1dd1e6ecb0a216ed04
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jul 26 02:42:35 1993 +0000
+
+    Added support for cite completion.
+
+commit 663986ceb4e17501df203f0d70c1b5c9c731bf22
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Jul 24 20:57:43 1993 +0000
+
+    @item
+    Added menu to for plain @TeX{}.  Suggested by Tim Carlson
+    @samp{<imsgtcar@@sinc.oscs.montana.edu>}.
+    
+    @item
+    Made the menus depend on @code{TeX-command-list}.
+
+commit b1805239f6b0a19a5f9200ac52497125bbabd78d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 21 15:40:43 1993 +0000
+
+    Moved old project out and other cosmetic changes.
+
+commit 20ab4c815d0268964845832568b009dfd133bea1
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Jul 19 14:01:42 1993 +0000
+
+    Print bug fix.
+
+commit 4e62b9f3c76bfda790fdd491b77223a7bac57dc0
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jul 18 20:01:08 1993 +0000
+
+    Added VorTeX style $ matching.
+
+commit 9b4b8bd3d11734b6edc40ebf899ed42e31923ccd
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Jul 18 02:41:32 1993 +0000
+
+    typo
+
+commit 9d0f28a5c7ab3524f20be3fa7fcd72e401c7556b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Jul 17 06:27:14 1993 +0000
+
+    Added AmS TeX and AmS LaTeX support
+
+commit a7cd3dfba01f6407c4039bc6f9214686e0f0e9c9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jul 16 17:53:40 1993 +0000
+
+    Minor corrections.
+
+commit 9b4f9edd4c261e55f8cdcb96c968eccaf278694f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Jul 16 04:34:40 1993 +0000
+
+    Many small fixes.
+
+commit e322e89a68e308a52e3645f1fff4464d0948902f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 14 19:39:29 1993 +0000
+
+    Forgot lpath.el
+
+commit 2aa53dbbc6794ea58a724a7971eff5bb0bb7a5d2
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 14 19:17:00 1993 +0000
+
+    Removed references to min-map.el
+
+commit b7a9c5d2b6c78e5c47aa22ce3f41e8a267dc1620
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 14 19:16:18 1993 +0000
+
+    Bug in easymenu, better lucid emacs support.
+
+commit 55b65672b5ae0d5c758a501399cd7a501e504dc3
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 8 17:51:57 1993 +0000
+
+    dead keys did not work
+
+commit 8bfff2212e94f5e10e86cc91c88a9c300136a89c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 8 16:34:30 1993 +0000
+
+    jtex support, koba attributions
+
+commit f22541d34cfa27f2fd40696344ebdb06a15115ad
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 8 16:33:56 1993 +0000
+
+    jtex support, lucid patches
+
+commit f3fc6fd86576df89a39e4d98eeedcb599cce0d0b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 8 02:47:17 1993 +0000
+
+    Lucid dependencies.
+
+commit 839c6e258fa9005fa3d916a5b889ea9198002307
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 8 02:21:56 1993 +0000
+
+    Changed defaults for distribution.
+
+commit 3ee8d4caa55814e8126fef35d8d3a725ff5177a5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 8 02:18:40 1993 +0000
+
+    Minor fixes, and let tex run even in presence of errors.
+
+commit 80a0ec59c8012b7bbad21d787170203e094e3405
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Jul 8 02:17:59 1993 +0000
+
+    Removed menu support from min-out.el.
+
+commit e2a2cef4e175e6e9f3662ceb7934caa2783240d0
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Jul 7 00:41:49 1993 +0000
+
+    First v. 7.2 release
+
+commit 82c5e33408f35d47eb7aedcbeab7ef8772503a58
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat May 29 03:00:46 1993 +0000
+
+    Emacs 19.9 default and fix to PROBLEMS.
+
+commit 52d9eacba8df073cc5ae0eeb30c858523f683f8f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri May 28 23:14:24 1993 +0000
+
+    Removed TeX-fast, new min-bind from Inge, fixed min-key.el, and
+    some extra speed hints in PROBLEMS.
+
+commit 8525f71cc30770bd1b280e0777a4c9e26728f4f0
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri May 28 01:54:34 1993 +0000
+
+    Minor fixes
+
+commit 64656593c5e12bc6151abbb1f12f166f817435bf
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri May 28 01:53:31 1993 +0000
+
+    New minor mode support.
+    Support for GNU Emacs 19.
+
+commit 45221f811f32ef314c949defd7f01ccd69aa8d34
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Apr 21 18:13:35 1993 +0000
+
+    Credit to Handl.
+
+commit 5641c1a8552ad6bb87dfaab45d83dd49b1b74e45
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Apr 21 18:13:09 1993 +0000
+
+    Various.
+
+commit 686239dd33faf607ef3f9cad56201bf912434f5c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Apr 17 20:29:02 1993 +0000
+
+    Optional document style i Japanese.
+
+commit a47fe012c68a48ffca5d9a0cce947df9f1dd9afc
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Apr 17 04:53:23 1993 +0000
+
+    A bit more documentation.
+
+commit 60dc1a2b69cf2555bfc8a9836cac6f6934a8a606
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Apr 13 02:45:26 1993 +0000
+
+    Minor typos in the 7.1 doc.
+
+commit bd388c6c4352a6efc93035c8dfeede97c4aedda3
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Apr 12 22:47:43 1993 +0000
+
+    Added PROBLEMS for FAQ questions.
+
+commit b1851590ed53d821668b058f47d0593fa2935dff
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Apr 12 22:25:44 1993 +0000
+
+    Do not use `member'.
+
+commit d6c299e4ad3af7f2e74b8e2c607b545188649532
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Apr 12 20:33:10 1993 +0000
+
+    Small fixes.
+
+commit e3ead5769a103d5b02b352b27eeccc07413a257b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 9 22:13:15 1993 +0000
+
+    Document new features in the history section.
+
+commit 2af2449cfde892be1f4325fbd95a57e7585b1285
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 9 22:12:49 1993 +0000
+
+    Only offer to save files belonging to the document.
+
+commit b07d971775b14b3e4b594fc76378880d63992dfe
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Apr 9 20:52:57 1993 +0000
+
+    Various changes.
+
+commit 3f0e5cb760f39ab5ba47e12de2e92509d6d3aaa9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Apr 1 02:35:09 1993 +0000
+
+    FoilTeX & better default for C-c C-c
+
+commit 137368184a4f8360de04b81f3021e78ef342b8b9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Mar 31 00:58:09 1993 +0000
+
+    minor fixes
+
+commit 5ce3ba0f48d386c3fe572f7bf9f5a0a279e8de12
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 30 00:46:59 1993 +0000
+
+    new section update
+
+commit 43cde4e341aca5a67a224292f19ccfe72d95c51b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 30 00:38:49 1993 +0000
+
+    Makefile cleanup
+
+commit 1430f01849db9f1d07f0248124fa26c960b4e919
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 30 00:25:21 1993 +0000
+
+    This days net hacks.
+
+commit 882a285f10425d951ba935c29c1c7a0e4d6531d6
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Mar 28 16:03:50 1993 +0000
+
+    Forgot to mention new files in Makefile
+
+commit 6d2c3606f6a3a8a22b098cc2048170253eeace1c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Mar 28 15:41:05 1993 +0000
+
+    Japanese LaTeX error messages
+
+commit b709fd42c584a188e1c0a8afdc2febde24e9cf59
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Mar 28 13:40:03 1993 +0000
+
+    Wrong regexp for japanese latex
+
+commit d024d417dec2ef8040c40170f25ea001f1aae111
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sun Mar 28 11:53:47 1993 +0000
+
+    Japanese fixes.
+
+commit 884b13a4e01f3c059b1737769326ecf2b0d53f0a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Mar 27 22:19:46 1993 +0000
+
+    typo
+
+commit c2b2906a9f33dc42d9c77be861af8539b89593f7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Sat Mar 27 22:15:49 1993 +0000
+
+    DEMACS and Japanese TeX support
+
+commit 70932ec3ed618f1282bcdf861e88fc6cb8e17e85
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Mar 24 12:46:47 1993 +0000
+
+    Oops, my fix for the lack of minibuffer-local-ns-map did not work.
+    I'll remove all references to it instead.
+
+commit 76944d8d0bbcdfc37d8334bb49eddd95f3ced183
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 23 12:10:30 1993 +0000
+
+    typo
+
+commit b0ae504592f8137e09340574ec663e196a053ede
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 23 11:47:51 1993 +0000
+
+    Changed paths to `generic'
+
+commit 6e268e3b3ca90de3d7d891f1d99cb0aee4fca480
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 23 11:40:33 1993 +0000
+
+    Last changes before 7.0?
+
+commit 08dd6f152bab2dca0ade59ef24916593b29aae96
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Mar 19 00:24:34 1993 +0000
+
+    This days bug fixes.
+
+commit 03b4d1af8cb7d2dbb3829b88c4450f89daf65001
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Mar 18 08:45:41 1993 +0000
+
+    fixed minor map bugs, and made better use of the facilities
+
+commit ffa4e5e1a2349b5676c864123eecb776da0963dd
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Mar 18 06:40:32 1993 +0000
+
+    bytecompile under Lucid
+
+commit 00df3eb8e4b5487f1f3ce0b9d290359c38bc79e3
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Mar 18 06:23:31 1993 +0000
+
+    Added support for cleaning up when changing major mode.
+
+commit 2462b15f59b977b31c09ac32295d824b52901090
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Mar 18 06:06:02 1993 +0000
+
+    Warning about Lucid and EMACSLOADPATH.
+
+commit 28af68743cf4b94392986a3478507c98d7a84d7f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Mar 18 06:02:17 1993 +0000
+
+    Bug fix in slitex.el
+    Support for all macros and environments in latex.el
+
+commit 87a963d2c2add4f5133c35272c635ede8a7d37a5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Mar 18 06:01:24 1993 +0000
+
+    Support for LaTeX verb macro
+
+commit e21d4f011be273595f15caa6ae5ae29821ec022b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Thu Mar 18 06:00:55 1993 +0000
+
+    Small bugs
+    Support for LaTeX verb macro
+
+commit d3ea05dc11cc20b48df7a33ed5e0ed8f0fcbe89f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Mar 17 23:01:07 1993 +0000
+
+    Use gzip instead of compress
+
+commit ba35f3f0c5b08d19740c50e4bc681ca39dd6499b
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Mar 17 22:26:24 1993 +0000
+
+    More doc bugs
+
+commit b0ccd9c5d5a97f7000f9f40ed4f64e0f44ed6b7e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Mar 17 22:24:33 1993 +0000
+
+    Fixed doc errors.
+
+commit 7ef119a42b5274bc2ebf7574912f1c2cc5e43564
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Mar 17 22:11:50 1993 +0000
+
+    Some fixes to minor maps, installation, and documentation.
+    Made it easier do add special support for certain printers.
+
+commit cba837195dcab0667090d81dd677427771c8bbb4
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 16 02:28:12 1993 +0000
+
+    Broken reference
+
+commit 7966b3f59af67819d779be0d2f6913d0afa6238f
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 16 02:24:29 1993 +0000
+
+    Russian docs.
+
+commit c91d8cf483954fb4219dbae7c59a31435f46dbec
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Mar 16 01:49:40 1993 +0000
+
+    Add Russian table to min-key.el.
+    
+    Help for having default printer == none.
+    
+    Some better INSTALL documentation because of alpha tester response.
+
+commit 08b97a4884f09eac2268d88848790f8129c6f49c
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 15 20:01:34 1993 +0000
+
+    Auto install problems
+
+commit 7645677213261df8b195850dc2faa939a2b1b41d
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 15 19:08:22 1993 +0000
+
+    Fixed installation errors.
+
+commit 5bb2ed777eac97c8c7cbcb346e68673f444b3756
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 15 18:13:00 1993 +0000
+
+    Added support for separate style files and lots of other stuff.
+    This is the style files.
+
+commit 346de4a89a03ded0c048033ed9e900df9e37aff9
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 15 18:12:23 1993 +0000
+
+    Added support for separate style files and lots of other stuff.
+    And updated the docs.
+
+commit 48d0c1cbe87c5a72700f5ad37aa79b62c1b628b7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Mar 15 18:11:35 1993 +0000
+
+    Added support for separate style files and lots of other stuff.
+
+commit f7ebaa940a07b1bbf79e00acc30daf3784bb90c2
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Feb 17 07:17:25 1993 +0000
+
+    Added new minor mode files.
+
+commit 302909e1e0e42a78d227029824436b086d2fc48a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Feb 17 07:13:28 1993 +0000
+
+    Feedback from alpha sneak preview
+
+commit 25d2820c5202fd26bd879eac2bfe675bb5707831
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Feb 16 05:42:56 1993 +0000
+
+    Untabify
+
+commit 6b8a64b42248225e263422d3586001e692c0663e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Feb 16 05:37:15 1993 +0000
+
+    Added a -f to a rm.
+
+commit 3509e130c184c556a9d0b195d37e379754b0313e
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Tue Feb 16 04:09:42 1993 +0000
+
+    Major changes for version 7.0.
+
+commit 3b5909ae50c5d6286c51a0d6299cf42a558ec5a9
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Sun Nov 22 09:23:28 1992 +0000
+
+    *** empty log message ***
+
+commit cc9c24cca1667d77752257decacebb55d09b4808
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Nov 16 17:50:51 1992 +0000
+
+    Rewrote ltx-sec.el to be based on hooks.  Some reformating and moving
+    information around.  Doc updated to reflect this.
+
+commit 69d993f62a8bd3417af1635992e328c960763bb5
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Mon Nov 16 17:50:23 1992 +0000
+
+    Rewrote ltx-sec.el to be based on hooks.  Some reformating and moving
+    information around.
+
+commit c510a2dcbc2b3600cc881558f1d1ef3b3a746caa
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Sep 16 12:46:05 1992 +0000
+
+    cvs export does not work.  Use cvs checkout instead.
+
+commit bfdc72ff39fa8e1bcc26a6b576fb478956283c93
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Sep 16 12:21:25 1992 +0000
+
+    Spelling error.
+
+commit 70d4afbd3d12b3daf955cdc148725bd8cb262c58
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Sep 16 12:14:58 1992 +0000
+
+    Ready for 6.1b.
+
+commit 1a1a80c4449fccc3ab79fde9f70bc4b346e06dc7
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Wed Sep 9 20:56:06 1992 +0000
+
+    Ready for 6.1 alpha.  See the README for detailt
+
+commit 256de5c4ea8de9508ae3643ddb5c8efd51f5048a
+Author: Per Abrahamsen <abraham@dina.kvl.dk>
+Date:   Fri Sep 4 13:28:46 1992 +0000
+
+    Fixed max-point bug in TeX-region
+
+commit ef8861a42f304334e1bb62996c4fdb3867779345
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jul 27 23:07:48 1992 +0000
+
+    Sorry folkes, I forgot this one...
+
+commit 1e133ef5b7979a102eb052a4de03f94072874840
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Jul 22 19:30:29 1992 +0000
+
+    Final fine tunings for release 6
+
+commit 1fffc0e662ec6e303d23bb2ac3f17a62db6edfd3
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Jul 22 17:54:11 1992 +0000
+
+    MOved outline-minor-mode to C-c C-o
+
+commit b12ab5f3bd7b34670bbafdff3a41b6616fedef3f
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Jul 22 17:53:52 1992 +0000
+
+    Added version system
+
+commit 16e5621b4b640b022cc9e5e68c40bdc83b153f2c
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Jul 22 14:04:32 1992 +0000
+
+    gr...
+
+commit 7e6d0b5e0cd03822562796a4730993f0a08d54b9
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Jul 22 13:45:44 1992 +0000
+
+    duppelitut!
+
+commit 7aac72c5f0b165c76e7d7f731fcbf315ec6a95e3
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Jul 22 13:06:40 1992 +0000
+
+    Updated docs
+
+commit bedd46ea5e1f1fc13883ddd87c18f26e2a10d6cf
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Jul 22 13:06:20 1992 +0000
+
+    *** empty log message ***
+
+commit 8d4959171e1c8f6df750a61af295f7c27c07b9e8
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Jul 22 12:25:59 1992 +0000
+
+    Added lacheck.  Removed idetex.
+
+commit 663d74d47b701e92783ab743be251fac95cb8796
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Jul 22 12:24:34 1992 +0000
+
+    Just some neat changes
+
+commit f130deda912626f61365f1b6f66930bbd0dd92d0
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Fri Jun 12 19:14:25 1992 +0000
+
+    New much better format-paragraph.
+
+commit 87d90fe83c6cff3b8d849f52301fca5db22f4db1
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Apr 30 03:39:42 1992 +0000
+
+    Incorporated bugfixes from Denys.
+
+commit 836ca430f8499a4c60ea3324810845aec6e032ee
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Tue Mar 31 03:19:16 1992 +0000
+
+    Tja...
+
+commit 3b8256b1732ad18726a1fffa0051fc09369c1d99
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Tue Mar 31 03:07:35 1992 +0000
+
+    Changed Makefile (inserted some spaces....)
+
+commit 0e18bdc50bab3001a4af6d3ca4e9aa446e87f495
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Mar 23 23:20:26 1992 +0000
+
+    *** empty log message ***
+
+commit e0ec8d64ca5f3cf654cd47bd1abc40ce710d18b7
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Mar 19 13:35:07 1992 +0000
+
+    *** empty log message ***
+
+commit 91498952d402f7ac8b0bc9a4048b13dba83e7d43
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Mar 19 13:29:58 1992 +0000
+
+    *** empty log message ***
+
+commit 9c5039c5a8161a395e9fb141bafcbda50dadc7b6
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Mar 19 12:18:34 1992 +0000
+
+    Incorporated help extentions
+
+commit 4747155b7f020fb2b48ac3d1bfe01751254762fd
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Mar 18 20:04:16 1992 +0000
+
+    Incorporated changes for the next running Bash
+
+commit 9e19fb8471be6c2e3d72aca3f3cf6c03d17ab21e
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Mar 18 19:04:13 1992 +0000
+
+    *** empty log message ***
+
+commit c4ab15b866cb13905f5b1ea867fa141724fc198f
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Mar 18 18:59:22 1992 +0000
+
+    *** empty log message ***
+
+commit 1654ebaa40ab1be2dfc1b31af8d30e1e74d291b0
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Mar 18 18:47:50 1992 +0000
+
+    *** empty log message ***
+
+commit 5c59f91a5e8c9595892adb071298b33e119ceae8
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Mar 18 18:08:36 1992 +0000
+
+    *** empty log message ***
+
+commit 8c4b1508763c324f9b61182aa22375d47eaa337f
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Mar 18 17:34:34 1992 +0000
+
+    Major cleanup of names, etc
+
+commit ba48b9994ccaa2a3db21d292f9816495864feea9
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Mar 12 22:56:28 1992 +0000
+
+    Applied last month bugfixes from the net...
+
+commit f086c99c94b516a850bca9bc9f0262340119926a
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Mar 12 22:11:28 1992 +0000
+
+    Setup for cvs
+
+commit 28a3719269d1629af5c90bf539134de4e8517f6e
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Tue Jan 28 14:38:19 1992 +0000
+
+    added sven's patch, which fixes TeX-preview
+
+commit b9b4246ed68e6800c311a0741898939a373baf6a
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jan 27 16:19:45 1992 +0000
+
+    *** empty log message ***
+
+commit 5fd5b7fa4dc1de497a7fa868800c1d254d30e7ee
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jan 27 16:17:09 1992 +0000
+
+    .
+
+commit 413f7ea0b6f7f6fe0a300ae319552f816a7f9e0e
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jan 27 16:13:54 1992 +0000
+
+    .
+
+commit 4379edfdcf575314e58d18f5ea169e19845b980d
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jan 27 16:12:11 1992 +0000
+
+    *** empty log message ***
+
+commit 71049788a6a85d3a6d8b615f72d3d486af10b080
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jan 27 16:11:54 1992 +0000
+
+    *** empty log message ***
+
+commit 20e13d4d99bdd50f4cb85a27865cff584b7f5362
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jan 27 16:11:47 1992 +0000
+
+    *** empty log message ***
+
+commit 0eba68b2e3bc1f4d10764520b35286438b36e2a9
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jan 27 16:10:45 1992 +0000
+
+    *** empty log message ***
+
+commit 41b4bba2be5710923012a2ff257938fa9d93344a
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jan 27 15:48:21 1992 +0000
+
+    .
+
+commit 9167d8b1b765df4997ee1d8772ad96795afb9fb9
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jan 27 15:47:08 1992 +0000
+
+    *** empty log message ***
+
+commit b3c8ac633bb5b9bd468d7958d9453784d3914987
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jan 27 13:57:21 1992 +0000
+
+    *** empty log message ***
+
+commit 9de8c909a8f1c17686a297fb19e388bf5a5ec10c
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Jan 23 16:35:36 1992 +0000
+
+    .
+
+commit 0433a57ee2683c78626d03a1e27e66d8fdab36aa
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Jan 23 16:34:45 1992 +0000
+
+    *** empty log message ***
+
+commit 7892d895e8212d21f8c5e7aecadef28a1be86e8d
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Jan 23 16:32:51 1992 +0000
+
+    Initial revision
+
+commit 3ed608e366f69d7df3c51cac1678053d2099b7a4
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Jan 23 15:46:40 1992 +0000
+
+    .
+
+commit d9cfe6c0cfeb89df51917ebbbc04ad12c7e2e243
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Jan 23 15:45:48 1992 +0000
+
+    *** empty log message ***
+
+commit 946ebb20a72fc2d85bf2885ebb89d4d867420b34
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Jan 23 15:32:55 1992 +0000
+
+    .
+
+commit 592d30e0d1d4fad856f4169533e04d715340eae1
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:57:14 1991 +0000
+
+    .
+
+commit 984d8a3d2489b9983981e53648d7e34cbd521efc
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:57:13 1991 +0000
+
+    .
+
+commit c2f6956db40bb215cfbd7257c0739ad6706b0046
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:55:55 1991 +0000
+
+    .
+
+commit b424f57033444a74f76c70ed0ceb965f4b21a020
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:55:30 1991 +0000
+
+    .
+
+commit 2349322d357ee171c60ad0e98a184d8678de1f2b
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:55:28 1991 +0000
+
+    *** empty log message ***
+
+commit 37d28a84fe17fe73e6b34d6415ae57054555b025
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:34:50 1991 +0000
+
+    .
+
+commit afa22bac1da51a0516798ab466ea67a9eeae4b05
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:32:21 1991 +0000
+
+    .
+
+commit 9f34aee9bf575303d6fb832ce2ec21290049f518
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:23:56 1991 +0000
+
+    *** empty log message ***
+
+commit 02cc2b5ac0f11cc8c51376b3b905d92fa6af112b
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:21:33 1991 +0000
+
+    .
+
+commit d51887f541f8057e74c0d9406e440650b6f3c217
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:21:15 1991 +0000
+
+    *** empty log message ***
+
+commit df15f2238d44082aaa06ffbabc16c311e72fcb5b
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 17:16:49 1991 +0000
+
+    *** empty log message ***
+
+commit 8bb44e384399a2a7c6d8033669ee16d773b76a11
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 16:54:57 1991 +0000
+
+    *** empty log message ***
+
+commit d4119cdb07608b4821e3deb6ba6d300676a0e8d0
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 16:54:56 1991 +0000
+
+    y
+
+commit 46ee7cd1cfd0ea47338b09eb9a9945f213463332
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 16:54:55 1991 +0000
+
+    Initial revision
+
+commit ac4e357f9fff5c24ebe745bd1d6ee1326bc2c086
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Dec 9 09:15:16 1991 +0000
+
+    Fixed LaTeX-style-options
+
+commit fa1c58b01c77bbc7344b89c8d6df559108bd1647
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Sat Dec 7 23:43:03 1991 +0000
+
+    *** empty log message ***
+
+commit f7b88affb6ac6c7d4ca99823d9adacdd45046dd5
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Sat Dec 7 15:24:43 1991 +0000
+
+    fixed a few backslashes
+
+commit 2045b23c07d311935f02b85fccc7176ee6a5a14c
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Sat Dec 7 14:08:59 1991 +0000
+
+    .
+
+commit 5a5906a815f39e7cc2b248581c5aede0f140f78b
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Wed Sep 4 20:33:46 1991 +0000
+
+    ...
+
+commit 90a8ead2da92bc4f4d866b7549893fc0d78650d8
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Sun Sep 1 13:43:19 1991 +0000
+
+    dummy
+
+commit aae41be0409e25ffb6c103e391373ba039e7e465
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Fri Jun 14 04:51:37 1991 +0000
+
+    Test log in....
+
+commit 2bd33f3fc3edd97466a946666160fa61b52e800e
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Jun 13 18:34:37 1991 +0000
+
+    Fixed outline regexp and credits.
+
+commit 8495e51927f8b070bce5d4be110b194eaa715067
+Author: kurt <kurt>
+Date:   Thu Jun 13 18:28:58 1991 +0000
+
+    Fixed bug in Outline regexp.
+
+commit c0aa6bdf282e919280bca48af83a4ac74f2db847
+Author: kurt <kurt>
+Date:   Tue Jun 11 18:00:13 1991 +0000
+
+    Dette her er bare en dum test
+
+commit 3e2b85b76b549fda0a175ec7a5e8369f89fd5048
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jun 10 01:02:05 1991 +0000
+
+    yes
+
+commit e895d745ac1d373a918a4d43e1fe4edff83b1490
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jun 10 00:46:41 1991 +0000
+
+    .
+
+commit bcc9ad81ee1278cf3e1158db457af77840bf05b8
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jun 10 00:45:51 1991 +0000
+
+    *** empty log message ***
+
+commit e46792bbff97caeb6ef4d9098d98b6a0f3f48ea5
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jun 10 00:42:58 1991 +0000
+
+    *** empty log message ***
+
+commit d6b48c7332fbfcfd62231c3dd5dd64f716559661
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jun 10 00:26:38 1991 +0000
+
+    Initial revision
+
+commit f4ed7c76337797a52794a045811440f698ee0529
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jun 10 00:22:12 1991 +0000
+
+    Fixed up the format functions...
+
+commit 0424096b5f498075154365d233ecabc71f77a0f9
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Sun Jun 9 16:40:14 1991 +0000
+
+    fixed bug in TeX-insert-quote
+
+commit 00588e8821ce6193ad30e59d78701c1f593b3ae9
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Sat Jun 8 20:19:30 1991 +0000
+
+    *** empty log message ***
+
+commit 48d8b2ce7115bdc4696a2972340a1641ffee36dc
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Thu Jun 6 21:53:06 1991 +0000
+
+    .
+
+commit a8dce9a7f943da150d94f7287823782ed62f894e
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jun 3 06:17:32 1991 +0000
+
+    .
+
+commit 8012b196a8d9d27763c2eb5a493291f11db79435
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Mon Jun 3 06:15:06 1991 +0000
+
+    added format functions
+
+commit bb956746a46402dd55018e7e3ac1211efc8ff012
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Sun Jun 2 15:11:26 1991 +0000
+
+    .
+
+commit 6d75d192e5619343a04c3f952896470241c51d35
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Sun Jun 2 14:30:49 1991 +0000
+
+    ficed LaTeX-indent-line
+
+commit 2a266ee1b350db04088bd08f44b39ade2f36fa6c
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Sat Jun 1 18:59:27 1991 +0000
+
+    *** empty log message ***
+
+commit eace3c5fb635b3032e40c07b8f204b55f47dacf8
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Fri May 31 22:01:01 1991 +0000
+
+    *** empty log message ***
+
+commit 5469845e2b3d43b25c6bbebe87cf7f3013924a26
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Fri May 31 07:08:28 1991 +0000
+
+    test
+
+commit 7896dc0553085a87a2668e40a549133d8c0072a2
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Fri May 31 05:22:55 1991 +0000
+
+    *** empty log message ***
+
+commit 2e527047569bec35ec9789a8604c467e20c3a1da
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Fri May 31 03:44:09 1991 +0000
+
+    *** empty log message ***
+
+commit c865982cacab289f4480f9145b3438ec06824232
+Author: Kresten Krab Thorup <krab@trifork.com>
+Date:   Fri May 31 03:40:25 1991 +0000
+
+    Initial revision
diff --git a/xemacs-packages/auctex/ChangeLog.d/ChangeLog.auctex b/xemacs-packages/auctex/ChangeLog.d/ChangeLog.auctex
deleted file mode 100644 (file)
index 6a6599e..0000000
+++ /dev/null
@@ -1,16487 +0,0 @@
-2014-10-29  Mosè Giordano  <mose@gnu.org>
-
-       * Version 11.88 released.
-
-2014-10-29  Matthew Leach  <matthew@mattleach.net>
-
-       * latex.el (LaTeX-indent-environment-list): Remove setter
-       lambda.
-       (LaTeX--tabular-like-end): Remove variable.
-       (LaTeX-indent-tabular): Move setter function from
-       LaTeX-indent-environment-list to generate tabular-end regex when
-       called.
-
-2014-10-29  Mosè Giordano  <mose@gnu.org>
-
-       * latex.el (LaTeX-largest-level-set): Set `outline-heading-alist'
-       only if it is bound.
-
-       * .gitignore: Ignore preview/preview.el.
-
-       * Makefile.in (DISTCLEANFILES): Add preview/preview.el.
-       (release-commit): Write new version announcement also into
-       preview/ChangeLog.
-
-       * aclocal.m4: Add a third argument to
-       `AC_DATE_VERSION_FROM_CHANGELOG' specifying the ChangeLog file.
-
-       * configure.ac: Use new third argument of
-       `AC_DATE_VERSION_FROM_CHANGELOG'.  Retrieve preview date and
-       version from its ChangeLog.  Add preview/preview.el to output
-       files.
-
-2014-10-22  Mosè Giordano  <mose@gnu.org>
-
-       * RELEASE: Update AUCTeX version, the new features section, and
-       the list of contributors.
-
-       * configure.ac: Update AUCTeX version.
-
-       * doc/changes.texi: Mention generic bug fixes for 11.88 release.
-
-       * doc/tex-ref.tex: Update AUCTeX version and copyright years
-       across the file.
-       Add now working `TeX-previous-error' key-binding.
-
-       * tex.el: Update copyright year.
-
-       * doc/Makefile.in: Make it possible to build the HTML doc with
-       `makeinfo' if `texi2html' is not available.  Add new
-       `TEXI2HTML_TOC' variable.
-       (extradist): Use `TEXI2HTML_TOC'.
-       (html/$(TEXI2HTML_TOC)): Use `TEXI2HTML_TOC'.  Fix splitting
-       option to HTML engine.  Suggested by Norbert Preining.
-
-       * latex.el (LaTeX-newline): Fix for when
-       `comment-auto-fill-only-comments' is non-nil.  Suggested by Piet
-       van Oostrum.
-
-2014-10-13  Matthew Leach  <matthew@mattleach.net>
-
-       * style/cleveref.el: New file.
-
-2014-10-02  Ikumi Keita  <ikumi@ikumi.que.jp>
-
-       * tex.el (featurep): Activate mark in the GNU Emacs version of
-       TeX-activate-mark instead of being a no-op.
-       (TeX-insert-dollar): Use set-mark instead of push-mark in order to
-       avoid duplicate marks.
-
-2014-10-02  Ikumi Keita  <ikumi@ikumi.que.jp>
-
-       * texmathp.el (texmathp-tex-commands-default): Move equation*
-       environment to AMS-LaTeX section.
-       (texmathp-why): Fix docstring.
-
-2014-10-02  Ikumi Keita  <ikumi@ikumi.que.jp>
-
-       * style/amstext.el (LaTeX-amstext-package-options): Rename from
-       `LaTeX-amstext-package-option'.
-
-2014-10-02  Ikumi Keita  <ikumi@ikumi.que.jp>
-
-       * tex-info.el (Texinfo-mark-environment, Texinfo-mark-section)
-       (Texinfo-mark-node): Use `push-mark' instead of `set-mark'.
-
-       * latex.el (LaTeX-mark-environment): Ditto.
-
-       * context.el (ConTeXt-mark-environment): Ditto.
-
-2014-09-25  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (LaTeX-insert-environment): Pass correct \end buffer
-       position to hooks in LaTeX-after-insert-env-hooks.
-
-2014-09-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
-
-       * latex.el (LaTeX-dialect): Correct doctstring for consistency
-       with definition of function TeX-add-style-hook.
-
-       * doc/auctex.texi (Simple Style): modify example with
-       'TeX-add-style-hook', so that 3rd argument is added. Modify @defun
-       of 'TeX-add-style-hook' also to document addition of 3rd argument.
-
-2014-09-11  Vincent Belaïche  <vincent.b.1@hotmail.fr>
-
-       * doc/changes.texi: Add information about style hook labelling by dialect.
-
-       * doc/todo.texi (Bugs): Update Bug #1 about style hook clash.
-
-       * style/xspace.el ("xspace"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/xparse.el ("xparse"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/virtex.el ("virtex"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/verbatim.el ("verbatim"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/varioref.el ("varioref"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/url.el ("url"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/units.el ("units"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/unicode-math.el ("unicode-math"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/ulem.el ("ulem"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/tabulary.el ("tabulary"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/tabularx.el ("tabularx"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/swedish.el ("swedish"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/subfigure.el ("subfigure"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/slovak.el ("slovak"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/slides.el ("slides"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/siunitx.el ("siunitx"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/shortvrb.el ("shortvrb"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/setspace.el ("setspace"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/scrreprt.el ("scrreprt"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/scrpage2.el ("scrpage2"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/scrlttr2.el ("scrlttr2"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/scrbook.el ("scrbook"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/scrbase.el ("scrbase"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/scrartcl.el ("scrartcl"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/ruby.el ("ruby"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/report.el ("report"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/ragged2e.el ("ragged2e"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/pstricks.el ("pstricks"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/pst-slpe.el ("pst-slpe"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/pst-plot.el ("pst-plot"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/pst-node.el ("pst-node"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/pst-grad.el ("pst-grad"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/psfig.el ("psfig"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/prosper.el ("prosper"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/polski.el ("polski"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/polish.el ("polish"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/plhb.el ("plhb"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/plfonts.el ("plfonts"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/plext.el ("plext"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/placeins.el ("placeins"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/pdfsync.el ("pdfsync"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/paralist.el ("paralist"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/nomencl.el ("nomencl"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/nicefrac.el ("nicefrac"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/ngerman.el ("ngerman"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/naustrian.el ("naustrian"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/natbib.el ("natbib"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/nameref.el ("nameref"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/multirow.el ("multirow"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/multind.el ("multind"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/multido.el ("multido"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/multicol.el ("multicol"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/mflogo.el ("mflogo"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/metalogo.el ("metalogo"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/memoir.el ("memoir"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/mdwlist.el ("mdwlist"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/mathtools.el ("mathtools"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/makeidx.el ("makeidx"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/luacode.el ("luacode"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/ltxdoc.el ("ltxdoc"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/ltx-base.el ("ltx-base"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/lscape.el ("lscape"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/longtable.el ("longtable"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/listings.el ("listings"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/lipsum.el ("lipsum"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/lettrine.el ("lettrine"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/letter.el ("letter"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/latexinfo.el ("latexinfo"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/kpfonts.el ("kpfonts"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/kantlipsum.el ("kantlipsum"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/jurabib.el ("jurabib"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/jura.el ("jura"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/jsbook.el ("jsbook"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/jsarticle.el ("jsarticle"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/jreport.el ("jreport"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/jbook.el ("jbook"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/jarticle.el ("jarticle"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/j-report.el ("j-report"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/j-book.el ("j-book"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/j-article.el ("j-article"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/italian.el ("italian"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/inputenc.el ("inputenc"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/index.el ("index"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/imakeidx.el ("imakeidx"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/icelandic.el ("icelandic"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/hyperref.el ("hyperref"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/harvard.el ("harvard"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/graphicx.el ("graphicx"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/graphics.el ("graphics"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/german.el ("german"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/frenchb.el ("frenchb"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/french.el ("french"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/francais.el ("francais"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/footmisc.el ("footmisc"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/fontspec.el ("fontspec"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/foils.el ("foils"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/flashcards.el ("flashcards"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/filecontents.el ("filecontents"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/fancyvrb.el ("fancyvrb"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/fancyref.el ("fancyref"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/fancynum.el ("fancynum"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/fancyhdr.el ("fancyhdr"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/exercise.el ("exercise"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/everysel.el ("everysel"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/epsf.el ("epsf"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/epigraph.el ("epigraph"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/english.el ("english"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/emp.el ("emp"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/dutch.el ("dutch"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/doc.el ("doc"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/dk.el ("dk"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/dinbrief.el ("dinbrief"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/danish.el ("danish"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/czech.el ("czech"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/csquotes.el ("csquotes"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/comment.el ("comment"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/captcont.el ("captcont"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/bulgarian.el ("bulgarian"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/booktabs.el ("booktabs"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/book.el ("book"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/bm.el ("bm"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/bigstrut.el ("bigstrut"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/bigdelim.el ("bigdelim"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/biblatex.el ("biblatex"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/beamer.el ("beamer"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/babel.el ("babel"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/austrian.el ("austrian"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/article.el ("article"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/array.el ("array"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/amsthm.el ("amsthm"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/amstext.el ("amstext"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/amstex.el ("amstex"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/amssymb.el ("amssymb"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/amsopn.el ("amsopn"): Add LaTeX-dialect to
-       TeX-add-style-hook call. Update header with correct filename.
-
-       * style/amsmath.el ("amsmath"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/amsbsy.el ("amsbsy"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/amsbook.el ("amsbook"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/amsart.el ("amsart"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/alphanum.el ("alphanum"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/alltt.el ("alltt"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/afterpage.el ("afterpage"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/acronym.el ("acronym"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/acro.el ("acro"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/MinionPro.el ("MinionPro"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/CJKutf8.el ("CJKutf8"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * style/CJK.el ("CJK"): Add LaTeX-dialect to TeX-add-style-hook call.
-
-       * bib-cite.el (eval-after-load "bibtex"): Add hook
-       TeX-bibtex-set-BibTeX-dialect to BibTex mode, this will set
-       'TeX-style-hook-dialect' to :bibtex for BibTeX files so that
-       Mosè's problem should be solved.
-
-       * latex.el (LaTeX-common-initialization): set
-       'TeX-style-hook-dialect' to :latex for LaTeX files, and those in
-       LaTeX derived modes. Add LaTeX-dialect as DIALECT argument to all
-       calls of TeX-add-style-hook.
-
-       * tex.el (TeX-style-hook-list): Update docstring to make clear
-       that style hooks can also be in the form '[TeX-style-hook HOOK-FUN
-       DIALECT-SET]'.
-       (TeX-bibtex-set-BibTeX-dialect): New defun.
-       (TeX-style-hook-dialect-weight-alist): New defconst.
-       (TeX-shdex-eval): New defun.
-       (TeX-shdex-or TeX-shdex-and TeX-shdex-nor TeX-shdex-not)
-       (TeX-shdex-in-p TeX-shdex-listify): New defsubst.
-       (TeX-style-hook-dialect): New defvar, used to have style hooks
-       called only in corresponding context.
-       (TeX-add-style-hook): Add optional argument context for marking
-       hooks that must run only in non default (aka nil) dialect.
-       (TeX-keep-hooks-in-dialect): New defun, used for unloading only
-       those hooks in a dialect list.
-       (TeX-unload-style): Add optional argument context-list for
-       unloading only those hooks marked for contexts in that
-       context-list.
-       (TeX-run-style-hooks): Run style hook only when current style hook
-       context matches context for which hook is marked.
-
-       * tex-info.el (Texinfo-environment-list): Add 'html' and 'float'
-       environments.
-       (TeX-texinfo-mode): set 'TeX-style-hook-dialect' to :texinfo for
-       Texinfo files. Add macro '@caption'.
-
-2014-09-08  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-assoc-string): Remove docstring from defalias since
-       that's not supported with XEmacs.
-
-2014-08-25  Florent Rougon  <f.rougon@free.fr>  (tiny change)
-
-       * tex-buf.el (TeX-command-expand): Fix possible endless loop in
-       file name expansion.
-
-2014-08-24  Mosè Giordano  <mose@gnu.org>
-
-       * tests/tex/command-expansion.el: New test file.
-
-2014-08-24  Florent Rougon  <f.rougon@free.fr>  (tiny change)
-
-       * tex.el (TeX-expand-list): Add the previous position to the
-       lenght of the expanded string to get the current position in the
-       %' expander.
-
-2014-08-18  Vincent Belaïche  <vincent.b.1@hotmail.fr>
-
-       * font-latex.el (font-latex-add-quotes): Code optimization: use
-       '(add-to-list (make-local-variable (quote foo)) some-value)'
-       instead of '(make-local-variable (quote foo)) (add-to-list 'foo
-       some-value)' wherever possible.
-
-       * bib-cite.el (bib-cite-minor-mode)
-       (bib-cite-setup-highlight-mouse-keymap): Code optimization: use
-       '(set (make-local-variable (quote foo)) some-value)' instead of
-       '(make-local-variable (quote foo)) (setq foo some-value)' wherever
-       possible.
-
-       * latex.el (BibTeX-auto-store)
-       (LaTeX-common-initialization): Ditto.
-
-       * tex-info.el (TeX-texinfo-mode): Code optimization: use '(set
-       (make-local-variable (quote foo)) some-value)' instead of
-       '(make-local-variable (quote foo)) (setq foo some-value)' wherever
-       possible. Add in style Texinfo standard macros '@acronym' and
-       '@tie'.
-
-       * tex.el (TeX-assoc-string) new defalias to work-around missing
-       assoc-string in XEmacs.
-       (TeX-unload-style): Code optimization: use 'TeX-assoc-string'
-       instead of 'assoc' to search style in 'TeX-style-hook-list', and
-       use delq on returned value of assoc-string for removing the style
-       --- on the one hand delq will go through the whole list rather
-       than stop after the first match like in original code, but on the
-       other hand comparison are faster because eq instead of equal is
-       used and we are working on assoc cell rather than on key, so less
-       indirection, furthermore delq is C code. Anyway that make the code
-       much smaller and easier to understand.
-       (TeX-file-extensions): Add txi amongst extension of texinfo files,
-       for consistency with info node '(texinfo) Minimum'
-       (TeX-run-style-hooks): Code optimization: use 'TeX-assoc-string'
-       instead of 'assoc' to search style in 'TeX-style-hook-list'.
-       (VirTeX-common-initialization): Code optimization: use '(set
-       (make-local-variable (quote foo)) some-value)' instead of
-       '(make-local-variable (quote foo)) (setq foo some-value)' wherever
-       possible.
-
-2014-08-18  Tassilo Horn  <tsdh@gnu.org>
-
-       * font-latex.el (font-latex-set-syntactic-keywords): Allow for a
-       mandatory argument for a verbatim environment.
-
-2014-08-15  Vladimir Lomov  <lomov.vl@gmail.com>
-
-       * style/mathtools.el ("mathtools"): Don't use the removed
-       `LaTeX-amsmath-env-aligned' function.
-
-2014-08-14  Mosè Giordano  <mose@gnu.org>
-
-       * latex.el (LaTeX-insert-label): Remove.
-       (LaTeX-label): Add a new mandatory argument.  Do not use
-       `LaTeX-insert-label'.  Determine the prefix at the beginning of
-       the function and insert the label only if the prefix is non nil.
-       (LaTeX-section-label, LaTeX-env-figure, LaTeX-env-label): Use the
-       second mandatory argument of `LaTeX-label'.
-
-       * style/amsmath.el: Update copyright years.
-       ("amsmath"): Append the environments to `LaTeX-label-alist'
-       instead of prepeding them.  Use the second mandatory argument of
-       the `LaTeX-label' function.
-
-       * style/longtable.el: Update copyright years.
-       ("longtable"): Move addition of "longtable" environment to
-       `LaTeX-label-alist' inside the style hook.  Append the environment
-       to the alist instead of prepending it.  Use the second mandatory
-       argument of the `LaTeX-label' function.
-
-       * doc/auctex.texi (Sectioning, Environments): Remove references to
-       `LaTeX-insert-label'.
-       (Environments): Document `LaTeX-label-alist'.
-
-       * doc/changes.texi: Remove references to `LaTeX-insert-label'.
-
-2014-08-12  Mosè Giordano  <mose@gnu.org>
-
-       * latex.el (LaTeX-insert-label): Rename from
-       `LaTeX-auto-insert-label' and mention sections in the doc-string.
-       (LaTeX-label): Update accordingly.
-
-       * doc/auctex.texi (Sectioning): Mention `LaTeX-insert-label'.
-       (Environments): Update `LaTeX-insert-label' name and document use
-       for sectioning commands.
-       (Environments, Completion): Prettify
-       `TeX-complete-expert-commands' documentation by using a table
-       environment.
-
-       * doc/changes.texi: Rename `LaTeX-auto-insert-label' to
-       `LaTeX-insert-label' and mention sections too.
-
-2014-08-11  Mosè Giordano  <mose@gnu.org>
-
-       * tex-buf.el (TeX-command): Keep the frame and the buffer
-       associate to the error overview if the command to be run is View.
-
-       * latex.el (LaTeX-auto-insert-label): New customizable variable.
-       (LaTeX-label): Use it.
-
-       * doc/auctex.texi (Environments): Document
-       `LaTeX-auto-insert-label'.
-
-       * doc/changes.texi: Mention `LaTeX-auto-insert-label'.  Fix a
-       couple of bad-boxes in the PDF output of the manual.
-
-2014-07-25  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (LaTeX-largest-level-set): Adapt
-       `outline-heading-alist' according to largest level in order to
-       make `outline-promote' (and others) work correctly.
-
-2014-07-25  Mosè Giordano  <mose@gnu.org>
-
-       * doc/auctex.texi (Adding Macros): Document `TeX-date-format'.
-
-       * doc/changes.texi: Mention `TeX-date-format'.
-
-       * latex.el (TeX-date-format): New customizable option.
-       Suggested by Uwe Brauer.
-       (TeX-arg-date): Use it.
-
-2014-07-17  Mosè Giordano  <mose@gnu.org>
-
-       * Makefile.in: Update copyright years.
-       (EXCLUDEDFILES): Rename from GITFILES.  Remove also .cvsignore and
-       tests from the release tarball.
-       (release-commit): More precise suggestion to push tag and release
-       commit.
-       (tar-ball): Use EXCLUDEDFILES in place of GITFILES.
-
-2014-07-15  Ikumi Keita  <ikumi@ikumi.que.jp>
-
-       * latex.el: Enhance array and tabular(*) environments support.
-       (LaTeX-env-array): Add call to `LaTeX-item-array'.
-       (LaTeX-env-tabular*): Add call to `LaTeX-item-tabular*'.
-       (LaTeX-array-skipping-regexp): New variable.
-       (LaTeX-tabular*-skipping-regexp): Ditto.
-       (LaTeX-item-array): New function.  Put line break macro on the
-       last line and insert suitable number of ampersands.
-       (LaTeX-item-tabular*): Ditto.
-       (LaTeX-insert-ampersands): New function.  Insert suitable number
-       of ampersands.
-       (LaTeX-array-column-letters): New variable.  Column letters for
-       array-like environments.
-       (LaTeX-array-count-columns): New function.  Count number of
-       ampersands to be inserted.
-       (LaTeX-common-initialization): Add entries to LaTeX-item-list to
-       use `LaTeX-item-array' and `LaTeX-item-tabular*'.
-
-       * style/amsmath.el: Enhance alignat-like environments support
-       as well as some cleanups.
-       (LaTeX-item-equation-alignat): New function.  Insert contents to
-       terminate a line in multi-line equations environment.
-       (LaTeX-amsmath-env-alignat): Use it.  Add doc string.
-       (LaTeX-amsmath-env-alignedat): Ditto.
-       (LaTeX-amsmath-env-aligned): Removed.  Just specifying a prompt
-       string for an optional argument is enough.
-       (LaTeX-item-equation): Take over the job of
-       `LaTeX-item-equations'.  Add an optional `suppress' argument:
-       when it is non-nil skip putting line break macro.  Add doc string.
-       (LaTeX-item-equations): Removed.  Its task is now covered by
-       `LaTeX-item-equation'.
-       (LaTeX-item-equation-alignat): New function.  Insert ampersands
-       according to the columns number, as well as calling
-       `LaTeX-item-equation'.
-       (LaTeX-amsmath-alignat-number-of-ampersands): New function.
-       ("amsmath"): Arrange setups of variables to adopt the above
-       changes.
-
-       * style/array.el ("array"): Change `LaTeX-array-column-letters'
-       locally to include addtional letters extended in array.sty.
-
-       * style/plext.el: New style file.  Add support for extended
-       format for array-like environments.
-
-       * Makefile.in (STYLESRC): Include style/plext.el.
-
-       * doc/auctex.texi: Add documentation for the above enhancements.
-
-       * doc/changes.texi: Ditto.
-
-2014-07-14  Mosè Giordano  <mose@gnu.org>
-
-       * tex-buf.el (TeX-next-error): Do not pass `reparse' argument to
-       `next-error' in XEmacs as it is not supported.
-       (TeX-error-overview-frame, TeX-error-overview-buffer-name): Move
-       before their first use in order to prevent a runtime error in
-       XEmacs and GNU Emacs 21.  Reported by Ikumi Keita.
-       (TeX-parse-TeX): Manually set `item' to nil when
-       `TeX-error-last-visited' is negative.
-       (TeX-error-description-error, TeX-error-description-warning)
-       (TeX-error-description-tex-said): Set to nil in XEmacs and GNU
-       Emacs 21.  Reported by Ikumi Keita.
-
-2014-07-13  Mosè Giordano  <mose@gnu.org>
-
-       * latex.el (TeX-latex-mode): Add second argument to
-       `local-variable-p', mandatory in XEmacs.  Suggested by Ikumi
-       Keita.
-
-       * preview/preview.el (preview-dump-state): Ditto.
-
-       * style/biblatex.el ("biblatex"): Ditto.
-
-       * tex.el (TeX-how-many): Make the function return a number also in
-       XEmacs and Emacs 21.  Suggested by Ikumi Keita.
-
-2014-07-12  Mosè Giordano  <mose@gnu.org>
-
-       * tex-buf.el (TeX-error-description-error): Do not use the
-       `default' display, not supported by GNU Emacs 21 and XEmacs 21.4.
-       (TeX-error-description-warning): Ditto.
-
-2014-07-11  Mosè Giordano  <mose@gnu.org>
-
-       * tex-buf.el (TeX-error-description-error): Make face definition
-       XEmacs compatible.
-       (TeX-error-description-tex-said): Ditto.
-       (TeX-error-description-help): Ditto.
-
-       * tex.el (nil): Handle the case of a non-available crm.el with a
-       `condition-case', instead of using the third argument of
-       `require', not recognized by XEmacs 21.4.
-       (and): Check whether dbus support is available before requiring
-       dbus.el.
-
-2014-07-02  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-expand-list): Set
-       `TeX-source-correlate-output-page-function' when necessary, in the
-       "%(outpage)" expander.
-       (TeX-source-correlate-method): Add an alist as a possible value
-       and change the default.
-       (TeX-source-correlate-method-active): Convert to a function.
-       (TeX-source-correlate-expand-options): Use the
-       `TeX-source-correlate-method-active' function.
-       (TeX-source-correlate-mode): Remove setting of the
-       `TeX-source-correlate-output-page-function' variable and of the
-       now deleted `TeX-source-correlate-method-active' variable.
-       (TeX-source-specials-view-expand-options): Use the
-       `TeX-source-correlate-method-active' function.
-       (TeX-mode-specific-command-menu-entries): Hide "Previous Error"
-       and "Error Overview" entries when not available.
-
-       * context.el: Update copyright years.
-       (ConTeXt-expand-options): Use the
-       `TeX-source-correlate-method-active' function.
-
-       * doc/auctex.texi (I/O Correlation): Update documentation of
-       `TeX-source-correlate-method'.
-
-       * doc/changes.texi: Mention change to the default value of
-       `TeX-source-correlate-method'.
-
-2014-06-29  Mosè Giordano  <giordano.mose@libero.it>
-
-       * doc/todo.texi (Mid-term Goals): Remove "More flexible option and
-       command handling" item: we now have `TeX-command-extra-options'.
-       (Wishlist): Remove "Poor man's Source Specials": AUCTeX supports
-       source specials and SyncTeX.
-       (Wishlist): Remove "multiple completion for \bibliography" item:
-       "\bibliography" does complete multiple arguments.
-
-2014-06-28  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex-buf.el (TeX-command): Kill the frame and buffer associated
-       to the error overview before running commands.
-       (TeX-TeX-sentinel): Open error overview if
-       `TeX-error-overview-open-after-TeX-run' is non-nil and there are
-       errors or warnings to show.
-       (TeX-LaTeX-sentinel): Ditto.
-       (TeX-find-display-help): Set `runbuf' to `TeX-active-buffer' since
-       this function may be called also from the error overview buffer.
-       (TeX-error-description-faces): Change group to more appropriate
-       `TeX-output'.
-       (TeX-error-overview-active-buffer): New variable.
-       (TeX-error-overview-orig-frame): Ditto.
-       (TeX-error-overview-orig-window): Ditto.
-       (TeX-error-overview-frame): Ditto.
-       (TeX-error-overview-setup): New customizable variable.
-       (TeX-error-overview-setup): New function.
-       (TeX-error-overview-goto-source): Ditto.
-       (TeX-error-overview-make-entries): Ditto.
-       (TeX-error-overview-next-error): Ditto.
-       (TeX-error-overview-previous-error): Ditto.
-       (TeX-error-overview-quit): Ditto.
-       (TeX-error-overview-mode-map): New variable.
-       (TeX-error-overview-list-entries): Ditto.
-       (TeX-error-overview-mode): New major mode.
-       (TeX-error-overview-buffer-name): New constant.
-       (TeX-error-overview-frame-parameters): New customizable variable.
-       (TeX-error-overview-open-after-TeX-run): Ditto.
-       (TeX-error-overview): New function.
-       (TeX-find-display-help): Expand the name of the file to be visited
-       starting from the directory of the master file.
-       (TeX-error-overview-make-entries): Add optional `master-dir'
-       argument, to shorten file names when they are relative.
-       (TeX-error-overview): Pass `TeX-master-directory' as argument to
-       `TeX-error-overview-make-entries'.
-
-       * tex.el (TeX-error-overview): Autoload `TeX-error-overview'.
-       (TeX-mode-specific-command-menu-entries): Add an entry for the
-       error overview.
-
-       * doc/auctex.texi (Debugging): Document error overview.
-
-       * doc/changes.texi: Mention error overview.  Add local variables
-       to the end of the file.
-
-       * doc/todo.texi: Add local variables to the end of the file.
-       (Wishlist): Update entry about error reporting.
-
-2014-06-21  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex-buf.el (TeX-parse-TeX): Use `TeX-find-display-help' in place
-       of `TeX-error-list-find-display-help'.
-       (TeX-error-list-find-display-help): Removed, replaced by more
-       general `TeX-find-display-help'.
-       (TeX-find-display-help): New function.
-       (TeX-error): Append nils to the `TeX-error-list' entry to make
-       each entry of the same lenght for both errors and warnings.
-       Append also `TeX-error-point'.  This fixes a bug occurring when
-       `TeX-display-help' is set to `expert'.  Use
-       `TeX-find-display-help' to display the help.
-       (TeX-warning): Append `TeX-error-point' to the `TeX-error-list'
-       entry to fix the above mentioned bug.  Use `TeX-find-display-help'
-       to display the help.
-
-2014-06-04  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex-buf.el (TeX-parse-TeX): Use
-       `TeX-error-list-find-display-help'.
-       (TeX-error-list-find-display-help): New function.
-       (TeX-warning): Use `bad-box' when there is a bad box.
-       (TeX-warning--find-display-help): Cater for bad boxes.
-       (TeX-help-error): Ditto.
-
-2014-06-02  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex-buf.el (TeX-error--find-display-help): Use new fourth
-       argument of `TeX-help-error'.
-       (TeX-warning): Rename mandatory argument to `warning'.  Do not add
-       leading "** " to warning string.
-       (TeX-warning--find-display-help): Use new fourth argument of
-       `TeX-help-error'.
-       (TeX-error-description-faces): New group.
-       (TeX-error-description-error): New face.
-       (TeX-error-description-warning): Ditto.
-       (TeX-error-description-tex-said): Ditto.
-       (TeX-error-description-help): Ditto.
-       (TeX-help-error): Add new `type' argument.  Color help messages
-       using the new faces.
-       (TeX-warning): Preserve point when searching backward.  In some
-       cases this prevents infinite loops in `TeX-parse-all-errors' and
-       fixes wrong detection of context string.
-
-2014-05-27  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-mode-specific-command-menu-entries): Add
-       `TeX-previous-error'.
-
-       * tex-buf.el (TeX-error-list): Fix typo.
-       (TeX-parse-all-errors): Ditto.
-
-2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Backport from ELPA repository.
-       * tex-site.el (TeX-modes-set): Use advice-add if available.
-       * font-latex.el (font-latex-make-sectioning-faces): Don't rely on
-       dynamic scoping for `num'.
-       (font-latex-make-built-in-keywords): Don't use `eval' needlessly.
-       (font-latex-doctex-syntactic-keywords): Declare before first use.
-       (font-latex-match-command-with-arguments):
-       Stay away from `add-to-list' on let-bound variables.
-       (font-latex-match-command-in-braces): Remove unused var `end'.
-
-2014-05-20  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex-buf.el: Update copyright years.
-       (TeX-error-last-visited): New buffer-local variable.
-       (TeX-get-parse-function): New function.
-       (TeX-next-error): Add `apt' argument and make all arguments
-       optional.  Use `TeX-get-parse-function'.
-       (TeX-previous-error): Use `TeX-get-parse-function'.  Use
-       `TeX-parse-TeX' to move between errors when possible.
-       (TeX-TeX-sentinel): Parse the output log when
-       `TeX-parse-all-errors' is non-nil.
-       (TeX-LaTeX-sentinel): Ditto.
-       (TeX-parse-reset): Add an optional `reparse' argument and reparse
-       the output log when it is non-nil.  Reset also `TeX-error-list'
-       and `TeX-error-last-visited'.
-       (TeX-parse-command): Add `arg' argument.
-       (TeX-parse-TeX): Add `arg' argument.  When `TeX-parse-all-errors'
-       is non-nil, use `TeX-error-list' to move to the error point.
-       (TeX-error-list): New buffer-local variable.
-       (TeX-parse-all-errors): New customizable variable.
-       (TeX-parse-all-errors): New function.
-       (TeX-parse-error): Add an optional `store' argument.  Make the
-       function return non-nil when an error or a warning is found.
-       (TeX-error): Add an optional `store' argument: when it is non-nil
-       store the relevant information about the error in
-       `TeX-error-list'.  Use `TeX-error--find-display-help'.
-       (TeX-error--find-display-help): New function.
-       (TeX-warning): Add an optional `store' argument: when it is
-       non-nil store the relevant information about the warning in
-       `TeX-error-list'.  Use `TeX-warning--find-display-help'.
-       (TeX-warning--find-display-help): New function.
-       (TeX-output-mode-map): Bind `p' to the now working
-       `TeX-previous-error'.
-
-       * doc/auctex.texi (Debugging): Document `TeX-previous-error' and
-       `TeX-parse-all-errors'.  Update `TeX-next-error'.
-
-       * doc/changes.texi: Update copyright years.  Mention
-       `TeX-next-error' and `TeX-previous-error' changes and the new
-       `TeX-parse-all-errors'.
-
-       * doc/todo.texi: Update copyright years.
-       (Wishlist): Update a couple of items related to error parsing.
-
-2014-05-17  Mosè Giordano  <giordano.mose@libero.it>
-
-       * font-latex.el: Update copyright years.
-       (font-latex-update-sectioning-faces): Make sure
-       `height-scale' is a floating point number.
-       (font-latex-make-sectioning-faces): Ditto.
-
-2014-05-10  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/siunitx.el: Update copyright years and specify last
-       `siunitx' version supported.  Hard wrap lines longer than 80
-       columns.
-       (LaTeX-siunitx-regexp): Move the escape character out of the group
-       matching the unit name.
-       (LaTeX-arg-siunitx-unit): Add `prefix' argument.  Replace the
-       space with `TeX-esc' as the completion separator.
-       (LaTeX-arg-define-siunitx-unit): Define a default prompt; set
-       `initial-input' to nil; use `TeX-esc' as prefix to the given
-       input.
-       ("siunitx"): Remove the escape character from the unit names.
-
-2014-05-02  Jobst Hoffmann  <J.Hoffmann@fh-aachen.de>  (tiny change)
-
-       * style/listings.el ("listings"): Fix typo.
-
-2014-05-01  Mosè Giordano  <giordano.mose@libero.it>
-
-       * font-latex.el (font-latex-set-syntactic-keywords): Fix
-       fontification of the optional argument to a verbatim-like
-       environment.
-
-2014-04-16  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-buf.el (TeX-parse-error): Add another exception.
-
-2014-04-06  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-info.el (TeX-texinfo-mode): Use `texinfo-current-defun-name'
-       in `C-x 4 a'.
-
-2014-04-04  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-add-environments): Move advising of
-       `LaTeX-add-environments' after definition of
-       `LaTeX-environment-menu' and `LaTeX-environment-modify-menu'
-       variables to fix assignment to free variable warnings.
-
-       * tex-style.el: Update coyright years.
-       (LaTeX-biblatex-use-Biber): New variable.  Mark as
-       safe-local-variable.
-
-       * latex.el (TeX-latex-mode): Add setting of `LaTeX-using-Biber' to
-       `TeX-update-style-hook'.
-
-       * style/biblatex.el ("biblatex"): Use `LaTeX-biblatex-use-Biber'
-       value to set `LaTeX-using-Biber' when it is set locally.
-
-       * tex-bar.el: Update copyright years.
-       (LaTeX-install-toolbar): Append toolbar refresh to
-       `TeX-update-style-hook' instead of prepending it.
-
-       * doc/auctex.texi:  Update copyright years.
-       (Selecting a Command): Document `LaTeX-biblatex-use-Biber'.
-
-       * doc/changes.texi: Mention `LaTeX-biblatex-use-Biber' change.
-
-2014-04-02  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/biblatex.el: Update copyright years and specify last
-       `biblatex' version supported.
-       (LaTeX-biblatex-executebibliographyoptions-options): Update.
-       (LaTeX-biblatex-language-list): Ditto.
-       (LaTeX-arg-biblatex-cites): Fix condition on `items' variable to
-       adapt to the `TeX-completing-read-multiple' return value change.
-
-2014-03-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
-
-       * style/exercise.el: New file.
-
-2014-03-18  Tassilo Horn  <tsdh@gnu.org>
-
-       * doc/auctex.texi: Mention that `TeX-PDF-mode' is enabled by
-       default.
-
-       * tex.el (TeX-PDF-mode): Enable TeX PDF mode by default.
-
-       * tex-buf.el (TeX-command-master): Ask for TeX-master if it cannot
-       be determined otherwise.
-
-2014-03-15  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-view-command-raw): Throw an error when `spec' is
-       nil, otherwise when the function returns nil `TeX-command-expand'
-       enters an infinite loop.
-
-       * style/paralist.el: Update copyright years.
-       ("paralist"): Use `LaTeX-provided-package-options-member' to
-       conditionally define environments.
-
-2014-03-12  Tassilo Horn  <tsdh@gnu.org>
-
-       * multi-prompt.el (multi-prompt): Return nil on empty input.
-
-       * tex.el (TeX-completing-read-multiple): Define it so that empty
-       input results in nil across different emacs versions (<= 24.3
-       vs. later versions).
-
-       * style/biblatex.el ("biblatex"): Use
-       `TeX-completing-read-multiple' instead of
-       `completing-read-multiple'.
-       (LaTeX-arg-biblatex-cites): Use `TeX-completing-read-multiple' and
-       adapt handling of return value.
-
-       * style/pstricks.el (LaTeX-package-parameters): Adapt to
-       `TeX-completing-read-multiple' change.
-
-2014-03-11  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (LaTeX-arg-usepackage-read-packages-with-options): Fix
-       bug that caused AUCTeX to query for packages infinitely.
-
-       * context.el (ConTeXt-add-environments): Advice instead of
-       renaming and redefining generated function.
-
-       * latex.el (LaTeX-close-environment): Remove non-interactive
-       `next-line' usage compile warning.
-       (LaTeX-add-bibliographies): Advice instead of renaming and
-       redefining generated function.
-       (LaTeX-add-environments): Ditto.
-
-2014-03-10  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (LaTeX-fill-break-at-separators): Default to opening
-       and closing math switches.
-
-2014-03-06  Mosè Giordano  <giordano.mose@libero.it>
-
-       * doc/auctex.texi (Processor Options): Add missing pair of braces.
-
-2014-02-22  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-environment): Do not set
-       `LaTeX-default-environment' to `environment' if the latter is
-       equal to the current default environment.
-
-2014-02-21  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-arg-usepackage-read-packages-with-options): New
-       function.  Now options are requested only if at least one package
-       has been provided.
-       (LaTeX-arg-usepackage-insert): New function.
-       (LaTeX-arg-usepackage): Use
-       `LaTeX-arg-usepackage-read-packages-with-options' and
-       `LaTeX-arg-usepackage-insert'.
-       (LaTeX-insert-usepackages): New function.
-       (LaTeX-env-document): Use it.
-
-       * doc/auctex.texi (Environments): Document new behavior of
-       `LaTeX-env-document'.
-
-       * doc/changes.texi: Mention it.
-
-2014-02-20  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-command-extra-options): New customizable variable.
-       (TeX-expand-list): New `%(extraopts)' expander.
-       (TeX-command-list): Use `%(extraopts)'.
-
-       * doc/auctex.texi (Processor Options): Document
-       `TeX-command-extra-options'.
-
-       * doc/changes.texi: Document it.
-
-2014-02-10  Tassilo Horn  <tsdh@gnu.org>
-
-       * style/english.el: New style for english documents so that
-       `TeX-language-en-hook' gets run.
-
-       * Makefile.in (STYLESRC): Activate it.
-
-       * doc/auctex.texi (languages): Document it.
-
-2014-02-04  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-auto-add-type): Convert to macro.
-
-       * lpath.el: Don't silence byte-compiler.
-
-       * latex.el (LaTeX-auto-style, LaTeX-auto-arguments)
-       (LaTeX-auto-optional, LaTeX-auto-env-args): Defvar explicitly
-       before use.
-
-2014-01-29  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-buf.el (TeX-command-query): Use default parameter of
-       `completing-read'.
-
-       * tex.el (TeX-insert-macro): Use default parameter of
-       `completing-read'.
-
-       * latex.el (LaTeX-environment, TeX-arg-document): Use default
-       parameter of `completing-read'.
-
-2014-01-22  Tassilo Horn  <tsdh@gnu.org>
-
-       * style/shortvrb.el (LaTeX-shortvrb-chars): Move from
-       tex-style.el.  Set default value to nil because just loading
-       shortvrb does not make | a shortvrb char.  One needs to define it
-       using \MakeShortVrb{\|}.  Extend the docstring so that it tells
-       that one should usually set this variable only buffer-locally.
-       (LaTeX-shortvrb-chars): Declare it as safe local variable.
-
-       * font-latex.el (font-latex-add-to-syntax-alist): Call
-       `font-latex-setup' to make syntactic font-lock changes effective.
-
-2014-01-21  Berend de Boer  <berend@pobox.com>
-
-       * context.el: distinguish between numbered and unnumbered sections.
-
-2014-01-15  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/babel.el: Update copyright years and specify last `babel'
-       version supported.
-       (LaTeX-babel-language-list): Expand language list to all languages
-       mentioned in the last version of the manual.
-       (LaTeX-babel-active-languages): Update in order to parse the
-       `main' option and ignore the modifiers.
-       (LaTeX-babel-package-options): Turn the variable into a function
-       because now requires `TeX-read-key-val'.
-
-2014-01-11  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-current-environment): Make search for `\begin'
-       and `\end' case sensitive.
-       (docTeX-in-macrocode-p): Ditto.
-       (LaTeX-indent-calculate): Ditto.
-       (LaTeX-find-matching-end): Ditto.
-       (LaTeX-find-matching-begin): Ditto.
-
-2014-01-06  Vincent Belaïche  <vincentb1@users.sourceforge.net>
-
-       * tex-info.el (Texinfo-reftex-hook): Replace use of
-       reftex-tables-dirty by that of reftex-default-label-alist-entries
-       to trigger call to reftex-compile-variables in a standard way.
-       The problem was that generating a TOC for a Texinfo file and then
-       for a LaTeX file was not working for the LaTeX file because the
-       Texinfo file was using LaTeX label style and as such
-       reftex-ensure-compiled-variables was not calling
-       reftex-compile-variables, which caused wrong
-       reftex-everything-regexp for sections.
-
-2014-01-06  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-math-insert): Use `TeX-electric-math' for
-       consistency with `TeX-insert-dollar'.
-       (LaTeX-math-cal): Ditto.
-
-2013-12-24  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex-style.el (LaTeX-fontspec-arg-font-search): New customizable
-       variable.
-       (LaTeX-fontspec-font-list-default): Ditto.
-
-       * style/fontspec.el (LaTeX-fontspec-arg-font): New function.
-       ("fontspec"): Use it.
-
-       * doc/changes.texi: Mention `LaTeX-fontspec-arg-font-search' and
-       `LaTeX-fontspec-font-list-default'.
-
-2013-12-20  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/imakeidx.el ("imakeidx"): Move addition of options to
-       `LaTeX-imakeidx-indexsetup-options' inside the hook.
-
-       * Makefile.in (STYLESRC): Activate new styles.
-
-       * style/fontspec.el: New style.
-
-       * style/luacode.el: Ditto.
-
-       * style/metalogo.el: Ditto.
-
-       * style/unicode-math.el: Ditto.
-
-2013-12-18  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-buf.el (TeX-parse-error): Don't confuse ) in package
-       messages with EOF.
-
-2013-12-01  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (LaTeX-common-initialization): Move disabling of
-       `electric-pair-mode' from `VirTeX-common-initialization'.  Disable
-       it only if `LaTeX-electric-left-right-brace' is non-nil.
-
-       * tex.el (VirTeX-common-initialization): See above.
-
-2013-11-29  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (VirTeX-common-initialization): Disable
-       `electric-pair-mode' (a global minor mode) in auctex buffers
-       because it interferes with auctex's pairing feature.
-
-2013-11-23  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-common-initialization):
-
-       * tex.el (VirTeX-common-initialization): Move
-       `LaTeX-narrow-to-environment' and `TeX-narrow-to-group' bindings
-       to the AUCTeX maps because `narrow-map' is not defined in GNU
-       Emacs < 22.2 and XEmacs.  Reported by Giacomo Boffi.
-
-2013-11-13  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/biblatex.el ("biblatex"): Declare expert macros and
-       environments.
-
-2013-11-11  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-buf.el (TeX-next-error, TeX-previous-error): Call
-       `next-error' also if last TeX command was a compile command (e.g.,
-       Check, ChkTeX).
-       (TeX-run-compile): Save compilation buffer in
-       `TeX-command-buffer'.
-
-2013-11-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * bib-cite.el (bib-highlight-mouse): Change regexp to cope with
-       multiple optional arguments of a macro.
-
-2013-11-09  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-complete-make-expert-command-functions): Change
-       signature of declare-expert functions.
-
-       * doc/auctex.texi: Document it.
-
-2013-11-08  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-complete-expert-commands): New defcustom.
-       (TeX-complete-make-expert-command-functions): New macro.
-       (TeX-insert-macro): Restrict completion depending on
-       `TeX-complete-expert-commands'.
-       (VirTeX-common-initialization): Ditto.
-
-       * latex.el (LaTeX-environment, LaTeX-common-initialization):
-       Restrict completion depending on `TeX-complete-expert-commands'.
-
-       * tex-info.el (TeX-texinfo-mode): Restrict completion depending on
-       `TeX-complete-expert-commands'.
-
-       * doc/auctex.texi: Document normal vs. expert commands for users
-       and style file authors.
-
-       * doc/changes.texi: Mention normal vs. expert commands.
-
-       * latex.el (LaTeX-common-initialization): Fix void-function
-       LaTeX-symbol-list error.
-
-2013-11-05  Mosè Giordano  <giordano.mose@libero.it>
-
-       * doc/auctex.texi (Folding): Document `TeX-fold-auto' and
-       `TeX-fold-unfold-around-mark'.
-
-       * latex.el (TeX-arg-bibliography): Run style files associated to
-       the bibliography database files.
-
-       * style/biblatex.el ("biblatex"): Do not quote at all
-       `TeX-arg-key-val' arguments.
-       (LaTeX-arg-addbibresource): Run style file associated to the
-       bibliography database file.
-
-2013-11-03  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/biblatex.el ("biblatex"): Quote `TeX-arg-key-val'
-       arguments with `quote' special form istead of apostrophe.
-
-2013-11-02  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-narrow-to-environment): New function, disabled
-       by default.
-       (LaTeX-common-initialization): Add key binding for
-       `LaTeX-narrow-to-environment'.
-
-       * tex.el (VirTeX-common-initialization): Add key binding for
-       `TeX-narrow-to-group'.
-       (TeX-narrow-to-group): New function, disabled by default.
-
-       * doc/auctex.texi (Narrowing): Document narrowing commands.
-
-       * doc/changes.texi: Mention narrowing commands.
-
-2013-10-19  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (TeX-arg-file-name): New function.
-       (TeX-arg-file-name-sans-extension): Ditto.
-       (TeX-arg-version): Ditto.
-       (LaTeX-common-initialization): Add completion for
-       `ProvidesPackage', `ProvidesClass', and `ProvidesFile'.
-
-       * doc/auctex.texi (Adding Macros): Document `TeX-arg-version',
-       `TeX-arg-file-name', and `TeX-arg-file-name-sans-extension'.
-
-2013-10-14  Tassilo Horn  <tsdh@gnu.org>
-
-       * doc/changes.texi: Mention the enhanced tabular indentation.
-
-       * style/longtable.el ("longtable"): Use `LaTeX-indent-tabular'
-       also for longtable environment.
-
-       * style/tabularx.el ("tabularx"): Use `LaTeX-indent-tabular' also
-       for tabularx environment.
-
-       * style/tabulary.el ("tabulary"): Use `LaTeX-indent-tabular' also
-       for tabulary environment.
-
-       * latex.el (LaTeX-indent-environment-list): Use
-       `LaTeX-indent-tabular' also for array and eqnarray environments.
-
-2013-10-14  Oleh Krehel  <ohwoeowho@gmail.com>
-
-       * latex.el: `LaTeX-indent-tabular' now indents tabular-like
-       environments.
-       (LaTeX--tabular-like-end): new variable.
-       (LaTeX-indent-environment-list): added `LaTeX-indent-tabular' as
-       indenter for "tabular" and "align", added a setter that recomputes
-       `LaTeX--tabular-like-end'
-       (LaTeX-env-beginning-pos-col): new function.
-       (LaTeX-hanging-ampersand-position): new function.
-       (LaTeX-indent-tabular): new function.
-
-       * tests/latex/latex-test.el : added an ERT test for
-       `LaTeX-indent-tabular'
-       (LaTeX-indent-tabular-test/in): input filename variable
-       (LaTeX-indent-tabular-test/out): output filename variable
-
-       * tests/latex/tabular-in.tex: input to latex-test.el
-
-       * tests/latex/tabular-out.tex: input to latex-test.el
-
-       * tex.el (TeX-how-many): added for compatibility with XEmacs.
-
-2013-10-11  Mosè Giordano  <giordano.mose@libero.it>
-
-       * doc/auctex.texi (Quotes): Fix typo.
-
-       * doc/changes.texi: Ditto.
-
-2013-10-10  Ikumi Keita  <ikumi@ikumi.que.jp>
-
-       * doc/changes.texi: Document enhanced paired braces feature.
-
-       * doc/auctex.texi: Ditto.
-
-2013-10-06  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-insert-macro-default-style): Add new possible value
-       `show-all-optional-args' and update doc-string accordingly.
-       (TeX-parse-arguments): Use it.
-
-       * doc/auctex.texi (Completion): Document `show-all-optional-args'.
-
-       * doc/changes.texi: Mention `show-all-optional-args'.
-
-       * tex.el (TeX-insert-braces-alist): New customizable variable.
-       (TeX-insert-braces): Mention it in doc-string.
-       (TeX-parse-macro): Use `TeX-insert-braces-alist'.
-
-       * style/booktabs.el: Update copyright years.
-       (LaTeX-booktabs-arg-paren): Let-bind `TeX-arg-opening-brace' and
-       `TeX-arg-closing-brace' instead of `<' and `>'.
-       ("booktabs"): Add `toprule', `midrule', and `bottomrule' macros to
-       `TeX-insert-braces-alist'.
-       ("booktabs"): Add a dummy `ignore' in `cmidrule' macro in order to
-       reset `last-optional-rejected' to nil.
-
-       * doc/auctex.texi (Completion): Document
-       `TeX-insert-braces-alist'.
-
-       * doc/changes.texi: Mention `TeX-insert-braces-alist'.
-
-2013-09-27  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (TeX-arg-insert-braces): : Move
-       `indent-according-to-mode' after `save-excursion' because
-       `LaTeX-newline' (used in `save-excursion') deletes trailing
-       whitespaces.
-
-       * tex-buf.el (TeX-LaTeX-sentinel): Add support for hyperref "Rerun
-       to get outlines right" messages.
-
-2013-09-26  Ikumi Keita  <ikumi@ikumi.que.jp>
-
-       * latex.el: Enhance brace pairing feature.
-       (TeX-arg-insert-braces): Extend to be used with \bigl and its
-       friends.
-       (TeX-arg-insert-right-brace-maybe): New function.
-       (LaTeX-insert-left-brace): New function.
-       (LaTeX-insert-corresponding-right-macro-and-brace): New function.
-       (LaTeX-find-preceeding-left-macro-name): New function.
-       (LaTeX-electric-left-right-brace): New customization option.
-       (LaTeX-left-right-macros-association): New variable.
-
-       * style/amsmath.el ("amsmath"): Make use of the above change.
-       \lvert and \lVert are paired with \rvert and \rVert, respectively.
-
-2013-09-19  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/siunitx.el ("siunitx"): Fix `radian' unit name.
-
-2013-09-17  Fabrice Ben Hamouda  <fabrice_102@yahoo.fr>  (tiny change)
-
-       * tex-buf.el (TeX-next-error, TeX-active-buffer): Fix a problem
-       with `TeX-next-error' in multi-file documents.
-
-2013-09-16  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-info.el (TeX-texinfo-mode): Set
-       `TeX-sentinel-default-function' to `TeX-TeX-sentinel'.
-
-2013-09-09  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-buf.el (TeX-check-files): Handle buffers that haven't been
-       saved yet.
-
-2013-09-02  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-electric-math): Fix defcustom choices.
-
-       * bib-cite.el (bib-cite-minor-mode): Call `make-local-hook' only
-       on XEmacs.
-
-2013-08-03  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (TeX-arg-ref): New function.
-
-       * doc/auctex.texi: Replace occurrences of `TeX-arg-label' with
-       `TeX-arg-ref'.
-       (Adding Macros): Document `TeX-arg-ref'.
-
-       * style/fancyref.el ("fancyref"): Use `TeX-arg-ref' instead of
-       `TeX-arg-label'.
-
-       * style/latexinfo.el ("latexinfo"): Ditto.
-
-       * style/nameref.el ("nameref"): Ditto.
-
-       * style/varioref.el ("varioref"): Ditto.
-
-       * style/subfigure.el ("subfigure"): Use `TeX-arg-ref' instead of
-       `TeX-arg-label' and fix parentheses.
-
-2013-07-31  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (LaTeX-math-initialize): Refactor top-level code into
-       function.
-       (LaTeX-math-list): Call `LaTeX-math-initialize' when setting the
-       value in order to update the key bindings.
-       Also shuffle around several definitions in order to get a
-       declaration-before-use order.
-
-2013-07-29  Mosè Giordano  <giordano.mose@libero.it>
-
-       * doc/changes.texi: Add other changes.
-
-       * doc/auctex.texi (Environments): Fix typo.
-
-2013-07-27  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (BibTeX-auto-regexp-list): Remove `TeX-token-char' from
-       the regexp since cite keys can start with non-letter characters,
-       e.g., bibcodes start with year of publication.
-
-2013-07-24  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (LaTeX-math-menu-unicode): Enable also on windows
-       systems as it seems to work there, too.
-
-2013-07-23  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-clean-default-intermediate-suffixes): Add `.fls',
-       files created by TeX processors with `-recorder' option, and
-       `-blx.bib', files created by `bibtex' when using the `biblatex'
-       package.
-
-       * doc/changes.texi: Document some changes for next release.
-
-2013-07-22  Mosè Giordano  <giordano.mose@libero.it>
-
-       * Makefile.in: Update copyright years.
-       (GITFILES): Rename from `CVSFILES', adapt to Git.
-       (COMMITTER): Get user name and email from Git configuration;
-       escape `<', `>' and spaces.
-       (install-el): Update reference to Git in comment.
-       (release-commit): Adapt to Git; make sure committer name and email
-       are encoded with ISO-8859-1 using the `iconv' program.
-       (tar-ball): Adapt to Git.
-       (preview-ball): Ditto.
-
-       * auctex.spec (Provides): Update reference to Git in comment.
-
-       * bib-cite.el: Update AUCTeX repository link in comment.
-
-       * font-latex.el (font-latex-built-in-keyword-classes): Fix
-       fontification of some biblatex macros.  Reported by Christian
-       Knüpfer.
-       (font-latex-built-in-keyword-classes): Revert changes made with
-       commit 7531cca, they were useless.
-
-2013-07-15  Mads Jensen  <mje@inducks.org>
-
-       * style/tabulary.el: New style.
-
-       * Makefile.in (STYLESRC): Activate new style tabulary.
-
-2013-07-12  Mosè Giordano  <giordano.mose@libero.it>
-
-       * doc/auctex.texi (Processor Options): Move
-       `TeX-source-correlate-method' to `I/O Correlation' section.
-
-2013-07-11  Mosè Giordano  <giordano.mose@libero.it>
-
-       * doc/auctex.texi (Processor Options): Document
-       `TeX-source-correlate-method'.
-
-2013-07-09  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (LaTeX-default-tabular-environment): New variable.
-       (LaTeX-env-figure): Use it instead of hard-coding "tabular".
-
-       * style/tabularx.el ("tabularx"): Set
-       `LaTeX-default-tabular-environment' to "tabularx".
-
-2013-06-29  Mosè Giordano  <giordano.mose@libero.it>
-
-       * bib-cite.el: Replace `save-excursion'+`set-buffer' with
-       `with-current-buffer'.
-
-       * tex-bar.el: Ditto.
-
-       * tex-buf.el: Ditto.
-
-       * tex.el: Replace `save-excursion'+`set-buffer' with
-       `with-current-buffer'.  Delete trailing whitespaces.
-
-       * tex-buf.el (TeX-error-file): Fix spelling error.
-       (TeX-error): Ditto.
-
-       * doc/install.texi (Configure): Update for Git.
-
-       * doc/preview-readme.texi (Availability): Ditto.
-
-       * doc/wininstall.texi: Ditto.
-
-2013-06-26  Tassilo Horn  <tsdh@gnu.org>
-
-       * doc/preview-problems.texi: Rename "Known problems" section to
-       "Known problems with preview-latex" in rawfile export.  Delete
-       sections "Problems with Ghostscript" and "Emacs problems" because
-       those are basically ruled out when using the prerequisites
-       documented in the manual.
-
-       * doc/install.texi: Don't link to ghostscript specific
-       preview-latex problems section because that has been removed.
-
-       * doc/Makefile.in (DISTTEXTS, ../PROBLEMS.preview): Rename
-       PROBLEMS to PROBLEMS.preview since it only deals with
-       preview-latex problems.
-
-       * Makefile.in (DISTTEXTS): Use PROBLEMS.preview instead of
-       PROBLEMS.
-
-2013-06-24  Tassilo Horn  <tsdh@gnu.org>
-
-       * doc/Makefile.in (DISTTEXTS): Add ../PROBLEMS.
-
-       * Makefile.in (DISTTEXTS): Add PROBLEMS.
-
-       * tex.el (TeX-evince-dbus-p): Require dbus at compile-time.
-
-2013-06-21  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-evince-dbus-p): Improved DBUS availability check.
-
-2013-06-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
-
-       * tex.el (TeX-doc-backend-alist): Remove unnecessary `info' check.
-
-2013-06-14  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-jp.el: Change to `coding: iso-2022-jp-unix'.
-
-2013-06-12  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-jp.el: Add `coding: iso-2022-7bit-unix' file local variable.
-
-2013-06-11  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-buf.el (TeX-help-error): Let-bind `inhibit-read-only' when
-       updating the *TeX Help* buffer.
-
-2013-06-11  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (TeX-after-document-hook): New hook.
-       (TeX-arg-document): Use it.
-       (LaTeX-after-usepackage-hook): New hook.
-       (LaTeX-arg-usepackage): Use it, remove babel specific code.
-
-       * style/babel.el: Update copyright years.
-       (LaTeX-env-babel-lang): New function.
-       ("babel"): Add `LaTeX-env-babel-lang' to
-       `LaTeX-after-usepackage-hook'.
-
-2013-06-08  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-math-close-double-dollar): Remove.
-       (TeX-math-close-single-dollar): Ditto.
-       (TeX-electric-dollar): Ditto.
-       (TeX-electric-math): New customizable variable, supersedes
-       variables above.
-       (TeX-insert-dollar): Adapt to `TeX-electric-math'.  See
-       http://thread.gmane.org/gmane.emacs.auctex.devel/3070
-
-       * doc/auctex.texi (Quotes): Document `TeX-electric-math'.
-       (Environments): Document `LaTeX-find-matching-begin' and
-       `LaTeX-find-matching-end'.
-
-2013-06-02  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex-buf.el: Shorten copyright year ranges and update with
-       missing years.  Delete trailing whitespaces.
-       (TeX-run-compile): Let-bind `default-directory' to
-       `TeX-master-directory'.
-
-2013-05-31  Tassilo Horn  <tsdh@gnu.org>
-
-       * autogen.sh: Set LC_ALL=C when looking into ChangeLog for
-       AUCTEXDATE.
-
-2013-05-31  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-env-figure): Simplify using `save-excursion'
-       instead of regexp searches.  Fill the caption when
-       `auto-fill-mode' is on.
-
-2013-05-30  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-expand-list): Add new expander "%a", it returns the
-       quoted absolute path of the file visiting current buffer.
-       (TeX-view-program-list-builtin): Use "%a" expander for forward PDF
-       search.
-
-2013-05-28  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-source-correlate-sync-source): Fix docstring.
-
-2013-05-23  Mosè Giordano  <giordano.mose@libero.it>
-
-       * font-latex.el: Update copyright years, there have been
-       non-trivial changes in 2010, and 2011.
-       (font-latex-built-in-keyword-classes): Fontify Biblatex multicites
-       macros up to three mandatory arguments.
-
-       * style/biblatex.el (LaTeX-biblatex-entrytype): New variable.
-       (LaTeX-biblatex-executebibliographyoptions-options): New variable.
-       (LaTeX-biblatex-language-list): New variable.
-       (LaTeX-arg-biblatex-cites): New function.
-       ("biblatex"): Always set `LaTeX-using-Biber'.  Add citation
-       macros.
-       (LaTeX-biblatex-package-options-list): Move preamble options to
-       `LaTeX-biblatex-executebibliographyoptions-options'.
-
-2013-05-22  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el: Replace `delete-backward-char' with `delete-char'.
-
-       * tex.el: Ditto.
-
-       * tex-buf.el: Replace `goto-line' with `goto-char' and
-       `forward-line'.
-
-2013-05-19  Mosè Giordano  <giordano.mose@libero.it>
-
-       * doc/.gitignore: Rename from .cvsignore.
-
-       * preview/.gitignore: Ditto.
-
-       * preview/latex/.gitignore: Ditto.
-
-2013-05-18  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el: Update copyright years, there have been non-trivial
-       changes in 1998, 2001, 2002.
-       (TeX-arg-index-tag): Use `TeX-argument-prompt'.
-       (TeX-arg-cite): Ditto.
-
-       * tex.el: Update copyright years, there have been non-trivial
-       changes in 1995, 1998.
-       (TeX-parse-arguments): Move skipping of optional
-       arguments inside loop over all arguments, because optional
-       arguments may not be the first ones.  Remove unused let-bound
-       variable `skip-opt'.
-       (TeX-arg-literal): Remove FIXME comment, `optional' is the first
-       argument passed to all functions by `TeX-parse-argument'.
-
-2013-05-13  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/fancyvrb.el: New style.
-
-       * style/xparse.el: Ditto.
-
-       * Makefile.in (STYLESRC): Add style/fancyvrb.el and
-       style/xparse.el.
-
-2013-05-12  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-insert-dollar): Insert just a single dollar when the
-       point is in a verbatim-like construct.
-
-       * font-latex.el (font-latex-jit-lock-force-redisplay): Don't rely
-       on existing `jit-lock-force-redisplay' because recent bzr Emacs
-       broke compatibility changing the number of arguments.  Reported by
-       Robert Goldman.
-
-2013-05-08  Mosè Giordano  <giordano.mose@libero.it>
-
-       * doc/auctex.texi (Environments): Document
-       `LaTeX-default-document-environment'.
-
-2013-05-07  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-electric-dollar): New variable.
-       (TeX-insert-dollar): Use it.
-
-       * doc/auctex.texi (Quotes): Document `TeX-electric-dollar'.
-
-2013-04-28  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex-bar.el: Update copyright range.
-       (TeX-bar-LaTeX-button-alist): Change BibTeX button to Biber when
-       `LaTeX-using-biber' is non-nil.
-       (LaTeX-install-toolbar): Refresh toolbar after styles update.
-
-2013-04-25  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-default-document-environment): New buffer-local
-       variable.
-       (LaTeX-default-environment): Mention
-       `LaTeX-default-document-environment' in doc-string.
-       (LaTeX-environment): Use `LaTeX-default-document-environment'.
-
-       * style/beamer.el ("beamer"): Use
-       `LaTeX-default-document-environment' instead of
-       `LaTeX-default-environment'.
-
-       * style/letter.el ("letter"): Ditto.
-
-       * style/slides.el ("slides"): Ditto.
-
-2013-04-24  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/acro.el (LaTeX-acro-acronym-history): New variable.
-       (LaTeX-arg-acro-acronym): Use it.
-
-       * style/acronym.el (LaTeX-acronym-acronym-history): New variable.
-       (LaTeX-arg-acronym-acronym): Use it.
-
-       * style/beamer.el (LaTeX-beamer-frametitle-history): New variable.
-       ("beamer"): Use it.
-       (TeX-arg-beamer-frametitle): Ditto.
-
-       * style/siunitx.el (LaTeX-siunitx-unit-history): New variable.
-       (LaTeX-arg-siunitx-unit): Use it.
-
-2013-04-21  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/beamer.el ("beamer"): Set `frame' as default environment.
-       Set `section' as largest sectioning level.  Add fontification for
-       `title', `author', and `date'.
-
-       * style/letter.el ("letter"): Set `letter' as default environment.
-       Add some macros and fontification.
-
-       * style/slides.el ("slides"): Set `slide' as default environment.
-
-       * latex.el (TeX-arg-insert-braces): Move
-       `indent-according-to-mode' after `save-excursion' because
-       `LaTeX-newline' (used in `save-excursion') deletes trailing
-       whitespaces.
-
-2013-04-19  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/amsthm.el (LaTeX-amsthm-package-options): New variable.
-       ("amsthm"): Remove `newtheorem' macro, already defined in
-       `latex.el'.  Use `TeX-arg-define-environment' in `newtheorem*'
-       macro.  Add `qedhere', `swapnumbers', and `newtheoremstyle'
-       macros.  Add `newtheorem*' regexp to match new environments.  Add
-       fontification.
-
-       * style/article.el ("article"): Add counters and pagestyles.
-
-       * style/beamer.el ("beamer"): Ditto.
-
-       * style/book.el ("book"): Ditto.
-
-       * style/letter.el (LaTeX-letter-class-options): New variable.
-       ("letter"): Add pagestyles.
-
-       * style/report.el ("report"): Add counters and pagestyles.
-
-       * style/slides.el (LaTeX-slides-class-options): New variable.
-       ("slides"): Add counters and pagestyles.
-
-2013-04-18  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/beamer.el: Update copyright years and remove trailing
-       whitespaces.
-       ("beamer"): Run style hooks for loaded packages.
-       (LaTeX-beamer-class-options): New function.
-
-       * style/hyperref.el (LaTeX-hyperref-package-options-list): Rename
-       from `LaTeX-hyperref-package-options' to avoid clash with the
-       function with the same name.
-       ("hyperref"): Use it.
-       (LaTeX-hyperref-package-options): Ditto.
-
-2013-04-17  Mosè Giordano  <giordano.mose@libero.it>
-
-       * plain-tex.el (plain-TeX-common-initialization): Fix typo in
-       abbrev table name.
-
-2013-04-16  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-default-author): New customizable variable.
-       (LaTeX-arg-author): New function.
-       (LaTeX-common-initialization): Use `LaTeX-arg-author' for the
-       \author macro.
-       (LaTeX-default-author): Change default to 'user-full-name (quoted)
-       and add a new possible value.
-       (LaTeX-arg-author): Change accordingly.
-
-       * doc/auctex.texi (Itemize-like): Document `TeX-arg-item-label-p'
-       option.
-       (Tabular-like): Document `LaTeX-default-width' option.
-       (Modes and Hooks): Add modes and hooks to indices.
-       (Adding Macros): Document `TeX-arg-index-tag', `TeX-arg-index',
-       `TeX-arg-document', `LaTeX-arg-usepackage', `TeX-arg-bibstyle',
-       `TeX-arg-bibliography', `LaTeX-arg-author', `TeX-read-key-val',
-       and `TeX-arg-key-val' functions.  Mention `TeX-arg-cite-note-p'
-       and `LaTeX-default-author' options.
-       (Adding Environments): Use in example code actually present in
-       `listings.el' file.
-
-2013-04-16  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-source-correlate-sync-source): Use `raise-frame'
-       instead of the external wmctrl command to raise the emacs frame.
-
-2013-04-15  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (TeX-read-key-val): Add `prompt' optional argument.
-       (TeX-arg-key-val): Ditto.
-
-       * tex.el (fboundp): Use `crm-separator' as separator in XEmacs
-       `TeX-completing-read-multiple' implementation.
-
-       * style/acro.el (LaTeX-arg-acro-key-val): Let-bind keymap with SPC
-       key binding removed, instead of defining a new key binding for
-       SPC.  Use `TeX-arg-key-val' instead of `multi-prompt-key-value'
-       and `TeX-argument-insert'.
-
-       * style/pst-node.el (LaTeX-pstnode-env-psmatrix): Replace
-       `completing-read-multiple' with `TeX-completing-read-multiple'.
-
-       * style/pstricks.el (LaTeX-package-parameters): Ditto.
-
-       * style/siunitx.el (LaTeX-arg-siunitx-unit): Let-bind keymap with
-       SPC key binding removed, instead of defining a new key binding for
-       SPC.  Replace `completing-read-multiple' with
-       `TeX-completing-read-multiple'.
-
-2013-04-15  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-source-correlate-sync-source): Raise frame when
-       placing point on the source location.
-
-2013-04-12  Mosè Giordano  <giordano.mose@libero.it>
-
-       * Makefile.in (STYLESRC): Add style/acro.el and style/acronym.el.
-
-       * style/acro.el: New style.
-
-       * style/acronym.el: Ditto.
-
-2013-04-10  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-evince-sync-view): URL-escape pdf file path when
-       calling evince via DBUS.
-       (TeX-evince-sync-view): Use 0 as timestamp.
-       (TeX-source-correlate-sync-source): URL-decode tex file name.
-
-2013-04-10  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
-
-       * style/mathtools.el (LaTeX-mathtools-key-val-options): Fix defvar
-       syntax.
-
-2013-04-10  Jobst Hoffmann  <j.hoffmann@fh-aachen.de>  (tiny change)
-
-       * style/lscape.el ("lscape"): Fix typo and parentheses.
-
-2013-04-09  Tassilo Horn  <tsdh@gnu.org>
-
-       * README.GIT: Rename from README.CVS; update contents to Git.
-
-2013-04-09  Leo Liu  <sdl.web@gmail.com>
-
-       * latex.el (LaTeX-outline-level): Make it work for customized
-       `outline-regexp'.  See bug report
-       http://permalink.gmane.org/gmane.emacs.auctex.bugs/1648.
-
-       * tex.el (TeX-view-program-list-builtin)
-       (TeX-view-program-selection): Enable commented code to support
-       darwin system.
-
-       * tex.el (TeX-math-input-method-off-regexp): Improve and fix typo.
-       See bug http://permalink.gmane.org/gmane.emacs.auctex.devel/2468.
-
-       * font-latex.el (font-latex-add-to-syntax-alist): Fix a bug in
-       `font-latex-add-to-syntax-alist' where it modified both the buffer
-       local and global value of `font-latex-syntax-alist'.
-
-2013-04-08  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (LaTeX-style-list): Correct docstring.
-
-2013-04-06  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-provided-class-options-member): Fix typo.
-       (LaTeX-arg-usepackage): Provide completion for more than one
-       package in mandatory argument.
-
-2013-04-05  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-global-class-files): New variable.
-       (TeX-arg-document): Provide completion for class options, based on
-       `LaTeX-arg-usepackage'.  Use `LaTeX-global-class-files'.
-       (LaTeX-style-list): Mention that if `TeX-arg-input-file-search' is
-       set to `t' this variable will be ignored.
-
-       * tex.el (TeX-normal-mode): Reset `LaTeX-global-class-files' when
-       ARG is non-nil.
-
-       * style/article.el (LaTeX-article-class-options): New variable.
-
-       * style/book.el (LaTeX-book-class-options): New variable.
-
-       * style/report.el (LaTeX-report-class-options): New variable.
-
-2013-04-03  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-provided-class-options): New buffer-local
-       variable.
-       (LaTeX-provided-class-options-member): New function.
-       (LaTeX-provided-package-options): New buffer-local variable.
-       (LaTeX-provided-package-options-member): New function
-       (LaTeX-auto-cleanup): Rewrite to support
-       `LaTeX-provided-{class,package}-options' variables.
-       (LaTeX-arg-usepackage): Ditto.
-
-       * tex.el (TeX-auto-store): Write to parsed file values of
-       `LaTeX-provided-{class,package}-options' variables.
-       (TeX-auto-insert): Fix indentation of inserted lines.
-       (TeX-search-files-by-type): Fix typo in doc-string.
-       (TeX-add-to-alist): New function.
-       (TeX-quote-language-alist): Fix typo in doc-string.
-
-       * style/babel.el (LaTeX-babel-package-options): Add missing
-       languages.
-       (LaTeX-babel-package-options): Add options other than
-       languages.
-       (LaTeX-babel-active-languages): Use
-       `LaTeX-provided-{class,package}-options'.  Loop over actually
-       used options instead of all babel languages.
-       ("babel"): Run styles of active languages.
-
-       * style/biblatex.el ("biblatex"): Use
-       `LaTeX-provided-package-options-member'.
-       (LaTeX-biblatex-package-options): Consider the `ask' value for
-       'TeX-arg-input-file-search'.
-
-       * style/kpfonts.el ("kpfonts"): Use
-       `LaTeX-provided-package-options-member'.
-
-       * style/siunitx.el: Rename `TeX-siunitx-*' functions to
-       `LaTeX-siunitx-*' for consistency.
-       ("siunitx"): Use `LaTeX-provided-package-options-member'.
-
-2013-03-29  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (TeX-arg-document): Search for LaTeX classes.
-
-2013-03-28  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/biblatex.el (LaTeX-biblatex-package-options): Correct name
-       of `TeX-read-key-val' argument.
-
-       * latex.el (LaTeX-common-initialization): Remove `addbibresource'
-       macro.
-
-       * style/biblatex.el (LaTeX-biblatex-addbibresource-options): New
-       variable.
-       (LaTeX-arg-addbibresource): New function, based on current
-       `TeX-arg-bibliography'.
-       ("biblatex"): Add `addbibresource' macro.
-       (LaTeX-biblatex-package-options): Use `TeX-read-key-val'.
-
-       * latex.el (TeX-arg-bibliography): Remove `addbibresource'
-       support.
-
-2013-03-27  Mosè Giordano  <giordano.mose@libero.it>
-
-       * tex.el (TeX-add-local-master): Remove trailing spaces from
-       inserted lines.
-
-2013-03-07  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (TeX-read-key-val): New function.
-       (TeX-arg-key-val): Use `TeX-read-key-val'.
-
-       * style/hyperref.el (LaTeX-hyperref-package-options): Use
-       `TeX-read-key-val' instead of `TeX-arg-key-val' which caused args
-       to be inserted twice.
-
-       * style/siunitx.el (LaTeX-siunitx-package-options): Ditto.
-
-2013-03-06  Mads Jensen  <mje@inducks.org>
-
-       * style/amsopn.el: Add GPL copyright notice.
-       ("amsopn"): Add regex for \DeclareMathOperator to
-       `LaTeX-auto-regexp-list'.  Use `TeX-arg-define-macro' for
-       \DeclareMathOperator.
-
-2013-03-06  Mads Jensen  <mje@inducks.org>
-
-        * tex.el (TeX-command-list): Add support for xindy.
-
-2013-03-06  Mads Jensen  <mje@inducks.org>
-
-       * latex.el (LaTeX-common-initialization): Add regular expression
-       for thispagestyle and pagestyle to `TeX-complete-list'.
-
-2013-03-04  Tassilo Horn  <tsdh@gnu.org>
-
-       * latex.el (TeX-arg-date): New function.
-       (LaTeX-common-initialization): Use `TeX-arg-date' for \date macro.
-
-       * doc/auctex.texi: Document `TeX-arg-date'.
-
-       * style/doc.el ("doc"): Use `TeX-arg-date' for the \changes macro.
-
-2013-02-26  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-run-style-hooks): Guard running style hooks in a
-       `condition-case' in order not to error in cases the auto file
-       contains calls to functions that are defined by a style that has
-       been deactivated in the meantime.
-
-2013-02-25  Werner Fink  <werner@suse.de>
-
-       * style/dinbrief.el ("dinbrief"): Update dinbrief style.
-       (LaTeX-dinbrief-insert): New macro.
-       (LaTeX-dinbrief-style): New function.
-       (LaTeX-dinbrief-env-recipient): Rename from
-       `LaTeX-recipient-hook'.
-       (LaTeX-dinbrief-sender): New function.
-       (LaTeX-dinbrief-recipient): New function.
-       (LaTeX-dinbrief-today): Rename from `LaTeX-today'.
-
-2013-02-25  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-parse-macro): Add TeX group characters also in math
-       environments if there is an active region that should probably
-       used as argument.
-
-       * latex.el (LaTeX-paragraph-commands-internal): Add \clearpage and
-       \newpage.
-
-       * style/scrbase.el ("scrbase"): Add \minisec macro to
-       `LaTeX-paragraph-commands' locally.
-
-2013-02-23  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/kpfonts.el: New style file.
-
-       * Makefile.in (STYLESRC): Add style/kpfonts.el.
-
-2013-02-20  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-math-default): Move `digamma' and `varkappa' to
-       `AMS > Greek Lowercase' menu.
-
-2013-02-18  Mads Jensen  <mje@inducks.org>
-
-       * Makefile.in (STYLESRC): Activate new style array.el.
-
-       * style/array.el: New style.
-
-       * style/tabularx.el: Expand copyright range.
-       ("tabularx"): The package relies on the array package, so run its
-       style hook.
-
-2013-02-18  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (require): Require crm.
-
-       * multi-prompt.el (multi-prompt-key-value): Don't require crm here
-       because it has already been required in tex.el.
-
-2013-02-16  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/biblatex.el ("biblatex"): Add hooks for loaded packages.
-       (LaTeX-biblatex-package-options): New function.
-       (LaTeX-biblatex-package-options-list): Renamed from
-       `LaTeX-biblatex-package-options' to avoid clash with the function
-       with the same name.
-
-       * latex.el (LaTeX-search-files-type-alist): Add `bbxinputs'.
-       (BibLaTeX-global-style-files): New variable.
-
-       * tex.el (BibLaTeX-style-extensions): New variable.
-       (TeX-normal-mode): Make ARG argument optional.
-       (TeX-normal-mode): Reset `BibLaTeX-global-style-files' when ARG is
-       non-nil.
-
-2013-02-14  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/siunitx.el (LaTeX-siunitx-package-options): New function.
-
-       * style/hyperref.el (LaTeX-hyperref-package-options): New
-       function.
-
-2013-02-13  Mads Jensen  <mje@inducks.org>
-
-       * style/subfigure.el: Expanded copyright range.
-       ("subfigure"): Collapsed the two regular expressions for
-       completion.  Added lengths, and commands for fonts.
-
-2013-02-14  Tassilo Horn  <tsdh@gnu.org>
-
-       * style/fancyhdr.el (TeX-arg-fancyhdr-position): Document the
-       OPTIONAL argument.
-
-2013-02-14  Mads Jensen  <mje@inducks.org>
-
-       * Makefile.in (STYLESRC): Activate new style fancyhdr.el.
-
-       * style/fancyhdr.el: New style.
-
-2013-02-13  Mosè Giordano  <giordano.mose@libero.it>
-
-       * doc/auctex.texi (Quotes): Document
-       `TeX-math-close-single-dollar'.
-       (Selecting a Command): Remove reference to
-       `LaTeX-biblatex-use-Biber'.
-       (Parsing Files): Document `LaTeX-auto-index-regexp-list',
-       `LaTeX-auto-class-regexp-list',
-       `LaTeX-auto-pagestyle-regexp-list',
-       `LaTeX-auto-counter-regexp-list', `LaTeX-auto-length-regexp-list',
-       `LaTeX-auto-savebox-regexp-list'.
-
-       * tex.el (TeX-math-close-single-dollar): New variable.
-       (TeX-insert-dollar): Use it.
-
-2013-02-13  Tassilo Horn  <tsdh@gnu.org>
-
-       * Makefile.in (STYLESRC): Activate new style filecontents.el.
-
-2013-01-23  Mads Jensen  <mje@inducks.org>
-
-       * style/filecontents.el: New style.
-
-2013-02-13  Tassilo Horn  <tsdh@gnu.org>
-
-       * Makefile.in (STYLESRC): Activate new style fancynum.el.
-
-2013-02-08  Mads Jensen  <mje@inducks.org>
-
-       * style/fancynum.el: New style.
-
-2013-02-13  Tassilo Horn  <tsdh@gnu.org>
-
-       * Makefile.in (STYLESRC): Activate new style nameref.el.
-
-2013-02-13  Mads Jensen  <mje@inducks.org>
-
-       * doc/auctex.texi (Adding Macros): Mention that `TeX-arg-savebox'
-       now supports completion.
-
-       * style/nameref.el: New style.
-
-       * style/hyperref.el ("hyperref"): Run nameref style hook because
-       hyperref activates nameref.
-
-2013-02-10  Mosè Giordano  <giordano.mose@libero.it>
-
-        * style/siunitx.el ("siunitx-unit"): New type for the parser.
-        (LaTeX-siunitx-regexp): New variable.
-        (LaTeX-auto-siunitx-unit): New variable.
-        (LaTeX-siunitx-prepare): New function.
-        (LaTeX-siunitx-cleanup): New function.
-        (TeX-auto-prepare-hook): Add `LaTeX-siunitx-prepare' function.
-        (TeX-auto-cleanup-hook): Add `LaTeX-siunitx-cleanup' function.
-        (TeX-arg-siunitx-unit): New function.
-        (TeX-arg-define-siunitx-unit): New function.
-        ("siunitx"): Add `LaTeX-siunitx-regexp' to list of regexps used
-       for parsing.
-        ("siunitx"): Use `TeX-arg-siunitx-unit' and
-       `TeX-arg-define-siunitx-unit' functions.
-        ("siunitx"): Use `LaTeX-add-siunitx-units' for adding siunitx unit
-       macros to the list of known units.
-
-2013-02-08  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/biblatex.el: Update copyright range.
-       ("biblatex"): Check `backend' option value in
-       `TeX-active-styles'.
-
-       * tex-style.el: Update copyright years.
-       (LaTeX-biblatex-use-Biber) Remove unused variable.
-
-       * tex.el: Update copyright range.
-       (TeX-auto-add-type): Append new type to `TeX-auto-parser' instead
-       of prepending it.
-       (TeX-auto-store): Fix indentation of first lines of parsed file.
-
-       * latex.el (LaTeX-auto-cleanup): Append options and styles to
-       `TeX-auto-file' instead of prepending them.
-
-2013-01-28  Mads Jensen  <mje@inducks.org>
-
-       * doc/todo.texi (Wishlist): Remove "Completion for sboxes".
-
-2013-01-27  Mads Jensen  <mje@inducks.org>
-
-       * latex.el (LaTeX-env-contents): Replaced regular expression with
-       `LaTeX-header-end', i.e., filecontents environments must go
-       somewhere in the preamble but not necessarily before the
-       \documentclass.
-
-2013-01-26  Mads Jensen  <mje@inducks.org>
-
-       * latex.el (LaTeX-auto-savebox-regexp-list): New variable.
-       (LaTeX-auto-regexp-list): Use `LaTeX-auto-savebox-regexp-list'.
-       ("savebox"): New type for the parser.
-       (TeX-arg-savebox): Use `LaTeX-savebox-list' for completion and
-       `definition' argument.
-       (LaTeX-common-initialization): Added makeatletter, makeatother,
-       and jobname macros.
-       (LaTeX-default-options): Changed documentstyle to documentclass in
-       docstring.
-
-2013-01-25  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/siunitx.el ("siunitx"): Add `\gram' and
-       `\SendSettingsToPgf'.
-
-2013-01-25  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-buf.el (TeX-output-mode): Make revert-buffer-function buffer
-       local before setting it to TeX-output-revert-buffer.
-
-2013-01-24  Ivan Andrus  <darthandrus@gmail.com>
-
-       * auctex.texi: Updated documetation about ChkTeX and lacheck.
-       Fixed typos.
-
-2013-01-24  Ivan Andrus  <darthandrus@gmail.com>
-
-       * tex-buf.el (TeX-output-revert-buffer): New function.
-       (TeX-special-mode, TeX-output-mode): New major modes.
-       (TeX-special-mode-map, TeX-output-mode-map): New variables.
-
-2013-01-21  Tassilo Horn  <tsdh@gnu.org>
-
-       * Makefile.in (STYLESRC): Activate new style placeins.el.
-
-2013-01-21  Ivan Andrus  <darthandrus@gmail.com>
-
-       * texmathp.el (texmathp-tex-commands-default): Add \shortintertext.
-
-2013-01-19  Mads Jensen  <mje@inducks.org>
-
-       * style/placeins.el: New style.
-
-2013-01-17  Tassilo Horn  <tsdh@gnu.org>
-
-       * doc/todo.texi: Remove the todo concerning completion for
-       counters that was implemented by Mosè Giordano on 2013-01-15.
-
-       * doc/auctex.texi: Document `TeX-arg-length' and
-       `TeX-arg-define-length'.
-
-2013-01-16  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-auto-length-regexp-list): New variable.
-       (LaTeX-auto-regexp-list): Use `LaTeX-auto-length-regexp-list'.
-       ("length"): New type for the parser.
-       (TeX-arg-length): New function.
-       (TeX-arg-define-length): New function.
-       (LaTeX-common-initialization): Initialize some standard LaTeX
-       lengths and use `TeX-arg-length' and `TeX-arg-define-length' for
-       completion of some macros.
-
-2013-01-15  Tassilo Horn  <tsdh@gnu.org>
-
-       * doc/auctex.texi: Document that `TeX-arg-counter' does completion
-       now.
-
-2013-01-15  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el (LaTeX-auto-pagestyle-regexp-list): Fix typo.
-       (LaTeX-auto-counter-regexp-list): New variable.
-       (LaTeX-auto-regexp-list): Use `LaTeX-auto-counter-regexp-list'.
-       ("counter"): New type for the parser.
-       (TeX-arg-counter): Use `LaTeX-counter-list' function for
-       completion and `definition' argument.
-       (TeX-arg-pagestyle): Use `definition' argument.
-       (LaTeX-common-initialization): Initialize counters.
-
-2013-01-14  Tassilo Horn  <tsdh@gnu.org>
-
-       * style/ulem.el (LaTeX-arg-fontdecl, LaTeX-arg-fontcmd): Fix
-       declarations.
-
-2013-01-13  Mads Jensen  <mje@inducks.org>
-
-       * style/pstricks.el (LaTeX-pstricks-package-options): New
-       variable.
-
-       * style/varioref.el: Update copyright range.
-       ("varioref"): Add more definitions.
-       (LaTeX-varioref-package-options): Reformat.
-
-       * style/listings.el: Update copyright range.
-       (LaTeX-listings-key-val-options, "listings")
-       (LaTeX-listings-package-options): Update to recent listings
-       version.
-
-2013-01-14  Tassilo Horn  <tsdh@gnu.org>
-
-       * Makefile.in (STYLESRC): Enable memoir.el style.
-
-2013-01-14  Mads Jensen  <mje@inducks.org>
-
-       * style/memoir.el: New style.
-
-2013-01-14  Mosè Giordano  <giordano.mose@libero.it>
-
-        * latex.el (TeX-arg-environment): Fix typo.
-
-2013-01-10  Mosè Giordano  <giordano.mose@libero.it>
-
-       * latex.el: Update copyright range.
-       (LaTeX-auto-pagestyle-regexp-list): New variable.
-       (LaTeX-auto-regexp-list): Use `LaTeX-auto-pagestyle-regexp-list'.
-       ("pagestyle"): New type for the parser.
-       (LaTeX-pagestyle-list): Remove.
-       (TeX-arg-pagestyle): Use `LaTeX-pagestyle-list' function for
-       completing.
-       (LaTeX-common-initialization): Initialize pagestyles.
-
-       * style/imakeidx.el: Use `LaTeX-pagestyle-list' function to set
-       `firstpagestyle' option values.
-
-2013-01-11  Ivan Andrus  <darthandrus@gmail.com>
-
-       * tex.el (TeX-command-list): Add command to run ChkTeX.
-
-2013-01-11  Tassilo Horn  <tsdh@gnu.org>
-
-       * Makefile.in (STYLESRC): Add new style files kantlipsum.el,
-       lipsum.el, and longtable.el.
-
-2013-01-10  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/kantlipsum.el: New style.
-
-       * style/lipsum.el: Ditto.
-
-       * style/longtable.el: Ditto
-
-2013-01-10  Mads Jensen  <mje@inducks.org>
-
-       * latex.el (LaTeX-env-document): Only insert \documentclass in
-       case the document does not already contain one.
-
-2013-01-09  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/epigraph.el ("epigraph"): Do not quote list entries for
-       `font-latex-add-keywords'.
-
-2013-01-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/mathtools.el ("mathtools"): Prevent amsmath options from
-       being added multiple times.
-
-       * style/footmisc.el ("footmisc"): Remove fontification settings
-       for length macros.
-
-2013-01-06  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/mathtools.el ("mathtools"): Append amsmath options to
-       mathtools option after the amsmath style file has been loaded.
-       Remove `function' wrapper.
-
-2013-01-05  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in (STYLESRC): Activate new style files.
-
-       * ChangeLog: Move name of style file contributors to head of
-       ChangLog entries.
-
-2013-01-02  Tassilo Horn  <tsdh@gnu.org>
-
-       * style/everysel.el: Fix typos.
-
-2013-01-02  Mads Jensen  <mje@inducks.org>
-
-       * style/afterpage.el: New style.
-
-2012-12-30  Mosè Giordano  <giordano.mose@libero.it>
-
-        * latex.el (LaTeX-pagestyle-list): New variable.
-       (TeX-arg-pagestyle): Use it.
-
-        * style/imakeidx.el: New style.
-
-2012-12-29  Ikumi Keita <ikumi@ikumi.que.jp>
-
-       * doc/tex-ref.tex: Fix apparent errors and add keybind entries for
-       C-c ? and `:' (in math mode).
-
-2012-12-28  Mads Jensen  <mje@inducks.org>
-
-       * style/multirow.el: New style.
-
-2012-12-27  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/siunitx.el (LaTeX-siunitx-package-options): New variable.
-       ("siunitx"): Use it.
-
-       * style/hyperref.el (LaTeX-hyperref-href-options): New variable.
-       (LaTeX-hyperref-package-options, "hyperref"): Use it.
-
-2012-12-27  Mads Jensen  <mje@inducks.org>
-
-       * style/mflogo.el: New style.
-
-       * style/epigraph.el: Ditto.
-
-2012-12-27  Ikumi Keita <ikumi@ikumi.que.jp>
-
-       * amsmath.el ("amsmath"): Add support for the alignedat
-       and subarray environments.  Also, add support for the shoveright
-       and shoveleft macros.
-       * font-latex.el (font-latex-math-environments): Add "xxalignat"
-       and "flalign".
-
-2012-12-26  Mads Jensen  <mje@inducks.org>
-
-       * style/lscape.el: New style.
-
-       * style/amssymb.el: Ditto.
-
-       * style/ragged2e.el: Ditto.
-
-       * style/mathtools.el: Ditto.
-
-       * style/everysel.el: Ditto.
-
-       * style/bigstrut.el: Ditto.
-
-       * style/bigdelim.el: Ditto.
-
-2012-12-25  Mads Jensen  <mje@inducks.org>
-
-       * style/ulem.el: New style.
-
-2012-12-25  Ikumi Keita <ikumi@ikumi.que.jp>
-
-       * latex.el (LaTeX-math-default): Added unicode character position
-       to some entries and "mathring" entry.
-       (LaTeX-common-initialization): Added support for accent macros
-       \hat, \dot etc and \textasteriskcentered.
-
-2012-12-24  Mads Jensen  <mje@inducks.org>
-
-       * style/footmisc.el: New style.
-
-2012-12-21  Mosè Giordano  <giordano.mose@libero.it>
-
-       * style/bm.el: New style.
-
-       * style/siunitx.el: Ditto.
-
-2012-12-20  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-bar.el (TeX-bar-LaTeX-buttons, TeX-bar-LaTeX-button-alist):
-       Also add spell button.
-
-       * images/spell.xpm: New image, copied from Emacs.
-
-       * tex-bar.el (TeX-bar-TeX-button-alist): Use it for the spell
-       button.
-
-2012-12-20  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex-bar.el (TeX-bar-TeX-button-alist, TeX-bar-TeX-buttons): Add
-       `spell' button to run spell-checker.
-
-2012-12-04  Tassilo Horn  <tsdh@gnu.org>
-
-       Merge revno 314 (Stefan Monnier) from emacs elpa branch: Shorten
-       copyright year ranges.
-
-       * context.el:
-
-       * doc/auctex.texi:
-
-       * doc/changes.texi:
-
-       * doc/install.texi:
-
-       * font-latex.el:
-
-       * latex.el:
-
-       * style/letter.el:
-
-       * tex-fold.el:
-
-       * tex-jp.el:
-
-       * tex.el:
-
-2012-11-30  Ralf Angeli <angeli@caeruleus.net>
-
-       * Version 11.87 released.
-
-2012-11-30  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-evince-dbus-p): Make last change a little more
-       conventional.
-
-2012-11-30  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-evince-dbus-p): Check for feature emacs in order not
-       to signal an error on XEmacs.
-
-2012-11-29  Ralf Angeli  <angeli@caeruleus.net>
-
-       * RELEASE, configure.ac, doc/auctex.texi, doc/changes.texi,
-       doc/install.texi, doc/tex-ref.tex: Update for upcoming release.
-
-2012-11-26  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-split-bibs): Add doc string and use variable for
-       Biber file extensions.
-       (LaTeX-search-files-type-alist): Add entry for Biber.
-       (BibTeX-Biber-global-files): Remove.
-       (BibTeX-global-files): Reintroduce.
-       (TeX-Biber-global-files): New variable.
-       (TeX-arg-bibliography): Check if Biber or BibTeX is used and react
-       accordingly.
-
-       * tex-buf.el (TeX-check-files): Do not check duplicate extensions.
-       (TeX-command-query, TeX-LaTeX-sentinel): Use separate variables
-       for BibTeX and Biber file extensions.
-       (TeX-synchronous-sentinel): Use `let' instead of `let*'.
-
-       * tex.el (TeX-clean-default-intermediate-suffixes): Add suffixes
-       for biblatex.
-       (TeX-auto-generate, TeX-auto-generate-global): Use separate
-       variables for BibTeX and Biber file extensions.
-       (TeX-Biber-file-extensions): New variable.
-       (BibTeX-Biber-file-extensions): Remove.
-       (BibTeX-file-extensions): Reintroduce.
-       (TeX-search-files-type-alist): Use `BibTeX-file-extensions'.
-       (TeX-normal-mode): Use separate variables for BibTeX and Biber
-       global files.
-
-2012-07-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
-
-       * tex-info.el (Texinfo-reftex-hook): Added function.
-       (TeX-texinfo-mode): Added RefTeX plugging.
-
-2012-11-23  Tassilo Horn  <tsdh@gnu.org>
-
-       * doc/quickstart.texi (Quick Start): Document that one mustn't
-       load auctex.el if AUCTeX is installed from ELPA.
-
-       * doc/install.texi (Installation): Mention installation from ELPA.
-
-2012-11-20  Davide G. M. Salvetti  <salve@debian.org>
-
-        * doc/tex-ref.tex (column{preview-latex}): Fix typo.  Reported by
-        Sébastien Villemot.  Update copyright information.
-
-2012-11-14  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-auto-regexp-list): Remove entries for Biber.
-       (LaTeX-biber): Remove.
-       (LaTeX-listify-package-options): Rewrite so that the function can
-       deal with key=value pairs.
-       (LaTeX-always-use-Biber): Remove.
-       (LaTeX-using-Biber): Add doc string and make buffer-local.
-
-       * tex-style.el (LaTeX-biblatex-use-Biber): New variable.
-
-       * doc/auctex.texi (top): Remove reference to
-       `LaTeX-always-use-Biber'.
-       (Selecting a Command): Mention Biber and
-       `LaTeX-biblatex-use-Biber'.
-
-       * Makefile.in (STYLESRC): Add style/biblatex.el.
-
-       * style/biblatex.el: New file.
-
-2012-11-05  Tassilo Horn  <tsdh@gnu.org>
-
-       * tex.el (TeX-doc-extensions): Fix typo.  This variable was
-       formerly named TeX-doc-extenstions.
-
-2012-10-04  Masayuki Ataka  <masayuki.ataka@gmail.com>
-
-       * tex-jp.el: Repair coding from iso-2022-7bit to iso-2022-jp.
-
-2012-10-03  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-jp.el: Repair coding.
-
-2012-10-02  Ikumi Keita         <ikumi@ikumi.que.jp>
-
-       * tex-jp.el (japanese-TeX-engine-default)
-       (TeX-engine-alist-builtin, japanese-TeX-use-kanji-opt-flag): New
-       defcustoms.
-       (japanese-TeX-coding-ejsu, japanese-TeX-get-encoding-string): New
-       functions.
-       (japanese-TeX-command-list): Support %(kanjiopt).
-       (TeX-expand-list): Support new option kanjiopt, bibtex, makeindex,
-       mendexkopt, xdvi.
-       (TeX-view-predicate-list-builtin): Judge paper.
-       (TeX-view-program-list): Support dviout paper size, and other DVI
-       previewers in Mac and others.
-       (TeX-view-program-selection): Add Dviout, TeXworks and Preview.
-       (LaTeX-command-style): Support uplatex.
-       (japanese-plain-tex-mode-initialization): Use TeX-engine-set.
-       (japanese-latex-mode-initialization): Ditto.
-
-       * tex-jp.el: Comment fix.
-       (TeX-error-description-list): Doc fix.
-
-2012-09-27  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
-
-       * tex-buf.el (TeX-check-files): Use mapcar instead of cl's map.
-
-2012-09-16 Philip Kime  <Philip@kime.org.uk>  (tiny change)
-
-       * tex-buf.el (TeX-LaTeX-sentinel): Detect generic rerun message
-       from biblatex
-
-2012-09-14  Ken Brown  <kbrown@cornell.edu>  (tiny change)
-
-       * doc/auctex.texi (top): Mention LaTeX-always-use-Biber.
-
-       * doc/tex-ref.tex: Add Biber.
-
-2012-09-13  Tassilo Horn  <tsdh@gnu.org>
-
-       Merge Biber support developed by Philip Kime
-       <philkime@kime.org.uk>.
-       * doc/changes.texi: Mention Biber support.
-
-       * tex.el (TeX-command-list, TeX-auto-generate)
-       (TeX-auto-generate-global, TeX-search-files-type-alist)
-       (TeX-normal-mode): Adapt.
-       (TeX-command-Biber): New defcustom.
-       (BibTeX-Biber-file-extensions): Renamed from
-       BibTeX-file-extensions.
-
-       * tex-buf.el (TeX-save-document, TeX-check-files)
-       (TeX-command-query, TeX-LaTeX-sentinel): Adapt.
-       (TeX-Biber-sentinel, TeX-run-Biber): New functions.
-
-       * latex.el (LaTeX-auto-regexp-list, LaTeX-auto-cleanup)
-       (TeX-arg-bibliography, LaTeX-common-initialization): Adapt.
-       (LaTeX-biber, LaTeX-split-bibs, LaTeX-using-Biber)
-       (LaTeX-always-use-Biber): New functions and vars.
-       (BibTeX-Biber-global-files): Renamed from BibTeX-global-files.
-
-       * font-latex.el (font-latex-built-in-keyword-classes)
-       (font-latex-add-keywords): Adapt.
-
-2012-06-21  Patrice Dumas  <pertusus@free.fr>  (tiny change)
-
-       * doc/preview-latex.texi (The preview images): Place index command
-       `@pindex dvipng' on a line of its own.
-
-       * doc/macros.texi: Replace user macro `@sans' by user macro
-       `@sansserif' and make definition conditional against flag
-       no-sansserif as `@sansserif' is a Texinfo macro and does not need
-       to be redefined.
-
-       * doc/macros.texi: Suppress user macro `@LaTeX' as this macro is
-       already defined in Texinfo.
-
-       * doc/quickstart.texi (Editing Facilities): Use texinfo
-       `@sansserif' macro rather than user macro `@sans'.
-
-       * doc/auctex.texi (Font Specifiers): Use texinfo `@sansserif'
-       macro rather than user macro `@sans'.
-
-2012-08-14  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-source-correlate-determine-method): Match --synctex
-       as well as -synctex.
-
-2012-07-04  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * doc/changes.texi: Mention Evince forward/backward search
-       changes.
-
-2012-07-03  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * font-latex.el (byte-code-function-p): Reference the generated
-       functions with font-latex-match prefix.  See Emacs bug 11837.
-
-2012-06-22  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-evince-dbus-p): Add check for
-       `dbus-register-signal', which might be unavailable if emacs was
-       configured with --without-dbus.
-
-2012-04-26  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-engine-set): Fix docstring leading to a misplaced
-       interactive spec warning.
-
-2012-04-25  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-evince-dbus-p): Improve check for emacs's dbus
-       support.
-
-2012-04-11  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-evince-sync-view): Work around emacs integer limits.
-       Also provide the current column to Evince.
-       (TeX-evince-dbus-p): Also check the signature of Evince's
-       FindDocument DBUS method, which is only stable since evince 3.0.
-
-2012-04-10  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-evince-sync-view): Fix arithmetic range error.
-       (TeX-evince-dbus-p): Add parameter to extend the check depending
-       on wanted features (e.g., forward search).
-       (TeX-view-program-list-builtin): Use it.
-
-2012-04-08  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-evince-dbus-p): New function.
-       (TeX-evince-sync-view): New function.
-       (TeX-view-program-list-builtin): Use Evince's DBUS interface for
-       forward search if available.
-       (TeX-source-correlate-mode): Use TeX-evince-dbus-p.
-
-2012-01-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/setspace.el ("setspace"): Correct quoting.
-
-2011-09-18  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Marking): Make a few corrections throughout the
-       section.
-       (Adding Macros): Document special values for numbers used together
-       with `TeX-add-symbols'.
-
-2011-09-18  Vincent Belaïche  <vincentb1@users.sourceforge.net>
-
-       * doc/auctex.texi: Add documentation for functions
-       LaTeX-mark-section, LaTeX-mark-environment, Texinfo-mark-section,
-       Texinfo-mark-environment and Texinfo-mark-node.
-
-2011-08-24  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-synctex-output-page): TeXLive 2011's synctex wants
-       absolute file names with dot indicating the master, like
-       /foo/bar/./baz/chap1.tex.  So add this as another variant.
-       (TeX-view-program-list-builtin): Use evince's -i,--page-index
-       switch instead of -p,--page-label if that evince version supports
-       it (>=3.0.x).
-
-2011-08-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Take characters after
-       closing dollar sign into account when deciding to break before
-       inline math.
-
-2011-07-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-search-files-kpathsea): Check if directories are
-       accessible.
-
-2011-07-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
-
-       * tex-info.el (Texinfo-mark-environment, Texinfo-mark-section)
-       (Texinfo-mark-node): New defun.
-       (Texinfo-mode-map): added key bindings for
-       Texinfo-mark-environment, Texinfo-mark-section, and
-       Texinfo-mark-node.
-
-2011-06-19  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-engine-alist-builtin): Add --jobname to luatex and
-       lualatex calls.
-       (TeX-engine-alist-builtin): Remove --jobname again for luatex but
-       not for lualatex.
-
-2011-06-05  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-source-correlate-sync-source): Restore Emacs 21
-       compatibility.
-
-2011-05-26  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-source-correlate-sync-source): Adapt to handle
-       file:// URLs.
-
-2011-05-15  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in (STYLESRC): Add style/setspace.el.
-
-       * tex.el (TeX-expand-list): Add a safeguard to the %(outpage)
-       expander for when an output page function returns nil.
-
-2011-05-09  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-synctex-output-page-1): New function for calling
-       synctex.
-       (TeX-synctex-output-page): Use it, and try relative file names
-       with and without leading ./ when calling synctex before falling
-       back to page 1.
-       (TeX-source-correlate-sync-source): Add &rest parameter, because
-       Evince 3 sends an additional (ignored) parameter via dbus.
-
-2011-05-01  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-tree-expand): Use a different test to check for an
-       absolute path on Windows.
-
-       * font-latex.el (font-latex-built-in-keyword-classes): Add
-       definition for \rule and remove the one for \sbox.
-
-2011-04-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/setspace.el: Add support for changing \displayskipstretch.
-
-2011-04-25  Mads Jensen  <mje@inducks.org>
-
-       * style/setspace.el: New file.
-
-2011-04-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-style-list): Add memoir.
-
-2011-04-20  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-fold.el (TeX-fold-expand-spec): Make sure the expansion of a
-       placeholder is not processed again.
-
-2011-04-15  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-built-in-keyword-classes): Make a few
-       additions and corrections.
-
-       * latex.el (LaTeX-common-initialization): Prompt for file
-       extension instead of name when inserting \addcontentsline or
-       \addtocontents.
-
-2011-04-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-source-correlate-mode): Check for D-Bus session.
-
-2011-04-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
-
-       * tex.el (TeX-source-correlate-sync-source): Do not use
-       `goto-line'.
-
-2011-04-03  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in (STYLESRC): Add style/xspace.el.
-
-       * style/xspace.el: Add copyright notice and license blurb.
-       Correct a few things.
-
-2011-04-03  Mads Jensen  <mje@inducks.org>
-
-       * style/xspace.el: New file.
-
-2011-03-27  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * tex.el (TeX-source-correlate-mode): Add support for I/O
-       correlation mode inverse search for the Evince document viewer.
-
-2011-03-23  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/bulgarian.el, style/czech.el, style/danish.el,
-       style/frenchb.el, style/icelandic.el, style/polish.el,
-       style/polski.el, style/slovak.el, style/swedish.el: Do not set
-       `TeX-quote-language' if `override' is in effect.
-
-2011-03-20  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-synchronous-sentinel): Strip directory part of
-       master file because we are already in the master directory.
-
-2011-03-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in (STYLESRC): Add style/lettrine.el and
-       style/multicol.el.
-
-       * style/lettrine.el: Add copyright notice and license blurb.
-       Correct a few things.
-
-       * style/multicol.el: Add copyright notice and license blurb.
-       Simplify environment definitions.  Provide completion for lengths
-       the package defines.  Get rid of indentation and filling barrier.
-       Remove fontification definitions.
-
-2011-03-13  Mads Jensen  <mje@inducks.org>
-
-       * style/lettrine.el: New file.
-
-       * style/multicol.el: New file.
-
-2011-02-27  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-common-initialization): Add support for
-       \ProvidesPackage.
-
-2011-02-06  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/letter.el (LaTeX-env-recipient): Use \renewcommand instead
-       of \def to set date.
-
-2011-01-30  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-parse-macro): Do not insert braces if the argument
-       is 0 or less.
-       (TeX-parse-argument): Put both the macro and the marked region in
-       a TeX group if the argument is less than 0.
-
-       * latex.el (LaTeX-common-initialization): Give macros that change
-       font size a -1 argument so that braces are added around them if
-       if there is an active region.
-
-       * doc/auctex.texi (Adding Macros): Document special options 0 and
-       -1 for number-type specs.
-
-2011-01-29  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-complete-symbol): Get rid of the window with the
-       completions when possible.
-
-2011-01-23  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-fold.el (TeX-fold-post-command): Add `forward-char' and
-       `backward-char' to commands on which to open an overlay.
-
-       * doc/auctex.texi (Adding Macros): Mention
-       `TeX-arg-input-file-search'.
-
-2011-01-22  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-tree-expand): Make `subdirs' parameter optional.  Do
-       not try to call kpsewhich with --expand-braces anymore and adapt
-       code for handling of results accordingly.
-       (TeX-doc-extenstions): New variable.
-       (TeX-tree-roots): New function.
-       (TeX-tree-roots): New user option.
-       (TeX-kpathsea-format-alist): Remove.
-       (TeX-search-files-kpathsea): Add and use `extensions' and `scope'
-       parameters.
-       (TeX-search-files): Do not call `TeX-search-files-kpathsea'
-       anymore.
-       (TeX-search-files-type-alist): New variable.
-       (TeX-search-files-by-type): New function.
-
-       * latex.el (LaTeX-arg-usepackage): Let-bind
-       `TeX-input-file-search'.
-       (LaTeX-search-files-type-alist): New user option.
-       (TeX-arg-input-file-search): Doc fix.
-       (TeX-arg-input-file, TeX-arg-bibstyle, TeX-arg-bibliography): Use
-       `TeX-search-files-by-type' instead of `TeX-search-files'.
-       (LaTeX-common-initialization): Set `TeX-search-files-type-alist'.
-
-2011-01-09  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-common-initialization): Add support for
-       \settoheight and \settodepth.
-
-2010-12-26  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Simple Style): Add a note about the naming of
-       the style file and the style hook.
-
-2010-12-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-env-args): Add the optional argument at the
-       right position when wrapping the environment around existing text.
-
-2010-12-05  Ralf Angeli  <angeli@caeruleus.net>
-
-       * context.el: Set up abbrev table.
-       (ConTeXt-mode-common-initialization): Set `local-abbrev-table'.
-
-       * latex.el: Set up abbrev table for LaTeX and docTeX mode.
-       (docTeX-mode): Set abbrev table.
-       (LaTeX-common-initialization): Set `local-abbrev-table'.
-
-       * plain-tex.el: Set up abbrev table.
-       (plain-TeX-common-initialization): Set `local-abbrev-table'.
-
-       * tex.el (TeX-mode-prefix): Add mode parameter.
-       (VirTeX-common-initialization): Do not set `local-abbrev-table'
-       anymore.
-       (TeX-abbrev-mode-setup): New function.
-
-       * doc/changes.texi: Mention change of abbrev handling.
-
-2010-12-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-verbatim-macro-boundaries): Support verbatim
-       macros with braces.
-
-2010-12-04  Augusto Ritter Stoffel  <arstoffel@inf.ufrgs.br>  (tiny change)
-
-       * latex.el (LaTeX-math-keymap): Define a key for the math prefix
-       only if it has not been used as a prefix after the prefix.
-
-2010-11-16  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-view-program-list-builtin): Add Okular.
-
-2010-10-17  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (TeX-arg-input-file-search): New user option.
-       (TeX-arg-input-file): Use it.
-
-2010-10-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-synctex-output-page): Return "1" if no page number
-       can be found to prevent an infinite loop in command expansion.
-
-2010-10-02  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/beamer.el ("beamer"): Prompt for block title.
-
-2010-09-28  Ralf Angeli  <angeli@caeruleus.net>
-
-       * context.el (ConTeXt-extra-paragraph-commands): Remove.
-       (ConTeXt-language-variable-list): Add
-       `ConTeXt-extra-paragraph-commands'.
-
-       * context-en.el (ConTeXt-extra-paragraph-commands-en): New
-       variable.
-
-       * context-nl.el (ConTeXt-extra-paragraph-commands-nl): New
-       variable.
-
-2010-09-18  Ralf Angeli  <angeli@caeruleus.net>
-
-       * context.el (ConTeXt-expand-options): Eval value from engine
-       alist.
-
-2010-09-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-fptex.el: Remove.
-
-       * Makefile.in (AUCSRC): Reflect removal of tex-fptex.el.
-
-       * doc/wininstall.texi: Reflect removal of tex-fptex.el.
-
-       * style/virtex.el: Mention author.  Do not unnecessarily protect
-       `lambda' with `function'.
-
-       * font-latex.el (font-latex-keyword-matcher): Refine last change
-       to work properly with lists of face symbols.
-
-2010-09-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/natbib.el: Update copyright information.
-
-       * style/letter.el: Update copyright information.
-
-       * style/harvard.el: Update copyright information.
-
-       * style/doc.el: Do not unnecessarily protect `lambda' with
-       `function'.
-
-2010-09-06  Arne Jørgensen  <arne@arnested.dk>
-
-       * style/danish.el: Changed font-latex-add-quotes from french to
-       german.
-
-2010-08-30  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/ngerman.el: Prevent "| from leading to color bleed.
-
-       * style/german.el: Prevent "| from leading to color bleed.
-
-2010-08-29  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/preview-dtxdoc.pl: Use explicit variable with split instead
-       of implicit split to @_ which does not work anymore in Perl 5.12.
-
-2010-07-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-info.el: Delete trailing whitespace.
-
-2010-07-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/faq.texi: Update infos about Emacs versions.  Add FAQ entry
-       for file:line:error messages in case `TeX-next-error' fails due to
-       unbalanced parens.
-
-       * tex.el (TeX-print-command, TeX-queue-command)
-       (TeX-printer-list): Switch back to Berkeley-style commands.
-
-2010-06-24  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Texinfo mode): Make a few corrections.
-
-2010-06-19  Berend de Boer  <berend@pobox.com>
-
-       * context.el: proper indent of all macros that can appear inside
-       an itemize list such as \sym.
-
-2010-06-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-info.el (Texinfo-find-env-end, Texinfo-find-env-start):
-       Enable the commands to be used repeatedly without getting stuck at
-       an environment start or end respectively.
-
-2010-05-27  Ralf Angeli  <angeli@caeruleus.net>
-
-       * autogen.sh: Set LANG=C when looking into ChangeLog for
-       AUCTEXDATE.
-
-2010-05-24  Vincent Belaïche  <vincent.belaiche@gmail.com>
-
-       * doc/auctex.texi (Texinfo mode): New section.
-
-2010-05-17  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-math-input-method-off-regexp): Fix regexp.
-
-2010-04-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-print-command): Support printing of Postscript and
-       PDF files.  Doc fix.
-       (TeX-queue-command): Use lpstat instead of lpq.  Doc fix.
-       (TeX-printer-list): Support printing of Postscript and PDF files.
-       Make use of System V style commands (lp, lpstat) instead of
-       Berkeley style (lpr, lpq).
-       (TeX-printer-default): Doc fix.
-
-2010-04-17  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-warning): Throw an error with a sensible message
-       if the file for the warning could not be determined.
-
-2010-04-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-format-filter): Calculate the current column as
-       difference between line start and end instead of using
-       `current-column' in order to do the right thing when octal codes
-       are present.
-
-2010-04-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-keyword-matcher): Quote a list of face
-       properties but do not to quote a face symbol.
-
-2010-04-05  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-parse-error): Allow `TeX-error-file' to become
-       empty.
-
-2010-03-28  Ralf Angeli  <angeli@caeruleus.net>
-
-       * plain-tex.el: New file.
-
-       * tex.el: Move code related to plain TeX to plain-tex.el.
-
-       * Makefile.in (AUCSRC): Add plain-tex.el.
-
-       * context.el: Require `plain-tex'.
-
-2010-03-27  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-view-program-selection): Doc fix.
-       (TeX-clean): Regexp-quote the master file name.
-
-2010-03-20  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/french.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/french.el.
-
-2010-03-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (TeX-arg-key-val): Hint at key=value format in prompt.
-       (LaTeX-fill-region-as-para-do): Match whitespace without comment
-       starter at beginning of line when dealing with code comments.
-
-2010-03-06  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in (DIST_PREFIX): Use the working directory for the
-       folder with distribution files.
-       (FTPDIR, WWWDIR): Make them subdirectories of `DIST_PREFIX'.
-       (COMMITTER_NAME, COMMITTER_EMAIL): Remove.
-       (COMMITTER): New variable.
-       (.PHONY): Update.
-       (tar-ball-clean): Use `check-tag'.
-       (check-tag): New name for `check-dist'.
-       (dist): Do not call `release-commit' anymore.
-       (snapshot): Now an alias for `dist'.
-       (release-commit): Use `COMMITTER'.
-       (release-sign): New name for `full-release' target.  Generate
-       version 1.1 directive files.
-       (xemacs-package): Depend on `check-tag'.
-       (WPACKAGEFILES): Include info files with a numerical supplement to
-       the .info extension.  Depend on `check-tag'.  Check for presence
-       of `WEMACSVER' variable.  Try to find a local AUCTeX tar ball
-       before downloading one.  Use `TAG' instead of `WAUCVER'.  Put ZIP
-       archive into `FTPDIR'.
-       (WAUCVER, WEMACSVER): Remove.
-       (release-upload): New target.
-       (www-doc): Depend on `check-tag'.  Update URLs for Emacs manuals.
-
-2010-02-21  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Version 11.86 released.
-
-2010-02-21  Ralf Angeli  <angeli@caeruleus.net>
-
-       * RELEASE: Update for upcoming release.
-
-       * doc/install.texi (Prerequisites): Update information about Emacs
-       distributions.
-
-       * doc/tex-ref.tex: Bump version number.  Update section on TeXing
-       options.
-
-       * configure.ac: Bump version number.
-
-       * auctex.spec (Version): Bump version number.
-
-       * doc/fdl.texi: Switch to GFDL 1.3.
-
-       * doc/auctex.texi: Switch to GFDL 1.3.
-
-       * doc/preview-latex.texi: Switch to GFDL 1.3.
-
-       * doc/changes.texi: Update for next release.
-
-2010-02-20  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-doc): Add a fallback in case nothing is found via
-       the backend list, e.g. when using MiKTeX 2.8.
-
-       * doc/auctex.texi (Documentation): Document change in `TeX-doc'.
-
-2010-02-14  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/changes.texi: Mention preview.sty supporting XeTeX.
-
-2010-02-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-XeTeX-command, LaTeX-XeTeX-command): Remove.
-       (ConTeXt-engine): Doc fix.
-       (ConTeXt-Omega-engine): Doc fix.  Make obsolote.
-       (TeX-expand-list): Add support for LuaTeX.  Adapt to new engine
-       handling.
-       (AUC-TeX-version, AUC-TeX-date): Remove.
-       (TeX-engine-alist-builtin): New variable.
-       (TeX-engine-alist): Adapt to new engine handling and make it a
-       defcustom.
-       (TeX-engine-alist): New function.
-       (TeX-engine): Adapt to new engine handling and make it
-       buffer-local.
-       (LaTeX-engine-alist): Remove.
-       (TeX-engine-set): Adapt to new engine handling and take care of
-       TeX PDF mode.
-       (TeX-clean-default-output-suffixes): Add .xdv.
-       (TeX-mode-specific-command-menu-entries): Construct list of
-       engines from `TeX-engine-alist'.
-
-       * context.el (ConTeXt-expand-options): Adapt to new engine
-       handling.
-
-       * doc/auctex.texi (Processor Options): Document options and
-       functions of new engine handling.
-
-2009-12-30  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-view-command-raw): Abort if no matching viewer is
-       found.
-
-       * doc/preview-faq.texi (Troubleshooting): Add some hints about
-       preview-latex overwriting output files.
-
-2009-12-28  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/austrian.el: New file.
-
-       * style/naustrian.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/austrian.el and
-       style/naustrian.el.
-
-2009-12-26  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Known problems): New subsection on dealing with
-       font locking problems.
-
-       * font-latex.el (font-latex-syntax-alist): New variable.
-       (font-latex-add-to-syntax-alist): New function.
-       (font-latex-setup): Use `font-latex-syntax-alist'.
-
-       * style/shortvrb.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/shortvrb.el.
-
-       * tex-style.el (LaTeX-shortvrb-chars): New variable.
-
-       * doc/changes.texi: Document changes after 11.85.
-
-       * context.el (ConTeXt-expand-options): Check for XeTeX engine, not
-       for mode which does not exist anymore.
-
-       * tex.el (plain-TeX-common-initialization): Let commented lines be
-       matched by `paragraph-separate' in order for commented and
-       non-commented paragraphs to be filled separately.
-
-2009-12-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-parse-error): Also find quoted file names with
-       newlines.  Remove the newlines from the matched string if
-       necessary.
-
-2009-12-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-parse-error): Add an alternative in the parser
-       regexp for quoted file names.  Strip the quotation marks if a file
-       name was found with the alternative.
-
-2009-12-06  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-fold.el (TeX-fold-command-prefix): New variable.
-       (TeX-fold-mode): Use it.
-       (TeX-fold-keymap): Remove prefix strings.
-
-       * tex.el (TeX-fold-menu): Remove hard-coded key binding labels.
-
-       * doc/auctex.texi (Folding): Mention `TeX-fold-command-prefix'.
-
-2009-11-22  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/wininstall.texi: Do not refer to Emacs 22 anymore.  Improve
-       the paragraphs about PNG support.
-
-2009-11-01  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/pstricks.el: Disable key bindings for macro parameter
-       addition and change.
-       (LaTeX-pst-color-list, LaTeX-pst-boolean-list)
-       (LaTeX-pst-fillstyle-list): Remove information for completion
-       mechanism.
-       (LaTeX-pst-trimode-list, LaTeX-pst-linestyle-list): Remove.
-       Handled directly in `LaTeX-pst-basic-parameters-list'.
-       (LaTeX-pst-basic-parameters-list): New variable.
-       (LaTeX-pst-parameters): Call `TeX-arg-key-val' instead of
-       `LaTeX-package-parameters' and thereby use a different completion
-       mechanism.
-       (LaTeX-pst-macro-psdots): Do not add a dotstyle parameter.
-       (LaTeX-pst-env-pspicture): Handle optional parameter via
-       `multi-prompt-key-value'.
-       ("pstricks"): Handle arguments of \psdot and \psdots correctly.
-
-2009-10-31  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-verbatim-p-function): New variable.
-       (TeX-verbatim-p): New function.
-       (TeX-in-comment): Use it.
-       (TeX-brace-count-line): Use `TeX-in-comment' instead of just
-       checking for a comment character.
-
-       * latex.el (LaTeX-common-initialization): Set
-       `TeX-verbatim-p-function'.
-
-2009-10-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Starting Viewers): Describe new viewer
-       selection options.
-       (Folding): Add some hints on how to do automatic folding.
-
-       * tex.el (TeX-view-predicate-list-builtin)
-       (TeX-view-predicate-list, TeX-view-program-list): Doc fix.
-       (TeX-view-program-list-builtin, TeX-view-program-selection):
-       Conditionalize default value based on system type.  Doc fix.
-       (TeX-synctex-output-page): Do not return random stuff if there was
-       no match.
-       (TeX-clean-default-intermediate-suffixes): Remove SyncTeX files as
-       well.
-
-2009-10-21  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-synctex-output-page): Handle files in subdirectories
-       correctly.
-
-2009-10-18  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-run-discard): Doc fix.
-       (TeX-run-discard-or-function): New function.
-
-       * tex.el (TeX-command-list): Use `TeX-run-discard-or-function' as
-       hook for View command and provide it as a customization option.
-       (TeX-view-program-list): Add the possibility to use a function to
-       call the viewer.
-       (TeX-view-command-raw): Support the use of a function to call the
-       viewer.
-
-2009-10-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-view-predicate-list-builtin): Remove combined
-       predicates for paper properties and add new predicates testing
-       only one property.
-       (TeX-view-program-list-builtin): Use new predicates.
-       (TeX-view-program-list): Provide the possibility to use a list of
-       predicates.
-
-2009-10-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-view-program-list): Shave off extra closing paren.
-
-2009-10-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (LaTeX-command-style, TeX-print-style, TeX-view-style):
-       Doc fix.
-       (TeX-view-predicate-list-builtin, TeX-view-program-list-builtin):
-       New variables.
-       (TeX-view-predicate-list, TeX-view-program-list)
-       (TeX-view-program-selection): New user options.
-       (TeX-match-style, TeX-view-match-predicate)
-       (TeX-view-command-raw): New functions.
-       (TeX-expand-list): Use `TeX-view-command-raw' for %V expander.
-
-2009-09-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-error): Cater for case of file:line:error
-       messages without context.
-       (TeX-parse-error): Add support for quoted file names with
-       backslashes as path separators.  Those might be emitted by MiKTeX
-       2.8.
-
-2009-06-14  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Indenting): Mention `LaTeX-item-regexp'.
-       (Fontification of math): New section replacing and extending
-       `Subscript and superscript'.
-
-2009-04-26  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-source-correlate-mode): Clean `custom-requests'
-       property.
-       (VirTeX-common-initialization): Call `TeX-source-correlate-mode'
-       minor mode function when initializing the mode instead of when
-       loading the file.
-
-2009-04-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (TeX-arg-key-val): Eval `key-val-alist' argument if it
-       is a symbol.
-
-       * style/listings.el ("listings"): Do not eval arguments of
-       `TeX-arg-key-val'.
-
-       * multi-prompt.el (multi-prompt-expand-completion-table): New
-       function.
-       (multi-prompt-key-value): Use it.
-
-       * style/pstricks.el: Correct header info.
-       (LaTeX-pst-input-int, LaTeX-pst-point, LaTeX-pst-angle)
-       (LaTeX-pst-extdir, LaTeX-pst-arrows, LaTeX-pst-dotstyle-list)
-       (LaTeX-pst-refpoint-list, LaTeX-pst-refpoint)
-       (LaTeX-pst-macro-multirputps, LaTeX-pst-env-pspicture): Improve or
-       correct prompt.
-       ("pstricks"): Move to the bottom of the file.  Do not use
-       `function' to quote `lambda'.  Turn off TeX PDF mode.  Use `mapc'
-       instead of `mapcar'.
-
-2009-04-05  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-help-error): Make search for help text in log
-       file more robust.
-
-2009-04-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/listings.el ("listings"): Remove redundant list when
-       calling `TeX-arg-key-val'.  Use `LaTeX-env-args' for lstlisting
-       environment.
-
-       * latex.el (LaTeX-env-args): New function.
-       (TeX-arg-conditional, TeX-arg-eval, TeX-arg-label)
-       (TeX-arg-index-tag, TeX-arg-index, TeX-arg-macro)
-       (TeX-arg-environment, TeX-arg-cite, TeX-arg-counter)
-       (TeX-arg-savebox, TeX-arg-file, TeX-arg-define-label)
-       (TeX-arg-define-macro, TeX-arg-define-environment)
-       (TeX-arg-define-cite, TeX-arg-define-counter)
-       (TeX-arg-define-savebox, TeX-arg-document, LaTeX-arg-usepackage)
-       (TeX-arg-input-file, TeX-arg-bibstyle, TeX-arg-bibliography)
-       (TeX-arg-corner, TeX-arg-lr, TeX-arg-tb, TeX-arg-pagestyle)
-       (TeX-arg-verb, TeX-arg-pair, TeX-arg-size, TeX-arg-coordinate)
-       (TeX-arg-insert-braces): Doc fix.
-
-       * multi-prompt.el (multi-prompt-separator): Remove.
-       (multi-prompt-key-value-collection-fn): Do not search for
-       `multi-prompt-separator'.
-       (crm-local-must-match-map, crm-local-completion-map): Silence the
-       byte compiler.
-       (multi-prompt-key-value): Require crm.el here and not at
-       top-level.
-
-       * tex-info.el (TeX-texinfo-mode): Add @lowersections and
-       @raisesections.
-
-       * doc/auctex.texi (Adding Environments): Document hooks for
-       `LaTeX-add-environments'.
-
-2009-03-29  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/listings.el (LaTeX-listings-key-val-options): New
-       variable.
-       ("listings"): Use it.  Check for font-latex function, not feature.
-
-       * latex.el (TeX-arg-key-val): New function.
-
-       * multi-prompt.el: Require crm.el.
-       (multi-prompt-separator, multi-prompt-key-value-sep)
-       (multi-prompt-completion-table): New variables.
-       (multi-prompt-key-value-collection-fn, multi-prompt-key-value):
-       New functions.
-
-2009-03-22  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-site.el.in: Revitalize support for completion in \cite
-       macros via `BibTeX-auto-store'.
-
-2009-03-02  Holger Sparr  <holger.sparr@gmx.net>
-
-       * Makefile.in (STYLESRC): Add style/multido.el;
-       style/pst-{grad|node|plot|slpe}.el
-
-2009-03-01  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-verbatim-macro-boundaries): Do step backwards at
-       beginning of buffer.
-       (LaTeX-search-forward-comment-start): Treat find of comment at
-       limit correctly.
-
-       * tex-fold.el (TeX-fold-comment-do): Abort backward search for
-       comment start at beginning of buffer.  Do not fold empty comment.
-
-2009-02-24  Holger Sparr  <holger.sparr@gmx.net>
-
-       * style/multido.el: New file.
-
-       * style/pst-grad.el: New file.
-
-       * style/pst-node.el: New file.
-
-       * style/pst-plot.el: New file.
-
-       * style/pst-slpe.el: New file.
-
-2009-02-23  Holger Sparr  <holger.sparr@gmx.net>
-
-       * style/pstricks.el: Actually implement support for writing
-       PSTricks code.
-
-2009-02-22  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Multi-line fontification): Remove.
-
-       * doc/todo.texi (Wishlist): Fix typo.  Remove entry which is
-       already supported.
-
-       * style/tabularx.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/tabularx.el
-
-2009-02-15  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/natbib.el ("natbib"): Check for font-latex function rather
-       than feature.  Add fontification spec for \cite.
-
-       * doc/auctex.texi (Simple Style): Bring example in line with
-       reality.
-
-2009-01-24  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-source-correlate-method): Doc fix.
-       (TeX-source-correlate-mode): Call minor mode function after file
-       is loaded.
-
-2009-01-14  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-babel-insert-hyphen): Put `delete-selection'
-       property on function symbol.
-
-2009-01-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/CJK.el: New file.
-
-       * style/ruby.el: New file.  Correct argument numbers of \rubysize
-       and \rubysep.
-
-       * style/CJKutf8.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/CJK.el and style/ruby.el.  Add
-       style/CJKutf8.el.
-
-2009-01-03  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/flashcards.el ("flashcards"): Test for font-latex function
-       instead of feature.  Reflect that \cardbackstyle has an optional
-       argument.
-
-2008-12-29  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/hyperref.el ("hyperref"): Test for font-latex function
-       instead of feature.  Activate hyperref referencing style if
-       possible.
-
-2008-12-28  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-current-pages): Get rid of trailing periods.
-       (TeX-LaTeX-sentinel): Add support for longtable warning.  Use only
-       one search per condition.  Call `message' like `format'.
-
-2008-12-22  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-doc-backend-alist): Call `TeX-tree-expand' instead
-       of `TeX-macro-global-internal'.
-
-       * tex-jp.el (TeX-macro-global): Call `TeX-tree-expand' instead of
-       `TeX-macro-global-internal'.
-
-       * latex.el (LaTeX-env-item): Deactivate the mark before inserting
-       \item.
-       (LaTeX-insert-item): Swap point and mark when mark if necessary.
-       Insert newline only when not at beginning of line.
-
-       * tex.el (TeX-deactivate-mark): New function.
-       (TeX-parse-argument): Use it.
-
-2008-12-21  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-auto-private, TeX-style-private): Per default
-       propose a place in the user's Emacs directory, not in the TeX
-       tree.
-       (TeX-style-path): Add values to the end of the list.  Doc fix.
-
-       * doc/auctex.texi (Automatic Private): Adjust descriptions of
-       `TeX-macro-private', `TeX-auto-private', and `TeX-style-private'.
-
-2008-12-16  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-tree-expand): New name for
-       `TeX-macro-global-internal'.  Adapt parameter list to make it more
-       flexible.  Update doc string.  Do not return removed default
-       argument.
-       (TeX-macro-global): Change to accomodate new interface of
-       `TeX-tree-expand'.
-       (TeX-macro-private): New function.
-       (TeX-macro-private): Use it to determine variable value.
-
-2008-12-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (plain-TeX-clean-intermediate-suffixes)
-       (plain-TeX-clean-output-suffixes): New variables.
-
-2008-12-01  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (VirTeX-common-initialization): Revert last change.
-
-2008-11-30  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (VirTeX-common-initialization): Do not add call to
-       `TeX-update-style' to `find-file-hooks' but call it directly.
-
-2008-11-23  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-source-correlate-determine-method): Use configured
-       LaTeX command and find -synctex switch even if there are spaces in
-       front of it, as e.g. with MiKTeX.
-       (TeX-format-list): Use \subsection and \subsubsection as well to
-       identify a LaTeX file.
-
-2008-11-02  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-match-math-env)
-       (font-latex-extend-region-backwards-math-env): Do not match
-       \\[...].
-
-       * tex-fold.el (TeX-fold-expand-spec): Do not treat `\' special in
-       replacement text.
-
-2008-10-26  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (plain-TeX-common-initialization): Respect double dollar,
-       i.e. "$$", as a paragraph separator.
-
-2008-10-14  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-current-environment): Fix handling of commented
-       parts.
-
-       * tex.el (TeX-comment-prefix): Save match data.
-
-2008-10-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/changes.texi, doc/install.texi, doc/intro.texi,
-       doc/preview-readme.texi, doc/quickstart.texi: Make some
-       corrections and updates.
-
-2008-10-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-warning): Fix regexp for detecting bad boxes.
-
-2008-10-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-set-mode-name): Indicate TeX PDF mode as a trailing
-       flag.
-       (TeX-engine): Doc fix.
-
-       * doc/auctex.texi: Restructure some parts.  Update and extend it a
-       bit to reflect the recent changes of functionality.
-
-2008-10-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-interactive-mode): Add to `minor-mode-alist'.
-       ("desktop"): Remove `TeX-interactive-mode' from
-       `desktop-locals-to-save'.
-
-2008-10-06  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-paragraph-commands-regexp-make): Make it work
-       for the case that `LaTeX-paragraph-commands' is set.
-
-2008-10-05  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-engine): New variable.
-       (TeX-expand-list): Use it instead of XeTeX and Omega mode
-       variables.
-       (hack-one-local-variable): Remove references to XeTeX and Omega
-       mode variables.
-       (TeX-set-mode-name): Remove lighters for XeTeX and Omega mode.
-       (TeX-engine-alist, LaTeX-engine-alist): New variables.
-       (TeX-engine-set): New function.
-       (TeX-Omega-mode): Mark as obsolete.  Remove defcustom.
-       (TeX-PDF-mode): Use `TeX-engine' instead of mode variables.
-       (TeX-XeTeX-mode): Remove.
-       (TeX-mode-map): Remove key bindings for toggling XeTeX and Omega
-       mode.
-       (TeX-mode-specific-command-menu-entries): Use new facilities for
-       switching TeX engines.
-       ("desktop"): Remove reference to TeX Omega mode.
-
-       * context.el (ConTeXt-expand-options): Use `TeX-engine' instead of
-       XeTeX and Omega mode variables.
-
-2008-09-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-PDF-mode): Add to `minor-mode-alist'.  Use "" as
-       lighter.
-       ("desktop"): Remove `TeX-PDF-mode' from `desktop-locals-to-save'.
-
-       * latex.el (LaTeX-mark-environment): Swap beg and end.
-
-2008-08-02  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-bar.el (TeX-bar-TeX-buttons, TeX-bar-LaTeX-buttons): Mimic
-       the default tool bars more closely.
-
-2008-08-02  Reiner Steib  <reiner.steib@gmx.de>
-
-       * toolbar-x.el (toolbarx-default-toolbar-meaning-alist): Provide
-       different defaults for different Emacs and XEmacs versions.
-       Conditionally add a `new-file' entry.
-
-2008-07-28  Ralf Angeli  <angeli@caeruleus.net>
-
-       * toolbar-x.el (toolbarx-image-path): Protect against load-path
-       items being nil.
-
-       * style/foils.el (LaTeX-style-foils): Silence the byte compiler.
-
-       * style/epsf.el (TeX-arg-epsfsize): Silence the byte compiler.
-
-       * tex.el (TeX-source-specials-view-start-server): Alias only if
-       `defvaralias' is available.
-       (TeX-master, TeX-convert-master): Move upwards to prevent some
-       compiler warnings.
-
-2008-07-27  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-synctex-tex-flags): New variable.
-       (TeX-source-correlate-expand-options): Use it.
-       (TeX-source-specials-tex-flags): Remove possibility to create
-       lists.
-
-       * context.el (ConTeXt-expand-options): Support TeX XeTeX mode and
-       TeX Source Correlate mode.
-
-2008-07-24  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-source-specials-mode): Fix last change.
-
-2008-07-23  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-expand-list): Prevent "%(PDF)" expander from
-       returning "pdf" if `TeX-XeTeX-mode' is active.  Make "%(tex)" and
-       "%(latex)" expanders aware of the XeTeX commands.
-       (hack-one-local-variable): Cater for `TeX-XeTeX-mode'.
-       (TeX-set-mode-name): Cater for `TeX-XeTeX-mode'.
-       (TeX-source-specials-mode): Mark as obsolete.
-       (TeX-PDF-mode): Disable TeX XeTeX mode if TeX PDF mode is
-       disabled.
-       (TeX-Omega-mode): Disable TeX XeTeX mode if TeX Omega mode is to
-       be enabled.
-       (TeX-XeTeX-command, LaTeX-XeTeX-command): New variables.
-       (TeX-XeTeX-mode): New minor mode.
-       (TeX-mode-map): Define key for TeX XeTeX mode.
-       (TeX-mode-specific-command-menu-entries): Add entry for TeX XeTeX
-       mode.  Make the engine-related options exclusive by using radio
-       buttons.  Refine the wording for some options.
-
-2008-07-19  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-source-correlate-determine-method): Do not error out
-       if calling the engine fails.
-
-       * latex.el (LaTeX-mark-environment): Keep point upon unsuccessful
-       search.
-
-2008-07-19  Vincent Belaïche  <vincent.b.1@hotmail.fr>  (tiny change)
-
-       * latex.el (LaTeX-mark-environment): Support marking of multiple
-       nested environments.
-
-2008-07-17  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-paragraph-commands-regexp-make): Take
-       `LaTeX-paragraph-commands' into account.
-       (LaTeX-paragraph-commands-regexp): Move behind
-       `LaTeX-paragraph-commands' definition.
-
-2008-07-14  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/pdfsync.el ("pdfsync"): Use
-       `TeX-source-correlate-output-page-function' rather than
-       `TeX-sync-output-page-function'.
-
-       * tex.el (TeX-command-list): Remove SyncTeX expanders.
-       (TeX-expand-list): Adapt function calls.  Remove SyncTeX expander.
-       (hack-one-local-variable, TeX-set-mode-name): Remove
-       `TeX-synctex-mode' and `TeX-source-specials-mode'.  Add
-       `TeX-source-correlate-mode'.
-       (TeX-source-correlate-method): New variable.
-       (TeX-source-correlate-method-active): New variable.
-       (TeX-source-correlate-output-page-function): Renamed from
-       `TeX-sync-output-page-function'.
-       (TeX-source-correlate-start-server): Renamed from
-       `TeX-view-start-server'.
-       (TeX-source-correlate-start-server-asked): Renamed from
-       `TeX-view-start-server-asked'.
-       (TeX-source-correlate-start-server-flag): Renamed from
-       `TeX-view-start-server-flag'.
-       (TeX-source-correlate-gnuserv-p): Renamed from
-       `TeX-view-gnuser-p'.
-       (TeX-source-correlate-server-enabled-p): Renamed from
-       `TeX-view-server-enabled-p'.
-       (TeX-source-correlate-start-server-maybe): Renamed from
-       `TeX-view-start-server-maybe'.
-       (TeX-source-specials): Remove custom group.
-       (TeX-source-correlate-determine-method): New function.
-       (TeX-source-correlate-expand-options): Renamed from
-       `TeX-source-specials-expand-options'.  Support SyncTeX as well.
-       (TeX-source-correlate-map): Renamed from
-       `TeX-source-specials-map'.
-       (TeX-source-correlate-mode): Renamed from
-       `TeX-source-specials-mode'.  Support SyncTeX as well.
-       (TeX-source-specials-mode): Now an alias for
-       `TeX-source-specials-mode'.
-       (TeX-source-specials-tex-flags, TeX-source-specials-places)
-       (TeX-source-specials-view-position-flags)
-       (TeX-source-specials-view-editor-flags)
-       (TeX-source-specials-view-gnuclient-flags)
-       (TeX-source-specials-view-emacsclient-flags): Put into `TeX-view'
-       rather than `TeX-command' group.
-       (TeX-source-specials-view-expand-options): Adapt for new function
-       names and distinction between source specials and SyncTeX.
-       (TeX-synctex-mode): Remove.
-       (TeX-mode-map): Remove binding for TeX SyncTeX mode.
-       (TeX-mode-specific-command-menu-entries): Remove menu entry for
-       TeX SyncTeX mode.  Use Source Correlate moniker instead of Source
-       Specials.
-
-2008-07-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Folding): Fix last change.
-
-2008-07-06  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Folding): Document folding of math constructs
-       and the possibilities of providing expanders and alternatives in
-       replacement specifiers.
-
-       * tex.el (TeX-command-list): Add expanders for SyncTeX.
-       (TeX-expand-list): Start server if necessary when viewing.  Define
-       expander for SyncTeX.
-       (hack-one-local-variable): Cater for TeX SyncTeX mode.
-       (TeX-set-mode-name): Add lighter for TeX SyncTeX mode.
-       (TeX-view): New customization group.
-       (TeX-view-start-server): Renamed from
-       `TeX-source-specials-view-start-server'.
-       (TeX-source-specials-view-start-server): Rename to
-       `TeX-view-start-server' and define alias.
-       (TeX-view-start-server-asked): Renamed from
-       `TeX-source-specials-view-start-server-asked'.
-       (TeX-source-specials-view-start-server-asked): Rename to
-       `TeX-view-start-server-asked'.
-       (TeX-view-start-server-flag): New variable.
-       (TeX-view-gnuserv-p): Renamed from
-       `TeX-source-specials-view-gnuserv-p'.
-       (TeX-source-specials-view-gnuserv-p): Rename to
-       `TeX-view-gnuserv-p'.
-       (TeX-view-server-enabled-p): New function.
-       (TeX-view-start-server-maybe): New function.
-       (TeX-source-specials-mode): Set `TeX-view-start-server-flag'.
-       (TeX-source-specials-view-expand-client): Adapt call to new
-       function name.
-       (TeX-source-specials-view-expand-options): Do not try to start the
-       server here anymore.
-       (TeX-synctex-mode): New minor mode.
-       (TeX-synctex-output-page): New function.
-       (TeX-mode-map): Add key for toggling TeX SyncTeX mode.
-       (TeX-mode-specific-command-menu-entries): Add menu entry for TeX
-       SyncTeX mode.
-       (TeX-math-input-method-off-regexp): New variable.
-       (TeX-toggle-off-input-method): Remove.
-       (TeX-math-input-method-off): Do without
-       `TeX-toggle-off-input-method'.
-
-2008-07-04  Berend de Boer  <berend@pobox.com>
-
-       * context.el, context-en.el: added a few more entries to the menu
-       to select ConTeXt macro's from.
-
-2008-06-29  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/bulgarian.el ("bulgarian"): Use value of
-       `TeX-quote-after-quote' for default quote insertion behavior.
-
-2008-06-28  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-find-matching-close): Simplify.  There
-       is no need for a general mechanism if the supported chars are
-       limited at another place.
-
-       * tex.el (TeX-search-syntax-table): Support (...) and <...>.
-
-       * tex-fold.el (TeX-fold-macro-spec-list): New spec for \item.
-       Adapt doc string to reflect new functionality.
-       (TeX-fold-macro-nth-arg): New `delims' parameter which can be used
-       to find other macro args than those enclosed by braces.
-       (TeX-fold-expand-spec): New function.
-       (TeX-fold-hide-item): Use it.
-
-       * doc/auctex.texi (European): Document `bulgarian' language
-       option.
-
-       * Makefile.in (STYLESRC): Add style/bulgarian.el.
-
-       * style/bulgarian.el: New file.
-
-2008-06-21  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/hyperref.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/hyperref.el.
-
-2008-06-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-make-built-in-keywords): Distinguish
-       command-type keyword classes from others when creating the
-       respective variables.
-
-       * doc/auctex.texi (Font Locking): Structure with nodes.
-       (Fontification of macros): Describe format specifiers for macros
-       with arguments.
-
-2008-05-30  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-fold.el (TeX-fold-macro-spec-list): Add some documentation.
-       (TeX-fold-hide-item): Support replacement of argument specifiers
-       like "{1}" by the respective argument value in the display string.
-
-2008-05-30  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
-
-       * tex-fold.el (TeX-fold-macro-spec-list): Add function choice.
-       (TeX-fold-hide-item): If specifier is a function, call it with all
-       mandatory arguments of macro.
-
-2008-05-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (docTeX-mode): Add regexp group to value of
-       `TeX-comment-start-regexp'.
-
-       * style/doc.el (LaTeX-doc-after-insert-macrocode): New function.
-       ("doc"): Add it to `LaTeX-after-insert-env-hooks'.
-
-       * latex.el: Get rid of some compiler warnings.
-       (LaTeX-after-insert-env-hooks): New variable.
-       (LaTeX-insert-environment): Remove docTeX-specific code.
-       Run `LaTeX-after-insert-env-hooks'
-
-       * style/beamer.el (LaTeX-beamer-after-insert-env): New function.
-       ("beamer"): Add it to `LaTeX-after-insert-env-hooks'.  Get rid of
-       some compiler warnings.  Support the semiverbatim environment.
-
-       * style/dinbrief.el: Get rid of some compiler warnings.
-
-       * style/dk-bib.el: Get rid of some compiler warnings.
-
-       * style/emp.el: Get rid of some compiler warnings.
-
-       * style/epsf.el: Get rid of some compiler warnings.
-
-       * style/foils.el: Get rid of some compiler warnings.
-
-       * style/graphicx.el: Get rid of some compiler warnings.
-
-       * style/letter.el: Get rid of some compiler warnings.
-
-       * style/prosper.el: Get rid of some compiler warnings.
-
-       * style/psfig.el: Get rid of some compiler warnings.
-
-       * texmathp.el: Get rid of some compiler warnings.
-
-       * tex.el: Get rid of some compiler warnings.
-
-       * tex-jp.el: Get rid of some compiler warnings.
-
-       * tex-buf.el: Get rid of some compiler warnings.
-
-       * font-latex.el: Get rid of some compiler warnings.
-
-       * context.el: Get rid of some compiler warnings.
-
-       * context-en.el: Get rid of some compiler warnings.
-
-       * context-nl.el: Get rid of some compiler warnings.
-
-2008-05-22  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-command-sentinel): Use `TeX-master-file' instead
-       of `TeX-active-master' for `TeX-transient-master'.
-
-2008-05-17  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Font Specifiers): Correct argument list of
-       `TeX-font'.
-
-2008-05-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Font Specifiers): Document `LaTeX-font-list'.
-
-2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
-
-       * tex-bar.el (TeX-bar-TeX-buttons, TeX-bar-LaTeX-buttons): Add
-       standard Emacs buttons to custom set.
-       (TeX-bar-TeX-buttons): Use `tex' instead of `latex' in custom set.
-
-2008-05-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-site.el.in (AUCTeX): Move customization group here from
-       tex.el and load the main files defining customization options.
-
-       * tex.el (AUCTeX): Move customization group to tex-site.el.in.
-       (TeX-expand-list): Make %(outpage) default to "1".
-
-2008-05-01  Ralf Angeli  <angeli@caeruleus.net>
-
-       * toolbar-x.el (toolbarx-xemacs-refresh): Only activate the tool
-       bar if it is already visible.  Remove redundant if clause.
-
-       * tex-buf.el (TeX-format-filter): Do not remove linebreak if the
-       following line starts with an opening parenthesis.
-
-2008-04-28  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/Makefile.in (install-auctex): Do not use `-' to suppress
-       errors within command.
-
-2008-04-28  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-run-command): disable undo in run buffer
-
-2008-03-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/pdfsync.el (LaTeX-pdfsync-output-page): Kill buffer with
-       pdfsync file if it was loaded by us.
-
-2008-03-02  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-info.el (texinfo-environment-regexp): Terminate.
-
-2008-03-01  Matan Ninio  <emacs@auctexdev.ninio.org>  (tiny change)
-
-       * style/pdfsync.el (LaTeX-pdfsync-output-page): Include
-       subdirectories relative to master file in file names.  Searching
-       for the file entry in the .pdfsync file allows for an optional
-       `.tex' extension in the filename.  Find further p lines if the
-       current context does not contain any more.
-
-2008-02-24  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in: Add windows-package target and related variables.
-
-2008-02-23  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-common-menu-entries): Add exception for docTeX mode
-       when extending the customization menu.
-
-2008-02-17  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi: Repeat direntry after each category as per
-       recommendation of Karl Berry.
-
-       * doc/preview-latex.texi: Repeat direntry after each category as
-       per recommendation of Karl Berry.
-
-2008-02-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-make-match-defun)
-       (font-latex-keyword-matcher): Recognize old-style type specs which
-       could be lists.  Prevents "void-function nil" error during font
-       locking.
-
-2008-02-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in (maintainer-clean): Do not depend on distclean.  How
-       did this ever work?
-       (www-doc): Use release files.  Update URLs.  Make gendocs.sh use
-       texi2html.
-
-       * doc/Makefile.in (extradist): Re-add tex-ref.pdf dependency.
-       (install-auctex): Do not install reference card when producing an
-       XEmacs package.
-
-2008-02-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Version 11.85 released.
-
-2008-02-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * RELEASE: Update for upcoming release.
-
-       * auctex.spec (Version): Bump version number.
-
-       * configure.ac: Bump version number.
-
-       * doc/todo.texi: Add copyright notice.
-       (Bugs): Remove entry about XEmacs bug since AUCTeX now helps
-       XEmacs in doing multi-line font locking.
-
-       * doc/tex-ref.tex: Bump version number.  Updated references to
-       toggles for bad boxes and warning.  Mention `Clean' and `Clean
-       All' commands.
-
-       * doc/install.texi: Add copyright notice.
-       (Prerequisites): Update information about Emacs 22.
-
-       * doc/wininstall.texi: Update information about requirements,
-       esp. availability of Emacs 22.
-
-2008-02-09  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-error, TeX-warning): Handle `expert' option of
-       `TeX-display-help'.
-       (TeX-warning): Find error file in same window.
-
-       * tex.el (TeX-display-help): Add `expert' option.
-
-       * doc/auctex.texi (Commands): Add some explanatory text for TeXing
-       options.  Document `TeX-show-compilation'.
-       (Debugging): Reflect new option of `TeX-display-help'.
-
-       * doc/changes.texi: Add changes for 11.85.  Add copyright notice.
-
-2008-02-08  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-bar.el (LaTeX-symbols-toolbar-visible-flag): Improve doc string.
-
-       * toolbar-x.el (toolbarx-image-path): Improve doc string.
-
-2008-02-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-parse-TeX): Do not pop to output buffer.
-       (TeX-warning): Since we do not pop to the output buffer, find the
-       source file in the original window.
-
-2008-02-05  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-built-in-keyword-classes): Add syntax
-       alternatives for some commands.
-       (font-latex-setup): Give ?@ word syntax for font locking.
-       (font-latex-syntax-error-modes): New variable.
-       (font-latex-match-command-with-arguments): Use it.
-
-2008-02-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-set-syntactic-keywords): Revert change
-       from 2007-04-09 because the unbalanced treatment of \begin and
-       \end may lead to color bleeding.
-
-2008-02-03  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Relicense all "GPLv2 or later" files to "GPLv3 or later".
-
-       * COPYING: Switch to GPLv3.
-
-       * doc/Makefile.in, doc/preview-dtxdoc.pl: Add coypright and
-       license notices.
-
-       * style/beamer.el, style/scrbook.el: Add license notices.
-
-2008-02-03  Ikumi Keita         <ikumi@ikumi.que.jp>
-
-       * tex-info.el (Texinfo-insert-node): Correct name of let-bound
-       variable.
-
-2008-02-03  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-info.el: Make sure the Texinfo mode of AUCTeX is still used
-       after loading texinfo.el.
-
-2008-02-02  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in, auctex.spec, autogen.sh, configure.ac: Add
-       copyright and license notices.
-
-       * texmathp.el, style/amsmath.el, style/amsthm.el,
-       style/fancyref.el, style/index.el, style/makeidx.el,
-       style/multind.el, style/varioref.el: Reflect copyright assignment
-       of Carsten Dominik to FSF in coypright notices and adapt licence
-       notice accordingly.
-
-2007-12-28  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-command-expand): Do not evaluate `file' as a
-       function.
-
-2007-12-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Ignore whitespace
-       when checking if verbatim macro starts at beginning of line.
-
-2007-12-08  David Kastrup  <dak@gnu.org>
-
-       * texmathp.el (defgroup, defcustom): Remove compatibility cruft.
-
-2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/install.texi (Prerequisites): Add openSUSE.
-
-2007-11-20  David Kastrup  <dak@gnu.org>
-
-       * doc/install.texi (Prerequisites): Update to reflect current
-       realities.
-
-2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-buf.el (TeX-record-buffer): New variable, only in Emacs.
-       (TeX-pop-to-buffer): New function.
-       (TeX-recenter-output-buffer, TeX-background-filter)
-       (TeX-parse-TeX, TeX-parse-error, TeX-help-error): Use
-       `TeX-pop-to-buffer'.
-
-2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * toolbar-x.el (toolbarx-find-image): Rename argument.  Improve
-       doc string.
-
-2007-10-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (TeX-arg-verb): Honor active region.
-
-2007-10-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/MinionPro.el ("MinionPro"): Run style hook for amsmath
-       which is loaded via MnSymbol.
-
-2007-10-09  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/nomencl.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/nomencl.el.
-
-2007-10-03  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-user-keyword-classes): Doc fix.
-
-2007-08-26  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-command-with-args-default-spec):
-       Default to nil.
-
-2007-08-24  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-match-command-with-arguments): Show
-       error indicator only in LaTeX mode.
-
-2007-08-23  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/nicefrac.el ("nicefrac"): Fix last change.
-
-2007-08-22  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/jurabib.el ("jurabib"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-2007-08-21  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/scrreprt.el: Add licence text.
-       ("scrreprt"): Use `font-latex-add-keywords'.  Add syntax
-       information.
-
-       * style/scrpage2.el: Add licence text.
-       ("scrpage2"): Use `font-latex-add-keywords'.  Add syntax
-       information.
-
-       * style/scrlttr2.el: Add licence text.
-       ("scrlttr2"): Use `font-latex-add-keywords'.  Add syntax
-       information.
-
-       * style/scrbook.el ("scrbook"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/scrbase.el ("scrbase"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-2007-08-20  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/url.el ("url"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/subfigure.el ("subfigure"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/csquotes.el ("csquotes"): Update for version 3.7.  Use
-       `font-latex-add-keywords'.  Add syntax information.
-
-       * style/MinionPro.el ("MinionPro"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * font-latex.el (font-latex-built-in-keyword-classes): Correct
-       syntax spec for \subsubparagraph.
-
-2007-08-19  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/units.el ("units"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/nicefrac.el ("nicefrac"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/listings.el ("listings"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/flashcards.el ("flashcards"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/comment.el ("comment"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/booktabs.el ("booktabs"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/babel.el ("babel"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/paralist.el ("paralist"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/natbib.el ("natbib"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/mdwlist.el ("mdwlist"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/graphicx.el ("graphicx"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/fancyref.el ("fancyref"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/captcont.el ("captcont"): Use `font-latex-add-keywords'.
-       Add syntax information.
-
-       * style/beamer.el ("beamer"): Use `font-latex-add-keywords'.
-
-       * font-latex.el (font-latex-add-keywords): New function.
-       (font-latex-command-with-args-opt-arg-delims): Add parentheses.
-
-2007-08-14  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-insert-backslash): put delete-selection property on.
-
-2007-08-13  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (all): make new target "docs" as well.  Descend for
-       docs, info and dvi.
-       Before regenerating extradist documentation, copy version info
-       from checked-out version (can we do that saner?).
-       On various targets, replace set -x with a somewhat more elaborate
-       version that echoes more for make -n.
-
-2007-08-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-doc-backend-alist): Delete buffers used for checking
-       availability of info files.
-
-2007-08-08  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-TeX-sentinel-check): Shave off quotation marks
-       from file name if present.
-
-2007-08-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-run-style-hooks): Set `default-directory' to the
-       directory of the master file.
-
-2007-07-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/pstricks.el ("pstricks"): Do not disable TeX PDF mode if
-       pst-pdf is used.
-
-2007-07-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-format-filter): Remove line breaks at column 79.
-
-2007-07-09  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-comment-forward): Call `comment-normalize-vars' if
-       available.
-
-2007-07-01  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/verbatim.el: Add copyright notice and licence info.
-
-       * style/paralist.el: Add copyright notice and licence info.
-
-       * style/booktabs.el: Add copyright notice and licence info.
-
-       * style/scrbase.el: Change copyright notice of Mark Trettin to FSF
-       to reflect the assignment.  Add licence info to header.
-
-       * style/subfigure.el: Change copyright notice of Reiner Steib to
-       FSF to reflect the assignment.  Add licence info to header.
-
-       * style/captcont.el: Change copyright notice of Reiner Steib to
-       FSF to reflect the assignment.  Add licence info to header.
-
-       * latex.el (LaTeX-auto-minimal-regexp-list): Match optional
-       arguments of document style or class macro even if they contain
-       periods, e.g. in case of "BCOR8.25mm" in KOMA Script classes.  Get
-       rid of superfluous escapes in complemented character alternatives.
-
-       * tex.el (TeX-insert-dollar): Show matching start only if
-       `blink-matching-paren' is non-nil.
-
-2007-06-20  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-common-initialization): Turn TeX PDF mode on
-       when pst-pdf.sty is used.
-
-2007-06-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-common-initialization): Do not add pstricks to
-       style hooks.
-
-       * style/pstricks.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/pstricks.el.
-
-2007-05-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-match-command-with-arguments): Check
-       if `match-beg' is set.
-
-2007-05-20  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/beamer.el ("beamer"): Use new syntax in format specifier
-       for frametitle macro.
-
-       * font-latex.el (font-latex-built-in-keyword-classes): Use new
-       syntax for format specifiers.
-       (font-latex-user-keyword-classes): Describe new syntax for format
-       specifiers.
-       (font-latex-command-with-args-default-spec): Use new syntax for
-       format specifiers.
-       (font-latex-command-with-args-opt-arg-delims): New variable.
-       (font-latex-match-command-with-arguments): Use it.  Change format
-       specifier parsing to support new syntax.
-       (font-latex-match-mandatory-arg): Remove.
-
-2007-05-05  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/faq.texi: Add entry about programs not being found by
-       ./configure when PATH is not set correctly.
-
-2007-04-29  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-parse-error): Match any closing parenthesis.
-
-2007-04-28  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-fontify-region): Force redisplay
-       instead of setting `jit-lock-context-unfontify-pos'.
-       (font-latex-command-with-args-default-spec): New variable.
-       (font-latex-match-command-with-arguments): Use it.
-       (font-latex-built-in-keyword-classes): Correct some syntax
-       specifiers.
-       (font-latex-jit-lock-force-redisplay): New function.
-       (font-latex-fontify-region): Use it.
-       (font-latex-doctex-preprocessor-face): Make DocStrip guards stand
-       out on Emacs 21.
-
-2007-04-23  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-environment-menu): Support optional arguments
-       specified by vectors.
-
-       * style/flashcards.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/flashcards.el.
-
-       * doc/auctex.texi (Adding Environments): Document possibility to
-       specify optional arguments in `LaTeX-add-environments'.
-
-2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/changes.texi: Add index entries for auctex.el and
-       tex-site.el.  Add references to INSTALL or manual.
-
-       * doc/install.texi (Loading the package): Add index entries for
-       auctex.el and tex-site.el.
-
-       * doc/wininstall.texi: Add index entries for tex-mik.el and
-       tex-fptex.el.  Clarify loading.
-
-2007-04-22  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-fontify-region): Force context-related
-       unfontification only if the region has to be extended.
-       (font-latex-find-matching-close): Do not look up syntax-table
-       properties.
-       (font-latex-extend-region-backwards-command-with-args)
-       (font-latex-extend-region-backwards-command-in-braces)
-       (font-latex-extend-region-backwards-math-env)
-       (font-latex-extend-region-backwards-math-envII)
-       (font-latex-extend-region-backwards-quotation): Doc fix.  Return
-       nil if no content requiring region extension was found.
-
-2007-04-16  Ikumi Keita        <ikumi@ikumi.que.jp>
-
-       * latex.el (LaTeX-math-default): Add various Greek uppercase
-       macros provided by amsmath.sty.
-
-2007-04-15  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-match-math-envII): Regexp-quote the
-       string used to look for the environment end in order for starred
-       environments to be found.
-
-2007-04-13  Mark Trettin  <Mark.Trettin@gmx.de>
-
-       * style/scrbase.el ("scrbase"): Fix typo in prompt.
-       (TeX-arg-KOMA-fontelements): Add \dictum, \pagination,
-       \disposition, and \minisec macros.
-
-2007-04-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/beamer.el ("beamer"): Specify syntax of \frametitle macro
-       for font locking.
-
-2007-04-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/amsmath.el ("amsmath"): Call `reftex-add-to-label-alist'
-       only if function is bound.
-
-2007-04-09  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-doc-backend-alist): Add --view parameter to texdoc
-       call since texdoc in MiKTeX fires up a web page not useful for our
-       purposes otherwise.
-
-       * tex-mik.el: Set `TeX-kpathsea-path-delimiter' to nil since
-       kpsewhich in MiKTeX (aka findtexmf) does not emit any useful
-       information if fed with kpathsea-related variables anyway.  This
-       change makes `TeX-doc' work again on MiKTeX.
-
-       * font-latex.el (font-latex-set-syntactic-keywords): Match the
-       \begin macro of verbatim environments in case it is preceded by
-       other content than whitespace.
-
-2007-04-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-backward-paragraph): Fix grouping in order to
-       return the right value when no paragraph command is found.
-
-2007-04-01  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-help-error): Correct regexp for matching line
-       indicator.
-
-2007-03-31  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-verbatim-environments): Fix typo.
-       (LaTeX-backward-paragraph): Special-case verbatim environments in
-       order to prevent leading brackets or braces from being interpreted
-       as part of the \begin macro.  Clean up a bit.
-
-2007-03-24  David Kastrup  <dak@gnu.org>
-
-       * context.el (ConTeXt-find-indent): Use `condition-case' rather
-       than `ignore-errors', and don't barf if at the end of file (like
-       with an empty file).
-
-2007-03-23  David Kastrup  <dak@gnu.org>
-
-       * context.el (TeX-ConTeXt-sentinel): Fix end-of-run detection.
-
-2007-03-19  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/comment.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/comment.el.
-
-       * font-latex.el (font-latex-syntactic-keywords-extra): New
-       variable.
-       (font-latex-set-syntactic-keywords): Use it.
-
-       * tex-style.el (LaTeX-comment-env-list): New variable.
-
-2007-03-18  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Commands): Remove dependency on software du
-       jour from description of `TeX-DVI-via-PDFTeX'.
-
-2007-03-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-quotes): Add nil option.
-       (font-latex-match-quotation)
-       (font-latex-extend-region-backwards-quotation): Do nothing if
-       `font-latex-quotes' is nil.
-
-       * doc/auctex.texi (Font Locking): Document nil option of
-       `font-latex-quotes'.
-
-2007-03-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-fold-math-spec-list): `decode-char' is not
-       autoloaded in XEmacs.  Only use it when it is defined.
-
-       * doc/auctex.texi (European): Document `icelandic' language
-       option.
-
-       * Makefile.in (STYLESRC): Add style/icelandic.el.
-
-       * style/icelandic.el: New file.
-
-2007-03-11  David Kastrup  <dak@gnu.org>
-
-       * RELEASE (Footnotes): Update Emacs CVS locations.
-
-2007-03-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-fold.el (TeX-fold-auto): Default to nil.
-
-2007-03-09  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-clean): Catch error on Emacs 21 when only one file
-       is to be deleted.
-
-2007-03-06  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-search-syntax-table): Set syntax of ?\( and ?\)
-       explicitely to whitespace for Emacs 21.
-       (TeX-search-syntax-table): Clean the syntax table more thoroughly.
-
-2007-03-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-find-macro-boundaries): Make it possible to restrict
-       the search with new argument `lower-bound'.
-       (TeX-find-macro-start): Make it possible to restrict the search
-       with new argument `limit'.
-
-       * font-latex.el: Merge from multiline-font-lock branch.
-       (font-latex-do-multi-line, font-latex-use-cache): Remove.
-       (font-latex-multiline-boundary): New variable.
-       (font-latex-built-in-keyword-classes): Add information about
-       syntax of macros.  Quote face names.
-       (font-latex-deactivated-keyword-classes): Adapt type to new form
-       of `font-latex-built-in-keyword-classes'.
-       (font-latex-make-match-defun): Accept `face' argument.
-       (font-latex-keyword-matcher): Support up to 8 slots for faces.
-       (font-latex-make-built-in-keywords): Support new form of keywords
-       classes.
-       (font-latex-user-keyword-classes): Provide possibility to specify
-       macro syntax.
-       (font-latex-make-user-keywords): Add warning face in relevant
-       matchers.
-       (font-latex-extend-region-functions): New variable.
-       (font-latex-setup): Use it.  Clean up.
-       (font-latex-fontify-region): New function.
-       (font-latex-unfontify-region): Cater for XEmacs.
-       (font-lock-after-change-function): Advise function for challenged
-       editors.
-       (font-latex-find-matching-close): Use `TeX-search-syntax-table'.
-       (font-latex-not-on-same-line-as): New function.
-       (font-latex-set-cache, font-latex-get-cache)
-       (font-latex-check-cache): Remove.
-       (font-latex-put-multiline-property-maybe): New function.
-       (font-latex-match-command-cache): Remove.
-       (font-latex-matched-faces): New variable.
-       (font-latex-matched-face): New function.
-       (font-latex-match-command-with-arguments): Use them.  Set warning
-       face when syntax not correct.
-       (font-latex-match-in-braces-cache): Remove.
-       (font-latex-match-mandatory-arg): New function.
-       (font-latex-extend-region-backwards-command-with-args): New
-       function.
-       (font-latex-match-command-in-braces): Set multiline property if
-       necessary.
-       (font-latex-extend-region-backwards-command-in-braces): New
-       function.
-       (font-latex-match-math-env): Set multiline property if necessary.
-       (font-latex-extend-region-backwards-math-env): New function.
-       (font-latex-math-environments): New variable.
-       (font-latex-match-math-envII): Use it.  Set multiline property if
-       necessary.
-       (font-latex-extend-region-backwards-math-envII): New function.
-       (font-latex-update-quote-list): New function.
-       (font-latex-match-quotation): Use it.  Set multiline property if
-       necessary.
-       (font-latex-extend-region-backwards-quotation): New function.
-
-2007-02-25  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-read-string): Add new function that will inherit the
-       input method if feasible.  TODO: replace calls of `read-string'
-       with this wherever it may be appropriate.
-
-2007-02-20  Ikumi Keita        <ikumi@ikumi.que.jp>
-
-       * tex-buf.el (TeX-region-file): Doc fix.
-
-2007-02-15  Masayuki Ataka  <masayuki.ataka@gmail.com>
-
-       * tex.el (TeX-after-insert-macro-hook): New hook.
-       (TeX-insert-macro): Use it.
-
-       * tex-fold.el (TeX-fold-auto): New variable.
-       (TeX-fold-mode): Append auto fold stuff to the end of
-       `TeX-after-insert-macro-hook'.
-
-2007-02-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-clean): Fix last change.
-
-2007-02-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-fold.el (TeX-fold-macro-spec-list-internal)
-       (TeX-fold-env-spec-list-internal)
-       (TeX-fold-math-spec-list-internal): New variables.
-       (TeX-fold-region-macro-or-env, TeX-fold-item): Use them.
-       (TeX-fold-comment-do): Doc fix.
-       (TeX-fold-mode): Set TeX-fold-*-spec-list-internal variables.  Use
-       <mode-prefix>-fold-*-spec-list variables if bound.
-
-       * latex.el (LaTeX-fold-macro-spec-list)
-       (LaTeX-fold-env-spec-list, LaTeX-fold-math-spec-list): New
-       variables.
-
-       * tex.el (TeX-mode-prefix): New function.
-       (TeX-clean): Use it.
-
-2007-02-10  Masayuki Ataka  <masayuki.ataka@gmail.com>
-
-       * tex-jp.el (TeX-japanese-process-input-coding-system)
-       (TeX-japanese-process-output-coding-system): Use system-type
-       instead of window-system.  Suggested by Ikumi Keita
-       <ikumi@ikumi.que.jp>.
-
-2007-02-09  Masayuki Ataka  <masayuki.ataka@gmail.com>
-
-       * tex-jp.el (TeX-japanese-process-input-coding-system)
-       (TeX-japanese-process-output-coding-system): Do not use
-       default-coding-system to set process-coding-system, anymore.  The
-       value is set to shift_jis or euc-jp depending on window-system.
-
-       * tex-bar.el: Fix typo.  Reported by Ikumi Keita
-       <ikumi@ikumi.que.jp>.
-
-2007-02-09  Ikumi Keita        <ikumi@ikumi.que.jp>
-
-       * tex-jp.el (japanese-TeX-command-list): Add
-       `TeX-run-discard-foreground' and `TeX-run-function' for
-       function-item.
-       (japanese-TeX-set-process-coding-system): New function.
-       (TeX-after-start-process-function): Use it.  Cater for the
-       accidental case that no-Japanese loads tex-jp.el and his
-       coding-system is set to unexpected one.
-
-2007-02-05  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-submit-bug-report): Remove unnecessary code.
-       Include a plea for upgrading into introductory blurb.
-
-2007-02-01  Ikumi Keita        <ikumi@ikumi.que.jp>
-
-       * latex.el: Move (provide 'latex) to the end of buffer.
-       (TeX-global-input-files, BibTeX-global-style-files)
-       (BibTeX-global-files): checkdoc cleaning.
-       (LaTeX-fill-paragraph, LaTeX-fill-code-comment): Use function
-       TeX-match-buffer instead of buffer-substring-*.
-       (LaTeX-209-to-2e): Likewise.
-
-       * tex-buf.el (TeX-command-region, TeX-command-buffer)
-       (TeX-next-error, TeX-check-files, TeX-command-next)
-       (TeX-output-extension, TeX-run-set-command, TeX-run-interactive)
-       (TeX-sentinel-default-function, TeX-region-create, TeX-region)
-       (TeX-error-file, TeX-error-offset, TeX-parse-TeX)
-       (TeX-error-description-list): checkdoc cleaning.
-       (TeX-run-command, TeX-TeX-sentinel-check, TeX-BibTeX-sentinel):
-       Use substitute-command-keys to message key binding.
-       (TeX-current-pages): Add doc string.
-
-       * tex.el (TeX-print-command, TeX-queue-command)
-       (TeX-command-list, TeX-printer-list, TeX-set-mode-name)
-       (TeX-regexp-group-count): checkdoc cleaning.
-       (plain-TeX-mode-hook): Declare user option explicitly using
-       defcustom.
-       (TeX-search-files-kpathsea): Use TeX-kpathsea-path-delimiter
-       instead of kpathsea-path-delimiter.
-
-2007-01-23  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Quotes): Document
-       `TeX-math-close-double-dollar'.  Add subheadings.
-
-2007-01-22  Ralf Angeli  <angeli@caeruleus.net>
-
-       * autogen.sh: Define PDFTEX if empty and pass it to `make dist' in
-       `doc' directory for documentation generation.
-
-       * doc/Makefile.in (docdir, PACKAGE_TARNAME): New variables.
-       (dist): Add tex-ref.pdf target.
-       (extradist): Remove tex-ref.pdf target.
-       (install-auctex): Add tex-ref.pdf target.  Install tex-ref.pdf
-       into $(docdir).
-
-2007-01-21  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-fptex.el: Make calls of start.exe work with quoted file
-       names.
-
-       * tex-mik.el: Make calls of start.exe work with quoted file names.
-
-2007-01-21  Masayuki Ataka  <masayuki.ataka@gmail.com>
-
-       * tex-fold.el (TeX-fold-type-list): New new type 'math.
-       (TeX-fold-math-spec-list): New variable.
-       (TeX-fold-dwim, TeX-fold-region, TeX-fold-region-macro-or-env)
-       (TeX-fold-item): Try to fold math macros as well.
-       (TeX-fold-buffer, TeX-fold-paragraph, TeX-fold-make-overlay)
-       (TeX-fold-item-end): Mention new type 'math.
-       (TeX-fold-math): New function.
-
-2007-01-20  David Kastrup  <dak@gnu.org>
-
-       * auctex.spec: Remove unused `%{extraconfig}' argument.
-
-2007-01-20  Masayuki Ataka  <masayuki.ataka@gmail.com>
-
-       * tex-fold.el (TeX-fold-macro-spec-list): Fold marginpar, eqref,
-       glossary, copyright, textregistered and texttrademark macros as
-       well.
-
-2007-01-18  Masayuki Ataka  <masayuki.ataka@gmail.com>
-
-       * tex-jp.el: Update maintainer email address.
-
-       * style/verbatim.el: Update author email address.
-
-2007-01-17  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-clean-default-intermediate-suffixes): Add beamer
-       suffixes.
-
-2007-01-16  Masayuki Ataka  <masayuki.ataka@gmail.com>
-
-       * tex-jp.el (japanese-TeX-command-list): Use "%`" and "%'" magic
-       to allow file names with spaces.  See also change log for
-       TeX-command-list in tex.el on 2006-10-10.
-       Reported by Ikumi Keita <ikumi@ikumi.que.jp>.
-
-2007-01-14  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/wininstall.texi: Add copyright notice and licence reference.
-       Mention --infodir.  Some clean-ups.
-
-2007-01-13  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in (www-doc): Generate AUCTeX and preview-latex manuals
-       in single directory.  Patch gendocs.sh to use texi2html instead of
-       makeinfo (patch not included).
-
-2007-01-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Version 11.84 released.
-
-2007-01-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * RELEASE: Update for release.
-
-       * doc/changes.texi: Update for release.
-
-       * auctex.spec (Version): Bump version number.
-
-       * configure.ac: Bump version number.
-
-       * doc/tex-ref.tex: Bump version number.
-
-2007-01-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * Makefile.in (STYLESRC): Add style/polski.el.
-
-       * RELEASE: Mention support for `polski' LaTeX package.
-
-       * style/polski.el: New file.
-
-       * doc/auctex.texi (European): Mention `polski' language option.
-
-2007-01-08  Ralf Angeli  <angeli@caeruleus.net>
-
-       * RELEASE: Document some new features.
-
-       * style/polish.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/polish.el.
-
-       * doc/auctex.texi (European): Remove references to `plfonts' and
-       `plhb' styles for typesetting Polish text because they seem to be
-       out of use.  Refer to the `polish' option for the babel LaTeX
-       package instead.
-
-       * tex.el (TeX-quote-language-alist): Replace references to
-       `plfonts' and `plhb' by `polish'.
-
-2007-01-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/wininstall.texi: Refer to up-to-date versions of CVS Emacs.
-
-       * doc/install.texi (Prerequisites): Refer to up-to-date versions
-       of CVS Emacs.
-
-2007-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (European): Improve TeX-quote-language-alist.
-
-       * tex.el (TeX-command-default): Mark as safe-local-variable.
-       (TeX-quote-language-alist): Improve custom type.  Add links to the
-       manual.  Improve doc string.
-
-2006-12-30  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Folding): Document user-visible changes in the
-       folding functionality.
-
-2006-12-29  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-info.el (TeX-texinfo-mode): Set `comment-use-syntax'.
-
-       * tex-fold.el: Update author email address.
-       (TeX-fold-type-list): New variable.
-       (TeX-fold-keymap): Add key binding for `TeX-fold-comment'.
-       (TeX-fold-dwim): Try to fold comment as well.
-       (TeX-fold-region): Move implementation of region folding for
-       macros and environments out into the new function
-       `TeX-fold-region-macro-or-env' and cater for comments as well.
-       (TeX-fold-region-macro-or-env, TeX-fold-region-comment)
-       (TeX-fold-comment, TeX-fold-comment-do): New functions.
-
-       * latex.el (LaTeX-common-initialization): Set
-       `TeX-search-forward-comment-start-function'.
-       (LaTeX-fill-region-as-para-do, LaTeX-fill-paragraph)
-       (LaTeX-fill-code-comment): Call `TeX-search-forward-comment-start'
-       instead of `LaTeX-search-forward-comment-start'.
-
-       * tex.el (VirTeX-common-initialization): Set `comment-end-skip'
-       and `comment-use-syntax'.
-       (TeX-fold-menu): Add entry for folding comments.
-       (TeX-comment-forward): New compatibility function.
-       (TeX-comment-or-uncomment-region): Use it.
-       (TeX-search-forward-comment-start-function): New variable.
-       (TeX-search-forward-comment-start): New function.
-
-2006-12-10  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-section-hook): Place into `LaTeX-macro' group.
-       (LaTeX-verbatim-macros-with-delims)
-       (LaTeX-verbatim-macros-with-braces): Same here.
-       (LaTeX-verbatim-environments): Place into `LaTeX-environment'
-       group.
-
-2006-12-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-bar.el (TeX-install-toolbar, LaTeX-install-toolbar): Add
-       `toolbarx-refresh' to `TeX-PDF-mode-hook' in the current buffer
-       only.
-
-2006-12-06  Ralf Angeli  <angeli@caeruleus.net>
-
-       * context-nl.el (ConTeXt-nl-mode-initialization): Use correct
-       syntax for prompting for an optional argument in case of \items
-       macro.
-
-       * context-en.el (ConTeXt-en-mode-initialization): Use correct
-       syntax for prompting for an optional argument in case of \items
-       macro.
-
-       * context.el (ConTeXt-arg-setup): Capitalize prompt.
-
-2006-12-04  Miguel Frasson  <mvsfrasson@gmail.com>
-
-       * toolbar-x.el (toolbarx-emacs-add-button):
-       Insert buttons in KEYMAP (new arg).
-       Unnecessary &optional removed.
-       Removed broken code for fake-button `:new-line'.
-       (toolbarx-emacs-refresh-process-button-or-insert-list):
-       New arg KEYMAP inserted.
-       Unnecessary &optional removed.
-       (toolbarx-emacs-refresh):
-       Fixed bug with `tool-bar-map' let-bound and made local variable.
-       (toolbarx-xemacs-refresh-process-button-or-insert-list):
-       Docstring improved..
-       (toolbarx-xemacs-refresh):
-       Using `nreverse' directly inside `let'.
-       `nreverse' is applied to lists generated from actual
-       data-structures, leaving such data-structures alone.
-
-2006-11-26  Ralf Angeli  <angeli@caeruleus.net>
-
-       * context.el (ConTeXt-texexec-option-nonstop): New variable.
-       (ConTeXt-expand-options): Use it.
-
-2006-11-24  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (plain-TeX-enable-toolbar): Rename from
-       `TeX-enable-toolbar'.
-       (plain-TeX-maybe-install-toolbar): Rename from
-       `TeX-maybe-install-toolbar'.
-       (TeX-plain-tex-mode): Use new names.
-
-       * doc/auctex.texi (Running TeX and friends): Explicitely mention
-       `plain-TeX-enable-toolbar' and `LaTeX-enable-toolbar'.
-
-2006-11-16  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-fill-region-as-para-do): Do not break before
-       code comments if at a commented beginning of a line.
-
-2006-10-21  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/preview-latex.texi: Fix @node commands.
-
-2006-10-20  David Kastrup  <dak@gnu.org>
-
-       * doc/auctex.texi (top): Mention reference card.
-
-       * doc/Makefile.in (PREVIEWTEXIFILES): Add `version.texi'.
-
-       * doc/auctex.texi: Add formatting emergencystretch.  Move macros
-       input.
-       (top): Rearrange somewhat.  Avoid duplicate contents (?).
-
-       * doc/preview-latex.texi: Restructure and relicense taking
-       auctex.texi as an example.
-
-       * doc/auctex.texi (top): In the user-visible part of the info
-       file, move the copying info completely to the "Copying this
-       manual" section in order to reduce clutter.
-
-2006-10-19  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Mention previous XEmacs package problems.
-
-2006-10-16  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-parse-error, TeX-error, TeX-warning): Replace
-       the error parser basically by what we have in preview-latex.
-       However, this does not yet do the fine-grained hackery around
-       possible TeX quote characters that preview-latex employs in order
-       to get the correct character position in a line even under adverse
-       conditions.
-
-2006-10-11  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-error-description-list): Add preview-latex error
-       pattern here.
-
-       * tex.el (TeX-expand-list): Add "%m" pattern from preview.
-       (TeX-add-local-master): Make a local variable wrapper more
-       suitable for docstrip.
-
-2006-10-10  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Mention space in file names, PostScript stack
-       tolerance.
-
-       * tex-buf.el (TeX-command-expand): Make `file' self-quoting in
-       expansion, and trick around with `TeX-command-pos' and other junk
-       in order to make the quoting stuff of "%`" and "%'" work.
-       (TeX-view-output-file): Became pretty pointless.  Remove.
-
-       * tex.el (TeX-command-list): Use "%`" and "%'" magic to allow file
-       names with spaces.
-       (TeX-output-view-style): Don't quote "%s", that's the job of
-       `TeX-command-expand'.
-       (TeX-expand-list): Use the `-interaction' option.  Define "%`",
-       " \"\\", "\"" and "%'" patterns.  Somebody should probably rather
-       turn this into external functions in `tex-buf.el': the stuff
-       really has no business here and does not get byte-compiled.  Use
-       `file' for "%o".
-
-2006-10-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-fill-region-as-paragraph): Match "foo\ %" as
-       well.
-
-2006-10-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-find-macro-boundaries): Prevent `up-list' and
-       friends from finding parens in comments if point is not in a
-       comment and vice versa.
-
-2006-10-02  David Kastrup  <dak@gnu.org>
-
-       * doc/auctex.texi: Change the licensing terms to require no front
-       and back cover texts, and explicitly exclude the GFDL from being
-       licensed under the GFDL.
-       (top): Give a synopsis for the license section in the top menu.
-       Remove redundant version mentions, remove the explicit exclusion
-       of the GFDL from GFDL licensing: RMS says it is unnecessary.
-
-2006-09-29  David Kastrup  <dak@gnu.org>
-
-       * autogen.sh: Use `=' instead of `==' in tests.
-
-       * doc/Makefile.in (version.texi): Let version.texi depend rather
-       on ChangeLog in order not to disturb pregenerated documentation.
-
-       * autogen.sh: Prepare `AUCTEXDATE' and `AUCTEXVERSION' for `make
-       dist'.
-
-       * Makefile.in (tar-ball): Pass version and date into autogen.sh
-
-       * doc/Makefile.in (AUCTEXDATE, AUCTEXVERSION): get from configure.
-       (AUCTEXTEXIFILES): Add fdl.texi and version.texi
-       (version.texi): create depending on Makefile.
-       (maintainer-clean): Remove version.texi.  Should this be in the
-       distclean target instead?
-
-       * doc/fdl.texi: Add it.
-
-       * Makefile.in (DOCFILES): Remove, unused.
-       (doc/Makefile): Add target.
-       (info, dvi, install-man, install-docs, clean, distclean)
-       (tar-ball): depend on doc/Makefile
-
-       * doc/.cvsignore: Add version.texi, remove unused auto.texi.
-
-       * doc/auctex.texi: Rearrange header material, put under GFDL, add
-       license, take version numbers from version.texi.
-
-2006-09-21  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Adapt to upcoming release.
-
-       * doc/install.texi (Configure): Remove reference to
-       `--with-kpathseasep' option.
-
-       * tex-mik.el (TeX-kpathsea-path-delimiter): initialize to ";".
-
-       * tex-fptex.el (TeX-kpathsea-path-delimiter): initialize to ";".
-
-2006-09-20  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el: Let `TeX-active-buffer' return nil if there is no
-       command buffer.  Change copyright notice from Kresten Krab Thorup
-       to reflect assignment to FSF.
-
-       * latex.el: Change copyright notice.
-
-       * tex.el: Change copyright notice.
-
-       * doc/tex-ref.tex: Change copyright notice.
-
-       * doc/auctex.texi: Change copyright notice.
-
-2006-09-17  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/faq.texi: Fix syntax error.
-
-2006-09-16  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/faq.texi: Explain the abbreviation AUC.
-
-2006-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * toolbar-x.el (toolbarx-emacs-refresh): Don't modify global value
-       of `tool-bar-map'.
-
-2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-math-default): Remove X2ABB for \Pr.  Suggested
-       by Adam Johnson <thu_zh@hotmail.com>.
-
-2006-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el: Use read-kbd-macro instead of kbd for LaTeX-math-mode.
-       (LaTeX-math-default): Add bindings for \var... symbols.
-       (LaTeX-math-default): Change binding for \vartheta.
-
-2006-09-08  David Kastrup  <dak@gnu.org>
-
-       * latex.el: Allow strings for keys in LaTeX-math-mode.
-       (LaTeX-math-list): Allow string for key.
-
-2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (Mathematics): Align description of
-       `LaTeX-math-list' with reality.
-
-2006-08-25  David Kastrup  <dak@gnu.org>
-
-       * doc/preview-faq.texi (Requirements, Installation Trouble)
-       (Customization): Update and remove stuff, mostly because
-       preview-latex is integrated with AUCTeX now.
-
-2006-08-30  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (TeX-latex-mode): Check if `tool-bar-mode' is bound.
-
-       * tex.el (TeX-plain-tex-mode): Check if `tool-bar-mode' is bound.
-
-2006-08-26  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (European): Make replacement of
-       language-specific hyphen strings more obvious.
-
-2006-08-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/csquotes.el: Bring up to par with version 3.5.
-
-2006-08-17  David Kastrup  <dak@gnu.org>
-
-       * doc/auctex.texi (Viewing): Type fix.
-
-2006-08-05  Berend de Boer  <berend@pobox.com>
-
-       * context-en.el: quite a few more English ConTeXt macros made
-       available in menu.
-
-       * context-nl.el: few more Dutch ConTeXt macros made available in menu.
-
-       * context.el: more ConTeXt macros made available in menu.
-
-2006-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-bar.el (TeX-bar-TeX-button-alist, TeX-bar-LaTeX-button-alist):
-       Make `file' invisible in TeX-PDF-mode.  Add clean.
-       (TeX-bar-TeX-buttons, TeX-bar-LaTeX-buttons): Improve custom type.
-
-2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-bar.el (TeX-bar-TeX-buttons, TeX-bar-LaTeX-buttons): Improve
-       wording.
-
-       * doc/changes.texi: Add bug fixes.  Add TeX tool bar.
-
-       * doc/auctex.texi (Running TeX and friends): Add
-       TeX-enable-toolbar.
-
-       * tex-bar.el: Copy of tool bar stuff from LaTeX-*.
-       (TeX-bar-TeX-buttons, TeX-bar-TeX-all-button-alists)
-       (TeX-bar-TeX-button-alist): New variables.
-       (TeX-bar-TeX-buttons, TeX-install-toolbar): New funtions.
-       (TeX-tool-bar-button-definitions): New custom group
-
-       * tex.el (TeX-enable-toolbar): New variable.
-       (TeX-maybe-install-toolbar): New function.
-       (TeX-plain-tex-mode): Add `TeX-maybe-install-toolbar'.
-
-2006-07-27  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: Add explanation of how to augment `PATH'.
-
-       * doc/todo.texi (Mid-term Goals): Typo.
-
-2006-07-25  David Kastrup  <dak@gnu.org>
-
-       * style/doc.el ("doc"): Add macrocode and macrocode* to
-       indentation-neutral environment list.
-
-       * latex.el (LaTeX-insert-environment): Leave mark at start of
-       content when inserting around active region.
-
-2006-07-11  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-font-list): Add `\mathbb' on C-c C-f C-s.
-
-2006-07-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-match-script): Don't match groups
-       spanning more than one line in order to avoid visually wrong
-       indentation in subsequent lines.
-       (font-latex-match-quotation): Do not match escaped quotation
-       marks.
-
-2006-07-23  Ralf Angeli  <angeli@caeruleus.net>
-
-       * bib-cite.el, tex-mik.el, doc/changes.texi, doc/history.texi,
-       doc/wininstall.texi: Fix spelling of MiKTeX.
-
-2006-07-21  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-match-script): Fix last check-in.
-
-2006-07-18  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-match-script): Apply subscript and
-       superscript highlighting only once in order to prevent the font
-       size becoming too small.
-
-2006-07-15  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-maybe-install-toolbar): Enable tool bar in LaTeX
-       mode only.
-       (LaTeX-maybe-install-toolbar): Revert last change.
-       (TeX-latex-mode): Set `tool-bar-mode-on-hook' buffer-locally
-       instead.
-
-2006-07-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Fix regexp for
-       matching whitespace and comment characters at the start of a line.
-       Simplify forward search.
-
-2006-07-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-find-macro-boundaries, TeX-find-macro-start): Remove
-       unused argument.
-       (TeX-find-macro-end-helper): Handle macros at the end of the
-       buffer correctly.
-
-2006-07-10  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-math-close-double-dollar): New variable.
-       (TeX-insert-dollar): Use it.
-
-       * Makefile.in, doc/Makefile.in (datarootdir): New variable used by
-       autoconf 2.59e.
-
-2006-07-09  Ralf Angeli  <angeli@caeruleus.net>
-
-       * aclocal.m4 (EMACS_CHECK_MULE): Check for EMACS_UNIBYTE
-       environment variable and do not set MULESRC if it is present.
-
-2006-07-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-normal-mode): Force update of style list.
-
-2006-07-02  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-doc-backend-alist): Explicitely supply doc directory
-       for non-kpathsea-based TeX systems.
-
-2006-06-29  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-fill-region-as-paragraph): Fix treatment of code
-       comments in case of something like "\%}%".
-
-2006-06-24  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-clean): Delete files in directory of master file.
-
-2006-06-23  Joshua Buhl <jbuhl_nospam@gmx.de>
-
-       * doc/tex-ref.tex (title{Outlining TeX Documents}): new section.
-
-2006-06-19  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/amsmath.el ("amsmath"): Prompt for alignment option with
-       subarray environments.
-
-2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-doc-backend-alist): Preserve window configuration
-       when checking for info backends.
-
-2006-06-17  Ikumi Keita <ikumi@revery.net>
-
-       * tex.el (TeX-parse-arguments): Makes to work with proper value of
-       TeX-insert-macro-default-style.
-       (TeX-insert-braces): Place braces with right direction with active
-       region, (related to the case when the region is being marked
-       backwards).
-
-2006-06-17  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex.el (TeX-clean): Delete generated files associated with
-       `TeX-region-file'.  Suggested by Ikumi Keita <ikumi@revery.net>.
-
-2006-06-12  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (Info-find-file): Do not autoload.
-       (TeX-doc-backend-alist): Use a method for checking the presence of
-       an info file which works in Emacs 21 as well.
-
-2006-06-11  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-doc-backend-alist): Don't error out if
-       `Info-find-file' is not available.
-       (TeX-doc): Use `interactive-p' instead of `called-interactively-p'
-       which is not available in Emacs 21.
-
-2006-06-11  Ikumi Keita  <ikumi@revery.net>
-
-       * style/amsmath.el ("amsmath"): Docfix for 'uproot'.
-       (LaTeX-amsmath-env-alignat): Fix typo.
-
-2006-06-08  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (PREVIEW_BUILD_DIR): New variable for building the
-       preview standalone bundle.
-       (preview-ball): New target for creating the preview standalone
-       bundle for CTAN.
-
-2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * auctex.spec (%post, %postun): Use mktexlsr instead of texhash.
-       Only update the relevant ls-R file.
-       (%install): Add comment about preview.cfg.
-       (%install, %files): prauctex.cfg is the config file, not
-       preview.cfg.
-
-2006-06-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-set-paragraph-start): New function.
-       (LaTeX-paragraph-commands-add-locally)
-       (LaTeX-common-initialization): Use it.
-
-2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Version 11.83 released.
-
-2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (full-release): Remove duplicate pass phrase prompt.
-       (release-commit): Only commit ChangeLog.
-
-       * Makefile.in (rpm-packages): Rename from rpm-builds.
-
-       * RELEASE: Fix typo.
-
-       * Makefile.in (rpm-builds): Add preview-tetex.
-
-       * auctex.spec: Add "-n" for preview-tetex.
-       (%install): Create preview.cfg.
-
-2006-06-07  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Add info about preview RPM.
-
-       * doc/install.texi (Advice for package providers): Adapt package
-       advice to what we actually do for RPM files.
-
-       * auctex.spec: attempt to add preview-tetex package.
-
-2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (XEMACS_BUILD_DIR): New variable.
-       (xemacs-package): Use it.
-       (tar-ball-clean): Add XEMACS_BUILD_DIR.
-       (CP): New variable.
-       (tar-ball, www-doc): Use it.
-
-       * RELEASE: Update RPM stuff.
-
-       * tex.el (TeX-line-number-at-pos): New compatibility function.
-
-       * style/pdfsync.el (LaTeX-pdfsync-output-page): Use it.
-
-       * auctex.spec (Obsoletes): Remove preview-latex-common.
-
-2006-06-06  Ralf Angeli  <angeli@caeruleus.net>
-
-       * style/pdfsync.el (LaTeX-pdfsync-output-page): Initialize
-       `sync-record' with a non-nil value.
-
-       * doc/auctex.texi (Viewing): Fix reference to Commands node
-       looking ugly in info output.  Slightly rearrange forward/inverse
-       search section.  Document pdfsync support a bit more in detail.
-
-2006-06-06  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * RELEASE: Use "SUSE" instead of "SuSE".
-
-       * auctex.spec (Release): Bump to 1.
-       (%changelog): Add 11.83.
-
-       * doc/changes.texi: Add @xref for pdfsync.
-
-       * doc/auctex.texi (Viewing): Mention pdfsync.
-
-       * doc/todo.texi (Wishlist): Add newline.  Mention pdfsync.
-
-2006-06-06  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Add details about downloadable packages.  Beg harder.
-
-2006-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * RELEASE: Mention LaTeX tool bar.
-
-2006-06-05  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-quote-regexp-beg)
-       (font-latex-quotes-control): Make buffer-local.
-       (font-latex-add-quotes): Revert last change and do not make
-       `font-latex-quotes-control' buffer-local which it now already is.
-
-2006-06-04  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-add-quotes): Make
-       `font-latex-quote-regexp-beg' buffer-local.
-
-2006-06-04  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (rpm-builds): New target.
-       (full-release): Use gpg-agent if available.
-       (RPM_SIGN): New variable.
-       (rpm-builds): Use it.
-
-       * doc/install.texi (Advice for non-privileged users): Reword to
-       avoid underfull hbox.
-
-2006-06-03  Ralf Angeli  <angeli@caeruleus.net>
-
-       * doc/auctex.texi (top): Update master menu.
-       (Running TeX and friends): Update menu.
-       (Miscellaneous Commands): Remove.
-       (Cleaning, Documentation): New nodes.
-
-       * doc/changes.texi: Update references to documentation about
-       cleaning and documentation access.
-
-2006-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (Miscellaneous Commands): New node.
-
-       * doc/changes.texi: Add @xref-s.
-
-2006-06-02  David Kastrup  <dak@gnu.org>
-
-       * doc/changes.texi: Change one ref to xref.
-
-2006-05-31  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/changes.texi: Conditionalize reference.
-
-       * doc/Makefile.in (MAKEINFO_PLAIN): Remove --no-validate.
-
-       * auctex.spec (%files emacs): Remove %exclude.
-
-2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/Makefile.in (MAKEINFO_PLAIN): New.  Add --no-validate.
-
-       * doc/changes.texi: Add tool bar.
-
-       * doc/auctex.texi (top): Remove tool bar.
-       (Running TeX and friends): Add tool bar here.  Adjust.
-
-2006-05-25  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Mention file-line-error style messages.
-       Mention XyMTeX fix.
-
-       * doc/changes.texi: The same.
-
-
-2006-05-25  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-update-style-hook): New variable.
-       (TeX-update-style): Use it.
-       (TeX-remove-style): Fix typo.
-
-       * font-latex.el (font-latex-quotes-internal): New variable.
-       (font-latex-quotes-set-internal): New function.
-       (font-latex-match-quotation): Use it.  Use
-       `font-latex-quotes-internal' instead of `font-latex-quotes'.
-       (font-latex-setup): Remove code for figuring out type of
-       language-specific quotation mark matching which is now in
-       `font-latex-quotes-set-internal'.
-
-       * RELEASE: Update for 11.83.
-
-       * auctex.spec, configure.ac, doc/auctex.texi, doc/changes.texi,
-       doc/preview-latex.texi, doc/tex-ref.tex: Bump version number.
-
-       Update address of FSF in GPL notices.
-
-2006-05-22  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-quotes-fallback)
-       (font-latex-quote-style-list-french)
-       (font-latex-quote-style-list-german): New variables.
-       (font-latex-quotes): Add `auto' option.
-       (font-latex-setup): Try to derive type of quotation mark matching
-       from document properties.
-
-       * tex.el (TeX-elt-of-list-member): New function.
-
-       * doc/auctex.texi (Font Locking): Document `auto' option of
-       `font-latex-quotes'.
-
-2006-05-21  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex.el (TeX-source-specials-mode): Mark as safe.
-       (TeX-PDF-mode): Use `TeX-booleanp'.
-       (TeX-booleanp): New function.
-
-       * font-latex.el (font-latex-quotes): Mark as safe.
-       (font-latex-fontify-script): Use `TeX-booleanp'.
-
-2006-05-17  Ralf Angeli  <angeli@caeruleus.net>
-
-       * latex.el (LaTeX-forward-paragraph): Make regexp more efficient.
-
-2006-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-PDF-mode): Rewrite safe-local-variable property for
-       Emacs 21 compatibility.
-
-       * font-latex.el (font-latex-fontify-script): Ditto.
-
-2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-master): Quote safe-local-variable lambda expression
-       to avoid byte compilation.
-
-2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * font-latex.el (font-latex-fontify-script): Mark as
-       safe-local-variable.
-
-2006-05-07  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-PDF-mode): Mark as safe-local-variable.
-       (TeX-master): Don't use t in safe-local-variable declaration.
-       (TeX-doc): Clarify.
-
-2006-05-07  Ralf Angeli  <angeli@caeruleus.net>
-
-       * font-latex.el (font-latex-match-quotation): Do not match
-       quotation marks in math constructs.
-
-2006-05-05  Berend de Boer  <berend@pobox.com>
-
-       * context.el (ConTeXt-mode-common-initialization): Previous fix
-       still wrong. Problem is that all local variables were killed, so
-       added a save/restore around the common initialisation.
-
-2006-05-04  Berend de Boer  <berend@pobox.com>
-
-       * context-nl.el (context-nl-mode) and context-en.el
-       (context-en-mode): can now assume that ConTeXt-current-interface
-       is buffer local.
-
-       * context.el (ConTeXt-current-interface): this variable should
-       always be buffer local. With this and above two changes having
-       buffers with two interfaces at the same time works correctly
-       (again?).
-
-2006-04-26  Ralf Angeli  <angeli@caeruleus.net>
-
-       * tex-buf.el (TeX-TeX-sentinel-check, TeX-parse-error): Support
-       file-line-error error indicators.
-
-2006-04-22  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-format-list): Extend regexp for ConTeXt mode.
-
-2006-04-21  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (docTeX-mode): Make filling and indentation aware of
-       DocStrip guards.
-
-2006-04-20  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-warning): Don't balk if `string' is nil.
-
-2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-match-script): Fix matching of nested
-       braces.
-
-2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-babel-insert-hyphen): Do not error out at
-       beginning of buffer.
-
-2006-03-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (install-metadata): Do not use an inline test for
-       checking if preview is enabled.  Just to be on the safe side.
-
-2006-03-27  David Kastrup  <dak@gnu.org>
-
-       * doc/intro.texi (Introduction): refer to `below' instead of
-       probably non-existing `preview/README'.
-
-       * tex.el: tiny typo.
-
-       * latex.el (LaTeX-close-environment): Allow prefix argument to
-       reopen the environment.
-
-2006-03-22  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (install-metadata): Append preview/auto.el to start
-       file if configured with preview-latex.
-
-2006-03-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-insert-environment): Do not polute the kill
-       ring.
-
-2006-03-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (TeX-latex-mode): Set up tool bar correctly for XEmacs
-       and activate it for every buffer in Emacs.  Run mode hooks as late
-       as possible.
-
-2006-03-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Check for `make' and abort if not present.  Use
-       `AC_PROG_MAKE_SET' instead of deprecated `AC_SET_MAKE'.
-
-       * latex.el (LaTeX-common-initialization): Add \dots to supported
-       TeX symbols.
-
-2006-03-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-mode-map): Change `C-c ?' binding from
-       `describe-mode' to `TeX-doc'.
-       (TeX-common-menu-entries): Add `Find Documentation...' entry for
-       `TeX-doc'.
-       (plain-TeX-menu-entries): Remove space before ellipsis.
-       (TeX-doc-backend-alist): Make texdoc backend available in all
-       modes.
-
-       * latex.el (LaTeX-mode-menu): Remove space before ellipsis.
-
-       * doc/changes.texi: Advertise cleaning and documentation finding
-       functionality.
-
-2006-03-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-next-error, TeX-active-buffer): Get master from
-       the command buffer.
-       (TeX-error, TeX-warning): Do not set `TeX-master' but set
-       `TeX-command-buffer' to the right value instead.
-
-2006-02-17  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-buf.el (TeX-error-description-list): Fix error messages.
-       Changed from `documentstyle' to `documentclass'.  The duplicated
-       entries `counter too large' are combined.  Add the name of
-       referenced book and the section number to the entry `Missing \\$
-       inserted'.
-
-       * tex-jp.el (TeX-error-description-list): Likewise.
-
-2006-02-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-master): Mark as safe.
-
-2006-02-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/wininstall.texi: Intersperse some information about PATH.
-
-2006-02-08  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-clean-default-intermediate-suffixes): Add .brf and
-       .out for hyperref.
-
-2006-02-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-kpathsea-format-alist): Add search specs for
-       documentation.
-       (Info-find-file, info-lookup->completions): Autoload.
-       (TeX-doc-backend-alist): New variable.
-       (TeX-doc): New function.
-
-       * doc/todo.texi (Wishlist): Add a few words about documentation
-       lookup for macros.
-
-2006-02-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-run-ispell-on-document): Reintroduce for
-       compatibility reasons.
-
-       * tex.el (TeX-command-list): Use `TeX-run-function' instead of
-       `TeX-run-ispell-on-document' for "Spell" option.  Remove
-       `TeX-run-ispell-on-document' as option for the third element of an
-       item.
-       (TeX-ispell-document): Move here from tex-buf.el.
-
-       * tex-buf.el (TeX-run-ispell-on-document): Remove.
-       (TeX-ispell-document): Move to tex.el.
-
-2006-02-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-command-list): Remove "ConTeXt Clean".  Add general
-       "Clean" and "Clean All" options.  Add `TeX-run-function' as an
-       option for the third element of an item and document it.
-       (TeX-clean-default-intermediate-suffixes)
-       (TeX-clean-default-output-suffixes, TeX-clean-confirm): New
-       variables.
-       (dired-mark-pop-up): Autoload.
-       (TeX-clean): New function.
-
-       * tex-buf.el (TeX-run-function): New function.
-
-       * tex-info.el (Texinfo-clean-intermediate-suffixes)
-       (Texinfo-clean-output-suffixes): New variables.
-
-       * latex.el (docTeX-clean-intermediate-suffixes)
-       (docTeX-clean-output-suffixes)
-       (LaTeX-clean-intermediate-suffixes, LaTeX-clean-output-suffixes):
-       New variables.
-
-       * context.el (ConTeXt-clean-intermediate-suffixes)
-       (ConTeXt-clean-output-suffixes): New variables.
-
-2006-02-04  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-sectioning-faces): Set the face
-       size for XEmacs again after `set-face-parent' was called which
-       erroneously overwrites the original size.  Without this fix
-       sectioning faces may be unscaled after starting XEmacs.
-
-2006-02-03  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi (top): Add detailed menu for better
-       accessibility.  Fix formatting/usage of references to RefTeX and
-       preview-latex manuals.
-
-2006-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-enable-toolbar): New variable.
-       (LaTeX-maybe-install-toolbar): New function.
-       (TeX-latex-mode): Add LaTeX-maybe-install-toolbar to
-       tool-bar-mode-on-hook.
-
-2006-01-31  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * aclocal.m4: Check for {late,last,early}-package-hiearchies if
-       `late-packages' is not bound (which indicates we are dealing with
-       XEmacs 21.5).
-
-2006-01-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (TeX-command-list): Use function ignore insted of nil
-       for the third element of `separator for command menu' because
-       defcustom of TeX-command-list requires the third element function.
-       Reported by Ikumi Keita <ikumi@revery.net>.
-
-2006-01-28  Ikumi Keita  <ikumi@revery.net>
-
-       * tex-buf.el (TeX-run-discard-foreground): Renamed from
-       TeX-run-dviout.
-       (TeX-run-dviout): alias to TeX-run-discard-foreground.
-
-       * tex.el (TeX-command-list): Use TeX-run-discard-foreground
-       instead of TeX-run-dviout.
-
-2006-01-25  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/csquotes.el (LaTeX-csquotes-insert-environment): Set
-       prompt for mandatory arguments.
-       ("csquotes"): Bring up to par with csquotes 3.2.
-
-       * style/url.el ("url"): Support the \path macro.
-
-2006-01-25  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-buf.el (TeX-run-dviout): Undo previous change.
-
-       * tex.el (TeX-command-list): Ditto.
-
-2006-01-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-verbatim-macros-with-delims)
-       (LaTeX-verbatim-macros-with-delims-local)
-       (LaTeX-verbatim-macros-with-braces)
-       (LaTeX-verbatim-macros-with-braces-local): Doc fix.
-       (LaTeX-verbatim-environments, LaTeX-verbatim-environments-local):
-       Doc fix.  Make the correct variable buffer-local.
-       (LaTeX-verbatim-macros-with-delims)
-       (LaTeX-verbatim-macros-with-braces, LaTeX-verbatim-environments):
-       New functions.
-       (LaTeX-verbatim-macro-boundaries): Find macro in case point is
-       just in front of it.
-       (LaTeX-verbatim-p): Doc fix.  Correct macro lookup.
-       (LaTeX-fill-move-to-break-point): Do not break verbatim macros
-       with braces across lines (in addition to macros with delimiters).
-       For example in case of \lstinline{...} this would result in an
-       error and in case of \url{...} spaces would be messed up (in
-       conjunction with the `obeyspaces' package option).
-
-       * font-latex.el (font-latex-set-syntactic-keywords): Instead of
-       appending lists of verbatim macros and environments manually use
-       new LaTeX-verbatim-* functions.
-
-2006-01-24  Ikumi Keita  <ikumi@revery.net>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Fix previous change.
-
-2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in: Add CP_A.  Add coment on maintainer-only targets.
-       (xemacs-package): Use CP_A.
-
-2006-01-22  Ikumi Keita  <ikumi@revery.net>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Use TeX-espaced-p to
-       check TeX escape char.
-
-       * tex.el (TeX-command-list): Removed TeX-run-dviout because dviout
-       here is only work with Emacs on MS-DOS.
-
-       * tex-buf.el (TeX-run-dviout): Removed.
-
-       * tex-jp.el (japanese-TeX-command-list): Remove TeX-run-dviout.
-       Commented out easy-menu-define (plain-TeX|LaTeX)-mode-command-nemu.
-       (japanese-TeX-mode, japanese-plain-tex-mode)
-       (japanese-latex-mode): Doc fix.
-       (japanese-TeX-self-insert-command): Renamed from
-       tex-jp-self-insert-command.
-       (TeX-insert-punctuation): Follow the change.
-       (TeX-error-description-list): Doc fix.
-
-2006-01-22  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-macro-spec-list): Fold pageref macro as
-       well.
-
-2006-01-16  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (xemacs-package): Don't clean up after building so
-       that we have a chance for debugging.
-
-2006-01-14  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: Don't check for INSTALL_INFO if already set.
-
-2006-01-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/changes.texi: Advertize pdfsync support.
-
-       * latex.el (LaTeX-header-end, LaTeX-trailer-start): Do not pick up
-       commented header end or trailer start respectively.
-
-2006-01-13  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (xemacs-package): Don't run `install-info' and
-       `texhash'
-
-2006-01-11  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (tar-ball): Fix use of TAG_EXPORT.
-
-2006-01-04  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-fold.el (TeX-fold-mode): Autoload as an interactive
-       function.
-
-2005-12-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/pdfsync.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/pdfsync.el.
-
-       * tex.el (TeX-output-view-style): Add %(outpage) expander to xpdf
-       call.  Start xpdf in server mode.
-       (TeX-expand-list): New %(outpage) expander.
-       (TeX-sync-output-page-function): New variable.
-
-2005-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (tar-ball): Use TAG_EXPORT for snapshots.
-
-       * auctex.spec (description): Add preview-latex.
-       (install, files): Don't create preview directory.
-
-2005-12-21  Ikumi Keita  <ikumi@revery.net>
-
-       * latex.el (LaTeX-mark-section): Remove read-only mark `*' from
-       interactive.
-       (LaTeX-fill-move-to-break-point): Use `*' instead of `+' for
-       looking back Japanese Macro in order to prevent breaking line just
-       after TeX-esc, in other words, not to break TeX command `\JJJ'
-       into `\' and `JJJ'.  Use variable linebeg instead of function
-       line-beginning-position.
-
-2005-12-17  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * auctex.spec (Provides): Make emacs/site-lisp/preview.
-       (Release): Bump to 1.
-
-2005-12-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Version 11.82 released.
-
-2005-12-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (COMMITTER_NAME, COMMITTER_EMAIL): New variables.
-       (release-commit): Use them.
-
-       * auctex.spec, configure.ac, doc/auctex.texi,
-       doc/preview-latex.texi, doc/tex-ref.tex: Bump version number.
-
-       * doc/changes.texi: Minor rewordings for 11.82.
-
-2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-completing-read-multiple): Mention the availability
-       of crm.el in recent XEmacs packages.
-
-2005-12-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-macro-history): New variable.
-       (TeX-insert-macro): Use it.
-
-2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (TeX-texinfo-mode): Do not add braces around
-       arguments of commands which do not expect them.
-
-       * latex.el (TeX-arg-free): Move to tex.el.
-
-       * tex.el (TeX-arg-free): Move here from latex.el.
-       (TeX-insert-dollar): Do not abort with an error with an error if a
-       dollar is inserted in a math construct not started with a dollar.
-       Issue a message about the mismatch instead and insert the dollar.
-
-       * font-latex.el (font-latex-quote-list): Add default quotes.
-       (font-latex-add-quotes): New function.
-       (font-latex-match-quotation): Remove hard-coded quotation mark
-       lists and adapt `font-latex-quote-list' to the active quote style
-       instead.  Babel-specific quotation mark strings are now added to
-       `font-latex-quote-list' by style files.
-
-       * style/slovak.el, style/ngerman.el, style/italian.el,
-       style/german.el, style/danish.el: Add fontification support for
-       quotation mark strings provided by babel.
-
-2005-11-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * texmathp.el: Revert last change because it makes math
-       switch/toggle matching tricks harder to use.
-
-       * latex.el (LaTeX-listify-package-options): New function.
-       (LaTeX-auto-cleanup): Use it.
-       (LaTeX-arg-usepackage): Add \usepackage options to style list.
-
-       * tex.el (TeX-insert-quote): Turn opening/closing quotation mark
-       into "" if <"> is typed with point behind it and insert " with any
-       following <"> key type.
-
-2005-11-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * texmathp.el (texmathp-in-commented-line, texmathp-in-comment):
-       New functions.
-       (texmathp-match-environment): Use them.
-       (texmathp-match-switch): Make aware of comments.
-
-2005-11-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/MinionPro.el: New file.  Contributed by Mark Trettin.
-
-       * Makefile.in (STYLESRC): Add style/MinionPro.el.
-
-       * doc/changes.texi: Advertise support for MinionPro.sty.
-
-       * RELEASE (IMPORTANT): Add Mark.
-
-2005-11-25  David Kastrup  <dak@gnu.org>
-
-       * doc/todo.texi (Wishlist): Add suggestion about longlines.el.
-
-2005-11-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-toggle-debug-warnings): Use correct variable for
-       state indication.
-       (TeX-kpathsea-format-alist): Add entry for "sty".  Prevents
-       kpathsea-based search from failing e.g. in case of \usepackage
-       insertion.
-
-       * doc/changes.texi: Document removal of
-       `font-latex-title-fontify' alias.
-
-       * font-latex.el: Remove alias for `font-latex-title-fontify'.
-       (font-latex-make-user-keywords): Use hack from tex-mode.el to
-       fontify the backslash in "\end{verbatim}" and similar correctly.
-       (font-latex-set-syntactic-keywords): Use the backslash of
-       "\end{verbatim}" and similar for the syntax property, not the
-       newline character which led to fontification going wild when text
-       at the end of the environment was inserted.
-
-2005-11-22  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/changes.texi: Mention completion support for LaTeX packages.
-
-       * RELEASE: Update for 11.82.
-
-2005-11-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-site.el.in (tex-site-unload-hook): Don't let it fail on
-       Emacs 21.
-
-2005-11-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/changes.texi: Fix key binding for
-       `TeX-toggle-debug-bad-boxes'.
-
-       * doc/auctex.texi (Quotes): Document change of
-       `TeX-insert-braces'.
-       (Filling): `M-g' for `LaTeX-fill-region' has been deactivated for
-       a long time.  Reflect that in the documentation.
-
-       * tex.el (TeX-token-char): Doc fix.
-       (TeX-insert-braces): Do something more sensible if region is
-       activated.
-
-2005-11-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-parse-error): Do not match empty strings.
-
-2005-11-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-toggle-debug-boxes): Move to tex.el.
-       (TeX-LaTeX-sentinel-has-warnings)
-       (TeX-LaTeX-sentinel-has-bad-boxes): New functions.
-       (TeX-LaTeX-sentinel): Check for warnings and bad boxes and inform
-       the user is the respective options are non-nil.
-       (TeX-parse-error): Conditionalize checking for warnings and bad
-       boxes.  Find warnings without line numbers as well.
-       (TeX-warning): Doc fix (no need to return nil anymore).  Support
-       warnings without line numbers.
-
-       * tex.el (TeX-toggle-debug-boxes): Do not autoload.
-       (TeX-debug-bad-boxes): Doc fix.
-       (TeX-debug-warnings): New variable.
-       (TeX-toggle-debug-bad-boxes): Moved here from tex-buf.el.
-       (TeX-toggle-debug-warnings): New function.
-       (TeX-mode-map): Define new key bindings for
-       `TeX-toggle-debug-bad-boxes' and `TeX-toggle-debug-warnings'.
-       (TeX-mode-specific-command-menu-entries): Add or change menu
-       entries for `TeX-toggle-debug-bad-boxes' and
-       `TeX-toggle-debug-warnings'.
-
-       * doc/auctex.texi (Debugging): Document debugging support for
-       warnings and changes of debugging bad boxes.
-
-       * doc/changes.texi: Advertise debugging support for warnings and
-       changes of debugging bad boxes.
-
-       * font-latex.el (font-latex-set-syntactic-keywords): Doc fix.
-       Check if LaTeX-specific variables are bound which may be unbound
-       if font-latex is being used in ConTeXt mode.
-
-2005-11-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-insert-backslash): Use regular function call instead
-       of `funcall'.
-
-2005-11-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-electric-sub-and-superscript): New variable.
-       (TeX-insert-sub-or-superscript): New function.
-       (TeX-mode-map): Use `TeX-insert-sub-or-superscript' for `_' and
-       `^' keys.
-       (TeX-insert-backslash): New function.
-       (TeX-mode-map): Use `TeX-insert-backslash' for `\'.
-       (TeX-electric-escape): Adapt doc string.
-
-       * doc/auctex.texi (Mathematics): Document
-       `TeX-electric-sub-and-superscript'.
-
-       * doc/changes.texi: Advertise `TeX-electric-sub-and-superscript'.
-
-2005-10-31  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Do not break lines in
-       the Japanese Macros.  Suggested by Ikumi Keita <ikumi@revery.net>.
-
-2005-10-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/install.texi (Prerequisites): Update information about
-       development version of Emacs for Debian.
-       Update information about development version of Emacs for
-       Mac OS X and Windows.
-
-2005-10-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/frenchb.el, style/francais.el: Clean up.
-
-2005-10-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-quote-language-alist, TeX-insert-quote): Support
-       functions as opening and closing quotation marks.
-
-       * style/frenchb.el: New file.
-
-       * style/francais.el: New file.
-
-       * doc/auctex.texi (European): Document support of French.
-
-       * doc/changes.texi: Advertise support of French.
-
-       * Makefile.in (STYLESRC): Add style/frenchb.el and
-       style/francais.el.
-
-2005-10-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/install.texi (Configure): Document --with-kpathseasep.
-
-       * doc/auctex.texi (Commands): Add index entry for PDF mode.
-
-       * configure.ac (preview_enabled): Export `TEX' in unquoted form.
-
-2005-10-23  David Kastrup  <dak@gnu.org>
-
-       * style/babel.el (LaTeX-babel-package-options): Only use 2
-       argument form of defvaralias in order not to make XEmacs barf.
-
-2005-10-23  Arne Jørgensen  <arne@arnested.dk>
-
-       * style/amstext.el (LaTeX-amstext-package-option): New variable.
-
-       * style/amstex.el (LaTeX-amstex-package-options): New variable.
-
-       * style/amsopn.el (LaTeX-amsopn-package-options): New variable.
-
-       * style/amsmath.el (LaTeX-amsmath-package-options): New variable.
-
-       * style/amsbsy.el (LaTeX-amsbsy-package-options): New variable.
-
-       * style/fancyref.el (LaTeX-fancyref-package-options): New
-       variable.
-
-       * style/harvard.el: Updated GPL to version 2. Fixed FSF address.
-       (LaTeX-harvard-package-options): New variable.
-
-       * style/index.el (LaTeX-index-package-options): New variable.
-
-       * style/listings.el (LaTeX-listings-package-options): New
-       variable.
-
-       * style/makeidx.el (LaTeX-makeidx-package-options): New variable.
-
-       * style/mdwlist.el (LaTeX-mdwlist-package-options): New variable.
-
-       * style/multind.el (LaTeX-multind-package-options): New variable.
-
-       * style/natbib.el (LaTeX-natbib-package-options): New variable.
-
-       * style/nicefrac.el (LaTeX-nicefrac-package-options): New
-       variable.
-
-       * style/paralist.el (LaTeX-paralist-package-options): New
-       variable.
-
-       * style/units.el (LaTeX-units-package-options): New variable.
-
-       * style/scrpage2.el (LaTeX-scrpage2-package-options): New
-       variable.
-
-2005-10-21  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * toolbar-x.el (toolbarx-find-image): Fix previous commit.
-
-2005-10-21  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-mik.el (tex-site): Require 'tex-site no more.
-
-       * doc/changes.texi: Document removal of 'tex-site requirement from
-       `tex-mik.el'.
-
-       * configure.ac (packagedir): Quote value of `infodir'.
-
-2005-10-20  David Kastrup  <dak@gnu.org>
-
-       * toolbar-x.el: Revert mostly to 2005-05-02 state, but add a
-       fallback to find-image.
-
-2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * toolbar-x.el (toolbarx-find-image): Use image-search-load-path
-       and image-load-path when available.
-       (toolbarx-find-image): Revert previous fix.  Instead, rely on
-       find-image whenever possible and don't abuse locate-library.
-
-2005-10-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-user-keywords): Append string
-       face in order to make string fontification of ``foo $bar$ baz''
-       constructs work.
-
-2005-10-19  Arne Jørgensen  <arne@arnested.dk>
-
-       * latex.el (LaTeX-arg-usepackage): If
-       `LaTeX-<package>-package-options' is bound and nil don't ask for
-       package options.
-
-       * style/verbatim.el (LaTeX-verbatim-package-options): New
-       variable.
-
-       * style/varioref.el (LaTeX-varioref-package-options): New
-       variable.
-
-       * style/url.el (LaTeX-url-package-options): New variable.
-
-       * style/subfigure.el (LaTeX-subfigure-package-options): New
-       variable.
-
-       * style/inputenc.el (LaTeX-arg-inputenc-inputenc): Doc fix.
-       (LaTeX-inputenc-package-options): Doc fix.
-
-       * style/dk-bib.el (LaTeX-dk-bib-package-options): Doc fix.
-
-       * style/captcont.el (LaTeX-captcont-package-options): New
-       variable.
-
-       * style/booktabs.el (LaTeX-booktabs-package-options): New
-       variable.
-
-       * style/babel.el: Add doc string to `LaTeX-babel-package-options'
-       and use `defvar' instead of `setq'.
-
-       * style/alltt.el (LaTeX-alltt-package-options): New variable.
-
-2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * style/dk-bib.el, style/inputenc.el: Add coding cookie.  Delete
-       trailing whitespace.  Reindent.
-
-2005-10-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/dk-bib.el (LaTeX-dk-bib-package-options): Define only
-       once.
-
-2005-10-13  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * tex-buf.el: Change defcustom group from TeX-commands to TeX-command
-
-2005-10-12  Arne Jørgensen  <arne@arnested.dk>
-
-       * tex.el: Provide a `TeX-completing-read-multiple' either by
-       defalias'ing `completing-read-multiple' or defining a wrapper
-       around `multi-prompt'.
-
-       * latex.el (LaTeX-arg-usepackage): New function. Asks about what
-       package to use, loads the AUCTeX style file, and asks about
-       package options (possibly based on definitions in the AUCTeX
-       style file).
-       (LaTeX-common-initialization): Use it.
-
-       * style/babel.el: Define `LaTeX-babel-package-options' to be a
-       list of languages/options for the babel package.
-
-       * style/inputenc.el: New file.
-
-       * style/dk-bib.el: New file.
-
-       * Makefile.in (STYLESRC): Added style/inputenc.el and
-       style/dk-bib.el.
-
-2005-10-10  Arne Jørgensen  <arne@arnested.dk>
-
-       * latex.el (LaTeX-auto-regexp-list): Removed spurious characters
-       in variable definition.
-
-2005-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (top): Index "tool bar" and "toolbar".  Use
-       "tool bar" in the text.
-
-       * doc/changes.texi: Use "tool bar".
-
-       * auctex.spec: Install auctex.el and preview-latex.el for SuSE
-       too.  Don't use extraconfig.
-
-2005-10-07  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (tar-ball): Re-add fixed spec file.
-
-2005-10-07  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex.el (TeX-token-char): New variable.
-       (plain-TeX-auto-regexp-list): Use it.
-       Suggested by Ikumi Keita <ikumi@revery.net>.
-
-       * latex.el (LaTeX-auto-regexp-list, BibTeX-auto-regexp-list): Use
-       it.
-
-       * tex-jp.el (LaTeX-auto-regexp-list, plain-TeX-auto-regexp-list)
-       (BibTeX-auto-regexp-list): Removed.
-
-2005-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * auctex.spec: Fixes for Fedora.  Create site-start.d and add
-       files.
-
-2005-10-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-BibTeX-sentinel): Shorten message in case of
-       errors.
-
-       * Makefile.in (install-lisp): Use MULESRC instead of MULEELC
-       because a `c' is already being appended by the installation code.
-
-       * tex-jp.el (japanese-TeX-command-list): Remove obsolete
-       `TeX-run-LaTeX' option.
-
-       * tex.el (TeX-current-macro): New function.
-
-       * latex.el (LaTeX-verbatim-macros-with-delims)
-       (LaTeX-verbatim-macros-with-delims-local)
-       (LaTeX-verbatim-macros-with-braces)
-       (LaTeX-verbatim-macros-with-braces-local)
-       (LaTeX-verbatim-environments, LaTeX-verbatim-environments-local):
-       New variables.
-       (LaTeX-verbatim-macro-boundaries, LaTeX-current-verbatim-macro)
-       (LaTeX-verbatim-p, LaTeX-search-forward-comment-start): New
-       functions.
-       (LaTeX-verbatim-macros): Remove.
-       (LaTeX-fill-region-as-para-do): Simplify.
-       (LaTeX-fill-move-to-break-point): Use
-       `LaTeX-verbatim-macros-with-delims'.
-       (LaTeX-fill-paragraph, LaTeX-fill-code-comment): Handle comment
-       starters in verbatim constructs correctly.
-
-       * font-latex.el (font-latex-verbatim-environments)
-       (font-latex-verbatim-environments-local)
-       (font-latex-verb-like-commands)
-       (font-latex-verb-like-commands-local)
-       (font-latex-verbatim-macros, font-latex-verbatim-macros-local):
-       Remove.
-       (font-latex-set-syntactic-keywords): Use new `LaTeX-verbatim-*'
-       instead of `font-latex-verb*' variables.
-
-       * doc/auctex.texi (Font Locking): Document change of
-       verbatim-related variables.
-
-       * doc/changes.texi: Document change of verbatim-related variables.
-
-       * style/alltt.el ("alltt"): Use new variables for verbatim
-       constructs.
-
-       * style/listings.el ("listings"): Use new variables for verbatim
-       constructs.
-
-       * style/url.el ("url"): Use new variables for verbatim constructs.
-
-       * latex.el (LaTeX-insert-environment): Mostly rewritten.  Improve
-       handling of macrocode environments.
-
-2005-10-02  Christian Schlauer  <cschl@arcor.de>
-
-       * tex-buf.el (TeX-BibTeX-sentinel): Check whether BibTeX reports
-       any warnings or errors.
-
-       * doc/changes.texi: Mention it.
-
-2005-10-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * texmathp.el (texmathp-match-environment): Make aware of
-       comments.
-
-2005-09-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * doc/install.texi (Customizing): Removed "Contributed files"
-       section.
-       Suggested by Ikumi Keita <ikumi@revery.net>.
-
-2005-09-29  Ikumi Keita  <ikumi@revery.net>
-
-       * texmathp.el (texmathp-tex-commands-default): Remove "xxalignat*"
-       and add "boxed".
-
-2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * auctex.spec: Add files in %{_datadir}/emacs/site-lisp.
-       Suggested by Jan-Ake Larsson.  Added startfiles.  Exclude
-       %{_infodir}/dir.
-
-2005-09-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Document option for specifying AUCTeX startfile as
-       --with-auctexstartfile, not --with-auctex-startfile which does not
-       work.  Note that changing the internal name from `auctexstartfile'
-       to `auctex-startfile' is not an option because of the `-' in the
-       name which gives the shell headaches.
-
-       * auctex.spec: Adapt to --with-auctexstartfile and
-       --with-preview-startfile.
-
-       * doc/install.texi (Configure): Document change from
-       --with-auctex-startfile to --with-auctex-startfile and
-       --with-preview-startfile to --with-previewstartfile.
-
-2005-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * auctex.spec: Bump version number.  Remove install-contrib, use
-       install-docs.  Don't install preview/* because these are not
-       generated.
-
-2005-09-25  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (tar-ball): Don't create WWW directory and don't
-       copy HTML files.
-       (www-doc): New target.
-
-2005-09-25  David Kastrup  <dak@gnu.org>
-
-       * Version 11.81 released.
-
-2005-09-25  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * RELEASE, configure.ac, font-latex.el, doc/auctex.texi,
-       doc/changes.texi, doc/preview-latex.texi, doc preview-readme.texi,
-       doc/tex-ref.texi, doc/todo.texi: Bump version number.
-
-       * Makefile.in (DISTCLEANFILES): Add tex-site.el.out.
-
-2005-09-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (tar-ball): Remove dysfunctional spec file from
-       distribution.
-       (full-release): Disable RPM creation.
-
-       * doc/auctex.texi: Bump version number.
-
-       * configure.ac: Bump version number.
-
-2005-09-24  David Kastrup  <dak@gnu.org>
-
-       * doc/install.texi (Advice for package providers): Suggest
-       "anytex" instead of "notex" for without-texmf compilations.
-
-2005-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-site.el.in (TeX-modes-set): Add custom group.
-
-2005-09-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-auto-parse-length, TeX-auto-x-parse-length)
-       (TeX-auto-x-regexp-list): Doc fix.
-
-2005-09-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * texmathp.el (texmathp-tex-commands-default): Add "minipage" as
-       `env-off' and "\framebox" as `arg-off'.
-
-2005-09-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * RELEASE: Update for upcoming release.
-
-       * doc/changes.texi: Mention `font-latex-slide-title-face' and
-       `font-latex-match-slide-title-keywords'.
-
-       * doc/auctex.texi (Font Locking): Document
-       `font-latex-slide-title-face' and
-       `font-latex-match-slide-title-keywords'.
-
-2005-09-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-match-defun): Fontify only if
-       `font-latex-match-*-keywords' and
-       `font-latex-match-*-keywords-local' are non-empty.
-       (font-latex-make-match-defun): Revert.
-       (font-latex-make-built-in-keywords): Do not set
-       `font-latex-match-*' if there are no keywords.  (Nicer solution
-       than the original change in `font-latex-make-match-defun'.)
-
-2005-09-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-built-in-keyword-classes): New
-       `slide-title' class.
-       (font-latex-slide-title-face): New face.
-       Specify :size for XEmacs.
-
-       * style/beamer.el ("beamer"): Fontify \frametitle with
-       `font-latex-slide-title-face'.
-
-2005-09-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-command): Doc fix.
-
-2005-09-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * texmathp.el (texmathp-tex-commands-default): Add "\textrm" as
-       `arg-off'.
-
-2005-08-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-font-replace-macro): Compute syntax table.
-
-2005-08-26  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-common-initialization): Remove redundant call to
-       `make-local-variable' for `outline-heading-alist'.  Set
-       `outline-heading-alist' only if it is already defined.
-
-2005-08-26  Matthieu Moy  <Matthieu.Moy@imag.fr>  (tiny change)
-
-       * latex.el (LaTeX-common-initialization): Set
-       `outline-heading-alist'.
-
-2005-08-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-mark-section): Now marks subsections as well.
-       Former behavior is available via prefix argument.
-
-       * doc/changes.texi: Mention change of `LaTeX-mark-section'.
-
-2005-08-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-script): Return face symbols, not
-       names of non-existent variables.
-
-       * tex.el (TeX-font-replace-macro): Do not use `TeX-find-macro-end'
-       for it may look too far in cases like "\emph{foo}{}".  Use
-       `forward-sexp' with a stripped syntax table instead.
-
-2005-08-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/wininstall.texi: New "In a Nutshell" section.
-
-2005-08-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Quotify `packagelispdir' and `packagedatadir'.
-       (preview_enabled): Export unquoted variables.
-       Declare/initialize and export variables separately.
-
-       * Makefile.in (DESCEND): Quote $$OLDPWD.
-
-2005-08-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi (Adding Macros): Remove superfluous entry for
-       `TeX-arg-file' and correct entry for `TeX-arg-input-file'.
-
-       * latex.el (TeX-arg-input-file): Doc fix.
-
-       * tex.el (TeX-command-list): Remove `TeX-run-LaTeX'.  Add
-       `TeX-run-ispell-on-document' in order to prevent mismatch in
-       customization buffer.
-
-2005-08-05  David Kastrup  <dak@gnu.org>
-
-       * font-latex.el (font-latex-doctex-preprocessor-face): Remove
-       `list' from already quoted list.
-
-2005-08-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-region): In case of single-char non-letter
-       macros there does not have to be checked for a partial match.
-       This allows for folding of stuff like \,.
-
-2005-08-01  Berend de Boer  <berend@pobox.com>
-
-       * context-en.el (ConTeXt-setup-list-en): typo fixed.
-
-2005-07-21  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-set-syntactic-keywords): Set and
-       update `font-latex-doctex-syntactic-keywords' here.
-       (font-latex-doctex-syntactic-keywords): Default to nil.
-
-       * doc/auctex.texi (Japanese): Remove references to contrib make
-       targets.  Minor clean-ups.
-
-       * aclocal.m4 (library): Replace COMPILE_MULE and CONTRIB_MULEELC
-       with MULESRC and MULEELC.
-
-       * Makefile.in (CONTRIB, CONTRIBELC, CONTRIB_MULE, COMPILE_MULE)
-       (CONTRIB_MULEELC): Remove.
-       (MULESRC, MULEELC): New variables.
-       (AUCSRC): Add bib-cite.el and tex-fptex.el.
-       (CLEANFILES): Remove CONTRIBELC and CONTRIB_MULEELC.  Use MULEELC
-       instead.
-       (.PHONY): Remove contrib, install-contrib and install-contrib-el
-       targets.
-       (lisp): Depend on STYLESRC and MULESRC.  Compile MULESRC as well.
-       (auto-loads.el): Use MULESRC.
-       (contrib, install-contrib-el, install-contrib): Remove.
-       (install-el): Install MULESRC.
-       (install-lisp): Install MULEELC.
-
-       * style/csquotes.el: Bring up to par with csquotes 3.0.
-       (LaTeX-csquotes-insert-environment): New function.
-
-2005-07-15  David Kastrup  <dak@gnu.org>
-
-       * doc/preview-todo.texi: Mention that preview.dtx is not a
-       showpiece for AUCTeX.
-
-2005-07-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-run-style-hooks): Adjust `default-directory' to
-       match the directory of the style.
-
-2005-07-14  David Kastrup  <dak@gnu.org>
-
-       * doc/install.texi (Configure): explain about --without-packagedir.
-       (Advice for package providers): Same here.
-
-       * aclocal.m4 (EMACS_PATH_LISPDIR): Allow packagedir=no with XEmacs.
-
-       * configure.ac: protect against packagedir starting with `-'
-
-2005-07-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-match-math-envII): Match environment
-       begin and end with whitespace between macro and argument as well.
-
-       * doc/install.texi (Configure): Add `file' macro.
-
-       * texmathp.el (texmathp-match-environment): Match environment
-       begin and end with whitespace between macro and argument as well.
-
-2005-07-12  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi:
-
-       * doc/install.texi (Configure): Explain prefix a bit more.
-
-       * doc/Makefile.in (install-man): include tex-ref.tex.
-
-2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-insert-quote): Do not inhibit special quote
-       insertion in docTeX documentation parts.
-
-       * font-latex.el (font-latex-match-command-with-arguments)
-       (font-latex-match-command-in-braces): Remove call to
-       `font-latex-commented-outp'.
-       (font-latex-match-quotation): Do not consider matches in comments
-       or verbatim-like constructs.  Fix typo.
-
-2005-07-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Make non-MULE
-       XEmacsen happy.
-       (LaTeX-fill-paragraph): Don't treat trailing comment starters as
-       code comments.
-
-       * font-latex.el (font-latex-match-quotation): Always use multibyte
-       strings for comparison.
-
-       * doc/auctex.texi (top): Make the summary notes appear as
-       "Executive Summary" in printed output.
-
-       * doc/intro.texi: Main heading in rawtext case should not be
-       numbered.  Main heading in printed output has to be chapter, not
-       section, in order to fit into the rest of the sectioning
-       hierarchy.
-       (Introduction): Add two intermediate headings in order to make the
-       structure clearer.
-
-       * doc/.cvsignore: Add auto directory.
-
-2005-07-06  David Kastrup  <dak@gnu.org>
-
-       * doc/tex-ref.tex: Rearrange and add information for preview-latex.
-
-2005-07-05  David Kastrup  <dak@gnu.org>
-
-       * doc/preview-latex.texi (Simple customization): Document new
-       option `preview-preserve-counters'.
-
-       * doc/auctex.texi (top): Mention RefTeX, `LaTeX-install-toolbar'
-       and preview-latex.
-
-2005-07-01  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-submit-bug-report): Mention FAQ section.
-
-       * doc/changes.texi: Advertise inclusion of preview-latex and
-       overhaul of installation procedures.
-
-       * doc/install.texi (Advice for package providers): Refer to
-       preview-latex.el file.
-
-       * doc/quickstart.texi (Quick Start): Use (load "auctex.el" nil t
-       t) instead of (require 'tex-site).
-
-       * doc/faq.texi: Use (load "auctex.el" nil t t) instead of (require
-       'tex-site).
-
-       * doc/intro.texi (Introduction): Use (load "auctex.el" nil t t)
-       instead of (require 'tex-site).
-
-2005-06-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi (Folding): Do not quote `lambda' function.
-
-2005-06-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-quotes): Get rid of :set function and
-       move most of its content to `font-latex-match-quotation'.
-       (font-latex-quotes-control): New variable.  Initialize with nil.
-       (font-latex-match-quotation): Use it.
-       The whole changeset lets quote matching recognize automatically
-       when the value of `font-latex-quotes' changed while making sure
-       that the regexp only has to be rebuilt when a change actually
-       occured.
-
-       * doc/todo.texi (Mid-term Goals): Update text about integration of
-       preview-latex.
-
-       * doc/auctex.texi (Floats): Clarify use of
-       `LaTeX-top-caption-list'.
-       (Display, Internationalization): Make node and heading clearer.
-       (European): Describe insertion of multiple consecutive hyphens.
-
-2005-06-24  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Minor change.
-
-       * configure.ac: Move checks and export for PERL here (needed for
-       doc of preview-latex).
-       (preview_enabled): Don't export Info-related variables, as they
-       are not needed in preview.
-
-       * Makefile.in (AUCTEXVERSION): import.
-       (info, dvi): No subshell needed.
-       (auctex.el): Depend on config.status
-       (install-metadata): pass upstream version into prv-install.el
-
-2005-06-21  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (TeX-texinfo-mode): Use `TeX-run-mode-hooks'.
-
-       * latex.el (TeX-latex-mode): Use `TeX-run-mode-hooks'.
-
-       * context.el (ConTeXt-mode-common-initialization): Use
-       `TeX-run-mode-hooks'.
-
-       * configure.ac: Make info about configuration clearer (in
-       connection with the message for preview-latex).
-
-       * tex.el (TeX-master-file): `TeX-default-extension' is a variable,
-       not a function.
-       (TeX-run-mode-hooks): New function.
-       (TeX-plain-tex-mode, ams-tex-mode): Use it.
-
-2005-06-21  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (xemacs-package): reorder args.
-
-       * configure.ac: disable INSTALL_INFO for XEmacs package.
-
-       * doc/Makefile.in (install-man): Use $$i instead of $i.
-
-2005-06-20  David Kastrup  <dak@gnu.org>
-
-       * doc/install.texi (Advice for package providers): Propose package
-       structure.
-
-       * doc/Makefile.in (install-man): Install sources for texinfo
-       files.
-       (.PHONY): Add install-man.
-
-       * Makefile.in (.PHONY): Add install-man and xemacs-package
-       (install-man): Just descend into doc directory.
-       (xemacs-package): Try building some XEmacs package.
-
-       * autogen.sh: Don't run distclean, that seems unexpected.
-
-       * RELEASE: Further fold in stuff from preview/RELEASE which is now
-       deleted.
-
-2005-06-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-superscript-face)
-       (font-latex-subscript-face): Add to correct customization group.
-       (font-latex-match-command-with-arguments)
-       (font-latex-match-command-in-braces, font-latex-match-math-env):
-       Don't set a dummy match.  Remove unnecessary throw..catch clauses.
-
-2005-06-18  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Well, the merge with preview-latex is no longer
-       "planned".
-
-2005-06-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/preview-faq.texi (Requirements): Denastify.
-
-       * tex.el (TeX-master-file): Don't override existing master with
-       `TeX-transient-master'.
-
-       * tex-style.el (LaTeX-includegraphics-read-file): Doc fix.
-
-2005-06-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/install.texi (Prerequisites): Denastify.
-
-       * doc/auctex.texi (Font Locking): Fix typo.
-
-       * configure.ac: Use correct variable for --disable-preview switch.
-
-2005-06-15  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * Makefile.in (auto-loads.el): Auto-load COMPILE_MULE, too.
-
-2005-06-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * RELEASE: Update stuff about fixed bugs and new features.
-
-2005-06-14  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: Spell out file names more explicitly.
-       Remove any hint of a version that might lead Windows users to
-       assume this documentation is for some reason more outdated than
-       year-old stuff they find via Google.
-
-       * Makefile.in (install-docs): Make exit status of test bad-shell
-       safe.
-
-2005-06-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (all): Do not depend on `docs' target.
-       (.PHONY): Remove `docs'.  Add `info' and `dvi'.
-       (docs): Remove.
-       (info, dvi): New targets.
-       (tar-ball): Make sure `dist' stuff is up-to-date.
-       Revert, as it is superfluous.
-
-       * doc/Makefile.in (dist): Correct file name for
-       preview-latex.info.
-       (info, dvi): New targets.
-       (.PHONY): Add them and remove `auctex' and `preview'.
-       (auctex, preview): Remove.
-
-2005-06-14  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Adapt RELEASE notes to include preview-latex info.
-
-       * README.CVS: Adapt to reality.
-
-       * doc/Makefile.in (all): Same as dist.
-       (dist): Just create DISTTEXTS and info files.
-       (extradist): Additional stuff for ftp site.
-       (disttexts): Remove target.
-       (clean): Don't remove info files.
-       (maintainer-clean): Remove info files.
-
-       * autogen.sh: Add error messages, run autoconf in preview
-       subdirectory.  Heed MAKE variable if set.
-
-       * Makefile.in (CVSFILES): Define files not to use in tarball.
-       (tar-ball): Remove them.
-       (tar-ball): Make extradist for additional doc files on ftp.
-
-2005-06-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-ispell-document): Cater for the case where the
-       master file is located in a different directory.
-       (TeX-run-ispell-on-document, TeX-ispell-document): Doc fix.
-
-2005-06-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-master-file): Check `TeX-transient-master' not only
-       in the shared case.
-
-       * tex-buf.el (TeX-region-create): Let-bind `TeX-transient-master'.
-
-2005-06-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi (Parsing Files): Fix display of reference.
-       Get rid of references to \documentstyle.
-       (Simple Style, Adding Macros, Adding Environments)
-       (Hacking the Parser): Clean up code examples.
-
-       * tex.el (TeX-master-file-ask): Get rid of "<default>" string as
-       default for `read-file-name'.  Fixes unresponsiveness of Emacs on
-       Windows and fallback to minibuffer if file is opened via menu and
-       prevents file history from being cluttered.  Use relative file
-       name for master file.
-       (TeX-master-file): Get rid of "this file" string as default for
-       `read-file-name'.
-
-2005-06-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-ellipsis): New variable.
-       (TeX-fold-hide-item): Use it.
-
-       * Makefile.in (DESCEND): Make MSYS happy if $(subdirs) is null,
-       e.g. when --disable-preview is used.
-       Make the change more safe with regard to the exit code.
-
-2005-06-09  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: Change line endings blurb.  Write drive:
-       everywhere in the example strings.
-
-       * doc/preview-readme.texi (Introduction): Some cosmetic changes to
-       account for the merge.
-
-       * mkinstalldirs:
-
-       * install-sh: Replace `#/bin/sh' with `:' as this should be more
-       portable when called from a Bourne shell (which is what the
-       Makefiles do).
-
-2005-06-08  David Kastrup  <dak@gnu.org>
-
-       * doc/preview-dtxdoc.pl: Replicate possible CR line endings
-       faithfully, and don't use multiline strings.
-
-2005-06-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/.cvsignore: Ignore all *.info, *.info-*, and *.pgs files.
-
-       * Makefile.in (preview_enabled): New variable.
-       (all): Depend on `docs' target.
-       (.PHONY): Add `docs' target.
-       (docs): New target.
-       (install): Depend on `install-docs' instead of `install-info'.
-       (install-info): Remove.
-       (install-docs): New target.
-
-       * autogen.sh: Generate preview-latex docs as well.
-
-       * configure.ac: Substitute preview_enabled variable in output
-       files.
-
-       * doc/.cvsignore: Add relevant preview-latex files.
-
-       * doc/Makefile.in (TEXIFILES): Rename to AUCTEXTEXIFILES.
-       (PERL, PREVIEWTEXIFILES): New variables.
-       (all): Now depends on `auctex' and `preview' targets.  Move
-       AUCTeX-specific targets from original to `auctex'.
-       (install): Now depends on `install-auctex' and `install-preview'
-       targets.  Move AUCTeX-specific targets and content from original
-       to `install-auctex'.
-       (.PHONY): Add `auctex', `preview', `install-auctex', and
-       `install-preview'.
-       (auctex, install-auctex, preview, install-preview): New targets.
-       (auctex.dvi, auctex.pdf, auctex.info): Depend on
-       $(AUCTEXTEXIFILES) instead of $(TEXIFILES).
-       (preview-latex/index.html, html-docs, preview-dtxdoc.texi)
-       (preview-latex.dvi, preview-latex.ps, preview-latex.pdf)
-       (preview-latex.info, ../PROBLEMS): New targets (from
-       preview/doc/Makefile.in).
-       (../README, ../TODO, ../FAQ): Create output combined from
-       respective AUCTeX and preview-latex files.
-       (clean, maintainer-clean): Cater for preview-latex files.
-
-       * doc/todo.texi (Development): More specific heading for plain
-       text output.
-
-       * doc/preview-todo.texi: Move here from preview/doc/todo.texi.
-
-       * doc/preview-readme.texi: Move here from preview/doc/readme.texi.
-
-       * doc/preview-problems.texi: Move here from
-       preview/doc/problems.texi.
-
-       * doc/preview-faq.texi: Moved here from preview/doc/faq.texi.
-
-       * doc/copying.texi, doc/preview-dtxdoc.pl, doc/preview-latex.texi:
-       Moved here from preview/doc/.
-
-2005-06-07  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-regexp-group-count): New function.
-       (TeX-auto-parse-region): Rewrite to use hashes and to save overuse
-       of `looking-at'.  We really should keep the relevant information
-       complete in hashes instead of moving them forward and back between
-       hashes and lists, but at least this change removes most of the
-       really evil quadratic behavior while keeping the original API.
-       Yet.
-
-2005-06-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-fontify-sectioning): Doc fix.
-
-       * doc/auctex.texi (Font Locking): Document the nature of the
-       `color' option for `font-latex-fontify-sectioning'.
-
-2005-06-06  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: Remove call of MAKEINFO_CHECK_MACROS: we expect a
-       recent enough makeinfo version if you want to bootstrap, anyway.
-
-2005-06-06  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-bar.el (TeX-bar-LaTeX-button-alist)
-       (menu-strings-buttons-alist): help-echo functions are called with
-       arguments.
-
-2005-06-06  David Kastrup  <dak@gnu.org>
-
-       * doc/Makefile.in (TEXINFOINCLUDES): Remove.
-       (MAKEINFO_MACROS): Remove.
-
-       * tex-buf.el (TeX-format-filter): Don't let match-data generate
-       markers.  This is a terrible performance hog!
-       (TeX-format-filter): Actually, we don't need to save any
-       match-data inside of a filter function with current versions of
-       Emacs and XEmacs.
-
-2005-06-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/scrbase.el, style/scrbook.el, style/scrreprt.el: Use
-       `sectioning' instead of `title' for sectioning fontification.
-
-       * doc/changes.texi: Mention change of `title' to `sectioning' for
-       keyword variables.
-
-       * font-latex.el (font-latex-fontify-sectioning)
-       (font-latex-built-in-keyword-classes)
-       (font-latex-keyword-matcher): Use `sectioning' instead of `title'.
-       (font-latex-deactivated-keyword-classes): New variable.
-       Don't do extra quoting.
-       (font-latex-make-built-in-keywords): Remove unnecessary `let'.
-       Check `font-latex-deactivated-keyword-classes' in generated
-       `font-latex-match-*-make' functions.
-
-       * tex.el (TeX-quote-language-alist): Do not use `alist' widget
-       because XEmacs 21.4 does not provide it.  Do not use a cons cell
-       for opening and closing quotation marks in order to simplify
-       structure.
-       (TeX-quote-language): Describe structure as in
-       `TeX-quote-language-alist'.
-       (TeX-insert-quote): Adapt to new structure of `TeX-quote-language'
-       and `TeX-quote-language-alist'.
-
-       * doc/auctex.texi (European): Describe new structure of
-       `TeX-quote-language-alist'.
-       (Font Locking): Use `sectioning' instead of `title'.
-       Describe deactivation of built-in keyword classes.
-
-       * style/csquotes.el, style/czech.el, style/danish.el,
-       style/german.el, style/italian.el, style/ngerman.el,
-       style/slovak.el, style/swedish.el: Reflect new structure of
-       `TeX-quote-language'.
-
-2005-06-04  David Kastrup  <dak@gnu.org>
-
-       * doc/Makefile.in (TEXINFOINCLUDES): macros.texi has moved here
-       from ../preview/doc
-       (../INSTALL, ../INSTALL.windows, ../README, ../CHANGES, ../TODO)
-       (../FAQ): Change dependencies accordingly.
-
-       * configure.ac: Rearrange checks for MAKEINFO.
-       Export more stuff into preview's configure.  Maybe this is better
-       done with use of caches?
-
-       * autogen.sh: Don't look in preview subdirectory.
-
-       * Makefile.in (configure): Depend on local aclocal.m4
-
-2005-06-03  David Kastrup  <dak@gnu.org>
-
-       * doc/Makefile.in (TEXINFOINCLUDES, TEXIFILES, ../INSTALL)
-       (../INSTALL.windows, ../README, ../CHANGES, ../TODO, ../FAQ): Move
-       ../preview/doc/macros.texi to here again.
-
-2005-06-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (VirTeX-common-initialization): Explicitely make
-       `find-file-hooks' buffer-local in XEmacs 21.4 which fails to do
-       this via `add-hook'.
-
-2005-06-01  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-backward-paragraph): Use catch..throw instead of
-       an indicator variable.  Don't refer to a saved match data.
-       Check for `TeX-esc', not specific char.
-
-       * style/babel.el ("babel"): Disable font locking of macros not
-       handled correctly.
-
-2005-05-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/babel.el: New file.
-
-       * Makefile.in: Add style/babel.el.
-
-       * doc/changes.texi: Mention babel support.
-
-2005-05-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-next-error): Call `next-error' as fallback.
-       (TeX-previous-error): New function.
-
-       * tex.el (TeX-mode-map): Remap bindings of `next-error' and
-       `previous-error' to `TeX-next-error' and `TeX-previous-error'
-       respectively.
-
-2005-05-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-command-list): Remove chktex comment.
-
-       * doc/auctex.texi (Checking): A user should not (have to) edit
-       tex.el to switch from lacheck to chktex.
-
-       * font-latex.el (font-latex-make-match-defun)
-       (font-latex-make-built-in-keywords): Do not byte-compile generated
-       functions here but at the end of font-latex.el.  Prevents
-       byte-compiler warnings due to possibly undefined functions.
-
-2005-05-24  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: Recurse into preview _before_ starting any
-       AC_SHELL_QUOTIFY business to avoid double quoting.
-
-       * doc/tex-ref.tex (\title{RefTeX (long)})
-       (\title{RefTeX (short)}): New columns.  One will have to go.
-
-2005-05-22  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-PDF-mode): Use the standard minor mode function
-       instead of redefining it.
-       (TeX-PDF-mode-parsed): New function replacing the previous extra
-       functionality in `TeX-PDF-mode'.
-       (TeX-PDF-mode-on, TeX-PDF-mode-off): Warn in docstring.  Use
-       `TeX-PDF-mode-parsed'.
-
-2005-05-21  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/install.texi, doc/wininstall.texi: Small corrections.
-
-       * tex-bar.el (TeX-bar-LaTeX-button-alist): Reenable mode-specific
-       images for View button.
-       (LaTeX-install-toolbar): Add `toolbarx-refresh' to
-       `TeX-PDF-mode-hook'.
-
-       * tex.el (TeX-PDF-mode): Run `TeX-PDF-mode-hook'.
-
-2005-05-21  David Kastrup  <dak@gnu.org>
-
-       * autogen.sh: Remove argument to preview/autogen.sh
-
-       * doc/install.texi: Integrate the installation instructions for
-       preview-latex.
-
-2005-05-20  David Kastrup  <dak@gnu.org>
-
-       * doc/tex-ref.tex (section{Greek Letters}): Add \Xi.
-
-2005-05-18  Ikumi Keita  <ikumi@revery.net>
-
-       * style/amsmath.el (LaTeX-label-alist): Add "multline" environment.
-
-       * Makefile.in:
-       * configure.ac:
-       * preview/Makefile.in: Change "==" to "=" in the argument of
-       "test" for Bourne shell compatibility.
-
-2005-05-19  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: Rearrange to make suitable for standalone
-       installation including preview-latex.  Adapt to a few
-       changes (like tex-fptex and tex-mik not being in load-path by
-       default).
-
-2005-05-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-site.el.in (tex-site-unload-hook, TeX-modes): Do not use
-       `dolist'.  Prevents console pop-ups with XEmacsen on Windows.
-
-       * latex.el (LaTeX-fill-move-to-break-point): Check for
-       `charset-after' to make non-MULE XEmacsen happy.  Some
-       reformatting.
-
-2005-05-18  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-math-default): Add Xi (reported by Uli
-       Fahrenberg).
-
-2005-05-17  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (EXTRAFILES): remove.  No longer needed.
-       (auto-loads.el): Undo previous change.  Properly group statements.
-       (install-el): Rewrite condition for some non-Posix shells.
-       (install-metadata): Rewrite condition for non-Posix.
-       (tar-ball): Change owner and group to root.  This is not portable,
-       but will be needed only by the maintainers, anyway.
-       (auto-loads.el): ignore errors also for braindead make.
-       (install-metadata): Same here.
-       (clean): Burp if cd doc fails.
-       (distclean): Same here.
-       (tar-ball): rewrite for braindead shells.
-       (tar-ball): make sure doc exists.  Why do I bother, actually, the
-       tarball target is not for public consumption, anyway.
-
-2005-05-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (auto-loads.el): Don't stop on non-zero exit code.
-
-2005-05-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-transient-master): New variable.
-       (TeX-master-file): Use it.
-
-       * tex-buf.el (TeX-command-sentinel): Bind `TeX-transient-master'.
-
-2005-05-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-babel-hyphen): Doc fix.
-       (LaTeX-common-initialization): Call `easy-menu-add' as late as
-       possible.
-
-2005-05-15  Ikumi Keita  <ikumi@revery.net>
-
-       * Makefile.in (CLEANFILES): Add $(CONTRIBELC) and
-       $(CONTRIB_MULEELC).
-       (DISTCLEANFILES): Add auctex.el and auto-loads.el.
-       (auto-loads.el): Add $(COMPILE_MULE)
-
-2005-05-14  Ikumi Keita  <ikumi@revery.net>
-
-       * style/amsopn.el:
-       * style/amsmath.el: Move "mode"-like entries from amsopn.el to
-       amsmath.el.
-
-       * style/amsmath.el: Edit entries in TeX-add-symbols.
-       Remove duplicate entry "raisetag".
-       Add some new entries.
-       Make arrow macros like "overleftarrows" to take argument.
-       Remove accents macros like "Hat" because they are obsolate in
-       amsmath v2.
-       (LaTeX-item-list): Add "multline*", "matrix", "pmatrix",
-       "bmatrix", "Bmatrix", "vmatrix" and "Vmatrix" environment.
-       (LaTeX-label-alist): Remove "aligned" environment.
-
-       * tex-style.el (LaTeX-amsmath-label): Fix doc.
-
-       * latex.el: (LaTeX-math-default): Remove duplicate entry
-       "nabla". Remove AMS Accents like "Hat" because they are obsolate
-       in amsmath v2.
-       (LaTeX-babel-hyphen): Fix doc.
-       (LaTeX-common-initialization): Edit some entries in TeX-add-symbols.
-
-2005-05-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/changes.texi: Small corrections.
-
-2005-05-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-make-overlay): Calculate priority before
-       the overlay is instantiated.
-
-       * font-latex.el (font-latex-match-command-with-arguments): Make
-       XEmacs happy.
-
-       * latex.el (LaTeX-fill-newline-hook): New hook.
-       (LaTeX-fill-newline): Use it.
-
-       * tex-fold.el (TeX-fold-keymap): Remove deprecated key bindings.
-       (TeX-fold-region, TeX-fold-item): Use `TeX-fold-item-end'.  Do not
-       compute display string (now done in `TeX-fold-hide-item').
-       (TeX-fold-make-overlay): Do not mess with display string anymore.
-       Thereby remove it from list of function arguments.
-       (TeX-fold-item-end, TeX-fold-overfull-p)
-       (TeX-fold-update-at-point): New functions.
-       (TeX-fold-buffer-substring): Get 'display property instead of
-       'TeX-fold-display-string which is not used anymore.
-       (TeX-fold-hide-item): Computation of display string and faces as
-       well as provisions for overfull lines are done only in this
-       function now.  The 'display property is now set for XEmacs as
-       well.
-       (TeX-fold-mode): Add and remove `TeX-fold-update-at-point' to
-       `LaTeX-fill-newline-hook' respectively.
-
-       * tex.el (TeX-overlay-prioritize): Fix oversight in XEmacs version
-       of the function.
-
-2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (tar-ball): Allow YYYYMMDD-a TAG for snapshots.
-
-2005-05-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-set-syntactic-keywords): Don't freak
-       out if there is whitespace in front of the \begin/\end pair of
-       verbatim and verbatim-like environments.
-
-       * latex.el (LaTeX-auto-cleanup): Discard only options which
-       actually include a "=".
-
-       * Makefile.in: Whitespace cleanup.
-
-       * tex.el (TeX-overlay-prioritize): Fix calculation of priority for
-       in-between overlay.
-       (TeX-insert-quote): Insert TeX quote if point is just before math,
-       comment, or verbatim content.
-
-2005-05-11  David Kastrup  <dak@gnu.org>
-
-       * doc/Makefile.in (TEXINFOINCLUDES): Add directory modifier
-       TEXIPWD.  This is ugly.
-       (html/auctex_toc.html): Use it.
-
-       * Makefile.in (tar-ball): Make tar-ball from exporting, and allow
-       for TAG being a date specification.
-       (full-release): Omit release tag check.
-
-2005-05-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-forward-comment): New function.
-       Prevent infinite loops and repair regexp.
-       Simplify.  Code mainly by David Kastrup.
-       (font-latex-match-command-with-arguments): Use it.  Set
-       fontification start of optional argument to opening bracket.
-       Apply restriction of region more globally.  Fix handling of
-       multiple optional arguments.  Break if the end of the first
-       mandatory argument could not be found.
-
-2005-05-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-normal-mode): Ask for master file in 'shared case.
-
-       * font-latex.el (font-latex-built-in-keyword-classes): Doc
-       fix (typo).
-       (font-latex-match-command-with-arguments): Set macro end before
-       any comments.  Do not move forward over comments if point is over
-       the limit.
-
-2005-05-09  David Kastrup  <dak@gnu.org>
-
-       * doc/Makefile.in (dist): Use DISTTEXTS instead of explicit list
-       in this directory.
-
-2005-05-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (VirTeX-common-initialization): Remove Emacs 20
-       compatibility code.  Call `TeX-master-file' during load of shared
-       files as well.
-
-2005-05-06  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (DOCFILES): Remove macros.texi to make "tar-ball"
-       work again.
-
-2005-05-06  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-load-style): Fix typo `expand-filename'.
-
-2005-05-06  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-local-master-p): Limit search.
-
-       * doc/Makefile.in (TEXINFOINCLUDES): New variable used for file
-       inclusion with makeinfo, texi2dvi and texi2pdf.
-       (MAKEINFOINC): Remove.
-
-       * doc/intro.texi (Introduction): Make package activation clearer.
-
-2005-05-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/intro.texi (Introduction): Be consistent with the display of
-       commands in the rest of the manual.
-
-       * tex-fold.el (TeX-fold-mode): Improve doc string and add its
-       first line to the autoload form.
-
-2005-05-04  David Kastrup  <dak@gnu.org>
-
-       * tex-fold.el (TeX-fold-mode): Change autoload cookie because of
-       XEmacs.
-
-2005-05-03  David Kastrup  <dak@gnu.org>
-
-       * auctex.spec: First attempt
-
-2005-05-02  David Kastrup  <dak@gnu.org>
-
-       * doc/install.texi:
-
-       * doc/intro.texi:
-
-       * doc/wininstall.texi: overhaul.
-
-       * autogen.sh: adapt to auto.texi scheme.
-
-       * toolbar-x.el (toolbarx-install-toolbar): Remove overlong doc
-       string from autoload.
-
-       * tex-site.el.in (tex-site-unload-hook): Define to remove the
-       after-load hooks and load-path entry.
-       (TeX-modes-set): Use defalias instead of fset to allow unloading.
-
-       * README.CVS: Change instructions.
-
-2005-05-02  David Kastrup  <dak@gnu.org>
-
-       * bib-cite.el: Revert 2005-04-19 change: autoloads are not
-       extracted from CONTRIB packages.
-
-2005-05-02  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (tex-site.el.out, auctex.el, configure)
-       (Makefile, config.status): Add targets to get reconfiguration if
-       necessary.
-
-       * style/url.el:
-
-       * style/ltx-base.el:
-
-       * style/units.el:
-
-       * style/alltt.el:
-
-       * style/alphanum.el:
-
-       * style/jura.el:
-
-       * style/emp.el:
-
-       * style/doc.el:
-
-       * style/slides.el:
-
-       * style/csquotes.el:
-
-       * style/listings.el:
-
-       * style/nicefrac.el:
-
-       * style/ltxdoc.el:
-
-       * style/jurabib.el:
-
-       * style/mdwlist.el:
-
-       * style/amstex.el: Change maintainer address.
-
-       * doc/intro.texi (Introduction): Changes, cleanup, corrections.
-
-2005-05-01  David Kastrup  <dak@gnu.org>
-
-       * doc/install.texi (Prerequisites): Shorten.
-       (Prerequisites): Mention that one can survive without texinfo.
-       (Configure): Add prefix information.
-       (Configure): Sync with preview-latex docs.  Mention the
-       disable-preview option and preview-specific options.
-
-       * configure.ac: Don't use have-preview macro.  Conflicts with the
-       idea of pregenerated docs.
-
-2005-05-01  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-match-defun)
-       (font-latex-make-built-in-keywords): Byte-compile generated
-       functions.
-
-       * Makefile.in (clean, distclean): Descend.
-
-2005-05-01  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-load-style): Properly expand file names, and fix a
-       terrible order-of-arguments bug.
-
-       * configure.ac: fix syntax error with MAKEINFO_MACROS
-
-       * tex-site.el.in (TeX-mode-alist): Use correct file name for
-       texinfo-mode.
-
-       * Makefile.in (AUCSRC): Move tex-style.el before latex.el
-
-       * configure.ac: Add have-preview to macros if we have preview
-       enabled.
-
-       * doc/Makefile.in (MAKEINFOINC): Use macros.texi in preview/doc
-       directory.
-       (auctex.dvi, auctex.pdf, auctex.info, ../INSTALL)
-       (../INSTALL.windows, ../README, ../CHANGES, ../TODO, ../FAQ): Use
-       MAKEINFOINC
-
-       * doc/macros.texi: Remove in lieu of version in preview/doc.
-
-       * doc/intro.texi (Introduction): Reorganize, use more of rawfile.
-       Mention preview-latex.
-
-       * tex-buf.el:
-
-       * tex-fold.el:
-
-       * tex-font.el:
-
-       * tex-fptex.el:
-
-       * tex-info.el:
-
-       * tex-mik.el: Change maintainer to auctex-devel@gnu.org
-
-2005-04-30  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (install-metadata): Correct version number.
-       (DESCEND): different quoting.
-       (install): Same here.
-       (install-metadata): Don't depend on some exit values.
-
-       * configure.ac: substitute auctexstartfile.  Export auctexdir as
-       `..'.
-       If installing info into XEmacs package, disable install-info.  If
-       makeinfo is disabled, don't check for macros.
-
-       * Makefile.in (auctexstartfile): autoconf variable.
-       (subdirs): autoconf variable.
-       (PACKAGE, PACKAGE_INFO): macros.
-       (DESCEND): For rebuilding stuff and installing.
-       (all): descend.
-       (tex-site.el): don't include autoloads when XEmacs.
-       (install): descend.
-       (install-startup): new target
-       (install-el): don't install tex-site on XEmacs.
-       (install-el): don't fail on .nosearch not installed.
-       (install-metadata): new target for XEmacs.
-
-2005-04-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el: Remove `TeX-doc' for `ams-tex-mode'.
-
-2005-04-29  David Kastrup  <dak@gnu.org>
-
-       * auctex.el.in:
-
-       * context.el:
-
-       * latex.el:
-
-       * tex-jp.el:
-
-       * tex-site.el.in:
-
-       * tex.el:
-
-       *  tex-info.el: Remove TeX-doc.
-
-       * tex-info.el (Texinfo-mode): Fix type in alias.
-
-       * tex-site.el.in (tex-site): Provides are added by Makefile.
-       Remove them here.
-
-       * configure.ac: Generate tex-site.el.out instead of tex-site.el.
-
-       * Makefile.in (AUTOLOAD): New form for autoloads from rest of line.
-       (all): Make depend on tex-site.el
-       (lisp): Depend on tex-site.el
-       (tex-site.el, auto-loads.el): New targets.
-
-2005-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-site.el.in (TeX-mode-alist): Exchange value and doc string.
-       (TeX-modes-set): Check if mode is fbound.
-
-       * doc/changes.texi: Mention changes in sectioning fontification.
-
-       * doc/auctex.texi (Font Locking): Adjust to new sectioning
-       fontification.
-
-       * font-latex.el: Rename most *-title* stuff to *-sectioning*.  Old
-       names: font-latex-title-%s-face, font-latex-title-fontify,
-       font-latex-update-title-faces, font-latex-make-title-faces
-       font-latex-title-max.  New names: font-latex-sectioning-%s-face,
-       font-latex-fontify-sectioning, font-latex-update-sectioning-faces,
-       font-latex-make-sectioning-faces, font-latex-sectioning-max.
-       (font-latex-fontify-sectioning): Fix typos in doc string.
-
-2005-04-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi (Development): New name replacing "ToDo".
-
-       * doc/faq.texi, doc/todo.texi: Fix for raw output.
-
-2005-04-28  David Kastrup  <dak@gnu.org>
-
-       * tex-site.el.in (TeX-doc): Use AUCTeX-version.
-
-       * configure.ac: fiddle with relative paths.
-
-       * Makefile.in: several changes to buld structure.
-
-       * auctex.el.in (TeX-doc): Startup file source.
-
-       * doc/wininstall.texi:
-
-       * doc/intro.texi:
-
-       * doc/install.texi:
-
-       * doc/faq.texi:
-
-       * doc/changes.texi: Make the stuff compile cleanly.
-
-       * doc/Makefile.in (DISTTEXTS): list plain text files in parent dir.
-       (.PHONY): everything needed here.
-       (auctex.info): don't ignore errors.
-       (../INSTALL, ../INSTALL.windows, ../README, ../CHANGES)
-       (../TODO, ../FAQ, disttexts): New targets.
-       (INSTALL, INSTALL.windows, README, CHANGES, HISTORY, TODO, FAQ):
-       Remove.
-       (clean): Don't remove files in this directory.
-       (maintainer-clean): New target, removes files in parent, too.
-
-       * autogen.sh: Create info files and distribution texts like
-       preview-latex does, and recurse into preview directory to do the
-       same.
-
-2005-04-27  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-lisp-directory, TeX-auto-global): Don't
-       `file-name-as-directory'fy.
-       (TeX-style-global, TeX-auto-local, TeX-style-local)
-       (TeX-macro-global, TeX-macro-private): Same here.
-       (TeX-auto-private): Use expand-file-name.
-       (TeX-style-private): Same here.
-       (TeX-check-path): Same.
-       (TeX-load-style): Adapt.
-
-       * tex-buf.el (TeX-check-files): Be robust against non-slashed
-       directory names.
-       (TeX-ispell-document): Same here.
-
-       * tex.el (AUC-TeX-version, AUC-TeX-date): Protect
-       `make-obsolete-variable' against obsolete Emacsen.
-
-2005-04-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * doc/changes.texi: Mention the fix of Japanese fill problems.
-
-2005-04-27  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: Correct bug reporting address and move stuff over
-       from preview.
-       * aclocal.m4: remove, we want the one in preview instead.
-
-       * tex-site.el.in (AUCTeX-version, AUCTeX-date): get via configure.
-
-       * tex.el (info): Add "docTeX" to info prefixes.
-       (AUCTeX-version, AUCTeX-date): removed to tex-site.el.
-       (AUC-TeX-version, AUC-TeX-date): Use `make-obsolete-variable'.  Is
-       version 11.50 correct?
-
-       * tex-bar.el (LaTeX-install-toolbar): Adjust toolbarx-image-path.
-
-       * autogen.sh: Use aclocal.m4 from preview subdirectory.
-
-       * tex.el (TeX-submit-bug-report): Add `TeX-command-list' to bug
-       reports.
-
-2005-04-23  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-command): Let it accept `TeX-active-master' as
-       well, by not touching `TeX-current-process-region-p' unless
-       `TeX-region-file' or `TeX-master-file' have been identified
-       explicitly.
-       (TeX-view): Simplify.
-       (TeX-active-process, TeX-active-buffer): Simplify.
-
-2005-04-22  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-help-error): Create the correct log file
-       name corresponding to the current run.
-       (TeX-error, TeX-warning): Pass runbuffer info into the routines to
-       get the correct log file name in all circumstances.
-
-2005-04-20  David Kastrup  <dak@gnu.org>
-
-       * configure.ac: don't bother about pre-2.50 autoconf.  Check
-       version more fine-grainedly.
-
-2005-04-19  David Kastrup  <dak@gnu.org>
-
-       * texmathp.el (texmathp-match-switch): Add autoload cookie.
-
-       * tex.el (no-doc): Remove: not needed because autoloads are
-       documented by the cookie extraction process.
-       (bibtex-mode-hook): Remove.  This will be done by an autoload
-       cookie from latex.el instead.
-       (BibTeX-auto-store, LaTeX-math-mode, japanese-plain-tex-mode)
-       (japanese-latex-mode, texinfo-mode, latex-mode, multi-prompt)
-       (texmathp, texmathp-match-switch): Remove autoloads since this is
-       done by cookies extracted into auctex.el.
-       (TeX-region-create, TeX-save-document, TeX-home-buffer)
-       (TeX-pin-region, TeX-command-region, TeX-command-buffer)
-       (TeX-command-master, TeX-command, TeX-kill-job)
-       (TeX-recenter-output-buffer, TeX-next-error)
-       (TeX-toggle-debug-boxes, TeX-region-file, TeX-current-offset)
-       (TeX-process-set-variable, TeX-view): Make comment nil instead of
-       no-doc.
-       (font-latex-setup, tex-font-setup): Remove autoloads.  Should be
-       done by cookies instead.
-       (TeX-tex-mode): rename from tex-mode.
-       (TeX-plain-tex-mode): rename from plain-tex-mode.
-       (ams-tex-mode): Change autoload cookie.
-
-       * tex-jp.el (japanese-plain-tex-mode, japanese-latex-mode): Change
-       autoload cookies.
-
-       * tex-font.el (tex-font-setup): Add autoload cookie.
-
-       * tex-fold.el (TeX-fold-mode, tex-fold-mode): Add autoload
-       cookies.
-
-       * multi-prompt.el (multi-prompt): Add autoload cookie.
-
-       * latex.el (auto-mode-alist): Add .drv to latex-mode.
-       (TeX-latex-mode): Changed name from latex-mode.
-       (TeX-doctex-mode): Same here for doctex-mode.  Explicitly set
-       major-mode to doctex-mode: we don't want different modes.
-
-       * tex-info.el (texinfo): Alias texinfo-mode to Texinfo-mode for
-       symmetry.
-       (Texinfo-mode): Autoload.
-
-       * context.el (ConTeXt-mode, context-mode): Add definitions and
-       aliases and autoload cookies.
-
-       * bib-cite.el: Remove autoload from instructions.
-
-       * toolbar-x.el (toolbarx-image-path): New variable.
-       (toolbarx-make-string-from-symbol)
-       (toolbarx-make-symbol-from-string, toolbarx-good-option-list-p)
-       (toolbarx-separate-options, toolbarx-merge-props)
-       (toolbarx-make-command, toolbarx-emacs-mount-popup-menu)
-       (toolbarx-xemacs-mount-popup-menu, toolbarx-mount-popup-menu)
-       (toolbarx-option-value, toolbarx-eval-function-or-symbol)
-       (toolbarx-test-image-type, toolbarx-test-button-type)
-       (toolbarx-test-any-type, toolbarx-test-string-or-nil)
-       (toolbarx-test-toolbar-type, toolbarx-test-dropdown-type)
-       (toolbarx-test-symbol, toolbarx-test-dropdown-default)
-       (toolbarx-test-dropdown-save)
-       (toolbarx-process-group-without-insert, toolbarx-process-group)
-       (toolbarx-process-symbol, toolbarx-process-dropdown-group)
-       (toolbarx-find-image, toolbarx-emacs-add-button)
-       (toolbarx-emacs-refresh-process-button-or-insert-list)
-       (toolbarx-emacs-refresh, toolbarx-xemacs-image-properties)
-       (toolbarx-xemacs-button-properties, toolbarx-xemacs-refresh):
-       Remove autoload cookies.
-       (toolbarx-find-image): Use `toolbarx-image-path'.
-
-2005-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * font-latex.el (font-latex-update-title-faces): Remove unused
-       variable.  Don't call when loading the file.
-       (font-latex-title-fontify): Document that faces set outside of
-       customize might be modified.
-       (font-latex-make-title-faces): Set height or size so that
-       customize won't complain.
-
-2005-04-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-interactive-goto-prompt): New function.
-       (TeX-run-interactive): Use it instead of setting
-       `comint-scroll-to-bottom-on-output'.  Use `add-hook'.
-
-2005-04-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-update-title-faces): Do not touch
-       customized faces.
-       (font-latex-title-fontify): Use `custom-initialize-default'.
-       (font-latex-make-title-faces): Check for value of `saved-face'
-       property for determining face customization.
-
-       * tex.el (TeX-find-macro-boundaries): Reimplement.  Now handles
-       \foo{\bar}{ba-!-z} case correctly.
-       (TeX-find-macro-start-helper): Remove.
-
-2005-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * font-latex.el (font-latex-make-title-faces): Define the face,
-       don't set size.  Set parent/inherit conditionally.
-       (font-latex-update-title-faces): New function.
-       (font-latex-title-fontify): Add :initialize and :set.  Using
-       `font-latex-update-title-faces' allows changing the height within
-       an Emacs session.
-       (font-latex-title-5-face): Renamed from title-4-face.
-       (font-latex-built-in-keyword-classes): Use title-0 and title-5
-       faces.
-
-2005-04-22  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-run-interactive): Make output buffer scroll.
-
-2005-04-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-region): Get rid of \_> for matching
-       macros.  It prevents macros immediately followed by numbers from
-       being found.
-
-2005-04-17  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * style/amsmath.el (LaTeX-item-equation): just-one-space before
-       `\\' at the end of line.
-
-2005-04-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/harvard.el ("harvard"): Activate harvard citation format
-       in RefTeX.
-
-2005-04-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-force-fontify): New variable.
-       (TeX-fold-buffer): Use it.  Make sure the buffer is fontified
-       before folding is done.
-
-       * doc/auctex.texi (Folding): Mention `TeX-fold-force-fontify'.
-
-       * doc/changes.texi: Mention `TeX-fold-force-fontify'.
-
-2005-04-14  Ikumi Keita  <ikumi@revery.net>
-
-       * style/amsmath.el: Fix comment.
-       ("amsmath"): Removed duplicate settings of "alignat*" and
-       "xalignat*" from LaTeX-add-environments.  Add "xalignat",
-       "xalignat*", and "xxalignat" to LaTeX-item-list.
-       (LaTeX-amsmath-env-alignat): Do not ask label if the tail of ENV
-       is "*".
-
-2005-04-14  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Refactoring.  Set
-       third argument of re-search-backward to 'move instead of using
-       skip-chars-backward.
-
-2005-04-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-math-abbrev-prefix): Offer only string type for
-       customization.  Add proper :initialize and :set functions to allow
-       the value to be changed without having to restart Emacs.
-
-       * doc/auctex.texi (Mathematics): Document only the string-nature
-       of `LaTeX-math-abbrev-prefix'.
-
-2005-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-math-abbrev-prefix): Can now be a string to be
-       used with `kbd'.
-       (LaTeX-math-abbrev-prefix): New function.
-       (LaTeX-math-keymap, LaTeX-math-mode): Use it.
-
-       * doc/auctex.texi (Mathematics): Explain
-       `LaTeX-math-abbrev-prefix' more verbosely.
-
-2005-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-site.el.in (TeX-lisp-directory): Avoid open-parenthesis at
-       beginning of a line.
-
-       * tex-style.el (LaTeX-beamer-inner-themes)
-       (LaTeX-beamer-outer-themes, LaTeX-beamer-color-themes)
-       (LaTeX-beamer-font-themes): New variables for style/beamer.el.
-
-       * style/beamer.el (LaTeX-arg-beamer-inner-theme)
-       (LaTeX-arg-beamer-outer-theme, LaTeX-arg-beamer-color-theme)
-       (LaTeX-arg-beamer-font-theme): New functions.
-
-2005-04-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-parse-argument): Another stab at fixing this
-       function.  The last change from 2005-03-23 broke the insertion of
-       macros like \footnote with a marked region.  This is pure
-       guesswork.  *sigh*
-
-       * latex.el (LaTeX-section-heading): Shorten prompt.
-       (LaTeX-section-title): Simplify.  Shorten prompt.
-       (LaTeX-auto-minimal-regexp-list): "\" and "." are not special in a
-       complemented character alternative.
-       (LaTeX-math-keymap): Define key for prefix insertion inside
-       defvar.
-       (math): Use `LaTeX-math-keymap' only.
-       (LaTeX-math-mode-menu): Use `LaTeX-math-mode-map' (defined by
-       `define-minor-mode').
-       (LaTeX-math-mode): Assign `LaTeX-math-keymap' to
-       `LaTeX-math-abbrev-prefix'.  Use `LaTeX-math-mode-menu' with
-       `LaTeX-math-mode-map'.
-       (LaTeX-math-insert-prefix): Remove.
-
-2005-04-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-match-command-with-arguments): Skip
-       over comments as well as whitespace.
-
-       * tex.el (TeX-output-extension): Default to nil.
-
-2005-04-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-output-extension): Set correct default depending on
-       the value of `TeX-PDF-mode'.
-       (TeX-output-extension): Revert.
-       (VirTeX-common-initialization): Set `TeX-output-extension' here.
-
-2005-04-05  Christian Schlauer  <cschl@arcor.de>
-
-       * tex.el (TeX-submit-bug-report): Fix typo in doc string, fill doc
-       string.
-
-       * latex.el: Change maintainer address.
-       (LaTeX-section): Fix typo in doc string.  Remove code that almost
-       always inserts a new line.
-       (LaTeX-section-section): Fix doc string.  Add code that
-       conditionally inserts a new line (which also bundles the
-       modification of the buffer in this function).
-       (LaTeX-section-hook): Fix typo in doc string.
-       (LaTeX-default-position): Use `do not' instead of `don't' in doc
-       string and customize value menu (as in `LaTeX-float).
-       (LaTeX-item-list): Fix typo in doc string.
-
-2005-04-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-PDF-mode, TeX-interactive-mode, TeX-Omega-mode): Set
-       customization group.
-
-       * latex.el (LaTeX-math-default): New entry and key for \colon.
-       New "Punctuation" category.  Get rid of some entries in
-       "delimiters" category already defined in "Arrows".  Get rid of
-       "delimiters" category and merge entries defined there into
-       "Delimiters.".
-       (LaTeX-math-menu): Remove "delimiters" and add "Punctuation".
-
-2005-04-04  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-user-keywords): Make XEmacs
-       happy.
-
-       * doc/changes.texi: Fix @xref.
-
-       * doc/auctex.texi (Quotes): Fix @xref.
-       (European): Be more verbose.
-
-       * tex-info.el (texinfo-mode): Get rid of hyphens in prompts.
-       Add @xref command.
-
-       * latex.el (LaTeX-babel-hyphen, LaTeX-babel-hyphen-after-hyphen):
-       Doc fix.
-       (LaTeX-babel-hyphen-language-alist): Use t as default value for
-       insertion behavior.
-
-       * tex.el (TeX-quote-language-alist): Use t as default value for
-       insertion behavior.
-
-       * doc/auctex.texi: New tag line.
-       (Quotes): Replace description about (n)german.sty-specific quote
-       insertion by a generalized one and refer to section about European
-       languages.
-       (European): Add subsections.  Add information about new
-       functionality and customization options for language-specific
-       quote and hyphen insertion.
-       (Folding): Add information about help echo.
-       (Viewing): Add subsection heading.  A single one does not really
-       make sense.
-
-       * doc/changes.texi: Add some news.
-
-2005-04-03  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-help-echo-max-length): New variable.
-       Add :type and :group specs.
-       (TeX-fold-make-help-echo): New function.
-       No space before ellipsis.
-       Okay, color does not look too bad.
-       (TeX-fold-make-overlay): Use it.
-       Remove call to `TeX-fold-make-help-echo' again as we have to
-       recompute the string anyway.
-       (TeX-fold-hide-item): Set help-echo property.
-       Recompute help echo string.
-       (TeX-fold-show-item): Invalidate help-echo property.
-
-2005-04-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/faq.texi (Frequently Asked Questions About AUCTeX): Minor
-       enhancements in wording.
-
-       * tex.el (TeX-open-quote, TeX-close-quote)
-       (TeX-quote-after-quote): Doc fix.
-       (TeX-quote-language-alist, TeX-quote-language): New variables.
-       (TeX-insert-quote): Use them.
-       (TeX-submit-bug-report): Doc fix.
-
-       * latex.el (LaTeX-mode-map): Map "-" to
-       `LaTeX-babel-insert-hyphen'.
-       (LaTeX-babel-hyphen, LaTeX-babel-hyphen-after-hyphen)
-       (LaTeX-babel-hyphen-language-alist, LaTeX-babel-hyphen-language):
-       New variables.  (Moved from tex-style.el and style/german.el
-       respectively and generalized.)
-       (LaTeX-babel-insert-hyphen): New function.  (Moved from
-       syle/german.el).
-
-       * tex-style.el (LaTeX-csquotes-open-quote)
-       (LaTeX-csquotes-close-quote): Doc fix.
-       (LaTeX-german-quote-after-quote, LaTeX-german-open-quote)
-       (LaTeX-german-close-quote, LaTeX-german-hyphen)
-       (LaTeX-german-hyphen-after-hyphen): Remove.
-
-       * style/csquotes.el ("csquotes"): Use `TeX-quote-language'.
-
-       * style/italian.el (LaTeX-italian-open-quote)
-       (LaTeX-italian-close-quote): Remove.
-       ("italian"): Use `TeX-quote-language'.
-
-       * style/ngerman.el (LaTeX-german-quote-after-quote)
-       (LaTeX-german-open-quote, LaTeX-german-close-quote): Remove.
-       ("ngerman"): Use `TeX-quote-language' and
-       `LaTeX-babel-hyphen-language'.
-
-       * style/german.el: Move definition of "-" key to latex.el.
-       (LaTeX-german-hyphen-internal): Move to latex.el as
-       `LaTeX-babel-hyphen-language'.
-       (LaTeX-german-insert-hyphen): Move to latex.el as
-       `LaTeX-babel-insert-hyphen'.
-       ("german"): Use `TeX-quote-language' and
-       `LaTeX-babel-hyphen-language'.
-
-       * style/czech.el, style/danish.el, style/slovak.el,
-       style/swedish.el: Use `TeX-quote-language' and
-       `LaTeX-babel-hyphen-language' where appropriate.
-
-2005-03-31  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/faq.texi (Frequently Asked Questions About AUCTeX): Add
-       general information about how to deal with bugs.  Adapt version
-       numbers for Emacs.
-
-2005-03-31  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Skip non-space chars
-       backward if re-search-backward does not find white spaces or
-       LaTeX-nospace-between-char-regexp.  Add mule check before line
-       break between 2-byte and 1-byte chars.
-       Reported by Ikumi Keita <ikumi@revery.net>.
-       Do not move point if re-search-backward didn't find proper line
-       break point.
-
-2005-03-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-submit-bug-report): Insert AUCTeX version into mail
-       subject.
-
-2005-03-30  Ikumi Keita  <ikumi@revery.net>
-
-       * latex.el (LaTeX-env-label): Remove `TeX-toggle-off-input-method'
-       because `TeX-math-input-method-off' is already called in
-       `LaTeX-insert-environment'.
-
-2005-03-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-style.el (LaTeX-german-hyphen): Doc fix.  Fix :type.
-
-       * style/german.el (LaTeX-german-insert-hyphen): Do not add "=
-       repeatedly but stick to - after the first swapping.
-
-2005-03-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/german.el (LaTeX-mode-map): Bind `-' to
-       `LaTeX-german-insert-hyphen'.
-       (LaTeX-german-quote-after-quote, LaTeX-german-open-quote)
-       (LaTeX-german-close-quote): Move to tex-style.el.
-       (LaTeX-german-hyphen-internal): New variable.
-       (LaTeX-german-insert-hyphen): New function.
-       ("german"): Set `LaTeX-german-hyphen-internal'.
-
-       * tex-style.el (LaTeX-german-quote-after-quote)
-       (LaTeX-german-open-quote, LaTeX-german-close-quote): Move here
-       from style/german.el.
-       (LaTeX-german-hyphen, LaTeX-german-hyphen-after-hyphen): New
-       variables.
-
-       * doc/auctex.texi (Font Locking): References are now fontified
-       with `font-lock-constant-face' because `font-lock-reference-face'
-       is deprecated.
-
-       * font-latex.el: Change maintainer address.
-       (font-latex-quotes, font-latex-make-built-in-keywords)
-       (font-latex-user-keyword-classes): Doc fix.  (Mention that setting
-       the variable directly does not take effect.)
-       (font-latex-make-match-defun, font-latex-make-built-in-keywords)
-       (font-latex-make-user-keywords): Doc strings of generated
-       variables and functions now refer to the creating functions.
-       (font-latex-warning-face, font-latex-sedate-face)
-       (font-latex-italic-face, font-latex-bold-face)
-       (font-latex-math-face, font-latex-string-face)
-       (font-latex-verbatim-face, font-latex-superscript-face)
-       (font-latex-subscript-face, font-latex-title-1-face)
-       (font-latex-title-2-face, font-latex-title-3-face)
-       (font-latex-title-4-face): Remove these face variables.
-       (font-latex-title-fontify): Remove :set function.
-       (font-latex-built-in-keyword-classes): Use
-       `font-lock-constant-face' instead of `font-lock-reference-face'
-       because the latter is deprecated in Emacs (and only an alias for
-       the former which will not work if the quoted face name is used).
-       Use new `title' specifier as type of keyword for the titling
-       keywords and mention it in the doc string.
-       (font-latex-keyword-matcher): Quote face specifiers in any case.
-       (font-latex-make-user-keywords)
-       (font-latex-syntactic-face-function): Quote face specifiers.
-       (font-latex-setup): Remove obsolete method for fontifying strings
-       or math respectively.
-
-2005-03-28  David Kastrup  <dak@gnu.org>
-
-       * tex.el: Change maintainer address.
-       (TeX-submit-bug-report): Change bug reporting address.
-
-       * doc/wininstall.texi: Change contact info.
-
-       * doc/intro.texi (Introduction): Change contact info.
-
-       * doc/auctex.texi (top): Change contact info.
-
-2005-03-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-match-simple-command): New function.
-       (font-latex-make-user-keywords): Use it instead of specifying the
-       regexp directly.  Prevents stuff like "\foo\foo\foo\foo" from
-       being fontified like a zebra.
-       (font-latex-match-command-with-arguments): Check for limit when
-       looking at optional and mandatory arguments.  Prevents an infinite
-       loop in XEmacs when typing the "n" of \begin in "\begi\n[foo]".
-       (font-latex-user-keyword-classes): Specify a default value for the
-       list.
-
-2005-03-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (AUCELC): Derive from AUCSRC.
-       (STYLEELC, CLEANFILES, DISTCLEANFILES, DISTTEXTS): New variables.
-       (some): Use STYLEELC.
-       (clean): Use CLEANFILES.
-       (distclean): Use CLEANFILES and DISTCLEANFILES.  Call distclean
-       target in doc directory.
-       (maintainer-clean, extraclean): New targets.
-
-2005-03-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-parse-argument): Deactivate mark after insertion of
-       first mandatory argument.  Fixes insertion of braces at wrong
-       places for multi-argument macros like \parbox and \multicolumn.
-       See also change from 2004-12-01 which obviously did not suffice.
-
-2005-03-22  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Prevent line break
-       between 2-byte char an 1 byte-char.
-
-       * latex.el (LaTeX-fill-move-to-break-point): Do not skip
-       LaTeX-nospace-between-char-regexp.
-       Reported by Ikumi Keita <ikumi@revery.net>.
-
-2005-03-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-buffer-substring): Better safe than sorry.
-
-2005-03-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-title-faces): According to
-       upstream `font-size' is likely to vanish.  So back to
-       `face-height' but scale it down a bit to better match actual font
-       size.
-
-2005-03-17  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-overlay-priority-step): New variable, previously in
-       tex-fold.el under different name.
-       (TeX-overlay-prioritize): new function in Emacs and XEmacs
-       variants.
-
-       * tex-fold.el (TeX-fold-make-overlay): Use `TeX-overlay-prioritize'.
-       (TeX-fold-priority-step, TeX-fold-prioritize): Renamed and moved
-       to tex.el.
-
-       * tex-buf.el (TeX-region-create): Transfer
-       `buffer-file-coding-system' from master buffer to region.
-
-2005-03-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-section-list-add-locally)
-       (LaTeX-largest-level-set): New functions.
-       (LaTeX-add-environments): Invalidate menu variables instead of
-       setting `LaTeX-menu-changed'.
-       (LaTeX-section-menu-entry): Do not enable symbol.
-       (LaTeX-section-menu-create, LaTeX-menu-changed)
-       (LaTeX-menu-update): Remove.
-       (LaTeX-section-menu, LaTeX-environment-menu)
-       (LaTeX-environment-modify-menu): New variables.
-       (LaTeX-section-menu-filter, LaTeX-environment-menu-filter): New
-       functions.
-       (LaTeX-mode-menu): Use them.
-       (LaTeX-common-initialization): Move setting of
-       `LaTeX-largest-level' upwards because it is needed when the menu
-       is being generated.  Do not use `activate-menubar-hook' and
-       `activate-popup-menu-hook' anymore.
-
-       * tex.el (VirTeX-common-initialization): Force update of style
-       information.
-
-       * style/scrreprt.el, style/scrbook.el, style/scrbase.el,
-       style/scrartcl.el, style/report.el, style/jsbook.el,
-       style/jsarticle.el, style/jreport.el, style/jbook.el,
-       style/jarticle.el, style/j-report.el, style/j-book.el,
-       style/j-article.el, style/book.el, style/article.el,
-       style/alphanum.el: Use new functions for setting
-       `LaTeX-largest-level' or `LaTeX-section-list' respectively.
-
-2005-03-16  Ikumi Keita  <ikumi@revery.net>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Limit the max number
-       of characters to look backward for `TeX-looking-at-backward'.
-
-2005-03-16  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-nospace-between-char-regexp): Changed from
-       defcustom to defvar.
-
-2005-03-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-title-faces): Deal with the case
-       that `font-size' returns a number.  Or nil.
-
-       * tex.el (TeX-view-style): Remove support for "a4" and "a5".
-
-2005-03-14  David Kastrup  <dak@gnu.org>
-
-       * latex.el (docTeX-indent-inner-fixed)
-       (LaTeX-indent-calculate-last): Add support for macrocode*, macro*,
-       environment and environment* environment.
-
-2005-03-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * context.el (ConTeXt-indent-item-re): Do not treat
-       \setup... commands like \item.
-
-2005-03-14  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-fold.el (TeX-fold-prioritize): Cater for preview-latex.
-
-2005-03-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-paragraph-commands-regexp-make): New function.
-       (LaTeX-paragraph-commands-regexp, LaTeX-paragraph-commands): Use
-       it.
-       (LaTeX-paragraph-commands-add-locally): New function.
-
-       * style/beamer.el ("beamer"): Use it.  Newline not needed anymore
-       because \frametitle is now a paragraph command and will not be
-       filled together with the other content.
-
-       * context.el (ConTeXt-find-indent): Correct indentation of
-       environments.
-
-       * latex.el (LaTeX-fill-region-as-para-do): Use
-       `remove-text-properties' instead of
-       `remove-list-of-text-properties' because the latter is not
-       available in Emacs 21.
-
-2005-03-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/beamer.el ("beamer"): Find the correct start of
-       environment in case a frame environment is inserted with point on
-       a non-empty line.  Insert an additional newline to set off title
-       and content.
-
-       * font-latex.el (font-latex-make-title-faces): Use `font-size'
-       instead of `face-height' to determine the font size because the
-       latter (as the sum of the face's ascent and descent) returns
-       inappropriate values.  Suggested by Steven E. Harris
-       <seh@panix.com>.
-
-2005-03-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-comment-prefix): New function.
-
-       * latex.el (LaTeX-current-environment, LaTeX-find-matching-end)
-       (LaTeX-find-matching-begin): Rather than using the start or end of
-       a commented region as a boundary, look further for other commented
-       regions with the same prefix possibly containing an environment
-       start or end respectively.
-       (LaTeX-mode-menu): An empty help string is useless and may lead to
-       an empty tooltip.
-
-2005-03-09  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * style/amsmath.el ("amsmath"): Fixed typo: "dotssc" -> "dotsc".
-       Added symbol "dots" and "dotsi".
-
-       * latex.el (LaTeX-insert-environment): Call
-       `TeX-math-input-method-off'.
-       * style/amsmath.el (LaTeX-amsmath-env-alignat)
-       (LaTeX-amsmath-env-aligned): Do not call
-       `TeX-math-input-method-off' from here.
-       Reported by Ikumi Keita <ikumi@revery.net>.
-
-2005-03-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-current-environment): Doc fix.
-
-       * font-latex.el (font-latex-make-built-in-keywords): Make doc
-       string of `font-latex-match-*-keywords' more clear.
-
-2005-03-08  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex.el (TeX-toggle-off-input-method): Turn off input method iff
-       `current-input-method' starts one of "chinese", "japanese", and
-       "korean".  Use `inactivate-input-method' instead of
-       `toggle-input-method'.  Doc fix.
-       Suggested by Ikumi Keita <ikumi@revery.net>.
-
-2005-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-style.el: New file.  defcustoms for style/*.el should go
-       here.
-
-       * latex.el (LaTeX-includegraphics-extensions)
-       (LaTeX-includegraphics-options-alist)
-       (LaTeX-includegraphics-strip-extension-flag)
-       (LaTeX-includegraphics-read-file, LaTeX-beamer-themes): Moved to
-       tex-style.el.
-       (tex-style): Require.
-
-       * style/amsmath.el (LaTeX-amsmath-label): Moved to tex-style.el.
-
-       * style/beamer.el: Remove install instructions.  Won't work
-       properly outside current AUCTeX anymore.  Removed CVS Id.
-       (LaTeX-beamer-section-labels-flag)
-       (LaTeX-beamer-item-overlay-flag): Moved to tex-style.el.
-
-       * style/csquotes.el (LaTeX-csquotes-quote-after-quote)
-       (LaTeX-csquotes-open-quote, LaTeX-csquotes-close-quote): Moved to
-       tex-style.el.
-
-       * style/emp.el (LaTeX-write18-enabled-p):  Moved to tex-style.el.
-
-       * Makefile.in (AUCSRC): Added tex-style.el.
-
-2005-03-07  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (japanese-TeX-command-list)
-       (japanese-TeX-error-messages): Change from defvar to defcustom.
-
-2005-03-06  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * doc/auctex.texi (I18n): Comment fix.
-
-       * latex.el: Set fill-space nonsticky.
-       (LaTeX-fill-delete-newlines): Check text property 'fill-space.
-
-2005-03-04  David Kastrup  <dak@gnu.org>
-
-       * Organizational: preview-latex development has been moved from
-       <URL:http://sourceforge.net/projects/preview-latex> into the
-       AUCTeX CVS Archive on
-       <URL:http://savannah.gnu.org/projects/auctex> in subdirectory
-       auctex/preview.
-
-2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (I18n): Try to make text more clear.
-
-       * style/beamer.el (LaTeX-beamer-search-themes)
-       (LaTeX-arg-beamer-theme): New functions adding completion for
-       \usetheme.
-
-       * latex.el (LaTeX-beamer-themes): New variable.
-
-2005-03-05  Ikumi Keita  <ikumi@revery.net>  (tiny change)
-
-       * tex-jp.el (japanese-TeX-command-list): Doc fix.
-
-2005-03-03  Ikumi Keita  <ikumi@revery.net>
-
-       * tex.el (TeX-macro-global-internal): New function.
-       (TeX-macro-global): Use it.
-       (TeX-kpathsea-format-alist): Removed duplicate line.
-
-       * tex-jp.el: Use `TeX-macro-global-internal' and append path for
-       Japanese TeX into TeX-macro-global.  Do not override
-       `TeX-expand-list', no more.
-       (japanese-TeX-command-list): Add :help string.  Change
-       `TeX-run-LaTeX' to `TeX-run-TeX'.
-       (japanese-TeX-command-default, japanese-LaTeX-command-default):
-       Quote symbol TeX-command in doc string.
-
-2005-03-03  Thomas Baumann  <thomas.baumann@ch.tum.de>
-
-       * style/beamer.el (LaTeX-beamer-item-overlay-flag): New variable.
-       Used for controling the insertion of overlays in
-       `LaTeX-item-beamer'.
-       (LaTeX-item-beamer): Use it.
-
-2005-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (I18n): Fix some markup errors.
-
-2005-03-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-title-faces)
-       (font-latex-title-4-face): Use yellow on terminals with dark
-       background and blue4 on terminals with light background.
-
-2005-03-02  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * doc/auctex.texi (Floats): Document `LaTeX-top-caption-list'.
-
-2005-03-01  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * doc/auctex.texi (I18n): Revised.
-
-2005-02-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (TeX-japanese-process-input-coding-system)
-       (TeX-japanese-process-output-coding-system): Fix comment.
-
-2005-02-27  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Cater for kinsoku,
-       especially for Japanese.
-
-2005-02-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-common-initialization): Update LaTeX menu when a
-       popup menu in XEmacs is opened.
-
-2005-02-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * bib-cite.el: Some doc fixes in the commentary section.
-
-2005-02-23  Ikumi Keita  <ikumi@revery.net>  (tiny change)
-
-       * doc/auctex.texi (I18n): Removed FIXME comment.
-
-2005-02-22  Ikumi Keita  <ikumi@revery.net>  (tiny change)
-
-       * latex.el (LaTeX-fill-delete-newlines): Call search-forward,
-       which is copied from `fill-delete-newlines', with BOUND TO.
-
-2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (Japanese): Fix bogus macro.
-
-2005-02-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * doc/auctex.texi (Japanese): Doc fix.
-       Suggested by Ikumi Keita <ikumi@revery.net>.
-
-2005-02-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-macro-nth-arg): Doc fix.
-       Do not skip more than one closing brace backwards.
-       Use `TeX-fold-buffer-substring'.
-       (TeX-fold-prioritize): Doc fix.
-       (TeX-fold-buffer-substring): New function.
-       Do not use `dolist' which uses an unwanted local binding of the
-       list variable.
-
-2005-02-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-current-environment): New variable.
-       (LaTeX-indent-calculate, LaTeX-fill-region-as-para-do): Use it.
-       Improves filling performace by caching current environment.
-
-2005-02-19  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (TeX-japanese-process-input-coding-system): Remove
-       garbage code.
-       Reported by Ikumi Keita <ikumi@revery.net>.
-
-       * latex.el (LaTeX-nospace-between-char-regexp): New variable.
-       (LaTeX-fill-delete-newlines): Use it.
-       (LaTeX-fill-move-to-break-point): Ditto.  Fix comment.
-
-2005-02-18  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-fill-delete-newlines): New function.
-       (LaTeX-fill-region-as-para-do): Use it.
-
-2005-02-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-set-syntactic-keywords): Give an
-       escape char at the end of a verbatim construct punctuation syntax.
-       Prevents wrong fontification of stuff like "\verb|foo\|".
-
-2005-02-16  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (TeX-after-start-process-function): Removed code for
-       XEmacs.  `set-process-coding-system' is available in XEmacs 21.1.
-       (TeX-japanese-process-input-coding-system)
-       (TeX-japanese-process-output-coding-system): Change from defvar to
-       defcustom.  Use `default-process-coding-system'; Old XEmacs
-       doesn't have the variable?
-       Suggested by Ikumi Keita <ikumi@revery.net>.
-
-2005-02-15  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Simplify.
-       (LaTeX-fill-region-as-para-do): Cater for the situation where
-       there is a line ending with Japanese characters and the following
-       line starts with a non-Japanese character.
-
-2005-02-14  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4 (AC_LISPIFY_DIR): new function.
-       (AUCTEX_AUTO_DIR): Use it.
-
-       * tex-site.el.in (TeX-lisp-directory, TeX-auto-global): put
-       autoconfed expression on a line of its own.
-
-2005-02-14  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-fill-region-as-para-do): Get rid of a space at
-       eol if the last character of the line is Japanese (e.g. short
-       Japanese lines).
-       (LaTeX-fill-move-to-break-point): Do not skip characters if the
-       text is written in Japanese (e.g. long Japanese line).
-       Reported by Ikumi Keita <ikumi@revery.net>.
-
-2005-02-14  Ikumi Keita  <ikumi@revery.net>  (tiny change)
-
-       * tex-jp.el (LaTeX-auto-regexp-list): Use
-       `LaTeX-auto-class-regexp-list'.
-
-2005-02-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (Texinfo-environment, Texinfo-modify-environment):
-       New functions.
-       (Texinfo-insert-environment): Not interactive anymore as it is now
-       called by `Texinfo-environment'.
-       (Texinfo-mode-map): `C-c C-e' now calls `Texinfo-environment'.
-
-2005-02-12  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex.el (TeX-add-local-master): Insert "japanese-" before mode
-       name if buffer local variable `japanese-TeX-mode' is non-nil.
-       Suggested by Ikumi Keita <ikumi@revery.net>.
-       (japanese-slitex-mode): Removed obsolete autoload of slitex.
-
-       * doc/auctex.texi (Japanese): Doc fix to follow the latest
-       tex-jp.el.
-
-2005-02-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-find-macro-boundaries): Return an alist instead of a
-       list.
-       (TeX-find-macro-end): With `TeX-find-macro-boundaries' returning
-       an alist `cdr' is now sufficient.
-       (TeX-find-macro-end-helper): Save match data.
-       (TeX-font-replace-macro): Use `TeX-find-macro-end' instead of
-       `forward-sexp'.  Fixes errors e.g. when trying to remove the font
-       spec of a string like "\textbf{(}".
-
-2005-02-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-env-figure): Make function aware of active
-       selections.  There are still some indentation issues left.
-
-       * style/epsf.el ("epsf"): Do not add epsffig environment.  Fixes
-       error if latex.el(c) is not loaded.
-       (LaTeX-env-epsffigure): Remove.
-
-2005-02-11  David Kastrup  <dak@gnu.org>
-
-       * tex-site.el.in (TeX-lisp-directory): Use `@lispauctexdir'
-       instead of `"@auctexdir@"' and `@lispautodir' instead of
-       `"@auctexdir_expanded"'.
-
-       * configure.ac (lispauctexdir): create version of `$(auctexdir)'
-       that is Lisp-quoted, not shell-quoted.
-       (lispautodir): Similarly.
-
-       * doc/Makefile.in (prefix): Append $(null) to some assignments to
-       save quoted backslashes at line ends.
-
-       * Makefile.in (prefix): Append $(null) to some variable
-       assignments to let quoted backslashes at their end remain quoted.
-       (auctexdir): Get from configure.
-
-2005-02-10  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el: Fix bug that once japanese-plain-tex-mode entered,
-       plain-tex-mode do as japanese-plain-tex-mode.
-       Reported by Ikumi Keita <ikumi@revery.net>.
-       (japanese-TeX-mode): Doc fix.  Make variable buffer local and
-       permanent-local.
-       (japanese-plain-tex-mode-initialization)
-       (japanese-latex-mode-initialization): Do not initialize
-       japanese-TeX-mode.  Use `when' instead of `if'.
-
-2005-02-09  Peter S Galbraith  <psg@debian.org>
-
-       * bib-cite.el (bib-master-file): Apply patch from Peter Heslin.
-       TeX-master can now have symbol values (other than t or nil).
-
-2005-02-09  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (LaTeX-auto-regexp-list): Removed `usepackage' because
-       it is defined in `LaTeX-auto-minimal-regexp-list'.
-       (plain-TeX-auto-regexp-list): Fix regexp; Use `\\|' instead of `|'.
-       Fill lines in the same way in tex.el.
-       (TeX-japanese-process-input-coding-system)
-       (TeX-japanese-process-output-coding-system): Use if-statement in
-       defvar instead of outside of defvar.  Change default value of FSF
-       Emacs to 'euc-jp.
-       (TeX-after-start-process-function): Add code for FSF Emacs.
-
-2005-02-08  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * style/alphanum.el: Added `Local Variables'.
-       Suggested by Ikumi Keita <ikumi@revery.net>.
-
-       * font-latex.el: Fix typo in `Local Variables'.
-       Reported by Ikumi Keita <ikumi@revery.net>.
-
-2005-02-07  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/faq.texi (Frequently Asked Questions About AUCTeX): Fix typo
-       in previous commit.
-
-2005-02-07  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * style/jarticle.el ("jarticle"): Use `LaTeX-section-level'.
-
-2005-02-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-code-comment): Compute the end of the
-       region to be filled _after_ indentation happened.
-
-2005-02-07  David Kastrup  <dak@gnu.org>
-
-       * doc/faq.texi (Frequently Asked Questions About AUCTeX): Be quite
-       more verbose about Emacs/XEmacs and versions.
-
-2005-02-04  David Kastrup  <dak@gnu.org>
-
-       * Version 11.55 released.
-
-       * Makefile.in (tar-ball):
-
-       * doc/Makefile.in (clean, html/auctex_toc.html, dist): Move HTML
-       stuff into html directory.
-
-2005-02-04  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Some more Emacspeak blurb.
-
-2005-02-04  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * RELEASE: Make description of changes clearer.
-
-2005-02-04  David Kastrup  <dak@gnu.org>
-
-       * RELEASE (Warning): warn about XEmacs 21.4.16.
-
-2005-02-01  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-search-syntax-table): Give ?\" character punctuation
-       syntax.  Prevents parenthetical characters from being hidden from
-       `TeX-find-opening-brace' if they happen to be enclosed between two
-       quotation marks.
-       Better use whitespace syntax for ?\" as this is the equivalent of
-       a nil entry in the syntax table.
-       (TeX-search-syntax-table): Remove superfluous possibility to
-       specify comment and escape characters as arguments.
-
-2005-02-01  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * doc/changes.texi: Mention support for the jsarticle and jsbook
-       classes.
-
-       * tex-jp.el (japanese-LaTeX-style-list): Added
-       jsclasses (jsarticle and jsbook).
-
-2005-01-31  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * configure.ac: Bump version info to 11.55.
-
-       * auctex.spec (Version): Bump to 11.55.
-       (Release): Reset to 1.
-
-       * doc/tex-ref.tex: Bump version info to 11.55.
-       (Source Display): Adapt information about key bindings to current
-       implementation.
-
-       * doc/auctex.texi: Bump version info to 11.55.
-
-       * doc/changes.texi: Add information about changes in AUCTeX 11.55.
-
-       * RELEASE: Add information about fixed bugs in AUCTeX 11.55.
-
-       * latex.el (LaTeX-fill-region-as-para-do): Limit the search for
-       sentence ends.  Fixes erroneous addition of spaces at places
-       following a paragraph to be filled.
-
-2005-01-31  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * style/jsarticle.el: New file.
-
-       * style/jsbook.el: New file.
-
-       * Makefile.in (STYLESRC): Add them.
-
-2005-01-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (LaTeX-fill-region-as-para-do): Removed.
-
-2005-01-28  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (AUCTeX-date): Use ISO 8601 format.
-       (TeX-submit-bug-report): Include AUCTeX-date when using a
-       non-released version.
-
-2005-01-26  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el: Do not use whitespace syntax for ?~.  Prevents these
-       characters from being deleted during filling.
-
-2005-01-25  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el: Update header.
-       (TeX-view-output-file): Let `TeX-active-master' return file name
-       without directory.  Fixes viewer not finding output file when
-       being called in a subdirectory.
-       (TeX-active-master): Add new parameter `nondirectory'.  Doc fix.
-
-2005-01-21  David Kastrup  <dak@gnu.org>
-
-       * auctex.spec (Conflicts): Mention the outdated emacspeak from
-       FC3.
-
-2005-01-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-set-syntactic-keywords): Do not call
-       `regexp-opt' on empty lists.  Prevents `regexp-opt-group' from
-       entering a loop on installations with an outdated regexp-opt.el.
-
-       * tex-buf.el (TeX-command-region): Pass name of region file
-       without directory to `TeX-command-query' because a test in the
-       latter expects it like that.
-       (TeX-command-query): Doc fix.
-
-2005-01-19  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4, configure.ac: A few small changes to allow sync with
-       preview-latex' aclocal.m4
-
-2005-01-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (hack-one-local-variable): Make sure the byte compiler
-       does not barf on `minor-mode-list' by eliminating the reference to
-       this variable.
-
-2005-01-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi (top): Restrict to one content listing in HTML
-       output.
-
-       * doc/todo.texi (Wishlist): Remove bug regarding parsing of LaTeX
-       class files.
-
-       * tex.el (TeX-macro-global): New function.
-       (TeX-macro-global): (the variable) Moved here from tex-site.el.in.
-       Use new `TeX-macro-global' function.
-
-       * aclocal.m4 (library): Remove TEX_INPUT_DIRS function.
-
-       * configure.ac (auctexdir): Remove call to TEX_INPUT_DIRS.
-
-       * lpath.el: Setting `TeX-macro-global' is not necessary anymore as
-       it now is in tex.el.
-
-       * tex-site.el.in (TeX-macro-global): Move defcustom to tex.el.
-
-       * doc/install.texi (Configure): Remove documentation of
-       --with-tex-input-dirs.
-
-       * doc/wininstall.texi: Remove documentation of
-       --with-tex-input-dirs.
-
-       * latex.el (LaTeX-insert-environment): Insert a simple newline
-       character instead of using `newline'.  Fixes insertion of
-       environment end at wrong place in XEmacs.
-       (LaTeX-fill-region): Remove superfluous `save-restriction'.
-       (LaTeX-auto-class-regexp-list): Add patterns for commands
-       described in "LaTeX2e font selection" (fntguide).
-
-2005-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (European): Document all TeX-language-*-hook
-       variables.  Don't document obsolete `dk.sty'.
-
-2005-01-14  David Kastrup  <dak@gnu.org>
-
-       * auctex.spec: Add and remove auctex.info instead of auctex in
-       info dir.  Bump release to 2 to match upload.
-
-2005-01-13  David Kastrup  <dak@gnu.org>
-
-       * font-latex.el (font-latex-set-title-face)
-       (font-latex-title-fontify): font-latex-title-fontify, not
-       fontity.  fontify, fontify, fontify.
-       * doc/changes.texi: Ditto.
-       * doc/auctex.texi (Font Locking): Ditto.
-
-2005-01-12  David Kastrup  <dak@gnu.org>
-
-       * Version 11.54 released.
-
-2005-01-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/beamer.el: Update copyright information.  General
-       clean-up.
-       ("beamer"): Support frame environment.
-       The overprint has an optional "area width" argument, not a
-       mandatory "overlay" argument.
-
-2005-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * RELEASE: Addition to contributors section.
-
-       * tex-bar.el (TeX-bar-LaTeX-button-alist): Use generic "view"
-       image instead of mode specific.
-
-2005-01-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * RELEASE: Added information about fixed bugs and added features
-       in AUCTeX 11.54.
-
-       * auctex.spec (Version): Bump to 11.54.
-
-       * configure.ac: Bump version info to 11.54.
-
-       * doc/auctex.texi: Bump version info to 11.54.
-
-       * doc/tex-ref.tex: Bump version info to 11.54.
-
-2005-01-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-forward-paragraph): Allow finding paragraph
-       commands even if they are preceded by whitespace and comment
-       starters.
-
-2005-01-06  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-forward-comment-skip): Differentiate prefixes with
-       whitespace between comment starters.
-
-       * latex.el: Update copyright information.
-       (LaTeX-indent-calculate-last, LaTeX-fill-region-as-para-do): Do
-       not widen.
-       (LaTeX-fill-region-as-paragraph, LaTeX-fill-region-as-para-do):
-       Use a marker instead of narrowing the region.
-       (LaTeX-indent-line, LaTeX-indent-inner-do)
-       (LaTeX-current-indentation, LaTeX-back-to-indentation): Handle
-       prefixes with whitespace between comment starters correctly.
-
-2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * style/graphicx.el: Added completion of boxing macros.  Fontify
-       some macros.
-
-       * font-latex.el (font-latex-built-in-keyword-classes): Fixed typo
-       in doc string.
-
-2005-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * toolbar-x.el (toolbarx-default-toolbar-meaning-alist): Some
-       checkdoc related fixes.  Still not checkdoc clean.
-
-       * tex-bar.el (Commentary): Don't mention stuff done by
-       configure/make in the instructions.
-       (TeX-bar-help-from-command-list): Quote symbols in doc string.
-       File is checkdoc clean now.
-
-       * doc/auctex.texi: Update copyright.
-       (Mathematics): Explain how to enable LaTeX-math-mode by default.
-       Suggested by Chris Wallace <c.wallace@qmul.ac.uk>.
-       (Filling, Outline): Markup fixes: Use @lisp instead of @example
-       where appropriate.
-
-2004-12-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (ConTeXt-find-matching-start): Require 'tex and add
-       autoloads to make the compiler happy.
-
-       * doc/changes.texi: Add and tweak some stuff for 11.54.
-
-2004-12-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-auto-parse-region): Do not add element to `symbol'
-       if it is already contained.
-
-2004-12-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-indent-outer-do): Remove redundant code.
-
-2004-12-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el: Add coding cookie.
-       (font-latex-quote-end-list): Remove.
-       (font-latex-quote-list): New variable.
-       (font-latex-quotes, font-latex-match-quotation): Use it for
-       generalization.
-       (font-latex-keyword-matcher): Revert last change.
-       (font-latex-make-built-in-keywords): Match the empty string only
-       at the end of multi-char macros.
-       (font-latex-make-user-keywords): Make sure sedate face is not used
-       for words right after a "\\".
-       (font-latex-set-syntactic-keywords): Do not match linebreaks as
-       delimiters of `verb-like-commands'.
-
-2004-12-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-keyword-matcher): Highlight only first
-       matched group.
-       (font-latex-make-built-in-keywords): Set up grouping for warning
-       keywords and mark its end with "[^A-Za-z@*]".
-
-2004-12-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-paragraph): Do not narrow region when code
-       comments are filled.  Fixes wrong indentation if a line with a
-       code comment following an indented line is filled.
-       Mark end of current line, not beginning of next.
-       Jump to start of code comment line after regular filling.
-
-2004-12-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-built-in-keyword-classes): Move
-       warning keywords up in order to save them from being covered by
-       less important faces.  Include "include" in warning keywords.
-
-       * aclocal.m4 (TEX_INPUT_DIRS): Change `IFS' temporarily for
-       tokenizing the string instead of inserting newlines.  The latter
-       did not work anyway because there was one backslash too much in
-       "\\n".  Strip trailing slashes of determined directories before
-       concatenation.
-
-       * doc/install.texi (Configure): Quote value for
-       --with-tex-input-dirs.
-
-       * doc/wininstall.texi: Quote value for --with-tex-input-dirs.
-
-       * tex.el (TeX-arg-opening-brace, TeX-arg-closing-brace): New
-       variables.
-       (TeX-parse-arguments, TeX-parse-argument, TeX-argument-insert):
-       Use them.
-
-       * latex.el (TeX-arg-free): Temporarily bind
-       `TeX-arg-opening-brace' and `TeX-arg-closing-brace'.
-
-2004-12-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-source-specials-view-position-flags): Fix syntax for
-       xdvi.
-
-2004-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi (top): Duplicate top node and wrap it in @ifinfo
-       and @ifhtml environments respectively.
-
-2004-12-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * context.el (ConTeXt-paragraph-commands-regexp): Match any
-       command starting with "\start" or "\stop" and the respective
-       language variants.
-
-2004-12-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-keymap): Change key bindings for clearout
-       commands.
-       (TeX-fold-item, TeX-fold-remove-overlays): Doc fix.
-
-       * tex.el (TeX-fold-menu): Change display of key bindings for
-       clearout commands.
-
-       * doc/auctex.texi (Folding): Document new key bindings for
-       clearout commands.
-
-2004-12-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-keymap): Add key binding for
-       `TeX-fold-dwim'.
-       (TeX-fold-dwim): New function.
-       Add support for folding regions.
-       (TeX-fold-macro, TeX-fold-env): Call `message' here instead of in
-       `TeX-fold-item' to get the right return value for the latter.
-       (TeX-fold-item): Move `message' out to get the right return value.
-       (TeX-fold-remove-overlays): Signal if an overlay was deleted with
-       the return value.
-
-       * tex.el (TeX-fold-menu): Add menu entry for `Tex-fold-dwim'.
-
-       * doc/auctex.texi (Folding): Document `TeX-fold-dwim'.
-       Mention support for folding regions with `TeX-fold-dwim'.
-
-       * doc/changes.texi: Advertise folding and unfolding of regions as
-       well as DWIM functionality.
-
-       * tex-fold.el (TeX-fold-keymap): Add key bindings for
-       `TeX-fold-region and `TeX-fold-clearout-region'.
-       (TeX-fold-region): Make interactive.
-
-       * tex.el (TeX-fold-menu): Add menu entries for folding and
-       unfolding of regions.
-
-       * doc/auctex.texi (Folding): Document folding and unfolding of
-       regions.
-       Document `TeX-fold-dwim'.
-
-       * latex.el (LaTeX-fill-code-comment): Do not hardcode tab width.
-
-2004-12-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-keymap): Add key bindings for
-       `TeX-fold-paragraph' and `TeX-fold-clearout-paragraph'.
-       (TeX-fold-buffer): Now calls new `*-region' functions.
-       (TeX-fold-paragraph): New function.
-       (TeX-fold-buffer-type): Remove.
-       (TeX-fold-region): New function.  Basically encloses contents of
-       `TeX-fold-buffer-type' but type parameter is not mandatory
-       anymore.
-       (TeX-fold-clearout-buffer): Now calls `TeX-fold-clearout-region'.
-       (TeX-fold-clearout-paragraph, TeX-fold-clearout-region): New
-       functions.
-
-       * tex.el (TeX-fold-menu): Add menu entries for folding and
-       unfolding of paragraphs.
-
-       * doc/auctex.texi (Folding): Document folding and unfolding of
-       paragraphs.
-
-       * doc/changes.texi: Advertise folding and unfolding of
-       paragraphs.
-
-       * tex.el (TeX-comment-start-regexp): New variable.
-       (TeX-comment-or-uncomment-region, TeX-uncomment)
-       (TeX-forward-comment-skip, TeX-find-macro-end-helper): Use it.
-
-       * latex.el (LaTeX-newline, LaTeX-insert-environment)
-       (LaTeX-env-item, LaTeX-indent-line, LaTeX-current-indentation)
-       (LaTeX-fill-region-as-paragraph, LaTeX-fill-region-as-para-do)
-       (LaTeX-fill-move-to-break-point, LaTeX-fill-paragraph)
-       (LaTeX-fill-code-comment, LaTeX-fill-region)
-       (LaTeX-forward-paragraph, LaTeX-backward-paragraph): Use
-       `TeX-comment-start-regexp' instead of `comment-start'.
-       (LaTeX-backward-paragraph, LaTeX-indent-line): Simplify.
-
-       * style/mdwlist.el ("mdwlist"): Use `TeX-comment-start-regexp'
-       instead of `comment-start'.
-
-       * style/doc.el (LaTeX-env-no-comment): Use
-       `TeX-comment-start-regexp' instead of `comment-start'.
-
-2004-12-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-buffer-type): Do not ignore case during
-       search.
-
-       * context.el (ConTeXt-paragraph-commands-regexp): New name for
-       `ConTeXt-paragraph-commands'.  Doc fix.  Match escape character at
-       front as well.
-       (ConTeXt-mode-common-initialization): Use it.  Set
-       `LaTeX-paragraph-commands-regexp' instead of
-       `LaTeX-paragraph-commands'.  Adapt definition of
-       `paragraph-start'.
-
-2004-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (hack-one-local-variable): Advise it in order to call
-       minor mode functions for AUCTeX minor modes activated by
-       file-local minor mode variables.
-
-       * latex.el (LaTeX-math-mode): Define using `define-minor-mode'.
-       Make it compatible with older Emacsen.
-
-2004-12-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/csquotes.el (LaTeX-csquotes-quote-after-quote): Avoid
-       interference with (n)german.el.
-
-2004-12-01  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (distclean): Remove generated `configure' file.
-       And revert again as it does not comply with the definition of
-       standard targets in the GNU make manual.
-
-       * style/jurabib.el ("jurabib"): Add further macros.
-
-       * tex.el: Add coding cookie.
-       Use punctuation syntax for "«" and "»" characters.
-       (TeX-parse-argument): Deactivate mark after insertion of first
-       pair of braces.  Fixes problems with the insertion of macros with
-       more than one brace and an active selection.
-
-       * style/csquotes.el (LaTeX-csquotes-open-quote)
-       (LaTeX-csquotes-close-quote): Doc fix.
-       ("csquotes"): Repair quoting.  Use completing-read where
-       possible.  Use a stricter test for usage of quotes.
-
-       * doc/auctex.texi (Quotes): Document csquotes.el.
-
-2004-11-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/csquotes.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/csquotes.el.
-
-       * doc/changes.texi: Advertise support for csquotes.sty.
-
-2004-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-auto-insert): Added SKIP argument.
-       (TeX-auto-store): Use it to avoid circular dependencies.
-
-       * style/graphicx.el (LaTeX-arg-includegraphics): Add "page".
-
-       * latex.el (LaTeX-includegraphics-options-alist): Ditto.
-
-2004-11-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi: Use "auctex.info" instead of "auctex" as info
-       file name.
-
-       * doc/Makefile.in: Adapt to suit change in info file name from
-       "auctex" to "auctex.info".
-
-       * doc/.cvsignore: Adapt to suit change in info file name from
-       "auctex" to "auctex.info".
-
-       * doc/changes.texi: Advertise use of "auctex.info" info file name.
-
-2004-11-29  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * configure.ac: Add @command macro test
-
-       * configure.in: Moved to configure.ac
-
-       * configure.ac: Moved from configure.in
-
-       * doc/macros.texi: Add @command macro
-
-       * doc/auctex.texi: Change order of @top and @ifnottex, error
-       message otherwise.
-
-       * doc/Makefile.in: Add MAKEINFO environment variable for texi2...
-       usage. Remove old (confusing) messages.
-
-2004-11-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/intro.texi (Introduction): @/ unfortunately is only
-       available since Texinfo 4.6.  Remove it for now.
-
-       * doc/auctex.texi: Correct some references.
-
-2004-11-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi: Remove RCS keyword.
-       Correct subtitle.
-       Various corrections of filling and capitalization.
-       Move up installation instructions.
-       (Display): New node and chapter holding display-related content.
-       (Font Locking): New node and section.
-       (Folding): Now a section.  Remove the silly first paragraph.
-       (Outline): Now a section.
-
-       * doc/macros.texi: Add `@fontlatex' macro.
-
-       * doc/install.texi: Specify node unconditionally in the file.
-
-       * doc/intro.texi (Introduction): Use `@email' instead of `@url'
-       for email addresses.
-
-       * doc/quickstart.texi (Processing): Better heading.
-
-       * font-latex.el: Clean up comments.
-       (font-latex-built-in-keyword-classes): Add explanation of the
-       variable structure.
-       (font-latex-match-command-with-arguments): Change "asterix" to
-       "asterisk".
-
-2004-11-25  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-backward-paragraph): Jump to macro start.  D'oh.
-
-       * texmathp.el: Rearrange variable and function definitions in
-       order to get as few compiler warnings as possible due to the
-       reintroduction of the :set function in `texmathp-tex-commands'.
-       Add a dummy `defvar' for `texmathp-tex-commands' to silence the
-       compiler.
-       (texmathp-tex-commands): Reintroduce a :set function as advertised
-       in `texmathp-compile'.
-       (texmathp): Remove the conditional call to `texmathp-compile' as
-       this is handled by the :set function in `texmathp-tex-commands' on
-       load of the file.
-
-       * tex.el: Autoload `texmathp-match-switch'.
-
-2004-11-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-bold-face, font-latex-italic-face)
-       (font-latex-math-face, font-latex-string-face)
-       (font-latex-warning-face, font-latex-verbatim-face): Inherit from
-       suitable base faces if possible.  Doc fix.
-       (font-latex-sedate-face): Doc fix.
-
-       * latex.el (LaTeX-paragraph-commands): Doc fix.
-       (LaTeX-backward-paragraph): Do not unnecessarily jump to a (wrong)
-       position after the macro start.
-
-       * tex.el: Move (nearly all) autoloads to a single place.  Remove
-       redundant autoload for `TeX-region-file'.  Add autoload for
-       `TeX-view'.
-       (TeX-parse-macro): Doc fix.
-       Do not add braces for macros defined as `("foo" 0)'.
-       (TeX-parse-arguments): Do not bind `<' and `>'.
-       (TeX-parse-argument, TeX-argument-insert): Do not use `<' and `>'
-       formerly bound by `TeX-parse-arguments'.  Fixes some compiler
-       warnings.
-       (TeX-auto-list-information): Use `message' correctly.
-
-       * tex-info.el (texinfo-mode): Add `@email' macro.
-
-2004-11-22  Berend de Boer  <berend@pobox.com>
-
-       * context.el (ConTeXt-mode-common-initialization): ConTeXt does
-       not need italics correction.
-
-2004-11-20  Christian Schlauer  <cschl@arcor.de>
-
-       * doc/auctex.texi (Floats): Update.
-
-       * doc/changes.texi: Mention change of `LaTeX-float'.
-
-       * latex.el (LaTeX-float, LaTeX-env-figure): Implement "do not
-       prompt" option.  `LaTeX-float' has the same customize value menu
-       like `LaTeX-default-position' now.  This implies that the old
-       meaning nil corresponds to `""' now, while nil means "do not
-       prompt".
-       (LaTeX-env-figure): Ask for `Float position' instead of `Float
-       to'.
-       (LaTeX-float): New default value "" instead of "htbp" (after a
-       discussion on the mailing list).
-       (LaTeX-default-format, LaTeX-default-width)
-       (LaTeX-default-position): Omit `Specifies the' in doc-string.
-
-2004-11-19  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * tex-buf.el (TeX-run-TeX): Improve comments.
-
-2004-11-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-TeX-sentinel-check): Use only the letters after
-       the last dot of a file name for the file extension.
-
-2004-11-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Search backward for
-       \verb|...| constructs rather than forward.  Fixes cases with more
-       than one constructs per line.  Reported by Christan Schlauer.
-
-2004-11-16  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: Clarify --with-xemacs.
-
-2004-11-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-paragraph-commands): Now is a customizable list
-       instead of a regular expression.
-       (LaTeX-paragraph-commands-internal)
-       (LaTeX-paragraph-commands-regexp): New variables.
-       (LaTeX-forward-paragraph, LaTeX-backward-paragraph)
-       (LaTeX-common-initialization): Use
-       `LaTeX-paragraph-commands-regexp' instead of
-       `LaTeX-paragraph-commands'.
-
-2004-11-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-close-environment): Insert a newline at the end
-       of the environment if an uncommented line follows a commented one.
-
-2004-11-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (docTeX-in-macrocode-p): Search backward for an
-       environment beginning rather than forward for its end.
-
-2004-11-08  David Kastrup  <dak@gnu.org>
-
-       * latex.el (doctex-mode): Set the mode name.
-
-2004-11-04  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (texinfo-mode): Add `@command' macro.
-
-       * doc/auctex.texi (Commands): Correct key binding for
-       `TeX-Omega-mode'.  Add index entry.  Use `@command' instead of
-       `@code' where appropriate.
-
-       * font-latex.el (font-latex-built-in-keyword-classes): Use correct
-       face for `font-latex-match-title-3'.
-
-2004-11-04  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * images/amstex.xpm: Added.  Contains symbolic color
-       'backgroundToolBarColor', required by (GNU/Linux) XEmacs.
-
-2004-11-03  Christian Schlauer  <cschl@arcor.de>
-
-       * latex.el (LaTeX-env-figure, LaTeX-env-minipage)
-       (LaTeX-env-tabular*): Do always accept the user's input as the new
-       buffer-local values for `LaTeX-float' and `LaTeX-default-width',
-       even if the user entered the empty string.
-       (LaTeX-env-minipage): Do not ask for the (optional) position if
-       `LaTeX-default-position' is set to `nil'.  Behaviour agrees with
-       LaTeX-env-array and LaTeX-env-tabular* now.
-       (LaTeX-env-array, LaTeX-env-tabular*): Changed `setq'-assignment
-       of `LaTeX-default-position' so that it works not only the first
-       time in buffers with `LaTeX-default-position' set to `nil'.
-       (LaTeX-env-array, LaTeX-env-minipage, LaTeX-env-tabular*): Use
-       `LaTeX-optop', `TeX-grop', etc. instead of `{', `['.
-       (LaTeX-env-picture): Don't delete whitespace after inserting the
-       environment.  Cursor position corresponds to proper indentation
-       now.
-
-2004-11-03  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-delete-dups-by-car): New name for `TeX-delete-dups'.
-       (TeX-delete-duplicate-strings, TeX-sort-strings): New functions.
-       Contributed by Reiner Steib and David Kastrup.
-
-       * font-latex.el: Require 'tex.
-       (font-latex-user-keyword-classes): Enhance :set function to tell
-       user which entry is duplicated.
-
-       * latex.el (TeX-arg-input-file): Use new name
-       `TeX-delete-dups-by-car' instead of `TeX-delete-dups'.
-
-       * style/graphicx.el (LaTeX-includegraphics-read-file-TeX): Use
-       new name `TeX-delete-dups-by-car' instead of `TeX-delete-dups'.
-
-2004-11-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-user-keywords): Add the "fixed"
-       matchers here rather than in `font-latex-make-built-in-keywords'.
-
-       * latex.el (LaTeX-math-default, LaTeX-math-menu): Use "Greek
-       Uppercase" instead of "Greek" and "Greek Lowercase" instead of
-       "greek".
-
-2004-11-02  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-paragraph-commands): Make `\maketitle' a
-       paragraph starter.
-
-2004-11-01  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-built-in-keywords)
-       (font-latex-make-user-keywords): Append rather than prepend
-       matchers.
-
-2004-11-01  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * toolbar-x.el
-       (toolbarx-make-command): Code clean up.
-
-2004-11-01  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el: Change maintainer information.
-       (font-latex-keywords): New customization group.
-       (font-latex-built-in-keyword-classes): New variable.
-       (font-latex-make-match-defun, font-latex-keyword-matcher): New
-       functions.
-       (font-latex-make-built-in-keywords): New name for
-       `font-latex-make-keywords'.
-       Move default keyword definitions from
-       `font-latex-match-*-keywords' to
-       `font-latex-match-*-keywords-local'.
-       Integrate `font-latex-match-*-keywords-set' function into
-       `font-latex-match-*-keywords' defcustom.
-       (font-latex-keywords-1, font-latex-keywords-2): Default to nil.
-       All matchers are now added in `font-latex-make-built-in-keywords'
-       and `font-latex-make-user-keywords'.
-       (font-latex-user-keyword-classes): New variable.
-       (font-latex-make-user-keywords): New function.
-
-       * doc/changes.texi: Remove duplicate word.
-       Mention possibility to add new keyword classes.
-
-       * doc/quickstart.texi: Some rewordings, corrections and
-       enhancements.
-
-2004-10-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-auto-symbol-check): Use `add-to-list' instead of
-       `cons' in order to avoid duplicates.
-
-       * latex.el (LaTeX-auto-minimal-regexp-list): Use non-greedy
-       operators for getting the end of a TeX group.
-       (LaTeX-auto-cleanup): Use `add-to-list' instead of `cons' in order
-       to avoid duplicates.
-
-2004-10-29  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * tex-buf.el:  Add simple error report system.
-       (TeX-error-report-switches): New variable (plist).
-       (TeX-run-TeX),
-       (TeX-TeX-sentinel-check): Use it, updating error state,
-       where property is (intern (TeX-master-file)).
-
-       * tex-bar.el: Remove defadvice's to TeX-run-TeX and
-       TeX-TeX-sentinel-check.
-       (TeX-bar-error-handling-switches): Removed.
-       (TeX-bar-LaTeX-button-alist): next-error updated.
-
-2004-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-bar.el (TeX-bar-LaTeX-button-alist): Add `TeX-save-document'.
-
-       * doc/changes.texi: Renamed function `LaTeX-install-toolbar'.
-
-       * tex-site.el.in: Ditto.
-
-2004-10-28  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * tex-bar.el: Now requires tex-buf.el, for error handling.
-       Renamed symbols:
-       (LaTeX-install-toolbar): New name for `latex-install-toolbar'.
-       (tex-bar-latex-buttons): New name for `tex-bar-latex-buttons'.
-       (tex-bar-img-filename): New name for `tex-bar-img-filename'.
-       (TeX-tool-bar): New name for `tex-tool-bar' group.
-       (TeX-bar-LaTeX-buttons): New name for `tex-bar-latex-buttons'.
-       (TeX-bar-LaTeX-all-button-alists): New name for
-       `tex-bar-latex-all-button-alists'.
-       (TeX-tool-bar-button-definitions): New name for
-       `tex-tool-bar-button-definitions'.
-       (LaTeX-symbols-toolbar-switch-contents): New name for
-       `latex-symbols-toolbar-switch-contents'.
-       (LaTeX-symbols-toolbar-contents): New name for
-       `latex-symbols-toolbar-contents'
-       (LaTeX-install-toolbar): New name for `latex-install-toolbar'.
-
-       Use separator only in Emacs, while buildin separator is not
-       implemented for XEmacs.
-       (TeX-bar-help-from-command-list): New function, that returns the
-       :help string for ITEM from TeX-command-list.
-       (TeX-bar-error-handling-switches): New variable.
-       (TeX-run-TeX [tex-buf.el]): before-adviced to reset error
-       internals.
-       (TeX-TeX-sentinel-check [tex-buf.el]): after-adviced to set error
-       internals when error happens.
-       (TeX-bar-LaTeX-button-alist): New button next-error, which is
-       resp. visible/active when error detected on Emacs/XEmacs.  All
-       buttons received :help from TeX-command-list.
-       (TeX-bar-LaTeX-buttons): next-error is default, and file is no
-       longer default.
-
-2004-10-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-auto-class-regexp-list): New variable.
-       Match "\DeclareRobustCommand\foo" besides
-       "\DeclareRobustCommand{\foo}" as well.
-       (LaTeX-auto-regexp-list): Use it.
-       (LaTeX-auto-cleanup): Do not consider key=value options.  Check
-       for "Package" in addition to "package".
-
-2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-auto-generate-global): Only parse cls and sty files.
-
-2004-10-26  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-match-command-in-braces): Remove
-       references to non-existent variables.
-
-2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-math-list): Improve doc string and custom type.
-       (LaTeX-math-default): Added doc string.
-
-2004-10-26  Frank Küster  <frank@kuesterei.ch>
-
-       * doc/quickstart.texi: Don't use so many nodes.  Several fixes.
-
-2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (tar-ball): Don't include CVS stuff.
-
-       * doc/changes.texi: Mention experimental tool bar support.
-
-       * Makefile.in (tar-ball): Include tex-bar images.
-
-2004-10-25  David Kastrup  <dak@gnu.org>
-
-       Toolbar patches by Reiner Steib
-       * Makefile.in (aucteximagedir): Define.
-       (AUCSRC, AUCELC): Add toolbar files.
-       (install-images): new target.
-
-       * tex-site.el.in (TeX-image-directory): Define.
-
-       * tex-bar.el (toolbar-x): require toolbar and latex at runtime.
-
-2004-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (DOCFILES): Added doc/quickstart.texi.
-
-2004-10-23  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * toolbar-x.el:
-       (toolbarx-emacs-mount-popup-menu): Nil cannot be a menu key
-       anymore (fixed).
-       (toolbarx-test-image-type): Improve comments.  Add support for
-       variables defined with `defimage', which are considered a simple
-       value for the :image property.
-       (toolbarx-emacs-refresh): Nil cannot be a toolbar (menu) key
-       anymore (fixed).
-       (toolbarx-install-toolbar): Improved documentation for the :image
-       property.
-
-2004-10-22  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * tex-bar.el: Improve comments.  Symbol-toolbar code moved to the
-       bottom of the file.
-       (tex-bar-latex-buttons): Improve comments.  Add custom :type.
-       (tex-bar-latex-buttons): New command -- display a list of defined
-       buttons.
-       (tex-bar-available-meaning-alists): Removed (renamed).
-       (tex-bar-latex-all-button-alists): New name of
-       `tex-bar-available-meaning-alists'.  Add custom :type.
-       (tex-bar-meaning-alist): Removed (renamed).
-       (tex-bar-latex-button-alist): New name of `tex-bar-meaning-alist'.
-       Add custom :type.  Renamed `latex-symbols' button to
-       `latex-symbols-experimental'.
-
-       * toolbar-x.el: Improve comments.
-       (toolbarx-process-group-without-insert): Become autoloaded.
-       (toolbarx-process-group): Code cleanup.
-       (toolbarx-process-symbol): Code cleanup.
-       (toolbarx-default-toolbar-meaning-alist): Separator button label
-       renamed from `:sep' to `separator'.
-
-2004-10-22  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (European): Adjust to change of
-       `LaTeX-italian-open-quote'.
-
-2004-10-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * aclocal.m4 (TEX_INPUT_DIRS): Do not use -e command line option
-       for grep.
-
-2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/quickstart.texi: Fix markup.
-
-2004-10-18  Frank Küster  <frank@kuesterei.ch>
-
-       * doc/quickstart.texi: New chapter.
-
-       * doc/changes.texi: Mention `Quick Start'.
-
-       * doc/auctex.texi (Font Specifiers): Add \textrm and \textsf
-       (Commands): Add TeX-Omega-mode
-       (top): Print contents near at the beginning.
-
-       * doc/macros.texi: New macro @sans.
-
-       * doc/intro.texi (Introduction): Removed sections obsoleted by
-       `Quick Start' (Indentation and filling, Completion, Editing your
-       document, Outlines).
-
-2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/todo.texi, doc/install.texi, doc/history.texi,
-       doc/changes.texi, doc/auctex.texi: Remove optional arguments of
-       all @node commands.
-
-       * doc/Makefile.in (TEXIFILES): Added quickstart.texi.
-
-2004-10-18  Frank Küster  <frank@kuesterei.ch>
-
-       * doc/Makefile.in (TEXIFILES): Add macros.texi.
-       (auctex.dvi, auctex.pdf): Depend on TEXIFILES.
-
-2004-10-18  Christian Schlauer  <cschl@arcor.de>
-
-       * latex.el (LaTeX-env-figure, LaTeX-env-minipage): Point out to
-       the user that the placement (figure) and position (minipage)
-       specifiers are optional arguments.
-       (LaTeX-env-figure): Simplified.  Do not insert the (optional)
-       placement specifier `LaTeX-float' into the buffer if the user
-       entered the empty string when asked for `float'.
-
-2004-10-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-keywords): Correctly evaluate
-       keywords when making `font-latex-match-*-keywords' defcustom.
-
-2004-10-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/todo.texi (Bugs): Document some bugs related to font locking
-       and folding.
-
-       * latex.el (LaTeX-insert-environment): Partial rewrite.  Stay in
-       comments.  Do not comment uncommented following lines.  Get rid of
-       redundant comment prefix.
-       (LaTeX-indent-calculate): Check for beginning of buffer.
-       (LaTeX-indent-calculate-last): Do not check for beginning of
-       buffer.  Fixes wrong indentation of environments at the top of the
-       buffer.
-
-2004-10-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-macro-nth-arg): Use
-       `TeX-find-closing-brace' instead of `forward-sexp'.  Fixes
-       problems with comment characters in \url macros.
-
-       * latex.el (LaTeX-paragraph-commands): Use `regexp-opt' to
-       generate the regexp.
-       (LaTeX-common-initialization): Add support for "$$" to
-       `paragraph-start'.
-
-       * context.el (ConTeXt-mode-common-initialization): Add support for
-       "$$" to `paragraph-start'.
-
-       * font-latex.el: Remove change log.
-       (font-latex-make-keywords): New function.
-       (font-latex-match-variable-keywords-local)
-       (font-latex-match-variable-make)
-       (font-latex-match-variable-keywords-set)
-       (font-latex-match-variable-keywords, font-latex-match-variable)
-       (font-latex-match-reference-keywords-local)
-       (font-latex-match-reference-make)
-       (font-latex-match-reference-keywords-set)
-       (font-latex-match-reference-keywords)
-       (font-latex-match-reference)
-       (font-latex-match-function-keywords-local)
-       (font-latex-match-function-make)
-       (font-latex-match-function-keywords-set)
-       (font-latex-match-function-keywords, font-latex-match-function)
-       (font-latex-match-title-1-keywords-local)
-       (font-latex-match-title-1-make)
-       (font-latex-match-title-1-keywords-set)
-       (font-latex-match-title-1-keywords, font-latex-match-title-1)
-       (font-latex-match-title-2-keywords-local)
-       (font-latex-match-title-2-make)
-       (font-latex-match-title-2-keywords-set)
-       (font-latex-match-title-2-keywords, font-latex-match-title-2)
-       (font-latex-match-title-3-keywords-local)
-       (font-latex-match-title-3-make)
-       (font-latex-match-title-3-keywords-set)
-       (font-latex-match-title-3-keywords, font-latex-match-title-2)
-       (font-latex-match-title-4-keywords-local)
-       (font-latex-match-title-4-make)
-       (font-latex-match-title-4-keywords-set)
-       (font-latex-match-title-4-keywords, font-latex-match-title-2)
-       (font-latex-match-textual-keywords-local)
-       (font-latex-match-textual-make)
-       (font-latex-match-textual-keywords-set)
-       (font-latex-match-textual-keywords, font-latex-match-textual)
-       (font-latex-match-warning-keywords-local)
-       (font-latex-match-warning-make)
-       (font-latex-match-warning-keywords-set)
-       (font-latex-match-warning-keywords, font-latex-match-warning)
-       (font-latex-match-warning-function): Now generated by
-       `font-latex-make-keywords'.
-       (font-latex-match-bold-command-keywords-local)
-       (font-latex-match-bold-command-keywords)
-       (font-latex-match-bold-command)
-       (font-latex-match-italic-command-keywords-local)
-       (font-latex-match-italic-command-keywords)
-       (font-latex-match-italic-command)
-       (font-latex-match-math-command-keywords-local)
-       (font-latex-match-math-command-keywords)
-       (font-latex-match-math-command)
-       (font-latex-match-type-command-keywords-local)
-       (font-latex-match-type-command-keywords)
-       (font-latex-match-type-command)
-       (font-latex-match-bold-declaration-keywords-local)
-       (font-latex-match-bold-declaration-keywords)
-       (font-latex-match-bold-declaration)
-       (font-latex-match-italic-declaration-keywords-local)
-       (font-latex-match-italic-declaration-keywords)
-       (font-latex-match-italic-declaration)
-       (font-latex-match-type-declaration-keywords-local)
-       (font-latex-match-type-declaration-keywords)
-       (font-latex-match-type-declaration): New variables generated by
-       `font-latex-make-keywords'.
-       (font-latex-match-bold-command)
-       (font-latex-match-bold-command-make)
-       (font-latex-match-bold-command-keywords-set)
-       (font-latex-match-italic-command)
-       (font-latex-match-italic-command-make)
-       (font-latex-match-italic-command-keywords-set)
-       (font-latex-match-math-command)
-       (font-latex-match-math-command-make)
-       (font-latex-match-math-command-keywords-set)
-       (font-latex-match-type-command)
-       (font-latex-match-type-command-make)
-       (font-latex-match-type-command-keywords-set)
-       (font-latex-match-bold-declaration)
-       (font-latex-match-bold-declaration-make)
-       (font-latex-match-bold-declaration-keywords-set)
-       (font-latex-match-italic-declaration)
-       (font-latex-match-italic-declaration-make)
-       (font-latex-match-italic-declaration-keywords-set)
-       (font-latex-match-type-declaration)
-       (font-latex-match-type-declaration-make)
-       (font-latex-match-type-declaration-keywords-set): New functions
-       generated by `font-latex-make-keywords'.
-       (font-latex-keywords-1): Use new functions.
-       (font-latex-bold-command-keywords)
-       (font-latex-italic-command-keywords)
-       (font-latex-math-command-keywords)
-       (font-latex-type-command-keywords)
-       (font-latex-bold-declaration-keywords)
-       (font-latex-italic-declaration-keywords)
-       (font-latex-type-declaration-keywords): Remove.
-       (font-latex-match-command-with-arguments): New name for
-       `font-latex-match-command-outside-arguments'.  Third argument now
-       is an integer instead of a binary.  It specifies the number of
-       mandatory arguments of a LaTeX macro.  Simplify the function.
-       (font-latex-match-font-cache)
-       (font-latex-match-font-outside-braces): Remove.
-       (font-latex-match-in-brace-cache): New name for
-       `font-latex-match-infont-cache'.
-       (font-latex-match-command-in-braces): New name for
-       `font-latex-match-font-inside-braces'.  Generalize, so that it can
-       be used for any command and does not return a special, complex
-       match.
-       (font-latex-set-syntactic-keywords): Try to minimize false
-       fontifications of macros which may look like \foo{bar} and
-       \foo{bar{.
-       (font-latex-commented-outp): Do not consider comment characters in
-       verbatim content.
-
-2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-default-format, LaTeX-default-width)
-       (LaTeX-default-position): Fix doc strings.
-
-2004-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-default-width): Make it buffer local.
-       (LaTeX-env-minipage): Pick up new value of LaTeX-default-width.
-
-2004-10-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-macro-spec-list): Add starred sectioning
-       commands.
-
-       * latex.el (LaTeX-fill-region-as-paragraph): Do not add linebreaks
-       after "$$ " at the end of paragraph filling.
-       (LaTeX-fill-move-to-break-point): Simplify.  Add support for
-       $$...$$ type display math.
-
-       * style/jurabib.el: New file.
-
-       * Makefile.in (STYLESRC): Add jurabib.el.
-
-       * doc/changes.texi: Mention support for the jurabib package.
-
-2004-10-14  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * auctb.el: Removed (renamed to tex-bar.el)
-
-       * tex-bar.el: Added; (new name of auctb.el). Added support for
-       buttons and customization.
-       (install-auctex-toolbar): removed.
-       (tex-tool-bar): New custom group, inside AUCTeX group.
-       (tex-tool-bar-button-definitions): New custom group, inside
-       tex-tool-bar group.
-       (tex-bar-latex-buttons): New custom variable: buttons in LaTeX
-       mode.
-       (tex-bar-meaning-alist): New custom variable.
-       (tex-bar-available-meaning-alists): New custom variable:
-       collection of variables for meaning-alists.
-       (latex-install-toolbar): New function: install the toolbar for
-       LaTeX mode.
-       (latex-symbols-toolbar-contents): added separator between symbol
-       switches and symbols.
-
-       * toolbarx.el: Removed (renamed to toolbar-x.el)
-
-       * toolbar-x.el: Added; (new name of toolbarx.el).
-       (toolbarx-default-toolbar-meaning-alist) Added `:sep' button.
-       (toolbarx-emacs-add-button): clean up.
-
-2004-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-default-width): New variable.
-       (LaTeX-env-minipage, LaTeX-env-tabular*): Use it.
-       (LaTeX-environment): Mention it in the doc string.
-       (LaTeX-env-label): Reindent.
-
-       * tex.el (TeX-delete-dups): Use our own (faster) version.
-
-       * latex.el (LaTeX-env-array, LaTeX-env-minipage)
-       (LaTeX-env-tabular*): Don't delete whitespace after inserting the
-       environment.  Cursor position corresponds to proper indentation
-       now.  From Christian Schlauer <cschl@arcor.de> with some
-       modifications.
-
-2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (Completion): Mention `C-c RET' for
-       `TeX-insert-macro'.  Fixed typo.
-       (Parsing Files): Fixed typo.
-       (European): Improved.
-       From Frank Küster <frank@kuesterei.ch>, slightly modified.
-
-       * latex.el (LaTeX-common-initialization): Use `LaTeX-env-tabular*'
-       for "tabular*".
-
-2004-10-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (Texinfo-insert-node): Emacs 21.3 and earlier
-       expect a list of lists.
-
-       * tex.el: Cater for `delete-selection-mode'.
-       `eval-after-load' (used for support of desktop.el) in Emacs 21.3
-       and earlier expects a string, not a symbol.
-       (TeX-point-is-escaped): Remove.  Implementation of
-       `TeX-escaped-p', which does the same, is slightly nicer.
-       (TeX-insert-dollar): Use `TeX-escaped-p'.
-
-2004-10-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el: Small clean-ups and rearrangements.
-       (font-latex-match-variable-keywords)
-       (font-latex-match-reference-keywords)
-       (font-latex-match-function-keywords)
-       (font-latex-match-title-1-keywords)
-       (font-latex-match-title-2-keywords)
-       (font-latex-match-title-3-keywords)
-       (font-latex-match-title-4-keywords)
-       (font-latex-match-textual-keywords)
-       (font-latex-match-warning-keywords): Remove redundant defvars.
-       (font-latex-match-variable, font-latex-match-reference)
-       (font-latex-match-function, font-latex-match-title-1)
-       (font-latex-match-title-2, font-latex-match-title-3)
-       (font-latex-match-title-4, font-latex-match-textual)
-       (font-latex-match-warning): Set default values and make
-       buffer-local.
-       (font-latex-match-reference): Add doc string.
-       (font-latex-set-syntactic-keywords): Do not set comment syntax.
-
-2004-10-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/booktabs.el, style/captcont.el, style/fancyref.el,
-       style/mdwlist.el, style/natbib.el, style/nicefrac.el,
-       style/paralist.el, style/scrbase.el, style/scrbook.el,
-       style/scrlttr2.el, style/scrpage2.el, style/scrreprt.el,
-       style/subfigure.el, style/units.el (TeX-add-style-hook): Do not
-       set up font-latex variables if font-latex is not loaded and
-       enabled.
-
-       * style/alltt.el, style/listings.el, style/url.el
-       (TeX-add-style-hook): Do not set up font-latex variables if
-       font-latex is not loaded and enabled.  Reinitialize font-lock
-       defaults.
-
-       * font-latex.el: Do not autoload `texmathp'.
-       (font-latex-fontify-script): Doc fix.
-       (font-latex-script): Do without `texmathp'.
-       (font-latex-syntactic-keywords): Default to nil.
-       Make buffer-local.
-       (font-latex-setup): Set syntactic keywords.
-
-2004-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-update-style, TeX-parse-arguments)
-       (TeX-parse-argument, VirTeX-common-initialization)
-       (TeX-auto-parse-region): Simplify code by using `unless'.
-
-2004-10-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-search-forward-unescaped)
-       (TeX-search-backward-unescaped, TeX-re-search-forward-unescaped)
-       (TeX-search-unescaped, TeX-escaped-p): New functions.
-       (TeX-find-macro-boundaries): Use `TeX-escaped-p'.
-
-       * latex.el (LaTeX-newline, LaTeX-current-indentation)
-       (LaTeX-fill-region-as-para-do, LaTeX-fill-move-to-break-point):
-       Use new search functions from tex.el.
-
-       * tex-fold.el (TeX-fold-make-overlay, TeX-fold-hide-item)
-       (TeX-fold-show-item): Respect `font-lock-mode'.
-
-       * style/amstex.el: Add copyright and license information.
-       ("amstex"): Do not load amsmath.el in `plain-tex-mode' or
-       `ams-tex-mode'.
-
-2004-10-06  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * texmathp.el (texmathp): Limit environment search with result of
-       macro search if possible.
-
-       * font-latex.el (font-latex-verb-like-commands): New variable.
-       (font-latex-set-syntactic-keywords): Use it.
-       (font-latex-match-command-outside-arguments)
-       (font-latex-match-font-outside-braces)
-       (font-latex-match-font-inside-braces): Check face at the beginning
-       of the match to make keyword fontification possible even if a
-       macro's argument was already fontified due to syntactic keyword
-       fontification.
-
-       * style/listings.el (TeX-add-style-hook): Suppress indentation in
-       lstlisting environments.  Fontify both \lstinline|...| and
-       \lstinline{...}.  Add lstlisting environment to
-       `LaTeX-verbatim-regexp'.
-
-       * style/url.el (TeX-add-style-hook): Treat arguments \url|...| and
-       \url{...} as verbatim.
-
-       * style/alltt.el (TeX-add-style-hook): Use buffer-local variable
-       `font-latex-verbatim-environments-local'.
-
-2004-10-05  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * toolbarx.el (toolbarx-default-toolbar-meaning-alist): New
-       constant, providing a MEANING-ALIST for the insertion of the
-       default buttons and some extra ones in Emacs and XEmacs.
-
-2004-10-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-output-view-style): Move more special items upwards.
-       Remove "a4" and "a5" styles.
-
-2004-10-04  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * toolbarx.el:
-       (toolbarx-emacs-add-button)
-       (toolbarx-test-image-type): Add Emacs `image descriptor' as valid
-       image specification (Emacs only).
-       (toolbarx-emacs-add-button): "transp-strip" is new `tranparent
-       strip' image file.
-
-       * images/bibtex.xpm, images/dvipdf.xpm, images/dvips.xpm,
-       * images/error.xpm, images/exec.xpm, images/execbibtex.xpm,
-       * images/execdvips.xpm, images/execerror.xpm,
-       * images/execpdftex.xpm, images/exectex.xpm,
-       * images/execviewdvi.xpm, images/execviewpdf.xpm,
-       * images/execviewps.xpm, images/gv.xpm, images/jumpdvi.xpm,
-       * images/pdftex.xpm, images/pspdf.xpm, images/sep.xpm,
-       * images/tex.xpm, images/view.xpm, images/viewdvi.xpm,
-       * images/viewpdf.xpm, images/viewps.xpm: Add symbolic color
-       'backgroundToolBarColor' to make pics work in (GNU/Linux) XEmacs
-
-2004-10-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el: Some clean-ups, rearrangements and performance
-       improvements.
-       (font-latex-verbatim-face): XEmacs does not like :inherit.
-       (font-latex-setup): Activate `font-latex-syntactic-face-function'.
-       (font-latex-faces-present-p): New function.
-       (font-latex-match-command-outside-arguments): Use it.
-       (font-latex-bold-command-keywords)
-       (font-latex-italic-command-keywords)
-       (font-latex-math-command-keywords)
-       (font-latex-type-command-keywords): New variables.
-       (font-latex-match-font-outside-braces): Use them.
-       Check for comment and verbatim faces.
-       (font-latex-bold-declaration-keywords)
-       (font-latex-italic-declaration-keywords)
-       (font-latex-type-declaration-keywords): New variables.
-       (font-latex-match-font-inside-braces): Use them.
-       Check for comment and verbatim faces.
-       (font-latex-script): Use `font-latex-faces-present-p'.
-
-       * doc/changes.texi: Add some new features and fixed bugs.
-
-2004-09-29  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * images/bibtex.xpm, images/dvipdf.xpm, images/dvips.xpm,
-       * images/error.xpm, images/exec.xpm, images/execbibtex.xpm,
-       * images/execdvips.xpm, images/execerror.xpm,
-       * images/execpdftex.xpm, images/exectex.xpm,
-       * images/execviewdvi.xpm, images/execviewpdf.xpm,
-       * images/execviewps.xpm, images/gv.xpm, images/jumpdvi.xpm,
-       * images/pdftex.xpm, images/pspdf.xpm, images/sep.xpm,
-       * images/tex.xpm, images/view.xpm, images/viewdvi.xpm,
-       * images/viewpdf.xpm, images/viewps.xpm: Add designed images for
-       toolbar buttons.
-
-2004-09-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-do-multi-line): Add new option and use
-       it as default value.
-       (font-latex-use-cache): New variable.
-       (font-latex-match-command-outside-arguments)
-       (font-latex-match-font-outside-braces)
-       (font-latex-match-font-inside-braces): Use it.
-       (font-latex-check-cache): Do not check if cache is to be used.
-       (font-latex-setup): Set up multi-line font locking.
-
-2004-09-28  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * toolbarx.el: Support for grouping `:insert' clauses in the 3
-       engines (performance improvement.)  Better comments and
-       docstrings.
-       (toolbarx-process-symbol): Fix `nreverse'-missing bug.
-
-       * auctb.el: Fix Copyright notice (to FSF).  Remove "AMS Special"
-       from ppup menu.  Simplify.  Remove garbage comments from end.
-       (auctb-img-filename): Remove "symb-pics/" from return.  Add
-       "symb-pics/" explicitly where it is needed in the defconst's.
-
-       * images, images/dropdown.xpm, images/ltx-symb-turn-off.xpm,
-       * images/ltx-symb-turn-on.xpm: Add designed images for symbol
-       toolbar.
-
-2004-09-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el: Add change log entries and bump version.
-       (font-latex-find-matching-close): Fix typo in last commit.
-       (font-latex-match-font-inside-braces): Set actual numbers in the
-       match, not nil.  Fixes errors with `font-lock-multiline' enabled.
-
-2004-09-27  David Kastrup  <dak@gnu.org>
-
-       * font-latex.el (font-latex-find-matching-close): Simplify.
-
-       * latex.el (LaTeX-math-default): Use `W in math mode for the Omega
-       letter.
-
-       * tex.el (TeX-find-macro-start-helper): Simplify.
-       (TeX-find-macro-end-helper): Simplify.
-       (TeX-find-macro-end-helper): Stop if `forward-sexp' fails.
-
-       * doc/todo.texi (Wishlist): Macro spell checking mentioned.
-
-2004-09-26  Miguel Frasson  <frasson@math.leidenuniv.nl>
-
-       * toolbarx.el: Add to cvs (first version).
-
-       * auctb.el: Add to cvs (first version); features only a symbol
-       toolbar.
-
-2004-09-24  Davide G. M. Salvetti  <salve@debian.org>
-
-       * configure.in: Add `--(en|dis)able-build-dir-test' switch to
-       allow disabling `VALID_BUILD_DIR'.
-
-2004-09-22  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (VirTeX-common-initialization): Revert last change.
-
-       * font-latex.el (font-latex-keywords-2): Use function
-       `font-latex-match-script' instead of regexp directly.
-       (font-latex-fontify-script): Doc fix.
-       (font-latex-match-script): Reintroduce.
-
-2004-09-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-verbatim-macros): New variable.
-       (LaTeX-fill-move-to-break-point): Do not break inside of macros
-       defined in `LaTeX-verbatim-macros'.
-       (LaTeX-fill-newline): Do not trigger auto-fill.
-
-       * style/listings.el (TeX-add-style-hook): Add "lstinline" to
-       `LaTeX-verbatim-macros'.
-
-       * font-latex.el (font-latex-set-syntactic-keywords): "*" is not
-       allowed as a \verb delimiter.
-
-       * doc/todo.texi (Bugs): Another bug gone the way of the poodle.
-
-2004-09-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-indent-line): Use XEmacs' functions to deal with
-       extents/overlays.  Avoids dependence on overlay.el.
-       (LaTeX-fill-region-as-paragraph): Inhibit filling of "Local
-       Variables" section, if to be filled as a paragraph.
-
-       * style/url.el: Add some (low-level) symbols for completion and
-       fontification.
-       (TeX-arg-urlstyle): New function.
-
-       * doc/todo.texi (Bugs): Remove some obsolete bug descriptions.
-
-2004-09-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-verbatim-environments): Change from
-       defvar to defcustom.
-       (font-latex-verbatim-environments-local)
-       (font-latex-verbatim-macros)
-       (font-latex-verbatim-macros-local): New variables.
-       (font-latex-set-syntactic-keywords): Use them.
-
-       * style/listings.el: New file.
-
-       * Makefile.in (STYLESRC): Add it.
-
-       * doc/changes.texi: Mention support for listings.sty.
-
-2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/changes.texi: Mention built fixes.
-
-2004-09-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-commented-outp): Reimplement for
-       better performance.
-
-       * doc/changes.texi: Streamline documentation of performance
-       changes.
-
-       * tex.el (TeX-search-syntax-table): Make XEmacs happy.
-       (VirTeX-common-initialization): Append our stuff to the end of
-       `find-file-hooks'.  Fixes problems with `auto-insert-mode'.
-
-2004-09-15  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4 (EMACS_LISP): quote ${emacs}, Windows....
-
-2004-09-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/changes.texi: Add changes from 11.51 up to now.
-
-       * style/url.el: New file.
-
-       * Makefile.in (STYLESRC): Add style/url.el.
-
-2004-09-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-keywords-1): Add highlighter for math
-       macros.
-       (font-latex-keywords-2): Use regexp for matching instead of
-       `font-latex-match-script'.
-       (font-latex-match-font-outside-braces): Add support for math, esp.
-       "\ensuremath".
-       (font-latex-match-script): Remove.
-       (font-latex-script): Fix check for present faces.  Add `texmathp'
-       check in case there is no math face present.
-
-2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * aclocal.m4 (texinputdirs): Strip leading "!!".
-
-2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (TeX-arg-input-file): Remove duplicates from the
-       completion list.  Simplify code by using `unless'.
-
-2004-09-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (Texinfo-insert-node): New function.
-       (Texinfo-mode-map): Use it.
-
-2004-09-07  Davide G. M. Salvetti  <salve@debian.org>
-
-       * aclocal.m4 (EMACS_LISP): Sync echo output with real emacs
-       invocation.
-
-2004-09-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (Texinfo-insert-environment): Add a space between
-       inserted "@end" and environment name in case of active region.
-
-2004-09-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-search-syntax-table): New function and variable.
-       (TeX-find-balanced-brace): New function.
-       (TeX-find-closing-brace): Use `TeX-find-balanced-brace'.
-       (TeX-find-opening-brace): Ditto.
-       (TeX-find-macro-boundaries): Add `lower-bound' argument.
-       (TeX-find-macro-start-helper): Add `limit' argument.
-       (TeX-find-macro-start): Ditto.
-
-2004-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/changes.texi: Add `LaTeX-includegraphics-read-file'.
-       Mention use of `start' for MikTeX and fpTeX.
-
-       * latex.el (LaTeX-includegraphics-read-file): New variable.
-
-       * tex.el (TeX-delete-dups): New defun or defalias.
-
-       * style/graphicx.el (LaTeX-includegraphics-read-file-TeX): Renamed
-       from `LaTeX-includegraphics-read-file'.  Remove duplicates using
-       `TeX-delete-dups'.
-       (LaTeX-includegraphics-read-file-relative): Insert relative
-       filename.  From Dan Nicolaescu <dann@ics.uci.edu>.
-       (LaTeX-arg-includegraphics): Use funcall for image-file.
-
-2004-08-28  David Kastrup  <dak@gnu.org>
-
-       * Version 11.53 released.
-
-2004-08-28  David Kastrup  <dak@gnu.org>
-
-       * doc/tex-ref.tex: Bump version.
-
-       * configure.in: Bump version number.
-
-       * auctex.spec (Version): bump to 11.53.
-
-       * doc/auctex.texi: Bump version to 11.53.
-
-2004-08-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (install-el): Fix typos.
-
-2004-08-27  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-kpathsea-format-alist): Added
-       LaTeX-includegraphics-extensions.
-       (TeX-search-files): Fix non-kpathsea case.
-
-       * style/graphicx.el (LaTeX-includegraphics-read-file): Use
-       completion based on TeX-search-files.
-
-2004-08-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-preserve-comments): New variable.
-       (TeX-fold-buffer-type): Use it.
-
-       * font-latex.el (font-latex): Add to AUCTeX's customization group.
-       (font-latex-find-matching-close): Correctly recognize multiple
-       escape characters.  Add missing paren.
-
-2004-08-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-site.el.in (japanese-slitex-mode): Removed obsolete autoload
-       of slitex.
-
-       * tex-jp.el (japanese-plain-tex-mode, japanese-latex-mode): Use
-       `TeX-defun' for getting version info into mode doc.
-
-2004-08-26  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-mik.el: Use `start' instead of the respective executable for
-       PostScript, PDF and HTML files.
-
-       * tex-fptex.el: Ditto.
-
-2004-08-25  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-find-macro-boundaries): Detect the start of any
-       macro, not just those consisting of [A-Za-z@].
-       Remove some superfluous `goto-char' calls.
-       (TeX-find-macro-start-helper): Reimplement once again.  Original
-       patch by David Kastrup; slightly modified.  Doc fix.
-       (TeX-find-macro-end-helper): Doc fix.  Handle macros not
-       consisting of [A-Za-z@] correctly.
-       (TeX-find-opening-brace): Improve performance.
-
-2004-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el: Autoload `TeX-process-set-variable' and `TeX-region-file'.
-
-2004-08-25  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4: EMACS_PATH_LISPDIR: Expand lispdir if relative to
-       binary. Quote lispdir, and deal with exec_prefix, add missing
-       bracket.
-
-       * aclocal.m4: Fix xemacs<->emacs mistake, restore path searching
-       when --without-packagedir is given
-
-       * configure.in: enable --without-packagedir
-
-       * aclocal.m4: Barf if packagedir not found, don't bother with
-       load-path on xemacs' lispdir
-
-2004-08-25  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-command): Call `TeX-process-set-variable' with
-       correct options, so that the viewer command is next unless
-       overridden.
-
-       * tex.el (TeX-set-mode-name): Set `TeX-command-next' in the
-       buffers where they actually count.
-
-2004-08-24  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-math-default): Correctly code "jmath" and
-       "Bbbk".
-
-2004-08-24  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (Mathematics): Add `LaTeX-math-menu-unicode'.
-       (Changes): Refer to `history.texi' _after_ the newer changes.
-
-       * doc/changes.texi: Added versions 11.51-11.53.
-
-2004-08-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (VirTeX-common-initialization): Use "%" instead of
-       `comment-start' for `comment-start-skip'.
-       (TeX-find-opening-brace): Do not use an inverse matcher but negate
-       the whole expression.
-       (TeX-find-macro-start-helper): Reimplement.  Should be much faster
-       now.
-
-       * latex.el (LaTeX-current-environment): Use
-       `buffer-substring-no-properties'.
-       (LaTeX-indent-line): Revert last change.  Only multi-line overlays
-       at the start of a line are affected by the XEmacs bug.
-
-       * tex-info.el (Texinfo-environment-list): Add "command" macro.
-
-2004-08-24  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/install.texi (Prerequisites): Add `easy-mmode.el' update for
-       XEmacs.
-
-2004-08-23  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-indent-line): Get all overlays, not just one.
-       (LaTeX-math-default): Add iota.
-       (LaTeX-math-default): Use different symbol for triangle.
-       (LaTeX-math-default): Don't use `?\S-e' for `?E'.
-
-       * tex.el (TeX-match-buffer): Use `buffer-substring-no-properties'
-       (TeX-in-commented-line): Use `skip-chars-forward' and `forward-line'.
-       (TeX-in-line-comment): Use `forward-line'.
-       (TeX-brace-count-line): Use `skip-chars-forward'.
-
-       * RELEASE: Some updates.
-
-       * latex.el (LaTeX-section): Use an active region as title if available.
-       (LaTeX-section-title): Prompt with title if present.  Should we
-       ask at all?
-       (LaTeX-math-list): Add Unicode code point.
-       (LaTeX-math-menu-unicode): New customization variable for unicode
-       in math menu.  Only set in GTK Emacs for now.  Does not work on
-       XEmacs.  Use it for initializing the menus.  Also prefix menu
-       points with backslash.
-
-       * Makefile.in (.PHONY): Declare a bunch of phony targets to
-       protect against users making files/directories with that name (in
-       particular "lisp").
-
-2004-08-22  David Kastrup  <dak@gnu.org>
-
-       * style/italian.el ("italian"): Don't overwrite existing local
-       variable settings.
-
-       * style/ngerman.el ("ngerman"): Don't overwrite existing local
-       variable settings.
-
-       * style/german.el ("german"): Don't overwrite existing local
-       variable settings.
-
-       * tex.el (TeX-set-mode-name, TeX-PDF-mode): XEmacs needs two
-       arguments for `local-variable-p'.
-
-2004-08-20  David Kastrup  <dak@gnu.org>
-
-       * tex.el (desktop): Save TeX-Omega-mode, too.
-
-       * Makefile.in (full-release): Source rpm is auctex, not
-       auctex-emacs.
-
-       * auctex.spec (Provides): Provide auctex as well to satisfy
-       preview-latex.  create package emacs nevertheless.
-
-       * Version 11.52 released.
-
-2004-08-20  David Kastrup  <dak@gnu.org>
-
-       * tex.el (AUCTeX-version): move to front and also eval when
-       compiling.  Other version info moved, too.
-       (TeX-defun): Macro for putting version info into definition.
-       (plain-tex-mode): Use `TeX-defun'.
-       (ams-tex-mode): Use `TeX-defun'.
-
-       * tex-info.el (texinfo-mode): Use `TeX-defun' for getting version
-       info into mode doc.
-
-       * latex.el (latex-mode): Use `TeX-defun' for getting version info
-       into mode doc.
-
-       * context.el (context-mode): Use `TeX-defun' for getting version
-       info into mode doc.
-
-       * auctex.spec (BuildRoot): New naming scheme.
-
-       * RELEASE: Add `DESTDIR' blurb.
-
-2004-08-19  David Kastrup  <dak@gnu.org>
-
-       * auctex.spec: Change `tex-site.el' to overwriting config file
-       mode.
-
-       * tex.el (plain-tex-mode): Move menu initializiation here instead
-       of `plain-TeX-common-initialization'.  We don't want "TeX" menus
-       in `ConTeXt-mode' or `AmSTeX-mode'.
-       (plain-TeX-common-initialization): remove `easy-menu-add' here.
-       (TeX-common-menu-entries): Change "Customize" strategy again.
-       (plain-TeX-menu-entries): Move from `plain-TeX-menu'.
-       (plain-TeX-mode-menu): Use `plain-TeX-menu-entries'.
-       (AmSTeX-mode-map): Derive from `TeX-mode-map' not
-       `plain-TeX-mode-map'.
-       (AmSTeX-mode-menu): Define menu for `AmSTeX-mode'.
-       (ams-tex-mode): Add menus in proper order.
-
-       * tex-info.el (texinfo-mode): Swap order of `easy-menu-add'.
-
-       * latex.el (LaTeX-common-initialization): Swap order of
-       `easy-menu-add'.
-
-       * context.el (ConTeXt-mode-common-initialization): Swap order of
-       `easy-menu-add', move `major-mode' init to front.
-
-       * latex.el (LaTeX-common-initialization): Exchange order of
-       `easy-menu-add' to get better menu layout in XEmacs.
-
-2004-08-19  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * auctex.spec (description): Overhauled.
-
-       * doc/install.texi: Markup fixes, see "(texinfo)command".
-
-       * doc/wininstall.texi: Ditto.
-
-2004-08-19  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-mode-menu): Use `TeX-common-menu-entries'.
-
-       * tex-info.el (Texinfo-mode-menu): Use `TeX-common-menu-entries'.
-
-       * tex.el (ams-tex-mode): Add `plain-TeX-mode-menu' here.  Doh.
-
-       * context.el (ConTeXt-mode-menu): Use `TeX-menu-with-help' instead
-       of `TeX-maybe-remove-help'.
-       (ConTeXt-mode-menu): Use `TeX-common-menu-entries'.
-
-       * tex.el (TeX-customization-menu): Save the customization menu
-       here when generated, so that we have it available in all modes.
-       (TeX-common-menu-entries): The common menu entries for TeX modes.
-       (plain-TeX-mode-menu): Use `TeX-common-menu-entries'.
-
-       * configure.in: export `localstatedir'.
-
-       * Makefile.in (localstatedir): import `localstatedir'.
-
-2004-08-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/install.texi (Customizing): tex-site.el should be edited no
-       more.  Customize should be used instead.  Relevant variables are
-       determined during configuration now.
-       Mention build/installation commands for contributed files.
-
-2004-08-19  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * auctex.spec: Fixes for SuSE.
-
-2004-08-19  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4: `putative-existing-lisp-dir' is not a package
-       directory if `lisp' is not a path component.  Normalize
-       whitespace.
-       Remove trailing slash from packagedir.
-
-       * tex-site.el.in (TeX-macro-global): Don't quote texinputdirs
-       additionally.
-
-       * aclocal.m4: Really remove trailing slashes/backslashes.
-       Don't expand `lispdir'.
-       (library): Surround `texinputdirs' with quotes.  Output it
-       enclosed in parens.
-       (library): Let `autodir' refer unexpanded to `localstatedir'.
-       Add some quoting in patterns.
-
-       * doc/Makefile.in (DESTDIR): introduce `DESTDIR' into installation
-       targets.
-
-       * Makefile.in (DESTDIR): introduce `DESTDIR' into installation
-       targets.
-
-2004-08-18  David Kastrup  <dak@gnu.org>
-
-       * tex-fold.el (TeX-fold-buffer-type): Don't use `end-of-buffer' as
-       it plays around with the current window point.
-
-       * Makefile.in (auctexdir, styledir): Use `${...}' for symmetry
-       with aclocal.m4
-
-       * aclocal.m4: Use `${...}' instead of `$(...)' everywhere.
-
-2004-08-18  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4 (EMACS_LISPDIR): Output expanded lispdir
-
-2004-08-18  David Kastrup  <dak@gnu.org>
-
-       * configure.in: Shell-quote autodir.
-
-       * RELEASE: Some minor changes.
-
-2004-08-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * RELEASE: Change version to 11.52.  Replace old feature/bug
-       information.
-
-       * font-latex.el (font-latex-script): Disable raising of characters
-       for older Emacsen.  Original patch by Reiner Steib.
-       Bump version and add change log entry.
-
-       * tex-fold.el (TeX-fold-unfolded-face): Make it look more blueish
-       on displays with 24bit color depth.
-       (TeX-fold-buffer-type): Use either a complemented character
-       alternative to be on the safe side or "\\_>" on Emacsen which
-       support it.
-
-2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * texmathp.el (texmathp-tex-commands-default): Added \label.
-       Various checkdoc-related fixes.
-
-2004-08-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-buffer-type): Use alternative way to
-       determine end of search pattern.  Fixes problem with starred
-       macros.
-       Fix compile errors and add further match alternatives.
-       (TeX-fold-item): Recognize starred macros as well.
-       XEmacs does not know `match-string-no-properties'.
-       (TeX-fold-make-overlay): Do not alter `display-string' before
-       `face' is set.
-       (TeX-fold-hide-item): Get only the string part of
-       `display-string'.
-
-       * tex.el (TeX-fold-menu): Wrap value in `TeX-menu-with-help'.
-       Fixes XEmacs start-up error.
-
-       * tex-mik.el: Fix typo in comment.
-
-       * auctex.spec (Version): Change to 11.52.
-
-       * configure.in: Change AUCTeX version to 11.52.
-
-       * doc/tex-ref.tex: Change AUCTeX version to 11.52.
-
-       * doc/auctex.texi: Change AUCTeX version to 11.52.
-
-2004-08-17  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (full-release): Fix a few things.
-
-       * Version 11.51 released.
-
-2004-08-17  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4: Quote when expanding and remove trailing backslash,
-       too.
-       (library): Don't check for $PWD but for default-directory.
-
-2004-08-16  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: move --prefix description up, since it
-       might be the only needed option.
-
-       * doc/tex-ref.tex (section{Font Selection}): Add italic
-       corrections and small-caps entry.
-
-       * tex.el (info): Add more prefixes to `Info-file-list-for-emacs'.
-
-       * tex-jp.el (japanese-TeX-command-list): Comment addition.
-
-       * RELEASE: Add availability and update release notes.
-
-       * Makefile.in (RPMROOT): New variable.
-       (tar-ball): Clean up `$(FTPDIR)' and `$(WWWDIR/doc)' before
-       installation.
-       (full-release): New target that does RPM building, signing and
-       other stuff for upload.
-       (patch): gzip the patch.
-
-       * auctex.spec: Add definition stuff for SuSE.
-       (BuildRoot): Don't specify infodir when it is not used.
-
-       * bib-cite.el: Fix refTeX link.
-
-2004-08-16  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4 (EMACS_PROG_EMACS): Add "${prefix}/bin" for Windows users
-
-       * aclocal.m4 (EMACS_LISPDIR): Remove trailing slash from lispdir_expanded elisp string
-
-2004-08-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * aclocal.m4 (VALID_BUILD_DIR): New function.
-
-       * configure.in: Use it.
-       Change AUCTeX version to 11.51.
-
-       * doc/tex-ref.tex: Change AUCTeX version to 11.51.
-
-       * doc/auctex.texi: Change AUCTeX version to 11.51.
-
-       * auctex.spec (Version): Change to 11.51.
-
-       * Makefile.in (distclean): Get rid of autom4te.cache.
-
-2004-08-15  David Kastrup  <dak@gnu.org>
-
-       * tex-info.el: Change Copyright notice to FSF
-
-       * tex-mik.el: Change Copyright notice to FSF
-
-       * tex.el: Change Copyright notice to FSF
-
-       * font-latex.el: Change Copyright notice to FSF
-
-       * multi-prompt.el: Change Copyright notice to FSF
-
-       * tex-buf.el: Change Copyright notice to FSF
-
-       * tex-site.el.in: Change Copyright notice to FSF
-
-       * style/scrartcl.el: Change Copyright notice to FSF
-
-       * style/scrbook.el: Change Copyright notice to FSF
-
-       * style/scrlttr2.el: Change Copyright notice to FSF
-
-       * style/scrreprt.el: Change Copyright notice to FSF
-
-       * latex.el: Change Copyright notice to FSF
-
-       * tex-info.el: Change Copyright notice to FSF
-
-       * tex-mik.el: Change Copyright notice to FSF
-
-       * tex.el: Change Copyright notice to FSF
-
-       * bib-cite.el: Change Copyright notice and URLs.
-
-2004-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * latex.el (LaTeX-common-initialization): Don't set
-       `selective-display'.
-
-2004-08-15  David Kastrup  <dak@gnu.org>
-
-       * doc/tex-ref.tex: Add Omega entry, rearrange.
-
-       * tex.el (TeX-print-command): Use `%(o?)'.
-       (TeX-command, TeX-Omega-command, LaTeX-command)
-       (LaTeX-Omega-command, ConTeXt-engine, ConTeXt-Omega-engine): New
-       customization strings to implement various expanders.
-       (TeX-command-list): Use them.
-       (LaTeX-command-style): Same here.
-       (TeX-printer-list, TeX-view-style, TeX-output-view-style): Use
-       `%(o?)'.
-       (TeX-expand-list): New entries.
-       (TeX-PDF-mode): Don't switch on in Omega mode.
-       (TeX-Omega-mode): New minor mode.
-       (tex-omega-mode): alias for it.
-       (TeX-mode-map): Keybinding for it.
-       (TeX-mode-specific-command-menu-entries): Add quick viewer entry.
-       (TeX-mode-specific-command-menu-entries): Add Omega toggle and
-       inactivate PDF when Omega is on.
-
-       * context.el (ConTeXt-expand-options): New function for generating
-       `texexec' options.
-
-2004-08-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-fold-menu): New variable.
-       (plain-TeX-mode-menu): Use it.
-
-       * context.el (ConTeXt-mode-menu): Use `TeX-fold-menu'.
-
-       * latex.el (LaTeX-mode-menu): Use `TeX-fold-menu'.
-
-       * tex-info.el: Change every occurence of "TeXinfo" to "Texinfo".
-       (Texinfo-environment-list): Add some missing environments.
-       (Texinfo-find-env-end, Texinfo-find-env-start): New functions.
-       (Texinfo-mode-menu): Use `TeX-fold-menu'.
-
-       * tex-fold.el (TeX-fold-buffer-type): Support folding of
-       environments in texinfo-mode.
-       (TeX-fold-item): Ditto.
-       (TeX-fold-hide-item): Display an error string if the macro
-       argument cannot be found.
-
-2004-08-14  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-command-list): rename `%(execmode)' to `%(execopts)'
-       since it has gotten quite fatter.
-       (TeX-expand-list): Implement `TeX-PDF-mode',
-       `TeX-interactive-mode', `TeX-source-specials-mode' for ConTeXt and
-       pass on `ConTeXt-current-interface'.
-
-2004-08-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-mik.el: Change `TeX-source-specials-viewer-flags' to
-       `TeX-source-specials-view-position-flags' as the latter is now
-       used in tex.el.
-       Set `TeX-source-specials-view-editor-flags'.
-
-       * tex-fptex.el: Ditto.
-
-2004-08-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi (top): We want the introduction to appear in
-       HTML output as well.
-
-2004-08-13  David Kastrup  <dak@gnu.org>
-
-       * Version 11.50 released.
-
-2004-08-13  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4: Add another alternative for lispdir
-
-2004-08-13  David Kastrup  <dak@gnu.org>
-
-       * auctex.spec (Source0): Change source URL.
-
-       * Makefile.in (EXTRAFILES): Add RELEASE and auctex.spec.
-       (tar-ball): Don't create CHANGES-$(TAG), just CHANGES (as it is
-       always a longer history).  But create RELEASE-$(TAG) instead:
-       that's release-specific.
-
-2004-08-13  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: Changes to --prefix and --with-auto-dir,
-       partly by Christian Schlauer.
-       Add a few words of my own after suggestions.
-
-       * doc/changes.texi, style/units.el, style/nicefrac.el,
-       Makefile.in: Add contributed styles for units.sty and
-       nicefrac.sty from Christian Schlauer.
-
-2004-08-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-unspec-use-name): New variable.
-       (TeX-fold-item): Use it.
-
-       * RELEASE: Add warning about `TeX-command-list'.
-
-       * doc/auctex.texi (Commands): Add "be".
-       (Folding): Document `TeX-fold-unspec-use-name'.
-
-2004-08-13  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (tar-ball): copy only one auctex, add pdf manual and
-       reference card.
-
-       * doc/Makefile.in (dist): Add tex-ref, and both pdf and ps
-       (tex-ref.ps, auctex.ps): Use -Ppdf option for better quality.
-
-       * auctex.spec (BuildRoot): Add CHANGES.
-
-       * Makefile.in (release-commit): There are no Version: strings
-       anymore, don't replace them.
-
-       * tex-fptex.el: customize Queue and Print commands appropriately.
-
-       * tex-mik.el: customize Queue and Print commands appropriately.
-
-       * tex.el (TeX-expand-list): Call TeX-printer-query differently.
-       (TeX-command-menu-print, TeX-command-menu-printer-entry)
-       (TeX-command-menu-entry): Implement stuff differently, add "Other"
-       menu entry.
-
-       * tex-buf.el (TeX-printer-query): Change arguments here.
-       Reorganize, too.
-
-       * doc/auctex.texi (Commands): Fix a warning.
-
-       * tex-info.el (TeXinfo-mode-menu): Other quoting.
-       (texinfo-mode): Set `TeX-mode-p', `TeX-base-mode-name', call
-       `TeX-set-mode-name'.
-
-       * context.el (ConTeXt-mode-menu): Add the environments back to
-       folding.
-
-       * doc/auctex.texi, doc/faq.texi, doc/install.texi, doc/intro.texi,
-       doc/todo.texi: various changes and smaller typos corrected.
-
-       * doc/macros.texi fix problems with PDF links and indexing.
-
-       * configure.in: Check for pdftex, dvips, texi2html, texi2dvi,
-       texi2pdf.
-
-       * doc/Makefile.in (TEXI2HTML, TEXI2DVI, TEXI2PDF): new variables
-       entered by configure.
-       (auctex.dvi): Use texi2dvi.
-       (auctex.pdf): New target.
-       (clean): Remove PDF files.
-
-2004-08-12  David Kastrup  <dak@gnu.org>
-
-       * tex-jp.el (japanese-TeX-command-list): Fixed this to new style.
-       (LaTeX-command-style): Same here.  Hey, this should even make
-       preview-latex work mostly with Japanese files and PDFTeX.
-
-2004-08-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-view-extension): Remove.
-       (TeX-view-output-file): Use the function `TeX-output-extension'
-       instead of `TeX-view-extension'.
-       (TeX-run-set-command): Setting `TeX-view-extension' not necessary
-       anymore.
-
-       * tex.el (TeX-view-extension): Remove.
-
-2004-08-11  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: explain about tex-mik.el and tex-fptex.el
-
-       * tex-fptex.el: require tex-site.  Only set `TeX-lisp-directory'
-       if it has not been customized.  Construct `TeX-command-list' from
-       its default value.
-
-       * tex-mik.el: same here.
-
-       * tex.el (TeX-mode-specific-command-menu): Tiny optimization.
-       (TeX-mode-specific-command-menu-entries): Make it legal for
-       `TeX-command-mode-menu-entry' to return nil for indicating no menu
-       entry at all (so that entries like "Print" or "Queue" may be
-       dynamically removed).
-
-2004-08-11  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/auctex.texi (Commands): Adjust references.
-       (Viewing): Make source specials a subsection.  Adjust references.
-
-       * tex.el (TeX-source-specials-mode): Remove bogus :link.  Refer to
-       viewing node of the manual.
-
-       * doc/changes.texi: Added references.
-
-       * doc/todo.texi (Wishlist): Markup fix.
-
-2004-08-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auctex.texi (Viewing): Add some information about forward
-       and inverse search.
-
-       * tex-mik.el: Synchronize `TeX-command-list' with tex.el.
-       Use gsview32 in `TeX-output-view-style'.
-
-       * tex-fptex.el: Synchronize `TeX-command-list' with tex.el.
-
-2004-08-11  David Kastrup  <dak@gnu.org>
-
-       * doc/tex-ref.tex: Move papersize stuff to the front.  Fiddle
-       somewhat with the sizes, too.
-
-       * auctex.spec (Version): Change version, web sites, some build
-       stuff (this is not yet finished).
-
-       * auc-old.el: remove.
-
-       * doc/Makefile.in (TEXIFILES): refer to auctex.texi instead of
-       auc-tex.texi.  Change all dependent stuff, too.
-
-       * Makefile.in (DOCFILES): refer to doc/auctex.texi instead of
-       doc/auc-tex.texi
-
-       * doc/auc-tex.texi: renamed into doc/auctex.texi.
-
-       * doc/auc-tex.texi (Commands): Some rewording.
-
-       * doc/todo.texi (Wishlist): Some rearrangements and additions.
-
-2004-08-10  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-math-default): Reorder and complete Greek
-       letters, use Babel transcription conventions for them.
-
-       * doc/tex-ref.tex: Add \sl definition.
-       (section{Miscellaneous}): Use \string~ for tilde.
-       (section{Greek Letters}): Reorder and complete Greek letters.
-
-       * tex.el (TeX-PDF-mode): Set `TeX-output-extension' too.
-       (ams-tex-mode): Move `TeX-set-mode-name' after running hooks.
-
-       * tex-ref.tex: merge math-ref.tex, update a few things, format
-       stuff.
-
-       * math-ref.tex: removed.
-
-       * doc/Makefile.in (all): Remove math-ref.tex
-
-       * Makefile.in (DOCFILES): Remove math-ref.tex
-
-2004-08-10  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * RELEASE: Add `volunteers welcome'.
-
-       * doc/auc-tex.texi (Completion): TeX-insert-macro-default-style.
-
-       * tex.el (TeX-source-specials-mode): Add manual link.
-
-       * doc/auc-tex.texi (Commands): Say how to enable
-       TeX-source-specials-mode permanently.
-       (Viewing): Describe TeX-view.
-
-2004-08-10  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-maybe-remove-help): convert Emacs' :visible into
-       XEmacs' :included.
-
-       * latex.el (LaTeX-mode-menu): Change bug submit menu entry.
-
-       * context.el (ConTeXt-mode-menu): Same.
-
-       * tex.el (plain-TeX-mode-menu): Same.
-
-       * tex-info.el (TeXinfo-mode-menu): Same.
-
-       * latex.el (LaTeX-mode-menu): A few changed help strings and other
-       small fry.
-
-       * context.el (ConTeXt-mode-menu): Rework menu, reorganize it, add
-       help strings.
-
-2004-08-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (TeXinfo-mode-menu): Capitalize menu entries.
-
-       * context.el (ConTeXt-project-structure-menu-name)
-       (ConTeXt-section-block-menu-name, ConTeXt-mode-menu): Capitalize
-       menu entries.
-
-       * tex-info.el (TeXinfo-mode-menu): Add help strings.
-
-       * tex.el (TeX-command-list): Set a default value which will not
-       lead to an inactive menu entry.
-       (plain-TeX-mode-menu): Add some help strings.
-       Capitalize menu entries.
-       (tex-source-specials-mode): New alias for
-       `TeX-source-specials-mode'.
-
-       * latex.el (LaTeX-mode-menu): Rearrange and insert help strings.
-       Capitalize menu entries.
-
-       * tex-fold.el (tex-fold-mode): New alias for `TeX-fold-mode' used
-       in tex.el.
-       (TeX-fold-buffer-type): Support folding of environments in ConTeXt
-       mode as well.
-       (TeX-fold-item): Ditto.
-
-       * doc/auc-tex.texi (Commands): Change `TeX-source-specials' to
-       `TeX-source-specials-mode' where appropriate.
-
-       * RELEASE: Include contributors.  (Hopefully I got everybody.)
-
-2004-08-10  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-set-mode-name, TeX-source-specials-map)
-       (TeX-source-specials-mode, TeX-source-specials-expand-options)
-       (TeX-source-specials-view-expand-options): Rename
-       `TeX-source-specials' to `TeX-source-specials-mode'.
-       (TeX-PDF-mode): Make first arg optional (actually, not sure this
-       is a good idea).
-       (tex-pdf-mode): alias for `TeX-PDF-mode'.
-       (tex-interactive-mode): alias for `TeX-interactive-mode'
-       (tex-fold-mode): add autoload.
-       (TeX-mode-map, TeX-mode-specific-command-menu-entries): rename
-       `TeX-source-specials' to `TeX-source-specials-mode'.
-       (TeX-command-list): Add help strings.
-       (TeX-command-menu-entry): Splice help into command entries.
-       (TeX-mode-specific-command-menu-entries): Remove help in XEmacs.
-       (TeX-mode-specific-command-list): Save unnecessary copies and
-       conses.
-
-2004-08-09  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-set-mode-name): Add LOCAL argument.
-       (TeX-source-specials, TeX-mode-set, TeX-global-PDF-mode)
-       (TeX-PDF-mode, TeX-interactive-mode): Use it.
-       (plain-tex-mode): Move `TeX-set-mode-name' to after running the
-       hooks.
-
-       * latex.el (latex-mode): Move setting the mode name to after
-       running the hooks.
-
-       * tex.el (TeX-maybe-remove-help): new function (noop on Emacs).
-       (TeX-menu-with-help): new macro (noop on Emacs).
-       (TeX-mode-specific-command-menu-entries): Add a lot of help strings.
-       (plain-TeX-mode-menu): Same here.
-
-       * latex.el (LaTeX-mode-menu): `:visible' is not known in XEmacs,
-       and I don't want to clutter the menu with "Convert 209 to 2e" when
-       not necessary.
-
-       * RELEASE (Requirements): some additions.
-       Incorporate some suggestions from Ralf.
-
-       * tex.el (TeX-set-mode-name): Actually use `reset' (patch by Ralf
-       Angeli).
-
-       * latex.el (LaTeX-common-initialization): There is no "LaTeX2e"
-       command anymore, so don't set it.  Don't do anything on
-       "DVIoutput".  doc fixes.
-
-       * doc/auc-tex.texi (Commands): Explain `TeX-command-buffer',
-       `TeX-pin-region', `TeX-PDF-mode', `TeX-interactive-mode',
-       `TeX-source-specials'.
-
-2004-08-09  Berend de Boer  <berend@pobox.com>
-
-       * context.el (ConTeXt-current-environment): now properly skips
-       nested environments instead of always returning the last
-       environment just above the cursor.
-
-2004-08-08  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-run-set-command): Initialize
-       `TeX-output-extension' based on `TeX-PDF-mode'.
-
-       * tex.el (TeX-command-output-list): Don't look at pdf* commands.
-       Don't have default mode "dvi".
-       (VirTeX-common-initialization): Don't add to
-       desktop-locals-to-save locally: that's broken.
-       (desktop): Add stuff into appropriate variables for proper desktop
-       save/restore.
-       (TeX-mode-specific-command-menu-entries, plain-TeX-mode-menu):
-       Reorganize menus.  Add font commands into plain TeX menu.
-
-       * tex-info.el (TeXinfo-mode-menu): Reorganize menu.
-
-       * latex.el (LaTeX-mode-menu): Reorganize menu.
-
-       * context.el (ConTeXt-mode-menu): Reorganize menu.
-
-2004-08-07  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-base-mode-name): Make buffer-local (Doh).
-       (TeX-set-mode-name): Doc fix.
-
-       * doc/todo.texi (Mid-term Goals): Use @previewlatex macro.
-       (Mid-term Goals): New entries.  Should some of them be moved to
-       wishlist?  Remove a few fixed bugs.
-
-       * doc/macros.texi: move @ConTeXt macro out of info-only section.
-       Typeset @previewlatex differently.
-
-2004-08-06  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * font-latex.el: Use "gnu.org" instead of "nongnu.org".
-
-       * bib-cite.el: Ditto.  Use "AUCTeX", not "auc-tex".
-
-       * lpath.el: Use "AUCTeX".
-
-2004-08-05  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/macros.texi: New @ConTeXt macro.
-
-       * doc/auc-tex.texi, doc/changes.texi, doc/history.texi,
-       doc/todo.texi, doc/wininstall.texi: Use macros @AUCTeX, @ConTeXt,
-       @LaTeX everywhere.
-
-       * doc/auc-tex.texi (European): Mention Emacs 21.  Fixed typo.
-
-       * doc/todo.texi: Help for documentation wanted.
-
-       * doc/changes.texi: Some additions: captcont and subfigure,
-       `LaTeX-includegraphics-options-alist', `LaTeX-default-position',
-       kpathsea based completion, `TeX-insert-macro-default-style'.
-       Refer to installation nodes (autoconf installation).
-
-       * tex.el (TeX-submit-bug-report): Added more explanations.
-
-       * latex.el (LaTeX-style-list): Improve doc-string.
-
-       * font-latex.el (font-latex-script-display): New variable.  Make
-       raise of sub-/superscripts customizable.
-       (font-latex-unfontify-region, font-latex-script): Use it.
-
-2004-08-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * RELEASE: Improve sectioning and add some more information.
-
-2004-08-05  David Kastrup  <dak@gnu.org>
-
-       * tex-site.el.in: don't require 'tex-mik on Windows, let the user
-       load it instead of tex-site if he wants to.
-
-       * tex.el (TeX-command-list): Add `%(PDFout)', `%(mode)' and
-       `%(execmode)'.  Remove `TeX Interactive', `LaTeX Interactive' and
-       `ConTeXt Interactive'.
-       (LaTeX-command-style): Don't provide a default for a
-       `LaTeX-version' of "2": people can customize this if necessary
-       themselves, we would not know a sane default, anyway.
-       (TeX-expand-list): Support `TeX-DVI-via-PDFTeX', `%(PDFout)',
-       `%(mode)' and `%(execmode)'.
-       (TeX-set-mode-name): Add `reset' flag to indicate that the next
-       step should again be TeXing.  Add "I" flag.
-       (TeX-source-specials): Call `TeX-set-mode-name' with `reset' flag.
-       (TeX-mode-set): Variable setter for TeX modes.
-       (TeX-PDF-mode): Make the default value a global mode.
-       (TeX-global-PDF-mode): Toggle function to change default
-       `TeX-PDF-mode'.
-       (TeX-PDF-mode): Remove local binding of `TeX-PDF-mode' in case of
-       conflicts.  Call `TeX-set-mode-name' with `reset' flag.
-       (TeX-DVI-via-PDFTeX): New customizable variable.
-       (TeX-interactive-mode): New mode.
-       (TeX-mode-map): Add binding for `TeX-interactive-mode'.
-       (TeX-mode-specific-command-menu-entries): Add menu entry for it.
-
-       * tex-buf.el (TeX-command-expand): Document `%%'.
-       (TeX-run-TeX): If `TeX-interactive-mode' is set, run
-       `TeX-run-interactive' instead.
-
-2004-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * font-latex.el (font-latex-fontify-script): Default to nil in
-       XEmacs.
-
-2004-08-04  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-base-mode-name, TeX-set-mode-name): Move to front,
-       add catering for global mode switches.
-       (TeX-source-specials, global-TeX-PDF-mode): Use this.
-
-       * latex.el (LaTeX-common-initialization): Add style hook for
-       "ifpdf".
-
-2004-08-04  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-unfontify-region): New function.
-       (font-latex-setup): Use it.
-
-2004-08-04  David Kastrup  <dak@gnu.org>
-
-       * tex-fptex.el (TeX-command-list): Remove PDFTeX calls.
-
-       * tex-mik.el (TeX-command-list): Remove PDFTeX calls.
-
-       * tex.el (TeX-command-list): Use %(PDF) where necessary, drop
-       PDFTeX entries.
-       (LaTeX-command-style): Add %(PDF) here.
-       (TeX-expand-list): Expand %(PDF).
-       (TeX-mode-p): Moved.
-       (TeX-PDF-mode, global-TeX-PDF-mode): New minor modes.
-       (TeX-PDF-mode-on, TeX-PDF-mode-off): Shortcuts for calling.
-       (TeX-PDF-mode-parsed): New variable.
-       (TeX-set-mode-name): Simplify.
-       (TeX-mode-map): Add C-c C-t C-p for TeX-PDF-mode.
-       (TeX-mode-specific-command-menu-entries): Add menu entry for it.
-
-       * latex.el (LaTeX-math-mode): Refresh modeline after generating
-       it, not before.
-       (LaTeX-common-initialization): Add style-hooks fo pdftex, dvips
-       and others.
-
-       * tex.el (TeX-view-style, TeX-output-view-style): Place dvi file
-       name last.
-
-2004-08-03  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-source-specials): New customization group.
-       (TeX-source-specials, TeX-source-specials-tex-flags)
-       (TeX-source-specials-places)
-       (TeX-source-specials-view-start-server): Use it
-       (TeX-source-specials-view-position-flags)
-       (TeX-source-specials-view-gnuclient-flags)
-       (TeX-source-specials-view-emacsclient-flags): Change defvar to
-       defcustom.
-       (TeX-source-specials-view-editor-flags): New customize option.
-       (TeX-source-specials-view-expand-client): Return not only client
-       but options as well.
-       (TeX-source-specials-view-expand-options): Use
-       `TeX-source-specials-view-editor-flags'.
-
-2004-08-03  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-source-specials-places): Change comment.
-
-2004-08-03  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-mode-menu): Add "Close Environment"
-
-       * tex.el (TeX-source-specials-view-gnuserv-p): replaces
-       `TeX-source-specials-view-guess-server'.
-       (TeX-source-specials-view-expand-client)
-       (TeX-source-specials-view-expand-options): Use this.
-
-2004-08-03  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * style/alphanum.el, style/doc.el, style/jura.el,
-       style/ltx-base.el, style/ltxdoc.el: Added coding cookies.
-
-2004-08-03  David Kastrup  <dak@gnu.org>
-
-       * RELEASE: Change Source Special description and a few other
-       things.
-
-2004-08-03  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-expand-list): New %cS expander for
-       `TeX-source-specials-view-expand-client'.
-       (TeX-source-specials-view-start-server): New customize option.
-       (TeX-source-specials-view-start-server-asked): New variable.
-       (TeX-source-specials-view-position-flags): New name.  Formerly
-       known as `TeX-source-specials-viewer-flags'.
-       (TeX-source-specials-view-gnuclient-flags): New variable.
-       (TeX-source-specials-view-emacsclient-flags): New variable.
-       (TeX-source-specials-view-expand-client): New function.
-       (TeX-source-specials-view-expand-options): Expand options for
-       inverse search as well.
-       Correct return value.
-       Use `TeX-source-specials-view-guess-server'.
-       (TeX-forward-comment-skip): Only consider consecutive comment
-       characters when comparing the comment prefix.
-       (TeX-source-specials-view-guess-server): New function.
-
-       * doc/changes.texi: Avoid email addresses.
-
-       * doc/tex-ref.tex: Update to 11.50.
-
-2004-08-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/changes.texi: Advertise support for toggling source
-       specials.  Mention macro completion in docTeX mode and fix for
-       filling in XEmacs with preview-latex and activated previews.
-
-2004-08-01  David Kastrup  <dak@gnu.org>
-
-       * doc/wininstall.texi: Remove info about manual installation.
-       Explain about preferred path syntax.
-
-       * doc/install.texi: Move info dor INSTALL.Windows.
-
-2004-08-01  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fptex.el: Do not overwrite customized variables.
-
-       * tex-mik.el: Ditto.
-
-       * Makefile.in (STYLESRC): Add new style files.
-
-       * aclocal.m4: Synchronize with preview-latex.
-
-       * tex-fold.el (TeX-fold-macro-spec-list): Add references to
-       default.
-       (TeX-fold-buffer-type): Additionally pass display string
-       specification and type to `TeX-fold-make-overlay'
-       (TeX-fold-item): Ditto.
-       (TeX-fold-make-overlay): Accept display string specification and
-       type as arguments and set them accordingly in the overlay.
-       Do not signal overfullness if the dispay string contains a
-       linebreak.
-       (TeX-fold-macro-nth-arg): Make `macro-start' mandatory so that
-       macro boundaries may be determined even if point is not inside of
-       a macro.
-       (TeX-fold-hide-item): Recompute display string on closure if
-       display string specification is an integer.
-
-       * style/alphanum.el: Add header and reformat.
-
-       * style/jura.el: Add header.
-
-       * style/doc.el: New file. Contributed by Frank Küster
-       <frank@kuesterei.ch>.
-       (TeX-add-style-hook): Remove bogus `LaTeX-add-index-entries' call.
-
-       * style/ltx-base.el: New file. Contributed by Frank Küster
-       <frank@kuesterei.ch>.
-
-       * style/ltxdoc.el: Ditto.
-
-2004-07-31  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el: Autoload `texmathp'.
-       (font-latex-keywords-2): Add `font-latex-match-script'.
-       (font-latex-script-keywords): Remove.
-       (font-latex-fontify-script): Remove :set function.
-       (font-latex-match-script): New function.
-
-       * tex-mik.el (TeX-view-style): Remove unconditional source
-       specials option for yap.
-       (TeX-output-view-style): Set it.
-       (TeX-source-specials-viewer-flags): Ditto.
-
-       * tex-fptex.el (TeX-view-style): Adapt options to WinDVI
-       documentation.
-       (TeX-output-view-style): Set it.
-       (TeX-source-specials-viewer-flags): Ditto.
-
-2004-07-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (tar-ball): Remove warning which often confuses
-       users.
-
-       * aclocal.m4 (EMACS_MAJOR_VERSION): New test and variable.
-
-       * configure.in: Fix AUCTeX version.
-
-       * tex-site.el.in: At least (X)Emacs 21 is required.
-
-       * tex.el: Ditto.
-
-       * doc/Makefile.in (install): Remove warning which often confuses
-       users.
-
-       * doc/auc-tex.texi: Fix version numbers.
-       (Changes): New name.  Formerly known as "History".
-       (ToDo): New heading.
-
-       * doc/changes.texi: Add heading for `rawfile'.  Change `section'
-       to `heading'.
-
-       * doc/faq.texi (Frequently Asked Questions About AUCTeX): At
-       least (X)Emacs 21 is needed.
-
-       * doc/install.texi (Prerequisites): Ditto.
-
-2004-07-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-macro-spec-list): Extend default.  Add
-       specification for argument number.
-       (TeX-fold-env-spec-list): Ditto.
-       (TeX-fold-folded-face): Renamed from
-       `TeX-fold-display-string-face'.
-       (TeX-fold-unfolded-face): New face and variable.
-       (TeX-fold-buffer-type): Move through buffer from bottom to top in
-       a single run in order to allow easier prioritization of nested
-       overlays.
-       (TeX-fold-item): Compute display string via
-       `TeX-fold-macr-nth-arg'.
-       (TeX-fold-make-overlay): Consider the length of the display string
-       as well when judging if a line is overfull.  Let priority be
-       computed by `TeX-fold-macr-nth-arg'.  Do not call
-       `TeX-fold-hide-item'.
-       (TeX-fold-macro-nth-arg): New function.
-       (TeX-fold-priority-step): New variable.
-       (TeX-fold-prioritize): New function.
-       (TeX-fold-hide-item): Set mouse-face.
-       (TeX-fold-show-item): Ditto.  Do not set face twice.
-       (TeX-fold-post-command): Recognize mouse clicks as well.
-
-       * tex.el (TeX-find-macro-boundaries): New function.
-       (TeX-find-macro-end-helper): Find macro arguments with a preceding
-       linebreak as well.
-
-       * doc/auc-tex.texi (Folding): Document new functionality.
-
-       * latex.el (LaTeX-fill-region): Improve performance by avoiding
-       unnecessary calls to `LaTeX-forward-paragraph'.
-
-       * font-latex.el (font-latex-fontify-script): Doc fix.
-
-2004-07-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-make-overlay): New function.
-       Remove superfluous `let'.
-       (TeX-fold-buffer-type, TeX-fold-item): Use it.
-       (TeX-fold-mode): Call `TeX-fold-clearout-buffer' after clearing
-       `post-command-hook'.
-
-2004-07-22  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-indent-line): Temporarily make invisible
-       overlays visible in XEmacs.
-
-       * tex.el (TeX-comment-region): Use a real function instead of an
-       `fset' and temporarily change `comment-start' for certain XEmacs
-       releases.
-       (TeX-comment-or-uncomment-region): Use it.
-       (TeX-comment-or-uncomment-paragraph): Ditto.
-
-       * doc/changes.texi: Remove warning about TeX-fold not working
-       correctly on XEmacs.
-
-2004-07-21  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-display-string-face): Remove `min-colors'
-       spec as XEmacs does not like them.
-       (TeX-fold-hide-item): Set face on the glyph and not on the
-       overlay/extent in XEmacs.
-       (TeX-fold-post-command): Do not check detached extents in XEmacs.
-
-       * context.el (ConTeXt-mode-menu): Check if variable is defined.
-       Necessary for XEmacs compatibility.
-       (ConTeXt-menu-update): Fix creation of environment menus.
-
-       * latex.el (LaTeX-mode-menu): Check if variable is defined.
-       Necessary for XEmacs compatibility.
-
-       * tex-info.el (TeXinfo-mode-menu): Ditto.
-
-2004-07-20  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * font-latex.el (font-latex-set-title-face): New function.
-       (font-latex-title-fontity): Use it to make customization work
-       during a session.
-       (font-latex-title-*-face): Use it to simplify the initialization.
-
-2004-07-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-macro-spec-list): New name for
-       `TeX-fold-spec-list'.  More unobtrusive default.
-       (TeX-fold-env-spec-list)
-       (TeX-fold-unspec-macro-display-string)
-       (TeX-fold-unspec-env-display-string): New variables.
-       (TeX-fold-keymap): New key bindings which are more mnemonic and
-       orient at preview-latex's bindings instead of outline.el.
-       (TeX-fold-buffer): Transfer contents to `TeX-fold-buffer-type'
-       which can be used for both macros and environments.
-       (TeX-fold-buffer-type): New function.
-       (TeX-fold-macro): Transfer contents to `TeX-fold-item' which can
-       be used for both macros and environments.
-       (TeX-fold-env): New function.
-       (TeX-fold-item): New function. Prioritize overlays.
-       (TeX-fold-clearout-item): New name for `TeX-fold-clearout-macro'.
-       (TeX-fold-hide-item, TeX-fold-show-item): Adapt doc string.
-
-       * latex.el (LaTeX-hide-environment): Remove.  Functionality is now
-       provided by TeX-fold.
-       (LaTeX-show-environment): Ditto.
-       (LaTeX-mode-map): Remove key bindings for `LaTeX-hide-environment'
-       and `LaTeX-show-environment'.
-       (LaTeX-mode-menu): Adapt key bindings for folding.  Remove menu
-       entries for `LaTeX-hide-environment' and `LaTeX-show-environment'.
-
-       * context.el (ConTeXt-mode-menu): Adapt key bindings for folding.
-
-       * tex-info.el (TeXinfo-mode-menu): Ditto.
-
-       * doc/auc-tex.texi (Folding): Document new and changed functions
-       and variables related to folding environments (new) and macros.
-
-       * doc/changes.texi: Advertise support for folding environments.
-
-2004-07-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-source-specials): Do not set a lighter in
-       `minor-mode-alist' but use `TeX-set-mode-name' instead.
-       (TeX-base-mode-name): New variable.
-       (TeX-set-mode-name): New function.
-       (plain-tex-mode): Set `TeX-base-mode-name' instead of `mode-name'
-       and use `TeX-set-mode-name'.
-       (ams-tex-mode): Ditto.
-
-       * context-en.el (context-en-mode): Ditto.
-
-       * context-nl.el (context-nl-mode): Ditto.
-
-       * latex.el: Do not add a lighter for `LaTeX-math-mode' in
-       `minor-mode-alist'.
-       (LaTeX-math-mode): Use `TeX-set-mode-name'.
-       (latex-mode): Set `TeX-base-mode-name' instead of `mode-name' and
-       use `TeX-set-mode-name'.
-
-       * tex-fold.el (TeX-fold-mode): Do not set a lighter in
-       `minor-mode-alist' but use `TeX-set-mode-name' instead.
-
-2004-07-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-find-macro-start): Fix handling of nested macros.
-       (TeX-find-macro-start-helper): New function.
-       (TeX-find-macro-end-helper): New function.
-
-       * tex-info.el (TeXinfo-mode-menu): Fix extension of customize
-       menu.
-
-       * latex.el (LaTeX-env-figure): Prevent superfluous blank lines and
-       give RefTeX a chance to generate a label in environments with a
-       bottom caption.  Patch by Christian Schlauer <cs-usenet@arcor.de>.
-       (LaTeX-style-list): Add entry for beamer class.
-
-       * context.el (ConTeXt-mode-menu): Add "Show/Hide" submenu.
-
-       * doc/auc-tex.texi (Folding): Document key binding for
-       `TeX-fold-mode'.
-
-2004-07-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (TeXinfo-mode-map): Inherit from `TeX-mode-map'.
-       (texinfo-mode): Enable TeX-master functionality.
-
-       * tex.el (TeX-one-master): Include .texi files.
-       (TeX-add-local-master): Use "@c " as comment prefix in Texinfo
-       mode.
-
-       * tex-fold.el (TeX-fold): Move customization group from `LaTeX' to
-       `AUCTeX'.
-
-       * doc/changes.texi: Advertise folding functionality.
-
-2004-07-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el (TeX-fold-display-string-face): Cater for display
-       devices with few colors.
-       (TeX-fold-keymap): Add key bindings for showing and hiding
-       individual macros.
-       (TeX-fold-macro): New function.
-       (TeX-fold-clearout-buffer): New name for
-       `TeX-fold-remove-all-overlays'.
-       (TeX-fold-clearout-macro): New function.
-       (TeX-fold-remove-overlays): New function.
-
-       * latex.el (LaTeX-mode-menu): Add entries for showing and hiding
-       individual macros.
-
-       * tex-info.el (TeXinfo-mode-menu): Update and rearrange.  Add
-       entries for "Show/Hide" functionality.
-
-       * doc/auc-tex.texi (Show/Hide): New section.
-       (Folding): New subsection.
-       (Outline): Moved under "Show/Hide".
-
-2004-07-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el: Do not require tex-fold.el.
-       Autoload `TeX-fold-mode'.
-       (TeX-mode-map): Add keybinding for `TeX-fold-mode'.
-
-       * tex-fold.el: Do not add keybinding for `TeX-fold-mode' with
-       `TeX-mode-hook'.
-       (TeX-fold-post-command): Do not hijack other overlays.
-
-2004-07-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fold.el: New file.
-
-       * Makefile.in (AUCSRC): Add tex-fold.el.
-       (AUCELC): Add tex-fold.elc.
-
-       * latex.el (LaTeX-find-macro-start): Move to tex.el and rename to
-       `TeX-find-macro-start'.
-       (LaTeX-find-macro-end): Analogous.
-       (LaTeX-forward-paragraph): Change call to `LaTeX-find-macro-*' to
-       `TeX-find-macro-*'.
-       (LaTeX-backward-paragraph): Ditto.
-       (LaTeX-mode-menu): Add submenu "Show/Hide".  Add entries for
-       relevant functions in tex-fold.el and add the show/hide
-       environment entries which were in "Formatting and Marking" before.
-
-       * tex.el: Require tex-fold.el.
-       (TeX-find-macro-start): New function.  Formerly known as
-       `LaTeX-find-macro-start' in latex.el.
-       (TeX-find-macro-end): New function.  Formerly known as
-       `LaTeX-find-macro-end' in latex.el.
-
-2004-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * texmathp.el (texmathp-match-environment): Let environments be
-       added more than once.
-
-       * font-latex.el (font-latex-superscript-face)
-       (font-latex-subscript-face): New faces.
-       (font-latex-script-keywords): New constant.
-       (font-latex-fontify-script): New customize option.
-       (font-latex-script): New function.
-
-2004-07-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-buf.el (TeX-view): Inform the user if the output file is
-       not present.
-
-       * tex.el (TeX-forward-comment-skip): Fix `count' functionality.
-       Stop as well at places where the prefix of commented lines
-       changes.  Simplify and improve efficiency by saving current
-       prefix before while-loop starts.  Adapt documentation string.
-       (TeX-backward-comment-skip): Adapt documentation string.
-
-2004-06-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * context.el (ConTeXt-environment-menu-name): Make name distinct
-       from `LaTeX-environment-menu-name'.
-       (ConTeXt-environment-modify-menu-name): Analogous.
-
-2004-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (tar-ball): Change permissions of auctex-$(TAG).
-
-       * tex.el (TeX-source-specials-expand-view-options): New function.
-       (TeX-expand-list): Added new specifier (%dS) for
-       `TeX-source-specials-expand-view-options'.
-       (TeX-view-style, TeX-output-view-style): Add %dS for source
-       specials in all xdvi calls.
-       (TeX-expand-list): Remove useless lambda.
-
-       * tex-buf.el (TeX-output-style-check): Remove addition of source
-       specials.
-
-2004-06-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-one-master): Add "dtx" extension.
-       (TeX-add-local-master): Insert \iffalse...\fi in docTeX mode.
-       (TeX-file-extensions): Add "dtx" extension.
-       (docTeX-default-extension): New variable.
-
-       * latex.el (LaTeX-find-macro-start): Use next whitespace if the
-       end of an opened macro cannot be determined.
-       (doctex-mode): Set `TeX-default-extension' to
-       `docTeX-default-extension'.
-
-       * doc/changes.texi: Add information about `TeX-newline-function'.
-
-2004-06-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/mdwlist.el (TeX-add-style-hook): Change variables only
-       locally.
-
-       * latex.el (LaTeX-default-verb-delimiter): New variable.
-       (TeX-arg-verb): Use it.
-
-2004-06-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/mdwlist.el: New header.
-       (TeX-add-style-hook): Add support for \makecompactlist, \suspend,
-       and \resume.
-
-2004-06-14  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-pin-region): Don't balk at unpinning if there
-       is no pinned region.
-
-       * tex.el (TeX-mode-specific-command-menu-entries): Be more
-       meticulous about when the pin-region menu entry can be used.
-
-2004-06-13  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-pin-region): Add autoload form.
-       (TeX-mode-map): Add keybinding for TeX-pin-region.
-       (TeX-mode-specific-command-menu-entries): Add menu entry for it.
-
-       * tex-buf.el (TeX-command-master, TeX-command-region)
-       (TeX-command-buffer): Add `override-confirm' prefix argument.
-       (TeX-pin-region): New function to replace previous interactive
-       prefix for TeX-command-region.  Change TeX-region semantics
-       accordingly.
-
-2004-06-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/faq.texi: New file.
-
-       * doc/auc-tex.texi (Filling): Add information about activating
-       `auto-fill-mode'.
-       (FAQ): Add node.
-
-       * doc/todo.texi (Bugs): Add bug when fontifying unmatched math
-       toggles in verbatim-like environments.
-
-       * doc/.cvsignore: Add `FAQ'.
-
-       * doc/Makefile.in (TEXIFILES): Add `faq.texi'.
-       (FAQ): New target.
-       (dist): Add `FAQ'.
-       (clean): Ditto.
-
-       * .cvsignore: Add `FAQ'.
-
-       * Makefile.in (DOCFILES): Add `doc/faq.texi'.
-       (EXTRAFILES): Remove `PROBLEMS'.
-       (tar-ball): Add `FAQ'.
-
-       * autogen.sh: Activate creation of `FAQ' from `doc/faq.texi'.
-
-2004-06-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-fptex.el (TeX-command-list): Use correct expander for
-       "View PDF".
-
-       * latex.el (LaTeX-fill-region-as-para-do): Fix removal of trailing
-       whitespace.
-       (LaTeX-fill-move-to-break-point): Prevent infinite loop in
-       commented regions.
-       (LaTeX-fill-newline): Fix compatibility with XEmacs, i.e. use
-       code related to text properties only for Emacs and reintroduce
-       insertion of a potential fill prefix for XEmacs.
-
-2004-06-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/changes.texi: Add some news regarding upcoming release.
-       Try to match former news with actual releases.
-
-2004-06-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-comment-padding-string): New function.
-
-       * latex.el (LaTeX-newline): Do something sensible if point is
-       at the start of a commented line or inside of one and right at
-       the start of another one in the same line.
-       (LaTeX-insert-environment): Fix insertion of environments if
-       point is inside or right before a commented line.
-       (LaTeX-indent-line): Use `TeX-comment-padding-string'.
-
-2004-06-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-make-title-faces): New function.
-       (font-latex-title-1-face, font-latex-title-2-face)
-       (font-latex-title-3-face): Now generated by
-       `font-latex-make-title-faces' and compatible with XEmacs.
-       (font-latex-title-4-face): Add face specification for XEmacs.
-
-2004-06-04  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-view-mouse): New function.
-
-       * tex.el (TeX-source-specials-map): Outcomment madcap mouse
-       bindings.
-       (minor-mode-map-alist): Remove TeX-source-specials manually, as I
-       can't figure out how to not get it placed there by
-       define-minor-mode.
-       (TeX-split-string): Correct docs.  Simplify.
-       (TeX-parse-path): Fix pattern.
-
-2004-06-03  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-newline): New function.
-       (TeX-mode-map): Use it.
-
-       * latex.el: Various checkdoc-related fixes.
-       (LaTeX-forward-paragraph): Check for and cope with multi-line
-       paragraph commands not only those with a single line.
-       Check for LaTeX macro at the end of a paragraph command.
-       (LaTeX-backward-paragraph): Check for and cope with multi-line
-       paragraph commands not only those with a single line.
-       (LaTeX-paragraph-command-p): Remove.
-       (LaTeX-find-macro-start): Find macro start even if point is
-       already at the start.
-
-       * doc/auc-tex.texi (Marking and formatting): Split into
-       `Indenting' and `Filling'.
-       (Indenting): New section.
-       (Filling): New section.
-
-       * doc/intro.texi: Fix key representations and reference to
-       `fill-paragraph'.
-
-2004-06-02  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-format-filter): Don't use split-string which
-       appears to trigger an XEmacs bug.
-
-2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-insert-macro-default-style): Fixed typo in doc-string.
-
-2004-06-01  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-no-braces-modes): Removed.  Revert unintened
-       addition from 2004-04-19 commit.
-       (TeX-insert-macro-default-style): New variable.
-       (TeX-parse-arguments): Use it.
-       (TeX-insert-macro): Document dependence on
-       `TeX-insert-macro-default-style' and prefix.  Fix typo in comment.
-
-2004-05-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-source-specials-map): Fix key binding for XEmacs.
-
-2004-05-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * aclocal.m4 (TEX_INPUT_DIRS): Quote regexps with square brackets.
-
-       * tex.el (TeX-newline-function): Rename.  Formerly known as
-       `TeX-newline'.
-       (TeX-mode-map): Use new name.
-
-       * doc/auc-tex.texi (Marking and formatting): Rename `TeX-newline'
-       to `TeX-newline-function'.
-
-2004-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * style/graphicx.el (LaTeX-arg-includegraphics): Rewrite.
-       Optional macro arguments can be controlled by
-       `LaTeX-includegraphics-options-alist' now.
-       (LaTeX-includegraphics-extensions)
-       (LaTeX-includegraphics-read-file): New functions.
-       (TeX-include-graphics-simple): Removed; use
-       `LaTeX-includegraphics-options-alist' instead.
-       (TeX-string-divide-number-unit, TeX-default-unit-for-image): Moved
-       to `tex.el'.
-
-       * latex.el (LaTeX-includegraphics-extensions)
-       (LaTeX-includegraphics-options-alist)
-       (LaTeX-includegraphics-strip-extension-flag): New options for
-       `style/graphicx.el'.
-
-       * tex.el (TeX-kpathsea-path-delimiter): Fix doc-string.
-       (TeX-insert-macro, TeX-parse-arguments): Skip optional macro
-       arguments when called with a prefix.
-       (TeX-string-divide-number-unit, TeX-default-unit-for-image): From
-       `style/graphicx.el'.
-       (TeX-arg-maybe): New function.
-
-       * latex.el (LaTeX-common-initialization): Added additional
-       arguments for \parbox.
-
-2004-05-26  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-newline): New name for `TeX-indent-on-newline'.  It
-       now holds function definitions and not mere symbols anymore.
-       (TeX-mode-map): Use it.
-
-       * doc/auc-tex.texi (Marking and formatting): Remove documentation
-       for `TeX-indent-on-newline' and document `TeX-newline'.
-
-2004-05-26  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-indent-on-newline): New option.
-       (TeX-mode-map): Use it.
-
-       * doc/auc-tex.texi (Marking and formatting): Document
-       `TeX-indent-on-newline' plus small corrections.
-
-2004-05-25  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-command): Add `override-confirm' argument.
-       (TeX-view): New function, without confirmation.
-
-       * context.el (ConTeXt-mode-map): Inherit keymap instead of
-       copying.
-
-       * latex.el (LaTeX-mode-map): Inherit keymap instead of copying.
-
-       * tex.el (TeX-source-specials-map): New variable.
-       (TeX-source-specials): Make a minor mode.  Replaces
-       `TeX-toggle-source-specials' and
-       `TeX-source-specials-active-flag'.
-       (TeX-source-specials-expand-options): Adapt to that.
-       (TeX-electric-macro-map): inherit from
-       `minibuffer-local-completion-map' instead of copying.
-       (plain-tex-mode): Help string uses `plain-TeX-mode-map'.
-       (TeX-mode-p): New variable, set in TeX modes.
-       (VirTeX-common-initialization): Set it.
-       (TeX-mode-map): Proper defvar.  Add keybindings for
-       `TeX-source-specials' and `TeX-view'.
-       (plain-TeX-mode-map): Inherit instead of copy.
-       (AmSTeX-mode-map): Same here.
-
-       * doc/auc-tex.texi: Change info dir formatting, adapt copyrights
-       according to the assignment process.
-
-2004-05-25  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/install.texi (Configure): Remove unused option
-       `--with-texmf-dir'.  Document new option `--with-tex-input-dirs'.
-
-       * doc/wininstall.texi: Ditto.  Add information about new option
-       `--with-auto-dir'.
-
-       * latex.el (LaTeX-backward-paragraph): Revert check-in of
-       2004-05-24.
-
-2004-05-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-backward-paragraph): Recognize if point is at
-       the end of a line when the test for a macro following a paragraph
-       command is carried out.
-
-2004-05-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-doctex-^^A): Add mistakenly deleted
-       space again.
-
-2004-05-21  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * style/graphicx.el (TeX-string-divide-number-unit): Renamed from
-       misspelled `TeX-string-divide-nuber-unit'.  Reformat file.  Fix
-       some doc-strings and comments.
-
-2004-05-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * aclocal.m4 (TEX_INPUT_DIRS): New help string.  Better error
-       handling.
-
-2004-05-19  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4: Comment EMACS_LISP.
-       (EMACS_TEST_LISPDIR): remove both trailing backslash and slash.
-
-2004-05-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Prevent infinite loop
-       in lines starting with whitespace.
-       (LaTeX-forward-paragraph): Don't consider paragraph commands
-       followed directly by a TeX macro as part of an adjacent paragraph.
-       (LaTeX-backward-paragraph): Ditto.
-
-2004-05-18  Davide G. M. Salvetti  <salve@debian.org>
-
-       * aclocal.m4 (AUCTEX_AUTO_DIR): Change `autodir' default to
-       `${localstatedir}/auctex' to conform to the GNU Coding Standards.
-       Add `autodir_expanded' as the properly expanded version of
-       `autodir'.  Inform the user about the check in progress.
-       * tex-site.el.in (TeX-lisp-directory): Use `@autodir_expanded@'.
-
-2004-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * aclocal.m4 (AUCTEX_AUTO_DIR): Avoid AS_HELP_STRING for
-       compatibility with autoconf < 2.58.
-
-2004-05-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * aclocal.m4 (TEX_INPUT_DIRS): Use `--expand-braces' instead of
-       `--show-path' in the kpsewhich calls.  Use `--expand-path' as a
-       fallback e.g. for MikTeX.  Assume that we are dealing with a
-       TDS-compliant TeX system and add "/tex/" and "/bibtex/bst/"
-       subdirectories to the output of the kpsewhich calls accordingly.
-
-       * latex.el (LaTeX-fill-newline): Don't use code specific to GNU
-       Emacs for XEmacs.  Call `newline-and-indent' instead.
-
-2004-05-15  Davide G. M. Salvetti  <salve@debian.org>
-
-       * aclocal.m4 (AUTO_DIR): Code cleaned; renamed to
-       `AUCTEX_AUTO_DIR'.
-       * configure.in: Change `AUTO_DIR' to `AUCTEX_AUTO_DIR'.
-
-2004-05-14  Davide G. M. Salvetti  <salve@debian.org>
-
-       * style/italian.el (LaTeX-italian-open-quote)
-       (LaTeX-italian-close-quote): Use standard babel syntax rather than
-       latin1 characters.  Patch by David Kastrup <dak@gnu.org>.
-
-2004-05-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-indent-calculate-last): Ignore commented lines
-       when called in a non-comment line.
-
-       * style/scrbase.el (TeX-add-style-hook): Fontify \minisec like a
-       sectioning command.
-
-2004-05-14  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-auto-generate): Bind `enable-local-eval'.
-
-2004-05-13  Davide G. M. Salvetti  <salve@debian.org>
-
-       * doc/auc-tex.texi (European): Sort languages list alphabetically.
-
-       * doc/install.texi (Configure): Document `--with-auto-dir'.
-
-       * Makefile.in (DOCFILES): Added `doc/macros.texi'.
-
-       * doc/Makefile.in (distclean): New.
-
-2004-05-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-env-item): Don't eat non-empty lines when
-       called on a marked region unless they only consist of whitespace
-       and comment characters.  Fill the paragraph of a potentially
-       outdented line after insertion of \item.
-
-       * aclocal.m4 (TEX_INPUT_DIRS): Repair quoting.
-
-       * tex.el (TeX-kpathsea-format-alist): Rename.  Formerly known as
-       `TeX-kpathsea-directory-alist'.  Add information to every format
-       about the file extensions to be found.
-       (TeX-search-files-kpathsea): Adapt to new information in
-       `TeX-kpathsea-format-alist'.
-       (TeX-mode-specific-command-menu-entries): Move source specials
-       toggle up to first level of command menu.
-
-2004-05-12  Davide G. M. Salvetti  <salve@debian.org>
-
-       * aclocal.m4 (AUTO_DIR): New function.
-       * configure.in: Use `AUTO_DIR' to expand `@autodir@' in
-       `tex-site.el.in'.
-       * Makefile.in (autodir): Use `@autodir@'.
-       * tex-site.el.in (TeX-auto-global): Definition moved from
-       `tex.el'.  Use `@autodir@'.
-       * tex.el (TeX-auto-global): Definition moved to `tex-site.el.in'.
-       * lpath.el: Bind `TeX-auto-global'.
-
-       * style/italian.el: New file.
-       * doc/auc-tex.texi (Font Specifiers): Removed two sentences
-       referring to the old behavior of the short-cuts for easy
-       insertions of fonts changing macros.  (At that time they added
-       things like `{\it --!--}', now they add things like
-       `\textit{--!--}'.)
-       (Marking and formatting): Reflect renaming of
-       `LaTeX-format-comment-syntax-aware' to `LaTeX-syntactic-comments'.
-       (European): Document `italian.el'.
-       * Makefile.in (STYLESRC): Added `italian.el'.
-
-       * lpath.el: Bind `TeX-macro-global'.
-       * tex.el: No need to `(require 'tex-site)' at compilation time,
-       see `lpath.el'.
-
-2004-05-12  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-source-specials-active-flag)
-       (TeX-source-specials-check-function, TeX-source-specials-xdvi-p)
-       (TeX-source-specials-check-xdvi)
-       (TeX-mode-specific-command-menu-entries)
-       (TeX-maybe-set-source-specials, TeX-toggle-source-specials):
-       Remove all checks for validity of the Source Special options.
-       Just assume that the user knows what he is asking for.
-
-2004-05-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * aclocal.m4 (TEX_INPUT_DIRS): Don't use `findtexmf' but a
-       universal call of `kpsewhich' and unify paths separated by `;'
-       or `:'.
-
-       * context.el (ConTeXt-mode-menu): Show `TeX-comment-or-uncomment-*'
-       functions in the menu instead of the comment and uncomment
-       functions which don't have a key binding.
-
-       * tex.el (plain-TeX-mode-menu): Ditto.
-       (TeX-mode-map): Move definitions of `C-c ;' and `C-c %' downwards
-       so that they become visible in the menu.
-
-       * latex.el (LaTeX-fill-region-as-para-do): Remove extra spaces
-       between words.
-       (LaTeX-mode-menu): Show `TeX-comment-or-uncomment-*'
-       functions in the menu instead of the comment and uncomment
-       functions which don't have a key binding.
-
-2004-05-11  David Kastrup  <dak@gnu.org>
-
-       * style/beamer.el: Updates from Thomas Baumann checked in.
-
-2004-05-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-doctex-^^A): Add compatibility code
-       for Emacs 20 and XEmacs to fix compile error.
-       (font-latex-verbatim-face): Add parentheses to fix error with
-       Emacs 20.
-       (font-latex-doctex-preprocessor-face): Ditto.
-       (font-latex-doctex-documentation-face): Ditto.
-
-       * style/prosper.el (LaTeX-prosper-insert-slide): Don't stay in
-       comment upon inserting a slide in an overlay.
-
-2004-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-source-specials-check-function): Added "Always on"
-       choice.
-
-2004-05-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-doctex-syntactic-keywords): Moved to
-       the right place and corrected quoting.
-
-       * context.el (ConTeXt-indent-syntax-table): Create with
-       `make-syntax-table' instead of `easy-mode-defsyntax' to allow
-       compilation with Emacs 20.
-
-       * aclocal.m4 (TEX_INPUT_DIRS): New function.
-
-       * configure.in: Use `TEX_INPUT_DIRS' for the expansion of
-       `@texinputdirs@' in `tex-site.el.in'.
-
-       * tex-site.el.in: Updated header.
-       (TeX-macro-global): Moved here from `tex.el'.  Use
-       `@texinputdirs@'.
-
-       * tex.el: Require `tex-site' at compile time.
-       (TeX-macro-global): Moved to `tex-site.el.in'.
-
-2004-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-toggle-source-specials): Added missing call to
-       `TeX-maybe-set-source-specials' in last commit.
-
-2004-05-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * font-latex.el (font-latex-verbatim-face)
-       (font-latex-doctex-preprocessor-face)
-       (font-latex-doctex-documentation-face): New variables and faces.
-       (font-latex-verbatim-environments, font-latex-syntactic-keywords)
-       (font-latex-doctex-syntactic-keywords)
-       (font-latex-doctex-keywords): New variables.
-       (font-latex-set-syntactic-keywords)
-       (font-latex-syntactic-face-function, font-latex-doctex-^^A)
-       (font-latex-doctex-syntactic-face-function): New functions.
-       (font-latex-setup): Set special `font-lock-defaults' for docTeX
-       mode.
-       (font-latex-commented-outp): Don't classify line comments in
-       docTeX mode as "real" comments.
-
-       * latex.el (doctex-mode): Call `TeX-install-font-lock' to
-       activate special fontification in docTeX mode.
-
-       * style/alltt.el (TeX-add-style-hook): Added "alltt" to
-       `font-latex-verbatim-environments'.
-
-       * context.el: Updated header.
-
-       * context-nl.el: Updated header.
-
-       * context-en.el: Updated header.
-       (context-en-mode): Set `ConTeXt-current-interface' to "en".
-
-2004-05-06  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-toggle-source-specials): Simplify the code.
-
-2004-05-06  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (DOCFILES): Added `todo.texi'.
-
-2004-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-command-list, TeX-source-specials-expand-options)
-       (plain-tex-mode, TeX-view-extension, ams-tex-mode): Doc fixes.
-
-       * tex.el (TeX-mode-hook, AmS-TeX-mode-hook): Have always been run,
-       but were not declared with defcustom (or defvar).
-
-       * latex.el (LaTeX-mode-hook): Ditto.
-
-       * Makefile.in (tar-ball-clean): New.
-
-       * autogen.sh: Create README and TODO.
-
-       * .cvsignore, doc/.cvsignore: Add TODO.
-
-2004-05-04  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-expand-list): Inserted new expander `%S' for source
-       specials command line option.
-       (TeX-command-list): Inserted `%S' for source specials support
-       where appropriate.
-       (LaTeX-command-style): Ditto.
-       (TeX-source-specials-expand-options): New function.
-
-       * tex-buf.el: Updated header.
-       (TeX-style-check): Remove code specific to source specials and
-       thereby revert to state before 2004-04-27.
-
-       * tex-jp.el: Updated header.
-       (japanese-TeX-command-list): Inserted `%S' for source specials
-       support where appropriate.
-
-       * tex-fptex.el: Updated header.
-       (TeX-command-list): Inserted `%S' for source specials support
-       where appropriate.
-       (LaTeX-command-style): Setting removed.
-
-       * tex-mik.el: Updated header.
-       (TeX-command-list): Inserted `%S' for source specials support
-       where appropriate.
-       (LaTeX-command-style): Setting removed.
-
-       * doc/auc-tex.texi (Checking): Updated URL's for lacheck and
-       chktex.
-
-2004-05-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el: Header updated.
-       (TeX-master-file): Removed bogus test for `TeX-header-end'.
-
-       * doc/auc-tex.texi (ToDo): New name for node/section formerly
-       known as `Projects' or `Wishlist' respectively.
-       Removed items not relevant anymore and moved the rest to the new
-       file `doc/todo.texi'.
-       Removed `Credits' section.
-
-       * doc/Makefile.in (TEXIFILES): New constant.
-       (auctex): Use it.
-       (dist): Added `TODO'.
-       (TODO): New target.
-       (clean): Added `TODO'.
-       Some formattig changes.
-
-       * doc/todo.texi: New file.
-
-       * Makefile.in (tar-ball): Added `TODO'.
-
-       * doc/changes.texi: Advertise support for `beamer.cls'.
-
-2004-04-30  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-command-expand): Add "%%" expansion, make order
-       of TeX-expand-list irrelevant, make the whole junk work
-       efficiently.
-
-2004-04-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el: New header.
-       (LaTeX-indent-environment-list): Remove `alltt' and add support
-       for it in `alltt.el' instead.
-
-       * Makefile.in (STYLESRC): Added `alltt.el'.
-
-       * style/alltt.el: New file.
-
-       * doc/changes.texi: Describe changes in quote insertion if
-       `german.sty' or `ngerman.sty' is used.
-       Advertise new style files.
-
-2004-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-buf.el (TeX-style-check): New optional argument.  This fixes
-       an error in the last commit.
-
-       * tex.el (TeX-expand-list): Use it.
-
-2004-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-buf.el (TeX-style-check, TeX-output-style-check): Check for
-       source special stuff here instead of `TeX-expand-list'.  Honor
-       `TeX-source-specials-places'.
-
-       * tex.el (AUCTeX): Fix URL.
-       (TeX-default-mode, TeX-force-default-mode, TeX-install-font-lock)
-       (TeX-source-specials-active-flag): Changed custom group.
-       (TeX-expand-list): Move source special stuff to `TeX-style-check'
-       and `TeX-output-style-check'.
-       (TeX-source-specials-tex-flags): Make it customizable.
-       (TeX-source-specials-places): New variable.
-       (TeX-source-specials-viewer-flags): No IFS needed anymore.
-
-2004-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * context.el (context-guess-current-interface): Simplify code.
-
-2004-04-25  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (texinfo-mode): Make last change in
-       `font-lock-defaults' compatible with Emacs 20.
-
-       * latex.el (LaTeX-fill-region-as-paragraph): Indent lines ending
-       with `\\' upon filling a region.
-       (LaTeX-fill-region): Prevent infinite loop at end of buffer.
-
-2004-04-24  David Kastrup  <dak@gnu.org>
-
-       * style/natbib.el ("natbib"): Add fontification for regexps.
-       Patch by Thomas Baumann.
-
-2004-04-24  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex-info.el (texinfo-mode): Set `font-lock-defaults' as in
-       `texinfo.el'.  This way we get e.g. syntax-highlighting of
-       comments in Texinfo mode.
-
-2004-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-toggle-source-specials)
-       (TeX-maybe-set-source-specials, TeX-source-specials-check-xdvi):
-       New (renamed) functions.
-       (TeX-source-specials-active-flag, TeX-source-specials-tex-flags)
-       (TeX-source-specials-viewer-flags)
-       (TeX-source-specials-check-function, TeX-source-specials-xdvi-p):
-       New (renamed) variables.  Tried to clarify doc-strings and
-       variable names.
-
-2004-04-23  David Kastrup  <dak@gnu.org>
-
-       Source special support by Dan Nicolaescu <dann@ics.uci.edu>:
-       * tex.el (TeX-command-list): start viewer with TeX-run-discard
-       (TeX-expand-list): Add source special flags to viewer call.
-       (TeX-expand-list): Add source special flags to LaTeX call.
-       Various new functions.
-       (TeX-current-file-name-master-relative): New function replacing
-       TeX-current-file-name-nondirectory (which is not really needed, I
-       guess).  This change sole fault of dak.
-       (TeX-mode-specific-command-menu-entries): Source Special entry.
-
-2004-04-23  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-region-as-paragraph): Fix call to
-       `indent-region' for "older" Emacsen.
-       (LaTeX-mode-menu): Fix menu extension for customization.
-
-       * context.el (ConTeXt-mode-menu): Fix menu extension for
-       customization.
-
-       * tex-info.el (TeXinfo-insert-environment): Support enclosure of
-       a selected region by the environment to be inserted.
-       Don't eat newline at the end of the environment.
-       (TeXinfo-mode-map): Bind `C-c C-e' to `TeXinfo-insert-environment'
-       analogous to LaTeX mode.
-
-2004-04-21  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/slides.el: Remove obsolete SliTeX-related code and
-       replace it by minimal support for slides.cls.
-
-       * latex.el: Change spaces to tabs in indentation.
-       (LaTeX-fill-region-as-paragraph): Filling is disabled for
-       environments listed in `LaTeX-indent-environment-list'.  To be
-       consistent with filling of other environments where indentation
-       occurs, at least indent those environments.
-
-       * tex.el: Change spaces to tabs in indentation.
-
-2004-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-output-view-style): Move "dvips && gv" element to
-       the top of the list (not shadowed by a4paper anymore).  Added
-       "pst-" in this element.
-
-2004-04-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-current-environment): Respect value of
-       `LaTeX-syntactic-comments' and mode by narrowing the region if
-       necessary and checking necessary conditions.  Use
-       `TeX-forward-comment-skip' and `TeX-backward-comment-skip' for
-       narrowing.
-       (LaTeX-find-matching-end): Ditto.
-       (LaTeX-find-matching-begin): Ditto.
-       (docTeX-in-macrocode-p): New function.
-
-       * tex.el: More checkdoc-related fixes.
-
-2004-04-20  David Kastrup  <dak@gnu.org>
-
-       * style/natbib.el: Patch from Thomas Baumann for \bibpunct.
-
-       * Makefile.in (STYLESRC): Add style/beamer.el.
-
-       * style/beamer.el: Support file contributed by Thomas Baumann.
-
-2004-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el, latex.el: Make almost checkdoc clean.  See "FIXME" for
-       remaining issues.
-
-       * context.el, context-en.el, context-nl.el: Reindent.  Coding
-       conventions fixes (but files are still far from being checkdoc
-       clean).
-
-2004-04-19  Berend de Boer  <berend@pobox.com>
-
-       * context-en.el (ConTeXt-default-environment-en): added default
-       environment for en interface.
-
-       * context-nl.el (ConTeXt-default-environment-nl): added default
-       environment for nl interface.
-
-       * context.el (ConTeXt-default-environment): now depends on language.
-
-2004-04-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-view-style): Enhance documentation string.
-       (TeX-output-view-style): Ditto.
-
-2004-04-16  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex-info.el (TeXinfo-command-menu): Use
-       `TeX-mode-specific-command-menu'.
-
-       * tex-jp.el (plain-TeX-mode-command-menu)
-       (LaTeX-mode-command-menu): Ditto.
-
-2004-04-16  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (STYLESRC): Add jura.el and alphanum.el
-       style/jura.el, style/alphanum.el: contributed by Frank Küster.
-
-2004-04-16  Berend de Boer  <berend@pobox.com>
-
-       * context.el (context-guess-current-interface): support for
-       recognizing interface=XX in comment to determine language to use.
-
-       * tex.el (TeX-format-list): recognize ConTeXt dutch interface.
-
-       * Makefile.in: AUCSRC includes the new context-en.el and context-nl.el.
-       Ditto fo AUCELC.
-
-       * context.el: English interface macro's moved to context-en.el.
-       All defmacro's are now replaced by defvars which are set to the
-       proper language dependent interface as a local buffer variable.
-       Some changes to make the context mode actually multi-lingual.
-       (ConTeXt-mode-common-initialization): new routine with
-       initialization common to all ConTeXt modes.
-       (context-mode): guesses current interface for en and nl interfaces.
-       (context-guess-current-interface): new routine that determines
-       what ConTeXt language interface is in use.
-
-       * context-nl.el: new file containing Dutch interfaces macro's
-       previously in context.el. Use context-nl-mode to activate.
-
-       * context-en.el: new file containing English interfaces macro's
-       previously in context.el. Use context-en-mode to activate.
-
-2004-04-15  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-mode-specific-command-menu): Now holds the logic for
-       returning a Command menu definition suitable for different Emacs
-       versions.  Its original content is now in the function
-       `TeX-mode-specific-command-menu-entries'.
-       (TeX-mode-specific-command-menu-entries): New function.
-       (plain-TeX-mode-command-menu): Simply use
-       `TeX-mode-specific-command-menu' instead of the logic which now
-       is part of it.
-       (AmSTeX-mode-command-menu): Ditto.
-
-       * latex.el (LaTeX-mode-command-menu): Ditto.
-
-       * context.el (ConTeXt-mode-command-menu): Ditto.
-
-2004-04-14  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/Makefile.in (clean): Remove *.tmp (created with auc-tex.ps).
-
-       * doc/.cvsignore: Added *.tmp.
-
-       * .cvsignore: Revert 2004-04-12 change.  Added README.
-
-       * Makefile.in (tar-ball): .nosearch is not useful here.
-
-2004-04-13  David Kastrup  <dak@gnu.org>
-
-       * aclocal.m4: Try something in AC_FULL_EXPAND that does not
-       require bash.
-       Replace ' with quote in EMACS_LISP
-       Correct a few instances of misspelled AUCTeX.
-
-2004-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (DOCFILES, EXTRAFILES): Added files needed for the
-       configure based installation.
-
-2004-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (dist): Split into `check-dist', `release-commit'
-       and `tar-ball'.
-       (snapshot): New.  Use `check-dist' and `tar-ball'.
-       (release-commit): Fix mail address.
-       (REMOVE, MINMAPSRC, min-map): Removed.
-       (DIST_PREFIX): Derive FTPDIR and WWWDIR from this.
-
-       * doc/Makefile.in (dist): Use INSTALL and INSTALL.windows instead
-       of INSTALLATION.
-
-       * doc/.cvsignore: Added INSTALL, INSTALL.windows, auc-tex.ps
-
-       * .cvsignore: Removed INSTALL, INSTALL.windows.
-
-2004-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-syntactic-comments): New name.  Formerly known
-       as `LaTeX-format-comment-syntax-aware'.  This should better
-       reflect the meaning the variable will receive eventually.
-       (LaTeX-indent-line): Use new name.
-       (LaTeX-current-indentation): Ditto.
-       (LaTeX-back-to-indentation): Ditto.
-       (LaTeX-fill-paragraph): Ditto.
-       (doctex-mode): Ditto.
-
-       * context.el (context-mode): Use `LaTeX-syntactic-comments'
-       instead of `LaTeX-format-comment-syntax-aware'.
-
-2004-04-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auc-tex.texi (Japanese): Refer to `INSTALL' instead of
-       `INSTALLATION'.
-
-       * doc/intro.texi: Refer to `INSTALL' and `INSTALL.windows'
-       instead of `INSTALLATION'.
-
-       * IRIX: Removed.
-
-       * Makefile.in (EXTRAFILES): Removed IRIX.
-
-       * COPYING: Updated to current incarnation.
-
-2004-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Makefile.in (install-el, dist): Add .nosearch in style/ and
-       auto/.
-
-2004-04-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * context.el (ConTeXt-current-interface): eval-and-compile instead
-       of eval-when-compile seems to solve the undefined error message.
-
-2004-04-08  Peter S Galbraith  <psg@debian.org>
-
-       * font-latex.el (font-latex-setup): Bug Fix; was overriding
-       font-latex-string-face.  Thanks to Reuben Thomas for finding the bug.
-
-2004-04-08  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * configure.in: Remove sole reference to texmfdir
-
-       * aclocal.m4: Fix --with-lispdir
-
-2004-04-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-paragraph): Fix check for code comment.
-       (LaTeX-fill-code-comment): Ditto.
-
-       * tex.el (TeX-in-commented-line): Don't alter match data.  Fixes
-       problems with `LaTeX-find-matching-end'.
-       (TeX-in-line-comment): Ditto.  (Prophylactic.)
-
-2004-04-08  Berend de Boer  <berend@pobox.com>
-
-       * latex.el (LaTeX-outline-name): could reach past end of buffer
-       when an imenu was created and LaTeX-outline-regexp contained a
-       macro that either didn't take a argument between braces or a macro
-       was found in the document and the user forgot to specify the
-       argument. And that macro was after the last 20 characters of the
-       buffer.
-
-       * context.el (ConTeXt-current-interface): eval-when-compile this
-       variable fixed another reported compiliation error.
-
-2004-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-default-position, LaTeX-env-array)
-       (LaTeX-env-tabular*): Implement "don't prompt" option.
-
-       * doc/auc-tex.texi (Tabular-like): Added `LaTeX-default-format'
-       and `LaTeX-default-position'.
-
-2004-04-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-break-at-separators): New name.  Formerly
-       known as `LaTeX-fill-distinct-contents'.
-       Changed 'braced and 'math options to various symbols for opening
-       and closing separators (braces, brackets, math switches) which
-       can be activated independently.
-       (LaTeX-fill-move-to-break-point): Use it.
-
-       * doc/auc-tex.texi (Marking and formatting): Reflect change of
-       `LaTeX-fill-distinct-contents' to
-       `LaTeX-fill-break-at-separators'.
-       Describe `LaTeX-fill-break-before-code-comments'.
-
-2004-04-07  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-run-command): Turn off line number mode in the
-       run-buffer effectively by setting line-number-display-limit
-       locally to 0.
-       (TeX-format-filter): Use a more sophisticated procedure for
-       fishing out page numbers in order to have fast matches.
-
-2004-04-07  Berend de Boer  <berend@pobox.com>
-
-       * Lots of enhancements to context.el. There is now a ConTeXt
-       specific menu which lists ConTeXt specific macro's for inserting
-       start/stop pairs, project structure and setup of things. Menu also
-       let's you jump to the etexshow definition if you have that
-       installed. Querying for macro parameters is non-existent or
-       flaky. outline and imenu support added. You can close an XML tag
-       if you're editing XML in ConTeXt with C-c /.
-       List of environments is now complete.
-       Paragraph formatting works in certain cases, but is really slow or
-       doesn't work in certain cases.
-       Indenting the same: works sometimes, but still flaky.
-       Bugs fix: start/stop insertion works now.
-
-       * documentation now mentions ConTeXt sometimes.
-
-       * context.el (ConTeXt-current-interface): make now doesn't complain
-       anymore when byte compiling ConTeXt.
-
-       * tex.el now recognizes ConTeXt dutch interface.
-
-2004-04-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-code-comment): Respect `indent-tabs-mode'.
-       Fix partially taken from GNU Emacs' fill.el.
-
-       * tex.el (TeX-mode-specific-command-list): New function.
-       (TeX-mode-specific-command-menu): Use it.
-
-       * tex-buf.el (TeX-command-query): Use
-       `TeX-mode-specific-command-list' to get a command list specific
-       to the current mode for command completion.
-
-2004-04-04  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (docTeX-indent-inner-fixed): New var.
-       (LaTeX-indent-calculate): Use it.
-       (LaTeX-indent-calculate-last): Reset indentation to zero after
-       macrocode environments.
-
-       * style/booktabs.el (TeX-add-style-hook): Add fontification
-       support.
-
-2004-04-04  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-find-matching-end, LaTeX-find-matching-end): Try
-       to keep track of in-comment-ness
-
-2004-04-03  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (STYLESRC): Add emp.el.
-
-       * style/emp.el: New file contributed from Yvon Hevel.
-
-2004-04-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-back-to-indentation): Use `beginning-of-line'
-       instead of `move-to-left-margin' as it is faster and we don't use
-       the margin anyway.
-       (LaTeX-fill-region-as-para-do): Use `point-max' for correctly
-       determining the end of the filling loop in case of a code comment.
-       Narrow to region in any case to simplify this determination in
-       case there is no code comment.
-       (LaTeX-fill-move-to-break-point): Fix compatibility code for
-       getting the initial break point.  In case there is no valid break
-       point on the way towards the beginning of the line, look down the
-       line.
-
-2004-03-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-output-view-style): Remove option for landscape in
-       case of PDF output.
-
-2004-03-26  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-fill-region): Correct percentage display.
-
-       * tex-buf.el (TeX-format-filter): Strictly restrict backward
-       searches for page number patterns.
-
-2004-03-26  Davide G. M. Salvetti  <salve@debian.org>
-
-       * bib-cite.el, latex.el, tex-buf.el, tex-jp.el, tex.el:
-       Map (function (lambda ...)) to (lambda ...) for better
-       readability.
-
-       * doc/.cvsignore: Added CHANGES, HISTORY, README, auc-tex*.html.
-
-       * doc/intro.texi: Minor fix.
-
-2004-03-26  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-indent-line): Use `looking-at' instead of
-       `re-search-forward'.  Pass indent amount to
-       `LaTeX-indent-{inner,outer}-do' functions.
-       (LaTeX-indent-inner-do, LaTeX-indent-outer-do): Let them be called
-       with an explicit parameter for the indent amount.
-       (LaTeX-indent-calculate-last): Distinguish a commented and an
-       uncommented line when skipping backwards to the preceding line.
-       Move tests for comment skips into the `cond' statement for better
-       readability.
-       (LaTeX-fill-break-before-code-comments): New customize option.
-       (LaTeX-fill-region-as-paragraph): Change the regular expression
-       which is used for searching for special line ends so that it is
-       not such a performance hog.  Code for determining the region to
-       fill was adapted accordingly.
-       (LaTeX-fill-region-as-para-do): Remove trailing whitespace after
-       newlines were changed to spaces.  Reported by Reiner Steib
-       <Reiner.Steib@gmx.de>.
-       Use `narrow-to-region' for keeping track of potential code comment
-       starts.
-       Break a line at the last non-comment word before a code comment.
-       This can be configured with
-       `LaTeX-fill-break-before-code-comments'.
-       (LaTeX-fill-move-to-break-point): Use `LaTeX-back-to-indentation'
-       for going to the right start of a line.
-       (LaTeX-fill-paragraph): `LaTeX-backward-paragraph' does not skip
-       forward over empty lines itself anymore, so do it here.
-       (LaTeX-fill-region): Use `LaTeX-forward-paragraph' and
-       `LaTeX-backward-paragraph' instead of the old code which
-       determined paragraph boundaries manually.
-       (LaTeX-forward-paragraph, LaTeX-backward-paragraph): Improve
-       handling of paragraph commands.
-       (LaTeX-paragraph-command-p): Get rid of the test for the opening
-       brace because there doesn't have to be one.
-       (LaTeX-find-macro-start): New function.
-       (LaTeX-find-macro-end): New function.
-
-       * .cvsignore: Added `tex-site.el'.
-
-2004-03-23  David Kastrup  <dak@gnu.org>
-
-       * tex.el (VirTeX-common-initialization): Back out last change
-       about sentence-end-double-space.
-
-2004-03-22  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4, configure.in: Fix bug for the case $prefix=NONE
-
-       * Makefile.in: distclean target removes tex-site.el
-
-2004-03-22  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-fill-distinct-contents): Simplify customization
-       type: nil is a complete list.
-
-2004-03-21  David Kastrup  <dak@gnu.org>
-
-       * tex.el (VirTeX-common-initialization): Set
-       sentence-end-double-space and sentence-end to more appropriate
-       values for TeX.
-
-2004-03-21  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-region-as-paragraph): Fix separation of
-       lines with code comments looking like " {%".
-       (LaTeX-fill-move-to-break-point): Fix determination of break point
-       for an opening brace where there is no break point immediately
-       after the respective closing brace.
-       (LaTeX-fill-region-as-para-do): Fix determination of code comment
-       begin in filling loop.
-
-2004-03-20  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-region-as-para-do): Fix compatibility code
-       for older Emacsen.
-
-2004-03-19  David Kastrup  <dak@gnu.org>
-
-       * tex-site.el.in (texinfo-mode): Autoload tex-info again.  I
-       suppose we will get to know why it was disabled when someone
-       complains.
-
-2004-03-19  Davide G. M. Salvetti  <salve@debian.org>
-
-       * doc/Makefile.in (clean): Add HISTORY.
-
-       * tex.el (TeX-lisp-directory): Removed, it's already defined in
-       tex-site.el.in.
-
-2004-03-19  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-current-environment): Use correct regexp for
-       determination of a comment.
-       (LaTeX-format-comment-syntax-aware): Renamed from
-       `LaTeX-fill-comment-syntax-aware' because it affects both filling
-       and indentation.
-       (LaTeX-indent-line): Add support for doing outer and inner
-       indentation.
-       (LaTeX-current-indentation): Ditto.
-       (LaTeX-back-to-indentation): Ditto.
-       (LaTeX-indent-calculate): Ditto.
-       (LaTeX-indent-calculate-last): Ditto.  Fix indentation for
-       environments mentioned in `LaTeX-document-regexp' which use an
-       unclosed brace in the first line.
-       (LaTeX-indent-inner-do): New function.
-       (LaTeX-indent-outer-do): New function.
-       (LaTeX-fill-region-as-paragraph): Include lines with code comments
-       in regions to be filled.  Recognize lines ending with `\par' as
-       boundaries for filling.
-       (LaTeX-fill-region-as-para-do): Better handling of code comments.
-       (LaTeX-fill-paragraph): Make function more readable by selecting
-       different filling methods by a `cond' statement and putting code
-       for the determination of the region to fill in case of
-       syntax-aware filling into the separate functions
-       `LaTeX-forward-paragraph' and `LaTeX-backward-paragraph'.  Better
-       handling of code comments.
-       (LaTeX-fill-code-comment): New function.
-       (LaTeX-forward-paragraph): New function.
-       (LaTeX-backward-paragraph): New function.
-       (LaTeX-paragraph-command-p): New function.
-       (LaTeX-common-initialization): Let `paragraph-start' handle
-       comments preceded by whitespace as well.
-       (LaTeX-fill-move-to-break-point): Support `\[' and `\]' as well
-       if `LaTeX-fill-distinct-contents' is activated.
-
-       * tex.el (tex-mode): `comment-start-skip' shouldn't match line
-       beginnings.
-       (VirTeX-common-initialization): Ditto.
-       (TeX-in-line-comment): New function.
-       (TeX-forward-comment-skip): Use correct regexp for determination
-       of a comment.  Fix case where `count' is less than zero, i.e. if
-       a backward search is performed.
-       (TeX-backward-comment-skip): New function.
-
-       * doc/auc-tex.texi: Reflect name change of
-       `LaTeX-fill-comment-syntax-aware' to
-       `LaTeX-format-comment-syntax-aware'.
-
-2004-03-18  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * Makefile.in, configure.in, tex-site.el, tex-site.el.in:
-       Move tex-site.el to tex-site.el.in, generate tex-site.el at configure
-       time rather than at install time
-
-2004-03-18  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-output-view-style): Use `%f' instead of `%s.ps' for
-       PostScript files.
-       (TeX-mode-map): Change key binding of `TeX-master-file-ask' to
-       `C-c_' because `C-c-' is already taken by RefTeX.
-
-       * doc/auc-tex.texi: Change "Formatting" node to "Running TeX and
-       friends" and use a respective heading.
-       Adapt key binding for `TeX-master-file-ask'.
-
-       * doc/intro.texi: Correct URLs.
-
-2004-03-14  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-command-list): Change interactive calls to use
-       \input, so that pdflatex \pdfoutput=0 becomes a legal way to call
-       LaTeX.
-       (VirTeX-common-initialization): Save TeX-master if desktop
-       package is used.
-
-2004-03-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-output-view-style): Fix it after it was accidently
-       and incorrectly changed with the last check-in.  Patch by David
-       Kastrup <dak@gnu.org>.
-       (TeX-view-style): Ditto.
-
-2004-03-11  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-find-opening-brace): Don't match the char before the
-       brace.  This returns the correct position and fixes the handling
-       of the limit parameter.
-
-       * latex.el (LaTeX-fill-move-to-break-point): Don't match the char
-       before the char to find in case of backward searches.
-       (LaTeX-fill-region-as-paragraph): Make the regular expression,
-       which serves searching for lines with code comments, match the
-       whole line.
-
-2004-03-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Use `TeX-esc' in
-       other, similar places not covered by the last check-in as well.
-
-       * doc/auc-tex.texi: Document `LaTeX-indent-environment-list',
-       `LaTeX-fill-comment-syntax-aware' and
-       `LaTeX-fill-distinct-contents' as well as slightly improve some
-       other parts in the section about `Marking and formatting'.
-
-2004-03-10  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Use TeX-esc in
-       regexps to accommodate Texinfo better.
-       (LaTeX-fill-move-to-break-point): no regexp-quote within braces.
-       (LaTeX-common-initialization): Correct \multicolumn prompt
-
-2004-03-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-move-to-break-point): Cope with unmatched
-       closing braces when `LaTeX-fill-distinct-content' is enabled for
-       braced content.
-
-2004-03-09  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * Makefile.in: Add separate target for .el files to cater for debian
-
-2004-03-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/booktabs.el: New file.
-
-       * Makefile.in (STYLESRC): Add `booktabs.el'.
-
-       * doc/changes.texi: Advertise support for `booktabs.sty'.
-
-2004-03-06  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auc-tex.texi: Small corrections in `Viewing' section.
-
-2004-03-02  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * doc/Makefile.in: Add packagedir
-
-2004-03-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-insert-environment): Fix insertion of newlines
-       for the case where `LaTeX-insert-into-comments' is activated but
-       point is not inside a comment.
-
-2004-02-28  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (install-lisp): Overwrite old tex-site.el if it has
-       the "Don't edit" comment in it.  Rename it otherwise.  Use
-       $(auctexdir) instead of $(lispdir) for replacing @AUCTEX.
-
-       * tex-buf.el (TeX-command-query): Allow doctex-mode for .bbl file
-       checking.
-
-       * tex-site.el: Discourage customization in-file.
-
-       * latex.el (LaTeX-outline-regexp, LaTeX-environment)
-       (LaTeX-document-style-hook): Change docs to refer to document
-       classes instead of document style.
-       (LaTeX-env-document): Don't insert anything but document class.
-       (LaTeX-menu-update): Check for doctex-mode.
-       (doctex-mode): Make it a major mode derived from latex-mode.
-
-2004-02-28  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       Merge with new-fill branch.
-
-2004-02-27  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * configure.in: Respect --infodir even if using xemacs.
-
-       * aclocal.m4: Add yes/no answer for the MULE check.
-
-       * Makefile.in: Correct xemacs-install.
-
-       * Makefile.in, aclocal.m4, configure.in: If there is a wrongly
-       installed tex-site.el, use the proper install directory anyway
-       (i.e., don't be side-tracked), and remove the wrongly installed
-       tex-site.el. These things are only needed for CVS users who have
-       used the erroneous xemacs-installation.
-
-2004-02-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-mode-menu): Insert customize option and
-       rearrange.
-       (LaTeX-fill-move-to-break-point): Bandaid for not breaking inside
-       square brackets where the content fits into one line.
-
-       * tex.el (plain-TeX-mode-menu): Insert customize option.
-
-       * doc/auc-tex.texi: Document options for inserting quotes in files
-       where `(n)german.sty' is used and the invocation of external
-       viewers.
-
-2004-02-26  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-fill-break-before-macro)
-       (LaTeX-fill-break-after-macro): Unused, so removed.
-       (LaTeX-fill-distinct-contents): New name for defcustom
-       `LaTeX-fill-break-before-and-after'.
-       (LaTeX-fill-move-to-break-point): Fix filling of nested braces and
-       math.
-       (TeX-find-closing-brace, TeX-find-opening-brace)
-       (TeX-forward-comment-skip): Moved to `tex.el'.
-
-       * tex.el (TeX-find-closing-brace, TeX-find-opening-brace)
-       (TeX-forward-comment-skip): Moved from `latex.el'.
-
-2004-02-26  David Kastrup  <dak@gnu.org>
-
-       * latex.el (doctex-mode): Make a minor mode.
-
-       * tex-site.el (doctex-mode): Add autoloads and file extensions.
-
-       * tex.el (TeX-master-file): Don't overwrite TeX-master when not
-       asking the question.
-
-2004-02-22  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-newline): New function.  Spread it throughout
-       the code in order to stay in comments for completion and
-       insertion commands.
-       (doctex-mode): New function.
-
-2004-02-19  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-fill-paragraph): Back out changes from
-       2003-12-29.
-       Create separate new-fill branch for Ralf's code.
-
-2004-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * font-latex.el (font-latex-title-4-face): Added missing :weight
-       and :inherit for color displays.
-
-2004-02-15  Peter S Galbraith  <psg@debian.org>
-
-       * bib-cite.el (bib-cite-fontify-help-as-bibtex)
-       (bib-cite-fontify-help-as-latex): Check existence of
-       font-lock-unset-defaults; no longer defined in CVS Emacs.
-       Thanks to Adrian Lanz for reporting the problem.
-
-2004-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * font-latex.el (font-latex-title-4-face): Use different colors
-       depending on background.
-
-2004-02-03  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-comment-region): Map to `comment-region' instead of
-       `TeX-comment-or-uncomment-region'.
-       (TeX-uncomment-region): New name for `TeX-un-comment-region'.  Not
-       mapped to `TeX-comment-or-uncomment-region' anymore.
-       (TeX-uncomment): New name for `TeX-un-comment'.  Use
-       `TeX-uncomment-region' instead of `uncomment-region' which is not
-       available in Emacs 20.
-       (TeX-comment-or-uncomment-paragraph): New name for
-       `TeX-comment-paragraph' which explains its function better.  Use
-       new name `TeX-uncomment'.
-       (TeX-mode-map): Bind key chains to `TeX-comment-or-uncomment-*'
-       functions.
-       (plain-TeX-mode-menu): Adapt function calls in menu entries.
-
-       * tex-info.el (TeXinfo-mode-map): Bind key chains to
-       `TeX-comment-or-uncomment-*' functions.
-       (TeXinfo-mode-menu): Adapt function calls in menu entries.
-
-       * latex.el (LaTeX-mode-menu): Adapt function calls in menu
-       entries.  Small enhancements.
-
-       * doc/auc-tex.texi (Commenting): Adapt documentation to reflect
-       changes in commenting interface.
-
-2004-01-31  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-comment-or-uncomment-region): New function or alias
-       respectively introduced to obtain compatibility with GNU Emacsen
-       before 21.4.
-       (TeX-uncomment-region): New function or alias respectively
-       introduced to obtain compatibility with GNU Emacsen before
-       21(.1?).
-       (TeX-comment-region): Bound to `TeX-comment-or-uncomment-region'.
-       (TeX-un-comment-region): Bound to `TeX-comment-or-uncomment-region'.
-
-2004-01-27  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (TeX-command-list): Fixed previous change.
-
-2004-01-25  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (japanese-TeX-command-list): Remove dummy code for
-       command menu.
-
-2004-01-23  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (japanese-TeX-command-list): Change single quotes to
-       double.  We get reasonable results under both Windows and Unix.
-       See also log of TeX-command-list in tex.el on 2002-12-19.
-
-       * tex.el (TeX-toggle-off-input-method): Removed some Japanese
-       input methods (Canna, Wnn, SKK) because their code is copied from
-       YaTeX, which is not GPL program.  Toggle off CJK (Chinese, Japanese,
-       Korean) input methods in LEIM.
-       (TeX-math-toggle-off-input-method): Doc fix.
-
-2004-01-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * latex.el (LaTeX-mode-menu): Removed menu filters in the submenus
-       for inserting and modifying environments which call
-       `LaTeX-menu-update'.
-       (LaTeX-common-initialization): Add `LaTeX-menu-update' to
-       `activate-menubar-hook' instead.
-
-2004-01-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-view-style, TeX-output-view-style): Use a regexp
-       which matches `a5', `a5comb' and `a5paper' instead of the old
-       which matches only `a5'.
-
-2004-01-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-command-menu-name): New constant.
-       (TeX-mode-specific-command-menu): Reimplemented the loop which
-       builds the menu.
-       (TeX-mode-command-menu): Use new constant and call
-       `TeX-mode-specific-command-menu' via `:filter'.
-       (AmSTeX-mode-command-menu): Ditto.
-
-       * context.el (ConTeXt-mode-command-menu): Use new constant
-       `TeX-command-menu-name' and call `TeX-mode-specific-command-menu'
-       via `:filter'.
-
-       * latex.el (LaTeX-mode-command-menu): Ditto.
-
-       * tex-info.el (TeXinfo-mode-command-menu): Ditto.
-
-       * tex-jp.el (plain-TeX-mode-command-menu)
-       (LaTeX-mode-command-menu): Ditto.
-
-2004-01-10  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/changes.texi: Added further news.
-
-2004-01-09  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * doc/auc-tex.texi: AUC TeX to AUCTeX.  Use `%%%' instead of a
-       single `%' character in examples for Local Variables.  Add
-       information about new behavior in respect to the query for the
-       master file.  Explain new function `TeX-master-file-ask'.
-
-       * doc/changes.texi: Advertise new master file behavior.  Remove
-       news about new commenting behavior which is not true anymore.
-
-       * doc/intro.tex.: AUC TeX to AUCTeX.
-
-       * tex.el (TeX-local-master-p): Removed one `%' character in regexp
-       to let it find "% TeX-master:" as well.
-
-2004-01-07  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-command-list): Changed defcustom definition to one
-       which allows the specification of several modes for one command
-       and adapted the defaults to it.  Thanks to David Kastrup for most
-       of the code.
-       (plain-TeX-command-menu): Adapted the call to
-       `TeX-mode-specific-command-menu'.
-       (AmSTeX-mode-command-menu): Ditto.
-
-       * latex.el (LaTeX-mode-command-menu): Adapted the call to
-       `TeX-mode-specific-command-menu'.
-
-       * context.el (ConTeXt-mode-command-menu): Ditto.
-
-       * tex-info.el (TeXinfo-mode-command-menu): Ditto.
-
-       * tex-jp.el (japanese-TeX-command-list): Adapted list entries
-       according to defcustom changes in `tex.el'.
-       (plain-TeX-mode-command-menu): Adapted the call to
-       `TeX-mode-specific-command-menu'.
-       (LaTeX-mode-command-menu): Ditto.
-
-       * tex-mik.el (TeX-command-list): Adapted list entries
-       according to defcustom changes in `tex.el'.
-
-       * tex-fptex.el (TeX-command-list): Ditto.
-
-2004-01-06  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-command-list): Get rid of the superfluous sixth
-       element in the defcustom and menu/command definitions.
-
-       * tex-jp.el (japanese-TeX-command-list): Ditto.
-
-       * tex-mik.el (TeX-command-list): Ditto.
-
-       * tex-fptex.el (TeX-command-list): Ditto.
-
-2004-01-05  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-common-initialization): Add \item to the
-       paragraph starters.
-
-2004-01-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-mode-specific-command-menu): New function to be used
-       for generating a mode-specific command menu.
-       (plain-TeX-mode-map): New map to be used by plain-tex-mode.
-       (plain-TeX-mode-command-menu): New menu used instead of
-       `TeX-mode-menu' which utilizes `TeX-mode-specific-command-menu'.
-       (TeX-mode-menu): Removed in favor of
-       `plain-TeX-mode-command-menu'.
-       (AmSTeX-mode-map): New map to be used by ams-tex-mode.
-       (AmSTeX-mode-command-menu): New menu.
-       (ams-tex-mode): Moved and grouped with other AmSTeX-related code.
-       Added code to use new menu.
-       (TeX-command-list): Added new choice for the selection of the mode
-       for the respective command.  Adapted doc string.  Added respective
-       symbols to command definitions.  Rearranged command definitions.
-       Changed `LaTeX PDF' to `PDFLaTeX'.
-
-       * latex.el (LaTeX-mode-command-menu): New menu used instead of
-       `TeX-mode-menu'.
-       (LaTeX-common-initialization): Activate it.
-
-       * context.el (ConTeXt-mode-command-menu): New menu used instead of
-       `TeX-mode-menu'.
-       (context-mode): Activate it.
-
-       * tex-info.el (TeXinfo-command-menu): Adapted for using
-       `TeX-mode-specific-command-menu'.
-
-       * tex-jp.el (japanese-TeX-command-list): Added symbols to command
-       definitions needed for assigning them to the respective mode.
-       (TeX-mode-menu): Removed.
-       (plain-TeX-mode-command-menu): New menu utilizing
-       `TeX-mode-specific-command-menu'.
-       (LaTeX-mode-command-menu): New menu utilizing
-       `TeX-mode-specific-command-menu'.
-       (LaTeX-mode-map): Removed key definition for `TeX-mode-menu'.
-
-       * tex-fptex.el (TeX-command-list): Added symbols to command
-       definitions needed for assigning them to the respective mode.
-       Changed `LaTeX PDF' to `PDFLaTeX'.
-
-       * tex-mik.el (TeX-command-list): Ditto.
-
-       * doc/changes.texi: Mention the change to a mode-specific command
-       menu and the need for the deletion of any former customization of
-       `TeX-command-list'.
-
-2004-01-03  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-mode-map): Use `C-c -' as a key binding for
-       `TeX-master-file-ask' as `C-c !' is already used in `context.el'.
-
-2004-01-02  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-left-comment-regexp)
-       (LaTeX-right-comment-regexp, LaTeX-ignore-comment-regexp): revert
-       an inadvertant change two checkins ago.  I was just experimenting
-       with something that did not yet work (as if the original did) and
-       did not intend checking it in.
-
-2003-12-30  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (TeX-master-file): Added new parameter `ask' which is
-       to be used if the user shall be asked when the function is
-       called.  Took out the code which provides the functionality for
-       asking the respective question and added it to the newly created
-       function `TeX-master-file-ask'.
-       (TeX-master-file-ask): New function.
-       (TeX-local-master-p): New function.
-       (tex-mode): Removed the call of `TeX-master-file' via the hook
-       `hack-local-variables-hook'.
-       (VirTeX-common-initialization): Added the call to
-       `TeX-master-file' via the hook `find-file-hooks'.  Additionally
-       `TeX-update-style' will be called to activate the respective style
-       files.
-       (TeX-mode-map): Added key binding for calling
-       `TeX-master-file-ask'.  This is a temporary solution.
-       (TeX-mode-menu): Took out redundant entry for `TeX-home-buffer'.
-       Added entry "Set Master File" for `TeX-master-file-ask'.  Grouped
-       menu entries relevant for multifile handling.
-
-       * latex.el (LaTeX-mode-menu): Changed analogously to
-       `TeX-mode-menu'.
-
-2003-12-29  David Kastrup  <dak@gnu.org>
-
-       * latex.el: Fix AUCTeX URL.
-       (LaTeX-fill-paragraph): Skip from inline comments to either line
-       comments or something that is not merely an inline comment.  I am
-       not even sure that this skipping makes good sense, in particular
-       since it is followed by `forward-paragraph'.
-       (LaTeX-common-initialization): Change the definitions of
-       `paragraph-start' and `paragraph-separate' to something that
-       makes things like `forward-paragraph' and its ilk behave more
-       sensibly when in comments.  The previous behavior is just awful,
-       and caused a lot of inadvertant damage when using things like
-       `fill-paragraph' within comments.
-       (LaTeX-common-initialization): Remove syntax error, sorry.
-
-2003-12-29  David Kastrup  <dak@gnu.org>
-
-       * latex.el: Fix AUCTeX URL.
-       (LaTeX-fill-paragraph): Skip from inline comments to either line
-       comments or something that is not merely an inline comment.  I am
-       not even sure that this skipping makes good sense, in particular
-       since it is followed by `forward-paragraph'.
-       (LaTeX-common-initialization): Change the definitions of
-       `paragraph-start' and `paragraph-separate' to something that
-       makes things like `forward-paragraph' and its ilk behave more
-       sensibly when in comments.  The previous behavior is just awful,
-       and caused a lot of inadvertant damage when using things like
-       `fill-paragraph' within comments.
-
-2003-12-26  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/scrbase.el (TeX-add-symbols): Remove redundant entries.
-
-       * style/scrlttr2.el (TeX-add-symbols): Remove redundant entry.
-
-       * style/scrpage2.el: Remove unnecessary coding cookie and text in
-       introductory comment.
-
-2003-08-02  Mike Sperber  <mike@xemacs.org>
-
-       * latex.el (latex-mode): Really turn off filladapt.  It just
-       doesn't work with `LaTeX-fill-paragraph'.
-
-2003-12-02  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (tex-mode): Let `TeX-master-file' be called upon opening
-       a file.  This shall restore the behaviour before the last change
-       regarding the question for `TeX-master'.  Thanks to Peter
-       Galbraith for setting the patch right.
-
-2003-11-28  David Kastrup  <dak@gnu.org>
-
-       * tex.el (LaTeX-update): Advice removed because of the following:
-
-       * latex.el (LaTeX-menu-update): Now called via :filter predicate
-       of menus.
-
-2003-11-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/paralist.el: Removed coding cookie in first line.
-       Removed obsolete comment regarding placement of file.
-       (LaTeX-paralist-env-item-opt-label): Renamed from
-       `pl-LaTeX-env-item-opt-label' and changed references accordingly.
-       Added docstring.
-       Let `itemize' and `enumerate' environments use this function.
-       Thanks to Reiner Steib for these suggestions.
-
-2003-11-26  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-section-label): Added "part" and
-       "subsubsection".  Sync "chapter" with fancyref.sty.
-
-       * style/fancyref.el ("fancyref"): Added font-lock keywords.
-
-2003-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-math-default): Added greek \var... symbols.
-       (LaTeX-common-initialization): Removed "SLiTeX", added spacing
-       commands and "appendix".
-
-       * font-latex.el (font-latex-match-function-keywords): Added
-       spacing commands, "nonumber", "centering", "TeX", and "LaTeX".
-       (font-latex-match-textual-keywords): Added textsuperscript.
-
-2003-11-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * Makefile.in (STYLESRC): Added scrpage2.el.
-
-2003-11-17  Peter S Galbraith  <psg@debian.org>
-
-       * font-latex.el (font-latex-keywords-2): Had forgotten to set
-       LAXMATCH on all title matches.  Thanks to Ralf Angeli for
-       reporting the bug.
-
-       * bib-cite.el (bib-cite-file-directory-p): New functions.  I had
-       introduced a call to code from ff-paths.el by mistake.
-
-2003-11-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/scrbase.el (TeX-add-style-hook): Added further symbols to
-       `TeX-add-symbols' and rearranged them alphabetically.
-       Added macros with parameters to
-       `font-latex-match-<type>-keywords-local'.
-       Added `addsec' and `addpart' to
-       `font-latex-match-title-<num>-keywords-local'.
-
-       * style/scrbook.el (TeX-add-style-hook): Analogous.
-
-       * style/scrlttr2.el (TeX-add-style-hook): Analogous.
-
-       * style/scrreprt.el (TeX-add-style-hook): Analogous.
-
-       * style/scrpage2.el: New file.
-
-2003-11-16  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * tex.el (VirTeX-common-initialization): Disabled lines which set
-       `comment-add' to 1 to restore commenting with a single `%'.
-       (TeX-un-comment-region): Function code removed and function name
-       mapped to `comment-dwim'.
-       (TeX-un-comment): Allow searching for commented lines with
-       potential white space at the beginning.
-       (TeX-comment-paragraph): Partially rewritten to allow it to be
-       used for both commenting and uncommenting.
-       (TeX-in-commented-line): New function used in
-       `TeX-comment-paragraph'.
-
-       * doc/auc-tex.texi (Commenting): Reflect changes in `tex.el'.
-
-2003-11-13  Ralf Angeli  <angeli@iwi.uni-sb.de>
-
-       * style/paralist.el: New file.
-
-       * Makefile.in (STYLESRC): Added paralist.el.
-
-2003-10-18  Peter S Galbraith  <psg@debian.org>
-
-       * font-latex.el: checkdoc cleaning (almost clean now).
-
-2003-09-18  Peter S Galbraith  <psg@debian.org>
-
-       * font-latex.el (font-latex-quotes): New defcustom to fontify
-       either french or german quotes.
-       (font-latex-quote-regexp-beg): New variable. Holds the regexp to
-       match the beginning of a quote.
-       (font-latex-quote-end-list): New variable.  Holds the list of
-       strings to end a matched quote.
-       (font-latex-match-quotation): Fixed to use above variables.
-
-2003-09-18  Peter S Galbraith  <psg@debian.org>
-
-       * bib-cite.el: bib-cite-aux-inputs:  new defcustom.
-       Minor code cleanup for `match-string'.
-
-2003-09-15  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-master-file): Fix 'shared case.
-       Tiny patch from Shiro Takeda <zbc08106@park.zero.ad.jp>.
-
-2003-09-08  Peter S Galbraith  <psg@debian.org>
-
-       * bib-cite.el: Ripping out off-topic imenu code.
-
-2003-09-07  Peter S Galbraith  <psg@debian.org>
-
-       * font-latex.el: Bug fix when font-lock-multiline is set to t.
-
-2003-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * Changelog: Added coding cookie.
-
-       * doc/Makefile.in (install): Check if auctex-* exists.  Needed
-       because default split size changed in texinfo 4.6.
-
-2003-07-25  Peter S Galbraith  <psg@debian.org>
-
-       * font-latex.el: Make & highlighted in font-latex-warning-face.
-       Better document font-latex-match-*-keywords-local variables.
-
-2003-07-20  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * configure.in: Use mule support check.
-
-       * Makefile.in (CONTRIB_MULE, COMPILE_MULE, CONTRIB_MULEELC): New macros.
-       (contrib): Compile CONTRIB and COMPILE_MULE.
-       (install-contrib): Install CONTRIB_MULE and CONTRIB_MULEELC, too.
-
-       * aclocal.m4 (EMACS_CHECK_MULE): Check (X)Emacs mule supported.
-
-       * Makefile.in (clean): Remove Emacs auto-save files.  Remove elc
-       files in the current and style directory.
-
-2003-06-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * Makefile.in: Delete trailing whitespaces.
-
-       * tex.el (TeX-near-bobp): Undo last change.
-
-       * tex-jp.el: Fix some document.
-       (AUCTeX-jp): New custom group.
-       (japanese-TeX-command-default, japanese-LaTeX-command-default)
-       (japanese-LaTeX-default-style, japanese-LaTeX-style-list):
-       Support for defcustoms.
-
-2003-06-14  David Kastrup  <dak@gnu.org> (tiny patch from Stephen Gildea)
-
-       * tex.el (TeX-auto-untabify): Change default to nil.
-
-       * doc/auc-tex.texi (Parsing Files): document this.
-
-2003-06-07  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-lisp-directory, TeX-auto-global, TeX-style-global)
-       (TeX-auto-local, TeX-style-local, TeX-macro-private)
-       (TeX-load-style, TeX-parse-path, TeX-run-style-hooks)
-       (TeX-auto-write, TeX-auto-generate, TeX-auto-generate-global)
-       (TeX-ignore-file, TeX-search-files): try catering with Windows
-       file names.
-       (TeX-directory-absolute-p): removed, since file-name-absolute-p
-       serves the same purpose.
-
-2003-06-06  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * Makefile.in: Added datadir
-
-2003-06-05  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-env-label): Toggle off input method when
-       entering math mode.
-       * style/amsmath.el (LaTeX-amsmath-env-alignat)
-       (LaTeX-amsmath-env-aligned): Ditto.
-
-       * tex.el (TeX-toggle-off-input-method): Removed interactive.
-       (TeX-math-input-method-off): New function.
-       (TeX-insert-dollar): Use it.  Do not call function
-       TeX-toggle-off-input-method directly.
-
-2003-06-03  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex.el (TeX-macro): Set group 'AUCTeX.
-
-2003-06-03  David Kastrup  <dak@gnu.org>
-
-       * latex.el (LaTeX-mode-menu): Replace "Change Font" with "Replace
-       Font"
-
-       * tex-info.el (TeXinfo-mode-menu): Same here.
-
-       * doc/tex-ref.tex (section{Font Selection}): Same here.
-
-2003-06-03  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex.el (TeX-math-toggle-off-input-method): New user option.
-       (TeX-toggle-off-input-method): New function.
-       (TeX-insert-dollar): Use it.
-
-2003-06-02  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex.el (TeX-near-bobp): Fixed typo in doc-string.
-
-2003-05-27  Piet van Oostrum  <piet@cs.uu.nl>
-
-       * latex.el (LaTeX-auto-minimal-regexp-list): Changed regexp to
-                 allow \documentclass[]{someclass}.
-
-2003-05-02  Patrick Gundlach  <patrick@gundla.ch>
-
-       * context.el: ConTeXt-environment can now modify the current
-       environment. Added preliminary functionality for calling a
-       function on an environment. ConTeXt-mark-environment,
-       ConTeXt-find-matching-stop and ConTeXt-find-matching-start
-       (similar to the ones in latex.el) added.
-
-2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * doc/wininstall.texi: Fixed typos in configure options.
-
-2003-04-15  Patrick Gundlach  <patrick@gundla.ch>
-
-       * tex.el (TeX-command-list): Changed %v to %V in View. Now
-       TeX-output-view-style is used for setting viewer preferences. See
-       changes from 2003-02-06 below.
-
-2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * .cvsignore: Added INSTALL and INSTALL.windows
-
-       * Makefile.in (STYLESRC): Added captcont.el and subfigure.el
-
-2003-04-15  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * doc/wininstall.texi: Corrected download info for GNU Emacs
-
-2003-04-14  Peter S Galbraith  <psg@debian.org>
-
-       * font-latex.el (font-latex-match-*-keywords): New user
-       customizable variables to add fontification keywords.
-       See `M-x customize-group [RET] font-latex'.
-       (font-latex-match-*-keywords-local): New buffer-local variables to
-       be used by elisp style file writers.
-       (font-latex-match-*-keywords-set): Support for defcustoms.
-       (font-latex-match-*-make): Build the actual font-lock variables
-       from the `font-latex-match-*-keywords' defcustoms.
-
-2003-04-14  David Kastrup  <dak@gnu.org>
-
-       * doc/install.texi (Customizing): hilit-LaTeX.el deleted.
-
-2003-04-14  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * autogen.sh: Generate INSTALL and INSTALL.windows
-
-       * doc/Makefile.in: Use the configure compatibility test results
-
-       * doc/macros.texi: Compatibility macros, initial version
-
-       * configure.in: Do the makeinfo tests, for compatibility with
-       texinfo 3.12, test for tex
-
-       * doc/install.texi: Changed to document the autoconf stuff
-
-       * doc/wininstall.texi: Added
-
-2003-04-10  David Kastrup  <dak@gnu.org>
-
-       * tex.el (AUCTeX): Fix URLs.
-
-       * context.el: Fix AUCTeX URL.
-       Make modification date RCS tag.
-
-2003-04-09  Patrick Gundlach  <patrick@gundla.ch>
-
-       * tex.el (TeX-command-list): Changed ConTeXt Clean from purge to
-       purgeall; I guess this behaves as users would expect.
-
-       * context.el: minor cleanups, switched to the name "AUCTeX" where
-       not done yet. Made ConTeXt-add-environments able to
-       byte-compile. Added new copyright statement.
-
-       * Makefile.in: Added context.el(c)
-
-2003-04-09  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4: More sane emacs-macro path-searching.
-
-2003-04-07  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-kpathsea-directory-alist): Fix bad kpathsea
-       searchpath name for LaTeX files.
-
-2003-04-03  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * aclocal.m4: Make the emacs-macro path-searching tests run, and
-       make EMACS_PROG_EMACS fail gracefully when no binary executable is
-       found.
-
-
-2003-03-29  David Kastrup  <dak@gnu.org>
-
-       * tex-buf.el (TeX-run-discard): Use `call-process' instead of
-       `start-process' in order to completely detach a process.
-       (TeX-region-extra): Make empty by default since code was not
-       working with plain or ConTeXt.
-
-2003-03-24  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * Makefile.in (CONTRIB): Remove hilit-LaTeX.el because it is
-       obsolete.
-       (contrib): Remove compile code for hilit-LaTeX.el.
-
-2003-03-13  David Kastrup  <dak@gnu.org>
-
-       * style/german.el (LaTeX-german-quote-after-quote)
-       (LaTeX-german-open-quote, LaTeX-german-close-quote): New
-       variables to initialize quote stuff from.  If you set these in
-       file local variables, they will propagate accordingly to
-       `TeX-quote-after-quote' et al.
-
-       * style/ngerman.el (LaTeX-german-quote-after-quote)
-       (LaTeX-german-open-quote, LaTeX-german-close-quote): the same.
-
-2003-02-25  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (dist): Version info in tex.el gets automatically
-       calculated from CVS tags.
-
-       * tex.el: Some changes for dir slashiness.
-       (TeX-master-directory): return a proper directory name, not a
-       file name.
-
-       * tex-buf.el (TeX-quote-filename): Return the changed file!
-       Yikes!  How could this ever have worked?
-
-2003-02-24  David Kastrup  <dak@gnu.org>
-
-       * tex.el (AUCTeX-version): Generate automatically from CVS
-       variables.
-       (TeX-master-directory): somewhat more defensive version (final
-       goal is to be able to make a TeX minor mode).
-
-2003-02-22  David Kastrup  <dak@gnu.org>
-
-       * tex-wizard.el: A first sketch of the idea.
-
-2003-02-17  Piet van Oostrum  <piet@cs.uu.nl>
-
-       * tex.el (TeX-arg-literal): Remove illegal and superfluous &optional.
-
-       * latex.el (TeX-arg-free): Remove illegal and superfluous &optional.
-
-2003-02-17  David Kastrup  <dak@gnu.org>
-
-       * font-latex.el (font-latex-find-matching-close): Remove a very
-       complicated way of doing nothing since the byte compiler warns
-       about it.
-
-2003-02-15  David Kastrup  <dak@gnu.org>
-
-       * tex.el (LaTeX): Change :prefix field to LaTeX.
-       (TeX-auto-add-type): Make more readable and place doc string
-       indicating the origin into generated functions.
-
-       * font-latex.el (font-latex-setup): Try to behave better when the
-       interesting newlines in verbatim environments get moved.
-       Probably not the ultimate solution.
-
-       * tex-site.el: AUC TeX to AUCTeX, new header.
-
-       * Makefile.in: AUC TeX to AUCTeX.
-
-       * latex.el: AUC TeX to AUCTeX, new header.
-
-       * tex-buf.el (TeX-quote-filename): New function.
-       (TeX-region-create): Use it so that Windows can talk about its
-       master files properly.
-       (TeX-help-error): Try not to have "log file has changed"
-       messages.  AUC TeX to AUCTeX, new header.
-
-       * tex.el: AUC TeX to AUCTeX, new header.
-
-       * auc-old.el: AUC TeX to AUCTeX, new header.
-
-       * README.CVS: Check in a first version.  Ok, it currently
-       contains a few lies, but the basics are not wrong, and hopefully
-       we will have soon what it takes to make it true.
-
-       * doc/auc-tex.texi: Name change of AUC TeX to AUCTeX.  A few
-       other cleanups.
-
-       * configure.in, Makefile.in, doc/Makefile.in: everything moves to
-       autoconf, fix a few things.
-
-       * Makefile, doc/Makefile: deleted.
-
-2003-02-14  Patrick Gundlach  <patrick@gundla.ch>
-
-       * context.el: Added basic environment support (insert-envrionment
-       and close-environment). Added basic interface support.
-
-       * tex.el, latex.el : moved TeX-arg-literal and TeX-near-bopb from
-       latex.el to tex.el. More will follow.
-
-2003-02-13  David Kastrup  <dak@gnu.org>
-
-       * Makefile.in (clean): Remove .elc files.
-       (distclean): new target.
-
-       * aclocal.m4 (EMACS_EXAMINE_PACKAGEDIR): make this work properly
-       more or less.
-       (EMACS_CHECK_AUCTEX): use auctexdir instead of AUCTEXDIR (synch
-       with preview-latex aclocal.m4) and strip trailing slash.
-
-2003-02-11  Peter S Galbraith  <psg@debian.org>
-
-       * hilit-LaTeX.el: Removed.  It's obsolete.  Use font-latex.el instead.
-
-2003-02-11  Patrick Gundlach  <patrick@gundla.ch>
-
-       * tex.el (TeX-command-list): Changed TeX-run-LaTeX to
-       TeX-run-TeX.
-
-       * tex-buf.el (TeX-run-TeX): TeX-run-TeX gets the
-       TeX-sentinel-function from the major mode, so TeX-run-LaTeX and
-       alike won't be needed if they don't need to do something
-       fancy. Defaliased TeX-run-LaTeX to TeX-run-TeX.
-       (TeX-run-interactive): Uses TeX-sentinel-default-function
-       instead of TeX-sentinel-function.
-
-       * latex.el (latex-mode): Sets TeX-sentinel-default-function
-       instead of TeX-sentinel-function.
-
-       * tex-mik.el (TeX-command-list): Changed TeX-run-LaTeX to
-       TeX-run-TeX.
-
-       * tex-fptex.el (TeX-command-list): Changed TeX-run-LaTeX to
-       TeX-run-TeX.
-
-2003-02-08  Patrick Gundlach  <patrick@gundla.ch>
-
-       * tex-site.el: Added simple ConTeXt support.
-
-       * latex.el (latex-mode): Added explicit set of
-       TeX-sentinel-function to be used in TeX-run-interactive.
-
-       * tex-buf.el: Added TeX-run-ConTeXt. Removed explicit call to
-       TeX-LaTeX-sentinel in TeX-run-interactive. The sentinel-function
-       is now inherited from the buffer calling
-       TeX-run-interactive. Hopefully this won't break anything.
-
-       * tex.el: Adapted TeX-command-list for ConTeXt
-       support. Interfaces for texexec and texutil added. Nonstopmode
-       (texexec) and purge (texutil) won't work right with current
-       ConTeXt versions. This will be fixed in ConTeXt versions later
-       than Feb 2003.
-
-       * context.el: basic support for ConTeXt added. New
-       sentinel-functiont that is different from the LaTeX one.
-
-
-2003-02-08  pvoostrum  <pvoostrum@nono.cs.uu.nl>
-
-       * tex.el: Added missing semicolon in TeX-command-output-list.
-
-       * tex.el: Changed defcustom to defvar.
-
-2003-02-08  Piet van Oostrum  <piet@cs.uu.nl>
-
-       * tex.el (TeX-output-extension, TeX-view-extension): Changed
-       defcustom into defvar, as these are intermediate variables.
-
-2003-02-07  Piet van Oostrum  <piet@cs.uu.nl>
-
-       * tex.el (TeX-command-output-list): Corrected customization widget.
-
-2003-02-06  Piet van Oostrum  <piet@cs.uu.nl>
-
-       * tex-buf.el
-       (TeX-save-document, TeX-command-query)
-       (TeX-output-style-check, TeX-run-format, TeX-TeX-sentinel-check):
-       Added support for pdftex (and others)
-       (TeX-run-set-command, TeX-output-extension)
-       (TeX-view-extension, TeX-view-output-file): new functions.
-
-       * tex.el (TeX-output-extension, TeX-view-extension)
-       (TeX-output-view-style, TeX-command-output-list): new variables
-       (TeX-expand-list): adapted for pdf output.
-
-2003-01-31  Jan-Ã…ke Larsson  <jalar@mai.liu.se>
-
-       * configure.in: Use new lispdir check.
-
-       * aclocal.m4: Some cleaning of macro names. Windows quoting by
-       David Kastrup <dak@gnu.org>. Also, lispdir now checks (x)emacs
-       load-path instead of physical disk content.
-
-       * Makefile.in: Fix infodir
-
-2003-01-30  Piet van Oostrum  <piet@cs.uu.nl>
-
-       * tex-buf.el (TeX-parse-error): Exclude { and } from filenames to
-       improve parsing of error messages from pdftex.
-
-2003-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * tex.el (TeX-kpathsea-path-delimiter, TeX-search-files-kpathsea):
-       Fixed braces.
-
-2003-01-22  David Kastrup  <dak@gnu.org>
-
-       * tex.el (TeX-search-files): Check in first version of kpathsea
-       support.  This implementation does not yet cooperate properly
-       with TeX-auto-generate-*
-
-2003-01-18  David Kastrup  <dak@gnu.org>
-
-       * configure.in: Announce AUC TeX, not preview.
-
-2003-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * style/varioref.el ("varioref"): Fixed typo.
-
-       * Makefile.in (ELCC): `-no-init-file' is the same as `-q'
-
-2003-01-15  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * configure.in, aclocal.m4: Compatibility fix
-
-       * aclocal.m4 (AC_PROG_EMACS): New. File is now identical to that
-       of preview-latex.
-
-       * configure.in: Use it
-
-2003-01-08  Jan-Ake Larsson  <jalar@mai.liu.se>
-
-       * Makefile.in: From Makefile
-
-       * configure.in, aclocal.m4, autogen.sh: Initial version
-
-       * mkinstalldirs, install-sh: Prepare for autoconf
-
-2002-12-29  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex.el: Add support for Info-goto-emacs-command-node and
-       similar.
-
-2002-12-19  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex-buf.el (TeX-home-buffer): Don't home to deleted buffers.
-
-       * tex.el (TeX-command-list): Change single quotes to double.
-       That way, we will get reasonable results under both Windows and
-       Unix.  File names with double quotes in them will break stuff,
-       just like file names with single quotes in them did so
-       previously.  Tough.
-
-2002-12-18  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex-buf.el (TeX-run-shell): Start shell from TeX process buffer
-       in order to inherit environment from there (like cwd).
-       (TeX-run-discard): Same here.
-       (TeX-run-shell, TeX-run-discard): Rather let default-directory
-       temporarily: we may not have a TeX process buffer!
-
-2002-12-17  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * all.el: Removed.  unrelated to TeX mode.
-       OBSOLETE files (all.el, auc-menu.el, maniac.el, and outln-18.el)
-       are available at:
-       <ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/auctex/>
-
-2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Makefile (dist): Correct zip file name.
-
-2002-12-15  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * Makefile (MINMAPSRC): Remove auc-menu.el, maniac.el, and
-       outln-18.el.
-
-2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
-
-       * auctex.spec (Release): Well, change version number.  retag.
-
-       * Version 11.14 released.
-
-2002-12-15  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * auc-menu.el: Removed.  Taken into Emacs and unused.
-
-       * maniac.el: Ditto.
-
-       * outln-18.el: Ditto.
-
-2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Makefile: some changes for my setup.
-
-2002-12-14  David Kastrup  <David.Kastrup@t-online.de>
-
-       *  graphicsx.el: removed. superseded by graphicx.el and unused.
-
-2002-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-label): Added completing for labels.  Avoid
-       inserting an empty label.
-
-2002-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * style/amsopn.el ("amsopn"): Added \operatorname.
-
-2002-12-12  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/auc-tex.texi (top): Change "version 12" to "almost 12".
-       This is beta, after all.
-
-2002-12-12  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (japanese-LaTeX-style-list): Remove styles overlapped
-       with LaTeX-style-list.  Append values to LaTeX-style-list instead
-       of overwriting.
-       (japanese-latex-mode-initialization): Do not overwrite
-       LaTeX-style-list.
-
-2002-12-11  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * bib-cite.el: Updated URLs.
-
-       * doc/intro.texi:  Ditto.
-
-       * font-latex.el: Ditto.
-
-       * latex.el:  Ditto.
-
-       * tex.el:  Ditto.
-
-       * style/amsmath.el (LaTeX-amsmath-label): Improved doc-string.
-
-       * doc/auc-tex.texi (Equations): New @subsection documenting
-       LaTeX-equation-label, LaTeX-eqnarray-label and LaTeX-amsmath-label.
-
-2002-12-11  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (japanese-LaTeX-default-style)
-       (japanese-LaTeX-style-list): remove buffer-local declarations
-       where they don't make sense.
-
-2002-12-10  David Kastrup  <David.Kastrup@t-online.de>
-
-       * doc/changes.texi: Some more news.
-
-       * doc/auc-tex.texi: Start talking about version 12 (which will be
-       the next stable release).
-       (European): Talk a bit about LaTeX2e stuff, and don't talk about
-       too ancient XEmacsen.  Also mention X-Symbol.
-
-       * doc/Makefile (install): Create infodir if not existent.
-
-2002-12-10  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * font-latex.el (font-latex-match-textual): Fixed typo in doc-string.
-
-       * latex.el (LaTeX-section-label): Fixed typos in doc-string.
-
-2002-12-10  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex.el (LaTeX-label): Fix a thinko/type where label would be
-       non-nil in cases where a label should not be asked for.
-
-2002-12-10  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * style/amsmath.el (LaTeX-amsmath-label): New variable.
-       ("amsmath"): Add environments to LaTeX-label-alist.
-
-2002-12-10  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el: Remove if statement for Emacs 19.
-       Fix lots of white spaces.
-
-2002-12-09  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex.el (LaTeX-optop, LaTeX-optcl, LaTeX-default-options,
-       LaTeX-figure-label, LaTeX-table-label, LaTeX-equation-label,
-       LaTeX-eqnarray-label, LaTeX-style-list): remove buffer-local
-       declarations where they don't make sense.
-
-2002-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * latex.el (LaTeX-style-list): Added some supported classes.
-       Fixed a typo.
-
-       * style/amsmath.el ("amsmath"): environment "xxalignat*" doesn't
-       exist.
-       (LaTeX-amsmath-env-alignat):  environment "xxalignat" should not
-       get a \label.
-
-       * Makefile (BATCH): Added `-no-site-file' to batch options.
-
-2002-12-07  David Kastrup  <David.Kastrup@t-online.de>
-
-       * font-latex.el (font-latex-setup): Better stab at verbatim
-       handling.
-
-       * tex-buf.el (TeX-region-create): Make file name in !name
-       messages relative to master file directory.
-
-2002-12-06  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex.el: Lots of doc fixes/white space.  Did the mistake of
-       running checkdoc.  Not clean yet, but different.
-       (LaTeX-label-alist): New buffer-local variable for label prefixes
-       lookup.
-       (LaTeX-label): Use it.
-
-2002-11-25  David Kastrup  <David.Kastrup@t-online.de>
-
-       * latex.el (TeX-arg-define-index): correct typo.
-
-2002-11-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.13 released.
-
-2002-11-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el: Fixed CVS merge error.
-
-       * Version 11.12 released.
-
-2002-10-28  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Makefile (prefix): Revert accidental change to
-       /usr/local/emacs-21 (sorry folks).
-
-2002-10-26  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Makefile (STYLESRC): Add style/scrlttr2.el
-
-2002-10-26  Mark Trettin  <Mark.Trettin@gmx.de>
-
-       * style/scrbase.el: Added optional Argument "Pagenumber" to
-       \maketitle.  Changed \textsubscript from `t' to "Text".
-
-       * style/scrlttr2.el: Initial version.
-
-       * style/scrbase.el: Added additional clearpage commands:
-       \cleardoublestandardpage \cleardoubleplainpage and
-       \cleardoubleemptypage
-
-2002-10-24  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * latex.el (LaTeX-env-contents): New function.
-       (LaTeX-common-initialization): Added 26 LaTeX commands, 2 LaTeX2e
-       environments, and 41 LaTeX2e commands.
-
-2002-10-08  David Kastrup  <David.Kastrup@t-online.de>
-
-       * style/scrreprt.el, style/scrbase.el, style/scrartcl.el,
-       style/scrbook.el: header comments refer to COPYING.
-
-2002-10-02  David Kastrup  <David.Kastrup@t-online.de>
-
-       * Makefile (STYLESRC): Add compilation targets for Komascript
-       support.
-
-       * Check in Komascript support by Mark Trettin.  See below.
-
-2002-09-28  Mark Trettin  <Mark.Trettin@gmx.de>
-
-       * scrbase.el:
-       First attempt on implementing the `captionbeside'-Environment. I'm not
-       really satisfied by now.
-
-2002-09-27  Mark Trettin  <Mark.Trettin@gmx.de>
-
-       * scrreprt.el, scrbook.el: Reformatted code.
-
-       * scrbase.el:
-       Fixed Typos in comments and escape characters in function docstrings.
-       Thanks to Reiner Steib.
-       Reformatted code.
-
-       * scrbase.el:
-       Changed `uppertitleback', `lowertitleback' from asking to just `t'
-
-       * scrbase.el:
-       Changed `addpart', `addsec' and `minisec' from Macro to sectioning
-       command.
-
-       * scrreprt.el, scrbook.el:
-       Changed `addchap' from Macro to sectioning command.
-
-2002-09-26  Mark Trettin  <Mark.Trettin@gmx.de>
-
-       * scrartcl.el: LaTeX-section-list removed.
-
-       * scrartcl.el: Initial version. Testing LaTeX-section-list.
-
-       * scrbase.el: Initial version of the base file.
-
-       * scrreprt.el, scrbook.el: Initial version.
-
-       * scrbook.el, scrbase.el, scrreprt.el, scrartcl.el:
-
-2002-09-22  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex.el: Apply spelling fixes from "Davide G. M. Salvetti"
-       <salve@debian.org> to tex.el.
-
-2002-03-24  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex-buf.el (TeX-parse-TeX): Make subordinate files without
-       major mode default to that of the calling file when doing error
-       processing.
-
-2002-03-21  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-site.el (eamcs-major-version): Changed if to when.
-       Suggested by Martin Thornquist <martint@ifi.uio.no>.
-
-2002-03-15  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex.el (TeX-master-file): Don't make C-c ` bomb out in files
-       like xxx.gls.  Probably a more elaborate way would be to export
-       the TeX-master variable into files visited by error parsing.
-       Could be incorrect, however, if more than one file included them.
-
-2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-auto-generate): Expand file name.
-       Suggested by "Dr. Mark A. Friedman" <DrMarkAFriedman@earthlink.net>.
-
-       * latex.el (LaTeX-common-initialization): Set
-       `fill-paragraph-function'.
-       (LaTeX-mode-map): Don't bind M-q.
-       Suggested by Nils Klarlund <klarlund@research.att.com>.
-
-       * tex.el (TeX-printer-list): Fixed spelling.
-       Reported by Nils Klarlund <klarlund@research.att.com>.
-
-2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el: Fixed some spelling errors.
-       Patch by "Davide G. M. Salvetti" <salve@debian.org>.
-
-2002-01-24  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.11 released.
-
-2002-01-24  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex.el (TeX-format-list): Support t(article|report|book) class file.
-       Reported by Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>
-
-       * tex-jp.el (japanese-TeX-command-list): Undo last change.
-       (LaTeX-command-style): Support t(article|report|book) class file.
-       (japanese-LaTeX-style-list): Ditto.
-       Reported by Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>
-
-2002-01-21  Peter S Galbraith  <psg@debian.org>
-
-       * font-latex.el: Updated to V0.800.
-       Added font-lock-syntactic-keywords to font-lock-defaults to handle
-       verbatim environment, as suggested by Stefan Monnier 5 years ago (!)
-       * bib-cite.el: Updated to V3.17.
-       XEmacs has imenu after all.
-
-2002-01-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex.el (TeX-format-list): Fix problem that AUC TeX switch to
-       JLATEX mode if the class file starts with the letter `j'.
-       Reported by Joe Reinhardt <jmr@everest.radiology.uiowa.edu>.
-
-       * tex-jp.el (LaTeX-command-style): Support js(article|book).
-
-2002-01-21  Atsuhito Kohda  <kohda@pm.tokushima-u.ac.jp>  (tiny change)
-
-       * tex-jp.el (japanese-TeX-command-list): Use `%l' instead
-       of [pj]latex command.
-
-2002-01-18  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (LaTeX-command-style): Fix comment.
-       Reported by Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>
-       via. Debian.
-
-       * latex.el (LaTeX-outline-name): Allow longer names.
-       Reported by "Michael Soulier" <msoulier@nortelnetworks.com>
-       via. Debian.
-
-2001-12-22  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-imenu-create-index-function): Strip text
-       properties.
-       Reported by Venkatesh Prasad Ranganath <rvprasad@@cis.ksu.edu>.
-
-2001-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * style/prosper.el: New file.
-       Contributed by Phillip Lord <p.lord@russet.org.uk>.
-       * Makefile (STYLESRC): Added it.
-
-2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.10 released.
-
-2001-11-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.09 released.
-
-2001-11-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * auc-old.el (insert-mode-line): Use `insert' instead of
-       `insert-string'.
-
-2001-10-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-ignore-comment-regexp): Doc fix.
-       Reported by Reuben Thomas <rrt@sc3d.org>.
-
-2001-11-16  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex-buf.el (TeX-process-check): We didn't catch the case where
-       during the question a different process got started in the
-       buffer.  In that case, we just ask again.
-
-2001-11-06  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex-buf.el (TeX-command-sentinel): insert post-mortem info
-       before any markers in order to keep markers/point at end of file.
-
-2001-11-02  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * style/graphicx.el (TeX-arg-includegraphics): Accept prefix
-       argument and find all files. dvipdfm image file support.
-
-2001-10-19  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
-
-       * tex-jp.el (japanese-TeX-command-list): Fixed for mendex.
-       * doc/auc-tex.texi (Japanese): Doc fix.
-
-2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.08 released.
-
-2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * doc/intro.texi, doc/install.texi: Updated contact info.
-       Reported by Henrik Holm <h.holm@spray.no>.
-
-2001-10-16  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.07 released.
-
-2001-10-16  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (VirTeX-common-initialization): Set `comment-add' in
-       order to get "%%" by default by comment region like Lisp mode.
-       Suggested by "Davide G. M. Salvetti" <salve@debian.org>.
-       Change `comment-indent-hook' to `comment-indent-function'.
-
-
-2001-10-15  Peter S Galbraith  <psg@debian.org>
-
-       * font-latex.el: Remove self-installation to LaTeX-mode-hook now
-       that TeX-install-font-lock does it.
-
-2001-10-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.06 released.
-
-2001-10-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el: Removed font lock support.
-       (TeX-install-font-lock): New option.
-       (VirTeX-common-initialization): Call it.
-
-       * tex-font.el: New file.
-
-2001-10-13  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex-buf.el (TeX-current-offset): The number of things that can
-       go wrong for a simple task like determining the current line
-       number is simply amazing.  count-lines skips over newlines in
-       intangible text-properties or overlays.  Fixed for GNU Emacs,
-       don't know whether XEmacs has problems with it.
-
-2001-10-13  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.05 released.
-
-2001-10-12  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex-buf.el (TeX-run-command): Let the TeX-process-buffer acquire
-       a buffer-local value of TeX-command-buffer so that its sentinel
-       will still refer to the right buffer even if another compilation
-       has been started.
-       (TeX-run-interactive): Same here.
-       (TeX-process-check): Don't bomb out when user does not want to
-       kill a process that has died on its own in the meantime.
-
-2001-10-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-auto-local, TeX-style-local): Doc fix:  Mention that
-       these should be relative.
-       Suggested by <lanz+list@wsl.ch>.
-
-2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.04 released.
-
-2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-view-style): New option.
-       (TeX-expand-list): Use it.
-       (TeX-command-list): Use it.
-
-2001-10-05  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.03 released.
-
-2001-10-05  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * style/amsmath.el ("amsmath"): More items.
-       Patch by Masayuki Ataka <ataka@milk.freemail.ne.jp>.
-
-2001-10-04  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-buf.el (TeX-LaTeX-sentinel): Use `with-current-buffer'.
-
-       * tex-buf.el (TeX-LaTeX-sentinel): Use the value of
-       `TeX-command-BibTeX' in `TeX-command-buffer'.
-       Patch by Katsuaki KAWACHI <kawachi@cim.pe.u-tokyo.ac.jp>.
-
-       * tex-fptex.el: New file.
-       Contributed by Fabrice Popineau <Fabrice.Popineau@supelec.fr>.
-       * Makefile (CONTRIB): Added it.
-
-2001-10-04  Peter S Galbraith  <psg@debian.org>
-
-       * multi-prompt.el (multi-prompt-next): fixed for emacs-21.
-       Use minibuffer-contents-no-properties to get minibuffer contents
-       if it exists.
-
-2001-10-03  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.02 released.
-
-2001-10-03  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-top-caption-list): New option.
-       (LaTeX-env-figure): Use it.
-       Patch by ataka@milk.freemail.ne.jp (Masayuki Ataka).
-
-       * style/graphicx.el (TeX-string-numberp): New function.
-       (TeX-arg-includegraphics): Call it.
-       Patch by ataka@milk.freemail.ne.jp (Masayuki Ataka).
-
-       * style/verbatim.sty: New file.
-       Contributed by ataka@milk.freemail.ne.jp (Masayuki Ataka).
-
-       * tex-info.el (texinfo-mode): Comment out cindex.
-       Reported by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
-
-       * style/amsmath.el (LaTeX-item-equation, LaTeX-item-equations):
-       New functions.
-       ("amsmath"): Add new item types.
-       Patch by ataka@milk.freemail.ne.jp (Masayuki Ataka).
-
-2001-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 11.01 released.
-
-2001-10-01  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-submenu-name-format): Fixed spelling error.
-       Reported by Martin.Quinson@ens-lyon.fr.
-
-2001-10-01  David Kastrup  <David.Kastrup@t-online.de>
-
-       * tex-buf.el (TeX-region-create):
-       Oops, broke more than I fixed.  Offset calculation must be for the
-       line following the offset message.  This worked before since we always
-       were in the middle of a line (only the offset calculation for the C-c
-       C-r command itself was definitely sometimes wrong).  Corrected that.
-
-       * style/graphicx.el (TeX-arg-includegraphics):
-       Fixed an obvious typo complained about by the byte-compiler.  checkdoc
-       removed a few spaces.
-
-       * auc-old.el (TeX-region): Correct offset calculation.
-
-       * tex.el (TeX-current-line):
-       Correct line number calculation when at beginning of line for %n
-       flag.  Autoload TeX-current-offset for that if necessary.
-
-       * tex-buf.el (TeX-current-offset, TeX-command-region,
-                     TeX-region-create):
-       Correct offset calculations when not at start of line.  New function
-       TeX-current-offset for that.
-
-2001-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 10.0g released.
-
-2001-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-site.el: Don't enable tex-info.el by default.
-
-       * latex.el (LaTeX-hide-environment): Disabled by default.
-       Suggested by Christopher Allen <cpcallen@ruah.dyndns.org>.
-
-2001-03-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 10.0f released.
-
-2001-03-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (unless): Don't enable Emacs 21 font-lock for Emacs 20.
-       (VirTeX-common-initialization): Ditto.
-
-2001-03-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 10.0e released.
-
-2001-03-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-expand-list): Changed default to lazy evaluation of
-       `TeX-view-style' and `LaTeX-command-style'.
-       Suggested by Peter Neergaard <turtle@cs.bu.edu>.
-
-       * latex.el (LaTeX-indent-calculate, LaTeX-indent-calculate-last):
-       Backindent when brace is at the start of a line.
-       Patch by Masashi Shimbo <shimbo@cis.ibaraki.ac.jp>.
-
-       * doc/auc-tex.texi: Fixed dir entry.
-       Reported by David Masterson <dmasters@Rational.Com>.
-
-       * tex-info.el (TeXinfo-mode-map): "\e\r" bound to `map', not
-       `TeXinfo-mode-map'.
-       Patch by Dan Nicolaescu <dann@godzilla.ICS.UCI.EDU>.
-
-2001-03-01  Hidenobu Nabetani  <nabe@debian.or.jp>
-
-       * tex-jp.el: Don't work correctly in current AucTeX.
-       Patch by Masayuki Ataka <j1297007@ed.kagu.sut.ac.jp>
-       and Yuzo Furukawa <hurukawa@kuee.kyoto-u.ac.jp>.
-       Removed support for NEmacs and Mule1,2 which are based
-       on Emacs 18 and 19.
-       Created new variable japanese-TeX-command-list and
-       added support for mendex.
-       Updated LaTeX-auto-regexp-list variable.
-
-2001-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * all: Changed `sunsite.auc.dk' to `sunsite.dk'.
-
-2001-01-02  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 10.0d released.
-
-2001-01-02  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-mik.el (TeX-command-list): Don't prompt for view.
-
-2000-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 10.0c released.
-
-2000-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el: Avoid :inherit font property with Emacs 20.
-       Reported by Damien WYART <wyart@iie.cnam.fr>.
-
-2000-12-01  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 10.0b released.
-
-2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 10.0a released.
-
-2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el: Copied Emacs 21 font-lock defs here.
-       (VirTeX-common-initialization): Activate them.
-
-2000-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * PROBLEMS: Updated.
-
-       * WIN-NT: Removed.
-       * MSDOS: Removed.
-       * VMS: Removed.
-       * OS2: Removed.
-       * Makefile (EXTRAFILES): Removed above files.
-
-2000-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * style/graphicx.el: Updated by author.
-       Ryuichi Arafune <arafune@ushioda.riec.tohoku.ac.jp>
-
-2000-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * style/graphics.el: New file.
-       * Makefile (STYLESRC): Added it.
-       * style/graphicx.el: Renamed from `style/graphicx.el'.
-       * Makefile (STYLESRC): Updated.
-       Reported by "Dr. Thomas Baumann" <thomas.baumann@ch.tum.de>.
-
-2000-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10t released.
-
-2000-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-outline-name): Don't escape `{' or `}' in
-       regexps.
-       Patch by "Stefan Monnier" <monnier+gnu/emacs/news/@RUM.cs.yale.edu>.
-
-       * tex-mik.el (TeX-command-list): Use `TeX-run-discard' for "View"
-       command.
-       Suggested by "Claus Dethlefsen" <c.dethlefsen@lancaster.ac.uk>.
-
-       * latex.el (LaTeX-common-initialization): `\bibitem' starts
-       paragraphs, just like `\item'.
-       Reported by Werner LEMBERG <sx0005@sx2.HRZ.Uni-Dortmund.DE>.
-
-2000-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-current-line): Return a string, not a number.
-       Reported by Julia Habel <julia.habel@gmx.de>.
-       Patch by Dirk.Ullrich@DaimlerChrysler.com.
-
-2000-06-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-site.el: Require tex-mik after changing load-path.
-       Reported by "I. Jossang" <ij202@eng.cam.ac.uk>.
-
-2000-06-13  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * IRIX: New file.
-       * Makefile (EXTRAFILES): Added it.
-
-2000-05-10  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10s released.
-
-2000-05-03  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10r released.
-
-2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-mode-map): Don't bind `.' and `,' by default.
-
-2000-05-03  Peter Galbraith  <psg@debian.org>
-
-       * font-latex.el: file was broken. Updated to 0.701 (30 Mar 2000).
-       * bib-cite.el: file was broken. Updated to 3.16 (20 Dec 99).
-
-2000-04-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10q released.
-
-2000-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * style/graphicsx.el: New file.
-       * Makefile (STYLESRC): Added it.
-       Donated by Ryuichi Arafune <arafune@ushioda.riec.tohoku.ac.jp>.
-
-2000-04-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10q released.
-
-2000-03-23  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-math-keymap): Accept vector for
-       `LaTeX-math-abbrev-prefix'.
-       (LaTeX-math-insert-prefix): Better error message if
-       `LaTeX-math-abbrev-prefix' is not bound.
-       Reported by Jan Vroonhof <vroonhof@math.ethz.ch>.
-
-2000-02-23  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-info.el (TeXinfo-environment-list): Added more missing
-       environments.  Patch by Akim Demaille <akim@epita.fr>.
-
-2000-02-22  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-info.el (TeXinfo-environment-list): Add `group'.
-       Patch by Akim Demaille <akim@epita.fr>.
-
-2000-01-28  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-command-list): Add `makeinfo --html' support.
-       Suggested by Akim Demaille <akim@epita.fr>.
-
-2000-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-info.el (TeXinfo-mode-map): Added "\e\r" binding for
-       `texinfo-insert-@item'.
-       Reported by Akim Demaille <akim@epita.fr>.
-       (TeXinfo-mode-menu, texinfo-mode): Changed menu name and mode name
-       to `Texinfo'.
-       Suggested by Akim Demaille <akim@epita.fr>.
-
-1999-12-21  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * bib-cite.el: Updated to 3.16 (20 Dec 99).
-
-       * font-latex.el: Updated to 0.700 (20 December 1999).
-
-2000-03-30  Peter Galbraith  <psg@debian.org>
-
-       * font-latex.el: Updated to 0.701 (30 Mar 2000).
-
-2000-01-14  Peter Galbraith  <psg@debian.org>
-
-       * bib-cite.el: Updated to 3.16 (20 Dec 99).
-       * font-latex.el: Updated to 0.700 (20 Dec 99).
-       * hilit-LaTeX.el: Changed author email address.
-
-1999-12-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10p released.
-
-1999-12-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * bib-cite.el: Updated to 3.15 (20 Dec 99).
-
-       * tex-mik.el (TeX-command-list): Fixed default PDF LaTeX command.
-       Reported by "Christian Schlauer" <Christian.Schlauer@web.de>.
-
-       * Version 9.10o released.
-
-1999-12-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * bib-cite.el: Updated to 3.13 (20 Dec 99).
-
-1999-12-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * style/danish.el ("danish"): Support Danish quotes.
-       Suggested by arne@daimi.au.dk (Arne Jørgensen).
-
-1999-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-info.el (texinfo-mode): Added `kill-all-local-variables'.
-       Reported by Stefan Monnier <foo@acm.com>.
-
-       * Version 9.10n released.
-
-1999-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-mik.el: Fixed typo.
-       Reported by Bernt Guldbrandtsen <bg@rs580.sh.dk>
-
-1999-12-01  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10m released.
-
-1999-12-01  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (AUCSRC, AUCELC): Added `tex-mik.el'.
-
-1999-11-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10l released.
-
-1999-11-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-env-figure): Use `\centering' instead of
-       `center' environment.
-       Patch by Stefan Monnier <foo@acm.com>.
-
-1999-11-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-mik.el (tex-mik): Add provide.
-
-       * tex-site.el: Automatically require `tex-mik.el' under NT.
-
-1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-current-file-name-nondirectory): New function.
-       (TeX-expand-list): Use it.
-
-1999-11-10  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * doc/auc-tex.texi: Fixed references.
-       Patch by Stefan Monnier <foo@acm.com>.
-       * tex.el (TeX-lisp-directory): Use `locate-library' to find
-       default under Emacs.
-       Patch by Stefan Monnier <foo@acm.com>.
-       (TeX-dwim-master): New function.
-       (TeX-master-file): Use it.
-       (TeX-master): Document it.
-       Patch by Stefan Monnier <foo@acm.com>.
-
-1999-11-06  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10k released.
-
-1999-11-06  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el: Use `indent-according-to-mode' instead of
-       `LaTeX-indent-line'.
-       (LaTeX-mode-map): Don't remap `TAB'.
-       Patch by "Stefan Monnier <foo@acm.com>".
-
-1999-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-command-list): Added `LaTeX PDF' command.
-
-1999-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10j released.
-
-1999-10-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (dist): Create a .nosearch in the style directory.
-       (install-lisp): Ditto.
-       Suggested by Markus Rost <rost@IAS.EDU>.
-
-1999-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10i released.
-
-1999-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-master-directory): Call `substitute-in-file-name'.
-       Patch by Alexander Holt <alexander.holt@ed.ac.uk>.
-
-       * style/ngerman.el: New style.
-       Suggested by Torsten Schuetze <schuetze@math.tu-dresden.de>.
-       * Makefile (STYLESRC): Added it.
-
-       * tex-buf.el (TeX-command-query): Added history argument.
-       Suggested by Werner LEMBERG <sx0005@sx2.HRZ.Uni-Dortmund.DE>.
-
-       * latex.el (LaTeX-environment): Added history argument.
-
-       * tex.el (TeX-add-style-hook): Don't add the same hook twice.
-       Suggested by Jarl Friis <jarl@diku.dk>.
-
-       * tex.el: Removed portability code for old Emacsen.
-
-1999-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10h released.
-
-1999-09-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-auto-cleanup): Allow multiple packages for
-       `usepackage'.
-       Reported by Torsten Schuetze <schuetze@math.tu-dresden.de>.
-       (LaTeX-auto-cleanup): Also add "unmangled" documentstyle.
-       Reported by Cyril Humbert <humbert@phobos.univ-mlv.fr>.
-
-1999-09-09  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * style/mdwlist.el: New file.
-       Patch by Stephen Heilbronner <heilbron@nm.informatik.uni-muenchen.de>.
-       * Makefile (STYLESRC): Added it.
-
-1999-08-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10g released.
-
-1999-08-20  Hidenobu Nabetani  <nabe@debian.or.jp>
-
-       * tex.el (TeX-format-list): Add "JLATEX" and "JTEX" which is needed
-       to load tex-jp.el automatically.
-       * tex-jp.el (TeX-format-list): Remove "JLATEX" and "JTEX".
-
-1999-08-19  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-hide-environment, LaTeX-show-environment): make
-       them work with new outline mode.
-       Reported by Thomas Schick <schick@math.psu.edu>.
-
-       * tex.el (match-string): New compatibility function.
-       Reported by Andrew Edward Santosa <andrews@comp.nus.edu.sg>.
-
-1999-08-18  Hidenobu Nabetani  <nabe@debian.or.jp>
-
-       * tex-jp.el (TeX-command-list): Add "jLaTeX" and "pLaTeX".
-       (TeX-mode-menu): Fix the problem that menu "TeX" is unchanged.
-       (TeX-japanese-process-input-coding-system): Update for Emacs 20.
-       (TeX-japanese-process-output-coding-system): Update for Emacs 20.
-       (TeX-command-default): Change from "j-article" to "jarticle".
-       (LaTeX-fill-region-as-para-do): Fix the problem that fill mode
-       don't work in Emacs 20.
-
-1999-07-16  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10f released.
-
-1999-07-16  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-auto-minimal-regexp-list): Recognize usepackage
-       options.
-       (LaTeX-auto-cleanup): Ditto.
-
-1999-07-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-ignore-file): Ignore babel, it loads everything.
-       Reported by Mate Wierdl <mw@wierdlmpc.msci.memphis.edu>.
-
-       * style/foils.el: Removed require 'latex.
-       * style/natbib.el: Ditto.
-       * style/harvard.el: Ditto.
-       * style/slides.el: Ditto.
-       * style/latexinfo.el: Ditto.
-       Reported by Mate Wierdl <mw@wierdlmpc.msci.memphis.edu>.
-
-       * Makefile (infodir, lispdir, aucdir, EMACS): Use `standard' values.
-       Reported by Mate Wierdl <mw@wierdlmpc.msci.memphis.edu>.
-
-       * tex-info.el (texinfo-mode): Fix doc string.
-       Reported by Bob Weiner <weiner@altrasoft.com>.
-
-1999-05-17  Jerry James  <jerry@cs.ucsb.edu>
-
-       * tex.el: Fix two typos in comments.
-       (set-text-properties): Protect against possible XEmacs version
-       21.13, 22.13, etc.
-
-1999-05-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-indent-environment-list): Customized.
-
-       * Version 9.10e released.
-
-1999-05-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el: (TeX-auto-generate): Reimplemented support for numeric
-       `TeX-file-recurse'.
-       (TeX-search-files): Ditto.
-
-1999-05-03  Rune Kleveland <runekl@math.uio.no>
-
-       * style/amsart.el ("amsart"): Load `amsthm.el'.
-       * style/amsbook.el ("amsbook"): Ditto.
-
-1999-03-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10d released.
-
-1999-03-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * doc/changes.texi: Added extra `@'.
-
-       * Version 9.10c released.
-
-1999-03-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
-
-       * tex.el (TeX-insert-dollar): Better error message when trying
-       to insert a dollar in math-mode.
-
-       * texmathp.el (texmathp-tex-commands-default): Added more default
-       macros.
-
-1999-03-12  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
-
-       * latex.el (TeX-arg-index-tag): New function, to be used by the
-       index.el and multind.el style files.
-       (LaTeX-auto-index-regexp-list): Now matches both \index and
-       \glossary.
-       (TeX-arg-index): Renamed from TeX-arg-define-index.
-       (TeX-arg-define-index): Now an alias for `TeX-arg-index'.
-       (LaTeX-common-initialization): Added a regexp for index and
-       glossary to `TeX-complete-list'.  Added entry for glossary with
-       `Tex-add-symbols'.
-       * style/index.el: New file.
-       * style/makeidx.el: New file.
-       * style/multind.el: New file.
-       * style/varioref.el: New file.
-       * style/fancyref.el: New file.
-       * Makefile (STYLESRC): Added `style/index.el', `style=makeidx.el',
-       `style/multind.el', `style/varioref.el', `style/fancyref.el'.
-
-1999-02-23  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-search-files): `nconc' the result.
-       Reported by Berwin Turlach <bturlach@maths.adelaide.edu.au>.
-
-1999-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.10b released.
-
-1999-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * doc/changes.texi: Typo: @ldots -> @dots.
-
-       * Version 9.10a released.
-
-       * doc/auc-tex.texi: Changed version to 9.10.
-       * doc/history.texi: Ditto.
-       * doc/changes.texi: Ditto.
-
-1999-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9p released.
-
-1999-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-jp.el (TeX-format-list): Fix JLATEX format.
-       Patch by Tsutomu OKUMURA <oku@nml.t.u-tokyo.ac.jp>.
-
-       * style/foils.el (LaTeX-style-foils): Removed spurious `\n'.
-       Reported by Bernt Guldbrandtsen <bernt@jupiter.ansci.iastate.edu>.
-
-1999-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (install-contrib): Added `$(CONTRIBELC)' dependency.
-       Suggested by Nils Ackermann <Nils.Ackermann@math.uni-giessen.de>.
-
-1999-01-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-search-files): `mapcar' instead of `mapcan'.
-
-1999-01-12  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-font-replace-macro): Renamed from
-       `LaTeX2e-font-replace'.  Use `TeX-esc'.
-       * latex.el (LaTeX-common-initialization): Use it.
-       * tex-info.el (texinfo-mode): Ditto.
-       (TeXinfo-font-list): Add `delete'.
-       Suggested by Christoph Wedler  <wedler@fmi.uni-passau.de>.
-
-1999-01-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9o released.
-
-1999-01-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-insert-braces, TeX-command-list): Fixed custom types.
-       Patch by Markus Rost <markus.rost@mathematik.uni-regensburg.de>.
-
-1999-01-09  Christoph Wedler  <wedler@fmi.uni-passau.de>
-
-       * latex.el (LaTeX2e-font-replace): Don't use hard-coded regexp for
-       font commands, use local `TeX-font-list', i.e., `LaTeX-font-list'.
-
-1999-01-05  Christoph Wedler  <wedler@fmi.uni-passau.de>
-
-       * tex.el (TeX-load-style-file): Do not prevent .elc style files to
-       be loaded if `TeX-byte-compile' is nil, just prevent compilation.
-       (TeX-lisp-directory): Only use `locate-data-directory' if this
-       function is defined and AucTeX is installed as an XEmacs package.
-
-1998-12-12  Christoph Wedler  <wedler@fmi.uni-passau.de>
-
-       * tex.el (load-path): Don't add `TeX-lisp-directory'.
-       (TeX-lisp-directory): Use `locate-data-directory' if present.
-
-1998-12-12  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9n released.
-
-1998-12-12  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-file-recurse): Added right parenthesis.
-       Reported by Bernt Guldbrandtsen <bernt@stat.washington.edu>.
-
-1998-12-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9m released.
-
-1998-12-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * font-latex.el: Updated.
-       * bib-cite.el: Ditto.
-
-       * Version 9.9l released.
-
-1998-12-01  Alastair Burt  <burt@dfki.de>
-
-       * doc/auc-tex.texi (Automatic):
-
-       * lisp/tex.el: Extended the semantics of TeX-file-recurse
-       -- now accepts a positive integer as a bound on the recursion.
-       Functions TeX-search-files and TeX-auto-generate have been amended
-       appropriately.
-
-1998-11-23  Carsten Dominik  <dominik@strw.leidenuniv.nl>
-
-       * texmathp.el (texmathp): Added autoload cookie.
-
-1998-11-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9k released.
-
-1998-11-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-load-style-file): Protect `byte-compile-file'.
-       Reported by Kurt Swanson <kurt@dna.lth.se>.
-
-       * latex.el (LaTeX-outline-name): New function.
-       (LaTeX-imenu-create-index-function): New function.
-       (LaTeX-common-initialization): Use it.
-
-       * tex-buf.el (TeX-run-interactive): Make sure buffer is writable
-       (needed in Emacs 20.3).
-       Reported by many.
-
-1998-10-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * doc/auc-tex.texi (European): Removed references to obsolete
-       packages.
-
-1998-07-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9j released.
-
-1998-07-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-buf.el (TeX-run-ispell-on-document, TeX-ispell-document):
-       New functions.
-       * tex.el (TeX-command-list): Use them.
-       Patch by Jason Stewart <jasons@cs.unm.edu>.
-
-       * Version 9.9i released.
-
-1998-07-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-parse-macro, TeX-arg-string, TeX-parse-argument): If
-       region is active, put it inside empty brackets.
-       Patch by Peter Thiemann <pjt@cs.nott.ac.uk>.
-
-1998-07-16  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (plain-TeX-auto-regexp-list): Add missing \\'es.
-       Reported by Markus Rost t4287
-       <markus.rost@mathematik.uni-regensburg.de>.
-
-1998-07-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9h released.
-
-1998-07-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-insert-dollar): Use `string-equal' to compare
-       strings.
-       Patch by Carsten Dominik <dominik@strw.leidenuniv.nl>.
-
-1998-06-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9g released.
-
-1998-06-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-auto-index-regexp-list): Remove extra quote.
-       Patch by Carsten Dominik  <dominik@strw.leidenuniv.nl>.
-
-1998-06-24  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9f released.
-
-1998-06-24  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-auto-index-regexp-list): Fix parentheses.
-       * texmathp.el (texmathp): Use `if (not' instead of `unless'.
-       Patch by Carsten Dominik  <dominik@strw.leidenuniv.nl>.
-
-1998-06-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9e released.
-
-1998-06-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * doc/Makefile (auc-tex.ps): Use `-o' to specify output file.
-       Suggested by Paul McJones <mcjones@pa.dec.com>.
-
-1998-06-12  Carsten Dominik  <dominik@strw.leidenuniv.nl>
-
-       * latex.el (LaTeX-font-list): Default value now contains special
-       math font commands.
-       (LaTeX2e-font-replace): Added support for math fonts.
-
-       * tex.el (TeX-font-list): Docstring changed.  Extra prefix and
-       suffix for math fonts allowed.
-       (TeX-describe-font-entry): Adapted to extended `TeX-font-list'.
-       (TeX-font): Detects math mode (using `texmathp') and inserts
-       special math font commands when available.
-
-1998-06-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
-
-       * tex.el: (TeX-insert-dollar):  Rewritten with `texmathp'.
-       (TeX-dollar-verify, TeX-locate-delimiter, TeX-bouncing-point):
-       Obsolete functions removed.
-
-1998-06-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
-
-       * latex.el: Made index entries available for global completion
-       like labels and citation keys.
-       (TeX-arg-index, TeX-arg-define-index): New functions.
-
-1998-06-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
-
-       * natbib.el ("natbib"): Rewritten to allow for more flexible
-         control of optional note arguments.  New macros in NatBib 6
-         supported.  Added support for RefTeX.
-
-1998-06-10  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9d released.
-
-1998-06-10  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * texmathp.el: New version from Dominik.
-
-       * Version 9.9c released.
-
-1998-06-10  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (texmathp): Added autoload.
-       (TeX-math-mode-p): Deleted.
-       (TeX-parse-macro): Use `texmathp' instead of `TeX-math-mode-p'.
-
-       * texmathp.el: New file by Carsten Dominik
-       <dominik@strw.LeidenUniv.nl>.
-       * Makefile (AUCSRC): Added.
-       (AUCELC): Added.
-
-1998-06-05  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-expand-list): Add `%n' escape.
-       (TeX-current-line): New function.
-       Suggested by "Lee, Sang-Min" <smagus@acorn.snu.ac.kr>.
-
-       * doc/auc-tex.texi: Doc fixes by Gustavo Chaves
-       <gustavo@cpqd.com.br>.
-       * doc/intro.texi: Ditto.
-       * doc/install.texi: Ditto.
-
-1998-05-16  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el: Checkdoc'ed.
-
-1998-04-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * doc/README: Update iesd->sunsite in addresses.
-
-1998-04-03  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * doc/Makefile (auc-tex.ps): Cut of the first two lines.
-
-1998-03-29  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
-
-       * latex.el (LaTeX-section-section): When RefTeX is available,
-       notify it about the new section.
-
-1998-03-04  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * doc/math-ref.tex (section{Symbols}): Wrong keybindings.
-       Reported by "Ron Smith" <rsmith@eel.ufl.edu>.
-
-1998-02-27  Soren Dayton <csdayton@cs.uchicago.edu>
-
-       * tex.el (TeX-load-style): Also look in master directory.
-
-1998-02-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-insert-punctuation): Only expand abbrevs when abbrev
-       mode is on.  Suggested by Alastair Burt <alastair.burt@dfki.de>.
-
-1998-02-25  SL Baur  <steve@altair.xemacs.org>
-
-       * doc/auc-tex.texi: Add direntry section for automatic
-       installation.
-
-1998-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9b released.
-
-1998-01-02  John Griffith  <griffith@sfs.nphil.uni-tuebingen.de>
-
-       * latex.el (LaTeX-auto-regexp-list): Recognize empty optional
-         arguments and macros in optional arguments.
-
-       * tex.el (TeX-parse-argument): minor spelling correction.
-       (TeX-argument-insert): ditto
-
-1998-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-match-extension): Fold case when matching
-       extensions.
-
-1998-02-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.9a released.
-
-1998-02-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8l released.
-
-1998-02-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8k released.
-
-1998-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-math-list): Make tags match doc string.
-
-1998-01-28  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8j released.
-
-1998-01-28  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-jp.el: Added credit.
-       Patch by KOBAYASHI Shinji <koba@flab.fujitsu.co.jp>.
-
-1997-12-10  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-site.el: Added `defcustom' kludge to tex-site.el.
-       Suggested by "Ralph J. Hangleiter" <hangleit@math.uni-goettingen.de>.
-
-1997-10-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (TeX-arg-input-file): Add trailing slash.
-       (TeX-arg-bibstyle): Ditto.
-       (TeX-arg-bibliography): Ditto.
-       Patch by Ching-Mo Chang <chang@wsu.edu>.
-
-1997-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8i released.
-
-1997-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8h released.
-
-1997-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8g released.
-
-1997-10-20  Peter S Galbraith  <rhogee@mixing.qc.dfo.ca>
-
-       * font-latex.el: Updated to V0.504 (Oct 20 97)
-
-       * bib-cite.el: Updated to 3.04 (Aug 25 97)
-
-       * hilit-LaTeX.el: Updated to V1.17 (Sep 06 95)
-
-1997-10-01  kifer@CS.SunySB.EDU (Michael Kifer)
-
-       * tex.el (TeX-insert-punctuation): Expand abbrevs in the
-       beginning.
-
-1997-09-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-buf.el (TeX-run-silent): New function.
-
-       * tex.el (TeX-command-list): Changed default for view from
-       `TeX-run-background' to `TeX-run-silent'.
-
-1997-09-10  "Dr. Werner Fink" <werner@suse.de>
-
-       * style/dinbrief.el: Updated.
-
-1997-09-08  karlheg@inetarena.com (Karl M. Hegbloom)
-
-       * tex-info.el (texinfo-mode): Regexp fix.
-
-1997-08-29  David J. Rowe  <rowe@asys47.wdl.lmco.com>
-
-       * latex.el (LaTeX-auto-regexp-list): Added support so newcommand*,
-       renewcommand*, providecommand*, newenvironment* and
-       renewenvironment* are recognized by TeX-auto-generate and
-       TeX-auto-generate-global.
-       (LaTeX-common-initialization): Added all of above "starred"
-       commands to symbol list and added providecommand to symbol list.
-
-1997-08-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8f released.
-
-1997-08-29  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
-
-       * amsmath.el ("amsmath"): Added environments xalignat and
-       xxalignat, and starred forms
-
-1997-08-22  Christoph Wedler  <wedler@fmi.uni-passau.de>
-
-       * tex-buf.el (TeX-region-create): Also bind `orig-buffer' which
-       might be useful in `TeX-region-hook'.
-
-1997-07-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8e released.
-
-1997-07-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (STYLESRC): Added `style/natbib.el'.
-
-1997-07-13  Berwin Turlach  <berwin.turlach@anu.edu.au>
-
-       * Added style support for natbib.sty
-
-1997-07-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8d released.
-
-1997-07-11  Jan Vroonhof <vroonhof@math.ethz.ch>
-
-       * latex.el (LaTeX-auto-regexp-list): More LaTeX2e support.
-
-1997-07-05  Berwin Turlach  <berwin.turlach@anu.edu.au>
-
-       * latex.el (BibTeX-auto-store): make TeX-master a local variable
-       and set it to true.
-
-1997-07-03  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8c released.
-
-1997-07-03  Carsten Dominik <dominik@strw.LeidenUniv.nl>
-
-       * style/amsmath.el ("amsmath"): Use `TeX-arg-ref' for eqref.
-
-1997-06-29  Berwin Turlach  <berwin.turlach@anu.edu.au>
-
-       * harvard.el: Updated the support for harvard.el
-
-1997-06-30  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8b released.
-
-1997-06-28  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-buf.el (TeX-LaTeX-sentinel): `natbib' support.
-       Patch by Berwin Turlach <berwin.turlach@anu.edu.au>.
-
-1997-06-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.8a released.
-
-1997-06-24  Christoph Wedler  <wedler@fmi.uni-passau.de>
-
-       * tex.el (TeX-update-style): `TeX-auto-update' could be unbound.
-       (TeX-auto-x-parse-length): New variable.  Allows to use maximimum
-       = slow parsing for the beginning of a file and minimum = fast
-       parsing, e.g., just for labels, for the rest of the file.
-       (TeX-auto-x-regexp-list): Ditto.
-       (TeX-auto-parse-region): New function.
-       (TeX-auto-parse): Use them.
-
-       * tex-buf.el (TeX-region-extra): New variable with a value which
-       redefines \cite for the region file in order get less
-       warnings. With value "", this variable has no effect.
-       (TeX-region-hook): New variable.
-       (TeX-region-create): Use them.
-
-       * latex.el (LaTeX-indent-line): TeX commands are case sensitive.
-       (LaTeX-find-matching-end): Would not work correctly with more than
-       one \end in a line.
-       (LaTeX-find-matching-begin): Would not work correctly with more
-       than one \begin in a line.
-
-       (LaTeX-menu-max-items): New variable with value 25.  Split menu
-       if number of entries in a menu is larger than this value.  If nil,
-       never split menu into submenus, which is the behaviour before the
-       introduction of this variable.
-       (LaTeX-submenu-name-format): New variable.
-       (LaTeX-split-long-menu): New function using the two new variables.
-       (LaTeX-menu-update): Use it.
-
-       (LaTeX-document-regexp): New variable.  Texts in environments
-       other than "document", e.g., "letter", could be without initial
-       indentation.
-       (LaTeX-verbatim-regexp): New variable.  \begin and \end of
-       environments other than "verbatim\\*?", e.g., "program", could
-       start at column 0.
-       (LaTeX-begin-regexp): New variable similar to `LaTeX-item-regexp'.
-       Commands other than "begin", e.g, "if", could increase the
-       indentation.
-       (LaTeX-end-regexp): New variable similar to `LaTeX-item-regexp'.
-       Commands other than "end", e.g, "fi", could decrease the
-       indentation.
-       (LaTeX-indent-comment-start-regexp): New variable.  Would allow
-       you to correct the automatic indentation with commands in special
-       comments.
-       (LaTeX-indent-calculate): Use them.
-       (LaTeX-indent-level-count): Use them.
-       (LaTeX-indent-calculate-last): Use them.
-
-       (LaTeX-math-insert-function): New variable.
-       (LaTeX-math-insert): Use it.
-
-1997-06-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (TeX-arg-ref): New alias.
-       (LaTeX-common-initialization): Use it.
-       Patch by Soren Dayton <csdayton@cs.uchicago.edu>.
-
-1997-06-05  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-auto-minimal-regexp-list): Added `usepackage'.
-       (LaTeX-auto-minimal-regexp-list): Ditto.
-       Patch by Carsten Dominik <dominik@strw.LeidenUniv.nl>.
-
-       * style/amsmath.el: New file.
-       * style/amstext.el: New file.
-       * style/amsbsy.el: New file.
-       * style/amsopn.el : New file.
-       * style/amsthm.el: New file.
-       * Makefile (STYLESRC): Added them.
-       Files provided by Carsten Dominik <dominik@strw.LeidenUniv.nl>.
-
-1997-06-03  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * style/slovak.el: New file.
-       * style/czech.el: New file.
-       * Makefile (STYLESRC): Add them.
-       Files provided by Milan Zamazal <pdm@fi.muni.cz>.
-
-1997-04-17  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7p released.
-
-1997-04-12  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el: Added customize information.
-       * tex-buf.el: Ditto.
-       * latex.el: Ditto.
-
-1997-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7o released.
-
-1997-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-equation-label): New variable.
-       (LaTeX-eqnarray-label): New variable.
-       (LaTeX-label): Support `figure*', `label*', `equation', and
-       `eqnarray'.
-       (LaTeX-env-figure): Support `table*'.
-       Patch by Joes Staal <staal@geo.tudelft.nl>.
-
-1997-03-28  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-down-section): Doc fix.
-       (LaTeX-section-heading): Ditto.
-       (LaTeX-section-title): Ditto.
-       (LaTeX-env-array): Ditto.
-       (TeX-braces-user-association): Ditto.
-       (LaTeX-fill-region-as-paragraph): Ditto.
-       (LaTeX-math-abbrev-prefix): Ditto.
-       (LaTeX-math-mode): Ditto.
-       (TeX-arg-right-insert-p): Ditto.
-       (latex-mode): Ditto.
-
-1997-03-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7n released.
-
-1997-03-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-math-default): Fixed hebrew delimiters.
-       Patch by John Griffith <griffith@sfs.nphil.uni-tuebingen.de>.
-
-1997-03-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-209-to-2e): Use `buffer-substring-no-properties'.
-       Reported by Graham Gough <graham@cs.man.ac.uk>.
-
-1997-03-17  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7m released.
-
-1997-03-17  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-auto-generate): Only generate when needed.
-       (TeX-auto-generate-global): Ditto.
-       Patch by Helmut Geyer <Helmut.Geyer@IWR.Uni-Heidelberg.De>.
-
-       * Makefile (install-contrib): Don't move elc files twice.  Patch
-       by Helmut Geyer <Helmut.Geyer@IWR.Uni-Heidelberg.De>.
-
-1997-03-13  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * style/danish.el: Copied from `style/dk.el'.
-       * Makefile (STYLESRC): Added `style/danish.el'.
-       Suggested by Lars Frellesen <frelle@math-tech.dk>.
-
-1997-03-04  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7l released.
-
-1997-03-04  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (some): Don't use `style/*.elc'.
-
-1997-02-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-electric-macro): Default to space after dot.
-
-1997-02-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7k released.
-
-1997-02-26  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-submit-bug-report): Fix address (sunsite, not iesd!).
-
-1997-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7j released.
-
-1997-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (some): New target.
-       Suggested by Steven L Baur <steve@miranova.com>.
-
-1997-02-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7i released.
-
-1997-02-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el: Removed autoloads that conflicts with `tex-mode.el'.
-       (TeX-lisp-directory): Default to data-directory.
-
-1997-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7h released.
-
-1997-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-buf.el (TeX-lisp-directory): Removed.
-
-1997-02-07  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7g released.
-
-1997-02-06  Karl Eichwalder  <ke@ke.Central.DE>
-
-       * Makefile (install-lisp): Don't install $(aucdir)/lpath.el and
-       $(aucdir)/tex-site.el.
-       (contrib, install-contrib): New targets.
-
-1997-01-30  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-math-default): uparow -> uparrow.  Reported by
-       Kyeong Soo Kim <kks@baekdu.rgit.wustl.edu>.
-
-1997-01-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (AUCSRC): Removed `ltx-help.el'.
-
-1997-01-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7f released.
-
-1997-01-27  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-label-function): New variable.
-       (LaTeX-label): New function.
-       (LaTeX-section-label): Use it.
-       (LaTeX-env-figure): Ditto.
-       (LaTeX-env-label): Ditto.
-       Patch supplied by Carsten Dominik <dominik@strw.LeidenUniv.nl> for
-       better RevTeX.el support.
-
-       * latex.el (LaTeX-env-figure): Don't insert \leavevmode, at the
-       request of David Carlisle <carlisle@ma.man.ac.uk>.
-
-1997-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7e released.
-
-1997-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-buf.el (TeX-parse-error): Support LaTeX warnings.  Patch by
-       Frederic Devernay <devernay@istar.fr>.
-       (TeX-warning): Ditto.
-
-1997-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7d released.
-
-1997-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-jp.el: XEmacs 20 support by Soren Dayton
-       <csdayton@cs.uchicago.edu>.
-
-1997-01-13  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (CP): Use `cp -p'.  Suggested by Graham Gough
-       <graham@cs.man.ac.uk>.
-
-       * Version 9.7c released.
-
-1997-01-08  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * doc/intro.texi: Spelling fixes by Franklin Chen <chen@adi.com>.
-
-       * tex-buf.el (TeX-shell-command-option): Insitialize from
-       shell-command-switch.  Suggested by Fabio@Colorado.EDU (Fabio
-       Somenzi).
-
-       * latex.el (LaTeX-mode-menu): Added sans serif.  Patch by Ralf
-       Fassel <ralf@atg.venture.de>.
-
-1997-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (install-lisp): Also install `.el' files.  Requested by
-       several people.
-
-1996-12-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (tex.elc): New entry.
-       (install-lisp): Use it.  Trevor Jim <tjim@saul.cis.upenn.edu>
-       reported that `make install' wouldn't make the elc files.
-
-1996-12-10  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.7b released.
-
-1996-12-10  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-buf.el (TeX-run-format): Bind `buffer' before `process' to
-       avoid side effect.  Suggested by Frederic Devernay
-       <devernay@istar.fr>.
-
-       * Version 9.7a released.
-
-1996-12-10  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-fill-region-as-para-do): Minimal support for
-       `sentence-end-double-space'.
-
-1996-12-09  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.6m released.
-
-1996-12-01  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.6l released.
-
-1996-12-01  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-jp.el: Patch from IKEMOTO Masahiro
-       <ikeyan@airlab.cs.ritsumei.ac.jp>.
-
-1996-11-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.6k released.
-
-1996-11-22  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-mode-menu): Made `LaTeX-math-mode' a toggle.
-
-1996-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.6j released.
-
-1996-11-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-common-initialization): Added eqref to
-       LaTeX-label-list.  Suggested by Martin Hagstrom
-       <martinh@sto.foa.se>.
-
-1996-11-13  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-buf.el (TeX-region-create): Disable font lock.  Suggested by
-       several, patch by Christoph Wedler <wedler@fmi.uni-passau.de>.
-
-1996-11-05  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-file-extensions): Added "texinfo".
-
-1996-09-30  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-mode-map): Do not overwrite standard binding of
-       `M-g'.
-
-       * tex.el (popup-mode-menu): Run `LaTeX-menu-update' if present.
-       Workaround for bug reported by Hendrik Visage
-       <hendrikv@di.denel.co.za> and othors.
-
-       * latex.el (LaTeX-float): Allow nil.
-       (LaTeX-env-figure): Don't insert float if nil.  Feature suggested
-       by Andre Eickler <eickler@db.fmi.uni-passau.de>.
-
-1996-09-16  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Version 9.6i released.
-
-1996-09-16  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-mode-syntax-table): Made `$' have the syntax class
-       `$' at the suggestion of Mats Bengtsson <matsb@s3.kth.se>.
-
-1996-08-31  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (TeX-arg-cite): Use `multi-prompt' when asking for
-       entries.
-       (TeX-arg-bibliography): Ditto.
-
-1996-08-29  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile: Simplified installation (I hope).
-
-1996-08-28  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile: Removed lacheck.
-
-1996-08-23  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-buf.el (TeX-run-command): Change to master directory before
-       executing command.
-       (TeX-region-file): Allow dummy second argument.
-       (TeX-run-background): Run in master directory.
-       (TeX-run-interactive): Run in master directory.
-
-       * tex.el (TeX-master-file): Allow second argument `NONDIRECTOPRY'.
-       (TeX-expand-list): Set second argument `NONDIRECTORY' to file
-       entries.
-       (TeX-master-directory): New function.
-       * tex.el (TeX-auto-write): Write in master directory.
-
-1996-08-22  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-current-environment): Ignore comments.  Reported
-       by Stephen Eglen <stephene@cogs.susx.ac.uk>.
-
-       * tex.el (TeX-directory-absolute-p): Added `windows-nt'.
-
-       * tex-buf.el (TeX-shell): Added `windows-nt'.
-       (TeX-shell-command-option): Added `emx' and `windows-nt'.
-       Reported by Ulrich Poetter <poetter@em.uni-frankfurt.d400.de>.
-
-1996-08-21  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (VirTeX-common-initialization): Removed duplicate
-       initialization of `words-include-escapes'.  Reperted by Mark Hovey
-       <hovey@math.mit.edu>.
-
-1996-08-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (CONTRIB): Added `font-latex.el'.
-
-1996-07-30  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * Makefile (aucdir): Changed `lib' to `share' per new emacs
-       conventions.  Reported by "Edward J. Huff"
-       <huffe@carbon.chem.nyu.edu>.
-
-1996-07-16  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-fill-region-as-para-do):  Make sure `.}' gets
-       two spaces at end of sentence when filling.
-
-1996-07-15  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-parse-path): Ignore tralining //.  Suggested by
-       Göran Uddeborg <Göran.Uddeborg@carmen.se>.
-
-1996-05-05  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * all: Use version number instead of CVS id.
-
-       * tex.el (TeX-mode-map): Don't bind `del'.  We aren't supposed to
-       have any tabs in the first place.
-
-1996-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-mark-active, TeX-active-mark) [XEmacs]: The
-       definition of these two were swapped.  Bug reported by
-       Vladimir Alexiev <vladimir@cs.ualberta.ca>.
-
-1996-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-update-style): Don't run parent style hooks for
-       files that doesn't match `TeX-one-master'.  Suggested by many
-       people.
-
-1996-04-24  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-close-environment): Bind
-       `next-line-add-newlines' to t.  Patch by Fritz Knabe
-       <knabe@matecumbe.ing.puc.cl>.
-
-1996-04-01  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-fill-region-as-para-do): Fill `.}' as a sentence
-       end.  Patch by Fritz Knabe <knabe@matecumbe.ing.puc.cl>.
-
-1996-03-11  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-math-cal): Use `\mathcal{}' under LaTeX2e.
-       Reported by Mate Wierdl <wierdlm@zebra.msci.memphis.edu>.
-
-1996-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex-info.el (texinfo-mode): Rely on texinfo.el to provide the
-       outline regexp.
-
-1996-02-20  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (TeX-command-menu-queue, TeX-command-menu-queue-entry):
-       New functions supporting printer queue queries from the menu.  By
-       Ulrik Dickow <dickow@nbi.dk>
-       (TeX-command-menu-entry): Use them.
-
-1996-02-13  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * style/swedish.el: Support for Swedish quotation style by "G\vran
-       Uddeborg" <gvran@uddeborg.pp.se>.
-
-1995-12-21  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-math-default): Added more definitions by Mehmet
-       Balcilar <MBALCIL@econ.wayne.edu>.
-
-1995-12-18  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-fill-region-as-paragraph): Removed old version.
-       (LaTeX-math-menu): Redefined the math mode menu.
-
-1995-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * latex.el (LaTeX-math-menu): New variable.
-       (LaTeX-mode-menu): Use it.  Suggested by Peter S Galbraith
-       <rhogee@mixing.qc.dfo.ca>.
-
-1995-11-13  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el (VirTeX-common-initialization): Set `comment-multi-line'
-       to nil.
-
-1995-10-13  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * PROBLEMS: Some easymenu explanations.
-
-       * tex.el: Require easymenu.el instead of auc-menu.el.
-       * Makefile (AUCSRC): Removed easymenu.el and auc-menu.el.
-       (MINMAPSRC): Removed easymenu.el, column.el and cpp.el.
-       * easymenu.el: File deleted.
-       * column.el: File deleted.
-       * cpp.el: File deleted.
-
-       * latex.el (LaTeX-math-insert): Don't check if `TeX-insert-macro'
-       is defined.
-       (LaTeX-close-environment): Work better when called on an empty
-       line.  Fixed by David Aspinall <da@dcs.ed.ac.uk>.
-
-1995-10-12  Per Abrahamsen  <abraham@dina.kvl.dk>
-
-       * tex.el ('LaTeX-math-mode): Autoload from latex.el instead of
-       ltx-math.el.  Reported by Richard Brankin <richard@num-alg-grp.co.uk>.
-
-1995-02-14  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el (LaTeX-fill-region-as-paragraph): Should now format \\
-       correctly.  Patch by michal@ellpspace.math.ualberta.ca (Michal
-       Jaegermann).
-       (LaTeX-fill-region-as-para-do): New function.
-       (LaTeX-fill-region-as-paragraph): Do not fill paragraphs inside
-       special environments.
-
-1995-02-12  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex.el (TeX-byte-compile): Make it default to nil.  Suggested by
-       michal@ellpspace.math.ualberta.ca (Michal Jaegermann).
-
-       * tex-buf.el (TeX-command-query): Also offer to save files when
-       started from a menu.  Reported by wscoas@win.tue.nl (Anton
-       A. Stoorvogel).
-       (TeX-LaTeX-sentinel): Don't suggest BibTeX if there is no
-       bibliographies. Suggested by Piet van Oostrum <piet@cs.ruu.nl>.
-
-1995-02-11  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex-buf.el (TeX-run-format): Protect against being run from a
-       different buffer.  Patch by Michael Kifer
-       <kifer@sbkifer.cs.sunysb.edu>.
-
-       * latex.el (LaTeX-math-default): Moved `Phi' from V to F in
-       LaTeX-math-mode.   Suggested by dak@ind.rwth-aachen.de (David
-       Kastrup).
-       * doc/math-ref.tex: Documented it.
-
-1995-02-02  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex-buf.el (TeX-home-buffer): Added interactive, reported by
-       edavid@lami.univ-evry.fr.
-
-1995-02-01  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * hilit-LaTeX.el: Upgraded to 1.06.
-
-       * Makefile (CONTRIB, EXTRAFILES): Moved tex-jp.el to CONTRIB.
-
-1995-01-27  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el (LaTeX-paragraph-commands): Incorrectly placed
-       parenthesis.  Reported by mic@cs.ucsd.edu (Michelangelo Grigni).
-
-1995-01-26  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el (LaTeX-fill-region): Use marker to mark end of region
-       instead of integer, as the formatting may change the size of the
-       region.
-       (LaTeX-common-initialization): Fixed bug in paragraph definitions.
-       Reported by Steve Anderson <anderson@sapir.ling.yale.edu>.
-
-       * tex.el (save-match-data): Added by koba@flab.fujitsu.co.jp
-       (Kobayashi Shinji).
-       (bibtex-mode-hook): Don't use add-hook yet.  Reported by
-       koba@flab.fujitsu.co.jp (Kobayashi Shinji).
-
-1995-01-25  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex.el (change-major-mode-hook): Also clear
-       `LaTeX-environment-list'.
-
-       * Makefile (AUCSRC): Add `auc-menu.el'.
-
-       * tex.el: Use auc-menu instead of easymenu.
-
-       * tex.el: Inserted comment to mark end of site customization.
-       Suggested by john@minster.york.ac.uk (John A. Murdie).
-
-       * tex.el (change-major-mode-hook): Forgot a set of parentheses.
-       Reported by Frederic Devernay <Frederic.Devernay@sophia.inria.fr>.
-
-       * tex-buf.el (TeX-current-pages): Removed extra parentheses.
-       Reported by mic@cs.ucsd.edu (Michelangelo Grigni).
-
-1995-01-24  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * tex.el (change-major-mode-hook): Added workaround for error in
-       XEmacs 19.11's `kill-all-local-variables'.
-
-1995-01-23  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el (LaTeX-common-initialization): Removed unnecessary
-       regexp quotes of `TeX-esc'.
-
-       * style/amsart.el: Move `eqref' definition to `style/amstex.el'
-       and load that style hook.
-       * style/amstex.el: New file.
-       * Makefile (STYLESRC): Added it.
-       Suggested by vb1890@PLAY.CS.NYU.EDU (Victor Boyko).
-
-1995-01-22  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el, ltx-math.el, Makefile: Integrated `ltx-math.el' in
-       `latex.el'.
-       * tex-site.el: Removed autoload for `LaTeX-math-mode'.
-
-1995-01-19  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el (latex-mode): Epoch fix by Martin Sjolin
-       <marsj@ida.liu.se>.
-
-1995-01-17  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * bib-cite.el: New file contributed by Peter S. Galbraith
-       <rhogee@bathybius.meteo.mcgill.ca>.
-
-       * hilit-LaTeX.el: New file contributed by Peter S. Galbraith
-       <rhogee@bathybius.meteo.mcgill.ca>.
-
-       * Makefile (CONTRIB): New macro for user contributed emacs lisp
-       packages, initialized with `bib-cite.el' and `hilit-LaTeX.el'.
-       (EXTRAFILES): Added $(CONTRIB) to the list.
-
-       * tex.el (TeX-directory-absolute-p): Moved definition before
-       `TeX-macro-private'.  Reported by Frederic Devernay
-       <Frederic.Devernay@sophia.inria.fr>.
-
-       * latex.el (LaTeX-common-initialization): Remove extra and wrong
-       "\\\\par" from `paragraph-separate'.  Bug reported by
-       nijhof@th.rug.nl (Jeroen Nijhof).
-
-1995-01-11  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex-buf.el (TeX-command-region): Comment fix.  Patch by
-       wlang@rs6000.mri.akh-wien.ac.at (Willi Langenberger).
-       (TeX-region-create): More outline-mode safe. Patch by
-       wlang@rs6000.mri.akh-wien.ac.at (Willi Langenberger).
-
-       * Makefile (dist): Put version number in WWW page.  Suggested by
-       several people.
-
-       * latex.el (LaTeX-auto-regexp-list): Ignore first optional
-       argument to newenvironment if there is a second.  Problem reported
-       by schiotz@ltf.dth.dk (Jakob Schiotz).
-
-       * style/amsbook.el: New file.  Problem reported by Denby Wong
-       <3dw16@qlink.queensu.ca>.
-
-1995-01-04  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex-buf.el (TeX-TeX-sentinel-check): New function.  Updates
-       `TeX-current-page' with regexp by dodd@roebling.poly.edu (Lawrence
-       R. Dodd)
-       (TeX-current-pages): New function.
-       (TeX-LaTeX-sentinel, TeX-TeX-sentinel): Use it.
-       (TeX-format-filter): Removed unnecessary check before assignment.
-
-1995-01-03  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex-buf.el (TeX-LaTeX-sentinel): Write number of pages even
-       when labels or citations are missing.  Patch by
-       dodd@roebling.poly.edu (Lawrence R. Dodd).
-
-1994-12-07  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex.el (TeX-directory-absolute-p): New function.  Should work on
-       both Unix and MS DOS.  Problem reported by schiotz@ltf.dth.dk
-       (Jakob Schiotz).
-       (TeX-parse-path): Use it.
-       (TeX-auto-generate): Use it.
-
-1994-12-05  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el (BibTeX-auto-store): Set TeX-auto-parse-length to
-       999999 locally.  Problem reported by Christoph Wedler
-       <wedler@fmi.uni-passau.de>.
-
-1994-12-02  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex-buf.el (TeX-LaTeX-sentinel): Check whether the ".bbl" file
-       need to be udpated before setting TeX-command-next to "BibTeX".
-       (TeX-command-query): Remove previous change.
-
-1994-11-28  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el (LaTeX-209-to-2e): New function by
-       Graham Gough <graham@cs.man.ac.uk>.
-
-       * latex.el (LaTeX-mode-menu): Move many commands to new
-       "Miscellaneous" submenu.
-
-       * tex-buf.el (TeX-home-buffer): Don't take arg.
-
-       * latex.el (LaTeX-left-right-indent-level): New variable
-       controling indentation for \left \right blocks.
-       (LaTeX-indent-level-count): New function.  Previously only LaTeX
-       macros at the beginning of the line would affect indentation.
-       This problem was reported by many people.
-       (LaTeX-indent-calculate-last): Call `LaTeX-indent-level-count'.
-       Take into account that \end and \right at the beginning of the
-       line has immediate effect.
-
-1994-11-27  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el (TeX-global-input-files): New variable.  Idea and
-       sample code by Christophe Mignot <Christophe.Mignot@loria.fr>.
-       (TeX-arg-input-file): Use it.
-       (BibTeX-global-style-files): Mention how it is reset in
-       `TeX-normal-mode'.
-       (BibTeX-global-files): Ditto.
-
-       * tex.el (TeX-normal-mode): Reset `BibTeX-global-style-files',
-       `BibTeX-global-files', and `TeX-global-input-files' if invoked
-       with an argument.
-
-       * tex-site.el: Ignore trailing `/' when adding TeX-lisp-directory
-       to load-path.  Patch by Michael Ernst
-       <mernst@research.microsoft.com>.
-
-       * tex-buf.el (TeX-LaTeX-sentinel): Don't rerun LaTeX on missing
-       references, unless they have changed.  Patch by schiotz@ltf.dth.dk
-       (Jakob Schiotz).
-
-       * latex.el (LaTeX2e-font-replace): New function.
-       (LaTeX-common-initialization): Set TeX-font-replace-function to
-       LaTeX2e-font-replace when using latex2e.
-
-       * tex.el (TeX-font-replace-function): New variable.
-       (TeX-font): Use it.
-
-       TeX-font-replace-function and LaTeX2e-font-replace were
-       contributed by Peter Thiemann
-       <thiemann@provence.informatik.uni-tuebingen.de>.
-
-
-1994-11-22  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * MSDOS: Added.  Contributed by schiotz@ltf.dth.dk (Jakob
-       Schiotz).
-
-       * OEMACS: Removed.
-
-       * tex.el (VirTeX-common-initialization): Make
-       `words-include-escapes' a local variable before setting it.
-       Reported by Bo Nygaard Bai <bai@iesd.auc.dk>.
-
-1994-11-15  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex.el (TeX-auto-store): Change to functions that prevent the
-       auto file buffer from entering emacs-lisp-mode.
-       (TeX-auto-insert): Don't rely on emacs-lisp-mode for indentation.
-       Suggested by Stefan Schöf (schoef@informatik.uni-oldenburg.de).
-
-1994-11-11  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex.el (TeX-macro-global): Change to `standard' path.
-
-1994-11-09  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex-buf.el (TeX-command-query): Suggest TeX-command-default
-       again if bbl file is newer than dvi file.
-
-1994-11-07  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex.el (TeX-submit-bug-report): Indicate LaTeX-version.
-       Suggested by schiotz@ltf.dth.dk (Jakob Schiotz).
-
-1994-10-26  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * Makefile (dist): Automatically update AUC-TeX-version and
-       AUC-TeX-date in tex.el
-
-       * tex.el (AUC-TeX-version): Added AUC-TeX-version and
-       AUC-TeX-date from auc-ver.el.
-
-       * auc-ver.el: File removed.
-
-       * tex.el: Added version specific code from seperate files.
-
-       * tex-19.el, tex-18.el, tex-lcd.el: Files removed.
-
-1994-10-25  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * doc/auc-tex.texi (Projects): Removed an implemented item.
-
-       * tex.el (TeX-command-current): New variable.
-       (TeX-command-select-master): New function.
-       (TeX-command-select-buffer): New function.
-       (TeX-command-select-region): New function.
-       (TeX-command-menu): Use TeX-command-current instead of explicit
-       file argument.
-       (TeX-command-menu-print): Remove file argument.
-       (TeX-command-menu-printer-entry): Don't pass file argument.
-       (TeX-command-create-menu): Removed.
-       (TeX-mode-menu): New menu.
-       (plain-TeX-mode-menu): Removed entries now in TeX-mode-menu.
-       (plain-TeX-mode-menu): Use `toggle' for bad boxes.
-       (plain-TeX-common-initialization): Enable TeX-mode-menu.
-
-       * latex.el (LaTeX-mode-menu): Removed entries now in
-       TeX-mode-menu.
-       (LaTeX-mode-menu): Use `toggle' for bad boxes.
-       (LaTeX-common-initialization): Enable TeX-mode-menu.
-
-       * tex-info.el (TeXinfo-command-menu): New menu.
-       (TeXinfo-mode-menu): Move commands to new menu.
-       (TeXinfo-mode-menu): Use `toggle' for bad boxes.
-       (texinfo-mode): Enable TeXinfo-command-menu.
-
-1994-10-24  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * Makefile (AUCSRC): Removed auc-menu.el from AUC TeX distribution.
-       (MINMAPSRC): Added easymenu.el temporarily to min-map distribution.
-
-       * auc-menu.el: Just load easymenu.el when using GNU Emacs.
-
-       * easymenu.el Try to use RMS's easymenu instead of auc-menu.
-       (easy-menu-define): Call `easy-menu-do-define' to do
-       the real work.  Document XEmacs keyword arguments.
-       (easy-menu-do-define): New function.
-       (easy-menu-create-keymaps): Support XEmacs keyword arguments in
-       menu definition.
-       (easy-menu-remove): Make is a function instead of a macro.
-       (easy-menu-add): Ditto.
-
-1994-10-21  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * doc/auc-tex.texi (Completion): Less confusing BibTeX advice, I hope.
-
-       * tex-jp.el: Added patch from koba@flab.fujitsu.co.jp (Kobayashi
-       Shinji).
-
-       * latex.el (TeX-arg-insert-braces): Have \left and \right on
-       different lines.  Patch by thiemann@informatik.uni-tuebingen.de
-       (Peter Thiemann).
-
-       * Makefile (dist): Add CHANGES and ChangeLog files to the ftp
-       directory.  Suggested by Frederic Devernay
-       <Frederic.Devernay@sophia.inria.fr>.
-
-       * latex.el (LaTeX-indent-calculate): Allow nil second element in
-       `LaTeX-indent-environment-list'.
-       (LaTeX-indent-environment-list): Added special environments
-       suggested by thiemann@informatik.uni-tuebingen.de (Peter
-       Thiemann).
-
-1994-10-20  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * tex.el (TeX-auto-list-information): Spelling error.
-
-1994-10-18  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el (LaTeX-common-initialization): Make "LaTeX2e" the
-       default command if you have set `LaTeX-version' to "2" and is
-       using "\documentclass".
-
-1994-10-06  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * latex.el (LaTeX-paragraph-commands): End each word with a "\\b"
-       to avoid accidentally matching longer macros.
-
-       * tex.el (TeX-add-local-master): Use three %'s when adding buffer
-       local variables.  Suggested by Raymond Toy <toy@rtp.ericsson.se>.
-
-       * tex.el (TeX-format-list): Added entry for AmSTeX by Ulf Juergens
-       <ulf@Mathematik.Uni-Bielefeld.DE>.
-
-       * tex.el (ams-tex-mode): Run AmS-TeX-mode-hook, not
-       plain-TeX-mode-hook.  Reported by Ulf Juergens
-       <ulf@Mathematik.Uni-Bielefeld.DE>.
-
-       * tex-buf.el (TeX-format-filter): Add `save-match-data'.  Patch by
-       David Aspinall <da@dcs.edinburgh.ac.uk>.
-
-1994-09-14  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * cpp.el: Use RMS's version.
-
-1994-09-13  Per Abrahamsen  <abraham@iesd.auc.dk>
-
-       * doc/history.texi, doc/auc-tex.texi: Fixes from Chris Fearnley
-       <@vm.uni-c.dk:FEARNLCJ@DUVM>.
-
-1994-09-09  Per Abrahamsen  <abraham@research.att.com>
-
-       * latex.el (LaTeX-insert-environment): Don't fill environments
-       listed in `LaTeX-indent-environment-list'.  Suggestion by Graham
-       Gough <graham@cs.man.ac.uk>.
-
-       * tex.el (LaTeX-command-style): Made latex2e first in the list.
-       Suggested by Frederic Devernay <Frederic.Devernay@sophia.inria.fr>.
-
-1994-09-05  Per Abrahamsen  <abraham@research.att.com>
-
-       * tex.el (TeX-file-extensions): Added LaTeX2 `cls' extension after
-       query by jmv@di.uminho.pt (Jose Manuel Valenca).
-
-1994-08-30  Per Abrahamsen  <abraham@research.att.com>
-
-       * tex-jp.el: New version from koba@flab.fujitsu.co.jp (Kobayashi
-       Shinji).
-
-       * tex.el (TeX-command-list): Fifth element is now ignored.
-
-       * tex-buf.el (TeX-command-query): Check if region file is newer
-       than dvi file.
-       (TeX-command-region): Only query for command _after_ region file
-       is created.
-       (TeX-region-create): Only save file if the new content is
-       different than the original content.
-
-1994-08-29  Per Abrahamsen  (abraham@research.att.com)
-
-       * tex-buf.el (TeX-warning): Use offset for line end.  Fixed by
-       ddw2@sunbim.be (Dominique de Waleffe).
-
-1994-08-26  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * doc/auc-tex.texi (Projects): Removed preceding item from
-       wishlist.
-
-       * latex.el (LaTeX-common-initialization): Fix to comments
-       separating paragraphs by koba@flab.fujitsu.co.jp (Kobayashi
-       Shinji).
-
-       * tex-jp.el (LaTeX-fill-region-as-paragraph): New version for MULE
-       2.0 by Tomotake FURUHATA <furuhata@trl.ibm.co.jp>.
-
-       * tex.el (TeX-function-p): Spelling error in doc.
-
-1994-08-23  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * doc/intro.texi (Contacts): Some reformulations.
-
-1994-08-21  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * tex-jp.el (TeX-insert-punctuation): Japanese version from
-       koba@flab.fujitsu.co.jp (Kobayashi Shinji).
-
-1994-08-19  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * doc/install.texi: The `site-lisp' directory is also available in
-       Lucide Emacs 19.10.  Reported by Tim Geisler
-       <geisler@pms.informatik.uni-muenchen.de>.
-
-1994-08-18  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * latex.el (TeX-arg-cite): Prompt for multiple keys.  Suggested by
-       Masahiro Kitagawa <kitagawa@ee.es.osaka-u.ac.jp>.
-
-1994-08-17  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * style/german.el ("german"): Use `TeX-quote-after-quote'.
-       Suggested by te@informatik.uni-hannover.de (Thomas Esser).
-
-       * latex.el (LaTeX-common-initialization): Error in regexp for
-       multiple arguments to `\cite', reported by Masahiro Kitagawa
-       <kitagawa@ee.es.osaka-u.ac.jp>.
-
-1994-08-17  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * latex.el (LaTeX-env-figure): Put caption inside center
-       environment.  Suggested by Martin Wunderli <wunderli@inf.ethz.ch>.
-
-       * tex.el (TeX-strip-extension): If NODIR is set to `path', remove
-       the directory part iff it is equal to the current directory, or is
-       a member of either `TeX-macro-global' or `TeX-macro-private'.
-       (TeX-master-file): Use `path' for NODIR when querying the user for
-       a file name.  Reported finger@brachio.Informatik.Uni-Dortmund.DE
-       (Bernd Finger).
-
-1994-08-16  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * latex.el (LaTeX-common-initialization): `eqnarray*' should not
-       have a label.  Reported by dodd@roebling.poly.edu (Lawrence R.
-       Dodd).
-
-1994-08-11  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * tex-buf.el (TeX-background-filter): Always show background
-       output.
-
-1994-08-10  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * Makefile (MINMAPSRC): Added `all.el'.
-
-       * all.el: New file.
-
-       * tex-buf.el (TeX-LaTeX-sentinel): Write "some" if
-       TeX-current-page is nil.  Reported by Michail Rozman
-       <roz@physik.uni-ulm.de>.
-
-1994-08-09  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * auc-menu.el (easy-menu-add): Undid previous change.
-       (top level `cond'): Use Emacs 18 code if `window-system' is nil.
-       Patch by Patrice Belleville <patrice@cs.sfu.ca>.
-
-1994-08-08  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * tex.el (TeX-electric-macro): No electricity after `.' or `\'.
-
-1994-08-06  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * latex.el (LaTeX-paragraph-commands): New variable.
-       (LaTeX-common-initialization): Use it.  Suggested by
-       liyuan@allwise.research.att.com (Yuan P. Li).
-
-       * auc-menu.el (easy-menu-add): Check that `x-popup-menu' is bound
-       and that we are running under X before calling it.  Reported by
-       Adrian F. Clark <alien@essex.ac.uk>
-
-1994-08-04  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * tex-jp.el (LaTeX-fill-region-as-paragraph): Patch for Emacs 19
-       regexps by koba@flab.fujitsu.co.jp (Kobayashi Shinji) reported by
-       Uenami Ken'ichi <uenami@rita.cow.melco.co.jp>.
-
-       * doc/auc-tex.texi (European): Mention `iso-cvt.el' as suggested
-       by mike@vlsivie.tuwien.ac.at (Michael Gschwind).
-
-1994-08-03  Per Abrahamsen  (abraham@iesd.auc.dk)
-
-       * doc/history.texi: New file.
-
-       * doc/Makefile (HISTORY): Added rule.
-
-       * Makefile (EXTRAFILES): Added `ChangeLog'.
-       (DOCFILES): Added `history.texi'.
-
-       * doc/auc-tex.texi (History): Made ready for 9.2.  Move history to
-       `history.texi'.
-
-       * doc/changes.texi: Made ready for 9.2.  Introduce ChangeLog.
-
-       * Makefile (LispInstall): Use "/bin/pwd" instead of "pwd".
-       reported by mic@cs.ucsd.edu (Michelangelo Grigni).
-
-       * ChangeLog: New file.
-
-       * Version 9.1 released.
-
-;; Local Variables:
-;; coding: iso-8859-1
-;; End: