commit b0510858ed7744259f4908d12d312e962ddc61a4
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Tue Feb 26 13:18:44 2013 +0100

    Better margin in the TextView widget instead the text margin

 data/almanah.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d03b8175bb955ae6442804e21b2c8222909b136f
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Mon Feb 25 17:41:39 2013 +0100

    Include the entry tags in the search

 src/storage-manager.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit 717a5d3e83ccb5d7a15fe9e392531c0a6dce218d
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Mon Feb 25 17:34:58 2013 +0100

    Some tag entry area aesthetic changes

 data/almanah.css | 41 +++++++++++++++++++++--------------------
 data/almanah.ui  |  1 -
 2 files changed, 21 insertions(+), 21 deletions(-)

commit ba7ebebf0148d8492786d42c80c358a12bd97d82
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Wed Feb 20 00:24:51 2013 +0400

    Updated Russian translation

 po/ru.po | 183
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 94 insertions(+), 89 deletions(-)

commit 94ba52aab663f94141be8031f2c28df842d9e335
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Tue Feb 19 20:41:05 2013 +0100

    Updated Serbian translation

 po/sr.po       | 89
 ++++++++++++++++++++--------------------------------------
 po/sr@latin.po | 89
 ++++++++++++++++++++--------------------------------------
 2 files changed, 62 insertions(+), 116 deletions(-)

commit befdb9f8d4014c29e3cda8c7bad170e9f4f43585
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Feb 19 12:40:04 2013 +0100

    Updated Spanish translation

 po/es.po | 64
 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

commit 60f8f5d5613ad691e8f84a65a43ca0b10e2687f0
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Feb 16 20:37:53 2013 +0100

    Updated Polish translation

 po/pl.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 6046c0b707e29cc3898f489bd3ab17494bd92520
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Feb 15 21:15:06 2013 +0100

    Updated Czech translation

 po/cs.po | 151
 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 72 insertions(+), 79 deletions(-)

commit 40793869556f0b0ae1731af7c267a497b086409a
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Feb 15 13:53:15 2013 +0100

    Updated Polish translation

 po/pl.po | 277
 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 135 insertions(+), 142 deletions(-)

commit 370cac00a0fedcf9c7aefdb2115bef72ec34b658
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Feb 15 13:50:12 2013 +0100

    Updated POTFILES.in

 po/POTFILES.in | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit d43c6959b381b4e6f998ec531a7c2dc64f58534f
Merge: 114c4f7 6b66eb3
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Fri Feb 15 11:02:47 2013 +0100

    Merge branch 'tagsupport'

commit 6b66eb309edcb5474076bcc328a347b7a9e61e8f
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Fri Feb 15 10:58:10 2013 +0100

    Updated PO files

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 5ebee0904832c7fbe492ecfa1ef1488eb5e1161c
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Wed Feb 13 13:15:22 2013 +0100

    Better unfocused window colors for the tags area

 data/almanah.css              | 15 ++++++++++++++-
 src/widgets/entry-tags-area.c | 15 +++++++--------
 2 files changed, 21 insertions(+), 9 deletions(-)

commit 72577d9e523fed7826e5381b4a9206db0a4171d8
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Tue Feb 12 13:26:08 2013 +0100

    Free memory and some whitespace fixes

 src/widgets/tag.c | 91
 +++++++++++++++++++++++++++++++------------------------
 1 file changed, 52 insertions(+), 39 deletions(-)

commit e0297a13ebc251692f386a19073acafe14342ee1
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Tue Feb 12 13:22:27 2013 +0100

    Allow the user to add a tag to a non-saved entry

 src/storage-manager.c         | 17 +++++++-------
 src/widgets/entry-tags-area.c | 54
 ++++++++++++++++++++-----------------------
 2 files changed, 33 insertions(+), 38 deletions(-)

commit c1ef6e0523ac6bdac46481ec8c5da2ab288a94db
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Fri Feb 8 13:11:01 2013 +0100

    EntryTagsArea is an EggWrapBox children, so now the tags are placed
    dynamically
    along the widget

 data/almanah.ui                |    4 +-
 src/Makefile.am                |    4 +
 src/main-window.c              |    2 +-
 src/widgets/eggwrapbox-enums.c |   70 ++
 src/widgets/eggwrapbox-enums.h |   23 +
 src/widgets/eggwrapbox.c       | 2641
 ++++++++++++++++++++++++++++++++++++++++
 src/widgets/eggwrapbox.h       |  157 +++
 src/widgets/entry-tags-area.c  |    2 +-
 src/widgets/entry-tags-area.h  |    7 +-
 9 files changed, 2903 insertions(+), 7 deletions(-)

commit 4aceb406305ed6dd7edd939a9776eb02c0d86fdc
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Thu Feb 7 18:12:23 2013 +0100

    Add the tag selected from the tags completion list to the entry.

 src/widgets/tag-entry.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 2466d33361340b8a64f577ee17a6e3d339dcff13
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Thu Feb 7 18:11:20 2013 +0100

    Show a tooltip when the user moves the pointer over the close tag
    "button".

 src/widgets/tag.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit eba6e082df69ba1f6d8e988cb5ff51b137b5ca3e
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Wed Feb 6 13:28:35 2013 +0100

    Return to the entry GtkTextView when the user add a tag

 src/main-window.c             |   2 +
 src/widgets/entry-tags-area.c | 187
 +++++++++++++++++++++++++-----------------
 src/widgets/entry-tags-area.h |   1 +
 3 files changed, 113 insertions(+), 77 deletions(-)

commit 114c4f78ac9882be51c4154751760bd4fea48403
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Wed Feb 6 11:12:54 2013 +0100

    Update GtkSpell 3 support

 configure.ac      |  2 +-
 src/main-window.c | 20 +++++++++++---------
 2 files changed, 12 insertions(+), 10 deletions(-)

commit 5b4e37f6689bff6467bbdf8006ddf8496e76caa7
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Wed Jan 30 09:27:38 2013 +0400

    Updated Russian translation

 po/ru.po | 454
 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 267 insertions(+), 187 deletions(-)

commit f58538ddcc37fb8b7e624892d743098ace8dc7e7
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Fri Jan 25 14:25:57 2013 +0100

    Bug 684412 - Add support for tagging diary entries

    The "remove" button in the tag turns highlighted when the user moves
    the pointer on.

    The "remove" button now removes the tag from the entry, in the tags
    area and in the storage.

    The user can't append a tag in an Entry if already has been added.

 src/storage-manager.c         |  58 +++++++++++++++-
 src/storage-manager.h         |   1 +
 src/widgets/entry-tags-area.c |  42 +++++++++---
 src/widgets/tag.c             | 149
 +++++++++++++++++++++++++++++++++++++++---
 src/widgets/tag.h             |   5 +-
 5 files changed, 232 insertions(+), 23 deletions(-)

commit 96b90bf60766d65f7e6c4735633a76722db4d55b
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Thu Jan 24 16:58:40 2013 +0100

    Bug 684412 - Add support for tagging diary entries

    The main window now have an entry header, with the tag widget
    container
    (AlmanahEntryTagsArea, base on a GtkGrid). This container is supposed
    to distribute the
    tags (AlmanahTag) and the tag entry (AlmanahTagEntry) using the
    horizontal and vertical
    space in a efficent way. It's responsible to load the tags for the
    selected entry.

    The AlmanahTagEntry it's a GtkEntry with autocompletion capabilities
    with the tags available
    in the diary storage.

    AlmanahTag is a from scratch widget to draw the tag with some style
    using cairo.

    The CSS has been updated to unify the visualization in the entry area.

 data/almanah.css              |  33 ++++-
 data/almanah.ui               | 211 +++++++++++++++++++-------------
 src/Makefile.am               |   8 +-
 src/almanah-marshal.list      |   1 +
 src/main-window.c             |  12 ++
 src/storage-manager.c         | 198 ++++++++++++++++++++++++++++++
 src/storage-manager.h         |   5 +
 src/widgets/entry-tags-area.c | 256
 ++++++++++++++++++++++++++++++++++++++
 src/widgets/entry-tags-area.h |  53 ++++++++
 src/widgets/tag-entry.c       | 186 ++++++++++++++++++++++++++++
 src/widgets/tag-entry.h       |  52 ++++++++
 src/widgets/tag.c             | 278
 ++++++++++++++++++++++++++++++++++++++++++
 src/widgets/tag.h             |  50 ++++++++
 13 files changed, 1253 insertions(+), 90 deletions(-)

commit 03d15de124a9d01b3769ec5fa894520ea10e0108
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Tue Jan 8 23:30:55 2013 -0200

    Updated Brazilian Portuguese Translation

 po/pt_BR.po | 491
 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 269 insertions(+), 222 deletions(-)

commit 5c6951bc7ce0c044eed8100f14092daa4c224766
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Jan 4 21:52:01 2013 +0100

    Updated Serbian translation

 po/sr.po       | 351
 +++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 351
 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 362 insertions(+), 340 deletions(-)

commit d31823dc566592da9793a9fcdbc8cea7a6df8cc5
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Dec 27 01:08:37 2012 +0100

    Updated Galician translations

 po/gl.po | 358
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 182 insertions(+), 176 deletions(-)

commit 51c28850ed065ded6f943eea06aabae5f9ca3066
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Wed Dec 26 16:50:20 2012 +0100

    Updated Hungarian translation

 po/hu.po | 500
 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 273 insertions(+), 227 deletions(-)

commit df5950d7365185ba9622fc1af68e885094f8cdff
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Fri Dec 14 17:52:37 2012 +0100

    Hide the titlebar when main window is maximized.

 data/almanah.ui | 1 +
 1 file changed, 1 insertion(+)

commit e481f5abdb46d41ac00ee3393332e92f605b55e7
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Dec 13 09:16:58 2012 -0500

    Bug 687229 - Embed ESourceSelector widget from libedataserverui

    Evolution developers are merging libedataserverui back into Evolution.
    Drop the libedataserverui dependency and embed the ECellRendererColor
    and ESourceSelector widgets from libedataserverui in event-factories.

    See also:
    https://mail.gnome.org/archives/distributor-list/2012-December/msg00000.html

 configure.ac                                |    2 +-
 src/Makefile.am                             |    4 +
 src/event-factories/calendar-sources.c      |    3 +-
 src/event-factories/e-cell-renderer-color.c |  237 +++
 src/event-factories/e-cell-renderer-color.h |   75 +
 src/event-factories/e-source-selector.c     | 2080
 +++++++++++++++++++++++++++
 src/event-factories/e-source-selector.h     |  137 ++
 7 files changed, 2536 insertions(+), 2 deletions(-)

commit fea78824cbf68cfea0f218cc31ebc95ef536a53b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Nov 27 17:49:37 2012 +0100

    Updated Spanish translation

 po/es.po | 363
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 187 insertions(+), 176 deletions(-)

commit 1a8416b3a101eb10c18086e60257b9f51680dfe9
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Nov 27 18:32:28 2012 +0700

    Updated Indonesian translation

 po/id.po | 322
 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 151 insertions(+), 171 deletions(-)

commit 2041caae063a7f445ca844722a3dc515a22a39f6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Nov 26 23:37:20 2012 +0000

    core: Remove an implicit dependency on libm

    We don’t need to use floor() here, since C always truncates anyway,
    and that’s equivalent to flooring if the dividend and divisor are
    positive.

 src/main-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fec6ff0932c79d6e142cd1dfb263ce38f425f70a
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Mon Nov 26 23:17:26 2012 +0100

    Finished main window re-design.

    Removed the main toolbar from the UI file and created in execution
    time. Moved all the CSS
    style to just one file. Now the code is more clean and the main
    window looks more like the
    proposed design[1]

    [1] https://live.gnome.org/Almanah_Diary/Design#New_Design

 data/Makefile.am                     |   3 +-
 data/almanah.css                     |  29 +++++
 data/almanah.ui                      |  44 ++-----
 data/calendar-button.css             |  17 ---
 data/calendar-window.css             |   4 -
 src/Makefile.am                      |   2 -
 src/application.c                    |  14 +++
 src/main-window.c                    | 214
 ++++++++++++-----------------------
 src/widgets/calendar-button.c        |  18 ---
 src/widgets/calendar-window.c        |  20 ----
 src/widgets/font-style-menu-action.c |  58 ----------
 src/widgets/font-style-menu-action.h |  47 --------
 12 files changed, 127 insertions(+), 343 deletions(-)

commit 6e7e1eb2ec8af25d6386c078d77c98f2a89972c3
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Nov 24 13:39:02 2012 +0100

    Updated Czech translation

 po/cs.po | 311
 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 151 insertions(+), 160 deletions(-)

commit 7d2845567dd1ee51391854805a2c4238c5ff29aa
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Thu Nov 22 17:46:28 2012 +0100

    just a syntax error

 src/widgets/calendar-button.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b807b71708ce59974a0d8c289cb492b00da29007
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Nov 22 14:51:10 2012 +0100

    Updated Slovenian translation

 po/sl.po | 1638
 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 851 insertions(+), 787 deletions(-)

commit c4e64a0d0c5b8e04520b948464182e5d7f234240
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Nov 22 01:32:03 2012 +0100

    Updated Polish translation

 po/pl.po | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

commit 3b17da47bf3ded0cd00438396a75d6555a293758
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Wed Nov 21 23:30:36 2012 +0100

    Bug 677209 - The CalendarWindow dropdown doesn't displayed in the
    correct place

    The "menubar" and "menuitem" class changed the CalendarButton width,
    so the "x" coordinate
    for the CalendarWindow was wrong. Removed all the "add_class" and
    added a css to manage
    the CalendarButton style, so now the "x" coordinate for the
    CalendarWindow is calculated
    with the correct button position.

 data/Makefile.am              |  1 +
 data/calendar-button.css      | 17 +++++++++++++
 src/main-window.c             |  1 -
 src/widgets/calendar-button.c | 59
 +++++++++++++++++++++++--------------------
 src/widgets/calendar-window.c |  2 +-
 5 files changed, 50 insertions(+), 30 deletions(-)

commit d4adee61a2307e50f9a33240052e7fcbbd04a43e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Nov 21 20:55:37 2012 +0100

    Updated Polish translation

 po/pl.po | 302
 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 147 insertions(+), 155 deletions(-)

commit 256b03d095fa534ea46317e1180cd3b300d7a617
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Sun Nov 18 18:58:54 2012 +0100

    core: Port to GMenu

    This patch remove the main menubar from the main window replaced by
    a menu button in the
    toolbar following the new GNOME style. Rearranged the menu items,
    removing some of them,
    e.g. the print items (just "Print diary" in the GMenu).

    Moved the code about the GMenu actions  from the main window to the
    application object.

    Added a new .ui file for the GMenu because the Bug 667970
    https://bugzilla.gnome.org/show_bug.cgi?id=667970.

    You can read about the menu reorganization discussion in Bug 676600
    https://bugzilla.gnome.org/show_bug.cgi?id=676600.

 configure.ac                  |   2 +-
 data/Makefile.am              |   1 +
 data/almanah-app-menu.ui      |  39 ++++++
 data/almanah.ui               | 141 +++------------------
 po/POTFILES.in                |   1 +
 src/application.c             | 251 ++++++++++++++++++++++++++++++++++++-
 src/interface.c               |   9 ++
 src/interface.h               |   1 +
 src/main-window.c             | 283
 ++++++++----------------------------------
 src/main-window.h             |   5 +-
 src/widgets/calendar-button.c |  34 +++++
 src/widgets/calendar-button.h |   2 +
 12 files changed, 408 insertions(+), 361 deletions(-)

commit d7caeb443fcedeb1aa7b61e738ba914ff4178393
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Sat Oct 13 00:07:39 2012 +0300

    Updated Latvian translation

 po/lv.po | 70
 ++++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 42 insertions(+), 28 deletions(-)

commit ccaac250ccdb4e22543fd7dded5fafe98c98a171
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Oct 12 01:00:54 2012 +0200

    Updated Galician translations

 po/gl.po | 62
 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 37 insertions(+), 25 deletions(-)

commit 29d5c38a4d8f5cc593dba8dd2ca13a567a59dcf7
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Oct 7 13:32:12 2012 +0200

    Updated Czech translation

 po/cs.po | 60
 ++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 36 insertions(+), 24 deletions(-)

commit 88a0f92047b3b8c4a880d48028284a6aa76691fb
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Sep 30 13:05:13 2012 +0200

    Updated Spanish translation

 po/es.po | 70
 +++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 41 insertions(+), 29 deletions(-)

commit 7ae1c5b9721579e3624094101e249f06590bfa59
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sat Sep 29 06:05:24 2012 +0200

    Updated Serbian translation

 po/sr.po       | 59
 +++++++++++++++++++++++++++++++++++-----------------------
 po/sr@latin.po | 59
 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 72 insertions(+), 46 deletions(-)

commit 69eac0f34023830fb53819245c807cd29d576ba4
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Sep 26 20:09:54 2012 +0700

    Updated Indonesian translation

 po/id.po | 233
 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 151 insertions(+), 82 deletions(-)

commit 0eb7dfc820c881dcd7baf2677b5ec3144291447f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 25 23:56:30 2012 +0200

    Updated Polish translation

 po/pl.po | 65
 ++++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 41 insertions(+), 24 deletions(-)

commit 69a1ad1e003ce9185c5d659acfbb519958c94365
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Tue Sep 25 19:29:47 2012 +0200

    Updated Slovenian translation

 po/sl.po | 53 ++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 34 insertions(+), 19 deletions(-)

commit a5a0d0eada5c8545828fbb0e07e26af0a5626e78
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Tue Sep 25 17:41:17 2012 +0200

    Bug 680845 - Translatable strings for the time in the events list

 src/events/calendar-appointment.c | 3 ++-
 src/events/calendar-task.c        | 3 ++-
 src/main-window.c                 | 7 ++++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

commit 675b601fc99830d71fd7bfb772c4b9a79db184cd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Sep 25 00:04:03 2012 +0100

    build: Bump EDS dependency to 3.5.91

    This is a follow-up to commit
    ed8c002455c2495e0aed74517893d24b505c8144.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=684663

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6929113e60cb45a2d1fb140e1e13ee98bae8303d
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Thu Sep 20 20:12:43 2012 +0200

    build: Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5ae30e17fc16e9d6c0d4434923f4638979fce504
Author: Álvaro Peña <alvaropg@gmail.com>
Date:   Thu Sep 20 20:07:39 2012 +0200

    build: Release version 0.10.0

 NEWS | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)