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