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