diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-11 20:44:25 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-11 20:44:25 +0000 |
commit | 0d48bd8d6a6f01445d5eccff3baba033d4e3d9c3 (patch) | |
tree | 566d21d9f5dbdbd7cd1ec0d321eba7d4d50bae49 /editors/zim/PLIST | |
parent | 4f98237d6bb7d4d4de7450c99ad2d1953f7c142b (diff) | |
download | pkgsrc-0d48bd8d6a6f01445d5eccff3baba033d4e3d9c3.tar.gz |
Update to 0.53
=== 0.53 - Mon 19 Sep 2011 ===
* Cosmetic updates to entry widgets, the page index, the insert date dialog,
and the tasklist dialog
* Updated the find function to properly switch focus and highlight current
match even when text does not have focus - Oliver Joos
* Added function to remember the position of the main window across sessions
and the position of dialog within a session - Oliver Joos
* Added "interwiki keyword" to give shorthand for linking notebooks - Jiří
Janoušek
* Added template function to create a page index - Jiří Janoušek
* Added support to include additional files with a template - Jiří Janoušek
* Added preference for always setting the cursor position based on history
or not
* Added feature so images now can have a link target as well - Jiří Janoušek
* Refactored index to do much less database commit actions, resulting in
performance gain on slow storage media
* Added "print to browser" button in the tasklist dialog
* Added "--search" commandline option
* Added feature for calendar plugin to use one page per week, month, or year
instead of one page per day - Jose Orlando Pereira
* Added feature to have implicit deadline for tasks defined on a calendar
page - Jose Orlando Pereira
* Added new plugin for evaluating inline arithmetic expressions - Patricio Paez
* Added support for plugins to have optional dependencies - John Drinkwater
* Added hook so plugins can register handlers for specific URL schemes
* Upgraded test suite to unittest support shipped with python 2.7
* Increased test coverage for main window, dialogs, and image generator plugins
* Many small typo fixes and code cleanup - Oliver Joos
* Extensive updates for the developer API documentation - now using epydoc
* Made file paths in config file relative to home dir where possible in order
to facilitate portable version (e.g. home dir mapped to USB drive)
* Build code updated to build new windows installer and support for portable
install - Brendan Kidwell
* Fixed build process to hardcode platform on build time (maemo version)
* Fixed bug in notebook list, causing compiled version to be unable to set
a default notebook (windows version)
* Fixed bug with copy-pasting and drag-n-drop using relative paths
* Fixed bug allowing to click checkboxes in read-only mode
* Fixed several possible exceptions when moving pages
* Fixed execution of python scripts on windows - Chris Liechti
* Fix to preserve file attributes (like mtime) when copying attachments
- Oliver Joos
* Fixed path of checkbox images in html export - Jiří Janoušek
* Fix for indexing error in scenario with external syncing (e.g. dropbox)
* Fix for latex output to use "\textless{}" and "\textgreater{}"
* Fixed Maemo window class, and python 2.5 compatibility - Miguel Angel Alvarez
* Fixed unicode usage in template module - Jiří Janoušek
* Fixed error handling for errors from bzr in versioncontrol plugin
* Fixed error handling for errors due to non-utf-8 encoded text in pages
Diffstat (limited to 'editors/zim/PLIST')
-rw-r--r-- | editors/zim/PLIST | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/editors/zim/PLIST b/editors/zim/PLIST index 80b5ac47fc2..835cd5216c3 100644 --- a/editors/zim/PLIST +++ b/editors/zim/PLIST @@ -1,14 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/15 03:08:38 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/10/11 20:44:25 ryoon Exp $ bin/zim ${PYSITELIB}/zim/__init__.py ${PYSITELIB}/zim/__init__.pyc ${PYSITELIB}/zim/__init__.pyo -${PYSITELIB}/zim/_lib/__init__.py -${PYSITELIB}/zim/_lib/__init__.pyc -${PYSITELIB}/zim/_lib/__init__.pyo -${PYSITELIB}/zim/_lib/xdot.py -${PYSITELIB}/zim/_lib/xdot.pyc -${PYSITELIB}/zim/_lib/xdot.pyo ${PYSITELIB}/zim/_version.py ${PYSITELIB}/zim/_version.pyc ${PYSITELIB}/zim/_version.pyo @@ -102,6 +96,15 @@ ${PYSITELIB}/zim/gui/widgets.pyo ${PYSITELIB}/zim/history.py ${PYSITELIB}/zim/history.pyc ${PYSITELIB}/zim/history.pyo +${PYSITELIB}/zim/inc/__init__.py +${PYSITELIB}/zim/inc/__init__.pyc +${PYSITELIB}/zim/inc/__init__.pyo +${PYSITELIB}/zim/inc/arithmetic.py +${PYSITELIB}/zim/inc/arithmetic.pyc +${PYSITELIB}/zim/inc/arithmetic.pyo +${PYSITELIB}/zim/inc/xdot.py +${PYSITELIB}/zim/inc/xdot.pyc +${PYSITELIB}/zim/inc/xdot.pyo ${PYSITELIB}/zim/index.py ${PYSITELIB}/zim/index.pyc ${PYSITELIB}/zim/index.pyo @@ -114,6 +117,9 @@ ${PYSITELIB}/zim/parsing.pyo ${PYSITELIB}/zim/plugins/__init__.py ${PYSITELIB}/zim/plugins/__init__.pyc ${PYSITELIB}/zim/plugins/__init__.pyo +${PYSITELIB}/zim/plugins/arithmetic.py +${PYSITELIB}/zim/plugins/arithmetic.pyc +${PYSITELIB}/zim/plugins/arithmetic.pyo ${PYSITELIB}/zim/plugins/attachmentbrowser.py ${PYSITELIB}/zim/plugins/attachmentbrowser.pyc ${PYSITELIB}/zim/plugins/attachmentbrowser.pyo @@ -228,7 +234,6 @@ share/locale/es/LC_MESSAGES/zim.mo share/locale/et/LC_MESSAGES/zim.mo share/locale/fr/LC_MESSAGES/zim.mo share/locale/he/LC_MESSAGES/zim.mo -share/locale/hr/LC_MESSAGES/zim.mo share/locale/hu/LC_MESSAGES/zim.mo share/locale/it/LC_MESSAGES/zim.mo share/locale/ja/LC_MESSAGES/zim.mo @@ -292,6 +297,7 @@ share/zim/manual/Help/Tags.txt share/zim/manual/Help/Templates.txt share/zim/manual/Help/Wiki_Syntax.txt share/zim/manual/Plugins.txt +share/zim/manual/Plugins/Arithmetic.txt share/zim/manual/Plugins/Calendar.txt share/zim/manual/Plugins/Diagram_Editor.txt share/zim/manual/Plugins/Diagram_Editor/diagram.png @@ -343,6 +349,7 @@ share/zim/templates/_GNU_R_Plot.r share/zim/templates/_gnuplot.gnu share/zim/templates/_quicknote.txt share/zim/templates/html/Default.html +share/zim/templates/html/Default_with_index.html share/zim/templates/html/Presentation.html share/zim/templates/html/Print.html share/zim/templates/html/SlideShow_(S5).html |