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