+2002-11-06 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * mime-parse.el (mime-parse-buffer): Require mmbuffer.
+
+2002-09-26 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
+
+ * luna.el (luna-define-method): Clear method cache of child
+ classes.
+
+2002-09-24 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
+
+ * mime-ja.texi (CVS): Escape @.
+
+ * luna.el (luna-define-method): Fix the bug that method cache is
+ not cleard.
+
+2002-09-14 KOSEKI Yoshinori <kose@meadowy.org>
+
+ * mime-en.texi (CVS): Fix Typo. (@ to @@).
+ mime-ja.texi (CVS): Ditto.
+
2002-08-26 MORIOKA Tomohiko <tomo@mousai.as.wakwak.ne.jp>
* std11.el: Update Copyright header.
(sym (luna-class-find-or-make-member
(luna-find-class ',class) ',name))
(cache (get ',name 'luna-method-cache)))
- (if cache
- (unintern ',class cache))
+ (and cache
+ (fboundp sym)
+ (mapatoms
+ (lambda (s)
+ (if (memq (symbol-function sym) (symbol-value s))
+ (unintern s cache)))
+ cache))
(fset sym func)
(put sym 'luna-method-qualifier ,method-qualifier))))
@example
(0) cvs login
- % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+ % cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root login
CVS password: [CR] # NULL string
(1) checkout
- % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout
+ % cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root checkout
checkout [-r TAG] flim
@end example
@itemize @bullet
@item
- <cvs@cvs.m17n.org>
+ <cvs@@cvs.m17n.org>
@end itemize
@noindent
@example
(0) cvs login
- % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+ % cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root login
CVS password: [CR] # NULL string
(1) checkout
- % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout
+ % cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root checkout
checkout [-r TAG] flim
@end example
@itemize @bullet
@item
- <cvs@cvs.m17n.org>
+ <cvs@@cvs.m17n.org>
@end itemize
@noindent
(defun mime-parse-buffer (&optional buffer representation-type)
"Parse BUFFER as a MIME message.
If buffer is omitted, it parses current-buffer."
+ (require 'mmbuffer)
(save-excursion
(if buffer (set-buffer buffer))
(mime-parse-message (or representation-type