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