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