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