NEWS 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. Changes of Sylpheed
  2. * 0.8.5
  3. * Many fatal errors which will lead to crash in message catalogs have
  4. been fixed.
  5. * Cc header is now correctly recognized on reply and forwarding.
  6. * A problem of refresh of summary on IMAP4 and News folder has been fixed.
  7. * A bug of changing accounts on composition window has been fixed.
  8. * The LDAP library detection of configure script has been fixed again.
  9. * Queueing of news messages has been enabled.
  10. * 0.8.4
  11. * The 'Select thread' function is added.
  12. * The 'Reply to mailing list' function is added.
  13. * The 'Reply' button invokes 'Reply to list' by default (configurable).
  14. * More fix for GnuPG signing and verification has been made.
  15. * The bug that deleted messages that are not received by filter has
  16. been fixed.
  17. * The bug that couldn't exit normally after opening composition window
  18. has been fixed.
  19. * The LDAP library detection of configure script has been fixed.
  20. * 0.8.3
  21. * The state of compose window is now changed automatically when the
  22. account is selected.
  23. * The option to only mark message as read when opened in new window has
  24. been added.
  25. * The receive progress dialog now shows detailed information in the
  26. status list.
  27. * The receive progress dialog can be kept open.
  28. * The line-joining problem of auto-wrapping has been fixed.
  29. * IMAP and News cache files/directores are now correctly purged if
  30. they become unnecessary.
  31. * The wrong news article number calculation has been fixed.
  32. * The summary refresh problem has been fixed.
  33. * 0.8.2
  34. * GnuPG improvements and fix
  35. o The line endings are canonicalized correctly before signing.
  36. WARNING: don't sign messages with Sylpheed prior to this version
  37. since they didn't fully conform RFC3156 and may cause
  38. incompatibility between other MUAs.
  39. o The feature to store passphrase in memory temporarily has been
  40. implemented.
  41. o The ascii-armored encryption and clear text signing has been
  42. implemented.
  43. * Line-wrapping improvements and fix
  44. o The cursor movement on auto-wrapping has been fixed.
  45. o Flickers on auto-wrapping has been repressed.
  46. * Socket I/O timeout has been implemented.
  47. * The '--attach' command line option has been implemented.
  48. * Automatic cache expiration for News has been implemented.
  49. * Time stamp has been added to the log messages.
  50. * Temporary files are created under ~/.sylpheed/tmp/.
  51. * The problem of folder and summary view refresh on incorporation has
  52. been fixed.
  53. * The correct FQDN will be returned to server.
  54. * Some major memory leaks have been fixed.
  55. * Some other bugs have been fixed.
  56. * 0.8.1
  57. * The regression of Japanese code conversion have been fixed.
  58. * The problem in MIME header encoding has been fixed.
  59. * Several memory leaks in the address book has been fixed.
  60. * 0.8.0
  61. * The "Paste as quotation" feature has been implemented.
  62. * The "Action" feature (function to pass contents of messages to external
  63. programs) has been added.
  64. * Automatic line-wrapping on input has been enabled.
  65. * The Japanese encoding conversion routine has been rewritten and libkcc
  66. has been removed.
  67. * The MIME encode/decode routines based on fetchmail have been rewritten.
  68. * The IMAP response parser has been improved.
  69. * The authentication method on SMTP AUTH can be forced.
  70. * The receive error dialog can be disabled.
  71. * The option to change the displayed message automatically with cursor
  72. key on the summary view has been added.
  73. * The copy and paste problem in MIME mode has been mostly fixed.
  74. * Some other minor bugfixes and improvements have been made.
  75. * 0.7.8
  76. * The feature to leave messages on POP3 server for specified days has
  77. been implemented.
  78. * The SSL preferences which was broken at the previous version has been
  79. fixed.
  80. * 0.7.7
  81. * The 'Redirect' (aka Bounce) feature has been implemented.
  82. * IMAP4 / POP3 STARTTLS command has been enabled.
  83. * NNTP over SSL has been enabled.
  84. * The sorting order of the summary view became persistent.
  85. * The 'Expand / Collapse all threads' feature have been added.
  86. * The sorting order of the folder tree became case insensitive.
  87. * The common / account preferences button has been removed from the
  88. toolbar.
  89. * Some fixes and improvements for MIME view have been made.
  90. * The behavior of the toggle menu of 'Folder tree' and 'Message view'
  91. have been fixed.
  92. * The behavior of address completion has been fixed.
  93. * A bug in the header MIME encoding routine on Japanese locale has been
  94. fixed.
  95. * Some other bugfixes have been made.
  96. * 0.7.6
  97. * The manual and FAQ have been updated, and German and Italian FAQ have
  98. been added.
  99. * IMAP shared folder has been supported.
  100. * 'Create filter rule' has been added to the context menu.
  101. * Only newsgroup names longer than specified length are abbreviated.
  102. * 'Get all' doesn't check for new messages on IMAP or News account by
  103. default.
  104. * Minor improvements to the folder property dialog have been made.
  105. * Special characters like parentheses can be used in password for IMAP
  106. accounts now.
  107. * Some crash bugs and other minor bugs have been fixed.
  108. * 0.7.5
  109. * The license has been modified so that it will be compatible with
  110. OpenSSL.
  111. * Sent / Drafts / Queue folder on IMAP4 has been enabled.
  112. * The internationalization of IMAP4 folder name has been implemented.
  113. * IMAP4 folder renaming has been implemented.
  114. * Some critical bugs in IMAP4 response parser have been fixed.
  115. * Non-default mailboxes are now specifiable for inbox, sent, draft,
  116. trash folder and the destination of filtering, using folder identifier.
  117. * Folder property dialog has been implemented.
  118. * Special folders can be specified from the folder property dialog.
  119. * 'Outbox' has been changed to 'Sent'.
  120. * Queued messages are now saved to Sent folder after they are actually
  121. sent.
  122. * The auto line-wrapping has been improved.
  123. * 'Reply to sender' now works for newsgroups.
  124. * The SMTP server response is now referred on SMTP AUTH.
  125. * Templates can be inserted into the current cursor position now.
  126. * Confirmation dialog is displayed on sending if subject is empty.
  127. * Displayed newsgroup names are now abbreviated.
  128. * The timeout of DNS lookup has been implemented.
  129. * 'Ctrl-Enter' shortcut now works even if Num Lock is on.
  130. * The new application icon has been added.
  131. * New message checking on IMAP or news server will be aborted immediately
  132. if some errors occurred.
  133. * Some menu items have been modified.
  134. * Some other bugfixes have been made.
  135. * 0.7.4
  136. * The bug that lost UIDL information if any error occured before issuing
  137. UIDL command was fixed.
  138. * Message retrieving is now cancelable from the menu even if the dialog
  139. is hidden.
  140. * Some warnings on compiling with gcc-3.0 have been removed.
  141. * The English manual has been updated.
  142. * The FAQs in English, Spanish and French have been added.
  143. * 0.7.3
  144. * Attached files will be inherited on forwarding or reediting.
  145. * Filter rules will be also updated when renaming or deleting folders.
  146. * 'Get all' and 'Check for new messages' now works for IMAP4 and News
  147. accounts.
  148. * Limit of Receive size for POP3 has been implemented.
  149. * The new notebook tab interface for multipart messages has been
  150. implemented, and text parts are displayed on the text view all together.
  151. * Separate user ID and password can be used for SMTP AUTH.
  152. * ISO-8859-15 support has been added.
  153. * Cancellation of POP3 session is now handled correctly.
  154. * Some bugfixes have been made.
  155. * 0.7.2
  156. * Message moving between different type of folders has been enabled.
  157. * PGP decryption failure bug has been fixed.
  158. * IMAP4 APPEND command failure has been fixed.
  159. * Selection reply bug has been fixed.
  160. * The bug that the external editor fails to launch when quotation
  161. characters are used in the command line, has been fixed.
  162. * 'Show all header' and 'Thread view' became toggle switch.
  163. * Some code cleanups have been made.
  164. * 0.7.1
  165. * Message copy between different type of folders has been enabled.
  166. * Multiple message forwarding has been enabled.
  167. * Most of key bindings became customizable.
  168. * The default menu shortcuts have been modified so that Ctrl is used
  169. as the modifier key.
  170. * Quick menu shortcut changer has been implemented.
  171. * Quick filter rule creation has been implemented.
  172. * "Show all header" now displays the headers in the current message
  173. view.
  174. * File save dialog has been improved.
  175. * '--send' option has been added.
  176. * Quoted part of message text on reply or forward is specifiable by
  177. selecting it.
  178. * From address is now added to Cc entry when 'Reply to all' is used
  179. on the messages which have Reply-To header.
  180. * Mac OS X (Darwin) has been supported.
  181. * Ctrl-Enter now works on the composition window.
  182. * It now compiles with C compilers other than gcc.
  183. * Crash in mark processing on 64bit architecture has been fixed.
  184. * Crash on font load failure has been fixed.
  185. * Some address completion bugs have been fixed.
  186. * Some many other bugs have been fixed.
  187. * 0.7.0
  188. * Undo / redo function has been implemented.
  189. * Regular expression has been supported in filtering.
  190. * LDIF file import has been improved.
  191. * The cursor on composition window blinks now.
  192. * The feature to keep editing after saving to draft has been added.
  193. * The position of Subject entry on composition window has been moved
  194. to the last.
  195. * The menu items have been reorganized.
  196. * WMCLASS is set for some windows.
  197. * A bug that causes infinite loop at line-wrapping has been fixed.
  198. * Some bugfixes for template, addressbook and IMAP4 have been made.
  199. * 0.6.6
  200. * The newsgroup subscription dialog has been enhanced.
  201. * Template function has been improved.
  202. * New wrapping function for composition window has been implemented.
  203. * Mailto URL has been supported for the --compose option.
  204. * The --status option to display current message count has been added.
  205. * Workaround for RFC-incompliant Date header has been made.
  206. * Check connection between IMAP or NNTP server only if access time
  207. limit is expired.
  208. * Thai encodings have been supported.
  209. * Hungarian message catalog has been added.
  210. * Copy and paste problems have been fixed.
  211. * Some IMAP4 bugs have been fixed.
  212. * Some other bugs have been fixed.
  213. * 0.6.5
  214. * The template function has been implemented.
  215. * The quotation format parser has been enhanced.
  216. * The forwarding format has become customizable.
  217. * The "Open with..." dialog on the MIME view now retains command history.
  218. * An arrow mark is put on the column of the sorting target.
  219. * The Delete key now deletes messages.
  220. * The password for SMTP AUTH is asked now when not specified.
  221. * The mime.types file is searched from several directories now.
  222. * The preferences dialogs have been sorted out a bit.
  223. * A freeze bug on using SSL has been fixed.
  224. * Some bugs have been fixed.
  225. * 0.6.4
  226. * The performance of summary display on large number of messages
  227. has been improved.
  228. * Columns of the summary view became reorderable.
  229. * The default order of the summary view columns has been changed.
  230. * Reedit has been enabled in the outbox.
  231. * LDIF file import has been implemented.
  232. * The crash bug of LDAP has been fixed.
  233. * Some other bugs have been fixed.
  234. * 0.6.3
  235. * Message body text search has been implemented.
  236. * The text part of nested multipart message, or HTML only message
  237. is now correctly quoted on replying.
  238. * The status of threading is now preserved for each folders.
  239. * Selective removal from trash folder has been enabled.
  240. * User name and password of IMAP4 account which include spaces are now
  241. handled correctly.
  242. * Workaround for 8bit characters conversion failure on C locale when
  243. using libjconv has been made.
  244. * Some bugs that caused crashes have been fixed.
  245. * 0.6.2
  246. * The new addressbook has been implemented (Match Grun).
  247. * LDAP, vCard, and JPilot have been supported.
  248. * The option to launch the external editor automatically has been added.
  249. * Sorting by mark, unread, attachment, and color label has been enabled.
  250. * Moving to the next or previous flagged messages has been enabled.
  251. * The "Mark all read" function has been added.
  252. * The function to reformat the current paragraph has been implemented.
  253. * Some icons have been replaced.
  254. * The layout of some menu items has been modified.
  255. * Some other bugfixes have been made.
  256. * 0.6.1
  257. * A crash bug caused by the typo of ja.po was fixed.
  258. * Some bugs of configure were fixed.
  259. * The bug that ignored Bcc: when using external command for sending was
  260. fixed.
  261. * A bug of auto-checking was fixed.
  262. * Readability of the selected color-labelled line has been improved.
  263. * Croatian message catalog has been added.
  264. * 0.6.0
  265. * Some operations are enabled while receiving.
  266. * A progress bar has been added to the status bar.
  267. * SSL has been supported (POP3, SMTP, IMAP4).
  268. * Color label is implemented.
  269. * Sending with local sendmail command is enabled.
  270. * Queued messages are now re-editable.
  271. * Old messages will be removed after re-editing.
  272. * Account information is now used when sending from queue.
  273. * New account dialog will be displayed on the first run.
  274. * Suppressed the output to status bar on IMAP4 and NNTP.
  275. * The memory usage of the integrated XML parser has been reduced.
  276. * The configure script has been improved.
  277. * The bug that tried to fetch a nonexistent message on POP3 has been
  278. fixed.
  279. * The crash bugs of the summary view and the attachment property dialog
  280. of the composition window has been fixed.
  281. * 0.5.3
  282. * The performance of the summary view has been improved a bit.
  283. * The option to expand / collapse message threads has been added.
  284. * Unread messages are now displayed with bold font.
  285. * The option to update all local folders after getting messages has
  286. been added.
  287. * "Add sender to address book" has been implemented.
  288. * The position of displayed message is now kept after updating the
  289. summary view.
  290. * A security problem of POP3 has been fixed.
  291. * Bold and small fonts are now configurable with ~/.sylpheed/sylpheedrc.
  292. * Some other bugs have been fixed.
  293. * 0.5.2
  294. * The English manual has been added.
  295. * Polish message catalog has been added.
  296. * Accounts are automatically selected on reply.
  297. * Unnecessary return codes in user-defined header are removed.
  298. * UI of date format setting has been improved.
  299. * The bug that couldn't handle escaped characters on IMAP4 has been fixed.
  300. * The bug that suspended the process after opening attached files has
  301. been fixed.
  302. * Workaround for raw-JIS code in header fields has been done again.
  303. * The bug that couldn't handle some responses on NNTP has been fixed.
  304. * Some other minor fixes have been done.
  305. * 0.5.1
  306. * Expand/collapse state of folders is now preserved.
  307. * Newsgroups can be selected from the list dialog.
  308. * Workaround for raw-JIS code in header fields.
  309. * The current read size in some dialogs are displayed with human-readable
  310. format.
  311. * Cc can be used in the reply format.
  312. * Base64 data with unusual line length became decodable.
  313. * 0.5.0
  314. * A fix for the bug that prevented the removal of selected IMAP4 folder.
  315. * 0.5.0pre4
  316. * Gettext has been updated to 0.10.38.
  317. * Some more outgoing character sets became specifiable without libjconv.
  318. * --enable-threads option has been removed temporarily.
  319. * IMAP4 mailbox status is now updated while scanning tree.
  320. * IMAP4 and NNTP port number is now specifiable.
  321. * The Japanese manual has been updated.
  322. * Some UI and other fixes have been done.
  323. * 0.5.0pre3
  324. * Autoscan of IMAP4 directory has been implemented.
  325. * IMAP4 server directory prefix became specifiable.
  326. * Some other bugfixes have been done.
  327. * 0.5.0pre2
  328. * Bugfixes for IMAP4. Logs are now also output to file.
  329. * 0.5.0pre1
  330. * Many bugfixes for IMAP4, and some modifications for user interface.
  331. * 0.4.99
  332. * Attached files can be opened with arbitrary programs.
  333. * The progress dialog is shown when sending a message.
  334. * User-defined headers can be added.
  335. * On the folder tree, unread mark is added to closed folders which have
  336. some unread subfolders.
  337. * Command line options such as --help and --version can now be executed
  338. without X.
  339. * NNTP authentication has been supported.
  340. * Summary view shows a dialog to process the unexecuted marks when
  341. changing the current folder.
  342. * `Reply to sender' has been added.
  343. * In IMAP4rev1, move, copy, delete and namespace have been implemented.
  344. INBOX and trash folder are automatically added when creating a new
  345. IMAP4 account.
  346. * Many other bugfixes have been done.
  347. * 0.4.66
  348. * The bug that didn't calculate MD5 correctly on big endian machines
  349. (like PowerPC) has been fixed.
  350. * The incorporation dialog has been improved.
  351. * Auto mail checking has been implemented.
  352. * Headers displayed on the message view are now customizable.
  353. * Some other bugfixes have been done.
  354. * 0.4.65
  355. * The items of preferences dialog have been reorganized.
  356. * The header pane can be toggled on and off now.
  357. * Page scroll step is now selectable between one page and half page.
  358. * Messages can be exported as mbox format.
  359. * GnuPG support code has been updated.
  360. * The format of date in summary view became freely definable.
  361. * The MD5 routine by RSA has been replaced by an FSF implementation.
  362. * The progress dialog of POP3 has been considerably improved.
  363. * IMAP4 folder creation/deletion is enabled.
  364. * A bug in IMAP4 that caused infinite loop and buffer overrun has been
  365. fixed.
  366. * A socket is now handled with abstraction layer.
  367. * Some other bugs have been fixed.
  368. * 0.4.64
  369. * The built-in XML parser has been modified so that it escapes certain
  370. characters, and supports multiple-lined tag.
  371. * The bug that caused infinite loop when illegal XML file was given was
  372. fixed.
  373. * The problem when not moving to inbox after getting new mail was fixed.
  374. * The bug that made Sylpheed crash when clicking Cancel button while
  375. getting new mail was fixed.
  376. * 0.4.63
  377. * Some menu items are sorted out.
  378. * `Attract by subject' is speeded up.
  379. * Smooth scrolling of message text is enabled.
  380. * Generic mark and Deleted mark became permanent.
  381. * Replied and Forwarded mark are enabled.
  382. * The design of New and Unread mark is changed.
  383. * Generic mark and Unread mark can be toggled with clicking summary view.
  384. * Long References header is truncated now.
  385. * Updated the GnuPG support code.
  386. * Messages can be moved across file systems.
  387. * Message date is converted into local time when displaying.
  388. * The colors of quoted part and URI of messages can be specified, and
  389. they are specifiable according to quotation level.
  390. * It is enabled to keep the current folder after receiving new messages.
  391. * The speed of cache reading is improved.
  392. * Message copy is implemented.
  393. * Many other bugfixes have been done.
  394. * 0.4.62
  395. * Prohibition of multiple execution and operation by command line
  396. options are enabled.
  397. * Workaround was done for duplicated From_ line in mbox file.
  398. * HTML - > text converter is implemented.
  399. * SMTP AUTH is supported.
  400. * FIFO is allowed for signature file.
  401. * Security probrems related to tmpfile() and chmod() are fixed.
  402. * A bug was fixed that couldn't open attached files which include space.
  403. * Address completion is enhanced.
  404. * Move and remove are enabled in IMAP4.
  405. * Message source can be displayed.
  406. * Some other bugfixes.
  407. * 0.4.61
  408. * Bugs in address completion, sending, and folder view have been fixed.
  409. * 0.4.60
  410. * The horizontal scroll bar is added on the summary view.
  411. * Drag and drop from the summary view to the folder view is enabled.
  412. * Preliminary support of GnuPG is added (needs GPGME).
  413. * `Update folder tree' is performed correctly now.
  414. * Receiving dialog is improved.
  415. * `Select all matched' is enabled in the summary search.
  416. * Some new toolbar icons are added.
  417. * Attached files can be opened with metamail command.
  418. * Address completion with tab key is enabled in the address entry on
  419. the composition window.
  420. * Some many other bugfixes.
  421. * 0.4.52
  422. * News posting feature is implemented.
  423. * Number of unread messages is now displayed at the side of folder name.
  424. * Accounts are now selectable on the composition window.
  425. * Some other bugfixes.
  426. * 0.4.51
  427. * A bug was fixed that didn't incorporate spool file correctly.
  428. * From_ line is now recognized as separator of messages even if the
  429. previous line isn't empty.
  430. * A bug was fixed that printed warning when sending message from queue.
  431. * 0.4.50
  432. * The architecture were overhauled, and folders are now managed by
  433. object-oriented approach.
  434. * The location of mailbox became specifiable, and multiple mailboxes
  435. are now manageable simultaneously.
  436. * Summary scrolls only on the edge when messages are selected.
  437. * News servers are now added using account creation.
  438. * In IMAP4, the reading of existing folders is enabled.
  439. * Interfaces are modified a bit.
  440. * 0.4.9
  441. * Fixed some bugs and updated message catalogs.
  442. * 0.4.8
  443. * Fixed a bug that locked the process if the status bar was hidden.
  444. * Fixed a bug that put a garbage to charset if the outgoing character
  445. set was specified and non-ascii characters were used in subject.
  446. * Added Portuguese message catalog.
  447. * 0.4.7
  448. * Changed the ruler to the more graphical one.
  449. * Made the state of status bar get preserved.
  450. * Made it configurable for each accounts whether to receive messages
  451. when getting from all accounts.
  452. * Updated README.
  453. * 0.4.6
  454. * Added a ruler to the composition window.
  455. * Added the list of the compiled-in features and clickable URI to the
  456. official web site to the about dialog.
  457. * Added `Show all header' to the right-click menu at the summary.
  458. * Fixed a bug on quotation.
  459. * Fixed memory leak bugs.
  460. * Some other fixes.
  461. * 0.4.5
  462. * Implemented line-wrapping functions.
  463. * Added supports for some codesets.
  464. * Added Chinese message catalog.
  465. * Extended quotation format.
  466. * Made the settings of the menu shortcuts preservable.
  467. * Fixed a probrem that caused to show garbage characters if the codeset
  468. wasn't set.
  469. * Some other bug fixes.
  470. * 0.4.4
  471. * Enhanced the support for 8bit code (ex. ISO-8859-1). Other bug fixes.
  472. * 0.4.3
  473. * Implemented the draft message function.
  474. * Made the summary get the proper display on the queue folder.
  475. * Changed the color of unread mark from green to blue.
  476. * Some other bug fixes.
  477. * 0.4.2
  478. * Added preliminary IMAP4 codes.
  479. * Enhanced the MIME message parsing routines.
  480. * Changed the display method of HeaderView.
  481. * Modified the codeset conversion routines.
  482. * Added Spanish message catalog.
  483. * Removed `Reply with quote', and added `Reply to all'.
  484. * Implemented `Forward as an attachment'.
  485. * Some other bug fixes.
  486. * 0.4.1
  487. * Fixed the probrem of codeconv.c that prevented compiling.
  488. * Modified sylpheed.spec.
  489. * 0.4.0
  490. * Modified the layout of the preferences dialog widgets.
  491. * Fixed the probrem of Japanese processing on FreeBSD.
  492. * Workaround for the malformed References: header generated by OE5 :(
  493. * 0.3.99
  494. * Applied Kondara patch and enabled to support many locales, including
  495. UTF-8 (Unicode), when using libjconv.
  496. * Integrated the manual written by BONAIM.
  497. * Added the option that specifies whether to display short headers on
  498. message view or not.
  499. * Disabled IPv6 support by default.
  500. * Added copyright notice to the source files.
  501. * Some bug fixes.
  502. * 0.3.29
  503. * Supported external editor.
  504. * Supported Content-Transfer-Encoding: x-uuencode.
  505. * Replaced system() with execvp().
  506. * Modified the reversed order of `Yes' and `No' at some alert dialogs.
  507. * Enabled to open a message with new window.
  508. * Made it display the simplified headers if the part of multipart
  509. message is text/plain.
  510. * Enabled to use font selection dialog on the setting of message font.
  511. * Modified so that it processes address correctly if the part of it is
  512. quoted.
  513. * Added `None (local)' to the menu of protocol on the account setting.
  514. * Some other fixes.
  515. * 0.3.28
  516. * Supported ISO-8859-1.
  517. * Fixed the size of the dialogs.
  518. * Made it saves the size of widgets and the width of columns.
  519. * Added the French message catalog.
  520. * Changed the variable name of filtering (check the auto-filtering
  521. option again if you've turned it on before).
  522. * Fixed some bugs.