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