From: morioka Date: Sat, 23 Jan 1999 16:04:47 +0000 (+0000) Subject: (Function `std11-parse-in-reply-to'): New subsection. X-Git-Tag: flim-1_12-199901231900~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=aadba7ee5c336958f6144261f476162835503da7;p=elisp%2Fflim.git (Function `std11-parse-in-reply-to'): New subsection. (New function `std11-parse-msg-id-string'): Likewise. (New function `std11-parse-msg-ids-string'): Likewise. (New generic function `mime-insert-entity'): Likewise. --- diff --git a/NEWS b/NEWS index 3245daf..33d8b25 100644 --- a/NEWS +++ b/NEWS @@ -67,6 +67,26 @@ position of `STRING' to analyze. Interface of lexical analyzers for STD 11 was changed from `(string)' to `(string &optional start)'. + +** Function `std11-parse-in-reply-to' -> `std11-parse-msg-ids' + +Rename function `std11-parse-in-reply-to' to `std11-parse-msg-ids'. +Function `std11-parse-in-reply-to' was defined as obsolete alias. + + +** New function `std11-parse-msg-id-string' + + +** New function `std11-parse-msg-ids-string' + + +** New generic function `mime-insert-entity' + +Add new generic function `mime-insert-entity' to insert header and +body of ENTITY at point. + +Each mm-backend must have new method `insert-entity'. + * Changes in FLIM 1.11