| 1 | 2009-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 | |
| 11 | 2009-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 | |