[Pkg-cli-apps-commits] [smuxi] branch raring-backports updated (587abad -> 53b0af9)
Mirco Bauer
meebey at moszumanska.debian.org
Sat May 3 18:13:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
meebey pushed a change to branch raring-backports
in repository smuxi.
from 587abad Merge branch 'master' into raring-backports
adds 28027f4 avoid unneeded WCF assembly references for ServiceStack.Common
adds b9d87b4 fixed re-autogen
adds 73b0d46 Upload to unstable
adds 1fb9a2c Imported Upstream version 0.11~rc2
adds 5ffa940 Merge tag 'upstream/0.11_rc2'
adds 0d91af1 Dropped remove_wcf_references.patch, already applied upstream
adds 97b452a Refreshed patches
adds efdedf6 Upload to unstable
adds 2900227 Imported Upstream version 0.11~rc5
adds 21570a2 Merge tag 'upstream/0.11_rc5'
adds d606ab3 Upload to unstable
adds 53b0af9 Merge tag 'debian/0.11_rc5-1' into raring-backports
No new revisions were added by this update.
Summary of changes:
Makefile.am | 4 +
Makefile.in | 9 +-
aclocal.m4 | 9 +-
configure | 33 +-
configure.ac | 2 +-
debian/changelog | 28 +-
.../build_Twitterizer2_with_default_compiler.patch | 6 +-
debian/patches/debian_default_settings.patch | 6 +-
debian/patches/fix_reautogen.patch | 10 +
debian/patches/series | 1 +
debian/patches/ubuntu.series | 1 +
debian/patches/ubuntu_default_settings.patch | 6 +-
lib/Makefile.am | 2 +-
lib/Makefile.in | 4 +-
.../src/IrcConnection/IrcConnection.cs | 2 +
lib/StarkSoftProxy/HttpProxyClient.cs | 2 +-
.../Twitterizer2/Core/OptionalProperties.cs | 6 +-
.../Twitterizer2/Methods/Tweets/TwitterStatus.cs | 4 +-
lib/Twitterizer/Twitterizer2/Twitterizer2.csproj | 2 -
libtool.m4 | 12 +-
ltmain.sh | 4 +-
missing | 4 +-
po-Engine-Campfire/LINGUAS | 1 +
po-Engine-Campfire/{es.po => nl.po} | 36 +-
po-Engine-IRC/LINGUAS | 1 +
po-Engine-IRC/{te.po => nl.po} | 154 +++----
po-Engine-JabbR/LINGUAS | 1 +
po-Engine-JabbR/{es.po => nl.po} | 27 +-
po-Engine-Twitter/LINGUAS | 1 +
po-Engine-Twitter/{fi.po => nl.po} | 79 ++--
po-Engine-XMPP/LINGUAS | 1 +
po-Engine-XMPP/{da.po => nl.po} | 116 ++---
po-Engine/LINGUAS | 1 +
po-Engine/{es.po => nl.po} | 115 +++--
po-Frontend-GNOME-IRC/LINGUAS | 1 +
po-Frontend-GNOME-IRC/{de.po => nl.po} | 25 +-
po-Frontend-GNOME-Twitter/LINGUAS | 1 +
po-Frontend-GNOME-Twitter/{es.po => nl.po} | 18 +-
po-Frontend-GNOME-XMPP/LINGUAS | 1 +
po-Frontend-GNOME-XMPP/{es.po => nl.po} | 18 +-
po-Frontend-GNOME/LINGUAS | 1 +
po-Frontend-GNOME/{da.po => nl.po} | 506 ++++++++++-----------
po-Frontend/LINGUAS | 1 +
po-Frontend/{te.po => nl.po} | 39 +-
po-Server/LINGUAS | 1 +
po-Server/{da.po => nl.po} | 59 +--
src/AssemblyVersion.cs | 2 +-
src/Common/Defines.cs | 6 +-
src/Common/Makefile.in | 2 +-
src/Common/NDesk.Options.cs | 2 +-
src/Engine-Campfire/Makefile.in | 2 +-
src/Engine-IRC/Makefile.in | 2 +-
src/Engine-IRC/Protocols/Irc/IrcMessageBuilder.cs | 6 +-
src/Engine-IRC/Protocols/Irc/IrcProtocolManager.cs | 39 +-
src/Engine-JabbR/JabbrProtocolManager.cs | 38 +-
src/Engine-JabbR/Makefile.in | 2 +-
src/Engine-Twitter/Makefile.in | 2 +-
.../Protocols/Twitter/TwitterProtocolManager.cs | 7 +-
src/Engine-XMPP/Config/XmppServerModel.cs | 11 -
src/Engine-XMPP/Makefile.am | 2 +-
src/Engine-XMPP/Makefile.in | 4 +-
.../Protocols/Xmpp/FacebookProtocolManager.cs} | 30 +-
src/Engine-XMPP/Protocols/Xmpp/IQ/OwnMessage.cs | 85 ----
.../Protocols/Xmpp/XmppProtocolManager.cs | 110 ++---
src/Engine/CommandModel.cs | 2 +-
src/Engine/Config/Config.cs | 44 +-
src/Engine/Config/MessageBuilderSettings.cs | 369 +++++++++++++++
src/Engine/Config/MessagePatternListController.cs | 160 +++++++
src/Engine/Config/MessagePatternModel.cs | 134 ++++++
src/Engine/Config/ServerModel.cs | 27 +-
.../Hooks/Environments/CommandHookEnvironment.cs | 1 +
...HookEnvironment.cs => PersonHookEnvironment.cs} | 23 +-
.../Environments/ProtocolManagerHookEnvironment.cs | 1 +
src/Engine/Hooks/HookRunner.cs | 2 +-
src/Engine/Makefile.am | 5 +-
src/Engine/Makefile.in | 7 +-
src/Engine/MessageBuffers/Db4oMessageBuffer.cs | 4 +-
src/Engine/Messages/MessageBuilder.cs | 129 +++++-
src/Engine/Messages/MessageModel.cs | 3 +-
src/Engine/Messages/MessageParser.cs | 161 -------
src/Engine/Messages/UrlMessagePartModel.cs | 79 ++--
src/Engine/Protocols/ProtocolManagerBase.cs | 18 +-
src/Engine/Protocols/ProtocolManagerFactory.cs | 5 +-
src/Engine/Session.cs | 294 ++++++++++--
src/Engine/SessionManager.cs | 2 +-
src/Frontend-Curses/Makefile.in | 2 +-
src/Frontend-GNOME-IRC/IrcPersonChatView.cs | 34 +-
src/Frontend-GNOME-IRC/Makefile.am | 1 +
src/Frontend-GNOME-IRC/Makefile.in | 3 +-
src/Frontend-GNOME-Twitter/Makefile.in | 2 +-
src/Frontend-GNOME-XMPP/Makefile.in | 2 +-
src/Frontend-GNOME/AboutDialog.cs | 10 +-
src/Frontend-GNOME/ChatViewManager.cs | 6 +
src/Frontend-GNOME/Entry.cs | 1 +
src/Frontend-GNOME/Frontend.cs | 23 +-
src/Frontend-GNOME/MainWindow.cs | 12 +-
src/Frontend-GNOME/Makefile.am | 1 +
src/Frontend-GNOME/Makefile.in | 3 +-
src/Frontend-GNOME/Notebook.cs | 1 +
src/Frontend-GNOME/Views/ChatTreeView.cs | 61 ++-
src/Frontend-GNOME/Views/Chats/ChatView.cs | 24 +-
src/Frontend-GNOME/Views/Chats/GroupChatView.cs | 2 +-
src/Frontend-GNOME/Views/Chats/ProtocolChatView.cs | 14 +-
src/Frontend-GNOME/Views/MenuWidget.cs | 11 +-
src/Frontend-GNOME/Views/MessageTextView.cs | 15 +-
src/Frontend-GNOME/Views/ServerWidget.cs | 83 +++-
.../gtk-gui/Smuxi.Frontend.Gnome.ServerWidget.cs | 194 +++++---
src/Frontend-GNOME/gtk-gui/gui.stetic | 108 ++++-
src/Frontend-GNOME/smuxi-frontend-gnome.desktop | 4 +
src/Frontend-STFL/Frontend.cs | 20 +-
src/Frontend-STFL/Main.cs | 23 +
src/Frontend-STFL/Makefile.in | 2 +-
src/Frontend-STFL/STFL/Makefile.in | 2 +-
src/Frontend-STFL/smuxi-frontend-stfl.1 | 4 +-
src/Frontend-SWF/Makefile.in | 2 +-
src/Frontend-Test/Makefile.in | 2 +-
src/Frontend/CommandManager.cs | 165 ++++++-
src/Frontend/Makefile.in | 2 +-
src/Frontend/SshTunnelManager.cs | 7 +-
src/Makefile.in | 2 +-
src/Server/Makefile.in | 2 +-
src/Server/smuxi-server.1 | 9 +-
src/smuxi-win32.nsis.in | 4 +
123 files changed, 2708 insertions(+), 1338 deletions(-)
create mode 100644 debian/patches/fix_reautogen.patch
copy po-Engine-Campfire/{es.po => nl.po} (77%)
copy po-Engine-IRC/{te.po => nl.po} (75%)
copy po-Engine-JabbR/{es.po => nl.po} (68%)
copy po-Engine-Twitter/{fi.po => nl.po} (69%)
copy po-Engine-XMPP/{da.po => nl.po} (71%)
copy po-Engine/{es.po => nl.po} (67%)
copy po-Frontend-GNOME-IRC/{de.po => nl.po} (82%)
copy po-Frontend-GNOME-Twitter/{es.po => nl.po} (70%)
copy po-Frontend-GNOME-XMPP/{es.po => nl.po} (74%)
copy po-Frontend-GNOME/{da.po => nl.po} (78%)
copy po-Frontend/{te.po => nl.po} (63%)
copy po-Server/{da.po => nl.po} (61%)
copy src/{Frontend-STFL/Views/PersonChatView.cs => Engine-XMPP/Protocols/Xmpp/FacebookProtocolManager.cs} (61%)
delete mode 100644 src/Engine-XMPP/Protocols/Xmpp/IQ/OwnMessage.cs
create mode 100644 src/Engine/Config/MessageBuilderSettings.cs
create mode 100644 src/Engine/Config/MessagePatternListController.cs
create mode 100644 src/Engine/Config/MessagePatternModel.cs
copy src/Engine/Hooks/Environments/{ChatHookEnvironment.cs => PersonHookEnvironment.cs} (57%)
delete mode 100644 src/Engine/Messages/MessageParser.cs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/smuxi.git
More information about the Pkg-cli-apps-commits
mailing list