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