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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
|
2008-10-09 Daniel Nylander <po@danielnylander.se>
* help/sv/sv.po: Updated Swedish translation.
2008-09-13 Jörgen Scheibengruber <mfcn@gmx.de>
* src/gui.c (main):
* src/prefs.c (add_button_clicked_cb), (del_button_clicked_cb),
(name_cell_edited_cb):
Don't update menus while main-view and tray-icon are not visible yet
2008-09-13 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in:
* src/Makefile.am:
Version 1.8
2008-09-13 Jörgen Scheibengruber <mfcn@gmx.de>
* src/Makefile.am:
* src/eggtrayicon.c:
* src/eggtrayicon.h:
* src/gui.c (adj_value_changed_cb):
* src/trayicon.c (tray_activate_cb), (tray_popup_menu),
(create_tray_icon):
* src/trayicon.h:
Apply patch by Daniel Garcia to use GtkStatusIcon instead of egg-tray-icon (#417240)
2008-05-31 Petr Kovar <pknbe@volny.cz>
* configure.in: Added mk and ms to ALL_LINGUAS.
2008-04-17 Claude Paroz <claude@2xlibre.net>
* help/Makefile.am: Added fr to DOC_LINUGAS.
* help/fr/figures/*.png:
* help/fr/fr.po: Added French translation.
2008-04-13 Jörgen Scheibengruber <mfcn@gmx.de>
* data/gnomeradio.schemas.in:
* src/Makefile.am:
* src/gui.c (initial_frequency_scan_cb), (initial_frequency_scan),
(start_radio), (redraw_status_window), (adj_value_changed_cb):
* src/gui.h:
* src/prefs.c (save_settings), (load_settings):
* src/radio.c (radio_init), (radio_is_init), (radio_stop),
(radio_set_freq), (radio_unmute), (radio_mute), (radio_get_stereo),
(radio_get_signal), (radio_check_station):
* src/radio.h:
* src/tech.c (mixer_get_volume):
* src/tech.h:
* src/v4l1.c (v4l1_radio_init), (v4l1_radio_is_init),
(v4l1_radio_set_freq), (v4l1_radio_mute), (v4l1_radio_get_stereo),
(v4l1_radio_get_signal), (v4l1_radio_finalize),
(v4l1_radio_dev_new):
* src/v4l1.h:
* src/v4l2.c (v4l2_radio_init), (v4l2_radio_is_init),
(v4l2_radio_set_freq), (v4l2_radio_mute), (v4l2_radio_get_stereo),
(v4l2_radio_get_signal), (v4l2_radio_finalize),
(v4l2_radio_dev_new):
* src/v4l2.h:
Refactored backend so that it supports both v4l and v4l2 and selection can
be made at runtime. The v4l2 code is based on the patch contributed by
James Henstridge (bug #429005).
2008-04-13 Jörgen Scheibengruber <mfcn@gmx.de>
* src/prefs.c (name_cell_edited_cb):
Applied patch from Francesco Namuri; should fix #506037
and a couple of dups
2007-11-12 Jörgen Scheibengruber <mfcn@gmx.de>
* help/C/gnomeradio.xml:
* help/gnomeradio.omf.in:
Fix some gnome-doc-utils issues
* src/gui.c: (start_radio), (volume_value_changed_cb):
* src/gui.h:
* src/lirc.c:
* src/prefs.c: (name_cell_edited_cb):
* src/trayicon.c:
Wow, I had no clue of c when I started writing this
2007-10-14 Yannig Marchegay <yannig@marchegay.org>
* configure.in: Added 'oc' to ALL_LINGUAS.
2007-06-04 Daniel Nylander <po@danielnylander.se>
* help/sv/sv.po: Updated Swedish translation.
2007-02-26 Alexander Shopov <ash@contact.bg>
* configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2007-02-25 Jörgen Scheibengruber <mfcn@gmx.de>
* src/gui.c: (main):
Move initial frequency scan before population of menus;
Should fix #381624
2006-12-25 Pema Geyleg <pema.geyleg@gmail.com>
* configure.in: Added 'dz' to ALL_LINGUAS.
2006-11-28 Daniel Nylander <po@danielnylander.se>
* help/sv/sv.po: Updated Swedish translation.
* help/sv/figures/recording_status.png: Added screenshot.
2006-11-25 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in: 1.7
* data/Makefile.am: remove DISTCLEANFILES
* src/gui.c: (about_button_clicked_cb):
Update copyright
2006-11-25 Jörgen Scheibengruber <mfcn@gmx.de>
* src/gui.c: (redraw_status_window), (adj_value_changed_cb),
(preset_combo_set_item), (rec_button_clicked_cb):
Fix warnings, when UI is not realized yet
* src/prefs.c: (prefs_window):
Move add/del button
2006-11-24 Jörgen Scheibengruber <mfcn@gmx.de>
* src/gui.c: (start_recording), (rec_button_clicked_cb):
* src/rec_tech.c: (recording_stop):
* src/rec_tech.h:
* src/record.c: (record_status_window):
Made record status window more HIG compliant
2006-11-16 Daniel Nylander <po@danielnylander.se>
* help/sv/sv.po: Added initial Swedish translation.
* help/Makefile.am: Added sv to DOC_LINGUAS.
2006-11-07 Jörgen Scheibengruber <mfcn@gmx.de>
* data/gnomeradio.desktop.in:
Update icon filename
2006-11-06 Jörgen Scheibengruber <mfcn@gmx.de>
* .cvsignore:
* src/.cvsignore:
* src/record.c: (delete_event_cb), (record_status_window):
Fix crash
2006-11-06 Jörgen Scheibengruber <mfcn@gmx.de>
* data/icons/Makefile.am:
Run gtk-update-icon-cache on make install
* src/gui.c: (main):
Fix typo
2006-11-05 Jörgen Scheibengruber <mfcn@gmx.de>
* .cvsignore:
* COPYING:
* Makefile.am:
* autogen.sh:
* configure.in:
* data/.cvsignore:
* data/Makefile.am:
* data/example.lircrc:
* data/gnomeradio.desktop.in:
* data/gnomeradio.schemas.in:
* data/icons/.cvsignore:
* data/icons/16x16/.cvsignore:
* data/icons/16x16/Makefile.am:
* data/icons/16x16/gnomeradio.png:
* data/icons/22x22/.cvsignore:
* data/icons/22x22/Makefile.am:
* data/icons/22x22/gnomeradio.png:
* data/icons/24x24/.cvsignore:
* data/icons/24x24/Makefile.am:
* data/icons/24x24/gnomeradio.png:
* data/icons/32x32/.cvsignore:
* data/icons/32x32/Makefile.am:
* data/icons/32x32/gnomeradio.png:
* data/icons/48x48/.cvsignore:
* data/icons/48x48/Makefile.am:
* data/icons/48x48/gnomeradio.png:
* data/icons/Makefile.am:
* data/icons/scalable/.cvsignore:
* data/icons/scalable/Makefile.am:
* data/icons/scalable/gnomeradio.svg:
* data/pixmaps/.cvsignore:
* data/pixmaps/digits.xpm:
* data/pixmaps/freq_down.xpm:
* data/pixmaps/freq_up.xpm:
* data/pixmaps/signal.xpm:
* data/pixmaps/stereo.xpm:
* data/pixmaps/vol_down.xpm:
* data/pixmaps/vol_up.xpm:
* help/.cvsignore:
* help/C/figures/freq-controls.png:
* help/C/figures/misc-controls.png:
* help/C/figures/presets-box.png:
* help/C/figures/recording-general.png:
* help/C/figures/recording-mp3.png:
* help/C/figures/recording-wav.png:
* help/C/figures/recording_status.png:
* help/C/figures/settings-misc.png:
* help/C/figures/settings-presets.png:
* help/C/figures/status-window.png:
* help/C/figures/volume-controls.png:
* help/C/gnomeradio.xml:
* help/C/legal.xml:
* help/Makefile.am:
* help/gnomeradio.omf.in:
* src/.cvsignore:
Added
* docs/C/Makefile.am:
* docs/C/figures/freq-controls.png:
* docs/C/figures/misc-controls.png:
* docs/C/figures/presets-box.png:
* docs/C/figures/recording-general.png:
* docs/C/figures/recording-mp3.png:
* docs/C/figures/recording-wav.png:
* docs/C/figures/recording_status.png:
* docs/C/figures/settings-misc.png:
* docs/C/figures/settings-presets.png:
* docs/C/figures/status-window.png:
* docs/C/figures/volume-controls.png:
* docs/C/gnomeradio-C.omf:
* docs/C/gnomeradio.xml:
* docs/C/legal.xml:
* docs/Makefile.am:
* example.lircrc:
* omf.make:
* pixmaps/Makefile.am:
* pixmaps/digits.xpm:
* pixmaps/freq_down.xpm:
* pixmaps/freq_up.xpm:
* pixmaps/gnomeradio.png:
* pixmaps/radio.png:
* pixmaps/radio.xpm:
* pixmaps/signal.xpm:
* pixmaps/stereo.xpm:
* pixmaps/vol_down.xpm:
* pixmaps/vol_up.xpm:
* xmldocs.make:
Removed
* po/POTFILES.in:
* src/gui.c: (about_button_clicked_cb), (main):
* src/trayicon.c: (create_tray_icon):
Updated
* Migration to gnome-doc-utils; make distcheck works now;
* Added new icons from Josef Vybíra; thanks - you rock!
* updated source to used these icons
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Remove obsolete entry for no_NO.
* po/no.po: And the translation.
2006-03-05 Jörgen Scheibengruber <mfcn@gmx.de>
* src/trayicon.c: Make "show-window"-toggle in menu active on startup
2006-02-26 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in, src/Makefile.am: PKG_CHECK_VERSION() use GNOME instead of GNOMERADIO
2006-02-26 Jörgen Scheibengruber <mfcn@gmx.de>
* remove config.h.in
* src/gui.c, src/lirc.c, src/prefs.c: Remove some g_print(),
substitute others with g_message()
* configure.in: check for GNOME >= 2.14; define GNOME_14
* src/gui.c: add an option commandline option "--scan"
(requires GNOME >= 2.14)
2006-02-26 Jörgen Scheibengruber <mfcn@gmx.de>
* Add src/bacon-volume.c, src/bacon-volume.h from totem
* src/Makfile.am: add src/bacon-volume.c, src/bacon-volume.h
* configure.in: version 1.6.99
* src/gui.c, src/gui.h, src/lirc.c: Remove volume-slider and
mute-button and use bacon-volume-button instead
2006-02-24 Jörgen Scheibengruber <mfcn@gmx.de>
* src/gui.c, src/gui.h, src/prefs.c, src/prefs.h, src/tech.c,
src/tech.h, src/trayicon.h: added an function that scans for
stations on first run, and adds them to the presets.
* Code cleanup here and there
2006-02-23 Jörgen Scheibengruber <mfcn@gmx.de>
* po/POTFILES.in, src/Makefile.am, trayicon.*, gui.*, prefs.c:
Move trayicon related stuff to trayicon.c/.h
2006-02-22 Jörgen Scheibengruber <mfcn@gmx.de>
* Ported Recording to gstreamer
2006-02-20 Jörgen Scheibengruber <mfcn@gmx.de>
* doc/C/Makefile.am: Remove trailing whitespace after backslash
2006-02-16 Jörgen Scheibengruber <mfcn@gmx.de>
* src/*.c, *.h: Changes mentioned by iceberg in #330444
(fix memory leak, toggle menu-togglebutton when mainwindow
is hidden/shown, fix compiler warnings)
2006-02-15 Jörgen Scheibengruber <mfcn@gmx.de>
* src/gui.c, src/gui.h, src/record.c:
Some items of the trayicon menu must be disabled
when recording
2006-02-15 Jörgen Scheibengruber <mfcn@gmx.de>
* src/gui.c, src/gui.h, src/prefs.c, src/lirc.c:
Added a context menu to the trayicon
* src/gui.c: made the mute-functionality more sane
2006-02-14 Jörgen Scheibengruber <mfcn@gmx.de>
* src/gui.c: Applied (and modified) Patch from "iceberg"
(see #330444)
2006-02-14 Jörgen Scheibengruber <mfcn@gmx.de>
* src/prefs.c: Fixed typo: "unamed" -> "unnamed"
22005-12-06 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Add nb to ALL_LINGUAS.
2005-08-08 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* configure.in: Added "zh_TW" to ALL_LINGUAS.
2005-08-05 Amanpreet Singh Brar <aalam@redhat.com>
*configure.in: pa [Punjabi] is added to ALL_LINGUAS
2005-04-19 Jörgen Scheibengruber <mfcn@gmx.de>
* gnomeradio.spec.in: Update of Nickolay V. Shmyrev
2005-04-17 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in: 1.6
2005-04-10 Jörgen Scheibengruber <mfcn@gmx.de>
* gnomeradio.desktop.in: better Name and Comment
* gnomeradio.schemas.in:
* prefs.c: record as wave + use oggenc instead of lame per default
2005-04-10 Jörgen Scheibengruber <mfcn@gmx.de>
* gui.c: use GTK_STOCK_MEDIA_* instead of GTK_STOCK_GO_*
* prefs.c: set to wave-recording, if no mp3/ogg-encoders are installed
2005-04-09 Jörgen Scheibengruber <mfcn@gmx.de>
* lots of changes. HIG-ifieing continued, recording dialog removed/reworked
* probably broke stuff
* configure.in: temp version 1.5.99
2005-04-08 Jörgen Scheibengruber <mfcn@gmx.de>
* gui.c: Fix #167963, #167962
* prefs.c: Use g_get_home_dir instead of / for rec_settings.filename
* prefs.c/.h, gui.c/.h, : HIG-ifieing of the prefs-dialog
2005-04-01 Steve Murphy <murf@e-tools.com>
* configure.in: Added "rw" to ALL_LINGUAS.
2005-02-12 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in: Added fi to ALL_LINGUAS.
2004-12-04 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in: new version 1.5
* record.c: fix issues with long filenames
* release 1.5
2004-06-08 Jörgen Scheibengruber <mfcn@gmx.de>
* autogen.sh: require automake 1.7
* remove *_DEPRECATED from Makefile.am
2004-05-01 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
2004-04-11 Gareth Owen <gowen72@yahoo.com>
* configure.in: Added en_GB to ALL_LINGUAS
2004-02-06 Robert Sedak <robert.sedak@sk.htnet.hr>
* configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
2003-12-09 Iñaki Larrañaga <dooteo@euskalgnu.org>
* configure.in: Added "eu" (Basque) to ALL_LINGUAS.
2003-12-03 Sanlig Badral <badral@openmn.org>
* configure.in: Added "mn" to ALL_LINGUAS.
2003-09-01 Metin Amiroff <metin@karegen.com>
configure.in: Added "az" in ALL_LINGUAS.
2003-08-05 Hasbullah Bin Pit <sebol@ikhlas.com>
* configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2003-06-19 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "ml" to ALL_LINGUAS.
2003-05-20 Jordi Mallach <jordi@sindominio.net>
* configure.in (ALL_LINGUAS): Added "ca" (Catalan).
2003-05-06 Danilo Šegan <dsegan@gmx.net>
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2003-03-14 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in: added "ja" to ALL_LINGUAS
2003-03-07 Yuriy Syrota <rasta renome.rovno.ua>
* configure.in: added "uk" (Ukrainian) to ALL_LINGUAS
2003-02-09 Jörgen Scheibengruber <mfcn@gmx.de>
* Added src/eggtrayicon.c/.h
* src/gui.c/.h: Added a notification area icon :-)
2003-02-02 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in: added "hu" to ALL_LINGUAS
2003-01-31 Jörgen Scheibengruber <mfcn@gmx.de>
* gui.c: rearranged some startup code, so that
the lirc error message doesn't delay radio playback
2003-01-29 Jörgen Scheibengruber <mfcn@gmx.de>
* gnomeradio.desktop.in: Added startup-notification
and bugzilla tags
2003-01-24 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added "no" to ALL_LINGUAS.
2003-01-24 Daniel Yacob <locales@geez.org>
* configure.in: Added am to ALL_LINGUAS.
2003-01-08 Jörgen Scheibengruber <mfcn@gmx.de>
* Made the hole thing ready for cvs
2003-01-07 Jörgen Scheibengruber <mfcn@gmx.de>
* Hopefully fixed an issue with stereo on aztech
radio cards.
(Thx to Giuseppe Bagnato <ttyman@sitoverde.com>)
2002-12-18 Jörgen Scheibengruber <mfcn@gmx.de>
* Removed _all_ deprecated stuff... Fixed some issues
with detection of invalid/existing files before
recording...
* Applied patches from Artur Flinta <aflinta@at.kernel.pl>
2002-12-16 Jörgen Scheibengruber <mfcn@gmx.de>
* Added a minimal (auto)configuration if ~/.lircrc is
not present.
2002-12-14 Jörgen Scheibengruber <mfcn@gmx.de>
* Removed some debugging output and some deprecated
stuff...
2002-11-06 Jörgen Scheibengruber <mfcn@gmx.de>
* Played around a little bit with the new
press-and-hold of the step buttons (build in
a little delay)
2002-11-03 Jörgen Scheibengruber <mfcn@gmx.de>
* Partially rewrote recording part. New files:
rec_tech.c & rec_tech.h
2002-11-01 Jörgen Scheibengruber <mfcn@gmx.de>
* Added press-and-hold for the step buttons.
* Reverted behaviour of the frequency slider
from delayed to instant apply
* No longer store volume in gconf. Get the
current volume and set the slider appropriate
instead.
2002-10-20 Jörgen Scheibengruber <mfcn@gmx.de>
* Added keyboard shortcuts.
* Several minor improvements regarding the redrawing of
the status window.
2002-10-19 Jörgen Scheibengruber <mfcn@gmx.de>
* Started with documentation: added docs...
* Added help buttons to the dialogs, and a f1-key-press
callback
2002-10-13 Jörgen Scheibengruber <mfcn@gmx.de>
*Added example.lircrc and the entry in Makefile.am
2002-10-11 Jörgen Scheibengruber <mfcn@gmx.de>
* Added a .schemas.in file.
* Added stuff to configure.in
and Makefile.am, so that the .schemas file is created
from the .in file (intltool magic) and the .schemas
file is properly installed
2002-10-08 Jörgen Scheibengruber <mfcn@gmx.de>
* ported it from gnome_config_* to GConf. this is
not yet perfect, but it already works
2002-09-25
* Added README.lirc and README.recording to Makefile.am
2002-08-21 Jörgen Scheibengruber <mfcn@gmx.de>
* Added a shadow to the scrolled window (which cotains
the presets listview in the prefswin)
* Edited configure.in (is now more gnome2 compliant)
2002-07-18 Jörgen Scheibengruber <mfcn@gmx.de>
* It's now no longer possible to open several instances of
the about dialog
2002-07-16 Jörgen Scheibengruber <mfcn@gmx.de>
* Fixed a bug in updating presets (the presets were
appended to the g_list)
2002-06-12 Jörgen Scheibengruber <mfcn@gmx.de>
* Fixed some probles with the freq_scale
2002-06-?? Jörgen Scheibengruber <mfcn@gmx.de>
* Ported it to gnome2
??? Jörgen Scheibengruber <mfcn@gmx.de>
* Added recording functionalty
2002-01-30 Jörgen Scheibengruber <mfcn@gmx.de>
*Fixed stupid assertion.
2002-01-25 Jörgen Scheibengruber <mfcn@gmx.de>
* Volume is now properly saved on exit.
2002-01-15 Jörgen Scheibengruber <mfcn@gmx.de>
* Fixed a small lirc-bug, that caused a crash.
2002-01-13 Jörgen Scheibengruber <mfcn@gmx.de>
* Edited the tooltips of the volume and frequecy sliders so that they
display the current value
2001-12-18 Jörgen Scheibengruber <mfcn@gmx.de>
* Removed the stupid homebrewn-code for the spinbutton in the prefs-dialog,
it's now a "real" gtk_spin_button
2001-12-12 Jörgen Scheibengruber <mfcn@gmx.de>
* Improvements in the prefs-dialog placement.
* Improved the management of presets.
* Added turkish, swedish and portuguese translations
2001-11-09 Jörgen Scheibengruber <mfcn@gmx.de>
* Changed the mixerdevice-entry to a combobox.
* Added preset up/down lirc commands.
* Packaging bugfixes.
* Improved preset handling.
2001-11-05 Jörgen Scheibengruber <mfcn@gmx.de>
* Added the icon drawn by Bruno Pires Marinho to pixmaps/.
2001-10-25 Jörgen Scheibengruber <mfcn@gmx.de>
* A volume control and some more lirc commands were added.
* Some tiny bugs were fixed.
2001-10-19 Jörgen Scheibengruber <mfcn@gmx.de>
* Initial release
|