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