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