changeset 88:ce2deaceb818 yatex-1.74

yatex-1.74
author yuuji@gentei.org
date Mon, 28 Sep 2009 11:37:51 +0900
parents 7ab5cf76e676
children 54efbed6af43
files 00readme docs/yatexj yahtml.el yatex.el yatex.new yatex19.el yatexlib.el yatexprc.el
diffstat 8 files changed, 27 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/00readme	Mon Sep 28 07:59:26 2009 +0900
+++ b/00readme	Mon Sep 28 11:37:51 2009 +0900
@@ -1,3 +1,7 @@
+・Mercurialリポジトリでも公開しています(1.74以降)。
+  % hg clone http://www.yatex.org/hgrepos/yatex yatex
+  でコピーし、その後は yatex/ ディレクトリ内で hg pull -u して下さい。
+
 ・yatex-1.69 よりバイトコンパイルしないのをデフォルトとしました。
   動作速度が(認識できない程度に)遅くなりますが、インストールしてある全ての
   Emacsで利用できます。ほんの少し速くなるだけでもいい、Emacsの種類毎に
--- a/docs/yatexj	Mon Sep 28 07:59:26 2009 +0900
+++ b/docs/yatexj	Mon Sep 28 11:37:51 2009 +0900
@@ -1941,8 +1941,8 @@
 * LaTeX:                        Intro.                  4.
 * leftarrow:                    Image completion.       4.
 * lpr format:                   lpr format.             4.
+* lpr$B$U$)!<$^$C$H(B[lpr$B$U$*$*$^$D$H(B]: lpr format.         4.
 * lpr$B%U%)!<%^%C%H(B[lpr$B$U$*$*$^$D$H(B]: lpr format.         4.
-* lpr$B$U$)!<$^$C$H(B[lpr$B$U$*$*$^$D$H(B]: lpr format.         4.
 * lpr$B%U%)!<%^%C%H$NJQ99(B[lpr$B$U$*$*$^$D$H$N$X$s$3$&(B]: Editing %# notation.  18.
 * maketitle$B7?Jd40(B[maketitle$B$+$?$[$+$s(B]: maketitle$B7?Jd40(B.  4.
 * M-C-@:                        $B4D6-$rC10L$H$7$?%8%c%s%W(B.  7.
@@ -1955,8 +1955,8 @@
 * platex:                       Invocation.             4.
 * prefix ,:                     Commenting out.         4.
 * prefix .:                     Commenting out.         4.
+* prefix <:                     Commenting out.         4.
 * prefix >:                     Commenting out.         4.
-* prefix <:                     Commenting out.         4.
 * prefix /:                     Online help.            4.
 * prefix ?:                     Online help.            4.
 * prefix &:                     What column.            4.
--- a/yahtml.el	Mon Sep 28 07:59:26 2009 +0900
+++ b/yahtml.el	Mon Sep 28 11:37:51 2009 +0900
@@ -1,6 +1,6 @@
 ;;; -*- Emacs-Lisp -*-
-;;; (c) 1994-2006 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Tue Jun 16 10:11:50 2009 on firestorm
+;;; (c) 1994-2009 by HIROSE Yuuji [yuuji@yatex.org]
+;;; Last modified Mon Sep 28 10:45:04 2009 on firestorm
 ;;; $Id$
 
 (defconst yahtml-revision-number "1.72"
@@ -176,7 +176,7 @@
 (defvar yahtml-image-viewer "display" "*Image viewer program")
 (defvar yahtml-www-browser "firefox" "*WWW Browser command")
 (defvar yahtml-kanji-code 2
-  "*Kanji coding system number of html file; 1=sjis, 2=jis, 3=euc")
+  "*Kanji coding system number of html file; 1=sjis, 2=jis, 3=euc, 4=UTF-8")
 ;;(defvar yahtml-coding-system
 ;;  (cdr (assq yahtml-kanji-code YaTeX-kanji-code-alist))
 ;;  "Kanji coding system")
--- a/yatex.el	Mon Sep 28 07:59:26 2009 +0900
+++ b/yatex.el	Mon Sep 28 11:37:51 2009 +0900
@@ -1,15 +1,15 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; Yet Another tex-mode for emacs - //野鳥//
-;;; yatex.el rev. 1.73.1
-;;; (c)1991-2007 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Tue Nov  6 10:17:53 2007 on firestorm
+;;; yatex.el rev. 1.74
+;;; (c)1991-2009 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Mon Sep 28 10:44:35 2009 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
 
 (require 'comment)
 (require 'yatexlib)
-(defconst YaTeX-revision-number "1.73.1"
+(defconst YaTeX-revision-number "1.74"
   "Revision number of running yatex.el")
 
 ;---------- Local variables ----------
--- a/yatex.new	Mon Sep 28 07:59:26 2009 +0900
+++ b/yatex.new	Mon Sep 28 11:37:51 2009 +0900
@@ -1,7 +1,13 @@
 	What's new in YaTeX/yahtml
 	野鳥/yahtml - 各バージョンの変更点について
 
-1.74	=== yahtml ===
+1.74	=== yatex ===
+	YaTeX-kanji-code が 4 のときは UTF-8 とした。
+	Previewファイルの拡張子が.dviであるという仮定を弱くした(pdf等)。
+	pdfopenを呼ぶときの問題への対策追加(by松田さん)。
+	拡張子 pdf に対するデフォルトヴューアを追加。
+	=== yahtml ===
+	yahtml-kanji-code が 4 のときは UTF-8 とした。
 	[prefix] Return Intelligent-newline をtable対応にした。
 	cssファイル中に@importがあったときのバグを除去。
 	cssの *.class 解釈を修正。
--- a/yatex19.el	Mon Sep 28 07:59:26 2009 +0900
+++ b/yatex19.el	Mon Sep 28 11:37:51 2009 +0900
@@ -1,7 +1,7 @@
 ;;; -*- Emacs-Lisp -*-
-;;; YaTeX facilities for Emacs 19
-;;; (c)1994-2006 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sun Feb 11 09:19:12 2007 on firestorm
+;;; YaTeX facilities for Emacs 19 or later
+;;; (c)1994-2009 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Mon Sep 28 10:45:30 2009 on firestorm
 ;;; $Id$
 
 ;(require 'yatex)
--- a/yatexlib.el	Mon Sep 28 07:59:26 2009 +0900
+++ b/yatexlib.el	Mon Sep 28 11:37:51 2009 +0900
@@ -1,8 +1,8 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; YaTeX and yahtml common libraries, general functions and definitions
 ;;; yatexlib.el
-;;; (c)1994-2006 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sat Apr 18 07:32:45 2009 on firestorm
+;;; (c)1994-2009 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Mon Sep 28 10:46:39 2009 on firestorm
 ;;; $Id$
 
 ;; General variables
--- a/yatexprc.el	Mon Sep 28 07:59:26 2009 +0900
+++ b/yatexprc.el	Mon Sep 28 11:37:51 2009 +0900
@@ -1,8 +1,8 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; YaTeX process handler.
 ;;; yatexprc.el
-;;; (c)1993-2007 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu May  7 13:47:28 2009 on firestorm
+;;; (c)1993-2009 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Mon Sep 28 10:47:11 2009 on firestorm
 ;;; $Id$
 
 ;(require 'yatex)

yatex.org