Show
Ignore:
Timestamp:
06/17/09 16:02:50 (15 years ago)
Author:
tsuyoshi
Message:

twittering-mode support in_reply_to_status_id post/status

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/elisp/twittering-mode/trunk/ChangeLog

    r135 r136  
     12009-06-18  Alberto Garcia  <agarcia@igalia.com> 
     2 
     3        * twittering-mode.el 
     4        (twittering-status-to-status-datum): 
     5        Read 'in_reply_to_status_id' and 'in_reply_to_user_id' attributes. 
     6        (twittering-format-status): 
     7        Add new '%r' format string for " in reply to user". 
     8        (twittering-update-status-if-not-blank): 
     9        Code refactoring. No need to use (format) to convert a string. 
     10 
     112009-06-18  Tsuyoshi CHO  <tsuyoshi_cho@yahoo.co.jp> 
     12 
     13        * twittering-mode.el (twittering-status-format) 
     14        (twittering-format-status, twittering-status-to-status-datum) 
     15        (twittering-update-status-if-not-blank, twittering-enter): Fix 
     16        in_reply_to_status_id support not work problem, and marge Alberl 
     17        patch below. 
     18 
    1192009-06-17  Tsuyoshi CHO  <Tsuyoshi.CHO+develop@Gmail.com> 
    220 
    3         * twittering-mode.el (twittering-last-timeline-interactive): New add variable. 
     21        * twittering-mode.el (twittering-last-timeline-interactive): New 
     22        add variable. 
    423        (twittering-new-tweets-count): Ditto. 
    524        (twittering-new-tweets-hook): Ditto.