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