comparison lisp/tm/tm-edit.el @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents 7e54bd776075
children 131b0175ea99
comparison
equal deleted inserted replaced
47:11c6df210d7f 48:56c54cf7c5b6
4 4
5 ;; Author: UMEDA Masanobu <umerin@mse.kyutech.ac.jp> 5 ;; Author: UMEDA Masanobu <umerin@mse.kyutech.ac.jp>
6 ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> 6 ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
7 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp> 7 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
8 ;; Created: 1994/08/21 renamed from mime.el 8 ;; Created: 1994/08/21 renamed from mime.el
9 ;; Version: $Revision: 1.7 $ 9 ;; Version: $Revision: 1.8 $
10 ;; Keywords: mail, news, MIME, multimedia, multilingual 10 ;; Keywords: mail, news, MIME, multimedia, multilingual
11 11
12 ;; This file is part of tm (Tools for MIME). 12 ;; This file is part of tm (Tools for MIME).
13 13
14 ;; This program is free software; you can redistribute it and/or 14 ;; This program is free software; you can redistribute it and/or
118 118
119 ;;; @ version 119 ;;; @ version
120 ;;; 120 ;;;
121 121
122 (defconst mime-editor/RCS-ID 122 (defconst mime-editor/RCS-ID
123 "$Id: tm-edit.el,v 1.7 1997/03/22 05:29:22 steve Exp $") 123 "$Id: tm-edit.el,v 1.8 1997/08/21 06:24:11 steve Exp $")
124 124
125 (defconst mime-editor/version (get-version-string mime-editor/RCS-ID)) 125 (defconst mime-editor/version (get-version-string mime-editor/RCS-ID))
126 126
127 (defconst mime-editor/version-name 127 (defconst mime-editor/version-name
128 (concat "tm-edit " mime-editor/version)) 128 (concat "tm-edit " mime-editor/version))
208 ("postscript") 208 ("postscript")
209 ("x-kiss" ("x-cnf"))) 209 ("x-kiss" ("x-cnf")))
210 ("image" 210 ("image"
211 ("gif") 211 ("gif")
212 ("jpeg") 212 ("jpeg")
213 ("png")
213 ("tiff") 214 ("tiff")
214 ("x-pic") 215 ("x-pic")
215 ("x-mag") 216 ("x-mag")
216 ("x-xwd") 217 ("x-xwd")
217 ("x-xbm") 218 ("x-xbm")
240 "base64" 241 "base64"
241 "inline" (("filename" . file)) 242 "inline" (("filename" . file))
242 ) 243 )
243 ("\\.gif$" 244 ("\\.gif$"
244 "image" "gif" nil 245 "image" "gif" nil
246 "base64"
247 "inline" (("filename" . file))
248 )
249 ("\\.png$"
250 "image" "png" nil
245 "base64" 251 "base64"
246 "inline" (("filename" . file)) 252 "inline" (("filename" . file))
247 ) 253 )
248 ("\\.tiff$" 254 ("\\.tiff$"
249 "image" "tiff" nil 255 "image" "tiff" nil