CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 11/01/30 16:25:23
Index: ChangeLog =================================================================== RCS file: /cvsroot/auctex/auctex/ChangeLog,v retrieving revision 5.1725 retrieving revision 5.1726 diff -u -b -r5.1725 -r5.1726 --- ChangeLog 29 Jan 2011 15:59:22 -0000 5.1725 +++ ChangeLog 30 Jan 2011 16:25:23 -0000 5.1726 @@ -1,3 +1,17 @@ +2011-01-30 Ralf Angeli <[email protected]> + + * 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 <[email protected]> * tex.el (TeX-complete-symbol): Get rid of the window with the _______________________________________________ auctex-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-diffs
