File: ChangeLog

package info (click to toggle)
gjots2 2.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,212 kB
  • ctags: 336
  • sloc: python: 3,682; sh: 828; makefile: 8
file content (165 lines) | stat: -rw-r--r-- 6,058 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
2008-11-08    <bhepple@freeshell.org> Version 2.3.8
	* Updated dependency list in gjots2.gjots
	* Add -1 -2 -4 options to gjots2lpr
	* When `find' dialog pops up, make the 'search for' text selected
	so that it can be overwritten by just typing - no need to select
	and clear it.
	* Clean up 'invoke browser on url double-click'
	* Extend gjots2html to 8 levels (and cleanup)
	* Fix bugs reported by Redhat:
	* https://bugzilla.redhat.com/show_bug.cgi?id=464476: If gjots2 is
	not attached to a terminal (i.e. started from the Gnome menu as
	opposed to a command shell), it is not possible to open a gpg
	encrypted file.
	* https://bugzilla.redhat.com/show_bug.cgi?id=464510:
	vulnerability when processing a password.

2007-07-28    <bhepple@freeshell.org> Version 2.3.7
	* Changed to using glade-3 for UI - gjots.glade3 is now the XML
	file to load - this fixed the problems in the toolbar and menu
	icons

	* On double-clicking a http[s] URL, a browser is sought and run -
	preference is given to the setting of the BROWSER environment
	variable if set, then to an already running browser from the list
	"firefox", "konqueror", "epiphany", "opera", "dillo" and finally,
	to a runnable browser from the list. The URL is selected.

	* Removed the "New Page" and "Open" buttons from the top toolbar
	as they are not the most useful

	* Improved the coverage of the manual a little

	* Added a script to simplify printing a bit - gjots2lpr

	* Fixed a scoping problem when constructing the manual file name
	with a locale
	
2007-07-09    <bhepple@freeshell.org> Version 2.3.6
	* Added trace function enabled with the -t/--trace option

2007-07-08    <bhepple@freeshell.org>
	* Fixed bug in get_linear_next function that caused _find_next to
	stop searching too soon

2007-06-07	Bob Hepple <bhepple@freeshell.org> Version 2.3.5
	* various crashes fixed in gui.py
	* gjots2emacs added
	* Czech translation by Martin Sin <martin.sin@zshk.cz>
	
2006-03-05      Bob Hepple <bhepple@freeshell.org> Version 2.3.4
	* Italian translation by Raimondo Giammanco <rongten@member.fsf.org>
	
2006-02-26      Bob Hepple <bhepple@freeshell.org> Version 2.3.4
	* fix bug when accessing manual

2006-01-24     Bob Hepple <bhepple@freeshell.org> Version 2.3.3
	* First Russian version (LANG=ru). Translator is Sergey
	Bezdenezhnyh <sib-mail@mtu-net.ru>
	* Add no/nb versions of gjots2.gjots
	
2006-01-19    Bob Hepple <bhepple@freeshell.org> Version 2.3.2
	* First Norwegian version (LANG=nb_NO.utf8). Translator is Robert
	Emil Berge <robert@aldebaran.no>
	
2006-01-08    Bob Hepple <bhepple@freeshell.org> Version 2.3.1
	* First French version using message and manual files from Rui
	Nibau (RNB) rui.nibau@omacronides.com

2006-01-03    Bob Hepple <bhepple@freeshell.org> Version 2.3.0
	* Internationalisation (I18N) support. Translators are invited to
	contact the author. Note that French and Hungarian are already
	under way.
	
2005-12-22    Bob Hepple <bhepple@freeshell.org> Version 2.2.1
	* Bug 1250753 fixed - gjots crashes when demoting a newly created item

	* Bug 1376011 fixed - Merge destroys the tree.
	
	* Bug 1387036 fixed - UTF-8 encoding required in gjots2html output
	
2005-06-19    Gabriel Munoz <munozga@gmail.com> Version 2.2.0
	
	* The menus and toolbars have been re-organized for consistency.
	
	* Added different icons for many of the tool buttons.

	* Added options for viewing icons/text/both on the toolbars.
	* A context menu has been added when right-clicking the tree.
	
	* Tree sorting and text sorting has been separated.
	
	* The cut, copy, and paste commands have been consolidated to do
	the right thing with tree items and text based on what has the
	user focus.
	
	* We are now using a clipboard that will make copying and pasting
	from other applications into gjots2 and within gjots2 easier (and
	as it should be expected).
	
	* Made it easier for people to run gjots2 from its source directory.
	
	* Fixed hiding the toolbars to remove them from the screen, rather
	than just removing the icons and leaving dead screen space.
	
	* Fixed the export dialog cancel button to actually cancel the
	operation.
	
	* Fixed to handle the window manager close event so that gjots2
	will always have a clean exit and no changes will be lost.
	
	* Lots of code cleanup, e.g. removal of dead code.
	
	* Added a "Gjots FAQ" section to the documentation.
	
	* Many bug fixes for stability were made.
	
2004-12-09    <bhepple@freeshell.org> Version 2.1.1

	* setup.py fixed
	
	* Installation doco improved 
	
	* The sort dialog is not able to restore its settings - a bug in libglade? 

2004-11-30    <bhepple@freeshell.org> Version 2.1.0

	* Added "Merge Items" - combine selected items into one
	
	* Added "Split Item" - split item into 2
	
	* Added "Sort" function - sort items or text
	
	* Added "Print" function - print selected text or items
	
	* Added "Show All" function - explode the tree
	
	* Added "Hide All" function - implode the tree
	
	* "Remember password" option - no need to type the password (twice) when saving an encrypted file 

2004-06-01    <bhepple@freeshell.org> Version 2.0.1

	* (Bug & fix (thanks!) sent in by Andreas Reimer) gui.py:434:
	self._warp(newnode) Caused an error message on "New Item", changed
	it to self._warp(new_child)

	* (Bug & fix (thanks!) sent in by Andreas Reimer) gui.py:1081 was:
	self.gui.msg("No changes to save"), changed to self.msg("...")

	* (Bug sent in by Andreas Reimer & Thomas Zajic): file.py:228: on
	write_file() a reference to body[-1] caused an error. changed to:
	
		if body and not body[-1] == '\n'

	* (Bug sent in by Thomas Zajic): hard-coded references to "/usr"
	should be replaced with something more adjustable to allow
	installation "anywhere". Also added setup.py and uninstall.sh for
	systems without RPM or emerge.

	* Added setup.py and uninstall.sh for non-RPM, non-emerge systems

	* Reduced python requirement to 2.2 (untested - please confirm if it works for you!)

2004-05-22    <bhepple@freeshell.org> Version 2.0.0
	* Initial release of gjots2 for Python/GTK-2