weechat-cvs
[Top][All Lists]
Advanced

[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.0-27-g6983d34
Date: Thu, 31 Jan 2013 18:40:47 +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  6983d34e884bf21c72990a9ad4ab7cad35f0c555 (commit)
      from  5d2382caab50d046a1a8abddeb34d7a545b9ea12 (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 6983d34e884bf21c72990a9ad4ab7cad35f0c555
Author: Sebastien Helleu <address@hidden>
Date:   Thu Jan 31 19:40:41 2013 +0100

    aspell: optimization on spellers to improve speed (save state by buffer), 
add info "aspell_dict", add completion "aspell_dicts"
    
    Two hashtables have been added to store the spellers currently used (in all
    buffers) and info for each buffer: array with pointers to spellers and 
state of
    aspell for this buffer.
    Therefore the spellers are not destroyed and created again on each buffer 
switch,
    or each time screen is refreshed when window is split.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    3 +
 doc/de/autogen/plugin_api/completions.txt          |    4 +-
 doc/de/autogen/plugin_api/infos.txt                |    2 +
 doc/de/autogen/user/aspell_commands.txt            |   26 +-
 doc/en/autogen/plugin_api/completions.txt          |    4 +-
 doc/en/autogen/plugin_api/infos.txt                |    2 +
 doc/en/autogen/user/aspell_commands.txt            |    6 +-
 doc/en/weechat_dev.en.txt                          |   19 +-
 doc/fr/autogen/plugin_api/completions.txt          |    4 +-
 doc/fr/autogen/plugin_api/infos.txt                |    2 +
 doc/fr/autogen/user/aspell_commands.txt            |    6 +-
 doc/it/autogen/plugin_api/completions.txt          |    4 +-
 doc/it/autogen/plugin_api/infos.txt                |    2 +
 doc/it/autogen/user/aspell_commands.txt            |   26 +-
 doc/ja/autogen/plugin_api/completions.txt          |    4 +-
 doc/ja/autogen/plugin_api/infos.txt                |    2 +
 doc/ja/autogen/user/aspell_commands.txt            |   24 +-
 po/POTFILES.in                                     |    6 +
 po/cs.po                                           |   61 ++-
 po/de.po                                           |   72 ++-
 po/es.po                                           |   65 ++-
 po/fr.po                                           |  102 ++--
 po/hu.po                                           |   58 +-
 po/it.po                                           |   65 ++-
 po/ja.po                                           |   64 ++-
 po/pl.po                                           |   64 ++-
 po/pt_BR.po                                        |   63 ++-
 po/ru.po                                           |   58 +-
 po/srcfiles.cmake                                  |    6 +
 po/weechat.pot                                     |   50 +-
 src/plugins/aspell/CMakeLists.txt                  |    3 +
 src/plugins/aspell/Makefile.am                     |    6 +
 src/plugins/aspell/weechat-aspell-command.c        |  410 ++++++++++++
 ...-aspell-bar-item.h => weechat-aspell-command.h} |   10 +-
 src/plugins/aspell/weechat-aspell-completion.c     |  106 +++
 .../weechat-aspell-completion.h}                   |   10 +-
 src/plugins/aspell/weechat-aspell-config.c         |   40 +-
 src/plugins/aspell/weechat-aspell-info.c           |   89 +++
 .../fifo-info.h => aspell/weechat-aspell-info.h}   |   10 +-
 src/plugins/aspell/weechat-aspell-speller.c        |  333 ++++++++---
 src/plugins/aspell/weechat-aspell-speller.h        |   25 +-
 src/plugins/aspell/weechat-aspell.c                |  669 ++++----------------
 src/plugins/aspell/weechat-aspell.h                |    5 +-
 43 files changed, 1566 insertions(+), 1024 deletions(-)
 create mode 100644 src/plugins/aspell/weechat-aspell-command.c
 copy src/plugins/aspell/{weechat-aspell-bar-item.h => 
weechat-aspell-command.h} (76%)
 create mode 100644 src/plugins/aspell/weechat-aspell-completion.c
 copy src/plugins/{fifo/fifo-info.h => aspell/weechat-aspell-completion.h} (75%)
 create mode 100644 src/plugins/aspell/weechat-aspell-info.c
 copy src/plugins/{fifo/fifo-info.h => aspell/weechat-aspell-info.h} (77%)


hooks/post-receive
-- 
Fast, light and extensible chat client



reply via email to

[Prev in Thread] Current Thread [Next in Thread]