X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/c9d96fcfcf9b74099775a3a260eccdfdc31474c7..5cfe51ee2287165feb0cf006901bbbc2b961f3b8:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ff9feb6..fe0df71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,195 @@ +Fri Feb 01 15:18:00 2002 George Lebl + + * Release 1.0.12 + +Thu Dec 20 17:43:15 2001 George Lebl + + * src/main.c: apply patch from Josh Parsons + to enhance the m4 support and to add the self_ aliases + which are used in gob2, so that to ease some porting work. + +Sat Oct 20 17:02:56 2001 George Lebl + + * src/Makefile.am, src/lexer.l, src/main.c: Apply m4 preprocessing + patch from Josh Parsons + +Sat Sep 29 16:31:38 2001 George Lebl + + * Release 1.0.11 + +Sat Sep 29 16:28:13 2001 George Lebl + + * src/util.[ch], src/parse.y: get_cast argument is constant and + make sure not to modify the return value. + +Fri Sep 28 17:10:21 2001 George Lebl + + * src/main.c: backport the signal marshaller stuff from gob-2 as + that apparently changed in gtk proper recently (marshallers in + gtk1 style are no longer supported) + +Fri Sep 28 15:56:37 2001 George Lebl + + * src/parse.y: fix segfaults on export and fix one case where + export was ignored + +Sat Jun 30 15:39:27 2001 George Lebl + + * Release 1.0.10 + +Sat Jun 30 14:57:37 2001 George Lebl + + * doc/gob.1.in: add documentation for (export) + +Tue Jun 26 15:54:08 2001 George Lebl + + * src/Makefile.am: add built sources to EXTRA_DIST + +2001-06-24 Mark Brown + + * src/main.c: Default to PRIVATE_HEADER_ONDEMAND rather than + PRIVATE_HEADER_ALWAYS as per documentation. + + * doc/gob.1.in: Fix cut & paste error in object_{get,set} + examples. + +Sat Jun 09 13:38:53 2001 George Lebl + + * src/parse.y: was freeing the wrong token + +2001-06-03 Eskil Heyn Olsen + + * configure.in: + binged version to 1.0.10 because of the export keyword + + * examples/my-person.gob: + Fixed some comments + + * examples/test-export.gob: + File that tests the (export) keyword. + + * src/parse.y: + Added a (export) keyword to argument, so gob will + autodefine the my_object_[get|set]_var functions. + +Sun May 13 02:33:15 2001 George Lebl + + * src/main.c: remove GET_NEW_VARG as it only works in gcc and + add TYPE_SELF macro + +Sun May 13 02:02:47 2001 George Lebl + + * src/util.c: patch from Frederic Crozat + to fix warning + +2001-04-27 Eskil Heyn Olsen + + * src/main.c: (print_class_block): + add a GET_NEW_VARG def (ala GET_NEW) which takes + ``"...", val'' gtk_object_new args. + +Sun Apr 22 03:22:48 2001 George Lebl + + * doc/makehtml.pl: make output nicer + +Sun Apr 22 03:03:05 2001 George Lebl + + * doc/makehtml.pl, doc/Makefile.am: groff kind of sucks at + making html, so this is my own very dumb convertor that probably + only properly works on this one man file + +Sat Apr 21 20:37:40 2001 George Lebl + + * Release 1.0.9 + +Sat Apr 21 20:06:10 2001 George Lebl + + * examples/Makefile.am, examples/README, + examples/GNOME_Foo_SomeInterface.idl, + examples/foo-some-interface.gob: Add an example for BonoboXObject + +Sat Apr 21 19:33:08 2001 George Lebl + + * configure.in: Raise version to 1.0.9 + + * src/lexer.l: Properly check major version requirements (majors + must match in the requires line) + + * src/parse.y, src/main.c, src/treefuncs.(def|c|h), src/checks.c: + Add direct BonoboXObject support + + * src/parse.y: fix the chunks usage + + * doc/gob.1.in: document BonoboXObject stuff, fix the bugs section + wrt gtk-doc which has been supported for quite some time + +Fri Apr 13 21:19:33 2001 George Lebl + + * src/parse.y: commited too fast, fix printf warning + +Fri Apr 13 17:45:14 2001 George Lebl + + * src/parse.y, doc/gob.1.in: Fix a problem found by Eric Kidd + , where objectlink was not completely + refcounting safe. Could underref if you set the same object. + +Thu Apr 12 09:19:58 2001 George Lebl + + * Release 1.0.8 + +Sat Mar 31 00:24:58 2001 George Lebl + + * src/main.c: fix crash with marshallers of signals with a return + type and no arguments. + +Tue Feb 27 00:53:41 2001 Jonathan Blandford + + * README: Use my new-found maintainer status!!! The power! + +Sun Feb 25 17:17:46 2001 George Lebl + + * Release 1.0.7 + +Sun Feb 25 16:57:45 2001 George Lebl + + * src/main.c, src/checks.c: to make doing BonoboXObjects possible + allow overriding the _get_type function. + + * doc/gob.1.in: document the above + +Sun Feb 11 16:33:07 2001 George Lebl + + * Release 1.0.6 + +Sat Feb 10 18:42:59 2001 George Lebl + + * src/Makefile.am: fix the build + +2001-02-08 Maciej Stachowiak + + * src/Makefile.am: Remove BUILT_SOURCES stuff; Automake knows how + to handle .l and .y files directly, and including the .c files as + well was making it fail to link as it would try to link in lexer.o + and parse.o twice. + +Thu Feb 08 02:43:22 2001 George Lebl + + * src/main.c: add signal connection typesafety macros + + * src/test.gob, doc/gob.1.in: new stuff foo + + * configure.in: raise version + +Thu Feb 08 01:42:52 2001 George Lebl + + * src/Makefile.am: rule for parse.h includes parse.c, and + SOURCES include BUILT_SOURCES + +Tue Dec 26 11:03:44 2000 George Lebl + + * src/main.c: Remove ## from the varargs macro stuff, as it's not + needed and causes trouble for newer gcc's (like in rh7) + Sun Sep 10 18:04:07 2000 George Lebl * Release 1.0.5