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