Skip to content

Commit

Permalink
(twittering-http-get-default-sentinel): revert part of 2010-03-06 cha…
Browse files Browse the repository at this point in the history
…nge because the scheduled removing of public_timeline from twitter API had been canceled on 2010-03-11.
  • Loading branch information
yata committed Mar 13, 2010
1 parent e100775 commit 33dcec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2010-03-12 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el (twittering-http-get-default-sentinel):
Revert part of 2010-03-06 change because the scheduled removing of
public_timeline from twitter API had been canceled on 2010-03-11.

2010-03-11 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el (twittering-update-status-format): kill
Expand Down
7 changes: 1 addition & 6 deletions twittering-mode.el
Expand Up @@ -2006,12 +2006,7 @@ Available keywords:
(twittering-render-timeline t new-statuses))
(twittering-add-timeline-history)))
(if twittering-notify-successful-http-get
;;(if suc-msg suc-msg "Success: Get.")
(if suc-msg
suc-msg
(if (eq 'public (car spec))
"Success: Get (public_timeline will be obsoleted on 2010-04-05)"
"Success: Get."))
(if suc-msg suc-msg "Success: Get.")
nil)))
(t
(let ((error-mes (twittering-get-error-message (process-buffer proc))))
Expand Down

0 comments on commit 33dcec5

Please sign in to comment.