Riece: Version 7.0.2 released.
authorDaiki Ueno <ueno@unixuser.org>
Fri, 10 Dec 2010 08:17:11 +0000 (17:17 +0900)
committerDaiki Ueno <ueno@unixuser.org>
Fri, 10 Dec 2010 08:17:11 +0000 (17:17 +0900)
ChangeLog
NEWS
NEWS.ja

index d0dc2c2..3d18a0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-10  Daiki Ueno  <ueno@unixuser.org>
+
+       * Riece: Version 7.0.2 released.
+       * configure.ac: Bump to 7.0.2.
+
+       * NEWS: Add entry for 7.0.2.
+       * NEWS.ja: Ditto.
+
 2010-05-29  Daiki Ueno  <ueno@unixuser.org>
 
        * Riece: Version 7.0.0 released.
diff --git a/NEWS b/NEWS
index 54e6550..56a1810 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+* Major changes in 7.0.2
+
+** Fix bug of reading IRC logs (ueno)
+   If coding-system was not specified when writing log to file, Riece
+   added extra ".nil" to the filename.  That causes erronous behavior
+   on reading the logs back.
+
+** Fix control sequence parsing (ueno)
+
 * Major changes in 7.0.1
 
 ** Fix compilation error on Emacs 24. (ueno)
diff --git a/NEWS.ja b/NEWS.ja
index 758e0cd..c641789 100644 (file)
--- a/NEWS.ja
+++ b/NEWS.ja
@@ -1,3 +1,10 @@
+* Riece 7.0.2 の主な変更点
+
+** ログ読み出し時の不具合の修正 (ueno)
+   保存時に coding-system が指定されなかった場合に対応
+
+** コントロールシーケンスの扱いを修正 (ueno)
+
 * Riece 7.0.1 の主な変更点
 
 ** Emacs 24 でのビルドエラーの修正 (ueno)