Imported version 1.0
[claws.git] / ChangeLog
blobca74a375161aa76370c0dd83f48014468c29e8a2
1 2001-04-19
3         * src/prefs_common.[ch]: reorganized the items of settings,
4           and added Message tab.
5         * src/main.c: parse_cmd_opt(): added command line option --version.
6         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
7           special folders.
8         * src/prefs_common.[ch]
9           src/headerview.[ch]: the header pane can be toggled now.
10         * src/prefs_common.[ch]
11           src/textview.c: page scroll step is now selectable between
12           one page and half page.
13         * src/mbox.[ch]: added export_mbox() that reads all messages
14           in a folder, and store them into one mbox file.
16 2001-04-18
18         * src/prefs_filter.[ch]: separated filter setting code from
19           prefs_common.c, and made it a separate dialog.
21 2001-04-17
23         * version 0.4.64
25         * src/automaton.[ch]
26           src/inc.c: fixed the bug that made Sylpheed crash when clicking
27           Cancel button while getting new mail (thanks to Sergey Vlasov).
28         * src/xml.c: xml_build_tree()
29           src/addressbook.c: fixed a bug that caused infinite loop if an
30           illegal XML file was given.
32 2001-04-16
34         * src/summaryview.c
35           src/inc.c: applied the patch from Sergey Vlasov that fixes the
36           problem when the "Go to inbox after receiving new mail" option
37           was turned off (thanks!).
39 2001-04-15
41         * src/xml.[ch]: modified so that it supports some characters which
42           must be escaped, and multiple-lined tag.
43         * src/folder.c
44           src/addressbook.c: modified so that it escapes some characters
45           like '<', '>', '&', ''', '"'.
47 2001-04-10
49         * version 0.4.63
51         * src/folder.[ch]
52           src/mainwindow.c
53           src/mh.[ch]
54           src/procmsg.[ch]
55           src/summaryview.[ch]: applied the patch from Darko Koruga that
56           adds copy message operation for the MH folders (thanks!).
57         * src/imap.c: disabled slash to dot conversion.
58         * src/imageview.c: fixed a bug that displayed an old image when
59           loading of a image failed (thanks to Darko Koruga).
61 2001-04-09
63         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
64           cache reading (thanks to Sergey Vlasov).
65         * src/inc.c
66           src/summaryview.[ch]
67           prefs_common.[ch]: applied the patch that keeps the same folder
68           after receiving new mail (thanks to Sergey Vlasov).
69         * src/textview.c
70           src/utils.[ch]: moved get_quote_level() to utils.c.
72 2001-04-08
74         * ac/Makefile.am: added.
75         * Makefile.am
76           configure.in: added ac directory.
78 2001-04-07
80         * src/summaryview.c: summary_filter(): made it move messages
81           immediately if immediate_exec option is set.
82         * src/prefs_common.[ch]
83           src/textview.[ch]
84           src/gtkutils.[ch]: applied the message coloring patch from
85           Stephen Anthony with some modification (thanks!).
86         * src/gtksctree.c
87           src/mimeview.c: modified the behavior of MimeView (thanks to
88           HIRAMATSU).
90 2001-04-06
92         * src/utils.c: copy_file()
93           src/mh.c: applied (and modified) the patch from Darko Koruga
94           that enables to move messages across file systems (thanks!).
95         * src/procheader.c
96           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
97           that converts the date of messages to the local time (thanks!).
98         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
99           of one-letter timezone were reversed.
100         * src/folder.c: folder_item_add_msg(): put the assertion for the
101           add_msg() method (thanks to TAKANO).
103 2001-04-05
105         * src/procmime.c: procmime_decode_content(): fixed a bug that
106           corrupted quoted-printable encoded messages when they include
107           `=00' (thanks to Masahiro Tomita).
108         * src/gtksctree.c
109           src/mimeview.c
110           src/summaryview.c: modified the DnD behavior of MIME view
111           (thanks to HIRAMATSU).
113 2001-04-04
115         * src/about.c: applied the patch from Sergey Vlasov that fixes
116           the appearance of the about dialog (thanks!).
117         * src/prefs_common.[ch]
118           src/rfc2015.[ch]
119           src/mimeview.c
120           src/procmime.[ch]
121           src/compose.[ch]
122           src/passphrase.c
123           src/textview.[ch]: applied the GnuPG support patch which had
124           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
125         * INSTALL, INSTALL.jp: updated the description about GnuPG.
127 2001-04-03
129         * src/utils.[ch]: added references_list_append() that parses
130           References header and makes it string list.
131         * src/compose.c: modified so that too long References header is
132           truncated, garbage characters are removed, and header is tidied
133           up (thanks to Matthias Intemann).
135 2001-04-02
137         * src/addr_compl.c: applied the address completion bugfix patch
138           from Alfons Hoogervorst (thanks!).
140 2001-04-01
142         * src/gtksctree.c: modified so that the tree_select_row signal
143           actually pass the column number.
144         * src/summaryview.c: summary_selected(): made generic mark and
145           unread mark can be toggled with clicking of the columns.
146           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
147         * src/prefs_common.c
148           src/prefs_account.c: applied the layout fix patches from Sergey
149           Vlasov, and adjusted some widths of GtkEntry widgets.
150         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
151         * src/inc.c: inc_start(): modified so that authentication dialogs
152           show server name too (thanks to Sergey Vlasov).
154 2001-03-31
156         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
157           segmentation fault when a malformed multipart message is shown
158           (thanks to Sergey Vlasov).
159         * src/summaryview.c: summary_display_msg(): made it focus to the
160           summary view if the MIME list is empty.
162 2001-03-30
164         * src/pixmaps/deleted.xpm
165           src/pixmaps/mark.xpm
166           src/summaryview.c: added deleted and mark icon.
167         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
168           to gtk_widget_unref().
169         * src/addr_compl.c: start_address_completion(): fixed the bug that
170           displayed warning when the address book was empty (thanks to
171           Chideok Hwang).
173 2001-03-29
175         * src/summaryview.c: summary_show(): fixed a memory leak bug
176           (thanks to ChiDeok Hwang).
177         * src/pixmaps/forwarded.xpm
178           src/pixmaps/replied.xpm
179           src/pixmaps/new.xpm
180           src/pixmaps/unread.xpm
181           src/compose.c
182           src/mainwindow.c
183           src/prefs_common.c
184           src/procmsg.h
185           src/summaryview.[ch]: applied the patch from Marc Hoper
186           that adds replied and forwarded mark to replying or forwarding
187           messages (thanks!). And new and unread mark were replaced
188           by the icons David Mehrmann created (thanks!).
189         * src/summaryview.c: made the width of unread and MIME column
190           fixed.
191         * src/prefs.c: prefs_config_parse_one_line(): made it check the
192           '=' separator (thanks to Sergey Vlasov).
194 2001-03-26
196         * src/prefs_common.[ch]: moved smooth scroll option to the
197           interface tab.
198         * src/textview.c: made the one-line scroll also perform smooth
199           scrolling.
201 2001-03-25
203         * src/prefs_common.[ch]
204           src/textview.c: applied the smooth scroll patch from Setoh and
205           Ninomiya (thanks!).
207 2001-03-24
209         * src/summaryview.c: summary_attract_by_subject(): rewritten it
210           using hash table for speeding up.
211         * src/prefs_account.c: made filter_on_receive TRUE by default.
212         * src/mainwindow.c: reordered menu items.
214 2001-03-23
216         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
217           caused address completion not to accept space and enter key.
219 2001-03-22
221         * src/utils.[ch]
222           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
223           correctly.
224         * src/compose.c: fixed a bug that didn't decode some headers
225           correctly when replying or reediting drafts (thanks to Sergey
226           Vlasov).
228 2001-03-21
230         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
231           behaviors of some classes.
232         * src/main.c: main(): made it call gtkut_widget_init() first.
233         * src/summaryview.c: summary_create(): removed the key binding code.
235 2001-03-19
237         * src/procmsg.[ch]: modified for the sake of readability.
239 2001-03-18
241         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
242           Added new menu items for folder manipulation.
243           allsel_cb(): made it change the target between summary view and
244           message view according to the input focus.
245           Removed "Select all" from Summary submenu.
246         * src/folderview.[ch]: added functions for creating/renaming/deleting
247           folder.
248         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
249           removed "important" flag.
250         * src/summaryview.c: added summary_set_row_marks() that sets style
251           of a row according to the flags, and made some functions use it.
252         * src/mainwindow.c: allsel_cb(): modified so that it selects
253           summary view correctly if message view is toggled off.
255 2001-03-17
257         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
258           leak bug of socket, and rewrote the routine.
259         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
260           displayed the wrong unread number in the folder tree if a
261           folder was open and new messages arrived at the folder.
262         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
263           again.
265 2001-03-15
267         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
268           check the existence of the destination file.
269         * src/procmsg.c: procmsg_set_flags(): made it count the last
270           number of the message list (and fixed a bug that didn't open
271           newly arrived message).
273 2001-03-13
275         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
276           Shift_JIS from the outgoing codeset.
278 2001-03-12
280         * version 0.4.62
282 2001-03-11
284         * src/send.c: send_message_queue(): modified so that it finds
285           the account from the `From' and the server name of the queued
286           message.
287         * src/account.[ch]: added account_find_from_smtp_server() that
288           finds an account from the specified address and SMTP server.
289         * src/Makefile.am
290           src/mainwindow.c
291           src/summaryview.[ch]
292           src/sourcewindow.[ch]: integrated the viewing source patch from
293           DINH V. Hoà (thanks!).
295 2001-03-10
297         * src/addr_compl.[ch]
298           src/addressbook.c
299           src/compose.c: applied the enhanced address completion patch
300           from Alfons Hoogervorst (thanks!).
301         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
302         * src/folder.c: folder_init()
303           src/folderview.c: folderview_drag_motion_cb()
304           src/procmsg.c: procmsg_clean_trash()
305           src/summaryview.c: summary_start_drag()
306           src/imap.[ch]: integrated the IMAP4 move/remove function patch
307           from Suzuki Mio (thanks!).
309 2001-03-08
311         * src/main.c: parse_cmd_opt(): made the --compose option realize
312           mailto: URI.
313         * src/utils.[ch]: execute_async(): supported quoted arguments
314           correctly.
315           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
316           version of g_strsplit().
317         * src/mimeview.c: mimeview_view_file()
318           src/prefs_common.c: added single quotation mark around the file
319           name.
321 2001-03-07
323         * configure.in
324           src/compose.c
325           src/prefs.c
326           src/procmime.c
327           src/summaryview.c
328           src/mbox.c
329           src/recv.c
330           src/utils.[ch]: applied the security fix patch from Dmitry V.
331           Levin with some modification (thanks!). Added my_tmpfile() to
332           utils.[ch].
333         * src/main.c: added --receive-all command-line option.
335 2001-03-06
337         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
338           compile if both multithread and IPv6 are enabled (thanks to
339           Ishihara).
340         * src/utils.[ch]
341           src/compose.c: applied a patch from Jason McCarver that allows
342           FIFO for signature file (thanks!).
343         * src/textview.c: made some more refactoring.
344         * src/socket.c: sock_accept(): changed socklen_t to gint.
346 2001-03-05
348         * src/main.c
349           src/textview.c: some code cleanups.
351 2001-03-04
353         * src/compose.[ch]
354           src/main.c
355           src/textview.c: integrated the patch from Alfons Hoogervorst that
356           fixes some glitches in clickable URI and enables mail addresses
357           clickable, and enables the --compose command line option to
358           specify address (thanks!).
360 2001-03-03
362         * src/esmtp.[ch]
363           src/smtp.[ch]
364           src/send.c
365           src/prefs_account.[ch]
366           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
367           and fixed its a few bugs (thanks!).
368         * src/textview.c: textview_key_pressed(): made it don't move focus
369           to summary view.
370         * src/main.c: parse_cmd_opt(): modified the help message.
371         * src/html.[ch]: added empty_line to HTMLParser and modified
372           the parser routines a bit.
374 2001-03-01
376         * src/html.c: added eucjp_symbol_list, and added some characters
377           to ascii_symbol_list.
379 2001-02-19
381         * src/codeconv.[ch]: added a member `charset' and `charset_str'
382           to CodeConverter.
383         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
384           html_parser_new(): made it change the symbol hash table
385           according to the character set of the document.
386           html_parse_special(): made it recognize character code number.
388 2001-02-17
390         * src/textview.c: added textview_show_html() that parses HTML and
391           display as a text.
392           textview_show_part(): made it call textview_show_html() if
393           the part is text/html.
394         * src/html.[ch]: implemented HTML parser.
396 2001-02-15
398         * src/codeconv.[ch]: added CodeConverter, and its methods
399           (conv_code_converter_new(), conv_code_converter_destroy(), and
400            conv_convert()).
401         * src/textview.c: removed the branches by HAVE_LIBJCONV and
402           rewrote them using CodeConverter.
404 2001-02-12
406         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
408 2001-02-11
410         * src/codeconv.c: some code cleanups.
412 2001-02-05
414         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
415           popup the main window correctly.
416         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
417           CS_EUC_TW was reversed (thanks to Sakamoto).
419 2001-02-04
421         * src/gtkutils.[ch]
422           src/main.c
423           src/mainwindow.[ch]
424           src/socket.[ch]: applied the patch from Hiramatu that enables
425           prohibition of multiple execution and remote control with
426           command line option (thanks!).
428 2001-02-03
430         * src/summaryview.c: summary_button_pressed(), summary_selected():
431           made it toggle the view if middle button is clicked while message
432           view is hidden.
433           summary_drag_data_get(): fixed a memory leaking.
434         * src/Makefile.am
435           src/compose.c: compose_write_headers(): modified so that it uses
436           host_alias for X-Mailer or X-Newsreader field.
438 2001-02-03
440         * version 0.4.61
442         * src/folderview.c: fixed a bug that prevented a folder from being
443           created if there were already folders that have the same name
444           somewhere at another place.
446 2001-02-02
448         * src/folderview.c: folderview_update_all(): fixed a bug that
449           caused segmentation fault when a folder was selected after
450           updating the folder tree.
451         * src/compose.c: compose_send(): fixed a locking bug.
452           compose_write_headers(): fixed a bug that referred to cur_account.
453           compose_convert_header(): made it check the arguments.
455 2001-02-01
457         * src/main.c: some cleanups and added --help option.
459 2001-01-31
461         * src/send.c: re-enabled user-defined domain name setting.
462         * src/utils.c: is_next_mbs(): changed the size of temporary
463           multibyte array to MB_CUR_MAX.
464           strdup_mbstowcs(): added error check to mbstowcs().
465           strdup_wcstombs(): added error check to wcstombs().
466         * src/addr_compl.c: get_address_from_edit(): made it check the
467           return value of strdup_mbstowcs().
468         * src/codeconv.c: conv_encode_header(): added error checking
469           to strdup_mbstowcs().
471 2001-01-30
473         * src/utils.c: log_error(): changed g_error() to g_warning() so
474           that it doesn't abort.
475           Added iswalnum().
476         * src/addr_compl.c: add_address(): fixed a bug that aborted the
477           program if the name or the address is empty.
478           get_address_from_edit(): supported multibyte characters.
479         * configure.in: fixed a typo.
480         * src/send.c: re-enabled user-defined SMTP port setting.
482 2001-01-30
484         * version 0.4.60
486         * configure.in: added --enable-gpgme option, and disabled GPGME
487           by default.
488         * made GPGME related members in MimeInfo not used if disabled.
489         * src/rfc2015.c: some cleanups for warning.
490         * README
491           README.jp
492           INSTALL
493           INSTALL.jp: updated.
494         * Makefile.am: modified bzip2 option.
496 2001-01-29
498         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
499           MIME type.
500         * src/mimeview.c: mimeview_view_file(): made it do nothing if
501           the MIME type is application/octet-stream.
502         * src/folderview.c: folderview_update_all(): made it show modal
503           dialog while updating folders.
504         * src/folderview.c: folderview_update_all(): fixed a bug that
505           didn't remove the dialog.
507 2001-01-28
509         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
510           launches the attached file using metamail (thanks!).
511         * src/procmime.[ch]: added procmime_get_tmp_file_name().
512         * src/compose.c
513           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
514           that enables address completion in the address entry on the
515           composition window (thanks!).
516         * src/addr_compl.c: get_all_addresses(), read_address_book():
517           modified so that it uses xml_free_tree() for freeing the address
518           tree.
520 2001-01-27
522         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
523           remove the current directory (thanks to Maki).
524         * src/summary_search.c: added `Select all matched' option to the
525           search dialog (thanks to Takahashi).
526         * src/pixmaps/stock_mail_attach.xpm
527           src/pixmaps/tb_address_book.xpm
528           src/compose.c: added some toolbar icons contributed from
529           Leandro Pereira (thanks!).
531 2001-01-25
533         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
534           segmentation fault when the passphrase dialog was cancelled.
535           Hided the passphrase in the debug message.
536         * src/about.c: about_create(): fixed a bug that failed to compile
537           when none of the features were used.
538         * src/foldersel.c: foldersel_set_tree(): made it display all
539           MH folders.
540         * src/inc.c: inc_start(): fixed a bug that showed password dialog
541           continuously if it was cancelled.
542         * src/summaryview.c: summary_write_cache(): put an assertion after
543           folder_item_get_cache_file() to prevent the crash.
544         * thanks to Maki for the above four fixes.
545         * src/utils.h: added #include <alloca.h>.
547 2001-01-24
549         * src/rfc2015.c: changed some g_message() used for error messages
550           to g_warning().
552 2001-01-23
554         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
555           it can handle a string data of which length >= BUFFSIZE.
556         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
557         * src/pixmaps/stock_mail_receive_all.xpm
558           src/pixmaps/stock_mail_reply_to_all.xpm
559           src/Makefile.am
560           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
561           icons contributed from David Mehrmann (thanks!).
562         * src/inc.[ch]: overhauled the architecture so that it don't create
563           and destroy progress dialog for each incorporation in `get all'
564           mode.
566 2001-01-22
568         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
569           sub folders named `inbox', etc. as special folders.
570         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
571           boundary correctly.
573 2001-01-21
575         * applied the GnuPG patch from Werner Koch (thanks!).
576         * removed Mixmaster support.
577         * src/rfc2015.c: changed g_error() to g_warning() and modified some
578           messages.
579         * src/about.c: about_create(): modified compiled-in features list.
580         * README
581           README.jp
582           INSTALL
583           INSTALL.jp: updated.
584         * src/select-keys.c: create_dialog(): modified the layout.
585         * src/headerwindow.c
586           src/addressbook.c
587           src/logwindow.c: made it raise the window if the window is already
588           open.
589         * src/prefs_common.[ch]: added an option for immediate execution.
590         * src/summaryview.c: made it execute immediately when messages are
591           moved or deleted if immediate_exec option is turned on.
592         * src/summaryview.c: summary_delete(), summary_move_selected_to():
593           moved summary_step() before summary_execute().
594         * src/folderview.c: folderview_update_all(): made it scan folder
595           tree correctly.
596         * src/compose.c: compose_write_headers(): made it don't add
597           In-Reply-To header if to_list is empty.
599 2001-01-09  Werner Koch  <wk@gnupg.org>
601         * configure.in, acconfig.h: Check for GPGME.
602         * ac/: New directory for local autoconf macros.
603         * src/Makefile.am: Add support for GPGME
605         * src/main.c (idle_function_for_gpgme): New.
606         (main): Register this function.
608         * src/about.c: Add a note about GPGME.
610         * src/rfc2015.c, rfc2015.h: New.
612         * src/mimeview.c (mimeview_show_message): Check signature.
613         * src/procmime.c (procmime_scan_message): Ditto.
615         * src/messageview.c (messageview_show): Add decryption stuff.
617         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
618         (compose_toggle_encrypt_cb): New
619         (compose_toggle_mixmaster_cb): New, just to be prepared for
620         Mixmaster support.
621         (compose_write_headers): Suppress some headers in mixmaster mode.
623         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
624         (prefs_privacy_create): New.  Also some new structures etc.
625         * src/compose.c (compose_create): Set encrypt button to prefs default.
626         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
628         * src/compose.c (compose_send): Add missing unlock before one return.
630 2001-01-18
632         * src/gtksctree.[ch]
633           src/folderview.c
634           src/summaryview.[ch]: applied the patch from Hiramatu that enables
635           DnD from the summary view to the folder view and fixes some other
636           probrems (thanks!).
637         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
638           segmentation fault.
639         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
640         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
641           didn't toggle expansion of node.
643 2001-01-17
645         * src/imap.c: applied the patch from Nishimura that updates the
646           message list more precisely and reads the message flags (thanks!).
647         * src/textview.c: textview_show_header(): made X-Newsreader field
648           be emphasized too.
649         * src/summaryview.c: summary_show(): made it flush events when
650           displaying summary.
652 2001-01-15
654         * src/summaryview.c: applied the patch from Alfons that enabled
655           the horizontal scrollbar of summary view (thanks!).
657 2001-01-13
659         * src/compose.c: compose_cb(): fixed a bug that didn't open the
660           composition window right after launching the program.
661         * src/setup.c: scan_tree_func(): fixed a bug that caused
662           segmentation fault.
664 2001-01-13
666         * version 0.4.52
668         * src/textview.c: textview_set_font(): fixed a bug that caused
669           segmentation fault if the mode of the text widget was changed
670           between multibyte and singlebyte while the region was selected
671           (GTK+ bug?).
673 2001-01-11
675         * src/mainwindow.c
676           src/summaryview.c: made it unable to delete or move messages when
677           in a news folder.
678         * src/prefs_common.c
679           src/news.c: added the option for maximum news article number.
681 2001-01-10
683         * src/compose.c: compose_send(): changed the location of temporary
684           file. Made it use the default account if all of tried account
685           aren't mail one, and made it show alert dialog and abort when even
686           that failed.
687         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
688           last id number.
689           prefs_account_open(): made it fill in personal information
690           according to the default account when creating a new account.
691         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
692           proper version number (thanks to BONAIM).
693         * configure.in
694           Makefile.am: added entries for sylpheed.spec.in.
696 2001-01-09
698         * src/compose.[ch]: modified so that it can change account
699           correctly.
700         * src/send.[ch]: modified so that it doesn't see cur_account.
701         * src/prefs_account.c: modified so that news setting doesn't
702           show SMTP server entry.
704 2001-01-08
706         * src/folderview.c: fixed a bug that didn't sort special folders
707           correctly when a new folder is created or renamed.
709 2001-01-07
711         * src/compose.[ch]: enabled to select account at composing window.
712         * src/folderview.c: made it display unread number next to folder
713           name.
714         * src/prefs_common.[ch]: added the option for unread number display.
716 2001-01-06
718         * src/compose.[ch]: integrated news posting patch from DINH V. Hoà
719           and made many modifications (thanks!).
720           compose_write_headers(): made the spaces in newsgroups removed.
721           Supported Followup-To.
722           compose_destroy(): got the objects removed properly.
723         * src/news.c: merged news_post_to_group() and news_post() since
724           they doesn't have to do multiple posting.
725         * src/import.c: import_destsel_cb(): fixed a bug that failed to
726           import into the selected folder.
727         * src/prefs_account.c: modified the interfaces.
729 2001-01-05
731         * src/codeconv.[ch]
732           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
733           string is registerd to IANA.
734         * src/nntp.[ch]: added nntp_post().
735         * src/news.[ch]: added news_post() and news_post_to_group().
737 2001-01-04
739         * src/account.c: account_edit_open()
740           src/mainwindow.c: new_account_cb(): made it unable to edit
741           accounts if some composing windows are open.
743 2001-01-03
745         * src/folder.[ch]: added folder_set_name().
746         * src/account.c: made a folder name of IMAP4/NNTP become the same
747           as the name of account.
749 2001-01-02
751         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
752           to filter messages.
754 2001-01-02
756         * version 0.4.51
758         * src/mbox.c: fixed a bug that didn't incorporate spool file
759           correctly. Modified so that it recognizes From_ line as separator
760           of messages even if the previous line isn't empty line.
761         * src/send.c: send_message_queue()
762           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
763           warning when it tried to delete a sent message.
765 2001-01-01
767         * version 0.4.50
769         * src/folder.[ch]
770           src/news.[ch]: modified so that it actually gets news articles.
771         * src/utils.[ch]: added make_dir_hier() that creates directory
772           hierarchy.
773         * src/folder.c:
774           folder_item_get_cache_file(), folder_item_get_mark_file():
775           made it creates cache directory if it doesn't exist.
776           folder_add(): made it insert the added folder into the correct
777           position.
778         * src/imap.[ch]: modified so that it suits the new folder
779           architecture. Fixed a bug that caused segmentation fault
780           if authentication failed at imap_auth().
781         * src/folderview.c: implemented IMAP4 folder handling routines.
783 2000-12-31
785         * src/prefs_account.[ch]: added account ID and nntp_server
786           to PrefsAccount. And added the interface for NNTP server.
787         * src/folderview.c: modified news folder handling routines.
788         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
789           modified folder_item_get_path().
791 2000-12-29
793         * src/folder.[ch]: added create_folder(), rename_folder(),
794           remove_folder() to Folder class.
795         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
796           mh_remove_folder().
797           Implemented mh_create_tree() that creates MH directory tree.
798           mh_rename_folder(): modified so that the paths of sub folders
799           are set properly.
800         * src/folderview.c: modified folderview_new_folder_cb(),
801           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
802           so that they work properly.
803           Added folderview_remove_mailbox_cb() and the menu entry that
804           remove mailbox from folder tree.
805         * src/setup.[ch]: added for initial setup.
806         * src/alertpanel.c: modified the appearance of the dialog.
807         * src/compose.c: fixed compose_save_to_outbox() and
808           compose_queue() so that it sets flags correctly.
810 2000-12-28
812         * src/mainwindow.c: modified the strings of toolbar labels.
814 2000-12-27
816         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
817         * src/summaryview.c: summary_display_msg(): made it scroll the
818           list if the message of the edge of that is displayed.
820 2000-12-25
822         * src/folder.[ch]
823           src/mh.[ch]: added functions for moving messages.
824         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
825           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
827 2000-12-24
829         * src/utils.[ch]: added get_tmp_file().
830         * src/pop.c
831           src/inc.c
832           src/folder.c: fixed a bug that failed to drop messages.
833         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
834           number of the folder.
836 2000-12-23
838         * src/folderview.c: added special folder setting routine.
839         * src/folder.[ch]: added a method is_msg_changed().
840           Implemented folder_find_item_from_path().
841         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
842         * autogen.sh: fixed so that the configure can take arguments.
844 2000-12-22
846         * src/main.c
847           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
848           the path of mailbox and create the one.
849         * src/folderview.c: made the folder tree and selected folder
850           expanded.
852 2000-12-21
854         * src/mh.[ch]
855           src/folder.c: implemented mh_scan_tree() that scans the folder
856           recursively and create the tree.
858 2000-12-19
860         * src/compose.c
861           src/defs.h
862           src/filter.[ch]
863           src/folder.[ch]
864           src/foldersel.[ch]
865           src/folderview.[ch]
866           src/imap.[ch]
867           src/import.c
868           src/inc.c
869           src/main.[ch]
870           src/mainwindow.c
871           src/mbox.[ch]
872           src/mh.[ch]
873           src/news.[ch]
874           src/prefs_common.c
875           src/procmsg.[ch]
876           src/summaryview.[ch]
877           src/xml.[ch]
878           src/Makefile.am: merged the development tree into the cvs tree.
879           Some functions are not unimplemented yet.
881 2000-12-18
883         * version 0.4.9
885 2000-12-11
887         * src/xml.[ch]: supported omitted tag (<tag />).
888         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
889         * src/imap.c: imap_parse_atom(): fixed a bug that caused
890           segmentation fault if the subject was empty (thanks to Tsutsui).
891         * src/folder.[ch]: updated.
893 2000-12-10
895         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
896           file specified and returns the tree.
898 2000-12-09
900         * po/pt_BR.po: fixed some typos that caused segmentation fault.
902 2000-12-07
904         * version 0.4.8
906         * src/session.h: added.
907         * src/folder.[ch]: updated.
908         * src/compose.c: compose_write_to_file()
909           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
910           that put a garbage to charset if the outgoing character set was
911           specified and non-ascii characters were used in subject.
913 2000-12-04
915         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
916           progress if the status bar was hidden.
918 2000-12-03
920         * src/folder.[ch]: added for the more object-oriented folder
921           management.
923 2000-12-02
925         * version 0.4.7
927         * src/mainwindow.c
928           src/prefs_common.[ch]: made the state of status bar get preserved.
929         * src/compose.c: compose_insert_sig(): modified so that it doesn't
930           put a separator if a signature file doesn't exist.
931         * src/prefs_account.[ch]
932           src/inc.c: added the option that toggles whether to receive
933           messages when getting from all accounts.
934         * README
935           README.jp: updated the description and added some usages.
937 2000-12-01
939         * src/Makefile.am
940           src/gtkshruler.[ch]
941           src/compose.[ch]: applied the patches from Alfons Hoogervorst
942           that makes the ruler of composition window graphical (thanks!).
944 2000-11-27
946         * src/codeconv.c
947           src/mainwindow.c
948           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
950 2000-11-27
952         * version 0.4.6
954         * src/compose.c: turned the color of quoted messages black again.
956 2000-11-26
958         * src/about.c: added a clickable URI to the Sylpheed home page,
959           and a list of compiled-in features.
960         * src/compose.c: made the color of quoted messages blue.
961         * src/summaryview.c: added `Show all header' to the context menu.
962         * src/prefs_common.c: removed the threading option from the dialog.
963         * src/compose.c: fixed a bug that didn't parse the quotation format
964           correctly.
966 2000-11-25
968         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
969           that it toggles linewrap menu item and tool button.
970         * src/prefs_common.c: modified the default of the signature
971           separator.
972         * src/compose.[ch]: added ruler to the compose window.
973         * src/prefs_common.[ch]: added a member for the state of ruler
974           display.
976 2000-11-24
978         * src/headerview.[ch]: added the destroy function.
979         * src/messageview.c: messageview_destroy(): fixed a memory leak
980           bug that didn't freed the HeaderView object.
981         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
982         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
983           to Alfons Hoogervorst for the above three memory leak bug fixes).
985 2000-11-23
987         * version 0.4.5
989         * README
990           README.jp
991           INSTALL
992           INSTALL.jp: modified some descriptions.
994 2000-11-22
996         * src/compose.c: implemented line-wrapping functions.
997         * src/prefs_common.[ch]: added the settings for line-wrapping.
998         * src/codeconv.[ch]: added Windows-1251 to the codesets.
999           conv_jistoeuc(): fixed a bug that caused segmentation fault
1000           when some half-width kana characters appeared.
1001         * src/summaryview.c: summary_select_all(): made it show message
1002           on the status bar if the number of messages is large.
1004 2000-11-18
1006         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
1007           modified so that it parses the quotation mark too.
1008           Added %I that means the initial of sender to the format.
1009         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
1010           Fixed a bug that set the wrong outgoing codeset.
1011         * src/mainwindow.c
1012           src/prefs_common.c: modified the menu item of Chinese codeset.
1014 2000-11-17
1016         * src/codeconv.[ch]
1017           src/prefs_common.[ch]: modified so that outgoing charset is
1018           saved as a string, not a number.
1020 2000-11-16
1022         * src/textview.c: textview_set_font(): changed the scheme of
1023           selecting between font and fontset. And changed the default
1024           font of ISO-8859-1.
1025         * src/headerview.c: headerview_show_xface(): made it ignore
1026           invalid X-Face.
1027         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
1028           modified so that it consider the source codeset as ISO-2022-JP if
1029           it is NULL and the current locale is Japanese.
1031 2000-11-14
1033         * src/textview.c: textview_destroy(): fixed a bug that caused
1034           segmentation fault if textview->msgfont is NULL (thanks to
1035           Hiramatu).
1036         * src/main.c
1037           src/defs.h: applied the patch from Yanase that enables to
1038           save the shortcuts of the menus (thanks!).
1040 2000-11-11
1042         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
1043           toggles the sensitivity of menu items.
1044         * src/summaryview.c: renamed summary_set_popup_sensitive() to
1045           summary_set_menu_sensitive(), and made it set the sensitivity of
1046           the main menu.
1048 2000-11-09
1050         * src/textview.c: textview_init(): fixed a bug that didn't disable
1051           the theme engine of GtkText (thanks to Hiramatu).
1052         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
1053           means the full name of sender and the first name.
1054         * manual/ja/*.??ml: updated to the latest version.
1056 2000-11-07
1058         * version 0.4.4
1060         * src/defs.h: separated the definitions from main.h and applied the
1061           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
1062           from the system headers (thanks!).
1063         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
1064           UTF-8 locale.
1065         * src/textview.c: textview_set_font(): modified so that it sets
1066           the correct font when the locale is multi-byte.
1067           textview_destroy(): added proper codes for destruction.
1068           textview_show_header(): fixed the coloration of X-Mailer.
1070 2000-11-06
1072         * src/textview.[ch]: made TextView have single-byte and multi-byte
1073           GtkText, and switch between them according to the given codeset.
1074         * src/compose.c: compose_create(): modified the font setting
1075           routine.
1077 2000-11-02
1079         * src/textview.[ch]: moved the message font variable into TextView.
1080           textview_set_font(): modified so that it uses gdk_font_load()
1081           if the given codeset is US-ASCII or ISO-8859-*.
1083 2000-11-01
1085         * src/codeconv.c
1086           src/procmime.c
1087           src/prefs_common.c
1088           src/textview.c
1089           src/compose.c: workaround for the 8bit code issue (used
1090           gdk_font_load() instead of gdk_fontset_load() when the locale is
1091           C, or not set).
1093 2000-11-01
1095         * version 0.4.3
1097         * src/compose.[ch]: added `Draft' tool button.
1098         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
1099         * README, README.jp: added the explanation of the locale setting.
1101 2000-10-31
1103         * src/compose.c: made it overwrite the previous draft message when
1104           reedited the draft and saved it again.
1105         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
1106           the message really exists.
1107         * src/folderview.[ch]: added folderview_scan_folder_a() and
1108           folderview_scan_folder_foreach_a() that scan the specified
1109           folders for each folderviews.
1110         * src/mainwindow.[ch]: removed main_window_scan_folder() and
1111           main_window_scan_folder_all().
1112           Added `Reedit' to the menu.
1113         * src/import.[ch]: removed MainWindow from the argument of
1114           import_mbox().
1115         * src/summaryview.c: removed the unnecessary items from the popup
1116           menu. Changed summary_reedit_cb() to summary_reedit(), and made
1117           it public.
1119 2000-10-30
1121         * src/compose.h: added a member msginfo to Compose.
1122         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
1123           the MsgInfo object.
1125 2000-10-25
1127         * src/summaryview.c: made the the popup menu change the sensitivity
1128           according to the context. Fixed a bug that showed the `clean trash'
1129           dialog repeatedly if `D' key was pressed when the focus was on the
1130           summary view.
1131         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
1133 2000-10-22
1135         * src/main.c: fixed g_thread initialization.
1137 2000-10-21
1139         * src/codeconv.c: added pt_BR to locale_table.
1140         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
1141           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
1142           codeset when not using libjconv.
1143         * src/compose.c: fixed the bug on saving draft again.
1145 2000-10-19
1147         * src/compose.c: compose_write_headers(): fixed a bug that failed
1148           to write headers if To: was empty when saving draft.
1150 2000-10-18
1152         * src/procmime.[ch]
1153           src/compose.c
1154           src/headerwindow.[ch]
1155           src/summaryview.c
1156           src/messageview.[ch]
1157           src/mimeview.c
1158           src/textview.c
1159           src/procmsg.[ch]
1160           src/procheader.[ch]: modified so that they can handle queue folder
1161           properly.
1162         * src/compose.[ch]
1163           src/summaryview.c: implemented draft-reediting function.
1164         * src/mainwindow.c
1165           src/summaryview.c
1166           src/mimeview.c: replaced *(GtkWidget **) with the macro
1167           GTK_WIDGET_PTR().
1169 2000-10-17
1171         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
1172           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
1173           if the folder is QUEUE_DIR or DRAFT_DIR.
1175 2000-10-14
1177         * version 0.4.2
1179         * src/headerview.c
1180           src/messageview.c: modified the border of the headerview.
1181         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
1182           an Sylpheed object to GtkWidget.
1183         * src/utils.c: remove_return(), remove_space(): fixed a bug that
1184           possibly caused segmentation fault.
1185         * src/compose.[ch]
1186           src/mainwindow.c
1187           src/summaryview.c: implemented `forward as an attachment'.
1188         * src/utils.[ch]: open_uri(): brought on URI opening function from
1189           textview.c and manual.c.
1191 2000-10-13
1193         * src/mainwindow.c
1194           src/summaryview.c
1195           src/compose.[ch]
1196           src/prefs_common.[ch]: removed `Reply with quote', and added
1197           `Reply to all', and added the option that decides whether to
1198           quote message on replying.
1200 2000-10-12
1202         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
1203           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
1204         * src/codeconv.[ch]
1205           src/mainwindow.c
1206           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
1207         * src/compose.c: compose_send(): modified so that it shows error
1208           dialog when failed to send a message.
1210 2000-10-11
1212         * src/account.c: account_edit_close(): fixed a bug that didn't set
1213           current account when creating an account for the first time.
1214         * configure.in: added es to ALL_LINGUAS.
1216 2000-10-10
1218         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
1219           possible.
1220           conv_get_code_conv_func(): modified so that it doesn't convert
1221           codeset if it is unknown.
1222         * src/folderview.c: folderview_update_msg_num(): modified style
1223           changing routine.
1225 2000-10-09
1227         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
1228           codesets automatically if the arguments are NULL.
1229         * src/textview.c: textview_write_line(): made it output warning
1230           message on the text view if conversion failed.
1232 2000-10-06
1234         * README, README.jp: modified the author of the manual.
1236 2000-10-05
1238         * src/headerview.[ch]
1239           src/messageview.[ch]: modified so that it uses GtkLabel widget
1240           instead of GtkText.
1241         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
1242           unreadable codes if the current locale is EUC-JP and libjconv is
1243           used.
1245 2000-10-04
1247         * src/procmime.[ch]
1248           src/messageview.c
1249           src/mimeview.c
1250           src/textview.c: modified so that it parses MIME message more
1251           preferably.
1252         * src/imap.c: imap_parse_address(): fixed a bug.
1254 2000-10-03
1256         * src/procmsg.[ch]: added procmsg_get_message_file_path().
1257         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
1258           routine.
1259         * src/imap.[ch]: changed the name of the member `group' in
1260           IMAPSession to `mbox'.
1261           imap_gen_send(): modified so that it doesn't output the password
1262           to the log.
1263           Modified session destroying routine.
1264         * src/folderview.c: folderview_write_cache(): made it preserve
1265           the IMAP folder list.
1266         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
1267           that showed boundary at the end of an attached RFC822 part.
1268         * src/prefs_common.c: changed the default of toolbar style to
1269           both icon and text.
1271 2000-10-02
1273         * src/imap.c: imap_get_uncached_messages(): modified so that it
1274           doesn't get the cached envelopes.
1275           imap_session_get_message_info(): made it read only the cache
1276           if the session is not established.
1277         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
1278         * src/news.c: news_get_article_info(): made it read only the cache
1279           if the session is not established.
1281 2000-10-01
1283         * src/textview.c: textview_write_line(): fixed a memory leak bug.
1284         * src/folderview.[ch]: made it create IMAP4 folders from the
1285           account information.
1286         * src/imap.[ch]: imap_session_get(): modified so that it creates
1287           IMAP4 session from the account information.
1289 2000-09-30
1291         * src/imap.[ch]: added for IMAP4 support.
1292         * src/summaryview.[ch]
1293           src/procmsg.c
1294           src/recv.[ch]: modified for IMAP4 support.
1295         * src/folderview.c: more IMAP4 implementation.
1296         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
1297           the specified message and return the file name.
1298         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
1299           locked up the process if the given widget was invisible.
1301 2000-09-28
1303         * src/folderview.[ch]: added IMAP4-related code.
1305 2000-09-28
1307         * version 0.4.1
1309         * src/main.h: added IMAP_CACHE_DIR.
1310         * src/utils.[ch]: added get_imap_cache_dir().
1311         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
1312           Added macro MSG_IS_IMAP().
1313         * src/codeconv.c: added `#include <locale.h>' for setlocale().
1314         * sylpheed.spec: fixed %files section.
1316 2000-09-27
1318         * version 0.4.0
1320         * src/codeconv.c: conv_get_current_charset(): made it compare
1321           string with strncasecmp().
1322         * src/compose.c: comopse_reply_parse_header(): workaround for
1323           the malformed References: header generated by OE5 :(
1325 2000-09-26
1327         * src/prefs_common.c
1328           src/prefs_account.c: modified the layout of the widgets.
1330 2000-09-26
1332         * version 0.3.99
1334         * src/*.[ch]: added copyright notice to the top of the source files.
1335         * src/compose.c: compose_write_attach(): modified filename encode
1336           routine.
1338 2000-09-25
1340         * src/mainwindow.c: fixed the menu entry of manual.
1341         * src/compose.c
1342           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
1343           and applied the libjconv patch.
1344         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
1345           to reduce the alloc'd memory to the optimal size.
1346         * src/prefs_common.[ch]: added outgoing codeset option menu.
1347         * src/compose.c: compose_send(): added exclusive lock to prevent
1348           multiple-sending.
1349         * configure.in: made '--enable-ipv6=no' the default.
1350         * src/compose.c: compose_write_attach(): made it encode the name
1351           of the attached file.
1352         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
1353           didn't check the type of file.
1354           procmsg_move_messages_with_dest(): fixed a bug that failed to
1355           move message if a directory that had the same name existed.
1356         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
1357           are included as ASCII characters.
1359 2000-09-24
1361         * src/compose.c
1362           src/procmime.[ch]: modified so that it actually works when using
1363           libjconv :)
1364         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
1365           the codeset of string according to the codeset specified in
1366           arguments.
1367         * src/utils.[ch]: added is_ascii_str() that determines whether the
1368           string is 7bit-ASCII or not.
1369         * src/procmime.[ch]
1370           src/codeconv.[ch]: moved the character set related functions
1371           into codeconv.c.
1372         * merged the patch and the manual written by BONAIM (thanks!).
1374 2000-09-23
1376         * configure.in
1377           src/compose.c
1378           src/gtkutils.c
1379           src/mainwindow.c
1380           src/procmime.[ch]
1381           src/textview.c
1382           src/unmime.[ch]: applied the patch from Higuchi that utilizes
1383           libjconv and enables to handle many locales, including UTF-8
1384           (Unicode) (thanks!).
1385         * src/account.c: modified so that the account isn't changed when
1386           another account is selected on account edit dialog.
1388 2000-09-20
1390         * src/prefs_common.[ch]
1391           src/textview.c: added an option that specifies whether to display
1392           short headers on message view.
1393         * src/codeconv.[ch]: added function conv_unmime_header() that
1394           decodes MIME-encoded header and converts the character set.
1395           And added conv_unreadable_latin(), and modified conv_latintodisp().
1396         * src/messageview.[ch]: made the window get closed when escape key
1397           is pressed.
1399 2000-09-17
1401         * src/imageview.c: fixed a bug that caused segmentation fault if
1402           message view was in new window.
1403         * src/prefs_common.c: added `xemacs %s' to the external editor
1404           command line list.
1406 2000-09-16
1408         * version 0.3.29
1410         * src/summaryview.c: enabled to open a new message window with
1411           double-clicking.
1412         * src/prefs_common.[ch]
1413           src/messageview.c: made it preserve the window size of message
1414           window.
1415         * src/prefs_account.c: added `None (local)' to the option menu of
1416           protocol.
1418 2000-09-15
1420         * Makefile.am: added autogen.sh to EXTRA_DIST.
1422 2000-09-09
1424         * src/prefs_common.c: applied the patch from Paul Rolland that
1425           enables font selection dialog (thanks!).
1426         * src/compose.[ch]
1427           src/utils.[ch]: moved tzoffset() and compose_get_date() of
1428           compose.[ch] into utils.[ch].
1429         * src/main.[ch]: renamed the name of filter file to `filterrc'.
1431 2000-09-06
1433         * src/compose.[ch]
1434           src/utils.[ch]: modified address parsing routine so that it
1435           parses quotes correctly.
1436         * src/textview.c: textview_show_part(): modified so that it shows
1437           the simplified headers if the part is text/plain.
1439 2000-09-03
1441         * src/messageview.[ch]
1442           src/summaryview.[ch]
1443           src/mainwindow.c: enabled to open a message in new window.
1444         * src/messageview.[ch]
1445           src/mimeview.[ch]
1446           src/textview.[ch]
1447           src/imageview.[ch]: added destroy function, and modified the
1448           key handling routines.
1450 2000-09-02
1452         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
1453           caused segmentation fault (thanks to KUROSAWA).
1454         * src/alertpanel.c: modified so that the focused button is
1455           selectable.
1456         * src/account.c
1457           src/compose.c
1458           src/folderview.c: modified so that the order of the buttons of
1459           alert panel will be `Yes', `No'.
1461 2000-09-01
1463         * src/utils.[ch]: added execute_async() and execute_command_line()
1464           that execute command line using execvp().
1465         * src/textview.c
1466           src/mimeview.c
1467           src/procmsg.c: replaced system() with execute_command_line()
1468           for security.
1469         * src/procmsg.c: turn back to system().
1470         * src/utils.c: modified execute_command_line().
1472 2000-08-31
1474         * src/mainwindow.c: main_window_get_size(): modified so that it
1475           doesn't update the height of SummaryView if MessageView is
1476           toggled off.
1477         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
1478           probrems of external editor handling (thanks!).
1479         * src/uuencode.[ch]
1480           src/procmime.[ch]: applied the patch from Hiramatu that make it
1481           supports Content-Transfer-Encoding: x-uuencode (thanks!).
1483 2000-08-30
1485         * src/compose.[ch]
1486           src/prefs_common.[ch]: implemented the external editor faculty.
1487         * src/compose.c: compose_attach_property(): fixed some bugs on
1488           changing the property of attached file.
1489         * src/compose.c: fixed some bugs of external editor functions.
1491 2000-08-29
1493         * version 0.3.28
1495         * src/mainwindow.c
1496           src/prefs_common.[ch]
1497           src/summaryview.c: applied the patch from Paul Rolland that
1498           restores the size of widgets when restarting (thanks!).
1499         * src/folderview.c
1500           src/prefs_common.[ch]
1501           src/summaryview.c: applied the patch from Paul Rolland that saves
1502           the width of CTree columns (thanks!).
1504 2000-08-27
1506         * src/headerview.c: modified the height of HeaderView.
1507         * src/textview.c: textview_show_part(): made it process the message
1508           as normal text if it is single-part RFC822 message.
1509         * src/folderview.c
1510           src/summaryview.c: some changes around the key handling.
1511         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
1513 2000-08-26
1515         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
1516         * src/procheader.c: procheader_get_one_field(): fixed a bug that
1517           caused segmentation fault if the first line of the file is space
1518           or tab (thanks to Hiramatu).
1519         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
1520           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
1521         * src/prefs_account.c
1522           src/prefs_common.c: modified the dialog size.
1523         * src/prefs.c: made the dialog window growable.
1525 2000-08-25
1527         * version 0.3.27
1529         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
1530           caused the failure of the detection of libintl.
1531         * src/filter.[ch]
1532           src/prefs_common.c: implemented `not contain', and modified for
1533           future enhancement.
1534         * src/imageview.c: changed alertpanel_error() to g_warning() so that
1535           it doesn't grab mouse events.
1536         * src/compose.[ch]: added compose_list that holds the list of
1537           Compose objects, and added the function compose_get_compose_list().
1538         * src/main.c
1539           src/mainwindow.c
1540           src/summaryview.c: made it confirm if composing message exists.
1542 2000-08-23
1544         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
1545           segmentation fault when trying to reply the message in the queue
1546           folder (thanks to Kotobuki).
1547           compose_attach_property(): modified the property dialog routine
1548           so that it can handle input error.
1549         * src/mimeview.c: applied the patch from Hiramatu that enables
1550           the drag 'n drop from MimeView (thanks!).
1551         * src/headerview.[ch]
1552           src/procheader.c
1553           src/procmsg.h: applied the patches for X-Face support from
1554           HIROSHIMA (thanks!).
1556 2000-08-22
1558         * src/compose.c: compose_attach_property(): modified so that the
1559           property dialog can actually change the property of attached file.
1561 2000-08-21
1563         * configure.in
1564           src/Makefile.am: updated for gdk_imlib.
1565         * added AUTHORS and NEWS.
1566         * configure.in
1567           acconfig.h
1568           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
1569           and gdk_imlib library. And fixed a bug on IPv6 detecting.
1570         * src/imageview.c: supported gdk-pixbuf.
1571         * README
1572           README.jp
1573           INSTALL
1574           INSTALL.jp: added the mention about built-in image view.
1575         * configure.in: modified so that configure can disable gdk-pixbuf
1576           or/and gdk_imlib library.
1578 2000-08-20
1580         * src/imageview.[ch]
1581           src/main.c
1582           src/messageview.[ch]
1583           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
1584           to display image (thanks!).
1586 2000-08-19
1588         * version 0.3.26
1590         * src/summaryview.c: summary_assort_func(): modified to avoid
1591           `not receive' setting.
1593 2000-08-18
1595         * src/filesel.c: applied the patch from HIROSHIMA that makes it
1596           remember previous directory when opening the dialog (thanks!).
1597         * src/summaryview.[ch]: added a function summary_redisplay_msg().
1598         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
1599           that is currently shown when the character set is changed.
1600         * src/inc.c
1601           src/pop.c
1602           src/prefs_common.c
1603           src/filter.h: applied the patch from Tanaka that enables not to
1604           receive specified messages according to the sorting rule (thanks!).
1606 2000-08-15
1608         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
1609           so that it handles MSG_MIME flag, and it scans uncached messages
1610           when cache reading failed even if it is specified not to scan
1611           new messages.
1612         * src/procheader.c: procheader_parse(): added the determination of
1613           multipart MIME message.
1614         * src/main.h: increased CACHE_VERSION.
1615         * src/summaryview.[ch]: added the `MIME' column that shows whether
1616           a message is multipart or not.
1617         * src/prefs_common.[ch]: added the `MIME' column to the setting of
1618           displaying item.
1619         * added src/pixmaps/clip.xpm.
1620         * src/summaryview.c
1621           src/procmsg.[ch]: modified so that it prompts the print command
1622           before printing.
1624 2000-08-14
1626         * src/folderview.c: folderview_create()
1627           src/summaryview.c: summary_create():
1628           src/addressbook.c: addressbook_create(): set the expander style of
1629           CTree to GTK_CTREE_EXPANDER_SQUARE.
1630         * src/compose.c: modified the interface of property dialog.
1632 2000-08-13
1634         * src/compose.c: added property dialog for attached file.
1636 2000-08-11
1638         * src/procmsg.[ch]: added a function procmsg_print_message() that
1639           prints the given message.
1640         * src/summaryview.c: summary_print(): modified so that it prints
1641           all selected messages.
1642         * src/folderview.c: folderview_select_node(): fixed a bug that
1643           didn't focus on folder tree if inbox was empty when incorporating.
1645 2000-08-10
1647         * version 0.3.25
1649         * src/prefs_commmon.[ch]: added `Other' tab and an option for
1650           printing. And moved external browser option to there.
1651         * src/mainwindow.c
1652           src/summayview.[ch]: added print menu and implemented print
1653           functions.
1655 2000-08-09
1657         * src/prefs_account.c: made the default value of smtp_server to
1658           NULL.
1659         * src/folderview.c: folderview_update_msg_num(): modified so that
1660           it doesn't emphasize trash folder even if it has new or unread
1661           messages.
1663 2000-08-08
1665         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
1666           caused segmentation fault when file selection dialog was closed
1667           and other dialog was open immediately.
1669 2000-08-05
1671         * src/compose.c: compose_encode_header(): fixed a bug that caused
1672           infinite loop if wctomb() failed.
1674 2000-08-04
1676         * version 0.3.24
1678         * src/mimeview.c: enabled to open an attached file with double click
1679           and popup menu. And cleaned up the code.
1680         * src/procmime.[ch]: added a function procmime_get_part() that
1681           saves the part of multipart message.
1683 2000-08-03
1685         * src/main.[ch]
1686           src/mimeview.c
1687           src/prefs_common.[ch]
1688           src/procmime.[ch]
1689           src/utils.[ch]: applied a patch that enables to launch attached
1690           image, audio, and HTML file (thanks to Hashimoto).
1691         * src/filter.c: filter_match_condition(): fixed a bug that caused
1692           segmentation fault if the body of specified filter is NULL. And
1693           made the filter considered as being matched on that case.
1695 2000-07-30
1697         * src/summaryview.c:
1698           summary_save_as(): fixed a bug that unabled to save news articles.
1699           summary_display_msg(): added exclusive lock to prevent it from
1700           reading another news article while it is already processing one.
1701         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
1702           the draw signal to be emitted.
1703         * src/mainwindow.c:
1704           main_window_cursor_wait()
1705           main_window_cursor_normal(): added gdk_flush() to change cursor
1706           immediately.
1707         * Makefile.am
1708           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
1709           a target `release' to Makefile.am.
1711 2000-07-28
1713         * src/socket.c: supported IPv6.
1714         * configure.in
1715           acconfig.h: added checking for IPv6.
1716         * prefs_common.c: changed the default of toolbar_style to icon only.
1718 2000-07-27
1720         * initial cvs import.
1721         * updated README and README.jp.
1723 2000-07-24
1725         * version 0.3.23
1727         * src/procmime.[ch]: modified the structure of MimeInfo so that it
1728           can be handled as a node of tree.
1729           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
1730           recursively.
1731           Added procmime_get_text_part() that scans a message and gets a text
1732           part for quoting.
1733         * src/mimeview.c: divided mimeview_scan_multipart_message() into
1734           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
1735         * src/compose.c: compose_quote(), compose_forward():
1736           made it quote the text part of multipart message properly.
1737           Made it preserve the size of Compose window.
1738         * src/prefs_common.[ch]: added compose_width and compose_height to
1739           the members.
1740         * src/textview.c: textview_show_part(): some code cleanups.
1741         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
1743 2000-07-20
1745         * version 0.3.22
1747         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
1748           the return code of the message was CR+LF. And added
1749           conv_sjistoeuc().
1750         * src/summaryview.c: summary_attract_by_subject(): made it move
1751           the current view point to the selected row when executed.
1752         * src/textview.c: textview_show_part(): modified the character set
1753           determination routine.
1754         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
1755           caused segmentation fault if boldfont was NULL.
1756         * src/compose.c: compose_create(): made it sets itself as the target
1757           of addressbook on window creation.
1759 2000-07-19
1761         * src/compose.c: compose_send(): fixed a bug that didn't save
1762           queued message to outbox when failed to send the message (thanks
1763           to T. Yamamoto).
1765 2000-07-15
1767         * src/inc.[ch]: modified so that it changes error message dialog
1768           depending on the results.
1770 2000-07-14
1772         * src/mainwindow.c: main_window_create(): set usize of account
1773           button on the status bar to 1 so that it doesn't get expanded
1774           more than necessary.
1775         * src/account.[ch]: account_foreach(): made it abort the iteration
1776           if the function returns nonzero.
1777         * src/inc.[ch]
1778           src/pop.c: modified so that it shows error message dialog if the
1779           message processing is failed.
1781 2000-07-04
1783         * version 0.3.21
1785         * src/mainwindow.c: made it popup account selection menu when
1786           account tool button or account status bar is pressed.
1787         * src/folderview.c
1788           src/prefs.c: suppressed the ENOENT perror messages.
1789         * src/pop.c: made it fall back on LAST command if UIDL failed.
1791 2000-07-01
1793         * src/procheader.c: procheader_parse(): fixed a bug that didn't
1794           parse References: header correctly (thanks to YAMAGUCHI).
1796 2000-06-29
1798         * version 0.3.20
1800         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
1801           cc'd correctly when replying.
1802         * src/mainwindow.c
1803           src/summaryview.c: sorted out the main menu and the popup menu.
1805 2000-06-26
1807         * version 0.3.19
1809         * src/prefs_account.[ch]
1810           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
1811           automatically at composing (thanks to NAKAGAWA).
1813 2000-06-25
1815         * src/prefs_common.[ch]
1816           src/mainwindow.c
1817           src/main.c: made it selectable whether to ask before cleaning
1818           trash at the exit.
1819         * src/prefs_common.c: cleaned up the code and the interface a bit.
1820         * src/summaryview.c: modified the unthread functions for speeding
1821           up.
1823 2000-06-24
1825         * src/prefs_common.[ch]
1826           src/summaryview.c: made it display recipient on the `From' column
1827           if the address of the sender is the same as the current account
1828           (thanks to NAKAGAWA).
1829         * src/utils.[ch]: added a function extract_address() that extracts
1830           the address from `From:' header string.
1831         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
1832           fault if `Edit/Select all' was selected when the message view was
1833           hidden (thanks to Tomita).
1835 2000-06-21
1837         * src/summaryview.c: modified execution routine so that it only
1838           unthreads nodes that are needed to be unthreaded.
1840 2000-06-19
1842         * src/news.c: news_session_get(): implemented the reconnection on
1843           being disconnected.
1844         * src/nntp.[ch]: added nntp_mode().
1846 2000-06-18
1848         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
1849           And support assortment on processing mbox.
1850         * src/inc.c: inc_drop_message(): modified so that it uses hash table
1851           to store the last message number of folders.
1852         * src/summaryview.c
1853           src/addressbook.c: modified the behavior of CTree at right-click.
1854         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
1855           overflow bug (thanks to Nishiyama).
1857 2000-06-17
1859         * version 0.3.18
1861         * src/pop.[ch]
1862           src/inc.[ch]: implemented management of read message on POP server
1863           by UIDL.
1864         * src/utils.[ch]: removed (s)list_remove_all() because it can be
1865           replaced with g_(s)list_free().
1866         * src/summaryview.c: modified the arrangement of menu a bit.
1867         * src/summaryview.c: summary_status_show(): made it doesn't display
1868           server name but newsgroup.
1869         * src/prefs_common.c
1870           src/prefs_account.c: adjusted the calculation routine of dialog
1871           size.
1873 2000-06-15
1875         * version 0.3.17
1877         * src/compose.c: compose_reply_set_entry(): modified so that it
1878           cc's to the all addresses on To: and Cc: of the replied message.
1879           And swapped the position of Subject: and To: entry.
1881 2000-06-14
1883         * src/procheader.c: modified so that it can handle headers that
1884           aren't separated by space.
1885         * src/socket.c: sock_connect(): added a wait after connection to
1886           prevent lockup (thanks to NINOMIYA).
1888 2000-06-13
1890         * src/inc.c:
1891           inc_mail()
1892           inc_all_account_mail(): fixed a bug that caused segmentation
1893           fault if no account exist.
1894         * src/mainwindow.[ch]: made receive button unclickable when
1895           no account exist.
1896         * src/compose.c: compose_queue(): fixed a bug that didn't mark
1897           queued message properly.
1898         * src/utils.[ch]: separated code conversion functions into
1899           src/codeconv.[ch].
1901 2000-06-13
1903         * version 0.3.16
1905         * src/mimeview.c: mimeview_save_as()
1906           src/summaryview.c: summary_save_as(): made it ask whether to
1907           overwrite the existing file.
1909 2000-06-12
1911         * src/utils.c
1912           src/recv.c
1913           src/prefs.c
1914           src/prefs_common.c
1915           src/prefs_account.c
1916           src/addressbook.c
1917           src/compose.c
1918           src/mbox.c: fixed a bug that failed to check write error when
1919           disk was full and caused the loss of the file.
1921 2000-06-11
1923         * src/mainwindow.c: main_window_clean_trash(): made it move focus
1924           to folder view when finished.
1925         * src/utils.[ch]: added code conversion functions for display.
1926           And added strncpy2() that doesn't do zero fill and does
1927           null-termination, unlike original strncpy().
1928         * src/textview.c: modified so that it changes the code conversion
1929           function according to charset. And supported charset=SHIFT_JIS.
1930         * src/mainwindow.c
1931           src/prefs_common.h
1932           src/textview.c: made it possible to force character set of
1933           a message.
1934         * src/folderview.c: folderview_select_next_unread():
1935           made it search unread folder from begin if it isn't found.
1937 2000-06-11
1939         * version 0.3.15
1941         * src/mainwindow.c: fixed a probrem again that main window was
1942           stretched to the width of the toolbar.
1943         * src/mbox.c
1944           src/utils.c: is_header_line(): modified so that it recognizes
1945           a header which doesn't have a space after colon (thanks to Hotta).
1946         * src/filter.c: added `#include <strings.h>'.
1947         * src/smtp.c: replaced snprintf() with g_snprintf().
1948         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
1949           included gettext.
1950         * included sylpheed.spec.
1952 2000-06-10
1954         * src/prefs_common.[ch]: enabled to set the pixels of line space
1955           and decide whether to leave space on head of lines.
1956         * src/summaryview.c: modified so that it clears message view
1957           when displayed message is removed from the summary view.
1958         * src/mimeview.c: fixed a bug that caused infinite loop if
1959           terminal boundary of multipart message was not found (thanks to
1960           Nishika).
1961         * src/folderview.c: folderview_scan_mailbox(): made it ignore
1962           dot directory.
1963         * src/main.c: made it show warning dialog and exit if the file with
1964           the same name already exists when creating directory.
1966 2000-06-09
1968         * src/textview.c
1969           src/prefs_common.[ch]: made it possible to leave space between
1970           and on head of lines.
1972 2000-06-07
1974         * src/compose.c
1975           src/procmime.[ch]: made it scan /etc/mime.types and determine
1976           the MIME type of the attached file.
1977         * src/summaryview.c: made it clear message view if the summary
1978           is unselected on the execution, and made it move focus to
1979           folder view if the folder becomes empty.
1980         * src/mainwindow.c: fixed a probrem that main window was stretched
1981           to the width of the toolbar.
1982         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
1983           if `Check new mail on startup' was set.
1985 2000-06-06
1987         * src/compose.c: fixed a probrem that had been unable to insert
1988           a file to the current cursor position.
1990 2000-06-06
1992         * version 0.3.14
1994         * src/compose.[ch]: added `attach' button to the toolbar. And
1995           replaced the icon of `insert' to the new one.
1997 2000-06-05
1999         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
2000           a function main_window_set_toolbar_sensitive() that sets the
2001           sensitivity of the button of the toolbar.
2002         * src/compose.c: fixed a bug that output wrong header if
2003           a return code was included in the string of the text entry.
2005 2000-06-04
2007         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
2008           And added the same items in popup menu to the main menu.
2009         * src/utils.[ch]: added functions for DnD support.
2010         * src/compose.c: implemented file attachment and insertion with DnD
2011           (thanks to Hiramatu).
2013 2000-06-04
2015         * version 0.3.13
2017         * src/summaryview.c: fixed a bug that passed null pointer to
2018           is_dir_exist().
2020 2000-06-03
2022         * src/alertpanel.[ch]: added functions alertpanel_message(),
2023           alertpanel_notice(), and alertpanel_error(), and cleaned up
2024           the code.
2025         * src/folderview.c
2026           src/compose.c
2027           src/addressbook.c
2028           src/summaryview.c
2029           src/summary_search.c
2030           src/prefs_account.c
2031           src/foldersel.c: made them use alertpanel_error(),
2032           alertpanel_warning() or alertpanel_notice() for error message
2033           dialog.
2034         * src/summaryview.[ch]: enable sorting in reversed order.
2035         * src/inc.c: made it show error message dialog when failed to
2036           connect or authorize.
2037         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
2038           perror() with it.
2040 2000-06-03
2042         * version 0.3.12
2044         * src/compose.c: fixed a bug that didn't save a message to outbox
2045           when queued.
2046         * src/send.c: send_message_queue(): fixed a bug that included
2047           headers for queueing in the parsed data.
2048         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
2049           and update queue folder when finished.
2051 2000-06-02
2053         * version 0.3.11
2055         * src/filter.c
2056           src/inc.c
2057           src/compose.c: suppressed the warning messages.
2058         * src/mainwindow.[ch]: added next unread message button and menu
2059           items.
2060         * src/summaryview.[ch]: added a function summary_select_next_unread()
2061           that selects and opens next unread message.
2063 2000-06-01
2065         * src/prefs_common.[ch]: added a setting to decide whether to open
2066           unread message on entering a folder.
2067         * src/summaryview.c: made it open the first unread message only if
2068           the preference is set.
2069         * src/compose.c: fixed a bug that freed the string obtained from
2070           GtkEntry.
2072 2000-05-31
2074         * src/compose.c: added `Send later' to the menu and the toolbar
2075           which queues the message to send it later.
2077 2000-05-30
2079         * src/mainwindow.c: added an interface to resend the queued message.
2080         * src/compose.c: made it show alert dialog when a message will be
2081           queued.
2083 2000-05-29
2085         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
2086           send_message_queue() for each queued messages.
2088 2000-05-28
2090         * src/inc.c: inc_drop_message(): modified so that it drops a message
2091           to the default inbox folder if destination folder doesn't exist.
2092         * src/compose.[ch]: added imput compatible queueing header to the
2093           queued message.
2094         * src/send.[ch]: added function send_message_queue() that send
2095           queued message.
2097 2000-05-27
2099         * configure.in
2100           acconfig.h: made it enabled to decide wheter to use multithread
2101           or not on configure.
2102         * src/summaryview.c: fixed a bug that made thread when executed
2103           despite of the setting (thanks to Hiroshima).
2104         * src/socket.[ch]: changed the return value of public
2105           sock_connect_*() function to the pointer to SockInfo object.
2106         * src/procmime.c: procmime_scan_mime_header():
2107           fixed a bug that returned NULL if the scanned part had no header
2108           (thanks to shigeri).
2109         * src/procmime.[ch]:
2110           added function procmime_scan_content_disposition() that parses
2111           Content-Disposition header field.
2112         * src/mimeview.c: made it uses filename value in Content-Disposition
2113           header.
2114         * src/pop.c
2115         * src/inc.c: modified so that password is prompted if the password
2116           on preferences is empty and previous POP3 session has failed on
2117           authorization.
2119 2000-05-23
2121         * src/socket.[ch]: added non-blocking IO mode socket and
2122           multithreaded connection support.
2123         * src/inc.c: supported multithread connection.
2125 2000-05-22
2127         * src/folderview.c: made the focus of SummaryView grabbed when
2128           a folder is selected only if the messages exist.
2130 2000-05-20
2132         * version 0.3.10
2134         * po/ja.po: fixed a bug that head `/' of a menu label was missing
2135           and caused segmentation fault when opened Compose window.
2137 2000-05-20
2139         * version 0.3.9
2141         * src/utils.c: get_domain_name(): modified so that it uses
2142           gethostname().
2143         * src/mimeview.c: added key binds for `Save as' and
2144           `Display as text'.
2146 2000-05-19
2148         * src/recv.c: fixed a bug that failed to return error value
2149           when fputs() failed and caused the loss of received mails when
2150           disk space was not left (thanks to Tajiri).
2151         * src/compose.c: supported Reply-To.
2152         * src/mimeview.c: improved key operation interface.
2154 2000-05-18
2156         * src/mimeview.[ch]
2157           src/procmime.[ch]
2158           src/textview.[ch]: supported nested multipart message and
2159           clean up the codes.
2160           Supported encapsulated RFC822 message.
2162 2000-05-16
2164         * src/compose.[ch]: made it free the alloc'd memory for attach
2165           information when the compose window is destroyed.
2166           Placed the attachment list and the text widget onto the paned
2167           widget.
2168           Enabled cut/copy/paste/select all on all of the editable widgets.
2169           Implemented removal of attached file and popup menu on attachment
2170           list.
2171         * src/prefs_common.[ch]: added signature separator setting.
2172         * src/alertpanel.[ch]: added a function alertpanel_warning().
2174 2000-05-14
2176         * src/prefs_common.[ch]
2177           src/textview.c: made open URI command customizable.
2178         * src/compose.[ch]: implemented multipart MIME message composition
2179           (attachment of file).
2180         * src/textview.c
2181           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
2182           engine again.
2184 2000-05-13
2186         * version 0.3.8
2188         * src/summaryview.c: added key binds for composing message
2189           (w, a, A, f). Also added other key binds (y, D, Q).
2190         * src/compose.c: made Cc entry take over the Cc of the replied
2191           message.
2192         * src/pixmaps/new.xpm
2193           src/pixmaps/unread.xpm: replaced pixmap image.
2194         * src/procheader.c: procheader_date_get_localtime():
2195           changed the single figures of year from four to two.
2197 2000-05-12
2199         * src/inc.c: made it ask password if it is not specified on account
2200           preferences.
2201         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
2202           that preserves the temporary password.
2203         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
2204           that prompts input with the string hidden.
2206 2000-05-11
2208         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
2209           engine if message font wasn't specified.
2211 2000-05-10
2213         * version 0.3.7a
2215         * src/summaryview.c: fixed a bug that stderr was forgotten on
2216           fprintf().
2218 2000-05-10
2220         * version 0.3.7
2222         * src/pop.c: fixed a problem that if some POP3 commands returned
2223           error, the previous operations were all cancelled.
2224         * src/compose.c
2225           src/textview.c: made workaround to the slow down of GtkText widget
2226           when using Pixmap theme or its derivatives.
2228 2000-05-08
2230         * src/inc.c: fixed a bug that caused X IO error when exec'd
2231           nonexistent program.
2233 2000-05-07
2235         * src/folderview.[ch]: added the member `mtime' to the struct
2236           FolderInfo.
2237         * src/summaryview.c: made the mtime of the folder checked that is
2238           going to open.
2239         * src/procmsg.c: added filesystem unchecking mode.
2241 2000-05-05
2243         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
2244           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
2246 2000-05-04
2248         * src/summaryview.c: summary_write_cache(): permission fix of
2249           cache file.
2251 2000-05-04
2253         * version 0.3.6a
2255         * src/headerview.c: added headerview_clear() method.
2256         * src/messageview.c: fixed a bug that didn't clear HeaderView
2257           on messageview_clear().
2259 2000-05-04
2261         * version 0.3.6
2263         * src/messageview.c
2264           src/textview.c: added *_clear() method.
2265         * src/summaryview.c: made it clear MessageView when new folder
2266           is open.
2268 2000-05-03
2270         * src/inc.c: fixed a bug that went to the inbox that was specified
2271           by each account when incorporating from all accounts.
2272         * src/compose.c: made it confirm whether to discard the message or
2273           not when the window will be closed.
2275 2000-05-03
2277         * version 0.3.5
2279         * src/pop.[ch]
2280           src/inc.[ch]: re-supported APOP authentication.
2281         * src/prefs_account.c: fixed a bug that had't saved protocol type.
2282         * src/socket.h
2283           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
2284           functions.
2285         * src/progressdialog.[ch]: changed the name of class from Progress
2286           to ProgressDialog.
2288 2000-05-02
2290         * src/summaryview.c: fixed a bug that caused segmentation fault
2291           a news folder was selected without using ja message catalog.
2292         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
2293         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
2294           INCLUDES.
2296 2000-05-01
2298         * src/automaton.[ch]
2299           src/inc.[ch]
2300           src/pop.[ch]: re-implemented POP3 fetching routines using
2301           finite-state automaton model (thanks to Hiramatu).
2302         * src/inc.c: fixed a bug that caused unwilled quitting of program
2303           when connection to mail server failed. And fixed a memory leak bug.
2304         * src/summaryview.c: made the focus move to FolderView when left
2305           cursor key is pressed.
2307 2000-04-30
2309         * src/textview.c: textview_write_line(): modified quotation
2310           discerning routine a bit.
2312 2000-04-29
2314         * version 0.3.4
2316         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
2317           src/procmime.c.
2318         * src/mimeview.[ch]: implemented saving of multipart message. And
2319           supported MIME encoded file name.
2320         * src/summaryview.c: implemented `Save as'.
2322 2000-04-28
2324         * src/prefs_common.[ch]: implemented an interface for setting the
2325           display item of SummaryView.
2326         * src/addressbook.c
2327           src/account.c: made the column titles of those don't take key
2328           focus.
2330 2000-04-26
2332         * src/textview.c: implemented BASE64 decoding and display.
2334 2000-04-25
2336         * src/prefs_common.[ch]: added members which decide whether
2337           each item of SummaryView is displayed or not.
2338         * src/headerwindow.c
2339           src/logwindow.c: made those windows closed when escape key is
2340           pressed.
2341         * src/headerview.c: disused ScrolledWindow.
2342         * src/base64.c: from64tobits(): modified so that it recognize '\n'
2343           as the last of line as well as '\r'.
2345 2000-04-24
2347         * src/headerview.c: disabled word wrap and line wrap of the text
2348           widget.
2350 2000-04-24
2352         * version 0.3.3
2354         * src/prefs_common.c: prefs_assort_create(): added some headers
2355           to the default headers for assortment.
2357 2000-04-23
2359         * src/procmsg.c: fixed a bug that caused segmentation fault if
2360           the permission of a message was denied on parsing the header
2361           (thanks to wakai@UEC univ.).
2362         * src/mimeview.c: made it pass key press event to SummaryView.
2364 2000-04-21
2366         * src/main.h
2367           src/alertpanel.c: modified font specifications so that they match
2368           to better fonts.
2369         * src/utils.[ch]: added wide-character functions for FreeBSD support.
2370           Added the existence check of <wchar.h>.
2371         * acconfig.h
2372           configure.in: added wint_t and libxpg4 check for FreeBSD support.
2373         * src/unmime.c: modified so that it checks the existence of
2374           <alloca.h>.
2375           Above three are a contribution from Sasaki. Thanks!
2377 2000-04-18
2379         * src/main.h: decreased default height of window.
2381 2000-04-17
2383         * src/procmime.c: fixed a bug that eliminated the parenthesis in
2384           attribute value that was double-quoted.
2386 2000-04-15
2388         * version 0.3.2
2390         * src/mimeview: implemented multipart message parser and display.
2391         * src/procmime.c: procmime_scan_content_type():
2392           supported multiple elements.
2393         * src/textview.c: supported multipart message and clean up the code.
2395 2000-04-14
2397         * src/summaryview.c: added size column and sorting by size.
2398         * src/mainwindow.c: added `Sort by size' to sort menu.
2399         * src/procmime.c: fixed a bug that caused buffer overrun and
2400           segmentation fault.
2401         * src/procmime.c: generalized Content-Type parsing.
2403 2000-04-13
2405         * version 0.3.1
2407         * src/textview.c: supported MIME headers and
2408           Content-Transfer-Encoding: quoted-printable.
2410 2000-04-12
2412         * src/messageview.[ch]
2413           src/textview.[ch]: separated MessageView into two classes.
2414         * src/procmime.[ch]: added for MIME message handling.
2416 2000-04-11
2418         * src/mimeview.[ch]: added for MIME message handling.
2419         * configure.in: added wctype.h and wchar.h existence check.
2421 2000-04-10
2423         * src/procmsg.[ch]
2424           src/procheader.[ch]: some code cleanups.
2425         * src/messageview.[ch]: integrated HeaderView.
2427 2000-04-09
2429         * version 0.3.0
2431 2000-04-08
2433         * src/addressbook.c: Made the tree sorted when folder/group is
2434           added or edited.
2435         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
2436           fault if the current tag was empty.
2437         * src/mainwindow.c: made the state of MainWindow saved.
2439 2000-04-08
2441         * version 0.3.0pre1
2443         * src/addressbook.c: fully implemented address group editing.
2444           Fixed a bug that wrongly confirmed deletion of address when
2445           escape key was pressed on alert dialog.
2447 2000-04-07
2449         * src/addressbook.c: added menu bar. And enabled hierarchical
2450           folder.
2451         * src/prefs_account.c: modified so that it allows not to specify
2452           pop server.
2453         * src/inc.c: inc_account_mail(): modified so that if receiving
2454           server isn't specified, it does nothing.
2456 2000-04-05
2458         * version 0.2.9
2460         * src/addressbook.c: almost fully implemented addressbook functions.
2462 2000-04-04
2464         * src/compose.c: fixed a bug that caused segmentation fault when
2465           `File->Insert file' was selected more than twice.
2467 2000-04-03
2469         * version 0.2.9pre4
2471         * src/addressbook.[ch]: implemented creation of new folder and group,
2472           and deletion of folder and group. And fully implemented
2473           addressbook_delete_object() which deletes the specified object
2474           recursively.
2476 2000-04-02
2478         * src/addressbook.c: implemented registration of address and multiple
2479           appending to Compose address entry.
2480         * src/menu.[ch]: added a function menu_set_insensitive_all() that
2481           turn all menu items insensitive.
2482         * src/folderview.c: some code cleanup.
2484 2000-04-01
2486         * src/account.c
2487           src/prefs_common.c: fixed a bug on getting the number of CList
2488           rows.
2490 2000-03-30
2492         * version 0.2.9pre3
2494         * src/folderview.c: fixed a bug that caused warnings when tree was
2495           expanded/collapsed on the first operation.
2497 2000-03-29
2499         * src/addressbook.c: addressbook_list_selected(): made it be able
2500           to handle multiple address.
2501         * src/compose.c: modified so that when Bcc: is toggled, corresponding
2502           AddressBook also toggle it.
2503         * src/mainwindow.c:
2504           main_window_create(): moved gtk_widget_set_uposition() before
2505           gtk_widget_show() so as not to cause window flickering.
2506           main_window_get_position(): replaced gdk_window_get_position()
2507           with gdk_window_get_root_origin() to acquire correct window
2508           position (Thanks to shigeri for these modifications).
2510 2000-03-27
2512         * src/filesel.c: made it selects home directory on the first time
2513           it is called.
2515 2000-03-26
2517         * src/utils.c: conv_mb_alnum(): modified so that it uses character
2518           conversion table.
2519         * src/foldersel.c: made the folder tree take focus when the dialog
2520           is shown.
2522 2000-03-26
2524         * version 0.2.9pre2
2526         * src/addressbook.c: implemented addressbook_export_to_file() and
2527           related functions.
2529 2000-03-25
2531         * src/xml.[ch]
2532           src/addressbook.c: fixed the variable name for attribute.
2533         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
2534         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
2535           alphabet and numeric into single-byte one.
2536         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
2537           when conv_mb_alnum flag is on.
2539 2000-03-25
2541         * version 0.2.9pre1
2543         * src/compose.c: modified so that when Addressbook is open by a
2544           Compose and it is closed, target of Addressbook is reset.
2545         * src/addressbook.c: made it work with Compose.
2547 2000-03-24
2549         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
2550           GTK+ and GLIB to 1.2.6.
2551         * src/xml.[ch]: more implementation of XML parser.
2552         * src/addressbook.c: implemented addressbook parsing and displaying
2553           routine.
2555 2000-03-21
2557         * src/folderview.c: folderview_scan_folder(): modified so that if
2558           a folder's message number is zero, set new, unread and total number
2559           to zero.
2561 2000-03-20
2563         * src/xml.[ch]: added for XML handling used by addressbook.
2564         * src/folderview.c: modified so that Trash folder is skipped
2565           when an unread folder is selected automatically by space key.
2567 2000-03-18
2569         * src/summaryview.c: fixed a bug that cursor was turned into watch
2570           forever when a newsgroup was selected.
2572 2000-03-18
2574         * version 0.2.8
2576 2000-03-17
2578         * src/mainwindow.[ch]: implemented counting on setting cursor
2579           type. And modified the menu of `thread view' and `unthread view'.
2580         * src/summaryview.c: enabled thread-toggling on opening folder.
2581         * src/prefs_common.[ch]: added a member `enable_thread' to determine
2582           whether summary view builds thread or not when a folder is open.
2584 2000-03-15
2586         * src/summaryview.c: modified popup sensitivity function a bit.
2588 2000-03-13
2590         * version 0.2.7
2592         * src/addressbook.[ch]: more implementation of the interface of
2593           addressbook.
2594         * src/compose.c: connected to addressbook object.
2595         * src/folderview.[ch]: folderview_compare_path():
2596           modified so that absolute path is correctly compared.
2597           And added folderview_select_node().
2598           And modified folderview_scan_folder() so that it update the summary
2599           when asked.
2600         * src/import.c: made it update folder tree when imported mbox.
2601         * src/summaryview.c: modified according to the changes of
2602           folderview.c. And modified so that it display alert dialog if
2603           source folder is identical to destination.
2604           added summary_set_popup_sensitive() that set the sensitivity of
2605           popup menu according to the context. And made all of the items of
2606           popup menu insensitive when summary is cleared.
2607         * src/procmsg.c: procmsg_move_messages_with_dest():
2608           modified so that if source folder is identical to destination,
2609           abort its process.
2610         * src/summary_search.c
2611           src/manage_window.c: modified so as not to print warning to console
2612           when alert dialog appeared twice.
2613         * src/filesel.c: made file selection dialog transient.
2615 2000-03-11
2617         * src/manage_window.[ch]: added callback function
2618           manage_window_focus_out().
2619         * src/account.c
2620           src/inputdialog.c
2621           src/mainwindow.c
2622           src/prefs_account.c
2623           src/prefs_common.c
2624           src/summary_search.c: added focus_out_event signal handler.
2625         * src/addressbook.[ch]: added preliminary addressbook code.
2627 2000-03-06
2629         * src/utils.h: added a macro Xalloca() that does alloca() and
2630           handles the exception.
2631         * src/import.c: made the import dialog transient window and enabled
2632           cancelling by escape key.
2634 2000-03-04
2636         * version 0.2.6
2638         * src/compose.c: fixed a bug that caused memory leak when compose
2639           window was closed.
2641 2000-03-03
2643         * src/nntp.h: increased NNTP message buffer size for XOVER strings
2644           which is too long.
2646 2000-02-28
2648         * src/summaryview.c: binded step-forward and step-backward to each
2649           Control-n and Control-p.
2650         * src/filter.c: filter_read_str(): fixed a memory leak bug and
2651           replaced g_malloc() for allocating the buffer with alloca().
2652         * src/procheader.c: procheader_get_fromname(),
2653                             procheader_date_get_localtime()
2654           src/utils.c: conv_euctojis()
2655           src/compose.c: compose_quote_parse_fmt()
2656           src/prefs.c: prefs_set_data_from_text()
2657                        prefs_set_text(): replaced g_malloc() with alloca().
2659 2000-02-26
2661         * version 0.2.5
2663         * src/logwindow.c: improved log_window_append() so that it shows
2664           warning, error and normal message with different colors.
2665         * src/utils.[ch]: added functions log_message(), log_warning(), and
2666           log_error() that show normal message, warning, and error for each.
2667           And modified many warning messages to use these.
2668         * src/messageview.c: messageview_init(): made it set colors of
2669           quotation and URI to black when failed to allocate colors.
2670         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
2671           the buffer with alloca().
2673 2000-02-25
2675         * src/folderview.c: fixed a bug that didn't put previously selected
2676           folder name in text entry. In addition to that, made some
2677           modifications.
2679 2000-02-24
2681         * version 0.2.4
2683         * src/logwindow.[ch]: added log window that displays protocol log.
2684         * src/about.c: adjusted the size of dialog.
2685         * src/folderview.c: made it select a folder when double-clicked.
2687 2000-02-23
2689         * src/prefs_common.[ch]: added an item `translate_header' that
2690           decides whether header name like `From:' or `Subject:' is
2691           translated or not.
2692         * src/compose.c: made it show alert dialog when receiptor isn't
2693           entered.
2694         * src/inc.c: some code cleanups.
2696 2000-02-22
2698         * version 0.2.3
2700         * src/compose.c: made header entries move those focus to next
2701           entry or text widget when activated. And sorted out the menu items.
2702         * src/mainwindow.[ch]
2703           src/prefs_common.[ch]
2704           src/main.c: made it save the sizes of widgets and the position of
2705           window when quitting.
2706         * src/prefs_common.c: set a14, k14 fontset as default message font.
2707         * src/about.c: changed the appearance of about dialog using text
2708           widget and so on.
2709         * src/recv.c: modified recv_write() so that it converts an escaped
2710           From_ line.
2712 2000-02-20
2714         * version 0.2.2
2716         * src/compose.[ch]: supported Bcc.
2718 2000-02-19
2720         * version 0.2.1
2722         * src/utils.[ch]: added function to_number() that examines string
2723           and if that is a number string, return its value.
2724         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
2725           character was included in file name.
2727 2000-02-18
2729         * version 0.2.0
2731         * src/folderview.c: fixed a bug that caused segmentation fault
2732           when opened folder node was deleted (thanks to Hiramatu).
2733           And implemented folderview_rm_server_cb() which removes news server.
2734         * src/mbox.c: modified a warning message.
2736 2000-02-13
2738         * version 0.2.0alpha-pre8
2740         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
2741           folder to prevent the probrem when current folder is updated.
2742         * src/summaryview.c: summary_execute(): made it write to summary
2743           cache when executed.
2745 2000-02-12
2747         * version 0.2.0alpha-pre7
2749         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
2750           trailing directory separator.
2751         * src/folderview.[ch]
2752           src/summaryview.[ch]: modified so that folder tree is updated
2753           when messages are moved or deleted.
2754         * src/inc.c: some code cleanup.
2756 2000-02-11
2758         * version 0.2.0alpha-pre6
2760         * src/utils.[ch]: added get_domain_name() that return domain
2761           name as a static string.
2762         * src/compose.c: compose_generate_msgid(): modified so that even
2763           if current address doesn't contain '@', it generates a decent
2764           message ID.
2765         * src/send.c: some code cleanup.
2767 2000-02-10
2769         * src/folderview.c: modified the behavior of folder tree when
2770           the folder is right-clicked.
2771         * src/compose.c: compose_encode_header(): added irresponsible
2772           buffer overrun check.
2774 2000-02-09
2776         * version 0.2.0alpha-pre5
2778         * updated gettext and libtool.
2779         * configure.in: modified localedir definition so that message
2780           catalogs are installed into correct directories.
2781         * src/folderview.c
2782           src/mainwindow.c: modified them so that a folder can be reopen
2783           even if it is currently open.
2784         * src/prefs_common.[ch]
2785           src/messageview.c: added an option that toggle the coloration of
2786           message.
2788 2000-02-08
2790         * version 0.2.0alpha-pre4
2792         * src/mainwindow.c
2793           src/messageview.c: fixed a bug that broke memory on allocating
2794           colors.
2796 2000-02-07
2798         * src/folderview.c: some bug fixes on selecting folder.
2800 2000-02-07
2802         * version 0.2.0alpha-pre3
2804         * src/folderview.c
2805         * src/summaryview.[ch]: some code cleanups.
2806         * src/messageview.c: fixed a color allocating bug (maybe).
2808 2000-02-06
2810         * version 0.2.0alpha-pre2
2812         * src/folderview.[ch]: made folder view not open selected folder
2813           unless return or space key is pressed, or clicked by mouse
2814           button 1 or 2.
2815         * src/inc.c: some code cleanups.
2816         * TODO.jp: added some items.
2818 2000-02-05
2820         * version 0.2.0alpha-pre1
2822         * src/summaryview.[ch]: fixed a bug that broke summary thread
2823           when deleted duplicated messages (thanks to BONAIM).
2824           And some code cleanup.
2825         * src/procmsg.[ch]: renamed procmsg_move_messages() to
2826           procmsg_move_messages_with_dest(), and replaced former with
2827           new function which doesn't specify destination.
2828         * src/prefs_common.c
2829           src/gtkutils.c: some memory leak fixes of linked lists.
2830         * src/utils.[ch]: added list_remove_all() to remove all elements
2831           of doubly-linked list.
2832         * src/inc.[ch]: added inc_all_account_mail() that incorporates
2833           new messages of all accounts.
2834         * src/account.[ch]: added account_foreach() to process each accounts.
2835         * added TODO.jp
2837 2000-02-04
2839         * version 0.1.23alpha
2841         * src/inc.c: made the folder tree update the message number
2842           when incorporated new messages.
2843         * src/folderview.[ch]: added a function folderview_scan_folder()
2844           to scan one folder on the view, which is specified by folder name.
2846 2000-02-02
2848         * version 0.1.22alpha
2850         * src/prefs_account.[ch]: added the setting of assorting on
2851           receiving.
2852         * src/inc.c: supported assorting on receiving.
2853         * src/procmsg.c: cleaned up the code.
2854         * src/news.c: fixed a bug that locked up when failed to get xover.
2855         * src/compose.c: made a message unmark that is put into specific
2856           folders.
2858 2000-02-01
2860         * version 0.1.21alpha
2862         * src/folderview.c
2863           src/summaryview.c: implemented the function 'go to next folder
2864           when no unread message found.'
2865         * src/summaryview.c: made connection state displayed on the
2866           status bar when connecting to a news server.
2867         * src/compose.c: changed X-Mailer: header field string a bit.
2868         * src/prefs_common.c: implemented residual functions of assortment.
2870 2000-01-31
2872         * version 0.1.20alpha
2874         * src/prefs_common.c: implemented reading/writing/register/deletion
2875           of assortment setting.
2876         * src/mainwindow.c: slightly modified the appearance of statusbar.
2877         * src/account.c: account_delete(): fixed a bug that didn't assigned
2878           the pointer to GList when an account was deleted.
2880 2000-01-29
2882         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
2883           to read mark file (thanks to BONAIM).
2884         * src/prefs_common.c: added the interface of assortment setting.
2886 2000-01-28
2888         * src/summaryview.c: fixed a bug that didn't redraw marking properly
2889           when displaying an unread message with left-click (thanks to
2890           shigeri).
2892 2000-01-27
2894         * src/summaryview.[ch]: added functions for assortment.
2895         * src/about.c: added a button to close window.
2897 2000-01-26
2899         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
2900         * src/compose.c: fixed a bug that can't reply to a news article.
2901         * src/filter.[ch]: added for message filtering.
2902         * src/procheader.[ch]: added procheader_get_unfolded_line()
2903           to process filtering. And added procheader_get_header_list()
2904           that reads headers of a message and store them on the memory,
2905           and procheader_header_list_destroy() that removes all headers
2906           read by procheader_get_header_list().
2908 2000-01-25
2910         * version 0.1.19alpha
2912         * src/news.c: modified so that it retrieves only overview information
2913           that is not yet cached.
2914         * src/procmsg.[ch]: modified for news handling.
2916 2000-01-24
2918         * src/news.c: supported xover.
2919         * src/mbox.c: fixed a bug that didn't handle empty line correctly
2920           (Thanks to shigeri).
2922 2000-01-23
2924         * version 0.1.18alpha
2926         * src/procmsg.[ch]: modified some functions so that they can
2927           handle news folder.
2928         * src/news.c: added header cache routine.
2929         * src/procheader.c: fixed a bug that caused memory leak when some
2930           header was duplicated.
2931           And added Newsgroups: in parsing headers.
2932         * src/summaryview.c: added news article cache routine.
2933         * src/compose.c: made it be able to reply/forward news article.
2935 2000-01-22
2937         * src/compose.c: fixed a bug that failed to parse To: header
2938           if a comma is included in double quotation (Thanks to shigeri).
2939         * src/mbox.c: modified the code for processing mbox so that it
2940           can handle unescaped From_ line correctly.
2942 2000-01-21
2944         * version 0.1.17alpha
2946         * src/foldersel.c: fixed a bug that didn't display folder tree.
2947           And added the register routine for news server and group setting.
2949 2000-01-20
2951         * version 0.1.16alpha
2953         * src/statusbar.[ch]: added statusbar_puts_all().
2954           statusbar_puts(): made it truncate a string that is too long.
2955         * src/folderview.[ch]: changed CTree's row data from string
2956           to FolderInfo structure.
2957           And implemented popup menu that registers news server and group.
2958         * src/messageview.c: modified short header display routine.
2960 2000-01-19
2962         * added src/news.[ch] for NetNews session management.
2963         * src/summaryview.[ch]: added NetNews reading codes.
2965 2000-01-18
2967         * src/mainwindow.c
2968           src/prefs_common.[ch]: made them preserve toolbar style.
2969         * src/main.c: made it save configuration before exiting.
2970         * src/summaryview.c: modified summary status display routine.
2971         * added src/nntp.[ch] for handling low level NNTP session.
2973 2000-01-17
2975         * added src/progress.[ch] for displaying progress.
2976         * src/inc.c: modified progress dialog routines to use
2977           src/progress.[ch].
2978         * src/folderview.[ch]: added preliminary NetNews supporting code.
2980 2000-01-16
2982         * version 0.1.15alpha
2984         * src/main.c
2985           src/folderview.c: some permission fixes.
2986         * src/folderview.c: implemented folder creation/renaming/removing.
2987         * src/utils.[ch]: added remove_dir_recursive() that removes
2988           a directory recursively.
2990 2000-01-15
2992         * src/mainwindow.[ch]: added toolbar style selection.
2993         * added src/inputdialog.[ch] to prompt user to enter a string.
2994         * src/summaryview.[ch]: modified the behavior of view on
2995           normal mode.
2996         * src/mbox.c: fixed a bug that couldn't lock file when
2997           lockf() was used (Thanks to shigeri).
2999 2000-01-14
3001         * version 0.1.14alpha
3003         * src/mainwindow.[ch]: changed the appearance of toolbar.
3004           And fixed window handling.
3005         * src/summaryview.c: modified the messages displayed on status bar.
3006         * src/compose.[ch]: added toolbar.
3007         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
3009 2000-01-13
3011         * version 0.1.13alpha
3013         * src/summaryview.c: fixed a bug of threading. And some code
3014           cleanups. And rewrote the routine of deleting duplicated messages
3015           using hash table.
3016         * src/mainwindow.[ch]: added toolbar.
3018 2000-01-12
3020         * version 0.1.12alpha
3022         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
3023           instead.
3024         * src/summaryview.c: changed CTree creating routine as it creates
3025           thread on the fly for speeding up.
3026         * src/procmsg.c: rewrote message processing routines using hash
3027           table for speeding up. It should be considerably faster than
3028           before.
3030 2000-01-11
3032         * version 0.1.11alpha
3034         * po/ja.po: modified msgstr for Solaris standard gettext.
3035         * src/main.c: added config.h inclusion.
3036         * src/compose.c: changed to add replied message's In-Reply-To
3037           message id to References header if it don't have References header.
3038         * src/summaryview.c: changed threading routine to use hash table
3039           for speeding up.
3041 2000-01-11
3043         * version 0.1.10alpha
3045         * po/ja.po: modified msgstr so as not to core dump on Solaris.
3046         * src/main.c: added inclusion of locale.h.
3047           (Thanks to Sato for above.)
3048         * src/mbox.c
3049         * src/socket.c: applied Solaris patch by shigeri with some
3050           modification. (Thanks!)
3052 2000-01-10
3054         * version 0.1.9alpha
3056         * src/compose.c: compose_encode_header(): fixed some bugs.
3057           And modified header generating routines to support proper
3058           References header, and supported Organization header.
3059         * src/procmsg.[ch]
3060           src/procheader.c: removed Cc: and Reply-To: from cache data.
3061         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
3062         * src/summaryview.[ch]: summary_thread_func(): some optimization.
3063           And added summary_pass_key_press_event() to pass key press event
3064           from other widgets.
3065         * src/messageview.c: messageview_key_pressed(): modified so that
3066           key event is passed to summary view even if message view is
3067           separated. (Thanks to wakai@UEC univ. for pointing this out.)
3069 2000-01-09
3071         * version 0.1.8alpha
3073         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
3074           header MIME encoding.
3075         * src/procheader.c: some bug fixes of folded header line processing.
3076         * src/headerview.c: headerview_show(): some bug fixes.
3078 2000-01-07
3080         * version 0.1.7alpha
3082         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
3083           kanji-out sequence [ \033 ( B ] when input string was ended
3084           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
3085         * src/compose.c: compose_encode_header(): changed as it outputs
3086           encoded string to another buffer.
3087           And implemented a faculty to save sent message to outbox and
3088           to queue message that failed to send (preliminary).
3089           And, finally implemented proper To: and Cc: processing :)
3090         * src/folderview.c: added preliminary right-clicking popup menu
3091           for operating folders.
3092         * some permission fixes at creating or copying file.
3094 2000-01-07
3096         * version 0.1.6alpha
3098         * src/procheader.c: fixed a bug that didn't null-terminate
3099           header list and caused segmentation fault.
3101 2000-01-06
3103         * version 0.1.5alpha
3105         * src/procheader.[ch]: added function procheader_get_one_field()
3106           that gets one header field that matches the header list.
3107           And removed procheader_get_unfolded_line(), which is less generic.
3108           And rewrote procheader_get_header_fields() using
3109           procheader_get_one_field().
3110         * src/summaryview.c: some bug fixes of key input scan routine.
3111         * README, README.jp: modified documents a bit.
3113 2000-01-05
3115         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
3116           had a submenu, set sensitivity of the submenu, not the item.
3118 2000-01-05
3120         * version 0.1.4alpha
3122         * src/summaryview.c: fixed a bug that caused segmentation fault
3123           when empty summary view was center-clicked.
3124           And fixed a bug that freed moving folder strings when marked
3125           as unread.
3126           If current folder is trash, don't delete message.
3127         * src/summaryview.[ch]
3128         * src/mainwindow.c
3129         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
3131 2000-01-04
3133         * src/procheader.[ch]: more optimization of header processing
3134           routine. And added a new function procheader_get_header_fields()
3135           that receives an array of header name as a parameter and
3136           set header bodies.
3137         * src/utils.[ch]: added remove_return() for removing return code.
3138         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
3140 2000-01-03
3142         * src/compose.c: if message body is ascii only, set US-ASCII as
3143           charset in Content-Type.
3144         * src/main.[ch]
3145         * src/prefs.c
3146         * src/prefs_common.c
3147         * src/prefs_account.c
3148         * src/account.c: changed the location of rc files.
3149         * src/account.c: enabled closing window when escape key is pressed.
3151 2000-01-02
3153         * version 0.1.3alpha
3155         * src/compose.c: fixed a bug that caused segmentation fault
3156           when sending failed.
3157           And relocated header-generation routines from src/send.c.
3158         * src/send.c: moved header-generation routines to src/compose.c.
3159         * src/prefs.c: added '~' to home directory expansion.
3160         * src/prefs_account.[ch]: added signature file path configuration.
3161         * src/prefs_common.[ch]: added spool path configuration.
3162         * src/inc.c: changed the method of user name acquisition to use
3163           g_get_user_name().
3165 2000-01-01
3167         * version 0.1.2alpha
3169         * added ChangeLog (this file), ChangeLog.jp.
3170         * some code cleanups.
3171         * added manage_window.[ch] for transient window management.
3172         * src/procheader.c: optimized header processing routine a bit.
3173         * src/send.c: fixed exception handling on connection.
3174         * src/inc.c: added exception handling on getting user name.
3176 2000-01-01
3178         * version 0.1.1alpha
3180         * src/send.c: fixed a bug that didn't add Content-Type: header.
3182 2000-01-01
3184         * version 0.1.0alpha
3186         * initial release.