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