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.1-32-gfb7edb3
Date: Fri, 07 Jun 2013 19:01:58 +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  fb7edb351815d1d4b2a074d1b68f7d3f50ac04af (commit)
       via  4080047da0d7de87f6ea1a3f65a6c9103f6ef7a1 (commit)
       via  8884eb6fe428b51d9285aa50e762cebf206e8267 (commit)
       via  1dfc98c8fd7bdb67aabf82cec7c619892a0076bd (commit)
      from  718104b936c020f8d7d983bd432636aab8986687 (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 fb7edb351815d1d4b2a074d1b68f7d3f50ac04af
Author: Sebastien Helleu <address@hidden>
Date:   Fri Jun 7 21:01:48 2013 +0200

    aspell: add support of enchant library (patch #6858)
    
    Enchant is enabled only if the new option for cmake (or configure) is 
enabled:
    - for cmake: cmake -DENABLE_ENCHANT=ON
    - for configure: ./configure --enable-enchant

commit 4080047da0d7de87f6ea1a3f65a6c9103f6ef7a1
Author: Sebastien Helleu <address@hidden>
Date:   Fri Jun 7 20:50:33 2013 +0200

    doc: update auto-generated file with relay commands

commit 8884eb6fe428b51d9285aa50e762cebf206e8267
Author: Sebastien Helleu <address@hidden>
Date:   Fri Jun 7 20:50:06 2013 +0200

    doc: update auto-generated files with irc commands

commit 1dfc98c8fd7bdb67aabf82cec7c619892a0076bd
Author: Sebastien Helleu <address@hidden>
Date:   Fri Jun 7 18:27:53 2013 +0200

    core: rename configure.in to configure.ac

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

Summary of changes:
 CMakeLists.txt                                 |    1 +
 ChangeLog                                      |    3 +-
 Makefile.am                                    |    1 +
 cmake/FindENCHANT.cmake                        |   44 ++++++++++
 configure.in => configure.ac                   |   42 ++++++---
 doc/de/autogen/user/irc_commands.txt           |   36 ++++----
 doc/de/weechat_user.de.txt                     |   36 ++++----
 doc/en/autogen/user/irc_commands.txt           |    6 +-
 doc/en/weechat_user.en.txt                     |   36 ++++----
 doc/fr/autogen/user/irc_commands.txt           |    6 +-
 doc/fr/autogen/user/relay_commands.txt         |    2 +-
 doc/fr/weechat_user.fr.txt                     |   36 ++++----
 doc/it/autogen/user/irc_commands.txt           |   38 +++++----
 doc/it/weechat_user.it.txt                     |   36 ++++----
 doc/ja/autogen/user/irc_commands.txt           |   30 ++++---
 doc/ja/weechat_user.ja.txt                     |   37 ++++----
 po/cs.po                                       |   15 +++-
 po/de.po                                       |   17 +++-
 po/es.po                                       |   17 +++-
 po/fr.po                                       |   22 ++++--
 po/hu.po                                       |   15 +++-
 po/it.po                                       |   17 +++-
 po/ja.po                                       |   17 +++-
 po/pl.po                                       |   17 +++-
 po/pt_BR.po                                    |   15 +++-
 po/ru.po                                       |   15 +++-
 po/weechat.pot                                 |   15 +++-
 src/plugins/CMakeLists.txt                     |   24 ++++-
 src/plugins/aspell/CMakeLists.txt              |   14 ++-
 src/plugins/aspell/Makefile.am                 |    4 +-
 src/plugins/aspell/weechat-aspell-command.c    |  110 +++++++++++++++++++++---
 src/plugins/aspell/weechat-aspell-completion.c |   30 +++++++
 src/plugins/aspell/weechat-aspell-speller.c    |   54 +++++++++++-
 src/plugins/aspell/weechat-aspell-speller.h    |   10 ++-
 src/plugins/aspell/weechat-aspell.c            |   57 ++++++++++++
 src/plugins/aspell/weechat-aspell.h            |    8 ++
 36 files changed, 661 insertions(+), 222 deletions(-)
 create mode 100644 cmake/FindENCHANT.cmake
 rename configure.in => configure.ac (97%)


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



reply via email to

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