[AUCTeX-diffs] Changes to auctex/style/captcont.el,v

2007-08-19 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/08/19 17:27:15

Index: captcont.el
===
RCS file: /cvsroot/auctex/auctex/style/captcont.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- captcont.el 1 Jul 2007 21:10:39 -   1.4
+++ captcont.el 19 Aug 2007 17:27:14 -  1.5
@@ -35,10 +35,9 @@
(TeX-add-symbols
 '(captcont  [ list entry ] Caption)
 '(captcont* [ list entry ] Caption))
-   (when (and (featurep 'font-latex)
- (eq TeX-install-font-lock 'font-latex-setup))
- (add-to-list 'font-latex-match-textual-keywords-local captcont)
- (font-latex-match-textual-make
+   ;; Fontification
+   (when (featurep 'font-latex)
+ (font-latex-add-keywords '((captcont *[{)) 'textual
 
 (defvar LaTeX-captcont-package-options '(figbotcap figtopcap tabbotcap
 tabtopcap)


___
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs


[AUCTeX-diffs] Changes to auctex/style/captcont.el,v

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:10:39

Index: captcont.el
===
RCS file: /cvsroot/auctex/auctex/style/captcont.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- captcont.el 19 Oct 2005 21:19:11 -  1.3
+++ captcont.el 1 Jul 2007 21:10:39 -   1.4
@@ -1,12 +1,30 @@
 ;; captcont.el --- AUCTeX style file for captcont.sty
-;; Copyright (C) 2003 Reiner Steib
-;; Copyright (C) 2005 Free Software Foundation, Inc.
+
+;; Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 
 ;; Author: Reiner Steib  [EMAIL PROTECTED]
+;; Maintainer: auctex-devel@gnu.org
 ;; Keywords: tex
 
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
 ;;; Commentary:
-;;
+
 ;; AUCTeX style file for captcont.sty
 
 ;;; Code:


___
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs