Fixed bug where scoring and filtering windows stopped autochecking.
[claws.git] / ChangeLog
1 2002-01-18
2
3         * configure.in: support Mac OS X (Darwin).
4
5 2002-01-16
6
7         * src/prefs_filter.c: use inc_(un)lock() instead of
8           inc_autocheck_timer_{remove|set}().
9         * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
10           instead of gtk_ctree_sort_node() so that messages within threads
11           are also sorted.
12         * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
13           target of sizeof was wrong and caused crash on Alpha architecture
14           (thanks to Motonobu Ichimura).
15
16 2002-01-15
17
18         * src/foldersel.c:
19           foldersel_gnode_func(): made the names of special folders
20           translated strings.
21           foldersel_set_tree(): move the special folder to the top.
22         * src/inputdialog.[ch]: input_dialog_query_password(): new.
23         * src/imap.c
24           src/inc.c
25           src/news.c
26           src/send.c: use input_dialog_query_password() instead of their
27           own query functions.
28
29 2002-01-14
30
31         * src/defs.h: modified the default font.
32         * src/folder.[ch]
33           src/mh.[ch]
34           src/imap.[ch]
35           src/news.[ch]: moved the class definition and some methods to
36           the proper location.
37
38 2002-01-11
39
40         * src/mimeview.c: mimeview_save_as()
41           src/summaryview.c: summary_save_as(): put the default filename
42           based on the subject.
43         * src/utils.[ch]: added subst_chars() and subst_for_filename()
44           which substitute some special characters with underscore.
45         * src/filesel.c: filesel_select_file(): select the default filename.
46
47 2002-01-10
48
49         * INSTALL
50           INSTALL.jp: added the description and the URL for libjconv.
51         * src/mainwindow.c: menu entries cleanup.
52
53 2002-01-09
54
55         * README
56           README.jp
57           src/about.c: modified the copyright year.
58         * src/gtkstext.h: added the notice for modification by the Sylpheed
59           Team.
60
61 2002-01-08
62
63         * INSTALL
64           INSTALL.jp: added the URL for compface.
65
66 2002-01-07
67
68         * version 0.7.0
69
70 2002-01-07
71
72         * src/headerwindow.c
73           src/logwindow.c
74           src/messageview.c
75           src/sourcewindow.c: set wmclass when creating windows.
76
77 2002-01-04
78
79         * src/compose.c: compose_wrap_line_all(): fixed the bug that
80           caused infinite loop when wrapping certain patterns of quoted text.
81
82 2002-01-02
83
84         * src/imap.c: imap_parse_envelope(): put the assertion after
85           imap_parse_address() to prevent segmentation fault.
86
87 2001-12-31
88
89         * src/folderview.c
90           src/mainwindow.c: modified some labels of menu items.
91         * src/ldif.c: put the return value of fgetc() in a gint.
92         * src/importldif.c: don't brace null strings with _().
93         * src/compose.c: moved the position of Subject entry to the last.
94           Reorganized the menu.
95           compose_draft_cb(): added 'keep editing after saving to draft'
96           feature.
97
98 2001-12-30
99
100         * src/mainwindow.c: reorganization of main menu. Removed 'Summary'
101           menu. Moved 'Help' menu to just the right of 'Configuration'.
102           Removed 'File - Close' menu item.
103
104 2001-12-25
105
106         * src/mainwindow.c: some menu reorganization.
107         * AUTHORS: updated. Added more contributors.
108         * src/account.c: account_row_moved(): new. Moves displayed row to
109           the appropriate position when up / down button are pressed.
110           account_clist_set(): move displayed row to the appropriate position.
111         * src/compose.c
112           src/mainwindow.c: set title and wmclass when creating windows.
113
114 2001-12-24
115
116         * src/gtkstext.c: fixed a bug that didn't show block cursor
117           correctly. Removed unnecessary GdkGC copy. Fixed cursor
118           coordinate.
119         * src/compose.c
120           src/gtkutils.[ch]
121           src/textview.[ch]
122           src/undo.c: modified to use GtkSText.
123         * src/menu.h: added #include <gtk/gtkmenu.h>.
124
125 2001-12-23
126
127         * acconfig.h
128           configure.in: added XIM checking for GTK+.
129         * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed.
130
131 2001-12-22
132
133         * src/filter.c: added #include <sys/types.h>.
134
135 2001-12-21
136
137         * src/template.c: template_write_config(): fixed a typo.
138         * src/compose.c: toolbar_linewrap_cb(): call compose_wrap_line_all().
139         * src/filter.[ch]
140           src/prefs_filter.c: supported regular expression (thanks to
141           Yukihiro Nakai).
142         * src/undo.c: undo_paste_clipboard_cb(): fixed a bug that broke
143           undo state when pasted clipboard was empty.
144           undo_check_size(): use g_list_last().
145           undo_undo()
146           undo_redo(): fixed NULL checking and made a bit of optimization.
147           Some code cleanups.
148         * src/prefs_common.c: changed the default value of linewrap length
149           to 72.
150
151 2001-12-20
152
153         * reorganization of pixmap management.
154         * src/stock_pixmap.[ch]: new. This module manages all static pixmaps.
155         * modified every files which directly use pixmaps data to use
156           stock_pixmap_*().
157         * src/undo.[ch]: renamed undo_set_undo_change_funct() to
158           undo_set_change_state_func(), and changed its argument from
159           GtkWidget* to gpointer.
160           undo_merge(): code cleanup.
161         * src/compose.c: renamed compose_set_undo() to
162           compose_undo_state_changed().
163
164 2001-12-19
165
166         * src/account.c: account_find_from_address(): made it case
167           insensitive.
168         * src/addressbook.c: addressbook_create(): set wmclass.
169         * src/compose.c: compose_insert_file(): supported DOS/Win/Mac line
170           break.
171         * src/importldif.c
172           src/ldif.[ch]: merged from the claws branch.
173         * src/importldif.c: removed some warnings.
174           imp_ldif_field_list_toggle(): fixed button checking.
175           imp_ldif_dialog_create(): minor layout fix.
176         * src/ldif.c: removed some warnings.
177         * INSTALL
178           INSTALL.jp: updated confirmation list.
179         * src/vcard.c:
180           vcard_read_file()
181           vcard_test_read_file(): fixed a memory leak of tagtemp.
182           Some code cleanups (decreasing the indent level).
183         * src/addrindex.c
184           src/jpilot.[ch]
185           src/syldap.[ch]: disabled runtime library checking because JPilot
186           and LDAP libraries are linked on the build time, and the program
187           doesn't execute without them anyway.
188         * src/addressbook.c
189           src/addrindex.c: changed "J-Pilot" to "JPilot".
190           Removed warning for atoi().
191
192 2001-12-18
193
194         * src/procmsg.c: procmsg_empty_trash()
195           src/mainwindow.c: main_window_empty_trash(): empty trash only if
196           it contains some messages.
197         * src/imap.c: search_array_str(): new.
198           imap_status(): fixed a bug that didn't parse the command response
199           correctly.
200
201 2001-12-18
202
203         * merged undo function (by Jens Oberender).
204         * src/undo.[ch]: new.
205           undo_insert_text_cb(): fix for multibyte characters (obtain the
206           number of letters instead of bytes).
207         * src/compose.[ch]: added the code for undo.
208         * src/prefs_common.[ch]: added the interface for setting undo level.
209
210 2001-12-16
211
212         * src/compose.c: compose_template_apply()
213           src/prefs_template.c: prefs_template_clist_set_row()
214           src/template.c: template_write_config(): don't replace To: and
215           Subject: entry in composition window if they are empty.
216
217 2001-12-16
218
219         * version 0.6.6
220
221 2001-12-15
222
223         * src/folderview.c: folderview_drag_motion_cb(): fixed a DnD bug.
224         * src/ldif.c: ldif_get_line(): ignore CR.
225         * src/mimeview.c: mimeview_show_message(): search also text/html
226           for first text part.
227
228 2001-12-14
229
230         * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
231           that didn't update accountrc if account_list == NULL (thanks to
232           Watanabe).
233
234 2001-12-14
235
236         * src/utils.h: added the macro Xstrcat_a() that concatenates
237           two strings and return alloca'd string.
238         * src/imap.c: imap_scan_tree_recursive(): fixed a bug that didn't
239           handle folder name which includes some spaces correctly
240           (based on the patch from Willem van Engen (thanks!)).
241         * src/compose.c: compose_wrap_line_all(): fixed the crash when
242           wrapping long lines if linewrap quotation is disabled and
243           a word spanning more than one line.
244
245 2001-12-14
246
247         * applied the Tobias' patch with modification (thanks!).
248         * src/imap.[ch]:
249           imap_msg_set_perm_flags()
250           imap_msg_unset_perm_flags(): new. They set permanent flags to
251           a IMAP message.
252         * src/compose.c
253           src/summaryview.c: set flags on IMAP server when flags are changed.
254
255 2001-12-11
256
257         * src/gtkutils.[ch]: gtkut_container_remove(): new. It's a wrapper
258           of gtk_container_remove() for workaround of a bug in
259           Gtk{Text,Entry} (thanks to Sergey Vlasov).
260         * src/compose.c
261           src/mainwindow.c
262           src/messageview.c
263           src/mimeview.c
264           src/summaryview.c
265           src/textview.c: replaced gtk_container_remove() with
266           gtkut_container_remove(), and removed previous partial fix.
267
268 2001-12-09
269
270         * src/prefs_account.c: prefs_account_apply(): fixed a bug that
271           checked user ID on "local", but didn't on IMAP4.
272         * src/imap.c: imap_session_get(): fixed a crash bug when
273           rfolder->session == NULL.
274         * Makefile.am: changed the arguments of tar from 'chojf' to
275           '--bzip2 -chof'.
276         * src/summaryview.c: summary_toggle_view(): disclaim the selection
277           of textview before removing vpaned.
278
279 2001-12-08
280
281         * src/messageview.c: messageview_change_view_type(): disclaim the
282           selection before removing textview. This solves the mysterious
283           copy-paste disability (thanks to Melvin Hadasht).
284         * src/textview.c: textview_set_font(): use
285           gtk_editable_claim_selection() instead of
286           gtk_editable_select_region().
287
288 2001-12-06
289
290         * src/prefs_template.c: prefs_template_window_create(): supported
291           address completion on the To: entry.
292
293 2001-12-04
294
295         * src/folder.c:
296           folder_count_total_msgs()
297           folder_count_total_msgs_func(): use g_node_traverse() to traverse
298           GNode.
299
300 2001-12-03
301
302         * src/compose.c: fixed a bug that empty body was refused.
303         * src/prefs_template.c: fixed a bug that didn't set To: entry
304           correctly. Display error dialog if format is illegal.
305         * src/prefs_common.c
306           src/quote_fmt_lex.l
307           src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
308           "{ }" to prevent confusion on using parenthesis.
309         * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
310
311 2001-11-29
312
313         * src/prefs_template.c: added colon to the header labels.
314
315 2001-11-28
316
317         * src/compose.c
318           src/prefs_template.c
319           src/template.[ch]: added To field to the template.
320
321 2001-11-27
322
323         * src/textview.c: textview_show_part(): use first found
324           message/rfc822 header.
325         * src/folderview.c: added "Search messages..." to the context menu.
326         * src/prefs_common.c: prefs_quote_description_create(): added
327           description for characters which need to be escaped.
328
329 2001-11-26
330
331         * src/compose.c: compose_wrap_line_all(): more merging from claws.
332           GET_CHAR(): renamed GET_TEXT() and made it more generic.
333           Modified compose_wrap_line() and compose_wrap_line_all() to use
334           GET_CHAR().
335         * src/textview.c: textview_show_part(): show the header of nested
336           RFC822 attachment correctly.
337
338 2001-11-25
339
340         * src/folder.[ch]
341           src/main.c: added --status option to get new, unread and total
342           message count from a running Sylpheed (merged from claws).
343           prohibit_duplicate_launch(): output '\n' only once.
344
345 2001-11-23
346
347         * src/compose.c
348           src/gtkutils.[ch]: merged the new wrapping function.
349           gtkut_text_str_compare_n()
350           gtkut_text_str_compare()
351           gtkut_text_is_uri_string(): backport from the GtkSText in the
352           claws branch, and made modification.
353         * src/prefs_template.c
354           src/template.[ch]: added Subject to the template.
355
356 2001-11-22
357
358         * src/compose.c: compose_write_headers(): added missing parenthesis
359           that generated invalid custom header (thanks to Masaaki Noro).
360           Allow Sender: custom header.
361
362 2001-11-20
363
364         * src/procheader.c: procheader_date_parse(): workaround for
365           RFC-incompliant Date header.
366
367 2001-11-20
368
369         * src/addrbook.c: removed redundant functions, and fixed generation
370           of spurious address book file names.
371         * src/addrindex.c: V-Card -> vCard.
372
373 2001-11-19
374
375         * src/textview.c: get_email_part(): replaced isalnum() with
376           the macro IS_ASCII_ALNUM() which restricts the range of
377           characters to 7bit ASCII (thanks to Shimamoto).
378         * src/utils.c: remote_tzoffset_sec(): workaround for malformed
379           timezone offset.
380
381 2001-11-18
382
383         * src/textview.c: textview_show_part(): show headers on nested
384           muitipart text.
385
386 2001-11-17
387
388         * src/imap.c: imap_session_get()
389           src/news.c: news_session_get(): fixed segfault when reconnection
390           failed.
391         * src/grouplistdialog.c: removed redundant code, and expand nodes
392           that doesn't match the pattern.
393
394 2001-11-16
395
396         * src/compose.c: modified so that it sends message when any of
397           To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
398           compose_check_for_valid_recipient(): new.
399         * src/grouplistdialog.c: improved the UI.
400           Added appropriate description and search button.
401           Search doesn't get group list again.
402
403 2001-11-15
404
405         * src/news.[ch]: news_session_get(): update the last access time
406           correctly.
407           news_group_list_free(): new.
408         * src/grouplistdialog.c: free resources correctly.
409
410 2001-11-15
411
412         * src/folderview.c
413           src/grouplistdialog.[ch]: more merging of new newsgroup
414           subscription dialog.
415         * src/news.[ch]: renamed news_remove_group_list() to
416           news_remove_group_list_cache().
417
418 2001-11-14
419
420         * src/defs.h: added MAX_ENTRY_LENGTH definition.
421         * src/compose.c: compose_add_entry_field(): create new entry with
422           max length.
423
424 2001-11-13
425
426         * src/grouplistdialog.c: made non-leaf node selectable.
427           Give the complete newsgroup name for each nodes.
428
429 2001-11-13
430
431         * src/grouplistdialog.c
432           src/news.[ch]: merging of new newsgroup subscription dialog
433           (still in progress. Don't use it yet!).
434
435 2001-11-12
436
437         * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
438         * src/compose.[ch]: compose_new_with_recipient(): accept mailto
439           URL.
440           compose_entries_set(): new. It parses mailto URL and put each
441           values into the entries.
442
443 2001-11-12
444
445         * src/compose.c: compose_forward(): fixed a bug that forward
446           quote mark wasn't used (thanks to Hironori IWANE).
447         * src/codeconv.[ch]
448           src/mainwindow.c
449           src/prefs_common.c: added Thai encodings (thanks to Manrat
450           Chobchuen).
451
452 2001-11-08
453
454         * src/socket.c: sock_connect_by_hostname(): removed h_errno.
455         * src/session.h
456           src/defs.h
457           src/imap.[ch]
458           src/news.c: added last_access_time to Session.
459           imap_session_get(): check connection only when access interval
460           has been exceeded.
461
462 2001-11-07
463
464         * version 0.6.5
465
466 2001-11-07
467
468         * src/socket.c: ssl_gets(): use SSL_peek.
469         * updated NEWS and AUTHORS.
470         * Makefile.am: fixed release target.
471
472 2001-11-06
473
474         * src/template.c: changed the format of template file to
475           RFC2822-like.
476         * src/compose.c: compose_template_apply(): freeze the text widget
477           while inserting strings.
478
479 2001-11-05
480
481         * po/POTFILES.in: removed src/template_select.c.
482         * src/summaryview.c: summary_set_header()
483           src/address.c: address_parse_str()
484           src/filter.c: filter_read_str()
485           src/news.c: news_parse_xover()
486           src/procheader.c: procheader_get_fromname()
487           src/utils.c: subject_compare():
488           replaced Xalloca() + strcpy() with Xstrdup_a().
489         * src/inputdialog.[ch]: added combo mode.
490           input_dialog_combo(): new.
491         * src/prefs_common.[ch]: added MIME open command setting.
492           prefs_common_{read, save}_config(): read / write command history.
493         * src/mimeview.c: mimeview_open_with(): use combo input dialog.
494         * src/utils.[ch]: add_history(): history list management function.
495
496 2001-11-04
497
498         * src/compose.c: select templates from the menu.
499           compose_set_template_menu(): new.
500           compose_reflect_prefs_all(): new.
501           compose_template_apply(): new. Use dummy MsgInfo for parsing.
502         * src/template.[ch]: store template list to the static heap.
503           template_get_config(): new.
504           template_set_config(): new.
505         * src/prefs_template.c: don't store template list to the global area.
506         * src/template_select.[ch]: removed.
507         * src/quote_fmt_parse.y: check folderitem when quoting messages.
508         * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
509           (thanks to OSHIRO Naoki).
510
511 2001-11-03
512
513         * src/utils.[ch]: get_template_dir(): new.
514         * src/template.c: use get_template_dir().
515
516 2001-11-02
517
518         * src/prefs_template.c: modified the dialog layout.
519           Added symbol description button.
520         * src/summaryview.c: show an arrow mark to the column of the sort
521           target.
522           summary_set_column_titles(): new.
523         * INSTALL
524           INSTALL.jp
525           README
526           README.jp
527           TODO
528           TODO.jp: updated the documents.
529
530 2001-11-02
531
532         * src/Makefile.am: add missing checkbox_{on, off}.xpm.
533         * src/textview.c: textview_key_pressed()
534           src/mimeview.c: mimeview_key_pressed()
535           src/summaryview.c: summary_key_pressed(): delete messages with
536           Delete key.
537
538 2001-11-01
539
540         * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
541           when SSL_read() returned 0.
542         * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
543           of strings.
544         * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
545           Add prototype of yylex() to suppress the warning.
546         * merged the template function.
547         * src/prefs_template.[ch]
548           src/template.[ch]
549           src/template_select.[ch]: new.
550           Renamed prefs_templates_* -> prefs_template_*.
551         * src/compose.c: added template menu. Added replyinfo to Compose.
552         * src/mainwindow.c: added template setting menu.
553         * src/quote_fmt_lex.l: output literal tab and return as is.
554         * src/prefs_common.c: changed the pref. name of quote format to
555           'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
556
557 2001-10-31
558
559         * src/prefs_common.[ch]: added Quote tab, and moved the quote
560           setting from Compose tab.
561         * merged the new quote format parser.
562         * src/quote_fmt_lex.h
563           src/quote_fmt.h
564           src/quote_fmt_lex.l
565           src/quote_fmt_parse.y: new files for quote format parser.
566         * configure.in: added checks for lex and yacc.
567         * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
568           removed.
569           compose_quote_fmt(): new.
570         * src/prefs_common.[ch]: added forward format setting to the
571           Quote tab. Updated the quote description dialog.
572         * src/quote_fmt_parse.y: fixed bugs that tried to read file even
573           if they couldn't get text part.
574
575 2001-10-31
576
577         * src/pixmaps/checkbox_off.xpm
578           src/pixmaps/checkbox_on.xpm: new.
579         * src/account.c: display `get all' status with the checkbox pixmaps.
580
581 2001-10-30
582
583         * src/send.c: code cleanup. Pass account prefs structure instead
584           of many arguments.
585           Query password for SMTP AUTH if not specified (thanks to Mio).
586
587 2001-10-30
588
589         * src/procheader.c: procheader_parse(): fixed a bug that didn't
590           parse multiple message-id in In-Reply-To: header correctly
591           (thanks to KAJIWARA).
592
593 2001-10-29
594
595         * src/account.c: enabled 'Get all' setting by clicking the 'G'
596           column of account list, and added some description.
597         * src/prefs_common.c: prefs_send_create(): added a description
598           for outgoing codeset.
599
600 2001-10-28
601
602         * src/prefs_account.[ch]: moved inbox entry to the receive tab,
603           and added select button and short description.
604         * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
605         * src/procmime.c:
606           procmime_get_mime_type_table()
607           procmime_get_mime_type_list(): modified so that
608           $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
609           $(HOME)/.sylpheed/mime.types are read.
610
611 2001-10-27
612
613         * src/prefs_account.c: moved the address auto-setting to the compose
614           tab.
615           prefs_account_create(): removed gtk_widget_show_all() for proper
616           window size.
617         * src/prefs_common.c: changed "Program path" to "Command".
618
619 2001-10-26
620
621         * src/textview.c: textview_set_font(): support Russian charset
622           on EUC-JP locale.
623         * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
624           bug on deleting.
625         * prefs_account.c
626           prefs_common.c
627           prefs_summary_column.c: minor improvements to the English.
628         * src/main.c: get_queued_message_num(): don't output the warning
629           when queueing folder is not found.
630
631 2001-10-21
632
633         * version 0.6.4
634
635 2001-10-21
636
637         * src/prefs_summary_column.[ch]:
638           made prefs_summary_column_get_config() public.
639         * src/summaryview.c: summary_ctree_create(): some code cleanup.
640         * configure.in: moved the position of SSL checking after LDAP
641           for linking problem.
642
643 2001-10-21
644
645         * src/mainwindow.c
646           src/summaryview.c: allowed reedit in the outbox.
647         * src/prefs_summary_column.[ch]: new. UI for setting summary
648           columns.
649         * src/mainwindow.[ch]: main_window_set_summary_column(): new.
650           It calls summary_set_column_order().
651         * src/summaryview.[ch]:
652           summary_ctree_create(): new. separated from summary_create().
653           summary_set_column_order(): new. It destroys the current
654           CTree and replaces it with the new one.
655
656 2001-10-19
657
658         * src/smtp.[ch]: smtp_from(): abort if auth failed.
659         * changed C++-style comments into C-style in some files, and
660           removed unnecessary commented out codes.
661         * src/addrcache.[ch]
662           src/addressbook.c
663           src/addrindex.[ch]
664           src/jpilot.[ch]
665           src/syldap.[ch]: updated the addressbook code, and fixed the
666           thread bug of LDAP.
667         * src/ldif.[ch]
668           src/importldif.[ch]: new.
669
670 2001-10-18
671
672         * src/about.c: added some items to compiled-in features.
673         * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
674         * src/addressbook.c: changed "V-Card" to "vCard".
675           addressbook_edit_address_cb(): added
676           invalidate_address_completion() to the point address is changed.
677         * src/codeconv.c: changed C++-style comments into C-style.
678
679 2001-10-17
680
681         * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
682
683 2001-10-16
684
685         * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
686           was clicked twice.
687
688 2001-10-16
689
690         * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
691           threads.
692         * src/summaryview.c:
693           summary_thread_init(): separated from summary_thread_build(). 
694           summary_thread_build(): removed the codes for initialization.
695           summary_set_ctree_from_list(): call summary_thread_init() instead
696           of summary_thread_build().
697           summary_filter(): fixed a bug that didn't moved messages despite
698           of immediate execution setting.
699
700 2001-10-14
701
702         * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
703           reversed thread tree from message list.
704         * src/summaryview.c: summary_set_ctree_from_list(): prepend the
705           node to the head instead of appending to the tail. This prevents
706           the traverse of node list inside of the GtkCTree, and considerably
707           speeds up the summary display (the order is O(n^2) -> O(n)).
708
709 2001-10-12
710
711         * src/prefs_common.c
712           src/summaryview.[ch]: initial modification for reorderable columns.
713
714 2001-10-12
715
716         * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
717           memory leak.
718         * src/folderview.c: folderview_button_pressed(): code cleanup, and
719           turn sensitivity off if main window is locked.
720         * src/syldap.c: syldap_read_data(): removed unnecessary and
721           unportable sched_yield().
722
723 2001-10-11
724
725         * src/folderview.c: renamed "Update folder tree" context menu to
726           "Rescan folder tree", and made "Update folder tree" only updates
727           folder status.
728           folderview_update_all_node(): don't show message dialog.
729         * src/gtkutils.c: gtkut_widget_get_uposition()
730           src/mainwindow.c: main_window_popup(): clip the coordinate to
731           nonnegative value.
732
733 2001-10-10
734
735         * src/utils.c: to_human_readable(): made a bit of optimization.
736         * src/summaryview.c: summary_delete(): fixed a focus problem.
737           summary_find_{prev,next}_msg(): new. They find previous/next
738           message that is not deleted.
739         * src/prefs_filter.c: scroll CList automatically if moved row
740           becomes not fully visible.
741
742 2001-10-09
743
744         * updated some autotool scripts.
745         * src/codeconv.c: conv_encode_header(): fixed a bug that caused
746           infinite loop when failed to convert encoding.
747         * src/codeconv.[ch]: a fix for older version of libjconv
748           (jconv_info_get_current_codeset() returned "EUCJP" instead of
749           "EUC-JP").
750
751 2001-10-08
752
753         * version 0.6.3
754
755 2001-10-08
756
757         * src/compose.c: compose_write_to_file()
758           src/codeconv.c: conv_codeset_strdup(): more workaround for
759           libjconv problem on C locale.
760         * src/editldap_basedn.c: fixed segfault when opening dialog.
761         * src/utils.c: is_next_mbs()
762           src/compose.c: compose_wrap_line(), compose_wrap_line_all():
763           changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
764         * configure.in: increased the reqired version of GPGME to 0.2.3.
765         * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
766           the receive dialog when POP3 server refused normal authentication.
767
768 2001-10-07
769
770         * src/prefs_common.c: prefs_receive_create(): correction to English.
771         * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
772           that didn't set the menu sensitivity correctly (thanks to
773           Melvin Hadasht).
774         * src/summaryview.c: delete messages permanently if the current
775           folder is trash and 'delete' operation is executed.
776           Fixed the bug that didn't select the last row correctly (thanks
777           to Alfons Hoogervorst).
778         * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
779           all messages given in the list.
780
781 2001-10-05
782
783         * src/summaryview.c: summary_show(): fixed a bug that didn't show
784           message even if the 'open unread message on entering folder'
785           option was turned on.
786
787 2001-10-03
788
789         * src/procmime.c: procmime_get_text_content(): supported HTML.
790
791 2001-10-02
792
793         * src/summaryview.[ch]: implemented new locking mechanism, and
794           replaced every static locks with summary_lock(), summary_unlock(),
795           and added locks to some extra functions.
796           This fixes a bug that caused segfault when 'd' (delete) key
797           was kept pressing.
798
799 2001-10-01
800
801         * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
802           that caused segfault (thanks to Stefaan A Eeckels).
803
804 2001-09-30
805
806         * src/textview.[ch]: added textview_set_position().
807         * src/messageview.[ch]: added messageview_set_position().
808         * src/addrbook.c
809           src/addrcache.c
810           src/addressadd.c
811           src/addressbook.c
812           src/addrindex.c
813           src/addritem.c
814           src/editaddress.c
815           src/editbook.c
816           src/editgroup.c
817           src/editjpilot.c
818           src/editldap.c
819           src/editldap_basedn.c
820           src/editvcard.c
821           src/jpilot.c
822           src/mgutils.c
823           src/syldap.c
824           src/vcard.c: converted C++-style comments into C-style one.
825         * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
826           new buffer and quote with double quotes if required.
827           imap_status(), imap_cmd_login(), imap_cmd_list(),
828           imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
829           imap_cmd_copy(): use QUOTE_IF_REQUIRED().
830         * compose.c: compose_write_to_file(): workaround for the problem
831           when using libjconv and 8bit codes cannot be converted on C
832           locale.
833         * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
834           conv_codeset_strdup(): don't convert if source and destination
835           codeset are identical.
836
837 2001-09-30
838
839         * src/textview.[ch]: textview_search_string_backward(): new.
840           Add the new member cur_pos to TextView.
841           Connect button_press_event with gtk_signal_connect_after() to
842           obtain the correct editable position.
843
844 2001-09-27
845
846         * src/folder.c: folder_write_list_recursive(): preserve unthreaded
847           state.
848
849 2001-09-26
850
851         * src/summaryview.c: modified the layout of popup menu.
852
853 2001-09-25
854
855         * src/folder.c
856           src/folder.h
857           src/mainwindow.c
858           src/summaryview.c: applied the patch from Alfons that allows
859           threading setting for each folders (tnanks!).
860
861 2001-09-23
862
863         * src/message_search.[ch]: new. A Dialog for searching in current
864           message.
865         * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
866           text in current position of GtkText and given wide-character
867           string.
868         * src/messageview.[ch]: messageview_search_string()
869           src/textview.[ch]: textview_search_string(): return TRUE if
870           found.
871         * src/textview.[ch]: remember the beginning of body.
872
873 2001-09-21
874
875         * src/procmime.c: procmime_get_first_text_content(): modified so
876           that it search entire MIME structure.
877         * src/summary_search.c: summary_search_execute(): use
878           strdup_mbstowcs() instead of macro. Display matched message.
879
880 2001-09-20
881
882         * src/inc.c: fix for background POP3 hangs and crashes (thanks to
883           Sergey Vlasov).
884         * src/summary_search.c: added body searching function.
885         * src/procmime.[ch]: procmime_find_string(): changed arguments
886           and return value. Added case sensitivity option.
887
888 2001-09-20
889
890         * src/procmime.[ch]:
891           procmime_find_string()
892           procmime_find_string_part(): new. It searchs the string from
893           messages.
894           Renamed procmime_get_text_part() to
895           procmime_get_first_text_content().
896           procmime_get_text_content(): new. It returns the text contents
897           of the specified MIME part.
898           procmime_mimeinfo_next(): new. It returns the next node of
899           MimeInfo tree.
900
901 2001-09-19
902
903         * src/procmime.c: procmime_get_text_part(): modified so that it
904           finds a text part in nested multipart message correctly.
905         * src/procmime.h: added an example of MimeInfo structure.
906         * src/mimeview.c: mimeview_show_message(): search the first text
907           part.
908
909 2001-09-17
910
911         * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
912           caused segfault. Changed 'Preferences per account...' menu item.
913
914 2001-09-17
915
916         * version 0.6.2
917
918 2001-09-16
919
920         * src/addrindex.c: translate the "Common address" and "Personal
921           address" from old addressbook.
922
923 2001-09-12
924
925         * src/utils.c: get_quote_level(): some optimization and bugfixes.
926         * src/codeconv.[ch]: conv_get_current_locale(): new.
927         * src/editaddress.c: edit_person_page_basic(): reverse the order
928           of first and last name on some locales.
929
930 2001-09-11
931
932         * src/compose.c: applied the patch from Yasumatsu that reformats
933           the current paragraph (thanks!). Modified so that it doesn't
934           reformat quoted paragraphs.
935           compose_create(): don't fill the entry automatically on reedit
936           mode.
937         * src/mainwindow.c
938           src/summaryview.[ch]: added the "Mark all read" option.
939           summary_mark_all_read(): new.
940
941 2001-09-10
942
943         * src/vcard.c
944           src/mgutils.c
945           src/syldap.c
946           src/editldap.c
947           src/editldap_basedn.c
948           src/jpilot.c
949           src/editjpilot.c: removed all warnings.
950         * configure.in
951           src/jpilot.[ch]: fixed the problem that failed to detect JPilot
952           header files on the Debian system.
953         * src/mainwindow.c
954           src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
955           and color label. Enabled moving to next/prev flagged messages.
956
957 2001-09-09
958
959         * src/pixmaps/dir-close.xpm
960           src/pixmaps/dir-open.xpm
961           src/pixmaps/new.xpm
962           src/pixmaps/unread.xpm: modified the color balance.
963         * src/utils.[ch]: execute_sync(): new.
964           execute_command_line(): added the arg for async mode.
965         * src/inc.c: inc_mail(): use execute_command_line().
966
967 2001-09-08
968
969         * src/prefs.[ch]
970           src/prefs_common.[ch]
971           src/prefs_account.c: modified the layout. Added the option to
972           launch the external editor automatically.
973         * src/compose.c: launch the external editor automatically if the
974           option is set.
975
976 2001-09-06
977
978         * src/Makefile.am: added extra xpm's.
979
980 2001-09-05
981
982         * src/addressbook.c: fixed a compilation problem when enabling
983           LDAP.
984           addressbook_open(): fixed a missing 'else'.
985
986 2001-09-04
987
988         * src/pixmaps/dir-close.xpm
989           src/pixmaps/dir-open.xpm
990           src/pixmaps/trash.xpm: replaced with the new blue icons.
991         * merged Match Grun's new addressbook code.
992         * src/pixmaps/address.xpm
993           src/pixmaps/book.xpm
994           src/pixmaps/category.xpm
995           src/pixmaps/interface.xpm
996           src/pixmaps/jpilot.xpm
997           src/pixmaps/ldap.xpm
998           src/pixmaps/vcard.xpm: new icons.
999         * src/addrbook.[ch]
1000           src/addrcache.[ch]
1001           src/addressadd.[ch]
1002           src/addressitem.[ch]
1003           src/addrindex.[ch]
1004           src/addritem.[ch]
1005           src/editaddress.[ch]
1006           src/editbook.[ch]
1007           src/editgroup.[ch]
1008           src/editjpilot.[ch]
1009           src/editldap.[ch]
1010           src/editldap_basedn.[ch]
1011           src/editvcard.[ch]
1012           src/jpilot.[ch]
1013           src/mgutils.[ch]
1014           src/syldap.[ch]
1015           src/vcard.[ch]: new. Many fixes to remove the huge amount of
1016           warnings.
1017           addrbook_build_avail_email_vis(): fixed a memory leak.
1018
1019 2001-09-04
1020
1021         * NEWS: brought in the all of the changes previously put on the web.
1022
1023 2001-09-03
1024
1025         * src/mainwindow.c
1026           src/summaryview.c: modified the layout of menus.
1027         * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
1028           return a focus to the main window after selecting the account menu.
1029
1030 2001-09-03
1031
1032         * version 0.6.1
1033
1034 2001-09-03
1035
1036         * src/send.c: send_message_data(): fixed a bug that didn't process
1037           body part correctly.
1038
1039 2001-09-02
1040
1041         * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
1042           inc_mail(), inc_all_account_mail(): return immediately if locked.
1043         * src/account.c
1044           src/prefs_common.c
1045           src/prefs_account.c: use inc_lock() and inc_unlock() instead of
1046           inc_autocheck_timer_{remove,set}().
1047         * src/summaryview.c: summary_set_colorlabel_color(): get the average
1048           of label color and selected fg color for visibility.
1049
1050 2001-09-01
1051
1052         * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
1053           They increase/decrease the lock count.
1054           inc_autocheck_func(): if locked, delay the autochecking 1 second.
1055           inc_autocheck_timer_set_interval(): set interval by its argument.
1056         * src/summaryview.c: summary_show(): lock the autochecking while
1057           processing.
1058         * src/main.c: app_will_exit(): remove autocheck timer.
1059         * acconfig.h
1060           src/defs.h: removed the definitions of PACKAGE and VERSION to
1061           prevent unnecessary compilation.
1062         * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
1063           to AC_SUBST, and added src/version.h to AC_OUTPUT.
1064         * src/version.h.in: new.
1065         * src/intl.h: changed dgettext() to gettext().
1066
1067 2001-08-31
1068
1069         * po/ja.po: fixed a typo that crashed Sylpheed with older version
1070           of GTK+.
1071         * configure.in: fixed a bug that didn't show results correctly.
1072           Fixed a bug that --enable-compface and --enable-jconv disabled
1073           the options.
1074         * src/procmsg.c: procmsg_send_queue(): don't abort when sending
1075           message failed.
1076         * src/compose.c: compose_write_headers(): add Bcc: header to the
1077           output file.
1078         * src/send.c: send_message_data(): new. Separated from
1079           send_message_smtp(). Remove Bcc: header before sending.
1080
1081 2001-08-30
1082
1083         * version 0.6.0
1084
1085 2001-08-30
1086
1087         * src/send.c: implemented sending with local sendmail command.
1088           send_message_local(): new. It executes command with popen()
1089           and send the contents of RFC822 message to the command.
1090         * src/prefs_common.[ch]: enabled the external sending command option.
1091         * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
1092         * src/account.c: account_edit_create(): widened the protocol column.
1093         * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
1094           the code.
1095
1096 2001-08-30
1097
1098         * src/folder.c: folder_item_remove_msg(): scan the folder again
1099           if the last message is removed.
1100         * src/compose.c: compose_queue(), compose_draft_cb(): remove the
1101           old reedited message after adding the new message.
1102
1103 2001-08-29
1104
1105         * src/compose.c: compose_queue(): added AID: to the queueing header.
1106         * src/send.c: send_message_queue(): look for AID: header, and use
1107           the server specified in the account instead of SSV: header.
1108         * src/summaryview.c
1109           src/compose.[ch]: queued messages can be reedited now.
1110           compose_remove_reedit_target(): new. It removes the old reedited
1111           message.
1112           compose_send(), compose_queue(), compose_draft_cb(): if reedit
1113           mode, remove the old message.
1114         * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
1115           warning.
1116
1117 2001-08-28
1118
1119         * applied the XML string table patch from Alfons Hoogervorst that
1120           stores strings in a hash table and minimizes memory allocations
1121           (thanks!).
1122         * src/stringtable.[ch]: new.
1123           removed all G and g_ prefix from type and function names since
1124           they're not official GLib symbol names.
1125           string_table_insert_string(): fixed a bug that might refer to an
1126           invalid pointer on lookup, and also made a bit of optimization.
1127
1128 2001-08-27
1129
1130         * merged the color label feature from the claws branch (thanks to
1131           Satoshi Nagayasu and Alfons Hoogervoost).
1132         * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
1133           Renamed labelcolors_*() to colorlabel_*().
1134         * src/summaryview.[ch]: added color label support.
1135         * src/procmsg.h: added color label flags to the permanent flags.
1136         * updated to gettext 0.10.39.
1137         * src/summaryview.[ch]: put the color label menu item to ItemFactory.
1138         * sylpheed.desktop: added for GNOME.
1139         * configure.in: added AC_MSG_CHECKING() for some options.
1140           Output the configuration results when configure is finished.
1141
1142 2001-08-27
1143
1144         * src/account.c: account_clist_set_row(): fixed a bug that failed
1145           to compile if SSL was not enabled.
1146
1147 2001-08-26
1148
1149         * merged the SSL support from the claws branch (thanks to Christoph
1150           Hohmann).
1151         * src/ssl.[ch]: new.
1152         * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
1153           ssl_getline().
1154           sock_close(): call ssl_done_socket() if SSL is active.
1155         * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
1156           prevent type confliction.
1157         * src/prefs_account.[ch]: added SSL tab, and modified the expression.
1158         * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
1159           Removed SSL initialization and HELO from esmtp_starttls().
1160           esmtp_auth(): removed use_smtp_auth from its arguments.
1161         * src/send.c: send_smtp_open(): added SSL support.
1162         * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
1163
1164 2001-08-25
1165
1166         * src/mimeview.c: mimeview_open_with(): braced '%s' with single
1167           quote.
1168
1169 2001-08-24
1170
1171         * src/main.c: open new account dialog if no account is set.
1172         * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
1173           the verbosity count.
1174           log_print(): put to statusbar only if log_verbosity_count > 0.
1175           log_message(): put to statusbar.
1176         * src/inc.c: inc_pop3_session_do(): set log verbosity.
1177         * src/mainwindow.c: main_window_set_menu_sensitive(): added the
1178           "Compose new message" item.
1179           main_window_show_cur_account(): removed "Current account: " string.
1180         * src/summaryview.c: summary_show(): ignore the current marks if
1181           main window is locked.
1182         * src/compose.c: compose_attach_property(): fixed a bug that caused
1183           segmentation fault.
1184
1185 2001-08-23
1186
1187         * src/mainwindow.c: main_window_get_current_state(): new. It returns
1188           the current state for the sensitivity of UI.
1189           main_window_set_toolbar_sensitive(): use table like
1190           main_window_set_menu_sensitive().
1191
1192 2001-08-23
1193
1194         * src/mainwindow.[ch]: added progressbar and status label to the
1195           statusbar.
1196           main_window_close_cb(): don't exit if locked.
1197         * src/inc.c: update the progressbar of main window, too.
1198
1199 2001-08-22
1200
1201         * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
1202           the second argument, and determine the sensitivity with the
1203           state of summary view.
1204
1205 2001-08-21
1206
1207         * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
1208           pop3_delete_recv(): don't try to receive messages which are not
1209           exist.
1210
1211 2001-08-21
1212
1213         * src/mainwindow.c: main_window_lock(), main_window_unlock():
1214           removed the whole menubar locking.
1215           main_window_set_menu_sensitive(): process the sensitivity change
1216           with a table, and deal with locking.
1217
1218 2001-08-20
1219
1220         * src/summaryview.[ch]: summary_get_selection_type(): new.
1221           It returns the current selection state of summary view.
1222           summary_key_pressed(): abort on some commands if main window
1223           is locked.
1224         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
1225           increase/decrease the lock count.
1226
1227 2001-08-19
1228
1229         * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
1230           default header list.
1231         * src/prefs_common.[ch]: added the option for receive dialog mode
1232           to the Interface tab.
1233         * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
1234           transient, and show dialog only if the setting is
1235           RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
1236         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
1237           new. Lock / unlock the user-interface.
1238         * src/progressdialog.c: progress_dialog_create(): don't make the
1239           dialog modal.
1240
1241 2001-08-18
1242
1243         * src/folderview.c: folderview_update_node(): suppressed unnecessary
1244           recursive call.
1245         * src/menu.[ch]: menu_button_position(): new. It calculates the
1246           position of popup menu.
1247         * src/mainwindow.c: toolbar_account_button_pressed(),
1248           ac_label_button_pressed(): put the popup menu to the correct
1249           position. Change the style of the button while opening the menu.
1250           ac_menu_popup_closed(): new function called on selection_done
1251           event.
1252         * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
1253           node == NULL.
1254         * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
1255           (thanks!).
1256           Fixed the bug that didn't select previous message in refresh mode
1257           if threads were not expanded.
1258           summary_select_node(): new.
1259         * src/inc.c: applied the summary view update optimization patch from
1260           Sergey Vlasov (thanks!).
1261           If no new messages are received, don't perform summary refreshing.
1262           In addition to the Vlasov's patch, POP3 receive information is
1263           also used.
1264         * src/inc.h: added a new member cur_total_num to Pop3State.
1265         * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
1266
1267 2001-08-14
1268
1269         * version 0.5.3
1270
1271 2001-08-14
1272
1273         * src/summaryview.c: summary_set_row_marks(): got the color of
1274           unread row set properly.
1275         * src/folderview.c: foldreview_update_node(): don't use
1276           gtk_style_copy(), and reuse previously allocated styles.
1277         * README, README.jp: modified.
1278
1279 2001-08-14
1280
1281         * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
1282           memory corruption bug (thanks to David Looney).
1283         * src/inc.c: inc_all_account_mail(): call inc_finished() even if
1284           there are no enabled accounts, or local spool only.
1285         * src/summaryview.c: applied the summary update improvement patch
1286           from Sergey Vlasov (thanks!). It keeps the position of the
1287           message displayed. Selected and displayed message are also kept.
1288           summary_get_msgnum(): new.
1289           summary_get_current_msgnum(): removed.
1290           summary_select_by_msgnum(): don't display the message.
1291         * src/account.c: added "Get all" column.
1292           account_clist_set_row(): show default and get-all flags with the
1293           mark icon.
1294         * src/utils.c: to_human_readable(): increased the number of decimals
1295           of MB and GB to 2.
1296
1297 2001-08-13
1298
1299         * implemented the long-awaited :) "Add sender to address book" feature.
1300         * src/address.[ch]: added the argument for remarks to
1301           address_item_new().
1302           address_get_folder_list(): new. It traverses the address tree and
1303           returns the folder list.
1304           address_delete_object(): modified so that it removes the node
1305           from the tree.
1306         * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
1307           a address folder menu and attaches it to the menu item.
1308           addressbook_refresh(): reload the address book folder tree.
1309         * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
1310           the menu to add sender to address book.
1311           summary_button_pressed(): call summary_set_add_sender_menu()
1312           before popup the menu.
1313
1314 2001-08-12
1315
1316         * src/summaryview.c: summary_thread_build(): fixed a bug that locked
1317           up the process. Optimized the initial thread build.
1318
1319 2001-08-12
1320
1321         * src/summaryview.c: made many code cleanups.
1322           summary_show(): block/unblock the signal handlers instead of
1323           disconnect/connect them.
1324           summary_set_row_marks(): made the font of collapsed node bold if
1325           it has cnildren marked as unread.
1326           summary_thread_build(): block tree_expand signals while processing.
1327           Use loop instead of the recursive function. Mark collapsed nodes
1328           correctly.
1329           summary_unthread(): block tree_collapse signals while processing.
1330           Use loop instead of the recursive function.
1331           summary_thread_func(), summary_unthread_func(): removed.
1332           summary_tree_expanded(), summary_tree_collapsed(): new callback
1333           functions.
1334         * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
1335           failed to connect. Show more detailed status on the dialog.
1336
1337 2001-08-10
1338
1339         * src/folderview.c: folderview_update_all_node(): new. It updates
1340           all local folders.
1341         * src/inc.c: update all local folders after incorporation if
1342           scan_all_after_inc option is set.
1343         * src/prefs_common.[ch]: added scan_all_after_inc option.
1344         * src/folder.h: FOLDER_IS_LOCAL(): new macro.
1345
1346 2001-08-09
1347
1348         * src/defs.h
1349           src/headerview.c
1350           src/headerwindow.c
1351           src/textview.c
1352           src/prefs_common.c
1353           src/prefs_common.h: made bold and small font configurable.
1354           src/summaryview.c: display unread messages with bold font.
1355         * src/prefs_common.c
1356           src/prefs_common.h
1357           src/summaryview.c: added an option to enable/disable the
1358           emphasis of unread messages.
1359
1360 2001-08-08
1361
1362         * src/pixmaps/mark.xpm: modified.
1363         * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
1364         * src/summaryview.c: summary_set_ctree_from_list(): don't expand
1365           the root messages of threads for performance improvement.
1366           summary_show()
1367           summary_select_next_unread()
1368           summary_step(): expand threads when opening messages.
1369           summary_thread_build(): expand threads if the option is turned on.
1370         * src/prefs_common.[ch]: added "Expand threads" option.
1371
1372 2001-08-08
1373
1374         * src/prefs_common.c: removed "Emulate the behavior of mouse
1375           operation of Emacs-based mailer".
1376         * src/prefs_common.c
1377           src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
1378         * src/pixmaps/new.xpm
1379           src/pixmaps/unread.xpm: reverted.
1380
1381 2001-08-07
1382
1383         * src/address.[ch]:
1384           address_folder_new()
1385           address_group_new()
1386           address_item_new(): changed the return value to AddressObject.
1387           address_build_tree(): don't put assertion for file.
1388         * src/pixmaps/new.xpm
1389           src/pixmaps/unread.xpm: modified a bit.
1390
1391 2001-08-06
1392
1393         * src/addressbook.c: fixed some bugs.
1394
1395 2001-08-06
1396
1397         * separated the logic part of addressbook into another module
1398           (still in progress).
1399         * src/address.[ch]: new. It contains the logic part of addressbook.
1400         * src/addressbook.[ch]: removed the logic part.
1401
1402 2001-08-04
1403
1404         * src/textview.c: textview_show_header(): fixed a bug that a garbage
1405           character was shown after header names.
1406
1407 2001-08-02
1408
1409         * src/inc.c: inc_start(): don't abort with non-fatal error.
1410
1411 2001-08-01
1412
1413         * version 0.5.2
1414
1415 2001-08-01
1416
1417         * src/mimeview.c: mimeview_view_file(): added -x option to the
1418           metamail to prevent the suspention of the main process.
1419           mimeview_button_pressed(): deactivate `Open' menu item if
1420           content-type is application/octet-stream.
1421
1422 2001-07-31
1423
1424         * src/imap.c: imap_parse_atom(): parse escaped characters properly.
1425           get_quoted(): new. It handles the escape character '\'.
1426         * src/folder.c: folder_read_list(): don't output warning if
1427           folderlist.xml doesn't exist.
1428         * src/main.c: main(): write folder list after setup.
1429         * src/textview.c: textview_create()
1430           src/compose.c: compose_create(): set default tab width to 8.
1431
1432 2001-07-29
1433
1434         * src/prefs_common.c: date_format_select_row(): fixed a bug that
1435           caused segfault when selecting the list with key.
1436
1437 2001-07-28
1438
1439         * src/mainwindow.c: main_window_popup(): deiconize the window
1440           when popup (thanks to Henrik Carlqvist).
1441         * src/procmime.c: procmime_scan_mime_type(): new.
1442           procmime_scan_content_type(): use procmime_scan_mime_type().
1443           procmime_scan_mime_header(): scan the extension of attached files
1444           and add the correct MIME type if the Content-Type is
1445           "application/octet-stream" (thanks to Don Quijote).
1446         * src/compose.c: compose_toolbar_create(): added a new "Send later"
1447           icon (thanks to Leandro Pereira).
1448
1449 2001-07-27
1450
1451         * src/prefs_common.c: date_format_create(): modified the layout of
1452           the dialog.
1453
1454 2001-07-26
1455
1456         * src/account.c: account_find_from_address(): fixed a minor bug.
1457         * src/prefs_common.c: incorporated the user-interface for setting
1458           date format from the claws branch, and made some modification to
1459           that.
1460
1461 2001-07-25
1462
1463         * src/account.[ch]: account_edit_create(): modified the text of
1464           default button.
1465           account_find_from_address(): new.
1466         * src/procmime.c:
1467           procmime_scan_content_type(), procmime_scan_content_disposition():
1468           fixed ESC code detection.
1469         * src/compose.c: compose_reply(): automatically select account
1470           according to the message header.
1471         * src/prefs_common.[ch]: added member "reply_account_autosel".
1472
1473 2001-07-25
1474
1475         * src/progressdialog.c: made the CList scrollable.
1476         * src/inc.c: inc_start(): don't abort with non-fatal error.
1477
1478 2001-07-24
1479
1480         * added English Sylpheed User's Manual by Paul Kater
1481           (paul@nlpagan.net) (thanks!).
1482         * configure.in
1483           manual/Makefile.am
1484           src/mainwindow.c: added support for English manual.
1485         * manual/en/sylpheed*.html: added English documentation.
1486         * AUTHORS: updated.
1487
1488 2001-07-23
1489
1490         * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
1491           that didn't have any trailing messages.
1492         * src/smtp.c: smtp_ok(): ditto.
1493         * src/compose.c: compose_account_option_menu_create(): modified
1494           the style of the account option menu.
1495
1496 2001-07-22
1497
1498         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
1499           remove return code from strings automatically.
1500           prefs_custom_header_create(): added "X-Face" to the default
1501           option.
1502         * src/news.c: news_fetch_msg(), news_get_group_list()
1503           src/imap.c: imap_fetch_msg(): create the cache directory before
1504           writing.
1505         * src/procmime.c:
1506           procmime_scan_content_type()
1507           procmime_scan_content_disposition(): convert JIS into EUC-JP
1508           before parsing.
1509         * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
1510         * src/compose.c: don't append attachment headers if the attach
1511           pane is visible but the list is empty.
1512         * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
1513
1514 2001-07-18
1515
1516         * version 0.5.1
1517
1518 2001-07-18
1519
1520         * src/compose.c: compose_quote_parse_fmt()
1521           src/prefs_common.c: prefs_quote_description_create(): added the
1522           symbol `%c' that allows to include Cc in reply format (thanks
1523           to Cyril Bellot).
1524         * src/base64.[ch]
1525           src/procmime.c: procmime_decode_content(): applied the patch
1526           from Sergey Vlasov that allows to decode base64 data with
1527           unusual line length (not a multiple of 4) (thanks!).
1528
1529 2001-07-17
1530
1531         * src/procmsg.[ch]: separated the permanent flags and temporary
1532           flags into two variables, and made MsgFlags a structure that
1533           includes them.
1534           MSG_SET_PERM_FLAGS()
1535           MSG_SET_TMP_FLAGS()
1536           MSG_UNSET_PERM_FLAGS()
1537           MSG_UNSET_TMP_FLAGS(): new macros.
1538         * src/compose.c
1539           src/imap.c
1540           src/inc.c
1541           src/messageview.c
1542           src/mh.c
1543           src/news.c
1544           src/procheader.c
1545           src/summaryview.c: modified for the new MsgFlags.
1546         * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
1547           of hash table.
1548
1549 2001-07-16
1550
1551         * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
1552           display current size with human-readable format.
1553         * src/grouplistdialog.c: grouplist_recv_func(): ditto.
1554         * TODO
1555           TODO.jp: updated.
1556
1557 2001-07-16
1558
1559         * src/codeconv.c:
1560           conv_unmime_header(), conv_unmime_header_overwrite(): workaround
1561           for raw-JIS code in header fields.
1562         * src/folder.c:
1563           folder_get_default_folder()
1564           folder_get_default_inbox()
1565           folder_get_default_outbox()
1566           folder_get_default_draft()
1567           folder_get_default_queue()
1568           folder_get_default_trash(): fixed a bug that caused segfault
1569           if folder_list is NULL.
1570
1571 2001-07-15
1572
1573         * README
1574           README.jp
1575           INSTALL
1576           INSTALL.jp
1577           TODO
1578           TODO.jp: updated.
1579         * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
1580           while retrieving newsgroup list.
1581           grouplist_dialog_create(): added entry widget and status label.
1582           grouplist_recv_func(): new.
1583           refresh_clicked(): added exclusive lock variable.
1584           clist_selected(): set text entry when the CList is selected.
1585           renamed from group_clist_select().
1586           entry_activated(): new.
1587           grouplist_clear(): renamed from grouplist_free(). Also clears
1588           list and entry widget.
1589         * src/news.c: news_get_group_list(): sped up the list appending
1590           (g_slist_append() becomes very slow if list size is large).
1591         * src/defs.h: added UI_REFRESH_INTERVAL definition.
1592           Changed the definition of NEWSGROUP_LIST.
1593         * src/recv.c: recv_write()
1594           src/send.c: send_message_smtp(): changed the UI refresh interval
1595           to UI_REFRESH_INTERVAL (50msec).
1596         * src/account.c: account_add(): fixed a bug that didn't update
1597           folder tree when a news account was added.
1598         * src/grouplistdialog.c: made exclusive lock variable global, and
1599           lock at grouplist_dialog_set_list().
1600         * src/textview.c: fixed a bug that disabled clickable URI if
1601           message color was disabled.
1602
1603 2001-07-15
1604
1605         * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
1606           quit main loop if gtk_main_level() is 1.
1607           grouplist_dialog_set_list(): freeze CList while appending the list.
1608           grouplist_dialog(): show dialog before updating the list.
1609
1610 2001-07-14
1611
1612         * src/folder.c: folder_write_list_recursive(): add the attribute
1613           `collapsed' if a node have some children.
1614         * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
1615           the list.
1616         * src/news.[ch]:
1617           news_get_group_list(): new. It returns newsgroup list.
1618           news_remove_group_list(): new. It removes newsgroup list cache.
1619         * src/folderview.c: folderview_new_news_group_cb(): call
1620           grouplist_dialog() instead of input_dialog().
1621
1622 2001-07-12
1623
1624         * autogen.sh: modified.
1625         * src/folder.[ch]
1626           src/folderview.c: made expand/collapse state of folders persistent
1627           (thanks to Alfons).
1628
1629 2001-07-06
1630
1631         * version 0.5.0
1632
1633 2001-07-06
1634
1635         * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
1636           DELETE.
1637           imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
1638           according to the argument.
1639           imap_cmd_select(): use imap_cmd_do_select().
1640           imap_cmd_examine(): new.
1641         * src/folderview.c: folderview_rm_imap_folder_cb(): select current
1642           folder again when removing failed.
1643
1644 2001-07-05
1645
1646         * version 0.5.0pre4
1647
1648         * manual/ja/sylpheed.sgml
1649           manual/ja/*.html: updated the Japanese manual (thanks to Imai).
1650         * src/summaryview.c: summary_set_row_marks(): fixed a bug that
1651           didn't set foreground correctly.
1652         * src/folderview.h
1653           src/summaryview.h: removed the member color_normal from FolderView
1654           and SummaryView.
1655         * src/mainwindow.c: main_window_create(): removed color_normal.
1656
1657 2001-07-04
1658
1659         * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
1660           became specifiable.
1661         * src/imap.c: imap_session_get()
1662           src/news.c: news_session_new_for_folder(), news_session_get():
1663           use user-defined port number if specified.
1664
1665 2001-07-03
1666
1667         * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
1668           scanning.
1669           imap_scan_folder(): implemented. It updates the numbers of new,
1670           unread and total messages.
1671           imap_status(): new. It parses the response of STATUS command.
1672           imap_status_uidnext(): removed.
1673           imap_cmd_status(): removed.
1674         * src/textview.c: textview_show_part(): fixed potential memory leaks.
1675
1676 2001-07-03
1677
1678         * src/alertpanel.c: alertpanel_create(): fixed truncated message.
1679         * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
1680           of content-type (thanks to René Rebe for the patch).
1681         * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
1682           detection.
1683         * src/prefs_common.c: prefs_send_create(): made some more character
1684           sets specifiable when not using libjconv.
1685         * configure.in: disabled --enable-threads option temporarily.
1686         * INSTALL
1687           INSTALL.jp: deleted the description about --enable-threads option.
1688
1689 2001-07-02
1690
1691         * updated gettext to 0.10.38.
1692
1693 2001-07-01
1694
1695         * version 0.5.0pre3
1696
1697         * src/folderview.[ch]: folderview_set_all(): new.
1698         * src/account.c: account_add(): call folderview_set_all() after
1699           creating IMAP4 tree.
1700           account_edit_create(): account preferences dialog can be opened
1701           with double clicking of the list.
1702           account_selected(): new.
1703           account_clist_set(): made the CList focus set correctly.
1704
1705 2001-06-30
1706
1707         * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
1708           is not found.
1709           imap_scan_tree_recursive(): search the sub folders of INBOX.
1710           recognize Trash folder.
1711           imap_create_tree(): separated the part of creating trash.
1712           imap_create_trash(): new.
1713         * src/folder.c: folder_build_tree(), folder_write_list_recursive():
1714           preserve no_sub and no_select.
1715         * src/summaryview.c: summary_show(): don't proceed if item->no_select
1716           is TRUE.
1717
1718 2001-06-29
1719
1720         * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
1721           root folder correctly.
1722
1723 2001-06-28
1724
1725         * src/folderview.[ch]:
1726           folderview_update_tree(): new. It updates one folder tree.
1727           folderview_update_tree_cb(): new.
1728           Added "Update folder tree" to the popup menu, and modified some
1729           expressions.
1730
1731 2001-06-27
1732
1733         * src/imap.c: implemented the autoscan of IMAP4 folder list.
1734           imap_scan_tree(): new. It scans the whole IMAP4 folder.
1735           imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
1736           imap_parse_list(): new. It parses the LIST response.
1737           imap_get_real_path(): new. It converts local path into IMAP4 path.
1738         * src/folder.h: added no_sub and no_select to FolderItem.
1739         * src/folder.c: folder_tree_destroy(): reset some variables.
1740         * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
1741
1742 2001-06-26
1743
1744         * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
1745           parse the FETCH response that continues to the next line.
1746           imap_parse_fetch_element(): removed.
1747           imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
1748           imap_parse_envelope(), imap_get_uncached_messages(): use GString
1749           and sock_getline() to parse the FETCH response.
1750           imap_remove_all_msg(): fixed a bug that didn't delete messages
1751           correctly.
1752           imap_parse_address(): fixed a bug that didn't concaternate
1753           addresses correctly, using GString.
1754         * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
1755           the whole line and return the newly allocated string.
1756         * src/prefs_account.[ch]: added `IMAP server directory' entry.
1757
1758 2001-06-25
1759
1760         * version 0.5.0pre2
1761
1762         * src/imap.c: imap_create_tree(): pass the path that is separated
1763           by the local filesystem separator to imap_create_folder().
1764           imap_create_folder(): examine the existence of folders using
1765           LIST command instead of STATUS.
1766           imap_cmd_list(): new.
1767           imap_query_password(): new.
1768           imap_session_new(): query password if it is not set.
1769
1770 2001-06-24
1771
1772         * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
1773           with arbitrary order.
1774           imap_parse_fetch_element(): new. it parses one pair of name and
1775           value of FETCH results.
1776           imap_parse_flags(): modified for more flexibility.
1777         * src/utils.[ch]: set_log_file(): new. it opens a new file for
1778           logging.
1779           close_log_file(): new. it closes the opened log file.
1780           log_print(), log_message(), log_warning(), log_error(): also
1781           output to log file.
1782
1783 2001-06-22
1784
1785         * src/imap.c: imap_cmd_status(): check the pointer to "value"
1786           before the assignment (thanks to NISHIJIMA).
1787
1788 2001-06-21
1789
1790         * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
1791           across MH and IMAP4 folder (for now) (thanks to Hiramatu).
1792         * src/foldersel.[ch]: don't show folders which can't be targets
1793           for current folder.
1794
1795 2001-06-20
1796
1797         * version 0.5.0pre1
1798
1799         * src/imap.c:
1800           imap_get_msg_list()
1801           imap_cmd_envelope()
1802           imap_cmd_fetch()
1803           imap_cmd_copy()
1804           imap_cmd_store(): use UID instead of sequential number.
1805           Renamed imap_set_article_flags() to imap_set_message_flags().
1806         * src/summaryview.c: summary_execute(): don't update summary
1807           even if current folder is IMAP4.
1808         * src/utils.[ch]: remove_numbered_files(): changed the type of
1809           arguments from gint to guint.
1810
1811 2001-06-19
1812
1813         * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
1814           imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
1815           enclose with double quotation if string doesn't have space
1816           (workaround for old Cyrus IMAP4 server).
1817           imap_create_folder(): fixed a bug of separator substitution.
1818           renamed imap_session_connect_if_not() to imap_session_get().
1819           imap_get_msg_list(): delete all cached messages if use_cache
1820           is off.
1821           imap_delete_cached_messages(): remove cached files in between
1822           the specified range by reading directory entry.
1823           imap_parse_one_address(): set fromname same as the from address
1824           if it is empty.
1825         * src/utils.[ch]: remove_numbered_files(): new. The range is
1826           specifiable.
1827         * src/summaryview.c: summary_execute(): update summary if current
1828           folder is IMAP4.
1829           KEY_PRESS_EVENT_STOP(): new macro.
1830           summary_key_pressed(): stop signal emission when calling
1831           summary_execute().
1832           summary_select_by_msgnum(): show message only if
1833           msg_is_toggled_on is TRUE. Move current page to the selected
1834           node.
1835         * src/news.c; news_delete_old_articles(): remove cached files in
1836           between the specified range by reading directory entry.
1837         * src/folderview.c:
1838           folderview_selected(), folderview_button_released(): fixed a bug
1839           that didn't select folder correctly.
1840
1841 2001-06-18
1842
1843         * src/mainwindow.c
1844           src/summaryview.c
1845           src/prefs_common.c: improvements to the English (thanks to Paul
1846           Mangan).
1847         * src/mainwindow.c: compose_cb()
1848           src/summaryview.c: summary_key_pressed()
1849           src/compose.c: compose_new_with_recipient(): newsgroups entry
1850           is automatically filled when composing a new article.
1851
1852 2001-06-17
1853
1854         * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
1855           free list correctly.
1856
1857 2001-06-16
1858
1859         * version 0.4.99
1860
1861         * src/imap.c: imap_find_namespace(): replace namespace path
1862           separator with slash before comparison.
1863           imap_remove_folder(): use namespace.
1864           imap_create_tree(): use namespece when creating Trash.
1865           imap_get_msg_list(): fixed a bug that returned old list and caused
1866           memory leak if exists == 0.
1867           imap_select(): new. It's a wrapper for imap_cmd_select().
1868         * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
1869
1870 2001-06-15
1871
1872         * src/folderview.c:
1873           folderview_new_folder_cb()
1874           folderview_new_imap_folder_cb(): show error dialog when creation
1875           or deletion of folder failed.
1876           Made it allow users to create a folder which contains subfolders.
1877           folderview_button_pressed(): disabled delete menu on the special
1878           IMAP4 folder.
1879         * AUTHORS: incorporated from claws branch. It now contains all
1880           contributors.
1881         * src/send.c: enabled cancellation.
1882           EXIT_IF_CANCELLED(): new macro.
1883           Added cancelled flag to SendProgressDialog.
1884         * src/utils.[ch]: strtailchomp(): new. It removes the trailing
1885           specified character.
1886         * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
1887
1888 2001-06-15
1889
1890         * src/imap.c: imap_create_tree(): new. It creates required
1891           folders such as INBOX and Trash.
1892           imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
1893           if COPY failed.
1894           imap_remove_all_msg(): return immediately if exists == 0.
1895         * src/account.c: account_add(), account_set_missing_folder():
1896           made them use folder->create_tree().
1897
1898 2001-06-14
1899
1900         * src/imap.c: more namespace implementation.
1901           imap_find_namespace(), imap_path_separator_subst(): new.
1902
1903 2001-06-13
1904
1905         * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
1906
1907 2001-06-11
1908
1909         * src/summaryview.c: summary_show(): fixed a glitch in folder view.
1910
1911 2001-06-08
1912
1913         * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
1914           which appends file into IMAP4 folder.
1915           imap_status(): new.
1916           imap_create_folder(): check the existence of a folder before
1917           create it.
1918           renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
1919         * src/account.c: account_add(), account_set_missing_folder():
1920           create INBOX automatically when creating IMAP4 account.
1921
1922 2001-06-07
1923
1924         * src/utils.[ch]: added itos_buf() that takes the buffer for its
1925           argument.
1926         * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
1927         * src/folder.c: added copy_msg and copy_msgs_with_dest methods
1928           to the IMAP class.
1929
1930 2001-06-06
1931
1932         * src/utils.[ch]: move_file(): new.
1933         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
1934           use move_file(), and fixed a bug that didn't close file when
1935           error occured.
1936
1937 2001-06-06
1938
1939         * src/imap.c: renamed imap_delete_messages() and
1940           imap_delete_all_messages() to imap_delete_cached_messages() and
1941           imap_delete_all_cached_messages(). Some code cleanups.
1942         * src/utils.[ch]: added a function remove_all_numbered_files().
1943         * src/mh.c: mh_remove_all_msg()
1944           src/imap.c: imap_delete_all_cached_messages():
1945           use remove_all_numbered_files().
1946         * src/mainwindow.c
1947           src/summaryview.c
1948           src/compose.[ch]: added `Reply to sender'.
1949           compose_reply()
1950           compose_reply_set_entry(): added an argument `ignore_replyto'.
1951
1952 2001-06-05
1953
1954         * src/folderview.c: folderview_selected()
1955           src/summaryview.c: summary_show(): fixed a bug that updated wrong
1956           folder when remaining marks were processed.
1957
1958 2001-06-04
1959
1960         * src/headerwindow.c: headerwindow_show_cb(): always try to show
1961           msginfo, and use the selected message, not the displayed one.
1962         * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
1963
1964 2001-06-02
1965
1966         * src/folderview.c: folderview_selected()
1967           src/mimeview.c: mimeview_selected(): ungrab the mouse event.
1968         * src/summaryview.c: summary_show(): process the left marks if any.
1969
1970 2001-05-27
1971
1972         * src/passphrase.c: enclosed with #if USE_GPGME.
1973         * src/prefs_account.c: added NNTP AUTH check button.
1974         * src/alertpanel.[ch]: alertpanel_create(): added new argument
1975           `can_disable', all existing callers changed to pass FALSE;
1976           created a check button to disable the message.
1977           alertpanel_message_with_disable(): new.
1978           alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
1979           alertpanel_button_toggled(): new.
1980           alertpanel_button_clicked(), alertpanel_close(): set value using
1981           G_ALERT_VALUE_MASK.
1982         * src/prefs_common.[ch]: added option to toggle GnuPG signature
1983           check popup window, and GnuPG warning.
1984         * src/rfc2015.c: check_signature(): show signature check dialog
1985           only if it is enabled.
1986         * src/main.c: modified GnuPG checking.
1987         * src/main.c
1988           src/prefs_common.c: fixed some compilation bugs when enabled
1989           GPGME.
1990
1991 2001-05-26
1992
1993         * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
1994           encodings with libjconv.
1995           conv_encode_header(): fixed an endless loop bug when encountering
1996           an invalid wide character (thanks to Alte).
1997         * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
1998           bold font.
1999         * src/imap.c: imap_create_folder(): don't create folder if the
2000           name is INBOX.
2001         * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
2002           execute button when immediate execution is enabled.
2003
2004 2001-05-22
2005
2006         * README
2007           README.jp: added the "How to run" section.
2008
2009 2001-05-19
2010
2011         * merged NNTP AUTH from the claws branch.
2012         * src/news.[ch]: supported NNTP AUTH.
2013         * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
2014         * INSTALL
2015           INSTALL.jp: modified the confirmation list and the warning about
2016           threads.
2017
2018 2001-05-18
2019
2020         * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
2021           gtkut_ctree_find_collapsed_parent().
2022         * src/folderview.c: folderview_select_node(): automatically expand
2023           the parent folders when selected.
2024         * configure.in: made the version number to 0.4.99 (0.5pre)
2025         * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
2026           so that X is not necessary for --help and --version.
2027           parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
2028         * src/folderview.c: folderview_update_node(): a fix for collapsed
2029           nodes.
2030
2031 2001-05-17
2032
2033         * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
2034           It caused garbages in --compose option.
2035         * src/socket.[ch]: made fd_gets() public.
2036
2037 2001-05-16
2038
2039         * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
2040         * src/folderview.c: folderview_find_next_unread(): new.
2041           folderview_select_next_unread(): modified so that it can find
2042           the hidden folder.
2043
2044 2001-05-15
2045
2046         * src/compose.c: compose_write_headers(): excluded also From, To,
2047           Sender because they could be used for SPAM.
2048         * src/folderview.c: add '+' mark to the collapsed folder that have
2049           some unread folders.
2050           folderview_search_new_recursive(),
2051           folderview_have_new_children(),
2052           folderview_search_unread_recursive(),
2053           folderview_have_unread_children(),
2054           folderview_find_collapsed_parent(): new.
2055           folderview_update_node(): display the number of queued messages.
2056
2057 2001-05-14
2058
2059         * src/folder.[ch]
2060           src/mh.[ch]: modified *_add_msg() to use link(). Added the
2061           argument to switch whether to remove the source file or not.
2062         * src/compose.c
2063           src/inc.c
2064           src/mbox.c: modified the argument of folder_item_add_msg() and
2065           removed some unlink()'s.
2066
2067 2001-05-13
2068
2069         * src/prefs_customheader.[ch]: renamed prefs_headers_* to
2070           prefs_custom_header_*. Removed `(New)' row and `Substitute'
2071           button. Supported empty value.
2072           prefs_custom_header_row_moved(): new. Connected "row_move" signal
2073           to the function, and made it set header list.
2074         * src/customheader.c: custom_header_get_str()
2075           src/compose.c: compose_write_headers(): supported empty value.
2076         * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
2077           Connected "row_move" signal to the function, and made it set
2078           header list.
2079         * src/compose.c: compose_write_headers(): modified the order of
2080           headers, and made it encode the custom headers.
2081         * src/prefs_customheader.c: prefs_custom_header_delete_cb()
2082           src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
2083           alert panel by ESC as "No".
2084
2085 2001-05-13
2086
2087         * merged the custom header stuff from claws branch:
2088         * src/customheader.[ch]
2089           src/prefs_customheader.[ch]: new.
2090         * src/customheader.c: custom_header_read_str(): use strtol() instead
2091           of atoi() and check errors.
2092           custom_header_find(): new function.
2093         * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
2094           compose_write_headers(): made it replace headers with user-defined
2095           headers except for some automatically generated headers.
2096
2097 2001-05-11
2098
2099         * src/inc.c: connection_check_cb(): fixed a bug that caused
2100           segmentation fault if connection was not established.
2101         * src/compose.c: compose_create(): even if set_autobcc or set
2102           autoreplyto is checked and the entries are empty, show them.
2103
2104 2001-05-10
2105
2106         * src/textview.c: textview_show_mime_part(): modified the messages.
2107           TEXT_INSERT(): new macro.
2108         * po/ja.po: fixed.
2109         * src/prefs_display_header.c: prefs_display_header_create():
2110           modified the text of checkbutton.
2111
2112 2001-05-09
2113
2114         * src/mimeview.c: added "Open with..." to the context menu.
2115         * src/summaryview.c: summary_print()
2116           src/inputdialog.c: input_dialog(): fixed memory leaks.
2117         * src/textview.c: textview_show_mime_part(): updated the description.
2118         * src/send.c: implemented sending progress dialog.
2119           (TODO: automaton should be used.)
2120           send_progress_dialog_create(), send_progress_dialog_destroy(),
2121           send_cancel(): new.
2122           send_message_smtp(): made it update the dialog for each stage.
2123         * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
2124           of opened file.
2125         * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
2126           go to first unread message even if folder is same as previous.
2127         * src/prefs_common.c: made color selection dialog transient, and
2128           made escape key close the dialogs.
2129
2130 2001-05-08
2131
2132         * version 0.4.66
2133
2134         * src/select-keys.c: delete_event_cb(): removed `;' from its end.
2135         * src/recv.c: recv_write(): changed the interval to 10msec.
2136         * src/prefs_display_header.c: modified the layout of the dialog,
2137           and made the hidden headers list insensitive when `Show other
2138           headers' is not checked.
2139         * src/textview.c: changed strcasecmp() and strncasecmp() to
2140           the corresponding glib functions.
2141         * src/inc.c: get_spool(): make a temporary file in the home
2142           directory.
2143
2144 2001-05-07
2145
2146         * src/prefs_common.c
2147           src/prefs_account.c
2148           src/prefs_filter.c
2149           src/account.c
2150           src/alertpanel.c
2151           src/filesel.c
2152           src/foldersel.c
2153           src/export.c
2154           src/import.c
2155           src/inputdialog.c
2156           src/passphrase.c
2157           src/select-keys.c
2158           src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
2159           when closed them with delete_event (thanks to DINH).
2160           Added *_deleted() and *delete_event() which handle delete_event
2161           signal correctly.
2162
2163 2001-05-06
2164
2165         * src/prefs_display_header.c: merged some changes from claws branch:
2166           prefs_display_header_create(): allow reordering of headers by
2167           dragging.
2168           prefs_display_header_find_header(): new function.
2169           prefs_display_header_clist_set_row(): don't allow duplicates.
2170         * src/prefs_account.c: prefs_account_receive_create(): changed
2171           the label of the check button.
2172
2173 2001-05-05
2174
2175         * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
2176           immediately.
2177         * src/inc.h: removed cur_msg_bytes from Pop3State.
2178         * src/inc.c: pop3_recv_func()
2179           src/recv.[ch]: made the second arguments of RecvUIFunc current
2180           total read bytes.
2181           recv_write(): made it call UI func if elapsed time is greater
2182           than 0.1 sec.
2183         * src/recv.c: recv_write(): changed the interval to 300 usec.
2184         * src/textview.c: textview_show_header(): if header is Subject,
2185           unfold it.
2186         * src/utils.[ch]: unfold_line(): new.
2187         * src/procheader.[ch]: procheader_get_header_array(): new.
2188         * src/prefs_display_header.c: updated defaults.
2189
2190 2001-05-05
2191
2192         * some merge from the sylpheed-claws branch.
2193           It allows user to specify displayed headers in message view.
2194           (symbol names were also changed.)
2195         * src/prefs_display_header.[ch]
2196           src/displayheader.[ch]: new.
2197         * src/prefs_display_header.c:
2198           removed prefs_display_headers_other_headers_toggled().
2199           removed "(New)" row from the list.
2200         * src/defs.h: added DISPLAY_HEADER_RC.
2201         * src/prefs_common.c: prefs_message_create(): added a button for
2202           opening the display header setting dialog.
2203         * src/prefs_common.h: added show_other_header and disphdr_list
2204           to PrefsCommon.
2205         * src/procheader.[ch]: procheader_get_header_list_from_file(),
2206           procheader_get_header_array_asis(): new.
2207           procheader_get_header_list(): modified so that it takes FILE
2208           pointer for its argument.
2209           procheader_header_array_destroy(), procheader_header_free(): new.
2210         * src/main.c: main(): made it call prefs_display_header_*_config().
2211         * src/textview.c: textview_scan_header(): modified so that it
2212           sorts headers according to user setting.
2213           src/textview_show_header(): made it call
2214           textview_make_clickable_parts().
2215           textview_make_clickable_parts(): added GdkFont to its arguments,
2216           and removed GtkText from them.
2217
2218 2001-05-04
2219
2220         * implemented auto-checking of new mail based on the patch from
2221           Pierric Descamps (thanks!).
2222         * src/inc.c: added inc_autocheck_timer_init(),
2223           inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
2224           inc_autocheck_func() for auto-checking of new mail.
2225         * src/main.c: main(): call inc_autocheck_timer_init().
2226         * src/prefs_common.c: prefs_receive_create(): activated the
2227           auto-checking UI. Added prefs_common_cancel(), and connected
2228           some signals to that.
2229         * src/prefs_common.c
2230           src/prefs_account.c
2231           src/prefs_filter.c
2232           src/account.c: Disabled auto-checking while opening the dialog.
2233         * src/headerview.c: headerview_show_xface(): fixed a bug that
2234           showed a warning when header pane was hidden.
2235
2236 2001-05-03
2237
2238         * src/inc.c
2239           src/pop.c
2240           src/recv.c: removed non-blocking socket mode support since it
2241           does nothing.
2242         * src/pop.c
2243           src/inc.c: modified the messages of incorporation dialog.
2244
2245 2001-05-02
2246
2247         * src/utils.h: made u32 the typedef of guint32.
2248           added BIG_ENDIAN_HOST macro that is used by md5.c.
2249         * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
2250           that didn't calculate MD5 correctly on big endian machines.
2251
2252 2001-05-01
2253
2254         * version 0.4.65
2255
2256         * src/folder.c: folder_init(): added the method imap_remove_folder.
2257         * src/folderview.c: folderview_rm_imap_folder_cb(): made it
2258           actually remove folder from IMAP4 server.
2259         * src/imap.[ch]: imap_create_folder(): made it actually create
2260           folder on IMAP4 server.
2261           imap_remove_folder(): added.
2262           imap_create(), imap_delete(): added.
2263         * src/summaryview.c: summary_execute_delete(): don't check trash
2264           if folder type is not F_MH.
2265         * thanks to Ishihara for the above changes.
2266         * configure.in
2267           ac/check-type.m4: better wint_t typedef detection (renamed
2268           sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
2269
2270 2001-04-30
2271
2272         * src/recv.c: recv_bytes_write(): fixed another bug that caused
2273           infinite loop and buffer overrun.
2274
2275 2001-04-30
2276
2277         * src/socket.[ch]: renamed sock_read() and fd_read() to
2278           sock_gets() and fd_gets() for preventing confusion.
2279           Added sock_read() and fd_read() which is the wrapper of read().
2280         * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
2281           loop. Use sock_read() instead of fd_read().
2282         * src/esmtp.c
2283           src/imap.c
2284           src/news.c
2285           src/nntp.c
2286           src/pop.c
2287           src/recv.c
2288           src/smtp.c: use sock_gets() instead of sock_read().
2289         * src/imap.c: imap_session_new(): fixed the error detection
2290           of imap_open().
2291
2292 2001-04-28
2293
2294         * src/inc.c: made it displays current read bytes to the dialog.
2295         * src/pop.c: recv_write(): call UI function before editing
2296           strings.
2297
2298 2001-04-27
2299
2300         * src/progressdialog.c: progress_dialog_create(): modified the
2301           size of dialog and made it stretchable.
2302         * src/smtp.c
2303           src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
2304           process an error response correctly (thanks to Ohmasa).
2305         * src/pop.[ch]: added pop3_getsize_list_send(),
2306           pop3_getsize_list_recv().
2307         * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
2308           call the callback function for each sock_read().
2309         * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
2310           cur_msg_bytes, cur_total_bytes, and sizes.
2311         * src/inc.c: added inc_pop3_recv_func() that updates the progress
2312           bar for each sock_read().
2313
2314 2001-04-26
2315
2316         * src/mh.c: mh_is_maildir_one(): modified so that it uses
2317           is_dir_exist().
2318
2319 2001-04-25  Werner Koch  <wk@gnupg.org>
2320
2321         * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
2322         (mh_scan_tree_recursive): Do not include Maildir style directories
2323         in the scan.
2324
2325         Changed the use of integers to describe sockets by an more abstract
2326         data structure.
2327
2328         * src/automaton.h (struct _Automaton): Add help_sock.
2329         * src/automaton.c (automaton_input_cb): Changed source to be
2330         SockInfo and use wrapper for gdk_input_add.
2331
2332         * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
2333         for invalid socket because this is now done in sock_close. Set
2334         sock to NULL.
2335         (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
2336         (send_smtp_open): Use only SockInfo.
2337
2338         * src/news.c (news_session_new): Use SockInfo here.
2339         (news_session_destroy): Ditto and set sock to NULL.
2340
2341         * src/nntp.c: Use SockInfo instead of integers
2342         * src/smtp.c: Ditto.
2343         * src/pop.c: Ditto.
2344         * src/recv.c: Ditto.
2345
2346         * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
2347         gdk_input_add into a wrapper.
2348
2349         * src/esmtp.c: Changed socket descriptors to use SockInfo.
2350         * src/esmtp.h: Ditto, included socket.h.
2351         * src/session.h (struct _Session): Likewise.
2352         * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
2353         Removed access to internal data of SockInfo.  Changed all callers
2354         and functions to take SockInfo.
2355         (imap_session_new): Use sock_close here.
2356         (imap_session_destroy): Ditto.
2357
2358         * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
2359         fd_write.
2360
2361         * src/main.c (app_will_exit): Close lock socket using fd_close.
2362         (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
2363         (lock_socket_input_cb): Ditto.
2364
2365         * src/socket.h, src/socket.c: Prepared SockInfo structure to use
2366         glib channels. Changed all sock_xxx to use SockInfo instead of an
2367         integer.
2368         (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
2369         (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
2370         callers.
2371         (fd_read, fd_write, fd_close): New.
2372         (sock_sockinfo_free): Removed.
2373         * src/socket.c (sock_connect_nb): Use close instead sock_close here.
2374         (sock_connect): Ditto.
2375
2376 2001-04-26
2377
2378         * config.h.in: removed.
2379         * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
2380         * .cvsignore: added.
2381         * src/inc.c
2382           src/progressdialog.[ch]
2383           src/pixmaps/complete.xpm
2384           src/pixmaps/continue.xpm
2385           src/pixmaps/error.xpm: applied the patch from Leandro Pereira
2386           that displays the state of message incorporation (thanks!).
2387         * src/inc.c: made the progress dialog change the text of status.
2388
2389 2001-04-25
2390
2391         * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
2392           from the cvs tree.
2393         * COPYING: removed RSA copyright notice.
2394         * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
2395         * configure.in: added the check of sys/utsname.h.
2396
2397 2001-04-24  Werner Koch  <wk@gnupg.org>
2398
2399         Merged most of the changes from the W32 branch in.
2400
2401         * configure.in: Require gpgme >= 0.2.1
2402
2403         * acconfig.h (HAVE_U32_TYPEDEF): New.
2404         * ac/gnupg-check-typedef.m4: New.
2405         * configure.in: Check for u32 type and the size of some types.
2406         * src/utils.h: Define the u32 type and related constants.
2407
2408         * src/about.c (about_create): Removed the note about MD5.  We are
2409         not any longer using the RSA Inc. implementation.
2410         * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
2411         * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
2412         renamed the function to standard lowercase convention. Changed all
2413         callers. 
2414         (md5_hex_digest): New.
2415         (md5_hmac): Add hmac function by Martin Schaaf with some 
2416         modifications.
2417         (md5_hex_hmac): New.
2418         * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
2419         (hmac_md5): Removed.
2420         * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
2421         the new md5_hex_digest function.
2422
2423         * src/about.c: Include utsname.h only if available
2424
2425         * src/utils.c, src/utils.h (get_home_dir): New to better cope with
2426         special Windoze requirements.  Changed all calls to
2427         g_get_home_dir() to this function.
2428
2429         * simple-gettext.c: New.
2430
2431         * src/main.c (main): Issue a warning if GnuPG is not properly
2432         installed.
2433
2434         * src/sigstatus.c, src/sigstatus.h: New.
2435         * src/rfc2015.c (check_signature): Use the sigstatus window and
2436         get the status texts from a utility function.
2437
2438         * src/select-keys.c: Removed the global select_keys var and
2439         pass an allocated one along all functions.
2440         (set_row): Display only keys capable of encryption.
2441         (update_progress): Replaced the progressbar by
2442         a windmill and a text showing for which key we are collecting
2443         info.  Removed progressbar everywhere else and updated callers.
2444
2445         * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
2446         display the grab button. 
2447
2448 2001-04-24
2449
2450         * src/prefs_common.[ch]
2451           src/procheader.c: applied the patch from Darko Koruga that
2452           allows user to define their own format for displaying date in
2453           summary view using strftime() (thanks!).
2454         * src/prefs_common.c: prefs_quote_colors_dialog()
2455           src/mainwindow.c: main_window_reflect_prefs_all(): made it
2456           update message colors if the colors setting is changed.
2457         * src/main.[ch]: made it remember the startup directory.
2458         * src/export.c: export_mbox(): made it initially chdir to the
2459           startup directory.
2460         * src/filesel.c: filesel_select_file(): made it open the startup
2461           directory at first.
2462
2463 2001-04-23
2464
2465         * added option to warn about queued messages on exit [sergey]:
2466
2467           * src/compose.c: compose_queue(): call folder_item_scan()
2468             and folderview_update_item() after queueing.
2469           * src/folderview.c: folderview_update_node(): draw the queue
2470             folder in bold font if there are queued messages.
2471           * src/mainwindow.c: queued_messages(): new function.
2472             app_exit_cb(): display warning if there are queued messages
2473             if warn_queued_on_exit is set.
2474           * prefs_common.[ch]: add warn_queued_on_exit option.
2475
2476         * src/mainwindow.c: moved queued_messages() to main.c, and renamed
2477           it to get_queued_message_num().
2478         * src/main.c: app_will_exit(): moved warning dialog code from
2479           app_exit_cb(), and added manage_window_focus_in().
2480
2481         * enhanced GnuPG key selection support [sergey]:
2482
2483           * src/select-keys.c: updated to newer version from Win32
2484             branch with support for selecting arbitrary keys.
2485           * src/prefs_account.c: added the Privacy tab to the account
2486             options window.
2487             prefs_account_privacy_create(),
2488             prefs_account_sign_key_set_data_from_radiobtn(),
2489             prefs_account_sign_key_set_radiobtn(): new functions.
2490           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2491           * src/rfc2015.c: set_signers(): new function.
2492             pgp_sign(): add the account parameter, call set_signers().
2493             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2494           * src/rfc2015.h: rfc2015_sign(): updated prototype.
2495           * src/compose.c: pass the current account to rfc2015_sign().
2496
2497 2001-04-22
2498
2499         * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
2500
2501 2001-04-20
2502
2503         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
2504           Fixed a memory leak bug.
2505         * src/export.[ch]: added for exporting folder to mbox.
2506         * src/import.[ch]: made import_mbox() take default folder.
2507           Added description to the dialog.
2508         * src/summaryview.c: summary_show(): fixed a bug that kept the
2509           toolbar buttons insensitive after receiving messages.
2510         * src/export.c
2511           src/import.c: fixed a bug that caused quitting of the program
2512           when OK or Cancel button was clicked several time.
2513         * src/prefs_common.[ch]
2514           src/addressbook.c: added "Add address to destination when
2515           double-clicked" option.
2516
2517 2001-04-19
2518
2519         * src/prefs_common.[ch]: reorganized the items of settings,
2520           and added Message tab.
2521         * src/main.c: parse_cmd_opt(): added command line option --version.
2522         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
2523           special folders.
2524         * src/prefs_common.[ch]
2525           src/headerview.[ch]: the header pane can be toggled now.
2526         * src/prefs_common.[ch]
2527           src/textview.c: page scroll step is now selectable between
2528           one page and half page.
2529         * src/mbox.[ch]: added export_mbox() that reads all messages
2530           in a folder, and store them into one mbox file.
2531
2532 2001-04-18
2533
2534         * src/prefs_filter.[ch]: separated filter setting code from
2535           prefs_common.c, and made it a separate dialog.
2536
2537 2001-04-17
2538
2539         * version 0.4.64
2540
2541         * src/automaton.[ch]
2542           src/inc.c: fixed the bug that made Sylpheed crash when clicking
2543           Cancel button while getting new mail (thanks to Sergey Vlasov).
2544         * src/xml.c: xml_build_tree()
2545           src/addressbook.c: fixed a bug that caused infinite loop if an
2546           illegal XML file was given.
2547
2548 2001-04-16
2549
2550         * src/summaryview.c
2551           src/inc.c: applied the patch from Sergey Vlasov that fixes the
2552           problem when the "Go to inbox after receiving new mail" option
2553           was turned off (thanks!).
2554
2555 2001-04-15
2556
2557         * src/xml.[ch]: modified so that it supports some characters which
2558           must be escaped, and multiple-lined tag.
2559         * src/folder.c
2560           src/addressbook.c: modified so that it escapes some characters
2561           like '<', '>', '&', ''', '"'.
2562
2563 2001-04-10
2564
2565         * version 0.4.63
2566
2567         * src/folder.[ch]
2568           src/mainwindow.c
2569           src/mh.[ch]
2570           src/procmsg.[ch]
2571           src/summaryview.[ch]: applied the patch from Darko Koruga that
2572           adds copy message operation for the MH folders (thanks!).
2573         * src/imap.c: disabled slash to dot conversion.
2574         * src/imageview.c: fixed a bug that displayed an old image when
2575           loading of a image failed (thanks to Darko Koruga).
2576
2577 2001-04-09
2578
2579         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
2580           cache reading (thanks to Sergey Vlasov).
2581         * src/inc.c
2582           src/summaryview.[ch]
2583           prefs_common.[ch]: applied the patch that keeps the same folder
2584           after receiving new mail (thanks to Sergey Vlasov).
2585         * src/textview.c
2586           src/utils.[ch]: moved get_quote_level() to utils.c.
2587
2588 2001-04-08
2589
2590         * ac/Makefile.am: added.
2591         * Makefile.am
2592           configure.in: added ac directory.
2593
2594 2001-04-07
2595
2596         * src/summaryview.c: summary_filter(): made it move messages
2597           immediately if immediate_exec option is set.
2598         * src/prefs_common.[ch]
2599           src/textview.[ch]
2600           src/gtkutils.[ch]: applied the message coloring patch from
2601           Stephen Anthony with some modification (thanks!).
2602         * src/gtksctree.c
2603           src/mimeview.c: modified the behavior of MimeView (thanks to
2604           HIRAMATSU).
2605
2606 2001-04-06
2607
2608         * src/utils.c: copy_file()
2609           src/mh.c: applied (and modified) the patch from Darko Koruga
2610           that enables to move messages across file systems (thanks!).
2611         * src/procheader.c
2612           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
2613           that converts the date of messages to the local time (thanks!).
2614         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
2615           of one-letter timezone were reversed.
2616         * src/folder.c: folder_item_add_msg(): put the assertion for the
2617           add_msg() method (thanks to TAKANO).
2618
2619 2001-04-05
2620
2621         * src/procmime.c: procmime_decode_content(): fixed a bug that
2622           corrupted quoted-printable encoded messages when they include
2623           `=00' (thanks to Masahiro Tomita).
2624         * src/gtksctree.c
2625           src/mimeview.c
2626           src/summaryview.c: modified the DnD behavior of MIME view
2627           (thanks to HIRAMATSU).
2628
2629 2001-04-04
2630
2631         * src/about.c: applied the patch from Sergey Vlasov that fixes
2632           the appearance of the about dialog (thanks!).
2633         * src/prefs_common.[ch]
2634           src/rfc2015.[ch]
2635           src/mimeview.c
2636           src/procmime.[ch]
2637           src/compose.[ch]
2638           src/passphrase.c
2639           src/textview.[ch]: applied the GnuPG support patch which had
2640           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
2641         * INSTALL, INSTALL.jp: updated the description about GnuPG.
2642
2643 2001-04-03
2644
2645         * src/utils.[ch]: added references_list_append() that parses
2646           References header and makes it string list.
2647         * src/compose.c: modified so that too long References header is
2648           truncated, garbage characters are removed, and header is tidied
2649           up (thanks to Matthias Intemann).
2650
2651 2001-04-02
2652
2653         * src/addr_compl.c: applied the address completion bugfix patch
2654           from Alfons Hoogervorst (thanks!).
2655
2656 2001-04-01
2657
2658         * src/gtksctree.c: modified so that the tree_select_row signal
2659           actually pass the column number.
2660         * src/summaryview.c: summary_selected(): made generic mark and
2661           unread mark can be toggled with clicking of the columns.
2662           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
2663         * src/prefs_common.c
2664           src/prefs_account.c: applied the layout fix patches from Sergey
2665           Vlasov, and adjusted some widths of GtkEntry widgets.
2666         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
2667         * src/inc.c: inc_start(): modified so that authentication dialogs
2668           show server name too (thanks to Sergey Vlasov).
2669
2670 2001-03-31
2671
2672         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
2673           segmentation fault when a malformed multipart message is shown
2674           (thanks to Sergey Vlasov).
2675         * src/summaryview.c: summary_display_msg(): made it focus to the
2676           summary view if the MIME list is empty.
2677
2678 2001-03-30
2679
2680         * src/pixmaps/deleted.xpm
2681           src/pixmaps/mark.xpm
2682           src/summaryview.c: added deleted and mark icon.
2683         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
2684           to gtk_widget_unref().
2685         * src/addr_compl.c: start_address_completion(): fixed the bug that
2686           displayed warning when the address book was empty (thanks to
2687           Chideok Hwang).
2688
2689 2001-03-29
2690
2691         * src/summaryview.c: summary_show(): fixed a memory leak bug
2692           (thanks to ChiDeok Hwang).
2693         * src/pixmaps/forwarded.xpm
2694           src/pixmaps/replied.xpm
2695           src/pixmaps/new.xpm
2696           src/pixmaps/unread.xpm
2697           src/compose.c
2698           src/mainwindow.c
2699           src/prefs_common.c
2700           src/procmsg.h
2701           src/summaryview.[ch]: applied the patch from Marc Hoper
2702           that adds replied and forwarded mark to replying or forwarding
2703           messages (thanks!). And new and unread mark were replaced
2704           by the icons David Mehrmann created (thanks!).
2705         * src/summaryview.c: made the width of unread and MIME column
2706           fixed.
2707         * src/prefs.c: prefs_config_parse_one_line(): made it check the
2708           '=' separator (thanks to Sergey Vlasov).
2709
2710 2001-03-26
2711
2712         * src/prefs_common.[ch]: moved smooth scroll option to the
2713           interface tab.
2714         * src/textview.c: made the one-line scroll also perform smooth
2715           scrolling.
2716
2717 2001-03-25
2718
2719         * src/prefs_common.[ch]
2720           src/textview.c: applied the smooth scroll patch from Setoh and
2721           Ninomiya (thanks!).
2722
2723 2001-03-24
2724
2725         * src/summaryview.c: summary_attract_by_subject(): rewritten it
2726           using hash table for speeding up.
2727         * src/prefs_account.c: made filter_on_receive TRUE by default.
2728         * src/mainwindow.c: reordered menu items.
2729
2730 2001-03-23
2731
2732         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
2733           caused address completion not to accept space and enter key.
2734
2735 2001-03-22
2736
2737         * src/utils.[ch]
2738           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
2739           correctly.
2740         * src/compose.c: fixed a bug that didn't decode some headers
2741           correctly when replying or reediting drafts (thanks to Sergey
2742           Vlasov).
2743
2744 2001-03-21
2745
2746         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
2747           behaviors of some classes.
2748         * src/main.c: main(): made it call gtkut_widget_init() first.
2749         * src/summaryview.c: summary_create(): removed the key binding code.
2750
2751 2001-03-19
2752
2753         * src/procmsg.[ch]: modified for the sake of readability.
2754
2755 2001-03-18
2756
2757         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
2758           Added new menu items for folder manipulation.
2759           allsel_cb(): made it change the target between summary view and
2760           message view according to the input focus.
2761           Removed "Select all" from Summary submenu.
2762         * src/folderview.[ch]: added functions for creating/renaming/deleting
2763           folder.
2764         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
2765           removed "important" flag.
2766         * src/summaryview.c: added summary_set_row_marks() that sets style
2767           of a row according to the flags, and made some functions use it.
2768         * src/mainwindow.c: allsel_cb(): modified so that it selects
2769           summary view correctly if message view is toggled off.
2770
2771 2001-03-17
2772
2773         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
2774           leak bug of socket, and rewrote the routine.
2775         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
2776           displayed the wrong unread number in the folder tree if a
2777           folder was open and new messages arrived at the folder.
2778         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
2779           again.
2780
2781 2001-03-15
2782
2783         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
2784           check the existence of the destination file.
2785         * src/procmsg.c: procmsg_set_flags(): made it count the last
2786           number of the message list (and fixed a bug that didn't open
2787           newly arrived message).
2788
2789 2001-03-13
2790
2791         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
2792           Shift_JIS from the outgoing codeset.
2793
2794 2001-03-12
2795
2796         * version 0.4.62
2797
2798 2001-03-11
2799
2800         * src/send.c: send_message_queue(): modified so that it finds
2801           the account from the `From' and the server name of the queued
2802           message.
2803         * src/account.[ch]: added account_find_from_smtp_server() that
2804           finds an account from the specified address and SMTP server.
2805         * src/Makefile.am
2806           src/mainwindow.c
2807           src/summaryview.[ch]
2808           src/sourcewindow.[ch]: integrated the viewing source patch from
2809           DINH V. Hoà (thanks!).
2810
2811 2001-03-10
2812
2813         * src/addr_compl.[ch]
2814           src/addressbook.c
2815           src/compose.c: applied the enhanced address completion patch
2816           from Alfons Hoogervorst (thanks!).
2817         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
2818         * src/folder.c: folder_init()
2819           src/folderview.c: folderview_drag_motion_cb()
2820           src/procmsg.c: procmsg_clean_trash()
2821           src/summaryview.c: summary_start_drag()
2822           src/imap.[ch]: integrated the IMAP4 move/remove function patch
2823           from Suzuki Mio (thanks!).
2824
2825 2001-03-08
2826
2827         * src/main.c: parse_cmd_opt(): made the --compose option realize
2828           mailto: URI.
2829         * src/utils.[ch]: execute_async(): supported quoted arguments
2830           correctly.
2831           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
2832           version of g_strsplit().
2833         * src/mimeview.c: mimeview_view_file()
2834           src/prefs_common.c: added single quotation mark around the file
2835           name.
2836
2837 2001-03-07
2838
2839         * configure.in
2840           src/compose.c
2841           src/prefs.c
2842           src/procmime.c
2843           src/summaryview.c
2844           src/mbox.c
2845           src/recv.c
2846           src/utils.[ch]: applied the security fix patch from Dmitry V.
2847           Levin with some modification (thanks!). Added my_tmpfile() to
2848           utils.[ch].
2849         * src/main.c: added --receive-all command-line option.
2850
2851 2001-03-06
2852
2853         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
2854           compile if both multithread and IPv6 are enabled (thanks to
2855           Ishihara).
2856         * src/utils.[ch]
2857           src/compose.c: applied a patch from Jason McCarver that allows
2858           FIFO for signature file (thanks!).
2859         * src/textview.c: made some more refactoring.
2860         * src/socket.c: sock_accept(): changed socklen_t to gint.
2861
2862 2001-03-05
2863
2864         * src/main.c
2865           src/textview.c: some code cleanups.
2866
2867 2001-03-04
2868
2869         * src/compose.[ch]
2870           src/main.c
2871           src/textview.c: integrated the patch from Alfons Hoogervorst that
2872           fixes some glitches in clickable URI and enables mail addresses
2873           clickable, and enables the --compose command line option to
2874           specify address (thanks!).
2875
2876 2001-03-03
2877
2878         * src/esmtp.[ch]
2879           src/smtp.[ch]
2880           src/send.c
2881           src/prefs_account.[ch]
2882           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
2883           and fixed its a few bugs (thanks!).
2884         * src/textview.c: textview_key_pressed(): made it don't move focus
2885           to summary view.
2886         * src/main.c: parse_cmd_opt(): modified the help message.
2887         * src/html.[ch]: added empty_line to HTMLParser and modified
2888           the parser routines a bit.
2889
2890 2001-03-01
2891
2892         * src/html.c: added eucjp_symbol_list, and added some characters
2893           to ascii_symbol_list.
2894
2895 2001-02-19
2896
2897         * src/codeconv.[ch]: added a member `charset' and `charset_str'
2898           to CodeConverter.
2899         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
2900           html_parser_new(): made it change the symbol hash table
2901           according to the character set of the document.
2902           html_parse_special(): made it recognize character code number.
2903
2904 2001-02-17
2905
2906         * src/textview.c: added textview_show_html() that parses HTML and
2907           display as a text.
2908           textview_show_part(): made it call textview_show_html() if
2909           the part is text/html.
2910         * src/html.[ch]: implemented HTML parser.
2911
2912 2001-02-15
2913
2914         * src/codeconv.[ch]: added CodeConverter, and its methods
2915           (conv_code_converter_new(), conv_code_converter_destroy(), and
2916            conv_convert()).
2917         * src/textview.c: removed the branches by HAVE_LIBJCONV and
2918           rewrote them using CodeConverter.
2919
2920 2001-02-12
2921
2922         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
2923
2924 2001-02-11
2925
2926         * src/codeconv.c: some code cleanups.
2927
2928 2001-02-05
2929
2930         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
2931           popup the main window correctly.
2932         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
2933           CS_EUC_TW was reversed (thanks to Sakamoto).
2934
2935 2001-02-04
2936
2937         * src/gtkutils.[ch]
2938           src/main.c
2939           src/mainwindow.[ch]
2940           src/socket.[ch]: applied the patch from Hiramatu that enables
2941           prohibition of multiple execution and remote control with
2942           command line option (thanks!).
2943
2944 2001-02-03
2945
2946         * src/summaryview.c: summary_button_pressed(), summary_selected():
2947           made it toggle the view if middle button is clicked while message
2948           view is hidden.
2949           summary_drag_data_get(): fixed a memory leaking.
2950         * src/Makefile.am
2951           src/compose.c: compose_write_headers(): modified so that it uses
2952           host_alias for X-Mailer or X-Newsreader field.
2953
2954 2001-02-03
2955
2956         * version 0.4.61
2957
2958         * src/folderview.c: fixed a bug that prevented a folder from being
2959           created if there were already folders that have the same name
2960           somewhere at another place.
2961
2962 2001-02-02
2963
2964         * src/folderview.c: folderview_update_all(): fixed a bug that
2965           caused segmentation fault when a folder was selected after
2966           updating the folder tree.
2967         * src/compose.c: compose_send(): fixed a locking bug.
2968           compose_write_headers(): fixed a bug that referred to cur_account.
2969           compose_convert_header(): made it check the arguments.
2970
2971 2001-02-01
2972
2973         * src/main.c: some cleanups and added --help option.
2974
2975 2001-01-31
2976
2977         * src/send.c: re-enabled user-defined domain name setting.
2978         * src/utils.c: is_next_mbs(): changed the size of temporary
2979           multibyte array to MB_CUR_MAX.
2980           strdup_mbstowcs(): added error check to mbstowcs().
2981           strdup_wcstombs(): added error check to wcstombs().
2982         * src/addr_compl.c: get_address_from_edit(): made it check the
2983           return value of strdup_mbstowcs().
2984         * src/codeconv.c: conv_encode_header(): added error checking
2985           to strdup_mbstowcs().
2986
2987 2001-01-30
2988
2989         * src/utils.c: log_error(): changed g_error() to g_warning() so
2990           that it doesn't abort.
2991           Added iswalnum().
2992         * src/addr_compl.c: add_address(): fixed a bug that aborted the
2993           program if the name or the address is empty.
2994           get_address_from_edit(): supported multibyte characters.
2995         * configure.in: fixed a typo.
2996         * src/send.c: re-enabled user-defined SMTP port setting.
2997
2998 2001-01-30
2999
3000         * version 0.4.60
3001
3002         * configure.in: added --enable-gpgme option, and disabled GPGME
3003           by default.
3004         * made GPGME related members in MimeInfo not used if disabled.
3005         * src/rfc2015.c: some cleanups for warning.
3006         * README
3007           README.jp
3008           INSTALL
3009           INSTALL.jp: updated.
3010         * Makefile.am: modified bzip2 option.
3011
3012 2001-01-29
3013
3014         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
3015           MIME type.
3016         * src/mimeview.c: mimeview_view_file(): made it do nothing if
3017           the MIME type is application/octet-stream.
3018         * src/folderview.c: folderview_update_all(): made it show modal
3019           dialog while updating folders.
3020         * src/folderview.c: folderview_update_all(): fixed a bug that
3021           didn't remove the dialog.
3022
3023 2001-01-28
3024
3025         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
3026           launches the attached file using metamail (thanks!).
3027         * src/procmime.[ch]: added procmime_get_tmp_file_name().
3028         * src/compose.c
3029           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
3030           that enables address completion in the address entry on the
3031           composition window (thanks!).
3032         * src/addr_compl.c: get_all_addresses(), read_address_book():
3033           modified so that it uses xml_free_tree() for freeing the address
3034           tree.
3035
3036 2001-01-27
3037
3038         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
3039           remove the current directory (thanks to Maki).
3040         * src/summary_search.c: added `Select all matched' option to the
3041           search dialog (thanks to Takahashi).
3042         * src/pixmaps/stock_mail_attach.xpm
3043           src/pixmaps/tb_address_book.xpm
3044           src/compose.c: added some toolbar icons contributed from
3045           Leandro Pereira (thanks!).
3046
3047 2001-01-25
3048
3049         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
3050           segmentation fault when the passphrase dialog was cancelled.
3051           Hided the passphrase in the debug message.
3052         * src/about.c: about_create(): fixed a bug that failed to compile
3053           when none of the features were used.
3054         * src/foldersel.c: foldersel_set_tree(): made it display all
3055           MH folders.
3056         * src/inc.c: inc_start(): fixed a bug that showed password dialog
3057           continuously if it was cancelled.
3058         * src/summaryview.c: summary_write_cache(): put an assertion after
3059           folder_item_get_cache_file() to prevent the crash.
3060         * thanks to Maki for the above four fixes.
3061         * src/utils.h: added #include <alloca.h>.
3062
3063 2001-01-24
3064
3065         * src/rfc2015.c: changed some g_message() used for error messages
3066           to g_warning().
3067
3068 2001-01-23
3069
3070         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
3071           it can handle a string data of which length >= BUFFSIZE.
3072         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
3073         * src/pixmaps/stock_mail_receive_all.xpm
3074           src/pixmaps/stock_mail_reply_to_all.xpm
3075           src/Makefile.am
3076           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
3077           icons contributed from David Mehrmann (thanks!).
3078         * src/inc.[ch]: overhauled the architecture so that it don't create
3079           and destroy progress dialog for each incorporation in `get all'
3080           mode.
3081
3082 2001-01-22
3083
3084         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
3085           sub folders named `inbox', etc. as special folders.
3086         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
3087           boundary correctly.
3088
3089 2001-01-21
3090
3091         * applied the GnuPG patch from Werner Koch (thanks!).
3092         * removed Mixmaster support.
3093         * src/rfc2015.c: changed g_error() to g_warning() and modified some
3094           messages.
3095         * src/about.c: about_create(): modified compiled-in features list.
3096         * README
3097           README.jp
3098           INSTALL
3099           INSTALL.jp: updated.
3100         * src/select-keys.c: create_dialog(): modified the layout.
3101         * src/headerwindow.c
3102           src/addressbook.c
3103           src/logwindow.c: made it raise the window if the window is already
3104           open.
3105         * src/prefs_common.[ch]: added an option for immediate execution.
3106         * src/summaryview.c: made it execute immediately when messages are
3107           moved or deleted if immediate_exec option is turned on.
3108         * src/summaryview.c: summary_delete(), summary_move_selected_to():
3109           moved summary_step() before summary_execute().
3110         * src/folderview.c: folderview_update_all(): made it scan folder
3111           tree correctly.
3112         * src/compose.c: compose_write_headers(): made it don't add
3113           In-Reply-To header if to_list is empty.
3114
3115 2001-01-09  Werner Koch  <wk@gnupg.org>
3116
3117         * configure.in, acconfig.h: Check for GPGME.
3118         * ac/: New directory for local autoconf macros.
3119         * src/Makefile.am: Add support for GPGME
3120
3121         * src/main.c (idle_function_for_gpgme): New.
3122         (main): Register this function.
3123
3124         * src/about.c: Add a note about GPGME.
3125
3126         * src/rfc2015.c, rfc2015.h: New.
3127
3128         * src/mimeview.c (mimeview_show_message): Check signature.
3129         * src/procmime.c (procmime_scan_message): Ditto.
3130
3131         * src/messageview.c (messageview_show): Add decryption stuff.
3132
3133         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
3134         (compose_toggle_encrypt_cb): New
3135         (compose_toggle_mixmaster_cb): New, just to be prepared for
3136         Mixmaster support.
3137         (compose_write_headers): Suppress some headers in mixmaster mode.
3138
3139         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
3140         (prefs_privacy_create): New.  Also some new structures etc.
3141         * src/compose.c (compose_create): Set encrypt button to prefs default.
3142         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
3143
3144         * src/compose.c (compose_send): Add missing unlock before one return.
3145
3146 2001-01-18
3147
3148         * src/gtksctree.[ch]
3149           src/folderview.c
3150           src/summaryview.[ch]: applied the patch from Hiramatu that enables
3151           DnD from the summary view to the folder view and fixes some other
3152           probrems (thanks!).
3153         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
3154           segmentation fault.
3155         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
3156         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
3157           didn't toggle expansion of node.
3158
3159 2001-01-17
3160
3161         * src/imap.c: applied the patch from Nishimura that updates the
3162           message list more precisely and reads the message flags (thanks!).
3163         * src/textview.c: textview_show_header(): made X-Newsreader field
3164           be emphasized too.
3165         * src/summaryview.c: summary_show(): made it flush events when
3166           displaying summary.
3167
3168 2001-01-15
3169
3170         * src/summaryview.c: applied the patch from Alfons that enabled
3171           the horizontal scrollbar of summary view (thanks!).
3172
3173 2001-01-13
3174
3175         * src/compose.c: compose_cb(): fixed a bug that didn't open the
3176           composition window right after launching the program.
3177         * src/setup.c: scan_tree_func(): fixed a bug that caused
3178           segmentation fault.
3179
3180 2001-01-13
3181
3182         * version 0.4.52
3183
3184         * src/textview.c: textview_set_font(): fixed a bug that caused
3185           segmentation fault if the mode of the text widget was changed
3186           between multibyte and singlebyte while the region was selected
3187           (GTK+ bug?).
3188
3189 2001-01-11
3190
3191         * src/mainwindow.c
3192           src/summaryview.c: made it unable to delete or move messages when
3193           in a news folder.
3194         * src/prefs_common.c
3195           src/news.c: added the option for maximum news article number.
3196
3197 2001-01-10
3198
3199         * src/compose.c: compose_send(): changed the location of temporary
3200           file. Made it use the default account if all of tried account
3201           aren't mail one, and made it show alert dialog and abort when even
3202           that failed.
3203         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
3204           last id number.
3205           prefs_account_open(): made it fill in personal information
3206           according to the default account when creating a new account.
3207         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
3208           proper version number (thanks to BONAIM).
3209         * configure.in
3210           Makefile.am: added entries for sylpheed.spec.in.
3211
3212 2001-01-09
3213
3214         * src/compose.[ch]: modified so that it can change account
3215           correctly.
3216         * src/send.[ch]: modified so that it doesn't see cur_account.
3217         * src/prefs_account.c: modified so that news setting doesn't
3218           show SMTP server entry.
3219
3220 2001-01-08
3221
3222         * src/folderview.c: fixed a bug that didn't sort special folders
3223           correctly when a new folder is created or renamed.
3224
3225 2001-01-07
3226
3227         * src/compose.[ch]: enabled to select account at composing window.
3228         * src/folderview.c: made it display unread number next to folder
3229           name.
3230         * src/prefs_common.[ch]: added the option for unread number display.
3231
3232 2001-01-06
3233
3234         * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
3235           and made many modifications (thanks!).
3236           compose_write_headers(): made the spaces in newsgroups removed.
3237           Supported Followup-To.
3238           compose_destroy(): got the objects removed properly.
3239         * src/news.c: merged news_post_to_group() and news_post() since
3240           they doesn't have to do multiple posting.
3241         * src/import.c: import_destsel_cb(): fixed a bug that failed to
3242           import into the selected folder.
3243         * src/prefs_account.c: modified the interfaces.
3244
3245 2001-01-05
3246
3247         * src/codeconv.[ch]
3248           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
3249           string is registerd to IANA.
3250         * src/nntp.[ch]: added nntp_post().
3251         * src/news.[ch]: added news_post() and news_post_to_group().
3252
3253 2001-01-04
3254
3255         * src/account.c: account_edit_open()
3256           src/mainwindow.c: new_account_cb(): made it unable to edit
3257           accounts if some composing windows are open.
3258
3259 2001-01-03
3260
3261         * src/folder.[ch]: added folder_set_name().
3262         * src/account.c: made a folder name of IMAP4/NNTP become the same
3263           as the name of account.
3264
3265 2001-01-02
3266
3267         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
3268           to filter messages.
3269
3270 2001-01-02
3271
3272         * version 0.4.51
3273
3274         * src/mbox.c: fixed a bug that didn't incorporate spool file
3275           correctly. Modified so that it recognizes From_ line as separator
3276           of messages even if the previous line isn't empty line.
3277         * src/send.c: send_message_queue()
3278           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
3279           warning when it tried to delete a sent message.
3280
3281 2001-01-01
3282
3283         * version 0.4.50
3284
3285         * src/folder.[ch]
3286           src/news.[ch]: modified so that it actually gets news articles.
3287         * src/utils.[ch]: added make_dir_hier() that creates directory
3288           hierarchy.
3289         * src/folder.c:
3290           folder_item_get_cache_file(), folder_item_get_mark_file():
3291           made it creates cache directory if it doesn't exist.
3292           folder_add(): made it insert the added folder into the correct
3293           position.
3294         * src/imap.[ch]: modified so that it suits the new folder
3295           architecture. Fixed a bug that caused segmentation fault
3296           if authentication failed at imap_auth().
3297         * src/folderview.c: implemented IMAP4 folder handling routines.
3298
3299 2000-12-31
3300
3301         * src/prefs_account.[ch]: added account ID and nntp_server
3302           to PrefsAccount. And added the interface for NNTP server.
3303         * src/folderview.c: modified news folder handling routines.
3304         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
3305           modified folder_item_get_path().
3306
3307 2000-12-29
3308
3309         * src/folder.[ch]: added create_folder(), rename_folder(),
3310           remove_folder() to Folder class.
3311         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
3312           mh_remove_folder().
3313           Implemented mh_create_tree() that creates MH directory tree.
3314           mh_rename_folder(): modified so that the paths of sub folders
3315           are set properly.
3316         * src/folderview.c: modified folderview_new_folder_cb(),
3317           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
3318           so that they work properly.
3319           Added folderview_remove_mailbox_cb() and the menu entry that
3320           remove mailbox from folder tree.
3321         * src/setup.[ch]: added for initial setup.
3322         * src/alertpanel.c: modified the appearance of the dialog.
3323         * src/compose.c: fixed compose_save_to_outbox() and
3324           compose_queue() so that it sets flags correctly.
3325
3326 2000-12-28
3327
3328         * src/mainwindow.c: modified the strings of toolbar labels.
3329
3330 2000-12-27
3331
3332         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
3333         * src/summaryview.c: summary_display_msg(): made it scroll the
3334           list if the message of the edge of that is displayed.
3335
3336 2000-12-25
3337
3338         * src/folder.[ch]
3339           src/mh.[ch]: added functions for moving messages.
3340         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
3341           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
3342
3343 2000-12-24
3344
3345         * src/utils.[ch]: added get_tmp_file().
3346         * src/pop.c
3347           src/inc.c
3348           src/folder.c: fixed a bug that failed to drop messages.
3349         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
3350           number of the folder.
3351
3352 2000-12-23
3353
3354         * src/folderview.c: added special folder setting routine.
3355         * src/folder.[ch]: added a method is_msg_changed().
3356           Implemented folder_find_item_from_path().
3357         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
3358         * autogen.sh: fixed so that the configure can take arguments.
3359
3360 2000-12-22
3361
3362         * src/main.c
3363           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
3364           the path of mailbox and create the one.
3365         * src/folderview.c: made the folder tree and selected folder
3366           expanded.
3367
3368 2000-12-21
3369
3370         * src/mh.[ch]
3371           src/folder.c: implemented mh_scan_tree() that scans the folder
3372           recursively and create the tree.
3373
3374 2000-12-19
3375
3376         * src/compose.c
3377           src/defs.h
3378           src/filter.[ch]
3379           src/folder.[ch]
3380           src/foldersel.[ch]
3381           src/folderview.[ch]
3382           src/imap.[ch]
3383           src/import.c
3384           src/inc.c
3385           src/main.[ch]
3386           src/mainwindow.c
3387           src/mbox.[ch]
3388           src/mh.[ch]
3389           src/news.[ch]
3390           src/prefs_common.c
3391           src/procmsg.[ch]
3392           src/summaryview.[ch]
3393           src/xml.[ch]
3394           src/Makefile.am: merged the development tree into the cvs tree.
3395           Some functions are not unimplemented yet.
3396
3397 2000-12-18
3398
3399         * version 0.4.9
3400
3401 2000-12-11
3402
3403         * src/xml.[ch]: supported omitted tag (<tag />).
3404         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
3405         * src/imap.c: imap_parse_atom(): fixed a bug that caused
3406           segmentation fault if the subject was empty (thanks to Tsutsui).
3407         * src/folder.[ch]: updated.
3408
3409 2000-12-10
3410
3411         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
3412           file specified and returns the tree.
3413
3414 2000-12-09
3415
3416         * po/pt_BR.po: fixed some typos that caused segmentation fault.
3417
3418 2000-12-07
3419
3420         * version 0.4.8
3421
3422         * src/session.h: added.
3423         * src/folder.[ch]: updated.
3424         * src/compose.c: compose_write_to_file()
3425           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
3426           that put a garbage to charset if the outgoing character set was
3427           specified and non-ascii characters were used in subject.
3428
3429 2000-12-04
3430
3431         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
3432           progress if the status bar was hidden.
3433
3434 2000-12-03
3435
3436         * src/folder.[ch]: added for the more object-oriented folder
3437           management.
3438
3439 2000-12-02
3440
3441         * version 0.4.7
3442
3443         * src/mainwindow.c
3444           src/prefs_common.[ch]: made the state of status bar get preserved.
3445         * src/compose.c: compose_insert_sig(): modified so that it doesn't
3446           put a separator if a signature file doesn't exist.
3447         * src/prefs_account.[ch]
3448           src/inc.c: added the option that toggles whether to receive
3449           messages when getting from all accounts.
3450         * README
3451           README.jp: updated the description and added some usages.
3452
3453 2000-12-01
3454
3455         * src/Makefile.am
3456           src/gtkshruler.[ch]
3457           src/compose.[ch]: applied the patches from Alfons Hoogervorst
3458           that makes the ruler of composition window graphical (thanks!).
3459
3460 2000-11-27
3461
3462         * src/codeconv.c
3463           src/mainwindow.c
3464           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
3465
3466 2000-11-27
3467
3468         * version 0.4.6
3469
3470         * src/compose.c: turned the color of quoted messages black again.
3471
3472 2000-11-26
3473
3474         * src/about.c: added a clickable URI to the Sylpheed home page,
3475           and a list of compiled-in features.
3476         * src/compose.c: made the color of quoted messages blue.
3477         * src/summaryview.c: added `Show all header' to the context menu.
3478         * src/prefs_common.c: removed the threading option from the dialog.
3479         * src/compose.c: fixed a bug that didn't parse the quotation format
3480           correctly.
3481
3482 2000-11-25
3483
3484         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
3485           that it toggles linewrap menu item and tool button.
3486         * src/prefs_common.c: modified the default of the signature
3487           separator.
3488         * src/compose.[ch]: added ruler to the compose window.
3489         * src/prefs_common.[ch]: added a member for the state of ruler
3490           display.
3491
3492 2000-11-24
3493
3494         * src/headerview.[ch]: added the destroy function.
3495         * src/messageview.c: messageview_destroy(): fixed a memory leak
3496           bug that didn't freed the HeaderView object.
3497         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
3498         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
3499           to Alfons Hoogervorst for the above three memory leak bug fixes).
3500
3501 2000-11-23
3502
3503         * version 0.4.5
3504
3505         * README
3506           README.jp
3507           INSTALL
3508           INSTALL.jp: modified some descriptions.
3509
3510 2000-11-22
3511
3512         * src/compose.c: implemented line-wrapping functions.
3513         * src/prefs_common.[ch]: added the settings for line-wrapping.
3514         * src/codeconv.[ch]: added Windows-1251 to the codesets.
3515           conv_jistoeuc(): fixed a bug that caused segmentation fault
3516           when some half-width kana characters appeared.
3517         * src/summaryview.c: summary_select_all(): made it show message
3518           on the status bar if the number of messages is large.
3519
3520 2000-11-18
3521
3522         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
3523           modified so that it parses the quotation mark too.
3524           Added %I that means the initial of sender to the format.
3525         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
3526           Fixed a bug that set the wrong outgoing codeset.
3527         * src/mainwindow.c
3528           src/prefs_common.c: modified the menu item of Chinese codeset.
3529
3530 2000-11-17
3531
3532         * src/codeconv.[ch]
3533           src/prefs_common.[ch]: modified so that outgoing charset is
3534           saved as a string, not a number.
3535
3536 2000-11-16
3537
3538         * src/textview.c: textview_set_font(): changed the scheme of
3539           selecting between font and fontset. And changed the default
3540           font of ISO-8859-1.
3541         * src/headerview.c: headerview_show_xface(): made it ignore
3542           invalid X-Face.
3543         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
3544           modified so that it consider the source codeset as ISO-2022-JP if
3545           it is NULL and the current locale is Japanese.
3546
3547 2000-11-14
3548
3549         * src/textview.c: textview_destroy(): fixed a bug that caused
3550           segmentation fault if textview->msgfont is NULL (thanks to
3551           Hiramatu).
3552         * src/main.c
3553           src/defs.h: applied the patch from Yanase that enables to
3554           save the shortcuts of the menus (thanks!).
3555
3556 2000-11-11
3557
3558         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
3559           toggles the sensitivity of menu items.
3560         * src/summaryview.c: renamed summary_set_popup_sensitive() to
3561           summary_set_menu_sensitive(), and made it set the sensitivity of
3562           the main menu.
3563
3564 2000-11-09
3565
3566         * src/textview.c: textview_init(): fixed a bug that didn't disable
3567           the theme engine of GtkText (thanks to Hiramatu).
3568         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
3569           means the full name of sender and the first name.
3570         * manual/ja/*.??ml: updated to the latest version.
3571
3572 2000-11-07
3573
3574         * version 0.4.4
3575
3576         * src/defs.h: separated the definitions from main.h and applied the
3577           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
3578           from the system headers (thanks!).
3579         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
3580           UTF-8 locale.
3581         * src/textview.c: textview_set_font(): modified so that it sets
3582           the correct font when the locale is multi-byte.
3583           textview_destroy(): added proper codes for destruction.
3584           textview_show_header(): fixed the coloration of X-Mailer.
3585
3586 2000-11-06
3587
3588         * src/textview.[ch]: made TextView have single-byte and multi-byte
3589           GtkText, and switch between them according to the given codeset.
3590         * src/compose.c: compose_create(): modified the font setting
3591           routine.
3592
3593 2000-11-02
3594
3595         * src/textview.[ch]: moved the message font variable into TextView.
3596           textview_set_font(): modified so that it uses gdk_font_load()
3597           if the given codeset is US-ASCII or ISO-8859-*.
3598
3599 2000-11-01
3600
3601         * src/codeconv.c
3602           src/procmime.c
3603           src/prefs_common.c
3604           src/textview.c
3605           src/compose.c: workaround for the 8bit code issue (used
3606           gdk_font_load() instead of gdk_fontset_load() when the locale is
3607           C, or not set).
3608
3609 2000-11-01
3610
3611         * version 0.4.3
3612
3613         * src/compose.[ch]: added `Draft' tool button.
3614         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
3615         * README, README.jp: added the explanation of the locale setting.
3616
3617 2000-10-31
3618
3619         * src/compose.c: made it overwrite the previous draft message when
3620           reedited the draft and saved it again.
3621         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
3622           the message really exists.
3623         * src/folderview.[ch]: added folderview_scan_folder_a() and
3624           folderview_scan_folder_foreach_a() that scan the specified
3625           folders for each folderviews.
3626         * src/mainwindow.[ch]: removed main_window_scan_folder() and
3627           main_window_scan_folder_all().
3628           Added `Reedit' to the menu.
3629         * src/import.[ch]: removed MainWindow from the argument of
3630           import_mbox().
3631         * src/summaryview.c: removed the unnecessary items from the popup
3632           menu. Changed summary_reedit_cb() to summary_reedit(), and made
3633           it public.
3634
3635 2000-10-30
3636
3637         * src/compose.h: added a member msginfo to Compose.
3638         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
3639           the MsgInfo object.
3640
3641 2000-10-25
3642
3643         * src/summaryview.c: made the the popup menu change the sensitivity
3644           according to the context. Fixed a bug that showed the `clean trash'
3645           dialog repeatedly if `D' key was pressed when the focus was on the
3646           summary view.
3647         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
3648
3649 2000-10-22
3650
3651         * src/main.c: fixed g_thread initialization.
3652
3653 2000-10-21
3654
3655         * src/codeconv.c: added pt_BR to locale_table.
3656         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
3657           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
3658           codeset when not using libjconv.
3659         * src/compose.c: fixed the bug on saving draft again.
3660
3661 2000-10-19
3662
3663         * src/compose.c: compose_write_headers(): fixed a bug that failed
3664           to write headers if To: was empty when saving draft.
3665
3666 2000-10-18
3667
3668         * src/procmime.[ch]
3669           src/compose.c
3670           src/headerwindow.[ch]
3671           src/summaryview.c
3672           src/messageview.[ch]
3673           src/mimeview.c
3674           src/textview.c
3675           src/procmsg.[ch]
3676           src/procheader.[ch]: modified so that they can handle queue folder
3677           properly.
3678         * src/compose.[ch]
3679           src/summaryview.c: implemented draft-reediting function.
3680         * src/mainwindow.c
3681           src/summaryview.c
3682           src/mimeview.c: replaced *(GtkWidget **) with the macro
3683           GTK_WIDGET_PTR().
3684
3685 2000-10-17
3686
3687         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
3688           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
3689           if the folder is QUEUE_DIR or DRAFT_DIR.
3690
3691 2000-10-14
3692
3693         * version 0.4.2
3694
3695         * src/headerview.c
3696           src/messageview.c: modified the border of the headerview.
3697         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
3698           an Sylpheed object to GtkWidget.
3699         * src/utils.c: remove_return(), remove_space(): fixed a bug that
3700           possibly caused segmentation fault.
3701         * src/compose.[ch]
3702           src/mainwindow.c
3703           src/summaryview.c: implemented `forward as an attachment'.
3704         * src/utils.[ch]: open_uri(): brought on URI opening function from
3705           textview.c and manual.c.
3706
3707 2000-10-13
3708
3709         * src/mainwindow.c
3710           src/summaryview.c
3711           src/compose.[ch]
3712           src/prefs_common.[ch]: removed `Reply with quote', and added
3713           `Reply to all', and added the option that decides whether to
3714           quote message on replying.
3715
3716 2000-10-12
3717
3718         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
3719           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
3720         * src/codeconv.[ch]
3721           src/mainwindow.c
3722           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
3723         * src/compose.c: compose_send(): modified so that it shows error
3724           dialog when failed to send a message.
3725
3726 2000-10-11
3727
3728         * src/account.c: account_edit_close(): fixed a bug that didn't set
3729           current account when creating an account for the first time.
3730         * configure.in: added es to ALL_LINGUAS.
3731
3732 2000-10-10
3733
3734         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
3735           possible.
3736           conv_get_code_conv_func(): modified so that it doesn't convert
3737           codeset if it is unknown.
3738         * src/folderview.c: folderview_update_msg_num(): modified style
3739           changing routine.
3740
3741 2000-10-09
3742
3743         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
3744           codesets automatically if the arguments are NULL.
3745         * src/textview.c: textview_write_line(): made it output warning
3746           message on the text view if conversion failed.
3747
3748 2000-10-06
3749
3750         * README, README.jp: modified the author of the manual.
3751
3752 2000-10-05
3753
3754         * src/headerview.[ch]
3755           src/messageview.[ch]: modified so that it uses GtkLabel widget
3756           instead of GtkText.
3757         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
3758           unreadable codes if the current locale is EUC-JP and libjconv is
3759           used.
3760
3761 2000-10-04
3762
3763         * src/procmime.[ch]
3764           src/messageview.c
3765           src/mimeview.c
3766           src/textview.c: modified so that it parses MIME message more
3767           preferably.
3768         * src/imap.c: imap_parse_address(): fixed a bug.
3769
3770 2000-10-03
3771
3772         * src/procmsg.[ch]: added procmsg_get_message_file_path().
3773         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
3774           routine.
3775         * src/imap.[ch]: changed the name of the member `group' in
3776           IMAPSession to `mbox'.
3777           imap_gen_send(): modified so that it doesn't output the password
3778           to the log.
3779           Modified session destroying routine.
3780         * src/folderview.c: folderview_write_cache(): made it preserve
3781           the IMAP folder list.
3782         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
3783           that showed boundary at the end of an attached RFC822 part.
3784         * src/prefs_common.c: changed the default of toolbar style to
3785           both icon and text.
3786
3787 2000-10-02
3788
3789         * src/imap.c: imap_get_uncached_messages(): modified so that it
3790           doesn't get the cached envelopes.
3791           imap_session_get_message_info(): made it read only the cache
3792           if the session is not established.
3793         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
3794         * src/news.c: news_get_article_info(): made it read only the cache
3795           if the session is not established.
3796
3797 2000-10-01
3798
3799         * src/textview.c: textview_write_line(): fixed a memory leak bug.
3800         * src/folderview.[ch]: made it create IMAP4 folders from the
3801           account information.
3802         * src/imap.[ch]: imap_session_get(): modified so that it creates
3803           IMAP4 session from the account information.
3804
3805 2000-09-30
3806
3807         * src/imap.[ch]: added for IMAP4 support.
3808         * src/summaryview.[ch]
3809           src/procmsg.c
3810           src/recv.[ch]: modified for IMAP4 support.
3811         * src/folderview.c: more IMAP4 implementation.
3812         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
3813           the specified message and return the file name.
3814         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
3815           locked up the process if the given widget was invisible.
3816
3817 2000-09-28
3818
3819         * src/folderview.[ch]: added IMAP4-related code.
3820
3821 2000-09-28
3822
3823         * version 0.4.1
3824
3825         * src/main.h: added IMAP_CACHE_DIR.
3826         * src/utils.[ch]: added get_imap_cache_dir().
3827         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
3828           Added macro MSG_IS_IMAP().
3829         * src/codeconv.c: added `#include <locale.h>' for setlocale().
3830         * sylpheed.spec: fixed %files section.
3831
3832 2000-09-27
3833
3834         * version 0.4.0
3835
3836         * src/codeconv.c: conv_get_current_charset(): made it compare
3837           string with strncasecmp().
3838         * src/compose.c: comopse_reply_parse_header(): workaround for
3839           the malformed References: header generated by OE5 :(
3840
3841 2000-09-26
3842
3843         * src/prefs_common.c
3844           src/prefs_account.c: modified the layout of the widgets.
3845
3846 2000-09-26
3847
3848         * version 0.3.99
3849
3850         * src/*.[ch]: added copyright notice to the top of the source files.
3851         * src/compose.c: compose_write_attach(): modified filename encode
3852           routine.
3853
3854 2000-09-25
3855
3856         * src/mainwindow.c: fixed the menu entry of manual.
3857         * src/compose.c
3858           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
3859           and applied the libjconv patch.
3860         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
3861           to reduce the alloc'd memory to the optimal size.
3862         * src/prefs_common.[ch]: added outgoing codeset option menu.
3863         * src/compose.c: compose_send(): added exclusive lock to prevent
3864           multiple-sending.
3865         * configure.in: made '--enable-ipv6=no' the default.
3866         * src/compose.c: compose_write_attach(): made it encode the name
3867           of the attached file.
3868         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
3869           didn't check the type of file.
3870           procmsg_move_messages_with_dest(): fixed a bug that failed to
3871           move message if a directory that had the same name existed.
3872         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
3873           are included as ASCII characters.
3874
3875 2000-09-24
3876
3877         * src/compose.c
3878           src/procmime.[ch]: modified so that it actually works when using
3879           libjconv :)
3880         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
3881           the codeset of string according to the codeset specified in
3882           arguments.
3883         * src/utils.[ch]: added is_ascii_str() that determines whether the
3884           string is 7bit-ASCII or not.
3885         * src/procmime.[ch]
3886           src/codeconv.[ch]: moved the character set related functions
3887           into codeconv.c.
3888         * merged the patch and the manual written by BONAIM (thanks!).
3889
3890 2000-09-23
3891
3892         * configure.in
3893           src/compose.c
3894           src/gtkutils.c
3895           src/mainwindow.c
3896           src/procmime.[ch]
3897           src/textview.c
3898           src/unmime.[ch]: applied the patch from Higuchi that utilizes
3899           libjconv and enables to handle many locales, including UTF-8
3900           (Unicode) (thanks!).
3901         * src/account.c: modified so that the account isn't changed when
3902           another account is selected on account edit dialog.
3903
3904 2000-09-20
3905
3906         * src/prefs_common.[ch]
3907           src/textview.c: added an option that specifies whether to display
3908           short headers on message view.
3909         * src/codeconv.[ch]: added function conv_unmime_header() that
3910           decodes MIME-encoded header and converts the character set.
3911           And added conv_unreadable_latin(), and modified conv_latintodisp().
3912         * src/messageview.[ch]: made the window get closed when escape key
3913           is pressed.
3914
3915 2000-09-17
3916
3917         * src/imageview.c: fixed a bug that caused segmentation fault if
3918           message view was in new window.
3919         * src/prefs_common.c: added `xemacs %s' to the external editor
3920           command line list.
3921
3922 2000-09-16
3923
3924         * version 0.3.29
3925
3926         * src/summaryview.c: enabled to open a new message window with
3927           double-clicking.
3928         * src/prefs_common.[ch]
3929           src/messageview.c: made it preserve the window size of message
3930           window.
3931         * src/prefs_account.c: added `None (local)' to the option menu of
3932           protocol.
3933
3934 2000-09-15
3935
3936         * Makefile.am: added autogen.sh to EXTRA_DIST.
3937
3938 2000-09-09
3939
3940         * src/prefs_common.c: applied the patch from Paul Rolland that
3941           enables font selection dialog (thanks!).
3942         * src/compose.[ch]
3943           src/utils.[ch]: moved tzoffset() and compose_get_date() of
3944           compose.[ch] into utils.[ch].
3945         * src/main.[ch]: renamed the name of filter file to `filterrc'.
3946
3947 2000-09-06
3948
3949         * src/compose.[ch]
3950           src/utils.[ch]: modified address parsing routine so that it
3951           parses quotes correctly.
3952         * src/textview.c: textview_show_part(): modified so that it shows
3953           the simplified headers if the part is text/plain.
3954
3955 2000-09-03
3956
3957         * src/messageview.[ch]
3958           src/summaryview.[ch]
3959           src/mainwindow.c: enabled to open a message in new window.
3960         * src/messageview.[ch]
3961           src/mimeview.[ch]
3962           src/textview.[ch]
3963           src/imageview.[ch]: added destroy function, and modified the
3964           key handling routines.
3965
3966 2000-09-02
3967
3968         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
3969           caused segmentation fault (thanks to KUROSAWA).
3970         * src/alertpanel.c: modified so that the focused button is
3971           selectable.
3972         * src/account.c
3973           src/compose.c
3974           src/folderview.c: modified so that the order of the buttons of
3975           alert panel will be `Yes', `No'.
3976
3977 2000-09-01
3978
3979         * src/utils.[ch]: added execute_async() and execute_command_line()
3980           that execute command line using execvp().
3981         * src/textview.c
3982           src/mimeview.c
3983           src/procmsg.c: replaced system() with execute_command_line()
3984           for security.
3985         * src/procmsg.c: turn back to system().
3986         * src/utils.c: modified execute_command_line().
3987
3988 2000-08-31
3989
3990         * src/mainwindow.c: main_window_get_size(): modified so that it
3991           doesn't update the height of SummaryView if MessageView is
3992           toggled off.
3993         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
3994           probrems of external editor handling (thanks!).
3995         * src/uuencode.[ch]
3996           src/procmime.[ch]: applied the patch from Hiramatu that make it
3997           supports Content-Transfer-Encoding: x-uuencode (thanks!).
3998
3999 2000-08-30
4000
4001         * src/compose.[ch]
4002           src/prefs_common.[ch]: implemented the external editor faculty.
4003         * src/compose.c: compose_attach_property(): fixed some bugs on
4004           changing the property of attached file.
4005         * src/compose.c: fixed some bugs of external editor functions.
4006
4007 2000-08-29
4008
4009         * version 0.3.28
4010
4011         * src/mainwindow.c
4012           src/prefs_common.[ch]
4013           src/summaryview.c: applied the patch from Paul Rolland that
4014           restores the size of widgets when restarting (thanks!).
4015         * src/folderview.c
4016           src/prefs_common.[ch]
4017           src/summaryview.c: applied the patch from Paul Rolland that saves
4018           the width of CTree columns (thanks!).
4019
4020 2000-08-27
4021
4022         * src/headerview.c: modified the height of HeaderView.
4023         * src/textview.c: textview_show_part(): made it process the message
4024           as normal text if it is single-part RFC822 message.
4025         * src/folderview.c
4026           src/summaryview.c: some changes around the key handling.
4027         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
4028
4029 2000-08-26
4030
4031         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
4032         * src/procheader.c: procheader_get_one_field(): fixed a bug that
4033           caused segmentation fault if the first line of the file is space
4034           or tab (thanks to Hiramatu).
4035         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
4036           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
4037         * src/prefs_account.c
4038           src/prefs_common.c: modified the dialog size.
4039         * src/prefs.c: made the dialog window growable.
4040
4041 2000-08-25
4042
4043         * version 0.3.27
4044
4045         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
4046           caused the failure of the detection of libintl.
4047         * src/filter.[ch]
4048           src/prefs_common.c: implemented `not contain', and modified for
4049           future enhancement.
4050         * src/imageview.c: changed alertpanel_error() to g_warning() so that
4051           it doesn't grab mouse events.
4052         * src/compose.[ch]: added compose_list that holds the list of
4053           Compose objects, and added the function compose_get_compose_list().
4054         * src/main.c
4055           src/mainwindow.c
4056           src/summaryview.c: made it confirm if composing message exists.
4057
4058 2000-08-23
4059
4060         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
4061           segmentation fault when trying to reply the message in the queue
4062           folder (thanks to Kotobuki).
4063           compose_attach_property(): modified the property dialog routine
4064           so that it can handle input error.
4065         * src/mimeview.c: applied the patch from Hiramatu that enables
4066           the drag 'n drop from MimeView (thanks!).
4067         * src/headerview.[ch]
4068           src/procheader.c
4069           src/procmsg.h: applied the patches for X-Face support from
4070           HIROSHIMA (thanks!).
4071
4072 2000-08-22
4073
4074         * src/compose.c: compose_attach_property(): modified so that the
4075           property dialog can actually change the property of attached file.
4076
4077 2000-08-21
4078
4079         * configure.in
4080           src/Makefile.am: updated for gdk_imlib.
4081         * added AUTHORS and NEWS.
4082         * configure.in
4083           acconfig.h
4084           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
4085           and gdk_imlib library. And fixed a bug on IPv6 detecting.
4086         * src/imageview.c: supported gdk-pixbuf.
4087         * README
4088           README.jp
4089           INSTALL
4090           INSTALL.jp: added the mention about built-in image view.
4091         * configure.in: modified so that configure can disable gdk-pixbuf
4092           or/and gdk_imlib library.
4093
4094 2000-08-20
4095
4096         * src/imageview.[ch]
4097           src/main.c
4098           src/messageview.[ch]
4099           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
4100           to display image (thanks!).
4101
4102 2000-08-19
4103
4104         * version 0.3.26
4105
4106         * src/summaryview.c: summary_assort_func(): modified to avoid
4107           `not receive' setting.
4108
4109 2000-08-18
4110
4111         * src/filesel.c: applied the patch from HIROSHIMA that makes it
4112           remember previous directory when opening the dialog (thanks!).
4113         * src/summaryview.[ch]: added a function summary_redisplay_msg().
4114         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
4115           that is currently shown when the character set is changed.
4116         * src/inc.c
4117           src/pop.c
4118           src/prefs_common.c
4119           src/filter.h: applied the patch from Tanaka that enables not to
4120           receive specified messages according to the sorting rule (thanks!).
4121
4122 2000-08-15
4123
4124         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
4125           so that it handles MSG_MIME flag, and it scans uncached messages
4126           when cache reading failed even if it is specified not to scan
4127           new messages.
4128         * src/procheader.c: procheader_parse(): added the determination of
4129           multipart MIME message.
4130         * src/main.h: increased CACHE_VERSION.
4131         * src/summaryview.[ch]: added the `MIME' column that shows whether
4132           a message is multipart or not.
4133         * src/prefs_common.[ch]: added the `MIME' column to the setting of
4134           displaying item.
4135         * added src/pixmaps/clip.xpm.
4136         * src/summaryview.c
4137           src/procmsg.[ch]: modified so that it prompts the print command
4138           before printing.
4139
4140 2000-08-14
4141
4142         * src/folderview.c: folderview_create()
4143           src/summaryview.c: summary_create():
4144           src/addressbook.c: addressbook_create(): set the expander style of
4145           CTree to GTK_CTREE_EXPANDER_SQUARE.
4146         * src/compose.c: modified the interface of property dialog.
4147
4148 2000-08-13
4149
4150         * src/compose.c: added property dialog for attached file.
4151
4152 2000-08-11
4153
4154         * src/procmsg.[ch]: added a function procmsg_print_message() that
4155           prints the given message.
4156         * src/summaryview.c: summary_print(): modified so that it prints
4157           all selected messages.
4158         * src/folderview.c: folderview_select_node(): fixed a bug that
4159           didn't focus on folder tree if inbox was empty when incorporating.
4160
4161 2000-08-10
4162
4163         * version 0.3.25
4164
4165         * src/prefs_commmon.[ch]: added `Other' tab and an option for
4166           printing. And moved external browser option to there.
4167         * src/mainwindow.c
4168           src/summayview.[ch]: added print menu and implemented print
4169           functions.
4170
4171 2000-08-09
4172
4173         * src/prefs_account.c: made the default value of smtp_server to
4174           NULL.
4175         * src/folderview.c: folderview_update_msg_num(): modified so that
4176           it doesn't emphasize trash folder even if it has new or unread
4177           messages.
4178
4179 2000-08-08
4180
4181         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
4182           caused segmentation fault when file selection dialog was closed
4183           and other dialog was open immediately.
4184
4185 2000-08-05
4186
4187         * src/compose.c: compose_encode_header(): fixed a bug that caused
4188           infinite loop if wctomb() failed.
4189
4190 2000-08-04
4191
4192         * version 0.3.24
4193
4194         * src/mimeview.c: enabled to open an attached file with double click
4195           and popup menu. And cleaned up the code.
4196         * src/procmime.[ch]: added a function procmime_get_part() that
4197           saves the part of multipart message.
4198
4199 2000-08-03
4200
4201         * src/main.[ch]
4202           src/mimeview.c
4203           src/prefs_common.[ch]
4204           src/procmime.[ch]
4205           src/utils.[ch]: applied a patch that enables to launch attached
4206           image, audio, and HTML file (thanks to Hashimoto).
4207         * src/filter.c: filter_match_condition(): fixed a bug that caused
4208           segmentation fault if the body of specified filter is NULL. And
4209           made the filter considered as being matched on that case.
4210
4211 2000-07-30
4212
4213         * src/summaryview.c:
4214           summary_save_as(): fixed a bug that unabled to save news articles.
4215           summary_display_msg(): added exclusive lock to prevent it from
4216           reading another news article while it is already processing one.
4217         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
4218           the draw signal to be emitted.
4219         * src/mainwindow.c:
4220           main_window_cursor_wait()
4221           main_window_cursor_normal(): added gdk_flush() to change cursor
4222           immediately.
4223         * Makefile.am
4224           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
4225           a target `release' to Makefile.am.
4226
4227 2000-07-28
4228
4229         * src/socket.c: supported IPv6.
4230         * configure.in
4231           acconfig.h: added checking for IPv6.
4232         * prefs_common.c: changed the default of toolbar_style to icon only.
4233
4234 2000-07-27
4235
4236         * initial cvs import.
4237         * updated README and README.jp.
4238
4239 2000-07-24
4240
4241         * version 0.3.23
4242
4243         * src/procmime.[ch]: modified the structure of MimeInfo so that it
4244           can be handled as a node of tree.
4245           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
4246           recursively.
4247           Added procmime_get_text_part() that scans a message and gets a text
4248           part for quoting.
4249         * src/mimeview.c: divided mimeview_scan_multipart_message() into
4250           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
4251         * src/compose.c: compose_quote(), compose_forward():
4252           made it quote the text part of multipart message properly.
4253           Made it preserve the size of Compose window.
4254         * src/prefs_common.[ch]: added compose_width and compose_height to
4255           the members.
4256         * src/textview.c: textview_show_part(): some code cleanups.
4257         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
4258
4259 2000-07-20
4260
4261         * version 0.3.22
4262
4263         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
4264           the return code of the message was CR+LF. And added
4265           conv_sjistoeuc().
4266         * src/summaryview.c: summary_attract_by_subject(): made it move
4267           the current view point to the selected row when executed.
4268         * src/textview.c: textview_show_part(): modified the character set
4269           determination routine.
4270         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
4271           caused segmentation fault if boldfont was NULL.
4272         * src/compose.c: compose_create(): made it sets itself as the target
4273           of addressbook on window creation.
4274
4275 2000-07-19
4276
4277         * src/compose.c: compose_send(): fixed a bug that didn't save
4278           queued message to outbox when failed to send the message (thanks
4279           to T. Yamamoto).
4280
4281 2000-07-15
4282
4283         * src/inc.[ch]: modified so that it changes error message dialog
4284           depending on the results.
4285
4286 2000-07-14
4287
4288         * src/mainwindow.c: main_window_create(): set usize of account
4289           button on the status bar to 1 so that it doesn't get expanded
4290           more than necessary.
4291         * src/account.[ch]: account_foreach(): made it abort the iteration
4292           if the function returns nonzero.
4293         * src/inc.[ch]
4294           src/pop.c: modified so that it shows error message dialog if the
4295           message processing is failed.
4296
4297 2000-07-04
4298
4299         * version 0.3.21
4300
4301         * src/mainwindow.c: made it popup account selection menu when
4302           account tool button or account status bar is pressed.
4303         * src/folderview.c
4304           src/prefs.c: suppressed the ENOENT perror messages.
4305         * src/pop.c: made it fall back on LAST command if UIDL failed.
4306
4307 2000-07-01
4308
4309         * src/procheader.c: procheader_parse(): fixed a bug that didn't
4310           parse References: header correctly (thanks to YAMAGUCHI).
4311
4312 2000-06-29
4313
4314         * version 0.3.20
4315
4316         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
4317           cc'd correctly when replying.
4318         * src/mainwindow.c
4319           src/summaryview.c: sorted out the main menu and the popup menu.
4320
4321 2000-06-26
4322
4323         * version 0.3.19
4324
4325         * src/prefs_account.[ch]
4326           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
4327           automatically at composing (thanks to NAKAGAWA).
4328
4329 2000-06-25
4330
4331         * src/prefs_common.[ch]
4332           src/mainwindow.c
4333           src/main.c: made it selectable whether to ask before cleaning
4334           trash at the exit.
4335         * src/prefs_common.c: cleaned up the code and the interface a bit.
4336         * src/summaryview.c: modified the unthread functions for speeding
4337           up.
4338
4339 2000-06-24
4340
4341         * src/prefs_common.[ch]
4342           src/summaryview.c: made it display recipient on the `From' column
4343           if the address of the sender is the same as the current account
4344           (thanks to NAKAGAWA).
4345         * src/utils.[ch]: added a function extract_address() that extracts
4346           the address from `From:' header string.
4347         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
4348           fault if `Edit/Select all' was selected when the message view was
4349           hidden (thanks to Tomita).
4350
4351 2000-06-21
4352
4353         * src/summaryview.c: modified execution routine so that it only
4354           unthreads nodes that are needed to be unthreaded.
4355
4356 2000-06-19
4357
4358         * src/news.c: news_session_get(): implemented the reconnection on
4359           being disconnected.
4360         * src/nntp.[ch]: added nntp_mode().
4361
4362 2000-06-18
4363
4364         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
4365           And support assortment on processing mbox.
4366         * src/inc.c: inc_drop_message(): modified so that it uses hash table
4367           to store the last message number of folders.
4368         * src/summaryview.c
4369           src/addressbook.c: modified the behavior of CTree at right-click.
4370         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
4371           overflow bug (thanks to Nishiyama).
4372
4373 2000-06-17
4374
4375         * version 0.3.18
4376
4377         * src/pop.[ch]
4378           src/inc.[ch]: implemented management of read message on POP server
4379           by UIDL.
4380         * src/utils.[ch]: removed (s)list_remove_all() because it can be
4381           replaced with g_(s)list_free().
4382         * src/summaryview.c: modified the arrangement of menu a bit.
4383         * src/summaryview.c: summary_status_show(): made it doesn't display
4384           server name but newsgroup.
4385         * src/prefs_common.c
4386           src/prefs_account.c: adjusted the calculation routine of dialog
4387           size.
4388
4389 2000-06-15
4390
4391         * version 0.3.17
4392
4393         * src/compose.c: compose_reply_set_entry(): modified so that it
4394           cc's to the all addresses on To: and Cc: of the replied message.
4395           And swapped the position of Subject: and To: entry.
4396
4397 2000-06-14
4398
4399         * src/procheader.c: modified so that it can handle headers that
4400           aren't separated by space.
4401         * src/socket.c: sock_connect(): added a wait after connection to
4402           prevent lockup (thanks to NINOMIYA).
4403
4404 2000-06-13
4405
4406         * src/inc.c:
4407           inc_mail()
4408           inc_all_account_mail(): fixed a bug that caused segmentation
4409           fault if no account exist.
4410         * src/mainwindow.[ch]: made receive button unclickable when
4411           no account exist.
4412         * src/compose.c: compose_queue(): fixed a bug that didn't mark
4413           queued message properly.
4414         * src/utils.[ch]: separated code conversion functions into
4415           src/codeconv.[ch].
4416
4417 2000-06-13
4418
4419         * version 0.3.16
4420
4421         * src/mimeview.c: mimeview_save_as()
4422           src/summaryview.c: summary_save_as(): made it ask whether to
4423           overwrite the existing file.
4424
4425 2000-06-12
4426
4427         * src/utils.c
4428           src/recv.c
4429           src/prefs.c
4430           src/prefs_common.c
4431           src/prefs_account.c
4432           src/addressbook.c
4433           src/compose.c
4434           src/mbox.c: fixed a bug that failed to check write error when
4435           disk was full and caused the loss of the file.
4436
4437 2000-06-11
4438
4439         * src/mainwindow.c: main_window_clean_trash(): made it move focus
4440           to folder view when finished.
4441         * src/utils.[ch]: added code conversion functions for display.
4442           And added strncpy2() that doesn't do zero fill and does
4443           null-termination, unlike original strncpy().
4444         * src/textview.c: modified so that it changes the code conversion
4445           function according to charset. And supported charset=SHIFT_JIS.
4446         * src/mainwindow.c
4447           src/prefs_common.h
4448           src/textview.c: made it possible to force character set of
4449           a message.
4450         * src/folderview.c: folderview_select_next_unread():
4451           made it search unread folder from begin if it isn't found.
4452
4453 2000-06-11
4454
4455         * version 0.3.15
4456
4457         * src/mainwindow.c: fixed a probrem again that main window was
4458           stretched to the width of the toolbar.
4459         * src/mbox.c
4460           src/utils.c: is_header_line(): modified so that it recognizes
4461           a header which doesn't have a space after colon (thanks to Hotta).
4462         * src/filter.c: added `#include <strings.h>'.
4463         * src/smtp.c: replaced snprintf() with g_snprintf().
4464         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
4465           included gettext.
4466         * included sylpheed.spec.
4467
4468 2000-06-10
4469
4470         * src/prefs_common.[ch]: enabled to set the pixels of line space
4471           and decide whether to leave space on head of lines.
4472         * src/summaryview.c: modified so that it clears message view
4473           when displayed message is removed from the summary view.
4474         * src/mimeview.c: fixed a bug that caused infinite loop if
4475           terminal boundary of multipart message was not found (thanks to
4476           Nishika).
4477         * src/folderview.c: folderview_scan_mailbox(): made it ignore
4478           dot directory.
4479         * src/main.c: made it show warning dialog and exit if the file with
4480           the same name already exists when creating directory.
4481
4482 2000-06-09
4483
4484         * src/textview.c
4485           src/prefs_common.[ch]: made it possible to leave space between
4486           and on head of lines.
4487
4488 2000-06-07
4489
4490         * src/compose.c
4491           src/procmime.[ch]: made it scan /etc/mime.types and determine
4492           the MIME type of the attached file.
4493         * src/summaryview.c: made it clear message view if the summary
4494           is unselected on the execution, and made it move focus to
4495           folder view if the folder becomes empty.
4496         * src/mainwindow.c: fixed a probrem that main window was stretched
4497           to the width of the toolbar.
4498         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
4499           if `Check new mail on startup' was set.
4500
4501 2000-06-06
4502
4503         * src/compose.c: fixed a probrem that had been unable to insert
4504           a file to the current cursor position.
4505
4506 2000-06-06
4507
4508         * version 0.3.14
4509
4510         * src/compose.[ch]: added `attach' button to the toolbar. And
4511           replaced the icon of `insert' to the new one.
4512
4513 2000-06-05
4514
4515         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
4516           a function main_window_set_toolbar_sensitive() that sets the
4517           sensitivity of the button of the toolbar.
4518         * src/compose.c: fixed a bug that output wrong header if
4519           a return code was included in the string of the text entry.
4520
4521 2000-06-04
4522
4523         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
4524           And added the same items in popup menu to the main menu.
4525         * src/utils.[ch]: added functions for DnD support.
4526         * src/compose.c: implemented file attachment and insertion with DnD
4527           (thanks to Hiramatu).
4528
4529 2000-06-04
4530
4531         * version 0.3.13
4532
4533         * src/summaryview.c: fixed a bug that passed null pointer to
4534           is_dir_exist().
4535
4536 2000-06-03
4537
4538         * src/alertpanel.[ch]: added functions alertpanel_message(),
4539           alertpanel_notice(), and alertpanel_error(), and cleaned up
4540           the code.
4541         * src/folderview.c
4542           src/compose.c
4543           src/addressbook.c
4544           src/summaryview.c
4545           src/summary_search.c
4546           src/prefs_account.c
4547           src/foldersel.c: made them use alertpanel_error(),
4548           alertpanel_warning() or alertpanel_notice() for error message
4549           dialog.
4550         * src/summaryview.[ch]: enable sorting in reversed order.
4551         * src/inc.c: made it show error message dialog when failed to
4552           connect or authorize.
4553         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
4554           perror() with it.
4555
4556 2000-06-03
4557
4558         * version 0.3.12
4559
4560         * src/compose.c: fixed a bug that didn't save a message to outbox
4561           when queued.
4562         * src/send.c: send_message_queue(): fixed a bug that included
4563           headers for queueing in the parsed data.
4564         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
4565           and update queue folder when finished.
4566
4567 2000-06-02
4568
4569         * version 0.3.11
4570
4571         * src/filter.c
4572           src/inc.c
4573           src/compose.c: suppressed the warning messages.
4574         * src/mainwindow.[ch]: added next unread message button and menu
4575           items.
4576         * src/summaryview.[ch]: added a function summary_select_next_unread()
4577           that selects and opens next unread message.
4578
4579 2000-06-01
4580
4581         * src/prefs_common.[ch]: added a setting to decide whether to open
4582           unread message on entering a folder.
4583         * src/summaryview.c: made it open the first unread message only if
4584           the preference is set.
4585         * src/compose.c: fixed a bug that freed the string obtained from
4586           GtkEntry.
4587
4588 2000-05-31
4589
4590         * src/compose.c: added `Send later' to the menu and the toolbar
4591           which queues the message to send it later.
4592
4593 2000-05-30
4594
4595         * src/mainwindow.c: added an interface to resend the queued message.
4596         * src/compose.c: made it show alert dialog when a message will be
4597           queued.
4598
4599 2000-05-29
4600
4601         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
4602           send_message_queue() for each queued messages.
4603
4604 2000-05-28
4605
4606         * src/inc.c: inc_drop_message(): modified so that it drops a message
4607           to the default inbox folder if destination folder doesn't exist.
4608         * src/compose.[ch]: added imput compatible queueing header to the
4609           queued message.
4610         * src/send.[ch]: added function send_message_queue() that send
4611           queued message.
4612
4613 2000-05-27
4614
4615         * configure.in
4616           acconfig.h: made it enabled to decide wheter to use multithread
4617           or not on configure.
4618         * src/summaryview.c: fixed a bug that made thread when executed
4619           despite of the setting (thanks to Hiroshima).
4620         * src/socket.[ch]: changed the return value of public
4621           sock_connect_*() function to the pointer to SockInfo object.
4622         * src/procmime.c: procmime_scan_mime_header():
4623           fixed a bug that returned NULL if the scanned part had no header
4624           (thanks to shigeri).
4625         * src/procmime.[ch]:
4626           added function procmime_scan_content_disposition() that parses
4627           Content-Disposition header field.
4628         * src/mimeview.c: made it uses filename value in Content-Disposition
4629           header.
4630         * src/pop.c
4631         * src/inc.c: modified so that password is prompted if the password
4632           on preferences is empty and previous POP3 session has failed on
4633           authorization.
4634
4635 2000-05-23
4636
4637         * src/socket.[ch]: added non-blocking IO mode socket and
4638           multithreaded connection support.
4639         * src/inc.c: supported multithread connection.
4640
4641 2000-05-22
4642
4643         * src/folderview.c: made the focus of SummaryView grabbed when
4644           a folder is selected only if the messages exist.
4645
4646 2000-05-20
4647
4648         * version 0.3.10
4649
4650         * po/ja.po: fixed a bug that head `/' of a menu label was missing
4651           and caused segmentation fault when opened Compose window.
4652
4653 2000-05-20
4654
4655         * version 0.3.9
4656
4657         * src/utils.c: get_domain_name(): modified so that it uses
4658           gethostname().
4659         * src/mimeview.c: added key binds for `Save as' and
4660           `Display as text'.
4661
4662 2000-05-19
4663
4664         * src/recv.c: fixed a bug that failed to return error value
4665           when fputs() failed and caused the loss of received mails when
4666           disk space was not left (thanks to Tajiri).
4667         * src/compose.c: supported Reply-To.
4668         * src/mimeview.c: improved key operation interface.
4669
4670 2000-05-18
4671
4672         * src/mimeview.[ch]
4673           src/procmime.[ch]
4674           src/textview.[ch]: supported nested multipart message and
4675           clean up the codes.
4676           Supported encapsulated RFC822 message.
4677
4678 2000-05-16
4679
4680         * src/compose.[ch]: made it free the alloc'd memory for attach
4681           information when the compose window is destroyed.
4682           Placed the attachment list and the text widget onto the paned
4683           widget.
4684           Enabled cut/copy/paste/select all on all of the editable widgets.
4685           Implemented removal of attached file and popup menu on attachment
4686           list.
4687         * src/prefs_common.[ch]: added signature separator setting.
4688         * src/alertpanel.[ch]: added a function alertpanel_warning().
4689
4690 2000-05-14
4691
4692         * src/prefs_common.[ch]
4693           src/textview.c: made open URI command customizable.
4694         * src/compose.[ch]: implemented multipart MIME message composition
4695           (attachment of file).
4696         * src/textview.c
4697           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
4698           engine again.
4699
4700 2000-05-13
4701
4702         * version 0.3.8
4703
4704         * src/summaryview.c: added key binds for composing message
4705           (w, a, A, f). Also added other key binds (y, D, Q).
4706         * src/compose.c: made Cc entry take over the Cc of the replied
4707           message.
4708         * src/pixmaps/new.xpm
4709           src/pixmaps/unread.xpm: replaced pixmap image.
4710         * src/procheader.c: procheader_date_get_localtime():
4711           changed the single figures of year from four to two.
4712
4713 2000-05-12
4714
4715         * src/inc.c: made it ask password if it is not specified on account
4716           preferences.
4717         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
4718           that preserves the temporary password.
4719         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
4720           that prompts input with the string hidden.
4721
4722 2000-05-11
4723
4724         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
4725           engine if message font wasn't specified.
4726
4727 2000-05-10
4728
4729         * version 0.3.7a
4730
4731         * src/summaryview.c: fixed a bug that stderr was forgotten on
4732           fprintf().
4733
4734 2000-05-10
4735
4736         * version 0.3.7
4737
4738         * src/pop.c: fixed a problem that if some POP3 commands returned
4739           error, the previous operations were all cancelled.
4740         * src/compose.c
4741           src/textview.c: made workaround to the slow down of GtkText widget
4742           when using Pixmap theme or its derivatives.
4743
4744 2000-05-08
4745
4746         * src/inc.c: fixed a bug that caused X IO error when exec'd
4747           nonexistent program.
4748
4749 2000-05-07
4750
4751         * src/folderview.[ch]: added the member `mtime' to the struct
4752           FolderInfo.
4753         * src/summaryview.c: made the mtime of the folder checked that is
4754           going to open.
4755         * src/procmsg.c: added filesystem unchecking mode.
4756
4757 2000-05-05
4758
4759         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
4760           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
4761
4762 2000-05-04
4763
4764         * src/summaryview.c: summary_write_cache(): permission fix of
4765           cache file.
4766
4767 2000-05-04
4768
4769         * version 0.3.6a
4770
4771         * src/headerview.c: added headerview_clear() method.
4772         * src/messageview.c: fixed a bug that didn't clear HeaderView
4773           on messageview_clear().
4774
4775 2000-05-04
4776
4777         * version 0.3.6
4778
4779         * src/messageview.c
4780           src/textview.c: added *_clear() method.
4781         * src/summaryview.c: made it clear MessageView when new folder
4782           is open.
4783
4784 2000-05-03
4785
4786         * src/inc.c: fixed a bug that went to the inbox that was specified
4787           by each account when incorporating from all accounts.
4788         * src/compose.c: made it confirm whether to discard the message or
4789           not when the window will be closed.
4790
4791 2000-05-03
4792
4793         * version 0.3.5
4794
4795         * src/pop.[ch]
4796           src/inc.[ch]: re-supported APOP authentication.
4797         * src/prefs_account.c: fixed a bug that had't saved protocol type.
4798         * src/socket.h
4799           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
4800           functions.
4801         * src/progressdialog.[ch]: changed the name of class from Progress
4802           to ProgressDialog.
4803
4804 2000-05-02
4805
4806         * src/summaryview.c: fixed a bug that caused segmentation fault
4807           a news folder was selected without using ja message catalog.
4808         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
4809         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
4810           INCLUDES.
4811
4812 2000-05-01
4813
4814         * src/automaton.[ch]
4815           src/inc.[ch]
4816           src/pop.[ch]: re-implemented POP3 fetching routines using
4817           finite-state automaton model (thanks to Hiramatu).
4818         * src/inc.c: fixed a bug that caused unwilled quitting of program
4819           when connection to mail server failed. And fixed a memory leak bug.
4820         * src/summaryview.c: made the focus move to FolderView when left
4821           cursor key is pressed.
4822
4823 2000-04-30
4824
4825         * src/textview.c: textview_write_line(): modified quotation
4826           discerning routine a bit.
4827
4828 2000-04-29
4829
4830         * version 0.3.4
4831
4832         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
4833           src/procmime.c.
4834         * src/mimeview.[ch]: implemented saving of multipart message. And
4835           supported MIME encoded file name.
4836         * src/summaryview.c: implemented `Save as'.
4837
4838 2000-04-28
4839
4840         * src/prefs_common.[ch]: implemented an interface for setting the
4841           display item of SummaryView.
4842         * src/addressbook.c
4843           src/account.c: made the column titles of those don't take key
4844           focus.
4845
4846 2000-04-26
4847
4848         * src/textview.c: implemented BASE64 decoding and display.
4849
4850 2000-04-25
4851
4852         * src/prefs_common.[ch]: added members which decide whether
4853           each item of SummaryView is displayed or not.
4854         * src/headerwindow.c
4855           src/logwindow.c: made those windows closed when escape key is
4856           pressed.
4857         * src/headerview.c: disused ScrolledWindow.
4858         * src/base64.c: from64tobits(): modified so that it recognize '\n'
4859           as the last of line as well as '\r'.
4860
4861 2000-04-24
4862
4863         * src/headerview.c: disabled word wrap and line wrap of the text
4864           widget.
4865
4866 2000-04-24
4867
4868         * version 0.3.3
4869
4870         * src/prefs_common.c: prefs_assort_create(): added some headers
4871           to the default headers for assortment.
4872
4873 2000-04-23
4874
4875         * src/procmsg.c: fixed a bug that caused segmentation fault if
4876           the permission of a message was denied on parsing the header
4877           (thanks to wakai@UEC univ.).
4878         * src/mimeview.c: made it pass key press event to SummaryView.
4879
4880 2000-04-21
4881
4882         * src/main.h
4883           src/alertpanel.c: modified font specifications so that they match
4884           to better fonts.
4885         * src/utils.[ch]: added wide-character functions for FreeBSD support.
4886           Added the existence check of <wchar.h>.
4887         * acconfig.h
4888           configure.in: added wint_t and libxpg4 check for FreeBSD support.
4889         * src/unmime.c: modified so that it checks the existence of
4890           <alloca.h>.
4891           Above three are a contribution from Sasaki. Thanks!
4892
4893 2000-04-18
4894
4895         * src/main.h: decreased default height of window.
4896
4897 2000-04-17
4898
4899         * src/procmime.c: fixed a bug that eliminated the parenthesis in
4900           attribute value that was double-quoted.
4901
4902 2000-04-15
4903
4904         * version 0.3.2
4905
4906         * src/mimeview: implemented multipart message parser and display.
4907         * src/procmime.c: procmime_scan_content_type():
4908           supported multiple elements.
4909         * src/textview.c: supported multipart message and clean up the code.
4910
4911 2000-04-14
4912
4913         * src/summaryview.c: added size column and sorting by size.
4914         * src/mainwindow.c: added `Sort by size' to sort menu.
4915         * src/procmime.c: fixed a bug that caused buffer overrun and
4916           segmentation fault.
4917         * src/procmime.c: generalized Content-Type parsing.
4918
4919 2000-04-13
4920
4921         * version 0.3.1
4922
4923         * src/textview.c: supported MIME headers and
4924           Content-Transfer-Encoding: quoted-printable.
4925
4926 2000-04-12
4927
4928         * src/messageview.[ch]
4929           src/textview.[ch]: separated MessageView into two classes.
4930         * src/procmime.[ch]: added for MIME message handling.
4931
4932 2000-04-11
4933
4934         * src/mimeview.[ch]: added for MIME message handling.
4935         * configure.in: added wctype.h and wchar.h existence check.
4936
4937 2000-04-10
4938
4939         * src/procmsg.[ch]
4940           src/procheader.[ch]: some code cleanups.
4941         * src/messageview.[ch]: integrated HeaderView.
4942
4943 2000-04-09
4944
4945         * version 0.3.0
4946
4947 2000-04-08
4948
4949         * src/addressbook.c: Made the tree sorted when folder/group is
4950           added or edited.
4951         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
4952           fault if the current tag was empty.
4953         * src/mainwindow.c: made the state of MainWindow saved.
4954
4955 2000-04-08
4956
4957         * version 0.3.0pre1
4958
4959         * src/addressbook.c: fully implemented address group editing.
4960           Fixed a bug that wrongly confirmed deletion of address when
4961           escape key was pressed on alert dialog.
4962
4963 2000-04-07
4964
4965         * src/addressbook.c: added menu bar. And enabled hierarchical
4966           folder.
4967         * src/prefs_account.c: modified so that it allows not to specify
4968           pop server.
4969         * src/inc.c: inc_account_mail(): modified so that if receiving
4970           server isn't specified, it does nothing.
4971
4972 2000-04-05
4973
4974         * version 0.2.9
4975
4976         * src/addressbook.c: almost fully implemented addressbook functions.
4977
4978 2000-04-04
4979
4980         * src/compose.c: fixed a bug that caused segmentation fault when
4981           `File->Insert file' was selected more than twice.
4982
4983 2000-04-03
4984
4985         * version 0.2.9pre4
4986
4987         * src/addressbook.[ch]: implemented creation of new folder and group,
4988           and deletion of folder and group. And fully implemented
4989           addressbook_delete_object() which deletes the specified object
4990           recursively.
4991
4992 2000-04-02
4993
4994         * src/addressbook.c: implemented registration of address and multiple
4995           appending to Compose address entry.
4996         * src/menu.[ch]: added a function menu_set_insensitive_all() that
4997           turn all menu items insensitive.
4998         * src/folderview.c: some code cleanup.
4999
5000 2000-04-01
5001
5002         * src/account.c
5003           src/prefs_common.c: fixed a bug on getting the number of CList
5004           rows.
5005
5006 2000-03-30
5007
5008         * version 0.2.9pre3
5009
5010         * src/folderview.c: fixed a bug that caused warnings when tree was
5011           expanded/collapsed on the first operation.
5012
5013 2000-03-29
5014
5015         * src/addressbook.c: addressbook_list_selected(): made it be able
5016           to handle multiple address.
5017         * src/compose.c: modified so that when Bcc: is toggled, corresponding
5018           AddressBook also toggle it.
5019         * src/mainwindow.c:
5020           main_window_create(): moved gtk_widget_set_uposition() before
5021           gtk_widget_show() so as not to cause window flickering.
5022           main_window_get_position(): replaced gdk_window_get_position()
5023           with gdk_window_get_root_origin() to acquire correct window
5024           position (Thanks to shigeri for these modifications).
5025
5026 2000-03-27
5027
5028         * src/filesel.c: made it selects home directory on the first time
5029           it is called.
5030
5031 2000-03-26
5032
5033         * src/utils.c: conv_mb_alnum(): modified so that it uses character
5034           conversion table.
5035         * src/foldersel.c: made the folder tree take focus when the dialog
5036           is shown.
5037
5038 2000-03-26
5039
5040         * version 0.2.9pre2
5041
5042         * src/addressbook.c: implemented addressbook_export_to_file() and
5043           related functions.
5044
5045 2000-03-25
5046
5047         * src/xml.[ch]
5048           src/addressbook.c: fixed the variable name for attribute.
5049         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
5050         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
5051           alphabet and numeric into single-byte one.
5052         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
5053           when conv_mb_alnum flag is on.
5054
5055 2000-03-25
5056
5057         * version 0.2.9pre1
5058
5059         * src/compose.c: modified so that when Addressbook is open by a
5060           Compose and it is closed, target of Addressbook is reset.
5061         * src/addressbook.c: made it work with Compose.
5062
5063 2000-03-24
5064
5065         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
5066           GTK+ and GLIB to 1.2.6.
5067         * src/xml.[ch]: more implementation of XML parser.
5068         * src/addressbook.c: implemented addressbook parsing and displaying
5069           routine.
5070
5071 2000-03-21
5072
5073         * src/folderview.c: folderview_scan_folder(): modified so that if
5074           a folder's message number is zero, set new, unread and total number
5075           to zero.
5076
5077 2000-03-20
5078
5079         * src/xml.[ch]: added for XML handling used by addressbook.
5080         * src/folderview.c: modified so that Trash folder is skipped
5081           when an unread folder is selected automatically by space key.
5082
5083 2000-03-18
5084
5085         * src/summaryview.c: fixed a bug that cursor was turned into watch
5086           forever when a newsgroup was selected.
5087
5088 2000-03-18
5089
5090         * version 0.2.8
5091
5092 2000-03-17
5093
5094         * src/mainwindow.[ch]: implemented counting on setting cursor
5095           type. And modified the menu of `thread view' and `unthread view'.
5096         * src/summaryview.c: enabled thread-toggling on opening folder.
5097         * src/prefs_common.[ch]: added a member `enable_thread' to determine
5098           whether summary view builds thread or not when a folder is open.
5099
5100 2000-03-15
5101
5102         * src/summaryview.c: modified popup sensitivity function a bit.
5103
5104 2000-03-13
5105
5106         * version 0.2.7
5107
5108         * src/addressbook.[ch]: more implementation of the interface of
5109           addressbook.
5110         * src/compose.c: connected to addressbook object.
5111         * src/folderview.[ch]: folderview_compare_path():
5112           modified so that absolute path is correctly compared.
5113           And added folderview_select_node().
5114           And modified folderview_scan_folder() so that it update the summary
5115           when asked.
5116         * src/import.c: made it update folder tree when imported mbox.
5117         * src/summaryview.c: modified according to the changes of
5118           folderview.c. And modified so that it display alert dialog if
5119           source folder is identical to destination.
5120           added summary_set_popup_sensitive() that set the sensitivity of
5121           popup menu according to the context. And made all of the items of
5122           popup menu insensitive when summary is cleared.
5123         * src/procmsg.c: procmsg_move_messages_with_dest():
5124           modified so that if source folder is identical to destination,
5125           abort its process.
5126         * src/summary_search.c
5127           src/manage_window.c: modified so as not to print warning to console
5128           when alert dialog appeared twice.
5129         * src/filesel.c: made file selection dialog transient.
5130
5131 2000-03-11
5132
5133         * src/manage_window.[ch]: added callback function
5134           manage_window_focus_out().
5135         * src/account.c
5136           src/inputdialog.c
5137           src/mainwindow.c
5138           src/prefs_account.c
5139           src/prefs_common.c
5140           src/summary_search.c: added focus_out_event signal handler.
5141         * src/addressbook.[ch]: added preliminary addressbook code.
5142
5143 2000-03-06
5144
5145         * src/utils.h: added a macro Xalloca() that does alloca() and
5146           handles the exception.
5147         * src/import.c: made the import dialog transient window and enabled
5148           cancelling by escape key.
5149
5150 2000-03-04
5151
5152         * version 0.2.6
5153
5154         * src/compose.c: fixed a bug that caused memory leak when compose
5155           window was closed.
5156
5157 2000-03-03
5158
5159         * src/nntp.h: increased NNTP message buffer size for XOVER strings
5160           which is too long.
5161
5162 2000-02-28
5163
5164         * src/summaryview.c: binded step-forward and step-backward to each
5165           Control-n and Control-p.
5166         * src/filter.c: filter_read_str(): fixed a memory leak bug and
5167           replaced g_malloc() for allocating the buffer with alloca().
5168         * src/procheader.c: procheader_get_fromname(),
5169                             procheader_date_get_localtime()
5170           src/utils.c: conv_euctojis()
5171           src/compose.c: compose_quote_parse_fmt()
5172           src/prefs.c: prefs_set_data_from_text()
5173                        prefs_set_text(): replaced g_malloc() with alloca().
5174
5175 2000-02-26
5176
5177         * version 0.2.5
5178
5179         * src/logwindow.c: improved log_window_append() so that it shows
5180           warning, error and normal message with different colors.
5181         * src/utils.[ch]: added functions log_message(), log_warning(), and
5182           log_error() that show normal message, warning, and error for each.
5183           And modified many warning messages to use these.
5184         * src/messageview.c: messageview_init(): made it set colors of
5185           quotation and URI to black when failed to allocate colors.
5186         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
5187           the buffer with alloca().
5188
5189 2000-02-25
5190
5191         * src/folderview.c: fixed a bug that didn't put previously selected
5192           folder name in text entry. In addition to that, made some
5193           modifications.
5194
5195 2000-02-24
5196
5197         * version 0.2.4
5198
5199         * src/logwindow.[ch]: added log window that displays protocol log.
5200         * src/about.c: adjusted the size of dialog.
5201         * src/folderview.c: made it select a folder when double-clicked.
5202
5203 2000-02-23
5204
5205         * src/prefs_common.[ch]: added an item `translate_header' that
5206           decides whether header name like `From:' or `Subject:' is
5207           translated or not.
5208         * src/compose.c: made it show alert dialog when receiptor isn't
5209           entered.
5210         * src/inc.c: some code cleanups.
5211
5212 2000-02-22
5213
5214         * version 0.2.3
5215
5216         * src/compose.c: made header entries move those focus to next
5217           entry or text widget when activated. And sorted out the menu items.
5218         * src/mainwindow.[ch]
5219           src/prefs_common.[ch]
5220           src/main.c: made it save the sizes of widgets and the position of
5221           window when quitting.
5222         * src/prefs_common.c: set a14, k14 fontset as default message font.
5223         * src/about.c: changed the appearance of about dialog using text
5224           widget and so on.
5225         * src/recv.c: modified recv_write() so that it converts an escaped
5226           From_ line.
5227
5228 2000-02-20
5229
5230         * version 0.2.2
5231
5232         * src/compose.[ch]: supported Bcc.
5233
5234 2000-02-19
5235
5236         * version 0.2.1
5237
5238         * src/utils.[ch]: added function to_number() that examines string
5239           and if that is a number string, return its value.
5240         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
5241           character was included in file name.
5242
5243 2000-02-18
5244
5245         * version 0.2.0
5246
5247         * src/folderview.c: fixed a bug that caused segmentation fault
5248           when opened folder node was deleted (thanks to Hiramatu).
5249           And implemented folderview_rm_server_cb() which removes news server.
5250         * src/mbox.c: modified a warning message.
5251
5252 2000-02-13
5253
5254         * version 0.2.0alpha-pre8
5255
5256         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
5257           folder to prevent the probrem when current folder is updated.
5258         * src/summaryview.c: summary_execute(): made it write to summary
5259           cache when executed.
5260
5261 2000-02-12
5262
5263         * version 0.2.0alpha-pre7
5264
5265         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
5266           trailing directory separator.
5267         * src/folderview.[ch]
5268           src/summaryview.[ch]: modified so that folder tree is updated
5269           when messages are moved or deleted.
5270         * src/inc.c: some code cleanup.
5271
5272 2000-02-11
5273
5274         * version 0.2.0alpha-pre6
5275
5276         * src/utils.[ch]: added get_domain_name() that return domain
5277           name as a static string.
5278         * src/compose.c: compose_generate_msgid(): modified so that even
5279           if current address doesn't contain '@', it generates a decent
5280           message ID.
5281         * src/send.c: some code cleanup.
5282
5283 2000-02-10
5284
5285         * src/folderview.c: modified the behavior of folder tree when
5286           the folder is right-clicked.
5287         * src/compose.c: compose_encode_header(): added irresponsible
5288           buffer overrun check.
5289
5290 2000-02-09
5291
5292         * version 0.2.0alpha-pre5
5293
5294         * updated gettext and libtool.
5295         * configure.in: modified localedir definition so that message
5296           catalogs are installed into correct directories.
5297         * src/folderview.c
5298           src/mainwindow.c: modified them so that a folder can be reopen
5299           even if it is currently open.
5300         * src/prefs_common.[ch]
5301           src/messageview.c: added an option that toggle the coloration of
5302           message.
5303
5304 2000-02-08
5305
5306         * version 0.2.0alpha-pre4
5307
5308         * src/mainwindow.c
5309           src/messageview.c: fixed a bug that broke memory on allocating
5310           colors.
5311
5312 2000-02-07
5313
5314         * src/folderview.c: some bug fixes on selecting folder.
5315
5316 2000-02-07
5317
5318         * version 0.2.0alpha-pre3
5319
5320         * src/folderview.c
5321         * src/summaryview.[ch]: some code cleanups.
5322         * src/messageview.c: fixed a color allocating bug (maybe).
5323
5324 2000-02-06
5325
5326         * version 0.2.0alpha-pre2
5327
5328         * src/folderview.[ch]: made folder view not open selected folder
5329           unless return or space key is pressed, or clicked by mouse
5330           button 1 or 2.
5331         * src/inc.c: some code cleanups.
5332         * TODO.jp: added some items.
5333
5334 2000-02-05
5335
5336         * version 0.2.0alpha-pre1
5337
5338         * src/summaryview.[ch]: fixed a bug that broke summary thread
5339           when deleted duplicated messages (thanks to BONAIM).
5340           And some code cleanup.
5341         * src/procmsg.[ch]: renamed procmsg_move_messages() to
5342           procmsg_move_messages_with_dest(), and replaced former with
5343           new function which doesn't specify destination.
5344         * src/prefs_common.c
5345           src/gtkutils.c: some memory leak fixes of linked lists.
5346         * src/utils.[ch]: added list_remove_all() to remove all elements
5347           of doubly-linked list.
5348         * src/inc.[ch]: added inc_all_account_mail() that incorporates
5349           new messages of all accounts.
5350         * src/account.[ch]: added account_foreach() to process each accounts.
5351         * added TODO.jp
5352
5353 2000-02-04
5354
5355         * version 0.1.23alpha
5356
5357         * src/inc.c: made the folder tree update the message number
5358           when incorporated new messages.
5359         * src/folderview.[ch]: added a function folderview_scan_folder()
5360           to scan one folder on the view, which is specified by folder name.
5361
5362 2000-02-02
5363
5364         * version 0.1.22alpha
5365
5366         * src/prefs_account.[ch]: added the setting of assorting on
5367           receiving.
5368         * src/inc.c: supported assorting on receiving.
5369         * src/procmsg.c: cleaned up the code.
5370         * src/news.c: fixed a bug that locked up when failed to get xover.
5371         * src/compose.c: made a message unmark that is put into specific
5372           folders.
5373
5374 2000-02-01
5375
5376         * version 0.1.21alpha
5377
5378         * src/folderview.c
5379           src/summaryview.c: implemented the function 'go to next folder
5380           when no unread message found.'
5381         * src/summaryview.c: made connection state displayed on the
5382           status bar when connecting to a news server.
5383         * src/compose.c: changed X-Mailer: header field string a bit.
5384         * src/prefs_common.c: implemented residual functions of assortment.
5385
5386 2000-01-31
5387
5388         * version 0.1.20alpha
5389
5390         * src/prefs_common.c: implemented reading/writing/register/deletion
5391           of assortment setting.
5392         * src/mainwindow.c: slightly modified the appearance of statusbar.
5393         * src/account.c: account_delete(): fixed a bug that didn't assigned
5394           the pointer to GList when an account was deleted.
5395
5396 2000-01-29
5397
5398         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
5399           to read mark file (thanks to BONAIM).
5400         * src/prefs_common.c: added the interface of assortment setting.
5401
5402 2000-01-28
5403
5404         * src/summaryview.c: fixed a bug that didn't redraw marking properly
5405           when displaying an unread message with left-click (thanks to
5406           shigeri).
5407
5408 2000-01-27
5409
5410         * src/summaryview.[ch]: added functions for assortment.
5411         * src/about.c: added a button to close window.
5412
5413 2000-01-26
5414
5415         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
5416         * src/compose.c: fixed a bug that can't reply to a news article.
5417         * src/filter.[ch]: added for message filtering.
5418         * src/procheader.[ch]: added procheader_get_unfolded_line()
5419           to process filtering. And added procheader_get_header_list()
5420           that reads headers of a message and store them on the memory,
5421           and procheader_header_list_destroy() that removes all headers
5422           read by procheader_get_header_list().
5423
5424 2000-01-25
5425
5426         * version 0.1.19alpha
5427
5428         * src/news.c: modified so that it retrieves only overview information
5429           that is not yet cached.
5430         * src/procmsg.[ch]: modified for news handling.
5431
5432 2000-01-24
5433
5434         * src/news.c: supported xover.
5435         * src/mbox.c: fixed a bug that didn't handle empty line correctly
5436           (Thanks to shigeri).
5437
5438 2000-01-23
5439
5440         * version 0.1.18alpha
5441
5442         * src/procmsg.[ch]: modified some functions so that they can
5443           handle news folder.
5444         * src/news.c: added header cache routine.
5445         * src/procheader.c: fixed a bug that caused memory leak when some
5446           header was duplicated.
5447           And added Newsgroups: in parsing headers.
5448         * src/summaryview.c: added news article cache routine.
5449         * src/compose.c: made it be able to reply/forward news article.
5450
5451 2000-01-22
5452
5453         * src/compose.c: fixed a bug that failed to parse To: header
5454           if a comma is included in double quotation (Thanks to shigeri).
5455         * src/mbox.c: modified the code for processing mbox so that it
5456           can handle unescaped From_ line correctly.
5457
5458 2000-01-21
5459
5460         * version 0.1.17alpha
5461
5462         * src/foldersel.c: fixed a bug that didn't display folder tree.
5463           And added the register routine for news server and group setting.
5464
5465 2000-01-20
5466
5467         * version 0.1.16alpha
5468
5469         * src/statusbar.[ch]: added statusbar_puts_all().
5470           statusbar_puts(): made it truncate a string that is too long.
5471         * src/folderview.[ch]: changed CTree's row data from string
5472           to FolderInfo structure.
5473           And implemented popup menu that registers news server and group.
5474         * src/messageview.c: modified short header display routine.
5475
5476 2000-01-19
5477
5478         * added src/news.[ch] for NetNews session management.
5479         * src/summaryview.[ch]: added NetNews reading codes.
5480
5481 2000-01-18
5482
5483         * src/mainwindow.c
5484           src/prefs_common.[ch]: made them preserve toolbar style.
5485         * src/main.c: made it save configuration before exiting.
5486         * src/summaryview.c: modified summary status display routine.
5487         * added src/nntp.[ch] for handling low level NNTP session.
5488
5489 2000-01-17
5490
5491         * added src/progress.[ch] for displaying progress.
5492         * src/inc.c: modified progress dialog routines to use
5493           src/progress.[ch].
5494         * src/folderview.[ch]: added preliminary NetNews supporting code.
5495
5496 2000-01-16
5497
5498         * version 0.1.15alpha
5499
5500         * src/main.c
5501           src/folderview.c: some permission fixes.
5502         * src/folderview.c: implemented folder creation/renaming/removing.
5503         * src/utils.[ch]: added remove_dir_recursive() that removes
5504           a directory recursively.
5505
5506 2000-01-15
5507
5508         * src/mainwindow.[ch]: added toolbar style selection.
5509         * added src/inputdialog.[ch] to prompt user to enter a string.
5510         * src/summaryview.[ch]: modified the behavior of view on
5511           normal mode.
5512         * src/mbox.c: fixed a bug that couldn't lock file when
5513           lockf() was used (Thanks to shigeri).
5514
5515 2000-01-14
5516
5517         * version 0.1.14alpha
5518
5519         * src/mainwindow.[ch]: changed the appearance of toolbar.
5520           And fixed window handling.
5521         * src/summaryview.c: modified the messages displayed on status bar.
5522         * src/compose.[ch]: added toolbar.
5523         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
5524
5525 2000-01-13
5526
5527         * version 0.1.13alpha
5528
5529         * src/summaryview.c: fixed a bug of threading. And some code
5530           cleanups. And rewrote the routine of deleting duplicated messages
5531           using hash table.
5532         * src/mainwindow.[ch]: added toolbar.
5533
5534 2000-01-12
5535
5536         * version 0.1.12alpha
5537
5538         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
5539           instead.
5540         * src/summaryview.c: changed CTree creating routine as it creates
5541           thread on the fly for speeding up.
5542         * src/procmsg.c: rewrote message processing routines using hash
5543           table for speeding up. It should be considerably faster than
5544           before.
5545
5546 2000-01-11
5547
5548         * version 0.1.11alpha
5549
5550         * po/ja.po: modified msgstr for Solaris standard gettext.
5551         * src/main.c: added config.h inclusion.
5552         * src/compose.c: changed to add replied message's In-Reply-To
5553           message id to References header if it don't have References header.
5554         * src/summaryview.c: changed threading routine to use hash table
5555           for speeding up.
5556
5557 2000-01-11
5558
5559         * version 0.1.10alpha
5560
5561         * po/ja.po: modified msgstr so as not to core dump on Solaris.
5562         * src/main.c: added inclusion of locale.h.
5563           (Thanks to Sato for above.)
5564         * src/mbox.c
5565         * src/socket.c: applied Solaris patch by shigeri with some
5566           modification. (Thanks!)
5567
5568 2000-01-10
5569
5570         * version 0.1.9alpha
5571
5572         * src/compose.c: compose_encode_header(): fixed some bugs.
5573           And modified header generating routines to support proper
5574           References header, and supported Organization header.
5575         * src/procmsg.[ch]
5576           src/procheader.c: removed Cc: and Reply-To: from cache data.
5577         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
5578         * src/summaryview.[ch]: summary_thread_func(): some optimization.
5579           And added summary_pass_key_press_event() to pass key press event
5580           from other widgets.
5581         * src/messageview.c: messageview_key_pressed(): modified so that
5582           key event is passed to summary view even if message view is
5583           separated. (Thanks to wakai@UEC univ. for pointing this out.)
5584
5585 2000-01-09
5586
5587         * version 0.1.8alpha
5588
5589         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
5590           header MIME encoding.
5591         * src/procheader.c: some bug fixes of folded header line processing.
5592         * src/headerview.c: headerview_show(): some bug fixes.
5593
5594 2000-01-07
5595
5596         * version 0.1.7alpha
5597
5598         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
5599           kanji-out sequence [ \033 ( B ] when input string was ended
5600           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
5601         * src/compose.c: compose_encode_header(): changed as it outputs
5602           encoded string to another buffer.
5603           And implemented a faculty to save sent message to outbox and
5604           to queue message that failed to send (preliminary).
5605           And, finally implemented proper To: and Cc: processing :)
5606         * src/folderview.c: added preliminary right-clicking popup menu
5607           for operating folders.
5608         * some permission fixes at creating or copying file.
5609
5610 2000-01-07
5611
5612         * version 0.1.6alpha
5613
5614         * src/procheader.c: fixed a bug that didn't null-terminate
5615           header list and caused segmentation fault.
5616
5617 2000-01-06
5618
5619         * version 0.1.5alpha
5620
5621         * src/procheader.[ch]: added function procheader_get_one_field()
5622           that gets one header field that matches the header list.
5623           And removed procheader_get_unfolded_line(), which is less generic.
5624           And rewrote procheader_get_header_fields() using
5625           procheader_get_one_field().
5626         * src/summaryview.c: some bug fixes of key input scan routine.
5627         * README, README.jp: modified documents a bit.
5628
5629 2000-01-05
5630
5631         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
5632           had a submenu, set sensitivity of the submenu, not the item.
5633
5634 2000-01-05
5635
5636         * version 0.1.4alpha
5637
5638         * src/summaryview.c: fixed a bug that caused segmentation fault
5639           when empty summary view was center-clicked.
5640           And fixed a bug that freed moving folder strings when marked
5641           as unread.
5642           If current folder is trash, don't delete message.
5643         * src/summaryview.[ch]
5644         * src/mainwindow.c
5645         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
5646
5647 2000-01-04
5648
5649         * src/procheader.[ch]: more optimization of header processing
5650           routine. And added a new function procheader_get_header_fields()
5651           that receives an array of header name as a parameter and
5652           set header bodies.
5653         * src/utils.[ch]: added remove_return() for removing return code.
5654         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
5655
5656 2000-01-03
5657
5658         * src/compose.c: if message body is ascii only, set US-ASCII as
5659           charset in Content-Type.
5660         * src/main.[ch]
5661         * src/prefs.c
5662         * src/prefs_common.c
5663         * src/prefs_account.c
5664         * src/account.c: changed the location of rc files.
5665         * src/account.c: enabled closing window when escape key is pressed.
5666
5667 2000-01-02
5668
5669         * version 0.1.3alpha
5670
5671         * src/compose.c: fixed a bug that caused segmentation fault
5672           when sending failed.
5673           And relocated header-generation routines from src/send.c.
5674         * src/send.c: moved header-generation routines to src/compose.c.
5675         * src/prefs.c: added '~' to home directory expansion.
5676         * src/prefs_account.[ch]: added signature file path configuration.
5677         * src/prefs_common.[ch]: added spool path configuration.
5678         * src/inc.c: changed the method of user name acquisition to use
5679           g_get_user_name().
5680
5681 2000-01-01
5682
5683         * version 0.1.2alpha
5684
5685         * added ChangeLog (this file), ChangeLog.jp.
5686         * some code cleanups.
5687         * added manage_window.[ch] for transient window management.
5688         * src/procheader.c: optimized header processing routine a bit.
5689         * src/send.c: fixed exception handling on connection.
5690         * src/inc.c: added exception handling on getting user name.
5691
5692 2000-01-01
5693
5694         * version 0.1.1alpha
5695
5696         * src/send.c: fixed a bug that didn't add Content-Type: header.
5697
5698 2000-01-01
5699
5700         * version 0.1.0alpha
5701
5702         * initial release.