Synch to Wanderlust 200407200944.
authoryamaoka <yamaoka>
Tue, 20 Jul 2004 11:17:08 +0000 (11:17 +0000)
committeryamaoka <yamaoka>
Tue, 20 Jul 2004 11:17:08 +0000 (11:17 +0000)
ChangeLog
texi/ptexinfmt.el

index db61e9e..65481e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * texi/ptexinfmt.el: Support @s.
+
 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/nnheader.el (nnheader-parse-nov): Pass the eol value to
index 136bae2..071d00f 100644 (file)
 
 ;; Modified by Yamaoka not to use APEL functions.
 
+;; Unimplemented command:
+;;  @float, @caption, @shortcaption, @listoffloats
+;;  @deftypecv[x]
+;;  @headitem
+;;  @comma{}
+;;  @quotation (optional arguments)
+;;  @acronym (optional argument)
+;;  @dofirstparagraphindent
+;;  @indent
+;;  @verbatiminclude
+;;  @\
+;;  @definfoenclose
+;;  @deftypeivar
+;;  @deftypeop
+
 ;;; Code:
 
 (require 'backquote)
@@ -195,6 +210,9 @@ 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)
+
 ;; @tie{} (makeinfo 4.3 or later)
 (put 'tie 'texinfo-format 'texinfo-format-tie)
 (ptexinfmt-defun-if-void texinfo-format-tie ()