yatex

changeset 294:8d3156073892 dev

for 1.77
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 01 Apr 2013 22:47:31 +0900
parents f5151d4240a9
children 0d3927b911ce ded4e18af428
files makefile yahtml.el yatex.el yatex.new yatex19.el yatexadd.el yatexenv.el yatexhie.el yatexinf.el yatexlib.el yatexmth.el yatexpkg.el yatexprc.el yatexsec.el
diffstat 14 files changed, 31 insertions(+), 26 deletions(-) [+]
line diff
     1.1 --- a/makefile	Tue Feb 26 11:02:23 2013 +0900
     1.2 +++ b/makefile	Mon Apr 01 22:47:31 2013 +0900
     1.3 @@ -49,7 +49,7 @@
     1.4  # make clean		to delete all producted files
     1.5  # make ci		to check in all
     1.6  # make co		to check out all
     1.7 -MVER	= 1.76
     1.8 +MVER	= 1.77
     1.9  LISP	= ${LISP18} ${LISP19}
    1.10  YAHTML	= yahtml.el
    1.11  COMMON	= yatexlib.el yatexprc.el
     2.1 --- a/yahtml.el	Tue Feb 26 11:02:23 2013 +0900
     2.2 +++ b/yahtml.el	Mon Apr 01 22:47:31 2013 +0900
     2.3 @@ -1,6 +1,6 @@
     2.4  ;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*-
     2.5 -;;; (c) 1994-2012 by HIROSE Yuuji [yuuji(@)yatex.org]
     2.6 -;;; Last modified Sun Jan 27 20:11:00 2013 on firestorm
     2.7 +;;; (c) 1994-2013 by HIROSE Yuuji [yuuji(@)yatex.org]
     2.8 +;;; Last modified Mon Apr  1 22:42:29 2013 on firestorm
     2.9  ;;; $Id$
    2.10  
    2.11  (defconst yahtml-revision-number "1.76"
     3.1 --- a/yatex.el	Tue Feb 26 11:02:23 2013 +0900
     3.2 +++ b/yatex.el	Mon Apr 01 22:47:31 2013 +0900
     3.3 @@ -1,6 +1,6 @@
     3.4  ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
     3.5 -;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     3.6 -;;; Last modified Tue Feb 12 14:11:51 2013 on firestorm
     3.7 +;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     3.8 +;;; Last modified Mon Apr  1 22:40:25 2013 on firestorm
     3.9  ;;; $Id$
    3.10  ;;; The latest version of this software is always available at;
    3.11  ;;; http://www.yatex.org/
    3.12 @@ -8,7 +8,7 @@
    3.13  ;;; Code:
    3.14  (require 'comment)
    3.15  (require 'yatexlib)
    3.16 -(defconst YaTeX-revision-number "1.76.3"
    3.17 +(defconst YaTeX-revision-number "1.77"
    3.18    "Revision number of running yatex.el")
    3.19  
    3.20  ;---------- Local variables ----------
     4.1 --- a/yatex.new	Tue Feb 26 11:02:23 2013 +0900
     4.2 +++ b/yatex.new	Mon Apr 01 22:47:31 2013 +0900
     4.3 @@ -1,6 +1,11 @@
     4.4  	What's new in YaTeX/yahtml
     4.5  	野鳥/yahtml - 各バージョンの変更点について
     4.6  
     4.7 +1.77	last-command-char 廃止対策を追加。
     4.8 +	=== yatex ===
     4.9 +	%#DVIPDF でdviからpdfへの変換コマンドを指定可能に。
    4.10 +	PDFヴューアに xpdf, pdfopen, mupdf, zathura, okular を追加。
    4.11 +
    4.12  1.76	=== yatex ===
    4.13  	タイプセットでラベル未定義があったら自動的にrerunする。
    4.14  	自動rerun無効化は YaTeX-typeset-auto-rerun を nil に。
     5.1 --- a/yatex19.el	Tue Feb 26 11:02:23 2013 +0900
     5.2 +++ b/yatex19.el	Mon Apr 01 22:47:31 2013 +0900
     5.3 @@ -1,6 +1,6 @@
     5.4  ;;; yatex19.el -- YaTeX facilities for Emacs 19 or later
     5.5 -;;; (c)1994-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     5.6 -;;; Last modified Sat Sep  1 08:07:31 2012 on firestorm
     5.7 +;;; (c)1994-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     5.8 +;;; Last modified Mon Apr  1 22:42:46 2013 on firestorm
     5.9  ;;; $Id$
    5.10  
    5.11  ;;; Code:
     6.1 --- a/yatexadd.el	Tue Feb 26 11:02:23 2013 +0900
     6.2 +++ b/yatexadd.el	Mon Apr 01 22:47:31 2013 +0900
     6.3 @@ -1,7 +1,7 @@
     6.4  ;;; yatexadd.el --- YaTeX add-in functions
     6.5  ;;; yatexadd.el rev.20
     6.6 -;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     6.7 -;;; Last modified Sun Jan 27 20:11:23 2013 on firestorm
     6.8 +;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     6.9 +;;; Last modified Mon Apr  1 22:43:00 2013 on firestorm
    6.10  ;;; $Id$
    6.11  
    6.12  ;;; Code:
     7.1 --- a/yatexenv.el	Tue Feb 26 11:02:23 2013 +0900
     7.2 +++ b/yatexenv.el	Mon Apr 01 22:47:31 2013 +0900
     7.3 @@ -1,6 +1,6 @@
     7.4  ;;; yatexenv.el --- YaTeX environment-specific functions
     7.5 -;;; (c) 1994-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     7.6 -;;; Last modified Sat Sep  1 08:08:42 2012 on firestorm
     7.7 +;;; (c) 1994-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     7.8 +;;; Last modified Mon Apr  1 22:43:10 2013 on firestorm
     7.9  ;;; $Id$
    7.10  
    7.11  ;;; Code:
     8.1 --- a/yatexhie.el	Tue Feb 26 11:02:23 2013 +0900
     8.2 +++ b/yatexhie.el	Mon Apr 01 22:47:31 2013 +0900
     8.3 @@ -1,7 +1,7 @@
     8.4  ;;; yatexhie.el --- YaTeX hierarchy browser
     8.5  ;;; 
     8.6 -;;; (c)1995-2012 by HIROSE Yuuji [yuuji@yatex.org]
     8.7 -;;; Last modified Sat Sep  1 08:11:00 2012 on firestorm
     8.8 +;;; (c)1995-2013 by HIROSE Yuuji [yuuji@yatex.org]
     8.9 +;;; Last modified Mon Apr  1 22:43:34 2013 on firestorm
    8.10  ;;; $Id$
    8.11  
    8.12  ;;; Code:
     9.1 --- a/yatexinf.el	Tue Feb 26 11:02:23 2013 +0900
     9.2 +++ b/yatexinf.el	Mon Apr 01 22:47:31 2013 +0900
     9.3 @@ -1,6 +1,6 @@
     9.4  ;;; yatexinf.el -- YaTeX interfaces for Texinfo mode
     9.5 -;;; (c)1994-2012 by HIROSE, Yuuji [yuuji@yatex.org]
     9.6 -;;; Last modified Sat Sep  1 08:11:25 2012 on firestorm
     9.7 +;;; (c)1994-2013 by HIROSE, Yuuji [yuuji@yatex.org]
     9.8 +;;; Last modified Mon Apr  1 22:43:58 2013 on firestorm
     9.9  
    9.10  ;;; Code:
    9.11  (require 'yatex)
    10.1 --- a/yatexlib.el	Tue Feb 26 11:02:23 2013 +0900
    10.2 +++ b/yatexlib.el	Mon Apr 01 22:47:31 2013 +0900
    10.3 @@ -1,7 +1,7 @@
    10.4  ;;; yatexlib.el --- YaTeX and yahtml common libraries
    10.5  ;;; 
    10.6 -;;; (c)1994-2012 by HIROSE Yuuji.[yuuji@yatex.org]
    10.7 -;;; Last modified Tue Feb 26 10:59:56 2013 on firestorm
    10.8 +;;; (c)1994-2013 by HIROSE Yuuji.[yuuji@yatex.org]
    10.9 +;;; Last modified Mon Apr  1 22:44:06 2013 on firestorm
   10.10  ;;; $Id$
   10.11  
   10.12  ;;; Code:
    11.1 --- a/yatexmth.el	Tue Feb 26 11:02:23 2013 +0900
    11.2 +++ b/yatexmth.el	Mon Apr 01 22:47:31 2013 +0900
    11.3 @@ -1,7 +1,7 @@
    11.4  ;;; yatexmth.el --- YaTeX math-mode-specific functions
    11.5  ;;; 
    11.6 -;;; (c)1993-2012 by HIROSE Yuuji [yuuji@yatex.org]
    11.7 -;;; Last modified Fri Feb 15 13:34:41 2013 on firestorm
    11.8 +;;; (c)1993-2013 by HIROSE Yuuji [yuuji@yatex.org]
    11.9 +;;; Last modified Mon Apr  1 22:44:22 2013 on firestorm
   11.10  ;;; $Id$
   11.11  
   11.12  ;;; Commentary:
    12.1 --- a/yatexpkg.el	Tue Feb 26 11:02:23 2013 +0900
    12.2 +++ b/yatexpkg.el	Mon Apr 01 22:47:31 2013 +0900
    12.3 @@ -1,7 +1,7 @@
    12.4  ;;; yatexpkg.el --- YaTeX package manager
    12.5  ;;; 
    12.6 -;;; (c)2003-2012 by HIROSE, Yuuji [yuuji@yatex.org]
    12.7 -;;; Last modified Sat Sep  1 08:13:23 2012 on firestorm
    12.8 +;;; (c)2003-2013 by HIROSE, Yuuji [yuuji@yatex.org]
    12.9 +;;; Last modified Mon Apr  1 22:44:31 2013 on firestorm
   12.10  ;;; $Id$
   12.11  
   12.12  ;;; Code:
    13.1 --- a/yatexprc.el	Tue Feb 26 11:02:23 2013 +0900
    13.2 +++ b/yatexprc.el	Mon Apr 01 22:47:31 2013 +0900
    13.3 @@ -1,7 +1,7 @@
    13.4  ;;; yatexprc.el --- YaTeX process handler
    13.5  ;;; 
    13.6 -;;; (c)1993-2012 by HIROSE Yuuji.[yuuji@yatex.org]
    13.7 -;;; Last modified Mon Oct 29 08:55:58 2012 on firestorm
    13.8 +;;; (c)1993-2013 by HIROSE Yuuji.[yuuji@yatex.org]
    13.9 +;;; Last modified Mon Apr  1 22:44:38 2013 on firestorm
   13.10  ;;; $Id$
   13.11  
   13.12  ;;; Code:
    14.1 --- a/yatexsec.el	Tue Feb 26 11:02:23 2013 +0900
    14.2 +++ b/yatexsec.el	Mon Apr 01 22:47:31 2013 +0900
    14.3 @@ -1,7 +1,7 @@
    14.4  ;;; yatexsec.el --- YaTeX sectioning browser
    14.5  ;;; 
    14.6 -;;; (c) 1994-2012 by HIROSE Yuuji [yuuji@yatex.org]
    14.7 -;;; Last modified Sun Jan 27 20:11:45 2013 on firestorm
    14.8 +;;; (c) 1994-2013 by HIROSE Yuuji [yuuji@yatex.org]
    14.9 +;;; Last modified Mon Apr  1 22:46:28 2013 on firestorm
   14.10  ;;; $Id$
   14.11  
   14.12  ;;; Code: