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