[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, maste
From: |
Sebastien Helleu |
Subject: |
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.1-119-g996da2f |
Date: |
Fri, 02 Aug 2013 06:54:55 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Fast, light and extensible chat client".
The branch, master has been updated
via 996da2f662d04abd18ecf4e8a65fbf9aac1b50d9 (commit)
via f9d57a30993e4c287f44fbcb7c74e55915df7f2e (commit)
via 8bff3225fdec87da5573b51e03ddc26a4ab460ae (commit)
from c0c76ad9957396f647a9362d5f8b0db0489aa0f2 (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 996da2f662d04abd18ecf4e8a65fbf9aac1b50d9
Author: Sebastien Helleu <address@hidden>
Date: Fri Aug 2 08:54:16 2013 +0200
core: rename binary and man page from "weechat-curses" to "weechat" (task
#11027)
A symbolic link weechat-curses -> weechat is now created (by both cmake and
configure), so that the /upgrade will work from an old version.
However, if you upgrade from an old version, it is recommended to force the
use
of the new binary name with the command: `/upgrade /path/to/weechat`
(replace
the path accordingly).
commit f9d57a30993e4c287f44fbcb7c74e55915df7f2e
Author: Sebastien Helleu <address@hidden>
Date: Thu Aug 1 16:29:12 2013 +0200
core: fix compiler warning on freopen (ignore file returned)
commit 8bff3225fdec87da5573b51e03ddc26a4ab460ae
Author: Sebastien Helleu <address@hidden>
Date: Thu Aug 1 16:18:44 2013 +0200
script: fix uninitialized pointer in detailed view of a script
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +-
CMakeLists.txt | 2 +-
ChangeLog | 4 +-
NEWS | 19 ++++++-
configure.ac | 1 +
debian/rules | 7 ++
debian/weechat-curses.install | 6 +-
debian/weechat-curses.lintian-overrides | 1 -
debian/weechat-curses.menu | 4 +-
doc/de/CMakeLists.txt | 12 ++--
doc/de/Makefile.am | 12 ++--
doc/de/autogen/user/weechat_commands.txt | 2 +-
.../{weechat-curses.1.de.txt => weechat.1.de.txt} | 18 +++---
doc/de/weechat_faq.de.txt | 8 +-
doc/de/weechat_quickstart.de.txt | 2 +-
doc/de/weechat_tester.de.txt | 32 ++++++----
doc/de/weechat_user.de.txt | 16 +++---
doc/en/CMakeLists.txt | 12 ++--
doc/en/Makefile.am | 12 ++--
doc/en/autogen/user/weechat_commands.txt | 2 +-
.../{weechat-curses.1.en.txt => weechat.1.en.txt} | 18 +++---
doc/en/weechat_dev.en.txt | 3 +-
doc/en/weechat_faq.en.txt | 8 +-
doc/en/weechat_quickstart.en.txt | 2 +-
doc/en/weechat_tester.en.txt | 32 ++++++----
doc/en/weechat_user.en.txt | 16 +++---
doc/es/Makefile.am | 2 +-
doc/es/weechat_quickstart.es.txt | 2 +-
doc/fr/CMakeLists.txt | 12 ++--
doc/fr/Makefile.am | 12 ++--
doc/fr/autogen/user/weechat_commands.txt | 2 +-
.../{weechat-curses.1.fr.txt => weechat.1.fr.txt} | 18 +++---
doc/fr/weechat_faq.fr.txt | 8 +-
doc/fr/weechat_quickstart.fr.txt | 2 +-
doc/fr/weechat_tester.fr.txt | 32 ++++++----
doc/fr/weechat_user.fr.txt | 16 +++---
doc/it/CMakeLists.txt | 12 ++--
doc/it/Makefile.am | 12 ++--
doc/it/autogen/user/weechat_commands.txt | 2 +-
.../{weechat-curses.1.it.txt => weechat.1.it.txt} | 18 +++---
doc/it/weechat_faq.it.txt | 8 +-
doc/it/weechat_quickstart.it.txt | 2 +-
doc/it/weechat_tester.it.txt | 32 ++++++----
doc/it/weechat_user.it.txt | 16 +++---
doc/ja/CMakeLists.txt | 12 ++--
doc/ja/Makefile.am | 12 ++--
doc/ja/autogen/user/weechat_commands.txt | 2 +-
.../{weechat-curses.1.ja.txt => weechat.1.ja.txt} | 18 +++---
doc/ja/weechat_faq.ja.txt | 8 +-
doc/ja/weechat_quickstart.ja.txt | 2 +-
doc/ja/weechat_tester.ja.txt | 32 ++++++----
doc/ja/weechat_user.ja.txt | 16 +++---
doc/pl/Makefile.am | 2 +-
doc/pl/weechat_faq.pl.txt | 8 +-
doc/pl/weechat_quickstart.pl.txt | 2 +-
doc/pl/weechat_tester.pl.txt | 32 ++++++----
doc/ru/Makefile.am | 2 +-
doc/ru/weechat_quickstart.ru.txt | 2 +-
po/cs.po | 6 +-
po/de.po | 63 +++++++-------------
po/es.po | 6 +-
po/fr.po | 15 ++---
po/hu.po | 6 +-
po/it.po | 6 +-
po/ja.po | 31 ++++------
po/pl.po | 31 ++++------
po/pt_BR.po | 6 +-
po/ru.po | 6 +-
po/tr.po | 6 +-
po/weechat.pot | 6 +-
src/core/wee-command.c | 2 +-
src/core/wee-debug.c | 2 +-
src/core/wee-hook.c | 4 +-
src/core/weechat.c | 2 +-
src/gui/curses/CMakeLists.txt | 8 ++-
src/gui/curses/Makefile.am | 46 ++++++++------
src/plugins/script/script-buffer.c | 13 ++--
test/weercd.py | 4 +-
78 files changed, 452 insertions(+), 428 deletions(-)
delete mode 100644 debian/weechat-curses.lintian-overrides
rename doc/de/{weechat-curses.1.de.txt => weechat.1.de.txt} (87%)
rename doc/en/{weechat-curses.1.en.txt => weechat.1.en.txt} (86%)
rename doc/fr/{weechat-curses.1.fr.txt => weechat.1.fr.txt} (87%)
rename doc/it/{weechat-curses.1.it.txt => weechat.1.it.txt} (86%)
rename doc/ja/{weechat-curses.1.ja.txt => weechat.1.ja.txt} (86%)
hooks/post-receive
--
Fast, light and extensible chat client
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.1-119-g996da2f,
Sebastien Helleu <=