blob: 9f92507a660fb0d053583137a844d9b5f621d751 (
plain)
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
|
TODO for root and shared
* fitter: abstraction-scoped, class-selective compatibility control
* fitter: mode list
* hammerfile, hammergui: version control
DONE for root and shared
with cyclone alpha54 and toxy alpha16
* props:
. code cleanup
. new calls: props_getfirst(), props_getnext(), props_diff(),
props_clearall(), props_clearvalues()
. props_add(): additional argument 'filter' (skip exact input-filter copies)
* fragile: new call fragile_class_getnames()
* hammereditor:
. hammereditor_append() accepts unbalanced braces
. defaults to dirty, if (older) tk misses edit command
with cyclone alpha53
* binport: added half-byte #symbol id
* hammereditor:
. fixed closing by window manager
. dirty flag bound, shown and observed (unless in viewer mode)
. title specification simplified and standardized
. bug fix: incomplete transfer from editor
with cyclone alpha52
* fragile: class name resolution based on voluntary mutation and raising
* fitter: mirroring removed
* new module, os: opening files, parsing path
* hammerpanel: two modes of -initialdir persistence
* more mingw fixes
with cyclone alpha51
* new module, fitter: encapsulates compatibility support (formerly in maxmode)
* fitter: per-class callback and mirroring interface to compatibility mode
* mingw fixes
with toxy alpha14
* scriptlet: version control (verslet_ routines)
* debug printout restricted to krzYszcz, sent to stderr
with cyclone alpha50
* bug fixes
. hammertree crasher (affecting funbuff and offer)
. MouseState/toxy clash
* builds with gcc3 by default (no need to edit Makefile.common)
* midi file code has been cleaned, now ready for using in qlist
|