ff71e847e4fd01207f6139105f5df8002e1bfcee
[platform/upstream/dbus.git] / ChangeLog
1 2002-11-22  Havoc Pennington  <hp@redhat.com>
2
3         * dbus/dbus-message.c: move inline docs into .c file
4
5         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
6         so all docs are under doc/
7         (MAN_EXTENSION): generate man pages. Use extension 
8         ".3dbus" which matches ".3qt" on my system, 
9         I guess this is OK, I don't know really.
10         (FILE_PATTERNS): look for .c files not .h, makes sense
11         for plain C I think
12
13 2002-11-22  Havoc Pennington  <hp@pobox.com>
14
15         * Makefile.am (SUBDIRS): rename subdir "server" to "bus" 
16         because any app can be a server, and any app can be a client, 
17         the bus is a special kind of server.
18
19 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
20
21         * Doxyfile : adding. Still needs Makefile rules to be generated
22         automatically (just run "doxygen" in the toplevel dir for now to
23         generate docs)
24         
25         * dbus/dbus-message.h : Adding sample docs (javadoc since
26         resembles gtk-doc a little more)
27
28         * dbus/dbus.h : Adding sample docs
29
30 2002-11-21  Havoc Pennington  <hp@redhat.com>
31
32         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION 
33         so we can allow ourselves to include files directly, 
34         instead of having to use dbus.h
35
36         * dbus/dbus.h: fill in
37
38         * dbus/dbus-message.h: sketch out a sample header file.
39         Include griping if you include it directly instead of 
40         via dbus.h
41
42         * dbus/dbus-macros.h: new file with macros for extern "C", 
43         TRUE/FALSE, NULL, etc.
44
45         * doc/file-boilerplate.c: put include guards in here
46
47 2002-11-21  Havoc Pennington  <hp@redhat.com>
48
49         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
50
51         * COPYING: include the GPL as well, and license code 
52         under both AFL and GPL.
53
54 2002-11-21  Havoc Pennington  <hp@redhat.com>
55
56         * acconfig.h: get rid of this
57
58         * autogen.sh (run_configure): add --no-configure option
59
60         * configure.in: remove AC_ARG_PROGRAM to make
61         autoconf complain less. add AC_PREREQ. 
62         add AC_DEFINE third arg.
63         
64 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
65
66         * doc/Makefile.am:
67         Fix references so we can distcheck.
68
69 2002-11-21  Havoc Pennington  <hp@redhat.com>
70
71         * Initial module creation
72