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