2002-11-23 Havoc Pennington <hp@pobox.com>
[platform/upstream/dbus.git] / ChangeLog
1 2002-11-23  Havoc Pennington  <hp@pobox.com>
2
3         * configure.in: pile on more warning flags if using gcc
4
5         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have 
6         to document static functions
7
8         * configure.in: add summary to end of configure so it 
9         looks nice and attractive
10
11         * dbus/dbus-hash.c: finish implementation and write unit 
12         tests and docs
13
14         * configure.in: add --enable-tests to enable unit tests
15
16         * dbus/dbus-test.c: test program to run unit tests 
17         for all files in dbus/*, initially runs a test for 
18         dbus-hash.c
19         
20         * dbus/dbus-internals.h: file to hold some internal utility stuff
21
22 2002-11-22  Havoc Pennington  <hp@redhat.com>
23
24         * dbus/dbus-hash.c: copy in Tcl hash table, not yet 
25         "ported" away from Tcl
26
27         * dbus/dbus-types.h: header for types such as dbus_bool_t
28
29 2002-11-22  Havoc Pennington  <hp@redhat.com>
30
31         * dbus/dbus.h: fixups for doc warnings
32
33         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up 
34         macros
35         (QUIET): make it quiet so we can see warnings
36
37         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
38
39 2002-11-22  Havoc Pennington  <hp@redhat.com>
40
41         * Makefile.am: include "Doxyfile" target in all-local
42
43         * configure.in: generate the Doxyfile
44
45         * Doxyfile.in: move Doxyfile here, so we can use 
46         configure to generate a Doxyfile with the right 
47         version number etc.
48
49 2002-11-22  Havoc Pennington  <hp@redhat.com>
50
51         * dbus/dbus-message.c: move inline docs into .c file
52
53         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
54         so all docs are under doc/
55         (MAN_EXTENSION): generate man pages. Use extension 
56         ".3dbus" which matches ".3qt" on my system, 
57         I guess this is OK, I don't know really.
58         (FILE_PATTERNS): look for .c files not .h, makes sense
59         for plain C I think
60
61 2002-11-22  Havoc Pennington  <hp@pobox.com>
62
63         * Makefile.am (SUBDIRS): rename subdir "server" to "bus" 
64         because any app can be a server, and any app can be a client, 
65         the bus is a special kind of server.
66
67 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
68
69         * Doxyfile : adding. Still needs Makefile rules to be generated
70         automatically (just run "doxygen" in the toplevel dir for now to
71         generate docs)
72         
73         * dbus/dbus-message.h : Adding sample docs (javadoc since
74         resembles gtk-doc a little more)
75
76         * dbus/dbus.h : Adding sample docs
77
78 2002-11-21  Havoc Pennington  <hp@redhat.com>
79
80         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION 
81         so we can allow ourselves to include files directly, 
82         instead of having to use dbus.h
83
84         * dbus/dbus.h: fill in
85
86         * dbus/dbus-message.h: sketch out a sample header file.
87         Include griping if you include it directly instead of 
88         via dbus.h
89
90         * dbus/dbus-macros.h: new file with macros for extern "C", 
91         TRUE/FALSE, NULL, etc.
92
93         * doc/file-boilerplate.c: put include guards in here
94
95 2002-11-21  Havoc Pennington  <hp@redhat.com>
96
97         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
98
99         * COPYING: include the GPL as well, and license code 
100         under both AFL and GPL.
101
102 2002-11-21  Havoc Pennington  <hp@redhat.com>
103
104         * acconfig.h: get rid of this
105
106         * autogen.sh (run_configure): add --no-configure option
107
108         * configure.in: remove AC_ARG_PROGRAM to make
109         autoconf complain less. add AC_PREREQ. 
110         add AC_DEFINE third arg.
111         
112 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
113
114         * doc/Makefile.am:
115         Fix references so we can distcheck.
116
117 2002-11-21  Havoc Pennington  <hp@redhat.com>
118
119         * Initial module creation
120