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