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