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