Re: [Zim-wiki] Zim 0.64 released

2015-11-18 Thread Güven , Ugur Murat
little reminder…. ;)

Cheers,
Murat


From: Zim-wiki 
[mailto:zim-wiki-bounces+murat.gueven=ts.fujitsu@lists.launchpad.net] On 
Behalf Of Brendan Kidwell
Sent: Montag, 2. November 2015 01:13
To: zim-wiki@lists.launchpad.net
Subject: Re: [Zim-wiki] Zim 0.64 released

Thanks for all your hard work Jaap and other major contributors.

All: I'll work on doing the Windows build some time in the next couple of 
weeks. I'm particularly interested in seeing if I can get gtkspellchek to work 
with the whole packaging stack but it might take a few days. (Or it might be 
dead simple.)

Feel free to bug me if two weeks have gone by and I haven't done the Windows 
release yet. (I'll do 0.65 with the needed bug fix mentioned in a separate 
thread and skip 0.64.)

Brendan Kidwell

On Wed, Oct 28, 2015, at 03:36, Jaap Karssenberg wrote:
Dear all,

Yesterday evening I uploaded a new release of zim. Most important changes you 
find in the changelog below. This release particularly contains a lot of bug 
fixes by other contributors out there - thanks for all the help!
Unfortunately quite a few fixes did not make it. Will plan for a new release 
early 2016.

Regards,

Jaap


=== 0.64 - Tue 27 Oct 2015 ===

* Bookmark plugin - by Pavel M

* Updated spell plugin to allow using gtkspellcheck as backend

* Updated attachmentbrowser plugin with new thumbnailing logic

* Speed up of sqlite indexing

* Updated support for OS X - by Brecht Machiels

* Bug fixes for the Fossil version control support

* Bug fixes for locale in strftime and strxfrm functions

* Bug fix to avoid overwriting the accelmap config file
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net<mailto:zim-wiki@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Zim 0.64 released

2015-11-01 Thread Brendan Kidwell
Thanks for all your hard work Jaap and other major contributors.

All: I'll work on doing the Windows build some time in the next couple
of weeks. I'm particularly interested in seeing if I can get
gtkspellchek to work with the whole packaging stack but it might take a
few days. (Or it might be dead simple.)

Feel free to bug me if two weeks have gone by and I haven't done the
Windows release yet. (I'll do 0.65 with the needed bug fix mentioned in
a separate thread and skip 0.64.)

Brendan Kidwell

On Wed, Oct 28, 2015, at 03:36, Jaap Karssenberg wrote:
> Dear all,
>
> Yesterday evening I uploaded a new release of zim. Most important
> changes you find in the changelog below. This release particularly
> contains a lot of bug fixes by other contributors out there - thanks
> for all the help! Unfortunately quite a few fixes did not make it.
> Will plan for a new release early 2016.
>
> Regards,
>
> Jaap
>
> === .64 - Tue 27 Oct 2015 ===
* Bookmark plugin - by Pavel M
* Updated spell plugin to allow using gtkspellcheck as backend
* Updated attachmentbrowser plugin with new thumbnailing logic
* Speed up of sqlite indexing
* Updated support for OS X - by Brecht Machiels
* Bug fixes for the Fossil version control support
* Bug fixes for locale in strftime and strxfrm functions
* Bug fix to avoid overwriting the accelmap config file
> _
> Mailing list: https://launchpad.net/~zim-wiki Post to     : zim-
> w...@lists.launchpad.net Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Zim 0.64 released

2015-10-28 Thread Mukli Krisztián


FYI 

When I starting zim.py under Windows 7 SP1+Python 2.7+Zim 0.64:


C:Program Files (x86)Zim Desktop Wiki>c:Python27python.exe
zim.py

Traceback (most recent call last): File "zim.py", line 37, in 

import zim
 File "C:Program Files (x86)Zim Desktop Wikizim__init__.py",
line 186, in 
 import zim.environ # initializes environment parameters 

File "C:Program Files (x86)Zim Desktop Wikizimenviron.py", line 16, in 

 from zim.fs import ENCODING, isdir 
 File "C:Program Files (x86)Zim
Desktop Wikizimfs.py", line 1922, in  
 import win32api, win32con

ImportError: No module named win32api 
ERROR: Could not find python
module files in path: 
C:Program Files (x86)Zim Desktop Wiki
C:Windowssystem32python27.zip C:Python27DLLs C:Python27lib
C:Python27libplat-win C:Python27liblib-tk C:Python27
C:Python27libsite-packages C:Python27libsite-packagesgtk-2.0
C:Python27libsite-packages 

Try setting PYTHONPATH

I installed Python
for Windows Extension from http://starship.python.net/~skippy/win32/ [1]
(pywin32-219.win32-py2.7.exe) and it works. Its may be a new
dependency.

Regards

On Wed, 28 Oct 2015 09:36:13 +0100, Jaap
Karssenberg  wrote:  

Dear all,

Yesterday evening I uploaded a new
release of zim. Most important changes you find in the changelog below.
This release particularly contains a lot of bug fixes by other
contributors out there - thanks for all the help!

Unfortunately quite a
few fixes did not make it. Will plan for a new release early 2016.
Regards,

 Jaap

=== 0.64 - Tue 27 Oct 2015 ===
* Bookmark plugin - by
Pavel M
* Updated spell plugin to allow using gtkspellcheck as backend
*
Updated attachmentbrowser plugin with new thumbnailing logic
* Speed up
of sqlite indexing
* Updated support for OS X - by Brecht Machiels
* Bug
fixes for the Fossil version control support
* Bug fixes for locale in
strftime and strxfrm functions
* Bug fix to avoid overwriting the
accelmap config file

-- 

MUKLI KRISZTIÁN

 _tel: +3631 313 2094_

_mail: krisztianmu...@mukli.hu [2]_
 _web: www.mukli.hu [3]_


Links:
--
[1] http://starship.python.net/~skippy/win32/
[2]
mailto:krisztianmu...@mukli.hu
[3] http://www.mukli.hu
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] Zim 0.64 released

2015-10-28 Thread Jaap Karssenberg
Dear all,

Yesterday evening I uploaded a new release of zim. Most important changes
you find in the changelog below. This release particularly contains a lot
of bug fixes by other contributors out there - thanks for all the help!

Unfortunately quite a few fixes did not make it. Will plan for a new
release early 2016.

Regards,

Jaap

=== 0.64 - Tue 27 Oct 2015 ===
* Bookmark plugin - by Pavel M
* Updated spell plugin to allow using gtkspellcheck as backend
* Updated attachmentbrowser plugin with new thumbnailing logic
* Speed up of sqlite indexing
* Updated support for OS X - by Brecht Machiels
* Bug fixes for the Fossil version control support
* Bug fixes for locale in strftime and strxfrm functions
* Bug fix to avoid overwriting the accelmap config file
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp