| 1 | 2008-04-26 gan2 <gan2.ruby@gmail.com> |
| 2 | |
| 3 | * twittering-mode.el: n, p でポイント上のユーザの次(前)の発言に移動する設定を追加 |
| 4 | (twittering-goto-next-status): twittering-next-message の名前を変更 |
| 5 | (twittering-get-next-username-face-pos): twittering-next-username-face-pos の名前を変更 |
| 6 | (twittering-goto-previous-status): twittering-previous-message の名前を変更 |
| 7 | (twittering-get-previous-username-face-pos): twittering-previous-username-face-pos の名前を変更 |
| 8 | (twittering-goto-next-status-of-user): ポイント上のユーザの次の発言へ移動する関数を定義 |
| 9 | (twittering-goto-previous-status-of-user): ポイント上のユーザの前の発言へ移動する関数を定義 |
| 10 | (twittering-get-username-at-pos): ポイント上のユーザ名を返す関数を定義 |
| 11 | (twittering-mode-map): n, p でポイント上のユーザの次(前)の発言に移動する設定を追加 |
| 12 | |