Mercurial > hgrepos > hgweb.cgi > 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 wrap: on
line diff
--- a/yatex.el Tue Nov 26 08:26:49 2019 +0900 +++ b/yatex.el Thu Dec 26 12:50:39 2019 +0859 @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*- ;;; (c)1991-2019 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Thu Oct 17 09:51:11 2019 on firestorm +;;; Last modified Thu Dec 26 12:46:41 2019 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; https://www.yatex.org/ @@ -16,7 +16,7 @@ ;;; Code: (require 'yatexlib) -(defconst YaTeX-revision-number "1.81.5" +(defconst YaTeX-revision-number "1.82" "Revision number of running yatex.el") ;---------- Local variables ----------
--- a/yatex.new Tue Nov 26 08:26:49 2019 +0900 +++ b/yatex.new Thu Dec 26 12:50:39 2019 +0859 @@ -4,6 +4,10 @@ 1.82 == yatex == YaTeX::usepackage-alist-default を廃止し、 YaTeX-package-alist-default を利用するようにした。 + tabularx等対応。 + PDFまで生成できたときは .log, .dvi ファイルを消すようにした。 + == yahtml == + URLエンコード混みと思しきURLは再エンコードしないようにした。 1.81 emacs-26 の主要関数の仕様変更に対応。 == yatex ==
--- a/yatexlib.el Tue Nov 26 08:26:49 2019 +0900 +++ b/yatexlib.el Thu Dec 26 12:50:39 2019 +0859 @@ -1,7 +1,7 @@ ;;; yatexlib.el --- YaTeX and yahtml common libraries -*- coding: sjis -*- ;;; -;;; (c)1994-2018 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Wed Jan 16 07:55:43 2019 on firestorm +;;; (c)1994-2019 by HIROSE Yuuji.[yuuji@yatex.org] +;;; Last modified Thu Dec 26 12:47:45 2019 on firestorm ;;; $Id$ ;;; Code:
--- a/yatexprc.el Tue Nov 26 08:26:49 2019 +0900 +++ b/yatexprc.el Thu Dec 26 12:50:39 2019 +0859 @@ -1,7 +1,7 @@ ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*- ;;; -;;; (c)1993-2018 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Mon Nov 25 21:01:57 2019 on monster +;;; (c)1993-2019 by HIROSE Yuuji.[yuuji@yatex.org] +;;; Last modified Thu Dec 26 12:48:12 2019 on firestorm ;;; $Id$ ;;; Code: