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