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