-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
36 lines (24 loc) · 1.06 KB
/
ChangeLog
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
2017-02-12 Johannes Weißl <[email protected]>
* adapt to latest autotools
2010-07-07 Johannes Weißl <[email protected]>
* updated autotools files
2004-05-24 Johannes Weißl <[email protected]>
* configure.ac: AM_INIT_AUTOMAKE without options
2004-04-05 Johannes Weißl <[email protected]>
* gui.c: use of GtkComboBox instead of GtkOptionMenu
2004-03-04 Johannes Weißl <[email protected]>
* sim.c: when the window gets closed while the simulation is
running, the sim_decay() function returns before destroying
the main window
* timer.c: the speed now can be changed while the simulation
is paused
* sim.c, atoms.c, gui.c: fixed spelling errors
* afield.c: fixed memory errors in afield_reset() and afield_new()
* sim.c: added missing condition to avoid arranging atoms in
uniform-mode
* main.c, util.c: messages now get converted correctly into the
locale encoding
* gui.c: the program doesn't crash anymore, if you select a
template with more than ATOM_STATES generations
2004-02-02 Johannes Weißl <[email protected]>
* initial release