2000-02-24

	* version 0.2.4

	* src/logwindow.[ch]: added log window that displays protocol log.
	* src/about.c: adjusted the size of dialog.
	* src/folderview.c: made it select a folder when double-clicked.

2000-02-23

	* src/prefs_common.[ch]: added an item `translate_header' that
	  decides whether header name like `From:' or `Subject:' is
	  translated or not.
	* src/compose.c: made it show alert dialog when receiptor isn't
	  entered.
	* src/inc.c: some code cleanups.

2000-02-22

	* version 0.2.3

	* src/compose.c: made header entries move those focus to next
	  entry or text widget when activated. And sorted out the menu items.
	* src/mainwindow.[ch]
	  src/prefs_common.[ch]
	  src/main.c: made it save the sizes of widgets and the position of
	  window when quitting.
	* src/prefs_common.c: set a14, k14 fontset as default message font.
	* src/about.c: changed the appearance of about dialog using text
	  widget and so on.
	* src/recv.c: modified recv_write() so that it converts an escaped
	  From_ line.

2000-02-20

	* version 0.2.2

	* src/compose.[ch]: supported Bcc.

2000-02-19

	* version 0.2.1

	* src/utils.[ch]: added function to_number() that examines string
	  and if that is a number string, return its value.
	* src/procmsg.c: fixed a bug that caused malfunction when non-digit
	  character was included in file name.

2000-02-18

	* version 0.2.0

	* src/folderview.c: fixed a bug that caused segmentation fault
	  when opened folder node was deleted (thanks to Hiramatu).
	  And implemented folderview_rm_server_cb() which removes news server.
	* src/mbox.c: modified a warning message.

2000-02-13

	* version 0.2.0alpha-pre8

	* src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
	  folder to prevent the probrem when current folder is updated.
	* src/summaryview.c: summary_execute(): made it write to summary
	  cache when executed.

2000-02-12

	* version 0.2.0alpha-pre7

	* src/utils.[ch]: added path_cmp() that compares two paths ignoring
	  trailing directory separator.
	* src/folderview.[ch]
	  src/summaryview.[ch]: modified so that folder tree is updated
	  when messages are moved or deleted.
	* src/inc.c: some code cleanup.

2000-02-11

	* version 0.2.0alpha-pre6

	* src/utils.[ch]: added get_domain_name() that return domain
	  name as a static string.
	* src/compose.c: compose_generate_msgid(): modified so that even
	  if current address doesn't contain '@', it generates a decent
	  message ID.
	* src/send.c: some code cleanup.

2000-02-10

	* src/folderview.c: modified the behavior of folder tree when
	  the folder is right-clicked.
	* src/compose.c: compose_encode_header(): added irresponsible
	  buffer overrun check.

2000-02-09

	* version 0.2.0alpha-pre5

	* updated gettext and libtool.
	* configure.in: modified localedir definition so that message
	  catalogs are installed into correct directories.
	* src/folderview.c
	  src/mainwindow.c: modified them so that a folder can be reopen
	  even if it is currently open.
	* src/prefs_common.[ch]
	  src/messageview.c: added an option that toggle the coloration of
	  message.

2000-02-08

	* version 0.2.0alpha-pre4

	* src/mainwindow.c
	  src/messageview.c: fixed a bug that broke memory on allocating
	  colors.

2000-02-07

	* src/folderview.c: some bug fixes on selecting folder.

2000-02-07

	* version 0.2.0alpha-pre3

	* src/folderview.c
	* src/summaryview.[ch]: some code cleanups.
	* src/messageview.c: fixed a color allocating bug (maybe).

2000-02-06

	* version 0.2.0alpha-pre2

	* src/folderview.[ch]: made folder view not open selected folder
	  unless return or space key is pressed, or clicked by mouse
	  button 1 or 2.
	* src/inc.c: some code cleanups.
	* TODO.jp: added some items.

2000-02-05

	* version 0.2.0alpha-pre1

	* src/summaryview.[ch]: fixed a bug that broke summary thread
	  when deleted duplicated messages (thanks to BONAIM).
	  And some code cleanup.
	* src/procmsg.[ch]: renamed procmsg_move_messages() to
	  procmsg_move_messages_with_dest(), and replaced former with
	  new function which doesn't specify destination.
	* src/prefs_common.c
	  src/gtkutils.c: some memory leak fixes of linked lists.
	* src/utils.[ch]: added list_remove_all() to remove all elements
	  of doubly-linked list.
	* src/inc.[ch]: added inc_all_account_mail() that incorporates
	  new messages of all accounts.
	* src/account.[ch]: added account_foreach() to process each accounts.
	* added TODO.jp

2000-02-04

	* version 0.1.23alpha

	* src/inc.c: made the folder tree update the message number
	  when incorporated new messages.
	* src/folderview.[ch]: added a function folderview_scan_folder()
	  to scan one folder on the view, which is specified by folder name.

2000-02-02

	* version 0.1.22alpha

	* src/prefs_account.[ch]: added the setting of assorting on
	  receiving.
	* src/inc.c: supported assorting on receiving.
	* src/procmsg.c: cleaned up the code.
	* src/news.c: fixed a bug that locked up when failed to get xover.
	* src/compose.c: made a message unmark that is put into specific
	  folders.

2000-02-01

	* version 0.1.21alpha

	* src/folderview.c
	  src/summaryview.c: implemented the function 'go to next folder
	  when no unread message found.'
	* src/summaryview.c: made connection state displayed on the
	  status bar when connecting to a news server.
	* src/compose.c: changed X-Mailer: header field string a bit.
	* src/prefs_common.c: implemented residual functions of assortment.

2000-01-31

	* version 0.1.20alpha

	* src/prefs_common.c: implemented reading/writing/register/deletion
	  of assortment setting.
	* src/mainwindow.c: slightly modified the appearance of statusbar.
	* src/account.c: account_delete(): fixed a bug that didn't assigned
	  the pointer to GList when an account was deleted.

2000-01-29

	* src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
	  to read mark file (thanks to BONAIM).
	* src/prefs_common.c: added the interface of assortment setting.

2000-01-28

	* src/summaryview.c: fixed a bug that didn't redraw marking properly
	  when displaying an unread message with left-click (thanks to
	  shigeri).

2000-01-27

	* src/summaryview.[ch]: added functions for assortment.
	* src/about.c: added a button to close window.

2000-01-26

	* src/procmsg.c: fixed a bug that didn't add news flag correctly.
	* src/compose.c: fixed a bug that can't reply to a news article.
	* src/filter.[ch]: added for message filtering.
	* src/procheader.[ch]: added procheader_get_unfolded_line()
	  to process filtering. And added procheader_get_header_list()
	  that reads headers of a message and store them on the memory,
	  and procheader_header_list_destroy() that removes all headers
	  read by procheader_get_header_list().

2000-01-25

	* version 0.1.19alpha

	* src/news.c: modified so that it retrieves only overview information
	  that is not yet cached.
	* src/procmsg.[ch]: modified for news handling.

2000-01-24

	* src/news.c: supported xover.
	* src/mbox.c: fixed a bug that didn't handle empty line correctly
	  (Thanks to shigeri).

2000-01-23

	* version 0.1.18alpha

	* src/procmsg.[ch]: modified some functions so that they can
	  handle news folder.
	* src/news.c: added header cache routine.
	* src/procheader.c: fixed a bug that caused memory leak when some
	  header was duplicated.
	  And added Newsgroups: in parsing headers.
	* src/summaryview.c: added news article cache routine.
	* src/compose.c: made it be able to reply/forward news article.

2000-01-22

	* src/compose.c: fixed a bug that failed to parse To: header
	  if a comma is included in double quotation (Thanks to shigeri).
	* src/mbox.c: modified the code for processing mbox so that it
	  can handle unescaped From_ line correctly.

2000-01-21

	* version 0.1.17alpha

	* src/foldersel.c: fixed a bug that didn't display folder tree.
	  And added the register routine for news server and group setting.

2000-01-20

	* version 0.1.16alpha

	* src/statusbar.[ch]: added statusbar_puts_all().
	  statusbar_puts(): made it truncate a string that is too long.
	* src/folderview.[ch]: changed CTree's row data from string
	  to FolderInfo structure.
	  And implemented popup menu that registers news server and group.
	* src/messageview.c: modified short header display routine.

2000-01-19

	* added src/news.[ch] for NetNews session management.
	* src/summaryview.[ch]: added NetNews reading codes.

2000-01-18

	* src/mainwindow.c
	  src/prefs_common.[ch]: made them preserve toolbar style.
	* src/main.c: made it save configuration before exiting.
	* src/summaryview.c: modified summary status display routine.
	* added src/nntp.[ch] for handling low level NNTP session.

2000-01-17

	* added src/progress.[ch] for displaying progress.
	* src/inc.c: modified progress dialog routines to use
	  src/progress.[ch].
	* src/folderview.[ch]: added preliminary NetNews supporting code.

2000-01-16

	* version 0.1.15alpha

	* src/main.c
	  src/folderview.c: some permission fixes.
	* src/folderview.c: implemented folder creation/renaming/removing.
	* src/utils.[ch]: added remove_dir_recursive() that removes
	  a directory recursively.

2000-01-15

	* src/mainwindow.[ch]: added toolbar style selection.
	* added src/inputdialog.[ch] to prompt user to enter a string.
	* src/summaryview.[ch]: modified the behavior of view on
	  normal mode.
	* src/mbox.c: fixed a bug that couldn't lock file when
	  lockf() was used (Thanks to shigeri).

2000-01-14

	* version 0.1.14alpha

	* src/mainwindow.[ch]: changed the appearance of toolbar.
	  And fixed window handling.
	* src/summaryview.c: modified the messages displayed on status bar.
	* src/compose.[ch]: added toolbar.
	* src/*.xpm: borrowed some icons from gnome-libs (temporary).

2000-01-13

	* version 0.1.13alpha

	* src/summaryview.c: fixed a bug of threading. And some code
	  cleanups. And rewrote the routine of deleting duplicated messages
	  using hash table.
	* src/mainwindow.[ch]: added toolbar.

2000-01-12

	* version 0.1.12alpha

	* src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
	  instead.
	* src/summaryview.c: changed CTree creating routine as it creates
	  thread on the fly for speeding up.
	* src/procmsg.c: rewrote message processing routines using hash
	  table for speeding up. It should be considerably faster than
	  before.

2000-01-11

	* version 0.1.11alpha

	* po/ja.po: modified msgstr for Solaris standard gettext.
	* src/main.c: added config.h inclusion.
	* src/compose.c: changed to add replied message's In-Reply-To
	  message id to References header if it don't have References header.
	* src/summaryview.c: changed threading routine to use hash table
	  for speeding up.

2000-01-11

	* version 0.1.10alpha

	* po/ja.po: modified msgstr so as not to core dump on Solaris.
	* src/main.c: added inclusion of locale.h.
	  (Thanks to Sato for above.)
	* src/mbox.c
	* src/socket.c: applied Solaris patch by shigeri with some
	  modification. (Thanks!)

2000-01-10

	* version 0.1.9alpha

	* src/compose.c: compose_encode_header(): fixed some bugs.
	  And modified header generating routines to support proper
	  References header, and supported Organization header.
	* src/procmsg.[ch]
	  src/procheader.c: removed Cc: and Reply-To: from cache data.
	* src/procheader.[ch]: renamed header list structure to HeaderEntry.
	* src/summaryview.[ch]: summary_thread_func(): some optimization.
	  And added summary_pass_key_press_event() to pass key press event
	  from other widgets.
	* src/messageview.c: messageview_key_pressed(): modified so that
	  key event is passed to summary view even if message view is
	  separated. (Thanks to wakai@UEC univ. for pointing this out.)

2000-01-09

	* version 0.1.8alpha

	* src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
	  header MIME encoding.
	* src/procheader.c: some bug fixes of folded header line processing.
	* src/headerview.c: headerview_show(): some bug fixes.

2000-01-07

	* version 0.1.7alpha

	* src/utils.c: conv_euctojis(): fixed a bug that didn't add
	  kanji-out sequence [ \033 ( B ] when input string was ended
	  with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
	* src/compose.c: compose_encode_header(): changed as it outputs
	  encoded string to another buffer.
	  And implemented a faculty to save sent message to outbox and
	  to queue message that failed to send (preliminary).
	  And, finally implemented proper To: and Cc: processing :)
	* src/folderview.c: added preliminary right-clicking popup menu
	  for operating folders.
	* some permission fixes at creating or copying file.

2000-01-07

	* version 0.1.6alpha

	* src/procheader.c: fixed a bug that didn't null-terminate
	  header list and caused segmentation fault.

2000-01-06

	* version 0.1.5alpha

	* src/procheader.[ch]: added function procheader_get_one_field()
	  that gets one header field that matches the header list.
	  And removed procheader_get_unfolded_line(), which is less generic.
	  And rewrote procheader_get_header_fields() using
	  procheader_get_one_field().
	* src/summaryview.c: some bug fixes of key input scan routine.
	* README, README.jp: modified documents a bit.

2000-01-05

	* src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
	  had a submenu, set sensitivity of the submenu, not the item.

2000-01-05

	* version 0.1.4alpha

	* src/summaryview.c: fixed a bug that caused segmentation fault
	  when empty summary view was center-clicked.
	  And fixed a bug that freed moving folder strings when marked
	  as unread.
	  If current folder is trash, don't delete message.
	* src/summaryview.[ch]
	* src/mainwindow.c
	* src/procmsg.[ch]: added update-cache mode (discards previous cache).

2000-01-04

	* src/procheader.[ch]: more optimization of header processing
	  routine. And added a new function procheader_get_header_fields()
	  that receives an array of header name as a parameter and
	  set header bodies.
	* src/utils.[ch]: added remove_return() for removing return code.
	* src/unmime.c: added remove_return() on the last of UnMimeHeader().

2000-01-03

	* src/compose.c: if message body is ascii only, set US-ASCII as
	  charset in Content-Type.
	* src/main.[ch]
	* src/prefs.c
	* src/prefs_common.c
	* src/prefs_account.c
	* src/account.c: changed the location of rc files.
	* src/account.c: enabled closing window when escape key is pressed.

2000-01-02

	* version 0.1.3alpha

	* src/compose.c: fixed a bug that caused segmentation fault
	  when sending failed.
	  And relocated header-generation routines from src/send.c.
	* src/send.c: moved header-generation routines to src/compose.c.
	* src/prefs.c: added '~' to home directory expansion.
	* src/prefs_account.[ch]: added signature file path configuration.
	* src/prefs_common.[ch]: added spool path configuration.
	* src/inc.c: changed the method of user name acquisition to use
	  g_get_user_name().

2000-01-01

	* version 0.1.2alpha

	* added ChangeLog (this file), ChangeLog.jp.
	* some code cleanups.
	* added manage_window.[ch] for transient window management.
	* src/procheader.c: optimized header processing routine a bit.
	* src/send.c: fixed exception handling on connection.
	* src/inc.c: added exception handling on getting user name.

2000-01-01

	* version 0.1.1alpha

	* src/send.c: fixed a bug that didn't add Content-Type: header.

2000-01-01

	* version 0.1.0alpha

	* initial release.
