yatex

changeset 313:fcdb9189cd9c dev

\cref Update (c)-line
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 08 Jan 2014 07:52:12 +0900
parents 0d42b3d7f958
children fae84a98372c
files yatex.el yatexadd.el yatexpkg.el
diffstat 3 files changed, 8 insertions(+), 8 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Wed Jan 08 07:45:44 2014 +0900
     1.2 +++ b/yatex.el	Wed Jan 08 07:52:12 2014 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5 -;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed Jan  8 07:43:42 2014 on firestorm
     1.7 +;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.8 +;;; Last modified Wed Jan  8 07:49:58 2014 on firestorm
     1.9  ;;; $Id$
    1.10  ;;; The latest version of this software is always available at;
    1.11  ;;; http://www.yatex.org/
    1.12 @@ -8,7 +8,7 @@
    1.13  ;;; Code:
    1.14  (require 'comment)
    1.15  (require 'yatexlib)
    1.16 -(defconst YaTeX-revision-number "1.77.1"
    1.17 +(defconst YaTeX-revision-number "1.77.2"
    1.18    "Revision number of running yatex.el")
    1.19  
    1.20  ;---------- Local variables ----------
    1.21 @@ -1686,7 +1686,7 @@
    1.22  	  YaTeX-refcommand-def-regexp-default))
    1.23  
    1.24  (defvar YaTeX-refcommand-ref-regexp-default
    1.25 -  "\\(page\\|eq\\|fig\\)?ref\\|cite")
    1.26 +  "\\(page\\|eq\\|fig\\|c\\)?ref\\|cite")
    1.27  (defvar YaTeX-refcommand-ref-regexp-private nil
    1.28    "*Regexp of referring label commands")
    1.29  (defvar YaTeX-refcommand-ref-regexp
     2.1 --- a/yatexadd.el	Wed Jan 08 07:45:44 2014 +0900
     2.2 +++ b/yatexadd.el	Wed Jan 08 07:52:12 2014 +0900
     2.3 @@ -1,7 +1,7 @@
     2.4  ;;; yatexadd.el --- YaTeX add-in functions
     2.5  ;;; yatexadd.el rev.20
     2.6 -;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     2.7 -;;; Last modified Wed Jan  8 07:44:08 2014 on firestorm
     2.8 +;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
     2.9 +;;; Last modified Wed Jan  8 07:50:08 2014 on firestorm
    2.10  ;;; $Id$
    2.11  
    2.12  ;;; Code:
     3.1 --- a/yatexpkg.el	Wed Jan 08 07:45:44 2014 +0900
     3.2 +++ b/yatexpkg.el	Wed Jan 08 07:52:12 2014 +0900
     3.3 @@ -1,7 +1,7 @@
     3.4  ;;; yatexpkg.el --- YaTeX package manager
     3.5  ;;; 
     3.6 -;;; (c)2003-2013 by HIROSE, Yuuji [yuuji@yatex.org]
     3.7 -;;; Last modified Wed Jan  8 07:44:40 2014 on firestorm
     3.8 +;;; (c)2003-2014 by HIROSE, Yuuji [yuuji@yatex.org]
     3.9 +;;; Last modified Wed Jan  8 07:50:29 2014 on firestorm
    3.10  ;;; $Id$
    3.11  
    3.12  ;;; Code: