pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/zim



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon Feb  8 10:55:56 UTC 2021

Modified Files:
        pkgsrc/editors/zim: Makefile PLIST distinfo

Log Message:
zim: Update to 0.73.5

pkgsrc changes:
---------------
  * zim now requires Python >= 3.2
  * zim now depends on Gtk3 and GObject

upstream changes:
-----------------
##  0.73.5 - Sat 30 Jan 2021
* Fix regression for "www." links in pages
* Fix bug with email address or url wrapped in higlight markup
* Fix bug with handling newline in inline formatting
* Fix bug when deleting a bullet-like sequence
* Fix bug with relative links in single page export
* Fix bug if notebook name is not set
* Interpret pasted text as "wiki" format and add "Paste As Verbatim"
* Update default application lookup to latest spec
* Fix portable environment windows installer
* Merge Weblate translations

##  0.73.4 - Thu 19 Nov 2020
* Fix issue with relative links on windows
* Fix reload page after change in external editor
* Fix regressions due to python3.9 change in ElementTree
* Fix regression in nested format in link
* Fix test failure in testing translations
* Let versions control plugin initialize git repro to not quote non-ascii paths
* Update markdown extension and mime-type
* Merge translations

##  0.73.3 - Fri 09 Oct 2020
* Fix missing export formats in windows installer
* Add support for environ.ini at startup for portable install
* Make trash function more robust for GLib.Error errors
* Remove xdg import in windows for mimetyping
* Fix regression with GdkPixbuf.PixbufRotation constants
* Fix issues in parser under Python 3.9
* Fix regression with pages with formatting in heading
* Merge translations

##  0.73.2 - Fri 24 Jul 2020
* Add "show debug log" menu item
* Add missing "triangle" icons for windows installer
* Include helper to spawn external processes for windows installer
* Fix dropdown namespace autocomplete in move-page dialog
* Fix wiki parser for case of nested URL
* Fix ParseTreeBuilder interface for python3.9
* Add debug output for drag-and-drop workaround
* Fix popup menu in attachment browser plugin
* Fix warnings during export for "page.meta"
* Fix on-preferences-changed for tableofcontents plugin

##  0.73.1 - Fri 19 Jun 2020
* Fix regression for opening single instance
* Fix exception on toggle format
* Fix failing tests due to change in sorting python3.8
* Make robust for deprecation of cElementTree in python3.9
* Improve tmpdir usage by using tempfile.mkdtemp()

##  0.73.0 - Sat 06 Jun 2020
* Add ability to combine formatting styles in editor
* Improve URL and link parsing to look for matching brackets
* Reduce the number of `-` needed to auto-format a horizontal line
* Allow typing bullet after e.g. checkbox to replace it
* Add autoformat for sub- and super-script by typing `^..` and `_{..}`
* On autoformat headings also strip trailing `=`
* Fix issue with lost formatting when using spellchecker
* Add support for "paragraph-background" property in style.conf
* Improve keyboard behavior of find bar in editor
* Swap the layout in the InsertDateDialog
* Allow re-arranging side pane tabs by drag and drop
* Add option to automatically collapse sections in the pageindex
* Fix regression for inserting links on "Attach file" and moved this
  function to the Insert menu
* Merge MovePageDialog and RenamePageDialog into a single dialog
* Fix behavior when renaming non-existing "placeholder" pages
* Add workaround for drag-and-drop issue #390
* Whitelist image formats in latex export to avoid invalid image types
* Add MacOS menubar plugin & fix for main menu mnemonics in MacOS
* Give temporary directories unique names to improve robustness
* Support TEXTDOMAINDIR evironment variable to set locale directory
* Improve folder checks for automount feature
* Improve window colors in distraction free mode
* Add option to set the wrap-mode in sourceview
* Add theme choice for the source view plugin
* Add "private" switch to server command for commandline usage
* Add authentication support to web server
* Add template selection option to web server dialog
* Add option for fontsize to table of contents plugin
* Add option to show horizontal lines in table of contents

##  0.72.1 - Wed 01 Jan 2020
* Update translations & documentation

##  0.72.0 - Thu 29 Aug 2019
* Improve pathbar with "linked" visual design
* Improve statusbar visual style
* Change behavior for lists with mixed bullets
* Add configuration of keybindings to preferences dialog
* Support gnome-screenshot in the insert screenshot plugin
* Save size of secondary page window
* Add option for linenumbers option in insert code block dialog
* Add option to display date column in tasklist side pane
* Add warnings if locale does not support unicode
* Make SVG thumbnail support configurable
* Fix bug for insert equation and other objects
* Fix use of escape sequence in table cells
* Fix tasklist view for multiple dates in task
* Fix "apply heading" to strip list formatting
* Make ToC plugin update instead of refresh on save
* Fix issue with not-unique headings in tableofcontents
* Fix bugs in auto insert bullet at newline

##  0.71.1 - Thu 23 May 2019
* Fix robustness for OSError on process startup
* Fix for popup menu on page index for Gtk < 3.22
* Updated translations

##  0.71.0 - Thu 25 Apr 2019
* Fix "spill over" between translation files
* Fix use of popup menus
* Hack to work around textview glitches embedded objects
* Make indexer recover from duplicate page names
* Fix recovery of broken index file on startup
* Restore New Sub Page for index context menu
* Let customtools replace autoselected words and insert
* Fallback encoding when calling external applications
* Hide pathbar in distraction free mode
* Merge fix for unicode completion in dialogs
* Remember cursor position on reload
* Fix inlinecalculator plugin
* Update Gtk prerequisite version to 3.18
* Updated Russian translation

##  0.70 - Thu 28 Mar 2019
* Ported zim to use Python3 & Gtk3
* Refactored application framework, all windows run single process now with
  single plugin manager and preferences manager
* Refactored plugin extension loading code and added functions to find
        extensions and actions
* Removed the notebook "profile" properties
* Plugins now can use notebook properties to store settings per notebook
* The page index side pane and the pathbar are now plugins
* Redesign journal plugin sidepane view and remove dialog
* Renamed "calendar" plugin to "journal"
* Removed OSX menubar plugin
* Image generator plugins now are "inserted objects"
* Workaround for missing clipboard.set_with_data()
* Improved speed of test suite and refactored test constructs
* Support flatpack-spawn to execute processes
* Critical fix for updating links on move page and rename page
* Critical fix for parsing headers when page has no title
* Fix page index issue on delete page

##  0.69 - Sun 16 Dec 2018
* Performance improvements for indexing large notebooks
* Performance improvement for auto-completion of page names in dialogs
* Updated translations from launchpad

##  0.68 - Sat 17 Mar 2018
* Critical fix for updating links on move page and rename page
* Critical fix for rename page and indexing on case-insensitive file systems
  (like windows)
* Fix for regression in tasklist option to _not_ regard all checkboxes as tasks
  -- Fabian Stanke
* Fix for egression in index navigation with previous page and next page
* Fix for memory leak in spell checker plugin -- Alexander Meshcheryakov
* Fix issues with multi-line selections in linesorter plugin
* Fix bug with opening notebook list from tray icon
* Fix bug with "-s" commandline argument for exporting
* Fix bug with importing attachments in quicknote plugin commandline use
* Pathbar now reveals more path elements in case of ambiguous pages -- Robert Hailey
* Add "font" property for use in "styles.conf"
* Add "navigation.home" to template parser for export -- Rolf Kleef
* Version control plugin updated to better handle git staging -- Paul Becker
* Extend interface for "image generator" plugins - Robert Hailey
* Code cleaned up to be a bit PEP8 compliant and more future proof for python3
  conversion -- Christian Stadelmann

##  0.67 - Mon 10 Jul 2017
* Critical fix for missing page headers & remembering custom headers
* Critical fix by removing dependency on threading for index and socket handling
  - Hidden option to also do autosave without thread to test further issues
* Critical fix for handling unicode file names on windows
* Fix issue where config values go missing if not used
* Fix error for file shortcuts in various dialogs
* Restored macOS integration using a plugin
* Shorter socket name to avoid os specific error on OS X
* More robustness for socket errors, fallback to --standalone automaticlly
* More robustness at startup when default notebook went missing, fallback to --list
* More robustness in preferences dialog when plugins give exceptions
* More robustness for invalid dates in tasklist parser
* Merge patch to add accelerators for bookmarks
* Updated build process for windows installer
* Fix indexing errors on move/rename page
* Fix regression in close-page when autosave ongoing
* Fix regression drag-n-drop index pane
* Fix regression for keybindings in index pane
* Fix regressions for attaching files
* Fix regression for opening folders
* Fix regression in opening inter-wiki links
* Fix regression in custom tools
* Fix regression in completion of page name in dialog entry
* Fix regression in quicknote "--attachments" option
* Fix regression for quicknote plugin due to process management
* Fix regression in date format for recentchanges dialog
* Fix regression in custom tool execution
* Fix for unicode in auto-linking
* Fix for unicode in arithmetic plugin
* Fix "insert image" also inserting a text link
* Fix search regex for chinese language to not match whitespace for start/end of word
* Fix for table editor plugin when sorting rows
* Fix for wrong usage of escapes in latex export for verbatim blocks

##  0.66 - Fri 28 Apr 2017
* Multiple notebooks run as single process now to reduce multi-process
  complexity - more robust startup, reduce need for "--standalone"
* SQLite indexer re-written to fix long standing bugs and design flaws
  with indexing
* Improved performance tag filtering in side pane
* Detect pages have changed on disk, even when page present in cache
* Bug fix for drag-n-drop of text within the editor
* New checkbox type available for "moved task" for journal workflow
* Context menu defined for checkboxes
* Horizontal lines "<HR>" added to wiki syntax -- Pavel_M
* Pathbar buttons can now also be used to insert page links by drag-n-drop
  -- Klaus Holler
* "search in section" added to context menu for pages
* "search backlinks" added to context menu for pages -- Volodymyr Buell
* Keyboard navigation of plugin tab in preferences dialog -- Jens Sauer
* Allow "mailto:"; links contain arguments like "?subject="
* Tasklist plugin: now also available embedded in side pane
* Tasklist plugin: new syntax for including due and start dates
* Tasklist plugin: new formatting priority column including deadlines
* Tasklist plugin: new "flat list" mode to only see lowest level tasks
* Tasklist plugin: removed support for "next" label
* Tasklist plugin: dialog now remembers sorting -- Jonas Pfannschmidt
* Versioncontrol plugin: git: removed global "git add", instead stage
  individual files
* Versioncontrol plugin: fossil: fix for fossil "addremove"
* Attachment browser: bug fix for drag-n-drop
* Linesorter plugin: added keybindings to move / duplicate / delete lines
  -- Johannes Kirschner
* Sourceview plugin: bug fix to make export via commandline also use
  objects -- Alex Ivkin
* Sourceview plugin: bug fix to follow editable state of parent window
  -- Jan Taus
* Bookmarks plugin updates -- Pavel_M
* Tableeditor plugin: bug fix for links -- Sašo Živanović
* Linkmap plugin: bug fix "unexpected char '-'"
* Arithmic plugin: bug fix to allow negative numbers -- TROUVERIE Joachim
* Dev: Templates are now translatable, using "gettext()" -- Jens Sauer
* Dev: Index API completely changed, see tasklist for a plugin example
* Dev: New module for file-system interaction, to be used in new code
* Dev: New parsing strategy based on tokenlist, used for tasklist parser
* Dev: Defined notebook API for concurrent operations in gtk main loop
* Dev: Simplified SignalEmitter code
* Packaging: removed support for maemo build - code went stale
* Packaging: make package build reproducible -- Reiner Herrmann
* Added translations for: Amharic, Arabic, Basque, and Portuguese

##  0.65 - Sun 01 Nov 2015
This release fixes two critical bugs in version 0.64:
* <Control> keybindings fail for older gtk versions, and in particular
  for the <Control><Space> keybinding
* The table editor tends to drop columns of content in the precences
  of empty cells

##  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

##  0.63 - Sat 13 Jun 2015
* Table plugin - by Tobias Haupenthal
* Support for Fossil version control - by Stas Bushuev
... Many bug fixes

##  0.62 - Tue 30 Sep 2014
Bug fix release
* Fixed broken Source View plugin
* Fixed Tray Icon plugin for Ubuntu
* Fixed bug with Caps Lock on windows
* Fixed behavior of New Page dialog
* Fixed status parsing for Git backend
* Fixed bug with CamelCase parsing for Persian & Arabic script
* Fixed parsing of numbered list character to be robust for Chinese characters
* Fixed bug with www server dialog
* Fixed bug in Go Child Page action
* Fixed export using the S5 slideshow template - now splits by heading
* Fixed bug in indexing for python 2.6
* Fixed bug in Open Notebook dialog when selecting current notebook
* Changed lookup path for 3rd party plugin modules - now uses XDG path
* Merged patch to support more screenshot tools in the Insert Screenshot
  plugin - Andri Kusumah
* Updated Sort Lines plugin to use natural sorting for unicode
* Added control for handling of line breaks in HTML export
* Changed rendering of checkboxes in HTML export
* Merged patch to set image size for GNU R plugin - Olivier Scholder
* Added control to toggle full page name in Tag index view
* Added handling of SIGTERM signal

##  0.61 - Thu 31 Jul 2014
* Full refactoring of code for parsing and processing wiki syntax
  making parser easier to extend and document interface more scalable
* Full refactoring of code for plugin framework making plugins more
  flexible by defining decorators for specific application objects
* Full refactoring of code for exporting pages from zim
  - Now supports MHTML export format
  - Supports exporting multiple pages to a single file
  - Supports recursive export of a page and all it's sub-pages
  - Templates now support many more instructions and expressions
* Full refactoring of the code for parsing commandline commands and
  initializing the application
* New config manager code to make parsing and handling of config files
  more robust
* Merged new plugin for editing sequence diagrams by Greg Warner
* Improved the ToC plugin with floating widget
* Fixed unicode issue when calling external applications, and in
  particular for the hg and git commands
* Fixed support for unicode CamelCase word detection
* Fixed bug on windows with unicode user names in background process
  connection
* Changed "tags" plugin to show full page paths in the pre-tag view
* Added option for custom commands to replace the current selection
* Added keybindings for XF86Back and XF86Forward
* Many small fixes & patches from various persons that I forgot about *sorry*
* Added Finnish translation

##  0.60 - Tue 30 Apr 2013
* In this release the required python version is changed from 2.5 to 2.6 !
* Added a Recent Changes dialog and a Recent Changes pathbar option
* Added search entry to toolbar
* Added function to attachment browser plugin to zoom icon size
* Added new template by Robert Welch
* Critical bug fix for using templates that have a resources folder
* Fix for week number in Journal plugin page template (again)
* Fix for focus switching with distraction free editing plugin
* Fix for handling BOM character at start of file
* Fixed quicknote dialog to ask for confirmation on discard
* Fix to allow calling executables that do not end in .exe on windows
* Fix for various typos in the manual by Stéphane Aulery
* Removed custom zim.www.Server class in favor of standard library version
* New translations for Korean and Norwegian Bokmal


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/editors/zim/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/zim/PLIST pkgsrc/editors/zim/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/zim/Makefile
diff -u pkgsrc/editors/zim/Makefile:1.44 pkgsrc/editors/zim/Makefile:1.45
--- pkgsrc/editors/zim/Makefile:1.44    Thu Nov  5 09:08:03 2020
+++ pkgsrc/editors/zim/Makefile Mon Feb  8 10:55:56 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2020/11/05 09:08:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.45 2021/02/08 10:55:56 triaxx Exp $
 
-DISTNAME=      zim-0.59
-PKGREVISION=   23
+DISTNAME=      zim-0.73.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    editors
 MASTER_SITES=  http://zim-wiki.org/downloads/
@@ -11,6 +10,7 @@ HOMEPAGE=     https://zim-wiki.org/
 COMMENT=       Zim brings the concept of a wiki to your desktop
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=      ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
@@ -18,20 +18,17 @@ DEPENDS+=   xdg-utils-[0-9]*:../../misc/xd
 
 USE_LANGUAGES= # none
 
-REPLACE_PYTHON=        ${WRKSRC}/zim.py
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
+BUILD_DEFS=    PKG_SYSCONFBASE
 
-SUBST_CLASSES+=                data-path
-SUBST_STAGE.data-path= pre-configure
-SUBST_FILES.data-path= zim/config.py
-SUBST_SED.data-path=   -e 's,/usr/local/share/,${PREFIX}/share/,'
-
-SUBST_CLASSES+=                        fix-python
-SUBST_STAGE.fix-python=                pre-configure
-SUBST_MESSAGE.fix-python=      Fixing dynamic python
-SUBST_FILES.fix-python+=       zim/inc/xdot.py
-SUBST_FILES.fix-python+=       zim/_version.py
-SUBST_SED.fix-python+=         -e 's,/usr/bin/env python,${PYTHONBIN},'
+REPLACE_PYTHON=        zim.py
+
+PYTHON_VERSIONS_ACCEPTED=      39 38 37 36
+
+SUBST_CLASSES+=                        data-path
+SUBST_STAGE.data-path=         pre-configure
+SUBST_FILES.data-path=         zim/config/basedirs.py
+SUBST_SED.data-path=           -e 's,/usr/share/,${PREFIX}/share/,'
+SUBST_SED.data-path+=          -e 's,/etc/xdg/,${PKG_SYSCONFBASE}/xdg/,'
 
 SUBST_CLASSES+=                        man-path
 SUBST_STAGE.man-path=          pre-configure
@@ -40,7 +37,7 @@ SUBST_SED.man-path=           -e s,share/man/man1
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"

Index: pkgsrc/editors/zim/PLIST
diff -u pkgsrc/editors/zim/PLIST:1.8 pkgsrc/editors/zim/PLIST:1.9
--- pkgsrc/editors/zim/PLIST:1.8        Fri Feb 15 23:56:39 2013
+++ pkgsrc/editors/zim/PLIST    Mon Feb  8 10:55:56 2021
@@ -1,30 +1,60 @@
-@comment $NetBSD: PLIST,v 1.8 2013/02/15 23:56:39 bad Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/02/08 10:55:56 triaxx Exp $
 bin/zim
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/zim/__init__.py
 ${PYSITELIB}/zim/__init__.pyc
 ${PYSITELIB}/zim/__init__.pyo
-${PYSITELIB}/zim/_version.py
-${PYSITELIB}/zim/_version.pyc
-${PYSITELIB}/zim/_version.pyo
+${PYSITELIB}/zim/actions.py
+${PYSITELIB}/zim/actions.pyc
+${PYSITELIB}/zim/actions.pyo
 ${PYSITELIB}/zim/applications.py
 ${PYSITELIB}/zim/applications.pyc
 ${PYSITELIB}/zim/applications.pyo
-${PYSITELIB}/zim/async.py
-${PYSITELIB}/zim/async.pyc
-${PYSITELIB}/zim/async.pyo
-${PYSITELIB}/zim/config.py
-${PYSITELIB}/zim/config.pyc
-${PYSITELIB}/zim/config.pyo
+${PYSITELIB}/zim/config/__init__.py
+${PYSITELIB}/zim/config/__init__.pyc
+${PYSITELIB}/zim/config/__init__.pyo
+${PYSITELIB}/zim/config/basedirs.py
+${PYSITELIB}/zim/config/basedirs.pyc
+${PYSITELIB}/zim/config/basedirs.pyo
+${PYSITELIB}/zim/config/dicts.py
+${PYSITELIB}/zim/config/dicts.pyc
+${PYSITELIB}/zim/config/dicts.pyo
+${PYSITELIB}/zim/config/manager.py
+${PYSITELIB}/zim/config/manager.pyc
+${PYSITELIB}/zim/config/manager.pyo
 ${PYSITELIB}/zim/datetimetz.py
 ${PYSITELIB}/zim/datetimetz.pyc
 ${PYSITELIB}/zim/datetimetz.pyo
 ${PYSITELIB}/zim/errors.py
 ${PYSITELIB}/zim/errors.pyc
 ${PYSITELIB}/zim/errors.pyo
-${PYSITELIB}/zim/exporter.py
-${PYSITELIB}/zim/exporter.pyc
-${PYSITELIB}/zim/exporter.pyo
+${PYSITELIB}/zim/export/__init__.py
+${PYSITELIB}/zim/export/__init__.pyc
+${PYSITELIB}/zim/export/__init__.pyo
+${PYSITELIB}/zim/export/__main__.py
+${PYSITELIB}/zim/export/__main__.pyc
+${PYSITELIB}/zim/export/__main__.pyo
+${PYSITELIB}/zim/export/exporters/__init__.py
+${PYSITELIB}/zim/export/exporters/__init__.pyc
+${PYSITELIB}/zim/export/exporters/__init__.pyo
+${PYSITELIB}/zim/export/exporters/files.py
+${PYSITELIB}/zim/export/exporters/files.pyc
+${PYSITELIB}/zim/export/exporters/files.pyo
+${PYSITELIB}/zim/export/exporters/mhtml.py
+${PYSITELIB}/zim/export/exporters/mhtml.pyc
+${PYSITELIB}/zim/export/exporters/mhtml.pyo
+${PYSITELIB}/zim/export/layouts.py
+${PYSITELIB}/zim/export/layouts.pyc
+${PYSITELIB}/zim/export/layouts.pyo
+${PYSITELIB}/zim/export/linker.py
+${PYSITELIB}/zim/export/linker.pyc
+${PYSITELIB}/zim/export/linker.pyo
+${PYSITELIB}/zim/export/selections.py
+${PYSITELIB}/zim/export/selections.pyc
+${PYSITELIB}/zim/export/selections.pyo
+${PYSITELIB}/zim/export/template.py
+${PYSITELIB}/zim/export/template.pyc
+${PYSITELIB}/zim/export/template.pyo
 ${PYSITELIB}/zim/formats/__init__.py
 ${PYSITELIB}/zim/formats/__init__.pyc
 ${PYSITELIB}/zim/formats/__init__.pyo
@@ -55,12 +85,12 @@ ${PYSITELIB}/zim/fs.pyo
 ${PYSITELIB}/zim/gui/__init__.py
 ${PYSITELIB}/zim/gui/__init__.pyc
 ${PYSITELIB}/zim/gui/__init__.pyo
+${PYSITELIB}/zim/gui/actionextension.py
+${PYSITELIB}/zim/gui/actionextension.pyc
+${PYSITELIB}/zim/gui/actionextension.pyo
 ${PYSITELIB}/zim/gui/applications.py
 ${PYSITELIB}/zim/gui/applications.pyc
 ${PYSITELIB}/zim/gui/applications.pyo
-${PYSITELIB}/zim/gui/cleannotebookdialog.py
-${PYSITELIB}/zim/gui/cleannotebookdialog.pyc
-${PYSITELIB}/zim/gui/cleannotebookdialog.pyo
 ${PYSITELIB}/zim/gui/clipboard.py
 ${PYSITELIB}/zim/gui/clipboard.pyc
 ${PYSITELIB}/zim/gui/clipboard.pyo
@@ -70,27 +100,30 @@ ${PYSITELIB}/zim/gui/customtools.pyo
 ${PYSITELIB}/zim/gui/exportdialog.py
 ${PYSITELIB}/zim/gui/exportdialog.pyc
 ${PYSITELIB}/zim/gui/exportdialog.pyo
-${PYSITELIB}/zim/gui/imagegeneratordialog.py
-${PYSITELIB}/zim/gui/imagegeneratordialog.pyc
-${PYSITELIB}/zim/gui/imagegeneratordialog.pyo
+${PYSITELIB}/zim/gui/insertedobjects.py
+${PYSITELIB}/zim/gui/insertedobjects.pyc
+${PYSITELIB}/zim/gui/insertedobjects.pyo
+${PYSITELIB}/zim/gui/mainwindow.py
+${PYSITELIB}/zim/gui/mainwindow.pyc
+${PYSITELIB}/zim/gui/mainwindow.pyo
+${PYSITELIB}/zim/gui/navigation.py
+${PYSITELIB}/zim/gui/navigation.pyc
+${PYSITELIB}/zim/gui/navigation.pyo
 ${PYSITELIB}/zim/gui/notebookdialog.py
 ${PYSITELIB}/zim/gui/notebookdialog.pyc
 ${PYSITELIB}/zim/gui/notebookdialog.pyo
-${PYSITELIB}/zim/gui/pageindex.py
-${PYSITELIB}/zim/gui/pageindex.pyc
-${PYSITELIB}/zim/gui/pageindex.pyo
 ${PYSITELIB}/zim/gui/pageview.py
 ${PYSITELIB}/zim/gui/pageview.pyc
 ${PYSITELIB}/zim/gui/pageview.pyo
-${PYSITELIB}/zim/gui/pathbar.py
-${PYSITELIB}/zim/gui/pathbar.pyc
-${PYSITELIB}/zim/gui/pathbar.pyo
 ${PYSITELIB}/zim/gui/preferencesdialog.py
 ${PYSITELIB}/zim/gui/preferencesdialog.pyc
 ${PYSITELIB}/zim/gui/preferencesdialog.pyo
 ${PYSITELIB}/zim/gui/propertiesdialog.py
 ${PYSITELIB}/zim/gui/propertiesdialog.pyc
 ${PYSITELIB}/zim/gui/propertiesdialog.pyo
+${PYSITELIB}/zim/gui/recentchangesdialog.py
+${PYSITELIB}/zim/gui/recentchangesdialog.pyc
+${PYSITELIB}/zim/gui/recentchangesdialog.pyo
 ${PYSITELIB}/zim/gui/searchdialog.py
 ${PYSITELIB}/zim/gui/searchdialog.pyc
 ${PYSITELIB}/zim/gui/searchdialog.pyo
@@ -100,6 +133,9 @@ ${PYSITELIB}/zim/gui/server.pyo
 ${PYSITELIB}/zim/gui/templateeditordialog.py
 ${PYSITELIB}/zim/gui/templateeditordialog.pyc
 ${PYSITELIB}/zim/gui/templateeditordialog.pyo
+${PYSITELIB}/zim/gui/uiactions.py
+${PYSITELIB}/zim/gui/uiactions.pyc
+${PYSITELIB}/zim/gui/uiactions.pyo
 ${PYSITELIB}/zim/gui/widgets.py
 ${PYSITELIB}/zim/gui/widgets.pyc
 ${PYSITELIB}/zim/gui/widgets.pyo
@@ -112,18 +148,72 @@ ${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
-${PYSITELIB}/zim/ipc.py
-${PYSITELIB}/zim/ipc.pyc
-${PYSITELIB}/zim/ipc.pyo
-${PYSITELIB}/zim/notebook.py
-${PYSITELIB}/zim/notebook.pyc
-${PYSITELIB}/zim/notebook.pyo
+${PYSITELIB}/zim/insertedobjects.py
+${PYSITELIB}/zim/insertedobjects.pyc
+${PYSITELIB}/zim/insertedobjects.pyo
+${PYSITELIB}/zim/main/__init__.py
+${PYSITELIB}/zim/main/__init__.pyc
+${PYSITELIB}/zim/main/__init__.pyo
+${PYSITELIB}/zim/main/command.py
+${PYSITELIB}/zim/main/command.pyc
+${PYSITELIB}/zim/main/command.pyo
+${PYSITELIB}/zim/main/ipc.py
+${PYSITELIB}/zim/main/ipc.pyc
+${PYSITELIB}/zim/main/ipc.pyo
+${PYSITELIB}/zim/newfs/__init__.py
+${PYSITELIB}/zim/newfs/__init__.pyc
+${PYSITELIB}/zim/newfs/__init__.pyo
+${PYSITELIB}/zim/newfs/base.py
+${PYSITELIB}/zim/newfs/base.pyc
+${PYSITELIB}/zim/newfs/base.pyo
+${PYSITELIB}/zim/newfs/helpers.py
+${PYSITELIB}/zim/newfs/helpers.pyc
+${PYSITELIB}/zim/newfs/helpers.pyo
+${PYSITELIB}/zim/newfs/local.py
+${PYSITELIB}/zim/newfs/local.pyc
+${PYSITELIB}/zim/newfs/local.pyo
+${PYSITELIB}/zim/newfs/mock.py
+${PYSITELIB}/zim/newfs/mock.pyc
+${PYSITELIB}/zim/newfs/mock.pyo
+${PYSITELIB}/zim/notebook/__init__.py
+${PYSITELIB}/zim/notebook/__init__.pyc
+${PYSITELIB}/zim/notebook/__init__.pyo
+${PYSITELIB}/zim/notebook/index/__init__.py
+${PYSITELIB}/zim/notebook/index/__init__.pyc
+${PYSITELIB}/zim/notebook/index/__init__.pyo
+${PYSITELIB}/zim/notebook/index/base.py
+${PYSITELIB}/zim/notebook/index/base.pyc
+${PYSITELIB}/zim/notebook/index/base.pyo
+${PYSITELIB}/zim/notebook/index/files.py
+${PYSITELIB}/zim/notebook/index/files.pyc
+${PYSITELIB}/zim/notebook/index/files.pyo
+${PYSITELIB}/zim/notebook/index/links.py
+${PYSITELIB}/zim/notebook/index/links.pyc
+${PYSITELIB}/zim/notebook/index/links.pyo
+${PYSITELIB}/zim/notebook/index/pages.py
+${PYSITELIB}/zim/notebook/index/pages.pyc
+${PYSITELIB}/zim/notebook/index/pages.pyo
+${PYSITELIB}/zim/notebook/index/tags.py
+${PYSITELIB}/zim/notebook/index/tags.pyc
+${PYSITELIB}/zim/notebook/index/tags.pyo
+${PYSITELIB}/zim/notebook/info.py
+${PYSITELIB}/zim/notebook/info.pyc
+${PYSITELIB}/zim/notebook/info.pyo
+${PYSITELIB}/zim/notebook/layout.py
+${PYSITELIB}/zim/notebook/layout.pyc
+${PYSITELIB}/zim/notebook/layout.pyo
+${PYSITELIB}/zim/notebook/notebook.py
+${PYSITELIB}/zim/notebook/notebook.pyc
+${PYSITELIB}/zim/notebook/notebook.pyo
+${PYSITELIB}/zim/notebook/operations.py
+${PYSITELIB}/zim/notebook/operations.pyc
+${PYSITELIB}/zim/notebook/operations.pyo
+${PYSITELIB}/zim/notebook/page.py
+${PYSITELIB}/zim/notebook/page.pyc
+${PYSITELIB}/zim/notebook/page.pyo
+${PYSITELIB}/zim/parser.py
+${PYSITELIB}/zim/parser.pyc
+${PYSITELIB}/zim/parser.pyo
 ${PYSITELIB}/zim/parsing.py
 ${PYSITELIB}/zim/parsing.pyc
 ${PYSITELIB}/zim/parsing.pyo
@@ -133,18 +223,27 @@ ${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
-${PYSITELIB}/zim/plugins/automount.py
-${PYSITELIB}/zim/plugins/automount.pyc
-${PYSITELIB}/zim/plugins/automount.pyo
+${PYSITELIB}/zim/plugins/attachmentbrowser/__init__.py
+${PYSITELIB}/zim/plugins/attachmentbrowser/__init__.pyc
+${PYSITELIB}/zim/plugins/attachmentbrowser/__init__.pyo
+${PYSITELIB}/zim/plugins/attachmentbrowser/filebrowser.py
+${PYSITELIB}/zim/plugins/attachmentbrowser/filebrowser.pyc
+${PYSITELIB}/zim/plugins/attachmentbrowser/filebrowser.pyo
+${PYSITELIB}/zim/plugins/attachmentbrowser/thumbnailer.py
+${PYSITELIB}/zim/plugins/attachmentbrowser/thumbnailer.pyc
+${PYSITELIB}/zim/plugins/attachmentbrowser/thumbnailer.pyo
 ${PYSITELIB}/zim/plugins/backlinkpane.py
 ${PYSITELIB}/zim/plugins/backlinkpane.pyc
 ${PYSITELIB}/zim/plugins/backlinkpane.pyo
-${PYSITELIB}/zim/plugins/calendar.py
-${PYSITELIB}/zim/plugins/calendar.pyc
-${PYSITELIB}/zim/plugins/calendar.pyo
+${PYSITELIB}/zim/plugins/base/__init__.py
+${PYSITELIB}/zim/plugins/base/__init__.pyc
+${PYSITELIB}/zim/plugins/base/__init__.pyo
+${PYSITELIB}/zim/plugins/base/imagegenerator.py
+${PYSITELIB}/zim/plugins/base/imagegenerator.pyc
+${PYSITELIB}/zim/plugins/base/imagegenerator.pyo
+${PYSITELIB}/zim/plugins/bookmarksbar.py
+${PYSITELIB}/zim/plugins/bookmarksbar.pyc
+${PYSITELIB}/zim/plugins/bookmarksbar.pyo
 ${PYSITELIB}/zim/plugins/diagrameditor.py
 ${PYSITELIB}/zim/plugins/diagrameditor.pyc
 ${PYSITELIB}/zim/plugins/diagrameditor.pyo
@@ -169,15 +268,27 @@ ${PYSITELIB}/zim/plugins/inlinecalculato
 ${PYSITELIB}/zim/plugins/insertsymbol.py
 ${PYSITELIB}/zim/plugins/insertsymbol.pyc
 ${PYSITELIB}/zim/plugins/insertsymbol.pyo
+${PYSITELIB}/zim/plugins/journal.py
+${PYSITELIB}/zim/plugins/journal.pyc
+${PYSITELIB}/zim/plugins/journal.pyo
 ${PYSITELIB}/zim/plugins/linesorter.py
 ${PYSITELIB}/zim/plugins/linesorter.pyc
 ${PYSITELIB}/zim/plugins/linesorter.pyo
-${PYSITELIB}/zim/plugins/linkmap/__init__.py
-${PYSITELIB}/zim/plugins/linkmap/__init__.pyc
-${PYSITELIB}/zim/plugins/linkmap/__init__.pyo
-${PYSITELIB}/zim/plugins/linkmap/gui.py
-${PYSITELIB}/zim/plugins/linkmap/gui.pyc
-${PYSITELIB}/zim/plugins/linkmap/gui.pyo
+${PYSITELIB}/zim/plugins/linkmap.py
+${PYSITELIB}/zim/plugins/linkmap.pyc
+${PYSITELIB}/zim/plugins/linkmap.pyo
+${PYSITELIB}/zim/plugins/osx_menubar.py
+${PYSITELIB}/zim/plugins/osx_menubar.pyc
+${PYSITELIB}/zim/plugins/osx_menubar.pyo
+${PYSITELIB}/zim/plugins/pageindex/__init__.py
+${PYSITELIB}/zim/plugins/pageindex/__init__.pyc
+${PYSITELIB}/zim/plugins/pageindex/__init__.pyo
+${PYSITELIB}/zim/plugins/pageindex/generictreemodel.py
+${PYSITELIB}/zim/plugins/pageindex/generictreemodel.pyc
+${PYSITELIB}/zim/plugins/pageindex/generictreemodel.pyo
+${PYSITELIB}/zim/plugins/pathbar.py
+${PYSITELIB}/zim/plugins/pathbar.pyc
+${PYSITELIB}/zim/plugins/pathbar.pyo
 ${PYSITELIB}/zim/plugins/printtobrowser.py
 ${PYSITELIB}/zim/plugins/printtobrowser.pyc
 ${PYSITELIB}/zim/plugins/printtobrowser.pyo
@@ -190,18 +301,36 @@ ${PYSITELIB}/zim/plugins/scoreeditor.pyo
 ${PYSITELIB}/zim/plugins/screenshot.py
 ${PYSITELIB}/zim/plugins/screenshot.pyc
 ${PYSITELIB}/zim/plugins/screenshot.pyo
+${PYSITELIB}/zim/plugins/sequencediagrameditor.py
+${PYSITELIB}/zim/plugins/sequencediagrameditor.pyc
+${PYSITELIB}/zim/plugins/sequencediagrameditor.pyo
+${PYSITELIB}/zim/plugins/sourceview.py
+${PYSITELIB}/zim/plugins/sourceview.pyc
+${PYSITELIB}/zim/plugins/sourceview.pyo
 ${PYSITELIB}/zim/plugins/spell.py
 ${PYSITELIB}/zim/plugins/spell.pyc
 ${PYSITELIB}/zim/plugins/spell.pyo
+${PYSITELIB}/zim/plugins/tableeditor.py
+${PYSITELIB}/zim/plugins/tableeditor.pyc
+${PYSITELIB}/zim/plugins/tableeditor.pyo
 ${PYSITELIB}/zim/plugins/tableofcontents.py
 ${PYSITELIB}/zim/plugins/tableofcontents.pyc
 ${PYSITELIB}/zim/plugins/tableofcontents.pyo
 ${PYSITELIB}/zim/plugins/tags.py
 ${PYSITELIB}/zim/plugins/tags.pyc
 ${PYSITELIB}/zim/plugins/tags.pyo
-${PYSITELIB}/zim/plugins/tasklist.py
-${PYSITELIB}/zim/plugins/tasklist.pyc
-${PYSITELIB}/zim/plugins/tasklist.pyo
+${PYSITELIB}/zim/plugins/tasklist/__init__.py
+${PYSITELIB}/zim/plugins/tasklist/__init__.pyc
+${PYSITELIB}/zim/plugins/tasklist/__init__.pyo
+${PYSITELIB}/zim/plugins/tasklist/dates.py
+${PYSITELIB}/zim/plugins/tasklist/dates.pyc
+${PYSITELIB}/zim/plugins/tasklist/dates.pyo
+${PYSITELIB}/zim/plugins/tasklist/gui.py
+${PYSITELIB}/zim/plugins/tasklist/gui.pyc
+${PYSITELIB}/zim/plugins/tasklist/gui.pyo
+${PYSITELIB}/zim/plugins/tasklist/indexer.py
+${PYSITELIB}/zim/plugins/tasklist/indexer.pyc
+${PYSITELIB}/zim/plugins/tasklist/indexer.pyo
 ${PYSITELIB}/zim/plugins/trayicon.py
 ${PYSITELIB}/zim/plugins/trayicon.pyc
 ${PYSITELIB}/zim/plugins/trayicon.pyo
@@ -211,6 +340,9 @@ ${PYSITELIB}/zim/plugins/versioncontrol/
 ${PYSITELIB}/zim/plugins/versioncontrol/bzr.py
 ${PYSITELIB}/zim/plugins/versioncontrol/bzr.pyc
 ${PYSITELIB}/zim/plugins/versioncontrol/bzr.pyo
+${PYSITELIB}/zim/plugins/versioncontrol/fossil.py
+${PYSITELIB}/zim/plugins/versioncontrol/fossil.pyc
+${PYSITELIB}/zim/plugins/versioncontrol/fossil.pyo
 ${PYSITELIB}/zim/plugins/versioncontrol/git.py
 ${PYSITELIB}/zim/plugins/versioncontrol/git.pyc
 ${PYSITELIB}/zim/plugins/versioncontrol/git.pyo
@@ -226,21 +358,27 @@ ${PYSITELIB}/zim/search.pyo
 ${PYSITELIB}/zim/signals.py
 ${PYSITELIB}/zim/signals.pyc
 ${PYSITELIB}/zim/signals.pyo
-${PYSITELIB}/zim/stores/__init__.py
-${PYSITELIB}/zim/stores/__init__.pyc
-${PYSITELIB}/zim/stores/__init__.pyo
-${PYSITELIB}/zim/stores/files.py
-${PYSITELIB}/zim/stores/files.pyc
-${PYSITELIB}/zim/stores/files.pyo
-${PYSITELIB}/zim/stores/memory.py
-${PYSITELIB}/zim/stores/memory.pyc
-${PYSITELIB}/zim/stores/memory.pyo
-${PYSITELIB}/zim/stores/xml.py
-${PYSITELIB}/zim/stores/xml.pyc
-${PYSITELIB}/zim/stores/xml.pyo
-${PYSITELIB}/zim/templates.py
-${PYSITELIB}/zim/templates.pyc
-${PYSITELIB}/zim/templates.pyo
+${PYSITELIB}/zim/templates/__init__.py
+${PYSITELIB}/zim/templates/__init__.pyc
+${PYSITELIB}/zim/templates/__init__.pyo
+${PYSITELIB}/zim/templates/expression.py
+${PYSITELIB}/zim/templates/expression.pyc
+${PYSITELIB}/zim/templates/expression.pyo
+${PYSITELIB}/zim/templates/expressionparser.py
+${PYSITELIB}/zim/templates/expressionparser.pyc
+${PYSITELIB}/zim/templates/expressionparser.pyo
+${PYSITELIB}/zim/templates/functions.py
+${PYSITELIB}/zim/templates/functions.pyc
+${PYSITELIB}/zim/templates/functions.pyo
+${PYSITELIB}/zim/templates/parser.py
+${PYSITELIB}/zim/templates/parser.pyc
+${PYSITELIB}/zim/templates/parser.pyo
+${PYSITELIB}/zim/templates/processor.py
+${PYSITELIB}/zim/templates/processor.pyc
+${PYSITELIB}/zim/templates/processor.pyo
+${PYSITELIB}/zim/tokenparser.py
+${PYSITELIB}/zim/tokenparser.pyc
+${PYSITELIB}/zim/tokenparser.pyo
 ${PYSITELIB}/zim/utils.py
 ${PYSITELIB}/zim/utils.pyc
 ${PYSITELIB}/zim/utils.pyo
@@ -269,6 +407,8 @@ share/icons/hicolor/scalable/mimetypes/a
 share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-zim-notebook.svg
 share/icons/ubuntu-mono-dark/apps/22/zim-panel.svg
 share/icons/ubuntu-mono-light/apps/22/zim-panel.svg
+share/locale/am/LC_MESSAGES/zim.mo
+share/locale/ar/LC_MESSAGES/zim.mo
 share/locale/ca/LC_MESSAGES/zim.mo
 share/locale/cs/LC_MESSAGES/zim.mo
 share/locale/da/LC_MESSAGES/zim.mo
@@ -277,14 +417,21 @@ share/locale/el/LC_MESSAGES/zim.mo
 share/locale/en_GB/LC_MESSAGES/zim.mo
 share/locale/es/LC_MESSAGES/zim.mo
 share/locale/et/LC_MESSAGES/zim.mo
+share/locale/eu/LC_MESSAGES/zim.mo
+share/locale/fi/LC_MESSAGES/zim.mo
 share/locale/fr/LC_MESSAGES/zim.mo
 share/locale/gl/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/id/LC_MESSAGES/zim.mo
 share/locale/it/LC_MESSAGES/zim.mo
 share/locale/ja/LC_MESSAGES/zim.mo
+share/locale/ko/LC_MESSAGES/zim.mo
+share/locale/nb/LC_MESSAGES/zim.mo
 share/locale/nl/LC_MESSAGES/zim.mo
 share/locale/pl/LC_MESSAGES/zim.mo
+share/locale/pt/LC_MESSAGES/zim.mo
 share/locale/pt_BR/LC_MESSAGES/zim.mo
 share/locale/ro/LC_MESSAGES/zim.mo
 share/locale/ru/LC_MESSAGES/zim.mo
@@ -296,19 +443,23 @@ share/locale/tr/LC_MESSAGES/zim.mo
 share/locale/uk/LC_MESSAGES/zim.mo
 share/locale/zh_CN/LC_MESSAGES/zim.mo
 share/locale/zh_TW/LC_MESSAGES/zim.mo
+share/metainfo/org.zim_wiki.Zim.appdata.xml
 share/mime/packages/zim.xml
 share/pixmaps/zim.png
 share/zim/dates.list
 share/zim/globe.svg
 share/zim/globe_banner.svg
 share/zim/globe_banner_small.png
+share/zim/helpers/compare_files/meld.desktop
 share/zim/manual/About.txt
 share/zim/manual/Bugs.txt
 share/zim/manual/FAQ.txt
 share/zim/manual/Help.txt
 share/zim/manual/Help/Attachments.txt
 share/zim/manual/Help/Auto_Formatting.txt
+share/zim/manual/Help/Automount.txt
 share/zim/manual/Help/Check_Boxes.txt
+share/zim/manual/Help/Commandline_Options.txt
 share/zim/manual/Help/Config_Files.txt
 share/zim/manual/Help/Custom_Tools.txt
 share/zim/manual/Help/Default_Applications.txt
@@ -319,8 +470,10 @@ share/zim/manual/Help/Importing_external
 share/zim/manual/Help/Key_Bindings.txt
 share/zim/manual/Help/Links.txt
 share/zim/manual/Help/Menu_Items.txt
+share/zim/manual/Help/Migrating_to_latest_version.txt
 share/zim/manual/Help/Notebooks.txt
 share/zim/manual/Help/Pages.txt
+share/zim/manual/Help/Portable_Install.txt
 share/zim/manual/Help/Preferences.txt
 share/zim/manual/Help/Properties.txt
 share/zim/manual/Help/Searching.txt
@@ -330,8 +483,8 @@ share/zim/manual/Help/Wiki_Syntax.txt
 share/zim/manual/Plugins.txt
 share/zim/manual/Plugins/Arithmetic.txt
 share/zim/manual/Plugins/Attachment_Browser.txt
-share/zim/manual/Plugins/Automount.txt
 share/zim/manual/Plugins/BackLinks_Pane.txt
+share/zim/manual/Plugins/BookmarksBar.txt
 share/zim/manual/Plugins/Diagram_Editor.txt
 share/zim/manual/Plugins/Diagram_Editor/diagram.png
 share/zim/manual/Plugins/Distraction_Free_Editing.txt
@@ -355,6 +508,8 @@ share/zim/manual/Plugins/Journal.txt
 share/zim/manual/Plugins/Line_Sorter.txt
 share/zim/manual/Plugins/Link_Map.txt
 share/zim/manual/Plugins/Log_events_with_Zeitgeist.txt
+share/zim/manual/Plugins/PageIndex.txt
+share/zim/manual/Plugins/PathBar.txt
 share/zim/manual/Plugins/Print_to_Browser.txt
 share/zim/manual/Plugins/Quick_Note.txt
 share/zim/manual/Plugins/Score_Editor.txt
@@ -366,12 +521,29 @@ share/zim/manual/Plugins/Score_Editor/sc
 share/zim/manual/Plugins/Score_Editor/score002.png
 share/zim/manual/Plugins/Score_Editor/score003.ly
 share/zim/manual/Plugins/Score_Editor/score003.png
+share/zim/manual/Plugins/Sequence_Diagram_Editor.txt
+share/zim/manual/Plugins/Sequence_Diagram_Editor/diagram.png
+share/zim/manual/Plugins/Source_View.txt
 share/zim/manual/Plugins/Spell_Checker.txt
+share/zim/manual/Plugins/Table_Editor.txt
+share/zim/manual/Plugins/Table_Editor/Basic_Table_Operations.txt
+share/zim/manual/Plugins/Table_Editor/Basic_Table_Operations/insert-table.png
+share/zim/manual/Plugins/Table_Editor/Basic_Table_Operations/table_popup.png
+share/zim/manual/Plugins/Table_Editor/Basic_Table_Operations/table_settings_dialog.png
+share/zim/manual/Plugins/Table_Editor/Superior_Table_Operations.txt
+share/zim/manual/Plugins/Table_Editor/Superior_Table_Operations/cell_after_text_formatting.png
+share/zim/manual/Plugins/Table_Editor/Superior_Table_Operations/cell_editing_with_text_formatting.png
+share/zim/manual/Plugins/Table_Editor/table_demo.png
+share/zim/manual/Plugins/Table_Editor/table_footer.png
+share/zim/manual/Plugins/Table_Editor/table_toolbar.png
+share/zim/manual/Plugins/Table_Editor/with_borders.png
+share/zim/manual/Plugins/Table_Editor/without_borders.png
 share/zim/manual/Plugins/Table_Of_Contents.txt
 share/zim/manual/Plugins/Tags.txt
 share/zim/manual/Plugins/Task_List.txt
 share/zim/manual/Plugins/Tray_Icon.txt
 share/zim/manual/Plugins/Version_Control.txt
+share/zim/manual/Plugins/macOS_Menubar.txt
 share/zim/manual/Start.txt
 share/zim/manual/Usage.txt
 share/zim/manual/Usage/Collaboration.txt
@@ -383,16 +555,17 @@ share/zim/manual/Usage/Getting_Started.t
 share/zim/manual/Usage/Getting_Things_Done.txt
 share/zim/manual/Usage/Publishing.txt
 share/zim/manual/notebook.zim
-share/zim/menubar-maemo4.xml
-share/zim/menubar-maemo5.xml
 share/zim/menubar.xml
+share/zim/pixmaps/add-bookmark.png
 share/zim/pixmaps/attachment.png
 share/zim/pixmaps/calendar.png
 share/zim/pixmaps/checked-box.png
 share/zim/pixmaps/favicon.ico
+share/zim/pixmaps/insert-table.png
 share/zim/pixmaps/link.png
 share/zim/pixmaps/linkmap.png
 share/zim/pixmaps/linkmap.svg
+share/zim/pixmaps/migrated-box.png
 share/zim/pixmaps/task-list.png
 share/zim/pixmaps/unchecked-box.png
 share/zim/pixmaps/xchecked-box.png
@@ -403,6 +576,18 @@ share/zim/templates/html/Default_with_in
 share/zim/templates/html/Presentation.html
 share/zim/templates/html/Print.html
 share/zim/templates/html/SlideShow_(S5).html
+share/zim/templates/html/SlideShow_(S5)/ui/default/blank.gif
+share/zim/templates/html/SlideShow_(S5)/ui/default/bodybg.gif
+share/zim/templates/html/SlideShow_(S5)/ui/default/framing.css
+share/zim/templates/html/SlideShow_(S5)/ui/default/iepngfix.htc
+share/zim/templates/html/SlideShow_(S5)/ui/default/opera.css
+share/zim/templates/html/SlideShow_(S5)/ui/default/outline.css
+share/zim/templates/html/SlideShow_(S5)/ui/default/pretty.css
+share/zim/templates/html/SlideShow_(S5)/ui/default/print.css
+share/zim/templates/html/SlideShow_(S5)/ui/default/s5-core.css
+share/zim/templates/html/SlideShow_(S5)/ui/default/slides.css
+share/zim/templates/html/SlideShow_(S5)/ui/default/slides.js
+share/zim/templates/html/ZeroFiveEight.html
 share/zim/templates/latex/Article.tex
 share/zim/templates/latex/Part.tex
 share/zim/templates/latex/Report.tex
Index: pkgsrc/editors/zim/distinfo
diff -u pkgsrc/editors/zim/distinfo:1.8 pkgsrc/editors/zim/distinfo:1.9
--- pkgsrc/editors/zim/distinfo:1.8     Tue Nov  3 03:32:24 2015
+++ pkgsrc/editors/zim/distinfo Mon Feb  8 10:55:56 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 03:32:24 agc Exp $
+$NetBSD: distinfo,v 1.9 2021/02/08 10:55:56 triaxx Exp $
 
-SHA1 (zim-0.59.tar.gz) = 15d68c892c02cb1e4490599b4f397fe88c334706
-RMD160 (zim-0.59.tar.gz) = 52ecd7fe35e888c0341bb3c6170af2c7e6f21555
-SHA512 (zim-0.59.tar.gz) = 75a72f6d12f4479105f7991bf3afc54f90880450cf41c060e7abf1b3b45ecbe588de69fed26805260400494f32b0e78515918239d49d9eee0b07c6c97ec7c733
-Size (zim-0.59.tar.gz) = 1580046 bytes
+SHA1 (zim-0.73.5.tar.gz) = 80d43d5c1c6a47c695079eb02bc8ad36b84d6e57
+RMD160 (zim-0.73.5.tar.gz) = 90060e2ee7b3a03a386e39c4c782023211b988a3
+SHA512 (zim-0.73.5.tar.gz) = 78a8996a74c04363c6dfe89a8709b87b6d023add2fbd12a494cddfd0fa29cc319f97a6e7b4d41409fc81d3b1baa9d433d338feedacb97172a9adcba7e8fcdcb5
+Size (zim-0.73.5.tar.gz) = 2159901 bytes



Home | Main Index | Thread Index | Old Index