1    --------------------------------
2   --- Changes from release 1.2.8 ---
3    --------------------------------
4
52005-05-14 Mano <mano78@users.sourceforge.net>
6
7	* applied shlomif-3 patches, which enable compilation on newer
8		systems and add a few nice features
9	* added russian and polish translations
10	* improved german translation
11	* the spec file isn't maintained anymore directly by me
12
132006-03-28 Shlomi Fish <shlomif@iglu.org.il>
14	* Fix a data corruption bug with the search function.
15	* Fix the "Find again" functionality.
16	* Eliminate many compilation warnings caused due to a confusion between
17	signed and unsigned char strings.
18	* Integrated a patch by wwp that:
19		* Fixes proto for find() in src/grg_entries_vis.h (not really used anyway)
20		* Fixes compilation on FC3 (missing #includes to stdio.h)
21		* Adds sensitivity to HTAB environment variable to change the
22		horizontal tab value in the main edition widget (default: 8)
23
242006-04-04 Shlomi Fish <shlomif@iglu.org.il>
25	* Fix a data corruption bug caused by the previous data corruption bug
26	fix, in which before the search the entry's widget's text was not synced
27	into memory.
28
292007-01-01 Shlomi Fish <shlomif@iglu.org.il>
30	* Made sure that the "Preferences" dialog does not crash gringotts, due
31	to saying "g_free (fdesc)" instead of
32	"pango_font_description_free (fdesc)".
33	* Released as gringotts-shlomif-0.4.4
34
352007-10-04 Shlomi Fish <shlomif@iglu.org.il>
36	* Added the autogen.sh file to generate the autotools helpers.
37	* Ported the source code to gtk+-2.12.
38	* Applied 02_pixmap_32x32.dpatch from the Debian package. It adds
39	a gringotts-32.xpm pixmap.
40	* Applied 06_check_regcomp_ret.dpatch from the Debian package. It
41	makes the regular expression check for the environment variables in
42	grg_safe.c more robust, and fixes a bug with the display environment.
43	* Applied a modified version of 07_check_ulimit.dpatch from the Debian
44	package. This makes sure that there is a good enough
45	RLIMIT_MEMLOCK in the ulimit for the mlockall operation.
46	* Applied a modified version of 09_check_key.dpatch from the Debian
47	package. The description reads:
48	{{{{{{
49	## DP: Fix invalid gfree() from load_file. And make sure the
50	## DP: to-be-freed verkey is not NULL.
51	}}}}}}
52	* Replaced C++-style comments ("//") with C-style comments ("/* ... */").
53	* Eliminated some warnings (by inspiration and code from
54	13_compiler_warnings.dpatch from the Debian package).
55	* Fixed the load_file() function - abs_filename could have been
56	NULL if the path was already absolute. This was a regression caused
57	by applying a Debian patch. "Save" (not "Save as") now works.
58
592007-10-08 Shlomi Fish <shlomif@iglu.org.il>
60	* Tagged and released gringotts-1.2.9pre2
61
622007-12-07 Shlomi Fish <shlomif@iglu.org.il>
63	* Integrated the README.Debian into the README with a note of my own.
64	* Added a note about the SUID-root problem to the error message of the
65	mlock-memory.
66
672007-12-15 Shlomi Fish <shlomif@iglu.org.il>
68	* Tagged and released gringotts-1.2.9pre3
69
702008-01-04 Shlomi Fish <shlomif@iglu.org.il>
71	* Applied a patch from wwp to remember the main window size
72	between invocations.
73	* Fixed "configure.ac" (and by implication - "configure") to require
74	gtk+ version 2.12.0 and above, to avoid compilation problems with
75	older and incompatible gtk+'s.
76	* Tagged and released gringotts-1.2.9pre4
77
782008-01-25 Shlomi Fish <shlomif@iglu.org.il>
79	* Tagged and released gringotts-1.2.9. (With no significant changes
80	since gringotts-1.2.9pre4).
81
82	----------------------------------
83	--- Changes from release 1.2.9 ---
84	----------------------------------
85
86	* Few fixes in the ask password and define password dialogs:
87	* change button order to be HIG compliant (GNOME, XFce and others)
88	* fix behaviour of dialogs when pressing Esc by watching the right
89		gtk_dialog response type
90	* fix few logics issues when asking for password and not checking
91		if the dialog has been cancelled
92	* fix possible mis-initialization of exit flag in loop
93	* fix a warning (res defined but not used)
94
95	* In some other dialogs that use gtk_dialog:
96		- make button order HIG compliant
97		- fix scope of few variables
98
99	* Thanks to wwp for the patch.
100
101	* Fix for the prefs, so that file-save dirty flag is set only when
102	appropriate (when file format options has changed and been applied).
103	(thanks to wwp for the patch.)
104
105	* Applied a patch from wwp that enforces the parsing of prefs
106	(when loading), and makes it a real tag parser. (Thanks to wwp).
107
108	* Applied a patch from wwp as a correction to a previous patch of
109	his to eliminate a possible memory leak.
110
1112008-02-02 Shlomi Fish <shlomif@iglu.org.il>
112
113	* Tagged and released gringotts-1.2.10pre1.
114
1152008-09-03 Shlomi Fish <shlomif@iglu.org.il>
116
117	* Applied a series of patches by Rorschach to add an optional
118	"minimize-to-tray-icon" feature for gringotts.
119
120	* Tagged and relased gringotts-1.2.10pre2.
121
1222008-09-15 Shlomi Fish <shlomif@iglu.org.il>
123
124	* Applied another patch by Rorschach to fix the tray icon functionality.
125	wwp suggested it.
126
127	* Tagged and relased gringotts-1.2.10pre3.
128
1292009-06-13 Shlomi Fish <shlomif@iglu.org.il>
130
131	* Tagged and released gringotts-1.2.10.
132