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