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