remove reference to 'headerwindow.c'
[claws.git] / ChangeLog
1 2002-02-14
2
3         * src/utils.c: strsplit_with_quote(): remove quotation characters
4           in the function (fix composer's external editor problem) (thanks
5           to Stefaan A Eeckels).
6         * src/mainwindow.[ch]: made 'Show all header' toggle switch.
7           main_window_menu_callback_block()
8           main_window_menu_callback_unblock(): new.
9           main_window_set_menu_sensitive(): set the toggle status of
10           menu items.
11           show_all_header_cb(): read the status of toggle menu item.
12         * src/mainwindow.[ch]: made 'Thread view' toggle switch.
13         * src/prefs_common.c: prefs_keybind_apply_clicked(): removed
14           'Unthread view'.
15
16 2002-02-13
17
18         * src/imap.c: imap_add_msg(): fixed a bug that didn't replace
19           the path separator (thanks to Sergey Vlasov).
20         * src/gtkutils.c: gtkut_editable_get_selection(): return NULL
21           if the length of selection is zero.
22           Fixed the assertion.
23         * src/utils.c: str_open_as_stream(): return immediately if
24           the length of str is zero.
25         * src/headerwindow.[ch]: removed.
26         * src/socket.[ch]
27           src/inc.c: removed stale thread support codes.
28
29 2002-02-12
30
31         * src/procmsg.c: procmsg_open_message(): modified so that it
32           returns the stream of decrypted message file if it exists
33           (this fixes the failure of gpg decryption in messageview.c).
34
35 2002-02-11
36
37         * version 0.7.1
38
39 2002-02-11
40
41         * src/compose.[ch]
42           src/gtkutils.[ch]
43           src/prefs_template.c
44           src/quote_fmt.h
45           src/quote_fmt_parse.y
46           src/summaryview.c
47           src/utils.[ch]: if the part of the message text is selected, use
48           it for quoted text instead of the entire message body (thanks to
49           Darko Koruga).
50           src/utils.[ch]: str_open_as_stream(): new. It returns an
51           temporary stream for the given string.
52         * src/main.c: added "--send" command line option.
53         * src/compose.c: compose_reply_set_entry(): add From address to
54           Cc if Reply-To and to_all are both specified.
55         * Makefile.am: correct the Source: line in the RPM spec file in
56           .tar.bz2 package.
57
58 2002-02-07
59
60         * src/procmsg.c: procmsg_open_message(): fetch message if the cache
61           doesn't exist.
62         * src/foldersel.[ch]: foldersel_folder_sel(): added an argument
63           that specifies the folder selection type.
64         * src/addressbook.c
65           src/compose.c
66           src/editaddress.c
67           src/editgroup.c
68           src/folderview.c
69           src/importldif.c
70           src/mainwindow.c
71           src/md5.c
72           src/mimeview.c
73           src/prefs_common.c
74           src/prefs_customheader.c
75           src/prefs_filter.c
76           src/summaryview.c: made it compile with C compilers other than gcc
77           (thanks to Shawn Houston).
78
79 2002-02-06
80
81         * src/imap.c: imap_copy_msgs_with_dest(): fixed a bug on traversing
82           list.
83         * src/prefs_common.c: made the key binding setting separate dialog.
84         * src/addressbook.c: addressbook_format_address(): add "" around
85           the display name if it contains comma (thanks to Satoshi Watanabe).
86         * src/addr_compl.c: get_complete_address(): add "" around the
87           display name if it contains comma.
88           get_address_from_edit(): handle the quotation character correctly.
89         * src/addr_compl.c: get_complete_address()
90           src/addressbook.c: addressbook_format_address(): fixed a bug that
91           caused wrong text processing if the display name is empty.
92         * updated NEWS.
93
94 2002-02-05
95
96         * src/compose.c: compose_exec_ext_editor_real(): replaced
97           g_strsplit() with strsplit_with_quote().
98         * src/foldersel.c
99           src/folderview.c: folderview_drag_motion_cb(): minor code cleanups.
100         * src/folderview.c:
101           folderview_drag_motion_cb()
102           folderview_drag_received_cb(): allow dropping into IMAP4 folder.
103         * src/utils.c: get_file_size_as_crlf(): use fgets() instead of
104           fread().
105         * src/imap.c
106           imap_copy_msg()
107           imap_copy_msgs_with_dest(): use imap_add_msg() if the source
108           of the message is different from the current mailbox.
109           Return the correct value.
110           imap_cmd_append(): properly implemented the APPEND command.
111
112 2002-02-04
113
114         * src/mainwindow.c
115           src/messageview.[ch]
116           src/summaryview.[ch]
117           src/textview.[ch]: show all headers in the message view, and don't
118           use the header window anymore.
119         * src/mainwindow.c
120           src/prefs_common.c: changed the default shortcut of 'compose new
121           message'.
122         * src/mainwindow.c
123           src/summaryview.[ch]: summary_display_msg_selected(): new.
124           Show the selected message if 'Show all header' is selected.
125         * src/mh.c
126           src/sourcewindow.c: changed some procmsg_get_message_file_path()
127           to procmsg_get_message_file() to be sure the message is
128           retrieved.
129         * src/folderview.c: folderview_drag_motion_cb(): allow DnD from
130           any folder to MH folder.
131           folderview_drag_received_cb(): copy messages instead of moving
132           if the source folder is news or IMAP.
133         * src/mainwindow.c
134           src/summaryview.c: allow copy from news folder.
135
136 2002-02-03
137
138         * src/prefs_common.c: prefs_other_create(): modified the design
139           of the external command settings.
140           prefs_keybind_apply_clicked(): made the Mew / Wanderlust keybind
141           preset closer to the original.
142           Added Mutt keybind preset.
143           Also change the compose keybinds.
144         * src/compose.c: modified some menu shortcuts.
145         * src/codeconv.c: modified the locale_table for Thai encoding.
146
147 2002-02-01
148
149         * src/Makefile.am: added $(GPGME_CFLAGS) to INCLUDES.
150         * src/prefs_common.c: prefs_interface_create(): modified the
151           description for menu shortcut.
152
153 2002-01-31
154
155         * src/gtkutils.[ch]: added gtk_stext_clear().
156         * src/compose.[ch]
157           src/mainwindow.c
158           src/summaryview.[ch]: enabled multiple forwarding.
159         * src/summaryview.c:
160           summary_set_marks_selected(): set marks for all selected row.
161           summary_reply(): moved from summary_reply_cb().
162         * compose.[ch]: compose_forward(): modified so that it receives
163           the message list.
164         * src/mainwindow.c: cleanup for reply processing.
165         * src/summaryview.c: summary_reply(): fixed a memory leak.
166           summary_key_pressed(): removed hardcoded mark / mark as unread
167           shortcuts.
168         * src/mainwindow.c
169           src/prefs_common.c: added mark / mark as unread shortcuts to
170           the menu.
171
172 2002-01-30
173
174         * src/compose.c: compose_wrap_line_all(): wrap quoted part even
175           if prefs_common.linewrap_quote is not set (it is only for
176           auto-wrapping on reply).
177         * src/prefs_account.c: prefs_account_open(): initialize tmp_ac_prefs
178           when creating a new account.
179         * src/mh.c: mh_get_msg_list(): use also st_ctime to detect
180           directory change.
181         * src/prefs_common.c: prefs_interface_create(): modified the
182           description of key binds selector.
183
184 2002-01-29
185
186         * src/mimeview.c: fixed multiple dialog / moving by correcting
187           button / key event processing.
188         * src/mimeview.[ch]
189           src/textview.c: pass some key press events to MimeView in MIME
190           mode.
191         * src/prefs_filter.c: fixed a bug that didn't set the order of
192           rules correctly.
193         * src/prefs_common.c: prefs_keybind_apply_clicked(): fixed
194           empty_menurc string.
195
196 2002-01-28
197
198         * src/mainwindow.c
199           src/prefs_common.c: reorganized the menu shortcuts.
200           Added 'View - Toggle summary view'.
201         * src/summaryview.[ch]: summary_toggle_view(): made it public
202           function.
203         * src/prefs_common.[ch]: swapped the position of 'Shortcut key'
204           and 'On exit'.
205         * src/importldif.c: imp_ldif_delete_event(): fixed segfault when
206           closing the dialog with window manager (in more appropriate way).
207         * src/imageview.[ch]
208           src/messageview.c
209           src/mimeview.c: fixed wrong scrolling position when switching
210           between text and image parts. Also free the unrequired image
211           (thanks to Sergey Vlasov).
212         * src/prefs_common.c: disabled 'Go to inbox after receiving new mail'
213           by default.
214
215 2002-01-28
216
217         * src/prefs_common.c: implemented shortcut quick changer.
218         * src/folderview.c: folderview_key_pressed()
219           src/summaryview.c: summary_key_pressed(): removed some hardcoded
220           key binds.
221
222 2002-01-25
223
224         * src/procmime.c:
225           procmime_get_mime_type()
226           procmime_get_mime_type_table(): made the MIME type search case
227           insensitive.
228         * src/gtkstext.c:
229           gtk_stext_delete_line(): delete newline on empty line.
230           gtk_stext_delete_to_line_end(): delete newline if cursor is on
231           the last of line.
232           (thanks to Yasuzaki Masayoshi.)
233
234 2002-01-23
235
236         * src/compose.c
237           src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
238           and made them customizable.
239         * src/utils.[ch]: added get_file_size_as_crlf() which returns
240           the file size when converting LF to CR+LF.
241
242 2002-01-22
243
244         * src/compose.c: enabled 'Ctrl-Enter' or
245           'Ctrl-(other modifier keys)-Enter' shortcut that didn't work
246           before.
247         * src/gtkstext.c: disabled some Emacs key bindings.
248           gtk_stext_key_press(): don't extend selection when Shift-Enter
249           is pressed to prevent the disapperance of cursor.
250         * src/summaryview.c: summary_select_next_unread(): added the button
251           to search unread message again from the beginning to the dialog.
252         * src/folderview.c: folderview_key_pressed(): go to next unread
253           folder if space key is pressed on the empty folder.
254           Move CTree focus before selecting row.
255
256 2002-01-21
257
258         * src/defs.h: modified the XLFD of default fonts.
259         * src/textview.c: textview_create(): fixed a bug that caused
260           segfault if font couldn't be loaded.
261         * src/folderview.c
262           src/grouplistdialog.c: compare subscribed groups with path.
263         * src/prefs_filter.c: changed 'Operator' to 'Condition'.
264
265 2002-01-20
266
267         * src/compose.c: compose_wrap_line_all(): fixed wrapping crash
268           when URL is wider than wrapping margin.
269         * src/mainwindow.c
270           src/prefs_filter.[ch]
271           src/summaryview.[ch]: added "Create filter rule" function based
272           on the patch from Luca Rosellini.
273         * src/summaryview.c: summary_filter_open(): added X-List and
274           X-Mailing-list to the automatically detected headers.
275
276 2002-01-18
277
278         * configure.in: support Mac OS X (Darwin).
279
280 2002-01-16
281
282         * src/prefs_filter.c: use inc_(un)lock() instead of
283           inc_autocheck_timer_{remove|set}().
284         * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
285           instead of gtk_ctree_sort_node() so that messages within threads
286           are also sorted.
287         * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
288           target of sizeof was wrong and caused crash on Alpha architecture
289           (thanks to Motonobu Ichimura).
290
291 2002-01-15
292
293         * src/foldersel.c:
294           foldersel_gnode_func(): made the names of special folders
295           translated strings.
296           foldersel_set_tree(): move the special folder to the top.
297         * src/inputdialog.[ch]: input_dialog_query_password(): new.
298         * src/imap.c
299           src/inc.c
300           src/news.c
301           src/send.c: use input_dialog_query_password() instead of their
302           own query functions.
303
304 2002-01-14
305
306         * src/defs.h: modified the default font.
307         * src/folder.[ch]
308           src/mh.[ch]
309           src/imap.[ch]
310           src/news.[ch]: moved the class definition and some methods to
311           the proper location.
312
313 2002-01-11
314
315         * src/mimeview.c: mimeview_save_as()
316           src/summaryview.c: summary_save_as(): put the default filename
317           based on the subject.
318         * src/utils.[ch]: added subst_chars() and subst_for_filename()
319           which substitute some special characters with underscore.
320         * src/filesel.c: filesel_select_file(): select the default filename.
321
322 2002-01-10
323
324         * INSTALL
325           INSTALL.jp: added the description and the URL for libjconv.
326         * src/mainwindow.c: menu entries cleanup.
327
328 2002-01-09
329
330         * README
331           README.jp
332           src/about.c: modified the copyright year.
333         * src/gtkstext.h: added the notice for modification by the Sylpheed
334           Team.
335
336 2002-01-08
337
338         * INSTALL
339           INSTALL.jp: added the URL for compface.
340
341 2002-01-07
342
343         * version 0.7.0
344
345 2002-01-07
346
347         * src/headerwindow.c
348           src/logwindow.c
349           src/messageview.c
350           src/sourcewindow.c: set wmclass when creating windows.
351
352 2002-01-04
353
354         * src/compose.c: compose_wrap_line_all(): fixed the bug that
355           caused infinite loop when wrapping certain patterns of quoted text.
356
357 2002-01-02
358
359         * src/imap.c: imap_parse_envelope(): put the assertion after
360           imap_parse_address() to prevent segmentation fault.
361
362 2001-12-31
363
364         * src/folderview.c
365           src/mainwindow.c: modified some labels of menu items.
366         * src/ldif.c: put the return value of fgetc() in a gint.
367         * src/importldif.c: don't brace null strings with _().
368         * src/compose.c: moved the position of Subject entry to the last.
369           Reorganized the menu.
370           compose_draft_cb(): added 'keep editing after saving to draft'
371           feature.
372
373 2001-12-30
374
375         * src/mainwindow.c: reorganization of main menu. Removed 'Summary'
376           menu. Moved 'Help' menu to just the right of 'Configuration'.
377           Removed 'File - Close' menu item.
378
379 2001-12-25
380
381         * src/mainwindow.c: some menu reorganization.
382         * AUTHORS: updated. Added more contributors.
383         * src/account.c: account_row_moved(): new. Moves displayed row to
384           the appropriate position when up / down button are pressed.
385           account_clist_set(): move displayed row to the appropriate position.
386         * src/compose.c
387           src/mainwindow.c: set title and wmclass when creating windows.
388
389 2001-12-24
390
391         * src/gtkstext.c: fixed a bug that didn't show block cursor
392           correctly. Removed unnecessary GdkGC copy. Fixed cursor
393           coordinate.
394         * src/compose.c
395           src/gtkutils.[ch]
396           src/textview.[ch]
397           src/undo.c: modified to use GtkSText.
398         * src/menu.h: added #include <gtk/gtkmenu.h>.
399
400 2001-12-23
401
402         * acconfig.h
403           configure.in: added XIM checking for GTK+.
404         * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed.
405
406 2001-12-22
407
408         * src/filter.c: added #include <sys/types.h>.
409
410 2001-12-21
411
412         * src/template.c: template_write_config(): fixed a typo.
413         * src/compose.c: toolbar_linewrap_cb(): call compose_wrap_line_all().
414         * src/filter.[ch]
415           src/prefs_filter.c: supported regular expression (thanks to
416           Yukihiro Nakai).
417         * src/undo.c: undo_paste_clipboard_cb(): fixed a bug that broke
418           undo state when pasted clipboard was empty.
419           undo_check_size(): use g_list_last().
420           undo_undo()
421           undo_redo(): fixed NULL checking and made a bit of optimization.
422           Some code cleanups.
423         * src/prefs_common.c: changed the default value of linewrap length
424           to 72.
425
426 2001-12-20
427
428         * reorganization of pixmap management.
429         * src/stock_pixmap.[ch]: new. This module manages all static pixmaps.
430         * modified every files which directly use pixmaps data to use
431           stock_pixmap_*().
432         * src/undo.[ch]: renamed undo_set_undo_change_funct() to
433           undo_set_change_state_func(), and changed its argument from
434           GtkWidget* to gpointer.
435           undo_merge(): code cleanup.
436         * src/compose.c: renamed compose_set_undo() to
437           compose_undo_state_changed().
438
439 2001-12-19
440
441         * src/account.c: account_find_from_address(): made it case
442           insensitive.
443         * src/addressbook.c: addressbook_create(): set wmclass.
444         * src/compose.c: compose_insert_file(): supported DOS/Win/Mac line
445           break.
446         * src/importldif.c
447           src/ldif.[ch]: merged from the claws branch.
448         * src/importldif.c: removed some warnings.
449           imp_ldif_field_list_toggle(): fixed button checking.
450           imp_ldif_dialog_create(): minor layout fix.
451         * src/ldif.c: removed some warnings.
452         * INSTALL
453           INSTALL.jp: updated confirmation list.
454         * src/vcard.c:
455           vcard_read_file()
456           vcard_test_read_file(): fixed a memory leak of tagtemp.
457           Some code cleanups (decreasing the indent level).
458         * src/addrindex.c
459           src/jpilot.[ch]
460           src/syldap.[ch]: disabled runtime library checking because JPilot
461           and LDAP libraries are linked on the build time, and the program
462           doesn't execute without them anyway.
463         * src/addressbook.c
464           src/addrindex.c: changed "J-Pilot" to "JPilot".
465           Removed warning for atoi().
466
467 2001-12-18
468
469         * src/procmsg.c: procmsg_empty_trash()
470           src/mainwindow.c: main_window_empty_trash(): empty trash only if
471           it contains some messages.
472         * src/imap.c: search_array_str(): new.
473           imap_status(): fixed a bug that didn't parse the command response
474           correctly.
475
476 2001-12-18
477
478         * merged undo function (by Jens Oberender).
479         * src/undo.[ch]: new.
480           undo_insert_text_cb(): fix for multibyte characters (obtain the
481           number of letters instead of bytes).
482         * src/compose.[ch]: added the code for undo.
483         * src/prefs_common.[ch]: added the interface for setting undo level.
484
485 2001-12-16
486
487         * src/compose.c: compose_template_apply()
488           src/prefs_template.c: prefs_template_clist_set_row()
489           src/template.c: template_write_config(): don't replace To: and
490           Subject: entry in composition window if they are empty.
491
492 2001-12-16
493
494         * version 0.6.6
495
496 2001-12-15
497
498         * src/folderview.c: folderview_drag_motion_cb(): fixed a DnD bug.
499         * src/ldif.c: ldif_get_line(): ignore CR.
500         * src/mimeview.c: mimeview_show_message(): search also text/html
501           for first text part.
502
503 2001-12-14
504
505         * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
506           that didn't update accountrc if account_list == NULL (thanks to
507           Watanabe).
508
509 2001-12-14
510
511         * src/utils.h: added the macro Xstrcat_a() that concatenates
512           two strings and return alloca'd string.
513         * src/imap.c: imap_scan_tree_recursive(): fixed a bug that didn't
514           handle folder name which includes some spaces correctly
515           (based on the patch from Willem van Engen (thanks!)).
516         * src/compose.c: compose_wrap_line_all(): fixed the crash when
517           wrapping long lines if linewrap quotation is disabled and
518           a word spanning more than one line.
519
520 2001-12-14
521
522         * applied the Tobias' patch with modification (thanks!).
523         * src/imap.[ch]:
524           imap_msg_set_perm_flags()
525           imap_msg_unset_perm_flags(): new. They set permanent flags to
526           a IMAP message.
527         * src/compose.c
528           src/summaryview.c: set flags on IMAP server when flags are changed.
529
530 2001-12-11
531
532         * src/gtkutils.[ch]: gtkut_container_remove(): new. It's a wrapper
533           of gtk_container_remove() for workaround of a bug in
534           Gtk{Text,Entry} (thanks to Sergey Vlasov).
535         * src/compose.c
536           src/mainwindow.c
537           src/messageview.c
538           src/mimeview.c
539           src/summaryview.c
540           src/textview.c: replaced gtk_container_remove() with
541           gtkut_container_remove(), and removed previous partial fix.
542
543 2001-12-09
544
545         * src/prefs_account.c: prefs_account_apply(): fixed a bug that
546           checked user ID on "local", but didn't on IMAP4.
547         * src/imap.c: imap_session_get(): fixed a crash bug when
548           rfolder->session == NULL.
549         * Makefile.am: changed the arguments of tar from 'chojf' to
550           '--bzip2 -chof'.
551         * src/summaryview.c: summary_toggle_view(): disclaim the selection
552           of textview before removing vpaned.
553
554 2001-12-08
555
556         * src/messageview.c: messageview_change_view_type(): disclaim the
557           selection before removing textview. This solves the mysterious
558           copy-paste disability (thanks to Melvin Hadasht).
559         * src/textview.c: textview_set_font(): use
560           gtk_editable_claim_selection() instead of
561           gtk_editable_select_region().
562
563 2001-12-06
564
565         * src/prefs_template.c: prefs_template_window_create(): supported
566           address completion on the To: entry.
567
568 2001-12-04
569
570         * src/folder.c:
571           folder_count_total_msgs()
572           folder_count_total_msgs_func(): use g_node_traverse() to traverse
573           GNode.
574
575 2001-12-03
576
577         * src/compose.c: fixed a bug that empty body was refused.
578         * src/prefs_template.c: fixed a bug that didn't set To: entry
579           correctly. Display error dialog if format is illegal.
580         * src/prefs_common.c
581           src/quote_fmt_lex.l
582           src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
583           "{ }" to prevent confusion on using parenthesis.
584         * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
585
586 2001-11-29
587
588         * src/prefs_template.c: added colon to the header labels.
589
590 2001-11-28
591
592         * src/compose.c
593           src/prefs_template.c
594           src/template.[ch]: added To field to the template.
595
596 2001-11-27
597
598         * src/textview.c: textview_show_part(): use first found
599           message/rfc822 header.
600         * src/folderview.c: added "Search messages..." to the context menu.
601         * src/prefs_common.c: prefs_quote_description_create(): added
602           description for characters which need to be escaped.
603
604 2001-11-26
605
606         * src/compose.c: compose_wrap_line_all(): more merging from claws.
607           GET_CHAR(): renamed GET_TEXT() and made it more generic.
608           Modified compose_wrap_line() and compose_wrap_line_all() to use
609           GET_CHAR().
610         * src/textview.c: textview_show_part(): show the header of nested
611           RFC822 attachment correctly.
612
613 2001-11-25
614
615         * src/folder.[ch]
616           src/main.c: added --status option to get new, unread and total
617           message count from a running Sylpheed (merged from claws).
618           prohibit_duplicate_launch(): output '\n' only once.
619
620 2001-11-23
621
622         * src/compose.c
623           src/gtkutils.[ch]: merged the new wrapping function.
624           gtkut_text_str_compare_n()
625           gtkut_text_str_compare()
626           gtkut_text_is_uri_string(): backport from the GtkSText in the
627           claws branch, and made modification.
628         * src/prefs_template.c
629           src/template.[ch]: added Subject to the template.
630
631 2001-11-22
632
633         * src/compose.c: compose_write_headers(): added missing parenthesis
634           that generated invalid custom header (thanks to Masaaki Noro).
635           Allow Sender: custom header.
636
637 2001-11-20
638
639         * src/procheader.c: procheader_date_parse(): workaround for
640           RFC-incompliant Date header.
641
642 2001-11-20
643
644         * src/addrbook.c: removed redundant functions, and fixed generation
645           of spurious address book file names.
646         * src/addrindex.c: V-Card -> vCard.
647
648 2001-11-19
649
650         * src/textview.c: get_email_part(): replaced isalnum() with
651           the macro IS_ASCII_ALNUM() which restricts the range of
652           characters to 7bit ASCII (thanks to Shimamoto).
653         * src/utils.c: remote_tzoffset_sec(): workaround for malformed
654           timezone offset.
655
656 2001-11-18
657
658         * src/textview.c: textview_show_part(): show headers on nested
659           muitipart text.
660
661 2001-11-17
662
663         * src/imap.c: imap_session_get()
664           src/news.c: news_session_get(): fixed segfault when reconnection
665           failed.
666         * src/grouplistdialog.c: removed redundant code, and expand nodes
667           that doesn't match the pattern.
668
669 2001-11-16
670
671         * src/compose.c: modified so that it sends message when any of
672           To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
673           compose_check_for_valid_recipient(): new.
674         * src/grouplistdialog.c: improved the UI.
675           Added appropriate description and search button.
676           Search doesn't get group list again.
677
678 2001-11-15
679
680         * src/news.[ch]: news_session_get(): update the last access time
681           correctly.
682           news_group_list_free(): new.
683         * src/grouplistdialog.c: free resources correctly.
684
685 2001-11-15
686
687         * src/folderview.c
688           src/grouplistdialog.[ch]: more merging of new newsgroup
689           subscription dialog.
690         * src/news.[ch]: renamed news_remove_group_list() to
691           news_remove_group_list_cache().
692
693 2001-11-14
694
695         * src/defs.h: added MAX_ENTRY_LENGTH definition.
696         * src/compose.c: compose_add_entry_field(): create new entry with
697           max length.
698
699 2001-11-13
700
701         * src/grouplistdialog.c: made non-leaf node selectable.
702           Give the complete newsgroup name for each nodes.
703
704 2001-11-13
705
706         * src/grouplistdialog.c
707           src/news.[ch]: merging of new newsgroup subscription dialog
708           (still in progress. Don't use it yet!).
709
710 2001-11-12
711
712         * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
713         * src/compose.[ch]: compose_new_with_recipient(): accept mailto
714           URL.
715           compose_entries_set(): new. It parses mailto URL and put each
716           values into the entries.
717
718 2001-11-12
719
720         * src/compose.c: compose_forward(): fixed a bug that forward
721           quote mark wasn't used (thanks to Hironori IWANE).
722         * src/codeconv.[ch]
723           src/mainwindow.c
724           src/prefs_common.c: added Thai encodings (thanks to Manrat
725           Chobchuen).
726
727 2001-11-08
728
729         * src/socket.c: sock_connect_by_hostname(): removed h_errno.
730         * src/session.h
731           src/defs.h
732           src/imap.[ch]
733           src/news.c: added last_access_time to Session.
734           imap_session_get(): check connection only when access interval
735           has been exceeded.
736
737 2001-11-07
738
739         * version 0.6.5
740
741 2001-11-07
742
743         * src/socket.c: ssl_gets(): use SSL_peek.
744         * updated NEWS and AUTHORS.
745         * Makefile.am: fixed release target.
746
747 2001-11-06
748
749         * src/template.c: changed the format of template file to
750           RFC2822-like.
751         * src/compose.c: compose_template_apply(): freeze the text widget
752           while inserting strings.
753
754 2001-11-05
755
756         * po/POTFILES.in: removed src/template_select.c.
757         * src/summaryview.c: summary_set_header()
758           src/address.c: address_parse_str()
759           src/filter.c: filter_read_str()
760           src/news.c: news_parse_xover()
761           src/procheader.c: procheader_get_fromname()
762           src/utils.c: subject_compare():
763           replaced Xalloca() + strcpy() with Xstrdup_a().
764         * src/inputdialog.[ch]: added combo mode.
765           input_dialog_combo(): new.
766         * src/prefs_common.[ch]: added MIME open command setting.
767           prefs_common_{read, save}_config(): read / write command history.
768         * src/mimeview.c: mimeview_open_with(): use combo input dialog.
769         * src/utils.[ch]: add_history(): history list management function.
770
771 2001-11-04
772
773         * src/compose.c: select templates from the menu.
774           compose_set_template_menu(): new.
775           compose_reflect_prefs_all(): new.
776           compose_template_apply(): new. Use dummy MsgInfo for parsing.
777         * src/template.[ch]: store template list to the static heap.
778           template_get_config(): new.
779           template_set_config(): new.
780         * src/prefs_template.c: don't store template list to the global area.
781         * src/template_select.[ch]: removed.
782         * src/quote_fmt_parse.y: check folderitem when quoting messages.
783         * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
784           (thanks to OSHIRO Naoki).
785
786 2001-11-03
787
788         * src/utils.[ch]: get_template_dir(): new.
789         * src/template.c: use get_template_dir().
790
791 2001-11-02
792
793         * src/prefs_template.c: modified the dialog layout.
794           Added symbol description button.
795         * src/summaryview.c: show an arrow mark to the column of the sort
796           target.
797           summary_set_column_titles(): new.
798         * INSTALL
799           INSTALL.jp
800           README
801           README.jp
802           TODO
803           TODO.jp: updated the documents.
804
805 2001-11-02
806
807         * src/Makefile.am: add missing checkbox_{on, off}.xpm.
808         * src/textview.c: textview_key_pressed()
809           src/mimeview.c: mimeview_key_pressed()
810           src/summaryview.c: summary_key_pressed(): delete messages with
811           Delete key.
812
813 2001-11-01
814
815         * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
816           when SSL_read() returned 0.
817         * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
818           of strings.
819         * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
820           Add prototype of yylex() to suppress the warning.
821         * merged the template function.
822         * src/prefs_template.[ch]
823           src/template.[ch]
824           src/template_select.[ch]: new.
825           Renamed prefs_templates_* -> prefs_template_*.
826         * src/compose.c: added template menu. Added replyinfo to Compose.
827         * src/mainwindow.c: added template setting menu.
828         * src/quote_fmt_lex.l: output literal tab and return as is.
829         * src/prefs_common.c: changed the pref. name of quote format to
830           'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
831
832 2001-10-31
833
834         * src/prefs_common.[ch]: added Quote tab, and moved the quote
835           setting from Compose tab.
836         * merged the new quote format parser.
837         * src/quote_fmt_lex.h
838           src/quote_fmt.h
839           src/quote_fmt_lex.l
840           src/quote_fmt_parse.y: new files for quote format parser.
841         * configure.in: added checks for lex and yacc.
842         * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
843           removed.
844           compose_quote_fmt(): new.
845         * src/prefs_common.[ch]: added forward format setting to the
846           Quote tab. Updated the quote description dialog.
847         * src/quote_fmt_parse.y: fixed bugs that tried to read file even
848           if they couldn't get text part.
849
850 2001-10-31
851
852         * src/pixmaps/checkbox_off.xpm
853           src/pixmaps/checkbox_on.xpm: new.
854         * src/account.c: display `get all' status with the checkbox pixmaps.
855
856 2001-10-30
857
858         * src/send.c: code cleanup. Pass account prefs structure instead
859           of many arguments.
860           Query password for SMTP AUTH if not specified (thanks to Mio).
861
862 2001-10-30
863
864         * src/procheader.c: procheader_parse(): fixed a bug that didn't
865           parse multiple message-id in In-Reply-To: header correctly
866           (thanks to KAJIWARA).
867
868 2001-10-29
869
870         * src/account.c: enabled 'Get all' setting by clicking the 'G'
871           column of account list, and added some description.
872         * src/prefs_common.c: prefs_send_create(): added a description
873           for outgoing codeset.
874
875 2001-10-28
876
877         * src/prefs_account.[ch]: moved inbox entry to the receive tab,
878           and added select button and short description.
879         * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
880         * src/procmime.c:
881           procmime_get_mime_type_table()
882           procmime_get_mime_type_list(): modified so that
883           $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
884           $(HOME)/.sylpheed/mime.types are read.
885
886 2001-10-27
887
888         * src/prefs_account.c: moved the address auto-setting to the compose
889           tab.
890           prefs_account_create(): removed gtk_widget_show_all() for proper
891           window size.
892         * src/prefs_common.c: changed "Program path" to "Command".
893
894 2001-10-26
895
896         * src/textview.c: textview_set_font(): support Russian charset
897           on EUC-JP locale.
898         * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
899           bug on deleting.
900         * prefs_account.c
901           prefs_common.c
902           prefs_summary_column.c: minor improvements to the English.
903         * src/main.c: get_queued_message_num(): don't output the warning
904           when queueing folder is not found.
905
906 2001-10-21
907
908         * version 0.6.4
909
910 2001-10-21
911
912         * src/prefs_summary_column.[ch]:
913           made prefs_summary_column_get_config() public.
914         * src/summaryview.c: summary_ctree_create(): some code cleanup.
915         * configure.in: moved the position of SSL checking after LDAP
916           for linking problem.
917
918 2001-10-21
919
920         * src/mainwindow.c
921           src/summaryview.c: allowed reedit in the outbox.
922         * src/prefs_summary_column.[ch]: new. UI for setting summary
923           columns.
924         * src/mainwindow.[ch]: main_window_set_summary_column(): new.
925           It calls summary_set_column_order().
926         * src/summaryview.[ch]:
927           summary_ctree_create(): new. separated from summary_create().
928           summary_set_column_order(): new. It destroys the current
929           CTree and replaces it with the new one.
930
931 2001-10-19
932
933         * src/smtp.[ch]: smtp_from(): abort if auth failed.
934         * changed C++-style comments into C-style in some files, and
935           removed unnecessary commented out codes.
936         * src/addrcache.[ch]
937           src/addressbook.c
938           src/addrindex.[ch]
939           src/jpilot.[ch]
940           src/syldap.[ch]: updated the addressbook code, and fixed the
941           thread bug of LDAP.
942         * src/ldif.[ch]
943           src/importldif.[ch]: new.
944
945 2001-10-18
946
947         * src/about.c: added some items to compiled-in features.
948         * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
949         * src/addressbook.c: changed "V-Card" to "vCard".
950           addressbook_edit_address_cb(): added
951           invalidate_address_completion() to the point address is changed.
952         * src/codeconv.c: changed C++-style comments into C-style.
953
954 2001-10-17
955
956         * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
957
958 2001-10-16
959
960         * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
961           was clicked twice.
962
963 2001-10-16
964
965         * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
966           threads.
967         * src/summaryview.c:
968           summary_thread_init(): separated from summary_thread_build(). 
969           summary_thread_build(): removed the codes for initialization.
970           summary_set_ctree_from_list(): call summary_thread_init() instead
971           of summary_thread_build().
972           summary_filter(): fixed a bug that didn't moved messages despite
973           of immediate execution setting.
974
975 2001-10-14
976
977         * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
978           reversed thread tree from message list.
979         * src/summaryview.c: summary_set_ctree_from_list(): prepend the
980           node to the head instead of appending to the tail. This prevents
981           the traverse of node list inside of the GtkCTree, and considerably
982           speeds up the summary display (the order is O(n^2) -> O(n)).
983
984 2001-10-12
985
986         * src/prefs_common.c
987           src/summaryview.[ch]: initial modification for reorderable columns.
988
989 2001-10-12
990
991         * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
992           memory leak.
993         * src/folderview.c: folderview_button_pressed(): code cleanup, and
994           turn sensitivity off if main window is locked.
995         * src/syldap.c: syldap_read_data(): removed unnecessary and
996           unportable sched_yield().
997
998 2001-10-11
999
1000         * src/folderview.c: renamed "Update folder tree" context menu to
1001           "Rescan folder tree", and made "Update folder tree" only updates
1002           folder status.
1003           folderview_update_all_node(): don't show message dialog.
1004         * src/gtkutils.c: gtkut_widget_get_uposition()
1005           src/mainwindow.c: main_window_popup(): clip the coordinate to
1006           nonnegative value.
1007
1008 2001-10-10
1009
1010         * src/utils.c: to_human_readable(): made a bit of optimization.
1011         * src/summaryview.c: summary_delete(): fixed a focus problem.
1012           summary_find_{prev,next}_msg(): new. They find previous/next
1013           message that is not deleted.
1014         * src/prefs_filter.c: scroll CList automatically if moved row
1015           becomes not fully visible.
1016
1017 2001-10-09
1018
1019         * updated some autotool scripts.
1020         * src/codeconv.c: conv_encode_header(): fixed a bug that caused
1021           infinite loop when failed to convert encoding.
1022         * src/codeconv.[ch]: a fix for older version of libjconv
1023           (jconv_info_get_current_codeset() returned "EUCJP" instead of
1024           "EUC-JP").
1025
1026 2001-10-08
1027
1028         * version 0.6.3
1029
1030 2001-10-08
1031
1032         * src/compose.c: compose_write_to_file()
1033           src/codeconv.c: conv_codeset_strdup(): more workaround for
1034           libjconv problem on C locale.
1035         * src/editldap_basedn.c: fixed segfault when opening dialog.
1036         * src/utils.c: is_next_mbs()
1037           src/compose.c: compose_wrap_line(), compose_wrap_line_all():
1038           changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
1039         * configure.in: increased the reqired version of GPGME to 0.2.3.
1040         * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
1041           the receive dialog when POP3 server refused normal authentication.
1042
1043 2001-10-07
1044
1045         * src/prefs_common.c: prefs_receive_create(): correction to English.
1046         * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
1047           that didn't set the menu sensitivity correctly (thanks to
1048           Melvin Hadasht).
1049         * src/summaryview.c: delete messages permanently if the current
1050           folder is trash and 'delete' operation is executed.
1051           Fixed the bug that didn't select the last row correctly (thanks
1052           to Alfons Hoogervorst).
1053         * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
1054           all messages given in the list.
1055
1056 2001-10-05
1057
1058         * src/summaryview.c: summary_show(): fixed a bug that didn't show
1059           message even if the 'open unread message on entering folder'
1060           option was turned on.
1061
1062 2001-10-03
1063
1064         * src/procmime.c: procmime_get_text_content(): supported HTML.
1065
1066 2001-10-02
1067
1068         * src/summaryview.[ch]: implemented new locking mechanism, and
1069           replaced every static locks with summary_lock(), summary_unlock(),
1070           and added locks to some extra functions.
1071           This fixes a bug that caused segfault when 'd' (delete) key
1072           was kept pressing.
1073
1074 2001-10-01
1075
1076         * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
1077           that caused segfault (thanks to Stefaan A Eeckels).
1078
1079 2001-09-30
1080
1081         * src/textview.[ch]: added textview_set_position().
1082         * src/messageview.[ch]: added messageview_set_position().
1083         * src/addrbook.c
1084           src/addrcache.c
1085           src/addressadd.c
1086           src/addressbook.c
1087           src/addrindex.c
1088           src/addritem.c
1089           src/editaddress.c
1090           src/editbook.c
1091           src/editgroup.c
1092           src/editjpilot.c
1093           src/editldap.c
1094           src/editldap_basedn.c
1095           src/editvcard.c
1096           src/jpilot.c
1097           src/mgutils.c
1098           src/syldap.c
1099           src/vcard.c: converted C++-style comments into C-style one.
1100         * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
1101           new buffer and quote with double quotes if required.
1102           imap_status(), imap_cmd_login(), imap_cmd_list(),
1103           imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
1104           imap_cmd_copy(): use QUOTE_IF_REQUIRED().
1105         * compose.c: compose_write_to_file(): workaround for the problem
1106           when using libjconv and 8bit codes cannot be converted on C
1107           locale.
1108         * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
1109           conv_codeset_strdup(): don't convert if source and destination
1110           codeset are identical.
1111
1112 2001-09-30
1113
1114         * src/textview.[ch]: textview_search_string_backward(): new.
1115           Add the new member cur_pos to TextView.
1116           Connect button_press_event with gtk_signal_connect_after() to
1117           obtain the correct editable position.
1118
1119 2001-09-27
1120
1121         * src/folder.c: folder_write_list_recursive(): preserve unthreaded
1122           state.
1123
1124 2001-09-26
1125
1126         * src/summaryview.c: modified the layout of popup menu.
1127
1128 2001-09-25
1129
1130         * src/folder.c
1131           src/folder.h
1132           src/mainwindow.c
1133           src/summaryview.c: applied the patch from Alfons that allows
1134           threading setting for each folders (tnanks!).
1135
1136 2001-09-23
1137
1138         * src/message_search.[ch]: new. A Dialog for searching in current
1139           message.
1140         * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
1141           text in current position of GtkText and given wide-character
1142           string.
1143         * src/messageview.[ch]: messageview_search_string()
1144           src/textview.[ch]: textview_search_string(): return TRUE if
1145           found.
1146         * src/textview.[ch]: remember the beginning of body.
1147
1148 2001-09-21
1149
1150         * src/procmime.c: procmime_get_first_text_content(): modified so
1151           that it search entire MIME structure.
1152         * src/summary_search.c: summary_search_execute(): use
1153           strdup_mbstowcs() instead of macro. Display matched message.
1154
1155 2001-09-20
1156
1157         * src/inc.c: fix for background POP3 hangs and crashes (thanks to
1158           Sergey Vlasov).
1159         * src/summary_search.c: added body searching function.
1160         * src/procmime.[ch]: procmime_find_string(): changed arguments
1161           and return value. Added case sensitivity option.
1162
1163 2001-09-20
1164
1165         * src/procmime.[ch]:
1166           procmime_find_string()
1167           procmime_find_string_part(): new. It searchs the string from
1168           messages.
1169           Renamed procmime_get_text_part() to
1170           procmime_get_first_text_content().
1171           procmime_get_text_content(): new. It returns the text contents
1172           of the specified MIME part.
1173           procmime_mimeinfo_next(): new. It returns the next node of
1174           MimeInfo tree.
1175
1176 2001-09-19
1177
1178         * src/procmime.c: procmime_get_text_part(): modified so that it
1179           finds a text part in nested multipart message correctly.
1180         * src/procmime.h: added an example of MimeInfo structure.
1181         * src/mimeview.c: mimeview_show_message(): search the first text
1182           part.
1183
1184 2001-09-17
1185
1186         * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
1187           caused segfault. Changed 'Preferences per account...' menu item.
1188
1189 2001-09-17
1190
1191         * version 0.6.2
1192
1193 2001-09-16
1194
1195         * src/addrindex.c: translate the "Common address" and "Personal
1196           address" from old addressbook.
1197
1198 2001-09-12
1199
1200         * src/utils.c: get_quote_level(): some optimization and bugfixes.
1201         * src/codeconv.[ch]: conv_get_current_locale(): new.
1202         * src/editaddress.c: edit_person_page_basic(): reverse the order
1203           of first and last name on some locales.
1204
1205 2001-09-11
1206
1207         * src/compose.c: applied the patch from Yasumatsu that reformats
1208           the current paragraph (thanks!). Modified so that it doesn't
1209           reformat quoted paragraphs.
1210           compose_create(): don't fill the entry automatically on reedit
1211           mode.
1212         * src/mainwindow.c
1213           src/summaryview.[ch]: added the "Mark all read" option.
1214           summary_mark_all_read(): new.
1215
1216 2001-09-10
1217
1218         * src/vcard.c
1219           src/mgutils.c
1220           src/syldap.c
1221           src/editldap.c
1222           src/editldap_basedn.c
1223           src/jpilot.c
1224           src/editjpilot.c: removed all warnings.
1225         * configure.in
1226           src/jpilot.[ch]: fixed the problem that failed to detect JPilot
1227           header files on the Debian system.
1228         * src/mainwindow.c
1229           src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
1230           and color label. Enabled moving to next/prev flagged messages.
1231
1232 2001-09-09
1233
1234         * src/pixmaps/dir-close.xpm
1235           src/pixmaps/dir-open.xpm
1236           src/pixmaps/new.xpm
1237           src/pixmaps/unread.xpm: modified the color balance.
1238         * src/utils.[ch]: execute_sync(): new.
1239           execute_command_line(): added the arg for async mode.
1240         * src/inc.c: inc_mail(): use execute_command_line().
1241
1242 2001-09-08
1243
1244         * src/prefs.[ch]
1245           src/prefs_common.[ch]
1246           src/prefs_account.c: modified the layout. Added the option to
1247           launch the external editor automatically.
1248         * src/compose.c: launch the external editor automatically if the
1249           option is set.
1250
1251 2001-09-06
1252
1253         * src/Makefile.am: added extra xpm's.
1254
1255 2001-09-05
1256
1257         * src/addressbook.c: fixed a compilation problem when enabling
1258           LDAP.
1259           addressbook_open(): fixed a missing 'else'.
1260
1261 2001-09-04
1262
1263         * src/pixmaps/dir-close.xpm
1264           src/pixmaps/dir-open.xpm
1265           src/pixmaps/trash.xpm: replaced with the new blue icons.
1266         * merged Match Grun's new addressbook code.
1267         * src/pixmaps/address.xpm
1268           src/pixmaps/book.xpm
1269           src/pixmaps/category.xpm
1270           src/pixmaps/interface.xpm
1271           src/pixmaps/jpilot.xpm
1272           src/pixmaps/ldap.xpm
1273           src/pixmaps/vcard.xpm: new icons.
1274         * src/addrbook.[ch]
1275           src/addrcache.[ch]
1276           src/addressadd.[ch]
1277           src/addressitem.[ch]
1278           src/addrindex.[ch]
1279           src/addritem.[ch]
1280           src/editaddress.[ch]
1281           src/editbook.[ch]
1282           src/editgroup.[ch]
1283           src/editjpilot.[ch]
1284           src/editldap.[ch]
1285           src/editldap_basedn.[ch]
1286           src/editvcard.[ch]
1287           src/jpilot.[ch]
1288           src/mgutils.[ch]
1289           src/syldap.[ch]
1290           src/vcard.[ch]: new. Many fixes to remove the huge amount of
1291           warnings.
1292           addrbook_build_avail_email_vis(): fixed a memory leak.
1293
1294 2001-09-04
1295
1296         * NEWS: brought in the all of the changes previously put on the web.
1297
1298 2001-09-03
1299
1300         * src/mainwindow.c
1301           src/summaryview.c: modified the layout of menus.
1302         * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
1303           return a focus to the main window after selecting the account menu.
1304
1305 2001-09-03
1306
1307         * version 0.6.1
1308
1309 2001-09-03
1310
1311         * src/send.c: send_message_data(): fixed a bug that didn't process
1312           body part correctly.
1313
1314 2001-09-02
1315
1316         * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
1317           inc_mail(), inc_all_account_mail(): return immediately if locked.
1318         * src/account.c
1319           src/prefs_common.c
1320           src/prefs_account.c: use inc_lock() and inc_unlock() instead of
1321           inc_autocheck_timer_{remove,set}().
1322         * src/summaryview.c: summary_set_colorlabel_color(): get the average
1323           of label color and selected fg color for visibility.
1324
1325 2001-09-01
1326
1327         * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
1328           They increase/decrease the lock count.
1329           inc_autocheck_func(): if locked, delay the autochecking 1 second.
1330           inc_autocheck_timer_set_interval(): set interval by its argument.
1331         * src/summaryview.c: summary_show(): lock the autochecking while
1332           processing.
1333         * src/main.c: app_will_exit(): remove autocheck timer.
1334         * acconfig.h
1335           src/defs.h: removed the definitions of PACKAGE and VERSION to
1336           prevent unnecessary compilation.
1337         * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
1338           to AC_SUBST, and added src/version.h to AC_OUTPUT.
1339         * src/version.h.in: new.
1340         * src/intl.h: changed dgettext() to gettext().
1341
1342 2001-08-31
1343
1344         * po/ja.po: fixed a typo that crashed Sylpheed with older version
1345           of GTK+.
1346         * configure.in: fixed a bug that didn't show results correctly.
1347           Fixed a bug that --enable-compface and --enable-jconv disabled
1348           the options.
1349         * src/procmsg.c: procmsg_send_queue(): don't abort when sending
1350           message failed.
1351         * src/compose.c: compose_write_headers(): add Bcc: header to the
1352           output file.
1353         * src/send.c: send_message_data(): new. Separated from
1354           send_message_smtp(). Remove Bcc: header before sending.
1355
1356 2001-08-30
1357
1358         * version 0.6.0
1359
1360 2001-08-30
1361
1362         * src/send.c: implemented sending with local sendmail command.
1363           send_message_local(): new. It executes command with popen()
1364           and send the contents of RFC822 message to the command.
1365         * src/prefs_common.[ch]: enabled the external sending command option.
1366         * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
1367         * src/account.c: account_edit_create(): widened the protocol column.
1368         * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
1369           the code.
1370
1371 2001-08-30
1372
1373         * src/folder.c: folder_item_remove_msg(): scan the folder again
1374           if the last message is removed.
1375         * src/compose.c: compose_queue(), compose_draft_cb(): remove the
1376           old reedited message after adding the new message.
1377
1378 2001-08-29
1379
1380         * src/compose.c: compose_queue(): added AID: to the queueing header.
1381         * src/send.c: send_message_queue(): look for AID: header, and use
1382           the server specified in the account instead of SSV: header.
1383         * src/summaryview.c
1384           src/compose.[ch]: queued messages can be reedited now.
1385           compose_remove_reedit_target(): new. It removes the old reedited
1386           message.
1387           compose_send(), compose_queue(), compose_draft_cb(): if reedit
1388           mode, remove the old message.
1389         * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
1390           warning.
1391
1392 2001-08-28
1393
1394         * applied the XML string table patch from Alfons Hoogervorst that
1395           stores strings in a hash table and minimizes memory allocations
1396           (thanks!).
1397         * src/stringtable.[ch]: new.
1398           removed all G and g_ prefix from type and function names since
1399           they're not official GLib symbol names.
1400           string_table_insert_string(): fixed a bug that might refer to an
1401           invalid pointer on lookup, and also made a bit of optimization.
1402
1403 2001-08-27
1404
1405         * merged the color label feature from the claws branch (thanks to
1406           Satoshi Nagayasu and Alfons Hoogervoost).
1407         * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
1408           Renamed labelcolors_*() to colorlabel_*().
1409         * src/summaryview.[ch]: added color label support.
1410         * src/procmsg.h: added color label flags to the permanent flags.
1411         * updated to gettext 0.10.39.
1412         * src/summaryview.[ch]: put the color label menu item to ItemFactory.
1413         * sylpheed.desktop: added for GNOME.
1414         * configure.in: added AC_MSG_CHECKING() for some options.
1415           Output the configuration results when configure is finished.
1416
1417 2001-08-27
1418
1419         * src/account.c: account_clist_set_row(): fixed a bug that failed
1420           to compile if SSL was not enabled.
1421
1422 2001-08-26
1423
1424         * merged the SSL support from the claws branch (thanks to Christoph
1425           Hohmann).
1426         * src/ssl.[ch]: new.
1427         * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
1428           ssl_getline().
1429           sock_close(): call ssl_done_socket() if SSL is active.
1430         * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
1431           prevent type confliction.
1432         * src/prefs_account.[ch]: added SSL tab, and modified the expression.
1433         * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
1434           Removed SSL initialization and HELO from esmtp_starttls().
1435           esmtp_auth(): removed use_smtp_auth from its arguments.
1436         * src/send.c: send_smtp_open(): added SSL support.
1437         * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
1438
1439 2001-08-25
1440
1441         * src/mimeview.c: mimeview_open_with(): braced '%s' with single
1442           quote.
1443
1444 2001-08-24
1445
1446         * src/main.c: open new account dialog if no account is set.
1447         * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
1448           the verbosity count.
1449           log_print(): put to statusbar only if log_verbosity_count > 0.
1450           log_message(): put to statusbar.
1451         * src/inc.c: inc_pop3_session_do(): set log verbosity.
1452         * src/mainwindow.c: main_window_set_menu_sensitive(): added the
1453           "Compose new message" item.
1454           main_window_show_cur_account(): removed "Current account: " string.
1455         * src/summaryview.c: summary_show(): ignore the current marks if
1456           main window is locked.
1457         * src/compose.c: compose_attach_property(): fixed a bug that caused
1458           segmentation fault.
1459
1460 2001-08-23
1461
1462         * src/mainwindow.c: main_window_get_current_state(): new. It returns
1463           the current state for the sensitivity of UI.
1464           main_window_set_toolbar_sensitive(): use table like
1465           main_window_set_menu_sensitive().
1466
1467 2001-08-23
1468
1469         * src/mainwindow.[ch]: added progressbar and status label to the
1470           statusbar.
1471           main_window_close_cb(): don't exit if locked.
1472         * src/inc.c: update the progressbar of main window, too.
1473
1474 2001-08-22
1475
1476         * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
1477           the second argument, and determine the sensitivity with the
1478           state of summary view.
1479
1480 2001-08-21
1481
1482         * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
1483           pop3_delete_recv(): don't try to receive messages which are not
1484           exist.
1485
1486 2001-08-21
1487
1488         * src/mainwindow.c: main_window_lock(), main_window_unlock():
1489           removed the whole menubar locking.
1490           main_window_set_menu_sensitive(): process the sensitivity change
1491           with a table, and deal with locking.
1492
1493 2001-08-20
1494
1495         * src/summaryview.[ch]: summary_get_selection_type(): new.
1496           It returns the current selection state of summary view.
1497           summary_key_pressed(): abort on some commands if main window
1498           is locked.
1499         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
1500           increase/decrease the lock count.
1501
1502 2001-08-19
1503
1504         * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
1505           default header list.
1506         * src/prefs_common.[ch]: added the option for receive dialog mode
1507           to the Interface tab.
1508         * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
1509           transient, and show dialog only if the setting is
1510           RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
1511         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
1512           new. Lock / unlock the user-interface.
1513         * src/progressdialog.c: progress_dialog_create(): don't make the
1514           dialog modal.
1515
1516 2001-08-18
1517
1518         * src/folderview.c: folderview_update_node(): suppressed unnecessary
1519           recursive call.
1520         * src/menu.[ch]: menu_button_position(): new. It calculates the
1521           position of popup menu.
1522         * src/mainwindow.c: toolbar_account_button_pressed(),
1523           ac_label_button_pressed(): put the popup menu to the correct
1524           position. Change the style of the button while opening the menu.
1525           ac_menu_popup_closed(): new function called on selection_done
1526           event.
1527         * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
1528           node == NULL.
1529         * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
1530           (thanks!).
1531           Fixed the bug that didn't select previous message in refresh mode
1532           if threads were not expanded.
1533           summary_select_node(): new.
1534         * src/inc.c: applied the summary view update optimization patch from
1535           Sergey Vlasov (thanks!).
1536           If no new messages are received, don't perform summary refreshing.
1537           In addition to the Vlasov's patch, POP3 receive information is
1538           also used.
1539         * src/inc.h: added a new member cur_total_num to Pop3State.
1540         * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
1541
1542 2001-08-14
1543
1544         * version 0.5.3
1545
1546 2001-08-14
1547
1548         * src/summaryview.c: summary_set_row_marks(): got the color of
1549           unread row set properly.
1550         * src/folderview.c: foldreview_update_node(): don't use
1551           gtk_style_copy(), and reuse previously allocated styles.
1552         * README, README.jp: modified.
1553
1554 2001-08-14
1555
1556         * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
1557           memory corruption bug (thanks to David Looney).
1558         * src/inc.c: inc_all_account_mail(): call inc_finished() even if
1559           there are no enabled accounts, or local spool only.
1560         * src/summaryview.c: applied the summary update improvement patch
1561           from Sergey Vlasov (thanks!). It keeps the position of the
1562           message displayed. Selected and displayed message are also kept.
1563           summary_get_msgnum(): new.
1564           summary_get_current_msgnum(): removed.
1565           summary_select_by_msgnum(): don't display the message.
1566         * src/account.c: added "Get all" column.
1567           account_clist_set_row(): show default and get-all flags with the
1568           mark icon.
1569         * src/utils.c: to_human_readable(): increased the number of decimals
1570           of MB and GB to 2.
1571
1572 2001-08-13
1573
1574         * implemented the long-awaited :) "Add sender to address book" feature.
1575         * src/address.[ch]: added the argument for remarks to
1576           address_item_new().
1577           address_get_folder_list(): new. It traverses the address tree and
1578           returns the folder list.
1579           address_delete_object(): modified so that it removes the node
1580           from the tree.
1581         * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
1582           a address folder menu and attaches it to the menu item.
1583           addressbook_refresh(): reload the address book folder tree.
1584         * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
1585           the menu to add sender to address book.
1586           summary_button_pressed(): call summary_set_add_sender_menu()
1587           before popup the menu.
1588
1589 2001-08-12
1590
1591         * src/summaryview.c: summary_thread_build(): fixed a bug that locked
1592           up the process. Optimized the initial thread build.
1593
1594 2001-08-12
1595
1596         * src/summaryview.c: made many code cleanups.
1597           summary_show(): block/unblock the signal handlers instead of
1598           disconnect/connect them.
1599           summary_set_row_marks(): made the font of collapsed node bold if
1600           it has cnildren marked as unread.
1601           summary_thread_build(): block tree_expand signals while processing.
1602           Use loop instead of the recursive function. Mark collapsed nodes
1603           correctly.
1604           summary_unthread(): block tree_collapse signals while processing.
1605           Use loop instead of the recursive function.
1606           summary_thread_func(), summary_unthread_func(): removed.
1607           summary_tree_expanded(), summary_tree_collapsed(): new callback
1608           functions.
1609         * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
1610           failed to connect. Show more detailed status on the dialog.
1611
1612 2001-08-10
1613
1614         * src/folderview.c: folderview_update_all_node(): new. It updates
1615           all local folders.
1616         * src/inc.c: update all local folders after incorporation if
1617           scan_all_after_inc option is set.
1618         * src/prefs_common.[ch]: added scan_all_after_inc option.
1619         * src/folder.h: FOLDER_IS_LOCAL(): new macro.
1620
1621 2001-08-09
1622
1623         * src/defs.h
1624           src/headerview.c
1625           src/headerwindow.c
1626           src/textview.c
1627           src/prefs_common.c
1628           src/prefs_common.h: made bold and small font configurable.
1629           src/summaryview.c: display unread messages with bold font.
1630         * src/prefs_common.c
1631           src/prefs_common.h
1632           src/summaryview.c: added an option to enable/disable the
1633           emphasis of unread messages.
1634
1635 2001-08-08
1636
1637         * src/pixmaps/mark.xpm: modified.
1638         * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
1639         * src/summaryview.c: summary_set_ctree_from_list(): don't expand
1640           the root messages of threads for performance improvement.
1641           summary_show()
1642           summary_select_next_unread()
1643           summary_step(): expand threads when opening messages.
1644           summary_thread_build(): expand threads if the option is turned on.
1645         * src/prefs_common.[ch]: added "Expand threads" option.
1646
1647 2001-08-08
1648
1649         * src/prefs_common.c: removed "Emulate the behavior of mouse
1650           operation of Emacs-based mailer".
1651         * src/prefs_common.c
1652           src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
1653         * src/pixmaps/new.xpm
1654           src/pixmaps/unread.xpm: reverted.
1655
1656 2001-08-07
1657
1658         * src/address.[ch]:
1659           address_folder_new()
1660           address_group_new()
1661           address_item_new(): changed the return value to AddressObject.
1662           address_build_tree(): don't put assertion for file.
1663         * src/pixmaps/new.xpm
1664           src/pixmaps/unread.xpm: modified a bit.
1665
1666 2001-08-06
1667
1668         * src/addressbook.c: fixed some bugs.
1669
1670 2001-08-06
1671
1672         * separated the logic part of addressbook into another module
1673           (still in progress).
1674         * src/address.[ch]: new. It contains the logic part of addressbook.
1675         * src/addressbook.[ch]: removed the logic part.
1676
1677 2001-08-04
1678
1679         * src/textview.c: textview_show_header(): fixed a bug that a garbage
1680           character was shown after header names.
1681
1682 2001-08-02
1683
1684         * src/inc.c: inc_start(): don't abort with non-fatal error.
1685
1686 2001-08-01
1687
1688         * version 0.5.2
1689
1690 2001-08-01
1691
1692         * src/mimeview.c: mimeview_view_file(): added -x option to the
1693           metamail to prevent the suspention of the main process.
1694           mimeview_button_pressed(): deactivate `Open' menu item if
1695           content-type is application/octet-stream.
1696
1697 2001-07-31
1698
1699         * src/imap.c: imap_parse_atom(): parse escaped characters properly.
1700           get_quoted(): new. It handles the escape character '\'.
1701         * src/folder.c: folder_read_list(): don't output warning if
1702           folderlist.xml doesn't exist.
1703         * src/main.c: main(): write folder list after setup.
1704         * src/textview.c: textview_create()
1705           src/compose.c: compose_create(): set default tab width to 8.
1706
1707 2001-07-29
1708
1709         * src/prefs_common.c: date_format_select_row(): fixed a bug that
1710           caused segfault when selecting the list with key.
1711
1712 2001-07-28
1713
1714         * src/mainwindow.c: main_window_popup(): deiconize the window
1715           when popup (thanks to Henrik Carlqvist).
1716         * src/procmime.c: procmime_scan_mime_type(): new.
1717           procmime_scan_content_type(): use procmime_scan_mime_type().
1718           procmime_scan_mime_header(): scan the extension of attached files
1719           and add the correct MIME type if the Content-Type is
1720           "application/octet-stream" (thanks to Don Quijote).
1721         * src/compose.c: compose_toolbar_create(): added a new "Send later"
1722           icon (thanks to Leandro Pereira).
1723
1724 2001-07-27
1725
1726         * src/prefs_common.c: date_format_create(): modified the layout of
1727           the dialog.
1728
1729 2001-07-26
1730
1731         * src/account.c: account_find_from_address(): fixed a minor bug.
1732         * src/prefs_common.c: incorporated the user-interface for setting
1733           date format from the claws branch, and made some modification to
1734           that.
1735
1736 2001-07-25
1737
1738         * src/account.[ch]: account_edit_create(): modified the text of
1739           default button.
1740           account_find_from_address(): new.
1741         * src/procmime.c:
1742           procmime_scan_content_type(), procmime_scan_content_disposition():
1743           fixed ESC code detection.
1744         * src/compose.c: compose_reply(): automatically select account
1745           according to the message header.
1746         * src/prefs_common.[ch]: added member "reply_account_autosel".
1747
1748 2001-07-25
1749
1750         * src/progressdialog.c: made the CList scrollable.
1751         * src/inc.c: inc_start(): don't abort with non-fatal error.
1752
1753 2001-07-24
1754
1755         * added English Sylpheed User's Manual by Paul Kater
1756           (paul@nlpagan.net) (thanks!).
1757         * configure.in
1758           manual/Makefile.am
1759           src/mainwindow.c: added support for English manual.
1760         * manual/en/sylpheed*.html: added English documentation.
1761         * AUTHORS: updated.
1762
1763 2001-07-23
1764
1765         * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
1766           that didn't have any trailing messages.
1767         * src/smtp.c: smtp_ok(): ditto.
1768         * src/compose.c: compose_account_option_menu_create(): modified
1769           the style of the account option menu.
1770
1771 2001-07-22
1772
1773         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
1774           remove return code from strings automatically.
1775           prefs_custom_header_create(): added "X-Face" to the default
1776           option.
1777         * src/news.c: news_fetch_msg(), news_get_group_list()
1778           src/imap.c: imap_fetch_msg(): create the cache directory before
1779           writing.
1780         * src/procmime.c:
1781           procmime_scan_content_type()
1782           procmime_scan_content_disposition(): convert JIS into EUC-JP
1783           before parsing.
1784         * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
1785         * src/compose.c: don't append attachment headers if the attach
1786           pane is visible but the list is empty.
1787         * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
1788
1789 2001-07-18
1790
1791         * version 0.5.1
1792
1793 2001-07-18
1794
1795         * src/compose.c: compose_quote_parse_fmt()
1796           src/prefs_common.c: prefs_quote_description_create(): added the
1797           symbol `%c' that allows to include Cc in reply format (thanks
1798           to Cyril Bellot).
1799         * src/base64.[ch]
1800           src/procmime.c: procmime_decode_content(): applied the patch
1801           from Sergey Vlasov that allows to decode base64 data with
1802           unusual line length (not a multiple of 4) (thanks!).
1803
1804 2001-07-17
1805
1806         * src/procmsg.[ch]: separated the permanent flags and temporary
1807           flags into two variables, and made MsgFlags a structure that
1808           includes them.
1809           MSG_SET_PERM_FLAGS()
1810           MSG_SET_TMP_FLAGS()
1811           MSG_UNSET_PERM_FLAGS()
1812           MSG_UNSET_TMP_FLAGS(): new macros.
1813         * src/compose.c
1814           src/imap.c
1815           src/inc.c
1816           src/messageview.c
1817           src/mh.c
1818           src/news.c
1819           src/procheader.c
1820           src/summaryview.c: modified for the new MsgFlags.
1821         * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
1822           of hash table.
1823
1824 2001-07-16
1825
1826         * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
1827           display current size with human-readable format.
1828         * src/grouplistdialog.c: grouplist_recv_func(): ditto.
1829         * TODO
1830           TODO.jp: updated.
1831
1832 2001-07-16
1833
1834         * src/codeconv.c:
1835           conv_unmime_header(), conv_unmime_header_overwrite(): workaround
1836           for raw-JIS code in header fields.
1837         * src/folder.c:
1838           folder_get_default_folder()
1839           folder_get_default_inbox()
1840           folder_get_default_outbox()
1841           folder_get_default_draft()
1842           folder_get_default_queue()
1843           folder_get_default_trash(): fixed a bug that caused segfault
1844           if folder_list is NULL.
1845
1846 2001-07-15
1847
1848         * README
1849           README.jp
1850           INSTALL
1851           INSTALL.jp
1852           TODO
1853           TODO.jp: updated.
1854         * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
1855           while retrieving newsgroup list.
1856           grouplist_dialog_create(): added entry widget and status label.
1857           grouplist_recv_func(): new.
1858           refresh_clicked(): added exclusive lock variable.
1859           clist_selected(): set text entry when the CList is selected.
1860           renamed from group_clist_select().
1861           entry_activated(): new.
1862           grouplist_clear(): renamed from grouplist_free(). Also clears
1863           list and entry widget.
1864         * src/news.c: news_get_group_list(): sped up the list appending
1865           (g_slist_append() becomes very slow if list size is large).
1866         * src/defs.h: added UI_REFRESH_INTERVAL definition.
1867           Changed the definition of NEWSGROUP_LIST.
1868         * src/recv.c: recv_write()
1869           src/send.c: send_message_smtp(): changed the UI refresh interval
1870           to UI_REFRESH_INTERVAL (50msec).
1871         * src/account.c: account_add(): fixed a bug that didn't update
1872           folder tree when a news account was added.
1873         * src/grouplistdialog.c: made exclusive lock variable global, and
1874           lock at grouplist_dialog_set_list().
1875         * src/textview.c: fixed a bug that disabled clickable URI if
1876           message color was disabled.
1877
1878 2001-07-15
1879
1880         * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
1881           quit main loop if gtk_main_level() is 1.
1882           grouplist_dialog_set_list(): freeze CList while appending the list.
1883           grouplist_dialog(): show dialog before updating the list.
1884
1885 2001-07-14
1886
1887         * src/folder.c: folder_write_list_recursive(): add the attribute
1888           `collapsed' if a node have some children.
1889         * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
1890           the list.
1891         * src/news.[ch]:
1892           news_get_group_list(): new. It returns newsgroup list.
1893           news_remove_group_list(): new. It removes newsgroup list cache.
1894         * src/folderview.c: folderview_new_news_group_cb(): call
1895           grouplist_dialog() instead of input_dialog().
1896
1897 2001-07-12
1898
1899         * autogen.sh: modified.
1900         * src/folder.[ch]
1901           src/folderview.c: made expand/collapse state of folders persistent
1902           (thanks to Alfons).
1903
1904 2001-07-06
1905
1906         * version 0.5.0
1907
1908 2001-07-06
1909
1910         * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
1911           DELETE.
1912           imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
1913           according to the argument.
1914           imap_cmd_select(): use imap_cmd_do_select().
1915           imap_cmd_examine(): new.
1916         * src/folderview.c: folderview_rm_imap_folder_cb(): select current
1917           folder again when removing failed.
1918
1919 2001-07-05
1920
1921         * version 0.5.0pre4
1922
1923         * manual/ja/sylpheed.sgml
1924           manual/ja/*.html: updated the Japanese manual (thanks to Imai).
1925         * src/summaryview.c: summary_set_row_marks(): fixed a bug that
1926           didn't set foreground correctly.
1927         * src/folderview.h
1928           src/summaryview.h: removed the member color_normal from FolderView
1929           and SummaryView.
1930         * src/mainwindow.c: main_window_create(): removed color_normal.
1931
1932 2001-07-04
1933
1934         * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
1935           became specifiable.
1936         * src/imap.c: imap_session_get()
1937           src/news.c: news_session_new_for_folder(), news_session_get():
1938           use user-defined port number if specified.
1939
1940 2001-07-03
1941
1942         * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
1943           scanning.
1944           imap_scan_folder(): implemented. It updates the numbers of new,
1945           unread and total messages.
1946           imap_status(): new. It parses the response of STATUS command.
1947           imap_status_uidnext(): removed.
1948           imap_cmd_status(): removed.
1949         * src/textview.c: textview_show_part(): fixed potential memory leaks.
1950
1951 2001-07-03
1952
1953         * src/alertpanel.c: alertpanel_create(): fixed truncated message.
1954         * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
1955           of content-type (thanks to René Rebe for the patch).
1956         * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
1957           detection.
1958         * src/prefs_common.c: prefs_send_create(): made some more character
1959           sets specifiable when not using libjconv.
1960         * configure.in: disabled --enable-threads option temporarily.
1961         * INSTALL
1962           INSTALL.jp: deleted the description about --enable-threads option.
1963
1964 2001-07-02
1965
1966         * updated gettext to 0.10.38.
1967
1968 2001-07-01
1969
1970         * version 0.5.0pre3
1971
1972         * src/folderview.[ch]: folderview_set_all(): new.
1973         * src/account.c: account_add(): call folderview_set_all() after
1974           creating IMAP4 tree.
1975           account_edit_create(): account preferences dialog can be opened
1976           with double clicking of the list.
1977           account_selected(): new.
1978           account_clist_set(): made the CList focus set correctly.
1979
1980 2001-06-30
1981
1982         * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
1983           is not found.
1984           imap_scan_tree_recursive(): search the sub folders of INBOX.
1985           recognize Trash folder.
1986           imap_create_tree(): separated the part of creating trash.
1987           imap_create_trash(): new.
1988         * src/folder.c: folder_build_tree(), folder_write_list_recursive():
1989           preserve no_sub and no_select.
1990         * src/summaryview.c: summary_show(): don't proceed if item->no_select
1991           is TRUE.
1992
1993 2001-06-29
1994
1995         * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
1996           root folder correctly.
1997
1998 2001-06-28
1999
2000         * src/folderview.[ch]:
2001           folderview_update_tree(): new. It updates one folder tree.
2002           folderview_update_tree_cb(): new.
2003           Added "Update folder tree" to the popup menu, and modified some
2004           expressions.
2005
2006 2001-06-27
2007
2008         * src/imap.c: implemented the autoscan of IMAP4 folder list.
2009           imap_scan_tree(): new. It scans the whole IMAP4 folder.
2010           imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
2011           imap_parse_list(): new. It parses the LIST response.
2012           imap_get_real_path(): new. It converts local path into IMAP4 path.
2013         * src/folder.h: added no_sub and no_select to FolderItem.
2014         * src/folder.c: folder_tree_destroy(): reset some variables.
2015         * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
2016
2017 2001-06-26
2018
2019         * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
2020           parse the FETCH response that continues to the next line.
2021           imap_parse_fetch_element(): removed.
2022           imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
2023           imap_parse_envelope(), imap_get_uncached_messages(): use GString
2024           and sock_getline() to parse the FETCH response.
2025           imap_remove_all_msg(): fixed a bug that didn't delete messages
2026           correctly.
2027           imap_parse_address(): fixed a bug that didn't concaternate
2028           addresses correctly, using GString.
2029         * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
2030           the whole line and return the newly allocated string.
2031         * src/prefs_account.[ch]: added `IMAP server directory' entry.
2032
2033 2001-06-25
2034
2035         * version 0.5.0pre2
2036
2037         * src/imap.c: imap_create_tree(): pass the path that is separated
2038           by the local filesystem separator to imap_create_folder().
2039           imap_create_folder(): examine the existence of folders using
2040           LIST command instead of STATUS.
2041           imap_cmd_list(): new.
2042           imap_query_password(): new.
2043           imap_session_new(): query password if it is not set.
2044
2045 2001-06-24
2046
2047         * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
2048           with arbitrary order.
2049           imap_parse_fetch_element(): new. it parses one pair of name and
2050           value of FETCH results.
2051           imap_parse_flags(): modified for more flexibility.
2052         * src/utils.[ch]: set_log_file(): new. it opens a new file for
2053           logging.
2054           close_log_file(): new. it closes the opened log file.
2055           log_print(), log_message(), log_warning(), log_error(): also
2056           output to log file.
2057
2058 2001-06-22
2059
2060         * src/imap.c: imap_cmd_status(): check the pointer to "value"
2061           before the assignment (thanks to NISHIJIMA).
2062
2063 2001-06-21
2064
2065         * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
2066           across MH and IMAP4 folder (for now) (thanks to Hiramatu).
2067         * src/foldersel.[ch]: don't show folders which can't be targets
2068           for current folder.
2069
2070 2001-06-20
2071
2072         * version 0.5.0pre1
2073
2074         * src/imap.c:
2075           imap_get_msg_list()
2076           imap_cmd_envelope()
2077           imap_cmd_fetch()
2078           imap_cmd_copy()
2079           imap_cmd_store(): use UID instead of sequential number.
2080           Renamed imap_set_article_flags() to imap_set_message_flags().
2081         * src/summaryview.c: summary_execute(): don't update summary
2082           even if current folder is IMAP4.
2083         * src/utils.[ch]: remove_numbered_files(): changed the type of
2084           arguments from gint to guint.
2085
2086 2001-06-19
2087
2088         * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
2089           imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
2090           enclose with double quotation if string doesn't have space
2091           (workaround for old Cyrus IMAP4 server).
2092           imap_create_folder(): fixed a bug of separator substitution.
2093           renamed imap_session_connect_if_not() to imap_session_get().
2094           imap_get_msg_list(): delete all cached messages if use_cache
2095           is off.
2096           imap_delete_cached_messages(): remove cached files in between
2097           the specified range by reading directory entry.
2098           imap_parse_one_address(): set fromname same as the from address
2099           if it is empty.
2100         * src/utils.[ch]: remove_numbered_files(): new. The range is
2101           specifiable.
2102         * src/summaryview.c: summary_execute(): update summary if current
2103           folder is IMAP4.
2104           KEY_PRESS_EVENT_STOP(): new macro.
2105           summary_key_pressed(): stop signal emission when calling
2106           summary_execute().
2107           summary_select_by_msgnum(): show message only if
2108           msg_is_toggled_on is TRUE. Move current page to the selected
2109           node.
2110         * src/news.c; news_delete_old_articles(): remove cached files in
2111           between the specified range by reading directory entry.
2112         * src/folderview.c:
2113           folderview_selected(), folderview_button_released(): fixed a bug
2114           that didn't select folder correctly.
2115
2116 2001-06-18
2117
2118         * src/mainwindow.c
2119           src/summaryview.c
2120           src/prefs_common.c: improvements to the English (thanks to Paul
2121           Mangan).
2122         * src/mainwindow.c: compose_cb()
2123           src/summaryview.c: summary_key_pressed()
2124           src/compose.c: compose_new_with_recipient(): newsgroups entry
2125           is automatically filled when composing a new article.
2126
2127 2001-06-17
2128
2129         * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
2130           free list correctly.
2131
2132 2001-06-16
2133
2134         * version 0.4.99
2135
2136         * src/imap.c: imap_find_namespace(): replace namespace path
2137           separator with slash before comparison.
2138           imap_remove_folder(): use namespace.
2139           imap_create_tree(): use namespece when creating Trash.
2140           imap_get_msg_list(): fixed a bug that returned old list and caused
2141           memory leak if exists == 0.
2142           imap_select(): new. It's a wrapper for imap_cmd_select().
2143         * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
2144
2145 2001-06-15
2146
2147         * src/folderview.c:
2148           folderview_new_folder_cb()
2149           folderview_new_imap_folder_cb(): show error dialog when creation
2150           or deletion of folder failed.
2151           Made it allow users to create a folder which contains subfolders.
2152           folderview_button_pressed(): disabled delete menu on the special
2153           IMAP4 folder.
2154         * AUTHORS: incorporated from claws branch. It now contains all
2155           contributors.
2156         * src/send.c: enabled cancellation.
2157           EXIT_IF_CANCELLED(): new macro.
2158           Added cancelled flag to SendProgressDialog.
2159         * src/utils.[ch]: strtailchomp(): new. It removes the trailing
2160           specified character.
2161         * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
2162
2163 2001-06-15
2164
2165         * src/imap.c: imap_create_tree(): new. It creates required
2166           folders such as INBOX and Trash.
2167           imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
2168           if COPY failed.
2169           imap_remove_all_msg(): return immediately if exists == 0.
2170         * src/account.c: account_add(), account_set_missing_folder():
2171           made them use folder->create_tree().
2172
2173 2001-06-14
2174
2175         * src/imap.c: more namespace implementation.
2176           imap_find_namespace(), imap_path_separator_subst(): new.
2177
2178 2001-06-13
2179
2180         * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
2181
2182 2001-06-11
2183
2184         * src/summaryview.c: summary_show(): fixed a glitch in folder view.
2185
2186 2001-06-08
2187
2188         * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
2189           which appends file into IMAP4 folder.
2190           imap_status(): new.
2191           imap_create_folder(): check the existence of a folder before
2192           create it.
2193           renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
2194         * src/account.c: account_add(), account_set_missing_folder():
2195           create INBOX automatically when creating IMAP4 account.
2196
2197 2001-06-07
2198
2199         * src/utils.[ch]: added itos_buf() that takes the buffer for its
2200           argument.
2201         * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
2202         * src/folder.c: added copy_msg and copy_msgs_with_dest methods
2203           to the IMAP class.
2204
2205 2001-06-06
2206
2207         * src/utils.[ch]: move_file(): new.
2208         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
2209           use move_file(), and fixed a bug that didn't close file when
2210           error occured.
2211
2212 2001-06-06
2213
2214         * src/imap.c: renamed imap_delete_messages() and
2215           imap_delete_all_messages() to imap_delete_cached_messages() and
2216           imap_delete_all_cached_messages(). Some code cleanups.
2217         * src/utils.[ch]: added a function remove_all_numbered_files().
2218         * src/mh.c: mh_remove_all_msg()
2219           src/imap.c: imap_delete_all_cached_messages():
2220           use remove_all_numbered_files().
2221         * src/mainwindow.c
2222           src/summaryview.c
2223           src/compose.[ch]: added `Reply to sender'.
2224           compose_reply()
2225           compose_reply_set_entry(): added an argument `ignore_replyto'.
2226
2227 2001-06-05
2228
2229         * src/folderview.c: folderview_selected()
2230           src/summaryview.c: summary_show(): fixed a bug that updated wrong
2231           folder when remaining marks were processed.
2232
2233 2001-06-04
2234
2235         * src/headerwindow.c: headerwindow_show_cb(): always try to show
2236           msginfo, and use the selected message, not the displayed one.
2237         * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
2238
2239 2001-06-02
2240
2241         * src/folderview.c: folderview_selected()
2242           src/mimeview.c: mimeview_selected(): ungrab the mouse event.
2243         * src/summaryview.c: summary_show(): process the left marks if any.
2244
2245 2001-05-27
2246
2247         * src/passphrase.c: enclosed with #if USE_GPGME.
2248         * src/prefs_account.c: added NNTP AUTH check button.
2249         * src/alertpanel.[ch]: alertpanel_create(): added new argument
2250           `can_disable', all existing callers changed to pass FALSE;
2251           created a check button to disable the message.
2252           alertpanel_message_with_disable(): new.
2253           alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
2254           alertpanel_button_toggled(): new.
2255           alertpanel_button_clicked(), alertpanel_close(): set value using
2256           G_ALERT_VALUE_MASK.
2257         * src/prefs_common.[ch]: added option to toggle GnuPG signature
2258           check popup window, and GnuPG warning.
2259         * src/rfc2015.c: check_signature(): show signature check dialog
2260           only if it is enabled.
2261         * src/main.c: modified GnuPG checking.
2262         * src/main.c
2263           src/prefs_common.c: fixed some compilation bugs when enabled
2264           GPGME.
2265
2266 2001-05-26
2267
2268         * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
2269           encodings with libjconv.
2270           conv_encode_header(): fixed an endless loop bug when encountering
2271           an invalid wide character (thanks to Alte).
2272         * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
2273           bold font.
2274         * src/imap.c: imap_create_folder(): don't create folder if the
2275           name is INBOX.
2276         * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
2277           execute button when immediate execution is enabled.
2278
2279 2001-05-22
2280
2281         * README
2282           README.jp: added the "How to run" section.
2283
2284 2001-05-19
2285
2286         * merged NNTP AUTH from the claws branch.
2287         * src/news.[ch]: supported NNTP AUTH.
2288         * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
2289         * INSTALL
2290           INSTALL.jp: modified the confirmation list and the warning about
2291           threads.
2292
2293 2001-05-18
2294
2295         * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
2296           gtkut_ctree_find_collapsed_parent().
2297         * src/folderview.c: folderview_select_node(): automatically expand
2298           the parent folders when selected.
2299         * configure.in: made the version number to 0.4.99 (0.5pre)
2300         * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
2301           so that X is not necessary for --help and --version.
2302           parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
2303         * src/folderview.c: folderview_update_node(): a fix for collapsed
2304           nodes.
2305
2306 2001-05-17
2307
2308         * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
2309           It caused garbages in --compose option.
2310         * src/socket.[ch]: made fd_gets() public.
2311
2312 2001-05-16
2313
2314         * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
2315         * src/folderview.c: folderview_find_next_unread(): new.
2316           folderview_select_next_unread(): modified so that it can find
2317           the hidden folder.
2318
2319 2001-05-15
2320
2321         * src/compose.c: compose_write_headers(): excluded also From, To,
2322           Sender because they could be used for SPAM.
2323         * src/folderview.c: add '+' mark to the collapsed folder that have
2324           some unread folders.
2325           folderview_search_new_recursive(),
2326           folderview_have_new_children(),
2327           folderview_search_unread_recursive(),
2328           folderview_have_unread_children(),
2329           folderview_find_collapsed_parent(): new.
2330           folderview_update_node(): display the number of queued messages.
2331
2332 2001-05-14
2333
2334         * src/folder.[ch]
2335           src/mh.[ch]: modified *_add_msg() to use link(). Added the
2336           argument to switch whether to remove the source file or not.
2337         * src/compose.c
2338           src/inc.c
2339           src/mbox.c: modified the argument of folder_item_add_msg() and
2340           removed some unlink()'s.
2341
2342 2001-05-13
2343
2344         * src/prefs_customheader.[ch]: renamed prefs_headers_* to
2345           prefs_custom_header_*. Removed `(New)' row and `Substitute'
2346           button. Supported empty value.
2347           prefs_custom_header_row_moved(): new. Connected "row_move" signal
2348           to the function, and made it set header list.
2349         * src/customheader.c: custom_header_get_str()
2350           src/compose.c: compose_write_headers(): supported empty value.
2351         * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
2352           Connected "row_move" signal to the function, and made it set
2353           header list.
2354         * src/compose.c: compose_write_headers(): modified the order of
2355           headers, and made it encode the custom headers.
2356         * src/prefs_customheader.c: prefs_custom_header_delete_cb()
2357           src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
2358           alert panel by ESC as "No".
2359
2360 2001-05-13
2361
2362         * merged the custom header stuff from claws branch:
2363         * src/customheader.[ch]
2364           src/prefs_customheader.[ch]: new.
2365         * src/customheader.c: custom_header_read_str(): use strtol() instead
2366           of atoi() and check errors.
2367           custom_header_find(): new function.
2368         * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
2369           compose_write_headers(): made it replace headers with user-defined
2370           headers except for some automatically generated headers.
2371
2372 2001-05-11
2373
2374         * src/inc.c: connection_check_cb(): fixed a bug that caused
2375           segmentation fault if connection was not established.
2376         * src/compose.c: compose_create(): even if set_autobcc or set
2377           autoreplyto is checked and the entries are empty, show them.
2378
2379 2001-05-10
2380
2381         * src/textview.c: textview_show_mime_part(): modified the messages.
2382           TEXT_INSERT(): new macro.
2383         * po/ja.po: fixed.
2384         * src/prefs_display_header.c: prefs_display_header_create():
2385           modified the text of checkbutton.
2386
2387 2001-05-09
2388
2389         * src/mimeview.c: added "Open with..." to the context menu.
2390         * src/summaryview.c: summary_print()
2391           src/inputdialog.c: input_dialog(): fixed memory leaks.
2392         * src/textview.c: textview_show_mime_part(): updated the description.
2393         * src/send.c: implemented sending progress dialog.
2394           (TODO: automaton should be used.)
2395           send_progress_dialog_create(), send_progress_dialog_destroy(),
2396           send_cancel(): new.
2397           send_message_smtp(): made it update the dialog for each stage.
2398         * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
2399           of opened file.
2400         * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
2401           go to first unread message even if folder is same as previous.
2402         * src/prefs_common.c: made color selection dialog transient, and
2403           made escape key close the dialogs.
2404
2405 2001-05-08
2406
2407         * version 0.4.66
2408
2409         * src/select-keys.c: delete_event_cb(): removed `;' from its end.
2410         * src/recv.c: recv_write(): changed the interval to 10msec.
2411         * src/prefs_display_header.c: modified the layout of the dialog,
2412           and made the hidden headers list insensitive when `Show other
2413           headers' is not checked.
2414         * src/textview.c: changed strcasecmp() and strncasecmp() to
2415           the corresponding glib functions.
2416         * src/inc.c: get_spool(): make a temporary file in the home
2417           directory.
2418
2419 2001-05-07
2420
2421         * src/prefs_common.c
2422           src/prefs_account.c
2423           src/prefs_filter.c
2424           src/account.c
2425           src/alertpanel.c
2426           src/filesel.c
2427           src/foldersel.c
2428           src/export.c
2429           src/import.c
2430           src/inputdialog.c
2431           src/passphrase.c
2432           src/select-keys.c
2433           src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
2434           when closed them with delete_event (thanks to DINH).
2435           Added *_deleted() and *delete_event() which handle delete_event
2436           signal correctly.
2437
2438 2001-05-06
2439
2440         * src/prefs_display_header.c: merged some changes from claws branch:
2441           prefs_display_header_create(): allow reordering of headers by
2442           dragging.
2443           prefs_display_header_find_header(): new function.
2444           prefs_display_header_clist_set_row(): don't allow duplicates.
2445         * src/prefs_account.c: prefs_account_receive_create(): changed
2446           the label of the check button.
2447
2448 2001-05-05
2449
2450         * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
2451           immediately.
2452         * src/inc.h: removed cur_msg_bytes from Pop3State.
2453         * src/inc.c: pop3_recv_func()
2454           src/recv.[ch]: made the second arguments of RecvUIFunc current
2455           total read bytes.
2456           recv_write(): made it call UI func if elapsed time is greater
2457           than 0.1 sec.
2458         * src/recv.c: recv_write(): changed the interval to 300 usec.
2459         * src/textview.c: textview_show_header(): if header is Subject,
2460           unfold it.
2461         * src/utils.[ch]: unfold_line(): new.
2462         * src/procheader.[ch]: procheader_get_header_array(): new.
2463         * src/prefs_display_header.c: updated defaults.
2464
2465 2001-05-05
2466
2467         * some merge from the sylpheed-claws branch.
2468           It allows user to specify displayed headers in message view.
2469           (symbol names were also changed.)
2470         * src/prefs_display_header.[ch]
2471           src/displayheader.[ch]: new.
2472         * src/prefs_display_header.c:
2473           removed prefs_display_headers_other_headers_toggled().
2474           removed "(New)" row from the list.
2475         * src/defs.h: added DISPLAY_HEADER_RC.
2476         * src/prefs_common.c: prefs_message_create(): added a button for
2477           opening the display header setting dialog.
2478         * src/prefs_common.h: added show_other_header and disphdr_list
2479           to PrefsCommon.
2480         * src/procheader.[ch]: procheader_get_header_list_from_file(),
2481           procheader_get_header_array_asis(): new.
2482           procheader_get_header_list(): modified so that it takes FILE
2483           pointer for its argument.
2484           procheader_header_array_destroy(), procheader_header_free(): new.
2485         * src/main.c: main(): made it call prefs_display_header_*_config().
2486         * src/textview.c: textview_scan_header(): modified so that it
2487           sorts headers according to user setting.
2488           src/textview_show_header(): made it call
2489           textview_make_clickable_parts().
2490           textview_make_clickable_parts(): added GdkFont to its arguments,
2491           and removed GtkText from them.
2492
2493 2001-05-04
2494
2495         * implemented auto-checking of new mail based on the patch from
2496           Pierric Descamps (thanks!).
2497         * src/inc.c: added inc_autocheck_timer_init(),
2498           inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
2499           inc_autocheck_func() for auto-checking of new mail.
2500         * src/main.c: main(): call inc_autocheck_timer_init().
2501         * src/prefs_common.c: prefs_receive_create(): activated the
2502           auto-checking UI. Added prefs_common_cancel(), and connected
2503           some signals to that.
2504         * src/prefs_common.c
2505           src/prefs_account.c
2506           src/prefs_filter.c
2507           src/account.c: Disabled auto-checking while opening the dialog.
2508         * src/headerview.c: headerview_show_xface(): fixed a bug that
2509           showed a warning when header pane was hidden.
2510
2511 2001-05-03
2512
2513         * src/inc.c
2514           src/pop.c
2515           src/recv.c: removed non-blocking socket mode support since it
2516           does nothing.
2517         * src/pop.c
2518           src/inc.c: modified the messages of incorporation dialog.
2519
2520 2001-05-02
2521
2522         * src/utils.h: made u32 the typedef of guint32.
2523           added BIG_ENDIAN_HOST macro that is used by md5.c.
2524         * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
2525           that didn't calculate MD5 correctly on big endian machines.
2526
2527 2001-05-01
2528
2529         * version 0.4.65
2530
2531         * src/folder.c: folder_init(): added the method imap_remove_folder.
2532         * src/folderview.c: folderview_rm_imap_folder_cb(): made it
2533           actually remove folder from IMAP4 server.
2534         * src/imap.[ch]: imap_create_folder(): made it actually create
2535           folder on IMAP4 server.
2536           imap_remove_folder(): added.
2537           imap_create(), imap_delete(): added.
2538         * src/summaryview.c: summary_execute_delete(): don't check trash
2539           if folder type is not F_MH.
2540         * thanks to Ishihara for the above changes.
2541         * configure.in
2542           ac/check-type.m4: better wint_t typedef detection (renamed
2543           sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
2544
2545 2001-04-30
2546
2547         * src/recv.c: recv_bytes_write(): fixed another bug that caused
2548           infinite loop and buffer overrun.
2549
2550 2001-04-30
2551
2552         * src/socket.[ch]: renamed sock_read() and fd_read() to
2553           sock_gets() and fd_gets() for preventing confusion.
2554           Added sock_read() and fd_read() which is the wrapper of read().
2555         * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
2556           loop. Use sock_read() instead of fd_read().
2557         * src/esmtp.c
2558           src/imap.c
2559           src/news.c
2560           src/nntp.c
2561           src/pop.c
2562           src/recv.c
2563           src/smtp.c: use sock_gets() instead of sock_read().
2564         * src/imap.c: imap_session_new(): fixed the error detection
2565           of imap_open().
2566
2567 2001-04-28
2568
2569         * src/inc.c: made it displays current read bytes to the dialog.
2570         * src/pop.c: recv_write(): call UI function before editing
2571           strings.
2572
2573 2001-04-27
2574
2575         * src/progressdialog.c: progress_dialog_create(): modified the
2576           size of dialog and made it stretchable.
2577         * src/smtp.c
2578           src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
2579           process an error response correctly (thanks to Ohmasa).
2580         * src/pop.[ch]: added pop3_getsize_list_send(),
2581           pop3_getsize_list_recv().
2582         * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
2583           call the callback function for each sock_read().
2584         * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
2585           cur_msg_bytes, cur_total_bytes, and sizes.
2586         * src/inc.c: added inc_pop3_recv_func() that updates the progress
2587           bar for each sock_read().
2588
2589 2001-04-26
2590
2591         * src/mh.c: mh_is_maildir_one(): modified so that it uses
2592           is_dir_exist().
2593
2594 2001-04-25  Werner Koch  <wk@gnupg.org>
2595
2596         * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
2597         (mh_scan_tree_recursive): Do not include Maildir style directories
2598         in the scan.
2599
2600         Changed the use of integers to describe sockets by an more abstract
2601         data structure.
2602
2603         * src/automaton.h (struct _Automaton): Add help_sock.
2604         * src/automaton.c (automaton_input_cb): Changed source to be
2605         SockInfo and use wrapper for gdk_input_add.
2606
2607         * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
2608         for invalid socket because this is now done in sock_close. Set
2609         sock to NULL.
2610         (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
2611         (send_smtp_open): Use only SockInfo.
2612
2613         * src/news.c (news_session_new): Use SockInfo here.
2614         (news_session_destroy): Ditto and set sock to NULL.
2615
2616         * src/nntp.c: Use SockInfo instead of integers
2617         * src/smtp.c: Ditto.
2618         * src/pop.c: Ditto.
2619         * src/recv.c: Ditto.
2620
2621         * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
2622         gdk_input_add into a wrapper.
2623
2624         * src/esmtp.c: Changed socket descriptors to use SockInfo.
2625         * src/esmtp.h: Ditto, included socket.h.
2626         * src/session.h (struct _Session): Likewise.
2627         * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
2628         Removed access to internal data of SockInfo.  Changed all callers
2629         and functions to take SockInfo.
2630         (imap_session_new): Use sock_close here.
2631         (imap_session_destroy): Ditto.
2632
2633         * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
2634         fd_write.
2635
2636         * src/main.c (app_will_exit): Close lock socket using fd_close.
2637         (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
2638         (lock_socket_input_cb): Ditto.
2639
2640         * src/socket.h, src/socket.c: Prepared SockInfo structure to use
2641         glib channels. Changed all sock_xxx to use SockInfo instead of an
2642         integer.
2643         (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
2644         (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
2645         callers.
2646         (fd_read, fd_write, fd_close): New.
2647         (sock_sockinfo_free): Removed.
2648         * src/socket.c (sock_connect_nb): Use close instead sock_close here.
2649         (sock_connect): Ditto.
2650
2651 2001-04-26
2652
2653         * config.h.in: removed.
2654         * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
2655         * .cvsignore: added.
2656         * src/inc.c
2657           src/progressdialog.[ch]
2658           src/pixmaps/complete.xpm
2659           src/pixmaps/continue.xpm
2660           src/pixmaps/error.xpm: applied the patch from Leandro Pereira
2661           that displays the state of message incorporation (thanks!).
2662         * src/inc.c: made the progress dialog change the text of status.
2663
2664 2001-04-25
2665
2666         * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
2667           from the cvs tree.
2668         * COPYING: removed RSA copyright notice.
2669         * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
2670         * configure.in: added the check of sys/utsname.h.
2671
2672 2001-04-24  Werner Koch  <wk@gnupg.org>
2673
2674         Merged most of the changes from the W32 branch in.
2675
2676         * configure.in: Require gpgme >= 0.2.1
2677
2678         * acconfig.h (HAVE_U32_TYPEDEF): New.
2679         * ac/gnupg-check-typedef.m4: New.
2680         * configure.in: Check for u32 type and the size of some types.
2681         * src/utils.h: Define the u32 type and related constants.
2682
2683         * src/about.c (about_create): Removed the note about MD5.  We are
2684         not any longer using the RSA Inc. implementation.
2685         * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
2686         * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
2687         renamed the function to standard lowercase convention. Changed all
2688         callers. 
2689         (md5_hex_digest): New.
2690         (md5_hmac): Add hmac function by Martin Schaaf with some 
2691         modifications.
2692         (md5_hex_hmac): New.
2693         * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
2694         (hmac_md5): Removed.
2695         * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
2696         the new md5_hex_digest function.
2697
2698         * src/about.c: Include utsname.h only if available
2699
2700         * src/utils.c, src/utils.h (get_home_dir): New to better cope with
2701         special Windoze requirements.  Changed all calls to
2702         g_get_home_dir() to this function.
2703
2704         * simple-gettext.c: New.
2705
2706         * src/main.c (main): Issue a warning if GnuPG is not properly
2707         installed.
2708
2709         * src/sigstatus.c, src/sigstatus.h: New.
2710         * src/rfc2015.c (check_signature): Use the sigstatus window and
2711         get the status texts from a utility function.
2712
2713         * src/select-keys.c: Removed the global select_keys var and
2714         pass an allocated one along all functions.
2715         (set_row): Display only keys capable of encryption.
2716         (update_progress): Replaced the progressbar by
2717         a windmill and a text showing for which key we are collecting
2718         info.  Removed progressbar everywhere else and updated callers.
2719
2720         * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
2721         display the grab button. 
2722
2723 2001-04-24
2724
2725         * src/prefs_common.[ch]
2726           src/procheader.c: applied the patch from Darko Koruga that
2727           allows user to define their own format for displaying date in
2728           summary view using strftime() (thanks!).
2729         * src/prefs_common.c: prefs_quote_colors_dialog()
2730           src/mainwindow.c: main_window_reflect_prefs_all(): made it
2731           update message colors if the colors setting is changed.
2732         * src/main.[ch]: made it remember the startup directory.
2733         * src/export.c: export_mbox(): made it initially chdir to the
2734           startup directory.
2735         * src/filesel.c: filesel_select_file(): made it open the startup
2736           directory at first.
2737
2738 2001-04-23
2739
2740         * added option to warn about queued messages on exit [sergey]:
2741
2742           * src/compose.c: compose_queue(): call folder_item_scan()
2743             and folderview_update_item() after queueing.
2744           * src/folderview.c: folderview_update_node(): draw the queue
2745             folder in bold font if there are queued messages.
2746           * src/mainwindow.c: queued_messages(): new function.
2747             app_exit_cb(): display warning if there are queued messages
2748             if warn_queued_on_exit is set.
2749           * prefs_common.[ch]: add warn_queued_on_exit option.
2750
2751         * src/mainwindow.c: moved queued_messages() to main.c, and renamed
2752           it to get_queued_message_num().
2753         * src/main.c: app_will_exit(): moved warning dialog code from
2754           app_exit_cb(), and added manage_window_focus_in().
2755
2756         * enhanced GnuPG key selection support [sergey]:
2757
2758           * src/select-keys.c: updated to newer version from Win32
2759             branch with support for selecting arbitrary keys.
2760           * src/prefs_account.c: added the Privacy tab to the account
2761             options window.
2762             prefs_account_privacy_create(),
2763             prefs_account_sign_key_set_data_from_radiobtn(),
2764             prefs_account_sign_key_set_radiobtn(): new functions.
2765           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2766           * src/rfc2015.c: set_signers(): new function.
2767             pgp_sign(): add the account parameter, call set_signers().
2768             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2769           * src/rfc2015.h: rfc2015_sign(): updated prototype.
2770           * src/compose.c: pass the current account to rfc2015_sign().
2771
2772 2001-04-22
2773
2774         * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
2775
2776 2001-04-20
2777
2778         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
2779           Fixed a memory leak bug.
2780         * src/export.[ch]: added for exporting folder to mbox.
2781         * src/import.[ch]: made import_mbox() take default folder.
2782           Added description to the dialog.
2783         * src/summaryview.c: summary_show(): fixed a bug that kept the
2784           toolbar buttons insensitive after receiving messages.
2785         * src/export.c
2786           src/import.c: fixed a bug that caused quitting of the program
2787           when OK or Cancel button was clicked several time.
2788         * src/prefs_common.[ch]
2789           src/addressbook.c: added "Add address to destination when
2790           double-clicked" option.
2791
2792 2001-04-19
2793
2794         * src/prefs_common.[ch]: reorganized the items of settings,
2795           and added Message tab.
2796         * src/main.c: parse_cmd_opt(): added command line option --version.
2797         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
2798           special folders.
2799         * src/prefs_common.[ch]
2800           src/headerview.[ch]: the header pane can be toggled now.
2801         * src/prefs_common.[ch]
2802           src/textview.c: page scroll step is now selectable between
2803           one page and half page.
2804         * src/mbox.[ch]: added export_mbox() that reads all messages
2805           in a folder, and store them into one mbox file.
2806
2807 2001-04-18
2808
2809         * src/prefs_filter.[ch]: separated filter setting code from
2810           prefs_common.c, and made it a separate dialog.
2811
2812 2001-04-17
2813
2814         * version 0.4.64
2815
2816         * src/automaton.[ch]
2817           src/inc.c: fixed the bug that made Sylpheed crash when clicking
2818           Cancel button while getting new mail (thanks to Sergey Vlasov).
2819         * src/xml.c: xml_build_tree()
2820           src/addressbook.c: fixed a bug that caused infinite loop if an
2821           illegal XML file was given.
2822
2823 2001-04-16
2824
2825         * src/summaryview.c
2826           src/inc.c: applied the patch from Sergey Vlasov that fixes the
2827           problem when the "Go to inbox after receiving new mail" option
2828           was turned off (thanks!).
2829
2830 2001-04-15
2831
2832         * src/xml.[ch]: modified so that it supports some characters which
2833           must be escaped, and multiple-lined tag.
2834         * src/folder.c
2835           src/addressbook.c: modified so that it escapes some characters
2836           like '<', '>', '&', ''', '"'.
2837
2838 2001-04-10
2839
2840         * version 0.4.63
2841
2842         * src/folder.[ch]
2843           src/mainwindow.c
2844           src/mh.[ch]
2845           src/procmsg.[ch]
2846           src/summaryview.[ch]: applied the patch from Darko Koruga that
2847           adds copy message operation for the MH folders (thanks!).
2848         * src/imap.c: disabled slash to dot conversion.
2849         * src/imageview.c: fixed a bug that displayed an old image when
2850           loading of a image failed (thanks to Darko Koruga).
2851
2852 2001-04-09
2853
2854         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
2855           cache reading (thanks to Sergey Vlasov).
2856         * src/inc.c
2857           src/summaryview.[ch]
2858           prefs_common.[ch]: applied the patch that keeps the same folder
2859           after receiving new mail (thanks to Sergey Vlasov).
2860         * src/textview.c
2861           src/utils.[ch]: moved get_quote_level() to utils.c.
2862
2863 2001-04-08
2864
2865         * ac/Makefile.am: added.
2866         * Makefile.am
2867           configure.in: added ac directory.
2868
2869 2001-04-07
2870
2871         * src/summaryview.c: summary_filter(): made it move messages
2872           immediately if immediate_exec option is set.
2873         * src/prefs_common.[ch]
2874           src/textview.[ch]
2875           src/gtkutils.[ch]: applied the message coloring patch from
2876           Stephen Anthony with some modification (thanks!).
2877         * src/gtksctree.c
2878           src/mimeview.c: modified the behavior of MimeView (thanks to
2879           HIRAMATSU).
2880
2881 2001-04-06
2882
2883         * src/utils.c: copy_file()
2884           src/mh.c: applied (and modified) the patch from Darko Koruga
2885           that enables to move messages across file systems (thanks!).
2886         * src/procheader.c
2887           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
2888           that converts the date of messages to the local time (thanks!).
2889         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
2890           of one-letter timezone were reversed.
2891         * src/folder.c: folder_item_add_msg(): put the assertion for the
2892           add_msg() method (thanks to TAKANO).
2893
2894 2001-04-05
2895
2896         * src/procmime.c: procmime_decode_content(): fixed a bug that
2897           corrupted quoted-printable encoded messages when they include
2898           `=00' (thanks to Masahiro Tomita).
2899         * src/gtksctree.c
2900           src/mimeview.c
2901           src/summaryview.c: modified the DnD behavior of MIME view
2902           (thanks to HIRAMATSU).
2903
2904 2001-04-04
2905
2906         * src/about.c: applied the patch from Sergey Vlasov that fixes
2907           the appearance of the about dialog (thanks!).
2908         * src/prefs_common.[ch]
2909           src/rfc2015.[ch]
2910           src/mimeview.c
2911           src/procmime.[ch]
2912           src/compose.[ch]
2913           src/passphrase.c
2914           src/textview.[ch]: applied the GnuPG support patch which had
2915           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
2916         * INSTALL, INSTALL.jp: updated the description about GnuPG.
2917
2918 2001-04-03
2919
2920         * src/utils.[ch]: added references_list_append() that parses
2921           References header and makes it string list.
2922         * src/compose.c: modified so that too long References header is
2923           truncated, garbage characters are removed, and header is tidied
2924           up (thanks to Matthias Intemann).
2925
2926 2001-04-02
2927
2928         * src/addr_compl.c: applied the address completion bugfix patch
2929           from Alfons Hoogervorst (thanks!).
2930
2931 2001-04-01
2932
2933         * src/gtksctree.c: modified so that the tree_select_row signal
2934           actually pass the column number.
2935         * src/summaryview.c: summary_selected(): made generic mark and
2936           unread mark can be toggled with clicking of the columns.
2937           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
2938         * src/prefs_common.c
2939           src/prefs_account.c: applied the layout fix patches from Sergey
2940           Vlasov, and adjusted some widths of GtkEntry widgets.
2941         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
2942         * src/inc.c: inc_start(): modified so that authentication dialogs
2943           show server name too (thanks to Sergey Vlasov).
2944
2945 2001-03-31
2946
2947         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
2948           segmentation fault when a malformed multipart message is shown
2949           (thanks to Sergey Vlasov).
2950         * src/summaryview.c: summary_display_msg(): made it focus to the
2951           summary view if the MIME list is empty.
2952
2953 2001-03-30
2954
2955         * src/pixmaps/deleted.xpm
2956           src/pixmaps/mark.xpm
2957           src/summaryview.c: added deleted and mark icon.
2958         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
2959           to gtk_widget_unref().
2960         * src/addr_compl.c: start_address_completion(): fixed the bug that
2961           displayed warning when the address book was empty (thanks to
2962           Chideok Hwang).
2963
2964 2001-03-29
2965
2966         * src/summaryview.c: summary_show(): fixed a memory leak bug
2967           (thanks to ChiDeok Hwang).
2968         * src/pixmaps/forwarded.xpm
2969           src/pixmaps/replied.xpm
2970           src/pixmaps/new.xpm
2971           src/pixmaps/unread.xpm
2972           src/compose.c
2973           src/mainwindow.c
2974           src/prefs_common.c
2975           src/procmsg.h
2976           src/summaryview.[ch]: applied the patch from Marc Hoper
2977           that adds replied and forwarded mark to replying or forwarding
2978           messages (thanks!). And new and unread mark were replaced
2979           by the icons David Mehrmann created (thanks!).
2980         * src/summaryview.c: made the width of unread and MIME column
2981           fixed.
2982         * src/prefs.c: prefs_config_parse_one_line(): made it check the
2983           '=' separator (thanks to Sergey Vlasov).
2984
2985 2001-03-26
2986
2987         * src/prefs_common.[ch]: moved smooth scroll option to the
2988           interface tab.
2989         * src/textview.c: made the one-line scroll also perform smooth
2990           scrolling.
2991
2992 2001-03-25
2993
2994         * src/prefs_common.[ch]
2995           src/textview.c: applied the smooth scroll patch from Setoh and
2996           Ninomiya (thanks!).
2997
2998 2001-03-24
2999
3000         * src/summaryview.c: summary_attract_by_subject(): rewritten it
3001           using hash table for speeding up.
3002         * src/prefs_account.c: made filter_on_receive TRUE by default.
3003         * src/mainwindow.c: reordered menu items.
3004
3005 2001-03-23
3006
3007         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
3008           caused address completion not to accept space and enter key.
3009
3010 2001-03-22
3011
3012         * src/utils.[ch]
3013           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
3014           correctly.
3015         * src/compose.c: fixed a bug that didn't decode some headers
3016           correctly when replying or reediting drafts (thanks to Sergey
3017           Vlasov).
3018
3019 2001-03-21
3020
3021         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
3022           behaviors of some classes.
3023         * src/main.c: main(): made it call gtkut_widget_init() first.
3024         * src/summaryview.c: summary_create(): removed the key binding code.
3025
3026 2001-03-19
3027
3028         * src/procmsg.[ch]: modified for the sake of readability.
3029
3030 2001-03-18
3031
3032         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
3033           Added new menu items for folder manipulation.
3034           allsel_cb(): made it change the target between summary view and
3035           message view according to the input focus.
3036           Removed "Select all" from Summary submenu.
3037         * src/folderview.[ch]: added functions for creating/renaming/deleting
3038           folder.
3039         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
3040           removed "important" flag.
3041         * src/summaryview.c: added summary_set_row_marks() that sets style
3042           of a row according to the flags, and made some functions use it.
3043         * src/mainwindow.c: allsel_cb(): modified so that it selects
3044           summary view correctly if message view is toggled off.
3045
3046 2001-03-17
3047
3048         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
3049           leak bug of socket, and rewrote the routine.
3050         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
3051           displayed the wrong unread number in the folder tree if a
3052           folder was open and new messages arrived at the folder.
3053         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
3054           again.
3055
3056 2001-03-15
3057
3058         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
3059           check the existence of the destination file.
3060         * src/procmsg.c: procmsg_set_flags(): made it count the last
3061           number of the message list (and fixed a bug that didn't open
3062           newly arrived message).
3063
3064 2001-03-13
3065
3066         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
3067           Shift_JIS from the outgoing codeset.
3068
3069 2001-03-12
3070
3071         * version 0.4.62
3072
3073 2001-03-11
3074
3075         * src/send.c: send_message_queue(): modified so that it finds
3076           the account from the `From' and the server name of the queued
3077           message.
3078         * src/account.[ch]: added account_find_from_smtp_server() that
3079           finds an account from the specified address and SMTP server.
3080         * src/Makefile.am
3081           src/mainwindow.c
3082           src/summaryview.[ch]
3083           src/sourcewindow.[ch]: integrated the viewing source patch from
3084           DINH V. Hoà (thanks!).
3085
3086 2001-03-10
3087
3088         * src/addr_compl.[ch]
3089           src/addressbook.c
3090           src/compose.c: applied the enhanced address completion patch
3091           from Alfons Hoogervorst (thanks!).
3092         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
3093         * src/folder.c: folder_init()
3094           src/folderview.c: folderview_drag_motion_cb()
3095           src/procmsg.c: procmsg_clean_trash()
3096           src/summaryview.c: summary_start_drag()
3097           src/imap.[ch]: integrated the IMAP4 move/remove function patch
3098           from Suzuki Mio (thanks!).
3099
3100 2001-03-08
3101
3102         * src/main.c: parse_cmd_opt(): made the --compose option realize
3103           mailto: URI.
3104         * src/utils.[ch]: execute_async(): supported quoted arguments
3105           correctly.
3106           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
3107           version of g_strsplit().
3108         * src/mimeview.c: mimeview_view_file()
3109           src/prefs_common.c: added single quotation mark around the file
3110           name.
3111
3112 2001-03-07
3113
3114         * configure.in
3115           src/compose.c
3116           src/prefs.c
3117           src/procmime.c
3118           src/summaryview.c
3119           src/mbox.c
3120           src/recv.c
3121           src/utils.[ch]: applied the security fix patch from Dmitry V.
3122           Levin with some modification (thanks!). Added my_tmpfile() to
3123           utils.[ch].
3124         * src/main.c: added --receive-all command-line option.
3125
3126 2001-03-06
3127
3128         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
3129           compile if both multithread and IPv6 are enabled (thanks to
3130           Ishihara).
3131         * src/utils.[ch]
3132           src/compose.c: applied a patch from Jason McCarver that allows
3133           FIFO for signature file (thanks!).
3134         * src/textview.c: made some more refactoring.
3135         * src/socket.c: sock_accept(): changed socklen_t to gint.
3136
3137 2001-03-05
3138
3139         * src/main.c
3140           src/textview.c: some code cleanups.
3141
3142 2001-03-04
3143
3144         * src/compose.[ch]
3145           src/main.c
3146           src/textview.c: integrated the patch from Alfons Hoogervorst that
3147           fixes some glitches in clickable URI and enables mail addresses
3148           clickable, and enables the --compose command line option to
3149           specify address (thanks!).
3150
3151 2001-03-03
3152
3153         * src/esmtp.[ch]
3154           src/smtp.[ch]
3155           src/send.c
3156           src/prefs_account.[ch]
3157           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
3158           and fixed its a few bugs (thanks!).
3159         * src/textview.c: textview_key_pressed(): made it don't move focus
3160           to summary view.
3161         * src/main.c: parse_cmd_opt(): modified the help message.
3162         * src/html.[ch]: added empty_line to HTMLParser and modified
3163           the parser routines a bit.
3164
3165 2001-03-01
3166
3167         * src/html.c: added eucjp_symbol_list, and added some characters
3168           to ascii_symbol_list.
3169
3170 2001-02-19
3171
3172         * src/codeconv.[ch]: added a member `charset' and `charset_str'
3173           to CodeConverter.
3174         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
3175           html_parser_new(): made it change the symbol hash table
3176           according to the character set of the document.
3177           html_parse_special(): made it recognize character code number.
3178
3179 2001-02-17
3180
3181         * src/textview.c: added textview_show_html() that parses HTML and
3182           display as a text.
3183           textview_show_part(): made it call textview_show_html() if
3184           the part is text/html.
3185         * src/html.[ch]: implemented HTML parser.
3186
3187 2001-02-15
3188
3189         * src/codeconv.[ch]: added CodeConverter, and its methods
3190           (conv_code_converter_new(), conv_code_converter_destroy(), and
3191            conv_convert()).
3192         * src/textview.c: removed the branches by HAVE_LIBJCONV and
3193           rewrote them using CodeConverter.
3194
3195 2001-02-12
3196
3197         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
3198
3199 2001-02-11
3200
3201         * src/codeconv.c: some code cleanups.
3202
3203 2001-02-05
3204
3205         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
3206           popup the main window correctly.
3207         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
3208           CS_EUC_TW was reversed (thanks to Sakamoto).
3209
3210 2001-02-04
3211
3212         * src/gtkutils.[ch]
3213           src/main.c
3214           src/mainwindow.[ch]
3215           src/socket.[ch]: applied the patch from Hiramatu that enables
3216           prohibition of multiple execution and remote control with
3217           command line option (thanks!).
3218
3219 2001-02-03
3220
3221         * src/summaryview.c: summary_button_pressed(), summary_selected():
3222           made it toggle the view if middle button is clicked while message
3223           view is hidden.
3224           summary_drag_data_get(): fixed a memory leaking.
3225         * src/Makefile.am
3226           src/compose.c: compose_write_headers(): modified so that it uses
3227           host_alias for X-Mailer or X-Newsreader field.
3228
3229 2001-02-03
3230
3231         * version 0.4.61
3232
3233         * src/folderview.c: fixed a bug that prevented a folder from being
3234           created if there were already folders that have the same name
3235           somewhere at another place.
3236
3237 2001-02-02
3238
3239         * src/folderview.c: folderview_update_all(): fixed a bug that
3240           caused segmentation fault when a folder was selected after
3241           updating the folder tree.
3242         * src/compose.c: compose_send(): fixed a locking bug.
3243           compose_write_headers(): fixed a bug that referred to cur_account.
3244           compose_convert_header(): made it check the arguments.
3245
3246 2001-02-01
3247
3248         * src/main.c: some cleanups and added --help option.
3249
3250 2001-01-31
3251
3252         * src/send.c: re-enabled user-defined domain name setting.
3253         * src/utils.c: is_next_mbs(): changed the size of temporary
3254           multibyte array to MB_CUR_MAX.
3255           strdup_mbstowcs(): added error check to mbstowcs().
3256           strdup_wcstombs(): added error check to wcstombs().
3257         * src/addr_compl.c: get_address_from_edit(): made it check the
3258           return value of strdup_mbstowcs().
3259         * src/codeconv.c: conv_encode_header(): added error checking
3260           to strdup_mbstowcs().
3261
3262 2001-01-30
3263
3264         * src/utils.c: log_error(): changed g_error() to g_warning() so
3265           that it doesn't abort.
3266           Added iswalnum().
3267         * src/addr_compl.c: add_address(): fixed a bug that aborted the
3268           program if the name or the address is empty.
3269           get_address_from_edit(): supported multibyte characters.
3270         * configure.in: fixed a typo.
3271         * src/send.c: re-enabled user-defined SMTP port setting.
3272
3273 2001-01-30
3274
3275         * version 0.4.60
3276
3277         * configure.in: added --enable-gpgme option, and disabled GPGME
3278           by default.
3279         * made GPGME related members in MimeInfo not used if disabled.
3280         * src/rfc2015.c: some cleanups for warning.
3281         * README
3282           README.jp
3283           INSTALL
3284           INSTALL.jp: updated.
3285         * Makefile.am: modified bzip2 option.
3286
3287 2001-01-29
3288
3289         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
3290           MIME type.
3291         * src/mimeview.c: mimeview_view_file(): made it do nothing if
3292           the MIME type is application/octet-stream.
3293         * src/folderview.c: folderview_update_all(): made it show modal
3294           dialog while updating folders.
3295         * src/folderview.c: folderview_update_all(): fixed a bug that
3296           didn't remove the dialog.
3297
3298 2001-01-28
3299
3300         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
3301           launches the attached file using metamail (thanks!).
3302         * src/procmime.[ch]: added procmime_get_tmp_file_name().
3303         * src/compose.c
3304           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
3305           that enables address completion in the address entry on the
3306           composition window (thanks!).
3307         * src/addr_compl.c: get_all_addresses(), read_address_book():
3308           modified so that it uses xml_free_tree() for freeing the address
3309           tree.
3310
3311 2001-01-27
3312
3313         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
3314           remove the current directory (thanks to Maki).
3315         * src/summary_search.c: added `Select all matched' option to the
3316           search dialog (thanks to Takahashi).
3317         * src/pixmaps/stock_mail_attach.xpm
3318           src/pixmaps/tb_address_book.xpm
3319           src/compose.c: added some toolbar icons contributed from
3320           Leandro Pereira (thanks!).
3321
3322 2001-01-25
3323
3324         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
3325           segmentation fault when the passphrase dialog was cancelled.
3326           Hided the passphrase in the debug message.
3327         * src/about.c: about_create(): fixed a bug that failed to compile
3328           when none of the features were used.
3329         * src/foldersel.c: foldersel_set_tree(): made it display all
3330           MH folders.
3331         * src/inc.c: inc_start(): fixed a bug that showed password dialog
3332           continuously if it was cancelled.
3333         * src/summaryview.c: summary_write_cache(): put an assertion after
3334           folder_item_get_cache_file() to prevent the crash.
3335         * thanks to Maki for the above four fixes.
3336         * src/utils.h: added #include <alloca.h>.
3337
3338 2001-01-24
3339
3340         * src/rfc2015.c: changed some g_message() used for error messages
3341           to g_warning().
3342
3343 2001-01-23
3344
3345         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
3346           it can handle a string data of which length >= BUFFSIZE.
3347         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
3348         * src/pixmaps/stock_mail_receive_all.xpm
3349           src/pixmaps/stock_mail_reply_to_all.xpm
3350           src/Makefile.am
3351           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
3352           icons contributed from David Mehrmann (thanks!).
3353         * src/inc.[ch]: overhauled the architecture so that it don't create
3354           and destroy progress dialog for each incorporation in `get all'
3355           mode.
3356
3357 2001-01-22
3358
3359         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
3360           sub folders named `inbox', etc. as special folders.
3361         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
3362           boundary correctly.
3363
3364 2001-01-21
3365
3366         * applied the GnuPG patch from Werner Koch (thanks!).
3367         * removed Mixmaster support.
3368         * src/rfc2015.c: changed g_error() to g_warning() and modified some
3369           messages.
3370         * src/about.c: about_create(): modified compiled-in features list.
3371         * README
3372           README.jp
3373           INSTALL
3374           INSTALL.jp: updated.
3375         * src/select-keys.c: create_dialog(): modified the layout.
3376         * src/headerwindow.c
3377           src/addressbook.c
3378           src/logwindow.c: made it raise the window if the window is already
3379           open.
3380         * src/prefs_common.[ch]: added an option for immediate execution.
3381         * src/summaryview.c: made it execute immediately when messages are
3382           moved or deleted if immediate_exec option is turned on.
3383         * src/summaryview.c: summary_delete(), summary_move_selected_to():
3384           moved summary_step() before summary_execute().
3385         * src/folderview.c: folderview_update_all(): made it scan folder
3386           tree correctly.
3387         * src/compose.c: compose_write_headers(): made it don't add
3388           In-Reply-To header if to_list is empty.
3389
3390 2001-01-09  Werner Koch  <wk@gnupg.org>
3391
3392         * configure.in, acconfig.h: Check for GPGME.
3393         * ac/: New directory for local autoconf macros.
3394         * src/Makefile.am: Add support for GPGME
3395
3396         * src/main.c (idle_function_for_gpgme): New.
3397         (main): Register this function.
3398
3399         * src/about.c: Add a note about GPGME.
3400
3401         * src/rfc2015.c, rfc2015.h: New.
3402
3403         * src/mimeview.c (mimeview_show_message): Check signature.
3404         * src/procmime.c (procmime_scan_message): Ditto.
3405
3406         * src/messageview.c (messageview_show): Add decryption stuff.
3407
3408         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
3409         (compose_toggle_encrypt_cb): New
3410         (compose_toggle_mixmaster_cb): New, just to be prepared for
3411         Mixmaster support.
3412         (compose_write_headers): Suppress some headers in mixmaster mode.
3413
3414         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
3415         (prefs_privacy_create): New.  Also some new structures etc.
3416         * src/compose.c (compose_create): Set encrypt button to prefs default.
3417         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
3418
3419         * src/compose.c (compose_send): Add missing unlock before one return.
3420
3421 2001-01-18
3422
3423         * src/gtksctree.[ch]
3424           src/folderview.c
3425           src/summaryview.[ch]: applied the patch from Hiramatu that enables
3426           DnD from the summary view to the folder view and fixes some other
3427           probrems (thanks!).
3428         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
3429           segmentation fault.
3430         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
3431         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
3432           didn't toggle expansion of node.
3433
3434 2001-01-17
3435
3436         * src/imap.c: applied the patch from Nishimura that updates the
3437           message list more precisely and reads the message flags (thanks!).
3438         * src/textview.c: textview_show_header(): made X-Newsreader field
3439           be emphasized too.
3440         * src/summaryview.c: summary_show(): made it flush events when
3441           displaying summary.
3442
3443 2001-01-15
3444
3445         * src/summaryview.c: applied the patch from Alfons that enabled
3446           the horizontal scrollbar of summary view (thanks!).
3447
3448 2001-01-13
3449
3450         * src/compose.c: compose_cb(): fixed a bug that didn't open the
3451           composition window right after launching the program.
3452         * src/setup.c: scan_tree_func(): fixed a bug that caused
3453           segmentation fault.
3454
3455 2001-01-13
3456
3457         * version 0.4.52
3458
3459         * src/textview.c: textview_set_font(): fixed a bug that caused
3460           segmentation fault if the mode of the text widget was changed
3461           between multibyte and singlebyte while the region was selected
3462           (GTK+ bug?).
3463
3464 2001-01-11
3465
3466         * src/mainwindow.c
3467           src/summaryview.c: made it unable to delete or move messages when
3468           in a news folder.
3469         * src/prefs_common.c
3470           src/news.c: added the option for maximum news article number.
3471
3472 2001-01-10
3473
3474         * src/compose.c: compose_send(): changed the location of temporary
3475           file. Made it use the default account if all of tried account
3476           aren't mail one, and made it show alert dialog and abort when even
3477           that failed.
3478         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
3479           last id number.
3480           prefs_account_open(): made it fill in personal information
3481           according to the default account when creating a new account.
3482         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
3483           proper version number (thanks to BONAIM).
3484         * configure.in
3485           Makefile.am: added entries for sylpheed.spec.in.
3486
3487 2001-01-09
3488
3489         * src/compose.[ch]: modified so that it can change account
3490           correctly.
3491         * src/send.[ch]: modified so that it doesn't see cur_account.
3492         * src/prefs_account.c: modified so that news setting doesn't
3493           show SMTP server entry.
3494
3495 2001-01-08
3496
3497         * src/folderview.c: fixed a bug that didn't sort special folders
3498           correctly when a new folder is created or renamed.
3499
3500 2001-01-07
3501
3502         * src/compose.[ch]: enabled to select account at composing window.
3503         * src/folderview.c: made it display unread number next to folder
3504           name.
3505         * src/prefs_common.[ch]: added the option for unread number display.
3506
3507 2001-01-06
3508
3509         * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
3510           and made many modifications (thanks!).
3511           compose_write_headers(): made the spaces in newsgroups removed.
3512           Supported Followup-To.
3513           compose_destroy(): got the objects removed properly.
3514         * src/news.c: merged news_post_to_group() and news_post() since
3515           they doesn't have to do multiple posting.
3516         * src/import.c: import_destsel_cb(): fixed a bug that failed to
3517           import into the selected folder.
3518         * src/prefs_account.c: modified the interfaces.
3519
3520 2001-01-05
3521
3522         * src/codeconv.[ch]
3523           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
3524           string is registerd to IANA.
3525         * src/nntp.[ch]: added nntp_post().
3526         * src/news.[ch]: added news_post() and news_post_to_group().
3527
3528 2001-01-04
3529
3530         * src/account.c: account_edit_open()
3531           src/mainwindow.c: new_account_cb(): made it unable to edit
3532           accounts if some composing windows are open.
3533
3534 2001-01-03
3535
3536         * src/folder.[ch]: added folder_set_name().
3537         * src/account.c: made a folder name of IMAP4/NNTP become the same
3538           as the name of account.
3539
3540 2001-01-02
3541
3542         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
3543           to filter messages.
3544
3545 2001-01-02
3546
3547         * version 0.4.51
3548
3549         * src/mbox.c: fixed a bug that didn't incorporate spool file
3550           correctly. Modified so that it recognizes From_ line as separator
3551           of messages even if the previous line isn't empty line.
3552         * src/send.c: send_message_queue()
3553           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
3554           warning when it tried to delete a sent message.
3555
3556 2001-01-01
3557
3558         * version 0.4.50
3559
3560         * src/folder.[ch]
3561           src/news.[ch]: modified so that it actually gets news articles.
3562         * src/utils.[ch]: added make_dir_hier() that creates directory
3563           hierarchy.
3564         * src/folder.c:
3565           folder_item_get_cache_file(), folder_item_get_mark_file():
3566           made it creates cache directory if it doesn't exist.
3567           folder_add(): made it insert the added folder into the correct
3568           position.
3569         * src/imap.[ch]: modified so that it suits the new folder
3570           architecture. Fixed a bug that caused segmentation fault
3571           if authentication failed at imap_auth().
3572         * src/folderview.c: implemented IMAP4 folder handling routines.
3573
3574 2000-12-31
3575
3576         * src/prefs_account.[ch]: added account ID and nntp_server
3577           to PrefsAccount. And added the interface for NNTP server.
3578         * src/folderview.c: modified news folder handling routines.
3579         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
3580           modified folder_item_get_path().
3581
3582 2000-12-29
3583
3584         * src/folder.[ch]: added create_folder(), rename_folder(),
3585           remove_folder() to Folder class.
3586         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
3587           mh_remove_folder().
3588           Implemented mh_create_tree() that creates MH directory tree.
3589           mh_rename_folder(): modified so that the paths of sub folders
3590           are set properly.
3591         * src/folderview.c: modified folderview_new_folder_cb(),
3592           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
3593           so that they work properly.
3594           Added folderview_remove_mailbox_cb() and the menu entry that
3595           remove mailbox from folder tree.
3596         * src/setup.[ch]: added for initial setup.
3597         * src/alertpanel.c: modified the appearance of the dialog.
3598         * src/compose.c: fixed compose_save_to_outbox() and
3599           compose_queue() so that it sets flags correctly.
3600
3601 2000-12-28
3602
3603         * src/mainwindow.c: modified the strings of toolbar labels.
3604
3605 2000-12-27
3606
3607         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
3608         * src/summaryview.c: summary_display_msg(): made it scroll the
3609           list if the message of the edge of that is displayed.
3610
3611 2000-12-25
3612
3613         * src/folder.[ch]
3614           src/mh.[ch]: added functions for moving messages.
3615         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
3616           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
3617
3618 2000-12-24
3619
3620         * src/utils.[ch]: added get_tmp_file().
3621         * src/pop.c
3622           src/inc.c
3623           src/folder.c: fixed a bug that failed to drop messages.
3624         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
3625           number of the folder.
3626
3627 2000-12-23
3628
3629         * src/folderview.c: added special folder setting routine.
3630         * src/folder.[ch]: added a method is_msg_changed().
3631           Implemented folder_find_item_from_path().
3632         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
3633         * autogen.sh: fixed so that the configure can take arguments.
3634
3635 2000-12-22
3636
3637         * src/main.c
3638           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
3639           the path of mailbox and create the one.
3640         * src/folderview.c: made the folder tree and selected folder
3641           expanded.
3642
3643 2000-12-21
3644
3645         * src/mh.[ch]
3646           src/folder.c: implemented mh_scan_tree() that scans the folder
3647           recursively and create the tree.
3648
3649 2000-12-19
3650
3651         * src/compose.c
3652           src/defs.h
3653           src/filter.[ch]
3654           src/folder.[ch]
3655           src/foldersel.[ch]
3656           src/folderview.[ch]
3657           src/imap.[ch]
3658           src/import.c
3659           src/inc.c
3660           src/main.[ch]
3661           src/mainwindow.c
3662           src/mbox.[ch]
3663           src/mh.[ch]
3664           src/news.[ch]
3665           src/prefs_common.c
3666           src/procmsg.[ch]
3667           src/summaryview.[ch]
3668           src/xml.[ch]
3669           src/Makefile.am: merged the development tree into the cvs tree.
3670           Some functions are not unimplemented yet.
3671
3672 2000-12-18
3673
3674         * version 0.4.9
3675
3676 2000-12-11
3677
3678         * src/xml.[ch]: supported omitted tag (<tag />).
3679         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
3680         * src/imap.c: imap_parse_atom(): fixed a bug that caused
3681           segmentation fault if the subject was empty (thanks to Tsutsui).
3682         * src/folder.[ch]: updated.
3683
3684 2000-12-10
3685
3686         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
3687           file specified and returns the tree.
3688
3689 2000-12-09
3690
3691         * po/pt_BR.po: fixed some typos that caused segmentation fault.
3692
3693 2000-12-07
3694
3695         * version 0.4.8
3696
3697         * src/session.h: added.
3698         * src/folder.[ch]: updated.
3699         * src/compose.c: compose_write_to_file()
3700           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
3701           that put a garbage to charset if the outgoing character set was
3702           specified and non-ascii characters were used in subject.
3703
3704 2000-12-04
3705
3706         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
3707           progress if the status bar was hidden.
3708
3709 2000-12-03
3710
3711         * src/folder.[ch]: added for the more object-oriented folder
3712           management.
3713
3714 2000-12-02
3715
3716         * version 0.4.7
3717
3718         * src/mainwindow.c
3719           src/prefs_common.[ch]: made the state of status bar get preserved.
3720         * src/compose.c: compose_insert_sig(): modified so that it doesn't
3721           put a separator if a signature file doesn't exist.
3722         * src/prefs_account.[ch]
3723           src/inc.c: added the option that toggles whether to receive
3724           messages when getting from all accounts.
3725         * README
3726           README.jp: updated the description and added some usages.
3727
3728 2000-12-01
3729
3730         * src/Makefile.am
3731           src/gtkshruler.[ch]
3732           src/compose.[ch]: applied the patches from Alfons Hoogervorst
3733           that makes the ruler of composition window graphical (thanks!).
3734
3735 2000-11-27
3736
3737         * src/codeconv.c
3738           src/mainwindow.c
3739           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
3740
3741 2000-11-27
3742
3743         * version 0.4.6
3744
3745         * src/compose.c: turned the color of quoted messages black again.
3746
3747 2000-11-26
3748
3749         * src/about.c: added a clickable URI to the Sylpheed home page,
3750           and a list of compiled-in features.
3751         * src/compose.c: made the color of quoted messages blue.
3752         * src/summaryview.c: added `Show all header' to the context menu.
3753         * src/prefs_common.c: removed the threading option from the dialog.
3754         * src/compose.c: fixed a bug that didn't parse the quotation format
3755           correctly.
3756
3757 2000-11-25
3758
3759         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
3760           that it toggles linewrap menu item and tool button.
3761         * src/prefs_common.c: modified the default of the signature
3762           separator.
3763         * src/compose.[ch]: added ruler to the compose window.
3764         * src/prefs_common.[ch]: added a member for the state of ruler
3765           display.
3766
3767 2000-11-24
3768
3769         * src/headerview.[ch]: added the destroy function.
3770         * src/messageview.c: messageview_destroy(): fixed a memory leak
3771           bug that didn't freed the HeaderView object.
3772         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
3773         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
3774           to Alfons Hoogervorst for the above three memory leak bug fixes).
3775
3776 2000-11-23
3777
3778         * version 0.4.5
3779
3780         * README
3781           README.jp
3782           INSTALL
3783           INSTALL.jp: modified some descriptions.
3784
3785 2000-11-22
3786
3787         * src/compose.c: implemented line-wrapping functions.
3788         * src/prefs_common.[ch]: added the settings for line-wrapping.
3789         * src/codeconv.[ch]: added Windows-1251 to the codesets.
3790           conv_jistoeuc(): fixed a bug that caused segmentation fault
3791           when some half-width kana characters appeared.
3792         * src/summaryview.c: summary_select_all(): made it show message
3793           on the status bar if the number of messages is large.
3794
3795 2000-11-18
3796
3797         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
3798           modified so that it parses the quotation mark too.
3799           Added %I that means the initial of sender to the format.
3800         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
3801           Fixed a bug that set the wrong outgoing codeset.
3802         * src/mainwindow.c
3803           src/prefs_common.c: modified the menu item of Chinese codeset.
3804
3805 2000-11-17
3806
3807         * src/codeconv.[ch]
3808           src/prefs_common.[ch]: modified so that outgoing charset is
3809           saved as a string, not a number.
3810
3811 2000-11-16
3812
3813         * src/textview.c: textview_set_font(): changed the scheme of
3814           selecting between font and fontset. And changed the default
3815           font of ISO-8859-1.
3816         * src/headerview.c: headerview_show_xface(): made it ignore
3817           invalid X-Face.
3818         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
3819           modified so that it consider the source codeset as ISO-2022-JP if
3820           it is NULL and the current locale is Japanese.
3821
3822 2000-11-14
3823
3824         * src/textview.c: textview_destroy(): fixed a bug that caused
3825           segmentation fault if textview->msgfont is NULL (thanks to
3826           Hiramatu).
3827         * src/main.c
3828           src/defs.h: applied the patch from Yanase that enables to
3829           save the shortcuts of the menus (thanks!).
3830
3831 2000-11-11
3832
3833         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
3834           toggles the sensitivity of menu items.
3835         * src/summaryview.c: renamed summary_set_popup_sensitive() to
3836           summary_set_menu_sensitive(), and made it set the sensitivity of
3837           the main menu.
3838
3839 2000-11-09
3840
3841         * src/textview.c: textview_init(): fixed a bug that didn't disable
3842           the theme engine of GtkText (thanks to Hiramatu).
3843         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
3844           means the full name of sender and the first name.
3845         * manual/ja/*.??ml: updated to the latest version.
3846
3847 2000-11-07
3848
3849         * version 0.4.4
3850
3851         * src/defs.h: separated the definitions from main.h and applied the
3852           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
3853           from the system headers (thanks!).
3854         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
3855           UTF-8 locale.
3856         * src/textview.c: textview_set_font(): modified so that it sets
3857           the correct font when the locale is multi-byte.
3858           textview_destroy(): added proper codes for destruction.
3859           textview_show_header(): fixed the coloration of X-Mailer.
3860
3861 2000-11-06
3862
3863         * src/textview.[ch]: made TextView have single-byte and multi-byte
3864           GtkText, and switch between them according to the given codeset.
3865         * src/compose.c: compose_create(): modified the font setting
3866           routine.
3867
3868 2000-11-02
3869
3870         * src/textview.[ch]: moved the message font variable into TextView.
3871           textview_set_font(): modified so that it uses gdk_font_load()
3872           if the given codeset is US-ASCII or ISO-8859-*.
3873
3874 2000-11-01
3875
3876         * src/codeconv.c
3877           src/procmime.c
3878           src/prefs_common.c
3879           src/textview.c
3880           src/compose.c: workaround for the 8bit code issue (used
3881           gdk_font_load() instead of gdk_fontset_load() when the locale is
3882           C, or not set).
3883
3884 2000-11-01
3885
3886         * version 0.4.3
3887
3888         * src/compose.[ch]: added `Draft' tool button.
3889         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
3890         * README, README.jp: added the explanation of the locale setting.
3891
3892 2000-10-31
3893
3894         * src/compose.c: made it overwrite the previous draft message when
3895           reedited the draft and saved it again.
3896         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
3897           the message really exists.
3898         * src/folderview.[ch]: added folderview_scan_folder_a() and
3899           folderview_scan_folder_foreach_a() that scan the specified
3900           folders for each folderviews.
3901         * src/mainwindow.[ch]: removed main_window_scan_folder() and
3902           main_window_scan_folder_all().
3903           Added `Reedit' to the menu.
3904         * src/import.[ch]: removed MainWindow from the argument of
3905           import_mbox().
3906         * src/summaryview.c: removed the unnecessary items from the popup
3907           menu. Changed summary_reedit_cb() to summary_reedit(), and made
3908           it public.
3909
3910 2000-10-30
3911
3912         * src/compose.h: added a member msginfo to Compose.
3913         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
3914           the MsgInfo object.
3915
3916 2000-10-25
3917
3918         * src/summaryview.c: made the the popup menu change the sensitivity
3919           according to the context. Fixed a bug that showed the `clean trash'
3920           dialog repeatedly if `D' key was pressed when the focus was on the
3921           summary view.
3922         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
3923
3924 2000-10-22
3925
3926         * src/main.c: fixed g_thread initialization.
3927
3928 2000-10-21
3929
3930         * src/codeconv.c: added pt_BR to locale_table.
3931         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
3932           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
3933           codeset when not using libjconv.
3934         * src/compose.c: fixed the bug on saving draft again.
3935
3936 2000-10-19
3937
3938         * src/compose.c: compose_write_headers(): fixed a bug that failed
3939           to write headers if To: was empty when saving draft.
3940
3941 2000-10-18
3942
3943         * src/procmime.[ch]
3944           src/compose.c
3945           src/headerwindow.[ch]
3946           src/summaryview.c
3947           src/messageview.[ch]
3948           src/mimeview.c
3949           src/textview.c
3950           src/procmsg.[ch]
3951           src/procheader.[ch]: modified so that they can handle queue folder
3952           properly.
3953         * src/compose.[ch]
3954           src/summaryview.c: implemented draft-reediting function.
3955         * src/mainwindow.c
3956           src/summaryview.c
3957           src/mimeview.c: replaced *(GtkWidget **) with the macro
3958           GTK_WIDGET_PTR().
3959
3960 2000-10-17
3961
3962         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
3963           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
3964           if the folder is QUEUE_DIR or DRAFT_DIR.
3965
3966 2000-10-14
3967
3968         * version 0.4.2
3969
3970         * src/headerview.c
3971           src/messageview.c: modified the border of the headerview.
3972         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
3973           an Sylpheed object to GtkWidget.
3974         * src/utils.c: remove_return(), remove_space(): fixed a bug that
3975           possibly caused segmentation fault.
3976         * src/compose.[ch]
3977           src/mainwindow.c
3978           src/summaryview.c: implemented `forward as an attachment'.
3979         * src/utils.[ch]: open_uri(): brought on URI opening function from
3980           textview.c and manual.c.
3981
3982 2000-10-13
3983
3984         * src/mainwindow.c
3985           src/summaryview.c
3986           src/compose.[ch]
3987           src/prefs_common.[ch]: removed `Reply with quote', and added
3988           `Reply to all', and added the option that decides whether to
3989           quote message on replying.
3990
3991 2000-10-12
3992
3993         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
3994           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
3995         * src/codeconv.[ch]
3996           src/mainwindow.c
3997           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
3998         * src/compose.c: compose_send(): modified so that it shows error
3999           dialog when failed to send a message.
4000
4001 2000-10-11
4002
4003         * src/account.c: account_edit_close(): fixed a bug that didn't set
4004           current account when creating an account for the first time.
4005         * configure.in: added es to ALL_LINGUAS.
4006
4007 2000-10-10
4008
4009         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
4010           possible.
4011           conv_get_code_conv_func(): modified so that it doesn't convert
4012           codeset if it is unknown.
4013         * src/folderview.c: folderview_update_msg_num(): modified style
4014           changing routine.
4015
4016 2000-10-09
4017
4018         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
4019           codesets automatically if the arguments are NULL.
4020         * src/textview.c: textview_write_line(): made it output warning
4021           message on the text view if conversion failed.
4022
4023 2000-10-06
4024
4025         * README, README.jp: modified the author of the manual.
4026
4027 2000-10-05
4028
4029         * src/headerview.[ch]
4030           src/messageview.[ch]: modified so that it uses GtkLabel widget
4031           instead of GtkText.
4032         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
4033           unreadable codes if the current locale is EUC-JP and libjconv is
4034           used.
4035
4036 2000-10-04
4037
4038         * src/procmime.[ch]
4039           src/messageview.c
4040           src/mimeview.c
4041           src/textview.c: modified so that it parses MIME message more
4042           preferably.
4043         * src/imap.c: imap_parse_address(): fixed a bug.
4044
4045 2000-10-03
4046
4047         * src/procmsg.[ch]: added procmsg_get_message_file_path().
4048         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
4049           routine.
4050         * src/imap.[ch]: changed the name of the member `group' in
4051           IMAPSession to `mbox'.
4052           imap_gen_send(): modified so that it doesn't output the password
4053           to the log.
4054           Modified session destroying routine.
4055         * src/folderview.c: folderview_write_cache(): made it preserve
4056           the IMAP folder list.
4057         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
4058           that showed boundary at the end of an attached RFC822 part.
4059         * src/prefs_common.c: changed the default of toolbar style to
4060           both icon and text.
4061
4062 2000-10-02
4063
4064         * src/imap.c: imap_get_uncached_messages(): modified so that it
4065           doesn't get the cached envelopes.
4066           imap_session_get_message_info(): made it read only the cache
4067           if the session is not established.
4068         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
4069         * src/news.c: news_get_article_info(): made it read only the cache
4070           if the session is not established.
4071
4072 2000-10-01
4073
4074         * src/textview.c: textview_write_line(): fixed a memory leak bug.
4075         * src/folderview.[ch]: made it create IMAP4 folders from the
4076           account information.
4077         * src/imap.[ch]: imap_session_get(): modified so that it creates
4078           IMAP4 session from the account information.
4079
4080 2000-09-30
4081
4082         * src/imap.[ch]: added for IMAP4 support.
4083         * src/summaryview.[ch]
4084           src/procmsg.c
4085           src/recv.[ch]: modified for IMAP4 support.
4086         * src/folderview.c: more IMAP4 implementation.
4087         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
4088           the specified message and return the file name.
4089         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
4090           locked up the process if the given widget was invisible.
4091
4092 2000-09-28
4093
4094         * src/folderview.[ch]: added IMAP4-related code.
4095
4096 2000-09-28
4097
4098         * version 0.4.1
4099
4100         * src/main.h: added IMAP_CACHE_DIR.
4101         * src/utils.[ch]: added get_imap_cache_dir().
4102         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
4103           Added macro MSG_IS_IMAP().
4104         * src/codeconv.c: added `#include <locale.h>' for setlocale().
4105         * sylpheed.spec: fixed %files section.
4106
4107 2000-09-27
4108
4109         * version 0.4.0
4110
4111         * src/codeconv.c: conv_get_current_charset(): made it compare
4112           string with strncasecmp().
4113         * src/compose.c: comopse_reply_parse_header(): workaround for
4114           the malformed References: header generated by OE5 :(
4115
4116 2000-09-26
4117
4118         * src/prefs_common.c
4119           src/prefs_account.c: modified the layout of the widgets.
4120
4121 2000-09-26
4122
4123         * version 0.3.99
4124
4125         * src/*.[ch]: added copyright notice to the top of the source files.
4126         * src/compose.c: compose_write_attach(): modified filename encode
4127           routine.
4128
4129 2000-09-25
4130
4131         * src/mainwindow.c: fixed the menu entry of manual.
4132         * src/compose.c
4133           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
4134           and applied the libjconv patch.
4135         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
4136           to reduce the alloc'd memory to the optimal size.
4137         * src/prefs_common.[ch]: added outgoing codeset option menu.
4138         * src/compose.c: compose_send(): added exclusive lock to prevent
4139           multiple-sending.
4140         * configure.in: made '--enable-ipv6=no' the default.
4141         * src/compose.c: compose_write_attach(): made it encode the name
4142           of the attached file.
4143         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
4144           didn't check the type of file.
4145           procmsg_move_messages_with_dest(): fixed a bug that failed to
4146           move message if a directory that had the same name existed.
4147         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
4148           are included as ASCII characters.
4149
4150 2000-09-24
4151
4152         * src/compose.c
4153           src/procmime.[ch]: modified so that it actually works when using
4154           libjconv :)
4155         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
4156           the codeset of string according to the codeset specified in
4157           arguments.
4158         * src/utils.[ch]: added is_ascii_str() that determines whether the
4159           string is 7bit-ASCII or not.
4160         * src/procmime.[ch]
4161           src/codeconv.[ch]: moved the character set related functions
4162           into codeconv.c.
4163         * merged the patch and the manual written by BONAIM (thanks!).
4164
4165 2000-09-23
4166
4167         * configure.in
4168           src/compose.c
4169           src/gtkutils.c
4170           src/mainwindow.c
4171           src/procmime.[ch]
4172           src/textview.c
4173           src/unmime.[ch]: applied the patch from Higuchi that utilizes
4174           libjconv and enables to handle many locales, including UTF-8
4175           (Unicode) (thanks!).
4176         * src/account.c: modified so that the account isn't changed when
4177           another account is selected on account edit dialog.
4178
4179 2000-09-20
4180
4181         * src/prefs_common.[ch]
4182           src/textview.c: added an option that specifies whether to display
4183           short headers on message view.
4184         * src/codeconv.[ch]: added function conv_unmime_header() that
4185           decodes MIME-encoded header and converts the character set.
4186           And added conv_unreadable_latin(), and modified conv_latintodisp().
4187         * src/messageview.[ch]: made the window get closed when escape key
4188           is pressed.
4189
4190 2000-09-17
4191
4192         * src/imageview.c: fixed a bug that caused segmentation fault if
4193           message view was in new window.
4194         * src/prefs_common.c: added `xemacs %s' to the external editor
4195           command line list.
4196
4197 2000-09-16
4198
4199         * version 0.3.29
4200
4201         * src/summaryview.c: enabled to open a new message window with
4202           double-clicking.
4203         * src/prefs_common.[ch]
4204           src/messageview.c: made it preserve the window size of message
4205           window.
4206         * src/prefs_account.c: added `None (local)' to the option menu of
4207           protocol.
4208
4209 2000-09-15
4210
4211         * Makefile.am: added autogen.sh to EXTRA_DIST.
4212
4213 2000-09-09
4214
4215         * src/prefs_common.c: applied the patch from Paul Rolland that
4216           enables font selection dialog (thanks!).
4217         * src/compose.[ch]
4218           src/utils.[ch]: moved tzoffset() and compose_get_date() of
4219           compose.[ch] into utils.[ch].
4220         * src/main.[ch]: renamed the name of filter file to `filterrc'.
4221
4222 2000-09-06
4223
4224         * src/compose.[ch]
4225           src/utils.[ch]: modified address parsing routine so that it
4226           parses quotes correctly.
4227         * src/textview.c: textview_show_part(): modified so that it shows
4228           the simplified headers if the part is text/plain.
4229
4230 2000-09-03
4231
4232         * src/messageview.[ch]
4233           src/summaryview.[ch]
4234           src/mainwindow.c: enabled to open a message in new window.
4235         * src/messageview.[ch]
4236           src/mimeview.[ch]
4237           src/textview.[ch]
4238           src/imageview.[ch]: added destroy function, and modified the
4239           key handling routines.
4240
4241 2000-09-02
4242
4243         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
4244           caused segmentation fault (thanks to KUROSAWA).
4245         * src/alertpanel.c: modified so that the focused button is
4246           selectable.
4247         * src/account.c
4248           src/compose.c
4249           src/folderview.c: modified so that the order of the buttons of
4250           alert panel will be `Yes', `No'.
4251
4252 2000-09-01
4253
4254         * src/utils.[ch]: added execute_async() and execute_command_line()
4255           that execute command line using execvp().
4256         * src/textview.c
4257           src/mimeview.c
4258           src/procmsg.c: replaced system() with execute_command_line()
4259           for security.
4260         * src/procmsg.c: turn back to system().
4261         * src/utils.c: modified execute_command_line().
4262
4263 2000-08-31
4264
4265         * src/mainwindow.c: main_window_get_size(): modified so that it
4266           doesn't update the height of SummaryView if MessageView is
4267           toggled off.
4268         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
4269           probrems of external editor handling (thanks!).
4270         * src/uuencode.[ch]
4271           src/procmime.[ch]: applied the patch from Hiramatu that make it
4272           supports Content-Transfer-Encoding: x-uuencode (thanks!).
4273
4274 2000-08-30
4275
4276         * src/compose.[ch]
4277           src/prefs_common.[ch]: implemented the external editor faculty.
4278         * src/compose.c: compose_attach_property(): fixed some bugs on
4279           changing the property of attached file.
4280         * src/compose.c: fixed some bugs of external editor functions.
4281
4282 2000-08-29
4283
4284         * version 0.3.28
4285
4286         * src/mainwindow.c
4287           src/prefs_common.[ch]
4288           src/summaryview.c: applied the patch from Paul Rolland that
4289           restores the size of widgets when restarting (thanks!).
4290         * src/folderview.c
4291           src/prefs_common.[ch]
4292           src/summaryview.c: applied the patch from Paul Rolland that saves
4293           the width of CTree columns (thanks!).
4294
4295 2000-08-27
4296
4297         * src/headerview.c: modified the height of HeaderView.
4298         * src/textview.c: textview_show_part(): made it process the message
4299           as normal text if it is single-part RFC822 message.
4300         * src/folderview.c
4301           src/summaryview.c: some changes around the key handling.
4302         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
4303
4304 2000-08-26
4305
4306         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
4307         * src/procheader.c: procheader_get_one_field(): fixed a bug that
4308           caused segmentation fault if the first line of the file is space
4309           or tab (thanks to Hiramatu).
4310         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
4311           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
4312         * src/prefs_account.c
4313           src/prefs_common.c: modified the dialog size.
4314         * src/prefs.c: made the dialog window growable.
4315
4316 2000-08-25
4317
4318         * version 0.3.27
4319
4320         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
4321           caused the failure of the detection of libintl.
4322         * src/filter.[ch]
4323           src/prefs_common.c: implemented `not contain', and modified for
4324           future enhancement.
4325         * src/imageview.c: changed alertpanel_error() to g_warning() so that
4326           it doesn't grab mouse events.
4327         * src/compose.[ch]: added compose_list that holds the list of
4328           Compose objects, and added the function compose_get_compose_list().
4329         * src/main.c
4330           src/mainwindow.c
4331           src/summaryview.c: made it confirm if composing message exists.
4332
4333 2000-08-23
4334
4335         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
4336           segmentation fault when trying to reply the message in the queue
4337           folder (thanks to Kotobuki).
4338           compose_attach_property(): modified the property dialog routine
4339           so that it can handle input error.
4340         * src/mimeview.c: applied the patch from Hiramatu that enables
4341           the drag 'n drop from MimeView (thanks!).
4342         * src/headerview.[ch]
4343           src/procheader.c
4344           src/procmsg.h: applied the patches for X-Face support from
4345           HIROSHIMA (thanks!).
4346
4347 2000-08-22
4348
4349         * src/compose.c: compose_attach_property(): modified so that the
4350           property dialog can actually change the property of attached file.
4351
4352 2000-08-21
4353
4354         * configure.in
4355           src/Makefile.am: updated for gdk_imlib.
4356         * added AUTHORS and NEWS.
4357         * configure.in
4358           acconfig.h
4359           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
4360           and gdk_imlib library. And fixed a bug on IPv6 detecting.
4361         * src/imageview.c: supported gdk-pixbuf.
4362         * README
4363           README.jp
4364           INSTALL
4365           INSTALL.jp: added the mention about built-in image view.
4366         * configure.in: modified so that configure can disable gdk-pixbuf
4367           or/and gdk_imlib library.
4368
4369 2000-08-20
4370
4371         * src/imageview.[ch]
4372           src/main.c
4373           src/messageview.[ch]
4374           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
4375           to display image (thanks!).
4376
4377 2000-08-19
4378
4379         * version 0.3.26
4380
4381         * src/summaryview.c: summary_assort_func(): modified to avoid
4382           `not receive' setting.
4383
4384 2000-08-18
4385
4386         * src/filesel.c: applied the patch from HIROSHIMA that makes it
4387           remember previous directory when opening the dialog (thanks!).
4388         * src/summaryview.[ch]: added a function summary_redisplay_msg().
4389         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
4390           that is currently shown when the character set is changed.
4391         * src/inc.c
4392           src/pop.c
4393           src/prefs_common.c
4394           src/filter.h: applied the patch from Tanaka that enables not to
4395           receive specified messages according to the sorting rule (thanks!).
4396
4397 2000-08-15
4398
4399         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
4400           so that it handles MSG_MIME flag, and it scans uncached messages
4401           when cache reading failed even if it is specified not to scan
4402           new messages.
4403         * src/procheader.c: procheader_parse(): added the determination of
4404           multipart MIME message.
4405         * src/main.h: increased CACHE_VERSION.
4406         * src/summaryview.[ch]: added the `MIME' column that shows whether
4407           a message is multipart or not.
4408         * src/prefs_common.[ch]: added the `MIME' column to the setting of
4409           displaying item.
4410         * added src/pixmaps/clip.xpm.
4411         * src/summaryview.c
4412           src/procmsg.[ch]: modified so that it prompts the print command
4413           before printing.
4414
4415 2000-08-14
4416
4417         * src/folderview.c: folderview_create()
4418           src/summaryview.c: summary_create():
4419           src/addressbook.c: addressbook_create(): set the expander style of
4420           CTree to GTK_CTREE_EXPANDER_SQUARE.
4421         * src/compose.c: modified the interface of property dialog.
4422
4423 2000-08-13
4424
4425         * src/compose.c: added property dialog for attached file.
4426
4427 2000-08-11
4428
4429         * src/procmsg.[ch]: added a function procmsg_print_message() that
4430           prints the given message.
4431         * src/summaryview.c: summary_print(): modified so that it prints
4432           all selected messages.
4433         * src/folderview.c: folderview_select_node(): fixed a bug that
4434           didn't focus on folder tree if inbox was empty when incorporating.
4435
4436 2000-08-10
4437
4438         * version 0.3.25
4439
4440         * src/prefs_commmon.[ch]: added `Other' tab and an option for
4441           printing. And moved external browser option to there.
4442         * src/mainwindow.c
4443           src/summayview.[ch]: added print menu and implemented print
4444           functions.
4445
4446 2000-08-09
4447
4448         * src/prefs_account.c: made the default value of smtp_server to
4449           NULL.
4450         * src/folderview.c: folderview_update_msg_num(): modified so that
4451           it doesn't emphasize trash folder even if it has new or unread
4452           messages.
4453
4454 2000-08-08
4455
4456         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
4457           caused segmentation fault when file selection dialog was closed
4458           and other dialog was open immediately.
4459
4460 2000-08-05
4461
4462         * src/compose.c: compose_encode_header(): fixed a bug that caused
4463           infinite loop if wctomb() failed.
4464
4465 2000-08-04
4466
4467         * version 0.3.24
4468
4469         * src/mimeview.c: enabled to open an attached file with double click
4470           and popup menu. And cleaned up the code.
4471         * src/procmime.[ch]: added a function procmime_get_part() that
4472           saves the part of multipart message.
4473
4474 2000-08-03
4475
4476         * src/main.[ch]
4477           src/mimeview.c
4478           src/prefs_common.[ch]
4479           src/procmime.[ch]
4480           src/utils.[ch]: applied a patch that enables to launch attached
4481           image, audio, and HTML file (thanks to Hashimoto).
4482         * src/filter.c: filter_match_condition(): fixed a bug that caused
4483           segmentation fault if the body of specified filter is NULL. And
4484           made the filter considered as being matched on that case.
4485
4486 2000-07-30
4487
4488         * src/summaryview.c:
4489           summary_save_as(): fixed a bug that unabled to save news articles.
4490           summary_display_msg(): added exclusive lock to prevent it from
4491           reading another news article while it is already processing one.
4492         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
4493           the draw signal to be emitted.
4494         * src/mainwindow.c:
4495           main_window_cursor_wait()
4496           main_window_cursor_normal(): added gdk_flush() to change cursor
4497           immediately.
4498         * Makefile.am
4499           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
4500           a target `release' to Makefile.am.
4501
4502 2000-07-28
4503
4504         * src/socket.c: supported IPv6.
4505         * configure.in
4506           acconfig.h: added checking for IPv6.
4507         * prefs_common.c: changed the default of toolbar_style to icon only.
4508
4509 2000-07-27
4510
4511         * initial cvs import.
4512         * updated README and README.jp.
4513
4514 2000-07-24
4515
4516         * version 0.3.23
4517
4518         * src/procmime.[ch]: modified the structure of MimeInfo so that it
4519           can be handled as a node of tree.
4520           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
4521           recursively.
4522           Added procmime_get_text_part() that scans a message and gets a text
4523           part for quoting.
4524         * src/mimeview.c: divided mimeview_scan_multipart_message() into
4525           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
4526         * src/compose.c: compose_quote(), compose_forward():
4527           made it quote the text part of multipart message properly.
4528           Made it preserve the size of Compose window.
4529         * src/prefs_common.[ch]: added compose_width and compose_height to
4530           the members.
4531         * src/textview.c: textview_show_part(): some code cleanups.
4532         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
4533
4534 2000-07-20
4535
4536         * version 0.3.22
4537
4538         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
4539           the return code of the message was CR+LF. And added
4540           conv_sjistoeuc().
4541         * src/summaryview.c: summary_attract_by_subject(): made it move
4542           the current view point to the selected row when executed.
4543         * src/textview.c: textview_show_part(): modified the character set
4544           determination routine.
4545         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
4546           caused segmentation fault if boldfont was NULL.
4547         * src/compose.c: compose_create(): made it sets itself as the target
4548           of addressbook on window creation.
4549
4550 2000-07-19
4551
4552         * src/compose.c: compose_send(): fixed a bug that didn't save
4553           queued message to outbox when failed to send the message (thanks
4554           to T. Yamamoto).
4555
4556 2000-07-15
4557
4558         * src/inc.[ch]: modified so that it changes error message dialog
4559           depending on the results.
4560
4561 2000-07-14
4562
4563         * src/mainwindow.c: main_window_create(): set usize of account
4564           button on the status bar to 1 so that it doesn't get expanded
4565           more than necessary.
4566         * src/account.[ch]: account_foreach(): made it abort the iteration
4567           if the function returns nonzero.
4568         * src/inc.[ch]
4569           src/pop.c: modified so that it shows error message dialog if the
4570           message processing is failed.
4571
4572 2000-07-04
4573
4574         * version 0.3.21
4575
4576         * src/mainwindow.c: made it popup account selection menu when
4577           account tool button or account status bar is pressed.
4578         * src/folderview.c
4579           src/prefs.c: suppressed the ENOENT perror messages.
4580         * src/pop.c: made it fall back on LAST command if UIDL failed.
4581
4582 2000-07-01
4583
4584         * src/procheader.c: procheader_parse(): fixed a bug that didn't
4585           parse References: header correctly (thanks to YAMAGUCHI).
4586
4587 2000-06-29
4588
4589         * version 0.3.20
4590
4591         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
4592           cc'd correctly when replying.
4593         * src/mainwindow.c
4594           src/summaryview.c: sorted out the main menu and the popup menu.
4595
4596 2000-06-26
4597
4598         * version 0.3.19
4599
4600         * src/prefs_account.[ch]
4601           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
4602           automatically at composing (thanks to NAKAGAWA).
4603
4604 2000-06-25
4605
4606         * src/prefs_common.[ch]
4607           src/mainwindow.c
4608           src/main.c: made it selectable whether to ask before cleaning
4609           trash at the exit.
4610         * src/prefs_common.c: cleaned up the code and the interface a bit.
4611         * src/summaryview.c: modified the unthread functions for speeding
4612           up.
4613
4614 2000-06-24
4615
4616         * src/prefs_common.[ch]
4617           src/summaryview.c: made it display recipient on the `From' column
4618           if the address of the sender is the same as the current account
4619           (thanks to NAKAGAWA).
4620         * src/utils.[ch]: added a function extract_address() that extracts
4621           the address from `From:' header string.
4622         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
4623           fault if `Edit/Select all' was selected when the message view was
4624           hidden (thanks to Tomita).
4625
4626 2000-06-21
4627
4628         * src/summaryview.c: modified execution routine so that it only
4629           unthreads nodes that are needed to be unthreaded.
4630
4631 2000-06-19
4632
4633         * src/news.c: news_session_get(): implemented the reconnection on
4634           being disconnected.
4635         * src/nntp.[ch]: added nntp_mode().
4636
4637 2000-06-18
4638
4639         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
4640           And support assortment on processing mbox.
4641         * src/inc.c: inc_drop_message(): modified so that it uses hash table
4642           to store the last message number of folders.
4643         * src/summaryview.c
4644           src/addressbook.c: modified the behavior of CTree at right-click.
4645         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
4646           overflow bug (thanks to Nishiyama).
4647
4648 2000-06-17
4649
4650         * version 0.3.18
4651
4652         * src/pop.[ch]
4653           src/inc.[ch]: implemented management of read message on POP server
4654           by UIDL.
4655         * src/utils.[ch]: removed (s)list_remove_all() because it can be
4656           replaced with g_(s)list_free().
4657         * src/summaryview.c: modified the arrangement of menu a bit.
4658         * src/summaryview.c: summary_status_show(): made it doesn't display
4659           server name but newsgroup.
4660         * src/prefs_common.c
4661           src/prefs_account.c: adjusted the calculation routine of dialog
4662           size.
4663
4664 2000-06-15
4665
4666         * version 0.3.17
4667
4668         * src/compose.c: compose_reply_set_entry(): modified so that it
4669           cc's to the all addresses on To: and Cc: of the replied message.
4670           And swapped the position of Subject: and To: entry.
4671
4672 2000-06-14
4673
4674         * src/procheader.c: modified so that it can handle headers that
4675           aren't separated by space.
4676         * src/socket.c: sock_connect(): added a wait after connection to
4677           prevent lockup (thanks to NINOMIYA).
4678
4679 2000-06-13
4680
4681         * src/inc.c:
4682           inc_mail()
4683           inc_all_account_mail(): fixed a bug that caused segmentation
4684           fault if no account exist.
4685         * src/mainwindow.[ch]: made receive button unclickable when
4686           no account exist.
4687         * src/compose.c: compose_queue(): fixed a bug that didn't mark
4688           queued message properly.
4689         * src/utils.[ch]: separated code conversion functions into
4690           src/codeconv.[ch].
4691
4692 2000-06-13
4693
4694         * version 0.3.16
4695
4696         * src/mimeview.c: mimeview_save_as()
4697           src/summaryview.c: summary_save_as(): made it ask whether to
4698           overwrite the existing file.
4699
4700 2000-06-12
4701
4702         * src/utils.c
4703           src/recv.c
4704           src/prefs.c
4705           src/prefs_common.c
4706           src/prefs_account.c
4707           src/addressbook.c
4708           src/compose.c
4709           src/mbox.c: fixed a bug that failed to check write error when
4710           disk was full and caused the loss of the file.
4711
4712 2000-06-11
4713
4714         * src/mainwindow.c: main_window_clean_trash(): made it move focus
4715           to folder view when finished.
4716         * src/utils.[ch]: added code conversion functions for display.
4717           And added strncpy2() that doesn't do zero fill and does
4718           null-termination, unlike original strncpy().
4719         * src/textview.c: modified so that it changes the code conversion
4720           function according to charset. And supported charset=SHIFT_JIS.
4721         * src/mainwindow.c
4722           src/prefs_common.h
4723           src/textview.c: made it possible to force character set of
4724           a message.
4725         * src/folderview.c: folderview_select_next_unread():
4726           made it search unread folder from begin if it isn't found.
4727
4728 2000-06-11
4729
4730         * version 0.3.15
4731
4732         * src/mainwindow.c: fixed a probrem again that main window was
4733           stretched to the width of the toolbar.
4734         * src/mbox.c
4735           src/utils.c: is_header_line(): modified so that it recognizes
4736           a header which doesn't have a space after colon (thanks to Hotta).
4737         * src/filter.c: added `#include <strings.h>'.
4738         * src/smtp.c: replaced snprintf() with g_snprintf().
4739         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
4740           included gettext.
4741         * included sylpheed.spec.
4742
4743 2000-06-10
4744
4745         * src/prefs_common.[ch]: enabled to set the pixels of line space
4746           and decide whether to leave space on head of lines.
4747         * src/summaryview.c: modified so that it clears message view
4748           when displayed message is removed from the summary view.
4749         * src/mimeview.c: fixed a bug that caused infinite loop if
4750           terminal boundary of multipart message was not found (thanks to
4751           Nishika).
4752         * src/folderview.c: folderview_scan_mailbox(): made it ignore
4753           dot directory.
4754         * src/main.c: made it show warning dialog and exit if the file with
4755           the same name already exists when creating directory.
4756
4757 2000-06-09
4758
4759         * src/textview.c
4760           src/prefs_common.[ch]: made it possible to leave space between
4761           and on head of lines.
4762
4763 2000-06-07
4764
4765         * src/compose.c
4766           src/procmime.[ch]: made it scan /etc/mime.types and determine
4767           the MIME type of the attached file.
4768         * src/summaryview.c: made it clear message view if the summary
4769           is unselected on the execution, and made it move focus to
4770           folder view if the folder becomes empty.
4771         * src/mainwindow.c: fixed a probrem that main window was stretched
4772           to the width of the toolbar.
4773         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
4774           if `Check new mail on startup' was set.
4775
4776 2000-06-06
4777
4778         * src/compose.c: fixed a probrem that had been unable to insert
4779           a file to the current cursor position.
4780
4781 2000-06-06
4782
4783         * version 0.3.14
4784
4785         * src/compose.[ch]: added `attach' button to the toolbar. And
4786           replaced the icon of `insert' to the new one.
4787
4788 2000-06-05
4789
4790         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
4791           a function main_window_set_toolbar_sensitive() that sets the
4792           sensitivity of the button of the toolbar.
4793         * src/compose.c: fixed a bug that output wrong header if
4794           a return code was included in the string of the text entry.
4795
4796 2000-06-04
4797
4798         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
4799           And added the same items in popup menu to the main menu.
4800         * src/utils.[ch]: added functions for DnD support.
4801         * src/compose.c: implemented file attachment and insertion with DnD
4802           (thanks to Hiramatu).
4803
4804 2000-06-04
4805
4806         * version 0.3.13
4807
4808         * src/summaryview.c: fixed a bug that passed null pointer to
4809           is_dir_exist().
4810
4811 2000-06-03
4812
4813         * src/alertpanel.[ch]: added functions alertpanel_message(),
4814           alertpanel_notice(), and alertpanel_error(), and cleaned up
4815           the code.
4816         * src/folderview.c
4817           src/compose.c
4818           src/addressbook.c
4819           src/summaryview.c
4820           src/summary_search.c
4821           src/prefs_account.c
4822           src/foldersel.c: made them use alertpanel_error(),
4823           alertpanel_warning() or alertpanel_notice() for error message
4824           dialog.
4825         * src/summaryview.[ch]: enable sorting in reversed order.
4826         * src/inc.c: made it show error message dialog when failed to
4827           connect or authorize.
4828         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
4829           perror() with it.
4830
4831 2000-06-03
4832
4833         * version 0.3.12
4834
4835         * src/compose.c: fixed a bug that didn't save a message to outbox
4836           when queued.
4837         * src/send.c: send_message_queue(): fixed a bug that included
4838           headers for queueing in the parsed data.
4839         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
4840           and update queue folder when finished.
4841
4842 2000-06-02
4843
4844         * version 0.3.11
4845
4846         * src/filter.c
4847           src/inc.c
4848           src/compose.c: suppressed the warning messages.
4849         * src/mainwindow.[ch]: added next unread message button and menu
4850           items.
4851         * src/summaryview.[ch]: added a function summary_select_next_unread()
4852           that selects and opens next unread message.
4853
4854 2000-06-01
4855
4856         * src/prefs_common.[ch]: added a setting to decide whether to open
4857           unread message on entering a folder.
4858         * src/summaryview.c: made it open the first unread message only if
4859           the preference is set.
4860         * src/compose.c: fixed a bug that freed the string obtained from
4861           GtkEntry.
4862
4863 2000-05-31
4864
4865         * src/compose.c: added `Send later' to the menu and the toolbar
4866           which queues the message to send it later.
4867
4868 2000-05-30
4869
4870         * src/mainwindow.c: added an interface to resend the queued message.
4871         * src/compose.c: made it show alert dialog when a message will be
4872           queued.
4873
4874 2000-05-29
4875
4876         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
4877           send_message_queue() for each queued messages.
4878
4879 2000-05-28
4880
4881         * src/inc.c: inc_drop_message(): modified so that it drops a message
4882           to the default inbox folder if destination folder doesn't exist.
4883         * src/compose.[ch]: added imput compatible queueing header to the
4884           queued message.
4885         * src/send.[ch]: added function send_message_queue() that send
4886           queued message.
4887
4888 2000-05-27
4889
4890         * configure.in
4891           acconfig.h: made it enabled to decide wheter to use multithread
4892           or not on configure.
4893         * src/summaryview.c: fixed a bug that made thread when executed
4894           despite of the setting (thanks to Hiroshima).
4895         * src/socket.[ch]: changed the return value of public
4896           sock_connect_*() function to the pointer to SockInfo object.
4897         * src/procmime.c: procmime_scan_mime_header():
4898           fixed a bug that returned NULL if the scanned part had no header
4899           (thanks to shigeri).
4900         * src/procmime.[ch]:
4901           added function procmime_scan_content_disposition() that parses
4902           Content-Disposition header field.
4903         * src/mimeview.c: made it uses filename value in Content-Disposition
4904           header.
4905         * src/pop.c
4906         * src/inc.c: modified so that password is prompted if the password
4907           on preferences is empty and previous POP3 session has failed on
4908           authorization.
4909
4910 2000-05-23
4911
4912         * src/socket.[ch]: added non-blocking IO mode socket and
4913           multithreaded connection support.
4914         * src/inc.c: supported multithread connection.
4915
4916 2000-05-22
4917
4918         * src/folderview.c: made the focus of SummaryView grabbed when
4919           a folder is selected only if the messages exist.
4920
4921 2000-05-20
4922
4923         * version 0.3.10
4924
4925         * po/ja.po: fixed a bug that head `/' of a menu label was missing
4926           and caused segmentation fault when opened Compose window.
4927
4928 2000-05-20
4929
4930         * version 0.3.9
4931
4932         * src/utils.c: get_domain_name(): modified so that it uses
4933           gethostname().
4934         * src/mimeview.c: added key binds for `Save as' and
4935           `Display as text'.
4936
4937 2000-05-19
4938
4939         * src/recv.c: fixed a bug that failed to return error value
4940           when fputs() failed and caused the loss of received mails when
4941           disk space was not left (thanks to Tajiri).
4942         * src/compose.c: supported Reply-To.
4943         * src/mimeview.c: improved key operation interface.
4944
4945 2000-05-18
4946
4947         * src/mimeview.[ch]
4948           src/procmime.[ch]
4949           src/textview.[ch]: supported nested multipart message and
4950           clean up the codes.
4951           Supported encapsulated RFC822 message.
4952
4953 2000-05-16
4954
4955         * src/compose.[ch]: made it free the alloc'd memory for attach
4956           information when the compose window is destroyed.
4957           Placed the attachment list and the text widget onto the paned
4958           widget.
4959           Enabled cut/copy/paste/select all on all of the editable widgets.
4960           Implemented removal of attached file and popup menu on attachment
4961           list.
4962         * src/prefs_common.[ch]: added signature separator setting.
4963         * src/alertpanel.[ch]: added a function alertpanel_warning().
4964
4965 2000-05-14
4966
4967         * src/prefs_common.[ch]
4968           src/textview.c: made open URI command customizable.
4969         * src/compose.[ch]: implemented multipart MIME message composition
4970           (attachment of file).
4971         * src/textview.c
4972           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
4973           engine again.
4974
4975 2000-05-13
4976
4977         * version 0.3.8
4978
4979         * src/summaryview.c: added key binds for composing message
4980           (w, a, A, f). Also added other key binds (y, D, Q).
4981         * src/compose.c: made Cc entry take over the Cc of the replied
4982           message.
4983         * src/pixmaps/new.xpm
4984           src/pixmaps/unread.xpm: replaced pixmap image.
4985         * src/procheader.c: procheader_date_get_localtime():
4986           changed the single figures of year from four to two.
4987
4988 2000-05-12
4989
4990         * src/inc.c: made it ask password if it is not specified on account
4991           preferences.
4992         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
4993           that preserves the temporary password.
4994         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
4995           that prompts input with the string hidden.
4996
4997 2000-05-11
4998
4999         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
5000           engine if message font wasn't specified.
5001
5002 2000-05-10
5003
5004         * version 0.3.7a
5005
5006         * src/summaryview.c: fixed a bug that stderr was forgotten on
5007           fprintf().
5008
5009 2000-05-10
5010
5011         * version 0.3.7
5012
5013         * src/pop.c: fixed a problem that if some POP3 commands returned
5014           error, the previous operations were all cancelled.
5015         * src/compose.c
5016           src/textview.c: made workaround to the slow down of GtkText widget
5017           when using Pixmap theme or its derivatives.
5018
5019 2000-05-08
5020
5021         * src/inc.c: fixed a bug that caused X IO error when exec'd
5022           nonexistent program.
5023
5024 2000-05-07
5025
5026         * src/folderview.[ch]: added the member `mtime' to the struct
5027           FolderInfo.
5028         * src/summaryview.c: made the mtime of the folder checked that is
5029           going to open.
5030         * src/procmsg.c: added filesystem unchecking mode.
5031
5032 2000-05-05
5033
5034         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
5035           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
5036
5037 2000-05-04
5038
5039         * src/summaryview.c: summary_write_cache(): permission fix of
5040           cache file.
5041
5042 2000-05-04
5043
5044         * version 0.3.6a
5045
5046         * src/headerview.c: added headerview_clear() method.
5047         * src/messageview.c: fixed a bug that didn't clear HeaderView
5048           on messageview_clear().
5049
5050 2000-05-04
5051
5052         * version 0.3.6
5053
5054         * src/messageview.c
5055           src/textview.c: added *_clear() method.
5056         * src/summaryview.c: made it clear MessageView when new folder
5057           is open.
5058
5059 2000-05-03
5060
5061         * src/inc.c: fixed a bug that went to the inbox that was specified
5062           by each account when incorporating from all accounts.
5063         * src/compose.c: made it confirm whether to discard the message or
5064           not when the window will be closed.
5065
5066 2000-05-03
5067
5068         * version 0.3.5
5069
5070         * src/pop.[ch]
5071           src/inc.[ch]: re-supported APOP authentication.
5072         * src/prefs_account.c: fixed a bug that had't saved protocol type.
5073         * src/socket.h
5074           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
5075           functions.
5076         * src/progressdialog.[ch]: changed the name of class from Progress
5077           to ProgressDialog.
5078
5079 2000-05-02
5080
5081         * src/summaryview.c: fixed a bug that caused segmentation fault
5082           a news folder was selected without using ja message catalog.
5083         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
5084         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
5085           INCLUDES.
5086
5087 2000-05-01
5088
5089         * src/automaton.[ch]
5090           src/inc.[ch]
5091           src/pop.[ch]: re-implemented POP3 fetching routines using
5092           finite-state automaton model (thanks to Hiramatu).
5093         * src/inc.c: fixed a bug that caused unwilled quitting of program
5094           when connection to mail server failed. And fixed a memory leak bug.
5095         * src/summaryview.c: made the focus move to FolderView when left
5096           cursor key is pressed.
5097
5098 2000-04-30
5099
5100         * src/textview.c: textview_write_line(): modified quotation
5101           discerning routine a bit.
5102
5103 2000-04-29
5104
5105         * version 0.3.4
5106
5107         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
5108           src/procmime.c.
5109         * src/mimeview.[ch]: implemented saving of multipart message. And
5110           supported MIME encoded file name.
5111         * src/summaryview.c: implemented `Save as'.
5112
5113 2000-04-28
5114
5115         * src/prefs_common.[ch]: implemented an interface for setting the
5116           display item of SummaryView.
5117         * src/addressbook.c
5118           src/account.c: made the column titles of those don't take key
5119           focus.
5120
5121 2000-04-26
5122
5123         * src/textview.c: implemented BASE64 decoding and display.
5124
5125 2000-04-25
5126
5127         * src/prefs_common.[ch]: added members which decide whether
5128           each item of SummaryView is displayed or not.
5129         * src/headerwindow.c
5130           src/logwindow.c: made those windows closed when escape key is
5131           pressed.
5132         * src/headerview.c: disused ScrolledWindow.
5133         * src/base64.c: from64tobits(): modified so that it recognize '\n'
5134           as the last of line as well as '\r'.
5135
5136 2000-04-24
5137
5138         * src/headerview.c: disabled word wrap and line wrap of the text
5139           widget.
5140
5141 2000-04-24
5142
5143         * version 0.3.3
5144
5145         * src/prefs_common.c: prefs_assort_create(): added some headers
5146           to the default headers for assortment.
5147
5148 2000-04-23
5149
5150         * src/procmsg.c: fixed a bug that caused segmentation fault if
5151           the permission of a message was denied on parsing the header
5152           (thanks to wakai@UEC univ.).
5153         * src/mimeview.c: made it pass key press event to SummaryView.
5154
5155 2000-04-21
5156
5157         * src/main.h
5158           src/alertpanel.c: modified font specifications so that they match
5159           to better fonts.
5160         * src/utils.[ch]: added wide-character functions for FreeBSD support.
5161           Added the existence check of <wchar.h>.
5162         * acconfig.h
5163           configure.in: added wint_t and libxpg4 check for FreeBSD support.
5164         * src/unmime.c: modified so that it checks the existence of
5165           <alloca.h>.
5166           Above three are a contribution from Sasaki. Thanks!
5167
5168 2000-04-18
5169
5170         * src/main.h: decreased default height of window.
5171
5172 2000-04-17
5173
5174         * src/procmime.c: fixed a bug that eliminated the parenthesis in
5175           attribute value that was double-quoted.
5176
5177 2000-04-15
5178
5179         * version 0.3.2
5180
5181         * src/mimeview: implemented multipart message parser and display.
5182         * src/procmime.c: procmime_scan_content_type():
5183           supported multiple elements.
5184         * src/textview.c: supported multipart message and clean up the code.
5185
5186 2000-04-14
5187
5188         * src/summaryview.c: added size column and sorting by size.
5189         * src/mainwindow.c: added `Sort by size' to sort menu.
5190         * src/procmime.c: fixed a bug that caused buffer overrun and
5191           segmentation fault.
5192         * src/procmime.c: generalized Content-Type parsing.
5193
5194 2000-04-13
5195
5196         * version 0.3.1
5197
5198         * src/textview.c: supported MIME headers and
5199           Content-Transfer-Encoding: quoted-printable.
5200
5201 2000-04-12
5202
5203         * src/messageview.[ch]
5204           src/textview.[ch]: separated MessageView into two classes.
5205         * src/procmime.[ch]: added for MIME message handling.
5206
5207 2000-04-11
5208
5209         * src/mimeview.[ch]: added for MIME message handling.
5210         * configure.in: added wctype.h and wchar.h existence check.
5211
5212 2000-04-10
5213
5214         * src/procmsg.[ch]
5215           src/procheader.[ch]: some code cleanups.
5216         * src/messageview.[ch]: integrated HeaderView.
5217
5218 2000-04-09
5219
5220         * version 0.3.0
5221
5222 2000-04-08
5223
5224         * src/addressbook.c: Made the tree sorted when folder/group is
5225           added or edited.
5226         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
5227           fault if the current tag was empty.
5228         * src/mainwindow.c: made the state of MainWindow saved.
5229
5230 2000-04-08
5231
5232         * version 0.3.0pre1
5233
5234         * src/addressbook.c: fully implemented address group editing.
5235           Fixed a bug that wrongly confirmed deletion of address when
5236           escape key was pressed on alert dialog.
5237
5238 2000-04-07
5239
5240         * src/addressbook.c: added menu bar. And enabled hierarchical
5241           folder.
5242         * src/prefs_account.c: modified so that it allows not to specify
5243           pop server.
5244         * src/inc.c: inc_account_mail(): modified so that if receiving
5245           server isn't specified, it does nothing.
5246
5247 2000-04-05
5248
5249         * version 0.2.9
5250
5251         * src/addressbook.c: almost fully implemented addressbook functions.
5252
5253 2000-04-04
5254
5255         * src/compose.c: fixed a bug that caused segmentation fault when
5256           `File->Insert file' was selected more than twice.
5257
5258 2000-04-03
5259
5260         * version 0.2.9pre4
5261
5262         * src/addressbook.[ch]: implemented creation of new folder and group,
5263           and deletion of folder and group. And fully implemented
5264           addressbook_delete_object() which deletes the specified object
5265           recursively.
5266
5267 2000-04-02
5268
5269         * src/addressbook.c: implemented registration of address and multiple
5270           appending to Compose address entry.
5271         * src/menu.[ch]: added a function menu_set_insensitive_all() that
5272           turn all menu items insensitive.
5273         * src/folderview.c: some code cleanup.
5274
5275 2000-04-01
5276
5277         * src/account.c
5278           src/prefs_common.c: fixed a bug on getting the number of CList
5279           rows.
5280
5281 2000-03-30
5282
5283         * version 0.2.9pre3
5284
5285         * src/folderview.c: fixed a bug that caused warnings when tree was
5286           expanded/collapsed on the first operation.
5287
5288 2000-03-29
5289
5290         * src/addressbook.c: addressbook_list_selected(): made it be able
5291           to handle multiple address.
5292         * src/compose.c: modified so that when Bcc: is toggled, corresponding
5293           AddressBook also toggle it.
5294         * src/mainwindow.c:
5295           main_window_create(): moved gtk_widget_set_uposition() before
5296           gtk_widget_show() so as not to cause window flickering.
5297           main_window_get_position(): replaced gdk_window_get_position()
5298           with gdk_window_get_root_origin() to acquire correct window
5299           position (Thanks to shigeri for these modifications).
5300
5301 2000-03-27
5302
5303         * src/filesel.c: made it selects home directory on the first time
5304           it is called.
5305
5306 2000-03-26
5307
5308         * src/utils.c: conv_mb_alnum(): modified so that it uses character
5309           conversion table.
5310         * src/foldersel.c: made the folder tree take focus when the dialog
5311           is shown.
5312
5313 2000-03-26
5314
5315         * version 0.2.9pre2
5316
5317         * src/addressbook.c: implemented addressbook_export_to_file() and
5318           related functions.
5319
5320 2000-03-25
5321
5322         * src/xml.[ch]
5323           src/addressbook.c: fixed the variable name for attribute.
5324         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
5325         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
5326           alphabet and numeric into single-byte one.
5327         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
5328           when conv_mb_alnum flag is on.
5329
5330 2000-03-25
5331
5332         * version 0.2.9pre1
5333
5334         * src/compose.c: modified so that when Addressbook is open by a
5335           Compose and it is closed, target of Addressbook is reset.
5336         * src/addressbook.c: made it work with Compose.
5337
5338 2000-03-24
5339
5340         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
5341           GTK+ and GLIB to 1.2.6.
5342         * src/xml.[ch]: more implementation of XML parser.
5343         * src/addressbook.c: implemented addressbook parsing and displaying
5344           routine.
5345
5346 2000-03-21
5347
5348         * src/folderview.c: folderview_scan_folder(): modified so that if
5349           a folder's message number is zero, set new, unread and total number
5350           to zero.
5351
5352 2000-03-20
5353
5354         * src/xml.[ch]: added for XML handling used by addressbook.
5355         * src/folderview.c: modified so that Trash folder is skipped
5356           when an unread folder is selected automatically by space key.
5357
5358 2000-03-18
5359
5360         * src/summaryview.c: fixed a bug that cursor was turned into watch
5361           forever when a newsgroup was selected.
5362
5363 2000-03-18
5364
5365         * version 0.2.8
5366
5367 2000-03-17
5368
5369         * src/mainwindow.[ch]: implemented counting on setting cursor
5370           type. And modified the menu of `thread view' and `unthread view'.
5371         * src/summaryview.c: enabled thread-toggling on opening folder.
5372         * src/prefs_common.[ch]: added a member `enable_thread' to determine
5373           whether summary view builds thread or not when a folder is open.
5374
5375 2000-03-15
5376
5377         * src/summaryview.c: modified popup sensitivity function a bit.
5378
5379 2000-03-13
5380
5381         * version 0.2.7
5382
5383         * src/addressbook.[ch]: more implementation of the interface of
5384           addressbook.
5385         * src/compose.c: connected to addressbook object.
5386         * src/folderview.[ch]: folderview_compare_path():
5387           modified so that absolute path is correctly compared.
5388           And added folderview_select_node().
5389           And modified folderview_scan_folder() so that it update the summary
5390           when asked.
5391         * src/import.c: made it update folder tree when imported mbox.
5392         * src/summaryview.c: modified according to the changes of
5393           folderview.c. And modified so that it display alert dialog if
5394           source folder is identical to destination.
5395           added summary_set_popup_sensitive() that set the sensitivity of
5396           popup menu according to the context. And made all of the items of
5397           popup menu insensitive when summary is cleared.
5398         * src/procmsg.c: procmsg_move_messages_with_dest():
5399           modified so that if source folder is identical to destination,
5400           abort its process.
5401         * src/summary_search.c
5402           src/manage_window.c: modified so as not to print warning to console
5403           when alert dialog appeared twice.
5404         * src/filesel.c: made file selection dialog transient.
5405
5406 2000-03-11
5407
5408         * src/manage_window.[ch]: added callback function
5409           manage_window_focus_out().
5410         * src/account.c
5411           src/inputdialog.c
5412           src/mainwindow.c
5413           src/prefs_account.c
5414           src/prefs_common.c
5415           src/summary_search.c: added focus_out_event signal handler.
5416         * src/addressbook.[ch]: added preliminary addressbook code.
5417
5418 2000-03-06
5419
5420         * src/utils.h: added a macro Xalloca() that does alloca() and
5421           handles the exception.
5422         * src/import.c: made the import dialog transient window and enabled
5423           cancelling by escape key.
5424
5425 2000-03-04
5426
5427         * version 0.2.6
5428
5429         * src/compose.c: fixed a bug that caused memory leak when compose
5430           window was closed.
5431
5432 2000-03-03
5433
5434         * src/nntp.h: increased NNTP message buffer size for XOVER strings
5435           which is too long.
5436
5437 2000-02-28
5438
5439         * src/summaryview.c: binded step-forward and step-backward to each
5440           Control-n and Control-p.
5441         * src/filter.c: filter_read_str(): fixed a memory leak bug and
5442           replaced g_malloc() for allocating the buffer with alloca().
5443         * src/procheader.c: procheader_get_fromname(),
5444                             procheader_date_get_localtime()
5445           src/utils.c: conv_euctojis()
5446           src/compose.c: compose_quote_parse_fmt()
5447           src/prefs.c: prefs_set_data_from_text()
5448                        prefs_set_text(): replaced g_malloc() with alloca().
5449
5450 2000-02-26
5451
5452         * version 0.2.5
5453
5454         * src/logwindow.c: improved log_window_append() so that it shows
5455           warning, error and normal message with different colors.
5456         * src/utils.[ch]: added functions log_message(), log_warning(), and
5457           log_error() that show normal message, warning, and error for each.
5458           And modified many warning messages to use these.
5459         * src/messageview.c: messageview_init(): made it set colors of
5460           quotation and URI to black when failed to allocate colors.
5461         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
5462           the buffer with alloca().
5463
5464 2000-02-25
5465
5466         * src/folderview.c: fixed a bug that didn't put previously selected
5467           folder name in text entry. In addition to that, made some
5468           modifications.
5469
5470 2000-02-24
5471
5472         * version 0.2.4
5473
5474         * src/logwindow.[ch]: added log window that displays protocol log.
5475         * src/about.c: adjusted the size of dialog.
5476         * src/folderview.c: made it select a folder when double-clicked.
5477
5478 2000-02-23
5479
5480         * src/prefs_common.[ch]: added an item `translate_header' that
5481           decides whether header name like `From:' or `Subject:' is
5482           translated or not.
5483         * src/compose.c: made it show alert dialog when receiptor isn't
5484           entered.
5485         * src/inc.c: some code cleanups.
5486
5487 2000-02-22
5488
5489         * version 0.2.3
5490
5491         * src/compose.c: made header entries move those focus to next
5492           entry or text widget when activated. And sorted out the menu items.
5493         * src/mainwindow.[ch]
5494           src/prefs_common.[ch]
5495           src/main.c: made it save the sizes of widgets and the position of
5496           window when quitting.
5497         * src/prefs_common.c: set a14, k14 fontset as default message font.
5498         * src/about.c: changed the appearance of about dialog using text
5499           widget and so on.
5500         * src/recv.c: modified recv_write() so that it converts an escaped
5501           From_ line.
5502
5503 2000-02-20
5504
5505         * version 0.2.2
5506
5507         * src/compose.[ch]: supported Bcc.
5508
5509 2000-02-19
5510
5511         * version 0.2.1
5512
5513         * src/utils.[ch]: added function to_number() that examines string
5514           and if that is a number string, return its value.
5515         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
5516           character was included in file name.
5517
5518 2000-02-18
5519
5520         * version 0.2.0
5521
5522         * src/folderview.c: fixed a bug that caused segmentation fault
5523           when opened folder node was deleted (thanks to Hiramatu).
5524           And implemented folderview_rm_server_cb() which removes news server.
5525         * src/mbox.c: modified a warning message.
5526
5527 2000-02-13
5528
5529         * version 0.2.0alpha-pre8
5530
5531         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
5532           folder to prevent the probrem when current folder is updated.
5533         * src/summaryview.c: summary_execute(): made it write to summary
5534           cache when executed.
5535
5536 2000-02-12
5537
5538         * version 0.2.0alpha-pre7
5539
5540         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
5541           trailing directory separator.
5542         * src/folderview.[ch]
5543           src/summaryview.[ch]: modified so that folder tree is updated
5544           when messages are moved or deleted.
5545         * src/inc.c: some code cleanup.
5546
5547 2000-02-11
5548
5549         * version 0.2.0alpha-pre6
5550
5551         * src/utils.[ch]: added get_domain_name() that return domain
5552           name as a static string.
5553         * src/compose.c: compose_generate_msgid(): modified so that even
5554           if current address doesn't contain '@', it generates a decent
5555           message ID.
5556         * src/send.c: some code cleanup.
5557
5558 2000-02-10
5559
5560         * src/folderview.c: modified the behavior of folder tree when
5561           the folder is right-clicked.
5562         * src/compose.c: compose_encode_header(): added irresponsible
5563           buffer overrun check.
5564
5565 2000-02-09
5566
5567         * version 0.2.0alpha-pre5
5568
5569         * updated gettext and libtool.
5570         * configure.in: modified localedir definition so that message
5571           catalogs are installed into correct directories.
5572         * src/folderview.c
5573           src/mainwindow.c: modified them so that a folder can be reopen
5574           even if it is currently open.
5575         * src/prefs_common.[ch]
5576           src/messageview.c: added an option that toggle the coloration of
5577           message.
5578
5579 2000-02-08
5580
5581         * version 0.2.0alpha-pre4
5582
5583         * src/mainwindow.c
5584           src/messageview.c: fixed a bug that broke memory on allocating
5585           colors.
5586
5587 2000-02-07
5588
5589         * src/folderview.c: some bug fixes on selecting folder.
5590
5591 2000-02-07
5592
5593         * version 0.2.0alpha-pre3
5594
5595         * src/folderview.c
5596         * src/summaryview.[ch]: some code cleanups.
5597         * src/messageview.c: fixed a color allocating bug (maybe).
5598
5599 2000-02-06
5600
5601         * version 0.2.0alpha-pre2
5602
5603         * src/folderview.[ch]: made folder view not open selected folder
5604           unless return or space key is pressed, or clicked by mouse
5605           button 1 or 2.
5606         * src/inc.c: some code cleanups.
5607         * TODO.jp: added some items.
5608
5609 2000-02-05
5610
5611         * version 0.2.0alpha-pre1
5612
5613         * src/summaryview.[ch]: fixed a bug that broke summary thread
5614           when deleted duplicated messages (thanks to BONAIM).
5615           And some code cleanup.
5616         * src/procmsg.[ch]: renamed procmsg_move_messages() to
5617           procmsg_move_messages_with_dest(), and replaced former with
5618           new function which doesn't specify destination.
5619         * src/prefs_common.c
5620           src/gtkutils.c: some memory leak fixes of linked lists.
5621         * src/utils.[ch]: added list_remove_all() to remove all elements
5622           of doubly-linked list.
5623         * src/inc.[ch]: added inc_all_account_mail() that incorporates
5624           new messages of all accounts.
5625         * src/account.[ch]: added account_foreach() to process each accounts.
5626         * added TODO.jp
5627
5628 2000-02-04
5629
5630         * version 0.1.23alpha
5631
5632         * src/inc.c: made the folder tree update the message number
5633           when incorporated new messages.
5634         * src/folderview.[ch]: added a function folderview_scan_folder()
5635           to scan one folder on the view, which is specified by folder name.
5636
5637 2000-02-02
5638
5639         * version 0.1.22alpha
5640
5641         * src/prefs_account.[ch]: added the setting of assorting on
5642           receiving.
5643         * src/inc.c: supported assorting on receiving.
5644         * src/procmsg.c: cleaned up the code.
5645         * src/news.c: fixed a bug that locked up when failed to get xover.
5646         * src/compose.c: made a message unmark that is put into specific
5647           folders.
5648
5649 2000-02-01
5650
5651         * version 0.1.21alpha
5652
5653         * src/folderview.c
5654           src/summaryview.c: implemented the function 'go to next folder
5655           when no unread message found.'
5656         * src/summaryview.c: made connection state displayed on the
5657           status bar when connecting to a news server.
5658         * src/compose.c: changed X-Mailer: header field string a bit.
5659         * src/prefs_common.c: implemented residual functions of assortment.
5660
5661 2000-01-31
5662
5663         * version 0.1.20alpha
5664
5665         * src/prefs_common.c: implemented reading/writing/register/deletion
5666           of assortment setting.
5667         * src/mainwindow.c: slightly modified the appearance of statusbar.
5668         * src/account.c: account_delete(): fixed a bug that didn't assigned
5669           the pointer to GList when an account was deleted.
5670
5671 2000-01-29
5672
5673         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
5674           to read mark file (thanks to BONAIM).
5675         * src/prefs_common.c: added the interface of assortment setting.
5676
5677 2000-01-28
5678
5679         * src/summaryview.c: fixed a bug that didn't redraw marking properly
5680           when displaying an unread message with left-click (thanks to
5681           shigeri).
5682
5683 2000-01-27
5684
5685         * src/summaryview.[ch]: added functions for assortment.
5686         * src/about.c: added a button to close window.
5687
5688 2000-01-26
5689
5690         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
5691         * src/compose.c: fixed a bug that can't reply to a news article.
5692         * src/filter.[ch]: added for message filtering.
5693         * src/procheader.[ch]: added procheader_get_unfolded_line()
5694           to process filtering. And added procheader_get_header_list()
5695           that reads headers of a message and store them on the memory,
5696           and procheader_header_list_destroy() that removes all headers
5697           read by procheader_get_header_list().
5698
5699 2000-01-25
5700
5701         * version 0.1.19alpha
5702
5703         * src/news.c: modified so that it retrieves only overview information
5704           that is not yet cached.
5705         * src/procmsg.[ch]: modified for news handling.
5706
5707 2000-01-24
5708
5709         * src/news.c: supported xover.
5710         * src/mbox.c: fixed a bug that didn't handle empty line correctly
5711           (Thanks to shigeri).
5712
5713 2000-01-23
5714
5715         * version 0.1.18alpha
5716
5717         * src/procmsg.[ch]: modified some functions so that they can
5718           handle news folder.
5719         * src/news.c: added header cache routine.
5720         * src/procheader.c: fixed a bug that caused memory leak when some
5721           header was duplicated.
5722           And added Newsgroups: in parsing headers.
5723         * src/summaryview.c: added news article cache routine.
5724         * src/compose.c: made it be able to reply/forward news article.
5725
5726 2000-01-22
5727
5728         * src/compose.c: fixed a bug that failed to parse To: header
5729           if a comma is included in double quotation (Thanks to shigeri).
5730         * src/mbox.c: modified the code for processing mbox so that it
5731           can handle unescaped From_ line correctly.
5732
5733 2000-01-21
5734
5735         * version 0.1.17alpha
5736
5737         * src/foldersel.c: fixed a bug that didn't display folder tree.
5738           And added the register routine for news server and group setting.
5739
5740 2000-01-20
5741
5742         * version 0.1.16alpha
5743
5744         * src/statusbar.[ch]: added statusbar_puts_all().
5745           statusbar_puts(): made it truncate a string that is too long.
5746         * src/folderview.[ch]: changed CTree's row data from string
5747           to FolderInfo structure.
5748           And implemented popup menu that registers news server and group.
5749         * src/messageview.c: modified short header display routine.
5750
5751 2000-01-19
5752
5753         * added src/news.[ch] for NetNews session management.
5754         * src/summaryview.[ch]: added NetNews reading codes.
5755
5756 2000-01-18
5757
5758         * src/mainwindow.c
5759           src/prefs_common.[ch]: made them preserve toolbar style.
5760         * src/main.c: made it save configuration before exiting.
5761         * src/summaryview.c: modified summary status display routine.
5762         * added src/nntp.[ch] for handling low level NNTP session.
5763
5764 2000-01-17
5765
5766         * added src/progress.[ch] for displaying progress.
5767         * src/inc.c: modified progress dialog routines to use
5768           src/progress.[ch].
5769         * src/folderview.[ch]: added preliminary NetNews supporting code.
5770
5771 2000-01-16
5772
5773         * version 0.1.15alpha
5774
5775         * src/main.c
5776           src/folderview.c: some permission fixes.
5777         * src/folderview.c: implemented folder creation/renaming/removing.
5778         * src/utils.[ch]: added remove_dir_recursive() that removes
5779           a directory recursively.
5780
5781 2000-01-15
5782
5783         * src/mainwindow.[ch]: added toolbar style selection.
5784         * added src/inputdialog.[ch] to prompt user to enter a string.
5785         * src/summaryview.[ch]: modified the behavior of view on
5786           normal mode.
5787         * src/mbox.c: fixed a bug that couldn't lock file when
5788           lockf() was used (Thanks to shigeri).
5789
5790 2000-01-14
5791
5792         * version 0.1.14alpha
5793
5794         * src/mainwindow.[ch]: changed the appearance of toolbar.
5795           And fixed window handling.
5796         * src/summaryview.c: modified the messages displayed on status bar.
5797         * src/compose.[ch]: added toolbar.
5798         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
5799
5800 2000-01-13
5801
5802         * version 0.1.13alpha
5803
5804         * src/summaryview.c: fixed a bug of threading. And some code
5805           cleanups. And rewrote the routine of deleting duplicated messages
5806           using hash table.
5807         * src/mainwindow.[ch]: added toolbar.
5808
5809 2000-01-12
5810
5811         * version 0.1.12alpha
5812
5813         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
5814           instead.
5815         * src/summaryview.c: changed CTree creating routine as it creates
5816           thread on the fly for speeding up.
5817         * src/procmsg.c: rewrote message processing routines using hash
5818           table for speeding up. It should be considerably faster than
5819           before.
5820
5821 2000-01-11
5822
5823         * version 0.1.11alpha
5824
5825         * po/ja.po: modified msgstr for Solaris standard gettext.
5826         * src/main.c: added config.h inclusion.
5827         * src/compose.c: changed to add replied message's In-Reply-To
5828           message id to References header if it don't have References header.
5829         * src/summaryview.c: changed threading routine to use hash table
5830           for speeding up.
5831
5832 2000-01-11
5833
5834         * version 0.1.10alpha
5835
5836         * po/ja.po: modified msgstr so as not to core dump on Solaris.
5837         * src/main.c: added inclusion of locale.h.
5838           (Thanks to Sato for above.)
5839         * src/mbox.c
5840         * src/socket.c: applied Solaris patch by shigeri with some
5841           modification. (Thanks!)
5842
5843 2000-01-10
5844
5845         * version 0.1.9alpha
5846
5847         * src/compose.c: compose_encode_header(): fixed some bugs.
5848           And modified header generating routines to support proper
5849           References header, and supported Organization header.
5850         * src/procmsg.[ch]
5851           src/procheader.c: removed Cc: and Reply-To: from cache data.
5852         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
5853         * src/summaryview.[ch]: summary_thread_func(): some optimization.
5854           And added summary_pass_key_press_event() to pass key press event
5855           from other widgets.
5856         * src/messageview.c: messageview_key_pressed(): modified so that
5857           key event is passed to summary view even if message view is
5858           separated. (Thanks to wakai@UEC univ. for pointing this out.)
5859
5860 2000-01-09
5861
5862         * version 0.1.8alpha
5863
5864         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
5865           header MIME encoding.
5866         * src/procheader.c: some bug fixes of folded header line processing.
5867         * src/headerview.c: headerview_show(): some bug fixes.
5868
5869 2000-01-07
5870
5871         * version 0.1.7alpha
5872
5873         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
5874           kanji-out sequence [ \033 ( B ] when input string was ended
5875           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
5876         * src/compose.c: compose_encode_header(): changed as it outputs
5877           encoded string to another buffer.
5878           And implemented a faculty to save sent message to outbox and
5879           to queue message that failed to send (preliminary).
5880           And, finally implemented proper To: and Cc: processing :)
5881         * src/folderview.c: added preliminary right-clicking popup menu
5882           for operating folders.
5883         * some permission fixes at creating or copying file.
5884
5885 2000-01-07
5886
5887         * version 0.1.6alpha
5888
5889         * src/procheader.c: fixed a bug that didn't null-terminate
5890           header list and caused segmentation fault.
5891
5892 2000-01-06
5893
5894         * version 0.1.5alpha
5895
5896         * src/procheader.[ch]: added function procheader_get_one_field()
5897           that gets one header field that matches the header list.
5898           And removed procheader_get_unfolded_line(), which is less generic.
5899           And rewrote procheader_get_header_fields() using
5900           procheader_get_one_field().
5901         * src/summaryview.c: some bug fixes of key input scan routine.
5902         * README, README.jp: modified documents a bit.
5903
5904 2000-01-05
5905
5906         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
5907           had a submenu, set sensitivity of the submenu, not the item.
5908
5909 2000-01-05
5910
5911         * version 0.1.4alpha
5912
5913         * src/summaryview.c: fixed a bug that caused segmentation fault
5914           when empty summary view was center-clicked.
5915           And fixed a bug that freed moving folder strings when marked
5916           as unread.
5917           If current folder is trash, don't delete message.
5918         * src/summaryview.[ch]
5919         * src/mainwindow.c
5920         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
5921
5922 2000-01-04
5923
5924         * src/procheader.[ch]: more optimization of header processing
5925           routine. And added a new function procheader_get_header_fields()
5926           that receives an array of header name as a parameter and
5927           set header bodies.
5928         * src/utils.[ch]: added remove_return() for removing return code.
5929         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
5930
5931 2000-01-03
5932
5933         * src/compose.c: if message body is ascii only, set US-ASCII as
5934           charset in Content-Type.
5935         * src/main.[ch]
5936         * src/prefs.c
5937         * src/prefs_common.c
5938         * src/prefs_account.c
5939         * src/account.c: changed the location of rc files.
5940         * src/account.c: enabled closing window when escape key is pressed.
5941
5942 2000-01-02
5943
5944         * version 0.1.3alpha
5945
5946         * src/compose.c: fixed a bug that caused segmentation fault
5947           when sending failed.
5948           And relocated header-generation routines from src/send.c.
5949         * src/send.c: moved header-generation routines to src/compose.c.
5950         * src/prefs.c: added '~' to home directory expansion.
5951         * src/prefs_account.[ch]: added signature file path configuration.
5952         * src/prefs_common.[ch]: added spool path configuration.
5953         * src/inc.c: changed the method of user name acquisition to use
5954           g_get_user_name().
5955
5956 2000-01-01
5957
5958         * version 0.1.2alpha
5959
5960         * added ChangeLog (this file), ChangeLog.jp.
5961         * some code cleanups.
5962         * added manage_window.[ch] for transient window management.
5963         * src/procheader.c: optimized header processing routine a bit.
5964         * src/send.c: fixed exception handling on connection.
5965         * src/inc.c: added exception handling on getting user name.
5966
5967 2000-01-01
5968
5969         * version 0.1.1alpha
5970
5971         * src/send.c: fixed a bug that didn't add Content-Type: header.
5972
5973 2000-01-01
5974
5975         * version 0.1.0alpha
5976
5977         * initial release.