# HG changeset patch # User HIROSE Yuuji # Date 1527690272 -32400 # Node ID d10e53367feff978ea70bd07308f73e34774018b # Parent 81af9784a0139be85b4e6fc722720e5f9c0cf55a Emacs-26 ready version begins from 1.80.3 diff -r 81af9784a013 -r d10e53367fef yatex.el --- a/yatex.el Wed May 30 21:12:14 2018 +0900 +++ b/yatex.el Wed May 30 23:24:32 2018 +0900 @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*- ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Wed May 16 13:41:39 2018 on firestorm +;;; Last modified Wed May 30 23:22:15 2018 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.80.2" +(defconst YaTeX-revision-number "1.80.3" "Revision number of running yatex.el") ;---------- Local variables ---------- diff -r 81af9784a013 -r d10e53367fef yatex.new --- a/yatex.new Wed May 30 21:12:14 2018 +0900 +++ b/yatex.new Wed May 30 23:24:32 2018 +0900 @@ -1,7 +1,8 @@ What's new in YaTeX/yahtml 野鳥/yahtml - 各バージョンの変更点について -1.81 == yatex == +1.81 emacs-26 の主要関数の仕様変更に対応。 + == yatex == タイプセットコマンド定義中の %k を漢字コード名に変換(-kanji=%k) ドット環境で外部フィルタを自動起動する機能を追加。