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