commit 1df0aa160b1ce6d1e1f01085253b665fe6d0d1ef
Author: David King <amigadave@amigadave.com>
Date: Mon Sep 21 21:39:19 2015 +0100
version 3.18.0
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1fdadd2e2f008660909d2fa23f18f6418d051805
Author: David King <amigadave@amigadave.com>
Date: Mon Sep 21 21:39:01 2015 +0100
Switch to using XZ-compressed tarballs
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 4363223839649f4e5d01dc6d0b3e23a629ddcd8a
Author: David King <amigadave@amigadave.com>
Date: Sun Jun 28 22:04:28 2015 +0100
build: Make autoconf-archive support optional
As autoconf-archive installs the same ax_*.m4 macros that gnome-common
installs, which are copied from autoconf-archive into gnome-common, add
a configure argument to toggle autoconf-archive support.
Passing --without-autoconf-archive to configure (or not providing an
argument) disables compatibility (parallel-installability) with
autoconf-archive, and installs the ax_*.m4 macros. If
--with-autoconf-archive is passed to configure, the macros are not
installed, and gnome-common will not install any M4 macros that conflict
with autoconf-archive.
https://bugzilla.gnome.org/show_bug.cgi?id=747920
configure.ac | 8 ++++++++
macros2/Makefile.am | 3 +++
2 files changed, 11 insertions(+)
commit 57403addd36276aac8fc52d200177fb6366d888d
Author: David King <amigadave@amigadave.com>
Date: Fri Apr 24 09:07:54 2015 +0100
gnome-autogen: Fix the package name tracing
https://bugzilla.gnome.org/show_bug.cgi?id=748394
macros2/gnome-autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2bffd7e1a94c5d96a1121ae2243c3615e1aa7766
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Tue Jan 27 10:18:30 2015 +0000
macros2: Deprecate GNOME_CXX_WARNINGS
Just as for GNOME_COMPILE_WARNINGS, GNOME_CXX_WARNINGS has been
deprecated in favour of AX_COMPILER_FLAGS. See commit
b57bae0be3df241220b1fba3120e2f50261258e5 for details.
https://bugzilla.gnome.org/show_bug.cgi?id=729406
macros2/gnome-compiler-flags.m4 | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
commit b57bae0be3df241220b1fba3120e2f50261258e5
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Fri Jan 16 11:08:32 2015 +0000
macros2: Deprecate GNOME_COMPILE_WARNINGS
Use AX_COMPILER_FLAGS instead, which comes from the autoconf-archive. It
supports more compilers than just GCC, has a wider selection of flags,
supports LDFLAGS, and is maintained for more projects than just GNOME.
GNOME_COMPILE_WARNINGS has not been ported to AX_COMPILER_FLAGS as:
• the default argument is a little difficult to map to
AX_COMPILER_FLAGS’ IS-RELEASE argument; and
• AX_COMPILER_FLAGS depends on some other macros in autoconf-archive
licenced as GPLv3, which would potentially be tricky to copy into
gnome-common.
The --enable-iso-c argument is deprecated as well. Projects should
choose which C standard they want to use, and hard-code that in their
compiler flags. It is not something which should be set by the
developer.
GNOME_CXX_WARNINGS is not deprecated, but may be in future.
No further changes should be made to GNOME_COMPILE_WARNINGS: please make
them to AX_COMPILER_FLAGS instead.
https://bugzilla.gnome.org/show_bug.cgi?id=729407
macros2/gnome-compiler-flags.m4 | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
commit 8dd714645952ccaf99ab714e4af2c47718382b9e
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date: Tue Dec 23 03:47:47 2014 +0100
gnome-autogen: warn if $srcdir is undefined
Not setting $srcdir will lead to broken out-of-tree autogen call, so
let's ask to set it
https://bugzilla.gnome.org/show_bug.cgi?id=741891
macros2/gnome-autogen.sh | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
commit 4c8d8ad93225b468bd101760a1153243a12c4898
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date: Tue Dec 23 03:46:15 2014 +0100
gnome-autogen: warn for deprecated variables
Well, many people still use deprecated variables for 10y, maybe
it's time to let them know.
https://bugzilla.gnome.org/show_bug.cgi?id=741891
macros2/gnome-autogen.sh | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
commit 89f74f5214379ca118bcb09f8f3976d6997c42da
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date: Tue Dec 23 03:45:10 2014 +0100
gnome-autogen: infer PKG_NAME from configure.ac
Let's not repeat ourself in autogen.sh, there are already many places
with the package name.
https://bugzilla.gnome.org/show_bug.cgi?id=741891
README | 2 --
macros2/gnome-autogen.sh | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
commit 1ced4ff7722282b809ed33cdb4a1f3c1bdc6e252
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date: Tue Dec 23 03:43:54 2014 +0100
README: remove check for automake version in example
It's usually not required, so let's not show a bad example
https://bugzilla.gnome.org/show_bug.cgi?id=741891
README | 1 -
1 file changed, 1 deletion(-)
commit 334bb90c5bcf96105aed8eac464bb296bf1aa9c9
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date: Mon Dec 15 23:22:15 2014 +0800
compiler-warnings: Add -Werror=return-type
Function return type mismatch should be considered broken, as it can cause
unexpected result or compilation error.
https://bugzilla.gnome.org/show_bug.cgi?id=741558
macros2/gnome-compiler-flags.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 1f60e9536dd8ac71a799d60eb128c6c928c67639
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Tue Aug 26 00:06:52 2014 +0100
macros2: Remove support for gnome-doc-utils
Remove support for checking for the GNOME_DOC_INIT macro in configure.ac
and calling gnome-doc-prepare if found. gnome-doc-utils has not been
used in any modules we care about for a long time.
https://bugzilla.gnome.org/show_bug.cgi?id=729931
macros2/gnome-autogen.sh | 15 ---------------
1 file changed, 15 deletions(-)
commit a912a74ba7999fe3ed49b07bab86685a5d117f82
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Fri May 2 16:09:43 2014 +0200
doc-build: Remove doc-build infrastructure
This pertained to the old GNOME documentation infrastructure, used
before Mallard existed. This isn’t used by any modules we care about
any more. Most modules which set USE_COMMON_DOC_BUILD do so erroneously.
https://bugzilla.gnome.org/show_bug.cgi?id=729931
Makefile.am | 2 +-
configure.ac | 2 -
doc-build/Makefile.am | 12 -----
doc-build/README | 9 ----
doc-build/gnome-doc-common.in | 49 --------------------
doc-build/omf.make | 65 ---------------------------
doc-build/xmldocs.make | 101 ------------------------------------------
macros2/gnome-autogen.sh | 10 -----
8 files changed, 1 insertion(+), 249 deletions(-)
commit 6684e2fa5d5a4c72c9bf116f74688c0b47f350cf
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Fri May 2 15:53:09 2014 +0200
macros2: Remove GNOME_COMMON_INIT
It’s been deprecated for a while, and apparently no modules (which I
have checked out, at least) still use it.
https://bugzilla.gnome.org/show_bug.cgi?id=735416
macros2/gnome-common.m4 | 20 --------------------
1 file changed, 20 deletions(-)
commit 5d61b55e8bea32fe2b52e21682ee4b3719b290c5
Author: David King <amigadave@amigadave.com>
Date: Mon Sep 22 12:32:59 2014 +0100
version 3.14.0
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 4153deb1b9b76601389657e64dcae6721002236f
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Mon Sep 15 12:08:38 2014 +0100
macros2: Update links to macros in the autoconf-archive
Now that the macros have been committed upstream, we can link to their
manual pages rather than the bug reports.
macros2/gnome-code-coverage.m4 | 2 +-
macros2/gnome-common.m4 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit b23a0e022cde3e3aff15175bd5923eab17f48918
Author: Bastien Nocera <hadess@hadess.net>
Date: Thu Sep 11 20:36:13 2014 +0200
macros2: Add support for APPSTREAM_XML macro
And request that appstream-xml.m4 get installed if missing.
https://bugzilla.gnome.org/show_bug.cgi?id=736497
macros2/gnome-autogen.sh | 4 ++++
1 file changed, 4 insertions(+)
commit f07add268460e3e678124155a2ce4a623e7d14d6
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Tue Aug 26 00:03:51 2014 +0100
macros2: Deprecate GNOME_CODE_COVERAGE
The autoconf-archive AX_CODE_COVERAGE macro should be used instead.
https://bugzilla.gnome.org/show_bug.cgi?id=729405
macros2/Makefile.am | 1 +
macros2/ax_code_coverage.m4 | 180 +++++++++++++++++++++++++++++++++++++++++
macros2/gnome-code-coverage.m4 | 137 ++-----------------------------
3 files changed, 188 insertions(+), 130 deletions(-)
commit b62c76f204a8cae64dc2c3c33828d27c1a2581e5
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Fri May 2 16:07:06 2014 +0200
macros2: Deprecate GNOME_MAINTAINER_MODE_DEFINES
The modules which it deprecates are all ancient and unused. Many of the
modules which use GNOME_MAINTAINER_MODE_DEFINES don’t make use of the
DISABLE_DEPRECATED variable it generates anyway.
If a module really wants maintainer mode, they should use
AM_MAINTAINER_MODE. Otherwise, they should just eliminate this call
entirely.
https://bugzilla.gnome.org/show_bug.cgi?id=735417
macros2/gnome-common.m4 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit f9073d5defa6f30bb8b364c3a56c53a60eb0b0dd
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Fri May 2 16:04:07 2014 +0200
macros2: Deprecate GNOME_DEBUG_CHECK
The autoconf-archive AX_DEBUG_CHECK macro should be used instead, or the
macro contents should just be substituted into configure.ac directly,
since it’s so simple.
https://bugzilla.gnome.org/show_bug.cgi?id=729403
macros2/Makefile.am | 13 ++++-
macros2/ax_check_enable_debug.m4 | 113 +++++++++++++++++++++++++++++++++++++++
macros2/gnome-common.m4 | 17 +++---
3 files changed, 130 insertions(+), 13 deletions(-)
commit efd34adf8b6d73f14c13fd87183983c576ea215c
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Tue Aug 26 00:08:37 2014 +0100
build: Remove a non-existent file from EXTRA_DIST
https://bugzilla.gnome.org/show_bug.cgi?id=735418
Makefile.am | 1 -
1 file changed, 1 deletion(-)
commit cdb06bca3101ef09a207deb290bd607ec128e04b
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date: Sun Aug 17 18:00:17 2014 -0500
compiler-flags: allow suppressing warnings
Some projects want to see no warnings at all, for example, projects that
are written in Vala. But GNOME_COMPILE_WARNINGS([no]) is a no-op that
does nothing to turn off the default compiler warnings. Presumably if
you ask for no compiler warnings, you want no compiler warnings, so
suppress them in this case instead.
https://bugzilla.gnome.org/show_bug.cgi?id=734973
macros2/gnome-compiler-flags.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 13d01a8be18642956042f00321dece2cfe5493f1
Author: Martin Pitt <martinpitt@gnome.org>
Date: Thu Jul 10 14:09:23 2014 +0200
code-coverage: Support lcov 1.11
https://bugzilla.gnome.org/show_bug.cgi?id=732988
macros2/gnome-code-coverage.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5a58347c8f9b48915311f7c91b885722492d378a
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Sat May 10 22:44:27 2014 +0100
macros2: Remove FORBIDDEN_M4MACROS infrastructure
It was completely outdated and unused. The REQUIRED_M4MACROS
infrastructure is, however, still in use.
https://bugzilla.gnome.org/show_bug.cgi?id=729932
macros2/gnome-autogen.sh | 28 ----------------------------
1 file changed, 28 deletions(-)
commit aa7f70bbce305cabeb1dcdbfc6cd7cd437f6a2c4
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Fri May 2 16:10:33 2014 +0200
macros2: Remove outdated README file
https://bugzilla.gnome.org/show_bug.cgi?id=729410
macros2/README.cvs-commits | 13 -------------
1 file changed, 13 deletions(-)
commit 0d59b7cb3b6e842ba87f4ebc1a56f654ad52301f
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date: Fri May 2 15:41:29 2014 +0200
doc: Move doc/usage.txt to README and update
We don’t like references to CVS any more. Update the guidelines to no
longer reference GNOME_COMMON_INIT.
https://bugzilla.gnome.org/show_bug.cgi?id=729410
README | 38 ++++++++++++++++++++++++++++++++++++++
doc/usage.txt | 40 ----------------------------------------
2 files changed, 38 insertions(+), 40 deletions(-)
commit f5bd3785edfbebef04089fc52f804249d88b89de
Author: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Tue Apr 15 10:27:49 2014 +0200
make program_VERSION a local variable
Otherwise we may end up overriding what was manually set in the
environment.
macros2/gnome-autogen.sh | 1 +
1 file changed, 1 insertion(+)
commit d213283fcb5228d05eb2c796579f18240e8467e8
Author: David King <amigadave@amigadave.com>
Date: Mon Mar 24 12:19:08 2014 +0000
version 3.12.0
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit d98710d08e643fe2e2ba8d56540c350062cf0ecc
Author: Volker Sobek <reklov@live.com>
Date: Sat Mar 22 18:39:19 2014 +0100
gnome-autogen.sh: Fix check if stdin is a tty
Commit 7f977b021462 introduced a check if stdin is ins't a tty, and
prevent printing terminal codes in this case. But the check was wrong
and always failed.
https://bugzilla.gnome.org/show_bug.cgi?id=726892
macros2/gnome-autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b6f099488526288ad0ab1b2061304441df0b2466
Author: Ryan Lortie <desrt@desrt.ca>
Date: Thu Mar 13 09:57:29 2014 -0400
gnome-autogen: require automake 1.11.2
This is the version of automake that introduced ACLOCAL_PATH support, so
make sure that we have it before attempting to configure the package.
macros2/gnome-autogen.sh | 4 ++++
1 file changed, 4 insertions(+)
commit 33608985c02e8ff9651c917842010984ff65cf14
Author: Ryan Lortie <desrt@desrt.ca>
Date: Wed Mar 12 19:24:51 2014 -0400
gnome-common: use ACLOCAL_PATH over ACLOCAL_FLAGS
jhbuild has set this variable for more than two years.
https://bugzilla.gnome.org/show_bug.cgi?id=726208
macros2/gnome-autogen.sh | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
commit fb0e5a9dbed732dd01d245f141ff2beb35689971
Author: Ryan Lortie <desrt@desrt.ca>
Date: Wed Mar 12 19:54:40 2014 -0400
gnome-autogen.sh: correct IFS value
Due to a likely copy-paste mistake, the default value of IFS was being
set to 9 spaces instead of a tab and a space. Fix that.
https://bugzilla.gnome.org/show_bug.cgi?id=726208
macros2/gnome-autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2a770a34293432872a8c7edac584a72e943f06d2
Author: David King <amigadave@amigadave.com>
Date: Mon Dec 16 15:30:45 2013 +0000
gnome-autogen.sh: Check for appdata-xml.m4 with APPDATA_XML
macros2/gnome-autogen.sh | 4 ++++
1 file changed, 4 insertions(+)
commit 62f7546a039296e42b90ca9f9590caf9db5bc6ef
Author: Philip Withnall <philip@tecnocode.co.uk>
Date: Sun Oct 27 12:08:38 2013 +0000
compiler-flags: Simplify a case statement slightly
macros2/gnome-compiler-flags.m4 | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
commit eb0a7dce6b639e354b4b9736ed879921595f12fb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date: Sun Oct 27 12:02:55 2013 +0000
compiler-flags: Replace deprecated AC_HELP_STRING with AS_HELP_STRING
macros2/gnome-compiler-flags.m4 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 799ae3eaebd82f961cbca82325351c3b5db7494c
Author: Javier Jardón <jjardon@gnome.org>
Date: Tue Jul 23 11:53:00 2013 +0100
Read the dirlist file unconditionally
macros2/gnome-autogen.sh | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
commit daf03d618f3093b7c7ba5850fe27f9f552500a9e
Author: David King <amigadave@amigadave.com>
Date: Mon Sep 23 15:28:42 2013 +0100
version 3.10.0
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f8f5bc923239d02a5e2f5f8ee8d357eafb2bfc12
Author: Philip Withnall <philip@tecnocode.co.uk>
Date: Wed Sep 4 23:11:14 2013 -0600
compiler-flags: Add a #serial line
As suggested in bug #707475, this will ensure the latest version of
gnome-compiler-flags.m4 is used if conflicting versions are found in
different directories in the autoconf search path.
Helps: https://bugzilla.gnome.org/show_bug.cgi?id=707475
macros2/gnome-compiler-flags.m4 | 5 +++++
1 file changed, 5 insertions(+)
commit c834b24651e1b0f510ede8610bde0be1e940de14
Author: Philip Withnall <philip@tecnocode.co.uk>
Date: Wed Sep 4 00:48:19 2013 -0600
compiler-flags: Add an optional second argument for custom warnings
This allows module authors to choose to enforce stricter warnings on
a per-module basis, to avoid the situation where an outside
contributor submits a patch which introduces warnings the maintainer
has enabled locally.
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=707475
macros2/gnome-compiler-flags.m4 | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
commit ac800833454ab6d38afb288773079b8ad1d5503f
Author: Seán de Búrca <leftmostcat@gmail.com>
Date: Tue Aug 27 07:55:53 2013 -0600
Run intltool before autoreconf so intltool.m4 is picked up by aclocal.
https://bugzilla.gnome.org/show_bug.cgi?id=705365
macros2/gnome-autogen.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit d04839754bbbb6ffed9c4641fed801b586944820
Author: Javier Jardón <jjardon@gnome.org>
Date: Mon Jul 22 16:22:38 2013 +0100
gnome-autogen.sh: run glib-gettexize if using GLib gettext
This code was removed by error in
commit 323bbfe0989405725379cada1aa5cb361fd2999f
macros2/gnome-autogen.sh | 5 +++++
1 file changed, 5 insertions(+)
commit 17f56a49964a3ddabf0d166326989033b7d84764
Author: Javier Jardón <jjardon@gnome.org>
Date: Fri Jul 19 12:09:17 2013 +0100
gnome-autogen.sh: Check only for autoreconf
autoconf, automake, libtool, gettext are already checked by autoreconf
macros2/gnome-autogen.sh | 64 ++++++------------------------------------------
1 file changed, 7 insertions(+), 57 deletions(-)
commit 876109c69119d8bdd434d435230a47ce9dd1fd98
Author: Javier Jardón <jjardon@gnome.org>
Date: Fri Jul 19 12:05:50 2013 +0100
Rename configure.in to configure.ac
autogen.sh | 2 +-
configure.ac | 23 +++++++++++++++++++++++
configure.in | 23 -----------------------
3 files changed, 24 insertions(+), 24 deletions(-)
commit 9739c718813dff951c4201e06e8f3e64036ed37e
Author: Javier Jardón <javier.jardon@codethink.co.uk>
Date: Thu Jul 18 17:44:27 2013 +0100
gnome-autogen: Do not use sed to get the AC_CONFIG_MACRO_DIR directory
macros2/gnome-autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 47aa8189803d5f1bf60701f52795ef8735064b6c
Author: Javier Jardón <javier.jardon@codethink.co.uk>
Date: Thu Jul 18 15:09:50 2013 +0100
macros2/gnome-autogen.sh: Create m4 directory if it doesnt exits
This is a automake bug fixed in automake 1.13.2
macros2/gnome-autogen.sh | 8 ++++++++
1 file changed, 8 insertions(+)
commit 323bbfe0989405725379cada1aa5cb361fd2999f
Author: Javier Jardón <javier.jardon@codethink.co.uk>
Date: Thu Jun 27 12:07:17 2013 +0100
gnome-autogen.sh: Use autoreconf
instead autopoint/libtoolize/autoconf/automake manually
macros2/gnome-autogen.sh | 82 +++++-------------------------------------------
1 file changed, 7 insertions(+), 75 deletions(-)
commit cfaa608653c47b20ea92706da573d1b19df47227
Author: Yosef Or Boczko <yosefor3@walla.com>
Date: Sun Jun 23 08:52:17 2013 +0300
Add support for automake 1.14
macros2/gnome-autogen.sh | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
commit 47e94cb99140d8a1f01182c0b52f25915bad01e2
Author: Dan Winship <danw@gnome.org>
Date: Wed May 8 13:26:19 2013 -0400
code-coverage: fix conditionalization
The "make clean" rule added by gnome-code-coverage.m4 was not
conditionalized (making it spew errors on "make clean" when built
without coverage support, since $(LCOV) expanded to ""), and the other
rules were conditionalized incorrectly (testing "ifdef
CODE_COVERAGE_ENABLED", when that variable was always set, just
sometimes to "no"). Fix both problems.
https://bugzilla.gnome.org/show_bug.cgi?id=699943
macros2/gnome-code-coverage.m4 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit ee22cb117f3b2e192dc88550ff7bff73886b382c
Author: Paolo Borelli <pborelli@gnome.org>
Date: Mon Apr 8 12:21:48 2013 +0200
Add support for lcov 1.10
macros2/gnome-code-coverage.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 766c35359ef924ceb2288c14c2d6239fcc0618f8
Author: David King <amigadave@amigadave.com>
Date: Mon Jan 14 22:51:31 2013 +0000
version 3.7.4
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ce863d9b763b3edaa8a9eb9de3cb6b85a7169a1e
Author: Ross Burton <ross.burton@intel.com>
Date: Thu Jan 10 09:48:27 2013 +0000
COPYING: add GPL-2 license file
Finally declare gnome-common to be GPL 2+, by doing some source code
archaeology.
These files we can effectively ignore:
.gitignore
AUTHORS
ChangeLog.pre-git
NEWS
README
doc-build/README
doc/usage.txt
gnome-common.doap
macros2/README.cvs-commits
The build files you could argue are boilerplate/uncopyrightable:
Makefile.am
autogen.sh
configure.in
doc-build/Makefile.am
macros2/Makefile.am
So that leaves:
doc-build/gnome-doc-common.in
doc-build/omf.make
doc-build/xmldocs.make
Appeared in e16ea58db92e05b9720acdc6992175ec346dfc91. Appears to have
been copy-pasted from scrollkeeper-example2, LGPLv2.1.
macros2/gnome-autogen.sh
Can be traced back to gnome-libs 88f7376472d3ee54329213c118b46225703d8223, which
is GPLv2/LGPLv2.
macros2/gnome-code-coverage.m4
LGPLv2.1+.
macros2/gnome-common.m4
macros2/gnome-compiler-flags.m4
Synced with gnome-core as of 425e5cc9aad003c9f64d43f2d3f15e04a97db854, so
LGPLv2.1+.
The long-standing assumption is that gnome-common was GPLv2+, so use that
license. Finally the tyranny of unclear licensing is over!
https://bugzilla.gnome.org/show_bug.cgi?id=133689
COPYING | 339 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 339 insertions(+)
commit 34bcfcf227fc6abd35a4f35f090b0711e3af1a07
Author: Ross Burton <ross.burton@intel.com>
Date: Thu Jan 10 09:45:36 2013 +0000
build: remove useless (empty or ancient) files that we don't need
AUTHORS | 0
NEWS | 0
README | 36 ------------------------------------
3 files changed, 36 deletions(-)
commit 4aebf8593334f64f6e77c6208f6306f1adfa6a38
Author: Raphael Kubo da Costa <rakuco@FreeBSD.org>
Date: Tue Jan 8 18:45:24 2013 +0200
Add support for automake 1.13.
macros2/gnome-autogen.sh | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
commit 4bb2a2450f67550ae761c75cb7ff2325bad54c8b
Author: Dodji Seketeli <dodji@seketeli.org>
Date: Mon Dec 10 16:38:04 2012 +0100
Better support of using AUTOCONF environment variable
When I launch gnome-autogen.sh by telling it to use a version of
autoconf that is at a particular path -- by using the AUTOCONF
environment variable -- I can see that there is a spot in the script
that fails to honour that variable. I thus get the error message
(that I trim to just keep the relevant part):
AUTOCONF=/my/autoconf AUTOM4TE=/my/autom4te /bin/sh -x /usr/bin/gnome-autogen.sh
[...]
+++ find_configure_files /home/dodji/devel/git/gdl/master
+++ configure_ac=
+++ test -f /home/dodji/devel/git/gdl/master/configure.ac
+++ test -f /home/dodji/devel/git/gdl/master/configure.in
+++ configure_ac=/home/dodji/devel/git/gdl/master/configure.in
+++ test x/home/dodji/devel/git/gdl/master/configure.in '!=' x
+++ echo /home/dodji/devel/git/gdl/master/configure.in
+++ autoconf -t 'AC_CONFIG_SUBDIRS:$1' /home/dodji/devel/git/gdl/master/configure.in
+++ read dir
/home/dodji/devel/git/gdl/master/configure.in:8: error: Autoconf version 2.65 or higher is required
/home/dodji/devel/git/gdl/master/configure.in:8: the top level
autom4te: /bin/m4 failed with exit status: 63
I think the problem is that the find_configure_files function uses
'autoconf' directly instead of using $AUTOCONF. So it's taking the
autoconf binary that is in my path, and that one doesn't satisfy the
version requirement of the configure.in script template that is in.
/home/dodji/devel/git/gdl/master/configure.in.
The patch below fixes that essentially by s/autoconf/$AUTOCONF there,
and also by moving the definition point of the AUTOCONF variable --
that is done by a call to version_check -- before the first spot that
actually uses it.
It's worth noting that this bug appears to have been introduced by the
patch attached to bug #510713.
Tested on my Fedora Rawhide system.
* macros2/gnome-autogen.sh (find_configure_files): Use the
AUTOCONF variable, rather than calling the autoconf program
directly. Remove the now useless comment.
(<at global scope>): Move the definition of the AUTOCONF variable
before its first use.
macros2/gnome-autogen.sh | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
commit a550d04a1b3552373f882f1482166c942e490451
Author: Colin Walters <walters@verbum.org>
Date: Tue Nov 13 13:17:00 2012 -0500
compiler-warnings: Fix tabs->spaces
Per https://bugzilla.gnome.org/show_bug.cgi?id=688192
macros2/gnome-compiler-flags.m4 | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
commit 1e23c485c40f539ec66087728aa4d6fcc121c6a4
Author: Colin Walters <walters@verbum.org>
Date: Mon Nov 12 15:06:44 2012 -0500
compiler-warnings: Drop -Wdeclaration-after-statement
Some GNOME modules want the ability to use C99, let's not hamper them.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
macros2/gnome-compiler-flags.m4 | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
commit eeca390b4d7ee45616dc987ab6085add4f6e4ada
Author: Colin Walters <walters@verbum.org>
Date: Mon Nov 12 15:04:02 2012 -0500
compiler-warnings: Drop -Wno-sign-comare
It's not part of -Wall, and we're not explicitly turning it on here,
so there's no point in turning it off, since it's not on.
Additionally, if a given module did want it on, it's clearer if
the compiler flags don't have -Wno-sign-compare -Wsign-compare.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
macros2/gnome-compiler-flags.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b90f3e541739f7122811966481b55d625129d951
Author: Colin Walters <walters@verbum.org>
Date: Mon Nov 12 15:02:38 2012 -0500
compiler-warnings: Move -Wnested-externs to the always-on warning set
Since there's no reason to have it different for yes/maximum.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
macros2/gnome-compiler-flags.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit afad58ce8302acbff204685ae2df20f118753deb
Author: Colin Walters <walters@verbum.org>
Date: Mon Nov 12 15:00:06 2012 -0500
compiler-warnings: code cleanup: Extract common warnings into variables
Will make future refactoring clearer, and also we have comments now.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
macros2/gnome-compiler-flags.m4 | 43 ++++++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 20 deletions(-)
commit 502387df492d0c2b302a892d4cc59e3b246b8490
Author: Colin Walters <walters@verbum.org>
Date: Mon Nov 12 12:09:57 2012 -0500
compiler-warnings: Drop -Waggregate-return
This trips up gnome-desktop using things like XSyncValue, and while
it's possible to avoid, we shouldn't punish people who are pushed to
use structures as return values by external APIs.
Returning a two-element structure is not a big deal.
macros2/gnome-compiler-flags.m4 | 2 --
1 file changed, 2 deletions(-)
commit 7c70df83511028ce45489193eaf0aa613b3416a7
Author: Colin Walters <walters@verbum.org>
Date: Mon Nov 12 12:09:20 2012 -0500
compiler-warnings: cosmetic cleanup: Put each warning on own line
So that further patches are more readable.
macros2/gnome-compiler-flags.m4 | 27 +++++++++++++++++++++++++--
1 file changed, 25 insertions(+), 2 deletions(-)
commit e42ca9bec9d83aa53d7f79c480daf4b7c4d95fe1
Author: David King <amigadave@amigadave.com>
Date: Sat Jul 28 15:19:55 2012 +0100
Add lots of warnings to GNOME_COMPILE_WARNINGS
Following Colin Walters' thread on desktop-devel-list:
https://mail.gnome.org/archives/desktop-devel-list/2012-July/msg00100.html
Add a selection of more strict warnings to the default level of
GNOME_COMPILE_WARNINGS. Check all the warnings by passing them to GCC,
and ignore those which fail. Set the severity of some of the warnings to
errors, so that particularly bad code is rejected (set the warning level
to ‘minimum’ is you wish to avoid this behaviour). Fixes bug 568546 and
bug 608953.
macros2/gnome-compiler-flags.m4 | 54 +++++++++++++++++++++--------------------
1 file changed, 28 insertions(+), 26 deletions(-)
commit 0ae892df10c6f671669e197cec1f4ed302584d70
Author: Philip Withnall <philip@tecnocode.co.uk>
Date: Wed Oct 31 13:38:04 2012 +0000
code-coverage: Relicence to LGPLv2.1+
As gnome-common is widely used, it’s useful for it to have a fairly liberal
licence. This relicences the gnome-code-coverage.m4 file from GPLv3+ to
LGPLv2.1+.
Permission has been obtained (by private e-mail) from the other contributors:
• Christian Persch <chpe@gnome.org>
• Xan Lopez <xan@gnome.org>
See also: https://bugzilla.gnome.org/show_bug.cgi?id=133689
macros2/gnome-code-coverage.m4 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
commit 12036c1f9cde101a13a4c212deaecf4e741e522d
Author: Christian Persch <chpe@gnome.org>
Date: Tue Oct 23 22:12:01 2012 +0200
code coverage: Quiet lcov and add extra ignore patterns
Make lcov be quiet if V=0, and add a new CODE_COVERAGE_IGNORE_PATTERN
variable to be able to add extra files to ignore in code coverage reporting.
macros2/gnome-code-coverage.m4 | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
commit f6d04abb156c6e6ef513c4c9edcd842cb3a5ed9d
Author: Christian Persch <chpe@gnome.org>
Date: Tue Oct 16 01:01:00 2012 +0200
Post release version bump
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 096d2cb622d3074b7d22f45eee40ad7817ce35ad
Author: Christian Persch <chpe@gnome.org>
Date: Tue Oct 16 01:00:38 2012 +0200
version 3.6.0
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ee12b92340223bb33b9da232132c44cacecc7968
Author: Colin Watson <cjwatson@canonical.com>
Date: Wed Oct 3 14:34:23 2012 +0100
Add missing semicolons to omf_timestamp rule
Fixes bug 685388.
doc-build/omf.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit f54cee036d5d40e1353f7fb78d7521f8d6f474b7
Author: Javier Jardón <jjardon@gnome.org>
Date: Sat Sep 8 16:44:42 2012 +0900
3.5.91
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 8704bc3ceb4804830530b412a4dddc66c74f7521
Author: Philip Withnall <philip@tecnocode.co.uk>
Date: Fri Sep 7 21:32:52 2012 +0100
code-coverage: Add some ‘user’ documentation
macros2/gnome-code-coverage.m4 | 7 +++++++
1 file changed, 7 insertions(+)
commit fde46f329eb12872b438cc9f1f4e7e308b52b652
Author: Xan Lopez <xan@igalia.com>
Date: Mon Sep 3 23:15:08 2012 +0200
code-coverage: quote the results path for code coverage
In some cases it can have spaces in it, so we need to quote it.
macros2/gnome-code-coverage.m4 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 493d55921f26ac3a9a3b7cc33756c88daace329e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date: Sun Jul 29 17:58:21 2012 +0200
Bug 606720 — Add code coverage support
Add a GNOME_CODE_COVERAGE m4 macro to allow projects to easily add code
coverage support using lcov.
This is heavily based on the code coverage tooling from GLib (LGPLv2.1+),
originally written by Patrick Hulin and modified by Matthias Clasen, Stef
Walter and Simon McVittie since.
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=606720
macros2/Makefile.am | 3 +-
macros2/gnome-autogen.sh | 3 +
macros2/gnome-code-coverage.m4 | 150 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 155 insertions(+), 1 deletion(-)
commit 4668cc8250c15119dc7bdbbf842da53f4fe478fe
Author: Behdad Esfahbod <behdad@gnome.org>
Date: Sat Aug 4 15:13:55 2012 +0100
Trace AC_CONFIG_SUBDIRS with autoconf
Find configure.ac and configure.in files using the trace functionality
of autoconf in order to skip build directories from incomplete make
distcheck runs. Fixes bug 510713.
macros2/gnome-autogen.sh | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
commit e0763e1466d899191ca8bf77441070139ace7e18
Author: Christian Persch <chpe@gnome.org>
Date: Sun Aug 19 19:25:05 2012 +0200
Revert "Trace AC_CONFIG_SUBDIRS with autoconf"
This reverts commit 646fa962712313aadacaaf58c8fd5dd57edc5882.
The change broke calling autogen from outside the source directory.
macros2/gnome-autogen.sh | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
commit fb068f190f71a52fbc7aff2d9e5118c32af9e179
Author: David King <amigadave@amigadave.com>
Date: Tue Aug 14 07:05:15 2012 +0100
Add David King to maintainers
gnome-common.doap | 8 ++++++++
1 file changed, 8 insertions(+)
commit b719d7f2d0b132759f8f5c86a1bd8b8c068a61cc
Author: Matthias Clasen <mclasen@redhat.com>
Date: Wed Aug 8 13:30:11 2012 -0400
3.5.5
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 646fa962712313aadacaaf58c8fd5dd57edc5882
Author: Behdad Esfahbod <behdad@gnome.org>
Date: Sat Aug 4 15:13:55 2012 +0100
Trace AC_CONFIG_SUBDIRS with autoconf
Find configure.ac and configure.in files using the trace functionality
of autoconf in order to skip build directories from incomplete make
distcheck runs. Fixes bug 510713.
macros2/gnome-autogen.sh | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
commit 70422b555f881acc7523818bdea22dea84dd5901
Author: Eike Siewertsen <e.siew@londeroth.org>
Date: Tue Mar 2 14:11:40 2010 +0100
Check for glibtoolize in gnome-autogen.sh
Fixes bug 564558.
macros2/gnome-autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 960b1bde8d156f61340500a260402264c5320603
Author: Loïc Minier <lool@dooz.org>
Date: Wed Aug 1 23:13:35 2012 +0100
Scrollkeeper srcdir!=builddir fix, bug 409060
Fix the install rule too.
doc-build/omf.make | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
commit 1b2fb3fb47405908eb53d0db46329a64a1697a59
Author: Loïc Minier <lool@dooz.org>
Date: Wed Aug 1 22:42:43 2012 +0100
Fix srcdir!=builddir for Scrollkeeper, bug 315320
doc-build/omf.make | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit 0efa19df00955bfec29995736e262412fd32de86
Author: David King <amigadave@amigadave.com>
Date: Mon Jul 30 17:13:19 2012 +0100
Do not call automake with --force, bug 612329
The --force option for automake is not documented, so gnome-autogen.sh
should not use it.
macros2/gnome-autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 101362218645db3f0fbb55e1e6ea80c4bd70f97d
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
Date: Mon Jul 30 15:24:00 2012 +0100
Fix bashisms in gnome-autogen.sh, bug 588020
macros2/gnome-autogen.sh | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)
commit 1fed4ee7015b89a1ac4c4a535aeb753e820e4970
Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
Date: Sun Apr 29 13:44:32 2012 -0400
Add support for automake 1.12
Bug #675093.
macros2/gnome-autogen.sh | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
commit 762483d0ac0ad56b5188061e830d21b60aa7ff3a
Author: Christian Persch <chpe@gnome.org>
Date: Mon Mar 26 14:42:13 2012 +0200
Post release version bump
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 025ced249341c79ed8fd40e64392fbf6afab1baf
Author: Christian Persch <chpe@gnome.org>
Date: Mon Mar 26 14:41:41 2012 +0200
Version 3.4.0.1
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c65c648e91976a125393cbe294ce755b0f63fa7d
Author: Christian Persch <chpe@gnome.org>
Date: Mon Mar 26 14:38:52 2012 +0200
Post release version bump
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c593ea7b59b903e1aaaff6c7ecb218e39288dc23
Author: Christian Persch <chpe@gnome.org>
Date: Mon Mar 26 14:37:45 2012 +0200
Version 3.4.0
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a6490c594f4a70ce5a397c30aa30ba2ec19a38a8
Author: Javier Jardón <jjardon@gnome.org>
Date: Mon Mar 12 13:16:41 2012 +0000
VTE has been converted to deprecation attributes
macros2/gnome-common.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b7d063cd90e1d366641cc7e43daf2fadfeb825d5
Author: Javier Jardón <jjardon@gnome.org>
Date: Mon Mar 12 12:58:16 2012 +0000
ATK has been converted to deprecation attributes
macros2/gnome-common.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 75b1f001b9f3d5c55e50cd011e75f64bf44569c3
Author: Matthias Clasen <mclasen@redhat.com>
Date: Thu Oct 13 17:58:12 2011 -0400
Pango has been converted to deprecation attributes
macros2/gnome-common.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 75232b9ec261125568633f417df1d89256974c4b
Author: Matthias Clasen <mclasen@redhat.com>
Date: Wed Oct 12 12:32:49 2011 -0400
Don't break the build with deprecations
At least for glib/gdk/gtk, we now have deprecation compiler warnings
set up, so there is no need to forcibly break everybody's build
just to get them to notice deprecations.
https://bugzilla.gnome.org/show_bug.cgi?id=661273
macros2/gnome-common.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7f977b0214623142819c8b7a08839949fb9f3ec0
Author: Colin Walters <walters@verbum.org>
Date: Wed Jun 22 15:53:42 2011 -0400
gnome-autogen.sh: Don't print terminal codes if stdin isn't a tty
Otherwise this shows up as garbage in log files.
macros2/gnome-autogen.sh | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
commit ee256d60790a464ca56b452c0a70ad0c03547519
Author: Shaun McCance <shaunm@gnome.org>
Date: Thu May 12 11:00:09 2011 -0400
gnome-autogen.sh: Check for yelp.m4 with YELP_HELP_INIT
macros2/gnome-autogen.sh | 4 ++++
1 file changed, 4 insertions(+)
commit 62baea2b4b519f4e9d62848e4d7b39761fbdd2f2
Author: Christian Persch <chpe@gnome.org>
Date: Thu May 12 17:47:02 2011 +0200
Post branch version bump
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a4af250ce8186daaaccf3883a91d6f0bc4722e95
Author: Christian Persch <chpe@gnome.org>
Date: Sun Apr 3 19:44:18 2011 +0200
Version 2.34.0
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0163dc8d49b6eace36b14b88ca7d3378f22a6fb6
Author: Christian Persch <chpe@gnome.org>
Date: Sun Apr 3 19:43:50 2011 +0200
Fix distcheck
Makefile.am | 2 --
1 file changed, 2 deletions(-)
commit f96a12fc3ead855c129d7ab35737a8b0deceeae5
Author: Christian Persch <chpe@gnome.org>
Date: Sun May 30 22:41:02 2010 +0200
Define GNOME_COMMON_INIT with AU_DEFUN
... to mark it as deprecated.
Bug #608285.
macros2/gnome-common.m4 | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
commit 04dd5e38d9ef5f0df89b7def24747f177f258c3a
Author: Christian Persch <chpe@gnome.org>
Date: Sun May 30 22:31:50 2010 +0200
Add serial to gnome-common.m4
macros2/gnome-common.m4 | 2 ++
1 file changed, 2 insertions(+)
commit ca7576b6672c37259dd19ec3ef582ce409d24948
Author: Christian Persch <chpe@gnome.org>
Date: Sun May 30 21:44:00 2010 +0200
Remove gnome1 cruft
configure.in | 1 -
gnome-common.spec.in | 39 --
intl/ChangeLog | 4 -
intl/Makefile.in | 313 ----------
intl/README.cvs-commits | 13 -
intl/VERSION | 1 -
intl/bindtextdom.c | 369 ------------
intl/cat-compat.c | 262 --------
intl/config.charset | 438 --------------
intl/dcgettext.c | 58 --
intl/dcigettext.c | 1259 --------------------------------------
intl/dcngettext.c | 60 --
intl/dgettext.c | 59 --
intl/dngettext.c | 61 --
intl/explodename.c | 192 ------
intl/finddomain.c | 198 ------
intl/gettext.c | 64 --
intl/gettext.h | 102 ----
intl/gettextP.h | 252 --------
intl/hash-string.h | 59 --
intl/intl-compat.c | 166 ------
intl/intlh.inst.in | 111 ----
intl/l10nflist.c | 405 -------------
intl/libgettext.h | 49 --
intl/libgnuintl.h | 128 ----
intl/libintl.glibc | 111 ----
intl/linux-msg.sed | 100 ----
intl/loadinfo.h | 109 ----
intl/loadmsgcat.c | 567 ------------------
intl/localcharset.c | 271 ---------
intl/locale.alias | 78 ---
intl/localealias.c | 404 -------------
intl/ngettext.c | 68 ---
intl/plural.c | 1326 -----------------------------------------
intl/plural.y | 413 -------------
intl/po2tbl.sed.in | 102 ----
intl/ref-add.sin | 31 -
intl/ref-del.sin | 26 -
intl/textdomain.c | 142 -----
intl/xopen-msg.sed | 104 ----
macros/ChangeLog | 1261 ---------------------------------------
macros/Makefile.am | 43 --
macros/README.cvs-commits | 13 -
macros/aclocal-include.m4 | 16 -
macros/autogen.sh | 210 -------
macros/compiler-flags.m4 | 109 ----
macros/curses.m4 | 318 ----------
macros/gnome-bonobo-check.m4 | 166 ------
macros/gnome-common.m4 | 14 -
macros/gnome-cxx-check.m4 | 10 -
macros/gnome-fileutils.m4 | 414 -------------
macros/gnome-gettext.m4 | 338 -----------
macros/gnome-ghttp-check.m4 | 14 -
macros/gnome-gnorba-check.m4 | 35 --
macros/gnome-guile-checks.m4 | 134 -----
macros/gnome-libgtop-check.m4 | 217 -------
macros/gnome-objc-checks.m4 | 83 ---
macros/gnome-orbit-check.m4 | 33 -
macros/gnome-pilot.m4 | 213 -------
macros/gnome-print-check.m4 | 63 --
macros/gnome-pthread-check.m4 | 18 -
macros/gnome-support.m4 | 68 ---
macros/gnome-undelfs.m4 | 22 -
macros/gnome-vfs.m4 | 126 ----
macros/gnome-x-checks.m4 | 80 ---
macros/gnome-xml-check.m4 | 32 -
macros/gnome.m4 | 130 ----
macros/gperf-check.m4 | 79 ---
macros/linger.m4 | 28 -
macros/need-declaration.m4 | 42 --
macros/psiconv.m4 | 53 --
71 files changed, 12897 deletions(-)
commit 972f22b47c0852e207738d66fa2e16e5c37a3b66
Author: Christian Persch <chpe@gnome.org>
Date: Sun May 30 21:42:54 2010 +0200
Bump version
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 230af79ef72f1465b83b36df05db08f029805e65
Author: Mathias Hasselmann <mathias@openismus.com>
Date: Fri Mar 19 08:55:57 2010 +0100
Use dirname, instead of basename for finding srcdir
Partially fixes bug #510989.
doc/usage.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6ff498d5264fdd1541c2b823334a7542bf01701f
Author: Pablo Castellano <pablog@src.gnome.org>
Date: Mon Jan 4 02:41:09 2010 +0100
Updated .gitignore file
.gitignore | 11 +++++++++++
1 file changed, 11 insertions(+)
commit 36dfb7fa5e7147ad4503053281a9d7c6142f53fe
Author: Christian Persch <chpe@gnome.org>
Date: Mon Sep 21 13:43:27 2009 +0200
Post branch version update
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b3710d54df87cc7e56fdf093cbe753d022422f73
Author: Christian Persch <chpe@gnome.org>
Date: Sun Sep 6 16:11:06 2009 +0200
Distcheck with --disable-silent-rules
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
commit 3fae3a7912bc48ad810bb10568dd507bd23bf69f
Author: Christian Persch <chpe@gnome.org>
Date: Sun Sep 6 16:10:17 2009 +0200
Version 2.28.0
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f63b209c7023d53e6a22f43eefd8cc85d3ce4967
Author: Christian Persch <chpe@gnome.org>
Date: Sun Sep 6 16:09:58 2009 +0200
Remove MAINTAINERS, and dist the DOAP file
MAINTAINERS | 3 ---
Makefile.am | 1 +
2 files changed, 1 insertion(+), 3 deletions(-)
commit 53ca82d81d93b52bc057d649247eb18549a86d55
Author: Christian Persch <chpe@gnome.org>
Date: Sun Aug 16 22:07:31 2009 +0200
Use AM_SILENT_RULES
Makefile.am | 2 +-
configure.in | 2 ++
macros/Makefile.am | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
commit 0620cc2e6ee9be9f877d4d2f4b9eed09be885b27
Author: Vincent Untz <vuntz@gnome.org>
Date: Sun Aug 9 13:55:03 2009 +0200
Fix build breakage in modules caused by commit aac1a8ec
macros2/gnome-common.m4 | 1 +
1 file changed, 1 insertion(+)
commit aac1a8ec119d49276257c198327315c234ed2a0d
Author: Christian Persch <chpe@gnome.org>
Date: Sat Aug 8 15:22:23 2009 +0200
Chech for single header includes.
When maintainer mode is enabled, check for single header includes as
well as deprecated flags (#557070).
macros2/gnome-common.m4 | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
commit d0902887d6dac40dcc79f002a4bed2b492ad15d0
Author: Christian Persch <chpe@gnome.org>
Date: Mon May 18 15:02:38 2009 +0200
Support for automake 1.11
macros2/gnome-autogen.sh | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
commit 16f478376ed265f8a33cc72bf090de90046dc047
Author: Bastien Nocera <hadess@hadess.net>
Date: Wed May 13 10:48:10 2009 +0100
Remove auto-generated ChangeLog from the tree
.gitignore | 1 +
ChangeLog | 14101 -----------------------------------------------------------
2 files changed, 1 insertion(+), 14101 deletions(-)
commit c2ffcb78c7bf32c7bb74623a07ec5474ca0b95b6
Author: Christian Persch <chpe@gnome.org>
Date: Mon May 11 15:12:27 2009 +0200
Autogenerate ChangeLog
ChangeLog | 14901 +++++++++++++++++++++++++++++++++++++++++++++++++---
ChangeLog.pre-git | 860 +++
Makefile.am | 17 +-
configure.in | 2 +-
4 files changed, 14948 insertions(+), 832 deletions(-)
commit cd4ebced07dcb2ff7f12e53afdcb092339ac0d89
Author: Vincent Legoll <vincent.legoll@gmail.com>
Date: Mon Apr 27 00:07:05 2009 +0200
Trivial update
* Remove CVS references, use "repository tree"
* Fix whitespace
* Fix typo "The" -> "There"
README | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
commit 97a89c420c9b1750d958680abcdbf0fcf57f7ec8
Author: Vincent Legoll <vincent.legoll@gmail.com>
Date: Mon Apr 27 01:36:14 2009 +0200
Move to "development" category
gnome-common.doap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 019e5c47a56d7d04aa80f04c8bc79b20297df844
Author: Vincent Legoll <vincent.legoll@gmail.com>
Date: Mon Apr 27 01:24:55 2009 +0200
Add the required DOAP project description (used
gnome-system-monitor as a template)
gnome-common.doap | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
commit 736626f9b6140d89e02d7dcea5f6c924f4a6788c
Author: Rodney Dawes <dobey@src.gnome.org>
Date: Sun Mar 29 03:11:13 2009 +0000
Only pass --enable-maintainer-mode when AM_MAINTAINER_MODE is present
svn path=/trunk/; revision=3929
ChangeLog | 7 +++++++
macros2/gnome-autogen.sh | 12 +++++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
commit 57131f57742b075b49c9d9f05a09c42ae5333725
Author: Christian Persch <chpe@src.gnome.org>
Date: Thu Mar 19 20:19:02 2009 +0000
Takeover
svn path=/trunk/; revision=3928
MAINTAINERS | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
commit 0448d1936b347f631b14bed14c78268709ed3e2a
Author: Christian Persch <chpe@src.gnome.org>
Date: Thu Mar 19 20:18:42 2009 +0000
Revert "Add single include disabling cppflags"
Oops, this wasn't meant to be committed just yet.
This reverts commit f95de3b4b636786d1e297f40df32ee32f71ebce7.
svn path=/trunk/; revision=3927
macros2/gnome-common.m4 | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
commit 0cc2ca416d789eb1dea6078f98f0db68b08e029a
Author: Christian Persch <chpe@src.gnome.org>
Date: Thu Mar 19 20:12:22 2009 +0000
Post branch version bump.
svn path=/trunk/; revision=3926
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 510f77de5073d498eddd6ef0487934830dfb662f
Author: Christian Persch <chpe@src.gnome.org>
Date: Thu Mar 19 20:12:16 2009 +0000
Add single include disabling cppflags
svn path=/trunk/; revision=3925
macros2/gnome-common.m4 | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
commit b7d7db338fb95721f73330dd462764be0785f4f5
Author: Christian Persch <chpe@src.gnome.org>
Date: Thu Mar 19 20:12:10 2009 +0000
Default to enable maintainer mode
svn path=/trunk/; revision=3924
configure.in | 5 +++++
1 file changed, 5 insertions(+)
commit 7d8f6323f8f5e42af52efdf4deb94d8692971011
Author: Christian Persch <chpe@src.gnome.org>
Date: Thu Mar 19 20:12:04 2009 +0000
Add -Wno-portability to automake invocation. Bug #529120, patch by Philip Van Hoof.
svn path=/trunk/; revision=3923
ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit b6c649a531e1a2df8a90b585c04aad72ed87c1ad
Author: Christian Persch <chpe@src.gnome.org>
Date: Thu Mar 19 20:10:35 2009 +0000
Version 2.26.0
svn path=/trunk/; revision=3920
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit dd2ec09f4b446045b6b9304a579f27700144ea67
Author: Vincent Untz <vuntz@gnome.org>
Date: Tue Nov 25 21:35:19 2008 +0000
add -DWNCK_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_DEPRECATED to
2008-11-25 Vincent Untz <vuntz@gnome.org>
* macros2/gnome-common.m4: add -DWNCK_DISABLE_DEPRECATED
-DLIBSOUP_DISABLE_DEPRECATED to DISABLE_DEPRECATED
svn path=/trunk/; revision=3919
ChangeLog | 5 +++++
macros2/gnome-common.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 61588ef84066b720c0c9c6e85cfe9047cbf54251
Author: Christian Persch <chpe@src.gnome.org>
Date: Mon Sep 22 18:35:01 2008 +0000
Post release version bump
svn path=/trunk/; revision=3918
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e2f5783f86490ef8fb20fcad227dc51d35f2df9a
Author: Christian Persch <chpe@src.gnome.org>
Date: Mon Sep 22 18:30:15 2008 +0000
=== Release 2.24.0 ===
* Makefile.am:
* configure.in: Version 2.24.0.
svn path=/trunk/; revision=3914
ChangeLog | 7 +++++++
Makefile.am | 2 --
configure.in | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
commit 493b44ffd5589970bda124117829bf1448a1f5b7
Author: Sven Herzberg <herzi@gnome-de.org>
Date: Fri Dec 21 17:37:45 2007 +0000
Reviewed by: Christian Persch
2007-12-21 Sven Herzberg <herzi@gnome-de.org>
Reviewed by: Christian Persch
Abort when the first dependency fails. Fixes bug 469115.
* macros2/gnome-autogen.sh: don't use the DIE variable anymore and
abort on the first dependency failure
svn path=/trunk/; revision=3913
ChangeLog | 9 +++++++++
macros2/gnome-autogen.sh | 33 ++++++++++++++-------------------
2 files changed, 23 insertions(+), 19 deletions(-)
commit 91c24d5d9e928de4936f791ecc902bde76ca7bd6
Author: Christian Persch <chpe@src.gnome.org>
Date: Mon Sep 17 18:10:52 2007 +0000
post release version bump
svn path=/trunk/; revision=3912
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 08a86853a002112e5c92bed4f4290816d0c93c70
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date: Mon Sep 3 07:17:35 2007 +0000
Revert accident
svn path=/trunk/; revision=3910
macros2/gnome-autogen.sh | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
commit dd631e9c462b1072991bba11323613915506fa2d
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date: Mon Sep 3 07:16:11 2007 +0000
Fix MAINTAINERS
svn path=/trunk/; revision=3909
MAINTAINERS | 5 ++++-
macros2/gnome-autogen.sh | 13 ++++++++++++-
2 files changed, 16 insertions(+), 2 deletions(-)
commit a9b22049c8e6e9c4059ecc9d02123ec1dfc52c7c
Author: Christian Persch <chpe@gnome.org>
Date: Fri Jun 8 21:08:27 2007 +0000
Don't print extra newlines when /bin/sh isn't bash. Bug #130346.
2007-06-08 Christian Persch <chpe@gnome.org>
* macros2/gnome-autogen.sh: Don't print extra newlines when /bin/sh
isn't bash. Bug #130346.
svn path=/trunk/; revision=3908
ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 20 +++++++++++++-------
2 files changed, 18 insertions(+), 7 deletions(-)
commit d6e1e2887f608774ad7e4149bd1d64dde30c3241
Author: Christian Persch <chpe@gnome.org>
Date: Fri Jun 8 21:03:40 2007 +0000
Don't print warning about missing arguments if we're not going to run
2007-06-08 Christian Persch <chpe@gnome.org>
* macros2/gnome-autogen.sh: Don't print warning about missing
arguments if we're not going to run configure. Bug #445584, patch by
"Cygwin Ports maintainer" (yselkowitz%40users.sourceforge.net).
svn path=/trunk/; revision=3907
ChangeLog | 6 ++++++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 0e9953925dd46911989afa6b4c697f350935cae2
Author: Christian Persch <chpe@gnome.org>
Date: Wed Jun 6 19:19:11 2007 +0000
Add datarootdir substitution.
2007-06-06 Christian Persch <chpe@gnome.org>
* doc-build/gnome-doc-common.in: Add datarootdir substitution.
svn path=/trunk/; revision=3906
ChangeLog | 4 ++++
doc-build/gnome-doc-common.in | 1 +
2 files changed, 5 insertions(+)
commit 10be8e4edb5593fee1e0d3e9587bac1e773ddac7
Author: Christian Persch <chpe@gnome.org>
Date: Mon Apr 9 12:49:50 2007 +0000
Bump version to 2.19.0.
2007-04-09 Christian Persch <chpe@gnome.org>
* configure.in: Bump version to 2.19.0.
svn path=/trunk/; revision=3905
ChangeLog | 4 ++++
configure.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 45d2742dd1df5922cce9be83cd4727e343d89b60
Author: Christian Persch <chpe@gnome.org>
Date: Mon Apr 9 12:41:49 2007 +0000
=== Release 2.18.0 ===
2007-04-09 Christian Persch <chpe@gnome.org>
=== Release 2.18.0 ===
* autogen.sh: Use automake 1.9.
* configure.in: Bump version. Dist as .tar.bz2.
svn path=/trunk/; revision=3902
ChangeLog | 7 +++++++
autogen.sh | 2 +-
configure.in | 6 +++---
3 files changed, 11 insertions(+), 4 deletions(-)
commit ec595c4f0738e93d029e9b8fdc8a8089ecdcf5ff
Author: Mariano Suárez-Alvarez <mariano@gnome.org>
Date: Mon Jan 29 22:11:28 2007 +0000
Bug 377185 – Hide cmp output in autogen.sh
2007-01-29 Mariano Suárez-Alvarez <mariano@gnome.org>
Bug 377185 – Hide cmp output in autogen.sh
* macros2/gnome-autogen.sh: Do not show cmp's output.
svn path=/trunk/; revision=3901
ChangeLog | 6 ++++++
macros2/gnome-autogen.sh | 19 ++++++++++++++-----
2 files changed, 20 insertions(+), 5 deletions(-)
commit cfddda64894c4033a5924fdafde7706a89699191
Author: Christian Persch <chpe@svn.gnome.org>
Date: Mon Jan 29 21:58:58 2007 +0000
Fix --enable-cxx-warnings checks. Bug #360693.
2007-01-29 Christian Persch <chpe@svn.gnome.org>
* macros2/gnome-compiler-flags.m4:
Fix --enable-cxx-warnings checks. Bug #360693.
svn path=/trunk/; revision=3900
ChangeLog | 5 +++++
macros2/gnome-compiler-flags.m4 | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
commit 01f5dff368a262d7e0ac909823fa178517c9c43c
Author: Shaun McCance <shaunm@src.gnome.org>
Date: Fri Jan 12 19:13:13 2007 +0000
- Fix for #377175 by skipping NO-AUTO-GEN directories, by Christian Persch
* macros2/gnome-autogen.sh:
- Fix for #377175 by skipping NO-AUTO-GEN directories, by Christian Persch
svn path=/trunk/; revision=3899
ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 5 +++++
2 files changed, 10 insertions(+)
commit 2ea58dc73f96b36311d4b54d24596b96b484732f
Author: Christian Persch <chpe@svn.gnome.org>
Date: Thu Jan 11 20:38:01 2007 +0000
Default to AM 1.9. Bug #323868, patch by Christian Kirbach.
2007-01-11 Christian Persch <chpe@svn.gnome.org>
* macros2/gnome-autogen.sh: Default to AM 1.9. Bug #323868, patch by
Christian Kirbach.
svn path=/trunk/; revision=3898
ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit cee011dd3be37adf6e3cca2abf27c210440960c6
Author: Christian Persch <chpe@svn.gnome.org>
Date: Thu Jan 11 20:34:53 2007 +0000
Define more deprecation symbols. Bug #343441.
2007-01-11 Christian Persch <chpe@svn.gnome.org>
* macros2/gnome-common.m4: Define more deprecation symbols.
Bug #343441.
2006-12-01 Kjartan Maraas <kmaraas@gnome.org>
svn path=/trunk/; revision=3897
ChangeLog | 5 +++++
macros2/gnome-common.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 31ef9eeecdaf3e98353548b02ae87ff4809e2e5b
Author: Christian Persch <chpe@src.gnome.org>
Date: Sun Dec 31 22:55:03 2006 +0000
Update svn:ignore and remove .cvsignore files
svn path=/trunk/; revision=3896
.cvsignore | 14 --------------
doc-build/.cvsignore | 3 ---
doc/.cvsignore | 2 --
intl/.cvsignore | 4 ----
macros2/.cvsignore | 4 ----
5 files changed, 27 deletions(-)
commit e2376f175277350e79ea37b9904c7eaf2bec8618
Author: Kjartan Maraas <kmaraas@gnome.org>
Date: Fri Dec 1 12:29:19 2006 +0000
Make automake 1.10 work too.
2006-12-01 Kjartan Maraas <kmaraas@gnome.org>
* macros2/gnome-autogen.sh: Make automake 1.10 work too.
svn path=/trunk/; revision=3894
ChangeLog | 4 ++++
macros2/gnome-autogen.sh | 11 ++++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
commit f9e48085185e39c3fc130c1917294e5cca7e1322
Author: Ross Golder <rossg@src.gnome.org>
Date: Mon Nov 20 18:18:06 2006 +0000
Re-instating accidentally removed files.
svn path=/trunk/; revision=3879
macros/ChangeLog | 1261 +++++++++++++++++++++++++++++++++++++++++
macros/Makefile.am | 43 ++
macros/README.cvs-commits | 13 +
macros/aclocal-include.m4 | 16 +
macros/autogen.sh | 210 +++++++
macros/compiler-flags.m4 | 109 ++++
macros/curses.m4 | 318 +++++++++++
macros/gnome-bonobo-check.m4 | 166 ++++++
macros/gnome-common.m4 | 14 +
macros/gnome-cxx-check.m4 | 10 +
macros/gnome-fileutils.m4 | 414 ++++++++++++++
macros/gnome-gettext.m4 | 338 +++++++++++
macros/gnome-ghttp-check.m4 | 14 +
macros/gnome-gnorba-check.m4 | 35 ++
macros/gnome-guile-checks.m4 | 134 +++++
macros/gnome-libgtop-check.m4 | 217 +++++++
macros/gnome-objc-checks.m4 | 83 +++
macros/gnome-orbit-check.m4 | 33 ++
macros/gnome-pilot.m4 | 213 +++++++
macros/gnome-print-check.m4 | 63 ++
macros/gnome-pthread-check.m4 | 18 +
macros/gnome-support.m4 | 68 +++
macros/gnome-undelfs.m4 | 22 +
macros/gnome-vfs.m4 | 126 ++++
macros/gnome-x-checks.m4 | 80 +++
macros/gnome-xml-check.m4 | 32 ++
macros/gnome.m4 | 130 +++++
macros/gperf-check.m4 | 79 +++
macros/linger.m4 | 28 +
macros/need-declaration.m4 | 42 ++
macros/psiconv.m4 | 53 ++
31 files changed, 4382 insertions(+)
commit 31397032e73c70574eb58f0420cb526fa6fe9814
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date: Fri Nov 17 18:53:02 2006 +0000
Remove art from SUBDIRS. Remove directory. Remove. Remove art from
2006-11-17 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
* Makefile.am: Remove art from SUBDIRS.
* art/*: Remove directory.
* art/loading.png: Remove.
* configure.in: Remove art from AC_OUTPUT.
* libeog/eog-collection-item.c: (get_busy_pixbuf): Use "image-loading"
from icon theme instead of shipped icon.
* macros/*: Remove old and unused macros from CVS.
svn path=/trunk/; revision=3878
macros/.cvsignore | 3 -
macros/ChangeLog | 1261 -----------------------------------------
macros/Makefile.am | 43 --
macros/README.cvs-commits | 13 -
macros/aclocal-include.m4 | 16 -
macros/autogen.sh | 210 -------
macros/compiler-flags.m4 | 109 ----
macros/curses.m4 | 318 -----------
macros/gnome-bonobo-check.m4 | 166 ------
macros/gnome-common.m4 | 14 -
macros/gnome-cxx-check.m4 | 10 -
macros/gnome-fileutils.m4 | 414 --------------
macros/gnome-gettext.m4 | 338 -----------
macros/gnome-ghttp-check.m4 | 14 -
macros/gnome-gnorba-check.m4 | 35 --
macros/gnome-guile-checks.m4 | 134 -----
macros/gnome-libgtop-check.m4 | 217 -------
macros/gnome-objc-checks.m4 | 83 ---
macros/gnome-orbit-check.m4 | 33 --
macros/gnome-pilot.m4 | 213 -------
macros/gnome-print-check.m4 | 63 --
macros/gnome-pthread-check.m4 | 18 -
macros/gnome-support.m4 | 68 ---
macros/gnome-undelfs.m4 | 22 -
macros/gnome-vfs.m4 | 126 ----
macros/gnome-x-checks.m4 | 80 ---
macros/gnome-xml-check.m4 | 32 --
macros/gnome.m4 | 130 -----
macros/gperf-check.m4 | 79 ---
macros/linger.m4 | 28 -
macros/need-declaration.m4 | 42 --
macros/psiconv.m4 | 53 --
32 files changed, 4385 deletions(-)
commit c9abb85cb52a29838bceaf147cc8a7e43bf06eff
Author: Bastien Nocera <hadess@hadess.net>
Date: Fri Oct 20 13:48:21 2006 +0000
exit from the check_m4macros function as soon as we have detected some
2006-10-20 Bastien Nocera <hadess@hadess.net>
* macros2/gnome-autogen.sh: exit from the check_m4macros function as
soon as we have detected some undefined macros, rather than leaving
the developer wondering what the problem is
svn path=/trunk/; revision=3877
ChangeLog | 6 ++++++
macros2/gnome-autogen.sh | 21 ++++++++++++++++-----
2 files changed, 22 insertions(+), 5 deletions(-)
commit 1f7d1be8d6f32cac072878d44a0ea652bcc034e2
Author: Brent Smith <bmsmith@src.gnome.org>
Date: Mon Jun 12 23:03:16 2006 +0000
Merged bug-buddy-xmlrpc branch to HEAD using the following commands on a
Merged bug-buddy-xmlrpc branch to HEAD using the following commands on
a fresh checkout of HEAD:
cvs update -j HEAD -j BUG_BUDDY_2_13_0
cvs update -j BUG_BUDDY_2_13_0 -j bug-buddy-xmlrpc
cvs update -C po/*
svn path=/trunk/; revision=3795
macros/ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
commit d1db1fd18cd65a85f79677cdc135f4cf6a17b7a7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date: Wed May 10 10:46:57 2006 +0000
Fix a typo.
2006-05-10 Kjartan Maraas <kmaraas@gnome.org>
* gnome-common.spec.in: Fix a typo.
svn path=/trunk/; revision=3794
ChangeLog | 4 ++++
gnome-common.spec.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 0a69a8e398afabe0389ee12665b7a7f42f305eab
Author: Johannes Schmid <jhs@src.gnome.org>
Date: Mon May 8 15:52:00 2006 +0000
fix HEAD
svn path=/trunk/; revision=3778
macros/ChangeLog | 4 ----
1 file changed, 4 deletions(-)
commit 9ad96b1ae1c735ab7c5deb9c70c551dc81cd4c4a
Author: James Henstridge <jamesh@src.gnome.org>
Date: Fri Mar 10 02:10:27 2006 +0000
Fix autogen.sh script
svn path=/trunk/; revision=3776
macros2/gnome-autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 60172f93467d4fb5c7c928e97ef1a83ec4f2cd11
Author: James Henstridge <james@jamesh.id.au>
Date: Thu Mar 9 16:34:41 2006 +0000
skip directories called "_darcs", similar to the handling of other VCS
2006-03-10 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh (configure_files): skip directories
called "_darcs", similar to the handling of other VCS metadata
dirs. Fixes bug #321860.
svn path=/trunk/; revision=3775
ChangeLog | 6 ++++++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 64abedab59a3c6e2f5e2662fe1c8d9f9f4084568
Author: James Henstridge <james@jamesh.id.au>
Date: Mon Oct 24 04:45:56 2005 +0000
update find expression to not exclude ".." from search. Fixes non-srcdir
2005-10-24 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh (configure_files): update find
expression to not exclude ".." from search. Fixes non-srcdir
builds (where $srcdir might be ".."). Fixes bug #319496.
svn path=/trunk/; revision=3774
ChangeLog | 6 ++++++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit c72bb3616bcbc9bafd2292e2625cf0bc2be1cb3e
Author: Chris Ball <cball@src.gnome.org>
Date: Thu Sep 29 16:18:43 2005 +0000
Updating REQUIRED_GNOME_DOC_UTILS_VERSION, as requested by shaunm.
svn path=/trunk/; revision=3773
macros2/gnome-autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit bb4d2fba58ed308ab5481175fa500a0ea32ca14e
Author: Stepan Kasal <kasal@ucw.cz>
Date: Tue Sep 20 06:27:53 2005 +0000
Prefer newer versions of Automake. From bug #305641.
2005-09-20 Stepan Kasal <kasal@ucw.cz>
* macros2/gnome-autogen.sh: Prefer newer versions of Automake.
From bug #305641.
svn path=/trunk/; revision=3772
ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
commit ca0b6684c39baea5bbeeaddab6066401ef5f82dd
Author: James Henstridge <james@jamesh.id.au>
Date: Tue Sep 20 06:23:01 2005 +0000
bump version to 2.12.0
2005-09-20 James Henstridge <james@jamesh.id.au>
* configure.in: bump version to 2.12.0
svn path=/trunk/; revision=3771
ChangeLog | 2 ++
configure.in | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
commit 4f90035334b19b2b6e0fb6ebb7a34a961ca11ca1
Author: James Henstridge <james@jamesh.id.au>
Date: Tue Sep 20 05:57:41 2005 +0000
when searching for configure.in files, skip directories starting with a
2005-09-20 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh (configure_files): when searching for
configure.in files, skip directories starting with a dot. This
avoids Bzr, Quilt and Subversion bookkeeping directories among
others. Fixes bug #311951.
svn path=/trunk/; revision=3768
ChangeLog | 7 +++++++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
commit 5a4fc459c512d6bbb97a17141bcf09cd22826501
Author: Vincent Untz <vuntz@gnome.org>
Date: Tue Sep 6 17:32:54 2005 +0000
Post-release version bump.
2005-09-06 Vincent Untz <vuntz@gnome.org>
* configure.in: Post-release version bump.
svn path=/trunk/; revision=3623
macros/ChangeLog | 2 ++
1 file changed, 2 insertions(+)
commit 221e6759a47e9fa81a3d244ad25401c6c6e46e4a
Author: Vincent Untz <vuntz@gnome.org>
Date: Tue Aug 23 19:34:12 2005 +0000
post-release bump to 2.12.0.
2005-08-23 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.12.0.
svn path=/trunk/; revision=3612
macros/ChangeLog | 2 ++
1 file changed, 2 insertions(+)
commit e4e760b58080c477c976b673ff5aed2cc94f8735
Author: Jens Seidel <jseidel@src.gnome.org>
Date: Sun Aug 21 20:10:24 2005 +0000
fixed a typo: s/occured/occurred/g
svn path=/trunk/; revision=3606
macros/gnome-bonobo-check.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 07e892143d1ded887fee9a6f5f19938e68570f3c
Author: Stepan Kasal <kasal@ucw.cz>
Date: Wed Aug 17 12:13:16 2005 +0000
New function, prevents duplicates in $cm_macrodirs. (check_m4macros): Use
2005-08-17 Stepan Kasal <kasal@ucw.cz>
* macros2/gnome-autogen.sh (add_to_cm_macrodirs): New function,
prevents duplicates in $cm_macrodirs.
(check_m4macros): Use it. Read the dirlist file, if it is supported
by the version of Automake actually in use.
svn path=/trunk/; revision=3605
ChangeLog | 7 +++++++
macros2/gnome-autogen.sh | 30 ++++++++++++++++++++++++++++--
2 files changed, 35 insertions(+), 2 deletions(-)
commit 31c9a5dc170a0921a43ad4b6c994a3705361ffb0
Author: Stepan Kasal <kasal@ucw.cz>
Date: Wed Aug 17 11:51:39 2005 +0000
Set $variable_VERSION to the actual version number of the tool.
2005-08-17 Stepan Kasal <kasal@ucw.cz>
* macros2/gnome-autogen.sh (version_check): Set $variable_VERSION
to the actual version number of the tool.
svn path=/trunk/; revision=3604
ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 5 +++--
2 files changed, 8 insertions(+), 2 deletions(-)
commit 5016cc29238a7050d7c1b584e266d8cf1d3b19ab
Author: James Henstridge <james@jamesh.id.au>
Date: Wed Aug 17 00:53:06 2005 +0000
pass --force to gnome-doc-prepare to match other tools. Fixes bug #311775.
2005-08-17 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh: pass --force to gnome-doc-prepare to
match other tools. Fixes bug #311775.
svn path=/trunk/; revision=3603
ChangeLog | 3 +++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
commit 710365e43f5e6402fc9aa1b6cbc01bee9582a124
Author: James Henstridge <james@jamesh.id.au>
Date: Wed Aug 17 00:41:48 2005 +0000
don't use syntax that non-GNU greps don't understand. Fixes bug #313531.
2005-08-17 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh: don't use syntax that non-GNU greps
don't understand. Fixes bug #313531.
svn path=/trunk/; revision=3602
ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 10 ++++++----
2 files changed, 11 insertions(+), 4 deletions(-)
commit c48b058463a0554f6cda17310bcb1b1d9c3971ed
Author: James Henstridge <james@jamesh.id.au>
Date: Tue Aug 16 11:01:33 2005 +0000
add checks for gnome-common macro names, and call require_m4macro for the
2005-08-16 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh: add checks for gnome-common macro
names, and call require_m4macro for the appropriate names. This
can help detect $ACLOCAL_FLAGS problems earlier. Addresses bug
#312125.
svn path=/trunk/; revision=3601
ChangeLog | 7 +++++++
macros2/gnome-autogen.sh | 11 +++++++++++
2 files changed, 18 insertions(+)
commit 707c6a8142883143c2255374f7b5d19fc90efd7a
Author: James Henstridge <james@jamesh.id.au>
Date: Mon Jul 25 21:41:45 2005 +0000
bump release number.
2005-07-25 James Henstridge <james@jamesh.id.au>
* configure.in: bump release number.
svn path=/trunk/; revision=3600
ChangeLog | 4 ++++
configure.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit f9ad1f21848bd4700e3a4db84b95b4cf09183dea
Author: Shaun McCance <shaunm@src.gnome.org>
Date: Tue Jul 19 22:09:26 2005 +0000
- Bumped up the default required version of gnome-doc-utils
* macros2/gnome-autogen.sh:
- Bumped up the default required version of gnome-doc-utils
svn path=/trunk/; revision=3599
ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 9741f97b0a0a93fcd634e09583cb418a5418c13a
Author: Christian Persch <chpe@cvs.gnome.org>
Date: Mon Jul 18 21:55:24 2005 +0000
When configure.{in,ac} contains GNOME_DOC_INIT, actually call
2005-07-18 Christian Persch <chpe@cvs.gnome.org>
* macros2/gnome-autogen.sh:
When configure.{in,ac} contains GNOME_DOC_INIT, actually call
gnome-doc-prepare.
svn path=/trunk/; revision=3598
ChangeLog | 7 +++++++
macros2/gnome-autogen.sh | 4 ++++
2 files changed, 11 insertions(+)
commit 60f7c3822168e95b9f754ba3f93528b70dbfb05c
Author: Benoît Dejean <bdejean@src.gnome.org>
Date: Mon Jun 6 11:46:39 2005 +0000
Removed unused files.
* support/ : Removed unused files.
svn path=/trunk/; revision=3597
support/.cvsignore | 9 -
support/ChangeLog | 390 ---------------
support/Makefile.am | 49 --
support/README-gnome | 102 ----
support/README.cvs-commits | 13 -
support/canonicalize.c | 202 --------
support/easy-vsnprintf.c | 30 --
support/error.c | 254 ----------
support/error.h | 77 ---
support/findme.c | 43 --
support/findme.h | 10 -
support/getopt.c | 1041 ---------------------------------------
support/getopt.h | 135 -----
support/getopt1.c | 187 -------
support/gnome-argp.c | 12 -
support/gnome-argp.h | 19 -
support/gnome-support-2.0.pc.in | 11 -
support/gnomesupport-fake.h | 35 --
support/gnomesupport.awk | 208 --------
support/memmove.c | 18 -
support/mkstemp.c | 100 ----
support/popt-gnome.h | 127 -----
support/popt.c | 711 --------------------------
support/poptconfig.c | 137 ------
support/popthelp.c | 301 -----------
support/poptint.h | 86 ----
support/poptparse.c | 118 -----
support/scandir.c | 132 -----
support/strcasecmp.c | 75 ---
support/strerror.c | 837 -------------------------------
support/strndup.c | 53 --
support/strnlen.c | 30 --
support/strtod.c | 122 -----
support/strtok_r.c | 63 ---
support/strtol.c | 142 ------
support/strtoul.c | 109 ----
support/system.h | 55 ---
support/vasprintf.c | 197 --------
support/vsnprintf.c | 156 ------
39 files changed, 6396 deletions(-)
commit 82bb4ac04136f4462a5096ee33849e10e7004006
Author: Sven Herzberg <herzi@gnome-de.org>
Date: Mon Mar 21 22:10:41 2005 +0000
added support for the gnome-doc-utils
2005-03-21 Sven Herzberg <herzi@gnome-de.org>
* macros2/gnome-autogen.sh: added support for the gnome-doc-utils
svn path=/trunk/; revision=3596
ChangeLog | 4 ++++
macros2/gnome-autogen.sh | 10 ++++++++++
2 files changed, 14 insertions(+)
commit 762703487dcab4d0e8fbb46d90204301eb4c932c
Author: Stepan Kasal <skasal@src.gnome.org>
Date: Tue Mar 15 09:39:05 2005 +0000
fix typos
svn path=/trunk/; revision=3595
ChangeLog | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
commit 6e7bda56b1a6dc6703890e67f17e1b243134ded4
Author: Stepan Kasal <skasal@src.gnome.org>
Date: Tue Mar 15 09:33:34 2005 +0000
merged macros2/ChangeLog with the main one
svn path=/trunk/; revision=3594
ChangeLog | 475 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
macros2/ChangeLog | 456 ---------------------------------------------------
2 files changed, 470 insertions(+), 461 deletions(-)
commit 5aaf3b11b8e76b4d32441ac023629580ca7d4298
Author: Stepan Kasal <skasal@src.gnome.org>
Date: Fri Mar 11 12:07:15 2005 +0000
I used wrong ChangeLog
svn path=/trunk/; revision=3508
ChangeLog | 5 -----
macros/ChangeLog | 5 +++++
2 files changed, 5 insertions(+), 5 deletions(-)
commit 279c8180ba5c1257f1a2a7263c8b66cc6b216343
Author: Stepan Kasal <skasal@src.gnome.org>
Date: Fri Feb 18 15:42:46 2005 +0000
fix the URL of automake-1.4
svn path=/trunk/; revision=3490
ChangeLog | 5 +++++
macros/autogen.sh | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
commit fb9023329d581d156a1c77a9066e7a9e9726d240
Author: James Henstridge <jamesh@src.gnome.org>
Date: Fri Feb 11 09:02:47 2005 +0000
update usage with a note about adding the macro dir to ACLOCAL_AMFLAGS if
AC_CONFIG_MACRO_DIR is being used.
svn path=/trunk/; revision=3489
doc/usage.txt | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit c28f9bbb582a679ede9198e89fa999b4bc962cd9
Author: James Henstridge <james@jamesh.id.au>
Date: Fri Feb 11 08:59:41 2005 +0000
preserve COPYING and INSTALL files over the "automake --force" call. Fixes
2005-02-11 James Henstridge <james@jamesh.id.au>
* gnome-autogen.sh: preserve COPYING and INSTALL files over the
"automake --force" call. Fixes bug #161916.
svn path=/trunk/; revision=3488
.cvsignore | 18 +++++++-----------
macros2/ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 5 +++++
3 files changed, 17 insertions(+), 11 deletions(-)
commit eebf878d4850685cd901edb884106f0a2ddde47d
Author: Rodney Dawes <dobey@novell.com>
Date: Sat Jan 22 15:22:30 2005 +0000
Fix the (AC|IT)_PROG_INTLTOOL support for both places where we grep for it
2005-01-22 Rodney Dawes <dobey@novell.com>
* gnome-autogen.sh: Fix the (AC|IT)_PROG_INTLTOOL support for
both places where we grep for it
(version_check): If we are checking for automake = 1.4, then make
sure we error out with that error when we find it, and not >= 1.4
since we don't actually check for >= 1.4
Fixes #129903
svn path=/trunk/; revision=3487
macros2/ChangeLog | 14 ++++++++++++--
macros2/gnome-autogen.sh | 11 ++++++++---
2 files changed, 20 insertions(+), 5 deletions(-)
commit 83c1ee7944624c0cd45eda8155d1dc232f4d620b
Author: James Henstridge <james@jamesh.id.au>
Date: Mon Jan 3 09:27:36 2005 +0000
add some code to add the directory given to AC_CONFIG_MACRO_DIR to
2005-01-03 James Henstridge <james@jamesh.id.au>
* macros2/gnome-common.m4 (GNOME_COMMON_INIT): add some code to
add the directory given to AC_CONFIG_MACRO_DIR to ACLOCAL_FLAGS.
* doc-build/xmldocs.make (clean-local-doc): add rule to clean up
copied entities if srcdir!=builddir.
svn path=/trunk/; revision=3486
ChangeLog | 8 ++++++++
doc-build/xmldocs.make | 8 +++++++-
macros2/gnome-common.m4 | 7 +++++++
3 files changed, 22 insertions(+), 1 deletion(-)
commit f9c955f0dffb1e5dec532970b9b0c9d4798584d1
Author: Mariano Suárez-Alvarez <mariano@gnome.org>
Date: Thu Nov 25 01:19:25 2004 +0000
grep wants basic regexps, not extended ones: fix the regular expression
2004-11-24 Mariano Suárez-Alvarez <mariano@gnome.org>
* gnome-autogen.sh: grep wants basic regexps, not extended ones: fix the
regular expression for INTLTOOL.
svn path=/trunk/; revision=3485
macros2/ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit cf53c531bd4ba2dbfe191b030cd945811b4aa3de
Author: Rodney Dawes <dobey@novell.com>
Date: Wed Nov 24 17:53:26 2004 +0000
Add support for IT_PROG_INTLTOOL which deprecates AC_PROG_INTLTOOL
2004-11-24 Rodney Dawes <dobey@novell.com>
* gnome-autogen.sh: Add support for IT_PROG_INTLTOOL which
deprecates AC_PROG_INTLTOOL
svn path=/trunk/; revision=3484
macros2/ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 76613c8f0092ac221b15af8342c83b6408f7ed83
Author: Jordi Mallach <jordim@src.gnome.org>
Date: Tue Nov 9 18:08:04 2004 +0000
Fix for automake1.4.
svn path=/trunk/; revision=3483
macros2/ChangeLog | 6 ++++++
macros2/gnome-autogen.sh | 6 +++++-
2 files changed, 11 insertions(+), 1 deletion(-)
commit c2ca33a7a05bffbb9d78068cdeebfdb2fbda1cfa
Author: Jordi Mallach <jordi@sindominio.net>
Date: Tue Nov 9 09:57:04 2004 +0000
Call all the bootstrap programs (libtoolize, intltoolize, gtkdocize,
2004-11-09 Jordi Mallach <jordi@sindominio.net>
* gnome-autogen.sh: Call all the bootstrap programs (libtoolize,
intltoolize, gtkdocize, automake) using --force and --copy
consistently.
svn path=/trunk/; revision=3482
macros2/ChangeLog | 6 ++++++
macros2/gnome-autogen.sh | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
commit 1f4269cf6fc61e01fec73684345a81998eb68d5b
Author: James Henstridge <james@jamesh.id.au>
Date: Thu Oct 28 11:43:29 2004 +0000
get rid of the code that modified PATH, ACLOCAL_FLAGS and LD_LIBRARY_PATH
2004-10-28 James Henstridge <james@jamesh.id.au>
* gnome-autogen.sh: get rid of the code that modified PATH,
ACLOCAL_FLAGS and LD_LIBRARY_PATH based on $GNOME2_PATH, since
this was broken. It could cause configure tests to pass, when the
subsequent build would fail due to path problems. For more
details, see bug #140210.
svn path=/trunk/; revision=3481
macros2/ChangeLog | 6 ++++++
macros2/gnome-autogen.sh | 22 ----------------------
2 files changed, 6 insertions(+), 22 deletions(-)
commit 31b4557e615233e6972b32e293b94eb012c01b07
Author: James Henstridge <james@jamesh.id.au>
Date: Thu Oct 28 11:36:17 2004 +0000
if the directory is read only, skip it. This helps in cases where a
2004-10-28 James Henstridge <james@jamesh.id.au>
* gnome-autogen.sh: if the directory is read only, skip it. This
helps in cases where a directory from a failed "make distcheck" is
lying around. Should fix bug #136093.
svn path=/trunk/; revision=3480
macros2/ChangeLog | 4 ++++
macros2/gnome-autogen.sh | 6 ++++--
2 files changed, 8 insertions(+), 2 deletions(-)
commit 1f8e2e6d8f103f543ac31db0403be26243a52902
Author: James Henstridge <james@jamesh.id.au>
Date: Thu Oct 28 09:49:49 2004 +0000
fix up the AC_CONFIG_MACRO_DIR check to work with sub-package
2004-10-28 James Henstridge <james@jamesh.id.au>
* gnome-autogen.sh (m4dir): fix up the AC_CONFIG_MACRO_DIR check
to work with sub-package configure.in's.
svn path=/trunk/; revision=3479
macros2/ChangeLog | 5 +++++
macros2/gnome-autogen.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 7dcafe978122d9b769dbe5a5ee72db8491b2b52a
Author: James Henstridge <james@jamesh.id.au>
Date: Wed Oct 27 15:14:52 2004 +0000
if AC_CONFIG_MACRO_DIR() is used in configure.ac, pass that directory to
2004-10-27 James Henstridge <james@jamesh.id.au>
* gnome-autogen.sh (ACLOCAL): if AC_CONFIG_MACRO_DIR() is used in
configure.ac, pass that directory to aclocal.
Run libtoolize if the configure.ac file calls LT_INIT (the new
name for AC_PROG_LIBTOOL in libtool-2.0).
svn path=/trunk/; revision=3478
macros2/ChangeLog | 7 +++++++
macros2/gnome-autogen.sh | 16 ++++++++++++----
2 files changed, 19 insertions(+), 4 deletions(-)
commit f06e257f23fa990d2faa3c32a5825b2527f0faef
Author: James Henstridge <james@jamesh.id.au>
Date: Wed Oct 6 07:04:51 2004 +0000
use $(DESTDIR) in uninstall rule. This is needed to allow packages to
2004-10-06 James Henstridge <james@jamesh.id.au>
* doc-build/omf.make (uninstall-local-omf): use $(DESTDIR) in
uninstall rule. This is needed to allow packages to distcheck
with newer versions of automake.
svn path=/trunk/; revision=3477
ChangeLog | 6 ++++++
doc-build/omf.make | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
commit d084aa0d0204c65ae2e0a0ec17a86d554fa5da07
Author: James Henstridge <james@jamesh.id.au>
Date: Tue Sep 14 06:03:06 2004 +0000
bump version number to 2.8.0
2004-09-14 James Henstridge <james@jamesh.id.au>
* configure.in: bump version number to 2.8.0
svn path=/trunk/; revision=3475
ChangeLog | 4 ++++
configure.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 252cdb9e372045dc5a34d7877fca1fc0a00579d9
Author: James Henstridge <james@jamesh.id.au>
Date: Mon Aug 30 13:39:27 2004 +0000
fix up error message when a required M4 file isn't found. Fixes bug
2004-08-30 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh: fix up error message when a required
M4 file isn't found. Fixes bug #147417.
* macros2/gnome-autogen.sh: Revert Rodney's changes, since
glib-gettextize has been fixed on the HEAD and 2.4 branches.
svn path=/trunk/; revision=3474
ChangeLog | 8 ++++++++
macros2/gnome-autogen.sh | 12 +-----------
2 files changed, 9 insertions(+), 11 deletions(-)
commit a6446e3b2bfc69488fe5d428449b375143da6164
Author: Kjartan Maraas <kmaraas@gnome.org>
Date: Mon Aug 16 21:25:32 2004 +0000
Add some foo to handle automake-1.9.x too.
2004-08-16 Kjartan Maraas <kmaraas@gnome.org>
* gnome-autogen.sh: Add some foo to handle automake-1.9.x too.
svn path=/trunk/; revision=3473
macros2/ChangeLog | 4 ++++
macros2/gnome-autogen.sh | 9 +++++----
2 files changed, 9 insertions(+), 4 deletions(-)
commit adc74806b584381e1c6f10b26b5871b0fd1db643
Author: Benoît Dejean <bdejean@src.gnome.org>
Date: Sun Jul 18 20:33:56 2004 +0000
Glibify a bit more. Closes #147618.
* doc/reference.texi:
* include/glibtop/command.h:
* include/glibtop/glib-arrays.h:
* include/glibtop/proclist.h:
* lib/glib-arrays.c: (glibtop_get_proclist_as_array_l):
* lib/lib.pl:
* scripts/c_types.pl:
* src/daemon/main.c: (handle_parent_connection):
* src/daemon/slave.c: (handle_slave_connection):
* support/mkstemp.c:
* sysdeps/aix/proclist.c: (glibtop_get_proclist_s):
* sysdeps/freebsd/cpu.c: (glibtop_get_cpu_p):
* sysdeps/freebsd/prockernel.c: (glibtop_get_proc_kernel_p):
* sysdeps/freebsd/proclist.c: (glibtop_get_proclist_p):
* sysdeps/freebsd/procmem.c: (glibtop_get_proc_mem_p):
* sysdeps/kernel/proclist.c: (glibtop_get_proclist_s):
* sysdeps/linux/proclist.c: (glibtop_get_proclist_s):
* sysdeps/osf1/proclist.c: (glibtop_get_proclist_p):
* sysdeps/solaris/proclist.c: (glibtop_get_proclist_s):
* sysdeps/stub/proclist.c: (glibtop_get_proclist_s):
* sysdeps/stub_suid/proclist.c: (glibtop_get_proclist_p):
* sysdeps/sun4/proclist.c: (glibtop_get_proclist_p): Glibify a bit more.
Closes #147618.
svn path=/trunk/; revision=3455
support/mkstemp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 9050996fa70260943fdbbfc14d0cb3995586ec64
Author: Benoît Dejean <bdejean@src.gnome.org>
Date: Fri Jun 18 20:33:00 2004 +0000
*** empty log message ***
svn path=/trunk/; revision=3452
support/ChangeLog | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
commit a7681fc4eecc077d37ac32405f1dd21b96b186ef
Author: Rodney Dawes <dobey@ximian.com>
Date: Thu Jun 10 18:24:35 2004 +0000
Add code to check for mkinstalldirs in the shared automake files
2004-06-10 Rodney Dawes <dobey@ximian.com>
* macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in
the shared automake files directory, and copy it in if we are using
AM_GLIB_GNU_GETTEXT
Fixes #144069
CVS: ----------------------------------------------------------------------
svn path=/trunk/; revision=3451
ChangeLog | 8 ++++++++
macros2/gnome-autogen.sh | 10 ++++++++++
2 files changed, 18 insertions(+)
commit b5d3f674c694bf1a1a31ba0470aedb4a76da050f
Author: Benoît Dejean <bdejean@src.gnome.org>
Date: Wed Jun 9 18:52:21 2004 +0000
whitespace clean up.
* *.{c,h} : whitespace clean up.
svn path=/trunk/; revision=3450
support/canonicalize.c | 2 +-
support/error.c | 2 +-
support/findme.c | 4 ++--
support/findme.h | 2 +-
support/getopt.c | 10 +++++-----
support/getopt1.c | 4 ++--
support/popt-gnome.h | 12 ++++++------
support/poptconfig.c | 12 ++++++------
support/popthelp.c | 38 +++++++++++++++++++-------------------
support/poptint.h | 2 +-
support/poptparse.c | 4 ++--
support/strerror.c | 2 +-
support/strtod.c | 6 +++---
support/system.h | 4 ++--
support/vasprintf.c | 2 +-
15 files changed, 53 insertions(+), 53 deletions(-)
commit 2839d0086227e9d3ef065b013de28358bfb751b9
Author: Benoît Dejean <bdejean@src.gnome.org>
Date: Sun Jun 6 22:10:29 2004 +0000
Cleaned.
* lib/parameter.c:
* support/popt.c: (poptGetContext): Cleaned.
* support/vsnprintf.c: s/strncpy/g_strlcpy
svn path=/trunk/; revision=3449
support/popt.c | 4 +---
support/vsnprintf.c | 3 +--
2 files changed, 2 insertions(+), 5 deletions(-)
commit cfb53e981e5a9654c44643b4d9e0600ecdf8121f
Author: Richard Kinder <rkinder@src.gnome.org>
Date: Fri Jun 4 10:28:59 2004 +0000
Many apologies, building from a clean tree generates VERSION and
PACKAGE correctly. Reverting previous commit.
svn path=/trunk/; revision=3448
ChangeLog | 5 -----
doc-build/gnome-doc-common.in | 4 ++--
2 files changed, 2 insertions(+), 7 deletions(-)
commit 211232bf3edc058a47f84b0706c3ae1823fa7432
Author: Richard Kinder <rkinder@src.gnome.org>
Date: Fri Jun 4 10:06:02 2004 +0000
Make gnome-doc-common work properly.
svn path=/trunk/; revision=3447
ChangeLog | 5 +++++
doc-build/gnome-doc-common.in | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
commit 36797dc9ad9df8ec4073aef8a3a66013c228301a
Author: James Henstridge <jamesh@src.gnome.org>
Date: Wed May 26 10:47:01 2004 +0000
simplify documentation, and bring it into line with the current state
of gnome-common.
svn path=/trunk/; revision=3446
doc/usage.txt | 99 +++++++++++++++++------------------------------------------
1 file changed, 29 insertions(+), 70 deletions(-)
commit 1e24c9cb2700ed0e02af5d1b0c24b41be1e05b59
Author: James Henstridge <jamesh@src.gnome.org>
Date: Wed May 26 06:56:46 2004 +0000
remove a few more unused files.
svn path=/trunk/; revision=3445
Makefile.am | 2 +-
bin/.cvsignore | 3 ---
stamp-h.in | 1 -
stamp.h.in | 0
4 files changed, 1 insertion(+), 5 deletions(-)
commit ea9e85851445efa0135c3f8d08c3d1ea53760d91
Author: James Henstridge <jamesh@src.gnome.org>
Date: Wed May 26 06:44:22 2004 +0000
delete some files that were unused after the reorganisation
svn path=/trunk/; revision=3444
bin/ChangeLog | 16 ----------------
bin/Makefile.am | 15 ---------------
bin/gnome-autogen.sh.in | 30 ------------------------------
doc/Makefile.am | 0
4 files changed, 61 deletions(-)
commit fa7ef8fd3f48c45c309a7048117fce35e7906f7f
Author: James Henstridge <james@daa.com.au>
Date: Wed May 26 06:42:10 2004 +0000
some small cleanups.
2004-05-26 James Henstridge <james@daa.com.au>
* macros2/gnome-compiler-warnings.m4: some small cleanups.
* macros2/gnome-common.m4 (GNOME_COMMON_INIT): since caching is
turned off in all recent Autoconfs, it doesn't make sense to use
it. Change implementation to instead make sure ${ACLOCAL_FLAGS}
gets passed to aclocal when called from the makefile.
* macros2/Makefile.am: alter installation so that it puts the
macros directly into $(datadir)/aclocal instead of
$(datadir)/aclocal/gnome2-macros
* autogen.sh (REQUIRED_AUTOMAKE_VERSION): use a modern version of
automake.
* macros2/gnome-compiler-flags.m4: move from compiler-flags.m4 to
reduce chance of collisions.
* macros2/gnome-autogen.sh: move from autogen.sh
* Makefile.am (SUBDIRS): don't build bin/ and macros/ directories.
* configure.in: don't create makefiles for bin/ and macros/
directories.
Since we don't actually build the support/ directory (since 2001),
remove the matching parts from the configure script.
svn path=/trunk/; revision=3443
ChangeLog | 28 +++
Makefile.am | 4 +-
autogen.sh | 6 +-
configure.in | 33 +--
macros2/Makefile.am | 21 +-
macros2/autogen.sh | 411 -------------------------------------
macros2/compiler-flags.m4 | 141 -------------
macros2/curses.m4 | 318 ----------------------------
macros2/gnome-autogen.sh | 411 +++++++++++++++++++++++++++++++++++++
macros2/gnome-common.m4 | 25 +--
macros2/gnome-compiler-flags.m4 | 141 +++++++++++++
macros2/gnome-deprecated-macros.m4 | 32 ---
12 files changed, 609 insertions(+), 962 deletions(-)
commit 9d8824a338204c20411b159a3c0c0a0711b8af96
Author: James Henstridge <james@daa.com.au>
Date: Thu May 13 10:37:44 2004 +0000
simplify and update spec file.
2004-05-13 James Henstridge <james@daa.com.au>
* gnome-common.spec.in: simplify and update spec file.
svn path=/trunk/; revision=3440
ChangeLog | 4 +++
gnome-common.spec.in | 85 +++++++++++++---------------------------------------
2 files changed, 25 insertions(+), 64 deletions(-)
commit 9286c1fa44c156444512d364babc71b1660b0bd3
Author: James Henstridge <james@daa.com.au>
Date: Thu May 13 00:51:37 2004 +0000
Change the order the various tools are called in to match that of
2004-05-13 James Henstridge <james@daa.com.au>
* autogen.sh: Change the order the various tools are called in to
match that of autoconf's autoupdate tool. See bug 138584.
svn path=/trunk/; revision=3439
macros2/ChangeLog | 5 +++++
macros2/autogen.sh | 48 ++++++++++++++++++++++++++++++------------------
2 files changed, 35 insertions(+), 18 deletions(-)
commit 865f060ad2625847cb14c7836222ee7277c54ced
Author: Sven Herzberg <herzi@src.gnome.org>
Date: Fri Feb 27 00:19:22 2004 +0000
fix bug #135557
svn path=/trunk/; revision=3438
ChangeLog | 4 ++++
macros2/autogen.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 4c17390b0e19bef4f988aca76726ad35f2b4da4c
Author: Mark McLoughlin <mark@skynet.ie>
Date: Tue Feb 17 21:47:26 2004 +0000
fix one last occurrence of not using $(DESTDIR).
2004-02-17 Mark McLoughlin <mark@skynet.ie>
* doc-build/xmldocs.make: fix one last occurrence of
not using $(DESTDIR).
svn path=/trunk/; revision=3437
ChangeLog | 5 +++++
doc-build/xmldocs.make | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit c6a1672f4b89fc98f8ffdb94ac69ef5ffb244452
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sat Jan 31 01:09:16 2004 +0000
Use automake-1.8 if available. Patch from alexander.winston@comcast.net
* autogen.sh: Use automake-1.8 if available. Patch from
alexander.winston@comcast.net (Alexander Winston). Bug #132966.
svn path=/trunk/; revision=3436
macros2/ChangeLog | 5 +++++
macros2/autogen.sh | 7 ++++---
2 files changed, 9 insertions(+), 3 deletions(-)
commit ef3e21ee571b0c03ca6898ecbe30d4e5db619c3a
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sun Jan 25 12:30:09 2004 +0000
Deprecate the use of GNOME2_DIR and allow the use of GNOME2_PATH (bug
* autogen.sh: Deprecate the use of GNOME2_DIR and allow the use
of GNOME2_PATH (bug #130516).
svn path=/trunk/; revision=3435
macros2/ChangeLog | 5 +++++
macros2/autogen.sh | 32 ++++++++++++++++++++++----------
2 files changed, 27 insertions(+), 10 deletions(-)
commit 4a6afff62941c5862d6dae3d04f7311b2afeeb9d
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Fri Jan 2 06:56:51 2004 +0000
Run intltoolize after automake, since intltoolize wants mkinstalldirs now.
* autogen.sh: Run intltoolize after automake, since intltoolize
wants mkinstalldirs now. Should fix bugs #130309 and #130366.
svn path=/trunk/; revision=3434
macros2/ChangeLog | 5 +++++
macros2/autogen.sh | 11 +++++++----
2 files changed, 12 insertions(+), 4 deletions(-)
commit c6c875f031f3cfd4c2abc5af4f23f38bf5892884
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Fri Dec 12 23:43:52 2003 +0000
Change the use of head to be 'head -n -1', since the GNU version of head
* autogen.sh: Change the use of head to be 'head -n -1', since
the GNU version of head appears to have changed behaviour
between version 5.0 and 5.0.9 somewhere. This should be portable
across all versions now. Fixed bug #128867.
svn path=/trunk/; revision=3433
macros2/ChangeLog | 7 +++++++
macros2/autogen.sh | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
commit 42806807b7d67bfe3f9585492128f4984dc31c87
Author: Carlos Garnacho Parro <garnacho@tuxerver.net>
Date: Tue Dec 9 01:57:09 2003 +0000
Release 0.30.0
2003-12-09 Carlos Garnacho Parro <garnacho@tuxerver.net>
* Release 0.30.0
svn path=/trunk/; revision=3072
macros/ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
commit 4712e3980c9729d7af23c69bf6aa4610eaf80a2b
Author: Rodney Dawes <dobey@free.fr>
Date: Mon Dec 8 23:18:12 2003 +0000
Update automake checks to check incremental versions in the correct order,
2003-12-08 Rodney Dawes <dobey@free.fr>
* autogen.sh: Update automake checks to check incremental
versions in the correct order, Fixes #128691
svn path=/trunk/; revision=3071
macros2/ChangeLog | 5 +++++
macros2/autogen.sh | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
commit 626c827638599e45cafb72dc4a8bd5944098b0b6
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Wed Nov 19 02:10:33 2003 +0000
Replace use of -or in a find command with -o. Makes things work for people
* autogen.sh: Replace use of -or in a find command with -o.
Makes things work for people with less functional versions of
find. Fixes bug #127354 reported by Rolf Sponsel.
svn path=/trunk/; revision=3070
macros2/ChangeLog | 6 ++++++
macros2/autogen.sh | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 608ebbf942fd50e336feb42f8e8cd52ff856c838
Author: 3 <clahey@ximian.com>
Date: Mon Nov 3 16:21:12 2003 +0000
Removed ENABLE_WERROR and changed name to GNOME_MAINTAINER_MODE_DEFINES.
2003-11-03 <clahey@ximian.com>
* gnome-common.m4: Removed ENABLE_WERROR and changed name to
GNOME_MAINTAINER_MODE_DEFINES.
svn path=/trunk/; revision=3069
macros2/ChangeLog | 5 +++++
macros2/gnome-common.m4 | 9 +++------
2 files changed, 8 insertions(+), 6 deletions(-)
commit 1b1b8ba991fd50239855f741326126c8957fc271
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sat Nov 1 01:18:16 2003 +0000
Make version checking work, as pointed out by Michael H Schimek in bug
* autogen.sh: Make version checking work, as pointed out by
Michael H Schimek in bug #125818.
svn path=/trunk/; revision=3068
macros2/ChangeLog | 5 +++++
macros2/autogen.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 20acf43cff6833e25413a046b253bec71f30a05c
Author: 1 <clahey@ximian.com>
Date: Fri Oct 31 21:06:15 2003 +0000
Changed name of new macro to AM_MAINTAINER_MODE_DEFINES and added
2003-10-31 <clahey@ximian.com>
* gnome-common.m4: Changed name of new macro to
AM_MAINTAINER_MODE_DEFINES and added definition for ENABLE_WERROR.
svn path=/trunk/; revision=3067
macros2/ChangeLog | 9 +++++++--
macros2/gnome-common.m4 | 9 ++++++---
2 files changed, 13 insertions(+), 5 deletions(-)
commit 35415d42b67bc5fd10bfcbfb7caef233b806785b
Author: 1 <clahey@ximian.com>
Date: Fri Oct 31 20:29:05 2003 +0000
New macro to disable deprecated functions and widgets when maintainer mode
2003-10-31 <clahey@ximian.com>
* gnome-common.m4: New macro to disable deprecated functions and
widgets when maintainer mode is on.
svn path=/trunk/; revision=3066
macros2/ChangeLog | 5 +++++
macros2/gnome-common.m4 | 13 +++++++++++++
2 files changed, 18 insertions(+)
commit 1b1f3ac9e7f8ac526fd600ca97074ce901d9f3a0
Author: Bastien Nocera <hadess@hadess.net>
Date: Mon Oct 20 12:14:11 2003 +0000
make it compile
2003-10-20 Bastien Nocera <hadess@hadess.net>
* configure.in: make it compile
svn path=/trunk/; revision=3062
support/ChangeLog | 5 +++++
support/Makefile.am | 9 +++++----
2 files changed, 10 insertions(+), 4 deletions(-)
commit 6c856cfad611102b1386bd73b345d62efbbb6f32
Author: Carlos Perelló MarÃn <carlos@gnome.org>
Date: Sun Oct 19 16:54:35 2003 +0000
Reverted libgtop changes. It's a common module and I should not modify it.
2003-10-19 Carlos Perelló MarÃn <carlos@gnome.org>
* support/*: Reverted libgtop changes. It's a common module
and I should not modify it.
* Added/removed files. Now the move should be done.
svn path=/trunk/; revision=3060
support/.cvsignore | 1 +
support/ChangeLog | 7 +-
support/Makefile.am | 24 ++--
support/findme.c | 38 +-----
support/popt-gnome.h | 40 +++---
support/popt.c | 349 ++++++++++++++++++++++++++++++++-------------------
support/poptconfig.c | 47 ++-----
support/popthelp.c | 50 +++-----
support/poptint.h | 48 ++++---
support/poptparse.c | 105 ++++++++--------
10 files changed, 379 insertions(+), 330 deletions(-)
commit e08096f464bc32e1695493d23a72da9e58b14b61
Author: Carlos Perelló MarÃn <carlos@gnome.org>
Date: Sun Oct 19 16:10:32 2003 +0000
libgtop-GNOME-2-0-branch moved to HEAD.
2003-10-19 Carlos Perelló MarÃn <carlos@gnome.org>
* libgtop-GNOME-2-0-branch moved to HEAD.
svn path=/trunk/; revision=3059
support/.cvsignore | 1 -
support/ChangeLog | 7 +-
support/Makefile.am | 24 ++--
support/findme.c | 38 +++++-
support/popt-gnome.h | 40 +++---
support/popt.c | 349 +++++++++++++++++++--------------------------------
support/poptconfig.c | 47 +++++--
support/popthelp.c | 50 +++++---
support/poptint.h | 48 +++----
support/poptparse.c | 105 ++++++++--------
10 files changed, 330 insertions(+), 379 deletions(-)
commit ad87f865578a31c085b031ec46808f057949a671
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Thu Oct 2 04:06:35 2003 +0000
Distribute README in place of the non-existent ChangeLog. Doh!
* doc-build/Makefile.am: Distribute README in place of the
non-existent ChangeLog. Doh!
* autogen.sh: Use the GNOME 2 autogen.sh script by default.
* configure.in: Version number bumped.
svn path=/trunk/; revision=3057
ChangeLog | 10 ++++++++++
autogen.sh | 2 +-
configure.in | 2 +-
doc-build/Makefile.am | 2 +-
4 files changed, 13 insertions(+), 3 deletions(-)
commit e2fc281c6b209a72ae41d8781a83f95893eba961
Author: Marco Pesenti Gritti <marco@gnome.org>
Date: Sat Aug 23 16:48:09 2003 +0000
Define WARN_CXXFLAGS instead of overwriting CXXFLAGS (like WARN_FLAGS).
2003-08-23 Marco Pesenti Gritti <marco@gnome.org>
* macros2/compiler-flags.m4:
Define WARN_CXXFLAGS instead of overwriting
CXXFLAGS (like WARN_FLAGS).
svn path=/trunk/; revision=3055
ChangeLog | 7 +++++++
macros2/compiler-flags.m4 | 8 +++-----
2 files changed, 10 insertions(+), 5 deletions(-)
commit 714401b78242b83912fcdd78a6a5615ebcc301c8
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sun Aug 10 09:31:51 2003 +0000
Show the version found for the various build tools like automake,
* autogen.sh: Show the version found for the various build tools
like automake, autoconf, libtool, etc. Patch from Steve Chaplin
(bug #119533).
svn path=/trunk/; revision=3054
macros2/ChangeLog | 6 ++++++
macros2/autogen.sh | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit d2466389e502fdbd7b1a198a95f170e53ca3b79f
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Tue Aug 5 03:21:50 2003 +0000
Continuing to try and get the flags passed to g++ in GNOME_CXX_WARNINGS
* compile-flags.m4: Continuing to try and get the flags passed
to g++ in GNOME_CXX_WARNINGS correct. Based on our best
attempts, the current set should work for the widest range of
g++ versions (see bug #118987 for the discussion).
svn path=/trunk/; revision=3053
macros2/ChangeLog | 7 +++++++
macros2/compiler-flags.m4 | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
commit f75d988c3a1149918c6d5d9fc142601fdb4606f1
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sun Aug 3 12:03:05 2003 +0000
Simplify GNOME_CXX_WARNINGS. Fixes bug #118987.
* compile-flags.m4: Simplify GNOME_CXX_WARNINGS. Fixes bug
#118987.
svn path=/trunk/; revision=3052
macros2/ChangeLog | 5 +++++
macros2/compiler-flags.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 4abea34bf50ef30b416dde5d60c1fae47d897f6e
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Mon Jul 28 12:58:23 2003 +0000
Default setting in the GNOME_COMPILE_WARNINGS macro is now "yes". This
* compiler-flags.m4: Default setting in the
GNOME_COMPILE_WARNINGS macro is now "yes". This fixes bug
#118479 (another good bit of debugging from Steve Chaplin).
svn path=/trunk/; revision=3051
macros2/ChangeLog | 6 ++++++
macros2/compiler-flags.m4 | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit d085904377b24767b8fa61b4034ee4e9669044fc
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sun Jul 20 13:31:29 2003 +0000
Remove some redundant options as suggested by Steve Chaplin in bug
* compiler-flags.m4: Remove some redundant options as suggested
by Steve Chaplin in bug #115475. The warnings list looks simpler
now, but is no less functional.
svn path=/trunk/; revision=3050
macros2/ChangeLog | 6 ++++++
macros2/compiler-flags.m4 | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
commit a2b6f0b248b362d3dbdda5837c557461185fb087
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Tue Jul 15 03:09:01 2003 +0000
Fixed a typo in the debugging output.
svn path=/trunk/; revision=3049
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 838b0907ac94cbd30d8333998ac78e76b339df9b
Author: Frédéric Crozat <fcrozat@src.gnome.org>
Date: Fri Jul 4 12:37:37 2003 +0000
don't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3
* macros2/compiler-flags.m4: don't use -Wsign-promo, it is
C++ only and causes warnings with gcc 3.3 when used on C.
svn path=/trunk/; revision=3048
ChangeLog | 5 +++++
macros2/compiler-flags.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 76b647b4d1f9d146319f35c8440040612f8590ab
Author: Sebastian Rittau <srittau@src.gnome.org>
Date: Sat Jun 28 16:20:00 2003 +0000
Add third argument to AC_DEFINE.
svn path=/trunk/; revision=2910
macros/ChangeLog | 4 ++++
macros/gnome-x-checks.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 1c222954927bdf14f2f843388d7cd616159f4dee
Author: Marco Pesenti Gritti <marco@it.gnome.org>
Date: Tue Jun 24 07:03:30 2003 +0000
Remove --enable-compile-warnings from the default arguments passed to
2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org>
* macros2/autogen.sh:
Remove --enable-compile-warnings from the default arguments
passed to configure because it break GNOME_COMPILE_WARNINGS
macro.
svn path=/trunk/; revision=2908
ChangeLog | 8 ++++++++
macros2/autogen.sh | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
commit 46db5cf34c2f326275a8135cd8af79e209f4d885
Author: Malcolm Tredinnick <malcolm@commsecure.com.au>
Date: Fri Jun 20 13:25:41 2003 +0000
Fix some strangeness in the gnome-doc-common test.
2003-06-20 Malcolm Tredinnick <malcolm@commsecure.com.au>
* autogen.sh: Fix some strangeness in the gnome-doc-common test.
svn path=/trunk/; revision=2907
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
commit af3face3d2251f168bb527c35ad1bd1ad19a8dd2
Author: Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
Date: Fri Jun 20 00:13:25 2003 +0000
Inserted missing "cd $dirname" to effectively process subdirectories,
2003-06-19 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* autogen.sh: Inserted missing "cd $dirname" to effectively
process subdirectories, since all it was doing was to process the
toplevel dir multiple times.
[Editor's note: also reported with patch by Elijah Newren in bug
#115481.]
svn path=/trunk/; revision=2906
macros2/ChangeLog | 9 +++++++++
macros2/autogen.sh | 1 +
2 files changed, 10 insertions(+)
commit e16ea58db92e05b9720acdc6992175ec346dfc91
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sat May 24 15:16:26 2003 +0000
Bump the version number to 2.3.0
* configure.in: Bump the version number to 2.3.0
* configure.in, Makefile.am, macros2/autogen.sh, doc-build/*:
Add in the infrastructure to allow user documentatin to be built
from some common files. This will not affect existing packages.
The changes required to use this are given in doc-build/README.
svn path=/trunk/; revision=2905
ChangeLog | 7 ++++
Makefile.am | 2 +-
configure.in | 9 ++--
doc-build/.cvsignore | 3 ++
doc-build/Makefile.am | 12 ++++++
doc-build/README | 9 ++++
doc-build/gnome-doc-common.in | 48 ++++++++++++++++++++++
doc-build/omf.make | 61 +++++++++++++++++++++++++++
doc-build/xmldocs.make | 95 +++++++++++++++++++++++++++++++++++++++++++
macros2/autogen.sh | 14 ++++++-
10 files changed, 253 insertions(+), 7 deletions(-)
commit 59c9ab024e8a72ca8393b02a4162ad5f2d3c5cdb
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sat May 24 13:52:56 2003 +0000
I might as well admit to maintaining this module, since my claims to the
contrary do not seem to have fooled anybody. :(
svn path=/trunk/; revision=2904
ChangeLog | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 insertions(+)
commit 50085ce7225c67619bae4a3bfef148fb7c288ba2
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Tue May 20 16:28:44 2003 +0000
Ignore {arch} subdirectories. Fixes bug #113327.
* autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327.
svn path=/trunk/; revision=2903
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit beb18bb0e6ad79184f26132310e537331d589ada
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sun May 4 11:44:36 2003 +0000
autogen.sh: - Extend the check_m4macros() function to handle Cygwin
autogen.sh:
- Extend the check_m4macros() function to handle Cygwin
environments. Fixes bug #110947.
svn path=/trunk/; revision=2900
macros2/ChangeLog | 9 ++++++---
macros2/autogen.sh | 10 ++++++++++
2 files changed, 16 insertions(+), 3 deletions(-)
commit 90cccc574f0bcd207979ec619bfc0ec313536367
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sun May 4 11:18:46 2003 +0000
Make this portable to Bourne-like shells. Fixes the problems pointed out
* autogen.sh: Make this portable to Bourne-like shells. Fixes
the problems pointed out by Morten Welinder in bug #110177.
svn path=/trunk/; revision=2899
macros2/ChangeLog | 5 +++
macros2/autogen.sh | 130 +++++++++++++++++++++++++++--------------------------
2 files changed, 72 insertions(+), 63 deletions(-)
commit bd7e150fbf9603c20502dfb41234b03266ea376c
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Sat May 3 11:02:31 2003 +0000
Allow users to specify the binary to run instead of libtoolize by checking
* autogen.sh: Allow users to specify the binary to run instead of
libtoolize by checking the value of $LIBTOOLIZE. This is apparently an
issue sometimes on MacOS X and fixes bug #111917.
svn path=/trunk/; revision=2834
macros/ChangeLog | 6 ++++++
macros/autogen.sh | 7 +++++--
2 files changed, 11 insertions(+), 2 deletions(-)
commit f2b3e6099e7ce2ba83b7f7a91b7650d03e4213d4
Author: Ross Burton <rburton@src.gnome.org>
Date: Thu Apr 10 12:19:06 2003 +0000
Fix a small typo in the glib-gettext code
svn path=/trunk/; revision=2833
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 9cb75b314c3ca14aa8eed12ca0bed9b3d383c6a4
Author: Frédéric Crozat <fcrozat@src.gnome.org>
Date: Thu Mar 20 15:10:25 2003 +0000
macros/autogen.sh: use GNOME2_DIR, not GNOME2_PATH which can be
a ':' separated list.
svn path=/trunk/; revision=2802
macros/ChangeLog | 5 +++++
macros/autogen.sh | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
commit a2dbeb08cc140524c6ddc94e215d183a0e08b12a
Author: Malcolm Tredinnick <malcolm@src.gnome.org>
Date: Fri Mar 7 02:15:26 2003 +0000
Replace PACKAGE with PKG_NAME, since PKG_NAME is what is defined by the
* autogen.sh: Replace PACKAGE with PKG_NAME, since PKG_NAME is
what is defined by the various applications' autogen.sh. Also,
call autopoint rather than gettextize when appropriate (when
AM_GNU_GETTEXT_VERSION is present).
svn path=/trunk/; revision=2781
macros2/ChangeLog | 7 +++++++
macros2/autogen.sh | 11 ++++++++---
2 files changed, 15 insertions(+), 3 deletions(-)
commit abc677038b7d7f1ec005e4cec344049130c800c8
Author: Mark McLoughlin <mark@skynet.ie>
Date: Thu Feb 27 03:17:03 2003 +0000
fix mixed up order of arguments to AC_ARG_ENABLE that made
2003-02-27 Mark McLoughlin <mark@skynet.ie>
* compiler-flags.m4: fix mixed up order of arguments to
AC_ARG_ENABLE that made --enable-compile-warnings not work
as expected.
svn path=/trunk/; revision=2780
macros2/ChangeLog | 6 ++++++
macros2/compiler-flags.m4 | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit bd04a5981e1ace7e33077cfd1701fe354f63a418
Author: Frédéric Crozat <fcrozat@src.gnome.org>
Date: Wed Feb 26 09:33:39 2003 +0000
set WANT_AUTOCONF_2_5 variable to tell Mandrake autoconf wrapper we want
* macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell
Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..
svn path=/trunk/; revision=2779
ChangeLog | 5 +++++
macros2/autogen.sh | 3 +++
2 files changed, 8 insertions(+)
commit 436d85680069219f9b867164a526599c3131d873
Author: James Henstridge <james@daa.com.au>
Date: Mon Feb 24 15:43:00 2003 +0000
add function to forbid m4 macros. Forbid gnome-cxx-check.m4, to try and
2003-02-24 James Henstridge <james@daa.com.au>
* autogen.sh (forbid_m4macro): add function to forbid m4 macros.
Forbid gnome-cxx-check.m4, to try and catch setups where stale
macros are left on the system.
svn path=/trunk/; revision=2778
macros2/ChangeLog | 6 +++++
macros2/autogen.sh | 71 +++++++++++++++++++++++++++++++++++++-----------------
2 files changed, 55 insertions(+), 22 deletions(-)
commit dce92737640e5452d0a86965d0d00899a50b8a5f
Author: James Henstridge <james@daa.com.au>
Date: Fri Feb 21 00:39:11 2003 +0000
if $variable is set, then assume it is correct and skip the version check.
2003-02-21 James Henstridge <james@daa.com.au>
* autogen.sh (version_check): if $variable is set, then assume
it is correct and skip the version check.
(autoconf): check for autoconf2.50 first, so we don't trigger
Debian's sometimes broken autoconf version sniffer.
svn path=/trunk/; revision=2777
macros2/ChangeLog | 7 +++++++
macros2/autogen.sh | 8 +++++++-
2 files changed, 14 insertions(+), 1 deletion(-)
commit 1f27af8b45f8f8f0a075de58010fceeab5ded2a2
Author: James Henstridge <james@daa.com.au>
Date: Wed Feb 19 15:03:17 2003 +0000
remove check-utmp.m4 (copied it to libzvt, which is the only thing using
2003-02-19 James Henstridge <james@daa.com.au>
* Makefile.am (GNOME2_MACROS): remove check-utmp.m4 (copied it to
libzvt, which is the only thing using it).
svn path=/trunk/; revision=2776
macros2/ChangeLog | 3 +
macros2/Makefile.am | 1 -
macros2/check-utmp.m4 | 243 --------------------------------------------------
3 files changed, 3 insertions(+), 244 deletions(-)
commit 9c633dea5ac9089e47bbeeaa6e53ad05d287ffab
Author: James Henstridge <james@daa.com.au>
Date: Wed Feb 19 04:23:22 2003 +0000
AC_REQUIRE does not work within AU_DEFUN, so change to a simple call to
2003-02-19 James Henstridge <james@daa.com.au>
* gnome-deprecated-macros.m4(GNOME_CHECK_CXX): AC_REQUIRE does not
work within AU_DEFUN, so change to a simple call to AC_PROG_CXX.
svn path=/trunk/; revision=2775
macros2/ChangeLog | 5 +++++
macros2/gnome-deprecated-macros.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit be8b7e06ae46cedac5ccb9e632480057fc5d9e74
Author: Jody Goldberg <jody@gnome.org>
Date: Tue Feb 18 16:34:21 2003 +0000
Don't depend on a file that James just deleted
2003-02-18 Jody Goldberg <jody@gnome.org>
* configure.in : Don't depend on a file that James just deleted
svn path=/trunk/; revision=2774
ChangeLog | 4 ++++
configure.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit b19fe1b44aae2be82594ea8f2a35fabe6bdfe485
Author: James Henstridge <jamesh@src.gnome.org>
Date: Tue Feb 18 15:12:01 2003 +0000
forgot to remove this file.
svn path=/trunk/; revision=2773
macros2/gnome-platform.m4 | 37 -------------------------------------
1 file changed, 37 deletions(-)
commit e4d093be993de45b46aef5201924ddda643e859a
Author: James Henstridge <james@daa.com.au>
Date: Tue Feb 18 15:09:45 2003 +0000
check to see if gnome-deprecated-macros.m4 ended up in aclocal.m4, and
2003-02-18 James Henstridge <james@daa.com.au>
* autogen.sh (topdir): check to see if gnome-deprecated-macros.m4
ended up in aclocal.m4, and warn if so.
* gnome-platform.m4: kill this too (with a deprecation warning).
* gnome-cxx-check.m4: move to gnome-deprecated-macros.m4
* gnome-pkgconfig.m4: remove, and add a deprecation warning in its
place.
* gnome-x-checks.m4: remove, and add an AU_DEFUN in its place
telling people not to use it.
* linger.m4: removed outright.
* gnome-common.m4: remove GNOME_GTKDOC_CHECK, deprecated in favour
of GTK_DOC_CHECK.
* gnome-gettext.m4: remove file (people should be using gettextize
or glib-gettextize).
* gnome-deprecated-macros.m4: new file to hold deprecated macros.
svn path=/trunk/; revision=2768
intl/.cvsignore | 4 +
macros2/ChangeLog | 25 ++
macros2/Makefile.am | 14 +-
macros2/autogen.sh | 455 ++++++++++++++++++++++---------------
macros2/gnome-common.m4 | 22 --
macros2/gnome-cxx-check.m4 | 10 -
macros2/gnome-deprecated-macros.m4 | 32 +++
macros2/gnome-gettext.m4 | 338 ---------------------------
macros2/gnome-pkgconfig.m4 | 44 ----
macros2/gnome-pthread-check.m4 | 16 --
macros2/gnome-x-checks.m4 | 52 -----
macros2/linger.m4 | 28 ---
12 files changed, 347 insertions(+), 693 deletions(-)
commit 6d8ccee455cde71467a2056530fe66f865219c0a
Author: Kalpesh Shah <kalpesh.shah@sun.com>
Date: Fri Feb 14 15:07:48 2003 +0000
initialize UTMP structure properly. Fixes Bug#93774. Patch reviewed by
2003-02-14 Kalpesh Shah <kalpesh.shah@sun.com>
* check-utmp.m4: initialize UTMP structure properly.
Fixes Bug#93774.
Patch reviewed by Andersca <andersca@gnu.org>
svn path=/trunk/; revision=2766
macros2/ChangeLog | 6 ++++++
macros2/check-utmp.m4 | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit a4fc522b4035e39ec3dc9562db72d6809ebca6ac
Author: Joe Shaw <joeshaw@src.gnome.org>
Date: Thu Jan 9 06:55:40 2003 +0000
back out accidental commit
svn path=/trunk/; revision=2710
macros/autogen.sh | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
commit ab47a40536f2be57007543e3e77d874f92eae2bc
Author: Joe Shaw <joeshaw@src.gnome.org>
Date: Thu Jan 9 06:36:57 2003 +0000
back out accidental commit
svn path=/trunk/; revision=2709
macros/autogen.sh | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
commit a7c95af6110ffe436fd904d5528ce42a4eeb23ed
Author: Jose Maria Celorio <chema@src.gnome.org>
Date: Sat Dec 28 04:49:29 2002 +0000
add missing .cvsignore entries
svn path=/trunk/; revision=2686
.cvsignore | 1 +
macros/.cvsignore | 1 +
2 files changed, 2 insertions(+)
commit 108cca22d0ca11116496f6f6954128f876093fa7
Author: Jody Goldberg <jody@gnome.org>
Date: Thu Dec 12 21:03:58 2002 +0000
now that autoconf-2.52 is a prereq for things the build broke on the use
2002-12-12 Jody Goldberg <jody@gnome.org>
* macros2/gnome-common.m4 (GNOME_DEBUG_CHECK) : now that autoconf-2.52
is a prereq for things the build broke on the use of
AC_DEFINE(GNOME_ENABLE_DEBUG)
without the additional arguments. eg in libgnome
svn path=/trunk/; revision=2678
ChangeLog | 7 +++++++
macros2/gnome-common.m4 | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
commit 87f2022e3dc0fdad24e231d7be790c954998adde
Author: Morten Welinder <mortenw@src.gnome.org>
Date: Thu Dec 5 19:58:38 2002 +0000
More white-space.
svn path=/trunk/; revision=2662
macros/ChangeLog | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
commit dfd831e26015ee0d4564f98c43d41809c3fcc0c8
Author: Stanislav Brabec <sbrabec@suse.cz>
Date: Wed Nov 27 15:27:07 2002 +0000
Added missing quotes: PISOCK_LIBS="-lpisock -lpisync"
2002-11-27 Stanislav Brabec <sbrabec@suse.cz>
* gnome-pilot.m4: Added missing quotes:
PISOCK_LIBS="-lpisock -lpisync"
svn path=/trunk/; revision=2658
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 21e7fe04052c2b48540f1be0841ea4af32d099fa
Author: Radek Doulik <rodo@src.gnome.org>
Date: Wed Nov 6 16:33:24 2002 +0000
reverted unwanted changes which slipped in while I moved gnome-2-port branch
to gtkhtml/HEAD
svn path=/trunk/; revision=2645
macros/ChangeLog | 21 +++++++++++++++++++++
macros/autogen.sh | 16 ++++++++--------
macros/gnome-pilot.m4 | 24 ++++++++++++------------
3 files changed, 41 insertions(+), 20 deletions(-)
commit 194bd24605add310cd420ac28ec4ef490c4a1071
Author: Radek Doulik <rodo@src.gnome.org>
Date: Fri Nov 1 15:06:20 2002 +0000
moving gnome-2-port branch to HEAD
svn path=/trunk/; revision=2639
macros/ChangeLog | 21 ---------------------
macros/autogen.sh | 16 ++++++++--------
macros/gnome-pilot.m4 | 24 ++++++++++++------------
3 files changed, 20 insertions(+), 41 deletions(-)
commit 2ccc7bd6efdf612af41a9f22cb0901892e81aab3
Author: John Corwin <jcorwin@src.gnome.org>
Date: Wed Oct 2 20:47:32 2002 +0000
oops, didn't want to change that
svn path=/trunk/; revision=2599
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0679a0067e9b19a7f63163d13eaa0b30dfe3c1c0
Author: John Corwin <jcorwin@src.gnome.org>
Date: Wed Oct 2 20:13:06 2002 +0000
shouldn't need automake-1.4
svn path=/trunk/; revision=2598
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1b0e7c25319e8a762920b16823fb515d08714c02
Author: Bastien Nocera <hadess@src.gnome.org>
Date: Tue Sep 24 22:53:43 2002 +0000
09-23 Bastien Nocera <hadess@hadess.net>
* autogen.sh: exit if aclocal, autoheader, automake or autoconf
fails to run without warnings. Usually compilation would fail
afterwards with funky errors.
This is more anal than the version committed to the gnome-2-0 branch
svn path=/trunk/; revision=2597
macros2/ChangeLog | 7 +++++++
macros2/autogen.sh | 47 +++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 50 insertions(+), 4 deletions(-)
commit c70fcf7c3b938c9d7f19544023a2c3dbab29bb04
Author: JP Rosevear <jpr@ximian.com>
Date: Fri Sep 20 20:01:19 2002 +0000
fix problem where -lpisync was not linked in if you didn't specify
2002-09-20 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: fix problem where -lpisync was not linked in if
you didn't specify --with-pisock
svn path=/trunk/; revision=2590
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
commit eee1fef91dc11f4f2c1b8bea288eb645834b366e
Author: JP Rosevear <jpr@ximian.com>
Date: Mon Sep 16 17:31:50 2002 +0000
Check for pilot-link 0.11.4
2002-09-16 JP Rosevear <jpr@ximian.com>
* configure.in: Check for pilot-link 0.11.4
2002-09-16 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: check for pilot-link 0.11.4 by default
svn path=/trunk/; revision=2582
macros/ChangeLog | 4 ++++
macros/gnome-pilot.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit a9808594810d12bca49b8dafd93bcca6efc47790
Author: JP Rosevear <jpr@src.gnome.org>
Date: Mon Sep 16 17:08:10 2002 +0000
Merging from branch.
svn path=/trunk/; revision=2581
macros/ChangeLog | 4 ++++
macros/gnome-pilot.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 13dd2c198881ffa8e0e6dbc63656c0216951db86
Author: Havoc Pennington <hp@pobox.com>
Date: Sun Sep 8 20:06:00 2002 +0000
hardcode automake-1.4
2002-09-08 Havoc Pennington <hp@pobox.com>
* autogen.sh: hardcode automake-1.4
svn path=/trunk/; revision=2572
macros/ChangeLog | 4 ++++
macros/autogen.sh | 16 ++++++++--------
2 files changed, 12 insertions(+), 8 deletions(-)
commit c6fb90580a37701293d5fbf05f8346367a4c62ab
Author: Carlos Garnacho Parro <garparr@teleline.es>
Date: Tue Sep 3 22:30:35 2002 +0000
Removed entry from ChangeLog file (sorry very much)
2002-09-04 Carlos Garnacho Parro <garparr@teleline.es>
* Removed entry from ChangeLog file (sorry very much)
svn path=/trunk/; revision=2570
macros/ChangeLog | 8 --------
1 file changed, 8 deletions(-)
commit da358b353220da470737660885b81036ee5bc138
Author: Carlos Garnacho Parro <garparr@teleline.es>
Date: Tue Sep 3 17:20:17 2002 +0000
Release 0.21.0 Changes
2002-09-03 Carlos Garnacho Parro <garparr@teleline.es>
* Release 0.21.0 Changes
svn path=/trunk/; revision=2569
commit b12229c837b195ec7501ec55d7150e3cead203f6
Author: Carlos Garnacho Parro <garparr@teleline.es>
Date: Tue Sep 3 17:20:04 2002 +0000
Release 0.21.0 Changes
2002-09-03 Carlos Garnacho Parro <garparr@teleline.es>
* Release 0.21.0 Changes
svn path=/trunk/; revision=2568
macros/ChangeLog | 8 ++++++++
1 file changed, 8 insertions(+)
commit 7106522346863c0a1a4279d0dea99545c17fcc59
Author: Havoc Pennington <hp@pobox.com>
Date: Sun Aug 18 22:23:29 2002 +0000
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"
svn path=/trunk/; revision=2565
macros2/ChangeLog | 8 ++++++++
macros2/autogen.sh | 9 +++++----
2 files changed, 13 insertions(+), 4 deletions(-)
commit 319a8f2d20ad8aa83e7c2495558c915e555c692e
Author: Hidetoshi Tajima <tajima@src.gnome.org>
Date: Tue Aug 13 06:54:00 2002 +0000
autogen.sh : use portable -o instead of GNU-ish -or for find test
svn path=/trunk/; revision=2564
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit c88d561548c529c9d9e7428eaf8b9af30f657fdb
Author: Miles Lane <miles_lane@yahoo.com>
Date: Mon Aug 12 07:35:14 2002 +0000
fix the "find" test so that the presence of configure.in is reporteded.
2002-08-10 Miles Lane <miles_lane@yahoo.com>
* autogen.sh: fix the "find" test so that the presence of
configure.in is reporteded. Each expression requires its
own -print flag.
svn path=/trunk/; revision=2563
macros2/ChangeLog | 6 ++++++
macros2/autogen.sh | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 5c24c70e10b30418a562cda2b79a41fa696b5ba5
Author: Sebastian Rittau <srittau@src.gnome.org>
Date: Sat Aug 10 12:45:30 2002 +0000
Added support for configure.ac.
svn path=/trunk/; revision=2562
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 31 ++++++++++++++++++++-----------
2 files changed, 24 insertions(+), 11 deletions(-)
commit c81581c186792d605e56aeec8d4e5a4f8a00c772
Author: JP Rosevear <jpr@ximian.com>
Date: Wed May 15 16:19:25 2002 +0000
Fix quoting for AC_MSG_*
2002-05-15 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: Fix quoting for AC_MSG_*
svn path=/trunk/; revision=2442
macros/ChangeLog | 4 ++++
macros/gnome-pilot.m4 | 16 ++++++++--------
2 files changed, 12 insertions(+), 8 deletions(-)
commit 9a7d203157be47cfedbb18196baae4ea7c38c08b
Author: Chema Celorio <chema@celorio.com>
Date: Fri May 10 20:19:07 2002 +0000
fix GNOME_COMPILE_WARNINGS to work when a parameter is passed. The
2002-05-10 Chema Celorio <chema@celorio.com>
* compiler-flags.m4: fix GNOME_COMPILE_WARNINGS to work when a parameter is
passed. The arguments to AC_ARG_ENABLE where swapped
svn path=/trunk/; revision=2441
macros2/ChangeLog | 5 +++++
macros2/compiler-flags.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit a7b05a303efd62c4377d18bc9c08c4125bdc696e
Author: jacob berkman <jacob@ximian.com>
Date: Mon Apr 1 23:11:04 2002 +0000
kill bogus clearing of LDFLAGS
2002-04-01 jacob berkman <jacob@ximian.com>
* gnome-x-checks.m4 (GNOME2_X_CHECKS): kill bogus clearing of
LDFLAGS
svn path=/trunk/; revision=2435
macros2/ChangeLog | 5 +++++
macros2/gnome-x-checks.m4 | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
commit 251a1525db302d0b30e0529d3752202e4706d35a
Author: Sebastian Rittau <srittau@src.gnome.org>
Date: Sun Mar 10 15:35:38 2002 +0000
Distribute gnome-pilot.m4.
svn path=/trunk/; revision=2354
macros/ChangeLog | 5 +++++
macros/Makefile.am | 1 +
2 files changed, 6 insertions(+)
commit 1e43e0a712106befd334a726a8b73a501e171387
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date: Thu Mar 7 23:32:32 2002 +0000
Shh again
svn path=/trunk/; revision=2350
macros/.cvsignore | 2 ++
1 file changed, 2 insertions(+)
commit 3a9f714fb082cc050888d5e6dca7f4e0aca81a07
Author: Dan Winship <danw@src.gnome.org>
Date: Tue Mar 5 16:58:34 2002 +0000
oops. not these two
svn path=/trunk/; revision=2349
macros/Makefile | 345 -----------------------------------------------------
macros/Makefile.in | 345 -----------------------------------------------------
2 files changed, 690 deletions(-)
commit bef442d6ae99db3e3a4e1c2f026c97cd813b41d6
Author: Dan Winship <danw@src.gnome.org>
Date: Tue Mar 5 16:57:29 2002 +0000
I'm not dead yet!
svn path=/trunk/; revision=2345
macros/ChangeLog | 1202 +++++++++++++++++++++++++++++++++++++++++
macros/Makefile | 345 ++++++++++++
macros/Makefile.am | 42 ++
macros/Makefile.in | 345 ++++++++++++
macros/README.cvs-commits | 13 +
macros/aclocal-include.m4 | 16 +
macros/autogen.sh | 207 +++++++
macros/compiler-flags.m4 | 109 ++++
macros/curses.m4 | 318 +++++++++++
macros/gnome-bonobo-check.m4 | 166 ++++++
macros/gnome-common.m4 | 14 +
macros/gnome-cxx-check.m4 | 10 +
macros/gnome-fileutils.m4 | 414 ++++++++++++++
macros/gnome-gettext.m4 | 338 ++++++++++++
macros/gnome-ghttp-check.m4 | 14 +
macros/gnome-gnorba-check.m4 | 35 ++
macros/gnome-guile-checks.m4 | 134 +++++
macros/gnome-libgtop-check.m4 | 217 ++++++++
macros/gnome-objc-checks.m4 | 83 +++
macros/gnome-orbit-check.m4 | 33 ++
macros/gnome-pilot.m4 | 213 ++++++++
macros/gnome-print-check.m4 | 63 +++
macros/gnome-pthread-check.m4 | 18 +
macros/gnome-support.m4 | 68 +++
macros/gnome-undelfs.m4 | 22 +
macros/gnome-vfs.m4 | 126 +++++
macros/gnome-x-checks.m4 | 80 +++
macros/gnome-xml-check.m4 | 32 ++
macros/gnome.m4 | 130 +++++
macros/gperf-check.m4 | 79 +++
macros/linger.m4 | 28 +
macros/need-declaration.m4 | 42 ++
macros/psiconv.m4 | 53 ++
33 files changed, 5009 insertions(+)
commit fa9f9f29a7a287c1e8a4a8f00cbba0389264577e
Author: Tov Are Jacobsen <charles@src.gnome.org>
Date: Tue Mar 5 16:20:39 2002 +0000
These macros aren't needed in gnome2
These macros aren't needed in gnome2
svn path=/trunk/; revision=2344
macros/.cvsignore | 7 -
macros/ChangeLog | 1202 -----------------------------------------
macros/Makefile.am | 42 --
macros/README.cvs-commits | 13 -
macros/aclocal-include.m4 | 16 -
macros/autogen.sh | 207 -------
macros/compiler-flags.m4 | 109 ----
macros/curses.m4 | 318 -----------
macros/gnome-bonobo-check.m4 | 166 ------
macros/gnome-common.m4 | 14 -
macros/gnome-cxx-check.m4 | 10 -
macros/gnome-fileutils.m4 | 414 --------------
macros/gnome-gettext.m4 | 338 ------------
macros/gnome-ghttp-check.m4 | 14 -
macros/gnome-gnorba-check.m4 | 35 --
macros/gnome-guile-checks.m4 | 134 -----
macros/gnome-libgtop-check.m4 | 217 --------
macros/gnome-objc-checks.m4 | 83 ---
macros/gnome-orbit-check.m4 | 33 --
macros/gnome-pilot.m4 | 213 --------
macros/gnome-print-check.m4 | 63 ---
macros/gnome-pthread-check.m4 | 18 -
macros/gnome-support.m4 | 68 ---
macros/gnome-undelfs.m4 | 22 -
macros/gnome-vfs.m4 | 126 -----
macros/gnome-x-checks.m4 | 80 ---
macros/gnome-xml-check.m4 | 32 --
macros/gnome.m4 | 130 -----
macros/gperf-check.m4 | 79 ---
macros/linger.m4 | 28 -
macros/need-declaration.m4 | 42 --
macros/psiconv.m4 | 53 --
32 files changed, 4326 deletions(-)
commit 20635edcc0fce58eaa51252496ca0d68e996eb9e
Author: Hilarie Fernandes/DrGenius <hilaire@src.gnome.org>
Date: Mon Mar 4 12:45:56 2002 +0000
Add documentation for Dr. Genius
svn path=/trunk/; revision=2342
intl/ChangeLog | 4 ++--
intl/Makefile.in | 23 ++++++++++++-----------
intl/VERSION | 2 +-
intl/bindtextdom.c | 17 +++++++++--------
intl/config.charset | 14 +++++++-------
intl/dcgettext.c | 17 +++++++++--------
intl/dcigettext.c | 18 ++++++++++--------
intl/dcngettext.c | 17 +++++++++--------
intl/dgettext.c | 17 +++++++++--------
intl/dngettext.c | 17 +++++++++--------
intl/explodename.c | 17 +++++++++--------
intl/finddomain.c | 17 +++++++++--------
intl/gettext.c | 17 +++++++++--------
intl/gettext.h | 17 +++++++++--------
intl/gettextP.h | 17 +++++++++--------
intl/hash-string.h | 17 +++++++++--------
intl/intl-compat.c | 27 ++++++++++++++-------------
intl/l10nflist.c | 17 +++++++++--------
intl/libgettext.h | 17 +++++++++--------
intl/libgnuintl.h | 17 +++++++++--------
intl/loadinfo.h | 17 +++++++++--------
intl/loadmsgcat.c | 17 +++++++++--------
intl/localcharset.c | 4 ++--
intl/locale.alias | 19 ++++++++++---------
intl/localealias.c | 17 +++++++++--------
intl/ngettext.c | 17 +++++++++--------
intl/plural.c | 51 ++++++++++++++++++++++++++-------------------------
intl/plural.y | 17 +++++++++--------
intl/textdomain.c | 17 +++++++++--------
29 files changed, 264 insertions(+), 238 deletions(-)
commit 5e4b55af036109cdc3118b6f459437d99c0f97e9
Author: Morten Welinder <mortenw@src.gnome.org>
Date: Wed Feb 13 20:52:39 2002 +0000
Kill bashisms as discussed.
svn path=/trunk/; revision=2341
macros2/autogen.sh | 3 ++-
macros2/gnome-pkgconfig.m4 | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
commit e8c33a0c0f2aa980e798db0594a823c697c10cb5
Author: Jose Maria Celorio <chema@src.gnome.org>
Date: Sun Feb 10 21:10:16 2002 +0000
add a ChangeLog entry about the port, use libglade-convert on the glade files
svn path=/trunk/; revision=2307
commit 4d8dfd008c0d97744541cdc1ca338f02643fbc86
Author: Jose Maria Celorio <chema@src.gnome.org>
Date: Sun Feb 10 21:10:00 2002 +0000
add a ChangeLog entry about the port, use libglade-convert on the glade files
svn path=/trunk/; revision=2306
macros/ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
commit b5be92c04ddc32da7ba04859e67c6aacd8e27990
Author: Jose Maria Celorio <chema@src.gnome.org>
Date: Fri Feb 8 19:17:45 2002 +0000
0.12.0 here we go
svn path=/trunk/; revision=2298
commit 1fe41eea48f367ee033a006b478a7ecd23900700
Author: Jose Maria Celorio <chema@src.gnome.org>
Date: Fri Feb 8 19:17:36 2002 +0000
0.12.0 here we go
svn path=/trunk/; revision=2296
macros/ChangeLog | 3 +++
1 file changed, 3 insertions(+)
commit c3bb443c9c747e11eaec24a6ac342dcb31ac52f0
Author: Morten Welinder <mortenw@src.gnome.org>
Date: Mon Jan 28 16:51:06 2002 +0000
One line of code in the file; one bug.
No bugzilla module to report bugs.
Author hasn't shown up on irc for months.
/me chances it and commits.
svn path=/trunk/; revision=2295
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d682494a37adf10a8b89dac28acd0fecb8646a7b
Author: Carlos Perelló Marín <carlos@gnome-db.org>
Date: Sun Jan 20 13:41:39 2002 +0000
Readded.
2002-01-20 Carlos Perelló Marín <carlos@gnome-db.org>
* ChangeLog: Readded.
svn path=/trunk/; revision=2249
macros/ChangeLog | 1195 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 1195 insertions(+)
commit 45ad86ccbb8fdd0e3af9f82801e9927e6fff9f4c
Author: Rodrigo Moya <rodrigo@src.gnome.org>
Date: Sun Jan 20 12:44:19 2002 +0000
*** empty log message ***
svn path=/trunk/; revision=2248
macros/ChangeLog | 1195 ------------------------------------------------------
1 file changed, 1195 deletions(-)
commit 66a89dcb90df9fb8d3b754ba8ecdaef25af2b681
Author: Darin Adler <darin@src.gnome.org>
Date: Fri Jan 18 18:34:18 2002 +0000
Add change marker, get rid of hack-macros.
svn path=/trunk/; revision=2246
hack-macros/gnome.m4 | 474 -----------------------------------------
hack-macros/nautilus-macros.m4 | 224 -------------------
2 files changed, 698 deletions(-)
commit 5d3e1d18a78a4e758f0dd2aafd3cb8510cc20fb4
Author: Israel Escalante <israel@src.gnome.org>
Date: Fri Dec 14 04:59:04 2001 +0000
0.10.0 here we go!
svn path=/trunk/; revision=2197
commit 58f2dd57513db3a739a9758f94554df879e119e6
Author: Israel Escalante <israel@src.gnome.org>
Date: Fri Dec 14 04:58:54 2001 +0000
0.10.0 here we go!
svn path=/trunk/; revision=2196
macros/ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
commit a83063f0ca69ddb46e78021f20a8e831839acdb4
Author: Anders Carlsson <andersca@gnu.org>
Date: Tue Dec 11 18:05:23 2001 +0000
Up to 1.2.4.
2001-12-11 Anders Carlsson <andersca@gnu.org>
* configure.in: Up to 1.2.4.
svn path=/trunk/; revision=2187
ChangeLog | 4 ++++
configure.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 0de1aa0ccfeab11400b0f6f35e1d7e0e73d9d88d
Author: James Henstridge <jamesh@src.gnome.org>
Date: Wed Dec 5 04:54:00 2001 +0000
back again !!!
svn path=/trunk/; revision=2174
macros/.cvsignore | 7 +
macros/ChangeLog | 1191 +++++++++++++++++++++++++++++++++++++++++
macros/Makefile.am | 42 ++
macros/README.cvs-commits | 13 +
macros/aclocal-include.m4 | 16 +
macros/autogen.sh | 207 +++++++
macros/compiler-flags.m4 | 109 ++++
macros/curses.m4 | 318 +++++++++++
macros/gnome-bonobo-check.m4 | 166 ++++++
macros/gnome-common.m4 | 14 +
macros/gnome-cxx-check.m4 | 10 +
macros/gnome-fileutils.m4 | 414 ++++++++++++++
macros/gnome-gettext.m4 | 338 ++++++++++++
macros/gnome-ghttp-check.m4 | 14 +
macros/gnome-gnorba-check.m4 | 35 ++
macros/gnome-guile-checks.m4 | 134 +++++
macros/gnome-libgtop-check.m4 | 217 ++++++++
macros/gnome-objc-checks.m4 | 83 +++
macros/gnome-orbit-check.m4 | 33 ++
macros/gnome-pilot.m4 | 213 ++++++++
macros/gnome-print-check.m4 | 63 +++
macros/gnome-pthread-check.m4 | 18 +
macros/gnome-support.m4 | 68 +++
macros/gnome-undelfs.m4 | 22 +
macros/gnome-vfs.m4 | 126 +++++
macros/gnome-x-checks.m4 | 80 +++
macros/gnome-xml-check.m4 | 32 ++
macros/gnome.m4 | 130 +++++
macros/gperf-check.m4 | 79 +++
macros/linger.m4 | 28 +
macros/need-declaration.m4 | 42 ++
macros/psiconv.m4 | 53 ++
32 files changed, 4315 insertions(+)
commit 1e3512c8764cf5f73f6d576124bc6718e63506c1
Author: James Henstridge <jamesh@src.gnome.org>
Date: Wed Dec 5 03:46:40 2001 +0000
welcome back intl (again)
Note to self. Use:
cvs update -j HEAD -j before-delete .
rather than:
cvs update -j before-delete .
svn path=/trunk/; revision=2173
intl/ChangeLog | 4 +
intl/Makefile.in | 312 +++++++++++
intl/README.cvs-commits | 13 +
intl/VERSION | 1 +
intl/bindtextdom.c | 368 +++++++++++++
intl/cat-compat.c | 262 ++++++++++
intl/config.charset | 438 ++++++++++++++++
intl/dcgettext.c | 57 ++
intl/dcigettext.c | 1257 ++++++++++++++++++++++++++++++++++++++++++++
intl/dcngettext.c | 59 +++
intl/dgettext.c | 58 +++
intl/dngettext.c | 60 +++
intl/explodename.c | 191 +++++++
intl/finddomain.c | 197 +++++++
intl/gettext.c | 63 +++
intl/gettext.h | 101 ++++
intl/gettextP.h | 251 +++++++++
intl/hash-string.h | 58 +++
intl/intl-compat.c | 165 ++++++
intl/intlh.inst.in | 111 ++++
intl/l10nflist.c | 404 +++++++++++++++
intl/libgettext.h | 48 ++
intl/libgnuintl.h | 127 +++++
intl/libintl.glibc | 111 ++++
intl/linux-msg.sed | 100 ++++
intl/loadinfo.h | 108 ++++
intl/loadmsgcat.c | 566 ++++++++++++++++++++
intl/localcharset.c | 271 ++++++++++
intl/locale.alias | 77 +++
intl/localealias.c | 403 ++++++++++++++
intl/ngettext.c | 67 +++
intl/plural.c | 1325 +++++++++++++++++++++++++++++++++++++++++++++++
intl/plural.y | 412 +++++++++++++++
intl/po2tbl.sed.in | 102 ++++
intl/ref-add.sin | 31 ++
intl/ref-del.sin | 26 +
intl/textdomain.c | 141 +++++
intl/xopen-msg.sed | 104 ++++
38 files changed, 8449 insertions(+)
commit 83ad7a54f7caf13e0a753c5d4f3d11fc4cc019fb
Author: gfarris <gfarris@src.gnome.org>
Date: Tue Dec 4 20:55:41 2001 +0000
*** empty log message ***
svn path=/trunk/; revision=2172
intl/ChangeLog | 4 -
intl/Makefile.in | 312 ----------
intl/README.cvs-commits | 13 -
intl/VERSION | 1 -
intl/bindtextdom.c | 368 ------------
intl/cat-compat.c | 262 --------
intl/config.charset | 438 --------------
intl/dcgettext.c | 57 --
intl/dcigettext.c | 1257 --------------------------------------
intl/dcngettext.c | 59 --
intl/dgettext.c | 58 --
intl/dngettext.c | 60 --
intl/explodename.c | 191 ------
intl/finddomain.c | 197 ------
intl/gettext.c | 63 --
intl/gettext.h | 101 ----
intl/gettextP.h | 251 --------
intl/hash-string.h | 58 --
intl/intl-compat.c | 165 -----
intl/intlh.inst.in | 111 ----
intl/l10nflist.c | 404 -------------
intl/libgettext.h | 48 --
intl/libgnuintl.h | 127 ----
intl/libintl.glibc | 111 ----
intl/linux-msg.sed | 100 ----
intl/loadinfo.h | 108 ----
intl/loadmsgcat.c | 566 ------------------
intl/localcharset.c | 271 ---------
intl/locale.alias | 77 ---
intl/localealias.c | 403 -------------
intl/ngettext.c | 67 ---
intl/plural.c | 1325 -----------------------------------------
intl/plural.y | 412 -------------
intl/po2tbl.sed.in | 102 ----
intl/ref-add.sin | 31 -
intl/ref-del.sin | 26 -
intl/textdomain.c | 141 -----
intl/xopen-msg.sed | 104 ----
macros/ChangeLog | 1191 ------------------------------------
macros/Makefile.am | 42 --
macros/README.cvs-commits | 13 -
macros/aclocal-include.m4 | 16 -
macros/autogen.sh | 207 -------
macros/compiler-flags.m4 | 109 ----
macros/curses.m4 | 318 ----------
macros/gnome-bonobo-check.m4 | 166 ------
macros/gnome-common.m4 | 14 -
macros/gnome-cxx-check.m4 | 10 -
macros/gnome-fileutils.m4 | 414 -------------
macros/gnome-gettext.m4 | 338 -----------
macros/gnome-ghttp-check.m4 | 14 -
macros/gnome-gnorba-check.m4 | 35 --
macros/gnome-guile-checks.m4 | 134 -----
macros/gnome-libgtop-check.m4 | 217 -------
macros/gnome-objc-checks.m4 | 83 ---
macros/gnome-orbit-check.m4 | 33 -
macros/gnome-pilot.m4 | 213 -------
macros/gnome-print-check.m4 | 63 --
macros/gnome-pthread-check.m4 | 18 -
macros/gnome-support.m4 | 68 ---
macros/gnome-undelfs.m4 | 22 -
macros/gnome-vfs.m4 | 126 ----
macros/gnome-x-checks.m4 | 80 ---
macros/gnome-xml-check.m4 | 32 -
macros/gnome.m4 | 130 ----
macros/gperf-check.m4 | 79 ---
macros/linger.m4 | 28 -
macros/need-declaration.m4 | 42 --
macros/psiconv.m4 | 53 --
69 files changed, 12757 deletions(-)
commit 401d7131668c6acf5be239aa375418bf96c8fa32
Author: James Henstridge <jamesh@src.gnome.org>
Date: Tue Dec 4 05:43:50 2001 +0000
fix up gfarris's mistaken commit to gnome-common (revert to yesterday's versions)
svn path=/trunk/; revision=2170
intl/ChangeLog | 4 +
intl/Makefile.in | 312 ++++++++++
intl/README.cvs-commits | 13 +
intl/VERSION | 1 +
intl/bindtextdom.c | 368 ++++++++++++
intl/cat-compat.c | 262 ++++++++
intl/config.charset | 438 ++++++++++++++
intl/dcgettext.c | 57 ++
intl/dcigettext.c | 1257 ++++++++++++++++++++++++++++++++++++++
intl/dcngettext.c | 59 ++
intl/dgettext.c | 58 ++
intl/dngettext.c | 60 ++
intl/explodename.c | 191 ++++++
intl/finddomain.c | 197 ++++++
intl/gettext.c | 63 ++
intl/gettext.h | 101 ++++
intl/gettextP.h | 251 ++++++++
intl/hash-string.h | 58 ++
intl/intl-compat.c | 165 +++++
intl/intlh.inst.in | 111 ++++
intl/l10nflist.c | 404 +++++++++++++
intl/libgettext.h | 48 ++
intl/libgnuintl.h | 127 ++++
intl/libintl.glibc | 111 ++++
intl/linux-msg.sed | 100 ++++
intl/loadinfo.h | 108 ++++
intl/loadmsgcat.c | 566 ++++++++++++++++++
intl/localcharset.c | 271 +++++++++
intl/locale.alias | 77 +++
intl/localealias.c | 403 +++++++++++++
intl/ngettext.c | 67 +++
intl/plural.c | 1325 +++++++++++++++++++++++++++++++++++++++++
intl/plural.y | 412 +++++++++++++
intl/po2tbl.sed.in | 102 ++++
intl/ref-add.sin | 31 +
intl/ref-del.sin | 26 +
intl/textdomain.c | 141 +++++
intl/xopen-msg.sed | 104 ++++
macros/ChangeLog | 1191 ++++++++++++++++++++++++++++++++++++
macros/Makefile.am | 42 ++
macros/README.cvs-commits | 13 +
macros/aclocal-include.m4 | 16 +
macros/autogen.sh | 207 +++++++
macros/compiler-flags.m4 | 109 ++++
macros/curses.m4 | 318 ++++++++++
macros/gnome-bonobo-check.m4 | 166 ++++++
macros/gnome-common.m4 | 14 +
macros/gnome-cxx-check.m4 | 10 +
macros/gnome-fileutils.m4 | 414 +++++++++++++
macros/gnome-gettext.m4 | 338 +++++++++++
macros/gnome-ghttp-check.m4 | 14 +
macros/gnome-gnorba-check.m4 | 35 ++
macros/gnome-guile-checks.m4 | 134 +++++
macros/gnome-libgtop-check.m4 | 217 +++++++
macros/gnome-objc-checks.m4 | 83 +++
macros/gnome-orbit-check.m4 | 33 +
macros/gnome-pilot.m4 | 213 +++++++
macros/gnome-print-check.m4 | 63 ++
macros/gnome-pthread-check.m4 | 18 +
macros/gnome-support.m4 | 68 +++
macros/gnome-undelfs.m4 | 22 +
macros/gnome-vfs.m4 | 126 ++++
macros/gnome-x-checks.m4 | 80 +++
macros/gnome-xml-check.m4 | 32 +
macros/gnome.m4 | 130 ++++
macros/gperf-check.m4 | 79 +++
macros/linger.m4 | 28 +
macros/need-declaration.m4 | 42 ++
macros/psiconv.m4 | 53 ++
69 files changed, 12757 insertions(+)
commit f10cfd3363be0389f7accd6b312fcbbd18b6ab72
Author: gfarris <gfarris@src.gnome.org>
Date: Tue Dec 4 04:46:41 2001 +0000
*** empty log message ***
svn path=/trunk/; revision=2169
intl/.cvsignore | 4 -
intl/ChangeLog | 4 -
intl/Makefile.in | 312 ----------
intl/README.cvs-commits | 13 -
intl/VERSION | 1 -
intl/bindtextdom.c | 368 ------------
intl/cat-compat.c | 262 --------
intl/config.charset | 438 --------------
intl/dcgettext.c | 57 --
intl/dcigettext.c | 1257 --------------------------------------
intl/dcngettext.c | 59 --
intl/dgettext.c | 58 --
intl/dngettext.c | 60 --
intl/explodename.c | 191 ------
intl/finddomain.c | 197 ------
intl/gettext.c | 63 --
intl/gettext.h | 101 ----
intl/gettextP.h | 251 --------
intl/hash-string.h | 58 --
intl/intl-compat.c | 165 -----
intl/intlh.inst.in | 111 ----
intl/l10nflist.c | 404 -------------
intl/libgettext.h | 48 --
intl/libgnuintl.h | 127 ----
intl/libintl.glibc | 111 ----
intl/linux-msg.sed | 100 ----
intl/loadinfo.h | 108 ----
intl/loadmsgcat.c | 566 ------------------
intl/localcharset.c | 271 ---------
intl/locale.alias | 77 ---
intl/localealias.c | 403 -------------
intl/ngettext.c | 67 ---
intl/plural.c | 1325 -----------------------------------------
intl/plural.y | 412 -------------
intl/po2tbl.sed.in | 102 ----
intl/ref-add.sin | 31 -
intl/ref-del.sin | 26 -
intl/textdomain.c | 141 -----
intl/xopen-msg.sed | 104 ----
macros/.cvsignore | 7 -
macros/ChangeLog | 1191 ------------------------------------
macros/Makefile.am | 42 --
macros/README.cvs-commits | 13 -
macros/aclocal-include.m4 | 16 -
macros/autogen.sh | 207 -------
macros/compiler-flags.m4 | 109 ----
macros/curses.m4 | 318 ----------
macros/gnome-bonobo-check.m4 | 166 ------
macros/gnome-common.m4 | 14 -
macros/gnome-cxx-check.m4 | 10 -
macros/gnome-fileutils.m4 | 414 -------------
macros/gnome-gettext.m4 | 338 -----------
macros/gnome-ghttp-check.m4 | 14 -
macros/gnome-gnorba-check.m4 | 35 --
macros/gnome-guile-checks.m4 | 134 -----
macros/gnome-libgtop-check.m4 | 217 -------
macros/gnome-objc-checks.m4 | 83 ---
macros/gnome-orbit-check.m4 | 33 -
macros/gnome-pilot.m4 | 213 -------
macros/gnome-print-check.m4 | 63 --
macros/gnome-pthread-check.m4 | 18 -
macros/gnome-support.m4 | 68 ---
macros/gnome-undelfs.m4 | 22 -
macros/gnome-vfs.m4 | 126 ----
macros/gnome-x-checks.m4 | 80 ---
macros/gnome-xml-check.m4 | 32 -
macros/gnome.m4 | 130 ----
macros/gperf-check.m4 | 79 ---
macros/linger.m4 | 28 -
macros/need-declaration.m4 | 42 --
macros/psiconv.m4 | 53 --
71 files changed, 12768 deletions(-)
commit ff6920f8c90d31dd70674f5f6ec756b58376cfb9
Author: Sebastian Rittau <srittau@src.gnome.org>
Date: Wed Nov 28 01:38:38 2001 +0000
Fixed a typo: inlude -> include
* gnome-pilot.m4 (PILOT_LINK_HOOK):
Fixed a typo: inlude -> include
svn path=/trunk/; revision=2152
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit b48f389cb5133a429cdacc8cd8c8b1f2de1e80c4
Author: Jacob Berkman <jberkman@src.gnome.org>
Date: Mon Oct 29 17:17:18 2001 +0000
Add glib-gettextize and GETTEXT_PACKAGE support throughout. please see ChangeLog, gnome-2-0-list@, or gnome-hackers@ for details
svn path=/trunk/; revision=2148
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 51 ++++++++++++++++++++++++++++++---------------------
2 files changed, 34 insertions(+), 21 deletions(-)
commit 2791868fb8f39c4e0aea730f691671c68dec4a84
Author: jacob berkman <jacob@ximian.com>
Date: Wed Oct 24 22:17:05 2001 +0000
do a test that is not only always false, but works with autoconf 2.52 and
2001-10-24 jacob berkman <jacob@ximian.com>
* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): do a test that is not
only always false, but works with autoconf 2.52 and isn't trying
to be too smart
svn path=/trunk/; revision=2057
macros/ChangeLog | 6 ++++++
macros/aclocal-include.m4 | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit f7127f4a7b6fde1d005e98d635f2932aee8e3274
Author: Bastien Nocera <hadess@src.gnome.org>
Date: Mon Oct 15 15:28:59 2001 +0000
- added curses.m4 (copied from the gnome1 macros). this file is needed to gdialog
svn path=/trunk/; revision=2054
macros2/ChangeLog | 5 +
macros2/Makefile.am | 2 +-
macros2/curses.m4 | 318 ++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 324 insertions(+), 1 deletion(-)
commit 7842363032dd621ce3485a0059da7ddab20d36da
Author: Darin Adler <darin@src.gnome.org>
Date: Tue Oct 2 19:20:02 2001 +0000
Complete intltool support.
* autogen.sh: Complete intltool support.
svn path=/trunk/; revision=2013
macros/ChangeLog | 4 ++++
macros/autogen.sh | 8 ++++++--
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 6 +++++-
4 files changed, 19 insertions(+), 3 deletions(-)
commit 31ef748bbdf8777c81dbc4b98ee17be03619ef4f
Author: Darin Adler <darin@src.gnome.org>
Date: Tue Oct 2 19:08:17 2001 +0000
Add intltool support.
* autogen.sh: Add intltool support.
svn path=/trunk/; revision=2012
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 16 +++++++++++++---
2 files changed, 17 insertions(+), 3 deletions(-)
commit 0a13b91e4d6012c8bf167aee3a84a1693662f62b
Author: Darin Adler <darin@src.gnome.org>
Date: Tue Oct 2 19:03:43 2001 +0000
Add intltool support.
svn path=/trunk/; revision=2011
macros/ChangeLog | 4 ++++
macros/autogen.sh | 14 ++++++++++++--
2 files changed, 16 insertions(+), 2 deletions(-)
commit 89ce9c3f6c75d8fc82d63a543f7144aab70fecbb
Author: Glynn Foster <glynn.foster@sun.com>
Date: Thu Sep 20 13:47:26 2001 +0000
replaced GNOME_PKGCONFIG_CHECK_MODULES with PKG_CHECK_MODULES
2001-09-20 Glynn Foster <glynn.foster@sun.com>
* macros2/gnome-x-checks.m4: replaced
GNOME_PKGCONFIG_CHECK_MODULES with PKG_CHECK_MODULES
svn path=/trunk/; revision=2010
ChangeLog | 5 +++++
macros2/gnome-x-checks.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 2cc150d4ea46d5e01b1f0f0bb856a2695ae1dc5a
Author: Eskil Heyn Olsen <eskil@eskil.dk>
Date: Mon Sep 17 04:32:38 2001 +0000
PISOCK_CFLAGS no longer contains pilot-link version.
2001-09-16 Eskil Heyn Olsen <eskil@eskil.dk>
* gnome-pilot.m4:
PISOCK_CFLAGS no longer contains pilot-link version.
svn path=/trunk/; revision=1978
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 2 --
2 files changed, 5 insertions(+), 2 deletions(-)
commit c60663f6e3604ed33608b195004a473f90f425fe
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Mon Sep 10 00:42:32 2001 +0000
Stuff to check version of gnome-pilot
* gnome-pilot.m4:
Stuff to check version of gnome-pilot
svn path=/trunk/; revision=1974
macros/ChangeLog | 5 ++++
macros/gnome-pilot.m4 | 66 ++++++++++++++++++++++++++++++++++++++++++++++-----
2 files changed, 65 insertions(+), 6 deletions(-)
commit 0d1b68492c8d8eae4734c798f2f4b006a262e19e
Author: Frank Belew (Myth) <frb@src.gnome.org>
Date: Tue Sep 4 19:03:58 2001 +0000
change gettext regexp to work with non-gnu grep
* autogen.sh: change gettext regexp to work with non-gnu grep
svn path=/trunk/; revision=1973
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit c30124c50e008c47f4b89dfe31c1241e2cd7647c
Author: George Lebl <jirka@src.gnome.org>
Date: Mon Sep 3 08:26:09 2001 +0000
Shut up CVS -George
Shut up CVS
-George
svn path=/trunk/; revision=1969
macros/.cvsignore | 1 +
1 file changed, 1 insertion(+)
commit a5484729871530d436e7ea4fc7ce29600635f225
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Mon Aug 20 15:43:30 2001 +0000
Specify additional includes when testing for ext2fs/ext2fs.h.
* gnome-undelfs.m4 (GNOME_UNDELFS_CHECKS): Specify additional
includes when testing for ext2fs/ext2fs.h.
svn path=/trunk/; revision=1945
macros/ChangeLog | 3 +++
macros/gnome-undelfs.m4 | 8 +++++---
2 files changed, 8 insertions(+), 3 deletions(-)
commit bc24ef92030b2f666185b1fa66531b6f01290524
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Mon Aug 20 08:00:31 2001 +0000
Specify additional includes when testing for rpc/pmap_clnt.h. Needed for
* gnome-vfs.m4 (GNOME_WITH_VFS): Specify additional includes
when testing for rpc/pmap_clnt.h. Needed for Autoconf 2.50+
only - older versions don't try to compile headers and ignore
this argument.
svn path=/trunk/; revision=1944
macros/ChangeLog | 7 +++++++
macros/gnome-vfs.m4 | 8 +++++++-
2 files changed, 14 insertions(+), 1 deletion(-)
commit 620f647cfea0d1ff5347accc2cd2679cb57c5bbc
Author: Darin Adler <darin@src.gnome.org>
Date: Sat Aug 18 20:48:43 2001 +0000
Don't ask people to ignore xml-i18n-tools messages.
* autogen.sh: Don't ask people to ignore xml-i18n-tools messages.
svn path=/trunk/; revision=1943
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 3d1f9c68df32574ce2b0c60459fa205f875f887f
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Tue Aug 14 00:39:18 2001 +0000
Replace "Can't" with "Cannot" in a comment.
svn path=/trunk/; revision=1940
macros/gnome-fileutils.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 77674e63a48f51e40b9975c21ac0a1107b4b2a97
Author: Darin Adler <darin@src.gnome.org>
Date: Sat Aug 4 19:34:08 2001 +0000
Update gettext logic to allow anything that starts with AM and ends with
* autogen.sh: Update gettext logic to allow anything that
starts with AM and ends with gettext. This makes it work with
AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using.
svn path=/trunk/; revision=1939
macros2/ChangeLog | 6 ++++++
macros2/autogen.sh | 23 ++---------------------
2 files changed, 8 insertions(+), 21 deletions(-)
commit 49cce413c7eb5507ae706b796836f16bb456709d
Author: Darin Adler <darin@src.gnome.org>
Date: Sat Aug 4 19:29:35 2001 +0000
Ignore generated .dep file.
* .cvsignore: Ignore generated .dep file.
svn path=/trunk/; revision=1910
macros/.cvsignore | 1 +
macros/ChangeLog | 4 ++++
2 files changed, 5 insertions(+)
commit c5b6784fbdab9d25505cfd2625c4485b71ca4fa4
Author: Andrew Hughes Chatham <chatham@src.gnome.org>
Date: Fri Aug 3 22:36:03 2001 +0000
Adding cvsignore files
svn path=/trunk/; revision=1906
macros/.cvsignore | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 6fbd99b522f4287f65c5e86767263e767f47ab77
Author: Martin Baulig <baulig@suse.de>
Date: Fri Aug 3 19:32:55 2001 +0000
Removed. (GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
2001-08-03 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed.
(GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
(GNOME_PKGCONFIG_ACLOCALFLAGS): Removed.
(GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed.
(GNOME_PKGCONFIG_CHECK_MODULES): Removed.
(GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version
to check for the pkg-config version.
svn path=/trunk/; revision=1905
macros2/ChangeLog | 10 +++
macros2/gnome-pkgconfig.m4 | 159 ++-------------------------------------------
2 files changed, 16 insertions(+), 153 deletions(-)
commit 4d80cc7c88686761812ffd8d1b7a3e6a61b4369e
Author: Martin Baulig <martin@src.gnome.org>
Date: Fri Aug 3 19:27:09 2001 +0000
Fixed my email address.
svn path=/trunk/; revision=1904
doc/usage.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d0abbc40848c4d2ce9e5dd1c0101927d0412f409
Author: Jody Goldberg <jody@src.gnome.org>
Date: Thu Aug 2 15:43:54 2001 +0000
Revert mistaken commit
svn path=/trunk/; revision=1895
macros/autogen.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 8669d6d39ebd1cd9094e2e7b80b6c7df151861ed
Author: J.H.M. Dassen (Ray) <jdassen@debian.org>
Date: Thu Aug 2 15:35:57 2001 +0000
Made "--without-guile" work. Added $guile_msg for reporting back.
2001-08-02 J.H.M. Dassen (Ray) <jdassen@debian.org>
* gnome-guile-checks.m4: Made "--without-guile" work. Added $guile_msg
for reporting back.
2001-08-02 J.H.M. Dassen (Ray) <jdassen@debian.org>
* configure.in: Use the new improved (functional) guile tests.
svn path=/trunk/; revision=1894
macros/ChangeLog | 5 +++++
macros/autogen.sh | 6 +++---
macros/gnome-guile-checks.m4 | 15 +++++++++++++++
3 files changed, 23 insertions(+), 3 deletions(-)
commit 4d602fbfb83cbd1ada01210f434a7428646062c0
Author: Michael Meeks <michael@ximian.com>
Date: Wed Aug 1 20:12:40 2001 +0000
Version 1.2.3
2001-08-02 Michael Meeks <michael@ximian.com>
* Version 1.2.3
svn path=/trunk/; revision=1891
ChangeLog | 4 ++++
configure.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 2e1319f983f28da11106f76a8fcf9164001dac89
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed Aug 1 12:34:22 2001 +0000
This directory is *shared* between a lot of modules in GNOME CVS -
which means that every change you're doing here immediately affects
a very large number of modules.
Please, do *ALWAYS ASK FIRST* on gnome-hackers@gnome.org before you
commit anything to this directory. If unsure, feel free to send me
a patch <martin@gnome.org> and I'll commit it for you it it's ok.
Thanks for your understanding,
August 1st, 2001
Martin Baulig <martin@gnome.org>
svn path=/trunk/; revision=1883
intl/README.cvs-commits | 13 +++++++++++++
macros/README.cvs-commits | 13 +++++++++++++
macros2/README.cvs-commits | 13 +++++++++++++
support/README.cvs-commits | 13 +++++++++++++
4 files changed, 52 insertions(+)
commit d74feee286ce41240288a0953c93c27daafdfe59
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Tue Jul 31 15:46:23 2001 +0000
Fix ftp location and update current version of gettext to 0.10.39.
svn path=/trunk/; revision=1880
macros/autogen.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 4b572dec638d49c111a15f2ff89f6f23cd5d1381
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Tue Jul 31 05:00:13 2001 +0000
Revert naba's change again.
svn path=/trunk/; revision=1879
intl/Makefile.in | 230 +++++++++++++++++++++++++++++++++++++++----------------
1 file changed, 162 insertions(+), 68 deletions(-)
commit d3841e53b6d903667902ca7da7cd406a87c357b4
Author: Naba Kumar <naba@src.gnome.org>
Date: Mon Jul 30 13:28:56 2001 +0000
Minor fixes.
Minor fixes.
svn path=/trunk/; revision=1878
intl/Makefile.in | 230 ++++++++++++++++---------------------------------------
1 file changed, 68 insertions(+), 162 deletions(-)
commit de05960e739b93c08e09b700e4681db051ae975c
Author: Darin Adler <darin@src.gnome.org>
Date: Thu Jul 26 19:50:22 2001 +0000
Point to the new home of pkgconfig at www.freedesktop.org instead of
* configure.in: Point to the new home of pkgconfig at
www.freedesktop.org instead of "sourceforce.net" [sic].
svn path=/trunk/; revision=1877
ChangeLog | 5 +++++
configure.in | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit bf53c0a1845ccbd2c19586b43964c0a109ef59cd
Author: Darin Adler <darin@src.gnome.org>
Date: Thu Jul 26 19:25:57 2001 +0000
Point to the new home of pkgconfig at www.freedesktop.org.
* doc/usage.txt: Point to the new home of pkgconfig at
www.freedesktop.org.
svn path=/trunk/; revision=1876
ChangeLog | 5 +++++
doc/usage.txt | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
commit 51b7010c51a4e573e91e725f22498b9af1f311d0
Author: Jody Goldberg <jgoldberg@home.com>
Date: Wed Jul 25 00:33:17 2001 +0000
Add psion macros from Frodo Looijaard <frodol@dds.nl>
2001-07-24 Jody Goldberg <jgoldberg@home.com>
* psiconv.m4 : Add psion macros from Frodo Looijaard <frodol@dds.nl>
svn path=/trunk/; revision=1858
macros/ChangeLog | 4 ++++
macros/psiconv.m4 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
commit 211a7d3850fe2c20d7b1208c34e54d7505139cd4
Author: Frédéric Crozat <fcrozat@src.gnome.org>
Date: Tue Jul 24 07:39:00 2001 +0000
Correct minimal version test
* gnome-print-check.m4 (AM_PATH_GNOME_PRINT):
Correct minimal version test
svn path=/trunk/; revision=1857
macros/ChangeLog | 5 +++++
macros/gnome-print-check.m4 | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
commit 1e72d5884a41b85e8d971d9af7c4803e80122a81
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon Jul 23 16:53:03 2001 +0000
Pkg-config can be found at www.freedesktop.org, not www.freesoftware.com.
svn path=/trunk/; revision=1856
macros2/gnome-pkgconfig.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 673318709b2f554341f1fc0bc28ee5193de8d2c1
Author: Andrew Hughes Chatham <chatham@src.gnome.org>
Date: Mon Jul 23 13:07:02 2001 +0000
Removing changes to Makefile.am; didn't know this was a global directory
svn path=/trunk/; revision=1855
macros/Makefile.am | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
commit 77ed0d3ffad5062b5ec3fa685f13502e263c66e8
Author: Andrew Hughes Chatham <chatham@src.gnome.org>
Date: Sun Jul 22 18:52:12 2001 +0000
Removing these macros from the global gnome macros directory. Sorry about that.
svn path=/trunk/; revision=1854
macros/mozilla-version.pl | 12 ---------
macros/mozilla.m4 | 66 -----------------------------------------------
macros/xerces-version.pl | 13 ----------
macros/xerces.m4 | 57 ----------------------------------------
4 files changed, 148 deletions(-)
commit da37a018b4221309f7e5f8e6659203a0d8ec7129
Author: Kevin Gibbs <kgibbs@src.gnome.org>
Date: Fri Jul 20 21:39:10 2001 +0000
Make dist, dist check, and rpm are now supported and working. If you want to distribute a copy of SashMo to someone, you should type "make dist" and send them the tarball.
svn path=/trunk/; revision=1843
macros/Makefile.am | 6 +++--
macros/mozilla-version.pl | 12 +++++++++
macros/mozilla.m4 | 66 +++++++++++++++++++++++++++++++++++++++++++++++
macros/xerces-version.pl | 13 ++++++++++
macros/xerces.m4 | 57 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 152 insertions(+), 2 deletions(-)
commit 5e59e0506dd3dded338ddf9168eb41dbd600257f
Author: Martin Baulig <baulig@suse.de>
Date: Fri Jul 20 14:03:49 2001 +0000
Require pkg-config 0.8.0.
2001-07-20 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4: Require pkg-config 0.8.0.
svn path=/trunk/; revision=1842
macros2/ChangeLog | 4 ++++
macros2/gnome-pkgconfig.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 821847d579b3eeb72aeb2d0b943188a8c2d39329
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Sun Jul 15 16:35:16 2001 +0000
Revert last change.
svn path=/trunk/; revision=1840
intl/Makefile.in | 230 +++++++++++++++++++++++++++++++++++++++----------------
1 file changed, 162 insertions(+), 68 deletions(-)
commit d1ac31141968638ea3b68a87e2d17842d21a4149
Author: Naba Kumar <naba@src.gnome.org>
Date: Sun Jul 15 14:10:47 2001 +0000
Changed png graphics with white background. Changed project version.
Changed png graphics with white background.
Changed project version.
Changed sgml docs ids with '-' to '_'
svn path=/trunk/; revision=1839
intl/Makefile.in | 230 ++++++++++++++++---------------------------------------
1 file changed, 68 insertions(+), 162 deletions(-)
commit cb47712ad60905e88d7b3ff1cb2e10f8340abd18
Author: Darin Adler <darin@src.gnome.org>
Date: Fri Jul 13 00:13:16 2001 +0000
Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE already takes care of
* configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
already takes care of that.
svn path=/trunk/; revision=1838
ChangeLog | 5 +++++
configure.in | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
commit 607a53393521d00c59f451341f2e81fa49cb392e
Author: Laszlo Peter <laca@ireland.sun.com>
Date: Fri Jun 29 14:36:17 2001 +0000
Fix the regexp to process all 6 version numbers.
2001-06-29 Laszlo Peter <laca@ireland.sun.com>
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix the regexp
to process all 6 version numbers.
svn path=/trunk/; revision=1837
macros2/ChangeLog | 5 +++++
macros2/gnome-pkgconfig.m4 | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
commit e67857422148467c9d6c85545f5803e99a2e871f
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Fri Jun 29 06:38:47 2001 +0000
Add missing files from gettext-0.10.38.
svn path=/trunk/; revision=1836
intl/config.charset | 438 +++++++++++++++++
intl/dcigettext.c | 1257 ++++++++++++++++++++++++++++++++++++++++++++++++
intl/dcngettext.c | 59 +++
intl/dngettext.c | 60 +++
intl/libgnuintl.h | 127 +++++
intl/localcharset.c | 271 +++++++++++
intl/locale.alias | 77 +++
intl/ngettext.c | 67 +++
intl/plural.c | 1325 +++++++++++++++++++++++++++++++++++++++++++++++++++
intl/plural.y | 412 ++++++++++++++++
intl/ref-add.sin | 31 ++
intl/ref-del.sin | 26 +
12 files changed, 4150 insertions(+)
commit c43e25d0fb6a4272f3a4bfdd4e4075174c14ca15
Author: Jody Goldberg <jody@src.gnome.org>
Date: Fri Jun 29 00:22:33 2001 +0000
Release 0.67
svn path=/trunk/; revision=1834
intl/ChangeLog | 1086 +---------------------------------------------------
intl/Makefile.in | 249 ++++++++----
intl/VERSION | 2 +-
intl/bindtextdom.c | 319 +++++++++++----
intl/dcgettext.c | 577 +---------------------------
intl/dgettext.c | 11 +-
intl/explodename.c | 29 +-
intl/finddomain.c | 51 +--
intl/gettext.c | 21 +-
intl/gettext.h | 18 +-
intl/gettextP.h | 178 ++++++++-
intl/hash-string.h | 19 +-
intl/intl-compat.c | 111 +++++-
intl/l10nflist.c | 35 +-
intl/libgettext.h | 174 +--------
intl/loadinfo.h | 36 +-
intl/loadmsgcat.c | 412 ++++++++++++++++++--
intl/localealias.c | 143 +++----
intl/textdomain.c | 81 ++--
19 files changed, 1314 insertions(+), 2238 deletions(-)
commit 66360a8277e1b339e51ef7190f37f9a58fec36d7
Author: Eskil Heyn Olsen <eskil@eskil.dk>
Date: Sat Jun 23 05:14:10 2001 +0000
Fixed the cat of pi-version.h
2001-06-22 Eskil Heyn Olsen <eskil@eskil.dk>
* gnome-pilot.m4:
Fixed the cat of pi-version.h
svn path=/trunk/; revision=1802
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
commit a3bbcf7f886aace72120634416ef746420682f78
Author: Elliot Lee <sopwith@redhat.com>
Date: Fri Jun 22 05:00:48 2001 +0000
N'sync with the gnome1 version, bye bye buggies.
2001-06-22 Elliot Lee <sopwith@redhat.com>
* gnome-gettext.m4: N'sync with the gnome1 version, bye bye buggies.
svn path=/trunk/; revision=1801
macros2/ChangeLog | 4 ++++
macros2/gnome-gettext.m4 | 10 ++++++----
2 files changed, 10 insertions(+), 4 deletions(-)
commit 87d3aa32043313b2f4da3c994b59706750662c76
Author: Havoc Pennington <hp@redhat.com>
Date: Thu Jun 21 15:37:23 2001 +0000
fix to include the CFLAGS for extra libraries
2001-06-20 Havoc Pennington <hp@redhat.com>
* gnome.m4: fix to include the CFLAGS for extra libraries
svn path=/trunk/; revision=1797
macros/ChangeLog | 4 ++++
macros/gnome.m4 | 2 ++
2 files changed, 6 insertions(+)
commit 2d5742d067dbaf08b2ba4e7125fb239cb802bb60
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Thu Jun 14 02:38:24 2001 +0000
foo
svn path=/trunk/; revision=1792
macros/gnome-pilot.m4 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
commit 89b5f842b950e5bdad7b6561cf0281e2be48d27b
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Wed Jun 13 19:17:16 2001 +0000
Always explicitly declare main() with the return type `int'. Don't use
* gnome-fileutils.m4: Always explicitly declare main() with the
return type `int'. Don't use exit() since it may be undeclared.
Use `return' instead.
* gnome-pilot.m4: Likewise.
* gperf-check.m4: Likewise.
* linger.m4: Likewise.
svn path=/trunk/; revision=1791
macros/ChangeLog | 9 +++++++++
macros/gnome-fileutils.m4 | 20 ++++++++++----------
macros/gnome-pilot.m4 | 8 ++++----
macros/gperf-check.m4 | 2 +-
macros/linger.m4 | 4 ++--
5 files changed, 26 insertions(+), 17 deletions(-)
commit 164775f05c4ac3c36275478f864af5d1e7e0cf86
Author: Martin Baulig <baulig@suse.de>
Date: Wed Jun 13 17:15:32 2001 +0000
Require pkg-config 0.7.0 and fix download URL.
2001-06-13 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require pkg-config 0.7.0
and fix download URL.
* gnome-platform.m4: Require pkgconfig on the GNOME 2.0 platform.
svn path=/trunk/; revision=1790
macros2/ChangeLog | 7 +++++++
macros2/gnome-pkgconfig.m4 | 4 ++--
macros2/gnome-platform.m4 | 1 +
3 files changed, 10 insertions(+), 2 deletions(-)
commit 79d04ac7e95b9fa42e5e58a354c5b749d399425a
Author: Andrew Hughes Chatham <chatham@src.gnome.org>
Date: Wed Jun 13 01:42:44 2001 +0000
Removing xerces tests. Didn't know this directory was in gnome-common
svn path=/trunk/; revision=1789
macros/xerces-version.pl | 13 ----------
macros/xerces.m4 | 65 ------------------------------------------------
2 files changed, 78 deletions(-)
commit a217d06cf25e9b2524f2c3c9c36fb5cab41b7a06
Author: Julian Missig <julianm@src.gnome.org>
Date: Tue Jun 12 21:58:16 2001 +0000
Now checks for Xerces
svn path=/trunk/; revision=1787
macros/xerces.m4 | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
commit 4ad30368a67b78ac8dfc732a0ef6a1baf718f5c6
Author: Andrew Hughes Chatham <chatham@src.gnome.org>
Date: Thu Jun 7 13:54:51 2001 +0000
Added .cvsignore files and changed the configure script so that it will
detect the presence of uuid/uuid.h and also detect the right version of xerces.
Removed as many references to XERCESCROOT as possible (all of them, I believe).
svn path=/trunk/; revision=1783
macros/xerces-version.pl | 13 +++++++++++
macros/xerces.m4 | 56 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+)
commit 0d1dc2b46ded02314f0d2f574af67e8e3e86e9f7
Author: Peter Williams <peterw@ximian.com>
Date: Sat Jun 2 13:45:14 2001 +0000
macros/ChangeLog:
2001-06-01 Peter Williams <peterw@ximian.com>
* autogen.sh: s,Gnome,$PKG_NAME,g
macros2/ChangeLog:
2001-06-01 Peter Williams <peterw@ximian.com>
* autogen.sh: s,Gnome,$PKG_NAME,g
svn path=/trunk/; revision=1779
macros/ChangeLog | 4 ++++
macros/autogen.sh | 12 ++++++------
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 12 ++++++------
4 files changed, 20 insertions(+), 12 deletions(-)
commit b0ca22c2bc012b3e0d4799d65a3fc372ef2b7a80
Author: Arturo Espinosa Aldama <arturo@ximian.com>
Date: Fri May 25 00:59:35 2001 +0000
0.5 RELEASE
2001-05-24 Arturo Espinosa Aldama <arturo@ximian.com>
* 0.5 RELEASE
svn path=/trunk/; revision=1759
macros/ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
commit 2bb77b14f56d5b25d3414c5b0a69023f54a84cf3
Author: jacob berkman <jacob@ximian.com>
Date: Thu May 24 18:35:34 2001 +0000
add hp-ux specific check from glib
2001-05-24 jacob berkman <jacob@ximian.com>
* gnome-pthread-check.m4 (GNOME_PTHREAD_CHECK): add hp-ux specific
check from glib
svn path=/trunk/; revision=1758
macros/ChangeLog | 5 +++++
macros/gnome-pthread-check.m4 | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
commit 8084bcfa2f0b8b849876c6c14dc9fedbf44e535a
Author: Darin Adler <darin@src.gnome.org>
Date: Wed May 23 00:06:51 2001 +0000
Add BUILD_INCLUDED_LIBINTL for compatibility with the new gettext.
* hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
compatibility with the new gettext.
svn path=/trunk/; revision=1757
ChangeLog | 5 +++++
1 file changed, 5 insertions(+)
commit 4afd321da7b3f9e733a745d8b8106a7e2d659829
Author: Darin Adler <darin@src.gnome.org>
Date: Wed May 23 00:02:54 2001 +0000
Fixed problem compiling with new gettext:
* hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
compatibility with the new gettext.
Fixed a problem with the throbber detecting that its X window is
gone. Based on suggestions from Owen Taylor.
* libnautilus/nautilus-bonobo-workarounds.h:
* libnautilus/nautilus-bonobo-workarounds.c:
(destroy_later_callback), (destroyed_before_timeout_callback),
(nautilus_bonobo_object_force_destroy_later): Changed to "destroy
later" instead of "destroy at idle". This makes us less likely to
experience race conditions.
* src/nautilus-window.c: (nautilus_window_initialize_class),
(nautilus_window_unrealize), (nautilus_window_destroy): Moved the
throbber destruction to unrealize so we destroy the throbber
before we destroy its X window.
Starting with patch by Anders Carlsson <andersca@gnu.org>, added
both prelighting and tracking to the throbber, also making it take
action on release, not press.
* components/throbber/nautilus-throbber.c:
(nautilus_throbber_initialize_class): Add handlers for enter,
leave, and release.
(nautilus_throbber_initialize): Set flags so we get enter and
leave events.
(select_throbber_image): Ref the image that's returned.
(draw_throbber_image): Make the image be prelit if the mouse is
over the throbber but it wasn't clicked, and darkened if the mouse
is over the throbber and it was clicked.
(nautilus_throbber_enter_notify_event): Set flag and request
redraw to prelight.
(nautilus_throbber_leave_notify_event): Set flag and request
redraw to un-prelight.
(nautilus_throbber_button_press_event): Set flag to indicate we
hit the button in the throbber. Also, respond only to left clicks.
(nautilus_throbber_button_release_event): Look at flag set in
press event. Do the work here now instead of at press time since
we are more like a real button.
Rolled in change by Miguel Rodríguez Pérez <migrax@terra.es> to
fix volume mounting problems:
* configure.in: Check for hasmntopt.
* libnautilus-private/nautilus-volume-monitor.c:
(get_removable_volumes): Fix typo (HAVE_MNTTENT_H ->
HAVE_MNTENT_H).
Integrated patch by Miguel Rodríguez Pérez <migrax@terra.es> to
make Nautilus not try to preview MPEG lists:
* src/file-manager/fm-icon-view.c:
(icon_container_preview_callback): Made audio/x-mpegurl another
exception to the list of audio types we can preview.
Rolled in change by Dennis Smit <synap@area101.penguin.nl>:
* THANKS: added more translators that were missing from the
THANKS file (names from all the .po files in ./po).
Other updates to THANKS:
* THANKS: Added Jon K Hellan.
* check-THANKS.pl: Fixed logic so you can be credited as both an
author and translator.
Other changes:
* src/file-manager/fm-list-view.c: (get_default_zoom_level): Fix
typo (storaged -> storage).
* src/nautilus-shell-ui.xml:
* src/file-manager/nautilus-directory-view-ui.xml:
Fixed keybindings entries to use the correct tags as described by
ui-xml.txt.
svn path=/trunk/; revision=1712
hack-macros/gnome.m4 | 2 ++
1 file changed, 2 insertions(+)
commit c864198f0fdf9b2ccf4dc1a41ba9fbd7a0cc5cd9
Author: Jody Goldberg <jgoldberg@home.com>
Date: Sat May 19 17:43:23 2001 +0000
This should fix that irritating
make[2]: *** No rule to make target `all-no-@BUILD_INCLUDED_LIBINTL@', needed by `all-no'.
2001-05-19 Jody Goldberg <jgoldberg@home.com>
* gnome-gettext.m4 : Add BUILD_INCLUDED_LIBINTL so that newer versions
work.
svn path=/trunk/; revision=1708
macros/ChangeLog | 5 +++++
macros/gnome-gettext.m4 | 2 ++
2 files changed, 7 insertions(+)
commit f02b65da8ca88eedbc9996d860d3831539ecd77a
Author: Darin Adler <darin@src.gnome.org>
Date: Mon May 7 18:40:30 2001 +0000
Update freetype to work with freetype-configs that use . instead of :
as version part separator. Not sure why this is inconsistent.
svn path=/trunk/; revision=1702
hack-macros/nautilus-macros.m4 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 327670c10128141fabbf82f08b0e1ebec51868f1
Author: Ramiro Estrugo <ramiro@src.gnome.org>
Date: Wed May 2 02:16:06 2001 +0000
Add a nice macro for freetype2 checks that works with both RPMS and
freetype2 built from source.
svn path=/trunk/; revision=1698
hack-macros/nautilus-macros.m4 | 170 ++++++++++++++++++++++++++++++++++++++++-
1 file changed, 169 insertions(+), 1 deletion(-)
commit 0b78c242885cd0be8dc74eec3e4896b278881288
Author: Darin Adler <darin@src.gnome.org>
Date: Mon Apr 16 17:10:03 2001 +0000
A cut at updating the spec file now that the pkgconfig stuff and support
* gnome-common.spec.in: A cut at updating the spec file now that
the pkgconfig stuff and support stuff has gone away.
svn path=/trunk/; revision=1697
ChangeLog | 5 +++++
gnome-common.spec.in | 34 ----------------------------------
2 files changed, 5 insertions(+), 34 deletions(-)
commit 06598487dbe14b3ca360ecd65f5d8a32d11692ff
Author: Jaka Mocnik <jaka@gnu.org>
Date: Mon Apr 16 09:30:54 2001 +0000
change $(cmd) to `cmd` in order to make it usable in non-bash bourne
2001-04-16 Jaka Mocnik <jaka@gnu.org>
* gnome-print-check.m4: change $(cmd) to `cmd` in order to make it
usable in non-bash bourne shells.
svn path=/trunk/; revision=1661
macros/ChangeLog | 5 +++++
macros/gnome-print-check.m4 | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
commit 06b6d96d6f6029693b4df35000edcb4a42b3f72a
Author: Martin Baulig <baulig@suse.de>
Date: Sat Apr 14 18:48:46 2001 +0000
Removed.
2001-04-14 Martin Baulig <baulig@suse.de>
* gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
* configure.in: Set version number to 1.2.2.
(--enable-platform-gnome-2): Removed this command line argument;
this package is now the same for GNOME 1.x and GNOME 2.0.
* acinclude.m4: Removed.
* acconfig.h: Removed.
* support/: We don't build this directory anymore; the GNOME 1.x
version of it is in gnome-libs/support and the GNOME 2.0 one is in
libgnomebase/libgnomesupport.
svn path=/trunk/; revision=1660
.cvsignore | 3 +-
ChangeLog | 15 +++++++
Makefile.am | 14 +------
acconfig.h | 3 --
acinclude.m4 | 110 -------------------------------------------------
configure.in | 34 ++++-----------
gnome-common-2.0.pc.in | 10 -----
gnome-common.pc.in | 10 -----
8 files changed, 25 insertions(+), 174 deletions(-)
commit a8eff2c2860b677e15b2e24cede9a437484b1daa
Author: Martin Baulig <baulig@suse.de>
Date: Fri Apr 13 17:05:18 2001 +0000
Set variable `have_<name>' to yes or no depending on whether the module
2001-04-13 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
Set variable `have_<name>' to yes or no depending on whether the
module was found or not; allows you to define automake conditionals
for optional modules.
svn path=/trunk/; revision=1659
macros2/ChangeLog | 7 +++++++
macros2/gnome-pkgconfig.m4 | 3 +++
2 files changed, 10 insertions(+)
commit 3b0e95bc750a42b4b38cc94a12c50b3d11da1693
Author: Ramiro Estrugo <ramiro@src.gnome.org>
Date: Tue Apr 10 03:02:03 2001 +0000
Add nautilus-macros.m4
svn path=/trunk/; revision=1655
hack-macros/nautilus-macros.m4 | 56 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
commit 806fc377648b3a4bd9112c120cbbf923caeb43ce
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date: Mon Mar 26 22:41:14 2001 +0000
removed .m4 restriction
svn path=/trunk/; revision=1654
gnome-common.spec.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit ede406f07a5fb13348ccf9e32741a71d93126880
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date: Mon Mar 26 22:27:25 2001 +0000
added gnome-common.spec.in to EXTRA_DISTS added gnome-common.spec.in
* Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
* configure.in: added gnome-common.spec.in
* gnome-common.spec: removed from repository as it appeared
generic
* gnome-common.spec.in: new spec file using Martin's suggestions
svn path=/trunk/; revision=1653
ChangeLog | 8 ++++
Makefile.am | 2 +-
configure.in | 1 +
gnome-common.spec | 64 ----------------------------
gnome-common.spec.in | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 126 insertions(+), 65 deletions(-)
commit 0ae18eb03856fbb8ea4e9d9a1c26d79f11075445
Author: Martin Baulig <martin@src.gnome.org>
Date: Sat Mar 24 01:08:31 2001 +0000
Ooops, forgot this.
svn path=/trunk/; revision=1652
macros2/autogen.sh | 4 ++++
1 file changed, 4 insertions(+)
commit 38f7a1098ae6a5de054cc7dcb2ddcf9bf50aafbc
Author: Martin Baulig <baulig@suse.de>
Date: Sat Mar 24 00:56:54 2001 +0000
Add the xml-i18n-tools stuff here.
2001-03-24 Martin Baulig <baulig@suse.de>
* autogen.sh: Add the xml-i18n-tools stuff here.
svn path=/trunk/; revision=1651
macros2/ChangeLog | 4 ++++
macros2/autogen.sh | 10 ++++++++++
2 files changed, 14 insertions(+)
commit a4345553ce1fb5f81b0b9c3d6f8f4e9f4c8fc801
Author: JP Rosevear <jpr@ximian.com>
Date: Fri Mar 2 01:33:29 2001 +0000
quote a test and make sure incdir is always set so 'cat' works
2001-03-01 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: quote a test and make sure incdir is always set
so 'cat' works
svn path=/trunk/; revision=1602
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 9add901178270c5c4bca4c10f2760376a5e45b63
Author: Lauris Kaplinski <lauris@src.gnome.org>
Date: Wed Feb 21 19:34:27 2001 +0000
Replaced awk with sed in gnome-print checks, seems to work now
svn path=/trunk/; revision=1588
macros/ChangeLog | 6 ++++++
macros/gnome-print-check.m4 | 26 ++++++++++++++++++--------
2 files changed, 24 insertions(+), 8 deletions(-)
commit d8f06e423efcda655fecbd41cf83f2040b4bd56d
Author: JP Rosevear <jpr@ximian.com>
Date: Mon Feb 19 23:52:20 2001 +0000
Revert my previous patch now that gnome-pim and evolution are fixed to
2001-02-19 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: Revert my previous patch now that gnome-pim and
evolution are fixed to accomodate the change
svn path=/trunk/; revision=1584
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 2 --
2 files changed, 5 insertions(+), 2 deletions(-)
commit abe9862b99c496da0f7c1059bf1dde584601be42
Author: JP Rosevear <jpr@ximian.com>
Date: Mon Feb 19 23:27:29 2001 +0000
AC_SUBST the PISOCK_LIBDIR var
2001-02-19 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var
svn path=/trunk/; revision=1583
macros/ChangeLog | 4 ++++
macros/gnome-pilot.m4 | 2 ++
2 files changed, 6 insertions(+)
commit f9dd6ad1f1071b7d9eb9424ba1f2e067a820e158
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Mon Feb 19 10:04:00 2001 +0000
Don't display the sed command to generate gpilotConf.sh
* Makefile.am:
Don't display the sed command to generate gpilotConf.sh
* capplet/Makefile.am:
* conduits/backup/Makefile.am:
* conduits/email/Makefile.am:
* conduits/expense/Makefile.am:
* conduits/file/Makefile.am:
* conduits/memo/Makefile.am:
* conduits/memo_file/Makefile.am:
* conduits/test/Makefile.am:
* gpilot-fileman/Makefile.am:
* gpilotd/Makefile.am:
* libgpilotdCM/Makefile.am:
* utils/Makefile.am:
Did a cleanup of the makefiles wrt LIBADD stuff (PISOCK_LIBS now
contains the PISOCK_LIBDIR as well).
* configure.in:
Use $GNOME_CONFIG
Shortened --enable-usb-visor to --enable-usb.
Nicifyed the config configuration output
* gpilotd/gnome-pilot-client.gob:
Added a missing #ifdef around some VFS code
* gpilotd/gpilot-structures.h:
* gpilotd/gpilot-structures.c: (gpilot_context_new),
(gpilot_context_init_user), (gpilot_context_free),
(gpilot_device_new), (gpilot_serial_device_init),
(gpilot_serial_device_free), (gpilot_usb_device_init),
(gpilot_usb_device_free), (gpilot_irda_device_init),
(gpilot_irda_device_free), (gpilot_device_init),
(gpilot_device_load), (gpilot_device_free), (get_devices),
(get_pilots):
Code indent.
Cleaned up the device destroy/init stuff.
* gpilotd/gpilotd.c: (device_in), (wait_for_sync_and_sync),
(dump_build_info):
USB device destroy now closes the IO channels.
Output build options on start (usb, irda, vfs etc).
* gpilotd/orbit_daemon_glue.c: (pause_device):
Added check in pause_device to see if it has io channels.
* macros/gnome-pilot.m4:
Collapsed PISOCK_LIBS and PISOCK_LIBDIRS, removed PILOT_* and
renames PISOCK_INCLUDEDIR to PISOCK_CFLAGS (to be more conformant
to the normal trend).
Sprinkled in some magic to give the full pilot-link version - just
hope it wont break when the -preX part goes away.
svn path=/trunk/; revision=1582
macros/gnome-pilot.m4 | 64 +++++++++++++++++++++++++++++----------------------
1 file changed, 37 insertions(+), 27 deletions(-)
commit 9dfc30f001012601955ffcb9a1050cc57feb2f8a
Author: Lauris Kaplinski <lauris@src.gnome.org>
Date: Sat Feb 17 05:10:50 2001 +0000
Put gnome-print-check.m4 to diet
svn path=/trunk/; revision=1581
macros/ChangeLog | 5 ++
macros/gnome-print-check.m4 | 168 +++++++-------------------------------------
2 files changed, 30 insertions(+), 143 deletions(-)
commit 03ffbe921e84836ef51423f8eca3ff1a7ba49602
Author: Kenneth Christiansen <kenneth@gnu.org>
Date: Wed Feb 7 22:53:06 2001 +0000
Added test for xml-i18n-tools if AM_PROG_XML_I18N_TOOLS is found.
2001-02-07 Kenneth Christiansen <kenneth@gnu.org>
* autogen.sh: Added test for xml-i18n-tools if
AM_PROG_XML_I18N_TOOLS is found.
svn path=/trunk/; revision=1558
macros/ChangeLog | 5 +++++
1 file changed, 5 insertions(+)
commit 8dbbd866ed86e43951e3d637e8f7cf55a1ba002a
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Wed Feb 7 21:33:01 2001 +0000
Quote first argument to AC_DEFUN. Likewise. Likewise. Likewise. Likewise.
* macros/curses.m4: Quote first argument to AC_DEFUN.
* macros/gnome-cxx-check.m4: Likewise.
* macros/gnome-gettext.m4: Likewise.
* macros/gnome-libgtop-check.m4: Likewise.
* macros/gnome-print-check.m4: Likewise.
* macros/linger.m4: Likewise.
* macros/need-declaration.m4: Likewise.
svn path=/trunk/; revision=1555
macros/curses.m4 | 12 ++++++------
macros/gnome-cxx-check.m4 | 2 +-
macros/gnome-gettext.m4 | 4 ++--
macros/gnome-libgtop-check.m4 | 2 +-
macros/gnome-print-check.m4 | 2 +-
macros/linger.m4 | 2 +-
macros/need-declaration.m4 | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
commit 554908872e64b869762ae0809bdbbb4b46363ea1
Author: Kenneth Christiansen <kenneth@gnu.org>
Date: Sun Feb 4 04:10:39 2001 +0000
Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added a
2001-02-04 Kenneth Christiansen <kenneth@gnu.org>
* configure.in: Added AM_PROG_XML_I18N_TOOLS
so translations works correctly.
* macros/autogen.sh: Added a check for xml-i18n-tools.
svn path=/trunk/; revision=1544
macros/autogen.sh | 10 ++++++++++
1 file changed, 10 insertions(+)
commit c721c723cf9c1ecc7f23b0a5c02473efe6db5ce0
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Tue Jan 30 17:39:59 2001 +0000
Fix mishandling of --without-samba due to a typo.
* macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
--without-samba due to a typo.
svn path=/trunk/; revision=1542
macros/gnome-vfs.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b29efc9b9b529295ddfd784ee028657d711bf0ea
Author: Fatih Demir <kabalak@src.gnome.org>
Date: Wed Jan 24 12:16:19 2001 +0000
.cvsignore + nautilus
svn path=/trunk/; revision=1534
macros/.cvsignore | 1 +
1 file changed, 1 insertion(+)
commit 7a461ce3c979575565fbf0cbdde5fa86a8f8d38e
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Thu Jan 11 16:04:13 2001 +0000
Propagateg change by Owen Taylor from acinclude.m4 in gtk+: Don't define
* macros/gnome-gettext.m4: Propagateg change by Owen Taylor
from acinclude.m4 in gtk+:
Don't define ENABLE_NLS unless we have a working NLS.
(This should keep libintl.h from being included when it doesn't
exist).
svn path=/trunk/; revision=1522
macros/gnome-gettext.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f536fa7529413fad38ffe4e58d578e600080c260
Author: Maciej Stachowiak <mstachow@src.gnome.org>
Date: Sat Jan 6 01:15:24 2001 +0000
Added missing PROG.
* autogen.sh: Added missing PROG.
svn path=/trunk/; revision=1519
macros/ChangeLog | 4 ++++
macros/autogen.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit d4565aa6667979ecb2e9523115fee801ccc507cc
Author: Maciej Stachowiak <mstachow@src.gnome.org>
Date: Sat Jan 6 00:54:34 2001 +0000
xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in.
* autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found
in configure.in.
svn path=/trunk/; revision=1518
macros/ChangeLog | 5 +++++
macros/autogen.sh | 4 ++++
2 files changed, 9 insertions(+)
commit 4907c68e488f782e707adcac121557947f678313
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date: Fri Jan 5 21:10:32 2001 +0000
Reverted, until me and maciej get some good ideas
svn path=/trunk/; revision=1517
macros/autogen.sh | 4 ----
1 file changed, 4 deletions(-)
commit 14d6a8ba7d1672563b6f1c0f2a86abce5552e8b5
Author: Kenneth Christiansen <kenneth@gnu.org>
Date: Fri Jan 5 13:58:54 2001 +0000
added support for xml-i18n-tools. This module is now required when
2001-01-06 Kenneth Christiansen <kenneth@gnu.org>
* configure.in, macros/autogen.sh:
added support for xml-i18n-tools. This module is now required
when building from cvs. Please make sure that the macrofile
installed by xml-i18n-tools is installed so it's in aclocal's
path. or do:
export ACLOCAL_FLAGS='-I /usr/local/share/aclocal'
svn path=/trunk/; revision=1516
macros/autogen.sh | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
commit d6efe16190a9a4e907e76785448d39cdfe432777
Author: Martin Baulig <martin@src.gnome.org>
Date: Fri Dec 1 21:42:58 2000 +0000
Test. Committing blank line.
svn path=/trunk/; revision=1480
hack-macros/gnome.m4 | 1 +
1 file changed, 1 insertion(+)
commit ccd9ad05ea64f84ab78646a66e7d27c65cc3f738
Author: Robin Slomkowski <rslomkow@src.gnome.org>
Date: Fri Dec 1 21:27:30 2000 +0000
re-added with no changes. Please email me as this is needed by nautilus
* gnome.m4: re-added with no changes. Please email
me as this is needed by nautilus and medusa, I will
be happy to move these macros somewhere else that makes
sense.
svn path=/trunk/; revision=1479
hack-macros/gnome.m4 | 471 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 471 insertions(+)
commit 5485132f54b4a6f5d531859e48f06759f49ff2b7
Author: Martin Baulig <baulig@suse.de>
Date: Fri Dec 1 16:10:45 2000 +0000
Enable maximum compile warnings, fix Perl check and correctly set
2000-12-01 Martin Baulig <baulig@suse.de>
* configure.in: Enable maximum compile warnings, fix Perl check
and correctly set GNOME_VFS_VERSION.
* gnome.m4: Removed.
svn path=/trunk/; revision=1478
hack-macros/gnome.m4 | 471 ---------------------------------------------------
1 file changed, 471 deletions(-)
commit 21f20775983b6c4147c64b760fafeb868853e325
Author: Martin Baulig <baulig@suse.de>
Date: Fri Dec 1 12:54:15 2000 +0000
Released gnome-common 1.2.1.
2000-12-01 Martin Baulig <baulig@suse.de>
Released gnome-common 1.2.1.
svn path=/trunk/; revision=1476
ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
commit f5913c6435478563d59b948178c93b1932561af3
Author: Martin Baulig <baulig@suse.de>
Date: Fri Dec 1 12:52:04 2000 +0000
Improved compile warnings check; the --enable-compile-warnings parameter
2000-12-01 Martin Baulig <baulig@suse.de>
* compile-warnings.m4: Improved compile warnings check; the
--enable-compile-warnings parameter now takes 5 different
values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS).
svn path=/trunk/; revision=1475
macros2/ChangeLog | 6 +++
macros2/compiler-flags.m4 | 116 ++++++++++++++++++++++++++++++----------------
2 files changed, 81 insertions(+), 41 deletions(-)
commit 5cbf1adf6c9ec9c9fa3b3da52b851c94ce3cef62
Author: Martin Baulig <baulig@suse.de>
Date: Tue Nov 28 23:02:43 2000 +0000
Removed.
2000-11-29 Martin Baulig <baulig@suse.de>
* gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed.
svn path=/trunk/; revision=1474
macros2/ChangeLog | 4 +
macros2/Makefile.am | 5 +-
macros2/gnome-fileutils.m4 | 414 ------------------------------------------
macros2/gnome-gnorba-check.m4 | 35 ----
macros2/gnome.m4 | 124 -------------
5 files changed, 6 insertions(+), 576 deletions(-)
commit cc1c5fc96cb06dc73f5df61cc200302260e2f7d3
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Nov 26 15:01:12 2000 +0000
Use GNOME_PKGCONFIG_CHECK_MODULES.
2000-11-26 Martin Baulig <martin@home-of-linux.org>
* gnome-x-checks.m4 (GNOME2_X_CHECKS): Use
GNOME_PKGCONFIG_CHECK_MODULES.
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't
AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]).
(GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1.
svn path=/trunk/; revision=1473
macros2/ChangeLog | 9 ++++++
macros2/gnome-pkgconfig.m4 | 77 ++++++++++++++++++++++++----------------------
macros2/gnome-x-checks.m4 | 6 ++--
3 files changed, 54 insertions(+), 38 deletions(-)
commit f98e0213661af27afccdcef5c2f76a8cbfe99a61
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Nov 22 13:39:50 2000 +0000
Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES to check for a list of
2000-11-22 Martin Baulig <martin@home-of-linux.org>
* gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES
to check for a list of optional modules.
* gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG.
svn path=/trunk/; revision=1472
macros2/ChangeLog | 7 +++++++
macros2/gnome-pkgconfig.m4 | 36 +++++++++++++++++++++++++++++-------
macros2/gnome-platform.m4 | 2 ++
3 files changed, 38 insertions(+), 7 deletions(-)
commit 5ec2fbc2866257c0b5851533d6ae68c210d53e68
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed Nov 22 13:38:32 2000 +0000
Small AM_GNOME2_GETTEXT fix.
svn path=/trunk/; revision=1471
macros2/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b029394f188d8ee30d1d7e31edcaeb226c01e144
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Nov 22 12:06:00 2000 +0000
New file. This defines GNOME_PLATFORM_GNOME_2.
2000-11-22 Martin Baulig <martin@home-of-linux.org>
* gnome-platform.m4: New file. This defines
GNOME_PLATFORM_GNOME_2.
* gnome-pkgconfig.m4: Disable the --extra-flags argument to
pkg-config, this doesn't exist anymore.
svn path=/trunk/; revision=1470
macros2/ChangeLog | 8 ++++++++
macros2/Makefile.am | 2 +-
macros2/gnome-pkgconfig.m4 | 6 ------
macros2/gnome-platform.m4 | 34 ++++++++++++++++++++++++++++++++++
4 files changed, 43 insertions(+), 7 deletions(-)
commit b703777a7de0dbda8ee8e186394424dbd6486572
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Nov 22 11:30:26 2000 +0000
New file. This defines GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
2000-11-22 Martin Baulig <martin@home-of-linux.org>
* gnome-pkgconfig.m4: New file. This defines
GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
GNOME_PKGCONFIG_* macros from pkg-config.
svn path=/trunk/; revision=1469
macros2/ChangeLog | 6 ++
macros2/Makefile.am | 2 +-
macros2/gnome-pkgconfig.m4 | 166 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 173 insertions(+), 1 deletion(-)
commit 0e9a3cd994eab91e382efb3c20c5ca3a5991713e
Author: Martin Baulig <martin@src.gnome.org>
Date: Tue Nov 21 18:27:26 2000 +0000
Updated usage instruction.
svn path=/trunk/; revision=1468
doc/usage.txt | 50 +++++++++++++++++++++++++++++++-------------------
1 file changed, 31 insertions(+), 19 deletions(-)
commit 4bef9ecf9296f5ba660ec873dd90af42ca1190bd
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Nov 21 18:16:48 2000 +0000
New file. Autogen gnome-autogen.sh from it; added GNOME_COMMON_DATA_DIR
2000-11-21 Martin Baulig <martin@home-of-linux.org>
* gnome-autogen.sh.in: New file. Autogen gnome-autogen.sh
from it; added GNOME_COMMON_DATA_DIR and make it actually
work.
svn path=/trunk/; revision=1467
bin/.cvsignore | 1 +
bin/ChangeLog | 4 +++-
bin/Makefile.am | 12 +++++++++++-
bin/gnome-autogen.sh | 19 -------------------
bin/gnome-autogen.sh.in | 30 ++++++++++++++++++++++++++++++
configure.in | 1 +
6 files changed, 46 insertions(+), 21 deletions(-)
commit 1f8d693b87ce9132f3880809f52ede46727ef5e4
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Nov 21 17:18:11 2000 +0000
Set version number to 1.2.1.
2000-11-21 Martin Baulig <martin@home-of-linux.org>
* configure.in: Set version number to 1.2.1.
* configure.in (--enable-platform-gnome-2): New configure
command line argument to enable support for the GNOME 2.x
platform.
(PLATFORM_GNOME_2): New automake conditional.
* Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
platform.
* Makefile.am (SUBDIRS): Conditionally add support for the
GNOME 2.x platform.
* acinclude.m4: New file. Put stuff from gnome-support.m4
and need-declaration.m4 here.
svn path=/trunk/; revision=1466
.cvsignore | 2 +
ChangeLog | 17 ++++++++
Makefile.am | 20 +++++----
acinclude.m4 | 110 +++++++++++++++++++++++++++++++++++++++++++++++++
configure.in | 38 +++++++++++++++--
gnome-common-2.0.pc.in | 10 +++++
gnome-common.pc.in | 10 +++++
7 files changed, 197 insertions(+), 10 deletions(-)
commit c0a8b9ac7e2ffa3ec0199412354df7441226bbfc
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Nov 21 17:11:44 2000 +0000
Put gnome-autogen.sh here.
2000-11-21 Martin Baulig <martin@home-of-linux.org>
* Makefile.am (EXTRA_DIST): Put gnome-autogen.sh here.
svn path=/trunk/; revision=1465
bin/ChangeLog | 4 ++++
bin/Makefile.am | 3 +++
2 files changed, 7 insertions(+)
commit d7074908eaabf0016b3c675346f6eafb647db9c6
Author: Martin Baulig <baulig@suse.de>
Date: Tue Nov 21 17:11:10 2000 +0000
Removed.
2000-11-21 Martin Baulig <baulig@suse.de>
* gnome-support.m4, need-declaration.m4: Removed.
svn path=/trunk/; revision=1464
macros2/ChangeLog | 4 +++
macros2/Makefile.am | 7 ++---
macros2/gnome-support.m4 | 68 ---------------------------------------------
macros2/need-declaration.m4 | 42 ----------------------------
4 files changed, 7 insertions(+), 114 deletions(-)
commit c07a374161830c162186c296b2017a6550f6b2a2
Author: Martin Baulig <baulig@suse.de>
Date: Tue Nov 21 16:56:48 2000 +0000
Install libgnomesupport.la, but call it libgnomesupport-1.3.la.
2000-11-21 Martin Baulig <baulig@suse.de>
* Makefile.am: Install libgnomesupport.la, but call it
libgnomesupport-1.3.la.
* gnome-support-2.0.pc.in: Added pkg-config file.
svn path=/trunk/; revision=1463
support/.cvsignore | 1 +
support/ChangeLog | 7 +++++++
support/Makefile.am | 13 ++++++++-----
support/gnome-support-2.0.pc.in | 11 +++++++++++
4 files changed, 27 insertions(+), 5 deletions(-)
commit 9ffde11a5911f86986633acce99cd6a0f40af1a5
Author: Martin Baulig <baulig@suse.de>
Date: Mon Nov 20 16:26:49 2000 +0000
Initialize GNOME_DATADIR from GNOME_DIR if set before trying gnome-config.
2000-11-20 Martin Baulig <baulig@suse.de>
* gnome-autogen.sh: Initialize GNOME_DATADIR from
GNOME_DIR if set before trying gnome-config.
svn path=/trunk/; revision=1462
bin/ChangeLog | 5 +++++
bin/gnome-autogen.sh | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
commit 38f93f79e6a4ad79c2f94ccc4f3605d320128e62
Author: Hans Petter <hansp@src.gnome.org>
Date: Mon Nov 6 21:40:14 2000 +0000
Applied build patch from Mathieu Lacage.
svn path=/trunk/; revision=1433
macros/gnome-xml-check.m4 | 2 ++
1 file changed, 2 insertions(+)
commit cef105d0ded55628809e482ffc23aed4424f8660
Author: Martin Baulig <baulig@suse.de>
Date: Sun Nov 5 15:08:14 2000 +0000
Added stuff for `bonobox'.
2000-11-05 Martin Baulig <baulig@suse.de>
* gnome-bonobo-check.m4 (BONOBO_CFLAGS, BONOBO_LIBS): Added
stuff for `bonobox'.
svn path=/trunk/; revision=1432
macros/ChangeLog | 5 +++++
macros/gnome-bonobo-check.m4 | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
commit 1018f21c080084e275c12e0c9f9bf60748db80d6
Author: Martin Baulig <baulig@suse.de>
Date: Sun Nov 5 15:07:08 2000 +0000
Put this back; I suppose Elliot reverted it by accident since
he didn't mention this in the ChangeLog.
2000-06-13 Martin Baulig <baulig@suse.de>
* Makefile.am (EXTRA_DIST): Added `gnome-gettext.m4'.
(gnome_aclocal_DATA): Added `gnome-gettext.m4'.
svn path=/trunk/; revision=1431
macros/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 331c8faa8f4de0a9073539f2b76d0961c0c03559
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Mon Oct 30 05:21:59 2000 +0000
Did some regexp nicefications of the code. And added the timeout field.
* capplet/gpilotd-capplet-strings.c:
* capplet/gpilotd-capplet.glade:
* capplet/gpilotd-control-applet.c: (gpilotd_request_completed),
(gpilotd_userinfo_requested), (saveSettingsAndRestartDaemon),
(doTrySettings), (doSaveSettings), (doRevertSettings),
(insert_numeric_callback), (statechange_cb), (insert_syncpc_id),
(insert_username_callback), (insert_device_callback),
(activate_sync_type), (activate_speed), (cancel_sync),
(run_sync_dialog), (run_error_dialog), (run_question_dialog),
(activate_device_menu), (run_choose_dialog), (pick_pilot_device),
(get_from_pilot_cb), (send_to_pilot_cb), (pilots_selection_cb),
(clist_unselection_cb), (devices_selection_cb),
(clist_button_press), (sync_type_int_to_str), (compare_pilot_info),
(compare_device_info), (check_base_directory), (pilots_add_cb),
(pilots_edit_cb), (pilots_delete_cb), (devices_edit_cb),
(devices_add_cb), (devices_delete_cb), (createHostCfgWindow),
(setHostCfg), (readHostCfg), (build_speed_menu),
(configureDeviceDialog), (createDeviceCfgDialog), (setDeviceCfg),
(compare_device_name), (next_cradle_name), (compare_pilot_name),
(next_pilot_name), (setDeviceDialogCfg), (readDeviceDialogCfg),
(configurePilotDialog), (createPilotCfgDialog), (setPilotCfg),
(setPilotDialogCfg), (readPilotDialogCfg),
(pilot_capplet_glade_init), (pilot_capplet_setup),
(monitor_pilots), (main), (druid_gpilotd_userinfo_requested),
(druid_gpilotd_request_completed), (no_button_toggled),
(ask_to_cancel), (druid_canceled), (druid_finished),
(druid_sync_page_back), (druid_presync_page_next),
(druid_pilot2_page_next), (druid_delete_window),
(gpilotd_druid_show):
Did some regexp nicefications of the code. And added the
timeout field.
* capplet/pilot.c: (copy_device), (loadDeviceCfg),
(savePilotState):
Added the timeout field to GPilotDevice
* configure.in:
Requires pilot-link 0.9.5
* gnome-pilot.spec.in:
Add ${prefix}/lib to /etc/ld.so.conf if not there
* gpilotd/gpilot-structures.c: (gpilot_device_init):
* gpilotd/gpilot-structures.h:
* gpilotd/gpilotd.c: (pilot_connect):
Added a timeout-field to the device, which is
passed to pi_accept_to.
* macros/gnome-pilot.m4:
Improved the check for libpisock
Bonged requied pilotlink version to 0.9.5
svn path=/trunk/; revision=1423
macros/gnome-pilot.m4 | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
commit 2c2f69d2e70b69040b5d83c7aa3219700be2283d
Author: Kenneth Christiansen <kenneth@src.gnome.org>
Date: Thu Oct 26 21:28:34 2000 +0000
Added small test for po/Makefile.i18npatch, so that if it exists it will patch the gettext dependent po/Makefile.in.in file. This allows us to integrate the i18n scripts, etc even more.
svn path=/trunk/; revision=1420
macros/autogen.sh | 7 +++++++
1 file changed, 7 insertions(+)
commit 363633f64268e3e46b932158e6a5af346a85dad4
Author: Martin Baulig <baulig@suse.de>
Date: Sat Sep 30 14:47:31 2000 +0000
Switch to pkg-config to check for GTK+ 2.0; Removed all
2000-09-30 Martin Baulig <baulig@suse.de>
* gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0;
Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'.
* gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false
INSIDE_GNOME_COMMON automake conditional.
(GNOME_GTKDOC_CHECK): New macro.
(GNOME_DEBUG_CHECK): New macro.
svn path=/trunk/; revision=1419
macros2/ChangeLog | 10 ++++++++++
macros2/gnome-common.m4 | 33 ++++++++++++++++++++++++++++++++-
macros2/gnome-x-checks.m4 | 35 +++--------------------------------
3 files changed, 45 insertions(+), 33 deletions(-)
commit 74e080dac151c1c538d71621df48e715597ee6f5
Author: George Lebl <jirka@5z.com>
Date: Thu Aug 24 07:28:21 2000 +0000
use the correct name in AC_PROVIDE
Thu Aug 24 02:28:57 2000 George Lebl <jirka@5z.com>
* gnome-x-checks.m4: use the correct name in AC_PROVIDE
svn path=/trunk/; revision=1417
macros2/ChangeLog | 4 ++++
macros2/gnome-x-checks.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 060657ee03b4f7a0000d5d22adb4eb0d97969dfe
Author: Larry Liimatainen <remlali@src.gnome.org>
Date: Tue Aug 22 12:05:30 2000 +0000
various small build fixes
svn path=/trunk/; revision=1362
macros/autogen.sh | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
commit 12c7ec67c2cec0992276e4906c285e5beeb091ae
Author: Martin Baulig <baulig@suse.de>
Date: Sun Aug 6 14:13:11 2000 +0000
Renamed to GNOME2_X_CHECKS.
2000-08-06 Martin Baulig <baulig@suse.de>
* gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
to GNOME2_X_CHECKS.
svn path=/trunk/; revision=1361
macros2/ChangeLog | 5 +++++
macros2/gnome-x-checks.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 4cd0b9dce4a6cd1ba171f3f4f6641648e209a4bf
Author: Dan Winship <danw@src.gnome.org>
Date: Wed Aug 2 22:26:45 2000 +0000
Fix "cvs rm -rf" lossage.
svn path=/trunk/; revision=1348
macros/.cvsignore | 4 +
macros/ChangeLog | 1049 +++++++++++++++++++++++++++++++++++++++++
macros/Makefile.am | 42 ++
macros/aclocal-include.m4 | 16 +
macros/autogen.sh | 179 +++++++
macros/compiler-flags.m4 | 109 +++++
macros/curses.m4 | 318 +++++++++++++
macros/gnome-bonobo-check.m4 | 166 +++++++
macros/gnome-common.m4 | 14 +
macros/gnome-cxx-check.m4 | 10 +
macros/gnome-fileutils.m4 | 414 ++++++++++++++++
macros/gnome-gettext.m4 | 336 +++++++++++++
macros/gnome-ghttp-check.m4 | 14 +
macros/gnome-gnorba-check.m4 | 35 ++
macros/gnome-guile-checks.m4 | 119 +++++
macros/gnome-libgtop-check.m4 | 217 +++++++++
macros/gnome-objc-checks.m4 | 83 ++++
macros/gnome-orbit-check.m4 | 33 ++
macros/gnome-pilot.m4 | 137 ++++++
macros/gnome-print-check.m4 | 171 +++++++
macros/gnome-pthread-check.m4 | 16 +
macros/gnome-support.m4 | 68 +++
macros/gnome-undelfs.m4 | 20 +
macros/gnome-vfs.m4 | 120 +++++
macros/gnome-x-checks.m4 | 80 ++++
macros/gnome-xml-check.m4 | 30 ++
macros/gnome.m4 | 128 +++++
macros/gperf-check.m4 | 79 ++++
macros/linger.m4 | 28 ++
macros/need-declaration.m4 | 42 ++
30 files changed, 4077 insertions(+)
commit 16d6f018ba12f81c8b418ee36ce5850263ed0e35
Author: scottf <scottf@localhost>
Date: Wed Aug 2 21:47:06 2000 +0000
removed last files from GNOME CVS
svn path=/trunk/; revision=1347
macros/.cvsignore | 4 -
macros/ChangeLog | 1049 -----------------------------------------
macros/Makefile.am | 42 --
macros/aclocal-include.m4 | 16 -
macros/autogen.sh | 179 -------
macros/compiler-flags.m4 | 109 -----
macros/curses.m4 | 318 -------------
macros/gnome-bonobo-check.m4 | 166 -------
macros/gnome-common.m4 | 14 -
macros/gnome-cxx-check.m4 | 10 -
macros/gnome-fileutils.m4 | 414 ----------------
macros/gnome-gettext.m4 | 336 -------------
macros/gnome-ghttp-check.m4 | 14 -
macros/gnome-gnorba-check.m4 | 35 --
macros/gnome-guile-checks.m4 | 119 -----
macros/gnome-libgtop-check.m4 | 217 ---------
macros/gnome-objc-checks.m4 | 83 ----
macros/gnome-orbit-check.m4 | 33 --
macros/gnome-pilot.m4 | 137 ------
macros/gnome-print-check.m4 | 171 -------
macros/gnome-pthread-check.m4 | 16 -
macros/gnome-support.m4 | 68 ---
macros/gnome-undelfs.m4 | 20 -
macros/gnome-vfs.m4 | 120 -----
macros/gnome-x-checks.m4 | 80 ----
macros/gnome-xml-check.m4 | 30 --
macros/gnome.m4 | 128 -----
macros/gperf-check.m4 | 79 ----
macros/linger.m4 | 28 --
macros/need-declaration.m4 | 42 --
30 files changed, 4077 deletions(-)
commit 7ddb843f8ef2c7a8fc5aa61d496111eabe462412
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Wed Aug 2 00:54:46 2000 +0000
AC_WARN replaced with AC_MSG_WARN in comments
svn path=/trunk/; revision=1345
macros/ChangeLog | 4 ++++
macros/curses.m4 | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
commit 68fcb40dbe388b2c9065f2be5fef29d076f58f4b
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Mon Jul 24 23:07:48 2000 +0000
Add it back in so the Nautilus people can hack (and because it belongs
* gnome.m4: Add it back in so the Nautilus people can hack (and because it belongs here)
svn path=/trunk/; revision=1322
hack-macros/gnome.m4 | 471 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 471 insertions(+)
commit 73a15725c40c8188fb85f7846001e0c230d59275
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon Jul 24 20:28:47 2000 +0000
Cache values so they're reset when we rerun the configure script.
This works fine whenever it is rerun 'cause for instance configure.in
or something else has changed.
However, when you remove config.cache you may need to rerun autogen.sh
to get it working (but I'm working on getting this fixed as well).
svn path=/trunk/; revision=1321
macros2/gnome-common.m4 | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
commit 328eb9d0f18c7d46fdf202744511c7814bce9f98
Author: Martin Baulig <martin@home-of-linux.org>
Date: Mon Jul 24 20:13:42 2000 +0000
Removed some old crap in it. Removed.
2000-07-24 Martin Baulig <martin@home-of-linux.org>
* autogen.sh: Removed some old crap in it.
* aclocal-include.m4: Removed.
svn path=/trunk/; revision=1320
macros2/ChangeLog | 5 ++++-
macros2/Makefile.am | 2 +-
macros2/aclocal-include.m4 | 16 ----------------
macros2/autogen.sh | 23 -----------------------
4 files changed, 5 insertions(+), 41 deletions(-)
commit 4f02b5aeb83e9c82312638421d0a2fe5681bd298
Author: Martin Baulig <baulig@suse.de>
Date: Mon Jul 24 19:50:38 2000 +0000
Check for GTK+ 2.0.
2000-07-24 Martin Baulig <baulig@suse.de>
* gnome-x-checks.m4: Check for GTK+ 2.0.
svn path=/trunk/; revision=1319
macros2/ChangeLog | 4 ++++
macros2/gnome-common.m4 | 4 +++-
macros2/gnome-x-checks.m4 | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
commit a2f1e4ebc32555355eba31315d2178cab622019c
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon Jul 24 15:55:52 2000 +0000
Fix GNOME2_DIR.
svn path=/trunk/; revision=1318
macros2/autogen.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
commit 80a465e548278e727aee556eab719e70979435b0
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon Jul 24 15:55:43 2000 +0000
Don't use gnome-config if GNOME_DATADIR is set.
svn path=/trunk/; revision=1317
bin/gnome-autogen.sh | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
commit fcb53c1f2bdff3fca797edeef17a147de4c8a836
Author: Martin Baulig <baulig@suse.de>
Date: Mon Jul 24 15:34:59 2000 +0000
For now, stuff at least _works_ again .....
2000-07-24 Martin Baulig <baulig@suse.de>
Use the new gnome-common module instead of having the .m4
files in gnome-data.
* autogen.sh: Use gnome-autogen.sh from gnome-common.
* gnome.m4, acinclude.m4: Removed.
* configure.in: Use AM_GNOME2_GETTEXT and GNOME_COMMON_INIT.
* gnome-data/*.m4: Removed. This is now in gnome-common/macros2.
svn path=/trunk/; revision=1316
hack-macros/gnome.m4 | 471 ---------------------------------------------------
1 file changed, 471 deletions(-)
commit 64ddf7647a809be768f74313563bd45df2d59a83
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon Jul 24 15:28:48 2000 +0000
This should work now.
svn path=/trunk/; revision=1314
macros/gnome-common.m4 | 4 ++--
macros2/gnome-common.m4 | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
commit 3ddff7c5373b37a95c68ea85d3d027ef0531b971
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon Jul 24 14:59:03 2000 +0000
s/USE_GNOME_2_MACROS/USE_GNOME2_MACROS/
svn path=/trunk/; revision=1313
bin/gnome-autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 718cd7f95168ed3e0a95884c52e3b9f77841ca69
Author: Martin Baulig <baulig@suse.de>
Date: Mon Jul 24 14:57:59 2000 +0000
Make it work with AM_GNOME2_GETTEXT. New file.
2000-07-24 Martin Baulig <baulig@suse.de>
* autogen.sh: Make it work with AM_GNOME2_GETTEXT.
* check-utmp.m4: New file.
svn path=/trunk/; revision=1312
macros2/ChangeLog | 1 +
macros2/Makefile.am | 2 +-
macros2/autogen.sh | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
commit 7c80f5d7dfbf54c1ed432dc7f06dc32d3a0d43ed
Author: Martin Baulig <baulig@suse.de>
Date: Mon Jul 24 14:55:17 2000 +0000
New file.
2000-07-24 Martin Baulig <baulig@suse.de>
* check-utmp.m4: New file.
svn path=/trunk/; revision=1311
macros2/ChangeLog | 4 +
macros2/check-utmp.m4 | 243 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 247 insertions(+)
commit 425e5cc9aad003c9f64d43f2d3f15e04a97db854
Author: Martin Baulig <baulig@suse.de>
Date: Mon Jul 24 14:27:58 2000 +0000
Synced with gnome-libs/gnome-data.
2000-07-24 Martin Baulig <baulig@suse.de>
Synced with gnome-libs/gnome-data.
svn path=/trunk/; revision=1310
macros2/ChangeLog | 4 +
macros2/Makefile.am | 17 +-
macros2/aclocal-include.m4 | 16 ++
macros2/compiler-flags.m4 | 109 ++++++++
macros2/gnome-common.m4 | 2 +-
macros2/gnome-cxx-check.m4 | 10 +
macros2/gnome-fileutils.m4 | 414 +++++++++++++++++++++++++++++
macros2/gnome-gettext.m4 | 336 ++++++++++++++++++++++++
macros2/gnome-gnorba-check.m4 | 35 +++
macros2/gnome-pthread-check.m4 | 16 ++
macros2/gnome-support.m4 | 68 +++++
macros2/gnome-x-checks.m4 | 80 ++++++
macros2/gnome.m4 | 579 ++++++++---------------------------------
macros2/linger.m4 | 28 ++
macros2/need-declaration.m4 | 42 +++
15 files changed, 1283 insertions(+), 473 deletions(-)
commit c978e43ae83a5a7e7fc8fe32538afbffc5812da9
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Mon Jul 17 22:30:14 2000 +0000
0.3.12
0.3.12
svn path=/trunk/; revision=1307
macros/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 8d44ab4fb945aace59785112eac1106f86019f71
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Thu Jul 6 04:58:12 2000 +0000
Changelog entries should now go to toplevel Changelog. I now prefer this,
* HACKING:
Changelog entries should now go to toplevel Changelog.
I now prefer this, because of the prepare-ChangeLog.pl
script used for Nautilus. See HACKING for more.
* applet/pilot.c: (main):
* configure.in:
* gpilotd/Makefile.am:
* gpilotd/gnome-pilot-client.gob:
* gpilotd/orbit_daemon_glue.c: (gpilotd_corba_init):
* macros/gnome-pilot.m4:
* utils/Makefile.am:
Done a lot of damagecontrol after the OAF collision
that happened. GNORBA is now the default object activator
even if bonobo/oaf/whatnot is installed. You can switch
to oaf if you configure with --with-oaf (up to the reader
to completely finish this).
The OAF code is still in CVS, it compiles (no longer
breaks gnome-pim), but still doens't work though.
(there a limit to my time).
svn path=/trunk/; revision=1299
macros/gnome-pilot.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c5fa192f33d4341c6ae358bf624ec88f69565521
Author: Stanislav Brabec <utx@src.gnome.org>
Date: Sat Jun 24 10:47:21 2000 +0000
Use 'PISOCK_INCLUDEDIR' in pisock version check.
svn path=/trunk/; revision=1283
macros/ChangeLog | 4 ++++
macros/gnome-pilot.m4 | 3 +++
2 files changed, 7 insertions(+)
commit 69a8dde36da75192819b8a036570b862ac10c20f
Author: Dan Winship <danw@src.gnome.org>
Date: Sat Jun 17 21:00:40 2000 +0000
exit immediately if aclocal, autoheader, automake, or autoconf fails,
* autogen.sh: exit immediately if aclocal, autoheader, automake,
or autoconf fails, rather than continuing on with broken state.
(In the aclocal case, print a hopefully-useful explanatory
message.)
svn path=/trunk/; revision=1277
macros/ChangeLog | 7 +++++++
macros/autogen.sh | 20 +++++++++++++++-----
2 files changed, 22 insertions(+), 5 deletions(-)
commit c83a59c73fe0703ce5f8ff3b0d3bf35666379fa1
Author: Martijn van Beers <martijn@src.gnome.org>
Date: Thu Jun 15 14:33:44 2000 +0000
remove last bits of AC_ARG_ENABLE(gnometest,,,) since it's not being used
svn path=/trunk/; revision=1269
hack-macros/gnome.m4 | 4 ----
1 file changed, 4 deletions(-)
commit bb4c232c22a081160733d746aceb962ae4517677
Author: Martin Baulig <baulig@suse.de>
Date: Tue Jun 13 15:09:48 2000 +0000
New macro. Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF' if
2000-06-13 Martin Baulig <baulig@suse.de>
* gnome-bonobo-check.am (AM_BONOBO_USES_OAF): New macro.
Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF'
if appropriate. Also provides `BONOBO_USES_OAF' automake
conditional.
svn path=/trunk/; revision=1268
macros/ChangeLog | 7 +++++++
macros/gnome-bonobo-check.m4 | 16 ++++++++++++++++
2 files changed, 23 insertions(+)
commit 812ac2024a5131dff62d9bcfad9c6bd507e83d64
Author: Martin Baulig <baulig@suse.de>
Date: Tue Jun 13 10:28:37 2000 +0000
Added `gnome-gettext.m4'. (gnome_aclocal_DATA): Added `gnome-gettext.m4'.
2000-06-13 Martin Baulig <baulig@suse.de>
* Makefile.am (EXTRA_DIST): Added `gnome-gettext.m4'.
(gnome_aclocal_DATA): Added `gnome-gettext.m4'.
svn path=/trunk/; revision=1267
macros/ChangeLog | 5 +++++
macros/Makefile.am | 5 +++--
2 files changed, 8 insertions(+), 2 deletions(-)
commit bb50821b4debf445504ad5ed83aeef5d1ceecb43
Author: Martin Baulig <martin@home-of-linux.org>
Date: Fri Jun 9 01:05:14 2000 +0000
We need this here as well.
2000-06-09 Martin Baulig <martin@home-of-linux.org>
* gnome-common.m4: We need this here as well.
svn path=/trunk/; revision=1266
macros2/ChangeLog | 4 ++++
macros2/Makefile.am | 3 ++-
macros2/gnome-common.m4 | 14 ++++++++++++++
3 files changed, 20 insertions(+), 1 deletion(-)
commit 25a3c7b41a8396836464d1fd657178b4cecedb56
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon May 29 15:57:23 2000 +0000
*** empty log message ***
svn path=/trunk/; revision=1265
bin/.cvsignore | 2 ++
doc/.cvsignore | 2 ++
2 files changed, 4 insertions(+)
commit 755589f9ad5c0cf8fd1e2cea85d5a4b0482da70c
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon May 29 15:56:22 2000 +0000
This explains what this is all good for.
svn path=/trunk/; revision=1264
doc/usage.txt | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
commit 41c45857e923337aa72b3865b7ff59a89ecff6c1
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon May 29 15:43:39 2000 +0000
*** empty log message ***
svn path=/trunk/; revision=1263
doc/Makefile.am | 0
1 file changed, 0 insertions(+), 0 deletions(-)
commit c3738f753c42ccd88effee6261c6fcd9adf6cdef
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon May 29 15:42:50 2000 +0000
Moved macros/gnome-autogen.sh to bin/gnome-autogen.sh.
svn path=/trunk/; revision=1256
Makefile.am | 2 +-
bin/ChangeLog | 5 +++++
bin/Makefile.am | 2 ++
bin/gnome-autogen.sh | 11 +++++++++++
configure.in | 4 +++-
macros/ChangeLog | 4 ++++
macros/Makefile.am | 4 +---
macros/gnome-autogen.sh | 11 -----------
8 files changed, 27 insertions(+), 16 deletions(-)
commit 36f51b0a71f4f10c74c37d30bcdd59b01f06292b
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon May 29 15:17:52 2000 +0000
*** empty log message ***
svn path=/trunk/; revision=1255
Makefile.am | 2 +-
configure.in | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
commit 2613833d16d0319d36165a1dc9fa283aaf0c0d7e
Author: Martin Baulig <baulig@suse.de>
Date: Mon May 29 15:17:17 2000 +0000
If `USE_GNOME_2_MACROS' is set, use the GNOME 2.0 macros from the
2000-05-29 Martin Baulig <baulig@suse.de>
* gnome-autogen.sh: If `USE_GNOME_2_MACROS' is set, use the
GNOME 2.0 macros from the `macros2' directory.
svn path=/trunk/; revision=1254
macros/ChangeLog | 5 +++++
macros/gnome-autogen.sh | 7 ++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
commit 7d133ecfaf798c274fa0fb978364fe45771fa0ba
Author: Martin Baulig <baulig@suse.de>
Date: Mon May 29 15:16:05 2000 +0000
New file. Install this stuff into `$(datadir)/aclocal/gnome2-macros'.
2000-05-29 Martin Baulig <baulig@suse.de>
* Makefile.am: New file. Install this stuff into
`$(datadir)/aclocal/gnome2-macros'.
* gnome.m4: New file. Copied from `hack-macros' dir.
* autogen.sh: New file. Copied from `macros' dir.
svn path=/trunk/; revision=1253
macros2/.cvsignore | 4 +
macros2/ChangeLog | 9 +
macros2/Makefile.am | 20 +++
macros2/autogen.sh | 169 +++++++++++++++++++
macros2/gnome.m4 | 475 ++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 677 insertions(+)
commit c11c4467a1eafe1527594f9a9deab8e8cbd01f1a
Author: Martin Baulig <baulig@suse.de>
Date: Mon May 29 14:31:21 2000 +0000
Set version number to 1.2.0.
2000-05-29 Martin Baulig <baulig@suse.de>
* configure.in: Set version number to 1.2.0.
svn path=/trunk/; revision=1252
ChangeLog | 4 ++++
configure.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 79f6d921ae18d9f4a7df809b15f83801abb96150
Author: Martin Baulig <baulig@suse.de>
Date: Mon May 29 14:30:32 2000 +0000
Install macros to `$(datadir)/aclocal/gnome-macros' when
2000-05-29 Martin Baulig <baulig@suse.de>
* gnome-common.m4, Makefile.am: Install macros to
`$(datadir)/aclocal/gnome-macros' when INSIDE_GNOME_COMMON.
* gnome-autogen.sh: New file. When using gnome-common instead
of the macros/ directory, use this in your autogen.sh.
svn path=/trunk/; revision=1251
macros/ChangeLog | 8 ++++++++
macros/Makefile.am | 6 ++++--
macros/gnome-autogen.sh | 6 ++++++
macros/gnome-common.m4 | 2 +-
4 files changed, 19 insertions(+), 3 deletions(-)
commit 8835a5b3c7246bf74d93c0bfa41f7600be74f0cc
Author: Julian Missig <julianm@src.gnome.org>
Date: Sun May 21 22:40:15 2000 +0000
Fixed my mess-up, sorry about that.
svn path=/trunk/; revision=1239
macros/ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++
macros/autogen.sh | 10 ++++++----
macros/gnome-gettext.m4 | 2 +-
macros/gnome-pilot.m4 | 18 ++++++++++++------
macros/gnome.m4 | 4 ++++
5 files changed, 62 insertions(+), 11 deletions(-)
commit dcd33cbe7d7de30814c069dc42006acd15da3472
Author: Julian Missig <julianm@src.gnome.org>
Date: Sun May 21 21:40:38 2000 +0000
Argh. I didn't mean for that to go in the repository, could've sworn I had the right CVSROOT.
svn path=/trunk/; revision=1238
macros/gnomemm.m4 | 21 ---------------------
1 file changed, 21 deletions(-)
commit eafe874dcda15a053985bd10e4429f2fcd8ce435
Author: Julian Missig <julianm@src.gnome.org>
Date: Sun May 21 21:38:39 2000 +0000
Added gnomemm.m4 for proper gnomemm checking
svn path=/trunk/; revision=1237
macros/gnomemm.m4 | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
commit b8db88e552080a763e18388bfccd109ee5f4393f
Author: Julian Missig <julianm@src.gnome.org>
Date: Sun May 21 21:36:20 2000 +0000
Gabber now has *working* i18n!
svn path=/trunk/; revision=1236
macros/ChangeLog | 39 ---------------------------------------
macros/autogen.sh | 10 ++++------
macros/gnome-gettext.m4 | 2 +-
macros/gnome-pilot.m4 | 18 ++++++------------
macros/gnome.m4 | 4 ----
5 files changed, 11 insertions(+), 62 deletions(-)
commit f22d453fd3e58403ed62e36bc843c90b42ef048d
Author: Russell Steinthal <steintr@src.gnome.org>
Date: Tue May 16 03:43:44 2000 +0000
Yet another attempt at fixing the gnome-pilot check- this time on Solaris.
$GNOME_CONFIG is printing more than one word, which when backticked causes test to do not nice things...
Can someone with Solaris test this? test on Linux appears to be too lenient to worry about this in any case.
svn path=/trunk/; revision=1220
macros/ChangeLog | 6 ++++++
macros/gnome-pilot.m4 | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
commit 785a68ba0e47fde4a28ec119ea585362b267dafd
Author: Miguel de Icaza <miguel@src.gnome.org>
Date: Wed May 10 02:47:00 2000 +0000
Revert patch from Jleach. Dude, please dont touch stuff that you are sharing from other projects. This broke everything
svn path=/trunk/; revision=1218
intl/Makefile.in | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
commit 0268bfc6e7c45472907d1006aadf2e6634bb0917
Author: Dan Winship <danw@src.gnome.org>
Date: Mon May 1 23:51:27 2000 +0000
"But that trick NEVER works!" "This time for sure!"
* gnome-pilot.m4 (PILOT_LIBS): "But that trick NEVER works!"
"This time for sure!"
svn path=/trunk/; revision=1203
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
commit d181483b9be07f314ca57349f91711636e4b2286
Author: George Lebl <jirka@5z.com>
Date: Sun Apr 23 19:19:31 2000 +0000
add an extra lib of docklets. These checks are braindamaged though, they
Sun Apr 23 12:15:14 2000 George Lebl <jirka@5z.com>
* gnome.m4: add an extra lib of docklets. These checks are
braindamaged though, they don't fail and thus gnome-core for
example compiles without gnomecc. There need to be separate .m4
files or checks
svn path=/trunk/; revision=1187
macros/ChangeLog | 7 +++++++
macros/gnome.m4 | 4 ++++
2 files changed, 11 insertions(+)
commit c355e5f181d2149383c6687d3930760aceb02486
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Wed Apr 19 09:50:35 2000 +0000
Fixes the gnome-config check for gpilot.
svn path=/trunk/; revision=1180
macros/ChangeLog | 1 +
macros/gnome-pilot.m4 | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
commit 1db1463d7d504e2988103673e34b8aefc323ec4f
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Wed Apr 19 09:45:41 2000 +0000
Changed the error string for gnome-pilot
svn path=/trunk/; revision=1179
macros/ChangeLog | 4 ++++
macros/gnome-pilot.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit e4ce699339aa94e65ad2868399306f1ed4500df4
Author: Dan Winship <danw@src.gnome.org>
Date: Mon Apr 10 18:21:11 2000 +0000
Fix a bug introduced in the gnome-pilot-config to "gnome-config gpilot"
* gnome-pilot.m4 (PILOT_LIBS): Fix a bug introduced in the
gnome-pilot-config to "gnome-config gpilot" change that caused not
having pilot-link installed to become a fatal error.
svn path=/trunk/; revision=1171
macros/ChangeLog | 6 ++++++
macros/gnome-pilot.m4 | 10 +++++++---
2 files changed, 13 insertions(+), 3 deletions(-)
commit 5ee0a8275335a5b0f1deb19ac506bbe0f2e75a22
Author: Jacob Leach <jleach@src.gnome.org>
Date: Thu Apr 6 01:40:08 2000 +0000
Another bigger-than-probably-needs-to-be commit. All the file
renaming/removing should be completely done. Began glade-izing the
dialogs, glade is awesome. Improved the requirement checks in the
.spec and configure. Fixed a few crashes and then updated BUGS.
We're getting closer to a new stable release.
svn path=/trunk/; revision=1170
intl/ChangeLog | 65 +++++++++++++++++++++++--
intl/Makefile.in | 23 +++------
intl/VERSION | 2 +-
intl/bindtextdom.c | 8 ++-
intl/dcgettext.c | 43 +++++++++++++---
intl/dgettext.c | 32 ++++++------
intl/explodename.c | 13 +++--
intl/finddomain.c | 35 ++++++++++++--
intl/gettext.c | 2 +-
intl/gettext.h | 2 +-
intl/gettextP.h | 22 +++++++--
intl/hash-string.h | 4 --
intl/l10nflist.c | 8 +--
intl/libgettext.h | 15 +++---
intl/loadinfo.h | 20 +++++++-
intl/loadmsgcat.c | 45 ++++++++++++-----
intl/localealias.c | 140 +++++++++++++++++++++++++++++++++++------------------
intl/textdomain.c | 8 +--
18 files changed, 354 insertions(+), 133 deletions(-)
commit a30e996c94bdb971562811c4dab2fdd2cd457484
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Wed Mar 29 00:30:07 2000 +0000
Modfied to use the gnome-config --yadayada gpilot script.
svn path=/trunk/; revision=1154
macros/gnome-pilot.m4 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit de154bfa071c1da63b652bafb0f093ea4a81d294
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Fri Mar 3 22:42:47 2000 +0000
Don't try remote activation if no hostname or username is given... Fix for
* libgnomeui/oafgnome.c: Don't try remote activation if no hostname or username is given...
* gnome-config.in: Fix for orbit-idl flags.
* gnome.m4: Send everything from gnome-config into /dev/null, not just errors. We just need exit code.
svn path=/trunk/; revision=1152
hack-macros/gnome.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit df22d7b10b16ba3714c95faf61df4eab2b9ec606
Author: James Henstridge <james@daa.com.au>
Date: Fri Feb 25 23:33:55 2000 +0000
fix up check of LINGUAS variable so that we don't get problems when
2000-02-26 James Henstridge <james@daa.com.au>
* gnome-gettext.m4: fix up check of LINGUAS variable so that we don't
get problems when LINGUAS contains `en' and ALL_LINGUAS contains
`en_GB' for instance.
svn path=/trunk/; revision=1126
macros/ChangeLog | 6 ++++++
macros/gnome-gettext.m4 | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit eff3d796f2d8914fd285bb235cc1fc343f1ad248
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Fri Feb 25 16:35:26 2000 +0000
s/1.0/1/ for interface version.
s/1.0/1/ for interface version.
svn path=/trunk/; revision=1124
macros/autogen.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit cd00afcf5275e1cfcd1fe1e7e3157289c6bacae5
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Tue Feb 22 19:58:31 2000 +0000
Only such an idiot as I would think 'echo' meant 'fi'.
Only such an idiot as I would think 'echo' meant 'fi'.
svn path=/trunk/; revision=1123
hack-macros/gnome.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5c14e63340f99a177360042083cfff9c4c00cf27
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Feb 22 19:53:43 2000 +0000
Don't run libtoolize when `NO_LIBTOOLIZE' is set.
2000-02-22 Martin Baulig <martin@home-of-linux.org>
* autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set.
svn path=/trunk/; revision=1121
macros/ChangeLog | 4 ++++
macros/autogen.sh | 6 ++++--
2 files changed, 8 insertions(+), 2 deletions(-)
commit 0f84b884dd7f04d4fd24c2fbaf361801ffffb40a
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Fri Feb 18 18:30:23 2000 +0000
Check for newer popt, and include it in the needed libs. Give correct
* configure.in: Check for newer popt, and include it in the needed libs.
* gnome-compat-1.0.h: Give correct paths to compat headers.
* gnome-config.in: Fixes to make help output correct.
* gnome.m4: Reorg so it doesn't do any path searching itself, just uses gnome-config.
* libgnome/gnome-popt.h: Include popt.h not popt-gnome.h
* support/Makefile.am: No popt built-in.
svn path=/trunk/; revision=1119
hack-macros/gnome.m4 | 17 +++++++++--------
support/Makefile.am | 9 +++++----
2 files changed, 14 insertions(+), 12 deletions(-)
commit 2a100a815eedc4d6db58f12d5eff242c022358d7
Author: Dan Winship <danw@src.gnome.org>
Date: Wed Feb 16 23:51:01 2000 +0000
s/GNOME2_DIR/GNOME2_PATH/, for consistency
svn path=/trunk/; revision=1110
macros/autogen.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 5150b94252e5ddf01c3282f3e5b4ef3dc6053897
Author: Anders Carlsson <andersca@src.gnome.org>
Date: Sun Feb 13 11:11:51 2000 +0000
These shouldn't be here
svn path=/trunk/; revision=1109
macros/Makefile | 261 -----------------------------------------------------
macros/Makefile.in | 261 -----------------------------------------------------
macros/macros.dep | 1 -
3 files changed, 523 deletions(-)
commit 049df8e663449c1562f2f6c49137fbfc77668638
Author: James Henstridge <jamesh@src.gnome.org>
Date: Sun Feb 13 11:05:13 2000 +0000
I am sure that kabalak didn't mean to remove gnome-common/macros :)
svn path=/trunk/; revision=1096
macros/.cvsignore | 4 +
macros/ChangeLog | 966 ++++++++++++++++++++++++++++++++++++++++++
macros/Makefile | 261 ++++++++++++
macros/Makefile.am | 41 ++
macros/Makefile.in | 261 ++++++++++++
macros/aclocal-include.m4 | 16 +
macros/autogen.sh | 167 ++++++++
macros/compiler-flags.m4 | 109 +++++
macros/curses.m4 | 318 ++++++++++++++
macros/gnome-bonobo-check.m4 | 150 +++++++
macros/gnome-common.m4 | 14 +
macros/gnome-cxx-check.m4 | 10 +
macros/gnome-fileutils.m4 | 414 ++++++++++++++++++
macros/gnome-gettext.m4 | 336 +++++++++++++++
macros/gnome-ghttp-check.m4 | 14 +
macros/gnome-gnorba-check.m4 | 35 ++
macros/gnome-guile-checks.m4 | 119 ++++++
macros/gnome-libgtop-check.m4 | 217 ++++++++++
macros/gnome-objc-checks.m4 | 83 ++++
macros/gnome-orbit-check.m4 | 33 ++
macros/gnome-pilot.m4 | 128 ++++++
macros/gnome-print-check.m4 | 171 ++++++++
macros/gnome-pthread-check.m4 | 16 +
macros/gnome-support.m4 | 68 +++
macros/gnome-undelfs.m4 | 20 +
macros/gnome-vfs.m4 | 120 ++++++
macros/gnome-x-checks.m4 | 80 ++++
macros/gnome-xml-check.m4 | 30 ++
macros/gnome.m4 | 124 ++++++
macros/gperf-check.m4 | 79 ++++
macros/linger.m4 | 28 ++
macros/macros.dep | 1 +
macros/need-declaration.m4 | 42 ++
33 files changed, 4475 insertions(+)
commit 4911f2024179335b2e013ba36b7fadbb7b554d70
Author: Fatih Demir <kabalak@src.gnome.org>
Date: Sun Feb 13 10:35:30 2000 +0000
removed gtranslator for re-checkin
svn path=/trunk/; revision=1095
macros/.cvsignore | 4 -
macros/ChangeLog | 966 ------------------------------------------
macros/Makefile.am | 41 --
macros/aclocal-include.m4 | 16 -
macros/autogen.sh | 167 --------
macros/compiler-flags.m4 | 109 -----
macros/curses.m4 | 318 --------------
macros/gnome-bonobo-check.m4 | 150 -------
macros/gnome-common.m4 | 14 -
macros/gnome-cxx-check.m4 | 10 -
macros/gnome-fileutils.m4 | 414 ------------------
macros/gnome-gettext.m4 | 336 ---------------
macros/gnome-ghttp-check.m4 | 14 -
macros/gnome-gnorba-check.m4 | 35 --
macros/gnome-guile-checks.m4 | 119 ------
macros/gnome-libgtop-check.m4 | 217 ----------
macros/gnome-objc-checks.m4 | 83 ----
macros/gnome-orbit-check.m4 | 33 --
macros/gnome-pilot.m4 | 128 ------
macros/gnome-print-check.m4 | 171 --------
macros/gnome-pthread-check.m4 | 16 -
macros/gnome-support.m4 | 68 ---
macros/gnome-undelfs.m4 | 20 -
macros/gnome-vfs.m4 | 120 ------
macros/gnome-x-checks.m4 | 80 ----
macros/gnome-xml-check.m4 | 30 --
macros/gnome.m4 | 124 ------
macros/gperf-check.m4 | 79 ----
macros/linger.m4 | 28 --
macros/need-declaration.m4 | 42 --
30 files changed, 3952 deletions(-)
commit 5a5589196428fe9a280030cfb3196ad278f48003
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Feb 9 23:19:13 2000 +0000
Fix GNUism introduced in the previous fix.
* autogen.sh: Fix GNUism introduced in the previous fix.
svn path=/trunk/; revision=1091
macros/ChangeLog | 4 ++++
macros/autogen.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit c3d10717f3478ceddb962b2c4000290f5889fb11
Author: Miguel de Icaza <miguel@gnu.org>
Date: Wed Feb 9 08:51:20 2000 +0000
Handle non GNU find programs.
2000-02-08 Miguel de Icaza <miguel@gnu.org>
* autogen.sh: Handle non GNU find programs.
svn path=/trunk/; revision=1090
macros/ChangeLog | 4 ++++
macros/autogen.sh | 10 ++++++++--
2 files changed, 12 insertions(+), 2 deletions(-)
commit a1adc99e2eec75fc995069160efa56b9b5127c6d
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Mon Feb 7 17:53:33 2000 +0000
Include gnome-animator as part of non-experimental header files. Implement
* libgnomeui/libgnomeui.h: Include gnome-animator as part of non-experimental header files.
* libgnomeui/gnome-textfu.[ch]: Implement tags specified by dcm.
* macros/autogen.sh: Only delete macros/gnome-gettext.m4, not other files (such as gnome-data/gnome-gettext.m4 :)
* autogen.sh: Likewise
* gnome-config.in: Fix --libs gtkxmhtml to actually include -lgtkxmhtml in the link line.
svn path=/trunk/; revision=1088
macros/autogen.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 554e97d5f867a7cc570ac659f140f7f22af37d93
Author: Martin Baulig <martin@home-of-linux.org>
Date: Fri Feb 4 22:25:36 2000 +0000
New macro. This is an improved version of AC_CHECK_TYPE which takes into
2000-02-05 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-types.m4 (AC_LIBGTOP_CHECK_TYPE): New macro. This
is an improved version of AC_CHECK_TYPE which takes into account
that we need to #include some other header files on some systems
to get some types.
(GNOME_LIBGTOP_TYPES): Check for <sys/bitypes.h> for Tru64 and
use AC_LIBGTOP_CHECK_TYPE rather than AC_CHECK_TYPE.
svn path=/trunk/; revision=1080
macros/ChangeLog | 9 +++++++++
macros/gnome-libgtop-check.m4 | 37 +++++++++++++++++++++++++++++++++++--
2 files changed, 44 insertions(+), 2 deletions(-)
commit db3965cedac7806ae6d8c9315911ae156aae47a6
Author: Dave Camp <campd@oit.edu>
Date: Wed Jan 26 01:55:16 2000 +0000
gnome-bonobo-check.m4 Include <bonobo.h> rather than
2000-01-26 Dave Camp <campd@oit.edu>
* gnome-bonobo-check.m4 Include <bonobo.h> rather than
<bonobo/gnome-object.h>
svn path=/trunk/; revision=1076
macros/ChangeLog | 5 +++++
macros/gnome-bonobo-check.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 7fd367ceec526f354f6981f21954dbd88841ef45
Author: Dave Camp <campd@oit.edu>
Date: Wed Jan 26 01:01:04 2000 +0000
Check for bonobo_object_get_type() rather than gnome_object_get_type().
2000-01-26 Dave Camp <campd@oit.edu>
* gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather
than gnome_object_get_type().
svn path=/trunk/; revision=1075
macros/ChangeLog | 5 +++++
macros/gnome-bonobo-check.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 9c88813e1c1c0862aab6cdbd1f1179b84df55f00
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon Jan 24 01:20:51 2000 +0000
Reverted my last commit.
svn path=/trunk/; revision=1070
macros/ChangeLog | 5 -----
macros/gnome-libgtop-check.m4 | 2 --
2 files changed, 7 deletions(-)
commit c4865116e38d3bd4eb398f75495d140e5101c332
Author: Peter Teichman <teichman@src.gnome.org>
Date: Mon Jan 24 00:38:25 2000 +0000
i broke the version-checking macro for other distribs in my last commit.
* gnome-pilot.m4: i broke the version-checking macro for other
distribs in my last commit. fixing that now.
svn path=/trunk/; revision=1069
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 5 ++++-
2 files changed, 9 insertions(+), 1 deletion(-)
commit 0e4b8356e185a2743a374b3d4023a22c0364632e
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Jan 23 17:51:33 2000 +0000
Check for `u_int8_t' and `int8_t'.
2000-01-23 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): Check for
`u_int8_t' and `int8_t'.
svn path=/trunk/; revision=1068
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-check.m4 | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
commit 2880cc4488b6c96b485a51d97c2c90131806f538
Author: Peter Teichman <teichman@src.gnome.org>
Date: Sun Jan 23 03:39:42 2000 +0000
fix the version-checking macro for debian
* gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for
debian
svn path=/trunk/; revision=1067
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 6 ++++--
2 files changed, 9 insertions(+), 2 deletions(-)
commit 6a8fa07e8c80aa93d75553e8e9d0b54f3087f1c8
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Fri Jan 21 00:12:15 2000 +0000
Look for sched_yield in -lrt, too. Suggested by Drazen Kazar
* gnome-objc-checks.m4: Look for sched_yield in -lrt, too.
Suggested by Drazen Kazar <dave@srce.hr>.
svn path=/trunk/; revision=1066
macros/ChangeLog | 5 +++++
macros/gnome-objc-checks.m4 | 8 ++++++--
2 files changed, 11 insertions(+), 2 deletions(-)
commit 8c613436a919b6a8bac4214b1fcedb57bba4d408
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Mon Jan 17 18:04:06 2000 +0000
do the rm-gnome-gettext.m4 hokey pokey
svn path=/trunk/; revision=1065
macros/autogen.sh | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
commit 3e3a7fea32f0ac89acfc93dfad5a34401fe22ff7
Author: Vadim Strizhevsky <vadim@src.gnome.org>
Date: Sun Jan 16 18:50:32 2000 +0000
Fix typo in PILOT_LINK_HOOK.
* gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK.
svn path=/trunk/; revision=1064
macros/ChangeLog | 4 ++++
macros/gnome-pilot.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 39cfdd72f3d2f936476ea8d0d40ee0f13d45601a
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Sat Jan 15 17:21:10 2000 +0000
PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaults
* gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version.
GNOME_PILOT_CHECK defaults to requiring 0.9.3.
svn path=/trunk/; revision=1062
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 48 +++++++++++++++++++++++++++++++++++++++++++-----
2 files changed, 48 insertions(+), 5 deletions(-)
commit d2953e251bd1d386a146b636e3bb3c1f550f417c
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Fri Jan 14 17:29:50 2000 +0000
Fix for proper include directory. Remove gnome-gettext.m4 if needed. Stick
Fix for proper include directory.
Remove gnome-gettext.m4 if needed.
Stick gnome-gettext.m4 contents in gnome.m4
svn path=/trunk/; revision=1060
hack-macros/gnome.m4 | 337 +++++++++++++++++++++++++++++++++++++++++++++++++++
macros/Makefile.am | 2 +-
macros/autogen.sh | 5 +
support/Makefile.am | 2 +-
4 files changed, 344 insertions(+), 2 deletions(-)
commit f038a31bc24e1e6b22f1b208b2abb5fa59c25c20
Author: Frank Chiulli <fc-linux@home.com>
Date: Wed Jan 12 04:07:35 2000 +0000
Clean up configuration, add check for gperf > 2.7, cleanup.
2000-01-11 Frank Chiulli <fc-linux@home.com>
* Makefile.am: Updated comments about gperf flags.
* configure.in: Removed duplicate check for glib 1.1.16 or later.
Added additional checks for gperf 2.7 or later, header files and
functions.
* gb-expr.c (gb-expr-print): Correctly align oper_names with enum type
GBExprType in gb-expr.h.
* object.gperf (gb_is_object): Correct arguments. Should be only one.
* macros/Makefile.am: Added gperf-check.m4 to list of macros.
* macros/gperf-check.m4: New. This macro checks for a minimum version
of gperf.
svn path=/trunk/; revision=1058
macros/Makefile.am | 1 +
1 file changed, 1 insertion(+)
commit 4300420b47f952b82e2bf89c15307a15f388c997
Author: Frank Chiulli <fchiulli@src.gnome.org>
Date: Wed Jan 12 04:00:51 2000 +0000
Macro to check version of gperf
svn path=/trunk/; revision=1057
macros/gperf-check.m4 | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)
commit 850d976288034078fe5ea807055784092ac9f988
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Jan 9 09:59:30 2000 +0000
Applied patch from R. Bernstein <rocky@panix.com> - print a better error
2000-01-09 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Applied patch from R. Bernstein
<rocky@panix.com> - print a better error message when
LibGTop's major version number mismatches.
svn path=/trunk/; revision=1054
macros/ChangeLog | 6 ++++++
macros/gnome-libgtop-check.m4 | 14 ++++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)
commit 67820167363386eddb0a858b89c053e57f0ba003
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Tue Jan 4 16:05:06 2000 +0000
No mo gtk-xmhtml or libgnorba.
No mo gtk-xmhtml or libgnorba.
svn path=/trunk/; revision=1053
hack-macros/gnome.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit d13f9d91ab9298f4430b5d8198bf6a1bb98db585
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sat Dec 25 14:31:23 1999 +0000
Applied patch from Colin Walters to make it compile under Debian
1999-12-25 Martin Baulig <martin@home-of-linux.org>
* gnome-pilot.m4: Applied patch from Colin Walters to make
it compile under Debian GNU/Linux.
svn path=/trunk/; revision=1045
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 70afca1ae0e701054331fc669a1757936714471d
Author: Peter Williams <peterw@src.gnome.org>
Date: Tue Dec 21 05:59:54 1999 +0000
PKGW signs off on Balsa 0.6.0.
svn path=/trunk/; revision=1041
macros/.cvsignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b9d72f66ea956145636d1842de11a219ddc6056a
Author: Peter Williams <peterw@src.gnome.org>
Date: Thu Dec 16 23:48:56 1999 +0000
Balsa now does not install standard gnome M4 macros.
svn path=/trunk/; revision=1037
macros/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 2d4b6053782ecb32844e439aff6e5bd7140187ef
Author: Jeremy Wise <jwise@src.gnome.org>
Date: Sun Dec 12 21:49:08 1999 +0000
Making sure everything's in
svn path=/trunk/; revision=1035
macros/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 38d0738cbc5cdcecf2b79a6b0e3b2c631e0b9c98
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Dec 5 22:13:49 1999 +0000
Removed all guile variables.
1999-12-05 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-checks.m4: Removed all guile variables.
svn path=/trunk/; revision=1023
macros/ChangeLog | 4 ++++
macros/gnome-libgtop-check.m4 | 4 ----
2 files changed, 4 insertions(+), 4 deletions(-)
commit 5c442479171e414c202732261c8fb52f77d75530
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Sun Dec 5 05:19:40 1999 +0000
Fix size_request/size_allocate - was HORRIBLY broken before.
Fix size_request/size_allocate - was HORRIBLY broken before.
svn path=/trunk/; revision=1022
hack-macros/gnome.m4 | 32 ++++++++++++++++++++++++--------
1 file changed, 24 insertions(+), 8 deletions(-)
commit 8a097f57745f5fde8d2e0f9ffd7b21f2c9736dc0
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Fri Dec 3 15:11:06 1999 +0000
Fix empty for loop, the Zucchi way.
Fix empty for loop, the Zucchi way.
svn path=/trunk/; revision=1021
hack-macros/gnome.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 05c0510dbe98f2dc9acce4fc2602afee682d7c05
Author: Mathieu Lacage <mathieu@src.gnome.org>
Date: Wed Nov 24 07:29:00 1999 +0000
removing this libhnj.m4 file... was some kind of mistake
svn path=/trunk/; revision=1020
macros/libhnj.m4 | 165 -------------------------------------------------------
1 file changed, 165 deletions(-)
commit b01e3da6b62d2785c3bbeba35bc2c1cb2f3cf4a6
Author: Mathieu Lacage <mathieu@src.gnome.org>
Date: Tue Nov 23 22:35:23 1999 +0000
Added libhnj.m4 to allow Go to compile. Hope this is not baaad. please, let me know if I was wrong. lacage@email.enst.fr
svn path=/trunk/; revision=1019
macros/libhnj.m4 | 165 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 165 insertions(+)
commit f58b2711dbd86be2724452e165e6df013e1cec03
Author: Jeff Garzik <jgarzik@mandrakesoft.com>
Date: Thu Nov 18 17:31:15 1999 +0000
Better scoping of GNOME_XML_LIB fix.
1999-11-18 Jeff Garzik <jgarzik@mandrakesoft.com>
* gnome-xml-check.m4: Better scoping of GNOME_XML_LIB fix.
svn path=/trunk/; revision=1002
macros/ChangeLog | 4 ++++
macros/gnome-xml-check.m4 | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
commit ca5f32fb3713d942f6cc8c15d1b526e36246ac7f
Author: Jeff Garzik <jgarzik@mandrakesoft.com>
Date: Thu Nov 18 13:16:31 1999 +0000
always AC_SUBST GNOME_XML_LIB, so that output variable will always be
1999-11-16 Jeff Garzik <jgarzik@mandrakesoft.com>
* gnome-xml-check.m4: always AC_SUBST GNOME_XML_LIB, so that
output variable will always be present.
svn path=/trunk/; revision=1001
macros/ChangeLog | 5 +++++
macros/gnome-xml-check.m4 | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 14c19621f3b5265475d4d78d30ca971da5f5bfc9
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Nov 18 00:34:20 1999 +0000
Fix makeenums.pl so it really truly reads the files, and its results.
Fix makeenums.pl so it really truly reads the files, and its results.
Apply patch from Iain for gnome_program_init.
Fix gnome-helpsys.h to be parseable by makeenums.pl
svn path=/trunk/; revision=1000
hack-macros/gnome.m4 | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
commit 393765887663d0cc72fac9ef4dd007fea84223ba
Author: Jeff Garzik <jgarzik@src.gnome.org>
Date: Wed Nov 17 21:56:52 1999 +0000
Revert previous check-in, wasnt supposed to be committed yet
svn path=/trunk/; revision=999
macros/ChangeLog | 5 -----
macros/gnome-xml-check.m4 | 3 +--
2 files changed, 1 insertion(+), 7 deletions(-)
commit 86b06bf1f907c7d1747926e8a79df0c06452a1db
Author: Jeff Garzik <jgarzik@src.gnome.org>
Date: Wed Nov 17 21:54:14 1999 +0000
no news is good news
svn path=/trunk/; revision=998
macros/ChangeLog | 5 +++++
macros/gnome-xml-check.m4 | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 86d2fb5dd25c751722672945b903352bb2218306
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Wed Nov 17 01:48:08 1999 +0000
Do the grand OAF hokey-pokey properly.
Do the grand OAF hokey-pokey properly.
svn path=/trunk/; revision=997
macros/autogen.sh | 6 ++++++
1 file changed, 6 insertions(+)
commit bb9e58b78bf7e02677b89f85cd141f99f72978b6
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Wed Nov 17 00:47:21 1999 +0000
Attempt to fix the .m4 files PROPERLY (ahem ahem, a certain doofus didn't
Attempt to fix the .m4 files PROPERLY (ahem ahem, a certain doofus didn't do a good job
the first time around. :) Now, just one gnome.m4 file is installed.
Also get rid of gnorba and replace with OAF in appropriate places.
svn path=/trunk/; revision=996
hack-macros/gnome.m4 | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 119 insertions(+)
commit c90391575a9e4825579f79d274e7d4a70bde5e06
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Tue Nov 9 17:47:42 1999 +0000
uses test -r instead of test -e, was reported as a portability bug wrt
* gnome-pilot.m4: uses test -r instead of test -e, was reported as
a portability bug wrt solaris.
svn path=/trunk/; revision=992
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 7e03feb8801a140f8c13f427a9bfc536f624661f
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Sun Oct 31 18:48:15 1999 +0000
added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. Adds
* gnome-pilot.m4: added PILOT_LINK_CHECK, used by
GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link.
svn path=/trunk/; revision=985
macros/ChangeLog | 5 +++++
macros/gnome-pilot.m4 | 47 +++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 48 insertions(+), 4 deletions(-)
commit 8c686af4f60f006d9e25df5f3beb379ca8045a92
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Fri Oct 29 19:16:05 1999 +0000
builds now. Integrate new popt. Don't install this library. Link
* liboafgnome/: builds now.
* support/: Integrate new popt. Don't install this library.
* libgnome/Makefile.am: Link ../support/libgnomesupport.la in as part of libgnome.la
* */Makefile.am: Reflect this
* configure.in: Use AM_PATH_ORBIT macro
svn path=/trunk/; revision=984
support/Makefile.am | 4 +-
support/findme.c | 21 +---
support/popt-gnome.h | 40 ++++---
support/popt.c | 332 ++++++++++++++++++++++++++++++++++-----------------
support/poptconfig.c | 30 ++---
support/popthelp.c | 50 ++++----
support/poptint.h | 48 +++++---
support/poptparse.c | 105 ++++++++--------
support/system.h | 55 +++++++++
9 files changed, 417 insertions(+), 268 deletions(-)
commit c4f37e5ec5758b4ac49ac31b3f810846802f6ecc
Author: Jacob Berkman <jberkman@andrew.cmu.edu>
Date: Sun Oct 24 21:47:30 1999 +0000
this should be a better fix
1999-10-24 Jacob Berkman <jberkman@andrew.cmu.edu>
* gnome-ghttp-check.m4: this should be a better fix
svn path=/trunk/; revision=980
macros/ChangeLog | 4 ++++
macros/gnome-ghttp-check.m4 | 7 +++----
2 files changed, 7 insertions(+), 4 deletions(-)
commit 640487629ff991257abe65d6b3450c65036fcc2f
Author: Jacob Berkman <jberkman@andrew.cmu.edu>
Date: Fri Oct 22 03:46:37 1999 +0000
use a temp value until we know that ghttp exists. This will hopefully fix
1999-10-21 Jacob Berkman <jberkman@andrew.cmu.edu>
* gnome-ghttp-check.m4: use a temp value until we know that
ghttp exists. This will hopefully fix building on Solaris
machines
svn path=/trunk/; revision=974
macros/ChangeLog | 6 ++++++
macros/gnome-ghttp-check.m4 | 7 ++++---
2 files changed, 10 insertions(+), 3 deletions(-)
commit f79df305998d9531856a762a2c13d911799aaf1f
Author: Miguel de Icaza <miguel@nuclecu.unam.mx>
Date: Mon Sep 27 20:57:07 1999 +0000
ditto (mark_current_day): ditto (month_view_set): ditto
1999-09-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
* month-view.c (add_event): ditto
(mark_current_day): ditto
(month_view_set): ditto
* goto.c (goto_dialog): ditto.
* gnome-month-item.c (gnome_month_item_init): ditto.
* gncal-day-panel.c (gncal_day_panel_new): ditto.
* getdate.c (RelativeDate): ditto.
* eventedit.c (set_all_day): ditto.
(ee_rp_init_rule): ditto.
* calendar.c (vcalendar_create_from_calendar): ditto.
* calendar-conduit.c (update_record): ditto.
* calobj.c (ical_object_generate_events): Get rid of pointers to
values returned from localtime, as it uses a static buffer.
svn path=/trunk/; revision=928
macros/gnome-pilot.m4 | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
commit 8da4612fa746e2f776a4ebac0c252f247712efab
Author: Jody Goldberg <jody@src.gnome.org>
Date: Mon Sep 27 03:12:05 1999 +0000
Remove -Wpointer-arith to make recent egcs & glibc to stop generating
warnings.
svn path=/trunk/; revision=926
macros/ChangeLog | 7 +++++++
macros/compiler-flags.m4 | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
commit 711d241ac7c8f6e289a3deb66643a74ce184f4d2
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Fri Sep 10 01:27:09 1999 +0000
Merge from popt CVS.
Merge from popt CVS.
svn path=/trunk/; revision=913
support/README-gnome | 1 -
support/findme.c | 2 +-
support/findme.h | 2 +-
support/popt-gnome.h | 22 +++++++-------
support/popt.c | 86 +++++++++++++++++++++++++++-------------------------
support/poptconfig.c | 4 +--
support/popthelp.c | 4 +--
support/poptint.h | 22 ++++++++------
support/poptparse.c | 9 +++---
9 files changed, 79 insertions(+), 73 deletions(-)
commit a7b787822872645e6f8d28f4f897c2428ba74c46
Author: Eskil Heyn Olsen <eskil@src.gnome.org>
Date: Wed Sep 8 10:49:12 1999 +0000
corrected my email added db_handle, the "file descriptor" for an opened
* conduits/*/*control-applet.c: corrected my email
* gpilotd/gnome-pilot-dbinfo.h: added db_handle, the "file
descriptor" for an opened db.
* gpilotd/gnome-pilot-conduit-standard-abs.c: uses dbi->db_handle
instead of ->index.
svn path=/trunk/; revision=898
macros/gnome-pilot.m4 | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
commit ab94e3c404b00c9862b4ee403718e90b88578ebf
Author: Havoc Pennington <hp@pobox.com>
Date: Wed Sep 1 21:28:41 1999 +0000
If you're going to AC_PATH_PROG then use the prog you find :-)
1999-09-01 Havoc Pennington <hp@pobox.com>
* gnome-xml-check.m4: If you're going to AC_PATH_PROG then use the
prog you find :-)
svn path=/trunk/; revision=887
macros/ChangeLog | 5 +++++
macros/gnome-xml-check.m4 | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
commit 9c22af9f454842b85f562d1210be0ee100fb38d8
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Aug 19 20:17:51 1999 +0000
Have 'make dist' work with builddir != srcdir.
Have 'make dist' work with builddir != srcdir.
svn path=/trunk/; revision=883
intl/Makefile.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit fefbf3712877f95cada0c27203fc476c77d5d58b
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Aug 19 00:50:32 1999 +0000
revert previous commit
svn path=/trunk/; revision=873
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ac12368ed2fb6f8ac2dcbf80c96b4ea6ce971955
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Aug 19 00:39:57 1999 +0000
BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is
BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is definitely
required, and other people think 1.2.3 is required).
svn path=/trunk/; revision=872
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 16ee2a96b3b6723671e22303f0999f8cd6e59a80
Author: gedit <gedit@localhost>
Date: Sun Aug 8 15:51:40 1999 +0000
Woohoo! everything seems to be compiling and working properly.. and the binary is smaller too.. lets go for a merge and start getting some work done again...
svn path=/trunk/; revision=870
macros/gnome-gettext.m4 | 3 ---
macros/gnome-x-checks.m4 | 15 ---------------
2 files changed, 18 deletions(-)
commit 608eb6e6dab7b67551e681203508a10ccf6b2e08
Author: Peter Teichman <teichman@src.gnome.org>
Date: Mon Aug 2 04:57:30 1999 +0000
merging gnome-conduit-check.m4 removal from the newconduit branch
svn path=/trunk/; revision=867
macros/ChangeLog | 5 +++++
macros/gnome-conduit-check.m4 | 50 -------------------------------------------
2 files changed, 5 insertions(+), 50 deletions(-)
commit 97a5cb6be1b79a5a54727f746e34f87f86775d04
Author: Peter Teichman <teichman@src.gnome.org>
Date: Sat Jul 31 19:34:29 1999 +0000
put gnome-conduit-check.m4 into HEAD.
svn path=/trunk/; revision=865
macros/ChangeLog | 5 +++++
macros/gnome-conduit-check.m4 | 50 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
commit a94fdc73b80af9801cf59d5f71e3229704f05701
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Jul 29 19:21:21 1999 +0000
Exit with error code if configure fails.
Exit with error code if configure fails.
svn path=/trunk/; revision=863
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c7a9bdf51ef65c7a4118f0a0f28f69ac9770c531
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Mon Jul 26 21:45:04 1999 +0000
Fix popt i18n: AC_CHECK_FUNCS(dgettext) Make libgnomeui popt table set the
Fix popt i18n:
AC_CHECK_FUNCS(dgettext)
Make libgnomeui popt table set the intl domain.
svn path=/trunk/; revision=859
macros/gnome-gettext.m4 | 1 +
1 file changed, 1 insertion(+)
commit c94883a7bffce828acb87740262a7f1ac5fba08f
Author: lukka <lukka@src.gnome.org>
Date: Thu Jul 8 12:53:53 1999 +0000
Add a comment to show how to get gtk 1.2 and glib 1.2 from cvs
svn path=/trunk/; revision=849
macros/ChangeLog | 4 ++++
macros/gnome-x-checks.m4 | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
commit cf296af531df777ded0c69f057de2237c8b1e867
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Tue Jul 6 21:42:02 1999 +0000
fix'em bugs.
fix'em bugs.
svn path=/trunk/; revision=844
macros/gnome-gettext.m4 | 2 ++
1 file changed, 2 insertions(+)
commit c3885daa46991d1e4fb2f2aa7b49c8df5b26e204
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Tue Jul 6 20:29:42 1999 +0000
libgnorba: Remove GnomeObject stuff.
libgnorba: Remove GnomeObject stuff.
support: Merge newer popt in from canonical source.
svn path=/trunk/; revision=842
support/popt-gnome.h | 8 ++++++++
support/popt.c | 30 ++++++++++++++++++++++++++----
support/poptconfig.c | 2 +-
support/popthelp.c | 15 ++++++++++-----
support/poptint.h | 6 +++++-
support/poptparse.c | 24 +++++++++++++++++++-----
6 files changed, 69 insertions(+), 16 deletions(-)
commit 984258c935552744012274d80886b4e72e25b4a0
Author: lukka <lukka@src.gnome.org>
Date: Tue Jul 6 18:46:29 1999 +0000
Forbid compiling gnome with gtk 1.3 as it doesn't work
svn path=/trunk/; revision=841
macros/ChangeLog | 5 +++++
macros/gnome-x-checks.m4 | 13 +++++++++++++
2 files changed, 18 insertions(+)
commit ef23c6d8e9081e28f26bf6dc4d43aa95840794c0
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Tue Jul 6 00:07:58 1999 +0000
Make "extra library" message slightly easier to read.
* gnome.m4: Make "extra library" message slightly easier to read.
svn path=/trunk/; revision=840
macros/ChangeLog | 4 ++++
macros/gnome.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit bab7bc3e794da859374405e9ff5789ec13f2af65
Author: Tim Janik <timj@gtk.org>
Date: Fri Jun 25 23:54:26 1999 +0000
give -Wunused to gcc instead of -Wno-unused.
Sat Jun 26 01:47:53 1999 Tim Janik <timj@gtk.org>
* compiler-flags.m4: give -Wunused to gcc instead of -Wno-unused.
svn path=/trunk/; revision=832
macros/ChangeLog | 4 ++++
macros/compiler-flags.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 174b15faee18d826d9037b39d86cd6d1c9741313
Author: Miguel de Icaza <miguel@nuclecu.unam.mx>
Date: Tue Jun 22 21:02:30 1999 +0000
Add WITH_SMBFS
1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
* acconfig.h: Add WITH_SMBFS
* macros/gnome-vfs.m4: Support conditional samba support.
1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gsession.c (create_default_panel): Use directory specified in
command line.
* gcorba.c (corba_create_window): Pass the directory we receive or
cwd if this value is NULL.
* gmain.c (non_corba_create_panels): Use parameter for startup
directory (use the this_dir external directory for this).
(create_panels): Pass this_dsir to non_corba_create_panels and
corba_create_window.
svn path=/trunk/; revision=826
macros/gnome-vfs.m4 | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
commit 730948ef84dbd43e2be52b523a0a78451184a69f
Author: Robert Brady <rwb197@ecs.soton.ac.uk>
Date: Tue Jun 22 19:56:47 1999 +0000
Give an error when an attempt is made to move an empty directory into
1999-06-01 Robert Brady <rwb197@ecs.soton.ac.uk>
* file.c (move_dir_dir): Give an error when an attempt is made to
move an empty directory into itself.
1999-06-14 Wayne Roberts <wroberts1@cx983858-b.orng1.occa.home.com>
* vfs/smbfs.c: New file. Implements the Samba-based file system.
* vfs/vfs.h: Declare vfs_smbfs_ops, vfs_file_is_smb.
* vfs/vfs.c (vfs_file_is_smb): implemented.
(vfs_init) register smbfs.
* vfs/samba: Incorporate SAMBA source code required for smbfs
1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
* Make.common.in (confdir): Define confdir as sysconfdir. This
should fix the problem we had with FSSTND distributions.
svn path=/trunk/; revision=825
macros/gnome-vfs.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a11bf5d2b4cdcaf1f081ddc3d70bc9699b750e5c
Author: lukka <lukka@src.gnome.org>
Date: Fri Jun 11 07:42:06 1999 +0000
Make -lqthreads be detected by qt_null, not main - now works on Debian
svn path=/trunk/; revision=821
macros/ChangeLog | 6 ++++++
macros/gnome-guile-checks.m4 | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
commit 7cb04608d303797d3ba0aad728e571ae888d871e
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu May 27 21:04:32 1999 +0000
Put c++ guards after #includes.
* gnomesupport.awk: Put c++ guards after #includes.
* gnomesupport-fake.h: Remove dependence on `gnome-argp.h'. Move
relevant declarations here.
svn path=/trunk/; revision=810
support/ChangeLog | 7 +++++++
support/gnomesupport-fake.h | 9 ++++++++-
support/gnomesupport.awk | 11 +++++------
3 files changed, 20 insertions(+), 7 deletions(-)
commit 531ee24d48ce1e0cb23791b5b1da63a8f09814d6
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed May 12 20:20:24 1999 +0000
Use `set_errno' instead of `__set_errno' and define `set_errno' here.
1999-05-12 Martin Baulig <martin@home-of-linux.org>
* canonicalize.c: Use `set_errno' instead of `__set_errno' and
define `set_errno' here.
svn path=/trunk/; revision=808
support/ChangeLog | 5 +++++
support/canonicalize.c | 14 ++++++++++----
2 files changed, 15 insertions(+), 4 deletions(-)
commit 84758bc1da812a9453cd8d018a47667fe7e5db81
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Tue May 11 21:59:47 1999 +0000
Add `gnome-bonobo-check.m4'.
* Makefile.am (MACROS): Add `gnome-bonobo-check.m4'.
svn path=/trunk/; revision=797
macros/ChangeLog | 4 ++++
macros/Makefile.am | 1 +
2 files changed, 5 insertions(+)
commit c2d26f1e643ef35d14dbb2dcdbf1efa53686c33b
Author: Jacob Berkman <jberk+@cmu.edu>
Date: Sun May 9 07:25:12 1999 +0000
made test program return 0, changed BONOBO_CHECK to not return "failure"
1999-05-09 Jacob Berkman <jberk+@cmu.edu>
* gnome-bonobo-check.m4: made test program return 0,
changed BONOBO_CHECK to not return "failure" on success
svn path=/trunk/; revision=793
macros/ChangeLog | 5 +++++
macros/gnome-bonobo-check.m4 | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 101ded67a522d27fd3e2f8899578b9edc53fdf92
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sat Apr 17 01:22:18 1999 +0000
Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.
* gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of
AM_PATH_GNOME_PRINT.
* Makefile.am (MACROS): Sort lines.
svn path=/trunk/; revision=760
macros/ChangeLog | 6 ++++++
macros/Makefile.am | 4 ++--
macros/gnome-print-check.m4 | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
commit 85b84aa5323707529dc51c9fd8ca627b1561182c
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Tue Apr 13 03:30:39 1999 +0000
Bononbized Gnumeric compiles.
Bononbized Gnumeric compiles.
Miguel.
svn path=/trunk/; revision=756
macros/gnome-bonobo-check.m4 | 1 +
1 file changed, 1 insertion(+)
commit ba46e906fab96082a669dda1a19932ea0457ef77
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Tue Apr 13 02:50:16 1999 +0000
Updated bonobo checks
svn path=/trunk/; revision=755
macros/gnome-bonobo-check.m4 | 36 ++++++------------------------------
1 file changed, 6 insertions(+), 30 deletions(-)
commit ccec7697bc6178cd2e0c5b75ccce32fd7e9ac45c
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Tue Apr 13 01:41:06 1999 +0000
Added Bonobo test
svn path=/trunk/; revision=754
macros/gnome-bonobo-check.m4 | 172 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 172 insertions(+)
commit fb3a4a34fa807dd5537901871420804c633e9990
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Tue Apr 6 23:23:14 1999 +0000
Require GTK 1.2 -MIguel
svn path=/trunk/; revision=738
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 02ef8776842c7073a178682b7b6d8a2ce5c26d50
Author: Norbert Warmuth <nwarmuth@privat.circular.de>
Date: Mon Mar 29 05:06:57 1999 +0000
Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFS
Sun Mar 28 23:39:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
now contains all VFS checks.
* src/util.c (is_printable): Character 155 is non printable even when
full eight bit output is enabled (on the linux console 155 is
interpreted as "ESC [").
* vfs/vfs.h (vfs_translate_url): Fixed the macro which is used when
compiling without vfs.
* macros/gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs
to be fixed but that's not a problem because there's no libvfs, yet.
svn path=/trunk/; revision=730
macros/ChangeLog | 5 +++++
macros/gnome-vfs.m4 | 27 +++++++++++++++++++++++++--
2 files changed, 30 insertions(+), 2 deletions(-)
commit 15fe5044403c17ab7c83756131e7ba617e6e7b2a
Author: Alan Aspuru Guzik <pquim@src.gnome.org>
Date: Sun Mar 28 19:26:39 1999 +0000
Cambia algunos nomrees del los inputfiles,
svn path=/trunk/; revision=729
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 12aef6a85f5fa416578bc88d5f3765b4e237dbb8
Author: Asbjørn Pettersen <asbjoer@src.gnome.org>
Date: Sun Mar 28 14:34:31 1999 +0000
<sys/types.h> before <fcntl.h>
svn path=/trunk/; revision=727
intl/ChangeLog | 5 +++++
intl/loadmsgcat.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 76fa851107ac73b78f153886f17a34fe80b3a9a7
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sat Mar 27 22:31:28 1999 +0000
Rename from supportincludedir so that `gnomesupport.h' can be installed
* Makefile.am (supportexecincludedir): Rename from
supportincludedir so that `gnomesupport.h' can be installed with
`make install-exec'.
(supportinclude_HEADERS): Remove. Don't install popt-gnome.h
twice.
(error.o): Change `error.c: gnomesupport.h' dependency to
`error.o: gnomesupport.h' to reflect actual dependency.
svn path=/trunk/; revision=726
support/ChangeLog | 10 ++++++++++
support/Makefile.am | 11 +++++------
2 files changed, 15 insertions(+), 6 deletions(-)
commit 9467512f6c461ddfd7b49bf009f8f4f731483409
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Mar 17 20:27:24 1999 +0000
Revert unlogged change.
svn path=/trunk/; revision=715
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 742df7f2b92bb40954ef605e8cbdb96d856c9d49
Author: Alan Aspuru Guzik <pquim@src.gnome.org>
Date: Wed Mar 17 01:45:27 1999 +0000
se arreglaron las graficas de la funcion de onda, por lo menos el HO jala bien con variacional
adios
el rulo
svn path=/trunk/; revision=712
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit cc62717e214edcebd894ac83b67b82686357189c
Author: Tomislav Vujec <tvujec@carnet.hr>
Date: Wed Mar 10 23:16:04 1999 +0000
Applied this change:
1999-03-10 Tomislav Vujec <tvujec@carnet.hr>
* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in
ACLOCAL. This allows maintainer rules to work if any of the macros
change.
svn path=/trunk/; revision=700
macros/ChangeLog | 13 ++++++++++---
macros/aclocal-include.m4 | 2 ++
2 files changed, 12 insertions(+), 3 deletions(-)
commit 3f003e7c7e4c5d8bd9ff4e85c1c2e3de6d95681f
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Mar 10 22:46:20 1999 +0000
Applied Bug fix:
1999-03-10 Tomislav Vujec <tvujec@carnet.hr
* gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in testing
for additional inits. It gets expanded while generating configure,
resulting in an empty parameter list - syntax error in for statement.
svn path=/trunk/; revision=699
macros/ChangeLog | 6 ++++++
macros/gnome.m4 | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
commit 52264414a1690b16571e1a2893ae419c23bf54a0
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Mar 10 01:10:12 1999 +0000
Add a new paramater, which is passed to GNOME_INIT_HOOK.
* gnome.m4 (GNOME_INIT): Add a new paramater, which is passed to
GNOME_INIT_HOOK.
(GNOME_INIT_HOOK): New parameter "additional inits". This is a
list like "applets capplet", and the corresponding
GNOME_APPLETS_LIBS and GNOME_CAPPLETS_LIBS are defined.
Note: This change requires all standalone panel applets to use
GNOME_INIT(applets)
instead of just GNOME_INIT in their configure.ins. I don't think
there are any standalon panel applets in Gnome CVS. This is partly to
fix a bug with a message `unknown library: applets' that appears when
gnome-core is installed the first time.
svn path=/trunk/; revision=698
macros/ChangeLog | 8 ++++++++
macros/gnome.m4 | 31 +++++++++++++++++++++++++------
2 files changed, 33 insertions(+), 6 deletions(-)
commit bbdb92e2ff80fdccf459ea14e33532e681764837
Author: Mark Crichton <crichton@src.gnome.org>
Date: Mon Mar 1 05:21:53 1999 +0000
Ok, this was bugging me.... ....for a while my objc compiler was borked. I
Ok, this was bugging me....
....for a while my objc compiler was borked. I had it, but it didn't work.
gnome-network would abuse and abuse me since it only checked for the objc
compiler and not gnome-objc.
Noticed we didn't have a HAVE_GNOME_OBJC conditional, so I added it. It works
(so far...)
Mark Crichton
svn path=/trunk/; revision=673
macros/ChangeLog | 4 ++++
macros/gnome-objc-checks.m4 | 7 +++++++
2 files changed, 11 insertions(+)
commit 3096482697c773068ae6c8924c3e21fa4366e40b
Author: Martin Baulig <martin@src.gnome.org>
Date: Sun Feb 28 11:26:02 1999 +0000
Remove a CVS conflict marker.
svn path=/trunk/; revision=666
macros/ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 68726dfdfc5f145221e0e3e77e3db290dd7cfc3a
Author: Gregory McLean <gregm@comstar.net>
Date: Sat Feb 27 19:56:42 1999 +0000
Require at least gtk+ 1.2 (pointless getting bug reports with an old
1998-02-27 Gregory McLean <gregm@comstar.net>
* gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting
bug reports with an old glib/gtk/gdk set..)
svn path=/trunk/; revision=665
macros/ChangeLog | 5 +++++
macros/gnome-x-checks.m4 | 3 +--
2 files changed, 6 insertions(+), 2 deletions(-)
commit 5c2247f3b5fe06edda4857af26d32d0bb117f4b5
Author: Martin Baulig <martin@home-of-linux.org>
Date: Thu Feb 25 07:01:52 1999 +0000
Require LibGTop >= 1.0.0.
1999-02-25 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0.
svn path=/trunk/; revision=661
macros/ChangeLog | 4 ++--
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
commit e6f87cc464aa1dc7978898340851f3df8a98ed89
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Feb 25 00:26:34 1999 +0000
Fixes for release.
Fixes for release.
svn path=/trunk/; revision=654
macros/gnome-objc-checks.m4 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 9eeb2d52542948e16e854a10dc9d4e3ab6b25c5f
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Feb 25 00:18:21 1999 +0000
look in the right prefix
svn path=/trunk/; revision=652
macros/gnome-objc-checks.m4 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
commit ba778661c9316999ec3126ca59c4701754f7528a
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Feb 24 14:54:16 1999 +0000
Require LibGTop >= 0.100.0.
1999-02-24 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-checks.m4: Require LibGTop >= 0.100.0.
svn path=/trunk/; revision=650
macros/ChangeLog | 4 ++++
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 147e09c6ee7876437a166716949096184484ddec
Author: Miguel de Icaza <miguel@nuclecu.unam.mx>
Date: Mon Feb 22 21:27:11 1999 +0000
Only add the compilation warnings if the compiler is GCC.
1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
* compiler-flags.m4: Only add the compilation warnings if the
compiler is GCC.
svn path=/trunk/; revision=645
macros/ChangeLog | 5 +++++
macros/compiler-flags.m4 | 7 +++++++
2 files changed, 12 insertions(+)
commit 5ff9d0519e8f47a63ac11493e985b54285441577
Author: Timur Bakeyev <mc@bat.ru>
Date: Sat Feb 20 02:15:32 1999 +0000
ZVT_LIBS
1999-02-20 Timur Bakeyev <mc@bat.ru>
* gnome.m4: Added and exported ZVT_LIBS.
svn path=/trunk/; revision=642
macros/ChangeLog | 4 ++++
macros/gnome.m4 | 2 ++
2 files changed, 6 insertions(+)
commit f078bbe4b647ae4590dc9c3c0d029047477ae035
Author: Martin Baulig <martin@home-of-linux.org>
Date: Fri Feb 19 10:15:15 1999 +0000
Include <gnome-argp.h> instead of the removed <argp-namefrob.h>.
1999-02-19 Martin Baulig <martin@home-of-linux.org>
* canonicalize.c: Include <gnome-argp.h> instead of the removed
<argp-namefrob.h>.
svn path=/trunk/; revision=641
support/ChangeLog | 5 +++++
support/canonicalize.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 3b63f050bec008ec6e12578f6b3a13a86f91d645
Author: Alan Aspuru Guzik <pquim@src.gnome.org>
Date: Fri Feb 19 02:50:28 1999 +0000
x Wonderful, now we have autoconf magic, --enable-pvm=[yes,no]
Alan Aspuru-Guzik
svn path=/trunk/; revision=640
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6df09250ef7a191d4a3622eeb88188496d655413
Author: Owen Taylor <otaylor@redhat.com>
Date: Thu Feb 18 00:02:24 1999 +0000
svn path=/trunk/; revision=638
Tue Feb 16 19:35:42 1999 Owen Taylor <otaylor@redhat.com>
svn path=/trunk/; revision=638
macros/ChangeLog | 4 ++++
macros/gnome-x-checks.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 3a47bfe4b17c330ef26229fea8ffe4b8b1fab33c
Author: Changwoo Ryu <cwryu@adam.kaist.ac.kr>
Date: Wed Feb 17 03:59:39 1999 +0000
Removed the suspicious `#ifdef HAVE_DGETTEXT...' switch. Now `progname
1999-02-17 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
* poptint.h: Removed the suspicious `#ifdef HAVE_DGETTEXT...'
switch. Now `progname --help' messages should be translated.
svn path=/trunk/; revision=637
support/ChangeLog | 5 +++++
support/poptint.h | 6 +-----
2 files changed, 6 insertions(+), 5 deletions(-)
commit b713073000438f0ac564ea3d7a2ead80f22b1b7a
Author: Timur Bakeyev <mc@bat.ru>
Date: Mon Feb 15 17:58:31 1999 +0000
BSDI's shell fix..
1999-02-15 Timur Bakeyev <mc@bat.ru>
* gnome-gettext.m4: Work around a bug in BSDI's native sh, which in-
correctly expands ${LINGUAS=$ALL_LINGUAS}. Switched to if/fi variant.
svn path=/trunk/; revision=633
macros/ChangeLog | 7 ++++++-
macros/gnome-gettext.m4 | 5 ++++-
2 files changed, 10 insertions(+), 2 deletions(-)
commit c59d1dc4e2bb5418c81985eac4836d862345fce9
Author: Chris Lahey <clahey@src.gnome.org>
Date: Mon Feb 15 09:13:17 1999 +0000
Reworked the paragraph formatting dialog.
Bumped the version number.
Reworked macros/gnome-print-check.m4.
Added a plugin to plugins/.cvsignore.
svn path=/trunk/; revision=631
macros/ChangeLog | 7 ++
macros/gnome-print-check.m4 | 189 ++++++++++++++++++++++++++++++++++++++------
2 files changed, 170 insertions(+), 26 deletions(-)
commit 0aa29a7174f406e5adcdfbc01a4f28061b6181a7
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Feb 10 14:37:29 1999 +0000
Applied a patch from Kenneth Stailey; use $CFLAGS when invoking $OBJC so
1999-02-10 Martin Baulig <martin@home-of-linux.org>
* gnome-objc-checks.m4: Applied a patch from Kenneth Stailey;
use $CFLAGS when invoking $OBJC so the user can add additional
include paths.
svn path=/trunk/; revision=626
macros/ChangeLog | 6 ++++++
macros/gnome-objc-checks.m4 | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit bd627b925ad8b49c23c2f1dbc0b14b1eff3e5eb5
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Tue Feb 9 22:06:59 1999 +0000
Support for freezing/thawing the GtkCTree during potential tree updates
Support for freezing/thawing the GtkCTree during potential
tree updates from the treestore.
This speeds up a lot the display, as the GtkCTree seems to be
particularly bad at handling changes to the tree and keeping
the display in sync.
Makefile fixes to support SHELL= during compilation.
Miguel.
svn path=/trunk/; revision=625
intl/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d0ade6b12d3ea22b2bca473deb03a2b83a996cb5
Author: Michael Lausch <mila@src.gnome.org>
Date: Fri Feb 5 18:50:38 1999 +0000
It was a mistake
svn path=/trunk/; revision=619
intl/.cvsignore | 4 +
intl/ChangeLog | 1022 ++++++++++++++++++++++++++++++++++++++++++++++++++++
intl/Makefile.in | 221 ++++++++++++
intl/VERSION | 1 +
intl/bindtextdom.c | 199 ++++++++++
intl/cat-compat.c | 262 ++++++++++++++
intl/dcgettext.c | 593 ++++++++++++++++++++++++++++++
intl/dgettext.c | 59 +++
intl/explodename.c | 181 ++++++++++
intl/finddomain.c | 189 ++++++++++
intl/gettext.c | 70 ++++
intl/gettext.h | 105 ++++++
intl/gettextP.h | 73 ++++
intl/hash-string.h | 63 ++++
intl/intl-compat.c | 76 ++++
intl/intlh.inst.in | 111 ++++++
intl/l10nflist.c | 409 +++++++++++++++++++++
intl/libgettext.h | 185 ++++++++++
intl/libintl.glibc | 111 ++++++
intl/linux-msg.sed | 100 +++++
intl/loadinfo.h | 58 +++
intl/loadmsgcat.c | 199 ++++++++++
intl/localealias.c | 378 +++++++++++++++++++
intl/po2tbl.sed.in | 102 ++++++
intl/textdomain.c | 106 ++++++
intl/xopen-msg.sed | 104 ++++++
26 files changed, 4981 insertions(+)
commit 3e4bee4d2f04de6e6f51dae0ac53564478c1add1
Author: Michael Lausch <mila@src.gnome.org>
Date: Fri Feb 5 18:03:52 1999 +0000
no more intl dir
svn path=/trunk/; revision=618
intl/.cvsignore | 4 ----
1 file changed, 4 deletions(-)
commit 790c0e562dc67abbf824013e5f57e9c28f372ef2
Author: Michael Lausch <mila@src.gnome.org>
Date: Fri Feb 5 18:02:41 1999 +0000
Removing unnecessary intl files.
svn path=/trunk/; revision=617
intl/dgettext.c | 59 ----------------------------------------------
intl/gettextP.h | 73 ---------------------------------------------------------
2 files changed, 132 deletions(-)
commit 68f681ad87d2bfdb1a0e373a3021670824fc570c
Author: Michael Lausch <mila@src.gnome.org>
Date: Fri Feb 5 18:00:31 1999 +0000
removing unnecessary intl files.
svn path=/trunk/; revision=616
intl/ChangeLog | 1022 ----------------------------------------------------
intl/Makefile.in | 221 ------------
intl/VERSION | 1 -
intl/bindtextdom.c | 199 ----------
intl/cat-compat.c | 262 --------------
intl/dcgettext.c | 593 ------------------------------
intl/explodename.c | 181 ----------
intl/finddomain.c | 189 ----------
intl/gettext.c | 70 ----
intl/gettext.h | 105 ------
intl/hash-string.h | 63 ----
intl/intl-compat.c | 76 ----
intl/intlh.inst.in | 111 ------
intl/l10nflist.c | 409 ---------------------
intl/libgettext.h | 185 ----------
intl/libintl.glibc | 111 ------
intl/linux-msg.sed | 100 -----
intl/loadinfo.h | 58 ---
intl/loadmsgcat.c | 199 ----------
intl/localealias.c | 378 -------------------
intl/po2tbl.sed.in | 102 ------
intl/textdomain.c | 106 ------
intl/xopen-msg.sed | 104 ------
23 files changed, 4845 deletions(-)
commit 9aaa43e5096613de16350564ba6aac9f123b63d5
Author: Martin Baulig <martin@home-of-linux.org>
Date: Fri Feb 5 11:42:32 1999 +0000
Don't add warning and compiler flags to the CFLAGS and CXXFLAGS when
1999-02-05 Martin Baulig <martin@home-of-linux.org>
* compiler-flags.m4: Don't add warning and compiler flags to
the CFLAGS and CXXFLAGS when they're cached. This fixes the
problem that CFLAGS and CXXFLAGS get longer and longer each
time you run a `config.status --recheck'.
svn path=/trunk/; revision=610
macros/ChangeLog | 7 +++++++
macros/compiler-flags.m4 | 12 ++++++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
commit fede401de24c24de782befee9cb4c88d689e40a5
Author: Martin Baulig <martin@src.gnome.org>
Date: Thu Feb 4 13:27:05 1999 +0000
To make this work both for GNOME Applications inside and outside the
GNOME CVS Tree I did the following:
* There is an `INSIDE_GNOME_COMMON' automake conditional which is defined
in two places:
- macros/aclocal-includes.m4 defines this to always be false.
- gnome-common/configure.in does not include anything from macros and
defines this to be true.
* We use this automake conditional in the macros/Makefile.am to install
$(MACROS), autogen.sh, gnome-common.m4 and a newly created gnome-macros.dep
in `$(datadir)/aclocal/gnome'.
Since aclocal doesn't look in subdirectories we can safely install them
there even when compiling from CVS.
Also, there is no need to make any change to any existing application
in the GNOME CVS Tree - really fine ...
* When we're outside the GNOME CVS Tree we simply need to tell aclocal that
it should also look in `$(datadir)/aclocal/gnome' and it will find all
the macros.
The is a `gnome-skel' module in CVS that can be used as a starting point
when writing a new GNOME Application that should be used outside CVS.
February 4, 1999,
Martin Baulig <martin@home-of-linux.org>
svn path=/trunk/; revision=609
Makefile.am | 18 +++++++---------
README | 33 ++++++++++++++++++++++++++++
configure.in | 25 ++++------------------
gnome-common.spec | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 109 insertions(+), 31 deletions(-)
commit 27e19ca975b25e66e49e00bfd80995f2bd017452
Author: Martin Baulig <martin@home-of-linux.org>
Date: Thu Feb 4 13:04:51 1999 +0000
New automake conditional that's always false.
1999-02-04 Martin Baulig <martin@home-of-linux.org>
* aclocal-include.m4 (INSIDE_GNOME_COMMON): New automake
conditional that's always false.
* gnome-common.m4: New file. This defines a `GNOME_COMMON_INIT'
macro that should be used in all GNOME Applications outside
the CVS tree.
* Makefile.am: If we are `INSIDE_GNOME_COMMON', install all
$(MACROS), autogen.sh, gnome-common.m4 and a newly created
gnome-macros.dep in `$(datadir)/aclocal/gnome'.
svn path=/trunk/; revision=605
macros/ChangeLog | 13 +++++++++++++
macros/Makefile.am | 12 +++++++++++-
macros/aclocal-include.m4 | 6 +++++-
macros/gnome-common.m4 | 14 ++++++++++++++
4 files changed, 43 insertions(+), 2 deletions(-)
commit 1a8f01afe09e7fe6e6096015c3fc0719c6e6dc82
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Jan 27 16:15:46 1999 +0000
Re-order log
svn path=/trunk/; revision=595
macros/ChangeLog | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
commit 8625ab46de9c25f14484e5b25d6a3869e0747439
Author: Timur Bakeyev <mc@bat.ru>
Date: Sun Jan 24 01:03:26 1999 +0000
Add recognition of 2 more libraries - pthreads and pthread-support build
Sun Jan 24 03:59:32 1999 Timur Bakeyev <mc@bat.ru>
* gnome-pthread-check.m4: Add recognition of 2 more libraries -
pthreads and pthread-support build in libc (as on BSDI).
svn path=/trunk/; revision=592
macros/ChangeLog | 5 +++++
macros/gnome-pthread-check.m4 | 11 ++++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
commit f97a3bc695234474bb52d4595d44a7e481a44446
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sat Jan 23 18:29:06 1999 +0000
New macro. This checks whether you have the LibGTop documentation
1999-01-23 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-checks.m4 (GNOME_LIBGTOP_DOCU): New macro. This
checks whether you have the LibGTop documentation installed and
defines `HAVE_LIBGTOP_DOCU' if appropriate. Also provides automake
conditional.
svn path=/trunk/; revision=591
macros/ChangeLog | 7 +++++++
macros/gnome-libgtop-check.m4 | 27 +++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
commit 5b527d5662b770cc2068130dd30503cecca16dfe
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Jan 20 23:09:09 1999 +0000
Applied a patch from Owen Taylor to keep this in sync with
AC_GTK_GETTEXT from gtk+/acinclude.m4.
1999-01-20 Martin Baulig <martin@home-of-linux.org>
* acinclude.m4 (ac_result): Unset CATOBJEXT so
that the macros and Makefiles correctly handle
disabling NLS when no gettext is found.
svn path=/trunk/; revision=589
macros/ChangeLog | 6 ++++++
macros/gnome-gettext.m4 | 4 +++-
2 files changed, 9 insertions(+), 1 deletion(-)
commit 55a868c3dea6ee3c73055dcbee1d60bfd07aff62
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Jan 20 03:33:28 1999 +0000
Rewrite to be saner. Don't limit yourself to a fixed set of names for the
* gnome-cxx-check.m4 (GNOME_CHECK_CXX): Rewrite to be saner.
Don't limit yourself to a fixed set of names for the compiler.
svn path=/trunk/; revision=588
macros/ChangeLog | 5 +++++
macros/gnome-cxx-check.m4 | 21 ++++++++-------------
2 files changed, 13 insertions(+), 13 deletions(-)
commit c3b2445b04490755ae0e49b89984064afec66fa8
Author: Marcin Gorycki <mgo@src.gnome.org>
Date: Tue Jan 19 08:23:48 1999 +0000
initial rev.
svn path=/trunk/; revision=586
macros/gnome-cxx-check.m4 | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit d75f8e8189fbb67d488c3776ec17a9b0cbb2e24e
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Mon Jan 18 19:41:12 1999 +0000
Suggest using libtool 1.2d
svn path=/trunk/; revision=582
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ebca5cde536e7827d1fbbffa69598be5400ec8e1
Author: Alan Aspuru Guzik <pquim@src.gnome.org>
Date: Wed Jan 13 01:21:51 1999 +0000
x GMoiss about box fixed
x Filenames changed to the file structure and they now use simulation
struct
x Everything now uses glib
x 0.99.2 compliant
x May not work (commit for rulox)
Alan Aspuru Guzik
svn path=/trunk/; revision=575
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 99d7e1950850d91e1193de7bbf19eaee4fba30d5
Author: Alan Aspuru Guzik <pquim@src.gnome.org>
Date: Tue Jan 12 01:52:48 1999 +0000
x I must leave - Incomplete commit for bit to hack in the night
x Name changes, I still have to finish the file names
x Function API changes.
Alan Aspuru Guzik
svn path=/trunk/; revision=573
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 415bc22e1bb9c78aef40f3410a210c3566df199e
Author: Tero Pulkkinen <terop@src.gnome.org>
Date: Mon Jan 11 05:12:24 1999 +0000
(This is a patch from Nix <nix@esperi.demon.co.uk>) Brought C++ language
(This is a patch from Nix <nix@esperi.demon.co.uk>)
* compiler-flags.m4 (GNOME_CXX_WARNINGS): Brought C++ language
compliance into line with C language compliance.
Fixed typo (`C' for `C++').
(--enable-iso-cxx): New flag to *permit* -pedantic rather than
requiring it.
svn path=/trunk/; revision=571
macros/compiler-flags.m4 | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
commit f04f097e60a940f995212c0e09999eec06381b9d
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Fri Jan 8 05:40:16 1999 +0000
Couple of changes:
Couple of changes:
configure tests to make gnome-libs prepared for a potential
release of Imlib 1.9.
Mime-info fix for the tar-problem in gmc.
Miguel.
svn path=/trunk/; revision=569
macros/ChangeLog | 4 ++++
support/gnomesupport.awk | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit ac67ccf1093757617b5befafa5c16e6f2ed6019c
Author: Paolo Molaro <lupus@src.gnome.org>
Date: Thu Jan 7 15:59:36 1999 +0000
Thu, 7 Jan 1999 16:59:35 +0100 Paolo Molaro <lupus@debian.org>
* macros/gnome-objc-checks.m4: enable egcc as an objc compiler.
* obgtk/obgtkLabel.m: use gtk_label_set_text (the interface ni
/obgtkLabel.mh is the same).
svn path=/trunk/; revision=568
macros/gnome-objc-checks.m4 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit 8705cfe022c6dae28bb6b6dd64d6ed2bd2d53250
Author: Nat Friedman <nat@nat.org>
Date: Wed Jan 6 10:03:18 1999 +0000
Added gnome-print-check.m4 to MACROS
1999-01-06 Nat Friedman <nat@nat.org>
* Makefile.am (MACROS): Added gnome-print-check.m4 to MACROS
svn path=/trunk/; revision=566
macros/ChangeLog | 4 ++++
macros/Makefile.am | 1 +
2 files changed, 5 insertions(+)
commit b53a0a807c5ed932fdb4a3a48cd0b6850209e525
Author: Nat Friedman <nat@src.gnome.org>
Date: Wed Jan 6 10:00:03 1999 +0000
A new autoconf macro to check for libgnomeprint. I've never written
one of these before, so please let me know if I messed up :-) The
macro is GNOME_PRINT_CHECK.
svn path=/trunk/; revision=564
macros/gnome-print-check.m4 | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
commit f8bd3f941886d669686d934e86d1ac880b9af150
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Jan 6 01:45:20 1999 +0000
Include dirent.h before checking whether `scandir' needs to be declared.
* gnome-support.m4: Include dirent.h before checking whether
`scandir' needs to be declared.
* need-declaration.m4: Revert unlogged change.
svn path=/trunk/; revision=562
macros/ChangeLog | 6 ++++++
macros/gnome-support.m4 | 7 ++++++-
macros/need-declaration.m4 | 3 ---
3 files changed, 12 insertions(+), 4 deletions(-)
commit dab27d3876045f818ad3840a6bdc58f0a15294d8
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed Jan 6 01:10:15 1999 +0000
Fix the scandir detection
svn path=/trunk/; revision=561
macros/gnome-support.m4 | 2 +-
macros/need-declaration.m4 | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
commit 614c9bede8a5ec1017c5695bfee70a08458d38aa
Author: Martin Baulig <martin@src.gnome.org>
Date: Tue Jan 5 22:15:47 1999 +0000
Applied patch for DG/UX from Marc J. Fraioli:
* macros/gnome-support.m4: Check whether we need to declare scandir ().
* support/gnomesupport.awk: Declare scandir () if necessary.
svn path=/trunk/; revision=558
macros/gnome-support.m4 | 2 +-
support/gnomesupport.awk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit ad718b30797bc9d0db86392fbff55dc244a6f04c
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Tue Jan 5 00:45:28 1999 +0000
More fixes for 0_99_2
svn path=/trunk/; revision=555
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e85582e02650235f3703acad2ff090a15642b5b7
Author: Martin Baulig <martin@src.gnome.org>
Date: Sun Jan 3 19:17:16 1999 +0000
Minor `make distcheck' fixes.
svn path=/trunk/; revision=551
macros/Makefile.am | 1 +
1 file changed, 1 insertion(+)
commit 36ec24148b2469d24149b8b116d2f20a70b9b5ac
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Sat Jan 2 17:39:07 1999 +0000
Jeff is completely correct. I need to wait til the next glib release, revert this for now
svn path=/trunk/; revision=550
support/popt.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
commit ba55c3ed60d42f780d18952f32af6ab768c12f35
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Sat Jan 2 17:23:59 1999 +0000
Fix from Ulrich to gnome-libs
svn path=/trunk/; revision=549
support/popt.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
commit e66bd69f1d22084cb954fddab4c875968382a499
Author: Jeff Garzik <jgarzik@src.gnome.org>
Date: Thu Dec 24 21:09:15 1998 +0000
Merge changes from GNOME_STABLE.
svn path=/trunk/; revision=546
support/README-gnome | 11 +++++++++++
1 file changed, 11 insertions(+)
commit 372db513aef0d814012697cdeec47561dbf25ae6
Author: Jeff Garzik <jgarzik@src.gnome.org>
Date: Thu Dec 24 20:31:34 1998 +0000
poptParseArgvString cleanups...
x
Added array grow increment constant.
Remove unnecessary 'dst' init.
Remove unnecessary strcpy().
Make arg 's' and var 'src' const-correct.
svn path=/trunk/; revision=543
support/ChangeLog | 8 ++++++++
support/popt-gnome.h | 2 +-
support/poptparse.c | 22 ++++++++++++----------
3 files changed, 21 insertions(+), 11 deletions(-)
commit aa3d584c9170a93984aebbd666a8bb86734badf9
Author: Jeff Garzik <jgarzik@src.gnome.org>
Date: Tue Dec 22 18:24:24 1998 +0000
Added and exported GNOME_APPLET_LIBS.
svn path=/trunk/; revision=541
macros/ChangeLog | 4 ++++
macros/gnome.m4 | 2 ++
2 files changed, 6 insertions(+)
commit 7b3a30ec20e175f9751d08c80e46f62969fb3f1e
Author: Matt Wilson <msw@redhat.com>
Date: Mon Dec 21 17:21:31 1998 +0000
fix pointer assignment
1998-12-21 Matt Wilson <msw@redhat.com>
* poptparse.c: fix pointer assignment
svn path=/trunk/; revision=540
support/ChangeLog | 4 ++++
support/poptparse.c | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
commit 2ae2fbdbff3dbd6df7a0d1e3698bfa97c141d21f
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Thu Dec 17 00:07:13 1998 +0000
Merge the changes from GNOME_STABLE into HEAD.
Merge the changes from GNOME_STABLE into HEAD.
Miguel.
svn path=/trunk/; revision=535
macros/ChangeLog | 5 +++++
macros/gnome-support.m4 | 23 -----------------------
support/ChangeLog | 7 +++++++
support/Makefile.am | 4 ++--
4 files changed, 14 insertions(+), 25 deletions(-)
commit 62179bbd789010c850e089dcbaefd003c5a81d50
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Dec 15 22:57:24 1998 +0000
Add the hacked version of the gettext macros that is used in Gtk+ here.
1998-12-15 Martin Baulig <martin@home-of-linux.org>
* gnome-gettext.m4: Add the hacked version of the gettext
macros that is used in Gtk+ here.
* autogen.sh: Accept both AM_GNU_GETTEXT and AM_GNOME_GETTEXT.
svn path=/trunk/; revision=527
macros/ChangeLog | 7 +
macros/autogen.sh | 19 +++
macros/gnome-gettext.m4 | 331 ++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 357 insertions(+)
commit c4a23586ed32266d265cee2dc972b2430d89584e
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Dec 15 19:03:36 1998 +0000
Just set the version number to 0.99.0 to keep it in sync with the rest
of GNOME.
1998-12-15 Martin Baulig <martin@home-of-linux.org>
Released LibGTop 0.99.0 which is a feature-freezed version
for GNOME 1.0.
svn path=/trunk/; revision=526
macros/ChangeLog | 4 ++--
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
commit cdad74067311d76389794935c93dff48d8065897
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Dec 15 13:29:42 1998 +0000
Add all source and header files here.
1998-12-15 Martin Baulig <martin@home-of-linux.org>
* Makefile.am (EXTRA_DIST): Add all source and header files here.
svn path=/trunk/; revision=525
support/ChangeLog | 4 ++++
support/Makefile.am | 9 ++++++++-
2 files changed, 12 insertions(+), 1 deletion(-)
commit cb5502174a30bc954ff6423b31b4836ac000ffd1
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Dec 15 13:17:18 1998 +0000
All parts of GNOME will now require LibGTop >= 0.30.0 which is the latest
1998-12-15 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: All parts of GNOME will now require
LibGTop >= 0.30.0 which is the latest version from CVS and
already feature-freezed for GNOME 1.0.
svn path=/trunk/; revision=524
macros/ChangeLog | 6 ++++++
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 3a8057f40e817acadf1b216edbfb7171398b2bb4
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Mon Dec 14 23:58:37 1998 +0000
Now it works.
Now it works.
svn path=/trunk/; revision=523
support/Makefile.am | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
commit 812799ca34d06b2d8ef85b15eff6379a7b3d537a
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Mon Dec 14 23:54:15 1998 +0000
remove argp files.
remove argp files.
svn path=/trunk/; revision=522
support/Makefile.am | 7 +-
support/argp-ba.c | 26 -
support/argp-eexst.c | 32 -
support/argp-fmtstream.c | 382 ----------
support/argp-fmtstream.h | 302 --------
support/argp-fs-xinl.c | 41 --
support/argp-help.c | 1732 ----------------------------------------------
support/argp-namefrob.h | 92 ---
support/argp-parse.c | 962 -------------------------
support/argp-pv.c | 25 -
support/argp-pvh.c | 32 -
support/argp-test.c | 209 ------
support/argp-xinl.c | 37 -
support/argp.h | 571 ---------------
support/argp.texi | 1157 -------------------------------
support/long-options.c | 79 ---
support/long-options.h | 31 -
17 files changed, 4 insertions(+), 5713 deletions(-)
commit 87212591e14900b92330a6e103dccf69b6e53c95
Author: Jeff Garzik <jgarzik@src.gnome.org>
Date: Wed Dec 9 16:25:39 1998 +0000
Fixed typo, from Markus Linnala <maage@cs.tut.fi>
svn path=/trunk/; revision=519
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit fa07ff771d17064042ef1a3c8be5f96b65884898
Author: Martin Baulig <martin@src.gnome.org>
Date: Tue Dec 8 23:50:43 1998 +0000
Added `easy-vsnprintf.c' to EXTRA_DIST.
svn path=/trunk/; revision=518
support/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 26eb911279f4fba5ca7a471dd33e5a6f3c50ca3c
Author: Martin Baulig <martin@src.gnome.org>
Date: Tue Dec 8 23:48:04 1998 +0000
Added gnome-orbit-check.m4.
svn path=/trunk/; revision=516
macros/Makefile.am | 1 +
1 file changed, 1 insertion(+)
commit 44ab5b9211b59978c689502edadcdfea944da1be
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Dec 8 23:29:47 1998 +0000
Make this work with more than one directory.
1998-12-09 Martin Baulig <martin@home-of-linux.org>
* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Make this work
with more than one directory.
svn path=/trunk/; revision=515
macros/ChangeLog | 5 +++++
macros/aclocal-include.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 5729089c58ef4a1676bdfdb1ec632497ec0be165
Author: Martin Baulig <martin@src.gnome.org>
Date: Tue Dec 8 23:25:26 1998 +0000
Removed gnome-libgtop-sysdeps.m4 here.
svn path=/trunk/; revision=514
macros/Makefile.am | 1 -
1 file changed, 1 deletion(-)
commit 4064be88815fbacf03264ac7439c6fa5ceabce16
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Dec 8 22:59:29 1998 +0000
Moved into the LibGTop module. This file contains too much stuff that
1998-12-08 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: Moved into the LibGTop module.
This file contains too much stuff that should only be used
internally in LibGTop, so it's better to have it there.
svn path=/trunk/; revision=513
macros/ChangeLog | 6 +
macros/gnome-libgtop-sysdeps.m4 | 249 ----------------------------------------
2 files changed, 6 insertions(+), 249 deletions(-)
commit c6a2f5b22f2ade65031f593f98ff27fa5b21f10b
Author: Mark Crichton <crichton@src.gnome.org>
Date: Tue Dec 8 17:16:35 1998 +0000
Ok, the check for NO-AUTO-GEN is now working. This was borking up the
Ok, the check for NO-AUTO-GEN is now working. This was borking up the
gnome-guile compile. (It was testing for $srcdir/configure.in/NO-AUTO-GEN
instead of $srcdir/NO-AUTO-GEN)
Mark Crichton
svn path=/trunk/; revision=512
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 570a0e7fafbe5c87aaefb8fbb9cdbfe5742f9013
Author: Frederic Devernay <devernay@src.gnome.org>
Date: Tue Dec 8 14:04:45 1998 +0000
test -e is broken in Solaris /bin/sh, use test -r instead
svn path=/trunk/; revision=511
macros/autogen.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 7d1c227d9f47a1ed1d3a080c83003c309cd12b0b
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon Dec 7 21:44:21 1998 +0000
Make sure aclocal.m4 works before invoking gettextize.
svn path=/trunk/; revision=510
macros/autogen.sh | 2 ++
1 file changed, 2 insertions(+)
commit f1152606e30001730a5ce51eed7837162166358d
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon Dec 7 20:05:21 1998 +0000
Make sure aclocal.m4 exists before making it writable.
svn path=/trunk/; revision=509
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 209eddc8fa3974d4668c86a5fdd8a6eb68cf5d96
Author: Martin Baulig <martin@src.gnome.org>
Date: Sun Dec 6 13:00:17 1998 +0000
Invoke gettextize with the --copy parameter to prevent it from making
aclocal.m4 a symlink to a place where normal people don't have write
access. After that do a chmod on that file so we really can write it.
svn path=/trunk/; revision=508
macros/autogen.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
commit dce40af18c57ab1257c821a774acae92cc35c3fd
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Dec 6 11:06:54 1998 +0000
Recognice OpenBSD as a valid system and use the `freebsd' sysdeps
1998-12-06 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: Recognice OpenBSD as a valid
system and use the `freebsd' sysdeps directory for it.
svn path=/trunk/; revision=507
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-sysdeps.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 9b8cc21d60a79680d36f452cb9bb4cdba5baae79
Author: Manish Singh <yosh@src.gnome.org>
Date: Sun Dec 6 07:35:53 1998 +0000
clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix)
* gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if
guile isn't there (quick fix)
-Yosh
svn path=/trunk/; revision=506
macros/ChangeLog | 5 +++++
macros/gnome-guile-checks.m4 | 1 +
2 files changed, 6 insertions(+)
commit d94ef2482a72be4ed7ad70d215cedf13fc487dab
Author: Ole J. Tetlie <olet@src.gnome.org>
Date: Sat Dec 5 19:47:57 1998 +0000
Added --copy option to libtoolize. This stops libtoolize from
symlinking config.log to a location that normal users don't
have write access to (on my system, at least).
svn path=/trunk/; revision=505
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5ad64770d4aef248025cfaebc96620be35892bef
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sat Dec 5 18:47:40 1998 +0000
Recognice NetBSD as a valid system and use the `freebsd' sysdeps directory
1998-12-05 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid
system and use the `freebsd' sysdeps directory for it.
svn path=/trunk/; revision=504
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-sysdeps.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit a77785228d93e098034142fc9103e22304e30414
Author: Martin Baulig <martin@src.gnome.org>
Date: Sat Dec 5 16:25:02 1998 +0000
Include "popt-gnome.h" instead of "popt.h".
svn path=/trunk/; revision=503
support/popthelp.c | 4 ++++
support/poptparse.c | 6 +++++-
2 files changed, 9 insertions(+), 1 deletion(-)
commit 3ace2b69f86b34b418f69418b10c3c94a50f8a95
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Dec 3 19:04:49 1998 +0000
Update popt, and always use the gnome-libs version instead of any system
Update popt, and always use the gnome-libs version instead of any system
version.
svn path=/trunk/; revision=501
support/Makefile.am | 2 +-
support/popt.c | 2 +-
support/poptconfig.c | 2 +-
support/popthelp.c | 2 +-
support/poptparse.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
commit f453cd201acbdadf162aa56e5faf2cd54d639d03
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Dec 3 18:48:46 1998 +0000
remove file, renaming to gnome-popt.h
svn path=/trunk/; revision=500
support/popt.h | 115 ---------------------------------------------------------
1 file changed, 115 deletions(-)
commit d2c3d70a2793fb8276893bb3edad0f1cb5a0367b
Author: Martin Baulig <martin@home-of-linux.org>
Date: Thu Dec 3 16:08:24 1998 +0000
Define this to be the same as LINUX_VERSION_CODE either from
1998-12-03 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4 (GLIBTOP_LINUX_VERSION_CODE):
Define this to be the same as LINUX_VERSION_CODE either from
<linux/version.h> or from the running kernel.
svn path=/trunk/; revision=499
macros/ChangeLog | 6 ++++++
macros/gnome-libgtop-sysdeps.m4 | 24 ++++++++++++++++++++++++
2 files changed, 30 insertions(+)
commit b387e8355330bffc1b0b69f8a579b94c2710325a
Author: Martin Baulig <martin@src.gnome.org>
Date: Thu Dec 3 14:49:39 1998 +0000
Only check for the linux table () function on Linux systems.
svn path=/trunk/; revision=498
macros/gnome-libgtop-sysdeps.m4 | 83 ++++++++++++++++++++---------------------
1 file changed, 41 insertions(+), 42 deletions(-)
commit a3e8e691c87827a725c0749f10c981677deded87
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Dec 3 00:59:04 1998 +0000
Add back `gnomesupport.awk' and `README-gnome'.
* Makefile.am (EXTRA_DIST): Add back `gnomesupport.awk' and
`README-gnome'.
svn path=/trunk/; revision=497
support/ChangeLog | 7 ++++++-
support/Makefile.am | 1 +
2 files changed, 7 insertions(+), 1 deletion(-)
commit 8184a2728689b4fd8f86a103997861a276ea0637
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Dec 2 21:45:12 1998 +0000
"Improve" indentation and messages somewhat.
* autogen.sh: "Improve" indentation and messages somewhat.
svn path=/trunk/; revision=496
macros/ChangeLog | 4 ++
macros/autogen.sh | 143 ++++++++++++++++++++++++++++--------------------------
2 files changed, 78 insertions(+), 69 deletions(-)
commit 4abc1d2e50f88d0600eb2b00f91b9bf3539f272e
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed Dec 2 21:05:38 1998 +0000
Make it with builddir != srcdir again.
svn path=/trunk/; revision=495
macros/autogen.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit e3e53b0d517fdff2e8780733f0ea74b6d9aa19f1
Author: Michael Johnson <johnsonm@src.gnome.org>
Date: Tue Dec 1 19:05:36 1998 +0000
POPT_ARG_VAL appears to work, now that I have a finished test case...
svn path=/trunk/; revision=493
support/popt.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
commit 9d053a3da02bd90ecf1e23df7be1e93bd4818ca8
Author: Jeff Garzik <jgarzik@src.gnome.org>
Date: Tue Dec 1 16:45:02 1998 +0000
Platform fixes. grep -q is not portable, do not use.
svn path=/trunk/; revision=491
macros/ChangeLog | 5 +++++
macros/autogen.sh | 14 +++++++-------
2 files changed, 12 insertions(+), 7 deletions(-)
commit 46ccea90f78417b89aad32536d7d4d9096f93485
Author: Changwoo Ryu <cwryu@adam.kaist.ac.kr>
Date: Tue Dec 1 10:02:56 1998 +0000
Run gettextize if needed. : Run libtoolize only if configure.in has
1998-12-01 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
* autogen.sh: Run gettextize if needed.
: Run libtoolize only if configure.in has "^AM_PROG_LIBTOOL".
svn path=/trunk/; revision=490
macros/ChangeLog | 5 +++++
macros/autogen.sh | 32 ++++++++++++++++++++++++++++++--
2 files changed, 35 insertions(+), 2 deletions(-)
commit 72e222b355f28f462730546b22d83fda2b9cbf3e
Author: Jeff Garzik <jgarzik@src.gnome.org>
Date: Mon Nov 30 08:03:20 1998 +0000
Re-arranged tests such that "--without-gnome" is fully supported. Not only
* gnome.m4: Re-arranged tests such that "--without-gnome" is
fully supported. Not only is the logic now correct, programs
can test "want_gnome=yes/no" for the results of this arg.
svn path=/trunk/; revision=489
macros/ChangeLog | 6 +++
macros/gnome.m4 | 121 ++++++++++++++++++++++++++++++-------------------------
2 files changed, 72 insertions(+), 55 deletions(-)
commit c951c0ca384731cd7f53730fca1ca6b94a4d8564
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Sun Nov 29 00:35:38 1998 +0000
Require GTK 1.1.5 -mig
svn path=/trunk/; revision=488
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a18460546e3d03f3aff8d8fcab94b0a4ce81b0dc
Author: Martin Baulig <martin@home-of-linux.org>
Date: Fri Nov 27 12:58:17 1998 +0000
All parts of GNOME will now require LibGTop >= 0.29.0 which is the latest
1998-11-27 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: All parts of GNOME will now require
LibGTop >= 0.29.0 which is the latest version from CVS.
svn path=/trunk/; revision=486
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 071d90572bc104e872b58eee733ebb2bd03d7fef
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Fri Nov 27 04:29:33 1998 +0000
. libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . In
. libgnome/gnome-mime.c: read gnomedatadir/mime.types as well
. In general, move data files not associated with any specific
directory into a 'gnome-data' directory.
svn path=/trunk/; revision=485
macros/autogen.sh | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
commit afb9248ab5337a3d8791b5fffcaa23d847eb896a
Author: Pavel Roskin <proskin@src.gnome.org>
Date: Thu Nov 26 12:27:06 1998 +0000
Following names changed to bring MC in accordance with curses.m4:
NO_COLOR_SUPPORT -> NO_COLOR_CURSES
SUNOS_CURSES -> USE_SUNOS_CURSES
HAS_CURSES defined in acconfig.h
config.h.in removed from CVS as it is generated by autoheader
svn path=/trunk/; revision=484
macros/curses.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 85c18cf41e760d3b9326e222c628155824836bca
Author: James Henstridge <james@daa.com.au>
Date: Fri Nov 20 11:14:02 1998 +0000
Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). Before
1998-11-20 James Henstridge <james@daa.com.au>
* gnome.m4(GNOME_INIT_HOOK): Changed the call to GNOME_GNORBA_CHECK
to GNOME_GNORBA_HOOK([],$2). Before if you specified that the
macro should not exit on errors, and you didn't have ORBit, the
script would fail anyway.
svn path=/trunk/; revision=483
macros/ChangeLog | 7 +++++++
macros/gnome.m4 | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
commit 337736f6af35f64abadcc17090b2575f65f595be
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Fri Nov 20 04:24:15 1998 +0000
allow setting $OBJ_DIR to specify building in a subdir
svn path=/trunk/; revision=482
macros/autogen.sh | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
commit d42980af516219af0bf42351f315dc534b804ff6
Author: Michael Johnson <johnsonm@src.gnome.org>
Date: Thu Nov 19 20:56:19 1998 +0000
Improved man page a bit, install by default.
Added POPT_ARG_VAL
svn path=/trunk/; revision=480
support/popt-gnome.h | 1 +
support/popt.c | 6 +++++-
support/popt.h | 1 +
3 files changed, 7 insertions(+), 1 deletion(-)
commit 139ed9c81a4fbcb8a45aa7ed248b9831a02209cf
Author: Kjartan Maraas <kmaraas@fib.hl.no>
Date: Wed Nov 18 23:45:58 1998 +0000
shut up cvs.
1998-11-19 Kjartan Maraas <kmaraas@fib.hl.no>
* shut up cvs.
svn path=/trunk/; revision=479
intl/.cvsignore | 1 +
1 file changed, 1 insertion(+)
commit bddaa5fef2dcbf1a0ddd4fab1cffbbedb76301a8
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Nov 17 22:11:43 1998 +0000
We need to check for <net/if_var.h> and conditionally include it before
1998-11-17 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: We need to check for <net/if_var.h>
and conditionally include it before <net/if_isppp.h> in the code
that check for I4B to make it work on FreeBSD 3.0.
svn path=/trunk/; revision=478
macros/ChangeLog | 6 ++++++
macros/gnome-libgtop-sysdeps.m4 | 11 +++++++++++
2 files changed, 17 insertions(+)
commit b4293553867997ab0c4f1a7a73b467abba8c540d
Author: Marius Vollmer <mvo@src.gnome.org>
Date: Tue Nov 17 21:05:17 1998 +0000
*** empty log message ***
svn path=/trunk/; revision=477
macros/ChangeLog | 6 ++++++
1 file changed, 6 insertions(+)
commit eb877111145337d3c3f287dc16ae464144f68b94
Author: Marius Vollmer <mvo@src.gnome.org>
Date: Tue Nov 17 21:04:27 1998 +0000
Add GUILE_LIBS to LIBS when checking whether guile works. Adding them to
* gnome-guile-checks.m4: Add GUILE_LIBS to LIBS when checking
whether guile works. Adding them to LDFLAGS does not work on all
systems. (Thanks to Rusty Chris Holleman)
svn path=/trunk/; revision=476
macros/gnome-guile-checks.m4 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
commit 919a4aea0bd059464e3e23f4d8911aa959967fc3
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Nov 16 21:00:43 1998 +0000
bug in alias handling (showed up w/ --triggers)
svn path=/trunk/; revision=475
support/popt.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 55d8564128e284414bcc7519f6fe4bd03274d16b
Author: Andrew T. Veliath <andrewtv@src.gnome.org>
Date: Fri Nov 13 05:25:04 1998 +0000
fix my email address in log
svn path=/trunk/; revision=473
macros/ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1ce0dde5f733f3e857da90edaf02a2be33fa919c
Author: Andrew T. Veliath <andrewv@usa.net>
Date: Fri Nov 13 04:11:17 1998 +0000
Remove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT.
1998-11-12 Andrew T. Veliath <andrewv@usa.net>
* gnome-orbit-check.m4: Remove AC_DEFINE(HAVE_ORBIT). Add
AM_CONDITIONAL for HAVE_ORBIT. gnome-gnorba-check.m4: Same with
HAVE_GNORBA. Change GNOME_ORBIT_HOOK and GNOME_GNORBA_HOOK to use
AC_CACHE_CHECK, setting both gnome_cv_orbit_found and
gnome_cv_gnorba_found.
svn path=/trunk/; revision=472
macros/ChangeLog | 6 ++++++
macros/gnome-gnorba-check.m4 | 22 +++++++++++++---------
macros/gnome-orbit-check.m4 | 19 +++++++++++++------
3 files changed, 32 insertions(+), 15 deletions(-)
commit 544c70ca9ad0fcfb4672c2fff7ae35eb857af65d
Author: Andrew T. Veliath <andrewv@usa.net>
Date: Thu Nov 12 23:58:59 1998 +0000
Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBS
1998-11-12 Andrew T. Veliath <andrewv@usa.net>
* gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if
gnome-config is found. New GNOMEGNORBA_LIBS library variable
(GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS). Update
GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required
Gnorba info, if it is in a different location.
* Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile.
* gnome-gnorba-check.m4: New file.
svn path=/trunk/; revision=471
macros/ChangeLog | 12 ++++++++++++
macros/Makefile.am | 1 +
macros/gnome-gnorba-check.m4 | 31 +++++++++++++++++++++++++++++++
macros/gnome.m4 | 7 +++++--
4 files changed, 49 insertions(+), 2 deletions(-)
commit d75eabf5464e61a16c7e8ea883671e4b969fdc28
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Nov 12 16:49:21 1998 +0000
Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries
* gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it
doesn't work for Solaris 2.5 binaries running on Solaris 2.6.
From Frederic Devernay <devernay@istar.fr>.
svn path=/trunk/; revision=469
macros/ChangeLog | 6 ++++++
macros/gnome-support.m4 | 7 +------
2 files changed, 7 insertions(+), 6 deletions(-)
commit 9f037ee245d470ef52f3d829da8f220a7fd9d766
Author: jaycox <jaycox@src.gnome.org>
Date: Mon Nov 9 00:33:11 1998 +0000
Included alloca where necesary. Fixed some void pointer arithmetic. Fixed
Included alloca where necesary. Fixed some void pointer
arithmetic. Fixed some variable used as initializer errors.
replaced gint foo:1; with guint foo:1;
Everything but zvt now compiles on irix 6.5 with sgi's compiler.
svn path=/trunk/; revision=467
support/argp-help.c | 13 ++++++++++++-
support/argp-parse.c | 13 +++++++++----
support/gnome-argp.h | 2 +-
3 files changed, 22 insertions(+), 6 deletions(-)
commit 886a0ae3415657b01898d8e9337e52230af64b68
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Fri Nov 6 22:19:49 1998 +0000
Include. Define POPT_() and _() i18n markers based on this.
* popt.c (gnomesupport-fake.h): Include.
* poptint.h (ENABLE_NLS): Define POPT_() and _() i18n markers
based on this.
svn path=/trunk/; revision=466
support/ChangeLog | 6 ++++++
1 file changed, 6 insertions(+)
commit 1228acf58bc627d366e8f976fca2a7116f4a6520
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Fri Nov 6 22:04:27 1998 +0000
Fix stupid type (sterror_r -> strerror_r).
* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).
svn path=/trunk/; revision=465
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 4c4ad2b41658d151a53db777b50a6f0f3fec257f
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Nov 4 22:34:13 1998 +0000
Include gnomesupport.h unconditionally. Build libgnomesupport.la
* gnomesupport-fake.h: Include gnomesupport.h unconditionally.
* Makefile.am: Build libgnomesupport.la unconditionally.
(popt_sources): List `popt' sources.
(libgnomesupport_la_SOURCES): Include $popt_sources.
(include_HEADERS): Install `popt.h'.
(noinst_HEADERSS): Don't install poptint.h and findme.h.
* popt.c: New file. From the POPT package. Replacement for
argp/getopt.
* poptparse.c: Likewise.
* popthelp.c: Likewise.
* poptconfig.c: Likewise.
* findme.c: Likewise.
* findme.h: Likewise.
* popt.h: Likewise.
* poptint.h: Likewise.
svn path=/trunk/; revision=464
support/ChangeLog | 18 ++++++++++++++++++
support/Makefile.am | 24 +++++++++---------------
support/gnomesupport-fake.h | 5 ++---
3 files changed, 29 insertions(+), 18 deletions(-)
commit 88071ff4768bfca9dbc8c4134dac5d2ae07bae07
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Nov 4 22:28:11 1998 +0000
Set this unconditionally to `yes'. We'll soon be losing this variable.
* gnome-support.m4 (need_gnome_support): Set this unconditionally
to `yes'. We'll soon be losing this variable.
svn path=/trunk/; revision=463
macros/ChangeLog | 5 +++++
macros/gnome-support.m4 | 17 +++++++----------
2 files changed, 12 insertions(+), 10 deletions(-)
commit cd31085a25bd0f1d064c285e3260856e426df754
Author: Sebastian Wilhelmi <wilhelmi@src.gnome.org>
Date: Tue Nov 3 12:47:28 1998 +0000
use the ORBit-supplied name service stubs (in lib -lORBitCosNaming)
instead of compiling them again.
svn path=/trunk/; revision=462
macros/gnome-orbit-check.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c35d1e08cbb33be50681da0dfa2b865a354c3dec
Author: Erik Troan <ewt@src.gnome.org>
Date: Thu Oct 29 22:52:06 1998 +0000
added POPT_ARG_INTL_DOMAIN (Elliot Lee)
updated Makefile's to be more GNUish (Elliot Lee)
svn path=/trunk/; revision=460
support/popt-gnome.h | 4 +++
support/popt.h | 4 +++
support/popthelp.c | 82 +++++++++++++++++++++++++++++++++++++---------------
support/poptint.h | 4 ++-
4 files changed, 69 insertions(+), 25 deletions(-)
commit 9a854dfe11011fd23f55d6a937b453dab59f6274
Author: Havoc Pennington <hp@src.gnome.org>
Date: Wed Oct 28 18:24:48 1998 +0000
Added -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yes
case. -Wshadow complains a *lot* about gtk-- and gtk--draw.
svn path=/trunk/; revision=458
macros/compiler-flags.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 99204a68db9ff740b150c752c1d7dd62bbebcf8f
Author: Erik Troan <ewt@src.gnome.org>
Date: Tue Oct 27 05:38:38 1998 +0000
implemented POPT_ARGINFO_INC_DATA
svn path=/trunk/; revision=456
support/popt-gnome.h | 3 ++-
support/popt.c | 13 +++++++++----
support/popt.h | 3 ++-
3 files changed, 13 insertions(+), 6 deletions(-)
commit 64abb889bd8f202bcb03e12e590c0fcd93de2d3d
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Oct 26 21:20:31 1998 +0000
don't typedef poptOption on c++
svn path=/trunk/; revision=455
support/popt-gnome.h | 2 ++
support/popt.h | 2 ++
2 files changed, 4 insertions(+)
commit 15a5533a523fcbde6d06b7a1286a4ec09061b903
Author: Martin Baulig <martin@src.gnome.org>
Date: Sun Oct 25 17:06:53 1998 +0000
Added new feature to get PPP/ISDN support:
enum {
GLIBTOP_PPP_STATE_UNKNOWN = 0,
GLIBTOP_PPP_STATE_HANGUP,
GLIBTOP_PPP_STATE_ONLINE
};
struct _glibtop_ppp
{
u_int64_t flags,
state, /* GLIBTOP_PPP_STATE */
bytes_in, /* GLIBTOP_PPP_BYTES_IN */
bytes_out; /* GLIBTOP_PPP_BYTES_OUT */
};
Currently only implemented in the FreeBSD port with ISDN via I4B. - Martin
svn path=/trunk/; revision=454
macros/gnome-libgtop-sysdeps.m4 | 56 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
commit d1e612ea0c7db452f7d2bca83ebe0fbd15f1ac42
Author: Erik Troan <ewt@src.gnome.org>
Date: Thu Oct 22 18:32:55 1998 +0000
added i18n support
svn path=/trunk/; revision=452
support/popt.c | 19 +++++++++----------
support/popthelp.c | 19 +++++++++++--------
support/poptint.h | 18 ++++++++++++++++++
3 files changed, 38 insertions(+), 18 deletions(-)
commit 0fe1a70475dfa7889d61c1b58b277d9317c79934
Author: Erik Troan <ewt@src.gnome.org>
Date: Wed Oct 21 21:44:21 1998 +0000
implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POST
svn path=/trunk/; revision=451
support/popt-gnome.h | 7 +++++++
support/popt.c | 24 +++++++++++++++++++++++-
support/popt.h | 7 +++++++
support/popthelp.c | 15 +++++++++------
4 files changed, 46 insertions(+), 7 deletions(-)
commit c01ab27ea73e74fe353df354b8e7e0bb9fde01e7
Author: Erik Troan <ewt@src.gnome.org>
Date: Wed Oct 21 20:34:06 1998 +0000
added poptGetInvocationName()
svn path=/trunk/; revision=450
support/popt-gnome.h | 1 +
support/popt.c | 4 ++++
support/popt.h | 1 +
3 files changed, 6 insertions(+)
commit f868a66144258f0c113c8a64b37270f6ef9c8c5a
Author: Erik Troan <ewt@src.gnome.org>
Date: Wed Oct 21 20:31:24 1998 +0000
added POPT_ARGFLAG_ONEDASH
svn path=/trunk/; revision=449
support/popt-gnome.h | 2 +-
support/popt.c | 27 +++++++++++++++++++--------
support/popt.h | 2 +-
3 files changed, 21 insertions(+), 10 deletions(-)
commit ff539f09e315b9bb4e070e88b748f1802acb5a1e
Author: Andrew T. Veliath <andrewtv@src.gnome.org>
Date: Tue Oct 20 16:02:54 1998 +0000
Add ORBIT_IDL detection; fix failure flag.
* gnome-orbit-check.m4 (GNOME_ORBIT_HOOK): Add ORBIT_IDL
detection; fix failure flag.
svn path=/trunk/; revision=448
macros/ChangeLog | 5 +++++
macros/gnome-orbit-check.m4 | 9 +++++----
2 files changed, 10 insertions(+), 4 deletions(-)
commit ac5b6b0931cc5829b1f96ffeaff1aa6277c4d701
Author: Havoc Pennington <hp@src.gnome.org>
Date: Sat Oct 17 18:07:57 1998 +0000
Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGS
(GNOME_CXX_WARNINGS)
svn path=/trunk/; revision=447
macros/compiler-flags.m4 | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
commit b388b91037ad4ef35f8385ac553e5abd95f0fe7f
Author: Erik Troan <ewt@src.gnome.org>
Date: Fri Oct 16 19:05:20 1998 +0000
added proper licensing info
svn path=/trunk/; revision=446
support/findme.c | 4 ++++
support/findme.h | 4 ++++
support/popt-gnome.h | 4 ++++
support/popt.c | 4 ++++
support/popt.h | 4 ++++
support/poptconfig.c | 4 ++++
support/popthelp.c | 4 ++++
support/poptint.h | 4 ++++
support/poptparse.c | 4 ++++
9 files changed, 36 insertions(+)
commit 5a36f1cc8495bf8dd7510c3455f5ed69c5176883
Author: Erik Troan <ewt@src.gnome.org>
Date: Tue Oct 13 15:04:40 1998 +0000
test1.c
svn path=/trunk/; revision=444
support/popthelp.c | 27 +++++++++++++++++++--------
1 file changed, 19 insertions(+), 8 deletions(-)
commit b18cbce01759877dd2c7e9a38af89efcb2fc36e7
Author: Erik Troan <ewt@src.gnome.org>
Date: Tue Oct 13 14:52:13 1998 +0000
used POPT_ARG_MASK
svn path=/trunk/; revision=443
support/popthelp.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
commit 989175de02c609a05b6a16375a6fbeec172638e9
Author: Erik Troan <ewt@src.gnome.org>
Date: Tue Oct 13 14:47:38 1998 +0000
use POPT_ARG_MASK
svn path=/trunk/; revision=442
support/popt.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
commit 5fab2325cf69fe3195f5e463aef25a5fd15a9020
Author: Erik Troan <ewt@src.gnome.org>
Date: Tue Oct 13 14:45:18 1998 +0000
1) added (unimplemented) POPT_CB_USE_INCLUDE_DATA and POPT_ARG_FLAG_*
2) added (and sued) POPT_ARG_MASK
svn path=/trunk/; revision=441
support/popt-gnome.h | 3 +++
support/popt.h | 3 +++
2 files changed, 6 insertions(+)
commit 4d1300f9d25e6c7848fc1518a2f6a40bedd53bc3
Author: Pavel Machek <pavel@src.gnome.org>
Date: Mon Oct 12 22:07:55 1998 +0000
static's added, do_reget hack removed
svn path=/trunk/; revision=440
intl/libgettext.h | 3 +++
1 file changed, 3 insertions(+)
commit 26a7e526ec4a7bb64003503a5d1a51fbf54a126c
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Oct 12 18:25:56 1998 +0000
fixed --help
svn path=/trunk/; revision=439
support/popthelp.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 12ac84757c30541a175a5f687226a7e5bfebe10f
Author: Martin Baulig <martin@src.gnome.org>
Date: Sun Oct 11 22:47:29 1998 +0000
Now it should also work when building packages.
svn path=/trunk/; revision=437
macros/compiler-flags.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 6508a164f7cc669495627635a8e3ee62736de648
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Oct 11 22:40:11 1998 +0000
Added `-Wno-unused'.
1998-10-12 Martin Baulig <martin@home-of-linux.org>
* compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'.
svn path=/trunk/; revision=436
macros/ChangeLog | 4 ++++
macros/compiler-flags.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 6a333af976a2b968a8003ef40a46b7d2fe776e2d
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Oct 11 19:49:11 1998 +0000
Use `:' instead of the empty string if there is nothing to do since the
1998-10-11 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4 (libgtop_postinstall): Use `:' instead
of the empty string if there is nothing to do since the empty string
is no valid shell sytax.
svn path=/trunk/; revision=434
macros/ChangeLog | 6 ++++++
macros/gnome-libgtop-sysdeps.m4 | 2 ++
2 files changed, 8 insertions(+)
commit 47de9577af7e0baf8ad992545c32295f03fcc320
Author: Marius Vollmer <mvo@src.gnome.org>
Date: Sun Oct 11 13:21:53 1998 +0000
Check for "guile-config" and then for "build-guile", if guile-config
* gnome-guile-checks.m4: Check for "guile-config" and then for
"build-guile", if guile-config couldn't be found. Do not
explicitely include output from "info libdir", it is already
included in "link". Use "compile" instead of "info includedir". Do
not include "1.2" in error message when Guile can't be found at
all.
svn path=/trunk/; revision=433
macros/ChangeLog | 9 +++++++++
macros/gnome-guile-checks.m4 | 38 ++++++++++++++++++++++++++++----------
2 files changed, 37 insertions(+), 10 deletions(-)
commit f878dd384a475127a58686ca267503399685e4e9
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Oct 11 11:57:55 1998 +0000
Added optional third parameter which is the `script-if-enabled' parameter
1998-10-11 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Added optional
third parameter which is the `script-if-enabled' parameter of
the GNOME_LIBGTOP_HOOOK.
svn path=/trunk/; revision=432
macros/ChangeLog | 6 ++++++
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit d668d53749e5e3270113cdeb9ed416962404ad21
Author: jbj <jbj@localhost>
Date: Thu Oct 8 11:20:06 1998 +0000
automake linux fiddles.
svn path=/trunk/; revision=431
support/findme.c | 4 ++++
support/popt.c | 4 ++++
support/poptconfig.c | 4 ++++
support/popthelp.c | 4 ++++
support/poptparse.c | 4 ++++
5 files changed, 20 insertions(+)
commit 1daae8116a23c8df16a293eec86c66823ee19085
Author: Miguel de Icaza <miguel@nuclecu.unam.mx>
Date: Tue Oct 6 23:17:23 1998 +0000
Cells from the clipboard do not have a Sheet parameter attached.
1998-10-06 Miguel de Icaza <miguel@nuclecu.unam.mx>
* src/cell.c (cell_modified): Cells from the clipboard do not have
a Sheet parameter attached.
* src/sheet.c (sheet_cell_add): Check the computed style: if the
computed style includes a format, then turn on the cell flag for
format is set to avoid the auto guess of cell content.
(sheet_style_compute): Now can return the flags of the style that
were not part of the default style.
* src/file.c (dialog_query_load_file, workbook_save_as): Put the
window close to the mouse.
* src/workbook.c (sheet_check_dirty, workbook_close): Do not
cancel without warning the user if the workbook has changed.
(workbook_new, workbook_can_close, workbook_window_destroy,
quit_cmd, close_cmd): Reorganized the code to suit the new code to
prevent inadvertent quits.
svn path=/trunk/; revision=429
macros/ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
commit 64ba49ed647ec9f4a36d28b859811c84cc622fe5
Author: Joel Becker <jlbec@src.gnome.org>
Date: Tue Oct 6 05:01:50 1998 +0000
Added test for xlc, to run automake with --include-deps
svn path=/trunk/; revision=428
macros/autogen.sh | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit ab031a140a76d4b4ef5eba519e7bec4884969d69
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Mon Oct 5 23:26:49 1998 +0000
Remove `-W'. (warn-unused): Remove.
* compiler-flags.m4 (warnCFLAGS): Remove `-W'.
(warn-unused): Remove.
svn path=/trunk/; revision=427
macros/ChangeLog | 5 +++++
macros/compiler-flags.m4 | 17 +++--------------
2 files changed, 8 insertions(+), 14 deletions(-)
commit 7cc56bf8c07fff9ef606cdc7c5032312dc9fbe20
Author: Karl Eichwalder <ke@suse.de>
Date: Mon Oct 5 18:57:27 1998 +0000
Fix typo while signaling the error.
1998-10-05 Karl Eichwalder <ke@suse.de>
* gnome-xml-check.m4: Fix typo while signaling the error.
svn path=/trunk/; revision=426
macros/gnome-xml-check.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7d8284a18a497b41ec762ffac18076edbe867fce
Author: Martin Baulig <martin@home-of-linux.org>
Date: Thu Oct 1 08:56:39 1998 +0000
Added `AC_SUBST(libgtop_postinstall)'. This is used in
1998-10-01 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4 (libgtop_postinstall):
Added `AC_SUBST(libgtop_postinstall)'. This is used in
`src/daemon/Makefile.am' to make the server suid root or
sgid kmem if required.
svn path=/trunk/; revision=422
macros/ChangeLog | 7 +++++++
macros/gnome-libgtop-sysdeps.m4 | 2 ++
2 files changed, 9 insertions(+)
commit e72a22ba3f1183a5c691116e4b40c04c5b01c657
Author: Martin Baulig <martin@home-of-linux.org>
Date: Mon Sep 28 20:05:03 1998 +0000
Make it accept libgtop >= 0.25.0 again.
1998-09-28 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Make it accept libgtop >= 0.25.0 again.
svn path=/trunk/; revision=419
macros/ChangeLog | 6 +++---
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
commit e6cf4e066749d9fb72c617c2164adc0331c8f3f1
Author: Martin Baulig <martin@home-of-linux.org>
Date: Mon Sep 28 19:18:32 1998 +0000
Make the default not to build the LibGTope examples.
1998-09-28 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: Make the default not to build the
LibGTope examples.
svn path=/trunk/; revision=418
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-sysdeps.m4 | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
commit 8836244cdb7ea73511ae8f77ec7d2f9d129cd680
Author: Martin Baulig <martin@home-of-linux.org>
Date: Mon Sep 28 15:25:28 1998 +0000
New configure parameter to add `-Wunused' to the warning flags.
1998-09-28 Martin Baulig <martin@home-of-linux.org>
* compiler-flags.m4 (--enable-warn-unused): New configure parameter
to add `-Wunused' to the warning flags.
svn path=/trunk/; revision=417
macros/ChangeLog | 5 +++++
macros/compiler-flags.m4 | 17 +++++++++++++++--
2 files changed, 20 insertions(+), 2 deletions(-)
commit 6ee9a4ed5a86e417c41c7529ac950a44bba81c7f
Author: jbj <jbj@localhost>
Date: Sun Sep 27 20:17:31 1998 +0000
add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)
gettextify rpmMessage/rpmError/fprintf messages.
svn path=/trunk/; revision=414
support/popt.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
commit 12323741068f0bce365b7b1b88394ab93ff3e230
Author: Erik Troan <ewt@src.gnome.org>
Date: Sun Sep 27 15:57:56 1998 +0000
split popt into multiple files
svn path=/trunk/; revision=413
support/poptint.h | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
commit d38f4f030efc6a68420e683a749756f1e338bef4
Author: Erik Troan <ewt@src.gnome.org>
Date: Sun Sep 27 15:56:18 1998 +0000
1) modified test to display callback val field
2) split popt stuff into multiple iles
svn path=/trunk/; revision=412
support/poptconfig.c | 143 ++++++++++++++++++++++++++++++
support/popthelp.c | 242 +++++++++++++++++++++++++++++++++++++++++++++++++++
support/poptparse.c | 85 ++++++++++++++++++
3 files changed, 470 insertions(+)
commit 7e8d04d2ac6e9b8015a0e299ce7a7fcf27afc963
Author: Erik Troan <ewt@src.gnome.org>
Date: Sun Sep 27 15:54:21 1998 +0000
changed popt callbacks t get a pointer into the option table
svn path=/trunk/; revision=411
support/popt-gnome.h | 5 +++--
support/popt.c | 2 +-
support/popt.h | 5 +++--
3 files changed, 7 insertions(+), 5 deletions(-)
commit 79b1b4a560477b80455b7cb6a6cbdd66f048971d
Author: Erik Troan <ewt@src.gnome.org>
Date: Sun Sep 27 15:02:53 1998 +0000
by default, allow exec's across absolute paths
svn path=/trunk/; revision=410
support/popt.c | 1 +
1 file changed, 1 insertion(+)
commit 0083afca97ed3a007488c9b63bcd93c778334022
Author: Erik Troan <ewt@src.gnome.org>
Date: Sun Sep 27 14:57:05 1998 +0000
1) added included tables
2) added option callbacks
3) added automatic help/usage messages
svn path=/trunk/; revision=409
support/popt-gnome.h | 21 ++++
support/popt.c | 311 +++++++++------------------------------------------
support/popt.h | 21 ++++
3 files changed, 95 insertions(+), 258 deletions(-)
commit b853105f398bf04a77d92faaca984d976c46603c
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Sep 27 11:38:34 1998 +0000
Make it require libgtop >= 0.26.2.
1998-09-27 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Make it require libgtop >= 0.26.2.
svn path=/trunk/; revision=405
macros/ChangeLog | 4 ++++
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 845ef898acada4921b41e541a0f75db5d01a8118
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Fri Sep 25 22:27:31 1998 +0000
List fish file system
svn path=/trunk/; revision=402
macros/gnome-vfs.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a0ed63e5942c3b4e73d5d19c3d1009cdd11d18ab
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Fri Sep 25 02:11:32 1998 +0000
Add checks for -lsocket -lnsl.
* gnome-ghttp-check.m4: Add checks for -lsocket -lnsl.
svn path=/trunk/; revision=401
macros/ChangeLog | 4 ++++
macros/gnome-ghttp-check.m4 | 12 +++++++++---
2 files changed, 13 insertions(+), 3 deletions(-)
commit 4038b92972666b62cb6ccbd1950a0075395b3bad
Author: jbj <jbj@localhost>
Date: Thu Sep 24 16:57:39 1998 +0000
hpux does setreuid differently (Hermann Lauer)
svn path=/trunk/; revision=400
support/findme.c | 5 +++++
support/popt.c | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
commit f7239e875d99c16827f0a3494a9984c9f4dcb45f
Author: Nat Friedman <nat@src.gnome.org>
Date: Sun Sep 20 19:19:24 1998 +0000
-)
* Say "Now type `make` to build $PKG_NAME", not "... the $PKG_NAME". That
was getting on my nerves :-)
svn path=/trunk/; revision=395
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0c2b9dddff2f18b272e47304d26cc53d0d5bda29
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Sat Sep 19 18:50:37 1998 +0000
Use -W -Wno-unused
svn path=/trunk/; revision=394
macros/compiler-flags.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ead942a905184724cacb59b1e77be7d1ccd7daed
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Sat Sep 19 17:40:35 1998 +0000
Do not use -W as in the context of Gtk/Gnome, we get warnings for the
Do not use -W as in the context of Gtk/Gnome, we get warnings for
the unused parameters in callback funcions which we cant fix.
Miguel.
svn path=/trunk/; revision=393
macros/compiler-flags.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2a79282e27f890e5ba69871a2e9ef8a869da7e8c
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sat Sep 19 02:01:29 1998 +0000
Remove commented out code.
* gnome-support.m4: Remove commented out code.
svn path=/trunk/; revision=392
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 16 ----------------
2 files changed, 4 insertions(+), 16 deletions(-)
commit 5a8ebddcdf17d7fb6e99dd4df44428df972fbaf1
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Fri Sep 18 05:12:37 1998 +0000
Make libgnorba part of the build procedure. Fix the wrong gnome-popup-menu
Make libgnorba part of the build procedure.
Fix the wrong gnome-popup-menu commit.
Miguel.
svn path=/trunk/; revision=391
macros/gnome-orbit-check.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 12971cba169ae47f6b09e43af65abc5957d93d58
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Sep 17 21:19:49 1998 +0000
GNOME_ORBIT_CHECK now defines ORBIT_LIBS and ORBIT_INCLUDES
svn path=/trunk/; revision=390
macros/gnome-orbit-check.m4 | 4 ++++
1 file changed, 4 insertions(+)
commit a3add6c0259dd8310ff936bb95aff626435e8a4c
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sat Sep 12 17:51:46 1998 +0000
Added (AC_SUBST): `libgtop_have_sysinfo'.
1998-09-12 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: Added (AC_SUBST): `libgtop_have_sysinfo'.
svn path=/trunk/; revision=388
macros/ChangeLog | 4 ++++
macros/gnome-libgtop-sysdeps.m4 | 2 ++
2 files changed, 6 insertions(+)
commit 896768877dbf1900ee87088baeb429dbc0a6756a
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Thu Sep 10 23:06:39 1998 +0000
Added sample plugin
svn path=/trunk/; revision=386
macros/gnome-xml-check.m4 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
commit 282e0261fd2d7e6d861c9f8938585ec731217ec8
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed Sep 9 16:35:30 1998 +0000
Set minimum required LibGTop version to 0.26.1.
svn path=/trunk/; revision=385
macros/gnome-libgtop-check.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3e24d86f4955367d7c9450b2f355b9db46830cd5
Author: Martin Baulig <baulig@merkur.uni-trier.de>
Date: Wed Sep 9 12:23:22 1998 +0000
Added check for SMP support. (--with-libgtop-smp): New parameter, default
1998-09-09 Martin Baulig <baulig@merkur.uni-trier.de>
* gnome-libgtop-sysdeps.m4: Added check for SMP support.
(--with-libgtop-smp): New parameter, default is to enable
it only if you're running configure on a SMP system.
Added (AC_DEFINE): `HAVE_LIBGTOP_SMP' if enabled.
(LIBGTOP_SMP): New automake conditional.
svn path=/trunk/; revision=384
macros/ChangeLog | 8 ++++++++
macros/gnome-libgtop-sysdeps.m4 | 29 +++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
commit 00f91e49b70c4da26ef186a68657fdde484c3676
Author: Owen Taylor <otaylor@src.gnome.org>
Date: Tue Sep 8 14:06:24 1998 +0000
Moving imlib.m4 back where it belongs.
svn path=/trunk/; revision=383
macros/imlib.m4 | 286 --------------------------------------------------------
1 file changed, 286 deletions(-)
commit 94f81d850897f7d00211142ad9093e7f85590d91
Author: Frank Belew (Myth) <frb@src.gnome.org>
Date: Tue Sep 8 00:46:03 1998 +0000
removed imlib.m4 from main imlib dostribution
added imlib.m4 to gnome macros dir
svn path=/trunk/; revision=382
macros/imlib.m4 | 286 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 286 insertions(+)
commit 5c283311e03783e2404369ac1836b4b773b0424e
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Mon Sep 7 20:04:40 1998 +0000
New check macro for ORBit -mig
svn path=/trunk/; revision=381
macros/gnome-orbit-check.m4 | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
commit f37d581bc74bf464a03b35e09e1257fcbb747cba
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Mon Sep 7 17:52:05 1998 +0000
Fixed detection of xml in gnome-xml macros take 2 -mig
svn path=/trunk/; revision=380
macros/gnome-xml-check.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 7051f101b7a9c36fa6c121a57348dddb7792f477
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Mon Sep 7 17:30:43 1998 +0000
Fixed detection of xml in gnome-xml macros -mig
svn path=/trunk/; revision=379
macros/gnome-xml-check.m4 | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
commit 3c0de4f7babfb9bf83456398f27c66bd2fe05de1
Author: Mark Crichton <crichton@src.gnome.org>
Date: Fri Sep 4 12:45:54 1998 +0000
Revamped the GNOME_XML_CHECK macro. Now acts (somewhat) like the
Revamped the GNOME_XML_CHECK macro. Now acts (somewhat) like the GNOME_INIT
and GNOME_INIT_HOOK macros. The GNOME_XML_CHECK macro will abort a config
if XML is not found. GNOME_XML_HOOK will set GNOME_XML_LIB to the value
"iswwci"
Need to continue thinking how to better handle the not-found-but-I-can-survive-
without-it case a little more...
Mark Crichton
svn path=/trunk/; revision=378
macros/gnome-xml-check.m4 | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
commit 31622955e41cf8a5da9c268075b2ca4e29697077
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Sep 3 00:54:59 1998 +0000
Removing GLibc internal file, which should never have been used
svn path=/trunk/; revision=377
support/libc-symbols.h | 322 -------------------------------------------------
1 file changed, 322 deletions(-)
commit 42e30cf3dd4973d261db1d387f4c03ff687d66a8
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Sep 3 00:30:04 1998 +0000
Remove `weak_alias'. (canonicalize_file_name): Comment out.
* canonicalize.c (realpath): Remove `weak_alias'.
(canonicalize_file_name): Comment out.
* gnomesupport.awk: Remove `canonicalize_file_name', and correct
the comment for `realpath'.
svn path=/trunk/; revision=376
support/ChangeLog | 8 ++++++++
support/canonicalize.c | 15 +++++++++++++--
support/gnomesupport.awk | 20 +++++++-------------
3 files changed, 28 insertions(+), 15 deletions(-)
commit a67717c33a8c860e0b68376c155e2d96bff87580
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Sep 2 22:53:56 1998 +0000
Remove check for `canonicalize_file_name'.
* gnome-support.m4: Remove check for `canonicalize_file_name'.
svn path=/trunk/; revision=375
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 3e314c8b9f762974dd838c6a269369d8f26d75b3
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Sep 2 08:02:29 1998 +0000
Check for canonicalize_file_name () and realpath () and add
1998-09-02 Martin Baulig <martin@home-of-linux.org>
* gnome-support.m4: Check for canonicalize_file_name () and
realpath () and add `canonicalize.o' to LIBOBJS if required.
svn path=/trunk/; revision=374
macros/ChangeLog | 5 +++++
macros/gnome-support.m4 | 3 +++
2 files changed, 8 insertions(+)
commit 757e56c6ffcf176b9e36864046c4df8ba147b235
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Sep 2 08:00:09 1998 +0000
Emit declarations if required.
1998-09-02 Martin Baulig <martin@home-of-linux.org>
* gnomesupport.awk (canonicalize_file_name, realpath): Emit
declarations if required.
* canonicalize.c (canonicalize_file_name, realpath): New file.
Imported from GLibC 2.0.7.
* libc-symbols.h: New file. Imported from GLibC 2.0.7.
svn path=/trunk/; revision=373
support/ChangeLog | 10 ++++++++++
support/gnomesupport.awk | 21 +++++++++++++++++++++
2 files changed, 31 insertions(+)
commit 26d8c8a944442943d217fd4ae597cddd8fded8be
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed Sep 2 07:56:47 1998 +0000
Add `#include <libc-symbols.h>' and `#include <argp-namefrob.h>'.
svn path=/trunk/; revision=372
support/canonicalize.c | 3 +++
1 file changed, 3 insertions(+)
commit dc4aef57a05260fce9a36938ccf38bfc86730059
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed Sep 2 07:36:18 1998 +0000
Initial revision
svn path=/trunk/; revision=368
support/libc-symbols.h | 322 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 322 insertions(+)
commit 487da1dced6b55a9334cc703375b2b3eccfe4f4c
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed Sep 2 07:22:53 1998 +0000
Initial revision
svn path=/trunk/; revision=365
support/canonicalize.c | 182 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 182 insertions(+)
commit 6262c369814d8b00d1284faaf9de8087fb3c7bc5
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Aug 30 12:47:39 1998 +0000
Added (AC_SUBST): `LIBGTOP_VERSION_CODE'. Added (AC_DEFINE_UNQUOTED):
1998-08-30 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Added (AC_SUBST): `LIBGTOP_VERSION_CODE'.
Added (AC_DEFINE_UNQUOTED): `LIBGTOP_VERSION', `LIBGTOP_VERSION_CODE',
`LIBGTOP_{MAJOR,MINOR,MICRO,SERVER}_VERSION'.
svn path=/trunk/; revision=360
macros/ChangeLog | 6 ++++++
macros/gnome-libgtop-check.m4 | 13 +++++++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
commit 7805fb108cb8adf69a14866dce46d58f1640a809
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sat Aug 29 21:25:02 1998 +0000
Make it require libgtop >= 0.26.0. Added (AC_SUBST):
1998-08-29 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Make it require libgtop >= 0.26.0.
Added (AC_SUBST): `LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE'.
svn path=/trunk/; revision=359
macros/ChangeLog | 4 ++--
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
commit 3bb698273d42eaa3ac307925d2245c9afe206551
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sat Aug 29 21:18:50 1998 +0000
Added (AC_SUBST): `LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE' for
1998-08-29 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Added (AC_SUBST):
`LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE' for libtool.
svn path=/trunk/; revision=356
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-check.m4 | 2 ++
2 files changed, 7 insertions(+)
commit fd715808fb4fc939ed74230958b42dca8e99f9f1
Author: Christopher Blizzard <blizzard@appliedtheory.com>
Date: Thu Aug 27 20:04:27 1998 +0000
Oooo...it actually works now. Forgot a ,
1998-08-27 Christopher Blizzard <blizzard@appliedtheory.com>
* gnome-ghttp-check.m4: Oooo...it actually works now.
Forgot a ,
svn path=/trunk/; revision=355
macros/ChangeLog | 1 +
macros/gnome-ghttp-check.m4 | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
commit bb8b78e0c46641191a13776167467a45a71739db
Author: Christopher Blizzard <blizzard@appliedtheory.com>
Date: Thu Aug 27 19:52:23 1998 +0000
Umm...I think this works better. Doesn't break anything anyway.
1998-08-27 Christopher Blizzard <blizzard@appliedtheory.com>
* gnome-ghttp-check.m4: Umm...I think this works better. Doesn't
break anything anyway.
svn path=/trunk/; revision=354
macros/ChangeLog | 5 +++++
macros/gnome-ghttp-check.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 3c6d862c766ae58ca2fa59a28e308c5061207195
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Aug 26 20:42:02 1998 +0000
Make it work with a brain-dead /bin/sh and a brain-dead /bin/test.
1998-08-26 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Make it work
with a brain-dead /bin/sh and a brain-dead /bin/test.
svn path=/trunk/; revision=352
macros/ChangeLog | 3 +++
macros/gnome-libgtop-check.m4 | 56 ++++++++++++++++++++++++++++++++++++++++---
2 files changed, 56 insertions(+), 3 deletions(-)
commit 17379838ee8f4808c3c37b0971f45001aa2dea98
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Aug 26 12:43:09 1998 +0000
Use `AC_MSG_WARN' if LibGTop cannot be found and the `fail' argument is
1998-08-26 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Use `AC_MSG_WARN'
if LibGTop cannot be found and the `fail' argument is not given.
svn path=/trunk/; revision=351
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit be4bbd709cd912aed665ec4109424fff5c24c9dc
Author: Martin Baulig <martin@home-of-linux.org>
Date: Mon Aug 24 19:35:20 1998 +0000
Emit declarations for `setreuid', `setregid' and `getpagesize' if required
1998-08-24 Martin Baulig <martin@home-of-linux.org>
* gnomesupport.awk: Emit declarations for `setreuid', `setregid'
and `getpagesize' if required (GCC_NEED_DECLARATIONS).
svn path=/trunk/; revision=350
support/ChangeLog | 5 +++++
support/gnomesupport.awk | 18 ++++++++++++++++++
2 files changed, 23 insertions(+)
commit f7eca1be068cdadcd38c1867e64090b58dc073d5
Author: Martin Baulig <martin@home-of-linux.org>
Date: Mon Aug 24 19:30:06 1998 +0000
Added `setreuid', `setregid' and `getpagesize'. (AC_TYPE_UID_T): New
1998-08-24 Martin Baulig <martin@home-of-linux.org>
* gnome-support.m4 (GCC_NEED_DECLARATIONS): Added `setreuid',
`setregid' and `getpagesize'.
(AC_TYPE_UID_T): New check.
svn path=/trunk/; revision=348
macros/ChangeLog | 6 ++++++
macros/gnome-support.m4 | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)
commit 992685c610241270a866298194d5564f85163213
Author: Christopher Blizzard <blizzard@appliedtheory.com>
Date: Mon Aug 24 13:58:23 1998 +0000
Add gnome-ghttp-check.m4 to the Makefile.
1998-08-24 Christopher Blizzard <blizzard@appliedtheory.com>
* Makefile.am (MACROS): Add gnome-ghttp-check.m4 to the Makefile.
svn path=/trunk/; revision=347
macros/ChangeLog | 4 ++++
macros/Makefile.am | 1 +
2 files changed, 5 insertions(+)
commit 7db8b1395d9709b6e1c0fe38a06b00bdd5196f30
Author: Christopher Blizzard <blizzard@src.gnome.org>
Date: Sun Aug 23 21:05:13 1998 +0000
macro for checking for gnome-http
* macro for checking for gnome-http
svn path=/trunk/; revision=346
macros/gnome-ghttp-check.m4 | 6 ++++++
1 file changed, 6 insertions(+)
commit ac3fbeaf3c8eecea5d3a2795bad83e531e7b73f0
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Aug 23 16:26:47 1998 +0000
You can give this macro two parameters: the required version number and an
1998-08-23 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): You can give
this macro two parameters: the required version number and
an optional `fail' argument to make it fail if LibGTop is
not found.
svn path=/trunk/; revision=343
macros/ChangeLog | 7 +++++++
macros/gnome-libgtop-check.m4 | 13 ++++++++++---
2 files changed, 17 insertions(+), 3 deletions(-)
commit 55f8d2bb895e8f09478ffe7567dce27c4ecadf72
Author: Martin Baulig <martin@home-of-linux.org>
Date: Fri Aug 21 23:52:38 1998 +0000
Added check for `-lnsl' and `-lsocket' if `build-guile' cannot be found.
1998-08-22 Martin Baulig <martin@home-of-linux.org>
* gnome-guile-checks.m4: Added check for `-lnsl' and `-lsocket'
if `build-guile' cannot be found.
svn path=/trunk/; revision=342
macros/ChangeLog | 5 +++++
macros/gnome-guile-checks.m4 | 2 ++
2 files changed, 7 insertions(+)
commit 356f1eb9a590caae4af0cd40c11c0e66cb939108
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Fri Aug 21 21:21:52 1998 +0000
Reword log-entry to be less misleading.
svn path=/trunk/; revision=341
support/ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 37c14ac6197e8cc05039b526b037e7ae9688ea21
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Aug 20 21:23:52 1998 +0000
New file. Defines the GNOME_COMPILER_WARNINGS macro. Add
* compiler-flags.m4: New file. Defines the
GNOME_COMPILER_WARNINGS macro.
* autogen.sh (conf_flags): Add `--enable-compile-warnings' to list
of flags passed to `configure'.
* Makefile.am (MACROS): Add compiler-flags.m4.
svn path=/trunk/; revision=340
macros/ChangeLog | 8 ++++++++
macros/Makefile.am | 1 +
macros/autogen.sh | 7 ++++---
macros/compiler-flags.m4 | 45 +++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 3 deletions(-)
commit f6a0c095e6c2e8f681f17c3f10789508e7b0076d
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Aug 18 12:15:39 1998 +0000
make it require libgtop >= 0.25.0. Added (AC_SUBST):
1998-08-18 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: make it require libgtop >= 0.25.0.
Added (AC_SUBST): `LIBGTOP_MICRO_VERSION' and `LIBGTOP_EXTRA_LIBS'.
svn path=/trunk/; revision=336
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-check.m4 | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 3121ab3006ad3147a2b31d7e2eddec40b4eb8d77
Author: Martin Baulig <martin@home-of-linux.org>
Date: Tue Aug 18 11:47:13 1998 +0000
Added explicit dependency `error.c: gnomesupport.h'.
1998-08-18 Martin Baulig <martin@home-of-linux.org>
* Makefile.am: Added explicit dependency `error.c: gnomesupport.h'.
* gnomesupport-fake.h: Include `sys/types.h' to get `size_t' under
FreeBSD.
svn path=/trunk/; revision=335
support/ChangeLog | 5 +++++
support/Makefile.am | 2 ++
support/gnomesupport-fake.h | 3 +++
3 files changed, 10 insertions(+)
commit 9b148f39263ff982a2d350ba35422c6b86f59d68
Author: Martin Baulig <martin@home-of-linux.org>
Date: Mon Aug 17 22:47:49 1998 +0000
Include `gnomesupport.h' only if we really `NEED_GNOMESUPPORT_H'.
1998-08-18 Martin Baulig <martin@home-of-linux.org>
* gnomesupport-fake.h: Include `gnomesupport.h' only if we really
`NEED_GNOMESUPPORT_H'.
svn path=/trunk/; revision=334
support/ChangeLog | 5 +++++
support/gnomesupport-fake.h | 3 +++
2 files changed, 8 insertions(+)
commit 8c1f58cf6efdaf287088617ae852d6b4d5078136
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Aug 16 23:23:41 1998 +0000
Completely rewrote this file. It uses now the `libgtop-config' script and
1998-08-17 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Completely rewrote this file. It
uses now the `libgtop-config' script and also checks for
correct libgtop version.
svn path=/trunk/; revision=333
macros/ChangeLog | 6 ++++
macros/gnome-libgtop-check.m4 | 80 ++++++++++++++++++++-----------------------
2 files changed, 43 insertions(+), 43 deletions(-)
commit 8a6a0b664b703dda6f800a0f2706f92240a24d1c
Author: Martin Baulig <martin@src.gnome.org>
Date: Sun Aug 16 20:14:23 1998 +0000
`make distcheck' cleanups - Hey, it really works, guys !
svn path=/trunk/; revision=332
macros/gnome-libgtop-sysdeps.m4 | 6 ++++++
1 file changed, 6 insertions(+)
commit 2e22c5f56bceb93a642553dd588b6458ca156a05
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Aug 16 20:13:21 1998 +0000
Added all source and header files that are in CVS to make sure everything
1998-08-16 Martin Baulig <martin@home-of-linux.org>
* Makefile.am (EXTRA_DIST): Added all source and header files that
are in CVS to make sure everything is included in the distribution
no matter which files are used on the build system.
svn path=/trunk/; revision=331
support/ChangeLog | 6 ++++++
support/Makefile.am | 10 +++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
commit 3959ae44a33f6e3bb48f09fe8de0339cacf9ceff
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sat Aug 15 20:14:18 1998 +0000
List `gnomesupport.h' here to ensure that it is built.
* Makefile.am (libgnomesupport_la_SOURCES): List `gnomesupport.h'
here to ensure that it is built.
This should explain why `gnomesupport.h' isn't being built for all
those people building out of the tarballs.
svn path=/trunk/; revision=330
support/ChangeLog | 5 +++++
support/Makefile.am | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
commit ed2d2ef140fe0ee833b57746b912e53669fd289d
Author: Martin Baulig <martin@home-of-linux.org>
Date: Thu Aug 6 21:52:01 1998 +0000
Added `freebsd' directory.
1998-08-06 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: Added `freebsd' directory.
svn path=/trunk/; revision=326
macros/ChangeLog | 4 ++++
macros/gnome-libgtop-sysdeps.m4 | 5 +++++
2 files changed, 9 insertions(+)
commit 17a7fd3db39384d3ecc60286a3a4f5f30f2df908
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Aug 6 01:09:08 1998 +0000
Add `gnomesupport-fake.h'.
* Makefile.am (noinst_HEADERS): Add `gnomesupport-fake.h'.
svn path=/trunk/; revision=325
support/ChangeLog | 4 ++++
support/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 5b23f31274db3148e10630b0ffac51c442845171
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed Aug 5 23:21:28 1998 +0000
Do not abort on obj-c not being there
svn path=/trunk/; revision=322
macros/gnome-objc-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b62453663ad9145747e458c515330a515b5ff93f
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Tue Aug 4 23:56:12 1998 +0000
Define USE_DEVGTK unconditionally to `true'.
* gnome-x-checks.m4: Define USE_DEVGTK unconditionally to `true'.
Before people start screaming. USE_DEVGTK (or its lack of) is used to
disable compiling some stuff.
svn path=/trunk/; revision=320
macros/ChangeLog | 4 ++++
macros/gnome-x-checks.m4 | 1 +
2 files changed, 5 insertions(+)
commit 98d0994e8cf2ac837b4d23ccebb22aa7001fb5b7
Author: Stuart Parmenter <pavlov@innerx.net>
Date: Tue Aug 4 23:44:57 1998 +0000
make it require GTK >= 1.1.1 dnl'd the dev_gtk since they will have to
1998-08-04 Stuart Parmenter <pavlov@innerx.net>
* gnome-x-checks.m4: (AM_PATH_GTK) make it require GTK >= 1.1.1
dnl'd the dev_gtk since they will have to anyways.
svn path=/trunk/; revision=319
macros/ChangeLog | 5 +++++
macros/gnome-x-checks.m4 | 26 ++++++++++++++------------
2 files changed, 19 insertions(+), 12 deletions(-)
commit 70043c8ccd75476953a102dce8d52ff9c90cf72d
Author: Sebastian Wilhelmi <wilhelmi@src.gnome.org>
Date: Tue Aug 4 13:44:46 1998 +0000
gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and used
svn path=/trunk/; revision=318
macros/ChangeLog | 5 +++++
macros/gnome.m4 | 1 +
2 files changed, 6 insertions(+)
commit e8933c4d20b889ab6a4d96b070680cd13570e4b8
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sun Aug 2 22:23:15 1998 +0000
Use the `gnome-config' program if it exists.
* gnome.m4 (GNOME_CONFIG): Use the `gnome-config' program if it
exists.
With this, `make distcheck' on `gnome-core' inches forward slightly.
svn path=/trunk/; revision=317
macros/ChangeLog | 5 +++++
macros/gnome.m4 | 38 +++++++++++++++++++++++++++++---------
2 files changed, 34 insertions(+), 9 deletions(-)
commit 29adbf48b22634002c6b0f5a848c84a6477370b1
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sun Aug 2 22:05:26 1998 +0000
Clean up #ifdef logic some more. (HAVE_STRERROR_R): Step on implementation
* error.c (program_name): Clean up #ifdef logic some more.
(HAVE_STRERROR_R): Step on implementation namespace only if _LIBC.
svn path=/trunk/; revision=316
support/ChangeLog | 5 +++++
support/error.c | 29 ++++++++++++++++-------------
2 files changed, 21 insertions(+), 13 deletions(-)
commit 951c2d7cd8b3ecdacc8fed30bbf9e9dedece102c
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sun Aug 2 01:50:52 1998 +0000
Remove `macros.dep'.
* Makefile.am (EXTRA_DIST): Remove `macros.dep'.
Because it doesn't work for srcdir != builddir. I see no great loss
in not distributing this file -- it is used only in maintainer-mode,
and it is easily generated. Anyone who's not using GNU make for
maintainer-mode is already not supported, so this doesn't make a
difference, I think.
svn path=/trunk/; revision=315
macros/ChangeLog | 4 ++++
macros/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 5c6b535419963f1f329744d202f07de066328749
Author: Martin Baulig <martin@home-of-linux.org>
Date: Thu Jul 30 17:51:56 1998 +0000
New macro. Checks for `u_int64_t' and `int64_t'.
1998-07-30 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): New macro.
Checks for `u_int64_t' and `int64_t'.
svn path=/trunk/; revision=314
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-check.m4 | 14 +++++++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
commit 42e2e303b5523475bf4ca8c241920b0b60e7cea5
Author: Martin Baulig <martin@home-of-linux.org>
Date: Thu Jul 30 15:57:28 1998 +0000
Making weak alias `__error' and `__error_at_line' only if `_LIBC' is
1998-07-30 Martin Baulig <martin@home-of-linux.org>
* error.c: Making weak alias `__error' and `__error_at_line'
only if `_LIBC' is defined and not if we only
HAVE_PROGRAM_INVOCATION_NAME.
svn path=/trunk/; revision=313
support/ChangeLog | 4 ++++
support/error.c | 2 ++
2 files changed, 6 insertions(+)
commit 9a3d691b6e5859104d28e32ba322a3df21d9a4be
Author: Erik Troan <ewt@src.gnome.org>
Date: Thu Jul 30 14:53:29 1998 +0000
don't strcmp() a NULL longName
svn path=/trunk/; revision=310
support/popt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c07ae55c2d6877060f269315d2561d67c036e6e3
Author: Erik Troan <ewt@src.gnome.org>
Date: Thu Jul 30 14:18:58 1998 +0000
fixed stupif strdup() mistake
svn path=/trunk/; revision=309
support/popt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e46762a106dcdd06eb42b33b77512f60a58d9442
Author: Martin Baulig <martin@home-of-linux.org>
Date: Thu Jul 30 08:29:54 1998 +0000
Include gnome-argp.h to get `program_invocation_name'.
1998-07-30 Martin Baulig <martin@home-of-linux.org>
* gnomesupport-fake.h: Include gnome-argp.h to get
`program_invocation_name'.
svn path=/trunk/; revision=308
support/ChangeLog | 5 +++++
support/gnomesupport-fake.h | 1 +
2 files changed, 6 insertions(+)
commit 6c8306c7284d6ea3cbc4411b9f450c4f5f73fd6a
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Jul 29 21:46:33 1998 +0000
Added (AC_SUBST): `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',
1998-07-29 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Added (AC_SUBST):
`LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',
`LIBGTOP_GUILE_LIBS', `LIBGTOP_GUILE_NAMES_LIBS',
`LIBGTOP_MAJOR_VERSION', `LIBGTOP_MINOR_VERSION',
`LIBGTOP_VERSION'.
* gnome-libgtop-sysdeps.m4 (libgtop_sysdeps_dir):
Added `AC_SUBST(libgtop_sysdeps_dir)'.
svn path=/trunk/; revision=307
macros/ChangeLog | 11 +++++++++++
macros/gnome-libgtop-check.m4 | 7 +++++++
macros/gnome-libgtop-sysdeps.m4 | 2 ++
3 files changed, 20 insertions(+)
commit c782795d0f9d881d904906fd7e30c0b5637c95f0
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Jul 29 20:38:32 1998 +0000
Check for functions that `error.c' looks for.
* gnome-support.m4: Check for functions that `error.c' looks for.
svn path=/trunk/; revision=306
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 2 ++
2 files changed, 6 insertions(+)
commit 1eb595d4d74d1bcbca53563e9cedebea9be2a99d
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Jul 29 20:37:19 1998 +0000
New file. Fake in HAVE_* for functions that are provided by `gnomesupport'
* gnomesupport-fake.h: New file. Fake in HAVE_* for functions
that are provided by `gnomesupport' rather than `libc'.
* error.c: Include gnomesupport-fake.h.
(program_name): Define to `program_invocation_name' if
HAVE_PROGRAM_INVOCATION_NAME.
svn path=/trunk/; revision=305
support/ChangeLog | 8 ++++++++
support/error.c | 4 +++-
support/gnomesupport-fake.h | 22 ++++++++++++++++++++++
3 files changed, 33 insertions(+), 1 deletion(-)
commit dddcdc03b8d648b4fa7f54cb29ecf8865576352d
Author: Erik Troan <ewt@src.gnome.org>
Date: Wed Jul 29 16:02:55 1998 +0000
added poptSetExecPath()
svn path=/trunk/; revision=304
support/popt-gnome.h | 1 +
support/popt.c | 20 +++++++++++++++++++-
support/popt.h | 1 +
3 files changed, 21 insertions(+), 1 deletion(-)
commit b89b2b7b82792187c64344b99d719aede8bbb968
Author: Erik Troan <ewt@src.gnome.org>
Date: Wed Jul 29 14:37:11 1998 +0000
success check of access() was backwards
svn path=/trunk/; revision=303
support/findme.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit cc224194047d368ed7f3e98c1af40fb42a17c67b
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Jul 29 10:53:18 1998 +0000
Removed.
1998-07-29 Martin Baulig <martin@home-of-linux.org>
* gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): Removed.
* gnome-support.m4 (AM_FUNC_ERROR_AT_LINE): New check.
svn path=/trunk/; revision=302
macros/ChangeLog | 6 ++++++
macros/gnome-fileutils.m4 | 1 -
macros/gnome-support.m4 | 2 ++
3 files changed, 8 insertions(+), 1 deletion(-)
commit f0836026327e99084533e417bc2bbe982802b9b5
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Jul 29 10:47:18 1998 +0000
New files. Imported from glibc.
1998-07-29 Martin Baulig <martin@home-of-linux.org>
* error.c, error.h: New files. Imported from glibc.
* Makefile.am (supportinclude_HEADERS): Added `error.h'.
svn path=/trunk/; revision=301
support/ChangeLog | 6 ++++++
support/Makefile.am | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 5199b79d4894cdfdfa4d22d3a8f51e11f81d254e
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed Jul 29 10:38:54 1998 +0000
Initial revision
svn path=/trunk/; revision=297
support/error.c | 247 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
support/error.h | 77 ++++++++++++++++++
2 files changed, 324 insertions(+)
commit facfb56e42140cc5ed6c7d1390a37d866a7fc25a
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Jul 27 18:55:56 1998 +0000
1) pass the name of the current exectuable to exec'd scripts
2) removed support for setting up popt alises through enviornment variables
svn path=/trunk/; revision=296
support/popt.c | 80 +++++++++++++---------------------------------------------
1 file changed, 18 insertions(+), 62 deletions(-)
commit d965565d52b2cd8d390848d4cf3f8bb47558f666
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Jul 27 18:53:42 1998 +0000
*** empty log message ***
svn path=/trunk/; revision=295
support/findme.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
support/findme.h | 6 ++++++
2 files changed, 53 insertions(+)
commit c9044dc764aff764e8fd9621af31a7e47ec5da69
Author: Federico Mena Quintero <federico@nuclecu.unam.mx>
Date: Mon Jul 27 18:37:15 1998 +0000
Changed Gtk version test to use GTK_HAVE_FEATURES_1_1_0.
1998-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gnome-x-checks.m4: Changed Gtk version test to use
GTK_HAVE_FEATURES_1_1_0.
svn path=/trunk/; revision=294
macros/ChangeLog | 5 +++++
macros/gnome-x-checks.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 80559dee64a68499347e2ed8557d88f53e8d52d3
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Jul 27 15:53:36 1998 +0000
1) moved duplicated alias handling code into handleAlias()
2) added support for exec options
svn path=/trunk/; revision=293
support/popt.c | 284 ++++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 199 insertions(+), 85 deletions(-)
commit 2b3e2351372e6ca3811c80d84ba5804aaf5031f1
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Jul 27 15:52:21 1998 +0000
1) renamed POPT_KEEP_FIRST to POPT_CONTEXT_KEEP_FIRST
2) added POPT_CONTEXT_NO_EXEC
svn path=/trunk/; revision=292
support/popt-gnome.h | 7 +++++--
support/popt.h | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
commit 269a10614e3a5aff9bfacdcd87bbf0b66179bc14
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Jul 27 12:55:49 1998 +0000
don't use mmap anymore -- it's not worth the trouble
svn path=/trunk/; revision=291
support/popt.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
commit e18551f99b7158c55fdef50d0f5dc67bcfcf15ca
Author: Daniel Veillard <veillard@src.gnome.org>
Date: Sun Jul 26 21:55:40 1998 +0000
Added gnome-xml-check.m4 for libxml detection, Daniel.
svn path=/trunk/; revision=290
macros/ChangeLog | 5 +++++
macros/Makefile.am | 1 +
macros/gnome-xml-check.m4 | 17 +++++++++++++++++
3 files changed, 23 insertions(+)
commit 600287d48463507891aae1792b9f476879931d71
Author: Martin Baulig <martin@home-of-linux.org>
Date: Fri Jul 24 14:49:06 1998 +0000
No longer requiring `GNOME_LIBGTOP_SYSDEPS'.
1998-07-24 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: No longer requiring
`GNOME_LIBGTOP_SYSDEPS'.
svn path=/trunk/; revision=289
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-check.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit a6939e293e7684afd7a5fe78ef48c21a37f32845
Author: Tom Tromey <tromey@cygnus.com>
Date: Fri Jul 24 06:50:18 1998 +0000
Added linger.m4. New file.
Fri Jul 24 00:45:38 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (MACROS): Added linger.m4.
* linger.m4: New file.
svn path=/trunk/; revision=288
macros/ChangeLog | 5 +++++
macros/Makefile.am | 1 +
macros/linger.m4 | 28 ++++++++++++++++++++++++++++
3 files changed, 34 insertions(+)
commit 5d887987020ee47b8f74ebdcadb43b594cc96c8d
Author: Tom Tromey <tromey@src.gnome.org>
Date: Fri Jul 24 06:19:39 1998 +0000
Actually add files mentioned in last commit
svn path=/trunk/; revision=287
macros/gnome-undelfs.m4 | 20 +++++++++++++
macros/gnome-vfs.m4 | 80 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 100 insertions(+)
commit e4a38dd90d3e43f275f13fc18a5023ef701b86c2
Author: Tom Tromey <tromey@cygnus.com>
Date: Fri Jul 24 06:14:30 1998 +0000
Added gnome-undelfs.m4, gnome-vfs.m4. New file. New file.
Thu Jul 23 22:41:23 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (MACROS): Added gnome-undelfs.m4, gnome-vfs.m4.
* gnome-undelfs.m4: New file.
* gnome-vfs.m4: New file.
svn path=/trunk/; revision=286
macros/ChangeLog | 6 ++++++
macros/Makefile.am | 2 ++
2 files changed, 8 insertions(+)
commit 312df084b5b04667120a7b07da65ad9984130cc8
Author: Martin Baulig <martin@home-of-linux.org>
Date: Wed Jul 22 17:19:01 1998 +0000
Added some reasonable defaults to allow cross compiling; removed
1998-07-22 Martin Baulig <martin@home-of-linux.org>
* gnome-fileutils.m4: Added some reasonable defaults to allow
cross compiling; removed `mountlist.o' and `fsusage.o' from
LIBOBJS.
svn path=/trunk/; revision=285
macros/ChangeLog | 6 ++++++
macros/gnome-fileutils.m4 | 24 ++++++++++++++++++++++--
macros/gnome-libgtop-sysdeps.m4 | 6 ++----
3 files changed, 30 insertions(+), 6 deletions(-)
commit fd6a74ed91d432c6a74a9fc169129f5056651890
Author: Tom Tromey <tromey@cygnus.com>
Date: Wed Jul 22 05:52:27 1998 +0000
If no build-guile, link against readline before termcap.
Tue Jul 21 23:44:53 1998 Tom Tromey <tromey@cygnus.com>
* gnome-guile-checks.m4: If no build-guile, link against readline
before termcap.
svn path=/trunk/; revision=284
macros/ChangeLog | 5 +++++
macros/gnome-guile-checks.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 3e44ab5f03d41e9652d41aee92ea2b097500f050
Author: Martin Baulig <martin@home-of-linux.org>
Date: Fri Jul 17 08:29:39 1998 +0000
Removed. Using `const' instead of `CONST'.
1998-07-17 Martin Baulig <martin@home-of-linux.org>
* strtol.c, strtoul.c (<ansidecl.h>): Removed. Using
`const' instead of `CONST'.
svn path=/trunk/; revision=283
support/ChangeLog | 5 +++++
support/strtol.c | 5 ++---
support/strtoul.c | 5 ++---
3 files changed, 9 insertions(+), 6 deletions(-)
commit 890f65bea4d970633f1b062bec85e2b6cdc27f3b
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Jul 15 23:51:59 1998 +0000
Emit declaration.
* gnomesupport.awk (gethostname): Emit declaration.
svn path=/trunk/; revision=282
support/ChangeLog | 6 +++++-
support/gnomesupport.awk | 18 ++++++++++++------
2 files changed, 17 insertions(+), 7 deletions(-)
commit 63f605e8b5ace2913b41e9051c6e0b562c8235b1
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Jul 15 23:47:31 1998 +0000
Add `need-declaration.m4'.
* Makefile.am (MACROS): Add `need-declaration.m4'.
* gnome-support.m4 (AC_REPLACE_FUNCS): Add memmove, strtod,
strtol, strtoul.
(GCC_NEED_DECLARATIONS): New check. Check whether `gethostname'
needs to be declared.
* need-declaration.m4: New file. Stolen from EGCS.
svn path=/trunk/; revision=281
macros/ChangeLog | 11 +++++++++++
macros/Makefile.am | 19 ++++++++++---------
macros/gnome-support.m4 | 11 ++++++++---
macros/need-declaration.m4 | 42 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 71 insertions(+), 12 deletions(-)
commit f3369bf52d6045601593c74e283f839ae3ddebe9
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Wed Jul 15 20:30:10 1998 +0000
fix typo - s/strtol/strtoul/
svn path=/trunk/; revision=280
support/gnomesupport.awk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 22a9109843375d61e10c6c8292c79484695bf55b
Author: Martin Baulig <baulig@Stud.Informatik.uni-trier.de>
Date: Wed Jul 15 16:08:27 1998 +0000
Emit declarations.
1998-07-15 Martin Baulig <baulig@Stud.Informatik.uni-trier.de>
* gnomesupport-h.c (memmove strtod strtol strtoul): Emit
declarations.
* memmove.c: New file. Imported from GNU libiberty.
* strtod.c, strtol.c, strtoul.c: New files. Imported from
GNU libiberty.
svn path=/trunk/; revision=279
support/ChangeLog | 10 ++++++++++
support/gnomesupport.awk | 39 ++++++++++++++++++++++++++++++++++++++-
support/memmove.c | 8 ++++----
3 files changed, 52 insertions(+), 5 deletions(-)
commit 0b24c8633addf873c72ef18e6ca5c0cd5ded1791
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed Jul 15 12:58:15 1998 +0000
Initial revision
svn path=/trunk/; revision=275
support/memmove.c | 18 +++++++
support/strtod.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++
support/strtol.c | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
support/strtoul.c | 110 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 393 insertions(+)
commit ccbb7b73ea66c6d2bfd91628badbc4468669581b
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Tue Jul 14 06:42:25 1998 +0000
Systems that don't have `mkstemp' probably don't have <stdint.h> either.
* mkstemp.c (<stdint.h>): Systems that don't have `mkstemp'
probably don't have <stdint.h> either. Will fix it with a proper
autoconf test later.
svn path=/trunk/; revision=274
support/ChangeLog | 6 ++++++
support/mkstemp.c | 23 ++++++++++++++---------
2 files changed, 20 insertions(+), 9 deletions(-)
commit c387a59e68cab9275ac782aa513176c57a0ff12f
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Mon Jul 13 06:45:26 1998 +0000
Define to `extern __inline__', rather that `extern inline'. Since this
* argp.h (ARGP_EI): Define to `extern __inline__', rather that
`extern inline'. Since this code is inside an __OPTIMIZE__ check,
I assume this is GCC, and __inline__ will work.
* mkstemp.c: New file.
* gnomesupport.awk: Conditionally emit prototype for `mkstemp'.
svn path=/trunk/; revision=273
support/ChangeLog | 9 +++++++++
support/argp.h | 3 ++-
support/gnomesupport.awk | 16 ++++++++++++++--
support/mkstemp.c | 5 +++++
4 files changed, 30 insertions(+), 3 deletions(-)
commit 5ba221b94ebcb1b4a47716437bc26a1e33923054
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Mon Jul 13 06:45:08 1998 +0000
Add check for `mkstemp'.
* gnome-support.m4 (AC_REPLACE_FUNCS): Add check for `mkstemp'.
svn path=/trunk/; revision=272
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit a1c4a6bc529584d58d6babf6fd85060cf38191d0
Author: Tom Tromey <tromey@cygnus.com>
Date: Tue Jul 7 06:07:59 1998 +0000
Don't include <malloc.h>.
Tue Jul 7 00:02:51 1998 Tom Tromey <tromey@cygnus.com>
* argp-help.c: Don't include <malloc.h>.
svn path=/trunk/; revision=271
support/ChangeLog | 4 ++++
support/argp-help.c | 3 ---
2 files changed, 4 insertions(+), 3 deletions(-)
commit b4fcec2e4fe9d35beabb693b8f6baa5819e80e95
Author: Chris Toshok <toshok@src.gnome.org>
Date: Sun Jul 5 02:49:47 1998 +0000
don't include malloc.h on freebsd.
svn path=/trunk/; revision=270
support/argp-help.c | 2 ++
1 file changed, 2 insertions(+)
commit b869e94f6a590776716c2ef16fa594d568067f01
Author: Martin baulig <martin@home-of-linux.org>
Date: Fri Jul 3 17:19:08 1998 +0000
No longer use `glibtop_machine.h' for Linux.
1998-07-03 Martin baulig <martin@home-of-linux.org>
* macros/gnome-libgtop-sysdeps.m4: No longer use
`glibtop_machine.h' for Linux.
* sysdeps/linux/glibtop_machine.h: Removed.
* sysdeps/guile/guile.awk: Using `scm_append'
instead of `gh_append'.
* sysdeps/guile/names/guile-names.awk: dito.
* sysdeps/linux/*.c: Using code from stable branch again.
* include/glibtop/parameter.h: New file.
* lib/parameter.c: New file.
* lib/{open, init}.c: Done some more work on server
initialization
svn path=/trunk/; revision=269
macros/gnome-libgtop-sysdeps.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c79bde8f2e42060611a5acb21a678d472133d59c
Author: Scott D Heavner <sdh@src.gnome.org>
Date: Wed Jul 1 21:56:31 1998 +0000
yet another change to curses.m4 - documentation & formatting, remove unsed vars
svn path=/trunk/; revision=268
macros/ChangeLog | 4 +++
macros/curses.m4 | 86 +++++++++++++++++++++++++++++++++++++++++---------------
2 files changed, 68 insertions(+), 22 deletions(-)
commit 7c6abaa1e636e549561370419dbb773190da5bf8
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Jul 1 01:22:38 1998 +0000
Initial revision
svn path=/trunk/; revision=265
support/mkstemp.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 90 insertions(+)
commit f950762afbdd57a6974918a454c4df851e9086cc
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Tue Jun 30 00:13:24 1998 +0000
Add all the `.m4' files here.
* Makefile.am (MACROS): Add all the `.m4' files here.
svn path=/trunk/; revision=264
macros/ChangeLog | 5 ++++-
macros/Makefile.am | 16 ++++++++++++----
2 files changed, 16 insertions(+), 5 deletions(-)
commit dabc74332f392cd40d85f27fa0ca954c98376548
Author: Scott D Heavner <sdh@src.gnome.org>
Date: Mon Jun 29 18:07:21 1998 +0000
curses.m4: Need AC_SUBST(CURSES_INCLUDEDIR) not CURSES_INCLUDES
svn path=/trunk/; revision=263
macros/ChangeLog | 4 ++++
macros/curses.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 7b257cd3ef595db703c270024bfcfcf3033f0296
Author: Scott D Heavner <sdh@src.gnome.org>
Date: Mon Jun 29 17:30:23 1998 +0000
was leaving conftest.* files lying around after tests.
svn path=/trunk/; revision=262
macros/ChangeLog | 5 +++++
macros/curses.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit aee3e5b379de19fb32fd4af320d7427751bef0d9
Author: Christopher Blizzard <blizzard@foo.appliedtheory.com>
Date: Sat Jun 27 14:36:13 1998 +0000
Use egcs if it's available. The gcc that ships with RedHat 5.1 doesn't do
1998-06-27 Christopher Blizzard <blizzard@foo.appliedtheory.com>
* gnome-objc-checks.m4: Use egcs if it's available. The gcc that
ships with RedHat 5.1 doesn't do objc, egcs does.
svn path=/trunk/; revision=261
macros/ChangeLog | 5 +++++
macros/gnome-objc-checks.m4 | 5 ++++-
2 files changed, 9 insertions(+), 1 deletion(-)
commit 0618fad29ae7993ad4732ce0b7a2e2fce64d397a
Author: Scott D Heavner <sdh@src.gnome.org>
Date: Fri Jun 26 22:28:02 1998 +0000
Autodetect curses for cyahtzee.
svn path=/trunk/; revision=260
macros/ChangeLog | 10 ++
macros/curses.m4 | 276 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 286 insertions(+)
commit b0bb81d00a07454265c5903907c85e0c5855d398
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Jun 25 02:54:38 1998 +0000
Minor whitespace change.
svn path=/trunk/; revision=259
support/gnomesupport.awk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 38a3a02b61e7818bf5a46f3015ea96ec02f233c3
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Jun 24 18:51:25 1998 +0000
New check. (vprintf): New check. (ftruncate.c): Remove check. This needs
* gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): New check.
(vprintf): New check.
(ftruncate.c): Remove check.
This needs to be further cleaned up to only list what is
needed for gdiskfree.
* Makefile.am (MACROS): Add gnome-fileutils.m4.
svn path=/trunk/; revision=258
macros/ChangeLog | 9 +++++++++
macros/Makefile.am | 3 ++-
macros/gnome-fileutils.m4 | 29 ++---------------------------
3 files changed, 13 insertions(+), 28 deletions(-)
commit 1ced68f213ad221773eb5594163cda710b7ed7b2
Author: Martin Baulig <martin@src.gnome.org>
Date: Sun Jun 14 02:20:25 1998 +0000
*** empty log message ***
svn path=/trunk/; revision=255
macros/ChangeLog | 5 +++++
1 file changed, 5 insertions(+)
commit 5955c86cb12917b36e3509fe53ef156c182027dc
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Jun 14 02:15:34 1998 +0000
New automake conditional; also defines HAVE_LINUX_TABLE.
1998-06-14 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4 (LINUX_TABLE): New automake conditional;
also defines HAVE_LINUX_TABLE.
1998-06-13 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: Added check for the table ()
system call in the linux kernel.
1998-06-11 Raja R Harinath <harinath@cs.umn.edu>
* gnome-x-checks.m4 (USE_DEVGTK): Use AC_EGREP_CPP rather than
AC_CHECK_HEADER. AC_CHECK_HEADER is fooled by warnings.
* gnome-support.m4 (AC_PROG_AWK): Look for awk.
(CROSS_COMPILING): Remove conditional.
Wed Jun 10 14:19:39 EDT 1998 Gregory McLean <gregm@comstar.net>
* gnome-x-checks.m4: More tweeks to make building against gtk 1.0
and gtk1.1 less painful.
1998-06-08 Martin Baulig <martin@home-of-linux.org>
* gnome-support.m4 (CROSS_COMPILING): New automake conditional;
(need_gnome_support): added `AC_SUBST(need_gnome_support)'.
1998-06-07 Martin Baulig <martin@home-of-linux.org>
* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): When
cross-compiling, we now check for `$host_alias-buile-guile'.
1998-06-03 Martin Baulig <martin@home-of-linux.org>
* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): Looks also
in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail)
will abort if guile cannot be found.
1998-05-23 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK):
(libgtop_use_machine_h): Set this to true on SunOS.
1998-05-22 Martin Baulig <baulig@merkur.uni-trier.de>
* gnome-fileutils.m4 (GNOME_FILEUTILS_CHECKS): New file.
Imported from `configure.in' in GNU fileutils 3.16. It does
all the checks that are needed for the diskusage applet.
1998-05-22 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4 (GNOME_LIBGTOP_HOOK): New file.
Checks whether libgtop is installed and reads its `libgtopConf.sh'
file if it can be found. Defines HAVE_LIBGTOP on success and
provides HAVE_LIBGTOP automake conditional.
1998-05-21 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): New file.
(libgtop_sysdeps_dir): sysdeps directory libgtop uses.
(libgtop_use_machine_h): define HAVE_GLIBTOP_MACHINE_H if this
is `yes'.
(libgtop_need_server): we only need the libgtop server, when
this has a value of `yes'. Defines NEED_LIBGTOP and NEED_LIBGTOP
automake conditional.
1998-05-19 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4 (strerror): New check.
(sys_errlist): Check for this variable, needed for `strerror'.
(program_invocation_name, program_invocation_short_name): Change
method used to check for these.
1998-05-09 Raja R Harinath <harinath@cs.umn.edu>
* autogen.sh: Remove simple-minded check for `gtk+'.
Fri Apr 24 16:43:38 1998 Owen Taylor <otaylor@gtk.org>
* autogen.sh: Pass the results of the environment variable
ACLOCAL_FLAGS to aclocal. This allows, for instance,
ACLOCAL_FLAGS="-I /home/owen/share/aclocal/" autogen.sh
Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net>
* gnome-x-checks.m4: Updated the gtk check to check for 1.0.0.
1998-04-08 Raja R Harinath <harinath@cs.umn.edu>
* autogen.sh: Update to list newer versions of packages.
* gnome-support.m4: Add `scandir' to AC_REPLACE_FUNCS.
Also run AC_HEADER_DIRENT.
1998-03-31 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.
Thu Mar 19 23:23:30 1998 Tom Tromey <tromey@cygnus.com>
* gnome.m4: An empty true branch of an `if' statement is not valid
sh syntax. If GNOME_INIT_HOOK argument $1 is empty, use ":"
instead.
1998-03-19 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gnome.m4 (GNOME_INIT_HOOK): Provide a way to hook some code to
execute; Accept a probe mode.
(GNOME_INIT): Define in terms of GNOME_INIT_HOOK.
Thu Mar 19 00:17:46 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Cache results of check for
program_invocation_short_name, program_invocation_name. Check to
make sure argp functions are in a library.
* gnome-support.m4: Cache results of argp check.
Sun Mar 15 15:54:43 1998 Owen Taylor <owt1@cornell.edu>
* gnome-x-checks.m4: Replaced checks for X and GTK
with AM_PATH_GTK. x_include, X_LIBS, etc, variables no longer
defined.
1998-03-12 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4: Add a check for <linewrap.h> -- this enables
some optimizations when compiling `argp'.
Mon Mar 9 19:32:42 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Build vsnprintf.o, not vsnprint.o.
1998-03-09 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4: Add check for `vsnprintf'.
Sun Mar 8 17:04:28 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Set need_gnome_support shell variable. Define
BUILD_GNOME_SUPPORT automake conditional. Define LTLIBOBJS. Look
for argp_domain element in struct argp.
Sat Mar 7 00:04:22 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Add argp-pvh.o to
LIBOBJS.
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for strnlen().
Wed Mar 4 01:02:55 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for argp code,
strndup, program_invocation_name, program_invocation_short_name.
Mon Mar 2 15:27:44 1998 Tom Tromey <tromey@cygnus.com>
* gnome-x-checks.m4 (GNOME_X_CHECKS): Also check for SMlib.h; some
Solaris systems have -lSM but not SMlib.h.
Sun Mar 1 17:49:42 1998 Tom Tromey <tromey@cygnus.com>
* gnome.m4 (GNOME_INIT): Changed spacing so --help output looks
right.
Fri Feb 27 10:05:34 1998 Tom Tromey <tromey@cygnus.com>
* gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell
variable.
1998-02-26 Raja R Harinath <harinath@cs.umn.edu>
* gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in
$CFLAGS.
(GNOME_HAVE_SM): New var. `true' if we have libSM, `false'
otherwise.
1998-02-19 Raja R Harinath <harinath@cs.umn.edu>
* gnome.m4: Remove `GNOME_CHECK_GNOME'.
1998-02-18 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
necessary.
1998-02-15 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (MACROS): Add `gnome-pthread-check.m4'.
* gnome-pthread-check.m4: New file. Moved pthread check from
gnome-x-checks.m4 to here.
* gnome-objc-checks.m4: Use `gnome-pthread-check'.
(OBJC_LIBS): New config var.
* gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is
already part of `$x_libs'.
Move pthread check to new file.
Sat Feb 14 12:45:35 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (macros.dep): Use single quotes, not double quotes.
Otherwise bash will interpret `$(...)' incorrectly.
(EXTRA_DIST): Include macros.dep in distribution.
1998-02-14 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (macros.dep): Put back doubled `$'. We want the
expansion to occur in the including Makefile, not here.
Otherwise, there will be an extra `../' in the rule.
Sat Feb 14 17:41:28 KST 1998 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
* autogen.sh: multilple aclocal -I directories.
Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (macros.dep): Removed extra `$' from rule.
* gnome-x-checks.m4: Only check for -lSM if not already in
x_libs.
1998-02-13 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (EXTRA_DIST): Add `autogen.sh'.
* gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't
understand `test -e'.
* autogen.sh: New file.
* gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where
the installation actually installs it.
* Makefile.am (macros.dep): New maintainer rule for handling
automatic rebuilding of aclocal.m4 if any of the macros change.
(MACROS): New variable. List of all `m4' macros in this
directory.
1998-02-12 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for
libsupport.a support.
1998-02-10 Raja R Harinath <harinath@cs.umn.edu>
* gnome.m4: New file. Moved AC_CHECK_GNOME from `configure.in' to
here, and renamed macro to GNOME_CHECK_GNOME.
* gnome-x-checks.m4: Likewise, move and renaming AC_GNOME_X_CHECKS
to GNOME_X_CHECKS.
* aclocal-include.m4: New file. Defines AM_ACLOCAL_INCLUDE macro
to provide extra search directories to `aclocal'.
svn path=/trunk/; revision=254
macros/gnome-libgtop-sysdeps.m4 | 6 ++++++
1 file changed, 6 insertions(+)
commit 87c0b6208817142d40cf7d293884348cd60848e4
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sat Jun 13 21:26:18 1998 +0000
Added check for the table () system call in the linux kernel.
1998-06-13 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: Added check for the table ()
system call in the linux kernel.
svn path=/trunk/; revision=253
macros/ChangeLog | 5 +++++
macros/gnome-libgtop-sysdeps.m4 | 48 +++++++++++++++++++++++++++++++++++++++--
2 files changed, 51 insertions(+), 2 deletions(-)
commit 80baf29e12687c5e3637c6d69c19a7174cb950ce
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Jun 11 22:06:06 1998 +0000
Use AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled by
* gnome-x-checks.m4 (USE_DEVGTK): Use AC_EGREP_CPP rather than
AC_CHECK_HEADER. AC_CHECK_HEADER is fooled by warnings.
svn path=/trunk/; revision=252
macros/ChangeLog | 7 +++++--
macros/gnome-x-checks.m4 | 14 ++++++++++++--
2 files changed, 17 insertions(+), 4 deletions(-)
commit d7385edf56cb9cbfd943c33891b4b3902349f986
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Jun 11 20:37:48 1998 +0000
Add `gnomesupport.awk'.
* Makefile.am (EXTRA_DIST): Add `gnomesupport.awk'.
Also, simplied `gnomesupport.awk', and really removed
`gnomesupport-h.c'.
svn path=/trunk/; revision=251
support/ChangeLog | 2 +
support/Makefile.am | 2 +-
support/gnomesupport-h.c | 172 -----------------------------------------
support/gnomesupport.awk | 197 ++++++++++++++++++++---------------------------
4 files changed, 88 insertions(+), 285 deletions(-)
commit caa1d11ea9ca4bb4d12789ebb929a0ec820179a1
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Jun 11 06:57:44 1998 +0000
Fix couple of typos.
svn path=/trunk/; revision=250
support/gnomesupport.awk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 30d3f158d5fb2b3081de931f96bbcc8edf76e278
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Jun 11 06:46:13 1998 +0000
Build with `gnomesupport.awk'. (CROSS_COMPILING): Remove. New file, to
* Makefile.am (gnomesupport.h): Build with `gnomesupport.awk'.
(CROSS_COMPILING): Remove.
* gnomesupport.awk: New file, to replace `gnomesupport-h.c'.
* gnomesupport-h.c: Removed. Doesn't work well in cross-compiles.
svn path=/trunk/; revision=249
support/ChangeLog | 7 +++
support/Makefile.am | 12 +---
support/gnomesupport.awk | 148 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 158 insertions(+), 9 deletions(-)
commit 74f4cc2206b28a8f0f8d28049ee160430ea57141
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Jun 11 06:45:59 1998 +0000
Look for awk. (CROSS_COMPILING): Remove conditional.
* gnome-support.m4 (AC_PROG_AWK): Look for awk.
(CROSS_COMPILING): Remove conditional.
svn path=/trunk/; revision=248
macros/ChangeLog | 5 +++++
macros/gnome-support.m4 | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 58ce98e9b60c1f0346b6a5a12644133530cb4051
Author: Manish Singh <yosh@src.gnome.org>
Date: Thu Jun 11 02:26:55 1998 +0000
changed things to use GTK_HAVE_ACCEL_GROUP instead of HAVE_DEVGTK...
installed headers depending on config.h stuff is bad.
-Yosh
svn path=/trunk/; revision=247
macros/gnome-x-checks.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit b9526e778799601de3d43dcced499c665b95ca20
Author: Gregory McLean <gregm@src.gnome.org>
Date: Wed Jun 10 18:26:05 1998 +0000
Gnome libs should compile against gtk 1.0.x and gtk 1.1 with a minimal amount
of fuss. I'm not an auto* guru by any stretch of anyones imagination so I'm
pretty confident that its not idiot proof. This should make the bulk of the
people happy now.
-- Greg
svn path=/trunk/; revision=246
macros/ChangeLog | 5 +++++
macros/gnome-x-checks.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit e634457eac63e5549806bd1e29d1e972a99ac4f5
Author: EDT 1998 Gregory McLean <gregm@comstar.net>
Date: Wed Jun 10 03:01:17 1998 +0000
quick and dirty check for devel gtk and define HAVE_DEVGTK if its found.
Tue Jun 9 22:55:20 EDT 1998 Gregory McLean <gregm@comstar.net>
* macros/gnome-x-checks.m4: quick and dirty check for devel gtk and
define HAVE_DEVGTK if its found. This should save us a bunch of
work next time we go to do a release we won't have to chase
around code that only works on the devel version of gtk.
* libgnomeui/* bracketed all code that requires the devel branch of
gtk.. I think I got it all.
* acconfig.h : new tag HAVE_DEVGTK, use this to mark your changes that
require the dev branch of gtk.
svn path=/trunk/; revision=245
macros/gnome-x-checks.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 8c5b89f854d8348eac6717be6632b8ecb079fe1f
Author: Martin Baulig <martin@src.gnome.org>
Date: Mon Jun 8 00:33:51 1998 +0000
Fixed typo.
svn path=/trunk/; revision=244
macros/gnome-guile-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit cc6405e7ed54e4772327f41d8f9706803b6ddfb2
Author: Martin Baulig <martin@home-of-linux.org>
Date: Mon Jun 8 00:13:10 1998 +0000
New automake conditional; (need_gnome_support): added
1998-06-08 Martin Baulig <martin@home-of-linux.org>
* gnome-support.m4 (CROSS_COMPILING): New automake conditional;
(need_gnome_support): added `AC_SUBST(need_gnome_support)'.
svn path=/trunk/; revision=243
macros/ChangeLog | 9 +++++++--
macros/gnome-support.m4 | 2 ++
2 files changed, 9 insertions(+), 2 deletions(-)
commit 8fa4243225708945637ab1d4fb868e42d9f9ba6a
Author: Martin Baulig <martin@home-of-linux.org>
Date: Mon Jun 8 00:12:50 1998 +0000
When cross-compiling, this is build using `$(build_CC)' because it needs
1998-06-08 Martin Baulig <martin@home-of-linux.org>
* Makefile.am (gnomesupport-h): When cross-compiling, this
is build using `$(build_CC)' because it needs to run on the
build system. Look at gnome-libs/configure.in to see how to
get `build_CC'.
svn path=/trunk/; revision=242
support/ChangeLog | 7 +++++++
support/Makefile.am | 4 ++++
2 files changed, 11 insertions(+)
commit dc380112eeed5fa0edcf98191ea3edff04a5a819
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Jun 7 22:01:12 1998 +0000
When cross-compiling, we now check for `$host_alias-buile-guile'.
1998-06-07 Martin Baulig <martin@home-of-linux.org>
* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): When
cross-compiling, we now check for `$host_alias-buile-guile'.
svn path=/trunk/; revision=241
macros/ChangeLog | 10 ++++++++--
macros/gnome-guile-checks.m4 | 8 +++++++-
2 files changed, 15 insertions(+), 3 deletions(-)
commit 2f7ed81c1dd041bb4e707ed324a9d66dfbebc951
Author: Martin Baulig <martin@home-of-linux.org>
Date: Sun Jun 7 20:40:30 1998 +0000
Include `glibtop_machine.h' for Linux.
1998-06-07 Martin Baulig <martin@home-of-linux.org>
* macros/gnome-libgtop-sysdeps.m4: Include
`glibtop_machine.h' for Linux.
svn path=/trunk/; revision=240
macros/gnome-libgtop-sysdeps.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 8740a1f2dd8595ed55e51390f6b887fa15c8d465
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed Jun 3 12:59:23 1998 +0000
Looks also in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail) will
* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): Looks also in $GNOME_LIBDIR;
added failflag: GNOME_CHECK_GUILE(fail) will abort if guile cannot be found.
svn path=/trunk/; revision=235
macros/ChangeLog | 5 +++
macros/gnome-guile-checks.m4 | 89 ++++++++++++++++++++++++++++++++++++++------
2 files changed, 83 insertions(+), 11 deletions(-)
commit 4935854734cfad15dea609f023c2cd79f0eb0e4b
Author: Martin Baulig <martin@src.gnome.org>
Date: Sun May 24 16:07:30 1998 +0000
*** empty log message ***
svn path=/trunk/; revision=230
macros/ChangeLog | 5 +++++
1 file changed, 5 insertions(+)
commit 62fc78948698993c695779328070db4420b84a4d
Author: Martin Baulig <martin@src.gnome.org>
Date: Sat May 23 22:59:32 1998 +0000
Set this to true on SunOS.
* gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK):
(libgtop_use_machine_h): Set this to true on SunOS.
svn path=/trunk/; revision=229
macros/gnome-libgtop-sysdeps.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f3a1730a7d123351d9782b6c5ba874bf75e1bb76
Author: Martin Baulig <martin@src.gnome.org>
Date: Fri May 22 17:20:52 1998 +0000
*** empty log message ***
svn path=/trunk/; revision=228
macros/ChangeLog | 6 ++++++
1 file changed, 6 insertions(+)
commit d9a822de349af6f956168172105d3c6c55828db3
Author: Martin Baulig <martin@src.gnome.org>
Date: Fri May 22 17:08:06 1998 +0000
New file. Imported from `configure.in' in GNU fileutils 3.16. It does all
* gnome-fileutils.m4 (GNOME_FILEUTILS_CHECKS): New file.
Imported from `configure.in' in GNU fileutils 3.16. It does
all the checks that are needed for the diskusage applet.
svn path=/trunk/; revision=227
macros/gnome-fileutils.m4 | 664 ++++++++++++++++++----------------------------
1 file changed, 255 insertions(+), 409 deletions(-)
commit e9f3b89ac15546a65156a08298ca5dfe5d2fce04
Author: Martin Baulig <martin@src.gnome.org>
Date: Fri May 22 15:28:52 1998 +0000
Initial revision
svn path=/trunk/; revision=223
macros/gnome-fileutils.m4 | 574 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 574 insertions(+)
commit 9c12fb6742d459b496636f8bc1504d566db0e3af
Author: Tom Tromey <tromey@cygnus.com>
Date: Fri May 22 04:32:12 1998 +0000
Unconditionally declare program_invocation_name and
Thu May 21 21:21:12 1998 Tom Tromey <tromey@cygnus.com>
* gnome-argp.h: Unconditionally declare program_invocation_name
and program_invocation_short_name; some systems define these but
don't declare them.
svn path=/trunk/; revision=222
support/ChangeLog | 6 ++++++
support/gnome-argp.h | 7 ++-----
2 files changed, 8 insertions(+), 5 deletions(-)
commit 58facf235a1b63930bfae1b427782a299f7e804d
Author: Martin Baulig <martin@src.gnome.org>
Date: Fri May 22 00:23:48 1998 +0000
New file. Checks whether libgtop is installed and reads its
* gnome-libgtop-check.m4 (GNOME_LIBGTOP_HOOK): New file.
Checks whether libgtop is installed and reads its `libgtopConf.sh'
file if it can be found. Defines HAVE_LIBGTOP on success and
provides HAVE_LIBGTOP automake conditional.
svn path=/trunk/; revision=221
macros/ChangeLog | 17 ++++++++++
macros/gnome-libgtop-check.m4 | 73 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 90 insertions(+)
commit ba0fae561fee4f302983ad374df3289fe91ae5d1
Author: Martin Baulig <martin@src.gnome.org>
Date: Fri May 22 00:15:14 1998 +0000
Removed unwanted AC_WITH(sysdeps).
svn path=/trunk/; revision=220
macros/gnome-libgtop-sysdeps.m4 | 54 +++++++++++++++--------------------------
1 file changed, 19 insertions(+), 35 deletions(-)
commit ec7b4b3837cbffd051752cc4ad82c6e99c7a4796
Author: Martin Baulig <martin@src.gnome.org>
Date: Thu May 21 23:55:45 1998 +0000
Fixed typo.
svn path=/trunk/; revision=219
macros/gnome-libgtop-sysdeps.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ec76327e57df7ec3c0b82953d6a014aea32a0940
Author: Martin Baulig <martin@src.gnome.org>
Date: Thu May 21 23:38:16 1998 +0000
New file. (libgtop_sysdeps_dir): sysdeps directory libgtop uses.
* gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): New file.
(libgtop_sysdeps_dir): sysdeps directory libgtop uses.
(libgtop_use_machine_h): define HAVE_GLIBTOP_MACHINE_H if this
is `yes'.
(libgtop_need_server): we only need the libgtop server, when
this has a value of `yes'. Defines NEED_LIBGTOP and NEED_LIBGTOP
automake conditional.
svn path=/trunk/; revision=218
macros/gnome-libgtop-sysdeps.m4 | 79 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)
commit 2047a1785bd3f2f9fc5cec210e9cff1bef51ebee
Author: Martin Baulig <martin@src.gnome.org>
Date: Thu May 21 14:29:54 1998 +0000
fixed incorrect ChangeLog entry; I did not add a prototype for vsnprintf()
* vsnprintf.c: fixed incorrect ChangeLog entry; I did not add a prototype for
vsnprintf() yesterday, I just changed its actual declaration on systems defining
__STDC__ to avoid a clash with the prototype in some system header file.
svn path=/trunk/; revision=217
support/ChangeLog | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
commit 06f180c3a7b352057b99bb3ed20c051d51cd4f63
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed May 20 16:22:14 1998 +0000
Define _GNU_SOURCE.
* Makefile.am (INCLUDES): Define _GNU_SOURCE.
svn path=/trunk/; revision=216
support/ChangeLog | 4 ++++
support/Makefile.am | 1 +
2 files changed, 5 insertions(+)
commit d021d41ec46aeadfac49937b8a1f56076f75dfa8
Author: Martin Baulig <martin@src.gnome.org>
Date: Wed May 20 08:38:00 1998 +0000
Added missing '#endif'.
svn path=/trunk/; revision=215
support/strerror.c | 1 +
1 file changed, 1 insertion(+)
commit e682ce8b8c785a0e9b1bb775b548014ab97157f0
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed May 20 00:51:58 1998 +0000
Emit declaration.
* gnomesupport-h.c (strerror): Emit declaration.
svn path=/trunk/; revision=214
support/ChangeLog | 1 +
support/gnomesupport-h.c | 19 +++++++++++++------
2 files changed, 14 insertions(+), 6 deletions(-)
commit 66d23c8452daa5d25d2b0596673c953d9f8d7c76
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed May 20 00:16:02 1998 +0000
Fix typo.
svn path=/trunk/; revision=213
macros/gnome-support.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 803585622dd94f74b7650ebfb7e404349e3b7404
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed May 20 00:10:46 1998 +0000
New check. (sys_errlist): Check for this variable, needed for `strerror'.
* gnome-support.m4 (strerror): New check.
(sys_errlist): Check for this variable, needed for `strerror'.
(program_invocation_name, program_invocation_short_name): Change
method used to check for these.
svn path=/trunk/; revision=212
macros/ChangeLog | 7 +++++++
macros/gnome-support.m4 | 48 +++++++++++++++++++++++++++++++++---------------
2 files changed, 40 insertions(+), 15 deletions(-)
commit 707d733fa2c5c20896e5e8728cc08d7ad5d30cb1
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed May 20 00:10:25 1998 +0000
New file. Imported from GNU libiberty.
* strerror.c: New file. Imported from GNU libiberty.
svn path=/trunk/; revision=211
support/ChangeLog | 4 ++++
support/strerror.c | 11 ++++++++---
2 files changed, 12 insertions(+), 3 deletions(-)
commit 007f73bff18cfa3e3019620096adaa3261e6ec58
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Tue May 19 23:43:45 1998 +0000
Initial revision
svn path=/trunk/; revision=207
support/strerror.c | 831 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 831 insertions(+)
commit 6eec1a0c05185e7fa8966b1727c5599061813ba2
Author: Martin Baulig <martin@src.gnome.org>
Date: Tue May 19 22:44:20 1998 +0000
Added prototype for systems defining __STDC__.
* vsnprintf.c (vsnprintf): Added prototype for systems
defining __STDC__.
* vsnprintf.c (snprintf): Moved toward the end of the
file, that the compiler gets correct prototype for
vsnprintf().
svn path=/trunk/; revision=206
support/ChangeLog | 9 +++++++++
support/vsnprintf.c | 46 ++++++++++++++++++++++++++--------------------
2 files changed, 35 insertions(+), 20 deletions(-)
commit b1b2b62910a8108dcb7cc18775eb4d1b441ec3ac
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed May 13 20:41:04 1998 +0000
Support for NOCONFIGURE env variable -mig
svn path=/trunk/; revision=204
macros/autogen.sh | 4 ++++
1 file changed, 4 insertions(+)
commit b997172f4db44cb378a83eecf85245120a3bed65
Author: Kjartan Maraas <kmaraas@fib.hl.no>
Date: Tue May 12 13:17:00 1998 +0000
Removed the bad fix I introduced. I will never make a lvalue cast again.
1998-05-12 Kjartan Maraas <kmaraas@fib.hl.no>
* argp-help.c: Removed the bad fix I introduced. I will never make
a lvalue cast again. :)
svn path=/trunk/; revision=203
support/ChangeLog | 5 +++++
support/argp-help.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit e819fd0516e306aadb2d520a7c2536ee4612df26
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sun May 10 00:53:51 1998 +0000
Remove simple-minded check for `gtk+'.
* autogen.sh: Remove simple-minded check for `gtk+'.
svn path=/trunk/; revision=202
macros/ChangeLog | 7 +++++--
macros/autogen.sh | 16 ----------------
2 files changed, 5 insertions(+), 18 deletions(-)
commit 78da07547889a286a107cf36d3bd7be3708b7aae
Author: Kjartan Maraas <kmaraas@fib.hl.no>
Date: Sat May 9 20:50:29 1998 +0000
Removed a compiler warning in gnome-libs/support/argp-help.c
1998-05-09 Kjartan Maraas <kmaraas@fib.hl.no>
* Removed a compiler warning in gnome-libs/support/argp-help.c
svn path=/trunk/; revision=201
support/ChangeLog | 4 ++++
support/argp-help.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 0ae9ac456c0fbc6866339a6ca319fc8ae85a9b47
Author: Manish Singh <yosh@src.gnome.org>
Date: Mon Apr 27 20:09:51 1998 +0000
Declare variable buf in gnome-help.c
updated some .cvsignores.
-Yosh
svn path=/trunk/; revision=199
support/.cvsignore | 2 ++
1 file changed, 2 insertions(+)
commit 64af80f9ec4d0e385dd9da0215ee63dd0a55d618
Author: Owen Taylor <otaylor@gtk.org>
Date: Fri Apr 24 20:48:37 1998 +0000
Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.
Fri Apr 24 16:43:38 1998 Owen Taylor <otaylor@gtk.org>
* autogen.sh: Pass the results of the environment variable
ACLOCAL_FLAGS to aclocal. This allows, for instance,
ACLOCAL_FLAGS="-I /home/owen/share/aclocal/" autogen.sh
svn path=/trunk/; revision=198
macros/ChangeLog | 7 +++++++
macros/autogen.sh | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
commit 113e761b31dadabc1453d9707fc9ce47a630d25e
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed Apr 22 17:25:13 1998 +0000
Use test -f instead of test -e; As suggested by Sebastian Wilhelmi 0-mig
svn path=/trunk/; revision=197
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 32e73badd2b908257f20518009f3abfb33ea290b
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed Apr 22 02:56:19 1998 +0000
Fix for gedit compilation -mig
svn path=/trunk/; revision=196
macros/autogen.sh | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
commit d4155adc1f3ccfe0d3890724bb89bd6540be7934
Author: EDT 1998 Gregory McLean <gregm@comstar.net>
Date: Sun Apr 19 13:33:37 1998 +0000
added to ignore generated files.
Sun Apr 19 09:38:36 EDT 1998 Gregory McLean <gregm@comstar.net>
* ee/doc/.cvsignore: added to ignore generated files.
svn path=/trunk/; revision=195
macros/ChangeLog | 5 +++++
1 file changed, 5 insertions(+)
commit cd3795bb9366bda917464ffb1605ed402a121e23
Author: EDT 1998 Gregory McLean <gregm@comstar.net>
Date: Sun Apr 19 05:28:13 1998 +0000
Updated the gtk check to check for 1.0.0
Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net>
* gnome-x-checks.m4: Updated the gtk check to check for 1.0.0
svn path=/trunk/; revision=194
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5c8e7eb9e00269cf97d45f79675523d91f82eaea
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Tue Apr 14 20:14:17 1998 +0000
Make gnomesupport.h include stddef.h unconditionally.
* gnomesupport-h.c (main): Make gnomesupport.h include stddef.h
unconditionally.
svn path=/trunk/; revision=193
support/ChangeLog | 5 +++++
support/gnomesupport-h.c | 2 ++
2 files changed, 7 insertions(+)
commit 70dd5b3b142123b882d85a41d21592a79c079428
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Mon Apr 13 23:39:05 1998 +0000
Include. Do all the `dirent' wrangling only if `scandir' is needed. Also,
* scandir.c (<sys/types.h>): Include.
* gnomesupport-h.c (!HAVE_SCANDIR): Do all the `dirent' wrangling
only if `scandir' is needed. Also, include <sys/types.h> in all
cases.
svn path=/trunk/; revision=192
support/ChangeLog | 12 ++++++++++++
support/gnomesupport-h.c | 26 +++++++++++++++++---------
support/scandir.c | 1 +
3 files changed, 30 insertions(+), 9 deletions(-)
commit 4d77e46422bb506be06fb6695c343befb64b5a58
Author: Seth Alves <alves@src.gnome.org>
Date: Mon Apr 13 21:46:33 1998 +0000
freebsd needs types.h before dirent.h
svn path=/trunk/; revision=191
support/gnomesupport-h.c | 3 +++
1 file changed, 3 insertions(+)
commit 41085eb1a0a8772f982d2fb9f2adcf75baec8d13
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sun Apr 12 21:07:55 1998 +0000
Is now $(pkglibdir)/include. `gnomesupport.h' is a generated file
* Makefile.am (supportincludedir): Is now $(pkglibdir)/include.
`gnomesupport.h' is a generated file dependent on the configure
process. So, this seems a good place. The rest of the headers
are also here just because I'm too lazy to maintain two separate
include directories to search in for `libgnomesupport' stuff ;-)
(supportinclude_DATA): New var. Has `gnomesupport.h'.
(BUILT_SOURCES): Generate `gnomesupport.h'.
* gnomesupport-h.c: New file. Used to generate `gnomesupport.h',
which contains prototypes for many of the functions in
`libgnomesupport'. This method is used to ensure that prototypes
appear only for those functions that are provided by
`libgnomesupport'.
* scandir.c (alphasort): New utility function.
svn path=/trunk/; revision=190
support/ChangeLog | 18 ++++++
support/Makefile.am | 14 ++++-
support/gnomesupport-h.c | 152 +++++++++++++++++++++++++++++++++++++++++++++++
support/scandir.c | 7 +++
4 files changed, 190 insertions(+), 1 deletion(-)
commit a7770e415ad2ae3028d31afd6956e360f2b10c58
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Apr 9 00:20:07 1998 +0000
Also run AC_HEADER_DIRENT.
* gnome-support.m4: Also run AC_HEADER_DIRENT.
svn path=/trunk/; revision=188
macros/ChangeLog | 3 ++-
macros/gnome-support.m4 | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
commit b2bd0cfb4e1e214914fe212f81dbc7a93c2f6203
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Apr 8 23:54:06 1998 +0000
Update to list newer versions of packages. Add `scandir'.
* autogen.sh: Update to list newer versions of packages.
* gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'.
svn path=/trunk/; revision=187
macros/ChangeLog | 5 +++++
macros/autogen.sh | 6 +++---
macros/gnome-support.m4 | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
commit cfa9ba9476e03dc29b5a402739b833a8d2a185ec
Author: Raja R Harinath <harinath@cs.umn.edu>
Date: Wed Apr 8 23:09:26 1998 +0000
Import from GNU libc. Remove assumptions that this file is compiled inside
* scandir.c: Import from GNU libc.
Remove assumptions that this file is compiled inside GLIBC.
Here are the ChangeLog entries when I imported it originally into
`gwp':
1998-02-08 Raja R Harinath <harinath@cs.umn.edu>
* scandir.c (scandir): Revert change of `1998-02-07'.
Don't use d_reclen, but fix the expression used to
figure out the length.
1998-02-07 Raja R Harinath <harinath@cs.umn.edu>
* scandir.c (scandir): Use `d_reclen' field to get length
of record.
1998-02-06 Raja R Harinath <harinath@cs.umn.edu>
* scandir.c: New file. Replacement function copied from
glibc, edited to not step on implementation namespace.
svn path=/trunk/; revision=186
support/ChangeLog | 20 ++++++++++++++++++++
support/scandir.c | 48 ++++++++++++++++++++++++++++++++++++++----------
2 files changed, 58 insertions(+), 10 deletions(-)
commit 5dc0bdba5af0c8fcdc8ea859880e158fcbb70fab
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Apr 8 22:57:07 1998 +0000
Initial revision
svn path=/trunk/; revision=182
support/scandir.c | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 96 insertions(+)
commit d0cb6c61f7e603aa1f57a2dc583e5e0e18ff208f
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Apr 1 03:48:15 1998 +0000
Look for vasprintf.
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.
svn path=/trunk/; revision=181
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit 507326c23a608a514391652d810d88331b181145
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Tue Mar 31 18:50:07 1998 +0000
Added missing files
svn path=/trunk/; revision=177
intl/intlh.inst.in | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++
intl/libintl.glibc | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 222 insertions(+)
commit 3fad77e574a5b05aa09d79bb1cb702da3f8e5386
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sun Mar 29 05:20:44 1998 +0000
Imported from GNU libit-0.4. Applied a change that appears in `libiberty'.
* vasprintf.c (int_vasprintf): Imported from GNU libit-0.4.
Applied a change that appears in `libiberty'.
svn path=/trunk/; revision=175
support/ChangeLog | 5 +++++
support/README-gnome | 20 ++++++++++++++++++++
support/vasprintf.c | 6 +++++-
3 files changed, 30 insertions(+), 1 deletion(-)
commit 4551cc3a4bf1222ff33c48d7900f43dc197a080f
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sun Mar 29 05:02:55 1998 +0000
Initial revision
svn path=/trunk/; revision=171
support/vasprintf.c | 193 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 193 insertions(+)
commit ef7030bf4b564c87977e2511174ea06633b21d08
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed Mar 25 05:28:57 1998 +0000
gratious last time fixes to the i18n code -mig
svn path=/trunk/; revision=169
intl/Makefile.in | 7 +++++++
1 file changed, 7 insertions(+)
commit 0277f41f1949ff8301e5cd47510f03396069adcb
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Mar 23 20:28:01 1998 +0000
don't read ~/.popt in setuid apps
svn path=/trunk/; revision=156
support/popt.c | 2 ++
1 file changed, 2 insertions(+)
commit 34240a3a79f5d6a5b1afbd9f8ce9bb3a0cec4987
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Mon Mar 23 19:21:02 1998 +0000
ignore a bunch more irrelevant pieces
svn path=/trunk/; revision=155
.cvsignore | 7 +++++++
1 file changed, 7 insertions(+)
commit a08341cfa0679ed7934e5fe10991ff226306c4e5
Author: Tom Tromey <tromey@cygnus.com>
Date: Fri Mar 20 06:24:33 1998 +0000
An empty true branch of an `if' statement is not valid sh syntax. If
Thu Mar 19 23:23:30 1998 Tom Tromey <tromey@cygnus.com>
* gnome.m4: An empty true branch of an `if' statement is not valid
sh syntax. If GNOME_INIT_HOOK argument $1 is empty, use ":"
instead.
svn path=/trunk/; revision=154
macros/ChangeLog | 6 ++++++
macros/gnome.m4 | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
commit 1058ed2bbb23ade6f0be5d2272ef880a1c602b9a
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Fri Mar 20 02:54:16 1998 +0000
Weee! gmc uses the gnome.m4 macros now and detects properly gnome installation - mig
svn path=/trunk/; revision=153
macros/ChangeLog | 7 +++++++
macros/gnome.m4 | 28 +++++++++++++++++++++++-----
2 files changed, 30 insertions(+), 5 deletions(-)
commit 37cc74ae13a3b8d9fe225d45b872829e6271a53c
Author: Miguel de Icaza <miguel@nuclecu.unam.mx>
Date: Fri Mar 20 00:46:40 1998 +0000
Add support for gtk_container_add to GnomeApp widget.
1998-03-19 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gnome-app.c (gnome_app_add): Add support for gtk_container_add
to GnomeApp widget.
svn path=/trunk/; revision=152
macros/gnome-x-checks.m4 | 2 +-
support/argp.texi | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)
commit 2812276f15c49e9bb94197a207e0ec8022d3709b
Author: Tom Tromey <tromey@cygnus.com>
Date: Thu Mar 19 20:23:21 1998 +0000
Cache results of check for program_invocation_short_name,
Thu Mar 19 00:17:46 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Cache results of check for
program_invocation_short_name, program_invocation_name. Check to
make sure argp functions are in a library.
svn path=/trunk/; revision=151
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 30 +++++++++++++++++++++++-------
2 files changed, 27 insertions(+), 7 deletions(-)
commit 9f85771f49a585638244e110090b28eb56ff421c
Author: Tom Tromey <tromey@cygnus.com>
Date: Thu Mar 19 07:24:22 1998 +0000
Cache results of argp check.
Thu Mar 19 00:17:46 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Cache results of argp check.
svn path=/trunk/; revision=150
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 16 ++++++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)
commit 82bc60b9f9d27a53e58b157b768b1b0bd13d0d56
Author: Owen Taylor <otaylor@src.gnome.org>
Date: Sun Mar 15 20:56:36 1998 +0000
Updates to use AM_PATH_GTK. See various ChangeLogs for details.
svn path=/trunk/; revision=149
macros/ChangeLog | 6 ++++++
macros/gnome-x-checks.m4 | 51 +++++++++++++-----------------------------------
2 files changed, 20 insertions(+), 37 deletions(-)
commit d1db995f688da0cacb5065f5a2acbc41218fec97
Author: Tom Tromey <tromey@cygnus.com>
Date: Sat Mar 14 04:31:17 1998 +0000
Imported from glibc. Added argp.texi.
Fri Mar 13 21:30:34 1998 Tom Tromey <tromey@cygnus.com>
* argp.texi: Imported from glibc.
* Makefile.am (EXTRA_DIST): Added argp.texi.
svn path=/trunk/; revision=148
support/ChangeLog | 5 +++++
support/Makefile.am | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit e9bcc6033b664096bae6b6a7cf91ce89b4b158a3
Author: Tom Tromey <tromey@src.gnome.org>
Date: Sat Mar 14 04:29:34 1998 +0000
Initial revision
svn path=/trunk/; revision=144
support/argp.texi | 1161 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 1161 insertions(+)
commit 1df3419e77c38dcec28b127b16996bda02adc99f
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Mar 12 22:52:05 1998 +0000
Add a check for <linewrap.h> -- this enables some optimizations when
* gnome-support.m4: Add a check for <linewrap.h> -- this enables
some optimizations when compiling `argp'.
- Hari
svn path=/trunk/; revision=143
macros/ChangeLog | 5 +++++
macros/gnome-support.m4 | 2 ++
2 files changed, 7 insertions(+)
commit 276f15f2c2faaa9158661d9d899b8d689fb308dc
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Mar 12 22:46:00 1998 +0000
Don't install argp-fmtstream.h and argp-namefrob.h. They are used only to
* Makefile.am (noinst_HEADERS): Don't install argp-fmtstream.h and
argp-namefrob.h. They are used only to compile `argp' and not for
general usage.
- Hari
svn path=/trunk/; revision=142
support/ChangeLog | 6 ++++++
support/Makefile.am | 7 +++++--
2 files changed, 11 insertions(+), 2 deletions(-)
commit 902259bcf6e71af88d67e394085203f32a882e7e
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Mar 12 00:54:30 1998 +0000
Added a note on `cvs import' and multiple "vendors". -- Hari
svn path=/trunk/; revision=141
support/README-gnome | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
commit ab31af4723bf35df49b0a40c1b8c5310bed108a3
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Mar 11 23:28:44 1998 +0000
Don't mention getopt() for C++. (Local fix).
* getopt.h: Don't mention getopt() for C++. (Local fix).
This is IMHO better than my previous commit. -- Hari
svn path=/trunk/; revision=140
support/ChangeLog | 2 +-
support/getopt.h | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
commit 1803db77ac366ed85c231edd520547fc96e9531c
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Mar 11 23:17:52 1998 +0000
Prototype getopt() for C++ too. (Local fix).
* getopt.h: Prototype getopt() for C++ too. (Local fix).
- Hari
svn path=/trunk/; revision=139
support/ChangeLog | 2 ++
support/getopt.h | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
commit d7228e812e61b134a51984b7c37454fbac4065c3
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Mar 11 23:14:09 1998 +0000
Update to somewhat newer version from glibc-980226 -- Hari
svn path=/trunk/; revision=138
support/strtok_r.c | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)
commit 1091d18b8b7853bb06ea95c1cdafcb194a5a36a9
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Mar 11 22:36:12 1998 +0000
Put it back in. And use `cvs import' now, to get it right -- Hari
svn path=/trunk/; revision=135
support/vsnprintf.c | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 149 insertions(+), 3 deletions(-)
commit 40508152b34dba2d39b9ab119b538f7b6d8b1635
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Wed Mar 11 22:26:17 1998 +0000
Much more work on the mailman - it is semi-functional, and also on girc.
svn path=/trunk/; revision=132
macros/gnome-objc-checks.m4 | 1 +
1 file changed, 1 insertion(+)
commit b55d5f89d1e5e1e0eabf62be388e717591b0ef23
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Wed Mar 11 19:34:39 1998 +0000
Remove vsnprintf implementation - bad license, and did not check to see if libc has it already. It should work fine on most systems, now, but if your libc does not define vsnprintf, please send in a patch for an LGPLd implementation :)
svn path=/trunk/; revision=131
support/vsnprintf.c | 151 ++--------------------------------------------------
1 file changed, 3 insertions(+), 148 deletions(-)
commit f4995efc12705f910b4e8106e486f5dc7819b655
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Mar 11 19:13:44 1998 +0000
Actually fill it in. It is from
* vsnprintf.c: Actually fill it in. It is from
<URL:http://theos.com/~deraadt/snprintf.c>, with one small fix to
actually make it compile.
- Hari
svn path=/trunk/; revision=130
support/ChangeLog | 6 +++
support/vsnprintf.c | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 156 insertions(+), 1 deletion(-)
commit 007d40a5fa772336fce48e2e7f9a8688f9f9a9b4
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Tue Mar 10 22:53:45 1998 +0000
Add gnome-argp.h to the Makefile.am
svn path=/trunk/; revision=129
support/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1592e8748671c1b9b1607d2852030a4c8a2486d2
Author: Miguel de Icaza <miguel@nuclecu.unam.mx>
Date: Tue Mar 10 21:24:48 1998 +0000
Made it conform to the new gnome_init parameters.
Tue Mar 10 15:34:17 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* obgnome/obgnomeApp.h: Made it conform to the new gnome_init parameters.
svn path=/trunk/; revision=128
macros/gnome.m4 | 1 -
1 file changed, 1 deletion(-)
commit a695e5a5231529902efc072a56ec02ba59e1429d
Author: Tom Tromey <tromey@cygnus.com>
Date: Tue Mar 10 02:34:27 1998 +0000
Build vsnprintf.o, not vsnprint.o.
Mon Mar 9 19:32:42 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Build vsnprintf.o, not vsnprint.o.
svn path=/trunk/; revision=127
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 8beabf3c84704943a3c8f8603d727f1e15f6665a
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Tue Mar 10 00:13:02 1998 +0000
Add check for `vsnprintf'.
* gnome-support.m4: Add check for `vsnprintf'.
- Hari
svn path=/trunk/; revision=126
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 5 +++++
2 files changed, 9 insertions(+)
commit 3b0c85e411a302e60991b3d8f418cf93dd0d4d69
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Tue Mar 10 00:12:35 1998 +0000
New file. Provides (v)snprintf as simple wrappers to `__vsnprintf'. New
* easy-vsnprintf.c: New file. Provides (v)snprintf as simple
wrappers to `__vsnprintf'.
* vsnprintf.c: New file. Empty for now.
- Hari
svn path=/trunk/; revision=124
support/ChangeLog | 6 ++++++
support/easy-vsnprintf.c | 30 ++++++++++++++++++++++++++++++
support/vsnprintf.c | 1 +
3 files changed, 37 insertions(+)
commit 254fa34ddc06718ce951b32e4640afb8d9914da3
Author: Tom Tromey <tromey@cygnus.com>
Date: Mon Mar 9 01:59:51 1998 +0000
Set need_gnome_support shell variable. Define BUILD_GNOME_SUPPORT automake
Sun Mar 8 17:04:28 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Set need_gnome_support shell variable. Define
BUILD_GNOME_SUPPORT automake conditional. Define LTLIBOBJS. Look
for argp_domain element in struct argp.
svn path=/trunk/; revision=123
macros/ChangeLog | 9 +++++++++
macros/gnome-support.m4 | 32 +++++++++++++++++++++++++++++---
2 files changed, 38 insertions(+), 3 deletions(-)
commit c878e362b22ce6cc40c80648252ccfbd9b1b8c84
Author: Tom Tromey <tromey@src.gnome.org>
Date: Mon Mar 9 01:59:10 1998 +0000
updated .cvsignore
svn path=/trunk/; revision=122
support/.cvsignore | 3 +++
1 file changed, 3 insertions(+)
commit aaa9cb5f5d1129ff1a46da07d178a92800002684
Author: Tom Tromey <tromey@cygnus.com>
Date: Mon Mar 9 01:57:52 1998 +0000
Rewrote. Library now named libgnomesupport, now installed if Gnome support
Sun Mar 8 17:13:33 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am: Rewrote. Library now named libgnomesupport, now
installed if Gnome support code is built.
svn path=/trunk/; revision=121
support/ChangeLog | 5 +++++
support/Makefile.am | 19 +++++++++++++------
2 files changed, 18 insertions(+), 6 deletions(-)
commit f77b9ac57892cd586dbed15cf6b27dd52ec9d4f8
Author: Tom Tromey <tromey@cygnus.com>
Date: Sat Mar 7 07:42:22 1998 +0000
New define.
Sat Mar 7 00:03:26 1998 Tom Tromey <tromey@cygnus.com>
* gnome-argp.h (__mempcpy): New define.
svn path=/trunk/; revision=120
support/ChangeLog | 2 ++
support/gnome-argp.h | 2 ++
2 files changed, 4 insertions(+)
commit e7da10655b5e1c61015331835c34244b68a77859
Author: Tom Tromey <tromey@cygnus.com>
Date: Sat Mar 7 07:07:45 1998 +0000
Check for strnlen().
Sat Mar 7 00:04:22 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for strnlen().
svn path=/trunk/; revision=119
macros/ChangeLog | 4 ++++
macros/gnome-support.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
commit c71634b79727606cd456d82db22372ecefb10420
Author: Tom Tromey <tromey@cygnus.com>
Date: Sat Mar 7 07:06:58 1998 +0000
New file from glibc; needed by strndup.c.
Sat Mar 7 00:03:26 1998 Tom Tromey <tromey@cygnus.com>
* strnlen.c: New file from glibc; needed by strndup.c.
svn path=/trunk/; revision=118
support/ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
commit ba11dbc575663432549c49c7c99fce9189c1e9ec
Author: Tom Tromey <tromey@src.gnome.org>
Date: Sat Mar 7 07:04:49 1998 +0000
Initial revision
svn path=/trunk/; revision=114
support/strnlen.c | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
commit 793b5ea7af31bf0e3ef3c30c67143d2b5d45ad25
Author: Tom Tromey <tromey@cygnus.com>
Date: Sat Mar 7 05:19:03 1998 +0000
Define unless using gcc. Define unless using gcc.
Fri Mar 6 20:10:55 1998 Tom Tromey <tromey@cygnus.com>
* argp-fmtstream.h (__attribute__): Define unless using gcc.
* argp.h (__attribute__): Define unless using gcc.
svn path=/trunk/; revision=113
support/ChangeLog | 3 +++
support/argp-fmtstream.h | 5 +++++
support/argp.h | 5 +++++
3 files changed, 13 insertions(+)
commit 55ea2b23b158e95722f3c77649742a50c5175f12
Author: Tom Tromey <tromey@cygnus.com>
Date: Sat Mar 7 03:14:59 1998 +0000
Imported new versions from glibc, while preserving local changes.
Fri Mar 6 20:10:55 1998 Tom Tromey <tromey@cygnus.com>
* argp-help.c, argp-parse.c, argp.h: Imported new versions from
glibc, while preserving local changes.
svn path=/trunk/; revision=112
support/ChangeLog | 5 +++
support/argp-help.c | 100 ++++++++++++++++++++++++++++++---------------------
support/argp-parse.c | 18 +++++-----
3 files changed, 74 insertions(+), 49 deletions(-)
commit b1e8831de595bc8264de6a7417ef580ac622d1ba
Author: Tom Tromey <tromey@src.gnome.org>
Date: Sat Mar 7 02:51:53 1998 +0000
This commit was generated by cvs2svn to compensate for changes in r110,
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/; revision=111
support/argp.h | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit 93c9733fdb7eff4936368c9acee7666c9e2bd1b9
Author: Erik Troan <ewt@src.gnome.org>
Date: Wed Mar 4 16:51:54 1998 +0000
include alloca.h if present
svn path=/trunk/; revision=108
support/popt.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit 1c9965838d00c3ba9e5a0ed6659ee5b27f787cc2
Author: Tom Tromey <tromey@src.gnome.org>
Date: Wed Mar 4 08:22:00 1998 +0000
Forgot to cvs add this file. - tromey@cygnus.com
svn path=/trunk/; revision=107
support/gnome-argp.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
commit 04b0627f1edf4f2cf2482ea376db488c4ef2bb8b
Author: Tom Tromey <tromey@cygnus.com>
Date: Wed Mar 4 08:20:47 1998 +0000
Added gnome-argp.c. New file.
Wed Mar 4 00:58:27 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (libsupport_a_SOURCES): Added gnome-argp.c.
* gnome-argp.c: New file.
svn path=/trunk/; revision=106
support/ChangeLog | 3 +++
support/Makefile.am | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
commit 57d4fa47101ca70533ac12c5e0ae4c0fd1f6cf1c
Author: Tom Tromey <tromey@cygnus.com>
Date: Wed Mar 4 08:14:23 1998 +0000
Check for argp code, strndup, program_invocation_name,
Wed Mar 4 01:02:55 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for argp code,
strndup, program_invocation_name, program_invocation_short_name.
svn path=/trunk/; revision=105
macros/ChangeLog | 5 +++++
macros/gnome-support.m4 | 9 ++++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
commit 0b894b71ff07b25a2de028fe0dda3cb2d806ba9e
Author: Tom Tromey <tromey@cygnus.com>
Date: Wed Mar 4 08:13:48 1998 +0000
Include gnome-argp.h. Include gnome-argp.h.
Wed Mar 4 00:58:27 1998 Tom Tromey <tromey@cygnus.com>
* argp-parse.c: Include gnome-argp.h.
* argp-help.c: Include gnome-argp.h.
* README-gnome, gnome-argp.h: New files.
* argp-ba.c, argp-eexst.c, argp-fmtstream.c, argp-fmtstream.h,
argp-fs-xinl.c, argp-help.c, argp-namefrob.h, argp-parse.c,
argp-pv.c, argp-pvh.c, argp-test.c, argp-xinl.c, argp.h,
strndup.c: New files, imported from glibc. Please use "cvs
import" if you import new versions.
* Makefile.am (noinst_HEADERS): Added argp-fmtstream.h,
argp-namefrob.h, argp.h, gnome-argp.h.
(EXTRA_DIST): New macro.
svn path=/trunk/; revision=104
support/ChangeLog | 17 +++++++++++++++++
support/Makefile.am | 7 ++++++-
support/README-gnome | 15 +++++++++++++++
support/argp-help.c | 6 +++++-
support/argp-parse.c | 5 ++++-
support/gnome-argp.h | 20 ++++++++++++++++++++
6 files changed, 67 insertions(+), 3 deletions(-)
commit 5393876d11a2304487910e5bc0d4a39cde6f870f
Author: Tom Tromey <tromey@src.gnome.org>
Date: Wed Mar 4 07:59:28 1998 +0000
This commit was generated by cvs2svn to compensate for changes in r101,
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/; revision=102
support/argp-fmtstream.h | 6 +--
support/argp-help.c | 29 +++++------
support/argp-parse.c | 128 ++++++++++++++++++++++++++++++++++-------------
support/argp.h | 56 ++++++++++++---------
support/strndup.c | 63 ++++++++++++++---------
5 files changed, 181 insertions(+), 101 deletions(-)
commit a3e0e6e106c26d96b8dc93fe4ae13998b869aca3
Author: Tom Tromey <tromey@src.gnome.org>
Date: Wed Mar 4 07:27:47 1998 +0000
Initial revision
svn path=/trunk/; revision=97
support/argp-ba.c | 26 +
support/argp-eexst.c | 32 +
support/argp-fmtstream.c | 382 +++++++++++
support/argp-fmtstream.h | 297 ++++++++
support/argp-fs-xinl.c | 41 ++
support/argp-help.c | 1699 ++++++++++++++++++++++++++++++++++++++++++++++
support/argp-namefrob.h | 92 +++
support/argp-parse.c | 896 ++++++++++++++++++++++++
support/argp-pv.c | 25 +
support/argp-pvh.c | 32 +
support/argp-test.c | 209 ++++++
support/argp-xinl.c | 37 +
support/argp.h | 554 +++++++++++++++
support/strndup.c | 36 +
14 files changed, 4358 insertions(+)
commit 14aef94e9aabba307fdfb769cd3f1d4bf513d4de
Author: Tom Tromey <tromey@cygnus.com>
Date: Mon Mar 2 22:34:42 1998 +0000
Also check for SMlib.h; some Solaris systems have -lSM but not SMlib.h.
Mon Mar 2 15:27:44 1998 Tom Tromey <tromey@cygnus.com>
* gnome-x-checks.m4 (GNOME_X_CHECKS): Also check for SMlib.h; some
Solaris systems have -lSM but not SMlib.h.
svn path=/trunk/; revision=96
macros/ChangeLog | 5 +++++
macros/gnome-x-checks.m4 | 17 +++++++++++++----
2 files changed, 18 insertions(+), 4 deletions(-)
commit b79d9527cdd07e62077cd7131805d76f3234bfdc
Author: Tom Tromey <tromey@cygnus.com>
Date: Mon Mar 2 00:54:14 1998 +0000
Changed spacing so --help output looks right.
Sun Mar 1 17:49:42 1998 Tom Tromey <tromey@cygnus.com>
* gnome.m4 (GNOME_INIT): Changed spacing so --help output looks
right.
svn path=/trunk/; revision=95
macros/ChangeLog | 5 +++++
macros/gnome.m4 | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
commit a22fba6b2339805fa5329259abd4bc444c9efa08
Author: Tom Tromey <tromey@cygnus.com>
Date: Fri Feb 27 17:11:38 1998 +0000
Set OBJECTIVE_C shell variable.
Fri Feb 27 10:05:34 1998 Tom Tromey <tromey@cygnus.com>
* gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell
variable.
svn path=/trunk/; revision=94
macros/ChangeLog | 5 +++++
macros/gnome-objc-checks.m4 | 2 ++
2 files changed, 7 insertions(+)
commit 60f3d945691c84b5073426a9d88ad5337a6be927
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Feb 26 20:57:44 1998 +0000
Stupid mistake... Forgot a `,'
- Hari
svn path=/trunk/; revision=93
macros/gnome-x-checks.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 13fb932c32256d46a7a13ce4be70954bcaa255f9
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Feb 26 20:52:33 1998 +0000
Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if we
* gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in
$CFLAGS.
(GNOME_HAVE_SM): New var. `true' if we have libSM, `false'
otherwise.
- Hari
svn path=/trunk/; revision=92
macros/ChangeLog | 7 +++++++
macros/gnome-x-checks.m4 | 41 +++++++++++++++++++++++++++++------------
2 files changed, 36 insertions(+), 12 deletions(-)
commit a6b9fea58e85e63e773ffad46db6b69275bd649d
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Feb 19 20:31:30 1998 +0000
New sample file. Likewise. Likewise. Likewise.
* autogen.sh: New sample file.
* configure.in: Likewise.
* Makefile.am: Likewise.
* README: Likewise.
svn path=/trunk/; revision=91
.cvsignore | 9 +++++++++
AUTHORS | 0
ChangeLog | 7 +++++++
Makefile.am | 11 +++++++++++
NEWS | 0
README | 2 ++
acconfig.h | 3 +++
autogen.sh | 17 +++++++++++++++++
configure.in | 36 ++++++++++++++++++++++++++++++++++++
stamp-h.in | 1 +
stamp.h.in | 0
11 files changed, 86 insertions(+)
commit 61e2c71aae3a1a661c4c1ddc0abbdc40029a2664
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Feb 19 06:32:06 1998 +0000
Remove `GNOME_CHECK_GNOME'.
* gnome.m4: Remove `GNOME_CHECK_GNOME'.
- Hari
svn path=/trunk/; revision=90
macros/ChangeLog | 4 ++++
macros/gnome.m4 | 8 --------
2 files changed, 4 insertions(+), 8 deletions(-)
commit 2cfb714bd38887e08af75d651f5e1d48ab034c1b
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Thu Feb 19 00:40:37 1998 +0000
touchups for CVS gtk
svn path=/trunk/; revision=89
macros/gnome.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ba3ab7290efbcc1d46e4f12796cd4ed46ceb29c7
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Feb 18 21:36:45 1998 +0000
Replace `strcasecmp' if necessary.
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
necessary.
- Hari
svn path=/trunk/; revision=88
macros/ChangeLog | 5 +++++
macros/gnome-support.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 139d68314c969db390089b099aede177f6c2f117
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Feb 18 21:36:21 1998 +0000
New file, copied from `glibc'. Used to provide replacement `strcasecmp'
* strcasecmp.c: New file, copied from `glibc'. Used to provide
replacement `strcasecmp' file.
- Hari
svn path=/trunk/; revision=87
support/ChangeLog | 6 +++++
support/strcasecmp.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
commit f8c34a078b4a4af64a014e0428863e793885c608
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Wed Feb 18 19:12:53 1998 +0000
removed autogenerated aclocal.m4
svn path=/trunk/; revision=86
intl/Makefile.in | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
commit 8803da4fbc5aee8cd0fee6335d484b7b99b65f57
Author: Erik Troan <ewt@src.gnome.org>
Date: Tue Feb 17 16:46:14 1998 +0000
1) added autoconf for popt directory to make archive
2) version 2.4.103
svn path=/trunk/; revision=85
support/popt-gnome.h | 2 +-
support/popt.c | 18 +++++++++++++++---
support/popt.h | 2 +-
3 files changed, 17 insertions(+), 5 deletions(-)
commit 2a5458a1727d4b8c1c95f608bdc235cc52a61034
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Mon Feb 16 18:06:37 1998 +0000
Added missing separator, from Ching Hui
svn path=/trunk/; revision=84
macros/autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c6581c3264763cc83851856109a9b7754caf10a7
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sun Feb 15 23:13:49 1998 +0000
Add `gnome-pthread-check.m4'. New file. Moved pthread check from
* Makefile.am (MACROS): Add `gnome-pthread-check.m4'.
* gnome-pthread-check.m4: New file. Moved pthread check from
gnome-x-checks.m4 to here.
* gnome-objc-checks.m4: Use `gnome-pthread-check'.
(OBJC_LIBS): New config var.
* gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is
already part of `$x_libs'.
Move pthread check to new file.
- Hari
svn path=/trunk/; revision=83
macros/ChangeLog | 11 +++++++++++
macros/Makefile.am | 2 +-
macros/gnome-objc-checks.m4 | 13 +++++++------
macros/gnome-pthread-check.m4 | 7 +++++++
macros/gnome-x-checks.m4 | 6 ++----
5 files changed, 28 insertions(+), 11 deletions(-)
commit 9e95633e90ebbb74ff2cffd315690d363cf83d1c
Author: Tim Janik <timj@src.gnome.org>
Date: Sun Feb 15 20:13:03 1998 +0000
check for shared gtk+ libraries also.
-timj
svn path=/trunk/; revision=82
macros/autogen.sh | 4 ++++
1 file changed, 4 insertions(+)
commit f8cbc264f1e92d512bab76132822768baa4a3c00
Author: Tom Tromey <tromey@cygnus.com>
Date: Sat Feb 14 22:06:12 1998 +0000
Use single quotes, not double quotes. Otherwise bash will interpret
Sat Feb 14 12:45:35 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (macros.dep): Use single quotes, not double quotes.
Otherwise bash will interpret `$(...)' incorrectly.
(EXTRA_DIST): Include macros.dep in distribution.
svn path=/trunk/; revision=81
macros/ChangeLog | 6 ++++++
macros/Makefile.am | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
commit fa92d761461a01913c20b5cea7d606c82d075191
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sat Feb 14 17:40:00 1998 +0000
Put back doubled `$'. We want the expansion to occur in the including
* Makefile.am (macros.dep): Put back doubled `$'. We want the
expansion to occur in the including Makefile, not here.
Otherwise, there will be an extra `../' in the rule.
- Hari
svn path=/trunk/; revision=80
macros/ChangeLog | 6 ++++++
macros/Makefile.am | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit 04df3c98aebba1a62de96963ef84143304bad944
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date: Sat Feb 14 17:22:36 1998 +0000
Remove debugging message, "hahaha $macrodirs". :)
svn path=/trunk/; revision=79
macros/autogen.sh | 1 -
1 file changed, 1 deletion(-)
commit c659ea531400fcc2ebabdc4829b553bf7757ec1e
Author: KST 1998 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
Date: Sat Feb 14 08:49:50 1998 +0000
multilple aclocal -I directories.
Sat Feb 14 17:41:28 KST 1998 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
* autogen.sh: multilple aclocal -I directories.
svn path=/trunk/; revision=78
macros/ChangeLog | 4 ++++
macros/autogen.sh | 12 +++++++++---
2 files changed, 13 insertions(+), 3 deletions(-)
commit 7016f56343ade95ac9a4127720955fc7d6df5bb4
Author: Tom Tromey <tromey@cygnus.com>
Date: Sat Feb 14 08:40:53 1998 +0000
Removed extra `$' from rule.
Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (macros.dep): Removed extra `$' from rule.
svn path=/trunk/; revision=77
macros/ChangeLog | 2 ++
macros/Makefile.am | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
commit 179459c60667e9d8150bb769dad10ba765e2dabc
Author: Tom Tromey <tromey@cygnus.com>
Date: Sat Feb 14 08:21:12 1998 +0000
Only check for -lSM if not already in x_libs.
Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com>
* gnome-x-checks.m4: Only check for -lSM if not already in
x_libs.
svn path=/trunk/; revision=76
macros/ChangeLog | 5 +++++
macros/gnome-x-checks.m4 | 9 ++++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
commit f07965dbf7210ff00b0f098b62b21b58cda82127
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sat Feb 14 05:42:53 1998 +0000
Add `autogen.sh'.
* Makefile.am (EXTRA_DIST): Add `autogen.sh'.
svn path=/trunk/; revision=75
macros/ChangeLog | 2 ++
macros/Makefile.am | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
commit 559b75fd96d98147250a4b11df3045c7734e54ce
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sat Feb 14 02:08:20 1998 +0000
Solaris /bin/sh doesn't understand `test -e'.
* gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't
understand `test -e'.
- Hari
svn path=/trunk/; revision=74
macros/ChangeLog | 3 +++
macros/gnome-objc-checks.m4 | 50 ++++++++++++++++++++++-----------------------
2 files changed, 28 insertions(+), 25 deletions(-)
commit f367f792ac1c8c697503bff7dc12b942b78c562e
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sat Feb 14 00:35:33 1998 +0000
Checkin ChangeLog
svn path=/trunk/; revision=73
macros/ChangeLog | 2 ++
1 file changed, 2 insertions(+)
commit a25999004d9f3bdd79c50bc92b54c0bf5b73e8d5
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Sat Feb 14 00:35:05 1998 +0000
New `autogen.sh' that has most of the guts of $topdir/autogen.sh.
svn path=/trunk/; revision=72
macros/autogen.sh | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 80 insertions(+)
commit 91880aaaf82290b003ea13eb1e093047b9eff618
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Fri Feb 13 21:03:03 1998 +0000
Look for gnomeConf.sh in $libdir, where the installation actually installs
* gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where
the installation actually installs it.
- Hari
svn path=/trunk/; revision=71
macros/ChangeLog | 3 +++
macros/gnome.m4 | 19 ++++++++++++-------
2 files changed, 15 insertions(+), 7 deletions(-)
commit a15aa42216c3eab903d4190eec0efd97588198f3
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Fri Feb 13 19:16:00 1998 +0000
Gary Vaughan's fixes to gnome.m4
svn path=/trunk/; revision=70
macros/gnome.m4 | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
commit b3bafa93138bf3cce646ac14465ee167080c4a48
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Fri Feb 13 18:19:17 1998 +0000
Add `gnome-support.m4' to MACROS
svn path=/trunk/; revision=69
macros/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 072f8bc6684ddd1b1cbebf069d566cca324eb199
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Fri Feb 13 18:01:43 1998 +0000
New maintainer rule for handling automatic rebuilding of aclocal.m4 if any
* Makefile.am (macros.dep): New maintainer rule for handling
automatic rebuilding of aclocal.m4 if any of the macros change.
(MACROS): New variable. List of all `m4' macros in this
directory.
- Hari
svn path=/trunk/; revision=68
macros/.cvsignore | 4 ++++
macros/ChangeLog | 7 +++++++
macros/Makefile.am | 11 +++++++++--
3 files changed, 20 insertions(+), 2 deletions(-)
commit f9e171e105dc090846c47ec189b58b897971a178
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Thu Feb 12 23:11:26 1998 +0000
New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.
* gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for
libsupport.a support.
svn path=/trunk/; revision=67
macros/ChangeLog | 5 +++++
macros/gnome-support.m4 | 7 +++++++
2 files changed, 12 insertions(+)
commit bef580569138d4c659feec16c4974b5f46a8e3e8
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed Feb 11 04:25:16 1998 +0000
Gnome/Games shoudl work now
svn path=/trunk/; revision=66
macros/gnome-objc-checks.m4 | 1 +
macros/gnome.m4 | 2 ++
2 files changed, 3 insertions(+)
commit 72671fde1a88a1ba10735136833eaeace51ff46f
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed Feb 11 03:01:47 1998 +0000
Gnome/Objc automake/autoconf setup
svn path=/trunk/; revision=65
macros/gnome-objc-checks.m4 | 47 +++++++++++++++++++++++++++++----------------
1 file changed, 30 insertions(+), 17 deletions(-)
commit 948e20ac663fbe2821c5a92707518ae69ddd4620
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed Feb 11 02:10:02 1998 +0000
Misc setup changes
svn path=/trunk/; revision=64
macros/gnome-objc-checks.m4 | 19 ++++---------------
macros/gnome.m4 | 3 ++-
2 files changed, 6 insertions(+), 16 deletions(-)
commit e11c3add2fd8ec16d499e44a3ae2c4279f404471
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed Feb 11 01:39:33 1998 +0000
Gnome Core updates
svn path=/trunk/; revision=63
macros/gnome.m4 | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
commit 2bd73ec5c9a5ed98ab0f766de34f96ee0d65c3c3
Author: Arturo Espinosa <unammx@src.gnome.org>
Date: Wed Feb 11 01:37:05 1998 +0000
Gnome Utils autoconf/automake setup is ready
svn path=/trunk/; revision=62
macros/gnome-guile-checks.m4 | 23 ++++++++++++++++++
macros/gnome-objc-checks.m4 | 58 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
commit 0e311190cd20b7d28b9dee9da2fd275c3d6e7ad2
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Tue Feb 10 20:21:54 1998 +0000
New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamed
* gnome.m4: New file. Moved AC_CHECK_GNOME from `configure.in' to
here, and renamed macro to GNOME_CHECK_GNOME.
* gnome-x-checks.m4: Likewise, move and renaming AC_GNOME_X_CHECKS
to GNOME_X_CHECKS.
* aclocal-include.m4: New file. Defines AM_ACLOCAL_INCLUDE macro
to provide extra search directories to `aclocal'.
svn path=/trunk/; revision=61
macros/ChangeLog | 9 ++++++++
macros/Makefile.am | 2 ++
macros/aclocal-include.m4 | 10 ++++++++
macros/gnome-x-checks.m4 | 59 +++++++++++++++++++++++++++++++++++++++++++++++
macros/gnome.m4 | 7 ++++++
5 files changed, 87 insertions(+)
commit fd97971a478cc4026bd2b11cd431946547b520e9
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date: Sun Feb 8 17:44:13 1998 +0000
Use code in gettext 0.32.
svn path=/trunk/; revision=60
intl/ChangeLog | 333 ++++++++++++++++++++++++++++++++++++++++++-
intl/Makefile.in | 146 ++++++++++++-------
intl/VERSION | 2 +-
intl/bindtextdom.c | 85 +++++++----
intl/cat-compat.c | 42 +++---
intl/dcgettext.c | 193 +++++++++++++++++--------
intl/explodename.c | 181 ++++++++++++++++++++++++
intl/finddomain.c | 404 ++++++----------------------------------------------
intl/gettext.c | 26 ++--
intl/gettext.h | 34 ++---
intl/gettextP.h | 52 +++----
intl/hash-string.h | 35 ++---
intl/l10nflist.c | 409 +++++++++++++++++++++++++++++++++++++++++++++++++++++
intl/libgettext.h | 81 ++++++-----
intl/loadinfo.h | 58 ++++++++
intl/loadmsgcat.c | 56 ++++----
intl/localealias.c | 111 +++++++++++----
intl/textdomain.c | 35 +++--
18 files changed, 1590 insertions(+), 693 deletions(-)
commit afc41fa966b013332fd7b1844607e4f78f192389
Author: EST 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
Date: Thu Jan 29 21:51:06 1998 +0000
check for strtok_r remove fr from ALL_LINGUAS add libsupport, INTLLIBS,
Thu Jan 29 16:49:12 EST 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
* configure.in: check for strtok_r
* programs/freecell/configure.in: remove fr from ALL_LINGUAS
* programs/girc/Makefile.am: add libsupport, INTLLIBS, DL_LIB
* programs/gmailman/Makefile.am: add DL_LIB
* programs/gsm/Makefile.am: add DL_LIB
* support/strtok_r.c: new file
svn path=/trunk/; revision=59
support/.cvsignore | 2 ++
support/strtok_r.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
commit b2157c96be954fef00966fb37d30b665a83a2586
Author: Raja R Harinath <harinath@src.gnome.org>
Date: Wed Jan 28 20:02:23 1998 +0000
Add `support' subdir for porting support.
For now, it has GNU getopt
svn path=/trunk/; revision=58
support/.cvsignore | 1 +
support/Makefile.am | 6 +
support/getopt.c | 1041 ++++++++++++++++++++++++++++++++++++++++++++++++
support/getopt.h | 131 ++++++
support/getopt1.c | 187 +++++++++
support/long-options.c | 79 ++++
support/long-options.h | 31 ++
7 files changed, 1476 insertions(+)
commit c3a58c566b0cff0b5606fa3fff713d54ece1dc82
Author: Gnome CVS User <gnomecvs@src.gnome.org>
Date: Wed Nov 26 00:35:48 1997 +0000
This Makefile should be here
svn path=/trunk/; revision=54
intl/Makefile.in | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 166 insertions(+)
commit 260b95407d215f8ef2bfd90bfdf44e97dc0010ae
Author: Elliot Lee <sopwith@src.gnome.org>
Date: Mon Nov 24 22:32:04 1997 +0000
Initial revision
svn path=/trunk/; revision=50
intl/.cvsignore | 3 +
intl/ChangeLog | 693 +++++++++++++++++++++++++++++++++++++++++++++++++++++
intl/VERSION | 1 +
intl/bindtextdom.c | 172 +++++++++++++
intl/cat-compat.c | 252 +++++++++++++++++++
intl/dcgettext.c | 522 ++++++++++++++++++++++++++++++++++++++++
intl/dgettext.c | 59 +++++
intl/finddomain.c | 503 ++++++++++++++++++++++++++++++++++++++
intl/gettext.c | 70 ++++++
intl/gettext.h | 105 ++++++++
intl/gettextP.h | 79 ++++++
intl/hash-string.h | 62 +++++
intl/intl-compat.c | 76 ++++++
intl/libgettext.h | 177 ++++++++++++++
intl/linux-msg.sed | 100 ++++++++
intl/loadmsgcat.c | 191 +++++++++++++++
intl/localealias.c | 317 ++++++++++++++++++++++++
intl/po2tbl.sed.in | 102 ++++++++
intl/textdomain.c | 97 ++++++++
intl/xopen-msg.sed | 104 ++++++++
20 files changed, 3685 insertions(+)
commit 2928c4e707104b312d1ab3e75e24c57e680313ce
Author: Marc Ewing <marc@src.gnome.org>
Date: Sun Nov 2 22:49:50 1997 +0000
Added POPT_KEEP_FIRST to cause popt to *not* ignore first arg.
svn path=/trunk/; revision=39
support/popt-gnome.h | 2 ++
support/popt.c | 8 +++++++-
support/popt.h | 2 ++
3 files changed, 11 insertions(+), 1 deletion(-)
commit 50e6e5c4f7b8b07d8c0487fd23113846e58c7479
Author: Erik Troan <ewt@src.gnome.org>
Date: Sun Nov 2 16:45:17 1997 +0000
added error strings for BADNUMBER and OVERFLOW errors
svn path=/trunk/; revision=38
support/popt.c | 4 ++++
1 file changed, 4 insertions(+)
commit fa601d8fb2294c43aaa03365b23a03e59fba252e
Author: Erik Troan <ewt@src.gnome.org>
Date: Sun Nov 2 16:12:56 1997 +0000
implmented POPT_ARG_INT and POPT_ARG_LONG
svn path=/trunk/; revision=37
support/popt-gnome.h | 2 ++
support/popt.c | 21 +++++++++++++++++++++
support/popt.h | 2 ++
3 files changed, 25 insertions(+)
commit e23459d6b908207705df046dd0067d1976be3532
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Jul 7 22:22:51 1997 +0000
1) changed popt's ternary operator to work properly
2) popt doesn't take \ at the end of a line as a newline
3) fixed --scripts in rpmpopt to take advantage of #1
svn path=/trunk/; revision=28
support/popt.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 764bc655a1ddec893730a187add4c72f7c736847
Author: Erik Troan <ewt@src.gnome.org>
Date: Tue May 20 15:57:52 1997 +0000
Moved includes of miscfn.h to the top.
svn path=/trunk/; revision=25
support/popt.c | 1 -
1 file changed, 1 deletion(-)
commit 03ba2ad9f15b1e7c75e4a2af73e932e30722b71a
Author: Erik Troan <ewt@src.gnome.org>
Date: Thu May 15 14:08:57 1997 +0000
Fix things up for SunOS
svn path=/trunk/; revision=23
support/popt.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit 2ef4b8277fdd595d84fcf2cf4e1d2c7c2aeda357
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon May 12 13:28:24 1997 +0000
Added includes of miscfn.h
svn path=/trunk/; revision=22
support/popt.c | 1 +
1 file changed, 1 insertion(+)
commit eec1cafb20661fd15e0728b20398de6d06b1d4a8
Author: Erik Troan <ewt@src.gnome.org>
Date: Wed May 7 19:43:34 1997 +0000
= didn't work w/ long arguments
svn path=/trunk/; revision=21
support/popt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0b30db8070949b12d4694369cc9f6c12c52d0476
Author: Erik Troan <ewt@src.gnome.org>
Date: Tue Mar 4 02:23:04 1997 +0000
fixed POPT_OPTION_DEPTH checking
svn path=/trunk/; revision=13
support/popt.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
commit ee6ff687bbc0fd1ec43880c8aba94a3aabcff27f
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Feb 17 20:21:16 1997 +0000
1) added poptStuffArgs()
2) added character argument aliasing
3) aliases are searched for in reverse order
svn path=/trunk/; revision=10
support/popt.c | 157 +++++++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 119 insertions(+), 38 deletions(-)
commit 8636f5b0ac4a6a12a63a20b4e049942f1c58d0e6
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Feb 17 20:20:59 1997 +0000
1) added poptStuffArgs()
2) added shortName to popt aliases
svn path=/trunk/; revision=9
support/popt-gnome.h | 6 ++++--
support/popt.h | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
commit d8741588589769b5773c544580171f62a5d8e6c5
Author: Erik Troan <ewt@src.gnome.org>
Date: Thu Jan 30 20:04:11 1997 +0000
NULL terminate result of poptGetArgs()
svn path=/trunk/; revision=6
support/popt.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
commit 35feb966b7490c06b27414cc619febe5b30e94e7
Author: Erik Troan <ewt@src.gnome.org>
Date: Mon Jan 20 22:16:31 1997 +0000
added poptBadOption(), poptStrerror(), flags argument to poptAddAlias
svn path=/trunk/; revision=4
support/popt-gnome.h | 9 ++++++---
support/popt.c | 40 +++++++++++++++++++++++++++++++++++++---
support/popt.h | 9 ++++++---
3 files changed, 49 insertions(+), 9 deletions(-)
commit 943cbcdb0898e818bc0f6eaaae8236ca3c2b06f4
Author: Erik Troan <ewt@src.gnome.org>
Date: Fri Jan 17 21:58:27 1997 +0000
1) added parsing options for option args
2) added alias config files
svn path=/trunk/; revision=3
support/popt-gnome.h | 14 ++-
support/popt.c | 247 ++++++++++++++++++++++++++++++++++++++++-----------
support/popt.h | 14 ++-
3 files changed, 219 insertions(+), 56 deletions(-)
commit a0a678e03978fa4eb122470c980c60fdd5cc0411
Author: Erik Troan <ewt@src.gnome.org>
Date: Fri Jan 17 00:24:36 1997 +0000
Initial revision
svn path=/trunk/; revision=2
support/popt-gnome.h | 49 ++++++++
support/popt.c | 314 +++++++++++++++++++++++++++++++++++++++++++++++++++
support/popt.h | 49 ++++++++
3 files changed, 412 insertions(+)