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