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