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