Statistics
| Revision:

root / NEWS @ 2601

History | View | Annotate | Download (48.4 kB)

1
Changes of Sylpheed
2
3
* 3.1.0beta1 (development)
4
5
    * Full automatic address completion was implemented. Users can also
6
      configure to use the previous behavior (start completion on Tab key).
7
    * The debug log output for filtering was added.
8
    * Update check can also show alternative version as well as internal
9
      version now.
10
    * New plug-in APIs for update check and folder view were added.
11
    * A new option '--instance-id <ID>' was added. This allows users to run
12
      multiple instances of Sylpheed.
13
    * 'Open' menu was added to the attach context menu of the message
14
      composition window. This allows users to open attached files before
15
      sending.
16
    * English Sylpheed FAQ was updated.
17
    * Plug-ins are also loaded from user plug-in directory now.
18
    * Unix: the default web browser command was changed to xdg-open, and
19
      obsolete commands were removed.
20
    * Unix: the crash when using %f on IMAP messages at the action tool was
21
      fixed.
22
    * The crash when clicking tray icon menu 'Get from current account' when
23
      no account exist was fixed.
24
    * The crash on 64-bit architecture with LDAP was fixed (debian BTS #463366).
25
    * Some GTK+ warnings were removed.
26
    * Redundant debug or error messages were removed.
27
    * The bug that MIME flags were not set to imported mbox file and filtered
28
      sent messages was fixed.
29
30
* 3.0.2 (stable)
31
32
    * The random scrolling problem on selecting folders with GTK+ 2.12 or
33
      later was fixed.
34
    * The problem that config files are not updated after creating new
35
      accounts was fixed.
36
    * The problem that folder config file was not updated after changing IMAP
37
      or News account name was fixed.
38
    * Win32: OpenSSL was updated to 0.9.8n (security fix).
39
40
* 3.0.1 (stable)
41
42
    * Several typos in dialogs were fixed.
43
    * The Japanese manual was updated.
44
    * Win32: included libpng library was updated to 1.2.43 (security fix).
45
    * Win32: included libtiff library was updated to 3.9.2 (security fix).
46
47
* 3.0.0 (stable)
48
49
    * The message catalogs were updated.
50
    * The bug that caused freeze when sending or receiving messages with
51
      STARTTLS and 'SSL certificate verify failed' dialog popped up.
52
53
* 3.0.0rc (development)
54
55
    * The Japanese manual was updated.
56
    * The 'Enable address auto-completion' setting was added.
57
    * Curl command timeout was set to 10 seconds.
58
    * The compile error with OpenSSL disabled was fixed.
59
    * Win32: multiple reference to a folder with different letter case is
60
      prohibited when creating a new one.
61
    * Some minor bugs were fixed.
62
63
* 3.0.0beta8 (development)
64
65
    * The new filter match type 'is in addressbook' was added. This can be
66
      used from filtering, query search and quick search.
67
    * The new account setup dialog was implemented. It also supports easy
68
      Gmail setup.
69
    * The address completion was modified.
70
    * The spell-checking and PGP settings are preserved for draft messages now.
71
    * The crash problem when trying to check PGP signatures while GnuPG was
72
      not available was fixed.
73
74
* 3.0.0beta7 (development)
75
76
    * The feature to add new recipients to address book on sending was added.
77
    * Color labels are saved on IMAP server now (partially compatible with
78
      Thunderbird).
79
    * The auto-wrapping setting is preserved for draft messages now.
80
    * The problem that beep sound was out when opening folders which were
81
      sorted in descending order was fixed.
82
    * The new plug-in APIs for compose window were added.
83
84
* 3.0.0beta6 (development)
85
86
    * The bug that IMAP caches get wrongly deleted was fixed.
87
    * The copyright year was updated.
88
89
* 3.0.0beta5 (development)
90
91
    * The feature to customize the color label text was added.
92
    * The option to set only mail address of recipients when replying was
93
      added.
94
    * When messages are added to IMAP folders, received-date information
95
      is also set using Date header (mainly for Gmail).
96
    * The configure option '--disable-updatecheck' which disables the update
97
      check feature was added.
98
    * The configure option '--enable-silent-rules' is enabled if automake is
99
      equal or greater than 1.11.
100
    * A workaround for crash caused by enchant with zemberek was added
101
      (requires dbus-glib-1 if enchant is equal or greater than 1.4.2).
102
    * The bug that caused freeze when remote IPC commands were executed.
103
    * The bug that IMAP caches with UIDs larger than INT_MAX were never
104
      deleted was fixed.
105
106
* 3.0.0beta4 (development)
107
108
    * The folder icons were renewed.
109
    * 'Last 7 days' was added to the quick search options.
110
    * The number of matched messages is displayed at the side of quick search
111
      now.
112
    * Description is displayed on the quick search entry when it does not have
113
      focus.
114
    * Always show warning dialog when SSL certificate is expired.
115
    * The menu item to request disposition notification was added to the
116
      compose window.
117
    * The setup dialog on the first run became user-friendly.
118
    * The update check dialog will not be displayed if modal dialog exists
119
      or receiving of mail is active to prevent dialogs becoming
120
      uncontrollable.
121
    * The button order of folder selection dialog was modified.
122
    * Win32: the button order of close confirmation dialog of compose window
123
      was modified.
124
125
* 3.0.0beta3 (development)
126
127
    * SHA1/MD5 fingerprint and validity period of certificate is now
128
      displayed when verification of server SSL certificate failed.
129
    * Address book is now sortable by each column.
130
    * Address book search feature was added.
131
    * The visibility of message number columns in the folder view is now
132
      configurable for each column.
133
    * The error check of socket connection became more strict.
134
    * Win32: OpenSSL was updated to 0.9.8l.
135
136
* 3.0.0beta2 (development)
137
138
    * Many important bugs related to multi-threading were fixed.
139
    * The unintended drag start on IMAP folders was fixed.
140
    * The libtool version was increased to prevent linking problem.
141
    * Several new APIs were added to the plug-in library.
142
    * Win32: 48x48(32bpp) icon was added.
143
144
* 3.0.0beta1 (development)
145
146
    * Multi-threading was introduced.
147
      (can be disabled by --disable-threads configure option)
148
    * Win32: network connection runs on another thread to prevent blocking
149
      of the user interface.
150
    * Execution of external commands (such as bsfilter) on filtering will
151
      not block the user interface anymore.
152
    * The major part of IMAP protocol communication runs on another thread
153
      to prevent blocking of the user interface.
154
    * The query search is executed on another thread.
155
    * LibSylph is (almost) thread-safe now.
156
    * Summary caches are updated on the fly (on receive/move/copy/delete).
157
      This improves the performance of opening folders with many new messages.
158
    * Progress is displayed while scanning folders.
159
    * The user interface of address book was rewritten using the new API
160
      (GtkTreeView). This will reduce the glitches in the older versions.
161
    * Included Sylpheed FAQ (English) was updated.
162
    * Some bugfixes are made.
163
164
* 2.7.1 (stable)
165
166
    * The feature to import and export .eml files was added.
167
    * Progress is displayed during import and export now.
168
    * The warning about non-exist plug-in directory was removed.
169
    * The comments within Content-Type header are handled now.
170
    * The order of signals emitted at moving messages was modified.
171
    * The sylpheed.spec file was fixed.
172
173
* 2.7.0 (stable)
174
175
    * The plug-in system was implemented (still experimental. See
176
      PLUGIN.txt for detail).
177
    * LibSylph (internal version) is built as shared library now.
178
    * The update check feature was implemented (requires curl command).
179
    * fsync() will be called after writing configuration files.
180
    * 'Send queued messages' is shown instead of 'Mark all read'
181
      in the context menu of the Queue folder.
182
    * The default command line options of spam filters were modified.
183
    * Win32: hard link will be used to improve file I/O performance if
184
      available.
185
    * A crash bug on CSV import of the address book was fixed.
186
    * Several other bugfixes were made.
187
188
* 2.6.0 (stable)
189
190
    * A workaround for raw-JIS filename used for attachments (specifically
191
      Eudora) was made.
192
    * Some build fixes were made.
193
194
* 2.6.0rc (development)
195
196
    * The backups for configuration files are kept for four generations now.
197
    * Only new messages are counted when incorporating from local mbox.
198
    * In the folder selection dialog, only folders which are expanded in the
199
      folder view are expanded now.
200
    * The folders which should not be selected in the folder selection dialog
201
      became unselectable now.
202
    * The bug that the addressbook window was not refreshed when sender of
203
      message was added to the addressbook was fixed.
204
    * The compilation error in GTK+ 2.14.x was fixed.
205
206
* 2.6.0beta2 (development)
207
208
    * The menu was added to the remote POP3 mailbox window.
209
    * The sorting of remote POP3 mailbox was fixed.
210
    * The remote POP3 mailbox button was added to the toolbar.
211
    * The Japanese manual was updated.
212
    * Warnings about --datarootdir on configure was removed.
213
214
* 2.6.0beta1 (development)
215
216
    * The remote POP3 mailbox feature which can view/download/delete messages
217
      on POP3 servers directly was added.
218
    * Enchant (with GtkSpell 2.0.13) was supported.
219
    * When creating filter rule automatically, the target header field is used
220
      as a default filter name now.
221
    * The progress column was added to the progress dialog.
222
    * The parser of IMAP4 was fixed.
223
    * Unix: SIGHUP/SIGINT/SIGTERM/SIGQUIT signals are handled now.
224
    * Win32: system shutdown event is also handled on debug mode now.
225
226
* 2.5.0 (stable)
227
228
    * The sylpheed.desktop file was updated.
229
230
* 2.5.0rc2 (development)
231
232
    * A crash bug was fixed.
233
    * Content-Transfer-Encoding header with comments was supported.
234
    * UTF-8 locale strings with suffix '.utf8' were supported.
235
    * The 8KB restriction of template body size was removed.
236
237
* 2.5.0rc (development)
238
239
    * The sylpheed.desktop file was fixed.
240
    * The compose window now remembers the maximized state.
241
    * The focus will not move from the text view to the summary view with
242
      'Next/Prev' keyboard operation now.
243
    * The alert dialog is displayed now when PGP signing/encryption failed.
244
245
* 2.5.0beta3 (development)
246
247
    * Quoted lines are excluded when notifying missing attachments.
248
    * The option of excluded addresses/domains for recipients confirmation
249
      was added.
250
251
* 2.5.0beta2 (development)
252
253
    * The feature to confirm missing attachments was added.
254
    * The feature to confirm recipients before sending was added.
255
    * To: header is also searched in Sent/Draft/Queue folders.
256
    * 'Edit/Quick search' menu was added.
257
    * Spaces in address and server entries on account preferences dialog
258
      are now automatically removed when applied.
259
    * The address completion was fixed.
260
    * The compilation failure with GTK+ <= 2.8 was fixed.
261
    * Win32: --attach option was fixed.
262
263
* 2.5.0beta1 (development)
264
265
    * The vertical 3-paned view mode was added.
266
    * The feature to save SSL peer certificate was added.
267
    * The option 'Treat HTML only message as attachment' was added.
268
    * The bug that caused busy loop when initial connection was immediately
269
      refused was fixed.
270
    * The bug that the quote description dialog never appeared again after
271
      closing it with the close button was fixed.
272
    * The new/unread status display on quick search filtered mode was fixed.
273
    * The windres command will not be enabled on non-win32 platforms now.
274
275
* 2.4.8 (stable)
276
277
    * The encoding method of MIME headers is now determined by outgoing
278
      encoding rather than the value of MB_CUR_MAX.
279
    * The memory leaks and warnings in LDAP search were fixed.
280
    * The beep on folders with one message when using GTK+ 2.12 was removed.
281
    * Win32: The crash that occurred when trying to display some TIFF files
282
      was fixed.
283
    * Win32: Settings are now automatically saved on the shutdown of system.
284
285
* 2.4.7 (stable)
286
287
    * The bug that 'Set display item of summary...' button in common
288
      preferences always show send folder setting was fixed.
289
    * The all compiler warnings were removed.
290
    * The previous focus is kept when separation of view is changed.
291
    * The status label is automatically resized now when there is not enough
292
      width.
293
    * The bug that virtual folders were not sorted properly was fixed.
294
    * The crash when trying to use ascii-armored PGP encryption was fixed.
295
296
* 2.4.6 (stable)
297
298
    * The 'To' column was added to the summary view.
299
    * In Sent, Draft, and Queue folders, the 'To' column is displayed by
300
      default.
301
    * The display column setting of send folders became independent from
302
      normal folders.
303
    * The ascii-armored PGP encryption was fixed.
304
    * The combined method is used now when both PGP encryption and PGP signing
305
      are specified.
306
    * The PGP passphrase dialog was disabled on filtering and query search.
307
    * The new message notify will be blocked when a new message is read on
308
      receiving.
309
    * 'LIST "" "*"' command is used instead of 'LIST "" "%"' to obtain folder
310
      list from IMAP4 server.
311
    * The bug that noinferior and noselect flags were ignored until rebuilding
312
      folder tree when a new folder was created on IMAP4 server was fixed.
313
    * If attached files become nonexistent on sending, error dialog will be
314
      displayed and the sending will abort.
315
316
* 2.4.5 (stable)
317
318
    * The vulnerability that may be exploited by malicious POP3 server was
319
      fixed (SA26550).
320
    * The potential crash bug in address completion was fixed.
321
    * The signature separator '--' is not joined on line wrapping now.
322
    * Win32: GLib and GTK+ was updated to the latest version.
323
    * Win32: The focus problem when closing dialogs was fixed (GTK+).
324
325
* 2.4.4 (stable)
326
327
    * Reply and forward marks are appended after messages are actually sent.
328
    * The feature to reply to attached message/rfc822 messages was added.
329
    * When a folder is renamed, the path of junk folder is also updated.
330
    * A workaround for the error which occurs with Gmail SMTP server was made.
331
    * Win32: The bug that the name entry of creating or renaming an address
332
      book didn't accept key input was fixed.
333
    * Win32: The bug that the renaming of folders didn't modify filter
334
      actions in some cases was fixed.
335
336
* 2.4.3 (stable)
337
338
    * The quick search entry is cleared when Escape key is pressed on it.
339
    * UTF-8 with BOM is handled correctly when inserting signature.
340
    * A possible crash when adding address from address book was fixed.
341
    * Win32: Sylpheed now can be specified as a default mail program in
342
      Windows Vista.
343
    * Win32: The stall of SMTP session when sending messages via dial-up
344
      connection was fixed.
345
    * Win32: The infinite loop bug which occurred when PID of external editor
346
      was not obtained was fixed.
347
    * Win32: The bug that dialogs which popup on auto-checking becoming
348
      invisible if the main window was minimized was fixed.
349
350
* 2.4.2 (stable)
351
352
    * The recursive download of remote folders were enabled.
353
    * SSL ports in Advanced tab of the account prefs dialog are now
354
      automatically set when SSL is enabled.
355
    * The '--open' command line option which open messages in new window was
356
      added.
357
    * The quick search condition for each folder now persists between sessions.
358
    * The selection now persists when the quick search condition is updated.
359
    * Quoted-printable or base64 encoding is now forced on PGP/MIME signing
360
      instead of stripping trailing spaces (except for the case of ISO-2022-JP
361
      encoding).
362
    * The quoted-pair in From header is now processed correctly when displaying
363
      its name.
364
    * The performance of 'Mark all read' on IMAP folders was improved.
365
    * The bug that the character '+' in address was treated as URI-escaped
366
      space was fixed.
367
    * Unix: the problem that 'Get' and 'Get all' button could not be clicked
368
      after receiving while mouse pointer was over the buttons was fixed.
369
370
* 2.4.1 (stable)
371
372
    * If shift or control key is pressed on address completion, only address
373
      string is inserted now.
374
    * When completing addresses, display name is used rather than nickname.
375
    * Win32: The sylpheed.ini file is read on startup if exist, and
376
      '--ipcport' option was also added.
377
    * Win32: The autocheck timer is disabled while suspending to prevent
378
      network error on resuming.
379
    * Win32: OpenSSL library was replaced with self-compiled DLLs.
380
    * Win32: A bug that the folder path separator was not processed correctly
381
      when creating and renaming search folders was fixed.
382
383
* 2.4.0 (stable)
384
385
    * Invalid APOP timestamp is rejected now (CVE-2007-1558).
386
    * The configuration file is written out after the toolbar is customized.
387
    * Win32: OpenSSL was updated to 0.9.8e.
388
389
* 2.4.0rc (development)
390
391
    * The file copy and move were optimized.
392
    * The crash on the cancellation of POP3/SMTP session was fixed.
393
    * The crash when a person was removed and its e-mail addresses were
394
      referenced by a group in another folder was fixed.
395
    * The Japanese manual was updated.
396
    * Win32: If the initial loading of "MS Gothic" font failed, multi-byte
397
      font name is used now (workaround for JIS2004 MS Gothic font).
398
    * Win32: The crash when fetching messages more than 64KB from IMAP4 server
399
      via FreeCap (a SOCKS wrapper) was fixed.
400
401
* 2.4.0beta8 (development)
402
403
    * In the address book, the import of CSV and Tab-separated text file was
404
      implemented.
405
    * 'Within 1 day' and 'Recent 5 days' was added to the quick search rule.
406
    * The toolbar style switch was added to the toolbar context menu.
407
    * Stop button now cancels all sessions.
408
    * The limitation of the nesting level of MIME structure was relaxed.
409
    * A margin for text was added to the composition window.
410
    * An error dialog is displayed if the execution of junk filter command
411
      fails.
412
    * The overwrite confirmation of the file selection dialog was improved.
413
    * ISO-8859-16 was supported in code conversion.
414
    * Several UI problems in the address book were fixed.
415
    * The stability of the cancellation of POP3/SMTP session was improved.
416
    * The bug that the displayed number of message becoming incorrect on
417
      folder search was fixed.
418
419
* 2.4.0beta7 (development)
420
421
    * In-Reply-To header was supported in mailto URL.
422
    * Stop button was added to the main toolbar.
423
    * An error message is displayed now when the decryption of PGP encrypted
424
      messages failed.
425
    * Remote commands such as 'compose', 'receive' and 'send' are disabled
426
      when a modal dialog exists.
427
    * Process termination is forced after the execution of finalizer routine.
428
    * The behavior of 'Go to next unread' with changing folders was fixed.
429
    * The sylpheed.desktop file was modified.
430
    * Win32: A bug that the folder path separator was not processed correctly
431
      in some cases (fixes path information becoming incorrect on renaming
432
      subfolders).
433
434
* 2.4.0beta6 (development)
435
436
    * The bug in automatic IMAP4 filtering that messages which were not
437
      filtered were not counted as new ones was fixed.
438
    * Win32: The workaroud for the redraw problem of GtkCList and GtkCTree
439
      in GTK+ 2.10.11 was made.
440
    * Win32: The stall on rebuilding folder tree which appeared since GTK+
441
      2.10.11 was fixed.
442
    * Win32: Environmental variable "LANGUAGE" was disabled (fixes incorrect
443
      language selection on some environments).
444
445
* 2.4.0beta5 (development)
446
447
    * Close button was added to the address book dialog, and the layout was
448
      improved.
449
    * The automatic junk mail filtering on IMAP4 was enabled.
450
    * Automatically filtered IMAP4 messages are also counted for new mail
451
      notification now.
452
    * The default directory of the printing dialog became the document
453
      directory.
454
    * The crash on some environments when verifying signed messages was fixed.
455
    * The crash on exit when the order of summary columns were modified by
456
      DnD was fixed.
457
    * The wrong handling of quotation in multi-byte strings on MIME header
458
      encoding was fixed.
459
    * Win32: The bug that the timeout on receiving and sending didn't work
460
      was fixed.
461
    * Win32: The path separator problem of folderlist.xml was fixed.
462
    * Win32: libcairo-2.dll, libgpg-error-0.dll, libgpgme-11.dll, GLib and
463
      GTK+ was updated to the latest version.
464
    * Win32: The redraw of windows became smoother (GTK+).
465
    * Win32: Win32 shell icons are now displayed on the file selection dialog
466
      (GTK+).
467
468
* 2.4.0beta4 (development)
469
470
    * The address book was improved.
471
      - Copy and paste of persons in the address book was enabled.
472
      - The menu sensitivity of the address book became accurate.
473
      - When deleting addresses from a group, they are just removed from the
474
        group (not from person) now.
475
      - 'Lookup' button is disabled if LDAP search is not available.
476
    * The checking of remote folders doesn't abort with non-fatal errors now
477
      except for network failure.
478
    * The problem that the width of the folder view was not saved when the
479
      main window was maximized was fixed.
480
    * The coloring of message number columns in the folder view was enabled.
481
    * Win32: In Windows Vista, the problem that the selected menu items were
482
      not visible was fixed.
483
484
* 2.4.0beta3 (development)
485
486
    * The toolbar customization dialog was improved.
487
    * 'Not junk' and 'Search' button were added to the main toolbar.
488
    * The 'Send' button is disabled when no queued messages exist.
489
    * Junk mails are filtered when incorporating from local spool even if
490
      'Filter on incorporation' is disabled.
491
    * The 'Get' button of the main toolbar was fixed.
492
    * Several bugs of the search dialog were fixed.
493
    * Win32: The sorted column of the selected row on the summary view becomes
494
      visible when it doesn't have focus.
495
    * Win32: System fonts with multi-byte font names (such as 'MS PGothic' and
496
      'Meiryo') can be available now.
497
498
* 2.4.0beta2 (development)
499
500
    * The toolbar was rewritten with new API.
501
    * 'Prev', 'Print', 'Address', 'Prefs', and 'Account' was added to the
502
      main toolbar, and 'Prefs' and 'Account' was added to the compose toolbar.
503
    * The overflow menu for toolbar was added.
504
    * The width of toolbar buttons was reduced when the labels are displayed.
505
    * The option to place toolbar labels at the right of icons was added, and
506
      it became the default.
507
    * The bug that the window was kept being skipped from window list after it
508
      became visible with window shading or switching workspaces.
509
    * Some of the UI labels are modified.
510
    * Unix: Symbolic links are now also scanned when scanning MH folders.
511
512
* 2.4.0beta1 (development)
513
514
    * The automatic filtering of new messages in INBOX folder of IMAP4 account
515
      was implemented.
516
    * The customization of the toolbars was implemented.
517
    * The option to toggle window on trayicon click was added.
518
    * Junk mails are now filtered when incorporating from local spool.
519
    * UTF-8 is forced for headers instead of substituting characters if the
520
      code conversion failed.
521
    * The crash of the text view when switching between MIME parts was fixed.
522
    * Win32: the socket buffer size was increased to improve the performance
523
      of network communication.
524
    * Win32: GTK+ and GLib was updated to the latest version.
525
526
* 2.3.0 (stable)
527
528
    * The Japanese manual was updated.
529
530
* 2.3.0rc (development)
531
532
    * CA certificates bundle file is now looked up in multiple location.
533
    * Cancelling the verification of certificates is only applied for current
534
      connection now.
535
    * The version string was changed.
536
    * The bug that the blank message view appeared when displaying window from
537
      the tray icon while the message view was hidden in separate window mode
538
      was fixed.
539
    * Win32: The common CA certificates were included in the package.
540
541
* 2.3.0beta7 (development)
542
543
    * Page setup for printing was added.
544
    * The range specification of printing now works correctly.
545
    * The printing of MIME part now uses the new printing function.
546
    * The font size of printing now follows the display setting.
547
    * The option to input signature directly was added to the account
548
      preferences.
549
    * Signature is automatically generated when creating a new account.
550
    * Bcc: and Reply-To: were added to the template.
551
    * '/etc/ssl/certs' directory is used for SSL certificate verification if
552
      exist.
553
    * When SSL certificate cannot be verified, the confirmation dialog is now
554
      displayed.
555
    * Cursor is now placed at the top of the text (alternatively To or Subject
556
      entry if they are empty) when reediting messages.
557
    * Unix: Resolver is now reinitialized if '/etc/resolv.conf' is modified.
558
559
* 2.3.0beta6 (development)
560
561
    * The new printing function was implemented.
562
      - Each page is now rendered by Cairo.
563
      - The native print dialog is used.
564
      - Page number is printed for each page.
565
      - The option "Use external program for printing" was added.
566
      - The printing of MIME part was implemented.
567
    * Cc: was added to the header view.
568
    * The option "Inherit recipients on reply to self messages" was added.
569
    * Pilot-link (libpisock) 0.12 was supported.
570
    * The window position and the layout of the 'Add Address' dialog was
571
      modified.
572
    * The default directory of the file selection dialog was changed
573
      (in Win32, 'My Documents' is used. In Unix, the home directory is used).
574
    * The UI is now updated periodically on manual filtering.
575
    * The new mail notification on the tray icon is reset when any message
576
      is read now.
577
    * The encoding setting of the message view in new window is enabled also
578
      on reply.
579
    * Win32: The bug that the window was sometimes not displayed at the top
580
      when the tray icon was clicked was fixed.
581
    * Win32: The issue that the progress dialog was not updated while sending
582
      large messages was fixed.
583
584
* 2.3.0beta5 (development)
585
586
    * When new mails arrive, the tray icon is changed, and it will be kept
587
      until a new mail is read.
588
    * The option "Open inbox on startup" was added.
589
    * The option "Remeber last selected message" was added.
590
    * The crash when printing a message with empty subject was fixed.
591
    * The bug that the text in the composition window was not redrawn on the
592
      undo of large text was fixed.
593
594
* 2.3.0beta4 (development)
595
596
    * POP before SMTP was implemented.
597
    * Win32: The e-mail menu in the start menu now works when Sylpheed is
598
      selected as a default mailer.
599
    * WIn32: The character corruption on printing when environment-dependent
600
      Japanese characters are used was fixed.
601
    * Win32: The GDI resource leaks of GtkTreeView in XP classic theme and
602
      2000 which had introduced eventual application crash was fixed.
603
604
* 2.3.0beta3 (development)
605
606
    * The vertical padding of the folder view was reduced.
607
    * The change between folders became faster at GTK+ 2.10.x.
608
    * The bug that the window was kept hidden from taskbar on popup with
609
      another process when the window was minimized to tray was fixed.
610
    * The text insertion by the action was fixed again.
611
    * The height of the statusbar was adjusted.
612
    * The padding of the folder view was reduced.
613
    * Win32: The selection of the labels on the header view and the alert
614
      dialog are now visible.
615
    * Win32: The application icon was modified.
616
    * Win32: GTK+ was updated to 2.10.6, and OpenSSL was updated to 0.9.8d.
617
    * Win32: The network communication failure in some environments was fixed.
618
619
* 2.3.0beta2 (development)
620
621
    * Messages marked as read or junk mails are now excluded from the numbers
622
      of new messages.
623
    * Win32: GTK+ was updated to 2.10.4, and GLib was updated to 2.12.4.
624
    * Win32: The crash that occurred when Desktop folder was selected on the
625
      file selection dialog was fixed.
626
    * Win32: The bug that window position was reset when quitting Sylpheed
627
      while window was hidden was fixed.
628
    * Win32: The WSAEWOULDBLOCK state is now properly handled in socket I/O.
629
630
* 2.3.0beta1 (development)
631
632
    * GtkStatusIcon is used for the tray icon if available.
633
    * When GtkStatusIcon is used, the tray icon blinks for 5 seconds when new
634
      mails arrive.
635
    * The option 'Minimize to tray icon' was added.
636
    * The left click on the tray icon now only brings the main window in front.
637
    * Win32: The tray icon was implemented.
638
    * Win32: The SSL connection problem was fixed.
639
    * Win32: The included libraries (GLib, GTK+, Pango) were updated to the
640
      latest version. This introduces the following improvements:
641
      - The performance of network communication at receiving and sending
642
        was improved.
643
      - The appearance of the UI became more native-like.
644
      - The scrolling speed of the summary view with cursor keys was improved.
645
      - The broken display of the text view when it was partially hidden was
646
        fixed.
647
      - The position of color labels menu in the search dialog is correct now.
648
      - The problem that GTK+ strings became untranslated after the popup of
649
        context menu on GtkTextView was fixed.
650
      - The crash that occurred on startup if a font with non-ascii name was
651
        specified for system font was fixed.
652
      - The application doesn't freeze anymore when desktop theme is changed.
653
654
* 2.2.9 (stable)
655
656
    * The crash that occurred if the summary was sorted by invisible column
657
      was fixed.
658
    * The URI of the about dialog was updated.
659
    * Win32: OpenSSL was updated to 0.9.8c.
660
661
* 2.2.8 (stable)
662
663
    * The PLAIN authentication method for IMAP4 was supported.
664
    * The verification of encrypted and signed messages with combined method
665
      was supported.
666
    * Oniguruma regex library can be used instead of system's regex API.
667
    * The LDIF import of the addressbook was improved.
668
    * Full PGP signature information is displayed on the main text view.
669
    * All trailing spaces are removed when signing with PGP/MIME instead of
670
      using quoted-printable to improve compatibility with other MUAs.
671
    * A warning is displayed before sending when Bcc is specified at PGP
672
      encryption.
673
    * The bug that possibly lost relatively small messages on receiving when
674
      there was no disk space was fixed.
675
    * The behavior of manual junk filtering was fixed.
676
    * UTF-8 text can be inserted correctly in the compose window.
677
    * The error messages of the failure of displaying message body was
678
      improved.
679
    * Some workarounds for GTK+ 2.10 were made.
680
    * Minor UI fixes were made.
681
    * Other minor bugs were fixed.
682
    * Win32: Regular expression was supported in filtering.
683
    * Win32: The version information was added to the executable file.
684
685
* 2.2.7 (stable)
686
687
    * "Mark all read" was added to the folder context menu.
688
    * "Set as (not) junk mail" was added to the summary context menu.
689
    * The option to filter junk mails before normal filtering was added.
690
    * When replying to all, the original address strings are used for Cc
691
      instead of stripped ones.
692
    * Windows-1257 was added for display encoding.
693
    * Some menu items of the folder context menu were enabled even on receiving
694
      messages.
695
    * The bug that manual junk filtering didn't work when no filter rule exist
696
      was fixed.
697
    * Several crash bugs were fixed.
698
    * Win32: libgpg-error-0.dll and libgpgme-11.dll was updated.
699
    * Win32: The scanning of folders was optimized so that receiving or moving
700
      of messages become faster when folders contain large number of messages.
701
702
* 2.2.6 (stable)
703
704
    * The 8-bit literal (literal8) in IMAP4 response was supported.
705
    * The missing timeout handling was added for SMTP.
706
    * The failure of URI security check when they have leading space was
707
      fixed.
708
709
* 2.2.5 (stable)
710
711
    * The character corruption and crash bug when using Japanese half-width
712
      kana on sending messages was fixed.
713
    * The execution failure when using the accessibility module was fixed.
714
    * The bug that new/unread count becoming negative value was fixed.
715
    * The bug that bold face was disabled in the folder selection dialog
716
      with GLib 2.10 and Pango 1.12 was fixed.
717
    * The incorrect progressbar display when expired messages exist was fixed.
718
719
* 2.2.4 (stable)
720
721
    * MIME filename encoding with RFC 2231 parameter value extension was
722
      supported.
723
    * The clear button for the quick search entry was added.
724
    * The bug that bold face was disabled in GtkTreeView with GLib 2.10 and
725
      Pango 1.12 was fixed.
726
    * Win32: libwimp.dll was updated.
727
    * Win32: The bug that subfolders were duplicated when rebuilding folder
728
      tree while the settings were shared between Win32 and Unix was fixed.
729
    * Win32: The uninstaller was modified so that it only removes files and
730
      folders created by the installer.
731
732
* 2.2.3 (stable)
733
734
    * The sorting of the result of the query search was enabled.
735
    * The printing of messages now follows the state of 'Show all headers'.
736
    * Relative path is allowed for signature files.
737
    * The To, Cc, and Bcc button of the address book are now always enabled.
738
    * The window position of the address book is now preserved.
739
    * The toggle of the Cc entry on the composition window was enabled.
740
    * The appearance of the address book was modified.
741
    * Unix: The support of metamail command was removed, and it was replaced
742
      with the alternative implementation.
743
    * Win32: libwimp.dll was updated, and the appearance of the UI was
744
      improved.
745
    * Win32: zlib1.dll was updated.
746
    * Win32: The application icon was updated.
747
    * Win32: The unnecessary message catalog files were removed to reduce the
748
      archive size.
749
750
* 2.2.2 (stable)
751
752
    * The crash bug that occurred when trying to move IMAP4 folders right
753
      under the root folder was fixed.
754
    * The crash bug that occurred after a message window was closed while the
755
      search dialog was still open was fixed.
756
    * Win32: The console window is newly created if --debug or --help option
757
      is specified.
758
    * Win32: The non-ASCII filename encoding problem on executing external
759
      commands was fixed.
760
    * Win32: The bug that the main window became not responsive when an error
761
      occurred on automatic receiving while the window was minimized was fixed.
762
    * Win32: Spanish translation was added for the installer.
763
    * Win32: The installer was fixed so that it selects correct language on
764
      environments other than Japanese.
765
766
* 2.2.1 (stable)
767
768
    * GtkSpell is enabled on configure by default now.
769
    * Spanish translation of the README file was added.
770
    * The bug that account names with filename-unsafe characters couldn't be
771
      used was fixed.
772
    * The crash bug that occurred if non-ascii newsgroup names appeared while
773
      getting newsgroup list was fixed.
774
    * The performance problem of the quick search while the summary was sorted
775
      by thread date with descending order was fixed.
776
    * Win32: The problem that the UI didn't respond occasionally when receiving
777
      messages was fixed.
778
779
* 2.2.0 (stable)
780
781
    * The move and copy of messages to queue folders and virtual folders are
782
      prohibited.
783
    * The included sylpheed.spec was modified.
784
785
* 2.2.0rc (development)
786
787
    * The 'minimize to tray icon' feature was modified.
788
    * The command line options help dialog is not duplicated anymore.
789
    * The problem that the UI was still insensitive after the execution of
790
      external editor failed was fixed.
791
    * The nonstandard Japanese encoding 'x-sjis' was supported.
792
    * Win32: The locale encoding problem on some languages was fixed.
793
794
* 2.2.0beta8 (development)
795
796
    * The help of command line options was added.
797
    * The Japanese manual was updated.
798
    * When checking IMAP4 mailboxes, the number of new messages is properly
799
      counted now.
800
    * The key event handling of the quick search entry was fixed.
801
    * The wrong status display of the receive dialog on BSD systems was fixed.
802
    * The unread flag is not reset anymore when moving or copying messages
803
      into a trash folder.
804
    * Some UI fixes were made.
805
    * Win32: Some UIs for unsupported functions were disabled.
806
    * Win32: The bug that the contents of folders with specific Japanese
807
      characters such as 'Hyou' (which contains 0x5c ('\') at the second byte)
808
      at the end of its name couldn't be seen was fixed.
809
810
* 2.2.0beta7 (development)
811
812
    * When moving, copying, or deleting a collapsed thread, all the messages
813
      in the thread are processed now.
814
    * 'Mark thread as read' feature was implemented.
815
    * The keys on keypad are also recognized in the summary and message view.
816
    * The window size of the address book is now remembered.
817
    * PGP passphrase is converted into locale encoding before passing to gpg.
818
    * Arabic encoding support was added.
819
    * The premature trimming of strings on the statusbar was disabled.
820
    * The 'Wrap before sending' option was removed.
821
    * The issue that it falsely entered drag begin state after passphrase
822
      dialog was shown was fixed.
823
    * The bug that the automatic account selection on reply was disabled on
824
      IMAP4 folders was fixed.
825
    * Win32: IPv6 was supported.
826
    * Win32: Window is properly popup on multiple launching now.
827
828
* 2.2.0beta6 (development)
829
830
    * The cleanup of IMAP4 message caches on exit was implemented.
831
    * Cache files in IMAP4 folders are now properly removed on move or delete.
832
    * The temporary passwords of IMAP4 accounts are now preserved until exit.
833
    * 'File/Insert signature' now inserts signature into current cursor
834
      position, and 'File/Append signature' was added for the previous
835
      behavior.
836
    * Some dialogs are now placed at the center on parent window.
837
    * The confirmation dialog for emptying trash is not displayed anymore if
838
      messages don't exist in trash folders.
839
    * Trash folders are excluded on recursive search.
840
    * Locale encoding strings can be passed to --compose and --attach command
841
      line option.
842
    * Several minor bugs were fixed.
843
844
* 2.2.0beta5 (development)
845
846
    * The quick search was implemented.
847
    * The filter conditions for message status such as 'unread', 'mark',
848
      'color-label', and 'attachment' were added.
849
    * The window management of the export and import dialog was modified.
850
    * Several minor bugs were fixed.
851
852
* 2.2.0beta4 (development)
853
854
    * Unix: The popup menu on the trayicon was implemented.
855
    * Unix: Clicking the trayicon now toggles the visibility of the main
856
      window.
857
    * Unix: The visibility of the trayicon is now configurable.
858
    * The context menu of the folder view on search folders was modified.
859
    * The bug that stopped checking of new messages if search folders exist
860
      in IMAP4 or News mailboxes was fixed.
861
    * The renaming of search folders under IMAP4 or News folders was fixed.
862
    * A memory leak that occurs when thread display was off was fixed.
863
864
* 2.2.0beta3 (development)
865
866
    * The results of search folders are cached to speed up the next search.
867
    * The search folder property dialog was implemented.
868
    * The position of 'Delete' menu was changed to prevent its accidental
869
      selection.
870
    * The HTTP scheme is added to the URIs begin with 'www.'.
871
    * Some trailing punctuations were included as URI.
872
    * The bug that search folders under IMAP4 or News folders couldn't be
873
      removed was fixed.
874
875
* 2.2.0beta2 (development)
876
877
    * The forwarding of messages with attachments was modified.
878
    * The bug that previously selected row was removed from the view instead
879
      of currently selected one when deleting folders from the context menu
880
      was fixed.
881
    * The bug that messages with subject that includes characters that can't
882
      be used for filename couldn't be attached was fixed.
883
    * Windows-1252 was added for display encoding.
884
    * After incomplete POP3 session, duplicate retrieval of messages doesn't
885
      happen anymore.
886
887
* 2.2.0beta1 (development)
888
889
    * The major improvements of the search function were made.
890
      - The query search was implemented.
891
      - Search conditions can be specified with the same UI as the filter rule.
892
      - Subfolders can be searched.
893
      - The search folder (virtual folder) was implemented.
894
    * The maximized window state is now remembered.
895
    * The option "Display recipient on 'From' column if sender is yourself" now
896
      looks for all accounts.
897
    * The line-wrapping of composition now doesn't join enumerated lines.
898
    * The nonstandard Korean encoding 'ks_c_5601-1987' was supported.
899
    * The bug that the initial directory was not properly selected in the file
900
      selection dialog with GTK+ 2.8 was fixed.
901
    * Some other bugs were fixed.
902
903
* 2.1.9 (development)
904
905
    * An option to update only INBOX on checking new messages of IMAP4
906
      accounts was added.
907
    * The custom queue folder can be specified for each account now.
908
    * The progress of local filtering is displayed now.
909
    * "Update summary" was added to the context menu of the folder view.
910
    * Appending of messages to an IMAP4 folder was optimized.
911
    * "Reply to all" now works for newsgroups post.
912
    * The crash when an address in an address group was modified was fixed.
913
    * The bug that subscribed newsgroups were removed after refreshing
914
      subscribe dialog was fixed.
915
    * The complication failure on some environments was fixed.
916
    * Win32: The bug that blocked the application when enterning passphrase
917
      for GnuPG was fixed.
918
919
* 2.1.8 (development)
920
921
    * The common preferences dialog was reorganized.
922
    * The memory usage on SMTP and POP3 session was reduced drastically.
923
    * The last position of the composition window is remembered, and the
924
      windows are automatically placed so that they don't overlap.
925
    * Filtered sent messages are not put into Sent folder anymore.
926
    * When attached text files are saved, their linebreaks are normalized
927
      depending on platforms.
928
    * The occasional encoding conversion failure bug on inserting a text file
929
      into composition window was fixed.
930
931
* 2.1.7 (development)
932
933
    * The spell checking feature was implemented (requires GtkSpell).
934
    * The drop of files is allowed on the whole composition window.
935
    * The insertion of text by drag and drop was disabled.
936
    * The PGP interface is disabled if GnuPG is not available.
937
    * A bug that aborted program if invalid UTF-8 text is put in the log
938
      window was fixed.
939
    * The pane between summary and message view became more visible.
940
    * Reply-to-list is not enabled for subscribe confirmation request etc.
941
    * The bug that the separator of newsgroups was broken was fixed.
942
    * The bug that broke the summary selection when mark, unread, and
943
      colorlabel flags were changed while the summary was sorted by them
944
      was fixed.
945
    * The bug that caused crash when quote colors dialog was closed by the
946
      window close button was fixed.
947
    * The bug that showed wrong value if the total size of a folder was more
948
      than 2GB was fixed.
949
    * Win32: The bug that occasionally the summary was not properly updated
950
      right after messages were added to a folder was fixed.
951
    * Win32: The problem that message strings were not translated if digit
952
      locale environmental variable (such as "LANG=1041") was set was fixed.
953
    * Win32: PGP sign and encryption was supported.
954
    * Win32: The window focus problem of account and filter setting dialog
955
      was fixed.
956
    * Win32: The method of detecting executables was modified.
957
958
* 2.1.6 (development)
959
960
    * The auto-save to draft of composing messages was implemented.
961
    * The setting of default (fallback) encoding was added.
962
    * The command line option '--exit' was added.
963
    * The preset menu for junk mail learning commands was added, and now
964
      bogofilter and bsfilter are selectable.
965
    * The option to mark filtered junk mails as read was added.
966
    * The buffer overflow of LDIF import was fixed.
967
968
    * Win32: The external editor function was implemented.
969
    * Win32: Junk mail filtering now works.
970
    * Win32: The default junk mail learning commands were changed to bsfilter.
971
    * Win32: Some options which are useless on win32 became hidden.
972
    * Win32: The program icon was added.
973
    * Win32: Some bugfixes were made.
974
975
* 2.1.5 (development)
976
977
    * The command line option to specify directory which stores configuration
978
      files (--configdir dirname) was added.
979
    * The output headers of printed messages now match to those of the message
980
      view.
981
    * Confirmation dialog is displayed instead of input dialog on printing.
982
    * When replying to ML post that has the Reply-To set, both addresses will
983
      be set.
984
    * The option to delete filtered junk mails from server was added.
985
    * The locale name 'zh_TW.Big5' was changed to 'zh_TW'.
986
    * The problem that drag and drop didn't work with GTK+ 2.8 was fixed.
987
    * The sample mime.types was included into the source package.
988
    * Win32: The remote command was implemented using TCP socket.
989
    * Win32: The drag and drop of files from Explorer was supported.
990
    * Win32: The default print command for text file is used for printing when
991
      the command is unspecified.
992
    * Win32: Several bugfixes were made.
993
994
* 2.1.4 (development)
995
996
    * Bugfixes:
997
      - The IMAP4 parser was fixed so that it can handle literals in response.
998
      - A bug that caused crashes on receive if Date header has abnormal time
999
        was fixed.
1000
      - Sylpheed will not close anymore even if the tray icon is closed.
1001
1002
      - Win32:
1003
        o The problem that prevented the rename and move of folders was fixed.
1004
	o The problem that prevented the creation of temporary files by users
1005
	  who don't have the write permission of the root directory was fixed.
1006
	o The action of Drag'n'drop now becomes move.
1007
    * Feature changes / enhancements:
1008
      - The directory with multiple hierarchy can be specified when creating
1009
        a new mailbox.
1010
      - Error messages are now output to the log window and the log file.
1011
      - The 'Create filter rule' menu was brought back in the context menu.
1012
      - The display of the property of top folders was enabled.
1013
1014
      - Win32:
1015
        o SSL/TLSv1 was supported.
1016
	o The console window was disabled.
1017
	o The environmental variable APPDATA is used for the location of
1018
	  configuration files.
1019
	o The default browser is used now when opening URL.
1020
	o The system settings will be used when opening attachments.
1021
	o The launch of executable files was disabled.
1022
	o The support of environment-dependent Japanese characters was
1023
	  enhanced.
1024
	o The duplicate launch is prohibited now.
1025
1026
* 2.1.3 (development)
1027
1028
    * The feature to save all attachments at once was added.
1029
    * The subscription dialog of newsgroups was reimplemented with GtkTreeView.
1030
    * The verification of S/MIME sigunature (PKCS#7) was enabled.
1031
    * The support of character entity references in HTML messages was improved.
1032
    * The subject line is now displayed in the title bar of the composition
1033
      window.
1034
    * The vertical scrollbar of the folder view now shows or hides itself
1035
      automatically.
1036
    * The message number columns of the folder view can be toggled now.
1037
    * The selected row of the summary view will be kept when the state of
1038
      thread display is changed.
1039
    * The selected row will be aligned to center when it reaches the edge of
1040
      the summary view on key operation.
1041
    * The code conversion error and line limit warning will not be displayed
1042
      anymore when saving as draft.
1043
    * Some code cleanups were made.
1044
1045
* 2.1.2 (development)
1046
1047
    * The core parts were separated into a library (LibSylph), and its license
1048
      was changed to LGPL.
1049
    * The feature to sort the summary by thread date was implemented.
1050
    * When executing IMAP4 operations which take long time, its progress is
1051
      now displayed on the statusbar, and the UI is periodically updated.
1052
    * The number of messages to be copied at a time on IMAP4 was limited to
1053
      prevent timeout error.
1054
    * GPG and SSL settings are now saved even if they are disabled at the
1055
      compile time.
1056
    * The auto detection of Japanese encoding now supports UTF-8 encoding.
1057
    * The text display has been modified a bit.
1058
    * The initial implementation of tray icon was added.
1059
    * Address fields are now normalized before sending.
1060
    * Some problems of the addressbook was fixed.
1061
    * A bug in which message/rfc822 attachments were broken when pgp-signed
1062
      was fixed.
1063
    * Win32: A bug in which opened sockets were not closed properly was fixed.
1064
1065
* 2.1.1 (development)
1066
1067
    * IMAP4 now works with Win32 platform.
1068
    * The sorting of summary now fall backs to comparison by date.
1069
    * localedir, manualdir, and faqdir became user-configurable on configure.
1070
    * A bug that multiple selection of the addressbook with Control key
1071
      didn't work with GTK+ 2.6.9 was fixed.
1072
1073
* 2.1.0 (development)
1074
1075
    * Win32 (MinGW) platform was supported.
1076
    * Many portability fixes were made.