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