Statistics
| Revision:

root / NEWS @ 2326

History | View | Annotate | Download (42.4 kB)

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