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