NEWS 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851
  1. Changes of Sylpheed
  2. * 0.9.10
  3. * A new folder can be created on the folder selection dialog now.
  4. * The folder view is now updated progressively when receiving.
  5. * Statasbar has been added to the message view window.
  6. * The built-in image viewer has been improved, and its memory leaks
  7. have been fixed.
  8. * Ukrainian translation has been added.
  9. * Other bugfixes have been made.
  10. * 0.9.9
  11. * Word wrapping on multibyte locales has been improved.
  12. * The receive menu has been improved.
  13. * The combo button for toolbar has been implemented.
  14. * The download feature for IMAP / News folders has been implemented.
  15. * URL is now shown on the toolbar when links are clicked, and put
  16. warning in case of fake URL.
  17. * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208
  18. when sending.
  19. * Crashes on 64-bit environments has been fixed.
  20. * Other bugfixes have been made.
  21. * 0.9.8a
  22. * The bug that caused the failure of cache data read has been fixed.
  23. * 0.9.8
  24. * The offline mode has been implemented.
  25. * The performance of the scanning of MH folders has been improved on
  26. the platforms which support d_type in 'struct dirent'.
  27. * The error checking on moving/deleting messages has become strict.
  28. * When getting IMAP4 message list, it now fallbacks to FETCH command
  29. if server doesn't fully support SEARCH command.
  30. * Outbox for accounts are now correctly chosen when sending from queue.
  31. * Gettext has been upgraded to 0.12.1.
  32. * IPv6 support is now enabled by default.
  33. * Other bugfixes have been made.
  34. * 0.9.7
  35. * The vulnerability in SMTP response handling, which is exploitable by
  36. a malicious SMTP server, has been fixed.
  37. * The structure of folder system has been sorted out.
  38. * The checking of the existence of IMAP root directory has been modified.
  39. * 0.9.6
  40. * A crash bug when deleting currently opened folder has been fixed.
  41. * The performance issue of the address book has been fixed.
  42. * The behavior of manual signature insertion has been reverted.
  43. * A crash bug on startup when a font can't be loaded has been fixed.
  44. * The format of MIME boundary has been modified again.
  45. * Other minor bugfixes have been made.
  46. * 0.9.5
  47. * The size, the position, and the visibility of separated views are now
  48. remembered.
  49. * The per-folder settings are now preserved even if a folder tree is
  50. rebuilt.
  51. * The receive dialog's option to display the dialog only on manual
  52. receiving has been added.
  53. * 'Top' and 'Bottom' button has been added on the filter setting dialog.
  54. * The UIDPLUS extension of IMAP4rev1 has been supported.
  55. * The folder system has been cleaned up a bit.
  56. * The sylpheed.spec file bundled in the source package has been improved.
  57. * The format of MIME boundary has been modified.
  58. * A memory leak and a buffer overrun have been fixed.
  59. * 0.9.4
  60. * The performance of the operation of IMAP4 folders, such as move,
  61. copy, delete and mark, has been greatly improved.
  62. * The contents of IMAP4 folders are now always synchronized with the
  63. server.
  64. * Message flags are now properly taken over when copying messages into
  65. IMAP4 folders from others.
  66. * The CRAM-MD5 authentication mechanism has been supported for IMAP4rev1.
  67. * Message move, copy and delete are now possible while receiving mails.
  68. * The non-blocking SSL can be turned off as a workaround for the
  69. connection problem.
  70. * The bug that ran into infinite loop if connection was closed by remote
  71. host has been fixed.
  72. * The configuration files will not be overwritten on startup anymore.
  73. * 0.9.3
  74. * The network I/O system has been rewritten to use non-blocking I/O,
  75. and the performance of POP3 and SMTP has been improved much.
  76. * '--status-full' option has been added. '--status' option now takes
  77. arguments for folders.
  78. * Minor bugfixes have been made.
  79. * 0.9.2
  80. * The bug that removed messages from server if "Don't receive" action is
  81. specified by the filter rule has been fixed.
  82. * The bug that caused abort when a button is double-clicked on some
  83. dialogs has been fixed.
  84. * A warning that was displayed when address book was empty has been fixed.
  85. * 0.9.1
  86. * The bug in handling folder names which include '+' in IMAP4 modified
  87. UTF-7 conversion has been fixed.
  88. * The parsing of message/rfc822 parts in multipart messages has been
  89. fixed.
  90. * Several bugs of auto signature replacement has been fixed.
  91. * A bug that didn't hide user string in the Action dialog has been fixed.
  92. * Socket I/O timeout interval is now configurable.
  93. * 0.9.0
  94. * The multi-process network I/O has been implemented for POP3 and SMTP.
  95. * The Action feature has been improved.
  96. * The automatic signature replacement on account change has been
  97. implemented.
  98. * Hyperlinks of HTML messages are now correctly handled.
  99. * The separated message view now has a menubar.
  100. * Original messages' headers are now included as the preset keywords
  101. on automatic filter creation.
  102. * The verbose error messages are now displayed on POP3 and SMTP.
  103. * The lines of the log window is now restricted to reduce the memory
  104. usage.
  105. * The Shift_JIS locale has been supported.
  106. * The internal MIME structure has been cleaned up.
  107. * Address names which have special characters are now correctly quoted.
  108. * Slovak message catalog has been added.
  109. * The header corruption bug on reediting has been fixed.
  110. * The bug of UTF-7 encoding conversion has been fixed.
  111. * A workaround for unknown timezones has been made.
  112. * A workaround for wrapping problem on UTF-8 locale has been made.
  113. * More workaround for crashes by illegal characters has been made.
  114. * The crash bug in IMAP4 parser has been fixed.
  115. * The crash bug of the composition window has been fixed.
  116. * The colormap / visual problem on Solaris has been fixed.
  117. * Other bugfixes have been made.
  118. * 0.8.11
  119. * The folder option to remove parentheses and brackets at the beginning
  120. of subject has been added.
  121. * The option to use command output for signature has been added.
  122. * The summary search now also looks for collapsed nodes.
  123. * The size of the source window is now remembered.
  124. * Euro locales (ISO-8859-15) have been supported.
  125. * Many locales and encodings which were not supported before have been
  126. added.
  127. * Galician translation has been added.
  128. * Support for Latin locales (ISO-8859) has been fixed.
  129. * UTF-8 locale support has been fixed.
  130. * The folding problem of headers has been fixed.
  131. * The more workaround for abort problem in Japanese locale has been made.
  132. * Other bugfixes have been made.
  133. * 0.8.10
  134. * The validity check of EUC-JP code became more strict.
  135. * The handling of strings which failed to be converted has been modified.
  136. * Minor bugfixes and a speed improvement have been made.
  137. * 0.8.9
  138. * Transition from libjconv to direct use of iconv() API has been made.
  139. * Quoted-Printable encoding for outgoing messages has been enabled.
  140. * Content-Transfer-Encoding for outgoing messages became user definable.
  141. * The abbreviation method of newsgroup name has been improved.
  142. * Russian locales support has been improved.
  143. * Fixes for message canonicalization have been made.
  144. * Bugs of header MIME encoding have been fixed.
  145. * 0.8.8
  146. * The option to sort by recipient has been added.
  147. * The performance of initial sorting when opening folders has been
  148. improved.
  149. * The bug which would run into infinite loop and eventual crash when
  150. encountering invalid characters in header MIME encoding has been fixed.
  151. * 0.8.7
  152. * The extended regular expression has been supported on filtering.
  153. * The option to resize images to fit the size of view has been added.
  154. * The previous account is now restored on reediting draft messages.
  155. * The routine of MIME header encoding has been rewritten completely,
  156. and Q-encoding for single-byte locales has been also implemented.
  157. * Strings beginning with "www." are now treated as URI.
  158. * The default WWW browser has been changed to Mozilla.
  159. * The common preferences dialog has been reorganized a bit.
  160. * The remote command operation can be executed without X now.
  161. * Code cleanups for the implementation of SMTP has been made.
  162. * Autotools and libtool have been updated.
  163. * A fix for font loading problem has been made.
  164. * Other minor bugfixes have been made.
  165. * 0.8.6
  166. * Per-folder account setting has been implemented.
  167. * Per-folder default To / Cc / Bcc / Reply-To setting on composition
  168. has been implemented.
  169. * The status of signature is now indicated using different colors.
  170. * Reply-To header now has priority over List-Post header on list-reply.
  171. * Multiple deletion of IMAP4 messages has been optimized.
  172. * A workaround for the problem that couldn't display 8-bit characters in
  173. C or POSIX locale has been made.
  174. * The B-encoding of headers on locales other than Japanese (when not
  175. using libjconv) has been enabled.
  176. * 'Rescan folder tree' has been renamed to 'Rebuild folder tree'.
  177. * The redundant error messages of code conversion failure has been
  178. prohibited.
  179. * The cancellation of POP3 session has been fixed.
  180. * The error detection of POP3 has been improved.
  181. * The LDAP library detection of configure script has been fixed once more.
  182. * Other minor bugfixes and code cleanups have been made.
  183. * 0.8.5
  184. * Many fatal errors which will lead to crash in message catalogs have
  185. been fixed.
  186. * Cc header is now correctly recognized on reply and forwarding.
  187. * A problem of refresh of summary on IMAP4 and News folder has been fixed.
  188. * A bug of changing accounts on composition window has been fixed.
  189. * The LDAP library detection of configure script has been fixed again.
  190. * Queueing of news messages has been enabled.
  191. * 0.8.4
  192. * The 'Select thread' function is added.
  193. * The 'Reply to mailing list' function is added.
  194. * The 'Reply' button invokes 'Reply to list' by default (configurable).
  195. * More fix for GnuPG signing and verification has been made.
  196. * The bug that deleted messages that are not received by filter has
  197. been fixed.
  198. * The bug that couldn't exit normally after opening composition window
  199. has been fixed.
  200. * The LDAP library detection of configure script has been fixed.
  201. * 0.8.3
  202. * The state of compose window is now changed automatically when the
  203. account is selected.
  204. * The option to only mark message as read when opened in new window has
  205. been added.
  206. * The receive progress dialog now shows detailed information in the
  207. status list.
  208. * The receive progress dialog can be kept open.
  209. * The line-joining problem of auto-wrapping has been fixed.
  210. * IMAP and News cache files/directores are now correctly purged if
  211. they become unnecessary.
  212. * The wrong news article number calculation has been fixed.
  213. * The summary refresh problem has been fixed.
  214. * 0.8.2
  215. * GnuPG improvements and fix
  216. o The line endings are canonicalized correctly before signing.
  217. WARNING: don't sign messages with Sylpheed prior to this version
  218. since they didn't fully conform RFC3156 and may cause
  219. incompatibility between other MUAs.
  220. o The feature to store passphrase in memory temporarily has been
  221. implemented.
  222. o The ascii-armored encryption and clear text signing has been
  223. implemented.
  224. * Line-wrapping improvements and fix
  225. o The cursor movement on auto-wrapping has been fixed.
  226. o Flickers on auto-wrapping has been repressed.
  227. * Socket I/O timeout has been implemented.
  228. * The '--attach' command line option has been implemented.
  229. * Automatic cache expiration for News has been implemented.
  230. * Time stamp has been added to the log messages.
  231. * Temporary files are created under ~/.sylpheed/tmp/.
  232. * The problem of folder and summary view refresh on incorporation has
  233. been fixed.
  234. * The correct FQDN will be returned to server.
  235. * Some major memory leaks have been fixed.
  236. * Some other bugs have been fixed.
  237. * 0.8.1
  238. * The regression of Japanese code conversion have been fixed.
  239. * The problem in MIME header encoding has been fixed.
  240. * Several memory leaks in the address book has been fixed.
  241. * 0.8.0
  242. * The "Paste as quotation" feature has been implemented.
  243. * The "Action" feature (function to pass contents of messages to external
  244. programs) has been added.
  245. * Automatic line-wrapping on input has been enabled.
  246. * The Japanese encoding conversion routine has been rewritten and libkcc
  247. has been removed.
  248. * The MIME encode/decode routines based on fetchmail have been rewritten.
  249. * The IMAP response parser has been improved.
  250. * The authentication method on SMTP AUTH can be forced.
  251. * The receive error dialog can be disabled.
  252. * The option to change the displayed message automatically with cursor
  253. key on the summary view has been added.
  254. * The copy and paste problem in MIME mode has been mostly fixed.
  255. * Some other minor bugfixes and improvements have been made.
  256. * 0.7.8
  257. * The feature to leave messages on POP3 server for specified days has
  258. been implemented.
  259. * The SSL preferences which was broken at the previous version has been
  260. fixed.
  261. * 0.7.7
  262. * The 'Redirect' (aka Bounce) feature has been implemented.
  263. * IMAP4 / POP3 STARTTLS command has been enabled.
  264. * NNTP over SSL has been enabled.
  265. * The sorting order of the summary view became persistent.
  266. * The 'Expand / Collapse all threads' feature have been added.
  267. * The sorting order of the folder tree became case insensitive.
  268. * The common / account preferences button has been removed from the
  269. toolbar.
  270. * Some fixes and improvements for MIME view have been made.
  271. * The behavior of the toggle menu of 'Folder tree' and 'Message view'
  272. have been fixed.
  273. * The behavior of address completion has been fixed.
  274. * A bug in the header MIME encoding routine on Japanese locale has been
  275. fixed.
  276. * Some other bugfixes have been made.
  277. * 0.7.6
  278. * The manual and FAQ have been updated, and German and Italian FAQ have
  279. been added.
  280. * IMAP shared folder has been supported.
  281. * 'Create filter rule' has been added to the context menu.
  282. * Only newsgroup names longer than specified length are abbreviated.
  283. * 'Get all' doesn't check for new messages on IMAP or News account by
  284. default.
  285. * Minor improvements to the folder property dialog have been made.
  286. * Special characters like parentheses can be used in password for IMAP
  287. accounts now.
  288. * Some crash bugs and other minor bugs have been fixed.
  289. * 0.7.5
  290. * The license has been modified so that it will be compatible with
  291. OpenSSL.
  292. * Sent / Drafts / Queue folder on IMAP4 has been enabled.
  293. * The internationalization of IMAP4 folder name has been implemented.
  294. * IMAP4 folder renaming has been implemented.
  295. * Some critical bugs in IMAP4 response parser have been fixed.
  296. * Non-default mailboxes are now specifiable for inbox, sent, draft,
  297. trash folder and the destination of filtering, using folder identifier.
  298. * Folder property dialog has been implemented.
  299. * Special folders can be specified from the folder property dialog.
  300. * 'Outbox' has been changed to 'Sent'.
  301. * Queued messages are now saved to Sent folder after they are actually
  302. sent.
  303. * The auto line-wrapping has been improved.
  304. * 'Reply to sender' now works for newsgroups.
  305. * The SMTP server response is now referred on SMTP AUTH.
  306. * Templates can be inserted into the current cursor position now.
  307. * Confirmation dialog is displayed on sending if subject is empty.
  308. * Displayed newsgroup names are now abbreviated.
  309. * The timeout of DNS lookup has been implemented.
  310. * 'Ctrl-Enter' shortcut now works even if Num Lock is on.
  311. * The new application icon has been added.
  312. * New message checking on IMAP or news server will be aborted immediately
  313. if some errors occurred.
  314. * Some menu items have been modified.
  315. * Some other bugfixes have been made.
  316. * 0.7.4
  317. * The bug that lost UIDL information if any error occured before issuing
  318. UIDL command was fixed.
  319. * Message retrieving is now cancelable from the menu even if the dialog
  320. is hidden.
  321. * Some warnings on compiling with gcc-3.0 have been removed.
  322. * The English manual has been updated.
  323. * The FAQs in English, Spanish and French have been added.
  324. * 0.7.3
  325. * Attached files will be inherited on forwarding or reediting.
  326. * Filter rules will be also updated when renaming or deleting folders.
  327. * 'Get all' and 'Check for new messages' now works for IMAP4 and News
  328. accounts.
  329. * Limit of Receive size for POP3 has been implemented.
  330. * The new notebook tab interface for multipart messages has been
  331. implemented, and text parts are displayed on the text view all together.
  332. * Separate user ID and password can be used for SMTP AUTH.
  333. * ISO-8859-15 support has been added.
  334. * Cancellation of POP3 session is now handled correctly.
  335. * Some bugfixes have been made.
  336. * 0.7.2
  337. * Message moving between different type of folders has been enabled.
  338. * PGP decryption failure bug has been fixed.
  339. * IMAP4 APPEND command failure has been fixed.
  340. * Selection reply bug has been fixed.
  341. * The bug that the external editor fails to launch when quotation
  342. characters are used in the command line, has been fixed.
  343. * 'Show all header' and 'Thread view' became toggle switch.
  344. * Some code cleanups have been made.
  345. * 0.7.1
  346. * Message copy between different type of folders has been enabled.
  347. * Multiple message forwarding has been enabled.
  348. * Most of key bindings became customizable.
  349. * The default menu shortcuts have been modified so that Ctrl is used
  350. as the modifier key.
  351. * Quick menu shortcut changer has been implemented.
  352. * Quick filter rule creation has been implemented.
  353. * "Show all header" now displays the headers in the current message
  354. view.
  355. * File save dialog has been improved.
  356. * '--send' option has been added.
  357. * Quoted part of message text on reply or forward is specifiable by
  358. selecting it.
  359. * From address is now added to Cc entry when 'Reply to all' is used
  360. on the messages which have Reply-To header.
  361. * Mac OS X (Darwin) has been supported.
  362. * Ctrl-Enter now works on the composition window.
  363. * It now compiles with C compilers other than gcc.
  364. * Crash in mark processing on 64bit architecture has been fixed.
  365. * Crash on font load failure has been fixed.
  366. * Some address completion bugs have been fixed.
  367. * Some many other bugs have been fixed.
  368. * 0.7.0
  369. * Undo / redo function has been implemented.
  370. * Regular expression has been supported in filtering.
  371. * LDIF file import has been improved.
  372. * The cursor on composition window blinks now.
  373. * The feature to keep editing after saving to draft has been added.
  374. * The position of Subject entry on composition window has been moved
  375. to the last.
  376. * The menu items have been reorganized.
  377. * WMCLASS is set for some windows.
  378. * A bug that causes infinite loop at line-wrapping has been fixed.
  379. * Some bugfixes for template, addressbook and IMAP4 have been made.
  380. * 0.6.6
  381. * The newsgroup subscription dialog has been enhanced.
  382. * Template function has been improved.
  383. * New wrapping function for composition window has been implemented.
  384. * Mailto URL has been supported for the --compose option.
  385. * The --status option to display current message count has been added.
  386. * Workaround for RFC-incompliant Date header has been made.
  387. * Check connection between IMAP or NNTP server only if access time
  388. limit is expired.
  389. * Thai encodings have been supported.
  390. * Hungarian message catalog has been added.
  391. * Copy and paste problems have been fixed.
  392. * Some IMAP4 bugs have been fixed.
  393. * Some other bugs have been fixed.
  394. * 0.6.5
  395. * The template function has been implemented.
  396. * The quotation format parser has been enhanced.
  397. * The forwarding format has become customizable.
  398. * The "Open with..." dialog on the MIME view now retains command history.
  399. * An arrow mark is put on the column of the sorting target.
  400. * The Delete key now deletes messages.
  401. * The password for SMTP AUTH is asked now when not specified.
  402. * The mime.types file is searched from several directories now.
  403. * The preferences dialogs have been sorted out a bit.
  404. * A freeze bug on using SSL has been fixed.
  405. * Some bugs have been fixed.
  406. * 0.6.4
  407. * The performance of summary display on large number of messages
  408. has been improved.
  409. * Columns of the summary view became reorderable.
  410. * The default order of the summary view columns has been changed.
  411. * Reedit has been enabled in the outbox.
  412. * LDIF file import has been implemented.
  413. * The crash bug of LDAP has been fixed.
  414. * Some other bugs have been fixed.
  415. * 0.6.3
  416. * Message body text search has been implemented.
  417. * The text part of nested multipart message, or HTML only message
  418. is now correctly quoted on replying.
  419. * The status of threading is now preserved for each folders.
  420. * Selective removal from trash folder has been enabled.
  421. * User name and password of IMAP4 account which include spaces are now
  422. handled correctly.
  423. * Workaround for 8bit characters conversion failure on C locale when
  424. using libjconv has been made.
  425. * Some bugs that caused crashes have been fixed.
  426. * 0.6.2
  427. * The new addressbook has been implemented (Match Grun).
  428. * LDAP, vCard, and JPilot have been supported.
  429. * The option to launch the external editor automatically has been added.
  430. * Sorting by mark, unread, attachment, and color label has been enabled.
  431. * Moving to the next or previous flagged messages has been enabled.
  432. * The "Mark all read" function has been added.
  433. * The function to reformat the current paragraph has been implemented.
  434. * Some icons have been replaced.
  435. * The layout of some menu items has been modified.
  436. * Some other bugfixes have been made.
  437. * 0.6.1
  438. * A crash bug caused by the typo of ja.po was fixed.
  439. * Some bugs of configure were fixed.
  440. * The bug that ignored Bcc: when using external command for sending was
  441. fixed.
  442. * A bug of auto-checking was fixed.
  443. * Readability of the selected color-labelled line has been improved.
  444. * Croatian message catalog has been added.
  445. * 0.6.0
  446. * Some operations are enabled while receiving.
  447. * A progress bar has been added to the status bar.
  448. * SSL has been supported (POP3, SMTP, IMAP4).
  449. * Color label is implemented.
  450. * Sending with local sendmail command is enabled.
  451. * Queued messages are now re-editable.
  452. * Old messages will be removed after re-editing.
  453. * Account information is now used when sending from queue.
  454. * New account dialog will be displayed on the first run.
  455. * Suppressed the output to status bar on IMAP4 and NNTP.
  456. * The memory usage of the integrated XML parser has been reduced.
  457. * The configure script has been improved.
  458. * The bug that tried to fetch a nonexistent message on POP3 has been
  459. fixed.
  460. * The crash bugs of the summary view and the attachment property dialog
  461. of the composition window has been fixed.
  462. * 0.5.3
  463. * The performance of the summary view has been improved a bit.
  464. * The option to expand / collapse message threads has been added.
  465. * Unread messages are now displayed with bold font.
  466. * The option to update all local folders after getting messages has
  467. been added.
  468. * "Add sender to address book" has been implemented.
  469. * The position of displayed message is now kept after updating the
  470. summary view.
  471. * A security problem of POP3 has been fixed.
  472. * Bold and small fonts are now configurable with ~/.sylpheed/sylpheedrc.
  473. * Some other bugs have been fixed.
  474. * 0.5.2
  475. * The English manual has been added.
  476. * Polish message catalog has been added.
  477. * Accounts are automatically selected on reply.
  478. * Unnecessary return codes in user-defined header are removed.
  479. * UI of date format setting has been improved.
  480. * The bug that couldn't handle escaped characters on IMAP4 has been fixed.
  481. * The bug that suspended the process after opening attached files has
  482. been fixed.
  483. * Workaround for raw-JIS code in header fields has been done again.
  484. * The bug that couldn't handle some responses on NNTP has been fixed.
  485. * Some other minor fixes have been done.
  486. * 0.5.1
  487. * Expand/collapse state of folders is now preserved.
  488. * Newsgroups can be selected from the list dialog.
  489. * Workaround for raw-JIS code in header fields.
  490. * The current read size in some dialogs are displayed with human-readable
  491. format.
  492. * Cc can be used in the reply format.
  493. * Base64 data with unusual line length became decodable.
  494. * 0.5.0
  495. * A fix for the bug that prevented the removal of selected IMAP4 folder.
  496. * 0.5.0pre4
  497. * Gettext has been updated to 0.10.38.
  498. * Some more outgoing character sets became specifiable without libjconv.
  499. * --enable-threads option has been removed temporarily.
  500. * IMAP4 mailbox status is now updated while scanning tree.
  501. * IMAP4 and NNTP port number is now specifiable.
  502. * The Japanese manual has been updated.
  503. * Some UI and other fixes have been done.
  504. * 0.5.0pre3
  505. * Autoscan of IMAP4 directory has been implemented.
  506. * IMAP4 server directory prefix became specifiable.
  507. * Some other bugfixes have been done.
  508. * 0.5.0pre2
  509. * Bugfixes for IMAP4. Logs are now also output to file.
  510. * 0.5.0pre1
  511. * Many bugfixes for IMAP4, and some modifications for user interface.
  512. * 0.4.99
  513. * Attached files can be opened with arbitrary programs.
  514. * The progress dialog is shown when sending a message.
  515. * User-defined headers can be added.
  516. * On the folder tree, unread mark is added to closed folders which have
  517. some unread subfolders.
  518. * Command line options such as --help and --version can now be executed
  519. without X.
  520. * NNTP authentication has been supported.
  521. * Summary view shows a dialog to process the unexecuted marks when
  522. changing the current folder.
  523. * `Reply to sender' has been added.
  524. * In IMAP4rev1, move, copy, delete and namespace have been implemented.
  525. INBOX and trash folder are automatically added when creating a new
  526. IMAP4 account.
  527. * Many other bugfixes have been done.
  528. * 0.4.66
  529. * The bug that didn't calculate MD5 correctly on big endian machines
  530. (like PowerPC) has been fixed.
  531. * The incorporation dialog has been improved.
  532. * Auto mail checking has been implemented.
  533. * Headers displayed on the message view are now customizable.
  534. * Some other bugfixes have been done.
  535. * 0.4.65
  536. * The items of preferences dialog have been reorganized.
  537. * The header pane can be toggled on and off now.
  538. * Page scroll step is now selectable between one page and half page.
  539. * Messages can be exported as mbox format.
  540. * GnuPG support code has been updated.
  541. * The format of date in summary view became freely definable.
  542. * The MD5 routine by RSA has been replaced by an FSF implementation.
  543. * The progress dialog of POP3 has been considerably improved.
  544. * IMAP4 folder creation/deletion is enabled.
  545. * A bug in IMAP4 that caused infinite loop and buffer overrun has been
  546. fixed.
  547. * A socket is now handled with abstraction layer.
  548. * Some other bugs have been fixed.
  549. * 0.4.64
  550. * The built-in XML parser has been modified so that it escapes certain
  551. characters, and supports multiple-lined tag.
  552. * The bug that caused infinite loop when illegal XML file was given was
  553. fixed.
  554. * The problem when not moving to inbox after getting new mail was fixed.
  555. * The bug that made Sylpheed crash when clicking Cancel button while
  556. getting new mail was fixed.
  557. * 0.4.63
  558. * Some menu items are sorted out.
  559. * `Attract by subject' is speeded up.
  560. * Smooth scrolling of message text is enabled.
  561. * Generic mark and Deleted mark became permanent.
  562. * Replied and Forwarded mark are enabled.
  563. * The design of New and Unread mark is changed.
  564. * Generic mark and Unread mark can be toggled with clicking summary view.
  565. * Long References header is truncated now.
  566. * Updated the GnuPG support code.
  567. * Messages can be moved across file systems.
  568. * Message date is converted into local time when displaying.
  569. * The colors of quoted part and URI of messages can be specified, and
  570. they are specifiable according to quotation level.
  571. * It is enabled to keep the current folder after receiving new messages.
  572. * The speed of cache reading is improved.
  573. * Message copy is implemented.
  574. * Many other bugfixes have been done.
  575. * 0.4.62
  576. * Prohibition of multiple execution and operation by command line
  577. options are enabled.
  578. * Workaround was done for duplicated From_ line in mbox file.
  579. * HTML - > text converter is implemented.
  580. * SMTP AUTH is supported.
  581. * FIFO is allowed for signature file.
  582. * Security probrems related to tmpfile() and chmod() are fixed.
  583. * A bug was fixed that couldn't open attached files which include space.
  584. * Address completion is enhanced.
  585. * Move and remove are enabled in IMAP4.
  586. * Message source can be displayed.
  587. * Some other bugfixes.
  588. * 0.4.61
  589. * Bugs in address completion, sending, and folder view have been fixed.
  590. * 0.4.60
  591. * The horizontal scroll bar is added on the summary view.
  592. * Drag and drop from the summary view to the folder view is enabled.
  593. * Preliminary support of GnuPG is added (needs GPGME).
  594. * `Update folder tree' is performed correctly now.
  595. * Receiving dialog is improved.
  596. * `Select all matched' is enabled in the summary search.
  597. * Some new toolbar icons are added.
  598. * Attached files can be opened with metamail command.
  599. * Address completion with tab key is enabled in the address entry on
  600. the composition window.
  601. * Some many other bugfixes.
  602. * 0.4.52
  603. * News posting feature is implemented.
  604. * Number of unread messages is now displayed at the side of folder name.
  605. * Accounts are now selectable on the composition window.
  606. * Some other bugfixes.
  607. * 0.4.51
  608. * A bug was fixed that didn't incorporate spool file correctly.
  609. * From_ line is now recognized as separator of messages even if the
  610. previous line isn't empty.
  611. * A bug was fixed that printed warning when sending message from queue.
  612. * 0.4.50
  613. * The architecture were overhauled, and folders are now managed by
  614. object-oriented approach.
  615. * The location of mailbox became specifiable, and multiple mailboxes
  616. are now manageable simultaneously.
  617. * Summary scrolls only on the edge when messages are selected.
  618. * News servers are now added using account creation.
  619. * In IMAP4, the reading of existing folders is enabled.
  620. * Interfaces are modified a bit.
  621. * 0.4.9
  622. * Fixed some bugs and updated message catalogs.
  623. * 0.4.8
  624. * Fixed a bug that locked the process if the status bar was hidden.
  625. * Fixed a bug that put a garbage to charset if the outgoing character
  626. set was specified and non-ascii characters were used in subject.
  627. * Added Portuguese message catalog.
  628. * 0.4.7
  629. * Changed the ruler to the more graphical one.
  630. * Made the state of status bar get preserved.
  631. * Made it configurable for each accounts whether to receive messages
  632. when getting from all accounts.
  633. * Updated README.
  634. * 0.4.6
  635. * Added a ruler to the composition window.
  636. * Added the list of the compiled-in features and clickable URI to the
  637. official web site to the about dialog.
  638. * Added `Show all header' to the right-click menu at the summary.
  639. * Fixed a bug on quotation.
  640. * Fixed memory leak bugs.
  641. * Some other fixes.
  642. * 0.4.5
  643. * Implemented line-wrapping functions.
  644. * Added supports for some codesets.
  645. * Added Chinese message catalog.
  646. * Extended quotation format.
  647. * Made the settings of the menu shortcuts preservable.
  648. * Fixed a probrem that caused to show garbage characters if the codeset
  649. wasn't set.
  650. * Some other bug fixes.
  651. * 0.4.4
  652. * Enhanced the support for 8bit code (ex. ISO-8859-1). Other bug fixes.
  653. * 0.4.3
  654. * Implemented the draft message function.
  655. * Made the summary get the proper display on the queue folder.
  656. * Changed the color of unread mark from green to blue.
  657. * Some other bug fixes.
  658. * 0.4.2
  659. * Added preliminary IMAP4 codes.
  660. * Enhanced the MIME message parsing routines.
  661. * Changed the display method of HeaderView.
  662. * Modified the codeset conversion routines.
  663. * Added Spanish message catalog.
  664. * Removed `Reply with quote', and added `Reply to all'.
  665. * Implemented `Forward as an attachment'.
  666. * Some other bug fixes.
  667. * 0.4.1
  668. * Fixed the probrem of codeconv.c that prevented compiling.
  669. * Modified sylpheed.spec.
  670. * 0.4.0
  671. * Modified the layout of the preferences dialog widgets.
  672. * Fixed the probrem of Japanese processing on FreeBSD.
  673. * Workaround for the malformed References: header generated by OE5 :(
  674. * 0.3.99
  675. * Applied Kondara patch and enabled to support many locales, including
  676. UTF-8 (Unicode), when using libjconv.
  677. * Integrated the manual written by BONAIM.
  678. * Added the option that specifies whether to display short headers on
  679. message view or not.
  680. * Disabled IPv6 support by default.
  681. * Added copyright notice to the source files.
  682. * Some bug fixes.
  683. * 0.3.29
  684. * Supported external editor.
  685. * Supported Content-Transfer-Encoding: x-uuencode.
  686. * Replaced system() with execvp().
  687. * Modified the reversed order of `Yes' and `No' at some alert dialogs.
  688. * Enabled to open a message with new window.
  689. * Made it display the simplified headers if the part of multipart
  690. message is text/plain.
  691. * Enabled to use font selection dialog on the setting of message font.
  692. * Modified so that it processes address correctly if the part of it is
  693. quoted.
  694. * Added `None (local)' to the menu of protocol on the account setting.
  695. * Some other fixes.
  696. * 0.3.28
  697. * Supported ISO-8859-1.
  698. * Fixed the size of the dialogs.
  699. * Made it saves the size of widgets and the width of columns.
  700. * Added the French message catalog.
  701. * Changed the variable name of filtering (check the auto-filtering
  702. option again if you've turned it on before).
  703. * Fixed some bugs.