12002-05-27 02:48  dirk
2
3	 Changed to double buffered main window, Deleted ZBuffer|Save as it
4	doesn't make much sense, Put messages into status bar, implemented
5	a proper help file path, added an iss file for Inno Setup
6	(Windows), now inipath and pngpath really are the paths, not
7	pathnames
8
92002-05-18 01:38  dirk
10
11	 changed configure.in to use fltk-config to detect FLTK, improved
12	the switch parser.
13
142002-04-27 02:14  dirk
15
16	 Added documentation browser.
17
182002-04-13 01:48  dirk
19
20	 Added new icon, fixed bug in configure.in
21
222002-04-05 03:03  dirk
23
24	 Simplified MainWindow.cxx by moving string/file operations to
25	pathname class. Bugfix: An empty image (calc stopped during
26	'recalc') wasn't written correctly.
27
282002-04-04 03:46  dirk
29
30	 Switched to FLTK 1.1, added tooltips, made Preview Window
31	resizable and with the correct aspect ratio, configure scripts
32	rewritten again, many other internal changes (mostly structural
33	simplifications, string instead of char[]), fixed buffer underrun
34	in calculat.c.
35
362001-09-02 02:37  dirk
37
38	 Added icon to Windows and Unix versions, separate path for PNG
39	files and INI files in file chooser, new resolution shortcuts for
40	DIN A4, bugfix: parameters in Other Editor now updated when INI
41	file read in Parameter Editor, limit for resolution changed from
42	100000 to 32767, new fl_ask when reading from INI (whether to start
43	from default parameters), Parameter Editor now shows a message if
44	an image is open, changed name of text version to quat-txt, bugfix:
45	Quat hanged under Unix if a directory was selected instead an INI
46	file, configure.in rewritten to use features of Autoconf 2.5.
47
482001-08-09 22:32  dirk
49
50	 same as before, part 2 (forgot to commit recursively...)
51
522001-08-09 22:30  dirk
53
54	 Changed version to 1.12 development, switched to autoconf version
55	2.5, fixed intersection editor which did not work with more than
56	one intersection plane, added range checks in Object Editor and
57	fixed a problem with high bailout values, which were written to
58	ini, but couldn't be read.
59
602001-07-09 03:29  dirk
61
62	 Again changes in configure script. Fixed message if file version >
63	prog version.
64
652001-07-01 02:46  dirk
66
67	 Changed #define 'unix' to '__unix__' in textver.c because native
68	cc on alpha only defines __unix__ and gcc defines both,  corrected
69	INSTALL, updated docs to reflect 1.11
70
712001-06-28 02:14  dirk
72
73	 Changed autoconf configure scripts
74
752001-06-22 03:07  dirk
76
77	 Cleanups in configure scripts
78
792001-06-19 23:01  dirk
80
81	 Removed warnings in C code (mostly because of signedness), fixed
82	serious ANSI-C++ issues (dynamic arrays, copying of arrays),
83	workaround a bug of egcs-1.0.3 and recent FLTK 1.0.11 (a *const*
84	conversion problem with XPM's)
85
862001-05-20 03:08  dirk
87
88	 Further modifications for compiling with gcc-3.0.
89
902001-05-14 01:53  dirk
91
92	 Made some source changes for better compilation on other systems.
93	(E.g. glibc2 or gcc-3.0 systems).  Changed version number to 1.11.
94
952000-10-23 02:04  dirk
96
97	 Added possibility to interrupt calculation in text version for
98	Unix.
99
1002000-10-16 15:18  dirk
101
102	 Added obj-files of examples, which were missing; Resized the
103	Mandel Preview to its old size again; updated docs; minor changes
104	in configure script; (some experiments with ncurses for text
105	version)
106
1072000-10-12 02:50  dirk
108
109	 Speed ups (for Cubic Julia and x*ln(x)-c), Fixed a Floating Point
110	Exception (caused by uninitialized doubles), some fixes in the
111	configure script
112
1132000-10-11 01:26  dirk
114
115	 Changed version to 1.10b, changed quAt chunk format (added 4 extra
116	parameters), added new fractal formulas, sped up lambda formula
117
1182000-09-24 19:31  dirk
119
120	 Added files for autoconf configuration to CVS.
121
1222000-09-24 19:26  dirk
123
124	 Changed autoconf configuration, fixed the bug that no extensions
125	were added in save operations when a dot was in the path of the
126	file, also fixed the bug that Quat couldn't read ini files with the
127	new formulas.
128
1292000-09-23 12:34  dirk
130
131	 Added two new iteration formulas and fixed a buffer overflow with
132	sprintf.
133
1342000-08-29 01:36  dirk
135
136	 added some memory allocation failure tweaks.
137
1382000-08-26 02:18  dirk
139
140	 ColorEditor: added FL_Output to show current range / number of
141	ranges
142
1432000-08-19 17:22  dirk
144
145	 Changed version to 1.02 development, now shows version of file at
146	open
147
1482000-08-18 17:07  dirk
149
150	 Corrected the formula for the normal vector (light changed with
151	changes of z res) and changed state to development
152
1532000-08-16 01:03  dirk
154
155	 changed Makefile.am (delete CVS dirs when make distcheck)
156
1572000-08-15 23:41  dirk
158
159	 Changed version to 1.01, state to release, updated docs and
160	modified Makefile.am to delete the CVS dirs when make distcheck
161
1622000-08-11 01:52  dirk
163
164	 range-checking for orbit functions
165
1662000-08-10 14:46  dirk
167
168	 fixed the bug that caused random crashs when exiting
169	ParameterEditor. Also fixed a bug that could cause a crash on exit
170	of Quat
171
1722000-08-06 23:39  dirk
173
174	 changed version number to 1.00b and set development state.
175
1762000-08-06 00:57  dirk
177
178	 added binary files
179
1802000-08-06 00:49  dirk
181
182	 Initial revision
183
1842000-08-06 00:49  dirk
185
186	 initial import into CVS
187
188