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