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