commit e0de494a001bb62121630a7956202c35e9945481 Author: Pierre-Yves Luyten Date: Mon Jul 29 22:41:46 2013 +0200 Update NEWS NEWS | 1 + 1 file changed, 1 insertion(+) commit aa897d83626fa599a58ca5bc9ba0de897cb18856 Author: Manish Sinha Date: Mon Jul 29 22:39:10 2013 +0200 install note mimetype See 704521 .gitignore | 1 + Makefile.am | 2 +- NEWS | 1 + configure.ac | 12 ++++++++++++ data/Makefile.am | 25 ++++++++++++++++++++++--- data/bijiben.xml.in | 7 +++++++ po/POTFILES.in | 1 + 7 files changed, 45 insertions(+), 4 deletions(-) commit 4cabc724b3947efb460fcbc24650538bd98e04a4 Author: Pierre-Yves Luyten Date: Mon Jul 29 02:10:41 2013 +0200 Prepare for 3.9.5 NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) commit e528aca4b593ab555605f1962701908c878b1a4b Author: Victor Ibragimov Date: Mon Jul 29 12:34:57 2013 +0100 Tajik translation added po/tg.po | 334 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 334 insertions(+) commit 54a1d06c14230fdfca27da7216886fbe31772b91 Author: Victor Ibragimov Date: Mon Jul 29 12:32:47 2013 +0100 Tajik translation added po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 0230691ab67522067c9d6fdefafaf4ba28839859 Author: Pierre-Yves Luyten Date: Mon Jul 29 01:55:42 2013 +0200 Controller: do not crash when closing a window src/bjb-controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a1b05f67163b84351b9e2c99fadd70b6dc7c481a Author: Chao-Hsiung Liao Date: Thu Jul 25 19:30:26 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 251 +++++++++++++++++++++++++++++++++++++++++++++--------------- po/zh_TW.po | 251 +++++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 376 insertions(+), 126 deletions(-) commit 469907134d1083d25e9e186c8e0f766f6e9a8886 Author: Daniel Mustieles Date: Mon Jul 22 13:47:02 2013 +0200 Updated Spanish translation po/es.po | 61 ++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 27 deletions(-) commit f483f807f1b2c474aec05943bb066ba820021725 Author: Pierre-Yves Luyten Date: Sat Jul 20 01:53:17 2013 +0200 webkitEditor: do not crash when immediately closing a new note Add a weak pointer to the note to know it was deleted. Fix 703706 src/libbiji/editor/biji-webkit-editor.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) commit f5768f982abc6cca1f45736da80e7058c6e8e392 Author: Kjartan Maraas Date: Thu Jul 18 13:43:10 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) commit 52b5e86397bcb5a0a69f7128b6a15e99dce90c82 Author: Manish Sinha Date: Mon Jul 15 00:31:49 2013 +0200 zeitgeist: Add zeitgeist CREATE, LEAVE, MODIFY and DELETE events Bug #703703 Log note creation and deletion, access and leave, and modify. Do not log anything without title. src/libbiji/biji-note-obj.c | 1 + src/libbiji/biji-zeitgeist.c | 96 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 93 insertions(+), 4 deletions(-) commit 631746e5996138886e3665cdf7831abbf84c4fdf Author: Marek Černocký Date: Sun Jul 14 10:41:08 2013 +0200 Updated Czech translation po/cs.po | 60 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 26 deletions(-) commit 2bbf10de53cb63df9b5868be85f12fbd92f8a8f4 Author: Pierre-Yves Luyten Date: Fri Jul 12 01:19:08 2013 +0200 tracker: Provides a useful Oops view if tracker is not avalaible Tell the user something is wrong there rather crashing more or less silently. src/bjb-bijiben.c | 36 +++++++++++++++------ src/bjb-empty-results-box.c | 75 +++++++++++++++++++++++++++++++------------- src/bjb-empty-results-box.h | 3 +- src/bjb-main-toolbar.c | 1 + src/bjb-window-base.c | 8 +++++ src/bjb-window-base.h | 1 + src/libbiji/Makefile.am | 2 ++ src/libbiji/biji-error.c | 47 +++++++++++++++++++++++++++ src/libbiji/biji-error.h | 48 ++++++++++++++++++++++++++++ src/libbiji/biji-note-book.c | 61 +++++++++++++++++++++++++---------- src/libbiji/biji-note-book.h | 3 +- 11 files changed, 235 insertions(+), 50 deletions(-) commit 2392c299220a0b780ce505bbb91b93b6b64abf89 Author: Nishio Futoshi Date: Sat Jul 13 01:21:33 2013 +0900 l10n: Update Japanese translation po/ja.po | 112 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 61 insertions(+), 51 deletions(-) commit 243cc0a3cf02bfdd4dc80efea93d39543a6af204 Author: Pierre-Yves Luyten Date: Thu Jul 11 00:40:46 2013 +0200 libbiji: clean-up old commented code src/libbiji/biji-note-book.c | 4 ---- src/libbiji/biji-note-obj.c | 1 - 2 files changed, 5 deletions(-) commit 78759e50cc44deb20831e4402d5f9bbbaa954517 Author: Manish Sinha Date: Thu Jul 11 00:36:12 2013 +0200 Add zeitgeist LEAVE and DELETE event See 703703 src/libbiji/biji-note-obj.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit e247e9206b2f171e29db76a2ddd6977a5d49b53c Author: Pierre-Yves Luyten Date: Wed Jul 10 01:07:56 2013 +0200 noteObj: fix a typo, do not create editor twice src/libbiji/biji-note-obj.c | 1 - 1 file changed, 1 deletion(-) commit 6fdd58b5f4b439e86c5c3adb1668b8fcfb3a0629 Author: Pierre-Yves Luyten Date: Wed Jul 10 00:43:32 2013 +0200 zeigeist: subject list ends with NULL src/libbiji/biji-zeitgeist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 1118bbe9b0d807528dd69e53f70ee583b4a9b6bd Author: Pierre-Yves Luyten Date: Tue Jul 9 11:40:48 2013 +0200 Zeitgeist: noteBook owns the log NoteBook creates the zg log and pushes the data source. src/libbiji/biji-note-book.c | 9 +++++++ src/libbiji/biji-note-book.h | 3 +++ src/libbiji/biji-zeitgeist.c | 63 +++++++++++++++++++++++++++++--------------- src/libbiji/biji-zeitgeist.h | 7 ++++- 4 files changed, 60 insertions(+), 22 deletions(-)