translate "Changes in 2.8.0 from 2.6.1" from NEWS.ja
[elisp/wanderlust.git] / NEWS
1 Wanderlust NEWS -- User-visible changes in Wanderlust.
2
3 * Changes in 2.8.0 from 2.6.1
4
5 ** Nemacs, Mule 2.3 based on Emacs 19.28 are no longer supported.
6
7 ** Wanderlust might not work with FLIM 1.14.2 and older.
8    It is recommended to use FLIM 1.14.3 or newer and associated SEMI.
9
10 ** Added new type of folders: shimbun folder
11
12    Format: '@' 'virtual server name' '.' 'group name'
13
14 ** Added new type of folders: namazu folder
15
16    Format:  '[' 'search condition' ']' [ 'absolute path of namazu index' ]
17
18 ** Address manager is now available (start by C-c C-a).
19    You can edit address book and import recipients to draft from it.
20
21 ** ACAP (RFC2244) is supported(experimental).
22
23 ** Now you can preserve IMAP4 message by part as a cache.
24    If you skipped enormous part, you can read other than skipped part when
25    you are off line.
26
27 ** Wanderlust also creates message view through prefetching.
28    Displaying of prefetched messages speeded up because of this.
29
30 ** Truncation of lines in message buffer or draft buffer is now controllable.
31    Non-nil value of wl-message-truncate-lines or wl-draft-truncate-lines
32    means truncating long lines at window width.
33
34 ** Overall elmo module are rewritten.
35
36 ** Variables depending on elmo backends are renamed to "elmo-backend-*".
37    e.g. elmo-default-imap4-server is renamed to elmo-imap4-default-server.
38
39 ** Variables named xxx-func are renamed to xxx-function.
40
41 ** Wanderlust distinguishes stream-type on plugged mode. They are treated as
42    different entries.
43
44 ** msgdb path for archive and multi folders are changed.
45    No problem for running wanderlust even if you do not deal with them.
46    But if you don't want to leave useless data on the disk, delete under
47    .elmo/multi and .elmo/archive in advance.
48
49 ** If you set obsolete variables (e.g. renamed ones), Wandelust shows warning
50    messages and urge you to change settings.
51    To suppress warning messages, set elmo-obsolete-variable-show-warnings to
52    nil.
53
54 ** Variables named xxx-dir are renamed to xxx-directory.
55    e.g. wl-icon-dir is renamed to wl-icon-directory.
56    Take attention if you set for display of startup logo, etc.
57
58 ** elmo-cache-dirname is abolished and elmo-cache-directory is newly created.
59    You can put cache directory to another place by setting
60    elmo-cache-directory (e.g. for whom put symbolic link for ~/.elmo/cache
61    on NFS environment).
62
63 * Changes in 2.6.0 from 2.4.1.
64
65 ** FLIM 1.13.x is not supported any longer.
66    Please install FLIM 1.14.1 or later.
67
68 ** Now folder and summary buffer can be opened in a separate frame.
69    If `wl-folder-use-frame' is set as t, `M-x wl' creates a new frame
70    for folder mode. If `wl-summary-use-frame' is set as t, new frames
71    are created for each summary window.
72
73 ** Cursor moving speed ('N' or 'P' in summary) is greatly improved.
74
75 ** Folder checking speed for filter folder of localdir
76    folder using `last' or `first' (Ex. /last:100/+inbox) is improved.
77
78 ** Retrieval progress of each message is displayed in POP and IMAP folder.
79
80 ** Coloring of summary buffer is processed on demand (only on Emacs).
81    If `wl-summary-lazy-highlight' is non-nil, 
82    only visible portion of the buffer is colored.
83
84 ** Customizable biff notify.
85    New hook `wl-biff-notify-hook' and `wl-biff-unnotify-hook' is
86    now available.
87    e.g. (add-hook wl-biff-notify-hook 'ding)
88
89 ** Many bug fixes.
90
91 * Version 2.4.1 is basically a bug fix version of 2.4.0.
92
93 ** Wanderlust 2.4.1 now works on FLIM 1.14.x. 
94
95 ** Fixed a problem that POP connection remains after POP before SMTP.
96
97 ** The specification of IMAP4 authentication method for clear password
98    is changed.
99
100 In 2.4.0, To use clear password authentication method in IMAP4
101 (Logging in with LOGIN command), you have to set the variable
102 `elmo-default-imap4-authenticate-type' as 'plain (or nil).
103 But in 2.4.1, it is changed to 'clear (or nil).
104 Example:
105 (setq elmo-default-imap4-authenticate-type 'plain)
106 should be changed to
107 (setq elmo-default-imap4-authenticate-type 'clear)
108
109 * Changes in 2.4.0 from 1.1.1.
110
111 ** Version Number
112 The version numbering convention for Wanderlust is changed. 
113
114 In earlier versions, 1.x were stable version and from 2.0.x to 2.2.x
115 were beta version. But since version 2.3.0, the second (minor) version
116 number implies the stability of the Wanderlust. Even minor number
117 corresponds to a stable version, and an odd minor number corresponds
118 to a development version. This version numbering is based on the
119 widespread convention of open source development.
120
121 On the open CVS server cvs.m17n.org, main trunk contains the current
122 beta (newest experimental) version, and branches contain the stable
123 version.  (If the version is 2.4.x, the branch name is wl-2_4)
124
125 ** Install
126
127 *** FLIM 1.12 is not supported anymore.
128 See the file INSTALL for details.
129
130 *** APEL 10.2 or later is required.
131 tm-8 users should check the version of APEL (tm-8.8 contains old APEL).
132
133 ** New feature
134
135 *** LDAP support
136 Complete e-mail address in draft by searching LDAP server.
137 If the variable wl-use-ldap is non-nil, LDAP feature is enabled
138 (Initial setting is nil).
139
140 *** UIDL support in POP3 folder
141 POP3 folder now saves the status of summary and it improves summary
142 update speed. If the variable elmo-pop3-use-uidl is non-nil, UIDL is
143 used (Initial setting is t).
144
145 *** Emacs 21 support
146 Wanderlust has started on supporting Standard Emacs 21.
147 Toolbars and icon images can be shown in almost Wanderlust
148 frames like XEmacs.
149
150 *** biff feature
151 Server mailbox is checked periodically.
152 If new mail is arrived, Wanderlust changes the biff (icon) on the modeline
153 and updates folder mode content.
154
155 *** expire-hide 
156 Now expire mechanism has new feature `hide', it does not remove
157 messages actually from folder but hides messages from summary. It
158 improves processing speed for large folders.
159
160 *** Message thread restoring feature
161 Automatic correction of broken threads by subject matching is now available.
162 Thread modification by hand (M-w (copy) and C-y (paste) in summary mode)
163 is also available.
164
165 *** Password expiration timer
166 Password cache expires after elmo-passwd-life-time is passed.
167 (nil means no expiration. Initial setting is nil)
168
169 *** killed-list
170 Deleted messages in the NNTP folder are saved to `killed-list'.  The
171 messages in the killed-list are treated as if it were not exist on the
172 server. Non-nil value for elmo-use-killed-list enables this feature
173 (Initial setting is t). By this feature, NNTP pipe folder works correctly.
174
175 *** Maildir pack is now available
176 M-x wl-summary-pack-number in the summary mode of Maildir folder
177 re-numbers the messages.
178
179 ** Searching
180
181 *** Complex condition can be specified for filter folder
182 AND condition, OR condition, NOT condition, and their combination can be
183  specified. Syntax of the condition part is changed. See info for details.
184
185 Caution for those who upgrade from 1.1.1:
186 By this change, saving directory for the msgdb of filter folder is altered.
187 Former msgdbs are not needed anymore. It does not cause any problem but
188 if you don't want to keep useless disk, you should remove files
189 under the directory '.elmo/filter/' beforehand.
190
191 *** Searching of the NNTP folder is available
192 Now you can make NNTP filter folder.
193 (If only your NNTP server responds to XHDR command.)
194
195 *** Pick, Virtual in summary mode now accepts complex condition.
196 You can set AND condition and OR condition by typing
197 'AND' or 'OR' instead of field name.
198
199 ** Session, Authentication
200
201 *** elmo-default-*-authenticate-type only accepts symbol(used be a string)
202 Example:
203 (setq elmo-default-imap4-authenticate-type "cram-md5")
204 should be changed to
205 (setq elmo-default-imap4-authenticate-type 'cram-md5)
206
207 *** stream-type can be defined.
208 You can define stream type by
209 elmo-network-{imap4-,pop3-,nntp-,}stream-type-alist.
210 Some SSL related variables are abolished(renamed).
211 You can access to the networked folders (IMAP4, NNTP, POP3) via SOCKS
212 if you specify the folder name end with "!socks".
213
214 ** Draft
215
216 *** group-list is now available
217 You can specify address like 'Group: foo@gohome.org, bar@gohome.org;'.
218 If wl-draft-remove-group-list-contents is non-nil, the contents of 
219 group-list is removed before sending.
220
221 *** The draft preview displays recipient addresses on minibuffer 
222 You can confirm the group-list recipients by this.
223
224 *** Initial setting considers Reply-To:.
225 Default setting of wl-draft-reply-without-argument-list considers Reply-To: 
226 field (Set to To: field).
227
228 *** Replying rules for the messages sent from yourself.
229 You can define replying rules for the messages sent from yourself by
230 setting wl-draft-reply-myself-with-argument-list and
231 wl-draft-reply-myself-without-argument-list.
232
233 *** Full name is used in the reply address.
234 If wl-draft-reply-use-address-with-full-name is non-nil, then full
235 name is inserted in with e-mail addresses on the replied message
236 (Initial setting is t).
237
238 *** In-Reply-To: format is changed.
239 In-Reply-To: format is changed to simple one. It is based on 
240 draft-ietf-drums-msg-fmt-09.txt.
241
242 ** misc
243
244 *** Message thread processing is improved.
245
246 *** Renamed variables
247 wl-refile-guess-func-list => wl-refile-guess-functions
248 wl-summary-temp-above => wl-summary-target-above
249
250 *** You can set function to wl-fcc.
251 You can change fcc folder name dynamically. For example, change folder name
252 by month.
253
254 *** elmo-search-mime-charset is abolished.
255 Charset is guessed from the string you typed.
256
257 *** Useless headers are removed when you forward the message.
258 You can specify removed headers by wl-ignored-forwarded-headers.
259
260 *** wl-highlight-group-folder-by-numbers is abolished.
261 It is renamed to wl-highlight-folder-by-numbers and has following meaning.
262   `t'   : Whole line is colored by message number.
263   `nil' : Whole line is colored by folder status.
264    Number (ex. `1') : Line is colored by message number and folder status.
265
266 *** Header visibility control is changed.
267 Header visibility is controlled by Wanderlust (was controlled by SEMI).
268 You can change header visibility by wl-message-ignored-field-list and 
269 wl-message-visible-field-list.
270
271 *** DEMO is changed.
272 Less colors are used by DEMO pixmap.
273 Emacsen on character based terminal also display suitable DEMO.
274
275 \f
276 * Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes.
277
278 ** Development on the CVS server is started.
279
280 ** Flush operation and sending queues if Wanderlust is  started
281    in plugged status.
282
283 ** Directory structure is changed.
284
285 *** 00README, 00README.ja is renamed to README, README.ja.
286
287 *** All wl-* files are moved to the directory 'wl'.
288
289 ** Syntax of wl-refile-rule-alist is extended (compatible with older one).
290
291 ** progress gauge
292 Progress gauge is displayed while processing in the Emacsen with
293 progress gauge feature.
294
295 * Changes in version 1.1.0 from 1.0.3.
296
297 ** Install
298
299 *** tm7 is not supported anymore.
300 see the file INSTALL for details.
301
302 *** WL_PREFIX and ELMO_PREFIX default as "wl"
303 (defvar WL_PREFIX "wl")
304 (defvar ELMO_PREFIX "wl")
305
306 e.g. install directory is
307   1.0.3  /usr/local/share/emacs/site-lisp/
308   1.1.0  /usr/local/share/emacs/site-lisp/wl/
309
310 *** Change default macro in Makefile.
311 EMACS   = emacs
312 XEMACS  = xemacs
313 use $(XEMACS), `package' and `install-package' target.
314
315 *** Install not only *.elc, but also *.el.
316
317 *** English document (wl.texi).
318
319 ** New feature
320
321 *** Modified UTF7 support.
322 Now international mailbox name can be used in IMAP4 in the Emacsen
323 with unicode feature.
324
325 *** Scoring support.
326
327 *** New plugged system.
328
329 *** IMAP4 support became more generic.
330 Many IMAP4 servers are supported.
331
332 *** New authentication type
333   IMAP4: CRAM-MD5, DIGEST-MD5, STARTTLS
334   POP3:  CRAM-MD5, DIGEST-MD5, SCRAM-MD5, STARTTLS
335   NNTP:  STARTTLS
336   SMTP:  STARTTLS
337
338 *** New folder type
339   |      Pipe Folder     Incorporate message.
340   .      Maildir Folder  Now Maildir is one of the folder type.
341   'cache Cache Folder    View internal cache.
342
343 *** Message buffer cache
344 Next message is prefetched while idle time.
345
346 *** Sticky summary is enhanced.
347 Now message buffer is also sticky.
348 You can specify always-sticky summary.
349
350 ** misc
351
352 *** Eliminated wl-draft-prepared-config-alist
353 unified with wl-draft-config-alist.
354
355 *** POP-before-SMTP variables are re-arranged.
356
357 *** Ask non-existing folder.
358  When FCC: contains new folder.
359  When auto-refile specified new folder.
360
361 *** Change fetch threshold and confirm settings.
362 wl-prefetch-confirm-threshold, wl-cache-fetch-threshold.
363
364 *** Can use petname for completion.
365
366 *** Change Message-ID generator.
367
368 *** wl-demo.el support bitmap-mule.
369
370 *** Allow function type `smtp-server' value.
371
372 *** Make sendlog when `wl-draft-sendlog' is non-nil.
373
374 *** `wl-summary-incorporate-marks'
375
376 *** Reserve prefetching while off-line status.
377
378 *** Draft use new frame when `wl-draft-use-frame' is non-nil.
379
380 *** New variable `wl-user-mail-address-list' .
381
382 *** New variable `wl-local-domain' for set FQDN.
383
384 *** Server side unread status is used in IMAP4 folder.
385
386 *** Change defaults
387   wl-mime-charset         iso-2022-jp  =>  x-ctext
388   wl-summary-move-order   'new  =>  'unread
389   wl-tmp-dir              TMPDIR  =>  ~/tmp/
390
391 *** New hooks
392   wl-draft-send-hook
393   wl-draft-reedit-hook
394   wl-mime-edit-preview-message-hook
395   wl-folder-suspend-hook
396   wl-summary-toggle-disp-folder-message-resumed-hook
397   wl-summary-line-inserted-hook
398   wl-thread-update-children-number-hook
399   mmelmo-header-inserted-hook
400   mmelmo-entity-content-inserted-hook
401
402 *** New function
403   wl-save
404   wl-summary-write
405   wl-summary-supersedes-message
406   wl-fldmgr-delete
407   wl-refile-guess-by-msgid
408   wl-address-user-mail-address-p
409   wl-summary-jump-to-msg-by-message-id-via-nntp
410   wl-summary-temp-mark-pick
411
412 * For details of changes, see the file ChangeLog.
413 \f
414 Local variables:
415 mode: outline
416 paragraph-separate: "[  \f]*$"
417 end: