yatex

changeset 578:4dad5f91b26c dev yatex-1.82

Release preparation for 1.82
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 26 Dec 2019 12:50:39 +0859
parents 117a846879bc
children b9ba8aacbea6
files yatex.el yatex.new yatexlib.el yatexprc.el
diffstat 4 files changed, 10 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Tue Nov 26 08:26:49 2019 +0900
     1.2 +++ b/yatex.el	Thu Dec 26 12:50:39 2019 +0859
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2019 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Thu Oct 17 09:51:11 2019 on firestorm
     1.7 +;;; Last modified Thu Dec 26 12:46:41 2019 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; https://www.yatex.org/
    1.11 @@ -16,7 +16,7 @@
    1.12  
    1.13  ;;; Code:
    1.14  (require 'yatexlib)
    1.15 -(defconst YaTeX-revision-number "1.81.5"
    1.16 +(defconst YaTeX-revision-number "1.82"
    1.17    "Revision number of running yatex.el")
    1.18  
    1.19  ;---------- Local variables ----------
     2.1 --- a/yatex.new	Tue Nov 26 08:26:49 2019 +0900
     2.2 +++ b/yatex.new	Thu Dec 26 12:50:39 2019 +0859
     2.3 @@ -4,6 +4,10 @@
     2.4  1.82	== yatex ==
     2.5  	YaTeX::usepackage-alist-default を廃止し、
     2.6  	YaTeX-package-alist-default を利用するようにした。
     2.7 +	tabularx等対応。
     2.8 +	PDFまで生成できたときは .log, .dvi ファイルを消すようにした。
     2.9 +	== yahtml ==
    2.10 +	URLエンコード混みと思しきURLは再エンコードしないようにした。
    2.11  
    2.12  1.81	emacs-26 の主要関数の仕様変更に対応。
    2.13  	== yatex ==
     3.1 --- a/yatexlib.el	Tue Nov 26 08:26:49 2019 +0900
     3.2 +++ b/yatexlib.el	Thu Dec 26 12:50:39 2019 +0859
     3.3 @@ -1,7 +1,7 @@
     3.4  ;;; yatexlib.el --- YaTeX and yahtml common libraries -*- coding: sjis -*-
     3.5  ;;; 
     3.6 -;;; (c)1994-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     3.7 -;;; Last modified Wed Jan 16 07:55:43 2019 on firestorm
     3.8 +;;; (c)1994-2019 by HIROSE Yuuji.[yuuji@yatex.org]
     3.9 +;;; Last modified Thu Dec 26 12:47:45 2019 on firestorm
    3.10  ;;; $Id$
    3.11  
    3.12  ;;; Code:
     4.1 --- a/yatexprc.el	Tue Nov 26 08:26:49 2019 +0900
     4.2 +++ b/yatexprc.el	Thu Dec 26 12:50:39 2019 +0859
     4.3 @@ -1,7 +1,7 @@
     4.4  ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
     4.5  ;;; 
     4.6 -;;; (c)1993-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     4.7 -;;; Last modified Mon Nov 25 21:01:57 2019 on monster
     4.8 +;;; (c)1993-2019 by HIROSE Yuuji.[yuuji@yatex.org]
     4.9 +;;; Last modified Thu Dec 26 12:48:12 2019 on firestorm
    4.10  ;;; $Id$
    4.11  
    4.12  ;;; Code: