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