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