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