commit 7473a1a4893e94f97a8a9763f5239e8f3d343793
Author: Christian Persch <chpe@gnome.org>
Date:   2009-10-12

	* Makefile.am:
	* configure.in: Enable silent build rules.

M	ChangeLog
M	Makefile.am
M	configure.in

commit dafe1ce25fdaeec52185998df50e941318294386
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2009-10-28

    Remove some CPP_STDINC cruft. Closes bug 548083. Patch from Björn
    Lundqvist. Tested by me and Brian Cameron with Inteland Sun's
    compilers.

M	Makefile.msc.in
M	acinclude.m4
M	configure.in

commit 6a3a5b449f393d11486344480637577203445600
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2009-10-28

    Fix build error in configure.in. Patch from Tobias Mueller. Closes
    bug #587809.

M	configure.in

commit 4b70373e1c79ab3d08821e6c2135b8e00b6cae13
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-09-01

    [misc] Update AUTHORS

M	AUTHORS
M	ChangeLog

commit 2a26fe97a805595c8f55b67d11e3beb5b78af377
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-03-17

    post-release bump to 0.8.14

    2009-03-17	Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 0.8.14

    svn path=/trunk/; revision=604

M	ChangeLog
M	configure.in

commit fc9787e4cde7e42de67472414819d04aa0f5766a
Author: Vincent Untz <vuntz@gnome.org>
Date:	2009-03-17

    version 0.8.13

    2009-03-17	Vincent Untz  <vuntz@gnome.org>

	* NEWS: version 0.8.13

    svn path=/trunk/; revision=602

M	ChangeLog
M	NEWS

commit 986081bfa9dc8d05eab2eeeed2b777cb06224976
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2009-01-22

    Forgot ChangeLog

    svn path=/trunk/; revision=601

M	ChangeLog

commit 0e5fe7fbf184b3c07d270c008c218ae175a2e55a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2009-01-22

    clean up some warnings from sparse/gcc. Closes bug #568677.

    2008-09-17	Kjartan Maraas	<kmaraas@gnome.org>

	* util.c: clean up some warnings from sparse/gcc.
	Closes bug #568677.

    svn path=/trunk/; revision=600

M	Makefile.am
M	util.c

commit 672b99138aff869cb5d2b7306bd6ce9a304fdc5c
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:	2008-12-02

    Bump version

    svn path=/trunk/; revision=599

M	configure.in

commit 2aa4efd7a786d139fe1b7bba5ddead882412a338
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:	2008-12-02

    0.8.12

    svn path=/trunk/; revision=597

M	ChangeLog

commit 3f07ef5720f6847da145ae6c7691fdd3a00a06ab
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:	2008-12-02

    Fix the build with bison 2.4

    svn path=/trunk/; revision=596

M	ChangeLog
M	NEWS
M	parser.y

commit 5616ab5803b08da82cc34ff54b7c9084510beb78
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2008-08-19

    Post release bump

    svn path=/trunk/; revision=595

M	configure.in

commit 577c1ac0586283d8054d536e138acdd2cf43a144
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2008-08-19

    Version marker

    svn path=/trunk/; revision=593

M	ChangeLog

commit 5f6e7e830cb9e371bcbd1b95dcd8e94cdc830c6c
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2008-08-19

    Update some

    svn path=/trunk/; revision=592

M	NEWS

commit e48831ee25ea6ef22800b6e0de8bdf88f3902e0d
Author: Tor Lillqvist <tml@novell.com>
Date:	2008-06-05

    Bug 536165 - Make libIDL correctly parse cl's pre-processor output

    2008-06-02	Tor Lillqvist  <tml@novell.com>

	Bug 536165 - Make libIDL correctly parse cl's pre-processor output

	* lexer.l: Further change needed when using MSVC's cl.exe as the
	preprocessor. Patch by Marcelo Vanzin.


    svn path=/trunk/; revision=591

M	ChangeLog
M	lexer.l

commit 07515ba8a6d2b0d85dc5f7f6b843888f967961e9
Author: Tor Lillqvist <tml@novell.com>
Date:	2008-05-20

    Bug 522697 - Patch: make libIDL work with Microsoft's compilers

    2008-05-19	Tor Lillqvist  <tml@novell.com>

	Bug 522697 - Patch: make libIDL work with Microsoft's compilers

	Patch by Marcelo Vanzin, applied with modifications.

	* configure.in: Define Automake confitional OS_WIN32.

	* Makefile.am: Use --export-symbols libIDL.def on Windows.

	* Makefile.msc.in: Significant changes. Build a DLL with the same
	name as libtool does. Use pkg-config.

	* util.c: Make it work also in the !HAVE_CPP_STDIN &&
	!HAVE_SYMLINK case.

	* util.h: Make __IDL_tmp_filename const.

	* include/libIDL/IDL.h.in: Rework the dllimport logic. Use
	LIBIDL_VAR to decorate imported variables, similar to
	GLIB_VAR. Unlike Marcelo's patch, I decided not to decorate
	functions. Maybe later I can be convinced it would be a good idea,
	but for now just use the .def file to export them and let them be
	imported automatically.

	* README.win32
	* libIDL.def: Update.


    svn path=/trunk/; revision=590

M	ChangeLog
M	Makefile.am
M	Makefile.msc.in
M	README.win32
M	configure.in
M	include/libIDL/IDL.h.in
M	libIDL.def
M	util.c
M	util.h

commit 5c5fce27b33c728cf64463d9a4d231be35e86473
Author: Christian Persch <chpe@gnome.org>
Date:	2008-03-18

    Update glib version req. Bug #517088, patch by Mart Raudsepp.

    2008-03-18	Christian Persch  <chpe@gnome.org>

	* configure.in: Update glib version req. Bug #517088, patch by
	Mart Raudsepp.

    svn path=/trunk/; revision=589

M	ChangeLog
M	configure.in

commit 60267456de1fe9b9906e361bbc71c476a2f646c3
Author: Christian Persch <chpe@src.gnome.org>
Date:	2008-01-29

    Post release version bump

    svn path=/trunk/; revision=588

M	configure.in

commit 09de9fd1bb437c59f1a987bd9e632bf978ce1a34
Author: Christian Persch <chpe@gnome.org>
Date:	2008-01-29

    ======================= libIDL 0.8.10 =======================

    2008-01-29	Christian Persch  <chpe@gnome.org>

	* autogen.sh: Fix autogen with automake 1.10.
	* NEWS:

    svn path=/trunk/; revision=586

M	ChangeLog
M	NEWS
M	autogen.sh
M	configure.in

commit 8f9fd3de765a440d1d332539279e3b108b9255f2
Author: Christian Persch <chpe@gnome.org>
Date:	2008-01-29

    Use G_STRFUNC, since G_GNUC_PRETTY_FUNCTION was deprecated.

    2008-01-29	Christian Persch  <chpe@gnome.org>

	* include/libIDL/IDL.h.in: Use G_STRFUNC, since
	G_GNUC_PRETTY_FUNCTION
	was deprecated.

    svn path=/trunk/; revision=585

M	ChangeLog
M	include/libIDL/IDL.h.in

commit 4570461fb0dc7df44b9552864f8a377430fe2e90
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:	2007-09-24

    reviewed by: Michael Meeks <michael@ximian.com>

    2007-09-24	Wouter Bolsterlee  <wbolster@svn.gnome.org>

	reviewed by: Michael Meeks  <michael@ximian.com>

	* lexer.l: Ignore "command-line" in addition to "command
	line" when handling output from cpp . This fixes build
	problems when using newer toolchains, e.g. ORBIT2 can be
	compiled again with cpp >= 4.2. Fixes bug #474641, patch
	by Sebastian Bober.

    svn path=/trunk/; revision=584

M	ChangeLog
M	lexer.l

commit 1e0cf39b7ef71f45c09c73069ff85c9d8d64f735
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2007-09-17

    Post release bump

    svn path=/trunk/; revision=582

M	configure.in

commit 2f51aec54ee57d205f15f0880663d594b470ba95
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2007-09-17

    Release 0.8.9

    svn path=/trunk/; revision=580

M	ChangeLog
M	NEWS

commit 7e67ed26ca9ffc5b88603e5359c23d5f5a1454f6
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2007-09-01

    Revert accidental commit

    svn path=/trunk/; revision=578

M	configure.in

commit f5e4dfd7e338f3d850ee4f91cc1dd267dbf3932c
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2007-09-01

    Fix MAINTAINERS

    svn path=/trunk/; revision=577

M	MAINTAINERS
M	configure.in

commit 77758872ffdef41e2270101857d2fe76d96aa817
Author: Mark McLoughlin <markmc@redhat.com>
Date:	2007-05-15

    Add missing braces. Fix from Dominique Quatravaux

    2007-05-15	Mark McLoughlin  <markmc@redhat.com>

	    * util.c: (yyerrorl): Add missing braces. Fix from
	     Dominique Quatravaux <dominique@quatravaux.org> in
	    bug #438424.


    svn path=/trunk/; revision=576

M	ChangeLog
M	util.c

commit 23c45d29a1495b71d62f3204ffa17a26997a9df3
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2007-02-26

    Post release bump

    svn path=/trunk/; revision=575

M	NEWS
M	configure.in

commit 18d8706e2597a7a0714c600f6c7f40e37e95e578
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2007-02-26

    Prepare for release

    svn path=/trunk/; revision=573

M	HACKING

commit 155dcb09b71cd8078a787bfca82b29f51e1878c2
Author: Brian Pepple <bdpepple@ameritech.net>
Date:	2006-11-22

    libIDL.spec.in Drop spec file. Closes bug #122032.

    2006-11-22	Brian Pepple  <bdpepple@ameritech.net>

	* Makefile.am (EXTRA_DIST):
	* libIDL.spec.in
	Drop spec file. Closes bug #122032.

M	ChangeLog
M	Makefile.am

commit 9322caa80bc81105cf63412dc023093973f42541
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2006-07-24

    Post release bump

M	ChangeLog
M	configure.in

commit 4f7d01f1d6f9e697b38bfda3cd4df54a06e2dce9
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2006-07-24

    Update NEWS

M	NEWS

commit f44d55918b1e349606838b8f8188c49ac072ff26
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2006-07-24

    Fix compiler warning. Closes bug #340407.

    2006-07-24	Kjartan Maraas	<kmaraas@gnome.org>

	* util.c: (IDL_get_IDL_emission_table): Fix compiler warning.
	Closes bug #340407.

M	ChangeLog
M	util.c

commit 43fe0ea5be8ad6891225a64f1ae9e0b1fef034d3
Author: Pascal Terjan <pterjan@src.gnome.org>
Date:	2006-07-17

    Remove dead code in IDL_parse_filename_with_input and
    IDL_parse_filename
    Bugzilla #341383, Coverity #69 and #70

M	ChangeLog
M	util.c

commit 294c604ab07776db8e24e2fa669a23cf925c9ab6
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:	2006-05-10

    Quiet CVS

M	.cvsignore

commit f80b6136f29cb70c45375487aad1a9fad549c7e9
Author: Jules Colding <jcolding@src.gnome.org>
Date:	2006-04-05

    Fix rpmbuild issues in spec file

M	ChangeLog
M	libIDL.spec.in

commit 5857f3c91e6778872b00fe6e05fc719d1a56d954
Author: Mark McLoughlin <markmc@src.gnome.org>
Date:	2006-02-02

    remove patch author's name from ChangeLog at his request

M	ChangeLog

commit 93344559877e142eec64a3e1276a829ca741e148
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2006-02-02

    handle IDLN_WIDE_CHAR and IDLN_WIDE_STRING

    2006-02-02	Mark McLoughlin  <mark@skynet.ie>

	    * util.c: (IDL_tree_free_real), (IDL_tree_free): handle
	    IDLN_WIDE_CHAR and IDLN_WIDE_STRING

    2006-02-02	Mark McLoughlin  <mark@skynet.ie>

	    Patch from Johnny Accot <johnny@accot.org>

	    * util.c: (IDL_tree_free): handle IDLN_SRCFILE

M	ChangeLog
M	util.c

commit 25f19264706a8a74b52aad79d077efdaaf0f458c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2005-08-08

    Remove use of deprecated function g_basename(). Closes bug #133167.

    2005-08-08	Kjartan Maraas	<kmaraas@gnome.org>

	* util.c: (yyerrorl), (yywarningl): Remove use of deprecated
	function g_basename(). Closes bug #133167.

M	ChangeLog
M	util.c

commit ad05c533e461d0928bd3d46773c53a6cc91d4101
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2005-07-25

    post-release bump to 0.8.7.

    2005-07-25	Mark McLoughlin  <mark@skynet.ie>

	    * configure.in: post-release bump to 0.8.7.

M	ChangeLog
M	configure.in

commit e6327851f9a36dd237f0d93b44af10f52cf3b505
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2005-07-25

    Version 0.8.6.

    2005-07-25	Mark McLoughlin  <mark@skynet.ie>

	    * configure.in: Version 0.8.6.

M	ChangeLog
M	NEWS

commit f75376d21cd3547923d9b7ecff423143a8e6d49f
Author: Tor Lillqvist <tml@novell.com>
Date:	2005-02-23

    Use g_path_get_dirname(), g_strconcat(), g_strdup_printf(). Don't
    bother

    2005-02-23	Tor Lillqvist  <tml@novell.com>

	* util.c (IDL_parse_filename): Use g_path_get_dirname(),
	g_strconcat(), g_strdup_printf(). Don't bother checking g_malloc()
	for failure in some places, g_malloc() doesn't return if you are
	out of memory. And anyway, in other places the code didn't check.

M	ChangeLog
M	libIDL-zip.in
M	util.c

commit e8af96d331ab8cfbd66cb316956565729f4d5493
Author: Tor Lillqvist <tml@novell.com>
Date:	2005-02-22

    New file, for building libIDL zipfiles for Win32.

    2005-02-22	Tor Lillqvist  <tml@novell.com>

	* libIDL-zip.in: New file, for building libIDL zipfiles for Win32.

	* Makefile.am (EXTRA_DIST)
	* configure.in: Expand and distribute it.

	* util.c (IDL_parse_filename): Don't use 2>/dev/null on
	Win32. Instead, just do a bit of file descriptor acrobatics with
	dup() and dup2() for the duration of the popen().

M	ChangeLog
M	Makefile.am
M	configure.in
A	libIDL-zip.in
M	util.c

commit 2c9a1268af36066cbb46d3cefcc8f05cbf477161
Author: Gustavo J. A. M. Carneiro <gjc@src.gnome.org>
Date:	2005-02-05

    post-release version bump

M	ChangeLog
M	configure.in

commit 7f5b05187554c9f97d60fac2b9fc3bc384c95867
Author: Gustavo J. A. M. Carneiro <gjc@src.gnome.org>
Date:	2005-02-05

    release 0.8.5

M	ChangeLog
M	NEWS

commit ebc8a9ccc3ead9ea36ab4603cc6abfe2fa8c2029
Author: Jules Colding <colding@omesc.com>
Date:	2004-11-12

    add octet_type to const_type rule.

    2004-11-12	Jules Colding  <colding@omesc.com>

	* parser.y: add octet_type to const_type rule.

M	ChangeLog
M	parser.y

commit bd3765254a9071286c25cd8e39214b7961353d41
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2004-11-05

    Fix a couple of warnings

    2004-11-05	Kjartan Maraas	<kmaraas@gnome.org>

	* parser.y:
	* util.c: (IDL_tree_is_recursive): Fix a couple of warnings

M	ChangeLog
M	parser.y
M	util.c

commit c41aa1ec1e80c2e0b327e843d302b20e2969c647
Author: James Henstridge <jamesh@src.gnome.org>
Date:	2004-10-08

    commit changelog message that I missed last time.

M	ChangeLog

commit 3e38a1228b2a95a6d47d42c5201bd5cbb50bfdeb
Author: James Henstridge <james@jamesh.id.au>
Date:	2004-10-07

    quote macro names in AC_DEFUN() calls.

    2004-10-07	James Henstridge  <james@jamesh.id.au>

	* acinclude.m4: quote macro names in AC_DEFUN() calls.

M	acinclude.m4

commit 64a93b642040004dee24b2a379141a15878e26ca
Author: James Henstridge <james@jamesh.id.au>
Date:	2004-10-07

    ignore install-sh, missing and mkinstalldirs.

    2004-10-07	James Henstridge  <james@jamesh.id.au>

	* .cvsignore: ignore install-sh, missing and mkinstalldirs.

	* install-sh, missing, mkinstalldirs: remove from CVS, since the
	autotools install these for us.

M	.cvsignore
M	ChangeLog
D	install-sh
D	missing
D	mkinstalldirs

commit 1b214cb902fff1e827b2fb5e614be74aadf5c217
Author: James Henstridge <james@jamesh.id.au>
Date:	2004-10-06

    Fix for bug #154641:

    2004-10-06	James Henstridge  <james@jamesh.id.au>

	Fix for bug #154641:

	* configure.in: update and simplify a bit.

	* autogen.sh: use modern automake rather than 1.4 (this has been
	tested with "make distcheck").

M	ChangeLog
M	autogen.sh
M	configure.in
M	install-sh
M	missing

commit 27c08b99c498068e9580dd031fad452fca0e728f
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2004-08-17

    post-release bump to 0.8.5.

    2004-08-17	Mark McLoughlin  <mark@skynet.ie>

	    * configure.in: post-release bump to 0.8.5.

M	ChangeLog
M	configure.in

commit b6040965216e43359ed179b7c06ae49600072d04
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2004-08-17

    Version 0.8.4.

    2004-08-17	Mark McLoughlin  <mark@skynet.ie>

	    * configure.in: Version 0.8.4.

M	ChangeLog
M	NEWS
M	configure.in

commit 679d362e772379c8c356563e1b6ef0e587d89185
Author: Thomas Vander Stichele <thomasvs@src.gnome.org>
Date:	2004-04-01

    ignores

M	.cvsignore

commit 2689bb2c170ae852a3dd1e19d12abec26c011536
Author: Tomasz Kłoczko <kloczek@src.gnome.org>
Date:	2004-02-02

    Added missing [] quotation first parameter of AC_DEFUN(). This
    is neccessary
    for aclocal from automake 1.8.x and is backward compatible fix
    with older
    auto tools.
    Fix aproved by Michael Meeks.

M	ChangeLog
M	libIDL.m4.in

commit 63b5ad7122643d00f5501c85d4b95db8e865fdc9
Author: Mark McLoughlin <markmc@src.gnome.org>
Date:	2004-01-21

    version marker

M	ChangeLog

commit 485ca561d901e57c3fddfdbc12fb4e1556ba248f
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2004-01-21

    Version 0.8.3.

    2004-01-21	Mark McLoughlin  <mark@skynet.ie>

	* configiure.in: Version 0.8.3.

    2004-01-21	Mark McLoughlin  <mark@skynet.ie>

	Patch from Laszlo Peter <laca@sun.com>

	* libIDL-2.0-uninstalled.pc.in: add -uninstalled pkg-config
	file to allow building against an uninstalled libIDL.

	* include/libIDL/IDL.h.in: move the header here.

	* IDL.h.new.in: kill this.

	* Makefile.am: don't install the header from here.

	* tstidl.c, util.h: update for new header location.

M	.cvsignore
M	ChangeLog
D	IDL.h.new.in
M	Makefile.am
M	NEWS
M	autogen.sh
M	configure.in
A	include/.cvsignore
A	include/Makefile.am
A	include/libIDL/.cvsignore
A	include/libIDL/Makefile.am
A	libIDL-2.0-uninstalled.pc.in
M	tstidl.c
M	util.h

commit 759f22c95cab9ffb3969b8cf791f48bc2b79d5f4
Author: Fernando Herrera de las Heras <fherrera@src.gnome.org>
Date:	2003-06-12

    clobber LC_ALL

	   * util.c (IDL_parse_filename): clobber LC_ALL

    This fixes ORBit and bonobo buildings under es,fr and some others
    locales.
    Just a workaround for a bug in cpp.

M	ChangeLog
M	util.c

commit 5eb5d40e470602f039357887602d11b694a9adf7
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2003-05-26

    Version 0.8.2.

    2003-05-26	Mark McLoughlin  <mark@skynet.ie>

	    * configure.in: Version 0.8.2.

M	ChangeLog
M	NEWS
M	configure.in

commit 361768195728de46e2c0ba62a5cb23e7e750525c
Author: Jody Goldberg <jody@gnome.org>
Date:	2003-05-09

    newer versions of flex do not require YY_NEW_FILE.


    2003-05-08	Jody Goldberg <jody@gnome.org>

	* lexer.l (__IDL_lex_cleanup) : newer versions of flex do
	not require
	  YY_NEW_FILE.

M	ChangeLog
M	lexer.l

commit c643efa309bdb944809496c61864e2aa1732467f
Author: Michael Meeks <michael@ximian.com>
Date:	2003-05-03

    Version 0.8.1

    2003-05-03	Michael Meeks  <michael@ximian.com>

	* Version 0.8.1

M	ChangeLog
M	NEWS
M	configure.in

commit 819e23b9a5081ebbedb8ded021124824c879089c
Author: Nick Lewycky <nicholas@metrix.on.ca>
Date:	2003-04-28

    add '_' escaped keyword identifier support.

    2003-04-28	Nick Lewycky  <nicholas@metrix.on.ca>

	* lexer.l (escaped_ident): add '_' escaped keyword
	identifier support.

	* BUGS: upd.
	* util.c: add TODO

M	BUGS
M	ChangeLog
M	lexer.l
M	util.c

commit e680e2b84d8b8879fb74b02fd0e22ad877987453
Author: Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
Date:	2003-04-12

    add -no-undefined to libIDL_2_la_LDFLAGS.



    2003-04-12	Masahiro Sakai	<sakai@tom.sfc.keio.ac.jp>

    * Makefile.am: add -no-undefined to libIDL_2_la_LDFLAGS.

    * IDL.h.new.in, tstidl.c: use G_PLATFORM_WIN32 and G_OS_WIN32
    instead of _WIN32.

    * configure.in: add AC_LIBTOOL_WIN32_DLL call and check for
    unistd.h, popen(), symlink() and access().

    * util.c, util.h: use HAVE_UNISTD_H, HAVE_POPEN, HAVE_SYMLINK and
    HAVE_ACCESS instead of _WIN32, NO_POPEN, NO_SYMLINK and NO_ACCESS.

M	ChangeLog
M	IDL.h.new.in
M	Makefile.am
M	configure.in
M	include/libIDL/IDL.h.in
M	tstidl.c
M	util.c
M	util.h

commit 3a25077e807d8a5e792912be866ef1fd05c948c6
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2002-10-17

    don't distribute built sources. Hopefully this fixes #88977,
    there's no

    2002-10-17	Mark McLoughlin  <mark@skynet.ie>

	    * Makefile.am: don't distribute built sources.
	    Hopefully this fixes #88977, there's no point
	    in distributing these anymore since we now
	    require flex.

	    * configure.in: remove warning about not having
	    flex. We error out earlier if we don't have flex.

	    * libIDL-config.in: rename to libIDL-config-2.in
	    and only distribute libIDL-config-2.

	    * libIDLConf.sh.in: kill this cruft.

M	ChangeLog
M	Makefile.am
M	configure.in
D	libIDL-config.in
D	libIDLConf.sh.in

commit 250fad777fdfe6fb6f7177059bc0208bb908e165
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2002-09-20

    use pkg-config --(libs|cflags) glib-2.0. instead of glib-config. The

    2002-09-20	Mark McLoughlin  <mark@skynet.ie>

	    * libIDL-config.in: use pkg-config --(libs|cflags) glib-2.0.
	    instead of glib-config. The script is still going to go
	    away at soe stage though :-)
	    Patch from john.sun@sun.com and Jay Yan <jay.yan@sun.com>,
	    Fixes #93496.

M	ChangeLog
M	libIDL-config-2.in
M	libIDL-config.in

commit 0b1a2e77bbfab00a036461ef15caed7fa0639757
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2002-09-09

    s/-lIDL/-lIDL-2/. This script should be removed by rights.

    2002-09-09	Mark McLoughlin  <mark@skynet.ie>

	    * libIDL-config.in: s/-lIDL/-lIDL-2/. This script
	    should be removed by rights.

M	ChangeLog
M	libIDL-config-2.in
M	libIDL-config.in

commit 2f2e5af494ac05aeb3375717fb0d97fe478271ef
Author: Thomas Vander Stichele <thomasvs@src.gnome.org>
Date:	2002-09-05

    approved by Mark and Michael

M	ChangeLog
M	configure.in

commit 72381a894d0d079a31bff1f5bfd92058184fcb77
Author: Havoc Pennington <hp@pobox.com>
Date:	2002-08-18

    hardcode aclocal-1.4/automake-1.4 so that users with both automake
    1.6 and

    2002-08-18	Havoc Pennington  <hp@pobox.com>

	* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
	both automake 1.6 and 1.4 installed get the right automake. Means
	compilation from CVS will now require the latest automake 1.4
	release, or manually creating symlinks called "automake-1.4" and
	"aclocal-1.4"

M	ChangeLog
M	autogen.sh

commit c7857c46bbb19b29c8f5e3dc8791172ab6ed5eb2
Author: jacob berkman <jacob@ximian.com>
Date:	2002-06-06

    use %q rather than %ll on bsd (fixes bug #80439)

    2002-06-06	jacob berkman  <jacob@ximian.com>

	* IDL.h.new.in:
	* configure.in: use %q rather than %ll on bsd (fixes bug #80439)

M	ChangeLog
M	IDL.h.new.in
M	configure.in
M	include/libIDL/IDL.h.in

commit 77b0ada802b6fe71387e1c96dacc3d321828fa4f
Author: Mark McLoughlin <mark@skynet.ie>
Date:	2002-06-03

    Version 0.8.0.

    2002-06-03	Mark McLoughlin  <mark@skynet.ie>

	    * configure.in: Version 0.8.0.

M	ChangeLog
M	NEWS
M	configure.in

