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