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