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