Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add customize into twittering-mode #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 17 additions & 12 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2014-12-31 Xavier Maillard <[email protected]>

* twittering-mode.el: Install customize as much as
possible. Change many docstrings. Try to silent (a bit) checkdoc
checker tool. Update credits/copyrights.

2014-12-15 Tadashi MATSUO <[email protected]>

* twittering-mode.el: Replace `sit-for' with `sleep-for' for
Expand Down Expand Up @@ -3586,7 +3592,7 @@
(twittering-mode-map): changed key bindings:
twittering-public-timeline: C-c C-g -> C-c C-p,
twittering-set-current-hashtag: C-c C-h -> C-c C-t


2010-06-03 Yuto Hayamizu <[email protected]>

Expand Down Expand Up @@ -4459,7 +4465,7 @@

2010-03-18 Satoshi Yatagawa <[email protected]>

* twittering-mode.el (twittering-other-user-list-interactive):
* twittering-mode.el (twittering-other-user-list-interactive):
Revert part of 2010-03-12 change to prevent an overwrite of a
message which is outputted by `twittering-read-list-name'.

Expand Down Expand Up @@ -4771,7 +4777,7 @@
argument. It only calls `twittering-format-status-function'.

2010-02-27 Satoshi Yatagawa <[email protected]>

* twittering-mode.el (twittering-retweet): If `C-u' prefix is
given, `twittering-use-native-retweet' is temporarily reversed
before use.
Expand Down Expand Up @@ -4807,7 +4813,7 @@

* twittering-mode.el (twittering-get-tweets): Don't call
`twittering-retrieve-image' here.

* twittering-mode.el (twittering-retrieve-image): Bind
`url-show-status' locally to inhibit showing a progress message.
(twittering-tinyurl-get): Likewise.
Expand Down Expand Up @@ -5448,7 +5454,7 @@
same as `twittering-status-to-status-datum'.

2010-01-26 Satoshi Yatagawa <[email protected]>

* twittering-mode.el (toplevel): Require 'unicode explicitly on
Emacs21. See a comment of `twittering-ucs-to-char' for more
details.
Expand Down Expand Up @@ -5823,7 +5829,7 @@
twittering-use-native-retweets
(twittering-status-not-blank-p): bug fix: return nil if a status
is ended by '@foo'.

* twittering-mode.el (twittering-edit-post-status): add trailing
newlines to new history element because help-overlay need it.

Expand Down Expand Up @@ -5959,7 +5965,7 @@
BODYFORM of `unwind-protect', not UNWINDFORM.
(twittering-http-post-default-sentinel): Likewise.

* twittering-mode.el (twittering-http-get-list-index-sentinel): Add
* twittering-mode.el (twittering-http-get-list-index-sentinel): Add
`debug-printf' same as `twittering-http-get-default-sentinel'.

* twittering-mode.el (twittering-status-not-blank-p): Fix and
Expand Down Expand Up @@ -6160,7 +6166,7 @@
2009-12-29 Yuto Hayamizu <[email protected]>

* twittering-mode 0.9.0 release

* twittering-mode.el (twittering-start-http-session): check if
curl can use https or not.
(twittering-get-response-body): bug fix: goto the beginning of
Expand All @@ -6177,7 +6183,7 @@
(twittering-http-get-default-sentinel): Adjust callers.
(twittering-http-post-default-sentinel): Likewise.

* twittering-mode.el (twittering-http-post-default-sentinel): Add
* twittering-mode.el (twittering-http-post-default-sentinel): Add
`debug-printf' same as `twittering-http-get-default-sentinel'.

* twittering-mode.el (twittering-http-post-default-sentinel):
Expand Down Expand Up @@ -6482,7 +6488,7 @@

* twittering-mode.el (twittering-update-status-from-minibuffer):
Add more strict length check for status.

* twittering-mode.el (twittering-status-not-blank-p): New defun to
separate a check code from twittering-update-status-if-not-blank.
(twittering-update-status-from-minibuffer): Integrate a post code
Expand Down Expand Up @@ -6860,7 +6866,7 @@
(twittering-buffer): Variable:twittering-bufferを名前に持つバッファを返す関数.このバッファを使う場合は,(twittering-buffer)によって取得する.
(twittering-http-buffer): twittering-bufferと同じ
(twittering-wget-buffer): twittering-bufferと同じ


2007-10-11 Y. Hayamizu <haya@haya-laptop-ubuntu>

Expand Down Expand Up @@ -6950,4 +6956,3 @@
(twittering-inspect-object): 任意のLispオブジェクトを文字列で表現できるユーティリティ関数
(twittering-timer-action): xml.elにより処理が軽くなったので,一定時間間隔での更新に変更.
(twittering-xmltree-to-status): Emacs21とEmacs22のxml.elの差異を吸収するコードを追加.Emacs22では,ノードのリストに空の文字列が混入することがあるため,文字列を除去するようにした.

Loading