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