commit b3ff28992942ab2b1ecd6c85311fc03d24b1e108
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Mon Mar 18 00:07:32 2013 +0100

    Version 3.7.92

 NEWS         | 12 ++++++++++++
 configure.ac |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

commit ffaaf96c178f576fb077283af4fa7a0101951076
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Sun Mar 17 01:25:54 2013 +0100

    Save not when renamed

 src/bjb-note-view.c | 1 +
 1 file changed, 1 insertion(+)

commit c9cfe8711fa2b17462a67c250a8c7b0563a7fe50
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Sun Mar 17 01:05:23 2013 +0100

    Switch to already opened note : fix regression
    
    The window must keep track of which note it displays

 src/bjb-window-base.c | 1 +
 1 file changed, 1 insertion(+)

commit 2ff9a44c48c2abb420250360332128578fc93204
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Sun Mar 17 00:52:37 2013 +0100

    noteObj - timeout : Fix crash when note is cancelled
    
    When application leaves, timeout should not try to save
    a note that has been cancelled

 src/libbiji/biji-note-obj.c | 16 +++++++++-------
 src/libbiji/biji-timeout.c  |  3 +++
 2 files changed, 12 insertions(+), 7 deletions(-)

commit 8099085b172d68fa7ec32946d10ef68d255622c0
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Sat Mar 16 21:36:24 2013 +0100

    mainView: Fix crashers on exit
    
    Since dropping GtkClutter on main view, obj are now GtkWidgets
    Thus its already freed while parent destroyed,
    no need to free it.

 src/bjb-main-view.c   | 8 --------
 src/bjb-note-view.c   | 1 -
 src/bjb-window-base.c | 3 ++-
 3 files changed, 2 insertions(+), 10 deletions(-)

commit d061d9f2ce0ac050112ef6342764c438a6c39a32
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Sat Mar 16 20:59:11 2013 +0100

    mainToolbar: fix leak on GtkTreePath Glist

 src/bjb-main-toolbar.c | 1 +
 1 file changed, 1 insertion(+)

commit 2c472827cf5adf4cfef7da5c56f85a8a40e35688
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Sat Mar 16 20:55:01 2013 +0100

    mainToolbar : make some buttons insensitive when empty view
    
    If no note is displayed, no need to allow to go to selection mode
    or to change view mode

 src/bjb-controller.c   | 48 +++++++++++++++++++++++++++++++++++++-----------
 src/bjb-controller.h   |  9 +++++----
 src/bjb-main-toolbar.c | 37 ++++++++++++++++++++++++++++++++++---
 3 files changed, 76 insertions(+), 18 deletions(-)

commit 9f6bd4e1101a43e9a25133e74500b462bc361f5e
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Fri Mar 15 01:50:16 2013 +0100

    libgd: use static linking
    
    Do not generate any .so

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

commit d516c0ff157108a58252115f0b081edb6844a5b3
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Fri Mar 15 00:14:59 2013 +0100

    noteObj/view : Really ensure the note has a title
    
    The user might keep first row empty and not below. In such case we should not use the first row as a title.

 src/bjb-note-view.c         | 29 +++++++++++++++++++++++++----
 src/libbiji/biji-note-obj.c | 18 ++++++++++++++----
 2 files changed, 39 insertions(+), 8 deletions(-)

commit ea2eb793bcb0940db74ad1cf51d44b8eff5273a0
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Thu Mar 14 23:38:27 2013 +0100

    noteObj - Don't keep note when empty
    
    If the note is completely empty when closed, remove from the book

 src/libbiji/biji-note-obj.c | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

commit 61a3d3ec60ce436dd69c32ab220f9b392ad7c953
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Thu Mar 14 23:36:57 2013 +0100

    noteBook : Remove old func declaration
    
    _note book remove does not exist anymore

 src/libbiji/biji-note-book.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 45e77b6fbdd46873ef9de7e1b8caf41a22a2c6d0
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Wed Mar 13 23:59:12 2013 +0100

    License: use consistently GPLv3+
    
    Some files had GPLv2+.
    Also add the license to files without. This does not impact bjb-editor-*
    Obviously this does not impact neither libgd

 src/bijiben-shell-search-provider.c | 25 ++++++++++++-------------
 src/bjb-app-menu.h                  | 17 +++++++++++++++++
 src/bjb-editor-toolbar.c            | 27 +++++++++++++--------------
 src/bjb-editor-toolbar.h            | 28 +++++++++++++---------------
 src/bjb-main-view.h                 | 17 +++++++++++++++++
 src/bjb-note-view.h                 | 17 +++++++++++++++++
 src/bjb-search-toolbar.c            | 26 +++++++++++++-------------
 src/bjb-search-toolbar.h            | 16 ++++++++++++++++
 src/bjb-selection-toolbar.c         | 27 +++++++++++++--------------
 src/bjb-selection-toolbar.h         | 28 +++++++++++++---------------
 src/bjb-settings.h                  | 16 ++++++++++++++++
 11 files changed, 160 insertions(+), 84 deletions(-)

commit 52835f2c8a0888721767bd35c20267ea4c4a86b2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Mar 14 15:24:38 2013 +0100

    share: No need for unused pipes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695849

 src/bjb-share.c | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

commit d753a6f91d2dca0370ea5b43327893d085f87264
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Mar 14 15:16:48 2013 +0100

    share: Use g_strdelimit() instead of biji_str_replace()
    
    This modifies the string in place, instead of splitting it,
    and recreating it as biji_str_replace() does.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695849

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

commit c6ffb00e1cfecca5dc5390459fd35531b61251e8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Mar 14 15:15:16 2013 +0100

    share: Never return empty arguments
    
    This fixes xdg-email not working when the note is empty.
    
    xdg-email: text argument missing for --subject option
    Try 'xdg-email --help' for more information.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695849

 src/bjb-share.c | 2 ++
 1 file changed, 2 insertions(+)

commit 2b31ed6f1ff6c686a0eacbde6969a924b98aa5fb
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Tue Mar 12 21:16:10 2013 +0100

    Updated Danish translation

 po/da.po | 240 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 240 insertions(+)

commit f094b9270b30a1e14db7c934281bd05c279a35c7
Author: KennethNielsen <k.nielsen81@gmail.com>
Date:   Tue Mar 12 21:16:10 2013 +0100

    Added da to list of languages

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 7a917aa53a55da47af33adc5befe9be75a85e062
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Sun Mar 10 00:09:22 2013 +0100

    editor: remove unused alignment code
    
    This code will not be used and this removes a warning when compiling

 src/libbiji/editor/biji-editor-selection.c | 108 -----------------------------
 1 file changed, 108 deletions(-)

commit a2c836cc14cb85c20c02e53b489f6912e7060274
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Sat Mar 9 23:56:20 2013 +0100

    noteView: finalize the webview from noteview
    
    The Note view has to free the web view. And selection should not free it. Leaks  are lower now

 src/bjb-note-view.c                        | 1 +
 src/libbiji/editor/biji-editor-selection.c | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)