25e7583192a805750ed0b226c21402bf996e937e
[claws.git] / NEWS
1 Changes of Sylpheed
2
3 * 0.6.5
4
5     * The template function has been implemented.
6     * The quotation format parser has been enhanced.
7     * The forwarding format has become customizable.
8     * The "Open with..." dialog on the MIME view now retains command history.
9     * An arrow mark is put on the column of the sorting target.
10     * The Delete key now deletes messages.
11     * The password for SMTP AUTH is asked now when not specified.
12     * The mime.types file is searched from several directories now.
13     * The preferences dialogs have been sorted out a bit.
14     * Some bugs have been fixed.
15
16 * 0.6.4
17
18     * The performance of summary display on large number of messages
19       has been improved.
20     * Columns of the summary view became reorderable.
21     * The default order of the summary view columns has been changed.
22     * Reedit has been enabled in the outbox.
23     * LDIF file import has been implemented.
24     * The crash bug of LDAP has been fixed.
25     * Some other bugs have been fixed.
26
27 * 0.6.3
28
29     * Message body text search has been implemented.
30     * The text part of nested multipart message, or HTML only message
31       is now correctly quoted on replying.
32     * The status of threading is now preserved for each folders.
33     * Selective removal from trash folder has been enabled.
34     * User name and password of IMAP4 account which include spaces are now
35       handled correctly.
36     * Workaround for 8bit characters conversion failure on C locale when
37       using libjconv has been made.
38     * Some bugs that caused crashes have been fixed.
39
40 * 0.6.2
41
42     * The new addressbook has been implemented (Match Grun).
43     * LDAP, vCard, and JPilot have been supported.
44     * The option to launch the external editor automatically has been added.
45     * Sorting by mark, unread, attachment, and color label has been enabled.
46     * Moving to the next or previous flagged messages has been enabled.
47     * The "Mark all read" function has been added.
48     * The function to reformat the current paragraph has been implemented.
49     * Some icons have been replaced.
50     * The layout of some menu items has been modified.
51     * Some other bugfixes have been made.
52
53 * 0.6.1
54
55     * A crash bug caused by the typo of ja.po was fixed.
56     * Some bugs of configure were fixed.
57     * The bug that ignored Bcc: when using external command for sending was
58       fixed.
59     * A bug of auto-checking was fixed.
60     * Readability of the selected color-labelled line has been improved.
61     * Croatian message catalog has been added.
62
63 * 0.6.0
64
65     * Some operations are enabled while receiving.
66     * A progress bar has been added to the status bar.
67     * SSL has been supported (POP3, SMTP, IMAP4).
68     * Color label is implemented.
69     * Sending with local sendmail command is enabled.
70     * Queued messages are now re-editable.
71     * Old messages will be removed after re-editing.
72     * Account information is now used when sending from queue.
73     * New account dialog will be displayed on the first run.
74     * Suppressed the output to status bar on IMAP4 and NNTP.
75     * The memory usage of the integrated XML parser has been reduced.
76     * The configure script has been improved.
77     * The bug that tried to fetch a nonexistent message on POP3 has been
78       fixed.
79     * The crash bugs of the summary view and the attachment property dialog
80       of the composition window has been fixed.
81
82 * 0.5.3
83
84     * The performance of the summary view has been improved a bit.
85     * The option to expand / collapse message threads has been added.
86     * Unread messages are now displayed with bold font.
87     * The option to update all local folders after getting messages has
88       been added.
89     * "Add sender to address book" has been implemented.
90     * The position of displayed message is now kept after updating the
91       summary view.
92     * A security problem of POP3 has been fixed.
93     * Bold and small fonts are now configurable with ~/.sylpheed/sylpheedrc.
94     * Some other bugs have been fixed.
95
96 * 0.5.2
97
98     * The English manual has been added.
99     * Polish message catalog has been added.
100     * Accounts are automatically selected on reply.
101     * Unnecessary return codes in user-defined header are removed.
102     * UI of date format setting has been improved.
103     * The bug that couldn't handle escaped characters on IMAP4 has been fixed.
104     * The bug that suspended the process after opening attached files has
105       been fixed.
106     * Workaround for raw-JIS code in header fields has been done again.
107     * The bug that couldn't handle some responses on NNTP has been fixed.
108     * Some other minor fixes have been done.
109
110 * 0.5.1
111
112     * Expand/collapse state of folders is now preserved.
113     * Newsgroups can be selected from the list dialog.
114     * Workaround for raw-JIS code in header fields.
115     * The current read size in some dialogs are displayed with human-readable
116       format.
117     * Cc can be used in the reply format.
118     * Base64 data with unusual line length became decodable.
119
120 * 0.5.0
121
122     * A fix for the bug that prevented the removal of selected IMAP4 folder.
123
124 * 0.5.0pre4
125
126     * Gettext has been updated to 0.10.38.
127     * Some more outgoing character sets became specifiable without libjconv.
128     * --enable-threads option has been removed temporarily.
129     * IMAP4 mailbox status is now updated while scanning tree.
130     * IMAP4 and NNTP port number is now specifiable.
131     * The Japanese manual has been updated.
132     * Some UI and other fixes have been done.
133
134 * 0.5.0pre3
135
136     * Autoscan of IMAP4 directory has been implemented.
137     * IMAP4 server directory prefix became specifiable.
138     * Some other bugfixes have been done.
139
140 * 0.5.0pre2
141
142     * Bugfixes for IMAP4. Logs are now also output to file.
143
144 * 0.5.0pre1
145
146     * Many bugfixes for IMAP4, and some modifications for user interface.
147
148 * 0.4.99
149
150     * Attached files can be opened with arbitrary programs.
151     * The progress dialog is shown when sending a message.
152     * User-defined headers can be added.
153     * On the folder tree, unread mark is added to closed folders which have
154       some unread subfolders.
155     * Command line options such as --help and --version can now be executed
156       without X.
157     * NNTP authentication has been supported.
158     * Summary view shows a dialog to process the unexecuted marks when
159       changing the current folder.
160     * `Reply to sender' has been added.
161     * In IMAP4rev1, move, copy, delete and namespace have been implemented.
162       INBOX and trash folder are automatically added when creating a new
163       IMAP4 account.
164     * Many other bugfixes have been done.
165
166 * 0.4.66
167
168     * The bug that didn't calculate MD5 correctly on big endian machines
169       (like PowerPC) has been fixed.
170     * The incorporation dialog has been improved.
171     * Auto mail checking has been implemented.
172     * Headers displayed on the message view are now customizable.
173     * Some other bugfixes have been done.
174
175 * 0.4.65
176
177     * The items of preferences dialog have been reorganized.
178     * The header pane can be toggled on and off now.
179     * Page scroll step is now selectable between one page and half page.
180     * Messages can be exported as mbox format.
181     * GnuPG support code has been updated.
182     * The format of date in summary view became freely definable.
183     * The MD5 routine by RSA has been replaced by an FSF implementation.
184     * The progress dialog of POP3 has been considerably improved.
185     * IMAP4 folder creation/deletion is enabled.
186     * A bug in IMAP4 that caused infinite loop and buffer overrun has been
187       fixed.
188     * A socket is now handled with abstraction layer.
189     * Some other bugs have been fixed.
190
191 * 0.4.64
192
193     * The built-in XML parser has been modified so that it escapes certain
194       characters, and supports multiple-lined tag.
195     * The bug that caused infinite loop when illegal XML file was given was
196       fixed.
197     * The problem when not moving to inbox after getting new mail was fixed.
198     * The bug that made Sylpheed crash when clicking Cancel button while
199       getting new mail was fixed.
200
201 * 0.4.63
202
203     * Some menu items are sorted out.
204     * `Attract by subject' is speeded up.
205     * Smooth scrolling of message text is enabled.
206     * Generic mark and Deleted mark became permanent.
207     * Replied and Forwarded mark are enabled.
208     * The design of New and Unread mark is changed.
209     * Generic mark and Unread mark can be toggled with clicking summary view.
210     * Long References header is truncated now.
211     * Updated the GnuPG support code.
212     * Messages can be moved across file systems.
213     * Message date is converted into local time when displaying.
214     * The colors of quoted part and URI of messages can be specified, and
215       they are specifiable according to quotation level.
216     * It is enabled to keep the current folder after receiving new messages.
217     * The speed of cache reading is improved.
218     * Message copy is implemented.
219     * Many other bugfixes have been done.
220
221 * 0.4.62
222
223     * Prohibition of multiple execution and operation by command line
224       options are enabled.
225     * Workaround was done for duplicated From_ line in mbox file.
226     * HTML - > text converter is implemented.
227     * SMTP AUTH is supported.
228     * FIFO is allowed for signature file.
229     * Security probrems related to tmpfile() and chmod() are fixed.
230     * A bug was fixed that couldn't open attached files which include space.
231     * Address completion is enhanced.
232     * Move and remove are enabled in IMAP4.
233     * Message source can be displayed.
234     * Some other bugfixes.
235
236 * 0.4.61
237
238     * Bugs in address completion, sending, and folder view have been fixed.
239
240 * 0.4.60
241
242     * The horizontal scroll bar is added on the summary view.
243     * Drag and drop from the summary view to the folder view is enabled.
244     * Preliminary support of GnuPG is added (needs GPGME).
245     * `Update folder tree' is performed correctly now.
246     * Receiving dialog is improved.
247     * `Select all matched' is enabled in the summary search.
248     * Some new toolbar icons are added.
249     * Attached files can be opened with metamail command.
250     * Address completion with tab key is enabled in the address entry on
251       the composition window.
252     * Some many other bugfixes.
253
254 * 0.4.52
255
256     * News posting feature is implemented.
257     * Number of unread messages is now displayed at the side of folder name.
258     * Accounts are now selectable on the composition window.
259     * Some other bugfixes.
260
261 * 0.4.51
262
263     * A bug was fixed that didn't incorporate spool file correctly.
264     * From_ line is now recognized as separator of messages even if the
265       previous line isn't empty.
266     * A bug was fixed that printed warning when sending message from queue.
267
268 * 0.4.50
269
270     * The architecture were overhauled, and folders are now managed by
271       object-oriented approach.
272     * The location of mailbox became specifiable, and multiple mailboxes
273       are now manageable simultaneously.
274     * Summary scrolls only on the edge when messages are selected.
275     * News servers are now added using account creation.
276     * In IMAP4, the reading of existing folders is enabled.
277     * Interfaces are modified a bit.
278
279 * 0.4.9
280
281     * Fixed some bugs and updated message catalogs.
282
283 * 0.4.8
284
285     * Fixed a bug that locked the process if the status bar was hidden.
286     * Fixed a bug that put a garbage to charset if the outgoing character
287       set was specified and non-ascii characters were used in subject.
288     * Added Portuguese message catalog.
289
290 * 0.4.7
291
292     * Changed the ruler to the more graphical one.
293     * Made the state of status bar get preserved.
294     * Made it configurable for each accounts whether to receive messages
295       when getting from all accounts.
296     * Updated README.
297
298 * 0.4.6
299
300     * Added a ruler to the composition window.
301     * Added the list of the compiled-in features and clickable URI to the
302       official web site to the about dialog.
303     * Added `Show all header' to the right-click menu at the summary.
304     * Fixed a bug on quotation.
305     * Fixed memory leak bugs.
306     * Some other fixes.
307
308 * 0.4.5
309
310     * Implemented line-wrapping functions.
311     * Added supports for some codesets.
312     * Added Chinese message catalog.
313     * Extended quotation format.
314     * Made the settings of the menu shortcuts preservable.
315     * Fixed a probrem that caused to show garbage characters if the codeset
316       wasn't set.
317     * Some other bug fixes.
318
319 * 0.4.4
320
321     * Enhanced the support for 8bit code (ex. ISO-8859-1). Other bug fixes.
322
323 * 0.4.3
324
325     * Implemented the draft message function.
326     * Made the summary get the proper display on the queue folder.
327     * Changed the color of unread mark from green to blue.
328     * Some other bug fixes.
329
330 * 0.4.2
331
332     * Added preliminary IMAP4 codes.
333     * Enhanced the MIME message parsing routines.
334     * Changed the display method of HeaderView.
335     * Modified the codeset conversion routines.
336     * Added Spanish message catalog.
337     * Removed `Reply with quote', and added `Reply to all'.
338     * Implemented `Forward as an attachment'.
339     * Some other bug fixes.
340
341 * 0.4.1
342
343     * Fixed the probrem of codeconv.c that prevented compiling.
344     * Modified sylpheed.spec.
345
346 * 0.4.0
347
348     * Modified the layout of the preferences dialog widgets.
349     * Fixed the probrem of Japanese processing on FreeBSD.
350     * Workaround for the malformed References: header generated by OE5 :(
351
352 * 0.3.99
353
354     * Applied Kondara patch and enabled to support many locales, including
355       UTF-8 (Unicode), when using libjconv.
356     * Integrated the manual written by BONAIM.
357     * Added the option that specifies whether to display short headers on
358       message view or not.
359     * Disabled IPv6 support by default.
360     * Added copyright notice to the source files.
361     * Some bug fixes.
362
363 * 0.3.29
364
365     * Supported external editor.
366     * Supported Content-Transfer-Encoding: x-uuencode.
367     * Replaced system() with execvp().
368     * Modified the reversed order of `Yes' and `No' at some alert dialogs.
369     * Enabled to open a message with new window.
370     * Made it display the simplified headers if the part of multipart
371       message is text/plain.
372     * Enabled to use font selection dialog on the setting of message font.
373     * Modified so that it processes address correctly if the part of it is
374       quoted.
375     * Added `None (local)' to the menu of protocol on the account setting.
376     * Some other fixes.
377
378 * 0.3.28
379
380     * Supported ISO-8859-1.
381     * Fixed the size of the dialogs.
382     * Made it saves the size of widgets and the width of columns.
383     * Added the French message catalog.
384     * Changed the variable name of filtering (check the auto-filtering
385       option again if you've turned it on before).
386     * Fixed some bugs.
387