From upsilon users.sourceforge.jp Thu Feb 7 00:26:04 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Thu, 07 Feb 2013 00:26:04 +0900 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-12-g519d4f3 Message-ID: <1360164364.318900.20719.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 519d4f3e994385e21a1dd873232d7a2a178a07cf (commit) via b92e75e0824828c1cc05a04498257f1b1cd831de (commit) via db6411456931eadd1dade6b3f33f8740009f8969 (commit) via 1ecca0030c858e1b640c939c4761baba753b5986 (commit) via 05fe1702e096dc7c0806747a48428df8555d91ad (commit) from db5ed47256b2bc1c14d90744c590941346706806 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 519d4f3e994385e21a1dd873232d7a2a178a07cf Author: Kimura Youichi Date: Wed Feb 6 19:46:56 2013 +0900 ????????????????????? * LRU ?????????????? * ????????? System.Runtime.Caching.dll ????????????? (?? .NET Framework 4 Full ??????????????????) * ?????????????????????????????????????? ??????????????????????????????? commit b92e75e0824828c1cc05a04498257f1b1cd831de Author: Kimura Youichi Date: Mon Feb 4 21:59:48 2013 +0900 MemoryImage?????追? Image.FromStream() ??????????????????????????????????????????????管?????????????????? commit db6411456931eadd1dade6b3f33f8740009f8969 Author: Kimura Youichi Date: Mon Feb 4 04:05:06 2013 +0900 TweetThumbnailTest.ScrollTest() ????????????? commit 1ecca0030c858e1b640c939c4761baba753b5986 Author: Kimura Youichi Date: Mon Feb 4 04:00:07 2013 +0900 OpenTween.Thumbnail.Tumblr??????差??????????????RL??EAD?????????????????? commit 05fe1702e096dc7c0806747a48428df8555d91ad Author: Kimura Youichi Date: Mon Feb 4 03:50:36 2013 +0900 ??????????????????????????????????????? ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/LRUCacheDictionaryTest.cs | 376 +++++++++++++++++++++++++++ OpenTween.Tests/OpenTween.Tests.csproj | 1 + OpenTween.Tests/TweetThumbnailTest.cs | 1 - OpenTween/ImageCache.cs | 182 +++++++++++++ OpenTween/ImageDictionary.cs | 401 ----------------------------- OpenTween/ImageListViewItem.cs | 82 ++++--- OpenTween/LRUCacheDictionary.cs | 271 +++++++++++++++++++ OpenTween/MemoryImage.cs | 111 ++++++++ OpenTween/OTPictureBox.cs | 41 +-- OpenTween/OpenTween.csproj | 4 +- OpenTween/Resources/ChangeLog.txt | 2 + OpenTween/Thumbnail/Services/Tumblr.cs | 10 +- OpenTween/Tween.cs | 58 +++-- OpenTween/TweetThumbnail.cs | 28 ++- OpenTween/Twitter.cs | 13 - 15 files changed, 1054 insertions(+), 527 deletions(-) create mode 100644 OpenTween.Tests/LRUCacheDictionaryTest.cs create mode 100644 OpenTween/ImageCache.cs delete mode 100644 OpenTween/ImageDictionary.cs create mode 100644 OpenTween/LRUCacheDictionary.cs create mode 100644 OpenTween/MemoryImage.cs hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Thu Feb 7 02:33:15 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Thu, 07 Feb 2013 02:33:15 +0900 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-13-gd4eea3a Message-ID: <1360171995.566370.9368.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via d4eea3a2d61fab95793b6c74dff9971e5491e303 (commit) from 519d4f3e994385e21a1dd873232d7a2a178a07cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d4eea3a2d61fab95793b6c74dff9971e5491e303 Author: Kimura Youichi Date: Thu Feb 7 02:31:12 2013 +0900 ????????sgen.exe ???常??????????? ----------------------------------------------------------------------- Summary of changes: OpenTween/ImageCache.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Thu Feb 7 02:54:02 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Thu, 07 Feb 2013 02:54:02 +0900 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-14-g24652a5 Message-ID: <1360173242.961675.21283.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 24652a55ae9032c8b592580827debaab43214c8b (commit) from d4eea3a2d61fab95793b6c74dff9971e5491e303 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 24652a55ae9032c8b592580827debaab43214c8b Author: Kimura Youichi Date: Thu Feb 7 02:51:02 2013 +0900 ????????????????profile_image_url ????? profile_image_url_https ????????????? ----------------------------------------------------------------------- Summary of changes: OpenTween/DataModel.cs | 4 ++-- OpenTween/Resources/ChangeLog.txt | 1 + OpenTween/ShowUserInfo.cs | 4 ++-- OpenTween/Twitter.cs | 10 +++++----- OpenTween/UserInfo.cs | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Fri Feb 8 05:02:14 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Thu, 07 Feb 2013 20:02:14 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-20-gca1b8ae Message-ID: <1360267321.613707.11532.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via ca1b8ae3e6593336547beea7f8b8edfee6b50bbe (commit) via b032cf63bc440736efc7b659a385736e43aaf835 (commit) via 3aba4525a8df0189be740fd6c00bb735b1c7ec8a (commit) via cace82716585e01d684f1119c1c851f03421c1b0 (commit) via 4f76399a3a790551d69ad938361512324cb12ccd (commit) via adf650ac8f8032e9fffdeccb4421a4bf04e486a0 (commit) from 24652a55ae9032c8b592580827debaab43214c8b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ca1b8ae3e6593336547beea7f8b8edfee6b50bbe Author: Kimura Youichi Date: Fri Feb 8 04:48:56 2013 +0900 .NET Framework 4.0 Client Profile ????????? LRUCacheDictionary ??????????System.Runtime.Caching.dll ???? ???????????????System.Web.HttpUtility ??????????????? commit b032cf63bc440736efc7b659a385736e43aaf835 Author: Kimura Youichi Date: Fri Feb 8 04:58:28 2013 +0900 ????????? (CRLF -> LF) commit 3aba4525a8df0189be740fd6c00bb735b1c7ec8a Author: Kimura Youichi Date: Fri Feb 8 04:36:09 2013 +0900 BingTest??oursquareTest??????????? commit cace82716585e01d684f1119c1c851f03421c1b0 Author: Kimura Youichi Date: Fri Feb 8 04:22:15 2013 +0900 TweetThumbnailTest.CancelTest() ??????????????? commit 4f76399a3a790551d69ad938361512324cb12ccd Author: Kimura Youichi Date: Fri Feb 8 04:18:56 2013 +0900 LRUCacheDictionary?????対???????????????? commit adf650ac8f8032e9fffdeccb4421a4bf04e486a0 Author: Kimura Youichi Date: Fri Feb 8 03:48:36 2013 +0900 TweetThumbnail???????ullReferenceException????????????? ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/ApiInformationTest.cs | 274 ++++++++++---------- OpenTween.Tests/BingTest.cs | 398 ++++++++++++++-------------- OpenTween.Tests/FoursquareTest.cs | 2 +- OpenTween.Tests/LRUCacheDictionaryTest.cs | 117 +++++++++- OpenTween.Tests/OpenTween.Tests.csproj | 190 +++++++------- OpenTween.Tests/TweetThumbnailTest.cs | 7 + OpenTween/LRUCacheDictionary.cs | 8 +- OpenTween/MyCommon.cs | 2 +- OpenTween/OpenTween.csproj | 4 +- OpenTween/Resources/ChangeLog.txt | 1 + OpenTween/ShortUrl.cs | 2 +- OpenTween/ShowUserInfo.cs | 2 +- OpenTween/Tween.cs | 23 +-- OpenTween/Twitter.cs | 16 +- 14 files changed, 581 insertions(+), 465 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Fri Feb 8 21:17:51 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Fri, 08 Feb 2013 12:17:51 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-23-g6e5b93a Message-ID: <1360325858.742342.9834.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 6e5b93a1ccda64474d44db1a9925ed4d6b7e8cbe (commit) via 1326b59400fe300ac45935402524d6c125223374 (commit) via 14c39c885189fee46ea5a1cf07b2e5d12db11fdf (commit) from ca1b8ae3e6593336547beea7f8b8edfee6b50bbe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6e5b93a1ccda64474d44db1a9925ed4d6b7e8cbe Author: Kimura Youichi Date: Fri Feb 8 21:12:43 2013 +0900 HttpUtility.HtmlDecode ?????????(ca1b8ae) ???????? (thx @5px!) commit 1326b59400fe300ac45935402524d6c125223374 Author: Kimura Youichi Date: Fri Feb 8 06:35:29 2013 +0900 Dispose?????????????????????? commit 14c39c885189fee46ea5a1cf07b2e5d12db11fdf Author: Kimura Youichi Date: Fri Feb 8 06:04:21 2013 +0900 OpenTween.csproj ?? ----------------------------------------------------------------------- Summary of changes: OpenTween/Bing.cs | 28 +++++++++++++++------------- OpenTween/ImageCache.cs | 30 ++++++++++++++++++++++-------- OpenTween/OTPictureBox.cs | 5 +++++ OpenTween/OpenTween.csproj | 1 - OpenTween/Tween.cs | 7 ++++--- OpenTween/Twitter.cs | 16 ++++++++-------- 6 files changed, 54 insertions(+), 33 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Fri Feb 8 23:25:54 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Fri, 08 Feb 2013 14:25:54 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-24-g067bd65 Message-ID: <1360333541.265404.20220.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 067bd65e507f82edbeb420548a02dae20ad57bb5 (commit) from 6e5b93a1ccda64474d44db1a9925ed4d6b7e8cbe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 067bd65e507f82edbeb420548a02dae20ad57bb5 Author: Kimura Youichi Date: Fri Feb 8 23:22:25 2013 +0900 ????????????????? (&D)???翻訳?????????????? ----------------------------------------------------------------------- Summary of changes: OpenTween/Properties/Resources.en.resx | 6 ++++++ OpenTween/Resources/ChangeLog.txt | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Sat Feb 9 23:19:01 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Sat, 09 Feb 2013 14:19:01 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-26-g9729c53 Message-ID: <1360419529.328300.11087.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 9729c530edf2a17d41eef52b8c72301f0c950743 (commit) via 5d05450289933728f4e3dd916e628882a2063d4c (commit) from 067bd65e507f82edbeb420548a02dae20ad57bb5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9729c530edf2a17d41eef52b8c72301f0c950743 Author: Kimura Youichi Date: Fri Feb 8 05:34:50 2013 +0900 ???????.0.9-beta2 ?????? commit 5d05450289933728f4e3dd916e628882a2063d4c Author: Kimura Youichi Date: Fri Feb 8 05:21:15 2013 +0900 OpenTween v1.0.9-beta1 ????? ----------------------------------------------------------------------- Summary of changes: OpenTween/Properties/AssemblyInfo.cs | 2 +- OpenTween/Properties/Resources.Designer.cs | 73 ++++++++++++++++++++++----- OpenTween/Resources/ChangeLog.txt | 7 ++- 3 files changed, 66 insertions(+), 16 deletions(-) hooks/post-receive -- open-tween (opentween) From brotherwood users.sourceforge.jp Fri Feb 15 21:34:47 2013 From: brotherwood users.sourceforge.jp (brotherwood users.sourceforge.jp) Date: Fri, 15 Feb 2013 12:34:47 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-27-gf103574 Message-ID: <1360931669.240096.9325.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via f1035746700522aff0bde4febff1a2d38f9184d9 (commit) from 9729c530edf2a17d41eef52b8c72301f0c950743 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f1035746700522aff0bde4febff1a2d38f9184d9 Author: ANIKITI Date: Fri Feb 15 20:40:48 2013 +0900 ????????????????????????????????????????????? ----------------------------------------------------------------------- Summary of changes: OpenTween/Setting/SettingBase.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Wed Feb 20 22:42:02 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Wed, 20 Feb 2013 13:42:02 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-33-g0d63bd8 Message-ID: <1361367706.627742.29874.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 0d63bd899226c18d956db5ef1c6807539597e531 (commit) via cfaefbb6d06242726a625b2afea85e529a284f8d (commit) via fec0f4c731e81a43b54e170b2f41f8f650c80262 (commit) via b59d9b0aa864d0fb1866397b8d3263aaf1b2c58c (commit) via 933679b50b88e7ba4271c2abe1917e05203410fc (commit) via 1d9dec511d1aae6339112cba03ea6269f65b3148 (commit) from f1035746700522aff0bde4febff1a2d38f9184d9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0d63bd899226c18d956db5ef1c6807539597e531 Merge: cfaefbb f103574 Author: Kimura Youichi Date: Wed Feb 20 22:39:32 2013 +0900 Merge remote-tracking branch 'sfjp/master' commit cfaefbb6d06242726a625b2afea85e529a284f8d Author: Kimura Youichi Date: Mon Feb 11 22:13:58 2013 +0900 ToolStripAPIGauge ???????? commit fec0f4c731e81a43b54e170b2f41f8f650c80262 Author: Kimura Youichi Date: Mon Feb 18 21:32:02 2013 +0900 API???????????????????? commit b59d9b0aa864d0fb1866397b8d3263aaf1b2c58c Author: Kimura Youichi Date: Wed Feb 20 23:31:10 2013 +0900 .NET ????TweetThumbnailTest.ScrollTest ?????????????? commit 933679b50b88e7ba4271c2abe1917e05203410fc Author: Kimura Youichi Date: Mon Feb 11 16:48:54 2013 +0900 ImageCache.Dispose() ???????象??????????????? ??????????????????????????? > ?? System.InvalidOperationException: ??????????????????????????? (RanToCompletion??aulted?????? Canceled) ???????????? commit 1d9dec511d1aae6339112cba03ea6269f65b3148 Author: Kimura Youichi Date: Sat Feb 9 20:19:14 2013 +0900 OTWebClient???????????????????????????????????? ?????????OTWebClient??????????????????????使?????????????????起??????? ----------------------------------------------------------------------- Summary of changes: .../Api/ApiLimitTest.cs | 37 +- OpenTween.Tests/Api/TwitterApiStatusTest.cs | 281 +++++++++++ OpenTween.Tests/ApiInformationTest.cs | 137 ------ OpenTween.Tests/OpenTween.Tests.csproj | 6 +- OpenTween.Tests/ToolStripAPIGaugeTest.cs | 107 +++++ OpenTween.Tests/TweetThumbnailTest.cs | 1 + OpenTween/Api/ApiLimit.cs | 71 +++ .../TwitterApiAccessLevel.cs} | 11 +- OpenTween/Api/TwitterApiStatus.cs | 159 +++++++ OpenTween/ApiInformation.cs | 491 -------------------- OpenTween/AppendSettingDialog.cs | 27 +- OpenTween/Connection/HttpTwitter.cs | 61 ++- OpenTween/DataModel.cs | 14 +- OpenTween/ImageCache.cs | 6 +- OpenTween/MyCommon.cs | 3 +- OpenTween/OTWebClient.cs | 4 +- OpenTween/OpenTween.csproj | 4 +- OpenTween/Resources/ChangeLog.txt | 1 + OpenTween/ToolStripAPIGauge.cs | 229 +++++----- OpenTween/Tween.cs | 54 +-- OpenTween/Twitter.cs | 61 +-- 21 files changed, 885 insertions(+), 880 deletions(-) copy OpenTween/Thumbnail/Services/PhotoShareShortlink.cs => OpenTween.Tests/Api/ApiLimitTest.cs (52%) create mode 100644 OpenTween.Tests/Api/TwitterApiStatusTest.cs delete mode 100644 OpenTween.Tests/ApiInformationTest.cs create mode 100644 OpenTween.Tests/ToolStripAPIGaugeTest.cs create mode 100644 OpenTween/Api/ApiLimit.cs copy OpenTween/{Thumbnail/Services/IThumbnailService.cs => Api/TwitterApiAccessLevel.cs} (81%) create mode 100644 OpenTween/Api/TwitterApiStatus.cs delete mode 100644 OpenTween/ApiInformation.cs hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Wed Feb 20 23:59:29 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Wed, 20 Feb 2013 14:59:29 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-34-g720cb8d Message-ID: <1361372356.006856.20735.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 720cb8de31341bc68595bc457aa48dcfe71c9c6b (commit) from 0d63bd899226c18d956db5ef1c6807539597e531 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 720cb8de31341bc68595bc457aa48dcfe71c9c6b Author: Kimura Youichi Date: Wed Feb 20 23:48:11 2013 +0900 ToolStripAPIGaugeTest ??ono??常?????????????? ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/ToolStripAPIGaugeTest.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Thu Feb 21 00:13:29 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Wed, 20 Feb 2013 15:13:29 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-35-g473dd20 Message-ID: <1361373191.059257.13917.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 473dd20adb99335ab3c518ca1944622d085dcd7f (commit) from 720cb8de31341bc68595bc457aa48dcfe71c9c6b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 473dd20adb99335ab3c518ca1944622d085dcd7f Author: Kimura Youichi Date: Thu Feb 21 00:11:30 2013 +0900 ToolStripAPIGaugeTest ?????????????????? Mono??NUnit???失??????????? ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/ToolStripAPIGaugeTest.cs | 20 ++++++++++++++++++-- OpenTween/ToolStripAPIGauge.cs | 16 ++++++++++------ 2 files changed, 28 insertions(+), 8 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Sun Feb 24 01:05:10 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Sat, 23 Feb 2013 16:05:10 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-37-gd25c368 Message-ID: <1361635493.917295.8638.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via d25c36875b7deb18477f1f855facbbea87126002 (commit) via 5cb2f3d3340efb128e711d0069ea9191e3bcfd46 (commit) from 473dd20adb99335ab3c518ca1944622d085dcd7f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d25c36875b7deb18477f1f855facbbea87126002 Author: Kimura Youichi Date: Sat Feb 23 19:01:12 2013 +0900 UserStreams??nfollow?????????????????????? unfollow ???????対?????????????????????????????????????????模??? commit 5cb2f3d3340efb128e711d0069ea9191e3bcfd46 Author: Kimura Youichi Date: Sat Feb 23 18:00:34 2013 +0900 ChangeLog??????? 933679b50b88e7ba4271c2abe1917e05203410fc ??????????? ----------------------------------------------------------------------- Summary of changes: OpenTween/MyCommon.cs | 3 ++- OpenTween/Resources/ChangeLog.txt | 2 ++ OpenTween/Twitter.cs | 3 +++ 3 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon users.sourceforge.jp Sun Feb 24 12:23:34 2013 From: upsilon users.sourceforge.jp (upsilon users.sourceforge.jp) Date: Sun, 24 Feb 2013 03:23:34 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-39-ga0cb2f2 Message-ID: <1361676200.477958.25516.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via a0cb2f22cf39a15d48002209f8f73b6833560f6d (commit) via 2a178a7d2442fb546da1e68f9e3242b0f0c052f4 (commit) from d25c36875b7deb18477f1f855facbbea87126002 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a0cb2f22cf39a15d48002209f8f73b6833560f6d Author: Kimura Youichi Date: Sun Feb 24 12:15:49 2013 +0900 Dispose??Image??ictureBox??????????????? (????????????) commit 2a178a7d2442fb546da1e68f9e3242b0f0c052f4 Author: Kimura Youichi Date: Sun Feb 24 12:14:36 2013 +0900 Dispose??Image??ictureBox??????????????? (?????????????) ----------------------------------------------------------------------- Summary of changes: OpenTween/ImageCache.cs | 7 +------ OpenTween/ImageListViewItem.cs | 4 ++-- OpenTween/OTPictureBox.cs | 2 +- OpenTween/Resources/ChangeLog.txt | 1 + OpenTween/Tween.cs | 11 +++++++---- 5 files changed, 12 insertions(+), 13 deletions(-) hooks/post-receive -- open-tween (opentween)