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