# HG changeset patch # User HIROSE Yuuji # Date 1364824051 -32400 # Node ID 8d3156073892d10ecb20d5b4a1c5c970865861f1 # Parent f5151d4240a9f800ddbc492384e0a48b24b3ba7e for 1.77 diff -r f5151d4240a9 -r 8d3156073892 makefile --- 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 diff -r f5151d4240a9 -r 8d3156073892 yahtml.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" diff -r f5151d4240a9 -r 8d3156073892 yatex.el --- 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 ---------- diff -r f5151d4240a9 -r 8d3156073892 yatex.new --- 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 に。 diff -r f5151d4240a9 -r 8d3156073892 yatex19.el --- 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: diff -r f5151d4240a9 -r 8d3156073892 yatexadd.el --- 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: diff -r f5151d4240a9 -r 8d3156073892 yatexenv.el --- 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: diff -r f5151d4240a9 -r 8d3156073892 yatexhie.el --- 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: diff -r f5151d4240a9 -r 8d3156073892 yatexinf.el --- 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) diff -r f5151d4240a9 -r 8d3156073892 yatexlib.el --- 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: diff -r f5151d4240a9 -r 8d3156073892 yatexmth.el --- 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: diff -r f5151d4240a9 -r 8d3156073892 yatexpkg.el --- 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: diff -r f5151d4240a9 -r 8d3156073892 yatexprc.el --- 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: diff -r f5151d4240a9 -r 8d3156073892 yatexsec.el --- 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: