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