sync with sylpheed 0.5.0pre2 release
[claws.git] / ChangeLog
1 2001-06-25
2
3         * src/imap.c: imap_create_tree(): pass the path that is separated
4           by the local filesystem separator to imap_create_folder().
5           imap_create_folder(): examine the existence of folders using
6           LIST command instead of STATUS.
7           imap_cmd_list(): new.
8           imap_query_password(): new.
9           imap_session_new(): query password if it is not set.
10
11 2001-06-24
12
13         * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
14           with arbitrary order.
15           imap_parse_fetch_element(): new. it parses one pair of name and
16           value of FETCH results.
17           imap_parse_flags(): modified for more flexibility.
18         * src/utils.[ch]: set_log_file(): new. it opens a new file for
19           logging.
20           close_log_file(): new. it closes the opened log file.
21           log_print(), log_message(), log_warning(), log_error(): also
22           output to log file.
23
24 2001-06-22
25
26         * src/imap.c: imap_cmd_status(): check the pointer to "value"
27           before the assignment (thanks to NISHIJIMA).
28
29 2001-06-21
30
31         * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
32           across MH and IMAP4 folder (for now) (thanks to Hiramatu).
33         * src/foldersel.[ch]: don't show folders which can't be targets
34           for current folder.
35
36 2001-06-20
37
38         * version 0.5.0pre1
39
40         * src/imap.c:
41           imap_get_msg_list()
42           imap_cmd_envelope()
43           imap_cmd_fetch()
44           imap_cmd_copy()
45           imap_cmd_store(): use UID instead of sequential number.
46           Renamed imap_set_article_flags() to imap_set_message_flags().
47         * src/summaryview.c: summary_execute(): don't update summary
48           even if current folder is IMAP4.
49         * src/utils.[ch]: remove_numbered_files(): changed the type of
50           arguments from gint to guint.
51
52 2001-06-19
53
54         * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
55           imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
56           enclose with double quotation if string doesn't have space
57           (workaround for old Cyrus IMAP4 server).
58           imap_create_folder(): fixed a bug of separator substitution.
59           renamed imap_session_connect_if_not() to imap_session_get().
60           imap_get_msg_list(): delete all cached messages if use_cache
61           is off.
62           imap_delete_cached_messages(): remove cached files in between
63           the specified range by reading directory entry.
64           imap_parse_one_address(): set fromname same as the from address
65           if it is empty.
66         * src/utils.[ch]: remove_numbered_files(): new. The range is
67           specifiable.
68         * src/summaryview.c: summary_execute(): update summary if current
69           folder is IMAP4.
70           KEY_PRESS_EVENT_STOP(): new macro.
71           summary_key_pressed(): stop signal emission when calling
72           summary_execute().
73           summary_select_by_msgnum(): show message only if
74           msg_is_toggled_on is TRUE. Move current page to the selected
75           node.
76         * src/news.c; news_delete_old_articles(): remove cached files in
77           between the specified range by reading directory entry.
78         * src/folderview.c:
79           folderview_selected(), folderview_button_released(): fixed a bug
80           that didn't select folder correctly.
81
82 2001-06-18
83
84         * src/mainwindow.c
85           src/summaryview.c
86           src/prefs_common.c: improvements to the English (thanks to Paul
87           Mangan).
88         * src/mainwindow.c: compose_cb()
89           src/summaryview.c: summary_key_pressed()
90           src/compose.c: compose_new_with_recipient(): newsgroups entry
91           is automatically filled when composing a new article.
92
93 2001-06-17
94
95         * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
96           free list correctly.
97
98 2001-06-16
99
100         * version 0.4.99
101
102         * src/imap.c: imap_find_namespace(): replace namespace path
103           separator with slash before comparison.
104           imap_remove_folder(): use namespace.
105           imap_create_tree(): use namespece when creating Trash.
106           imap_get_msg_list(): fixed a bug that returned old list and caused
107           memory leak if exists == 0.
108           imap_select(): new. It's a wrapper for imap_cmd_select().
109         * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
110
111 2001-06-15
112
113         * src/folderview.c:
114           folderview_new_folder_cb()
115           folderview_new_imap_folder_cb(): show error dialog when creation
116           or deletion of folder failed.
117           Made it allow users to create a folder which contains subfolders.
118           folderview_button_pressed(): disabled delete menu on the special
119           IMAP4 folder.
120         * AUTHORS: incorporated from claws branch. It now contains all
121           contributors.
122         * src/send.c: enabled cancellation.
123           EXIT_IF_CANCELLED(): new macro.
124           Added cancelled flag to SendProgressDialog.
125         * src/utils.[ch]: strtailchomp(): new. It removes the trailing
126           specified character.
127         * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
128
129 2001-06-15
130
131         * src/imap.c: imap_create_tree(): new. It creates required
132           folders such as INBOX and Trash.
133           imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
134           if COPY failed.
135           imap_remove_all_msg(): return immediately if exists == 0.
136         * src/account.c: account_add(), account_set_missing_folder():
137           made them use folder->create_tree().
138
139 2001-06-14
140
141         * src/imap.c: more namespace implementation.
142           imap_find_namespace(), imap_path_separator_subst(): new.
143
144 2001-06-13
145
146         * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
147
148 2001-06-11
149
150         * src/summaryview.c: summary_show(): fixed a glitch in folder view.
151
152 2001-06-08
153
154         * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
155           which appends file into IMAP4 folder.
156           imap_status(): new.
157           imap_create_folder(): check the existence of a folder before
158           create it.
159           renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
160         * src/account.c: account_add(), account_set_missing_folder():
161           create INBOX automatically when creating IMAP4 account.
162
163 2001-06-07
164
165         * src/utils.[ch]: added itos_buf() that takes the buffer for its
166           argument.
167         * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
168         * src/folder.c: added copy_msg and copy_msgs_with_dest methods
169           to the IMAP class.
170
171 2001-06-06
172
173         * src/utils.[ch]: move_file(): new.
174         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
175           use move_file(), and fixed a bug that didn't close file when
176           error occured.
177
178 2001-06-06
179
180         * src/imap.c: renamed imap_delete_messages() and
181           imap_delete_all_messages() to imap_delete_cached_messages() and
182           imap_delete_all_cached_messages(). Some code cleanups.
183         * src/utils.[ch]: added a function remove_all_numbered_files().
184         * src/mh.c: mh_remove_all_msg()
185           src/imap.c: imap_delete_all_cached_messages():
186           use remove_all_numbered_files().
187         * src/mainwindow.c
188           src/summaryview.c
189           src/compose.[ch]: added `Reply to sender'.
190           compose_reply()
191           compose_reply_set_entry(): added an argument `ignore_replyto'.
192
193 2001-06-05
194
195         * src/folderview.c: folderview_selected()
196           src/summaryview.c: summary_show(): fixed a bug that updated wrong
197           folder when remaining marks were processed.
198
199 2001-06-04
200
201         * src/headerwindow.c: headerwindow_show_cb(): always try to show
202           msginfo, and use the selected message, not the displayed one.
203         * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
204
205 2001-06-02
206
207         * src/folderview.c: folderview_selected()
208           src/mimeview.c: mimeview_selected(): ungrab the mouse event.
209         * src/summaryview.c: summary_show(): process the left marks if any.
210
211 2001-05-27
212
213         * src/passphrase.c: enclosed with #if USE_GPGME.
214         * src/prefs_account.c: added NNTP AUTH check button.
215         * src/alertpanel.[ch]: alertpanel_create(): added new argument
216           `can_disable', all existing callers changed to pass FALSE;
217           created a check button to disable the message.
218           alertpanel_message_with_disable(): new.
219           alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
220           alertpanel_button_toggled(): new.
221           alertpanel_button_clicked(), alertpanel_close(): set value using
222           G_ALERT_VALUE_MASK.
223         * src/prefs_common.[ch]: added option to toggle GnuPG signature
224           check popup window, and GnuPG warning.
225         * src/rfc2015.c: check_signature(): show signature check dialog
226           only if it is enabled.
227         * src/main.c: modified GnuPG checking.
228         * src/main.c
229           src/prefs_common.c: fixed some compilation bugs when enabled
230           GPGME.
231
232 2001-05-26
233
234         * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
235           encodings with libjconv.
236           conv_encode_header(): fixed an endless loop bug when encountering
237           an invalid wide character (thanks to Alte).
238         * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
239           bold font.
240         * src/imap.c: imap_create_folder(): don't create folder if the
241           name is INBOX.
242         * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
243           execute button when immediate execution is enabled.
244
245 2001-05-22
246
247         * README
248           README.jp: added the "How to run" section.
249
250 2001-05-19
251
252         * merged NNTP AUTH from the claws branch.
253         * src/news.[ch]: supported NNTP AUTH.
254         * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
255         * INSTALL
256           INSTALL.jp: modified the confirmation list and the warning about
257           threads.
258
259 2001-05-18
260
261         * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
262           gtkut_ctree_find_collapsed_parent().
263         * src/folderview.c: folderview_select_node(): automatically expand
264           the parent folders when selected.
265         * configure.in: made the version number to 0.4.99 (0.5pre)
266         * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
267           so that X is not necessary for --help and --version.
268           parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
269         * src/folderview.c: folderview_update_node(): a fix for collapsed
270           nodes.
271
272 2001-05-17
273
274         * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
275           It caused garbages in --compose option.
276         * src/socket.[ch]: made fd_gets() public.
277
278 2001-05-16
279
280         * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
281         * src/folderview.c: folderview_find_next_unread(): new.
282           folderview_select_next_unread(): modified so that it can find
283           the hidden folder.
284
285 2001-05-15
286
287         * src/compose.c: compose_write_headers(): excluded also From, To,
288           Sender because they could be used for SPAM.
289         * src/folderview.c: add '+' mark to the collapsed folder that have
290           some unread folders.
291           folderview_search_new_recursive(),
292           folderview_have_new_children(),
293           folderview_search_unread_recursive(),
294           folderview_have_unread_children(),
295           folderview_find_collapsed_parent(): new.
296           folderview_update_node(): display the number of queued messages.
297
298 2001-05-14
299
300         * src/folder.[ch]
301           src/mh.[ch]: modified *_add_msg() to use link(). Added the
302           argument to switch whether to remove the source file or not.
303         * src/compose.c
304           src/inc.c
305           src/mbox.c: modified the argument of folder_item_add_msg() and
306           removed some unlink()'s.
307
308 2001-05-13
309
310         * src/prefs_customheader.[ch]: renamed prefs_headers_* to
311           prefs_custom_header_*. Removed `(New)' row and `Substitute'
312           button. Supported empty value.
313           prefs_custom_header_row_moved(): new. Connected "row_move" signal
314           to the function, and made it set header list.
315         * src/customheader.c: custom_header_get_str()
316           src/compose.c: compose_write_headers(): supported empty value.
317         * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
318           Connected "row_move" signal to the function, and made it set
319           header list.
320         * src/compose.c: compose_write_headers(): modified the order of
321           headers, and made it encode the custom headers.
322         * src/prefs_customheader.c: prefs_custom_header_delete_cb()
323           src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
324           alert panel by ESC as "No".
325
326 2001-05-13
327
328         * merged the custom header stuff from claws branch:
329         * src/customheader.[ch]
330           src/prefs_customheader.[ch]: new.
331         * src/customheader.c: custom_header_read_str(): use strtol() instead
332           of atoi() and check errors.
333           custom_header_find(): new function.
334         * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
335           compose_write_headers(): made it replace headers with user-defined
336           headers except for some automatically generated headers.
337
338 2001-05-11
339
340         * src/inc.c: connection_check_cb(): fixed a bug that caused
341           segmentation fault if connection was not established.
342         * src/compose.c: compose_create(): even if set_autobcc or set
343           autoreplyto is checked and the entries are empty, show them.
344
345 2001-05-10
346
347         * src/textview.c: textview_show_mime_part(): modified the messages.
348           TEXT_INSERT(): new macro.
349         * po/ja.po: fixed.
350         * src/prefs_display_header.c: prefs_display_header_create():
351           modified the text of checkbutton.
352
353 2001-05-09
354
355         * src/mimeview.c: added "Open with..." to the context menu.
356         * src/summaryview.c: summary_print()
357           src/inputdialog.c: input_dialog(): fixed memory leaks.
358         * src/textview.c: textview_show_mime_part(): updated the description.
359         * src/send.c: implemented sending progress dialog.
360           (TODO: automaton should be used.)
361           send_progress_dialog_create(), send_progress_dialog_destroy(),
362           send_cancel(): new.
363           send_message_smtp(): made it update the dialog for each stage.
364         * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
365           of opened file.
366         * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
367           go to first unread message even if folder is same as previous.
368         * src/prefs_common.c: made color selection dialog transient, and
369           made escape key close the dialogs.
370
371 2001-05-08
372
373         * version 0.4.66
374
375         * src/select-keys.c: delete_event_cb(): removed `;' from its end.
376         * src/recv.c: recv_write(): changed the interval to 10msec.
377         * src/prefs_display_header.c: modified the layout of the dialog,
378           and made the hidden headers list insensitive when `Show other
379           headers' is not checked.
380         * src/textview.c: changed strcasecmp() and strncasecmp() to
381           the corresponding glib functions.
382         * src/inc.c: get_spool(): make a temporary file in the home
383           directory.
384
385 2001-05-07
386
387         * src/prefs_common.c
388           src/prefs_account.c
389           src/prefs_filter.c
390           src/account.c
391           src/alertpanel.c
392           src/filesel.c
393           src/foldersel.c
394           src/export.c
395           src/import.c
396           src/inputdialog.c
397           src/passphrase.c
398           src/select-keys.c
399           src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
400           when closed them with delete_event (thanks to DINH).
401           Added *_deleted() and *delete_event() which handle delete_event
402           signal correctly.
403
404 2001-05-06
405
406         * src/prefs_display_header.c: merged some changes from claws branch:
407           prefs_display_header_create(): allow reordering of headers by
408           dragging.
409           prefs_display_header_find_header(): new function.
410           prefs_display_header_clist_set_row(): don't allow duplicates.
411         * src/prefs_account.c: prefs_account_receive_create(): changed
412           the label of the check button.
413
414 2001-05-05
415
416         * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
417           immediately.
418         * src/inc.h: removed cur_msg_bytes from Pop3State.
419         * src/inc.c: pop3_recv_func()
420           src/recv.[ch]: made the second arguments of RecvUIFunc current
421           total read bytes.
422           recv_write(): made it call UI func if elapsed time is greater
423           than 0.1 sec.
424         * src/recv.c: recv_write(): changed the interval to 300 usec.
425         * src/textview.c: textview_show_header(): if header is Subject,
426           unfold it.
427         * src/utils.[ch]: unfold_line(): new.
428         * src/procheader.[ch]: procheader_get_header_array(): new.
429         * src/prefs_display_header.c: updated defaults.
430
431 2001-05-05
432
433         * some merge from the sylpheed-claws branch.
434           It allows user to specify displayed headers in message view.
435           (symbol names were also changed.)
436         * src/prefs_display_header.[ch]
437           src/displayheader.[ch]: new.
438         * src/prefs_display_header.c:
439           removed prefs_display_headers_other_headers_toggled().
440           removed "(New)" row from the list.
441         * src/defs.h: added DISPLAY_HEADER_RC.
442         * src/prefs_common.c: prefs_message_create(): added a button for
443           opening the display header setting dialog.
444         * src/prefs_common.h: added show_other_header and disphdr_list
445           to PrefsCommon.
446         * src/procheader.[ch]: procheader_get_header_list_from_file(),
447           procheader_get_header_array_asis(): new.
448           procheader_get_header_list(): modified so that it takes FILE
449           pointer for its argument.
450           procheader_header_array_destroy(), procheader_header_free(): new.
451         * src/main.c: main(): made it call prefs_display_header_*_config().
452         * src/textview.c: textview_scan_header(): modified so that it
453           sorts headers according to user setting.
454           src/textview_show_header(): made it call
455           textview_make_clickable_parts().
456           textview_make_clickable_parts(): added GdkFont to its arguments,
457           and removed GtkText from them.
458
459 2001-05-04
460
461         * implemented auto-checking of new mail based on the patch from
462           Pierric Descamps (thanks!).
463         * src/inc.c: added inc_autocheck_timer_init(),
464           inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
465           inc_autocheck_func() for auto-checking of new mail.
466         * src/main.c: main(): call inc_autocheck_timer_init().
467         * src/prefs_common.c: prefs_receive_create(): activated the
468           auto-checking UI. Added prefs_common_cancel(), and connected
469           some signals to that.
470         * src/prefs_common.c
471           src/prefs_account.c
472           src/prefs_filter.c
473           src/account.c: Disabled auto-checking while opening the dialog.
474         * src/headerview.c: headerview_show_xface(): fixed a bug that
475           showed a warning when header pane was hidden.
476
477 2001-05-03
478
479         * src/inc.c
480           src/pop.c
481           src/recv.c: removed non-blocking socket mode support since it
482           does nothing.
483         * src/pop.c
484           src/inc.c: modified the messages of incorporation dialog.
485
486 2001-05-02
487
488         * src/utils.h: made u32 the typedef of guint32.
489           added BIG_ENDIAN_HOST macro that is used by md5.c.
490         * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
491           that didn't calculate MD5 correctly on big endian machines.
492
493 2001-05-01
494
495         * version 0.4.65
496
497         * src/folder.c: folder_init(): added the method imap_remove_folder.
498         * src/folderview.c: folderview_rm_imap_folder_cb(): made it
499           actually remove folder from IMAP4 server.
500         * src/imap.[ch]: imap_create_folder(): made it actually create
501           folder on IMAP4 server.
502           imap_remove_folder(): added.
503           imap_create(), imap_delete(): added.
504         * src/summaryview.c: summary_execute_delete(): don't check trash
505           if folder type is not F_MH.
506         * thanks to Ishihara for the above changes.
507         * configure.in
508           ac/check-type.m4: better wint_t typedef detection (renamed
509           sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
510
511 2001-04-30
512
513         * src/recv.c: recv_bytes_write(): fixed another bug that caused
514           infinite loop and buffer overrun.
515
516 2001-04-30
517
518         * src/socket.[ch]: renamed sock_read() and fd_read() to
519           sock_gets() and fd_gets() for preventing confusion.
520           Added sock_read() and fd_read() which is the wrapper of read().
521         * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
522           loop. Use sock_read() instead of fd_read().
523         * src/esmtp.c
524           src/imap.c
525           src/news.c
526           src/nntp.c
527           src/pop.c
528           src/recv.c
529           src/smtp.c: use sock_gets() instead of sock_read().
530         * src/imap.c: imap_session_new(): fixed the error detection
531           of imap_open().
532
533 2001-04-28
534
535         * src/inc.c: made it displays current read bytes to the dialog.
536         * src/pop.c: recv_write(): call UI function before editing
537           strings.
538
539 2001-04-27
540
541         * src/progressdialog.c: progress_dialog_create(): modified the
542           size of dialog and made it stretchable.
543         * src/smtp.c
544           src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
545           process an error response correctly (thanks to Ohmasa).
546         * src/pop.[ch]: added pop3_getsize_list_send(),
547           pop3_getsize_list_recv().
548         * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
549           call the callback function for each sock_read().
550         * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
551           cur_msg_bytes, cur_total_bytes, and sizes.
552         * src/inc.c: added inc_pop3_recv_func() that updates the progress
553           bar for each sock_read().
554
555 2001-04-26
556
557         * src/mh.c: mh_is_maildir_one(): modified so that it uses
558           is_dir_exist().
559
560 2001-04-25  Werner Koch  <wk@gnupg.org>
561
562         * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
563         (mh_scan_tree_recursive): Do not include Maildir style directories
564         in the scan.
565
566         Changed the use of integers to describe sockets by an more abstract
567         data structure.
568
569         * src/automaton.h (struct _Automaton): Add help_sock.
570         * src/automaton.c (automaton_input_cb): Changed source to be
571         SockInfo and use wrapper for gdk_input_add.
572
573         * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
574         for invalid socket because this is now done in sock_close. Set
575         sock to NULL.
576         (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
577         (send_smtp_open): Use only SockInfo.
578
579         * src/news.c (news_session_new): Use SockInfo here.
580         (news_session_destroy): Ditto and set sock to NULL.
581
582         * src/nntp.c: Use SockInfo instead of integers
583         * src/smtp.c: Ditto.
584         * src/pop.c: Ditto.
585         * src/recv.c: Ditto.
586
587         * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
588         gdk_input_add into a wrapper.
589
590         * src/esmtp.c: Changed socket descriptors to use SockInfo.
591         * src/esmtp.h: Ditto, included socket.h.
592         * src/session.h (struct _Session): Likewise.
593         * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
594         Removed access to internal data of SockInfo.  Changed all callers
595         and functions to take SockInfo.
596         (imap_session_new): Use sock_close here.
597         (imap_session_destroy): Ditto.
598
599         * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
600         fd_write.
601
602         * src/main.c (app_will_exit): Close lock socket using fd_close.
603         (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
604         (lock_socket_input_cb): Ditto.
605
606         * src/socket.h, src/socket.c: Prepared SockInfo structure to use
607         glib channels. Changed all sock_xxx to use SockInfo instead of an
608         integer.
609         (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
610         (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
611         callers.
612         (fd_read, fd_write, fd_close): New.
613         (sock_sockinfo_free): Removed.
614         * src/socket.c (sock_connect_nb): Use close instead sock_close here.
615         (sock_connect): Ditto.
616
617 2001-04-26
618
619         * config.h.in: removed.
620         * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
621         * .cvsignore: added.
622         * src/inc.c
623           src/progressdialog.[ch]
624           src/pixmaps/complete.xpm
625           src/pixmaps/continue.xpm
626           src/pixmaps/error.xpm: applied the patch from Leandro Pereira
627           that displays the state of message incorporation (thanks!).
628         * src/inc.c: made the progress dialog change the text of status.
629
630 2001-04-25
631
632         * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
633           from the cvs tree.
634         * COPYING: removed RSA copyright notice.
635         * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
636         * configure.in: added the check of sys/utsname.h.
637
638 2001-04-24  Werner Koch  <wk@gnupg.org>
639
640         Merged most of the changes from the W32 branch in.
641
642         * configure.in: Require gpgme >= 0.2.1
643
644         * acconfig.h (HAVE_U32_TYPEDEF): New.
645         * ac/gnupg-check-typedef.m4: New.
646         * configure.in: Check for u32 type and the size of some types.
647         * src/utils.h: Define the u32 type and related constants.
648
649         * src/about.c (about_create): Removed the note about MD5.  We are
650         not any longer using the RSA Inc. implementation.
651         * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
652         * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
653         renamed the function to standard lowercase convention. Changed all
654         callers. 
655         (md5_hex_digest): New.
656         (md5_hmac): Add hmac function by Martin Schaaf with some 
657         modifications.
658         (md5_hex_hmac): New.
659         * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
660         (hmac_md5): Removed.
661         * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
662         the new md5_hex_digest function.
663
664         * src/about.c: Include utsname.h only if available
665
666         * src/utils.c, src/utils.h (get_home_dir): New to better cope with
667         special Windoze requirements.  Changed all calls to
668         g_get_home_dir() to this function.
669
670         * simple-gettext.c: New.
671
672         * src/main.c (main): Issue a warning if GnuPG is not properly
673         installed.
674
675         * src/sigstatus.c, src/sigstatus.h: New.
676         * src/rfc2015.c (check_signature): Use the sigstatus window and
677         get the status texts from a utility function.
678
679         * src/select-keys.c: Removed the global select_keys var and
680         pass an allocated one along all functions.
681         (set_row): Display only keys capable of encryption.
682         (update_progress): Replaced the progressbar by
683         a windmill and a text showing for which key we are collecting
684         info.  Removed progressbar everywhere else and updated callers.
685
686         * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
687         display the grab button. 
688
689 2001-04-24
690
691         * src/prefs_common.[ch]
692           src/procheader.c: applied the patch from Darko Koruga that
693           allows user to define their own format for displaying date in
694           summary view using strftime() (thanks!).
695         * src/prefs_common.c: prefs_quote_colors_dialog()
696           src/mainwindow.c: main_window_reflect_prefs_all(): made it
697           update message colors if the colors setting is changed.
698         * src/main.[ch]: made it remember the startup directory.
699         * src/export.c: export_mbox(): made it initially chdir to the
700           startup directory.
701         * src/filesel.c: filesel_select_file(): made it open the startup
702           directory at first.
703
704 2001-04-23
705
706         * added option to warn about queued messages on exit [sergey]:
707
708           * src/compose.c: compose_queue(): call folder_item_scan()
709             and folderview_update_item() after queueing.
710           * src/folderview.c: folderview_update_node(): draw the queue
711             folder in bold font if there are queued messages.
712           * src/mainwindow.c: queued_messages(): new function.
713             app_exit_cb(): display warning if there are queued messages
714             if warn_queued_on_exit is set.
715           * prefs_common.[ch]: add warn_queued_on_exit option.
716
717         * src/mainwindow.c: moved queued_messages() to main.c, and renamed
718           it to get_queued_message_num().
719         * src/main.c: app_will_exit(): moved warning dialog code from
720           app_exit_cb(), and added manage_window_focus_in().
721
722         * enhanced GnuPG key selection support [sergey]:
723
724           * src/select-keys.c: updated to newer version from Win32
725             branch with support for selecting arbitrary keys.
726           * src/prefs_account.c: added the Privacy tab to the account
727             options window.
728             prefs_account_privacy_create(),
729             prefs_account_sign_key_set_data_from_radiobtn(),
730             prefs_account_sign_key_set_radiobtn(): new functions.
731           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
732           * src/rfc2015.c: set_signers(): new function.
733             pgp_sign(): add the account parameter, call set_signers().
734             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
735           * src/rfc2015.h: rfc2015_sign(): updated prototype.
736           * src/compose.c: pass the current account to rfc2015_sign().
737
738 2001-04-22
739
740         * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
741
742 2001-04-20
743
744         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
745           Fixed a memory leak bug.
746         * src/export.[ch]: added for exporting folder to mbox.
747         * src/import.[ch]: made import_mbox() take default folder.
748           Added description to the dialog.
749         * src/summaryview.c: summary_show(): fixed a bug that kept the
750           toolbar buttons insensitive after receiving messages.
751         * src/export.c
752           src/import.c: fixed a bug that caused quitting of the program
753           when OK or Cancel button was clicked several time.
754         * src/prefs_common.[ch]
755           src/addressbook.c: added "Add address to destination when
756           double-clicked" option.
757
758 2001-04-19
759
760         * src/prefs_common.[ch]: reorganized the items of settings,
761           and added Message tab.
762         * src/main.c: parse_cmd_opt(): added command line option --version.
763         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
764           special folders.
765         * src/prefs_common.[ch]
766           src/headerview.[ch]: the header pane can be toggled now.
767         * src/prefs_common.[ch]
768           src/textview.c: page scroll step is now selectable between
769           one page and half page.
770         * src/mbox.[ch]: added export_mbox() that reads all messages
771           in a folder, and store them into one mbox file.
772
773 2001-04-18
774
775         * src/prefs_filter.[ch]: separated filter setting code from
776           prefs_common.c, and made it a separate dialog.
777
778 2001-04-17
779
780         * version 0.4.64
781
782         * src/automaton.[ch]
783           src/inc.c: fixed the bug that made Sylpheed crash when clicking
784           Cancel button while getting new mail (thanks to Sergey Vlasov).
785         * src/xml.c: xml_build_tree()
786           src/addressbook.c: fixed a bug that caused infinite loop if an
787           illegal XML file was given.
788
789 2001-04-16
790
791         * src/summaryview.c
792           src/inc.c: applied the patch from Sergey Vlasov that fixes the
793           problem when the "Go to inbox after receiving new mail" option
794           was turned off (thanks!).
795
796 2001-04-15
797
798         * src/xml.[ch]: modified so that it supports some characters which
799           must be escaped, and multiple-lined tag.
800         * src/folder.c
801           src/addressbook.c: modified so that it escapes some characters
802           like '<', '>', '&', ''', '"'.
803
804 2001-04-10
805
806         * version 0.4.63
807
808         * src/folder.[ch]
809           src/mainwindow.c
810           src/mh.[ch]
811           src/procmsg.[ch]
812           src/summaryview.[ch]: applied the patch from Darko Koruga that
813           adds copy message operation for the MH folders (thanks!).
814         * src/imap.c: disabled slash to dot conversion.
815         * src/imageview.c: fixed a bug that displayed an old image when
816           loading of a image failed (thanks to Darko Koruga).
817
818 2001-04-09
819
820         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
821           cache reading (thanks to Sergey Vlasov).
822         * src/inc.c
823           src/summaryview.[ch]
824           prefs_common.[ch]: applied the patch that keeps the same folder
825           after receiving new mail (thanks to Sergey Vlasov).
826         * src/textview.c
827           src/utils.[ch]: moved get_quote_level() to utils.c.
828
829 2001-04-08
830
831         * ac/Makefile.am: added.
832         * Makefile.am
833           configure.in: added ac directory.
834
835 2001-04-07
836
837         * src/summaryview.c: summary_filter(): made it move messages
838           immediately if immediate_exec option is set.
839         * src/prefs_common.[ch]
840           src/textview.[ch]
841           src/gtkutils.[ch]: applied the message coloring patch from
842           Stephen Anthony with some modification (thanks!).
843         * src/gtksctree.c
844           src/mimeview.c: modified the behavior of MimeView (thanks to
845           HIRAMATSU).
846
847 2001-04-06
848
849         * src/utils.c: copy_file()
850           src/mh.c: applied (and modified) the patch from Darko Koruga
851           that enables to move messages across file systems (thanks!).
852         * src/procheader.c
853           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
854           that converts the date of messages to the local time (thanks!).
855         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
856           of one-letter timezone were reversed.
857         * src/folder.c: folder_item_add_msg(): put the assertion for the
858           add_msg() method (thanks to TAKANO).
859
860 2001-04-05
861
862         * src/procmime.c: procmime_decode_content(): fixed a bug that
863           corrupted quoted-printable encoded messages when they include
864           `=00' (thanks to Masahiro Tomita).
865         * src/gtksctree.c
866           src/mimeview.c
867           src/summaryview.c: modified the DnD behavior of MIME view
868           (thanks to HIRAMATSU).
869
870 2001-04-04
871
872         * src/about.c: applied the patch from Sergey Vlasov that fixes
873           the appearance of the about dialog (thanks!).
874         * src/prefs_common.[ch]
875           src/rfc2015.[ch]
876           src/mimeview.c
877           src/procmime.[ch]
878           src/compose.[ch]
879           src/passphrase.c
880           src/textview.[ch]: applied the GnuPG support patch which had
881           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
882         * INSTALL, INSTALL.jp: updated the description about GnuPG.
883
884 2001-04-03
885
886         * src/utils.[ch]: added references_list_append() that parses
887           References header and makes it string list.
888         * src/compose.c: modified so that too long References header is
889           truncated, garbage characters are removed, and header is tidied
890           up (thanks to Matthias Intemann).
891
892 2001-04-02
893
894         * src/addr_compl.c: applied the address completion bugfix patch
895           from Alfons Hoogervorst (thanks!).
896
897 2001-04-01
898
899         * src/gtksctree.c: modified so that the tree_select_row signal
900           actually pass the column number.
901         * src/summaryview.c: summary_selected(): made generic mark and
902           unread mark can be toggled with clicking of the columns.
903           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
904         * src/prefs_common.c
905           src/prefs_account.c: applied the layout fix patches from Sergey
906           Vlasov, and adjusted some widths of GtkEntry widgets.
907         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
908         * src/inc.c: inc_start(): modified so that authentication dialogs
909           show server name too (thanks to Sergey Vlasov).
910
911 2001-03-31
912
913         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
914           segmentation fault when a malformed multipart message is shown
915           (thanks to Sergey Vlasov).
916         * src/summaryview.c: summary_display_msg(): made it focus to the
917           summary view if the MIME list is empty.
918
919 2001-03-30
920
921         * src/pixmaps/deleted.xpm
922           src/pixmaps/mark.xpm
923           src/summaryview.c: added deleted and mark icon.
924         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
925           to gtk_widget_unref().
926         * src/addr_compl.c: start_address_completion(): fixed the bug that
927           displayed warning when the address book was empty (thanks to
928           Chideok Hwang).
929
930 2001-03-29
931
932         * src/summaryview.c: summary_show(): fixed a memory leak bug
933           (thanks to ChiDeok Hwang).
934         * src/pixmaps/forwarded.xpm
935           src/pixmaps/replied.xpm
936           src/pixmaps/new.xpm
937           src/pixmaps/unread.xpm
938           src/compose.c
939           src/mainwindow.c
940           src/prefs_common.c
941           src/procmsg.h
942           src/summaryview.[ch]: applied the patch from Marc Hoper
943           that adds replied and forwarded mark to replying or forwarding
944           messages (thanks!). And new and unread mark were replaced
945           by the icons David Mehrmann created (thanks!).
946         * src/summaryview.c: made the width of unread and MIME column
947           fixed.
948         * src/prefs.c: prefs_config_parse_one_line(): made it check the
949           '=' separator (thanks to Sergey Vlasov).
950
951 2001-03-26
952
953         * src/prefs_common.[ch]: moved smooth scroll option to the
954           interface tab.
955         * src/textview.c: made the one-line scroll also perform smooth
956           scrolling.
957
958 2001-03-25
959
960         * src/prefs_common.[ch]
961           src/textview.c: applied the smooth scroll patch from Setoh and
962           Ninomiya (thanks!).
963
964 2001-03-24
965
966         * src/summaryview.c: summary_attract_by_subject(): rewritten it
967           using hash table for speeding up.
968         * src/prefs_account.c: made filter_on_receive TRUE by default.
969         * src/mainwindow.c: reordered menu items.
970
971 2001-03-23
972
973         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
974           caused address completion not to accept space and enter key.
975
976 2001-03-22
977
978         * src/utils.[ch]
979           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
980           correctly.
981         * src/compose.c: fixed a bug that didn't decode some headers
982           correctly when replying or reediting drafts (thanks to Sergey
983           Vlasov).
984
985 2001-03-21
986
987         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
988           behaviors of some classes.
989         * src/main.c: main(): made it call gtkut_widget_init() first.
990         * src/summaryview.c: summary_create(): removed the key binding code.
991
992 2001-03-19
993
994         * src/procmsg.[ch]: modified for the sake of readability.
995
996 2001-03-18
997
998         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
999           Added new menu items for folder manipulation.
1000           allsel_cb(): made it change the target between summary view and
1001           message view according to the input focus.
1002           Removed "Select all" from Summary submenu.
1003         * src/folderview.[ch]: added functions for creating/renaming/deleting
1004           folder.
1005         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
1006           removed "important" flag.
1007         * src/summaryview.c: added summary_set_row_marks() that sets style
1008           of a row according to the flags, and made some functions use it.
1009         * src/mainwindow.c: allsel_cb(): modified so that it selects
1010           summary view correctly if message view is toggled off.
1011
1012 2001-03-17
1013
1014         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
1015           leak bug of socket, and rewrote the routine.
1016         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
1017           displayed the wrong unread number in the folder tree if a
1018           folder was open and new messages arrived at the folder.
1019         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
1020           again.
1021
1022 2001-03-15
1023
1024         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
1025           check the existence of the destination file.
1026         * src/procmsg.c: procmsg_set_flags(): made it count the last
1027           number of the message list (and fixed a bug that didn't open
1028           newly arrived message).
1029
1030 2001-03-13
1031
1032         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
1033           Shift_JIS from the outgoing codeset.
1034
1035 2001-03-12
1036
1037         * version 0.4.62
1038
1039 2001-03-11
1040
1041         * src/send.c: send_message_queue(): modified so that it finds
1042           the account from the `From' and the server name of the queued
1043           message.
1044         * src/account.[ch]: added account_find_from_smtp_server() that
1045           finds an account from the specified address and SMTP server.
1046         * src/Makefile.am
1047           src/mainwindow.c
1048           src/summaryview.[ch]
1049           src/sourcewindow.[ch]: integrated the viewing source patch from
1050           DINH V. Hoà (thanks!).
1051
1052 2001-03-10
1053
1054         * src/addr_compl.[ch]
1055           src/addressbook.c
1056           src/compose.c: applied the enhanced address completion patch
1057           from Alfons Hoogervorst (thanks!).
1058         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
1059         * src/folder.c: folder_init()
1060           src/folderview.c: folderview_drag_motion_cb()
1061           src/procmsg.c: procmsg_clean_trash()
1062           src/summaryview.c: summary_start_drag()
1063           src/imap.[ch]: integrated the IMAP4 move/remove function patch
1064           from Suzuki Mio (thanks!).
1065
1066 2001-03-08
1067
1068         * src/main.c: parse_cmd_opt(): made the --compose option realize
1069           mailto: URI.
1070         * src/utils.[ch]: execute_async(): supported quoted arguments
1071           correctly.
1072           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
1073           version of g_strsplit().
1074         * src/mimeview.c: mimeview_view_file()
1075           src/prefs_common.c: added single quotation mark around the file
1076           name.
1077
1078 2001-03-07
1079
1080         * configure.in
1081           src/compose.c
1082           src/prefs.c
1083           src/procmime.c
1084           src/summaryview.c
1085           src/mbox.c
1086           src/recv.c
1087           src/utils.[ch]: applied the security fix patch from Dmitry V.
1088           Levin with some modification (thanks!). Added my_tmpfile() to
1089           utils.[ch].
1090         * src/main.c: added --receive-all command-line option.
1091
1092 2001-03-06
1093
1094         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
1095           compile if both multithread and IPv6 are enabled (thanks to
1096           Ishihara).
1097         * src/utils.[ch]
1098           src/compose.c: applied a patch from Jason McCarver that allows
1099           FIFO for signature file (thanks!).
1100         * src/textview.c: made some more refactoring.
1101         * src/socket.c: sock_accept(): changed socklen_t to gint.
1102
1103 2001-03-05
1104
1105         * src/main.c
1106           src/textview.c: some code cleanups.
1107
1108 2001-03-04
1109
1110         * src/compose.[ch]
1111           src/main.c
1112           src/textview.c: integrated the patch from Alfons Hoogervorst that
1113           fixes some glitches in clickable URI and enables mail addresses
1114           clickable, and enables the --compose command line option to
1115           specify address (thanks!).
1116
1117 2001-03-03
1118
1119         * src/esmtp.[ch]
1120           src/smtp.[ch]
1121           src/send.c
1122           src/prefs_account.[ch]
1123           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
1124           and fixed its a few bugs (thanks!).
1125         * src/textview.c: textview_key_pressed(): made it don't move focus
1126           to summary view.
1127         * src/main.c: parse_cmd_opt(): modified the help message.
1128         * src/html.[ch]: added empty_line to HTMLParser and modified
1129           the parser routines a bit.
1130
1131 2001-03-01
1132
1133         * src/html.c: added eucjp_symbol_list, and added some characters
1134           to ascii_symbol_list.
1135
1136 2001-02-19
1137
1138         * src/codeconv.[ch]: added a member `charset' and `charset_str'
1139           to CodeConverter.
1140         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
1141           html_parser_new(): made it change the symbol hash table
1142           according to the character set of the document.
1143           html_parse_special(): made it recognize character code number.
1144
1145 2001-02-17
1146
1147         * src/textview.c: added textview_show_html() that parses HTML and
1148           display as a text.
1149           textview_show_part(): made it call textview_show_html() if
1150           the part is text/html.
1151         * src/html.[ch]: implemented HTML parser.
1152
1153 2001-02-15
1154
1155         * src/codeconv.[ch]: added CodeConverter, and its methods
1156           (conv_code_converter_new(), conv_code_converter_destroy(), and
1157            conv_convert()).
1158         * src/textview.c: removed the branches by HAVE_LIBJCONV and
1159           rewrote them using CodeConverter.
1160
1161 2001-02-12
1162
1163         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
1164
1165 2001-02-11
1166
1167         * src/codeconv.c: some code cleanups.
1168
1169 2001-02-05
1170
1171         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
1172           popup the main window correctly.
1173         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
1174           CS_EUC_TW was reversed (thanks to Sakamoto).
1175
1176 2001-02-04
1177
1178         * src/gtkutils.[ch]
1179           src/main.c
1180           src/mainwindow.[ch]
1181           src/socket.[ch]: applied the patch from Hiramatu that enables
1182           prohibition of multiple execution and remote control with
1183           command line option (thanks!).
1184
1185 2001-02-03
1186
1187         * src/summaryview.c: summary_button_pressed(), summary_selected():
1188           made it toggle the view if middle button is clicked while message
1189           view is hidden.
1190           summary_drag_data_get(): fixed a memory leaking.
1191         * src/Makefile.am
1192           src/compose.c: compose_write_headers(): modified so that it uses
1193           host_alias for X-Mailer or X-Newsreader field.
1194
1195 2001-02-03
1196
1197         * version 0.4.61
1198
1199         * src/folderview.c: fixed a bug that prevented a folder from being
1200           created if there were already folders that have the same name
1201           somewhere at another place.
1202
1203 2001-02-02
1204
1205         * src/folderview.c: folderview_update_all(): fixed a bug that
1206           caused segmentation fault when a folder was selected after
1207           updating the folder tree.
1208         * src/compose.c: compose_send(): fixed a locking bug.
1209           compose_write_headers(): fixed a bug that referred to cur_account.
1210           compose_convert_header(): made it check the arguments.
1211
1212 2001-02-01
1213
1214         * src/main.c: some cleanups and added --help option.
1215
1216 2001-01-31
1217
1218         * src/send.c: re-enabled user-defined domain name setting.
1219         * src/utils.c: is_next_mbs(): changed the size of temporary
1220           multibyte array to MB_CUR_MAX.
1221           strdup_mbstowcs(): added error check to mbstowcs().
1222           strdup_wcstombs(): added error check to wcstombs().
1223         * src/addr_compl.c: get_address_from_edit(): made it check the
1224           return value of strdup_mbstowcs().
1225         * src/codeconv.c: conv_encode_header(): added error checking
1226           to strdup_mbstowcs().
1227
1228 2001-01-30
1229
1230         * src/utils.c: log_error(): changed g_error() to g_warning() so
1231           that it doesn't abort.
1232           Added iswalnum().
1233         * src/addr_compl.c: add_address(): fixed a bug that aborted the
1234           program if the name or the address is empty.
1235           get_address_from_edit(): supported multibyte characters.
1236         * configure.in: fixed a typo.
1237         * src/send.c: re-enabled user-defined SMTP port setting.
1238
1239 2001-01-30
1240
1241         * version 0.4.60
1242
1243         * configure.in: added --enable-gpgme option, and disabled GPGME
1244           by default.
1245         * made GPGME related members in MimeInfo not used if disabled.
1246         * src/rfc2015.c: some cleanups for warning.
1247         * README
1248           README.jp
1249           INSTALL
1250           INSTALL.jp: updated.
1251         * Makefile.am: modified bzip2 option.
1252
1253 2001-01-29
1254
1255         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
1256           MIME type.
1257         * src/mimeview.c: mimeview_view_file(): made it do nothing if
1258           the MIME type is application/octet-stream.
1259         * src/folderview.c: folderview_update_all(): made it show modal
1260           dialog while updating folders.
1261         * src/folderview.c: folderview_update_all(): fixed a bug that
1262           didn't remove the dialog.
1263
1264 2001-01-28
1265
1266         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
1267           launches the attached file using metamail (thanks!).
1268         * src/procmime.[ch]: added procmime_get_tmp_file_name().
1269         * src/compose.c
1270           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
1271           that enables address completion in the address entry on the
1272           composition window (thanks!).
1273         * src/addr_compl.c: get_all_addresses(), read_address_book():
1274           modified so that it uses xml_free_tree() for freeing the address
1275           tree.
1276
1277 2001-01-27
1278
1279         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
1280           remove the current directory (thanks to Maki).
1281         * src/summary_search.c: added `Select all matched' option to the
1282           search dialog (thanks to Takahashi).
1283         * src/pixmaps/stock_mail_attach.xpm
1284           src/pixmaps/tb_address_book.xpm
1285           src/compose.c: added some toolbar icons contributed from
1286           Leandro Pereira (thanks!).
1287
1288 2001-01-25
1289
1290         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
1291           segmentation fault when the passphrase dialog was cancelled.
1292           Hided the passphrase in the debug message.
1293         * src/about.c: about_create(): fixed a bug that failed to compile
1294           when none of the features were used.
1295         * src/foldersel.c: foldersel_set_tree(): made it display all
1296           MH folders.
1297         * src/inc.c: inc_start(): fixed a bug that showed password dialog
1298           continuously if it was cancelled.
1299         * src/summaryview.c: summary_write_cache(): put an assertion after
1300           folder_item_get_cache_file() to prevent the crash.
1301         * thanks to Maki for the above four fixes.
1302         * src/utils.h: added #include <alloca.h>.
1303
1304 2001-01-24
1305
1306         * src/rfc2015.c: changed some g_message() used for error messages
1307           to g_warning().
1308
1309 2001-01-23
1310
1311         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
1312           it can handle a string data of which length >= BUFFSIZE.
1313         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
1314         * src/pixmaps/stock_mail_receive_all.xpm
1315           src/pixmaps/stock_mail_reply_to_all.xpm
1316           src/Makefile.am
1317           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
1318           icons contributed from David Mehrmann (thanks!).
1319         * src/inc.[ch]: overhauled the architecture so that it don't create
1320           and destroy progress dialog for each incorporation in `get all'
1321           mode.
1322
1323 2001-01-22
1324
1325         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
1326           sub folders named `inbox', etc. as special folders.
1327         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
1328           boundary correctly.
1329
1330 2001-01-21
1331
1332         * applied the GnuPG patch from Werner Koch (thanks!).
1333         * removed Mixmaster support.
1334         * src/rfc2015.c: changed g_error() to g_warning() and modified some
1335           messages.
1336         * src/about.c: about_create(): modified compiled-in features list.
1337         * README
1338           README.jp
1339           INSTALL
1340           INSTALL.jp: updated.
1341         * src/select-keys.c: create_dialog(): modified the layout.
1342         * src/headerwindow.c
1343           src/addressbook.c
1344           src/logwindow.c: made it raise the window if the window is already
1345           open.
1346         * src/prefs_common.[ch]: added an option for immediate execution.
1347         * src/summaryview.c: made it execute immediately when messages are
1348           moved or deleted if immediate_exec option is turned on.
1349         * src/summaryview.c: summary_delete(), summary_move_selected_to():
1350           moved summary_step() before summary_execute().
1351         * src/folderview.c: folderview_update_all(): made it scan folder
1352           tree correctly.
1353         * src/compose.c: compose_write_headers(): made it don't add
1354           In-Reply-To header if to_list is empty.
1355
1356 2001-01-09  Werner Koch  <wk@gnupg.org>
1357
1358         * configure.in, acconfig.h: Check for GPGME.
1359         * ac/: New directory for local autoconf macros.
1360         * src/Makefile.am: Add support for GPGME
1361
1362         * src/main.c (idle_function_for_gpgme): New.
1363         (main): Register this function.
1364
1365         * src/about.c: Add a note about GPGME.
1366
1367         * src/rfc2015.c, rfc2015.h: New.
1368
1369         * src/mimeview.c (mimeview_show_message): Check signature.
1370         * src/procmime.c (procmime_scan_message): Ditto.
1371
1372         * src/messageview.c (messageview_show): Add decryption stuff.
1373
1374         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
1375         (compose_toggle_encrypt_cb): New
1376         (compose_toggle_mixmaster_cb): New, just to be prepared for
1377         Mixmaster support.
1378         (compose_write_headers): Suppress some headers in mixmaster mode.
1379
1380         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
1381         (prefs_privacy_create): New.  Also some new structures etc.
1382         * src/compose.c (compose_create): Set encrypt button to prefs default.
1383         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
1384
1385         * src/compose.c (compose_send): Add missing unlock before one return.
1386
1387 2001-01-18
1388
1389         * src/gtksctree.[ch]
1390           src/folderview.c
1391           src/summaryview.[ch]: applied the patch from Hiramatu that enables
1392           DnD from the summary view to the folder view and fixes some other
1393           probrems (thanks!).
1394         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
1395           segmentation fault.
1396         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
1397         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
1398           didn't toggle expansion of node.
1399
1400 2001-01-17
1401
1402         * src/imap.c: applied the patch from Nishimura that updates the
1403           message list more precisely and reads the message flags (thanks!).
1404         * src/textview.c: textview_show_header(): made X-Newsreader field
1405           be emphasized too.
1406         * src/summaryview.c: summary_show(): made it flush events when
1407           displaying summary.
1408
1409 2001-01-15
1410
1411         * src/summaryview.c: applied the patch from Alfons that enabled
1412           the horizontal scrollbar of summary view (thanks!).
1413
1414 2001-01-13
1415
1416         * src/compose.c: compose_cb(): fixed a bug that didn't open the
1417           composition window right after launching the program.
1418         * src/setup.c: scan_tree_func(): fixed a bug that caused
1419           segmentation fault.
1420
1421 2001-01-13
1422
1423         * version 0.4.52
1424
1425         * src/textview.c: textview_set_font(): fixed a bug that caused
1426           segmentation fault if the mode of the text widget was changed
1427           between multibyte and singlebyte while the region was selected
1428           (GTK+ bug?).
1429
1430 2001-01-11
1431
1432         * src/mainwindow.c
1433           src/summaryview.c: made it unable to delete or move messages when
1434           in a news folder.
1435         * src/prefs_common.c
1436           src/news.c: added the option for maximum news article number.
1437
1438 2001-01-10
1439
1440         * src/compose.c: compose_send(): changed the location of temporary
1441           file. Made it use the default account if all of tried account
1442           aren't mail one, and made it show alert dialog and abort when even
1443           that failed.
1444         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
1445           last id number.
1446           prefs_account_open(): made it fill in personal information
1447           according to the default account when creating a new account.
1448         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
1449           proper version number (thanks to BONAIM).
1450         * configure.in
1451           Makefile.am: added entries for sylpheed.spec.in.
1452
1453 2001-01-09
1454
1455         * src/compose.[ch]: modified so that it can change account
1456           correctly.
1457         * src/send.[ch]: modified so that it doesn't see cur_account.
1458         * src/prefs_account.c: modified so that news setting doesn't
1459           show SMTP server entry.
1460
1461 2001-01-08
1462
1463         * src/folderview.c: fixed a bug that didn't sort special folders
1464           correctly when a new folder is created or renamed.
1465
1466 2001-01-07
1467
1468         * src/compose.[ch]: enabled to select account at composing window.
1469         * src/folderview.c: made it display unread number next to folder
1470           name.
1471         * src/prefs_common.[ch]: added the option for unread number display.
1472
1473 2001-01-06
1474
1475         * src/compose.[ch]: integrated news posting patch from DINH V. Hoà
1476           and made many modifications (thanks!).
1477           compose_write_headers(): made the spaces in newsgroups removed.
1478           Supported Followup-To.
1479           compose_destroy(): got the objects removed properly.
1480         * src/news.c: merged news_post_to_group() and news_post() since
1481           they doesn't have to do multiple posting.
1482         * src/import.c: import_destsel_cb(): fixed a bug that failed to
1483           import into the selected folder.
1484         * src/prefs_account.c: modified the interfaces.
1485
1486 2001-01-05
1487
1488         * src/codeconv.[ch]
1489           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
1490           string is registerd to IANA.
1491         * src/nntp.[ch]: added nntp_post().
1492         * src/news.[ch]: added news_post() and news_post_to_group().
1493
1494 2001-01-04
1495
1496         * src/account.c: account_edit_open()
1497           src/mainwindow.c: new_account_cb(): made it unable to edit
1498           accounts if some composing windows are open.
1499
1500 2001-01-03
1501
1502         * src/folder.[ch]: added folder_set_name().
1503         * src/account.c: made a folder name of IMAP4/NNTP become the same
1504           as the name of account.
1505
1506 2001-01-02
1507
1508         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
1509           to filter messages.
1510
1511 2001-01-02
1512
1513         * version 0.4.51
1514
1515         * src/mbox.c: fixed a bug that didn't incorporate spool file
1516           correctly. Modified so that it recognizes From_ line as separator
1517           of messages even if the previous line isn't empty line.
1518         * src/send.c: send_message_queue()
1519           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
1520           warning when it tried to delete a sent message.
1521
1522 2001-01-01
1523
1524         * version 0.4.50
1525
1526         * src/folder.[ch]
1527           src/news.[ch]: modified so that it actually gets news articles.
1528         * src/utils.[ch]: added make_dir_hier() that creates directory
1529           hierarchy.
1530         * src/folder.c:
1531           folder_item_get_cache_file(), folder_item_get_mark_file():
1532           made it creates cache directory if it doesn't exist.
1533           folder_add(): made it insert the added folder into the correct
1534           position.
1535         * src/imap.[ch]: modified so that it suits the new folder
1536           architecture. Fixed a bug that caused segmentation fault
1537           if authentication failed at imap_auth().
1538         * src/folderview.c: implemented IMAP4 folder handling routines.
1539
1540 2000-12-31
1541
1542         * src/prefs_account.[ch]: added account ID and nntp_server
1543           to PrefsAccount. And added the interface for NNTP server.
1544         * src/folderview.c: modified news folder handling routines.
1545         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
1546           modified folder_item_get_path().
1547
1548 2000-12-29
1549
1550         * src/folder.[ch]: added create_folder(), rename_folder(),
1551           remove_folder() to Folder class.
1552         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
1553           mh_remove_folder().
1554           Implemented mh_create_tree() that creates MH directory tree.
1555           mh_rename_folder(): modified so that the paths of sub folders
1556           are set properly.
1557         * src/folderview.c: modified folderview_new_folder_cb(),
1558           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
1559           so that they work properly.
1560           Added folderview_remove_mailbox_cb() and the menu entry that
1561           remove mailbox from folder tree.
1562         * src/setup.[ch]: added for initial setup.
1563         * src/alertpanel.c: modified the appearance of the dialog.
1564         * src/compose.c: fixed compose_save_to_outbox() and
1565           compose_queue() so that it sets flags correctly.
1566
1567 2000-12-28
1568
1569         * src/mainwindow.c: modified the strings of toolbar labels.
1570
1571 2000-12-27
1572
1573         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
1574         * src/summaryview.c: summary_display_msg(): made it scroll the
1575           list if the message of the edge of that is displayed.
1576
1577 2000-12-25
1578
1579         * src/folder.[ch]
1580           src/mh.[ch]: added functions for moving messages.
1581         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
1582           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
1583
1584 2000-12-24
1585
1586         * src/utils.[ch]: added get_tmp_file().
1587         * src/pop.c
1588           src/inc.c
1589           src/folder.c: fixed a bug that failed to drop messages.
1590         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
1591           number of the folder.
1592
1593 2000-12-23
1594
1595         * src/folderview.c: added special folder setting routine.
1596         * src/folder.[ch]: added a method is_msg_changed().
1597           Implemented folder_find_item_from_path().
1598         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
1599         * autogen.sh: fixed so that the configure can take arguments.
1600
1601 2000-12-22
1602
1603         * src/main.c
1604           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
1605           the path of mailbox and create the one.
1606         * src/folderview.c: made the folder tree and selected folder
1607           expanded.
1608
1609 2000-12-21
1610
1611         * src/mh.[ch]
1612           src/folder.c: implemented mh_scan_tree() that scans the folder
1613           recursively and create the tree.
1614
1615 2000-12-19
1616
1617         * src/compose.c
1618           src/defs.h
1619           src/filter.[ch]
1620           src/folder.[ch]
1621           src/foldersel.[ch]
1622           src/folderview.[ch]
1623           src/imap.[ch]
1624           src/import.c
1625           src/inc.c
1626           src/main.[ch]
1627           src/mainwindow.c
1628           src/mbox.[ch]
1629           src/mh.[ch]
1630           src/news.[ch]
1631           src/prefs_common.c
1632           src/procmsg.[ch]
1633           src/summaryview.[ch]
1634           src/xml.[ch]
1635           src/Makefile.am: merged the development tree into the cvs tree.
1636           Some functions are not unimplemented yet.
1637
1638 2000-12-18
1639
1640         * version 0.4.9
1641
1642 2000-12-11
1643
1644         * src/xml.[ch]: supported omitted tag (<tag />).
1645         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
1646         * src/imap.c: imap_parse_atom(): fixed a bug that caused
1647           segmentation fault if the subject was empty (thanks to Tsutsui).
1648         * src/folder.[ch]: updated.
1649
1650 2000-12-10
1651
1652         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
1653           file specified and returns the tree.
1654
1655 2000-12-09
1656
1657         * po/pt_BR.po: fixed some typos that caused segmentation fault.
1658
1659 2000-12-07
1660
1661         * version 0.4.8
1662
1663         * src/session.h: added.
1664         * src/folder.[ch]: updated.
1665         * src/compose.c: compose_write_to_file()
1666           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
1667           that put a garbage to charset if the outgoing character set was
1668           specified and non-ascii characters were used in subject.
1669
1670 2000-12-04
1671
1672         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
1673           progress if the status bar was hidden.
1674
1675 2000-12-03
1676
1677         * src/folder.[ch]: added for the more object-oriented folder
1678           management.
1679
1680 2000-12-02
1681
1682         * version 0.4.7
1683
1684         * src/mainwindow.c
1685           src/prefs_common.[ch]: made the state of status bar get preserved.
1686         * src/compose.c: compose_insert_sig(): modified so that it doesn't
1687           put a separator if a signature file doesn't exist.
1688         * src/prefs_account.[ch]
1689           src/inc.c: added the option that toggles whether to receive
1690           messages when getting from all accounts.
1691         * README
1692           README.jp: updated the description and added some usages.
1693
1694 2000-12-01
1695
1696         * src/Makefile.am
1697           src/gtkshruler.[ch]
1698           src/compose.[ch]: applied the patches from Alfons Hoogervorst
1699           that makes the ruler of composition window graphical (thanks!).
1700
1701 2000-11-27
1702
1703         * src/codeconv.c
1704           src/mainwindow.c
1705           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
1706
1707 2000-11-27
1708
1709         * version 0.4.6
1710
1711         * src/compose.c: turned the color of quoted messages black again.
1712
1713 2000-11-26
1714
1715         * src/about.c: added a clickable URI to the Sylpheed home page,
1716           and a list of compiled-in features.
1717         * src/compose.c: made the color of quoted messages blue.
1718         * src/summaryview.c: added `Show all header' to the context menu.
1719         * src/prefs_common.c: removed the threading option from the dialog.
1720         * src/compose.c: fixed a bug that didn't parse the quotation format
1721           correctly.
1722
1723 2000-11-25
1724
1725         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
1726           that it toggles linewrap menu item and tool button.
1727         * src/prefs_common.c: modified the default of the signature
1728           separator.
1729         * src/compose.[ch]: added ruler to the compose window.
1730         * src/prefs_common.[ch]: added a member for the state of ruler
1731           display.
1732
1733 2000-11-24
1734
1735         * src/headerview.[ch]: added the destroy function.
1736         * src/messageview.c: messageview_destroy(): fixed a memory leak
1737           bug that didn't freed the HeaderView object.
1738         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
1739         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
1740           to Alfons Hoogervorst for the above three memory leak bug fixes).
1741
1742 2000-11-23
1743
1744         * version 0.4.5
1745
1746         * README
1747           README.jp
1748           INSTALL
1749           INSTALL.jp: modified some descriptions.
1750
1751 2000-11-22
1752
1753         * src/compose.c: implemented line-wrapping functions.
1754         * src/prefs_common.[ch]: added the settings for line-wrapping.
1755         * src/codeconv.[ch]: added Windows-1251 to the codesets.
1756           conv_jistoeuc(): fixed a bug that caused segmentation fault
1757           when some half-width kana characters appeared.
1758         * src/summaryview.c: summary_select_all(): made it show message
1759           on the status bar if the number of messages is large.
1760
1761 2000-11-18
1762
1763         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
1764           modified so that it parses the quotation mark too.
1765           Added %I that means the initial of sender to the format.
1766         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
1767           Fixed a bug that set the wrong outgoing codeset.
1768         * src/mainwindow.c
1769           src/prefs_common.c: modified the menu item of Chinese codeset.
1770
1771 2000-11-17
1772
1773         * src/codeconv.[ch]
1774           src/prefs_common.[ch]: modified so that outgoing charset is
1775           saved as a string, not a number.
1776
1777 2000-11-16
1778
1779         * src/textview.c: textview_set_font(): changed the scheme of
1780           selecting between font and fontset. And changed the default
1781           font of ISO-8859-1.
1782         * src/headerview.c: headerview_show_xface(): made it ignore
1783           invalid X-Face.
1784         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
1785           modified so that it consider the source codeset as ISO-2022-JP if
1786           it is NULL and the current locale is Japanese.
1787
1788 2000-11-14
1789
1790         * src/textview.c: textview_destroy(): fixed a bug that caused
1791           segmentation fault if textview->msgfont is NULL (thanks to
1792           Hiramatu).
1793         * src/main.c
1794           src/defs.h: applied the patch from Yanase that enables to
1795           save the shortcuts of the menus (thanks!).
1796
1797 2000-11-11
1798
1799         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
1800           toggles the sensitivity of menu items.
1801         * src/summaryview.c: renamed summary_set_popup_sensitive() to
1802           summary_set_menu_sensitive(), and made it set the sensitivity of
1803           the main menu.
1804
1805 2000-11-09
1806
1807         * src/textview.c: textview_init(): fixed a bug that didn't disable
1808           the theme engine of GtkText (thanks to Hiramatu).
1809         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
1810           means the full name of sender and the first name.
1811         * manual/ja/*.??ml: updated to the latest version.
1812
1813 2000-11-07
1814
1815         * version 0.4.4
1816
1817         * src/defs.h: separated the definitions from main.h and applied the
1818           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
1819           from the system headers (thanks!).
1820         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
1821           UTF-8 locale.
1822         * src/textview.c: textview_set_font(): modified so that it sets
1823           the correct font when the locale is multi-byte.
1824           textview_destroy(): added proper codes for destruction.
1825           textview_show_header(): fixed the coloration of X-Mailer.
1826
1827 2000-11-06
1828
1829         * src/textview.[ch]: made TextView have single-byte and multi-byte
1830           GtkText, and switch between them according to the given codeset.
1831         * src/compose.c: compose_create(): modified the font setting
1832           routine.
1833
1834 2000-11-02
1835
1836         * src/textview.[ch]: moved the message font variable into TextView.
1837           textview_set_font(): modified so that it uses gdk_font_load()
1838           if the given codeset is US-ASCII or ISO-8859-*.
1839
1840 2000-11-01
1841
1842         * src/codeconv.c
1843           src/procmime.c
1844           src/prefs_common.c
1845           src/textview.c
1846           src/compose.c: workaround for the 8bit code issue (used
1847           gdk_font_load() instead of gdk_fontset_load() when the locale is
1848           C, or not set).
1849
1850 2000-11-01
1851
1852         * version 0.4.3
1853
1854         * src/compose.[ch]: added `Draft' tool button.
1855         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
1856         * README, README.jp: added the explanation of the locale setting.
1857
1858 2000-10-31
1859
1860         * src/compose.c: made it overwrite the previous draft message when
1861           reedited the draft and saved it again.
1862         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
1863           the message really exists.
1864         * src/folderview.[ch]: added folderview_scan_folder_a() and
1865           folderview_scan_folder_foreach_a() that scan the specified
1866           folders for each folderviews.
1867         * src/mainwindow.[ch]: removed main_window_scan_folder() and
1868           main_window_scan_folder_all().
1869           Added `Reedit' to the menu.
1870         * src/import.[ch]: removed MainWindow from the argument of
1871           import_mbox().
1872         * src/summaryview.c: removed the unnecessary items from the popup
1873           menu. Changed summary_reedit_cb() to summary_reedit(), and made
1874           it public.
1875
1876 2000-10-30
1877
1878         * src/compose.h: added a member msginfo to Compose.
1879         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
1880           the MsgInfo object.
1881
1882 2000-10-25
1883
1884         * src/summaryview.c: made the the popup menu change the sensitivity
1885           according to the context. Fixed a bug that showed the `clean trash'
1886           dialog repeatedly if `D' key was pressed when the focus was on the
1887           summary view.
1888         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
1889
1890 2000-10-22
1891
1892         * src/main.c: fixed g_thread initialization.
1893
1894 2000-10-21
1895
1896         * src/codeconv.c: added pt_BR to locale_table.
1897         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
1898           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
1899           codeset when not using libjconv.
1900         * src/compose.c: fixed the bug on saving draft again.
1901
1902 2000-10-19
1903
1904         * src/compose.c: compose_write_headers(): fixed a bug that failed
1905           to write headers if To: was empty when saving draft.
1906
1907 2000-10-18
1908
1909         * src/procmime.[ch]
1910           src/compose.c
1911           src/headerwindow.[ch]
1912           src/summaryview.c
1913           src/messageview.[ch]
1914           src/mimeview.c
1915           src/textview.c
1916           src/procmsg.[ch]
1917           src/procheader.[ch]: modified so that they can handle queue folder
1918           properly.
1919         * src/compose.[ch]
1920           src/summaryview.c: implemented draft-reediting function.
1921         * src/mainwindow.c
1922           src/summaryview.c
1923           src/mimeview.c: replaced *(GtkWidget **) with the macro
1924           GTK_WIDGET_PTR().
1925
1926 2000-10-17
1927
1928         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
1929           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
1930           if the folder is QUEUE_DIR or DRAFT_DIR.
1931
1932 2000-10-14
1933
1934         * version 0.4.2
1935
1936         * src/headerview.c
1937           src/messageview.c: modified the border of the headerview.
1938         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
1939           an Sylpheed object to GtkWidget.
1940         * src/utils.c: remove_return(), remove_space(): fixed a bug that
1941           possibly caused segmentation fault.
1942         * src/compose.[ch]
1943           src/mainwindow.c
1944           src/summaryview.c: implemented `forward as an attachment'.
1945         * src/utils.[ch]: open_uri(): brought on URI opening function from
1946           textview.c and manual.c.
1947
1948 2000-10-13
1949
1950         * src/mainwindow.c
1951           src/summaryview.c
1952           src/compose.[ch]
1953           src/prefs_common.[ch]: removed `Reply with quote', and added
1954           `Reply to all', and added the option that decides whether to
1955           quote message on replying.
1956
1957 2000-10-12
1958
1959         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
1960           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
1961         * src/codeconv.[ch]
1962           src/mainwindow.c
1963           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
1964         * src/compose.c: compose_send(): modified so that it shows error
1965           dialog when failed to send a message.
1966
1967 2000-10-11
1968
1969         * src/account.c: account_edit_close(): fixed a bug that didn't set
1970           current account when creating an account for the first time.
1971         * configure.in: added es to ALL_LINGUAS.
1972
1973 2000-10-10
1974
1975         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
1976           possible.
1977           conv_get_code_conv_func(): modified so that it doesn't convert
1978           codeset if it is unknown.
1979         * src/folderview.c: folderview_update_msg_num(): modified style
1980           changing routine.
1981
1982 2000-10-09
1983
1984         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
1985           codesets automatically if the arguments are NULL.
1986         * src/textview.c: textview_write_line(): made it output warning
1987           message on the text view if conversion failed.
1988
1989 2000-10-06
1990
1991         * README, README.jp: modified the author of the manual.
1992
1993 2000-10-05
1994
1995         * src/headerview.[ch]
1996           src/messageview.[ch]: modified so that it uses GtkLabel widget
1997           instead of GtkText.
1998         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
1999           unreadable codes if the current locale is EUC-JP and libjconv is
2000           used.
2001
2002 2000-10-04
2003
2004         * src/procmime.[ch]
2005           src/messageview.c
2006           src/mimeview.c
2007           src/textview.c: modified so that it parses MIME message more
2008           preferably.
2009         * src/imap.c: imap_parse_address(): fixed a bug.
2010
2011 2000-10-03
2012
2013         * src/procmsg.[ch]: added procmsg_get_message_file_path().
2014         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
2015           routine.
2016         * src/imap.[ch]: changed the name of the member `group' in
2017           IMAPSession to `mbox'.
2018           imap_gen_send(): modified so that it doesn't output the password
2019           to the log.
2020           Modified session destroying routine.
2021         * src/folderview.c: folderview_write_cache(): made it preserve
2022           the IMAP folder list.
2023         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
2024           that showed boundary at the end of an attached RFC822 part.
2025         * src/prefs_common.c: changed the default of toolbar style to
2026           both icon and text.
2027
2028 2000-10-02
2029
2030         * src/imap.c: imap_get_uncached_messages(): modified so that it
2031           doesn't get the cached envelopes.
2032           imap_session_get_message_info(): made it read only the cache
2033           if the session is not established.
2034         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
2035         * src/news.c: news_get_article_info(): made it read only the cache
2036           if the session is not established.
2037
2038 2000-10-01
2039
2040         * src/textview.c: textview_write_line(): fixed a memory leak bug.
2041         * src/folderview.[ch]: made it create IMAP4 folders from the
2042           account information.
2043         * src/imap.[ch]: imap_session_get(): modified so that it creates
2044           IMAP4 session from the account information.
2045
2046 2000-09-30
2047
2048         * src/imap.[ch]: added for IMAP4 support.
2049         * src/summaryview.[ch]
2050           src/procmsg.c
2051           src/recv.[ch]: modified for IMAP4 support.
2052         * src/folderview.c: more IMAP4 implementation.
2053         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
2054           the specified message and return the file name.
2055         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
2056           locked up the process if the given widget was invisible.
2057
2058 2000-09-28
2059
2060         * src/folderview.[ch]: added IMAP4-related code.
2061
2062 2000-09-28
2063
2064         * version 0.4.1
2065
2066         * src/main.h: added IMAP_CACHE_DIR.
2067         * src/utils.[ch]: added get_imap_cache_dir().
2068         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
2069           Added macro MSG_IS_IMAP().
2070         * src/codeconv.c: added `#include <locale.h>' for setlocale().
2071         * sylpheed.spec: fixed %files section.
2072
2073 2000-09-27
2074
2075         * version 0.4.0
2076
2077         * src/codeconv.c: conv_get_current_charset(): made it compare
2078           string with strncasecmp().
2079         * src/compose.c: comopse_reply_parse_header(): workaround for
2080           the malformed References: header generated by OE5 :(
2081
2082 2000-09-26
2083
2084         * src/prefs_common.c
2085           src/prefs_account.c: modified the layout of the widgets.
2086
2087 2000-09-26
2088
2089         * version 0.3.99
2090
2091         * src/*.[ch]: added copyright notice to the top of the source files.
2092         * src/compose.c: compose_write_attach(): modified filename encode
2093           routine.
2094
2095 2000-09-25
2096
2097         * src/mainwindow.c: fixed the menu entry of manual.
2098         * src/compose.c
2099           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
2100           and applied the libjconv patch.
2101         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
2102           to reduce the alloc'd memory to the optimal size.
2103         * src/prefs_common.[ch]: added outgoing codeset option menu.
2104         * src/compose.c: compose_send(): added exclusive lock to prevent
2105           multiple-sending.
2106         * configure.in: made '--enable-ipv6=no' the default.
2107         * src/compose.c: compose_write_attach(): made it encode the name
2108           of the attached file.
2109         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
2110           didn't check the type of file.
2111           procmsg_move_messages_with_dest(): fixed a bug that failed to
2112           move message if a directory that had the same name existed.
2113         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
2114           are included as ASCII characters.
2115
2116 2000-09-24
2117
2118         * src/compose.c
2119           src/procmime.[ch]: modified so that it actually works when using
2120           libjconv :)
2121         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
2122           the codeset of string according to the codeset specified in
2123           arguments.
2124         * src/utils.[ch]: added is_ascii_str() that determines whether the
2125           string is 7bit-ASCII or not.
2126         * src/procmime.[ch]
2127           src/codeconv.[ch]: moved the character set related functions
2128           into codeconv.c.
2129         * merged the patch and the manual written by BONAIM (thanks!).
2130
2131 2000-09-23
2132
2133         * configure.in
2134           src/compose.c
2135           src/gtkutils.c
2136           src/mainwindow.c
2137           src/procmime.[ch]
2138           src/textview.c
2139           src/unmime.[ch]: applied the patch from Higuchi that utilizes
2140           libjconv and enables to handle many locales, including UTF-8
2141           (Unicode) (thanks!).
2142         * src/account.c: modified so that the account isn't changed when
2143           another account is selected on account edit dialog.
2144
2145 2000-09-20
2146
2147         * src/prefs_common.[ch]
2148           src/textview.c: added an option that specifies whether to display
2149           short headers on message view.
2150         * src/codeconv.[ch]: added function conv_unmime_header() that
2151           decodes MIME-encoded header and converts the character set.
2152           And added conv_unreadable_latin(), and modified conv_latintodisp().
2153         * src/messageview.[ch]: made the window get closed when escape key
2154           is pressed.
2155
2156 2000-09-17
2157
2158         * src/imageview.c: fixed a bug that caused segmentation fault if
2159           message view was in new window.
2160         * src/prefs_common.c: added `xemacs %s' to the external editor
2161           command line list.
2162
2163 2000-09-16
2164
2165         * version 0.3.29
2166
2167         * src/summaryview.c: enabled to open a new message window with
2168           double-clicking.
2169         * src/prefs_common.[ch]
2170           src/messageview.c: made it preserve the window size of message
2171           window.
2172         * src/prefs_account.c: added `None (local)' to the option menu of
2173           protocol.
2174
2175 2000-09-15
2176
2177         * Makefile.am: added autogen.sh to EXTRA_DIST.
2178
2179 2000-09-09
2180
2181         * src/prefs_common.c: applied the patch from Paul Rolland that
2182           enables font selection dialog (thanks!).
2183         * src/compose.[ch]
2184           src/utils.[ch]: moved tzoffset() and compose_get_date() of
2185           compose.[ch] into utils.[ch].
2186         * src/main.[ch]: renamed the name of filter file to `filterrc'.
2187
2188 2000-09-06
2189
2190         * src/compose.[ch]
2191           src/utils.[ch]: modified address parsing routine so that it
2192           parses quotes correctly.
2193         * src/textview.c: textview_show_part(): modified so that it shows
2194           the simplified headers if the part is text/plain.
2195
2196 2000-09-03
2197
2198         * src/messageview.[ch]
2199           src/summaryview.[ch]
2200           src/mainwindow.c: enabled to open a message in new window.
2201         * src/messageview.[ch]
2202           src/mimeview.[ch]
2203           src/textview.[ch]
2204           src/imageview.[ch]: added destroy function, and modified the
2205           key handling routines.
2206
2207 2000-09-02
2208
2209         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
2210           caused segmentation fault (thanks to KUROSAWA).
2211         * src/alertpanel.c: modified so that the focused button is
2212           selectable.
2213         * src/account.c
2214           src/compose.c
2215           src/folderview.c: modified so that the order of the buttons of
2216           alert panel will be `Yes', `No'.
2217
2218 2000-09-01
2219
2220         * src/utils.[ch]: added execute_async() and execute_command_line()
2221           that execute command line using execvp().
2222         * src/textview.c
2223           src/mimeview.c
2224           src/procmsg.c: replaced system() with execute_command_line()
2225           for security.
2226         * src/procmsg.c: turn back to system().
2227         * src/utils.c: modified execute_command_line().
2228
2229 2000-08-31
2230
2231         * src/mainwindow.c: main_window_get_size(): modified so that it
2232           doesn't update the height of SummaryView if MessageView is
2233           toggled off.
2234         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
2235           probrems of external editor handling (thanks!).
2236         * src/uuencode.[ch]
2237           src/procmime.[ch]: applied the patch from Hiramatu that make it
2238           supports Content-Transfer-Encoding: x-uuencode (thanks!).
2239
2240 2000-08-30
2241
2242         * src/compose.[ch]
2243           src/prefs_common.[ch]: implemented the external editor faculty.
2244         * src/compose.c: compose_attach_property(): fixed some bugs on
2245           changing the property of attached file.
2246         * src/compose.c: fixed some bugs of external editor functions.
2247
2248 2000-08-29
2249
2250         * version 0.3.28
2251
2252         * src/mainwindow.c
2253           src/prefs_common.[ch]
2254           src/summaryview.c: applied the patch from Paul Rolland that
2255           restores the size of widgets when restarting (thanks!).
2256         * src/folderview.c
2257           src/prefs_common.[ch]
2258           src/summaryview.c: applied the patch from Paul Rolland that saves
2259           the width of CTree columns (thanks!).
2260
2261 2000-08-27
2262
2263         * src/headerview.c: modified the height of HeaderView.
2264         * src/textview.c: textview_show_part(): made it process the message
2265           as normal text if it is single-part RFC822 message.
2266         * src/folderview.c
2267           src/summaryview.c: some changes around the key handling.
2268         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
2269
2270 2000-08-26
2271
2272         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
2273         * src/procheader.c: procheader_get_one_field(): fixed a bug that
2274           caused segmentation fault if the first line of the file is space
2275           or tab (thanks to Hiramatu).
2276         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
2277           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
2278         * src/prefs_account.c
2279           src/prefs_common.c: modified the dialog size.
2280         * src/prefs.c: made the dialog window growable.
2281
2282 2000-08-25
2283
2284         * version 0.3.27
2285
2286         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
2287           caused the failure of the detection of libintl.
2288         * src/filter.[ch]
2289           src/prefs_common.c: implemented `not contain', and modified for
2290           future enhancement.
2291         * src/imageview.c: changed alertpanel_error() to g_warning() so that
2292           it doesn't grab mouse events.
2293         * src/compose.[ch]: added compose_list that holds the list of
2294           Compose objects, and added the function compose_get_compose_list().
2295         * src/main.c
2296           src/mainwindow.c
2297           src/summaryview.c: made it confirm if composing message exists.
2298
2299 2000-08-23
2300
2301         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
2302           segmentation fault when trying to reply the message in the queue
2303           folder (thanks to Kotobuki).
2304           compose_attach_property(): modified the property dialog routine
2305           so that it can handle input error.
2306         * src/mimeview.c: applied the patch from Hiramatu that enables
2307           the drag 'n drop from MimeView (thanks!).
2308         * src/headerview.[ch]
2309           src/procheader.c
2310           src/procmsg.h: applied the patches for X-Face support from
2311           HIROSHIMA (thanks!).
2312
2313 2000-08-22
2314
2315         * src/compose.c: compose_attach_property(): modified so that the
2316           property dialog can actually change the property of attached file.
2317
2318 2000-08-21
2319
2320         * configure.in
2321           src/Makefile.am: updated for gdk_imlib.
2322         * added AUTHORS and NEWS.
2323         * configure.in
2324           acconfig.h
2325           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
2326           and gdk_imlib library. And fixed a bug on IPv6 detecting.
2327         * src/imageview.c: supported gdk-pixbuf.
2328         * README
2329           README.jp
2330           INSTALL
2331           INSTALL.jp: added the mention about built-in image view.
2332         * configure.in: modified so that configure can disable gdk-pixbuf
2333           or/and gdk_imlib library.
2334
2335 2000-08-20
2336
2337         * src/imageview.[ch]
2338           src/main.c
2339           src/messageview.[ch]
2340           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
2341           to display image (thanks!).
2342
2343 2000-08-19
2344
2345         * version 0.3.26
2346
2347         * src/summaryview.c: summary_assort_func(): modified to avoid
2348           `not receive' setting.
2349
2350 2000-08-18
2351
2352         * src/filesel.c: applied the patch from HIROSHIMA that makes it
2353           remember previous directory when opening the dialog (thanks!).
2354         * src/summaryview.[ch]: added a function summary_redisplay_msg().
2355         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
2356           that is currently shown when the character set is changed.
2357         * src/inc.c
2358           src/pop.c
2359           src/prefs_common.c
2360           src/filter.h: applied the patch from Tanaka that enables not to
2361           receive specified messages according to the sorting rule (thanks!).
2362
2363 2000-08-15
2364
2365         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
2366           so that it handles MSG_MIME flag, and it scans uncached messages
2367           when cache reading failed even if it is specified not to scan
2368           new messages.
2369         * src/procheader.c: procheader_parse(): added the determination of
2370           multipart MIME message.
2371         * src/main.h: increased CACHE_VERSION.
2372         * src/summaryview.[ch]: added the `MIME' column that shows whether
2373           a message is multipart or not.
2374         * src/prefs_common.[ch]: added the `MIME' column to the setting of
2375           displaying item.
2376         * added src/pixmaps/clip.xpm.
2377         * src/summaryview.c
2378           src/procmsg.[ch]: modified so that it prompts the print command
2379           before printing.
2380
2381 2000-08-14
2382
2383         * src/folderview.c: folderview_create()
2384           src/summaryview.c: summary_create():
2385           src/addressbook.c: addressbook_create(): set the expander style of
2386           CTree to GTK_CTREE_EXPANDER_SQUARE.
2387         * src/compose.c: modified the interface of property dialog.
2388
2389 2000-08-13
2390
2391         * src/compose.c: added property dialog for attached file.
2392
2393 2000-08-11
2394
2395         * src/procmsg.[ch]: added a function procmsg_print_message() that
2396           prints the given message.
2397         * src/summaryview.c: summary_print(): modified so that it prints
2398           all selected messages.
2399         * src/folderview.c: folderview_select_node(): fixed a bug that
2400           didn't focus on folder tree if inbox was empty when incorporating.
2401
2402 2000-08-10
2403
2404         * version 0.3.25
2405
2406         * src/prefs_commmon.[ch]: added `Other' tab and an option for
2407           printing. And moved external browser option to there.
2408         * src/mainwindow.c
2409           src/summayview.[ch]: added print menu and implemented print
2410           functions.
2411
2412 2000-08-09
2413
2414         * src/prefs_account.c: made the default value of smtp_server to
2415           NULL.
2416         * src/folderview.c: folderview_update_msg_num(): modified so that
2417           it doesn't emphasize trash folder even if it has new or unread
2418           messages.
2419
2420 2000-08-08
2421
2422         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
2423           caused segmentation fault when file selection dialog was closed
2424           and other dialog was open immediately.
2425
2426 2000-08-05
2427
2428         * src/compose.c: compose_encode_header(): fixed a bug that caused
2429           infinite loop if wctomb() failed.
2430
2431 2000-08-04
2432
2433         * version 0.3.24
2434
2435         * src/mimeview.c: enabled to open an attached file with double click
2436           and popup menu. And cleaned up the code.
2437         * src/procmime.[ch]: added a function procmime_get_part() that
2438           saves the part of multipart message.
2439
2440 2000-08-03
2441
2442         * src/main.[ch]
2443           src/mimeview.c
2444           src/prefs_common.[ch]
2445           src/procmime.[ch]
2446           src/utils.[ch]: applied a patch that enables to launch attached
2447           image, audio, and HTML file (thanks to Hashimoto).
2448         * src/filter.c: filter_match_condition(): fixed a bug that caused
2449           segmentation fault if the body of specified filter is NULL. And
2450           made the filter considered as being matched on that case.
2451
2452 2000-07-30
2453
2454         * src/summaryview.c:
2455           summary_save_as(): fixed a bug that unabled to save news articles.
2456           summary_display_msg(): added exclusive lock to prevent it from
2457           reading another news article while it is already processing one.
2458         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
2459           the draw signal to be emitted.
2460         * src/mainwindow.c:
2461           main_window_cursor_wait()
2462           main_window_cursor_normal(): added gdk_flush() to change cursor
2463           immediately.
2464         * Makefile.am
2465           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
2466           a target `release' to Makefile.am.
2467
2468 2000-07-28
2469
2470         * src/socket.c: supported IPv6.
2471         * configure.in
2472           acconfig.h: added checking for IPv6.
2473         * prefs_common.c: changed the default of toolbar_style to icon only.
2474
2475 2000-07-27
2476
2477         * initial cvs import.
2478         * updated README and README.jp.
2479
2480 2000-07-24
2481
2482         * version 0.3.23
2483
2484         * src/procmime.[ch]: modified the structure of MimeInfo so that it
2485           can be handled as a node of tree.
2486           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
2487           recursively.
2488           Added procmime_get_text_part() that scans a message and gets a text
2489           part for quoting.
2490         * src/mimeview.c: divided mimeview_scan_multipart_message() into
2491           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
2492         * src/compose.c: compose_quote(), compose_forward():
2493           made it quote the text part of multipart message properly.
2494           Made it preserve the size of Compose window.
2495         * src/prefs_common.[ch]: added compose_width and compose_height to
2496           the members.
2497         * src/textview.c: textview_show_part(): some code cleanups.
2498         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
2499
2500 2000-07-20
2501
2502         * version 0.3.22
2503
2504         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
2505           the return code of the message was CR+LF. And added
2506           conv_sjistoeuc().
2507         * src/summaryview.c: summary_attract_by_subject(): made it move
2508           the current view point to the selected row when executed.
2509         * src/textview.c: textview_show_part(): modified the character set
2510           determination routine.
2511         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
2512           caused segmentation fault if boldfont was NULL.
2513         * src/compose.c: compose_create(): made it sets itself as the target
2514           of addressbook on window creation.
2515
2516 2000-07-19
2517
2518         * src/compose.c: compose_send(): fixed a bug that didn't save
2519           queued message to outbox when failed to send the message (thanks
2520           to T. Yamamoto).
2521
2522 2000-07-15
2523
2524         * src/inc.[ch]: modified so that it changes error message dialog
2525           depending on the results.
2526
2527 2000-07-14
2528
2529         * src/mainwindow.c: main_window_create(): set usize of account
2530           button on the status bar to 1 so that it doesn't get expanded
2531           more than necessary.
2532         * src/account.[ch]: account_foreach(): made it abort the iteration
2533           if the function returns nonzero.
2534         * src/inc.[ch]
2535           src/pop.c: modified so that it shows error message dialog if the
2536           message processing is failed.
2537
2538 2000-07-04
2539
2540         * version 0.3.21
2541
2542         * src/mainwindow.c: made it popup account selection menu when
2543           account tool button or account status bar is pressed.
2544         * src/folderview.c
2545           src/prefs.c: suppressed the ENOENT perror messages.
2546         * src/pop.c: made it fall back on LAST command if UIDL failed.
2547
2548 2000-07-01
2549
2550         * src/procheader.c: procheader_parse(): fixed a bug that didn't
2551           parse References: header correctly (thanks to YAMAGUCHI).
2552
2553 2000-06-29
2554
2555         * version 0.3.20
2556
2557         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
2558           cc'd correctly when replying.
2559         * src/mainwindow.c
2560           src/summaryview.c: sorted out the main menu and the popup menu.
2561
2562 2000-06-26
2563
2564         * version 0.3.19
2565
2566         * src/prefs_account.[ch]
2567           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
2568           automatically at composing (thanks to NAKAGAWA).
2569
2570 2000-06-25
2571
2572         * src/prefs_common.[ch]
2573           src/mainwindow.c
2574           src/main.c: made it selectable whether to ask before cleaning
2575           trash at the exit.
2576         * src/prefs_common.c: cleaned up the code and the interface a bit.
2577         * src/summaryview.c: modified the unthread functions for speeding
2578           up.
2579
2580 2000-06-24
2581
2582         * src/prefs_common.[ch]
2583           src/summaryview.c: made it display recipient on the `From' column
2584           if the address of the sender is the same as the current account
2585           (thanks to NAKAGAWA).
2586         * src/utils.[ch]: added a function extract_address() that extracts
2587           the address from `From:' header string.
2588         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
2589           fault if `Edit/Select all' was selected when the message view was
2590           hidden (thanks to Tomita).
2591
2592 2000-06-21
2593
2594         * src/summaryview.c: modified execution routine so that it only
2595           unthreads nodes that are needed to be unthreaded.
2596
2597 2000-06-19
2598
2599         * src/news.c: news_session_get(): implemented the reconnection on
2600           being disconnected.
2601         * src/nntp.[ch]: added nntp_mode().
2602
2603 2000-06-18
2604
2605         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
2606           And support assortment on processing mbox.
2607         * src/inc.c: inc_drop_message(): modified so that it uses hash table
2608           to store the last message number of folders.
2609         * src/summaryview.c
2610           src/addressbook.c: modified the behavior of CTree at right-click.
2611         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
2612           overflow bug (thanks to Nishiyama).
2613
2614 2000-06-17
2615
2616         * version 0.3.18
2617
2618         * src/pop.[ch]
2619           src/inc.[ch]: implemented management of read message on POP server
2620           by UIDL.
2621         * src/utils.[ch]: removed (s)list_remove_all() because it can be
2622           replaced with g_(s)list_free().
2623         * src/summaryview.c: modified the arrangement of menu a bit.
2624         * src/summaryview.c: summary_status_show(): made it doesn't display
2625           server name but newsgroup.
2626         * src/prefs_common.c
2627           src/prefs_account.c: adjusted the calculation routine of dialog
2628           size.
2629
2630 2000-06-15
2631
2632         * version 0.3.17
2633
2634         * src/compose.c: compose_reply_set_entry(): modified so that it
2635           cc's to the all addresses on To: and Cc: of the replied message.
2636           And swapped the position of Subject: and To: entry.
2637
2638 2000-06-14
2639
2640         * src/procheader.c: modified so that it can handle headers that
2641           aren't separated by space.
2642         * src/socket.c: sock_connect(): added a wait after connection to
2643           prevent lockup (thanks to NINOMIYA).
2644
2645 2000-06-13
2646
2647         * src/inc.c:
2648           inc_mail()
2649           inc_all_account_mail(): fixed a bug that caused segmentation
2650           fault if no account exist.
2651         * src/mainwindow.[ch]: made receive button unclickable when
2652           no account exist.
2653         * src/compose.c: compose_queue(): fixed a bug that didn't mark
2654           queued message properly.
2655         * src/utils.[ch]: separated code conversion functions into
2656           src/codeconv.[ch].
2657
2658 2000-06-13
2659
2660         * version 0.3.16
2661
2662         * src/mimeview.c: mimeview_save_as()
2663           src/summaryview.c: summary_save_as(): made it ask whether to
2664           overwrite the existing file.
2665
2666 2000-06-12
2667
2668         * src/utils.c
2669           src/recv.c
2670           src/prefs.c
2671           src/prefs_common.c
2672           src/prefs_account.c
2673           src/addressbook.c
2674           src/compose.c
2675           src/mbox.c: fixed a bug that failed to check write error when
2676           disk was full and caused the loss of the file.
2677
2678 2000-06-11
2679
2680         * src/mainwindow.c: main_window_clean_trash(): made it move focus
2681           to folder view when finished.
2682         * src/utils.[ch]: added code conversion functions for display.
2683           And added strncpy2() that doesn't do zero fill and does
2684           null-termination, unlike original strncpy().
2685         * src/textview.c: modified so that it changes the code conversion
2686           function according to charset. And supported charset=SHIFT_JIS.
2687         * src/mainwindow.c
2688           src/prefs_common.h
2689           src/textview.c: made it possible to force character set of
2690           a message.
2691         * src/folderview.c: folderview_select_next_unread():
2692           made it search unread folder from begin if it isn't found.
2693
2694 2000-06-11
2695
2696         * version 0.3.15
2697
2698         * src/mainwindow.c: fixed a probrem again that main window was
2699           stretched to the width of the toolbar.
2700         * src/mbox.c
2701           src/utils.c: is_header_line(): modified so that it recognizes
2702           a header which doesn't have a space after colon (thanks to Hotta).
2703         * src/filter.c: added `#include <strings.h>'.
2704         * src/smtp.c: replaced snprintf() with g_snprintf().
2705         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
2706           included gettext.
2707         * included sylpheed.spec.
2708
2709 2000-06-10
2710
2711         * src/prefs_common.[ch]: enabled to set the pixels of line space
2712           and decide whether to leave space on head of lines.
2713         * src/summaryview.c: modified so that it clears message view
2714           when displayed message is removed from the summary view.
2715         * src/mimeview.c: fixed a bug that caused infinite loop if
2716           terminal boundary of multipart message was not found (thanks to
2717           Nishika).
2718         * src/folderview.c: folderview_scan_mailbox(): made it ignore
2719           dot directory.
2720         * src/main.c: made it show warning dialog and exit if the file with
2721           the same name already exists when creating directory.
2722
2723 2000-06-09
2724
2725         * src/textview.c
2726           src/prefs_common.[ch]: made it possible to leave space between
2727           and on head of lines.
2728
2729 2000-06-07
2730
2731         * src/compose.c
2732           src/procmime.[ch]: made it scan /etc/mime.types and determine
2733           the MIME type of the attached file.
2734         * src/summaryview.c: made it clear message view if the summary
2735           is unselected on the execution, and made it move focus to
2736           folder view if the folder becomes empty.
2737         * src/mainwindow.c: fixed a probrem that main window was stretched
2738           to the width of the toolbar.
2739         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
2740           if `Check new mail on startup' was set.
2741
2742 2000-06-06
2743
2744         * src/compose.c: fixed a probrem that had been unable to insert
2745           a file to the current cursor position.
2746
2747 2000-06-06
2748
2749         * version 0.3.14
2750
2751         * src/compose.[ch]: added `attach' button to the toolbar. And
2752           replaced the icon of `insert' to the new one.
2753
2754 2000-06-05
2755
2756         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
2757           a function main_window_set_toolbar_sensitive() that sets the
2758           sensitivity of the button of the toolbar.
2759         * src/compose.c: fixed a bug that output wrong header if
2760           a return code was included in the string of the text entry.
2761
2762 2000-06-04
2763
2764         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
2765           And added the same items in popup menu to the main menu.
2766         * src/utils.[ch]: added functions for DnD support.
2767         * src/compose.c: implemented file attachment and insertion with DnD
2768           (thanks to Hiramatu).
2769
2770 2000-06-04
2771
2772         * version 0.3.13
2773
2774         * src/summaryview.c: fixed a bug that passed null pointer to
2775           is_dir_exist().
2776
2777 2000-06-03
2778
2779         * src/alertpanel.[ch]: added functions alertpanel_message(),
2780           alertpanel_notice(), and alertpanel_error(), and cleaned up
2781           the code.
2782         * src/folderview.c
2783           src/compose.c
2784           src/addressbook.c
2785           src/summaryview.c
2786           src/summary_search.c
2787           src/prefs_account.c
2788           src/foldersel.c: made them use alertpanel_error(),
2789           alertpanel_warning() or alertpanel_notice() for error message
2790           dialog.
2791         * src/summaryview.[ch]: enable sorting in reversed order.
2792         * src/inc.c: made it show error message dialog when failed to
2793           connect or authorize.
2794         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
2795           perror() with it.
2796
2797 2000-06-03
2798
2799         * version 0.3.12
2800
2801         * src/compose.c: fixed a bug that didn't save a message to outbox
2802           when queued.
2803         * src/send.c: send_message_queue(): fixed a bug that included
2804           headers for queueing in the parsed data.
2805         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
2806           and update queue folder when finished.
2807
2808 2000-06-02
2809
2810         * version 0.3.11
2811
2812         * src/filter.c
2813           src/inc.c
2814           src/compose.c: suppressed the warning messages.
2815         * src/mainwindow.[ch]: added next unread message button and menu
2816           items.
2817         * src/summaryview.[ch]: added a function summary_select_next_unread()
2818           that selects and opens next unread message.
2819
2820 2000-06-01
2821
2822         * src/prefs_common.[ch]: added a setting to decide whether to open
2823           unread message on entering a folder.
2824         * src/summaryview.c: made it open the first unread message only if
2825           the preference is set.
2826         * src/compose.c: fixed a bug that freed the string obtained from
2827           GtkEntry.
2828
2829 2000-05-31
2830
2831         * src/compose.c: added `Send later' to the menu and the toolbar
2832           which queues the message to send it later.
2833
2834 2000-05-30
2835
2836         * src/mainwindow.c: added an interface to resend the queued message.
2837         * src/compose.c: made it show alert dialog when a message will be
2838           queued.
2839
2840 2000-05-29
2841
2842         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
2843           send_message_queue() for each queued messages.
2844
2845 2000-05-28
2846
2847         * src/inc.c: inc_drop_message(): modified so that it drops a message
2848           to the default inbox folder if destination folder doesn't exist.
2849         * src/compose.[ch]: added imput compatible queueing header to the
2850           queued message.
2851         * src/send.[ch]: added function send_message_queue() that send
2852           queued message.
2853
2854 2000-05-27
2855
2856         * configure.in
2857           acconfig.h: made it enabled to decide wheter to use multithread
2858           or not on configure.
2859         * src/summaryview.c: fixed a bug that made thread when executed
2860           despite of the setting (thanks to Hiroshima).
2861         * src/socket.[ch]: changed the return value of public
2862           sock_connect_*() function to the pointer to SockInfo object.
2863         * src/procmime.c: procmime_scan_mime_header():
2864           fixed a bug that returned NULL if the scanned part had no header
2865           (thanks to shigeri).
2866         * src/procmime.[ch]:
2867           added function procmime_scan_content_disposition() that parses
2868           Content-Disposition header field.
2869         * src/mimeview.c: made it uses filename value in Content-Disposition
2870           header.
2871         * src/pop.c
2872         * src/inc.c: modified so that password is prompted if the password
2873           on preferences is empty and previous POP3 session has failed on
2874           authorization.
2875
2876 2000-05-23
2877
2878         * src/socket.[ch]: added non-blocking IO mode socket and
2879           multithreaded connection support.
2880         * src/inc.c: supported multithread connection.
2881
2882 2000-05-22
2883
2884         * src/folderview.c: made the focus of SummaryView grabbed when
2885           a folder is selected only if the messages exist.
2886
2887 2000-05-20
2888
2889         * version 0.3.10
2890
2891         * po/ja.po: fixed a bug that head `/' of a menu label was missing
2892           and caused segmentation fault when opened Compose window.
2893
2894 2000-05-20
2895
2896         * version 0.3.9
2897
2898         * src/utils.c: get_domain_name(): modified so that it uses
2899           gethostname().
2900         * src/mimeview.c: added key binds for `Save as' and
2901           `Display as text'.
2902
2903 2000-05-19
2904
2905         * src/recv.c: fixed a bug that failed to return error value
2906           when fputs() failed and caused the loss of received mails when
2907           disk space was not left (thanks to Tajiri).
2908         * src/compose.c: supported Reply-To.
2909         * src/mimeview.c: improved key operation interface.
2910
2911 2000-05-18
2912
2913         * src/mimeview.[ch]
2914           src/procmime.[ch]
2915           src/textview.[ch]: supported nested multipart message and
2916           clean up the codes.
2917           Supported encapsulated RFC822 message.
2918
2919 2000-05-16
2920
2921         * src/compose.[ch]: made it free the alloc'd memory for attach
2922           information when the compose window is destroyed.
2923           Placed the attachment list and the text widget onto the paned
2924           widget.
2925           Enabled cut/copy/paste/select all on all of the editable widgets.
2926           Implemented removal of attached file and popup menu on attachment
2927           list.
2928         * src/prefs_common.[ch]: added signature separator setting.
2929         * src/alertpanel.[ch]: added a function alertpanel_warning().
2930
2931 2000-05-14
2932
2933         * src/prefs_common.[ch]
2934           src/textview.c: made open URI command customizable.
2935         * src/compose.[ch]: implemented multipart MIME message composition
2936           (attachment of file).
2937         * src/textview.c
2938           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
2939           engine again.
2940
2941 2000-05-13
2942
2943         * version 0.3.8
2944
2945         * src/summaryview.c: added key binds for composing message
2946           (w, a, A, f). Also added other key binds (y, D, Q).
2947         * src/compose.c: made Cc entry take over the Cc of the replied
2948           message.
2949         * src/pixmaps/new.xpm
2950           src/pixmaps/unread.xpm: replaced pixmap image.
2951         * src/procheader.c: procheader_date_get_localtime():
2952           changed the single figures of year from four to two.
2953
2954 2000-05-12
2955
2956         * src/inc.c: made it ask password if it is not specified on account
2957           preferences.
2958         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
2959           that preserves the temporary password.
2960         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
2961           that prompts input with the string hidden.
2962
2963 2000-05-11
2964
2965         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
2966           engine if message font wasn't specified.
2967
2968 2000-05-10
2969
2970         * version 0.3.7a
2971
2972         * src/summaryview.c: fixed a bug that stderr was forgotten on
2973           fprintf().
2974
2975 2000-05-10
2976
2977         * version 0.3.7
2978
2979         * src/pop.c: fixed a problem that if some POP3 commands returned
2980           error, the previous operations were all cancelled.
2981         * src/compose.c
2982           src/textview.c: made workaround to the slow down of GtkText widget
2983           when using Pixmap theme or its derivatives.
2984
2985 2000-05-08
2986
2987         * src/inc.c: fixed a bug that caused X IO error when exec'd
2988           nonexistent program.
2989
2990 2000-05-07
2991
2992         * src/folderview.[ch]: added the member `mtime' to the struct
2993           FolderInfo.
2994         * src/summaryview.c: made the mtime of the folder checked that is
2995           going to open.
2996         * src/procmsg.c: added filesystem unchecking mode.
2997
2998 2000-05-05
2999
3000         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
3001           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
3002
3003 2000-05-04
3004
3005         * src/summaryview.c: summary_write_cache(): permission fix of
3006           cache file.
3007
3008 2000-05-04
3009
3010         * version 0.3.6a
3011
3012         * src/headerview.c: added headerview_clear() method.
3013         * src/messageview.c: fixed a bug that didn't clear HeaderView
3014           on messageview_clear().
3015
3016 2000-05-04
3017
3018         * version 0.3.6
3019
3020         * src/messageview.c
3021           src/textview.c: added *_clear() method.
3022         * src/summaryview.c: made it clear MessageView when new folder
3023           is open.
3024
3025 2000-05-03
3026
3027         * src/inc.c: fixed a bug that went to the inbox that was specified
3028           by each account when incorporating from all accounts.
3029         * src/compose.c: made it confirm whether to discard the message or
3030           not when the window will be closed.
3031
3032 2000-05-03
3033
3034         * version 0.3.5
3035
3036         * src/pop.[ch]
3037           src/inc.[ch]: re-supported APOP authentication.
3038         * src/prefs_account.c: fixed a bug that had't saved protocol type.
3039         * src/socket.h
3040           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
3041           functions.
3042         * src/progressdialog.[ch]: changed the name of class from Progress
3043           to ProgressDialog.
3044
3045 2000-05-02
3046
3047         * src/summaryview.c: fixed a bug that caused segmentation fault
3048           a news folder was selected without using ja message catalog.
3049         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
3050         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
3051           INCLUDES.
3052
3053 2000-05-01
3054
3055         * src/automaton.[ch]
3056           src/inc.[ch]
3057           src/pop.[ch]: re-implemented POP3 fetching routines using
3058           finite-state automaton model (thanks to Hiramatu).
3059         * src/inc.c: fixed a bug that caused unwilled quitting of program
3060           when connection to mail server failed. And fixed a memory leak bug.
3061         * src/summaryview.c: made the focus move to FolderView when left
3062           cursor key is pressed.
3063
3064 2000-04-30
3065
3066         * src/textview.c: textview_write_line(): modified quotation
3067           discerning routine a bit.
3068
3069 2000-04-29
3070
3071         * version 0.3.4
3072
3073         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
3074           src/procmime.c.
3075         * src/mimeview.[ch]: implemented saving of multipart message. And
3076           supported MIME encoded file name.
3077         * src/summaryview.c: implemented `Save as'.
3078
3079 2000-04-28
3080
3081         * src/prefs_common.[ch]: implemented an interface for setting the
3082           display item of SummaryView.
3083         * src/addressbook.c
3084           src/account.c: made the column titles of those don't take key
3085           focus.
3086
3087 2000-04-26
3088
3089         * src/textview.c: implemented BASE64 decoding and display.
3090
3091 2000-04-25
3092
3093         * src/prefs_common.[ch]: added members which decide whether
3094           each item of SummaryView is displayed or not.
3095         * src/headerwindow.c
3096           src/logwindow.c: made those windows closed when escape key is
3097           pressed.
3098         * src/headerview.c: disused ScrolledWindow.
3099         * src/base64.c: from64tobits(): modified so that it recognize '\n'
3100           as the last of line as well as '\r'.
3101
3102 2000-04-24
3103
3104         * src/headerview.c: disabled word wrap and line wrap of the text
3105           widget.
3106
3107 2000-04-24
3108
3109         * version 0.3.3
3110
3111         * src/prefs_common.c: prefs_assort_create(): added some headers
3112           to the default headers for assortment.
3113
3114 2000-04-23
3115
3116         * src/procmsg.c: fixed a bug that caused segmentation fault if
3117           the permission of a message was denied on parsing the header
3118           (thanks to wakai@UEC univ.).
3119         * src/mimeview.c: made it pass key press event to SummaryView.
3120
3121 2000-04-21
3122
3123         * src/main.h
3124           src/alertpanel.c: modified font specifications so that they match
3125           to better fonts.
3126         * src/utils.[ch]: added wide-character functions for FreeBSD support.
3127           Added the existence check of <wchar.h>.
3128         * acconfig.h
3129           configure.in: added wint_t and libxpg4 check for FreeBSD support.
3130         * src/unmime.c: modified so that it checks the existence of
3131           <alloca.h>.
3132           Above three are a contribution from Sasaki. Thanks!
3133
3134 2000-04-18
3135
3136         * src/main.h: decreased default height of window.
3137
3138 2000-04-17
3139
3140         * src/procmime.c: fixed a bug that eliminated the parenthesis in
3141           attribute value that was double-quoted.
3142
3143 2000-04-15
3144
3145         * version 0.3.2
3146
3147         * src/mimeview: implemented multipart message parser and display.
3148         * src/procmime.c: procmime_scan_content_type():
3149           supported multiple elements.
3150         * src/textview.c: supported multipart message and clean up the code.
3151
3152 2000-04-14
3153
3154         * src/summaryview.c: added size column and sorting by size.
3155         * src/mainwindow.c: added `Sort by size' to sort menu.
3156         * src/procmime.c: fixed a bug that caused buffer overrun and
3157           segmentation fault.
3158         * src/procmime.c: generalized Content-Type parsing.
3159
3160 2000-04-13
3161
3162         * version 0.3.1
3163
3164         * src/textview.c: supported MIME headers and
3165           Content-Transfer-Encoding: quoted-printable.
3166
3167 2000-04-12
3168
3169         * src/messageview.[ch]
3170           src/textview.[ch]: separated MessageView into two classes.
3171         * src/procmime.[ch]: added for MIME message handling.
3172
3173 2000-04-11
3174
3175         * src/mimeview.[ch]: added for MIME message handling.
3176         * configure.in: added wctype.h and wchar.h existence check.
3177
3178 2000-04-10
3179
3180         * src/procmsg.[ch]
3181           src/procheader.[ch]: some code cleanups.
3182         * src/messageview.[ch]: integrated HeaderView.
3183
3184 2000-04-09
3185
3186         * version 0.3.0
3187
3188 2000-04-08
3189
3190         * src/addressbook.c: Made the tree sorted when folder/group is
3191           added or edited.
3192         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
3193           fault if the current tag was empty.
3194         * src/mainwindow.c: made the state of MainWindow saved.
3195
3196 2000-04-08
3197
3198         * version 0.3.0pre1
3199
3200         * src/addressbook.c: fully implemented address group editing.
3201           Fixed a bug that wrongly confirmed deletion of address when
3202           escape key was pressed on alert dialog.
3203
3204 2000-04-07
3205
3206         * src/addressbook.c: added menu bar. And enabled hierarchical
3207           folder.
3208         * src/prefs_account.c: modified so that it allows not to specify
3209           pop server.
3210         * src/inc.c: inc_account_mail(): modified so that if receiving
3211           server isn't specified, it does nothing.
3212
3213 2000-04-05
3214
3215         * version 0.2.9
3216
3217         * src/addressbook.c: almost fully implemented addressbook functions.
3218
3219 2000-04-04
3220
3221         * src/compose.c: fixed a bug that caused segmentation fault when
3222           `File->Insert file' was selected more than twice.
3223
3224 2000-04-03
3225
3226         * version 0.2.9pre4
3227
3228         * src/addressbook.[ch]: implemented creation of new folder and group,
3229           and deletion of folder and group. And fully implemented
3230           addressbook_delete_object() which deletes the specified object
3231           recursively.
3232
3233 2000-04-02
3234
3235         * src/addressbook.c: implemented registration of address and multiple
3236           appending to Compose address entry.
3237         * src/menu.[ch]: added a function menu_set_insensitive_all() that
3238           turn all menu items insensitive.
3239         * src/folderview.c: some code cleanup.
3240
3241 2000-04-01
3242
3243         * src/account.c
3244           src/prefs_common.c: fixed a bug on getting the number of CList
3245           rows.
3246
3247 2000-03-30
3248
3249         * version 0.2.9pre3
3250
3251         * src/folderview.c: fixed a bug that caused warnings when tree was
3252           expanded/collapsed on the first operation.
3253
3254 2000-03-29
3255
3256         * src/addressbook.c: addressbook_list_selected(): made it be able
3257           to handle multiple address.
3258         * src/compose.c: modified so that when Bcc: is toggled, corresponding
3259           AddressBook also toggle it.
3260         * src/mainwindow.c:
3261           main_window_create(): moved gtk_widget_set_uposition() before
3262           gtk_widget_show() so as not to cause window flickering.
3263           main_window_get_position(): replaced gdk_window_get_position()
3264           with gdk_window_get_root_origin() to acquire correct window
3265           position (Thanks to shigeri for these modifications).
3266
3267 2000-03-27
3268
3269         * src/filesel.c: made it selects home directory on the first time
3270           it is called.
3271
3272 2000-03-26
3273
3274         * src/utils.c: conv_mb_alnum(): modified so that it uses character
3275           conversion table.
3276         * src/foldersel.c: made the folder tree take focus when the dialog
3277           is shown.
3278
3279 2000-03-26
3280
3281         * version 0.2.9pre2
3282
3283         * src/addressbook.c: implemented addressbook_export_to_file() and
3284           related functions.
3285
3286 2000-03-25
3287
3288         * src/xml.[ch]
3289           src/addressbook.c: fixed the variable name for attribute.
3290         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
3291         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
3292           alphabet and numeric into single-byte one.
3293         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
3294           when conv_mb_alnum flag is on.
3295
3296 2000-03-25
3297
3298         * version 0.2.9pre1
3299
3300         * src/compose.c: modified so that when Addressbook is open by a
3301           Compose and it is closed, target of Addressbook is reset.
3302         * src/addressbook.c: made it work with Compose.
3303
3304 2000-03-24
3305
3306         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
3307           GTK+ and GLIB to 1.2.6.
3308         * src/xml.[ch]: more implementation of XML parser.
3309         * src/addressbook.c: implemented addressbook parsing and displaying
3310           routine.
3311
3312 2000-03-21
3313
3314         * src/folderview.c: folderview_scan_folder(): modified so that if
3315           a folder's message number is zero, set new, unread and total number
3316           to zero.
3317
3318 2000-03-20
3319
3320         * src/xml.[ch]: added for XML handling used by addressbook.
3321         * src/folderview.c: modified so that Trash folder is skipped
3322           when an unread folder is selected automatically by space key.
3323
3324 2000-03-18
3325
3326         * src/summaryview.c: fixed a bug that cursor was turned into watch
3327           forever when a newsgroup was selected.
3328
3329 2000-03-18
3330
3331         * version 0.2.8
3332
3333 2000-03-17
3334
3335         * src/mainwindow.[ch]: implemented counting on setting cursor
3336           type. And modified the menu of `thread view' and `unthread view'.
3337         * src/summaryview.c: enabled thread-toggling on opening folder.
3338         * src/prefs_common.[ch]: added a member `enable_thread' to determine
3339           whether summary view builds thread or not when a folder is open.
3340
3341 2000-03-15
3342
3343         * src/summaryview.c: modified popup sensitivity function a bit.
3344
3345 2000-03-13
3346
3347         * version 0.2.7
3348
3349         * src/addressbook.[ch]: more implementation of the interface of
3350           addressbook.
3351         * src/compose.c: connected to addressbook object.
3352         * src/folderview.[ch]: folderview_compare_path():
3353           modified so that absolute path is correctly compared.
3354           And added folderview_select_node().
3355           And modified folderview_scan_folder() so that it update the summary
3356           when asked.
3357         * src/import.c: made it update folder tree when imported mbox.
3358         * src/summaryview.c: modified according to the changes of
3359           folderview.c. And modified so that it display alert dialog if
3360           source folder is identical to destination.
3361           added summary_set_popup_sensitive() that set the sensitivity of
3362           popup menu according to the context. And made all of the items of
3363           popup menu insensitive when summary is cleared.
3364         * src/procmsg.c: procmsg_move_messages_with_dest():
3365           modified so that if source folder is identical to destination,
3366           abort its process.
3367         * src/summary_search.c
3368           src/manage_window.c: modified so as not to print warning to console
3369           when alert dialog appeared twice.
3370         * src/filesel.c: made file selection dialog transient.
3371
3372 2000-03-11
3373
3374         * src/manage_window.[ch]: added callback function
3375           manage_window_focus_out().
3376         * src/account.c
3377           src/inputdialog.c
3378           src/mainwindow.c
3379           src/prefs_account.c
3380           src/prefs_common.c
3381           src/summary_search.c: added focus_out_event signal handler.
3382         * src/addressbook.[ch]: added preliminary addressbook code.
3383
3384 2000-03-06
3385
3386         * src/utils.h: added a macro Xalloca() that does alloca() and
3387           handles the exception.
3388         * src/import.c: made the import dialog transient window and enabled
3389           cancelling by escape key.
3390
3391 2000-03-04
3392
3393         * version 0.2.6
3394
3395         * src/compose.c: fixed a bug that caused memory leak when compose
3396           window was closed.
3397
3398 2000-03-03
3399
3400         * src/nntp.h: increased NNTP message buffer size for XOVER strings
3401           which is too long.
3402
3403 2000-02-28
3404
3405         * src/summaryview.c: binded step-forward and step-backward to each
3406           Control-n and Control-p.
3407         * src/filter.c: filter_read_str(): fixed a memory leak bug and
3408           replaced g_malloc() for allocating the buffer with alloca().
3409         * src/procheader.c: procheader_get_fromname(),
3410                             procheader_date_get_localtime()
3411           src/utils.c: conv_euctojis()
3412           src/compose.c: compose_quote_parse_fmt()
3413           src/prefs.c: prefs_set_data_from_text()
3414                        prefs_set_text(): replaced g_malloc() with alloca().
3415
3416 2000-02-26
3417
3418         * version 0.2.5
3419
3420         * src/logwindow.c: improved log_window_append() so that it shows
3421           warning, error and normal message with different colors.
3422         * src/utils.[ch]: added functions log_message(), log_warning(), and
3423           log_error() that show normal message, warning, and error for each.
3424           And modified many warning messages to use these.
3425         * src/messageview.c: messageview_init(): made it set colors of
3426           quotation and URI to black when failed to allocate colors.
3427         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
3428           the buffer with alloca().
3429
3430 2000-02-25
3431
3432         * src/folderview.c: fixed a bug that didn't put previously selected
3433           folder name in text entry. In addition to that, made some
3434           modifications.
3435
3436 2000-02-24
3437
3438         * version 0.2.4
3439
3440         * src/logwindow.[ch]: added log window that displays protocol log.
3441         * src/about.c: adjusted the size of dialog.
3442         * src/folderview.c: made it select a folder when double-clicked.
3443
3444 2000-02-23
3445
3446         * src/prefs_common.[ch]: added an item `translate_header' that
3447           decides whether header name like `From:' or `Subject:' is
3448           translated or not.
3449         * src/compose.c: made it show alert dialog when receiptor isn't
3450           entered.
3451         * src/inc.c: some code cleanups.
3452
3453 2000-02-22
3454
3455         * version 0.2.3
3456
3457         * src/compose.c: made header entries move those focus to next
3458           entry or text widget when activated. And sorted out the menu items.
3459         * src/mainwindow.[ch]
3460           src/prefs_common.[ch]
3461           src/main.c: made it save the sizes of widgets and the position of
3462           window when quitting.
3463         * src/prefs_common.c: set a14, k14 fontset as default message font.
3464         * src/about.c: changed the appearance of about dialog using text
3465           widget and so on.
3466         * src/recv.c: modified recv_write() so that it converts an escaped
3467           From_ line.
3468
3469 2000-02-20
3470
3471         * version 0.2.2
3472
3473         * src/compose.[ch]: supported Bcc.
3474
3475 2000-02-19
3476
3477         * version 0.2.1
3478
3479         * src/utils.[ch]: added function to_number() that examines string
3480           and if that is a number string, return its value.
3481         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
3482           character was included in file name.
3483
3484 2000-02-18
3485
3486         * version 0.2.0
3487
3488         * src/folderview.c: fixed a bug that caused segmentation fault
3489           when opened folder node was deleted (thanks to Hiramatu).
3490           And implemented folderview_rm_server_cb() which removes news server.
3491         * src/mbox.c: modified a warning message.
3492
3493 2000-02-13
3494
3495         * version 0.2.0alpha-pre8
3496
3497         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
3498           folder to prevent the probrem when current folder is updated.
3499         * src/summaryview.c: summary_execute(): made it write to summary
3500           cache when executed.
3501
3502 2000-02-12
3503
3504         * version 0.2.0alpha-pre7
3505
3506         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
3507           trailing directory separator.
3508         * src/folderview.[ch]
3509           src/summaryview.[ch]: modified so that folder tree is updated
3510           when messages are moved or deleted.
3511         * src/inc.c: some code cleanup.
3512
3513 2000-02-11
3514
3515         * version 0.2.0alpha-pre6
3516
3517         * src/utils.[ch]: added get_domain_name() that return domain
3518           name as a static string.
3519         * src/compose.c: compose_generate_msgid(): modified so that even
3520           if current address doesn't contain '@', it generates a decent
3521           message ID.
3522         * src/send.c: some code cleanup.
3523
3524 2000-02-10
3525
3526         * src/folderview.c: modified the behavior of folder tree when
3527           the folder is right-clicked.
3528         * src/compose.c: compose_encode_header(): added irresponsible
3529           buffer overrun check.
3530
3531 2000-02-09
3532
3533         * version 0.2.0alpha-pre5
3534
3535         * updated gettext and libtool.
3536         * configure.in: modified localedir definition so that message
3537           catalogs are installed into correct directories.
3538         * src/folderview.c
3539           src/mainwindow.c: modified them so that a folder can be reopen
3540           even if it is currently open.
3541         * src/prefs_common.[ch]
3542           src/messageview.c: added an option that toggle the coloration of
3543           message.
3544
3545 2000-02-08
3546
3547         * version 0.2.0alpha-pre4
3548
3549         * src/mainwindow.c
3550           src/messageview.c: fixed a bug that broke memory on allocating
3551           colors.
3552
3553 2000-02-07
3554
3555         * src/folderview.c: some bug fixes on selecting folder.
3556
3557 2000-02-07
3558
3559         * version 0.2.0alpha-pre3
3560
3561         * src/folderview.c
3562         * src/summaryview.[ch]: some code cleanups.
3563         * src/messageview.c: fixed a color allocating bug (maybe).
3564
3565 2000-02-06
3566
3567         * version 0.2.0alpha-pre2
3568
3569         * src/folderview.[ch]: made folder view not open selected folder
3570           unless return or space key is pressed, or clicked by mouse
3571           button 1 or 2.
3572         * src/inc.c: some code cleanups.
3573         * TODO.jp: added some items.
3574
3575 2000-02-05
3576
3577         * version 0.2.0alpha-pre1
3578
3579         * src/summaryview.[ch]: fixed a bug that broke summary thread
3580           when deleted duplicated messages (thanks to BONAIM).
3581           And some code cleanup.
3582         * src/procmsg.[ch]: renamed procmsg_move_messages() to
3583           procmsg_move_messages_with_dest(), and replaced former with
3584           new function which doesn't specify destination.
3585         * src/prefs_common.c
3586           src/gtkutils.c: some memory leak fixes of linked lists.
3587         * src/utils.[ch]: added list_remove_all() to remove all elements
3588           of doubly-linked list.
3589         * src/inc.[ch]: added inc_all_account_mail() that incorporates
3590           new messages of all accounts.
3591         * src/account.[ch]: added account_foreach() to process each accounts.
3592         * added TODO.jp
3593
3594 2000-02-04
3595
3596         * version 0.1.23alpha
3597
3598         * src/inc.c: made the folder tree update the message number
3599           when incorporated new messages.
3600         * src/folderview.[ch]: added a function folderview_scan_folder()
3601           to scan one folder on the view, which is specified by folder name.
3602
3603 2000-02-02
3604
3605         * version 0.1.22alpha
3606
3607         * src/prefs_account.[ch]: added the setting of assorting on
3608           receiving.
3609         * src/inc.c: supported assorting on receiving.
3610         * src/procmsg.c: cleaned up the code.
3611         * src/news.c: fixed a bug that locked up when failed to get xover.
3612         * src/compose.c: made a message unmark that is put into specific
3613           folders.
3614
3615 2000-02-01
3616
3617         * version 0.1.21alpha
3618
3619         * src/folderview.c
3620           src/summaryview.c: implemented the function 'go to next folder
3621           when no unread message found.'
3622         * src/summaryview.c: made connection state displayed on the
3623           status bar when connecting to a news server.
3624         * src/compose.c: changed X-Mailer: header field string a bit.
3625         * src/prefs_common.c: implemented residual functions of assortment.
3626
3627 2000-01-31
3628
3629         * version 0.1.20alpha
3630
3631         * src/prefs_common.c: implemented reading/writing/register/deletion
3632           of assortment setting.
3633         * src/mainwindow.c: slightly modified the appearance of statusbar.
3634         * src/account.c: account_delete(): fixed a bug that didn't assigned
3635           the pointer to GList when an account was deleted.
3636
3637 2000-01-29
3638
3639         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
3640           to read mark file (thanks to BONAIM).
3641         * src/prefs_common.c: added the interface of assortment setting.
3642
3643 2000-01-28
3644
3645         * src/summaryview.c: fixed a bug that didn't redraw marking properly
3646           when displaying an unread message with left-click (thanks to
3647           shigeri).
3648
3649 2000-01-27
3650
3651         * src/summaryview.[ch]: added functions for assortment.
3652         * src/about.c: added a button to close window.
3653
3654 2000-01-26
3655
3656         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
3657         * src/compose.c: fixed a bug that can't reply to a news article.
3658         * src/filter.[ch]: added for message filtering.
3659         * src/procheader.[ch]: added procheader_get_unfolded_line()
3660           to process filtering. And added procheader_get_header_list()
3661           that reads headers of a message and store them on the memory,
3662           and procheader_header_list_destroy() that removes all headers
3663           read by procheader_get_header_list().
3664
3665 2000-01-25
3666
3667         * version 0.1.19alpha
3668
3669         * src/news.c: modified so that it retrieves only overview information
3670           that is not yet cached.
3671         * src/procmsg.[ch]: modified for news handling.
3672
3673 2000-01-24
3674
3675         * src/news.c: supported xover.
3676         * src/mbox.c: fixed a bug that didn't handle empty line correctly
3677           (Thanks to shigeri).
3678
3679 2000-01-23
3680
3681         * version 0.1.18alpha
3682
3683         * src/procmsg.[ch]: modified some functions so that they can
3684           handle news folder.
3685         * src/news.c: added header cache routine.
3686         * src/procheader.c: fixed a bug that caused memory leak when some
3687           header was duplicated.
3688           And added Newsgroups: in parsing headers.
3689         * src/summaryview.c: added news article cache routine.
3690         * src/compose.c: made it be able to reply/forward news article.
3691
3692 2000-01-22
3693
3694         * src/compose.c: fixed a bug that failed to parse To: header
3695           if a comma is included in double quotation (Thanks to shigeri).
3696         * src/mbox.c: modified the code for processing mbox so that it
3697           can handle unescaped From_ line correctly.
3698
3699 2000-01-21
3700
3701         * version 0.1.17alpha
3702
3703         * src/foldersel.c: fixed a bug that didn't display folder tree.
3704           And added the register routine for news server and group setting.
3705
3706 2000-01-20
3707
3708         * version 0.1.16alpha
3709
3710         * src/statusbar.[ch]: added statusbar_puts_all().
3711           statusbar_puts(): made it truncate a string that is too long.
3712         * src/folderview.[ch]: changed CTree's row data from string
3713           to FolderInfo structure.
3714           And implemented popup menu that registers news server and group.
3715         * src/messageview.c: modified short header display routine.
3716
3717 2000-01-19
3718
3719         * added src/news.[ch] for NetNews session management.
3720         * src/summaryview.[ch]: added NetNews reading codes.
3721
3722 2000-01-18
3723
3724         * src/mainwindow.c
3725           src/prefs_common.[ch]: made them preserve toolbar style.
3726         * src/main.c: made it save configuration before exiting.
3727         * src/summaryview.c: modified summary status display routine.
3728         * added src/nntp.[ch] for handling low level NNTP session.
3729
3730 2000-01-17
3731
3732         * added src/progress.[ch] for displaying progress.
3733         * src/inc.c: modified progress dialog routines to use
3734           src/progress.[ch].
3735         * src/folderview.[ch]: added preliminary NetNews supporting code.
3736
3737 2000-01-16
3738
3739         * version 0.1.15alpha
3740
3741         * src/main.c
3742           src/folderview.c: some permission fixes.
3743         * src/folderview.c: implemented folder creation/renaming/removing.
3744         * src/utils.[ch]: added remove_dir_recursive() that removes
3745           a directory recursively.
3746
3747 2000-01-15
3748
3749         * src/mainwindow.[ch]: added toolbar style selection.
3750         * added src/inputdialog.[ch] to prompt user to enter a string.
3751         * src/summaryview.[ch]: modified the behavior of view on
3752           normal mode.
3753         * src/mbox.c: fixed a bug that couldn't lock file when
3754           lockf() was used (Thanks to shigeri).
3755
3756 2000-01-14
3757
3758         * version 0.1.14alpha
3759
3760         * src/mainwindow.[ch]: changed the appearance of toolbar.
3761           And fixed window handling.
3762         * src/summaryview.c: modified the messages displayed on status bar.
3763         * src/compose.[ch]: added toolbar.
3764         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
3765
3766 2000-01-13
3767
3768         * version 0.1.13alpha
3769
3770         * src/summaryview.c: fixed a bug of threading. And some code
3771           cleanups. And rewrote the routine of deleting duplicated messages
3772           using hash table.
3773         * src/mainwindow.[ch]: added toolbar.
3774
3775 2000-01-12
3776
3777         * version 0.1.12alpha
3778
3779         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
3780           instead.
3781         * src/summaryview.c: changed CTree creating routine as it creates
3782           thread on the fly for speeding up.
3783         * src/procmsg.c: rewrote message processing routines using hash
3784           table for speeding up. It should be considerably faster than
3785           before.
3786
3787 2000-01-11
3788
3789         * version 0.1.11alpha
3790
3791         * po/ja.po: modified msgstr for Solaris standard gettext.
3792         * src/main.c: added config.h inclusion.
3793         * src/compose.c: changed to add replied message's In-Reply-To
3794           message id to References header if it don't have References header.
3795         * src/summaryview.c: changed threading routine to use hash table
3796           for speeding up.
3797
3798 2000-01-11
3799
3800         * version 0.1.10alpha
3801
3802         * po/ja.po: modified msgstr so as not to core dump on Solaris.
3803         * src/main.c: added inclusion of locale.h.
3804           (Thanks to Sato for above.)
3805         * src/mbox.c
3806         * src/socket.c: applied Solaris patch by shigeri with some
3807           modification. (Thanks!)
3808
3809 2000-01-10
3810
3811         * version 0.1.9alpha
3812
3813         * src/compose.c: compose_encode_header(): fixed some bugs.
3814           And modified header generating routines to support proper
3815           References header, and supported Organization header.
3816         * src/procmsg.[ch]
3817           src/procheader.c: removed Cc: and Reply-To: from cache data.
3818         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
3819         * src/summaryview.[ch]: summary_thread_func(): some optimization.
3820           And added summary_pass_key_press_event() to pass key press event
3821           from other widgets.
3822         * src/messageview.c: messageview_key_pressed(): modified so that
3823           key event is passed to summary view even if message view is
3824           separated. (Thanks to wakai@UEC univ. for pointing this out.)
3825
3826 2000-01-09
3827
3828         * version 0.1.8alpha
3829
3830         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
3831           header MIME encoding.
3832         * src/procheader.c: some bug fixes of folded header line processing.
3833         * src/headerview.c: headerview_show(): some bug fixes.
3834
3835 2000-01-07
3836
3837         * version 0.1.7alpha
3838
3839         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
3840           kanji-out sequence [ \033 ( B ] when input string was ended
3841           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
3842         * src/compose.c: compose_encode_header(): changed as it outputs
3843           encoded string to another buffer.
3844           And implemented a faculty to save sent message to outbox and
3845           to queue message that failed to send (preliminary).
3846           And, finally implemented proper To: and Cc: processing :)
3847         * src/folderview.c: added preliminary right-clicking popup menu
3848           for operating folders.
3849         * some permission fixes at creating or copying file.
3850
3851 2000-01-07
3852
3853         * version 0.1.6alpha
3854
3855         * src/procheader.c: fixed a bug that didn't null-terminate
3856           header list and caused segmentation fault.
3857
3858 2000-01-06
3859
3860         * version 0.1.5alpha
3861
3862         * src/procheader.[ch]: added function procheader_get_one_field()
3863           that gets one header field that matches the header list.
3864           And removed procheader_get_unfolded_line(), which is less generic.
3865           And rewrote procheader_get_header_fields() using
3866           procheader_get_one_field().
3867         * src/summaryview.c: some bug fixes of key input scan routine.
3868         * README, README.jp: modified documents a bit.
3869
3870 2000-01-05
3871
3872         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
3873           had a submenu, set sensitivity of the submenu, not the item.
3874
3875 2000-01-05
3876
3877         * version 0.1.4alpha
3878
3879         * src/summaryview.c: fixed a bug that caused segmentation fault
3880           when empty summary view was center-clicked.
3881           And fixed a bug that freed moving folder strings when marked
3882           as unread.
3883           If current folder is trash, don't delete message.
3884         * src/summaryview.[ch]
3885         * src/mainwindow.c
3886         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
3887
3888 2000-01-04
3889
3890         * src/procheader.[ch]: more optimization of header processing
3891           routine. And added a new function procheader_get_header_fields()
3892           that receives an array of header name as a parameter and
3893           set header bodies.
3894         * src/utils.[ch]: added remove_return() for removing return code.
3895         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
3896
3897 2000-01-03
3898
3899         * src/compose.c: if message body is ascii only, set US-ASCII as
3900           charset in Content-Type.
3901         * src/main.[ch]
3902         * src/prefs.c
3903         * src/prefs_common.c
3904         * src/prefs_account.c
3905         * src/account.c: changed the location of rc files.
3906         * src/account.c: enabled closing window when escape key is pressed.
3907
3908 2000-01-02
3909
3910         * version 0.1.3alpha
3911
3912         * src/compose.c: fixed a bug that caused segmentation fault
3913           when sending failed.
3914           And relocated header-generation routines from src/send.c.
3915         * src/send.c: moved header-generation routines to src/compose.c.
3916         * src/prefs.c: added '~' to home directory expansion.
3917         * src/prefs_account.[ch]: added signature file path configuration.
3918         * src/prefs_common.[ch]: added spool path configuration.
3919         * src/inc.c: changed the method of user name acquisition to use
3920           g_get_user_name().
3921
3922 2000-01-01
3923
3924         * version 0.1.2alpha
3925
3926         * added ChangeLog (this file), ChangeLog.jp.
3927         * some code cleanups.
3928         * added manage_window.[ch] for transient window management.
3929         * src/procheader.c: optimized header processing routine a bit.
3930         * src/send.c: fixed exception handling on connection.
3931         * src/inc.c: added exception handling on getting user name.
3932
3933 2000-01-01
3934
3935         * version 0.1.1alpha
3936
3937         * src/send.c: fixed a bug that didn't add Content-Type: header.
3938
3939 2000-01-01
3940
3941         * version 0.1.0alpha
3942
3943         * initial release.