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