File: ChangeLog

package info (click to toggle)
drgeo 1.1.0-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,340 kB
  • ctags: 2,481
  • sloc: cpp: 22,807; sh: 11,294; lisp: 1,285; makefile: 378; ansic: 343
file content (133 lines) | stat: -rw-r--r-- 3,899 bytes parent folder | download | duplicates (5)
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
2005-01-01  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant_es.scm: Updated Spanish synonym and
	fixes.
		

2004-11-13  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant[_fr].scm (on-line): Add the synonym
	on-line as it is more correct thant on-curve.

2004-08-29  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant_es.scm: Updated Spanish synonyms.

2004-01-20  Hilaire Fernandes  <hilaire@ofset.org>

	* Makefile.am (scm_DATA): Added the Dutch synonyms.

2003-10-26  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface.scm: Replace make-* by drgeoMake-* to avoid
	conflicts.

2003-10-19  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant_es.scm: Added Spanish synonyms.

2003-09-24  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface.scm (Numeric): Add circle-length prototype.

2003-09-19  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant.scm (3points, 3pts): New symbol.
	(point-circle): New symbol.

	* drgeo_scm_interface.scm (Arc): Define prototype for Arc.

2003-09-18  Danilo Šegan  <dsegan@gmx.net>

	* drgeo_scm_interface_constant_sr.scm: Cleaned up, added a couple
	of more definitions and tested. 

2003-09-17  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant_sr.scm (ekstremum): Change
	extremity to extremities.

2003-09-17  Danilo Šegan  <dsegan@gmx.net>

	* Makefile.am: Added drgeo_scm_interface_constant_sr.scm to
	scm_DATA.

2003-09-16  Danilo Šegan  <dsegan@gmx.net>

	* drgeo_scm_interface_constant_sr.scm: Added Serbian translation
	(untested).

2003-09-13  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant_fr.scm: Translated
	various command and constant.

	* drgeo_scm_interface_constant.scm (point-line): Defined.

	* drgeo_scm_interface.scm (Numeric): point-line cas prototype.

2003-09-12  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface.scm: I was buggy, I sent the Scheme
	prototype reference instead of its address with Dr. Geo
	(idList): Given a list of prototype, return its id list.

2003-09-10  Hilaire Fernandes  <hilaire@ofset.org>

	* preferences.scm (:htmlViewer): Use Dillo as the defaut web
	viewer.

2003-09-02  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant_fr.scm (perpendiculaire): Add the
	constant and its translations.

	* drgeo_scm_interface.scm (Circle): Implement the type
	center-radius and center-segment.

2003-09-01  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant_fr.scm: French translation of the
	transformation names.

	* drgeo_scm_interface_constant.scm: Constant to name the
	transformations.

	* drgeo_scm_interface.scm: Set the object prototypes more object
	oriented regarding their instance creation: the transformed object
	creation is now handled directly by the base prototype
	Geometric-Object, thus reducing code duplication.
	(Geometric-Object): Implement the geometric transformation
	messages.

2003-08-29  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface.scm (Numeric): Implement the Scheme
	prototype Numeric

2003-08-26  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface.scm (Point): Write the rotation part of the
	prototype.
	
2003-08-22  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant_fr.scm: Updated French translation,
	we can use accented letter.

2003-08-20  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo_scm_interface_constant_fr.scm: The various constants and
	synonymes translated in French.

	* drgeo_scm_interface_constant.scm: To hold constants used in the
	Scheme interface.

2003-08-17  Hilaire Fernandes  <hilaire@ofset.org>

	* Makefile.am (scm_DATA): drgeo_scm_interface.scm is installed in
	$(datadir)/drgeo/scm

	* drgeo_scm_interface.scm: This is the Scheme part of the Dr. Geo
	Scheme interface.