# HG changeset patch # User HIROSE Yuuji # Date 1483606145 -32400 # Node ID 7a9d30752353a67040daba7524b26bcd71836ac9 # Parent 5428250c886aa37931ea447440a88b016470ed02 Release preparation diff -r 5428250c886a -r 7a9d30752353 yahtml.el --- 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: diff -r 5428250c886a -r 7a9d30752353 yatex.el --- 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 ---------- diff -r 5428250c886a -r 7a9d30752353 yatex.new --- 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カラム進む機能を追加。 diff -r 5428250c886a -r 7a9d30752353 yatex19.el --- 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: diff -r 5428250c886a -r 7a9d30752353 yatex23.el --- 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) diff -r 5428250c886a -r 7a9d30752353 yatexadd.el --- 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: diff -r 5428250c886a -r 7a9d30752353 yatexenv.el --- 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: diff -r 5428250c886a -r 7a9d30752353 yatexlib.el --- 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: diff -r 5428250c886a -r 7a9d30752353 yatexmth.el --- 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: diff -r 5428250c886a -r 7a9d30752353 yatexpkg.el --- 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: diff -r 5428250c886a -r 7a9d30752353 yatexprc.el --- 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: