From: yamaoka Date: Mon, 2 Aug 2004 22:00:39 +0000 (+0000) Subject: Synch to Wanderlust 200408021830. X-Git-Tag: t-gnus-6_17_4-quimby-~810 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a341a48b3fbdf4c04d1c5d48a3bf3a41b68cf758;p=elisp%2Fgnus.git- Synch to Wanderlust 200408021830. --- diff --git a/ChangeLog b/ChangeLog index dc3136b..0b4a91b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-02 TAKAHASHI Kaoru + + * texi/ptexinfmt.el (slanted): Rename @s to @slanted. + 2004-07-29 KOSEKI Yoshinori * lisp/gnus-namazu.el (gnus-namazu/make-directory-table): Fix diff --git a/texi/ptexinfmt.el b/texi/ptexinfmt.el index 071d00f..01dc4d2 100644 --- a/texi/ptexinfmt.el +++ b/texi/ptexinfmt.el @@ -37,6 +37,7 @@ ;; Modified by Yamaoka not to use APEL functions. ;; Unimplemented command: +;; @abbr ;; @float, @caption, @shortcaption, @listoffloats ;; @deftypecv[x] ;; @headitem @@ -210,8 +211,8 @@ DOCSTRING will be printed if ASSERTION is nil and (put 'page 'texinfo-format 'texinfo-discard-line) (put 'hyphenation 'texinfo-format 'texinfo-discard-command-and-arg) -;; @s{} (makeinfo 4.8 or later) -(put 's 'texinfo-format 'texinfo-format-noop) +;; @slanted{} (makeinfo 4.8 or later) +(put 'slanted 'texinfo-format 'texinfo-format-noop) ;; @tie{} (makeinfo 4.3 or later) (put 'tie 'texinfo-format 'texinfo-format-tie)