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