Update year of Copyright in header.
[elisp/flim.git] / NEWS
1 FLIM NEWS --- history of major-changes.
2 Copyright (C) 1998,1999 Free Software Foundation, Inc.
3
4 * Changes in FLIM 1.12
5
6 ** Restructure of field decoding features
7
8 Introduce backend mechanism of field-decoder and
9 field-presentation-method to restructure field decoding features.
10
11 Field-decoder is registered into variable `mime-field-decoder-alist'.
12 Each decoding function uses decoding method found from variable
13 `mime-field-decoder-alist'.
14
15 New function `mime-set-field-decoder' is added to register field
16 decoding method.
17
18 New function `mime-find-field-presentation-method' is added to get
19 `field-presentation-method' object corresponding with specified
20 field-presentation-mode.  Field-presentation-mode must be `plain',
21 `wide', `summary' or `nov'.
22
23 New function `mime-find-field-decoder' is added to find field decoding
24 method corresponding with field-name and field-presentation-mode.
25    
26 New function `mime-decode-field-body' is added.  It is general field
27 decoder.
28
29
30 ** Function `mime-decode-header-in-buffer'
31
32 Renamed from `eword-decode-header'.  `eword-decode-header' is defined
33 as obsolete alias.
34
35
36 ** New function `mime-decode-header-in-region'
37
38
39 ** Change interface of lexical-analyzers
40
41 Interface of function `eword-lexical-analyze' was changed from
42 `(string &optional must-unfold)' to `(string &optional start
43 must-unfold)'.  Interface of lexical analyzers specified by user
44 option `eword-lexical-analyzers' was changed likewise.
45
46 Function `eword-extract-address-components' was added new optional
47 argument `START' to specify start position of `STRING' to parse.
48
49 Function `std11-lexical-analyze' was added new optional argument
50 `START' to specify start position of `STRING' to analyze.
51
52 Interface of lexical analyzers for STD 11 was changed from `(string)'
53 to `(string &optional start)'.
54
55 \f
56 * Changes in FLIM 1.11
57
58 ** New function `mime-insert-text-content'
59
60 Add new generic function `mime-insert-text-content' and new mm-service
61 `insert-text-content'.
62
63
64 ** `insert-decoded-header' -> `insert-header'
65
66 mm-service `insert-decoded-header' was renamed to `insert-header'.
67 Similarly generic function `mime-insert-decoded-header' was renamed to
68 `mime-insert-header'.  However `mime-insert-decoded-header' was left
69 as an obsolete alias.
70
71
72 ** Behavior change of `mime-insert-header'
73
74 Each field-name of second and third argument of function
75 `mime-insert-header' can include `:'.
76
77
78 ** Abolish variable `mime-temp-directory'
79
80 Now FLIM uses `temporary-file-directory' instead of
81 `mime-temp-directory'.  So environment variable "MIME_TMP_DIR" and
82 "TM_TMP_DIR" are not effective to specify temporary directory of FLIM.
83
84
85 ** Add new function `eword-decode-and-unfold-unstructured-field'
86
87
88 ** Add new mm-backend `generic'
89
90 Add new mm-backend `generic'.  mm-backend `buffer' inherits the
91 mm-backend `generic'.
92
93
94 ** Change internal representation of `mime-entity' structure
95
96 Internal representation of `mime-entity' structure was changed to add
97 NOV entries.
98
99
100 ** `mime-entity-*-internal' and `mime-entity-set-*-internal'
101
102 Change `mime-entity-*-internal' and `mime-entity-set-*-internal' to
103 macro.
104
105 \f
106 Local variables:
107 mode: outline
108 paragraph-separate: "[  \f]*$"
109 end: