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