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