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