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