2011-07-30 00:01:42 by Ryo ONODERA | Files touched by this commit (4) | |
Log message:
Already committed as pkgsrc/editors/zim
|
2011-05-14 06:31:30 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Convert patch-aa to SUBST.
|
2011-04-29 18:45:56 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 0.52
Changelog:
=== 0.52 - Thu 28 Apr 2011 ===
Bug fix release
* Fixed a critical bug in the "Add Notebook" prompt for the first \
notebook on
a fresh install and two minor bugs with the ntoebook list - Ji Janouek
|
2011-04-26 13:43:03 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Replace '#!/usr/bin/env python' with PYTHONBIN.
|
2011-04-26 13:22:56 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
Update to 0.51
=== 0.51 - Tue 19 Apr 2011 ===
* Fixed critical bug with resizing images - Stefan Muthers
* Fixed bug preventing resizing of text entries in dialogs
* Fixed bug disabling auto-completion for page names in dialogs
* Fix so cancelling the preferences dialog will also reset plugins
- Lisa Vitolo
* Fix to switch sensitivity of items in the Edit menu on cursor position
- Konstantin Baierer
* Fix to handle case where document_root is inside notebook folder
- Ji Janouek
* Fixed support for interwiki links in export
* Fixed "Link Map" plugin to actually support clicking on page names \
in the map
* Fixed copy pasting to use plain text by default for external applications
added preference to revert to old behavior
* Disable <Alt><Space> keybinding due to conflicts with \
internationalization
added hidden preference to get it back if desired
* Added support for organizing pages by tags - Fabian Moser
* Added feature to zoom font size of the page view on <Ctrl>+ / <Ctrl>-
- Konstantin Baierer
* Added support for system Trash (using gio if available)
* Added Calendar widget to the "Insert Date" dialog
* Added plugin to sort selected lines - NorfCran
* Added plugin for GNUplot plots - Alessandro Magni
|
2011-03-07 11:30:22 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
* Update MAINTAINER e-mail address.
* Remove commented-out post-install target.
|
2011-02-25 10:47:47 by Thomas Klausner | Files touched by this commit (76) |
Log message:
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
|
2011-02-24 22:15:15 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Updated to 0.50.
Changelog:
=== 0.50 - Mon 14 Feb 2011 ===
Maintenance release with many bug fixes. Biggest change is the refactoring
of input forms and dialogs, but this is not very visible to the user.
* Added custom tool option to get wiki formatted text
* Added option to Task List plugin to mix page name elements with tags
* Added style config for linespacing
* Cursor is now only set from history when page is accessed through history
* Updated latex export for verbatim blocks and underline format
* Added basic framework for plugins to add widgets to the main window
* Notebook list now shows folder path and icon - Stefan Muthers
* Folder last inserted image is now remembered - Stefan Muthers
* Preview is now shown when selecting icons files - Stefan Muthers
* Image paths are now made relative when pasting image an file - Ji Janoue
k
* Image data is now accepted on the clipboard directly - Stefan Muthers
* Added overview of files to be deleted to Delete Page dialog to avoid
acidental deletes
* Added traceback log to "You found a bug" error dialog
* Fixed critical bug for windows where zim tries to write log file
to a non-existing folder
* Fixed critical bug where text below the page title goes missing on rename
* Fixed behavior when attaching files, will no longer automatically overwrite
existing file, prompt user instead - Stefan Muthers
* Fixed bug when opening notebooks through an inter-wiki link
* Fixed support for month and year pages in Calendar namespace
* Fixed support for wiki syntax in Quick Note dialog when inserting in page
* Fixed bug in Task List plugin where it did not parse checkbox lists with a
label above it as documented in the manual
* Fixed bug with custom template in export dialog - Ji Janouek
* Fixed bug with style config for tab size
* Fixed many more smaller bugs
* Rewrote logic for indented text and bullet lists, fixes remaining
glitches in indent rendering and now allow formatting per bullet type
* Refactored part of the Attachment Browser plugin, no longer depends
on Image Magick for thumbnailing and added action buttons
* Refactored code for input forms and decoupled from Dialog class
* Refactore History class to use proper Path objects
* Added significants amount of test coverage for dialog and other interface
elements
* Package description of zim was rewritten to be more readable
* Added translation for Danish
|
2011-02-19 10:19:24 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Try fixing the package for python-2.5.
PYTHON_VERSION_DEFAULT is not user-settable, nor changed by user
settings.
|
2010-11-04 14:53:58 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix CATEGORY.
|