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