comparison lisp/tm/tm-ew-d.el @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents 54cc21c15cbb
children 364816949b59
comparison
equal deleted inserted replaced
79:5b0a5bbffab6 80:1ce6082ce73f
7 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp> 7 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
8 ;; Created: 1995/10/03 8 ;; Created: 1995/10/03
9 ;; Original: 1992/07/20 ENAMI Tsugutomo's `mime.el'. 9 ;; Original: 1992/07/20 ENAMI Tsugutomo's `mime.el'.
10 ;; Renamed: 1993/06/03 to tiny-mime.el. 10 ;; Renamed: 1993/06/03 to tiny-mime.el.
11 ;; Renamed: 1995/10/03 from tiny-mime.el. (split off encoder) 11 ;; Renamed: 1995/10/03 from tiny-mime.el. (split off encoder)
12 ;; Version: $Revision: 1.1.1.2 $ 12 ;; Version: $Revision: 1.2 $
13 ;; Keywords: encoded-word, MIME, multilingual, header, mail, news 13 ;; Keywords: encoded-word, MIME, multilingual, header, mail, news
14 14
15 ;; This file is part of tm (Tools for MIME). 15 ;; This file is part of tm (Tools for MIME).
16 16
17 ;; This program is free software; you can redistribute it and/or 17 ;; This program is free software; you can redistribute it and/or
33 33
34 (require 'emu) 34 (require 'emu)
35 (require 'std11) 35 (require 'std11)
36 (require 'mel) 36 (require 'mel)
37 (require 'tm-def) 37 (require 'tm-def)
38 (require 'tl-str)
38 39
39 40
40 ;;; @ version 41 ;;; @ version
41 ;;; 42 ;;;
42 43
43 (defconst tm-ew-d/RCS-ID 44 (defconst tm-ew-d/RCS-ID
44 "$Id: tm-ew-d.el,v 1.1.1.2 1996/12/21 20:50:42 steve Exp $") 45 "$Id: tm-ew-d.el,v 1.2 1997/01/11 20:14:11 steve Exp $")
45 (defconst mime/eword-decoder-version (get-version-string tm-ew-d/RCS-ID)) 46 (defconst mime/eword-decoder-version (get-version-string tm-ew-d/RCS-ID))
46 47
47 48
48 ;;; @ MIME encoded-word definition 49 ;;; @ MIME encoded-word definition
49 ;;; 50 ;;;