Merge branch 'master' into otr

Conflicts:
	src/command/commands.c
This commit is contained in:
James Booth
2013-12-16 01:11:36 +00:00
17 changed files with 1055 additions and 52 deletions

View File

@@ -43,7 +43,7 @@ core_sources = \
src/otr.c src/otr.h
test_sources = \
src/contact.c src/contact.h src/log.c src/common.c \
src/contact.c src/contact.h src/common.c \
src/log.h src/profanity.c src/common.h \
src/profanity.h src/chat_session.c \
src/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
@@ -61,12 +61,16 @@ test_sources = \
src/config/accounts.h \
src/config/preferences.c src/config/preferences.h \
src/config/theme.c src/config/theme.h \
src/otr.c src/otr.h \
tests/ui/mock_ui.c \
tests/xmpp/mock_xmpp.c \
tests/log/mock_log.c \
tests/config/mock_accounts.c \
tests/test_autocomplete.c \
tests/test_common.c \
tests/test_command.c \
tests/test_cmd_connect.c \
tests/test_cmd_account.c \
tests/test_cmd_rooms.c \
tests/test_history.c \
tests/test_jid.c \
tests/test_parser.c \