]> git.draconx.ca Git - gob-dx.git/blob - ChangeLog
Release 0.90.3
[gob-dx.git] / ChangeLog
1 Sat Nov 13 17:22:49 1999  George Lebl <jirka@5z.com>
2
3         * **/Makefile.am, configure.in: fix the conditional installation
4           stuff, don't even go into the doc directory if we aren't installing
5
6 Sat Nov 13 16:53:20 1999  George Lebl <jirka@5z.com>
7
8         * doc/gob.1.in: describe BUGS better
9
10 Sat Nov 13 16:20:41 1999  George Lebl <jirka@5z.com>
11
12         * src/lexer.l: don't kill C++ style comments from C blocks
13
14 Sat Nov 13 16:16:59 1999  George Lebl <jirka@5z.com>
15
16         * src/{lexer.l,main.c,out.c}: fixed spurious newline printing, don't
17           kill comments from C blocks so that line counts are right, accept
18           newlines in strings, and don't take \'\"\' as a string delimiter
19
20 Sat Nov 13 14:53:26 1999  George Lebl <jirka@5z.com>
21
22         * src/main.c: don't add gtk_object_class to class_init if we only
23           have non-GtkObject overrides to avoid warning
24
25 Sat Nov 13 14:31:25 1999  George Lebl <jirka@5z.com>
26
27         * configure.in,src/Makefile.am,doc/Makefile.am: check for
28           ../NOINST_GOB and in case it's found don't install self
29
30 Fri Nov 12 16:25:35 1999  George Lebl <jirka@5z.com>
31
32         * configure.in,Makefile.am,src/main.c: don't use popt, our arguments
33           are simple enough and popt doesn't seem to be widely used yet
34
35 Sun Sep 05 22:08:40 1999  George Lebl  <jirka@5z.com>
36
37         * Release 0.90.2
38
39 Sun Sep 05 22:08:33 1999  George Lebl  <jirka@5z.com>
40
41         * doc/gob.1.in: updated for private virtual and signal wrappers
42
43 Sun Sep 05 21:50:19 1999  George Lebl  <jirka@5z.com>
44
45         * configure.in: raise version and actually set POPT_LIB correctly
46
47         * src/Makefile.am: use POPT_LIB
48
49 Sun Sep 05 21:45:54 1999  George Lebl  <jirka@5z.com>
50
51         * src/tree.h,src/main.c,src/parse.y: add support for private signals
52           and virtuals
53
54         * src/parse.y: fix bug with bogus vararg methods
55
56 Sun Sep 04 17:44:37 1999  George Lebl  <jirka@5z.com>
57
58         * Released 0.90.1
59
60 Sat Sep 04 17:18:22 1999  George Lebl  <jirka@5z.com>
61
62         * src/lexer.l,src/parse.y,src/main.c,src/tree.[ch]: support
63           variable arguments for public and private methods
64
65 Sat Sep 04 16:51:11 1999  George Lebl  <jirka@5z.com>
66
67         * lexer.l,parse.y: accept const in parameter lists
68
69 Sun Aug 29 13:46:33 1999  George Lebl  <jirka@5z.com>
70
71         * Release 0.90.0
72
73 Sat Aug 28 23:36:48 1999  George Lebl  <jirka@5z.com>
74
75         * src/main.[ch],parse.y: make error/warning reporting public
76           and use it to report depreciated use of 'this'
77
78 Sat Aug 28 22:41:52 1999  George Lebl  <jirka@5z.com>
79
80         * src/tree.[ch],parse.y,main.c: check for duplicate variables and
81           signals and arguments as well.
82
83 Sat Aug 28 22:00:19 1999  George Lebl  <jirka@5z.com>
84
85         * src/parse.y,src/main.c: change "this" to "self", but accept "this"
86           as well
87
88         * src/main.c: check for duplicate methods, and warn on non-public
89           "new" method
90
91         * configure.in: change to version 0.90.0
92
93         * doc/gob.1.in: change this to self
94
95 Tue Aug 24 20:37:26 1999  George Lebl  <jirka@5z.com>
96
97         * Release 0.0.4
98
99 Thu Aug 19 03:18:03 1999  George Lebl  <jirka@5z.com>
100
101         * src/main.c: also count overrides to avoid an unused variable on
102           class_init
103
104 Thu Aug 19 03:08:49 1999  George Lebl  <jirka@5z.com>
105
106         * src/parse.y: in a check, we can check not only about nubmers
107           but for tokens as well
108
109 Wed Aug 18 12:54:17 1999  George Lebl  <jirka@5z.com>
110
111         * Released 0.0.3
112
113 Tue Aug 17 22:24:47 1999  George Lebl  <jirka@5z.com>
114
115         * src/lexer.l,src/parse.y: don't use reserved words for check type
116           last first and null
117
118         * src/{lexer.l,parse.y,tree.[ch],main.c}: add #line's to output
119           files
120
121         * src/out.[ch]: new functions for output so that we can easily add
122           #line's to files
123
124         * src/main.c: fix get/set arguments
125
126         * doc/gob.1.in: updated for newer version and spellchecked, also
127           gob.1 is generated by configure now to get versions correct
128
129         * gob.spec.in: added a spec file
130
131 Fri Jul 30 02:19:05 1999  George Lebl  <jirka@5z.com>
132
133         * src/parse.y: accept simple char types
134
135         * src/main.c: make prototypes look better, and don't output arg stuff
136           when it won't be used
137
138         * Makefile,src/Makefile: add test make target
139