update Bulgarian translation
[claws.git] / ChangeLog
1 2003-02-28
2
3         * src/prefs_account.[ch]: added an option to use command output for
4           signature.
5         * src/compose.c: compose_insert_sig(): use command output if
6           specified.
7           compose_insert_command_output(): new.
8
9 2003-02-28
10
11         * src/main.c: main(): remove lock socket if sylpheed is not running
12           when --status command is executed.
13           lock_socket_remove(): new.
14
15 2003-02-27
16
17         * src/codeconv.c: conv_codeset_strdup(): don't convert if current
18           codeset is US-ASCII (or POSIX).
19
20 2003-02-21
21
22         * src/codeconv.c: conv_iconv_strdup(): try to skip invalid characters
23           and continue conversion.
24
25 2003-02-21
26
27         * src/summaryview.c: summary_selected(): always update widget
28           sensitivity.
29
30 2003-02-20
31
32         * src/utils.c: tzoffset_sec(): fixed a bug that displayed wrong
33           date in timezones more than GMT+12 or less than GMT-12.
34
35 2003-02-18
36
37         * src/prefs_common.[ch]
38           src/sourcewindow.c: remember the size of source window.
39         * src/md5.c: fixed a compile problem with gcc 3.3.
40
41 2003-02-17
42
43         * src/about.c: about_create(): modified the copyright notice.
44
45 2003-02-17
46
47         * src/colorlabel.c: don't use pixmaps for label color rect but draw
48           rectangles so we can respect the color map of palette based visuals
49           (fixes the long time crashes on Solaris - thanks to Alfons
50           Hoogervorst).
51
52 2003-02-17
53
54         * src/procheader.c: procheader_date_parse(): made month string case
55           insensitive.
56         * src/prefs_filter.c: prefs_filter_close(): fixed the crash when the
57           selection list is empty.
58
59 2003-02-14
60
61         * src/quote_fmt_parse.y: removed gettext translatable strings.
62         * src/unmime.c: unmime_header(): remove broken characters when
63           code conversion failed.
64         * src/codeconv.c: conv_encode_header(): fixed a bug that broken
65           headers if long words more than 75 characters are entered.
66
67 2003-02-13
68
69         * src/prefs_account.c: prefs_account_receive_create()
70           src/utils.c: to_human_readable(): made units translatable.
71
72 2003-02-13
73
74         * src/codeconv.c: isprintableeuckanji(): don't allow more than 0xf4
75           at first byte (fixes abort() problem of glibc).
76         * src/html.c: html_read_line(): remove characters which can't be
77           displayed on the current locale.
78
79 2003-02-11
80
81         * src/utils.[ch]:
82           trim_subject_for_compare(): renamed from trim_subject().
83           trim_subject(): new. It removes [...] or (...) at the beginning
84           of subject.
85         * src/prefs_folder_item.c
86           src/folder.[ch]:
87           added options for trimming summary / compose subject.
88         * src/summaryview.c: summary_set_header(): trim subject if the folder
89           option is set.
90         * src/compose.c: compose_reply_set_entry(): trim subject if the folder
91           option is set.
92
93 2003-02-09
94
95         * src/codeconv.c:
96           LBREAK_IF_REQUIRED(): don't break lines before first word (fixes
97           X-Face header problem).
98           conv_encode_header(): allow up to 97 characters for one word.
99
100 2003-02-07
101
102         * src/filter.c: filter_match_condition(): fixed the bug that
103           second condition ignored regex.
104         * src/news.h: NewsGroupInfo: use guint for message numbers
105           (fix count in grouplist dialog) (thanks to Thorsten Maerz).
106
107 2003-02-06
108
109         * src/codeconv.c: conv_encode_header(): fixed a segfault bug
110           on code conversion failure.
111           conv_get_charset_str()
112           conv_get_charset_from_str(): optimized using hash table.
113
114 2003-02-06
115
116         * src/quote_fmt_parse.y:
117           SHOW_MESSAGE_NO_SIGNATURE, SHOW_QUOTED_MESSAGE_NO_SIGNATURE:
118           treat only "\n-- \n" as a signature separator.
119
120 2003-02-05
121
122         * src/gtkutils.[ch]: gtkut_ctree_node_prev(): new.
123         * src/summary_search.c: summary_search_execute(): search collapsed
124           nodes, too.
125
126 2003-02-05
127
128         * src/codeconv.c:
129           conv_unreadable_latin(): include 0x7f as an unreadable character.
130           conv_localetodisp(): don't remove 8bit characters by default.
131           conv_get_current_charset()
132           conv_get_outgoing_charset(): return ISO-8859-15 if "@euro" is
133           appended at the last of locale name.
134         * src/compose.c: compose_write_to_file(): show from and to encoding
135           when code conversion failed.
136
137 2003-02-04
138
139         * version 0.8.10
140
141 2003-02-04
142
143         * src/procmsg.h: WRITE_CACHE_DATA(): little speed improvement
144           (thanks to Colin Leroy).
145         * src/mh.c: mh_get_msginfo(): added NULL check (thanks to Thorsten
146           Maerz).
147
148 2003-02-03
149
150         * src/textview.c: textview_write_line(): don't convert if conv is
151           NULL.
152
153 2003-02-03
154
155         * src/codeconv.[ch]:
156           renamed conv_guess_encoding() to conv_guess_ja_encoding().
157           conv_localetodisp(): new. It removes unreadable characters from
158           (assumed) current locale string.
159           conv_codeset_strdup(): convert into ISO-8859-1 if dest_code is
160           NULL and current locale encoding is US-ASCII.
161           conv_get_code_conv_func(): return conv_ustodisp if US-ASCII is
162           specified for destination charset.
163         * src/textview.c: textview_write_line(): use conv_localetodisp()
164           instead of strncpy2() if conversion failed.
165
166 2003-01-31
167
168         * src/codeconv.c: conv_iconv_strdup()
169           src/imap.c:
170           imap_modified_utf7_to_locale()
171           imap_locale_to_modified_utf7(): use ICONV_CONST macro to remove
172           a warning on some systems.
173         * src/codeconv.c: conv_iconv_strdup(): flush iconv() output and
174           truncate buffer.
175           Return NULL instead of incomplete string if conversion failed.
176
177 2003-01-30
178
179         * src/summaryview.c: summary_execute(): select appropriate node
180           if currently selected node is to be deleted.
181         * src/gtkutils.[ch]: gtkut_ctree_node_is_selected(): new. Returns
182           TRUE if the specified node is selected.
183
184 2003-01-30
185
186         * src/summaryview.c: summary_status_show(): fixed a occasional crash
187           on deleting or moving.
188
189 2003-01-29
190
191         * src/codeconv.c: conv_unreadable_eucjp(): made the validity check
192           of EUC-JP more accurate.
193           isprintableeuckanji(): new. Use table for validity check of EUC-JP.
194
195 2003-01-17
196
197         * version 0.8.9
198
199 2003-01-17
200
201         * updated INSTALL.
202
203 2003-01-17
204
205         * src/quoted-printable.c: qp_encode_line(): fixed linebreak
206           duplication bug if the source string has CRLF.
207         * src/utils.[ch]:
208           canonicalize_str(): new. Returns newly allocated canonicalized
209           string.
210           uncanonicalize_file(): new. Uncanonicalize (CRLF -> LF) text.
211           uncanonicalize_file_replace(): new.
212         * src/compose.c: always canonicalize body before processing, and
213           uncanonicalize before returning.
214
215 2003-01-17
216
217         * src/procmime.c: procmime_get_encoding_for_charset(): prefer
218           ENC_8BIT for Russian charsets.
219         * src/compose.c: compose_write_to_file(): use base64 when signing
220           8bit message.
221
222 2003-01-16
223
224         * src/prefs_common.c: prefs_send_create(): added a description for
225           the setting of Content-Transfer-Encoding.
226
227 2003-01-16
228
229         * src/codeconv.c: fixed locale_table for Russian locales (thanks to
230           Sergey Vlasov).
231         * src/procmime.c: procmime_get_encoding_for_charset(): return
232           ENC_BASE64 for ISO-8859-5, KOI8-* and Windows-1251.
233         * src/compose.c: compose_attach_append(): set correct Content-
234           Transfer-Encoding for message/rfc822.
235           compose_write_to_file(): enabled user-definable Content-Transfer-
236           Encoding.
237         * src/prefs_common.[ch]: added an option for user-defined Content-
238           Transfer-Encoding.
239
240 2003-01-15
241
242         * src/quoted-printable.[ch]: qp_encode_line(): fixed a bug if the
243           line doesn't end with linebreak.
244
245 2003-01-15
246
247         * implemented quoted-printable encoding.
248         * src/quoted-printable.[ch]: qp_encode_line(): new.
249         * src/compose.c:
250           compose_write_to_file()
251           compose_write_attach(): implemented quoted-printable encoding.
252           compose_attach_property_create(): enabled quoted-printable menu
253           item.
254         * src/procmime.c: procmime_get_encoding_for_charset(): return
255           ENC_QUOTED_PRINTABLE for ISO-8859-* and CP125* charset.
256         * src/Makefile.am: added $(LIBICONV) to sylpheed_LDADD for libiconv
257           support.
258
259 2003-01-14
260
261         * src/folderview.c
262           src/summaryview.c
263           src/utils.[ch]: get_abbrev_newsgroup_name(): improved the way
264           of abbreviation of newsgroup name.
265
266 2003-01-14
267
268         * configure.in: show the result of iconv detection.
269
270 2003-01-13
271
272         * src/codeconv.[ch]: made the transition from libjconv to iconv().
273           conv_iconv_strdup(): new.
274         * src/about.c
275           src/imap.c
276           src/mainwindow.c
277           src/prefs_common.c: replaced HAVE_LIBJCONV to HAVE_ICONV.
278
279 2003-01-10
280
281         * src/compose.c
282           src/folderview.c
283           src/prefs_folder_item.c: English fix (property -> properties).
284         * src/prefs_filter.c: alert if entry is not saved.
285           prefs_filter_dialog_to_filter(): new.
286
287 2003-01-09
288
289         * src/codeconv.c: conv_encode_header(): fixed a bug which output raw
290           strings after linefeed.
291         * updated INSTALL.
292
293 2003-01-08
294
295         * src/codeconv.[ch]: code cleanup and optimization.
296           conv_code_converter_new()
297           conv_convert(): use functions obtained by conv_get_code_conv_func()
298           when using libjconv.
299           conv_codeset_strdup(): code cleanup.
300           conv_get_code_conv_func(): added an argument for destination
301           character set, and generalized.
302
303 2003-01-06
304
305         * src/codeconv.c: LBREAK_IF_REQUIRED(): break line only if some
306           characters follow.
307         * src/compose.c: compose_convert_header(): remove trailing spaces.
308         * src/customheader.c: custom_header_read_str(): strip the spaces
309           of name and value.
310         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
311           strip the spaces of name and value.
312
313 2002-12-25
314
315         * version 0.8.8
316
317 2002-12-25
318
319         * src/codeconv.c: conv_encode_header(): fixed a bug which will run
320           into infinite loop when encountering invalid characters.
321
322 2002-12-25
323
324         * src/procmsg.[ch]: procmsg_sort_msg_list(): new. It sorts message
325           list.
326         * src/summaryview.c: summary_show(): removed summary_sort() because
327           it is done inside folder_item_get_msg_list(). This will improve
328           the performance of summary display.
329           Sorted out the summary sort functions using macros.
330         * src/mh.c
331           src/imap.c
332           src/news.c
333           src/folder.[ch]: folder_item_get_msg_list(): return pre-sorted
334           list if FolderItem::sort_key is set.
335           Added SORT_BY_TO to FolderSortKey enum.
336         * src/mainwindow.c: added "View/Sort/by recipient".
337
338 2002-12-20
339
340         * version 0.8.7
341
342 2002-12-20
343
344         * src/codeconv.c: conv_encode_header(): fix for redundant space on
345           line-breaking.
346         * src/compose.c: compose_convert_header(): always pass string to
347           conv_encode_header() for line-breaking.
348
349 2002-12-20
350
351         * src/textview.c: textview_make_clickable_parts(): fixed incorrect
352           parsing of email addresses.
353
354 2002-12-19
355
356         * src/defs.h: added DEFAULT_BROWSER_CMD.
357         * src/mimeview.c: mimeview_view_file()
358           src/prefs_common.c: prefs_other_create()
359           src/utils.c: open_uri(): changed the default web browser to
360           mozilla, and changed 'raise' command (which is undocumented)
361           to 'new-window' in 'netscape -remote'.
362
363 2002-12-19
364
365         * src/compose.c: compose_send_control_enter(): fixed crash on
366           Ctrl-Enter when Message/Send has no accelerator key (thanks to
367           Sergey Vlasov).
368
369 2002-12-18
370
371         * src/mainwindow.c:
372           set_charset_cb()
373           sort_summary_cb()
374           sort_summary_type_cb(): prevent unwanted processing on unchecking
375           menu items.
376
377 2002-12-18
378
379         * src/main.c: process command line option before gtk_init() to
380           enable remote operation without X (thanks to Ruslan N. Balkin).
381         * src/codeconv.c: conv_encode_header(): fixed a potential buffer
382           overflow.
383
384 2002-12-18
385
386         * src/Makefile.am: changed $(target_alias) to $(target_triplet)
387           (the spec of autotools seems to be changed).
388
389 2002-12-18
390
391         * src/imap.c: get path separator using LIST command if server
392           doesn't support NAMESPACE (based on the patch by Brian Sammon).
393           imap_parse_list(): added an argument to return path separator.
394           imap_get_namespace_by_list(): new.
395
396 2002-12-17
397
398         * src/addr_compl.c: add_address(): removed the debug print.
399         * src/gtkutils.[ch]: gtkut_window_popup()
400           src/mainwindow.c: main_window_popup(): applied the patch to fix
401           the behavior of window popup from Sergey Vlasov (thanks!)
402         * src/account.c: account_edit_create(): use signal_connect_after
403           for row_move signal to fix the row position bug.
404           account_row_moved(): scroll the CList half page.
405         * src/prefs_filter.c: prefs_filter_row_move(): scroll the CList
406           half page.
407         * src/summaryview.c: summary_reply(): use selection text only if
408           the displayed message is selected (thanks to Sergey Vlasov).
409
410 2002-12-13
411
412         * src/codeconv.c: conv_encode_header(): reimplemented the routine
413           of MIME header encoding. And use Q-encoding method if the current
414           locale is single-byte one.
415         * src/utils.[ch]: is_next_nonascii(): take multi-byte string instead
416           of wide-character string. Consider control codes as non-ASCII.
417           get_next_word_len(): new. It returns the length of next word.
418           is_next_mbs(), find_wspace(): removed.
419         * src/quoted-printable.[ch]: new.
420           qp_decode_line(): decodes one QP line.
421           qp_decode_q_encoding(): decodes Q-encoded string in MIME header.
422           qp_get_q_encoding_len(): returns the length when a string is
423           Q-encoded.
424           qp_q_encode(): Q-encode a string (RFC 2047).
425         * src/unmime.c: moved the functions for quoted-printable to
426           quoted-printable.c.
427
428 2002-12-05
429
430         * src/send.c: send_message_local(): escape line that only have one
431           dot character (postfix's sendmail command will stop there).
432
433 2002-12-05
434
435         * src/send.c: send_message_local(): don't escape first-dot line
436           (thanks to Sergey Vlasov).
437
438 2002-12-03
439
440         * autogen.sh: added 'libtoolize --force --copy' to override the
441           current ltmain.sh.
442         * acconfig.h: removed.
443         * configure.in: increased minimal version of GPGME to 0.3.10.
444           Fixed checking of XIM.
445         * ac/check-type.m4
446           ac/gnupg-check-typedef.m4: added an argument for comment.
447
448 2002-11-29
449
450         * src/imageview.[ch]: fixed conflicting declarations of
451           imageview_show_image() (thanks to Thorsten Maerz).
452
453 2002-11-28
454
455         * src/compose.c: compose_entry_append(): don't add ", " on subject
456           entry.
457         * src/codeconv.c: conv_get_outgoing_charset(): obtain outgoing
458           charset from the table (currently disabled for non-Japanese locales).
459           conv_get_current_locale(): also refer to LC_CTYPE.
460
461 2002-11-27
462
463         * README: added a description about hidden settings.
464
465 2002-11-27
466
467         * src/prefs_common.[ch]: reorganized the common prefs dialog.
468           Made enable_hscrollbar and bold_unread hidden options.
469
470 2002-11-26
471
472         * src/quote_fmt_parse.y: fixed a parse error (thanks to Andreas Hinz).
473
474 2002-11-26
475
476         * src/account.[ch]:
477           account_find_from_message_file()
478           account_find_from_msginfo(): new. They find an account from the
479           headers like 'From:', 'X-Sylpheed-Account-Id:', and 'AID:' in the
480           specified message.
481         * src/compose.c:
482           compose_reedit(): restore messages' previous account on composition.
483           compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
484           on draft mode.
485
486 2002-11-26
487
488         * src/compose.c: cleaned up the code using compose_entry_set()
489           (don't use gtk_entry_set_text() directly).
490
491 2002-11-25
492
493         * src/imap.c: imap_parse_namespace(): fixed a memory leak.
494
495 2002-11-22
496
497         * updated autotools and libtool to the latest version.
498         * configure.in: added AC_PREREQ(2.50).
499
500 2002-11-22
501
502         * src/textview.c: textview_set_font(): fix for message display in
503           UTF-8 locales (thanks to Sergey Vlasov).
504
505 2002-11-21
506
507         * src/imageview.[ch]: imageview_show_image(): resize images to fit
508           the window size if specified.
509         * src/prefs_common.[ch]: added an option 'Resize attached images'.
510
511 2002-11-20
512
513         * refactoring for SMTP implementation.
514         * src/session.h: added ui_func to Session.
515         * src/smtp.[ch]: separated the connection routine from
516           smtp_session_new() to smtp_connect().
517           Changed the argument of every function other than smtp_ok() from
518           SockInfo to SMTPSession.
519           Call UI callback from each functions.
520         * src/send.c: send_message_smtp(): separated the code for UI update
521           into send_progress_dialog_update().
522
523 2002-11-18
524
525         * src/smtp.[ch]: separated smtp_auth() from smtp_from().
526         * src/send.c: send_message_smtp(): call smtp_auth() and display
527           the state to the dialog.
528
529 2002-11-18
530
531         * src/filter.c: strmatch_regex(): use extended regex (thanks to
532           Fabien Devaux).
533         * src/main.c: main(): removed the code for assortrc -> filterrc
534           transition.
535         * src/gtkutils.c: gtkut_font_load(): only use gdk_font_load() if
536           current locale is C or POSIX.
537           gtkut_stext_is_uri_string(): include "www." for URI string.
538         * src/textview.c: textview_make_clickable_parts(): include "www."
539           for URI string.
540
541 2002-11-15
542
543         * version 0.8.6
544
545 2002-11-13
546
547         * src/textview.c: textview_add_part(): indicate signature status
548           using different colors.
549
550 2002-11-12
551
552         * src/folder.c: folder_write_list_recursive(): escape
553           To/Cc/Bcc/Reply-To strings.
554
555 2002-11-11
556
557         * src/codeconv.c: conv_encode_header(): enabled B-encoding of
558           headers on locales other than Japanese when not using libjconv.
559
560 2002-11-11
561
562         * src/inc.[ch]: added INC_IO_ERROR to IncState. Also added its
563           corresponding error message.
564           inc_pop3_session_do(): set INC_IO_ERROR instead of INC_NOSPACE
565           on PS_IOERR.
566
567 2002-11-07
568
569         * src/prefs_account.[ch]: removed prefs_account_save_config() since
570           it is not used.
571         * src/procmime.[ch]: removed procmime_mimeinfo_free() since
572           procmime_mimeinfo_free_all() can be used in every case.
573
574 2002-11-06
575
576         * src/account.c: account_get_special_folder(): support F_INBOX, and
577           made code cleanup.
578
579 2002-11-06
580
581         * src/compose.[ch]: ComposeEntryType: changed COMPOSE_* to
582           COMPOSE_ENTRY_*, and added
583           COMPOSE_ENTRY_{REPLY_TO,SUBJECT,FOLLOWUP_TO}.
584           compose_reply()
585           compose_forward()
586           compose_redirect(): added FolderItem to the arguments, and reflect
587           settings in the item.
588           compose_entry_set(): new.
589           compose_entry_append(): code cleanup.
590           compose_entries_set_from_item(): take ComposeMode in its arguments,
591           and enabled FolderItem::use_auto_to_on_reply.
592         * src/summaryview.c: summary_reply(): pass folder_item to
593           compose_{reply,forward,redirect}().
594
595 2002-11-05
596
597         * src/gtkutils.[ch]:
598           gtkut_font_load(): new. It automatically choose font or fontset
599           by current locale.
600           gtkut_font_load_from_fontset(): new. It tries to load single font
601           instead of fontset from a fontset string.
602         * src/alertpanel.c
603           src/folderview.c
604           src/headerview.c
605           src/summaryview.c: workaround for the problem that couldn't display
606           8-bit characters in C or POSIX locale (use font instead of fontset).
607         * src/compose.c
608           src/sourcewindow.c
609           src/textview.c: made code cleanup using gtkut_font_load*().
610
611 2002-10-29
612
613         * src/mh.c: mh_get_msginfo(): set correct message number.
614
615 2002-10-29
616
617         * src/folder.[ch]: added a new virtual method Folder::get_msginfo().
618           It returns a new MsgInfo associated to a message number.
619           folder_item_get_msginfo(): new.
620         * src/imap.[ch]: imap_get_msginfo(): new.
621         * src/mh.[ch]: mh_get_msginfo(): new.
622         * src/news.[ch]: news_get_msginfo(): new.
623
624 2002-10-28
625
626         * src/codeconv.c: conv_euctojis(): fixed a bug which will cause
627           infinite loop if an invalid code appeared.
628
629 2002-10-25
630
631         * src/codeconv.c: conv_codeset_strdup()
632           src/html.[ch]: html_read_line(): don't output conversion failure
633           warnings.
634           Added HTML_CONV_FAILED to the enum HTMLState.
635
636 2002-10-24
637
638         * implemented per-folder auto-set address (still in progress).
639         * src/compose.[ch]: compose_new(): added FolderItem to its arguments,
640           and set entries from it (if mailto is empty).
641           compose_entry_append(): activate menu if required.
642           compose_entries_set_from_item(): new.
643         * src/folder.[ch]: added auto_to, use_auto_to_on_reply, auto_cc,
644           auto_bcc, and auto_replyto to FolderItem, and renamed apply_sub to
645           ac_apply_sub.
646           folder_build_tree(), folder_read_folder_func(),
647           folder_write_list_recursive(): added the above members.
648         * src/prefs_folder_item.[ch]: added auto-set addresses.
649         * src/pop.[ch]: removed Pop3State::prev_folder.
650
651 2002-10-11
652
653         * src/compose.c: allow dropping files by also "moving" files from a
654           file manager (thanks to Alfons).
655
656 2002-10-10
657
658         * compose_reply_set_entry(): made Reply-To have priority over
659           List-Post on ML reply.
660
661 2002-10-09
662
663         * src/gtksctree.[ch]: gtk_sctree_set_anchor_row(): new.
664         * src/summaryview.c: summary_step(): fixed a bug that lost the
665           correct selection anchor.
666           summary_key_pressed(): use gtk_sctree_select() instead of
667           gtk_ctree_select().
668         * src/inc.[ch]
669           src/pop.c
670           src/recv.c: differentiate disk full and socket errors
671           (thanks to Colin Leroy).
672
673 2002-10-08
674
675         * src/account.c: account_edit_prefs(): removed unused variables.
676         * src/compose.[ch]: separated WITH_QUOTE/WITHOUT_QUOTE flags in
677           ComposeMode.
678           compose_reply()
679           compose_reply_set_entry(): receive reply type with one argument.
680         * src/summaryview.c: summary_reply(): reduced conditional branches.
681
682 2002-10-08
683
684         * src/compose.c: compose_redirect(), compose_reedit(): strip CR
685           from line ends (thanks to Sergey Vlasov).
686         * src/folderview.c: renamed 'Rescan folder tree' to 'Rebuild
687           folder tree'.
688
689 2002-10-08
690
691         * src/folder.[ch]: added a virtual method Folder::remove_msgs().
692         * src/imap.[ch]: implemented imap_remove_msgs() which expunges
693           messages all at once.
694
695 2002-10-07
696
697         * src/account.[ch]: account_open(): new. It opens account prefs
698           dialog and reflects to UI when finished.
699         * src/folderview.c:
700           folderview_button_pressed()
701           folderview_property_cb(): open account prefs dialog when the
702           property of the root folder of remote account is requested.
703
704 2002-10-07
705
706         * src/account.c: account_destroy(): unref account information in
707           folders.
708         * src/folder.[ch]: folder_unref_account_all(): new. It unref the
709           specified account information in all folders.
710         * src/folderview.c:
711           folderview_rm_imap_server_cb()
712           folderview_rm_news_server_cb(): destroy Folder first because
713           folder_destroy() refers to account information.
714
715 2002-10-04
716
717         * src/account.c: account_find_from_item(): fixed a bug which didn't
718           select the correct account.
719         * inc_pop3_session_do():
720           fixed the resource leak when SSL initialization failed.
721           Immediately break from temporary event loop if cancelled.
722
723 2002-10-04
724
725         * src/account.[ch]: account_find_from_item(): new.
726         * src/compose.c:
727           compose_reply(), compose_forward(), compose_redirect()
728           src/mainwindow.c: compose_cb(): select optimal account when
729           composing.
730         * src/folder.[ch]: added FolderItem::apply_sub.
731         * src/menu.[ch]: menu_find_option_menu_index(): new. It finds the
732           index of option menu which contains the specified data.
733         * src/prefs_folder_item(): added Compose tab, and the setting of
734           folder account.
735
736 2002-10-04
737
738         * configure.in: added $LDAP_LIBS for lber library detection.
739
740 2002-10-03
741
742         * version 0.8.5
743
744 2002-10-03
745
746         * src/procmsg.c: procmsg_msginfo_get_full_info(): fixed a memory
747           leak, and added error checking.
748
749 2002-10-03
750
751         * src/compose.[ch]: added a flag Compose::use_newsgroups, and
752           removed Compose::orig_account.
753           compose_check_for_valid_recipient(): check only enabled entries.
754           compose_write_headers()
755           compose_redirect_write_headers(): add Newsgroups header only
756           when the entry is enabled.
757           compose_send(): modified the method of finding a mail account
758           from a news account so that it tries to match the From address.
759         * src/send.c: send_message_queue(): enabled the queueing of news
760           messages.
761         * src/news.[ch]: news_post_stream(): new.
762
763 2002-10-03
764
765         * configure.in: check lber first and use $LDAP_LIBS on the check
766           for ldap.
767
768 2002-10-02
769
770         * po/*.po: fixed many typos of format strings which will lead to
771           crash (thanks to Sergey Vlasov).
772
773 2002-10-02
774
775         * src/procheader.c: procheader_parse_stream(): added Cc header
776           to the target for full parsing.
777         * src/procmsg.[ch]: procmsg_msginfo_get_full_info(): new. It
778           returns the full message information from the given information.
779         * src/compose.c: compose_reply(), compose_forward(): get full
780           message information for Cc header.
781
782 2002-10-02
783
784         * src/inc.c: inc_account_mail(), inc_all_account_mail(): update
785           IMAP4 and NNTP folder summary after checking those accounts.
786
787 2002-10-01
788
789         * version 0.8.4
790
791 2002-10-01
792
793         * src/prefs_common.c: prefs_compose_create(): modified the label
794           of the option for Reply button.
795         * configure.in: add -lldap and -llber to the 5th argument of
796           AC_CHECK_LIB() for LDAP library detection.
797
798 2002-09-30
799
800         * INSTALL
801           INSTALL.jp: updated.
802
803 2002-09-30
804
805         * src/mainwindow.c: toggle the behavior of Reply button between
806           normal reply and reply-to-list.
807         * src/prefs_common.[ch]: added an option to switch the function
808           of Reply button.
809
810 2002-09-27
811
812         * src/compose.c: compose_new(): removed the workaround for XIM
813           because it doesn't have any effect and only seems to cause
814           hangs.
815
816 2002-09-26
817
818         * src/compose.[ch]: compose_reply(): added a flag for reply-to-ML.
819           compose_parse_header(): parse also List-Post header.
820           compose_reply_set_entry(): support reply-to-ML (fall back to
821           normal reply if ML address is not found).
822         * src/mainwindow.c
823           src/prefs_common.c
824           src/summaryview.c: reorganized Reply menu and added 'Reply to
825           mailing list'.
826         * src/utils.[ch]: scan_mailto_url(): new. It scans mailto URL and
827           returns newly allocated parameters.
828
829 2002-09-25
830
831         * src/account.c: account_read_config_all(): set account information
832           to default before initializing with configuration file.
833         * src/prefs_account.[ch]: prefs_account_new(): new. It returns a
834           newly created account information structure initialized by
835           the default settings.
836
837 2002-09-24
838
839         * src/addr_compl.c:
840           replace_address_in_edit(): check if newtext is NULL.
841           completion_window_button_press(): fixed a memory leak.
842         * src/pop.c: LOOKUP_NEXT_MSG(): don't expire messages whose
843           recv_time is RECV_TIME_KEEP.
844           pop3_getrange_uidl_recv(): only set get_all flag if
845           ac_prefs->getall is set.
846           pop3_retr_recv(): don't delete messages which are not received
847           by filter, and set recv_time to RECV_TIME_KEEP in the case.
848         * src/pop.h: added an enum RecvTime.
849         * src/inc.c: inc_drop_message(): unlink temporary message file if
850           not received by filter.
851
852 2002-09-20
853
854         * src/mainwindow.c: added 'Edit/Select thread' menu.
855         * src/summaryview.[ch]: added 'Select thread' to the context menu.
856           summary_select_thread(): new. It selects all messages of current
857           thread.
858
859 2002-09-19
860
861         * src/rfc2015.c: check_signature(): corrected error handling and
862           fixed memory leak.
863
864 2002-09-19
865
866         * src/rfc2015.c: check_signature(): correctly remove the last empty
867           line, and canonicalize the file part before verifying (this should
868           fix incompatibility with Evolution or some other MUAs).
869         * src/utils.[ch]: copy_file_part(): new. It copies the specified
870           range of file stream to another file.
871
872 2002-09-19
873
874         * src/compose.c: compose_write_to_file(): force BASE64 encoding for
875           8-bit text when signing (thanks to Colin Leroy).
876
877 2002-09-16
878
879         * src/prefs_common.c: prefs_send_create(): fixed the charset string
880           for Cyrillic (Windows-1251).
881
882 2002-09-15
883
884         * version 0.8.3
885
886 2002-09-15
887
888         * src/codeconv.c: changed the charset for ru_RU.CP1251 to
889           Windows-1251. Added bg_BG locale.
890
891 2002-09-11
892
893         * src/compose.c: account_activated(): change the state of menu items
894           and entries according to the selected account.
895           compose_select_account(): new. It changes the state of title bar,
896           menu items and entries.
897
898 2002-09-11
899
900         * src/inc.c: inc_mail(): correct new_msgs when inc_spool() returned
901           by error.
902           Don't refresh summary view on fetching when open_inbox_on_inc is
903           set.
904
905 2002-09-10
906
907         * src/summaryview.c: summary_show(): refresh even if open_inbox_on_inc
908           is set (to avoid summary refresh problem).
909         * src/imap.c: removed warnings by checking the existence of directory
910           before calling remove*_numbered_files().
911
912 2002-09-06
913
914         * src/prefs_common.c: corrected English.
915
916 2002-09-06
917
918         * src/prefs_common.[ch]: added an option: "Mark messages as read
919           only when opened in new window".
920
921 2002-09-04
922
923         * src/folder.c:
924           folder_tree_destroy()
925           folder_write_list_recursive(): added sanity check.
926         * src/imap.c: imap_scan_tree(): if folder->node is NULL and
927           can't get session, create empty folder node (based on the
928           Alfons' suggestion).
929
930 2002-09-03
931
932         * src/textview.c: textview_key_pressed(): pass GDK_Delete event to
933           SummaryView.
934         * src/summaryview.c: summary_key_pressed(): scroll correct TextView
935           on MIME mode.
936
937 2002-09-02
938
939         * src/news.c: news_scan_group(): fixed wrong message number
940           calculation.
941
942 2002-08-30
943
944         * major refactoring for POP3.
945         * src/inc.[ch]: moved Pop3State, inc_pop3_state_new(),
946           inc_pop3_state_destroy(), inc_get_uidl_table(), and
947           inc_write_uidl_list() into pop.c.
948           Moved Pop3State::folder_table and Pop3State::inc_state into
949           IncSession.
950           inc_start()
951           inc_put_error(): added lockbusy state.
952           inc_pop3_session_do(): obtain inc_state from Pop3State::error_val.
953           inc_cancel(): don't terminate the automaton here but just set
954           the flags to prevent crash.
955         * src/pop.[ch]
956           pop3_getauth_pass_recv()
957           pop3_getauth_apop_recv(): check lockbusy state.
958           pop3_retr_recv(): check Pop3State::cancelled flag.
959         * src/automaton.[ch]: added 'cancelled' flag to Automaton.
960           automaton_input_cb(): terminate if cancelled flag is true.
961         * sylpheed.desktop: changed Type=Internet to Type=Application.
962           Added Categories=Application;Network;.
963
964 2002-08-29
965
966         * src/inc.[ch]
967           src/pop.c
968           src/progressdialog.c: show detailed information to the status
969           column.
970           Added cur_total_recv_bytes to Pop3State.
971         * src/prefs_common.[ch]: added an option to specify whether to
972           close receive dialog when finished.
973
974 2002-08-28
975
976         * src/folder.[ch]: folder_get_path(): new. It returns the root path
977           of Folder.
978         * src/imap.c
979           src/news.c
980           imap_folder_destroy()
981           imap_remove_msg()
982           imap_remove_all_msg()
983           news_folder_destroy(): remove cache directories / files when
984           deleting Folder / messages.
985         * src/utils.c:
986           file_exist()
987           is_dir_exist()
988           is_file_entry_exist(): check if the argument is NULL.
989           remove_all_files()
990           remove_numbered_files()
991           remove_expired_files(): fixed memory leaks on error.
992
993 2002-08-28
994
995         * src/folder.[ch]
996           src/imap.[ch]
997           src/mh.[ch]
998           src/news.[ch]
999           src/session.[ch]
1000           src/smtp.[ch]: made Folder and Session destructor virtual method.
1001
1002 2002-08-27
1003
1004         * src/compose.c: do joining of normal lines only when auto-wrapping.
1005         * src/main.c: modified the warning message for GnuPG.
1006         * src/about.c: about_create(): modified the compiled-in features
1007           list.
1008         * configure.in: improved LDAP library checking (thanks to Alfons).
1009
1010 2002-08-26
1011
1012         * version 0.8.2
1013
1014 2002-08-26
1015
1016         * src/compose.c:
1017           join_next_line()
1018           compose_wrap_line_all(): backed out the change to join lines that
1019           are not indented.
1020         * NEWS
1021           TODO
1022           TODO.jp: updated.
1023         * configure.in: require at least gpgme-0.3.5.
1024
1025 2002-08-23
1026
1027         * src/alertpanel.c: alertpanel_create(): minor modification.
1028         * modified NEWS.
1029
1030 2002-08-23
1031
1032         * updated NEWS.
1033
1034 2002-08-23
1035
1036         * src/alertpanel.c: alertpanel_create(): modified the layout.
1037         * src/rfc2015.c: check_signature(): don't abort on error.
1038
1039 2002-08-22
1040
1041         * src/compose.c: compose_wrap_line_all(): freeze widget only if
1042           required to repress flickers.
1043
1044 2002-08-21
1045
1046         * src/compose.c: improved line wrapping.
1047           join_next_line()
1048           compose_wrap_line_all(): also join lines that are not indented.
1049           dump_text(): handle multi-byte strings correctly.
1050
1051 2002-08-21
1052
1053         * src/compose.c: compose_wrap_line_all(): fix for auto-wrapping
1054           (go to next line when space is entered at line limit).
1055
1056 2002-08-19
1057
1058         * src/inc.c: inc_get_uidl_table(): fixed a memory leak reported by
1059           Martin Kluge.
1060
1061 2002-08-16
1062
1063         * src/mh.c: mh_scan_tree_recursive(): disabled Maildir folder
1064           checking to prevent confusion.
1065
1066 2002-08-16
1067
1068         * src/folder.[ch]: folder_item_get_msg_list(): added a wrapper for
1069           method Folder::get_msg_list().
1070         * src/account.c: account_edit_prefs(), account_delete(): use
1071           folderview_set_all() instead of folderview_rescan_all().
1072         * src/folderview.[ch]:
1073           folderview_check_new_all(): new. Updates all folders.
1074           folderview_rescan_tree(): confirm before executing.
1075           folderview_rescan_all(): commented out since it's not used anymore.
1076           folderview_update_item_foreach(): added a flag for summary update.
1077         * src/inc.c: inc_finished(): update summary only when
1078           prefs_common.scan_all_after_inc is set.
1079           inc_drop_message(): set mtime of target folder to 0 to force
1080           the updating of summary.
1081           inc_start(), get_spool(): update also summary when updating
1082           folder view.
1083         * src/mainwindow.c: changed 'File - Rescan folder tree' to
1084           'File - Check for new messages in all folders'.
1085
1086 2002-08-09
1087
1088         * src/compose.c: compose_write_to_file(): clearsign message body
1089           if specified.
1090           compose_clearsign_text(): new. Replaces the string with clearsigned
1091           one.
1092         * src/prefs_account.c: added an option for clearsign.
1093         * src/rfc2015.c: rfc2015_clearsign(): new.
1094           pgp_sign(): added a flag for clearsign.
1095         * src/utils.[ch]: get_tmp_file(): return newly allocated unique file
1096           name (needs to be freed by caller).
1097           str_write_to_file(), file_read_to_str(): new.
1098
1099 2002-08-08
1100
1101         * src/procmsg.c: procmsg_read_mark_file(): check key duplication
1102           to avoid memory leak.
1103
1104 2002-08-08
1105
1106         * src/base64.c: include string.h for memcpy().
1107         * src/gtksctree.c: use macro ABS() instead of function abs().
1108         * src/prefs_account.c
1109           src/prefs_common.c: renamed 'send' to 'p_send' so as not to
1110           conflict with the function send() in sys/socket.h.
1111         * src/mainwindow.c: commented out the unnecessary functions.
1112         * src/utils.c: canonicalize_file_replace(): correct warning message.
1113
1114 2002-08-08
1115
1116         * src/utils.[ch]: get_tmp_file(): new. Returns the directory for
1117           temporary files in ~/.sylpheed/.
1118         * src/main.c: create temporary directory in ~/.sylpheed/.
1119         * src/compose.c
1120           src/inc.c: create temporary files in ~/.sylpheed/, and modified
1121           the file name.
1122           compose_exec_ext_editor(): fixed a bug that failed to create the
1123           temporary file if g_get_tmp_dir() returned directory other than
1124           '/tmp'.
1125
1126 2002-08-08
1127
1128         * src/utils.c: copy_file(): check if dest_bak != NULL when unlinking.
1129
1130 2002-08-08
1131
1132         * src/utils.[ch]: canonicalize_file_replace(): fixed a bug that fails
1133           to replace the file when the given file and temporary file are not
1134           on the same filesystem.
1135           copy_file(): added a flag whether to keep backup.
1136           move_file(): added a flag whether to overwrite the destination file.
1137
1138 2002-08-07
1139
1140         * src/socket.[ch]: fixed the linking failure when IPv6 is enabled.
1141         * src/select-keys.c: modified key selection dialog.
1142
1143 2002-08-07
1144
1145         * src/socket.[ch]: my_gethostbyname(): new.
1146         * src/utils.c: get_domain_name(): return FQDN instead of short
1147           hostname (thanks to Bob Woodside).
1148         * src/template.c: made the debug messages less verbose.
1149
1150 2002-08-06
1151
1152         * src/prefs_common.[ch]: removed obsolete default sign key setting.
1153         * src/utils.c: canonicalize_file(): correct the error check of
1154           fwrite().
1155
1156 2002-08-06
1157
1158         * src/compose.c: compose_write_to_file():
1159           canonicalize line endings before encrypting/signing (this will fix
1160           interoperability with other MUAs).
1161           Removed unnecessary strdup.
1162           Don't encrypt/sign draft message.
1163         * src/utils.[ch]:
1164           canonicalize_file(), canonicalize_file_replace(): new.
1165         * src/passphrase.c
1166           src/select-keys.c: changed g_message() to debug_print() and
1167           g_warning().
1168         * src/mimeview.c: mimeview_check_signature(): removed unnecessary
1169           MIME structure scanning.
1170         * src/textview.c: textview_add_part(): show signature status in
1171           TextView.
1172         * src/rfc2015.c
1173           src/sigstatus.c: modified translatable strings and some MIME
1174           headers.
1175
1176 2002-08-06
1177
1178         * src/procmsg.c: procmsg_save_to_outbox(): don't forget to remove
1179           the temporary file when saving from queue.
1180 2002-08-05
1181
1182         * src/compose.c
1183           src/passphrase.[ch]
1184           src/rfc2015.[ch]
1185           src/prefs_account.[ch]
1186           src/prefs_common.[ch]: merged GnuPG stuff from the claws branch.
1187           Modified some messages.
1188
1189 2002-08-05
1190
1191         * src/textview.c: textview_scan_header(): fixed a memory leak
1192           (thanks to Alfons).
1193
1194 2002-08-04
1195
1196         * src/prefs_actions.c: execute_actions(): put create_io_dialog()
1197           in right conditional block.
1198
1199 2002-08-01
1200
1201         * src/compose.c: compose_wrap_line_all(): fixed character buffer
1202           initialization.
1203         * src/utils.c:
1204           log_print()
1205           log_message()
1206           log_warning()
1207           log_error(): add time stamp to log messages.
1208
1209 2002-07-31
1210
1211         * src/socket.c:
1212           corrected a typo (HAVE_SYS_SELECT -> HAVE_SYS_SELECT_H)
1213
1214 2002-07-31
1215
1216         * src/socket.c: implemented socket I/O timeout.
1217           fd_recv(): new.
1218         * src/pop.c: check errors and return error value correctly.
1219
1220 2002-07-31
1221
1222         * src/prefs_actions.c: made the action's input/output dialog display
1223           without delay. Made the dialog modal instead of making window
1224           insensitive. Also cleaned up its UI.
1225
1226 2002-07-29
1227
1228         * implemented --attach command line option.
1229         * src/main.c:
1230           Cmd::attach_files: new member to store file paths.
1231           parse_cmd_opt(): added --attach option. --compose option is implied.
1232           prohibit_duplicate_launch()
1233           lock_socket_input_cb(): added "compose_attach" message.
1234         * src/compose.c
1235           src/mainwindow.c
1236           src/textview.c: renamed compose_new_with_recipient() to
1237           compose_new(), and added an argument for attachment files.
1238
1239 2002-07-29
1240
1241         * src/logwindow.c: freeze GtkText widget while hidden.
1242           log_window_append(): changed the header for message and warning.
1243
1244 2002-07-26
1245
1246         * src/news.c: implement automatic cache expiration.
1247           news_delete_expired_caches(): new.
1248           news_get_article_list(): fixed a bug that nonexistent messages
1249           were not removed from list.
1250         * src/procmsg.[ch]: procmsg_get_last_num_in_msg_list(): renamed
1251           procmsg_get_last_num_in_cache().
1252         * src/utils.[ch]: remove_expired_files(): new.
1253
1254 2002-07-26
1255
1256         * src/inc.c:
1257           inc_mail(): force summary refresh when using external command for
1258           incorporation.
1259           inc_all_account_mail(): fixed a bug on spool checking failure.
1260
1261 2002-07-25
1262
1263         * version 0.8.1
1264
1265 2002-07-24
1266
1267         * src/addressbook.c
1268           src/editaddress.c
1269           src/editgroup.c
1270           src/editldap_basedn.c
1271           src/importldif.c
1272           src/prefs_common.c: fixed memory leaks which didn't free strings
1273           gtk_editable_get_chars() returned. And minor code cleanups.
1274         * src/importldif.h
1275           src/vcard.h: removed C++-style comments.
1276
1277 2002-07-23
1278
1279         * src/codeconv.c: conv_encode_header(): fixed a problem in encoding
1280           strings which include both multi-byte and us-ascii characters.
1281
1282 2002-07-23
1283
1284         * src/utils.c: remove_numbered_files(): don't try to unlink()
1285           directories.
1286         * src/codeconv.c:
1287           conv_get_code_conv_func(): return conv_anytodisp() if charset is
1288           not specified.
1289           conv_unmime_header_overwrite()
1290           conv_unmime_header(): do conv_anytodisp() before decoding header.
1291
1292 2002-07-14
1293
1294         * version 0.8.0
1295
1296 2002-07-14
1297
1298         * src/compose.c: added 'Tools/Actions' menu.
1299
1300 2002-07-12
1301
1302         * src/base64.c: a minor fix for BASE64VAL() macro.
1303
1304 2002-07-11
1305
1306         * src/base64.c: base64_decode(): fixed a buffer overrun bug.
1307
1308 2002-07-11
1309
1310         * src/codeconv.c
1311           src/compose.c
1312           src/smtp.c
1313           src/unmime.c
1314           src/base64.[ch]: rewrote the BASE64 encode / decode routines.
1315           base64_encode(), base64_decode(): new.
1316         * src/rfc822.[ch]: removed.
1317         * COPYING
1318           src/about.c: removed the copyright notice for fetchmail.
1319
1320 2002-07-10
1321
1322         * src/codeconv.c
1323           src/procmime.c
1324           src/unmime.[ch]: rewrote the MIME decode routines.
1325           unmime_header()
1326           unmime_quoted_printable_line(): new.
1327         * src/procheader.c:
1328           procheader_get_one_field()
1329           procheader_get_unfolded_line(): remove also CR.
1330
1331 2002-07-08
1332
1333         * libkcc: removed from the source tree.
1334         * COPYING
1335           src/about.c: removed the copyright notice for libkcc.
1336         * src/codeconv.c: conv_guess_encoding(): check for ASCII code first
1337           for speedup.
1338         * src/prefs_actions.c: removed unnecessary spaces/tabs.
1339
1340 2002-07-05
1341
1342         * src/prefs_actions.c: comply with the coding style.
1343           Modified the UI design.
1344         * src/mainwindow.c: main_window_set_menu_sensitive(): enable Actions
1345           menu when multiple messages are selected.
1346
1347 2002-07-05
1348
1349         * src/prefs_actions.[ch]: merged the 'Actions' feature from claws.
1350           update_actions_menu(): simplified the menu deletion.
1351         * src/mainwindow.c: added 'Actions' menu to Tools and Configuration.
1352
1353 2002-07-04
1354
1355         * src/codeconv.[ch]: implemented conv_jistoeuc(), conv_euctojis(),
1356           conv_sjistoeuc(), and conv_guess_encoding(). Removed the dependency
1357           to libkcc.
1358
1359 2002-07-04
1360
1361         * configure.in: added check for strchr.
1362
1363 2002-07-02
1364
1365         * src/prefs_common.[ch]
1366           src/inc.c: added an option to inhibit receive error dialog.
1367
1368 2002-07-01
1369
1370         * src/account.c: account_find_from_address(): support multiple
1371           addresses in header.
1372
1373 2002-06-28
1374
1375         * src/gtksctree.[ch]: changed GtkSCTree::anchor_row from gint to
1376           GtkCTreeNode* so that it won't become invalid after the row move.
1377           Removed dependency to gtkutils.c.
1378         * src/prefs_common.[ch]
1379           src/summaryview.c: summary_selected(): added an option to show
1380           message when cursor keys are pressed on summary view.
1381
1382 2002-06-28
1383
1384         * configure.in
1385           src/Makefile.am
1386           src/compose.c: changed "host_alias" to "target_alias" so that it
1387           shows the correct system name on cross-compiling (thanks to
1388           Patrice Mandin).
1389
1390 2002-06-27
1391
1392         * src/prefs_account.[ch]: added the option menu to force an
1393           authentication method for SMTP AUTH.
1394         * src/send.c
1395           src/smtp.[ch]: smtp_from(), smtp_auth(): added an argument to
1396           specify the authentication method for SMTP AUTH.
1397           smtp_ehlo(): allow AUTH responses that don't comply with the RFC.
1398
1399 2002-06-25
1400
1401         * src/prefs_common.[ch]
1402           src/compose.c: enabled "Wrap on input".
1403
1404 2002-06-25
1405
1406         * src/summaryview.[ch]
1407           src/mainwindow.c: added "Go to/{Prev,Next} new message" menu.
1408           Made some code cleanups.
1409
1410 2002-06-20
1411
1412         * src/folderview.c
1413           src/prefs_common.[ch]: added the hidden option to specify the
1414           policy of the vertical scrollbar on folder view.
1415
1416 2002-06-19
1417
1418         * src/messageview.[ch]:
1419           messageview_copy_clipboard(): fixed a bug that couldn't copy text
1420           on MIME mode.
1421           messageview_get_current_textview(): new.
1422           messageview_get_text_widget(): removed.
1423         * src/quote_fmt_parse.y: quote message even if msginfo is empty.
1424         * src/compose.[ch]: implemented the "Paste as quotation" feature.
1425           text_inserted(): new callback for "insert_text" signal.
1426           Add quote mark to the pasted text if Compose::paste_as_quotation
1427           is TRUE.
1428
1429 2002-06-19
1430
1431         * src/compose.c: if the Content-Type of a file is text/*, check
1432           its content and set the optimal Content-Transfer-Encoding (thanks
1433           to Yoichi Yuasa).
1434
1435 2002-06-18
1436
1437         * src/textview.c: textview_key_pressed(): pass key press event to
1438           main window to activate menu shortcuts (thanks to Alfons).
1439
1440 2002-06-18
1441
1442         * src/folder.c: folder_build_tree(): use strtoul() instead of atoi()
1443           for mtime to prevent flooring.
1444         * src/imap.c:
1445           imap_move_msg()
1446           imap_move_msgs_with_dest()
1447           imap_copy_msgs_with_dest(): fixed a bug that prevented multiple
1448           message copy/move.
1449           imap_parse_envelope()
1450           imap_cmd_envelope(): use RFC822.HEADER instead of ENVELOPE to get
1451           full information of messages and simplify the parser. Also fixed
1452           the bug that References header was ignored on threading.
1453           imap_parse_one_address()
1454           imap_parse_address(): removed.
1455           imap_get_header(): new. It reads the RFC822 header and returns
1456           a newly allocated string.
1457         * src/procheader.[ch]: changed procheader_parse() to
1458           procheader_parse_stream() and added different interfaces for it.
1459
1460 2002-06-17
1461
1462         * po/zh_TW.Big5.po: fixed a mistake that caused a crash.
1463
1464 2002-06-15
1465
1466         * version 0.7.8
1467
1468 2002-06-13
1469
1470         * src/inc.c: inc_get_uidl_table(): fixed a bug that garbage time
1471           could be inserted into the hash table.
1472           inc_write_uidl_list(): a minor code cleanup.
1473         * src/mainwindow.c: main_window_get_current_state():
1474           make the state unexecutable on an empty folder.
1475         * src/summaryview.c: summary_sort(): don't sort on an empty folder.
1476         * src/pop.c: minor code cleanups.
1477
1478 2002-06-12
1479
1480         * src/prefs_account.c: CREATE_RADIO_BUTTONS(): fixed a typo and
1481           corrected the behavior of the radio buttons.
1482
1483 2002-06-11
1484
1485         * implemented 'Delete messages after N days' feature for POP3.
1486         * src/inc.[ch]:
1487           inc_get_uidl_table()
1488           inc_write_uidl_list(): moved the location of UIDL list file from
1489           RC_DIR/uidl-* to RC_DIR/uidl/*.
1490           Added received time for each UIDLs.
1491           src/main.c: main(): create RC_DIR/uidl/ directory.
1492           src/pop.[ch]: LOOKUP_NEXT_MSG(): delete expired messages here.
1493           Added recv_time to Pop3MsgInfo.
1494           src/prefs_account.[ch]: added an option for the number of days for
1495           leaving messages.
1496
1497 2002-06-09
1498
1499         * version 0.7.7
1500
1501 2002-06-07
1502
1503         * src/folder.c: folder_set_missing_folders(): fixed a bug that
1504           caused multiplication of special folders on startup if their
1505           types were changed.
1506         * src/folderview.c: folderview_remove_mailbox_cb(): modified the
1507           label.
1508
1509 2002-06-04
1510
1511         * src/compose.c: compose_reply(), compose_forward(): reverted the
1512           last change since it causes lockup problem.
1513
1514 2002-06-04
1515
1516         * src/compose.c: compose_reply(), compose_forward(): don't autowrap
1517           the signature part.
1518           compose_new_with_recipient(): workaround for initial XIM problem.
1519
1520 2002-06-04
1521
1522         * src/mainwindow.c: sort ascending / descending order can be
1523           specified with separated menu items.
1524           Added "View/Sort/Don't sort" menu item.
1525         * src/summaryview.[ch]: summary_sort(): added an argument for
1526           sort type.
1527
1528 2002-05-31
1529
1530         * implemented persistent sort order.
1531         * src/folder.[ch]:
1532           folder_build_tree(): read 'sort_key' and 'sort_type' attributes.
1533           folder_write_list_recursive(): write sorting state.
1534           src/mainwindow.c
1535           src/summaryview.[ch]: summary_show(): sort if required.
1536           select the top node on descending sort.
1537           Removed SummarySortType and sorting state variables from
1538           SummaryView.
1539
1540 2002-05-30
1541
1542         * src/account.c
1543           src/news.[ch]
1544           src/nntp.[ch]
1545           src/prefs_account.[ch]: enabled NNTP over SSL.
1546         * src/nntp.c: nntp_group(): issue MODE READER command and retry
1547           when GROUP command once failed (this seems to avoid problems on
1548           some broken news servers).
1549
1550 2002-05-30
1551
1552         * faq/it/*.html: corrected DOS linebreaks.
1553         * faq/*/*.html: changed ">" to ".
1554
1555 2002-05-29
1556
1557         * src/prefs_account.c: prefs_account_protocol_activated(): hide
1558           unnecessary frames in SSL tab.
1559
1560 2002-05-29
1561
1562         * src/pop.[ch]
1563           src/inc.c
1564           src/prefs_account.[ch]: enabled STLS command in POP3.
1565         * src/account.c: account_clist_set_row(): display TLS setting.
1566
1567 2002-05-28
1568
1569         * src/compose.c: compose_send_later_cb(): support redirect function.
1570         * src/imap.[ch]
1571           src/ssl.h
1572           src/prefs_account.[ch]: enabled STARTTLS command in IMAP4.
1573         * src/send.c
1574           src/smtp.[ch]: use SSLType instead of SSLSMTPType.
1575
1576 2002-05-28
1577
1578         * src/utils.[ch]: make_dir(): wrapper for mkdir() and chmod().
1579         * src/compose.c: compose_create(): removed unrequired lines.
1580
1581 2002-05-27
1582
1583         * src/news.c: news_scan_group(): fixed a bug that set the wrong
1584           values in some cases.
1585         * src/prefs_account.c: corrected English in Advanced - Folder
1586           settings.
1587
1588 2002-05-23
1589
1590         * src/textview.c: textview_show_message(), textview_show_part():
1591           fixed a bug that GtkSText *text pointed the incorrect object.
1592           textview_add_part(): freeze GtkSText while adding RFC822 headers.
1593           textview_show_part(): fixed a bug that couldn't display single
1594           part MIME message as text.
1595
1596 2002-05-22
1597
1598         * src/compose.c: compose_redirect_write_to_file(): correct the target
1599           for change_file_mode_rw(). Check if fclose() succeeded. Unlink
1600           incomplete file when an error occured.
1601
1602 2002-05-22
1603
1604         * src/compose.c:
1605           compose_create(): disable menus for draft on redirection mode.
1606           compose_redirect_write_to_file(): correct the error handling of
1607           fwrite().
1608         * src/prefs_common.c: turned off the "Display recipient on `From'
1609           column if sender is yourself" option by default.
1610
1611 2002-05-21
1612
1613         * src/compose.[ch]: implemented 'Redirect' (aka Bounce) feature.
1614           Based on the implementation of the claws branch.
1615           compose_redirect(): create a new window and make it uneditable.
1616           compose_redirect_write_to_file(): copy headers and body of
1617           original message except for some.
1618           compose_redirect_write_headers(): add extra "Resent-*" headers.
1619           compose_create(): set menu sensitivity for redirection mode.
1620
1621 2002-05-20
1622
1623         * src/codeconv.c: conv_encode_header(): fixed a bug that unnecessary
1624           space is inserted between encoded string and the following folded
1625           one (thanks to Masahiro Tomita).
1626
1627 2002-05-19
1628
1629         * src/mainwindow.[ch]: some refactoring has been made.
1630           main_window_toggle_message_view(): moved summary_toggle_view_real()
1631           here.
1632         * src/messageview.[ch]: messageview_is_visible(): new.
1633         * src/summary_search.c
1634           src/summaryview.[ch]: SummaryView::msg_is_toggled_on: removed.
1635           Instead use messageview_is_visible().
1636
1637 2002-05-17
1638
1639         * src/mainwindow.c: added 'Expand/Collapse all threads' menu.
1640         * src/summaryview.[ch]:
1641           summary_expand_threads(), summary_collapse_threads(): new.
1642
1643 2002-05-17
1644
1645         * src/mainwindow.c: Fixed the behavior of
1646           '/View/Show or hide/Folder tree' and
1647           '/View/Show or hide/Message view' toggle menu.
1648           Removed '/View/Toggle summary view' menu and integrated the
1649           function into '/View/Show or hide/Message view'.
1650           main_window_set_widgets(): change the state of toggle menu items.
1651         * src/prefs_common.c: prefs_keybind_apply_clicked(): updated menurc
1652           strings.
1653
1654 2002-05-16
1655
1656         * src/mimeview.c: mimeview_set_multipart_tree(): show single part
1657           MIME contents other than text as children of message/rfc822 part.
1658         * src/procmime.c:
1659           procmime_mimeinfo_next(): modified for message/rfc822 part which
1660           content-type is single part MIME.
1661           procmime_scan_multipart_message(): fix for nested message/rfc822
1662           part. Corrected the size of the contents of message/rfc822.
1663         * src/textview.c: textview_show_part(): extract the contents of
1664           multipart/* and message/rfc822. Some code cleanups.
1665           textview_add_parts(): new. It adds the all parts under a part to
1666           textview.
1667           textview_clear(): reset body_pos and cur_pos.
1668
1669 2002-05-16
1670
1671         * src/addr_compl.c: modified so that it behaves better.
1672           get_address_from_edit(): ignore comma inside of brackets.
1673           completion_window_apply_selection(): new. Only apply the current
1674           clist selection.
1675           completion_window_accept_selection(): removed.
1676           address_completion_complete_address_in_entry(): minor code cleanup.
1677           don't replace address in entry here.
1678           completion_window_select_row(): always apply clist selection to
1679           entry.
1680           completion_window_key_press(): don't apply selection here.
1681
1682 2002-05-15
1683
1684         * src/imap.c: imap_create_folder(): keep trailing directory separator
1685           to create a folder that contains sub folder.
1686
1687 2002-05-14
1688
1689         * src/foldersel.c: sort tree with case insensitive.
1690         * src/mainwindow.c: allsel_cb()
1691           src/messageview.c: messageview_select_all(): fixed 'Select all'
1692           on MIME view.
1693         * src/mainwindow.c: removed common and account prefs button from
1694           the toolbar.
1695
1696 2002-05-13
1697
1698         * src/compose.c: compose_account_option_menu_create(): check if
1699           ac->name is NULL.
1700
1701 2002-05-12
1702
1703         * version 0.7.6
1704
1705 2002-05-12
1706
1707         * manual/ja/*: updated the Japanese manual (thanks to Yoichi Imai).
1708           manual/en/*: updated the English manual.
1709         * faq/de/*
1710           faq/it/*: added German and Italian FAQ.
1711         * faq/en/*
1712           faq/es/*
1713           faq/fr/*: updated FAQs.
1714         * src/manual.[ch]
1715           src/mainwindow.c: added German and Italian language.
1716
1717 2002-05-11
1718
1719         * src/prefs_account.c: turn off "receive at get all" option by default
1720           when creating an IMAP or News account.
1721
1722 2002-05-11
1723
1724         * src/imap.c: imap_scan_tree(): don't use namespace for prefix.
1725         * src/prefs_folder_item.c: show also identifier path.
1726           Made layout using table. Show uneditable entry using background
1727           color of window.
1728         * src/procmime.c: procmime_get_tmp_file_name(): generate safe
1729           file name.
1730
1731 2002-05-11
1732
1733         * src/automaton.[ch]: added UI callback to Automaton.
1734         * src/inc.c
1735           src/pop.c: use callback instead of calling inc_progress_update()
1736           directly.
1737           pop3_getrange_uidl_recv(): don't fall back to LAST when 'get all'
1738           option is set.
1739
1740 2002-05-10
1741
1742         * src/folderview.c: properly sort abbreviated newsgroups.
1743
1744 2002-05-10
1745
1746         * src/folderview.c
1747           src/prefs_common.[ch]
1748           src/summaryview.c: added an option to specify the minimum length
1749           for abbreviated newsgroups name.
1750
1751 2002-05-09
1752
1753         * src/folderview.c: folderview_check_new(): skip unselectable folders.
1754         * src/summaryview.c: added 'Create filter rule' to the context menu.
1755         * src/imap.c: some code cleanups.
1756           imap_scan_tree_recursive(): get path separator for each calls.
1757           imap_get_path_separator(): new.
1758
1759 2002-05-08
1760
1761         * src/imap.[ch]: supported namespace for others/shared folders
1762           (in progress).
1763           imap_parse_namespace(): parse also others/shared namespace.
1764           imap_find_namespace(): search also others/shared namespace.
1765         * src/utils.[ch]:
1766           strchr_parenthesis_close(): return pointer to closing parenthesis.
1767           strsplit_parenthesis(): split parenthetic list into array of
1768           strings.
1769
1770 2002-05-08
1771
1772         * src/procheader.c: procheader_date_parse(): fixed a bug that didn't
1773           parse date string like "Mon,6 May 2002 20:31:12 +0800".
1774           procheader_scan_date_string(): new. Separated string scanning
1775           part from procheader_date_parse().
1776
1777 2002-05-07
1778
1779         * src/summary_search.c: summary_search_execute(): unlock while
1780           selecting summary row (thanks to Martin Schaaf).
1781         * src/summaryview.c: summary_set_column_titles(): reversed the
1782           direction of the arrow so that it matches with Win/Mac style.
1783
1784 2002-05-02
1785
1786         * src/compose.c: compose_write_headers(): quote self address name
1787           if required. Some code cleanups. Don't override Newsgroups and
1788           Cc with custom headers.
1789         * src/imap.c: imap_add_msg(): return UID for appended message.
1790         * src/compose.c: compose_queue(): check if queue folder exists.
1791         * src/imap.c: QUOTE_IF_REQUIRED(): quote also other IMAP special
1792           characters.
1793           imap_open(): removed an unrequired argument.
1794
1795 2002-04-25
1796
1797         * src/utils.[ch]: trim_string(): new. It trim characters longer than
1798           the specified length and adds "...".
1799         * src/folderview.c: trim folder name when displaying dialog.
1800
1801 2002-04-23
1802
1803         * src/imap.c: imap_create_folder(): don't add prefix for root INBOX
1804           folder.
1805         * src/folderview.c: folderview_select()
1806           src/summary_search.c: summary_search_execute(): lock summary view
1807           while searching (thanks to Martin Schaaf).
1808
1809 2002-04-21
1810
1811         * version 0.7.5
1812
1813 2002-04-21
1814
1815         * sylpheed*.png: added new app icons by WAKAI Kazunao (thanks!).
1816
1817 2002-04-21
1818
1819         * src/summaryview.c: summary_show(): fixed a bug that didn't process
1820           the left marks.
1821         * src/account.c: account_edit_prefs(): fixed a crash bug when account
1822           name was empty.
1823         * src/prefs_account.c: prefs_account_apply(): display error dialog
1824           if account name is empty.
1825         * src/imap.c: changed some log_print() to debug_print() to reduce
1826           the amount of log.
1827
1828 2002-04-21
1829
1830         * src/mh.c: mh_get_new_msg_filename(): new. It returns the filename
1831           for new message.
1832           mh_add_msg()
1833           mh_do_move()
1834           mh_do_move_msgs_with_dest()
1835           mh_copy_msg()
1836           mh_copy_msgs_with_dest(): use mh_get_new_msg_filename().
1837         * src/utils.[ch]: added is_file_entry_exist() which returns TRUE
1838           if stat() succeeded.
1839         * src/imap.c:
1840           imap_fetch_msg(): SELECT mailbox before FETCH if required.
1841           imap_scan_folder(): set last_num using the value of UIDNEXT.
1842           imap_select(): return immediately if there is no need for SELECT.
1843           preserve the path of currently selected mailbox.
1844           imap_status(): added UIDNEXT.
1845
1846 2002-04-20
1847
1848         * src/folder.c: folder_item_scan(): removed the warning.
1849         * src/inputdialog.[ch]: input_dialog_combo(): added an argument for
1850           setting case sensitivity.
1851
1852 2002-04-17
1853
1854         * src/mainwindow.c: main_window_create(): restrict the minimum size.
1855
1856 2002-04-17
1857
1858         * src/compose.c: merged the new line-wrapping routine.
1859           join_next_line(): fixed a bug that didn't join multibyte
1860           characters.
1861           get_indent_length(): modified enums and variable names.
1862           INDENT_CHARS: don't indent ':'.
1863         * src/folderview.c:
1864           folderview_rename_folder_cb()
1865           folderview_delete_folder_cb(): support folder identifier.
1866           folderview_rm_imap_folder_cb(): integrated with
1867           folderview_delete_folder_cb().
1868
1869 2002-04-15
1870
1871         * src/folder.[ch]: folder_item_scan(): return -1 if scanning failed.
1872         * src/folderview.c: folderview_check_new(): abort checking if
1873           folder_item_scan() failed.
1874
1875 2002-04-15
1876
1877         * src/imap.c: imap_create_missing_folders(): create only INBOX and
1878           Trash.
1879         * src/prefs_folder_item.c: prefs_folder_item_set_dialog(): made the
1880           type of news folders unchangeable.
1881           prefs_folder_item_destroy(): use prefs_dialog_destroy().
1882         * src/prefs.[ch]: prefs_dialog_destroy(): new.
1883
1884 2002-04-15
1885
1886         * src/prefs_account.[ch]: added special folder setting to Advanced
1887           tab. Also moved "IMAP server directory" setting to there.
1888         * src/account.[ch]: account_get_special_folder(): new. It returns
1889           the optimal special folder for accounts.
1890         * src/compose.c: use account_get_special_folder().
1891         * src/prefs_folder_item.[ch]: new. Implemented folder property
1892           dialog, and the special folder settings (most of the functions in
1893           claws are not integrated yet, and the structure is slightly
1894           modified).
1895         * src/folderview.c: enabled Property menu.
1896
1897 2002-04-14
1898
1899         * src/textview.c: IS_RFC822_CHAR(): make email parser also stop
1900           scanning when encountering separators ',' and ';'.
1901
1902 2002-04-12
1903
1904         * src/mainwindow.c: reorderd the menu a bit.
1905         * src/compose.c: made 'Ctrl-Enter' ignore some modifiers.
1906           compose_reply_set_entry(): made 'Reply to sender' work for
1907           newsgroups.
1908
1909 2002-04-11
1910
1911         * src/compose.c: compose_create(): set geometry hints to restrict
1912           the maximum size of window.
1913         * src/imap.c: imap_parse_list(): don't mark INBOX as \Noselect.
1914           imap_get_uncached_messages()
1915           imap_cmd_fetch(): ignore responses which don't include FETCH.
1916
1917 2002-04-11
1918
1919         * COPYING: re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1920           the clause for OpenSSL).
1921
1922 2002-04-09
1923
1924         * src/prefs_account.c
1925           src/smtp.[ch]: fixed a bug that didn't complie with OpenSSL enabled.
1926
1927 2002-04-09
1928
1929         * src/smtp.[ch]
1930           src/send.c
1931           src/session.[ch]: first reorganization of SMTP protocol handling.
1932           SMTPSession: new class which is a sub class of Session.
1933           smtp_session_new(): moved send_smtp_open() into this function.
1934           smtp_from(): moved SMTP AUTH calls into smtp_auth().
1935           smtp_auth(): use server response for SMTP AUTH method.
1936           smtp_ehlo(): read server response and set auth type flags.
1937           smtp_helo(): separated EHLO command.
1938           smtp_ok(): return the last server response if the buffer is
1939           specified.
1940         * src/esmtp.[ch]: merged into smtp.[ch].
1941         * src/imap.c: imap_session_destroy_all(): use session_destroy().
1942
1943 2002-04-08
1944
1945         * src/imap.c: imap_open(): show warning message if IMAP4 session
1946           can't be established.
1947
1948 2002-04-06
1949
1950         * src/compose.c: made template able to be inserted into the current
1951           cursor position.
1952         * src/mainwindow.c: moved some menu items under the submenu
1953           '/View/Show or hide'.
1954
1955 2002-04-05
1956
1957         * src/filter.c
1958           src/inc.c: changed folder_find_item_from_path() to
1959           folder_find_item_from_identifier().
1960           src/prefs_account.c
1961           src/prefs_filter.c: use folder_item_get_identifier() to specify
1962           folder path.
1963
1964 2002-04-05
1965
1966         * src/folder.[ch]: implemented "folder identifier" (and fixed a bug
1967           existed in claws' implementation).
1968           folder_find_from_name(): find Folder from name and type.
1969           folder_get_identifier(): return Folder id.
1970           folder_item_get_identifier(): return FolderItem id.
1971           folder_find_item_from_identifier(): find FolderItem from id.
1972           folder_get_type_string(): return folder type string.
1973           folder_get_type_from_string(): return FolderType from string
1974           (and fixed the wrong g_strcasecmp() usage).
1975         * src/export.c
1976           src/import.c: use folder_item_get_identifier() and
1977           folder_find_item_from_identifier().
1978
1979 2002-04-03
1980
1981         * src/imap.c: imap_parse_atom(): fixed a bug that cur_pos didn't
1982           point the correct address after reading the continuous line.
1983           imap_scan_folder(): set new number to 0 if unseen number is 0.
1984           imap_parse_flags(): don't add new and unread flag if \Seen flag
1985           exists.
1986         * ac/Makefile.am: removed gpgme.m4 from MACROS.
1987
1988 2002-04-02
1989
1990         * fixed the old problem that couldn't add flags to currently opened
1991           folders.
1992         * src/compose.c:
1993           compose_send(): update outbox after saving.
1994           compose_queue()
1995           compose_draft_cb(): use procmsg_add_flags().
1996         * src/folder.[ch]: added "opened" flag and "mark_queue" list to
1997           FolderItem.
1998         * src/main.c: send_queue(): send from all queue folders.
1999         * src/mainwindow.c: send_queue_cb(): send from all queue folders.
2000         * src/procmsg.[ch]:
2001           procmsg_flush_mark_queue(): new. Write all queued flags into file.
2002           procmsg_add_flags(): new. Add specified flags to the folder.
2003           procmsg_send_queue(): added an argument to specify queue folder.
2004           procmsg_save_to_outbox(): use procmsg_add_flags().
2005         * src/summaryview.c:
2006           summary_show(): up the opened flag of FolderItem.
2007           summary_clear_list(): down the opened flag of FolderItem.
2008           summary_write_cache(): call procmsg_flush_mark_queue().
2009
2010 2002-04-01
2011
2012         * src/summaryview.[ch]: trim the tail of folder name and selected
2013           number on the status label if the space is not enough.
2014
2015 2002-04-01
2016
2017         * src/imap.c: imap_create_special_folder(): fixed a bug that didn't
2018           set SpecialFolderItemType when creating special folders under
2019           INBOX.
2020         * ac/gpgme.m4: removed.
2021         * ac/README: added.
2022         * ac/missing/gdk-pixbuf.m4
2023           ac/missing/gettext.m4
2024           ac/missing/gpgme.m4
2025           ac/missing/imlib.m4: added for convenience.
2026
2027 2002-03-29
2028
2029         * src/esmtp.c: esmtp_auth(): fixed a bug that some garbages are
2030           shown after the decoded challenge string. Fixed a memory leak.
2031           Removed strtok().
2032         * src/compose.c: compose_draft_cb(): mark draft messages as read.
2033         * src/folderview.c: folderview_update_node(): disable emphasis
2034           for Outbox and Draft folders.
2035
2036 2002-03-28
2037
2038         * src/messageview.c: messageview_show(): fixed a memory leak.
2039         * src/summaryview.c: summary_save_as(): show error dialog if copy
2040           failed.
2041         * src/about.c: about_show(): make the window active if it is already
2042           open.
2043
2044 2002-03-27
2045
2046         * src/compose.c: show confirmation dialog before sending if Subject
2047           is empty.
2048           compose_check_entries(): new.
2049           compose_send()
2050           compose_send_later_cb(): use compose_check_entries().
2051         * src/imap.c: imap_parse_atom(): more fix for parsing responses.
2052
2053 2002-03-26
2054
2055         * src/imap.c: imap_parse_atom(): fixed a bug that didn't parse the
2056           responses with continuous line correctly, and fixed a memory leak.
2057
2058 2002-03-26
2059
2060         * src/undo.c: undo_insert_text_cb(): fixed a crash bug if the text
2061           length is large.
2062         * src/gtkstext.c: gtk_stext_button_press(): cancel current selection
2063           after pasting with middle button to prevent the selection growth.
2064
2065 2002-03-25
2066
2067         * src/folderview.c:
2068           folderview_rename_folder_cb()
2069           folderview_delete_folder_cb(): modify filter rules only if the
2070           target folder is in the default mailbox.
2071         * src/utils.c: get_abbrev_newsgroup_name(): removed a redundant
2072           line.
2073
2074 2002-03-23
2075
2076         * src/compose.c
2077           src/mainwindow.c
2078           src/prefs_common.c: changed 'Tool' menu to 'Tools'.
2079           Moved 'Delete duplicated messages' under 'Tools'.
2080
2081 2002-03-23
2082
2083         * src/folderview.c: SET_SPECIAL_FOLDER(): keep the same parent
2084           when moving.
2085         * src/imap.c: imap_create_special_folder(): fixed a crash bug
2086           when folder creation failed, and re-try to create folders under
2087           INBOX.
2088           imap_scan_tree_recursive(): don't automatically add namespace
2089           prefix if it's INBOX. Search also under the INBOX for special
2090           folders.
2091         * src/foldersel.c: SET_SPECIAL_FOLDER(): keep the same parent
2092           when moving.
2093
2094 2002-03-23
2095
2096         * src/utils.[ch]: get_abbrev_newsgroup_name(): new. It returns the
2097           abbreviated newsgroup name.
2098         * src/folderview.c: folderview_update_node(): display newsgroups
2099           with abbreviated name if name and path is the same.
2100         * src/summaryview.c: summary_status_show(): show the newsgroup with
2101           abbreviated name.
2102
2103 2002-03-23
2104
2105         * src/foldersel.c
2106           src/folderview.c: changed the label 'Draft' to 'Drafts'.
2107         * src/imap.c: changed the directory name 'Draft' to 'Drafts'.
2108           imap_create_missing_folders(): fixed the wrong assignment of
2109           Queue folder to draft.
2110
2111 2002-03-22
2112
2113         * enabled Sent / Draft / Queue folders on IMAP server.
2114         * src/compose.c: compose_queue(), compose_draft_cb(): use account's
2115           queue and draft folder if they exist.
2116           src/imap.[ch]:
2117           imap_create_trash(): removed.
2118           imap_create_special_folder(): new. Generalized imap_create_trash().
2119           imap_create_missing_folders(): automatically create missing folders.
2120           imap_is_msg_changed(): added the dummy method.
2121           imap_scan_tree_recursive(): search also Sent, Draft and Queue
2122           folders. Minor code cleanups.
2123           imap_parse_envelope(): check for null strings.
2124           src/procmsg.c: procmsg_read_cache(): add F_QUEUE or F_DRAFT flag
2125           for messages on IMAP folder.
2126
2127 2002-03-20
2128
2129         * src/compose.c: compose_send(): use account's outbox folder
2130           if it exists.
2131         * src/procmsg.[ch]: procmsg_save_to_outbox(): changed the API so
2132           that the outbox can be specified.
2133
2134 2002-03-20
2135
2136         * src/compose.c: don't save to outbox when messages are queued.
2137           compose_save_to_outbox(): moved to procmsg.c.
2138         * src/procmsg.[ch]: procmsg_send_queue(): save to outbox when
2139           sending succeeded.
2140           procmsg_save_to_outbox(): new. Removes the queueing headers if
2141           needed, and adds the given file to the outbox.
2142
2143 2002-03-20
2144
2145         * src/compose.c: compose_wrap_line(): treat '|' also as quote char.
2146           get_indent_length(): treat ':' and '#' also as quote char, and
2147           cleaned up using strchr().
2148
2149 2002-03-19
2150
2151         * src/mainwindow.c: modified some menu items.
2152
2153 2002-03-19
2154
2155         * src/defs.h: changed OUTBOX_DIR from "outbox" to "sent"
2156           (current "outbox" will be kept until rescan).
2157         * src/folder.c: folder_set_missing_folders(): create the missing
2158           folders.
2159         * src/foldersel.c
2160           src/folderview.c: changed 'Outbox' to 'Sent'.
2161         * src/main.c: call folder_set_missing_folders().
2162         * src/mh.c: mh_scan_tree(): create missing folders.
2163         * src/summaryview.c: summary_set_menu_sensitive(): fixed a bug that
2164           didn't set the menu sensitivity correctly.
2165
2166 2002-03-18
2167
2168         * src/folderview.c
2169           src/imap.[ch]: implemented folder renaming on IMAP (thanks to Mio).
2170           folderview_rename_folder_cb(): reopen the current folder when
2171           the ancestor is renamed.
2172           imap_rename_folder(): new method implementation.
2173           imap_cmd_rename()
2174           imap_rename_folder_func(): new.
2175           imap_remove_folder(): remove also the cache directory.
2176
2177 2002-03-17
2178
2179         * src/imap.c: implemented locale encoding <-> modified utf-7
2180           conversion, and supported i18n of folder name (thanks to Suzuki
2181           Mio).
2182           imap_path_separator_subst(): handle the escape characters of
2183           modified utf-7.
2184           imap_modified_utf7_to_locale()
2185           imap_locale_to_modified_utf7(): new.
2186           imap_create_trash(): modified so that it create the Trash folder
2187           to the correct location when imap directory is specified.
2188           imap_get_real_path(): removed debug print.
2189
2190 2002-03-14
2191
2192         * src/socket.c: implemented timeout for DNS lookup and connect().
2193           sock_connect_by_hostname(): timeout support and code cleanup.
2194           sock_connect_with_timeout(): new.
2195           sock_peek(): implemented SSL peek.
2196
2197 2002-03-13
2198
2199         * src/messageview.c: messageview_show(): display single-part
2200           text/html messages with the normal text view.
2201         * src/account.c
2202           src/addrbook.c
2203           src/addrindex.c
2204           src/compose.c
2205           src/imap.c
2206           src/inc.c
2207           src/jpilot.c
2208           src/ldif.c
2209           src/mbox.c
2210           src/mimeview.c
2211           src/news.c
2212           src/prefs.c
2213           src/prefs_common.c
2214           src/prefs_customheader.c
2215           src/prefs_display_header.c
2216           src/prefs_filter.c
2217           src/procheader.c
2218           src/procmime.c
2219           src/procmsg.c
2220           src/recv.c
2221           src/rfc2015.c
2222           src/send.c
2223           src/sourcewindow.c
2224           src/summaryview.c
2225           src/template.c
2226           src/textview.c
2227           src/unmime.c
2228           src/utils.c
2229           src/vcard.c
2230           src/xml.c: added 'b' to the option of all fopen().
2231
2232 2002-03-09
2233
2234         * version 0.7.4
2235
2236 2002-03-09
2237
2238         * src/ssl.[ch]: match its coding style.
2239         * src/compose.c: compose_send_later_cb(): fixed a bug that failed
2240           to save file.
2241         * faq/Makefile.am
2242           faq/en/Makefile.am
2243           faq/en/sylpheed-faq*.html
2244           faq/es/Makefile.am
2245           faq/es/sylpheed-faq*.html
2246           faq/fr/Makefile.am
2247           faq/fr/sylpheed-faq*.html
2248           configure.in
2249           Makefile.am
2250           src/Makefile.am
2251           src/defs.h
2252           src/mainwindow.c
2253           src/manual.[ch]: added FAQs in English, Spanish and French.
2254
2255 2002-03-07
2256
2257         * manual/en/sylpheed*.html: updated to the latest version.
2258         * libkcc/jis.c
2259           src/addrcache.c
2260           src/addritem.c
2261           src/ldif.c
2262           src/mgutils.c: include string.h to remove warning about strlen()
2263           etc.
2264         * src/folder.c
2265           src/folderview.c
2266           src/inc.c
2267           src/logwindow.c
2268           src/mainwindow.c
2269           src/mimeview.c
2270           src/prefs.c
2271           src/prefs_common.c
2272           src/procheader.c
2273           src/send.c
2274           src/session.c
2275           src/sigstatus.c
2276           src/summaryview.c: added break to the last label of switch to
2277           prevent the 'deprecated use of label at end of compound statement'
2278           warning at gcc-3.0.
2279         * src/rfc2015.c: passphrase_cb(): fixed the type of r_hd.
2280
2281 2002-03-06
2282
2283         * src/inc.[ch]: preserve the pointer to IncProgressDialog to the
2284           static list.
2285           inc_cancel_all(): new. It cancels the all current incorporation.
2286         * src/mainwindow.c: added 'Cancel receiving' menu.
2287         * src/textview.c: a minor fix for single-part MIME messages, and
2288           a bit of cleanup for textview_write_body().
2289
2290 2002-03-05
2291
2292         * src/inc.c: inc_write_uidl_list(): fixed a bug that lost UIDL
2293           information if any errors occured before issuing UIDL command.
2294           src/inc.h: added uidl_is_valid to Pop3State.
2295           src/pop.c: set uidl_is_valid to TRUE if UIDL becomes valid.
2296
2297 2002-03-03
2298
2299         * version 0.7.3
2300
2301 2002-03-03
2302
2303         * src/mimeview.c: mimeview_create(): set the initial notebook page
2304           to 0.
2305         * src/folderview.c: folderview_selected(): scroll the view if the
2306           selected row is hidden.
2307         * src/prefs_filter.c: prefs_filter_register_cb(): scroll the view
2308           and select the added row.
2309         * src/summaryview.c: fix threading for null message ids.
2310
2311 2002-03-02
2312
2313         * src/textview.c: textview_show_message(): follow message/rfc822
2314           parts.
2315           textview_add_part(): add a caption before the attached text files.
2316           textview_show_header(): don't add the newline.
2317         * src/messageview.c: enabled message search also in MIME mode.
2318
2319 2002-03-01
2320
2321         * src/messageview.c: messageview_show(): set header state of
2322           MimeView's TextView, too.
2323         * src/mimeview.c: mimeview_show_message(): call
2324           textview_show_message() to display message.
2325         * src/textview.c: textview_add_part(): new. It adds the content
2326           of message part without clearing the view.
2327           textview_show_message(): display all parts with appropriate
2328           style.
2329           textview_write_body(): separated from textview_show_part().
2330
2331 2002-02-28
2332
2333         * src/mainwindow.c
2334           src/prefs_common.c: added ISO-8859-15 to the codesets for
2335           displaying and sending.
2336         * src/codeconv.c: conv_codeset_strdup(): return NULL if code
2337           conversion failed, and made caller deal with it.
2338         * src/compose.c: compose_write_to_file(): show error dialog when
2339           code conversion failed, and let user select whether to send it
2340           as is or not.
2341         * src/textview.c: textview_write_line(): show the original string
2342           if code conversion failed.
2343
2344 2002-02-27
2345
2346         * src/inc.c: get_spool(): fixed a bug that failed to unlock mbox
2347           if copy_mbox() failed (thanks to Alexander Kabaev).
2348         * src/prefs_account.[ch]: added separate user ID / password setting
2349           for SMTP AUTH.
2350         * src/send.c: send_message_smtp(): use separate user ID / password
2351           for SMTP AUTH if it is specified.
2352
2353 2002-02-26
2354
2355         * src/inc.[ch]
2356           src/pop.[ch]: refactored the UIDL management.
2357           store the information of messages into the array of Pop3MsgInfo
2358           structure, and do full scanning of not retrieved messages.
2359
2360 2002-02-26
2361
2362         * src/filesel.c
2363           src/foldersel.c
2364           src/mainwindow.c: set WMCLASS for window/dialog.
2365         * src/codeconv.c: conv_codeset_strdup(): return source string
2366           when jconv_alloc_conv() failed.
2367
2368 2002-02-25
2369
2370         * src/mh.c: mh_scan_tree_recursive(): changed the hardcoded directory
2371           name to the macros.
2372
2373 2002-02-24
2374
2375         * src/messageview.c
2376           src/mimeview.[ch]
2377           src/summaryview.c: implemented the new notebook tab interface for
2378           MIME message.
2379         * src/textview.[ch]: fixed line space related glitches.
2380
2381 2002-02-23
2382
2383         * src/prefs_filter.c:
2384           prefs_filter_rename_path()
2385           prefs_filter_delete_path(): fixed a crash when flt->dest was NULL.
2386
2387 2002-02-23
2388
2389         * src/recv.[ch]: cancel data receiving if RecvUIFunc returns FALSE.
2390         * src/pop.c: pop3_retr_recv(): fixed false 'No space' when cancelled
2391           while getting data.
2392         * src/inc.c: inc_pop3_recv_func(): abort data receiving when
2393           cancelled, and fixed potential crash bug.
2394         * src/grouplistdialog.c: enabled cancelling of data receiving.
2395         * src/news.c: news_get_group_list(): destroy current session if
2396           retrieving failed.
2397
2398 2002-02-22
2399
2400         * src/manage_window.[ch]: fixed a bug that caused crash when
2401           the main window was hidden.
2402           MANAGE_WINDOW_SIGNALS_CONNECT(): new macro.
2403           Monitor "unmap_event", "destroy" events.
2404         * src/account.c;
2405           src/addressbook.c
2406           src/compose.c
2407           src/export.c
2408           src/filesel.c
2409           src/foldersel.c
2410           src/grouplistdialog.c
2411           src/import.c
2412           src/inputdialog.c
2413           src/mainwindow.c
2414           src/message_search.c
2415           src/passphrase.c
2416           src/prefs_account.c
2417           src/prefs_common.c
2418           src/prefs_customheader.c
2419           src/prefs_display_header.c
2420           src/prefs_filter.c
2421           src/prefs_template.c
2422           src/summary_search.c
2423           src/summaryview.c: use MANAGE_WINDOW_SIGNALS_CONNECT() macro to
2424           connect signals for window management.
2425
2426 2002-02-21
2427
2428         * src/prefs_account.[ch]: added receive size limit option.
2429         * src/pop.c: skip messages larger than the limit size.
2430           LOOKUP_NEXT_MSG(): new macro.
2431         * src/compose.c: compose_attach_append(): check whether the file
2432           is readable.
2433
2434 2002-02-21
2435
2436         * src/rfc2015.c: commented out dump_mimeinfo() and dump_part().
2437           changed g_message()'s to debug_print() and g_warning().
2438           rfc2015_decrypt_message(): fixed a bug that duplicated message
2439           parts when decryption was failed/cancelled. And made some code
2440           cleanup.
2441         * src/passphrase.c: made the dialog transient.
2442         * src/prefs.c: prefs_config_parse_one_line(): removed debug_print().
2443
2444 2002-02-20
2445
2446         * src/messageview.c
2447           src/procmsg.[ch]: fixed a bug that failed to parse multipart
2448           messages if GPGME was enabled.
2449         * src/rfc2015.c: commented out copy_gpgmedata_to_temp() which
2450           is not used.
2451         * src/prefs_account.c: prefs_account_privacy_create(): modified
2452           the vertical spacing.
2453
2454 2002-02-19
2455
2456         * src/menu.[ch]: menu_set_sensitive_all(): new.
2457           menu_set_insensitive_all(): made it a wrapper for
2458           menu_set_sensitive_all().
2459         * src/prefs_account.c:
2460           prefs_account_open()
2461           prefs_account_protocol_set_optmenu(): made the protocol type
2462           unchangeable after creating an account.
2463         * src/compose.c: compose_attach_parts(): traverse MIME tree to
2464           extract all attathed files from nested multipart MIME message.
2465
2466 2002-02-19
2467
2468         * src/procmsg.[ch]: procmsg_get_mark_sum(): added arguments to
2469           obtain minimum/maximum number, and to specify first number
2470           limit.
2471         * src/folderview.c
2472           src/inc.c: enabled new message checking on news folder.
2473         * src/news.c: news_scan_group(): implemented. Guess new/unread
2474           message number from the response of GROUP command and the mark
2475           data.
2476           news_select_group(): return the total/first/last number.
2477         * src/prefs_account.c: prefs_account_receive_create(): modified
2478           the text of the 'Get all' check button.
2479
2480 2002-02-18
2481
2482         * src/account.c: made 'Get all' checkbox available for IMAP4 and
2483           NNTP accounts.
2484         * src/inc.c: corrected the argument of folderview_check_new().
2485         * src/prefs_account.c: modification for the "`Get all' checks for
2486           new mail on this account" checkbox.
2487
2488 2002-02-18
2489
2490         * src/folderview.[ch]:
2491           folderview_rescan_tree(), folderview_rescan_all(): renamed from
2492           folderview_update_tree() and folderview_update_all().
2493           folderview_update_all_node(): removed.
2494           folderview_check_new(): new. If the argument is NULL, it checks
2495           all local folders. If the arguments is specified, it checks
2496           the (local and remote) folder.
2497         * src/inc.c:
2498           inc_account_mail()
2499           inc_all_account_mail(): check also IMAP4 account.
2500
2501 2002-02-18
2502
2503         * src/folderview.c:
2504           folderview_rename_folder_cb()
2505           folderview_delete_folder_cb(): modify the filter rules when folder
2506           is renamed/deleted.
2507         * src/prefs_filter.[ch]:
2508           prefs_filter_rename_path(): new. It renames the destination paths
2509           in the filter list.
2510           prefs_filter_delete_path(): new. It deletes the filter rules if
2511           the destination paths matched.
2512         * thanks to Neill Miller for above.
2513
2514 2002-02-17
2515
2516         * src/compose.c: inherit attached files when forwarding or reediting
2517           (rewrote the code in claws branch).
2518           compose_attach_parts(): new. It extracts and attaches the files
2519           in the given message.
2520           compose_attach_append(): chnaged the types of arguments.
2521         * src/messageview.c: messageview_show(): moved the GPG decryption
2522           code to procmsg.c.
2523         * src/procmsg.[ch]: procmsg_open_message_decrypted(): new.
2524
2525 2002-02-16
2526
2527         * version 0.7.2
2528
2529 2002-02-16
2530
2531         * src/summary_search(): summary_search_execute(): scroll the view
2532           when message view is hidden.
2533
2534 2002-02-15
2535
2536         * src/foldersel.c: foldersel_set_tree(): made different type of
2537           folders selectable in moving mode.
2538         * src/folderview.[ch]: folderview_update_msg_num(): compare the
2539           numbers with the CTree's labels, and don't update folder_item here.
2540         * src/imap.c: imap_move_msg(), imap_move_msgs_with_dest():
2541           implemented moving between different type of folders.
2542         * src/mh.c: SET_DEST_MSG_FLAGS(): new macro.
2543           mh_do_move(), mh_do_move_msgs_with_dest(): new (renamed previous
2544           mh_move_msg() and mh_move_msgs_with_dest()).
2545           mh_move_msg(), mh_move_msgs_with_dest(): implemented message
2546           moving between different type of folders.
2547           mh_copy_msg(), mh_copy_msgs_with_dest(): some code cleanups.
2548         * src/summaryview.c: summary_status_show(): update folder_item
2549           here.
2550         * po/POTFILES.in: removed reference to headerwindow.c.
2551         * src/summaryview.c: summary_step(): fixed the behavior on the
2552           head and tail of the list.
2553
2554 2002-02-15
2555
2556         * src/mainwindow.c: main_window_set_menu_sensitive(): set 'Show
2557           all header' toggle state from the property of the TextView.
2558         * src/summaryview.[ch]: made 'All header' toggle switch.
2559           Prohibited unnecessary menu update.
2560           summary_select_node(): added the argument 'do_refresh'.
2561           Some code cleanups.
2562
2563 2002-02-14
2564
2565         * src/utils.c: strsplit_with_quote(): remove quotation characters
2566           in the function (fix composer's external editor problem) (thanks
2567           to Stefaan A Eeckels).
2568         * src/mainwindow.[ch]: made 'Show all header' toggle switch.
2569           main_window_menu_callback_block()
2570           main_window_menu_callback_unblock(): new.
2571           main_window_set_menu_sensitive(): set the toggle status of
2572           menu items.
2573           show_all_header_cb(): read the status of toggle menu item.
2574         * src/mainwindow.[ch]: made 'Thread view' toggle switch.
2575         * src/prefs_common.c: prefs_keybind_apply_clicked(): removed
2576           'Unthread view'.
2577
2578 2002-02-13
2579
2580         * src/imap.c: imap_add_msg(): fixed a bug that didn't replace
2581           the path separator (thanks to Sergey Vlasov).
2582         * src/gtkutils.c: gtkut_editable_get_selection(): return NULL
2583           if the length of selection is zero.
2584           Fixed the assertion.
2585         * src/utils.c: str_open_as_stream(): return immediately if
2586           the length of str is zero.
2587         * src/headerwindow.[ch]: removed.
2588         * src/socket.[ch]
2589           src/inc.c: removed stale thread support codes.
2590
2591 2002-02-12
2592
2593         * src/procmsg.c: procmsg_open_message(): modified so that it
2594           returns the stream of decrypted message file if it exists
2595           (this fixes the failure of gpg decryption in messageview.c).
2596
2597 2002-02-11
2598
2599         * version 0.7.1
2600
2601 2002-02-11
2602
2603         * src/compose.[ch]
2604           src/gtkutils.[ch]
2605           src/prefs_template.c
2606           src/quote_fmt.h
2607           src/quote_fmt_parse.y
2608           src/summaryview.c
2609           src/utils.[ch]: if the part of the message text is selected, use
2610           it for quoted text instead of the entire message body (thanks to
2611           Darko Koruga).
2612           src/utils.[ch]: str_open_as_stream(): new. It returns an
2613           temporary stream for the given string.
2614         * src/main.c: added "--send" command line option.
2615         * src/compose.c: compose_reply_set_entry(): add From address to
2616           Cc if Reply-To and to_all are both specified.
2617         * Makefile.am: correct the Source: line in the RPM spec file in
2618           .tar.bz2 package.
2619
2620 2002-02-07
2621
2622         * src/procmsg.c: procmsg_open_message(): fetch message if the cache
2623           doesn't exist.
2624         * src/foldersel.[ch]: foldersel_folder_sel(): added an argument
2625           that specifies the folder selection type.
2626         * src/addressbook.c
2627           src/compose.c
2628           src/editaddress.c
2629           src/editgroup.c
2630           src/folderview.c
2631           src/importldif.c
2632           src/mainwindow.c
2633           src/md5.c
2634           src/mimeview.c
2635           src/prefs_common.c
2636           src/prefs_customheader.c
2637           src/prefs_filter.c
2638           src/summaryview.c: made it compile with C compilers other than gcc
2639           (thanks to Shawn Houston).
2640
2641 2002-02-06
2642
2643         * src/imap.c: imap_copy_msgs_with_dest(): fixed a bug on traversing
2644           list.
2645         * src/prefs_common.c: made the key binding setting separate dialog.
2646         * src/addressbook.c: addressbook_format_address(): add "" around
2647           the display name if it contains comma (thanks to Satoshi Watanabe).
2648         * src/addr_compl.c: get_complete_address(): add "" around the
2649           display name if it contains comma.
2650           get_address_from_edit(): handle the quotation character correctly.
2651         * src/addr_compl.c: get_complete_address()
2652           src/addressbook.c: addressbook_format_address(): fixed a bug that
2653           caused wrong text processing if the display name is empty.
2654         * updated NEWS.
2655
2656 2002-02-05
2657
2658         * src/compose.c: compose_exec_ext_editor_real(): replaced
2659           g_strsplit() with strsplit_with_quote().
2660         * src/foldersel.c
2661           src/folderview.c: folderview_drag_motion_cb(): minor code cleanups.
2662         * src/folderview.c:
2663           folderview_drag_motion_cb()
2664           folderview_drag_received_cb(): allow dropping into IMAP4 folder.
2665         * src/utils.c: get_file_size_as_crlf(): use fgets() instead of
2666           fread().
2667         * src/imap.c
2668           imap_copy_msg()
2669           imap_copy_msgs_with_dest(): use imap_add_msg() if the source
2670           of the message is different from the current mailbox.
2671           Return the correct value.
2672           imap_cmd_append(): properly implemented the APPEND command.
2673
2674 2002-02-04
2675
2676         * src/mainwindow.c
2677           src/messageview.[ch]
2678           src/summaryview.[ch]
2679           src/textview.[ch]: show all headers in the message view, and don't
2680           use the header window anymore.
2681         * src/mainwindow.c
2682           src/prefs_common.c: changed the default shortcut of 'compose new
2683           message'.
2684         * src/mainwindow.c
2685           src/summaryview.[ch]: summary_display_msg_selected(): new.
2686           Show the selected message if 'Show all header' is selected.
2687         * src/mh.c
2688           src/sourcewindow.c: changed some procmsg_get_message_file_path()
2689           to procmsg_get_message_file() to be sure the message is
2690           retrieved.
2691         * src/folderview.c: folderview_drag_motion_cb(): allow DnD from
2692           any folder to MH folder.
2693           folderview_drag_received_cb(): copy messages instead of moving
2694           if the source folder is news or IMAP.
2695         * src/mainwindow.c
2696           src/summaryview.c: allow copy from news folder.
2697
2698 2002-02-03
2699
2700         * src/prefs_common.c: prefs_other_create(): modified the design
2701           of the external command settings.
2702           prefs_keybind_apply_clicked(): made the Mew / Wanderlust keybind
2703           preset closer to the original.
2704           Added Mutt keybind preset.
2705           Also change the compose keybinds.
2706         * src/compose.c: modified some menu shortcuts.
2707         * src/codeconv.c: modified the locale_table for Thai encoding.
2708
2709 2002-02-01
2710
2711         * src/Makefile.am: added $(GPGME_CFLAGS) to INCLUDES.
2712         * src/prefs_common.c: prefs_interface_create(): modified the
2713           description for menu shortcut.
2714
2715 2002-01-31
2716
2717         * src/gtkutils.[ch]: added gtk_stext_clear().
2718         * src/compose.[ch]
2719           src/mainwindow.c
2720           src/summaryview.[ch]: enabled multiple forwarding.
2721         * src/summaryview.c:
2722           summary_set_marks_selected(): set marks for all selected row.
2723           summary_reply(): moved from summary_reply_cb().
2724         * compose.[ch]: compose_forward(): modified so that it receives
2725           the message list.
2726         * src/mainwindow.c: cleanup for reply processing.
2727         * src/summaryview.c: summary_reply(): fixed a memory leak.
2728           summary_key_pressed(): removed hardcoded mark / mark as unread
2729           shortcuts.
2730         * src/mainwindow.c
2731           src/prefs_common.c: added mark / mark as unread shortcuts to
2732           the menu.
2733
2734 2002-01-30
2735
2736         * src/compose.c: compose_wrap_line_all(): wrap quoted part even
2737           if prefs_common.linewrap_quote is not set (it is only for
2738           auto-wrapping on reply).
2739         * src/prefs_account.c: prefs_account_open(): initialize tmp_ac_prefs
2740           when creating a new account.
2741         * src/mh.c: mh_get_msg_list(): use also st_ctime to detect
2742           directory change.
2743         * src/prefs_common.c: prefs_interface_create(): modified the
2744           description of key binds selector.
2745
2746 2002-01-29
2747
2748         * src/mimeview.c: fixed multiple dialog / moving by correcting
2749           button / key event processing.
2750         * src/mimeview.[ch]
2751           src/textview.c: pass some key press events to MimeView in MIME
2752           mode.
2753         * src/prefs_filter.c: fixed a bug that didn't set the order of
2754           rules correctly.
2755         * src/prefs_common.c: prefs_keybind_apply_clicked(): fixed
2756           empty_menurc string.
2757
2758 2002-01-28
2759
2760         * src/mainwindow.c
2761           src/prefs_common.c: reorganized the menu shortcuts.
2762           Added 'View - Toggle summary view'.
2763         * src/summaryview.[ch]: summary_toggle_view(): made it public
2764           function.
2765         * src/prefs_common.[ch]: swapped the position of 'Shortcut key'
2766           and 'On exit'.
2767         * src/importldif.c: imp_ldif_delete_event(): fixed segfault when
2768           closing the dialog with window manager (in more appropriate way).
2769         * src/imageview.[ch]
2770           src/messageview.c
2771           src/mimeview.c: fixed wrong scrolling position when switching
2772           between text and image parts. Also free the unrequired image
2773           (thanks to Sergey Vlasov).
2774         * src/prefs_common.c: disabled 'Go to inbox after receiving new mail'
2775           by default.
2776
2777 2002-01-28
2778
2779         * src/prefs_common.c: implemented shortcut quick changer.
2780         * src/folderview.c: folderview_key_pressed()
2781           src/summaryview.c: summary_key_pressed(): removed some hardcoded
2782           key binds.
2783
2784 2002-01-25
2785
2786         * src/procmime.c:
2787           procmime_get_mime_type()
2788           procmime_get_mime_type_table(): made the MIME type search case
2789           insensitive.
2790         * src/gtkstext.c:
2791           gtk_stext_delete_line(): delete newline on empty line.
2792           gtk_stext_delete_to_line_end(): delete newline if cursor is on
2793           the last of line.
2794           (thanks to Yasuzaki Masayoshi.)
2795
2796 2002-01-23
2797
2798         * src/compose.c
2799           src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
2800           and made them customizable.
2801         * src/utils.[ch]: added get_file_size_as_crlf() which returns
2802           the file size when converting LF to CR+LF.
2803
2804 2002-01-22
2805
2806         * src/compose.c: enabled 'Ctrl-Enter' or
2807           'Ctrl-(other modifier keys)-Enter' shortcut that didn't work
2808           before.
2809         * src/gtkstext.c: disabled some Emacs key bindings.
2810           gtk_stext_key_press(): don't extend selection when Shift-Enter
2811           is pressed to prevent the disapperance of cursor.
2812         * src/summaryview.c: summary_select_next_unread(): added the button
2813           to search unread message again from the beginning to the dialog.
2814         * src/folderview.c: folderview_key_pressed(): go to next unread
2815           folder if space key is pressed on the empty folder.
2816           Move CTree focus before selecting row.
2817
2818 2002-01-21
2819
2820         * src/defs.h: modified the XLFD of default fonts.
2821         * src/textview.c: textview_create(): fixed a bug that caused
2822           segfault if font couldn't be loaded.
2823         * src/folderview.c
2824           src/grouplistdialog.c: compare subscribed groups with path.
2825         * src/prefs_filter.c: changed 'Operator' to 'Condition'.
2826
2827 2002-01-20
2828
2829         * src/compose.c: compose_wrap_line_all(): fixed wrapping crash
2830           when URL is wider than wrapping margin.
2831         * src/mainwindow.c
2832           src/prefs_filter.[ch]
2833           src/summaryview.[ch]: added "Create filter rule" function based
2834           on the patch from Luca Rosellini.
2835         * src/summaryview.c: summary_filter_open(): added X-List and
2836           X-Mailing-list to the automatically detected headers.
2837
2838 2002-01-18
2839
2840         * configure.in: support Mac OS X (Darwin).
2841
2842 2002-01-16
2843
2844         * src/prefs_filter.c: use inc_(un)lock() instead of
2845           inc_autocheck_timer_{remove|set}().
2846         * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
2847           instead of gtk_ctree_sort_node() so that messages within threads
2848           are also sorted.
2849         * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
2850           target of sizeof was wrong and caused crash on Alpha architecture
2851           (thanks to Motonobu Ichimura).
2852
2853 2002-01-15
2854
2855         * src/foldersel.c:
2856           foldersel_gnode_func(): made the names of special folders
2857           translated strings.
2858           foldersel_set_tree(): move the special folder to the top.
2859         * src/inputdialog.[ch]: input_dialog_query_password(): new.
2860         * src/imap.c
2861           src/inc.c
2862           src/news.c
2863           src/send.c: use input_dialog_query_password() instead of their
2864           own query functions.
2865
2866 2002-01-14
2867
2868         * src/defs.h: modified the default font.
2869         * src/folder.[ch]
2870           src/mh.[ch]
2871           src/imap.[ch]
2872           src/news.[ch]: moved the class definition and some methods to
2873           the proper location.
2874
2875 2002-01-11
2876
2877         * src/mimeview.c: mimeview_save_as()
2878           src/summaryview.c: summary_save_as(): put the default filename
2879           based on the subject.
2880         * src/utils.[ch]: added subst_chars() and subst_for_filename()
2881           which substitute some special characters with underscore.
2882         * src/filesel.c: filesel_select_file(): select the default filename.
2883
2884 2002-01-10
2885
2886         * INSTALL
2887           INSTALL.jp: added the description and the URL for libjconv.
2888         * src/mainwindow.c: menu entries cleanup.
2889
2890 2002-01-09
2891
2892         * README
2893           README.jp
2894           src/about.c: modified the copyright year.
2895         * src/gtkstext.h: added the notice for modification by the Sylpheed
2896           Team.
2897
2898 2002-01-08
2899
2900         * INSTALL
2901           INSTALL.jp: added the URL for compface.
2902
2903 2002-01-07
2904
2905         * version 0.7.0
2906
2907 2002-01-07
2908
2909         * src/headerwindow.c
2910           src/logwindow.c
2911           src/messageview.c
2912           src/sourcewindow.c: set wmclass when creating windows.
2913
2914 2002-01-04
2915
2916         * src/compose.c: compose_wrap_line_all(): fixed the bug that
2917           caused infinite loop when wrapping certain patterns of quoted text.
2918
2919 2002-01-02
2920
2921         * src/imap.c: imap_parse_envelope(): put the assertion after
2922           imap_parse_address() to prevent segmentation fault.
2923
2924 2001-12-31
2925
2926         * src/folderview.c
2927           src/mainwindow.c: modified some labels of menu items.
2928         * src/ldif.c: put the return value of fgetc() in a gint.
2929         * src/importldif.c: don't brace null strings with _().
2930         * src/compose.c: moved the position of Subject entry to the last.
2931           Reorganized the menu.
2932           compose_draft_cb(): added 'keep editing after saving to draft'
2933           feature.
2934
2935 2001-12-30
2936
2937         * src/mainwindow.c: reorganization of main menu. Removed 'Summary'
2938           menu. Moved 'Help' menu to just the right of 'Configuration'.
2939           Removed 'File - Close' menu item.
2940
2941 2001-12-25
2942
2943         * src/mainwindow.c: some menu reorganization.
2944         * AUTHORS: updated. Added more contributors.
2945         * src/account.c: account_row_moved(): new. Moves displayed row to
2946           the appropriate position when up / down button are pressed.
2947           account_clist_set(): move displayed row to the appropriate position.
2948         * src/compose.c
2949           src/mainwindow.c: set title and wmclass when creating windows.
2950
2951 2001-12-24
2952
2953         * src/gtkstext.c: fixed a bug that didn't show block cursor
2954           correctly. Removed unnecessary GdkGC copy. Fixed cursor
2955           coordinate.
2956         * src/compose.c
2957           src/gtkutils.[ch]
2958           src/textview.[ch]
2959           src/undo.c: modified to use GtkSText.
2960         * src/menu.h: added #include <gtk/gtkmenu.h>.
2961
2962 2001-12-23
2963
2964         * acconfig.h
2965           configure.in: added XIM checking for GTK+.
2966         * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed.
2967
2968 2001-12-22
2969
2970         * src/filter.c: added #include <sys/types.h>.
2971
2972 2001-12-21
2973
2974         * src/template.c: template_write_config(): fixed a typo.
2975         * src/compose.c: toolbar_linewrap_cb(): call compose_wrap_line_all().
2976         * src/filter.[ch]
2977           src/prefs_filter.c: supported regular expression (thanks to
2978           Yukihiro Nakai).
2979         * src/undo.c: undo_paste_clipboard_cb(): fixed a bug that broke
2980           undo state when pasted clipboard was empty.
2981           undo_check_size(): use g_list_last().
2982           undo_undo()
2983           undo_redo(): fixed NULL checking and made a bit of optimization.
2984           Some code cleanups.
2985         * src/prefs_common.c: changed the default value of linewrap length
2986           to 72.
2987
2988 2001-12-20
2989
2990         * reorganization of pixmap management.
2991         * src/stock_pixmap.[ch]: new. This module manages all static pixmaps.
2992         * modified every files which directly use pixmaps data to use
2993           stock_pixmap_*().
2994         * src/undo.[ch]: renamed undo_set_undo_change_funct() to
2995           undo_set_change_state_func(), and changed its argument from
2996           GtkWidget* to gpointer.
2997           undo_merge(): code cleanup.
2998         * src/compose.c: renamed compose_set_undo() to
2999           compose_undo_state_changed().
3000
3001 2001-12-19
3002
3003         * src/account.c: account_find_from_address(): made it case
3004           insensitive.
3005         * src/addressbook.c: addressbook_create(): set wmclass.
3006         * src/compose.c: compose_insert_file(): supported DOS/Win/Mac line
3007           break.
3008         * src/importldif.c
3009           src/ldif.[ch]: merged from the claws branch.
3010         * src/importldif.c: removed some warnings.
3011           imp_ldif_field_list_toggle(): fixed button checking.
3012           imp_ldif_dialog_create(): minor layout fix.
3013         * src/ldif.c: removed some warnings.
3014         * INSTALL
3015           INSTALL.jp: updated confirmation list.
3016         * src/vcard.c:
3017           vcard_read_file()
3018           vcard_test_read_file(): fixed a memory leak of tagtemp.
3019           Some code cleanups (decreasing the indent level).
3020         * src/addrindex.c
3021           src/jpilot.[ch]
3022           src/syldap.[ch]: disabled runtime library checking because JPilot
3023           and LDAP libraries are linked on the build time, and the program
3024           doesn't execute without them anyway.
3025         * src/addressbook.c
3026           src/addrindex.c: changed "J-Pilot" to "JPilot".
3027           Removed warning for atoi().
3028
3029 2001-12-18
3030
3031         * src/procmsg.c: procmsg_empty_trash()
3032           src/mainwindow.c: main_window_empty_trash(): empty trash only if
3033           it contains some messages.
3034         * src/imap.c: search_array_str(): new.
3035           imap_status(): fixed a bug that didn't parse the command response
3036           correctly.
3037
3038 2001-12-18
3039
3040         * merged undo function (by Jens Oberender).
3041         * src/undo.[ch]: new.
3042           undo_insert_text_cb(): fix for multibyte characters (obtain the
3043           number of letters instead of bytes).
3044         * src/compose.[ch]: added the code for undo.
3045         * src/prefs_common.[ch]: added the interface for setting undo level.
3046
3047 2001-12-16
3048
3049         * src/compose.c: compose_template_apply()
3050           src/prefs_template.c: prefs_template_clist_set_row()
3051           src/template.c: template_write_config(): don't replace To: and
3052           Subject: entry in composition window if they are empty.
3053
3054 2001-12-16
3055
3056         * version 0.6.6
3057
3058 2001-12-15
3059
3060         * src/folderview.c: folderview_drag_motion_cb(): fixed a DnD bug.
3061         * src/ldif.c: ldif_get_line(): ignore CR.
3062         * src/mimeview.c: mimeview_show_message(): search also text/html
3063           for first text part.
3064
3065 2001-12-14
3066
3067         * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
3068           that didn't update accountrc if account_list == NULL (thanks to
3069           Watanabe).
3070
3071 2001-12-14
3072
3073         * src/utils.h: added the macro Xstrcat_a() that concatenates
3074           two strings and return alloca'd string.
3075         * src/imap.c: imap_scan_tree_recursive(): fixed a bug that didn't
3076           handle folder name which includes some spaces correctly
3077           (based on the patch from Willem van Engen (thanks!)).
3078         * src/compose.c: compose_wrap_line_all(): fixed the crash when
3079           wrapping long lines if linewrap quotation is disabled and
3080           a word spanning more than one line.
3081
3082 2001-12-14
3083
3084         * applied the Tobias' patch with modification (thanks!).
3085         * src/imap.[ch]:
3086           imap_msg_set_perm_flags()
3087           imap_msg_unset_perm_flags(): new. They set permanent flags to
3088           a IMAP message.
3089         * src/compose.c
3090           src/summaryview.c: set flags on IMAP server when flags are changed.
3091
3092 2001-12-11
3093
3094         * src/gtkutils.[ch]: gtkut_container_remove(): new. It's a wrapper
3095           of gtk_container_remove() for workaround of a bug in
3096           Gtk{Text,Entry} (thanks to Sergey Vlasov).
3097         * src/compose.c
3098           src/mainwindow.c
3099           src/messageview.c
3100           src/mimeview.c
3101           src/summaryview.c
3102           src/textview.c: replaced gtk_container_remove() with
3103           gtkut_container_remove(), and removed previous partial fix.
3104
3105 2001-12-09
3106
3107         * src/prefs_account.c: prefs_account_apply(): fixed a bug that
3108           checked user ID on "local", but didn't on IMAP4.
3109         * src/imap.c: imap_session_get(): fixed a crash bug when
3110           rfolder->session == NULL.
3111         * Makefile.am: changed the arguments of tar from 'chojf' to
3112           '--bzip2 -chof'.
3113         * src/summaryview.c: summary_toggle_view(): disclaim the selection
3114           of textview before removing vpaned.
3115
3116 2001-12-08
3117
3118         * src/messageview.c: messageview_change_view_type(): disclaim the
3119           selection before removing textview. This solves the mysterious
3120           copy-paste disability (thanks to Melvin Hadasht).
3121         * src/textview.c: textview_set_font(): use
3122           gtk_editable_claim_selection() instead of
3123           gtk_editable_select_region().
3124
3125 2001-12-06
3126
3127         * src/prefs_template.c: prefs_template_window_create(): supported
3128           address completion on the To: entry.
3129
3130 2001-12-04
3131
3132         * src/folder.c:
3133           folder_count_total_msgs()
3134           folder_count_total_msgs_func(): use g_node_traverse() to traverse
3135           GNode.
3136
3137 2001-12-03
3138
3139         * src/compose.c: fixed a bug that empty body was refused.
3140         * src/prefs_template.c: fixed a bug that didn't set To: entry
3141           correctly. Display error dialog if format is illegal.
3142         * src/prefs_common.c
3143           src/quote_fmt_lex.l
3144           src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
3145           "{ }" to prevent confusion on using parenthesis.
3146         * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
3147
3148 2001-11-29
3149
3150         * src/prefs_template.c: added colon to the header labels.
3151
3152 2001-11-28
3153
3154         * src/compose.c
3155           src/prefs_template.c
3156           src/template.[ch]: added To field to the template.
3157
3158 2001-11-27
3159
3160         * src/textview.c: textview_show_part(): use first found
3161           message/rfc822 header.
3162         * src/folderview.c: added "Search messages..." to the context menu.
3163         * src/prefs_common.c: prefs_quote_description_create(): added
3164           description for characters which need to be escaped.
3165
3166 2001-11-26
3167
3168         * src/compose.c: compose_wrap_line_all(): more merging from claws.
3169           GET_CHAR(): renamed GET_TEXT() and made it more generic.
3170           Modified compose_wrap_line() and compose_wrap_line_all() to use
3171           GET_CHAR().
3172         * src/textview.c: textview_show_part(): show the header of nested
3173           RFC822 attachment correctly.
3174
3175 2001-11-25
3176
3177         * src/folder.[ch]
3178           src/main.c: added --status option to get new, unread and total
3179           message count from a running Sylpheed (merged from claws).
3180           prohibit_duplicate_launch(): output '\n' only once.
3181
3182 2001-11-23
3183
3184         * src/compose.c
3185           src/gtkutils.[ch]: merged the new wrapping function.
3186           gtkut_text_str_compare_n()
3187           gtkut_text_str_compare()
3188           gtkut_text_is_uri_string(): backport from the GtkSText in the
3189           claws branch, and made modification.
3190         * src/prefs_template.c
3191           src/template.[ch]: added Subject to the template.
3192
3193 2001-11-22
3194
3195         * src/compose.c: compose_write_headers(): added missing parenthesis
3196           that generated invalid custom header (thanks to Masaaki Noro).
3197           Allow Sender: custom header.
3198
3199 2001-11-20
3200
3201         * src/procheader.c: procheader_date_parse(): workaround for
3202           RFC-incompliant Date header.
3203
3204 2001-11-20
3205
3206         * src/addrbook.c: removed redundant functions, and fixed generation
3207           of spurious address book file names.
3208         * src/addrindex.c: V-Card -> vCard.
3209
3210 2001-11-19
3211
3212         * src/textview.c: get_email_part(): replaced isalnum() with
3213           the macro IS_ASCII_ALNUM() which restricts the range of
3214           characters to 7bit ASCII (thanks to Shimamoto).
3215         * src/utils.c: remote_tzoffset_sec(): workaround for malformed
3216           timezone offset.
3217
3218 2001-11-18
3219
3220         * src/textview.c: textview_show_part(): show headers on nested
3221           muitipart text.
3222
3223 2001-11-17
3224
3225         * src/imap.c: imap_session_get()
3226           src/news.c: news_session_get(): fixed segfault when reconnection
3227           failed.
3228         * src/grouplistdialog.c: removed redundant code, and expand nodes
3229           that doesn't match the pattern.
3230
3231 2001-11-16
3232
3233         * src/compose.c: modified so that it sends message when any of
3234           To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
3235           compose_check_for_valid_recipient(): new.
3236         * src/grouplistdialog.c: improved the UI.
3237           Added appropriate description and search button.
3238           Search doesn't get group list again.
3239
3240 2001-11-15
3241
3242         * src/news.[ch]: news_session_get(): update the last access time
3243           correctly.
3244           news_group_list_free(): new.
3245         * src/grouplistdialog.c: free resources correctly.
3246
3247 2001-11-15
3248
3249         * src/folderview.c
3250           src/grouplistdialog.[ch]: more merging of new newsgroup
3251           subscription dialog.
3252         * src/news.[ch]: renamed news_remove_group_list() to
3253           news_remove_group_list_cache().
3254
3255 2001-11-14
3256
3257         * src/defs.h: added MAX_ENTRY_LENGTH definition.
3258         * src/compose.c: compose_add_entry_field(): create new entry with
3259           max length.
3260
3261 2001-11-13
3262
3263         * src/grouplistdialog.c: made non-leaf node selectable.
3264           Give the complete newsgroup name for each nodes.
3265
3266 2001-11-13
3267
3268         * src/grouplistdialog.c
3269           src/news.[ch]: merging of new newsgroup subscription dialog
3270           (still in progress. Don't use it yet!).
3271
3272 2001-11-12
3273
3274         * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
3275         * src/compose.[ch]: compose_new_with_recipient(): accept mailto
3276           URL.
3277           compose_entries_set(): new. It parses mailto URL and put each
3278           values into the entries.
3279
3280 2001-11-12
3281
3282         * src/compose.c: compose_forward(): fixed a bug that forward
3283           quote mark wasn't used (thanks to Hironori IWANE).
3284         * src/codeconv.[ch]
3285           src/mainwindow.c
3286           src/prefs_common.c: added Thai encodings (thanks to Manrat
3287           Chobchuen).
3288
3289 2001-11-08
3290
3291         * src/socket.c: sock_connect_by_hostname(): removed h_errno.
3292         * src/session.h
3293           src/defs.h
3294           src/imap.[ch]
3295           src/news.c: added last_access_time to Session.
3296           imap_session_get(): check connection only when access interval
3297           has been exceeded.
3298
3299 2001-11-07
3300
3301         * version 0.6.5
3302
3303 2001-11-07
3304
3305         * src/socket.c: ssl_gets(): use SSL_peek.
3306         * updated NEWS and AUTHORS.
3307         * Makefile.am: fixed release target.
3308
3309 2001-11-06
3310
3311         * src/template.c: changed the format of template file to
3312           RFC2822-like.
3313         * src/compose.c: compose_template_apply(): freeze the text widget
3314           while inserting strings.
3315
3316 2001-11-05
3317
3318         * po/POTFILES.in: removed src/template_select.c.
3319         * src/summaryview.c: summary_set_header()
3320           src/address.c: address_parse_str()
3321           src/filter.c: filter_read_str()
3322           src/news.c: news_parse_xover()
3323           src/procheader.c: procheader_get_fromname()
3324           src/utils.c: subject_compare():
3325           replaced Xalloca() + strcpy() with Xstrdup_a().
3326         * src/inputdialog.[ch]: added combo mode.
3327           input_dialog_combo(): new.
3328         * src/prefs_common.[ch]: added MIME open command setting.
3329           prefs_common_{read, save}_config(): read / write command history.
3330         * src/mimeview.c: mimeview_open_with(): use combo input dialog.
3331         * src/utils.[ch]: add_history(): history list management function.
3332
3333 2001-11-04
3334
3335         * src/compose.c: select templates from the menu.
3336           compose_set_template_menu(): new.
3337           compose_reflect_prefs_all(): new.
3338           compose_template_apply(): new. Use dummy MsgInfo for parsing.
3339         * src/template.[ch]: store template list to the static heap.
3340           template_get_config(): new.
3341           template_set_config(): new.
3342         * src/prefs_template.c: don't store template list to the global area.
3343         * src/template_select.[ch]: removed.
3344         * src/quote_fmt_parse.y: check folderitem when quoting messages.
3345         * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
3346           (thanks to OSHIRO Naoki).
3347
3348 2001-11-03
3349
3350         * src/utils.[ch]: get_template_dir(): new.
3351         * src/template.c: use get_template_dir().
3352
3353 2001-11-02
3354
3355         * src/prefs_template.c: modified the dialog layout.
3356           Added symbol description button.
3357         * src/summaryview.c: show an arrow mark to the column of the sort
3358           target.
3359           summary_set_column_titles(): new.
3360         * INSTALL
3361           INSTALL.jp
3362           README
3363           README.jp
3364           TODO
3365           TODO.jp: updated the documents.
3366
3367 2001-11-02
3368
3369         * src/Makefile.am: add missing checkbox_{on, off}.xpm.
3370         * src/textview.c: textview_key_pressed()
3371           src/mimeview.c: mimeview_key_pressed()
3372           src/summaryview.c: summary_key_pressed(): delete messages with
3373           Delete key.
3374
3375 2001-11-01
3376
3377         * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
3378           when SSL_read() returned 0.
3379         * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
3380           of strings.
3381         * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
3382           Add prototype of yylex() to suppress the warning.
3383         * merged the template function.
3384         * src/prefs_template.[ch]
3385           src/template.[ch]
3386           src/template_select.[ch]: new.
3387           Renamed prefs_templates_* -> prefs_template_*.
3388         * src/compose.c: added template menu. Added replyinfo to Compose.
3389         * src/mainwindow.c: added template setting menu.
3390         * src/quote_fmt_lex.l: output literal tab and return as is.
3391         * src/prefs_common.c: changed the pref. name of quote format to
3392           'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
3393
3394 2001-10-31
3395
3396         * src/prefs_common.[ch]: added Quote tab, and moved the quote
3397           setting from Compose tab.
3398         * merged the new quote format parser.
3399         * src/quote_fmt_lex.h
3400           src/quote_fmt.h
3401           src/quote_fmt_lex.l
3402           src/quote_fmt_parse.y: new files for quote format parser.
3403         * configure.in: added checks for lex and yacc.
3404         * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
3405           removed.
3406           compose_quote_fmt(): new.
3407         * src/prefs_common.[ch]: added forward format setting to the
3408           Quote tab. Updated the quote description dialog.
3409         * src/quote_fmt_parse.y: fixed bugs that tried to read file even
3410           if they couldn't get text part.
3411
3412 2001-10-31
3413
3414         * src/pixmaps/checkbox_off.xpm
3415           src/pixmaps/checkbox_on.xpm: new.
3416         * src/account.c: display `get all' status with the checkbox pixmaps.
3417
3418 2001-10-30
3419
3420         * src/send.c: code cleanup. Pass account prefs structure instead
3421           of many arguments.
3422           Query password for SMTP AUTH if not specified (thanks to Mio).
3423
3424 2001-10-30
3425
3426         * src/procheader.c: procheader_parse(): fixed a bug that didn't
3427           parse multiple message-id in In-Reply-To: header correctly
3428           (thanks to KAJIWARA).
3429
3430 2001-10-29
3431
3432         * src/account.c: enabled 'Get all' setting by clicking the 'G'
3433           column of account list, and added some description.
3434         * src/prefs_common.c: prefs_send_create(): added a description
3435           for outgoing codeset.
3436
3437 2001-10-28
3438
3439         * src/prefs_account.[ch]: moved inbox entry to the receive tab,
3440           and added select button and short description.
3441         * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
3442         * src/procmime.c:
3443           procmime_get_mime_type_table()
3444           procmime_get_mime_type_list(): modified so that
3445           $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
3446           $(HOME)/.sylpheed/mime.types are read.
3447
3448 2001-10-27
3449
3450         * src/prefs_account.c: moved the address auto-setting to the compose
3451           tab.
3452           prefs_account_create(): removed gtk_widget_show_all() for proper
3453           window size.
3454         * src/prefs_common.c: changed "Program path" to "Command".
3455
3456 2001-10-26
3457
3458         * src/textview.c: textview_set_font(): support Russian charset
3459           on EUC-JP locale.
3460         * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
3461           bug on deleting.
3462         * prefs_account.c
3463           prefs_common.c
3464           prefs_summary_column.c: minor improvements to the English.
3465         * src/main.c: get_queued_message_num(): don't output the warning
3466           when queueing folder is not found.
3467
3468 2001-10-21
3469
3470         * version 0.6.4
3471
3472 2001-10-21
3473
3474         * src/prefs_summary_column.[ch]:
3475           made prefs_summary_column_get_config() public.
3476         * src/summaryview.c: summary_ctree_create(): some code cleanup.
3477         * configure.in: moved the position of SSL checking after LDAP
3478           for linking problem.
3479
3480 2001-10-21
3481
3482         * src/mainwindow.c
3483           src/summaryview.c: allowed reedit in the outbox.
3484         * src/prefs_summary_column.[ch]: new. UI for setting summary
3485           columns.
3486         * src/mainwindow.[ch]: main_window_set_summary_column(): new.
3487           It calls summary_set_column_order().
3488         * src/summaryview.[ch]:
3489           summary_ctree_create(): new. separated from summary_create().
3490           summary_set_column_order(): new. It destroys the current
3491           CTree and replaces it with the new one.
3492
3493 2001-10-19
3494
3495         * src/smtp.[ch]: smtp_from(): abort if auth failed.
3496         * changed C++-style comments into C-style in some files, and
3497           removed unnecessary commented out codes.
3498         * src/addrcache.[ch]
3499           src/addressbook.c
3500           src/addrindex.[ch]
3501           src/jpilot.[ch]
3502           src/syldap.[ch]: updated the addressbook code, and fixed the
3503           thread bug of LDAP.
3504         * src/ldif.[ch]
3505           src/importldif.[ch]: new.
3506
3507 2001-10-18
3508
3509         * src/about.c: added some items to compiled-in features.
3510         * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
3511         * src/addressbook.c: changed "V-Card" to "vCard".
3512           addressbook_edit_address_cb(): added
3513           invalidate_address_completion() to the point address is changed.
3514         * src/codeconv.c: changed C++-style comments into C-style.
3515
3516 2001-10-17
3517
3518         * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
3519
3520 2001-10-16
3521
3522         * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
3523           was clicked twice.
3524
3525 2001-10-16
3526
3527         * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
3528           threads.
3529         * src/summaryview.c:
3530           summary_thread_init(): separated from summary_thread_build(). 
3531           summary_thread_build(): removed the codes for initialization.
3532           summary_set_ctree_from_list(): call summary_thread_init() instead
3533           of summary_thread_build().
3534           summary_filter(): fixed a bug that didn't moved messages despite
3535           of immediate execution setting.
3536
3537 2001-10-14
3538
3539         * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
3540           reversed thread tree from message list.
3541         * src/summaryview.c: summary_set_ctree_from_list(): prepend the
3542           node to the head instead of appending to the tail. This prevents
3543           the traverse of node list inside of the GtkCTree, and considerably
3544           speeds up the summary display (the order is O(n^2) -> O(n)).
3545
3546 2001-10-12
3547
3548         * src/prefs_common.c
3549           src/summaryview.[ch]: initial modification for reorderable columns.
3550
3551 2001-10-12
3552
3553         * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
3554           memory leak.
3555         * src/folderview.c: folderview_button_pressed(): code cleanup, and
3556           turn sensitivity off if main window is locked.
3557         * src/syldap.c: syldap_read_data(): removed unnecessary and
3558           unportable sched_yield().
3559
3560 2001-10-11
3561
3562         * src/folderview.c: renamed "Update folder tree" context menu to
3563           "Rescan folder tree", and made "Update folder tree" only updates
3564           folder status.
3565           folderview_update_all_node(): don't show message dialog.
3566         * src/gtkutils.c: gtkut_widget_get_uposition()
3567           src/mainwindow.c: main_window_popup(): clip the coordinate to
3568           nonnegative value.
3569
3570 2001-10-10
3571
3572         * src/utils.c: to_human_readable(): made a bit of optimization.
3573         * src/summaryview.c: summary_delete(): fixed a focus problem.
3574           summary_find_{prev,next}_msg(): new. They find previous/next
3575           message that is not deleted.
3576         * src/prefs_filter.c: scroll CList automatically if moved row
3577           becomes not fully visible.
3578
3579 2001-10-09
3580
3581         * updated some autotool scripts.
3582         * src/codeconv.c: conv_encode_header(): fixed a bug that caused
3583           infinite loop when failed to convert encoding.
3584         * src/codeconv.[ch]: a fix for older version of libjconv
3585           (jconv_info_get_current_codeset() returned "EUCJP" instead of
3586           "EUC-JP").
3587
3588 2001-10-08
3589
3590         * version 0.6.3
3591
3592 2001-10-08
3593
3594         * src/compose.c: compose_write_to_file()
3595           src/codeconv.c: conv_codeset_strdup(): more workaround for
3596           libjconv problem on C locale.
3597         * src/editldap_basedn.c: fixed segfault when opening dialog.
3598         * src/utils.c: is_next_mbs()
3599           src/compose.c: compose_wrap_line(), compose_wrap_line_all():
3600           changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
3601         * configure.in: increased the reqired version of GPGME to 0.2.3.
3602         * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
3603           the receive dialog when POP3 server refused normal authentication.
3604
3605 2001-10-07
3606
3607         * src/prefs_common.c: prefs_receive_create(): correction to English.
3608         * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
3609           that didn't set the menu sensitivity correctly (thanks to
3610           Melvin Hadasht).
3611         * src/summaryview.c: delete messages permanently if the current
3612           folder is trash and 'delete' operation is executed.
3613           Fixed the bug that didn't select the last row correctly (thanks
3614           to Alfons Hoogervorst).
3615         * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
3616           all messages given in the list.
3617
3618 2001-10-05
3619
3620         * src/summaryview.c: summary_show(): fixed a bug that didn't show
3621           message even if the 'open unread message on entering folder'
3622           option was turned on.
3623
3624 2001-10-03
3625
3626         * src/procmime.c: procmime_get_text_content(): supported HTML.
3627
3628 2001-10-02
3629
3630         * src/summaryview.[ch]: implemented new locking mechanism, and
3631           replaced every static locks with summary_lock(), summary_unlock(),
3632           and added locks to some extra functions.
3633           This fixes a bug that caused segfault when 'd' (delete) key
3634           was kept pressing.
3635
3636 2001-10-01
3637
3638         * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
3639           that caused segfault (thanks to Stefaan A Eeckels).
3640
3641 2001-09-30
3642
3643         * src/textview.[ch]: added textview_set_position().
3644         * src/messageview.[ch]: added messageview_set_position().
3645         * src/addrbook.c
3646           src/addrcache.c
3647           src/addressadd.c
3648           src/addressbook.c
3649           src/addrindex.c
3650           src/addritem.c
3651           src/editaddress.c
3652           src/editbook.c
3653           src/editgroup.c
3654           src/editjpilot.c
3655           src/editldap.c
3656           src/editldap_basedn.c
3657           src/editvcard.c
3658           src/jpilot.c
3659           src/mgutils.c
3660           src/syldap.c
3661           src/vcard.c: converted C++-style comments into C-style one.
3662         * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
3663           new buffer and quote with double quotes if required.
3664           imap_status(), imap_cmd_login(), imap_cmd_list(),
3665           imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
3666           imap_cmd_copy(): use QUOTE_IF_REQUIRED().
3667         * compose.c: compose_write_to_file(): workaround for the problem
3668           when using libjconv and 8bit codes cannot be converted on C
3669           locale.
3670         * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
3671           conv_codeset_strdup(): don't convert if source and destination
3672           codeset are identical.
3673
3674 2001-09-30
3675
3676         * src/textview.[ch]: textview_search_string_backward(): new.
3677           Add the new member cur_pos to TextView.
3678           Connect button_press_event with gtk_signal_connect_after() to
3679           obtain the correct editable position.
3680
3681 2001-09-27
3682
3683         * src/folder.c: folder_write_list_recursive(): preserve unthreaded
3684           state.
3685
3686 2001-09-26
3687
3688         * src/summaryview.c: modified the layout of popup menu.
3689
3690 2001-09-25
3691
3692         * src/folder.c
3693           src/folder.h
3694           src/mainwindow.c
3695           src/summaryview.c: applied the patch from Alfons that allows
3696           threading setting for each folders (tnanks!).
3697
3698 2001-09-23
3699
3700         * src/message_search.[ch]: new. A Dialog for searching in current
3701           message.
3702         * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
3703           text in current position of GtkText and given wide-character
3704           string.
3705         * src/messageview.[ch]: messageview_search_string()
3706           src/textview.[ch]: textview_search_string(): return TRUE if
3707           found.
3708         * src/textview.[ch]: remember the beginning of body.
3709
3710 2001-09-21
3711
3712         * src/procmime.c: procmime_get_first_text_content(): modified so
3713           that it search entire MIME structure.
3714         * src/summary_search.c: summary_search_execute(): use
3715           strdup_mbstowcs() instead of macro. Display matched message.
3716
3717 2001-09-20
3718
3719         * src/inc.c: fix for background POP3 hangs and crashes (thanks to
3720           Sergey Vlasov).
3721         * src/summary_search.c: added body searching function.
3722         * src/procmime.[ch]: procmime_find_string(): changed arguments
3723           and return value. Added case sensitivity option.
3724
3725 2001-09-20
3726
3727         * src/procmime.[ch]:
3728           procmime_find_string()
3729           procmime_find_string_part(): new. It searchs the string from
3730           messages.
3731           Renamed procmime_get_text_part() to
3732           procmime_get_first_text_content().
3733           procmime_get_text_content(): new. It returns the text contents
3734           of the specified MIME part.
3735           procmime_mimeinfo_next(): new. It returns the next node of
3736           MimeInfo tree.
3737
3738 2001-09-19
3739
3740         * src/procmime.c: procmime_get_text_part(): modified so that it
3741           finds a text part in nested multipart message correctly.
3742         * src/procmime.h: added an example of MimeInfo structure.
3743         * src/mimeview.c: mimeview_show_message(): search the first text
3744           part.
3745
3746 2001-09-17
3747
3748         * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
3749           caused segfault. Changed 'Preferences per account...' menu item.
3750
3751 2001-09-17
3752
3753         * version 0.6.2
3754
3755 2001-09-16
3756
3757         * src/addrindex.c: translate the "Common address" and "Personal
3758           address" from old addressbook.
3759
3760 2001-09-12
3761
3762         * src/utils.c: get_quote_level(): some optimization and bugfixes.
3763         * src/codeconv.[ch]: conv_get_current_locale(): new.
3764         * src/editaddress.c: edit_person_page_basic(): reverse the order
3765           of first and last name on some locales.
3766
3767 2001-09-11
3768
3769         * src/compose.c: applied the patch from Yasumatsu that reformats
3770           the current paragraph (thanks!). Modified so that it doesn't
3771           reformat quoted paragraphs.
3772           compose_create(): don't fill the entry automatically on reedit
3773           mode.
3774         * src/mainwindow.c
3775           src/summaryview.[ch]: added the "Mark all read" option.
3776           summary_mark_all_read(): new.
3777
3778 2001-09-10
3779
3780         * src/vcard.c
3781           src/mgutils.c
3782           src/syldap.c
3783           src/editldap.c
3784           src/editldap_basedn.c
3785           src/jpilot.c
3786           src/editjpilot.c: removed all warnings.
3787         * configure.in
3788           src/jpilot.[ch]: fixed the problem that failed to detect JPilot
3789           header files on the Debian system.
3790         * src/mainwindow.c
3791           src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
3792           and color label. Enabled moving to next/prev flagged messages.
3793
3794 2001-09-09
3795
3796         * src/pixmaps/dir-close.xpm
3797           src/pixmaps/dir-open.xpm
3798           src/pixmaps/new.xpm
3799           src/pixmaps/unread.xpm: modified the color balance.
3800         * src/utils.[ch]: execute_sync(): new.
3801           execute_command_line(): added the arg for async mode.
3802         * src/inc.c: inc_mail(): use execute_command_line().
3803
3804 2001-09-08
3805
3806         * src/prefs.[ch]
3807           src/prefs_common.[ch]
3808           src/prefs_account.c: modified the layout. Added the option to
3809           launch the external editor automatically.
3810         * src/compose.c: launch the external editor automatically if the
3811           option is set.
3812
3813 2001-09-06
3814
3815         * src/Makefile.am: added extra xpm's.
3816
3817 2001-09-05
3818
3819         * src/addressbook.c: fixed a compilation problem when enabling
3820           LDAP.
3821           addressbook_open(): fixed a missing 'else'.
3822
3823 2001-09-04
3824
3825         * src/pixmaps/dir-close.xpm
3826           src/pixmaps/dir-open.xpm
3827           src/pixmaps/trash.xpm: replaced with the new blue icons.
3828         * merged Match Grun's new addressbook code.
3829         * src/pixmaps/address.xpm
3830           src/pixmaps/book.xpm
3831           src/pixmaps/category.xpm
3832           src/pixmaps/interface.xpm
3833           src/pixmaps/jpilot.xpm
3834           src/pixmaps/ldap.xpm
3835           src/pixmaps/vcard.xpm: new icons.
3836         * src/addrbook.[ch]
3837           src/addrcache.[ch]
3838           src/addressadd.[ch]
3839           src/addressitem.[ch]
3840           src/addrindex.[ch]
3841           src/addritem.[ch]
3842           src/editaddress.[ch]
3843           src/editbook.[ch]
3844           src/editgroup.[ch]
3845           src/editjpilot.[ch]
3846           src/editldap.[ch]
3847           src/editldap_basedn.[ch]
3848           src/editvcard.[ch]
3849           src/jpilot.[ch]
3850           src/mgutils.[ch]
3851           src/syldap.[ch]
3852           src/vcard.[ch]: new. Many fixes to remove the huge amount of
3853           warnings.
3854           addrbook_build_avail_email_vis(): fixed a memory leak.
3855
3856 2001-09-04
3857
3858         * NEWS: brought in the all of the changes previously put on the web.
3859
3860 2001-09-03
3861
3862         * src/mainwindow.c
3863           src/summaryview.c: modified the layout of menus.
3864         * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
3865           return a focus to the main window after selecting the account menu.
3866
3867 2001-09-03
3868
3869         * version 0.6.1
3870
3871 2001-09-03
3872
3873         * src/send.c: send_message_data(): fixed a bug that didn't process
3874           body part correctly.
3875
3876 2001-09-02
3877
3878         * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
3879           inc_mail(), inc_all_account_mail(): return immediately if locked.
3880         * src/account.c
3881           src/prefs_common.c
3882           src/prefs_account.c: use inc_lock() and inc_unlock() instead of
3883           inc_autocheck_timer_{remove,set}().
3884         * src/summaryview.c: summary_set_colorlabel_color(): get the average
3885           of label color and selected fg color for visibility.
3886
3887 2001-09-01
3888
3889         * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
3890           They increase/decrease the lock count.
3891           inc_autocheck_func(): if locked, delay the autochecking 1 second.
3892           inc_autocheck_timer_set_interval(): set interval by its argument.
3893         * src/summaryview.c: summary_show(): lock the autochecking while
3894           processing.
3895         * src/main.c: app_will_exit(): remove autocheck timer.
3896         * acconfig.h
3897           src/defs.h: removed the definitions of PACKAGE and VERSION to
3898           prevent unnecessary compilation.
3899         * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
3900           to AC_SUBST, and added src/version.h to AC_OUTPUT.
3901         * src/version.h.in: new.
3902         * src/intl.h: changed dgettext() to gettext().
3903
3904 2001-08-31
3905
3906         * po/ja.po: fixed a typo that crashed Sylpheed with older version
3907           of GTK+.
3908         * configure.in: fixed a bug that didn't show results correctly.
3909           Fixed a bug that --enable-compface and --enable-jconv disabled
3910           the options.
3911         * src/procmsg.c: procmsg_send_queue(): don't abort when sending
3912           message failed.
3913         * src/compose.c: compose_write_headers(): add Bcc: header to the
3914           output file.
3915         * src/send.c: send_message_data(): new. Separated from
3916           send_message_smtp(). Remove Bcc: header before sending.
3917
3918 2001-08-30
3919
3920         * version 0.6.0
3921
3922 2001-08-30
3923
3924         * src/send.c: implemented sending with local sendmail command.
3925           send_message_local(): new. It executes command with popen()
3926           and send the contents of RFC822 message to the command.
3927         * src/prefs_common.[ch]: enabled the external sending command option.
3928         * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
3929         * src/account.c: account_edit_create(): widened the protocol column.
3930         * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
3931           the code.
3932
3933 2001-08-30
3934
3935         * src/folder.c: folder_item_remove_msg(): scan the folder again
3936           if the last message is removed.
3937         * src/compose.c: compose_queue(), compose_draft_cb(): remove the
3938           old reedited message after adding the new message.
3939
3940 2001-08-29
3941
3942         * src/compose.c: compose_queue(): added AID: to the queueing header.
3943         * src/send.c: send_message_queue(): look for AID: header, and use
3944           the server specified in the account instead of SSV: header.
3945         * src/summaryview.c
3946           src/compose.[ch]: queued messages can be reedited now.
3947           compose_remove_reedit_target(): new. It removes the old reedited
3948           message.
3949           compose_send(), compose_queue(), compose_draft_cb(): if reedit
3950           mode, remove the old message.
3951         * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
3952           warning.
3953
3954 2001-08-28
3955
3956         * applied the XML string table patch from Alfons Hoogervorst that
3957           stores strings in a hash table and minimizes memory allocations
3958           (thanks!).
3959         * src/stringtable.[ch]: new.
3960           removed all G and g_ prefix from type and function names since
3961           they're not official GLib symbol names.
3962           string_table_insert_string(): fixed a bug that might refer to an
3963           invalid pointer on lookup, and also made a bit of optimization.
3964
3965 2001-08-27
3966
3967         * merged the color label feature from the claws branch (thanks to
3968           Satoshi Nagayasu and Alfons Hoogervoost).
3969         * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
3970           Renamed labelcolors_*() to colorlabel_*().
3971         * src/summaryview.[ch]: added color label support.
3972         * src/procmsg.h: added color label flags to the permanent flags.
3973         * updated to gettext 0.10.39.
3974         * src/summaryview.[ch]: put the color label menu item to ItemFactory.
3975         * sylpheed.desktop: added for GNOME.
3976         * configure.in: added AC_MSG_CHECKING() for some options.
3977           Output the configuration results when configure is finished.
3978
3979 2001-08-27
3980
3981         * src/account.c: account_clist_set_row(): fixed a bug that failed
3982           to compile if SSL was not enabled.
3983
3984 2001-08-26
3985
3986         * merged the SSL support from the claws branch (thanks to Christoph
3987           Hohmann).
3988         * src/ssl.[ch]: new.
3989         * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
3990           ssl_getline().
3991           sock_close(): call ssl_done_socket() if SSL is active.
3992         * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
3993           prevent type confliction.
3994         * src/prefs_account.[ch]: added SSL tab, and modified the expression.
3995         * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
3996           Removed SSL initialization and HELO from esmtp_starttls().
3997           esmtp_auth(): removed use_smtp_auth from its arguments.
3998         * src/send.c: send_smtp_open(): added SSL support.
3999         * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
4000
4001 2001-08-25
4002
4003         * src/mimeview.c: mimeview_open_with(): braced '%s' with single
4004           quote.
4005
4006 2001-08-24
4007
4008         * src/main.c: open new account dialog if no account is set.
4009         * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
4010           the verbosity count.
4011           log_print(): put to statusbar only if log_verbosity_count > 0.
4012           log_message(): put to statusbar.
4013         * src/inc.c: inc_pop3_session_do(): set log verbosity.
4014         * src/mainwindow.c: main_window_set_menu_sensitive(): added the
4015           "Compose new message" item.
4016           main_window_show_cur_account(): removed "Current account: " string.
4017         * src/summaryview.c: summary_show(): ignore the current marks if
4018           main window is locked.
4019         * src/compose.c: compose_attach_property(): fixed a bug that caused
4020           segmentation fault.
4021
4022 2001-08-23
4023
4024         * src/mainwindow.c: main_window_get_current_state(): new. It returns
4025           the current state for the sensitivity of UI.
4026           main_window_set_toolbar_sensitive(): use table like
4027           main_window_set_menu_sensitive().
4028
4029 2001-08-23
4030
4031         * src/mainwindow.[ch]: added progressbar and status label to the
4032           statusbar.
4033           main_window_close_cb(): don't exit if locked.
4034         * src/inc.c: update the progressbar of main window, too.
4035
4036 2001-08-22
4037
4038         * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
4039           the second argument, and determine the sensitivity with the
4040           state of summary view.
4041
4042 2001-08-21
4043
4044         * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
4045           pop3_delete_recv(): don't try to receive messages which are not
4046           exist.
4047
4048 2001-08-21
4049
4050         * src/mainwindow.c: main_window_lock(), main_window_unlock():
4051           removed the whole menubar locking.
4052           main_window_set_menu_sensitive(): process the sensitivity change
4053           with a table, and deal with locking.
4054
4055 2001-08-20
4056
4057         * src/summaryview.[ch]: summary_get_selection_type(): new.
4058           It returns the current selection state of summary view.
4059           summary_key_pressed(): abort on some commands if main window
4060           is locked.
4061         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
4062           increase/decrease the lock count.
4063
4064 2001-08-19
4065
4066         * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
4067           default header list.
4068         * src/prefs_common.[ch]: added the option for receive dialog mode
4069           to the Interface tab.
4070         * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
4071           transient, and show dialog only if the setting is
4072           RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
4073         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
4074           new. Lock / unlock the user-interface.
4075         * src/progressdialog.c: progress_dialog_create(): don't make the
4076           dialog modal.
4077
4078 2001-08-18
4079
4080         * src/folderview.c: folderview_update_node(): suppressed unnecessary
4081           recursive call.
4082         * src/menu.[ch]: menu_button_position(): new. It calculates the
4083           position of popup menu.
4084         * src/mainwindow.c: toolbar_account_button_pressed(),
4085           ac_label_button_pressed(): put the popup menu to the correct
4086           position. Change the style of the button while opening the menu.
4087           ac_menu_popup_closed(): new function called on selection_done
4088           event.
4089         * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
4090           node == NULL.
4091         * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
4092           (thanks!).
4093           Fixed the bug that didn't select previous message in refresh mode
4094           if threads were not expanded.
4095           summary_select_node(): new.
4096         * src/inc.c: applied the summary view update optimization patch from
4097           Sergey Vlasov (thanks!).
4098           If no new messages are received, don't perform summary refreshing.
4099           In addition to the Vlasov's patch, POP3 receive information is
4100           also used.
4101         * src/inc.h: added a new member cur_total_num to Pop3State.
4102         * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
4103
4104 2001-08-14
4105
4106         * version 0.5.3
4107
4108 2001-08-14
4109
4110         * src/summaryview.c: summary_set_row_marks(): got the color of
4111           unread row set properly.
4112         * src/folderview.c: foldreview_update_node(): don't use
4113           gtk_style_copy(), and reuse previously allocated styles.
4114         * README, README.jp: modified.
4115
4116 2001-08-14
4117
4118         * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
4119           memory corruption bug (thanks to David Looney).
4120         * src/inc.c: inc_all_account_mail(): call inc_finished() even if
4121           there are no enabled accounts, or local spool only.
4122         * src/summaryview.c: applied the summary update improvement patch
4123           from Sergey Vlasov (thanks!). It keeps the position of the
4124           message displayed. Selected and displayed message are also kept.
4125           summary_get_msgnum(): new.
4126           summary_get_current_msgnum(): removed.
4127           summary_select_by_msgnum(): don't display the message.
4128         * src/account.c: added "Get all" column.
4129           account_clist_set_row(): show default and get-all flags with the
4130           mark icon.
4131         * src/utils.c: to_human_readable(): increased the number of decimals
4132           of MB and GB to 2.
4133
4134 2001-08-13
4135
4136         * implemented the long-awaited :) "Add sender to address book" feature.
4137         * src/address.[ch]: added the argument for remarks to
4138           address_item_new().
4139           address_get_folder_list(): new. It traverses the address tree and
4140           returns the folder list.
4141           address_delete_object(): modified so that it removes the node
4142           from the tree.
4143         * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
4144           a address folder menu and attaches it to the menu item.
4145           addressbook_refresh(): reload the address book folder tree.
4146         * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
4147           the menu to add sender to address book.
4148           summary_button_pressed(): call summary_set_add_sender_menu()
4149           before popup the menu.
4150
4151 2001-08-12
4152
4153         * src/summaryview.c: summary_thread_build(): fixed a bug that locked
4154           up the process. Optimized the initial thread build.
4155
4156 2001-08-12
4157
4158         * src/summaryview.c: made many code cleanups.
4159           summary_show(): block/unblock the signal handlers instead of
4160           disconnect/connect them.
4161           summary_set_row_marks(): made the font of collapsed node bold if
4162           it has cnildren marked as unread.
4163           summary_thread_build(): block tree_expand signals while processing.
4164           Use loop instead of the recursive function. Mark collapsed nodes
4165           correctly.
4166           summary_unthread(): block tree_collapse signals while processing.
4167           Use loop instead of the recursive function.
4168           summary_thread_func(), summary_unthread_func(): removed.
4169           summary_tree_expanded(), summary_tree_collapsed(): new callback
4170           functions.
4171         * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
4172           failed to connect. Show more detailed status on the dialog.
4173
4174 2001-08-10
4175
4176         * src/folderview.c: folderview_update_all_node(): new. It updates
4177           all local folders.
4178         * src/inc.c: update all local folders after incorporation if
4179           scan_all_after_inc option is set.
4180         * src/prefs_common.[ch]: added scan_all_after_inc option.
4181         * src/folder.h: FOLDER_IS_LOCAL(): new macro.
4182
4183 2001-08-09
4184
4185         * src/defs.h
4186           src/headerview.c
4187           src/headerwindow.c
4188           src/textview.c
4189           src/prefs_common.c
4190           src/prefs_common.h: made bold and small font configurable.
4191           src/summaryview.c: display unread messages with bold font.
4192         * src/prefs_common.c
4193           src/prefs_common.h
4194           src/summaryview.c: added an option to enable/disable the
4195           emphasis of unread messages.
4196
4197 2001-08-08
4198
4199         * src/pixmaps/mark.xpm: modified.
4200         * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
4201         * src/summaryview.c: summary_set_ctree_from_list(): don't expand
4202           the root messages of threads for performance improvement.
4203           summary_show()
4204           summary_select_next_unread()
4205           summary_step(): expand threads when opening messages.
4206           summary_thread_build(): expand threads if the option is turned on.
4207         * src/prefs_common.[ch]: added "Expand threads" option.
4208
4209 2001-08-08
4210
4211         * src/prefs_common.c: removed "Emulate the behavior of mouse
4212           operation of Emacs-based mailer".
4213         * src/prefs_common.c
4214           src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
4215         * src/pixmaps/new.xpm
4216           src/pixmaps/unread.xpm: reverted.
4217
4218 2001-08-07
4219
4220         * src/address.[ch]:
4221           address_folder_new()
4222           address_group_new()
4223           address_item_new(): changed the return value to AddressObject.
4224           address_build_tree(): don't put assertion for file.
4225         * src/pixmaps/new.xpm
4226           src/pixmaps/unread.xpm: modified a bit.
4227
4228 2001-08-06
4229
4230         * src/addressbook.c: fixed some bugs.
4231
4232 2001-08-06
4233
4234         * separated the logic part of addressbook into another module
4235           (still in progress).
4236         * src/address.[ch]: new. It contains the logic part of addressbook.
4237         * src/addressbook.[ch]: removed the logic part.
4238
4239 2001-08-04
4240
4241         * src/textview.c: textview_show_header(): fixed a bug that a garbage
4242           character was shown after header names.
4243
4244 2001-08-02
4245
4246         * src/inc.c: inc_start(): don't abort with non-fatal error.
4247
4248 2001-08-01
4249
4250         * version 0.5.2
4251
4252 2001-08-01
4253
4254         * src/mimeview.c: mimeview_view_file(): added -x option to the
4255           metamail to prevent the suspention of the main process.
4256           mimeview_button_pressed(): deactivate `Open' menu item if
4257           content-type is application/octet-stream.
4258
4259 2001-07-31
4260
4261         * src/imap.c: imap_parse_atom(): parse escaped characters properly.
4262           get_quoted(): new. It handles the escape character '\'.
4263         * src/folder.c: folder_read_list(): don't output warning if
4264           folderlist.xml doesn't exist.
4265         * src/main.c: main(): write folder list after setup.
4266         * src/textview.c: textview_create()
4267           src/compose.c: compose_create(): set default tab width to 8.
4268
4269 2001-07-29
4270
4271         * src/prefs_common.c: date_format_select_row(): fixed a bug that
4272           caused segfault when selecting the list with key.
4273
4274 2001-07-28
4275
4276         * src/mainwindow.c: main_window_popup(): deiconize the window
4277           when popup (thanks to Henrik Carlqvist).
4278         * src/procmime.c: procmime_scan_mime_type(): new.
4279           procmime_scan_content_type(): use procmime_scan_mime_type().
4280           procmime_scan_mime_header(): scan the extension of attached files
4281           and add the correct MIME type if the Content-Type is
4282           "application/octet-stream" (thanks to Don Quijote).
4283         * src/compose.c: compose_toolbar_create(): added a new "Send later"
4284           icon (thanks to Leandro Pereira).
4285
4286 2001-07-27
4287
4288         * src/prefs_common.c: date_format_create(): modified the layout of
4289           the dialog.
4290
4291 2001-07-26
4292
4293         * src/account.c: account_find_from_address(): fixed a minor bug.
4294         * src/prefs_common.c: incorporated the user-interface for setting
4295           date format from the claws branch, and made some modification to
4296           that.
4297
4298 2001-07-25
4299
4300         * src/account.[ch]: account_edit_create(): modified the text of
4301           default button.
4302           account_find_from_address(): new.
4303         * src/procmime.c:
4304           procmime_scan_content_type(), procmime_scan_content_disposition():
4305           fixed ESC code detection.
4306         * src/compose.c: compose_reply(): automatically select account
4307           according to the message header.
4308         * src/prefs_common.[ch]: added member "reply_account_autosel".
4309
4310 2001-07-25
4311
4312         * src/progressdialog.c: made the CList scrollable.
4313         * src/inc.c: inc_start(): don't abort with non-fatal error.
4314
4315 2001-07-24
4316
4317         * added English Sylpheed User's Manual by Paul Kater
4318           (paul@nlpagan.net) (thanks!).
4319         * configure.in
4320           manual/Makefile.am
4321           src/mainwindow.c: added support for English manual.
4322         * manual/en/sylpheed*.html: added English documentation.
4323         * AUTHORS: updated.
4324
4325 2001-07-23
4326
4327         * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
4328           that didn't have any trailing messages.
4329         * src/smtp.c: smtp_ok(): ditto.
4330         * src/compose.c: compose_account_option_menu_create(): modified
4331           the style of the account option menu.
4332
4333 2001-07-22
4334
4335         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
4336           remove return code from strings automatically.
4337           prefs_custom_header_create(): added "X-Face" to the default
4338           option.
4339         * src/news.c: news_fetch_msg(), news_get_group_list()
4340           src/imap.c: imap_fetch_msg(): create the cache directory before
4341           writing.
4342         * src/procmime.c:
4343           procmime_scan_content_type()
4344           procmime_scan_content_disposition(): convert JIS into EUC-JP
4345           before parsing.
4346         * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
4347         * src/compose.c: don't append attachment headers if the attach
4348           pane is visible but the list is empty.
4349         * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
4350
4351 2001-07-18
4352
4353         * version 0.5.1
4354
4355 2001-07-18
4356
4357         * src/compose.c: compose_quote_parse_fmt()
4358           src/prefs_common.c: prefs_quote_description_create(): added the
4359           symbol `%c' that allows to include Cc in reply format (thanks
4360           to Cyril Bellot).
4361         * src/base64.[ch]
4362           src/procmime.c: procmime_decode_content(): applied the patch
4363           from Sergey Vlasov that allows to decode base64 data with
4364           unusual line length (not a multiple of 4) (thanks!).
4365
4366 2001-07-17
4367
4368         * src/procmsg.[ch]: separated the permanent flags and temporary
4369           flags into two variables, and made MsgFlags a structure that
4370           includes them.
4371           MSG_SET_PERM_FLAGS()
4372           MSG_SET_TMP_FLAGS()
4373           MSG_UNSET_PERM_FLAGS()
4374           MSG_UNSET_TMP_FLAGS(): new macros.
4375         * src/compose.c
4376           src/imap.c
4377           src/inc.c
4378           src/messageview.c
4379           src/mh.c
4380           src/news.c
4381           src/procheader.c
4382           src/summaryview.c: modified for the new MsgFlags.
4383         * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
4384           of hash table.
4385
4386 2001-07-16
4387
4388         * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
4389           display current size with human-readable format.
4390         * src/grouplistdialog.c: grouplist_recv_func(): ditto.
4391         * TODO
4392           TODO.jp: updated.
4393
4394 2001-07-16
4395
4396         * src/codeconv.c:
4397           conv_unmime_header(), conv_unmime_header_overwrite(): workaround
4398           for raw-JIS code in header fields.
4399         * src/folder.c:
4400           folder_get_default_folder()
4401           folder_get_default_inbox()
4402           folder_get_default_outbox()
4403           folder_get_default_draft()
4404           folder_get_default_queue()
4405           folder_get_default_trash(): fixed a bug that caused segfault
4406           if folder_list is NULL.
4407
4408 2001-07-15
4409
4410         * README
4411           README.jp
4412           INSTALL
4413           INSTALL.jp
4414           TODO
4415           TODO.jp: updated.
4416         * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
4417           while retrieving newsgroup list.
4418           grouplist_dialog_create(): added entry widget and status label.
4419           grouplist_recv_func(): new.
4420           refresh_clicked(): added exclusive lock variable.
4421           clist_selected(): set text entry when the CList is selected.
4422           renamed from group_clist_select().
4423           entry_activated(): new.
4424           grouplist_clear(): renamed from grouplist_free(). Also clears
4425           list and entry widget.
4426         * src/news.c: news_get_group_list(): sped up the list appending
4427           (g_slist_append() becomes very slow if list size is large).
4428         * src/defs.h: added UI_REFRESH_INTERVAL definition.
4429           Changed the definition of NEWSGROUP_LIST.
4430         * src/recv.c: recv_write()
4431           src/send.c: send_message_smtp(): changed the UI refresh interval
4432           to UI_REFRESH_INTERVAL (50msec).
4433         * src/account.c: account_add(): fixed a bug that didn't update
4434           folder tree when a news account was added.
4435         * src/grouplistdialog.c: made exclusive lock variable global, and
4436           lock at grouplist_dialog_set_list().
4437         * src/textview.c: fixed a bug that disabled clickable URI if
4438           message color was disabled.
4439
4440 2001-07-15
4441
4442         * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
4443           quit main loop if gtk_main_level() is 1.
4444           grouplist_dialog_set_list(): freeze CList while appending the list.
4445           grouplist_dialog(): show dialog before updating the list.
4446
4447 2001-07-14
4448
4449         * src/folder.c: folder_write_list_recursive(): add the attribute
4450           `collapsed' if a node have some children.
4451         * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
4452           the list.
4453         * src/news.[ch]:
4454           news_get_group_list(): new. It returns newsgroup list.
4455           news_remove_group_list(): new. It removes newsgroup list cache.
4456         * src/folderview.c: folderview_new_news_group_cb(): call
4457           grouplist_dialog() instead of input_dialog().
4458
4459 2001-07-12
4460
4461         * autogen.sh: modified.
4462         * src/folder.[ch]
4463           src/folderview.c: made expand/collapse state of folders persistent
4464           (thanks to Alfons).
4465
4466 2001-07-06
4467
4468         * version 0.5.0
4469
4470 2001-07-06
4471
4472         * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
4473           DELETE.
4474           imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
4475           according to the argument.
4476           imap_cmd_select(): use imap_cmd_do_select().
4477           imap_cmd_examine(): new.
4478         * src/folderview.c: folderview_rm_imap_folder_cb(): select current
4479           folder again when removing failed.
4480
4481 2001-07-05
4482
4483         * version 0.5.0pre4
4484
4485         * manual/ja/sylpheed.sgml
4486           manual/ja/*.html: updated the Japanese manual (thanks to Imai).
4487         * src/summaryview.c: summary_set_row_marks(): fixed a bug that
4488           didn't set foreground correctly.
4489         * src/folderview.h
4490           src/summaryview.h: removed the member color_normal from FolderView
4491           and SummaryView.
4492         * src/mainwindow.c: main_window_create(): removed color_normal.
4493
4494 2001-07-04
4495
4496         * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
4497           became specifiable.
4498         * src/imap.c: imap_session_get()
4499           src/news.c: news_session_new_for_folder(), news_session_get():
4500           use user-defined port number if specified.
4501
4502 2001-07-03
4503
4504         * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
4505           scanning.
4506           imap_scan_folder(): implemented. It updates the numbers of new,
4507           unread and total messages.
4508           imap_status(): new. It parses the response of STATUS command.
4509           imap_status_uidnext(): removed.
4510           imap_cmd_status(): removed.
4511         * src/textview.c: textview_show_part(): fixed potential memory leaks.
4512
4513 2001-07-03
4514
4515         * src/alertpanel.c: alertpanel_create(): fixed truncated message.
4516         * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
4517           of content-type (thanks to René Rebe for the patch).
4518         * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
4519           detection.
4520         * src/prefs_common.c: prefs_send_create(): made some more character
4521           sets specifiable when not using libjconv.
4522         * configure.in: disabled --enable-threads option temporarily.
4523         * INSTALL
4524           INSTALL.jp: deleted the description about --enable-threads option.
4525
4526 2001-07-02
4527
4528         * updated gettext to 0.10.38.
4529
4530 2001-07-01
4531
4532         * version 0.5.0pre3
4533
4534         * src/folderview.[ch]: folderview_set_all(): new.
4535         * src/account.c: account_add(): call folderview_set_all() after
4536           creating IMAP4 tree.
4537           account_edit_create(): account preferences dialog can be opened
4538           with double clicking of the list.
4539           account_selected(): new.
4540           account_clist_set(): made the CList focus set correctly.
4541
4542 2001-06-30
4543
4544         * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
4545           is not found.
4546           imap_scan_tree_recursive(): search the sub folders of INBOX.
4547           recognize Trash folder.
4548           imap_create_tree(): separated the part of creating trash.
4549           imap_create_trash(): new.
4550         * src/folder.c: folder_build_tree(), folder_write_list_recursive():
4551           preserve no_sub and no_select.
4552         * src/summaryview.c: summary_show(): don't proceed if item->no_select
4553           is TRUE.
4554
4555 2001-06-29
4556
4557         * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
4558           root folder correctly.
4559
4560 2001-06-28
4561
4562         * src/folderview.[ch]:
4563           folderview_update_tree(): new. It updates one folder tree.
4564           folderview_update_tree_cb(): new.
4565           Added "Update folder tree" to the popup menu, and modified some
4566           expressions.
4567
4568 2001-06-27
4569
4570         * src/imap.c: implemented the autoscan of IMAP4 folder list.
4571           imap_scan_tree(): new. It scans the whole IMAP4 folder.
4572           imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
4573           imap_parse_list(): new. It parses the LIST response.
4574           imap_get_real_path(): new. It converts local path into IMAP4 path.
4575         * src/folder.h: added no_sub and no_select to FolderItem.
4576         * src/folder.c: folder_tree_destroy(): reset some variables.
4577         * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
4578
4579 2001-06-26
4580
4581         * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
4582           parse the FETCH response that continues to the next line.
4583           imap_parse_fetch_element(): removed.
4584           imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
4585           imap_parse_envelope(), imap_get_uncached_messages(): use GString
4586           and sock_getline() to parse the FETCH response.
4587           imap_remove_all_msg(): fixed a bug that didn't delete messages
4588           correctly.
4589           imap_parse_address(): fixed a bug that didn't concaternate
4590           addresses correctly, using GString.
4591         * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
4592           the whole line and return the newly allocated string.
4593         * src/prefs_account.[ch]: added `IMAP server directory' entry.
4594
4595 2001-06-25
4596
4597         * version 0.5.0pre2
4598
4599         * src/imap.c: imap_create_tree(): pass the path that is separated
4600           by the local filesystem separator to imap_create_folder().
4601           imap_create_folder(): examine the existence of folders using
4602           LIST command instead of STATUS.
4603           imap_cmd_list(): new.
4604           imap_query_password(): new.
4605           imap_session_new(): query password if it is not set.
4606
4607 2001-06-24
4608
4609         * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
4610           with arbitrary order.
4611           imap_parse_fetch_element(): new. it parses one pair of name and
4612           value of FETCH results.
4613           imap_parse_flags(): modified for more flexibility.
4614         * src/utils.[ch]: set_log_file(): new. it opens a new file for
4615           logging.
4616           close_log_file(): new. it closes the opened log file.
4617           log_print(), log_message(), log_warning(), log_error(): also
4618           output to log file.
4619
4620 2001-06-22
4621
4622         * src/imap.c: imap_cmd_status(): check the pointer to "value"
4623           before the assignment (thanks to NISHIJIMA).
4624
4625 2001-06-21
4626
4627         * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
4628           across MH and IMAP4 folder (for now) (thanks to Hiramatu).
4629         * src/foldersel.[ch]: don't show folders which can't be targets
4630           for current folder.
4631
4632 2001-06-20
4633
4634         * version 0.5.0pre1
4635
4636         * src/imap.c:
4637           imap_get_msg_list()
4638           imap_cmd_envelope()
4639           imap_cmd_fetch()
4640           imap_cmd_copy()
4641           imap_cmd_store(): use UID instead of sequential number.
4642           Renamed imap_set_article_flags() to imap_set_message_flags().
4643         * src/summaryview.c: summary_execute(): don't update summary
4644           even if current folder is IMAP4.
4645         * src/utils.[ch]: remove_numbered_files(): changed the type of
4646           arguments from gint to guint.
4647
4648 2001-06-19
4649
4650         * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
4651           imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
4652           enclose with double quotation if string doesn't have space
4653           (workaround for old Cyrus IMAP4 server).
4654           imap_create_folder(): fixed a bug of separator substitution.
4655           renamed imap_session_connect_if_not() to imap_session_get().
4656           imap_get_msg_list(): delete all cached messages if use_cache
4657           is off.
4658           imap_delete_cached_messages(): remove cached files in between
4659           the specified range by reading directory entry.
4660           imap_parse_one_address(): set fromname same as the from address
4661           if it is empty.
4662         * src/utils.[ch]: remove_numbered_files(): new. The range is
4663           specifiable.
4664         * src/summaryview.c: summary_execute(): update summary if current
4665           folder is IMAP4.
4666           KEY_PRESS_EVENT_STOP(): new macro.
4667           summary_key_pressed(): stop signal emission when calling
4668           summary_execute().
4669           summary_select_by_msgnum(): show message only if
4670           msg_is_toggled_on is TRUE. Move current page to the selected
4671           node.
4672         * src/news.c; news_delete_old_articles(): remove cached files in
4673           between the specified range by reading directory entry.
4674         * src/folderview.c:
4675           folderview_selected(), folderview_button_released(): fixed a bug
4676           that didn't select folder correctly.
4677
4678 2001-06-18
4679
4680         * src/mainwindow.c
4681           src/summaryview.c
4682           src/prefs_common.c: improvements to the English (thanks to Paul
4683           Mangan).
4684         * src/mainwindow.c: compose_cb()
4685           src/summaryview.c: summary_key_pressed()
4686           src/compose.c: compose_new_with_recipient(): newsgroups entry
4687           is automatically filled when composing a new article.
4688
4689 2001-06-17
4690
4691         * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
4692           free list correctly.
4693
4694 2001-06-16
4695
4696         * version 0.4.99
4697
4698         * src/imap.c: imap_find_namespace(): replace namespace path
4699           separator with slash before comparison.
4700           imap_remove_folder(): use namespace.
4701           imap_create_tree(): use namespece when creating Trash.
4702           imap_get_msg_list(): fixed a bug that returned old list and caused
4703           memory leak if exists == 0.
4704           imap_select(): new. It's a wrapper for imap_cmd_select().
4705         * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
4706
4707 2001-06-15
4708
4709         * src/folderview.c:
4710           folderview_new_folder_cb()
4711           folderview_new_imap_folder_cb(): show error dialog when creation
4712           or deletion of folder failed.
4713           Made it allow users to create a folder which contains subfolders.
4714           folderview_button_pressed(): disabled delete menu on the special
4715           IMAP4 folder.
4716         * AUTHORS: incorporated from claws branch. It now contains all
4717           contributors.
4718         * src/send.c: enabled cancellation.
4719           EXIT_IF_CANCELLED(): new macro.
4720           Added cancelled flag to SendProgressDialog.
4721         * src/utils.[ch]: strtailchomp(): new. It removes the trailing
4722           specified character.
4723         * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
4724
4725 2001-06-15
4726
4727         * src/imap.c: imap_create_tree(): new. It creates required
4728           folders such as INBOX and Trash.
4729           imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
4730           if COPY failed.
4731           imap_remove_all_msg(): return immediately if exists == 0.
4732         * src/account.c: account_add(), account_set_missing_folder():
4733           made them use folder->create_tree().
4734
4735 2001-06-14
4736
4737         * src/imap.c: more namespace implementation.
4738           imap_find_namespace(), imap_path_separator_subst(): new.
4739
4740 2001-06-13
4741
4742         * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
4743
4744 2001-06-11
4745
4746         * src/summaryview.c: summary_show(): fixed a glitch in folder view.
4747
4748 2001-06-08
4749
4750         * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
4751           which appends file into IMAP4 folder.
4752           imap_status(): new.
4753           imap_create_folder(): check the existence of a folder before
4754           create it.
4755           renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
4756         * src/account.c: account_add(), account_set_missing_folder():
4757           create INBOX automatically when creating IMAP4 account.
4758
4759 2001-06-07
4760
4761         * src/utils.[ch]: added itos_buf() that takes the buffer for its
4762           argument.
4763         * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
4764         * src/folder.c: added copy_msg and copy_msgs_with_dest methods
4765           to the IMAP class.
4766
4767 2001-06-06
4768
4769         * src/utils.[ch]: move_file(): new.
4770         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
4771           use move_file(), and fixed a bug that didn't close file when
4772           error occured.
4773
4774 2001-06-06
4775
4776         * src/imap.c: renamed imap_delete_messages() and
4777           imap_delete_all_messages() to imap_delete_cached_messages() and
4778           imap_delete_all_cached_messages(). Some code cleanups.
4779         * src/utils.[ch]: added a function remove_all_numbered_files().
4780         * src/mh.c: mh_remove_all_msg()
4781           src/imap.c: imap_delete_all_cached_messages():
4782           use remove_all_numbered_files().
4783         * src/mainwindow.c
4784           src/summaryview.c
4785           src/compose.[ch]: added `Reply to sender'.
4786           compose_reply()
4787           compose_reply_set_entry(): added an argument `ignore_replyto'.
4788
4789 2001-06-05
4790
4791         * src/folderview.c: folderview_selected()
4792           src/summaryview.c: summary_show(): fixed a bug that updated wrong
4793           folder when remaining marks were processed.
4794
4795 2001-06-04
4796
4797         * src/headerwindow.c: headerwindow_show_cb(): always try to show
4798           msginfo, and use the selected message, not the displayed one.
4799         * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
4800
4801 2001-06-02
4802
4803         * src/folderview.c: folderview_selected()
4804           src/mimeview.c: mimeview_selected(): ungrab the mouse event.
4805         * src/summaryview.c: summary_show(): process the left marks if any.
4806
4807 2001-05-27
4808
4809         * src/passphrase.c: enclosed with #if USE_GPGME.
4810         * src/prefs_account.c: added NNTP AUTH check button.
4811         * src/alertpanel.[ch]: alertpanel_create(): added new argument
4812           `can_disable', all existing callers changed to pass FALSE;
4813           created a check button to disable the message.
4814           alertpanel_message_with_disable(): new.
4815           alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
4816           alertpanel_button_toggled(): new.
4817           alertpanel_button_clicked(), alertpanel_close(): set value using
4818           G_ALERT_VALUE_MASK.
4819         * src/prefs_common.[ch]: added option to toggle GnuPG signature
4820           check popup window, and GnuPG warning.
4821         * src/rfc2015.c: check_signature(): show signature check dialog
4822           only if it is enabled.
4823         * src/main.c: modified GnuPG checking.
4824         * src/main.c
4825           src/prefs_common.c: fixed some compilation bugs when enabled
4826           GPGME.
4827
4828 2001-05-26
4829
4830         * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
4831           encodings with libjconv.
4832           conv_encode_header(): fixed an endless loop bug when encountering
4833           an invalid wide character (thanks to Alte).
4834         * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
4835           bold font.
4836         * src/imap.c: imap_create_folder(): don't create folder if the
4837           name is INBOX.
4838         * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
4839           execute button when immediate execution is enabled.
4840
4841 2001-05-22
4842
4843         * README
4844           README.jp: added the "How to run" section.
4845
4846 2001-05-19
4847
4848         * merged NNTP AUTH from the claws branch.
4849         * src/news.[ch]: supported NNTP AUTH.
4850         * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
4851         * INSTALL
4852           INSTALL.jp: modified the confirmation list and the warning about
4853           threads.
4854
4855 2001-05-18
4856
4857         * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
4858           gtkut_ctree_find_collapsed_parent().
4859         * src/folderview.c: folderview_select_node(): automatically expand
4860           the parent folders when selected.
4861         * configure.in: made the version number to 0.4.99 (0.5pre)
4862         * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
4863           so that X is not necessary for --help and --version.
4864           parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
4865         * src/folderview.c: folderview_update_node(): a fix for collapsed
4866           nodes.
4867
4868 2001-05-17
4869
4870         * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
4871           It caused garbages in --compose option.
4872         * src/socket.[ch]: made fd_gets() public.
4873
4874 2001-05-16
4875
4876         * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
4877         * src/folderview.c: folderview_find_next_unread(): new.
4878           folderview_select_next_unread(): modified so that it can find
4879           the hidden folder.
4880
4881 2001-05-15
4882
4883         * src/compose.c: compose_write_headers(): excluded also From, To,
4884           Sender because they could be used for SPAM.
4885         * src/folderview.c: add '+' mark to the collapsed folder that have
4886           some unread folders.
4887           folderview_search_new_recursive(),
4888           folderview_have_new_children(),
4889           folderview_search_unread_recursive(),
4890           folderview_have_unread_children(),
4891           folderview_find_collapsed_parent(): new.
4892           folderview_update_node(): display the number of queued messages.
4893
4894 2001-05-14
4895
4896         * src/folder.[ch]
4897           src/mh.[ch]: modified *_add_msg() to use link(). Added the
4898           argument to switch whether to remove the source file or not.
4899         * src/compose.c
4900           src/inc.c
4901           src/mbox.c: modified the argument of folder_item_add_msg() and
4902           removed some unlink()'s.
4903
4904 2001-05-13
4905
4906         * src/prefs_customheader.[ch]: renamed prefs_headers_* to
4907           prefs_custom_header_*. Removed `(New)' row and `Substitute'
4908           button. Supported empty value.
4909           prefs_custom_header_row_moved(): new. Connected "row_move" signal
4910           to the function, and made it set header list.
4911         * src/customheader.c: custom_header_get_str()
4912           src/compose.c: compose_write_headers(): supported empty value.
4913         * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
4914           Connected "row_move" signal to the function, and made it set
4915           header list.
4916         * src/compose.c: compose_write_headers(): modified the order of
4917           headers, and made it encode the custom headers.
4918         * src/prefs_customheader.c: prefs_custom_header_delete_cb()
4919           src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
4920           alert panel by ESC as "No".
4921
4922 2001-05-13
4923
4924         * merged the custom header stuff from claws branch:
4925         * src/customheader.[ch]
4926           src/prefs_customheader.[ch]: new.
4927         * src/customheader.c: custom_header_read_str(): use strtol() instead
4928           of atoi() and check errors.
4929           custom_header_find(): new function.
4930         * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
4931           compose_write_headers(): made it replace headers with user-defined
4932           headers except for some automatically generated headers.
4933
4934 2001-05-11
4935
4936         * src/inc.c: connection_check_cb(): fixed a bug that caused
4937           segmentation fault if connection was not established.
4938         * src/compose.c: compose_create(): even if set_autobcc or set
4939           autoreplyto is checked and the entries are empty, show them.
4940
4941 2001-05-10
4942
4943         * src/textview.c: textview_show_mime_part(): modified the messages.
4944           TEXT_INSERT(): new macro.
4945         * po/ja.po: fixed.
4946         * src/prefs_display_header.c: prefs_display_header_create():
4947           modified the text of checkbutton.
4948
4949 2001-05-09
4950
4951         * src/mimeview.c: added "Open with..." to the context menu.
4952         * src/summaryview.c: summary_print()
4953           src/inputdialog.c: input_dialog(): fixed memory leaks.
4954         * src/textview.c: textview_show_mime_part(): updated the description.
4955         * src/send.c: implemented sending progress dialog.
4956           (TODO: automaton should be used.)
4957           send_progress_dialog_create(), send_progress_dialog_destroy(),
4958           send_cancel(): new.
4959           send_message_smtp(): made it update the dialog for each stage.
4960         * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
4961           of opened file.
4962         * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
4963           go to first unread message even if folder is same as previous.
4964         * src/prefs_common.c: made color selection dialog transient, and
4965           made escape key close the dialogs.
4966
4967 2001-05-08
4968
4969         * version 0.4.66
4970
4971         * src/select-keys.c: delete_event_cb(): removed `;' from its end.
4972         * src/recv.c: recv_write(): changed the interval to 10msec.
4973         * src/prefs_display_header.c: modified the layout of the dialog,
4974           and made the hidden headers list insensitive when `Show other
4975           headers' is not checked.
4976         * src/textview.c: changed strcasecmp() and strncasecmp() to
4977           the corresponding glib functions.
4978         * src/inc.c: get_spool(): make a temporary file in the home
4979           directory.
4980
4981 2001-05-07
4982
4983         * src/prefs_common.c
4984           src/prefs_account.c
4985           src/prefs_filter.c
4986           src/account.c
4987           src/alertpanel.c
4988           src/filesel.c
4989           src/foldersel.c
4990           src/export.c
4991           src/import.c
4992           src/inputdialog.c
4993           src/passphrase.c
4994           src/select-keys.c
4995           src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
4996           when closed them with delete_event (thanks to DINH).
4997           Added *_deleted() and *delete_event() which handle delete_event
4998           signal correctly.
4999
5000 2001-05-06
5001
5002         * src/prefs_display_header.c: merged some changes from claws branch:
5003           prefs_display_header_create(): allow reordering of headers by
5004           dragging.
5005           prefs_display_header_find_header(): new function.
5006           prefs_display_header_clist_set_row(): don't allow duplicates.
5007         * src/prefs_account.c: prefs_account_receive_create(): changed
5008           the label of the check button.
5009
5010 2001-05-05
5011
5012         * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
5013           immediately.
5014         * src/inc.h: removed cur_msg_bytes from Pop3State.
5015         * src/inc.c: pop3_recv_func()
5016           src/recv.[ch]: made the second arguments of RecvUIFunc current
5017           total read bytes.
5018           recv_write(): made it call UI func if elapsed time is greater
5019           than 0.1 sec.
5020         * src/recv.c: recv_write(): changed the interval to 300 usec.
5021         * src/textview.c: textview_show_header(): if header is Subject,
5022           unfold it.
5023         * src/utils.[ch]: unfold_line(): new.
5024         * src/procheader.[ch]: procheader_get_header_array(): new.
5025         * src/prefs_display_header.c: updated defaults.
5026
5027 2001-05-05
5028
5029         * some merge from the sylpheed-claws branch.
5030           It allows user to specify displayed headers in message view.
5031           (symbol names were also changed.)
5032         * src/prefs_display_header.[ch]
5033           src/displayheader.[ch]: new.
5034         * src/prefs_display_header.c:
5035           removed prefs_display_headers_other_headers_toggled().
5036           removed "(New)" row from the list.
5037         * src/defs.h: added DISPLAY_HEADER_RC.
5038         * src/prefs_common.c: prefs_message_create(): added a button for
5039           opening the display header setting dialog.
5040         * src/prefs_common.h: added show_other_header and disphdr_list
5041           to PrefsCommon.
5042         * src/procheader.[ch]: procheader_get_header_list_from_file(),
5043           procheader_get_header_array_asis(): new.
5044           procheader_get_header_list(): modified so that it takes FILE
5045           pointer for its argument.
5046           procheader_header_array_destroy(), procheader_header_free(): new.
5047         * src/main.c: main(): made it call prefs_display_header_*_config().
5048         * src/textview.c: textview_scan_header(): modified so that it
5049           sorts headers according to user setting.
5050           src/textview_show_header(): made it call
5051           textview_make_clickable_parts().
5052           textview_make_clickable_parts(): added GdkFont to its arguments,
5053           and removed GtkText from them.
5054
5055 2001-05-04
5056
5057         * implemented auto-checking of new mail based on the patch from
5058           Pierric Descamps (thanks!).
5059         * src/inc.c: added inc_autocheck_timer_init(),
5060           inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
5061           inc_autocheck_func() for auto-checking of new mail.
5062         * src/main.c: main(): call inc_autocheck_timer_init().
5063         * src/prefs_common.c: prefs_receive_create(): activated the
5064           auto-checking UI. Added prefs_common_cancel(), and connected
5065           some signals to that.
5066         * src/prefs_common.c
5067           src/prefs_account.c
5068           src/prefs_filter.c
5069           src/account.c: Disabled auto-checking while opening the dialog.
5070         * src/headerview.c: headerview_show_xface(): fixed a bug that
5071           showed a warning when header pane was hidden.
5072
5073 2001-05-03
5074
5075         * src/inc.c
5076           src/pop.c
5077           src/recv.c: removed non-blocking socket mode support since it
5078           does nothing.
5079         * src/pop.c
5080           src/inc.c: modified the messages of incorporation dialog.
5081
5082 2001-05-02
5083
5084         * src/utils.h: made u32 the typedef of guint32.
5085           added BIG_ENDIAN_HOST macro that is used by md5.c.
5086         * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
5087           that didn't calculate MD5 correctly on big endian machines.
5088
5089 2001-05-01
5090
5091         * version 0.4.65
5092
5093         * src/folder.c: folder_init(): added the method imap_remove_folder.
5094         * src/folderview.c: folderview_rm_imap_folder_cb(): made it
5095           actually remove folder from IMAP4 server.
5096         * src/imap.[ch]: imap_create_folder(): made it actually create
5097           folder on IMAP4 server.
5098           imap_remove_folder(): added.
5099           imap_create(), imap_delete(): added.
5100         * src/summaryview.c: summary_execute_delete(): don't check trash
5101           if folder type is not F_MH.
5102         * thanks to Ishihara for the above changes.
5103         * configure.in
5104           ac/check-type.m4: better wint_t typedef detection (renamed
5105           sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
5106
5107 2001-04-30
5108
5109         * src/recv.c: recv_bytes_write(): fixed another bug that caused
5110           infinite loop and buffer overrun.
5111
5112 2001-04-30
5113
5114         * src/socket.[ch]: renamed sock_read() and fd_read() to
5115           sock_gets() and fd_gets() for preventing confusion.
5116           Added sock_read() and fd_read() which is the wrapper of read().
5117         * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
5118           loop. Use sock_read() instead of fd_read().
5119         * src/esmtp.c
5120           src/imap.c
5121           src/news.c
5122           src/nntp.c
5123           src/pop.c
5124           src/recv.c
5125           src/smtp.c: use sock_gets() instead of sock_read().
5126         * src/imap.c: imap_session_new(): fixed the error detection
5127           of imap_open().
5128
5129 2001-04-28
5130
5131         * src/inc.c: made it displays current read bytes to the dialog.
5132         * src/pop.c: recv_write(): call UI function before editing
5133           strings.
5134
5135 2001-04-27
5136
5137         * src/progressdialog.c: progress_dialog_create(): modified the
5138           size of dialog and made it stretchable.
5139         * src/smtp.c
5140           src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
5141           process an error response correctly (thanks to Ohmasa).
5142         * src/pop.[ch]: added pop3_getsize_list_send(),
5143           pop3_getsize_list_recv().
5144         * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
5145           call the callback function for each sock_read().
5146         * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
5147           cur_msg_bytes, cur_total_bytes, and sizes.
5148         * src/inc.c: added inc_pop3_recv_func() that updates the progress
5149           bar for each sock_read().
5150
5151 2001-04-26
5152
5153         * src/mh.c: mh_is_maildir_one(): modified so that it uses
5154           is_dir_exist().
5155
5156 2001-04-25  Werner Koch  <wk@gnupg.org>
5157
5158         * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
5159         (mh_scan_tree_recursive): Do not include Maildir style directories
5160         in the scan.
5161
5162         Changed the use of integers to describe sockets by an more abstract
5163         data structure.
5164
5165         * src/automaton.h (struct _Automaton): Add help_sock.
5166         * src/automaton.c (automaton_input_cb): Changed source to be
5167         SockInfo and use wrapper for gdk_input_add.
5168
5169         * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
5170         for invalid socket because this is now done in sock_close. Set
5171         sock to NULL.
5172         (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
5173         (send_smtp_open): Use only SockInfo.
5174
5175         * src/news.c (news_session_new): Use SockInfo here.
5176         (news_session_destroy): Ditto and set sock to NULL.
5177
5178         * src/nntp.c: Use SockInfo instead of integers
5179         * src/smtp.c: Ditto.
5180         * src/pop.c: Ditto.
5181         * src/recv.c: Ditto.
5182
5183         * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
5184         gdk_input_add into a wrapper.
5185
5186         * src/esmtp.c: Changed socket descriptors to use SockInfo.
5187         * src/esmtp.h: Ditto, included socket.h.
5188         * src/session.h (struct _Session): Likewise.
5189         * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
5190         Removed access to internal data of SockInfo.  Changed all callers
5191         and functions to take SockInfo.
5192         (imap_session_new): Use sock_close here.
5193         (imap_session_destroy): Ditto.
5194
5195         * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
5196         fd_write.
5197
5198         * src/main.c (app_will_exit): Close lock socket using fd_close.
5199         (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
5200         (lock_socket_input_cb): Ditto.
5201
5202         * src/socket.h, src/socket.c: Prepared SockInfo structure to use
5203         glib channels. Changed all sock_xxx to use SockInfo instead of an
5204         integer.
5205         (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
5206         (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
5207         callers.
5208         (fd_read, fd_write, fd_close): New.
5209         (sock_sockinfo_free): Removed.
5210         * src/socket.c (sock_connect_nb): Use close instead sock_close here.
5211         (sock_connect): Ditto.
5212
5213 2001-04-26
5214
5215         * config.h.in: removed.
5216         * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
5217         * .cvsignore: added.
5218         * src/inc.c
5219           src/progressdialog.[ch]
5220           src/pixmaps/complete.xpm
5221           src/pixmaps/continue.xpm
5222           src/pixmaps/error.xpm: applied the patch from Leandro Pereira
5223           that displays the state of message incorporation (thanks!).
5224         * src/inc.c: made the progress dialog change the text of status.
5225
5226 2001-04-25
5227
5228         * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
5229           from the cvs tree.
5230         * COPYING: removed RSA copyright notice.
5231         * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
5232         * configure.in: added the check of sys/utsname.h.
5233
5234 2001-04-24  Werner Koch  <wk@gnupg.org>
5235
5236         Merged most of the changes from the W32 branch in.
5237
5238         * configure.in: Require gpgme >= 0.2.1
5239
5240         * acconfig.h (HAVE_U32_TYPEDEF): New.
5241         * ac/gnupg-check-typedef.m4: New.
5242         * configure.in: Check for u32 type and the size of some types.
5243         * src/utils.h: Define the u32 type and related constants.
5244
5245         * src/about.c (about_create): Removed the note about MD5.  We are
5246         not any longer using the RSA Inc. implementation.
5247         * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
5248         * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
5249         renamed the function to standard lowercase convention. Changed all
5250         callers. 
5251         (md5_hex_digest): New.
5252         (md5_hmac): Add hmac function by Martin Schaaf with some 
5253         modifications.
5254         (md5_hex_hmac): New.
5255         * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
5256         (hmac_md5): Removed.
5257         * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
5258         the new md5_hex_digest function.
5259
5260         * src/about.c: Include utsname.h only if available
5261
5262         * src/utils.c, src/utils.h (get_home_dir): New to better cope with
5263         special Windoze requirements.  Changed all calls to
5264         g_get_home_dir() to this function.
5265
5266         * simple-gettext.c: New.
5267
5268         * src/main.c (main): Issue a warning if GnuPG is not properly
5269         installed.
5270
5271         * src/sigstatus.c, src/sigstatus.h: New.
5272         * src/rfc2015.c (check_signature): Use the sigstatus window and
5273         get the status texts from a utility function.
5274
5275         * src/select-keys.c: Removed the global select_keys var and
5276         pass an allocated one along all functions.
5277         (set_row): Display only keys capable of encryption.
5278         (update_progress): Replaced the progressbar by
5279         a windmill and a text showing for which key we are collecting
5280         info.  Removed progressbar everywhere else and updated callers.
5281
5282         * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
5283         display the grab button. 
5284
5285 2001-04-24
5286
5287         * src/prefs_common.[ch]
5288           src/procheader.c: applied the patch from Darko Koruga that
5289           allows user to define their own format for displaying date in
5290           summary view using strftime() (thanks!).
5291         * src/prefs_common.c: prefs_quote_colors_dialog()
5292           src/mainwindow.c: main_window_reflect_prefs_all(): made it
5293           update message colors if the colors setting is changed.
5294         * src/main.[ch]: made it remember the startup directory.
5295         * src/export.c: export_mbox(): made it initially chdir to the
5296           startup directory.
5297         * src/filesel.c: filesel_select_file(): made it open the startup
5298           directory at first.
5299
5300 2001-04-23
5301
5302         * added option to warn about queued messages on exit [sergey]:
5303
5304           * src/compose.c: compose_queue(): call folder_item_scan()
5305             and folderview_update_item() after queueing.
5306           * src/folderview.c: folderview_update_node(): draw the queue
5307             folder in bold font if there are queued messages.
5308           * src/mainwindow.c: queued_messages(): new function.
5309             app_exit_cb(): display warning if there are queued messages
5310             if warn_queued_on_exit is set.
5311           * prefs_common.[ch]: add warn_queued_on_exit option.
5312
5313         * src/mainwindow.c: moved queued_messages() to main.c, and renamed
5314           it to get_queued_message_num().
5315         * src/main.c: app_will_exit(): moved warning dialog code from
5316           app_exit_cb(), and added manage_window_focus_in().
5317
5318         * enhanced GnuPG key selection support [sergey]:
5319
5320           * src/select-keys.c: updated to newer version from Win32
5321             branch with support for selecting arbitrary keys.
5322           * src/prefs_account.c: added the Privacy tab to the account
5323             options window.
5324             prefs_account_privacy_create(),
5325             prefs_account_sign_key_set_data_from_radiobtn(),
5326             prefs_account_sign_key_set_radiobtn(): new functions.
5327           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
5328           * src/rfc2015.c: set_signers(): new function.
5329             pgp_sign(): add the account parameter, call set_signers().
5330             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
5331           * src/rfc2015.h: rfc2015_sign(): updated prototype.
5332           * src/compose.c: pass the current account to rfc2015_sign().
5333
5334 2001-04-22
5335
5336         * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
5337
5338 2001-04-20
5339
5340         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
5341           Fixed a memory leak bug.
5342         * src/export.[ch]: added for exporting folder to mbox.
5343         * src/import.[ch]: made import_mbox() take default folder.
5344           Added description to the dialog.
5345         * src/summaryview.c: summary_show(): fixed a bug that kept the
5346           toolbar buttons insensitive after receiving messages.
5347         * src/export.c
5348           src/import.c: fixed a bug that caused quitting of the program
5349           when OK or Cancel button was clicked several time.
5350         * src/prefs_common.[ch]
5351           src/addressbook.c: added "Add address to destination when
5352           double-clicked" option.
5353
5354 2001-04-19
5355
5356         * src/prefs_common.[ch]: reorganized the items of settings,
5357           and added Message tab.
5358         * src/main.c: parse_cmd_opt(): added command line option --version.
5359         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
5360           special folders.
5361         * src/prefs_common.[ch]
5362           src/headerview.[ch]: the header pane can be toggled now.
5363         * src/prefs_common.[ch]
5364           src/textview.c: page scroll step is now selectable between
5365           one page and half page.
5366         * src/mbox.[ch]: added export_mbox() that reads all messages
5367           in a folder, and store them into one mbox file.
5368
5369 2001-04-18
5370
5371         * src/prefs_filter.[ch]: separated filter setting code from
5372           prefs_common.c, and made it a separate dialog.
5373
5374 2001-04-17
5375
5376         * version 0.4.64
5377
5378         * src/automaton.[ch]
5379           src/inc.c: fixed the bug that made Sylpheed crash when clicking
5380           Cancel button while getting new mail (thanks to Sergey Vlasov).
5381         * src/xml.c: xml_build_tree()
5382           src/addressbook.c: fixed a bug that caused infinite loop if an
5383           illegal XML file was given.
5384
5385 2001-04-16
5386
5387         * src/summaryview.c
5388           src/inc.c: applied the patch from Sergey Vlasov that fixes the
5389           problem when the "Go to inbox after receiving new mail" option
5390           was turned off (thanks!).
5391
5392 2001-04-15
5393
5394         * src/xml.[ch]: modified so that it supports some characters which
5395           must be escaped, and multiple-lined tag.
5396         * src/folder.c
5397           src/addressbook.c: modified so that it escapes some characters
5398           like '<', '>', '&', ''', '"'.
5399
5400 2001-04-10
5401
5402         * version 0.4.63
5403
5404         * src/folder.[ch]
5405           src/mainwindow.c
5406           src/mh.[ch]
5407           src/procmsg.[ch]
5408           src/summaryview.[ch]: applied the patch from Darko Koruga that
5409           adds copy message operation for the MH folders (thanks!).
5410         * src/imap.c: disabled slash to dot conversion.
5411         * src/imageview.c: fixed a bug that displayed an old image when
5412           loading of a image failed (thanks to Darko Koruga).
5413
5414 2001-04-09
5415
5416         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
5417           cache reading (thanks to Sergey Vlasov).
5418         * src/inc.c
5419           src/summaryview.[ch]
5420           prefs_common.[ch]: applied the patch that keeps the same folder
5421           after receiving new mail (thanks to Sergey Vlasov).
5422         * src/textview.c
5423           src/utils.[ch]: moved get_quote_level() to utils.c.
5424
5425 2001-04-08
5426
5427         * ac/Makefile.am: added.
5428         * Makefile.am
5429           configure.in: added ac directory.
5430
5431 2001-04-07
5432
5433         * src/summaryview.c: summary_filter(): made it move messages
5434           immediately if immediate_exec option is set.
5435         * src/prefs_common.[ch]
5436           src/textview.[ch]
5437           src/gtkutils.[ch]: applied the message coloring patch from
5438           Stephen Anthony with some modification (thanks!).
5439         * src/gtksctree.c
5440           src/mimeview.c: modified the behavior of MimeView (thanks to
5441           HIRAMATSU).
5442
5443 2001-04-06
5444
5445         * src/utils.c: copy_file()
5446           src/mh.c: applied (and modified) the patch from Darko Koruga
5447           that enables to move messages across file systems (thanks!).
5448         * src/procheader.c
5449           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
5450           that converts the date of messages to the local time (thanks!).
5451         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
5452           of one-letter timezone were reversed.
5453         * src/folder.c: folder_item_add_msg(): put the assertion for the
5454           add_msg() method (thanks to TAKANO).
5455
5456 2001-04-05
5457
5458         * src/procmime.c: procmime_decode_content(): fixed a bug that
5459           corrupted quoted-printable encoded messages when they include
5460           `=00' (thanks to Masahiro Tomita).
5461         * src/gtksctree.c
5462           src/mimeview.c
5463           src/summaryview.c: modified the DnD behavior of MIME view
5464           (thanks to HIRAMATSU).
5465
5466 2001-04-04
5467
5468         * src/about.c: applied the patch from Sergey Vlasov that fixes
5469           the appearance of the about dialog (thanks!).
5470         * src/prefs_common.[ch]
5471           src/rfc2015.[ch]
5472           src/mimeview.c
5473           src/procmime.[ch]
5474           src/compose.[ch]
5475           src/passphrase.c
5476           src/textview.[ch]: applied the GnuPG support patch which had
5477           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
5478         * INSTALL, INSTALL.jp: updated the description about GnuPG.
5479
5480 2001-04-03
5481
5482         * src/utils.[ch]: added references_list_append() that parses
5483           References header and makes it string list.
5484         * src/compose.c: modified so that too long References header is
5485           truncated, garbage characters are removed, and header is tidied
5486           up (thanks to Matthias Intemann).
5487
5488 2001-04-02
5489
5490         * src/addr_compl.c: applied the address completion bugfix patch
5491           from Alfons Hoogervorst (thanks!).
5492
5493 2001-04-01
5494
5495         * src/gtksctree.c: modified so that the tree_select_row signal
5496           actually pass the column number.
5497         * src/summaryview.c: summary_selected(): made generic mark and
5498           unread mark can be toggled with clicking of the columns.
5499           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
5500         * src/prefs_common.c
5501           src/prefs_account.c: applied the layout fix patches from Sergey
5502           Vlasov, and adjusted some widths of GtkEntry widgets.
5503         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
5504         * src/inc.c: inc_start(): modified so that authentication dialogs
5505           show server name too (thanks to Sergey Vlasov).
5506
5507 2001-03-31
5508
5509         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
5510           segmentation fault when a malformed multipart message is shown
5511           (thanks to Sergey Vlasov).
5512         * src/summaryview.c: summary_display_msg(): made it focus to the
5513           summary view if the MIME list is empty.
5514
5515 2001-03-30
5516
5517         * src/pixmaps/deleted.xpm
5518           src/pixmaps/mark.xpm
5519           src/summaryview.c: added deleted and mark icon.
5520         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
5521           to gtk_widget_unref().
5522         * src/addr_compl.c: start_address_completion(): fixed the bug that
5523           displayed warning when the address book was empty (thanks to
5524           Chideok Hwang).
5525
5526 2001-03-29
5527
5528         * src/summaryview.c: summary_show(): fixed a memory leak bug
5529           (thanks to ChiDeok Hwang).
5530         * src/pixmaps/forwarded.xpm
5531           src/pixmaps/replied.xpm
5532           src/pixmaps/new.xpm
5533           src/pixmaps/unread.xpm
5534           src/compose.c
5535           src/mainwindow.c
5536           src/prefs_common.c
5537           src/procmsg.h
5538           src/summaryview.[ch]: applied the patch from Marc Hoper
5539           that adds replied and forwarded mark to replying or forwarding
5540           messages (thanks!). And new and unread mark were replaced
5541           by the icons David Mehrmann created (thanks!).
5542         * src/summaryview.c: made the width of unread and MIME column
5543           fixed.
5544         * src/prefs.c: prefs_config_parse_one_line(): made it check the
5545           '=' separator (thanks to Sergey Vlasov).
5546
5547 2001-03-26
5548
5549         * src/prefs_common.[ch]: moved smooth scroll option to the
5550           interface tab.
5551         * src/textview.c: made the one-line scroll also perform smooth
5552           scrolling.
5553
5554 2001-03-25
5555
5556         * src/prefs_common.[ch]
5557           src/textview.c: applied the smooth scroll patch from Setoh and
5558           Ninomiya (thanks!).
5559
5560 2001-03-24
5561
5562         * src/summaryview.c: summary_attract_by_subject(): rewritten it
5563           using hash table for speeding up.
5564         * src/prefs_account.c: made filter_on_receive TRUE by default.
5565         * src/mainwindow.c: reordered menu items.
5566
5567 2001-03-23
5568
5569         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
5570           caused address completion not to accept space and enter key.
5571
5572 2001-03-22
5573
5574         * src/utils.[ch]
5575           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
5576           correctly.
5577         * src/compose.c: fixed a bug that didn't decode some headers
5578           correctly when replying or reediting drafts (thanks to Sergey
5579           Vlasov).
5580
5581 2001-03-21
5582
5583         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
5584           behaviors of some classes.
5585         * src/main.c: main(): made it call gtkut_widget_init() first.
5586         * src/summaryview.c: summary_create(): removed the key binding code.
5587
5588 2001-03-19
5589
5590         * src/procmsg.[ch]: modified for the sake of readability.
5591
5592 2001-03-18
5593
5594         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
5595           Added new menu items for folder manipulation.
5596           allsel_cb(): made it change the target between summary view and
5597           message view according to the input focus.
5598           Removed "Select all" from Summary submenu.
5599         * src/folderview.[ch]: added functions for creating/renaming/deleting
5600           folder.
5601         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
5602           removed "important" flag.
5603         * src/summaryview.c: added summary_set_row_marks() that sets style
5604           of a row according to the flags, and made some functions use it.
5605         * src/mainwindow.c: allsel_cb(): modified so that it selects
5606           summary view correctly if message view is toggled off.
5607
5608 2001-03-17
5609
5610         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
5611           leak bug of socket, and rewrote the routine.
5612         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
5613           displayed the wrong unread number in the folder tree if a
5614           folder was open and new messages arrived at the folder.
5615         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
5616           again.
5617
5618 2001-03-15
5619
5620         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
5621           check the existence of the destination file.
5622         * src/procmsg.c: procmsg_set_flags(): made it count the last
5623           number of the message list (and fixed a bug that didn't open
5624           newly arrived message).
5625
5626 2001-03-13
5627
5628         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
5629           Shift_JIS from the outgoing codeset.
5630
5631 2001-03-12
5632
5633         * version 0.4.62
5634
5635 2001-03-11
5636
5637         * src/send.c: send_message_queue(): modified so that it finds
5638           the account from the `From' and the server name of the queued
5639           message.
5640         * src/account.[ch]: added account_find_from_smtp_server() that
5641           finds an account from the specified address and SMTP server.
5642         * src/Makefile.am
5643           src/mainwindow.c
5644           src/summaryview.[ch]
5645           src/sourcewindow.[ch]: integrated the viewing source patch from
5646           DINH V. Hoßþ(thanks!).
5647
5648 2001-03-10
5649
5650         * src/addr_compl.[ch]
5651           src/addressbook.c
5652           src/compose.c: applied the enhanced address completion patch
5653           from Alfons Hoogervorst (thanks!).
5654         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
5655         * src/folder.c: folder_init()
5656           src/folderview.c: folderview_drag_motion_cb()
5657           src/procmsg.c: procmsg_clean_trash()
5658           src/summaryview.c: summary_start_drag()
5659           src/imap.[ch]: integrated the IMAP4 move/remove function patch
5660           from Suzuki Mio (thanks!).
5661
5662 2001-03-08
5663
5664         * src/main.c: parse_cmd_opt(): made the --compose option realize
5665           mailto: URI.
5666         * src/utils.[ch]: execute_async(): supported quoted arguments
5667           correctly.
5668           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
5669           version of g_strsplit().
5670         * src/mimeview.c: mimeview_view_file()
5671           src/prefs_common.c: added single quotation mark around the file
5672           name.
5673
5674 2001-03-07
5675
5676         * configure.in
5677           src/compose.c
5678           src/prefs.c
5679           src/procmime.c
5680           src/summaryview.c
5681           src/mbox.c
5682           src/recv.c
5683           src/utils.[ch]: applied the security fix patch from Dmitry V.
5684           Levin with some modification (thanks!). Added my_tmpfile() to
5685           utils.[ch].
5686         * src/main.c: added --receive-all command-line option.
5687
5688 2001-03-06
5689
5690         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
5691           compile if both multithread and IPv6 are enabled (thanks to
5692           Ishihara).
5693         * src/utils.[ch]
5694           src/compose.c: applied a patch from Jason McCarver that allows
5695           FIFO for signature file (thanks!).
5696         * src/textview.c: made some more refactoring.
5697         * src/socket.c: sock_accept(): changed socklen_t to gint.
5698
5699 2001-03-05
5700
5701         * src/main.c
5702           src/textview.c: some code cleanups.
5703
5704 2001-03-04
5705
5706         * src/compose.[ch]
5707           src/main.c
5708           src/textview.c: integrated the patch from Alfons Hoogervorst that
5709           fixes some glitches in clickable URI and enables mail addresses
5710           clickable, and enables the --compose command line option to
5711           specify address (thanks!).
5712
5713 2001-03-03
5714
5715         * src/esmtp.[ch]
5716           src/smtp.[ch]
5717           src/send.c
5718           src/prefs_account.[ch]
5719           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
5720           and fixed its a few bugs (thanks!).
5721         * src/textview.c: textview_key_pressed(): made it don't move focus
5722           to summary view.
5723         * src/main.c: parse_cmd_opt(): modified the help message.
5724         * src/html.[ch]: added empty_line to HTMLParser and modified
5725           the parser routines a bit.
5726
5727 2001-03-01
5728
5729         * src/html.c: added eucjp_symbol_list, and added some characters
5730           to ascii_symbol_list.
5731
5732 2001-02-19
5733
5734         * src/codeconv.[ch]: added a member `charset' and `charset_str'
5735           to CodeConverter.
5736         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
5737           html_parser_new(): made it change the symbol hash table
5738           according to the character set of the document.
5739           html_parse_special(): made it recognize character code number.
5740
5741 2001-02-17
5742
5743         * src/textview.c: added textview_show_html() that parses HTML and
5744           display as a text.
5745           textview_show_part(): made it call textview_show_html() if
5746           the part is text/html.
5747         * src/html.[ch]: implemented HTML parser.
5748
5749 2001-02-15
5750
5751         * src/codeconv.[ch]: added CodeConverter, and its methods
5752           (conv_code_converter_new(), conv_code_converter_destroy(), and
5753            conv_convert()).
5754         * src/textview.c: removed the branches by HAVE_LIBJCONV and
5755           rewrote them using CodeConverter.
5756
5757 2001-02-12
5758
5759         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
5760
5761 2001-02-11
5762
5763         * src/codeconv.c: some code cleanups.
5764
5765 2001-02-05
5766
5767         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
5768           popup the main window correctly.
5769         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
5770           CS_EUC_TW was reversed (thanks to Sakamoto).
5771
5772 2001-02-04
5773
5774         * src/gtkutils.[ch]
5775           src/main.c
5776           src/mainwindow.[ch]
5777           src/socket.[ch]: applied the patch from Hiramatu that enables
5778           prohibition of multiple execution and remote control with
5779           command line option (thanks!).
5780
5781 2001-02-03
5782
5783         * src/summaryview.c: summary_button_pressed(), summary_selected():
5784           made it toggle the view if middle button is clicked while message
5785           view is hidden.
5786           summary_drag_data_get(): fixed a memory leaking.
5787         * src/Makefile.am
5788           src/compose.c: compose_write_headers(): modified so that it uses
5789           host_alias for X-Mailer or X-Newsreader field.
5790
5791 2001-02-03
5792
5793         * version 0.4.61
5794
5795         * src/folderview.c: fixed a bug that prevented a folder from being
5796           created if there were already folders that have the same name
5797           somewhere at another place.
5798
5799 2001-02-02
5800
5801         * src/folderview.c: folderview_update_all(): fixed a bug that
5802           caused segmentation fault when a folder was selected after
5803           updating the folder tree.
5804         * src/compose.c: compose_send(): fixed a locking bug.
5805           compose_write_headers(): fixed a bug that referred to cur_account.
5806           compose_convert_header(): made it check the arguments.
5807
5808 2001-02-01
5809
5810         * src/main.c: some cleanups and added --help option.
5811
5812 2001-01-31
5813
5814         * src/send.c: re-enabled user-defined domain name setting.
5815         * src/utils.c: is_next_mbs(): changed the size of temporary
5816           multibyte array to MB_CUR_MAX.
5817           strdup_mbstowcs(): added error check to mbstowcs().
5818           strdup_wcstombs(): added error check to wcstombs().
5819         * src/addr_compl.c: get_address_from_edit(): made it check the
5820           return value of strdup_mbstowcs().
5821         * src/codeconv.c: conv_encode_header(): added error checking
5822           to strdup_mbstowcs().
5823
5824 2001-01-30
5825
5826         * src/utils.c: log_error(): changed g_error() to g_warning() so
5827           that it doesn't abort.
5828           Added iswalnum().
5829         * src/addr_compl.c: add_address(): fixed a bug that aborted the
5830           program if the name or the address is empty.
5831           get_address_from_edit(): supported multibyte characters.
5832         * configure.in: fixed a typo.
5833         * src/send.c: re-enabled user-defined SMTP port setting.
5834
5835 2001-01-30
5836
5837         * version 0.4.60
5838
5839         * configure.in: added --enable-gpgme option, and disabled GPGME
5840           by default.
5841         * made GPGME related members in MimeInfo not used if disabled.
5842         * src/rfc2015.c: some cleanups for warning.
5843         * README
5844           README.jp
5845           INSTALL
5846           INSTALL.jp: updated.
5847         * Makefile.am: modified bzip2 option.
5848
5849 2001-01-29
5850
5851         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
5852           MIME type.
5853         * src/mimeview.c: mimeview_view_file(): made it do nothing if
5854           the MIME type is application/octet-stream.
5855         * src/folderview.c: folderview_update_all(): made it show modal
5856           dialog while updating folders.
5857         * src/folderview.c: folderview_update_all(): fixed a bug that
5858           didn't remove the dialog.
5859
5860 2001-01-28
5861
5862         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
5863           launches the attached file using metamail (thanks!).
5864         * src/procmime.[ch]: added procmime_get_tmp_file_name().
5865         * src/compose.c
5866           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
5867           that enables address completion in the address entry on the
5868           composition window (thanks!).
5869         * src/addr_compl.c: get_all_addresses(), read_address_book():
5870           modified so that it uses xml_free_tree() for freeing the address
5871           tree.
5872
5873 2001-01-27
5874
5875         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
5876           remove the current directory (thanks to Maki).
5877         * src/summary_search.c: added `Select all matched' option to the
5878           search dialog (thanks to Takahashi).
5879         * src/pixmaps/stock_mail_attach.xpm
5880           src/pixmaps/tb_address_book.xpm
5881           src/compose.c: added some toolbar icons contributed from
5882           Leandro Pereira (thanks!).
5883
5884 2001-01-25
5885
5886         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
5887           segmentation fault when the passphrase dialog was cancelled.
5888           Hided the passphrase in the debug message.
5889         * src/about.c: about_create(): fixed a bug that failed to compile
5890           when none of the features were used.
5891         * src/foldersel.c: foldersel_set_tree(): made it display all
5892           MH folders.
5893         * src/inc.c: inc_start(): fixed a bug that showed password dialog
5894           continuously if it was cancelled.
5895         * src/summaryview.c: summary_write_cache(): put an assertion after
5896           folder_item_get_cache_file() to prevent the crash.
5897         * thanks to Maki for the above four fixes.
5898         * src/utils.h: added #include <alloca.h>.
5899
5900 2001-01-24
5901
5902         * src/rfc2015.c: changed some g_message() used for error messages
5903           to g_warning().
5904
5905 2001-01-23
5906
5907         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
5908           it can handle a string data of which length >= BUFFSIZE.
5909         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
5910         * src/pixmaps/stock_mail_receive_all.xpm
5911           src/pixmaps/stock_mail_reply_to_all.xpm
5912           src/Makefile.am
5913           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
5914           icons contributed from David Mehrmann (thanks!).
5915         * src/inc.[ch]: overhauled the architecture so that it don't create
5916           and destroy progress dialog for each incorporation in `get all'
5917           mode.
5918
5919 2001-01-22
5920
5921         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
5922           sub folders named `inbox', etc. as special folders.
5923         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
5924           boundary correctly.
5925
5926 2001-01-21
5927
5928         * applied the GnuPG patch from Werner Koch (thanks!).
5929         * removed Mixmaster support.
5930         * src/rfc2015.c: changed g_error() to g_warning() and modified some
5931           messages.
5932         * src/about.c: about_create(): modified compiled-in features list.
5933         * README
5934           README.jp
5935           INSTALL
5936           INSTALL.jp: updated.
5937         * src/select-keys.c: create_dialog(): modified the layout.
5938         * src/headerwindow.c
5939           src/addressbook.c
5940           src/logwindow.c: made it raise the window if the window is already
5941           open.
5942         * src/prefs_common.[ch]: added an option for immediate execution.
5943         * src/summaryview.c: made it execute immediately when messages are
5944           moved or deleted if immediate_exec option is turned on.
5945         * src/summaryview.c: summary_delete(), summary_move_selected_to():
5946           moved summary_step() before summary_execute().
5947         * src/folderview.c: folderview_update_all(): made it scan folder
5948           tree correctly.
5949         * src/compose.c: compose_write_headers(): made it don't add
5950           In-Reply-To header if to_list is empty.
5951
5952 2001-01-09  Werner Koch  <wk@gnupg.org>
5953
5954         * configure.in, acconfig.h: Check for GPGME.
5955         * ac/: New directory for local autoconf macros.
5956         * src/Makefile.am: Add support for GPGME
5957
5958         * src/main.c (idle_function_for_gpgme): New.
5959         (main): Register this function.
5960
5961         * src/about.c: Add a note about GPGME.
5962
5963         * src/rfc2015.c, rfc2015.h: New.
5964
5965         * src/mimeview.c (mimeview_show_message): Check signature.
5966         * src/procmime.c (procmime_scan_message): Ditto.
5967
5968         * src/messageview.c (messageview_show): Add decryption stuff.
5969
5970         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
5971         (compose_toggle_encrypt_cb): New
5972         (compose_toggle_mixmaster_cb): New, just to be prepared for
5973         Mixmaster support.
5974         (compose_write_headers): Suppress some headers in mixmaster mode.
5975
5976         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
5977         (prefs_privacy_create): New.  Also some new structures etc.
5978         * src/compose.c (compose_create): Set encrypt button to prefs default.
5979         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
5980
5981         * src/compose.c (compose_send): Add missing unlock before one return.
5982
5983 2001-01-18
5984
5985         * src/gtksctree.[ch]
5986           src/folderview.c
5987           src/summaryview.[ch]: applied the patch from Hiramatu that enables
5988           DnD from the summary view to the folder view and fixes some other
5989           probrems (thanks!).
5990         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
5991           segmentation fault.
5992         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
5993         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
5994           didn't toggle expansion of node.
5995
5996 2001-01-17
5997
5998         * src/imap.c: applied the patch from Nishimura that updates the
5999           message list more precisely and reads the message flags (thanks!).
6000         * src/textview.c: textview_show_header(): made X-Newsreader field
6001           be emphasized too.
6002         * src/summaryview.c: summary_show(): made it flush events when
6003           displaying summary.
6004
6005 2001-01-15
6006
6007         * src/summaryview.c: applied the patch from Alfons that enabled
6008           the horizontal scrollbar of summary view (thanks!).
6009
6010 2001-01-13
6011
6012         * src/compose.c: compose_cb(): fixed a bug that didn't open the
6013           composition window right after launching the program.
6014         * src/setup.c: scan_tree_func(): fixed a bug that caused
6015           segmentation fault.
6016
6017 2001-01-13
6018
6019         * version 0.4.52
6020
6021         * src/textview.c: textview_set_font(): fixed a bug that caused
6022           segmentation fault if the mode of the text widget was changed
6023           between multibyte and singlebyte while the region was selected
6024           (GTK+ bug?).
6025
6026 2001-01-11
6027
6028         * src/mainwindow.c
6029           src/summaryview.c: made it unable to delete or move messages when
6030           in a news folder.
6031         * src/prefs_common.c
6032           src/news.c: added the option for maximum news article number.
6033
6034 2001-01-10
6035
6036         * src/compose.c: compose_send(): changed the location of temporary
6037           file. Made it use the default account if all of tried account
6038           aren't mail one, and made it show alert dialog and abort when even
6039           that failed.
6040         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
6041           last id number.
6042           prefs_account_open(): made it fill in personal information
6043           according to the default account when creating a new account.
6044         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
6045           proper version number (thanks to BONAIM).
6046         * configure.in
6047           Makefile.am: added entries for sylpheed.spec.in.
6048
6049 2001-01-09
6050
6051         * src/compose.[ch]: modified so that it can change account
6052           correctly.
6053         * src/send.[ch]: modified so that it doesn't see cur_account.
6054         * src/prefs_account.c: modified so that news setting doesn't
6055           show SMTP server entry.
6056
6057 2001-01-08
6058
6059         * src/folderview.c: fixed a bug that didn't sort special folders
6060           correctly when a new folder is created or renamed.
6061
6062 2001-01-07
6063
6064         * src/compose.[ch]: enabled to select account at composing window.
6065         * src/folderview.c: made it display unread number next to folder
6066           name.
6067         * src/prefs_common.[ch]: added the option for unread number display.
6068
6069 2001-01-06
6070
6071         * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
6072           and made many modifications (thanks!).
6073           compose_write_headers(): made the spaces in newsgroups removed.
6074           Supported Followup-To.
6075           compose_destroy(): got the objects removed properly.
6076         * src/news.c: merged news_post_to_group() and news_post() since
6077           they doesn't have to do multiple posting.
6078         * src/import.c: import_destsel_cb(): fixed a bug that failed to
6079           import into the selected folder.
6080         * src/prefs_account.c: modified the interfaces.
6081
6082 2001-01-05
6083
6084         * src/codeconv.[ch]
6085           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
6086           string is registerd to IANA.
6087         * src/nntp.[ch]: added nntp_post().
6088         * src/news.[ch]: added news_post() and news_post_to_group().
6089
6090 2001-01-04
6091
6092         * src/account.c: account_edit_open()
6093           src/mainwindow.c: new_account_cb(): made it unable to edit
6094           accounts if some composing windows are open.
6095
6096 2001-01-03
6097
6098         * src/folder.[ch]: added folder_set_name().
6099         * src/account.c: made a folder name of IMAP4/NNTP become the same
6100           as the name of account.
6101
6102 2001-01-02
6103
6104         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
6105           to filter messages.
6106
6107 2001-01-02
6108
6109         * version 0.4.51
6110
6111         * src/mbox.c: fixed a bug that didn't incorporate spool file
6112           correctly. Modified so that it recognizes From_ line as separator
6113           of messages even if the previous line isn't empty line.
6114         * src/send.c: send_message_queue()
6115           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
6116           warning when it tried to delete a sent message.
6117
6118 2001-01-01
6119
6120         * version 0.4.50
6121
6122         * src/folder.[ch]
6123           src/news.[ch]: modified so that it actually gets news articles.
6124         * src/utils.[ch]: added make_dir_hier() that creates directory
6125           hierarchy.
6126         * src/folder.c:
6127           folder_item_get_cache_file(), folder_item_get_mark_file():
6128           made it creates cache directory if it doesn't exist.
6129           folder_add(): made it insert the added folder into the correct
6130           position.
6131         * src/imap.[ch]: modified so that it suits the new folder
6132           architecture. Fixed a bug that caused segmentation fault
6133           if authentication failed at imap_auth().
6134         * src/folderview.c: implemented IMAP4 folder handling routines.
6135
6136 2000-12-31
6137
6138         * src/prefs_account.[ch]: added account ID and nntp_server
6139           to PrefsAccount. And added the interface for NNTP server.
6140         * src/folderview.c: modified news folder handling routines.
6141         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
6142           modified folder_item_get_path().
6143
6144 2000-12-29
6145
6146         * src/folder.[ch]: added create_folder(), rename_folder(),
6147           remove_folder() to Folder class.
6148         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
6149           mh_remove_folder().
6150           Implemented mh_create_tree() that creates MH directory tree.
6151           mh_rename_folder(): modified so that the paths of sub folders
6152           are set properly.
6153         * src/folderview.c: modified folderview_new_folder_cb(),
6154           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
6155           so that they work properly.
6156           Added folderview_remove_mailbox_cb() and the menu entry that
6157           remove mailbox from folder tree.
6158         * src/setup.[ch]: added for initial setup.
6159         * src/alertpanel.c: modified the appearance of the dialog.
6160         * src/compose.c: fixed compose_save_to_outbox() and
6161           compose_queue() so that it sets flags correctly.
6162
6163 2000-12-28
6164
6165         * src/mainwindow.c: modified the strings of toolbar labels.
6166
6167 2000-12-27
6168
6169         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
6170         * src/summaryview.c: summary_display_msg(): made it scroll the
6171           list if the message of the edge of that is displayed.
6172
6173 2000-12-25
6174
6175         * src/folder.[ch]
6176           src/mh.[ch]: added functions for moving messages.
6177         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
6178           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
6179
6180 2000-12-24
6181
6182         * src/utils.[ch]: added get_tmp_file().
6183         * src/pop.c
6184           src/inc.c
6185           src/folder.c: fixed a bug that failed to drop messages.
6186         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
6187           number of the folder.
6188
6189 2000-12-23
6190
6191         * src/folderview.c: added special folder setting routine.
6192         * src/folder.[ch]: added a method is_msg_changed().
6193           Implemented folder_find_item_from_path().
6194         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
6195         * autogen.sh: fixed so that the configure can take arguments.
6196
6197 2000-12-22
6198
6199         * src/main.c
6200           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
6201           the path of mailbox and create the one.
6202         * src/folderview.c: made the folder tree and selected folder
6203           expanded.
6204
6205 2000-12-21
6206
6207         * src/mh.[ch]
6208           src/folder.c: implemented mh_scan_tree() that scans the folder
6209           recursively and create the tree.
6210
6211 2000-12-19
6212
6213         * src/compose.c
6214           src/defs.h
6215           src/filter.[ch]
6216           src/folder.[ch]
6217           src/foldersel.[ch]
6218           src/folderview.[ch]
6219           src/imap.[ch]
6220           src/import.c
6221           src/inc.c
6222           src/main.[ch]
6223           src/mainwindow.c
6224           src/mbox.[ch]
6225           src/mh.[ch]
6226           src/news.[ch]
6227           src/prefs_common.c
6228           src/procmsg.[ch]
6229           src/summaryview.[ch]
6230           src/xml.[ch]
6231           src/Makefile.am: merged the development tree into the cvs tree.
6232           Some functions are not unimplemented yet.
6233
6234 2000-12-18
6235
6236         * version 0.4.9
6237
6238 2000-12-11
6239
6240         * src/xml.[ch]: supported omitted tag (<tag />).
6241         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
6242         * src/imap.c: imap_parse_atom(): fixed a bug that caused
6243           segmentation fault if the subject was empty (thanks to Tsutsui).
6244         * src/folder.[ch]: updated.
6245
6246 2000-12-10
6247
6248         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
6249           file specified and returns the tree.
6250
6251 2000-12-09
6252
6253         * po/pt_BR.po: fixed some typos that caused segmentation fault.
6254
6255 2000-12-07
6256
6257         * version 0.4.8
6258
6259         * src/session.h: added.
6260         * src/folder.[ch]: updated.
6261         * src/compose.c: compose_write_to_file()
6262           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
6263           that put a garbage to charset if the outgoing character set was
6264           specified and non-ascii characters were used in subject.
6265
6266 2000-12-04
6267
6268         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
6269           progress if the status bar was hidden.
6270
6271 2000-12-03
6272
6273         * src/folder.[ch]: added for the more object-oriented folder
6274           management.
6275
6276 2000-12-02
6277
6278         * version 0.4.7
6279
6280         * src/mainwindow.c
6281           src/prefs_common.[ch]: made the state of status bar get preserved.
6282         * src/compose.c: compose_insert_sig(): modified so that it doesn't
6283           put a separator if a signature file doesn't exist.
6284         * src/prefs_account.[ch]
6285           src/inc.c: added the option that toggles whether to receive
6286           messages when getting from all accounts.
6287         * README
6288           README.jp: updated the description and added some usages.
6289
6290 2000-12-01
6291
6292         * src/Makefile.am
6293           src/gtkshruler.[ch]
6294           src/compose.[ch]: applied the patches from Alfons Hoogervorst
6295           that makes the ruler of composition window graphical (thanks!).
6296
6297 2000-11-27
6298
6299         * src/codeconv.c
6300           src/mainwindow.c
6301           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
6302
6303 2000-11-27
6304
6305         * version 0.4.6
6306
6307         * src/compose.c: turned the color of quoted messages black again.
6308
6309 2000-11-26
6310
6311         * src/about.c: added a clickable URI to the Sylpheed home page,
6312           and a list of compiled-in features.
6313         * src/compose.c: made the color of quoted messages blue.
6314         * src/summaryview.c: added `Show all header' to the context menu.
6315         * src/prefs_common.c: removed the threading option from the dialog.
6316         * src/compose.c: fixed a bug that didn't parse the quotation format
6317           correctly.
6318
6319 2000-11-25
6320
6321         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
6322           that it toggles linewrap menu item and tool button.
6323         * src/prefs_common.c: modified the default of the signature
6324           separator.
6325         * src/compose.[ch]: added ruler to the compose window.
6326         * src/prefs_common.[ch]: added a member for the state of ruler
6327           display.
6328
6329 2000-11-24
6330
6331         * src/headerview.[ch]: added the destroy function.
6332         * src/messageview.c: messageview_destroy(): fixed a memory leak
6333           bug that didn't freed the HeaderView object.
6334         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
6335         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
6336           to Alfons Hoogervorst for the above three memory leak bug fixes).
6337
6338 2000-11-23
6339
6340         * version 0.4.5
6341
6342         * README
6343           README.jp
6344           INSTALL
6345           INSTALL.jp: modified some descriptions.
6346
6347 2000-11-22
6348
6349         * src/compose.c: implemented line-wrapping functions.
6350         * src/prefs_common.[ch]: added the settings for line-wrapping.
6351         * src/codeconv.[ch]: added Windows-1251 to the codesets.
6352           conv_jistoeuc(): fixed a bug that caused segmentation fault
6353           when some half-width kana characters appeared.
6354         * src/summaryview.c: summary_select_all(): made it show message
6355           on the status bar if the number of messages is large.
6356
6357 2000-11-18
6358
6359         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
6360           modified so that it parses the quotation mark too.
6361           Added %I that means the initial of sender to the format.
6362         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
6363           Fixed a bug that set the wrong outgoing codeset.
6364         * src/mainwindow.c
6365           src/prefs_common.c: modified the menu item of Chinese codeset.
6366
6367 2000-11-17
6368
6369         * src/codeconv.[ch]
6370           src/prefs_common.[ch]: modified so that outgoing charset is
6371           saved as a string, not a number.
6372
6373 2000-11-16
6374
6375         * src/textview.c: textview_set_font(): changed the scheme of
6376           selecting between font and fontset. And changed the default
6377           font of ISO-8859-1.
6378         * src/headerview.c: headerview_show_xface(): made it ignore
6379           invalid X-Face.
6380         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
6381           modified so that it consider the source codeset as ISO-2022-JP if
6382           it is NULL and the current locale is Japanese.
6383
6384 2000-11-14
6385
6386         * src/textview.c: textview_destroy(): fixed a bug that caused
6387           segmentation fault if textview->msgfont is NULL (thanks to
6388           Hiramatu).
6389         * src/main.c
6390           src/defs.h: applied the patch from Yanase that enables to
6391           save the shortcuts of the menus (thanks!).
6392
6393 2000-11-11
6394
6395         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
6396           toggles the sensitivity of menu items.
6397         * src/summaryview.c: renamed summary_set_popup_sensitive() to
6398           summary_set_menu_sensitive(), and made it set the sensitivity of
6399           the main menu.
6400
6401 2000-11-09
6402
6403         * src/textview.c: textview_init(): fixed a bug that didn't disable
6404           the theme engine of GtkText (thanks to Hiramatu).
6405         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
6406           means the full name of sender and the first name.
6407         * manual/ja/*.??ml: updated to the latest version.
6408
6409 2000-11-07
6410
6411         * version 0.4.4
6412
6413         * src/defs.h: separated the definitions from main.h and applied the
6414           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
6415           from the system headers (thanks!).
6416         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
6417           UTF-8 locale.
6418         * src/textview.c: textview_set_font(): modified so that it sets
6419           the correct font when the locale is multi-byte.
6420           textview_destroy(): added proper codes for destruction.
6421           textview_show_header(): fixed the coloration of X-Mailer.
6422
6423 2000-11-06
6424
6425         * src/textview.[ch]: made TextView have single-byte and multi-byte
6426           GtkText, and switch between them according to the given codeset.
6427         * src/compose.c: compose_create(): modified the font setting
6428           routine.
6429
6430 2000-11-02
6431
6432         * src/textview.[ch]: moved the message font variable into TextView.
6433           textview_set_font(): modified so that it uses gdk_font_load()
6434           if the given codeset is US-ASCII or ISO-8859-*.
6435
6436 2000-11-01
6437
6438         * src/codeconv.c
6439           src/procmime.c
6440           src/prefs_common.c
6441           src/textview.c
6442           src/compose.c: workaround for the 8bit code issue (used
6443           gdk_font_load() instead of gdk_fontset_load() when the locale is
6444           C, or not set).
6445
6446 2000-11-01
6447
6448         * version 0.4.3
6449
6450         * src/compose.[ch]: added `Draft' tool button.
6451         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
6452         * README, README.jp: added the explanation of the locale setting.
6453
6454 2000-10-31
6455
6456         * src/compose.c: made it overwrite the previous draft message when
6457           reedited the draft and saved it again.
6458         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
6459           the message really exists.
6460         * src/folderview.[ch]: added folderview_scan_folder_a() and
6461           folderview_scan_folder_foreach_a() that scan the specified
6462           folders for each folderviews.
6463         * src/mainwindow.[ch]: removed main_window_scan_folder() and
6464           main_window_scan_folder_all().
6465           Added `Reedit' to the menu.
6466         * src/import.[ch]: removed MainWindow from the argument of
6467           import_mbox().
6468         * src/summaryview.c: removed the unnecessary items from the popup
6469           menu. Changed summary_reedit_cb() to summary_reedit(), and made
6470           it public.
6471
6472 2000-10-30
6473
6474         * src/compose.h: added a member msginfo to Compose.
6475         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
6476           the MsgInfo object.
6477
6478 2000-10-25
6479
6480         * src/summaryview.c: made the the popup menu change the sensitivity
6481           according to the context. Fixed a bug that showed the `clean trash'
6482           dialog repeatedly if `D' key was pressed when the focus was on the
6483           summary view.
6484         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
6485
6486 2000-10-22
6487
6488         * src/main.c: fixed g_thread initialization.
6489
6490 2000-10-21
6491
6492         * src/codeconv.c: added pt_BR to locale_table.
6493         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
6494           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
6495           codeset when not using libjconv.
6496         * src/compose.c: fixed the bug on saving draft again.
6497
6498 2000-10-19
6499
6500         * src/compose.c: compose_write_headers(): fixed a bug that failed
6501           to write headers if To: was empty when saving draft.
6502
6503 2000-10-18
6504
6505         * src/procmime.[ch]
6506           src/compose.c
6507           src/headerwindow.[ch]
6508           src/summaryview.c
6509           src/messageview.[ch]
6510           src/mimeview.c
6511           src/textview.c
6512           src/procmsg.[ch]
6513           src/procheader.[ch]: modified so that they can handle queue folder
6514           properly.
6515         * src/compose.[ch]
6516           src/summaryview.c: implemented draft-reediting function.
6517         * src/mainwindow.c
6518           src/summaryview.c
6519           src/mimeview.c: replaced *(GtkWidget **) with the macro
6520           GTK_WIDGET_PTR().
6521
6522 2000-10-17
6523
6524         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
6525           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
6526           if the folder is QUEUE_DIR or DRAFT_DIR.
6527
6528 2000-10-14
6529
6530         * version 0.4.2
6531
6532         * src/headerview.c
6533           src/messageview.c: modified the border of the headerview.
6534         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
6535           an Sylpheed object to GtkWidget.
6536         * src/utils.c: remove_return(), remove_space(): fixed a bug that
6537           possibly caused segmentation fault.
6538         * src/compose.[ch]
6539           src/mainwindow.c
6540           src/summaryview.c: implemented `forward as an attachment'.
6541         * src/utils.[ch]: open_uri(): brought on URI opening function from
6542           textview.c and manual.c.
6543
6544 2000-10-13
6545
6546         * src/mainwindow.c
6547           src/summaryview.c
6548           src/compose.[ch]
6549           src/prefs_common.[ch]: removed `Reply with quote', and added
6550           `Reply to all', and added the option that decides whether to
6551           quote message on replying.
6552
6553 2000-10-12
6554
6555         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
6556           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
6557         * src/codeconv.[ch]
6558           src/mainwindow.c
6559           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
6560         * src/compose.c: compose_send(): modified so that it shows error
6561           dialog when failed to send a message.
6562
6563 2000-10-11
6564
6565         * src/account.c: account_edit_close(): fixed a bug that didn't set
6566           current account when creating an account for the first time.
6567         * configure.in: added es to ALL_LINGUAS.
6568
6569 2000-10-10
6570
6571         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
6572           possible.
6573           conv_get_code_conv_func(): modified so that it doesn't convert
6574           codeset if it is unknown.
6575         * src/folderview.c: folderview_update_msg_num(): modified style
6576           changing routine.
6577
6578 2000-10-09
6579
6580         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
6581           codesets automatically if the arguments are NULL.
6582         * src/textview.c: textview_write_line(): made it output warning
6583           message on the text view if conversion failed.
6584
6585 2000-10-06
6586
6587         * README, README.jp: modified the author of the manual.
6588
6589 2000-10-05
6590
6591         * src/headerview.[ch]
6592           src/messageview.[ch]: modified so that it uses GtkLabel widget
6593           instead of GtkText.
6594         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
6595           unreadable codes if the current locale is EUC-JP and libjconv is
6596           used.
6597
6598 2000-10-04
6599
6600         * src/procmime.[ch]
6601           src/messageview.c
6602           src/mimeview.c
6603           src/textview.c: modified so that it parses MIME message more
6604           preferably.
6605         * src/imap.c: imap_parse_address(): fixed a bug.
6606
6607 2000-10-03
6608
6609         * src/procmsg.[ch]: added procmsg_get_message_file_path().
6610         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
6611           routine.
6612         * src/imap.[ch]: changed the name of the member `group' in
6613           IMAPSession to `mbox'.
6614           imap_gen_send(): modified so that it doesn't output the password
6615           to the log.
6616           Modified session destroying routine.
6617         * src/folderview.c: folderview_write_cache(): made it preserve
6618           the IMAP folder list.
6619         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
6620           that showed boundary at the end of an attached RFC822 part.
6621         * src/prefs_common.c: changed the default of toolbar style to
6622           both icon and text.
6623
6624 2000-10-02
6625
6626         * src/imap.c: imap_get_uncached_messages(): modified so that it
6627           doesn't get the cached envelopes.
6628           imap_session_get_message_info(): made it read only the cache
6629           if the session is not established.
6630         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
6631         * src/news.c: news_get_article_info(): made it read only the cache
6632           if the session is not established.
6633
6634 2000-10-01
6635
6636         * src/textview.c: textview_write_line(): fixed a memory leak bug.
6637         * src/folderview.[ch]: made it create IMAP4 folders from the
6638           account information.
6639         * src/imap.[ch]: imap_session_get(): modified so that it creates
6640           IMAP4 session from the account information.
6641
6642 2000-09-30
6643
6644         * src/imap.[ch]: added for IMAP4 support.
6645         * src/summaryview.[ch]
6646           src/procmsg.c
6647           src/recv.[ch]: modified for IMAP4 support.
6648         * src/folderview.c: more IMAP4 implementation.
6649         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
6650           the specified message and return the file name.
6651         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
6652           locked up the process if the given widget was invisible.
6653
6654 2000-09-28
6655
6656         * src/folderview.[ch]: added IMAP4-related code.
6657
6658 2000-09-28
6659
6660         * version 0.4.1
6661
6662         * src/main.h: added IMAP_CACHE_DIR.
6663         * src/utils.[ch]: added get_imap_cache_dir().
6664         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
6665           Added macro MSG_IS_IMAP().
6666         * src/codeconv.c: added `#include <locale.h>' for setlocale().
6667         * sylpheed.spec: fixed %files section.
6668
6669 2000-09-27
6670
6671         * version 0.4.0
6672
6673         * src/codeconv.c: conv_get_current_charset(): made it compare
6674           string with strncasecmp().
6675         * src/compose.c: comopse_reply_parse_header(): workaround for
6676           the malformed References: header generated by OE5 :(
6677
6678 2000-09-26
6679
6680         * src/prefs_common.c
6681           src/prefs_account.c: modified the layout of the widgets.
6682
6683 2000-09-26
6684
6685         * version 0.3.99
6686
6687         * src/*.[ch]: added copyright notice to the top of the source files.
6688         * src/compose.c: compose_write_attach(): modified filename encode
6689           routine.
6690
6691 2000-09-25
6692
6693         * src/mainwindow.c: fixed the menu entry of manual.
6694         * src/compose.c
6695           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
6696           and applied the libjconv patch.
6697         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
6698           to reduce the alloc'd memory to the optimal size.
6699         * src/prefs_common.[ch]: added outgoing codeset option menu.
6700         * src/compose.c: compose_send(): added exclusive lock to prevent
6701           multiple-sending.
6702         * configure.in: made '--enable-ipv6=no' the default.
6703         * src/compose.c: compose_write_attach(): made it encode the name
6704           of the attached file.
6705         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
6706           didn't check the type of file.
6707           procmsg_move_messages_with_dest(): fixed a bug that failed to
6708           move message if a directory that had the same name existed.
6709         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
6710           are included as ASCII characters.
6711
6712 2000-09-24
6713
6714         * src/compose.c
6715           src/procmime.[ch]: modified so that it actually works when using
6716           libjconv :)
6717         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
6718           the codeset of string according to the codeset specified in
6719           arguments.
6720         * src/utils.[ch]: added is_ascii_str() that determines whether the
6721           string is 7bit-ASCII or not.
6722         * src/procmime.[ch]
6723           src/codeconv.[ch]: moved the character set related functions
6724           into codeconv.c.
6725         * merged the patch and the manual written by BONAIM (thanks!).
6726
6727 2000-09-23
6728
6729         * configure.in
6730           src/compose.c
6731           src/gtkutils.c
6732           src/mainwindow.c
6733           src/procmime.[ch]
6734           src/textview.c
6735           src/unmime.[ch]: applied the patch from Higuchi that utilizes
6736           libjconv and enables to handle many locales, including UTF-8
6737           (Unicode) (thanks!).
6738         * src/account.c: modified so that the account isn't changed when
6739           another account is selected on account edit dialog.
6740
6741 2000-09-20
6742
6743         * src/prefs_common.[ch]
6744           src/textview.c: added an option that specifies whether to display
6745           short headers on message view.
6746         * src/codeconv.[ch]: added function conv_unmime_header() that
6747           decodes MIME-encoded header and converts the character set.
6748           And added conv_unreadable_latin(), and modified conv_latintodisp().
6749         * src/messageview.[ch]: made the window get closed when escape key
6750           is pressed.
6751
6752 2000-09-17
6753
6754         * src/imageview.c: fixed a bug that caused segmentation fault if
6755           message view was in new window.
6756         * src/prefs_common.c: added `xemacs %s' to the external editor
6757           command line list.
6758
6759 2000-09-16
6760
6761         * version 0.3.29
6762
6763         * src/summaryview.c: enabled to open a new message window with
6764           double-clicking.
6765         * src/prefs_common.[ch]
6766           src/messageview.c: made it preserve the window size of message
6767           window.
6768         * src/prefs_account.c: added `None (local)' to the option menu of
6769           protocol.
6770
6771 2000-09-15
6772
6773         * Makefile.am: added autogen.sh to EXTRA_DIST.
6774
6775 2000-09-09
6776
6777         * src/prefs_common.c: applied the patch from Paul Rolland that
6778           enables font selection dialog (thanks!).
6779         * src/compose.[ch]
6780           src/utils.[ch]: moved tzoffset() and compose_get_date() of
6781           compose.[ch] into utils.[ch].
6782         * src/main.[ch]: renamed the name of filter file to `filterrc'.
6783
6784 2000-09-06
6785
6786         * src/compose.[ch]
6787           src/utils.[ch]: modified address parsing routine so that it
6788           parses quotes correctly.
6789         * src/textview.c: textview_show_part(): modified so that it shows
6790           the simplified headers if the part is text/plain.
6791
6792 2000-09-03
6793
6794         * src/messageview.[ch]
6795           src/summaryview.[ch]
6796           src/mainwindow.c: enabled to open a message in new window.
6797         * src/messageview.[ch]
6798           src/mimeview.[ch]
6799           src/textview.[ch]
6800           src/imageview.[ch]: added destroy function, and modified the
6801           key handling routines.
6802
6803 2000-09-02
6804
6805         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
6806           caused segmentation fault (thanks to KUROSAWA).
6807         * src/alertpanel.c: modified so that the focused button is
6808           selectable.
6809         * src/account.c
6810           src/compose.c
6811           src/folderview.c: modified so that the order of the buttons of
6812           alert panel will be `Yes', `No'.
6813
6814 2000-09-01
6815
6816         * src/utils.[ch]: added execute_async() and execute_command_line()
6817           that execute command line using execvp().
6818         * src/textview.c
6819           src/mimeview.c
6820           src/procmsg.c: replaced system() with execute_command_line()
6821           for security.
6822         * src/procmsg.c: turn back to system().
6823         * src/utils.c: modified execute_command_line().
6824
6825 2000-08-31
6826
6827         * src/mainwindow.c: main_window_get_size(): modified so that it
6828           doesn't update the height of SummaryView if MessageView is
6829           toggled off.
6830         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
6831           probrems of external editor handling (thanks!).
6832         * src/uuencode.[ch]
6833           src/procmime.[ch]: applied the patch from Hiramatu that make it
6834           supports Content-Transfer-Encoding: x-uuencode (thanks!).
6835
6836 2000-08-30
6837
6838         * src/compose.[ch]
6839           src/prefs_common.[ch]: implemented the external editor faculty.
6840         * src/compose.c: compose_attach_property(): fixed some bugs on
6841           changing the property of attached file.
6842         * src/compose.c: fixed some bugs of external editor functions.
6843
6844 2000-08-29
6845
6846         * version 0.3.28
6847
6848         * src/mainwindow.c
6849           src/prefs_common.[ch]
6850           src/summaryview.c: applied the patch from Paul Rolland that
6851           restores the size of widgets when restarting (thanks!).
6852         * src/folderview.c
6853           src/prefs_common.[ch]
6854           src/summaryview.c: applied the patch from Paul Rolland that saves
6855           the width of CTree columns (thanks!).
6856
6857 2000-08-27
6858
6859         * src/headerview.c: modified the height of HeaderView.
6860         * src/textview.c: textview_show_part(): made it process the message
6861           as normal text if it is single-part RFC822 message.
6862         * src/folderview.c
6863           src/summaryview.c: some changes around the key handling.
6864         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
6865
6866 2000-08-26
6867
6868         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
6869         * src/procheader.c: procheader_get_one_field(): fixed a bug that
6870           caused segmentation fault if the first line of the file is space
6871           or tab (thanks to Hiramatu).
6872         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
6873           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
6874         * src/prefs_account.c
6875           src/prefs_common.c: modified the dialog size.
6876         * src/prefs.c: made the dialog window growable.
6877
6878 2000-08-25
6879
6880         * version 0.3.27
6881
6882         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
6883           caused the failure of the detection of libintl.
6884         * src/filter.[ch]
6885           src/prefs_common.c: implemented `not contain', and modified for
6886           future enhancement.
6887         * src/imageview.c: changed alertpanel_error() to g_warning() so that
6888           it doesn't grab mouse events.
6889         * src/compose.[ch]: added compose_list that holds the list of
6890           Compose objects, and added the function compose_get_compose_list().
6891         * src/main.c
6892           src/mainwindow.c
6893           src/summaryview.c: made it confirm if composing message exists.
6894
6895 2000-08-23
6896
6897         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
6898           segmentation fault when trying to reply the message in the queue
6899           folder (thanks to Kotobuki).
6900           compose_attach_property(): modified the property dialog routine
6901           so that it can handle input error.
6902         * src/mimeview.c: applied the patch from Hiramatu that enables
6903           the drag 'n drop from MimeView (thanks!).
6904         * src/headerview.[ch]
6905           src/procheader.c
6906           src/procmsg.h: applied the patches for X-Face support from
6907           HIROSHIMA (thanks!).
6908
6909 2000-08-22
6910
6911         * src/compose.c: compose_attach_property(): modified so that the
6912           property dialog can actually change the property of attached file.
6913
6914 2000-08-21
6915
6916         * configure.in
6917           src/Makefile.am: updated for gdk_imlib.
6918         * added AUTHORS and NEWS.
6919         * configure.in
6920           acconfig.h
6921           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
6922           and gdk_imlib library. And fixed a bug on IPv6 detecting.
6923         * src/imageview.c: supported gdk-pixbuf.
6924         * README
6925           README.jp
6926           INSTALL
6927           INSTALL.jp: added the mention about built-in image view.
6928         * configure.in: modified so that configure can disable gdk-pixbuf
6929           or/and gdk_imlib library.
6930
6931 2000-08-20
6932
6933         * src/imageview.[ch]
6934           src/main.c
6935           src/messageview.[ch]
6936           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
6937           to display image (thanks!).
6938
6939 2000-08-19
6940
6941         * version 0.3.26
6942
6943         * src/summaryview.c: summary_assort_func(): modified to avoid
6944           `not receive' setting.
6945
6946 2000-08-18
6947
6948         * src/filesel.c: applied the patch from HIROSHIMA that makes it
6949           remember previous directory when opening the dialog (thanks!).
6950         * src/summaryview.[ch]: added a function summary_redisplay_msg().
6951         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
6952           that is currently shown when the character set is changed.
6953         * src/inc.c
6954           src/pop.c
6955           src/prefs_common.c
6956           src/filter.h: applied the patch from Tanaka that enables not to
6957           receive specified messages according to the sorting rule (thanks!).
6958
6959 2000-08-15
6960
6961         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
6962           so that it handles MSG_MIME flag, and it scans uncached messages
6963           when cache reading failed even if it is specified not to scan
6964           new messages.
6965         * src/procheader.c: procheader_parse(): added the determination of
6966           multipart MIME message.
6967         * src/main.h: increased CACHE_VERSION.
6968         * src/summaryview.[ch]: added the `MIME' column that shows whether
6969           a message is multipart or not.
6970         * src/prefs_common.[ch]: added the `MIME' column to the setting of
6971           displaying item.
6972         * added src/pixmaps/clip.xpm.
6973         * src/summaryview.c
6974           src/procmsg.[ch]: modified so that it prompts the print command
6975           before printing.
6976
6977 2000-08-14
6978
6979         * src/folderview.c: folderview_create()
6980           src/summaryview.c: summary_create():
6981           src/addressbook.c: addressbook_create(): set the expander style of
6982           CTree to GTK_CTREE_EXPANDER_SQUARE.
6983         * src/compose.c: modified the interface of property dialog.
6984
6985 2000-08-13
6986
6987         * src/compose.c: added property dialog for attached file.
6988
6989 2000-08-11
6990
6991         * src/procmsg.[ch]: added a function procmsg_print_message() that
6992           prints the given message.
6993         * src/summaryview.c: summary_print(): modified so that it prints
6994           all selected messages.
6995         * src/folderview.c: folderview_select_node(): fixed a bug that
6996           didn't focus on folder tree if inbox was empty when incorporating.
6997
6998 2000-08-10
6999
7000         * version 0.3.25
7001
7002         * src/prefs_commmon.[ch]: added `Other' tab and an option for
7003           printing. And moved external browser option to there.
7004         * src/mainwindow.c
7005           src/summayview.[ch]: added print menu and implemented print
7006           functions.
7007
7008 2000-08-09
7009
7010         * src/prefs_account.c: made the default value of smtp_server to
7011           NULL.
7012         * src/folderview.c: folderview_update_msg_num(): modified so that
7013           it doesn't emphasize trash folder even if it has new or unread
7014           messages.
7015
7016 2000-08-08
7017
7018         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
7019           caused segmentation fault when file selection dialog was closed
7020           and other dialog was open immediately.
7021
7022 2000-08-05
7023
7024         * src/compose.c: compose_encode_header(): fixed a bug that caused
7025           infinite loop if wctomb() failed.
7026
7027 2000-08-04
7028
7029         * version 0.3.24
7030
7031         * src/mimeview.c: enabled to open an attached file with double click
7032           and popup menu. And cleaned up the code.
7033         * src/procmime.[ch]: added a function procmime_get_part() that
7034           saves the part of multipart message.
7035
7036 2000-08-03
7037
7038         * src/main.[ch]
7039           src/mimeview.c
7040           src/prefs_common.[ch]
7041           src/procmime.[ch]
7042           src/utils.[ch]: applied a patch that enables to launch attached
7043           image, audio, and HTML file (thanks to Hashimoto).
7044         * src/filter.c: filter_match_condition(): fixed a bug that caused
7045           segmentation fault if the body of specified filter is NULL. And
7046           made the filter considered as being matched on that case.
7047
7048 2000-07-30
7049
7050         * src/summaryview.c:
7051           summary_save_as(): fixed a bug that unabled to save news articles.
7052           summary_display_msg(): added exclusive lock to prevent it from
7053           reading another news article while it is already processing one.
7054         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
7055           the draw signal to be emitted.
7056         * src/mainwindow.c:
7057           main_window_cursor_wait()
7058           main_window_cursor_normal(): added gdk_flush() to change cursor
7059           immediately.
7060         * Makefile.am
7061           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
7062           a target `release' to Makefile.am.
7063
7064 2000-07-28
7065
7066         * src/socket.c: supported IPv6.
7067         * configure.in
7068           acconfig.h: added checking for IPv6.
7069         * prefs_common.c: changed the default of toolbar_style to icon only.
7070
7071 2000-07-27
7072
7073         * initial cvs import.
7074         * updated README and README.jp.
7075
7076 2000-07-24
7077
7078         * version 0.3.23
7079
7080         * src/procmime.[ch]: modified the structure of MimeInfo so that it
7081           can be handled as a node of tree.
7082           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
7083           recursively.
7084           Added procmime_get_text_part() that scans a message and gets a text
7085           part for quoting.
7086         * src/mimeview.c: divided mimeview_scan_multipart_message() into
7087           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
7088         * src/compose.c: compose_quote(), compose_forward():
7089           made it quote the text part of multipart message properly.
7090           Made it preserve the size of Compose window.
7091         * src/prefs_common.[ch]: added compose_width and compose_height to
7092           the members.
7093         * src/textview.c: textview_show_part(): some code cleanups.
7094         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
7095
7096 2000-07-20
7097
7098         * version 0.3.22
7099
7100         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
7101           the return code of the message was CR+LF. And added
7102           conv_sjistoeuc().
7103         * src/summaryview.c: summary_attract_by_subject(): made it move
7104           the current view point to the selected row when executed.
7105         * src/textview.c: textview_show_part(): modified the character set
7106           determination routine.
7107         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
7108           caused segmentation fault if boldfont was NULL.
7109         * src/compose.c: compose_create(): made it sets itself as the target
7110           of addressbook on window creation.
7111
7112 2000-07-19
7113
7114         * src/compose.c: compose_send(): fixed a bug that didn't save
7115           queued message to outbox when failed to send the message (thanks
7116           to T. Yamamoto).
7117
7118 2000-07-15
7119
7120         * src/inc.[ch]: modified so that it changes error message dialog
7121           depending on the results.
7122
7123 2000-07-14
7124
7125         * src/mainwindow.c: main_window_create(): set usize of account
7126           button on the status bar to 1 so that it doesn't get expanded
7127           more than necessary.
7128         * src/account.[ch]: account_foreach(): made it abort the iteration
7129           if the function returns nonzero.
7130         * src/inc.[ch]
7131           src/pop.c: modified so that it shows error message dialog if the
7132           message processing is failed.
7133
7134 2000-07-04
7135
7136         * version 0.3.21
7137
7138         * src/mainwindow.c: made it popup account selection menu when
7139           account tool button or account status bar is pressed.
7140         * src/folderview.c
7141           src/prefs.c: suppressed the ENOENT perror messages.
7142         * src/pop.c: made it fall back on LAST command if UIDL failed.
7143
7144 2000-07-01
7145
7146         * src/procheader.c: procheader_parse(): fixed a bug that didn't
7147           parse References: header correctly (thanks to YAMAGUCHI).
7148
7149 2000-06-29
7150
7151         * version 0.3.20
7152
7153         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
7154           cc'd correctly when replying.
7155         * src/mainwindow.c
7156           src/summaryview.c: sorted out the main menu and the popup menu.
7157
7158 2000-06-26
7159
7160         * version 0.3.19
7161
7162         * src/prefs_account.[ch]
7163           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
7164           automatically at composing (thanks to NAKAGAWA).
7165
7166 2000-06-25
7167
7168         * src/prefs_common.[ch]
7169           src/mainwindow.c
7170           src/main.c: made it selectable whether to ask before cleaning
7171           trash at the exit.
7172         * src/prefs_common.c: cleaned up the code and the interface a bit.
7173         * src/summaryview.c: modified the unthread functions for speeding
7174           up.
7175
7176 2000-06-24
7177
7178         * src/prefs_common.[ch]
7179           src/summaryview.c: made it display recipient on the `From' column
7180           if the address of the sender is the same as the current account
7181           (thanks to NAKAGAWA).
7182         * src/utils.[ch]: added a function extract_address() that extracts
7183           the address from `From:' header string.
7184         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
7185           fault if `Edit/Select all' was selected when the message view was
7186           hidden (thanks to Tomita).
7187
7188 2000-06-21
7189
7190         * src/summaryview.c: modified execution routine so that it only
7191           unthreads nodes that are needed to be unthreaded.
7192
7193 2000-06-19
7194
7195         * src/news.c: news_session_get(): implemented the reconnection on
7196           being disconnected.
7197         * src/nntp.[ch]: added nntp_mode().
7198
7199 2000-06-18
7200
7201         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
7202           And support assortment on processing mbox.
7203         * src/inc.c: inc_drop_message(): modified so that it uses hash table
7204           to store the last message number of folders.
7205         * src/summaryview.c
7206           src/addressbook.c: modified the behavior of CTree at right-click.
7207         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
7208           overflow bug (thanks to Nishiyama).
7209
7210 2000-06-17
7211
7212         * version 0.3.18
7213
7214         * src/pop.[ch]
7215           src/inc.[ch]: implemented management of read message on POP server
7216           by UIDL.
7217         * src/utils.[ch]: removed (s)list_remove_all() because it can be
7218           replaced with g_(s)list_free().
7219         * src/summaryview.c: modified the arrangement of menu a bit.
7220         * src/summaryview.c: summary_status_show(): made it doesn't display
7221           server name but newsgroup.
7222         * src/prefs_common.c
7223           src/prefs_account.c: adjusted the calculation routine of dialog
7224           size.
7225
7226 2000-06-15
7227
7228         * version 0.3.17
7229
7230         * src/compose.c: compose_reply_set_entry(): modified so that it
7231           cc's to the all addresses on To: and Cc: of the replied message.
7232           And swapped the position of Subject: and To: entry.
7233
7234 2000-06-14
7235
7236         * src/procheader.c: modified so that it can handle headers that
7237           aren't separated by space.
7238         * src/socket.c: sock_connect(): added a wait after connection to
7239           prevent lockup (thanks to NINOMIYA).
7240
7241 2000-06-13
7242
7243         * src/inc.c:
7244           inc_mail()
7245           inc_all_account_mail(): fixed a bug that caused segmentation
7246           fault if no account exist.
7247         * src/mainwindow.[ch]: made receive button unclickable when
7248           no account exist.
7249         * src/compose.c: compose_queue(): fixed a bug that didn't mark
7250           queued message properly.
7251         * src/utils.[ch]: separated code conversion functions into
7252           src/codeconv.[ch].
7253
7254 2000-06-13
7255
7256         * version 0.3.16
7257
7258         * src/mimeview.c: mimeview_save_as()
7259           src/summaryview.c: summary_save_as(): made it ask whether to
7260           overwrite the existing file.
7261
7262 2000-06-12
7263
7264         * src/utils.c
7265           src/recv.c
7266           src/prefs.c
7267           src/prefs_common.c
7268           src/prefs_account.c
7269           src/addressbook.c
7270           src/compose.c
7271           src/mbox.c: fixed a bug that failed to check write error when
7272           disk was full and caused the loss of the file.
7273
7274 2000-06-11
7275
7276         * src/mainwindow.c: main_window_clean_trash(): made it move focus
7277           to folder view when finished.
7278         * src/utils.[ch]: added code conversion functions for display.
7279           And added strncpy2() that doesn't do zero fill and does
7280           null-termination, unlike original strncpy().
7281         * src/textview.c: modified so that it changes the code conversion
7282           function according to charset. And supported charset=SHIFT_JIS.
7283         * src/mainwindow.c
7284           src/prefs_common.h
7285           src/textview.c: made it possible to force character set of
7286           a message.
7287         * src/folderview.c: folderview_select_next_unread():
7288           made it search unread folder from begin if it isn't found.
7289
7290 2000-06-11
7291
7292         * version 0.3.15
7293
7294         * src/mainwindow.c: fixed a probrem again that main window was
7295           stretched to the width of the toolbar.
7296         * src/mbox.c
7297           src/utils.c: is_header_line(): modified so that it recognizes
7298           a header which doesn't have a space after colon (thanks to Hotta).
7299         * src/filter.c: added `#include <strings.h>'.
7300         * src/smtp.c: replaced snprintf() with g_snprintf().
7301         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
7302           included gettext.
7303         * included sylpheed.spec.
7304
7305 2000-06-10
7306
7307         * src/prefs_common.[ch]: enabled to set the pixels of line space
7308           and decide whether to leave space on head of lines.
7309         * src/summaryview.c: modified so that it clears message view
7310           when displayed message is removed from the summary view.
7311         * src/mimeview.c: fixed a bug that caused infinite loop if
7312           terminal boundary of multipart message was not found (thanks to
7313           Nishika).
7314         * src/folderview.c: folderview_scan_mailbox(): made it ignore
7315           dot directory.
7316         * src/main.c: made it show warning dialog and exit if the file with
7317           the same name already exists when creating directory.
7318
7319 2000-06-09
7320
7321         * src/textview.c
7322           src/prefs_common.[ch]: made it possible to leave space between
7323           and on head of lines.
7324
7325 2000-06-07
7326
7327         * src/compose.c
7328           src/procmime.[ch]: made it scan /etc/mime.types and determine
7329           the MIME type of the attached file.
7330         * src/summaryview.c: made it clear message view if the summary
7331           is unselected on the execution, and made it move focus to
7332           folder view if the folder becomes empty.
7333         * src/mainwindow.c: fixed a probrem that main window was stretched
7334           to the width of the toolbar.
7335         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
7336           if `Check new mail on startup' was set.
7337
7338 2000-06-06
7339
7340         * src/compose.c: fixed a probrem that had been unable to insert
7341           a file to the current cursor position.
7342
7343 2000-06-06
7344
7345         * version 0.3.14
7346
7347         * src/compose.[ch]: added `attach' button to the toolbar. And
7348           replaced the icon of `insert' to the new one.
7349
7350 2000-06-05
7351
7352         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
7353           a function main_window_set_toolbar_sensitive() that sets the
7354           sensitivity of the button of the toolbar.
7355         * src/compose.c: fixed a bug that output wrong header if
7356           a return code was included in the string of the text entry.
7357
7358 2000-06-04
7359
7360         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
7361           And added the same items in popup menu to the main menu.
7362         * src/utils.[ch]: added functions for DnD support.
7363         * src/compose.c: implemented file attachment and insertion with DnD
7364           (thanks to Hiramatu).
7365
7366 2000-06-04
7367
7368         * version 0.3.13
7369
7370         * src/summaryview.c: fixed a bug that passed null pointer to
7371           is_dir_exist().
7372
7373 2000-06-03
7374
7375         * src/alertpanel.[ch]: added functions alertpanel_message(),
7376           alertpanel_notice(), and alertpanel_error(), and cleaned up
7377           the code.
7378         * src/folderview.c
7379           src/compose.c
7380           src/addressbook.c
7381           src/summaryview.c
7382           src/summary_search.c
7383           src/prefs_account.c
7384           src/foldersel.c: made them use alertpanel_error(),
7385           alertpanel_warning() or alertpanel_notice() for error message
7386           dialog.
7387         * src/summaryview.[ch]: enable sorting in reversed order.
7388         * src/inc.c: made it show error message dialog when failed to
7389           connect or authorize.
7390         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
7391           perror() with it.
7392
7393 2000-06-03
7394
7395         * version 0.3.12
7396
7397         * src/compose.c: fixed a bug that didn't save a message to outbox
7398           when queued.
7399         * src/send.c: send_message_queue(): fixed a bug that included
7400           headers for queueing in the parsed data.
7401         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
7402           and update queue folder when finished.
7403
7404 2000-06-02
7405
7406         * version 0.3.11
7407
7408         * src/filter.c
7409           src/inc.c
7410           src/compose.c: suppressed the warning messages.
7411         * src/mainwindow.[ch]: added next unread message button and menu
7412           items.
7413         * src/summaryview.[ch]: added a function summary_select_next_unread()
7414           that selects and opens next unread message.
7415
7416 2000-06-01
7417
7418         * src/prefs_common.[ch]: added a setting to decide whether to open
7419           unread message on entering a folder.
7420         * src/summaryview.c: made it open the first unread message only if
7421           the preference is set.
7422         * src/compose.c: fixed a bug that freed the string obtained from
7423           GtkEntry.
7424
7425 2000-05-31
7426
7427         * src/compose.c: added `Send later' to the menu and the toolbar
7428           which queues the message to send it later.
7429
7430 2000-05-30
7431
7432         * src/mainwindow.c: added an interface to resend the queued message.
7433         * src/compose.c: made it show alert dialog when a message will be
7434           queued.
7435
7436 2000-05-29
7437
7438         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
7439           send_message_queue() for each queued messages.
7440
7441 2000-05-28
7442
7443         * src/inc.c: inc_drop_message(): modified so that it drops a message
7444           to the default inbox folder if destination folder doesn't exist.
7445         * src/compose.[ch]: added imput compatible queueing header to the
7446           queued message.
7447         * src/send.[ch]: added function send_message_queue() that send
7448           queued message.
7449
7450 2000-05-27
7451
7452         * configure.in
7453           acconfig.h: made it enabled to decide wheter to use multithread
7454           or not on configure.
7455         * src/summaryview.c: fixed a bug that made thread when executed
7456           despite of the setting (thanks to Hiroshima).
7457         * src/socket.[ch]: changed the return value of public
7458           sock_connect_*() function to the pointer to SockInfo object.
7459         * src/procmime.c: procmime_scan_mime_header():
7460           fixed a bug that returned NULL if the scanned part had no header
7461           (thanks to shigeri).
7462         * src/procmime.[ch]:
7463           added function procmime_scan_content_disposition() that parses
7464           Content-Disposition header field.
7465         * src/mimeview.c: made it uses filename value in Content-Disposition
7466           header.
7467         * src/pop.c
7468         * src/inc.c: modified so that password is prompted if the password
7469           on preferences is empty and previous POP3 session has failed on
7470           authorization.
7471
7472 2000-05-23
7473
7474         * src/socket.[ch]: added non-blocking IO mode socket and
7475           multithreaded connection support.
7476         * src/inc.c: supported multithread connection.
7477
7478 2000-05-22
7479
7480         * src/folderview.c: made the focus of SummaryView grabbed when
7481           a folder is selected only if the messages exist.
7482
7483 2000-05-20
7484
7485         * version 0.3.10
7486
7487         * po/ja.po: fixed a bug that head `/' of a menu label was missing
7488           and caused segmentation fault when opened Compose window.
7489
7490 2000-05-20
7491
7492         * version 0.3.9
7493
7494         * src/utils.c: get_domain_name(): modified so that it uses
7495           gethostname().
7496         * src/mimeview.c: added key binds for `Save as' and
7497           `Display as text'.
7498
7499 2000-05-19
7500
7501         * src/recv.c: fixed a bug that failed to return error value
7502           when fputs() failed and caused the loss of received mails when
7503           disk space was not left (thanks to Tajiri).
7504         * src/compose.c: supported Reply-To.
7505         * src/mimeview.c: improved key operation interface.
7506
7507 2000-05-18
7508
7509         * src/mimeview.[ch]
7510           src/procmime.[ch]
7511           src/textview.[ch]: supported nested multipart message and
7512           clean up the codes.
7513           Supported encapsulated RFC822 message.
7514
7515 2000-05-16
7516
7517         * src/compose.[ch]: made it free the alloc'd memory for attach
7518           information when the compose window is destroyed.
7519           Placed the attachment list and the text widget onto the paned
7520           widget.
7521           Enabled cut/copy/paste/select all on all of the editable widgets.
7522           Implemented removal of attached file and popup menu on attachment
7523           list.
7524         * src/prefs_common.[ch]: added signature separator setting.
7525         * src/alertpanel.[ch]: added a function alertpanel_warning().
7526
7527 2000-05-14
7528
7529         * src/prefs_common.[ch]
7530           src/textview.c: made open URI command customizable.
7531         * src/compose.[ch]: implemented multipart MIME message composition
7532           (attachment of file).
7533         * src/textview.c
7534           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
7535           engine again.
7536
7537 2000-05-13
7538
7539         * version 0.3.8
7540
7541         * src/summaryview.c: added key binds for composing message
7542           (w, a, A, f). Also added other key binds (y, D, Q).
7543         * src/compose.c: made Cc entry take over the Cc of the replied
7544           message.
7545         * src/pixmaps/new.xpm
7546           src/pixmaps/unread.xpm: replaced pixmap image.
7547         * src/procheader.c: procheader_date_get_localtime():
7548           changed the single figures of year from four to two.
7549
7550 2000-05-12
7551
7552         * src/inc.c: made it ask password if it is not specified on account
7553           preferences.
7554         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
7555           that preserves the temporary password.
7556         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
7557           that prompts input with the string hidden.
7558
7559 2000-05-11
7560
7561         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
7562           engine if message font wasn't specified.
7563
7564 2000-05-10
7565
7566         * version 0.3.7a
7567
7568         * src/summaryview.c: fixed a bug that stderr was forgotten on
7569           fprintf().
7570
7571 2000-05-10
7572
7573         * version 0.3.7
7574
7575         * src/pop.c: fixed a problem that if some POP3 commands returned
7576           error, the previous operations were all cancelled.
7577         * src/compose.c
7578           src/textview.c: made workaround to the slow down of GtkText widget
7579           when using Pixmap theme or its derivatives.
7580
7581 2000-05-08
7582
7583         * src/inc.c: fixed a bug that caused X IO error when exec'd
7584           nonexistent program.
7585
7586 2000-05-07
7587
7588         * src/folderview.[ch]: added the member `mtime' to the struct
7589           FolderInfo.
7590         * src/summaryview.c: made the mtime of the folder checked that is
7591           going to open.
7592         * src/procmsg.c: added filesystem unchecking mode.
7593
7594 2000-05-05
7595
7596         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
7597           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
7598
7599 2000-05-04
7600
7601         * src/summaryview.c: summary_write_cache(): permission fix of
7602           cache file.
7603
7604 2000-05-04
7605
7606         * version 0.3.6a
7607
7608         * src/headerview.c: added headerview_clear() method.
7609         * src/messageview.c: fixed a bug that didn't clear HeaderView
7610           on messageview_clear().
7611
7612 2000-05-04
7613
7614         * version 0.3.6
7615
7616         * src/messageview.c
7617           src/textview.c: added *_clear() method.
7618         * src/summaryview.c: made it clear MessageView when new folder
7619           is open.
7620
7621 2000-05-03
7622
7623         * src/inc.c: fixed a bug that went to the inbox that was specified
7624           by each account when incorporating from all accounts.
7625         * src/compose.c: made it confirm whether to discard the message or
7626           not when the window will be closed.
7627
7628 2000-05-03
7629
7630         * version 0.3.5
7631
7632         * src/pop.[ch]
7633           src/inc.[ch]: re-supported APOP authentication.
7634         * src/prefs_account.c: fixed a bug that had't saved protocol type.
7635         * src/socket.h
7636           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
7637           functions.
7638         * src/progressdialog.[ch]: changed the name of class from Progress
7639           to ProgressDialog.
7640
7641 2000-05-02
7642
7643         * src/summaryview.c: fixed a bug that caused segmentation fault
7644           a news folder was selected without using ja message catalog.
7645         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
7646         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
7647           INCLUDES.
7648
7649 2000-05-01
7650
7651         * src/automaton.[ch]
7652           src/inc.[ch]
7653           src/pop.[ch]: re-implemented POP3 fetching routines using
7654           finite-state automaton model (thanks to Hiramatu).
7655         * src/inc.c: fixed a bug that caused unwilled quitting of program
7656           when connection to mail server failed. And fixed a memory leak bug.
7657         * src/summaryview.c: made the focus move to FolderView when left
7658           cursor key is pressed.
7659
7660 2000-04-30
7661
7662         * src/textview.c: textview_write_line(): modified quotation
7663           discerning routine a bit.
7664
7665 2000-04-29
7666
7667         * version 0.3.4
7668
7669         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
7670           src/procmime.c.
7671         * src/mimeview.[ch]: implemented saving of multipart message. And
7672           supported MIME encoded file name.
7673         * src/summaryview.c: implemented `Save as'.
7674
7675 2000-04-28
7676
7677         * src/prefs_common.[ch]: implemented an interface for setting the
7678           display item of SummaryView.
7679         * src/addressbook.c
7680           src/account.c: made the column titles of those don't take key
7681           focus.
7682
7683 2000-04-26
7684
7685         * src/textview.c: implemented BASE64 decoding and display.
7686
7687 2000-04-25
7688
7689         * src/prefs_common.[ch]: added members which decide whether
7690           each item of SummaryView is displayed or not.
7691         * src/headerwindow.c
7692           src/logwindow.c: made those windows closed when escape key is
7693           pressed.
7694         * src/headerview.c: disused ScrolledWindow.
7695         * src/base64.c: from64tobits(): modified so that it recognize '\n'
7696           as the last of line as well as '\r'.
7697
7698 2000-04-24
7699
7700         * src/headerview.c: disabled word wrap and line wrap of the text
7701           widget.
7702
7703 2000-04-24
7704
7705         * version 0.3.3
7706
7707         * src/prefs_common.c: prefs_assort_create(): added some headers
7708           to the default headers for assortment.
7709
7710 2000-04-23
7711
7712         * src/procmsg.c: fixed a bug that caused segmentation fault if
7713           the permission of a message was denied on parsing the header
7714           (thanks to wakai@UEC univ.).
7715         * src/mimeview.c: made it pass key press event to SummaryView.
7716
7717 2000-04-21
7718
7719         * src/main.h
7720           src/alertpanel.c: modified font specifications so that they match
7721           to better fonts.
7722         * src/utils.[ch]: added wide-character functions for FreeBSD support.
7723           Added the existence check of <wchar.h>.
7724         * acconfig.h
7725           configure.in: added wint_t and libxpg4 check for FreeBSD support.
7726         * src/unmime.c: modified so that it checks the existence of
7727           <alloca.h>.
7728           Above three are a contribution from Sasaki. Thanks!
7729
7730 2000-04-18
7731
7732         * src/main.h: decreased default height of window.
7733
7734 2000-04-17
7735
7736         * src/procmime.c: fixed a bug that eliminated the parenthesis in
7737           attribute value that was double-quoted.
7738
7739 2000-04-15
7740
7741         * version 0.3.2
7742
7743         * src/mimeview: implemented multipart message parser and display.
7744         * src/procmime.c: procmime_scan_content_type():
7745           supported multiple elements.
7746         * src/textview.c: supported multipart message and clean up the code.
7747
7748 2000-04-14
7749
7750         * src/summaryview.c: added size column and sorting by size.
7751         * src/mainwindow.c: added `Sort by size' to sort menu.
7752         * src/procmime.c: fixed a bug that caused buffer overrun and
7753           segmentation fault.
7754         * src/procmime.c: generalized Content-Type parsing.
7755
7756 2000-04-13
7757
7758         * version 0.3.1
7759
7760         * src/textview.c: supported MIME headers and
7761           Content-Transfer-Encoding: quoted-printable.
7762
7763 2000-04-12
7764
7765         * src/messageview.[ch]
7766           src/textview.[ch]: separated MessageView into two classes.
7767         * src/procmime.[ch]: added for MIME message handling.
7768
7769 2000-04-11
7770
7771         * src/mimeview.[ch]: added for MIME message handling.
7772         * configure.in: added wctype.h and wchar.h existence check.
7773
7774 2000-04-10
7775
7776         * src/procmsg.[ch]
7777           src/procheader.[ch]: some code cleanups.
7778         * src/messageview.[ch]: integrated HeaderView.
7779
7780 2000-04-09
7781
7782         * version 0.3.0
7783
7784 2000-04-08
7785
7786         * src/addressbook.c: Made the tree sorted when folder/group is
7787           added or edited.
7788         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
7789           fault if the current tag was empty.
7790         * src/mainwindow.c: made the state of MainWindow saved.
7791
7792 2000-04-08
7793
7794         * version 0.3.0pre1
7795
7796         * src/addressbook.c: fully implemented address group editing.
7797           Fixed a bug that wrongly confirmed deletion of address when
7798           escape key was pressed on alert dialog.
7799
7800 2000-04-07
7801
7802         * src/addressbook.c: added menu bar. And enabled hierarchical
7803           folder.
7804         * src/prefs_account.c: modified so that it allows not to specify
7805           pop server.
7806         * src/inc.c: inc_account_mail(): modified so that if receiving
7807           server isn't specified, it does nothing.
7808
7809 2000-04-05
7810
7811         * version 0.2.9
7812
7813         * src/addressbook.c: almost fully implemented addressbook functions.
7814
7815 2000-04-04
7816
7817         * src/compose.c: fixed a bug that caused segmentation fault when
7818           `File->Insert file' was selected more than twice.
7819
7820 2000-04-03
7821
7822         * version 0.2.9pre4
7823
7824         * src/addressbook.[ch]: implemented creation of new folder and group,
7825           and deletion of folder and group. And fully implemented
7826           addressbook_delete_object() which deletes the specified object
7827           recursively.
7828
7829 2000-04-02
7830
7831         * src/addressbook.c: implemented registration of address and multiple
7832           appending to Compose address entry.
7833         * src/menu.[ch]: added a function menu_set_insensitive_all() that
7834           turn all menu items insensitive.
7835         * src/folderview.c: some code cleanup.
7836
7837 2000-04-01
7838
7839         * src/account.c
7840           src/prefs_common.c: fixed a bug on getting the number of CList
7841           rows.
7842
7843 2000-03-30
7844
7845         * version 0.2.9pre3
7846
7847         * src/folderview.c: fixed a bug that caused warnings when tree was
7848           expanded/collapsed on the first operation.
7849
7850 2000-03-29
7851
7852         * src/addressbook.c: addressbook_list_selected(): made it be able
7853           to handle multiple address.
7854         * src/compose.c: modified so that when Bcc: is toggled, corresponding
7855           AddressBook also toggle it.
7856         * src/mainwindow.c:
7857           main_window_create(): moved gtk_widget_set_uposition() before
7858           gtk_widget_show() so as not to cause window flickering.
7859           main_window_get_position(): replaced gdk_window_get_position()
7860           with gdk_window_get_root_origin() to acquire correct window
7861           position (Thanks to shigeri for these modifications).
7862
7863 2000-03-27
7864
7865         * src/filesel.c: made it selects home directory on the first time
7866           it is called.
7867
7868 2000-03-26
7869
7870         * src/utils.c: conv_mb_alnum(): modified so that it uses character
7871           conversion table.
7872         * src/foldersel.c: made the folder tree take focus when the dialog
7873           is shown.
7874
7875 2000-03-26
7876
7877         * version 0.2.9pre2
7878
7879         * src/addressbook.c: implemented addressbook_export_to_file() and
7880           related functions.
7881
7882 2000-03-25
7883
7884         * src/xml.[ch]
7885           src/addressbook.c: fixed the variable name for attribute.
7886         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
7887         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
7888           alphabet and numeric into single-byte one.
7889         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
7890           when conv_mb_alnum flag is on.
7891
7892 2000-03-25
7893
7894         * version 0.2.9pre1
7895
7896         * src/compose.c: modified so that when Addressbook is open by a
7897           Compose and it is closed, target of Addressbook is reset.
7898         * src/addressbook.c: made it work with Compose.
7899
7900 2000-03-24
7901
7902         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
7903           GTK+ and GLIB to 1.2.6.
7904         * src/xml.[ch]: more implementation of XML parser.
7905         * src/addressbook.c: implemented addressbook parsing and displaying
7906           routine.
7907
7908 2000-03-21
7909
7910         * src/folderview.c: folderview_scan_folder(): modified so that if
7911           a folder's message number is zero, set new, unread and total number
7912           to zero.
7913
7914 2000-03-20
7915
7916         * src/xml.[ch]: added for XML handling used by addressbook.
7917         * src/folderview.c: modified so that Trash folder is skipped
7918           when an unread folder is selected automatically by space key.
7919
7920 2000-03-18
7921
7922         * src/summaryview.c: fixed a bug that cursor was turned into watch
7923           forever when a newsgroup was selected.
7924
7925 2000-03-18
7926
7927         * version 0.2.8
7928
7929 2000-03-17
7930
7931         * src/mainwindow.[ch]: implemented counting on setting cursor
7932           type. And modified the menu of `thread view' and `unthread view'.
7933         * src/summaryview.c: enabled thread-toggling on opening folder.
7934         * src/prefs_common.[ch]: added a member `enable_thread' to determine
7935           whether summary view builds thread or not when a folder is open.
7936
7937 2000-03-15
7938
7939         * src/summaryview.c: modified popup sensitivity function a bit.
7940
7941 2000-03-13
7942
7943         * version 0.2.7
7944
7945         * src/addressbook.[ch]: more implementation of the interface of
7946           addressbook.
7947         * src/compose.c: connected to addressbook object.
7948         * src/folderview.[ch]: folderview_compare_path():
7949           modified so that absolute path is correctly compared.
7950           And added folderview_select_node().
7951           And modified folderview_scan_folder() so that it update the summary
7952           when asked.
7953         * src/import.c: made it update folder tree when imported mbox.
7954         * src/summaryview.c: modified according to the changes of
7955           folderview.c. And modified so that it display alert dialog if
7956           source folder is identical to destination.
7957           added summary_set_popup_sensitive() that set the sensitivity of
7958           popup menu according to the context. And made all of the items of
7959           popup menu insensitive when summary is cleared.
7960         * src/procmsg.c: procmsg_move_messages_with_dest():
7961           modified so that if source folder is identical to destination,
7962           abort its process.
7963         * src/summary_search.c
7964           src/manage_window.c: modified so as not to print warning to console
7965           when alert dialog appeared twice.
7966         * src/filesel.c: made file selection dialog transient.
7967
7968 2000-03-11
7969
7970         * src/manage_window.[ch]: added callback function
7971           manage_window_focus_out().
7972         * src/account.c
7973           src/inputdialog.c
7974           src/mainwindow.c
7975           src/prefs_account.c
7976           src/prefs_common.c
7977           src/summary_search.c: added focus_out_event signal handler.
7978         * src/addressbook.[ch]: added preliminary addressbook code.
7979
7980 2000-03-06
7981
7982         * src/utils.h: added a macro Xalloca() that does alloca() and
7983           handles the exception.
7984         * src/import.c: made the import dialog transient window and enabled
7985           cancelling by escape key.
7986
7987 2000-03-04
7988
7989         * version 0.2.6
7990
7991         * src/compose.c: fixed a bug that caused memory leak when compose
7992           window was closed.
7993
7994 2000-03-03
7995
7996         * src/nntp.h: increased NNTP message buffer size for XOVER strings
7997           which is too long.
7998
7999 2000-02-28
8000
8001         * src/summaryview.c: binded step-forward and step-backward to each
8002           Control-n and Control-p.
8003         * src/filter.c: filter_read_str(): fixed a memory leak bug and
8004           replaced g_malloc() for allocating the buffer with alloca().
8005         * src/procheader.c: procheader_get_fromname(),
8006                             procheader_date_get_localtime()
8007           src/utils.c: conv_euctojis()
8008           src/compose.c: compose_quote_parse_fmt()
8009           src/prefs.c: prefs_set_data_from_text()
8010                        prefs_set_text(): replaced g_malloc() with alloca().
8011
8012 2000-02-26
8013
8014         * version 0.2.5
8015
8016         * src/logwindow.c: improved log_window_append() so that it shows
8017           warning, error and normal message with different colors.
8018         * src/utils.[ch]: added functions log_message(), log_warning(), and
8019           log_error() that show normal message, warning, and error for each.
8020           And modified many warning messages to use these.
8021         * src/messageview.c: messageview_init(): made it set colors of
8022           quotation and URI to black when failed to allocate colors.
8023         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
8024           the buffer with alloca().
8025
8026 2000-02-25
8027
8028         * src/folderview.c: fixed a bug that didn't put previously selected
8029           folder name in text entry. In addition to that, made some
8030           modifications.
8031
8032 2000-02-24
8033
8034         * version 0.2.4
8035
8036         * src/logwindow.[ch]: added log window that displays protocol log.
8037         * src/about.c: adjusted the size of dialog.
8038         * src/folderview.c: made it select a folder when double-clicked.
8039
8040 2000-02-23
8041
8042         * src/prefs_common.[ch]: added an item `translate_header' that
8043           decides whether header name like `From:' or `Subject:' is
8044           translated or not.
8045         * src/compose.c: made it show alert dialog when receiptor isn't
8046           entered.
8047         * src/inc.c: some code cleanups.
8048
8049 2000-02-22
8050
8051         * version 0.2.3
8052
8053         * src/compose.c: made header entries move those focus to next
8054           entry or text widget when activated. And sorted out the menu items.
8055         * src/mainwindow.[ch]
8056           src/prefs_common.[ch]
8057           src/main.c: made it save the sizes of widgets and the position of
8058           window when quitting.
8059         * src/prefs_common.c: set a14, k14 fontset as default message font.
8060         * src/about.c: changed the appearance of about dialog using text
8061           widget and so on.
8062         * src/recv.c: modified recv_write() so that it converts an escaped
8063           From_ line.
8064
8065 2000-02-20
8066
8067         * version 0.2.2
8068
8069         * src/compose.[ch]: supported Bcc.
8070
8071 2000-02-19
8072
8073         * version 0.2.1
8074
8075         * src/utils.[ch]: added function to_number() that examines string
8076           and if that is a number string, return its value.
8077         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
8078           character was included in file name.
8079
8080 2000-02-18
8081
8082         * version 0.2.0
8083
8084         * src/folderview.c: fixed a bug that caused segmentation fault
8085           when opened folder node was deleted (thanks to Hiramatu).
8086           And implemented folderview_rm_server_cb() which removes news server.
8087         * src/mbox.c: modified a warning message.
8088
8089 2000-02-13
8090
8091         * version 0.2.0alpha-pre8
8092
8093         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
8094           folder to prevent the probrem when current folder is updated.
8095         * src/summaryview.c: summary_execute(): made it write to summary
8096           cache when executed.
8097
8098 2000-02-12
8099
8100         * version 0.2.0alpha-pre7
8101
8102         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
8103           trailing directory separator.
8104         * src/folderview.[ch]
8105           src/summaryview.[ch]: modified so that folder tree is updated
8106           when messages are moved or deleted.
8107         * src/inc.c: some code cleanup.
8108
8109 2000-02-11
8110
8111         * version 0.2.0alpha-pre6
8112
8113         * src/utils.[ch]: added get_domain_name() that return domain
8114           name as a static string.
8115         * src/compose.c: compose_generate_msgid(): modified so that even
8116           if current address doesn't contain '@', it generates a decent
8117           message ID.
8118         * src/send.c: some code cleanup.
8119
8120 2000-02-10
8121
8122         * src/folderview.c: modified the behavior of folder tree when
8123           the folder is right-clicked.
8124         * src/compose.c: compose_encode_header(): added irresponsible
8125           buffer overrun check.
8126
8127 2000-02-09
8128
8129         * version 0.2.0alpha-pre5
8130
8131         * updated gettext and libtool.
8132         * configure.in: modified localedir definition so that message
8133           catalogs are installed into correct directories.
8134         * src/folderview.c
8135           src/mainwindow.c: modified them so that a folder can be reopen
8136           even if it is currently open.
8137         * src/prefs_common.[ch]
8138           src/messageview.c: added an option that toggle the coloration of
8139           message.
8140
8141 2000-02-08
8142
8143         * version 0.2.0alpha-pre4
8144
8145         * src/mainwindow.c
8146           src/messageview.c: fixed a bug that broke memory on allocating
8147           colors.
8148
8149 2000-02-07
8150
8151         * src/folderview.c: some bug fixes on selecting folder.
8152
8153 2000-02-07
8154
8155         * version 0.2.0alpha-pre3
8156
8157         * src/folderview.c
8158         * src/summaryview.[ch]: some code cleanups.
8159         * src/messageview.c: fixed a color allocating bug (maybe).
8160
8161 2000-02-06
8162
8163         * version 0.2.0alpha-pre2
8164
8165         * src/folderview.[ch]: made folder view not open selected folder
8166           unless return or space key is pressed, or clicked by mouse
8167           button 1 or 2.
8168         * src/inc.c: some code cleanups.
8169         * TODO.jp: added some items.
8170
8171 2000-02-05
8172
8173         * version 0.2.0alpha-pre1
8174
8175         * src/summaryview.[ch]: fixed a bug that broke summary thread
8176           when deleted duplicated messages (thanks to BONAIM).
8177           And some code cleanup.
8178         * src/procmsg.[ch]: renamed procmsg_move_messages() to
8179           procmsg_move_messages_with_dest(), and replaced former with
8180           new function which doesn't specify destination.
8181         * src/prefs_common.c
8182           src/gtkutils.c: some memory leak fixes of linked lists.
8183         * src/utils.[ch]: added list_remove_all() to remove all elements
8184           of doubly-linked list.
8185         * src/inc.[ch]: added inc_all_account_mail() that incorporates
8186           new messages of all accounts.
8187         * src/account.[ch]: added account_foreach() to process each accounts.
8188         * added TODO.jp
8189
8190 2000-02-04
8191
8192         * version 0.1.23alpha
8193
8194         * src/inc.c: made the folder tree update the message number
8195           when incorporated new messages.
8196         * src/folderview.[ch]: added a function folderview_scan_folder()
8197           to scan one folder on the view, which is specified by folder name.
8198
8199 2000-02-02
8200
8201         * version 0.1.22alpha
8202
8203         * src/prefs_account.[ch]: added the setting of assorting on
8204           receiving.
8205         * src/inc.c: supported assorting on receiving.
8206         * src/procmsg.c: cleaned up the code.
8207         * src/news.c: fixed a bug that locked up when failed to get xover.
8208         * src/compose.c: made a message unmark that is put into specific
8209           folders.
8210
8211 2000-02-01
8212
8213         * version 0.1.21alpha
8214
8215         * src/folderview.c
8216           src/summaryview.c: implemented the function 'go to next folder
8217           when no unread message found.'
8218         * src/summaryview.c: made connection state displayed on the
8219           status bar when connecting to a news server.
8220         * src/compose.c: changed X-Mailer: header field string a bit.
8221         * src/prefs_common.c: implemented residual functions of assortment.
8222
8223 2000-01-31
8224
8225         * version 0.1.20alpha
8226
8227         * src/prefs_common.c: implemented reading/writing/register/deletion
8228           of assortment setting.
8229         * src/mainwindow.c: slightly modified the appearance of statusbar.
8230         * src/account.c: account_delete(): fixed a bug that didn't assigned
8231           the pointer to GList when an account was deleted.
8232
8233 2000-01-29
8234
8235         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
8236           to read mark file (thanks to BONAIM).
8237         * src/prefs_common.c: added the interface of assortment setting.
8238
8239 2000-01-28
8240
8241         * src/summaryview.c: fixed a bug that didn't redraw marking properly
8242           when displaying an unread message with left-click (thanks to
8243           shigeri).
8244
8245 2000-01-27
8246
8247         * src/summaryview.[ch]: added functions for assortment.
8248         * src/about.c: added a button to close window.
8249
8250 2000-01-26
8251
8252         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
8253         * src/compose.c: fixed a bug that can't reply to a news article.
8254         * src/filter.[ch]: added for message filtering.
8255         * src/procheader.[ch]: added procheader_get_unfolded_line()
8256           to process filtering. And added procheader_get_header_list()
8257           that reads headers of a message and store them on the memory,
8258           and procheader_header_list_destroy() that removes all headers
8259           read by procheader_get_header_list().
8260
8261 2000-01-25
8262
8263         * version 0.1.19alpha
8264
8265         * src/news.c: modified so that it retrieves only overview information
8266           that is not yet cached.
8267         * src/procmsg.[ch]: modified for news handling.
8268
8269 2000-01-24
8270
8271         * src/news.c: supported xover.
8272         * src/mbox.c: fixed a bug that didn't handle empty line correctly
8273           (Thanks to shigeri).
8274
8275 2000-01-23
8276
8277         * version 0.1.18alpha
8278
8279         * src/procmsg.[ch]: modified some functions so that they can
8280           handle news folder.
8281         * src/news.c: added header cache routine.
8282         * src/procheader.c: fixed a bug that caused memory leak when some
8283           header was duplicated.
8284           And added Newsgroups: in parsing headers.
8285         * src/summaryview.c: added news article cache routine.
8286         * src/compose.c: made it be able to reply/forward news article.
8287
8288 2000-01-22
8289
8290         * src/compose.c: fixed a bug that failed to parse To: header
8291           if a comma is included in double quotation (Thanks to shigeri).
8292         * src/mbox.c: modified the code for processing mbox so that it
8293           can handle unescaped From_ line correctly.
8294
8295 2000-01-21
8296
8297         * version 0.1.17alpha
8298
8299         * src/foldersel.c: fixed a bug that didn't display folder tree.
8300           And added the register routine for news server and group setting.
8301
8302 2000-01-20
8303
8304         * version 0.1.16alpha
8305
8306         * src/statusbar.[ch]: added statusbar_puts_all().
8307           statusbar_puts(): made it truncate a string that is too long.
8308         * src/folderview.[ch]: changed CTree's row data from string
8309           to FolderInfo structure.
8310           And implemented popup menu that registers news server and group.
8311         * src/messageview.c: modified short header display routine.
8312
8313 2000-01-19
8314
8315         * added src/news.[ch] for NetNews session management.
8316         * src/summaryview.[ch]: added NetNews reading codes.
8317
8318 2000-01-18
8319
8320         * src/mainwindow.c
8321           src/prefs_common.[ch]: made them preserve toolbar style.
8322         * src/main.c: made it save configuration before exiting.
8323         * src/summaryview.c: modified summary status display routine.
8324         * added src/nntp.[ch] for handling low level NNTP session.
8325
8326 2000-01-17
8327
8328         * added src/progress.[ch] for displaying progress.
8329         * src/inc.c: modified progress dialog routines to use
8330           src/progress.[ch].
8331         * src/folderview.[ch]: added preliminary NetNews supporting code.
8332
8333 2000-01-16
8334
8335         * version 0.1.15alpha
8336
8337         * src/main.c
8338           src/folderview.c: some permission fixes.
8339         * src/folderview.c: implemented folder creation/renaming/removing.
8340         * src/utils.[ch]: added remove_dir_recursive() that removes
8341           a directory recursively.
8342
8343 2000-01-15
8344
8345         * src/mainwindow.[ch]: added toolbar style selection.
8346         * added src/inputdialog.[ch] to prompt user to enter a string.
8347         * src/summaryview.[ch]: modified the behavior of view on
8348           normal mode.
8349         * src/mbox.c: fixed a bug that couldn't lock file when
8350           lockf() was used (Thanks to shigeri).
8351
8352 2000-01-14
8353
8354         * version 0.1.14alpha
8355
8356         * src/mainwindow.[ch]: changed the appearance of toolbar.
8357           And fixed window handling.
8358         * src/summaryview.c: modified the messages displayed on status bar.
8359         * src/compose.[ch]: added toolbar.
8360         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
8361
8362 2000-01-13
8363
8364         * version 0.1.13alpha
8365
8366         * src/summaryview.c: fixed a bug of threading. And some code
8367           cleanups. And rewrote the routine of deleting duplicated messages
8368           using hash table.
8369         * src/mainwindow.[ch]: added toolbar.
8370
8371 2000-01-12
8372
8373         * version 0.1.12alpha
8374
8375         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
8376           instead.
8377         * src/summaryview.c: changed CTree creating routine as it creates
8378           thread on the fly for speeding up.
8379         * src/procmsg.c: rewrote message processing routines using hash
8380           table for speeding up. It should be considerably faster than
8381           before.
8382
8383 2000-01-11
8384
8385         * version 0.1.11alpha
8386
8387         * po/ja.po: modified msgstr for Solaris standard gettext.
8388         * src/main.c: added config.h inclusion.
8389         * src/compose.c: changed to add replied message's In-Reply-To
8390           message id to References header if it don't have References header.
8391         * src/summaryview.c: changed threading routine to use hash table
8392           for speeding up.
8393
8394 2000-01-11
8395
8396         * version 0.1.10alpha
8397
8398         * po/ja.po: modified msgstr so as not to core dump on Solaris.
8399         * src/main.c: added inclusion of locale.h.
8400           (Thanks to Sato for above.)
8401         * src/mbox.c
8402         * src/socket.c: applied Solaris patch by shigeri with some
8403           modification. (Thanks!)
8404
8405 2000-01-10
8406
8407         * version 0.1.9alpha
8408
8409         * src/compose.c: compose_encode_header(): fixed some bugs.
8410           And modified header generating routines to support proper
8411           References header, and supported Organization header.
8412         * src/procmsg.[ch]
8413           src/procheader.c: removed Cc: and Reply-To: from cache data.
8414         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
8415         * src/summaryview.[ch]: summary_thread_func(): some optimization.
8416           And added summary_pass_key_press_event() to pass key press event
8417           from other widgets.
8418         * src/messageview.c: messageview_key_pressed(): modified so that
8419           key event is passed to summary view even if message view is
8420           separated. (Thanks to wakai@UEC univ. for pointing this out.)
8421
8422 2000-01-09
8423
8424         * version 0.1.8alpha
8425
8426         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
8427           header MIME encoding.
8428         * src/procheader.c: some bug fixes of folded header line processing.
8429         * src/headerview.c: headerview_show(): some bug fixes.
8430
8431 2000-01-07
8432
8433         * version 0.1.7alpha
8434
8435         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
8436           kanji-out sequence [ \033 ( B ] when input string was ended
8437           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
8438         * src/compose.c: compose_encode_header(): changed as it outputs
8439           encoded string to another buffer.
8440           And implemented a faculty to save sent message to outbox and
8441           to queue message that failed to send (preliminary).
8442           And, finally implemented proper To: and Cc: processing :)
8443         * src/folderview.c: added preliminary right-clicking popup menu
8444           for operating folders.
8445         * some permission fixes at creating or copying file.
8446
8447 2000-01-07
8448
8449         * version 0.1.6alpha
8450
8451         * src/procheader.c: fixed a bug that didn't null-terminate
8452           header list and caused segmentation fault.
8453
8454 2000-01-06
8455
8456         * version 0.1.5alpha
8457
8458         * src/procheader.[ch]: added function procheader_get_one_field()
8459           that gets one header field that matches the header list.
8460           And removed procheader_get_unfolded_line(), which is less generic.
8461           And rewrote procheader_get_header_fields() using
8462           procheader_get_one_field().
8463         * src/summaryview.c: some bug fixes of key input scan routine.
8464         * README, README.jp: modified documents a bit.
8465
8466 2000-01-05
8467
8468         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
8469           had a submenu, set sensitivity of the submenu, not the item.
8470
8471 2000-01-05
8472
8473         * version 0.1.4alpha
8474
8475         * src/summaryview.c: fixed a bug that caused segmentation fault
8476           when empty summary view was center-clicked.
8477           And fixed a bug that freed moving folder strings when marked
8478           as unread.
8479           If current folder is trash, don't delete message.
8480         * src/summaryview.[ch]
8481         * src/mainwindow.c
8482         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
8483
8484 2000-01-04
8485
8486         * src/procheader.[ch]: more optimization of header processing
8487           routine. And added a new function procheader_get_header_fields()
8488           that receives an array of header name as a parameter and
8489           set header bodies.
8490         * src/utils.[ch]: added remove_return() for removing return code.
8491         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
8492
8493 2000-01-03
8494
8495         * src/compose.c: if message body is ascii only, set US-ASCII as
8496           charset in Content-Type.
8497         * src/main.[ch]
8498         * src/prefs.c
8499         * src/prefs_common.c
8500         * src/prefs_account.c
8501         * src/account.c: changed the location of rc files.
8502         * src/account.c: enabled closing window when escape key is pressed.
8503
8504 2000-01-02
8505
8506         * version 0.1.3alpha
8507
8508         * src/compose.c: fixed a bug that caused segmentation fault
8509           when sending failed.
8510           And relocated header-generation routines from src/send.c.
8511         * src/send.c: moved header-generation routines to src/compose.c.
8512         * src/prefs.c: added '~' to home directory expansion.
8513         * src/prefs_account.[ch]: added signature file path configuration.
8514         * src/prefs_common.[ch]: added spool path configuration.
8515         * src/inc.c: changed the method of user name acquisition to use
8516           g_get_user_name().
8517
8518 2000-01-01
8519
8520         * version 0.1.2alpha
8521
8522         * added ChangeLog (this file), ChangeLog.jp.
8523         * some code cleanups.
8524         * added manage_window.[ch] for transient window management.
8525         * src/procheader.c: optimized header processing routine a bit.
8526         * src/send.c: fixed exception handling on connection.
8527         * src/inc.c: added exception handling on getting user name.
8528
8529 2000-01-01
8530
8531         * version 0.1.1alpha
8532
8533         * src/send.c: fixed a bug that didn't add Content-Type: header.
8534
8535 2000-01-01
8536
8537         * version 0.1.0alpha
8538
8539         * initial release.