Show
Ignore:
Timestamp:
04/26/08 12:04:46 (16 years ago)
Author:
gan2
Message:

n, p でポイント上のユーザの次(前)の発言に移動する設定を追加
そのための関数をいくつか定義
前回定義した j, k 用の関数名を変更

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/elisp/twittering-mode/branches/gan2/ChangeLog

    r28 r31  
     12008-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 
    1132008-04-25  gan2  <gan2.ruby@gmail.com> 
    214