1 new commit in skk:
https://bitbucket.org/xemacs/skk/commits/a286aeac29b5/
Changeset: a286aeac29b5
User: Jerry James
Date: 2014-05-13 21:54:02
Summary: Migrate .cvsignore files to a single .hgignore file.
In addition:
- Restore CVS keyword expansions that were lost during the switch to Mercurial
- Update texinfo sources for texinfo 5.x
See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 29 files
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info(-\d+)?$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * texi/.cvsignore: Remove.
+ * .hgignore: New file.
+ * etc/SKK*: Restore CVS keyword expansions.
+ * *.el: Ditto.
+ * texi/*.texi: Ditto. Update for texinfo 5.x.
+
2007-10-02 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.24 released.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b etc/SKK-JISYO.L
--- a/etc/SKK-JISYO.L
+++ b/etc/SKK-JISYO.L
@@ -9,9 +9,9 @@
;; Katsushi Sato and Nobuhiro Yamagishi
;;
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: SKK-JISYO.L,v 1.2 2000-07-10 07:12:42 martin Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-07-10 07:12:42 $
;;
;; This dictionary is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b etc/SKK.tut
--- a/etc/SKK.tut
+++ b/etc/SKK.tut
@@ -4,9 +4,9 @@
;;
;; Author: Masahiko Sato <masahiko(a)kuis.kyoto-u.ac.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: SKK.tut,v 1.2 2000-07-10 04:17:01 yoshiki Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-07-10 04:17:01 $
;; This is the tutorial text for SKK version 10.46 and and later versions.
;;
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b etc/SKK.tut.E
--- a/etc/SKK.tut.E
+++ b/etc/SKK.tut.E
@@ -4,9 +4,9 @@
;;
;; Author: Masahiko Sato <masahiko(a)kuis.kyoto-u.ac.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: SKK.tut.E,v 1.3 2000-10-13 14:32:07 martinb Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-10-13 14:32:07 $
;;
;; This is the tutorial text for SKK version 10.46 and and later versions.
;;
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-auto.el
--- a/skk-auto.el
+++ b/skk-auto.el
@@ -5,9 +5,9 @@
;; Author: Masahiko Sato <masahiko(a)kuis.kyoto-u.ac.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-auto.el,v 1.2 2000-07-10 04:33:59 yoshiki Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-07-10 04:33:59 $
;; This file is part of SKK.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-comp.el
--- a/skk-comp.el
+++ b/skk-comp.el
@@ -5,9 +5,9 @@
;; Author: Masahiko Sato <masahiko(a)kuis.kyoto-u.ac.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-comp.el,v 1.2 2000-07-10 04:34:00 yoshiki Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-07-10 04:34:00 $
;; This file is part of SKK.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-cursor.el
--- a/skk-cursor.el
+++ b/skk-cursor.el
@@ -4,9 +4,9 @@
;; Author: Masatake YAMATO <masata-y(a)is.aist-nara.ac.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-cursor.el,v 1.2 2000-11-08 01:51:43 youngs Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-11-08 01:51:43 $
;; This file is part of SKK.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-develop.el
--- a/skk-develop.el
+++ b/skk-develop.el
@@ -3,9 +3,9 @@
;; Author: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-develop.el,v 1.2 2000-11-08 01:51:43 youngs Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-11-08 01:51:43 $
;; This file is not part of SKK yet.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-foreword.el
--- a/skk-foreword.el
+++ b/skk-foreword.el
@@ -5,9 +5,9 @@
;; Maintainer: Hideki Sakurada <sakurada(a)kuis.kyoto-u.ac.jp>
;; Murata Shuuichirou <mrt(a)astec.co.jp>
;; Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-foreword.el,v 1.5 2002-04-28 07:12:27 youngs Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2002-04-28 07:12:27 $
;; This file is not part of SKK yet.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-gadget.el
--- a/skk-gadget.el
+++ b/skk-gadget.el
@@ -5,9 +5,9 @@
;; Author: Masahiko Sato <masahiko(a)kuis.kyoto-u.ac.jp>
;; Maintainer: Murata Shuuichirou <mrt(a)astec.co.jp>
;; Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-gadget.el,v 1.4 2000-11-08 01:51:43 youngs Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-11-08 01:51:43 $
;; This file is part of SKK.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-isearch.el
--- a/skk-isearch.el
+++ b/skk-isearch.el
@@ -5,9 +5,9 @@
;; Author: Enami Tsugutomo <enami(a)ba2.so-net.or.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-isearch.el,v 1.4 2002-04-28 07:12:27 youngs Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2002-04-28 07:12:27 $
;; This file is part of SKK.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-kakasi.el
--- a/skk-kakasi.el
+++ b/skk-kakasi.el
@@ -2,9 +2,9 @@
;; Copyright (C) 1996, 1998, 1999 Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
;; Author: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-kakasi.el,v 1.3 2000-11-08 01:51:44 youngs Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-11-08 01:51:44 $
;; This file is not part of SKK yet.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-kcode.el
--- a/skk-kcode.el
+++ b/skk-kcode.el
@@ -5,9 +5,9 @@
;; Author: Masahiko Sato <masahiko(a)kuis.kyoto-u.ac.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-kcode.el,v 1.2 2000-07-10 04:34:00 yoshiki Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-07-10 04:34:00 $
;; This file is part of SKK.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-leim.el
--- a/skk-leim.el
+++ b/skk-leim.el
@@ -3,9 +3,9 @@
;; Murata Shuuichirou <mrt(a)astec.co.jp>
;;
;; Author: Murata Shuuichirou <mrt(a)mickey.ai.kyutech.ac.jp>
-;; Version: $Id$
+;; Version: $Id: skk-leim.el,v 1.5 2007-10-01 17:30:29 aidan Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2007-10-01 17:30:29 $
;; This file is not part of SKK yet.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-look.el
--- a/skk-look.el
+++ b/skk-look.el
@@ -4,9 +4,9 @@
;; Author: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-look.el,v 1.2 2000-11-08 01:51:44 youngs Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-11-08 01:51:44 $
;; This file is not part of SKK yet.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-num.el
--- a/skk-num.el
+++ b/skk-num.el
@@ -5,9 +5,9 @@
;; Author: Masahiko Sato <masahiko(a)kuis.kyoto-u.ac.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-num.el,v 1.3 2000-11-08 01:51:44 youngs Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-11-08 01:51:44 $
;; This file is part of SKK.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-obsolete.el
--- a/skk-obsolete.el
+++ b/skk-obsolete.el
@@ -3,9 +3,9 @@
;; Author: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-obsolete.el,v 1.1 2000-07-10 04:34:01 yoshiki Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-07-10 04:34:01 $
;; This file is not part of SKK yet.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-server.el
--- a/skk-server.el
+++ b/skk-server.el
@@ -5,9 +5,9 @@
;; Author: Masahiko Sato <masahiko(a)kuis.kyoto-u.ac.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-server.el,v 1.2 2000-07-10 04:34:01 yoshiki Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-07-10 04:34:01 $
;; This file is part of SKK.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-tut.el
--- a/skk-tut.el
+++ b/skk-tut.el
@@ -5,9 +5,9 @@
;; Author: Masahiko Sato <masahiko(a)kuis.kyoto-u.ac.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-tut.el,v 1.3 2000-11-08 01:51:44 youngs Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-11-08 01:51:44 $
;; This file is part of SKK.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-vars.el
--- a/skk-vars.el
+++ b/skk-vars.el
@@ -3,9 +3,9 @@
;; Author: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-vars.el,v 1.2 2000-07-10 04:34:02 yoshiki Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-07-10 04:34:02 $
;; This file is not part of SKK yet.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk-viper.el
--- a/skk-viper.el
+++ b/skk-viper.el
@@ -6,9 +6,9 @@
;; Murata Shuuichirou <mrt(a)notwork.org>
;; Maintainer: Murata Shuuichirou <mrt(a)notwork.org>
;; Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk-viper.el,v 1.2 2000-07-10 04:34:02 yoshiki Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-07-10 04:34:02 $
;; This file is not part of SKK yet.
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b skk.el
--- a/skk.el
+++ b/skk.el
@@ -7,9 +7,9 @@
;; Maintainer: Hideki Sakurada <sakurada(a)kuis.kyoto-u.ac.jp>
;; Murata Shuuichirou <mrt(a)astec.co.jp>
;; Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
-;; Version: $Id$
+;; Version: $Id: skk.el,v 1.6 2002-04-28 07:12:27 youngs Exp $
;; Keywords: japanese
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2002-04-28 07:12:27 $
;; SKK is free software; you can redistribute it and/or modify it under
;; the terms of the GNU General Public License as published by the Free
@@ -60,7 +60,7 @@
(if (not (interactive-p))
skk-version
(save-match-data
- (let* ((raw-date "$Date$")
+ (let* ((raw-date "$Date: 2002-04-28 07:12:27 $")
(year (substring raw-date 7 11))
(month (substring raw-date 12 14))
(date (substring raw-date 15 17)))
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b texi/.cvsignore
--- a/texi/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-skk*.html
\ No newline at end of file
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b texi/gpl.texi
--- a/texi/gpl.texi
+++ b/texi/gpl.texi
@@ -64,9 +64,9 @@
@iftex
@unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
@end iftex
-@ifinfo
+@ifnottex
@center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-@end ifinfo
+@end ifnottex
@enumerate
@item
@@ -289,9 +289,9 @@
@iftex
@heading NO WARRANTY
@end iftex
-@ifinfo
+@ifnottex
@center NO WARRANTY
-@end ifinfo
+@end ifnottex
@item
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
@@ -319,9 +319,9 @@
@iftex
@heading END OF TERMS AND CONDITIONS
@end iftex
-@ifinfo
+@ifnottex
@center END OF TERMS AND CONDITIONS
-@end ifinfo
+@end ifnottex
@page
@unnumberedsec How to Apply These Terms to Your New Programs
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b texi/skk-faq.texi
--- a/texi/skk-faq.texi
+++ b/texi/skk-faq.texi
@@ -2,9 +2,9 @@
@c
@c Author: Tsukamoto Tetsuo <czkmt(a)remus.dti.ne.jp>
@c Maintainer: SKK Development Team <skk(a)ring.gr.jp>
-@c Version: $Id$
+@c Version: $Id: skk-faq.texi,v 1.1 2000-11-08 01:50:17 youngs Exp $
@c Keywords: japanese
-@c Last Modified: $Date$
+@c Last Modified: $Date: 2000-11-08 01:50:17 $
@c
@setfilename skk-faq.info
@c @settitle Frequently Asked Questions (SKK)
@@ -817,7 +817,7 @@
@example
@kbd{$B"&(Bis} @key{SPC}
- @expansion @samp{$B%$%s%/%j%a%s%?%k!&%5!<%A(B}
+ @expansion{} @samp{$B%$%s%/%j%a%s%?%k!&%5!<%A(B}
@end example
@noindent
@@ -854,7 +854,7 @@
$B1QC18l$rJd40$,$G$-$^$9!#(B
@example
- $B"&(Babstr(@key{TAB}) @expansion $B"&(Babstract
+ $B"&(Babstr(@key{TAB}) @expansion{} $B"&(Babstract
@end example
$BDL>o$NJd405!G=F1MM!"(B(a)kbd{.} $B$G<!$NJd408uJd!"(B@kbd{,}
$B$G$R$H$DA0$NJd408uJd(B
@@ -865,7 +865,7 @@
(2)$B1QC18l$r$"$$$^$$$KJQ49$7$F<h$j=P$9$3$H$,$G$-$^$9!#(B
@example
- $B"&(Babstr* (@key{SPC}) @expansion $B"'(Babstract
+ $B"&(Babstr* (@key{SPC}) @expansion{} $B"'(Babstract
@end example
$B8+=P$78l$K(B @samp{*} $B$rF~$l$k$N$r$*K:$l$J$/!#(B
@@ -878,11 +878,11 @@
@example
$B"&(Babstr* (@key{SPC})
- @expansion $B"'(Babstract (@key{SPC})
- @expansion $B"'%"%V%9%H%i%/%H(B (@key{SPC})
- @expansion $B"'Cj>](B (@key{SPC})
- @expansion $B"'(Babstraction (@key{SPC})
- @expansion $B"'%"%V%9%H%i%/%7%g%s(B
+ @expansion{} $B"'(Babstract (@key{SPC})
+ @expansion{} $B"'%"%V%9%H%i%/%H(B (@key{SPC})
+ @expansion{} $B"'Cj>](B (@key{SPC})
+ @expansion{} $B"'(Babstraction (@key{SPC})
+ @expansion{} $B"'%"%V%9%H%i%/%7%g%s(B
@end example
$B$3$N$h$&$K1QC18l(B + $B$=$N1QC18l$r8+=P$78l$K$7$?8uJd$N!V%;%C%H!W$rJQ497k2L(B
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b texi/skk.texi
--- a/texi/skk.texi
+++ b/texi/skk.texi
@@ -7,13 +7,13 @@
@c Yukiyoshi Kameyama <kameyama@(a)kuis.kyoto-u.ac.jp>
@c Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
@c Maintainer: SKK Development Team <skk(a)ring.gr.jp>
-@c Version: $Id$
+@c Version: $Id: skk.texi,v 1.3 2000-11-08 01:50:14 youngs Exp $
@c Keywords: japanese
-@c Last Modified: $Date$
+@c Last Modified: $Date: 2000-11-08 01:50:14 $
@c
@set EDITION 1.5
@set SKK-VERSION 10.62
-@set UPDATED $Date$
+@set UPDATED $Date: 2000-11-08 01:50:14 $
@c @set UPDATED-MONTH Oct 1998
@direntry
@@ -43,7 +43,7 @@
@iftex
@afourpaper
@end iftex
-@ifinfo
+@ifnottex
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.
@@ -64,7 +64,7 @@
into another language, under the above conditions for modified versions,
except that this permission notice may be stated in a translation approved
by the author.
-@end ifinfo
+@end ifnottex
@titlepage
@sp 10
@comment The title is printed in a large font.
@@ -97,7 +97,7 @@
@end titlepage
@page
-@ifinfo
+@ifnottex
@node Top, $B$O$8$a$K(B, (dir), (dir)
@top SKK
@@ -126,7 +126,7 @@
* $B4X?t:w0z(B::
* $B%-!<:w0z(B::
@end menu
-@end ifinfo
+@end ifnottex
@node $B$O$8$a$K(B, $B%$%s%9%H!<%k(B, Top, Top
@comment node-name, next, previous, up
@@ -2843,7 +2843,7 @@
@lisp
@group
-(("$B!V(B" . "$B!W(B") ("$B!X(B" .
"$B!Y(B") ("(" . ")") ("$B!J(B" .
"$B!K(B") ("{" . "}")
+(("$B!V(B" . "$B!W(B") ("$B!X(B" .
"$B!Y(B") ("(" . ")") ("$B!J(B" .
"$B!K(B") ("@{" . "@}")
("$B!P(B" . "$B!Q(B") ("$B!R(B" .
"$B!S(B") ("$B!T(B" . "$B!U(B") ("[" .
"]") ("$B!N(B" . "$B!O(B")
("$B!L(B" . "$B!M(B") ("$B!Z(B" .
"$B![(B") ("\"" . "\"") ("$B!H(B" .
"$B!I(B") ("`" . "'"))
@end group
@@ -7440,7 +7440,7 @@
@comment node-name, next, previous, up
@chapter $B$h$/$"$k<ALd$H$=$N2sEz(B(FAQ)
-(a)include{skk-faq.texi}
+@include skk-faq.texi
@node $B;v9`:w0z(B, $BJQ?t:w0z(B, $B$h$/$"$k<ALd$H$=$N2sEz(B(FAQ), Top
@comment node-name, next, previous, up
diff -r dcf5ea49bb3b7dd32df3597e1553d6165666dc55 -r
a286aeac29b5d95f0e175b7141ec2715d08a7a9b vip.el
--- a/vip.el
+++ b/vip.el
@@ -4,7 +4,7 @@
;; Maintainer: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
;; Version: 3.7
;; Keywords: emulations
-;; Last Modified: $Date$
+;; Last Modified: $Date: 2000-07-10 04:34:03 $
;; Previous versions:
;; Version 3.5: September 15, 1987
Repository URL:
https://bitbucket.org/xemacs/skk/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches