Added gtkstext.[ch]
[claws.git] / ChangeLog
1 2001-04-20
2
3         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
4           Fixed a memory leak bug.
5         * src/export.[ch]: added for exporting folder to mbox.
6         * src/import.[ch]: made import_mbox() take default folder.
7           Added description to the dialog.
8         * src/summaryview.c: summary_show(): fixed a bug that kept the
9           toolbar buttons insensitive after receiving messages.
10         * src/export.c
11           src/import.c: fixed a bug that caused quitting of the program
12           when OK or Cancel button was clicked several time.
13         * src/prefs_common.[ch]
14           src/addressbook.c: added "Add address to destination when
15           double-clicked" option.
16
17 2001-04-19
18
19         * src/prefs_common.[ch]: reorganized the items of settings,
20           and added Message tab.
21         * src/main.c: parse_cmd_opt(): added command line option --version.
22         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
23           special folders.
24         * src/prefs_common.[ch]
25           src/headerview.[ch]: the header pane can be toggled now.
26         * src/prefs_common.[ch]
27           src/textview.c: page scroll step is now selectable between
28           one page and half page.
29         * src/mbox.[ch]: added export_mbox() that reads all messages
30           in a folder, and store them into one mbox file.
31
32 2001-04-18
33
34         * src/prefs_filter.[ch]: separated filter setting code from
35           prefs_common.c, and made it a separate dialog.
36
37 2001-04-17
38
39         * version 0.4.64
40
41         * src/automaton.[ch]
42           src/inc.c: fixed the bug that made Sylpheed crash when clicking
43           Cancel button while getting new mail (thanks to Sergey Vlasov).
44         * src/xml.c: xml_build_tree()
45           src/addressbook.c: fixed a bug that caused infinite loop if an
46           illegal XML file was given.
47
48 2001-04-16
49
50         * src/summaryview.c
51           src/inc.c: applied the patch from Sergey Vlasov that fixes the
52           problem when the "Go to inbox after receiving new mail" option
53           was turned off (thanks!).
54
55 2001-04-15
56
57         * src/xml.[ch]: modified so that it supports some characters which
58           must be escaped, and multiple-lined tag.
59         * src/folder.c
60           src/addressbook.c: modified so that it escapes some characters
61           like '<', '>', '&', ''', '"'.
62
63 2001-04-10
64
65         * version 0.4.63
66
67         * src/folder.[ch]
68           src/mainwindow.c
69           src/mh.[ch]
70           src/procmsg.[ch]
71           src/summaryview.[ch]: applied the patch from Darko Koruga that
72           adds copy message operation for the MH folders (thanks!).
73         * src/imap.c: disabled slash to dot conversion.
74         * src/imageview.c: fixed a bug that displayed an old image when
75           loading of a image failed (thanks to Darko Koruga).
76
77 2001-04-09
78
79         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
80           cache reading (thanks to Sergey Vlasov).
81         * src/inc.c
82           src/summaryview.[ch]
83           prefs_common.[ch]: applied the patch that keeps the same folder
84           after receiving new mail (thanks to Sergey Vlasov).
85         * src/textview.c
86           src/utils.[ch]: moved get_quote_level() to utils.c.
87
88 2001-04-08
89
90         * ac/Makefile.am: added.
91         * Makefile.am
92           configure.in: added ac directory.
93
94 2001-04-07
95
96         * src/summaryview.c: summary_filter(): made it move messages
97           immediately if immediate_exec option is set.
98         * src/prefs_common.[ch]
99           src/textview.[ch]
100           src/gtkutils.[ch]: applied the message coloring patch from
101           Stephen Anthony with some modification (thanks!).
102         * src/gtksctree.c
103           src/mimeview.c: modified the behavior of MimeView (thanks to
104           HIRAMATSU).
105
106 2001-04-06
107
108         * src/utils.c: copy_file()
109           src/mh.c: applied (and modified) the patch from Darko Koruga
110           that enables to move messages across file systems (thanks!).
111         * src/procheader.c
112           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
113           that converts the date of messages to the local time (thanks!).
114         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
115           of one-letter timezone were reversed.
116         * src/folder.c: folder_item_add_msg(): put the assertion for the
117           add_msg() method (thanks to TAKANO).
118
119 2001-04-05
120
121         * src/procmime.c: procmime_decode_content(): fixed a bug that
122           corrupted quoted-printable encoded messages when they include
123           `=00' (thanks to Masahiro Tomita).
124         * src/gtksctree.c
125           src/mimeview.c
126           src/summaryview.c: modified the DnD behavior of MIME view
127           (thanks to HIRAMATSU).
128
129 2001-04-04
130
131         * src/about.c: applied the patch from Sergey Vlasov that fixes
132           the appearance of the about dialog (thanks!).
133         * src/prefs_common.[ch]
134           src/rfc2015.[ch]
135           src/mimeview.c
136           src/procmime.[ch]
137           src/compose.[ch]
138           src/passphrase.c
139           src/textview.[ch]: applied the GnuPG support patch which had
140           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
141         * INSTALL, INSTALL.jp: updated the description about GnuPG.
142
143 2001-04-03
144
145         * src/utils.[ch]: added references_list_append() that parses
146           References header and makes it string list.
147         * src/compose.c: modified so that too long References header is
148           truncated, garbage characters are removed, and header is tidied
149           up (thanks to Matthias Intemann).
150
151 2001-04-02
152
153         * src/addr_compl.c: applied the address completion bugfix patch
154           from Alfons Hoogervorst (thanks!).
155
156 2001-04-01
157
158         * src/gtksctree.c: modified so that the tree_select_row signal
159           actually pass the column number.
160         * src/summaryview.c: summary_selected(): made generic mark and
161           unread mark can be toggled with clicking of the columns.
162           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
163         * src/prefs_common.c
164           src/prefs_account.c: applied the layout fix patches from Sergey
165           Vlasov, and adjusted some widths of GtkEntry widgets.
166         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
167         * src/inc.c: inc_start(): modified so that authentication dialogs
168           show server name too (thanks to Sergey Vlasov).
169
170 2001-03-31
171
172         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
173           segmentation fault when a malformed multipart message is shown
174           (thanks to Sergey Vlasov).
175         * src/summaryview.c: summary_display_msg(): made it focus to the
176           summary view if the MIME list is empty.
177
178 2001-03-30
179
180         * src/pixmaps/deleted.xpm
181           src/pixmaps/mark.xpm
182           src/summaryview.c: added deleted and mark icon.
183         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
184           to gtk_widget_unref().
185         * src/addr_compl.c: start_address_completion(): fixed the bug that
186           displayed warning when the address book was empty (thanks to
187           Chideok Hwang).
188
189 2001-03-29
190
191         * src/summaryview.c: summary_show(): fixed a memory leak bug
192           (thanks to ChiDeok Hwang).
193         * src/pixmaps/forwarded.xpm
194           src/pixmaps/replied.xpm
195           src/pixmaps/new.xpm
196           src/pixmaps/unread.xpm
197           src/compose.c
198           src/mainwindow.c
199           src/prefs_common.c
200           src/procmsg.h
201           src/summaryview.[ch]: applied the patch from Marc Hoper
202           that adds replied and forwarded mark to replying or forwarding
203           messages (thanks!). And new and unread mark were replaced
204           by the icons David Mehrmann created (thanks!).
205         * src/summaryview.c: made the width of unread and MIME column
206           fixed.
207         * src/prefs.c: prefs_config_parse_one_line(): made it check the
208           '=' separator (thanks to Sergey Vlasov).
209
210 2001-03-26
211
212         * src/prefs_common.[ch]: moved smooth scroll option to the
213           interface tab.
214         * src/textview.c: made the one-line scroll also perform smooth
215           scrolling.
216
217 2001-03-25
218
219         * src/prefs_common.[ch]
220           src/textview.c: applied the smooth scroll patch from Setoh and
221           Ninomiya (thanks!).
222
223 2001-03-24
224
225         * src/summaryview.c: summary_attract_by_subject(): rewritten it
226           using hash table for speeding up.
227         * src/prefs_account.c: made filter_on_receive TRUE by default.
228         * src/mainwindow.c: reordered menu items.
229
230 2001-03-23
231
232         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
233           caused address completion not to accept space and enter key.
234
235 2001-03-22
236
237         * src/utils.[ch]
238           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
239           correctly.
240         * src/compose.c: fixed a bug that didn't decode some headers
241           correctly when replying or reediting drafts (thanks to Sergey
242           Vlasov).
243
244 2001-03-21
245
246         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
247           behaviors of some classes.
248         * src/main.c: main(): made it call gtkut_widget_init() first.
249         * src/summaryview.c: summary_create(): removed the key binding code.
250
251 2001-03-19
252
253         * src/procmsg.[ch]: modified for the sake of readability.
254
255 2001-03-18
256
257         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
258           Added new menu items for folder manipulation.
259           allsel_cb(): made it change the target between summary view and
260           message view according to the input focus.
261           Removed "Select all" from Summary submenu.
262         * src/folderview.[ch]: added functions for creating/renaming/deleting
263           folder.
264         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
265           removed "important" flag.
266         * src/summaryview.c: added summary_set_row_marks() that sets style
267           of a row according to the flags, and made some functions use it.
268         * src/mainwindow.c: allsel_cb(): modified so that it selects
269           summary view correctly if message view is toggled off.
270
271 2001-03-17
272
273         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
274           leak bug of socket, and rewrote the routine.
275         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
276           displayed the wrong unread number in the folder tree if a
277           folder was open and new messages arrived at the folder.
278         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
279           again.
280
281 2001-03-15
282
283         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
284           check the existence of the destination file.
285         * src/procmsg.c: procmsg_set_flags(): made it count the last
286           number of the message list (and fixed a bug that didn't open
287           newly arrived message).
288
289 2001-03-13
290
291         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
292           Shift_JIS from the outgoing codeset.
293
294 2001-03-12
295
296         * version 0.4.62
297
298 2001-03-11
299
300         * src/send.c: send_message_queue(): modified so that it finds
301           the account from the `From' and the server name of the queued
302           message.
303         * src/account.[ch]: added account_find_from_smtp_server() that
304           finds an account from the specified address and SMTP server.
305         * src/Makefile.am
306           src/mainwindow.c
307           src/summaryview.[ch]
308           src/sourcewindow.[ch]: integrated the viewing source patch from
309           DINH V. Hoà (thanks!).
310
311 2001-03-10
312
313         * src/addr_compl.[ch]
314           src/addressbook.c
315           src/compose.c: applied the enhanced address completion patch
316           from Alfons Hoogervorst (thanks!).
317         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
318         * src/folder.c: folder_init()
319           src/folderview.c: folderview_drag_motion_cb()
320           src/procmsg.c: procmsg_clean_trash()
321           src/summaryview.c: summary_start_drag()
322           src/imap.[ch]: integrated the IMAP4 move/remove function patch
323           from Suzuki Mio (thanks!).
324
325 2001-03-08
326
327         * src/main.c: parse_cmd_opt(): made the --compose option realize
328           mailto: URI.
329         * src/utils.[ch]: execute_async(): supported quoted arguments
330           correctly.
331           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
332           version of g_strsplit().
333         * src/mimeview.c: mimeview_view_file()
334           src/prefs_common.c: added single quotation mark around the file
335           name.
336
337 2001-03-07
338
339         * configure.in
340           src/compose.c
341           src/prefs.c
342           src/procmime.c
343           src/summaryview.c
344           src/mbox.c
345           src/recv.c
346           src/utils.[ch]: applied the security fix patch from Dmitry V.
347           Levin with some modification (thanks!). Added my_tmpfile() to
348           utils.[ch].
349         * src/main.c: added --receive-all command-line option.
350
351 2001-03-06
352
353         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
354           compile if both multithread and IPv6 are enabled (thanks to
355           Ishihara).
356         * src/utils.[ch]
357           src/compose.c: applied a patch from Jason McCarver that allows
358           FIFO for signature file (thanks!).
359         * src/textview.c: made some more refactoring.
360         * src/socket.c: sock_accept(): changed socklen_t to gint.
361
362 2001-03-05
363
364         * src/main.c
365           src/textview.c: some code cleanups.
366
367 2001-03-04
368
369         * src/compose.[ch]
370           src/main.c
371           src/textview.c: integrated the patch from Alfons Hoogervorst that
372           fixes some glitches in clickable URI and enables mail addresses
373           clickable, and enables the --compose command line option to
374           specify address (thanks!).
375
376 2001-03-03
377
378         * src/esmtp.[ch]
379           src/smtp.[ch]
380           src/send.c
381           src/prefs_account.[ch]
382           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
383           and fixed its a few bugs (thanks!).
384         * src/textview.c: textview_key_pressed(): made it don't move focus
385           to summary view.
386         * src/main.c: parse_cmd_opt(): modified the help message.
387         * src/html.[ch]: added empty_line to HTMLParser and modified
388           the parser routines a bit.
389
390 2001-03-01
391
392         * src/html.c: added eucjp_symbol_list, and added some characters
393           to ascii_symbol_list.
394
395 2001-02-19
396
397         * src/codeconv.[ch]: added a member `charset' and `charset_str'
398           to CodeConverter.
399         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
400           html_parser_new(): made it change the symbol hash table
401           according to the character set of the document.
402           html_parse_special(): made it recognize character code number.
403
404 2001-02-17
405
406         * src/textview.c: added textview_show_html() that parses HTML and
407           display as a text.
408           textview_show_part(): made it call textview_show_html() if
409           the part is text/html.
410         * src/html.[ch]: implemented HTML parser.
411
412 2001-02-15
413
414         * src/codeconv.[ch]: added CodeConverter, and its methods
415           (conv_code_converter_new(), conv_code_converter_destroy(), and
416            conv_convert()).
417         * src/textview.c: removed the branches by HAVE_LIBJCONV and
418           rewrote them using CodeConverter.
419
420 2001-02-12
421
422         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
423
424 2001-02-11
425
426         * src/codeconv.c: some code cleanups.
427
428 2001-02-05
429
430         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
431           popup the main window correctly.
432         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
433           CS_EUC_TW was reversed (thanks to Sakamoto).
434
435 2001-02-04
436
437         * src/gtkutils.[ch]
438           src/main.c
439           src/mainwindow.[ch]
440           src/socket.[ch]: applied the patch from Hiramatu that enables
441           prohibition of multiple execution and remote control with
442           command line option (thanks!).
443
444 2001-02-03
445
446         * src/summaryview.c: summary_button_pressed(), summary_selected():
447           made it toggle the view if middle button is clicked while message
448           view is hidden.
449           summary_drag_data_get(): fixed a memory leaking.
450         * src/Makefile.am
451           src/compose.c: compose_write_headers(): modified so that it uses
452           host_alias for X-Mailer or X-Newsreader field.
453
454 2001-02-03
455
456         * version 0.4.61
457
458         * src/folderview.c: fixed a bug that prevented a folder from being
459           created if there were already folders that have the same name
460           somewhere at another place.
461
462 2001-02-02
463
464         * src/folderview.c: folderview_update_all(): fixed a bug that
465           caused segmentation fault when a folder was selected after
466           updating the folder tree.
467         * src/compose.c: compose_send(): fixed a locking bug.
468           compose_write_headers(): fixed a bug that referred to cur_account.
469           compose_convert_header(): made it check the arguments.
470
471 2001-02-01
472
473         * src/main.c: some cleanups and added --help option.
474
475 2001-01-31
476
477         * src/send.c: re-enabled user-defined domain name setting.
478         * src/utils.c: is_next_mbs(): changed the size of temporary
479           multibyte array to MB_CUR_MAX.
480           strdup_mbstowcs(): added error check to mbstowcs().
481           strdup_wcstombs(): added error check to wcstombs().
482         * src/addr_compl.c: get_address_from_edit(): made it check the
483           return value of strdup_mbstowcs().
484         * src/codeconv.c: conv_encode_header(): added error checking
485           to strdup_mbstowcs().
486
487 2001-01-30
488
489         * src/utils.c: log_error(): changed g_error() to g_warning() so
490           that it doesn't abort.
491           Added iswalnum().
492         * src/addr_compl.c: add_address(): fixed a bug that aborted the
493           program if the name or the address is empty.
494           get_address_from_edit(): supported multibyte characters.
495         * configure.in: fixed a typo.
496         * src/send.c: re-enabled user-defined SMTP port setting.
497
498 2001-01-30
499
500         * version 0.4.60
501
502         * configure.in: added --enable-gpgme option, and disabled GPGME
503           by default.
504         * made GPGME related members in MimeInfo not used if disabled.
505         * src/rfc2015.c: some cleanups for warning.
506         * README
507           README.jp
508           INSTALL
509           INSTALL.jp: updated.
510         * Makefile.am: modified bzip2 option.
511
512 2001-01-29
513
514         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
515           MIME type.
516         * src/mimeview.c: mimeview_view_file(): made it do nothing if
517           the MIME type is application/octet-stream.
518         * src/folderview.c: folderview_update_all(): made it show modal
519           dialog while updating folders.
520         * src/folderview.c: folderview_update_all(): fixed a bug that
521           didn't remove the dialog.
522
523 2001-01-28
524
525         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
526           launches the attached file using metamail (thanks!).
527         * src/procmime.[ch]: added procmime_get_tmp_file_name().
528         * src/compose.c
529           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
530           that enables address completion in the address entry on the
531           composition window (thanks!).
532         * src/addr_compl.c: get_all_addresses(), read_address_book():
533           modified so that it uses xml_free_tree() for freeing the address
534           tree.
535
536 2001-01-27
537
538         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
539           remove the current directory (thanks to Maki).
540         * src/summary_search.c: added `Select all matched' option to the
541           search dialog (thanks to Takahashi).
542         * src/pixmaps/stock_mail_attach.xpm
543           src/pixmaps/tb_address_book.xpm
544           src/compose.c: added some toolbar icons contributed from
545           Leandro Pereira (thanks!).
546
547 2001-01-25
548
549         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
550           segmentation fault when the passphrase dialog was cancelled.
551           Hided the passphrase in the debug message.
552         * src/about.c: about_create(): fixed a bug that failed to compile
553           when none of the features were used.
554         * src/foldersel.c: foldersel_set_tree(): made it display all
555           MH folders.
556         * src/inc.c: inc_start(): fixed a bug that showed password dialog
557           continuously if it was cancelled.
558         * src/summaryview.c: summary_write_cache(): put an assertion after
559           folder_item_get_cache_file() to prevent the crash.
560         * thanks to Maki for the above four fixes.
561         * src/utils.h: added #include <alloca.h>.
562
563 2001-01-24
564
565         * src/rfc2015.c: changed some g_message() used for error messages
566           to g_warning().
567
568 2001-01-23
569
570         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
571           it can handle a string data of which length >= BUFFSIZE.
572         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
573         * src/pixmaps/stock_mail_receive_all.xpm
574           src/pixmaps/stock_mail_reply_to_all.xpm
575           src/Makefile.am
576           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
577           icons contributed from David Mehrmann (thanks!).
578         * src/inc.[ch]: overhauled the architecture so that it don't create
579           and destroy progress dialog for each incorporation in `get all'
580           mode.
581
582 2001-01-22
583
584         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
585           sub folders named `inbox', etc. as special folders.
586         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
587           boundary correctly.
588
589 2001-01-21
590
591         * applied the GnuPG patch from Werner Koch (thanks!).
592         * removed Mixmaster support.
593         * src/rfc2015.c: changed g_error() to g_warning() and modified some
594           messages.
595         * src/about.c: about_create(): modified compiled-in features list.
596         * README
597           README.jp
598           INSTALL
599           INSTALL.jp: updated.
600         * src/select-keys.c: create_dialog(): modified the layout.
601         * src/headerwindow.c
602           src/addressbook.c
603           src/logwindow.c: made it raise the window if the window is already
604           open.
605         * src/prefs_common.[ch]: added an option for immediate execution.
606         * src/summaryview.c: made it execute immediately when messages are
607           moved or deleted if immediate_exec option is turned on.
608         * src/summaryview.c: summary_delete(), summary_move_selected_to():
609           moved summary_step() before summary_execute().
610         * src/folderview.c: folderview_update_all(): made it scan folder
611           tree correctly.
612         * src/compose.c: compose_write_headers(): made it don't add
613           In-Reply-To header if to_list is empty.
614
615 2001-01-09  Werner Koch  <wk@gnupg.org>
616
617         * configure.in, acconfig.h: Check for GPGME.
618         * ac/: New directory for local autoconf macros.
619         * src/Makefile.am: Add support for GPGME
620
621         * src/main.c (idle_function_for_gpgme): New.
622         (main): Register this function.
623
624         * src/about.c: Add a note about GPGME.
625
626         * src/rfc2015.c, rfc2015.h: New.
627
628         * src/mimeview.c (mimeview_show_message): Check signature.
629         * src/procmime.c (procmime_scan_message): Ditto.
630
631         * src/messageview.c (messageview_show): Add decryption stuff.
632
633         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
634         (compose_toggle_encrypt_cb): New
635         (compose_toggle_mixmaster_cb): New, just to be prepared for
636         Mixmaster support.
637         (compose_write_headers): Suppress some headers in mixmaster mode.
638
639         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
640         (prefs_privacy_create): New.  Also some new structures etc.
641         * src/compose.c (compose_create): Set encrypt button to prefs default.
642         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
643
644         * src/compose.c (compose_send): Add missing unlock before one return.
645
646 2001-01-18
647
648         * src/gtksctree.[ch]
649           src/folderview.c
650           src/summaryview.[ch]: applied the patch from Hiramatu that enables
651           DnD from the summary view to the folder view and fixes some other
652           probrems (thanks!).
653         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
654           segmentation fault.
655         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
656         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
657           didn't toggle expansion of node.
658
659 2001-01-17
660
661         * src/imap.c: applied the patch from Nishimura that updates the
662           message list more precisely and reads the message flags (thanks!).
663         * src/textview.c: textview_show_header(): made X-Newsreader field
664           be emphasized too.
665         * src/summaryview.c: summary_show(): made it flush events when
666           displaying summary.
667
668 2001-01-15
669
670         * src/summaryview.c: applied the patch from Alfons that enabled
671           the horizontal scrollbar of summary view (thanks!).
672
673 2001-01-13
674
675         * src/compose.c: compose_cb(): fixed a bug that didn't open the
676           composition window right after launching the program.
677         * src/setup.c: scan_tree_func(): fixed a bug that caused
678           segmentation fault.
679
680 2001-01-13
681
682         * version 0.4.52
683
684         * src/textview.c: textview_set_font(): fixed a bug that caused
685           segmentation fault if the mode of the text widget was changed
686           between multibyte and singlebyte while the region was selected
687           (GTK+ bug?).
688
689 2001-01-11
690
691         * src/mainwindow.c
692           src/summaryview.c: made it unable to delete or move messages when
693           in a news folder.
694         * src/prefs_common.c
695           src/news.c: added the option for maximum news article number.
696
697 2001-01-10
698
699         * src/compose.c: compose_send(): changed the location of temporary
700           file. Made it use the default account if all of tried account
701           aren't mail one, and made it show alert dialog and abort when even
702           that failed.
703         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
704           last id number.
705           prefs_account_open(): made it fill in personal information
706           according to the default account when creating a new account.
707         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
708           proper version number (thanks to BONAIM).
709         * configure.in
710           Makefile.am: added entries for sylpheed.spec.in.
711
712 2001-01-09
713
714         * src/compose.[ch]: modified so that it can change account
715           correctly.
716         * src/send.[ch]: modified so that it doesn't see cur_account.
717         * src/prefs_account.c: modified so that news setting doesn't
718           show SMTP server entry.
719
720 2001-01-08
721
722         * src/folderview.c: fixed a bug that didn't sort special folders
723           correctly when a new folder is created or renamed.
724
725 2001-01-07
726
727         * src/compose.[ch]: enabled to select account at composing window.
728         * src/folderview.c: made it display unread number next to folder
729           name.
730         * src/prefs_common.[ch]: added the option for unread number display.
731
732 2001-01-06
733
734         * src/compose.[ch]: integrated news posting patch from DINH V. Hoà
735           and made many modifications (thanks!).
736           compose_write_headers(): made the spaces in newsgroups removed.
737           Supported Followup-To.
738           compose_destroy(): got the objects removed properly.
739         * src/news.c: merged news_post_to_group() and news_post() since
740           they doesn't have to do multiple posting.
741         * src/import.c: import_destsel_cb(): fixed a bug that failed to
742           import into the selected folder.
743         * src/prefs_account.c: modified the interfaces.
744
745 2001-01-05
746
747         * src/codeconv.[ch]
748           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
749           string is registerd to IANA.
750         * src/nntp.[ch]: added nntp_post().
751         * src/news.[ch]: added news_post() and news_post_to_group().
752
753 2001-01-04
754
755         * src/account.c: account_edit_open()
756           src/mainwindow.c: new_account_cb(): made it unable to edit
757           accounts if some composing windows are open.
758
759 2001-01-03
760
761         * src/folder.[ch]: added folder_set_name().
762         * src/account.c: made a folder name of IMAP4/NNTP become the same
763           as the name of account.
764
765 2001-01-02
766
767         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
768           to filter messages.
769
770 2001-01-02
771
772         * version 0.4.51
773
774         * src/mbox.c: fixed a bug that didn't incorporate spool file
775           correctly. Modified so that it recognizes From_ line as separator
776           of messages even if the previous line isn't empty line.
777         * src/send.c: send_message_queue()
778           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
779           warning when it tried to delete a sent message.
780
781 2001-01-01
782
783         * version 0.4.50
784
785         * src/folder.[ch]
786           src/news.[ch]: modified so that it actually gets news articles.
787         * src/utils.[ch]: added make_dir_hier() that creates directory
788           hierarchy.
789         * src/folder.c:
790           folder_item_get_cache_file(), folder_item_get_mark_file():
791           made it creates cache directory if it doesn't exist.
792           folder_add(): made it insert the added folder into the correct
793           position.
794         * src/imap.[ch]: modified so that it suits the new folder
795           architecture. Fixed a bug that caused segmentation fault
796           if authentication failed at imap_auth().
797         * src/folderview.c: implemented IMAP4 folder handling routines.
798
799 2000-12-31
800
801         * src/prefs_account.[ch]: added account ID and nntp_server
802           to PrefsAccount. And added the interface for NNTP server.
803         * src/folderview.c: modified news folder handling routines.
804         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
805           modified folder_item_get_path().
806
807 2000-12-29
808
809         * src/folder.[ch]: added create_folder(), rename_folder(),
810           remove_folder() to Folder class.
811         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
812           mh_remove_folder().
813           Implemented mh_create_tree() that creates MH directory tree.
814           mh_rename_folder(): modified so that the paths of sub folders
815           are set properly.
816         * src/folderview.c: modified folderview_new_folder_cb(),
817           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
818           so that they work properly.
819           Added folderview_remove_mailbox_cb() and the menu entry that
820           remove mailbox from folder tree.
821         * src/setup.[ch]: added for initial setup.
822         * src/alertpanel.c: modified the appearance of the dialog.
823         * src/compose.c: fixed compose_save_to_outbox() and
824           compose_queue() so that it sets flags correctly.
825
826 2000-12-28
827
828         * src/mainwindow.c: modified the strings of toolbar labels.
829
830 2000-12-27
831
832         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
833         * src/summaryview.c: summary_display_msg(): made it scroll the
834           list if the message of the edge of that is displayed.
835
836 2000-12-25
837
838         * src/folder.[ch]
839           src/mh.[ch]: added functions for moving messages.
840         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
841           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
842
843 2000-12-24
844
845         * src/utils.[ch]: added get_tmp_file().
846         * src/pop.c
847           src/inc.c
848           src/folder.c: fixed a bug that failed to drop messages.
849         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
850           number of the folder.
851
852 2000-12-23
853
854         * src/folderview.c: added special folder setting routine.
855         * src/folder.[ch]: added a method is_msg_changed().
856           Implemented folder_find_item_from_path().
857         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
858         * autogen.sh: fixed so that the configure can take arguments.
859
860 2000-12-22
861
862         * src/main.c
863           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
864           the path of mailbox and create the one.
865         * src/folderview.c: made the folder tree and selected folder
866           expanded.
867
868 2000-12-21
869
870         * src/mh.[ch]
871           src/folder.c: implemented mh_scan_tree() that scans the folder
872           recursively and create the tree.
873
874 2000-12-19
875
876         * src/compose.c
877           src/defs.h
878           src/filter.[ch]
879           src/folder.[ch]
880           src/foldersel.[ch]
881           src/folderview.[ch]
882           src/imap.[ch]
883           src/import.c
884           src/inc.c
885           src/main.[ch]
886           src/mainwindow.c
887           src/mbox.[ch]
888           src/mh.[ch]
889           src/news.[ch]
890           src/prefs_common.c
891           src/procmsg.[ch]
892           src/summaryview.[ch]
893           src/xml.[ch]
894           src/Makefile.am: merged the development tree into the cvs tree.
895           Some functions are not unimplemented yet.
896
897 2000-12-18
898
899         * version 0.4.9
900
901 2000-12-11
902
903         * src/xml.[ch]: supported omitted tag (<tag />).
904         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
905         * src/imap.c: imap_parse_atom(): fixed a bug that caused
906           segmentation fault if the subject was empty (thanks to Tsutsui).
907         * src/folder.[ch]: updated.
908
909 2000-12-10
910
911         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
912           file specified and returns the tree.
913
914 2000-12-09
915
916         * po/pt_BR.po: fixed some typos that caused segmentation fault.
917
918 2000-12-07
919
920         * version 0.4.8
921
922         * src/session.h: added.
923         * src/folder.[ch]: updated.
924         * src/compose.c: compose_write_to_file()
925           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
926           that put a garbage to charset if the outgoing character set was
927           specified and non-ascii characters were used in subject.
928
929 2000-12-04
930
931         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
932           progress if the status bar was hidden.
933
934 2000-12-03
935
936         * src/folder.[ch]: added for the more object-oriented folder
937           management.
938
939 2000-12-02
940
941         * version 0.4.7
942
943         * src/mainwindow.c
944           src/prefs_common.[ch]: made the state of status bar get preserved.
945         * src/compose.c: compose_insert_sig(): modified so that it doesn't
946           put a separator if a signature file doesn't exist.
947         * src/prefs_account.[ch]
948           src/inc.c: added the option that toggles whether to receive
949           messages when getting from all accounts.
950         * README
951           README.jp: updated the description and added some usages.
952
953 2000-12-01
954
955         * src/Makefile.am
956           src/gtkshruler.[ch]
957           src/compose.[ch]: applied the patches from Alfons Hoogervorst
958           that makes the ruler of composition window graphical (thanks!).
959
960 2000-11-27
961
962         * src/codeconv.c
963           src/mainwindow.c
964           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
965
966 2000-11-27
967
968         * version 0.4.6
969
970         * src/compose.c: turned the color of quoted messages black again.
971
972 2000-11-26
973
974         * src/about.c: added a clickable URI to the Sylpheed home page,
975           and a list of compiled-in features.
976         * src/compose.c: made the color of quoted messages blue.
977         * src/summaryview.c: added `Show all header' to the context menu.
978         * src/prefs_common.c: removed the threading option from the dialog.
979         * src/compose.c: fixed a bug that didn't parse the quotation format
980           correctly.
981
982 2000-11-25
983
984         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
985           that it toggles linewrap menu item and tool button.
986         * src/prefs_common.c: modified the default of the signature
987           separator.
988         * src/compose.[ch]: added ruler to the compose window.
989         * src/prefs_common.[ch]: added a member for the state of ruler
990           display.
991
992 2000-11-24
993
994         * src/headerview.[ch]: added the destroy function.
995         * src/messageview.c: messageview_destroy(): fixed a memory leak
996           bug that didn't freed the HeaderView object.
997         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
998         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
999           to Alfons Hoogervorst for the above three memory leak bug fixes).
1000
1001 2000-11-23
1002
1003         * version 0.4.5
1004
1005         * README
1006           README.jp
1007           INSTALL
1008           INSTALL.jp: modified some descriptions.
1009
1010 2000-11-22
1011
1012         * src/compose.c: implemented line-wrapping functions.
1013         * src/prefs_common.[ch]: added the settings for line-wrapping.
1014         * src/codeconv.[ch]: added Windows-1251 to the codesets.
1015           conv_jistoeuc(): fixed a bug that caused segmentation fault
1016           when some half-width kana characters appeared.
1017         * src/summaryview.c: summary_select_all(): made it show message
1018           on the status bar if the number of messages is large.
1019
1020 2000-11-18
1021
1022         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
1023           modified so that it parses the quotation mark too.
1024           Added %I that means the initial of sender to the format.
1025         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
1026           Fixed a bug that set the wrong outgoing codeset.
1027         * src/mainwindow.c
1028           src/prefs_common.c: modified the menu item of Chinese codeset.
1029
1030 2000-11-17
1031
1032         * src/codeconv.[ch]
1033           src/prefs_common.[ch]: modified so that outgoing charset is
1034           saved as a string, not a number.
1035
1036 2000-11-16
1037
1038         * src/textview.c: textview_set_font(): changed the scheme of
1039           selecting between font and fontset. And changed the default
1040           font of ISO-8859-1.
1041         * src/headerview.c: headerview_show_xface(): made it ignore
1042           invalid X-Face.
1043         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
1044           modified so that it consider the source codeset as ISO-2022-JP if
1045           it is NULL and the current locale is Japanese.
1046
1047 2000-11-14
1048
1049         * src/textview.c: textview_destroy(): fixed a bug that caused
1050           segmentation fault if textview->msgfont is NULL (thanks to
1051           Hiramatu).
1052         * src/main.c
1053           src/defs.h: applied the patch from Yanase that enables to
1054           save the shortcuts of the menus (thanks!).
1055
1056 2000-11-11
1057
1058         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
1059           toggles the sensitivity of menu items.
1060         * src/summaryview.c: renamed summary_set_popup_sensitive() to
1061           summary_set_menu_sensitive(), and made it set the sensitivity of
1062           the main menu.
1063
1064 2000-11-09
1065
1066         * src/textview.c: textview_init(): fixed a bug that didn't disable
1067           the theme engine of GtkText (thanks to Hiramatu).
1068         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
1069           means the full name of sender and the first name.
1070         * manual/ja/*.??ml: updated to the latest version.
1071
1072 2000-11-07
1073
1074         * version 0.4.4
1075
1076         * src/defs.h: separated the definitions from main.h and applied the
1077           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
1078           from the system headers (thanks!).
1079         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
1080           UTF-8 locale.
1081         * src/textview.c: textview_set_font(): modified so that it sets
1082           the correct font when the locale is multi-byte.
1083           textview_destroy(): added proper codes for destruction.
1084           textview_show_header(): fixed the coloration of X-Mailer.
1085
1086 2000-11-06
1087
1088         * src/textview.[ch]: made TextView have single-byte and multi-byte
1089           GtkText, and switch between them according to the given codeset.
1090         * src/compose.c: compose_create(): modified the font setting
1091           routine.
1092
1093 2000-11-02
1094
1095         * src/textview.[ch]: moved the message font variable into TextView.
1096           textview_set_font(): modified so that it uses gdk_font_load()
1097           if the given codeset is US-ASCII or ISO-8859-*.
1098
1099 2000-11-01
1100
1101         * src/codeconv.c
1102           src/procmime.c
1103           src/prefs_common.c
1104           src/textview.c
1105           src/compose.c: workaround for the 8bit code issue (used
1106           gdk_font_load() instead of gdk_fontset_load() when the locale is
1107           C, or not set).
1108
1109 2000-11-01
1110
1111         * version 0.4.3
1112
1113         * src/compose.[ch]: added `Draft' tool button.
1114         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
1115         * README, README.jp: added the explanation of the locale setting.
1116
1117 2000-10-31
1118
1119         * src/compose.c: made it overwrite the previous draft message when
1120           reedited the draft and saved it again.
1121         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
1122           the message really exists.
1123         * src/folderview.[ch]: added folderview_scan_folder_a() and
1124           folderview_scan_folder_foreach_a() that scan the specified
1125           folders for each folderviews.
1126         * src/mainwindow.[ch]: removed main_window_scan_folder() and
1127           main_window_scan_folder_all().
1128           Added `Reedit' to the menu.
1129         * src/import.[ch]: removed MainWindow from the argument of
1130           import_mbox().
1131         * src/summaryview.c: removed the unnecessary items from the popup
1132           menu. Changed summary_reedit_cb() to summary_reedit(), and made
1133           it public.
1134
1135 2000-10-30
1136
1137         * src/compose.h: added a member msginfo to Compose.
1138         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
1139           the MsgInfo object.
1140
1141 2000-10-25
1142
1143         * src/summaryview.c: made the the popup menu change the sensitivity
1144           according to the context. Fixed a bug that showed the `clean trash'
1145           dialog repeatedly if `D' key was pressed when the focus was on the
1146           summary view.
1147         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
1148
1149 2000-10-22
1150
1151         * src/main.c: fixed g_thread initialization.
1152
1153 2000-10-21
1154
1155         * src/codeconv.c: added pt_BR to locale_table.
1156         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
1157           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
1158           codeset when not using libjconv.
1159         * src/compose.c: fixed the bug on saving draft again.
1160
1161 2000-10-19
1162
1163         * src/compose.c: compose_write_headers(): fixed a bug that failed
1164           to write headers if To: was empty when saving draft.
1165
1166 2000-10-18
1167
1168         * src/procmime.[ch]
1169           src/compose.c
1170           src/headerwindow.[ch]
1171           src/summaryview.c
1172           src/messageview.[ch]
1173           src/mimeview.c
1174           src/textview.c
1175           src/procmsg.[ch]
1176           src/procheader.[ch]: modified so that they can handle queue folder
1177           properly.
1178         * src/compose.[ch]
1179           src/summaryview.c: implemented draft-reediting function.
1180         * src/mainwindow.c
1181           src/summaryview.c
1182           src/mimeview.c: replaced *(GtkWidget **) with the macro
1183           GTK_WIDGET_PTR().
1184
1185 2000-10-17
1186
1187         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
1188           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
1189           if the folder is QUEUE_DIR or DRAFT_DIR.
1190
1191 2000-10-14
1192
1193         * version 0.4.2
1194
1195         * src/headerview.c
1196           src/messageview.c: modified the border of the headerview.
1197         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
1198           an Sylpheed object to GtkWidget.
1199         * src/utils.c: remove_return(), remove_space(): fixed a bug that
1200           possibly caused segmentation fault.
1201         * src/compose.[ch]
1202           src/mainwindow.c
1203           src/summaryview.c: implemented `forward as an attachment'.
1204         * src/utils.[ch]: open_uri(): brought on URI opening function from
1205           textview.c and manual.c.
1206
1207 2000-10-13
1208
1209         * src/mainwindow.c
1210           src/summaryview.c
1211           src/compose.[ch]
1212           src/prefs_common.[ch]: removed `Reply with quote', and added
1213           `Reply to all', and added the option that decides whether to
1214           quote message on replying.
1215
1216 2000-10-12
1217
1218         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
1219           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
1220         * src/codeconv.[ch]
1221           src/mainwindow.c
1222           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
1223         * src/compose.c: compose_send(): modified so that it shows error
1224           dialog when failed to send a message.
1225
1226 2000-10-11
1227
1228         * src/account.c: account_edit_close(): fixed a bug that didn't set
1229           current account when creating an account for the first time.
1230         * configure.in: added es to ALL_LINGUAS.
1231
1232 2000-10-10
1233
1234         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
1235           possible.
1236           conv_get_code_conv_func(): modified so that it doesn't convert
1237           codeset if it is unknown.
1238         * src/folderview.c: folderview_update_msg_num(): modified style
1239           changing routine.
1240
1241 2000-10-09
1242
1243         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
1244           codesets automatically if the arguments are NULL.
1245         * src/textview.c: textview_write_line(): made it output warning
1246           message on the text view if conversion failed.
1247
1248 2000-10-06
1249
1250         * README, README.jp: modified the author of the manual.
1251
1252 2000-10-05
1253
1254         * src/headerview.[ch]
1255           src/messageview.[ch]: modified so that it uses GtkLabel widget
1256           instead of GtkText.
1257         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
1258           unreadable codes if the current locale is EUC-JP and libjconv is
1259           used.
1260
1261 2000-10-04
1262
1263         * src/procmime.[ch]
1264           src/messageview.c
1265           src/mimeview.c
1266           src/textview.c: modified so that it parses MIME message more
1267           preferably.
1268         * src/imap.c: imap_parse_address(): fixed a bug.
1269
1270 2000-10-03
1271
1272         * src/procmsg.[ch]: added procmsg_get_message_file_path().
1273         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
1274           routine.
1275         * src/imap.[ch]: changed the name of the member `group' in
1276           IMAPSession to `mbox'.
1277           imap_gen_send(): modified so that it doesn't output the password
1278           to the log.
1279           Modified session destroying routine.
1280         * src/folderview.c: folderview_write_cache(): made it preserve
1281           the IMAP folder list.
1282         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
1283           that showed boundary at the end of an attached RFC822 part.
1284         * src/prefs_common.c: changed the default of toolbar style to
1285           both icon and text.
1286
1287 2000-10-02
1288
1289         * src/imap.c: imap_get_uncached_messages(): modified so that it
1290           doesn't get the cached envelopes.
1291           imap_session_get_message_info(): made it read only the cache
1292           if the session is not established.
1293         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
1294         * src/news.c: news_get_article_info(): made it read only the cache
1295           if the session is not established.
1296
1297 2000-10-01
1298
1299         * src/textview.c: textview_write_line(): fixed a memory leak bug.
1300         * src/folderview.[ch]: made it create IMAP4 folders from the
1301           account information.
1302         * src/imap.[ch]: imap_session_get(): modified so that it creates
1303           IMAP4 session from the account information.
1304
1305 2000-09-30
1306
1307         * src/imap.[ch]: added for IMAP4 support.
1308         * src/summaryview.[ch]
1309           src/procmsg.c
1310           src/recv.[ch]: modified for IMAP4 support.
1311         * src/folderview.c: more IMAP4 implementation.
1312         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
1313           the specified message and return the file name.
1314         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
1315           locked up the process if the given widget was invisible.
1316
1317 2000-09-28
1318
1319         * src/folderview.[ch]: added IMAP4-related code.
1320
1321 2000-09-28
1322
1323         * version 0.4.1
1324
1325         * src/main.h: added IMAP_CACHE_DIR.
1326         * src/utils.[ch]: added get_imap_cache_dir().
1327         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
1328           Added macro MSG_IS_IMAP().
1329         * src/codeconv.c: added `#include <locale.h>' for setlocale().
1330         * sylpheed.spec: fixed %files section.
1331
1332 2000-09-27
1333
1334         * version 0.4.0
1335
1336         * src/codeconv.c: conv_get_current_charset(): made it compare
1337           string with strncasecmp().
1338         * src/compose.c: comopse_reply_parse_header(): workaround for
1339           the malformed References: header generated by OE5 :(
1340
1341 2000-09-26
1342
1343         * src/prefs_common.c
1344           src/prefs_account.c: modified the layout of the widgets.
1345
1346 2000-09-26
1347
1348         * version 0.3.99
1349
1350         * src/*.[ch]: added copyright notice to the top of the source files.
1351         * src/compose.c: compose_write_attach(): modified filename encode
1352           routine.
1353
1354 2000-09-25
1355
1356         * src/mainwindow.c: fixed the menu entry of manual.
1357         * src/compose.c
1358           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
1359           and applied the libjconv patch.
1360         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
1361           to reduce the alloc'd memory to the optimal size.
1362         * src/prefs_common.[ch]: added outgoing codeset option menu.
1363         * src/compose.c: compose_send(): added exclusive lock to prevent
1364           multiple-sending.
1365         * configure.in: made '--enable-ipv6=no' the default.
1366         * src/compose.c: compose_write_attach(): made it encode the name
1367           of the attached file.
1368         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
1369           didn't check the type of file.
1370           procmsg_move_messages_with_dest(): fixed a bug that failed to
1371           move message if a directory that had the same name existed.
1372         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
1373           are included as ASCII characters.
1374
1375 2000-09-24
1376
1377         * src/compose.c
1378           src/procmime.[ch]: modified so that it actually works when using
1379           libjconv :)
1380         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
1381           the codeset of string according to the codeset specified in
1382           arguments.
1383         * src/utils.[ch]: added is_ascii_str() that determines whether the
1384           string is 7bit-ASCII or not.
1385         * src/procmime.[ch]
1386           src/codeconv.[ch]: moved the character set related functions
1387           into codeconv.c.
1388         * merged the patch and the manual written by BONAIM (thanks!).
1389
1390 2000-09-23
1391
1392         * configure.in
1393           src/compose.c
1394           src/gtkutils.c
1395           src/mainwindow.c
1396           src/procmime.[ch]
1397           src/textview.c
1398           src/unmime.[ch]: applied the patch from Higuchi that utilizes
1399           libjconv and enables to handle many locales, including UTF-8
1400           (Unicode) (thanks!).
1401         * src/account.c: modified so that the account isn't changed when
1402           another account is selected on account edit dialog.
1403
1404 2000-09-20
1405
1406         * src/prefs_common.[ch]
1407           src/textview.c: added an option that specifies whether to display
1408           short headers on message view.
1409         * src/codeconv.[ch]: added function conv_unmime_header() that
1410           decodes MIME-encoded header and converts the character set.
1411           And added conv_unreadable_latin(), and modified conv_latintodisp().
1412         * src/messageview.[ch]: made the window get closed when escape key
1413           is pressed.
1414
1415 2000-09-17
1416
1417         * src/imageview.c: fixed a bug that caused segmentation fault if
1418           message view was in new window.
1419         * src/prefs_common.c: added `xemacs %s' to the external editor
1420           command line list.
1421
1422 2000-09-16
1423
1424         * version 0.3.29
1425
1426         * src/summaryview.c: enabled to open a new message window with
1427           double-clicking.
1428         * src/prefs_common.[ch]
1429           src/messageview.c: made it preserve the window size of message
1430           window.
1431         * src/prefs_account.c: added `None (local)' to the option menu of
1432           protocol.
1433
1434 2000-09-15
1435
1436         * Makefile.am: added autogen.sh to EXTRA_DIST.
1437
1438 2000-09-09
1439
1440         * src/prefs_common.c: applied the patch from Paul Rolland that
1441           enables font selection dialog (thanks!).
1442         * src/compose.[ch]
1443           src/utils.[ch]: moved tzoffset() and compose_get_date() of
1444           compose.[ch] into utils.[ch].
1445         * src/main.[ch]: renamed the name of filter file to `filterrc'.
1446
1447 2000-09-06
1448
1449         * src/compose.[ch]
1450           src/utils.[ch]: modified address parsing routine so that it
1451           parses quotes correctly.
1452         * src/textview.c: textview_show_part(): modified so that it shows
1453           the simplified headers if the part is text/plain.
1454
1455 2000-09-03
1456
1457         * src/messageview.[ch]
1458           src/summaryview.[ch]
1459           src/mainwindow.c: enabled to open a message in new window.
1460         * src/messageview.[ch]
1461           src/mimeview.[ch]
1462           src/textview.[ch]
1463           src/imageview.[ch]: added destroy function, and modified the
1464           key handling routines.
1465
1466 2000-09-02
1467
1468         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
1469           caused segmentation fault (thanks to KUROSAWA).
1470         * src/alertpanel.c: modified so that the focused button is
1471           selectable.
1472         * src/account.c
1473           src/compose.c
1474           src/folderview.c: modified so that the order of the buttons of
1475           alert panel will be `Yes', `No'.
1476
1477 2000-09-01
1478
1479         * src/utils.[ch]: added execute_async() and execute_command_line()
1480           that execute command line using execvp().
1481         * src/textview.c
1482           src/mimeview.c
1483           src/procmsg.c: replaced system() with execute_command_line()
1484           for security.
1485         * src/procmsg.c: turn back to system().
1486         * src/utils.c: modified execute_command_line().
1487
1488 2000-08-31
1489
1490         * src/mainwindow.c: main_window_get_size(): modified so that it
1491           doesn't update the height of SummaryView if MessageView is
1492           toggled off.
1493         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
1494           probrems of external editor handling (thanks!).
1495         * src/uuencode.[ch]
1496           src/procmime.[ch]: applied the patch from Hiramatu that make it
1497           supports Content-Transfer-Encoding: x-uuencode (thanks!).
1498
1499 2000-08-30
1500
1501         * src/compose.[ch]
1502           src/prefs_common.[ch]: implemented the external editor faculty.
1503         * src/compose.c: compose_attach_property(): fixed some bugs on
1504           changing the property of attached file.
1505         * src/compose.c: fixed some bugs of external editor functions.
1506
1507 2000-08-29
1508
1509         * version 0.3.28
1510
1511         * src/mainwindow.c
1512           src/prefs_common.[ch]
1513           src/summaryview.c: applied the patch from Paul Rolland that
1514           restores the size of widgets when restarting (thanks!).
1515         * src/folderview.c
1516           src/prefs_common.[ch]
1517           src/summaryview.c: applied the patch from Paul Rolland that saves
1518           the width of CTree columns (thanks!).
1519
1520 2000-08-27
1521
1522         * src/headerview.c: modified the height of HeaderView.
1523         * src/textview.c: textview_show_part(): made it process the message
1524           as normal text if it is single-part RFC822 message.
1525         * src/folderview.c
1526           src/summaryview.c: some changes around the key handling.
1527         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
1528
1529 2000-08-26
1530
1531         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
1532         * src/procheader.c: procheader_get_one_field(): fixed a bug that
1533           caused segmentation fault if the first line of the file is space
1534           or tab (thanks to Hiramatu).
1535         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
1536           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
1537         * src/prefs_account.c
1538           src/prefs_common.c: modified the dialog size.
1539         * src/prefs.c: made the dialog window growable.
1540
1541 2000-08-25
1542
1543         * version 0.3.27
1544
1545         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
1546           caused the failure of the detection of libintl.
1547         * src/filter.[ch]
1548           src/prefs_common.c: implemented `not contain', and modified for
1549           future enhancement.
1550         * src/imageview.c: changed alertpanel_error() to g_warning() so that
1551           it doesn't grab mouse events.
1552         * src/compose.[ch]: added compose_list that holds the list of
1553           Compose objects, and added the function compose_get_compose_list().
1554         * src/main.c
1555           src/mainwindow.c
1556           src/summaryview.c: made it confirm if composing message exists.
1557
1558 2000-08-23
1559
1560         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
1561           segmentation fault when trying to reply the message in the queue
1562           folder (thanks to Kotobuki).
1563           compose_attach_property(): modified the property dialog routine
1564           so that it can handle input error.
1565         * src/mimeview.c: applied the patch from Hiramatu that enables
1566           the drag 'n drop from MimeView (thanks!).
1567         * src/headerview.[ch]
1568           src/procheader.c
1569           src/procmsg.h: applied the patches for X-Face support from
1570           HIROSHIMA (thanks!).
1571
1572 2000-08-22
1573
1574         * src/compose.c: compose_attach_property(): modified so that the
1575           property dialog can actually change the property of attached file.
1576
1577 2000-08-21
1578
1579         * configure.in
1580           src/Makefile.am: updated for gdk_imlib.
1581         * added AUTHORS and NEWS.
1582         * configure.in
1583           acconfig.h
1584           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
1585           and gdk_imlib library. And fixed a bug on IPv6 detecting.
1586         * src/imageview.c: supported gdk-pixbuf.
1587         * README
1588           README.jp
1589           INSTALL
1590           INSTALL.jp: added the mention about built-in image view.
1591         * configure.in: modified so that configure can disable gdk-pixbuf
1592           or/and gdk_imlib library.
1593
1594 2000-08-20
1595
1596         * src/imageview.[ch]
1597           src/main.c
1598           src/messageview.[ch]
1599           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
1600           to display image (thanks!).
1601
1602 2000-08-19
1603
1604         * version 0.3.26
1605
1606         * src/summaryview.c: summary_assort_func(): modified to avoid
1607           `not receive' setting.
1608
1609 2000-08-18
1610
1611         * src/filesel.c: applied the patch from HIROSHIMA that makes it
1612           remember previous directory when opening the dialog (thanks!).
1613         * src/summaryview.[ch]: added a function summary_redisplay_msg().
1614         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
1615           that is currently shown when the character set is changed.
1616         * src/inc.c
1617           src/pop.c
1618           src/prefs_common.c
1619           src/filter.h: applied the patch from Tanaka that enables not to
1620           receive specified messages according to the sorting rule (thanks!).
1621
1622 2000-08-15
1623
1624         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
1625           so that it handles MSG_MIME flag, and it scans uncached messages
1626           when cache reading failed even if it is specified not to scan
1627           new messages.
1628         * src/procheader.c: procheader_parse(): added the determination of
1629           multipart MIME message.
1630         * src/main.h: increased CACHE_VERSION.
1631         * src/summaryview.[ch]: added the `MIME' column that shows whether
1632           a message is multipart or not.
1633         * src/prefs_common.[ch]: added the `MIME' column to the setting of
1634           displaying item.
1635         * added src/pixmaps/clip.xpm.
1636         * src/summaryview.c
1637           src/procmsg.[ch]: modified so that it prompts the print command
1638           before printing.
1639
1640 2000-08-14
1641
1642         * src/folderview.c: folderview_create()
1643           src/summaryview.c: summary_create():
1644           src/addressbook.c: addressbook_create(): set the expander style of
1645           CTree to GTK_CTREE_EXPANDER_SQUARE.
1646         * src/compose.c: modified the interface of property dialog.
1647
1648 2000-08-13
1649
1650         * src/compose.c: added property dialog for attached file.
1651
1652 2000-08-11
1653
1654         * src/procmsg.[ch]: added a function procmsg_print_message() that
1655           prints the given message.
1656         * src/summaryview.c: summary_print(): modified so that it prints
1657           all selected messages.
1658         * src/folderview.c: folderview_select_node(): fixed a bug that
1659           didn't focus on folder tree if inbox was empty when incorporating.
1660
1661 2000-08-10
1662
1663         * version 0.3.25
1664
1665         * src/prefs_commmon.[ch]: added `Other' tab and an option for
1666           printing. And moved external browser option to there.
1667         * src/mainwindow.c
1668           src/summayview.[ch]: added print menu and implemented print
1669           functions.
1670
1671 2000-08-09
1672
1673         * src/prefs_account.c: made the default value of smtp_server to
1674           NULL.
1675         * src/folderview.c: folderview_update_msg_num(): modified so that
1676           it doesn't emphasize trash folder even if it has new or unread
1677           messages.
1678
1679 2000-08-08
1680
1681         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
1682           caused segmentation fault when file selection dialog was closed
1683           and other dialog was open immediately.
1684
1685 2000-08-05
1686
1687         * src/compose.c: compose_encode_header(): fixed a bug that caused
1688           infinite loop if wctomb() failed.
1689
1690 2000-08-04
1691
1692         * version 0.3.24
1693
1694         * src/mimeview.c: enabled to open an attached file with double click
1695           and popup menu. And cleaned up the code.
1696         * src/procmime.[ch]: added a function procmime_get_part() that
1697           saves the part of multipart message.
1698
1699 2000-08-03
1700
1701         * src/main.[ch]
1702           src/mimeview.c
1703           src/prefs_common.[ch]
1704           src/procmime.[ch]
1705           src/utils.[ch]: applied a patch that enables to launch attached
1706           image, audio, and HTML file (thanks to Hashimoto).
1707         * src/filter.c: filter_match_condition(): fixed a bug that caused
1708           segmentation fault if the body of specified filter is NULL. And
1709           made the filter considered as being matched on that case.
1710
1711 2000-07-30
1712
1713         * src/summaryview.c:
1714           summary_save_as(): fixed a bug that unabled to save news articles.
1715           summary_display_msg(): added exclusive lock to prevent it from
1716           reading another news article while it is already processing one.
1717         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
1718           the draw signal to be emitted.
1719         * src/mainwindow.c:
1720           main_window_cursor_wait()
1721           main_window_cursor_normal(): added gdk_flush() to change cursor
1722           immediately.
1723         * Makefile.am
1724           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
1725           a target `release' to Makefile.am.
1726
1727 2000-07-28
1728
1729         * src/socket.c: supported IPv6.
1730         * configure.in
1731           acconfig.h: added checking for IPv6.
1732         * prefs_common.c: changed the default of toolbar_style to icon only.
1733
1734 2000-07-27
1735
1736         * initial cvs import.
1737         * updated README and README.jp.
1738
1739 2000-07-24
1740
1741         * version 0.3.23
1742
1743         * src/procmime.[ch]: modified the structure of MimeInfo so that it
1744           can be handled as a node of tree.
1745           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
1746           recursively.
1747           Added procmime_get_text_part() that scans a message and gets a text
1748           part for quoting.
1749         * src/mimeview.c: divided mimeview_scan_multipart_message() into
1750           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
1751         * src/compose.c: compose_quote(), compose_forward():
1752           made it quote the text part of multipart message properly.
1753           Made it preserve the size of Compose window.
1754         * src/prefs_common.[ch]: added compose_width and compose_height to
1755           the members.
1756         * src/textview.c: textview_show_part(): some code cleanups.
1757         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
1758
1759 2000-07-20
1760
1761         * version 0.3.22
1762
1763         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
1764           the return code of the message was CR+LF. And added
1765           conv_sjistoeuc().
1766         * src/summaryview.c: summary_attract_by_subject(): made it move
1767           the current view point to the selected row when executed.
1768         * src/textview.c: textview_show_part(): modified the character set
1769           determination routine.
1770         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
1771           caused segmentation fault if boldfont was NULL.
1772         * src/compose.c: compose_create(): made it sets itself as the target
1773           of addressbook on window creation.
1774
1775 2000-07-19
1776
1777         * src/compose.c: compose_send(): fixed a bug that didn't save
1778           queued message to outbox when failed to send the message (thanks
1779           to T. Yamamoto).
1780
1781 2000-07-15
1782
1783         * src/inc.[ch]: modified so that it changes error message dialog
1784           depending on the results.
1785
1786 2000-07-14
1787
1788         * src/mainwindow.c: main_window_create(): set usize of account
1789           button on the status bar to 1 so that it doesn't get expanded
1790           more than necessary.
1791         * src/account.[ch]: account_foreach(): made it abort the iteration
1792           if the function returns nonzero.
1793         * src/inc.[ch]
1794           src/pop.c: modified so that it shows error message dialog if the
1795           message processing is failed.
1796
1797 2000-07-04
1798
1799         * version 0.3.21
1800
1801         * src/mainwindow.c: made it popup account selection menu when
1802           account tool button or account status bar is pressed.
1803         * src/folderview.c
1804           src/prefs.c: suppressed the ENOENT perror messages.
1805         * src/pop.c: made it fall back on LAST command if UIDL failed.
1806
1807 2000-07-01
1808
1809         * src/procheader.c: procheader_parse(): fixed a bug that didn't
1810           parse References: header correctly (thanks to YAMAGUCHI).
1811
1812 2000-06-29
1813
1814         * version 0.3.20
1815
1816         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
1817           cc'd correctly when replying.
1818         * src/mainwindow.c
1819           src/summaryview.c: sorted out the main menu and the popup menu.
1820
1821 2000-06-26
1822
1823         * version 0.3.19
1824
1825         * src/prefs_account.[ch]
1826           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
1827           automatically at composing (thanks to NAKAGAWA).
1828
1829 2000-06-25
1830
1831         * src/prefs_common.[ch]
1832           src/mainwindow.c
1833           src/main.c: made it selectable whether to ask before cleaning
1834           trash at the exit.
1835         * src/prefs_common.c: cleaned up the code and the interface a bit.
1836         * src/summaryview.c: modified the unthread functions for speeding
1837           up.
1838
1839 2000-06-24
1840
1841         * src/prefs_common.[ch]
1842           src/summaryview.c: made it display recipient on the `From' column
1843           if the address of the sender is the same as the current account
1844           (thanks to NAKAGAWA).
1845         * src/utils.[ch]: added a function extract_address() that extracts
1846           the address from `From:' header string.
1847         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
1848           fault if `Edit/Select all' was selected when the message view was
1849           hidden (thanks to Tomita).
1850
1851 2000-06-21
1852
1853         * src/summaryview.c: modified execution routine so that it only
1854           unthreads nodes that are needed to be unthreaded.
1855
1856 2000-06-19
1857
1858         * src/news.c: news_session_get(): implemented the reconnection on
1859           being disconnected.
1860         * src/nntp.[ch]: added nntp_mode().
1861
1862 2000-06-18
1863
1864         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
1865           And support assortment on processing mbox.
1866         * src/inc.c: inc_drop_message(): modified so that it uses hash table
1867           to store the last message number of folders.
1868         * src/summaryview.c
1869           src/addressbook.c: modified the behavior of CTree at right-click.
1870         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
1871           overflow bug (thanks to Nishiyama).
1872
1873 2000-06-17
1874
1875         * version 0.3.18
1876
1877         * src/pop.[ch]
1878           src/inc.[ch]: implemented management of read message on POP server
1879           by UIDL.
1880         * src/utils.[ch]: removed (s)list_remove_all() because it can be
1881           replaced with g_(s)list_free().
1882         * src/summaryview.c: modified the arrangement of menu a bit.
1883         * src/summaryview.c: summary_status_show(): made it doesn't display
1884           server name but newsgroup.
1885         * src/prefs_common.c
1886           src/prefs_account.c: adjusted the calculation routine of dialog
1887           size.
1888
1889 2000-06-15
1890
1891         * version 0.3.17
1892
1893         * src/compose.c: compose_reply_set_entry(): modified so that it
1894           cc's to the all addresses on To: and Cc: of the replied message.
1895           And swapped the position of Subject: and To: entry.
1896
1897 2000-06-14
1898
1899         * src/procheader.c: modified so that it can handle headers that
1900           aren't separated by space.
1901         * src/socket.c: sock_connect(): added a wait after connection to
1902           prevent lockup (thanks to NINOMIYA).
1903
1904 2000-06-13
1905
1906         * src/inc.c:
1907           inc_mail()
1908           inc_all_account_mail(): fixed a bug that caused segmentation
1909           fault if no account exist.
1910         * src/mainwindow.[ch]: made receive button unclickable when
1911           no account exist.
1912         * src/compose.c: compose_queue(): fixed a bug that didn't mark
1913           queued message properly.
1914         * src/utils.[ch]: separated code conversion functions into
1915           src/codeconv.[ch].
1916
1917 2000-06-13
1918
1919         * version 0.3.16
1920
1921         * src/mimeview.c: mimeview_save_as()
1922           src/summaryview.c: summary_save_as(): made it ask whether to
1923           overwrite the existing file.
1924
1925 2000-06-12
1926
1927         * src/utils.c
1928           src/recv.c
1929           src/prefs.c
1930           src/prefs_common.c
1931           src/prefs_account.c
1932           src/addressbook.c
1933           src/compose.c
1934           src/mbox.c: fixed a bug that failed to check write error when
1935           disk was full and caused the loss of the file.
1936
1937 2000-06-11
1938
1939         * src/mainwindow.c: main_window_clean_trash(): made it move focus
1940           to folder view when finished.
1941         * src/utils.[ch]: added code conversion functions for display.
1942           And added strncpy2() that doesn't do zero fill and does
1943           null-termination, unlike original strncpy().
1944         * src/textview.c: modified so that it changes the code conversion
1945           function according to charset. And supported charset=SHIFT_JIS.
1946         * src/mainwindow.c
1947           src/prefs_common.h
1948           src/textview.c: made it possible to force character set of
1949           a message.
1950         * src/folderview.c: folderview_select_next_unread():
1951           made it search unread folder from begin if it isn't found.
1952
1953 2000-06-11
1954
1955         * version 0.3.15
1956
1957         * src/mainwindow.c: fixed a probrem again that main window was
1958           stretched to the width of the toolbar.
1959         * src/mbox.c
1960           src/utils.c: is_header_line(): modified so that it recognizes
1961           a header which doesn't have a space after colon (thanks to Hotta).
1962         * src/filter.c: added `#include <strings.h>'.
1963         * src/smtp.c: replaced snprintf() with g_snprintf().
1964         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
1965           included gettext.
1966         * included sylpheed.spec.
1967
1968 2000-06-10
1969
1970         * src/prefs_common.[ch]: enabled to set the pixels of line space
1971           and decide whether to leave space on head of lines.
1972         * src/summaryview.c: modified so that it clears message view
1973           when displayed message is removed from the summary view.
1974         * src/mimeview.c: fixed a bug that caused infinite loop if
1975           terminal boundary of multipart message was not found (thanks to
1976           Nishika).
1977         * src/folderview.c: folderview_scan_mailbox(): made it ignore
1978           dot directory.
1979         * src/main.c: made it show warning dialog and exit if the file with
1980           the same name already exists when creating directory.
1981
1982 2000-06-09
1983
1984         * src/textview.c
1985           src/prefs_common.[ch]: made it possible to leave space between
1986           and on head of lines.
1987
1988 2000-06-07
1989
1990         * src/compose.c
1991           src/procmime.[ch]: made it scan /etc/mime.types and determine
1992           the MIME type of the attached file.
1993         * src/summaryview.c: made it clear message view if the summary
1994           is unselected on the execution, and made it move focus to
1995           folder view if the folder becomes empty.
1996         * src/mainwindow.c: fixed a probrem that main window was stretched
1997           to the width of the toolbar.
1998         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
1999           if `Check new mail on startup' was set.
2000
2001 2000-06-06
2002
2003         * src/compose.c: fixed a probrem that had been unable to insert
2004           a file to the current cursor position.
2005
2006 2000-06-06
2007
2008         * version 0.3.14
2009
2010         * src/compose.[ch]: added `attach' button to the toolbar. And
2011           replaced the icon of `insert' to the new one.
2012
2013 2000-06-05
2014
2015         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
2016           a function main_window_set_toolbar_sensitive() that sets the
2017           sensitivity of the button of the toolbar.
2018         * src/compose.c: fixed a bug that output wrong header if
2019           a return code was included in the string of the text entry.
2020
2021 2000-06-04
2022
2023         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
2024           And added the same items in popup menu to the main menu.
2025         * src/utils.[ch]: added functions for DnD support.
2026         * src/compose.c: implemented file attachment and insertion with DnD
2027           (thanks to Hiramatu).
2028
2029 2000-06-04
2030
2031         * version 0.3.13
2032
2033         * src/summaryview.c: fixed a bug that passed null pointer to
2034           is_dir_exist().
2035
2036 2000-06-03
2037
2038         * src/alertpanel.[ch]: added functions alertpanel_message(),
2039           alertpanel_notice(), and alertpanel_error(), and cleaned up
2040           the code.
2041         * src/folderview.c
2042           src/compose.c
2043           src/addressbook.c
2044           src/summaryview.c
2045           src/summary_search.c
2046           src/prefs_account.c
2047           src/foldersel.c: made them use alertpanel_error(),
2048           alertpanel_warning() or alertpanel_notice() for error message
2049           dialog.
2050         * src/summaryview.[ch]: enable sorting in reversed order.
2051         * src/inc.c: made it show error message dialog when failed to
2052           connect or authorize.
2053         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
2054           perror() with it.
2055
2056 2000-06-03
2057
2058         * version 0.3.12
2059
2060         * src/compose.c: fixed a bug that didn't save a message to outbox
2061           when queued.
2062         * src/send.c: send_message_queue(): fixed a bug that included
2063           headers for queueing in the parsed data.
2064         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
2065           and update queue folder when finished.
2066
2067 2000-06-02
2068
2069         * version 0.3.11
2070
2071         * src/filter.c
2072           src/inc.c
2073           src/compose.c: suppressed the warning messages.
2074         * src/mainwindow.[ch]: added next unread message button and menu
2075           items.
2076         * src/summaryview.[ch]: added a function summary_select_next_unread()
2077           that selects and opens next unread message.
2078
2079 2000-06-01
2080
2081         * src/prefs_common.[ch]: added a setting to decide whether to open
2082           unread message on entering a folder.
2083         * src/summaryview.c: made it open the first unread message only if
2084           the preference is set.
2085         * src/compose.c: fixed a bug that freed the string obtained from
2086           GtkEntry.
2087
2088 2000-05-31
2089
2090         * src/compose.c: added `Send later' to the menu and the toolbar
2091           which queues the message to send it later.
2092
2093 2000-05-30
2094
2095         * src/mainwindow.c: added an interface to resend the queued message.
2096         * src/compose.c: made it show alert dialog when a message will be
2097           queued.
2098
2099 2000-05-29
2100
2101         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
2102           send_message_queue() for each queued messages.
2103
2104 2000-05-28
2105
2106         * src/inc.c: inc_drop_message(): modified so that it drops a message
2107           to the default inbox folder if destination folder doesn't exist.
2108         * src/compose.[ch]: added imput compatible queueing header to the
2109           queued message.
2110         * src/send.[ch]: added function send_message_queue() that send
2111           queued message.
2112
2113 2000-05-27
2114
2115         * configure.in
2116           acconfig.h: made it enabled to decide wheter to use multithread
2117           or not on configure.
2118         * src/summaryview.c: fixed a bug that made thread when executed
2119           despite of the setting (thanks to Hiroshima).
2120         * src/socket.[ch]: changed the return value of public
2121           sock_connect_*() function to the pointer to SockInfo object.
2122         * src/procmime.c: procmime_scan_mime_header():
2123           fixed a bug that returned NULL if the scanned part had no header
2124           (thanks to shigeri).
2125         * src/procmime.[ch]:
2126           added function procmime_scan_content_disposition() that parses
2127           Content-Disposition header field.
2128         * src/mimeview.c: made it uses filename value in Content-Disposition
2129           header.
2130         * src/pop.c
2131         * src/inc.c: modified so that password is prompted if the password
2132           on preferences is empty and previous POP3 session has failed on
2133           authorization.
2134
2135 2000-05-23
2136
2137         * src/socket.[ch]: added non-blocking IO mode socket and
2138           multithreaded connection support.
2139         * src/inc.c: supported multithread connection.
2140
2141 2000-05-22
2142
2143         * src/folderview.c: made the focus of SummaryView grabbed when
2144           a folder is selected only if the messages exist.
2145
2146 2000-05-20
2147
2148         * version 0.3.10
2149
2150         * po/ja.po: fixed a bug that head `/' of a menu label was missing
2151           and caused segmentation fault when opened Compose window.
2152
2153 2000-05-20
2154
2155         * version 0.3.9
2156
2157         * src/utils.c: get_domain_name(): modified so that it uses
2158           gethostname().
2159         * src/mimeview.c: added key binds for `Save as' and
2160           `Display as text'.
2161
2162 2000-05-19
2163
2164         * src/recv.c: fixed a bug that failed to return error value
2165           when fputs() failed and caused the loss of received mails when
2166           disk space was not left (thanks to Tajiri).
2167         * src/compose.c: supported Reply-To.
2168         * src/mimeview.c: improved key operation interface.
2169
2170 2000-05-18
2171
2172         * src/mimeview.[ch]
2173           src/procmime.[ch]
2174           src/textview.[ch]: supported nested multipart message and
2175           clean up the codes.
2176           Supported encapsulated RFC822 message.
2177
2178 2000-05-16
2179
2180         * src/compose.[ch]: made it free the alloc'd memory for attach
2181           information when the compose window is destroyed.
2182           Placed the attachment list and the text widget onto the paned
2183           widget.
2184           Enabled cut/copy/paste/select all on all of the editable widgets.
2185           Implemented removal of attached file and popup menu on attachment
2186           list.
2187         * src/prefs_common.[ch]: added signature separator setting.
2188         * src/alertpanel.[ch]: added a function alertpanel_warning().
2189
2190 2000-05-14
2191
2192         * src/prefs_common.[ch]
2193           src/textview.c: made open URI command customizable.
2194         * src/compose.[ch]: implemented multipart MIME message composition
2195           (attachment of file).
2196         * src/textview.c
2197           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
2198           engine again.
2199
2200 2000-05-13
2201
2202         * version 0.3.8
2203
2204         * src/summaryview.c: added key binds for composing message
2205           (w, a, A, f). Also added other key binds (y, D, Q).
2206         * src/compose.c: made Cc entry take over the Cc of the replied
2207           message.
2208         * src/pixmaps/new.xpm
2209           src/pixmaps/unread.xpm: replaced pixmap image.
2210         * src/procheader.c: procheader_date_get_localtime():
2211           changed the single figures of year from four to two.
2212
2213 2000-05-12
2214
2215         * src/inc.c: made it ask password if it is not specified on account
2216           preferences.
2217         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
2218           that preserves the temporary password.
2219         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
2220           that prompts input with the string hidden.
2221
2222 2000-05-11
2223
2224         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
2225           engine if message font wasn't specified.
2226
2227 2000-05-10
2228
2229         * version 0.3.7a
2230
2231         * src/summaryview.c: fixed a bug that stderr was forgotten on
2232           fprintf().
2233
2234 2000-05-10
2235
2236         * version 0.3.7
2237
2238         * src/pop.c: fixed a problem that if some POP3 commands returned
2239           error, the previous operations were all cancelled.
2240         * src/compose.c
2241           src/textview.c: made workaround to the slow down of GtkText widget
2242           when using Pixmap theme or its derivatives.
2243
2244 2000-05-08
2245
2246         * src/inc.c: fixed a bug that caused X IO error when exec'd
2247           nonexistent program.
2248
2249 2000-05-07
2250
2251         * src/folderview.[ch]: added the member `mtime' to the struct
2252           FolderInfo.
2253         * src/summaryview.c: made the mtime of the folder checked that is
2254           going to open.
2255         * src/procmsg.c: added filesystem unchecking mode.
2256
2257 2000-05-05
2258
2259         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
2260           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
2261
2262 2000-05-04
2263
2264         * src/summaryview.c: summary_write_cache(): permission fix of
2265           cache file.
2266
2267 2000-05-04
2268
2269         * version 0.3.6a
2270
2271         * src/headerview.c: added headerview_clear() method.
2272         * src/messageview.c: fixed a bug that didn't clear HeaderView
2273           on messageview_clear().
2274
2275 2000-05-04
2276
2277         * version 0.3.6
2278
2279         * src/messageview.c
2280           src/textview.c: added *_clear() method.
2281         * src/summaryview.c: made it clear MessageView when new folder
2282           is open.
2283
2284 2000-05-03
2285
2286         * src/inc.c: fixed a bug that went to the inbox that was specified
2287           by each account when incorporating from all accounts.
2288         * src/compose.c: made it confirm whether to discard the message or
2289           not when the window will be closed.
2290
2291 2000-05-03
2292
2293         * version 0.3.5
2294
2295         * src/pop.[ch]
2296           src/inc.[ch]: re-supported APOP authentication.
2297         * src/prefs_account.c: fixed a bug that had't saved protocol type.
2298         * src/socket.h
2299           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
2300           functions.
2301         * src/progressdialog.[ch]: changed the name of class from Progress
2302           to ProgressDialog.
2303
2304 2000-05-02
2305
2306         * src/summaryview.c: fixed a bug that caused segmentation fault
2307           a news folder was selected without using ja message catalog.
2308         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
2309         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
2310           INCLUDES.
2311
2312 2000-05-01
2313
2314         * src/automaton.[ch]
2315           src/inc.[ch]
2316           src/pop.[ch]: re-implemented POP3 fetching routines using
2317           finite-state automaton model (thanks to Hiramatu).
2318         * src/inc.c: fixed a bug that caused unwilled quitting of program
2319           when connection to mail server failed. And fixed a memory leak bug.
2320         * src/summaryview.c: made the focus move to FolderView when left
2321           cursor key is pressed.
2322
2323 2000-04-30
2324
2325         * src/textview.c: textview_write_line(): modified quotation
2326           discerning routine a bit.
2327
2328 2000-04-29
2329
2330         * version 0.3.4
2331
2332         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
2333           src/procmime.c.
2334         * src/mimeview.[ch]: implemented saving of multipart message. And
2335           supported MIME encoded file name.
2336         * src/summaryview.c: implemented `Save as'.
2337
2338 2000-04-28
2339
2340         * src/prefs_common.[ch]: implemented an interface for setting the
2341           display item of SummaryView.
2342         * src/addressbook.c
2343           src/account.c: made the column titles of those don't take key
2344           focus.
2345
2346 2000-04-26
2347
2348         * src/textview.c: implemented BASE64 decoding and display.
2349
2350 2000-04-25
2351
2352         * src/prefs_common.[ch]: added members which decide whether
2353           each item of SummaryView is displayed or not.
2354         * src/headerwindow.c
2355           src/logwindow.c: made those windows closed when escape key is
2356           pressed.
2357         * src/headerview.c: disused ScrolledWindow.
2358         * src/base64.c: from64tobits(): modified so that it recognize '\n'
2359           as the last of line as well as '\r'.
2360
2361 2000-04-24
2362
2363         * src/headerview.c: disabled word wrap and line wrap of the text
2364           widget.
2365
2366 2000-04-24
2367
2368         * version 0.3.3
2369
2370         * src/prefs_common.c: prefs_assort_create(): added some headers
2371           to the default headers for assortment.
2372
2373 2000-04-23
2374
2375         * src/procmsg.c: fixed a bug that caused segmentation fault if
2376           the permission of a message was denied on parsing the header
2377           (thanks to wakai@UEC univ.).
2378         * src/mimeview.c: made it pass key press event to SummaryView.
2379
2380 2000-04-21
2381
2382         * src/main.h
2383           src/alertpanel.c: modified font specifications so that they match
2384           to better fonts.
2385         * src/utils.[ch]: added wide-character functions for FreeBSD support.
2386           Added the existence check of <wchar.h>.
2387         * acconfig.h
2388           configure.in: added wint_t and libxpg4 check for FreeBSD support.
2389         * src/unmime.c: modified so that it checks the existence of
2390           <alloca.h>.
2391           Above three are a contribution from Sasaki. Thanks!
2392
2393 2000-04-18
2394
2395         * src/main.h: decreased default height of window.
2396
2397 2000-04-17
2398
2399         * src/procmime.c: fixed a bug that eliminated the parenthesis in
2400           attribute value that was double-quoted.
2401
2402 2000-04-15
2403
2404         * version 0.3.2
2405
2406         * src/mimeview: implemented multipart message parser and display.
2407         * src/procmime.c: procmime_scan_content_type():
2408           supported multiple elements.
2409         * src/textview.c: supported multipart message and clean up the code.
2410
2411 2000-04-14
2412
2413         * src/summaryview.c: added size column and sorting by size.
2414         * src/mainwindow.c: added `Sort by size' to sort menu.
2415         * src/procmime.c: fixed a bug that caused buffer overrun and
2416           segmentation fault.
2417         * src/procmime.c: generalized Content-Type parsing.
2418
2419 2000-04-13
2420
2421         * version 0.3.1
2422
2423         * src/textview.c: supported MIME headers and
2424           Content-Transfer-Encoding: quoted-printable.
2425
2426 2000-04-12
2427
2428         * src/messageview.[ch]
2429           src/textview.[ch]: separated MessageView into two classes.
2430         * src/procmime.[ch]: added for MIME message handling.
2431
2432 2000-04-11
2433
2434         * src/mimeview.[ch]: added for MIME message handling.
2435         * configure.in: added wctype.h and wchar.h existence check.
2436
2437 2000-04-10
2438
2439         * src/procmsg.[ch]
2440           src/procheader.[ch]: some code cleanups.
2441         * src/messageview.[ch]: integrated HeaderView.
2442
2443 2000-04-09
2444
2445         * version 0.3.0
2446
2447 2000-04-08
2448
2449         * src/addressbook.c: Made the tree sorted when folder/group is
2450           added or edited.
2451         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
2452           fault if the current tag was empty.
2453         * src/mainwindow.c: made the state of MainWindow saved.
2454
2455 2000-04-08
2456
2457         * version 0.3.0pre1
2458
2459         * src/addressbook.c: fully implemented address group editing.
2460           Fixed a bug that wrongly confirmed deletion of address when
2461           escape key was pressed on alert dialog.
2462
2463 2000-04-07
2464
2465         * src/addressbook.c: added menu bar. And enabled hierarchical
2466           folder.
2467         * src/prefs_account.c: modified so that it allows not to specify
2468           pop server.
2469         * src/inc.c: inc_account_mail(): modified so that if receiving
2470           server isn't specified, it does nothing.
2471
2472 2000-04-05
2473
2474         * version 0.2.9
2475
2476         * src/addressbook.c: almost fully implemented addressbook functions.
2477
2478 2000-04-04
2479
2480         * src/compose.c: fixed a bug that caused segmentation fault when
2481           `File->Insert file' was selected more than twice.
2482
2483 2000-04-03
2484
2485         * version 0.2.9pre4
2486
2487         * src/addressbook.[ch]: implemented creation of new folder and group,
2488           and deletion of folder and group. And fully implemented
2489           addressbook_delete_object() which deletes the specified object
2490           recursively.
2491
2492 2000-04-02
2493
2494         * src/addressbook.c: implemented registration of address and multiple
2495           appending to Compose address entry.
2496         * src/menu.[ch]: added a function menu_set_insensitive_all() that
2497           turn all menu items insensitive.
2498         * src/folderview.c: some code cleanup.
2499
2500 2000-04-01
2501
2502         * src/account.c
2503           src/prefs_common.c: fixed a bug on getting the number of CList
2504           rows.
2505
2506 2000-03-30
2507
2508         * version 0.2.9pre3
2509
2510         * src/folderview.c: fixed a bug that caused warnings when tree was
2511           expanded/collapsed on the first operation.
2512
2513 2000-03-29
2514
2515         * src/addressbook.c: addressbook_list_selected(): made it be able
2516           to handle multiple address.
2517         * src/compose.c: modified so that when Bcc: is toggled, corresponding
2518           AddressBook also toggle it.
2519         * src/mainwindow.c:
2520           main_window_create(): moved gtk_widget_set_uposition() before
2521           gtk_widget_show() so as not to cause window flickering.
2522           main_window_get_position(): replaced gdk_window_get_position()
2523           with gdk_window_get_root_origin() to acquire correct window
2524           position (Thanks to shigeri for these modifications).
2525
2526 2000-03-27
2527
2528         * src/filesel.c: made it selects home directory on the first time
2529           it is called.
2530
2531 2000-03-26
2532
2533         * src/utils.c: conv_mb_alnum(): modified so that it uses character
2534           conversion table.
2535         * src/foldersel.c: made the folder tree take focus when the dialog
2536           is shown.
2537
2538 2000-03-26
2539
2540         * version 0.2.9pre2
2541
2542         * src/addressbook.c: implemented addressbook_export_to_file() and
2543           related functions.
2544
2545 2000-03-25
2546
2547         * src/xml.[ch]
2548           src/addressbook.c: fixed the variable name for attribute.
2549         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
2550         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
2551           alphabet and numeric into single-byte one.
2552         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
2553           when conv_mb_alnum flag is on.
2554
2555 2000-03-25
2556
2557         * version 0.2.9pre1
2558
2559         * src/compose.c: modified so that when Addressbook is open by a
2560           Compose and it is closed, target of Addressbook is reset.
2561         * src/addressbook.c: made it work with Compose.
2562
2563 2000-03-24
2564
2565         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
2566           GTK+ and GLIB to 1.2.6.
2567         * src/xml.[ch]: more implementation of XML parser.
2568         * src/addressbook.c: implemented addressbook parsing and displaying
2569           routine.
2570
2571 2000-03-21
2572
2573         * src/folderview.c: folderview_scan_folder(): modified so that if
2574           a folder's message number is zero, set new, unread and total number
2575           to zero.
2576
2577 2000-03-20
2578
2579         * src/xml.[ch]: added for XML handling used by addressbook.
2580         * src/folderview.c: modified so that Trash folder is skipped
2581           when an unread folder is selected automatically by space key.
2582
2583 2000-03-18
2584
2585         * src/summaryview.c: fixed a bug that cursor was turned into watch
2586           forever when a newsgroup was selected.
2587
2588 2000-03-18
2589
2590         * version 0.2.8
2591
2592 2000-03-17
2593
2594         * src/mainwindow.[ch]: implemented counting on setting cursor
2595           type. And modified the menu of `thread view' and `unthread view'.
2596         * src/summaryview.c: enabled thread-toggling on opening folder.
2597         * src/prefs_common.[ch]: added a member `enable_thread' to determine
2598           whether summary view builds thread or not when a folder is open.
2599
2600 2000-03-15
2601
2602         * src/summaryview.c: modified popup sensitivity function a bit.
2603
2604 2000-03-13
2605
2606         * version 0.2.7
2607
2608         * src/addressbook.[ch]: more implementation of the interface of
2609           addressbook.
2610         * src/compose.c: connected to addressbook object.
2611         * src/folderview.[ch]: folderview_compare_path():
2612           modified so that absolute path is correctly compared.
2613           And added folderview_select_node().
2614           And modified folderview_scan_folder() so that it update the summary
2615           when asked.
2616         * src/import.c: made it update folder tree when imported mbox.
2617         * src/summaryview.c: modified according to the changes of
2618           folderview.c. And modified so that it display alert dialog if
2619           source folder is identical to destination.
2620           added summary_set_popup_sensitive() that set the sensitivity of
2621           popup menu according to the context. And made all of the items of
2622           popup menu insensitive when summary is cleared.
2623         * src/procmsg.c: procmsg_move_messages_with_dest():
2624           modified so that if source folder is identical to destination,
2625           abort its process.
2626         * src/summary_search.c
2627           src/manage_window.c: modified so as not to print warning to console
2628           when alert dialog appeared twice.
2629         * src/filesel.c: made file selection dialog transient.
2630
2631 2000-03-11
2632
2633         * src/manage_window.[ch]: added callback function
2634           manage_window_focus_out().
2635         * src/account.c
2636           src/inputdialog.c
2637           src/mainwindow.c
2638           src/prefs_account.c
2639           src/prefs_common.c
2640           src/summary_search.c: added focus_out_event signal handler.
2641         * src/addressbook.[ch]: added preliminary addressbook code.
2642
2643 2000-03-06
2644
2645         * src/utils.h: added a macro Xalloca() that does alloca() and
2646           handles the exception.
2647         * src/import.c: made the import dialog transient window and enabled
2648           cancelling by escape key.
2649
2650 2000-03-04
2651
2652         * version 0.2.6
2653
2654         * src/compose.c: fixed a bug that caused memory leak when compose
2655           window was closed.
2656
2657 2000-03-03
2658
2659         * src/nntp.h: increased NNTP message buffer size for XOVER strings
2660           which is too long.
2661
2662 2000-02-28
2663
2664         * src/summaryview.c: binded step-forward and step-backward to each
2665           Control-n and Control-p.
2666         * src/filter.c: filter_read_str(): fixed a memory leak bug and
2667           replaced g_malloc() for allocating the buffer with alloca().
2668         * src/procheader.c: procheader_get_fromname(),
2669                             procheader_date_get_localtime()
2670           src/utils.c: conv_euctojis()
2671           src/compose.c: compose_quote_parse_fmt()
2672           src/prefs.c: prefs_set_data_from_text()
2673                        prefs_set_text(): replaced g_malloc() with alloca().
2674
2675 2000-02-26
2676
2677         * version 0.2.5
2678
2679         * src/logwindow.c: improved log_window_append() so that it shows
2680           warning, error and normal message with different colors.
2681         * src/utils.[ch]: added functions log_message(), log_warning(), and
2682           log_error() that show normal message, warning, and error for each.
2683           And modified many warning messages to use these.
2684         * src/messageview.c: messageview_init(): made it set colors of
2685           quotation and URI to black when failed to allocate colors.
2686         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
2687           the buffer with alloca().
2688
2689 2000-02-25
2690
2691         * src/folderview.c: fixed a bug that didn't put previously selected
2692           folder name in text entry. In addition to that, made some
2693           modifications.
2694
2695 2000-02-24
2696
2697         * version 0.2.4
2698
2699         * src/logwindow.[ch]: added log window that displays protocol log.
2700         * src/about.c: adjusted the size of dialog.
2701         * src/folderview.c: made it select a folder when double-clicked.
2702
2703 2000-02-23
2704
2705         * src/prefs_common.[ch]: added an item `translate_header' that
2706           decides whether header name like `From:' or `Subject:' is
2707           translated or not.
2708         * src/compose.c: made it show alert dialog when receiptor isn't
2709           entered.
2710         * src/inc.c: some code cleanups.
2711
2712 2000-02-22
2713
2714         * version 0.2.3
2715
2716         * src/compose.c: made header entries move those focus to next
2717           entry or text widget when activated. And sorted out the menu items.
2718         * src/mainwindow.[ch]
2719           src/prefs_common.[ch]
2720           src/main.c: made it save the sizes of widgets and the position of
2721           window when quitting.
2722         * src/prefs_common.c: set a14, k14 fontset as default message font.
2723         * src/about.c: changed the appearance of about dialog using text
2724           widget and so on.
2725         * src/recv.c: modified recv_write() so that it converts an escaped
2726           From_ line.
2727
2728 2000-02-20
2729
2730         * version 0.2.2
2731
2732         * src/compose.[ch]: supported Bcc.
2733
2734 2000-02-19
2735
2736         * version 0.2.1
2737
2738         * src/utils.[ch]: added function to_number() that examines string
2739           and if that is a number string, return its value.
2740         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
2741           character was included in file name.
2742
2743 2000-02-18
2744
2745         * version 0.2.0
2746
2747         * src/folderview.c: fixed a bug that caused segmentation fault
2748           when opened folder node was deleted (thanks to Hiramatu).
2749           And implemented folderview_rm_server_cb() which removes news server.
2750         * src/mbox.c: modified a warning message.
2751
2752 2000-02-13
2753
2754         * version 0.2.0alpha-pre8
2755
2756         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
2757           folder to prevent the probrem when current folder is updated.
2758         * src/summaryview.c: summary_execute(): made it write to summary
2759           cache when executed.
2760
2761 2000-02-12
2762
2763         * version 0.2.0alpha-pre7
2764
2765         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
2766           trailing directory separator.
2767         * src/folderview.[ch]
2768           src/summaryview.[ch]: modified so that folder tree is updated
2769           when messages are moved or deleted.
2770         * src/inc.c: some code cleanup.
2771
2772 2000-02-11
2773
2774         * version 0.2.0alpha-pre6
2775
2776         * src/utils.[ch]: added get_domain_name() that return domain
2777           name as a static string.
2778         * src/compose.c: compose_generate_msgid(): modified so that even
2779           if current address doesn't contain '@', it generates a decent
2780           message ID.
2781         * src/send.c: some code cleanup.
2782
2783 2000-02-10
2784
2785         * src/folderview.c: modified the behavior of folder tree when
2786           the folder is right-clicked.
2787         * src/compose.c: compose_encode_header(): added irresponsible
2788           buffer overrun check.
2789
2790 2000-02-09
2791
2792         * version 0.2.0alpha-pre5
2793
2794         * updated gettext and libtool.
2795         * configure.in: modified localedir definition so that message
2796           catalogs are installed into correct directories.
2797         * src/folderview.c
2798           src/mainwindow.c: modified them so that a folder can be reopen
2799           even if it is currently open.
2800         * src/prefs_common.[ch]
2801           src/messageview.c: added an option that toggle the coloration of
2802           message.
2803
2804 2000-02-08
2805
2806         * version 0.2.0alpha-pre4
2807
2808         * src/mainwindow.c
2809           src/messageview.c: fixed a bug that broke memory on allocating
2810           colors.
2811
2812 2000-02-07
2813
2814         * src/folderview.c: some bug fixes on selecting folder.
2815
2816 2000-02-07
2817
2818         * version 0.2.0alpha-pre3
2819
2820         * src/folderview.c
2821         * src/summaryview.[ch]: some code cleanups.
2822         * src/messageview.c: fixed a color allocating bug (maybe).
2823
2824 2000-02-06
2825
2826         * version 0.2.0alpha-pre2
2827
2828         * src/folderview.[ch]: made folder view not open selected folder
2829           unless return or space key is pressed, or clicked by mouse
2830           button 1 or 2.
2831         * src/inc.c: some code cleanups.
2832         * TODO.jp: added some items.
2833
2834 2000-02-05
2835
2836         * version 0.2.0alpha-pre1
2837
2838         * src/summaryview.[ch]: fixed a bug that broke summary thread
2839           when deleted duplicated messages (thanks to BONAIM).
2840           And some code cleanup.
2841         * src/procmsg.[ch]: renamed procmsg_move_messages() to
2842           procmsg_move_messages_with_dest(), and replaced former with
2843           new function which doesn't specify destination.
2844         * src/prefs_common.c
2845           src/gtkutils.c: some memory leak fixes of linked lists.
2846         * src/utils.[ch]: added list_remove_all() to remove all elements
2847           of doubly-linked list.
2848         * src/inc.[ch]: added inc_all_account_mail() that incorporates
2849           new messages of all accounts.
2850         * src/account.[ch]: added account_foreach() to process each accounts.
2851         * added TODO.jp
2852
2853 2000-02-04
2854
2855         * version 0.1.23alpha
2856
2857         * src/inc.c: made the folder tree update the message number
2858           when incorporated new messages.
2859         * src/folderview.[ch]: added a function folderview_scan_folder()
2860           to scan one folder on the view, which is specified by folder name.
2861
2862 2000-02-02
2863
2864         * version 0.1.22alpha
2865
2866         * src/prefs_account.[ch]: added the setting of assorting on
2867           receiving.
2868         * src/inc.c: supported assorting on receiving.
2869         * src/procmsg.c: cleaned up the code.
2870         * src/news.c: fixed a bug that locked up when failed to get xover.
2871         * src/compose.c: made a message unmark that is put into specific
2872           folders.
2873
2874 2000-02-01
2875
2876         * version 0.1.21alpha
2877
2878         * src/folderview.c
2879           src/summaryview.c: implemented the function 'go to next folder
2880           when no unread message found.'
2881         * src/summaryview.c: made connection state displayed on the
2882           status bar when connecting to a news server.
2883         * src/compose.c: changed X-Mailer: header field string a bit.
2884         * src/prefs_common.c: implemented residual functions of assortment.
2885
2886 2000-01-31
2887
2888         * version 0.1.20alpha
2889
2890         * src/prefs_common.c: implemented reading/writing/register/deletion
2891           of assortment setting.
2892         * src/mainwindow.c: slightly modified the appearance of statusbar.
2893         * src/account.c: account_delete(): fixed a bug that didn't assigned
2894           the pointer to GList when an account was deleted.
2895
2896 2000-01-29
2897
2898         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
2899           to read mark file (thanks to BONAIM).
2900         * src/prefs_common.c: added the interface of assortment setting.
2901
2902 2000-01-28
2903
2904         * src/summaryview.c: fixed a bug that didn't redraw marking properly
2905           when displaying an unread message with left-click (thanks to
2906           shigeri).
2907
2908 2000-01-27
2909
2910         * src/summaryview.[ch]: added functions for assortment.
2911         * src/about.c: added a button to close window.
2912
2913 2000-01-26
2914
2915         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
2916         * src/compose.c: fixed a bug that can't reply to a news article.
2917         * src/filter.[ch]: added for message filtering.
2918         * src/procheader.[ch]: added procheader_get_unfolded_line()
2919           to process filtering. And added procheader_get_header_list()
2920           that reads headers of a message and store them on the memory,
2921           and procheader_header_list_destroy() that removes all headers
2922           read by procheader_get_header_list().
2923
2924 2000-01-25
2925
2926         * version 0.1.19alpha
2927
2928         * src/news.c: modified so that it retrieves only overview information
2929           that is not yet cached.
2930         * src/procmsg.[ch]: modified for news handling.
2931
2932 2000-01-24
2933
2934         * src/news.c: supported xover.
2935         * src/mbox.c: fixed a bug that didn't handle empty line correctly
2936           (Thanks to shigeri).
2937
2938 2000-01-23
2939
2940         * version 0.1.18alpha
2941
2942         * src/procmsg.[ch]: modified some functions so that they can
2943           handle news folder.
2944         * src/news.c: added header cache routine.
2945         * src/procheader.c: fixed a bug that caused memory leak when some
2946           header was duplicated.
2947           And added Newsgroups: in parsing headers.
2948         * src/summaryview.c: added news article cache routine.
2949         * src/compose.c: made it be able to reply/forward news article.
2950
2951 2000-01-22
2952
2953         * src/compose.c: fixed a bug that failed to parse To: header
2954           if a comma is included in double quotation (Thanks to shigeri).
2955         * src/mbox.c: modified the code for processing mbox so that it
2956           can handle unescaped From_ line correctly.
2957
2958 2000-01-21
2959
2960         * version 0.1.17alpha
2961
2962         * src/foldersel.c: fixed a bug that didn't display folder tree.
2963           And added the register routine for news server and group setting.
2964
2965 2000-01-20
2966
2967         * version 0.1.16alpha
2968
2969         * src/statusbar.[ch]: added statusbar_puts_all().
2970           statusbar_puts(): made it truncate a string that is too long.
2971         * src/folderview.[ch]: changed CTree's row data from string
2972           to FolderInfo structure.
2973           And implemented popup menu that registers news server and group.
2974         * src/messageview.c: modified short header display routine.
2975
2976 2000-01-19
2977
2978         * added src/news.[ch] for NetNews session management.
2979         * src/summaryview.[ch]: added NetNews reading codes.
2980
2981 2000-01-18
2982
2983         * src/mainwindow.c
2984           src/prefs_common.[ch]: made them preserve toolbar style.
2985         * src/main.c: made it save configuration before exiting.
2986         * src/summaryview.c: modified summary status display routine.
2987         * added src/nntp.[ch] for handling low level NNTP session.
2988
2989 2000-01-17
2990
2991         * added src/progress.[ch] for displaying progress.
2992         * src/inc.c: modified progress dialog routines to use
2993           src/progress.[ch].
2994         * src/folderview.[ch]: added preliminary NetNews supporting code.
2995
2996 2000-01-16
2997
2998         * version 0.1.15alpha
2999
3000         * src/main.c
3001           src/folderview.c: some permission fixes.
3002         * src/folderview.c: implemented folder creation/renaming/removing.
3003         * src/utils.[ch]: added remove_dir_recursive() that removes
3004           a directory recursively.
3005
3006 2000-01-15
3007
3008         * src/mainwindow.[ch]: added toolbar style selection.
3009         * added src/inputdialog.[ch] to prompt user to enter a string.
3010         * src/summaryview.[ch]: modified the behavior of view on
3011           normal mode.
3012         * src/mbox.c: fixed a bug that couldn't lock file when
3013           lockf() was used (Thanks to shigeri).
3014
3015 2000-01-14
3016
3017         * version 0.1.14alpha
3018
3019         * src/mainwindow.[ch]: changed the appearance of toolbar.
3020           And fixed window handling.
3021         * src/summaryview.c: modified the messages displayed on status bar.
3022         * src/compose.[ch]: added toolbar.
3023         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
3024
3025 2000-01-13
3026
3027         * version 0.1.13alpha
3028
3029         * src/summaryview.c: fixed a bug of threading. And some code
3030           cleanups. And rewrote the routine of deleting duplicated messages
3031           using hash table.
3032         * src/mainwindow.[ch]: added toolbar.
3033
3034 2000-01-12
3035
3036         * version 0.1.12alpha
3037
3038         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
3039           instead.
3040         * src/summaryview.c: changed CTree creating routine as it creates
3041           thread on the fly for speeding up.
3042         * src/procmsg.c: rewrote message processing routines using hash
3043           table for speeding up. It should be considerably faster than
3044           before.
3045
3046 2000-01-11
3047
3048         * version 0.1.11alpha
3049
3050         * po/ja.po: modified msgstr for Solaris standard gettext.
3051         * src/main.c: added config.h inclusion.
3052         * src/compose.c: changed to add replied message's In-Reply-To
3053           message id to References header if it don't have References header.
3054         * src/summaryview.c: changed threading routine to use hash table
3055           for speeding up.
3056
3057 2000-01-11
3058
3059         * version 0.1.10alpha
3060
3061         * po/ja.po: modified msgstr so as not to core dump on Solaris.
3062         * src/main.c: added inclusion of locale.h.
3063           (Thanks to Sato for above.)
3064         * src/mbox.c
3065         * src/socket.c: applied Solaris patch by shigeri with some
3066           modification. (Thanks!)
3067
3068 2000-01-10
3069
3070         * version 0.1.9alpha
3071
3072         * src/compose.c: compose_encode_header(): fixed some bugs.
3073           And modified header generating routines to support proper
3074           References header, and supported Organization header.
3075         * src/procmsg.[ch]
3076           src/procheader.c: removed Cc: and Reply-To: from cache data.
3077         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
3078         * src/summaryview.[ch]: summary_thread_func(): some optimization.
3079           And added summary_pass_key_press_event() to pass key press event
3080           from other widgets.
3081         * src/messageview.c: messageview_key_pressed(): modified so that
3082           key event is passed to summary view even if message view is
3083           separated. (Thanks to wakai@UEC univ. for pointing this out.)
3084
3085 2000-01-09
3086
3087         * version 0.1.8alpha
3088
3089         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
3090           header MIME encoding.
3091         * src/procheader.c: some bug fixes of folded header line processing.
3092         * src/headerview.c: headerview_show(): some bug fixes.
3093
3094 2000-01-07
3095
3096         * version 0.1.7alpha
3097
3098         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
3099           kanji-out sequence [ \033 ( B ] when input string was ended
3100           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
3101         * src/compose.c: compose_encode_header(): changed as it outputs
3102           encoded string to another buffer.
3103           And implemented a faculty to save sent message to outbox and
3104           to queue message that failed to send (preliminary).
3105           And, finally implemented proper To: and Cc: processing :)
3106         * src/folderview.c: added preliminary right-clicking popup menu
3107           for operating folders.
3108         * some permission fixes at creating or copying file.
3109
3110 2000-01-07
3111
3112         * version 0.1.6alpha
3113
3114         * src/procheader.c: fixed a bug that didn't null-terminate
3115           header list and caused segmentation fault.
3116
3117 2000-01-06
3118
3119         * version 0.1.5alpha
3120
3121         * src/procheader.[ch]: added function procheader_get_one_field()
3122           that gets one header field that matches the header list.
3123           And removed procheader_get_unfolded_line(), which is less generic.
3124           And rewrote procheader_get_header_fields() using
3125           procheader_get_one_field().
3126         * src/summaryview.c: some bug fixes of key input scan routine.
3127         * README, README.jp: modified documents a bit.
3128
3129 2000-01-05
3130
3131         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
3132           had a submenu, set sensitivity of the submenu, not the item.
3133
3134 2000-01-05
3135
3136         * version 0.1.4alpha
3137
3138         * src/summaryview.c: fixed a bug that caused segmentation fault
3139           when empty summary view was center-clicked.
3140           And fixed a bug that freed moving folder strings when marked
3141           as unread.
3142           If current folder is trash, don't delete message.
3143         * src/summaryview.[ch]
3144         * src/mainwindow.c
3145         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
3146
3147 2000-01-04
3148
3149         * src/procheader.[ch]: more optimization of header processing
3150           routine. And added a new function procheader_get_header_fields()
3151           that receives an array of header name as a parameter and
3152           set header bodies.
3153         * src/utils.[ch]: added remove_return() for removing return code.
3154         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
3155
3156 2000-01-03
3157
3158         * src/compose.c: if message body is ascii only, set US-ASCII as
3159           charset in Content-Type.
3160         * src/main.[ch]
3161         * src/prefs.c
3162         * src/prefs_common.c
3163         * src/prefs_account.c
3164         * src/account.c: changed the location of rc files.
3165         * src/account.c: enabled closing window when escape key is pressed.
3166
3167 2000-01-02
3168
3169         * version 0.1.3alpha
3170
3171         * src/compose.c: fixed a bug that caused segmentation fault
3172           when sending failed.
3173           And relocated header-generation routines from src/send.c.
3174         * src/send.c: moved header-generation routines to src/compose.c.
3175         * src/prefs.c: added '~' to home directory expansion.
3176         * src/prefs_account.[ch]: added signature file path configuration.
3177         * src/prefs_common.[ch]: added spool path configuration.
3178         * src/inc.c: changed the method of user name acquisition to use
3179           g_get_user_name().
3180
3181 2000-01-01
3182
3183         * version 0.1.2alpha
3184
3185         * added ChangeLog (this file), ChangeLog.jp.
3186         * some code cleanups.
3187         * added manage_window.[ch] for transient window management.
3188         * src/procheader.c: optimized header processing routine a bit.
3189         * src/send.c: fixed exception handling on connection.
3190         * src/inc.c: added exception handling on getting user name.
3191
3192 2000-01-01
3193
3194         * version 0.1.1alpha
3195
3196         * src/send.c: fixed a bug that didn't add Content-Type: header.
3197
3198 2000-01-01
3199
3200         * version 0.1.0alpha
3201
3202         * initial release.