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 wrap: on
line diff
--- a/yahtml.el	Thu Dec 15 14:30:23 2016 +0859
+++ b/yahtml.el	Thu Jan 05 17:49:05 2017 +0900
@@ -1,9 +1,9 @@
 ;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*-
-;;; (c) 1994-2015 by HIROSE Yuuji [yuuji(@)yatex.org]
-;;; Last modified Sat Aug 13 16:56:50 2016 on firestorm
+;;; (c) 1994-2017 by HIROSE Yuuji [yuuji(@)yatex.org]
+;;; Last modified Thu Jan  5 17:45:36 2017 on firestorm
 ;;; $Id$
 
-(defconst yahtml-revision-number "1.78.1"
+(defconst yahtml-revision-number "1.79"
   "Revision number of running yahtml.el")
 
 ;;; Commentary:
--- a/yatex.el	Thu Dec 15 14:30:23 2016 +0859
+++ b/yatex.el	Thu Jan 05 17:49:05 2017 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
-;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Dec 15 14:29:36 2016 on firestorm
+;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Thu Jan  5 17:45:40 2017 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -8,7 +8,7 @@
 ;;; Code:
 (require 'comment)
 (require 'yatexlib)
-(defconst YaTeX-revision-number "1.78.10"
+(defconst YaTeX-revision-number "1.79"
   "Revision number of running yatex.el")
 
 ;---------- Local variables ----------
--- a/yatex.new	Thu Dec 15 14:30:23 2016 +0859
+++ b/yatex.new	Thu Jan 05 17:49:05 2017 +0900
@@ -12,8 +12,9 @@
 	タイプセットでPDF出力がありそうなときは次回previewをPDFヴューアに。
 	=== yahtml ===
 	領域活性時に呼び出す補完は領域括りになるようにした。
-	...
-
+	audio, video, label要素対応
+	datalistでidを補完対象に
+	文字実体参照補完([prefix] a)でタイプした文字を入力できるようにした。
 
 1.78	Drag&Dropサポートを追加。
 	tabular環境内で2連続以上Tabで、1カラム進む機能を追加。
--- a/yatex19.el	Thu Dec 15 14:30:23 2016 +0859
+++ b/yatex19.el	Thu Jan 05 17:49:05 2017 +0900
@@ -1,6 +1,6 @@
 ;;; yatex19.el -- YaTeX facilities for Emacs 19 or later -*- coding: sjis -*-
-;;; (c)1994-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Fri Jan 16 15:03:58 2015 on firestorm
+;;; (c)1994-2017 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Thu Jan  5 17:45:46 2017 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatex23.el	Thu Dec 15 14:30:23 2016 +0859
+++ b/yatex23.el	Thu Jan 05 17:49:05 2017 +0900
@@ -1,6 +1,6 @@
 ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
-;;; (c)2014-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Oct 15 12:26:08 2015 on firestorm
+;;; (c)2014-2017 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Thu Jan  5 17:45:48 2017 on firestorm
 ;;; $Id$
 
 (require 'yatex19)
--- a/yatexadd.el	Thu Dec 15 14:30:23 2016 +0859
+++ b/yatexadd.el	Thu Jan 05 17:49:05 2017 +0900
@@ -1,6 +1,6 @@
 ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
-;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Mon Aug 31 22:40:47 2015 on zxr
+;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Thu Jan  5 17:45:50 2017 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexenv.el	Thu Dec 15 14:30:23 2016 +0859
+++ b/yatexenv.el	Thu Jan 05 17:49:05 2017 +0900
@@ -1,6 +1,6 @@
 ;;; yatexenv.el --- YaTeX environment-specific functions
-;;; (c) 1994-2013 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Mon Dec 22 12:49:03 2014 on firestorm
+;;; (c) 1994-2017 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Thu Jan  5 17:45:53 2017 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexlib.el	Thu Dec 15 14:30:23 2016 +0859
+++ b/yatexlib.el	Thu Jan 05 17:49:05 2017 +0900
@@ -1,7 +1,7 @@
 ;;; yatexlib.el --- YaTeX and yahtml common libraries -*- coding: sjis -*-
 ;;; 
-;;; (c)1994-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Fri Jan 16 10:32:31 2015 on firestorm
+;;; (c)1994-2017 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Thu Jan  5 17:46:13 2017 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexmth.el	Thu Dec 15 14:30:23 2016 +0859
+++ b/yatexmth.el	Thu Jan 05 17:49:05 2017 +0900
@@ -1,7 +1,7 @@
 ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
 ;;; 
-;;; (c)1993-2015 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Sun Jul 12 10:02:36 2015 on firestorm
+;;; (c)1993-2017 by HIROSE Yuuji [yuuji@yatex.org]
+;;; Last modified Thu Jan  5 17:46:22 2017 on firestorm
 ;;; $Id$
 
 ;;; Commentary:
--- a/yatexpkg.el	Thu Dec 15 14:30:23 2016 +0859
+++ b/yatexpkg.el	Thu Jan 05 17:49:05 2017 +0900
@@ -1,7 +1,7 @@
 ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
 ;;; 
-;;; (c)2003-2015 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Sun Oct  9 15:57:44 2016 on firestorm
+;;; (c)2003-2017 by HIROSE, Yuuji [yuuji@yatex.org]
+;;; Last modified Thu Jan  5 17:46:30 2017 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexprc.el	Thu Dec 15 14:30:23 2016 +0859
+++ b/yatexprc.el	Thu Jan 05 17:49:05 2017 +0900
@@ -1,7 +1,7 @@
 ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
 ;;; 
-;;; (c)1993-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Fri Jan  8 08:18:14 2016 on firestorm
+;;; (c)1993-2017 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Thu Jan  5 17:46:36 2017 on firestorm
 ;;; $Id$
 
 ;;; Code:

yatex.org