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