changeset 294:8d3156073892 dev

for 1.77
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 01 Apr 2013 22:47:31 +0900
parents f5151d4240a9
children 0d3927b911ce ded4e18af428
files makefile yahtml.el yatex.el yatex.new yatex19.el yatexadd.el yatexenv.el yatexhie.el yatexinf.el yatexlib.el yatexmth.el yatexpkg.el yatexprc.el yatexsec.el
diffstat 14 files changed, 31 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Tue Feb 26 11:02:23 2013 +0900
+++ b/makefile	Mon Apr 01 22:47:31 2013 +0900
@@ -49,7 +49,7 @@
 # make clean		to delete all producted files
 # make ci		to check in all
 # make co		to check out all
-MVER	= 1.76
+MVER	= 1.77
 LISP	= ${LISP18} ${LISP19}
 YAHTML	= yahtml.el
 COMMON	= yatexlib.el yatexprc.el
--- a/yahtml.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yahtml.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,6 +1,6 @@
 ;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*-
-;;; (c) 1994-2012 by HIROSE Yuuji [yuuji(@)yatex.org]
-;;; Last modified Sun Jan 27 20:11:00 2013 on firestorm
+;;; (c) 1994-2013 by HIROSE Yuuji [yuuji(@)yatex.org]
+;;; Last modified Mon Apr  1 22:42:29 2013 on firestorm
 ;;; $Id$
 
 (defconst yahtml-revision-number "1.76"
--- a/yatex.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatex.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
-;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Tue Feb 12 14:11:51 2013 on firestorm
+;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:40:25 2013 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -8,7 +8,7 @@
 ;;; Code:
 (require 'comment)
 (require 'yatexlib)
-(defconst YaTeX-revision-number "1.76.3"
+(defconst YaTeX-revision-number "1.77"
   "Revision number of running yatex.el")
 
 ;---------- Local variables ----------
--- a/yatex.new	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatex.new	Mon Apr 01 22:47:31 2013 +0900
@@ -1,6 +1,11 @@
 	What's new in YaTeX/yahtml
 	野鳥/yahtml - 各バージョンの変更点について
 
+1.77	last-command-char 廃止対策を追加。
+	=== yatex ===
+	%#DVIPDF でdviからpdfへの変換コマンドを指定可能に。
+	PDFヴューアに xpdf, pdfopen, mupdf, zathura, okular を追加。
+
 1.76	=== yatex ===
 	タイプセットでラベル未定義があったら自動的にrerunする。
 	自動rerun無効化は YaTeX-typeset-auto-rerun を nil に。
--- a/yatex19.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatex19.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,6 +1,6 @@
 ;;; yatex19.el -- YaTeX facilities for Emacs 19 or later
-;;; (c)1994-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sat Sep  1 08:07:31 2012 on firestorm
+;;; (c)1994-2013 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:42:46 2013 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexadd.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatexadd.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,7 +1,7 @@
 ;;; yatexadd.el --- YaTeX add-in functions
 ;;; yatexadd.el rev.20
-;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sun Jan 27 20:11:23 2013 on firestorm
+;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:43:00 2013 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexenv.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatexenv.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,6 +1,6 @@
 ;;; yatexenv.el --- YaTeX environment-specific functions
-;;; (c) 1994-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sat Sep  1 08:08:42 2012 on firestorm
+;;; (c) 1994-2013 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:43:10 2013 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexhie.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatexhie.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,7 +1,7 @@
 ;;; yatexhie.el --- YaTeX hierarchy browser
 ;;; 
-;;; (c)1995-2012 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Sat Sep  1 08:11:00 2012 on firestorm
+;;; (c)1995-2013 by HIROSE Yuuji [yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:43:34 2013 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexinf.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatexinf.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,6 +1,6 @@
 ;;; yatexinf.el -- YaTeX interfaces for Texinfo mode
-;;; (c)1994-2012 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Sat Sep  1 08:11:25 2012 on firestorm
+;;; (c)1994-2013 by HIROSE, Yuuji [yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:43:58 2013 on firestorm
 
 ;;; Code:
 (require 'yatex)
--- a/yatexlib.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatexlib.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,7 +1,7 @@
 ;;; yatexlib.el --- YaTeX and yahtml common libraries
 ;;; 
-;;; (c)1994-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Tue Feb 26 10:59:56 2013 on firestorm
+;;; (c)1994-2013 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:44:06 2013 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexmth.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatexmth.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,7 +1,7 @@
 ;;; yatexmth.el --- YaTeX math-mode-specific functions
 ;;; 
-;;; (c)1993-2012 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Fri Feb 15 13:34:41 2013 on firestorm
+;;; (c)1993-2013 by HIROSE Yuuji [yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:44:22 2013 on firestorm
 ;;; $Id$
 
 ;;; Commentary:
--- a/yatexpkg.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatexpkg.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,7 +1,7 @@
 ;;; yatexpkg.el --- YaTeX package manager
 ;;; 
-;;; (c)2003-2012 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Sat Sep  1 08:13:23 2012 on firestorm
+;;; (c)2003-2013 by HIROSE, Yuuji [yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:44:31 2013 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexprc.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatexprc.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,7 +1,7 @@
 ;;; yatexprc.el --- YaTeX process handler
 ;;; 
-;;; (c)1993-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Mon Oct 29 08:55:58 2012 on firestorm
+;;; (c)1993-2013 by HIROSE Yuuji.[yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:44:38 2013 on firestorm
 ;;; $Id$
 
 ;;; Code:
--- a/yatexsec.el	Tue Feb 26 11:02:23 2013 +0900
+++ b/yatexsec.el	Mon Apr 01 22:47:31 2013 +0900
@@ -1,7 +1,7 @@
 ;;; yatexsec.el --- YaTeX sectioning browser
 ;;; 
-;;; (c) 1994-2012 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Sun Jan 27 20:11:45 2013 on firestorm
+;;; (c) 1994-2013 by HIROSE Yuuji [yuuji@yatex.org]
+;;; Last modified Mon Apr  1 22:46:28 2013 on firestorm
 ;;; $Id$
 
 ;;; Code:

yatex.org