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