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