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