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