# HG changeset patch # User HIROSE Yuuji # Date 1577332266 -32373 # Node ID 4dad5f91b26cb44a8caa888fe8aa0aad1f1f10bb # Parent 117a846879bca80c98bc7c53ea24bdaf6cd88851 Release preparation for 1.82 diff -r 117a846879bc -r 4dad5f91b26c yatex.el --- 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 ---------- diff -r 117a846879bc -r 4dad5f91b26c yatex.new --- 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 == diff -r 117a846879bc -r 4dad5f91b26c yatexlib.el --- 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: diff -r 117a846879bc -r 4dad5f91b26c yatexprc.el --- 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: