[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-171-g5916594 |
Date: |
Sat, 17 Aug 2013 14:39:50 +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 59165944417892f5a67e87a0a696e1b1899139b4 (commit)
via 600ee3ddf37c070cab373346661d55718d2130b9 (commit)
via c6249603368de12acfac60868d4bddd18d29abba (commit)
via 170acfe6f2eda62eed610804fbf821274e002d28 (commit)
via db05104f648b609ae07ea026f890c834d6942adf (commit)
via ea124f4158742810b7483bd7ff6e0a9ee59cbaeb (commit)
via 7e0ae094cc2b217fa7aa37516fb6e99eeb9937d0 (commit)
from 7dea560ff503ba966915098904e47298d149ae03 (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 59165944417892f5a67e87a0a696e1b1899139b4
Author: Sebastien Helleu <address@hidden>
Date: Sat Aug 17 16:38:28 2013 +0200
doc: capitalize first word of text in table cells
commit 600ee3ddf37c070cab373346661d55718d2130b9
Author: Sebastien Helleu <address@hidden>
Date: Sat Aug 17 11:51:50 2013 +0200
core: add search of regular expression in buffer, don't reset search type
on a new search, select where to search (messages/prefixes)
Key changed in search context:
- ctrl+"r": switch search type: string/regex
New keys in search context:
- alt+"c": case (in)sensitive search
- tab: search in messages/prefixes/both
commit c6249603368de12acfac60868d4bddd18d29abba
Author: Sebastien Helleu <address@hidden>
Date: Fri Aug 16 16:16:37 2013 +0200
core: add text emphasis in messages when searching text in buffer
New options:
- weechat.look.emphasized_attributes
- weechat.color.emphasized
- weechat.color.emphasized_bg
commit 170acfe6f2eda62eed610804fbf821274e002d28
Author: Sebastien Helleu <address@hidden>
Date: Thu Aug 15 17:59:17 2013 +0200
core: remove obsolete enum t_config_look_nicklist
commit db05104f648b609ae07ea026f890c834d6942adf
Author: Sebastien Helleu <address@hidden>
Date: Wed Aug 14 17:26:37 2013 +0200
doc: fix emphasized text in plugin API reference and relay protocol
commit ea124f4158742810b7483bd7ff6e0a9ee59cbaeb
Author: Sebastien Helleu <address@hidden>
Date: Mon Aug 12 20:44:37 2013 +0200
core: fix typo in french translation of /help upgrade
commit 7e0ae094cc2b217fa7aa37516fb6e99eeb9937d0
Author: Sebastien Helleu <address@hidden>
Date: Mon Aug 12 10:51:49 2013 +0200
core: add comment with return value of function string_regcomp
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +-
NEWS | 32 ++-
doc/de/autogen/plugin_api/hdata.txt | 3 +
doc/de/autogen/user/weechat_commands.txt | 102 ++--
doc/de/autogen/user/weechat_options.txt | 15 +
doc/de/weechat_user.de.txt | 79 ++--
doc/en/autogen/plugin_api/hdata.txt | 3 +
doc/en/autogen/user/weechat_commands.txt | 2 +
doc/en/autogen/user/weechat_options.txt | 15 +
doc/en/weechat_dev.en.txt | 52 +-
doc/en/weechat_plugin_api.en.txt | 841 +++++++++++++++---------------
doc/en/weechat_relay_protocol.en.txt | 8 +-
doc/en/weechat_user.en.txt | 136 +++---
doc/fr/autogen/plugin_api/hdata.txt | 3 +
doc/fr/autogen/user/weechat_commands.txt | 4 +-
doc/fr/autogen/user/weechat_options.txt | 15 +
doc/fr/weechat_plugin_api.fr.txt | 841 +++++++++++++++---------------
doc/fr/weechat_user.fr.txt | 152 +++---
doc/it/autogen/plugin_api/hdata.txt | 3 +
doc/it/autogen/user/weechat_commands.txt | 2 +
doc/it/autogen/user/weechat_options.txt | 15 +
doc/it/weechat_plugin_api.it.txt | 844 +++++++++++++++---------------
doc/it/weechat_user.it.txt | 155 +++---
doc/ja/autogen/plugin_api/hdata.txt | 3 +
doc/ja/autogen/user/weechat_commands.txt | 102 ++--
doc/ja/autogen/user/weechat_options.txt | 15 +
doc/ja/weechat_user.ja.txt | 9 +-
po/cs.po | 40 +-
po/de.po | 32 +-
po/es.po | 41 +-
po/fr.po | 62 ++-
po/hu.po | 41 +-
po/it.po | 40 +-
po/ja.po | 41 +-
po/pl.po | 41 +-
po/pt_BR.po | 40 +-
po/ru.po | 41 +-
po/tr.po | 35 +-
po/weechat.pot | 27 +-
src/core/wee-command.c | 6 +
src/core/wee-config.c | 56 ++
src/core/wee-config.h | 12 +-
src/core/wee-string.c | 4 +
src/gui/curses/gui-curses-bar-window.c | 12 +
src/gui/curses/gui-curses-chat.c | 57 ++-
src/gui/curses/gui-curses-color.c | 1 +
src/gui/curses/gui-curses-key.c | 16 +-
src/gui/curses/gui-curses-window.c | 118 ++++-
src/gui/curses/gui-curses.h | 17 +-
src/gui/gui-bar-item.c | 36 +-
src/gui/gui-buffer.c | 31 +-
src/gui/gui-buffer.h | 6 +
src/gui/gui-chat.c | 32 ++
src/gui/gui-chat.h | 1 +
src/gui/gui-color.c | 161 ++++++
src/gui/gui-color.h | 6 +
src/gui/gui-input.c | 102 ++++-
src/gui/gui-input.h | 5 +-
src/gui/gui-line.c | 51 ++-
src/gui/gui-line.h | 4 +-
src/gui/gui-window.c | 19 +-
src/gui/gui-window.h | 2 -
62 files changed, 2764 insertions(+), 1932 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.4.1-171-g5916594,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.1-164-g7dea560
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, shared-strings, updated. v0.4.1-167-ga4f7898
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.1-164-g7dea560
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, shared-strings, updated. v0.4.1-167-ga4f7898
- Index(es):