NEWS 38 KB

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