Index: lang/elisp/twittering-mode/branches/tsuyoshi/twittering-mode.el
===================================================================
--- lang/elisp/twittering-mode/branches/tsuyoshi/twittering-mode.el (revision 37)
+++ lang/elisp/twittering-mode/branches/tsuyoshi/twittering-mode.el (revision 39)
@@ -7,5 +7,5 @@
 ;;         Tsuyoshi CHO <Tsuyoshi.CHO+develop@Gmail.com>
 ;; Created: Sep 4, 2007
-;; Version: 0.3
+;; Version: 0.4
 ;; Keywords: twitter web
 ;; URL: http://lambdarepos.svnrepository.com/share/trac.cgi/browser/lang/elisp/twittering-mode
@@ -46,5 +46,5 @@
 (require 'parse-time)
 
-(defconst twittering-mode-version "0.3")
+(defconst twittering-mode-version "0.4")
 
 (defun twittering-mode-version ()
@@ -410,9 +410,4 @@
       (setq buffer-read-only nil)
       (erase-buffer)
-;      (insert
-;       (mapconcat (lambda (status)
-;		    (twittering-format-status status twittering-status-format))
-;		  twittering-friends-timeline-data
-;		  "\n"))
       (mapc (lambda (status)
 	      (insert (twittering-format-status
Index: lang/elisp/twittering-mode/branches/tsuyoshi/ChangeLog
===================================================================
--- lang/elisp/twittering-mode/branches/tsuyoshi/ChangeLog (revision 31)
+++ lang/elisp/twittering-mode/branches/tsuyoshi/ChangeLog (revision 39)
@@ -1,32 +1,24 @@
-2008-04-26  gan2  <gan2.ruby@gmail.com>
+2008-05-01  Tsuyoshi CHO  <Tsuyoshi.CHO+develop@Gmail.com>
 
-	* twittering-mode.el: n, p でポイント上のユーザの次(前)の発言に移動する設定を追加
-	(twittering-goto-next-status): twittering-next-message の名前を変更
-	(twittering-get-next-username-face-pos): twittering-next-username-face-pos の名前を変更
-	(twittering-goto-previous-status): twittering-previous-message の名前を変更
-	(twittering-get-previous-username-face-pos): twittering-previous-username-face-pos の名前を変更
-	(twittering-goto-next-status-of-user): ポイント上のユーザの次の発言へ移動する関数を定義
-	(twittering-goto-previous-status-of-user): ポイント上のユーザの前の発言へ移動する関数を定義
-	(twittering-get-username-at-pos): ポイント上のユーザ名を返す関数を定義
-	(twittering-mode-map): n, p でポイント上のユーザの次(前)の発言に移動する設定を追加
-
-2008-04-25  gan2  <gan2.ruby@gmail.com>
-
-	* twittering-mode.el: next-line や previous-line は C-n や C-p でできるので j, k を隣接したメッセージの移動に変更
-	(twittering-next-message): 次のメッセージにジャンプする関数を定義
-	(twittering-next-username-face-pos): twittering-next-message が呼び出す関数を定義
-	(twittering-previous-message): 前のメッセージにジャンプする関数を定義
-	(twittering-previous-username-face-pos): twittering-previous-message が呼び出す関数を定義
-	(twittering-mode-map): j, k で次のメッセージと前のメッセージに移動するように変更
-
-2008-04-23  gan2  <gan2.ruby@gmail.com>
-
-	* twittering-mode.el : RB-0.3 を gan2 にコピー. ソフトタブに統一
-	(twittering-mode-version): バージョンを表示する関数を定義
-
-2008-03-15  Y. Hayamizu  <haya@haya-laptop-ubuntu>
-
-	* twittering-mode.el : pushをfree variableと誤認識されるバグ(再現できていない)のため,clのpushをlist-pushで置きかえ.
-	(list-push): clのpushの代替として定義.
+	* twittering-mode.el : 全体のコメント修正、以下の修正は大部分を
+	gan2さんが実施した
+	(twittering-mode-version): 新規関数
+	(twittering-timer): コメント追加
+	(twittering-scroll-mode, twittering-jojo-mode)
+	(twittering-icon-mode): Nicholas Riley <njriley@uiuc.edu>さんのパッ
+	チ採用、バッファローカル化
+	(list-push): 新規マクロ
+	(twittering-mode-map): キーバインド変更
+	(twittering-mode-hook): フック変数新規作成(以前から利用してたけど
+	定義がなかった)
+	(twittering-render-friends-timeline): Nicholas Riley
+	<njriley@uiuc.edu>さんのパッチ採用、ステータスの挿入正常化
+	(twittering-goto-next-status)
+	(twittering-get-next-username-face-pos)
+	(twittering-goto-previous-status)
+	(twittering-get-previous-username-face-pos)
+	(twittering-goto-next-status-of-user)
+	(twittering-goto-previous-status-of-user)
+	(twittering-get-username-at-pos, twit): 新規関数
 
 2008-02-08  Tsuyoshi CHO  <Tsuyoshi.CHO+develop@Gmail.com>
