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