[Top][All Lists]
[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.3.7-52-gb867c69 |
Date: |
Sat, 24 Mar 2012 12:23:12 +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 b867c69477cf292d6cc88abe8741be475adc5120 (commit)
via b7d75cf45518cb497bf5450ad40eee9dc961c345 (commit)
via af56174b981e291bdd1d07f18c8e490e2bac0049 (commit)
via c4cfd651fc5ff993fd52ae48794a72a09cd1ee05 (commit)
via 93ec33d491732e7f5d8094f105d45c0145271c77 (commit)
via b877a53f808a22756047613fd40509591d76c787 (commit)
via b3c00abbbb7d54062c51685e78be27cecf917672 (commit)
via 5d6e3d1a7a6f01488322f7d89e4bf0be532edb0b (commit)
from 6d80855819f2402723af1cd6f54e88c5ee33a5f6 (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 b867c69477cf292d6cc88abe8741be475adc5120
Author: Sebastien Helleu <address@hidden>
Date: Sat Mar 24 13:22:41 2012 +0100
core: convert tabs to spaces in text pasted (bug #25028)
commit b7d75cf45518cb497bf5450ad40eee9dc961c345
Author: Sebastien Helleu <address@hidden>
Date: Sat Mar 24 13:11:50 2012 +0100
tcl: add missing function "hdata_char" in API
commit af56174b981e291bdd1d07f18c8e490e2bac0049
Author: Sebastien Helleu <address@hidden>
Date: Sat Mar 24 13:05:37 2012 +0100
tcl: fix pointer sent to function hook_signal_send when type of data is a
pointer
commit c4cfd651fc5ff993fd52ae48794a72a09cd1ee05
Author: Sebastien Helleu <address@hidden>
Date: Sat Mar 24 13:00:50 2012 +0100
api: display warning in scripts when invalid pointers (malformed strings)
are given to plugin API functions (warning displayed if debug for plugin is >=
1)
commit 93ec33d491732e7f5d8094f105d45c0145271c77
Author: Sebastien Helleu <address@hidden>
Date: Sat Mar 24 11:05:35 2012 +0100
api: fix typo in a comment
commit b877a53f808a22756047613fd40509591d76c787
Author: Sebastien Helleu <address@hidden>
Date: Sat Mar 24 11:05:24 2012 +0100
aspell: fix typo in a comment
commit b3c00abbbb7d54062c51685e78be27cecf917672
Author: Sebastien Helleu <address@hidden>
Date: Sat Mar 24 10:59:21 2012 +0100
api: use a struct for arguments of function script_init (callbacks)
commit 5d6e3d1a7a6f01488322f7d89e4bf0be532edb0b
Author: Sebastien Helleu <address@hidden>
Date: Sat Mar 24 09:55:29 2012 +0100
doc: fix order of arguments for function nicklist_add_group in plugin API
reference
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 +-
doc/en/weechat_plugin_api.en.txt | 6 +-
doc/fr/weechat_plugin_api.fr.txt | 6 +-
doc/it/weechat_plugin_api.it.txt | 6 +-
po/cs.po | 7 +-
po/de.po | 7 +-
po/es.po | 7 +-
po/fr.po | 11 +-
po/hu.po | 7 +-
po/it.po | 7 +-
po/ja.po | 7 +-
po/pl.po | 7 +-
po/pt_BR.po | 7 +-
po/ru.po | 7 +-
po/weechat.pot | 7 +-
src/gui/curses/gui-curses-key.c | 3 +
src/gui/gui-key.c | 17 ++
src/gui/gui-key.h | 1 +
src/plugins/aspell/weechat-aspell.c | 2 +-
src/plugins/scripts/guile/weechat-guile-api.c | 299 +++++++++++-----------
src/plugins/scripts/guile/weechat-guile.c | 25 +-
src/plugins/scripts/lua/weechat-lua-api.c | 299 +++++++++++-----------
src/plugins/scripts/lua/weechat-lua.c | 25 +-
src/plugins/scripts/perl/weechat-perl-api.c | 298 +++++++++++----------
src/plugins/scripts/perl/weechat-perl.c | 24 +-
src/plugins/scripts/python/weechat-python-api.c | 299 +++++++++++-----------
src/plugins/scripts/python/weechat-python.c | 25 +-
src/plugins/scripts/ruby/weechat-ruby-api.c | 299 +++++++++++-----------
src/plugins/scripts/ruby/weechat-ruby.c | 24 +-
src/plugins/scripts/script.c | 74 +++---
src/plugins/scripts/script.h | 56 ++--
src/plugins/scripts/tcl/weechat-tcl-api.c | 323 +++++++++++++----------
src/plugins/scripts/tcl/weechat-tcl.c | 25 +-
33 files changed, 1182 insertions(+), 1043 deletions(-)
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.3.7-52-gb867c69,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.7-44-g6d80855
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.7-53-g7e1859a
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.7-44-g6d80855
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.7-53-g7e1859a
- Index(es):