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