2004-12-14 [paul] 0.9.13cvs16
[claws.git] / ChangeLog
1 2004-12-13
2
3         * src/compose.c: compose_wrap_line_all_full(): only insert space
4           when joining lines if the first character of the next line is not
5           space, or it's a boundary between multi- and single-byte characters.
6
7 2004-12-13
8
9         * src/action.c: parse_append_filename(): escape special characters
10           (thanks to IWAMOTO Kouichi).
11         * src/utils.c: subst_for_filename(): also substitute single quote.
12
13 2004-12-10
14
15         * src/compose.c: compose_wrap_line_all_full(): fixed joining line
16           problem when the first character of the next line is not
17           alphanumeric.
18
19 2004-12-09
20
21         * src/main.c: send_queue()
22           src/mainwindow.c: send_queue_cb()
23           src/compose.c: compose_send(), compose_send_later_cb(): ask user
24           to switch to online if in offline mode when sending.
25
26 2004-12-08
27
28         * src/imap.c: applied bitlength_clean_up.imap.c.patch that fixes the
29           integer length problem on 64-bit platforms (thanks to Alfons).
30
31 2004-12-03
32
33         * version 1.0.0beta4
34
35 2004-12-03
36
37         * src/pixmaps/regular.xpm: removed unused icon.
38         * README
39           README.jp: updated.
40
41 2004-12-02
42
43         * src/pop.c: pop3_write_msg_to_file(): don't convert single CRs to
44           LFs (thanks to Alfons).
45         * src/utils.[ch]: my_memmem(): original implementation of memmem().
46
47 2004-12-01
48
49         * manual/ja/sylpheed.sgml: updated for the latest version.
50
51 2004-12-01
52
53         * src/pixmaps/unread.xpm: adjusted the hue of image.
54
55 2004-12-01
56
57         * src/filter.c: removed C99 '//' comments.
58
59 2004-11-30
60
61         * src/pixmaps/dir-close.xpm
62           src/pixmaps/dir-open.xpm
63           src/pixmaps/dir-noselect.xpm
64           src/pixmaps/group.xpm: adjusted the hue of images.
65
66 2004-11-29
67
68         * src/pixmaps/dir-close.xpm
69           src/pixmaps/dir-open.xpm
70           src/pixmaps/dir-noselect.xpm
71           src/pixmaps/group.xpm: replaced with new images.
72
73 2004-11-29
74
75         * src/pixmaps/folder.xpm: removed.
76
77 2004-11-26
78
79         * src/summaryview.c: changed one-letter column titles to icons.
80         * src/pixmaps/mail.xpm: new.
81
82 2004-11-26
83
84         * src/summaryview.c: summary_execute(): pop summary statusbar message.
85
86 2004-11-26
87
88         * src/prefs_common.c: added Web browser commands.
89
90 2004-11-26
91
92         * manual/ja/sylpheed.sgml: updated for the latest version.
93         * manual/ja/Makefile.am: added target 'update-html'.
94
95 2004-11-22
96
97         * INSTALL
98           INSTALL.jp: updated the confirmation list.
99
100 2004-11-19
101
102         * src/jpilot.c: unify the coding style.
103         * src/mainwindow.c: fixed duplicated accelerator.
104
105 2004-11-18
106
107         * src/procmsg.c: write_mark_func(): fixed bad cast on the system that
108           sizeof(gpointer) != guint.
109
110 2004-11-18
111
112         * src/mainwindow.c: fixed English (trashes -> trash).
113         * src/prefs_common.c: prefs_keybind_apply_clicked(): updated menu
114           strings.
115
116 2004-11-18
117
118         * src/mainwindow.c: changed the menu label "Empty trash" to
119           "Empty all trashes".
120
121 2004-11-16
122
123         * version 1.0.0beta3
124
125 2004-11-16
126
127         * src/pixmaps/error.xpm: made them smaller size to fit CList row.
128
129 2004-11-16
130
131         * src/jpilot.c: applied the JPilot addressbook Japanese support
132           patch (thanks to IWAMOTO, Kouichi).
133
134 2004-11-15
135
136         * src/compose.c
137           src/procmime.[ch]: use BASE64 encoding if the ratio of 8bit
138           characters in attaching text files is greater than 20%, otherwise
139           use quoted-printable (or 7bit if not at all).
140
141 2004-11-12
142
143         * src/compose.c: compose_write_attach()
144           src/procmime.c: procmime_decode_content():
145           canonicalize text files before encoding to BASE64, and
146           uncanonicalize after decoding to conform with RFC 2045
147           (thanks to Nicolas Degory).
148
149 2004-11-11
150
151         * src/pixmaps/complete.xpm
152           src/pixmaps/continue.xpm: made them smaller size to fit CList
153           row.
154
155 2004-11-11
156
157         * src/statusbar.c: statusbar_create(): set the width of widget to 1
158           not to expand automatically.
159         * src/utils.[ch]: trim_string_before(): trim beginning characters
160           longer than the specified length and add "...".
161         * src/folderview.c
162           src/summaryview.c: use trim_string_before() to display folder name.
163
164 2004-11-10
165
166         * src/defs.h
167           src/prefs_common.c: made mozilla-firefox as default browser.
168
169 2004-11-09
170
171         * src/summaryview.c: summary_key_pressed()
172           src/textview.c: textview_key_pressed(): back scroll when Shift or
173           Alt and Space key is pressed. Also back scroll when Shift and Enter
174           key is pressed.
175
176 2004-11-09
177
178         * src/foldersel.c: foldersel_new_folder(): select newly created
179           folder.
180
181 2004-11-08
182
183         * version 1.0.0beta2
184
185 2004-11-08
186
187         * src/account.c
188           src/imap.c
189           src/inc.c
190           src/pop.c
191           src/prefs_account.[ch]: obsoleted RecvProtocol::A_APOP and made an
192           option for APOP.
193           prefs_account_protocol_set_optmenu(): refactored.
194
195 2004-11-07
196
197         * src/folderview.c: folderview_empty_trash_cb(): removed unused
198           variables.
199
200 2004-11-05
201
202         * src/summary_search.c: use C string instead of wide character string.
203           Enabled AND/OR matching.
204
205 2004-11-05
206
207         * src/folderview.[ch]
208           src/mainwindow.c: change menu sensitivity of File/Folder and
209           File/Mailbox according to selected folder.
210           Enabled newsgroups subscription from 'File/Folder/Create new folder'.
211
212 2004-11-04
213
214         * src/folderview.[ch]
215           src/mainwindow.c: reorganized folder/mailbox menus.
216           Enabled 'Remove mailbox', 'Check for new messages' and
217           'Rebuild folder tree' on main menu.
218           Removed 'Remove mailbox' from the folder context menu.
219
220 2004-11-04
221
222         * src/folderview.c
223           src/mainwindow.c
224           src/procmsg.[ch]: added 'Empty trash' to the folder context menu.
225
226 2004-11-01
227
228         * src/filter.[ch]
229           src/summaryview.c: don't move/delete immediately when
230           immediate_execution is off.
231
232 2004-10-29
233
234         * version 1.0.0beta1
235
236 2004-10-29
237
238         * upgraded to gettext-0.14.1.
239
240 2004-10-28
241
242         * src/compose.c: reorganized the menu.
243         * src/mh.c: removed g_print() for debug.
244
245 2004-10-27
246
247         * src/compose.c
248           src/prefs_template.c
249           src/template.[ch]: added Cc: to template parameter.
250
251 2004-10-26
252
253         * src/prefs_filter_edit.c: fixed condition menu switching problem
254           on editing existing rules.
255
256 2004-10-25
257
258         * src/filter.c: filter_action_exec(): update counters of FolderItem
259           on local filtering (fixes wrong folderview message count).
260
261 2004-10-25
262
263         * src/mbox.c: proc_mbox(): check if folder_table is NULL (fix
264           warnings).
265
266 2004-10-21
267
268         * src/pixmaps/stock_add_16.xpm
269           src/pixmaps/stock_remove_16.xpm: converted from stock icons in
270           gtk-2.4.
271         * src/prefs_filter_edit.c: use icons for add/remove button.
272         * src/stock_pixmap.[ch]: added add/remove icons.
273
274 2004-10-21
275
276         * src/pixmaps/stock_dialog_error_48.xpm
277           src/pixmaps/stock_dialog_info_48.xpm
278           src/pixmaps/stock_dialog_question_48.xpm
279           src/pixmaps/stock_dialog_warning_48.xpm: converted dialog icons from
280           stock icons in gtk-2.4.
281         * src/alertpanel.[ch]: added icons to the alert dialog.
282           alertpanel_message(): Added AlertType.
283         * src/stock_pixmaps.[ch]: added dialog icons.
284
285
286 2004-10-08
287
288         * src/procmsg.c: removed verbose debug prints.
289
290 2004-10-07
291
292         * version 0.9.99
293
294 2004-10-07
295
296         * src/procmsg.c: procmsg_send_queue()
297           src/send_message.c: send_queue_info_free(): fixed segmentation fault
298           when trying to send an invalid queued message.
299
300 2004-10-06
301
302         * src/mainwindow.c: added separators to the File menu.
303         * src/prefs_filter_edit.c: removed some debug prints.
304
305 2004-10-05
306
307         * src/inputdialog.c: input_dialog_open(): don't start auto-checking
308           mail while opening the input dialog.
309
310 2004-10-04
311
312         * src/mh.c: mh_remove_all_msg()
313           src/procmsg.c: procmsg_empty_trash(): fixed wrong message count
314           after emptying trash.
315
316 2004-10-01
317
318         * src/prefs_filter.c: fixed a bug that didn't add an auto-created
319           rule.
320         * src/prefs_filter_edit.c: prefs_filter_edit_dialog_to_rule(): check
321           if rule name exists.
322
323 2004-09-30
324
325         * src/filter.c: filter_apply_msginfo(): don't apply filter if
326           FilterRule::enabled == FALSE.
327         * src/prefs_filter.c: implemented Enabled column.
328         * src/account.c: account_selected(): modified the behavior of
329           double-click.
330
331 2004-09-30
332
333         * src/colorlabel.c: modified the menu label size. Removed "None" from
334           color menu.
335         * src/filter.[ch]
336           src/prefs_filter_edit.c: implemented color label action.
337         * src/summaryview.c: summary_filter_func(): update summary flags
338           when flag action is performed.
339
340 2004-09-29
341
342         * src/prefs_filter_edit.c: added color label.
343         * src/colorlabel.c: modified the menu label size and border.
344
345 2004-09-28
346
347         * src/filter.[ch]
348           src/prefs_filter_edit.c: improved error handling when creating a
349           rule.
350
351 2004-09-28
352
353         * src/prefs_common.c: adjusted the default size of views.
354
355 2004-09-27
356
357         * src/filter.c
358           src/prefs_filter_edit.c: implemented size/age condition.
359         * src/menu.[ch]: menu_get_option_menu_active_user_data(): new.
360
361 2004-09-22
362
363         * src/prefs_filter_edit.c: select previous item when editing header
364           finished.
365
366 2004-09-22
367
368         * src/prefs_filter.[ch]
369           src/prefs_filter_edit.c
370           src/procheader.[ch]: implemented user-defined header dialog.
371
372 2004-09-17
373
374         * src/filter.c:
375           filter_action_exec(): modified local filtering.
376           strmatch_regex(): use case-insensitive regex.
377         * src/summaryview.[ch]: display filtering result to the status bar.
378
379 2004-09-14
380
381         * src/filter.[ch]: implemented filter rule application timing.
382         * src/prefs_fil_er_edit.c: prefs_filter_edit_action_hbox_set():
383           fixed a bug that didn't display parameter of PF_ACTION_EXEC.
384
385 2004-09-10
386
387         * src/prefs_filter.c: prefs_filter_write_user_header_list(): use
388           prefs_file_open() instead of fopen().
389
390 2004-09-10
391
392         * src/defs.h
393           src/prefs_filter.c: implemented load/save of user-defined
394           header list.
395
396 2004-09-09
397
398         * src/inc.c: inc_spool()
399           src/prefs_common.c: modified spool path config so that users can
400           specify both file and directory.
401
402 2004-09-09
403
404         * src/prefs_filter.[ch]
405           src/prefs_filter_edit.[ch]: implemented creating filter rule by
406           message.
407
408 2004-09-07
409
410         * src/mimeview.c: mimeview_drag_data_get()
411           src/summaryview.c: summary_drag_data_get(): fixed broken URI in
412           DnD.
413
414 2004-09-06
415
416         * src/filter.[ch]
417           src/summaryview.c: fixed local filtering.
418         * src/mh.c: mh_copy_msgs(): restored missing 'else'.
419
420 2004-09-06
421
422         * src/foldersel.c: foldersel_new_folder(): fixed possible memory
423           corruption, and write folder list data after appending.
424         * src/summaryview.c: summary_show(): up FolderItem::opened flag
425           after reading message list.
426
427 2004-09-03
428
429         * src/filter.c
430           src/inc.c
431           src/mbox.c
432           src/mh.c
433           src/procmsg.[ch]
434           src/summaryview.c: properly handle 'new' flags by using
435           FolderItem::mark_queue.
436
437 2004-08-31
438
439         * src/filter.c
440           src/inc.c: modified 'new' flags management.
441
442 2004-08-31
443
444         * src/prefs_filter.c: don't move to the last row when opening the
445           dialog. Clear CList when closing.
446
447 2004-08-27
448
449         * src/filter.c
450           src/inc.c
451           src/pop.[ch]
452           src/prefs_filter_edit.c
453           src/summaryview.c: implemented FLT_ACTION_EXEC and FLT_ACTION_DELETE.
454
455 2004-08-27
456
457         * src/prefs_filter.c: auto-scroll when a new rule is added.
458           open edit dialog when a rule is double-clicked.
459           prefs_filter_copy_cb(): implemented.
460         * src/prefs_filter_edit.c: implemented action "Stop rule evaluation".
461
462 2004-08-26
463
464         * src/filter.[ch]
465           src/inc.c
466           src/mbox.c
467           src/prefs_filter_edit.c
468           src/summaryview.c: renamed FilterResult to FilterInfo, and added
469           account to its members.
470           Implemented command test, size, age, account, and on-receive
471           condition.
472         * src/mh.c
473           src/procheader.c: procheader_parse_file(): also get file size and
474           timestamp.
475         * src/utils.c:
476           execute_async()
477           execute_sync()
478           execute_command_line(): return exit status.
479
480 2004-08-26
481
482         * src/filter.[ch]
483           src/inc.c: save all types of performed actions.
484           filter_rule_rename_dest_path(): modified for the new system.
485           filter_rule_delete_action_by_dest_path(): delete actions that
486           matches with a path.
487         * src/mbox.c: proc_mbox(): ignore FLT_ACTION_NOT_RECEIVE.
488         * src/prefs_filter.c: prefs_filter_delete_path(): modified for the new
489           system.
490         * src/summaryview.c:
491           summary_filter()
492           summary_filter_func(): modified for the new system.
493
494 2004-08-25
495
496         * src/filter.[ch]: implemented message body match.
497         * src/procmime.[ch]:
498           procmime_find_string_part()
499           procmime_find_string(): take function pointer for matching.
500         * src/procmsg.[ch]: added file_path (which is only used for temporary
501           messages) to MsgInfo.
502           procmsg_msginfo_copy()
503           procmsg_msginfo_free(): handle extra members.
504         * src/summary_search.c: modified for procmime_find_string().
505         * src/summaryview.c: filter_apply_local() -> filter_apply_msginfo().
506         * src/utils.[ch]: added function for string match.
507         * src/compose.c
508           src/undo.c: removed redundant debug messages.
509
510 2004-08-24
511
512         * implemented the new filtering system (still in progress).
513         * src/defs.h
514           src/filter.[ch]: implemented reading/writing of filter XML data.
515         * src/prefs_filter.[ch]
516           src/prefs_filter_edit.[ch]: implemented UI for the new filtering
517           system.
518         * src/inc.c
519           src/main.c
520           src/mbox.c
521           src/pop.c
522           src/summaryview.c: modified for the new filtering system.
523         * src/menu.h: MENUITEM_ADD(): create separator if label is NULL.
524         * src/procheader.[ch]: added some utility functions.
525         * src/utils.c: open_uri(): modified warning message.
526
527 2004-08-09
528
529         * src/main.c: removed parsing of "./gtkrc".
530
531 2004-08-04
532
533         * src/socket.c:
534           ssl_read()
535           ssl_peek(): check SSL before reading data (fixes freeze when
536           socket is broken).
537         * src/session.[ch]: session_set_access_time(): new.
538         * src/imap.c
539           src/news.c
540           src/nntp.c: only update last_access_time when successfully
541           receiving a server response.
542         * thanks to Cedric Pradalier for above.
543
544 2004-07-23
545
546         * src/xml.[ch]: code cleanup and added some functions.
547
548 2004-07-16
549
550         * src/pop.[ch]: pop3_getrange_uidl_recv(): relaxed invalid UIDL
551           checking.
552
553 2004-07-16
554
555         * src/account.[ch]
556           src/main.c
557           src/prefs.[ch]
558           src/prefs_account.[ch]
559           src/prefs_common.[ch]: unified *_{save,write}_config() to
560           *_write_config().
561
562 2004-06-30
563
564         * src/procheader.c:
565           procheader_get_one_field()
566           procheader_get_unfolded_line(): fixed a bug that unfolding was
567           broken if the sequence 'SP CR LF' appeared (thanks to NOGUCHI,
568           Takuya).
569
570 2004-06-23
571
572         * src/prefs_common.c: made the default of confirm_on_exit FALSE.
573
574 2004-06-23
575
576         * src/menu.[ch]: added menu_set_active().
577         * src/compose.c: don't change 'View/Auto wrapping' mode when selecting
578           accounts.
579
580 2004-06-23
581
582         * src/compose.[ch]: autowrap can be switched on/off from the compose
583           window.
584
585 2004-06-17
586
587         * version 0.9.12
588
589 2004-06-17
590
591         * src/session.c: session_set_timeout(): fixed a bug that didn't
592           reset timeout_tag when interval is 0.
593
594 2004-06-16
595
596         * src/gtkstext.c: gtk_stext_update_text(): added null checking for
597           cache (thanks to Jim Hranicky).
598
599 2004-06-15
600
601         * src/defs.h: increased CACHE_VERSION to work around the
602           incompatibility of the cache on some platforms (ex. FreeBSD).
603         * src/procmsg.c: procmsg_read_cache(): discard all read cache data
604           if an error occurred.
605
606 2004-06-10
607
608         * src/summaryview.[ch]: hide 'Re-edit' menu when it's unusable.
609
610 2004-06-08
611
612         * src/inc.[ch]
613           src/send_message.c
614           src/session.[ch]: implemented session timeout.
615         * src/pop.h: removed unused values from Pop3ErrorValue.
616
617 2004-06-07
618
619         * src/inc.c: inc_all_account_mail(): code cleanup.
620
621 2004-06-03
622
623         * src/procmsg.c: procmsg_read_cache_data_str(): changed gint32 to
624           guint32 for some platforms.
625         * src/summaryview.c: restored 'Print' menu.
626
627 2004-06-01
628
629         * src/about.c: modified copyright year.
630
631 2004-05-28
632
633         * version 0.9.11
634
635 2004-05-21
636
637         * src/smtp.c: comply with RFC 2821 (thanks to Alfons).
638
639 2004-05-20
640
641         * src/folderview.[ch]: implemented spring-loaded folder.
642
643 2004-05-20
644
645         * src/folderview.c: folderview_button_pressed(): enable menu item
646           'Search messages...' only when opened folder is selected.
647
648 2004-05-19
649
650         * src/compose.c
651           src/prefs_common.[ch]: removed the option "Queue messages that fail
652           to send".
653
654 2004-05-18
655
656         * src/summaryview.c: cleaned up the context menu.
657         * src/mainwindow.c: changed the position of '/Message/Re-edit'
658           menuitem.
659
660 2004-05-12
661
662         * src/procmsg.[ch]: fixed the type of integer value in cache data
663           to g(u)int32.
664
665 2004-05-11
666
667         * src/nntp.c: nntp_get_article(): ignore the protocol error of
668           response for some broken news servers (thanks to Davide Scola).
669
670 2004-05-11
671
672         * src/gtkutils.[ch]: added gtkut_editable_disable_im().
673         * src/passphrase.c: disable XIM on entering passphrase.
674
675 2004-05-11
676
677         * src/compose.c
678           src/folderview.c
679           src/inc.c
680           src/prefs_display_header.c
681           src/procmsg.h: fixed for AMD64 (and other 64-bit platforms)
682           (thanks to Hiroyuki Ikezoe).
683
684 2004-05-10
685
686         * src/inc.[ch]: don't use gtk_timeout_add(), instead use
687           gettimeofday() (to prevent infrequent lockup).
688
689 2004-03-19
690
691         * src/defs.h
692           src/inc.[ch]: changed the method of updating the progress dialog
693           to reduce the overhead on a fast network.
694
695 2004-03-16
696
697         * src/nntp.c: nntp_session_new(): attempt to authenticate at the
698           beginning of a session (thanks to Shiino Yuki and IWAMOTO, Kouichi).
699         * src/news.c
700           src/nntp.c: destroy session when socket error occurred.
701
702 2004-03-12
703
704         * src/mainwindow.c
705           src/summaryview.[ch]: added a function to filter selected
706           messages.
707
708 2004-03-12
709
710         * src/filter.[ch]
711           src/prefs_filter.c: rewrote the filtering system (the UI is not
712           implemented yet).
713
714 2004-03-09
715
716         * src/filter.c: fixed the matching algorithm of "not contain" flag
717           (also match if a header not exist, and handle same multiple
718           headers).
719         * src/imageview.c: get_resized_size(): fixed a typo that caused
720           resizing problem.
721
722 2004-03-02
723
724         * src/folder.c
725           src/mh.c: only update FolderItem::last_num when removing the last
726           number of message in MH folders, and don't scan in other case
727           (fixes wrong message count on moving).
728
729 2004-03-02
730
731         * src/folderview.c
732           src/summaryview.c: always move messages by default when using DnD
733           (except for News folder). Copy messages if Ctrl-key is pressed.
734         * src/mainwindow.c: main_window_empty_trash()
735           src/summaryview.c: summary_execute(): added missing
736           statusbar_pop_all().
737
738 2004-02-29
739
740         * version 0.9.10
741
742 2004-02-26
743
744         * src/prefs_common.c: made the default of "inc_local" FALSE.
745
746 2004-02-26
747
748         * src/account.c
749           src/folderview.c: toggle online mode when checking IMAP4 accounts.
750           Pop status bar after that.
751         * src/inc.c: code cleanup.
752         * src/mainwindow.[ch]: added main_window_get() and
753           main_window_toggle_online_if_offline().
754         * src/prefs_common.c: prefs_common_read_config(): fixed a bug that
755           made it offline mode on first execution.
756
757 2004-02-25
758
759         * src/imageview.c: enabled automatic resize on window resize.
760           restrict the minimum size to 16 pixels to prevent crash.
761           imageview_init(): don't cache images when using imlib.
762           imageview_show_image(): fixed memory leak.
763         * src/mimeview.c: mimeview_init(): call imageview_init().
764
765 2004-02-24
766
767         * src/codeconv.[ch]: added ISO-2022-JP-3 encoding.
768
769 2004-02-24
770
771         * src/codeconv.c
772           src/mainwindow.c
773           src/messageview.c: added KOI8-U encoding.
774         * src/prefs_common.c: prefs_message_create(): modified the string
775           of resizing image option.
776
777 2004-02-19
778
779         * src/addressbook.c: addressbook_list_selected(): corrected its
780           argument.
781         * src/imageview.[ch]: keep original image data in ImageView, and
782           enabled the toggle of resizing.
783         * src/messageview.[ch]
784           src/mimeview.[ch]: handle ImageView in MimeView instead of
785           MessageView.
786
787 2004-02-16
788
789         * src/imap.c
790           src/news.c
791           src/summaryview.c: removed statusbar_pop_all() from imap.c and
792           news.c (do it in summaryview.c).
793
794 2004-02-12
795
796         * src/inc.[ch]
797           src/pop.[ch]: made inc_drop_message() the virtual function of
798           Pop3Session and removed the dependency of pop.c on inc.h.
799
800 2004-02-12
801
802         * src/mainwindow.c
803           src/messageview.[ch]
804           src/textview.c: added statusbar to the message view with new window.
805
806 2004-02-10
807
808         * src/inc.[ch]: use hash table for progressive update.
809           changed update interval to 2 sec.
810         * src/folder.[ch]
811           src/mh.c
812           src/procmsg.c
813           src/summaryview.c: added FolderItem::unmarked_num to correct the
814           folder message counting.
815
816 2004-02-09
817
818         * src/inc.[ch]: update folderview progressively.
819         * src/foldersel.c: display full id for selected item.
820
821 2004-02-06
822
823         * src/folderview.[ch]: code cleanup.
824           folderview_append_item(): new. It appends the folder to the folder
825           view.
826         * src/foldersel.c: foldersel_new_folder(): use
827           folderview_append_item().
828
829 2004-02-06
830
831         * src/foldersel.c: implemented 'create new folder' function.
832         * src/folder.[ch]: folder_find_child_item_by_name(): new.
833         * src/utils.h: AUTORELEASE_STR(): convert malloc'd string into
834           auto-release (alloca'd) one.
835
836 2004-02-05
837
838         * src/folderview.c: put together folderview_new_imap_folder_cb() into
839           folderview_new_folder_cb().
840
841 2004-02-04
842
843         * src/compose.c: compose_write_to_file(): removed redundant strlen()
844           (thanks to Alfons).
845         * src/textview.c: textview_button_pressed(): select correct account
846           when address is clicked.
847
848 2004-01-29
849
850         * version 0.9.9
851
852 2004-01-29
853
854         * src/folder.c: folder_item_fetch_all_msg()
855           src/folderview.c: folderview_download_cb(): show progress with
856           the progressbar.
857         * src/mainwindow.[ch]: added new functions for progressbar.
858
859 2004-01-29
860
861         * src/summaryview.c: summary_key_pressed(): GDK_Left should only
862           switch to folderview when summaryview hscrollbar is at the leftmost
863           position (thanks to Alfons).
864
865 2004-01-29
866
867         * src/codeconv.c: conv_euctojis(): made JIS X 0201 Kana conversion
868           configurable.
869         * src/prefs_common.[ch]: added PrefsCommon::allow_jisx0201_kana
870           (hidden setting).
871
872 2004-01-28
873
874         * src/codeconv.c: conv_euctojis(): force JIS X 0201 Kana to JIS X 0208
875           conversion.
876
877 2004-01-28
878
879         * src/imap.c: imap_get_msginfo(): fixed wrong counting.
880
881 2004-01-28
882
883         * src/base64.c
884           src/codeconv.c
885           src/compose.c
886           src/html.c
887           src/imap.c
888           src/pop.c
889           src/prefs_account.c
890           src/procmime.c
891           src/procmsg.c
892           src/quote_fmt_parse.y
893           src/quoted-printable.c
894           src/textview.c
895           src/unmime.c
896           src/utils.c
897           src/utils.h
898           src/xml.c: fixed wrong type of argument for ctype functions (char
899           had been passed instead of unsigned char).
900
901
902 2004-01-27
903
904         * src/mainwindow.[ch]: added MainWindow::messageview_cid.
905           Clear messageview when it is hidden.
906         * src/textview.c: show URL to the statusbar when its link is clicked.
907           textview_uri_security_check(): compare real URL and apparent one
908           and show warning if it seems to be a fake URL.
909         * src/utils.[ch]:
910           is_uri_string(): return TRUE if the string seems like a URL.
911           get_uri_path(): return URL except for its scheme part.
912
913 2004-01-23
914
915         * src/folder.[ch]: folder_item_fetch_all_msg(): new. It fetches all
916           messages in a folder.
917         * src/folderview.c: implemented 'Download' feature.
918
919 2004-01-23
920
921         * src/gtkutils.[ch]: implemented ComboButton which adds an arrow
922           menu button to a button.
923         * src/mainwindow.[ch]: main_window_toolbar_create(): added combo
924           button to reply and forward button.
925
926 2004-01-22
927
928         * src/mainwindow.c: fixed automatic expansion of window size because
929           of toolbar.
930
931 2004-01-21
932
933         * src/addr_compl.[ch]
934           src/gtkshruler.[ch]: changed the copyright notice.
935
936 2004-01-20
937
938         * src/gtkstext.c: find_line_params(): also break between mutlibyte
939           and single-byte characters.
940
941 2004-01-20
942
943         * src/gtkstext.c: find_line_params(): break lines between multibyte
944           characters on word wrap mode.
945
946 2004-01-05
947
948         * src/codeconv.c: conv_iconv_strdup(): fixed crashes on LP64
949           environments (thanks to James Noyes).
950         * src/compose.c: compose_select_account(): don't turn off the sign/
951           encrypt option automatically.
952
953 2003-12-17
954
955         * src/inc.[ch]: made inc_account_mail() public.
956         * src/mainwindow.c: moved receive menus into submenu, and added
957           dynamic menus for receiving from each account.
958
959 2003-12-15
960
961         * version 0.9.8a
962
963 2003-12-15
964
965         * src/procmsg.c: procmsg_open_data_file(): set buffer if DATA_READ
966           is specified and a buffer is given.
967           procmsg_open_cache_file_with_buffer(): new.
968           procmsg_read_cache(): fixed a bug that called setvbuf() after an
969           file I/O which caused buffer read error.
970
971 2003-12-12
972
973         * version 0.9.8
974
975 2003-12-12
976
977         * configure.in: enable IPv6 support by default.
978
979 2003-12-11
980
981         * src/inc.c: inc_mail(), inc_all_account_mail(): ask user to switch
982           to online when in offline mode.
983         * src/mainwindow.h: added main_window_toggle_online().
984
985 2003-12-11
986
987         * src/foldersel.c
988           src/folderview.[ch]
989           src/mainwindow.c
990           src/stock_pixmap.[ch]
991           src/pixmap/dir-noselect.xpm: made no-select folders display with
992           dim icon and string.
993         * src/Makefile.am: added offline.xpm, online.xpm, and
994           dir-noselect.xpm to EXTRA_DIST.
995
996 2003-12-11
997
998         * src/folder.h: added macro FOLDER_ITEM_CAN_ADD().
999         * src/folderview.c: folderview_drag_motion_cb(): code cleanup.
1000           folderview_drag_received_cb(): don't accept at no_select folder or
1001           from itself.
1002         * src/foldersel.c: made folders on which no_select flag is set not
1003           selectable.
1004
1005 2003-12-10
1006
1007         * src/imap.c: imap_do_copy_msgs(), imap_remove_msgs(): code cleanup.
1008           set MSG_INVALID flag when messages are deleted.
1009         * src/mh.c: mh_do_move_msgs(), mh_remove_msg(): set MSG_INVALID flag
1010           when messages are deleted.
1011         * src/procmsg.[ch]:
1012           procmsg_move_messages()
1013           procmsg_copy_messages(): return error status.
1014           Added MSG_INVALID to MsgTmpFlags.
1015         * src/summaryview.c: summary_execute(): detect errors and only remove
1016           nodes that are invalidated.
1017           summary_unthread_for_exec(): fixed a bug that didn't remove nodes
1018           in collapsed trees.
1019
1020 2003-12-06
1021
1022         * src/mainwindow.[ch]: added online switch button to the statusbar,
1023           and "/File/Work offline" in the menu.
1024         * src/pixmaps/offline.xpm
1025           src/pixmaps/online.xpm: new (borrowed from
1026           themes/classic/communicator/icons/ in Mozilla).
1027         * src/stock_pixmap.[ch]: added online.xpm and offline.xpm.
1028         * src/textview.[ch]: textview_show_error(): new.
1029         * src/summaryview.c: summary_display_msg_full(): update marks only
1030           if messages are displayed.
1031         * src/prefs_common.[ch]: added PrefsCommon::online_mode.
1032         * src/news.c: news_session_get()
1033           src/imap.c: imap_session_get(): return NULL when in offline mode.
1034         * src/messageview.[ch]: messageview_show(): return status whether
1035           messages are successfully displayed. Display error messages in
1036           the view when failed.
1037         * src/procmsg.c:
1038           procmsg_get_message_file()
1039           procmsg_open_message(): don't output warnings when fetch failed.
1040
1041 2003-12-04
1042
1043         * src/html.c: html_get_tag(): support attributes which don't have
1044           values.
1045
1046 2003-12-04
1047
1048         * src/codeconv.c: conv_get_code_conv_func(): return conv_latintodisp
1049           only if src_charset and current charset is identical or current
1050           one is multibyte (fixes display of ISO-8859-5 on KOI8-R locale etc.).
1051
1052 2003-11-25
1053
1054         * autogen.sh: don't include m4 directory in aclocal.
1055         * intl/libgnuintl.h: removed from cvs.
1056         * po/.cvsignore: added stamp-po and remove-potcdate.sed.
1057
1058 2003-11-24
1059
1060         * upgraded to gettext-0.12.1.
1061
1062 2003-11-24  gettextize  <bug-gnu-gettext@gnu.org>
1063
1064         * Makefile.am (SUBDIRS): Add m4.
1065         (ACLOCAL_AMFLAGS): New variable.
1066         (EXTRA_DIST): Add config.rpath.
1067         * configure.in (AC_OUTPUT): Add m4/Makefile.
1068
1069 2003-11-21
1070
1071         * configure.in: added check for d_type member in struct dirent.
1072         * src/mh.c: mh_scan_folder(): use d->d_type if available.
1073           mh_get_uncached_msgs(): removed redundant stat().
1074           mh_parse_msg(): return NULL if not a regular file.
1075           mh_scan_tree_recursive(): use d->d_type if available.
1076         * src/utils.[ch]:
1077           dirent_is_regular_file()
1078           dirent_is_directory(): new. Use d->d_type to determine the type
1079           of entry if available.
1080           remove_dir_recursive(): use dirent_is_directory().
1081
1082 2003-11-14
1083
1084         * src/folder.h: added 'updated' flag to FolderItem.
1085         * src/folderview.[ch]: folderview_update_all_updated(): new. It
1086           updates all updated folders.
1087         * src/imap.c: set FolderView::update flag on changes of contents.
1088         * src/main.c: send_queue()
1089           src/mainwindow.c: send_queue_cb(): code cleanup.
1090         * src/mh.c: code cleanup.
1091           mh_scan_folder(): correctly count new messages.
1092         * src/procmsg.[ch]: code cleanup.
1093           procmsg_open_cache_file(): new.
1094           procmsg_open_mark_file(): enable read/write/append.
1095           procmsg_send_queue(): correctly choose outbox for accounts.
1096         * src/send_message.[ch]: send_get_queue_info(): get a queue
1097           information from queued messages.
1098           send_queue_info_free(): free QueueInfo.
1099           send_message_queue(): take QueueInfo as an argument instead of file.  
1100         * src/summaryview.c: summary_write_cache(): code cleanup.
1101
1102 2003-11-10
1103
1104         * src/compose.c: compose_redirect_write_headers(): correctly add
1105           Resent-Cc: header.
1106
1107 2003-11-05
1108
1109         * src/imap.c: imap_get_msg_list(): fallback to FETCH command if SEARCH
1110           command to get flags failed.
1111           imap_search_flags(): returns UID array and flags hash table using
1112           SEARCH command.
1113           imap_fetch_flags(): returns UID array and flags hash table using
1114           FETCH command.
1115
1116 2003-10-28
1117
1118         * src/summary_search.c: summary_search_execute(): fixed 'Select all
1119           matched' when backward search is enabled.
1120           Made the backward search button insensitive when 'select all
1121           matched' is enabled.
1122
1123 2003-10-15
1124
1125         * version 0.9.7
1126
1127 2003-10-15
1128
1129         * src/imap.c: imap_scan_tree(): check the existence of root directory
1130           with LIST instead of STATUS.
1131
1132 2003-10-07
1133
1134         * src/send_message.c: fixed format string bug (exploitable by
1135           malicious SMTP server) when calling alertpanel_error()
1136           (thanks to Georgi Guninski).
1137
1138 2003-10-03
1139
1140         * src/folder.[ch]
1141           src/imap.[ch]
1142           src/mh.[ch]
1143           src/news.[ch]: refactoring of the folder system (based on the claws'
1144           implementation).
1145         * src/account.c
1146           src/foldersel.c
1147           src/folderview.c
1148           src/mainwindow.c
1149           src/messageview.c
1150           src/procmsg.c
1151           src/setup.c
1152           src/summaryview.c: use FOLDER_TYPE() macro at every place.
1153
1154 2003-09-17
1155
1156         * version 0.9.6
1157
1158 2003-09-17
1159
1160         * src/addressbook.c:
1161           addressbook_folder_load_person()
1162           addressbook_folder_load_group(): sort the ctree after the end of
1163           the loop (fixes performance issue when many addresses are in one
1164           folder) (thanks to christian mock).
1165
1166 2003-09-16
1167
1168         * src/folderview.c: folder_init(): code cleanup.
1169         * src/summaryview.c: summary_init(): check if boldfont is
1170           successfully loaded.
1171         * src/grouplistdialog.c: use proper callback for delete_event (thanks
1172           to Takuro Ashie).
1173         * src/imap.c: allow zero-length messages.
1174         * src/recv.c: recv_bytes_write(): return immediately if size == 0.
1175
1176 2003-09-16
1177
1178         * src/folderview.c: folderview_init(): if font can't be loaded, fall
1179           back to gtk default (fixes crashes on startup). Also removed the
1180           redundant code.
1181
1182 2003-09-15
1183
1184         * src/compose.c: compose_insert_sig(): insert signature at the
1185           current cursor position on manual operation.
1186
1187 2003-09-11
1188
1189         * src/summaryview.c: summary_key_pressed(): don't ignore delete key
1190           even if the main window is locked.
1191
1192 2003-09-10
1193
1194         * src/action.c: improved synchronous action exit code (fixes long
1195           delay after action exit on RH9) (thanks to Melvin).
1196         * src/stringtable.[ch]: string_table_insert_string(): modified the
1197           code to remove the warning "dereferencing type-punned pointer will
1198           break strict-aliasing rules".
1199           Use const gchar * instead of gchar * for arguments.
1200
1201 2003-09-05
1202
1203         * src/utils.[ch]: generate_mime_boundary(): a new function to create
1204           MIME boundary (moved from rfc2015.c).
1205           Removed more special characters.
1206           Use random() instead of lrand48() which is obsolete.
1207           Added an argument for prefix to prevent duplication.
1208           Always add "=_" as a counter-QP sequence to simplify the code.
1209         * src/rfc2015.c:
1210           rfc2015_decrypt_message()
1211           rfc2015_encrypt()
1212           rfc2015_sign(): fixed a bug that didn't handle continuous content
1213           lines correctly.
1214         * src/compose.c
1215           src/rfc2015.c: use generate_mime_boundary().
1216
1217 2003-09-05
1218
1219         * src/folderview.c:
1220           folderview_delete_folder_cb()
1221           folderview_remove_mailbox_cb(): close currently displayed folder
1222           before removing FolderItem (fixes crash on deleting folder).
1223         * src/folder.h
1224           src/imap.[ch]: imap_scan_tree()
1225           src/mh.[ch]: mh_scan_tree(): return -1 when scanning failed.
1226         * src/summaryview.c: summary_clear_all(): also clear the message view.
1227         * src/imap.c: imap_close(): fail if the specified folder is not
1228           selected.
1229           imap_scan_tree(): check if the specified root directory exist, and
1230           try creating it if not.
1231           imap_parse_list(): output warning if a server returns error.
1232           imap_find_namespace_from_list(): support not slash-delimited path.
1233           imap_status(): don't return values if they're not specified.
1234
1235 2003-09-02
1236
1237         * sylpheed.spec.in: fixed a typo.
1238
1239 2003-09-02
1240
1241         * version 0.9.5
1242
1243 2003-09-01
1244
1245         * src/inc.[ch]
1246           src/main.c
1247           src/mainwindow.c
1248           src/prefs_common.[ch]: added the receive dialog's option to
1249           display the dialog only on manual receiving, and the
1250           RECV_DIALOG_ACTIVE option was removed.
1251
1252 2003-09-01
1253
1254         * src/compose.c: compose_write_headers(): also replace ':' in the
1255           MIME boundary with '_' (as a workaround for broken servers).
1256
1257 2003-08-28
1258
1259         * src/imap.c: imap_scan_tree_recursive(): fixed compile error.
1260
1261 2003-08-27
1262
1263         * src/prefs_filter.c: added 'Top' and 'Bottom' button.
1264
1265 2003-08-26
1266
1267         * src/folder.[ch]: folder_item_remove_children(): new. It removes
1268           all children under a FolderItem.
1269         * src/folderview.c: folderview_rescan_tree(): modified the message.
1270         * src/imap.c: imap_scan_tree(), imap_scan_tree_recursive(): reuse
1271           the previous FolderItem objects.
1272
1273 2003-08-25
1274
1275         * src/folder.[ch]: added a reference to its own GNode in FolderItem.
1276           folder_item_remove(): free all FolderItem's.
1277           folder_tree_destroy(): use folder_item_remove().
1278         * src/folderview.c: folderview_sort_folders(): keep the order even
1279           if special folders' parents are different.
1280         * src/imap.c: imap_scan_tree_recursive(): fixed a memory leak.
1281         * src/mh.c: mh_scan_tree(): preserve the previous FolderItem's.
1282           mh_remove_missing_folder_items(): scan the directories and remove
1283           missing folders.
1284           mh_scan_tree_recursive(): reuse the previous FolderItem objects.
1285
1286 2003-08-20
1287
1288         * src/mainwindow.c: always reflect window size changes.
1289         * src/folderview.c: folderview_init()
1290           src/summaryview.c: summary_init(): realize the widget before
1291           creating pixmaps.
1292         * src/prefs_common.[ch]: remember the folder and mesage view's
1293           visibility.
1294
1295 2003-08-07
1296
1297         * src/mainwindow.c
1298           src/prefs_common.[ch]: remember the size and position of
1299           separated views.
1300           main_window_set_widgets(): fixed a bug that the hidden items on
1301           the header view were shown when changing the view type.
1302           Instead of setting the window size, set the each view's size.
1303
1304 2003-08-01
1305
1306         * src/compose.c: compose_select_account(): don't append signature
1307           on redirect mode.
1308           compose_insert_sig(): don't insert "\n\n" if signature string
1309           doesn't exist. Always insert signature at the end of message.
1310
1311 2003-08-01
1312
1313         * improved sylpheed.spec.in (thanks to Andre Oliveira da Costa).
1314
1315 2003-07-31
1316
1317         * minor code cleanups for the folder system.
1318         * src/compose.c: compose_queue(), compose_draft_cb(): code cleanup.
1319         * src/folder.c: code cleanups.
1320         * src/imap.c
1321           src/mh.c: calculate message numbers inside the functions.
1322         * src/procmsg.c: procmsg_set_flags(): calculate message numbers.
1323         * src/summaryview.[ch]: don't calculate and preserve message numbers
1324           inside SummaryView,
1325
1326 2003-07-30
1327
1328         * src/folder.[ch]
1329           src/imap.[ch]
1330           src/mh.[ch]
1331           src/procmsg.c
1332           src/summaryview.c: renamed *_msgs_with_dest() to *_msgs().
1333
1334 2003-07-29
1335
1336         * src/imap.[ch]: use CAPABILITY to use protocol extentions.
1337           imap_greeting(): parse initial server greeting. Also support
1338           PREAUTH response.
1339           imap_add_msgs()
1340           imap_cmd_append(): use APPENDUID responses if UIDPLUS is supported.
1341
1342 2003-07-28
1343
1344         * src/imap.c: imap_get_flag_str(): fixed a buffer overrun.
1345
1346 2003-07-25
1347
1348         * version 0.9.4
1349
1350 2003-07-25
1351
1352         * src/main.c: main(): don't save config files on startup.
1353
1354 2003-07-25
1355
1356         * src/imap.c:
1357           imap_get_msg_list(): removed redundant UID SEARCH ALL when not
1358           using cache.
1359           Unset MSG_NEW flag if \Seen is set.
1360           imap_get_uncached_messages(): fetch all messages if both first_uid
1361           and last_uid is 0.
1362
1363 2003-07-24
1364
1365         * src/imap.c: revamped the implementation so that it always
1366           exactly reflects the state of IMAP4 servers.
1367           imap_get_msg_list(): examine the state of messages using
1368           UID SEARCH commands.
1369           imap_delete_cached_message(): removes single message cache.
1370           imap_get_uid(): removed.
1371           imap_cmd_search(): new. It issues UID SEARCH command and returns
1372           an array of UIDs.
1373           imap_cmd_gen_recv(): made the length of strings unrestricted.
1374           imap_get_uid_table(): returns a hash table from UID array.
1375
1376 2003-07-24
1377
1378         * src/folder.[ch]
1379           src/imap.[ch]
1380           src/mh.[ch]
1381           src/news.[ch]: added Folder::close() method.
1382         * src/summaryview.c: summary_clear_list(): call folder_item_close().
1383
1384 2003-07-23
1385
1386         * flags are now taken over when copying messages into IMAP folders
1387           from others.
1388         * src/imap.[ch]
1389           src/mh.[ch]
1390           imap_add_msg()
1391           imap_add_msgs()
1392           mh_add_msg()
1393           mh_add_msgs(): flags can be also specified when adding files.
1394         * src/folder.[ch]: added assertions for virtual functions.
1395         * src/procmsg.[ch]: procmsg_get_message_file_list(): return the list
1396           of MsgFileInfo.
1397           procmsg_message_file_list_free(): new.
1398
1399 2003-07-23
1400
1401         * src/procmsg.h: changed MsgPermFlags and MsgTmpFlags from enum to
1402           guint32 for portability (thanks to Alfons).
1403         * src/imap.c: imap_add_msgs(): removed redundant unlink().
1404
1405 2003-07-22
1406
1407         * src/session.[ch]:
1408           session_read_msg_cb()
1409           session_read_data_cb(): fixed a bug that ran into infinite loop
1410           if connection was closed by remote host (thanks to Yoichi Imai).
1411           Added SESSION_EOF state to SessionState.
1412           session_is_connected(): new.
1413         * src/inc.[ch]: inc_put_error()
1414           src/send_message.c: send_put_error(): also put log messages.
1415
1416 2003-07-18
1417
1418         * more optimization of IMAP4.
1419         * src/folder.[ch]: added a method add_msgs() that adds multiple files
1420           to a folder.
1421           Removed redundant scan() for the operations of FolderItem.
1422         * src/imap.[ch]: implemented Folder::add_msgs() and optimized move
1423           and copy from other Folder instances.
1424         * src/mh.[ch]: implemented Folder::add_msgs() and cleaned up the code.
1425           mh_fetch_msg(): scan folder if required.
1426         * src/procmsg.[ch]: procmsg_get_message_file_list(): returns file
1427           list from message list.
1428         * src/summaryview.c: don't remove MSG_MARKED flags on
1429           delete/move/copy operation.
1430           summary_display_msg_full(): removed redundant message fetching.
1431
1432 2003-07-17
1433
1434         * optimized move/copy/delete/mark operations of IMAP4 by using
1435           sequence set when issuing commands (adopted claws' implementation
1436           with cleaning it up).
1437         * src/imap.[ch]:
1438           imap_set_message_flags()
1439           imap_cmd_envelope()
1440           imap_cmd_copy()
1441           imap_cmd_store(): take sequence set string instead of UID number.
1442           imap_do_copy_msgs_with_dest(): optimized by using sequence set.
1443           imap_cmd_fetch(): use BODY.PEEK instead of BODY.
1444           imap_remove_all_msg()
1445           imap_set_message_flags(): use FLAGS.SILENT instead of FLAGS.
1446         * src/compose.c
1447           src/summaryview.c: use imap_msg_list_{set,unset}_perm_flags()
1448           instead of issuing commands for each message.
1449
1450 2003-07-15
1451
1452         * src/inc.c
1453           src/prefs_account.[ch]
1454           src/send_message.c
1455           src/session.[ch]: added an option to enable/disable non-blocking
1456           SSL.
1457
1458 2003-07-15
1459
1460         * src/compose.c: compose_attach_append(): display message's subject
1461           when attaching message/rfc822 file.
1462
1463 2003-07-14
1464
1465         * src/session.[ch]:
1466           session_recv_msg()
1467           session_recv_data()
1468           session_read_msg_cb()
1469           session_read_data_cb(): optimized by removing sock_peek() and
1470           buffering received data in user space (correctly implemented
1471           this time).
1472
1473 2003-07-11
1474
1475         * src/session.c: reverted the previous change because it couldn't
1476           handle data receiving after messages correctly.
1477
1478 2003-07-11
1479
1480         * src/session.c:
1481           session_recv_msg()
1482           session_read_msg_cb(): optimized by removing sock_peek() and
1483           buffering messages in user space.
1484
1485 2003-07-11
1486
1487         * src/imap.[ch]: refactored.
1488           Changed all functions that have SockInfo arguments to take
1489           IMAPSession.
1490           Made imap_cmd_count an instance variable: IMAPSession::cmd_count.
1491           imap_open(): only establish TCP (or SSL) connection.
1492           imap_session_new(): process greeting and authentication here.
1493
1494 2003-07-10
1495
1496         * src/imap.[ch]: implemented CRAM-MD5 authentication, and made code
1497           cleanups.
1498         * src/prefs_account.[ch]: added option menu for IMAP4 authentication
1499           type in Receive tab, and hide other protocols' frames.
1500
1501 2003-07-10
1502
1503         * src/mainwindow.c: send_queue_cb(): don't scan folder twice if
1504           error occurred.
1505         * src/procmsg.c: procmsg_send_queue(): return number of sent
1506           messages.
1507
1508 2003-07-09
1509
1510         * src/mainwindow.c:
1511           main_window_set_toolbar_sensitive()
1512           main_window_set_menu_sensitive(): removed the locking of file
1513           operations while receiving mail.
1514
1515 2003-07-09
1516
1517         * src/folder.[ch]: folder_item_remove_msg(): take MsgInfo as an
1518           argument instead of message number.
1519         * src/imap.[ch]: imap_remove_msg(): reimplemented using
1520           imap_remove_msgs().
1521         * src/mh.[ch]: mh_do_move(): reimplemented using
1522           mh_do_move_msgs_with_dest().
1523           mh_copy_msg(): reimplemented using mh_copy_msgs_with_dest().
1524         * src/procmsg.c: procmsg_send_queue(): modified to use message list.
1525
1526 2003-07-08
1527
1528         * src/rfc2015.c: rfc2015_is_encrypted(): check MimeInfo::mime_type
1529           to suppress some warnings.
1530         * src/logwindow.c: log_window_append(): don't scroll up when trimming
1531           lines.
1532
1533 2003-07-07
1534
1535         * src/compose.c: add 'Content-Disposition: inline' to a text/plain
1536           part when using PGP/MIME signing.
1537
1538 2003-07-04
1539
1540         * version 0.9.3
1541
1542 2003-07-04
1543
1544         * src/defs.h: changed UI_REFRESH_INTERVAL from 40msec to 50msec.
1545         * src/session.c: session_read_msg_cb(): make it always fail if
1546           sock_read() returns by error.
1547         * src/socket.[ch]: sock_check(): handle exceptional SSL condition.
1548           sock_has_pending_data(): removed.
1549           Removed debug output.
1550         * src/send_message.c: send_recv_message(): display messages to
1551           statusbar.
1552
1553 2003-07-03
1554
1555         * src/inc.[ch]: update received message number on CList while
1556           retrieving.
1557         * src/session.c: session_read_data_cb(): optimized by removing
1558           g_malloc() and memcpy().
1559
1560 2003-07-02
1561
1562         * src/socket.[ch]: sock_add_watch(): new. It monitors SSL by original
1563           watch functions (otherwise uses g_io_add_watch()).
1564         * src/session.[ch]: removed previous workarounds, and replaced
1565           g_io_add_watch() with sock_add_watch().
1566
1567 2003-07-01
1568
1569         * src/socket.[ch]: added sock_has_pending_data() which returns TRUE
1570           if socket has pending data.
1571         * src/session.c: session_recv_msg(), session_recv_data(): check if
1572           socket has pending data and call the callbacks immediately in that
1573           case (fixes the hang at ESMTP EHLO on SSL).
1574
1575 2003-06-30
1576
1577         * src/socket.c: check return value in SSL functions.
1578
1579 2003-06-30
1580
1581         * src/mimeview.c: mimeview_init(): initialize TextView to prevent
1582           slowdown caused by GTK+ themes (thanks to Yuri Arapov).
1583
1584 2003-06-27
1585
1586         * src/session.c: session_read_data_cb(): clear Session::read_data_buf
1587           before calling callbacks.
1588
1589 2003-06-26
1590
1591         * src/socket.c: made socket connection protocol independent.
1592         * src/session.c: removed debug g_print().
1593         * src/inc.c: made status bar output less verbose, and show counter
1594           on main window's progressbar.
1595
1596 2003-06-26
1597
1598         * src/session.c: added missing #include <errno.h>.
1599
1600 2003-06-25
1601
1602         * src/session.[ch]: reimplemented the Session system with non-blocking
1603           I/O to solve the performance and the code design issue.
1604         * src/socket.[ch]: added sock_connect_async() and
1605           sock_connect_async_cancel() to enable asynchronous connection.
1606           sock_peek(): modified the implementation.
1607         * src/pop.c: optimized the receiving of the responses of
1608           UIDL/LIST/RETR.
1609
1610 2003-06-18
1611
1612         * src/procmsg.c: procmsg_get_thread_tree(): prevent threading problems
1613           when a node is an ancestor (parent / great parent), which mostly
1614           happens with circular references (thanks to Phillipe Gramoulle
1615           for finding an sample set of messages, and Alfons for the patch).
1616
1617 2003-06-16
1618
1619         * src/pop3.c: pop3_get_uidl_table(): return empty hash table even if
1620           UIDL list is not found (fixes inability of initial retrieval).
1621
1622 2003-06-10
1623
1624         * src/main.c: added the option '--status-full' which shows the status
1625           of each folder specified. The option '--status' also takes
1626           following arguments for folders (thanks to Yuri Arapov).
1627         * src/folder.[ch]: folder_get_status(): new. it takes the array of
1628           folders as the argument and returns their status.
1629           folder_count_total_msgs(): removed.
1630
1631 2003-06-06
1632
1633         * version 0.9.2
1634
1635 2003-06-06
1636
1637         * src/filesel.c
1638           src/foldersel.c
1639           src/inputdialog.c: use gtk_main_iteration() instead of gtk_main()
1640           to prevent abort when a button is double-clicked.
1641
1642 2003-06-02
1643
1644         * src/addr_compl.c: invalidate_address_completion(): check if
1645           g_completion_list is NULL (thanks to Kazuhiro NISHIYAMA).
1646
1647 2003-06-02
1648
1649         * src/pop.c: pop3_session_recv_data_finished(): fixed a bug that
1650           deleted messages that is to be kept on server (thanks to Tristan
1651           Wallis).
1652
1653 2003-05-27
1654
1655         * version 0.9.1
1656
1657 2003-05-26
1658
1659         * src/socket.[ch]:
1660           sock_set_io_timeout(): new. It sets the timeout interval.
1661           sock_gdk_input_add(): removed since it's not used anymore.
1662         * src/prefs_common.[ch]: added an option to set the timeout parameter.
1663
1664 2003-05-26
1665
1666         * src/action.c: fixed a bug that didn't hide user string in
1667           create_io_dialog() (thanks to Markus Amersdorfer).
1668           Removed ChildInfo::type and added Children::action_type.
1669
1670 2003-05-23
1671
1672         * src/inc.c: inc_start(): ask every password before retrieving.
1673           Don't popup the redundant error dialog.
1674           inc_account_mail()
1675           inc_all_account_mail()
1676           inc_progress_dialog_set_list(): separated account list display
1677           into a new function.
1678           inc_progress_dialog_set_label()
1679           inc_recv_data_finished()
1680           inc_recv_message(): properly update the dialog when RETR finished.
1681
1682 2003-05-22
1683
1684         * src/imap.c:
1685           imap_modified_utf7_to_locale()
1686           imap_locale_to_modified_utf7(): fixed compilation failure when not
1687           using iconv().
1688
1689 2003-05-21
1690
1691         * src/procmime.c: procmime_scan_multipart_message(): fixed parsing
1692           of message/rfc822 parts.
1693
1694 2003-05-21
1695
1696         * src/pop.c: pop3_ok(): detect timeout error.
1697
1698 2003-05-20
1699
1700         * src/imap.c: imap_locale_to_modified_utf7(): fixed the encoding bug
1701           when locale strings include '+'.
1702           imap_modified_utf7_to_locale()
1703           imap_locale_to_modified_utf7(): at least escape/unescape '&' even
1704           if iconv() is not supported.
1705
1706 2003-05-20
1707
1708         * src/compose.c:
1709           compose_insert_sig()
1710           compose_get_signature_str(): include separator in signature string.
1711           Don't insert separator if signature file is not found.
1712           Disabled use of implicit default signature path (~/.signature) when
1713           sig_path is NULL.
1714
1715
1716 2003-05-20
1717
1718         * src/codeconv.c
1719           src/gtkshruler.c
1720           src/news.c
1721           src/procmsg.c
1722           src/quote_fmt_parse.y
1723           src/smtp.c: suppress warnings that gcc-3.3 issues.
1724           src/stringtable.c: use string_entry_free().
1725
1726 2003-05-19
1727
1728         * src/compose.c: compose_insert_sig(): fixed the bug that always
1729           appended signature separator if signature file was not found.
1730           compose_get_signature_str(): fixed the bug that caused crash if
1731           signature file cannot be opened.
1732
1733 2003-05-16
1734
1735         * version 0.9.0
1736
1737 2003-05-16
1738
1739         * src/session.c: session_recv_msg(): removed debug print.
1740
1741 2003-05-15
1742
1743         * src/imap.c:
1744           imap_parse_atom()
1745           imap_get_header()
1746           imap_cmd_fetch(): check for data size that servers return (fixes
1747           vulnerability found in BugTraq).
1748
1749 2003-05-14
1750
1751         * src/addr_compl.c: get_complete_address()
1752           src/addressbook.c: addressbook_format_address()
1753           src/compose.c: QUOTE_IF_REQUIRED(): quote if name contains
1754           characters that is not defined in atext (RFC 2822, 3.2.4. Atom).
1755         * src/main.c: main(): set colormap and visual to solve color problem
1756           in Solaris (thanks to Markus Schwarzenberg).
1757
1758 2003-05-12
1759
1760         * version 0.9.0pre1
1761
1762 2003-05-12
1763
1764         * src/prefs_account.c: temporarily removed POP before SMTP option.
1765
1766 2003-05-09
1767
1768         * src/prefs_common.[ch]: changed the description of "Open message when
1769           cursor keys are pressed on summary".
1770         * src/summaryview.c: summary_show(): open message when always_show_msg
1771           is TRUE.
1772
1773 2003-05-09
1774
1775         * src/logwindow.[ch]: restrict the maximum lines of the log messages
1776           to reduce the memory usage.
1777
1778 2003-05-07
1779
1780         * src/compose.c: compose_insert_sig(): fixed a crash when signature
1781           string contains illegal sequence.
1782         * src/utils.[ch]: changed get_wcs_len() to get_mbs_len() for accuracy.
1783
1784 2003-05-07
1785
1786         * major refactoring of MIME structure.
1787         * src/procmime.c: procmime_scan_message(): decrypt message if
1788           gpgme is enabled. Create multipart tree only if content-type is
1789           multipart/* or message/rfc822.
1790           procmime_scan_multipart_message(): fixed the scanning of
1791           message/rfc822 part.
1792         * src/action.c: parse_append_msgpart()
1793           src/messageview.c: messageview_show()
1794           src/mimeview.c: mimeview_show_message(): use procmime_scan_message()
1795           instead of procmsg_open_message() and procmime_scan_mime_header().
1796           mimeview_set_multipart_tree(): conform to the new MIME structure.
1797         * src/textview.c: textview_show_part(): removed unnecessary check.
1798         * src/procmsg.c: procmsg_open_message_decrypted(): fixed the file
1799           pointer when decryption failed.
1800
1801 2003-05-06
1802
1803         * src/ssl.c: ssl_init_socket_with_method(): replaced log_warning()
1804           by g_warning(), and log_print() by debug_print().
1805         * src/pop.[ch]: added an error code PS_NOTSUPPORTED, and retry with
1806           LAST if UIDL is not supported.
1807
1808 2003-05-01
1809
1810         * src/codeconv.c: conv_get_code_conv_func(): convert to EUC-JP only
1811           if it is the current locale encoding when dest_charset_str is NULL.
1812
1813 2003-05-01
1814
1815         * src/action.c: execute_actions(): fixed crash when no text widget
1816           is selected (thanks to Paul and Melvin).
1817         * src/action.c
1818           src/prefs_actions.c: added missing reference to Claws team in the
1819           copyright.
1820
1821 2003-04-28
1822
1823         * src/session.c:
1824           session_send_msg()
1825           session_send_data(): fixed a memory leak and data sending bug.
1826         * src/send_message.c:
1827           send_message_smtp(): fixed focus management.
1828
1829 2003-04-25
1830
1831         * src/smtp.[ch]: set the response string to SMTPSession::error_msg
1832           if error occurred.
1833         * src/send_message.c: show error dialog if error occurred.
1834         * src/main.c: send_queue()
1835           src/mainwindow.c: send_queue_cb(): don't show error dialog here.
1836
1837 2003-04-25
1838
1839         * src/session.c: session_close(): kill child process only if
1840           state is not SESSION_DISCONNECTED.
1841         * src/send_message.c: send_cancel_button_cb()
1842           src/inc.c: inc_cancel(): don't set Session::state to
1843           SESSION_DISCONNECTED.
1844         * src/prefs.[ch]: modified the names of prefs_write_*().
1845         * src/address.[ch]: removed.
1846
1847 2003-04-24
1848
1849         * src/compose.c: compose_template_apply(): overwrite recipients.
1850
1851 2003-04-23
1852
1853         * src/procheader.c: procheader_date_parse(): removed debug print.
1854         * src/session.c: changed every g_print to debug_print.
1855           session_child_input(): removed unrequired session_close() (it'll
1856           be closed anyway after returning FALSE).
1857         * src/send_message.c: send_message_smtp(): changed g_print to
1858           debug_print.
1859
1860 2003-04-23
1861
1862         * src/procheader.c: procheader_procheader_date_parse(): don't add
1863           local timezone offset if timezone is unknown.
1864           Made the Y2K workaround code to follow RFC 2822.
1865           procheader_scan_date_string(): workaround for date strings which
1866           don't have timezone specification.
1867         * src/utils.c: remote_tzoffset_sec(): return -1 if timezone is
1868           unknown.
1869
1870 2003-04-22
1871
1872         * src/action.[ch]: refactored. Also fixed a bug on MIME mode, and
1873           some memory leaks on error.
1874           action_update_msgview_menu(): new.
1875         * src/messageview.[ch]: added "Tools/Actions" menu. Keep window list.
1876           messageview_get_selected_mime_part(): returns MimeInfo of selected
1877           part when MessageView is in MIME mode.
1878         * src/mimeview.[ch]: mimeview_get_selected_part(): returns MimeInfo
1879           of selected part.
1880         * src/summaryview.[ch]: summary_get_selected_msg_list(): returns
1881           MsgInfo list of selected messages.
1882
1883 2003-04-21
1884
1885         * src/prefs_filter.[ch]: include original message's headers as
1886           the preset keywords. Modified the sizes of the widgets.
1887         * src/utils.[ch]: added str_case_equal() and str_case_hash() for
1888           case-insensitive hash.
1889
1890 2003-04-18
1891
1892         * src/procmsg.c: procmsg_get_filter_keyword(): added X-Sequence to
1893           auto-detected headers.
1894         * src/action.[ch]
1895           src/prefs_actions.c
1896           src/compose.c
1897           src/mainwindow.c: modified function names.
1898           get_user_string(): Use input_dialog() instead of its own
1899           implementation.
1900
1901 2003-04-17
1902
1903         * src/codeconv.[ch]: conv_encode_header(): don't include '(' and ')'
1904           in encoded strings if addr_field is TRUE.
1905         * src/compose.c: compose_convert_header(): added a flag 'addr_field'.
1906
1907 2003-04-16
1908
1909         * src/prefs_actions.[ch]: separated action execution routine into
1910           action.[ch].
1911
1912 2003-04-16
1913
1914         * src/prefs_actions.c: minor code cleanup.
1915
1916 2003-04-16
1917
1918         * src/codeconv.[ch]: conv_iconv_strdup(): fixed the handling of
1919           EILSEQ.
1920
1921 2003-04-16
1922
1923         * src/inc.c:
1924           inc_recv_data_progressive()
1925           inc_recv_data_finished()
1926           inc_recv_message()
1927           send_recv_message()
1928           send_send_data_progressive()
1929           send_send_data_finished(): added assertion.
1930
1931 2003-04-16
1932
1933         * src/codeconv.[ch]: conv_iconv_strdup(): fixed potential memory
1934           corruption bug.
1935
1936 2003-04-16
1937
1938         * src/codeconv.[ch]: conv_iconv_strdup(): don't include nul character
1939           in source buffer since it messed up some encoding conversion (like
1940           UTF-7).
1941
1942 2003-04-15
1943
1944         * src/procmsg.c: procmsg_get_filter_keyword(): unfold headers and
1945           extract ID from List-Id header.
1946         * src/utils.[ch]: extract_one_parenthesis_with_skip_quote(): removed.
1947           extract_list_id_str(): extract ID string from List-Id header.
1948
1949 2003-04-15
1950
1951         * src/prefs_actions.c: merged from the claws branch. Fixes several
1952           bugs and adds some features.
1953
1954 2003-04-14
1955
1956         * src/compose.c: compose_parse_header(): fixed a bug that unnecessary
1957           linebreaks were included on reediting.
1958         * src/imap.c
1959           src/pop.c: fixed typos: 'occured'.
1960
1961 2003-04-11
1962
1963         * src/compose.[ch]: implemented auto signature replacement on
1964           changing accounts.
1965           compose_insert_sig(): added a flag to replace current signature.
1966           compose_get_signature_str(): new. It returns signature string.
1967           compose_insert_command_output(): removed.
1968           compose_select_account(): call compose_insert_sig() on account
1969           change.
1970           compose_destroy(): fixed a memory leak of UndoMain object.
1971           Compose::sig_str: new. It stores current signature string.
1972         * src/gtkutils.[ch]: gtkut_stext_find(): new.
1973           Renamed gtk_stext_clear() to gtkut_stext_clear().
1974         * src/utils.[ch]: get_wcs_len(): returns wide-character length of
1975           multibyte string.
1976           normalize_newlines(): converts CR+LF and CR into LF.
1977           get_command_output(): returns command output.
1978
1979 2003-04-08
1980
1981         * src/procmsg.[ch]: procmsg_get_filter_keyword(): new. It returns
1982           filter keyword for messages.
1983         * src/summaryview.c: summary_filter_open(): use
1984           procmsg_get_filter_keyword().
1985         * src/messageview.c: create_filter_cb(): implemented.
1986
1987 2003-04-07
1988
1989         * src/inc.c:
1990           inc_start()
1991           inc_put_error(): display server responses on error.
1992         * src/pop.[ch]: added Pop3Session::error_msg, and set server responses
1993           on error.
1994
1995 2003-04-04
1996
1997         * src/messageview.[ch]: separated the forced charset of message view
1998           in separate window from the main window.
1999           src/textview.c:
2000           textview_show_message()
2001           textview_show_part()
2002           textview_add_part(): use MessageView::forced_charset if specified.
2003
2004 2003-04-03
2005
2006         * src/mainwindow.c: modified File menu a bit.
2007         * src/menu.[ch]: added functions to handle item factory rc strings.
2008         * src/messageview.[ch]: added a menu, and made it take over main
2009           window's menu shortcuts.
2010           added msginfo which is duplicated on display to MessageView.
2011         * src/prefs_common.c: prefs_keybind_apply_clicked(): use
2012           menu_factory_clear_rc().
2013
2014 2003-03-28
2015
2016         * send_message.c: send_message_smtp():
2017           re-enabled forcing of SMTP AUTH method.
2018           Clear temporary password if authentication failed.
2019         * smtp.c: output warning to log and set SMTPSession::error_val
2020           if error occurs.
2021         * smtp.h: changed error value to enum. Added SMTPSession::error_val.
2022         * src/mbox.c: proc_mbox(): force updating of folder.
2023
2024 2003-03-28
2025
2026         * src/pop.h: changed error value to enum.
2027         * src/pop.c: pop3_retr_recv(): return PS_IOERR when inc_drop_message()
2028           failed.
2029           pop3_ok(): return appropriate error value based on current state.
2030           Output warning to log if error occurs.
2031
2032 2003-03-27
2033
2034         * src/nntp.[ch]
2035           src/news.[ch]: refactored. Remove NNTPSockInfo and use NNTPSession
2036           in nntp.c.
2037
2038 2003-03-27
2039
2040         * src/inc.c: inc_pop3_session_do(): retrun appropriate error if
2041           Session::state == SESSION_ERROR.
2042         * po/POTFILES.in: removed src/automaton.c and src/send.c.
2043           Added src/send_message.c.
2044
2045 2003-03-26
2046
2047         * src/pop.[ch]
2048           src/session.c: fixed breakage of POP3 retrieval.
2049           session_recv_data_from_sock_unescape(): read until terminator
2050           appears and also return the actual size.
2051
2052 2003-03-25
2053
2054         * src/automaton.[ch]: removed.
2055         * src/session.c: removed some of the debug output.
2056         * src/smtp.c: smtp_session_recv_msg(): workaround in case server
2057           returns EHLO-style response to HELO command.
2058           Ignore all multiline responses except for EHLO since they are
2059           allowed for any command.
2060
2061 2003-03-25
2062
2063         * src/session.[ch]
2064           src/pop.c: fixed retrieval of messages which contain dot-escaped
2065           lines.
2066           session_recv_data(): added a flag for unescape.
2067           session_recv_data_from_sock_unescape(): new. It receives message
2068           for each line and unescapes dot-escaped lines.
2069           Removed the previous workaround.
2070         * src/defs.h: decreased UI_REFRESH_INTERVAL to 40 msec.
2071
2072 2003-03-25
2073
2074         * src/pop.[ch]: workaround for brekage of retrieval when given size
2075           and actual one is different.
2076
2077 2003-03-24
2078
2079         * src/pop.c: pop3_retr_eom_recv(): ignore invalid end of message
2080           since some servers sometimes return incorrect message size.
2081         * src/news.c: news_session_new(): zero clear NNTPSession object.
2082           Don't initialize Session::sock with nntp_sock->sock to prevent
2083           double-free of SockInfo.
2084         * src/imap.c: zero clear IMAPSession object.
2085           imap_cmd_append(): don't close SockInfo.
2086
2087 2003-03-22
2088
2089         * src/pop.c: pop3_session_recv_msg(): fixed STLS.
2090
2091 2003-03-22
2092
2093         * src/inc.[ch]
2094           src/pop.[ch]: reimplemented using new I/O system.
2095         * src/session.[ch]: session_recv_data(): new.
2096           session_send_data_to_sock()
2097           session_recv_data_from_sock(): decreased the frequency of progress
2098           notification.
2099
2100 2003-03-22
2101
2102         * src/smtp.c: smtp_auth_recv(): fixed CRAM-MD5 authentication.
2103
2104 2003-03-20
2105
2106         * src/session.[ch]: session_start_tls(): new.
2107           session_recv_msg(): made it static.
2108
2109 2003-03-20
2110
2111         * implemented asynchronous network I/O.
2112         * src/session.[ch]: the interface to communicate with servers through
2113           child process.
2114         * src/smtp.[ch]
2115           src/send_message.[ch]: rewrote using new I/O system.
2116         * src/socket.[ch]: renamed *_write() to *_write_all(), and made
2117           *_write() as just a simple wrapper for write().
2118         * src/utils.c: get_outgoing_rfc2822_str(): new. It modifies the
2119           message to send with SMTP or NNTP.
2120           file_read_stream_to_str(): new.
2121
2122 2003-03-12
2123
2124         * src/textview.c: textview_button_pressed(): corrected the range of
2125           URI link.
2126         * src/compose.c: compose_wrap_line_all_full(): treat UTF-8 characters
2127           represented with more than 2 bytes as 2 character width and 2 bytes
2128           one as a single character width as a workaround for wrapping problem.
2129
2130 2003-03-12
2131
2132         * src/utils.c: subject_compare_for_sort(): allow null strings (fixes
2133           summary sorting).
2134
2135 2003-03-11
2136
2137         * implemented HTML link correctly.
2138         * src/html.[ch]: HTMLAttr, HTMLTag: new structure for attributes /
2139           tags.
2140           html_get_tag(): new. It parses tag and returns HTMLTag object.
2141           html_parse_tag(): also parses <a> tags and 'href' attributes.
2142         * src/textview.c: textview_write_link(): new. It creates link string.
2143
2144 2003-03-10
2145
2146         * src/compose.c: compose_wrap_line_all_full(): fixed an infinite
2147           loop / crash bug (thanks to Darko Koruga).
2148           compose_write_to_file(): put correct charset element when
2149           conversion failed but want to send anyway.
2150
2151 2003-03-10
2152
2153         * src/headerview.c: headerview_show()
2154           src/textview.c: textview_write_line(): remove unreadable characters
2155           from displayed strings to prevent crashes on multi-byte
2156           environments.
2157         * src/codeconv.[ch]: conv_unreadable_locale(): new. It was separated
2158           from conv_localetodisp().
2159
2160 2003-03-10
2161
2162         * src/procmsg.c: procmsg_cmp_by_subject()
2163           src/summaryview.c: summary_cmp_by_subject(): ignore Re: when
2164           comparing subjects.
2165         * src/utils.[ch]:
2166           subject_compare_for_sort()
2167           trim_subject_for_sort(): new.
2168
2169 2003-03-07
2170
2171         * version 0.8.11
2172
2173 2003-03-07
2174
2175         * src/defs.h: added -i option to the default sendmail command.
2176
2177 2003-03-06
2178
2179         * src/codeconv.[ch]: added missing character encodings and locales.
2180
2181 2003-03-06
2182
2183         * src/procmsg.[ch]:
2184           procmsg_get_mark_sum()
2185           procmsg_open_mark_file()
2186           procmsg_read_mark_file(): take FolderItem instead of directory
2187           path.
2188
2189 2003-03-05
2190
2191         * src/codeconv.c: conv_encode_header(): fixed a bug that spaces
2192           which is on the wrap boundary would be lost when encoding long
2193           non-ascii strings (thanks to Sergey Vlasov).
2194           Don't force wrapping within a long word until it reaches hard line
2195           length limit (998 characters) (workaround for the breakage of
2196           long address list with no spaces).
2197
2198 2003-03-03
2199
2200         * src/prefs_account.c: fixed compile failure when using neither
2201           gpg or ssl.
2202
2203 2003-03-03
2204
2205         * src/codeconv.c: fixed UTF-8 locale support.
2206           conv_get_code_conv_func(): return conv_noconv if locale encoding
2207           is UTF-8. Return conv_latintodisp on ISO-8859-* to locale encoding
2208           conversion.
2209           conv_convert(): call conv_iconv_strdup() instead of
2210           conv_codeset_strdup().
2211           conv_codeset_strdup(): moved some codes into conv_iconv_strdup().
2212
2213 2003-02-28
2214
2215         * src/prefs_account.[ch]: added an option to use command output for
2216           signature.
2217         * src/compose.c: compose_insert_sig(): use command output if
2218           specified.
2219           compose_insert_command_output(): new.
2220
2221 2003-02-28
2222
2223         * src/main.c: main(): remove lock socket if sylpheed is not running
2224           when --status command is executed.
2225           lock_socket_remove(): new.
2226
2227 2003-02-27
2228
2229         * src/codeconv.c: conv_codeset_strdup(): don't convert if current
2230           codeset is US-ASCII (or POSIX).
2231
2232 2003-02-21
2233
2234         * src/codeconv.c: conv_iconv_strdup(): try to skip invalid characters
2235           and continue conversion.
2236
2237 2003-02-21
2238
2239         * src/summaryview.c: summary_selected(): always update widget
2240           sensitivity.
2241
2242 2003-02-20
2243
2244         * src/utils.c: tzoffset_sec(): fixed a bug that displayed wrong
2245           date in timezones more than GMT+12 or less than GMT-12.
2246
2247 2003-02-18
2248
2249         * src/prefs_common.[ch]
2250           src/sourcewindow.c: remember the size of source window.
2251         * src/md5.c: fixed a compile problem with gcc 3.3.
2252
2253 2003-02-17
2254
2255         * src/about.c: about_create(): modified the copyright notice.
2256
2257 2003-02-17
2258
2259         * src/colorlabel.c: don't use pixmaps for label color rect but draw
2260           rectangles so we can respect the color map of palette based visuals
2261           (fixes the long time crashes on Solaris - thanks to Alfons
2262           Hoogervorst).
2263
2264 2003-02-17
2265
2266         * src/procheader.c: procheader_date_parse(): made month string case
2267           insensitive.
2268         * src/prefs_filter.c: prefs_filter_close(): fixed the crash when the
2269           selection list is empty.
2270
2271 2003-02-14
2272
2273         * src/quote_fmt_parse.y: removed gettext translatable strings.
2274         * src/unmime.c: unmime_header(): remove broken characters when
2275           code conversion failed.
2276         * src/codeconv.c: conv_encode_header(): fixed a bug that broken
2277           headers if long words more than 75 characters are entered.
2278
2279 2003-02-13
2280
2281         * src/prefs_account.c: prefs_account_receive_create()
2282           src/utils.c: to_human_readable(): made units translatable.
2283
2284 2003-02-13
2285
2286         * src/codeconv.c: isprintableeuckanji(): don't allow more than 0xf4
2287           at first byte (fixes abort() problem of glibc).
2288         * src/html.c: html_read_line(): remove characters which can't be
2289           displayed on the current locale.
2290
2291 2003-02-11
2292
2293         * src/utils.[ch]:
2294           trim_subject_for_compare(): renamed from trim_subject().
2295           trim_subject(): new. It removes [...] or (...) at the beginning
2296           of subject.
2297         * src/prefs_folder_item.c
2298           src/folder.[ch]:
2299           added options for trimming summary / compose subject.
2300         * src/summaryview.c: summary_set_header(): trim subject if the folder
2301           option is set.
2302         * src/compose.c: compose_reply_set_entry(): trim subject if the folder
2303           option is set.
2304
2305 2003-02-09
2306
2307         * src/codeconv.c:
2308           LBREAK_IF_REQUIRED(): don't break lines before first word (fixes
2309           X-Face header problem).
2310           conv_encode_header(): allow up to 97 characters for one word.
2311
2312 2003-02-07
2313
2314         * src/filter.c: filter_match_condition(): fixed the bug that
2315           second condition ignored regex.
2316         * src/news.h: NewsGroupInfo: use guint for message numbers
2317           (fix count in grouplist dialog) (thanks to Thorsten Maerz).
2318
2319 2003-02-06
2320
2321         * src/codeconv.c: conv_encode_header(): fixed a segfault bug
2322           on code conversion failure.
2323           conv_get_charset_str()
2324           conv_get_charset_from_str(): optimized using hash table.
2325
2326 2003-02-06
2327
2328         * src/quote_fmt_parse.y:
2329           SHOW_MESSAGE_NO_SIGNATURE, SHOW_QUOTED_MESSAGE_NO_SIGNATURE:
2330           treat only "\n-- \n" as a signature separator.
2331
2332 2003-02-05
2333
2334         * src/gtkutils.[ch]: gtkut_ctree_node_prev(): new.
2335         * src/summary_search.c: summary_search_execute(): search collapsed
2336           nodes, too.
2337
2338 2003-02-05
2339
2340         * src/codeconv.c:
2341           conv_unreadable_latin(): include 0x7f as an unreadable character.
2342           conv_localetodisp(): don't remove 8bit characters by default.
2343           conv_get_current_charset()
2344           conv_get_outgoing_charset(): return ISO-8859-15 if "@euro" is
2345           appended at the last of locale name.
2346         * src/compose.c: compose_write_to_file(): show from and to encoding
2347           when code conversion failed.
2348
2349 2003-02-04
2350
2351         * version 0.8.10
2352
2353 2003-02-04
2354
2355         * src/procmsg.h: WRITE_CACHE_DATA(): little speed improvement
2356           (thanks to Colin Leroy).
2357         * src/mh.c: mh_get_msginfo(): added NULL check (thanks to Thorsten
2358           Maerz).
2359
2360 2003-02-03
2361
2362         * src/textview.c: textview_write_line(): don't convert if conv is
2363           NULL.
2364
2365 2003-02-03
2366
2367         * src/codeconv.[ch]:
2368           renamed conv_guess_encoding() to conv_guess_ja_encoding().
2369           conv_localetodisp(): new. It removes unreadable characters from
2370           (assumed) current locale string.
2371           conv_codeset_strdup(): convert into ISO-8859-1 if dest_code is
2372           NULL and current locale encoding is US-ASCII.
2373           conv_get_code_conv_func(): return conv_ustodisp if US-ASCII is
2374           specified for destination charset.
2375         * src/textview.c: textview_write_line(): use conv_localetodisp()
2376           instead of strncpy2() if conversion failed.
2377
2378 2003-01-31
2379
2380         * src/codeconv.c: conv_iconv_strdup()
2381           src/imap.c:
2382           imap_modified_utf7_to_locale()
2383           imap_locale_to_modified_utf7(): use ICONV_CONST macro to remove
2384           a warning on some systems.
2385         * src/codeconv.c: conv_iconv_strdup(): flush iconv() output and
2386           truncate buffer.
2387           Return NULL instead of incomplete string if conversion failed.
2388
2389 2003-01-30
2390
2391         * src/summaryview.c: summary_execute(): select appropriate node
2392           if currently selected node is to be deleted.
2393         * src/gtkutils.[ch]: gtkut_ctree_node_is_selected(): new. Returns
2394           TRUE if the specified node is selected.
2395
2396 2003-01-30
2397
2398         * src/summaryview.c: summary_status_show(): fixed a occasional crash
2399           on deleting or moving.
2400
2401 2003-01-29
2402
2403         * src/codeconv.c: conv_unreadable_eucjp(): made the validity check
2404           of EUC-JP more accurate.
2405           isprintableeuckanji(): new. Use table for validity check of EUC-JP.
2406
2407 2003-01-17
2408
2409         * version 0.8.9
2410
2411 2003-01-17
2412
2413         * updated INSTALL.
2414
2415 2003-01-17
2416
2417         * src/quoted-printable.c: qp_encode_line(): fixed linebreak
2418           duplication bug if the source string has CRLF.
2419         * src/utils.[ch]:
2420           canonicalize_str(): new. Returns newly allocated canonicalized
2421           string.
2422           uncanonicalize_file(): new. Uncanonicalize (CRLF -> LF) text.
2423           uncanonicalize_file_replace(): new.
2424         * src/compose.c: always canonicalize body before processing, and
2425           uncanonicalize before returning.
2426
2427 2003-01-17
2428
2429         * src/procmime.c: procmime_get_encoding_for_charset(): prefer
2430           ENC_8BIT for Russian charsets.
2431         * src/compose.c: compose_write_to_file(): use base64 when signing
2432           8bit message.
2433
2434 2003-01-16
2435
2436         * src/prefs_common.c: prefs_send_create(): added a description for
2437           the setting of Content-Transfer-Encoding.
2438
2439 2003-01-16
2440
2441         * src/codeconv.c: fixed locale_table for Russian locales (thanks to
2442           Sergey Vlasov).
2443         * src/procmime.c: procmime_get_encoding_for_charset(): return
2444           ENC_BASE64 for ISO-8859-5, KOI8-* and Windows-1251.
2445         * src/compose.c: compose_attach_append(): set correct Content-
2446           Transfer-Encoding for message/rfc822.
2447           compose_write_to_file(): enabled user-definable Content-Transfer-
2448           Encoding.
2449         * src/prefs_common.[ch]: added an option for user-defined Content-
2450           Transfer-Encoding.
2451
2452 2003-01-15
2453
2454         * src/quoted-printable.[ch]: qp_encode_line(): fixed a bug if the
2455           line doesn't end with linebreak.
2456
2457 2003-01-15
2458
2459         * implemented quoted-printable encoding.
2460         * src/quoted-printable.[ch]: qp_encode_line(): new.
2461         * src/compose.c:
2462           compose_write_to_file()
2463           compose_write_attach(): implemented quoted-printable encoding.
2464           compose_attach_property_create(): enabled quoted-printable menu
2465           item.
2466         * src/procmime.c: procmime_get_encoding_for_charset(): return
2467           ENC_QUOTED_PRINTABLE for ISO-8859-* and CP125* charset.
2468         * src/Makefile.am: added $(LIBICONV) to sylpheed_LDADD for libiconv
2469           support.
2470
2471 2003-01-14
2472
2473         * src/folderview.c
2474           src/summaryview.c
2475           src/utils.[ch]: get_abbrev_newsgroup_name(): improved the way
2476           of abbreviation of newsgroup name.
2477
2478 2003-01-14
2479
2480         * configure.in: show the result of iconv detection.
2481
2482 2003-01-13
2483
2484         * src/codeconv.[ch]: made the transition from libjconv to iconv().
2485           conv_iconv_strdup(): new.
2486         * src/about.c
2487           src/imap.c
2488           src/mainwindow.c
2489           src/prefs_common.c: replaced HAVE_LIBJCONV to HAVE_ICONV.
2490
2491 2003-01-10
2492
2493         * src/compose.c
2494           src/folderview.c
2495           src/prefs_folder_item.c: English fix (property -> properties).
2496         * src/prefs_filter.c: alert if entry is not saved.
2497           prefs_filter_dialog_to_filter(): new.
2498
2499 2003-01-09
2500
2501         * src/codeconv.c: conv_encode_header(): fixed a bug which output raw
2502           strings after linefeed.
2503         * updated INSTALL.
2504
2505 2003-01-08
2506
2507         * src/codeconv.[ch]: code cleanup and optimization.
2508           conv_code_converter_new()
2509           conv_convert(): use functions obtained by conv_get_code_conv_func()
2510           when using libjconv.
2511           conv_codeset_strdup(): code cleanup.
2512           conv_get_code_conv_func(): added an argument for destination
2513           character set, and generalized.
2514
2515 2003-01-06
2516
2517         * src/codeconv.c: LBREAK_IF_REQUIRED(): break line only if some
2518           characters follow.
2519         * src/compose.c: compose_convert_header(): remove trailing spaces.
2520         * src/customheader.c: custom_header_read_str(): strip the spaces
2521           of name and value.
2522         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
2523           strip the spaces of name and value.
2524
2525 2002-12-25
2526
2527         * version 0.8.8
2528
2529 2002-12-25
2530
2531         * src/codeconv.c: conv_encode_header(): fixed a bug which will run
2532           into infinite loop when encountering invalid characters.
2533
2534 2002-12-25
2535
2536         * src/procmsg.[ch]: procmsg_sort_msg_list(): new. It sorts message
2537           list.
2538         * src/summaryview.c: summary_show(): removed summary_sort() because
2539           it is done inside folder_item_get_msg_list(). This will improve
2540           the performance of summary display.
2541           Sorted out the summary sort functions using macros.
2542         * src/mh.c
2543           src/imap.c
2544           src/news.c
2545           src/folder.[ch]: folder_item_get_msg_list(): return pre-sorted
2546           list if FolderItem::sort_key is set.
2547           Added SORT_BY_TO to FolderSortKey enum.
2548         * src/mainwindow.c: added "View/Sort/by recipient".
2549
2550 2002-12-20
2551
2552         * version 0.8.7
2553
2554 2002-12-20
2555
2556         * src/codeconv.c: conv_encode_header(): fix for redundant space on
2557           line-breaking.
2558         * src/compose.c: compose_convert_header(): always pass string to
2559           conv_encode_header() for line-breaking.
2560
2561 2002-12-20
2562
2563         * src/textview.c: textview_make_clickable_parts(): fixed incorrect
2564           parsing of email addresses.
2565
2566 2002-12-19
2567
2568         * src/defs.h: added DEFAULT_BROWSER_CMD.
2569         * src/mimeview.c: mimeview_view_file()
2570           src/prefs_common.c: prefs_other_create()
2571           src/utils.c: open_uri(): changed the default web browser to
2572           mozilla, and changed 'raise' command (which is undocumented)
2573           to 'new-window' in 'netscape -remote'.
2574
2575 2002-12-19
2576
2577         * src/compose.c: compose_send_control_enter(): fixed crash on
2578           Ctrl-Enter when Message/Send has no accelerator key (thanks to
2579           Sergey Vlasov).
2580
2581 2002-12-18
2582
2583         * src/mainwindow.c:
2584           set_charset_cb()
2585           sort_summary_cb()
2586           sort_summary_type_cb(): prevent unwanted processing on unchecking
2587           menu items.
2588
2589 2002-12-18
2590
2591         * src/main.c: process command line option before gtk_init() to
2592           enable remote operation without X (thanks to Ruslan N. Balkin).
2593         * src/codeconv.c: conv_encode_header(): fixed a potential buffer
2594           overflow.
2595
2596 2002-12-18
2597
2598         * src/Makefile.am: changed $(target_alias) to $(target_triplet)
2599           (the spec of autotools seems to be changed).
2600
2601 2002-12-18
2602
2603         * src/imap.c: get path separator using LIST command if server
2604           doesn't support NAMESPACE (based on the patch by Brian Sammon).
2605           imap_parse_list(): added an argument to return path separator.
2606           imap_get_namespace_by_list(): new.
2607
2608 2002-12-17
2609
2610         * src/addr_compl.c: add_address(): removed the debug print.
2611         * src/gtkutils.[ch]: gtkut_window_popup()
2612           src/mainwindow.c: main_window_popup(): applied the patch to fix
2613           the behavior of window popup from Sergey Vlasov (thanks!)
2614         * src/account.c: account_edit_create(): use signal_connect_after
2615           for row_move signal to fix the row position bug.
2616           account_row_moved(): scroll the CList half page.
2617         * src/prefs_filter.c: prefs_filter_row_move(): scroll the CList
2618           half page.
2619         * src/summaryview.c: summary_reply(): use selection text only if
2620           the displayed message is selected (thanks to Sergey Vlasov).
2621
2622 2002-12-13
2623
2624         * src/codeconv.c: conv_encode_header(): reimplemented the routine
2625           of MIME header encoding. And use Q-encoding method if the current
2626           locale is single-byte one.
2627         * src/utils.[ch]: is_next_nonascii(): take multi-byte string instead
2628           of wide-character string. Consider control codes as non-ASCII.
2629           get_next_word_len(): new. It returns the length of next word.
2630           is_next_mbs(), find_wspace(): removed.
2631         * src/quoted-printable.[ch]: new.
2632           qp_decode_line(): decodes one QP line.
2633           qp_decode_q_encoding(): decodes Q-encoded string in MIME header.
2634           qp_get_q_encoding_len(): returns the length when a string is
2635           Q-encoded.
2636           qp_q_encode(): Q-encode a string (RFC 2047).
2637         * src/unmime.c: moved the functions for quoted-printable to
2638           quoted-printable.c.
2639
2640 2002-12-05
2641
2642         * src/send.c: send_message_local(): escape line that only have one
2643           dot character (postfix's sendmail command will stop there).
2644
2645 2002-12-05
2646
2647         * src/send.c: send_message_local(): don't escape first-dot line
2648           (thanks to Sergey Vlasov).
2649
2650 2002-12-03
2651
2652         * autogen.sh: added 'libtoolize --force --copy' to override the
2653           current ltmain.sh.
2654         * acconfig.h: removed.
2655         * configure.in: increased minimal version of GPGME to 0.3.10.
2656           Fixed checking of XIM.
2657         * ac/check-type.m4
2658           ac/gnupg-check-typedef.m4: added an argument for comment.
2659
2660 2002-11-29
2661
2662         * src/imageview.[ch]: fixed conflicting declarations of
2663           imageview_show_image() (thanks to Thorsten Maerz).
2664
2665 2002-11-28
2666
2667         * src/compose.c: compose_entry_append(): don't add ", " on subject
2668           entry.
2669         * src/codeconv.c: conv_get_outgoing_charset(): obtain outgoing
2670           charset from the table (currently disabled for non-Japanese locales).
2671           conv_get_current_locale(): also refer to LC_CTYPE.
2672
2673 2002-11-27
2674
2675         * README: added a description about hidden settings.
2676
2677 2002-11-27
2678
2679         * src/prefs_common.[ch]: reorganized the common prefs dialog.
2680           Made enable_hscrollbar and bold_unread hidden options.
2681
2682 2002-11-26
2683
2684         * src/quote_fmt_parse.y: fixed a parse error (thanks to Andreas Hinz).
2685
2686 2002-11-26
2687
2688         * src/account.[ch]:
2689           account_find_from_message_file()
2690           account_find_from_msginfo(): new. They find an account from the
2691           headers like 'From:', 'X-Sylpheed-Account-Id:', and 'AID:' in the
2692           specified message.
2693         * src/compose.c:
2694           compose_reedit(): restore messages' previous account on composition.
2695           compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
2696           on draft mode.
2697
2698 2002-11-26
2699
2700         * src/compose.c: cleaned up the code using compose_entry_set()
2701           (don't use gtk_entry_set_text() directly).
2702
2703 2002-11-25
2704
2705         * src/imap.c: imap_parse_namespace(): fixed a memory leak.
2706
2707 2002-11-22
2708
2709         * updated autotools and libtool to the latest version.
2710         * configure.in: added AC_PREREQ(2.50).
2711
2712 2002-11-22
2713
2714         * src/textview.c: textview_set_font(): fix for message display in
2715           UTF-8 locales (thanks to Sergey Vlasov).
2716
2717 2002-11-21
2718
2719         * src/imageview.[ch]: imageview_show_image(): resize images to fit
2720           the window size if specified.
2721         * src/prefs_common.[ch]: added an option 'Resize attached images'.
2722
2723 2002-11-20
2724
2725         * refactoring for SMTP implementation.
2726         * src/session.h: added ui_func to Session.
2727         * src/smtp.[ch]: separated the connection routine from
2728           smtp_session_new() to smtp_connect().
2729           Changed the argument of every function other than smtp_ok() from
2730           SockInfo to SMTPSession.
2731           Call UI callback from each functions.
2732         * src/send.c: send_message_smtp(): separated the code for UI update
2733           into send_progress_dialog_update().
2734
2735 2002-11-18
2736
2737         * src/smtp.[ch]: separated smtp_auth() from smtp_from().
2738         * src/send.c: send_message_smtp(): call smtp_auth() and display
2739           the state to the dialog.
2740
2741 2002-11-18
2742
2743         * src/filter.c: strmatch_regex(): use extended regex (thanks to
2744           Fabien Devaux).
2745         * src/main.c: main(): removed the code for assortrc -> filterrc
2746           transition.
2747         * src/gtkutils.c: gtkut_font_load(): only use gdk_font_load() if
2748           current locale is C or POSIX.
2749           gtkut_stext_is_uri_string(): include "www." for URI string.
2750         * src/textview.c: textview_make_clickable_parts(): include "www."
2751           for URI string.
2752
2753 2002-11-15
2754
2755         * version 0.8.6
2756
2757 2002-11-13
2758
2759         * src/textview.c: textview_add_part(): indicate signature status
2760           using different colors.
2761
2762 2002-11-12
2763
2764         * src/folder.c: folder_write_list_recursive(): escape
2765           To/Cc/Bcc/Reply-To strings.
2766
2767 2002-11-11
2768
2769         * src/codeconv.c: conv_encode_header(): enabled B-encoding of
2770           headers on locales other than Japanese when not using libjconv.
2771
2772 2002-11-11
2773
2774         * src/inc.[ch]: added INC_IO_ERROR to IncState. Also added its
2775           corresponding error message.
2776           inc_pop3_session_do(): set INC_IO_ERROR instead of INC_NOSPACE
2777           on PS_IOERR.
2778
2779 2002-11-07
2780
2781         * src/prefs_account.[ch]: removed prefs_account_save_config() since
2782           it is not used.
2783         * src/procmime.[ch]: removed procmime_mimeinfo_free() since
2784           procmime_mimeinfo_free_all() can be used in every case.
2785
2786 2002-11-06
2787
2788         * src/account.c: account_get_special_folder(): support F_INBOX, and
2789           made code cleanup.
2790
2791 2002-11-06
2792
2793         * src/compose.[ch]: ComposeEntryType: changed COMPOSE_* to
2794           COMPOSE_ENTRY_*, and added
2795           COMPOSE_ENTRY_{REPLY_TO,SUBJECT,FOLLOWUP_TO}.
2796           compose_reply()
2797           compose_forward()
2798           compose_redirect(): added FolderItem to the arguments, and reflect
2799           settings in the item.
2800           compose_entry_set(): new.
2801           compose_entry_append(): code cleanup.
2802           compose_entries_set_from_item(): take ComposeMode in its arguments,
2803           and enabled FolderItem::use_auto_to_on_reply.
2804         * src/summaryview.c: summary_reply(): pass folder_item to
2805           compose_{reply,forward,redirect}().
2806
2807 2002-11-05
2808
2809         * src/gtkutils.[ch]:
2810           gtkut_font_load(): new. It automatically choose font or fontset
2811           by current locale.
2812           gtkut_font_load_from_fontset(): new. It tries to load single font
2813           instead of fontset from a fontset string.
2814         * src/alertpanel.c
2815           src/folderview.c
2816           src/headerview.c
2817           src/summaryview.c: workaround for the problem that couldn't display
2818           8-bit characters in C or POSIX locale (use font instead of fontset).
2819         * src/compose.c
2820           src/sourcewindow.c
2821           src/textview.c: made code cleanup using gtkut_font_load*().
2822
2823 2002-10-29
2824
2825         * src/mh.c: mh_get_msginfo(): set correct message number.
2826
2827 2002-10-29
2828
2829         * src/folder.[ch]: added a new virtual method Folder::get_msginfo().
2830           It returns a new MsgInfo associated to a message number.
2831           folder_item_get_msginfo(): new.
2832         * src/imap.[ch]: imap_get_msginfo(): new.
2833         * src/mh.[ch]: mh_get_msginfo(): new.
2834         * src/news.[ch]: news_get_msginfo(): new.
2835
2836 2002-10-28
2837
2838         * src/codeconv.c: conv_euctojis(): fixed a bug which will cause
2839           infinite loop if an invalid code appeared.
2840
2841 2002-10-25
2842
2843         * src/codeconv.c: conv_codeset_strdup()
2844           src/html.[ch]: html_read_line(): don't output conversion failure
2845           warnings.
2846           Added HTML_CONV_FAILED to the enum HTMLState.
2847
2848 2002-10-24
2849
2850         * implemented per-folder auto-set address (still in progress).
2851         * src/compose.[ch]: compose_new(): added FolderItem to its arguments,
2852           and set entries from it (if mailto is empty).
2853           compose_entry_append(): activate menu if required.
2854           compose_entries_set_from_item(): new.
2855         * src/folder.[ch]: added auto_to, use_auto_to_on_reply, auto_cc,
2856           auto_bcc, and auto_replyto to FolderItem, and renamed apply_sub to
2857           ac_apply_sub.
2858           folder_build_tree(), folder_read_folder_func(),
2859           folder_write_list_recursive(): added the above members.
2860         * src/prefs_folder_item.[ch]: added auto-set addresses.
2861         * src/pop.[ch]: removed Pop3State::prev_folder.
2862
2863 2002-10-11
2864
2865         * src/compose.c: allow dropping files by also "moving" files from a
2866           file manager (thanks to Alfons).
2867
2868 2002-10-10
2869
2870         * compose_reply_set_entry(): made Reply-To have priority over
2871           List-Post on ML reply.
2872
2873 2002-10-09
2874
2875         * src/gtksctree.[ch]: gtk_sctree_set_anchor_row(): new.
2876         * src/summaryview.c: summary_step(): fixed a bug that lost the
2877           correct selection anchor.
2878           summary_key_pressed(): use gtk_sctree_select() instead of
2879           gtk_ctree_select().
2880         * src/inc.[ch]
2881           src/pop.c
2882           src/recv.c: differentiate disk full and socket errors
2883           (thanks to Colin Leroy).
2884
2885 2002-10-08
2886
2887         * src/account.c: account_edit_prefs(): removed unused variables.
2888         * src/compose.[ch]: separated WITH_QUOTE/WITHOUT_QUOTE flags in
2889           ComposeMode.
2890           compose_reply()
2891           compose_reply_set_entry(): receive reply type with one argument.
2892         * src/summaryview.c: summary_reply(): reduced conditional branches.
2893
2894 2002-10-08
2895
2896         * src/compose.c: compose_redirect(), compose_reedit(): strip CR
2897           from line ends (thanks to Sergey Vlasov).
2898         * src/folderview.c: renamed 'Rescan folder tree' to 'Rebuild
2899           folder tree'.
2900
2901 2002-10-08
2902
2903         * src/folder.[ch]: added a virtual method Folder::remove_msgs().
2904         * src/imap.[ch]: implemented imap_remove_msgs() which expunges
2905           messages all at once.
2906
2907 2002-10-07
2908
2909         * src/account.[ch]: account_open(): new. It opens account prefs
2910           dialog and reflects to UI when finished.
2911         * src/folderview.c:
2912           folderview_button_pressed()
2913           folderview_property_cb(): open account prefs dialog when the
2914           property of the root folder of remote account is requested.
2915
2916 2002-10-07
2917
2918         * src/account.c: account_destroy(): unref account information in
2919           folders.
2920         * src/folder.[ch]: folder_unref_account_all(): new. It unref the
2921           specified account information in all folders.
2922         * src/folderview.c:
2923           folderview_rm_imap_server_cb()
2924           folderview_rm_news_server_cb(): destroy Folder first because
2925           folder_destroy() refers to account information.
2926
2927 2002-10-04
2928
2929         * src/account.c: account_find_from_item(): fixed a bug which didn't
2930           select the correct account.
2931         * inc_pop3_session_do():
2932           fixed the resource leak when SSL initialization failed.
2933           Immediately break from temporary event loop if cancelled.
2934
2935 2002-10-04
2936
2937         * src/account.[ch]: account_find_from_item(): new.
2938         * src/compose.c:
2939           compose_reply(), compose_forward(), compose_redirect()
2940           src/mainwindow.c: compose_cb(): select optimal account when
2941           composing.
2942         * src/folder.[ch]: added FolderItem::apply_sub.
2943         * src/menu.[ch]: menu_find_option_menu_index(): new. It finds the
2944           index of option menu which contains the specified data.
2945         * src/prefs_folder_item(): added Compose tab, and the setting of
2946           folder account.
2947
2948 2002-10-04
2949
2950         * configure.in: added $LDAP_LIBS for lber library detection.
2951
2952 2002-10-03
2953
2954         * version 0.8.5
2955
2956 2002-10-03
2957
2958         * src/procmsg.c: procmsg_msginfo_get_full_info(): fixed a memory
2959           leak, and added error checking.
2960
2961 2002-10-03
2962
2963         * src/compose.[ch]: added a flag Compose::use_newsgroups, and
2964           removed Compose::orig_account.
2965           compose_check_for_valid_recipient(): check only enabled entries.
2966           compose_write_headers()
2967           compose_redirect_write_headers(): add Newsgroups header only
2968           when the entry is enabled.
2969           compose_send(): modified the method of finding a mail account
2970           from a news account so that it tries to match the From address.
2971         * src/send.c: send_message_queue(): enabled the queueing of news
2972           messages.
2973         * src/news.[ch]: news_post_stream(): new.
2974
2975 2002-10-03
2976
2977         * configure.in: check lber first and use $LDAP_LIBS on the check
2978           for ldap.
2979
2980 2002-10-02
2981
2982         * po/*.po: fixed many typos of format strings which will lead to
2983           crash (thanks to Sergey Vlasov).
2984
2985 2002-10-02
2986
2987         * src/procheader.c: procheader_parse_stream(): added Cc header
2988           to the target for full parsing.
2989         * src/procmsg.[ch]: procmsg_msginfo_get_full_info(): new. It
2990           returns the full message information from the given information.
2991         * src/compose.c: compose_reply(), compose_forward(): get full
2992           message information for Cc header.
2993
2994 2002-10-02
2995
2996         * src/inc.c: inc_account_mail(), inc_all_account_mail(): update
2997           IMAP4 and NNTP folder summary after checking those accounts.
2998
2999 2002-10-01
3000
3001         * version 0.8.4
3002
3003 2002-10-01
3004
3005         * src/prefs_common.c: prefs_compose_create(): modified the label
3006           of the option for Reply button.
3007         * configure.in: add -lldap and -llber to the 5th argument of
3008           AC_CHECK_LIB() for LDAP library detection.
3009
3010 2002-09-30
3011
3012         * INSTALL
3013           INSTALL.jp: updated.
3014
3015 2002-09-30
3016
3017         * src/mainwindow.c: toggle the behavior of Reply button between
3018           normal reply and reply-to-list.
3019         * src/prefs_common.[ch]: added an option to switch the function
3020           of Reply button.
3021
3022 2002-09-27
3023
3024         * src/compose.c: compose_new(): removed the workaround for XIM
3025           because it doesn't have any effect and only seems to cause
3026           hangs.
3027
3028 2002-09-26
3029
3030         * src/compose.[ch]: compose_reply(): added a flag for reply-to-ML.
3031           compose_parse_header(): parse also List-Post header.
3032           compose_reply_set_entry(): support reply-to-ML (fall back to
3033           normal reply if ML address is not found).
3034         * src/mainwindow.c
3035           src/prefs_common.c
3036           src/summaryview.c: reorganized Reply menu and added 'Reply to
3037           mailing list'.
3038         * src/utils.[ch]: scan_mailto_url(): new. It scans mailto URL and
3039           returns newly allocated parameters.
3040
3041 2002-09-25
3042
3043         * src/account.c: account_read_config_all(): set account information
3044           to default before initializing with configuration file.
3045         * src/prefs_account.[ch]: prefs_account_new(): new. It returns a
3046           newly created account information structure initialized by
3047           the default settings.
3048
3049 2002-09-24
3050
3051         * src/addr_compl.c:
3052           replace_address_in_edit(): check if newtext is NULL.
3053           completion_window_button_press(): fixed a memory leak.
3054         * src/pop.c: LOOKUP_NEXT_MSG(): don't expire messages whose
3055           recv_time is RECV_TIME_KEEP.
3056           pop3_getrange_uidl_recv(): only set get_all flag if
3057           ac_prefs->getall is set.
3058           pop3_retr_recv(): don't delete messages which are not received
3059           by filter, and set recv_time to RECV_TIME_KEEP in the case.
3060         * src/pop.h: added an enum RecvTime.
3061         * src/inc.c: inc_drop_message(): unlink temporary message file if
3062           not received by filter.
3063
3064 2002-09-20
3065
3066         * src/mainwindow.c: added 'Edit/Select thread' menu.
3067         * src/summaryview.[ch]: added 'Select thread' to the context menu.
3068           summary_select_thread(): new. It selects all messages of current
3069           thread.
3070
3071 2002-09-19
3072
3073         * src/rfc2015.c: check_signature(): corrected error handling and
3074           fixed memory leak.
3075
3076 2002-09-19
3077
3078         * src/rfc2015.c: check_signature(): correctly remove the last empty
3079           line, and canonicalize the file part before verifying (this should
3080           fix incompatibility with Evolution or some other MUAs).
3081         * src/utils.[ch]: copy_file_part(): new. It copies the specified
3082           range of file stream to another file.
3083
3084 2002-09-19
3085
3086         * src/compose.c: compose_write_to_file(): force BASE64 encoding for
3087           8-bit text when signing (thanks to Colin Leroy).
3088
3089 2002-09-16
3090
3091         * src/prefs_common.c: prefs_send_create(): fixed the charset string
3092           for Cyrillic (Windows-1251).
3093
3094 2002-09-15
3095
3096         * version 0.8.3
3097
3098 2002-09-15
3099
3100         * src/codeconv.c: changed the charset for ru_RU.CP1251 to
3101           Windows-1251. Added bg_BG locale.
3102
3103 2002-09-11
3104
3105         * src/compose.c: account_activated(): change the state of menu items
3106           and entries according to the selected account.
3107           compose_select_account(): new. It changes the state of title bar,
3108           menu items and entries.
3109
3110 2002-09-11
3111
3112         * src/inc.c: inc_mail(): correct new_msgs when inc_spool() returned
3113           by error.
3114           Don't refresh summary view on fetching when open_inbox_on_inc is
3115           set.
3116
3117 2002-09-10
3118
3119         * src/summaryview.c: summary_show(): refresh even if open_inbox_on_inc
3120           is set (to avoid summary refresh problem).
3121         * src/imap.c: removed warnings by checking the existence of directory
3122           before calling remove*_numbered_files().
3123
3124 2002-09-06
3125
3126         * src/prefs_common.c: corrected English.
3127
3128 2002-09-06
3129
3130         * src/prefs_common.[ch]: added an option: "Mark messages as read
3131           only when opened in new window".
3132
3133 2002-09-04
3134
3135         * src/folder.c:
3136           folder_tree_destroy()
3137           folder_write_list_recursive(): added sanity check.
3138         * src/imap.c: imap_scan_tree(): if folder->node is NULL and
3139           can't get session, create empty folder node (based on the
3140           Alfons' suggestion).
3141
3142 2002-09-03
3143
3144         * src/textview.c: textview_key_pressed(): pass GDK_Delete event to
3145           SummaryView.
3146         * src/summaryview.c: summary_key_pressed(): scroll correct TextView
3147           on MIME mode.
3148
3149 2002-09-02
3150
3151         * src/news.c: news_scan_group(): fixed wrong message number
3152           calculation.
3153
3154 2002-08-30
3155
3156         * major refactoring for POP3.
3157         * src/inc.[ch]: moved Pop3State, inc_pop3_state_new(),
3158           inc_pop3_state_destroy(), inc_get_uidl_table(), and
3159           inc_write_uidl_list() into pop.c.
3160           Moved Pop3State::folder_table and Pop3State::inc_state into
3161           IncSession.
3162           inc_start()
3163           inc_put_error(): added lockbusy state.
3164           inc_pop3_session_do(): obtain inc_state from Pop3State::error_val.
3165           inc_cancel(): don't terminate the automaton here but just set
3166           the flags to prevent crash.
3167         * src/pop.[ch]
3168           pop3_getauth_pass_recv()
3169           pop3_getauth_apop_recv(): check lockbusy state.
3170           pop3_retr_recv(): check Pop3State::cancelled flag.
3171         * src/automaton.[ch]: added 'cancelled' flag to Automaton.
3172           automaton_input_cb(): terminate if cancelled flag is true.
3173         * sylpheed.desktop: changed Type=Internet to Type=Application.
3174           Added Categories=Application;Network;.
3175
3176 2002-08-29
3177
3178         * src/inc.[ch]
3179           src/pop.c
3180           src/progressdialog.c: show detailed information to the status
3181           column.
3182           Added cur_total_recv_bytes to Pop3State.
3183         * src/prefs_common.[ch]: added an option to specify whether to
3184           close receive dialog when finished.
3185
3186 2002-08-28
3187
3188         * src/folder.[ch]: folder_get_path(): new. It returns the root path
3189           of Folder.
3190         * src/imap.c
3191           src/news.c
3192           imap_folder_destroy()
3193           imap_remove_msg()
3194           imap_remove_all_msg()
3195           news_folder_destroy(): remove cache directories / files when
3196           deleting Folder / messages.
3197         * src/utils.c:
3198           file_exist()
3199           is_dir_exist()
3200           is_file_entry_exist(): check if the argument is NULL.
3201           remove_all_files()
3202           remove_numbered_files()
3203           remove_expired_files(): fixed memory leaks on error.
3204
3205 2002-08-28
3206
3207         * src/folder.[ch]
3208           src/imap.[ch]
3209           src/mh.[ch]
3210           src/news.[ch]
3211           src/session.[ch]
3212           src/smtp.[ch]: made Folder and Session destructor virtual method.
3213
3214 2002-08-27
3215
3216         * src/compose.c: do joining of normal lines only when auto-wrapping.
3217         * src/main.c: modified the warning message for GnuPG.
3218         * src/about.c: about_create(): modified the compiled-in features
3219           list.
3220         * configure.in: improved LDAP library checking (thanks to Alfons).
3221
3222 2002-08-26
3223
3224         * version 0.8.2
3225
3226 2002-08-26
3227
3228         * src/compose.c:
3229           join_next_line()
3230           compose_wrap_line_all(): backed out the change to join lines that
3231           are not indented.
3232         * NEWS
3233           TODO
3234           TODO.jp: updated.
3235         * configure.in: require at least gpgme-0.3.5.
3236
3237 2002-08-23
3238
3239         * src/alertpanel.c: alertpanel_create(): minor modification.
3240         * modified NEWS.
3241
3242 2002-08-23
3243
3244         * updated NEWS.
3245
3246 2002-08-23
3247
3248         * src/alertpanel.c: alertpanel_create(): modified the layout.
3249         * src/rfc2015.c: check_signature(): don't abort on error.
3250
3251 2002-08-22
3252
3253         * src/compose.c: compose_wrap_line_all(): freeze widget only if
3254           required to repress flickers.
3255
3256 2002-08-21
3257
3258         * src/compose.c: improved line wrapping.
3259           join_next_line()
3260           compose_wrap_line_all(): also join lines that are not indented.
3261           dump_text(): handle multi-byte strings correctly.
3262
3263 2002-08-21
3264
3265         * src/compose.c: compose_wrap_line_all(): fix for auto-wrapping
3266           (go to next line when space is entered at line limit).
3267
3268 2002-08-19
3269
3270         * src/inc.c: inc_get_uidl_table(): fixed a memory leak reported by
3271           Martin Kluge.
3272
3273 2002-08-16
3274
3275         * src/mh.c: mh_scan_tree_recursive(): disabled Maildir folder
3276           checking to prevent confusion.
3277
3278 2002-08-16
3279
3280         * src/folder.[ch]: folder_item_get_msg_list(): added a wrapper for
3281           method Folder::get_msg_list().
3282         * src/account.c: account_edit_prefs(), account_delete(): use
3283           folderview_set_all() instead of folderview_rescan_all().
3284         * src/folderview.[ch]:
3285           folderview_check_new_all(): new. Updates all folders.
3286           folderview_rescan_tree(): confirm before executing.
3287           folderview_rescan_all(): commented out since it's not used anymore.
3288           folderview_update_item_foreach(): added a flag for summary update.
3289         * src/inc.c: inc_finished(): update summary only when
3290           prefs_common.scan_all_after_inc is set.
3291           inc_drop_message(): set mtime of target folder to 0 to force
3292           the updating of summary.
3293           inc_start(), get_spool(): update also summary when updating
3294           folder view.
3295         * src/mainwindow.c: changed 'File - Rescan folder tree' to
3296           'File - Check for new messages in all folders'.
3297
3298 2002-08-09
3299
3300         * src/compose.c: compose_write_to_file(): clearsign message body
3301           if specified.
3302           compose_clearsign_text(): new. Replaces the string with clearsigned
3303           one.
3304         * src/prefs_account.c: added an option for clearsign.
3305         * src/rfc2015.c: rfc2015_clearsign(): new.
3306           pgp_sign(): added a flag for clearsign.
3307         * src/utils.[ch]: get_tmp_file(): return newly allocated unique file
3308           name (needs to be freed by caller).
3309           str_write_to_file(), file_read_to_str(): new.
3310
3311 2002-08-08
3312
3313         * src/procmsg.c: procmsg_read_mark_file(): check key duplication
3314           to avoid memory leak.
3315
3316 2002-08-08
3317
3318         * src/base64.c: include string.h for memcpy().
3319         * src/gtksctree.c: use macro ABS() instead of function abs().
3320         * src/prefs_account.c
3321           src/prefs_common.c: renamed 'send' to 'p_send' so as not to
3322           conflict with the function send() in sys/socket.h.
3323         * src/mainwindow.c: commented out the unnecessary functions.
3324         * src/utils.c: canonicalize_file_replace(): correct warning message.
3325
3326 2002-08-08
3327
3328         * src/utils.[ch]: get_tmp_file(): new. Returns the directory for
3329           temporary files in ~/.sylpheed/.
3330         * src/main.c: create temporary directory in ~/.sylpheed/.
3331         * src/compose.c
3332           src/inc.c: create temporary files in ~/.sylpheed/, and modified
3333           the file name.
3334           compose_exec_ext_editor(): fixed a bug that failed to create the
3335           temporary file if g_get_tmp_dir() returned directory other than
3336           '/tmp'.
3337
3338 2002-08-08
3339
3340         * src/utils.c: copy_file(): check if dest_bak != NULL when unlinking.
3341
3342 2002-08-08
3343
3344         * src/utils.[ch]: canonicalize_file_replace(): fixed a bug that fails
3345           to replace the file when the given file and temporary file are not
3346           on the same filesystem.
3347           copy_file(): added a flag whether to keep backup.
3348           move_file(): added a flag whether to overwrite the destination file.
3349
3350 2002-08-07
3351
3352         * src/socket.[ch]: fixed the linking failure when IPv6 is enabled.
3353         * src/select-keys.c: modified key selection dialog.
3354
3355 2002-08-07
3356
3357         * src/socket.[ch]: my_gethostbyname(): new.
3358         * src/utils.c: get_domain_name(): return FQDN instead of short
3359           hostname (thanks to Bob Woodside).
3360         * src/template.c: made the debug messages less verbose.
3361
3362 2002-08-06
3363
3364         * src/prefs_common.[ch]: removed obsolete default sign key setting.
3365         * src/utils.c: canonicalize_file(): correct the error check of
3366           fwrite().
3367
3368 2002-08-06
3369
3370         * src/compose.c: compose_write_to_file():
3371           canonicalize line endings before encrypting/signing (this will fix
3372           interoperability with other MUAs).
3373           Removed unnecessary strdup.
3374           Don't encrypt/sign draft message.
3375         * src/utils.[ch]:
3376           canonicalize_file(), canonicalize_file_replace(): new.
3377         * src/passphrase.c
3378           src/select-keys.c: changed g_message() to debug_print() and
3379           g_warning().
3380         * src/mimeview.c: mimeview_check_signature(): removed unnecessary
3381           MIME structure scanning.
3382         * src/textview.c: textview_add_part(): show signature status in
3383           TextView.
3384         * src/rfc2015.c
3385           src/sigstatus.c: modified translatable strings and some MIME
3386           headers.
3387
3388 2002-08-06
3389
3390         * src/procmsg.c: procmsg_save_to_outbox(): don't forget to remove
3391           the temporary file when saving from queue.
3392 2002-08-05
3393
3394         * src/compose.c
3395           src/passphrase.[ch]
3396           src/rfc2015.[ch]
3397           src/prefs_account.[ch]
3398           src/prefs_common.[ch]: merged GnuPG stuff from the claws branch.
3399           Modified some messages.
3400
3401 2002-08-05
3402
3403         * src/textview.c: textview_scan_header(): fixed a memory leak
3404           (thanks to Alfons).
3405
3406 2002-08-04
3407
3408         * src/prefs_actions.c: execute_actions(): put create_io_dialog()
3409           in right conditional block.
3410
3411 2002-08-01
3412
3413         * src/compose.c: compose_wrap_line_all(): fixed character buffer
3414           initialization.
3415         * src/utils.c:
3416           log_print()
3417           log_message()
3418           log_warning()
3419           log_error(): add time stamp to log messages.
3420
3421 2002-07-31
3422
3423         * src/socket.c:
3424           corrected a typo (HAVE_SYS_SELECT -> HAVE_SYS_SELECT_H)
3425
3426 2002-07-31
3427
3428         * src/socket.c: implemented socket I/O timeout.
3429           fd_recv(): new.
3430         * src/pop.c: check errors and return error value correctly.
3431
3432 2002-07-31
3433
3434         * src/prefs_actions.c: made the action's input/output dialog display
3435           without delay. Made the dialog modal instead of making window
3436           insensitive. Also cleaned up its UI.
3437
3438 2002-07-29
3439
3440         * implemented --attach command line option.
3441         * src/main.c:
3442           Cmd::attach_files: new member to store file paths.
3443           parse_cmd_opt(): added --attach option. --compose option is implied.
3444           prohibit_duplicate_launch()
3445           lock_socket_input_cb(): added "compose_attach" message.
3446         * src/compose.c
3447           src/mainwindow.c
3448           src/textview.c: renamed compose_new_with_recipient() to
3449           compose_new(), and added an argument for attachment files.
3450
3451 2002-07-29
3452
3453         * src/logwindow.c: freeze GtkText widget while hidden.
3454           log_window_append(): changed the header for message and warning.
3455
3456 2002-07-26
3457
3458         * src/news.c: implement automatic cache expiration.
3459           news_delete_expired_caches(): new.
3460           news_get_article_list(): fixed a bug that nonexistent messages
3461           were not removed from list.
3462         * src/procmsg.[ch]: procmsg_get_last_num_in_msg_list(): renamed
3463           procmsg_get_last_num_in_cache().
3464         * src/utils.[ch]: remove_expired_files(): new.
3465
3466 2002-07-26
3467
3468         * src/inc.c:
3469           inc_mail(): force summary refresh when using external command for
3470           incorporation.
3471           inc_all_account_mail(): fixed a bug on spool checking failure.
3472
3473 2002-07-25
3474
3475         * version 0.8.1
3476
3477 2002-07-24
3478
3479         * src/addressbook.c
3480           src/editaddress.c
3481           src/editgroup.c
3482           src/editldap_basedn.c
3483           src/importldif.c
3484           src/prefs_common.c: fixed memory leaks which didn't free strings
3485           gtk_editable_get_chars() returned. And minor code cleanups.
3486         * src/importldif.h
3487           src/vcard.h: removed C++-style comments.
3488
3489 2002-07-23
3490
3491         * src/codeconv.c: conv_encode_header(): fixed a problem in encoding
3492           strings which include both multi-byte and us-ascii characters.
3493
3494 2002-07-23
3495
3496         * src/utils.c: remove_numbered_files(): don't try to unlink()
3497           directories.
3498         * src/codeconv.c:
3499           conv_get_code_conv_func(): return conv_anytodisp() if charset is
3500           not specified.
3501           conv_unmime_header_overwrite()
3502           conv_unmime_header(): do conv_anytodisp() before decoding header.
3503
3504 2002-07-14
3505
3506         * version 0.8.0
3507
3508 2002-07-14
3509
3510         * src/compose.c: added 'Tools/Actions' menu.
3511
3512 2002-07-12
3513
3514         * src/base64.c: a minor fix for BASE64VAL() macro.
3515
3516 2002-07-11
3517
3518         * src/base64.c: base64_decode(): fixed a buffer overrun bug.
3519
3520 2002-07-11
3521
3522         * src/codeconv.c
3523           src/compose.c
3524           src/smtp.c
3525           src/unmime.c
3526           src/base64.[ch]: rewrote the BASE64 encode / decode routines.
3527           base64_encode(), base64_decode(): new.
3528         * src/rfc822.[ch]: removed.
3529         * COPYING
3530           src/about.c: removed the copyright notice for fetchmail.
3531
3532 2002-07-10
3533
3534         * src/codeconv.c
3535           src/procmime.c
3536           src/unmime.[ch]: rewrote the MIME decode routines.
3537           unmime_header()
3538           unmime_quoted_printable_line(): new.
3539         * src/procheader.c:
3540           procheader_get_one_field()
3541           procheader_get_unfolded_line(): remove also CR.
3542
3543 2002-07-08
3544
3545         * libkcc: removed from the source tree.
3546         * COPYING
3547           src/about.c: removed the copyright notice for libkcc.
3548         * src/codeconv.c: conv_guess_encoding(): check for ASCII code first
3549           for speedup.
3550         * src/prefs_actions.c: removed unnecessary spaces/tabs.
3551
3552 2002-07-05
3553
3554         * src/prefs_actions.c: comply with the coding style.
3555           Modified the UI design.
3556         * src/mainwindow.c: main_window_set_menu_sensitive(): enable Actions
3557           menu when multiple messages are selected.
3558
3559 2002-07-05
3560
3561         * src/prefs_actions.[ch]: merged the 'Actions' feature from claws.
3562           update_actions_menu(): simplified the menu deletion.
3563         * src/mainwindow.c: added 'Actions' menu to Tools and Configuration.
3564
3565 2002-07-04
3566
3567         * src/codeconv.[ch]: implemented conv_jistoeuc(), conv_euctojis(),
3568           conv_sjistoeuc(), and conv_guess_encoding(). Removed the dependency
3569           to libkcc.
3570
3571 2002-07-04
3572
3573         * configure.in: added check for strchr.
3574
3575 2002-07-02
3576
3577         * src/prefs_common.[ch]
3578           src/inc.c: added an option to inhibit receive error dialog.
3579
3580 2002-07-01
3581
3582         * src/account.c: account_find_from_address(): support multiple
3583           addresses in header.
3584
3585 2002-06-28
3586
3587         * src/gtksctree.[ch]: changed GtkSCTree::anchor_row from gint to
3588           GtkCTreeNode* so that it won't become invalid after the row move.
3589           Removed dependency to gtkutils.c.
3590         * src/prefs_common.[ch]
3591           src/summaryview.c: summary_selected(): added an option to show
3592           message when cursor keys are pressed on summary view.
3593
3594 2002-06-28
3595
3596         * configure.in
3597           src/Makefile.am
3598           src/compose.c: changed "host_alias" to "target_alias" so that it
3599           shows the correct system name on cross-compiling (thanks to
3600           Patrice Mandin).
3601
3602 2002-06-27
3603
3604         * src/prefs_account.[ch]: added the option menu to force an
3605           authentication method for SMTP AUTH.
3606         * src/send.c
3607           src/smtp.[ch]: smtp_from(), smtp_auth(): added an argument to
3608           specify the authentication method for SMTP AUTH.
3609           smtp_ehlo(): allow AUTH responses that don't comply with the RFC.
3610
3611 2002-06-25
3612
3613         * src/prefs_common.[ch]
3614           src/compose.c: enabled "Wrap on input".
3615
3616 2002-06-25
3617
3618         * src/summaryview.[ch]
3619           src/mainwindow.c: added "Go to/{Prev,Next} new message" menu.
3620           Made some code cleanups.
3621
3622 2002-06-20
3623
3624         * src/folderview.c
3625           src/prefs_common.[ch]: added the hidden option to specify the
3626           policy of the vertical scrollbar on folder view.
3627
3628 2002-06-19
3629
3630         * src/messageview.[ch]:
3631           messageview_copy_clipboard(): fixed a bug that couldn't copy text
3632           on MIME mode.
3633           messageview_get_current_textview(): new.
3634           messageview_get_text_widget(): removed.
3635         * src/quote_fmt_parse.y: quote message even if msginfo is empty.
3636         * src/compose.[ch]: implemented the "Paste as quotation" feature.
3637           text_inserted(): new callback for "insert_text" signal.
3638           Add quote mark to the pasted text if Compose::paste_as_quotation
3639           is TRUE.
3640
3641 2002-06-19
3642
3643         * src/compose.c: if the Content-Type of a file is text/*, check
3644           its content and set the optimal Content-Transfer-Encoding (thanks
3645           to Yoichi Yuasa).
3646
3647 2002-06-18
3648
3649         * src/textview.c: textview_key_pressed(): pass key press event to
3650           main window to activate menu shortcuts (thanks to Alfons).
3651
3652 2002-06-18
3653
3654         * src/folder.c: folder_build_tree(): use strtoul() instead of atoi()
3655           for mtime to prevent flooring.
3656         * src/imap.c:
3657           imap_move_msg()
3658           imap_move_msgs_with_dest()
3659           imap_copy_msgs_with_dest(): fixed a bug that prevented multiple
3660           message copy/move.
3661           imap_parse_envelope()
3662           imap_cmd_envelope(): use RFC822.HEADER instead of ENVELOPE to get
3663           full information of messages and simplify the parser. Also fixed
3664           the bug that References header was ignored on threading.
3665           imap_parse_one_address()
3666           imap_parse_address(): removed.
3667           imap_get_header(): new. It reads the RFC822 header and returns
3668           a newly allocated string.
3669         * src/procheader.[ch]: changed procheader_parse() to
3670           procheader_parse_stream() and added different interfaces for it.
3671
3672 2002-06-17
3673
3674         * po/zh_TW.Big5.po: fixed a mistake that caused a crash.
3675
3676 2002-06-15
3677
3678         * version 0.7.8
3679
3680 2002-06-13
3681
3682         * src/inc.c: inc_get_uidl_table(): fixed a bug that garbage time
3683           could be inserted into the hash table.
3684           inc_write_uidl_list(): a minor code cleanup.
3685         * src/mainwindow.c: main_window_get_current_state():
3686           make the state unexecutable on an empty folder.
3687         * src/summaryview.c: summary_sort(): don't sort on an empty folder.
3688         * src/pop.c: minor code cleanups.
3689
3690 2002-06-12
3691
3692         * src/prefs_account.c: CREATE_RADIO_BUTTONS(): fixed a typo and
3693           corrected the behavior of the radio buttons.
3694
3695 2002-06-11
3696
3697         * implemented 'Delete messages after N days' feature for POP3.
3698         * src/inc.[ch]:
3699           inc_get_uidl_table()
3700           inc_write_uidl_list(): moved the location of UIDL list file from
3701           RC_DIR/uidl-* to RC_DIR/uidl/*.
3702           Added received time for each UIDLs.
3703           src/main.c: main(): create RC_DIR/uidl/ directory.
3704           src/pop.[ch]: LOOKUP_NEXT_MSG(): delete expired messages here.
3705           Added recv_time to Pop3MsgInfo.
3706           src/prefs_account.[ch]: added an option for the number of days for
3707           leaving messages.
3708
3709 2002-06-09
3710
3711         * version 0.7.7
3712
3713 2002-06-07
3714
3715         * src/folder.c: folder_set_missing_folders(): fixed a bug that
3716           caused multiplication of special folders on startup if their
3717           types were changed.
3718         * src/folderview.c: folderview_remove_mailbox_cb(): modified the
3719           label.
3720
3721 2002-06-04
3722
3723         * src/compose.c: compose_reply(), compose_forward(): reverted the
3724           last change since it causes lockup problem.
3725
3726 2002-06-04
3727
3728         * src/compose.c: compose_reply(), compose_forward(): don't autowrap
3729           the signature part.
3730           compose_new_with_recipient(): workaround for initial XIM problem.
3731
3732 2002-06-04
3733
3734         * src/mainwindow.c: sort ascending / descending order can be
3735           specified with separated menu items.
3736           Added "View/Sort/Don't sort" menu item.
3737         * src/summaryview.[ch]: summary_sort(): added an argument for
3738           sort type.
3739
3740 2002-05-31
3741
3742         * implemented persistent sort order.
3743         * src/folder.[ch]:
3744           folder_build_tree(): read 'sort_key' and 'sort_type' attributes.
3745           folder_write_list_recursive(): write sorting state.
3746           src/mainwindow.c
3747           src/summaryview.[ch]: summary_show(): sort if required.
3748           select the top node on descending sort.
3749           Removed SummarySortType and sorting state variables from
3750           SummaryView.
3751
3752 2002-05-30
3753
3754         * src/account.c
3755           src/news.[ch]
3756           src/nntp.[ch]
3757           src/prefs_account.[ch]: enabled NNTP over SSL.
3758         * src/nntp.c: nntp_group(): issue MODE READER command and retry
3759           when GROUP command once failed (this seems to avoid problems on
3760           some broken news servers).
3761
3762 2002-05-30
3763
3764         * faq/it/*.html: corrected DOS linebreaks.
3765         * faq/*/*.html: changed ">" to &quot;.
3766
3767 2002-05-29
3768
3769         * src/prefs_account.c: prefs_account_protocol_activated(): hide
3770           unnecessary frames in SSL tab.
3771
3772 2002-05-29
3773
3774         * src/pop.[ch]
3775           src/inc.c
3776           src/prefs_account.[ch]: enabled STLS command in POP3.
3777         * src/account.c: account_clist_set_row(): display TLS setting.
3778
3779 2002-05-28
3780
3781         * src/compose.c: compose_send_later_cb(): support redirect function.
3782         * src/imap.[ch]
3783           src/ssl.h
3784           src/prefs_account.[ch]: enabled STARTTLS command in IMAP4.
3785         * src/send.c
3786           src/smtp.[ch]: use SSLType instead of SSLSMTPType.
3787
3788 2002-05-28
3789
3790         * src/utils.[ch]: make_dir(): wrapper for mkdir() and chmod().
3791         * src/compose.c: compose_create(): removed unrequired lines.
3792
3793 2002-05-27
3794
3795         * src/news.c: news_scan_group(): fixed a bug that set the wrong
3796           values in some cases.
3797         * src/prefs_account.c: corrected English in Advanced - Folder
3798           settings.
3799
3800 2002-05-23
3801
3802         * src/textview.c: textview_show_message(), textview_show_part():
3803           fixed a bug that GtkSText *text pointed the incorrect object.
3804           textview_add_part(): freeze GtkSText while adding RFC822 headers.
3805           textview_show_part(): fixed a bug that couldn't display single
3806           part MIME message as text.
3807
3808 2002-05-22
3809
3810         * src/compose.c: compose_redirect_write_to_file(): correct the target
3811           for change_file_mode_rw(). Check if fclose() succeeded. Unlink
3812           incomplete file when an error occured.
3813
3814 2002-05-22
3815
3816         * src/compose.c:
3817           compose_create(): disable menus for draft on redirection mode.
3818           compose_redirect_write_to_file(): correct the error handling of
3819           fwrite().
3820         * src/prefs_common.c: turned off the "Display recipient on `From'
3821           column if sender is yourself" option by default.
3822
3823 2002-05-21
3824
3825         * src/compose.[ch]: implemented 'Redirect' (aka Bounce) feature.
3826           Based on the implementation of the claws branch.
3827           compose_redirect(): create a new window and make it uneditable.
3828           compose_redirect_write_to_file(): copy headers and body of
3829           original message except for some.
3830           compose_redirect_write_headers(): add extra "Resent-*" headers.
3831           compose_create(): set menu sensitivity for redirection mode.
3832
3833 2002-05-20
3834
3835         * src/codeconv.c: conv_encode_header(): fixed a bug that unnecessary
3836           space is inserted between encoded string and the following folded
3837           one (thanks to Masahiro Tomita).
3838
3839 2002-05-19
3840
3841         * src/mainwindow.[ch]: some refactoring has been made.
3842           main_window_toggle_message_view(): moved summary_toggle_view_real()
3843           here.
3844         * src/messageview.[ch]: messageview_is_visible(): new.
3845         * src/summary_search.c
3846           src/summaryview.[ch]: SummaryView::msg_is_toggled_on: removed.
3847           Instead use messageview_is_visible().
3848
3849 2002-05-17
3850
3851         * src/mainwindow.c: added 'Expand/Collapse all threads' menu.
3852         * src/summaryview.[ch]:
3853           summary_expand_threads(), summary_collapse_threads(): new.
3854
3855 2002-05-17
3856
3857         * src/mainwindow.c: Fixed the behavior of
3858           '/View/Show or hide/Folder tree' and
3859           '/View/Show or hide/Message view' toggle menu.
3860           Removed '/View/Toggle summary view' menu and integrated the
3861           function into '/View/Show or hide/Message view'.
3862           main_window_set_widgets(): change the state of toggle menu items.
3863         * src/prefs_common.c: prefs_keybind_apply_clicked(): updated menurc
3864           strings.
3865
3866 2002-05-16
3867
3868         * src/mimeview.c: mimeview_set_multipart_tree(): show single part
3869           MIME contents other than text as children of message/rfc822 part.
3870         * src/procmime.c:
3871           procmime_mimeinfo_next(): modified for message/rfc822 part which
3872           content-type is single part MIME.
3873           procmime_scan_multipart_message(): fix for nested message/rfc822
3874           part. Corrected the size of the contents of message/rfc822.
3875         * src/textview.c: textview_show_part(): extract the contents of
3876           multipart/* and message/rfc822. Some code cleanups.
3877           textview_add_parts(): new. It adds the all parts under a part to
3878           textview.
3879           textview_clear(): reset body_pos and cur_pos.
3880
3881 2002-05-16
3882
3883         * src/addr_compl.c: modified so that it behaves better.
3884           get_address_from_edit(): ignore comma inside of brackets.
3885           completion_window_apply_selection(): new. Only apply the current
3886           clist selection.
3887           completion_window_accept_selection(): removed.
3888           address_completion_complete_address_in_entry(): minor code cleanup.
3889           don't replace address in entry here.
3890           completion_window_select_row(): always apply clist selection to
3891           entry.
3892           completion_window_key_press(): don't apply selection here.
3893
3894 2002-05-15
3895
3896         * src/imap.c: imap_create_folder(): keep trailing directory separator
3897           to create a folder that contains sub folder.
3898
3899 2002-05-14
3900
3901         * src/foldersel.c: sort tree with case insensitive.
3902         * src/mainwindow.c: allsel_cb()
3903           src/messageview.c: messageview_select_all(): fixed 'Select all'
3904           on MIME view.
3905         * src/mainwindow.c: removed common and account prefs button from
3906           the toolbar.
3907
3908 2002-05-13
3909
3910         * src/compose.c: compose_account_option_menu_create(): check if
3911           ac->name is NULL.
3912
3913 2002-05-12
3914
3915         * version 0.7.6
3916
3917 2002-05-12
3918
3919         * manual/ja/*: updated the Japanese manual (thanks to Yoichi Imai).
3920           manual/en/*: updated the English manual.
3921         * faq/de/*
3922           faq/it/*: added German and Italian FAQ.
3923         * faq/en/*
3924           faq/es/*
3925           faq/fr/*: updated FAQs.
3926         * src/manual.[ch]
3927           src/mainwindow.c: added German and Italian language.
3928
3929 2002-05-11
3930
3931         * src/prefs_account.c: turn off "receive at get all" option by default
3932           when creating an IMAP or News account.
3933
3934 2002-05-11
3935
3936         * src/imap.c: imap_scan_tree(): don't use namespace for prefix.
3937         * src/prefs_folder_item.c: show also identifier path.
3938           Made layout using table. Show uneditable entry using background
3939           color of window.
3940         * src/procmime.c: procmime_get_tmp_file_name(): generate safe
3941           file name.
3942
3943 2002-05-11
3944
3945         * src/automaton.[ch]: added UI callback to Automaton.
3946         * src/inc.c
3947           src/pop.c: use callback instead of calling inc_progress_update()
3948           directly.
3949           pop3_getrange_uidl_recv(): don't fall back to LAST when 'get all'
3950           option is set.
3951
3952 2002-05-10
3953
3954         * src/folderview.c: properly sort abbreviated newsgroups.
3955
3956 2002-05-10
3957
3958         * src/folderview.c
3959           src/prefs_common.[ch]
3960           src/summaryview.c: added an option to specify the minimum length
3961           for abbreviated newsgroups name.
3962
3963 2002-05-09
3964
3965         * src/folderview.c: folderview_check_new(): skip unselectable folders.
3966         * src/summaryview.c: added 'Create filter rule' to the context menu.
3967         * src/imap.c: some code cleanups.
3968           imap_scan_tree_recursive(): get path separator for each calls.
3969           imap_get_path_separator(): new.
3970
3971 2002-05-08
3972
3973         * src/imap.[ch]: supported namespace for others/shared folders
3974           (in progress).
3975           imap_parse_namespace(): parse also others/shared namespace.
3976           imap_find_namespace(): search also others/shared namespace.
3977         * src/utils.[ch]:
3978           strchr_parenthesis_close(): return pointer to closing parenthesis.
3979           strsplit_parenthesis(): split parenthetic list into array of
3980           strings.
3981
3982 2002-05-08
3983
3984         * src/procheader.c: procheader_date_parse(): fixed a bug that didn't
3985           parse date string like "Mon,6 May 2002 20:31:12 +0800".
3986           procheader_scan_date_string(): new. Separated string scanning
3987           part from procheader_date_parse().
3988
3989 2002-05-07
3990
3991         * src/summary_search.c: summary_search_execute(): unlock while
3992           selecting summary row (thanks to Martin Schaaf).
3993         * src/summaryview.c: summary_set_column_titles(): reversed the
3994           direction of the arrow so that it matches with Win/Mac style.
3995
3996 2002-05-02
3997
3998         * src/compose.c: compose_write_headers(): quote self address name
3999           if required. Some code cleanups. Don't override Newsgroups and
4000           Cc with custom headers.
4001         * src/imap.c: imap_add_msg(): return UID for appended message.
4002         * src/compose.c: compose_queue(): check if queue folder exists.
4003         * src/imap.c: QUOTE_IF_REQUIRED(): quote also other IMAP special
4004           characters.
4005           imap_open(): removed an unrequired argument.
4006
4007 2002-04-25
4008
4009         * src/utils.[ch]: trim_string(): new. It trim characters longer than
4010           the specified length and adds "...".
4011         * src/folderview.c: trim folder name when displaying dialog.
4012
4013 2002-04-23
4014
4015         * src/imap.c: imap_create_folder(): don't add prefix for root INBOX
4016           folder.
4017         * src/folderview.c: folderview_select()
4018           src/summary_search.c: summary_search_execute(): lock summary view
4019           while searching (thanks to Martin Schaaf).
4020
4021 2002-04-21
4022
4023         * version 0.7.5
4024
4025 2002-04-21
4026
4027         * sylpheed*.png: added new app icons by WAKAI Kazunao (thanks!).
4028
4029 2002-04-21
4030
4031         * src/summaryview.c: summary_show(): fixed a bug that didn't process
4032           the left marks.
4033         * src/account.c: account_edit_prefs(): fixed a crash bug when account
4034           name was empty.
4035         * src/prefs_account.c: prefs_account_apply(): display error dialog
4036           if account name is empty.
4037         * src/imap.c: changed some log_print() to debug_print() to reduce
4038           the amount of log.
4039
4040 2002-04-21
4041
4042         * src/mh.c: mh_get_new_msg_filename(): new. It returns the filename
4043           for new message.
4044           mh_add_msg()
4045           mh_do_move()
4046           mh_do_move_msgs_with_dest()
4047           mh_copy_msg()
4048           mh_copy_msgs_with_dest(): use mh_get_new_msg_filename().
4049         * src/utils.[ch]: added is_file_entry_exist() which returns TRUE
4050           if stat() succeeded.
4051         * src/imap.c:
4052           imap_fetch_msg(): SELECT mailbox before FETCH if required.
4053           imap_scan_folder(): set last_num using the value of UIDNEXT.
4054           imap_select(): return immediately if there is no need for SELECT.
4055           preserve the path of currently selected mailbox.
4056           imap_status(): added UIDNEXT.
4057
4058 2002-04-20
4059
4060         * src/folder.c: folder_item_scan(): removed the warning.
4061         * src/inputdialog.[ch]: input_dialog_combo(): added an argument for
4062           setting case sensitivity.
4063
4064 2002-04-17
4065
4066         * src/mainwindow.c: main_window_create(): restrict the minimum size.
4067
4068 2002-04-17
4069
4070         * src/compose.c: merged the new line-wrapping routine.
4071           join_next_line(): fixed a bug that didn't join multibyte
4072           characters.
4073           get_indent_length(): modified enums and variable names.
4074           INDENT_CHARS: don't indent ':'.
4075         * src/folderview.c:
4076           folderview_rename_folder_cb()
4077           folderview_delete_folder_cb(): support folder identifier.
4078           folderview_rm_imap_folder_cb(): integrated with
4079           folderview_delete_folder_cb().
4080
4081 2002-04-15
4082
4083         * src/folder.[ch]: folder_item_scan(): return -1 if scanning failed.
4084         * src/folderview.c: folderview_check_new(): abort checking if
4085           folder_item_scan() failed.
4086
4087 2002-04-15
4088
4089         * src/imap.c: imap_create_missing_folders(): create only INBOX and
4090           Trash.
4091         * src/prefs_folder_item.c: prefs_folder_item_set_dialog(): made the
4092           type of news folders unchangeable.
4093           prefs_folder_item_destroy(): use prefs_dialog_destroy().
4094         * src/prefs.[ch]: prefs_dialog_destroy(): new.
4095
4096 2002-04-15
4097
4098         * src/prefs_account.[ch]: added special folder setting to Advanced
4099           tab. Also moved "IMAP server directory" setting to there.
4100         * src/account.[ch]: account_get_special_folder(): new. It returns
4101           the optimal special folder for accounts.
4102         * src/compose.c: use account_get_special_folder().
4103         * src/prefs_folder_item.[ch]: new. Implemented folder property
4104           dialog, and the special folder settings (most of the functions in
4105           claws are not integrated yet, and the structure is slightly
4106           modified).
4107         * src/folderview.c: enabled Property menu.
4108
4109 2002-04-14
4110
4111         * src/textview.c: IS_RFC822_CHAR(): make email parser also stop
4112           scanning when encountering separators ',' and ';'.
4113
4114 2002-04-12
4115
4116         * src/mainwindow.c: reorderd the menu a bit.
4117         * src/compose.c: made 'Ctrl-Enter' ignore some modifiers.
4118           compose_reply_set_entry(): made 'Reply to sender' work for
4119           newsgroups.
4120
4121 2002-04-11
4122
4123         * src/compose.c: compose_create(): set geometry hints to restrict
4124           the maximum size of window.
4125         * src/imap.c: imap_parse_list(): don't mark INBOX as \Noselect.
4126           imap_get_uncached_messages()
4127           imap_cmd_fetch(): ignore responses which don't include FETCH.
4128
4129 2002-04-11
4130
4131         * COPYING: re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
4132           the clause for OpenSSL).
4133
4134 2002-04-09
4135
4136         * src/prefs_account.c
4137           src/smtp.[ch]: fixed a bug that didn't complie with OpenSSL enabled.
4138
4139 2002-04-09
4140
4141         * src/smtp.[ch]
4142           src/send.c
4143           src/session.[ch]: first reorganization of SMTP protocol handling.
4144           SMTPSession: new class which is a sub class of Session.
4145           smtp_session_new(): moved send_smtp_open() into this function.
4146           smtp_from(): moved SMTP AUTH calls into smtp_auth().
4147           smtp_auth(): use server response for SMTP AUTH method.
4148           smtp_ehlo(): read server response and set auth type flags.
4149           smtp_helo(): separated EHLO command.
4150           smtp_ok(): return the last server response if the buffer is
4151           specified.
4152         * src/esmtp.[ch]: merged into smtp.[ch].
4153         * src/imap.c: imap_session_destroy_all(): use session_destroy().
4154
4155 2002-04-08
4156
4157         * src/imap.c: imap_open(): show warning message if IMAP4 session
4158           can't be established.
4159
4160 2002-04-06
4161
4162         * src/compose.c: made template able to be inserted into the current
4163           cursor position.
4164         * src/mainwindow.c: moved some menu items under the submenu
4165           '/View/Show or hide'.
4166
4167 2002-04-05
4168
4169         * src/filter.c
4170           src/inc.c: changed folder_find_item_from_path() to
4171           folder_find_item_from_identifier().
4172           src/prefs_account.c
4173           src/prefs_filter.c: use folder_item_get_identifier() to specify
4174           folder path.
4175
4176 2002-04-05
4177
4178         * src/folder.[ch]: implemented "folder identifier" (and fixed a bug
4179           existed in claws' implementation).
4180           folder_find_from_name(): find Folder from name and type.
4181           folder_get_identifier(): return Folder id.
4182           folder_item_get_identifier(): return FolderItem id.
4183           folder_find_item_from_identifier(): find FolderItem from id.
4184           folder_get_type_string(): return folder type string.
4185           folder_get_type_from_string(): return FolderType from string
4186           (and fixed the wrong g_strcasecmp() usage).
4187         * src/export.c
4188           src/import.c: use folder_item_get_identifier() and
4189           folder_find_item_from_identifier().
4190
4191 2002-04-03
4192
4193         * src/imap.c: imap_parse_atom(): fixed a bug that cur_pos didn't
4194           point the correct address after reading the continuous line.
4195           imap_scan_folder(): set new number to 0 if unseen number is 0.
4196           imap_parse_flags(): don't add new and unread flag if \Seen flag
4197           exists.
4198         * ac/Makefile.am: removed gpgme.m4 from MACROS.
4199
4200 2002-04-02
4201
4202         * fixed the old problem that couldn't add flags to currently opened
4203           folders.
4204         * src/compose.c:
4205           compose_send(): update outbox after saving.
4206           compose_queue()
4207           compose_draft_cb(): use procmsg_add_flags().
4208         * src/folder.[ch]: added "opened" flag and "mark_queue" list to
4209           FolderItem.
4210         * src/main.c: send_queue(): send from all queue folders.
4211         * src/mainwindow.c: send_queue_cb(): send from all queue folders.
4212         * src/procmsg.[ch]:
4213           procmsg_flush_mark_queue(): new. Write all queued flags into file.
4214           procmsg_add_flags(): new. Add specified flags to the folder.
4215           procmsg_send_queue(): added an argument to specify queue folder.
4216           procmsg_save_to_outbox(): use procmsg_add_flags().
4217         * src/summaryview.c:
4218           summary_show(): up the opened flag of FolderItem.
4219           summary_clear_list(): down the opened flag of FolderItem.
4220           summary_write_cache(): call procmsg_flush_mark_queue().
4221
4222 2002-04-01
4223
4224         * src/summaryview.[ch]: trim the tail of folder name and selected
4225           number on the status label if the space is not enough.
4226
4227 2002-04-01
4228
4229         * src/imap.c: imap_create_special_folder(): fixed a bug that didn't
4230           set SpecialFolderItemType when creating special folders under
4231           INBOX.
4232         * ac/gpgme.m4: removed.
4233         * ac/README: added.
4234         * ac/missing/gdk-pixbuf.m4
4235           ac/missing/gettext.m4
4236           ac/missing/gpgme.m4
4237           ac/missing/imlib.m4: added for convenience.
4238
4239 2002-03-29
4240
4241         * src/esmtp.c: esmtp_auth(): fixed a bug that some garbages are
4242           shown after the decoded challenge string. Fixed a memory leak.
4243           Removed strtok().
4244         * src/compose.c: compose_draft_cb(): mark draft messages as read.
4245         * src/folderview.c: folderview_update_node(): disable emphasis
4246           for Outbox and Draft folders.
4247
4248 2002-03-28
4249
4250         * src/messageview.c: messageview_show(): fixed a memory leak.
4251         * src/summaryview.c: summary_save_as(): show error dialog if copy
4252           failed.
4253         * src/about.c: about_show(): make the window active if it is already
4254           open.
4255
4256 2002-03-27
4257
4258         * src/compose.c: show confirmation dialog before sending if Subject
4259           is empty.
4260           compose_check_entries(): new.
4261           compose_send()
4262           compose_send_later_cb(): use compose_check_entries().
4263         * src/imap.c: imap_parse_atom(): more fix for parsing responses.
4264
4265 2002-03-26
4266
4267         * src/imap.c: imap_parse_atom(): fixed a bug that didn't parse the
4268           responses with continuous line correctly, and fixed a memory leak.
4269
4270 2002-03-26
4271
4272         * src/undo.c: undo_insert_text_cb(): fixed a crash bug if the text
4273           length is large.
4274         * src/gtkstext.c: gtk_stext_button_press(): cancel current selection
4275           after pasting with middle button to prevent the selection growth.
4276
4277 2002-03-25
4278
4279         * src/folderview.c:
4280           folderview_rename_folder_cb()
4281           folderview_delete_folder_cb(): modify filter rules only if the
4282           target folder is in the default mailbox.
4283         * src/utils.c: get_abbrev_newsgroup_name(): removed a redundant
4284           line.
4285
4286 2002-03-23
4287
4288         * src/compose.c
4289           src/mainwindow.c
4290           src/prefs_common.c: changed 'Tool' menu to 'Tools'.
4291           Moved 'Delete duplicated messages' under 'Tools'.
4292
4293 2002-03-23
4294
4295         * src/folderview.c: SET_SPECIAL_FOLDER(): keep the same parent
4296           when moving.
4297         * src/imap.c: imap_create_special_folder(): fixed a crash bug
4298           when folder creation failed, and re-try to create folders under
4299           INBOX.
4300           imap_scan_tree_recursive(): don't automatically add namespace
4301           prefix if it's INBOX. Search also under the INBOX for special
4302           folders.
4303         * src/foldersel.c: SET_SPECIAL_FOLDER(): keep the same parent
4304           when moving.
4305
4306 2002-03-23
4307
4308         * src/utils.[ch]: get_abbrev_newsgroup_name(): new. It returns the
4309           abbreviated newsgroup name.
4310         * src/folderview.c: folderview_update_node(): display newsgroups
4311           with abbreviated name if name and path is the same.
4312         * src/summaryview.c: summary_status_show(): show the newsgroup with
4313           abbreviated name.
4314
4315 2002-03-23
4316
4317         * src/foldersel.c
4318           src/folderview.c: changed the label 'Draft' to 'Drafts'.
4319         * src/imap.c: changed the directory name 'Draft' to 'Drafts'.
4320           imap_create_missing_folders(): fixed the wrong assignment of
4321           Queue folder to draft.
4322
4323 2002-03-22
4324
4325         * enabled Sent / Draft / Queue folders on IMAP server.
4326         * src/compose.c: compose_queue(), compose_draft_cb(): use account's
4327           queue and draft folder if they exist.
4328           src/imap.[ch]:
4329           imap_create_trash(): removed.
4330           imap_create_special_folder(): new. Generalized imap_create_trash().
4331           imap_create_missing_folders(): automatically create missing folders.
4332           imap_is_msg_changed(): added the dummy method.
4333           imap_scan_tree_recursive(): search also Sent, Draft and Queue
4334           folders. Minor code cleanups.
4335           imap_parse_envelope(): check for null strings.
4336           src/procmsg.c: procmsg_read_cache(): add F_QUEUE or F_DRAFT flag
4337           for messages on IMAP folder.
4338
4339 2002-03-20
4340
4341         * src/compose.c: compose_send(): use account's outbox folder
4342           if it exists.
4343         * src/procmsg.[ch]: procmsg_save_to_outbox(): changed the API so
4344           that the outbox can be specified.
4345
4346 2002-03-20
4347
4348         * src/compose.c: don't save to outbox when messages are queued.
4349           compose_save_to_outbox(): moved to procmsg.c.
4350         * src/procmsg.[ch]: procmsg_send_queue(): save to outbox when
4351           sending succeeded.
4352           procmsg_save_to_outbox(): new. Removes the queueing headers if
4353           needed, and adds the given file to the outbox.
4354
4355 2002-03-20
4356
4357         * src/compose.c: compose_wrap_line(): treat '|' also as quote char.
4358           get_indent_length(): treat ':' and '#' also as quote char, and
4359           cleaned up using strchr().
4360
4361 2002-03-19
4362
4363         * src/mainwindow.c: modified some menu items.
4364
4365 2002-03-19
4366
4367         * src/defs.h: changed OUTBOX_DIR from "outbox" to "sent"
4368           (current "outbox" will be kept until rescan).
4369         * src/folder.c: folder_set_missing_folders(): create the missing
4370           folders.
4371         * src/foldersel.c
4372           src/folderview.c: changed 'Outbox' to 'Sent'.
4373         * src/main.c: call folder_set_missing_folders().
4374         * src/mh.c: mh_scan_tree(): create missing folders.
4375         * src/summaryview.c: summary_set_menu_sensitive(): fixed a bug that
4376           didn't set the menu sensitivity correctly.
4377
4378 2002-03-18
4379
4380         * src/folderview.c
4381           src/imap.[ch]: implemented folder renaming on IMAP (thanks to Mio).
4382           folderview_rename_folder_cb(): reopen the current folder when
4383           the ancestor is renamed.
4384           imap_rename_folder(): new method implementation.
4385           imap_cmd_rename()
4386           imap_rename_folder_func(): new.
4387           imap_remove_folder(): remove also the cache directory.
4388
4389 2002-03-17
4390
4391         * src/imap.c: implemented locale encoding <-> modified utf-7
4392           conversion, and supported i18n of folder name (thanks to Suzuki
4393           Mio).
4394           imap_path_separator_subst(): handle the escape characters of
4395           modified utf-7.
4396           imap_modified_utf7_to_locale()
4397           imap_locale_to_modified_utf7(): new.
4398           imap_create_trash(): modified so that it create the Trash folder
4399           to the correct location when imap directory is specified.
4400           imap_get_real_path(): removed debug print.
4401
4402 2002-03-14
4403
4404         * src/socket.c: implemented timeout for DNS lookup and connect().
4405           sock_connect_by_hostname(): timeout support and code cleanup.
4406           sock_connect_with_timeout(): new.
4407           sock_peek(): implemented SSL peek.
4408
4409 2002-03-13
4410
4411         * src/messageview.c: messageview_show(): display single-part
4412           text/html messages with the normal text view.
4413         * src/account.c
4414           src/addrbook.c
4415           src/addrindex.c
4416           src/compose.c
4417           src/imap.c
4418           src/inc.c
4419           src/jpilot.c
4420           src/ldif.c
4421           src/mbox.c
4422           src/mimeview.c
4423           src/news.c
4424           src/prefs.c
4425           src/prefs_common.c
4426           src/prefs_customheader.c
4427           src/prefs_display_header.c
4428           src/prefs_filter.c
4429           src/procheader.c
4430           src/procmime.c
4431           src/procmsg.c
4432           src/recv.c
4433           src/rfc2015.c
4434           src/send.c
4435           src/sourcewindow.c
4436           src/summaryview.c
4437           src/template.c
4438           src/textview.c
4439           src/unmime.c
4440           src/utils.c
4441           src/vcard.c
4442           src/xml.c: added 'b' to the option of all fopen().
4443
4444 2002-03-09
4445
4446         * version 0.7.4
4447
4448 2002-03-09
4449
4450         * src/ssl.[ch]: match its coding style.
4451         * src/compose.c: compose_send_later_cb(): fixed a bug that failed
4452           to save file.
4453         * faq/Makefile.am
4454           faq/en/Makefile.am
4455           faq/en/sylpheed-faq*.html
4456           faq/es/Makefile.am
4457           faq/es/sylpheed-faq*.html
4458           faq/fr/Makefile.am
4459           faq/fr/sylpheed-faq*.html
4460           configure.in
4461           Makefile.am
4462           src/Makefile.am
4463           src/defs.h
4464           src/mainwindow.c
4465           src/manual.[ch]: added FAQs in English, Spanish and French.
4466
4467 2002-03-07
4468
4469         * manual/en/sylpheed*.html: updated to the latest version.
4470         * libkcc/jis.c
4471           src/addrcache.c
4472           src/addritem.c
4473           src/ldif.c
4474           src/mgutils.c: include string.h to remove warning about strlen()
4475           etc.
4476         * src/folder.c
4477           src/folderview.c
4478           src/inc.c
4479           src/logwindow.c
4480           src/mainwindow.c
4481           src/mimeview.c
4482           src/prefs.c
4483           src/prefs_common.c
4484           src/procheader.c
4485           src/send.c
4486           src/session.c
4487           src/sigstatus.c
4488           src/summaryview.c: added break to the last label of switch to
4489           prevent the 'deprecated use of label at end of compound statement'
4490           warning at gcc-3.0.
4491         * src/rfc2015.c: passphrase_cb(): fixed the type of r_hd.
4492
4493 2002-03-06
4494
4495         * src/inc.[ch]: preserve the pointer to IncProgressDialog to the
4496           static list.
4497           inc_cancel_all(): new. It cancels the all current incorporation.
4498         * src/mainwindow.c: added 'Cancel receiving' menu.
4499         * src/textview.c: a minor fix for single-part MIME messages, and
4500           a bit of cleanup for textview_write_body().
4501
4502 2002-03-05
4503
4504         * src/inc.c: inc_write_uidl_list(): fixed a bug that lost UIDL
4505           information if any errors occured before issuing UIDL command.
4506           src/inc.h: added uidl_is_valid to Pop3State.
4507           src/pop.c: set uidl_is_valid to TRUE if UIDL becomes valid.
4508
4509 2002-03-03
4510
4511         * version 0.7.3
4512
4513 2002-03-03
4514
4515         * src/mimeview.c: mimeview_create(): set the initial notebook page
4516           to 0.
4517         * src/folderview.c: folderview_selected(): scroll the view if the
4518           selected row is hidden.
4519         * src/prefs_filter.c: prefs_filter_register_cb(): scroll the view
4520           and select the added row.
4521         * src/summaryview.c: fix threading for null message ids.
4522
4523 2002-03-02
4524
4525         * src/textview.c: textview_show_message(): follow message/rfc822
4526           parts.
4527           textview_add_part(): add a caption before the attached text files.
4528           textview_show_header(): don't add the newline.
4529         * src/messageview.c: enabled message search also in MIME mode.
4530
4531 2002-03-01
4532
4533         * src/messageview.c: messageview_show(): set header state of
4534           MimeView's TextView, too.
4535         * src/mimeview.c: mimeview_show_message(): call
4536           textview_show_message() to display message.
4537         * src/textview.c: textview_add_part(): new. It adds the content
4538           of message part without clearing the view.
4539           textview_show_message(): display all parts with appropriate
4540           style.
4541           textview_write_body(): separated from textview_show_part().
4542
4543 2002-02-28
4544
4545         * src/mainwindow.c
4546           src/prefs_common.c: added ISO-8859-15 to the codesets for
4547           displaying and sending.
4548         * src/codeconv.c: conv_codeset_strdup(): return NULL if code
4549           conversion failed, and made caller deal with it.
4550         * src/compose.c: compose_write_to_file(): show error dialog when
4551           code conversion failed, and let user select whether to send it
4552           as is or not.
4553         * src/textview.c: textview_write_line(): show the original string
4554           if code conversion failed.
4555
4556 2002-02-27
4557
4558         * src/inc.c: get_spool(): fixed a bug that failed to unlock mbox
4559           if copy_mbox() failed (thanks to Alexander Kabaev).
4560         * src/prefs_account.[ch]: added separate user ID / password setting
4561           for SMTP AUTH.
4562         * src/send.c: send_message_smtp(): use separate user ID / password
4563           for SMTP AUTH if it is specified.
4564
4565 2002-02-26
4566
4567         * src/inc.[ch]
4568           src/pop.[ch]: refactored the UIDL management.
4569           store the information of messages into the array of Pop3MsgInfo
4570           structure, and do full scanning of not retrieved messages.
4571
4572 2002-02-26
4573
4574         * src/filesel.c
4575           src/foldersel.c
4576           src/mainwindow.c: set WMCLASS for window/dialog.
4577         * src/codeconv.c: conv_codeset_strdup(): return source string
4578           when jconv_alloc_conv() failed.
4579
4580 2002-02-25
4581
4582         * src/mh.c: mh_scan_tree_recursive(): changed the hardcoded directory
4583           name to the macros.
4584
4585 2002-02-24
4586
4587         * src/messageview.c
4588           src/mimeview.[ch]
4589           src/summaryview.c: implemented the new notebook tab interface for
4590           MIME message.
4591         * src/textview.[ch]: fixed line space related glitches.
4592
4593 2002-02-23
4594
4595         * src/prefs_filter.c:
4596           prefs_filter_rename_path()
4597           prefs_filter_delete_path(): fixed a crash when flt->dest was NULL.
4598
4599 2002-02-23
4600
4601         * src/recv.[ch]: cancel data receiving if RecvUIFunc returns FALSE.
4602         * src/pop.c: pop3_retr_recv(): fixed false 'No space' when cancelled
4603           while getting data.
4604         * src/inc.c: inc_pop3_recv_func(): abort data receiving when
4605           cancelled, and fixed potential crash bug.
4606         * src/grouplistdialog.c: enabled cancelling of data receiving.
4607         * src/news.c: news_get_group_list(): destroy current session if
4608           retrieving failed.
4609
4610 2002-02-22
4611
4612         * src/manage_window.[ch]: fixed a bug that caused crash when
4613           the main window was hidden.
4614           MANAGE_WINDOW_SIGNALS_CONNECT(): new macro.
4615           Monitor "unmap_event", "destroy" events.
4616         * src/account.c;
4617           src/addressbook.c
4618           src/compose.c
4619           src/export.c
4620           src/filesel.c
4621           src/foldersel.c
4622           src/grouplistdialog.c
4623           src/import.c
4624           src/inputdialog.c
4625           src/mainwindow.c
4626           src/message_search.c
4627           src/passphrase.c
4628           src/prefs_account.c
4629           src/prefs_common.c
4630           src/prefs_customheader.c
4631           src/prefs_display_header.c
4632           src/prefs_filter.c
4633           src/prefs_template.c
4634           src/summary_search.c
4635           src/summaryview.c: use MANAGE_WINDOW_SIGNALS_CONNECT() macro to
4636           connect signals for window management.
4637
4638 2002-02-21
4639
4640         * src/prefs_account.[ch]: added receive size limit option.
4641         * src/pop.c: skip messages larger than the limit size.
4642           LOOKUP_NEXT_MSG(): new macro.
4643         * src/compose.c: compose_attach_append(): check whether the file
4644           is readable.
4645
4646 2002-02-21
4647
4648         * src/rfc2015.c: commented out dump_mimeinfo() and dump_part().
4649           changed g_message()'s to debug_print() and g_warning().
4650           rfc2015_decrypt_message(): fixed a bug that duplicated message
4651           parts when decryption was failed/cancelled. And made some code
4652           cleanup.
4653         * src/passphrase.c: made the dialog transient.
4654         * src/prefs.c: prefs_config_parse_one_line(): removed debug_print().
4655
4656 2002-02-20
4657
4658         * src/messageview.c
4659           src/procmsg.[ch]: fixed a bug that failed to parse multipart
4660           messages if GPGME was enabled.
4661         * src/rfc2015.c: commented out copy_gpgmedata_to_temp() which
4662           is not used.
4663         * src/prefs_account.c: prefs_account_privacy_create(): modified
4664           the vertical spacing.
4665
4666 2002-02-19
4667
4668         * src/menu.[ch]: menu_set_sensitive_all(): new.
4669           menu_set_insensitive_all(): made it a wrapper for
4670           menu_set_sensitive_all().
4671         * src/prefs_account.c:
4672           prefs_account_open()
4673           prefs_account_protocol_set_optmenu(): made the protocol type
4674           unchangeable after creating an account.
4675         * src/compose.c: compose_attach_parts(): traverse MIME tree to
4676           extract all attathed files from nested multipart MIME message.
4677
4678 2002-02-19
4679
4680         * src/procmsg.[ch]: procmsg_get_mark_sum(): added arguments to
4681           obtain minimum/maximum number, and to specify first number
4682           limit.
4683         * src/folderview.c
4684           src/inc.c: enabled new message checking on news folder.
4685         * src/news.c: news_scan_group(): implemented. Guess new/unread
4686           message number from the response of GROUP command and the mark
4687           data.
4688           news_select_group(): return the total/first/last number.
4689         * src/prefs_account.c: prefs_account_receive_create(): modified
4690           the text of the 'Get all' check button.
4691
4692 2002-02-18
4693
4694         * src/account.c: made 'Get all' checkbox available for IMAP4 and
4695           NNTP accounts.
4696         * src/inc.c: corrected the argument of folderview_check_new().
4697         * src/prefs_account.c: modification for the "`Get all' checks for
4698           new mail on this account" checkbox.
4699
4700 2002-02-18
4701
4702         * src/folderview.[ch]:
4703           folderview_rescan_tree(), folderview_rescan_all(): renamed from
4704           folderview_update_tree() and folderview_update_all().
4705           folderview_update_all_node(): removed.
4706           folderview_check_new(): new. If the argument is NULL, it checks
4707           all local folders. If the arguments is specified, it checks
4708           the (local and remote) folder.
4709         * src/inc.c:
4710           inc_account_mail()
4711           inc_all_account_mail(): check also IMAP4 account.
4712
4713 2002-02-18
4714
4715         * src/folderview.c:
4716           folderview_rename_folder_cb()
4717           folderview_delete_folder_cb(): modify the filter rules when folder
4718           is renamed/deleted.
4719         * src/prefs_filter.[ch]:
4720           prefs_filter_rename_path(): new. It renames the destination paths
4721           in the filter list.
4722           prefs_filter_delete_path(): new. It deletes the filter rules if
4723           the destination paths matched.
4724         * thanks to Neill Miller for above.
4725
4726 2002-02-17
4727
4728         * src/compose.c: inherit attached files when forwarding or reediting
4729           (rewrote the code in claws branch).
4730           compose_attach_parts(): new. It extracts and attaches the files
4731           in the given message.
4732           compose_attach_append(): chnaged the types of arguments.
4733         * src/messageview.c: messageview_show(): moved the GPG decryption
4734           code to procmsg.c.
4735         * src/procmsg.[ch]: procmsg_open_message_decrypted(): new.
4736
4737 2002-02-16
4738
4739         * version 0.7.2
4740
4741 2002-02-16
4742
4743         * src/summary_search(): summary_search_execute(): scroll the view
4744           when message view is hidden.
4745
4746 2002-02-15
4747
4748         * src/foldersel.c: foldersel_set_tree(): made different type of
4749           folders selectable in moving mode.
4750         * src/folderview.[ch]: folderview_update_msg_num(): compare the
4751           numbers with the CTree's labels, and don't update folder_item here.
4752         * src/imap.c: imap_move_msg(), imap_move_msgs_with_dest():
4753           implemented moving between different type of folders.
4754         * src/mh.c: SET_DEST_MSG_FLAGS(): new macro.
4755           mh_do_move(), mh_do_move_msgs_with_dest(): new (renamed previous
4756           mh_move_msg() and mh_move_msgs_with_dest()).
4757           mh_move_msg(), mh_move_msgs_with_dest(): implemented message
4758           moving between different type of folders.
4759           mh_copy_msg(), mh_copy_msgs_with_dest(): some code cleanups.
4760         * src/summaryview.c: summary_status_show(): update folder_item
4761           here.
4762         * po/POTFILES.in: removed reference to headerwindow.c.
4763         * src/summaryview.c: summary_step(): fixed the behavior on the
4764           head and tail of the list.
4765
4766 2002-02-15
4767
4768         * src/mainwindow.c: main_window_set_menu_sensitive(): set 'Show
4769           all header' toggle state from the property of the TextView.
4770         * src/summaryview.[ch]: made 'All header' toggle switch.
4771           Prohibited unnecessary menu update.
4772           summary_select_node(): added the argument 'do_refresh'.
4773           Some code cleanups.
4774
4775 2002-02-14
4776
4777         * src/utils.c: strsplit_with_quote(): remove quotation characters
4778           in the function (fix composer's external editor problem) (thanks
4779           to Stefaan A Eeckels).
4780         * src/mainwindow.[ch]: made 'Show all header' toggle switch.
4781           main_window_menu_callback_block()
4782           main_window_menu_callback_unblock(): new.
4783           main_window_set_menu_sensitive(): set the toggle status of
4784           menu items.
4785           show_all_header_cb(): read the status of toggle menu item.
4786         * src/mainwindow.[ch]: made 'Thread view' toggle switch.
4787         * src/prefs_common.c: prefs_keybind_apply_clicked(): removed
4788           'Unthread view'.
4789
4790 2002-02-13
4791
4792         * src/imap.c: imap_add_msg(): fixed a bug that didn't replace
4793           the path separator (thanks to Sergey Vlasov).
4794         * src/gtkutils.c: gtkut_editable_get_selection(): return NULL
4795           if the length of selection is zero.
4796           Fixed the assertion.
4797         * src/utils.c: str_open_as_stream(): return immediately if
4798           the length of str is zero.
4799         * src/headerwindow.[ch]: removed.
4800         * src/socket.[ch]
4801           src/inc.c: removed stale thread support codes.
4802
4803 2002-02-12
4804
4805         * src/procmsg.c: procmsg_open_message(): modified so that it
4806           returns the stream of decrypted message file if it exists
4807           (this fixes the failure of gpg decryption in messageview.c).
4808
4809 2002-02-11
4810
4811         * version 0.7.1
4812
4813 2002-02-11
4814
4815         * src/compose.[ch]
4816           src/gtkutils.[ch]
4817           src/prefs_template.c
4818           src/quote_fmt.h
4819           src/quote_fmt_parse.y
4820           src/summaryview.c
4821           src/utils.[ch]: if the part of the message text is selected, use
4822           it for quoted text instead of the entire message body (thanks to
4823           Darko Koruga).
4824           src/utils.[ch]: str_open_as_stream(): new. It returns an
4825           temporary stream for the given string.
4826         * src/main.c: added "--send" command line option.
4827         * src/compose.c: compose_reply_set_entry(): add From address to
4828           Cc if Reply-To and to_all are both specified.
4829         * Makefile.am: correct the Source: line in the RPM spec file in
4830           .tar.bz2 package.
4831
4832 2002-02-07
4833
4834         * src/procmsg.c: procmsg_open_message(): fetch message if the cache
4835           doesn't exist.
4836         * src/foldersel.[ch]: foldersel_folder_sel(): added an argument
4837           that specifies the folder selection type.
4838         * src/addressbook.c
4839           src/compose.c
4840           src/editaddress.c
4841           src/editgroup.c
4842           src/folderview.c
4843           src/importldif.c
4844           src/mainwindow.c
4845           src/md5.c
4846           src/mimeview.c
4847           src/prefs_common.c
4848           src/prefs_customheader.c
4849           src/prefs_filter.c
4850           src/summaryview.c: made it compile with C compilers other than gcc
4851           (thanks to Shawn Houston).
4852
4853 2002-02-06
4854
4855         * src/imap.c: imap_copy_msgs_with_dest(): fixed a bug on traversing
4856           list.
4857         * src/prefs_common.c: made the key binding setting separate dialog.
4858         * src/addressbook.c: addressbook_format_address(): add "" around
4859           the display name if it contains comma (thanks to Satoshi Watanabe).
4860         * src/addr_compl.c: get_complete_address(): add "" around the
4861           display name if it contains comma.
4862           get_address_from_edit(): handle the quotation character correctly.
4863         * src/addr_compl.c: get_complete_address()
4864           src/addressbook.c: addressbook_format_address(): fixed a bug that
4865           caused wrong text processing if the display name is empty.
4866         * updated NEWS.
4867
4868 2002-02-05
4869
4870         * src/compose.c: compose_exec_ext_editor_real(): replaced
4871           g_strsplit() with strsplit_with_quote().
4872         * src/foldersel.c
4873           src/folderview.c: folderview_drag_motion_cb(): minor code cleanups.
4874         * src/folderview.c:
4875           folderview_drag_motion_cb()
4876           folderview_drag_received_cb(): allow dropping into IMAP4 folder.
4877         * src/utils.c: get_file_size_as_crlf(): use fgets() instead of
4878           fread().
4879         * src/imap.c
4880           imap_copy_msg()
4881           imap_copy_msgs_with_dest(): use imap_add_msg() if the source
4882           of the message is different from the current mailbox.
4883           Return the correct value.
4884           imap_cmd_append(): properly implemented the APPEND command.
4885
4886 2002-02-04
4887
4888         * src/mainwindow.c
4889           src/messageview.[ch]
4890           src/summaryview.[ch]
4891           src/textview.[ch]: show all headers in the message view, and don't
4892           use the header window anymore.
4893         * src/mainwindow.c
4894           src/prefs_common.c: changed the default shortcut of 'compose new
4895           message'.
4896         * src/mainwindow.c
4897           src/summaryview.[ch]: summary_display_msg_selected(): new.
4898           Show the selected message if 'Show all header' is selected.
4899         * src/mh.c
4900           src/sourcewindow.c: changed some procmsg_get_message_file_path()
4901           to procmsg_get_message_file() to be sure the message is
4902           retrieved.
4903         * src/folderview.c: folderview_drag_motion_cb(): allow DnD from
4904           any folder to MH folder.
4905           folderview_drag_received_cb(): copy messages instead of moving
4906           if the source folder is news or IMAP.
4907         * src/mainwindow.c
4908           src/summaryview.c: allow copy from news folder.
4909
4910 2002-02-03
4911
4912         * src/prefs_common.c: prefs_other_create(): modified the design
4913           of the external command settings.
4914           prefs_keybind_apply_clicked(): made the Mew / Wanderlust keybind
4915           preset closer to the original.
4916           Added Mutt keybind preset.
4917           Also change the compose keybinds.
4918         * src/compose.c: modified some menu shortcuts.
4919         * src/codeconv.c: modified the locale_table for Thai encoding.
4920
4921 2002-02-01
4922
4923         * src/Makefile.am: added $(GPGME_CFLAGS) to INCLUDES.
4924         * src/prefs_common.c: prefs_interface_create(): modified the
4925           description for menu shortcut.
4926
4927 2002-01-31
4928
4929         * src/gtkutils.[ch]: added gtk_stext_clear().
4930         * src/compose.[ch]
4931           src/mainwindow.c
4932           src/summaryview.[ch]: enabled multiple forwarding.
4933         * src/summaryview.c:
4934           summary_set_marks_selected(): set marks for all selected row.
4935           summary_reply(): moved from summary_reply_cb().
4936         * compose.[ch]: compose_forward(): modified so that it receives
4937           the message list.
4938         * src/mainwindow.c: cleanup for reply processing.
4939         * src/summaryview.c: summary_reply(): fixed a memory leak.
4940           summary_key_pressed(): removed hardcoded mark / mark as unread
4941           shortcuts.
4942         * src/mainwindow.c
4943           src/prefs_common.c: added mark / mark as unread shortcuts to
4944           the menu.
4945
4946 2002-01-30
4947
4948         * src/compose.c: compose_wrap_line_all(): wrap quoted part even
4949           if prefs_common.linewrap_quote is not set (it is only for
4950           auto-wrapping on reply).
4951         * src/prefs_account.c: prefs_account_open(): initialize tmp_ac_prefs
4952           when creating a new account.
4953         * src/mh.c: mh_get_msg_list(): use also st_ctime to detect
4954           directory change.
4955         * src/prefs_common.c: prefs_interface_create(): modified the
4956           description of key binds selector.
4957
4958 2002-01-29
4959
4960         * src/mimeview.c: fixed multiple dialog / moving by correcting
4961           button / key event processing.
4962         * src/mimeview.[ch]
4963           src/textview.c: pass some key press events to MimeView in MIME
4964           mode.
4965         * src/prefs_filter.c: fixed a bug that didn't set the order of
4966           rules correctly.
4967         * src/prefs_common.c: prefs_keybind_apply_clicked(): fixed
4968           empty_menurc string.
4969
4970 2002-01-28
4971
4972         * src/mainwindow.c
4973           src/prefs_common.c: reorganized the menu shortcuts.
4974           Added 'View - Toggle summary view'.
4975         * src/summaryview.[ch]: summary_toggle_view(): made it public
4976           function.
4977         * src/prefs_common.[ch]: swapped the position of 'Shortcut key'
4978           and 'On exit'.
4979         * src/importldif.c: imp_ldif_delete_event(): fixed segfault when
4980           closing the dialog with window manager (in more appropriate way).
4981         * src/imageview.[ch]
4982           src/messageview.c
4983           src/mimeview.c: fixed wrong scrolling position when switching
4984           between text and image parts. Also free the unrequired image
4985           (thanks to Sergey Vlasov).
4986         * src/prefs_common.c: disabled 'Go to inbox after receiving new mail'
4987           by default.
4988
4989 2002-01-28
4990
4991         * src/prefs_common.c: implemented shortcut quick changer.
4992         * src/folderview.c: folderview_key_pressed()
4993           src/summaryview.c: summary_key_pressed(): removed some hardcoded
4994           key binds.
4995
4996 2002-01-25
4997
4998         * src/procmime.c:
4999           procmime_get_mime_type()
5000           procmime_get_mime_type_table(): made the MIME type search case
5001           insensitive.
5002         * src/gtkstext.c:
5003           gtk_stext_delete_line(): delete newline on empty line.
5004           gtk_stext_delete_to_line_end(): delete newline if cursor is on
5005           the last of line.
5006           (thanks to Yasuzaki Masayoshi.)
5007
5008 2002-01-23
5009
5010         * src/compose.c
5011           src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
5012           and made them customizable.
5013         * src/utils.[ch]: added get_file_size_as_crlf() which returns
5014           the file size when converting LF to CR+LF.
5015
5016 2002-01-22
5017
5018         * src/compose.c: enabled 'Ctrl-Enter' or
5019           'Ctrl-(other modifier keys)-Enter' shortcut that didn't work
5020           before.
5021         * src/gtkstext.c: disabled some Emacs key bindings.
5022           gtk_stext_key_press(): don't extend selection when Shift-Enter
5023           is pressed to prevent the disapperance of cursor.
5024         * src/summaryview.c: summary_select_next_unread(): added the button
5025           to search unread message again from the beginning to the dialog.
5026         * src/folderview.c: folderview_key_pressed(): go to next unread
5027           folder if space key is pressed on the empty folder.
5028           Move CTree focus before selecting row.
5029
5030 2002-01-21
5031
5032         * src/defs.h: modified the XLFD of default fonts.
5033         * src/textview.c: textview_create(): fixed a bug that caused
5034           segfault if font couldn't be loaded.
5035         * src/folderview.c
5036           src/grouplistdialog.c: compare subscribed groups with path.
5037         * src/prefs_filter.c: changed 'Operator' to 'Condition'.
5038
5039 2002-01-20
5040
5041         * src/compose.c: compose_wrap_line_all(): fixed wrapping crash
5042           when URL is wider than wrapping margin.
5043         * src/mainwindow.c
5044           src/prefs_filter.[ch]
5045           src/summaryview.[ch]: added "Create filter rule" function based
5046           on the patch from Luca Rosellini.
5047         * src/summaryview.c: summary_filter_open(): added X-List and
5048           X-Mailing-list to the automatically detected headers.
5049
5050 2002-01-18
5051
5052         * configure.in: support Mac OS X (Darwin).
5053
5054 2002-01-16
5055
5056         * src/prefs_filter.c: use inc_(un)lock() instead of
5057           inc_autocheck_timer_{remove|set}().
5058         * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
5059           instead of gtk_ctree_sort_node() so that messages within threads
5060           are also sorted.
5061         * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
5062           target of sizeof was wrong and caused crash on Alpha architecture
5063           (thanks to Motonobu Ichimura).
5064
5065 2002-01-15
5066
5067         * src/foldersel.c:
5068           foldersel_gnode_func(): made the names of special folders
5069           translated strings.
5070           foldersel_set_tree(): move the special folder to the top.
5071         * src/inputdialog.[ch]: input_dialog_query_password(): new.
5072         * src/imap.c
5073           src/inc.c
5074           src/news.c
5075           src/send.c: use input_dialog_query_password() instead of their
5076           own query functions.
5077
5078 2002-01-14
5079
5080         * src/defs.h: modified the default font.
5081         * src/folder.[ch]
5082           src/mh.[ch]
5083           src/imap.[ch]
5084           src/news.[ch]: moved the class definition and some methods to
5085           the proper location.
5086
5087 2002-01-11
5088
5089         * src/mimeview.c: mimeview_save_as()
5090           src/summaryview.c: summary_save_as(): put the default filename
5091           based on the subject.
5092         * src/utils.[ch]: added subst_chars() and subst_for_filename()
5093           which substitute some special characters with underscore.
5094         * src/filesel.c: filesel_select_file(): select the default filename.
5095
5096 2002-01-10
5097
5098         * INSTALL
5099           INSTALL.jp: added the description and the URL for libjconv.
5100         * src/mainwindow.c: menu entries cleanup.
5101
5102 2002-01-09
5103
5104         * README
5105           README.jp
5106           src/about.c: modified the copyright year.
5107         * src/gtkstext.h: added the notice for modification by the Sylpheed
5108           Team.
5109
5110 2002-01-08
5111
5112         * INSTALL
5113           INSTALL.jp: added the URL for compface.
5114
5115 2002-01-07
5116
5117         * version 0.7.0
5118
5119 2002-01-07
5120
5121         * src/headerwindow.c
5122           src/logwindow.c
5123           src/messageview.c
5124           src/sourcewindow.c: set wmclass when creating windows.
5125
5126 2002-01-04
5127
5128         * src/compose.c: compose_wrap_line_all(): fixed the bug that
5129           caused infinite loop when wrapping certain patterns of quoted text.
5130
5131 2002-01-02
5132
5133         * src/imap.c: imap_parse_envelope(): put the assertion after
5134           imap_parse_address() to prevent segmentation fault.
5135
5136 2001-12-31
5137
5138         * src/folderview.c
5139           src/mainwindow.c: modified some labels of menu items.
5140         * src/ldif.c: put the return value of fgetc() in a gint.
5141         * src/importldif.c: don't brace null strings with _().
5142         * src/compose.c: moved the position of Subject entry to the last.
5143           Reorganized the menu.
5144           compose_draft_cb(): added 'keep editing after saving to draft'
5145           feature.
5146
5147 2001-12-30
5148
5149         * src/mainwindow.c: reorganization of main menu. Removed 'Summary'
5150           menu. Moved 'Help' menu to just the right of 'Configuration'.
5151           Removed 'File - Close' menu item.
5152
5153 2001-12-25
5154
5155         * src/mainwindow.c: some menu reorganization.
5156         * AUTHORS: updated. Added more contributors.
5157         * src/account.c: account_row_moved(): new. Moves displayed row to
5158           the appropriate position when up / down button are pressed.
5159           account_clist_set(): move displayed row to the appropriate position.
5160         * src/compose.c
5161           src/mainwindow.c: set title and wmclass when creating windows.
5162
5163 2001-12-24
5164
5165         * src/gtkstext.c: fixed a bug that didn't show block cursor
5166           correctly. Removed unnecessary GdkGC copy. Fixed cursor
5167           coordinate.
5168         * src/compose.c
5169           src/gtkutils.[ch]
5170           src/textview.[ch]
5171           src/undo.c: modified to use GtkSText.
5172         * src/menu.h: added #include <gtk/gtkmenu.h>.
5173
5174 2001-12-23
5175
5176         * acconfig.h
5177           configure.in: added XIM checking for GTK+.
5178         * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed.
5179
5180 2001-12-22
5181
5182         * src/filter.c: added #include <sys/types.h>.
5183
5184 2001-12-21
5185
5186         * src/template.c: template_write_config(): fixed a typo.
5187         * src/compose.c: toolbar_linewrap_cb(): call compose_wrap_line_all().
5188         * src/filter.[ch]
5189           src/prefs_filter.c: supported regular expression (thanks to
5190           Yukihiro Nakai).
5191         * src/undo.c: undo_paste_clipboard_cb(): fixed a bug that broke
5192           undo state when pasted clipboard was empty.
5193           undo_check_size(): use g_list_last().
5194           undo_undo()
5195           undo_redo(): fixed NULL checking and made a bit of optimization.
5196           Some code cleanups.
5197         * src/prefs_common.c: changed the default value of linewrap length
5198           to 72.
5199
5200 2001-12-20
5201
5202         * reorganization of pixmap management.
5203         * src/stock_pixmap.[ch]: new. This module manages all static pixmaps.
5204         * modified every files which directly use pixmaps data to use
5205           stock_pixmap_*().
5206         * src/undo.[ch]: renamed undo_set_undo_change_funct() to
5207           undo_set_change_state_func(), and changed its argument from
5208           GtkWidget* to gpointer.
5209           undo_merge(): code cleanup.
5210         * src/compose.c: renamed compose_set_undo() to
5211           compose_undo_state_changed().
5212
5213 2001-12-19
5214
5215         * src/account.c: account_find_from_address(): made it case
5216           insensitive.
5217         * src/addressbook.c: addressbook_create(): set wmclass.
5218         * src/compose.c: compose_insert_file(): supported DOS/Win/Mac line
5219           break.
5220         * src/importldif.c
5221           src/ldif.[ch]: merged from the claws branch.
5222         * src/importldif.c: removed some warnings.
5223           imp_ldif_field_list_toggle(): fixed button checking.
5224           imp_ldif_dialog_create(): minor layout fix.
5225         * src/ldif.c: removed some warnings.
5226         * INSTALL
5227           INSTALL.jp: updated confirmation list.
5228         * src/vcard.c:
5229           vcard_read_file()
5230           vcard_test_read_file(): fixed a memory leak of tagtemp.
5231           Some code cleanups (decreasing the indent level).
5232         * src/addrindex.c
5233           src/jpilot.[ch]
5234           src/syldap.[ch]: disabled runtime library checking because JPilot
5235           and LDAP libraries are linked on the build time, and the program
5236           doesn't execute without them anyway.
5237         * src/addressbook.c
5238           src/addrindex.c: changed "J-Pilot" to "JPilot".
5239           Removed warning for atoi().
5240
5241 2001-12-18
5242
5243         * src/procmsg.c: procmsg_empty_trash()
5244           src/mainwindow.c: main_window_empty_trash(): empty trash only if
5245           it contains some messages.
5246         * src/imap.c: search_array_str(): new.
5247           imap_status(): fixed a bug that didn't parse the command response
5248           correctly.
5249
5250 2001-12-18
5251
5252         * merged undo function (by Jens Oberender).
5253         * src/undo.[ch]: new.
5254           undo_insert_text_cb(): fix for multibyte characters (obtain the
5255           number of letters instead of bytes).
5256         * src/compose.[ch]: added the code for undo.
5257         * src/prefs_common.[ch]: added the interface for setting undo level.
5258
5259 2001-12-16
5260
5261         * src/compose.c: compose_template_apply()
5262           src/prefs_template.c: prefs_template_clist_set_row()
5263           src/template.c: template_write_config(): don't replace To: and
5264           Subject: entry in composition window if they are empty.
5265
5266 2001-12-16
5267
5268         * version 0.6.6
5269
5270 2001-12-15
5271
5272         * src/folderview.c: folderview_drag_motion_cb(): fixed a DnD bug.
5273         * src/ldif.c: ldif_get_line(): ignore CR.
5274         * src/mimeview.c: mimeview_show_message(): search also text/html
5275           for first text part.
5276
5277 2001-12-14
5278
5279         * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
5280           that didn't update accountrc if account_list == NULL (thanks to
5281           Watanabe).
5282
5283 2001-12-14
5284
5285         * src/utils.h: added the macro Xstrcat_a() that concatenates
5286           two strings and return alloca'd string.
5287         * src/imap.c: imap_scan_tree_recursive(): fixed a bug that didn't
5288           handle folder name which includes some spaces correctly
5289           (based on the patch from Willem van Engen (thanks!)).
5290         * src/compose.c: compose_wrap_line_all(): fixed the crash when
5291           wrapping long lines if linewrap quotation is disabled and
5292           a word spanning more than one line.
5293
5294 2001-12-14
5295
5296         * applied the Tobias' patch with modification (thanks!).
5297         * src/imap.[ch]:
5298           imap_msg_set_perm_flags()
5299           imap_msg_unset_perm_flags(): new. They set permanent flags to
5300           a IMAP message.
5301         * src/compose.c
5302           src/summaryview.c: set flags on IMAP server when flags are changed.
5303
5304 2001-12-11
5305
5306         * src/gtkutils.[ch]: gtkut_container_remove(): new. It's a wrapper
5307           of gtk_container_remove() for workaround of a bug in
5308           Gtk{Text,Entry} (thanks to Sergey Vlasov).
5309         * src/compose.c
5310           src/mainwindow.c
5311           src/messageview.c
5312           src/mimeview.c
5313           src/summaryview.c
5314           src/textview.c: replaced gtk_container_remove() with
5315           gtkut_container_remove(), and removed previous partial fix.
5316
5317 2001-12-09
5318
5319         * src/prefs_account.c: prefs_account_apply(): fixed a bug that
5320           checked user ID on "local", but didn't on IMAP4.
5321         * src/imap.c: imap_session_get(): fixed a crash bug when
5322           rfolder->session == NULL.
5323         * Makefile.am: changed the arguments of tar from 'chojf' to
5324           '--bzip2 -chof'.
5325         * src/summaryview.c: summary_toggle_view(): disclaim the selection
5326           of textview before removing vpaned.
5327
5328 2001-12-08
5329
5330         * src/messageview.c: messageview_change_view_type(): disclaim the
5331           selection before removing textview. This solves the mysterious
5332           copy-paste disability (thanks to Melvin Hadasht).
5333         * src/textview.c: textview_set_font(): use
5334           gtk_editable_claim_selection() instead of
5335           gtk_editable_select_region().
5336
5337 2001-12-06
5338
5339         * src/prefs_template.c: prefs_template_window_create(): supported
5340           address completion on the To: entry.
5341
5342 2001-12-04
5343
5344         * src/folder.c:
5345           folder_count_total_msgs()
5346           folder_count_total_msgs_func(): use g_node_traverse() to traverse
5347           GNode.
5348
5349 2001-12-03
5350
5351         * src/compose.c: fixed a bug that empty body was refused.
5352         * src/prefs_template.c: fixed a bug that didn't set To: entry
5353           correctly. Display error dialog if format is illegal.
5354         * src/prefs_common.c
5355           src/quote_fmt_lex.l
5356           src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
5357           "{ }" to prevent confusion on using parenthesis.
5358         * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
5359
5360 2001-11-29
5361
5362         * src/prefs_template.c: added colon to the header labels.
5363
5364 2001-11-28
5365
5366         * src/compose.c
5367           src/prefs_template.c
5368           src/template.[ch]: added To field to the template.
5369
5370 2001-11-27
5371
5372         * src/textview.c: textview_show_part(): use first found
5373           message/rfc822 header.
5374         * src/folderview.c: added "Search messages..." to the context menu.
5375         * src/prefs_common.c: prefs_quote_description_create(): added
5376           description for characters which need to be escaped.
5377
5378 2001-11-26
5379
5380         * src/compose.c: compose_wrap_line_all(): more merging from claws.
5381           GET_CHAR(): renamed GET_TEXT() and made it more generic.
5382           Modified compose_wrap_line() and compose_wrap_line_all() to use
5383           GET_CHAR().
5384         * src/textview.c: textview_show_part(): show the header of nested
5385           RFC822 attachment correctly.
5386
5387 2001-11-25
5388
5389         * src/folder.[ch]
5390           src/main.c: added --status option to get new, unread and total
5391           message count from a running Sylpheed (merged from claws).
5392           prohibit_duplicate_launch(): output '\n' only once.
5393
5394 2001-11-23
5395
5396         * src/compose.c
5397           src/gtkutils.[ch]: merged the new wrapping function.
5398           gtkut_text_str_compare_n()
5399           gtkut_text_str_compare()
5400           gtkut_text_is_uri_string(): backport from the GtkSText in the
5401           claws branch, and made modification.
5402         * src/prefs_template.c
5403           src/template.[ch]: added Subject to the template.
5404
5405 2001-11-22
5406
5407         * src/compose.c: compose_write_headers(): added missing parenthesis
5408           that generated invalid custom header (thanks to Masaaki Noro).
5409           Allow Sender: custom header.
5410
5411 2001-11-20
5412
5413         * src/procheader.c: procheader_date_parse(): workaround for
5414           RFC-incompliant Date header.
5415
5416 2001-11-20
5417
5418         * src/addrbook.c: removed redundant functions, and fixed generation
5419           of spurious address book file names.
5420         * src/addrindex.c: V-Card -> vCard.
5421
5422 2001-11-19
5423
5424         * src/textview.c: get_email_part(): replaced isalnum() with
5425           the macro IS_ASCII_ALNUM() which restricts the range of
5426           characters to 7bit ASCII (thanks to Shimamoto).
5427         * src/utils.c: remote_tzoffset_sec(): workaround for malformed
5428           timezone offset.
5429
5430 2001-11-18
5431
5432         * src/textview.c: textview_show_part(): show headers on nested
5433           muitipart text.
5434
5435 2001-11-17
5436
5437         * src/imap.c: imap_session_get()
5438           src/news.c: news_session_get(): fixed segfault when reconnection
5439           failed.
5440         * src/grouplistdialog.c: removed redundant code, and expand nodes
5441           that doesn't match the pattern.
5442
5443 2001-11-16
5444
5445         * src/compose.c: modified so that it sends message when any of
5446           To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
5447           compose_check_for_valid_recipient(): new.
5448         * src/grouplistdialog.c: improved the UI.
5449           Added appropriate description and search button.
5450           Search doesn't get group list again.
5451
5452 2001-11-15
5453
5454         * src/news.[ch]: news_session_get(): update the last access time
5455           correctly.
5456           news_group_list_free(): new.
5457         * src/grouplistdialog.c: free resources correctly.
5458
5459 2001-11-15
5460
5461         * src/folderview.c
5462           src/grouplistdialog.[ch]: more merging of new newsgroup
5463           subscription dialog.
5464         * src/news.[ch]: renamed news_remove_group_list() to
5465           news_remove_group_list_cache().
5466
5467 2001-11-14
5468
5469         * src/defs.h: added MAX_ENTRY_LENGTH definition.
5470         * src/compose.c: compose_add_entry_field(): create new entry with
5471           max length.
5472
5473 2001-11-13
5474
5475         * src/grouplistdialog.c: made non-leaf node selectable.
5476           Give the complete newsgroup name for each nodes.
5477
5478 2001-11-13
5479
5480         * src/grouplistdialog.c
5481           src/news.[ch]: merging of new newsgroup subscription dialog
5482           (still in progress. Don't use it yet!).
5483
5484 2001-11-12
5485
5486         * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
5487         * src/compose.[ch]: compose_new_with_recipient(): accept mailto
5488           URL.
5489           compose_entries_set(): new. It parses mailto URL and put each
5490           values into the entries.
5491
5492 2001-11-12
5493
5494         * src/compose.c: compose_forward(): fixed a bug that forward
5495           quote mark wasn't used (thanks to Hironori IWANE).
5496         * src/codeconv.[ch]
5497           src/mainwindow.c
5498           src/prefs_common.c: added Thai encodings (thanks to Manrat
5499           Chobchuen).
5500
5501 2001-11-08
5502
5503         * src/socket.c: sock_connect_by_hostname(): removed h_errno.
5504         * src/session.h
5505           src/defs.h
5506           src/imap.[ch]
5507           src/news.c: added last_access_time to Session.
5508           imap_session_get(): check connection only when access interval
5509           has been exceeded.
5510
5511 2001-11-07
5512
5513         * version 0.6.5
5514
5515 2001-11-07
5516
5517         * src/socket.c: ssl_gets(): use SSL_peek.
5518         * updated NEWS and AUTHORS.
5519         * Makefile.am: fixed release target.
5520
5521 2001-11-06
5522
5523         * src/template.c: changed the format of template file to
5524           RFC2822-like.
5525         * src/compose.c: compose_template_apply(): freeze the text widget
5526           while inserting strings.
5527
5528 2001-11-05
5529
5530         * po/POTFILES.in: removed src/template_select.c.
5531         * src/summaryview.c: summary_set_header()
5532           src/address.c: address_parse_str()
5533           src/filter.c: filter_read_str()
5534           src/news.c: news_parse_xover()
5535           src/procheader.c: procheader_get_fromname()
5536           src/utils.c: subject_compare():
5537           replaced Xalloca() + strcpy() with Xstrdup_a().
5538         * src/inputdialog.[ch]: added combo mode.
5539           input_dialog_combo(): new.
5540         * src/prefs_common.[ch]: added MIME open command setting.
5541           prefs_common_{read, save}_config(): read / write command history.
5542         * src/mimeview.c: mimeview_open_with(): use combo input dialog.
5543         * src/utils.[ch]: add_history(): history list management function.
5544
5545 2001-11-04
5546
5547         * src/compose.c: select templates from the menu.
5548           compose_set_template_menu(): new.
5549           compose_reflect_prefs_all(): new.
5550           compose_template_apply(): new. Use dummy MsgInfo for parsing.
5551         * src/template.[ch]: store template list to the static heap.
5552           template_get_config(): new.
5553           template_set_config(): new.
5554         * src/prefs_template.c: don't store template list to the global area.
5555         * src/template_select.[ch]: removed.
5556         * src/quote_fmt_parse.y: check folderitem when quoting messages.
5557         * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
5558           (thanks to OSHIRO Naoki).
5559
5560 2001-11-03
5561
5562         * src/utils.[ch]: get_template_dir(): new.
5563         * src/template.c: use get_template_dir().
5564
5565 2001-11-02
5566
5567         * src/prefs_template.c: modified the dialog layout.
5568           Added symbol description button.
5569         * src/summaryview.c: show an arrow mark to the column of the sort
5570           target.
5571           summary_set_column_titles(): new.
5572         * INSTALL
5573           INSTALL.jp
5574           README
5575           README.jp
5576           TODO
5577           TODO.jp: updated the documents.
5578
5579 2001-11-02
5580
5581         * src/Makefile.am: add missing checkbox_{on, off}.xpm.
5582         * src/textview.c: textview_key_pressed()
5583           src/mimeview.c: mimeview_key_pressed()
5584           src/summaryview.c: summary_key_pressed(): delete messages with
5585           Delete key.
5586
5587 2001-11-01
5588
5589         * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
5590           when SSL_read() returned 0.
5591         * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
5592           of strings.
5593         * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
5594           Add prototype of yylex() to suppress the warning.
5595         * merged the template function.
5596         * src/prefs_template.[ch]
5597           src/template.[ch]
5598           src/template_select.[ch]: new.
5599           Renamed prefs_templates_* -> prefs_template_*.
5600         * src/compose.c: added template menu. Added replyinfo to Compose.
5601         * src/mainwindow.c: added template setting menu.
5602         * src/quote_fmt_lex.l: output literal tab and return as is.
5603         * src/prefs_common.c: changed the pref. name of quote format to
5604           'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
5605
5606 2001-10-31
5607
5608         * src/prefs_common.[ch]: added Quote tab, and moved the quote
5609           setting from Compose tab.
5610         * merged the new quote format parser.
5611         * src/quote_fmt_lex.h
5612           src/quote_fmt.h
5613           src/quote_fmt_lex.l
5614           src/quote_fmt_parse.y: new files for quote format parser.
5615         * configure.in: added checks for lex and yacc.
5616         * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
5617           removed.
5618           compose_quote_fmt(): new.
5619         * src/prefs_common.[ch]: added forward format setting to the
5620           Quote tab. Updated the quote description dialog.
5621         * src/quote_fmt_parse.y: fixed bugs that tried to read file even
5622           if they couldn't get text part.
5623
5624 2001-10-31
5625
5626         * src/pixmaps/checkbox_off.xpm
5627           src/pixmaps/checkbox_on.xpm: new.
5628         * src/account.c: display `get all' status with the checkbox pixmaps.
5629
5630 2001-10-30
5631
5632         * src/send.c: code cleanup. Pass account prefs structure instead
5633           of many arguments.
5634           Query password for SMTP AUTH if not specified (thanks to Mio).
5635
5636 2001-10-30
5637
5638         * src/procheader.c: procheader_parse(): fixed a bug that didn't
5639           parse multiple message-id in In-Reply-To: header correctly
5640           (thanks to KAJIWARA).
5641
5642 2001-10-29
5643
5644         * src/account.c: enabled 'Get all' setting by clicking the 'G'
5645           column of account list, and added some description.
5646         * src/prefs_common.c: prefs_send_create(): added a description
5647           for outgoing codeset.
5648
5649 2001-10-28
5650
5651         * src/prefs_account.[ch]: moved inbox entry to the receive tab,
5652           and added select button and short description.
5653         * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
5654         * src/procmime.c:
5655           procmime_get_mime_type_table()
5656           procmime_get_mime_type_list(): modified so that
5657           $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
5658           $(HOME)/.sylpheed/mime.types are read.
5659
5660 2001-10-27
5661
5662         * src/prefs_account.c: moved the address auto-setting to the compose
5663           tab.
5664           prefs_account_create(): removed gtk_widget_show_all() for proper
5665           window size.
5666         * src/prefs_common.c: changed "Program path" to "Command".
5667
5668 2001-10-26
5669
5670         * src/textview.c: textview_set_font(): support Russian charset
5671           on EUC-JP locale.
5672         * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
5673           bug on deleting.
5674         * prefs_account.c
5675           prefs_common.c
5676           prefs_summary_column.c: minor improvements to the English.
5677         * src/main.c: get_queued_message_num(): don't output the warning
5678           when queueing folder is not found.
5679
5680 2001-10-21
5681
5682         * version 0.6.4
5683
5684 2001-10-21
5685
5686         * src/prefs_summary_column.[ch]:
5687           made prefs_summary_column_get_config() public.
5688         * src/summaryview.c: summary_ctree_create(): some code cleanup.
5689         * configure.in: moved the position of SSL checking after LDAP
5690           for linking problem.
5691
5692 2001-10-21
5693
5694         * src/mainwindow.c
5695           src/summaryview.c: allowed reedit in the outbox.
5696         * src/prefs_summary_column.[ch]: new. UI for setting summary
5697           columns.
5698         * src/mainwindow.[ch]: main_window_set_summary_column(): new.
5699           It calls summary_set_column_order().
5700         * src/summaryview.[ch]:
5701           summary_ctree_create(): new. separated from summary_create().
5702           summary_set_column_order(): new. It destroys the current
5703           CTree and replaces it with the new one.
5704
5705 2001-10-19
5706
5707         * src/smtp.[ch]: smtp_from(): abort if auth failed.
5708         * changed C++-style comments into C-style in some files, and
5709           removed unnecessary commented out codes.
5710         * src/addrcache.[ch]
5711           src/addressbook.c
5712           src/addrindex.[ch]
5713           src/jpilot.[ch]
5714           src/syldap.[ch]: updated the addressbook code, and fixed the
5715           thread bug of LDAP.
5716         * src/ldif.[ch]
5717           src/importldif.[ch]: new.
5718
5719 2001-10-18
5720
5721         * src/about.c: added some items to compiled-in features.
5722         * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
5723         * src/addressbook.c: changed "V-Card" to "vCard".
5724           addressbook_edit_address_cb(): added
5725           invalidate_address_completion() to the point address is changed.
5726         * src/codeconv.c: changed C++-style comments into C-style.
5727
5728 2001-10-17
5729
5730         * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
5731
5732 2001-10-16
5733
5734         * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
5735           was clicked twice.
5736
5737 2001-10-16
5738
5739         * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
5740           threads.
5741         * src/summaryview.c:
5742           summary_thread_init(): separated from summary_thread_build(). 
5743           summary_thread_build(): removed the codes for initialization.
5744           summary_set_ctree_from_list(): call summary_thread_init() instead
5745           of summary_thread_build().
5746           summary_filter(): fixed a bug that didn't moved messages despite
5747           of immediate execution setting.
5748
5749 2001-10-14
5750
5751         * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
5752           reversed thread tree from message list.
5753         * src/summaryview.c: summary_set_ctree_from_list(): prepend the
5754           node to the head instead of appending to the tail. This prevents
5755           the traverse of node list inside of the GtkCTree, and considerably
5756           speeds up the summary display (the order is O(n^2) -> O(n)).
5757
5758 2001-10-12
5759
5760         * src/prefs_common.c
5761           src/summaryview.[ch]: initial modification for reorderable columns.
5762
5763 2001-10-12
5764
5765         * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
5766           memory leak.
5767         * src/folderview.c: folderview_button_pressed(): code cleanup, and
5768           turn sensitivity off if main window is locked.
5769         * src/syldap.c: syldap_read_data(): removed unnecessary and
5770           unportable sched_yield().
5771
5772 2001-10-11
5773
5774         * src/folderview.c: renamed "Update folder tree" context menu to
5775           "Rescan folder tree", and made "Update folder tree" only updates
5776           folder status.
5777           folderview_update_all_node(): don't show message dialog.
5778         * src/gtkutils.c: gtkut_widget_get_uposition()
5779           src/mainwindow.c: main_window_popup(): clip the coordinate to
5780           nonnegative value.
5781
5782 2001-10-10
5783
5784         * src/utils.c: to_human_readable(): made a bit of optimization.
5785         * src/summaryview.c: summary_delete(): fixed a focus problem.
5786           summary_find_{prev,next}_msg(): new. They find previous/next
5787           message that is not deleted.
5788         * src/prefs_filter.c: scroll CList automatically if moved row
5789           becomes not fully visible.
5790
5791 2001-10-09
5792
5793         * updated some autotool scripts.
5794         * src/codeconv.c: conv_encode_header(): fixed a bug that caused
5795           infinite loop when failed to convert encoding.
5796         * src/codeconv.[ch]: a fix for older version of libjconv
5797           (jconv_info_get_current_codeset() returned "EUCJP" instead of
5798           "EUC-JP").
5799
5800 2001-10-08
5801
5802         * version 0.6.3
5803
5804 2001-10-08
5805
5806         * src/compose.c: compose_write_to_file()
5807           src/codeconv.c: conv_codeset_strdup(): more workaround for
5808           libjconv problem on C locale.
5809         * src/editldap_basedn.c: fixed segfault when opening dialog.
5810         * src/utils.c: is_next_mbs()
5811           src/compose.c: compose_wrap_line(), compose_wrap_line_all():
5812           changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
5813         * configure.in: increased the reqired version of GPGME to 0.2.3.
5814         * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
5815           the receive dialog when POP3 server refused normal authentication.
5816
5817 2001-10-07
5818
5819         * src/prefs_common.c: prefs_receive_create(): correction to English.
5820         * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
5821           that didn't set the menu sensitivity correctly (thanks to
5822           Melvin Hadasht).
5823         * src/summaryview.c: delete messages permanently if the current
5824           folder is trash and 'delete' operation is executed.
5825           Fixed the bug that didn't select the last row correctly (thanks
5826           to Alfons Hoogervorst).
5827         * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
5828           all messages given in the list.
5829
5830 2001-10-05
5831
5832         * src/summaryview.c: summary_show(): fixed a bug that didn't show
5833           message even if the 'open unread message on entering folder'
5834           option was turned on.
5835
5836 2001-10-03
5837
5838         * src/procmime.c: procmime_get_text_content(): supported HTML.
5839
5840 2001-10-02
5841
5842         * src/summaryview.[ch]: implemented new locking mechanism, and
5843           replaced every static locks with summary_lock(), summary_unlock(),
5844           and added locks to some extra functions.
5845           This fixes a bug that caused segfault when 'd' (delete) key
5846           was kept pressing.
5847
5848 2001-10-01
5849
5850         * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
5851           that caused segfault (thanks to Stefaan A Eeckels).
5852
5853 2001-09-30
5854
5855         * src/textview.[ch]: added textview_set_position().
5856         * src/messageview.[ch]: added messageview_set_position().
5857         * src/addrbook.c
5858           src/addrcache.c
5859           src/addressadd.c
5860           src/addressbook.c
5861           src/addrindex.c
5862           src/addritem.c
5863           src/editaddress.c
5864           src/editbook.c
5865           src/editgroup.c
5866           src/editjpilot.c
5867           src/editldap.c
5868           src/editldap_basedn.c
5869           src/editvcard.c
5870           src/jpilot.c
5871           src/mgutils.c
5872           src/syldap.c
5873           src/vcard.c: converted C++-style comments into C-style one.
5874         * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
5875           new buffer and quote with double quotes if required.
5876           imap_status(), imap_cmd_login(), imap_cmd_list(),
5877           imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
5878           imap_cmd_copy(): use QUOTE_IF_REQUIRED().
5879         * compose.c: compose_write_to_file(): workaround for the problem
5880           when using libjconv and 8bit codes cannot be converted on C
5881           locale.
5882         * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
5883           conv_codeset_strdup(): don't convert if source and destination
5884           codeset are identical.
5885
5886 2001-09-30
5887
5888         * src/textview.[ch]: textview_search_string_backward(): new.
5889           Add the new member cur_pos to TextView.
5890           Connect button_press_event with gtk_signal_connect_after() to
5891           obtain the correct editable position.
5892
5893 2001-09-27
5894
5895         * src/folder.c: folder_write_list_recursive(): preserve unthreaded
5896           state.
5897
5898 2001-09-26
5899
5900         * src/summaryview.c: modified the layout of popup menu.
5901
5902 2001-09-25
5903
5904         * src/folder.c
5905           src/folder.h
5906           src/mainwindow.c
5907           src/summaryview.c: applied the patch from Alfons that allows
5908           threading setting for each folders (tnanks!).
5909
5910 2001-09-23
5911
5912         * src/message_search.[ch]: new. A Dialog for searching in current
5913           message.
5914         * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
5915           text in current position of GtkText and given wide-character
5916           string.
5917         * src/messageview.[ch]: messageview_search_string()
5918           src/textview.[ch]: textview_search_string(): return TRUE if
5919           found.
5920         * src/textview.[ch]: remember the beginning of body.
5921
5922 2001-09-21
5923
5924         * src/procmime.c: procmime_get_first_text_content(): modified so
5925           that it search entire MIME structure.
5926         * src/summary_search.c: summary_search_execute(): use
5927           strdup_mbstowcs() instead of macro. Display matched message.
5928
5929 2001-09-20
5930
5931         * src/inc.c: fix for background POP3 hangs and crashes (thanks to
5932           Sergey Vlasov).
5933         * src/summary_search.c: added body searching function.
5934         * src/procmime.[ch]: procmime_find_string(): changed arguments
5935           and return value. Added case sensitivity option.
5936
5937 2001-09-20
5938
5939         * src/procmime.[ch]:
5940           procmime_find_string()
5941           procmime_find_string_part(): new. It searchs the string from
5942           messages.
5943           Renamed procmime_get_text_part() to
5944           procmime_get_first_text_content().
5945           procmime_get_text_content(): new. It returns the text contents
5946           of the specified MIME part.
5947           procmime_mimeinfo_next(): new. It returns the next node of
5948           MimeInfo tree.
5949
5950 2001-09-19
5951
5952         * src/procmime.c: procmime_get_text_part(): modified so that it
5953           finds a text part in nested multipart message correctly.
5954         * src/procmime.h: added an example of MimeInfo structure.
5955         * src/mimeview.c: mimeview_show_message(): search the first text
5956           part.
5957
5958 2001-09-17
5959
5960         * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
5961           caused segfault. Changed 'Preferences per account...' menu item.
5962
5963 2001-09-17
5964
5965         * version 0.6.2
5966
5967 2001-09-16
5968
5969         * src/addrindex.c: translate the "Common address" and "Personal
5970           address" from old addressbook.
5971
5972 2001-09-12
5973
5974         * src/utils.c: get_quote_level(): some optimization and bugfixes.
5975         * src/codeconv.[ch]: conv_get_current_locale(): new.
5976         * src/editaddress.c: edit_person_page_basic(): reverse the order
5977           of first and last name on some locales.
5978
5979 2001-09-11
5980
5981         * src/compose.c: applied the patch from Yasumatsu that reformats
5982           the current paragraph (thanks!). Modified so that it doesn't
5983           reformat quoted paragraphs.
5984           compose_create(): don't fill the entry automatically on reedit
5985           mode.
5986         * src/mainwindow.c
5987           src/summaryview.[ch]: added the "Mark all read" option.
5988           summary_mark_all_read(): new.
5989
5990 2001-09-10
5991
5992         * src/vcard.c
5993           src/mgutils.c
5994           src/syldap.c
5995           src/editldap.c
5996           src/editldap_basedn.c
5997           src/jpilot.c
5998           src/editjpilot.c: removed all warnings.
5999         * configure.in
6000           src/jpilot.[ch]: fixed the problem that failed to detect JPilot
6001           header files on the Debian system.
6002         * src/mainwindow.c
6003           src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
6004           and color label. Enabled moving to next/prev flagged messages.
6005
6006 2001-09-09
6007
6008         * src/pixmaps/dir-close.xpm
6009           src/pixmaps/dir-open.xpm
6010           src/pixmaps/new.xpm
6011           src/pixmaps/unread.xpm: modified the color balance.
6012         * src/utils.[ch]: execute_sync(): new.
6013           execute_command_line(): added the arg for async mode.
6014         * src/inc.c: inc_mail(): use execute_command_line().
6015
6016 2001-09-08
6017
6018         * src/prefs.[ch]
6019           src/prefs_common.[ch]
6020           src/prefs_account.c: modified the layout. Added the option to
6021           launch the external editor automatically.
6022         * src/compose.c: launch the external editor automatically if the
6023           option is set.
6024
6025 2001-09-06
6026
6027         * src/Makefile.am: added extra xpm's.
6028
6029 2001-09-05
6030
6031         * src/addressbook.c: fixed a compilation problem when enabling
6032           LDAP.
6033           addressbook_open(): fixed a missing 'else'.
6034
6035 2001-09-04
6036
6037         * src/pixmaps/dir-close.xpm
6038           src/pixmaps/dir-open.xpm
6039           src/pixmaps/trash.xpm: replaced with the new blue icons.
6040         * merged Match Grun's new addressbook code.
6041         * src/pixmaps/address.xpm
6042           src/pixmaps/book.xpm
6043           src/pixmaps/category.xpm
6044           src/pixmaps/interface.xpm
6045           src/pixmaps/jpilot.xpm
6046           src/pixmaps/ldap.xpm
6047           src/pixmaps/vcard.xpm: new icons.
6048         * src/addrbook.[ch]
6049           src/addrcache.[ch]
6050           src/addressadd.[ch]
6051           src/addressitem.[ch]
6052           src/addrindex.[ch]
6053           src/addritem.[ch]
6054           src/editaddress.[ch]
6055           src/editbook.[ch]
6056           src/editgroup.[ch]
6057           src/editjpilot.[ch]
6058           src/editldap.[ch]
6059           src/editldap_basedn.[ch]
6060           src/editvcard.[ch]
6061           src/jpilot.[ch]
6062           src/mgutils.[ch]
6063           src/syldap.[ch]
6064           src/vcard.[ch]: new. Many fixes to remove the huge amount of
6065           warnings.
6066           addrbook_build_avail_email_vis(): fixed a memory leak.
6067
6068 2001-09-04
6069
6070         * NEWS: brought in the all of the changes previously put on the web.
6071
6072 2001-09-03
6073
6074         * src/mainwindow.c
6075           src/summaryview.c: modified the layout of menus.
6076         * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
6077           return a focus to the main window after selecting the account menu.
6078
6079 2001-09-03
6080
6081         * version 0.6.1
6082
6083 2001-09-03
6084
6085         * src/send.c: send_message_data(): fixed a bug that didn't process
6086           body part correctly.
6087
6088 2001-09-02
6089
6090         * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
6091           inc_mail(), inc_all_account_mail(): return immediately if locked.
6092         * src/account.c
6093           src/prefs_common.c
6094           src/prefs_account.c: use inc_lock() and inc_unlock() instead of
6095           inc_autocheck_timer_{remove,set}().
6096         * src/summaryview.c: summary_set_colorlabel_color(): get the average
6097           of label color and selected fg color for visibility.
6098
6099 2001-09-01
6100
6101         * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
6102           They increase/decrease the lock count.
6103           inc_autocheck_func(): if locked, delay the autochecking 1 second.
6104           inc_autocheck_timer_set_interval(): set interval by its argument.
6105         * src/summaryview.c: summary_show(): lock the autochecking while
6106           processing.
6107         * src/main.c: app_will_exit(): remove autocheck timer.
6108         * acconfig.h
6109           src/defs.h: removed the definitions of PACKAGE and VERSION to
6110           prevent unnecessary compilation.
6111         * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
6112           to AC_SUBST, and added src/version.h to AC_OUTPUT.
6113         * src/version.h.in: new.
6114         * src/intl.h: changed dgettext() to gettext().
6115
6116 2001-08-31
6117
6118         * po/ja.po: fixed a typo that crashed Sylpheed with older version
6119           of GTK+.
6120         * configure.in: fixed a bug that didn't show results correctly.
6121           Fixed a bug that --enable-compface and --enable-jconv disabled
6122           the options.
6123         * src/procmsg.c: procmsg_send_queue(): don't abort when sending
6124           message failed.
6125         * src/compose.c: compose_write_headers(): add Bcc: header to the
6126           output file.
6127         * src/send.c: send_message_data(): new. Separated from
6128           send_message_smtp(). Remove Bcc: header before sending.
6129
6130 2001-08-30
6131
6132         * version 0.6.0
6133
6134 2001-08-30
6135
6136         * src/send.c: implemented sending with local sendmail command.
6137           send_message_local(): new. It executes command with popen()
6138           and send the contents of RFC822 message to the command.
6139         * src/prefs_common.[ch]: enabled the external sending command option.
6140         * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
6141         * src/account.c: account_edit_create(): widened the protocol column.
6142         * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
6143           the code.
6144
6145 2001-08-30
6146
6147         * src/folder.c: folder_item_remove_msg(): scan the folder again
6148           if the last message is removed.
6149         * src/compose.c: compose_queue(), compose_draft_cb(): remove the
6150           old reedited message after adding the new message.
6151
6152 2001-08-29
6153
6154         * src/compose.c: compose_queue(): added AID: to the queueing header.
6155         * src/send.c: send_message_queue(): look for AID: header, and use
6156           the server specified in the account instead of SSV: header.
6157         * src/summaryview.c
6158           src/compose.[ch]: queued messages can be reedited now.
6159           compose_remove_reedit_target(): new. It removes the old reedited
6160           message.
6161           compose_send(), compose_queue(), compose_draft_cb(): if reedit
6162           mode, remove the old message.
6163         * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
6164           warning.
6165
6166 2001-08-28
6167
6168         * applied the XML string table patch from Alfons Hoogervorst that
6169           stores strings in a hash table and minimizes memory allocations
6170           (thanks!).
6171         * src/stringtable.[ch]: new.
6172           removed all G and g_ prefix from type and function names since
6173           they're not official GLib symbol names.
6174           string_table_insert_string(): fixed a bug that might refer to an
6175           invalid pointer on lookup, and also made a bit of optimization.
6176
6177 2001-08-27
6178
6179         * merged the color label feature from the claws branch (thanks to
6180           Satoshi Nagayasu and Alfons Hoogervoost).
6181         * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
6182           Renamed labelcolors_*() to colorlabel_*().
6183         * src/summaryview.[ch]: added color label support.
6184         * src/procmsg.h: added color label flags to the permanent flags.
6185         * updated to gettext 0.10.39.
6186         * src/summaryview.[ch]: put the color label menu item to ItemFactory.
6187         * sylpheed.desktop: added for GNOME.
6188         * configure.in: added AC_MSG_CHECKING() for some options.
6189           Output the configuration results when configure is finished.
6190
6191 2001-08-27
6192
6193         * src/account.c: account_clist_set_row(): fixed a bug that failed
6194           to compile if SSL was not enabled.
6195
6196 2001-08-26
6197
6198         * merged the SSL support from the claws branch (thanks to Christoph
6199           Hohmann).
6200         * src/ssl.[ch]: new.
6201         * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
6202           ssl_getline().
6203           sock_close(): call ssl_done_socket() if SSL is active.
6204         * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
6205           prevent type confliction.
6206         * src/prefs_account.[ch]: added SSL tab, and modified the expression.
6207         * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
6208           Removed SSL initialization and HELO from esmtp_starttls().
6209           esmtp_auth(): removed use_smtp_auth from its arguments.
6210         * src/send.c: send_smtp_open(): added SSL support.
6211         * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
6212
6213 2001-08-25
6214
6215         * src/mimeview.c: mimeview_open_with(): braced '%s' with single
6216           quote.
6217
6218 2001-08-24
6219
6220         * src/main.c: open new account dialog if no account is set.
6221         * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
6222           the verbosity count.
6223           log_print(): put to statusbar only if log_verbosity_count > 0.
6224           log_message(): put to statusbar.
6225         * src/inc.c: inc_pop3_session_do(): set log verbosity.
6226         * src/mainwindow.c: main_window_set_menu_sensitive(): added the
6227           "Compose new message" item.
6228           main_window_show_cur_account(): removed "Current account: " string.
6229         * src/summaryview.c: summary_show(): ignore the current marks if
6230           main window is locked.
6231         * src/compose.c: compose_attach_property(): fixed a bug that caused
6232           segmentation fault.
6233
6234 2001-08-23
6235
6236         * src/mainwindow.c: main_window_get_current_state(): new. It returns
6237           the current state for the sensitivity of UI.
6238           main_window_set_toolbar_sensitive(): use table like
6239           main_window_set_menu_sensitive().
6240
6241 2001-08-23
6242
6243         * src/mainwindow.[ch]: added progressbar and status label to the
6244           statusbar.
6245           main_window_close_cb(): don't exit if locked.
6246         * src/inc.c: update the progressbar of main window, too.
6247
6248 2001-08-22
6249
6250         * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
6251           the second argument, and determine the sensitivity with the
6252           state of summary view.
6253
6254 2001-08-21
6255
6256         * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
6257           pop3_delete_recv(): don't try to receive messages which are not
6258           exist.
6259
6260 2001-08-21
6261
6262         * src/mainwindow.c: main_window_lock(), main_window_unlock():
6263           removed the whole menubar locking.
6264           main_window_set_menu_sensitive(): process the sensitivity change
6265           with a table, and deal with locking.
6266
6267 2001-08-20
6268
6269         * src/summaryview.[ch]: summary_get_selection_type(): new.
6270           It returns the current selection state of summary view.
6271           summary_key_pressed(): abort on some commands if main window
6272           is locked.
6273         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
6274           increase/decrease the lock count.
6275
6276 2001-08-19
6277
6278         * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
6279           default header list.
6280         * src/prefs_common.[ch]: added the option for receive dialog mode
6281           to the Interface tab.
6282         * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
6283           transient, and show dialog only if the setting is
6284           RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
6285         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
6286           new. Lock / unlock the user-interface.
6287         * src/progressdialog.c: progress_dialog_create(): don't make the
6288           dialog modal.
6289
6290 2001-08-18
6291
6292         * src/folderview.c: folderview_update_node(): suppressed unnecessary
6293           recursive call.
6294         * src/menu.[ch]: menu_button_position(): new. It calculates the
6295           position of popup menu.
6296         * src/mainwindow.c: toolbar_account_button_pressed(),
6297           ac_label_button_pressed(): put the popup menu to the correct
6298           position. Change the style of the button while opening the menu.
6299           ac_menu_popup_closed(): new function called on selection_done
6300           event.
6301         * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
6302           node == NULL.
6303         * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
6304           (thanks!).
6305           Fixed the bug that didn't select previous message in refresh mode
6306           if threads were not expanded.
6307           summary_select_node(): new.
6308         * src/inc.c: applied the summary view update optimization patch from
6309           Sergey Vlasov (thanks!).
6310           If no new messages are received, don't perform summary refreshing.
6311           In addition to the Vlasov's patch, POP3 receive information is
6312           also used.
6313         * src/inc.h: added a new member cur_total_num to Pop3State.
6314         * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
6315
6316 2001-08-14
6317
6318         * version 0.5.3
6319
6320 2001-08-14
6321
6322         * src/summaryview.c: summary_set_row_marks(): got the color of
6323           unread row set properly.
6324         * src/folderview.c: foldreview_update_node(): don't use
6325           gtk_style_copy(), and reuse previously allocated styles.
6326         * README, README.jp: modified.
6327
6328 2001-08-14
6329
6330         * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
6331           memory corruption bug (thanks to David Looney).
6332         * src/inc.c: inc_all_account_mail(): call inc_finished() even if
6333           there are no enabled accounts, or local spool only.
6334         * src/summaryview.c: applied the summary update improvement patch
6335           from Sergey Vlasov (thanks!). It keeps the position of the
6336           message displayed. Selected and displayed message are also kept.
6337           summary_get_msgnum(): new.
6338           summary_get_current_msgnum(): removed.
6339           summary_select_by_msgnum(): don't display the message.
6340         * src/account.c: added "Get all" column.
6341           account_clist_set_row(): show default and get-all flags with the
6342           mark icon.
6343         * src/utils.c: to_human_readable(): increased the number of decimals
6344           of MB and GB to 2.
6345
6346 2001-08-13
6347
6348         * implemented the long-awaited :) "Add sender to address book" feature.
6349         * src/address.[ch]: added the argument for remarks to
6350           address_item_new().
6351           address_get_folder_list(): new. It traverses the address tree and
6352           returns the folder list.
6353           address_delete_object(): modified so that it removes the node
6354           from the tree.
6355         * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
6356           a address folder menu and attaches it to the menu item.
6357           addressbook_refresh(): reload the address book folder tree.
6358         * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
6359           the menu to add sender to address book.
6360           summary_button_pressed(): call summary_set_add_sender_menu()
6361           before popup the menu.
6362
6363 2001-08-12
6364
6365         * src/summaryview.c: summary_thread_build(): fixed a bug that locked
6366           up the process. Optimized the initial thread build.
6367
6368 2001-08-12
6369
6370         * src/summaryview.c: made many code cleanups.
6371           summary_show(): block/unblock the signal handlers instead of
6372           disconnect/connect them.
6373           summary_set_row_marks(): made the font of collapsed node bold if
6374           it has cnildren marked as unread.
6375           summary_thread_build(): block tree_expand signals while processing.
6376           Use loop instead of the recursive function. Mark collapsed nodes
6377           correctly.
6378           summary_unthread(): block tree_collapse signals while processing.
6379           Use loop instead of the recursive function.
6380           summary_thread_func(), summary_unthread_func(): removed.
6381           summary_tree_expanded(), summary_tree_collapsed(): new callback
6382           functions.
6383         * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
6384           failed to connect. Show more detailed status on the dialog.
6385
6386 2001-08-10
6387
6388         * src/folderview.c: folderview_update_all_node(): new. It updates
6389           all local folders.
6390         * src/inc.c: update all local folders after incorporation if
6391           scan_all_after_inc option is set.
6392         * src/prefs_common.[ch]: added scan_all_after_inc option.
6393         * src/folder.h: FOLDER_IS_LOCAL(): new macro.
6394
6395 2001-08-09
6396
6397         * src/defs.h
6398           src/headerview.c
6399           src/headerwindow.c
6400           src/textview.c
6401           src/prefs_common.c
6402           src/prefs_common.h: made bold and small font configurable.
6403           src/summaryview.c: display unread messages with bold font.
6404         * src/prefs_common.c
6405           src/prefs_common.h
6406           src/summaryview.c: added an option to enable/disable the
6407           emphasis of unread messages.
6408
6409 2001-08-08
6410
6411         * src/pixmaps/mark.xpm: modified.
6412         * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
6413         * src/summaryview.c: summary_set_ctree_from_list(): don't expand
6414           the root messages of threads for performance improvement.
6415           summary_show()
6416           summary_select_next_unread()
6417           summary_step(): expand threads when opening messages.
6418           summary_thread_build(): expand threads if the option is turned on.
6419         * src/prefs_common.[ch]: added "Expand threads" option.
6420
6421 2001-08-08
6422
6423         * src/prefs_common.c: removed "Emulate the behavior of mouse
6424           operation of Emacs-based mailer".
6425         * src/prefs_common.c
6426           src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
6427         * src/pixmaps/new.xpm
6428           src/pixmaps/unread.xpm: reverted.
6429
6430 2001-08-07
6431
6432         * src/address.[ch]:
6433           address_folder_new()
6434           address_group_new()
6435           address_item_new(): changed the return value to AddressObject.
6436           address_build_tree(): don't put assertion for file.
6437         * src/pixmaps/new.xpm
6438           src/pixmaps/unread.xpm: modified a bit.
6439
6440 2001-08-06
6441
6442         * src/addressbook.c: fixed some bugs.
6443
6444 2001-08-06
6445
6446         * separated the logic part of addressbook into another module
6447           (still in progress).
6448         * src/address.[ch]: new. It contains the logic part of addressbook.
6449         * src/addressbook.[ch]: removed the logic part.
6450
6451 2001-08-04
6452
6453         * src/textview.c: textview_show_header(): fixed a bug that a garbage
6454           character was shown after header names.
6455
6456 2001-08-02
6457
6458         * src/inc.c: inc_start(): don't abort with non-fatal error.
6459
6460 2001-08-01
6461
6462         * version 0.5.2
6463
6464 2001-08-01
6465
6466         * src/mimeview.c: mimeview_view_file(): added -x option to the
6467           metamail to prevent the suspention of the main process.
6468           mimeview_button_pressed(): deactivate `Open' menu item if
6469           content-type is application/octet-stream.
6470
6471 2001-07-31
6472
6473         * src/imap.c: imap_parse_atom(): parse escaped characters properly.
6474           get_quoted(): new. It handles the escape character '\'.
6475         * src/folder.c: folder_read_list(): don't output warning if
6476           folderlist.xml doesn't exist.
6477         * src/main.c: main(): write folder list after setup.
6478         * src/textview.c: textview_create()
6479           src/compose.c: compose_create(): set default tab width to 8.
6480
6481 2001-07-29
6482
6483         * src/prefs_common.c: date_format_select_row(): fixed a bug that
6484           caused segfault when selecting the list with key.
6485
6486 2001-07-28
6487
6488         * src/mainwindow.c: main_window_popup(): deiconize the window
6489           when popup (thanks to Henrik Carlqvist).
6490         * src/procmime.c: procmime_scan_mime_type(): new.
6491           procmime_scan_content_type(): use procmime_scan_mime_type().
6492           procmime_scan_mime_header(): scan the extension of attached files
6493           and add the correct MIME type if the Content-Type is
6494           "application/octet-stream" (thanks to Don Quijote).
6495         * src/compose.c: compose_toolbar_create(): added a new "Send later"
6496           icon (thanks to Leandro Pereira).
6497
6498 2001-07-27
6499
6500         * src/prefs_common.c: date_format_create(): modified the layout of
6501           the dialog.
6502
6503 2001-07-26
6504
6505         * src/account.c: account_find_from_address(): fixed a minor bug.
6506         * src/prefs_common.c: incorporated the user-interface for setting
6507           date format from the claws branch, and made some modification to
6508           that.
6509
6510 2001-07-25
6511
6512         * src/account.[ch]: account_edit_create(): modified the text of
6513           default button.
6514           account_find_from_address(): new.
6515         * src/procmime.c:
6516           procmime_scan_content_type(), procmime_scan_content_disposition():
6517           fixed ESC code detection.
6518         * src/compose.c: compose_reply(): automatically select account
6519           according to the message header.
6520         * src/prefs_common.[ch]: added member "reply_account_autosel".
6521
6522 2001-07-25
6523
6524         * src/progressdialog.c: made the CList scrollable.
6525         * src/inc.c: inc_start(): don't abort with non-fatal error.
6526
6527 2001-07-24
6528
6529         * added English Sylpheed User's Manual by Paul Kater
6530           (paul@nlpagan.net) (thanks!).
6531         * configure.in
6532           manual/Makefile.am
6533           src/mainwindow.c: added support for English manual.
6534         * manual/en/sylpheed*.html: added English documentation.
6535         * AUTHORS: updated.
6536
6537 2001-07-23
6538
6539         * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
6540           that didn't have any trailing messages.
6541         * src/smtp.c: smtp_ok(): ditto.
6542         * src/compose.c: compose_account_option_menu_create(): modified
6543           the style of the account option menu.
6544
6545 2001-07-22
6546
6547         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
6548           remove return code from strings automatically.
6549           prefs_custom_header_create(): added "X-Face" to the default
6550           option.
6551         * src/news.c: news_fetch_msg(), news_get_group_list()
6552           src/imap.c: imap_fetch_msg(): create the cache directory before
6553           writing.
6554         * src/procmime.c:
6555           procmime_scan_content_type()
6556           procmime_scan_content_disposition(): convert JIS into EUC-JP
6557           before parsing.
6558         * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
6559         * src/compose.c: don't append attachment headers if the attach
6560           pane is visible but the list is empty.
6561         * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
6562
6563 2001-07-18
6564
6565         * version 0.5.1
6566
6567 2001-07-18
6568
6569         * src/compose.c: compose_quote_parse_fmt()
6570           src/prefs_common.c: prefs_quote_description_create(): added the
6571           symbol `%c' that allows to include Cc in reply format (thanks
6572           to Cyril Bellot).
6573         * src/base64.[ch]
6574           src/procmime.c: procmime_decode_content(): applied the patch
6575           from Sergey Vlasov that allows to decode base64 data with
6576           unusual line length (not a multiple of 4) (thanks!).
6577
6578 2001-07-17
6579
6580         * src/procmsg.[ch]: separated the permanent flags and temporary
6581           flags into two variables, and made MsgFlags a structure that
6582           includes them.
6583           MSG_SET_PERM_FLAGS()
6584           MSG_SET_TMP_FLAGS()
6585           MSG_UNSET_PERM_FLAGS()
6586           MSG_UNSET_TMP_FLAGS(): new macros.
6587         * src/compose.c
6588           src/imap.c
6589           src/inc.c
6590           src/messageview.c
6591           src/mh.c
6592           src/news.c
6593           src/procheader.c
6594           src/summaryview.c: modified for the new MsgFlags.
6595         * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
6596           of hash table.
6597
6598 2001-07-16
6599
6600         * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
6601           display current size with human-readable format.
6602         * src/grouplistdialog.c: grouplist_recv_func(): ditto.
6603         * TODO
6604           TODO.jp: updated.
6605
6606 2001-07-16
6607
6608         * src/codeconv.c:
6609           conv_unmime_header(), conv_unmime_header_overwrite(): workaround
6610           for raw-JIS code in header fields.
6611         * src/folder.c:
6612           folder_get_default_folder()
6613           folder_get_default_inbox()
6614           folder_get_default_outbox()
6615           folder_get_default_draft()
6616           folder_get_default_queue()
6617           folder_get_default_trash(): fixed a bug that caused segfault
6618           if folder_list is NULL.
6619
6620 2001-07-15
6621
6622         * README
6623           README.jp
6624           INSTALL
6625           INSTALL.jp
6626           TODO
6627           TODO.jp: updated.
6628         * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
6629           while retrieving newsgroup list.
6630           grouplist_dialog_create(): added entry widget and status label.
6631           grouplist_recv_func(): new.
6632           refresh_clicked(): added exclusive lock variable.
6633           clist_selected(): set text entry when the CList is selected.
6634           renamed from group_clist_select().
6635           entry_activated(): new.
6636           grouplist_clear(): renamed from grouplist_free(). Also clears
6637           list and entry widget.
6638         * src/news.c: news_get_group_list(): sped up the list appending
6639           (g_slist_append() becomes very slow if list size is large).
6640         * src/defs.h: added UI_REFRESH_INTERVAL definition.
6641           Changed the definition of NEWSGROUP_LIST.
6642         * src/recv.c: recv_write()
6643           src/send.c: send_message_smtp(): changed the UI refresh interval
6644           to UI_REFRESH_INTERVAL (50msec).
6645         * src/account.c: account_add(): fixed a bug that didn't update
6646           folder tree when a news account was added.
6647         * src/grouplistdialog.c: made exclusive lock variable global, and
6648           lock at grouplist_dialog_set_list().
6649         * src/textview.c: fixed a bug that disabled clickable URI if
6650           message color was disabled.
6651
6652 2001-07-15
6653
6654         * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
6655           quit main loop if gtk_main_level() is 1.
6656           grouplist_dialog_set_list(): freeze CList while appending the list.
6657           grouplist_dialog(): show dialog before updating the list.
6658
6659 2001-07-14
6660
6661         * src/folder.c: folder_write_list_recursive(): add the attribute
6662           `collapsed' if a node have some children.
6663         * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
6664           the list.
6665         * src/news.[ch]:
6666           news_get_group_list(): new. It returns newsgroup list.
6667           news_remove_group_list(): new. It removes newsgroup list cache.
6668         * src/folderview.c: folderview_new_news_group_cb(): call
6669           grouplist_dialog() instead of input_dialog().
6670
6671 2001-07-12
6672
6673         * autogen.sh: modified.
6674         * src/folder.[ch]
6675           src/folderview.c: made expand/collapse state of folders persistent
6676           (thanks to Alfons).
6677
6678 2001-07-06
6679
6680         * version 0.5.0
6681
6682 2001-07-06
6683
6684         * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
6685           DELETE.
6686           imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
6687           according to the argument.
6688           imap_cmd_select(): use imap_cmd_do_select().
6689           imap_cmd_examine(): new.
6690         * src/folderview.c: folderview_rm_imap_folder_cb(): select current
6691           folder again when removing failed.
6692
6693 2001-07-05
6694
6695         * version 0.5.0pre4
6696
6697         * manual/ja/sylpheed.sgml
6698           manual/ja/*.html: updated the Japanese manual (thanks to Imai).
6699         * src/summaryview.c: summary_set_row_marks(): fixed a bug that
6700           didn't set foreground correctly.
6701         * src/folderview.h
6702           src/summaryview.h: removed the member color_normal from FolderView
6703           and SummaryView.
6704         * src/mainwindow.c: main_window_create(): removed color_normal.
6705
6706 2001-07-04
6707
6708         * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
6709           became specifiable.
6710         * src/imap.c: imap_session_get()
6711           src/news.c: news_session_new_for_folder(), news_session_get():
6712           use user-defined port number if specified.
6713
6714 2001-07-03
6715
6716         * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
6717           scanning.
6718           imap_scan_folder(): implemented. It updates the numbers of new,
6719           unread and total messages.
6720           imap_status(): new. It parses the response of STATUS command.
6721           imap_status_uidnext(): removed.
6722           imap_cmd_status(): removed.
6723         * src/textview.c: textview_show_part(): fixed potential memory leaks.
6724
6725 2001-07-03
6726
6727         * src/alertpanel.c: alertpanel_create(): fixed truncated message.
6728         * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
6729           of content-type (thanks to Ren?Rebe for the patch).
6730         * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
6731           detection.
6732         * src/prefs_common.c: prefs_send_create(): made some more character
6733           sets specifiable when not using libjconv.
6734         * configure.in: disabled --enable-threads option temporarily.
6735         * INSTALL
6736           INSTALL.jp: deleted the description about --enable-threads option.
6737
6738 2001-07-02
6739
6740         * updated gettext to 0.10.38.
6741
6742 2001-07-01
6743
6744         * version 0.5.0pre3
6745
6746         * src/folderview.[ch]: folderview_set_all(): new.
6747         * src/account.c: account_add(): call folderview_set_all() after
6748           creating IMAP4 tree.
6749           account_edit_create(): account preferences dialog can be opened
6750           with double clicking of the list.
6751           account_selected(): new.
6752           account_clist_set(): made the CList focus set correctly.
6753
6754 2001-06-30
6755
6756         * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
6757           is not found.
6758           imap_scan_tree_recursive(): search the sub folders of INBOX.
6759           recognize Trash folder.
6760           imap_create_tree(): separated the part of creating trash.
6761           imap_create_trash(): new.
6762         * src/folder.c: folder_build_tree(), folder_write_list_recursive():
6763           preserve no_sub and no_select.
6764         * src/summaryview.c: summary_show(): don't proceed if item->no_select
6765           is TRUE.
6766
6767 2001-06-29
6768
6769         * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
6770           root folder correctly.
6771
6772 2001-06-28
6773
6774         * src/folderview.[ch]:
6775           folderview_update_tree(): new. It updates one folder tree.
6776           folderview_update_tree_cb(): new.
6777           Added "Update folder tree" to the popup menu, and modified some
6778           expressions.
6779
6780 2001-06-27
6781
6782         * src/imap.c: implemented the autoscan of IMAP4 folder list.
6783           imap_scan_tree(): new. It scans the whole IMAP4 folder.
6784           imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
6785           imap_parse_list(): new. It parses the LIST response.
6786           imap_get_real_path(): new. It converts local path into IMAP4 path.
6787         * src/folder.h: added no_sub and no_select to FolderItem.
6788         * src/folder.c: folder_tree_destroy(): reset some variables.
6789         * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
6790
6791 2001-06-26
6792
6793         * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
6794           parse the FETCH response that continues to the next line.
6795           imap_parse_fetch_element(): removed.
6796           imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
6797           imap_parse_envelope(), imap_get_uncached_messages(): use GString
6798           and sock_getline() to parse the FETCH response.
6799           imap_remove_all_msg(): fixed a bug that didn't delete messages
6800           correctly.
6801           imap_parse_address(): fixed a bug that didn't concaternate
6802           addresses correctly, using GString.
6803         * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
6804           the whole line and return the newly allocated string.
6805         * src/prefs_account.[ch]: added `IMAP server directory' entry.
6806
6807 2001-06-25
6808
6809         * version 0.5.0pre2
6810
6811         * src/imap.c: imap_create_tree(): pass the path that is separated
6812           by the local filesystem separator to imap_create_folder().
6813           imap_create_folder(): examine the existence of folders using
6814           LIST command instead of STATUS.
6815           imap_cmd_list(): new.
6816           imap_query_password(): new.
6817           imap_session_new(): query password if it is not set.
6818
6819 2001-06-24
6820
6821         * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
6822           with arbitrary order.
6823           imap_parse_fetch_element(): new. it parses one pair of name and
6824           value of FETCH results.
6825           imap_parse_flags(): modified for more flexibility.
6826         * src/utils.[ch]: set_log_file(): new. it opens a new file for
6827           logging.
6828           close_log_file(): new. it closes the opened log file.
6829           log_print(), log_message(), log_warning(), log_error(): also
6830           output to log file.
6831
6832 2001-06-22
6833
6834         * src/imap.c: imap_cmd_status(): check the pointer to "value"
6835           before the assignment (thanks to NISHIJIMA).
6836
6837 2001-06-21
6838
6839         * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
6840           across MH and IMAP4 folder (for now) (thanks to Hiramatu).
6841         * src/foldersel.[ch]: don't show folders which can't be targets
6842           for current folder.
6843
6844 2001-06-20
6845
6846         * version 0.5.0pre1
6847
6848         * src/imap.c:
6849           imap_get_msg_list()
6850           imap_cmd_envelope()
6851           imap_cmd_fetch()
6852           imap_cmd_copy()
6853           imap_cmd_store(): use UID instead of sequential number.
6854           Renamed imap_set_article_flags() to imap_set_message_flags().
6855         * src/summaryview.c: summary_execute(): don't update summary
6856           even if current folder is IMAP4.
6857         * src/utils.[ch]: remove_numbered_files(): changed the type of
6858           arguments from gint to guint.
6859
6860 2001-06-19
6861
6862         * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
6863           imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
6864           enclose with double quotation if string doesn't have space
6865           (workaround for old Cyrus IMAP4 server).
6866           imap_create_folder(): fixed a bug of separator substitution.
6867           renamed imap_session_connect_if_not() to imap_session_get().
6868           imap_get_msg_list(): delete all cached messages if use_cache
6869           is off.
6870           imap_delete_cached_messages(): remove cached files in between
6871           the specified range by reading directory entry.
6872           imap_parse_one_address(): set fromname same as the from address
6873           if it is empty.
6874         * src/utils.[ch]: remove_numbered_files(): new. The range is
6875           specifiable.
6876         * src/summaryview.c: summary_execute(): update summary if current
6877           folder is IMAP4.
6878           KEY_PRESS_EVENT_STOP(): new macro.
6879           summary_key_pressed(): stop signal emission when calling
6880           summary_execute().
6881           summary_select_by_msgnum(): show message only if
6882           msg_is_toggled_on is TRUE. Move current page to the selected
6883           node.
6884         * src/news.c; news_delete_old_articles(): remove cached files in
6885           between the specified range by reading directory entry.
6886         * src/folderview.c:
6887           folderview_selected(), folderview_button_released(): fixed a bug
6888           that didn't select folder correctly.
6889
6890 2001-06-18
6891
6892         * src/mainwindow.c
6893           src/summaryview.c
6894           src/prefs_common.c: improvements to the English (thanks to Paul
6895           Mangan).
6896         * src/mainwindow.c: compose_cb()
6897           src/summaryview.c: summary_key_pressed()
6898           src/compose.c: compose_new_with_recipient(): newsgroups entry
6899           is automatically filled when composing a new article.
6900
6901 2001-06-17
6902
6903         * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
6904           free list correctly.
6905
6906 2001-06-16
6907
6908         * version 0.4.99
6909
6910         * src/imap.c: imap_find_namespace(): replace namespace path
6911           separator with slash before comparison.
6912           imap_remove_folder(): use namespace.
6913           imap_create_tree(): use namespece when creating Trash.
6914           imap_get_msg_list(): fixed a bug that returned old list and caused
6915           memory leak if exists == 0.
6916           imap_select(): new. It's a wrapper for imap_cmd_select().
6917         * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
6918
6919 2001-06-15
6920
6921         * src/folderview.c:
6922           folderview_new_folder_cb()
6923           folderview_new_imap_folder_cb(): show error dialog when creation
6924           or deletion of folder failed.
6925           Made it allow users to create a folder which contains subfolders.
6926           folderview_button_pressed(): disabled delete menu on the special
6927           IMAP4 folder.
6928         * AUTHORS: incorporated from claws branch. It now contains all
6929           contributors.
6930         * src/send.c: enabled cancellation.
6931           EXIT_IF_CANCELLED(): new macro.
6932           Added cancelled flag to SendProgressDialog.
6933         * src/utils.[ch]: strtailchomp(): new. It removes the trailing
6934           specified character.
6935         * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
6936
6937 2001-06-15
6938
6939         * src/imap.c: imap_create_tree(): new. It creates required
6940           folders such as INBOX and Trash.
6941           imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
6942           if COPY failed.
6943           imap_remove_all_msg(): return immediately if exists == 0.
6944         * src/account.c: account_add(), account_set_missing_folder():
6945           made them use folder->create_tree().
6946
6947 2001-06-14
6948
6949         * src/imap.c: more namespace implementation.
6950           imap_find_namespace(), imap_path_separator_subst(): new.
6951
6952 2001-06-13
6953
6954         * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
6955
6956 2001-06-11
6957
6958         * src/summaryview.c: summary_show(): fixed a glitch in folder view.
6959
6960 2001-06-08
6961
6962         * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
6963           which appends file into IMAP4 folder.
6964           imap_status(): new.
6965           imap_create_folder(): check the existence of a folder before
6966           create it.
6967           renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
6968         * src/account.c: account_add(), account_set_missing_folder():
6969           create INBOX automatically when creating IMAP4 account.
6970
6971 2001-06-07
6972
6973         * src/utils.[ch]: added itos_buf() that takes the buffer for its
6974           argument.
6975         * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
6976         * src/folder.c: added copy_msg and copy_msgs_with_dest methods
6977           to the IMAP class.
6978
6979 2001-06-06
6980
6981         * src/utils.[ch]: move_file(): new.
6982         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
6983           use move_file(), and fixed a bug that didn't close file when
6984           error occured.
6985
6986 2001-06-06
6987
6988         * src/imap.c: renamed imap_delete_messages() and
6989           imap_delete_all_messages() to imap_delete_cached_messages() and
6990           imap_delete_all_cached_messages(). Some code cleanups.
6991         * src/utils.[ch]: added a function remove_all_numbered_files().
6992         * src/mh.c: mh_remove_all_msg()
6993           src/imap.c: imap_delete_all_cached_messages():
6994           use remove_all_numbered_files().
6995         * src/mainwindow.c
6996           src/summaryview.c
6997           src/compose.[ch]: added `Reply to sender'.
6998           compose_reply()
6999           compose_reply_set_entry(): added an argument `ignore_replyto'.
7000
7001 2001-06-05
7002
7003         * src/folderview.c: folderview_selected()
7004           src/summaryview.c: summary_show(): fixed a bug that updated wrong
7005           folder when remaining marks were processed.
7006
7007 2001-06-04
7008
7009         * src/headerwindow.c: headerwindow_show_cb(): always try to show
7010           msginfo, and use the selected message, not the displayed one.
7011         * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
7012
7013 2001-06-02
7014
7015         * src/folderview.c: folderview_selected()
7016           src/mimeview.c: mimeview_selected(): ungrab the mouse event.
7017         * src/summaryview.c: summary_show(): process the left marks if any.
7018
7019 2001-05-27
7020
7021         * src/passphrase.c: enclosed with #if USE_GPGME.
7022         * src/prefs_account.c: added NNTP AUTH check button.
7023         * src/alertpanel.[ch]: alertpanel_create(): added new argument
7024           `can_disable', all existing callers changed to pass FALSE;
7025           created a check button to disable the message.
7026           alertpanel_message_with_disable(): new.
7027           alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
7028           alertpanel_button_toggled(): new.
7029           alertpanel_button_clicked(), alertpanel_close(): set value using
7030           G_ALERT_VALUE_MASK.
7031         * src/prefs_common.[ch]: added option to toggle GnuPG signature
7032           check popup window, and GnuPG warning.
7033         * src/rfc2015.c: check_signature(): show signature check dialog
7034           only if it is enabled.
7035         * src/main.c: modified GnuPG checking.
7036         * src/main.c
7037           src/prefs_common.c: fixed some compilation bugs when enabled
7038           GPGME.
7039
7040 2001-05-26
7041
7042         * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
7043           encodings with libjconv.
7044           conv_encode_header(): fixed an endless loop bug when encountering
7045           an invalid wide character (thanks to Alte).
7046         * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
7047           bold font.
7048         * src/imap.c: imap_create_folder(): don't create folder if the
7049           name is INBOX.
7050         * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
7051           execute button when immediate execution is enabled.
7052
7053 2001-05-22
7054
7055         * README
7056           README.jp: added the "How to run" section.
7057
7058 2001-05-19
7059
7060         * merged NNTP AUTH from the claws branch.
7061         * src/news.[ch]: supported NNTP AUTH.
7062         * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
7063         * INSTALL
7064           INSTALL.jp: modified the confirmation list and the warning about
7065           threads.
7066
7067 2001-05-18
7068
7069         * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
7070           gtkut_ctree_find_collapsed_parent().
7071         * src/folderview.c: folderview_select_node(): automatically expand
7072           the parent folders when selected.
7073         * configure.in: made the version number to 0.4.99 (0.5pre)
7074         * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
7075           so that X is not necessary for --help and --version.
7076           parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
7077         * src/folderview.c: folderview_update_node(): a fix for collapsed
7078           nodes.
7079
7080 2001-05-17
7081
7082         * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
7083           It caused garbages in --compose option.
7084         * src/socket.[ch]: made fd_gets() public.
7085
7086 2001-05-16
7087
7088         * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
7089         * src/folderview.c: folderview_find_next_unread(): new.
7090           folderview_select_next_unread(): modified so that it can find
7091           the hidden folder.
7092
7093 2001-05-15
7094
7095         * src/compose.c: compose_write_headers(): excluded also From, To,
7096           Sender because they could be used for SPAM.
7097         * src/folderview.c: add '+' mark to the collapsed folder that have
7098           some unread folders.
7099           folderview_search_new_recursive(),
7100           folderview_have_new_children(),
7101           folderview_search_unread_recursive(),
7102           folderview_have_unread_children(),
7103           folderview_find_collapsed_parent(): new.
7104           folderview_update_node(): display the number of queued messages.
7105
7106 2001-05-14
7107
7108         * src/folder.[ch]
7109           src/mh.[ch]: modified *_add_msg() to use link(). Added the
7110           argument to switch whether to remove the source file or not.
7111         * src/compose.c
7112           src/inc.c
7113           src/mbox.c: modified the argument of folder_item_add_msg() and
7114           removed some unlink()'s.
7115
7116 2001-05-13
7117
7118         * src/prefs_customheader.[ch]: renamed prefs_headers_* to
7119           prefs_custom_header_*. Removed `(New)' row and `Substitute'
7120           button. Supported empty value.
7121           prefs_custom_header_row_moved(): new. Connected "row_move" signal
7122           to the function, and made it set header list.
7123         * src/customheader.c: custom_header_get_str()
7124           src/compose.c: compose_write_headers(): supported empty value.
7125         * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
7126           Connected "row_move" signal to the function, and made it set
7127           header list.
7128         * src/compose.c: compose_write_headers(): modified the order of
7129           headers, and made it encode the custom headers.
7130         * src/prefs_customheader.c: prefs_custom_header_delete_cb()
7131           src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
7132           alert panel by ESC as "No".
7133
7134 2001-05-13
7135
7136         * merged the custom header stuff from claws branch:
7137         * src/customheader.[ch]
7138           src/prefs_customheader.[ch]: new.
7139         * src/customheader.c: custom_header_read_str(): use strtol() instead
7140           of atoi() and check errors.
7141           custom_header_find(): new function.
7142         * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
7143           compose_write_headers(): made it replace headers with user-defined
7144           headers except for some automatically generated headers.
7145
7146 2001-05-11
7147
7148         * src/inc.c: connection_check_cb(): fixed a bug that caused
7149           segmentation fault if connection was not established.
7150         * src/compose.c: compose_create(): even if set_autobcc or set
7151           autoreplyto is checked and the entries are empty, show them.
7152
7153 2001-05-10
7154
7155         * src/textview.c: textview_show_mime_part(): modified the messages.
7156           TEXT_INSERT(): new macro.
7157         * po/ja.po: fixed.
7158         * src/prefs_display_header.c: prefs_display_header_create():
7159           modified the text of checkbutton.
7160
7161 2001-05-09
7162
7163         * src/mimeview.c: added "Open with..." to the context menu.
7164         * src/summaryview.c: summary_print()
7165           src/inputdialog.c: input_dialog(): fixed memory leaks.
7166         * src/textview.c: textview_show_mime_part(): updated the description.
7167         * src/send.c: implemented sending progress dialog.
7168           (TODO: automaton should be used.)
7169           send_progress_dialog_create(), send_progress_dialog_destroy(),
7170           send_cancel(): new.
7171           send_message_smtp(): made it update the dialog for each stage.
7172         * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
7173           of opened file.
7174         * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
7175           go to first unread message even if folder is same as previous.
7176         * src/prefs_common.c: made color selection dialog transient, and
7177           made escape key close the dialogs.
7178
7179 2001-05-08
7180
7181         * version 0.4.66
7182
7183         * src/select-keys.c: delete_event_cb(): removed `;' from its end.
7184         * src/recv.c: recv_write(): changed the interval to 10msec.
7185         * src/prefs_display_header.c: modified the layout of the dialog,
7186           and made the hidden headers list insensitive when `Show other
7187           headers' is not checked.
7188         * src/textview.c: changed strcasecmp() and strncasecmp() to
7189           the corresponding glib functions.
7190         * src/inc.c: get_spool(): make a temporary file in the home
7191           directory.
7192
7193 2001-05-07
7194
7195         * src/prefs_common.c
7196           src/prefs_account.c
7197           src/prefs_filter.c
7198           src/account.c
7199           src/alertpanel.c
7200           src/filesel.c
7201           src/foldersel.c
7202           src/export.c
7203           src/import.c
7204           src/inputdialog.c
7205           src/passphrase.c
7206           src/select-keys.c
7207           src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
7208           when closed them with delete_event (thanks to DINH).
7209           Added *_deleted() and *delete_event() which handle delete_event
7210           signal correctly.
7211
7212 2001-05-06
7213
7214         * src/prefs_display_header.c: merged some changes from claws branch:
7215           prefs_display_header_create(): allow reordering of headers by
7216           dragging.
7217           prefs_display_header_find_header(): new function.
7218           prefs_display_header_clist_set_row(): don't allow duplicates.
7219         * src/prefs_account.c: prefs_account_receive_create(): changed
7220           the label of the check button.
7221
7222 2001-05-05
7223
7224         * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
7225           immediately.
7226         * src/inc.h: removed cur_msg_bytes from Pop3State.
7227         * src/inc.c: pop3_recv_func()
7228           src/recv.[ch]: made the second arguments of RecvUIFunc current
7229           total read bytes.
7230           recv_write(): made it call UI func if elapsed time is greater
7231           than 0.1 sec.
7232         * src/recv.c: recv_write(): changed the interval to 300 usec.
7233         * src/textview.c: textview_show_header(): if header is Subject,
7234           unfold it.
7235         * src/utils.[ch]: unfold_line(): new.
7236         * src/procheader.[ch]: procheader_get_header_array(): new.
7237         * src/prefs_display_header.c: updated defaults.
7238
7239 2001-05-05
7240
7241         * some merge from the sylpheed-claws branch.
7242           It allows user to specify displayed headers in message view.
7243           (symbol names were also changed.)
7244         * src/prefs_display_header.[ch]
7245           src/displayheader.[ch]: new.
7246         * src/prefs_display_header.c:
7247           removed prefs_display_headers_other_headers_toggled().
7248           removed "(New)" row from the list.
7249         * src/defs.h: added DISPLAY_HEADER_RC.
7250         * src/prefs_common.c: prefs_message_create(): added a button for
7251           opening the display header setting dialog.
7252         * src/prefs_common.h: added show_other_header and disphdr_list
7253           to PrefsCommon.
7254         * src/procheader.[ch]: procheader_get_header_list_from_file(),
7255           procheader_get_header_array_asis(): new.
7256           procheader_get_header_list(): modified so that it takes FILE
7257           pointer for its argument.
7258           procheader_header_array_destroy(), procheader_header_free(): new.
7259         * src/main.c: main(): made it call prefs_display_header_*_config().
7260         * src/textview.c: textview_scan_header(): modified so that it
7261           sorts headers according to user setting.
7262           src/textview_show_header(): made it call
7263           textview_make_clickable_parts().
7264           textview_make_clickable_parts(): added GdkFont to its arguments,
7265           and removed GtkText from them.
7266
7267 2001-05-04
7268
7269         * implemented auto-checking of new mail based on the patch from
7270           Pierric Descamps (thanks!).
7271         * src/inc.c: added inc_autocheck_timer_init(),
7272           inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
7273           inc_autocheck_func() for auto-checking of new mail.
7274         * src/main.c: main(): call inc_autocheck_timer_init().
7275         * src/prefs_common.c: prefs_receive_create(): activated the
7276           auto-checking UI. Added prefs_common_cancel(), and connected
7277           some signals to that.
7278         * src/prefs_common.c
7279           src/prefs_account.c
7280           src/prefs_filter.c
7281           src/account.c: Disabled auto-checking while opening the dialog.
7282         * src/headerview.c: headerview_show_xface(): fixed a bug that
7283           showed a warning when header pane was hidden.
7284
7285 2001-05-03
7286
7287         * src/inc.c
7288           src/pop.c
7289           src/recv.c: removed non-blocking socket mode support since it
7290           does nothing.
7291         * src/pop.c
7292           src/inc.c: modified the messages of incorporation dialog.
7293
7294 2001-05-02
7295
7296         * src/utils.h: made u32 the typedef of guint32.
7297           added BIG_ENDIAN_HOST macro that is used by md5.c.
7298         * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
7299           that didn't calculate MD5 correctly on big endian machines.
7300
7301 2001-05-01
7302
7303         * version 0.4.65
7304
7305         * src/folder.c: folder_init(): added the method imap_remove_folder.
7306         * src/folderview.c: folderview_rm_imap_folder_cb(): made it
7307           actually remove folder from IMAP4 server.
7308         * src/imap.[ch]: imap_create_folder(): made it actually create
7309           folder on IMAP4 server.
7310           imap_remove_folder(): added.
7311           imap_create(), imap_delete(): added.
7312         * src/summaryview.c: summary_execute_delete(): don't check trash
7313           if folder type is not F_MH.
7314         * thanks to Ishihara for the above changes.
7315         * configure.in
7316           ac/check-type.m4: better wint_t typedef detection (renamed
7317           sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
7318
7319 2001-04-30
7320
7321         * src/recv.c: recv_bytes_write(): fixed another bug that caused
7322           infinite loop and buffer overrun.
7323
7324 2001-04-30
7325
7326         * src/socket.[ch]: renamed sock_read() and fd_read() to
7327           sock_gets() and fd_gets() for preventing confusion.
7328           Added sock_read() and fd_read() which is the wrapper of read().
7329         * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
7330           loop. Use sock_read() instead of fd_read().
7331         * src/esmtp.c
7332           src/imap.c
7333           src/news.c
7334           src/nntp.c
7335           src/pop.c
7336           src/recv.c
7337           src/smtp.c: use sock_gets() instead of sock_read().
7338         * src/imap.c: imap_session_new(): fixed the error detection
7339           of imap_open().
7340
7341 2001-04-28
7342
7343         * src/inc.c: made it displays current read bytes to the dialog.
7344         * src/pop.c: recv_write(): call UI function before editing
7345           strings.
7346
7347 2001-04-27
7348
7349         * src/progressdialog.c: progress_dialog_create(): modified the
7350           size of dialog and made it stretchable.
7351         * src/smtp.c
7352           src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
7353           process an error response correctly (thanks to Ohmasa).
7354         * src/pop.[ch]: added pop3_getsize_list_send(),
7355           pop3_getsize_list_recv().
7356         * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
7357           call the callback function for each sock_read().
7358         * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
7359           cur_msg_bytes, cur_total_bytes, and sizes.
7360         * src/inc.c: added inc_pop3_recv_func() that updates the progress
7361           bar for each sock_read().
7362
7363 2001-04-26
7364
7365         * src/mh.c: mh_is_maildir_one(): modified so that it uses
7366           is_dir_exist().
7367
7368 2001-04-25  Werner Koch  <wk@gnupg.org>
7369
7370         * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
7371         (mh_scan_tree_recursive): Do not include Maildir style directories
7372         in the scan.
7373
7374         Changed the use of integers to describe sockets by an more abstract
7375         data structure.
7376
7377         * src/automaton.h (struct _Automaton): Add help_sock.
7378         * src/automaton.c (automaton_input_cb): Changed source to be
7379         SockInfo and use wrapper for gdk_input_add.
7380
7381         * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
7382         for invalid socket because this is now done in sock_close. Set
7383         sock to NULL.
7384         (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
7385         (send_smtp_open): Use only SockInfo.
7386
7387         * src/news.c (news_session_new): Use SockInfo here.
7388         (news_session_destroy): Ditto and set sock to NULL.
7389
7390         * src/nntp.c: Use SockInfo instead of integers
7391         * src/smtp.c: Ditto.
7392         * src/pop.c: Ditto.
7393         * src/recv.c: Ditto.
7394
7395         * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
7396         gdk_input_add into a wrapper.
7397
7398         * src/esmtp.c: Changed socket descriptors to use SockInfo.
7399         * src/esmtp.h: Ditto, included socket.h.
7400         * src/session.h (struct _Session): Likewise.
7401         * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
7402         Removed access to internal data of SockInfo.  Changed all callers
7403         and functions to take SockInfo.
7404         (imap_session_new): Use sock_close here.
7405         (imap_session_destroy): Ditto.
7406
7407         * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
7408         fd_write.
7409
7410         * src/main.c (app_will_exit): Close lock socket using fd_close.
7411         (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
7412         (lock_socket_input_cb): Ditto.
7413
7414         * src/socket.h, src/socket.c: Prepared SockInfo structure to use
7415         glib channels. Changed all sock_xxx to use SockInfo instead of an
7416         integer.
7417         (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
7418         (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
7419         callers.
7420         (fd_read, fd_write, fd_close): New.
7421         (sock_sockinfo_free): Removed.
7422         * src/socket.c (sock_connect_nb): Use close instead sock_close here.
7423         (sock_connect): Ditto.
7424
7425 2001-04-26
7426
7427         * config.h.in: removed.
7428         * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
7429         * .cvsignore: added.
7430         * src/inc.c
7431           src/progressdialog.[ch]
7432           src/pixmaps/complete.xpm
7433           src/pixmaps/continue.xpm
7434           src/pixmaps/error.xpm: applied the patch from Leandro Pereira
7435           that displays the state of message incorporation (thanks!).
7436         * src/inc.c: made the progress dialog change the text of status.
7437
7438 2001-04-25
7439
7440         * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
7441           from the cvs tree.
7442         * COPYING: removed RSA copyright notice.
7443         * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
7444         * configure.in: added the check of sys/utsname.h.
7445
7446 2001-04-24  Werner Koch  <wk@gnupg.org>
7447
7448         Merged most of the changes from the W32 branch in.
7449
7450         * configure.in: Require gpgme >= 0.2.1
7451
7452         * acconfig.h (HAVE_U32_TYPEDEF): New.
7453         * ac/gnupg-check-typedef.m4: New.
7454         * configure.in: Check for u32 type and the size of some types.
7455         * src/utils.h: Define the u32 type and related constants.
7456
7457         * src/about.c (about_create): Removed the note about MD5.  We are
7458         not any longer using the RSA Inc. implementation.
7459         * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
7460         * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
7461         renamed the function to standard lowercase convention. Changed all
7462         callers. 
7463         (md5_hex_digest): New.
7464         (md5_hmac): Add hmac function by Martin Schaaf with some 
7465         modifications.
7466         (md5_hex_hmac): New.
7467         * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
7468         (hmac_md5): Removed.
7469         * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
7470         the new md5_hex_digest function.
7471
7472         * src/about.c: Include utsname.h only if available
7473
7474         * src/utils.c, src/utils.h (get_home_dir): New to better cope with
7475         special Windoze requirements.  Changed all calls to
7476         g_get_home_dir() to this function.
7477
7478         * simple-gettext.c: New.
7479
7480         * src/main.c (main): Issue a warning if GnuPG is not properly
7481         installed.
7482
7483         * src/sigstatus.c, src/sigstatus.h: New.
7484         * src/rfc2015.c (check_signature): Use the sigstatus window and
7485         get the status texts from a utility function.
7486
7487         * src/select-keys.c: Removed the global select_keys var and
7488         pass an allocated one along all functions.
7489         (set_row): Display only keys capable of encryption.
7490         (update_progress): Replaced the progressbar by
7491         a windmill and a text showing for which key we are collecting
7492         info.  Removed progressbar everywhere else and updated callers.
7493
7494         * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
7495         display the grab button. 
7496
7497 2001-04-24
7498
7499         * src/prefs_common.[ch]
7500           src/procheader.c: applied the patch from Darko Koruga that
7501           allows user to define their own format for displaying date in
7502           summary view using strftime() (thanks!).
7503         * src/prefs_common.c: prefs_quote_colors_dialog()
7504           src/mainwindow.c: main_window_reflect_prefs_all(): made it
7505           update message colors if the colors setting is changed.
7506         * src/main.[ch]: made it remember the startup directory.
7507         * src/export.c: export_mbox(): made it initially chdir to the
7508           startup directory.
7509         * src/filesel.c: filesel_select_file(): made it open the startup
7510           directory at first.
7511
7512 2001-04-23
7513
7514         * added option to warn about queued messages on exit [sergey]:
7515
7516           * src/compose.c: compose_queue(): call folder_item_scan()
7517             and folderview_update_item() after queueing.
7518           * src/folderview.c: folderview_update_node(): draw the queue
7519             folder in bold font if there are queued messages.
7520           * src/mainwindow.c: queued_messages(): new function.
7521             app_exit_cb(): display warning if there are queued messages
7522             if warn_queued_on_exit is set.
7523           * prefs_common.[ch]: add warn_queued_on_exit option.
7524
7525         * src/mainwindow.c: moved queued_messages() to main.c, and renamed
7526           it to get_queued_message_num().
7527         * src/main.c: app_will_exit(): moved warning dialog code from
7528           app_exit_cb(), and added manage_window_focus_in().
7529
7530         * enhanced GnuPG key selection support [sergey]:
7531
7532           * src/select-keys.c: updated to newer version from Win32
7533             branch with support for selecting arbitrary keys.
7534           * src/prefs_account.c: added the Privacy tab to the account
7535             options window.
7536             prefs_account_privacy_create(),
7537             prefs_account_sign_key_set_data_from_radiobtn(),
7538             prefs_account_sign_key_set_radiobtn(): new functions.
7539           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
7540           * src/rfc2015.c: set_signers(): new function.
7541             pgp_sign(): add the account parameter, call set_signers().
7542             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
7543           * src/rfc2015.h: rfc2015_sign(): updated prototype.
7544           * src/compose.c: pass the current account to rfc2015_sign().
7545
7546 2001-04-22
7547
7548         * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
7549
7550 2001-04-20
7551
7552         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
7553           Fixed a memory leak bug.
7554         * src/export.[ch]: added for exporting folder to mbox.
7555         * src/import.[ch]: made import_mbox() take default folder.
7556           Added description to the dialog.
7557         * src/summaryview.c: summary_show(): fixed a bug that kept the
7558           toolbar buttons insensitive after receiving messages.
7559         * src/export.c
7560           src/import.c: fixed a bug that caused quitting of the program
7561           when OK or Cancel button was clicked several time.
7562         * src/prefs_common.[ch]
7563           src/addressbook.c: added "Add address to destination when
7564           double-clicked" option.
7565
7566 2001-04-19
7567
7568         * src/prefs_common.[ch]: reorganized the items of settings,
7569           and added Message tab.
7570         * src/main.c: parse_cmd_opt(): added command line option --version.
7571         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
7572           special folders.
7573         * src/prefs_common.[ch]
7574           src/headerview.[ch]: the header pane can be toggled now.
7575         * src/prefs_common.[ch]
7576           src/textview.c: page scroll step is now selectable between
7577           one page and half page.
7578         * src/mbox.[ch]: added export_mbox() that reads all messages
7579           in a folder, and store them into one mbox file.
7580
7581 2001-04-18
7582
7583         * src/prefs_filter.[ch]: separated filter setting code from
7584           prefs_common.c, and made it a separate dialog.
7585
7586 2001-04-17
7587
7588         * version 0.4.64
7589
7590         * src/automaton.[ch]
7591           src/inc.c: fixed the bug that made Sylpheed crash when clicking
7592           Cancel button while getting new mail (thanks to Sergey Vlasov).
7593         * src/xml.c: xml_build_tree()
7594           src/addressbook.c: fixed a bug that caused infinite loop if an
7595           illegal XML file was given.
7596
7597 2001-04-16
7598
7599         * src/summaryview.c
7600           src/inc.c: applied the patch from Sergey Vlasov that fixes the
7601           problem when the "Go to inbox after receiving new mail" option
7602           was turned off (thanks!).
7603
7604 2001-04-15
7605
7606         * src/xml.[ch]: modified so that it supports some characters which
7607           must be escaped, and multiple-lined tag.
7608         * src/folder.c
7609           src/addressbook.c: modified so that it escapes some characters
7610           like '<', '>', '&', ''', '"'.
7611
7612 2001-04-10
7613
7614         * version 0.4.63
7615
7616         * src/folder.[ch]
7617           src/mainwindow.c
7618           src/mh.[ch]
7619           src/procmsg.[ch]
7620           src/summaryview.[ch]: applied the patch from Darko Koruga that
7621           adds copy message operation for the MH folders (thanks!).
7622         * src/imap.c: disabled slash to dot conversion.
7623         * src/imageview.c: fixed a bug that displayed an old image when
7624           loading of a image failed (thanks to Darko Koruga).
7625
7626 2001-04-09
7627
7628         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
7629           cache reading (thanks to Sergey Vlasov).
7630         * src/inc.c
7631           src/summaryview.[ch]
7632           prefs_common.[ch]: applied the patch that keeps the same folder
7633           after receiving new mail (thanks to Sergey Vlasov).
7634         * src/textview.c
7635           src/utils.[ch]: moved get_quote_level() to utils.c.
7636
7637 2001-04-08
7638
7639         * ac/Makefile.am: added.
7640         * Makefile.am
7641           configure.in: added ac directory.
7642
7643 2001-04-07
7644
7645         * src/summaryview.c: summary_filter(): made it move messages
7646           immediately if immediate_exec option is set.
7647         * src/prefs_common.[ch]
7648           src/textview.[ch]
7649           src/gtkutils.[ch]: applied the message coloring patch from
7650           Stephen Anthony with some modification (thanks!).
7651         * src/gtksctree.c
7652           src/mimeview.c: modified the behavior of MimeView (thanks to
7653           HIRAMATSU).
7654
7655 2001-04-06
7656
7657         * src/utils.c: copy_file()
7658           src/mh.c: applied (and modified) the patch from Darko Koruga
7659           that enables to move messages across file systems (thanks!).
7660         * src/procheader.c
7661           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
7662           that converts the date of messages to the local time (thanks!).
7663         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
7664           of one-letter timezone were reversed.
7665         * src/folder.c: folder_item_add_msg(): put the assertion for the
7666           add_msg() method (thanks to TAKANO).
7667
7668 2001-04-05
7669
7670         * src/procmime.c: procmime_decode_content(): fixed a bug that
7671           corrupted quoted-printable encoded messages when they include
7672           `=00' (thanks to Masahiro Tomita).
7673         * src/gtksctree.c
7674           src/mimeview.c
7675           src/summaryview.c: modified the DnD behavior of MIME view
7676           (thanks to HIRAMATSU).
7677
7678 2001-04-04
7679
7680         * src/about.c: applied the patch from Sergey Vlasov that fixes
7681           the appearance of the about dialog (thanks!).
7682         * src/prefs_common.[ch]
7683           src/rfc2015.[ch]
7684           src/mimeview.c
7685           src/procmime.[ch]
7686           src/compose.[ch]
7687           src/passphrase.c
7688           src/textview.[ch]: applied the GnuPG support patch which had
7689           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
7690         * INSTALL, INSTALL.jp: updated the description about GnuPG.
7691
7692 2001-04-03
7693
7694         * src/utils.[ch]: added references_list_append() that parses
7695           References header and makes it string list.
7696         * src/compose.c: modified so that too long References header is
7697           truncated, garbage characters are removed, and header is tidied
7698           up (thanks to Matthias Intemann).
7699
7700 2001-04-02
7701
7702         * src/addr_compl.c: applied the address completion bugfix patch
7703           from Alfons Hoogervorst (thanks!).
7704
7705 2001-04-01
7706
7707         * src/gtksctree.c: modified so that the tree_select_row signal
7708           actually pass the column number.
7709         * src/summaryview.c: summary_selected(): made generic mark and
7710           unread mark can be toggled with clicking of the columns.
7711           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
7712         * src/prefs_common.c
7713           src/prefs_account.c: applied the layout fix patches from Sergey
7714           Vlasov, and adjusted some widths of GtkEntry widgets.
7715         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
7716         * src/inc.c: inc_start(): modified so that authentication dialogs
7717           show server name too (thanks to Sergey Vlasov).
7718
7719 2001-03-31
7720
7721         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
7722           segmentation fault when a malformed multipart message is shown
7723           (thanks to Sergey Vlasov).
7724         * src/summaryview.c: summary_display_msg(): made it focus to the
7725           summary view if the MIME list is empty.
7726
7727 2001-03-30
7728
7729         * src/pixmaps/deleted.xpm
7730           src/pixmaps/mark.xpm
7731           src/summaryview.c: added deleted and mark icon.
7732         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
7733           to gtk_widget_unref().
7734         * src/addr_compl.c: start_address_completion(): fixed the bug that
7735           displayed warning when the address book was empty (thanks to
7736           Chideok Hwang).
7737
7738 2001-03-29
7739
7740         * src/summaryview.c: summary_show(): fixed a memory leak bug
7741           (thanks to ChiDeok Hwang).
7742         * src/pixmaps/forwarded.xpm
7743           src/pixmaps/replied.xpm
7744           src/pixmaps/new.xpm
7745           src/pixmaps/unread.xpm
7746           src/compose.c
7747           src/mainwindow.c
7748           src/prefs_common.c
7749           src/procmsg.h
7750           src/summaryview.[ch]: applied the patch from Marc Hoper
7751           that adds replied and forwarded mark to replying or forwarding
7752           messages (thanks!). And new and unread mark were replaced
7753           by the icons David Mehrmann created (thanks!).
7754         * src/summaryview.c: made the width of unread and MIME column
7755           fixed.
7756         * src/prefs.c: prefs_config_parse_one_line(): made it check the
7757           '=' separator (thanks to Sergey Vlasov).
7758
7759 2001-03-26
7760
7761         * src/prefs_common.[ch]: moved smooth scroll option to the
7762           interface tab.
7763         * src/textview.c: made the one-line scroll also perform smooth
7764           scrolling.
7765
7766 2001-03-25
7767
7768         * src/prefs_common.[ch]
7769           src/textview.c: applied the smooth scroll patch from Setoh and
7770           Ninomiya (thanks!).
7771
7772 2001-03-24
7773
7774         * src/summaryview.c: summary_attract_by_subject(): rewritten it
7775           using hash table for speeding up.
7776         * src/prefs_account.c: made filter_on_receive TRUE by default.
7777         * src/mainwindow.c: reordered menu items.
7778
7779 2001-03-23
7780
7781         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
7782           caused address completion not to accept space and enter key.
7783
7784 2001-03-22
7785
7786         * src/utils.[ch]
7787           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
7788           correctly.
7789         * src/compose.c: fixed a bug that didn't decode some headers
7790           correctly when replying or reediting drafts (thanks to Sergey
7791           Vlasov).
7792
7793 2001-03-21
7794
7795         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
7796           behaviors of some classes.
7797         * src/main.c: main(): made it call gtkut_widget_init() first.
7798         * src/summaryview.c: summary_create(): removed the key binding code.
7799
7800 2001-03-19
7801
7802         * src/procmsg.[ch]: modified for the sake of readability.
7803
7804 2001-03-18
7805
7806         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
7807           Added new menu items for folder manipulation.
7808           allsel_cb(): made it change the target between summary view and
7809           message view according to the input focus.
7810           Removed "Select all" from Summary submenu.
7811         * src/folderview.[ch]: added functions for creating/renaming/deleting
7812           folder.
7813         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
7814           removed "important" flag.
7815         * src/summaryview.c: added summary_set_row_marks() that sets style
7816           of a row according to the flags, and made some functions use it.
7817         * src/mainwindow.c: allsel_cb(): modified so that it selects
7818           summary view correctly if message view is toggled off.
7819
7820 2001-03-17
7821
7822         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
7823           leak bug of socket, and rewrote the routine.
7824         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
7825           displayed the wrong unread number in the folder tree if a
7826           folder was open and new messages arrived at the folder.
7827         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
7828           again.
7829
7830 2001-03-15
7831
7832         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
7833           check the existence of the destination file.
7834         * src/procmsg.c: procmsg_set_flags(): made it count the last
7835           number of the message list (and fixed a bug that didn't open
7836           newly arrived message).
7837
7838 2001-03-13
7839
7840         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
7841           Shift_JIS from the outgoing codeset.
7842
7843 2001-03-12
7844
7845         * version 0.4.62
7846
7847 2001-03-11
7848
7849         * src/send.c: send_message_queue(): modified so that it finds
7850           the account from the `From' and the server name of the queued
7851           message.
7852         * src/account.[ch]: added account_find_from_smtp_server() that
7853           finds an account from the specified address and SMTP server.
7854         * src/Makefile.am
7855           src/mainwindow.c
7856           src/summaryview.[ch]
7857           src/sourcewindow.[ch]: integrated the viewing source patch from
7858           DINH V. Hoßþ(thanks!).
7859
7860 2001-03-10
7861
7862         * src/addr_compl.[ch]
7863           src/addressbook.c
7864           src/compose.c: applied the enhanced address completion patch
7865           from Alfons Hoogervorst (thanks!).
7866         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
7867         * src/folder.c: folder_init()
7868           src/folderview.c: folderview_drag_motion_cb()
7869           src/procmsg.c: procmsg_clean_trash()
7870           src/summaryview.c: summary_start_drag()
7871           src/imap.[ch]: integrated the IMAP4 move/remove function patch
7872           from Suzuki Mio (thanks!).
7873
7874 2001-03-08
7875
7876         * src/main.c: parse_cmd_opt(): made the --compose option realize
7877           mailto: URI.
7878         * src/utils.[ch]: execute_async(): supported quoted arguments
7879           correctly.
7880           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
7881           version of g_strsplit().
7882         * src/mimeview.c: mimeview_view_file()
7883           src/prefs_common.c: added single quotation mark around the file
7884           name.
7885
7886 2001-03-07
7887
7888         * configure.in
7889           src/compose.c
7890           src/prefs.c
7891           src/procmime.c
7892           src/summaryview.c
7893           src/mbox.c
7894           src/recv.c
7895           src/utils.[ch]: applied the security fix patch from Dmitry V.
7896           Levin with some modification (thanks!). Added my_tmpfile() to
7897           utils.[ch].
7898         * src/main.c: added --receive-all command-line option.
7899
7900 2001-03-06
7901
7902         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
7903           compile if both multithread and IPv6 are enabled (thanks to
7904           Ishihara).
7905         * src/utils.[ch]
7906           src/compose.c: applied a patch from Jason McCarver that allows
7907           FIFO for signature file (thanks!).
7908         * src/textview.c: made some more refactoring.
7909         * src/socket.c: sock_accept(): changed socklen_t to gint.
7910
7911 2001-03-05
7912
7913         * src/main.c
7914           src/textview.c: some code cleanups.
7915
7916 2001-03-04
7917
7918         * src/compose.[ch]
7919           src/main.c
7920           src/textview.c: integrated the patch from Alfons Hoogervorst that
7921           fixes some glitches in clickable URI and enables mail addresses
7922           clickable, and enables the --compose command line option to
7923           specify address (thanks!).
7924
7925 2001-03-03
7926
7927         * src/esmtp.[ch]
7928           src/smtp.[ch]
7929           src/send.c
7930           src/prefs_account.[ch]
7931           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
7932           and fixed its a few bugs (thanks!).
7933         * src/textview.c: textview_key_pressed(): made it don't move focus
7934           to summary view.
7935         * src/main.c: parse_cmd_opt(): modified the help message.
7936         * src/html.[ch]: added empty_line to HTMLParser and modified
7937           the parser routines a bit.
7938
7939 2001-03-01
7940
7941         * src/html.c: added eucjp_symbol_list, and added some characters
7942           to ascii_symbol_list.
7943
7944 2001-02-19
7945
7946         * src/codeconv.[ch]: added a member `charset' and `charset_str'
7947           to CodeConverter.
7948         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
7949           html_parser_new(): made it change the symbol hash table
7950           according to the character set of the document.
7951           html_parse_special(): made it recognize character code number.
7952
7953 2001-02-17
7954
7955         * src/textview.c: added textview_show_html() that parses HTML and
7956           display as a text.
7957           textview_show_part(): made it call textview_show_html() if
7958           the part is text/html.
7959         * src/html.[ch]: implemented HTML parser.
7960
7961 2001-02-15
7962
7963         * src/codeconv.[ch]: added CodeConverter, and its methods
7964           (conv_code_converter_new(), conv_code_converter_destroy(), and
7965            conv_convert()).
7966         * src/textview.c: removed the branches by HAVE_LIBJCONV and
7967           rewrote them using CodeConverter.
7968
7969 2001-02-12
7970
7971         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
7972
7973 2001-02-11
7974
7975         * src/codeconv.c: some code cleanups.
7976
7977 2001-02-05
7978
7979         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
7980           popup the main window correctly.
7981         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
7982           CS_EUC_TW was reversed (thanks to Sakamoto).
7983
7984 2001-02-04
7985
7986         * src/gtkutils.[ch]
7987           src/main.c
7988           src/mainwindow.[ch]
7989           src/socket.[ch]: applied the patch from Hiramatu that enables
7990           prohibition of multiple execution and remote control with
7991           command line option (thanks!).
7992
7993 2001-02-03
7994
7995         * src/summaryview.c: summary_button_pressed(), summary_selected():
7996           made it toggle the view if middle button is clicked while message
7997           view is hidden.
7998           summary_drag_data_get(): fixed a memory leaking.
7999         * src/Makefile.am
8000           src/compose.c: compose_write_headers(): modified so that it uses
8001           host_alias for X-Mailer or X-Newsreader field.
8002
8003 2001-02-03
8004
8005         * version 0.4.61
8006
8007         * src/folderview.c: fixed a bug that prevented a folder from being
8008           created if there were already folders that have the same name
8009           somewhere at another place.
8010
8011 2001-02-02
8012
8013         * src/folderview.c: folderview_update_all(): fixed a bug that
8014           caused segmentation fault when a folder was selected after
8015           updating the folder tree.
8016         * src/compose.c: compose_send(): fixed a locking bug.
8017           compose_write_headers(): fixed a bug that referred to cur_account.
8018           compose_convert_header(): made it check the arguments.
8019
8020 2001-02-01
8021
8022         * src/main.c: some cleanups and added --help option.
8023
8024 2001-01-31
8025
8026         * src/send.c: re-enabled user-defined domain name setting.
8027         * src/utils.c: is_next_mbs(): changed the size of temporary
8028           multibyte array to MB_CUR_MAX.
8029           strdup_mbstowcs(): added error check to mbstowcs().
8030           strdup_wcstombs(): added error check to wcstombs().
8031         * src/addr_compl.c: get_address_from_edit(): made it check the
8032           return value of strdup_mbstowcs().
8033         * src/codeconv.c: conv_encode_header(): added error checking
8034           to strdup_mbstowcs().
8035
8036 2001-01-30
8037
8038         * src/utils.c: log_error(): changed g_error() to g_warning() so
8039           that it doesn't abort.
8040           Added iswalnum().
8041         * src/addr_compl.c: add_address(): fixed a bug that aborted the
8042           program if the name or the address is empty.
8043           get_address_from_edit(): supported multibyte characters.
8044         * configure.in: fixed a typo.
8045         * src/send.c: re-enabled user-defined SMTP port setting.
8046
8047 2001-01-30
8048
8049         * version 0.4.60
8050
8051         * configure.in: added --enable-gpgme option, and disabled GPGME
8052           by default.
8053         * made GPGME related members in MimeInfo not used if disabled.
8054         * src/rfc2015.c: some cleanups for warning.
8055         * README
8056           README.jp
8057           INSTALL
8058           INSTALL.jp: updated.
8059         * Makefile.am: modified bzip2 option.
8060
8061 2001-01-29
8062
8063         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
8064           MIME type.
8065         * src/mimeview.c: mimeview_view_file(): made it do nothing if
8066           the MIME type is application/octet-stream.
8067         * src/folderview.c: folderview_update_all(): made it show modal
8068           dialog while updating folders.
8069         * src/folderview.c: folderview_update_all(): fixed a bug that
8070           didn't remove the dialog.
8071
8072 2001-01-28
8073
8074         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
8075           launches the attached file using metamail (thanks!).
8076         * src/procmime.[ch]: added procmime_get_tmp_file_name().
8077         * src/compose.c
8078           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
8079           that enables address completion in the address entry on the
8080           composition window (thanks!).
8081         * src/addr_compl.c: get_all_addresses(), read_address_book():
8082           modified so that it uses xml_free_tree() for freeing the address
8083           tree.
8084
8085 2001-01-27
8086
8087         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
8088           remove the current directory (thanks to Maki).
8089         * src/summary_search.c: added `Select all matched' option to the
8090           search dialog (thanks to Takahashi).
8091         * src/pixmaps/stock_mail_attach.xpm
8092           src/pixmaps/tb_address_book.xpm
8093           src/compose.c: added some toolbar icons contributed from
8094           Leandro Pereira (thanks!).
8095
8096 2001-01-25
8097
8098         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
8099           segmentation fault when the passphrase dialog was cancelled.
8100           Hided the passphrase in the debug message.
8101         * src/about.c: about_create(): fixed a bug that failed to compile
8102           when none of the features were used.
8103         * src/foldersel.c: foldersel_set_tree(): made it display all
8104           MH folders.
8105         * src/inc.c: inc_start(): fixed a bug that showed password dialog
8106           continuously if it was cancelled.
8107         * src/summaryview.c: summary_write_cache(): put an assertion after
8108           folder_item_get_cache_file() to prevent the crash.
8109         * thanks to Maki for the above four fixes.
8110         * src/utils.h: added #include <alloca.h>.
8111
8112 2001-01-24
8113
8114         * src/rfc2015.c: changed some g_message() used for error messages
8115           to g_warning().
8116
8117 2001-01-23
8118
8119         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
8120           it can handle a string data of which length >= BUFFSIZE.
8121         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
8122         * src/pixmaps/stock_mail_receive_all.xpm
8123           src/pixmaps/stock_mail_reply_to_all.xpm
8124           src/Makefile.am
8125           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
8126           icons contributed from David Mehrmann (thanks!).
8127         * src/inc.[ch]: overhauled the architecture so that it don't create
8128           and destroy progress dialog for each incorporation in `get all'
8129           mode.
8130
8131 2001-01-22
8132
8133         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
8134           sub folders named `inbox', etc. as special folders.
8135         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
8136           boundary correctly.
8137
8138 2001-01-21
8139
8140         * applied the GnuPG patch from Werner Koch (thanks!).
8141         * removed Mixmaster support.
8142         * src/rfc2015.c: changed g_error() to g_warning() and modified some
8143           messages.
8144         * src/about.c: about_create(): modified compiled-in features list.
8145         * README
8146           README.jp
8147           INSTALL
8148           INSTALL.jp: updated.
8149         * src/select-keys.c: create_dialog(): modified the layout.
8150         * src/headerwindow.c
8151           src/addressbook.c
8152           src/logwindow.c: made it raise the window if the window is already
8153           open.
8154         * src/prefs_common.[ch]: added an option for immediate execution.
8155         * src/summaryview.c: made it execute immediately when messages are
8156           moved or deleted if immediate_exec option is turned on.
8157         * src/summaryview.c: summary_delete(), summary_move_selected_to():
8158           moved summary_step() before summary_execute().
8159         * src/folderview.c: folderview_update_all(): made it scan folder
8160           tree correctly.
8161         * src/compose.c: compose_write_headers(): made it don't add
8162           In-Reply-To header if to_list is empty.
8163
8164 2001-01-09  Werner Koch  <wk@gnupg.org>
8165
8166         * configure.in, acconfig.h: Check for GPGME.
8167         * ac/: New directory for local autoconf macros.
8168         * src/Makefile.am: Add support for GPGME
8169
8170         * src/main.c (idle_function_for_gpgme): New.
8171         (main): Register this function.
8172
8173         * src/about.c: Add a note about GPGME.
8174
8175         * src/rfc2015.c, rfc2015.h: New.
8176
8177         * src/mimeview.c (mimeview_show_message): Check signature.
8178         * src/procmime.c (procmime_scan_message): Ditto.
8179
8180         * src/messageview.c (messageview_show): Add decryption stuff.
8181
8182         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
8183         (compose_toggle_encrypt_cb): New
8184         (compose_toggle_mixmaster_cb): New, just to be prepared for
8185         Mixmaster support.
8186         (compose_write_headers): Suppress some headers in mixmaster mode.
8187
8188         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
8189         (prefs_privacy_create): New.  Also some new structures etc.
8190         * src/compose.c (compose_create): Set encrypt button to prefs default.
8191         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
8192
8193         * src/compose.c (compose_send): Add missing unlock before one return.
8194
8195 2001-01-18
8196
8197         * src/gtksctree.[ch]
8198           src/folderview.c
8199           src/summaryview.[ch]: applied the patch from Hiramatu that enables
8200           DnD from the summary view to the folder view and fixes some other
8201           probrems (thanks!).
8202         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
8203           segmentation fault.
8204         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
8205         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
8206           didn't toggle expansion of node.
8207
8208 2001-01-17
8209
8210         * src/imap.c: applied the patch from Nishimura that updates the
8211           message list more precisely and reads the message flags (thanks!).
8212         * src/textview.c: textview_show_header(): made X-Newsreader field
8213           be emphasized too.
8214         * src/summaryview.c: summary_show(): made it flush events when
8215           displaying summary.
8216
8217 2001-01-15
8218
8219         * src/summaryview.c: applied the patch from Alfons that enabled
8220           the horizontal scrollbar of summary view (thanks!).
8221
8222 2001-01-13
8223
8224         * src/compose.c: compose_cb(): fixed a bug that didn't open the
8225           composition window right after launching the program.
8226         * src/setup.c: scan_tree_func(): fixed a bug that caused
8227           segmentation fault.
8228
8229 2001-01-13
8230
8231         * version 0.4.52
8232
8233         * src/textview.c: textview_set_font(): fixed a bug that caused
8234           segmentation fault if the mode of the text widget was changed
8235           between multibyte and singlebyte while the region was selected
8236           (GTK+ bug?).
8237
8238 2001-01-11
8239
8240         * src/mainwindow.c
8241           src/summaryview.c: made it unable to delete or move messages when
8242           in a news folder.
8243         * src/prefs_common.c
8244           src/news.c: added the option for maximum news article number.
8245
8246 2001-01-10
8247
8248         * src/compose.c: compose_send(): changed the location of temporary
8249           file. Made it use the default account if all of tried account
8250           aren't mail one, and made it show alert dialog and abort when even
8251           that failed.
8252         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
8253           last id number.
8254           prefs_account_open(): made it fill in personal information
8255           according to the default account when creating a new account.
8256         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
8257           proper version number (thanks to BONAIM).
8258         * configure.in
8259           Makefile.am: added entries for sylpheed.spec.in.
8260
8261 2001-01-09
8262
8263         * src/compose.[ch]: modified so that it can change account
8264           correctly.
8265         * src/send.[ch]: modified so that it doesn't see cur_account.
8266         * src/prefs_account.c: modified so that news setting doesn't
8267           show SMTP server entry.
8268
8269 2001-01-08
8270
8271         * src/folderview.c: fixed a bug that didn't sort special folders
8272           correctly when a new folder is created or renamed.
8273
8274 2001-01-07
8275
8276         * src/compose.[ch]: enabled to select account at composing window.
8277         * src/folderview.c: made it display unread number next to folder
8278           name.
8279         * src/prefs_common.[ch]: added the option for unread number display.
8280
8281 2001-01-06
8282
8283         * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
8284           and made many modifications (thanks!).
8285           compose_write_headers(): made the spaces in newsgroups removed.
8286           Supported Followup-To.
8287           compose_destroy(): got the objects removed properly.
8288         * src/news.c: merged news_post_to_group() and news_post() since
8289           they doesn't have to do multiple posting.
8290         * src/import.c: import_destsel_cb(): fixed a bug that failed to
8291           import into the selected folder.
8292         * src/prefs_account.c: modified the interfaces.
8293
8294 2001-01-05
8295
8296         * src/codeconv.[ch]
8297           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
8298           string is registerd to IANA.
8299         * src/nntp.[ch]: added nntp_post().
8300         * src/news.[ch]: added news_post() and news_post_to_group().
8301
8302 2001-01-04
8303
8304         * src/account.c: account_edit_open()
8305           src/mainwindow.c: new_account_cb(): made it unable to edit
8306           accounts if some composing windows are open.
8307
8308 2001-01-03
8309
8310         * src/folder.[ch]: added folder_set_name().
8311         * src/account.c: made a folder name of IMAP4/NNTP become the same
8312           as the name of account.
8313
8314 2001-01-02
8315
8316         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
8317           to filter messages.
8318
8319 2001-01-02
8320
8321         * version 0.4.51
8322
8323         * src/mbox.c: fixed a bug that didn't incorporate spool file
8324           correctly. Modified so that it recognizes From_ line as separator
8325           of messages even if the previous line isn't empty line.
8326         * src/send.c: send_message_queue()
8327           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
8328           warning when it tried to delete a sent message.
8329
8330 2001-01-01
8331
8332         * version 0.4.50
8333
8334         * src/folder.[ch]
8335           src/news.[ch]: modified so that it actually gets news articles.
8336         * src/utils.[ch]: added make_dir_hier() that creates directory
8337           hierarchy.
8338         * src/folder.c:
8339           folder_item_get_cache_file(), folder_item_get_mark_file():
8340           made it creates cache directory if it doesn't exist.
8341           folder_add(): made it insert the added folder into the correct
8342           position.
8343         * src/imap.[ch]: modified so that it suits the new folder
8344           architecture. Fixed a bug that caused segmentation fault
8345           if authentication failed at imap_auth().
8346         * src/folderview.c: implemented IMAP4 folder handling routines.
8347
8348 2000-12-31
8349
8350         * src/prefs_account.[ch]: added account ID and nntp_server
8351           to PrefsAccount. And added the interface for NNTP server.
8352         * src/folderview.c: modified news folder handling routines.
8353         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
8354           modified folder_item_get_path().
8355
8356 2000-12-29
8357
8358         * src/folder.[ch]: added create_folder(), rename_folder(),
8359           remove_folder() to Folder class.
8360         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
8361           mh_remove_folder().
8362           Implemented mh_create_tree() that creates MH directory tree.
8363           mh_rename_folder(): modified so that the paths of sub folders
8364           are set properly.
8365         * src/folderview.c: modified folderview_new_folder_cb(),
8366           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
8367           so that they work properly.
8368           Added folderview_remove_mailbox_cb() and the menu entry that
8369           remove mailbox from folder tree.
8370         * src/setup.[ch]: added for initial setup.
8371         * src/alertpanel.c: modified the appearance of the dialog.
8372         * src/compose.c: fixed compose_save_to_outbox() and
8373           compose_queue() so that it sets flags correctly.
8374
8375 2000-12-28
8376
8377         * src/mainwindow.c: modified the strings of toolbar labels.
8378
8379 2000-12-27
8380
8381         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
8382         * src/summaryview.c: summary_display_msg(): made it scroll the
8383           list if the message of the edge of that is displayed.
8384
8385 2000-12-25
8386
8387         * src/folder.[ch]
8388           src/mh.[ch]: added functions for moving messages.
8389         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
8390           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
8391
8392 2000-12-24
8393
8394         * src/utils.[ch]: added get_tmp_file().
8395         * src/pop.c
8396           src/inc.c
8397           src/folder.c: fixed a bug that failed to drop messages.
8398         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
8399           number of the folder.
8400
8401 2000-12-23
8402
8403         * src/folderview.c: added special folder setting routine.
8404         * src/folder.[ch]: added a method is_msg_changed().
8405           Implemented folder_find_item_from_path().
8406         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
8407         * autogen.sh: fixed so that the configure can take arguments.
8408
8409 2000-12-22
8410
8411         * src/main.c
8412           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
8413           the path of mailbox and create the one.
8414         * src/folderview.c: made the folder tree and selected folder
8415           expanded.
8416
8417 2000-12-21
8418
8419         * src/mh.[ch]
8420           src/folder.c: implemented mh_scan_tree() that scans the folder
8421           recursively and create the tree.
8422
8423 2000-12-19
8424
8425         * src/compose.c
8426           src/defs.h
8427           src/filter.[ch]
8428           src/folder.[ch]
8429           src/foldersel.[ch]
8430           src/folderview.[ch]
8431           src/imap.[ch]
8432           src/import.c
8433           src/inc.c
8434           src/main.[ch]
8435           src/mainwindow.c
8436           src/mbox.[ch]
8437           src/mh.[ch]
8438           src/news.[ch]
8439           src/prefs_common.c
8440           src/procmsg.[ch]
8441           src/summaryview.[ch]
8442           src/xml.[ch]
8443           src/Makefile.am: merged the development tree into the cvs tree.
8444           Some functions are not unimplemented yet.
8445
8446 2000-12-18
8447
8448         * version 0.4.9
8449
8450 2000-12-11
8451
8452         * src/xml.[ch]: supported omitted tag (<tag />).
8453         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
8454         * src/imap.c: imap_parse_atom(): fixed a bug that caused
8455           segmentation fault if the subject was empty (thanks to Tsutsui).
8456         * src/folder.[ch]: updated.
8457
8458 2000-12-10
8459
8460         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
8461           file specified and returns the tree.
8462
8463 2000-12-09
8464
8465         * po/pt_BR.po: fixed some typos that caused segmentation fault.
8466
8467 2000-12-07
8468
8469         * version 0.4.8
8470
8471         * src/session.h: added.
8472         * src/folder.[ch]: updated.
8473         * src/compose.c: compose_write_to_file()
8474           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
8475           that put a garbage to charset if the outgoing character set was
8476           specified and non-ascii characters were used in subject.
8477
8478 2000-12-04
8479
8480         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
8481           progress if the status bar was hidden.
8482
8483 2000-12-03
8484
8485         * src/folder.[ch]: added for the more object-oriented folder
8486           management.
8487
8488 2000-12-02
8489
8490         * version 0.4.7
8491
8492         * src/mainwindow.c
8493           src/prefs_common.[ch]: made the state of status bar get preserved.
8494         * src/compose.c: compose_insert_sig(): modified so that it doesn't
8495           put a separator if a signature file doesn't exist.
8496         * src/prefs_account.[ch]
8497           src/inc.c: added the option that toggles whether to receive
8498           messages when getting from all accounts.
8499         * README
8500           README.jp: updated the description and added some usages.
8501
8502 2000-12-01
8503
8504         * src/Makefile.am
8505           src/gtkshruler.[ch]
8506           src/compose.[ch]: applied the patches from Alfons Hoogervorst
8507           that makes the ruler of composition window graphical (thanks!).
8508
8509 2000-11-27
8510
8511         * src/codeconv.c
8512           src/mainwindow.c
8513           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
8514
8515 2000-11-27
8516
8517         * version 0.4.6
8518
8519         * src/compose.c: turned the color of quoted messages black again.
8520
8521 2000-11-26
8522
8523         * src/about.c: added a clickable URI to the Sylpheed home page,
8524           and a list of compiled-in features.
8525         * src/compose.c: made the color of quoted messages blue.
8526         * src/summaryview.c: added `Show all header' to the context menu.
8527         * src/prefs_common.c: removed the threading option from the dialog.
8528         * src/compose.c: fixed a bug that didn't parse the quotation format
8529           correctly.
8530
8531 2000-11-25
8532
8533         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
8534           that it toggles linewrap menu item and tool button.
8535         * src/prefs_common.c: modified the default of the signature
8536           separator.
8537         * src/compose.[ch]: added ruler to the compose window.
8538         * src/prefs_common.[ch]: added a member for the state of ruler
8539           display.
8540
8541 2000-11-24
8542
8543         * src/headerview.[ch]: added the destroy function.
8544         * src/messageview.c: messageview_destroy(): fixed a memory leak
8545           bug that didn't freed the HeaderView object.
8546         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
8547         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
8548           to Alfons Hoogervorst for the above three memory leak bug fixes).
8549
8550 2000-11-23
8551
8552         * version 0.4.5
8553
8554         * README
8555           README.jp
8556           INSTALL
8557           INSTALL.jp: modified some descriptions.
8558
8559 2000-11-22
8560
8561         * src/compose.c: implemented line-wrapping functions.
8562         * src/prefs_common.[ch]: added the settings for line-wrapping.
8563         * src/codeconv.[ch]: added Windows-1251 to the codesets.
8564           conv_jistoeuc(): fixed a bug that caused segmentation fault
8565           when some half-width kana characters appeared.
8566         * src/summaryview.c: summary_select_all(): made it show message
8567           on the status bar if the number of messages is large.
8568
8569 2000-11-18
8570
8571         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
8572           modified so that it parses the quotation mark too.
8573           Added %I that means the initial of sender to the format.
8574         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
8575           Fixed a bug that set the wrong outgoing codeset.
8576         * src/mainwindow.c
8577           src/prefs_common.c: modified the menu item of Chinese codeset.
8578
8579 2000-11-17
8580
8581         * src/codeconv.[ch]
8582           src/prefs_common.[ch]: modified so that outgoing charset is
8583           saved as a string, not a number.
8584
8585 2000-11-16
8586
8587         * src/textview.c: textview_set_font(): changed the scheme of
8588           selecting between font and fontset. And changed the default
8589           font of ISO-8859-1.
8590         * src/headerview.c: headerview_show_xface(): made it ignore
8591           invalid X-Face.
8592         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
8593           modified so that it consider the source codeset as ISO-2022-JP if
8594           it is NULL and the current locale is Japanese.
8595
8596 2000-11-14
8597
8598         * src/textview.c: textview_destroy(): fixed a bug that caused
8599           segmentation fault if textview->msgfont is NULL (thanks to
8600           Hiramatu).
8601         * src/main.c
8602           src/defs.h: applied the patch from Yanase that enables to
8603           save the shortcuts of the menus (thanks!).
8604
8605 2000-11-11
8606
8607         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
8608           toggles the sensitivity of menu items.
8609         * src/summaryview.c: renamed summary_set_popup_sensitive() to
8610           summary_set_menu_sensitive(), and made it set the sensitivity of
8611           the main menu.
8612
8613 2000-11-09
8614
8615         * src/textview.c: textview_init(): fixed a bug that didn't disable
8616           the theme engine of GtkText (thanks to Hiramatu).
8617         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
8618           means the full name of sender and the first name.
8619         * manual/ja/*.??ml: updated to the latest version.
8620
8621 2000-11-07
8622
8623         * version 0.4.4
8624
8625         * src/defs.h: separated the definitions from main.h and applied the
8626           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
8627           from the system headers (thanks!).
8628         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
8629           UTF-8 locale.
8630         * src/textview.c: textview_set_font(): modified so that it sets
8631           the correct font when the locale is multi-byte.
8632           textview_destroy(): added proper codes for destruction.
8633           textview_show_header(): fixed the coloration of X-Mailer.
8634
8635 2000-11-06
8636
8637         * src/textview.[ch]: made TextView have single-byte and multi-byte
8638           GtkText, and switch between them according to the given codeset.
8639         * src/compose.c: compose_create(): modified the font setting
8640           routine.
8641
8642 2000-11-02
8643
8644         * src/textview.[ch]: moved the message font variable into TextView.
8645           textview_set_font(): modified so that it uses gdk_font_load()
8646           if the given codeset is US-ASCII or ISO-8859-*.
8647
8648 2000-11-01
8649
8650         * src/codeconv.c
8651           src/procmime.c
8652           src/prefs_common.c
8653           src/textview.c
8654           src/compose.c: workaround for the 8bit code issue (used
8655           gdk_font_load() instead of gdk_fontset_load() when the locale is
8656           C, or not set).
8657
8658 2000-11-01
8659
8660         * version 0.4.3
8661
8662         * src/compose.[ch]: added `Draft' tool button.
8663         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
8664         * README, README.jp: added the explanation of the locale setting.
8665
8666 2000-10-31
8667
8668         * src/compose.c: made it overwrite the previous draft message when
8669           reedited the draft and saved it again.
8670         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
8671           the message really exists.
8672         * src/folderview.[ch]: added folderview_scan_folder_a() and
8673           folderview_scan_folder_foreach_a() that scan the specified
8674           folders for each folderviews.
8675         * src/mainwindow.[ch]: removed main_window_scan_folder() and
8676           main_window_scan_folder_all().
8677           Added `Reedit' to the menu.
8678         * src/import.[ch]: removed MainWindow from the argument of
8679           import_mbox().
8680         * src/summaryview.c: removed the unnecessary items from the popup
8681           menu. Changed summary_reedit_cb() to summary_reedit(), and made
8682           it public.
8683
8684 2000-10-30
8685
8686         * src/compose.h: added a member msginfo to Compose.
8687         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
8688           the MsgInfo object.
8689
8690 2000-10-25
8691
8692         * src/summaryview.c: made the the popup menu change the sensitivity
8693           according to the context. Fixed a bug that showed the `clean trash'
8694           dialog repeatedly if `D' key was pressed when the focus was on the
8695           summary view.
8696         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
8697
8698 2000-10-22
8699
8700         * src/main.c: fixed g_thread initialization.
8701
8702 2000-10-21
8703
8704         * src/codeconv.c: added pt_BR to locale_table.
8705         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
8706           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
8707           codeset when not using libjconv.
8708         * src/compose.c: fixed the bug on saving draft again.
8709
8710 2000-10-19
8711
8712         * src/compose.c: compose_write_headers(): fixed a bug that failed
8713           to write headers if To: was empty when saving draft.
8714
8715 2000-10-18
8716
8717         * src/procmime.[ch]
8718           src/compose.c
8719           src/headerwindow.[ch]
8720           src/summaryview.c
8721           src/messageview.[ch]
8722           src/mimeview.c
8723           src/textview.c
8724           src/procmsg.[ch]
8725           src/procheader.[ch]: modified so that they can handle queue folder
8726           properly.
8727         * src/compose.[ch]
8728           src/summaryview.c: implemented draft-reediting function.
8729         * src/mainwindow.c
8730           src/summaryview.c
8731           src/mimeview.c: replaced *(GtkWidget **) with the macro
8732           GTK_WIDGET_PTR().
8733
8734 2000-10-17
8735
8736         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
8737           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
8738           if the folder is QUEUE_DIR or DRAFT_DIR.
8739
8740 2000-10-14
8741
8742         * version 0.4.2
8743
8744         * src/headerview.c
8745           src/messageview.c: modified the border of the headerview.
8746         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
8747           an Sylpheed object to GtkWidget.
8748         * src/utils.c: remove_return(), remove_space(): fixed a bug that
8749           possibly caused segmentation fault.
8750         * src/compose.[ch]
8751           src/mainwindow.c
8752           src/summaryview.c: implemented `forward as an attachment'.
8753         * src/utils.[ch]: open_uri(): brought on URI opening function from
8754           textview.c and manual.c.
8755
8756 2000-10-13
8757
8758         * src/mainwindow.c
8759           src/summaryview.c
8760           src/compose.[ch]
8761           src/prefs_common.[ch]: removed `Reply with quote', and added
8762           `Reply to all', and added the option that decides whether to
8763           quote message on replying.
8764
8765 2000-10-12
8766
8767         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
8768           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
8769         * src/codeconv.[ch]
8770           src/mainwindow.c
8771           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
8772         * src/compose.c: compose_send(): modified so that it shows error
8773           dialog when failed to send a message.
8774
8775 2000-10-11
8776
8777         * src/account.c: account_edit_close(): fixed a bug that didn't set
8778           current account when creating an account for the first time.
8779         * configure.in: added es to ALL_LINGUAS.
8780
8781 2000-10-10
8782
8783         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
8784           possible.
8785           conv_get_code_conv_func(): modified so that it doesn't convert
8786           codeset if it is unknown.
8787         * src/folderview.c: folderview_update_msg_num(): modified style
8788           changing routine.
8789
8790 2000-10-09
8791
8792         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
8793           codesets automatically if the arguments are NULL.
8794         * src/textview.c: textview_write_line(): made it output warning
8795           message on the text view if conversion failed.
8796
8797 2000-10-06
8798
8799         * README, README.jp: modified the author of the manual.
8800
8801 2000-10-05
8802
8803         * src/headerview.[ch]
8804           src/messageview.[ch]: modified so that it uses GtkLabel widget
8805           instead of GtkText.
8806         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
8807           unreadable codes if the current locale is EUC-JP and libjconv is
8808           used.
8809
8810 2000-10-04
8811
8812         * src/procmime.[ch]
8813           src/messageview.c
8814           src/mimeview.c
8815           src/textview.c: modified so that it parses MIME message more
8816           preferably.
8817         * src/imap.c: imap_parse_address(): fixed a bug.
8818
8819 2000-10-03
8820
8821         * src/procmsg.[ch]: added procmsg_get_message_file_path().
8822         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
8823           routine.
8824         * src/imap.[ch]: changed the name of the member `group' in
8825           IMAPSession to `mbox'.
8826           imap_gen_send(): modified so that it doesn't output the password
8827           to the log.
8828           Modified session destroying routine.
8829         * src/folderview.c: folderview_write_cache(): made it preserve
8830           the IMAP folder list.
8831         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
8832           that showed boundary at the end of an attached RFC822 part.
8833         * src/prefs_common.c: changed the default of toolbar style to
8834           both icon and text.
8835
8836 2000-10-02
8837
8838         * src/imap.c: imap_get_uncached_messages(): modified so that it
8839           doesn't get the cached envelopes.
8840           imap_session_get_message_info(): made it read only the cache
8841           if the session is not established.
8842         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
8843         * src/news.c: news_get_article_info(): made it read only the cache
8844           if the session is not established.
8845
8846 2000-10-01
8847
8848         * src/textview.c: textview_write_line(): fixed a memory leak bug.
8849         * src/folderview.[ch]: made it create IMAP4 folders from the
8850           account information.
8851         * src/imap.[ch]: imap_session_get(): modified so that it creates
8852           IMAP4 session from the account information.
8853
8854 2000-09-30
8855
8856         * src/imap.[ch]: added for IMAP4 support.
8857         * src/summaryview.[ch]
8858           src/procmsg.c
8859           src/recv.[ch]: modified for IMAP4 support.
8860         * src/folderview.c: more IMAP4 implementation.
8861         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
8862           the specified message and return the file name.
8863         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
8864           locked up the process if the given widget was invisible.
8865
8866 2000-09-28
8867
8868         * src/folderview.[ch]: added IMAP4-related code.
8869
8870 2000-09-28
8871
8872         * version 0.4.1
8873
8874         * src/main.h: added IMAP_CACHE_DIR.
8875         * src/utils.[ch]: added get_imap_cache_dir().
8876         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
8877           Added macro MSG_IS_IMAP().
8878         * src/codeconv.c: added `#include <locale.h>' for setlocale().
8879         * sylpheed.spec: fixed %files section.
8880
8881 2000-09-27
8882
8883         * version 0.4.0
8884
8885         * src/codeconv.c: conv_get_current_charset(): made it compare
8886           string with strncasecmp().
8887         * src/compose.c: comopse_reply_parse_header(): workaround for
8888           the malformed References: header generated by OE5 :(
8889
8890 2000-09-26
8891
8892         * src/prefs_common.c
8893           src/prefs_account.c: modified the layout of the widgets.
8894
8895 2000-09-26
8896
8897         * version 0.3.99
8898
8899         * src/*.[ch]: added copyright notice to the top of the source files.
8900         * src/compose.c: compose_write_attach(): modified filename encode
8901           routine.
8902
8903 2000-09-25
8904
8905         * src/mainwindow.c: fixed the menu entry of manual.
8906         * src/compose.c
8907           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
8908           and applied the libjconv patch.
8909         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
8910           to reduce the alloc'd memory to the optimal size.
8911         * src/prefs_common.[ch]: added outgoing codeset option menu.
8912         * src/compose.c: compose_send(): added exclusive lock to prevent
8913           multiple-sending.
8914         * configure.in: made '--enable-ipv6=no' the default.
8915         * src/compose.c: compose_write_attach(): made it encode the name
8916           of the attached file.
8917         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
8918           didn't check the type of file.
8919           procmsg_move_messages_with_dest(): fixed a bug that failed to
8920           move message if a directory that had the same name existed.
8921         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
8922           are included as ASCII characters.
8923
8924 2000-09-24
8925
8926         * src/compose.c
8927           src/procmime.[ch]: modified so that it actually works when using
8928           libjconv :)
8929         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
8930           the codeset of string according to the codeset specified in
8931           arguments.
8932         * src/utils.[ch]: added is_ascii_str() that determines whether the
8933           string is 7bit-ASCII or not.
8934         * src/procmime.[ch]
8935           src/codeconv.[ch]: moved the character set related functions
8936           into codeconv.c.
8937         * merged the patch and the manual written by BONAIM (thanks!).
8938
8939 2000-09-23
8940
8941         * configure.in
8942           src/compose.c
8943           src/gtkutils.c
8944           src/mainwindow.c
8945           src/procmime.[ch]
8946           src/textview.c
8947           src/unmime.[ch]: applied the patch from Higuchi that utilizes
8948           libjconv and enables to handle many locales, including UTF-8
8949           (Unicode) (thanks!).
8950         * src/account.c: modified so that the account isn't changed when
8951           another account is selected on account edit dialog.
8952
8953 2000-09-20
8954
8955         * src/prefs_common.[ch]
8956           src/textview.c: added an option that specifies whether to display
8957           short headers on message view.
8958         * src/codeconv.[ch]: added function conv_unmime_header() that
8959           decodes MIME-encoded header and converts the character set.
8960           And added conv_unreadable_latin(), and modified conv_latintodisp().
8961         * src/messageview.[ch]: made the window get closed when escape key
8962           is pressed.
8963
8964 2000-09-17
8965
8966         * src/imageview.c: fixed a bug that caused segmentation fault if
8967           message view was in new window.
8968         * src/prefs_common.c: added `xemacs %s' to the external editor
8969           command line list.
8970
8971 2000-09-16
8972
8973         * version 0.3.29
8974
8975         * src/summaryview.c: enabled to open a new message window with
8976           double-clicking.
8977         * src/prefs_common.[ch]
8978           src/messageview.c: made it preserve the window size of message
8979           window.
8980         * src/prefs_account.c: added `None (local)' to the option menu of
8981           protocol.
8982
8983 2000-09-15
8984
8985         * Makefile.am: added autogen.sh to EXTRA_DIST.
8986
8987 2000-09-09
8988
8989         * src/prefs_common.c: applied the patch from Paul Rolland that
8990           enables font selection dialog (thanks!).
8991         * src/compose.[ch]
8992           src/utils.[ch]: moved tzoffset() and compose_get_date() of
8993           compose.[ch] into utils.[ch].
8994         * src/main.[ch]: renamed the name of filter file to `filterrc'.
8995
8996 2000-09-06
8997
8998         * src/compose.[ch]
8999           src/utils.[ch]: modified address parsing routine so that it
9000           parses quotes correctly.
9001         * src/textview.c: textview_show_part(): modified so that it shows
9002           the simplified headers if the part is text/plain.
9003
9004 2000-09-03
9005
9006         * src/messageview.[ch]
9007           src/summaryview.[ch]
9008           src/mainwindow.c: enabled to open a message in new window.
9009         * src/messageview.[ch]
9010           src/mimeview.[ch]
9011           src/textview.[ch]
9012           src/imageview.[ch]: added destroy function, and modified the
9013           key handling routines.
9014
9015 2000-09-02
9016
9017         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
9018           caused segmentation fault (thanks to KUROSAWA).
9019         * src/alertpanel.c: modified so that the focused button is
9020           selectable.
9021         * src/account.c
9022           src/compose.c
9023           src/folderview.c: modified so that the order of the buttons of
9024           alert panel will be `Yes', `No'.
9025
9026 2000-09-01
9027
9028         * src/utils.[ch]: added execute_async() and execute_command_line()
9029           that execute command line using execvp().
9030         * src/textview.c
9031           src/mimeview.c
9032           src/procmsg.c: replaced system() with execute_command_line()
9033           for security.
9034         * src/procmsg.c: turn back to system().
9035         * src/utils.c: modified execute_command_line().
9036
9037 2000-08-31
9038
9039         * src/mainwindow.c: main_window_get_size(): modified so that it
9040           doesn't update the height of SummaryView if MessageView is
9041           toggled off.
9042         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
9043           probrems of external editor handling (thanks!).
9044         * src/uuencode.[ch]
9045           src/procmime.[ch]: applied the patch from Hiramatu that make it
9046           supports Content-Transfer-Encoding: x-uuencode (thanks!).
9047
9048 2000-08-30
9049
9050         * src/compose.[ch]
9051           src/prefs_common.[ch]: implemented the external editor faculty.
9052         * src/compose.c: compose_attach_property(): fixed some bugs on
9053           changing the property of attached file.
9054         * src/compose.c: fixed some bugs of external editor functions.
9055
9056 2000-08-29
9057
9058         * version 0.3.28
9059
9060         * src/mainwindow.c
9061           src/prefs_common.[ch]
9062           src/summaryview.c: applied the patch from Paul Rolland that
9063           restores the size of widgets when restarting (thanks!).
9064         * src/folderview.c
9065           src/prefs_common.[ch]
9066           src/summaryview.c: applied the patch from Paul Rolland that saves
9067           the width of CTree columns (thanks!).
9068
9069 2000-08-27
9070
9071         * src/headerview.c: modified the height of HeaderView.
9072         * src/textview.c: textview_show_part(): made it process the message
9073           as normal text if it is single-part RFC822 message.
9074         * src/folderview.c
9075           src/summaryview.c: some changes around the key handling.
9076         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
9077
9078 2000-08-26
9079
9080         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
9081         * src/procheader.c: procheader_get_one_field(): fixed a bug that
9082           caused segmentation fault if the first line of the file is space
9083           or tab (thanks to Hiramatu).
9084         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
9085           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
9086         * src/prefs_account.c
9087           src/prefs_common.c: modified the dialog size.
9088         * src/prefs.c: made the dialog window growable.
9089
9090 2000-08-25
9091
9092         * version 0.3.27
9093
9094         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
9095           caused the failure of the detection of libintl.
9096         * src/filter.[ch]
9097           src/prefs_common.c: implemented `not contain', and modified for
9098           future enhancement.
9099         * src/imageview.c: changed alertpanel_error() to g_warning() so that
9100           it doesn't grab mouse events.
9101         * src/compose.[ch]: added compose_list that holds the list of
9102           Compose objects, and added the function compose_get_compose_list().
9103         * src/main.c
9104           src/mainwindow.c
9105           src/summaryview.c: made it confirm if composing message exists.
9106
9107 2000-08-23
9108
9109         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
9110           segmentation fault when trying to reply the message in the queue
9111           folder (thanks to Kotobuki).
9112           compose_attach_property(): modified the property dialog routine
9113           so that it can handle input error.
9114         * src/mimeview.c: applied the patch from Hiramatu that enables
9115           the drag 'n drop from MimeView (thanks!).
9116         * src/headerview.[ch]
9117           src/procheader.c
9118           src/procmsg.h: applied the patches for X-Face support from
9119           HIROSHIMA (thanks!).
9120
9121 2000-08-22
9122
9123         * src/compose.c: compose_attach_property(): modified so that the
9124           property dialog can actually change the property of attached file.
9125
9126 2000-08-21
9127
9128         * configure.in
9129           src/Makefile.am: updated for gdk_imlib.
9130         * added AUTHORS and NEWS.
9131         * configure.in
9132           acconfig.h
9133           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
9134           and gdk_imlib library. And fixed a bug on IPv6 detecting.
9135         * src/imageview.c: supported gdk-pixbuf.
9136         * README
9137           README.jp
9138           INSTALL
9139           INSTALL.jp: added the mention about built-in image view.
9140         * configure.in: modified so that configure can disable gdk-pixbuf
9141           or/and gdk_imlib library.
9142
9143 2000-08-20
9144
9145         * src/imageview.[ch]
9146           src/main.c
9147           src/messageview.[ch]
9148           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
9149           to display image (thanks!).
9150
9151 2000-08-19
9152
9153         * version 0.3.26
9154
9155         * src/summaryview.c: summary_assort_func(): modified to avoid
9156           `not receive' setting.
9157
9158 2000-08-18
9159
9160         * src/filesel.c: applied the patch from HIROSHIMA that makes it
9161           remember previous directory when opening the dialog (thanks!).
9162         * src/summaryview.[ch]: added a function summary_redisplay_msg().
9163         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
9164           that is currently shown when the character set is changed.
9165         * src/inc.c
9166           src/pop.c
9167           src/prefs_common.c
9168           src/filter.h: applied the patch from Tanaka that enables not to
9169           receive specified messages according to the sorting rule (thanks!).
9170
9171 2000-08-15
9172
9173         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
9174           so that it handles MSG_MIME flag, and it scans uncached messages
9175           when cache reading failed even if it is specified not to scan
9176           new messages.
9177         * src/procheader.c: procheader_parse(): added the determination of
9178           multipart MIME message.
9179         * src/main.h: increased CACHE_VERSION.
9180         * src/summaryview.[ch]: added the `MIME' column that shows whether
9181           a message is multipart or not.
9182         * src/prefs_common.[ch]: added the `MIME' column to the setting of
9183           displaying item.
9184         * added src/pixmaps/clip.xpm.
9185         * src/summaryview.c
9186           src/procmsg.[ch]: modified so that it prompts the print command
9187           before printing.
9188
9189 2000-08-14
9190
9191         * src/folderview.c: folderview_create()
9192           src/summaryview.c: summary_create():
9193           src/addressbook.c: addressbook_create(): set the expander style of
9194           CTree to GTK_CTREE_EXPANDER_SQUARE.
9195         * src/compose.c: modified the interface of property dialog.
9196
9197 2000-08-13
9198
9199         * src/compose.c: added property dialog for attached file.
9200
9201 2000-08-11
9202
9203         * src/procmsg.[ch]: added a function procmsg_print_message() that
9204           prints the given message.
9205         * src/summaryview.c: summary_print(): modified so that it prints
9206           all selected messages.
9207         * src/folderview.c: folderview_select_node(): fixed a bug that
9208           didn't focus on folder tree if inbox was empty when incorporating.
9209
9210 2000-08-10
9211
9212         * version 0.3.25
9213
9214         * src/prefs_commmon.[ch]: added `Other' tab and an option for
9215           printing. And moved external browser option to there.
9216         * src/mainwindow.c
9217           src/summayview.[ch]: added print menu and implemented print
9218           functions.
9219
9220 2000-08-09
9221
9222         * src/prefs_account.c: made the default value of smtp_server to
9223           NULL.
9224         * src/folderview.c: folderview_update_msg_num(): modified so that
9225           it doesn't emphasize trash folder even if it has new or unread
9226           messages.
9227
9228 2000-08-08
9229
9230         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
9231           caused segmentation fault when file selection dialog was closed
9232           and other dialog was open immediately.
9233
9234 2000-08-05
9235
9236         * src/compose.c: compose_encode_header(): fixed a bug that caused
9237           infinite loop if wctomb() failed.
9238
9239 2000-08-04
9240
9241         * version 0.3.24
9242
9243         * src/mimeview.c: enabled to open an attached file with double click
9244           and popup menu. And cleaned up the code.
9245         * src/procmime.[ch]: added a function procmime_get_part() that
9246           saves the part of multipart message.
9247
9248 2000-08-03
9249
9250         * src/main.[ch]
9251           src/mimeview.c
9252           src/prefs_common.[ch]
9253           src/procmime.[ch]
9254           src/utils.[ch]: applied a patch that enables to launch attached
9255           image, audio, and HTML file (thanks to Hashimoto).
9256         * src/filter.c: filter_match_condition(): fixed a bug that caused
9257           segmentation fault if the body of specified filter is NULL. And
9258           made the filter considered as being matched on that case.
9259
9260 2000-07-30
9261
9262         * src/summaryview.c:
9263           summary_save_as(): fixed a bug that unabled to save news articles.
9264           summary_display_msg(): added exclusive lock to prevent it from
9265           reading another news article while it is already processing one.
9266         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
9267           the draw signal to be emitted.
9268         * src/mainwindow.c:
9269           main_window_cursor_wait()
9270           main_window_cursor_normal(): added gdk_flush() to change cursor
9271           immediately.
9272         * Makefile.am
9273           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
9274           a target `release' to Makefile.am.
9275
9276 2000-07-28
9277
9278         * src/socket.c: supported IPv6.
9279         * configure.in
9280           acconfig.h: added checking for IPv6.
9281         * prefs_common.c: changed the default of toolbar_style to icon only.
9282
9283 2000-07-27
9284
9285         * initial cvs import.
9286         * updated README and README.jp.
9287
9288 2000-07-24
9289
9290         * version 0.3.23
9291
9292         * src/procmime.[ch]: modified the structure of MimeInfo so that it
9293           can be handled as a node of tree.
9294           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
9295           recursively.
9296           Added procmime_get_text_part() that scans a message and gets a text
9297           part for quoting.
9298         * src/mimeview.c: divided mimeview_scan_multipart_message() into
9299           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
9300         * src/compose.c: compose_quote(), compose_forward():
9301           made it quote the text part of multipart message properly.
9302           Made it preserve the size of Compose window.
9303         * src/prefs_common.[ch]: added compose_width and compose_height to
9304           the members.
9305         * src/textview.c: textview_show_part(): some code cleanups.
9306         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
9307
9308 2000-07-20
9309
9310         * version 0.3.22
9311
9312         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
9313           the return code of the message was CR+LF. And added
9314           conv_sjistoeuc().
9315         * src/summaryview.c: summary_attract_by_subject(): made it move
9316           the current view point to the selected row when executed.
9317         * src/textview.c: textview_show_part(): modified the character set
9318           determination routine.
9319         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
9320           caused segmentation fault if boldfont was NULL.
9321         * src/compose.c: compose_create(): made it sets itself as the target
9322           of addressbook on window creation.
9323
9324 2000-07-19
9325
9326         * src/compose.c: compose_send(): fixed a bug that didn't save
9327           queued message to outbox when failed to send the message (thanks
9328           to T. Yamamoto).
9329
9330 2000-07-15
9331
9332         * src/inc.[ch]: modified so that it changes error message dialog
9333           depending on the results.
9334
9335 2000-07-14
9336
9337         * src/mainwindow.c: main_window_create(): set usize of account
9338           button on the status bar to 1 so that it doesn't get expanded
9339           more than necessary.
9340         * src/account.[ch]: account_foreach(): made it abort the iteration
9341           if the function returns nonzero.
9342         * src/inc.[ch]
9343           src/pop.c: modified so that it shows error message dialog if the
9344           message processing is failed.
9345
9346 2000-07-04
9347
9348         * version 0.3.21
9349
9350         * src/mainwindow.c: made it popup account selection menu when
9351           account tool button or account status bar is pressed.
9352         * src/folderview.c
9353           src/prefs.c: suppressed the ENOENT perror messages.
9354         * src/pop.c: made it fall back on LAST command if UIDL failed.
9355
9356 2000-07-01
9357
9358         * src/procheader.c: procheader_parse(): fixed a bug that didn't
9359           parse References: header correctly (thanks to YAMAGUCHI).
9360
9361 2000-06-29
9362
9363         * version 0.3.20
9364
9365         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
9366           cc'd correctly when replying.
9367         * src/mainwindow.c
9368           src/summaryview.c: sorted out the main menu and the popup menu.
9369
9370 2000-06-26
9371
9372         * version 0.3.19
9373
9374         * src/prefs_account.[ch]
9375           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
9376           automatically at composing (thanks to NAKAGAWA).
9377
9378 2000-06-25
9379
9380         * src/prefs_common.[ch]
9381           src/mainwindow.c
9382           src/main.c: made it selectable whether to ask before cleaning
9383           trash at the exit.
9384         * src/prefs_common.c: cleaned up the code and the interface a bit.
9385         * src/summaryview.c: modified the unthread functions for speeding
9386           up.
9387
9388 2000-06-24
9389
9390         * src/prefs_common.[ch]
9391           src/summaryview.c: made it display recipient on the `From' column
9392           if the address of the sender is the same as the current account
9393           (thanks to NAKAGAWA).
9394         * src/utils.[ch]: added a function extract_address() that extracts
9395           the address from `From:' header string.
9396         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
9397           fault if `Edit/Select all' was selected when the message view was
9398           hidden (thanks to Tomita).
9399
9400 2000-06-21
9401
9402         * src/summaryview.c: modified execution routine so that it only
9403           unthreads nodes that are needed to be unthreaded.
9404
9405 2000-06-19
9406
9407         * src/news.c: news_session_get(): implemented the reconnection on
9408           being disconnected.
9409         * src/nntp.[ch]: added nntp_mode().
9410
9411 2000-06-18
9412
9413         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
9414           And support assortment on processing mbox.
9415         * src/inc.c: inc_drop_message(): modified so that it uses hash table
9416           to store the last message number of folders.
9417         * src/summaryview.c
9418           src/addressbook.c: modified the behavior of CTree at right-click.
9419         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
9420           overflow bug (thanks to Nishiyama).
9421
9422 2000-06-17
9423
9424         * version 0.3.18
9425
9426         * src/pop.[ch]
9427           src/inc.[ch]: implemented management of read message on POP server
9428           by UIDL.
9429         * src/utils.[ch]: removed (s)list_remove_all() because it can be
9430           replaced with g_(s)list_free().
9431         * src/summaryview.c: modified the arrangement of menu a bit.
9432         * src/summaryview.c: summary_status_show(): made it doesn't display
9433           server name but newsgroup.
9434         * src/prefs_common.c
9435           src/prefs_account.c: adjusted the calculation routine of dialog
9436           size.
9437
9438 2000-06-15
9439
9440         * version 0.3.17
9441
9442         * src/compose.c: compose_reply_set_entry(): modified so that it
9443           cc's to the all addresses on To: and Cc: of the replied message.
9444           And swapped the position of Subject: and To: entry.
9445
9446 2000-06-14
9447
9448         * src/procheader.c: modified so that it can handle headers that
9449           aren't separated by space.
9450         * src/socket.c: sock_connect(): added a wait after connection to
9451           prevent lockup (thanks to NINOMIYA).
9452
9453 2000-06-13
9454
9455         * src/inc.c:
9456           inc_mail()
9457           inc_all_account_mail(): fixed a bug that caused segmentation
9458           fault if no account exist.
9459         * src/mainwindow.[ch]: made receive button unclickable when
9460           no account exist.
9461         * src/compose.c: compose_queue(): fixed a bug that didn't mark
9462           queued message properly.
9463         * src/utils.[ch]: separated code conversion functions into
9464           src/codeconv.[ch].
9465
9466 2000-06-13
9467
9468         * version 0.3.16
9469
9470         * src/mimeview.c: mimeview_save_as()
9471           src/summaryview.c: summary_save_as(): made it ask whether to
9472           overwrite the existing file.
9473
9474 2000-06-12
9475
9476         * src/utils.c
9477           src/recv.c
9478           src/prefs.c
9479           src/prefs_common.c
9480           src/prefs_account.c
9481           src/addressbook.c
9482           src/compose.c
9483           src/mbox.c: fixed a bug that failed to check write error when
9484           disk was full and caused the loss of the file.
9485
9486 2000-06-11
9487
9488         * src/mainwindow.c: main_window_clean_trash(): made it move focus
9489           to folder view when finished.
9490         * src/utils.[ch]: added code conversion functions for display.
9491           And added strncpy2() that doesn't do zero fill and does
9492           null-termination, unlike original strncpy().
9493         * src/textview.c: modified so that it changes the code conversion
9494           function according to charset. And supported charset=SHIFT_JIS.
9495         * src/mainwindow.c
9496           src/prefs_common.h
9497           src/textview.c: made it possible to force character set of
9498           a message.
9499         * src/folderview.c: folderview_select_next_unread():
9500           made it search unread folder from begin if it isn't found.
9501
9502 2000-06-11
9503
9504         * version 0.3.15
9505
9506         * src/mainwindow.c: fixed a probrem again that main window was
9507           stretched to the width of the toolbar.
9508         * src/mbox.c
9509           src/utils.c: is_header_line(): modified so that it recognizes
9510           a header which doesn't have a space after colon (thanks to Hotta).
9511         * src/filter.c: added `#include <strings.h>'.
9512         * src/smtp.c: replaced snprintf() with g_snprintf().
9513         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
9514           included gettext.
9515         * included sylpheed.spec.
9516
9517 2000-06-10
9518
9519         * src/prefs_common.[ch]: enabled to set the pixels of line space
9520           and decide whether to leave space on head of lines.
9521         * src/summaryview.c: modified so that it clears message view
9522           when displayed message is removed from the summary view.
9523         * src/mimeview.c: fixed a bug that caused infinite loop if
9524           terminal boundary of multipart message was not found (thanks to
9525           Nishika).
9526         * src/folderview.c: folderview_scan_mailbox(): made it ignore
9527           dot directory.
9528         * src/main.c: made it show warning dialog and exit if the file with
9529           the same name already exists when creating directory.
9530
9531 2000-06-09
9532
9533         * src/textview.c
9534           src/prefs_common.[ch]: made it possible to leave space between
9535           and on head of lines.
9536
9537 2000-06-07
9538
9539         * src/compose.c
9540           src/procmime.[ch]: made it scan /etc/mime.types and determine
9541           the MIME type of the attached file.
9542         * src/summaryview.c: made it clear message view if the summary
9543           is unselected on the execution, and made it move focus to
9544           folder view if the folder becomes empty.
9545         * src/mainwindow.c: fixed a probrem that main window was stretched
9546           to the width of the toolbar.
9547         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
9548           if `Check new mail on startup' was set.
9549
9550 2000-06-06
9551
9552         * src/compose.c: fixed a probrem that had been unable to insert
9553           a file to the current cursor position.
9554
9555 2000-06-06
9556
9557         * version 0.3.14
9558
9559         * src/compose.[ch]: added `attach' button to the toolbar. And
9560           replaced the icon of `insert' to the new one.
9561
9562 2000-06-05
9563
9564         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
9565           a function main_window_set_toolbar_sensitive() that sets the
9566           sensitivity of the button of the toolbar.
9567         * src/compose.c: fixed a bug that output wrong header if
9568           a return code was included in the string of the text entry.
9569
9570 2000-06-04
9571
9572         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
9573           And added the same items in popup menu to the main menu.
9574         * src/utils.[ch]: added functions for DnD support.
9575         * src/compose.c: implemented file attachment and insertion with DnD
9576           (thanks to Hiramatu).
9577
9578 2000-06-04
9579
9580         * version 0.3.13
9581
9582         * src/summaryview.c: fixed a bug that passed null pointer to
9583           is_dir_exist().
9584
9585 2000-06-03
9586
9587         * src/alertpanel.[ch]: added functions alertpanel_message(),
9588           alertpanel_notice(), and alertpanel_error(), and cleaned up
9589           the code.
9590         * src/folderview.c
9591           src/compose.c
9592           src/addressbook.c
9593           src/summaryview.c
9594           src/summary_search.c
9595           src/prefs_account.c
9596           src/foldersel.c: made them use alertpanel_error(),
9597           alertpanel_warning() or alertpanel_notice() for error message
9598           dialog.
9599         * src/summaryview.[ch]: enable sorting in reversed order.
9600         * src/inc.c: made it show error message dialog when failed to
9601           connect or authorize.
9602         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
9603           perror() with it.
9604
9605 2000-06-03
9606
9607         * version 0.3.12
9608
9609         * src/compose.c: fixed a bug that didn't save a message to outbox
9610           when queued.
9611         * src/send.c: send_message_queue(): fixed a bug that included
9612           headers for queueing in the parsed data.
9613         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
9614           and update queue folder when finished.
9615
9616 2000-06-02
9617
9618         * version 0.3.11
9619
9620         * src/filter.c
9621           src/inc.c
9622           src/compose.c: suppressed the warning messages.
9623         * src/mainwindow.[ch]: added next unread message button and menu
9624           items.
9625         * src/summaryview.[ch]: added a function summary_select_next_unread()
9626           that selects and opens next unread message.
9627
9628 2000-06-01
9629
9630         * src/prefs_common.[ch]: added a setting to decide whether to open
9631           unread message on entering a folder.
9632         * src/summaryview.c: made it open the first unread message only if
9633           the preference is set.
9634         * src/compose.c: fixed a bug that freed the string obtained from
9635           GtkEntry.
9636
9637 2000-05-31
9638
9639         * src/compose.c: added `Send later' to the menu and the toolbar
9640           which queues the message to send it later.
9641
9642 2000-05-30
9643
9644         * src/mainwindow.c: added an interface to resend the queued message.
9645         * src/compose.c: made it show alert dialog when a message will be
9646           queued.
9647
9648 2000-05-29
9649
9650         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
9651           send_message_queue() for each queued messages.
9652
9653 2000-05-28
9654
9655         * src/inc.c: inc_drop_message(): modified so that it drops a message
9656           to the default inbox folder if destination folder doesn't exist.
9657         * src/compose.[ch]: added imput compatible queueing header to the
9658           queued message.
9659         * src/send.[ch]: added function send_message_queue() that send
9660           queued message.
9661
9662 2000-05-27
9663
9664         * configure.in
9665           acconfig.h: made it enabled to decide wheter to use multithread
9666           or not on configure.
9667         * src/summaryview.c: fixed a bug that made thread when executed
9668           despite of the setting (thanks to Hiroshima).
9669         * src/socket.[ch]: changed the return value of public
9670           sock_connect_*() function to the pointer to SockInfo object.
9671         * src/procmime.c: procmime_scan_mime_header():
9672           fixed a bug that returned NULL if the scanned part had no header
9673           (thanks to shigeri).
9674         * src/procmime.[ch]:
9675           added function procmime_scan_content_disposition() that parses
9676           Content-Disposition header field.
9677         * src/mimeview.c: made it uses filename value in Content-Disposition
9678           header.
9679         * src/pop.c
9680         * src/inc.c: modified so that password is prompted if the password
9681           on preferences is empty and previous POP3 session has failed on
9682           authorization.
9683
9684 2000-05-23
9685
9686         * src/socket.[ch]: added non-blocking IO mode socket and
9687           multithreaded connection support.
9688         * src/inc.c: supported multithread connection.
9689
9690 2000-05-22
9691
9692         * src/folderview.c: made the focus of SummaryView grabbed when
9693           a folder is selected only if the messages exist.
9694
9695 2000-05-20
9696
9697         * version 0.3.10
9698
9699         * po/ja.po: fixed a bug that head `/' of a menu label was missing
9700           and caused segmentation fault when opened Compose window.
9701
9702 2000-05-20
9703
9704         * version 0.3.9
9705
9706         * src/utils.c: get_domain_name(): modified so that it uses
9707           gethostname().
9708         * src/mimeview.c: added key binds for `Save as' and
9709           `Display as text'.
9710
9711 2000-05-19
9712
9713         * src/recv.c: fixed a bug that failed to return error value
9714           when fputs() failed and caused the loss of received mails when
9715           disk space was not left (thanks to Tajiri).
9716         * src/compose.c: supported Reply-To.
9717         * src/mimeview.c: improved key operation interface.
9718
9719 2000-05-18
9720
9721         * src/mimeview.[ch]
9722           src/procmime.[ch]
9723           src/textview.[ch]: supported nested multipart message and
9724           clean up the codes.
9725           Supported encapsulated RFC822 message.
9726
9727 2000-05-16
9728
9729         * src/compose.[ch]: made it free the alloc'd memory for attach
9730           information when the compose window is destroyed.
9731           Placed the attachment list and the text widget onto the paned
9732           widget.
9733           Enabled cut/copy/paste/select all on all of the editable widgets.
9734           Implemented removal of attached file and popup menu on attachment
9735           list.
9736         * src/prefs_common.[ch]: added signature separator setting.
9737         * src/alertpanel.[ch]: added a function alertpanel_warning().
9738
9739 2000-05-14
9740
9741         * src/prefs_common.[ch]
9742           src/textview.c: made open URI command customizable.
9743         * src/compose.[ch]: implemented multipart MIME message composition
9744           (attachment of file).
9745         * src/textview.c
9746           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
9747           engine again.
9748
9749 2000-05-13
9750
9751         * version 0.3.8
9752
9753         * src/summaryview.c: added key binds for composing message
9754           (w, a, A, f). Also added other key binds (y, D, Q).
9755         * src/compose.c: made Cc entry take over the Cc of the replied
9756           message.
9757         * src/pixmaps/new.xpm
9758           src/pixmaps/unread.xpm: replaced pixmap image.
9759         * src/procheader.c: procheader_date_get_localtime():
9760           changed the single figures of year from four to two.
9761
9762 2000-05-12
9763
9764         * src/inc.c: made it ask password if it is not specified on account
9765           preferences.
9766         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
9767           that preserves the temporary password.
9768         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
9769           that prompts input with the string hidden.
9770
9771 2000-05-11
9772
9773         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
9774           engine if message font wasn't specified.
9775
9776 2000-05-10
9777
9778         * version 0.3.7a
9779
9780         * src/summaryview.c: fixed a bug that stderr was forgotten on
9781           fprintf().
9782
9783 2000-05-10
9784
9785         * version 0.3.7
9786
9787         * src/pop.c: fixed a problem that if some POP3 commands returned
9788           error, the previous operations were all cancelled.
9789         * src/compose.c
9790           src/textview.c: made workaround to the slow down of GtkText widget
9791           when using Pixmap theme or its derivatives.
9792
9793 2000-05-08
9794
9795         * src/inc.c: fixed a bug that caused X IO error when exec'd
9796           nonexistent program.
9797
9798 2000-05-07
9799
9800         * src/folderview.[ch]: added the member `mtime' to the struct
9801           FolderInfo.
9802         * src/summaryview.c: made the mtime of the folder checked that is
9803           going to open.
9804         * src/procmsg.c: added filesystem unchecking mode.
9805
9806 2000-05-05
9807
9808         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
9809           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
9810
9811 2000-05-04
9812
9813         * src/summaryview.c: summary_write_cache(): permission fix of
9814           cache file.
9815
9816 2000-05-04
9817
9818         * version 0.3.6a
9819
9820         * src/headerview.c: added headerview_clear() method.
9821         * src/messageview.c: fixed a bug that didn't clear HeaderView
9822           on messageview_clear().
9823
9824 2000-05-04
9825
9826         * version 0.3.6
9827
9828         * src/messageview.c
9829           src/textview.c: added *_clear() method.
9830         * src/summaryview.c: made it clear MessageView when new folder
9831           is open.
9832
9833 2000-05-03
9834
9835         * src/inc.c: fixed a bug that went to the inbox that was specified
9836           by each account when incorporating from all accounts.
9837         * src/compose.c: made it confirm whether to discard the message or
9838           not when the window will be closed.
9839
9840 2000-05-03
9841
9842         * version 0.3.5
9843
9844         * src/pop.[ch]
9845           src/inc.[ch]: re-supported APOP authentication.
9846         * src/prefs_account.c: fixed a bug that had't saved protocol type.
9847         * src/socket.h
9848           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
9849           functions.
9850         * src/progressdialog.[ch]: changed the name of class from Progress
9851           to ProgressDialog.
9852
9853 2000-05-02
9854
9855         * src/summaryview.c: fixed a bug that caused segmentation fault
9856           a news folder was selected without using ja message catalog.
9857         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
9858         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
9859           INCLUDES.
9860
9861 2000-05-01
9862
9863         * src/automaton.[ch]
9864           src/inc.[ch]
9865           src/pop.[ch]: re-implemented POP3 fetching routines using
9866           finite-state automaton model (thanks to Hiramatu).
9867         * src/inc.c: fixed a bug that caused unwilled quitting of program
9868           when connection to mail server failed. And fixed a memory leak bug.
9869         * src/summaryview.c: made the focus move to FolderView when left
9870           cursor key is pressed.
9871
9872 2000-04-30
9873
9874         * src/textview.c: textview_write_line(): modified quotation
9875           discerning routine a bit.
9876
9877 2000-04-29
9878
9879         * version 0.3.4
9880
9881         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
9882           src/procmime.c.
9883         * src/mimeview.[ch]: implemented saving of multipart message. And
9884           supported MIME encoded file name.
9885         * src/summaryview.c: implemented `Save as'.
9886
9887 2000-04-28
9888
9889         * src/prefs_common.[ch]: implemented an interface for setting the
9890           display item of SummaryView.
9891         * src/addressbook.c
9892           src/account.c: made the column titles of those don't take key
9893           focus.
9894
9895 2000-04-26
9896
9897         * src/textview.c: implemented BASE64 decoding and display.
9898
9899 2000-04-25
9900
9901         * src/prefs_common.[ch]: added members which decide whether
9902           each item of SummaryView is displayed or not.
9903         * src/headerwindow.c
9904           src/logwindow.c: made those windows closed when escape key is
9905           pressed.
9906         * src/headerview.c: disused ScrolledWindow.
9907         * src/base64.c: from64tobits(): modified so that it recognize '\n'
9908           as the last of line as well as '\r'.
9909
9910 2000-04-24
9911
9912         * src/headerview.c: disabled word wrap and line wrap of the text
9913           widget.
9914
9915 2000-04-24
9916
9917         * version 0.3.3
9918
9919         * src/prefs_common.c: prefs_assort_create(): added some headers
9920           to the default headers for assortment.
9921
9922 2000-04-23
9923
9924         * src/procmsg.c: fixed a bug that caused segmentation fault if
9925           the permission of a message was denied on parsing the header
9926           (thanks to wakai@UEC univ.).
9927         * src/mimeview.c: made it pass key press event to SummaryView.
9928
9929 2000-04-21
9930
9931         * src/main.h
9932           src/alertpanel.c: modified font specifications so that they match
9933           to better fonts.
9934         * src/utils.[ch]: added wide-character functions for FreeBSD support.
9935           Added the existence check of <wchar.h>.
9936         * acconfig.h
9937           configure.in: added wint_t and libxpg4 check for FreeBSD support.
9938         * src/unmime.c: modified so that it checks the existence of
9939           <alloca.h>.
9940           Above three are a contribution from Sasaki. Thanks!
9941
9942 2000-04-18
9943
9944         * src/main.h: decreased default height of window.
9945
9946 2000-04-17
9947
9948         * src/procmime.c: fixed a bug that eliminated the parenthesis in
9949           attribute value that was double-quoted.
9950
9951 2000-04-15
9952
9953         * version 0.3.2
9954
9955         * src/mimeview: implemented multipart message parser and display.
9956         * src/procmime.c: procmime_scan_content_type():
9957           supported multiple elements.
9958         * src/textview.c: supported multipart message and clean up the code.
9959
9960 2000-04-14
9961
9962         * src/summaryview.c: added size column and sorting by size.
9963         * src/mainwindow.c: added `Sort by size' to sort menu.
9964         * src/procmime.c: fixed a bug that caused buffer overrun and
9965           segmentation fault.
9966         * src/procmime.c: generalized Content-Type parsing.
9967
9968 2000-04-13
9969
9970         * version 0.3.1
9971
9972         * src/textview.c: supported MIME headers and
9973           Content-Transfer-Encoding: quoted-printable.
9974
9975 2000-04-12
9976
9977         * src/messageview.[ch]
9978           src/textview.[ch]: separated MessageView into two classes.
9979         * src/procmime.[ch]: added for MIME message handling.
9980
9981 2000-04-11
9982
9983         * src/mimeview.[ch]: added for MIME message handling.
9984         * configure.in: added wctype.h and wchar.h existence check.
9985
9986 2000-04-10
9987
9988         * src/procmsg.[ch]
9989           src/procheader.[ch]: some code cleanups.
9990         * src/messageview.[ch]: integrated HeaderView.
9991
9992 2000-04-09
9993
9994         * version 0.3.0
9995
9996 2000-04-08
9997
9998         * src/addressbook.c: Made the tree sorted when folder/group is
9999           added or edited.
10000         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
10001           fault if the current tag was empty.
10002         * src/mainwindow.c: made the state of MainWindow saved.
10003
10004 2000-04-08
10005
10006         * version 0.3.0pre1
10007
10008         * src/addressbook.c: fully implemented address group editing.
10009           Fixed a bug that wrongly confirmed deletion of address when
10010           escape key was pressed on alert dialog.
10011
10012 2000-04-07
10013
10014         * src/addressbook.c: added menu bar. And enabled hierarchical
10015           folder.
10016         * src/prefs_account.c: modified so that it allows not to specify
10017           pop server.
10018         * src/inc.c: inc_account_mail(): modified so that if receiving
10019           server isn't specified, it does nothing.
10020
10021 2000-04-05
10022
10023         * version 0.2.9
10024
10025         * src/addressbook.c: almost fully implemented addressbook functions.
10026
10027 2000-04-04
10028
10029         * src/compose.c: fixed a bug that caused segmentation fault when
10030           `File->Insert file' was selected more than twice.
10031
10032 2000-04-03
10033
10034         * version 0.2.9pre4
10035
10036         * src/addressbook.[ch]: implemented creation of new folder and group,
10037           and deletion of folder and group. And fully implemented
10038           addressbook_delete_object() which deletes the specified object
10039           recursively.
10040
10041 2000-04-02
10042
10043         * src/addressbook.c: implemented registration of address and multiple
10044           appending to Compose address entry.
10045         * src/menu.[ch]: added a function menu_set_insensitive_all() that
10046           turn all menu items insensitive.
10047         * src/folderview.c: some code cleanup.
10048
10049 2000-04-01
10050
10051         * src/account.c
10052           src/prefs_common.c: fixed a bug on getting the number of CList
10053           rows.
10054
10055 2000-03-30
10056
10057         * version 0.2.9pre3
10058
10059         * src/folderview.c: fixed a bug that caused warnings when tree was
10060           expanded/collapsed on the first operation.
10061
10062 2000-03-29
10063
10064         * src/addressbook.c: addressbook_list_selected(): made it be able
10065           to handle multiple address.
10066         * src/compose.c: modified so that when Bcc: is toggled, corresponding
10067           AddressBook also toggle it.
10068         * src/mainwindow.c:
10069           main_window_create(): moved gtk_widget_set_uposition() before
10070           gtk_widget_show() so as not to cause window flickering.
10071           main_window_get_position(): replaced gdk_window_get_position()
10072           with gdk_window_get_root_origin() to acquire correct window
10073           position (Thanks to shigeri for these modifications).
10074
10075 2000-03-27
10076
10077         * src/filesel.c: made it selects home directory on the first time
10078           it is called.
10079
10080 2000-03-26
10081
10082         * src/utils.c: conv_mb_alnum(): modified so that it uses character
10083           conversion table.
10084         * src/foldersel.c: made the folder tree take focus when the dialog
10085           is shown.
10086
10087 2000-03-26
10088
10089         * version 0.2.9pre2
10090
10091         * src/addressbook.c: implemented addressbook_export_to_file() and
10092           related functions.
10093
10094 2000-03-25
10095
10096         * src/xml.[ch]
10097           src/addressbook.c: fixed the variable name for attribute.
10098         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
10099         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
10100           alphabet and numeric into single-byte one.
10101         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
10102           when conv_mb_alnum flag is on.
10103
10104 2000-03-25
10105
10106         * version 0.2.9pre1
10107
10108         * src/compose.c: modified so that when Addressbook is open by a
10109           Compose and it is closed, target of Addressbook is reset.
10110         * src/addressbook.c: made it work with Compose.
10111
10112 2000-03-24
10113
10114         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
10115           GTK+ and GLIB to 1.2.6.
10116         * src/xml.[ch]: more implementation of XML parser.
10117         * src/addressbook.c: implemented addressbook parsing and displaying
10118           routine.
10119
10120 2000-03-21
10121
10122         * src/folderview.c: folderview_scan_folder(): modified so that if
10123           a folder's message number is zero, set new, unread and total number
10124           to zero.
10125
10126 2000-03-20
10127
10128         * src/xml.[ch]: added for XML handling used by addressbook.
10129         * src/folderview.c: modified so that Trash folder is skipped
10130           when an unread folder is selected automatically by space key.
10131
10132 2000-03-18
10133
10134         * src/summaryview.c: fixed a bug that cursor was turned into watch
10135           forever when a newsgroup was selected.
10136
10137 2000-03-18
10138
10139         * version 0.2.8
10140
10141 2000-03-17
10142
10143         * src/mainwindow.[ch]: implemented counting on setting cursor
10144           type. And modified the menu of `thread view' and `unthread view'.
10145         * src/summaryview.c: enabled thread-toggling on opening folder.
10146         * src/prefs_common.[ch]: added a member `enable_thread' to determine
10147           whether summary view builds thread or not when a folder is open.
10148
10149 2000-03-15
10150
10151         * src/summaryview.c: modified popup sensitivity function a bit.
10152
10153 2000-03-13
10154
10155         * version 0.2.7
10156
10157         * src/addressbook.[ch]: more implementation of the interface of
10158           addressbook.
10159         * src/compose.c: connected to addressbook object.
10160         * src/folderview.[ch]: folderview_compare_path():
10161           modified so that absolute path is correctly compared.
10162           And added folderview_select_node().
10163           And modified folderview_scan_folder() so that it update the summary
10164           when asked.
10165         * src/import.c: made it update folder tree when imported mbox.
10166         * src/summaryview.c: modified according to the changes of
10167           folderview.c. And modified so that it display alert dialog if
10168           source folder is identical to destination.
10169           added summary_set_popup_sensitive() that set the sensitivity of
10170           popup menu according to the context. And made all of the items of
10171           popup menu insensitive when summary is cleared.
10172         * src/procmsg.c: procmsg_move_messages_with_dest():
10173           modified so that if source folder is identical to destination,
10174           abort its process.
10175         * src/summary_search.c
10176           src/manage_window.c: modified so as not to print warning to console
10177           when alert dialog appeared twice.
10178         * src/filesel.c: made file selection dialog transient.
10179
10180 2000-03-11
10181
10182         * src/manage_window.[ch]: added callback function
10183           manage_window_focus_out().
10184         * src/account.c
10185           src/inputdialog.c
10186           src/mainwindow.c
10187           src/prefs_account.c
10188           src/prefs_common.c
10189           src/summary_search.c: added focus_out_event signal handler.
10190         * src/addressbook.[ch]: added preliminary addressbook code.
10191
10192 2000-03-06
10193
10194         * src/utils.h: added a macro Xalloca() that does alloca() and
10195           handles the exception.
10196         * src/import.c: made the import dialog transient window and enabled
10197           cancelling by escape key.
10198
10199 2000-03-04
10200
10201         * version 0.2.6
10202
10203         * src/compose.c: fixed a bug that caused memory leak when compose
10204           window was closed.
10205
10206 2000-03-03
10207
10208         * src/nntp.h: increased NNTP message buffer size for XOVER strings
10209           which is too long.
10210
10211 2000-02-28
10212
10213         * src/summaryview.c: binded step-forward and step-backward to each
10214           Control-n and Control-p.
10215         * src/filter.c: filter_read_str(): fixed a memory leak bug and
10216           replaced g_malloc() for allocating the buffer with alloca().
10217         * src/procheader.c: procheader_get_fromname(),
10218                             procheader_date_get_localtime()
10219           src/utils.c: conv_euctojis()
10220           src/compose.c: compose_quote_parse_fmt()
10221           src/prefs.c: prefs_set_data_from_text()
10222                        prefs_set_text(): replaced g_malloc() with alloca().
10223
10224 2000-02-26
10225
10226         * version 0.2.5
10227
10228         * src/logwindow.c: improved log_window_append() so that it shows
10229           warning, error and normal message with different colors.
10230         * src/utils.[ch]: added functions log_message(), log_warning(), and
10231           log_error() that show normal message, warning, and error for each.
10232           And modified many warning messages to use these.
10233         * src/messageview.c: messageview_init(): made it set colors of
10234           quotation and URI to black when failed to allocate colors.
10235         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
10236           the buffer with alloca().
10237
10238 2000-02-25
10239
10240         * src/folderview.c: fixed a bug that didn't put previously selected
10241           folder name in text entry. In addition to that, made some
10242           modifications.
10243
10244 2000-02-24
10245
10246         * version 0.2.4
10247
10248         * src/logwindow.[ch]: added log window that displays protocol log.
10249         * src/about.c: adjusted the size of dialog.
10250         * src/folderview.c: made it select a folder when double-clicked.
10251
10252 2000-02-23
10253
10254         * src/prefs_common.[ch]: added an item `translate_header' that
10255           decides whether header name like `From:' or `Subject:' is
10256           translated or not.
10257         * src/compose.c: made it show alert dialog when receiptor isn't
10258           entered.
10259         * src/inc.c: some code cleanups.
10260
10261 2000-02-22
10262
10263         * version 0.2.3
10264
10265         * src/compose.c: made header entries move those focus to next
10266           entry or text widget when activated. And sorted out the menu items.
10267         * src/mainwindow.[ch]
10268           src/prefs_common.[ch]
10269           src/main.c: made it save the sizes of widgets and the position of
10270           window when quitting.
10271         * src/prefs_common.c: set a14, k14 fontset as default message font.
10272         * src/about.c: changed the appearance of about dialog using text
10273           widget and so on.
10274         * src/recv.c: modified recv_write() so that it converts an escaped
10275           From_ line.
10276
10277 2000-02-20
10278
10279         * version 0.2.2
10280
10281         * src/compose.[ch]: supported Bcc.
10282
10283 2000-02-19
10284
10285         * version 0.2.1
10286
10287         * src/utils.[ch]: added function to_number() that examines string
10288           and if that is a number string, return its value.
10289         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
10290           character was included in file name.
10291
10292 2000-02-18
10293
10294         * version 0.2.0
10295
10296         * src/folderview.c: fixed a bug that caused segmentation fault
10297           when opened folder node was deleted (thanks to Hiramatu).
10298           And implemented folderview_rm_server_cb() which removes news server.
10299         * src/mbox.c: modified a warning message.
10300
10301 2000-02-13
10302
10303         * version 0.2.0alpha-pre8
10304
10305         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
10306           folder to prevent the probrem when current folder is updated.
10307         * src/summaryview.c: summary_execute(): made it write to summary
10308           cache when executed.
10309
10310 2000-02-12
10311
10312         * version 0.2.0alpha-pre7
10313
10314         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
10315           trailing directory separator.
10316         * src/folderview.[ch]
10317           src/summaryview.[ch]: modified so that folder tree is updated
10318           when messages are moved or deleted.
10319         * src/inc.c: some code cleanup.
10320
10321 2000-02-11
10322
10323         * version 0.2.0alpha-pre6
10324
10325         * src/utils.[ch]: added get_domain_name() that return domain
10326           name as a static string.
10327         * src/compose.c: compose_generate_msgid(): modified so that even
10328           if current address doesn't contain '@', it generates a decent
10329           message ID.
10330         * src/send.c: some code cleanup.
10331
10332 2000-02-10
10333
10334         * src/folderview.c: modified the behavior of folder tree when
10335           the folder is right-clicked.
10336         * src/compose.c: compose_encode_header(): added irresponsible
10337           buffer overrun check.
10338
10339 2000-02-09
10340
10341         * version 0.2.0alpha-pre5
10342
10343         * updated gettext and libtool.
10344         * configure.in: modified localedir definition so that message
10345           catalogs are installed into correct directories.
10346         * src/folderview.c
10347           src/mainwindow.c: modified them so that a folder can be reopen
10348           even if it is currently open.
10349         * src/prefs_common.[ch]
10350           src/messageview.c: added an option that toggle the coloration of
10351           message.
10352
10353 2000-02-08
10354
10355         * version 0.2.0alpha-pre4
10356
10357         * src/mainwindow.c
10358           src/messageview.c: fixed a bug that broke memory on allocating
10359           colors.
10360
10361 2000-02-07
10362
10363         * src/folderview.c: some bug fixes on selecting folder.
10364
10365 2000-02-07
10366
10367         * version 0.2.0alpha-pre3
10368
10369         * src/folderview.c
10370         * src/summaryview.[ch]: some code cleanups.
10371         * src/messageview.c: fixed a color allocating bug (maybe).
10372
10373 2000-02-06
10374
10375         * version 0.2.0alpha-pre2
10376
10377         * src/folderview.[ch]: made folder view not open selected folder
10378           unless return or space key is pressed, or clicked by mouse
10379           button 1 or 2.
10380         * src/inc.c: some code cleanups.
10381         * TODO.jp: added some items.
10382
10383 2000-02-05
10384
10385         * version 0.2.0alpha-pre1
10386
10387         * src/summaryview.[ch]: fixed a bug that broke summary thread
10388           when deleted duplicated messages (thanks to BONAIM).
10389           And some code cleanup.
10390         * src/procmsg.[ch]: renamed procmsg_move_messages() to
10391           procmsg_move_messages_with_dest(), and replaced former with
10392           new function which doesn't specify destination.
10393         * src/prefs_common.c
10394           src/gtkutils.c: some memory leak fixes of linked lists.
10395         * src/utils.[ch]: added list_remove_all() to remove all elements
10396           of doubly-linked list.
10397         * src/inc.[ch]: added inc_all_account_mail() that incorporates
10398           new messages of all accounts.
10399         * src/account.[ch]: added account_foreach() to process each accounts.
10400         * added TODO.jp
10401
10402 2000-02-04
10403
10404         * version 0.1.23alpha
10405
10406         * src/inc.c: made the folder tree update the message number
10407           when incorporated new messages.
10408         * src/folderview.[ch]: added a function folderview_scan_folder()
10409           to scan one folder on the view, which is specified by folder name.
10410
10411 2000-02-02
10412
10413         * version 0.1.22alpha
10414
10415         * src/prefs_account.[ch]: added the setting of assorting on
10416           receiving.
10417         * src/inc.c: supported assorting on receiving.
10418         * src/procmsg.c: cleaned up the code.
10419         * src/news.c: fixed a bug that locked up when failed to get xover.
10420         * src/compose.c: made a message unmark that is put into specific
10421           folders.
10422
10423 2000-02-01
10424
10425         * version 0.1.21alpha
10426
10427         * src/folderview.c
10428           src/summaryview.c: implemented the function 'go to next folder
10429           when no unread message found.'
10430         * src/summaryview.c: made connection state displayed on the
10431           status bar when connecting to a news server.
10432         * src/compose.c: changed X-Mailer: header field string a bit.
10433         * src/prefs_common.c: implemented residual functions of assortment.
10434
10435 2000-01-31
10436
10437         * version 0.1.20alpha
10438
10439         * src/prefs_common.c: implemented reading/writing/register/deletion
10440           of assortment setting.
10441         * src/mainwindow.c: slightly modified the appearance of statusbar.
10442         * src/account.c: account_delete(): fixed a bug that didn't assigned
10443           the pointer to GList when an account was deleted.
10444
10445 2000-01-29
10446
10447         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
10448           to read mark file (thanks to BONAIM).
10449         * src/prefs_common.c: added the interface of assortment setting.
10450
10451 2000-01-28
10452
10453         * src/summaryview.c: fixed a bug that didn't redraw marking properly
10454           when displaying an unread message with left-click (thanks to
10455           shigeri).
10456
10457 2000-01-27
10458
10459         * src/summaryview.[ch]: added functions for assortment.
10460         * src/about.c: added a button to close window.
10461
10462 2000-01-26
10463
10464         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
10465         * src/compose.c: fixed a bug that can't reply to a news article.
10466         * src/filter.[ch]: added for message filtering.
10467         * src/procheader.[ch]: added procheader_get_unfolded_line()
10468           to process filtering. And added procheader_get_header_list()
10469           that reads headers of a message and store them on the memory,
10470           and procheader_header_list_destroy() that removes all headers
10471           read by procheader_get_header_list().
10472
10473 2000-01-25
10474
10475         * version 0.1.19alpha
10476
10477         * src/news.c: modified so that it retrieves only overview information
10478           that is not yet cached.
10479         * src/procmsg.[ch]: modified for news handling.
10480
10481 2000-01-24
10482
10483         * src/news.c: supported xover.
10484         * src/mbox.c: fixed a bug that didn't handle empty line correctly
10485           (Thanks to shigeri).
10486
10487 2000-01-23
10488
10489         * version 0.1.18alpha
10490
10491         * src/procmsg.[ch]: modified some functions so that they can
10492           handle news folder.
10493         * src/news.c: added header cache routine.
10494         * src/procheader.c: fixed a bug that caused memory leak when some
10495           header was duplicated.
10496           And added Newsgroups: in parsing headers.
10497         * src/summaryview.c: added news article cache routine.
10498         * src/compose.c: made it be able to reply/forward news article.
10499
10500 2000-01-22
10501
10502         * src/compose.c: fixed a bug that failed to parse To: header
10503           if a comma is included in double quotation (Thanks to shigeri).
10504         * src/mbox.c: modified the code for processing mbox so that it
10505           can handle unescaped From_ line correctly.
10506
10507 2000-01-21
10508
10509         * version 0.1.17alpha
10510
10511         * src/foldersel.c: fixed a bug that didn't display folder tree.
10512           And added the register routine for news server and group setting.
10513
10514 2000-01-20
10515
10516         * version 0.1.16alpha
10517
10518         * src/statusbar.[ch]: added statusbar_puts_all().
10519           statusbar_puts(): made it truncate a string that is too long.
10520         * src/folderview.[ch]: changed CTree's row data from string
10521           to FolderInfo structure.
10522           And implemented popup menu that registers news server and group.
10523         * src/messageview.c: modified short header display routine.
10524
10525 2000-01-19
10526
10527         * added src/news.[ch] for NetNews session management.
10528         * src/summaryview.[ch]: added NetNews reading codes.
10529
10530 2000-01-18
10531
10532         * src/mainwindow.c
10533           src/prefs_common.[ch]: made them preserve toolbar style.
10534         * src/main.c: made it save configuration before exiting.
10535         * src/summaryview.c: modified summary status display routine.
10536         * added src/nntp.[ch] for handling low level NNTP session.
10537
10538 2000-01-17
10539
10540         * added src/progress.[ch] for displaying progress.
10541         * src/inc.c: modified progress dialog routines to use
10542           src/progress.[ch].
10543         * src/folderview.[ch]: added preliminary NetNews supporting code.
10544
10545 2000-01-16
10546
10547         * version 0.1.15alpha
10548
10549         * src/main.c
10550           src/folderview.c: some permission fixes.
10551         * src/folderview.c: implemented folder creation/renaming/removing.
10552         * src/utils.[ch]: added remove_dir_recursive() that removes
10553           a directory recursively.
10554
10555 2000-01-15
10556
10557         * src/mainwindow.[ch]: added toolbar style selection.
10558         * added src/inputdialog.[ch] to prompt user to enter a string.
10559         * src/summaryview.[ch]: modified the behavior of view on
10560           normal mode.
10561         * src/mbox.c: fixed a bug that couldn't lock file when
10562           lockf() was used (Thanks to shigeri).
10563
10564 2000-01-14
10565
10566         * version 0.1.14alpha
10567
10568         * src/mainwindow.[ch]: changed the appearance of toolbar.
10569           And fixed window handling.
10570         * src/summaryview.c: modified the messages displayed on status bar.
10571         * src/compose.[ch]: added toolbar.
10572         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
10573
10574 2000-01-13
10575
10576         * version 0.1.13alpha
10577
10578         * src/summaryview.c: fixed a bug of threading. And some code
10579           cleanups. And rewrote the routine of deleting duplicated messages
10580           using hash table.
10581         * src/mainwindow.[ch]: added toolbar.
10582
10583 2000-01-12
10584
10585         * version 0.1.12alpha
10586
10587         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
10588           instead.
10589         * src/summaryview.c: changed CTree creating routine as it creates
10590           thread on the fly for speeding up.
10591         * src/procmsg.c: rewrote message processing routines using hash
10592           table for speeding up. It should be considerably faster than
10593           before.
10594
10595 2000-01-11
10596
10597         * version 0.1.11alpha
10598
10599         * po/ja.po: modified msgstr for Solaris standard gettext.
10600         * src/main.c: added config.h inclusion.
10601         * src/compose.c: changed to add replied message's In-Reply-To
10602           message id to References header if it don't have References header.
10603         * src/summaryview.c: changed threading routine to use hash table
10604           for speeding up.
10605
10606 2000-01-11
10607
10608         * version 0.1.10alpha
10609
10610         * po/ja.po: modified msgstr so as not to core dump on Solaris.
10611         * src/main.c: added inclusion of locale.h.
10612           (Thanks to Sato for above.)
10613         * src/mbox.c
10614         * src/socket.c: applied Solaris patch by shigeri with some
10615           modification. (Thanks!)
10616
10617 2000-01-10
10618
10619         * version 0.1.9alpha
10620
10621         * src/compose.c: compose_encode_header(): fixed some bugs.
10622           And modified header generating routines to support proper
10623           References header, and supported Organization header.
10624         * src/procmsg.[ch]
10625           src/procheader.c: removed Cc: and Reply-To: from cache data.
10626         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
10627         * src/summaryview.[ch]: summary_thread_func(): some optimization.
10628           And added summary_pass_key_press_event() to pass key press event
10629           from other widgets.
10630         * src/messageview.c: messageview_key_pressed(): modified so that
10631           key event is passed to summary view even if message view is
10632           separated. (Thanks to wakai@UEC univ. for pointing this out.)
10633
10634 2000-01-09
10635
10636         * version 0.1.8alpha
10637
10638         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
10639           header MIME encoding.
10640         * src/procheader.c: some bug fixes of folded header line processing.
10641         * src/headerview.c: headerview_show(): some bug fixes.
10642
10643 2000-01-07
10644
10645         * version 0.1.7alpha
10646
10647         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
10648           kanji-out sequence [ \033 ( B ] when input string was ended
10649           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
10650         * src/compose.c: compose_encode_header(): changed as it outputs
10651           encoded string to another buffer.
10652           And implemented a faculty to save sent message to outbox and
10653           to queue message that failed to send (preliminary).
10654           And, finally implemented proper To: and Cc: processing :)
10655         * src/folderview.c: added preliminary right-clicking popup menu
10656           for operating folders.
10657         * some permission fixes at creating or copying file.
10658
10659 2000-01-07
10660
10661         * version 0.1.6alpha
10662
10663         * src/procheader.c: fixed a bug that didn't null-terminate
10664           header list and caused segmentation fault.
10665
10666 2000-01-06
10667
10668         * version 0.1.5alpha
10669
10670         * src/procheader.[ch]: added function procheader_get_one_field()
10671           that gets one header field that matches the header list.
10672           And removed procheader_get_unfolded_line(), which is less generic.
10673           And rewrote procheader_get_header_fields() using
10674           procheader_get_one_field().
10675         * src/summaryview.c: some bug fixes of key input scan routine.
10676         * README, README.jp: modified documents a bit.
10677
10678 2000-01-05
10679
10680         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
10681           had a submenu, set sensitivity of the submenu, not the item.
10682
10683 2000-01-05
10684
10685         * version 0.1.4alpha
10686
10687         * src/summaryview.c: fixed a bug that caused segmentation fault
10688           when empty summary view was center-clicked.
10689           And fixed a bug that freed moving folder strings when marked
10690           as unread.
10691           If current folder is trash, don't delete message.
10692         * src/summaryview.[ch]
10693         * src/mainwindow.c
10694         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
10695
10696 2000-01-04
10697
10698         * src/procheader.[ch]: more optimization of header processing
10699           routine. And added a new function procheader_get_header_fields()
10700           that receives an array of header name as a parameter and
10701           set header bodies.
10702         * src/utils.[ch]: added remove_return() for removing return code.
10703         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
10704
10705 2000-01-03
10706
10707         * src/compose.c: if message body is ascii only, set US-ASCII as
10708           charset in Content-Type.
10709         * src/main.[ch]
10710         * src/prefs.c
10711         * src/prefs_common.c
10712         * src/prefs_account.c
10713         * src/account.c: changed the location of rc files.
10714         * src/account.c: enabled closing window when escape key is pressed.
10715
10716 2000-01-02
10717
10718         * version 0.1.3alpha
10719
10720         * src/compose.c: fixed a bug that caused segmentation fault
10721           when sending failed.
10722           And relocated header-generation routines from src/send.c.
10723         * src/send.c: moved header-generation routines to src/compose.c.
10724         * src/prefs.c: added '~' to home directory expansion.
10725         * src/prefs_account.[ch]: added signature file path configuration.
10726         * src/prefs_common.[ch]: added spool path configuration.
10727         * src/inc.c: changed the method of user name acquisition to use
10728           g_get_user_name().
10729
10730 2000-01-01
10731
10732         * version 0.1.2alpha
10733
10734         * added ChangeLog (this file), ChangeLog.jp.
10735         * some code cleanups.
10736         * added manage_window.[ch] for transient window management.
10737         * src/procheader.c: optimized header processing routine a bit.
10738         * src/send.c: fixed exception handling on connection.
10739         * src/inc.c: added exception handling on getting user name.
10740
10741 2000-01-01
10742
10743         * version 0.1.1alpha
10744
10745         * src/send.c: fixed a bug that didn't add Content-Type: header.
10746
10747 2000-01-01
10748
10749         * version 0.1.0alpha
10750
10751         * initial release.