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