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