yatex

changeset 443:7a9d30752353 dev

Release preparation
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 05 Jan 2017 17:49:05 +0900
parents 5428250c886a
children 9d5f2878d538
files yahtml.el yatex.el yatex.new yatex19.el yatex23.el yatexadd.el yatexenv.el yatexlib.el yatexmth.el yatexpkg.el yatexprc.el
diffstat 11 files changed, 25 insertions(+), 24 deletions(-) [+]
line diff
     1.1 --- a/yahtml.el	Thu Dec 15 14:30:23 2016 +0859
     1.2 +++ b/yahtml.el	Thu Jan 05 17:49:05 2017 +0900
     1.3 @@ -1,9 +1,9 @@
     1.4  ;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*-
     1.5 -;;; (c) 1994-2015 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.6 -;;; Last modified Sat Aug 13 16:56:50 2016 on firestorm
     1.7 +;;; (c) 1994-2017 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.8 +;;; Last modified Thu Jan  5 17:45:36 2017 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11 -(defconst yahtml-revision-number "1.78.1"
    1.12 +(defconst yahtml-revision-number "1.79"
    1.13    "Revision number of running yahtml.el")
    1.14  
    1.15  ;;; Commentary:
     2.1 --- a/yatex.el	Thu Dec 15 14:30:23 2016 +0859
     2.2 +++ b/yatex.el	Thu Jan 05 17:49:05 2017 +0900
     2.3 @@ -1,6 +1,6 @@
     2.4  ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
     2.5 -;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     2.6 -;;; Last modified Thu Dec 15 14:29:36 2016 on firestorm
     2.7 +;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     2.8 +;;; Last modified Thu Jan  5 17:45:40 2017 on firestorm
     2.9  ;;; $Id$
    2.10  ;;; The latest version of this software is always available at;
    2.11  ;;; http://www.yatex.org/
    2.12 @@ -8,7 +8,7 @@
    2.13  ;;; Code:
    2.14  (require 'comment)
    2.15  (require 'yatexlib)
    2.16 -(defconst YaTeX-revision-number "1.78.10"
    2.17 +(defconst YaTeX-revision-number "1.79"
    2.18    "Revision number of running yatex.el")
    2.19  
    2.20  ;---------- Local variables ----------
     3.1 --- a/yatex.new	Thu Dec 15 14:30:23 2016 +0859
     3.2 +++ b/yatex.new	Thu Jan 05 17:49:05 2017 +0900
     3.3 @@ -12,8 +12,9 @@
     3.4  	タイプセットでPDF出力がありそうなときは次回previewをPDFヴューアに。
     3.5  	=== yahtml ===
     3.6  	領域活性時に呼び出す補完は領域括りになるようにした。
     3.7 -	...
     3.8 -
     3.9 +	audio, video, label要素対応
    3.10 +	datalistでidを補完対象に
    3.11 +	文字実体参照補完([prefix] a)でタイプした文字を入力できるようにした。
    3.12  
    3.13  1.78	Drag&Dropサポートを追加。
    3.14  	tabular環境内で2連続以上Tabで、1カラム進む機能を追加。
     4.1 --- a/yatex19.el	Thu Dec 15 14:30:23 2016 +0859
     4.2 +++ b/yatex19.el	Thu Jan 05 17:49:05 2017 +0900
     4.3 @@ -1,6 +1,6 @@
     4.4  ;;; yatex19.el -- YaTeX facilities for Emacs 19 or later -*- coding: sjis -*-
     4.5 -;;; (c)1994-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     4.6 -;;; Last modified Fri Jan 16 15:03:58 2015 on firestorm
     4.7 +;;; (c)1994-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     4.8 +;;; Last modified Thu Jan  5 17:45:46 2017 on firestorm
     4.9  ;;; $Id$
    4.10  
    4.11  ;;; Code:
     5.1 --- a/yatex23.el	Thu Dec 15 14:30:23 2016 +0859
     5.2 +++ b/yatex23.el	Thu Jan 05 17:49:05 2017 +0900
     5.3 @@ -1,6 +1,6 @@
     5.4  ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
     5.5 -;;; (c)2014-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     5.6 -;;; Last modified Thu Oct 15 12:26:08 2015 on firestorm
     5.7 +;;; (c)2014-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     5.8 +;;; Last modified Thu Jan  5 17:45:48 2017 on firestorm
     5.9  ;;; $Id$
    5.10  
    5.11  (require 'yatex19)
     6.1 --- a/yatexadd.el	Thu Dec 15 14:30:23 2016 +0859
     6.2 +++ b/yatexadd.el	Thu Jan 05 17:49:05 2017 +0900
     6.3 @@ -1,6 +1,6 @@
     6.4  ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
     6.5 -;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     6.6 -;;; Last modified Mon Aug 31 22:40:47 2015 on zxr
     6.7 +;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     6.8 +;;; Last modified Thu Jan  5 17:45:50 2017 on firestorm
     6.9  ;;; $Id$
    6.10  
    6.11  ;;; Code:
     7.1 --- a/yatexenv.el	Thu Dec 15 14:30:23 2016 +0859
     7.2 +++ b/yatexenv.el	Thu Jan 05 17:49:05 2017 +0900
     7.3 @@ -1,6 +1,6 @@
     7.4  ;;; yatexenv.el --- YaTeX environment-specific functions
     7.5 -;;; (c) 1994-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     7.6 -;;; Last modified Mon Dec 22 12:49:03 2014 on firestorm
     7.7 +;;; (c) 1994-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     7.8 +;;; Last modified Thu Jan  5 17:45:53 2017 on firestorm
     7.9  ;;; $Id$
    7.10  
    7.11  ;;; Code:
     8.1 --- a/yatexlib.el	Thu Dec 15 14:30:23 2016 +0859
     8.2 +++ b/yatexlib.el	Thu Jan 05 17:49:05 2017 +0900
     8.3 @@ -1,7 +1,7 @@
     8.4  ;;; yatexlib.el --- YaTeX and yahtml common libraries -*- coding: sjis -*-
     8.5  ;;; 
     8.6 -;;; (c)1994-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     8.7 -;;; Last modified Fri Jan 16 10:32:31 2015 on firestorm
     8.8 +;;; (c)1994-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     8.9 +;;; Last modified Thu Jan  5 17:46:13 2017 on firestorm
    8.10  ;;; $Id$
    8.11  
    8.12  ;;; Code:
     9.1 --- a/yatexmth.el	Thu Dec 15 14:30:23 2016 +0859
     9.2 +++ b/yatexmth.el	Thu Jan 05 17:49:05 2017 +0900
     9.3 @@ -1,7 +1,7 @@
     9.4  ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
     9.5  ;;; 
     9.6 -;;; (c)1993-2015 by HIROSE Yuuji [yuuji@yatex.org]
     9.7 -;;; Last modified Sun Jul 12 10:02:36 2015 on firestorm
     9.8 +;;; (c)1993-2017 by HIROSE Yuuji [yuuji@yatex.org]
     9.9 +;;; Last modified Thu Jan  5 17:46:22 2017 on firestorm
    9.10  ;;; $Id$
    9.11  
    9.12  ;;; Commentary:
    10.1 --- a/yatexpkg.el	Thu Dec 15 14:30:23 2016 +0859
    10.2 +++ b/yatexpkg.el	Thu Jan 05 17:49:05 2017 +0900
    10.3 @@ -1,7 +1,7 @@
    10.4  ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
    10.5  ;;; 
    10.6 -;;; (c)2003-2015 by HIROSE, Yuuji [yuuji@yatex.org]
    10.7 -;;; Last modified Sun Oct  9 15:57:44 2016 on firestorm
    10.8 +;;; (c)2003-2017 by HIROSE, Yuuji [yuuji@yatex.org]
    10.9 +;;; Last modified Thu Jan  5 17:46:30 2017 on firestorm
   10.10  ;;; $Id$
   10.11  
   10.12  ;;; Code:
    11.1 --- a/yatexprc.el	Thu Dec 15 14:30:23 2016 +0859
    11.2 +++ b/yatexprc.el	Thu Jan 05 17:49:05 2017 +0900
    11.3 @@ -1,7 +1,7 @@
    11.4  ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
    11.5  ;;; 
    11.6 -;;; (c)1993-2015 by HIROSE Yuuji.[yuuji@yatex.org]
    11.7 -;;; Last modified Fri Jan  8 08:18:14 2016 on firestorm
    11.8 +;;; (c)1993-2017 by HIROSE Yuuji.[yuuji@yatex.org]
    11.9 +;;; Last modified Thu Jan  5 17:46:36 2017 on firestorm
   11.10  ;;; $Id$
   11.11  
   11.12  ;;; Code: