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