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