[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/doc/changes.texi
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/doc/changes.texi |
Date: |
Sat, 12 Nov 2005 04:36:54 -0500 |
Index: auctex/doc/changes.texi
diff -u auctex/doc/changes.texi:1.144 auctex/doc/changes.texi:1.145
--- auctex/doc/changes.texi:1.144 Sat Nov 5 09:27:22 2005
+++ auctex/doc/changes.texi Sat Nov 12 09:36:53 2005
@@ -8,6 +8,17 @@
@itemize @bullet
@item
+Warnings and underfull/overfull boxes are now being indicated in the
+echo area after a @LaTeX{} run, if debugging of them is activated with
address@hidden (@kbd{C-c C-t C-w}) or
address@hidden (@kbd{C-c C-t C-w}) respectively. In
+this case @code{TeX-next-error} will find these warnings in addition to
+normal errors as well.
+
+The key binding @kbd{C-c C-w} for @code{TeX-toggle-debug-bad-boxes}
+(which was renamed from @code{TeX-toggle-debug-boxes}) was deprecated.
+
address@hidden
@AUCTeX{} now can automatically insert a pair of braces after typing
@key{_} or @key{^} in math constructs if the new variable
@code{TeX-electric-sub-and-superscript} is set to a non-nil value.
@@ -22,8 +33,8 @@
@item
In version 11.81 the way to activate @AUCTeX{} changed substantially.
Instead of @code{(require 'tex-site)}, @code{(load "auctex.el" nil t t)}
-should be used now. Related to this change @file{tex-mik.el} does not
-load @file{tex-site.el} anymore now. That means if you used only
+should be used. Related to this change @file{tex-mik.el} does not load
address@hidden anymore now. That means if you used only
@code{(require 'tex-mik)} in order to activate @AUCTeX{}, you have to
add @code{(load "auctex.el" nil t t)} before the latter statement. More
detailed information can be found in the installation instructions.