Show
Ignore:
Timestamp:
05/01/08 15:09:19 (16 years ago)
Author:
tsuyoshi
Message:

up to trunk 0.4.

Files:
1 modified

Legend:

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

    r31 r39  
    1 2008-04-26  gan2  <gan2.ruby@gmail.com> 
     12008-05-01  Tsuyoshi CHO  <Tsuyoshi.CHO+develop@Gmail.com> 
    22 
    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  
    13 2008-04-25  gan2  <gan2.ruby@gmail.com> 
    14  
    15         * twittering-mode.el: next-line や previous-line は C-n や C-p でできるので j, k を隣接したメッセージの移動に変更 
    16         (twittering-next-message): 次のメッセージにジャンプする関数を定義 
    17         (twittering-next-username-face-pos): twittering-next-message が呼び出す関数を定義 
    18         (twittering-previous-message): 前のメッセージにジャンプする関数を定義 
    19         (twittering-previous-username-face-pos): twittering-previous-message が呼び出す関数を定義 
    20         (twittering-mode-map): j, k で次のメッセージと前のメッセージに移動するように変更 
    21  
    22 2008-04-23  gan2  <gan2.ruby@gmail.com> 
    23  
    24         * twittering-mode.el : RB-0.3 を gan2 にコピー. ソフトタブに統一 
    25         (twittering-mode-version): バージョンを表示する関数を定義 
    26  
    27 2008-03-15  Y. Hayamizu  <haya@haya-laptop-ubuntu> 
    28  
    29         * twittering-mode.el : pushをfree variableと誤認識されるバグ(再現できていない)のため,clのpushをlist-pushで置きかえ. 
    30         (list-push): clのpushの代替として定義. 
     3        * twittering-mode.el : 全体のコメント修正、以下の修正は大部分を 
     4        gan2さんが実施した 
     5        (twittering-mode-version): 新規関数 
     6        (twittering-timer): コメント追加 
     7        (twittering-scroll-mode, twittering-jojo-mode) 
     8        (twittering-icon-mode): Nicholas Riley <njriley@uiuc.edu>さんのパッ 
     9        チ採用、バッファローカル化 
     10        (list-push): 新規マクロ 
     11        (twittering-mode-map): キーバインド変更 
     12        (twittering-mode-hook): フック変数新規作成(以前から利用してたけど 
     13        定義がなかった) 
     14        (twittering-render-friends-timeline): Nicholas Riley 
     15        <njriley@uiuc.edu>さんのパッチ採用、ステータスの挿入正常化 
     16        (twittering-goto-next-status) 
     17        (twittering-get-next-username-face-pos) 
     18        (twittering-goto-previous-status) 
     19        (twittering-get-previous-username-face-pos) 
     20        (twittering-goto-next-status-of-user) 
     21        (twittering-goto-previous-status-of-user) 
     22        (twittering-get-username-at-pos, twit): 新規関数 
    3123 
    32242008-02-08  Tsuyoshi CHO  <Tsuyoshi.CHO+develop@Gmail.com>