CVSROOT: /sources/auctex Module name: auctex Changes by: Tassilo Horn <tsdh> 13/03/07 09:21:40
Index: ChangeLog =================================================================== RCS file: /sources/auctex/auctex/ChangeLog,v retrieving revision 5.1858 retrieving revision 5.1859 diff -u -b -r5.1858 -r5.1859 --- ChangeLog 6 Mar 2013 12:38:31 -0000 5.1858 +++ ChangeLog 7 Mar 2013 09:21:39 -0000 5.1859 @@ -1,3 +1,14 @@ +2013-03-07 Tassilo Horn <[email protected]> + + * 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 <[email protected]> * style/amsopn.el: Add GPL copyright notice. _______________________________________________ auctex-diffs mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-diffs
