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