📄 changelog
字号:
2000-04-10 Dan Winship <danw@helixcode.com> * 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.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.2000-02-22 Martin Baulig <martin@home-of-linux.org> * autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set.2000-02-09 Raja R Harinath <harinath@cs.umn.edu> * autogen.sh: Fix GNUism introduced in the previous fix.2000-02-08 Miguel de Icaza <miguel@gnu.org> * autogen.sh: Handle non GNU find programs. 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.2000-01-26 Dave Camp <campd@oit.edu> * gnome-bonobo-check.m4 Include <bonobo.h> rather than <bonobo/gnome-object.h>2000-01-26 Dave Camp <campd@oit.edu> * gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather than gnome_object_get_type().2000-01-23 Peter Teichman <peter@helixcode.com> * gnome-pilot.m4: i broke the version-checking macro for other distribs in my last commit. fixing that now.2000-01-22 Peter Teichman <peter@helixcode.com> * gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for debian2000-01-20 Raja R Harinath <harinath@cs.umn.edu> * gnome-objc-checks.m4: Look for sched_yield in -lrt, too. Suggested by Drazen Kazar <dave@srce.hr>.2000-01-16 Vadim Strizhevsky <vadim@optonline.net> * gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK.2000-01-15 Eskil Heyn Olsen <deity@eskil.dk> * gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaults to requiring 0.9.3. 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.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.1999-12-05 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-checks.m4: Removed all guile variables.1999-11-18 Jeff Garzik <jgarzik@mandrakesoft.com> * gnome-xml-check.m4: Better scoping of below fix.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.1999-11-09 Eskil Heyn Olsen <deity@eskil.dk> * gnome-pilot.m4: uses test -r instead of test -e, was reported as a portability bug wrt solaris.1999-10-31 Eskil Heyn Olsen <deity@eskil.dk> * gnome-pilot.m4: added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link.1999-10-24 Jacob Berkman <jberkman@andrew.cmu.edu> * gnome-ghttp-check.m4: this should be a better fix1999-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 machines1999-09-26 Jody Goldberg <jgoldberg@home.com> * compiler-flags.m4 : Remove -Wpointer-arith. It generates large numbers of warnings under glibc2.1.2 with a recent egcs release. The glibc maintainers have suggested removing this flag because it is useless.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 :-) 1999-08-02 Peter Teichman <pat4@acpub.duke.edu> * removed gnome-conduit-check.m4 - it should be distributed with gnome-pilot1999-07-30 Peter Teichman <pat4@acpub.duke.edu> * gnome-conduit-check.m4: added new file of checks. anything that provides a pilot conduit is going to want this1999-07-07 Tuomas J. Lukka <lukka@iki.fi> * gnome-x-checks.m4: add a comment on how to get gtk-1.3 and glib 1.3 from CVS1999-07-06 Tuomas J. Lukka <lukka@iki.fi> * gnome-x-checks.m4: forbid compiling with Gtk-1.3 for now. gnome only works with 1.2 so far. 1999-07-05 Raja R Harinath <harinath@cs.umn.edu> * gnome.m4: Make "extra library" message slightly easier to read.Sat Jun 26 01:47:53 1999 Tim Janik <timj@gtk.org> * compiler-flags.m4: give -Wunused to gcc instead of -Wno-unused.1999-06-11 Tuomas J. Lukka <lukka@iki.fi> * gnome-guile-checks.m4: Debian has qt_null in -lqthreads but no main. Changed both checks for 'main' to qt_null. I hope this is correct - it shouldn't break anything.1999-05-11 Raja R Harinath <harinath@cs.umn.edu> * Makefile.am (MACROS): Add `gnome-bonobo-check.m4'.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 success1999-04-16 Raja R Harinath <harinath@cs.umn.edu> * gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of AM_PATH_GNOME_PRINT. * Makefile.am (MACROS): Sort lines.Sun Mar 28 23:39:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * 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.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.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.1999-03-09 Raja R Harinath <harinath@cs.umn.edu> * 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.1998-03-01 Mark Crichton <crichton@gimp.org> * gnome-objc-checks : Added HAVE_GNOME_OBJC conditional1998-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..)1999-02-25 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0.1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * compiler-flags.m4: Only add the compilation warnings if the compiler is GCC.1999-02-20 Timur Bakeyev <mc@bat.ru> * gnome.m4: Added and exported ZVT_LIBS.Tue Feb 16 19:35:42 1999 Owen Taylor <otaylor@redhat.com> * gnome-x-checks.m4: Require GTK+-1.1.16.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.1999-02-15 Chris Lahey <clahey@umich.edu> * gnome-print-check.m4: Copied this from libhnj/libhnj.m4. Almost completely replaced the old version. The only usage difference is that it defines GNOME_PRINT_LIBS instead of GNOME_PRINT_LIB and defines GNOME_PRINT_CFLAGS as well.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.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'.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'.1999-01-24 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).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.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.1999-01-19 Raja R Harinath <harinath@cs.umn.edu> * gnome-cxx-check.m4 (GNOME_CHECK_CXX): Rewrite to be saner. Don't limit yourself to a fixed set of names for the compiler.1999-01-06 Nat Friedman <nat@nat.org> * Makefile.am (MACROS): Added gnome-print-check.m4 to MACROS1999-01-05 Raja R Harinath <harinath@cs.umn.edu> * gnome-support.m4: Include dirent.h before checking whether `scandir' needs to be declared. * need-declaration.m4: Revert change.1999-01-05 Miguel de Icaza <miguel@nuclecu.unam.mx> * need-declaration.m4, gnome-support.m4: Fixed the scandir detection.1998-12-22 Jeff Garzik <jgarzik@pobox.com> * gnome.m4: Added and exported GNOME_APPLET_LIBS.1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gnome-support.m4: Removed all the stuff for argp, that was causing gnomesupport not to build.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. 1998-12-15 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: All parts of GNOME will now require LibGTop >= 0.99.0 which is the latest version from CVS and already feature-freezed for GNOME 1.0. 1998-12-09 Martin Baulig <martin@home-of-linux.org> * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Make this work with more than one directory.1998-12-08 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Moved into the LibGTop module.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -