File: Changes

package info (click to toggle)
zim 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,404 kB
  • ctags: 774
  • sloc: perl: 16,381; python: 99; sh: 91; makefile: 47; xml: 8
file content (238 lines) | stat: -rw-r--r-- 10,096 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
===== Changes for zim =====
Jaap Karssenberg pardus@cpan.org

=== 0.25 - Tue May 20 2008 ===
* Added translations for Danish, Russian and Galician
* Added --gtk-path to work around win32 environment behavior
* Fixed a bug when opening files without asociated application
* Fixed a bug for older versions of Exporter
* Fixed bug that prevented using Gtk2::StatusIcon this means we can
  drop dependency on Gtk2::TrayIcon for gtk+ >= 2.10
* Fixed bug with utf8 notebook name not showing correctly in TrayIcon menu
* Fixed TrayIcon to hide window when it already has focus
* Fixed bug with file selection dialog for certain gtk versions
* Fixed bug where a few strings were skipped when indexing translatable text

=== 0.24 - Mon Apr 21 2008 ===
* Added translations for German, French, Italian and Hebrew
* Improved support for attaching files and images
* Added daemon component to make seperate instances communicate
* Added a TODO list plugin that searches for TODO tags in the notebook
* Added a ToggleReadOnly plugin to make a notebook temporary read-only
* Moved Zim::File to Zim::FS::File, also added Zim::FS::Dir objects
  made whole file system access much more object oriented
* Config files now use proper INI-style layout
* Notebook config file is now called "notebook.zim" and has it's own mimetype
* The history, cache and state are now saved under ".zim/" in the notebook
* Changed directory structure of the manual
* Moved Calendar functionality back into plugin
* Calendar now namespaces date pages per month for better scalability.
  On first use zim will prompt to move exiting pages.
* Date namespace now has it's own template for new pages
* Added a keybinding ( ">" ) to quote selections
* Updated Build script, we now need Module::Build >= 0.28
* Website changed, zim now lives at: http://zim-wiki.org

=== 0.23 - Wed Nov 21 2007 ===
* Added translation support - translators welcome !
* Added translations for Dutch, Spanish, Czech, Swedish and Portuguese
* Renamed "repository" to "notebook" for better conceptual mapping
* Fixed bug when writing to symlinked files
* Fixed bug with "Edit Link" action on unlinked text
* Fixed bug in conversion of link text in exported HTML
* Added key bindings to side pane: '\' and '*' for collapse and expand all
* Now requires File::BaseDir 0.03 and File::DesktopEntry 0.03 or better

=== 0.22 - Thu Oct 11 2007 ===
Bug fix release :(
* Fixed bug that prevented the creation of pages in new namespaces by
  labelling them as read-only
* Added current format style to status bar
* Fixed bug with "Send To..." menu item

=== 0.21 - Sun Sep 30 2007 ===
* Added an EquationEditor plugin using latex and dvipng
* Added a InsertScreenshot plugin using scrot(1) - idea from Armin Taschwer
* Added a "Open in external editor" menu item
* Made read_only property switch per page
* Fixed bug with the file name for the home page
* Fixed bug with utf8 in template for new pages

=== 0.20 - Sun Aug 19 2007 ===
* Added config file to control display styles of text formatting
* Added template to control the look of new pages which can be customized
* Added default repository to GUI, replaces "default_root"
* Added a document root setting to the repository properties which can
  be used as a top level directory for external files
* Added option to name the index page for Html export
* Added option to handle autosave on slow filesystems by caching
* Improved rendering of links in Html output
* Improved robustness of error handling when writing a page fails
* Updated the undo mechanism to also understand links and formats
* Fixed bug causing infinite loop after "Link" on some platforms
* Fixed bug that could corrupt links when updating links after move
* Fixed win32 bug when executing external programs
* Fixed bug with TrayIcon menu
* Fixed bug in Txt2tags output - fix by Pierre Duquesne
* Fixed typo in "--quiet" commandline option

=== 0.19 - Tue Mar 20 2007 ===
Bugfix release :(
* Tests work on win32 now
* History is initialized properly

=== 0.18 - Sat Mar 17 2007 ===
* Added "Update Link" feature when moving
* Fine-tuned auto-linking behavior
* Added "Copy Media" option for export
* Added dialog to choose format for InsertDate
* Added label and button for current date to Calendar
* Fixed various win32 specific bugs
* Fixed application hangs due to utf8 in page names
* Added keybindings Shift-^L and for the side pane ^L and ^C
  to copy and paste links
* Enabled drag-n-drop linking and ordering from the side pane
* It is now possible to set a size for embedded images
* Added --iconify and --geometry commandline switches
* Added preliminary txt2tags export support
* Added prelimenary support for multiple interface profiles
* Merged Zim::Page::Text with Zim::Page - changing api for page

=== 0.17 - Mon Nov  6 2006 ===
* The keybindings for formats (^B, ^I, etc.) now toggle an editing mode
* Relative links are now resolved more intelligent using an upward search
  through the path
* Search function is non-blocking now
* Fixed bug with utf8 characters in search function
* Removed KDE fix for TrayIcon, conflicted with other environments
* Templates for html export now support conditionals and loops
* Keybindings Alt-PgUp and Alt-PgDown added to go to prev/next page in index
* Option to use Alt-Enter instead of Enter to follow links
* Accelerators are saved to allow changing accelerators interactively
* Added properties dialog which allows to set a name and an icon for
  the repository
* Fixed bugs with parsing of wiki content
* Fixed bugs with parsing of copy-paste contents
* Fixed bugs in autoformatting
* Cache more efficient now due to better use of mtime

=== 0.16 - Mon Jul 17 2006 ===
* Implemented simple 'mtime' detection
* Added "Find and Replace" dialog
* Added font selection to the preferences dialog
* Added --pidfile option and handler for the USR1 signal
  to hide/unhide the window
* Interwiki links to other (named) repositories work
* Changed Interwiki link syntax from "key>page" into "key?page"
* Edit logic to parse links to man pages like "ls(1)"
* Repositories can specify a custom icon
* Added "email client" preferences option
* Applied patches for TrayIcon behavior on KDE by Johan Ekenberg
* Removed 'Delete' accelerator closing Debian bug #351539
* Added drag-and-drop support for external files
* Made page and tree search entries case-insensitive
* Added (hidden) "autolink" option

=== 0.15 - Mon Apr 17 2006 ===
* Added "open with" menuitems for images and file links
* Updated the documentation
* Added global search dialog
* Added a cache with backlinks
* Added CamelCase autoformatting

=== 0.14 - Wed Mar 29 2006 ===
* Added simple preferences dialog
* Added "Export" dialog and improved Html export
* Added interwiki feature
* The PathBar now can handle right-to-left locale
* Fixed bug with unicode parsing for non-utf8 locale
* Fixed win32 specific bug with executing processes
* Deleted pages are now removed from the 'recent pages' stack
* Added plugin directory ''share/zim/plugins/''

=== 0.13 - Wed Mar  1 2006 ===
* Fixed a bug with the 'namespace' pathbar type
* Fixed bug with "open repository" dialog for new users
* Fixed bug in copy-paste behaviour
* Added a tooltip for the TrayIcon

=== 0.12 - Tue Feb 14 2006 ===
* Added Calendar plugin
* New icon/logo for zim
* Added strike-through formatting type
* Added auto-selection
* Added "open repository" dialog
* We now explicitly depend on perl 5.8 because of utf8 support
* Added experimental autoformatting codes for html-entities
* Fixed a bug with the GtkSpell support, is more safe now
* Fixed 2.6.0 dependency bug for gtk_action_set_sensitive
* Zim now also remembers the window position

=== 0.11 - Thu Jan 19 2006 ===
* Fixed bug in move_page that could result in data loss :(
* Fixed bug in delete_page

=== 0.10 - Mon Jan 16 2006 ===
* Added basic GtkSpell support
* Added a MenuBar
* Added UIManager framework; now explicitly depending on gtk+ 2.4

=== 0.09 - Mon Jan  2 2006 ===
* Overhauled Page object, added Zim::Page::Text
* Added a Recent Pages mode for the PathBar and TrayIcon
* Fine tuned regexes for URLs and email adresses
* Fixed utf8 bug for strftime in the page template
* Fixed a bug that disabled "quit" when using the TrayIcon

=== 0.08 - Thu Dec  1 2005 ===
* Added rich copy-paste between pages
* Made Home key behave more intelligent
* Added Alt-Down keybinding
* Fixed a segfault for gtk+ 2.8.7
* Fixed bug with utf8 characters in filenames
* Added a TrayIcon component

=== 0.07 - Fri Nov  4 2005 ===
* Added basic support for images, this fixes a serious bug that could
  result in data loss when image tags occur in a page in previous versions
* Added dialogs for moving and deleting pages
* Added application file and moved icon into share/pixmaps
* Added a rough dialog to prompt for a default root
* Made PathBar look&feel more consistent with the gtk filechooser
* Fixed a bug in PathBar that fixes rendering for gtk+ < 2.8.x
* Fixed a bug with the History object

=== 0.06 - Tue Oct 25 2005 ===
* Added proof-of-concept html export
* Added keybindings to indent a selection at once and
  to make selections into bullet lists
* Moved gui components from bin/zim to their own modules
* Fixed a bug in the index tree that made the ctrl-space
  keybinding unuseable

=== 0.05 - Thu Oct 20 2005 ===
* Made the TreeView open pages on single-click
* Added a "button path bar" to show a trace
* Refactore Zim:: modules to allow for other data formats
* Fixed various small bugs

=== 0.04 - Tue Oct  4 2005 ===
* Replaced ^N and ^O by ^G for "Go to"
* Fixed various small bugs
* Added 'Copy Link' context menu item
* Added proof of concept man page reader plugin
* Added mailto: links for email adresses
* Changed ^N behaviour

=== 0.03 - Mon Sep 26 2005 ===
* Tuned a lot of details of the GUI behaviour.
* Added in-page search function.
* Added persistent undo stack.

=== 0.02 - Fri Sep 23 2005 ===
* Refactored Zim.pm to have a workable OO api.
* File name parsing is much more stable now.

=== 0.01 - Tue Sep 20 2005 ===
* Packed first tar ball for alpha-tester(s).