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