Statistics
| Revision:

root / NEWS

History | View | Annotate | Download (65.7 kB)

1 486 hiro
Changes of Sylpheed
2 486 hiro
3 3257 hiro
* 3.4.0beta4 (development)
4 3257 hiro
5 3257 hiro
    * The feature to save message as plain text was added.
6 3257 hiro
    * Printing now prints all texts in messages, not only the first one.
7 3257 hiro
    * The HTML parser now supports <blockquote> tag.
8 3257 hiro
    * An option to prefer HTML part in multipart/alternative was added
9 3257 hiro
      (default: off).
10 3257 hiro
    * Bugfixes of HTML display were made.
11 3257 hiro
12 3240 hiro
* 3.4.0beta3 (development)
13 3240 hiro
14 3240 hiro
    * Rebuilding of folder tree which was broken at 3.4.0beta1 was fixed
15 3240 hiro
      (#103).
16 3240 hiro
    * The bug that double-quote (") and backslash (\) in
17 3240 hiro
      folder/username/password were not escaped and could not be used on IMAP4
18 3240 hiro
      was fixed.
19 3240 hiro
    * Quotation of forwarded messages is enabled for template now.
20 3240 hiro
    * When marking a message as junk and moving it to a junk folder, proper
21 3240 hiro
      junk folder is selected instead of default one.
22 3241 hiro
    * When applying a template for a new message, current date is inserted
23 3241 hiro
      with '%d'.
24 3240 hiro
25 3215 hiro
* 3.4.0beta2 (development)
26 3215 hiro
27 3215 hiro
    * New message notification window was added.
28 3224 hiro
    * An option to the junk filter setting was added:
29 3224 hiro
      'Do not classify message as junk if sender is in the address book'.
30 3231 hiro
    * Some non-standard Date header patterns are handled now.
31 3215 hiro
    * Win32: start menu shortcuts are translated.
32 3215 hiro
33 3205 hiro
* 3.4.0beta1 (development)
34 3205 hiro
35 3205 hiro
    * Safe mode (which does not load plug-ins) was added (--safe-mode).
36 3205 hiro
    * The existence of destination folders are checked when creating a filter
37 3205 hiro
      rule.
38 3205 hiro
    * The recursion level is restricted up to 64 when scanning local mailbox
39 3205 hiro
      (prevents infinite loop with symlink. Note: Linux automatically limits
40 3205 hiro
      the symlink loop up to 40)
41 3205 hiro
    * The labels used in POP3 remote mailbox dialog was modified.
42 3205 hiro
    * POP3: do not disconnect immediately but send QUIT command on normal
43 3205 hiro
      POP3 errors (prevents deleted messages appear again).
44 3205 hiro
    * IMAP: "INBOX" folder became case insensitive as specified in RFC 3501.
45 3205 hiro
    * IMAP: server name for cache directory is escaped now
46 3205 hiro
      (fixes cache creation when using IPv6 address for server name on Windows).
47 3205 hiro
    * Win32: socket timeout setting now works on Windows.
48 3205 hiro
49 3178 hiro
* 3.3.0
50 3178 hiro
51 3177 hiro
* 3.3.0rc (release candidate)
52 3177 hiro
53 3177 hiro
    * The Japanese manual was updated.
54 3177 hiro
    * The bug that hyperlinks did not respond when 'Show attached files
55 3177 hiro
      first on message view' option was set was fixed.
56 3177 hiro
    * Some compilation fixes were made.
57 3177 hiro
    * Win32: .eml file association was added to installer.
58 3177 hiro
    * Win32: mailto and .eml association are automatically set to default
59 3177 hiro
      on Windows 7 on installation.
60 3181 hiro
    * Win32: included libtiff library was updated to 3.9.7 (security fix).
61 3177 hiro
62 3157 hiro
* 3.3.0beta2 (development)
63 3157 hiro
64 3162 hiro
    * The ability of opening external rfc822 format message files (.eml) was
65 3162 hiro
      added.
66 3157 hiro
    * Sylpheed now accepts mailto: and file: URL without command-line option.
67 3162 hiro
      (sylpheed file:///path/to/file.eml)
68 3157 hiro
    * The option to specify the position of the attach tool button was added.
69 3157 hiro
    * The header labels on the header view now have tooltips.
70 3157 hiro
    * A minor memory leak related to tooltips was fixed.
71 3162 hiro
    * The long-standing drag-without-button-press bug on IMAP folders (since
72 3162 hiro
      3.0) was fixed (#93).
73 3165 hiro
    * The sylpheed.desktop file was modified so that desktop shells can
74 3165 hiro
      recognize Sylpheed as rfc822 and mailto handler.
75 3165 hiro
    * The sylpheed.spec file was fixed so that it builds on x86_64 platform,
76 3165 hiro
      and also builds sylpheed-plugins package.
77 3157 hiro
78 3140 hiro
* 3.3.0beta1 (development)
79 3140 hiro
80 3140 hiro
    * Attached files are now placed first on the message view.
81 3140 hiro
    * Attached files can be opened from the attachment tool menu.
82 3140 hiro
    * The attachment tool menu was moved to the left of the header view.
83 3140 hiro
    * The option 'Toggle attachment list view with tab' and 'Show attached
84 3140 hiro
      files first on message view' were added at 'Common preferences -
85 3140 hiro
      Display - Attachment'.
86 3146 hiro
    * 'Export only selected messages' option was added to the message export
87 3146 hiro
      dialog.
88 3146 hiro
    * The import/export of messages became cancellable.
89 3140 hiro
    * config.rpath and install-sh script in the tarball were updated.
90 3140 hiro
    * IMAP FETCH command response parser was fixed.
91 3140 hiro
92 3118 hiro
* 3.2.0 (stable)
93 3118 hiro
94 3116 hiro
* 3.2.0rc (release candidate)
95 3116 hiro
96 3116 hiro
    * The Japanese manual was updated.
97 3116 hiro
    * The "show_attach_tab" option (without UI), which reverts the attachments
98 3116 hiro
      interface to the old one, was added.
99 3116 hiro
    * The clip icon was replaced with more visible one on selected row.
100 3116 hiro
    * The compilation failure with --disable-ipv6 was fixed.
101 3116 hiro
    * Some compiler warnings were removed.
102 3116 hiro
    * The bug that 'Stop' button did't become inactive after receiving was
103 3116 hiro
      fixed.
104 3116 hiro
    * Win32: the default junk commands were changed to sylfilter.
105 3116 hiro
    * Win32: included libpng library was updated to 1.2.49 (security fix).
106 3116 hiro
    * Win32: included libtiff library was updated to 3.9.6 with CVE-2012-1173
107 3116 hiro
      patch (security fix).
108 3116 hiro
    * Win32: OpenSSL was updated to 0.9.8x (security fix).
109 3116 hiro
110 3102 hiro
* 3.2.0beta9 (development)
111 3102 hiro
112 3102 hiro
    * The Attachments tab was replaced with a toggle button to save the
113 3102 hiro
      vertical space, and attachment tool menu was also added.
114 3102 hiro
    * Other minor fixes and UI improvements were made.
115 3102 hiro
    * Win32: the file selector now follows Windows shortcut (.lnk).
116 3102 hiro
117 3083 hiro
* 3.2.0beta8 (development)
118 3083 hiro
119 3083 hiro
    * Address autocomplete drop-down list was fixed (#52).
120 3083 hiro
    * Line-space for auto-wrapped lines now reflects the line-space setting
121 3083 hiro
      (#64).
122 3083 hiro
    * The encoding of Japanese manual was changed to UTF-8 to prevent display
123 3083 hiro
      failure on some browsers.
124 3083 hiro
    * DNS lookup error is now distinguished from other connection errors.
125 3083 hiro
    * Some minor fixes for IMAP were made.
126 3083 hiro
    * Other minor fixes were made.
127 3083 hiro
    * Win32: an option to play sound when new messages arrive was added.
128 3083 hiro
    * Win32: the launch of Windows installer became faster.
129 3083 hiro
130 3045 hiro
* 3.2.0beta7 (development)
131 3045 hiro
132 3045 hiro
    New features
133 3045 hiro
134 3045 hiro
    * The context menu of the folder view and the summary view can be popped
135 3045 hiro
      up using Menu key or Shift+F10.
136 3045 hiro
    * The details of new message counts are displayed on the tooltip of the
137 3045 hiro
      tray icon.
138 3045 hiro
    * Win32: SylFilter is now also included in the installer (since 3.2beta6).
139 3045 hiro
140 3045 hiro
    Improvements
141 3045 hiro
142 3045 hiro
    * Corrupted message caches of news and IMAP are automatically discarded
143 3045 hiro
      now.
144 3045 hiro
    * Address auto-completion now also matches to the subsequent part of the
145 3045 hiro
      name of contacts.
146 3045 hiro
    * On file selection dialog, the last selected folders are preserved
147 3045 hiro
      between sessions now.
148 3045 hiro
149 3045 hiro
    Bugfixes
150 3045 hiro
151 3045 hiro
    * The check of IMAP AUTHENTICATE response was fixed.
152 3045 hiro
    * The compilation failure with GLib 2.32 or later was fixed.
153 3045 hiro
    * The bug that a MIME part that didn't have its name could not be saved
154 3045 hiro
      was fixed.
155 3045 hiro
    * Win32: the bug that the installation process continued even if uninstall
156 3045 hiro
      was cancelled on update was fixed.
157 3045 hiro
158 3024 hiro
* 3.2.0beta6 (development)
159 3024 hiro
160 3024 hiro
    * The blinking period of the tray icon was extended to 10 seconds.
161 3024 hiro
    * New plug-in signals were added.
162 3024 hiro
    * 'Is shorter than' became the default for 'Age' filter condition.
163 3024 hiro
    * News (NNTP) now supports SOCKS proxy.
164 3024 hiro
    * A bug that filter settings were lost if Escape key was pressed
165 3024 hiro
      quickly on auto filter creation was fixed.
166 3024 hiro
    * Other bugfixes were made.
167 3024 hiro
    * Win32: OpenSSL was updated to 0.9.8t (security fix).
168 3024 hiro
    * Win32: included libpng library was updated to 1.2.47 (security fix).
169 3024 hiro
    * Win32: included curl executable was updated to 7.24.0.
170 3024 hiro
171 2997 hiro
* 3.2.0beta5 (development)
172 2997 hiro
173 2999 hiro
    * The POP3 remote mailbox now supports SOCKS proxy.
174 2997 hiro
    * The POP3 remote mailbox now retrieves headers from the newer messages
175 2997 hiro
      (useful for slow connection).
176 2997 hiro
    * The POP3 remote mailbox can now reload message headers after the loading
177 2997 hiro
      is stopped.
178 2999 hiro
    * The previous change of the message view (always show the message view
179 2999 hiro
      on startup) was reverted except for vertical view mode.
180 2999 hiro
    * The crash bug that occurred when IMAP message fetching and new message
181 2999 hiro
      checking happened at the same time was fixed.
182 2997 hiro
183 2985 hiro
* 3.2.0beta4 (development)
184 2985 hiro
185 2985 hiro
    * Multiple keywords search of the quick search was implemented.
186 2985 hiro
    * Sylfilter command was added as a preset of junk filter program.
187 2985 hiro
    * MIME debug output was modified.
188 2985 hiro
    * On browsing IMAP folder, the error "imap_cmd_gen_send: cannot send
189 2985 hiro
      command because another command is already running." was fixed.
190 2985 hiro
    * The focus on quick search entry is not stolen by the refresh of summary.
191 2985 hiro
    * Both filtered and original numbers of messages are displayed on the
192 2985 hiro
      status label now.
193 2985 hiro
    * Always show the message view on startup (fixes wrong view size on
194 2985 hiro
      vertical-view mode).
195 2985 hiro
196 2958 hiro
* 3.2.0beta3 (development)
197 2958 hiro
198 2958 hiro
    * The translation was updated.
199 2958 hiro
    * The Japanese manual was updated.
200 2958 hiro
    * Win32: included GTK+ MS-Windows theme engine (libwimp.dll) was updated
201 2958 hiro
      to fix potential DLL loading vulnerability. Other parts of
202 2958 hiro
      GTK+ (2.10.14) are not affected.
203 2958 hiro
    * Win32: included libpng library was updated to 1.2.46 (security fix).
204 2958 hiro
205 2935 hiro
* 3.2.0beta2 (development)
206 2935 hiro
207 2935 hiro
    * The performance of reading cache files was improved by using memory
208 2935 hiro
      mapped file (requires GTK+ >= 2.8).
209 2935 hiro
    * 'Account Preferences - Advanced - Put deleted messages in' account
210 2935 hiro
      setting actually works now.
211 2935 hiro
    * Style colors are used for attachment label widgets now.
212 2935 hiro
    * The text color of quick search on dark themes was fixed.
213 2939 hiro
    * The HTML parser was modified.
214 2935 hiro
215 2922 hiro
* 3.2.0beta1 (development)
216 2922 hiro
217 2922 hiro
    New features
218 2922 hiro
219 2922 hiro
      * Each attachments on the message view now have graphical label and
220 2922 hiro
        popup menu.
221 2922 hiro
      * Win32: IPv6 support on Windows XP or later was enabled again.
222 2922 hiro
        (This time, it will also work on Windows 2000 (IPv4 only support))
223 2922 hiro
224 2922 hiro
    Improvements
225 2922 hiro
226 2922 hiro
      * Number of maximum characters per line of configuration files was
227 2922 hiro
        increased.
228 2922 hiro
      * Compose window will not be closed if saving of message to outbox
229 2922 hiro
        failed.
230 2922 hiro
      * Sender's e-mail address became not guessable from generated Message-Id.
231 2922 hiro
      * New plug-in APIs were added.
232 2922 hiro
233 2922 hiro
    Bugfixes
234 2922 hiro
235 2922 hiro
      * The crash bug that was caused by offline switch while IMAP session was
236 2922 hiro
        active was fixed.
237 2922 hiro
      * Queue control headers are removed when moving messages from queue
238 2922 hiro
        folders to trash.
239 2922 hiro
      * Duplicated keyboard accelerators on some dialogs were fixed.
240 2922 hiro
      * Fixed a memory leak.
241 2922 hiro
242 2922 hiro
    Other changes
243 2922 hiro
244 2922 hiro
      * Many alloca() calls were removed.
245 2922 hiro
      * Win32: the updater executables were not included in the zip version
246 2922 hiro
        anymore to prevent incorrect update.
247 2922 hiro
248 2846 hiro
* 3.1.1 (stable)
249 2846 hiro
250 2846 hiro
    * The column width of the address book will be saved now.
251 2854 hiro
    * The keyboard shortcut of 'File/Send' menu of compose window was changed
252 2854 hiro
      to prevent accidental sending.
253 2870 hiro
    * The bug that caused occasional crash when summary was updated while
254 2870 hiro
      receiving messages was fixed.
255 2846 hiro
    * The compilation problem on some environment was fixed.
256 2846 hiro
    * Some locale problems on Mac OS X was fixed.
257 2870 hiro
    * The compilation error on newer gcc was fixed.
258 2870 hiro
    * Finnish translation was added.
259 2846 hiro
260 2827 hiro
* 3.1.0 (stable)
261 2827 hiro
262 2827 hiro
    * Copyright year was updated.
263 2827 hiro
    * A compiler warning was removed.
264 2827 hiro
    * The return value of procmime API was fixed.
265 2827 hiro
266 2810 hiro
* 3.1.0rc (release candidate)
267 2810 hiro
268 2810 hiro
    * Junk-filtered or trashed messages are not counted as new on mail
269 2810 hiro
      receiving.
270 2810 hiro
    * Show error dialog if junk mail filter command exit with fatal error.
271 2814 hiro
    * The long-standing bug in undo/redo was fixed.
272 2810 hiro
    * The bug that caused crash if the quick search was executed while folder
273 2810 hiro
      tree was empty was fixed.
274 2810 hiro
275 2777 hiro
* 3.1.0beta7 (development)
276 2777 hiro
277 2777 hiro
    * 'Reply to this address' was added to the e-mail address context menu.
278 2789 hiro
    * The default boolean type of query search and filter condition became AND.
279 2789 hiro
    * The matching algorithm of filtering was optimized (time-consuming
280 2789 hiro
      conditions will be evaluated later).
281 2800 hiro
    * The option not to display the send progress dialog was added.
282 2800 hiro
    * Move/copy marks are now preserved on folder refresh when immediate
283 2800 hiro
      execution is off.
284 2800 hiro
    * Build revision number was added to the about dialog.
285 2777 hiro
    * The bug that wrong unread message number was displayed after mail
286 2777 hiro
      receiving if 'Open inbox after receiving new mail' was enabled was fixed.
287 2789 hiro
    * Win32: The parameter for automatic update URL is properly added now.
288 2789 hiro
    * Win32: The wabread.exe executable that was missing on the previous
289 2789 hiro
      release was included. The automatic import of Windows Address Book
290 2789 hiro
      (WAB) file on initial startup actually works since this release.
291 2803 hiro
    * The Japanese manual was updated.
292 2777 hiro
293 2772 hiro
* 3.1.0beta6 (development)
294 2772 hiro
295 2772 hiro
    * A new option 'Set only mail address when entering recipient from address
296 2772 hiro
      book' was added.
297 2772 hiro
    * The menu items 'Add to recipient/Cc/Bcc' were added to the address book.
298 2772 hiro
    * On junk mail filtering, appropriate Junk folder for accounts will be
299 2772 hiro
      selected.
300 2772 hiro
    * When going offline, all current network sessions will be disconnected.
301 2772 hiro
    * Low priority will be used for long timeout interval.
302 2772 hiro
    * The behavior on opening folders and mark-read timing was modified again.
303 2772 hiro
    * The HTML parser was fixed to handle 'a' tag correctly.
304 2772 hiro
    * Win32: The text font setting will be checked always on startup
305 2772 hiro
      (Japanese locale only).
306 2772 hiro
    * The Japanese manual was updated.
307 2772 hiro
308 2746 hiro
* 3.1.0beta5 (development)
309 2746 hiro
310 2746 hiro
    * Win32: The crash on update check was fixed.
311 2746 hiro
    * The bug that temporary password was not cleared when authentication
312 2746 hiro
      failed on SMTP AUTH.
313 2746 hiro
    * Plug-in update check will be also disabled if --disable-updatecheck is
314 2746 hiro
      specified on configure.
315 2746 hiro
316 2736 hiro
* 3.1.0beta4 (development)
317 2736 hiro
318 2736 hiro
    * New features
319 2736 hiro
320 2739 hiro
      * SOCKS4/SOCKS5 proxy support was added (per-account option).
321 2739 hiro
      * Win32: The automatic import of Windows Address Book (WAB) file on
322 2739 hiro
        initial startup was added.
323 2736 hiro
      * Win32: Automatic update of program and plug-ins was implemented.
324 2736 hiro
325 2736 hiro
    * Improvements
326 2736 hiro
327 2736 hiro
      * Messages on POP3 server will be left for 7 days by default.
328 2736 hiro
      * New plug-in APIs for sending messages were added.
329 2736 hiro
      * The option 'Always mark as read when a message is opened' was added.
330 2736 hiro
        This will bring back the previous behavior.
331 2739 hiro
      * Win32: The installer now allows users to choose plug-ins to be
332 2739 hiro
        installed.
333 2739 hiro
      * Win32: The installer now remembers the previous install settings
334 2739 hiro
        on update.
335 2736 hiro
336 2736 hiro
    * Bugfixes
337 2736 hiro
338 2736 hiro
      * The bug that temporary password was not cleared when authentication
339 2736 hiro
        failed with remote POP3 mailbox.
340 2736 hiro
341 2736 hiro
    * Other changes
342 2736 hiro
343 2736 hiro
      * The Japanese manual was updated.
344 2736 hiro
      * NSIS installer script files are included in the distribution.
345 2736 hiro
346 2669 hiro
* 3.1.0beta3 (development)
347 2669 hiro
348 2669 hiro
    * New features
349 2669 hiro
350 2669 hiro
      * Drag and drop of addresses on the address book is supported now.
351 2669 hiro
      * New plug-in 'Attachment Tool Plug-in' was added. It enables the
352 2669 hiro
        removal of attachments in messages.
353 2669 hiro
      * MS Outlook Express mail stores (dbx) can be imported now.
354 2669 hiro
      * Win32: MS Outlook Express mail stores can be imported automatically
355 2669 hiro
        on first run.
356 2669 hiro
357 2669 hiro
    * Improvements
358 2669 hiro
359 2669 hiro
      * 'Alias' attribute can be selected on CSV addressbook import.
360 2669 hiro
      * When modification of templates are cancelled, confirm dialog will
361 2669 hiro
        be displayed now.
362 2669 hiro
      * The order of templates can be changed now.
363 2669 hiro
      * Virtual folders can be moved now.
364 2669 hiro
      * 'Always show messages in summary when selected' was improved, and
365 2669 hiro
        it is enabled by default.
366 2674 hiro
        - Automatically selected messages will not be marked as read anymore.
367 2674 hiro
        - The message view will not be cleared on multiple selection.
368 2669 hiro
      * "mark_as_read_on_new_window" setting became a hidden option.
369 2669 hiro
      * Redundant menu items are not displayed on the context menu of the
370 2669 hiro
        folder view now.
371 2669 hiro
      * 'Junk' special folder was added. It will be automatically created
372 2669 hiro
        if not exist.
373 2669 hiro
      * 'Empty junk' context menu will be displayed on the Junk folder.
374 2669 hiro
      * A new account option 'Put signature before quote (not recommended)'
375 2669 hiro
        was added.
376 2669 hiro
      * A new option 'Change current account on folder open' was added, and
377 2669 hiro
        it is enabled by default.
378 2669 hiro
      * 'Cancel all' button was added to the POP3 receive dialog.
379 2669 hiro
      * The POP3 receive dialog will display only the number and size of
380 2669 hiro
        messages in current session, not including previously received ones.
381 2669 hiro
      * On 'File - Save as...' dialog, '.eml' extension was added for the
382 2669 hiro
        default file name.
383 2669 hiro
      * New plug-in APIs for summary view and alert panel were added.
384 2669 hiro
      * English Sylpheed FAQ was updated.
385 2669 hiro
386 2669 hiro
    * Bugfixes
387 2669 hiro
388 2674 hiro
      * The bug that accepted SSL certs were not loaded when using --configdir
389 2674 hiro
        option was fixed.
390 2669 hiro
      * The IMAP4 response parser was fixed.
391 2673 hiro
      * The LDIF parser was modified.
392 2669 hiro
393 2619 hiro
* 3.1.0beta2 (development)
394 2619 hiro
395 2619 hiro
    * On POP3 receiving, new messages are displayed on the summary view
396 2619 hiro
      immediately. Folder switching is not required anymore.
397 2619 hiro
    * The feature to combine partial messages (RFC 2046, message/partial)
398 2619 hiro
      was added.
399 2619 hiro
    * Users can move up/collapse/expand the folder view using left/right arrow
400 2619 hiro
      key now.
401 2619 hiro
    * When inline image setting is off, images are not displayed in the
402 2619 hiro
      Attachment tab too.
403 2619 hiro
    * When a connection to IMAP/News server fails, an error dialog will be
404 2619 hiro
      displayed now.
405 2619 hiro
    * The menu items 'Mark/Mark' and 'Mark/Unmark' were changed to
406 2619 hiro
      'Mark/Set flag' and 'Mark/Unset flag' for understandability.
407 2619 hiro
    * The upper limit of auto-check interval was changed to 1000 minutes.
408 2619 hiro
    * The new plug-in APIs for user-agent string and the summary view were
409 2619 hiro
      added.
410 2619 hiro
    * The source files of the English FAQ and manual were added.
411 2620 hiro
    * The hidden <account-id> filter condition works now.
412 2619 hiro
    * Fixed-positioned windows (such as main window, compose window, etc.)
413 2619 hiro
      are always displayed on screen now. This prevents windows displayed
414 2619 hiro
      outside of screen between multi and single monitor switching.
415 2619 hiro
    * The crash when POP3 session was cancelled while processing received mail
416 2619 hiro
      was fixed.
417 2619 hiro
418 2571 hiro
* 3.1.0beta1 (development)
419 2571 hiro
420 2571 hiro
    * Full automatic address completion was implemented. Users can also
421 2571 hiro
      configure to use the previous behavior (start completion on Tab key).
422 2571 hiro
    * The debug log output for filtering was added.
423 2571 hiro
    * Update check can also show alternative version as well as internal
424 2571 hiro
      version now.
425 2571 hiro
    * New plug-in APIs for update check and folder view were added.
426 2571 hiro
    * A new option '--instance-id <ID>' was added. This allows users to run
427 2571 hiro
      multiple instances of Sylpheed.
428 2571 hiro
    * 'Open' menu was added to the attach context menu of the message
429 2571 hiro
      composition window. This allows users to open attached files before
430 2571 hiro
      sending.
431 2571 hiro
    * English Sylpheed FAQ was updated.
432 2571 hiro
    * Plug-ins are also loaded from user plug-in directory now.
433 2571 hiro
    * Unix: the default web browser command was changed to xdg-open, and
434 2571 hiro
      obsolete commands were removed.
435 2571 hiro
    * Unix: the crash when using %f on IMAP messages at the action tool was
436 2571 hiro
      fixed.
437 2571 hiro
    * The crash when clicking tray icon menu 'Get from current account' when
438 2571 hiro
      no account exist was fixed.
439 2571 hiro
    * The crash on 64-bit architecture with LDAP was fixed (debian BTS #463366).
440 2571 hiro
    * Some GTK+ warnings were removed.
441 2571 hiro
    * Redundant debug or error messages were removed.
442 2571 hiro
    * The bug that MIME flags were not set to imported mbox file and filtered
443 2571 hiro
      sent messages was fixed.
444 2571 hiro
445 2527 hiro
* 3.0.2 (stable)
446 2527 hiro
447 2528 hiro
    * The random scrolling problem on selecting folders with GTK+ 2.12 or
448 2528 hiro
      later was fixed.
449 2528 hiro
    * The problem that config files are not updated after creating new
450 2528 hiro
      accounts was fixed.
451 2528 hiro
    * The problem that folder config file was not updated after changing IMAP
452 2528 hiro
      or News account name was fixed.
453 2528 hiro
    * Win32: OpenSSL was updated to 0.9.8n (security fix).
454 2527 hiro
455 2520 hiro
* 3.0.1 (stable)
456 2520 hiro
457 2522 hiro
    * Several typos in dialogs were fixed.
458 2522 hiro
    * The Japanese manual was updated.
459 2520 hiro
    * Win32: included libpng library was updated to 1.2.43 (security fix).
460 2520 hiro
    * Win32: included libtiff library was updated to 3.9.2 (security fix).
461 2520 hiro
462 2502 hiro
* 3.0.0 (stable)
463 2502 hiro
464 2502 hiro
    * The message catalogs were updated.
465 2508 hiro
    * The bug that caused freeze when sending or receiving messages with
466 2508 hiro
      STARTTLS and 'SSL certificate verify failed' dialog popped up.
467 2502 hiro
468 2495 hiro
* 3.0.0rc (development)
469 2495 hiro
470 2498 hiro
    * The Japanese manual was updated.
471 2495 hiro
    * The 'Enable address auto-completion' setting was added.
472 2495 hiro
    * Curl command timeout was set to 10 seconds.
473 2495 hiro
    * The compile error with OpenSSL disabled was fixed.
474 2495 hiro
    * Win32: multiple reference to a folder with different letter case is
475 2495 hiro
      prohibited when creating a new one.
476 2495 hiro
    * Some minor bugs were fixed.
477 2495 hiro
478 2456 hiro
* 3.0.0beta8 (development)
479 2456 hiro
480 2474 hiro
    * The new filter match type 'is in addressbook' was added. This can be
481 2474 hiro
      used from filtering, query search and quick search.
482 2456 hiro
    * The new account setup dialog was implemented. It also supports easy
483 2456 hiro
      Gmail setup.
484 2456 hiro
    * The address completion was modified.
485 2474 hiro
    * The spell-checking and PGP settings are preserved for draft messages now.
486 2456 hiro
    * The crash problem when trying to check PGP signatures while GnuPG was
487 2456 hiro
      not available was fixed.
488 2456 hiro
489 2439 hiro
* 3.0.0beta7 (development)
490 2439 hiro
491 2449 hiro
    * The feature to add new recipients to address book on sending was added.
492 2439 hiro
    * Color labels are saved on IMAP server now (partially compatible with
493 2439 hiro
      Thunderbird).
494 2449 hiro
    * The auto-wrapping setting is preserved for draft messages now.
495 2439 hiro
    * The problem that beep sound was out when opening folders which were
496 2439 hiro
      sorted in descending order was fixed.
497 2439 hiro
    * The new plug-in APIs for compose window were added.
498 2439 hiro
499 2427 hiro
* 3.0.0beta6 (development)
500 2427 hiro
501 2427 hiro
    * The bug that IMAP caches get wrongly deleted was fixed.
502 2427 hiro
    * The copyright year was updated.
503 2427 hiro
504 2412 hiro
* 3.0.0beta5 (development)
505 2412 hiro
506 2423 hiro
    * The feature to customize the color label text was added.
507 2412 hiro
    * The option to set only mail address of recipients when replying was
508 2412 hiro
      added.
509 2423 hiro
    * When messages are added to IMAP folders, received-date information
510 2423 hiro
      is also set using Date header (mainly for Gmail).
511 2412 hiro
    * The configure option '--disable-updatecheck' which disables the update
512 2412 hiro
      check feature was added.
513 2423 hiro
    * The configure option '--enable-silent-rules' is enabled if automake is
514 2423 hiro
      equal or greater than 1.11.
515 2423 hiro
    * A workaround for crash caused by enchant with zemberek was added
516 2423 hiro
      (requires dbus-glib-1 if enchant is equal or greater than 1.4.2).
517 2412 hiro
    * The bug that caused freeze when remote IPC commands were executed.
518 2423 hiro
    * The bug that IMAP caches with UIDs larger than INT_MAX were never
519 2423 hiro
      deleted was fixed.
520 2412 hiro
521 2394 hiro
* 3.0.0beta4 (development)
522 2394 hiro
523 2394 hiro
    * The folder icons were renewed.
524 2394 hiro
    * 'Last 7 days' was added to the quick search options.
525 2394 hiro
    * The number of matched messages is displayed at the side of quick search
526 2394 hiro
      now.
527 2394 hiro
    * Description is displayed on the quick search entry when it does not have
528 2394 hiro
      focus.
529 2394 hiro
    * Always show warning dialog when SSL certificate is expired.
530 2394 hiro
    * The menu item to request disposition notification was added to the
531 2394 hiro
      compose window.
532 2394 hiro
    * The setup dialog on the first run became user-friendly.
533 2394 hiro
    * The update check dialog will not be displayed if modal dialog exists
534 2394 hiro
      or receiving of mail is active to prevent dialogs becoming
535 2394 hiro
      uncontrollable.
536 2394 hiro
    * The button order of folder selection dialog was modified.
537 2394 hiro
    * Win32: the button order of close confirmation dialog of compose window
538 2394 hiro
      was modified.
539 2394 hiro
540 2362 hiro
* 3.0.0beta3 (development)
541 2362 hiro
542 2362 hiro
    * SHA1/MD5 fingerprint and validity period of certificate is now
543 2362 hiro
      displayed when verification of server SSL certificate failed.
544 2362 hiro
    * Address book is now sortable by each column.
545 2362 hiro
    * Address book search feature was added.
546 2362 hiro
    * The visibility of message number columns in the folder view is now
547 2362 hiro
      configurable for each column.
548 2362 hiro
    * The error check of socket connection became more strict.
549 2362 hiro
    * Win32: OpenSSL was updated to 0.9.8l.
550 2362 hiro
551 2347 hiro
* 3.0.0beta2 (development)
552 2347 hiro
553 2347 hiro
    * Many important bugs related to multi-threading were fixed.
554 2347 hiro
    * The unintended drag start on IMAP folders was fixed.
555 2347 hiro
    * The libtool version was increased to prevent linking problem.
556 2347 hiro
    * Several new APIs were added to the plug-in library.
557 2347 hiro
    * Win32: 48x48(32bpp) icon was added.
558 2347 hiro
559 2306 hiro
* 3.0.0beta1 (development)
560 2306 hiro
561 2306 hiro
    * Multi-threading was introduced.
562 2306 hiro
      (can be disabled by --disable-threads configure option)
563 2306 hiro
    * Win32: network connection runs on another thread to prevent blocking
564 2306 hiro
      of the user interface.
565 2306 hiro
    * Execution of external commands (such as bsfilter) on filtering will
566 2306 hiro
      not block the user interface anymore.
567 2306 hiro
    * The major part of IMAP protocol communication runs on another thread
568 2306 hiro
      to prevent blocking of the user interface.
569 2306 hiro
    * The query search is executed on another thread.
570 2306 hiro
    * LibSylph is (almost) thread-safe now.
571 2306 hiro
    * Summary caches are updated on the fly (on receive/move/copy/delete).
572 2306 hiro
      This improves the performance of opening folders with many new messages.
573 2306 hiro
    * Progress is displayed while scanning folders.
574 2306 hiro
    * The user interface of address book was rewritten using the new API
575 2306 hiro
      (GtkTreeView). This will reduce the glitches in the older versions.
576 2308 hiro
    * Included Sylpheed FAQ (English) was updated.
577 2306 hiro
    * Some bugfixes are made.
578 2306 hiro
579 2215 hiro
* 2.7.1 (stable)
580 2215 hiro
581 2215 hiro
    * The feature to import and export .eml files was added.
582 2215 hiro
    * Progress is displayed during import and export now.
583 2215 hiro
    * The warning about non-exist plug-in directory was removed.
584 2215 hiro
    * The comments within Content-Type header are handled now.
585 2215 hiro
    * The order of signals emitted at moving messages was modified.
586 2215 hiro
    * The sylpheed.spec file was fixed.
587 2215 hiro
588 2170 hiro
* 2.7.0 (stable)
589 2170 hiro
590 2177 hiro
    * The plug-in system was implemented (still experimental. See
591 2177 hiro
      PLUGIN.txt for detail).
592 2190 hiro
    * LibSylph (internal version) is built as shared library now.
593 2188 hiro
    * The update check feature was implemented (requires curl command).
594 2170 hiro
    * fsync() will be called after writing configuration files.
595 2170 hiro
    * 'Send queued messages' is shown instead of 'Mark all read'
596 2170 hiro
      in the context menu of the Queue folder.
597 2177 hiro
    * The default command line options of spam filters were modified.
598 2188 hiro
    * Win32: hard link will be used to improve file I/O performance if
599 2188 hiro
      available.
600 2188 hiro
    * A crash bug on CSV import of the address book was fixed.
601 2177 hiro
    * Several other bugfixes were made.
602 2170 hiro
603 2092 hiro
* 2.6.0 (stable)
604 2092 hiro
605 2092 hiro
    * A workaround for raw-JIS filename used for attachments (specifically
606 2092 hiro
      Eudora) was made.
607 2092 hiro
    * Some build fixes were made.
608 2092 hiro
609 2083 hiro
* 2.6.0rc (development)
610 2083 hiro
611 2083 hiro
    * The backups for configuration files are kept for four generations now.
612 2083 hiro
    * Only new messages are counted when incorporating from local mbox.
613 2083 hiro
    * In the folder selection dialog, only folders which are expanded in the
614 2083 hiro
      folder view are expanded now.
615 2083 hiro
    * The folders which should not be selected in the folder selection dialog
616 2083 hiro
      became unselectable now.
617 2083 hiro
    * The bug that the addressbook window was not refreshed when sender of
618 2083 hiro
      message was added to the addressbook was fixed.
619 2083 hiro
    * The compilation error in GTK+ 2.14.x was fixed.
620 2083 hiro
621 2063 hiro
* 2.6.0beta2 (development)
622 2063 hiro
623 2068 hiro
    * The menu was added to the remote POP3 mailbox window.
624 2063 hiro
    * The sorting of remote POP3 mailbox was fixed.
625 2063 hiro
    * The remote POP3 mailbox button was added to the toolbar.
626 2063 hiro
    * The Japanese manual was updated.
627 2065 hiro
    * Warnings about --datarootdir on configure was removed.
628 2063 hiro
629 2044 hiro
* 2.6.0beta1 (development)
630 2044 hiro
631 2044 hiro
    * The remote POP3 mailbox feature which can view/download/delete messages
632 2044 hiro
      on POP3 servers directly was added.
633 2044 hiro
    * Enchant (with GtkSpell 2.0.13) was supported.
634 2044 hiro
    * When creating filter rule automatically, the target header field is used
635 2044 hiro
      as a default filter name now.
636 2044 hiro
    * The progress column was added to the progress dialog.
637 2044 hiro
    * The parser of IMAP4 was fixed.
638 2044 hiro
    * Unix: SIGHUP/SIGINT/SIGTERM/SIGQUIT signals are handled now.
639 2044 hiro
    * Win32: system shutdown event is also handled on debug mode now.
640 2044 hiro
641 2044 hiro
* 2.5.0 (stable)
642 2044 hiro
643 2044 hiro
    * The sylpheed.desktop file was updated.
644 2044 hiro
645 2008 hiro
* 2.5.0rc2 (development)
646 2002 hiro
647 2002 hiro
    * A crash bug was fixed.
648 2002 hiro
    * Content-Transfer-Encoding header with comments was supported.
649 2005 hiro
    * UTF-8 locale strings with suffix '.utf8' were supported.
650 2008 hiro
    * The 8KB restriction of template body size was removed.
651 2002 hiro
652 1992 hiro
* 2.5.0rc (development)
653 1992 hiro
654 1992 hiro
    * The sylpheed.desktop file was fixed.
655 1992 hiro
    * The compose window now remembers the maximized state.
656 1992 hiro
    * The focus will not move from the text view to the summary view with
657 1992 hiro
      'Next/Prev' keyboard operation now.
658 1995 hiro
    * The alert dialog is displayed now when PGP signing/encryption failed.
659 1992 hiro
660 1987 hiro
* 2.5.0beta3 (development)
661 1987 hiro
662 1987 hiro
    * Quoted lines are excluded when notifying missing attachments.
663 1987 hiro
    * The option of excluded addresses/domains for recipients confirmation
664 1987 hiro
      was added.
665 1987 hiro
666 1976 hiro
* 2.5.0beta2 (development)
667 1976 hiro
668 1976 hiro
    * The feature to confirm missing attachments was added.
669 1976 hiro
    * The feature to confirm recipients before sending was added.
670 1976 hiro
    * To: header is also searched in Sent/Draft/Queue folders.
671 1976 hiro
    * 'Edit/Quick search' menu was added.
672 1976 hiro
    * Spaces in address and server entries on account preferences dialog
673 1976 hiro
      are now automatically removed when applied.
674 1976 hiro
    * The address completion was fixed.
675 1976 hiro
    * The compilation failure with GTK+ <= 2.8 was fixed.
676 1976 hiro
    * Win32: --attach option was fixed.
677 1976 hiro
678 1960 hiro
* 2.5.0beta1 (development)
679 1960 hiro
680 1960 hiro
    * The vertical 3-paned view mode was added.
681 1960 hiro
    * The feature to save SSL peer certificate was added.
682 1960 hiro
    * The option 'Treat HTML only message as attachment' was added.
683 1960 hiro
    * The bug that caused busy loop when initial connection was immediately
684 1960 hiro
      refused was fixed.
685 1960 hiro
    * The bug that the quote description dialog never appeared again after
686 1964 hiro
      closing it with the close button was fixed.
687 1960 hiro
    * The new/unread status display on quick search filtered mode was fixed.
688 1960 hiro
    * The windres command will not be enabled on non-win32 platforms now.
689 1960 hiro
690 1928 hiro
* 2.4.8 (stable)
691 1928 hiro
692 1928 hiro
    * The encoding method of MIME headers is now determined by outgoing
693 1928 hiro
      encoding rather than the value of MB_CUR_MAX.
694 1928 hiro
    * The memory leaks and warnings in LDAP search were fixed.
695 1930 hiro
    * The beep on folders with one message when using GTK+ 2.12 was removed.
696 1928 hiro
    * Win32: The crash that occurred when trying to display some TIFF files
697 1928 hiro
      was fixed.
698 1932 hiro
    * Win32: Settings are now automatically saved on the shutdown of system.
699 1928 hiro
700 1915 hiro
* 2.4.7 (stable)
701 1915 hiro
702 1915 hiro
    * The bug that 'Set display item of summary...' button in common
703 1915 hiro
      preferences always show send folder setting was fixed.
704 1915 hiro
    * The all compiler warnings were removed.
705 1915 hiro
    * The previous focus is kept when separation of view is changed.
706 1915 hiro
    * The status label is automatically resized now when there is not enough
707 1915 hiro
      width.
708 1916 hiro
    * The bug that virtual folders were not sorted properly was fixed.
709 1917 hiro
    * The crash when trying to use ascii-armored PGP encryption was fixed.
710 1915 hiro
711 1904 hiro
* 2.4.6 (stable)
712 1904 hiro
713 1904 hiro
    * The 'To' column was added to the summary view.
714 1905 hiro
    * In Sent, Draft, and Queue folders, the 'To' column is displayed by
715 1905 hiro
      default.
716 1904 hiro
    * The display column setting of send folders became independent from
717 1904 hiro
      normal folders.
718 1904 hiro
    * The ascii-armored PGP encryption was fixed.
719 1904 hiro
    * The combined method is used now when both PGP encryption and PGP signing
720 1904 hiro
      are specified.
721 1905 hiro
    * The PGP passphrase dialog was disabled on filtering and query search.
722 1904 hiro
    * The new message notify will be blocked when a new message is read on
723 1904 hiro
      receiving.
724 1904 hiro
    * 'LIST "" "*"' command is used instead of 'LIST "" "%"' to obtain folder
725 1904 hiro
      list from IMAP4 server.
726 1904 hiro
    * The bug that noinferior and noselect flags were ignored until rebuilding
727 1904 hiro
      folder tree when a new folder was created on IMAP4 server was fixed.
728 1904 hiro
    * If attached files become nonexistent on sending, error dialog will be
729 1904 hiro
      displayed and the sending will abort.
730 1904 hiro
731 1884 hiro
* 2.4.5 (stable)
732 1884 hiro
733 1884 hiro
    * The vulnerability that may be exploited by malicious POP3 server was
734 1886 hiro
      fixed (SA26550).
735 1885 hiro
    * The potential crash bug in address completion was fixed.
736 1884 hiro
    * The signature separator '--' is not joined on line wrapping now.
737 1884 hiro
    * Win32: GLib and GTK+ was updated to the latest version.
738 1884 hiro
    * Win32: The focus problem when closing dialogs was fixed (GTK+).
739 1884 hiro
740 1858 hiro
* 2.4.4 (stable)
741 1858 hiro
742 1858 hiro
    * Reply and forward marks are appended after messages are actually sent.
743 1858 hiro
    * The feature to reply to attached message/rfc822 messages was added.
744 1866 hiro
    * When a folder is renamed, the path of junk folder is also updated.
745 1874 hiro
    * A workaround for the error which occurs with Gmail SMTP server was made.
746 1858 hiro
    * Win32: The bug that the name entry of creating or renaming an address
747 1858 hiro
      book didn't accept key input was fixed.
748 1866 hiro
    * Win32: The bug that the renaming of folders didn't modify filter
749 1866 hiro
      actions in some cases was fixed.
750 1858 hiro
751 1760 hiro
* 2.4.3 (stable)
752 1760 hiro
753 1763 hiro
    * The quick search entry is cleared when Escape key is pressed on it.
754 1763 hiro
    * UTF-8 with BOM is handled correctly when inserting signature.
755 1799 hiro
    * A possible crash when adding address from address book was fixed.
756 1763 hiro
    * Win32: Sylpheed now can be specified as a default mail program in
757 1760 hiro
      Windows Vista.
758 1760 hiro
    * Win32: The stall of SMTP session when sending messages via dial-up
759 1760 hiro
      connection was fixed.
760 1760 hiro
    * Win32: The infinite loop bug which occurred when PID of external editor
761 1760 hiro
      was not obtained was fixed.
762 1772 hiro
    * Win32: The bug that dialogs which popup on auto-checking becoming
763 1772 hiro
      invisible if the main window was minimized was fixed.
764 1760 hiro
765 1698 hiro
* 2.4.2 (stable)
766 1698 hiro
767 1698 hiro
    * The recursive download of remote folders were enabled.
768 1698 hiro
    * SSL ports in Advanced tab of the account prefs dialog are now
769 1698 hiro
      automatically set when SSL is enabled.
770 1698 hiro
    * The '--open' command line option which open messages in new window was
771 1698 hiro
      added.
772 1698 hiro
    * The quick search condition for each folder now persists between sessions.
773 1698 hiro
    * The selection now persists when the quick search condition is updated.
774 1698 hiro
    * Quoted-printable or base64 encoding is now forced on PGP/MIME signing
775 1698 hiro
      instead of stripping trailing spaces (except for the case of ISO-2022-JP
776 1698 hiro
      encoding).
777 1698 hiro
    * The quoted-pair in From header is now processed correctly when displaying
778 1698 hiro
      its name.
779 1698 hiro
    * The performance of 'Mark all read' on IMAP folders was improved.
780 1711 hiro
    * The bug that the character '+' in address was treated as URI-escaped
781 1711 hiro
      space was fixed.
782 1698 hiro
    * Unix: the problem that 'Get' and 'Get all' button could not be clicked
783 1698 hiro
      after receiving while mouse pointer was over the buttons was fixed.
784 1698 hiro
785 1679 hiro
* 2.4.1 (stable)
786 1679 hiro
787 1679 hiro
    * If shift or control key is pressed on address completion, only address
788 1679 hiro
      string is inserted now.
789 1679 hiro
    * When completing addresses, display name is used rather than nickname.
790 1679 hiro
    * Win32: The sylpheed.ini file is read on startup if exist, and
791 1679 hiro
      '--ipcport' option was also added.
792 1679 hiro
    * Win32: The autocheck timer is disabled while suspending to prevent
793 1679 hiro
      network error on resuming.
794 1679 hiro
    * Win32: OpenSSL library was replaced with self-compiled DLLs.
795 1679 hiro
    * Win32: A bug that the folder path separator was not processed correctly
796 1679 hiro
      when creating and renaming search folders was fixed.
797 1679 hiro
798 1658 hiro
* 2.4.0 (stable)
799 1658 hiro
800 1658 hiro
    * Invalid APOP timestamp is rejected now (CVE-2007-1558).
801 1658 hiro
    * The configuration file is written out after the toolbar is customized.
802 1659 hiro
    * Win32: OpenSSL was updated to 0.9.8e.
803 1658 hiro
804 1638 hiro
* 2.4.0rc (development)
805 1638 hiro
806 1638 hiro
    * The file copy and move were optimized.
807 1643 hiro
    * The crash on the cancellation of POP3/SMTP session was fixed.
808 1643 hiro
    * The crash when a person was removed and its e-mail addresses were
809 1643 hiro
      referenced by a group in another folder was fixed.
810 1643 hiro
    * The Japanese manual was updated.
811 1638 hiro
    * Win32: If the initial loading of "MS Gothic" font failed, multi-byte
812 1638 hiro
      font name is used now (workaround for JIS2004 MS Gothic font).
813 1650 hiro
    * Win32: The crash when fetching messages more than 64KB from IMAP4 server
814 1650 hiro
      via FreeCap (a SOCKS wrapper) was fixed.
815 1638 hiro
816 1630 hiro
* 2.4.0beta8 (development)
817 1630 hiro
818 1630 hiro
    * In the address book, the import of CSV and Tab-separated text file was
819 1630 hiro
      implemented.
820 1630 hiro
    * 'Within 1 day' and 'Recent 5 days' was added to the quick search rule.
821 1630 hiro
    * The toolbar style switch was added to the toolbar context menu.
822 1630 hiro
    * Stop button now cancels all sessions.
823 1630 hiro
    * The limitation of the nesting level of MIME structure was relaxed.
824 1630 hiro
    * A margin for text was added to the composition window.
825 1630 hiro
    * An error dialog is displayed if the execution of junk filter command
826 1630 hiro
      fails.
827 1630 hiro
    * The overwrite confirmation of the file selection dialog was improved.
828 1630 hiro
    * ISO-8859-16 was supported in code conversion.
829 1630 hiro
    * Several UI problems in the address book were fixed.
830 1631 hiro
    * The stability of the cancellation of POP3/SMTP session was improved.
831 1630 hiro
    * The bug that the displayed number of message becoming incorrect on
832 1630 hiro
      folder search was fixed.
833 1630 hiro
834 1591 hiro
* 2.4.0beta7 (development)
835 1591 hiro
836 1591 hiro
    * In-Reply-To header was supported in mailto URL.
837 1591 hiro
    * Stop button was added to the main toolbar.
838 1591 hiro
    * An error message is displayed now when the decryption of PGP encrypted
839 1591 hiro
      messages failed.
840 1591 hiro
    * Remote commands such as 'compose', 'receive' and 'send' are disabled
841 1591 hiro
      when a modal dialog exists.
842 1591 hiro
    * Process termination is forced after the execution of finalizer routine.
843 1591 hiro
    * The behavior of 'Go to next unread' with changing folders was fixed.
844 1591 hiro
    * The sylpheed.desktop file was modified.
845 1591 hiro
    * Win32: A bug that the folder path separator was not processed correctly
846 1591 hiro
      in some cases (fixes path information becoming incorrect on renaming
847 1591 hiro
      subfolders).
848 1591 hiro
849 1579 hiro
* 2.4.0beta6 (development)
850 1579 hiro
851 1579 hiro
    * The bug in automatic IMAP4 filtering that messages which were not
852 1579 hiro
      filtered were not counted as new ones was fixed.
853 1579 hiro
    * Win32: The workaroud for the redraw problem of GtkCList and GtkCTree
854 1579 hiro
      in GTK+ 2.10.11 was made.
855 1579 hiro
    * Win32: The stall on rebuilding folder tree which appeared since GTK+
856 1579 hiro
      2.10.11 was fixed.
857 1579 hiro
    * Win32: Environmental variable "LANGUAGE" was disabled (fixes incorrect
858 1579 hiro
      language selection on some environments).
859 1579 hiro
860 1561 hiro
* 2.4.0beta5 (development)
861 1561 hiro
862 1561 hiro
    * Close button was added to the address book dialog, and the layout was
863 1561 hiro
      improved.
864 1567 hiro
    * The automatic junk mail filtering on IMAP4 was enabled.
865 1561 hiro
    * Automatically filtered IMAP4 messages are also counted for new mail
866 1561 hiro
      notification now.
867 1567 hiro
    * The default directory of the printing dialog became the document
868 1567 hiro
      directory.
869 1561 hiro
    * The crash on some environments when verifying signed messages was fixed.
870 1567 hiro
    * The crash on exit when the order of summary columns were modified by
871 1567 hiro
      DnD was fixed.
872 1567 hiro
    * The wrong handling of quotation in multi-byte strings on MIME header
873 1567 hiro
      encoding was fixed.
874 1561 hiro
    * Win32: The bug that the timeout on receiving and sending didn't work
875 1561 hiro
      was fixed.
876 1570 hiro
    * Win32: The path separator problem of folderlist.xml was fixed.
877 1570 hiro
    * Win32: libcairo-2.dll, libgpg-error-0.dll, libgpgme-11.dll, GLib and
878 1570 hiro
      GTK+ was updated to the latest version.
879 1570 hiro
    * Win32: The redraw of windows became smoother (GTK+).
880 1570 hiro
    * Win32: Win32 shell icons are now displayed on the file selection dialog
881 1570 hiro
      (GTK+).
882 1561 hiro
883 1543 hiro
* 2.4.0beta4 (development)
884 1543 hiro
885 1543 hiro
    * The address book was improved.
886 1543 hiro
      - Copy and paste of persons in the address book was enabled.
887 1543 hiro
      - The menu sensitivity of the address book became accurate.
888 1543 hiro
      - When deleting addresses from a group, they are just removed from the
889 1543 hiro
        group (not from person) now.
890 1547 hiro
      - 'Lookup' button is disabled if LDAP search is not available.
891 1543 hiro
    * The checking of remote folders doesn't abort with non-fatal errors now
892 1543 hiro
      except for network failure.
893 1543 hiro
    * The problem that the width of the folder view was not saved when the
894 1543 hiro
      main window was maximized was fixed.
895 1545 hiro
    * The coloring of message number columns in the folder view was enabled.
896 1543 hiro
    * Win32: In Windows Vista, the problem that the selected menu items were
897 1543 hiro
      not visible was fixed.
898 1543 hiro
899 1533 hiro
* 2.4.0beta3 (development)
900 1533 hiro
901 1533 hiro
    * The toolbar customization dialog was improved.
902 1533 hiro
    * 'Not junk' and 'Search' button were added to the main toolbar.
903 1533 hiro
    * The 'Send' button is disabled when no queued messages exist.
904 1533 hiro
    * Junk mails are filtered when incorporating from local spool even if
905 1533 hiro
      'Filter on incorporation' is disabled.
906 1533 hiro
    * The 'Get' button of the main toolbar was fixed.
907 1533 hiro
    * Several bugs of the search dialog were fixed.
908 1533 hiro
    * Win32: The sorted column of the selected row on the summary view becomes
909 1533 hiro
      visible when it doesn't have focus.
910 1533 hiro
    * Win32: System fonts with multi-byte font names (such as 'MS PGothic' and
911 1533 hiro
      'Meiryo') can be available now.
912 1533 hiro
913 1521 hiro
* 2.4.0beta2 (development)
914 1521 hiro
915 1521 hiro
    * The toolbar was rewritten with new API.
916 1521 hiro
    * 'Prev', 'Print', 'Address', 'Prefs', and 'Account' was added to the
917 1521 hiro
      main toolbar, and 'Prefs' and 'Account' was added to the compose toolbar.
918 1521 hiro
    * The overflow menu for toolbar was added.
919 1521 hiro
    * The width of toolbar buttons was reduced when the labels are displayed.
920 1521 hiro
    * The option to place toolbar labels at the right of icons was added, and
921 1521 hiro
      it became the default.
922 1521 hiro
    * The bug that the window was kept being skipped from window list after it
923 1521 hiro
      became visible with window shading or switching workspaces.
924 1521 hiro
    * Some of the UI labels are modified.
925 1521 hiro
    * Unix: Symbolic links are now also scanned when scanning MH folders.
926 1521 hiro
927 1506 hiro
* 2.4.0beta1 (development)
928 1506 hiro
929 1508 hiro
    * The automatic filtering of new messages in INBOX folder of IMAP4 account
930 1508 hiro
      was implemented.
931 1506 hiro
    * The customization of the toolbars was implemented.
932 1506 hiro
    * The option to toggle window on trayicon click was added.
933 1508 hiro
    * Junk mails are now filtered when incorporating from local spool.
934 1506 hiro
    * UTF-8 is forced for headers instead of substituting characters if the
935 1508 hiro
      code conversion failed.
936 1508 hiro
    * The crash of the text view when switching between MIME parts was fixed.
937 1506 hiro
    * Win32: the socket buffer size was increased to improve the performance
938 1506 hiro
      of network communication.
939 1506 hiro
    * Win32: GTK+ and GLib was updated to the latest version.
940 1506 hiro
941 1444 hiro
* 2.3.0 (stable)
942 1444 hiro
943 1444 hiro
    * The Japanese manual was updated.
944 1444 hiro
945 1433 hiro
* 2.3.0rc (development)
946 1433 hiro
947 1437 hiro
    * CA certificates bundle file is now looked up in multiple location.
948 1437 hiro
    * Cancelling the verification of certificates is only applied for current
949 1437 hiro
      connection now.
950 1433 hiro
    * The version string was changed.
951 1437 hiro
    * The bug that the blank message view appeared when displaying window from
952 1437 hiro
      the tray icon while the message view was hidden in separate window mode
953 1437 hiro
      was fixed.
954 1433 hiro
    * Win32: The common CA certificates were included in the package.
955 1433 hiro
956 1422 hiro
* 2.3.0beta7 (development)
957 1422 hiro
958 1422 hiro
    * Page setup for printing was added.
959 1422 hiro
    * The range specification of printing now works correctly.
960 1422 hiro
    * The printing of MIME part now uses the new printing function.
961 1422 hiro
    * The font size of printing now follows the display setting.
962 1422 hiro
    * The option to input signature directly was added to the account
963 1422 hiro
      preferences.
964 1422 hiro
    * Signature is automatically generated when creating a new account.
965 1425 hiro
    * Bcc: and Reply-To: were added to the template.
966 1425 hiro
    * '/etc/ssl/certs' directory is used for SSL certificate verification if
967 1425 hiro
      exist.
968 1422 hiro
    * When SSL certificate cannot be verified, the confirmation dialog is now
969 1422 hiro
      displayed.
970 1425 hiro
    * Cursor is now placed at the top of the text (alternatively To or Subject
971 1425 hiro
      entry if they are empty) when reediting messages.
972 1433 hiro
    * Unix: Resolver is now reinitialized if '/etc/resolv.conf' is modified.
973 1422 hiro
974 1397 hiro
* 2.3.0beta6 (development)
975 1397 hiro
976 1397 hiro
    * The new printing function was implemented.
977 1397 hiro
      - Each page is now rendered by Cairo.
978 1397 hiro
      - The native print dialog is used.
979 1397 hiro
      - Page number is printed for each page.
980 1397 hiro
      - The option "Use external program for printing" was added.
981 1397 hiro
      - The printing of MIME part was implemented.
982 1397 hiro
    * Cc: was added to the header view.
983 1397 hiro
    * The option "Inherit recipients on reply to self messages" was added.
984 1397 hiro
    * Pilot-link (libpisock) 0.12 was supported.
985 1397 hiro
    * The window position and the layout of the 'Add Address' dialog was
986 1397 hiro
      modified.
987 1397 hiro
    * The default directory of the file selection dialog was changed
988 1397 hiro
      (in Win32, 'My Documents' is used. In Unix, the home directory is used).
989 1397 hiro
    * The UI is now updated periodically on manual filtering.
990 1397 hiro
    * The new mail notification on the tray icon is reset when any message
991 1397 hiro
      is read now.
992 1400 hiro
    * The encoding setting of the message view in new window is enabled also
993 1400 hiro
      on reply.
994 1397 hiro
    * Win32: The bug that the window was sometimes not displayed at the top
995 1397 hiro
      when the tray icon was clicked was fixed.
996 1397 hiro
    * Win32: The issue that the progress dialog was not updated while sending
997 1397 hiro
      large messages was fixed.
998 1397 hiro
999 1289 hiro
* 2.3.0beta5 (development)
1000 1289 hiro
1001 1289 hiro
    * When new mails arrive, the tray icon is changed, and it will be kept
1002 1289 hiro
      until a new mail is read.
1003 1289 hiro
    * The option "Open inbox on startup" was added.
1004 1289 hiro
    * The option "Remeber last selected message" was added.
1005 1289 hiro
    * The crash when printing a message with empty subject was fixed.
1006 1289 hiro
    * The bug that the text in the composition window was not redrawn on the
1007 1289 hiro
      undo of large text was fixed.
1008 1289 hiro
1009 1251 hiro
* 2.3.0beta4 (development)
1010 1251 hiro
1011 1257 hiro
    * POP before SMTP was implemented.
1012 1251 hiro
    * Win32: The e-mail menu in the start menu now works when Sylpheed is
1013 1251 hiro
      selected as a default mailer.
1014 1251 hiro
    * WIn32: The character corruption on printing when environment-dependent
1015 1251 hiro
      Japanese characters are used was fixed.
1016 1252 hiro
    * Win32: The GDI resource leaks of GtkTreeView in XP classic theme and
1017 1252 hiro
      2000 which had introduced eventual application crash was fixed.
1018 1251 hiro
1019 1224 hiro
* 2.3.0beta3 (development)
1020 1224 hiro
1021 1224 hiro
    * The vertical padding of the folder view was reduced.
1022 1233 hiro
    * The change between folders became faster at GTK+ 2.10.x.
1023 1224 hiro
    * The bug that the window was kept hidden from taskbar on popup with
1024 1224 hiro
      another process when the window was minimized to tray was fixed.
1025 1224 hiro
    * The text insertion by the action was fixed again.
1026 1231 hiro
    * The height of the statusbar was adjusted.
1027 1232 hiro
    * The padding of the folder view was reduced.
1028 1224 hiro
    * Win32: The selection of the labels on the header view and the alert
1029 1224 hiro
      dialog are now visible.
1030 1224 hiro
    * Win32: The application icon was modified.
1031 1224 hiro
    * Win32: GTK+ was updated to 2.10.6, and OpenSSL was updated to 0.9.8d.
1032 1224 hiro
    * Win32: The network communication failure in some environments was fixed.
1033 1224 hiro
1034 1206 hiro
* 2.3.0beta2 (development)
1035 1206 hiro
1036 1209 hiro
    * Messages marked as read or junk mails are now excluded from the numbers
1037 1209 hiro
      of new messages.
1038 1212 hiro
    * Win32: GTK+ was updated to 2.10.4, and GLib was updated to 2.12.4.
1039 1206 hiro
    * Win32: The crash that occurred when Desktop folder was selected on the
1040 1206 hiro
      file selection dialog was fixed.
1041 1206 hiro
    * Win32: The bug that window position was reset when quitting Sylpheed
1042 1206 hiro
      while window was hidden was fixed.
1043 1210 hiro
    * Win32: The WSAEWOULDBLOCK state is now properly handled in socket I/O.
1044 1206 hiro
1045 1192 hiro
* 2.3.0beta1 (development)
1046 1192 hiro
1047 1192 hiro
    * GtkStatusIcon is used for the tray icon if available.
1048 1192 hiro
    * When GtkStatusIcon is used, the tray icon blinks for 5 seconds when new
1049 1192 hiro
      mails arrive.
1050 1201 hiro
    * The option 'Minimize to tray icon' was added.
1051 1192 hiro
    * The left click on the tray icon now only brings the main window in front.
1052 1192 hiro
    * Win32: The tray icon was implemented.
1053 1201 hiro
    * Win32: The SSL connection problem was fixed.
1054 1192 hiro
    * Win32: The included libraries (GLib, GTK+, Pango) were updated to the
1055 1201 hiro
      latest version. This introduces the following improvements:
1056 1201 hiro
      - The performance of network communication at receiving and sending
1057 1201 hiro
        was improved.
1058 1201 hiro
      - The appearance of the UI became more native-like.
1059 1201 hiro
      - The scrolling speed of the summary view with cursor keys was improved.
1060 1201 hiro
      - The broken display of the text view when it was partially hidden was
1061 1201 hiro
        fixed.
1062 1201 hiro
      - The position of color labels menu in the search dialog is correct now.
1063 1201 hiro
      - The problem that GTK+ strings became untranslated after the popup of
1064 1201 hiro
        context menu on GtkTextView was fixed.
1065 1201 hiro
      - The crash that occurred on startup if a font with non-ascii name was
1066 1201 hiro
        specified for system font was fixed.
1067 1218 hiro
      - The application doesn't freeze anymore when desktop theme is changed.
1068 1192 hiro
1069 1185 hiro
* 2.2.9 (stable)
1070 1185 hiro
1071 1185 hiro
    * The crash that occurred if the summary was sorted by invisible column
1072 1185 hiro
      was fixed.
1073 1185 hiro
    * The URI of the about dialog was updated.
1074 1185 hiro
    * Win32: OpenSSL was updated to 0.9.8c.
1075 1185 hiro
1076 1132 hiro
* 2.2.8 (stable)
1077 1132 hiro
1078 1132 hiro
    * The PLAIN authentication method for IMAP4 was supported.
1079 1132 hiro
    * The verification of encrypted and signed messages with combined method
1080 1132 hiro
      was supported.
1081 1132 hiro
    * Oniguruma regex library can be used instead of system's regex API.
1082 1153 hiro
    * The LDIF import of the addressbook was improved.
1083 1173 hiro
    * Full PGP signature information is displayed on the main text view.
1084 1173 hiro
    * All trailing spaces are removed when signing with PGP/MIME instead of
1085 1173 hiro
      using quoted-printable to improve compatibility with other MUAs.
1086 1173 hiro
    * A warning is displayed before sending when Bcc is specified at PGP
1087 1173 hiro
      encryption.
1088 1173 hiro
    * The bug that possibly lost relatively small messages on receiving when
1089 1173 hiro
      there was no disk space was fixed.
1090 1132 hiro
    * The behavior of manual junk filtering was fixed.
1091 1132 hiro
    * UTF-8 text can be inserted correctly in the compose window.
1092 1163 hiro
    * The error messages of the failure of displaying message body was
1093 1163 hiro
      improved.
1094 1173 hiro
    * Some workarounds for GTK+ 2.10 were made.
1095 1132 hiro
    * Minor UI fixes were made.
1096 1132 hiro
    * Other minor bugs were fixed.
1097 1132 hiro
    * Win32: Regular expression was supported in filtering.
1098 1132 hiro
    * Win32: The version information was added to the executable file.
1099 1132 hiro
1100 1085 Hiro
* 2.2.7 (stable)
1101 1085 Hiro
1102 1085 Hiro
    * "Mark all read" was added to the folder context menu.
1103 1097 hiro
    * "Set as (not) junk mail" was added to the summary context menu.
1104 1097 hiro
    * The option to filter junk mails before normal filtering was added.
1105 1101 hiro
    * When replying to all, the original address strings are used for Cc
1106 1101 hiro
      instead of stripped ones.
1107 1104 hiro
    * Windows-1257 was added for display encoding.
1108 1107 hiro
    * Some menu items of the folder context menu were enabled even on receiving
1109 1107 hiro
      messages.
1110 1094 hiro
    * The bug that manual junk filtering didn't work when no filter rule exist
1111 1094 hiro
      was fixed.
1112 1092 hiro
    * Several crash bugs were fixed.
1113 1110 hiro
    * Win32: libgpg-error-0.dll and libgpgme-11.dll was updated.
1114 1110 hiro
    * Win32: The scanning of folders was optimized so that receiving or moving
1115 1110 hiro
      of messages become faster when folders contain large number of messages.
1116 1085 Hiro
1117 1080 hiro
* 2.2.6 (stable)
1118 1080 hiro
1119 1080 hiro
    * The 8-bit literal (literal8) in IMAP4 response was supported.
1120 1080 hiro
    * The missing timeout handling was added for SMTP.
1121 1080 hiro
    * The failure of URI security check when they have leading space was
1122 1080 hiro
      fixed.
1123 1080 hiro
1124 1072 hiro
* 2.2.5 (stable)
1125 1072 hiro
1126 1072 hiro
    * The character corruption and crash bug when using Japanese half-width
1127 1072 hiro
      kana on sending messages was fixed.
1128 1072 hiro
    * The execution failure when using the accessibility module was fixed.
1129 1072 hiro
    * The bug that new/unread count becoming negative value was fixed.
1130 1072 hiro
    * The bug that bold face was disabled in the folder selection dialog
1131 1072 hiro
      with GLib 2.10 and Pango 1.12 was fixed.
1132 1072 hiro
    * The incorrect progressbar display when expired messages exist was fixed.
1133 1072 hiro
1134 1054 hiro
* 2.2.4 (stable)
1135 1054 hiro
1136 1063 hiro
    * MIME filename encoding with RFC 2231 parameter value extension was
1137 1054 hiro
      supported.
1138 1057 hiro
    * The clear button for the quick search entry was added.
1139 1061 hiro
    * The bug that bold face was disabled in GtkTreeView with GLib 2.10 and
1140 1061 hiro
      Pango 1.12 was fixed.
1141 1059 hiro
    * Win32: libwimp.dll was updated.
1142 1054 hiro
    * Win32: The bug that subfolders were duplicated when rebuilding folder
1143 1054 hiro
      tree while the settings were shared between Win32 and Unix was fixed.
1144 1054 hiro
    * Win32: The uninstaller was modified so that it only removes files and
1145 1054 hiro
      folders created by the installer.
1146 1054 hiro
1147 1042 hiro
* 2.2.3 (stable)
1148 1042 hiro
1149 1042 hiro
    * The sorting of the result of the query search was enabled.
1150 1042 hiro
    * The printing of messages now follows the state of 'Show all headers'.
1151 1042 hiro
    * Relative path is allowed for signature files.
1152 1042 hiro
    * The To, Cc, and Bcc button of the address book are now always enabled.
1153 1042 hiro
    * The window position of the address book is now preserved.
1154 1046 hiro
    * The toggle of the Cc entry on the composition window was enabled.
1155 1042 hiro
    * The appearance of the address book was modified.
1156 1042 hiro
    * Unix: The support of metamail command was removed, and it was replaced
1157 1042 hiro
      with the alternative implementation.
1158 1042 hiro
    * Win32: libwimp.dll was updated, and the appearance of the UI was
1159 1042 hiro
      improved.
1160 1046 hiro
    * Win32: zlib1.dll was updated.
1161 1046 hiro
    * Win32: The application icon was updated.
1162 1046 hiro
    * Win32: The unnecessary message catalog files were removed to reduce the
1163 1046 hiro
      archive size.
1164 1042 hiro
1165 1021 hiro
* 2.2.2 (stable)
1166 1021 hiro
1167 1021 hiro
    * The crash bug that occurred when trying to move IMAP4 folders right
1168 1021 hiro
      under the root folder was fixed.
1169 1023 hiro
    * The crash bug that occurred after a message window was closed while the
1170 1023 hiro
      search dialog was still open was fixed.
1171 1023 hiro
    * Win32: The console window is newly created if --debug or --help option
1172 1021 hiro
      is specified.
1173 1023 hiro
    * Win32: The non-ASCII filename encoding problem on executing external
1174 1023 hiro
      commands was fixed.
1175 1021 hiro
    * Win32: The bug that the main window became not responsive when an error
1176 1021 hiro
      occurred on automatic receiving while the window was minimized was fixed.
1177 1021 hiro
    * Win32: Spanish translation was added for the installer.
1178 1021 hiro
    * Win32: The installer was fixed so that it selects correct language on
1179 1021 hiro
      environments other than Japanese.
1180 1021 hiro
1181 1011 hiro
* 2.2.1 (stable)
1182 1011 hiro
1183 1013 hiro
    * GtkSpell is enabled on configure by default now.
1184 1011 hiro
    * Spanish translation of the README file was added.
1185 1012 hiro
    * The bug that account names with filename-unsafe characters couldn't be
1186 1012 hiro
      used was fixed.
1187 1011 hiro
    * The crash bug that occurred if non-ascii newsgroup names appeared while
1188 1011 hiro
      getting newsgroup list was fixed.
1189 1012 hiro
    * The performance problem of the quick search while the summary was sorted
1190 1012 hiro
      by thread date with descending order was fixed.
1191 1012 hiro
    * Win32: The problem that the UI didn't respond occasionally when receiving
1192 1011 hiro
      messages was fixed.
1193 1011 hiro
1194 999 hiro
* 2.2.0 (stable)
1195 999 hiro
1196 999 hiro
    * The move and copy of messages to queue folders and virtual folders are
1197 999 hiro
      prohibited.
1198 999 hiro
    * The included sylpheed.spec was modified.
1199 999 hiro
1200 993 hiro
* 2.2.0rc (development)
1201 993 hiro
1202 993 hiro
    * The 'minimize to tray icon' feature was modified.
1203 993 hiro
    * The command line options help dialog is not duplicated anymore.
1204 993 hiro
    * The problem that the UI was still insensitive after the execution of
1205 993 hiro
      external editor failed was fixed.
1206 993 hiro
    * The nonstandard Japanese encoding 'x-sjis' was supported.
1207 993 hiro
    * Win32: The locale encoding problem on some languages was fixed.
1208 993 hiro
1209 980 hiro
* 2.2.0beta8 (development)
1210 980 hiro
1211 980 hiro
    * The help of command line options was added.
1212 980 hiro
    * The Japanese manual was updated.
1213 980 hiro
    * When checking IMAP4 mailboxes, the number of new messages is properly
1214 980 hiro
      counted now.
1215 980 hiro
    * The key event handling of the quick search entry was fixed.
1216 980 hiro
    * The wrong status display of the receive dialog on BSD systems was fixed.
1217 980 hiro
    * The unread flag is not reset anymore when moving or copying messages
1218 980 hiro
      into a trash folder.
1219 980 hiro
    * Some UI fixes were made.
1220 980 hiro
    * Win32: Some UIs for unsupported functions were disabled.
1221 980 hiro
    * Win32: The bug that the contents of folders with specific Japanese
1222 980 hiro
      characters such as 'Hyou' (which contains 0x5c ('\') at the second byte)
1223 980 hiro
      at the end of its name couldn't be seen was fixed.
1224 980 hiro
1225 949 hiro
* 2.2.0beta7 (development)
1226 949 hiro
1227 949 hiro
    * When moving, copying, or deleting a collapsed thread, all the messages
1228 949 hiro
      in the thread are processed now.
1229 949 hiro
    * 'Mark thread as read' feature was implemented.
1230 949 hiro
    * The keys on keypad are also recognized in the summary and message view.
1231 949 hiro
    * The window size of the address book is now remembered.
1232 949 hiro
    * PGP passphrase is converted into locale encoding before passing to gpg.
1233 949 hiro
    * Arabic encoding support was added.
1234 949 hiro
    * The premature trimming of strings on the statusbar was disabled.
1235 949 hiro
    * The 'Wrap before sending' option was removed.
1236 949 hiro
    * The issue that it falsely entered drag begin state after passphrase
1237 949 hiro
      dialog was shown was fixed.
1238 949 hiro
    * The bug that the automatic account selection on reply was disabled on
1239 949 hiro
      IMAP4 folders was fixed.
1240 949 hiro
    * Win32: IPv6 was supported.
1241 949 hiro
    * Win32: Window is properly popup on multiple launching now.
1242 949 hiro
1243 929 hiro
* 2.2.0beta6 (development)
1244 929 hiro
1245 929 hiro
    * The cleanup of IMAP4 message caches on exit was implemented.
1246 929 hiro
    * Cache files in IMAP4 folders are now properly removed on move or delete.
1247 929 hiro
    * The temporary passwords of IMAP4 accounts are now preserved until exit.
1248 929 hiro
    * 'File/Insert signature' now inserts signature into current cursor
1249 929 hiro
      position, and 'File/Append signature' was added for the previous
1250 929 hiro
      behavior.
1251 929 hiro
    * Some dialogs are now placed at the center on parent window.
1252 929 hiro
    * The confirmation dialog for emptying trash is not displayed anymore if
1253 929 hiro
      messages don't exist in trash folders.
1254 929 hiro
    * Trash folders are excluded on recursive search.
1255 929 hiro
    * Locale encoding strings can be passed to --compose and --attach command
1256 929 hiro
      line option.
1257 929 hiro
    * Several minor bugs were fixed.
1258 929 hiro
1259 910 hiro
* 2.2.0beta5 (development)
1260 910 hiro
1261 910 hiro
    * The quick search was implemented.
1262 910 hiro
    * The filter conditions for message status such as 'unread', 'mark',
1263 910 hiro
      'color-label', and 'attachment' were added.
1264 910 hiro
    * The window management of the export and import dialog was modified.
1265 910 hiro
    * Several minor bugs were fixed.
1266 910 hiro
1267 895 hiro
* 2.2.0beta4 (development)
1268 895 hiro
1269 897 hiro
    * Unix: The popup menu on the trayicon was implemented.
1270 897 hiro
    * Unix: Clicking the trayicon now toggles the visibility of the main
1271 897 hiro
      window.
1272 897 hiro
    * Unix: The visibility of the trayicon is now configurable.
1273 895 hiro
    * The context menu of the folder view on search folders was modified.
1274 895 hiro
    * The bug that stopped checking of new messages if search folders exist
1275 895 hiro
      in IMAP4 or News mailboxes was fixed.
1276 895 hiro
    * The renaming of search folders under IMAP4 or News folders was fixed.
1277 895 hiro
    * A memory leak that occurs when thread display was off was fixed.
1278 895 hiro
1279 886 hiro
* 2.2.0beta3 (development)
1280 886 hiro
1281 886 hiro
    * The results of search folders are cached to speed up the next search.
1282 886 hiro
    * The search folder property dialog was implemented.
1283 886 hiro
    * The position of 'Delete' menu was changed to prevent its accidental
1284 886 hiro
      selection.
1285 886 hiro
    * The HTTP scheme is added to the URIs begin with 'www.'.
1286 886 hiro
    * Some trailing punctuations were included as URI.
1287 886 hiro
    * The bug that search folders under IMAP4 or News folders couldn't be
1288 886 hiro
      removed was fixed.
1289 886 hiro
1290 866 hiro
* 2.2.0beta2 (development)
1291 866 hiro
1292 866 hiro
    * The forwarding of messages with attachments was modified.
1293 866 hiro
    * The bug that previously selected row was removed from the view instead
1294 866 hiro
      of currently selected one when deleting folders from the context menu
1295 866 hiro
      was fixed.
1296 866 hiro
    * The bug that messages with subject that includes characters that can't
1297 866 hiro
      be used for filename couldn't be attached was fixed.
1298 866 hiro
    * Windows-1252 was added for display encoding.
1299 866 hiro
    * After incomplete POP3 session, duplicate retrieval of messages doesn't
1300 866 hiro
      happen anymore.
1301 866 hiro
1302 854 hiro
* 2.2.0beta1 (development)
1303 854 hiro
1304 854 hiro
    * The major improvements of the search function were made.
1305 854 hiro
      - The query search was implemented.
1306 854 hiro
      - Search conditions can be specified with the same UI as the filter rule.
1307 854 hiro
      - Subfolders can be searched.
1308 854 hiro
      - The search folder (virtual folder) was implemented.
1309 854 hiro
    * The maximized window state is now remembered.
1310 854 hiro
    * The option "Display recipient on 'From' column if sender is yourself" now
1311 854 hiro
      looks for all accounts.
1312 854 hiro
    * The line-wrapping of composition now doesn't join enumerated lines.
1313 854 hiro
    * The nonstandard Korean encoding 'ks_c_5601-1987' was supported.
1314 854 hiro
    * The bug that the initial directory was not properly selected in the file
1315 854 hiro
      selection dialog with GTK+ 2.8 was fixed.
1316 854 hiro
    * Some other bugs were fixed.
1317 854 hiro
1318 802 hiro
* 2.1.9 (development)
1319 802 hiro
1320 828 hiro
    * An option to update only INBOX on checking new messages of IMAP4
1321 828 hiro
      accounts was added.
1322 828 hiro
    * The custom queue folder can be specified for each account now.
1323 802 hiro
    * The progress of local filtering is displayed now.
1324 802 hiro
    * "Update summary" was added to the context menu of the folder view.
1325 802 hiro
    * Appending of messages to an IMAP4 folder was optimized.
1326 802 hiro
    * "Reply to all" now works for newsgroups post.
1327 802 hiro
    * The crash when an address in an address group was modified was fixed.
1328 828 hiro
    * The bug that subscribed newsgroups were removed after refreshing
1329 828 hiro
      subscribe dialog was fixed.
1330 802 hiro
    * The complication failure on some environments was fixed.
1331 802 hiro
    * Win32: The bug that blocked the application when enterning passphrase
1332 802 hiro
      for GnuPG was fixed.
1333 802 hiro
1334 787 hiro
* 2.1.8 (development)
1335 787 hiro
1336 787 hiro
    * The common preferences dialog was reorganized.
1337 787 hiro
    * The memory usage on SMTP and POP3 session was reduced drastically.
1338 787 hiro
    * The last position of the composition window is remembered, and the
1339 787 hiro
      windows are automatically placed so that they don't overlap.
1340 787 hiro
    * Filtered sent messages are not put into Sent folder anymore.
1341 787 hiro
    * When attached text files are saved, their linebreaks are normalized
1342 787 hiro
      depending on platforms.
1343 790 hiro
    * The occasional encoding conversion failure bug on inserting a text file
1344 790 hiro
      into composition window was fixed.
1345 787 hiro
1346 738 hiro
* 2.1.7 (development)
1347 738 hiro
1348 763 hiro
    * The spell checking feature was implemented (requires GtkSpell).
1349 738 hiro
    * The drop of files is allowed on the whole composition window.
1350 738 hiro
    * The insertion of text by drag and drop was disabled.
1351 763 hiro
    * The PGP interface is disabled if GnuPG is not available.
1352 738 hiro
    * A bug that aborted program if invalid UTF-8 text is put in the log
1353 738 hiro
      window was fixed.
1354 763 hiro
    * The pane between summary and message view became more visible.
1355 763 hiro
    * Reply-to-list is not enabled for subscribe confirmation request etc.
1356 740 hiro
    * The bug that the separator of newsgroups was broken was fixed.
1357 763 hiro
    * The bug that broke the summary selection when mark, unread, and
1358 763 hiro
      colorlabel flags were changed while the summary was sorted by them
1359 763 hiro
      was fixed.
1360 763 hiro
    * The bug that caused crash when quote colors dialog was closed by the
1361 763 hiro
      window close button was fixed.
1362 745 hiro
    * The bug that showed wrong value if the total size of a folder was more
1363 749 hiro
      than 2GB was fixed.
1364 745 hiro
    * Win32: The bug that occasionally the summary was not properly updated
1365 749 hiro
      right after messages were added to a folder was fixed.
1366 738 hiro
    * Win32: The problem that message strings were not translated if digit
1367 738 hiro
      locale environmental variable (such as "LANG=1041") was set was fixed.
1368 738 hiro
    * Win32: PGP sign and encryption was supported.
1369 738 hiro
    * Win32: The window focus problem of account and filter setting dialog
1370 738 hiro
      was fixed.
1371 746 hiro
    * Win32: The method of detecting executables was modified.
1372 738 hiro
1373 727 hiro
* 2.1.6 (development)
1374 727 hiro
1375 727 hiro
    * The auto-save to draft of composing messages was implemented.
1376 727 hiro
    * The setting of default (fallback) encoding was added.
1377 727 hiro
    * The command line option '--exit' was added.
1378 727 hiro
    * The preset menu for junk mail learning commands was added, and now
1379 727 hiro
      bogofilter and bsfilter are selectable.
1380 727 hiro
    * The option to mark filtered junk mails as read was added.
1381 727 hiro
    * The buffer overflow of LDIF import was fixed.
1382 727 hiro
1383 727 hiro
    * Win32: The external editor function was implemented.
1384 727 hiro
    * Win32: Junk mail filtering now works.
1385 727 hiro
    * Win32: The default junk mail learning commands were changed to bsfilter.
1386 727 hiro
    * Win32: Some options which are useless on win32 became hidden.
1387 727 hiro
    * Win32: The program icon was added.
1388 727 hiro
    * Win32: Some bugfixes were made.
1389 727 hiro
1390 695 hiro
* 2.1.5 (development)
1391 695 hiro
1392 695 hiro
    * The command line option to specify directory which stores configuration
1393 695 hiro
      files (--configdir dirname) was added.
1394 695 hiro
    * The output headers of printed messages now match to those of the message
1395 695 hiro
      view.
1396 695 hiro
    * Confirmation dialog is displayed instead of input dialog on printing.
1397 695 hiro
    * When replying to ML post that has the Reply-To set, both addresses will
1398 695 hiro
      be set.
1399 695 hiro
    * The option to delete filtered junk mails from server was added.
1400 695 hiro
    * The locale name 'zh_TW.Big5' was changed to 'zh_TW'.
1401 695 hiro
    * The problem that drag and drop didn't work with GTK+ 2.8 was fixed.
1402 695 hiro
    * The sample mime.types was included into the source package.
1403 695 hiro
    * Win32: The remote command was implemented using TCP socket.
1404 695 hiro
    * Win32: The drag and drop of files from Explorer was supported.
1405 695 hiro
    * Win32: The default print command for text file is used for printing when
1406 695 hiro
      the command is unspecified.
1407 695 hiro
    * Win32: Several bugfixes were made.
1408 695 hiro
1409 662 hiro
* 2.1.4 (development)
1410 662 hiro
1411 662 hiro
    * Bugfixes:
1412 662 hiro
      - The IMAP4 parser was fixed so that it can handle literals in response.
1413 662 hiro
      - A bug that caused crashes on receive if Date header has abnormal time
1414 662 hiro
        was fixed.
1415 662 hiro
      - Sylpheed will not close anymore even if the tray icon is closed.
1416 662 hiro
1417 662 hiro
      - Win32:
1418 662 hiro
        o The problem that prevented the rename and move of folders was fixed.
1419 662 hiro
	o The problem that prevented the creation of temporary files by users
1420 662 hiro
	  who don't have the write permission of the root directory was fixed.
1421 662 hiro
	o The action of Drag'n'drop now becomes move.
1422 662 hiro
    * Feature changes / enhancements:
1423 662 hiro
      - The directory with multiple hierarchy can be specified when creating
1424 662 hiro
        a new mailbox.
1425 662 hiro
      - Error messages are now output to the log window and the log file.
1426 662 hiro
      - The 'Create filter rule' menu was brought back in the context menu.
1427 662 hiro
      - The display of the property of top folders was enabled.
1428 662 hiro
1429 662 hiro
      - Win32:
1430 662 hiro
        o SSL/TLSv1 was supported.
1431 662 hiro
	o The console window was disabled.
1432 662 hiro
	o The environmental variable APPDATA is used for the location of
1433 662 hiro
	  configuration files.
1434 662 hiro
	o The default browser is used now when opening URL.
1435 662 hiro
	o The system settings will be used when opening attachments.
1436 662 hiro
	o The launch of executable files was disabled.
1437 662 hiro
	o The support of environment-dependent Japanese characters was
1438 662 hiro
	  enhanced.
1439 662 hiro
	o The duplicate launch is prohibited now.
1440 662 hiro
1441 612 hiro
* 2.1.3 (development)
1442 612 hiro
1443 612 hiro
    * The feature to save all attachments at once was added.
1444 612 hiro
    * The subscription dialog of newsgroups was reimplemented with GtkTreeView.
1445 612 hiro
    * The verification of S/MIME sigunature (PKCS#7) was enabled.
1446 612 hiro
    * The support of character entity references in HTML messages was improved.
1447 612 hiro
    * The subject line is now displayed in the title bar of the composition
1448 612 hiro
      window.
1449 612 hiro
    * The vertical scrollbar of the folder view now shows or hides itself
1450 612 hiro
      automatically.
1451 612 hiro
    * The message number columns of the folder view can be toggled now.
1452 612 hiro
    * The selected row of the summary view will be kept when the state of
1453 612 hiro
      thread display is changed.
1454 612 hiro
    * The selected row will be aligned to center when it reaches the edge of
1455 612 hiro
      the summary view on key operation.
1456 612 hiro
    * The code conversion error and line limit warning will not be displayed
1457 612 hiro
      anymore when saving as draft.
1458 612 hiro
    * Some code cleanups were made.
1459 612 hiro
1460 521 hiro
* 2.1.2 (development)
1461 521 hiro
1462 580 hiro
    * The core parts were separated into a library (LibSylph), and its license
1463 580 hiro
      was changed to LGPL.
1464 580 hiro
    * The feature to sort the summary by thread date was implemented.
1465 580 hiro
    * When executing IMAP4 operations which take long time, its progress is
1466 580 hiro
      now displayed on the statusbar, and the UI is periodically updated.
1467 580 hiro
    * The number of messages to be copied at a time on IMAP4 was limited to
1468 580 hiro
      prevent timeout error.
1469 580 hiro
    * GPG and SSL settings are now saved even if they are disabled at the
1470 580 hiro
      compile time.
1471 580 hiro
    * The auto detection of Japanese encoding now supports UTF-8 encoding.
1472 521 hiro
    * The text display has been modified a bit.
1473 521 hiro
    * The initial implementation of tray icon was added.
1474 582 hiro
    * Address fields are now normalized before sending.
1475 580 hiro
    * Some problems of the addressbook was fixed.
1476 521 hiro
    * A bug in which message/rfc822 attachments were broken when pgp-signed
1477 521 hiro
      was fixed.
1478 521 hiro
    * Win32: A bug in which opened sockets were not closed properly was fixed.
1479 521 hiro
1480 498 hiro
* 2.1.1 (development)
1481 498 hiro
1482 498 hiro
    * IMAP4 now works with Win32 platform.
1483 498 hiro
    * The sorting of summary now fall backs to comparison by date.
1484 498 hiro
    * localedir, manualdir, and faqdir became user-configurable on configure.
1485 498 hiro
    * A bug that multiple selection of the addressbook with Control key
1486 498 hiro
      didn't work with GTK+ 2.6.9 was fixed.
1487 498 hiro
1488 486 hiro
* 2.1.0 (development)
1489 486 hiro
1490 486 hiro
    * Win32 (MinGW) platform was supported.
1491 486 hiro
    * Many portability fixes were made.