Subject: Changes to auctex/ChangeLog,v - msg#00003
List: emacs.auctex.diffs
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 07/07/01 09:54:57
Index: ChangeLog
===================================================================
RCS file: /cvsroot/auctex/auctex/ChangeLog,v
retrieving revision 5.1524
retrieving revision 5.1525
diff -u -b -r5.1524 -r5.1525
--- ChangeLog 1 Jul 2007 07:24:25 -0000 5.1524
+++ ChangeLog 1 Jul 2007 09:54:57 -0000 5.1525
@@ -1,5 +1,10 @@
2007-07-01 Ralf Angeli <angeli@xxxxxxxxxxxxx>
+ * 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.
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Changes to auctex/latex.el,v
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 07/07/01 09:54:31
Index: latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.437
retrieving revision 5.438
diff -u -b -r5.437 -r5.438
--- latex.el 20 Jun 2007 21:02:19 -0000 5.437
+++ latex.el 1 Jul 2007 09:54:31 -0000 5.438
@@ -1127,10 +1127,10 @@
(defvar LaTeX-auto-minimal-regexp-list
'(("\\\\document\\(style\\|class\\)\
-\\(\\[\\(\\([^#\\.%]\\|%[^\n\r]*[\n\r]\\)*\\)\\]\\)?\
-{\\([^#\\\\\\.\n\r]+?\\)}"
+\\(\\[\\(\\([^#\\%]\\|%[^\n\r]*[\n\r]\\)*\\)\\]\\)?\
+{\\([^#\\.\n\r]+?\\)}"
(3 5 1) LaTeX-auto-style)
- ("\\\\use\\(package\\)\\(\\[\\([^\]\\\\]*\\)\\]\\)?\
+ ("\\\\use\\(package\\)\\(\\[\\([^\]\\]*\\)\\]\\)?\
{\\(\\([^#}\\.%]\\|%[^\n\r]*[\n\r]\\)+?\\)}"
(3 4 1) LaTeX-auto-style))
"Minimal list of regular expressions matching LaTeX macro definitions.")
Next Message by Date:
click to view message preview
Re: Notification_abshzaohbelh.pdf
Notification_abshzaohbelh.pdf
Description: Adobe PDF document
_______________________________________________
auctex-diffs mailing list
auctex-diffs@xxxxxxx
http://lists.gnu.org/mailman/listinfo/auctex-diffs
Previous Message by Thread:
click to view message preview
Changes to auctex/ChangeLog,v
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 07/07/01 07:24:26
Index: ChangeLog
===================================================================
RCS file: /cvsroot/auctex/auctex/ChangeLog,v
retrieving revision 5.1523
retrieving revision 5.1524
diff -u -b -r5.1523 -r5.1524
--- ChangeLog 20 Jun 2007 21:02:46 -0000 5.1523
+++ ChangeLog 1 Jul 2007 07:24:25 -0000 5.1524
@@ -1,3 +1,8 @@
+2007-07-01 Ralf Angeli <angeli@xxxxxxxxxxxxx>
+
+ * tex.el (TeX-insert-dollar): Show matching start only if
+ `blink-matching-paren' is non-nil.
+
2007-06-20 Ralf Angeli <angeli@xxxxxxxxxxxxx>
* latex.el (LaTeX-common-initialization): Turn TeX PDF mode on
Next Message by Thread:
click to view message preview
Changes to auctex/ChangeLog,v
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 07/07/01 21:11:22
Index: ChangeLog
===================================================================
RCS file: /cvsroot/auctex/auctex/ChangeLog,v
retrieving revision 5.1525
retrieving revision 5.1526
diff -u -b -r5.1525 -r5.1526
--- ChangeLog 1 Jul 2007 09:54:57 -0000 5.1525
+++ ChangeLog 1 Jul 2007 21:11:21 -0000 5.1526
@@ -1,5 +1,14 @@
2007-07-01 Ralf Angeli <angeli@xxxxxxxxxxxxx>
+ * 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