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