diff --git a/makefile b/makefile index dd43ada..b1340c9 100644 --- a/makefile +++ b/makefile @@ -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 --git a/yahtml.el b/yahtml.el index 72e6111..c3154ab 100644 --- a/yahtml.el +++ b/yahtml.el @@ -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 --git a/yatex.el b/yatex.el index 2a8db77..248b088 100644 --- a/yatex.el +++ b/yatex.el @@ -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 --git a/yatex.new b/yatex.new index b32a02a..2b36502 100644 --- a/yatex.new +++ b/yatex.new @@ -1,6 +1,11 @@ What's new in YaTeX/yahtml �쒹/yahtml - �e�o�[�W�����̕ύX�_�ɂ‚��� +1.77 last-command-char �p�~�΍��lj��B + === yatex === + %#DVIPDF ��dvi����pdf�ւ̕ϊ��R�}���h���w��”\�ɁB + PDF�����[�A�� xpdf, pdfopen, mupdf, zathura, okular ��lj��B + 1.76 === yatex === �^�C�v�Z�b�g�Ń��x������`���������玩���I��rerun����B ����rerun�������� YaTeX-typeset-auto-rerun �� nil �ɁB diff --git a/yatex19.el b/yatex19.el index 7b1cb61..7576767 100644 --- a/yatex19.el +++ b/yatex19.el @@ -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 --git a/yatexadd.el b/yatexadd.el index 894de79..8ed98e1 100644 --- a/yatexadd.el +++ b/yatexadd.el @@ -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 --git a/yatexenv.el b/yatexenv.el index 264a17b..709e090 100644 --- a/yatexenv.el +++ b/yatexenv.el @@ -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 --git a/yatexhie.el b/yatexhie.el index 381348a..490ced3 100644 --- a/yatexhie.el +++ b/yatexhie.el @@ -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 --git a/yatexinf.el b/yatexinf.el index daf0cae..ae3562d 100644 --- a/yatexinf.el +++ b/yatexinf.el @@ -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 --git a/yatexlib.el b/yatexlib.el index ae04749..7766a53 100644 --- a/yatexlib.el +++ b/yatexlib.el @@ -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 --git a/yatexmth.el b/yatexmth.el index 8feeea1..c947b53 100644 --- a/yatexmth.el +++ b/yatexmth.el @@ -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 --git a/yatexpkg.el b/yatexpkg.el index f5acc91..8d00133 100644 --- a/yatexpkg.el +++ b/yatexpkg.el @@ -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 --git a/yatexprc.el b/yatexprc.el index d921039..5d13340 100644 --- a/yatexprc.el +++ b/yatexprc.el @@ -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 --git a/yatexsec.el b/yatexsec.el index b832ccd..b793377 100644 --- a/yatexsec.el +++ b/yatexsec.el @@ -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: