File: ChangeLog

package info (click to toggle)
xfireworks 1.3-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: ansic: 6,896; makefile: 383; sh: 40
file content (40 lines) | stat: -rw-r--r-- 952 bytes parent folder | download | duplicates (11)
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
2000.8.2
	XFireworks-1.3
	
	Manage and reuse of second-hand Pieces and AfterImages objests are
	added to decrease calling malloc() in main loop to decrease load
	average. (See free_pieces_list and free_after_images_list member
	of XFireworks class)
	
	Bug of ObjList_IsEnd() was modified. (Obj.c)
	
	Targets install-bin, install-lib, and install-man in Makefile
	are modified.

2000.8.1
	XFireworks-1.2

	Added ColorName and ColorNameList class to manage color name and
	RGB value to decrease calling XParseColor(). XFireworks starts up
	more speedy.
	
	In Pieces_Create(), collect 6 malloc() to one to decrease
	load average.
	
	Change the directry to put xfireworks.conf from
	<X-Root>/lib/X11/XFireworks to <X-Root>/etc.
	
	Changes Makefile a little.

2000.7.29
	XFireworks-1.1
	
	Added Calculator.c to decrease load average.
	
	Pieces_Create() and Pieces_Move() were modified to decrease
	load average.

2000.7.28
	XFireworks-1.0
	
	first version.