diff -crN ./libgnomeui/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/Makefile.in
*** ./libgnomeui/Makefile.in	Thu Jan 23 15:33:34 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/Makefile.in	Sat Aug  9 21:43:01 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = .
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,64 ****
--- 57,63 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
***************
*** 67,72 ****
--- 66,72 ----
  CFLAGS = @CFLAGS@
  CPPFLAGS = @CPPFLAGS@
  DATADIRNAME = @DATADIRNAME@
+ DEPDIR = @DEPDIR@
  DLLTOOL = @DLLTOOL@
  ECHO = @ECHO@
  EXEEXT = @EXEEXT@
***************
*** 83,88 ****
--- 83,89 ----
  HAVE_GTK_DOC = @HAVE_GTK_DOC@
  HTML_DIR = @HTML_DIR@
  INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLLIBS = @INTLLIBS@
  LDFLAGS = @LDFLAGS@
***************
*** 102,108 ****
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
  MKINSTALLDIRS = @MKINSTALLDIRS@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
--- 103,108 ----
***************
*** 121,189 ****
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
  YACC = @YACC@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
  
  SUBDIRS = libgnomeui glade images demos test-gnome doc po #tests
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  CONFIG_HEADER = config.h
! CONFIG_CLEAN_FILES = 
! DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING COPYING.LIB ChangeLog \
! INSTALL Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \
! config.h.in config.sub configure configure.in install-sh ltmain.sh \
! missing mkinstalldirs
! 
! 
! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  
- TAR = gtar
- GZIP_ENV = --best
- all: all-redirect
  .SUFFIXES:
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
! $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
! 	cd $(srcdir) && $(ACLOCAL)
  
! config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	$(SHELL) ./config.status --recheck
! $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  	cd $(srcdir) && $(AUTOCONF)
  
  config.h: stamp-h
  	@if test ! -f $@; then \
  		rm -f stamp-h; \
  		$(MAKE) stamp-h; \
  	else :; fi
  stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  	cd $(top_builddir) \
  	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
  	     $(SHELL) ./config.status
! 	@echo timestamp > stamp-h 2> /dev/null
! $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
  	@if test ! -f $@; then \
! 		rm -f $(srcdir)/stamp-h.in; \
! 		$(MAKE) $(srcdir)/stamp-h.in; \
  	else :; fi
! $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  	cd $(top_srcdir) && $(AUTOHEADER)
! 	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
! 
! mostlyclean-hdr:
! 
! clean-hdr:
  
  distclean-hdr:
  	-rm -f config.h
! 
! maintainer-clean-hdr:
  
  # This directory's subdirectories are mostly independent; you can cd
  # into them and run `make' without going through this Makefile.
--- 121,209 ----
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
+ X_CFLAGS = @X_CFLAGS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
  YACC = @YACC@
+ am__include = @am__include@
+ am__quote = @am__quote@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
+ install_sh = @install_sh@
  
  SUBDIRS = libgnomeui glade images demos test-gnome doc po #tests
+ subdir = .
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  CONFIG_HEADER = config.h
! CONFIG_CLEAN_FILES =
! depcomp =
! DIST_SOURCES =
! 
! RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
! 	uninstall-info-recursive all-recursive install-data-recursive \
! 	install-exec-recursive installdirs-recursive install-recursive \
! 	uninstall-recursive check-recursive installcheck-recursive
! DIST_COMMON = README ./stamp-h.in AUTHORS COPYING COPYING.LIB ChangeLog \
! 	INSTALL Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 \
! 	config.guess config.h.in config.sub configure configure.in \
! 	install-sh ltmain.sh missing mkinstalldirs
! DIST_SUBDIRS = $(SUBDIRS)
! all: config.h
! 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  
  .SUFFIXES:
  
! mostlyclean-libtool:
! 	-rm -f *.lo
  
! clean-libtool:
! 	-rm -rf .libs _libs
  
! distclean-libtool:
! 	-rm -f libtool
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --gnu  --ignore-deps Makefile
! Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) && \
! 	  CONFIG_HEADERS= CONFIG_LINKS= \
! 	  CONFIG_FILES=$@ $(SHELL) ./config.status
! 
! $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	$(SHELL) ./config.status --recheck
! $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  	cd $(srcdir) && $(AUTOCONF)
  
+ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
+ 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  config.h: stamp-h
  	@if test ! -f $@; then \
  		rm -f stamp-h; \
  		$(MAKE) stamp-h; \
  	else :; fi
  stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h stamp-hT
+ 	@echo timestamp > stamp-hT 2> /dev/null
  	cd $(top_builddir) \
  	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
  	     $(SHELL) ./config.status
! 	@mv stamp-hT stamp-h
! $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/./stamp-h.in
  	@if test ! -f $@; then \
! 		rm -f $(srcdir)/./stamp-h.in; \
! 		$(MAKE) $(srcdir)/./stamp-h.in; \
  	else :; fi
! $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
! 	@rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
! 	@echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
  	cd $(top_srcdir) && $(AUTOHEADER)
! 	@mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
  
  distclean-hdr:
  	-rm -f config.h
! uninstall-info-am:
  
  # This directory's subdirectories are mostly independent; you can cd
  # into them and run `make' without going through this Makefile.
***************
*** 191,202 ****
  # (1) if the variable is set in `config.status', edit `config.status'
  #     (which will cause the Makefiles to be regenerated when you run `make');
  # (2) otherwise, pass the desired values on the `make' command line.
! 
! @SET_MAKE@
! 
! all-recursive install-data-recursive install-exec-recursive \
! installdirs-recursive install-recursive uninstall-recursive  \
! check-recursive installcheck-recursive info-recursive dvi-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
  	target=`echo $@ | sed s/-recursive//`; \
--- 211,217 ----
  # (1) if the variable is set in `config.status', edit `config.status'
  #     (which will cause the Makefiles to be regenerated when you run `make');
  # (2) otherwise, pass the desired values on the `make' command line.
! $(RECURSIVE_TARGETS):
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
  	target=`echo $@ | sed s/-recursive//`; \
***************
*** 219,229 ****
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  rev="$$subdir $$rev"; \
! 	  test "$$subdir" != "." || dot_seen=yes; \
  	done; \
! 	test "$$dot_seen" = "no" && rev=". $$rev"; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
--- 234,249 ----
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	case "$@" in \
! 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 	  *) list='$(SUBDIRS)' ;; \
! 	esac; \
! 	rev=''; for subdir in $$list; do \
! 	  if test "$$subdir" = "."; then :; else \
! 	    rev="$$subdir $$rev"; \
! 	  fi; \
  	done; \
! 	rev="$$rev ."; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
***************
*** 242,325 ****
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
!    if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
!    fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
! 
! mostlyclean-tags:
  
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
  
! maintainer-clean-tags:
  
  distdir = $(PACKAGE)-$(VERSION)
- top_distdir = $(distdir)
  
! # This target untars the dist file and tries a VPATH configuration.  Then
! # it guarantees that the distribution is self-contained by making another
! # tarfile.
! distcheck: dist
! 	-rm -rf $(distdir)
! 	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
! 	mkdir $(distdir)/=build
! 	mkdir $(distdir)/=inst
! 	dc_install_base=`cd $(distdir)/=inst && pwd`; \
! 	cd $(distdir)/=build \
! 	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
! 	  && $(MAKE) $(AM_MAKEFLAGS) \
! 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 	  && $(MAKE) $(AM_MAKEFLAGS) check \
! 	  && $(MAKE) $(AM_MAKEFLAGS) install \
! 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 	  && $(MAKE) $(AM_MAKEFLAGS) dist
! 	-rm -rf $(distdir)
! 	@banner="$(distdir).tar.gz is ready for distribution"; \
! 	dashes=`echo "$$banner" | sed s/./=/g`; \
! 	echo "$$dashes"; \
! 	echo "$$banner"; \
! 	echo "$$dashes"
! dist: distdir
! 	-chmod -R a+r $(distdir)
! 	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 	-rm -rf $(distdir)
! dist-all: distdir
! 	-chmod -R a+r $(distdir)
! 	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 	-rm -rf $(distdir)
  distdir: $(DISTFILES)
! 	-rm -rf $(distdir)
  	mkdir $(distdir)
! 	-chmod 777 $(distdir)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
--- 262,327 ----
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 	  fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
+ top_distdir = .
+ # Avoid unsightly `./'.
  distdir = $(PACKAGE)-$(VERSION)
  
! GZIP_ENV = --best
! 
  distdir: $(DISTFILES)
! 	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
  	mkdir $(distdir)
! 	$(mkinstalldirs) $(distdir)/libgnomeui $(distdir)/po
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
***************
*** 327,411 ****
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    chmod 777 $(distdir)/$$subdir; \
! 	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  	      || exit 1; \
  	  fi; \
  	done
! info-am:
! info: info-recursive
! dvi-am:
! dvi: dvi-recursive
  check-am: all-am
  check: check-recursive
! installcheck-am:
! installcheck: installcheck-recursive
! all-recursive-am: config.h
! 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  
! install-exec-am:
  install-exec: install-exec-recursive
- 
- install-data-am:
  install-data: install-data-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-recursive
- uninstall-am:
- uninstall: uninstall-recursive
- all-am: Makefile config.h
- all-redirect: all-recursive-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs: installdirs-recursive
- installdirs-am:
- 
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  
! mostlyclean: mostlyclean-recursive
  
! clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  
! clean: clean-recursive
  
! distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-recursive
! 	-rm -f config.status
  
! maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
! 		maintainer-clean-generic distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-recursive
- 	-rm -f config.status
  
! .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
! install-data-recursive uninstall-data-recursive install-exec-recursive \
! uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
! all-recursive check-recursive installcheck-recursive info-recursive \
! dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
! maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
! distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
! install-exec-am install-exec install-data-am install-data install-am \
! install uninstall-am uninstall all-redirect all-am all installdirs-am \
! installdirs mostlyclean-generic distclean-generic clean-generic \
! maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
--- 329,468 ----
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    (cd $$subdir && \
! 	      $(MAKE) $(AM_MAKEFLAGS) \
! 	        top_distdir="$(top_distdir)" \
! 	        distdir=../$(distdir)/$$subdir \
! 	        distdir) \
  	      || exit 1; \
  	  fi; \
  	done
! 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
! 	|| chmod -R a+r $(distdir)
! dist: distdir
! 	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
! 
! # This target untars the dist file and tries a VPATH configuration.  Then
! # it guarantees that the distribution is self-contained by making another
! # tarfile.
! distcheck: dist
! 	-chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
! 	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
! 	chmod -R a-w $(distdir); chmod a+w $(distdir)
! 	mkdir $(distdir)/=build
! 	mkdir $(distdir)/=inst
! 	chmod a-w $(distdir)
! 	dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
! 	  && cd $(distdir)/=build \
! 	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
! 	  && $(MAKE) $(AM_MAKEFLAGS) \
! 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 	  && $(MAKE) $(AM_MAKEFLAGS) check \
! 	  && $(MAKE) $(AM_MAKEFLAGS) install \
! 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
! 	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
! 	     || (echo "Error: files left after uninstall" 1>&2; \
! 	         exit 1) ) \
! 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
! 	  && $(MAKE) $(AM_MAKEFLAGS) distclean \
! 	  && rm -f $(distdir).tar.gz \
! 	  && (test `find . -type f -print | wc -l` -eq 0 \
! 	     || (echo "Error: files left after distclean" 1>&2; \
! 	         exit 1) )
! 	-chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
! 	@echo "$(distdir).tar.gz is ready for distribution" | \
! 	  sed 'h;s/./=/g;p;x;p;x'
  check-am: all-am
  check: check-recursive
! all-am: Makefile config.h
! installdirs: installdirs-recursive
! installdirs-am:
  
! install: install-recursive
  install-exec: install-exec-recursive
  install-data: install-data-recursive
+ uninstall: uninstall-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-recursive
  
! clean-am: clean-generic clean-libtool mostlyclean-am
  
! dist-all: distdir
! 	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
! distclean: distclean-recursive
! 	-rm -f config.status config.cache config.log
! distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
! 	distclean-tags
  
! dvi: dvi-recursive
  
! dvi-am:
  
! info: info-recursive
  
! info-am:
! 
! install-data-am:
! 
! install-exec-am:
! 
! install-info: install-info-recursive
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-recursive
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-recursive
! 
! mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am
! 
! uninstall-info: uninstall-info-recursive
  
+ .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+ 	clean-generic clean-libtool clean-recursive dist dist-all \
+ 	distcheck distclean distclean-generic distclean-hdr \
+ 	distclean-libtool distclean-recursive distclean-tags distdir \
+ 	dvi dvi-am dvi-recursive info info-am info-recursive install \
+ 	install-am install-data install-data-am install-data-recursive \
+ 	install-exec install-exec-am install-exec-recursive \
+ 	install-info install-info-am install-info-recursive install-man \
+ 	install-recursive install-strip installcheck installcheck-am \
+ 	installdirs installdirs-am installdirs-recursive \
+ 	maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+ 	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
+ 	uninstall uninstall-am uninstall-info-am \
+ 	uninstall-info-recursive uninstall-recursive
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
diff -crN ./libgnomeui/aclocal.m4 /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/aclocal.m4
*** ./libgnomeui/aclocal.m4	Thu Jan 23 15:22:27 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/aclocal.m4	Sat Aug  9 21:42:36 2003
***************
*** 1,123 ****
! dnl aclocal.m4 generated automatically by aclocal 1.4-p6
  
! dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
! dnl This file is free software; the Free Software Foundation
! dnl gives unlimited permission to copy and/or distribute it,
! dnl with or without modifications, as long as this notice is preserved.
! 
! dnl This program is distributed in the hope that it will be useful,
! dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! dnl PARTICULAR PURPOSE.
  
  # Like AC_CONFIG_HEADER, but automatically create stamp file.
  
  AC_DEFUN([AM_CONFIG_HEADER],
! [AC_PREREQ([2.12])
! AC_CONFIG_HEADER([$1])
! dnl When config.status generates a header, we must update the stamp-h file.
! dnl This file resides in the same directory as the config header
! dnl that is generated.  We must strip everything past the first ":",
! dnl and everything past the last "/".
! AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl
! ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>,
! <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>,
! <<am_indx=1
! for am_file in <<$1>>; do
!   case " <<$>>CONFIG_HEADERS " in
!   *" <<$>>am_file "*<<)>>
!     echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
      ;;
    esac
!   am_indx=`expr "<<$>>am_indx" + 1`
! done<<>>dnl>>)
! changequote([,]))])
  
  # Do all the work for Automake.  This macro actually does too much --
  # some checks are only needed if your package does certain things.
  # But this isn't really a big deal.
  
! # serial 1
  
! dnl Usage:
! dnl AM_INIT_AUTOMAKE(package,version, [no-define])
  
  AC_DEFUN([AM_INIT_AUTOMAKE],
! [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
! AC_REQUIRE([AC_PROG_INSTALL])
! PACKAGE=[$1]
! AC_SUBST(PACKAGE)
! VERSION=[$2]
! AC_SUBST(VERSION)
! dnl test to see if srcdir already configured
! if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
!   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  fi
- ifelse([$3],,
- AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
- AC_REQUIRE([AM_SANITY_CHECK])
- AC_REQUIRE([AC_ARG_PROGRAM])
- dnl FIXME This is truly gross.
- missing_dir=`cd $ac_aux_dir && pwd`
- AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
- AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
- AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
- AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
- AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
- AC_REQUIRE([AC_PROG_MAKE_SET])])
- 
- # Copyright 2002  Free Software Foundation, Inc.
- 
- # This program is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2, or (at your option)
- # any later version.
- 
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- # GNU General Public License for more details.
  
! # You should have received a copy of the GNU General Public License
! # along with this program; if not, write to the Free Software
! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
! 
! # AM_AUTOMAKE_VERSION(VERSION)
! # ----------------------------
! # Automake X.Y traces this macro to ensure aclocal.m4 has been
! # generated from the m4 files accompanying Automake X.Y.
! AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
  
! # AM_SET_CURRENT_AUTOMAKE_VERSION
! # -------------------------------
! # Call AM_AUTOMAKE_VERSION so it can be traced.
! # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
! AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
! 	 [AM_AUTOMAKE_VERSION([1.4-p6])])
  
  #
  # Check to make sure that the build environment is sane.
  #
  
  AC_DEFUN([AM_SANITY_CHECK],
  [AC_MSG_CHECKING([whether build environment is sane])
  # Just in case
  sleep 1
! echo timestamp > conftestfile
  # Do `set' in a subshell so we don't clobber the current shell's
  # arguments.  Must try -L first in case configure is actually a
  # symlink; some systems play weird games with the mod time of symlinks
  # (eg FreeBSD returns the mod time of the symlink's containing
  # directory).
  if (
!    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
!    if test "[$]*" = "X"; then
        # -L didn't work.
!       set X `ls -t $srcdir/configure conftestfile`
     fi
!    if test "[$]*" != "X $srcdir/configure conftestfile" \
!       && test "[$]*" != "X conftestfile $srcdir/configure"; then
  
        # If neither matched, then we have a broken ls.  This can happen
        # if, for instance, CONFIG_SHELL is bash and it inherits a
--- 1,200 ----
! # aclocal.m4 generated automatically by aclocal 1.5
  
! # Copyright 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
! # This file is free software; the Free Software Foundation
! # gives unlimited permission to copy and/or distribute it,
! # with or without modifications, as long as this notice is preserved.
! 
! # This program is distributed in the hope that it will be useful,
! # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! # PARTICULAR PURPOSE.
  
  # Like AC_CONFIG_HEADER, but automatically create stamp file.
  
+ # serial 3
+ 
+ # When config.status generates a header, we must update the stamp-h file.
+ # This file resides in the same directory as the config header
+ # that is generated.  We must strip everything past the first ":",
+ # and everything past the last "/".
+ 
+ AC_PREREQ([2.12])
+ 
  AC_DEFUN([AM_CONFIG_HEADER],
! [ifdef([AC_FOREACH],dnl
! 	 [dnl init our file count if it isn't already
! 	 m4_ifndef([_AM_Config_Header_Index], m4_define([_AM_Config_Header_Index], [0]))
! 	 dnl prepare to store our destination file list for use in config.status
! 	 AC_FOREACH([_AM_File], [$1],
! 		    [m4_pushdef([_AM_Dest], m4_patsubst(_AM_File, [:.*]))
! 		    m4_define([_AM_Config_Header_Index], m4_incr(_AM_Config_Header_Index))
! 		    dnl and add it to the list of files AC keeps track of, along
! 		    dnl with our hook
! 		    AC_CONFIG_HEADERS(_AM_File,
! dnl COMMANDS, [, INIT-CMDS]
! [# update the timestamp
! echo timestamp >"AS_ESCAPE(_AM_DIRNAME(]_AM_Dest[))/stamp-h]_AM_Config_Header_Index["
! ][$2]m4_ifval([$3], [, [$3]]))dnl AC_CONFIG_HEADERS
! 		    m4_popdef([_AM_Dest])])],dnl
! [AC_CONFIG_HEADER([$1])
!   AC_OUTPUT_COMMANDS(
!    ifelse(patsubst([$1], [[^ ]], []),
! 	  [],
! 	  [test -z "$CONFIG_HEADERS" || echo timestamp >dnl
! 	   patsubst([$1], [^\([^:]*/\)?.*], [\1])stamp-h]),dnl
! [am_indx=1
! for am_file in $1; do
!   case " \$CONFIG_HEADERS " in
!   *" \$am_file "*)
!     am_dir=\`echo \$am_file |sed 's%:.*%%;s%[^/]*\$%%'\`
!     if test -n "\$am_dir"; then
!       am_tmpdir=\`echo \$am_dir |sed 's%^\(/*\).*\$%\1%'\`
!       for am_subdir in \`echo \$am_dir |sed 's%/% %'\`; do
!         am_tmpdir=\$am_tmpdir\$am_subdir/
!         if test ! -d \$am_tmpdir; then
!           mkdir \$am_tmpdir
!         fi
!       done
!     fi
!     echo timestamp > "\$am_dir"stamp-h\$am_indx
      ;;
    esac
!   am_indx=\`expr \$am_indx + 1\`
! done])
! ])]) # AM_CONFIG_HEADER
! 
! # _AM_DIRNAME(PATH)
! # -----------------
! # Like AS_DIRNAME, only do it during macro expansion
! AC_DEFUN([_AM_DIRNAME],
!        [m4_if(m4_regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
! 	      m4_if(m4_regexp([$1], [^//\([^/]\|$\)]), -1,
! 		    m4_if(m4_regexp([$1], [^/.*]), -1,
! 			  [.],
! 			  m4_patsubst([$1], [^\(/\).*], [\1])),
! 		    m4_patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
! 	      m4_patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
! ]) # _AM_DIRNAME
  
  # Do all the work for Automake.  This macro actually does too much --
  # some checks are only needed if your package does certain things.
  # But this isn't really a big deal.
  
! # serial 5
  
! # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
! # written in clear, in which case automake, when reading aclocal.m4,
! # will think it sees a *use*, and therefore will trigger all it's
! # C support machinery.  Also note that it means that autoscan, seeing
! # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
! 
! 
! # We require 2.13 because we rely on SHELL being computed by configure.
! AC_PREREQ([2.13])
! 
! # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
! # -----------------------------------------------------------
! # If MACRO-NAME is provided do IF-PROVIDED, else IF-NOT-PROVIDED.
! # The purpose of this macro is to provide the user with a means to
! # check macros which are provided without letting her know how the
! # information is coded.
! # If this macro is not defined by Autoconf, define it here.
! ifdef([AC_PROVIDE_IFELSE],
!       [],
!       [define([AC_PROVIDE_IFELSE],
!               [ifdef([AC_PROVIDE_$1],
!                      [$2], [$3])])])
  
+ 
+ # AM_INIT_AUTOMAKE(PACKAGE,VERSION, [NO-DEFINE])
+ # ----------------------------------------------
  AC_DEFUN([AM_INIT_AUTOMAKE],
! [AC_REQUIRE([AC_PROG_INSTALL])dnl
! # test to see if srcdir already configured
! if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
!    test -f $srcdir/config.status; then
!   AC_MSG_ERROR([source directory already configured; run \"make distclean\" there first])
  fi
  
! # Define the identity of the package.
! PACKAGE=$1
! AC_SUBST(PACKAGE)dnl
! VERSION=$2
! AC_SUBST(VERSION)dnl
! ifelse([$3],,
! [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
! AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
  
! # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
! # the ones we care about.
! ifdef([m4_pattern_allow],
!       [m4_pattern_allow([^AM_[A-Z]+FLAGS])])dnl
! 
! # Autoconf 2.50 always computes EXEEXT.  However we need to be
! # compatible with 2.13, for now.  So we always define EXEEXT, but we
! # don't compute it.
! AC_SUBST(EXEEXT)
! # Similar for OBJEXT -- only we only use OBJEXT if the user actually
! # requests that it be used.  This is a bit dumb.
! : ${OBJEXT=o}
! AC_SUBST(OBJEXT)
! 
! # Some tools Automake needs.
! AC_REQUIRE([AM_SANITY_CHECK])dnl
! AC_REQUIRE([AC_ARG_PROGRAM])dnl
! AM_MISSING_PROG(ACLOCAL, aclocal)
! AM_MISSING_PROG(AUTOCONF, autoconf)
! AM_MISSING_PROG(AUTOMAKE, automake)
! AM_MISSING_PROG(AUTOHEADER, autoheader)
! AM_MISSING_PROG(MAKEINFO, makeinfo)
! AM_MISSING_PROG(AMTAR, tar)
! AM_PROG_INSTALL_SH
! AM_PROG_INSTALL_STRIP
! # We need awk for the "check" target.  The system "awk" is bad on
! # some platforms.
! AC_REQUIRE([AC_PROG_AWK])dnl
! AC_REQUIRE([AC_PROG_MAKE_SET])dnl
! AC_REQUIRE([AM_DEP_TRACK])dnl
! AC_REQUIRE([AM_SET_DEPDIR])dnl
! AC_PROVIDE_IFELSE([AC_PROG_][CC],
!                   [_AM_DEPENDENCIES(CC)],
!                   [define([AC_PROG_][CC],
!                           defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
! AC_PROVIDE_IFELSE([AC_PROG_][CXX],
!                   [_AM_DEPENDENCIES(CXX)],
!                   [define([AC_PROG_][CXX],
!                           defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
! ])
  
  #
  # Check to make sure that the build environment is sane.
  #
  
+ # serial 3
+ 
+ # AM_SANITY_CHECK
+ # ---------------
  AC_DEFUN([AM_SANITY_CHECK],
  [AC_MSG_CHECKING([whether build environment is sane])
  # Just in case
  sleep 1
! echo timestamp > conftest.file
  # Do `set' in a subshell so we don't clobber the current shell's
  # arguments.  Must try -L first in case configure is actually a
  # symlink; some systems play weird games with the mod time of symlinks
  # (eg FreeBSD returns the mod time of the symlink's containing
  # directory).
  if (
!    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
!    if test "$[*]" = "X"; then
        # -L didn't work.
!       set X `ls -t $srcdir/configure conftest.file`
     fi
!    rm -f conftest.file
!    if test "$[*]" != "X $srcdir/configure conftest.file" \
!       && test "$[*]" != "X conftest.file $srcdir/configure"; then
  
        # If neither matched, then we have a broken ls.  This can happen
        # if, for instance, CONFIG_SHELL is bash and it inherits a
***************
*** 127,133 ****
  alias in your environment])
     fi
  
!    test "[$]2" = conftestfile
     )
  then
     # Ok.
--- 204,210 ----
  alias in your environment])
     fi
  
!    test "$[2]" = conftest.file
     )
  then
     # Ok.
***************
*** 136,159 ****
     AC_MSG_ERROR([newly created file is older than distributed files!
  Check your system clock])
  fi
- rm -f conftest*
  AC_MSG_RESULT(yes)])
  
! dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
! dnl The program must properly implement --version.
  AC_DEFUN([AM_MISSING_PROG],
! [AC_MSG_CHECKING(for working $2)
! # Run test in a subshell; some versions of sh will print an error if
! # an executable is not found, even if stderr is redirected.
! # Redirect stdin to placate older versions of autoconf.  Sigh.
! if ($2 --version) < /dev/null > /dev/null 2>&1; then
!    $1=$2
!    AC_MSG_RESULT(found)
  else
!    $1="$3/missing $2"
!    AC_MSG_RESULT(missing)
  fi
! AC_SUBST($1)])
  
  # Add --enable-maintainer-mode option to configure.
  # From Jim Meyering
--- 213,562 ----
     AC_MSG_ERROR([newly created file is older than distributed files!
  Check your system clock])
  fi
  AC_MSG_RESULT(yes)])
  
! 
! # serial 2
! 
! # AM_MISSING_PROG(NAME, PROGRAM)
! # ------------------------------
  AC_DEFUN([AM_MISSING_PROG],
! [AC_REQUIRE([AM_MISSING_HAS_RUN])
! $1=${$1-"${am_missing_run}$2"}
! AC_SUBST($1)])
! 
! 
! # AM_MISSING_HAS_RUN
! # ------------------
! # Define MISSING if not defined so far and test if it supports --run.
! # If it does, set am_missing_run to use it, otherwise, to nothing.
! AC_DEFUN([AM_MISSING_HAS_RUN],
! [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
! test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
! # Use eval to expand $SHELL
! if eval "$MISSING --run true"; then
!   am_missing_run="$MISSING --run "
  else
!   am_missing_run=
!   am_backtick='`'
!   AC_MSG_WARN([${am_backtick}missing' script is too old or missing])
  fi
! ])
! 
! # AM_AUX_DIR_EXPAND
! 
! # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
! # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
! # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
! #
! # Of course, Automake must honor this variable whenever it calls a
! # tool from the auxiliary directory.  The problem is that $srcdir (and
! # therefore $ac_aux_dir as well) can be either absolute or relative,
! # depending on how configure is run.  This is pretty annoying, since
! # it makes $ac_aux_dir quite unusable in subdirectories: in the top
! # source directory, any form will work fine, but in subdirectories a
! # relative path needs to be adjusted first.
! #
! # $ac_aux_dir/missing
! #    fails when called from a subdirectory if $ac_aux_dir is relative
! # $top_srcdir/$ac_aux_dir/missing
! #    fails if $ac_aux_dir is absolute,
! #    fails when called from a subdirectory in a VPATH build with
! #          a relative $ac_aux_dir
! #
! # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
! # are both prefixed by $srcdir.  In an in-source build this is usually
! # harmless because $srcdir is `.', but things will broke when you
! # start a VPATH build or use an absolute $srcdir.
! #
! # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
! # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
! #   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
! # and then we would define $MISSING as
! #   MISSING="\${SHELL} $am_aux_dir/missing"
! # This will work as long as MISSING is not called from configure, because
! # unfortunately $(top_srcdir) has no meaning in configure.
! # However there are other variables, like CC, which are often used in
! # configure, and could therefore not use this "fixed" $ac_aux_dir.
! #
! # Another solution, used here, is to always expand $ac_aux_dir to an
! # absolute PATH.  The drawback is that using absolute paths prevent a
! # configured tree to be moved without reconfiguration.
! 
! AC_DEFUN([AM_AUX_DIR_EXPAND], [
! # expand $ac_aux_dir to an absolute path
! am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
! ])
! 
! # AM_PROG_INSTALL_SH
! # ------------------
! # Define $install_sh.
! AC_DEFUN([AM_PROG_INSTALL_SH],
! [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
! install_sh=${install_sh-"$am_aux_dir/install-sh"}
! AC_SUBST(install_sh)])
! 
! # One issue with vendor `install' (even GNU) is that you can't
! # specify the program used to strip binaries.  This is especially
! # annoying in cross-compiling environments, where the build's strip
! # is unlikely to handle the host's binaries.
! # Fortunately install-sh will honor a STRIPPROG variable, so we
! # always use install-sh in `make install-strip', and initialize
! # STRIPPROG with the value of the STRIP variable (set by the user).
! AC_DEFUN([AM_PROG_INSTALL_STRIP],
! [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
! INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
! AC_SUBST([INSTALL_STRIP_PROGRAM])])
! 
! # serial 4						-*- Autoconf -*-
! 
! 
! 
! # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
! # written in clear, in which case automake, when reading aclocal.m4,
! # will think it sees a *use*, and therefore will trigger all it's
! # C support machinery.  Also note that it means that autoscan, seeing
! # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
! 
! 
! 
! # _AM_DEPENDENCIES(NAME)
! # ---------------------
! # See how the compiler implements dependency checking.
! # NAME is "CC", "CXX" or "OBJC".
! # We try a few techniques and use that to set a single cache variable.
! #
! # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
! # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
! # dependency, and given that the user is not expected to run this macro,
! # just rely on AC_PROG_CC.
! AC_DEFUN([_AM_DEPENDENCIES],
! [AC_REQUIRE([AM_SET_DEPDIR])dnl
! AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
! AC_REQUIRE([AM_MAKE_INCLUDE])dnl
! AC_REQUIRE([AM_DEP_TRACK])dnl
! 
! ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
!        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
!        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc']
!        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
!                    [depcc="$$1"   am_compiler_list=])
! 
! AC_CACHE_CHECK([dependency style of $depcc],
!                [am_cv_$1_dependencies_compiler_type],
! [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
!   # We make a subdir and do the tests there.  Otherwise we can end up
!   # making bogus files that we don't know about and never remove.  For
!   # instance it was reported that on HP-UX the gcc test will end up
!   # making a dummy file named `D' -- because `-MD' means `put the output
!   # in D'.
!   mkdir conftest.dir
!   # Copy depcomp to subdir because otherwise we won't find it if we're
!   # using a relative directory.
!   cp "$am_depcomp" conftest.dir
!   cd conftest.dir
! 
!   am_cv_$1_dependencies_compiler_type=none
!   if test "$am_compiler_list" = ""; then
!      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
!   fi
!   for depmode in $am_compiler_list; do
!     # We need to recreate these files for each test, as the compiler may
!     # overwrite some of them when testing with obscure command lines.
!     # This happens at least with the AIX C compiler.
!     echo '#include "conftest.h"' > conftest.c
!     echo 'int i;' > conftest.h
!     echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
! 
!     case $depmode in
!     nosideeffect)
!       # after this tag, mechanisms are not by side-effect, so they'll
!       # only be used when explicitly requested
!       if test "x$enable_dependency_tracking" = xyes; then
! 	continue
!       else
! 	break
!       fi
!       ;;
!     none) break ;;
!     esac
!     # We check with `-c' and `-o' for the sake of the "dashmstdout"
!     # mode.  It turns out that the SunPro C++ compiler does not properly
!     # handle `-M -o', and we need to detect this.
!     if depmode=$depmode \
!        source=conftest.c object=conftest.o \
!        depfile=conftest.Po tmpdepfile=conftest.TPo \
!        $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
!        grep conftest.h conftest.Po > /dev/null 2>&1 &&
!        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
!       am_cv_$1_dependencies_compiler_type=$depmode
!       break
!     fi
!   done
! 
!   cd ..
!   rm -rf conftest.dir
! else
!   am_cv_$1_dependencies_compiler_type=none
! fi
! ])
! $1DEPMODE="depmode=$am_cv_$1_dependencies_compiler_type"
! AC_SUBST([$1DEPMODE])
! ])
! 
! 
! # AM_SET_DEPDIR
! # -------------
! # Choose a directory name for dependency files.
! # This macro is AC_REQUIREd in _AM_DEPENDENCIES
! AC_DEFUN([AM_SET_DEPDIR],
! [rm -f .deps 2>/dev/null
! mkdir .deps 2>/dev/null
! if test -d .deps; then
!   DEPDIR=.deps
! else
!   # MS-DOS does not allow filenames that begin with a dot.
!   DEPDIR=_deps
! fi
! rmdir .deps 2>/dev/null
! AC_SUBST(DEPDIR)
! ])
! 
! 
! # AM_DEP_TRACK
! # ------------
! AC_DEFUN([AM_DEP_TRACK],
! [AC_ARG_ENABLE(dependency-tracking,
! [  --disable-dependency-tracking Speeds up one-time builds
!   --enable-dependency-tracking  Do not reject slow dependency extractors])
! if test "x$enable_dependency_tracking" != xno; then
!   am_depcomp="$ac_aux_dir/depcomp"
!   AMDEPBACKSLASH='\'
! fi
! AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
! pushdef([subst], defn([AC_SUBST]))
! subst(AMDEPBACKSLASH)
! popdef([subst])
! ])
! 
! # Generate code to set up dependency tracking.
! # This macro should only be invoked once -- use via AC_REQUIRE.
! # Usage:
! # AM_OUTPUT_DEPENDENCY_COMMANDS
! 
! #
! # This code is only required when automatic dependency tracking
! # is enabled.  FIXME.  This creates each `.P' file that we will
! # need in order to bootstrap the dependency handling code.
! AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],[
! AC_OUTPUT_COMMANDS([
! test x"$AMDEP_TRUE" != x"" ||
! for mf in $CONFIG_FILES; do
!   case "$mf" in
!   Makefile) dirpart=.;;
!   */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
!   *) continue;;
!   esac
!   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
!   # Extract the definition of DEP_FILES from the Makefile without
!   # running `make'.
!   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
!   test -z "$DEPDIR" && continue
!   # When using ansi2knr, U may be empty or an underscore; expand it
!   U=`sed -n -e '/^U = / s///p' < "$mf"`
!   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
!   # We invoke sed twice because it is the simplest approach to
!   # changing $(DEPDIR) to its actual value in the expansion.
!   for file in `sed -n -e '
!     /^DEP_FILES = .*\\\\$/ {
!       s/^DEP_FILES = //
!       :loop
! 	s/\\\\$//
! 	p
! 	n
! 	/\\\\$/ b loop
!       p
!     }
!     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
!        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
!     # Make sure the directory exists.
!     test -f "$dirpart/$file" && continue
!     fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
!     $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
!     # echo "creating $dirpart/$file"
!     echo '# dummy' > "$dirpart/$file"
!   done
! done
! ], [AMDEP_TRUE="$AMDEP_TRUE"
! ac_aux_dir="$ac_aux_dir"])])
! 
! # AM_MAKE_INCLUDE()
! # -----------------
! # Check to see how make treats includes.
! AC_DEFUN([AM_MAKE_INCLUDE],
! [am_make=${MAKE-make}
! cat > confinc << 'END'
! doit:
! 	@echo done
! END
! # If we don't find an include directive, just comment out the code.
! AC_MSG_CHECKING([for style of include used by $am_make])
! am__include='#'
! am__quote=
! _am_result=none
! # First try GNU make style include.
! echo "include confinc" > confmf
! # We grep out `Entering directory' and `Leaving directory'
! # messages which can occur if `w' ends up in MAKEFLAGS.
! # In particular we don't look at `^make:' because GNU make might
! # be invoked under some other name (usually "gmake"), in which
! # case it prints its new name instead of `make'.
! if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
!    am__include=include
!    am__quote=
!    _am_result=GNU
! fi
! # Now try BSD make style include.
! if test "$am__include" = "#"; then
!    echo '.include "confinc"' > confmf
!    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
!       am__include=.include
!       am__quote='"'
!       _am_result=BSD
!    fi
! fi
! AC_SUBST(am__include)
! AC_SUBST(am__quote)
! AC_MSG_RESULT($_am_result)
! rm -f confinc confmf
! ])
! 
! # serial 3
! 
! # AM_CONDITIONAL(NAME, SHELL-CONDITION)
! # -------------------------------------
! # Define a conditional.
! #
! # FIXME: Once using 2.50, use this:
! # m4_match([$1], [^TRUE\|FALSE$], [AC_FATAL([$0: invalid condition: $1])])dnl
! AC_DEFUN([AM_CONDITIONAL],
! [ifelse([$1], [TRUE],
!         [errprint(__file__:__line__: [$0: invalid condition: $1
! ])dnl
! m4exit(1)])dnl
! ifelse([$1], [FALSE],
!        [errprint(__file__:__line__: [$0: invalid condition: $1
! ])dnl
! m4exit(1)])dnl
! AC_SUBST([$1_TRUE])
! AC_SUBST([$1_FALSE])
! if $2; then
!   $1_TRUE=
!   $1_FALSE='#'
! else
!   $1_TRUE='#'
!   $1_FALSE=
! fi])
  
  # Add --enable-maintainer-mode option to configure.
  # From Jim Meyering
***************
*** 168,203 ****
                            (and sometimes confusing) to the casual installer],
        USE_MAINTAINER_MODE=$enableval,
        USE_MAINTAINER_MODE=no)
!   AC_MSG_RESULT($USE_MAINTAINER_MODE)
!   AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
    MAINT=$MAINTAINER_MODE_TRUE
    AC_SUBST(MAINT)dnl
  ]
  )
  
! # Define a conditional.
! 
! AC_DEFUN([AM_CONDITIONAL],
! [AC_SUBST($1_TRUE)
! AC_SUBST($1_FALSE)
! if $2; then
!   $1_TRUE=
!   $1_FALSE='#'
! else
!   $1_TRUE='#'
!   $1_FALSE=
! fi])
! 
! # isc-posix.m4 serial 2 (gettext-0.11.2)
! dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
! dnl This file is free software, distributed under the terms of the GNU
! dnl General Public License.  As a special exception to the GNU General
! dnl Public License, this file may be distributed as part of a program
! dnl that contains a configuration script generated by Autoconf, under
! dnl the same distribution terms as the rest of that program.
! 
! # This file is not needed with autoconf-2.53 and newer.  Remove it in 2005.
! 
  # This test replaces the one in autoconf.
  # Currently this macro should have the same name as the autoconf macro
  # because gettext's gettext.m4 (distributed in the automake package)
--- 571,584 ----
                            (and sometimes confusing) to the casual installer],
        USE_MAINTAINER_MODE=$enableval,
        USE_MAINTAINER_MODE=no)
!   AC_MSG_RESULT([$USE_MAINTAINER_MODE])
!   AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
    MAINT=$MAINTAINER_MODE_TRUE
    AC_SUBST(MAINT)dnl
  ]
  )
  
! #serial 1
  # This test replaces the one in autoconf.
  # Currently this macro should have the same name as the autoconf macro
  # because gettext's gettext.m4 (distributed in the automake package)
***************
*** 1367,1372 ****
--- 1748,1754 ----
  old_archive_from_new_cmds=
  old_archive_from_expsyms_cmds=
  export_dynamic_flag_spec=
+ use_runtimelinking=
  whole_archive_flag_spec=
  thread_safe_flag_spec=
  hardcode_into_libs=no
***************
*** 1623,1645 ****
        aix_use_runtimelinking=no
        exp_sym_flag='-Bexport'
        no_entry_flag=""
      else
!       aix_use_runtimelinking=no
! 
!       # Test if we are trying to use run time linking or normal
!       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
!       # need to do runtime linking.
!       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
! 	for ld_flag in $LDFLAGS; do
! 	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
! 	    aix_use_runtimelinking=yes
! 	    break
! 	  fi
! 	done
!       esac
! 
        exp_sym_flag='-bexport'
        no_entry_flag='-bnoentry'
      fi
  
      # When large executables or shared objects are built, AIX ld can
--- 2005,2017 ----
        aix_use_runtimelinking=no
        exp_sym_flag='-Bexport'
        no_entry_flag=""
+       use_runtimelinking=""
      else
!       aix_use_runtimelinking=yes
!       export_dynamic_flag_spec='-bexpall'
        exp_sym_flag='-bexport'
        no_entry_flag='-bnoentry'
+       use_runtimelinking='-brtl'
      fi
  
      # When large executables or shared objects are built, AIX ld can
***************
*** 1674,1688 ****
        shared_flag='-shared'
      else
        # not using gcc
!       if test "$host_cpu" = ia64; then
! 	shared_flag='${wl}-G'
!       else
! 	if test "$aix_use_runtimelinking" = yes; then
! 	  shared_flag='${wl}-G'
! 	else
! 	  shared_flag='${wl}-bM:SRE'
! 	fi
!       fi
      fi
  
      # It seems that -bexpall can do strange things, so it is better to
--- 2046,2052 ----
        shared_flag='-shared'
      else
        # not using gcc
!       shared_flag='${wl}-G'
      fi
  
      # It seems that -bexpall can do strange things, so it is better to
***************
*** 1692,1699 ****
        # Warning - without using the other runtime loading flags (-brtl),
        # -berok will link without error, but may produce a broken library.
        allow_undefined_flag='-berok'
!       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
!       archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
      else
        if test "$host_cpu" = ia64; then
  	hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
--- 2056,2063 ----
        # Warning - without using the other runtime loading flags (-brtl),
        # -berok will link without error, but may produce a broken library.
        allow_undefined_flag='-berok'
!       hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
!       archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
      else
        if test "$host_cpu" = ia64; then
  	hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
***************
*** 1706,1712 ****
  	allow_undefined_flag='${wl}-berok'
  	# This is a bit strange, but is similar to how AIX traditionally builds
  	# it's shared libraries.
! 	archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
        fi
      fi
      ;;
--- 2070,2076 ----
  	allow_undefined_flag='${wl}-berok'
  	# This is a bit strange, but is similar to how AIX traditionally builds
  	# it's shared libraries.
! 	archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
        fi
      fi
      ;;
***************
*** 2125,2146 ****
  	fi
  	;;
      esac
!     # AIX (on Power*) has no versioning support, so currently we can
!     # not hardcode correct soname into executable. Probably we can
!     # add versioning support to collect2, so additional links can
!     # be useful in future.
!     if test "$aix_use_runtimelinking" = yes; then
!       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
!       # instead of lib<name>.a to let people know that these are not
!       # typical AIX shared libraries.
!       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
!     else
!       # We preserve .a as extension for shared libraries through AIX4.2
!       # and later when we are not doing run time linking.
!       library_names_spec='${libname}${release}.a $libname.a'
!       soname_spec='${libname}${release}.so$major'
!     fi
      shlibpath_var=LIBPATH
    fi
    ;;
  
--- 2489,2499 ----
  	fi
  	;;
      esac
!     # We preserve .a as extension for shared libraries through AIX4.2
!     library_names_spec='${libname}${release}.a $libname.a'
!     soname_spec='${libname}${release}.so$major'
      shlibpath_var=LIBPATH
+     hardcode_into_libs=yes
    fi
    ;;
  
***************
*** 2491,2497 ****
    ;;
  
  aix4*)
!   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
      test "$enable_shared" = yes && enable_static=no
    fi
    ;;
--- 2844,2850 ----
    ;;
  
  aix4*)
!   if test "$host_cpu" != ia64 ; then
      test "$enable_shared" = yes && enable_static=no
    fi
    ;;
***************
*** 2588,2593 ****
--- 2941,2947 ----
      AR AR_FLAGS CC LD LN_S NM SHELL \
      reload_flag reload_cmds wl \
      pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
+     use_runtimelinking \
      thread_safe_flag_spec whole_archive_flag_spec libname_spec \
      library_names_spec soname_spec \
      RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
***************
*** 2769,2774 ****
--- 3123,3131 ----
  # Compiler flag to allow reflexive dlopens.
  export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  
+ # Compiler flag to allow runtime linking
+ use_runtimelinking=$lt_use_runtimelinking
+ 
  # Compiler flag to generate shared objects directly from archives.
  whole_archive_flag_spec=$lt_whole_archive_flag_spec
  
***************
*** 3507,3513 ****
  # This must be Linux ELF.
  linux-gnu*)
    case $host_cpu in
!   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* )
      lt_cv_deplibs_check_method=pass_all ;;
    *)
      # glibc up to 2.1.1 does not perform some relocations on ARM
--- 3864,3870 ----
  # This must be Linux ELF.
  linux-gnu*)
    case $host_cpu in
!   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
      lt_cv_deplibs_check_method=pass_all ;;
    *)
      # glibc up to 2.1.1 does not perform some relocations on ARM
***************
*** 3606,3612 ****
        #   nm: unknown option "B" ignored
        # Tru64's nm complains that /dev/null is an invalid object file
        if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
! 	lt_cv_path_NM="$tmp_nm -B"
  	break
        elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  	lt_cv_path_NM="$tmp_nm -p"
--- 3963,3985 ----
        #   nm: unknown option "B" ignored
        # Tru64's nm complains that /dev/null is an invalid object file
        if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
!         # AIX needs to suppress demangling for C++ to work correctly
!         # AIX nm : The default is to demangle all C++ symbol names
!         # GNU nm : The default is to not demangle low-level symbol names.
!         case $host_os in
!         aix*)
!           # check if we are using GNU nm on AIX
!           if $tmp_nm -V 2> /dev/null | grep GNU 2>&1 > /dev/null
!           then
!             lt_cv_path_NM="$tmp_nm -B"
!           else
!             lt_cv_path_NM="$tmp_nm -BC"
!           fi
!           ;;
!         *)
!           lt_cv_path_NM="$tmp_nm -B"
!           ;;
!         esac
  	break
        elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  	lt_cv_path_NM="$tmp_nm -p"
***************
*** 3893,3898 ****
--- 4266,4273 ----
  	    [CATOBJEXT=.mo
               DATADIRNAME=lib])
  	  INSTOBJEXT=.mo
+ 	else
+ 	  gt_cv_have_gettext=no
  	fi
        fi
      ])
***************
*** 4052,4058 ****
      fi
  
      AC_ARG_ENABLE(compile-warnings, 
!     [  --enable-compile-warnings=[no/minimum/yes/maximum/error]	Turn on compiler warnings.], [enable_compile_warnings="$default_compile_warnings"], enable_compile_warnings=yes)
  
      warnCFLAGS=
      if test "x$GCC" != xyes; then
--- 4427,4433 ----
      fi
  
      AC_ARG_ENABLE(compile-warnings, 
!     [  --enable-compile-warnings=[no/minimum/yes/maximum/error]	Turn on compiler warnings.], [enable_compile_warnings="$enableval"],[enable_compile_warnings="$default_compile_warnings"])
  
      warnCFLAGS=
      if test "x$GCC" != xyes; then
***************
*** 4229,4236 ****
  	AC_ARG_ENABLE(debug, [  --enable-debug turn on debugging [default=no]], enable_debug="$enableval", enable_debug=no)
  
  	if test x$enable_debug = xyes ; then
! 	    AC_DEFINE(GNOME_ENABLE_DEBUG,1,
! 		[Enable additional debugging at the expense of performance and size])
  	fi
  ])
  
--- 4604,4610 ----
  	AC_ARG_ENABLE(debug, [  --enable-debug turn on debugging [default=no]], enable_debug="$enableval", enable_debug=no)
  
  	if test x$enable_debug = xyes ; then
! 	  AC_DEFINE(GNOME_ENABLE_DEBUG)
  	fi
  ])
  
diff -crN ./libgnomeui/config.h.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/config.h.in
*** ./libgnomeui/config.h.in	Thu Jan 23 15:22:32 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/config.h.in	Sat Aug  9 21:42:59 2003
***************
*** 14,22 ****
  /* always defined to indicate that i18n is enabled */
  #undef ENABLE_NLS
  
- /* Enable additional debugging at the expense of performance and size */
- #undef GNOME_ENABLE_DEBUG
- 
  /* Define to 1 if you have the `bind_textdomain_codeset' function. */
  #undef HAVE_BIND_TEXTDOMAIN_CODESET
  
--- 14,19 ----
diff -crN ./libgnomeui/configure /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/configure
*** ./libgnomeui/configure	Thu Jan 23 15:22:37 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/configure	Sat Aug  9 21:43:09 2003
***************
*** 1,241 ****
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.54.
  #
  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
  # Free Software Foundation, Inc.
  # This configure script is free software; the Free Software Foundation
  # gives unlimited permission to copy, distribute and modify it.
- ## --------------------- ##
- ## M4sh Initialization.  ##
- ## --------------------- ##
- 
- # Be Bourne compatible
- if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-   emulate sh
-   NULLCMD=:
-   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
-   # is contrary to our usage.  Disable this feature.
-   alias -g '${1+"$@"}'='"$@"'
- elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-   set -o posix
- fi
- 
- # Support unset when possible.
- if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
-   as_unset=unset
- else
-   as_unset=false
- fi
- 
- 
- # Work around bugs in pre-3.0 UWIN ksh.
- $as_unset ENV MAIL MAILPATH
- PS1='$ '
- PS2='> '
- PS4='+ '
- 
- # NLS nuisances.
- for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
- do
-   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
-     eval $as_var=C; export $as_var
-   else
-     $as_unset $as_var
-   fi
- done
- 
- # Required to use basename.
- if expr a : '\(a\)' >/dev/null 2>&1; then
-   as_expr=expr
- else
-   as_expr=false
- fi
- 
- if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
-   as_basename=basename
- else
-   as_basename=false
- fi
- 
- 
- # Name of the executable.
- as_me=`$as_basename "$0" ||
- $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- 	 X"$0" : 'X\(//\)$' \| \
- 	 X"$0" : 'X\(/\)$' \| \
- 	 .     : '\(.\)' 2>/dev/null ||
- echo X/"$0" |
-     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
-   	  /^X\/\(\/\/\)$/{ s//\1/; q; }
-   	  /^X\/\(\/\).*/{ s//\1/; q; }
-   	  s/.*/./; q'`
- 
- 
- # PATH needs CR, and LINENO needs CR and PATH.
- # Avoid depending upon Character Ranges.
- as_cr_letters='abcdefghijklmnopqrstuvwxyz'
- as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
- as_cr_Letters=$as_cr_letters$as_cr_LETTERS
- as_cr_digits='0123456789'
- as_cr_alnum=$as_cr_Letters$as_cr_digits
- 
- # The user is always right.
- if test "${PATH_SEPARATOR+set}" != set; then
-   echo "#! /bin/sh" >conftest.sh
-   echo  "exit 0"   >>conftest.sh
-   chmod +x conftest.sh
-   if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
-     PATH_SEPARATOR=';'
-   else
-     PATH_SEPARATOR=:
-   fi
-   rm -f conftest.sh
- fi
- 
- 
-   as_lineno_1=$LINENO
-   as_lineno_2=$LINENO
-   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-   test "x$as_lineno_1" != "x$as_lineno_2" &&
-   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
-   # Find who we are.  Look in the path if we contain no path at all
-   # relative or not.
-   case $0 in
-     *[\\/]* ) as_myself=$0 ;;
-     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
- for as_dir in $PATH
- do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
- done
- 
-        ;;
-   esac
-   # We did not find ourselves, most probably we were run as `sh COMMAND'
-   # in which case we are not to be found in the path.
-   if test "x$as_myself" = x; then
-     as_myself=$0
-   fi
-   if test ! -f "$as_myself"; then
-     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
-    { (exit 1); exit 1; }; }
-   fi
-   case $CONFIG_SHELL in
-   '')
-     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
- for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
- do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for as_base in sh bash ksh sh5; do
- 	 case $as_dir in
- 	 /*)
- 	   if ("$as_dir/$as_base" -c '
-   as_lineno_1=$LINENO
-   as_lineno_2=$LINENO
-   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-   test "x$as_lineno_1" != "x$as_lineno_2" &&
-   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
- 	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
- 	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
- 	     CONFIG_SHELL=$as_dir/$as_base
- 	     export CONFIG_SHELL
- 	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
- 	   fi;;
- 	 esac
-        done
- done
- ;;
-   esac
- 
-   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-   # uniformly replaced by the line number.  The first 'sed' inserts a
-   # line-number line before each line; the second 'sed' does the real
-   # work.  The second script uses 'N' to pair each line-number line
-   # with the numbered line, and appends trailing '-' during
-   # substitution so that $LINENO is not a special case at line end.
-   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
-   sed '=' <$as_myself |
-     sed '
-       N
-       s,$,-,
-       : loop
-       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
-       t loop
-       s,-$,,
-       s,^['$as_cr_digits']*\n,,
-     ' >$as_me.lineno &&
-   chmod +x $as_me.lineno ||
-     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-    { (exit 1); exit 1; }; }
- 
-   # Don't try to exec as it changes $[0], causing all sort of problems
-   # (the dirname of $[0] is not the place where we might find the
-   # original and so on.  Autoconf is especially sensible to this).
-   . ./$as_me.lineno
-   # Exit status is that of the last command.
-   exit
- }
- 
- 
- case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
-   *c*,-n*) ECHO_N= ECHO_C='
- ' ECHO_T='	' ;;
-   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
-   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
- esac
- 
- if expr a : '\(a\)' >/dev/null 2>&1; then
-   as_expr=expr
- else
-   as_expr=false
- fi
- 
- rm -f conf$$ conf$$.exe conf$$.file
- echo >conf$$.file
- if ln -s conf$$.file conf$$ 2>/dev/null; then
-   # We could just check for DJGPP; but this test a) works b) is more generic
-   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
-   if test -f conf$$.exe; then
-     # Don't use ln at all; we don't have any links
-     as_ln_s='cp -p'
-   else
-     as_ln_s='ln -s'
-   fi
- elif ln conf$$.file conf$$ 2>/dev/null; then
-   as_ln_s=ln
- else
-   as_ln_s='cp -p'
- fi
- rm -f conf$$ conf$$.exe conf$$.file
- 
- if mkdir -p . 2>/dev/null; then
-   as_mkdir_p=:
- else
-   as_mkdir_p=false
- fi
- 
- as_executable_p="test -f"
- 
- # Sed expression to map a string onto a valid CPP name.
- as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
- 
- # Sed expression to map a string onto a valid variable name.
- as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
- 
- 
- # IFS
- # We need space, tab and new line, in precisely that order.
- as_nl='
- '
- IFS=" 	$as_nl"
- 
- # CDPATH.
- $as_unset CDPATH
- 
  
  # Find the correct PATH separator.  Usually this is `:', but
  # DJGPP uses `;' like DOS.
--- 1,11 ----
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.53.
  #
  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
  # Free Software Foundation, Inc.
  # This configure script is free software; the Free Software Foundation
  # gives unlimited permission to copy, distribute and modify it.
  
  # Find the correct PATH separator.  Usually this is `:', but
  # DJGPP uses `;' like DOS.
***************
*** 365,399 ****
  	# maybe with a smaller string...
  	prev=:
  
! 	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
! 	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
! 	  then
! 	    break
! 	  fi
! 	  prev="$cmd"
! 	done
  
! 	if test "$prev" != 'sed 50q "$0"'; then
! 	  echo_test_string=`eval $prev`
! 	  export echo_test_string
! 	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
! 	else
! 	  # Oops.  We lost completely, so just stick with echo.
! 	  echo=echo
! 	fi
!       fi
!     fi
!   fi
! fi
  fi
  
! # Copy echo and quote the copy suitably for passing to libtool from
! # the Makefile, instead of quoting the original, which is used later.
! ECHO=$echo
! if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
!    ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
  fi
  
  
  
  # Name of the host.
--- 135,391 ----
  	# maybe with a smaller string...
  	prev=:
  
! 	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
! 	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
! 	  then
! 	    break
! 	  fi
! 	  prev="$cmd"
! 	done
! 
! 	if test "$prev" != 'sed 50q "$0"'; then
! 	  echo_test_string=`eval $prev`
! 	  export echo_test_string
! 	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
! 	else
! 	  # Oops.  We lost completely, so just stick with echo.
! 	  echo=echo
! 	fi
!       fi
!     fi
!   fi
! fi
! fi
! 
! # Copy echo and quote the copy suitably for passing to libtool from
! # the Makefile, instead of quoting the original, which is used later.
! ECHO=$echo
! if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
!    ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
! fi
! 
! 
! 
! if expr a : '\(a\)' >/dev/null 2>&1; then
!   as_expr=expr
! else
!   as_expr=false
! fi
! 
! 
! ## --------------------- ##
! ## M4sh Initialization.  ##
! ## --------------------- ##
! 
! # Be Bourne compatible
! if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
!   emulate sh
!   NULLCMD=:
! elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
!   set -o posix
! fi
! 
! # NLS nuisances.
! # Support unset when possible.
! if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
!   as_unset=unset
! else
!   as_unset=false
! fi
! 
! (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
!     { $as_unset LANG || test "${LANG+set}" != set; } ||
!       { LANG=C; export LANG; }
! (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
!     { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
!       { LC_ALL=C; export LC_ALL; }
! (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
!     { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
!       { LC_TIME=C; export LC_TIME; }
! (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
!     { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
!       { LC_CTYPE=C; export LC_CTYPE; }
! (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
!     { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
!       { LANGUAGE=C; export LANGUAGE; }
! (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
!     { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
!       { LC_COLLATE=C; export LC_COLLATE; }
! (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
!     { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
!       { LC_NUMERIC=C; export LC_NUMERIC; }
! (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
!     { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
!       { LC_MESSAGES=C; export LC_MESSAGES; }
! 
! 
! # Name of the executable.
! as_me=`(basename "$0") 2>/dev/null ||
! $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
! 	 X"$0" : 'X\(//\)$' \| \
! 	 X"$0" : 'X\(/\)$' \| \
! 	 .     : '\(.\)' 2>/dev/null ||
! echo X/"$0" |
!     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
!   	  /^X\/\(\/\/\)$/{ s//\1/; q; }
!   	  /^X\/\(\/\).*/{ s//\1/; q; }
!   	  s/.*/./; q'`
! 
! # PATH needs CR, and LINENO needs CR and PATH.
! # Avoid depending upon Character Ranges.
! as_cr_letters='abcdefghijklmnopqrstuvwxyz'
! as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
! as_cr_Letters=$as_cr_letters$as_cr_LETTERS
! as_cr_digits='0123456789'
! as_cr_alnum=$as_cr_Letters$as_cr_digits
! 
! # The user is always right.
! if test "${PATH_SEPARATOR+set}" != set; then
!   echo "#! /bin/sh" >conftest.sh
!   echo  "exit 0"   >>conftest.sh
!   chmod +x conftest.sh
!   if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
!     PATH_SEPARATOR=';'
!   else
!     PATH_SEPARATOR=:
!   fi
!   rm -f conftest.sh
! fi
! 
! 
!   as_lineno_1=$LINENO
!   as_lineno_2=$LINENO
!   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
!   test "x$as_lineno_1" != "x$as_lineno_2" &&
!   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
!   # Find who we are.  Look in the path if we contain no path at all
!   # relative or not.
!   case $0 in
!     *[\\/]* ) as_myself=$0 ;;
!     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! for as_dir in $PATH
! do
!   IFS=$as_save_IFS
!   test -z "$as_dir" && as_dir=.
!   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
! done
! 
!        ;;
!   esac
!   # We did not find ourselves, most probably we were run as `sh COMMAND'
!   # in which case we are not to be found in the path.
!   if test "x$as_myself" = x; then
!     as_myself=$0
!   fi
!   if test ! -f "$as_myself"; then
!     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
!    { (exit 1); exit 1; }; }
!   fi
!   case $CONFIG_SHELL in
!   '')
!     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
! do
!   IFS=$as_save_IFS
!   test -z "$as_dir" && as_dir=.
!   for as_base in sh bash ksh sh5; do
! 	 case $as_dir in
! 	 /*)
! 	   if ("$as_dir/$as_base" -c '
!   as_lineno_1=$LINENO
!   as_lineno_2=$LINENO
!   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
!   test "x$as_lineno_1" != "x$as_lineno_2" &&
!   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
! 	     CONFIG_SHELL=$as_dir/$as_base
! 	     export CONFIG_SHELL
! 	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
! 	   fi;;
! 	 esac
!        done
! done
! ;;
!   esac
! 
!   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
!   # uniformly replaced by the line number.  The first 'sed' inserts a
!   # line-number line before each line; the second 'sed' does the real
!   # work.  The second script uses 'N' to pair each line-number line
!   # with the numbered line, and appends trailing '-' during
!   # substitution so that $LINENO is not a special case at line end.
!   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
!   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
!   sed '=' <$as_myself |
!     sed '
!       N
!       s,$,-,
!       : loop
!       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
!       t loop
!       s,-$,,
!       s,^['$as_cr_digits']*\n,,
!     ' >$as_me.lineno &&
!   chmod +x $as_me.lineno ||
!     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
!    { (exit 1); exit 1; }; }
! 
!   # Don't try to exec as it changes $[0], causing all sort of problems
!   # (the dirname of $[0] is not the place where we might find the
!   # original and so on.  Autoconf is especially sensible to this).
!   . ./$as_me.lineno
!   # Exit status is that of the last command.
!   exit
! }
  
! 
! case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
!   *c*,-n*) ECHO_N= ECHO_C='
! ' ECHO_T='	' ;;
!   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
!   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
! esac
! 
! if expr a : '\(a\)' >/dev/null 2>&1; then
!   as_expr=expr
! else
!   as_expr=false
  fi
  
! rm -f conf$$ conf$$.exe conf$$.file
! echo >conf$$.file
! if ln -s conf$$.file conf$$ 2>/dev/null; then
!   # We could just check for DJGPP; but this test a) works b) is more generic
!   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
!   if test -f conf$$.exe; then
!     # Don't use ln at all; we don't have any links
!     as_ln_s='cp -p'
!   else
!     as_ln_s='ln -s'
!   fi
! elif ln conf$$.file conf$$ 2>/dev/null; then
!   as_ln_s=ln
! else
!   as_ln_s='cp -p'
  fi
+ rm -f conf$$ conf$$.exe conf$$.file
+ 
+ as_executable_p="test -f"
+ 
+ # Sed expression to map a string onto a valid CPP name.
+ as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
+ 
+ # Sed expression to map a string onto a valid variable name.
+ as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
+ 
+ 
+ # IFS
+ # We need space, tab and new line, in precisely that order.
+ as_nl='
+ '
+ IFS=" 	$as_nl"
  
+ # CDPATH.
+ $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
  
  
  # Name of the host.
***************
*** 407,413 ****
  # Initializations.
  #
  ac_default_prefix=/usr/local
- ac_config_libobj_dir=.
  cross_compiling=no
  subdirs=
  MFLAGS=
--- 399,404 ----
***************
*** 464,471 ****
  # include <unistd.h>
  #endif"
  
- ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS LIBGNOMEUI_CURRENT LIBGNOMEUI_REVISION LIBGNOMEUI_AGE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO SET_MAKE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL YACC PATH_TO_XRDB GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS gnomelocaledir WARN_CFLAGS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS SM_LIBS PKG_CONFIG SOUND_TEST_CFLAGS SOUND_TEST_LIBS LIBJPEG LIBGNOMEUI_CFLAGS LIBGNOMEUI_LIBS LIBGNOMEUI_COMPONENTS_CFLAGS LIBGNOMEUI_COMPONENTS_LIBS LIBGNOMEUI_DEMOS_CFLAGS LIBGNOMEUI_DEMOS_LIBS LIBGNOMEUI_GLADE_CFLAGS LIBGNOMEUI_GLADE_LIBS LIBGLADE_CONVERT HTML_DIR GTKDOC ENABLE_GTK_DOC_TRUE ENABLE_GTK_DOC_FALSE GCONF_CONFIG_SOURCE INSTALL_GCONF_CONFIG_SOURCE GTK_VERSION GDK_PIXBUF_CSOURCE AWK PERL GCONFTOOL REBUILD LIBOBJS LTLIBOBJS'
- ac_subst_files=''
  
  # Initialize some variables set by options.
  ac_init_help=
--- 455,460 ----
***************
*** 889,897 ****
     { (exit 1); exit 1; }; }
    fi
  fi
- (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
-   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
-    { (exit 1); exit 1; }; }
  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
  ac_env_build_alias_set=${build_alias+set}
  ac_env_build_alias_value=$build_alias
--- 878,883 ----
***************
*** 1008,1013 ****
--- 994,1001 ----
  Optional Features:
    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+   --disable-dependency-tracking Speeds up one-time builds
+   --enable-dependency-tracking  Do not reject slow dependency extractors
    --enable-maintainer-mode enable make rules and dependencies not useful
                            (and sometimes confusing) to the casual installer
    --enable-shared=PKGS  build shared libraries default=yes
***************
*** 1077,1083 ****
  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  # absolute.
  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
! ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  
--- 1065,1071 ----
  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  # absolute.
  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
! ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  
***************
*** 1117,1123 ****
  running configure, to aid debugging if configure makes a mistake.
  
  It was created by $as_me, which was
! generated by GNU Autoconf 2.54.  Invocation command line was
  
    $ $0 $@
  
--- 1105,1111 ----
  running configure, to aid debugging if configure makes a mistake.
  
  It was created by $as_me, which was
! generated by GNU Autoconf 2.53.  Invocation command line was
  
    $ $0 $@
  
***************
*** 1183,1191 ****
    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
!   ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    # Get rid of the leading space.
-   ac_sep=" "
  done
  
  # When interrupted or exit'd, cleanup temporary files, and complete
--- 1171,1182 ----
    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
!   case " $ac_configure_args " in
!     *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
!     *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
!        ac_sep=" " ;;
!   esac
    # Get rid of the leading space.
  done
  
  # When interrupted or exit'd, cleanup temporary files, and complete
***************
*** 1197,1203 ****
    # Save into config.log some information that might help in debugging.
    {
      echo
- 
      cat <<\_ASBOX
  ## ---------------- ##
  ## Cache variables. ##
--- 1188,1193 ----
***************
*** 1220,1254 ****
      esac;
  }
      echo
- 
-     cat <<\_ASBOX
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- _ASBOX
-     echo
-     for ac_var in $ac_subst_vars
-     do
-       eval ac_val=$`echo $ac_var`
-       echo "$ac_var='"'"'$ac_val'"'"'"
-     done | sort
-     echo
- 
-     if test -n "$ac_subst_files"; then
-       cat <<\_ASBOX
- ## ------------- ##
- ## Output files. ##
- ## ------------- ##
- _ASBOX
-       echo
-       for ac_var in $ac_subst_files
-       do
- 	eval ac_val=$`echo $ac_var`
-         echo "$ac_var='"'"'$ac_val'"'"'"
-       done | sort
-       echo
-     fi
- 
      if test -s confdefs.h; then
        cat <<\_ASBOX
  ## ----------- ##
--- 1210,1215 ----
***************
*** 1256,1262 ****
  ## ----------- ##
  _ASBOX
        echo
!       sed "/^$/d" confdefs.h | sort
        echo
      fi
      test "$ac_signal" != 0 &&
--- 1217,1223 ----
  ## ----------- ##
  _ASBOX
        echo
!       sed "/^$/d" confdefs.h
        echo
      fi
      test "$ac_signal" != 0 &&
***************
*** 1414,1420 ****
  
  
  
- 
  # Making releases:
  #   LIBGNOMEUI_MICRO_VERSION += 1;
  #   LIBGNOMEUI_INTERFACE_AGE += 1;
--- 1375,1380 ----
***************
*** 1443,1453 ****
  
  
  
-           ac_config_headers="$ac_config_headers config.h"
  
-           ac_config_commands="$ac_config_commands default-1"
  
! am__api_version="1.4"
  ac_aux_dir=
  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    if test -f $ac_dir/install-sh; then
--- 1403,1412 ----
  
  
  
  
  
! 		    		    		    ac_config_headers="$ac_config_headers config.h"
! 
  ac_aux_dir=
  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    if test -f $ac_dir/install-sh; then
***************
*** 1554,1573 ****
  echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  # Just in case
  sleep 1
! echo timestamp > conftestfile
  # Do `set' in a subshell so we don't clobber the current shell's
  # arguments.  Must try -L first in case configure is actually a
  # symlink; some systems play weird games with the mod time of symlinks
  # (eg FreeBSD returns the mod time of the symlink's containing
  # directory).
  if (
!    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
     if test "$*" = "X"; then
        # -L didn't work.
!       set X `ls -t $srcdir/configure conftestfile`
     fi
!    if test "$*" != "X $srcdir/configure conftestfile" \
!       && test "$*" != "X conftestfile $srcdir/configure"; then
  
        # If neither matched, then we have a broken ls.  This can happen
        # if, for instance, CONFIG_SHELL is bash and it inherits a
--- 1513,1533 ----
  echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  # Just in case
  sleep 1
! echo timestamp > conftest.file
  # Do `set' in a subshell so we don't clobber the current shell's
  # arguments.  Must try -L first in case configure is actually a
  # symlink; some systems play weird games with the mod time of symlinks
  # (eg FreeBSD returns the mod time of the symlink's containing
  # directory).
  if (
!    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
     if test "$*" = "X"; then
        # -L didn't work.
!       set X `ls -t $srcdir/configure conftest.file`
     fi
!    rm -f conftest.file
!    if test "$*" != "X $srcdir/configure conftest.file" \
!       && test "$*" != "X conftest.file $srcdir/configure"; then
  
        # If neither matched, then we have a broken ls.  This can happen
        # if, for instance, CONFIG_SHELL is bash and it inherits a
***************
*** 1580,1586 ****
     { (exit 1); exit 1; }; }
     fi
  
!    test "$2" = conftestfile
     )
  then
     # Ok.
--- 1540,1546 ----
     { (exit 1); exit 1; }; }
     fi
  
!    test "$2" = conftest.file
     )
  then
     # Ok.
***************
*** 1592,1598 ****
  Check your system clock" >&2;}
     { (exit 1); exit 1; }; }
  fi
- rm -f conftest*
  echo "$as_me:$LINENO: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  test "$program_prefix" != NONE &&
--- 1552,1557 ----
***************
*** 1608,1613 ****
--- 1567,1627 ----
  program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  rm conftest.sed
  
+ 
+ # expand $ac_aux_dir to an absolute path
+ am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
+ 
+ test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
+ # Use eval to expand $SHELL
+ if eval "$MISSING --run true"; then
+   am_missing_run="$MISSING --run "
+ else
+   am_missing_run=
+   am_backtick='`'
+   { echo "$as_me:$LINENO: WARNING: ${am_backtick}missing' script is too old or missing" >&5
+ echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
+ fi
+ 
+ for ac_prog in gawk mawk nawk awk
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5
+ echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+ if test "${ac_cv_prog_AWK+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   if test -n "$AWK"; then
+   ac_cv_prog_AWK="$AWK" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+   for ac_exec_ext in '' $ac_executable_extensions; do
+   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+     ac_cv_prog_AWK="$ac_prog"
+     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+ done
+ 
+ fi
+ fi
+ AWK=$ac_cv_prog_AWK
+ if test -n "$AWK"; then
+   echo "$as_me:$LINENO: result: $AWK" >&5
+ echo "${ECHO_T}$AWK" >&6
+ else
+   echo "$as_me:$LINENO: result: no" >&5
+ echo "${ECHO_T}no" >&6
+ fi
+ 
+   test -n "$AWK" && break
+ done
+ 
  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
  echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
***************
*** 1637,1653 ****
    SET_MAKE="MAKE=${MAKE-make}"
  fi
  
  
! PACKAGE=libgnomeui
  
- VERSION=$LIBGNOMEUI_VERSION
  
! if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     { (exit 1); exit 1; }; }
  fi
  
  cat >>confdefs.h <<_ACEOF
  #define PACKAGE "$PACKAGE"
  _ACEOF
--- 1651,1701 ----
    SET_MAKE="MAKE=${MAKE-make}"
  fi
  
+ # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
+ if test "${enable_dependency_tracking+set}" = set; then
+   enableval="$enable_dependency_tracking"
  
! fi;
! if test "x$enable_dependency_tracking" != xno; then
!   am_depcomp="$ac_aux_dir/depcomp"
!   AMDEPBACKSLASH='\'
! fi
! 
! 
! if test "x$enable_dependency_tracking" != xno; then
!   AMDEP_TRUE=
!   AMDEP_FALSE='#'
! else
!   AMDEP_TRUE='#'
!   AMDEP_FALSE=
! fi
! 
! 
! 
! 
! rm -f .deps 2>/dev/null
! mkdir .deps 2>/dev/null
! if test -d .deps; then
!   DEPDIR=.deps
! else
!   # MS-DOS does not allow filenames that begin with a dot.
!   DEPDIR=_deps
! fi
! rmdir .deps 2>/dev/null
  
  
! # test to see if srcdir already configured
! if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
!    test -f $srcdir/config.status; then
    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     { (exit 1); exit 1; }; }
  fi
  
+ # Define the identity of the package.
+ PACKAGE=libgnomeui
+ VERSION=$LIBGNOMEUI_VERSION
+ 
  cat >>confdefs.h <<_ACEOF
  #define PACKAGE "$PACKAGE"
  _ACEOF
***************
*** 1658,1740 ****
  _ACEOF
  
  
  
- missing_dir=`cd $ac_aux_dir && pwd`
- echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
- echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf.  Sigh.
- if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
-    ACLOCAL=aclocal-${am__api_version}
-    echo "$as_me:$LINENO: result: found" >&5
- echo "${ECHO_T}found" >&6
- else
-    ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
-    echo "$as_me:$LINENO: result: missing" >&5
- echo "${ECHO_T}missing" >&6
- fi
- 
- echo "$as_me:$LINENO: checking for working autoconf" >&5
- echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf.  Sigh.
- if (autoconf --version) < /dev/null > /dev/null 2>&1; then
-    AUTOCONF=autoconf
-    echo "$as_me:$LINENO: result: found" >&5
- echo "${ECHO_T}found" >&6
- else
-    AUTOCONF="$missing_dir/missing autoconf"
-    echo "$as_me:$LINENO: result: missing" >&5
- echo "${ECHO_T}missing" >&6
- fi
- 
- echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
- echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf.  Sigh.
- if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
-    AUTOMAKE=automake-${am__api_version}
-    echo "$as_me:$LINENO: result: found" >&5
- echo "${ECHO_T}found" >&6
- else
-    AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
-    echo "$as_me:$LINENO: result: missing" >&5
- echo "${ECHO_T}missing" >&6
- fi
- 
- echo "$as_me:$LINENO: checking for working autoheader" >&5
- echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf.  Sigh.
- if (autoheader --version) < /dev/null > /dev/null 2>&1; then
-    AUTOHEADER=autoheader
-    echo "$as_me:$LINENO: result: found" >&5
- echo "${ECHO_T}found" >&6
- else
-    AUTOHEADER="$missing_dir/missing autoheader"
-    echo "$as_me:$LINENO: result: missing" >&5
- echo "${ECHO_T}missing" >&6
- fi
- 
- echo "$as_me:$LINENO: checking for working makeinfo" >&5
- echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf.  Sigh.
- if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
-    MAKEINFO=makeinfo
-    echo "$as_me:$LINENO: result: found" >&5
- echo "${ECHO_T}found" >&6
- else
-    MAKEINFO="$missing_dir/missing makeinfo"
-    echo "$as_me:$LINENO: result: missing" >&5
- echo "${ECHO_T}missing" >&6
- fi
  
  
  
  echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
--- 1706,1748 ----
  _ACEOF
  
  
+ # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
+ # the ones we care about.
+ 
+ # Autoconf 2.50 always computes EXEEXT.  However we need to be
+ # compatible with 2.13, for now.  So we always define EXEEXT, but we
+ # don't compute it.
+ 
+ # Similar for OBJEXT -- only we only use OBJEXT if the user actually
+ # requests that it be used.  This is a bit dumb.
+ : ${OBJEXT=o}
  
  
+ # Some tools Automake needs.
+ 
+ ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}
+ 
+ 
+ AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
+ 
+ 
+ AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}
+ 
+ 
+ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
+ 
+ 
+ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+ 
+ 
+ AMTAR=${AMTAR-"${am_missing_run}tar"}
+ 
+ install_sh=${install_sh-"$am_aux_dir/install-sh"}
+ 
+ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
+ 
+ # We need awk for the "check" target.  The system "awk" is bad on
+ # some platforms.
  
  
  echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
***************
*** 1761,1766 ****
--- 1769,1815 ----
  
  
  
+ 
+ ac_config_commands="$ac_config_commands default-1"
+ 
+ am_make=${MAKE-make}
+ cat > confinc << 'END'
+ doit:
+ 	@echo done
+ END
+ # If we don't find an include directive, just comment out the code.
+ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
+ echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
+ am__include='#'
+ am__quote=
+ _am_result=none
+ # First try GNU make style include.
+ echo "include confinc" > confmf
+ # We grep out `Entering directory' and `Leaving directory'
+ # messages which can occur if `w' ends up in MAKEFLAGS.
+ # In particular we don't look at `^make:' because GNU make might
+ # be invoked under some other name (usually "gmake"), in which
+ # case it prints its new name instead of `make'.
+ if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
+    am__include=include
+    am__quote=
+    _am_result=GNU
+ fi
+ # Now try BSD make style include.
+ if test "$am__include" = "#"; then
+    echo '.include "confinc"' > confmf
+    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
+       am__include=.include
+       am__quote='"'
+       _am_result=BSD
+    fi
+ fi
+ 
+ 
+ echo "$as_me:$LINENO: result: $_am_result" >&5
+ echo "${ECHO_T}$_am_result" >&6
+ rm -f confinc confmf
+ 
  ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
***************
*** 1965,1971 ****
      # However, it has the same basename, so the bogon will be chosen
      # first if we set CC to just the basename; use the full file name.
      shift
!     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
    fi
  fi
  fi
--- 2014,2022 ----
      # However, it has the same basename, so the bogon will be chosen
      # first if we set CC to just the basename; use the full file name.
      shift
!     set dummy "$as_dir/$ac_word" ${1+"$@"}
!     shift
!     ac_cv_prog_CC="$@"
    fi
  fi
  fi
***************
*** 2098,2103 ****
--- 2149,2160 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 2126,2135 ****
  # Be careful to initialize this variable, since it used to be cached.
  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  ac_cv_exeext=
! for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do
!   test -f "$ac_file" || continue
    case $ac_file in
!     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
      a.out ) # We found the default executable, but exeext='' is most
              # certainly right.
              break;;
--- 2183,2193 ----
  # Be careful to initialize this variable, since it used to be cached.
  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  ac_cv_exeext=
! for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null;
!                 ls a.out conftest 2>/dev/null;
!                 ls a.* conftest.* 2>/dev/null`; do
    case $ac_file in
!     *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;
      a.out ) # We found the default executable, but exeext='' is most
              # certainly right.
              break;;
***************
*** 2143,2152 ****
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! { { echo "$as_me:$LINENO: error: C compiler cannot create executables
! check \`config.log' for details." >&5
! echo "$as_me: error: C compiler cannot create executables
! check \`config.log' for details." >&2;}
     { (exit 77); exit 77; }; }
  fi
  
--- 2201,2208 ----
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! { { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5
! echo "$as_me: error: C compiler cannot create executables" >&2;}
     { (exit 77); exit 77; }; }
  fi
  
***************
*** 2203,2212 ****
  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  # work properly (i.e., refer to `conftest.exe'), while it won't with
  # `rm'.
! for ac_file in conftest.exe conftest conftest.*; do
!   test -f "$ac_file" || continue
    case $ac_file in
!     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
            export ac_cv_exeext
            break;;
--- 2259,2267 ----
  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  # work properly (i.e., refer to `conftest.exe'), while it won't with
  # `rm'.
! for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
    case $ac_file in
!     *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
            export ac_cv_exeext
            break;;
***************
*** 2235,2240 ****
--- 2290,2301 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 2251,2257 ****
    (exit $ac_status); }; then
    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
    case $ac_file in
!     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
         break;;
    esac
--- 2312,2318 ----
    (exit $ac_status); }; then
    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
    case $ac_file in
!     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
         break;;
    esac
***************
*** 2279,2284 ****
--- 2340,2351 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 2327,2332 ****
--- 2394,2405 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 2372,2468 ****
      CFLAGS=
    fi
  fi
- echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
- echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
- if test "${ac_cv_prog_cc_stdc+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_cv_prog_cc_stdc=no
- ac_save_CC=$CC
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- #include "confdefs.h"
- #include <stdarg.h>
- #include <stdio.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
- struct buf { int x; };
- FILE * (*rcsopen) (struct buf *, struct stat *, int);
- static char *e (p, i)
-      char **p;
-      int i;
- {
-   return p[i];
- }
- static char *f (char * (*g) (char **, int), char **p, ...)
- {
-   char *s;
-   va_list v;
-   va_start (v,p);
-   s = g (p, va_arg (v,int));
-   va_end (v);
-   return s;
- }
- int test (int i, double x);
- struct s1 {int (*f) (int a);};
- struct s2 {int (*f) (double a);};
- int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
- int argc;
- char **argv;
- int
- main ()
- {
- return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
-   ;
-   return 0;
- }
- _ACEOF
- # Don't try gcc -ansi; that turns off useful extensions and
- # breaks some systems' header files.
- # AIX			-qlanglvl=ansi
- # Ultrix and OSF/1	-std1
- # HP-UX 10.20 and later	-Ae
- # HP-UX older versions	-Aa -D_HPUX_SOURCE
- # SVR4			-Xc -D__EXTENSIONS__
- for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
- do
-   CC="$ac_save_CC $ac_arg"
-   rm -f conftest.$ac_objext
- if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-   (eval $ac_compile) 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
-          { ac_try='test -s conftest.$ac_objext'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
-   ac_cv_prog_cc_stdc=$ac_arg
- break
- else
-   echo "$as_me: failed program was:" >&5
- cat conftest.$ac_ext >&5
- fi
- rm -f conftest.$ac_objext
- done
- rm -f conftest.$ac_ext conftest.$ac_objext
- CC=$ac_save_CC
- 
- fi
- 
- case "x$ac_cv_prog_cc_stdc" in
-   x|xno)
-     echo "$as_me:$LINENO: result: none needed" >&5
- echo "${ECHO_T}none needed" >&6 ;;
-   *)
-     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
- echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
-     CC="$CC $ac_cv_prog_cc_stdc" ;;
- esac
- 
  # Some people use a C++ compiler to compile C.  Since we use `exit',
  # in C++ we need to declare it.  In case someone uses the same compiler
  # for both compiling C and C++ we need to have the C++ compiler decide
--- 2445,2450 ----
***************
*** 2498,2503 ****
--- 2480,2491 ----
  #include "confdefs.h"
  #include <stdlib.h>
  $ac_declaration
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 2529,2534 ****
--- 2517,2528 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  $ac_declaration
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 2574,2579 ****
--- 2568,2642 ----
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
+ depcc="$CC"   am_compiler_list=
+ 
+ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
+ echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
+ if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+   # We make a subdir and do the tests there.  Otherwise we can end up
+   # making bogus files that we don't know about and never remove.  For
+   # instance it was reported that on HP-UX the gcc test will end up
+   # making a dummy file named `D' -- because `-MD' means `put the output
+   # in D'.
+   mkdir conftest.dir
+   # Copy depcomp to subdir because otherwise we won't find it if we're
+   # using a relative directory.
+   cp "$am_depcomp" conftest.dir
+   cd conftest.dir
+ 
+   am_cv_CC_dependencies_compiler_type=none
+   if test "$am_compiler_list" = ""; then
+      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+   fi
+   for depmode in $am_compiler_list; do
+     # We need to recreate these files for each test, as the compiler may
+     # overwrite some of them when testing with obscure command lines.
+     # This happens at least with the AIX C compiler.
+     echo '#include "conftest.h"' > conftest.c
+     echo 'int i;' > conftest.h
+     echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
+ 
+     case $depmode in
+     nosideeffect)
+       # after this tag, mechanisms are not by side-effect, so they'll
+       # only be used when explicitly requested
+       if test "x$enable_dependency_tracking" = xyes; then
+ 	continue
+       else
+ 	break
+       fi
+       ;;
+     none) break ;;
+     esac
+     # We check with `-c' and `-o' for the sake of the "dashmstdout"
+     # mode.  It turns out that the SunPro C++ compiler does not properly
+     # handle `-M -o', and we need to detect this.
+     if depmode=$depmode \
+        source=conftest.c object=conftest.o \
+        depfile=conftest.Po tmpdepfile=conftest.TPo \
+        $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
+        grep conftest.h conftest.Po > /dev/null 2>&1 &&
+        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+       am_cv_CC_dependencies_compiler_type=$depmode
+       break
+     fi
+   done
+ 
+   cd ..
+   rm -rf conftest.dir
+ else
+   am_cv_CC_dependencies_compiler_type=none
+ fi
+ 
+ fi
+ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
+ echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
+ CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
+ 
+ 
  
  
          echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
***************
*** 2594,2599 ****
--- 2657,2668 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char strerror ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 2835,2841 ****
      # However, it has the same basename, so the bogon will be chosen
      # first if we set CC to just the basename; use the full file name.
      shift
!     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
    fi
  fi
  fi
--- 2904,2912 ----
      # However, it has the same basename, so the bogon will be chosen
      # first if we set CC to just the basename; use the full file name.
      shift
!     set dummy "$as_dir/$ac_word" ${1+"$@"}
!     shift
!     ac_cv_prog_CC="$@"
    fi
  fi
  fi
***************
*** 2973,2978 ****
--- 3044,3055 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 3021,3026 ****
--- 3098,3109 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 3066,3162 ****
      CFLAGS=
    fi
  fi
- echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
- echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
- if test "${ac_cv_prog_cc_stdc+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_cv_prog_cc_stdc=no
- ac_save_CC=$CC
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- #include "confdefs.h"
- #include <stdarg.h>
- #include <stdio.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
- struct buf { int x; };
- FILE * (*rcsopen) (struct buf *, struct stat *, int);
- static char *e (p, i)
-      char **p;
-      int i;
- {
-   return p[i];
- }
- static char *f (char * (*g) (char **, int), char **p, ...)
- {
-   char *s;
-   va_list v;
-   va_start (v,p);
-   s = g (p, va_arg (v,int));
-   va_end (v);
-   return s;
- }
- int test (int i, double x);
- struct s1 {int (*f) (int a);};
- struct s2 {int (*f) (double a);};
- int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
- int argc;
- char **argv;
- int
- main ()
- {
- return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
-   ;
-   return 0;
- }
- _ACEOF
- # Don't try gcc -ansi; that turns off useful extensions and
- # breaks some systems' header files.
- # AIX			-qlanglvl=ansi
- # Ultrix and OSF/1	-std1
- # HP-UX 10.20 and later	-Ae
- # HP-UX older versions	-Aa -D_HPUX_SOURCE
- # SVR4			-Xc -D__EXTENSIONS__
- for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
- do
-   CC="$ac_save_CC $ac_arg"
-   rm -f conftest.$ac_objext
- if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-   (eval $ac_compile) 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } &&
-          { ac_try='test -s conftest.$ac_objext'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
-   ac_cv_prog_cc_stdc=$ac_arg
- break
- else
-   echo "$as_me: failed program was:" >&5
- cat conftest.$ac_ext >&5
- fi
- rm -f conftest.$ac_objext
- done
- rm -f conftest.$ac_ext conftest.$ac_objext
- CC=$ac_save_CC
- 
- fi
- 
- case "x$ac_cv_prog_cc_stdc" in
-   x|xno)
-     echo "$as_me:$LINENO: result: none needed" >&5
- echo "${ECHO_T}none needed" >&6 ;;
-   *)
-     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
- echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
-     CC="$CC $ac_cv_prog_cc_stdc" ;;
- esac
- 
  # Some people use a C++ compiler to compile C.  Since we use `exit',
  # in C++ we need to declare it.  In case someone uses the same compiler
  # for both compiling C and C++ we need to have the C++ compiler decide
--- 3149,3154 ----
***************
*** 3192,3197 ****
--- 3184,3195 ----
  #include "confdefs.h"
  #include <stdlib.h>
  $ac_declaration
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 3223,3228 ****
--- 3221,3232 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  $ac_declaration
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 3268,3273 ****
--- 3272,3346 ----
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
+ depcc="$CC"   am_compiler_list=
+ 
+ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
+ echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
+ if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+   # We make a subdir and do the tests there.  Otherwise we can end up
+   # making bogus files that we don't know about and never remove.  For
+   # instance it was reported that on HP-UX the gcc test will end up
+   # making a dummy file named `D' -- because `-MD' means `put the output
+   # in D'.
+   mkdir conftest.dir
+   # Copy depcomp to subdir because otherwise we won't find it if we're
+   # using a relative directory.
+   cp "$am_depcomp" conftest.dir
+   cd conftest.dir
+ 
+   am_cv_CC_dependencies_compiler_type=none
+   if test "$am_compiler_list" = ""; then
+      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+   fi
+   for depmode in $am_compiler_list; do
+     # We need to recreate these files for each test, as the compiler may
+     # overwrite some of them when testing with obscure command lines.
+     # This happens at least with the AIX C compiler.
+     echo '#include "conftest.h"' > conftest.c
+     echo 'int i;' > conftest.h
+     echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
+ 
+     case $depmode in
+     nosideeffect)
+       # after this tag, mechanisms are not by side-effect, so they'll
+       # only be used when explicitly requested
+       if test "x$enable_dependency_tracking" = xyes; then
+ 	continue
+       else
+ 	break
+       fi
+       ;;
+     none) break ;;
+     esac
+     # We check with `-c' and `-o' for the sake of the "dashmstdout"
+     # mode.  It turns out that the SunPro C++ compiler does not properly
+     # handle `-M -o', and we need to detect this.
+     if depmode=$depmode \
+        source=conftest.c object=conftest.o \
+        depfile=conftest.Po tmpdepfile=conftest.TPo \
+        $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
+        grep conftest.h conftest.Po > /dev/null 2>&1 &&
+        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+       am_cv_CC_dependencies_compiler_type=$depmode
+       break
+     fi
+   done
+ 
+   cd ..
+   rm -rf conftest.dir
+ else
+   am_cv_CC_dependencies_compiler_type=none
+ fi
+ 
+ fi
+ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
+ echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
+ CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
+ 
+ 
  ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
***************
*** 3302,3308 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 3375,3381 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 3335,3341 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 3408,3414 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 3393,3399 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 3466,3472 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 3426,3432 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 3499,3505 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 3469,3489 ****
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
  
- echo "$as_me:$LINENO: checking for egrep" >&5
- echo $ECHO_N "checking for egrep... $ECHO_C" >&6
- if test "${ac_cv_prog_egrep+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
-     then ac_cv_prog_egrep='grep -E'
-     else ac_cv_prog_egrep='egrep'
-     fi
- fi
- echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
- echo "${ECHO_T}$ac_cv_prog_egrep" >&6
-  EGREP=$ac_cv_prog_egrep
- 
- 
  echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  if test "${ac_cv_header_stdc+set}" = set; then
--- 3542,3547 ----
***************
*** 3501,3507 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 3559,3565 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 3532,3538 ****
  
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
!   $EGREP "memchr" >/dev/null 2>&1; then
    :
  else
    ac_cv_header_stdc=no
--- 3590,3596 ----
  
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
!   egrep "memchr" >/dev/null 2>&1; then
    :
  else
    ac_cv_header_stdc=no
***************
*** 3550,3556 ****
  
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
!   $EGREP "free" >/dev/null 2>&1; then
    :
  else
    ac_cv_header_stdc=no
--- 3608,3614 ----
  
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
!   egrep "free" >/dev/null 2>&1; then
    :
  else
    ac_cv_header_stdc=no
***************
*** 3609,3615 ****
  ( exit $ac_status )
  ac_cv_header_stdc=no
  fi
! rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  fi
  fi
  fi
--- 3667,3673 ----
  ( exit $ac_status )
  ac_cv_header_stdc=no
  fi
! rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  fi
  fi
  fi
***************
*** 3885,3891 ****
        #   nm: unknown option "B" ignored
        # Tru64's nm complains that /dev/null is an invalid object file
        if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
! 	lt_cv_path_NM="$tmp_nm -B"
  	break
        elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  	lt_cv_path_NM="$tmp_nm -p"
--- 3943,3965 ----
        #   nm: unknown option "B" ignored
        # Tru64's nm complains that /dev/null is an invalid object file
        if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
!         # AIX needs to suppress demangling for C++ to work correctly
!         # AIX nm : The default is to demangle all C++ symbol names
!         # GNU nm : The default is to not demangle low-level symbol names.
!         case $host_os in
!         aix*)
!           # check if we are using GNU nm on AIX
!           if $tmp_nm -V 2> /dev/null | grep GNU 2>&1 > /dev/null
!           then
!             lt_cv_path_NM="$tmp_nm -B"
!           else
!             lt_cv_path_NM="$tmp_nm -BC"
!           fi
!           ;;
!         *)
!           lt_cv_path_NM="$tmp_nm -B"
!           ;;
!         esac
  	break
        elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  	lt_cv_path_NM="$tmp_nm -p"
***************
*** 4018,4024 ****
  # This must be Linux ELF.
  linux-gnu*)
    case $host_cpu in
!   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* )
      lt_cv_deplibs_check_method=pass_all ;;
    *)
      # glibc up to 2.1.1 does not perform some relocations on ARM
--- 4092,4098 ----
  # This must be Linux ELF.
  linux-gnu*)
    case $host_cpu in
!   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
      lt_cv_deplibs_check_method=pass_all ;;
    *)
      # glibc up to 2.1.1 does not perform some relocations on ARM
***************
*** 4413,4419 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 4487,4493 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 4791,4797 ****
  case $host in
  *-*-irix6*)
    # Find out which ABI we are using.
!   echo '#line 4794 "configure"' > conftest.$ac_ext
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
--- 4865,4871 ----
  case $host in
  *-*-irix6*)
    # Find out which ABI we are using.
!   echo '#line 4868 "configure"' > conftest.$ac_ext
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
***************
*** 4833,4838 ****
--- 4907,4918 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 5161,5166 ****
--- 5241,5252 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 5244,5249 ****
--- 5330,5341 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 5309,5315 ****
  save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
  compiler_c_o=no
! if { (eval echo configure:5312: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
    # The compiler can only warn and ignore the option if not recognized
    # So say no if there are warnings
    if test -s out/conftest.err; then
--- 5401,5407 ----
  save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
  compiler_c_o=no
! if { (eval echo configure:5404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
    # The compiler can only warn and ignore the option if not recognized
    # So say no if there are warnings
    if test -s out/conftest.err; then
***************
*** 5353,5358 ****
--- 5445,5456 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 5433,5438 ****
--- 5531,5542 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 5492,5497 ****
--- 5596,5602 ----
  old_archive_from_new_cmds=
  old_archive_from_expsyms_cmds=
  export_dynamic_flag_spec=
+ use_runtimelinking=
  whole_archive_flag_spec=
  thread_safe_flag_spec=
  hardcode_into_libs=no
***************
*** 5748,5770 ****
        aix_use_runtimelinking=no
        exp_sym_flag='-Bexport'
        no_entry_flag=""
      else
!       aix_use_runtimelinking=no
! 
!       # Test if we are trying to use run time linking or normal
!       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
!       # need to do runtime linking.
!       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
! 	for ld_flag in $LDFLAGS; do
! 	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
! 	    aix_use_runtimelinking=yes
! 	    break
! 	  fi
! 	done
!       esac
! 
        exp_sym_flag='-bexport'
        no_entry_flag='-bnoentry'
      fi
  
      # When large executables or shared objects are built, AIX ld can
--- 5853,5865 ----
        aix_use_runtimelinking=no
        exp_sym_flag='-Bexport'
        no_entry_flag=""
+       use_runtimelinking=""
      else
!       aix_use_runtimelinking=yes
!       export_dynamic_flag_spec='-bexpall'
        exp_sym_flag='-bexport'
        no_entry_flag='-bnoentry'
+       use_runtimelinking='-brtl'
      fi
  
      # When large executables or shared objects are built, AIX ld can
***************
*** 5799,5813 ****
        shared_flag='-shared'
      else
        # not using gcc
!       if test "$host_cpu" = ia64; then
! 	shared_flag='${wl}-G'
!       else
! 	if test "$aix_use_runtimelinking" = yes; then
! 	  shared_flag='${wl}-G'
! 	else
! 	  shared_flag='${wl}-bM:SRE'
! 	fi
!       fi
      fi
  
      # It seems that -bexpall can do strange things, so it is better to
--- 5894,5900 ----
        shared_flag='-shared'
      else
        # not using gcc
!       shared_flag='${wl}-G'
      fi
  
      # It seems that -bexpall can do strange things, so it is better to
***************
*** 5817,5824 ****
        # Warning - without using the other runtime loading flags (-brtl),
        # -berok will link without error, but may produce a broken library.
        allow_undefined_flag='-berok'
!       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
!       archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
      else
        if test "$host_cpu" = ia64; then
  	hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
--- 5904,5911 ----
        # Warning - without using the other runtime loading flags (-brtl),
        # -berok will link without error, but may produce a broken library.
        allow_undefined_flag='-berok'
!       hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
!       archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
      else
        if test "$host_cpu" = ia64; then
  	hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
***************
*** 5831,5837 ****
  	allow_undefined_flag='${wl}-berok'
  	# This is a bit strange, but is similar to how AIX traditionally builds
  	# it's shared libraries.
! 	archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
        fi
      fi
      ;;
--- 5918,5924 ----
  	allow_undefined_flag='${wl}-berok'
  	# This is a bit strange, but is similar to how AIX traditionally builds
  	# it's shared libraries.
! 	archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
        fi
      fi
      ;;
***************
*** 6257,6278 ****
  	fi
  	;;
      esac
!     # AIX (on Power*) has no versioning support, so currently we can
!     # not hardcode correct soname into executable. Probably we can
!     # add versioning support to collect2, so additional links can
!     # be useful in future.
!     if test "$aix_use_runtimelinking" = yes; then
!       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
!       # instead of lib<name>.a to let people know that these are not
!       # typical AIX shared libraries.
!       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
!     else
!       # We preserve .a as extension for shared libraries through AIX4.2
!       # and later when we are not doing run time linking.
!       library_names_spec='${libname}${release}.a $libname.a'
!       soname_spec='${libname}${release}.so$major'
!     fi
      shlibpath_var=LIBPATH
    fi
    ;;
  
--- 6344,6354 ----
  	fi
  	;;
      esac
!     # We preserve .a as extension for shared libraries through AIX4.2
!     library_names_spec='${libname}${release}.a $libname.a'
!     soname_spec='${libname}${release}.so$major'
      shlibpath_var=LIBPATH
+     hardcode_into_libs=yes
    fi
    ;;
  
***************
*** 6627,6633 ****
    ;;
  
  aix4*)
!   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
      test "$enable_shared" = yes && enable_static=no
    fi
    ;;
--- 6703,6709 ----
    ;;
  
  aix4*)
!   if test "$host_cpu" != ia64 ; then
      test "$enable_shared" = yes && enable_static=no
    fi
    ;;
***************
*** 6697,6702 ****
--- 6773,6784 ----
  char shl_load ();
  char (*f) ();
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 6756,6761 ****
--- 6838,6849 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char shl_load ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 6810,6815 ****
--- 6898,6909 ----
  char dlopen ();
  char (*f) ();
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 6869,6874 ****
--- 6963,6974 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char dlopen ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 6921,6926 ****
--- 7021,7032 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char dlopen ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 6973,6978 ****
--- 7079,7090 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char dld_link ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 7054,7060 ****
      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<EOF
! #line 7057 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
--- 7166,7172 ----
      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<EOF
! #line 7169 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
***************
*** 7152,7158 ****
      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<EOF
! #line 7155 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
--- 7264,7270 ----
      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<EOF
! #line 7267 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
***************
*** 7339,7344 ****
--- 7451,7457 ----
      AR AR_FLAGS CC LD LN_S NM SHELL \
      reload_flag reload_cmds wl \
      pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
+     use_runtimelinking \
      thread_safe_flag_spec whole_archive_flag_spec libname_spec \
      library_names_spec soname_spec \
      RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
***************
*** 7520,7525 ****
--- 7633,7641 ----
  # Compiler flag to allow reflexive dlopens.
  export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  
+ # Compiler flag to allow runtime linking
+ use_runtimelinking=$lt_use_runtimelinking
+ 
  # Compiler flag to generate shared objects directly from archives.
  whole_archive_flag_spec=$lt_whole_archive_flag_spec
  
***************
*** 8026,8032 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 8142,8148 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 8095,8100 ****
--- 8211,8222 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  #include <locale.h>
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 8193,8199 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 8315,8321 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 8261,8266 ****
--- 8383,8394 ----
  
  #include <libintl.h>
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 8318,8323 ****
--- 8446,8457 ----
  char $ac_func ();
  char (*f) ();
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 8390,8395 ****
--- 8524,8535 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char bindtextdomain ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 8440,8445 ****
--- 8580,8591 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char dgettext ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 8501,8506 ****
--- 8647,8658 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char dcgettext ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 8574,8579 ****
--- 8726,8737 ----
  char $ac_func ();
  char (*f) ();
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 8707,8712 ****
--- 8865,8876 ----
  char $ac_func ();
  char (*f) ();
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 8833,8838 ****
--- 8997,9008 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 8864,8869 ****
--- 9034,9041 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  	  INSTOBJEXT=.mo
+ 	else
+ 	  gt_cv_have_gettext=no
  	fi
        fi
  
***************
*** 8892,8898 ****
      # We need to process the po/ directory.
      POSUB=po
  
!               ac_config_commands="$ac_config_commands default-2"
  
  
                  for lang in $ALL_LINGUAS; do
--- 9064,9070 ----
      # We need to process the po/ directory.
      POSUB=po
  
!     ac_config_commands="$ac_config_commands default-2"
  
  
                  for lang in $ALL_LINGUAS; do
***************
*** 8975,8983 ****
      # Check whether --enable-compile-warnings or --disable-compile-warnings was given.
  if test "${enable_compile_warnings+set}" = set; then
    enableval="$enable_compile_warnings"
!   enable_compile_warnings="$default_compile_warnings"
  else
!   enable_compile_warnings=yes
  fi;
  
      warnCFLAGS=
--- 9147,9155 ----
      # Check whether --enable-compile-warnings or --disable-compile-warnings was given.
  if test "${enable_compile_warnings+set}" = set; then
    enableval="$enable_compile_warnings"
!   enable_compile_warnings="$enableval"
  else
!   enable_compile_warnings="$default_compile_warnings"
  fi;
  
      warnCFLAGS=
***************
*** 9010,9015 ****
--- 9182,9193 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9103,9110 ****
  fi;
  
  	if test x$enable_debug = xyes ; then
! 
! cat >>confdefs.h <<\_ACEOF
  #define GNOME_ENABLE_DEBUG 1
  _ACEOF
  
--- 9281,9287 ----
  fi;
  
  	if test x$enable_debug = xyes ; then
! 	  cat >>confdefs.h <<\_ACEOF
  #define GNOME_ENABLE_DEBUG 1
  _ACEOF
  
***************
*** 9217,9223 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 9394,9400 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 9256,9261 ****
--- 9433,9444 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9353,9358 ****
--- 9536,9547 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9390,9395 ****
--- 9579,9590 ----
  #line $LINENO "configure"
  #include "confdefs.h"
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9452,9457 ****
--- 9647,9658 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char XOpenDisplay ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9494,9499 ****
--- 9695,9706 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char dnet_ntoa ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9548,9553 ****
--- 9755,9766 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char dnet_ntoa ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9616,9621 ****
--- 9829,9840 ----
  char gethostbyname ();
  char (*f) ();
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9674,9679 ****
--- 9893,9904 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char gethostbyname ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9728,9733 ****
--- 9953,9964 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char gethostbyname ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9770,9776 ****
      # socket/setsockopt and other routines are undefined under SCO ODT
      # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
      # on later versions), says Simon Leinen: it contains gethostby*
!     # variants that don't use the name server (or something).  -lsocket
      # must be given before -lnsl if both are needed.  We assume that
      # if connect needs -lnsl, so does gethostbyname.
      echo "$as_me:$LINENO: checking for connect" >&5
--- 10001,10007 ----
      # socket/setsockopt and other routines are undefined under SCO ODT
      # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
      # on later versions), says Simon Leinen: it contains gethostby*
!     # variants that don't use the nameserver (or something).  -lsocket
      # must be given before -lnsl if both are needed.  We assume that
      # if connect needs -lnsl, so does gethostbyname.
      echo "$as_me:$LINENO: checking for connect" >&5
***************
*** 9793,9798 ****
--- 10024,10035 ----
  char connect ();
  char (*f) ();
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9851,9856 ****
--- 10088,10099 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char connect ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9909,9914 ****
--- 10152,10163 ----
  char remove ();
  char (*f) ();
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 9967,9972 ****
--- 10216,10227 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char remove ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 10025,10030 ****
--- 10280,10291 ----
  char shmat ();
  char (*f) ();
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 10083,10088 ****
--- 10344,10355 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char shmat ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 10148,10153 ****
--- 10415,10426 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char IceConnectionNumber ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 10211,10216 ****
--- 10484,10495 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char SmcSaveYourselfDone ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 10303,10309 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 10582,10588 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 10507,10512 ****
--- 10786,10797 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char jpeg_start_decompress ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 10590,10596 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 10875,10881 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 11271,11276 ****
--- 11556,11567 ----
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char poptStrippedArgv ();
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 11378,11384 ****
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   grep -v '^ *+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
--- 11669,11675 ----
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
!   egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
***************
*** 11461,11466 ****
--- 11752,11763 ----
  char $ac_func ();
  char (*f) ();
  
+ #ifdef F77_DUMMY_MAIN
+ #  ifdef __cplusplus
+      extern "C"
+ #  endif
+    int F77_DUMMY_MAIN() { return 1; }
+ #endif
  int
  main ()
  {
***************
*** 11712,11718 ****
  fi
  
  
!                                                                                                               ac_config_files="$ac_config_files Makefile po/Makefile.in libgnomeui/Makefile libgnomeui/libgnomeui-2.0.pc libgnomeui/pixmaps/Makefile glade/Makefile images/Makefile demos/Makefile test-gnome/Makefile doc/Makefile doc/reference/Makefile"
  cat >confcache <<\_ACEOF
  # This file is a shell script that caches the results of configure
  # tests run on this system so they can be shared between configure
--- 12009,12015 ----
  fi
  
  
! ac_config_files="$ac_config_files Makefile po/Makefile.in libgnomeui/Makefile libgnomeui/libgnomeui-2.0.pc libgnomeui/pixmaps/Makefile glade/Makefile images/Makefile demos/Makefile test-gnome/Makefile doc/Makefile doc/reference/Makefile"
  cat >confcache <<\_ACEOF
  # This file is a shell script that caches the results of configure
  # tests run on this system so they can be shared between configure
***************
*** 11723,11729 ****
  # config.status only pays attention to the cache file if you give it
  # the --recheck option to rerun configure.
  #
! # `ac_cv_env_foo' variables (set or unset) will be overridden when
  # loading this file, other *unset* `ac_cv_foo' will be assigned the
  # following values.
  
--- 12020,12026 ----
  # config.status only pays attention to the cache file if you give it
  # the --recheck option to rerun configure.
  #
! # `ac_cv_env_foo' variables (set or unset) will be overriden when
  # loading this file, other *unset* `ac_cv_foo' will be assigned the
  # following values.
  
***************
*** 11789,11809 ****
  
  DEFS=-DHAVE_CONFIG_H
  
- ac_libobjs=
- ac_ltlibobjs=
- for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
-   # 1. Remove the extension, and $U if already installed.
-   ac_i=`echo "$ac_i" |
-          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
-   # 2. Add them.
-   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
-   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
- done
- LIBOBJS=$ac_libobjs
- 
- LTLIBOBJS=$ac_ltlibobjs
- 
- 
  
  : ${CONFIG_STATUS=./config.status}
  ac_clean_files_save=$ac_clean_files
--- 12086,12091 ----
***************
*** 11822,11827 ****
--- 12104,12110 ----
  _ACEOF
  
  cat >>$CONFIG_STATUS <<\_ACEOF
+ 
  ## --------------------- ##
  ## M4sh Initialization.  ##
  ## --------------------- ##
***************
*** 11830,11842 ****
  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    emulate sh
    NULLCMD=:
-   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
-   # is contrary to our usage.  Disable this feature.
-   alias -g '${1+"$@"}'='"$@"'
  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    set -o posix
  fi
  
  # Support unset when possible.
  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
    as_unset=unset
--- 12113,12123 ----
  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    emulate sh
    NULLCMD=:
  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    set -o posix
  fi
  
+ # NLS nuisances.
  # Support unset when possible.
  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
    as_unset=unset
***************
*** 11844,11882 ****
    as_unset=false
  fi
  
! 
! # Work around bugs in pre-3.0 UWIN ksh.
! $as_unset ENV MAIL MAILPATH
! PS1='$ '
! PS2='> '
! PS4='+ '
! 
! # NLS nuisances.
! for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
! do
!   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
!     eval $as_var=C; export $as_var
!   else
!     $as_unset $as_var
!   fi
! done
! 
! # Required to use basename.
! if expr a : '\(a\)' >/dev/null 2>&1; then
!   as_expr=expr
! else
!   as_expr=false
! fi
! 
! if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
!   as_basename=basename
! else
!   as_basename=false
! fi
  
  
  # Name of the executable.
! as_me=`$as_basename "$0" ||
  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  	 X"$0" : 'X\(//\)$' \| \
  	 X"$0" : 'X\(/\)$' \| \
--- 12125,12158 ----
    as_unset=false
  fi
  
! (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
!     { $as_unset LANG || test "${LANG+set}" != set; } ||
!       { LANG=C; export LANG; }
! (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
!     { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
!       { LC_ALL=C; export LC_ALL; }
! (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
!     { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
!       { LC_TIME=C; export LC_TIME; }
! (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
!     { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
!       { LC_CTYPE=C; export LC_CTYPE; }
! (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
!     { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
!       { LANGUAGE=C; export LANGUAGE; }
! (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
!     { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
!       { LC_COLLATE=C; export LC_COLLATE; }
! (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
!     { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
!       { LC_NUMERIC=C; export LC_NUMERIC; }
! (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
!     { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
!       { LC_MESSAGES=C; export LC_MESSAGES; }
  
  
  # Name of the executable.
! as_me=`(basename "$0") 2>/dev/null ||
  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  	 X"$0" : 'X\(//\)$' \| \
  	 X"$0" : 'X\(/\)$' \| \
***************
*** 11887,11893 ****
    	  /^X\/\(\/\).*/{ s//\1/; q; }
    	  s/.*/./; q'`
  
- 
  # PATH needs CR, and LINENO needs CR and PATH.
  # Avoid depending upon Character Ranges.
  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
--- 12163,12168 ----
***************
*** 11901,11907 ****
    echo "#! /bin/sh" >conftest.sh
    echo  "exit 0"   >>conftest.sh
    chmod +x conftest.sh
!   if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
      PATH_SEPARATOR=';'
    else
      PATH_SEPARATOR=:
--- 12176,12182 ----
    echo "#! /bin/sh" >conftest.sh
    echo  "exit 0"   >>conftest.sh
    chmod +x conftest.sh
!   if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
      PATH_SEPARATOR=';'
    else
      PATH_SEPARATOR=:
***************
*** 11955,11962 ****
    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    test "x$as_lineno_1" != "x$as_lineno_2" &&
    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
- 	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
- 	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  	     CONFIG_SHELL=$as_dir/$as_base
  	     export CONFIG_SHELL
  	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
--- 12230,12235 ----
***************
*** 12030,12041 ****
  fi
  rm -f conf$$ conf$$.exe conf$$.file
  
- if mkdir -p . 2>/dev/null; then
-   as_mkdir_p=:
- else
-   as_mkdir_p=false
- fi
- 
  as_executable_p="test -f"
  
  # Sed expression to map a string onto a valid CPP name.
--- 12303,12308 ----
***************
*** 12052,12058 ****
  IFS=" 	$as_nl"
  
  # CDPATH.
! $as_unset CDPATH
  
  exec 6>&1
  
--- 12319,12325 ----
  IFS=" 	$as_nl"
  
  # CDPATH.
! $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
  
  exec 6>&1
  
***************
*** 12069,12075 ****
  cat >&5 <<_CSEOF
  
  This file was extended by $as_me, which was
! generated by GNU Autoconf 2.54.  Invocation command line was
  
    CONFIG_FILES    = $CONFIG_FILES
    CONFIG_HEADERS  = $CONFIG_HEADERS
--- 12336,12342 ----
  cat >&5 <<_CSEOF
  
  This file was extended by $as_me, which was
! generated by GNU Autoconf 2.53.  Invocation command line was
  
    CONFIG_FILES    = $CONFIG_FILES
    CONFIG_HEADERS  = $CONFIG_HEADERS
***************
*** 12131,12137 ****
  cat >>$CONFIG_STATUS <<_ACEOF
  ac_cs_version="\\
  config.status
! configured by $0, generated by GNU Autoconf 2.54,
    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  
  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
--- 12398,12404 ----
  cat >>$CONFIG_STATUS <<_ACEOF
  ac_cs_version="\\
  config.status
! configured by $0, generated by GNU Autoconf 2.53,
    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  
  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
***************
*** 12152,12171 ****
    --*=*)
      ac_option=`expr "x$1" : 'x\([^=]*\)='`
      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
!     ac_shift=:
!     ;;
!   -*)
!     ac_option=$1
!     ac_optarg=$2
!     ac_shift=shift
      ;;
    *) # This is not an option, so the user has probably given explicit
       # arguments.
-      ac_option=$1
       ac_need_defaults=false;;
    esac
  
!   case $ac_option in
    # Handling of the options.
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF
--- 12419,12435 ----
    --*=*)
      ac_option=`expr "x$1" : 'x\([^=]*\)='`
      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
!     shift
!     set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
!     shift
      ;;
+   -*);;
    *) # This is not an option, so the user has probably given explicit
       # arguments.
       ac_need_defaults=false;;
    esac
  
!   case $1 in
    # Handling of the options.
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF
***************
*** 12188,12199 ****
    --debug | --d* | -d )
      debug=: ;;
    --file | --fil | --fi | --f )
!     $ac_shift
!     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
      ac_need_defaults=false;;
    --header | --heade | --head | --hea )
!     $ac_shift
!     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
      ac_need_defaults=false;;
  
    # This is an error.
--- 12452,12463 ----
    --debug | --d* | -d )
      debug=: ;;
    --file | --fil | --fi | --f )
!     shift
!     CONFIG_FILES="$CONFIG_FILES $1"
      ac_need_defaults=false;;
    --header | --heade | --head | --hea )
!     shift
!     CONFIG_HEADERS="$CONFIG_HEADERS $1"
      ac_need_defaults=false;;
  
    # This is an error.
***************
*** 12216,12222 ****
  # INIT-COMMANDS section.
  #
  
! 
  
  
  _ACEOF
--- 12480,12487 ----
  # INIT-COMMANDS section.
  #
  
! AMDEP_TRUE="$AMDEP_TRUE"
! ac_aux_dir="$ac_aux_dir"
  
  
  _ACEOF
***************
*** 12332,12343 ****
--- 12597,12618 ----
  s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  s,@PACKAGE@,$PACKAGE,;t t
  s,@VERSION@,$VERSION,;t t
+ s,@EXEEXT@,$EXEEXT,;t t
+ s,@OBJEXT@,$OBJEXT,;t t
  s,@ACLOCAL@,$ACLOCAL,;t t
  s,@AUTOCONF@,$AUTOCONF,;t t
  s,@AUTOMAKE@,$AUTOMAKE,;t t
  s,@AUTOHEADER@,$AUTOHEADER,;t t
  s,@MAKEINFO@,$MAKEINFO,;t t
+ s,@AMTAR@,$AMTAR,;t t
+ s,@install_sh@,$install_sh,;t t
+ s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
+ s,@AWK@,$AWK,;t t
  s,@SET_MAKE@,$SET_MAKE,;t t
+ s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
+ s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
+ s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
+ s,@DEPDIR@,$DEPDIR,;t t
  s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
  s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
  s,@MAINT@,$MAINT,;t t
***************
*** 12346,12355 ****
  s,@LDFLAGS@,$LDFLAGS,;t t
  s,@CPPFLAGS@,$CPPFLAGS,;t t
  s,@ac_ct_CC@,$ac_ct_CC,;t t
! s,@EXEEXT@,$EXEEXT,;t t
! s,@OBJEXT@,$OBJEXT,;t t
  s,@CPP@,$CPP,;t t
- s,@EGREP@,$EGREP,;t t
  s,@build@,$build,;t t
  s,@build_cpu@,$build_cpu,;t t
  s,@build_vendor@,$build_vendor,;t t
--- 12621,12630 ----
  s,@LDFLAGS@,$LDFLAGS,;t t
  s,@CPPFLAGS@,$CPPFLAGS,;t t
  s,@ac_ct_CC@,$ac_ct_CC,;t t
! s,@am__include@,$am__include,;t t
! s,@am__quote@,$am__quote,;t t
! s,@CCDEPMODE@,$CCDEPMODE,;t t
  s,@CPP@,$CPP,;t t
  s,@build@,$build,;t t
  s,@build_cpu@,$build_cpu,;t t
  s,@build_vendor@,$build_vendor,;t t
***************
*** 12411,12422 ****
  s,@INSTALL_GCONF_CONFIG_SOURCE@,$INSTALL_GCONF_CONFIG_SOURCE,;t t
  s,@GTK_VERSION@,$GTK_VERSION,;t t
  s,@GDK_PIXBUF_CSOURCE@,$GDK_PIXBUF_CSOURCE,;t t
- s,@AWK@,$AWK,;t t
  s,@PERL@,$PERL,;t t
  s,@GCONFTOOL@,$GCONFTOOL,;t t
  s,@REBUILD@,$REBUILD,;t t
- s,@LIBOBJS@,$LIBOBJS,;t t
- s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  CEOF
  
  _ACEOF
--- 12686,12694 ----
***************
*** 12487,12516 ****
    	  /^X\(\/\/\)$/{ s//\1/; q; }
    	  /^X\(\/\).*/{ s//\1/; q; }
    	  s/.*/./; q'`
!   { if $as_mkdir_p; then
!     mkdir -p "$ac_dir"
!   else
!     as_dir="$ac_dir"
!     as_dirs=
!     while test ! -d "$as_dir"; do
!       as_dirs="$as_dir $as_dirs"
!       as_dir=`(dirname "$as_dir") 2>/dev/null ||
! $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!          X"$as_dir" : 'X\(//\)[^/]' \| \
!          X"$as_dir" : 'X\(//\)$' \| \
!          X"$as_dir" : 'X\(/\)' \| \
!          .     : '\(.\)' 2>/dev/null ||
! echo X"$as_dir" |
!     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
!   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
!   	  /^X\(\/\/\)$/{ s//\1/; q; }
!   	  /^X\(\/\).*/{ s//\1/; q; }
!   	  s/.*/./; q'`
!     done
!     test ! -n "$as_dirs" || mkdir $as_dirs
!   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
! echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
!    { (exit 1); exit 1; }; }; }
  
    ac_builddir=.
  
--- 12759,12783 ----
    	  /^X\(\/\/\)$/{ s//\1/; q; }
    	  /^X\(\/\).*/{ s//\1/; q; }
    	  s/.*/./; q'`
!   { case "$ac_dir" in
!   [\\/]* | ?:[\\/]* ) as_incr_dir=;;
!   *)                      as_incr_dir=.;;
! esac
! as_dummy="$ac_dir"
! for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
!   case $as_mkdir_dir in
!     # Skip DOS drivespec
!     ?:) as_incr_dir=$as_mkdir_dir ;;
!     *)
!       as_incr_dir=$as_incr_dir/$as_mkdir_dir
!       test -d "$as_incr_dir" ||
!         mkdir "$as_incr_dir" ||
! 	{ { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
! echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
!    { (exit 1); exit 1; }; }
!     ;;
!   esac
! done; }
  
    ac_builddir=.
  
***************
*** 12540,12546 ****
  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  # absolute.
  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
! ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  
--- 12807,12813 ----
  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  # absolute.
  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
! ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  
***************
*** 12730,12736 ****
  # Break up conftest.defines because some shells have a limit on the size
  # of here documents, and old seds have small limits too (100 cmds).
  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
! echo '  if grep "^[ 	]*#[ 	]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  echo '  :' >>$CONFIG_STATUS
  rm -f conftest.tail
--- 12997,13003 ----
  # Break up conftest.defines because some shells have a limit on the size
  # of here documents, and old seds have small limits too (100 cmds).
  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
! echo '  if egrep "^[ 	]*#[ 	]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  echo '  :' >>$CONFIG_STATUS
  rm -f conftest.tail
***************
*** 12754,12760 ****
    mv conftest.tail conftest.defines
  done
  rm -f conftest.defines
! echo '  fi # grep' >>$CONFIG_STATUS
  echo >>$CONFIG_STATUS
  
  # Break up conftest.undefs because some shells have a limit on the size
--- 13021,13027 ----
    mv conftest.tail conftest.defines
  done
  rm -f conftest.defines
! echo '  fi # egrep' >>$CONFIG_STATUS
  echo >>$CONFIG_STATUS
  
  # Break up conftest.undefs because some shells have a limit on the size
***************
*** 12810,12839 ****
    	  /^X\(\/\/\)$/{ s//\1/; q; }
    	  /^X\(\/\).*/{ s//\1/; q; }
    	  s/.*/./; q'`
!       { if $as_mkdir_p; then
!     mkdir -p "$ac_dir"
!   else
!     as_dir="$ac_dir"
!     as_dirs=
!     while test ! -d "$as_dir"; do
!       as_dirs="$as_dir $as_dirs"
!       as_dir=`(dirname "$as_dir") 2>/dev/null ||
! $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!          X"$as_dir" : 'X\(//\)[^/]' \| \
!          X"$as_dir" : 'X\(//\)$' \| \
!          X"$as_dir" : 'X\(/\)' \| \
!          .     : '\(.\)' 2>/dev/null ||
! echo X"$as_dir" |
!     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
!   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
!   	  /^X\(\/\/\)$/{ s//\1/; q; }
!   	  /^X\(\/\).*/{ s//\1/; q; }
!   	  s/.*/./; q'`
!     done
!     test ! -n "$as_dirs" || mkdir $as_dirs
!   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
! echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
!    { (exit 1); exit 1; }; }; }
  
        rm -f $ac_file
        mv $tmp/config.h $ac_file
--- 13077,13101 ----
    	  /^X\(\/\/\)$/{ s//\1/; q; }
    	  /^X\(\/\).*/{ s//\1/; q; }
    	  s/.*/./; q'`
!       { case "$ac_dir" in
!   [\\/]* | ?:[\\/]* ) as_incr_dir=;;
!   *)                      as_incr_dir=.;;
! esac
! as_dummy="$ac_dir"
! for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
!   case $as_mkdir_dir in
!     # Skip DOS drivespec
!     ?:) as_incr_dir=$as_mkdir_dir ;;
!     *)
!       as_incr_dir=$as_incr_dir/$as_mkdir_dir
!       test -d "$as_incr_dir" ||
!         mkdir "$as_incr_dir" ||
! 	{ { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
! echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
!    { (exit 1); exit 1; }; }
!     ;;
!   esac
! done; }
  
        rm -f $ac_file
        mv $tmp/config.h $ac_file
***************
*** 12842,12847 ****
--- 13104,13115 ----
      cat $tmp/config.h
      rm -f $tmp/config.h
    fi
+   # Run the commands associated with the file.
+   case $ac_file in
+     config.h ) # update the timestamp
+ echo timestamp >"./stamp-h1"
+  ;;
+   esac
  done
  _ACEOF
  cat >>$CONFIG_STATUS <<\_ACEOF
***************
*** 12892,12898 ****
  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  # absolute.
  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
! ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  
--- 13160,13166 ----
  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  # absolute.
  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
! ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  
***************
*** 12900,12906 ****
    { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  echo "$as_me: executing $ac_dest commands" >&6;}
    case $ac_dest in
!     default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
      default-2 ) case "$CONFIG_FILES" in *po/Makefile.in*)
          sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
        esac ;;
--- 13168,13212 ----
    { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  echo "$as_me: executing $ac_dest commands" >&6;}
    case $ac_dest in
!     default-1 )
! test x"$AMDEP_TRUE" != x"" ||
! for mf in $CONFIG_FILES; do
!   case "$mf" in
!   Makefile) dirpart=.;;
!   */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
!   *) continue;;
!   esac
!   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
!   # Extract the definition of DEP_FILES from the Makefile without
!   # running `make'.
!   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
!   test -z "$DEPDIR" && continue
!   # When using ansi2knr, U may be empty or an underscore; expand it
!   U=`sed -n -e '/^U = / s///p' < "$mf"`
!   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
!   # We invoke sed twice because it is the simplest approach to
!   # changing $(DEPDIR) to its actual value in the expansion.
!   for file in `sed -n -e '
!     /^DEP_FILES = .*\\\\$/ {
!       s/^DEP_FILES = //
!       :loop
! 	s/\\\\$//
! 	p
! 	n
! 	/\\\\$/ b loop
!       p
!     }
!     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
!        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
!     # Make sure the directory exists.
!     test -f "$dirpart/$file" && continue
!     fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
!     $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
!     # echo "creating $dirpart/$file"
!     echo '# dummy' > "$dirpart/$file"
!   done
! done
!  ;;
      default-2 ) case "$CONFIG_FILES" in *po/Makefile.in*)
          sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
        esac ;;
diff -crN ./libgnomeui/demos/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/demos/Makefile.in
*** ./libgnomeui/demos/Makefile.in	Thu Jan 23 15:33:39 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/demos/Makefile.in	Sat Aug  9 21:43:02 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,64 ****
--- 57,63 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
***************
*** 67,72 ****
--- 66,72 ----
  CFLAGS = @CFLAGS@
  CPPFLAGS = @CPPFLAGS@
  DATADIRNAME = @DATADIRNAME@
+ DEPDIR = @DEPDIR@
  DLLTOOL = @DLLTOOL@
  ECHO = @ECHO@
  EXEEXT = @EXEEXT@
***************
*** 83,88 ****
--- 83,89 ----
  HAVE_GTK_DOC = @HAVE_GTK_DOC@
  HTML_DIR = @HTML_DIR@
  INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLLIBS = @INTLLIBS@
  LDFLAGS = @LDFLAGS@
***************
*** 102,108 ****
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
  MKINSTALLDIRS = @MKINSTALLDIRS@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
--- 103,108 ----
***************
*** 121,129 ****
--- 121,136 ----
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
+ X_CFLAGS = @X_CFLAGS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
  YACC = @YACC@
+ am__include = @am__include@
+ am__quote = @am__quote@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
+ install_sh = @install_sh@
  
  INCLUDES = \
  	-I$(top_builddir)				\
***************
*** 153,234 ****
  animator_demo_SOURCES = animator_demo.c
  
  mdi_demo_SOURCES = mdi_demo.c
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../config.h
! CONFIG_CLEAN_FILES = 
  
! DEFS = @DEFS@ -I. -I$(srcdir) -I..
  LIBS = @LIBS@
! X_CFLAGS = @X_CFLAGS@
! X_LIBS = @X_LIBS@
! X_EXTRA_LIBS = @X_EXTRA_LIBS@
! X_PRE_LIBS = @X_PRE_LIBS@
! mdi_demo_OBJECTS =  mdi_demo.$(OBJEXT)
! mdi_demo_LDADD = $(LDADD)
! mdi_demo_DEPENDENCIES =  $(top_builddir)/libgnomeui/libgnomeui-2.la
! mdi_demo_LDFLAGS = 
! animator_demo_OBJECTS =  animator_demo.$(OBJEXT)
! animator_demo_LDADD = $(LDADD)
! animator_demo_DEPENDENCIES =  $(top_builddir)/libgnomeui/libgnomeui-2.la
! animator_demo_LDFLAGS = 
! COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! DIST_COMMON =  Makefile.am Makefile.in
! 
! 
! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  
! TAR = gtar
! GZIP_ENV = --best
! SOURCES = $(mdi_demo_SOURCES) $(animator_demo_SOURCES)
! OBJECTS = $(mdi_demo_OBJECTS) $(animator_demo_OBJECTS)
  
- all: all-redirect
  .SUFFIXES:
! .SUFFIXES: .S .c .lo .o .obj .s
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
! 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps demos/Makefile
! 
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 
! 
! .c.o:
! 	$(COMPILE) -c $<
! 
! # FIXME: We should only use cygpath when building on Windows,
! # and only if it is available.
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
! 
! .s.o:
! 	$(COMPILE) -c $<
! 
! .S.o:
! 	$(COMPILE) -c $<
! 
! mostlyclean-compile:
! 	-rm -f *.o core *.core
! 	-rm -f *.$(OBJEXT)
! 
! clean-compile:
! 
! distclean-compile:
! 	-rm -f *.tab.c
! 
! maintainer-clean-compile:
! 
! .c.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .s.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .S.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
  
  mostlyclean-libtool:
  	-rm -f *.lo
--- 160,202 ----
  animator_demo_SOURCES = animator_demo.c
  
  mdi_demo_SOURCES = mdi_demo.c
+ subdir = demos
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! EXTRA_PROGRAMS = mdi_demo$(EXEEXT) animator_demo$(EXEEXT)
! am_animator_demo_OBJECTS = animator_demo.$(OBJEXT)
! animator_demo_OBJECTS = $(am_animator_demo_OBJECTS)
! animator_demo_LDADD = $(LDADD)
! animator_demo_DEPENDENCIES = $(top_builddir)/libgnomeui/libgnomeui-2.la
! animator_demo_LDFLAGS =
! am_mdi_demo_OBJECTS = mdi_demo.$(OBJEXT)
! mdi_demo_OBJECTS = $(am_mdi_demo_OBJECTS)
! mdi_demo_LDADD = $(LDADD)
! mdi_demo_DEPENDENCIES = $(top_builddir)/libgnomeui/libgnomeui-2.la
! mdi_demo_LDFLAGS =
  
! DEFS = @DEFS@
! DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
! CPPFLAGS = @CPPFLAGS@
! LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
! depcomp =
! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
! 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
! DIST_SOURCES = $(animator_demo_SOURCES) $(mdi_demo_SOURCES)
! DIST_COMMON = Makefile.am Makefile.in
! SOURCES = $(animator_demo_SOURCES) $(mdi_demo_SOURCES)
  
! all: all-am
  
  .SUFFIXES:
! .SUFFIXES: .c .lo .o .obj
  
  mostlyclean-libtool:
  	-rm -f *.lo
***************
*** 237,367 ****
  	-rm -rf .libs _libs
  
  distclean-libtool:
! 
! maintainer-clean-libtool:
! 
! mdi_demo$(EXEEXT): $(mdi_demo_OBJECTS) $(mdi_demo_DEPENDENCIES)
  	@rm -f mdi_demo$(EXEEXT)
  	$(LINK) $(mdi_demo_LDFLAGS) $(mdi_demo_OBJECTS) $(mdi_demo_LDADD) $(LIBS)
  
! animator_demo$(EXEEXT): $(animator_demo_OBJECTS) $(animator_demo_DEPENDENCIES)
! 	@rm -f animator_demo$(EXEEXT)
! 	$(LINK) $(animator_demo_LDFLAGS) $(animator_demo_OBJECTS) $(animator_demo_LDADD) $(LIBS)
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  
! mostlyclean-tags:
! 
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
  
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 
! subdir = demos
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
- 
- info-am:
- info: info-am
- dvi-am:
- dvi: dvi-am
  check-am: all-am
  check: check-am
! installcheck-am:
! installcheck: installcheck-am
! install-exec-am:
! install-exec: install-exec-am
  
! install-data-am:
! install-data: install-data-am
  
- install-am: all-am
- 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  install: install-am
! uninstall-am:
  uninstall: uninstall-am
- all-am: Makefile
- all-redirect: all-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs:
  
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-compile mostlyclean-libtool \
! 		mostlyclean-tags mostlyclean-generic
  
! mostlyclean: mostlyclean-am
  
! clean-am:  clean-compile clean-libtool clean-tags clean-generic \
! 		mostlyclean-am
  
! clean: clean-am
  
! distclean-am:  distclean-compile distclean-libtool distclean-tags \
! 		distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-am
  
! maintainer-clean-am:  maintainer-clean-compile maintainer-clean-libtool \
! 		maintainer-clean-tags maintainer-clean-generic \
! 		distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-am
  
! .PHONY: mostlyclean-compile distclean-compile clean-compile \
! maintainer-clean-compile mostlyclean-libtool distclean-libtool \
! clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
! distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! install-exec install-data-am install-data install-am install \
! uninstall-am uninstall all-redirect all-am all installdirs \
! mostlyclean-generic distclean-generic clean-generic \
! maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
--- 205,371 ----
  	-rm -rf .libs _libs
  
  distclean-libtool:
! 	-rm -f libtool
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --gnu  --ignore-deps demos/Makefile
! Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) && \
! 	  CONFIG_HEADERS= CONFIG_LINKS= \
! 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
! animator_demo$(EXEEXT): $(animator_demo_OBJECTS) $(animator_demo_DEPENDENCIES) 
! 	@rm -f animator_demo$(EXEEXT)
! 	$(LINK) $(animator_demo_LDFLAGS) $(animator_demo_OBJECTS) $(animator_demo_LDADD) $(LIBS)
! mdi_demo$(EXEEXT): $(mdi_demo_OBJECTS) $(mdi_demo_DEPENDENCIES) 
  	@rm -f mdi_demo$(EXEEXT)
  	$(LINK) $(mdi_demo_LDFLAGS) $(mdi_demo_OBJECTS) $(mdi_demo_LDADD) $(LIBS)
  
! mostlyclean-compile:
! 	-rm -f *.$(OBJEXT) core *.core
! 
! distclean-compile:
! 	-rm -f *.tab.c
! 
! .c.o:
! 	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
! 
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
! 
! .c.lo:
! 	$(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
! uninstall-info-am:
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  check-am: all-am
  check: check-am
! all-am: Makefile
  
! installdirs:
  
  install: install-am
! install-exec: install-exec-am
! install-data: install-data-am
  uninstall: uninstall-am
  
+ install-am: all-am
+ 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-am
  
! clean-am: clean-generic clean-libtool mostlyclean-am
  
! distclean: distclean-am
  
! distclean-am: clean-am distclean-compile distclean-generic \
! 	distclean-libtool distclean-tags
  
! dvi: dvi-am
  
! dvi-am:
  
! info: info-am
! 
! info-am:
! 
! install-data-am:
! 
! install-exec-am:
! 
! install-info: install-info-am
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-am
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-am
! 
! mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 	mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am
  
+ .PHONY: GTAGS all all-am check check-am clean clean-generic \
+ 	clean-libtool distclean distclean-compile distclean-generic \
+ 	distclean-libtool distclean-tags distdir dvi dvi-am info \
+ 	info-am install install-am install-data install-data-am \
+ 	install-exec install-exec-am install-info install-info-am \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool tags uninstall uninstall-am \
+ 	uninstall-info-am
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
diff -crN ./libgnomeui/doc/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/Makefile.in
*** ./libgnomeui/doc/Makefile.in	Thu Jan 23 15:33:41 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/Makefile.in	Sat Aug  9 21:43:02 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,64 ****
--- 57,63 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
***************
*** 67,72 ****
--- 66,72 ----
  CFLAGS = @CFLAGS@
  CPPFLAGS = @CPPFLAGS@
  DATADIRNAME = @DATADIRNAME@
+ DEPDIR = @DEPDIR@
  DLLTOOL = @DLLTOOL@
  ECHO = @ECHO@
  EXEEXT = @EXEEXT@
***************
*** 83,88 ****
--- 83,89 ----
  HAVE_GTK_DOC = @HAVE_GTK_DOC@
  HTML_DIR = @HTML_DIR@
  INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLLIBS = @INTLLIBS@
  LDFLAGS = @LDFLAGS@
***************
*** 102,108 ****
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
  MKINSTALLDIRS = @MKINSTALLDIRS@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
--- 103,108 ----
***************
*** 121,152 ****
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
  YACC = @YACC@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
  
  SUBDIRS = reference
  
  EXTRA_DIST = Porting-1.0-2.0.txt
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../config.h
! CONFIG_CLEAN_FILES = 
! DIST_COMMON =  Makefile.am Makefile.in
! 
  
- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
- 
- TAR = gtar
- GZIP_ENV = --best
- all: all-redirect
  .SUFFIXES:
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
  
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
  
  # This directory's subdirectories are mostly independent; you can cd
  # into them and run `make' without going through this Makefile.
--- 121,173 ----
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
+ X_CFLAGS = @X_CFLAGS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
  YACC = @YACC@
+ am__include = @am__include@
+ am__quote = @am__quote@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
+ install_sh = @install_sh@
  
  SUBDIRS = reference
  
  EXTRA_DIST = Porting-1.0-2.0.txt
+ subdir = doc
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! depcomp =
! DIST_SOURCES =
! 
! RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
! 	uninstall-info-recursive all-recursive install-data-recursive \
! 	install-exec-recursive installdirs-recursive install-recursive \
! 	uninstall-recursive check-recursive installcheck-recursive
! DIST_COMMON = Makefile.am Makefile.in
! DIST_SUBDIRS = $(SUBDIRS)
! all: all-recursive
  
  .SUFFIXES:
  
! mostlyclean-libtool:
! 	-rm -f *.lo
! 
! clean-libtool:
! 	-rm -rf .libs _libs
  
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps doc/Makefile
+ Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
+ uninstall-info-am:
  
  # This directory's subdirectories are mostly independent; you can cd
  # into them and run `make' without going through this Makefile.
***************
*** 154,165 ****
  # (1) if the variable is set in `config.status', edit `config.status'
  #     (which will cause the Makefiles to be regenerated when you run `make');
  # (2) otherwise, pass the desired values on the `make' command line.
! 
! @SET_MAKE@
! 
! all-recursive install-data-recursive install-exec-recursive \
! installdirs-recursive install-recursive uninstall-recursive  \
! check-recursive installcheck-recursive info-recursive dvi-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
  	target=`echo $@ | sed s/-recursive//`; \
--- 175,181 ----
  # (1) if the variable is set in `config.status', edit `config.status'
  #     (which will cause the Makefiles to be regenerated when you run `make');
  # (2) otherwise, pass the desired values on the `make' command line.
! $(RECURSIVE_TARGETS):
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
  	target=`echo $@ | sed s/-recursive//`; \
***************
*** 182,192 ****
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  rev="$$subdir $$rev"; \
! 	  test "$$subdir" != "." || dot_seen=yes; \
  	done; \
! 	test "$$dot_seen" = "no" && rev=". $$rev"; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
--- 198,213 ----
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	case "$@" in \
! 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 	  *) list='$(SUBDIRS)' ;; \
! 	esac; \
! 	rev=''; for subdir in $$list; do \
! 	  if test "$$subdir" = "."; then :; else \
! 	    rev="$$subdir $$rev"; \
! 	  fi; \
  	done; \
! 	rev="$$rev ."; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
***************
*** 205,255 ****
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
!    if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
!    fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  
! mostlyclean-tags:
! 
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
! 
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  
! subdir = doc
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
--- 226,285 ----
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 	  fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
***************
*** 257,336 ****
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    chmod 777 $(distdir)/$$subdir; \
! 	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  	      || exit 1; \
  	  fi; \
  	done
- info-am:
- info: info-recursive
- dvi-am:
- dvi: dvi-recursive
  check-am: all-am
  check: check-recursive
! installcheck-am:
! installcheck: installcheck-recursive
! install-exec-am:
! install-exec: install-exec-recursive
  
! install-data-am:
  install-data: install-data-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-recursive
- uninstall-am:
- uninstall: uninstall-recursive
- all-am: Makefile
- all-redirect: all-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs: installdirs-recursive
- installdirs-am:
- 
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  
! mostlyclean: mostlyclean-recursive
  
! clean-am:  clean-tags clean-generic mostlyclean-am
  
! clean: clean-recursive
  
! distclean-am:  distclean-tags distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-recursive
  
! maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
! 		distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-recursive
  
! .PHONY: install-data-recursive uninstall-data-recursive \
! install-exec-recursive uninstall-exec-recursive installdirs-recursive \
! uninstalldirs-recursive all-recursive check-recursive \
! installcheck-recursive info-recursive dvi-recursive \
! mostlyclean-recursive distclean-recursive clean-recursive \
! maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
! distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! install-exec install-data-am install-data install-am install \
! uninstall-am uninstall all-redirect all-am all installdirs-am \
! installdirs mostlyclean-generic distclean-generic clean-generic \
! maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
--- 287,382 ----
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    (cd $$subdir && \
! 	      $(MAKE) $(AM_MAKEFLAGS) \
! 	        top_distdir="$(top_distdir)" \
! 	        distdir=../$(distdir)/$$subdir \
! 	        distdir) \
  	      || exit 1; \
  	  fi; \
  	done
  check-am: all-am
  check: check-recursive
! all-am: Makefile
! installdirs: installdirs-recursive
! installdirs-am:
  
! install: install-recursive
! install-exec: install-exec-recursive
  install-data: install-data-recursive
+ uninstall: uninstall-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-recursive
  
! clean-am: clean-generic clean-libtool mostlyclean-am
  
! distclean: distclean-recursive
  
! distclean-am: clean-am distclean-generic distclean-libtool \
! 	distclean-tags
  
! dvi: dvi-recursive
  
! dvi-am:
  
! info: info-recursive
! 
! info-am:
! 
! install-data-am:
! 
! install-exec-am:
! 
! install-info: install-info-recursive
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-recursive
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-recursive
! 
! mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am
! 
! uninstall-info: uninstall-info-recursive
  
+ .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+ 	clean-generic clean-libtool clean-recursive distclean \
+ 	distclean-generic distclean-libtool distclean-recursive \
+ 	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+ 	info-recursive install install-am install-data install-data-am \
+ 	install-data-recursive install-exec install-exec-am \
+ 	install-exec-recursive install-info install-info-am \
+ 	install-info-recursive install-man install-recursive \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	installdirs-am installdirs-recursive maintainer-clean \
+ 	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+ 	uninstall-info-recursive uninstall-recursive
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
diff -crN ./libgnomeui/doc/reference/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/Makefile.in
*** ./libgnomeui/doc/reference/Makefile.in	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/Makefile.in	Sat Aug  9 21:43:03 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,17 ****
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
! # The name of the module, e.g. 'glib'.
  
  
  SHELL = @SHELL@
  
--- 11,19 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
! @SET_MAKE@
  
+ # The name of the module, e.g. 'glib'.
  
  SHELL = @SHELL@
  
***************
*** 33,45 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ../..
  
  ACLOCAL = @ACLOCAL@
--- 35,43 ----
***************
*** 48,58 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 46,56 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 61,66 ****
--- 59,65 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
***************
*** 69,74 ****
--- 68,74 ----
  CFLAGS = @CFLAGS@
  CPPFLAGS = @CPPFLAGS@
  DATADIRNAME = @DATADIRNAME@
+ DEPDIR = @DEPDIR@
  DLLTOOL = @DLLTOOL@
  ECHO = @ECHO@
  EXEEXT = @EXEEXT@
***************
*** 85,90 ****
--- 85,91 ----
  HAVE_GTK_DOC = @HAVE_GTK_DOC@
  HTML_DIR = @HTML_DIR@
  INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLLIBS = @INTLLIBS@
  LDFLAGS = @LDFLAGS@
***************
*** 104,110 ****
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
  MKINSTALLDIRS = @MKINSTALLDIRS@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
--- 105,110 ----
***************
*** 123,131 ****
--- 123,138 ----
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
+ X_CFLAGS = @X_CFLAGS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
  YACC = @YACC@
+ am__include = @am__include@
+ am__quote = @am__quote@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
+ install_sh = @install_sh@
  
  DOC_MODULE = libgnomeui
  
***************
*** 212,221 ****
  #DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
  DOC_OVERRIDES = 
  
  ###########################################################################
  # Everything below here is generic and you shouldn't need to change it.
  ###########################################################################
- 
  TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
  
  EXTRA_DIST = \
--- 219,228 ----
  #DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
  DOC_OVERRIDES = 
  
+ 
  ###########################################################################
  # Everything below here is generic and you shouldn't need to change it.
  ###########################################################################
  TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
  
  EXTRA_DIST = \
***************
*** 237,343 ****
  	$(DOC_MODULE).hierarchy \
  	$(DOC_MODULE).signals
  
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../../config.h
! CONFIG_CLEAN_FILES = 
! DIST_COMMON =  Makefile.am Makefile.in
  
- 
- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
- 
- TAR = gtar
- GZIP_ENV = --best
- all: all-redirect
  .SUFFIXES:
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/reference/Makefile
  
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
  tags: TAGS
  TAGS:
  
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  
! subdir = doc/reference
  
  distdir: $(DISTFILES)
  	$(mkinstalldirs) $(distdir)/$(top_srcdir)/libgnomeui/pixmaps
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
! 	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
! info-am:
! info: info-am
! dvi-am:
! dvi: dvi-am
  check-am: all-am
  check: check-am
! installcheck-am:
! installcheck: installcheck-am
! install-exec-am:
! install-exec: install-exec-am
  
! install-data-am: install-data-local
! install-data: install-data-am
  
- install-am: all-am
- 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  install: install-am
! uninstall-am:
  uninstall: uninstall-am
- all-am: Makefile all-local
- all-redirect: all-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs:
  
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-generic
  
! mostlyclean: mostlyclean-am
  
! clean-am:  clean-generic mostlyclean-am clean-local
  
! clean: clean-am
  
! distclean-am:  distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-am
  
! maintainer-clean-am:  maintainer-clean-generic distclean-am \
! 		maintainer-clean-local
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-am
  
! .PHONY: tags distdir info-am info dvi-am dvi check check-am \
! installcheck-am installcheck install-exec-am install-exec \
! install-data-local install-data-am install-data install-am install \
! uninstall-am uninstall all-local all-redirect all-am all installdirs \
! mostlyclean-generic distclean-generic clean-generic \
! maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  
  
  @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
--- 244,380 ----
  	$(DOC_MODULE).hierarchy \
  	$(DOC_MODULE).signals
  
+ subdir = doc/reference
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! depcomp =
! DIST_SOURCES =
! DIST_COMMON = Makefile.am Makefile.in
! all: all-am
  
  .SUFFIXES:
  
! mostlyclean-libtool:
! 	-rm -f *.lo
  
+ clean-libtool:
+ 	-rm -rf .libs _libs
+ 
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps doc/reference/Makefile
+ Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
+ uninstall-info-am:
  tags: TAGS
  TAGS:
  
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ../..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	$(mkinstalldirs) $(distdir)/$(top_srcdir)/libgnomeui/pixmaps
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
! 	$(MAKE) $(AM_MAKEFLAGS) \
! 	  top_distdir="${top_distdir}" distdir="$(distdir)" \
! 	  dist-hook
  check-am: all-am
  check: check-am
! all-am: Makefile all-local
  
! installdirs:
  
  install: install-am
! install-exec: install-exec-am
! install-data: install-data-am
  uninstall: uninstall-am
  
+ install-am: all-am
+ 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-am
  
! clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  
! distclean: distclean-am
  
! distclean-am: clean-am distclean-generic distclean-libtool
  
! dvi: dvi-am
  
! dvi-am:
  
! info: info-am
! 
! info-am:
! 
! install-data-am: install-data-local
! 
! install-exec-am:
! 
! install-info: install-info-am
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-am
  
! maintainer-clean-am: distclean-am maintainer-clean-generic \
! 	maintainer-clean-local
! 
! mostlyclean: mostlyclean-am
! 
! mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am
! 
! .PHONY: all all-am all-local check check-am clean clean-generic \
! 	clean-libtool clean-local distclean distclean-generic \
! 	distclean-libtool distdir dvi dvi-am info info-am install \
! 	install-am install-data install-data-am install-data-local \
! 	install-exec install-exec-am install-info install-info-am \
! 	install-man install-strip installcheck installcheck-am \
! 	installdirs maintainer-clean maintainer-clean-generic \
! 	maintainer-clean-local mostlyclean mostlyclean-generic \
! 	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
  
  
  @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
***************
*** 438,444 ****
  	done
  
  .PHONY : dist-hook-local
- 
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
  .NOEXPORT:
--- 475,480 ----
diff -crN ./libgnomeui/doc/reference/sgml/gnome-about.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-about.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-about.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-about.sgml	Sat Aug  9 21:48:57 2003
***************
*** 198,248 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeAbout--authors">&quot;<literal>authors</literal>&quot; (<link linkend="GValueArray">GValueArray</link> : Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--comments">&quot;<literal>comments</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--copyright">&quot;<literal>copyright</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--documenters">&quot;<literal>documenters</literal>&quot; (<link linkend="GValueArray">GValueArray</link> : Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--logo">&quot;<literal>logo</literal>&quot; (<link linkend="GdkPixbuf">GdkPixbuf</link> : Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--name">&quot;<literal>name</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--translator-credits">&quot;<literal>translator-credits</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--version">&quot;<literal>version</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 198,232 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeAbout--authors">&quot;<literal>authors</literal>&quot; (<link linkend="GValueArray">GValueArray</link> : Write)</term>
  <listitem>
! <para>List of authors of the programs.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--comments">&quot;<literal>comments</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Comments about the program.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--copyright">&quot;<literal>copyright</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Copyright information for the program.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--documenters">&quot;<literal>documenters</literal>&quot; (<link linkend="GValueArray">GValueArray</link> : Write)</term>
  <listitem>
! <para>List of people documenting the program.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--logo">&quot;<literal>logo</literal>&quot; (<link linkend="GdkPixbuf">GdkPixbuf</link> : Write)</term>
  <listitem>
! <para>A logo for the about box.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--name">&quot;<literal>name</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>The name of the program.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--translator-credits">&quot;<literal>translator-credits</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Credits to the translators. This string should be marked as translatable.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAbout--version">&quot;<literal>version</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>The version of the program.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-app-helper.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-app-helper.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-app-helper.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-app-helper.sgml	Sat Aug  9 21:49:02 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>gnome-app-helper</refname><refpurpose>Useful functions for populating menus and toolbars.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>gnome-app-helper</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 212,221 ****
  <refsect1>
  <title>Description</title>
  <para>
! This module lets a developer easily create menus and toolbars for use in their
! applications. Basically, a hierarchy of <link linkend="GnomeUIInfo">GnomeUIInfo</link> structures are defined and
! then the appropriate functions from this module are called to create the menu
! or tool bars.
  </para>
  </refsect1>
  
--- 212,218 ----
  <refsect1>
  <title>Description</title>
  <para>
! 
  </para>
  </refsect1>
  
***************
*** 526,537 ****
  <programlisting>#define GNOME_APP_CONFIGURABLE_ITEM_EXIT	GNOME_APP_CONFIGURABLE_ITEM_QUIT
  </programlisting>
  <para>
! The <literal>EXIT</literal> and <literal>QUIT</literal> commands are synonyms
! (they were used interchangably and inconsistently in GNOME 1). This define
! just makes this the case for configurable menu items as well. Note, however,
! that in GNOME 2, the use of <emphasis>exit</emphasis> is deprecated and all new
! applications should use the word <emphasis>quit</emphasis> whenever termination
! of an application is being discussed.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeUIPixmapType">enum GnomeUIPixmapType</title>
--- 523,529 ----
  <programlisting>#define GNOME_APP_CONFIGURABLE_ITEM_EXIT	GNOME_APP_CONFIGURABLE_ITEM_QUIT
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeUIPixmapType">enum GnomeUIPixmapType</title>
***************
*** 589,630 ****
  } GnomeUIInfo;
  </programlisting>
  <para>
- This is the structure that defines an item in a menu bar or toolbar.  The 
- idea is to create an array of such structures with the information needed 
- to create menus or toolbars. The most convenient way to create such a 
- structure is to use the GNOMEUIINFO_* macros provided below.
- </para>
- 
- <para>
- The <parameter>moreinfo</parameter> parameter contents depend on the <parameter>type</parameter>. For 'item',
- 'toggleitem' and 'radioitem' types, this is a pointer to the function to
- call when the item is activated. For 'subtrees', it is a pointer to another
- array of <link linkend="GnomeUIInfo">GnomeUIInfo</link> structures. For 'radioitem lead' entry, it is a
- pointer to an array of <link linkend="GnomeUIInfo">GnomeUIInfo</link> structures for the radio item group. For
- a 'help' item, it specifies the help node to load (i.e. the application's
- identifier) or <literal>NULL</literal> for the main program's name. For 'builder data',
- <parameter>moreinfo</parameter> points to the <link linkend="GnomeUIBuilderData">GnomeUIBuilderData</link> structure for the subsequent
- items.
- </para>
- 
- <para>
- The contents of the <parameter>pixmap_info</parameter> depend upon the value of <parameter>pixmap_type</parameter>. If
- <parameter>pixmap_type</parameter> is <parameter>GNOME_APP_PIXMAP_STOCK</parameter>, then <parameter>pixmap_info</parameter> is a pointer to a
- stock icon name. For <link linkend="GNOME-APP-PIXMAP-DATA-CAPS">GNOME_APP_PIXMAP_DATA</link> pixmaps, <parameter>pixmap_info</parameter> is a
- pointer to inline xpm data. For <link linkend="GNOME-APP-PIXMAP-FILENAME-CAPS">GNOME_APP_PIXMAP_FILENAME</link> pixmaps, it is a
- pointer to the filename string.
- </para>
- 
- <para>
- When <parameter>type</parameter> is <link linkend="GNOME-APP-UI-ITEM-CONFIGURABLE-CAPS">GNOME_APP_UI_ITEM_CONFIGURABLE</link>, <parameter>accelerator_key</parameter> is
- overloaded to be the name of the configurable pixmap (an element from the
- <link linkend="GnomeUIInfoConfigurableTypes">GnomeUIInfoConfigurableTypes</link> enum). In this case <parameter>ac_mods</parameter> should be 0.
- </para>
  
- <para>
- The <parameter>widget</parameter> field in the <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure is filled in by the creation
- function. It can be used to tweak the widgets once they have been created if
- the application requires that level of fine-grained control.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeUIBuilderData">struct GnomeUIBuilderData</title>
--- 581,587 ----
***************
*** 679,696 ****
  <programlisting>#define GNOMEUIINFO_KEY_UIDATA		"uidata"
  </programlisting>
  <para>
! The <literal>widget</literal> element in a <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure will have
! this parameter set to the user data that was given in the <link linkend="GnomeUIInfo">GnomeUIInfo</link> instance.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOMEUIINFO-KEY-UIBDATA-CAPS">GNOMEUIINFO_KEY_UIBDATA</title>
  <programlisting>#define GNOMEUIINFO_KEY_UIBDATA		"uibdata"
  </programlisting>
  <para>
! The <literal>widget</literal> element in a <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure will have
! this parameter set to the user data that was given in the relevant
! <link linkend="GnomeUIBuilderData">GnomeUIBuilderData</link> structure that was applicable at the time of construction
! of the widget.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeUISignalConnectFunc">GnomeUISignalConnectFunc ()</title>
--- 636,649 ----
  <programlisting>#define GNOMEUIINFO_KEY_UIDATA		"uidata"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOMEUIINFO-KEY-UIBDATA-CAPS">GNOMEUIINFO_KEY_UIBDATA</title>
  <programlisting>#define GNOMEUIINFO_KEY_UIBDATA		"uibdata"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeUISignalConnectFunc">GnomeUISignalConnectFunc ()</title>
***************
*** 698,716 ****
                                               const char *signal_name,
                                               <link linkend="GnomeUIBuilderData">GnomeUIBuilderData</link> *uibdata);</programlisting>
  <para>
! The template for functions that are called as a result of signals being emitted
! from a menu or tool bar item. Fnuctions of this type are given as the first
! element of a <link linkend="GnomeUIBuilderData">GnomeUIBuilderData</link> instance.
  </para><variablelist role="params">
  <varlistentry><term><parameter>uiinfo</parameter>&nbsp;:</term>
! <listitem><simpara>The user data that was part of the <link linkend="GnomeUIInfo">GnomeUIInfo</link> instance.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>signal_name</parameter>&nbsp;:</term>
! <listitem><simpara>The name of the emitted signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>uibdata</parameter>&nbsp;:</term>
! <listitem><simpara>The user data that was part of the relevant <link linkend="GnomeUIBuilderData">GnomeUIBuilderData</link>
! instance.
  
  
  </simpara></listitem></varlistentry>
--- 651,666 ----
                                               const char *signal_name,
                                               <link linkend="GnomeUIBuilderData">GnomeUIBuilderData</link> *uibdata);</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>uiinfo</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>signal_name</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>uibdata</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1382,1425 ****
  <title><anchor id="GNOMEUIINFO-END-CAPS">GNOMEUIINFO_END</title>
  <programlisting>#define     GNOMEUIINFO_END</programlisting>
  <para>
- A macro that can be used to terminate an arrau of <link linkend="GnomeUIInfo">GnomeUIInfo</link> structures.
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
! 
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOMEUIINFO-SEPARATOR-CAPS">GNOMEUIINFO_SEPARATOR</title>
  <programlisting>#define     GNOMEUIINFO_SEPARATOR</programlisting>
  <para>
- A macro that defines a menu seperator bar. Can be put into an array of
- <link linkend="GnomeUIInfo">GnomeUIInfo</link> structures.
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
! 
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOMEUIINFO-ITEM-CAPS">GNOMEUIINFO_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_ITEM(label, tooltip, callback, xpm_data)</programlisting>
  <para>
! A generic menu item with an inline xpm icon.
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>Menu label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>Tooltip for the label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>Function to call on selection of this item.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>Pixmap data.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1332,1362 ----
  <title><anchor id="GNOMEUIINFO-END-CAPS">GNOMEUIINFO_END</title>
  <programlisting>#define     GNOMEUIINFO_END</programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOMEUIINFO-SEPARATOR-CAPS">GNOMEUIINFO_SEPARATOR</title>
  <programlisting>#define     GNOMEUIINFO_SEPARATOR</programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOMEUIINFO-ITEM-CAPS">GNOMEUIINFO_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_ITEM(label, tooltip, callback, xpm_data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1428,1449 ****
  <title><anchor id="GNOMEUIINFO-ITEM-STOCK-CAPS">GNOMEUIINFO_ITEM_STOCK()</title>
  <programlisting>#define     GNOMEUIINFO_ITEM_STOCK(label, tooltip, callback, stock_id)</programlisting>
  <para>
! A menu item with a stock icon.
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>Menu label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>Tooltip for the label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>Function to call on selection of this item.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>stock_id</parameter>&nbsp;:</term>
! <listitem><simpara>The value of stock icon (from the gnome-stock-item module of this
! library).
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1365,1383 ----
  <title><anchor id="GNOMEUIINFO-ITEM-STOCK-CAPS">GNOMEUIINFO_ITEM_STOCK()</title>
  <programlisting>#define     GNOMEUIINFO_ITEM_STOCK(label, tooltip, callback, stock_id)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>stock_id</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1452,1469 ****
  <title><anchor id="GNOMEUIINFO-ITEM-NONE-CAPS">GNOMEUIINFO_ITEM_NONE()</title>
  <programlisting>#define     GNOMEUIINFO_ITEM_NONE(label, tooltip, callback)</programlisting>
  <para>
! A menu item with no icon.
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>Menu label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>Tooltip for the label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>Function to call on selection of this item.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1386,1401 ----
  <title><anchor id="GNOMEUIINFO-ITEM-NONE-CAPS">GNOMEUIINFO_ITEM_NONE()</title>
  <programlisting>#define     GNOMEUIINFO_ITEM_NONE(label, tooltip, callback)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1472,1495 ****
  <title><anchor id="GNOMEUIINFO-ITEM-DATA-CAPS">GNOMEUIINFO_ITEM_DATA()</title>
  <programlisting>#define     GNOMEUIINFO_ITEM_DATA(label, tooltip, callback, user_data, xpm_data)</programlisting>
  <para>
! A menu item with an inline xpm icon and user data pointer for <parameter>callback</parameter>.
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>Menu label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>Tooltip for the label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>Function to call on selection of this item.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
! <listitem><simpara>User data to pass to the callback function.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>Pixmap data.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1404,1425 ----
  <title><anchor id="GNOMEUIINFO-ITEM-DATA-CAPS">GNOMEUIINFO_ITEM_DATA()</title>
  <programlisting>#define     GNOMEUIINFO_ITEM_DATA(label, tooltip, callback, user_data, xpm_data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1498,1518 ****
  <title><anchor id="GNOMEUIINFO-TOGGLEITEM-CAPS">GNOMEUIINFO_TOGGLEITEM()</title>
  <programlisting>#define     GNOMEUIINFO_TOGGLEITEM(label, tooltip, callback, xpm_data)</programlisting>
  <para>
! A toggle item (check box) with inline xpm icon.
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>Menu label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>Tooltip for the label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>Function to call on selection of this item.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>Pixmap data.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1428,1446 ----
  <title><anchor id="GNOMEUIINFO-TOGGLEITEM-CAPS">GNOMEUIINFO_TOGGLEITEM()</title>
  <programlisting>#define     GNOMEUIINFO_TOGGLEITEM(label, tooltip, callback, xpm_data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1521,1545 ****
  <title><anchor id="GNOMEUIINFO-TOGGLEITEM-DATA-CAPS">GNOMEUIINFO_TOGGLEITEM_DATA()</title>
  <programlisting>#define     GNOMEUIINFO_TOGGLEITEM_DATA(label, tooltip, callback, user_data, xpm_data)</programlisting>
  <para>
! A toggle item (chekc box) with inline xpm icon and user data pointer for
! <parameter>callback</parameter>.
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>Menu label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>Tooltip for the label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>Function to call on selection of this item.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
! <listitem><simpara>User data to pass to the callback function.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>Pixmap data.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1449,1470 ----
  <title><anchor id="GNOMEUIINFO-TOGGLEITEM-DATA-CAPS">GNOMEUIINFO_TOGGLEITEM_DATA()</title>
  <programlisting>#define     GNOMEUIINFO_TOGGLEITEM_DATA(label, tooltip, callback, user_data, xpm_data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1548,1559 ****
  <title><anchor id="GNOMEUIINFO-HELP-CAPS">GNOMEUIINFO_HELP()</title>
  <programlisting>#define     GNOMEUIINFO_HELP(app_name)</programlisting>
  <para>
! A menu containing all help topics based on <parameter>app_name</parameter>.
  </para><variablelist role="params">
  <varlistentry><term><parameter>app_name</parameter>&nbsp;:</term>
! <listitem><simpara>Application id string.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1473,1482 ----
  <title><anchor id="GNOMEUIINFO-HELP-CAPS">GNOMEUIINFO_HELP()</title>
  <programlisting>#define     GNOMEUIINFO_HELP(app_name)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>app_name</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1562,1576 ****
  <title><anchor id="GNOMEUIINFO-SUBTREE-CAPS">GNOMEUIINFO_SUBTREE()</title>
  <programlisting>#define     GNOMEUIINFO_SUBTREE(label, tree)</programlisting>
  <para>
! A subtree (submenu).
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>Submenu label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>A pointer to an array of <link linkend="GnomeUIInfo">GnomeUIInfo</link> structures.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1485,1497 ----
  <title><anchor id="GNOMEUIINFO-SUBTREE-CAPS">GNOMEUIINFO_SUBTREE()</title>
  <programlisting>#define     GNOMEUIINFO_SUBTREE(label, tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1579,1596 ****
  <title><anchor id="GNOMEUIINFO-SUBTREE-HINT-CAPS">GNOMEUIINFO_SUBTREE_HINT()</title>
  <programlisting>#define     GNOMEUIINFO_SUBTREE_HINT(label, hint, tree)</programlisting>
  <para>
! A subtree with a hint.
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>Submenu label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>hint</parameter>&nbsp;:</term>
! <listitem><simpara>Hint for statusbar.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>A pointer to an array of <link linkend="GnomeUIInfo">GnomeUIInfo</link> structures.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1500,1515 ----
  <title><anchor id="GNOMEUIINFO-SUBTREE-HINT-CAPS">GNOMEUIINFO_SUBTREE_HINT()</title>
  <programlisting>#define     GNOMEUIINFO_SUBTREE_HINT(label, hint, tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>hint</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1599,1630 ****
  <title><anchor id="GNOMEUIINFO-SUBTREE-STOCK-CAPS">GNOMEUIINFO_SUBTREE_STOCK()</title>
  <programlisting>#define     GNOMEUIINFO_SUBTREE_STOCK(label, tree, stock_id)</programlisting>
  <para>
! A subtree using a stock icon.
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
  <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>A pointer to an array of <link linkend="GnomeUIInfo">GnomeUIInfo</link> structs.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>stock_id</parameter>&nbsp;:</term>
! <listitem><simpara>The value of stock icon (from the gnome-stock-item module of this
! library).
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOMEUIINFO-INCLUDE-CAPS">GNOMEUIINFO_INCLUDE()</title>
  <programlisting>#define     GNOMEUIINFO_INCLUDE(tree)</programlisting>
  <para>
! A menu that should be included at the current point of the current menu (like
! <link linkend="GNOMEUIINFO-SUBTREE-CAPS">GNOMEUIINFO_SUBTREE</link>, but doesn't create a submenu).
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>A pointer to an array of <link linkend="GnomeUIInfo">GnomeUIInfo</link> structures.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1518,1545 ----
  <title><anchor id="GNOMEUIINFO-SUBTREE-STOCK-CAPS">GNOMEUIINFO_SUBTREE_STOCK()</title>
  <programlisting>#define     GNOMEUIINFO_SUBTREE_STOCK(label, tree, stock_id)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
  <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>stock_id</parameter>&nbsp;:</term>
! <listitem><simpara>
! 
! 
  </simpara></listitem></varlistentry>
  </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOMEUIINFO-INCLUDE-CAPS">GNOMEUIINFO_INCLUDE()</title>
  <programlisting>#define     GNOMEUIINFO_INCLUDE(tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1633,1644 ****
  <title><anchor id="GNOMEUIINFO-RADIOLIST-CAPS">GNOMEUIINFO_RADIOLIST()</title>
  <programlisting>#define     GNOMEUIINFO_RADIOLIST(list)</programlisting>
  <para>
! A list of radio items.
  </para><variablelist role="params">
  <varlistentry><term><parameter>list</parameter>&nbsp;:</term>
! <listitem><simpara>Pointer to a list of <link linkend="GNOMEUIINFO-RADIOITEM-CAPS">GNOMEUIINFO_RADIOITEM</link> elements.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1548,1557 ----
  <title><anchor id="GNOMEUIINFO-RADIOLIST-CAPS">GNOMEUIINFO_RADIOLIST()</title>
  <programlisting>#define     GNOMEUIINFO_RADIOLIST(list)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>list</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1647,1667 ****
  <title><anchor id="GNOMEUIINFO-RADIOITEM-CAPS">GNOMEUIINFO_RADIOITEM()</title>
  <programlisting>#define     GNOMEUIINFO_RADIOITEM(label, tooltip, callback, xpm_data)</programlisting>
  <para>
! A radio item with an inline xpm icon.
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>Item label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>Tooltip for the item.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>Function to call on selection of this item.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>Pixmap data.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1560,1578 ----
  <title><anchor id="GNOMEUIINFO-RADIOITEM-CAPS">GNOMEUIINFO_RADIOITEM()</title>
  <programlisting>#define     GNOMEUIINFO_RADIOITEM(label, tooltip, callback, xpm_data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1670,1693 ****
  <title><anchor id="GNOMEUIINFO-RADIOITEM-DATA-CAPS">GNOMEUIINFO_RADIOITEM_DATA()</title>
  <programlisting>#define     GNOMEUIINFO_RADIOITEM_DATA(label, tooltip, callback, user_data, xpm_data)</programlisting>
  <para>
! A radio item with an inline xpm icon and user data for <parameter>callback</parameter>.
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>Item label.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>Tooltip for the item.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>Function to call on selection of this item.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
! <listitem><simpara>User data for the callback function.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>Pixmap data.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1581,1602 ----
  <title><anchor id="GNOMEUIINFO-RADIOITEM-DATA-CAPS">GNOMEUIINFO_RADIOITEM_DATA()</title>
  <programlisting>#define     GNOMEUIINFO_RADIOITEM_DATA(label, tooltip, callback, user_data, xpm_data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tooltip</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>callback</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>xpm_data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1696,1716 ****
  <title><anchor id="GNOMEUIINFO-MENU-NEW-ITEM-CAPS">GNOMEUIINFO_MENU_NEW_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_NEW_ITEM(label, tip, cb, data)</programlisting>
  <para>
! A "New" entry (typically in the "File" menu).
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>The label for the menu item (the thing being created).
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tip</parameter>&nbsp;:</term>
! <listitem><simpara>Tooltip for the item.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>User data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1605,1623 ----
  <title><anchor id="GNOMEUIINFO-MENU-NEW-ITEM-CAPS">GNOMEUIINFO_MENU_NEW_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_NEW_ITEM(label, tip, cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>label</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>tip</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1719,1731 ****
  <title><anchor id="GNOMEUIINFO-MENU-NEW-SUBTREE-CAPS">GNOMEUIINFO_MENU_NEW_SUBTREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_NEW_SUBTREE(tree)</programlisting>
  <para>
! A "New" menu item that creates a subtree (for when you have more than one thing
! that can be created anew).
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>Pointer to a list of <link linkend="GnomeUIInfo">GnomeUIInfo</link> menu structures.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1626,1635 ----
  <title><anchor id="GNOMEUIINFO-MENU-NEW-SUBTREE-CAPS">GNOMEUIINFO_MENU_NEW_SUBTREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_NEW_SUBTREE(tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1734,1748 ****
  <title><anchor id="GNOMEUIINFO-MENU-OPEN-ITEM-CAPS">GNOMEUIINFO_MENU_OPEN_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_OPEN_ITEM(cb, data)</programlisting>
  <para>
! An "Open..." menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1638,1650 ----
  <title><anchor id="GNOMEUIINFO-MENU-OPEN-ITEM-CAPS">GNOMEUIINFO_MENU_OPEN_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_OPEN_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1751,1765 ****
  <title><anchor id="GNOMEUIINFO-MENU-SAVE-ITEM-CAPS">GNOMEUIINFO_MENU_SAVE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_SAVE_ITEM(cb, data)</programlisting>
  <para>
! A "Save" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1653,1665 ----
  <title><anchor id="GNOMEUIINFO-MENU-SAVE-ITEM-CAPS">GNOMEUIINFO_MENU_SAVE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_SAVE_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1768,1782 ****
  <title><anchor id="GNOMEUIINFO-MENU-SAVE-AS-ITEM-CAPS">GNOMEUIINFO_MENU_SAVE_AS_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_SAVE_AS_ITEM(cb, data)</programlisting>
  <para>
! A "Save as..." menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1668,1680 ----
  <title><anchor id="GNOMEUIINFO-MENU-SAVE-AS-ITEM-CAPS">GNOMEUIINFO_MENU_SAVE_AS_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_SAVE_AS_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1785,1799 ****
  <title><anchor id="GNOMEUIINFO-MENU-REVERT-ITEM-CAPS">GNOMEUIINFO_MENU_REVERT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_REVERT_ITEM(cb, data)</programlisting>
  <para>
! A "Revert" (to last saved) menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1683,1695 ----
  <title><anchor id="GNOMEUIINFO-MENU-REVERT-ITEM-CAPS">GNOMEUIINFO_MENU_REVERT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_REVERT_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1802,1816 ****
  <title><anchor id="GNOMEUIINFO-MENU-PRINT-ITEM-CAPS">GNOMEUIINFO_MENU_PRINT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PRINT_ITEM(cb, data)</programlisting>
  <para>
! A "Print" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1698,1710 ----
  <title><anchor id="GNOMEUIINFO-MENU-PRINT-ITEM-CAPS">GNOMEUIINFO_MENU_PRINT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PRINT_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1819,1833 ****
  <title><anchor id="GNOMEUIINFO-MENU-PRINT-SETUP-ITEM-CAPS">GNOMEUIINFO_MENU_PRINT_SETUP_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PRINT_SETUP_ITEM(cb, data)</programlisting>
  <para>
! A "Print setup..." menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1713,1725 ----
  <title><anchor id="GNOMEUIINFO-MENU-PRINT-SETUP-ITEM-CAPS">GNOMEUIINFO_MENU_PRINT_SETUP_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PRINT_SETUP_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1836,1850 ****
  <title><anchor id="GNOMEUIINFO-MENU-CLOSE-ITEM-CAPS">GNOMEUIINFO_MENU_CLOSE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_CLOSE_ITEM(cb, data)</programlisting>
  <para>
! A "Close" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1728,1740 ----
  <title><anchor id="GNOMEUIINFO-MENU-CLOSE-ITEM-CAPS">GNOMEUIINFO_MENU_CLOSE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_CLOSE_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1854,1868 ****
  <programlisting>#define GNOMEUIINFO_MENU_EXIT_ITEM(cb, data)	GNOMEUIINFO_MENU_QUIT_ITEM(cb, data)
  </programlisting>
  <para>
! An "Exit" menu item (deprecated).
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1744,1756 ----
  <programlisting>#define GNOMEUIINFO_MENU_EXIT_ITEM(cb, data)	GNOMEUIINFO_MENU_QUIT_ITEM(cb, data)
  </programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1871,1885 ****
  <title><anchor id="GNOMEUIINFO-MENU-QUIT-ITEM-CAPS">GNOMEUIINFO_MENU_QUIT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_QUIT_ITEM(cb, data)</programlisting>
  <para>
! A "Quit" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1759,1771 ----
  <title><anchor id="GNOMEUIINFO-MENU-QUIT-ITEM-CAPS">GNOMEUIINFO_MENU_QUIT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_QUIT_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1888,1902 ****
  <title><anchor id="GNOMEUIINFO-MENU-CUT-ITEM-CAPS">GNOMEUIINFO_MENU_CUT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_CUT_ITEM(cb, data)</programlisting>
  <para>
! A "Cut" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1774,1786 ----
  <title><anchor id="GNOMEUIINFO-MENU-CUT-ITEM-CAPS">GNOMEUIINFO_MENU_CUT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_CUT_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1905,1919 ****
  <title><anchor id="GNOMEUIINFO-MENU-COPY-ITEM-CAPS">GNOMEUIINFO_MENU_COPY_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_COPY_ITEM(cb, data)</programlisting>
  <para>
! A "Copy" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1789,1801 ----
  <title><anchor id="GNOMEUIINFO-MENU-COPY-ITEM-CAPS">GNOMEUIINFO_MENU_COPY_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_COPY_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1922,1936 ****
  <title><anchor id="GNOMEUIINFO-MENU-PASTE-ITEM-CAPS">GNOMEUIINFO_MENU_PASTE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PASTE_ITEM(cb, data)</programlisting>
  <para>
! A "Paste" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1804,1816 ----
  <title><anchor id="GNOMEUIINFO-MENU-PASTE-ITEM-CAPS">GNOMEUIINFO_MENU_PASTE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PASTE_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1939,1953 ****
  <title><anchor id="GNOMEUIINFO-MENU-SELECT-ALL-ITEM-CAPS">GNOMEUIINFO_MENU_SELECT_ALL_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_SELECT_ALL_ITEM(cb, data)</programlisting>
  <para>
! A "Select All" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1819,1831 ----
  <title><anchor id="GNOMEUIINFO-MENU-SELECT-ALL-ITEM-CAPS">GNOMEUIINFO_MENU_SELECT_ALL_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_SELECT_ALL_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1956,1970 ****
  <title><anchor id="GNOMEUIINFO-MENU-CLEAR-ITEM-CAPS">GNOMEUIINFO_MENU_CLEAR_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_CLEAR_ITEM(cb, data)</programlisting>
  <para>
! A "clear" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1834,1846 ----
  <title><anchor id="GNOMEUIINFO-MENU-CLEAR-ITEM-CAPS">GNOMEUIINFO_MENU_CLEAR_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_CLEAR_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1973,1987 ****
  <title><anchor id="GNOMEUIINFO-MENU-UNDO-ITEM-CAPS">GNOMEUIINFO_MENU_UNDO_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_UNDO_ITEM(cb, data)</programlisting>
  <para>
! An "Undo" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1849,1861 ----
  <title><anchor id="GNOMEUIINFO-MENU-UNDO-ITEM-CAPS">GNOMEUIINFO_MENU_UNDO_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_UNDO_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 1990,2004 ****
  <title><anchor id="GNOMEUIINFO-MENU-REDO-ITEM-CAPS">GNOMEUIINFO_MENU_REDO_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_REDO_ITEM(cb, data)</programlisting>
  <para>
! A "Redo" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1864,1876 ----
  <title><anchor id="GNOMEUIINFO-MENU-REDO-ITEM-CAPS">GNOMEUIINFO_MENU_REDO_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_REDO_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2007,2021 ****
  <title><anchor id="GNOMEUIINFO-MENU-FIND-ITEM-CAPS">GNOMEUIINFO_MENU_FIND_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_FIND_ITEM(cb, data)</programlisting>
  <para>
! A "Find" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1879,1891 ----
  <title><anchor id="GNOMEUIINFO-MENU-FIND-ITEM-CAPS">GNOMEUIINFO_MENU_FIND_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_FIND_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2024,2038 ****
  <title><anchor id="GNOMEUIINFO-MENU-FIND-AGAIN-ITEM-CAPS">GNOMEUIINFO_MENU_FIND_AGAIN_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_FIND_AGAIN_ITEM(cb, data)</programlisting>
  <para>
! A "Find Again" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1894,1906 ----
  <title><anchor id="GNOMEUIINFO-MENU-FIND-AGAIN-ITEM-CAPS">GNOMEUIINFO_MENU_FIND_AGAIN_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_FIND_AGAIN_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2041,2055 ****
  <title><anchor id="GNOMEUIINFO-MENU-REPLACE-ITEM-CAPS">GNOMEUIINFO_MENU_REPLACE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_REPLACE_ITEM(cb, data)</programlisting>
  <para>
! A "Replace" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1909,1921 ----
  <title><anchor id="GNOMEUIINFO-MENU-REPLACE-ITEM-CAPS">GNOMEUIINFO_MENU_REPLACE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_REPLACE_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2058,2072 ****
  <title><anchor id="GNOMEUIINFO-MENU-PROPERTIES-ITEM-CAPS">GNOMEUIINFO_MENU_PROPERTIES_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PROPERTIES_ITEM(cb, data)</programlisting>
  <para>
! A "Properties..." menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1924,1936 ----
  <title><anchor id="GNOMEUIINFO-MENU-PROPERTIES-ITEM-CAPS">GNOMEUIINFO_MENU_PROPERTIES_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PROPERTIES_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2075,2089 ****
  <title><anchor id="GNOMEUIINFO-MENU-PREFERENCES-ITEM-CAPS">GNOMEUIINFO_MENU_PREFERENCES_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PREFERENCES_ITEM(cb, data)</programlisting>
  <para>
! A "Preferences..." menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1939,1951 ----
  <title><anchor id="GNOMEUIINFO-MENU-PREFERENCES-ITEM-CAPS">GNOMEUIINFO_MENU_PREFERENCES_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PREFERENCES_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2092,2106 ****
  <title><anchor id="GNOMEUIINFO-MENU-NEW-WINDOW-ITEM-CAPS">GNOMEUIINFO_MENU_NEW_WINDOW_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_NEW_WINDOW_ITEM(cb, data)</programlisting>
  <para>
! A "New Window" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1954,1966 ----
  <title><anchor id="GNOMEUIINFO-MENU-NEW-WINDOW-ITEM-CAPS">GNOMEUIINFO_MENU_NEW_WINDOW_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_NEW_WINDOW_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2109,2123 ****
  <title><anchor id="GNOMEUIINFO-MENU-CLOSE-WINDOW-ITEM-CAPS">GNOMEUIINFO_MENU_CLOSE_WINDOW_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_CLOSE_WINDOW_ITEM(cb, data)</programlisting>
  <para>
! A "Close Window" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1969,1981 ----
  <title><anchor id="GNOMEUIINFO-MENU-CLOSE-WINDOW-ITEM-CAPS">GNOMEUIINFO_MENU_CLOSE_WINDOW_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_CLOSE_WINDOW_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2126,2140 ****
  <title><anchor id="GNOMEUIINFO-MENU-ABOUT-ITEM-CAPS">GNOMEUIINFO_MENU_ABOUT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_ABOUT_ITEM(cb, data)</programlisting>
  <para>
! An "About..." menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1984,1996 ----
  <title><anchor id="GNOMEUIINFO-MENU-ABOUT-ITEM-CAPS">GNOMEUIINFO_MENU_ABOUT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_ABOUT_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2143,2157 ****
  <title><anchor id="GNOMEUIINFO-MENU-NEW-GAME-ITEM-CAPS">GNOMEUIINFO_MENU_NEW_GAME_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_NEW_GAME_ITEM(cb, data)</programlisting>
  <para>
! A "New Game" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 1999,2011 ----
  <title><anchor id="GNOMEUIINFO-MENU-NEW-GAME-ITEM-CAPS">GNOMEUIINFO_MENU_NEW_GAME_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_NEW_GAME_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2160,2174 ****
  <title><anchor id="GNOMEUIINFO-MENU-PAUSE-GAME-ITEM-CAPS">GNOMEUIINFO_MENU_PAUSE_GAME_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PAUSE_GAME_ITEM(cb, data)</programlisting>
  <para>
! A "Pause Game" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2014,2026 ----
  <title><anchor id="GNOMEUIINFO-MENU-PAUSE-GAME-ITEM-CAPS">GNOMEUIINFO_MENU_PAUSE_GAME_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_PAUSE_GAME_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2177,2191 ****
  <title><anchor id="GNOMEUIINFO-MENU-RESTART-GAME-ITEM-CAPS">GNOMEUIINFO_MENU_RESTART_GAME_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_RESTART_GAME_ITEM(cb, data)</programlisting>
  <para>
! A "Restart Game" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2029,2041 ----
  <title><anchor id="GNOMEUIINFO-MENU-RESTART-GAME-ITEM-CAPS">GNOMEUIINFO_MENU_RESTART_GAME_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_RESTART_GAME_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2194,2208 ****
  <title><anchor id="GNOMEUIINFO-MENU-UNDO-MOVE-ITEM-CAPS">GNOMEUIINFO_MENU_UNDO_MOVE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_UNDO_MOVE_ITEM(cb, data)</programlisting>
  <para>
! An "Undo Move" menu item (for games, usually).
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2044,2056 ----
  <title><anchor id="GNOMEUIINFO-MENU-UNDO-MOVE-ITEM-CAPS">GNOMEUIINFO_MENU_UNDO_MOVE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_UNDO_MOVE_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2211,2225 ****
  <title><anchor id="GNOMEUIINFO-MENU-REDO-MOVE-ITEM-CAPS">GNOMEUIINFO_MENU_REDO_MOVE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_REDO_MOVE_ITEM(cb, data)</programlisting>
  <para>
! A "Redo move" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2059,2071 ----
  <title><anchor id="GNOMEUIINFO-MENU-REDO-MOVE-ITEM-CAPS">GNOMEUIINFO_MENU_REDO_MOVE_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_REDO_MOVE_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2228,2242 ****
  <title><anchor id="GNOMEUIINFO-MENU-HINT-ITEM-CAPS">GNOMEUIINFO_MENU_HINT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_HINT_ITEM(cb, data)</programlisting>
  <para>
! A "Hint" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2074,2086 ----
  <title><anchor id="GNOMEUIINFO-MENU-HINT-ITEM-CAPS">GNOMEUIINFO_MENU_HINT_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_HINT_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2245,2259 ****
  <title><anchor id="GNOMEUIINFO-MENU-SCORES-ITEM-CAPS">GNOMEUIINFO_MENU_SCORES_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_SCORES_ITEM(cb, data)</programlisting>
  <para>
! A "Scores" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2089,2101 ----
  <title><anchor id="GNOMEUIINFO-MENU-SCORES-ITEM-CAPS">GNOMEUIINFO_MENU_SCORES_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_SCORES_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2262,2276 ****
  <title><anchor id="GNOMEUIINFO-MENU-END-GAME-ITEM-CAPS">GNOMEUIINFO_MENU_END_GAME_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_END_GAME_ITEM(cb, data)</programlisting>
  <para>
! An "End Game" menu item.
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>Callback for when the menu item is selected.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Used data to pass to the callback.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2104,2116 ----
  <title><anchor id="GNOMEUIINFO-MENU-END-GAME-ITEM-CAPS">GNOMEUIINFO_MENU_END_GAME_ITEM()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_END_GAME_ITEM(cb, data)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>cb</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2279,2290 ****
  <title><anchor id="GNOMEUIINFO-MENU-FILE-TREE-CAPS">GNOMEUIINFO_MENU_FILE_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_FILE_TREE(tree)</programlisting>
  <para>
! A "File" menu tree.
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>Pointer to a tree containing menu items for inside this menu.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2119,2128 ----
  <title><anchor id="GNOMEUIINFO-MENU-FILE-TREE-CAPS">GNOMEUIINFO_MENU_FILE_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_FILE_TREE(tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2293,2304 ****
  <title><anchor id="GNOMEUIINFO-MENU-EDIT-TREE-CAPS">GNOMEUIINFO_MENU_EDIT_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_EDIT_TREE(tree)</programlisting>
  <para>
! An "Edit" menu tree.
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>Pointer to a tree containing menu items for inside this menu.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2131,2140 ----
  <title><anchor id="GNOMEUIINFO-MENU-EDIT-TREE-CAPS">GNOMEUIINFO_MENU_EDIT_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_EDIT_TREE(tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2307,2318 ****
  <title><anchor id="GNOMEUIINFO-MENU-VIEW-TREE-CAPS">GNOMEUIINFO_MENU_VIEW_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_VIEW_TREE(tree)</programlisting>
  <para>
! A "View" menu tree.
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>Pointer to a tree containing menu items for inside this menu.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2143,2152 ----
  <title><anchor id="GNOMEUIINFO-MENU-VIEW-TREE-CAPS">GNOMEUIINFO_MENU_VIEW_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_VIEW_TREE(tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2321,2332 ****
  <title><anchor id="GNOMEUIINFO-MENU-SETTINGS-TREE-CAPS">GNOMEUIINFO_MENU_SETTINGS_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_SETTINGS_TREE(tree)</programlisting>
  <para>
! A "Settings" menu tree.
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>Pointer to a tree containing menu items for inside this menu.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2155,2164 ----
  <title><anchor id="GNOMEUIINFO-MENU-SETTINGS-TREE-CAPS">GNOMEUIINFO_MENU_SETTINGS_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_SETTINGS_TREE(tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2335,2346 ****
  <title><anchor id="GNOMEUIINFO-MENU-FILES-TREE-CAPS">GNOMEUIINFO_MENU_FILES_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_FILES_TREE(tree)</programlisting>
  <para>
! A "Files" menu tree.
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>Pointer to a tree containing menu items for inside this menu.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2167,2176 ----
  <title><anchor id="GNOMEUIINFO-MENU-FILES-TREE-CAPS">GNOMEUIINFO_MENU_FILES_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_FILES_TREE(tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2349,2360 ****
  <title><anchor id="GNOMEUIINFO-MENU-WINDOWS-TREE-CAPS">GNOMEUIINFO_MENU_WINDOWS_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_WINDOWS_TREE(tree)</programlisting>
  <para>
! A "Windows" menu tree.
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>Pointer to a tree containing menu items for inside this menu.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2179,2188 ----
  <title><anchor id="GNOMEUIINFO-MENU-WINDOWS-TREE-CAPS">GNOMEUIINFO_MENU_WINDOWS_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_WINDOWS_TREE(tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2363,2374 ****
  <title><anchor id="GNOMEUIINFO-MENU-HELP-TREE-CAPS">GNOMEUIINFO_MENU_HELP_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_HELP_TREE(tree)</programlisting>
  <para>
! A "Help" menu tree.
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>Pointer to a tree containing menu items for inside this menu.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2191,2200 ----
  <title><anchor id="GNOMEUIINFO-MENU-HELP-TREE-CAPS">GNOMEUIINFO_MENU_HELP_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_HELP_TREE(tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2377,2388 ****
  <title><anchor id="GNOMEUIINFO-MENU-GAME-TREE-CAPS">GNOMEUIINFO_MENU_GAME_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_GAME_TREE(tree)</programlisting>
  <para>
! A "Game" menu tree.
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>Pointer to a tree containing menu items for inside this menu.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
  
  </simpara></listitem></varlistentry>
--- 2203,2212 ----
  <title><anchor id="GNOMEUIINFO-MENU-GAME-TREE-CAPS">GNOMEUIINFO_MENU_GAME_TREE()</title>
  <programlisting>#define     GNOMEUIINFO_MENU_GAME_TREE(tree)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>tree</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2392,2585 ****
  <programlisting>#define GNOME_MENU_FILE_STRING D_("_File")
  </programlisting>
  <para>
- A string which is the title of the "File" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-FILE-TREE-CAPS">GNOMEUIINFO_MENU_FILE_TREE</link>).
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
! 
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-FILE-PATH-CAPS">GNOME_MENU_FILE_PATH</title>
  <programlisting>#define GNOME_MENU_FILE_PATH D_("_File/")
  </programlisting>
  <para>
- A pre-defined path to the "File" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-FILE-TREE-CAPS">GNOMEUIINFO_MENU_FILE_TREE</link>). Used in calls like <link linkend="gnome-app-find-menu-pos">gnome_app_find_menu_pos</link>().
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
! 
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-EDIT-STRING-CAPS">GNOME_MENU_EDIT_STRING</title>
  <programlisting>#define GNOME_MENU_EDIT_STRING D_("_Edit")
  </programlisting>
  <para>
- A string which is the title of the "Edit" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-FILE-TREE-CAPS">GNOMEUIINFO_MENU_FILE_TREE</link>).
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
! 
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-EDIT-PATH-CAPS">GNOME_MENU_EDIT_PATH</title>
  <programlisting>#define GNOME_MENU_EDIT_PATH D_("_Edit/")
  </programlisting>
  <para>
- A pre-defined path to the "Edit" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-EDIT-TREE-CAPS">GNOMEUIINFO_MENU_EDIT_TREE</link>). Used in calls like <link linkend="gnome-app-find-menu-pos">gnome_app_find_menu_pos</link>().
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
- 
  
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-VIEW-STRING-CAPS">GNOME_MENU_VIEW_STRING</title>
  <programlisting>#define GNOME_MENU_VIEW_STRING D_("_View")
  </programlisting>
  <para>
- A string which is the title of the "View" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-VIEW-TREE-CAPS">GNOMEUIINFO_MENU_VIEW_TREE</link>).
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
- 
  
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-VIEW-PATH-CAPS">GNOME_MENU_VIEW_PATH</title>
  <programlisting>#define GNOME_MENU_VIEW_PATH D_("_View/")
  </programlisting>
  <para>
- A pre-defined path to the "View" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-FILE-TREE-CAPS">GNOMEUIINFO_MENU_FILE_TREE</link>). Used in calls like <link linkend="gnome-app-find-menu-pos">gnome_app_find_menu_pos</link>().
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
- 
  
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-SETTINGS-STRING-CAPS">GNOME_MENU_SETTINGS_STRING</title>
  <programlisting>#define GNOME_MENU_SETTINGS_STRING D_("_Settings")
  </programlisting>
  <para>
- A string which is the title of the "Settings" menu (when the menu is created
- using <link linkend="GNOMEUIINFO-MENU-SETTINGS-TREE-CAPS">GNOMEUIINFO_MENU_SETTINGS_TREE</link>).
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
- 
  
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-SETTINGS-PATH-CAPS">GNOME_MENU_SETTINGS_PATH</title>
  <programlisting>#define GNOME_MENU_SETTINGS_PATH D_("_Settings/")
  </programlisting>
  <para>
- A pre-defined path to the "Settings" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-FILE-TREE-CAPS">GNOMEUIINFO_MENU_FILE_TREE</link>). Used in calls like <link linkend="gnome-app-find-menu-pos">gnome_app_find_menu_pos</link>().
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
- 
  
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-NEW-STRING-CAPS">GNOME_MENU_NEW_STRING</title>
  <programlisting>#define GNOME_MENU_NEW_STRING D_("_New")
  </programlisting>
  <para>
- A string which is the title of the "New" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-NEW-TREE-CAPS">GNOMEUIINFO_MENU_NEW_TREE</link>).
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
! 
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-NEW-PATH-CAPS">GNOME_MENU_NEW_PATH</title>
  <programlisting>#define GNOME_MENU_NEW_PATH D_("_New/")
  </programlisting>
  <para>
- A pre-defined path to the "New" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-FILE-TREE-CAPS">GNOMEUIINFO_MENU_FILE_TREE</link>). Used in calls like <link linkend="gnome-app-find-menu-pos">gnome_app_find_menu_pos</link>().
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
! 
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-FILES-STRING-CAPS">GNOME_MENU_FILES_STRING</title>
  <programlisting>#define GNOME_MENU_FILES_STRING D_("Fi_les")
  </programlisting>
  <para>
- A string which is the title of the "Files" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-FILES-TREE-CAPS">GNOMEUIINFO_MENU_FILES_TREE</link>).
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
! 
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-FILES-PATH-CAPS">GNOME_MENU_FILES_PATH</title>
  <programlisting>#define GNOME_MENU_FILES_PATH D_("Fi_les/")
  </programlisting>
  <para>
- A pre-defined path to the "Files" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-FILE-TREE-CAPS">GNOMEUIINFO_MENU_FILE_TREE</link>). Used in calls like <link linkend="gnome-app-find-menu-pos">gnome_app_find_menu_pos</link>().
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
  
! 
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-WINDOWS-STRING-CAPS">GNOME_MENU_WINDOWS_STRING</title>
  <programlisting>#define GNOME_MENU_WINDOWS_STRING D_("_Windows")
  </programlisting>
  <para>
- A string which is the title of the "Windows" menu (when the menu is created
- using <link linkend="GNOMEUIINFO-MENU-WINDOWS-TREE-CAPS">GNOMEUIINFO_MENU_WINDOWS_TREE</link>).
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
- 
  
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-WINDOWS-PATH-CAPS">GNOME_MENU_WINDOWS_PATH</title>
  <programlisting>#define GNOME_MENU_WINDOWS_PATH D_("_Windows/")
  </programlisting>
  <para>
- A pre-defined path to the "Windows" menu (when the menu is created using
- <link linkend="GNOMEUIINFO-MENU-FILE-TREE-CAPS">GNOMEUIINFO_MENU_FILE_TREE</link>). Used in calls like <link linkend="gnome-app-find-menu-pos">gnome_app_find_menu_pos</link>().
- </para><variablelist role="params">
- <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>A <link linkend="GnomeUIInfo">GnomeUIInfo</link> structure.
- 
  
! </simpara></listitem></varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="gnome-app-helper-gettext">gnome_app_helper_gettext ()</title>
  <programlisting>const <link linkend="gchar">gchar</link>* gnome_app_helper_gettext       (const <link linkend="gchar">gchar</link> *string);</programlisting>
  <para>
! Translate <parameter>string</parameter> by calling <link linkend="gettext">gettext</link>() and then, if that did not change the
! string, <link linkend="dgettext">dgettext</link>() with the domain set to libgnome's message domain.
  </para><variablelist role="params">
  <varlistentry><term><parameter>string</parameter>&nbsp;:</term>
! <listitem><simpara>The string to translate.
  </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>The localised value of the string.
  
  
  </simpara></listitem></varlistentry>
--- 2216,2324 ----
  <programlisting>#define GNOME_MENU_FILE_STRING D_("_File")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-FILE-PATH-CAPS">GNOME_MENU_FILE_PATH</title>
  <programlisting>#define GNOME_MENU_FILE_PATH D_("_File/")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-EDIT-STRING-CAPS">GNOME_MENU_EDIT_STRING</title>
  <programlisting>#define GNOME_MENU_EDIT_STRING D_("_Edit")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-EDIT-PATH-CAPS">GNOME_MENU_EDIT_PATH</title>
  <programlisting>#define GNOME_MENU_EDIT_PATH D_("_Edit/")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-VIEW-STRING-CAPS">GNOME_MENU_VIEW_STRING</title>
  <programlisting>#define GNOME_MENU_VIEW_STRING D_("_View")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-VIEW-PATH-CAPS">GNOME_MENU_VIEW_PATH</title>
  <programlisting>#define GNOME_MENU_VIEW_PATH D_("_View/")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-SETTINGS-STRING-CAPS">GNOME_MENU_SETTINGS_STRING</title>
  <programlisting>#define GNOME_MENU_SETTINGS_STRING D_("_Settings")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-SETTINGS-PATH-CAPS">GNOME_MENU_SETTINGS_PATH</title>
  <programlisting>#define GNOME_MENU_SETTINGS_PATH D_("_Settings/")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-NEW-STRING-CAPS">GNOME_MENU_NEW_STRING</title>
  <programlisting>#define GNOME_MENU_NEW_STRING D_("_New")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-NEW-PATH-CAPS">GNOME_MENU_NEW_PATH</title>
  <programlisting>#define GNOME_MENU_NEW_PATH D_("_New/")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-FILES-STRING-CAPS">GNOME_MENU_FILES_STRING</title>
  <programlisting>#define GNOME_MENU_FILES_STRING D_("Fi_les")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-FILES-PATH-CAPS">GNOME_MENU_FILES_PATH</title>
  <programlisting>#define GNOME_MENU_FILES_PATH D_("Fi_les/")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-WINDOWS-STRING-CAPS">GNOME_MENU_WINDOWS_STRING</title>
  <programlisting>#define GNOME_MENU_WINDOWS_STRING D_("_Windows")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MENU-WINDOWS-PATH-CAPS">GNOME_MENU_WINDOWS_PATH</title>
  <programlisting>#define GNOME_MENU_WINDOWS_PATH D_("_Windows/")
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-app-helper-gettext">gnome_app_helper_gettext ()</title>
  <programlisting>const <link linkend="gchar">gchar</link>* gnome_app_helper_gettext       (const <link linkend="gchar">gchar</link> *string);</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>string</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 2588,2594 ****
  <title><anchor id="L--CAPS">L_()</title>
  <programlisting>#define     L_(x)</programlisting>
  <para>
! Syntactic sugar for <link linkend="gnome-app-helper-gettext">gnome_app_helper_gettext</link>().
  </para><variablelist role="params">
  <varlistentry><term><parameter>x</parameter>&nbsp;:</term>
  <listitem><simpara>
--- 2327,2333 ----
  <title><anchor id="L--CAPS">L_()</title>
  <programlisting>#define     L_(x)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>x</parameter>&nbsp;:</term>
  <listitem><simpara>
***************
*** 2600,2607 ****
  <title><anchor id="D--CAPS">D_()</title>
  <programlisting>#define     D_(x)</programlisting>
  <para>
! Syntactic sugar for calling <link linkend="dgettext">dgettext</link>() with the domain set to lignome's message
! domain.
  </para><variablelist role="params">
  <varlistentry><term><parameter>x</parameter>&nbsp;:</term>
  <listitem><simpara>
--- 2339,2345 ----
  <title><anchor id="D--CAPS">D_()</title>
  <programlisting>#define     D_(x)</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>x</parameter>&nbsp;:</term>
  <listitem><simpara>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-app.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-app.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-app.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-app.sgml	Sat Aug  9 21:48:57 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>GnomeApp</refname><refpurpose>The main application widget.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>GnomeApp</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 104,115 ****
  <refsect1>
  <title>Description</title>
  <para>
! The <parameter>GnomeApp</parameter> widget and associated functions provides the easiest way to
! create an almost complete GNOME application in libgnomeui. Simple create an
! instance of the widget, append any menus, toolbar(s) and a status bar, as
! required (this will probably be done with some functions from the following
! pages). Then fill in the main contents with a call to <link linkend="gnome-app-set-contents">gnome_app_set_contents</link>()
! and start the main loop (with <link linkend="gtk-main">gtk_main</link>()).
  </para>
  </refsect1>
  
--- 104,110 ----
  <refsect1>
  <title>Description</title>
  <para>
! 
  </para>
  </refsect1>
  
***************
*** 120,141 ****
  <programlisting>#define GNOME_APP_MENUBAR_NAME "Menubar"
  </programlisting>
  <para>
! The name of the menubar as it is passed to libbonobo.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-APP-TOOLBAR-NAME-CAPS">GNOME_APP_TOOLBAR_NAME</title>
  <programlisting>#define GNOME_APP_TOOLBAR_NAME "Toolbar"
  </programlisting>
  <para>
! The name of the default toolbar that is added to the application widget by
! default.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeApp-struct">struct GnomeApp</title>
  <programlisting>struct GnomeApp;</programlisting>
  <para>
! A widget representing an entire GNOME application, including the main window,
! menus, toolbar(s) and status bar.
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-app-new">gnome_app_new ()</title>
--- 115,134 ----
  <programlisting>#define GNOME_APP_MENUBAR_NAME "Menubar"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-APP-TOOLBAR-NAME-CAPS">GNOME_APP_TOOLBAR_NAME</title>
  <programlisting>#define GNOME_APP_TOOLBAR_NAME "Toolbar"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeApp-struct">struct GnomeApp</title>
  <programlisting>struct GnomeApp;</programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-app-new">gnome_app_new ()</title>
***************
*** 445,453 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeApp--app-id">&quot;<literal>app-id</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write / Construct)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 438,444 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeApp--app-id">&quot;<literal>app-id</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write / Construct)</term>
  <listitem>
! <para>The application ID string.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-appbar.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-appbar.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-appbar.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-appbar.sgml	Sat Aug  9 21:48:57 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>GnomeAppBar</refname><refpurpose>An application status and progress bar widget</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>GnomeAppBar</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 97,110 ****
  <refsect1>
  <title>Description</title>
  <para>
! A <link linkend="GnomeAppBar">GnomeAppBar</link> widget sits (usually) at the bottom of an application window and
! contains a progress bar (for indicating time consuming tasks and their
! completion status) and/or a status bar for sending short one-line message to
! the user. It is also possible (in theory) for the user to edit the contents of
! the status bar, should the application developer choose to allow that, however
! <emphasis>note that this is not really working</emphasis> in the present
! implementation, so developers are recommended to avoid using interactive status
! bars and use proper editable widgets instead.
  </para>
  </refsect1>
  
--- 97,103 ----
  <refsect1>
  <title>Description</title>
  <para>
! 
  </para>
  </refsect1>
  
***************
*** 115,126 ****
  <programlisting>#define GNOME_APPBAR_HAS_STATUS(appbar) (gnome_appbar_get_status(GNOME_APPBAR(appbar)) != NULL)
  </programlisting>
  <para>
! Whether or not the application bar contains a status box.
  </para><variablelist role="params">
  <varlistentry><term><parameter>appbar</parameter>&nbsp;:</term>
! <listitem><simpara>A <link linkend="GnomeAppBar">GnomeAppBar</link> instance.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><literal>TRUE</literal> is a status box is contained in the appbar.
  
  
  </simpara></listitem></varlistentry>
--- 108,117 ----
  <programlisting>#define GNOME_APPBAR_HAS_STATUS(appbar) (gnome_appbar_get_status(GNOME_APPBAR(appbar)) != NULL)
  </programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>appbar</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 130,141 ****
  <programlisting>#define GNOME_APPBAR_HAS_PROGRESS(appbar) (gnome_appbar_get_progress(GNOME_APPBAR(appbar)) != NULL)
  </programlisting>
  <para>
! Whether or not the application bar contains a status box.
  </para><variablelist role="params">
  <varlistentry><term><parameter>appbar</parameter>&nbsp;:</term>
! <listitem><simpara>A <link linkend="GnomeAppBar">GnomeAppBar</link> instance.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><literal>TRUE</literal> is a status box is contained in the appbar.
  
  
  </simpara></listitem></varlistentry>
--- 121,130 ----
  <programlisting>#define GNOME_APPBAR_HAS_PROGRESS(appbar) (gnome_appbar_get_progress(GNOME_APPBAR(appbar)) != NULL)
  </programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>appbar</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 145,157 ****
  <programlisting>#define GNOME_APPBAR_INTERACTIVE(ab) ((ab) ? (ab)-&gt;interactive : FALSE)
  </programlisting>
  <para>
! Whether or not the user can edit the text in the statusbar portion of a
! <link linkend="GnomeAppBar">GnomeAppBar</link> instance.
  </para><variablelist role="params">
  <varlistentry><term><parameter>ab</parameter>&nbsp;:</term>
! <listitem><simpara>A <link linkend="GnomeAppBar">GnomeAppBar</link> instance.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><literal>TRUE</literal> if the user can edit the statusbar text.
  
  
  </simpara></listitem></varlistentry>
--- 134,143 ----
  <programlisting>#define GNOME_APPBAR_INTERACTIVE(ab) ((ab) ? (ab)-&gt;interactive : FALSE)
  </programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>ab</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 160,169 ****
  <title><anchor id="GnomeAppBar-struct">struct GnomeAppBar</title>
  <programlisting>struct GnomeAppBar;</programlisting>
  <para>
! This widget contains the status bar and progress bar (if they are requested).
! After creating a <link linkend="GnomeAppBar">GnomeAppBar</link> widget (via <link linkend="gnome-appbar-new">gnome_appbar_new</link>(), for example), it
! can then be passed to <link linkend="gnome-app-set-statusbar">gnome_app_set_statusbar</link>() to add it to the main
! application window.
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-appbar-new">gnome_appbar_new ()</title>
--- 146,152 ----
  <title><anchor id="GnomeAppBar-struct">struct GnomeAppBar</title>
  <programlisting>struct GnomeAppBar;</programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-appbar-new">gnome_appbar_new ()</title>
***************
*** 398,418 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeAppBar--has-progress">&quot;<literal>has-progress</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write / Construct)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAppBar--has-status">&quot;<literal>has-status</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write / Construct)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAppBar--interactivity">&quot;<literal>interactivity</literal>&quot; (<link linkend="GnomePreferencesType">GnomePreferencesType</link> : Read / Write / Construct)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 381,395 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeAppBar--has-progress">&quot;<literal>has-progress</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write / Construct)</term>
  <listitem>
! <para>Create a progress widget.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAppBar--has-status">&quot;<literal>has-status</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write / Construct)</term>
  <listitem>
! <para>Create a status widget.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeAppBar--interactivity">&quot;<literal>interactivity</literal>&quot; (<link linkend="GnomePreferencesType">GnomePreferencesType</link> : Read / Write / Construct)</term>
  <listitem>
! <para>Level of user activity required.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-client.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-client.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-client.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-client.sgml	Sat Aug  9 21:48:57 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>GnomeClient</refname><refpurpose>Interactions with the session manager.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>GnomeClient</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 172,184 ****
  <programlisting>#define GNOME_CLIENT_CONNECTED(obj) (GNOME_CLIENT (obj)-&gt;smc_conn)
  </programlisting>
  <para>
! Determine if the <link linkend="GnomeClient">GnomeClient</link> instance has connected to the session manager
! already.
  </para><variablelist role="params">
  <varlistentry><term><parameter>obj</parameter>&nbsp;:</term>
! <listitem><simpara>A <link linkend="GnomeClient">GnomeClient</link> instance.
! </simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><literal>TRUE</literal> if already connected to the session manager, <literal>FALSE</literal> otherwise.
  
  
  </simpara></listitem></varlistentry>
--- 172,181 ----
  <programlisting>#define GNOME_CLIENT_CONNECTED(obj) (GNOME_CLIENT (obj)-&gt;smc_conn)
  </programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>obj</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 192,211 ****
  } GnomeDialogType;
  </programlisting>
  <para>
- The dialogs used by the session manager to handler user interactions.
- </para><variablelist role="enum">
- <varlistentry>
- <term><literal>GNOME_DIALOG_ERROR</literal></term>
- <listitem><simpara>Used when an error has occurred.
- </simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>GNOME_DIALOG_NORMAL</literal></term>
- <listitem><simpara>Used for all other (non-error) interactions.
  
! </simpara></listitem>
! </varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GnomeRestartStyle">enum GnomeRestartStyle</title>
  <programlisting>typedef enum
--- 189,196 ----
  } GnomeDialogType;
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeRestartStyle">enum GnomeRestartStyle</title>
  <programlisting>typedef enum
***************
*** 218,251 ****
  } GnomeRestartStyle;
  </programlisting>
  <para>
- The various ways in which the session manager can restart a client. Set by
- calling <link linkend="gnome-client-set-restart-style">gnome_client_set_restart_style</link>().
- </para><variablelist role="enum">
- <varlistentry>
- <term><literal>GNOME_RESTART_IF_RUNNING</literal></term>
- <listitem><simpara>Restart if the client was running when the previous
- session exited.
- </simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>GNOME_RESTART_ANYWAY</literal></term>
- <listitem><simpara>Restart even if the client was exited before the user
- logged out of the previous session.
- </simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>GNOME_RESTART_IMMEDIATELY</literal></term>
- <listitem><simpara>Restart the client immediately whenever it crashes
- or exits.
- </simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>GNOME_RESTART_NEVER</literal></term>
- <listitem><simpara>Do not restart the client.
  
! </simpara></listitem>
! </varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GnomeClientFlags">enum GnomeClientFlags</title>
  <programlisting>typedef enum
--- 203,210 ----
  } GnomeRestartStyle;
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeClientFlags">enum GnomeClientFlags</title>
  <programlisting>typedef enum
***************
*** 256,283 ****
  } GnomeClientFlags;
  </programlisting>
  <para>
- Flags indicating the status of a client (as seen by the session manager). Used
- as return values by <link linkend="gnome-client-get-flags">gnome_client_get_flags</link>().
- </para><variablelist role="enum">
- <varlistentry>
- <term><literal>GNOME_CLIENT_IS_CONNECTED</literal></term>
- <listitem><simpara>The client is connected to the session manager.
- </simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>GNOME_CLIENT_RESTARTED</literal></term>
- <listitem><simpara>The client has been restarted (i.e. it has been
- running with the same client id previously).
- </simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>GNOME_CLIENT_RESTORED</literal></term>
- <listitem><simpara>There may be a configuration file from which the
- client's state should be restored (applies only to the master client).
  
! </simpara></listitem>
! </varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GnomeSaveStyle">enum GnomeSaveStyle</title>
  <programlisting>typedef enum
--- 215,222 ----
  } GnomeClientFlags;
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeSaveStyle">enum GnomeSaveStyle</title>
  <programlisting>typedef enum
***************
*** 289,316 ****
  } GnomeSaveStyle;
  </programlisting>
  <para>
- Which pieces of data a client should save when receiving a "SaveYourself" call
- from the session manager.
- </para><variablelist role="enum">
- <varlistentry>
- <term><literal>GNOME_SAVE_GLOBAL</literal></term>
- <listitem><simpara>Save data (to somewhere persistent) that affects and is
- visible to all users of this application.
- </simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>GNOME_SAVE_LOCAL</literal></term>
- <listitem><simpara>Save data that only applies to this instance of the
- application.
- </simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>GNOME_SAVE_BOTH</literal></term>
- <listitem><simpara>Save both global and local data.
  
! </simpara></listitem>
! </varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GnomeInteractStyle">enum GnomeInteractStyle</title>
  <programlisting>typedef enum
--- 228,235 ----
  } GnomeSaveStyle;
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeInteractStyle">enum GnomeInteractStyle</title>
  <programlisting>typedef enum
***************
*** 321,345 ****
  } GnomeInteractStyle;
  </programlisting>
  <para>
- Indicates how a "SaveYourself" command should interact with the user.
- </para><variablelist role="enum">
- <varlistentry>
- <term><literal>GNOME_INTERACT_NONE</literal></term>
- <listitem><simpara>The client should never interact with the user.
- </simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>GNOME_INTERACT_ERRORS</literal></term>
- <listitem><simpara>The client should only interact when there are errors.
- </simpara></listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>GNOME_INTERACT_ANY</literal></term>
- <listitem><simpara>The client cna interact with the user for any reason.
  
! </simpara></listitem>
! </varlistentry>
! </variablelist></refsect2>
  <refsect2>
  <title><anchor id="GnomeInteractFunction">GnomeInteractFunction ()</title>
  <programlisting>void        (*GnomeInteractFunction)        (<link linkend="GnomeClient">GnomeClient</link> *client,
--- 240,247 ----
  } GnomeInteractStyle;
  </programlisting>
  <para>
  
! </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeInteractFunction">GnomeInteractFunction ()</title>
  <programlisting>void        (*GnomeInteractFunction)        (<link linkend="GnomeClient">GnomeClient</link> *client,
***************
*** 347,373 ****
                                               <link linkend="GnomeDialogType">GnomeDialogType</link> dialog_type,
                                               <link linkend="gpointer">gpointer</link> data);</programlisting>
  <para>
! A function called when the client wishes to interact with the user a the
! session manager's convenience (usually during shutdown and restarts). All other
! clients are blocked from interacting with the user until the <parameter>key</parameter> is released
! via a call to <link linkend="gnome-interaction-key-return">gnome_interaction_key_return</link>().
! </para>
! <para>
! Although the function is not obliged to respect the passed in <parameter>dialog_type</parameter>, it
! is bad form not to do so.
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
! <listitem><simpara>The <link linkend="GnomeClient">GnomeClient</link> instance doing the interaction.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>key</parameter>&nbsp;:</term>
! <listitem><simpara>A unique key.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>dialog_type</parameter>&nbsp;:</term>
! <listitem><simpara>The <link linkend="GnomeDialogType">GnomeDialogType</link> that should be used to do the interaction.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>Application specific data that was specified at the time the callback
! was set up.
  
  
  </simpara></listitem></varlistentry>
--- 249,267 ----
                                               <link linkend="GnomeDialogType">GnomeDialogType</link> dialog_type,
                                               <link linkend="gpointer">gpointer</link> data);</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>key</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>dialog_type</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>data</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
***************
*** 376,393 ****
  <title><anchor id="GnomeClient-struct">struct GnomeClient</title>
  <programlisting>struct GnomeClient;</programlisting>
  <para>
! A widget representing a client and containing information about the client's
! interaction with the session manager.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-CLIENT-PARAM-SM-CONNECT-CAPS">GNOME_CLIENT_PARAM_SM_CONNECT</title>
  <programlisting>#define GNOME_CLIENT_PARAM_SM_CONNECT "sm-connect"
  </programlisting>
  <para>
! Passed as a parameter to the application's <link linkend="gnome-program-init">gnome_program_init</link>() call (with a
! value of <literal>TRUE</literal> or <literal>FALSE</literal>) to indicate whether the application should attempt to
! connect to the session manager or not. Can be overridden by the user passing
! <literal>--sm-disable</literal> on the command line and defaults to <literal>TRUE</literal>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-master-client">gnome_master_client ()</title>
--- 270,283 ----
  <title><anchor id="GnomeClient-struct">struct GnomeClient</title>
  <programlisting>struct GnomeClient;</programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-CLIENT-PARAM-SM-CONNECT-CAPS">GNOME_CLIENT_PARAM_SM_CONNECT</title>
  <programlisting>#define GNOME_CLIENT_PARAM_SM_CONNECT "sm-connect"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-master-client">gnome_master_client ()</title>
***************
*** 594,614 ****
  <para>
  </para>
  <para>
! Provides a command to run when a client is removed from the session. It might
! delete session-specific config files for example.  Executing the discard
! command on the local host should delete the information saved as part of the
! session save that was in progress when the discard command was set. For
! example:
! 
!   <example>
!     <title>Setting up a client's discard command</title>
!     <programlisting>
! gchar *prefix = gnome_client_get_config_prefix (client);
! gchar *argv[] = { "rm", "-r", NULL };
! argv[2] = gnome_config_get_real_path (prefix);
! gnome_client_set_discard_command (client, 3, argv);
!     </programlisting>
!   </example>
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara> Pointer to GNOME session client object.
--- 484,490 ----
  <para>
  </para>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara> Pointer to GNOME session client object.
***************
*** 1127,1139 ****
                                              <link linkend="gboolean">gboolean</link> arg1,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! Called once the client has been connected to the signal manager.
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
! <listitem><simpara><literal>TRUE</literal> if the application has been restarted.
  
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
--- 1003,1015 ----
                                              <link linkend="gboolean">gboolean</link> arg1,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
***************
*** 1142,1148 ****
  <programlisting>void        user_function                  (<link linkend="GnomeClient">GnomeClient</link> *client,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! Called when the session manager wants the client to shut down.
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
--- 1018,1024 ----
  <programlisting>void        user_function                  (<link linkend="GnomeClient">GnomeClient</link> *client,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
***************
*** 1154,1160 ****
  <programlisting>void        user_function                  (<link linkend="GnomeClient">GnomeClient</link> *client,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! Called when the client is disconnected from the session manager.
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
--- 1030,1036 ----
  <programlisting>void        user_function                  (<link linkend="GnomeClient">GnomeClient</link> *client,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
***************
*** 1166,1173 ****
  <programlisting>void        user_function                  (<link linkend="GnomeClient">GnomeClient</link> *client,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! Called when the session manager has finished checkpointing all of the clients.
! Clients are then free to change their state.
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
--- 1042,1048 ----
  <programlisting>void        user_function                  (<link linkend="GnomeClient">GnomeClient</link> *client,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
***************
*** 1184,1223 ****
                                              <link linkend="gboolean">gboolean</link> arg5,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! Called when either a "SaveYourself" or a "SaveYourselfPhase2" call is made by
! the session manager.
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
! <listitem><simpara>The phase of the "SaveYourself" command ('1' or '2').
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg2</parameter>&nbsp;:</term>
! <listitem><simpara>The data which should be saved by the client (local, global or both).
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg3</parameter>&nbsp;:</term>
! <listitem><simpara><literal>TRUE</literal> if the session manager is shutting down.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg4</parameter>&nbsp;:</term>
! <listitem><simpara>How the client is allowed to interact with the user while saving.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg5</parameter>&nbsp;:</term>
! <listitem><simpara><literal>TRUE</literal> if this is to be a "fast" shutdown (saving minimal data).
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
  <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><literal>TRUE</literal> if the "SaveYourself" was completed succesfully, <literal>FALSE</literal>
! otherwise.
  
  </simpara></listitem></varlistentry>
  </variablelist></refsect2><refsect2><title><anchor id="GnomeClient-shutdown-cancelled">The &quot;shutdown-cancelled&quot; signal</title>
  <programlisting>void        user_function                  (<link linkend="GnomeClient">GnomeClient</link> *client,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! Called if the session manager had sent a "SaveYourself" to all clients in
! preparation for shutting down and the shutdown was then cancelled. A client can
! then continue running and change its state.
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
--- 1059,1094 ----
                                              <link linkend="gboolean">gboolean</link> arg5,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg2</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg3</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg4</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg5</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
  <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
  
  </simpara></listitem></varlistentry>
  </variablelist></refsect2><refsect2><title><anchor id="GnomeClient-shutdown-cancelled">The &quot;shutdown-cancelled&quot; signal</title>
  <programlisting>void        user_function                  (<link linkend="GnomeClient">GnomeClient</link> *client,
                                              <link linkend="gpointer">gpointer</link> user_data);</programlisting>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>client</parameter>&nbsp;:</term>
  <listitem><simpara>the object which received the signal.
diff -crN ./libgnomeui/doc/reference/sgml/gnome-color-picker.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-color-picker.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-color-picker.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-color-picker.sgml	Sat Aug  9 21:48:58 2003
***************
*** 414,458 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeColorPicker--alpha">&quot;<literal>alpha</literal>&quot; (<link linkend="guint">guint</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--blue">&quot;<literal>blue</literal>&quot; (<link linkend="guint">guint</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--dither">&quot;<literal>dither</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--green">&quot;<literal>green</literal>&quot; (<link linkend="guint">guint</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--red">&quot;<literal>red</literal>&quot; (<link linkend="guint">guint</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--title">&quot;<literal>title</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--use-alpha">&quot;<literal>use-alpha</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 414,444 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeColorPicker--alpha">&quot;<literal>alpha</literal>&quot; (<link linkend="guint">guint</link> : Read / Write)</term>
  <listitem>
! <para>The alpha value of the chosen color.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--blue">&quot;<literal>blue</literal>&quot; (<link linkend="guint">guint</link> : Read / Write)</term>
  <listitem>
! <para>The amount of blue in the chosen color.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--dither">&quot;<literal>dither</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Whether or not to dither to color.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--green">&quot;<literal>green</literal>&quot; (<link linkend="guint">guint</link> : Read / Write)</term>
  <listitem>
! <para>The amount of green in the chosen color.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--red">&quot;<literal>red</literal>&quot; (<link linkend="guint">guint</link> : Read / Write)</term>
  <listitem>
! <para>The amount of red in the chosen color.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--title">&quot;<literal>title</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>The title to give to the color picker.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeColorPicker--use-alpha">&quot;<literal>use-alpha</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Whether or not to give the color an alpha value.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-dateedit.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-dateedit.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-dateedit.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-dateedit.sgml	Sat Aug  9 21:48:58 2003
***************
*** 302,334 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeDateEdit--dateedit-flags">&quot;<literal>dateedit-flags</literal>&quot; (<link linkend="GnomeDateEditFlags">GnomeDateEditFlags</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDateEdit--initial-time">&quot;<literal>initial-time</literal>&quot; (<link linkend="gulong">gulong</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDateEdit--lower-hour">&quot;<literal>lower-hour</literal>&quot; (<link linkend="gint">gint</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDateEdit--time">&quot;<literal>time</literal>&quot; (<link linkend="gulong">gulong</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDateEdit--upper-hour">&quot;<literal>upper-hour</literal>&quot; (<link linkend="gint">gint</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 302,324 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeDateEdit--dateedit-flags">&quot;<literal>dateedit-flags</literal>&quot; (<link linkend="GnomeDateEditFlags">GnomeDateEditFlags</link> : Read / Write)</term>
  <listitem>
! <para>Flags for how DateEdit looks.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDateEdit--initial-time">&quot;<literal>initial-time</literal>&quot; (<link linkend="gulong">gulong</link> : Read / Write)</term>
  <listitem>
! <para>The initial time.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDateEdit--lower-hour">&quot;<literal>lower-hour</literal>&quot; (<link linkend="gint">gint</link> : Read / Write)</term>
  <listitem>
! <para>Lower hour in the time popup selector.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDateEdit--time">&quot;<literal>time</literal>&quot; (<link linkend="gulong">gulong</link> : Read / Write)</term>
  <listitem>
! <para>The time currently selected.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDateEdit--upper-hour">&quot;<literal>upper-hour</literal>&quot; (<link linkend="gint">gint</link> : Read / Write)</term>
  <listitem>
! <para>Upper hour in the time popup selector.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-dialog.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-dialog.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-dialog.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-dialog.sgml	Sat Aug  9 21:48:58 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>GnomeDialog</refname><refpurpose>Create generic dialog boxes.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>GnomeDialog</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 648,654 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_OK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-CANCEL-CAPS">GNOME_STOCK_BUTTON_CANCEL</title>
--- 648,654 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_OK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-CANCEL-CAPS">GNOME_STOCK_BUTTON_CANCEL</title>
***************
*** 656,662 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_CANCEL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-YES-CAPS">GNOME_STOCK_BUTTON_YES</title>
--- 656,662 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_CANCEL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-YES-CAPS">GNOME_STOCK_BUTTON_YES</title>
***************
*** 664,670 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_YES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-NO-CAPS">GNOME_STOCK_BUTTON_NO</title>
--- 664,670 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_YES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-NO-CAPS">GNOME_STOCK_BUTTON_NO</title>
***************
*** 672,678 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_NO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-CLOSE-CAPS">GNOME_STOCK_BUTTON_CLOSE</title>
--- 672,678 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_NO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-CLOSE-CAPS">GNOME_STOCK_BUTTON_CLOSE</title>
***************
*** 680,686 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_CLOSE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-APPLY-CAPS">GNOME_STOCK_BUTTON_APPLY</title>
--- 680,686 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_CLOSE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-APPLY-CAPS">GNOME_STOCK_BUTTON_APPLY</title>
***************
*** 688,694 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_APPLY</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-HELP-CAPS">GNOME_STOCK_BUTTON_HELP</title>
--- 688,694 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_APPLY</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-HELP-CAPS">GNOME_STOCK_BUTTON_HELP</title>
***************
*** 696,702 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_HELP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-NEXT-CAPS">GNOME_STOCK_BUTTON_NEXT</title>
--- 696,702 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_HELP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-NEXT-CAPS">GNOME_STOCK_BUTTON_NEXT</title>
***************
*** 704,710 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_NEXT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-PREV-CAPS">GNOME_STOCK_BUTTON_PREV</title>
--- 704,710 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_NEXT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-PREV-CAPS">GNOME_STOCK_BUTTON_PREV</title>
***************
*** 712,718 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_PREV</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-UP-CAPS">GNOME_STOCK_BUTTON_UP</title>
--- 712,718 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_PREV</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-UP-CAPS">GNOME_STOCK_BUTTON_UP</title>
***************
*** 720,726 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_UP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-DOWN-CAPS">GNOME_STOCK_BUTTON_DOWN</title>
--- 720,726 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_UP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-DOWN-CAPS">GNOME_STOCK_BUTTON_DOWN</title>
***************
*** 728,734 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_DOWN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-FONT-CAPS">GNOME_STOCK_BUTTON_FONT</title>
--- 728,734 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_DOWN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BUTTON-FONT-CAPS">GNOME_STOCK_BUTTON_FONT</title>
***************
*** 736,742 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_FONT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  
  </refsect1>
--- 736,742 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_BUTTON_FONT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  
  </refsect1>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-druid-page-edge.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-druid-page-edge.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-druid-page-edge.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-druid-page-edge.sgml	Sat Aug  9 21:48:58 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>GnomeDruidPageEdge</refname><refpurpose>A widget used to implement first and last pages in a druid's sequence.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>GnomeDruidPageEdge</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 89,103 ****
  <refsect1>
  <title>Description</title>
  <para>
! A druid can be thought of as having a page that starts the sequence, one or
! more pages that end the sequences (there can be multiple end pages if the flow
! of pages diverges at some point) and some pages that are in between the start
! and end pages. 
! </para>
! <para>
! The <link linkend="GnomeDruidPageEdge">GnomeDruidPageEdge</link> widget is for the first and last pages in a druid's
! sequence of pages. Pages in the "middle" of a sequence should use
! <link linkend="GnomeDruidPageStandard">GnomeDruidPageStandard</link>.
  </para>
  </refsect1>
  
--- 89,95 ----
  <refsect1>
  <title>Description</title>
  <para>
! 
  </para>
  </refsect1>
  
***************
*** 159,165 ****
  	GdkColor title_color;
  	GdkColor text_color;
  
! 	GnomeEdgePosition position : 2;
  
  };
  </programlisting>
--- 151,157 ----
  	GdkColor title_color;
  	GdkColor text_color;
  
! 	unsigned int position : 2; /* GnomeEdgePosition */
  
  };
  </programlisting>
***************
*** 221,227 ****
  </simpara></listitem>
  </varlistentry>
  <varlistentry>
! <term><link linkend="GnomeEdgePosition">GnomeEdgePosition</link> <structfield>position</structfield> : 2</term>
  <listitem><simpara> The position of the current page within the druid (a
  <link linkend="GnomeEdgePosition">GnomeEdgePosition</link> value).
  </simpara></listitem>
--- 213,219 ----
  </simpara></listitem>
  </varlistentry>
  <varlistentry>
! <term>unsigned int <structfield>position</structfield> : 2</term>
  <listitem><simpara> The position of the current page within the druid (a
  <link linkend="GnomeEdgePosition">GnomeEdgePosition</link> value).
  </simpara></listitem>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-druid-page-standard.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-druid-page-standard.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-druid-page-standard.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-druid-page-standard.sgml	Sat Aug  9 21:48:58 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>GnomeDruidPageStandard</refname><refpurpose>A widget used to implement the middle pages in a druid's sequence.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>GnomeDruidPageStandard</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 103,127 ****
  <refsect1>
  <title>Description</title>
  <para>
- This widget provides similar functionality to that in <link linkend="GnomeDruidPageEdge">GnomeDruidPageEdge</link>. It
- is used for pages that are not the initial or terminal pages of a druid.
- </para>
  
- <para>
- The main difference between an edge and a standard druid page (in a display
- sense) is that standard pages do not have a left-side watermark and the body of
- the contents section is a bit more arbitrary (it is a GTK+ vbox widget), rather
- than just displaying text (which is the common case for edge pages).
  </para>
- 
- <note>
-   <para>
-   There are some differences in the programming API between <link linkend="GnomeDruidEdgePage">GnomeDruidEdgePage</link>
-   and <link linkend="GnomeDruidStandardPage">GnomeDruidStandardPage</link> in GNOME 2 because the latter has been heavily
-   redesigned internally, whereas the former has not been. Later versions of
-   GNOME (2.2 and beyond) may contain further refinements to edge pages).
-   </para>
- </note>
  </refsect1>
  
  <refsect1>
--- 103,110 ----
***************
*** 192,215 ****
  <programlisting>#define     gnome_druid_page_standard_set_bg_color</programlisting>
  <warning><para><literal>gnome_druid_page_standard_set_bg_color</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This just calls <link linkend="gnome-druid-page-standard-set-background">gnome_druid_page_standard_set_background</link>() and new code should
! use that function directly.
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-druid-page-standard-set-logo-bg-color">gnome_druid_page_standard_set_logo_bg_color</title>
  <programlisting>#define     gnome_druid_page_standard_set_logo_bg_color</programlisting>
  <warning><para><literal>gnome_druid_page_standard_set_logo_bg_color</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This just calls <link linkend="gnome-druid-page-standard-set-logo-background">gnome_druid_page_standard_set_logo_background</link>() and new code
! should use that function directly.
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-druid-page-standard-set-title-color">gnome_druid_page_standard_set_title_color</title>
  <programlisting>#define     gnome_druid_page_standard_set_title_color</programlisting>
  <warning><para><literal>gnome_druid_page_standard_set_title_color</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This just calls <link linkend="gnome-druid-page-standard-set-title-foregournd">gnome_druid_page_standard_set_title_foregournd</link>() and new code
! should use that function directly.
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-druid-page-standard-new">gnome_druid_page_standard_new ()</title>
--- 175,195 ----
  <programlisting>#define     gnome_druid_page_standard_set_bg_color</programlisting>
  <warning><para><literal>gnome_druid_page_standard_set_bg_color</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-druid-page-standard-set-logo-bg-color">gnome_druid_page_standard_set_logo_bg_color</title>
  <programlisting>#define     gnome_druid_page_standard_set_logo_bg_color</programlisting>
  <warning><para><literal>gnome_druid_page_standard_set_logo_bg_color</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-druid-page-standard-set-title-color">gnome_druid_page_standard_set_title_color</title>
  <programlisting>#define     gnome_druid_page_standard_set_title_color</programlisting>
  <warning><para><literal>gnome_druid_page_standard_set_title_color</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-druid-page-standard-new">gnome_druid_page_standard_new ()</title>
***************
*** 408,482 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--background">&quot;<literal>background</literal>&quot; (<link linkend="gchararray">gchararray</link> : Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--background-gdk">&quot;<literal>background-gdk</literal>&quot; (<link linkend="GdkColor">GdkColor</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--background-set">&quot;<literal>background-set</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--logo">&quot;<literal>logo</literal>&quot; (<link linkend="GdkPixbuf">GdkPixbuf</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--logo-background">&quot;<literal>logo-background</literal>&quot; (<link linkend="gchararray">gchararray</link> : Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--logo-background-gdk">&quot;<literal>logo-background-gdk</literal>&quot; (<link linkend="GdkColor">GdkColor</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--logo-background-set">&quot;<literal>logo-background-set</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--title">&quot;<literal>title</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--title-foreground">&quot;<literal>title-foreground</literal>&quot; (<link linkend="gchararray">gchararray</link> : Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--title-foreground-gdk">&quot;<literal>title-foreground-gdk</literal>&quot; (<link linkend="GdkColor">GdkColor</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--title-foreground-set">&quot;<literal>title-foreground-set</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--top-watermark">&quot;<literal>top-watermark</literal>&quot; (<link linkend="GdkPixbuf">GdkPixbuf</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 388,438 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--background">&quot;<literal>background</literal>&quot; (<link linkend="gchararray">gchararray</link> : Write)</term>
  <listitem>
! <para>Background color.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--background-gdk">&quot;<literal>background-gdk</literal>&quot; (<link linkend="GdkColor">GdkColor</link> : Read / Write)</term>
  <listitem>
! <para>Background color as a GdkColor.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--background-set">&quot;<literal>background-set</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Background color is set.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--logo">&quot;<literal>logo</literal>&quot; (<link linkend="GdkPixbuf">GdkPixbuf</link> : Read / Write)</term>
  <listitem>
! <para>Logo image.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--logo-background">&quot;<literal>logo-background</literal>&quot; (<link linkend="gchararray">gchararray</link> : Write)</term>
  <listitem>
! <para>Logo Background color.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--logo-background-gdk">&quot;<literal>logo-background-gdk</literal>&quot; (<link linkend="GdkColor">GdkColor</link> : Read / Write)</term>
  <listitem>
! <para>Logo Background color as a GdkColor.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--logo-background-set">&quot;<literal>logo-background-set</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Logo Background color is set.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--title">&quot;<literal>title</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Title of the druid.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--title-foreground">&quot;<literal>title-foreground</literal>&quot; (<link linkend="gchararray">gchararray</link> : Write)</term>
  <listitem>
! <para>Foreground color of the title.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--title-foreground-gdk">&quot;<literal>title-foreground-gdk</literal>&quot; (<link linkend="GdkColor">GdkColor</link> : Read / Write)</term>
  <listitem>
! <para>Foreground color of the title as a GdkColor.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--title-foreground-set">&quot;<literal>title-foreground-set</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Foreground color of the title is set.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruidPageStandard--top-watermark">&quot;<literal>top-watermark</literal>&quot; (<link linkend="GdkPixbuf">GdkPixbuf</link> : Read / Write)</term>
  <listitem>
! <para>Watermark image for the top.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-druid-page.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-druid-page.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-druid-page.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-druid-page.sgml	Sat Aug  9 21:48:58 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>GnomeDruidPage</refname><refpurpose>A widget representing a single page inside a druid.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>GnomeDruidPage</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 77,87 ****
  <refsect1>
  <title>Description</title>
  <para>
- The functions in this page are mostly only for the information of developers --
- they should never needt o call them directly. Typically, a druid will connect
- to the various signals described here as a way of controlling the behaviour of
- druids that do not just proceed in a front-to-back fashion (for example, where
- the subsequent pages depend upon the choice made at some point).
  
  </para>
  </refsect1>
--- 77,82 ----
***************
*** 92,98 ****
  <title><anchor id="GnomeDruidPage-struct">struct GnomeDruidPage</title>
  <programlisting>struct GnomeDruidPage;</programlisting>
  <para>
! The widget for a aprticular page in a druid.
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-druid-page-new">gnome_druid_page_new ()</title>
--- 87,93 ----
  <title><anchor id="GnomeDruidPage-struct">struct GnomeDruidPage</title>
  <programlisting>struct GnomeDruidPage;</programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-druid-page-new">gnome_druid_page_new ()</title>
***************
*** 196,207 ****
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara>The <link linkend="GnomeDruid">GnomeDruid</link> containg this page.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
  <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><literal>TRUE</literal> if the signal handler has changed the page (since this stops
! all further emission of the signal), <literal>FALSE</literal> otherwise.
  
  </simpara></listitem></varlistentry>
  </variablelist></refsect2><refsect2><title><anchor id="GnomeDruidPage-cancel">The &quot;cancel&quot; signal</title>
--- 191,201 ----
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
  <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
  
  </simpara></listitem></varlistentry>
  </variablelist></refsect2><refsect2><title><anchor id="GnomeDruidPage-cancel">The &quot;cancel&quot; signal</title>
***************
*** 215,226 ****
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara>The <link linkend="GnomeDruid">GnomeDruid</link> containg this page.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
  <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><literal>TRUE</literal> if the druid does not want to exit yet, <literal>FALSE</literal> if the exit
! should continue.
  
  </simpara></listitem></varlistentry>
  </variablelist></refsect2><refsect2><title><anchor id="GnomeDruidPage-finish">The &quot;finish&quot; signal</title>
--- 209,219 ----
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
  <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
  
  </simpara></listitem></varlistentry>
  </variablelist></refsect2><refsect2><title><anchor id="GnomeDruidPage-finish">The &quot;finish&quot; signal</title>
***************
*** 234,240 ****
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara>The <link linkend="GnomeDruid">GnomeDruid</link> containg this page.
  
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
--- 227,233 ----
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
***************
*** 250,261 ****
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara>The <link linkend="GnomeDruid">GnomeDruid</link> containg this page.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
  <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><literal>TRUE</literal> if the signal handler has changed the page (since this stops
! all further emission of the signal), <literal>FALSE</literal> otherwise.
  
  </simpara></listitem></varlistentry>
  </variablelist></refsect2><refsect2><title><anchor id="GnomeDruidPage-prepare">The &quot;prepare&quot; signal</title>
--- 243,253 ----
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
  <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
! <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
  
  </simpara></listitem></varlistentry>
  </variablelist></refsect2><refsect2><title><anchor id="GnomeDruidPage-prepare">The &quot;prepare&quot; signal</title>
***************
*** 269,275 ****
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara>The <link linkend="GnomeDruid">GnomeDruid</link> containg this page.
  
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
--- 261,267 ----
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>widget</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-druid.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-druid.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-druid.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-druid.sgml	Sat Aug  9 21:48:58 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>GnomeDruid</refname><refpurpose>Widget for sequentially stepping through some pages.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>GnomeDruid</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 107,115 ****
  <title><anchor id="GnomeDruid-struct">struct GnomeDruid</title>
  <programlisting>struct GnomeDruid;</programlisting>
  <para>
! The widget which ultimately holds all of the druid's pages and information.
! This is the widget which the application developer then places inside an outer
! widget, such as a dialog box for ultimate display.
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-druid-new">gnome_druid_new ()</title>
--- 107,113 ----
  <title><anchor id="GnomeDruid-struct">struct GnomeDruid</title>
  <programlisting>struct GnomeDruid;</programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-druid-new">gnome_druid_new ()</title>
***************
*** 343,357 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeDruid--show-finish">&quot;<literal>show-finish</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruid--show-help">&quot;<literal>show-help</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 341,351 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeDruid--show-finish">&quot;<literal>show-finish</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Show the 'Finish' button instead of the 'Next' button.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeDruid--show-help">&quot;<literal>show-help</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Show the 'Help' button.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-entry.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-entry.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-entry.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-entry.sgml	Sat Aug  9 21:48:59 2003
***************
*** 284,298 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeEntry--gtk-entry">&quot;<literal>gtk-entry</literal>&quot; (<link linkend="GtkEntry">GtkEntry</link> : Read)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeEntry--history-id">&quot;<literal>history-id</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 284,294 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeEntry--gtk-entry">&quot;<literal>gtk-entry</literal>&quot; (<link linkend="GtkEntry">GtkEntry</link> : Read)</term>
  <listitem>
! <para>The GTK entry.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeEntry--history-id">&quot;<literal>history-id</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>History id.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-file-entry.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-file-entry.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-file-entry.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-file-entry.sgml	Sat Aug  9 21:48:59 2003
***************
*** 351,401 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeFileEntry--browse-dialog-title">&quot;<literal>browse-dialog-title</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--default-path">&quot;<literal>default-path</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--directory-entry">&quot;<literal>directory-entry</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--filename">&quot;<literal>filename</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--gnome-entry">&quot;<literal>gnome-entry</literal>&quot; (<link linkend="GnomeEntry">GnomeEntry</link> : Read)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--gtk-entry">&quot;<literal>gtk-entry</literal>&quot; (<link linkend="GtkEntry">GtkEntry</link> : Read)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--history-id">&quot;<literal>history-id</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--modal">&quot;<literal>modal</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 351,385 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeFileEntry--browse-dialog-title">&quot;<literal>browse-dialog-title</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Title for the Browse file dialog.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--default-path">&quot;<literal>default-path</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Default path for the Browse file window.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--directory-entry">&quot;<literal>directory-entry</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Whether the file entry is being used to enter directory names or complete filenames.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--filename">&quot;<literal>filename</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Filename that should be displayed in the file entry.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--gnome-entry">&quot;<literal>gnome-entry</literal>&quot; (<link linkend="GnomeEntry">GnomeEntry</link> : Read)</term>
  <listitem>
! <para>GnomeEntry that the file entry uses for entering filenames.  You can use this property to get the GnomeEntry if you need to modify or query any of its parameters.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--gtk-entry">&quot;<literal>gtk-entry</literal>&quot; (<link linkend="GtkEntry">GtkEntry</link> : Read)</term>
  <listitem>
! <para>GtkEntry that the file entry uses for entering filenames.  You can use this property to get the GtkEntry if you need to modify or query any of its parameters.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--history-id">&quot;<literal>history-id</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Unique identifier for the file entry.  This will be used to save the history list.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFileEntry--modal">&quot;<literal>modal</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Whether the Browse file window should be modal.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-font-picker.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-font-picker.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-font-picker.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-font-picker.sgml	Sat Aug  9 21:48:59 2003
***************
*** 383,433 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeFontPicker--font">&quot;<literal>font</literal>&quot; (<link linkend="gpointer">gpointer</link> : Read)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--font-name">&quot;<literal>font-name</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--label-font-size">&quot;<literal>label-font-size</literal>&quot; (<link linkend="gint">gint</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--mode">&quot;<literal>mode</literal>&quot; (<link linkend="GnomeFontPickerMode">GnomeFontPickerMode</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--preview-text">&quot;<literal>preview-text</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--show-size">&quot;<literal>show-size</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--title">&quot;<literal>title</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--use-font-in-label">&quot;<literal>use-font-in-label</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 383,417 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeFontPicker--font">&quot;<literal>font</literal>&quot; (<link linkend="gpointer">gpointer</link> : Read)</term>
  <listitem>
! <para>The selected GtkFont.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--font-name">&quot;<literal>font-name</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Name of the selected font.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--label-font-size">&quot;<literal>label-font-size</literal>&quot; (<link linkend="gint">gint</link> : Read / Write)</term>
  <listitem>
! <para>Font size for label in font info mode.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--mode">&quot;<literal>mode</literal>&quot; (<link linkend="GnomeFontPickerMode">GnomeFontPickerMode</link> : Read / Write)</term>
  <listitem>
! <para>The mode of operation of the font picker.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--preview-text">&quot;<literal>preview-text</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Preview text shown in the dialog.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--show-size">&quot;<literal>show-size</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Show size in font info mode.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--title">&quot;<literal>title</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>The title of the selection dialog box.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeFontPicker--use-font-in-label">&quot;<literal>use-font-in-label</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Use font in the label in font info mode.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-href.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-href.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-href.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-href.sgml	Sat Aug  9 21:48:59 2003
***************
*** 234,248 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeHRef--text">&quot;<literal>text</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeHRef--url">&quot;<literal>url</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 234,244 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeHRef--text">&quot;<literal>text</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>The text on the button.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeHRef--url">&quot;<literal>url</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>The URL that GnomeHRef activates.</para>
  </listitem></varlistentry>
  
  </variablelist>
***************
*** 252,260 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeHRef--link-color">&quot;<literal>link-color</literal>&quot; (<link linkend="GdkColor">GdkColor</link> : Read)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 248,254 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeHRef--link-color">&quot;<literal>link-color</literal>&quot; (<link linkend="GdkColor">GdkColor</link> : Read)</term>
  <listitem>
! <para>Color used to draw the link.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-icon-entry.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-icon-entry.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-icon-entry.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-icon-entry.sgml	Sat Aug  9 21:48:59 2003
***************
*** 329,361 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomeIconEntry--browse-dialog-title">&quot;<literal>browse-dialog-title</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeIconEntry--filename">&quot;<literal>filename</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeIconEntry--history-id">&quot;<literal>history-id</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeIconEntry--pick-dialog">&quot;<literal>pick-dialog</literal>&quot; (<link linkend="GtkDialog">GtkDialog</link> : Read)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeIconEntry--pixmap-subdir">&quot;<literal>pixmap-subdir</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 329,351 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomeIconEntry--browse-dialog-title">&quot;<literal>browse-dialog-title</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Title for the Browse icon dialog.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeIconEntry--filename">&quot;<literal>filename</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Filename that should be displayed in the icon entry.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeIconEntry--history-id">&quot;<literal>history-id</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Unique identifier for the icon entry.  This will be used to save the history list.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeIconEntry--pick-dialog">&quot;<literal>pick-dialog</literal>&quot; (<link linkend="GtkDialog">GtkDialog</link> : Read)</term>
  <listitem>
! <para>Icon picker dialog.  You can use this property to get the GtkDialog if you need to modify or query any of its properties.</para>
  </listitem></varlistentry>
  <varlistentry><term><anchor id="GnomeIconEntry--pixmap-subdir">&quot;<literal>pixmap-subdir</literal>&quot; (<link linkend="gchararray">gchararray</link> : Read / Write)</term>
  <listitem>
! <para>Directory that will be searched for icons.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-messagebox.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-messagebox.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-messagebox.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-messagebox.sgml	Sat Aug  9 21:49:01 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>GnomeMessageBox</refname><refpurpose>Create standard message boxes.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>GnomeMessageBox</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 79,86 ****
  </programlisting>
  <warning><para><literal>GNOME_MESSAGE_BOX_INFO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! A constant that can be passed to <link linkend="gnome-message-box-new">gnome_message_box_new</link>() to specify the type of
! message box to create.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MESSAGE-BOX-WARNING-CAPS">GNOME_MESSAGE_BOX_WARNING</title>
--- 79,85 ----
  </programlisting>
  <warning><para><literal>GNOME_MESSAGE_BOX_INFO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MESSAGE-BOX-WARNING-CAPS">GNOME_MESSAGE_BOX_WARNING</title>
***************
*** 88,95 ****
  </programlisting>
  <warning><para><literal>GNOME_MESSAGE_BOX_WARNING</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! A constant that can be passed to <link linkend="gnome-message-box-new">gnome_message_box_new</link>() to specify the type of
! message box to create.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MESSAGE-BOX-ERROR-CAPS">GNOME_MESSAGE_BOX_ERROR</title>
--- 87,93 ----
  </programlisting>
  <warning><para><literal>GNOME_MESSAGE_BOX_WARNING</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MESSAGE-BOX-ERROR-CAPS">GNOME_MESSAGE_BOX_ERROR</title>
***************
*** 97,104 ****
  </programlisting>
  <warning><para><literal>GNOME_MESSAGE_BOX_ERROR</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! A constant that can be passed to <link linkend="gnome-message-box-new">gnome_message_box_new</link>() to specify the type of
! message box to create.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MESSAGE-BOX-QUESTION-CAPS">GNOME_MESSAGE_BOX_QUESTION</title>
--- 95,101 ----
  </programlisting>
  <warning><para><literal>GNOME_MESSAGE_BOX_ERROR</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MESSAGE-BOX-QUESTION-CAPS">GNOME_MESSAGE_BOX_QUESTION</title>
***************
*** 106,113 ****
  </programlisting>
  <warning><para><literal>GNOME_MESSAGE_BOX_QUESTION</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! A constant that can be passed to <link linkend="gnome-message-box-new">gnome_message_box_new</link>() to specify the type of
! message box to create.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MESSAGE-BOX-GENERIC-CAPS">GNOME_MESSAGE_BOX_GENERIC</title>
--- 103,109 ----
  </programlisting>
  <warning><para><literal>GNOME_MESSAGE_BOX_QUESTION</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-MESSAGE-BOX-GENERIC-CAPS">GNOME_MESSAGE_BOX_GENERIC</title>
***************
*** 115,122 ****
  </programlisting>
  <warning><para><literal>GNOME_MESSAGE_BOX_GENERIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! A constant that can be passed to <link linkend="gnome-message-box-new">gnome_message_box_new</link>() to specify the type of
! message box to create.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeMessageBox-struct">struct GnomeMessageBox</title>
--- 111,117 ----
  </programlisting>
  <warning><para><literal>GNOME_MESSAGE_BOX_GENERIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GnomeMessageBox-struct">struct GnomeMessageBox</title>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-pixmap-entry.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-pixmap-entry.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-pixmap-entry.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-pixmap-entry.sgml	Sat Aug  9 21:49:01 2003
***************
*** 311,319 ****
  <variablelist>
  <varlistentry><term><anchor id="GnomePixmapEntry--do-preview">&quot;<literal>do-preview</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>
! 
! </para>
  </listitem></varlistentry>
  
  </variablelist>
--- 311,317 ----
  <variablelist>
  <varlistentry><term><anchor id="GnomePixmapEntry--do-preview">&quot;<literal>do-preview</literal>&quot; (<link linkend="gboolean">gboolean</link> : Read / Write)</term>
  <listitem>
! <para>Whether the pixmap entry should have a preview.</para>
  </listitem></varlistentry>
  
  </variablelist>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-popup-menu.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-popup-menu.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-popup-menu.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-popup-menu.sgml	Sat Aug  9 21:49:03 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>gnome-popup-menu</refname><refpurpose>Create and display popup and context menus.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>gnome-popup-menu</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-propertybox.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-propertybox.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-propertybox.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-propertybox.sgml	Sat Aug  9 21:49:01 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>GnomePropertyBox</refname><refpurpose>Create a tabbed dialog for setting properties and preferences.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>GnomePropertyBox</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 196,202 ****
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
! <listitem><simpara>the notebook page number which emitted the signal.
  
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
--- 196,202 ----
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
***************
*** 212,218 ****
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
! <listitem><simpara>the notebook page number which emitted the signal.
  
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
--- 212,218 ----
  <listitem><simpara>the object which received the signal.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-stock-icons.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-stock-icons.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-stock-icons.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-stock-icons.sgml	Sat Aug  9 21:49:03 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>gnome-stock-icons</refname><refpurpose>Stock icons used across GNOME applications.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>gnome-stock-icons</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 218,465 ****
  <programlisting>#define GNOME_STOCK_TIMER "gnome-stock-timer"
  </programlisting>
  <para>
! A "timer" icon.
! <!-- <inlinegraphic fileref="stock_timer.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TIMER-STOP-CAPS">GNOME_STOCK_TIMER_STOP</title>
  <programlisting>#define GNOME_STOCK_TIMER_STOP "gnome-stock-timer-stop"
  </programlisting>
  <para>
! A "timer stop" icon.
! <!-- <inlinegraphic fileref="stock_timer_stop.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TRASH-CAPS">GNOME_STOCK_TRASH</title>
  <programlisting>#define GNOME_STOCK_TRASH "gnome-stock-trash"
  </programlisting>
  <para>
! A "trash" icon.
! <!-- <inlinegraphic fileref="stock_trash.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TRASH-FULL-CAPS">GNOME_STOCK_TRASH_FULL</title>
  <programlisting>#define GNOME_STOCK_TRASH_FULL "gnome-stock-trash-full"
  </programlisting>
  <para>
! A "trash full" icon.
! <!-- <inlinegraphic fileref="stock_trash full.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-SCORES-CAPS">GNOME_STOCK_SCORES</title>
  <programlisting>#define GNOME_STOCK_SCORES "gnome-stock-scores"
  </programlisting>
  <para>
! A "scores" icon.
! <!-- <inlinegraphic fileref="stock_scores.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-ABOUT-CAPS">GNOME_STOCK_ABOUT</title>
  <programlisting>#define GNOME_STOCK_ABOUT "gnome-stock-about"
  </programlisting>
  <para>
! An "about" icon.
! <!-- <inlinegraphic fileref="stock_menu_about.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BLANK-CAPS">GNOME_STOCK_BLANK</title>
  <programlisting>#define GNOME_STOCK_BLANK "gnome-stock-blank"
  </programlisting>
  <para>
! A "blank" icon.
! <!-- <inlinegraphic fileref="stock_menu_blank.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-VOLUME-CAPS">GNOME_STOCK_VOLUME</title>
  <programlisting>#define GNOME_STOCK_VOLUME "gnome-stock-volume"
  </programlisting>
  <para>
! A "volume" icon.
! <!-- <inlinegraphic fileref="stock_volume.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MIDI-CAPS">GNOME_STOCK_MIDI</title>
  <programlisting>#define GNOME_STOCK_MIDI "gnome-stock-midi"
  </programlisting>
  <para>
! A "midi" icon.
! <!-- <inlinegraphic fileref="stock_midi.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MIC-CAPS">GNOME_STOCK_MIC</title>
  <programlisting>#define GNOME_STOCK_MIC "gnome-stock-mic"
  </programlisting>
  <para>
! A "microphone" icon.
! <!-- <inlinegraphic fileref="stock_mic.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-LINE-IN-CAPS">GNOME_STOCK_LINE_IN</title>
  <programlisting>#define GNOME_STOCK_LINE_IN "gnome-stock-line-in"
  </programlisting>
  <para>
! A "line in" icon.
! <!-- <inlinegraphic fileref="stock_line_in.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-CAPS">GNOME_STOCK_MAIL</title>
  <programlisting>#define GNOME_STOCK_MAIL "gnome-stock-mail"
  </programlisting>
  <para>
! A "mail" icon.
! <!-- <inlinegraphic fileref="stock_mail.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-RCV-CAPS">GNOME_STOCK_MAIL_RCV</title>
  <programlisting>#define GNOME_STOCK_MAIL_RCV "gnome-stock-mail-rcv"
  </programlisting>
  <para>
! A "mail received" icon.
! <!-- <inlinegraphic fileref="stock_mail_receive.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-SND-CAPS">GNOME_STOCK_MAIL_SND</title>
  <programlisting>#define GNOME_STOCK_MAIL_SND "gnome-stock-mail-snd"
  </programlisting>
  <para>
! A "send mail" icon.
! <!-- <inlinegraphic fileref="stock_mail_send.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-RPL-CAPS">GNOME_STOCK_MAIL_RPL</title>
  <programlisting>#define GNOME_STOCK_MAIL_RPL "gnome-stock-mail-rpl"
  </programlisting>
  <para>
! A "reply to mail" icon.
! <!-- <inlinegraphic fileref="stock_mail_reply.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-FWD-CAPS">GNOME_STOCK_MAIL_FWD</title>
  <programlisting>#define GNOME_STOCK_MAIL_FWD "gnome-stock-mail-fwd"
  </programlisting>
  <para>
! A "forward mail" icon.
! <!-- <inlinegraphic fileref="stock_mail_forward.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-NEW-CAPS">GNOME_STOCK_MAIL_NEW</title>
  <programlisting>#define GNOME_STOCK_MAIL_NEW "gnome-stock-mail-new"
  </programlisting>
  <para>
! A "new mail" icon.
! <!-- <inlinegraphic fileref="stock_mail_new.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-ATTACH-CAPS">GNOME_STOCK_ATTACH</title>
  <programlisting>#define GNOME_STOCK_ATTACH "gnome-stock-attach"
  </programlisting>
  <para>
! An "attach" icon.
! <!-- <inlinegraphic fileref="stock_attach.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BOOK-RED-CAPS">GNOME_STOCK_BOOK_RED</title>
  <programlisting>#define GNOME_STOCK_BOOK_RED "gnome-stock-book-red"
  </programlisting>
  <para>
! A "red book" icon.
! <!-- <inlinegraphic fileref="stock_book_red.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BOOK-GREEN-CAPS">GNOME_STOCK_BOOK_GREEN</title>
  <programlisting>#define GNOME_STOCK_BOOK_GREEN "gnome-stock-book-green"
  </programlisting>
  <para>
! A "green book" icon.
! <!-- <inlinegraphic fileref="stock_book_green.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BOOK-BLUE-CAPS">GNOME_STOCK_BOOK_BLUE</title>
  <programlisting>#define GNOME_STOCK_BOOK_BLUE "gnome-stock-book-blue"
  </programlisting>
  <para>
! A "blue book" icon.
! <!-- <inlinegraphic fileref="stock_book_blue.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BOOK-YELLOW-CAPS">GNOME_STOCK_BOOK_YELLOW</title>
  <programlisting>#define GNOME_STOCK_BOOK_YELLOW "gnome-stock-book-yellow"
  </programlisting>
  <para>
! A "yellow book" icon.
! <!-- <inlinegraphic fileref="stock_book_yellow.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BOOK-OPEN-CAPS">GNOME_STOCK_BOOK_OPEN</title>
  <programlisting>#define GNOME_STOCK_BOOK_OPEN "gnome-stock-book-open"
  </programlisting>
  <para>
! An "open book" icon.
! <!-- <inlinegraphic fileref="stock_book_open.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MULTIPLE-FILE-CAPS">GNOME_STOCK_MULTIPLE_FILE</title>
  <programlisting>#define GNOME_STOCK_MULTIPLE_FILE "gnome-stock-multiple-file"
  </programlisting>
  <para>
! A "multiple file" icon.
! <!-- <inlinegraphic fileref="stock_multiple_file.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-NOT-CAPS">GNOME_STOCK_NOT</title>
  <programlisting>#define GNOME_STOCK_NOT "gnome-stock-not"
  </programlisting>
  <para>
! A "forbidden" icon.
! <!-- <inlinegraphic fileref="stock_not.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TABLE-BORDERS-CAPS">GNOME_STOCK_TABLE_BORDERS</title>
  <programlisting>#define GNOME_STOCK_TABLE_BORDERS "gnome-stock-table-borders"
  </programlisting>
  <para>
! A "table borders" icon.
! <!-- <inlinegraphic fileref="stock_table_borders.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TABLE-FILL-CAPS">GNOME_STOCK_TABLE_FILL</title>
  <programlisting>#define GNOME_STOCK_TABLE_FILL "gnome-stock-table-fill"
  </programlisting>
  <para>
! A "table fill" icon.
! <!-- <inlinegraphic fileref="stock_table_fill.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TEXT-INDENT-CAPS">GNOME_STOCK_TEXT_INDENT</title>
  <programlisting>#define GNOME_STOCK_TEXT_INDENT "gnome-stock-text-indent"
  </programlisting>
  <para>
! A "text indent" icon.
! <!-- <inlinegraphic fileref="stock_text_indent.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TEXT-UNINDENT-CAPS">GNOME_STOCK_TEXT_UNINDENT</title>
  <programlisting>#define GNOME_STOCK_TEXT_UNINDENT "gnome-stock-text-unindent"
  </programlisting>
  <para>
! A "text unindent" icon.
! <!-- <inlinegraphic fileref="stock_text_unindent.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TEXT-BULLETED-LIST-CAPS">GNOME_STOCK_TEXT_BULLETED_LIST</title>
  <programlisting>#define GNOME_STOCK_TEXT_BULLETED_LIST "gnome-stock-text-bulleted-list"
  </programlisting>
  <para>
! A "bulleted list" icon.
! <!-- <inlinegraphic fileref="stock_text_bulleted_list.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TEXT-NUMBERED-LIST-CAPS">GNOME_STOCK_TEXT_NUMBERED_LIST</title>
  <programlisting>#define GNOME_STOCK_TEXT_NUMBERED_LIST "gnome-stock-text-numbered-list"
  </programlisting>
  <para>
! A "numbered list" icon.
! <!-- <inlinegraphic fileref="stock_text_numbered_list.png" format="PNG"></inlinegraphic> -->
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-NEW-CAPS">GNOME_STOCK_PIXMAP_NEW</title>
--- 218,434 ----
  <programlisting>#define GNOME_STOCK_TIMER "gnome-stock-timer"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TIMER-STOP-CAPS">GNOME_STOCK_TIMER_STOP</title>
  <programlisting>#define GNOME_STOCK_TIMER_STOP "gnome-stock-timer-stop"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TRASH-CAPS">GNOME_STOCK_TRASH</title>
  <programlisting>#define GNOME_STOCK_TRASH "gnome-stock-trash"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TRASH-FULL-CAPS">GNOME_STOCK_TRASH_FULL</title>
  <programlisting>#define GNOME_STOCK_TRASH_FULL "gnome-stock-trash-full"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-SCORES-CAPS">GNOME_STOCK_SCORES</title>
  <programlisting>#define GNOME_STOCK_SCORES "gnome-stock-scores"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-ABOUT-CAPS">GNOME_STOCK_ABOUT</title>
  <programlisting>#define GNOME_STOCK_ABOUT "gnome-stock-about"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BLANK-CAPS">GNOME_STOCK_BLANK</title>
  <programlisting>#define GNOME_STOCK_BLANK "gnome-stock-blank"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-VOLUME-CAPS">GNOME_STOCK_VOLUME</title>
  <programlisting>#define GNOME_STOCK_VOLUME "gnome-stock-volume"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MIDI-CAPS">GNOME_STOCK_MIDI</title>
  <programlisting>#define GNOME_STOCK_MIDI "gnome-stock-midi"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MIC-CAPS">GNOME_STOCK_MIC</title>
  <programlisting>#define GNOME_STOCK_MIC "gnome-stock-mic"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-LINE-IN-CAPS">GNOME_STOCK_LINE_IN</title>
  <programlisting>#define GNOME_STOCK_LINE_IN "gnome-stock-line-in"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-CAPS">GNOME_STOCK_MAIL</title>
  <programlisting>#define GNOME_STOCK_MAIL "gnome-stock-mail"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-RCV-CAPS">GNOME_STOCK_MAIL_RCV</title>
  <programlisting>#define GNOME_STOCK_MAIL_RCV "gnome-stock-mail-rcv"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-SND-CAPS">GNOME_STOCK_MAIL_SND</title>
  <programlisting>#define GNOME_STOCK_MAIL_SND "gnome-stock-mail-snd"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-RPL-CAPS">GNOME_STOCK_MAIL_RPL</title>
  <programlisting>#define GNOME_STOCK_MAIL_RPL "gnome-stock-mail-rpl"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-FWD-CAPS">GNOME_STOCK_MAIL_FWD</title>
  <programlisting>#define GNOME_STOCK_MAIL_FWD "gnome-stock-mail-fwd"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MAIL-NEW-CAPS">GNOME_STOCK_MAIL_NEW</title>
  <programlisting>#define GNOME_STOCK_MAIL_NEW "gnome-stock-mail-new"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-ATTACH-CAPS">GNOME_STOCK_ATTACH</title>
  <programlisting>#define GNOME_STOCK_ATTACH "gnome-stock-attach"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BOOK-RED-CAPS">GNOME_STOCK_BOOK_RED</title>
  <programlisting>#define GNOME_STOCK_BOOK_RED "gnome-stock-book-red"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BOOK-GREEN-CAPS">GNOME_STOCK_BOOK_GREEN</title>
  <programlisting>#define GNOME_STOCK_BOOK_GREEN "gnome-stock-book-green"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BOOK-BLUE-CAPS">GNOME_STOCK_BOOK_BLUE</title>
  <programlisting>#define GNOME_STOCK_BOOK_BLUE "gnome-stock-book-blue"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BOOK-YELLOW-CAPS">GNOME_STOCK_BOOK_YELLOW</title>
  <programlisting>#define GNOME_STOCK_BOOK_YELLOW "gnome-stock-book-yellow"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-BOOK-OPEN-CAPS">GNOME_STOCK_BOOK_OPEN</title>
  <programlisting>#define GNOME_STOCK_BOOK_OPEN "gnome-stock-book-open"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MULTIPLE-FILE-CAPS">GNOME_STOCK_MULTIPLE_FILE</title>
  <programlisting>#define GNOME_STOCK_MULTIPLE_FILE "gnome-stock-multiple-file"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-NOT-CAPS">GNOME_STOCK_NOT</title>
  <programlisting>#define GNOME_STOCK_NOT "gnome-stock-not"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TABLE-BORDERS-CAPS">GNOME_STOCK_TABLE_BORDERS</title>
  <programlisting>#define GNOME_STOCK_TABLE_BORDERS "gnome-stock-table-borders"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TABLE-FILL-CAPS">GNOME_STOCK_TABLE_FILL</title>
  <programlisting>#define GNOME_STOCK_TABLE_FILL "gnome-stock-table-fill"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TEXT-INDENT-CAPS">GNOME_STOCK_TEXT_INDENT</title>
  <programlisting>#define GNOME_STOCK_TEXT_INDENT "gnome-stock-text-indent"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TEXT-UNINDENT-CAPS">GNOME_STOCK_TEXT_UNINDENT</title>
  <programlisting>#define GNOME_STOCK_TEXT_UNINDENT "gnome-stock-text-unindent"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TEXT-BULLETED-LIST-CAPS">GNOME_STOCK_TEXT_BULLETED_LIST</title>
  <programlisting>#define GNOME_STOCK_TEXT_BULLETED_LIST "gnome-stock-text-bulleted-list"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-TEXT-NUMBERED-LIST-CAPS">GNOME_STOCK_TEXT_NUMBERED_LIST</title>
  <programlisting>#define GNOME_STOCK_TEXT_NUMBERED_LIST "gnome-stock-text-numbered-list"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-NEW-CAPS">GNOME_STOCK_PIXMAP_NEW</title>
***************
*** 467,473 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_NEW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-OPEN-CAPS">GNOME_STOCK_PIXMAP_OPEN</title>
--- 436,442 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_NEW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-OPEN-CAPS">GNOME_STOCK_PIXMAP_OPEN</title>
***************
*** 475,481 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_OPEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-CLOSE-CAPS">GNOME_STOCK_PIXMAP_CLOSE</title>
--- 444,450 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_OPEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-CLOSE-CAPS">GNOME_STOCK_PIXMAP_CLOSE</title>
***************
*** 483,489 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_CLOSE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-REVERT-CAPS">GNOME_STOCK_PIXMAP_REVERT</title>
--- 452,458 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_CLOSE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-REVERT-CAPS">GNOME_STOCK_PIXMAP_REVERT</title>
***************
*** 491,497 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_REVERT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SAVE-CAPS">GNOME_STOCK_PIXMAP_SAVE</title>
--- 460,466 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_REVERT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SAVE-CAPS">GNOME_STOCK_PIXMAP_SAVE</title>
***************
*** 499,505 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SAVE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SAVE-AS-CAPS">GNOME_STOCK_PIXMAP_SAVE_AS</title>
--- 468,474 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SAVE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SAVE-AS-CAPS">GNOME_STOCK_PIXMAP_SAVE_AS</title>
***************
*** 507,513 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SAVE_AS</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-CUT-CAPS">GNOME_STOCK_PIXMAP_CUT</title>
--- 476,482 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SAVE_AS</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-CUT-CAPS">GNOME_STOCK_PIXMAP_CUT</title>
***************
*** 515,521 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_CUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-COPY-CAPS">GNOME_STOCK_PIXMAP_COPY</title>
--- 484,490 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_CUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-COPY-CAPS">GNOME_STOCK_PIXMAP_COPY</title>
***************
*** 523,529 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_COPY</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-PASTE-CAPS">GNOME_STOCK_PIXMAP_PASTE</title>
--- 492,498 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_COPY</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-PASTE-CAPS">GNOME_STOCK_PIXMAP_PASTE</title>
***************
*** 531,537 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_PASTE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-CLEAR-CAPS">GNOME_STOCK_PIXMAP_CLEAR</title>
--- 500,506 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_PASTE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-CLEAR-CAPS">GNOME_STOCK_PIXMAP_CLEAR</title>
***************
*** 539,545 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_CLEAR</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-PROPERTIES-CAPS">GNOME_STOCK_PIXMAP_PROPERTIES</title>
--- 508,514 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_CLEAR</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-PROPERTIES-CAPS">GNOME_STOCK_PIXMAP_PROPERTIES</title>
***************
*** 547,553 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_PROPERTIES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-PREFERENCES-CAPS">GNOME_STOCK_PIXMAP_PREFERENCES</title>
--- 516,522 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_PROPERTIES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-PREFERENCES-CAPS">GNOME_STOCK_PIXMAP_PREFERENCES</title>
***************
*** 555,561 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_PREFERENCES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-HELP-CAPS">GNOME_STOCK_PIXMAP_HELP</title>
--- 524,530 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_PREFERENCES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-HELP-CAPS">GNOME_STOCK_PIXMAP_HELP</title>
***************
*** 563,569 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_HELP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SCORES-CAPS">GNOME_STOCK_PIXMAP_SCORES</title>
--- 532,538 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_HELP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SCORES-CAPS">GNOME_STOCK_PIXMAP_SCORES</title>
***************
*** 571,577 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SCORES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-SCORES-CAPS">GNOME_STOCK_SCORES</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-PRINT-CAPS">GNOME_STOCK_PIXMAP_PRINT</title>
--- 540,546 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SCORES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-PRINT-CAPS">GNOME_STOCK_PIXMAP_PRINT</title>
***************
*** 579,585 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_PRINT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SEARCH-CAPS">GNOME_STOCK_PIXMAP_SEARCH</title>
--- 548,554 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_PRINT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SEARCH-CAPS">GNOME_STOCK_PIXMAP_SEARCH</title>
***************
*** 587,593 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SEARCH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SRCHRPL-CAPS">GNOME_STOCK_PIXMAP_SRCHRPL</title>
--- 556,562 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SEARCH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SRCHRPL-CAPS">GNOME_STOCK_PIXMAP_SRCHRPL</title>
***************
*** 595,601 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SRCHRPL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BACK-CAPS">GNOME_STOCK_PIXMAP_BACK</title>
--- 564,570 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SRCHRPL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BACK-CAPS">GNOME_STOCK_PIXMAP_BACK</title>
***************
*** 603,609 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BACK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-FORWARD-CAPS">GNOME_STOCK_PIXMAP_FORWARD</title>
--- 572,578 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BACK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-FORWARD-CAPS">GNOME_STOCK_PIXMAP_FORWARD</title>
***************
*** 611,617 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_FORWARD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-FIRST-CAPS">GNOME_STOCK_PIXMAP_FIRST</title>
--- 580,586 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_FORWARD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-FIRST-CAPS">GNOME_STOCK_PIXMAP_FIRST</title>
***************
*** 619,625 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_FIRST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-LAST-CAPS">GNOME_STOCK_PIXMAP_LAST</title>
--- 588,594 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_FIRST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-LAST-CAPS">GNOME_STOCK_PIXMAP_LAST</title>
***************
*** 627,633 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_LAST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-HOME-CAPS">GNOME_STOCK_PIXMAP_HOME</title>
--- 596,602 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_LAST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-HOME-CAPS">GNOME_STOCK_PIXMAP_HOME</title>
***************
*** 635,641 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_HOME</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-STOP-CAPS">GNOME_STOCK_PIXMAP_STOP</title>
--- 604,610 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_HOME</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-STOP-CAPS">GNOME_STOCK_PIXMAP_STOP</title>
***************
*** 643,649 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_STOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-REFRESH-CAPS">GNOME_STOCK_PIXMAP_REFRESH</title>
--- 612,618 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_STOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-REFRESH-CAPS">GNOME_STOCK_PIXMAP_REFRESH</title>
***************
*** 651,657 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_REFRESH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-UNDO-CAPS">GNOME_STOCK_PIXMAP_UNDO</title>
--- 620,626 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_REFRESH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-UNDO-CAPS">GNOME_STOCK_PIXMAP_UNDO</title>
***************
*** 659,665 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_UNDO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-REDO-CAPS">GNOME_STOCK_PIXMAP_REDO</title>
--- 628,634 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_UNDO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-REDO-CAPS">GNOME_STOCK_PIXMAP_REDO</title>
***************
*** 667,673 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_REDO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TIMER-CAPS">GNOME_STOCK_PIXMAP_TIMER</title>
--- 636,642 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_REDO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TIMER-CAPS">GNOME_STOCK_PIXMAP_TIMER</title>
***************
*** 675,681 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TIMER</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-TIMER-CAPS">GNOME_STOCK_TIMER</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TIMER-STOP-CAPS">GNOME_STOCK_PIXMAP_TIMER_STOP</title>
--- 644,650 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TIMER</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TIMER-STOP-CAPS">GNOME_STOCK_PIXMAP_TIMER_STOP</title>
***************
*** 683,689 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TIMER_STOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-TIMER-STOP-CAPS">GNOME_STOCK_TIMER_STOP</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-CAPS">GNOME_STOCK_PIXMAP_MAIL</title>
--- 652,658 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TIMER_STOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-CAPS">GNOME_STOCK_PIXMAP_MAIL</title>
***************
*** 691,697 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-MAIL-CAPS">GNOME_STOCK_MAIL</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-RCV-CAPS">GNOME_STOCK_PIXMAP_MAIL_RCV</title>
--- 660,666 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-RCV-CAPS">GNOME_STOCK_PIXMAP_MAIL_RCV</title>
***************
*** 699,705 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL_RCV</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-MAIL-RCV-CAPS">GNOME_STOCK_MAIL_RCV</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-SND-CAPS">GNOME_STOCK_PIXMAP_MAIL_SND</title>
--- 668,674 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL_RCV</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-SND-CAPS">GNOME_STOCK_PIXMAP_MAIL_SND</title>
***************
*** 707,713 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL_SND</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-MAIL-SND-CAPS">GNOME_STOCK_MAIL_SND</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-RPL-CAPS">GNOME_STOCK_PIXMAP_MAIL_RPL</title>
--- 676,682 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL_SND</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-RPL-CAPS">GNOME_STOCK_PIXMAP_MAIL_RPL</title>
***************
*** 715,721 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL_RPL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-MAIL-RPL-CAPS">GNOME_STOCK_MAIL_RPL</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-FWD-CAPS">GNOME_STOCK_PIXMAP_MAIL_FWD</title>
--- 684,690 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL_RPL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-FWD-CAPS">GNOME_STOCK_PIXMAP_MAIL_FWD</title>
***************
*** 723,729 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL_FWD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-MAIL-FWD-CAPS">GNOME_STOCK_MAIL_FWD</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-NEW-CAPS">GNOME_STOCK_PIXMAP_MAIL_NEW</title>
--- 692,698 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL_FWD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MAIL-NEW-CAPS">GNOME_STOCK_PIXMAP_MAIL_NEW</title>
***************
*** 731,737 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL_NEW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-MAIL-NEW-CAPS">GNOME_STOCK_MAIL_NEW</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TRASH-CAPS">GNOME_STOCK_PIXMAP_TRASH</title>
--- 700,706 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MAIL_NEW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TRASH-CAPS">GNOME_STOCK_PIXMAP_TRASH</title>
***************
*** 739,745 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TRASH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-TRASH-CAPS">GNOME_STOCK_TRASH</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TRASH-FULL-CAPS">GNOME_STOCK_PIXMAP_TRASH_FULL</title>
--- 708,714 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TRASH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TRASH-FULL-CAPS">GNOME_STOCK_PIXMAP_TRASH_FULL</title>
***************
*** 747,753 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TRASH_FULL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! An alias for <link linkend="GNOME-STOCK-TRASH-FULL-CAPS">GNOME_STOCK_TRASH_FULL</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-UNDELETE-CAPS">GNOME_STOCK_PIXMAP_UNDELETE</title>
--- 716,722 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TRASH_FULL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-UNDELETE-CAPS">GNOME_STOCK_PIXMAP_UNDELETE</title>
***************
*** 755,761 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_UNDELETE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SPELLCHECK-CAPS">GNOME_STOCK_PIXMAP_SPELLCHECK</title>
--- 724,730 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_UNDELETE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-SPELLCHECK-CAPS">GNOME_STOCK_PIXMAP_SPELLCHECK</title>
***************
*** 763,769 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SPELLCHECK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MIC-CAPS">GNOME_STOCK_PIXMAP_MIC</title>
--- 732,738 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_SPELLCHECK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MIC-CAPS">GNOME_STOCK_PIXMAP_MIC</title>
***************
*** 771,777 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-LINE-IN-CAPS">GNOME_STOCK_PIXMAP_LINE_IN</title>
--- 740,746 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-LINE-IN-CAPS">GNOME_STOCK_PIXMAP_LINE_IN</title>
***************
*** 779,785 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_LINE_IN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-CDROM-CAPS">GNOME_STOCK_PIXMAP_CDROM</title>
--- 748,754 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_LINE_IN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-CDROM-CAPS">GNOME_STOCK_PIXMAP_CDROM</title>
***************
*** 787,793 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_CDROM</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-VOLUME-CAPS">GNOME_STOCK_PIXMAP_VOLUME</title>
--- 756,762 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_CDROM</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-VOLUME-CAPS">GNOME_STOCK_PIXMAP_VOLUME</title>
***************
*** 795,801 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_VOLUME</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MIDI-CAPS">GNOME_STOCK_PIXMAP_MIDI</title>
--- 764,770 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_VOLUME</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MIDI-CAPS">GNOME_STOCK_PIXMAP_MIDI</title>
***************
*** 803,809 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MIDI</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOOK-RED-CAPS">GNOME_STOCK_PIXMAP_BOOK_RED</title>
--- 772,778 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MIDI</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOOK-RED-CAPS">GNOME_STOCK_PIXMAP_BOOK_RED</title>
***************
*** 811,817 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOOK_RED</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOOK-GREEN-CAPS">GNOME_STOCK_PIXMAP_BOOK_GREEN</title>
--- 780,786 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOOK_RED</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOOK-GREEN-CAPS">GNOME_STOCK_PIXMAP_BOOK_GREEN</title>
***************
*** 819,825 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOOK_GREEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOOK-BLUE-CAPS">GNOME_STOCK_PIXMAP_BOOK_BLUE</title>
--- 788,794 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOOK_GREEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOOK-BLUE-CAPS">GNOME_STOCK_PIXMAP_BOOK_BLUE</title>
***************
*** 827,833 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOOK_BLUE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOOK-YELLOW-CAPS">GNOME_STOCK_PIXMAP_BOOK_YELLOW</title>
--- 796,802 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOOK_BLUE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOOK-YELLOW-CAPS">GNOME_STOCK_PIXMAP_BOOK_YELLOW</title>
***************
*** 835,841 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOOK_YELLOW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOOK-OPEN-CAPS">GNOME_STOCK_PIXMAP_BOOK_OPEN</title>
--- 804,810 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOOK_YELLOW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOOK-OPEN-CAPS">GNOME_STOCK_PIXMAP_BOOK_OPEN</title>
***************
*** 843,849 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOOK_OPEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ABOUT-CAPS">GNOME_STOCK_PIXMAP_ABOUT</title>
--- 812,818 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOOK_OPEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ABOUT-CAPS">GNOME_STOCK_PIXMAP_ABOUT</title>
***************
*** 851,857 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ABOUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-QUIT-CAPS">GNOME_STOCK_PIXMAP_QUIT</title>
--- 820,826 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ABOUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-QUIT-CAPS">GNOME_STOCK_PIXMAP_QUIT</title>
***************
*** 859,865 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_QUIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MULTIPLE-CAPS">GNOME_STOCK_PIXMAP_MULTIPLE</title>
--- 828,834 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_QUIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-MULTIPLE-CAPS">GNOME_STOCK_PIXMAP_MULTIPLE</title>
***************
*** 867,873 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MULTIPLE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-NOT-CAPS">GNOME_STOCK_PIXMAP_NOT</title>
--- 836,842 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_MULTIPLE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-NOT-CAPS">GNOME_STOCK_PIXMAP_NOT</title>
***************
*** 875,881 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_NOT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-CONVERT-CAPS">GNOME_STOCK_PIXMAP_CONVERT</title>
--- 844,850 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_NOT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-CONVERT-CAPS">GNOME_STOCK_PIXMAP_CONVERT</title>
***************
*** 883,889 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_CONVERT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-JUMP-TO-CAPS">GNOME_STOCK_PIXMAP_JUMP_TO</title>
--- 852,858 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_CONVERT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-JUMP-TO-CAPS">GNOME_STOCK_PIXMAP_JUMP_TO</title>
***************
*** 891,897 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_JUMP_TO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-UP-CAPS">GNOME_STOCK_PIXMAP_UP</title>
--- 860,866 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_JUMP_TO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-UP-CAPS">GNOME_STOCK_PIXMAP_UP</title>
***************
*** 899,905 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_UP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-DOWN-CAPS">GNOME_STOCK_PIXMAP_DOWN</title>
--- 868,874 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_UP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-DOWN-CAPS">GNOME_STOCK_PIXMAP_DOWN</title>
***************
*** 907,913 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_DOWN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TOP-CAPS">GNOME_STOCK_PIXMAP_TOP</title>
--- 876,882 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_DOWN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TOP-CAPS">GNOME_STOCK_PIXMAP_TOP</title>
***************
*** 915,921 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOTTOM-CAPS">GNOME_STOCK_PIXMAP_BOTTOM</title>
--- 884,890 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-BOTTOM-CAPS">GNOME_STOCK_PIXMAP_BOTTOM</title>
***************
*** 923,929 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOTTOM</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ATTACH-CAPS">GNOME_STOCK_PIXMAP_ATTACH</title>
--- 892,898 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_BOTTOM</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ATTACH-CAPS">GNOME_STOCK_PIXMAP_ATTACH</title>
***************
*** 931,937 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ATTACH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-INDEX-CAPS">GNOME_STOCK_PIXMAP_INDEX</title>
--- 900,906 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ATTACH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-INDEX-CAPS">GNOME_STOCK_PIXMAP_INDEX</title>
***************
*** 939,945 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_INDEX</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-FONT-CAPS">GNOME_STOCK_PIXMAP_FONT</title>
--- 908,914 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_INDEX</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-FONT-CAPS">GNOME_STOCK_PIXMAP_FONT</title>
***************
*** 947,953 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_FONT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-EXEC-CAPS">GNOME_STOCK_PIXMAP_EXEC</title>
--- 916,922 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_FONT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-EXEC-CAPS">GNOME_STOCK_PIXMAP_EXEC</title>
***************
*** 955,961 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_EXEC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ALIGN-LEFT-CAPS">GNOME_STOCK_PIXMAP_ALIGN_LEFT</title>
--- 924,930 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_EXEC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ALIGN-LEFT-CAPS">GNOME_STOCK_PIXMAP_ALIGN_LEFT</title>
***************
*** 963,969 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ALIGN_LEFT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ALIGN-RIGHT-CAPS">GNOME_STOCK_PIXMAP_ALIGN_RIGHT</title>
--- 932,938 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ALIGN_LEFT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ALIGN-RIGHT-CAPS">GNOME_STOCK_PIXMAP_ALIGN_RIGHT</title>
***************
*** 971,977 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ALIGN_RIGHT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ALIGN-CENTER-CAPS">GNOME_STOCK_PIXMAP_ALIGN_CENTER</title>
--- 940,946 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ALIGN_RIGHT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ALIGN-CENTER-CAPS">GNOME_STOCK_PIXMAP_ALIGN_CENTER</title>
***************
*** 979,985 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ALIGN_CENTER</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ALIGN-JUSTIFY-CAPS">GNOME_STOCK_PIXMAP_ALIGN_JUSTIFY</title>
--- 948,954 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ALIGN_CENTER</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ALIGN-JUSTIFY-CAPS">GNOME_STOCK_PIXMAP_ALIGN_JUSTIFY</title>
***************
*** 987,993 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ALIGN_JUSTIFY</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-BOLD-CAPS">GNOME_STOCK_PIXMAP_TEXT_BOLD</title>
--- 956,962 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ALIGN_JUSTIFY</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-BOLD-CAPS">GNOME_STOCK_PIXMAP_TEXT_BOLD</title>
***************
*** 995,1001 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_BOLD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-ITALIC-CAPS">GNOME_STOCK_PIXMAP_TEXT_ITALIC</title>
--- 964,970 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_BOLD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-ITALIC-CAPS">GNOME_STOCK_PIXMAP_TEXT_ITALIC</title>
***************
*** 1003,1009 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_ITALIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-UNDERLINE-CAPS">GNOME_STOCK_PIXMAP_TEXT_UNDERLINE</title>
--- 972,978 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_ITALIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-UNDERLINE-CAPS">GNOME_STOCK_PIXMAP_TEXT_UNDERLINE</title>
***************
*** 1011,1017 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_UNDERLINE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-STRIKEOUT-CAPS">GNOME_STOCK_PIXMAP_TEXT_STRIKEOUT</title>
--- 980,986 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_UNDERLINE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-STRIKEOUT-CAPS">GNOME_STOCK_PIXMAP_TEXT_STRIKEOUT</title>
***************
*** 1019,1025 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_STRIKEOUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-INDENT-CAPS">GNOME_STOCK_PIXMAP_TEXT_INDENT</title>
--- 988,994 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_STRIKEOUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-INDENT-CAPS">GNOME_STOCK_PIXMAP_TEXT_INDENT</title>
***************
*** 1027,1033 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_INDENT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-UNINDENT-CAPS">GNOME_STOCK_PIXMAP_TEXT_UNINDENT</title>
--- 996,1002 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_INDENT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-UNINDENT-CAPS">GNOME_STOCK_PIXMAP_TEXT_UNINDENT</title>
***************
*** 1035,1041 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_UNINDENT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-EXIT-CAPS">GNOME_STOCK_PIXMAP_EXIT</title>
--- 1004,1010 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_UNINDENT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-EXIT-CAPS">GNOME_STOCK_PIXMAP_EXIT</title>
***************
*** 1043,1049 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_EXIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-COLORSELECTOR-CAPS">GNOME_STOCK_PIXMAP_COLORSELECTOR</title>
--- 1012,1018 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_EXIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-COLORSELECTOR-CAPS">GNOME_STOCK_PIXMAP_COLORSELECTOR</title>
***************
*** 1051,1057 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_COLORSELECTOR</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ADD-CAPS">GNOME_STOCK_PIXMAP_ADD</title>
--- 1020,1026 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_COLORSELECTOR</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-ADD-CAPS">GNOME_STOCK_PIXMAP_ADD</title>
***************
*** 1059,1065 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ADD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-REMOVE-CAPS">GNOME_STOCK_PIXMAP_REMOVE</title>
--- 1028,1034 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_ADD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-REMOVE-CAPS">GNOME_STOCK_PIXMAP_REMOVE</title>
***************
*** 1067,1073 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_REMOVE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TABLE-BORDERS-CAPS">GNOME_STOCK_PIXMAP_TABLE_BORDERS</title>
--- 1036,1042 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_REMOVE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TABLE-BORDERS-CAPS">GNOME_STOCK_PIXMAP_TABLE_BORDERS</title>
***************
*** 1075,1081 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TABLE_BORDERS</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TABLE-FILL-CAPS">GNOME_STOCK_PIXMAP_TABLE_FILL</title>
--- 1044,1050 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TABLE_BORDERS</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TABLE-FILL-CAPS">GNOME_STOCK_PIXMAP_TABLE_FILL</title>
***************
*** 1083,1089 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TABLE_FILL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-BULLETED-LIST-CAPS">GNOME_STOCK_PIXMAP_TEXT_BULLETED_LIST</title>
--- 1052,1058 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TABLE_FILL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-BULLETED-LIST-CAPS">GNOME_STOCK_PIXMAP_TEXT_BULLETED_LIST</title>
***************
*** 1091,1097 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_BULLETED_LIST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-NUMBERED-LIST-CAPS">GNOME_STOCK_PIXMAP_TEXT_NUMBERED_LIST</title>
--- 1060,1066 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_BULLETED_LIST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-PIXMAP-TEXT-NUMBERED-LIST-CAPS">GNOME_STOCK_PIXMAP_TEXT_NUMBERED_LIST</title>
***************
*** 1099,1105 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_NUMBERED_LIST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BLANK-CAPS">GNOME_STOCK_MENU_BLANK</title>
--- 1068,1074 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_PIXMAP_TEXT_NUMBERED_LIST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BLANK-CAPS">GNOME_STOCK_MENU_BLANK</title>
***************
*** 1107,1113 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BLANK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-NEW-CAPS">GNOME_STOCK_MENU_NEW</title>
--- 1076,1082 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BLANK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-NEW-CAPS">GNOME_STOCK_MENU_NEW</title>
***************
*** 1115,1121 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_NEW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SAVE-CAPS">GNOME_STOCK_MENU_SAVE</title>
--- 1084,1090 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_NEW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SAVE-CAPS">GNOME_STOCK_MENU_SAVE</title>
***************
*** 1123,1129 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SAVE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SAVE-AS-CAPS">GNOME_STOCK_MENU_SAVE_AS</title>
--- 1092,1098 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SAVE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SAVE-AS-CAPS">GNOME_STOCK_MENU_SAVE_AS</title>
***************
*** 1131,1137 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SAVE_AS</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-REVERT-CAPS">GNOME_STOCK_MENU_REVERT</title>
--- 1100,1106 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SAVE_AS</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-REVERT-CAPS">GNOME_STOCK_MENU_REVERT</title>
***************
*** 1139,1145 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_REVERT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-OPEN-CAPS">GNOME_STOCK_MENU_OPEN</title>
--- 1108,1114 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_REVERT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-OPEN-CAPS">GNOME_STOCK_MENU_OPEN</title>
***************
*** 1147,1153 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_OPEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-CLOSE-CAPS">GNOME_STOCK_MENU_CLOSE</title>
--- 1116,1122 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_OPEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-CLOSE-CAPS">GNOME_STOCK_MENU_CLOSE</title>
***************
*** 1155,1161 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_CLOSE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-QUIT-CAPS">GNOME_STOCK_MENU_QUIT</title>
--- 1124,1130 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_CLOSE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-QUIT-CAPS">GNOME_STOCK_MENU_QUIT</title>
***************
*** 1163,1169 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_QUIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-CUT-CAPS">GNOME_STOCK_MENU_CUT</title>
--- 1132,1138 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_QUIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-CUT-CAPS">GNOME_STOCK_MENU_CUT</title>
***************
*** 1171,1177 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_CUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-COPY-CAPS">GNOME_STOCK_MENU_COPY</title>
--- 1140,1146 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_CUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-COPY-CAPS">GNOME_STOCK_MENU_COPY</title>
***************
*** 1179,1185 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_COPY</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-PASTE-CAPS">GNOME_STOCK_MENU_PASTE</title>
--- 1148,1154 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_COPY</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-PASTE-CAPS">GNOME_STOCK_MENU_PASTE</title>
***************
*** 1187,1193 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_PASTE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-PROP-CAPS">GNOME_STOCK_MENU_PROP</title>
--- 1156,1162 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_PASTE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-PROP-CAPS">GNOME_STOCK_MENU_PROP</title>
***************
*** 1195,1201 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_PROP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-PREF-CAPS">GNOME_STOCK_MENU_PREF</title>
--- 1164,1170 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_PROP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-PREF-CAPS">GNOME_STOCK_MENU_PREF</title>
***************
*** 1203,1209 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_PREF</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ABOUT-CAPS">GNOME_STOCK_MENU_ABOUT</title>
--- 1172,1178 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_PREF</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ABOUT-CAPS">GNOME_STOCK_MENU_ABOUT</title>
***************
*** 1211,1217 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ABOUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SCORES-CAPS">GNOME_STOCK_MENU_SCORES</title>
--- 1180,1186 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ABOUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SCORES-CAPS">GNOME_STOCK_MENU_SCORES</title>
***************
*** 1219,1225 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SCORES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-UNDO-CAPS">GNOME_STOCK_MENU_UNDO</title>
--- 1188,1194 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SCORES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-UNDO-CAPS">GNOME_STOCK_MENU_UNDO</title>
***************
*** 1227,1233 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_UNDO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-REDO-CAPS">GNOME_STOCK_MENU_REDO</title>
--- 1196,1202 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_UNDO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-REDO-CAPS">GNOME_STOCK_MENU_REDO</title>
***************
*** 1235,1241 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_REDO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-PRINT-CAPS">GNOME_STOCK_MENU_PRINT</title>
--- 1204,1210 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_REDO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-PRINT-CAPS">GNOME_STOCK_MENU_PRINT</title>
***************
*** 1243,1249 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_PRINT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SEARCH-CAPS">GNOME_STOCK_MENU_SEARCH</title>
--- 1212,1218 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_PRINT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SEARCH-CAPS">GNOME_STOCK_MENU_SEARCH</title>
***************
*** 1251,1257 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SEARCH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SRCHRPL-CAPS">GNOME_STOCK_MENU_SRCHRPL</title>
--- 1220,1226 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SEARCH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SRCHRPL-CAPS">GNOME_STOCK_MENU_SRCHRPL</title>
***************
*** 1259,1265 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SRCHRPL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BACK-CAPS">GNOME_STOCK_MENU_BACK</title>
--- 1228,1234 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SRCHRPL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BACK-CAPS">GNOME_STOCK_MENU_BACK</title>
***************
*** 1267,1273 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BACK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-FORWARD-CAPS">GNOME_STOCK_MENU_FORWARD</title>
--- 1236,1242 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BACK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-FORWARD-CAPS">GNOME_STOCK_MENU_FORWARD</title>
***************
*** 1275,1281 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_FORWARD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-FIRST-CAPS">GNOME_STOCK_MENU_FIRST</title>
--- 1244,1250 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_FORWARD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-FIRST-CAPS">GNOME_STOCK_MENU_FIRST</title>
***************
*** 1283,1289 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_FIRST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-LAST-CAPS">GNOME_STOCK_MENU_LAST</title>
--- 1252,1258 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_FIRST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-LAST-CAPS">GNOME_STOCK_MENU_LAST</title>
***************
*** 1291,1297 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_LAST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-HOME-CAPS">GNOME_STOCK_MENU_HOME</title>
--- 1260,1266 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_LAST</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-HOME-CAPS">GNOME_STOCK_MENU_HOME</title>
***************
*** 1299,1305 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_HOME</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-STOP-CAPS">GNOME_STOCK_MENU_STOP</title>
--- 1268,1274 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_HOME</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-STOP-CAPS">GNOME_STOCK_MENU_STOP</title>
***************
*** 1307,1313 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_STOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-REFRESH-CAPS">GNOME_STOCK_MENU_REFRESH</title>
--- 1276,1282 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_STOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-REFRESH-CAPS">GNOME_STOCK_MENU_REFRESH</title>
***************
*** 1315,1321 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_REFRESH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-CAPS">GNOME_STOCK_MENU_MAIL</title>
--- 1284,1290 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_REFRESH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-CAPS">GNOME_STOCK_MENU_MAIL</title>
***************
*** 1323,1329 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-RCV-CAPS">GNOME_STOCK_MENU_MAIL_RCV</title>
--- 1292,1298 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-RCV-CAPS">GNOME_STOCK_MENU_MAIL_RCV</title>
***************
*** 1331,1337 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL_RCV</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-SND-CAPS">GNOME_STOCK_MENU_MAIL_SND</title>
--- 1300,1306 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL_RCV</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-SND-CAPS">GNOME_STOCK_MENU_MAIL_SND</title>
***************
*** 1339,1345 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL_SND</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-RPL-CAPS">GNOME_STOCK_MENU_MAIL_RPL</title>
--- 1308,1314 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL_SND</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-RPL-CAPS">GNOME_STOCK_MENU_MAIL_RPL</title>
***************
*** 1347,1353 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL_RPL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-FWD-CAPS">GNOME_STOCK_MENU_MAIL_FWD</title>
--- 1316,1322 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL_RPL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-FWD-CAPS">GNOME_STOCK_MENU_MAIL_FWD</title>
***************
*** 1355,1361 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL_FWD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-NEW-CAPS">GNOME_STOCK_MENU_MAIL_NEW</title>
--- 1324,1330 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL_FWD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MAIL-NEW-CAPS">GNOME_STOCK_MENU_MAIL_NEW</title>
***************
*** 1363,1369 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL_NEW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TRASH-CAPS">GNOME_STOCK_MENU_TRASH</title>
--- 1332,1338 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MAIL_NEW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TRASH-CAPS">GNOME_STOCK_MENU_TRASH</title>
***************
*** 1371,1377 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TRASH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TRASH-FULL-CAPS">GNOME_STOCK_MENU_TRASH_FULL</title>
--- 1340,1346 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TRASH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TRASH-FULL-CAPS">GNOME_STOCK_MENU_TRASH_FULL</title>
***************
*** 1379,1385 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TRASH_FULL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-UNDELETE-CAPS">GNOME_STOCK_MENU_UNDELETE</title>
--- 1348,1354 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TRASH_FULL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-UNDELETE-CAPS">GNOME_STOCK_MENU_UNDELETE</title>
***************
*** 1387,1393 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_UNDELETE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TIMER-CAPS">GNOME_STOCK_MENU_TIMER</title>
--- 1356,1362 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_UNDELETE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TIMER-CAPS">GNOME_STOCK_MENU_TIMER</title>
***************
*** 1395,1401 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TIMER</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TIMER-STOP-CAPS">GNOME_STOCK_MENU_TIMER_STOP</title>
--- 1364,1370 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TIMER</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TIMER-STOP-CAPS">GNOME_STOCK_MENU_TIMER_STOP</title>
***************
*** 1403,1409 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TIMER_STOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SPELLCHECK-CAPS">GNOME_STOCK_MENU_SPELLCHECK</title>
--- 1372,1378 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TIMER_STOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-SPELLCHECK-CAPS">GNOME_STOCK_MENU_SPELLCHECK</title>
***************
*** 1411,1417 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SPELLCHECK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MIC-CAPS">GNOME_STOCK_MENU_MIC</title>
--- 1380,1386 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_SPELLCHECK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MIC-CAPS">GNOME_STOCK_MENU_MIC</title>
***************
*** 1419,1425 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-LINE-IN-CAPS">GNOME_STOCK_MENU_LINE_IN</title>
--- 1388,1394 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-LINE-IN-CAPS">GNOME_STOCK_MENU_LINE_IN</title>
***************
*** 1427,1433 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_LINE_IN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-CDROM-CAPS">GNOME_STOCK_MENU_CDROM</title>
--- 1396,1402 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_LINE_IN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-CDROM-CAPS">GNOME_STOCK_MENU_CDROM</title>
***************
*** 1435,1441 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_CDROM</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-VOLUME-CAPS">GNOME_STOCK_MENU_VOLUME</title>
--- 1404,1410 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_CDROM</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-VOLUME-CAPS">GNOME_STOCK_MENU_VOLUME</title>
***************
*** 1443,1449 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_VOLUME</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MIDI-CAPS">GNOME_STOCK_MENU_MIDI</title>
--- 1412,1418 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_VOLUME</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-MIDI-CAPS">GNOME_STOCK_MENU_MIDI</title>
***************
*** 1451,1457 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MIDI</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOOK-RED-CAPS">GNOME_STOCK_MENU_BOOK_RED</title>
--- 1420,1426 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_MIDI</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOOK-RED-CAPS">GNOME_STOCK_MENU_BOOK_RED</title>
***************
*** 1459,1465 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOOK_RED</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOOK-GREEN-CAPS">GNOME_STOCK_MENU_BOOK_GREEN</title>
--- 1428,1434 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOOK_RED</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOOK-GREEN-CAPS">GNOME_STOCK_MENU_BOOK_GREEN</title>
***************
*** 1467,1473 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOOK_GREEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOOK-BLUE-CAPS">GNOME_STOCK_MENU_BOOK_BLUE</title>
--- 1436,1442 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOOK_GREEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOOK-BLUE-CAPS">GNOME_STOCK_MENU_BOOK_BLUE</title>
***************
*** 1475,1481 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOOK_BLUE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOOK-YELLOW-CAPS">GNOME_STOCK_MENU_BOOK_YELLOW</title>
--- 1444,1450 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOOK_BLUE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOOK-YELLOW-CAPS">GNOME_STOCK_MENU_BOOK_YELLOW</title>
***************
*** 1483,1489 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOOK_YELLOW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOOK-OPEN-CAPS">GNOME_STOCK_MENU_BOOK_OPEN</title>
--- 1452,1458 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOOK_YELLOW</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOOK-OPEN-CAPS">GNOME_STOCK_MENU_BOOK_OPEN</title>
***************
*** 1491,1497 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOOK_OPEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-CONVERT-CAPS">GNOME_STOCK_MENU_CONVERT</title>
--- 1460,1466 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOOK_OPEN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-CONVERT-CAPS">GNOME_STOCK_MENU_CONVERT</title>
***************
*** 1499,1505 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_CONVERT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-JUMP-TO-CAPS">GNOME_STOCK_MENU_JUMP_TO</title>
--- 1468,1474 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_CONVERT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-JUMP-TO-CAPS">GNOME_STOCK_MENU_JUMP_TO</title>
***************
*** 1507,1513 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_JUMP_TO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-UP-CAPS">GNOME_STOCK_MENU_UP</title>
--- 1476,1482 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_JUMP_TO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-UP-CAPS">GNOME_STOCK_MENU_UP</title>
***************
*** 1515,1521 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_UP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-DOWN-CAPS">GNOME_STOCK_MENU_DOWN</title>
--- 1484,1490 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_UP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-DOWN-CAPS">GNOME_STOCK_MENU_DOWN</title>
***************
*** 1523,1529 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_DOWN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TOP-CAPS">GNOME_STOCK_MENU_TOP</title>
--- 1492,1498 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_DOWN</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TOP-CAPS">GNOME_STOCK_MENU_TOP</title>
***************
*** 1531,1537 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOTTOM-CAPS">GNOME_STOCK_MENU_BOTTOM</title>
--- 1500,1506 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TOP</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-BOTTOM-CAPS">GNOME_STOCK_MENU_BOTTOM</title>
***************
*** 1539,1545 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOTTOM</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ATTACH-CAPS">GNOME_STOCK_MENU_ATTACH</title>
--- 1508,1514 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_BOTTOM</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ATTACH-CAPS">GNOME_STOCK_MENU_ATTACH</title>
***************
*** 1547,1553 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ATTACH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-INDEX-CAPS">GNOME_STOCK_MENU_INDEX</title>
--- 1516,1522 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ATTACH</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-INDEX-CAPS">GNOME_STOCK_MENU_INDEX</title>
***************
*** 1555,1561 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_INDEX</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-FONT-CAPS">GNOME_STOCK_MENU_FONT</title>
--- 1524,1530 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_INDEX</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-FONT-CAPS">GNOME_STOCK_MENU_FONT</title>
***************
*** 1563,1569 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_FONT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-EXEC-CAPS">GNOME_STOCK_MENU_EXEC</title>
--- 1532,1538 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_FONT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-EXEC-CAPS">GNOME_STOCK_MENU_EXEC</title>
***************
*** 1571,1577 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_EXEC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ALIGN-LEFT-CAPS">GNOME_STOCK_MENU_ALIGN_LEFT</title>
--- 1540,1546 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_EXEC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ALIGN-LEFT-CAPS">GNOME_STOCK_MENU_ALIGN_LEFT</title>
***************
*** 1579,1585 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ALIGN_LEFT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ALIGN-RIGHT-CAPS">GNOME_STOCK_MENU_ALIGN_RIGHT</title>
--- 1548,1554 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ALIGN_LEFT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ALIGN-RIGHT-CAPS">GNOME_STOCK_MENU_ALIGN_RIGHT</title>
***************
*** 1587,1593 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ALIGN_RIGHT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ALIGN-CENTER-CAPS">GNOME_STOCK_MENU_ALIGN_CENTER</title>
--- 1556,1562 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ALIGN_RIGHT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ALIGN-CENTER-CAPS">GNOME_STOCK_MENU_ALIGN_CENTER</title>
***************
*** 1595,1601 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ALIGN_CENTER</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ALIGN-JUSTIFY-CAPS">GNOME_STOCK_MENU_ALIGN_JUSTIFY</title>
--- 1564,1570 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ALIGN_CENTER</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-ALIGN-JUSTIFY-CAPS">GNOME_STOCK_MENU_ALIGN_JUSTIFY</title>
***************
*** 1603,1609 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ALIGN_JUSTIFY</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TEXT-BOLD-CAPS">GNOME_STOCK_MENU_TEXT_BOLD</title>
--- 1572,1578 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_ALIGN_JUSTIFY</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TEXT-BOLD-CAPS">GNOME_STOCK_MENU_TEXT_BOLD</title>
***************
*** 1611,1617 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TEXT_BOLD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TEXT-ITALIC-CAPS">GNOME_STOCK_MENU_TEXT_ITALIC</title>
--- 1580,1586 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TEXT_BOLD</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TEXT-ITALIC-CAPS">GNOME_STOCK_MENU_TEXT_ITALIC</title>
***************
*** 1619,1625 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TEXT_ITALIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TEXT-UNDERLINE-CAPS">GNOME_STOCK_MENU_TEXT_UNDERLINE</title>
--- 1588,1594 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TEXT_ITALIC</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TEXT-UNDERLINE-CAPS">GNOME_STOCK_MENU_TEXT_UNDERLINE</title>
***************
*** 1627,1633 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TEXT_UNDERLINE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TEXT-STRIKEOUT-CAPS">GNOME_STOCK_MENU_TEXT_STRIKEOUT</title>
--- 1596,1602 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TEXT_UNDERLINE</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-TEXT-STRIKEOUT-CAPS">GNOME_STOCK_MENU_TEXT_STRIKEOUT</title>
***************
*** 1635,1641 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TEXT_STRIKEOUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-EXIT-CAPS">GNOME_STOCK_MENU_EXIT</title>
--- 1604,1610 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_TEXT_STRIKEOUT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-STOCK-MENU-EXIT-CAPS">GNOME_STOCK_MENU_EXIT</title>
***************
*** 1643,1649 ****
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_EXIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para></refsect2>
  
  </refsect1>
--- 1612,1618 ----
  </programlisting>
  <warning><para><literal>GNOME_STOCK_MENU_EXIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  
  </refsect1>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-ui-init.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-ui-init.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-ui-init.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-ui-init.sgml	Sat Aug  9 21:49:03 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>gnome-ui-init</refname><refpurpose>Parameters (and deprecated functions) for initializing libgnomeui applications.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>gnome-ui-init</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 41,54 ****
  <refsect1>
  <title>Description</title>
  <para>
- The initialization functions in this module are deprecated in favour of calls
- to <link linkend="gnome-program-init">gnome_program_init</link>() in the libgnome library.
- </para>
  
- <para>
- However, this module does provide some extra parameters on top of those already
- defined in libgnome that can be passed to the <link linkend="gnome-program-init">gnome_program_init</link>() call. These
- should enable libgnomeui applications to control their appearance precisely.
  </para>
  </refsect1>
  
--- 41,47 ----
***************
*** 59,96 ****
  <programlisting>#define LIBGNOMEUI_MODULE libgnomeui_module_info_get()
  </programlisting>
  <para>
! A module containing all the information required to initialize libgnomeui and
! its dependents. This should be passed to the <link linkend="gnome-program-init">gnome_program_init</link>() call by
! applications using libgnomeui.
  </para></refsect2>
  <refsect2>
  <title><anchor id="LIBGNOMEUI-PARAM-CRASH-DIALOG-CAPS">LIBGNOMEUI_PARAM_CRASH_DIALOG</title>
  <programlisting>#define LIBGNOMEUI_PARAM_CRASH_DIALOG	"show-crash-dialog"
  </programlisting>
  <para>
! If set to <literal>TRUE</literal>, the standard GNOME crash dialog will appear (offering the user
! a chance to automatically file a bug report) should the application crash while
! running. Application authors will almost never want to change the default value
! of this parameter (<literal>FALSE</literal>). The user may change it however by setting the
! <envar>GNOME_DISABLE_CRASH_DIALOG</envar> environment variable or passing
! <literal>--disable-crash-dialog</literal> on the command line.
  </para></refsect2>
  <refsect2>
  <title><anchor id="LIBGNOMEUI-PARAM-DISPLAY-CAPS">LIBGNOMEUI_PARAM_DISPLAY</title>
  <programlisting>#define LIBGNOMEUI_PARAM_DISPLAY	"display"
  </programlisting>
  <para>
! Initially set to the value of the <envar>DISPLAY</envar> environment variable
! or the <literal>--display</literal> value passed on the command line, this
! parameter determines which X display the application will start on.
  </para></refsect2>
  <refsect2>
  <title><anchor id="LIBGNOMEUI-PARAM-DEFAULT-ICON-CAPS">LIBGNOMEUI_PARAM_DEFAULT_ICON</title>
  <programlisting>#define LIBGNOMEUI_PARAM_DEFAULT_ICON	"default-icon"
  </programlisting>
  <para>
! Set to the full path of the application's default icon. This can only be set by
! the application.
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-init-with-popt-table">gnome_init_with_popt_table ()</title>
--- 52,79 ----
  <programlisting>#define LIBGNOMEUI_MODULE libgnomeui_module_info_get()
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="LIBGNOMEUI-PARAM-CRASH-DIALOG-CAPS">LIBGNOMEUI_PARAM_CRASH_DIALOG</title>
  <programlisting>#define LIBGNOMEUI_PARAM_CRASH_DIALOG	"show-crash-dialog"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="LIBGNOMEUI-PARAM-DISPLAY-CAPS">LIBGNOMEUI_PARAM_DISPLAY</title>
  <programlisting>#define LIBGNOMEUI_PARAM_DISPLAY	"display"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="LIBGNOMEUI-PARAM-DEFAULT-ICON-CAPS">LIBGNOMEUI_PARAM_DEFAULT_ICON</title>
  <programlisting>#define LIBGNOMEUI_PARAM_DEFAULT_ICON	"default-icon"
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="gnome-init-with-popt-table">gnome_init_with_popt_table ()</title>
***************
*** 146,165 ****
  <programlisting>#define     gnome_init(app_id,app_version,argc,argv)</programlisting>
  <warning><para><literal>gnome_init</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! This is identical to a call to gnome_init_with_popt_table with <literal>NULL</literal> passed in
! as the poptOption table.
  </para><variablelist role="params">
  <varlistentry><term><parameter>app_id</parameter>&nbsp;:</term>
! <listitem><simpara>Application id.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>app_version</parameter>&nbsp;:</term>
! <listitem><simpara>Application version.
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>argc</parameter>&nbsp;:</term>
! <listitem><simpara>Argument count (for example, argc as received by the main function).
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>argv</parameter>&nbsp;:</term>
! <listitem><simpara>Argument vector (for example, argv as received by the main function).
  
  
  </simpara></listitem></varlistentry>
--- 129,147 ----
  <programlisting>#define     gnome_init(app_id,app_version,argc,argv)</programlisting>
  <warning><para><literal>gnome_init</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para><variablelist role="params">
  <varlistentry><term><parameter>app_id</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>app_version</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>argc</parameter>&nbsp;:</term>
! <listitem><simpara>
  </simpara></listitem></varlistentry>
  <varlistentry><term><parameter>argv</parameter>&nbsp;:</term>
! <listitem><simpara>
  
  
  </simpara></listitem></varlistentry>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-uidefs.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-uidefs.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-uidefs.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-uidefs.sgml	Sat Aug  9 21:49:03 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>gnome-uidefs</refname><refpurpose>Standard defines used throughout libgnomeui.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>gnome-uidefs</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 96,116 ****
  <programlisting>#define GNOME_PAD          8
  </programlisting>
  <para>
! A sensible amount of padding (in pixels) to put around objects.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-PAD-SMALL-CAPS">GNOME_PAD_SMALL</title>
  <programlisting>#define GNOME_PAD_SMALL    4
  </programlisting>
  <para>
! A smaller amount of padding than <link linkend="GNOME-PAD-CAPS">GNOME_PAD</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-PAD-BIG-CAPS">GNOME_PAD_BIG</title>
  <programlisting>#define GNOME_PAD_BIG      12
  </programlisting>
  <para>
! A larger amount of padding then <link linkend="GNOME-PAD-CAPS">GNOME_PAD</link>.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-YES-CAPS">GNOME_YES</title>
--- 96,116 ----
  <programlisting>#define GNOME_PAD          8
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-PAD-SMALL-CAPS">GNOME_PAD_SMALL</title>
  <programlisting>#define GNOME_PAD_SMALL    4
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-PAD-BIG-CAPS">GNOME_PAD_BIG</title>
  <programlisting>#define GNOME_PAD_BIG      12
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-YES-CAPS">GNOME_YES</title>
***************
*** 118,125 ****
  </programlisting>
  <warning><para><literal>GNOME_YES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! Old way to specify the "yes" button in a yes-no dialog box. New code should use
! the constants in GTK+ to do this now.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-NO-CAPS">GNOME_NO</title>
--- 118,124 ----
  </programlisting>
  <warning><para><literal>GNOME_YES</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-NO-CAPS">GNOME_NO</title>
***************
*** 127,134 ****
  </programlisting>
  <warning><para><literal>GNOME_NO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! Old way to specify the "no" button in a yes-no dialog box. New code should use
! the constants in GTK+ to do this now.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-OK-CAPS">GNOME_OK</title>
--- 126,132 ----
  </programlisting>
  <warning><para><literal>GNOME_NO</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-OK-CAPS">GNOME_OK</title>
***************
*** 136,143 ****
  </programlisting>
  <warning><para><literal>GNOME_OK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! Old way to specify the "ok" button in a ok-cancel dialog box. New code should
! use the constants in GTK+ to do this now.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-CANCEL-CAPS">GNOME_CANCEL</title>
--- 134,140 ----
  </programlisting>
  <warning><para><literal>GNOME_OK</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-CANCEL-CAPS">GNOME_CANCEL</title>
***************
*** 145,167 ****
  </programlisting>
  <warning><para><literal>GNOME_CANCEL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! Old way to specify the "cancel" button in a ok-cancel dialog box. New code
! should use the constants in GTK+ to do this now.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-QUIT-CAPS">GNOME_KEY_NAME_QUIT</title>
  <programlisting>#define GNOME_KEY_NAME_QUIT 	        'q'
  </programlisting>
  <para>
! The default key used to select the <emphasis>quit</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-QUIT-CAPS">GNOME_KEY_MOD_QUIT</title>
  <programlisting>#define GNOME_KEY_MOD_QUIT	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-QUIT-CAPS">GNOME_KEY_NAME_QUIT</link> to select
! the <emphasis>quit</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-EXIT-CAPS">GNOME_KEY_NAME_EXIT</title>
--- 142,162 ----
  </programlisting>
  <warning><para><literal>GNOME_CANCEL</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-QUIT-CAPS">GNOME_KEY_NAME_QUIT</title>
  <programlisting>#define GNOME_KEY_NAME_QUIT 	        'q'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-QUIT-CAPS">GNOME_KEY_MOD_QUIT</title>
  <programlisting>#define GNOME_KEY_MOD_QUIT	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-EXIT-CAPS">GNOME_KEY_NAME_EXIT</title>
***************
*** 169,175 ****
  </programlisting>
  <warning><para><literal>GNOME_KEY_NAME_EXIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! The default key used to select the <emphasis>exit</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-EXIT-CAPS">GNOME_KEY_MOD_EXIT</title>
--- 164,170 ----
  </programlisting>
  <warning><para><literal>GNOME_KEY_NAME_EXIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-EXIT-CAPS">GNOME_KEY_MOD_EXIT</title>
***************
*** 177,529 ****
  </programlisting>
  <warning><para><literal>GNOME_KEY_MOD_EXIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-EXIT-CAPS">GNOME_KEY_NAME_EXIT</link> to select
! the <emphasis>exit</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-CLOSE-CAPS">GNOME_KEY_NAME_CLOSE</title>
  <programlisting>#define GNOME_KEY_NAME_CLOSE 	        'w'
  </programlisting>
  <para>
! The default key used to select the <emphasis>close</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-CLOSE-CAPS">GNOME_KEY_MOD_CLOSE</title>
  <programlisting>#define	GNOME_KEY_MOD_CLOSE	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-CLOSE-CAPS">GNOME_KEY_NAME_CLOSE</link> to select
! the <emphasis>close</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-CUT-CAPS">GNOME_KEY_NAME_CUT</title>
  <programlisting>#define GNOME_KEY_NAME_CUT 	        'x'
  </programlisting>
  <para>
! The default key used to select the <emphasis>cut</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-CUT-CAPS">GNOME_KEY_MOD_CUT</title>
  <programlisting>#define GNOME_KEY_MOD_CUT 	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-CUT-CAPS">GNOME_KEY_NAME_CUT</link> to select
! the <emphasis>cut</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-COPY-CAPS">GNOME_KEY_NAME_COPY</title>
  <programlisting>#define GNOME_KEY_NAME_COPY	        'c'
  </programlisting>
  <para>
! The default key used to select the <emphasis>copy</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-COPY-CAPS">GNOME_KEY_MOD_COPY</title>
  <programlisting>#define GNOME_KEY_MOD_COPY	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-COPY-CAPS">GNOME_KEY_NAME_COPY</link> to select
! the <emphasis>copy</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-PASTE-CAPS">GNOME_KEY_NAME_PASTE</title>
  <programlisting>#define GNOME_KEY_NAME_PASTE 	        'v'
  </programlisting>
  <para>
! The default key used to select the <emphasis>paste</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-PASTE-CAPS">GNOME_KEY_MOD_PASTE</title>
  <programlisting>#define GNOME_KEY_MOD_PASTE 	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-PASTE-CAPS">GNOME_KEY_NAME_PASTE</link> to select
! the <emphasis>paste</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-SELECT-ALL-CAPS">GNOME_KEY_NAME_SELECT_ALL</title>
  <programlisting>#define GNOME_KEY_NAME_SELECT_ALL       'a'
  </programlisting>
  <para>
! The default key used to select the <emphasis>select all</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-SELECT-ALL-CAPS">GNOME_KEY_MOD_SELECT_ALL</title>
  <programlisting>#define GNOME_KEY_MOD_SELECT_ALL        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-SELECT-ALL-CAPS">GNOME_KEY_NAME_SELECT_ALL</link> to
! select the <emphasis>select all</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-CLEAR-CAPS">GNOME_KEY_NAME_CLEAR</title>
  <programlisting>#define GNOME_KEY_NAME_CLEAR 	        0
  </programlisting>
  <para>
! The default key used to select the <emphasis>clear</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-CLEAR-CAPS">GNOME_KEY_MOD_CLEAR</title>
  <programlisting>#define GNOME_KEY_MOD_CLEAR 	        (0)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-CLEAR-CAPS">GNOME_KEY_NAME_CLEAR</link> to select
! the <emphasis>clear</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-UNDO-CAPS">GNOME_KEY_NAME_UNDO</title>
  <programlisting>#define GNOME_KEY_NAME_UNDO  	        'z'
  </programlisting>
  <para>
! The default key used to select the <emphasis>undo</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-UNDO-CAPS">GNOME_KEY_MOD_UNDO</title>
  <programlisting>#define GNOME_KEY_MOD_UNDO  	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-UNDO-CAPS">GNOME_KEY_NAME_UNDO</link> to select
! the <emphasis>undo</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-REDO-CAPS">GNOME_KEY_NAME_REDO</title>
  <programlisting>#define GNOME_KEY_NAME_REDO	        'z'
  </programlisting>
  <para>
! The default key used to select the <emphasis>redo</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-REDO-CAPS">GNOME_KEY_MOD_REDO</title>
  <programlisting>#define GNOME_KEY_MOD_REDO	        (GDK_CONTROL_MASK | GDK_SHIFT_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-REDO-CAPS">GNOME_KEY_NAME_REDO</link> to select
! the <emphasis>redo</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-SAVE-CAPS">GNOME_KEY_NAME_SAVE</title>
  <programlisting>#define GNOME_KEY_NAME_SAVE	        's'
  </programlisting>
  <para>
! The default key used to select the <emphasis>save</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-SAVE-CAPS">GNOME_KEY_MOD_SAVE</title>
  <programlisting>#define GNOME_KEY_MOD_SAVE	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-SAVE-CAPS">GNOME_KEY_NAME_SAVE</link> to select
! the <emphasis>save</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-OPEN-CAPS">GNOME_KEY_NAME_OPEN</title>
  <programlisting>#define GNOME_KEY_NAME_OPEN	        'o'
  </programlisting>
  <para>
! The default key used to select the <emphasis>open</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-OPEN-CAPS">GNOME_KEY_MOD_OPEN</title>
  <programlisting>#define GNOME_KEY_MOD_OPEN	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-OPEN-CAPS">GNOME_KEY_NAME_OPEN</link> to select
! the <emphasis>open</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-SAVE-AS-CAPS">GNOME_KEY_NAME_SAVE_AS</title>
  <programlisting>#define GNOME_KEY_NAME_SAVE_AS	        's'
  </programlisting>
  <para>
! The default key used to select the <emphasis>save as</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-SAVE-AS-CAPS">GNOME_KEY_MOD_SAVE_AS</title>
  <programlisting>#define GNOME_KEY_MOD_SAVE_AS           (GDK_CONTROL_MASK | GDK_SHIFT_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-SAVE-AS-CAPS">GNOME_KEY_NAME_SAVE_AS</link> to select
! the <emphasis>save as</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-NEW-CAPS">GNOME_KEY_NAME_NEW</title>
  <programlisting>#define GNOME_KEY_NAME_NEW	        'n'
  </programlisting>
  <para>
! The default key used to select the <emphasis>new</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-NEW-CAPS">GNOME_KEY_MOD_NEW</title>
  <programlisting>#define GNOME_KEY_MOD_NEW	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-NEW-CAPS">GNOME_KEY_NAME_NEW</link> to select
! the <emphasis>new</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-PRINT-CAPS">GNOME_KEY_NAME_PRINT</title>
  <programlisting>#define GNOME_KEY_NAME_PRINT            'p'
  </programlisting>
  <para>
! The default key used to select the <emphasis>print</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-PRINT-CAPS">GNOME_KEY_MOD_PRINT</title>
  <programlisting>#define GNOME_KEY_MOD_PRINT             (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-PRINT-CAPS">GNOME_KEY_NAME_PRINT</link> to select
! the <emphasis>print</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-PRINT-SETUP-CAPS">GNOME_KEY_NAME_PRINT_SETUP</title>
  <programlisting>#define GNOME_KEY_NAME_PRINT_SETUP      0
  </programlisting>
  <para>
! The default key used to select the <emphasis>print setup</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-PRINT-SETUP-CAPS">GNOME_KEY_MOD_PRINT_SETUP</title>
  <programlisting>#define GNOME_KEY_MOD_PRINT_SETUP       (0)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-PRINT-SETUP-CAPS">GNOME_KEY_NAME_PRINT_SETUP</link> to
! select the <emphasis>print setup</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-FIND-CAPS">GNOME_KEY_NAME_FIND</title>
  <programlisting>#define GNOME_KEY_NAME_FIND             'f'
  </programlisting>
  <para>
! The default key used to select the <emphasis>find</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-FIND-CAPS">GNOME_KEY_MOD_FIND</title>
  <programlisting>#define GNOME_KEY_MOD_FIND              (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-FIND-CAPS">GNOME_KEY_NAME_FIND</link> to select
! the <emphasis>find</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-FIND-AGAIN-CAPS">GNOME_KEY_NAME_FIND_AGAIN</title>
  <programlisting>#define GNOME_KEY_NAME_FIND_AGAIN       'g'
  </programlisting>
  <para>
! The default key used to select the <emphasis>find again</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-FIND-AGAIN-CAPS">GNOME_KEY_MOD_FIND_AGAIN</title>
  <programlisting>#define GNOME_KEY_MOD_FIND_AGAIN        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-FIND-AGAIN-CAPS">GNOME_KEY_NAME_FIND_AGAIN</link> to
! select the <emphasis>find again</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-REPLACE-CAPS">GNOME_KEY_NAME_REPLACE</title>
  <programlisting>#define GNOME_KEY_NAME_REPLACE          'r'
  </programlisting>
  <para>
! The default key used to select the <emphasis>replace</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-REPLACE-CAPS">GNOME_KEY_MOD_REPLACE</title>
  <programlisting>#define GNOME_KEY_MOD_REPLACE           (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-REPLACE-CAPS">GNOME_KEY_NAME_REPLACE</link> to select
! the <emphasis>replace</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-NEW-WINDOW-CAPS">GNOME_KEY_NAME_NEW_WINDOW</title>
  <programlisting>#define GNOME_KEY_NAME_NEW_WINDOW       0
  </programlisting>
  <para>
! The default key used to select the <emphasis>new window</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-NEW-WINDOW-CAPS">GNOME_KEY_MOD_NEW_WINDOW</title>
  <programlisting>#define GNOME_KEY_MOD_NEW_WINDOW        (0)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-NEW-WINDOW-CAPS">GNOME_KEY_NAME_NEW_WINDOW</link> to
! select the <emphasis>new window</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-CLOSE-WINDOW-CAPS">GNOME_KEY_NAME_CLOSE_WINDOW</title>
  <programlisting>#define GNOME_KEY_NAME_CLOSE_WINDOW     0
  </programlisting>
  <para>
! The default key used to select the <emphasis>close window</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-CLOSE-WINDOW-CAPS">GNOME_KEY_MOD_CLOSE_WINDOW</title>
  <programlisting>#define GNOME_KEY_MOD_CLOSE_WINDOW      (0)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-CLOSE-WINDOW-CAPS">GNOME_KEY_NAME_CLOSE_WINDOW</link> to
! select the <emphasis>close window</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-REDO-MOVE-CAPS">GNOME_KEY_NAME_REDO_MOVE</title>
  <programlisting>#define GNOME_KEY_NAME_REDO_MOVE        'z'
  </programlisting>
  <para>
! The default key used to select the <emphasis>redo move</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-REDO-MOVE-CAPS">GNOME_KEY_MOD_REDO_MOVE</title>
  <programlisting>#define GNOME_KEY_MOD_REDO_MOVE         (GDK_CONTROL_MASK | GDK_SHIFT_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-REDO-MOVE-CAPS">GNOME_KEY_NAME_REDO_MOVE</link> to
! select the <emphasis>redo move</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-UNDO-MOVE-CAPS">GNOME_KEY_NAME_UNDO_MOVE</title>
  <programlisting>#define GNOME_KEY_NAME_UNDO_MOVE        'z'
  </programlisting>
  <para>
! The default key used to select the <emphasis>undo move</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-UNDO-MOVE-CAPS">GNOME_KEY_MOD_UNDO_MOVE</title>
  <programlisting>#define GNOME_KEY_MOD_UNDO_MOVE         (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-UNDO-MOVE-CAPS">GNOME_KEY_NAME_UNDO_MOVE</link> to
! select the <emphasis>undo move</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-PAUSE-GAME-CAPS">GNOME_KEY_NAME_PAUSE_GAME</title>
  <programlisting>#define GNOME_KEY_NAME_PAUSE_GAME       GDK_Pause
  </programlisting>
  <para>
! The default key used to select the <emphasis>pause game</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-PAUSE-GAME-CAPS">GNOME_KEY_MOD_PAUSE_GAME</title>
  <programlisting>#define GNOME_KEY_MOD_PAUSE_GAME        (0)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-PAUSE-GAME-CAPS">GNOME_KEY_NAME_PAUSE_GAME</link> to
! select the <emphasis>pause game</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-NEW-GAME-CAPS">GNOME_KEY_NAME_NEW_GAME</title>
  <programlisting>#define GNOME_KEY_NAME_NEW_GAME         'n'
  </programlisting>
  <para>
! The default key used to select the <emphasis>new game</emphasis> menu item.
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-NEW-GAME-CAPS">GNOME_KEY_MOD_NEW_GAME</title>
  <programlisting>#define GNOME_KEY_MOD_NEW_GAME          (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! The default modifier used in conjunction with <link linkend="GNOME-KEY-NAME-NEW-GAME-CAPS">GNOME_KEY_NAME_NEW_GAME</link> to
! select the <emphasis>new game</emphasis> menu item.
  </para></refsect2>
  
  </refsect1>
--- 172,500 ----
  </programlisting>
  <warning><para><literal>GNOME_KEY_MOD_EXIT</literal> is deprecated and should not be used in newly-written code.</para></warning>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-CLOSE-CAPS">GNOME_KEY_NAME_CLOSE</title>
  <programlisting>#define GNOME_KEY_NAME_CLOSE 	        'w'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-CLOSE-CAPS">GNOME_KEY_MOD_CLOSE</title>
  <programlisting>#define	GNOME_KEY_MOD_CLOSE	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-CUT-CAPS">GNOME_KEY_NAME_CUT</title>
  <programlisting>#define GNOME_KEY_NAME_CUT 	        'x'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-CUT-CAPS">GNOME_KEY_MOD_CUT</title>
  <programlisting>#define GNOME_KEY_MOD_CUT 	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-COPY-CAPS">GNOME_KEY_NAME_COPY</title>
  <programlisting>#define GNOME_KEY_NAME_COPY	        'c'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-COPY-CAPS">GNOME_KEY_MOD_COPY</title>
  <programlisting>#define GNOME_KEY_MOD_COPY	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-PASTE-CAPS">GNOME_KEY_NAME_PASTE</title>
  <programlisting>#define GNOME_KEY_NAME_PASTE 	        'v'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-PASTE-CAPS">GNOME_KEY_MOD_PASTE</title>
  <programlisting>#define GNOME_KEY_MOD_PASTE 	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-SELECT-ALL-CAPS">GNOME_KEY_NAME_SELECT_ALL</title>
  <programlisting>#define GNOME_KEY_NAME_SELECT_ALL       'a'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-SELECT-ALL-CAPS">GNOME_KEY_MOD_SELECT_ALL</title>
  <programlisting>#define GNOME_KEY_MOD_SELECT_ALL        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-CLEAR-CAPS">GNOME_KEY_NAME_CLEAR</title>
  <programlisting>#define GNOME_KEY_NAME_CLEAR 	        0
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-CLEAR-CAPS">GNOME_KEY_MOD_CLEAR</title>
  <programlisting>#define GNOME_KEY_MOD_CLEAR 	        (0)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-UNDO-CAPS">GNOME_KEY_NAME_UNDO</title>
  <programlisting>#define GNOME_KEY_NAME_UNDO  	        'z'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-UNDO-CAPS">GNOME_KEY_MOD_UNDO</title>
  <programlisting>#define GNOME_KEY_MOD_UNDO  	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-REDO-CAPS">GNOME_KEY_NAME_REDO</title>
  <programlisting>#define GNOME_KEY_NAME_REDO	        'z'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-REDO-CAPS">GNOME_KEY_MOD_REDO</title>
  <programlisting>#define GNOME_KEY_MOD_REDO	        (GDK_CONTROL_MASK | GDK_SHIFT_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-SAVE-CAPS">GNOME_KEY_NAME_SAVE</title>
  <programlisting>#define GNOME_KEY_NAME_SAVE	        's'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-SAVE-CAPS">GNOME_KEY_MOD_SAVE</title>
  <programlisting>#define GNOME_KEY_MOD_SAVE	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-OPEN-CAPS">GNOME_KEY_NAME_OPEN</title>
  <programlisting>#define GNOME_KEY_NAME_OPEN	        'o'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-OPEN-CAPS">GNOME_KEY_MOD_OPEN</title>
  <programlisting>#define GNOME_KEY_MOD_OPEN	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-SAVE-AS-CAPS">GNOME_KEY_NAME_SAVE_AS</title>
  <programlisting>#define GNOME_KEY_NAME_SAVE_AS	        's'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-SAVE-AS-CAPS">GNOME_KEY_MOD_SAVE_AS</title>
  <programlisting>#define GNOME_KEY_MOD_SAVE_AS           (GDK_CONTROL_MASK | GDK_SHIFT_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-NEW-CAPS">GNOME_KEY_NAME_NEW</title>
  <programlisting>#define GNOME_KEY_NAME_NEW	        'n'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-NEW-CAPS">GNOME_KEY_MOD_NEW</title>
  <programlisting>#define GNOME_KEY_MOD_NEW	        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-PRINT-CAPS">GNOME_KEY_NAME_PRINT</title>
  <programlisting>#define GNOME_KEY_NAME_PRINT            'p'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-PRINT-CAPS">GNOME_KEY_MOD_PRINT</title>
  <programlisting>#define GNOME_KEY_MOD_PRINT             (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-PRINT-SETUP-CAPS">GNOME_KEY_NAME_PRINT_SETUP</title>
  <programlisting>#define GNOME_KEY_NAME_PRINT_SETUP      0
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-PRINT-SETUP-CAPS">GNOME_KEY_MOD_PRINT_SETUP</title>
  <programlisting>#define GNOME_KEY_MOD_PRINT_SETUP       (0)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-FIND-CAPS">GNOME_KEY_NAME_FIND</title>
  <programlisting>#define GNOME_KEY_NAME_FIND             'f'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-FIND-CAPS">GNOME_KEY_MOD_FIND</title>
  <programlisting>#define GNOME_KEY_MOD_FIND              (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-FIND-AGAIN-CAPS">GNOME_KEY_NAME_FIND_AGAIN</title>
  <programlisting>#define GNOME_KEY_NAME_FIND_AGAIN       'g'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-FIND-AGAIN-CAPS">GNOME_KEY_MOD_FIND_AGAIN</title>
  <programlisting>#define GNOME_KEY_MOD_FIND_AGAIN        (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-REPLACE-CAPS">GNOME_KEY_NAME_REPLACE</title>
  <programlisting>#define GNOME_KEY_NAME_REPLACE          'r'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-REPLACE-CAPS">GNOME_KEY_MOD_REPLACE</title>
  <programlisting>#define GNOME_KEY_MOD_REPLACE           (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-NEW-WINDOW-CAPS">GNOME_KEY_NAME_NEW_WINDOW</title>
  <programlisting>#define GNOME_KEY_NAME_NEW_WINDOW       0
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-NEW-WINDOW-CAPS">GNOME_KEY_MOD_NEW_WINDOW</title>
  <programlisting>#define GNOME_KEY_MOD_NEW_WINDOW        (0)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-CLOSE-WINDOW-CAPS">GNOME_KEY_NAME_CLOSE_WINDOW</title>
  <programlisting>#define GNOME_KEY_NAME_CLOSE_WINDOW     0
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-CLOSE-WINDOW-CAPS">GNOME_KEY_MOD_CLOSE_WINDOW</title>
  <programlisting>#define GNOME_KEY_MOD_CLOSE_WINDOW      (0)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-REDO-MOVE-CAPS">GNOME_KEY_NAME_REDO_MOVE</title>
  <programlisting>#define GNOME_KEY_NAME_REDO_MOVE        'z'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-REDO-MOVE-CAPS">GNOME_KEY_MOD_REDO_MOVE</title>
  <programlisting>#define GNOME_KEY_MOD_REDO_MOVE         (GDK_CONTROL_MASK | GDK_SHIFT_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-UNDO-MOVE-CAPS">GNOME_KEY_NAME_UNDO_MOVE</title>
  <programlisting>#define GNOME_KEY_NAME_UNDO_MOVE        'z'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-UNDO-MOVE-CAPS">GNOME_KEY_MOD_UNDO_MOVE</title>
  <programlisting>#define GNOME_KEY_MOD_UNDO_MOVE         (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-PAUSE-GAME-CAPS">GNOME_KEY_NAME_PAUSE_GAME</title>
  <programlisting>#define GNOME_KEY_NAME_PAUSE_GAME       GDK_Pause
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-PAUSE-GAME-CAPS">GNOME_KEY_MOD_PAUSE_GAME</title>
  <programlisting>#define GNOME_KEY_MOD_PAUSE_GAME        (0)
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-NAME-NEW-GAME-CAPS">GNOME_KEY_NAME_NEW_GAME</title>
  <programlisting>#define GNOME_KEY_NAME_NEW_GAME         'n'
  </programlisting>
  <para>
! 
  </para></refsect2>
  <refsect2>
  <title><anchor id="GNOME-KEY-MOD-NEW-GAME-CAPS">GNOME_KEY_MOD_NEW_GAME</title>
  <programlisting>#define GNOME_KEY_MOD_NEW_GAME          (GDK_CONTROL_MASK)
  </programlisting>
  <para>
! 
  </para></refsect2>
  
  </refsect1>
diff -crN ./libgnomeui/doc/reference/sgml/gnome-window.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-window.sgml
*** ./libgnomeui/doc/reference/sgml/gnome-window.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/gnome-window.sgml	Sat Aug  9 21:49:04 2003
***************
*** 6,12 ****
  </refmeta>
  
  <refnamediv>
! <refname>gnome-window</refname><refpurpose>Convenience functions for setting window attributes.</refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
--- 6,12 ----
  </refmeta>
  
  <refnamediv>
! <refname>gnome-window</refname><refpurpose></refpurpose>
  </refnamediv>
  
  <refsynopsisdiv><title>Synopsis</title>
***************
*** 32,41 ****
  <refsect1>
  <title>Description</title>
  <para>
! This module is a convenience wrapper for some similar functions in GTK+. This
! allows all GNOME applications to have a consistent way of setting their window
! and dialog titles. It is possible that in the future, a configurable way of
! setting window titles may be added.
  </para>
  </refsect1>
  
--- 32,38 ----
  <refsect1>
  <title>Description</title>
  <para>
! 
  </para>
  </refsect1>
  
diff -crN ./libgnomeui/doc/reference/sgml/object_index.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/object_index.sgml
*** ./libgnomeui/doc/reference/sgml/object_index.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/object_index.sgml	Sat Aug  9 21:48:56 2003
***************
*** 10,104 ****
  <entry><link linkend="GObject">GObject</link></entry>
  </row>
  <row>
  <entry><link linkend="GdkDragContext">GdkDragContext</link></entry>
  <entry><link linkend="GdkDrawable">GdkDrawable</link></entry>
- <entry><link linkend="GdkImage">GdkImage</link></entry>
  </row>
  <row>
  <entry><link linkend="GdkPixbuf">GdkPixbuf</link></entry>
  <entry><link linkend="GdkPixbufAnimation">GdkPixbufAnimation</link></entry>
- <entry><link linkend="GdkPixmap">GdkPixmap</link></entry>
  </row>
  <row>
  <entry><link linkend="GdkScreen">GdkScreen</link></entry>
  <entry><link linkend="GnomeAbout">GnomeAbout</link></entry>
- <entry><link linkend="GnomeApp">GnomeApp</link></entry>
  </row>
  <row>
  <entry><link linkend="GnomeAppBar">GnomeAppBar</link></entry>
  <entry><link linkend="GnomeCanvas">GnomeCanvas</link></entry>
- <entry><link linkend="GnomeCanvasItem">GnomeCanvasItem</link></entry>
  </row>
  <row>
  <entry><link linkend="GnomeClient">GnomeClient</link></entry>
  <entry><link linkend="GnomeColorPicker">GnomeColorPicker</link></entry>
- <entry><link linkend="GnomeDateEdit">GnomeDateEdit</link></entry>
  </row>
  <row>
  <entry><link linkend="GnomeDialog">GnomeDialog</link></entry>
  <entry><link linkend="GnomeDruid">GnomeDruid</link></entry>
- <entry><link linkend="GnomeDruidPage">GnomeDruidPage</link></entry>
  </row>
  <row>
  <entry><link linkend="GnomeDruidPageEdge">GnomeDruidPageEdge</link></entry>
  <entry><link linkend="GnomeDruidPageStandard">GnomeDruidPageStandard</link></entry>
- <entry><link linkend="GnomeEntry">GnomeEntry</link></entry>
  </row>
  <row>
  <entry><link linkend="GnomeFileEntry">GnomeFileEntry</link></entry>
  <entry><link linkend="GnomeFontPicker">GnomeFontPicker</link></entry>
- <entry><link linkend="GnomeHRef">GnomeHRef</link></entry>
  </row>
  <row>
  <entry><link linkend="GnomeIconEntry">GnomeIconEntry</link></entry>
  <entry><link linkend="GnomeIconList">GnomeIconList</link></entry>
- <entry><link linkend="GnomeIconSelection">GnomeIconSelection</link></entry>
  </row>
  <row>
  <entry><link linkend="GnomeIconTextItem">GnomeIconTextItem</link></entry>
  <entry><link linkend="GnomeMDI">GnomeMDI</link></entry>
- <entry><link linkend="GnomeMDIChild">GnomeMDIChild</link></entry>
  </row>
  <row>
  <entry><link linkend="GnomeMDIGenericChild">GnomeMDIGenericChild</link></entry>
  <entry><link linkend="GnomeMessageBox">GnomeMessageBox</link></entry>
- <entry><link linkend="GnomePixmap">GnomePixmap</link></entry>
  </row>
  <row>
  <entry><link linkend="GnomePixmapEntry">GnomePixmapEntry</link></entry>
  <entry><link linkend="GnomePropertyBox">GnomePropertyBox</link></entry>
- <entry><link linkend="GnomeScores">GnomeScores</link></entry>
  </row>
  <row>
  <entry><link linkend="GtkAdjustment">GtkAdjustment</link></entry>
  <entry><link linkend="GtkBin">GtkBin</link></entry>
- <entry><link linkend="GtkBox">GtkBox</link></entry>
  </row>
  <row>
  <entry><link linkend="GtkButton">GtkButton</link></entry>
  <entry><link linkend="GtkCellEditable">GtkCellEditable</link></entry>
- <entry><link linkend="GtkCombo">GtkCombo</link></entry>
  </row>
  <row>
  <entry><link linkend="GtkContainer">GtkContainer</link></entry>
  <entry><link linkend="GtkDialog">GtkDialog</link></entry>
- <entry><link linkend="GtkEditable">GtkEditable</link></entry>
  </row>
  <row>
  <entry><link linkend="GtkEntry">GtkEntry</link></entry>
  <entry><link linkend="GtkHBox">GtkHBox</link></entry>
- <entry><link linkend="GtkImage">GtkImage</link></entry>
  </row>
  <row>
  <entry><link linkend="GtkLayout">GtkLayout</link></entry>
  <entry><link linkend="GtkMisc">GtkMisc</link></entry>
- <entry><link linkend="GtkObject">GtkObject</link></entry>
  </row>
  <row>
  <entry><link linkend="GtkStyle">GtkStyle</link></entry>
  <entry><link linkend="GtkVBox">GtkVBox</link></entry>
- <entry><link linkend="GtkWidget">GtkWidget</link></entry>
  </row>
  <row>
  <entry><link linkend="GtkWindow">GtkWindow</link></entry>
  </tbody></tgroup></informaltable>
--- 10,105 ----
  <entry><link linkend="GObject">GObject</link></entry>
  </row>
  <row>
+ <entry><link linkend="GTypePlugin">GTypePlugin</link></entry>
  <entry><link linkend="GdkDragContext">GdkDragContext</link></entry>
  <entry><link linkend="GdkDrawable">GdkDrawable</link></entry>
  </row>
  <row>
+ <entry><link linkend="GdkImage">GdkImage</link></entry>
  <entry><link linkend="GdkPixbuf">GdkPixbuf</link></entry>
  <entry><link linkend="GdkPixbufAnimation">GdkPixbufAnimation</link></entry>
  </row>
  <row>
+ <entry><link linkend="GdkPixmap">GdkPixmap</link></entry>
  <entry><link linkend="GdkScreen">GdkScreen</link></entry>
  <entry><link linkend="GnomeAbout">GnomeAbout</link></entry>
  </row>
  <row>
+ <entry><link linkend="GnomeApp">GnomeApp</link></entry>
  <entry><link linkend="GnomeAppBar">GnomeAppBar</link></entry>
  <entry><link linkend="GnomeCanvas">GnomeCanvas</link></entry>
  </row>
  <row>
+ <entry><link linkend="GnomeCanvasItem">GnomeCanvasItem</link></entry>
  <entry><link linkend="GnomeClient">GnomeClient</link></entry>
  <entry><link linkend="GnomeColorPicker">GnomeColorPicker</link></entry>
  </row>
  <row>
+ <entry><link linkend="GnomeDateEdit">GnomeDateEdit</link></entry>
  <entry><link linkend="GnomeDialog">GnomeDialog</link></entry>
  <entry><link linkend="GnomeDruid">GnomeDruid</link></entry>
  </row>
  <row>
+ <entry><link linkend="GnomeDruidPage">GnomeDruidPage</link></entry>
  <entry><link linkend="GnomeDruidPageEdge">GnomeDruidPageEdge</link></entry>
  <entry><link linkend="GnomeDruidPageStandard">GnomeDruidPageStandard</link></entry>
  </row>
  <row>
+ <entry><link linkend="GnomeEntry">GnomeEntry</link></entry>
  <entry><link linkend="GnomeFileEntry">GnomeFileEntry</link></entry>
  <entry><link linkend="GnomeFontPicker">GnomeFontPicker</link></entry>
  </row>
  <row>
+ <entry><link linkend="GnomeHRef">GnomeHRef</link></entry>
  <entry><link linkend="GnomeIconEntry">GnomeIconEntry</link></entry>
  <entry><link linkend="GnomeIconList">GnomeIconList</link></entry>
  </row>
  <row>
+ <entry><link linkend="GnomeIconSelection">GnomeIconSelection</link></entry>
  <entry><link linkend="GnomeIconTextItem">GnomeIconTextItem</link></entry>
  <entry><link linkend="GnomeMDI">GnomeMDI</link></entry>
  </row>
  <row>
+ <entry><link linkend="GnomeMDIChild">GnomeMDIChild</link></entry>
  <entry><link linkend="GnomeMDIGenericChild">GnomeMDIGenericChild</link></entry>
  <entry><link linkend="GnomeMessageBox">GnomeMessageBox</link></entry>
  </row>
  <row>
+ <entry><link linkend="GnomePixmap">GnomePixmap</link></entry>
  <entry><link linkend="GnomePixmapEntry">GnomePixmapEntry</link></entry>
  <entry><link linkend="GnomePropertyBox">GnomePropertyBox</link></entry>
  </row>
  <row>
+ <entry><link linkend="GnomeScores">GnomeScores</link></entry>
  <entry><link linkend="GtkAdjustment">GtkAdjustment</link></entry>
  <entry><link linkend="GtkBin">GtkBin</link></entry>
  </row>
  <row>
+ <entry><link linkend="GtkBox">GtkBox</link></entry>
  <entry><link linkend="GtkButton">GtkButton</link></entry>
  <entry><link linkend="GtkCellEditable">GtkCellEditable</link></entry>
  </row>
  <row>
+ <entry><link linkend="GtkCombo">GtkCombo</link></entry>
  <entry><link linkend="GtkContainer">GtkContainer</link></entry>
  <entry><link linkend="GtkDialog">GtkDialog</link></entry>
  </row>
  <row>
+ <entry><link linkend="GtkEditable">GtkEditable</link></entry>
  <entry><link linkend="GtkEntry">GtkEntry</link></entry>
  <entry><link linkend="GtkHBox">GtkHBox</link></entry>
  </row>
  <row>
+ <entry><link linkend="GtkImage">GtkImage</link></entry>
  <entry><link linkend="GtkLayout">GtkLayout</link></entry>
  <entry><link linkend="GtkMisc">GtkMisc</link></entry>
  </row>
  <row>
+ <entry><link linkend="GtkObject">GtkObject</link></entry>
  <entry><link linkend="GtkStyle">GtkStyle</link></entry>
  <entry><link linkend="GtkVBox">GtkVBox</link></entry>
  </row>
  <row>
+ <entry><link linkend="GtkWidget">GtkWidget</link></entry>
  <entry><link linkend="GtkWindow">GtkWindow</link></entry>
  </tbody></tgroup></informaltable>
diff -crN ./libgnomeui/doc/reference/sgml/tree_index.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/tree_index.sgml
*** ./libgnomeui/doc/reference/sgml/tree_index.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/sgml/tree_index.sgml	Sat Aug  9 21:48:56 2003
***************
*** 54,59 ****
--- 54,60 ----
          <link linkend="GdkImage">GdkImage</link>
          <link linkend="GdkPixbufAnimation">GdkPixbufAnimation</link>
      <link linkend="GInterface">GInterface</link>
+         <link linkend="GTypePlugin">GTypePlugin</link>
          <link linkend="AtkImplementorIface">AtkImplementorIface</link>
          <link linkend="GtkEditable">GtkEditable</link>
          <link linkend="GtkCellEditable">GtkCellEditable</link>
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-app-helper.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-app-helper.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-app-helper.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-app-helper.sgml	Sat Aug  9 21:48:54 2003
***************
*** 2,22 ****
  gnome-app-helper
  
  <!-- ##### SECTION Short_Description ##### -->
! Useful functions for populating menus and toolbars.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
! This module lets a developer easily create menus and toolbars for use in their
! applications. Basically, a hierarchy of #GnomeUIInfo structures are defined and
! then the appropriate functions from this module are called to create the menu
! or tool bars.
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### ENUM GnomeUIInfoType ##### -->
  <para>
  
--- 2,21 ----
  gnome-app-helper
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
! 
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### ENUM GnomeUIInfoType ##### -->
  <para>
  
***************
*** 74,85 ****
  
  <!-- ##### MACRO GNOME_APP_CONFIGURABLE_ITEM_EXIT ##### -->
  <para>
! The <literal>EXIT</literal> and <literal>QUIT</literal> commands are synonyms
! (they were used interchangably and inconsistently in GNOME 1). This define
! just makes this the case for configurable menu items as well. Note, however,
! that in GNOME 2, the use of <emphasis>exit</emphasis> is deprecated and all new
! applications should use the word <emphasis>quit</emphasis> whenever termination
! of an application is being discussed.
  </para>
  
  
--- 73,79 ----
  
  <!-- ##### MACRO GNOME_APP_CONFIGURABLE_ITEM_EXIT ##### -->
  <para>
! 
  </para>
  
  
***************
*** 96,137 ****
  
  <!-- ##### TYPEDEF GnomeUIInfo ##### -->
  <para>
- This is the structure that defines an item in a menu bar or toolbar.  The 
- idea is to create an array of such structures with the information needed 
- to create menus or toolbars. The most convenient way to create such a 
- structure is to use the GNOMEUIINFO_* macros provided below.
- </para>
  
- <para>
- The @moreinfo parameter contents depend on the @type. For 'item',
- 'toggleitem' and 'radioitem' types, this is a pointer to the function to
- call when the item is activated. For 'subtrees', it is a pointer to another
- array of #GnomeUIInfo structures. For 'radioitem lead' entry, it is a
- pointer to an array of #GnomeUIInfo structures for the radio item group. For
- a 'help' item, it specifies the help node to load (i.e. the application's
- identifier) or %NULL for the main program's name. For 'builder data',
- @moreinfo points to the #GnomeUIBuilderData structure for the subsequent
- items.
- </para>
- 
- <para>
- The contents of the @pixmap_info depend upon the value of @pixmap_type. If
- @pixmap_type is @GNOME_APP_PIXMAP_STOCK, then @pixmap_info is a pointer to a
- stock icon name. For #GNOME_APP_PIXMAP_DATA pixmaps, @pixmap_info is a
- pointer to inline xpm data. For #GNOME_APP_PIXMAP_FILENAME pixmaps, it is a
- pointer to the filename string.
- </para>
- 
- <para>
- When @type is #GNOME_APP_UI_ITEM_CONFIGURABLE, @accelerator_key is
- overloaded to be the name of the configurable pixmap (an element from the
- #GnomeUIInfoConfigurableTypes enum). In this case @ac_mods should be 0.
- </para>
- 
- <para>
- The @widget field in the #GnomeUIInfo structure is filled in by the creation
- function. It can be used to tweak the widgets once they have been created if
- the application requires that level of fine-grained control.
  </para>
  
  
--- 90,96 ----
***************
*** 148,186 ****
  
  <!-- ##### MACRO GNOMEUIINFO_KEY_UIDATA ##### -->
  <para>
! The <literal>widget</literal> element in a #GnomeUIInfo structure will have
! this parameter set to the user data that was given in the #GnomeUIInfo instance.
  </para>
  
  
  
  <!-- ##### MACRO GNOMEUIINFO_KEY_UIBDATA ##### -->
  <para>
! The <literal>widget</literal> element in a #GnomeUIInfo structure will have
! this parameter set to the user data that was given in the relevant
! #GnomeUIBuilderData structure that was applicable at the time of construction
! of the widget.
  </para>
  
- <!-- # Unused Parameters # -->
- @menu_shell: 
- @uiinfo: 
- @accel_group: 
- @uline_accels: 
- @pos: 
  
  
  <!-- ##### USER_FUNCTION GnomeUISignalConnectFunc ##### -->
  <para>
! The template for functions that are called as a result of signals being emitted
! from a menu or tool bar item. Fnuctions of this type are given as the first
! element of a #GnomeUIBuilderData instance.
  </para>
  
! @uiinfo: The user data that was part of the #GnomeUIInfo instance.
! @signal_name: The name of the emitted signal.
! @uibdata: The user data that was part of the relevant #GnomeUIBuilderData
! instance.
  
  
  <!-- ##### FUNCTION gnome_accelerators_sync ##### -->
--- 107,132 ----
  
  <!-- ##### MACRO GNOMEUIINFO_KEY_UIDATA ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOMEUIINFO_KEY_UIBDATA ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### USER_FUNCTION GnomeUISignalConnectFunc ##### -->
  <para>
! 
  </para>
  
! @uiinfo: 
! @signal_name: 
! @uibdata: 
  
  
  <!-- ##### FUNCTION gnome_accelerators_sync ##### -->
***************
*** 391,398 ****
  @path: 
  @uiinfo: 
  @uibdata: 
- <!-- # Unused Parameters # -->
- @menuinfo: 
  
  
  <!-- ##### FUNCTION gnome_app_insert_menus ##### -->
--- 337,342 ----
***************
*** 454,461 ****
  
  @app: 
  @uiinfo: 
- <!-- # Unused Parameters # -->
- @uinfo: 
  
  
  <!-- ##### FUNCTION gnome_app_setup_toolbar ##### -->
--- 398,403 ----
***************
*** 469,1205 ****
  
  <!-- ##### MACRO GNOMEUIINFO_END ##### -->
  <para>
! A macro that can be used to terminate an arrau of #GnomeUIInfo structures.
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_SEPARATOR ##### -->
  <para>
! A macro that defines a menu seperator bar. Can be put into an array of
! #GnomeUIInfo structures.
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_ITEM ##### -->
  <para>
! A generic menu item with an inline xpm icon.
  </para>
  
! @label: Menu label.
! @tooltip: Tooltip for the label.
! @callback: Function to call on selection of this item.
! @xpm_data: Pixmap data.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_ITEM_STOCK ##### -->
  <para>
! A menu item with a stock icon.
  </para>
  
! @label: Menu label.
! @tooltip: Tooltip for the label.
! @callback: Function to call on selection of this item.
! @stock_id: The value of stock icon (from the gnome-stock-item module of this
! library).
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_ITEM_NONE ##### -->
  <para>
! A menu item with no icon.
  </para>
  
! @label: Menu label.
! @tooltip: Tooltip for the label.
! @callback: Function to call on selection of this item.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_ITEM_DATA ##### -->
  <para>
! A menu item with an inline xpm icon and user data pointer for @callback.
  </para>
  
! @label: Menu label.
! @tooltip: Tooltip for the label.
! @callback: Function to call on selection of this item.
! @user_data: User data to pass to the callback function.
! @xpm_data: Pixmap data.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_TOGGLEITEM ##### -->
  <para>
! A toggle item (check box) with inline xpm icon.
  </para>
  
! @label: Menu label.
! @tooltip: Tooltip for the label.
! @callback: Function to call on selection of this item.
! @xpm_data: Pixmap data.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_TOGGLEITEM_DATA ##### -->
  <para>
! A toggle item (chekc box) with inline xpm icon and user data pointer for
! @callback.
  </para>
  
! @label: Menu label.
! @tooltip: Tooltip for the label.
! @callback: Function to call on selection of this item.
! @user_data: User data to pass to the callback function.
! @xpm_data: Pixmap data.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_HELP ##### -->
  <para>
! A menu containing all help topics based on @app_name.
  </para>
  
! @app_name: Application id string.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_SUBTREE ##### -->
  <para>
! A subtree (submenu).
  </para>
  
! @label: Submenu label.
! @tree: A pointer to an array of #GnomeUIInfo structures.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_SUBTREE_HINT ##### -->
  <para>
! A subtree with a hint.
  </para>
  
! @label: Submenu label.
! @hint: Hint for statusbar.
! @tree: A pointer to an array of #GnomeUIInfo structures.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_SUBTREE_STOCK ##### -->
  <para>
! A subtree using a stock icon.
  </para>
  
  @label: 
! @tree: A pointer to an array of #GnomeUIInfo structs.
! @stock_id: The value of stock icon (from the gnome-stock-item module of this
! library).
! @Returns: A #GnomeUIInfo structure.
! <!-- # Unused Parameters # -->
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_INCLUDE ##### -->
  <para>
! A menu that should be included at the current point of the current menu (like
! #GNOMEUIINFO_SUBTREE, but doesn't create a submenu).
  </para>
  
! @tree: A pointer to an array of #GnomeUIInfo structures.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_RADIOLIST ##### -->
  <para>
! A list of radio items.
  </para>
  
! @list: Pointer to a list of #GNOMEUIINFO_RADIOITEM elements.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_RADIOITEM ##### -->
  <para>
! A radio item with an inline xpm icon.
  </para>
  
! @label: Item label.
! @tooltip: Tooltip for the item.
! @callback: Function to call on selection of this item.
! @xpm_data: Pixmap data.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_RADIOITEM_DATA ##### -->
  <para>
! A radio item with an inline xpm icon and user data for @callback.
  </para>
  
! @label: Item label.
! @tooltip: Tooltip for the item.
! @callback: Function to call on selection of this item.
! @user_data: User data for the callback function.
! @xpm_data: Pixmap data.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_NEW_ITEM ##### -->
  <para>
! A "New" entry (typically in the "File" menu).
  </para>
  
! @label: The label for the menu item (the thing being created).
! @tip: Tooltip for the item.
! @cb: Callback for when the menu item is selected.
! @data: User data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_NEW_SUBTREE ##### -->
  <para>
! A "New" menu item that creates a subtree (for when you have more than one thing
! that can be created anew).
  </para>
  
! @tree: Pointer to a list of #GnomeUIInfo menu structures.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_OPEN_ITEM ##### -->
  <para>
! An "Open..." menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_SAVE_ITEM ##### -->
  <para>
! A "Save" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_SAVE_AS_ITEM ##### -->
  <para>
! A "Save as..." menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_REVERT_ITEM ##### -->
  <para>
! A "Revert" (to last saved) menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PRINT_ITEM ##### -->
  <para>
! A "Print" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PRINT_SETUP_ITEM ##### -->
  <para>
! A "Print setup..." menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_CLOSE_ITEM ##### -->
  <para>
! A "Close" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_EXIT_ITEM ##### -->
  <para>
! An "Exit" menu item (deprecated).
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_QUIT_ITEM ##### -->
  <para>
! A "Quit" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_CUT_ITEM ##### -->
  <para>
! A "Cut" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_COPY_ITEM ##### -->
  <para>
! A "Copy" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PASTE_ITEM ##### -->
  <para>
! A "Paste" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_SELECT_ALL_ITEM ##### -->
  <para>
! A "Select All" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_CLEAR_ITEM ##### -->
  <para>
! A "clear" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_UNDO_ITEM ##### -->
  <para>
! An "Undo" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_REDO_ITEM ##### -->
  <para>
! A "Redo" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_FIND_ITEM ##### -->
  <para>
! A "Find" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_FIND_AGAIN_ITEM ##### -->
  <para>
! A "Find Again" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_REPLACE_ITEM ##### -->
  <para>
! A "Replace" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PROPERTIES_ITEM ##### -->
  <para>
! A "Properties..." menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PREFERENCES_ITEM ##### -->
  <para>
! A "Preferences..." menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_NEW_WINDOW_ITEM ##### -->
  <para>
! A "New Window" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_CLOSE_WINDOW_ITEM ##### -->
  <para>
! A "Close Window" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_ABOUT_ITEM ##### -->
  <para>
! An "About..." menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_NEW_GAME_ITEM ##### -->
  <para>
! A "New Game" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PAUSE_GAME_ITEM ##### -->
  <para>
! A "Pause Game" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_RESTART_GAME_ITEM ##### -->
  <para>
! A "Restart Game" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_UNDO_MOVE_ITEM ##### -->
  <para>
! An "Undo Move" menu item (for games, usually).
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_REDO_MOVE_ITEM ##### -->
  <para>
! A "Redo move" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_HINT_ITEM ##### -->
  <para>
! A "Hint" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_SCORES_ITEM ##### -->
  <para>
! A "Scores" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_END_GAME_ITEM ##### -->
  <para>
! An "End Game" menu item.
  </para>
  
! @cb: Callback for when the menu item is selected.
! @data: Used data to pass to the callback.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_FILE_TREE ##### -->
  <para>
! A "File" menu tree.
  </para>
  
! @tree: Pointer to a tree containing menu items for inside this menu.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_EDIT_TREE ##### -->
  <para>
! An "Edit" menu tree.
  </para>
  
! @tree: Pointer to a tree containing menu items for inside this menu.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_VIEW_TREE ##### -->
  <para>
! A "View" menu tree.
  </para>
  
! @tree: Pointer to a tree containing menu items for inside this menu.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_SETTINGS_TREE ##### -->
  <para>
! A "Settings" menu tree.
  </para>
  
! @tree: Pointer to a tree containing menu items for inside this menu.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_FILES_TREE ##### -->
  <para>
! A "Files" menu tree.
  </para>
  
! @tree: Pointer to a tree containing menu items for inside this menu.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_WINDOWS_TREE ##### -->
  <para>
! A "Windows" menu tree.
  </para>
  
! @tree: Pointer to a tree containing menu items for inside this menu.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_HELP_TREE ##### -->
  <para>
! A "Help" menu tree.
  </para>
  
! @tree: Pointer to a tree containing menu items for inside this menu.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_GAME_TREE ##### -->
  <para>
! A "Game" menu tree.
  </para>
  
! @tree: Pointer to a tree containing menu items for inside this menu.
! @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_FILE_STRING ##### -->
  <para>
! A string which is the title of the "File" menu (when the menu is created using
! #GNOMEUIINFO_MENU_FILE_TREE).
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_FILE_PATH ##### -->
  <para>
! A pre-defined path to the "File" menu (when the menu is created using
! #GNOMEUIINFO_MENU_FILE_TREE). Used in calls like gnome_app_find_menu_pos().
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_EDIT_STRING ##### -->
  <para>
! A string which is the title of the "Edit" menu (when the menu is created using
! #GNOMEUIINFO_MENU_FILE_TREE).
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_EDIT_PATH ##### -->
  <para>
! A pre-defined path to the "Edit" menu (when the menu is created using
! #GNOMEUIINFO_MENU_EDIT_TREE). Used in calls like gnome_app_find_menu_pos().
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_VIEW_STRING ##### -->
  <para>
! A string which is the title of the "View" menu (when the menu is created using
! #GNOMEUIINFO_MENU_VIEW_TREE).
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_VIEW_PATH ##### -->
  <para>
! A pre-defined path to the "View" menu (when the menu is created using
! #GNOMEUIINFO_MENU_FILE_TREE). Used in calls like gnome_app_find_menu_pos().
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_SETTINGS_STRING ##### -->
  <para>
! A string which is the title of the "Settings" menu (when the menu is created
! using #GNOMEUIINFO_MENU_SETTINGS_TREE).
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_SETTINGS_PATH ##### -->
  <para>
! A pre-defined path to the "Settings" menu (when the menu is created using
! #GNOMEUIINFO_MENU_FILE_TREE). Used in calls like gnome_app_find_menu_pos().
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_NEW_STRING ##### -->
  <para>
! A string which is the title of the "New" menu (when the menu is created using
! #GNOMEUIINFO_MENU_NEW_TREE).
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_NEW_PATH ##### -->
  <para>
! A pre-defined path to the "New" menu (when the menu is created using
! #GNOMEUIINFO_MENU_FILE_TREE). Used in calls like gnome_app_find_menu_pos().
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_FILES_STRING ##### -->
  <para>
! A string which is the title of the "Files" menu (when the menu is created using
! #GNOMEUIINFO_MENU_FILES_TREE).
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_FILES_PATH ##### -->
  <para>
! A pre-defined path to the "Files" menu (when the menu is created using
! #GNOMEUIINFO_MENU_FILE_TREE). Used in calls like gnome_app_find_menu_pos().
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_WINDOWS_STRING ##### -->
  <para>
! A string which is the title of the "Windows" menu (when the menu is created
! using #GNOMEUIINFO_MENU_WINDOWS_TREE).
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### MACRO GNOME_MENU_WINDOWS_PATH ##### -->
  <para>
! A pre-defined path to the "Windows" menu (when the menu is created using
! #GNOMEUIINFO_MENU_FILE_TREE). Used in calls like gnome_app_find_menu_pos().
  </para>
  
- @Returns: A #GnomeUIInfo structure.
  
  
  <!-- ##### FUNCTION gnome_app_helper_gettext ##### -->
  <para>
! Translate @string by calling gettext() and then, if that did not change the
! string, dgettext() with the domain set to libgnome's message domain.
  </para>
  
! @string: The string to translate.
! @Returns: The localised value of the string.
  
  
  <!-- ##### MACRO L_ ##### -->
  <para>
! Syntactic sugar for gnome_app_helper_gettext().
  </para>
  
  @x: 
--- 411,1052 ----
  
  <!-- ##### MACRO GNOMEUIINFO_END ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOMEUIINFO_SEPARATOR ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOMEUIINFO_ITEM ##### -->
  <para>
! 
  </para>
  
! @label: 
! @tooltip: 
! @callback: 
! @xpm_data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_ITEM_STOCK ##### -->
  <para>
! 
  </para>
  
! @label: 
! @tooltip: 
! @callback: 
! @stock_id: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_ITEM_NONE ##### -->
  <para>
! 
  </para>
  
! @label: 
! @tooltip: 
! @callback: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_ITEM_DATA ##### -->
  <para>
! 
  </para>
  
! @label: 
! @tooltip: 
! @callback: 
! @user_data: 
! @xpm_data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_TOGGLEITEM ##### -->
  <para>
! 
  </para>
  
! @label: 
! @tooltip: 
! @callback: 
! @xpm_data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_TOGGLEITEM_DATA ##### -->
  <para>
! 
  </para>
  
! @label: 
! @tooltip: 
! @callback: 
! @user_data: 
! @xpm_data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_HELP ##### -->
  <para>
! 
  </para>
  
! @app_name: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_SUBTREE ##### -->
  <para>
! 
  </para>
  
! @label: 
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_SUBTREE_HINT ##### -->
  <para>
! 
  </para>
  
! @label: 
! @hint: 
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_SUBTREE_STOCK ##### -->
  <para>
! 
  </para>
  
  @label: 
! @tree: 
! @stock_id: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_INCLUDE ##### -->
  <para>
! 
  </para>
  
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_RADIOLIST ##### -->
  <para>
! 
  </para>
  
! @list: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_RADIOITEM ##### -->
  <para>
! 
  </para>
  
! @label: 
! @tooltip: 
! @callback: 
! @xpm_data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_RADIOITEM_DATA ##### -->
  <para>
! 
  </para>
  
! @label: 
! @tooltip: 
! @callback: 
! @user_data: 
! @xpm_data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_NEW_ITEM ##### -->
  <para>
! 
  </para>
  
! @label: 
! @tip: 
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_NEW_SUBTREE ##### -->
  <para>
! 
  </para>
  
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_OPEN_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_SAVE_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_SAVE_AS_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_REVERT_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PRINT_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PRINT_SETUP_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_CLOSE_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_EXIT_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_QUIT_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_CUT_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_COPY_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PASTE_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_SELECT_ALL_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_CLEAR_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_UNDO_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_REDO_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_FIND_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_FIND_AGAIN_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_REPLACE_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PROPERTIES_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PREFERENCES_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_NEW_WINDOW_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_CLOSE_WINDOW_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_ABOUT_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_NEW_GAME_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_PAUSE_GAME_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_RESTART_GAME_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_UNDO_MOVE_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_REDO_MOVE_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_HINT_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_SCORES_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_END_GAME_ITEM ##### -->
  <para>
! 
  </para>
  
! @cb: 
! @data: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_FILE_TREE ##### -->
  <para>
! 
  </para>
  
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_EDIT_TREE ##### -->
  <para>
! 
  </para>
  
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_VIEW_TREE ##### -->
  <para>
! 
  </para>
  
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_SETTINGS_TREE ##### -->
  <para>
! 
  </para>
  
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_FILES_TREE ##### -->
  <para>
! 
  </para>
  
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_WINDOWS_TREE ##### -->
  <para>
! 
  </para>
  
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_HELP_TREE ##### -->
  <para>
! 
  </para>
  
! @tree: 
  
  
  <!-- ##### MACRO GNOMEUIINFO_MENU_GAME_TREE ##### -->
  <para>
! 
  </para>
  
! @tree: 
  
  
  <!-- ##### MACRO GNOME_MENU_FILE_STRING ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_FILE_PATH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_EDIT_STRING ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_EDIT_PATH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_VIEW_STRING ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_VIEW_PATH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_SETTINGS_STRING ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_SETTINGS_PATH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_NEW_STRING ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_NEW_PATH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_FILES_STRING ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_FILES_PATH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_WINDOWS_STRING ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MENU_WINDOWS_PATH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### FUNCTION gnome_app_helper_gettext ##### -->
  <para>
! 
  </para>
  
! @string: 
! @Returns: 
  
  
  <!-- ##### MACRO L_ ##### -->
  <para>
! 
  </para>
  
  @x: 
***************
*** 1207,1214 ****
  
  <!-- ##### MACRO D_ ##### -->
  <para>
! Syntactic sugar for calling dgettext() with the domain set to lignome's message
! domain.
  </para>
  
  @x: 
--- 1054,1060 ----
  
  <!-- ##### MACRO D_ ##### -->
  <para>
! 
  </para>
  
  @x: 
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-app-util.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-app-util.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-app-util.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-app-util.sgml	Sat Aug  9 21:48:54 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### FUNCTION gnome_app_message ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-app.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-app.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-app.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-app.sgml	Sat Aug  9 21:48:52 2003
***************
*** 2,43 ****
  GnomeApp
  
  <!-- ##### SECTION Short_Description ##### -->
! The main application widget.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
! The @GnomeApp widget and associated functions provides the easiest way to
! create an almost complete GNOME application in libgnomeui. Simple create an
! instance of the widget, append any menus, toolbar(s) and a status bar, as
! required (this will probably be done with some functions from the following
! pages). Then fill in the main contents with a call to gnome_app_set_contents()
! and start the main loop (with gtk_main()).
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### MACRO GNOME_APP_MENUBAR_NAME ##### -->
  <para>
! The name of the menubar as it is passed to libbonobo.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_APP_TOOLBAR_NAME ##### -->
  <para>
! The name of the default toolbar that is added to the application widget by
! default.
  </para>
  
  
  
  <!-- ##### STRUCT GnomeApp ##### -->
  <para>
! A widget representing an entire GNOME application, including the main window,
! menus, toolbar(s) and status bar.
  </para>
  
  
--- 2,38 ----
  GnomeApp
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
! 
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### MACRO GNOME_APP_MENUBAR_NAME ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_APP_TOOLBAR_NAME ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### STRUCT GnomeApp ##### -->
  <para>
! 
  </para>
  
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-appbar.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-appbar.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-appbar.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-appbar.sgml	Sat Aug  9 21:48:52 2003
***************
*** 2,60 ****
  GnomeAppBar
  
  <!-- ##### SECTION Short_Description ##### -->
! An application status and progress bar widget
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
! A #GnomeAppBar widget sits (usually) at the bottom of an application window and
! contains a progress bar (for indicating time consuming tasks and their
! completion status) and/or a status bar for sending short one-line message to
! the user. It is also possible (in theory) for the user to edit the contents of
! the status bar, should the application developer choose to allow that, however
! <emphasis>note that this is not really working</emphasis> in the present
! implementation, so developers are recommended to avoid using interactive status
! bars and use proper editable widgets instead.
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### MACRO GNOME_APPBAR_HAS_STATUS ##### -->
  <para>
! Whether or not the application bar contains a status box.
  </para>
  
! @appbar: A #GnomeAppBar instance.
! @Returns: %TRUE is a status box is contained in the appbar.
  
  
  <!-- ##### MACRO GNOME_APPBAR_HAS_PROGRESS ##### -->
  <para>
! Whether or not the application bar contains a status box.
  </para>
  
! @appbar: A #GnomeAppBar instance.
! @Returns: %TRUE is a status box is contained in the appbar.
  
  
  <!-- ##### MACRO GNOME_APPBAR_INTERACTIVE ##### -->
  <para>
! Whether or not the user can edit the text in the statusbar portion of a
! #GnomeAppBar instance.
  </para>
  
! @ab: A #GnomeAppBar instance.
! @Returns: %TRUE if the user can edit the statusbar text.
  
  
  <!-- ##### STRUCT GnomeAppBar ##### -->
  <para>
! This widget contains the status bar and progress bar (if they are requested).
! After creating a #GnomeAppBar widget (via gnome_appbar_new(), for example), it
! can then be passed to gnome_app_set_statusbar() to add it to the main
! application window.
  </para>
  
  
--- 2,48 ----
  GnomeAppBar
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
! 
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### MACRO GNOME_APPBAR_HAS_STATUS ##### -->
  <para>
! 
  </para>
  
! @appbar: 
  
  
  <!-- ##### MACRO GNOME_APPBAR_HAS_PROGRESS ##### -->
  <para>
! 
  </para>
  
! @appbar: 
  
  
  <!-- ##### MACRO GNOME_APPBAR_INTERACTIVE ##### -->
  <para>
! 
  </para>
  
! @ab: 
  
  
  <!-- ##### STRUCT GnomeAppBar ##### -->
  <para>
! 
  </para>
  
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-client.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-client.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-client.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-client.sgml	Sat Aug  9 21:48:52 2003
***************
*** 2,116 ****
  GnomeClient
  
  <!-- ##### SECTION Short_Description ##### -->
! Interactions with the session manager.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### MACRO GNOME_CLIENT_CONNECTED ##### -->
  <para>
! Determine if the #GnomeClient instance has connected to the session manager
! already.
  </para>
  
! @obj: A #GnomeClient instance.
! @Returns: %TRUE if already connected to the session manager, %FALSE otherwise.
  
  
  <!-- ##### ENUM GnomeDialogType ##### -->
  <para>
! The dialogs used by the session manager to handler user interactions.
  </para>
  
! @GNOME_DIALOG_ERROR: Used when an error has occurred.
! @GNOME_DIALOG_NORMAL: Used for all other (non-error) interactions.
  
  <!-- ##### ENUM GnomeRestartStyle ##### -->
  <para>
! The various ways in which the session manager can restart a client. Set by
! calling gnome_client_set_restart_style().
  </para>
  
! @GNOME_RESTART_IF_RUNNING: Restart if the client was running when the previous
! session exited.
! @GNOME_RESTART_ANYWAY: Restart even if the client was exited before the user
! logged out of the previous session.
! @GNOME_RESTART_IMMEDIATELY: Restart the client immediately whenever it crashes
! or exits.
! @GNOME_RESTART_NEVER: Do not restart the client.
  
  <!-- ##### ENUM GnomeClientFlags ##### -->
  <para>
! Flags indicating the status of a client (as seen by the session manager). Used
! as return values by gnome_client_get_flags().
  </para>
  
! @GNOME_CLIENT_IS_CONNECTED: The client is connected to the session manager.
! @GNOME_CLIENT_RESTARTED: The client has been restarted (i.e. it has been
! running with the same client id previously).
! @GNOME_CLIENT_RESTORED: There may be a configuration file from which the
! client's state should be restored (applies only to the master client).
  
  <!-- ##### ENUM GnomeSaveStyle ##### -->
  <para>
! Which pieces of data a client should save when receiving a "SaveYourself" call
! from the session manager.
  </para>
  
! @GNOME_SAVE_GLOBAL: Save data (to somewhere persistent) that affects and is
! visible to all users of this application.
! @GNOME_SAVE_LOCAL: Save data that only applies to this instance of the
! application.
! @GNOME_SAVE_BOTH: Save both global and local data.
  
  <!-- ##### ENUM GnomeInteractStyle ##### -->
  <para>
! Indicates how a "SaveYourself" command should interact with the user.
  </para>
  
! @GNOME_INTERACT_NONE: The client should never interact with the user.
! @GNOME_INTERACT_ERRORS: The client should only interact when there are errors.
! @GNOME_INTERACT_ANY: The client cna interact with the user for any reason.
  
  <!-- ##### USER_FUNCTION GnomeInteractFunction ##### -->
  <para>
! A function called when the client wishes to interact with the user a the
! session manager's convenience (usually during shutdown and restarts). All other
! clients are blocked from interacting with the user until the @key is released
! via a call to gnome_interaction_key_return().
! </para>
! <para>
! Although the function is not obliged to respect the passed in @dialog_type, it
! is bad form not to do so.
  </para>
  
! @client: The #GnomeClient instance doing the interaction.
! @key: A unique key.
! @dialog_type: The #GnomeDialogType that should be used to do the interaction.
! @data: Application specific data that was specified at the time the callback
! was set up.
  
  
  <!-- ##### STRUCT GnomeClient ##### -->
  <para>
! A widget representing a client and containing information about the client's
! interaction with the session manager.
  </para>
  
  
  <!-- ##### MACRO GNOME_CLIENT_PARAM_SM_CONNECT ##### -->
  <para>
! Passed as a parameter to the application's gnome_program_init() call (with a
! value of %TRUE or %FALSE) to indicate whether the application should attempt to
! connect to the session manager or not. Can be overridden by the user passing
! <literal>--sm-disable</literal> on the command line and defaults to %TRUE.
  </para>
  
  
--- 2,94 ----
  GnomeClient
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### MACRO GNOME_CLIENT_CONNECTED ##### -->
  <para>
! 
  </para>
  
! @obj: 
  
  
  <!-- ##### ENUM GnomeDialogType ##### -->
  <para>
! 
  </para>
  
! @GNOME_DIALOG_ERROR: 
! @GNOME_DIALOG_NORMAL: 
  
  <!-- ##### ENUM GnomeRestartStyle ##### -->
  <para>
! 
  </para>
  
! @GNOME_RESTART_IF_RUNNING: 
! @GNOME_RESTART_ANYWAY: 
! @GNOME_RESTART_IMMEDIATELY: 
! @GNOME_RESTART_NEVER: 
  
  <!-- ##### ENUM GnomeClientFlags ##### -->
  <para>
! 
  </para>
  
! @GNOME_CLIENT_IS_CONNECTED: 
! @GNOME_CLIENT_RESTARTED: 
! @GNOME_CLIENT_RESTORED: 
  
  <!-- ##### ENUM GnomeSaveStyle ##### -->
  <para>
! 
  </para>
  
! @GNOME_SAVE_GLOBAL: 
! @GNOME_SAVE_LOCAL: 
! @GNOME_SAVE_BOTH: 
  
  <!-- ##### ENUM GnomeInteractStyle ##### -->
  <para>
! 
  </para>
  
! @GNOME_INTERACT_NONE: 
! @GNOME_INTERACT_ERRORS: 
! @GNOME_INTERACT_ANY: 
  
  <!-- ##### USER_FUNCTION GnomeInteractFunction ##### -->
  <para>
! 
  </para>
  
! @client: 
! @key: 
! @dialog_type: 
! @data: 
  
  
  <!-- ##### STRUCT GnomeClient ##### -->
  <para>
! 
  </para>
  
  
  <!-- ##### MACRO GNOME_CLIENT_PARAM_SM_CONNECT ##### -->
  <para>
! 
  </para>
  
  
***************
*** 198,223 ****
  
  <!-- ##### FUNCTION gnome_client_set_discard_command ##### -->
  <para>
! Provides a command to run when a client is removed from the session. It might
! delete session-specific config files for example.  Executing the discard
! command on the local host should delete the information saved as part of the
! session save that was in progress when the discard command was set. For
! example:
! 
!   <example>
!     <title>Setting up a client's discard command</title>
!     <programlisting>
! gchar *prefix = gnome_client_get_config_prefix (client);
! gchar *argv[] = { "rm", "-r", NULL };
! argv[2] = gnome_config_get_real_path (prefix);
! gnome_client_set_discard_command (client, 3, argv);
!     </programlisting>
!   </example>
! </para>
! 
! @client: The #GnomeClient of interest.
! @argc: Number of strings in @argv.
! @argv: Vector of strings such as those passed to exev().
  
  
  <!-- ##### FUNCTION gnome_client_set_resign_command ##### -->
--- 176,187 ----
  
  <!-- ##### FUNCTION gnome_client_set_discard_command ##### -->
  <para>
! 
! </para>
! 
! @client: 
! @argc: 
! @argv: 
  
  
  <!-- ##### FUNCTION gnome_client_set_resign_command ##### -->
***************
*** 294,301 ****
  
  @client: 
  @id: 
- <!-- # Unused Parameters # -->
- @user_id: 
  
  
  <!-- ##### FUNCTION gnome_client_save_any_dialog ##### -->
--- 258,263 ----
***************
*** 391,398 ****
  
  @client: 
  @id: 
- <!-- # Unused Parameters # -->
- @client_id: 
  
  
  <!-- ##### FUNCTION gnome_client_get_id ##### -->
--- 353,358 ----
***************
*** 431,440 ****
  @dialog_type: 
  @function: 
  @data: 
- <!-- # Unused Parameters # -->
- @dialog: 
- @func: 
- @client_data: 
  
  
  <!-- ##### FUNCTION gnome_client_request_interaction_interp ##### -->
--- 391,396 ----
***************
*** 447,455 ****
  @function: 
  @data: 
  @destroy: 
- <!-- # Unused Parameters # -->
- @dialog: 
- @func: 
  
  
  <!-- ##### FUNCTION gnome_interaction_key_return ##### -->
--- 403,408 ----
***************
*** 463,516 ****
  
  <!-- ##### SIGNAL GnomeClient::connect ##### -->
  <para>
! Called once the client has been connected to the signal manager.
  </para>
  
  @client: the object which received the signal.
! @arg1: %TRUE if the application has been restarted.
  
  <!-- ##### SIGNAL GnomeClient::die ##### -->
  <para>
! Called when the session manager wants the client to shut down.
  </para>
  
  @client: the object which received the signal.
  
  <!-- ##### SIGNAL GnomeClient::disconnect ##### -->
  <para>
! Called when the client is disconnected from the session manager.
  </para>
  
  @client: the object which received the signal.
  
  <!-- ##### SIGNAL GnomeClient::save-complete ##### -->
  <para>
! Called when the session manager has finished checkpointing all of the clients.
! Clients are then free to change their state.
  </para>
  
  @client: the object which received the signal.
  
  <!-- ##### SIGNAL GnomeClient::save-yourself ##### -->
  <para>
! Called when either a "SaveYourself" or a "SaveYourselfPhase2" call is made by
! the session manager.
  </para>
  
  @client: the object which received the signal.
! @arg1: The phase of the "SaveYourself" command ('1' or '2').
! @arg2: The data which should be saved by the client (local, global or both).
! @arg3: %TRUE if the session manager is shutting down.
! @arg4: How the client is allowed to interact with the user while saving.
! @arg5: %TRUE if this is to be a "fast" shutdown (saving minimal data).
! @Returns: %TRUE if the "SaveYourself" was completed succesfully, %FALSE
! otherwise.
  
  <!-- ##### SIGNAL GnomeClient::shutdown-cancelled ##### -->
  <para>
! Called if the session manager had sent a "SaveYourself" to all clients in
! preparation for shutting down and the shutdown was then cancelled. A client can
! then continue running and change its state.
  </para>
  
  @client: the object which received the signal.
--- 416,464 ----
  
  <!-- ##### SIGNAL GnomeClient::connect ##### -->
  <para>
! 
  </para>
  
  @client: the object which received the signal.
! @arg1: 
  
  <!-- ##### SIGNAL GnomeClient::die ##### -->
  <para>
! 
  </para>
  
  @client: the object which received the signal.
  
  <!-- ##### SIGNAL GnomeClient::disconnect ##### -->
  <para>
! 
  </para>
  
  @client: the object which received the signal.
  
  <!-- ##### SIGNAL GnomeClient::save-complete ##### -->
  <para>
! 
  </para>
  
  @client: the object which received the signal.
  
  <!-- ##### SIGNAL GnomeClient::save-yourself ##### -->
  <para>
! 
  </para>
  
  @client: the object which received the signal.
! @arg1: 
! @arg2: 
! @arg3: 
! @arg4: 
! @arg5: 
! @Returns: 
  
  <!-- ##### SIGNAL GnomeClient::shutdown-cancelled ##### -->
  <para>
! 
  </para>
  
  @client: the object which received the signal.
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-color-picker.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-color-picker.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-color-picker.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-color-picker.sgml	Sat Aug  9 21:48:52 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeColorPicker ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-dateedit.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-dateedit.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-dateedit.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-dateedit.sgml	Sat Aug  9 21:48:52 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### ENUM GnomeDateEditFlags ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-dialog-util.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-dialog-util.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-dialog-util.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-dialog-util.sgml	Sat Aug  9 21:48:54 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### FUNCTION gnome_ok_dialog ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-dialog.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-dialog.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-dialog.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-dialog.sgml	Sat Aug  9 21:48:52 2003
***************
*** 2,19 ****
  GnomeDialog
  
  <!-- ##### SECTION Short_Description ##### -->
! Create generic dialog boxes.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### STRUCT GnomeDialog ##### -->
  <para>
  
--- 2,21 ----
  GnomeDialog
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeDialog ##### -->
  <para>
  
***************
*** 181,188 ****
  
  @dialog: 
  @button_name: 
- <!-- # Unused Parameters # -->
- @name: 
  
  
  <!-- ##### FUNCTION gnome_dialog_append_buttonsv ##### -->
--- 183,188 ----
***************
*** 202,210 ****
  @dialog: 
  @button_name: 
  @pixmap_name: 
- <!-- # Unused Parameters # -->
- @name: 
- @pixmap: 
  
  
  <!-- ##### FUNCTION gnome_dialog_append_buttons_with_pixmaps ##### -->
--- 202,207 ----
***************
*** 239,322 ****
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_OK ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_CANCEL ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_YES ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_NO ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_CLOSE ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_APPLY ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_HELP ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_NEXT ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_PREV ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_UP ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_DOWN ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_FONT ##### -->
  <para>
! This button has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
--- 236,319 ----
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_OK ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_CANCEL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_YES ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_NO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_CLOSE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_APPLY ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_HELP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_NEXT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_PREV ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_UP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_DOWN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BUTTON_FONT ##### -->
  <para>
! 
  </para>
  
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-druid-page-edge.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-druid-page-edge.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-druid-page-edge.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-druid-page-edge.sgml	Sat Aug  9 21:48:53 2003
***************
*** 2,27 ****
  GnomeDruidPageEdge
  
  <!-- ##### SECTION Short_Description ##### -->
! A widget used to implement first and last pages in a druid's sequence.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
! A druid can be thought of as having a page that starts the sequence, one or
! more pages that end the sequences (there can be multiple end pages if the flow
! of pages diverges at some point) and some pages that are in between the start
! and end pages. 
! </para>
! <para>
! The #GnomeDruidPageEdge widget is for the first and last pages in a druid's
! sequence of pages. Pages in the "middle" of a sequence should use
! #GnomeDruidPageStandard.
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### ENUM GnomeEdgePosition ##### -->
  <para>
  
--- 2,21 ----
  GnomeDruidPageEdge
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
! 
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### ENUM GnomeEdgePosition ##### -->
  <para>
  
***************
*** 170,176 ****
  
  @druid_page_edge: 
  @top_watermark_image: 
- <!-- # Unused Parameters # -->
- @top_watermark: 
  
  
--- 164,168 ----
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-druid-page-standard.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-druid-page-standard.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-druid-page-standard.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-druid-page-standard.sgml	Sat Aug  9 21:48:53 2003
***************
*** 2,36 ****
  GnomeDruidPageStandard
  
  <!-- ##### SECTION Short_Description ##### -->
! A widget used to implement the middle pages in a druid's sequence.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
- This widget provides similar functionality to that in #GnomeDruidPageEdge. It
- is used for pages that are not the initial or terminal pages of a druid.
- </para>
  
- <para>
- The main difference between an edge and a standard druid page (in a display
- sense) is that standard pages do not have a left-side watermark and the body of
- the contents section is a bit more arbitrary (it is a GTK+ vbox widget), rather
- than just displaying text (which is the common case for edge pages).
  </para>
  
- <note>
-   <para>
-   There are some differences in the programming API between #GnomeDruidEdgePage
-   and #GnomeDruidStandardPage in GNOME 2 because the latter has been heavily
-   redesigned internally, whereas the former has not been. Later versions of
-   GNOME (2.2 and beyond) may contain further refinements to edge pages).
-   </para>
- </note>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### STRUCT GnomeDruidPageStandard ##### -->
  <para>
  
--- 2,21 ----
  GnomeDruidPageStandard
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeDruidPageStandard ##### -->
  <para>
  
***************
*** 47,70 ****
  
  <!-- ##### MACRO gnome_druid_page_standard_set_bg_color ##### -->
  <para>
! This just calls gnome_druid_page_standard_set_background() and new code should
! use that function directly.
  </para>
  
  
  
  <!-- ##### MACRO gnome_druid_page_standard_set_logo_bg_color ##### -->
  <para>
! This just calls gnome_druid_page_standard_set_logo_background() and new code
! should use that function directly.
  </para>
  
  
  
  <!-- ##### MACRO gnome_druid_page_standard_set_title_color ##### -->
  <para>
! This just calls gnome_druid_page_standard_set_title_foregournd() and new code
! should use that function directly.
  </para>
  
  
--- 32,52 ----
  
  <!-- ##### MACRO gnome_druid_page_standard_set_bg_color ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO gnome_druid_page_standard_set_logo_bg_color ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO gnome_druid_page_standard_set_title_color ##### -->
  <para>
! 
  </para>
  
  
***************
*** 160,168 ****
  @question: 
  @item: 
  @additional_info: 
- <!-- # Unused Parameters # -->
- @question_mnemonic: 
- @additional_info_markup: 
  
  
  <!-- ##### ARG GnomeDruidPageStandard:background ##### -->
--- 142,147 ----
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-druid-page.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-druid-page.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-druid-page.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-druid-page.sgml	Sat Aug  9 21:48:53 2003
***************
*** 2,27 ****
  GnomeDruidPage
  
  <!-- ##### SECTION Short_Description ##### -->
! A widget representing a single page inside a druid.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
- The functions in this page are mostly only for the information of developers --
- they should never needt o call them directly. Typically, a druid will connect
- to the various signals described here as a way of controlling the behaviour of
- druids that do not just proceed in a front-to-back fashion (for example, where
- the subsequent pages depend upon the choice made at some point).
  
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### STRUCT GnomeDruidPage ##### -->
  <para>
! The widget for a aprticular page in a druid.
  </para>
  
  
--- 2,24 ----
  GnomeDruidPage
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeDruidPage ##### -->
  <para>
! 
  </para>
  
  
***************
*** 82,90 ****
  </para>
  
  @druidpage: the object which received the signal.
! @widget: The #GnomeDruid containg this page.
! @Returns: %TRUE if the signal handler has changed the page (since this stops
! all further emission of the signal), %FALSE otherwise.
  
  <!-- ##### SIGNAL GnomeDruidPage::cancel ##### -->
  <para>
--- 79,86 ----
  </para>
  
  @druidpage: the object which received the signal.
! @widget: 
! @Returns: 
  
  <!-- ##### SIGNAL GnomeDruidPage::cancel ##### -->
  <para>
***************
*** 92,100 ****
  </para>
  
  @druidpage: the object which received the signal.
! @widget: The #GnomeDruid containg this page.
! @Returns: %TRUE if the druid does not want to exit yet, %FALSE if the exit
! should continue.
  
  <!-- ##### SIGNAL GnomeDruidPage::finish ##### -->
  <para>
--- 88,95 ----
  </para>
  
  @druidpage: the object which received the signal.
! @widget: 
! @Returns: 
  
  <!-- ##### SIGNAL GnomeDruidPage::finish ##### -->
  <para>
***************
*** 102,108 ****
  </para>
  
  @druidpage: the object which received the signal.
! @widget: The #GnomeDruid containg this page.
  
  <!-- ##### SIGNAL GnomeDruidPage::next ##### -->
  <para>
--- 97,103 ----
  </para>
  
  @druidpage: the object which received the signal.
! @widget: 
  
  <!-- ##### SIGNAL GnomeDruidPage::next ##### -->
  <para>
***************
*** 110,118 ****
  </para>
  
  @druidpage: the object which received the signal.
! @widget: The #GnomeDruid containg this page.
! @Returns: %TRUE if the signal handler has changed the page (since this stops
! all further emission of the signal), %FALSE otherwise.
  
  <!-- ##### SIGNAL GnomeDruidPage::prepare ##### -->
  <para>
--- 105,112 ----
  </para>
  
  @druidpage: the object which received the signal.
! @widget: 
! @Returns: 
  
  <!-- ##### SIGNAL GnomeDruidPage::prepare ##### -->
  <para>
***************
*** 120,124 ****
  </para>
  
  @druidpage: the object which received the signal.
! @widget: The #GnomeDruid containg this page.
  
--- 114,118 ----
  </para>
  
  @druidpage: the object which received the signal.
! @widget: 
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-druid.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-druid.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-druid.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-druid.sgml	Sat Aug  9 21:48:53 2003
***************
*** 2,24 ****
  GnomeDruid
  
  <!-- ##### SECTION Short_Description ##### -->
! Widget for sequentially stepping through some pages.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### STRUCT GnomeDruid ##### -->
  <para>
! The widget which ultimately holds all of the druid's pages and information.
! This is the widget which the application developer then places inside an outer
! widget, such as a dialog box for ultimate display.
  </para>
  
  
--- 2,24 ----
  GnomeDruid
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeDruid ##### -->
  <para>
! 
  </para>
  
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-entry.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-entry.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-entry.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-entry.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeEntryPrivate ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-file-entry.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-file-entry.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-file-entry.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-file-entry.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeFileEntry ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-font-picker.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-font-picker.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-font-picker.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-font-picker.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### ENUM GnomeFontPickerMode ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-href.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-href.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-href.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-href.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeHRef ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-icon-entry.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-entry.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-icon-entry.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-entry.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeIconEntryPrivate ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-icon-item.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-item.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-icon-item.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-item.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeIconTextItem ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-icon-list.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-list.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-icon-list.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-list.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### ENUM GnomeIconListMode ##### -->
  <para>
  
***************
*** 94,101 ****
  @pos: 
  @icon_filename: 
  @text: 
- <!-- # Unused Parameters # -->
- @idx: 
  
  
  <!-- ##### FUNCTION gnome_icon_list_insert_pixbuf ##### -->
--- 96,101 ----
***************
*** 108,115 ****
  @im: 
  @icon_filename: 
  @text: 
- <!-- # Unused Parameters # -->
- @idx: 
  
  
  <!-- ##### FUNCTION gnome_icon_list_append ##### -->
--- 108,113 ----
***************
*** 150,157 ****
  
  @gil: 
  @pos: 
- <!-- # Unused Parameters # -->
- @idx: 
  
  
  <!-- ##### FUNCTION gnome_icon_list_get_num_icons ##### -->
--- 148,153 ----
***************
*** 188,195 ****
  
  @gil: 
  @pos: 
- <!-- # Unused Parameters # -->
- @idx: 
  
  
  <!-- ##### FUNCTION gnome_icon_list_unselect_icon ##### -->
--- 184,189 ----
***************
*** 199,206 ****
  
  @gil: 
  @pos: 
- <!-- # Unused Parameters # -->
- @idx: 
  
  
  <!-- ##### FUNCTION gnome_icon_list_unselect_all ##### -->
--- 193,198 ----
***************
*** 323,330 ****
  @pos: 
  @data: 
  @destroy: 
- <!-- # Unused Parameters # -->
- @idx: 
  
  
  <!-- ##### FUNCTION gnome_icon_list_find_icon_from_data ##### -->
--- 315,320 ----
***************
*** 345,352 ****
  @gil: 
  @pos: 
  @Returns: 
- <!-- # Unused Parameters # -->
- @idx: 
  
  
  <!-- ##### FUNCTION gnome_icon_list_moveto ##### -->
--- 335,340 ----
***************
*** 357,364 ****
  @gil: 
  @pos: 
  @yalign: 
- <!-- # Unused Parameters # -->
- @idx: 
  
  
  <!-- ##### FUNCTION gnome_icon_list_icon_is_visible ##### -->
--- 345,350 ----
***************
*** 369,376 ****
  @gil: 
  @pos: 
  @Returns: 
- <!-- # Unused Parameters # -->
- @idx: 
  
  
  <!-- ##### FUNCTION gnome_icon_list_get_icon_at ##### -->
--- 355,360 ----
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-icon-lookup.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-lookup.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-icon-lookup.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-lookup.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### ENUM GnomeIconLookupFlags ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-icon-sel.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-sel.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-icon-sel.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-sel.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeIconSelection ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-icon-theme.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-theme.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-icon-theme.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-icon-theme.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeIconThemeClass ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-marshal.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-marshal.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-marshal.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-marshal.sgml	Sat Aug  9 21:48:55 2003
***************
*** 9,16 ****
--- 9,18 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-mdi-child.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-mdi-child.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-mdi-child.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-mdi-child.sgml	Sat Aug  9 21:48:54 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### USER_FUNCTION GnomeMDIChildViewCreator ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-mdi-generic-child.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-mdi-generic-child.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-mdi-generic-child.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-mdi-generic-child.sgml	Sat Aug  9 21:48:54 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeMDIGenericChild ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-mdi-session.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-mdi-session.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-mdi-session.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-mdi-session.sgml	Sat Aug  9 21:48:54 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### USER_FUNCTION GnomeMDIChildCreator ##### -->
  <para>
  
***************
*** 32,39 ****
  @section: 
  @create_child_func: 
  @Returns: 
- <!-- # Unused Parameters # -->
- @child_create_func: 
  
  
  <!-- ##### FUNCTION gnome_mdi_save_state ##### -->
--- 34,39 ----
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-mdi.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-mdi.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-mdi.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-mdi.sgml	Sat Aug  9 21:48:54 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### ENUM GnomeMDIMode ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-messagebox.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-messagebox.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-messagebox.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-messagebox.sgml	Sat Aug  9 21:48:54 2003
***************
*** 2,55 ****
  GnomeMessageBox
  
  <!-- ##### SECTION Short_Description ##### -->
! Create standard message boxes.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### MACRO GNOME_MESSAGE_BOX_INFO ##### -->
  <para>
! A constant that can be passed to gnome_message_box_new() to specify the type of
! message box to create.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MESSAGE_BOX_WARNING ##### -->
  <para>
! A constant that can be passed to gnome_message_box_new() to specify the type of
! message box to create.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MESSAGE_BOX_ERROR ##### -->
  <para>
! A constant that can be passed to gnome_message_box_new() to specify the type of
! message box to create.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MESSAGE_BOX_QUESTION ##### -->
  <para>
! A constant that can be passed to gnome_message_box_new() to specify the type of
! message box to create.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MESSAGE_BOX_GENERIC ##### -->
  <para>
! A constant that can be passed to gnome_message_box_new() to specify the type of
! message box to create.
  </para>
  
  
--- 2,52 ----
  GnomeMessageBox
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### MACRO GNOME_MESSAGE_BOX_INFO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MESSAGE_BOX_WARNING ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MESSAGE_BOX_ERROR ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MESSAGE_BOX_QUESTION ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_MESSAGE_BOX_GENERIC ##### -->
  <para>
! 
  </para>
  
  
***************
*** 70,77 ****
  @message_box_type: 
  @Varargs: 
  @Returns: 
- <!-- # Unused Parameters # -->
- @messagebox_type: 
  
  
  <!-- ##### FUNCTION gnome_message_box_newv ##### -->
--- 67,72 ----
***************
*** 83,90 ****
  @message_box_type: 
  @buttons: 
  @Returns: 
- <!-- # Unused Parameters # -->
- @messagebox_type: 
  
  
  <!-- ##### FUNCTION gnome_message_box_construct ##### -->
--- 78,83 ----
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-pixmap-entry.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-pixmap-entry.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-pixmap-entry.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-pixmap-entry.sgml	Sat Aug  9 21:48:54 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomePixmapEntry ##### -->
  <para>
  
***************
*** 40,47 ****
  @history_id: 
  @browse_dialog_title: 
  @do_preview: 
- <!-- # Unused Parameters # -->
- @gentry: 
  
  
  <!-- ##### FUNCTION gnome_pixmap_entry_set_pixmap_subdir ##### -->
--- 42,47 ----
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-pixmap.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-pixmap.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-pixmap.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-pixmap.sgml	Sat Aug  9 21:48:54 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomePixmapPrivate ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-popup-menu.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-popup-menu.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-popup-menu.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-popup-menu.sgml	Sat Aug  9 21:48:54 2003
***************
*** 2,19 ****
  gnome-popup-menu
  
  <!-- ##### SECTION Short_Description ##### -->
! Create and display popup and context menus.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### FUNCTION gnome_popup_menu_new ##### -->
  <para>
  
--- 2,21 ----
  gnome-popup-menu
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### FUNCTION gnome_popup_menu_new ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-propertybox.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-propertybox.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-propertybox.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-propertybox.sgml	Sat Aug  9 21:48:54 2003
***************
*** 2,19 ****
  GnomePropertyBox
  
  <!-- ##### SECTION Short_Description ##### -->
! Create a tabbed dialog for setting properties and preferences.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### STRUCT GnomePropertyBox ##### -->
  <para>
  
--- 2,21 ----
  GnomePropertyBox
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomePropertyBox ##### -->
  <para>
  
***************
*** 71,77 ****
  </para>
  
  @propertybox: the object which received the signal.
! @arg1: the notebook page number which emitted the signal.
  
  <!-- ##### SIGNAL GnomePropertyBox::help ##### -->
  <para>
--- 73,79 ----
  </para>
  
  @propertybox: the object which received the signal.
! @arg1: 
  
  <!-- ##### SIGNAL GnomePropertyBox::help ##### -->
  <para>
***************
*** 79,83 ****
  </para>
  
  @propertybox: the object which received the signal.
! @arg1: the notebook page number which emitted the signal.
  
--- 81,85 ----
  </para>
  
  @propertybox: the object which received the signal.
! @arg1: 
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-scores.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-scores.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-scores.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-scores.sgml	Sat Aug  9 21:48:54 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeScores ##### -->
  <para>
  
***************
*** 67,74 ****
  @txt: 
  @font: 
  @col: 
- <!-- # Unused Parameters # -->
- @color: 
  
  
  <!-- ##### FUNCTION gnome_scores_set_logo_pixmap ##### -->
--- 69,74 ----
***************
*** 78,85 ****
  
  @gs: 
  @pix_name: 
- <!-- # Unused Parameters # -->
- @logo: 
  
  
  <!-- ##### FUNCTION gnome_scores_set_logo_widget ##### -->
--- 78,83 ----
***************
*** 99,106 ****
  @gs: 
  @n: 
  @col: 
- <!-- # Unused Parameters # -->
- @pos: 
  
  
  <!-- ##### FUNCTION gnome_scores_set_def_color ##### -->
--- 97,102 ----
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-stock-icons.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-stock-icons.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-stock-icons.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-stock-icons.sgml	Sat Aug  9 21:48:55 2003
***************
*** 2,1299 ****
  gnome-stock-icons
  
  <!-- ##### SECTION Short_Description ##### -->
! Stock icons used across GNOME applications.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### MACRO GNOME_STOCK_TIMER ##### -->
  <para>
! A "timer" icon.
! <!-- <inlinegraphic fileref="stock_timer.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TIMER_STOP ##### -->
  <para>
! A "timer stop" icon.
! <!-- <inlinegraphic fileref="stock_timer_stop.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TRASH ##### -->
  <para>
! A "trash" icon.
! <!-- <inlinegraphic fileref="stock_trash.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TRASH_FULL ##### -->
  <para>
! A "trash full" icon.
! <!-- <inlinegraphic fileref="stock_trash full.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_SCORES ##### -->
  <para>
! A "scores" icon.
! <!-- <inlinegraphic fileref="stock_scores.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_ABOUT ##### -->
  <para>
! An "about" icon.
! <!-- <inlinegraphic fileref="stock_menu_about.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BLANK ##### -->
  <para>
! A "blank" icon.
! <!-- <inlinegraphic fileref="stock_menu_blank.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_VOLUME ##### -->
  <para>
! A "volume" icon.
! <!-- <inlinegraphic fileref="stock_volume.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MIDI ##### -->
  <para>
! A "midi" icon.
! <!-- <inlinegraphic fileref="stock_midi.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MIC ##### -->
  <para>
! A "microphone" icon.
! <!-- <inlinegraphic fileref="stock_mic.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_LINE_IN ##### -->
  <para>
! A "line in" icon.
! <!-- <inlinegraphic fileref="stock_line_in.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL ##### -->
  <para>
! A "mail" icon.
! <!-- <inlinegraphic fileref="stock_mail.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL_RCV ##### -->
  <para>
! A "mail received" icon.
! <!-- <inlinegraphic fileref="stock_mail_receive.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL_SND ##### -->
  <para>
! A "send mail" icon.
! <!-- <inlinegraphic fileref="stock_mail_send.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL_RPL ##### -->
  <para>
! A "reply to mail" icon.
! <!-- <inlinegraphic fileref="stock_mail_reply.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL_FWD ##### -->
  <para>
! A "forward mail" icon.
! <!-- <inlinegraphic fileref="stock_mail_forward.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL_NEW ##### -->
  <para>
! A "new mail" icon.
! <!-- <inlinegraphic fileref="stock_mail_new.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_ATTACH ##### -->
  <para>
! An "attach" icon.
! <!-- <inlinegraphic fileref="stock_attach.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BOOK_RED ##### -->
  <para>
! A "red book" icon.
! <!-- <inlinegraphic fileref="stock_book_red.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BOOK_GREEN ##### -->
  <para>
! A "green book" icon.
! <!-- <inlinegraphic fileref="stock_book_green.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BOOK_BLUE ##### -->
  <para>
! A "blue book" icon.
! <!-- <inlinegraphic fileref="stock_book_blue.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BOOK_YELLOW ##### -->
  <para>
! A "yellow book" icon.
! <!-- <inlinegraphic fileref="stock_book_yellow.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BOOK_OPEN ##### -->
  <para>
! An "open book" icon.
! <!-- <inlinegraphic fileref="stock_book_open.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MULTIPLE_FILE ##### -->
  <para>
! A "multiple file" icon.
! <!-- <inlinegraphic fileref="stock_multiple_file.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_NOT ##### -->
  <para>
! A "forbidden" icon.
! <!-- <inlinegraphic fileref="stock_not.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TABLE_BORDERS ##### -->
  <para>
! A "table borders" icon.
! <!-- <inlinegraphic fileref="stock_table_borders.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TABLE_FILL ##### -->
  <para>
! A "table fill" icon.
! <!-- <inlinegraphic fileref="stock_table_fill.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TEXT_INDENT ##### -->
  <para>
! A "text indent" icon.
! <!-- <inlinegraphic fileref="stock_text_indent.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TEXT_UNINDENT ##### -->
  <para>
! A "text unindent" icon.
! <!-- <inlinegraphic fileref="stock_text_unindent.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TEXT_BULLETED_LIST ##### -->
  <para>
! A "bulleted list" icon.
! <!-- <inlinegraphic fileref="stock_text_bulleted_list.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TEXT_NUMBERED_LIST ##### -->
  <para>
! A "numbered list" icon.
! <!-- <inlinegraphic fileref="stock_text_numbered_list.png" format="PNG"></inlinegraphic> -->
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_NEW ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_OPEN ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_CLOSE ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_REVERT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SAVE ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SAVE_AS ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_CUT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_COPY ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_PASTE ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_CLEAR ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_PROPERTIES ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_PREFERENCES ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_HELP ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SCORES ##### -->
  <para>
! An alias for #GNOME_STOCK_SCORES.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_PRINT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SEARCH ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SRCHRPL ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BACK ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_FORWARD ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_FIRST ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_LAST ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_HOME ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_STOP ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_REFRESH ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_UNDO ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_REDO ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TIMER ##### -->
  <para>
! An alias for #GNOME_STOCK_TIMER.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TIMER_STOP ##### -->
  <para>
! An alias for #GNOME_STOCK_TIMER_STOP.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL ##### -->
  <para>
! An alias for #GNOME_STOCK_MAIL.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL_RCV ##### -->
  <para>
! An alias for #GNOME_STOCK_MAIL_RCV.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL_SND ##### -->
  <para>
! An alias for #GNOME_STOCK_MAIL_SND.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL_RPL ##### -->
  <para>
! An alias for #GNOME_STOCK_MAIL_RPL.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL_FWD ##### -->
  <para>
! An alias for #GNOME_STOCK_MAIL_FWD.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL_NEW ##### -->
  <para>
! An alias for #GNOME_STOCK_MAIL_NEW.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TRASH ##### -->
  <para>
! An alias for #GNOME_STOCK_TRASH.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TRASH_FULL ##### -->
  <para>
! An alias for #GNOME_STOCK_TRASH_FULL.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_UNDELETE ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SPELLCHECK ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MIC ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_LINE_IN ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_CDROM ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_VOLUME ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MIDI ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOOK_RED ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOOK_GREEN ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOOK_BLUE ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOOK_YELLOW ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOOK_OPEN ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ABOUT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_QUIT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MULTIPLE ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_NOT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_CONVERT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_JUMP_TO ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_UP ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_DOWN ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TOP ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOTTOM ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ATTACH ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_INDEX ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_FONT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_EXEC ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ALIGN_LEFT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ALIGN_RIGHT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ALIGN_CENTER ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ALIGN_JUSTIFY ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_BOLD ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_ITALIC ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_UNDERLINE ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_STRIKEOUT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_INDENT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_UNINDENT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_EXIT ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_COLORSELECTOR ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ADD ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_REMOVE ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TABLE_BORDERS ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TABLE_FILL ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_BULLETED_LIST ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_NUMBERED_LIST ##### -->
  <para>
! This is icon should be replaced with the equivalent GTK+ icon in new code.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BLANK ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_NEW ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SAVE ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SAVE_AS ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_REVERT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_OPEN ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_CLOSE ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_QUIT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_CUT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_COPY ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_PASTE ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_PROP ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_PREF ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ABOUT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SCORES ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_UNDO ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_REDO ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_PRINT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SEARCH ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SRCHRPL ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BACK ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_FORWARD ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_FIRST ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_LAST ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_HOME ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_STOP ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_REFRESH ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL_RCV ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL_SND ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL_RPL ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL_FWD ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL_NEW ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TRASH ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TRASH_FULL ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_UNDELETE ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TIMER ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TIMER_STOP ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SPELLCHECK ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MIC ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_LINE_IN ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_CDROM ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_VOLUME ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MIDI ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOOK_RED ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOOK_GREEN ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOOK_BLUE ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOOK_YELLOW ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOOK_OPEN ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_CONVERT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_JUMP_TO ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_UP ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_DOWN ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TOP ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOTTOM ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ATTACH ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_INDEX ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_FONT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_EXEC ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ALIGN_LEFT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ALIGN_RIGHT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ALIGN_CENTER ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ALIGN_JUSTIFY ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TEXT_BOLD ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TEXT_ITALIC ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TEXT_UNDERLINE ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TEXT_STRIKEOUT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_EXIT ##### -->
  <para>
! This menu icon has been replaced by one in GTK+ and new code should use that.
  </para>
  
  
--- 2,1270 ----
  gnome-stock-icons
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### MACRO GNOME_STOCK_TIMER ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TIMER_STOP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TRASH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TRASH_FULL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_SCORES ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_ABOUT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BLANK ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_VOLUME ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MIDI ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MIC ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_LINE_IN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL_RCV ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL_SND ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL_RPL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL_FWD ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MAIL_NEW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_ATTACH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BOOK_RED ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BOOK_GREEN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BOOK_BLUE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BOOK_YELLOW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_BOOK_OPEN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MULTIPLE_FILE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_NOT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TABLE_BORDERS ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TABLE_FILL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TEXT_INDENT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TEXT_UNINDENT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TEXT_BULLETED_LIST ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_TEXT_NUMBERED_LIST ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_NEW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_OPEN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_CLOSE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_REVERT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SAVE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SAVE_AS ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_CUT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_COPY ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_PASTE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_CLEAR ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_PROPERTIES ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_PREFERENCES ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_HELP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SCORES ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_PRINT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SEARCH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SRCHRPL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BACK ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_FORWARD ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_FIRST ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_LAST ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_HOME ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_STOP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_REFRESH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_UNDO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_REDO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TIMER ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TIMER_STOP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL_RCV ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL_SND ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL_RPL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL_FWD ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MAIL_NEW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TRASH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TRASH_FULL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_UNDELETE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_SPELLCHECK ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MIC ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_LINE_IN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_CDROM ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_VOLUME ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MIDI ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOOK_RED ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOOK_GREEN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOOK_BLUE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOOK_YELLOW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOOK_OPEN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ABOUT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_QUIT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_MULTIPLE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_NOT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_CONVERT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_JUMP_TO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_UP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_DOWN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TOP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_BOTTOM ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ATTACH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_INDEX ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_FONT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_EXEC ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ALIGN_LEFT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ALIGN_RIGHT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ALIGN_CENTER ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ALIGN_JUSTIFY ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_BOLD ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_ITALIC ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_UNDERLINE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_STRIKEOUT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_INDENT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_UNINDENT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_EXIT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_COLORSELECTOR ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_ADD ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_REMOVE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TABLE_BORDERS ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TABLE_FILL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_BULLETED_LIST ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_PIXMAP_TEXT_NUMBERED_LIST ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BLANK ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_NEW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SAVE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SAVE_AS ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_REVERT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_OPEN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_CLOSE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_QUIT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_CUT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_COPY ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_PASTE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_PROP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_PREF ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ABOUT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SCORES ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_UNDO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_REDO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_PRINT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SEARCH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SRCHRPL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BACK ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_FORWARD ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_FIRST ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_LAST ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_HOME ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_STOP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_REFRESH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL_RCV ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL_SND ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL_RPL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL_FWD ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MAIL_NEW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TRASH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TRASH_FULL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_UNDELETE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TIMER ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TIMER_STOP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_SPELLCHECK ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MIC ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_LINE_IN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_CDROM ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_VOLUME ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_MIDI ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOOK_RED ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOOK_GREEN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOOK_BLUE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOOK_YELLOW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOOK_OPEN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_CONVERT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_JUMP_TO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_UP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_DOWN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TOP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_BOTTOM ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ATTACH ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_INDEX ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_FONT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_EXEC ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ALIGN_LEFT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ALIGN_RIGHT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ALIGN_CENTER ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_ALIGN_JUSTIFY ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TEXT_BOLD ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TEXT_ITALIC ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TEXT_UNDERLINE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_TEXT_STRIKEOUT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_STOCK_MENU_EXIT ##### -->
  <para>
! 
  </para>
  
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-stock-pixbufs.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-stock-pixbufs.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-stock-pixbufs.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-stock-pixbufs.sgml	Sat Aug  9 21:48:55 2003
***************
*** 9,16 ****
--- 9,18 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-theme-parse.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-theme-parse.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-theme-parse.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-theme-parse.sgml	Sat Aug  9 21:48:54 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeThemeFile ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-thumbnail.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-thumbnail.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-thumbnail.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-thumbnail.sgml	Sat Aug  9 21:48:53 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### STRUCT GnomeThumbnailFactory ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-types.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-types.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-types.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-types.sgml	Sat Aug  9 21:48:55 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### USER_FUNCTION GnomeStringCallback ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-ui-init.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-ui-init.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-ui-init.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-ui-init.sgml	Sat Aug  9 21:48:55 2003
***************
*** 2,60 ****
  gnome-ui-init
  
  <!-- ##### SECTION Short_Description ##### -->
! Parameters (and deprecated functions) for initializing libgnomeui applications.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
- The initialization functions in this module are deprecated in favour of calls
- to gnome_program_init() in the libgnome library.
- </para>
  
- <para>
- However, this module does provide some extra parameters on top of those already
- defined in libgnome that can be passed to the gnome_program_init() call. These
- should enable libgnomeui applications to control their appearance precisely.
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### MACRO LIBGNOMEUI_MODULE ##### -->
  <para>
! A module containing all the information required to initialize libgnomeui and
! its dependents. This should be passed to the gnome_program_init() call by
! applications using libgnomeui.
  </para>
  
  
  
  <!-- ##### MACRO LIBGNOMEUI_PARAM_CRASH_DIALOG ##### -->
  <para>
! If set to %TRUE, the standard GNOME crash dialog will appear (offering the user
! a chance to automatically file a bug report) should the application crash while
! running. Application authors will almost never want to change the default value
! of this parameter (%FALSE). The user may change it however by setting the
! <envar>GNOME_DISABLE_CRASH_DIALOG</envar> environment variable or passing
! <literal>--disable-crash-dialog</literal> on the command line.
  </para>
  
  
  
  <!-- ##### MACRO LIBGNOMEUI_PARAM_DISPLAY ##### -->
  <para>
! Initially set to the value of the <envar>DISPLAY</envar> environment variable
! or the <literal>--display</literal> value passed on the command line, this
! parameter determines which X display the application will start on.
  </para>
  
  
  
  <!-- ##### MACRO LIBGNOMEUI_PARAM_DEFAULT_ICON ##### -->
  <para>
! Set to the full path of the application's default icon. This can only be set by
! the application.
  </para>
  
  
--- 2,45 ----
  gnome-ui-init
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### MACRO LIBGNOMEUI_MODULE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO LIBGNOMEUI_PARAM_CRASH_DIALOG ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO LIBGNOMEUI_PARAM_DISPLAY ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO LIBGNOMEUI_PARAM_DEFAULT_ICON ##### -->
  <para>
! 
  </para>
  
  
***************
*** 76,88 ****
  
  <!-- ##### MACRO gnome_init ##### -->
  <para>
! This is identical to a call to gnome_init_with_popt_table with %NULL passed in
! as the poptOption table.
  </para>
  
! @app_id: Application id.
! @app_version: Application version.
! @argc: Argument count (for example, argc as received by the main function).
! @argv: Argument vector (for example, argv as received by the main function).
  
  
--- 61,72 ----
  
  <!-- ##### MACRO gnome_init ##### -->
  <para>
! 
  </para>
  
! @app_id: 
! @app_version: 
! @argc: 
! @argv: 
  
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-uidefs.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-uidefs.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-uidefs.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-uidefs.sgml	Sat Aug  9 21:48:55 2003
***************
*** 2,443 ****
  gnome-uidefs
  
  <!-- ##### SECTION Short_Description ##### -->
! Standard defines used throughout libgnomeui.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### MACRO GNOME_PAD ##### -->
  <para>
! A sensible amount of padding (in pixels) to put around objects.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_PAD_SMALL ##### -->
  <para>
! A smaller amount of padding than #GNOME_PAD.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_PAD_BIG ##### -->
  <para>
! A larger amount of padding then #GNOME_PAD.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_YES ##### -->
  <para>
! Old way to specify the "yes" button in a yes-no dialog box. New code should use
! the constants in GTK+ to do this now.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_NO ##### -->
  <para>
! Old way to specify the "no" button in a yes-no dialog box. New code should use
! the constants in GTK+ to do this now.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_OK ##### -->
  <para>
! Old way to specify the "ok" button in a ok-cancel dialog box. New code should
! use the constants in GTK+ to do this now.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_CANCEL ##### -->
  <para>
! Old way to specify the "cancel" button in a ok-cancel dialog box. New code
! should use the constants in GTK+ to do this now.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_QUIT ##### -->
  <para>
! The default key used to select the <emphasis>quit</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_QUIT ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_QUIT to select
! the <emphasis>quit</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_EXIT ##### -->
  <para>
! The default key used to select the <emphasis>exit</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_EXIT ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_EXIT to select
! the <emphasis>exit</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_CLOSE ##### -->
  <para>
! The default key used to select the <emphasis>close</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_CLOSE ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_CLOSE to select
! the <emphasis>close</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_CUT ##### -->
  <para>
! The default key used to select the <emphasis>cut</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_CUT ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_CUT to select
! the <emphasis>cut</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_COPY ##### -->
  <para>
! The default key used to select the <emphasis>copy</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_COPY ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_COPY to select
! the <emphasis>copy</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_PASTE ##### -->
  <para>
! The default key used to select the <emphasis>paste</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_PASTE ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_PASTE to select
! the <emphasis>paste</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_SELECT_ALL ##### -->
  <para>
! The default key used to select the <emphasis>select all</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_SELECT_ALL ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_SELECT_ALL to
! select the <emphasis>select all</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_CLEAR ##### -->
  <para>
! The default key used to select the <emphasis>clear</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_CLEAR ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_CLEAR to select
! the <emphasis>clear</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_UNDO ##### -->
  <para>
! The default key used to select the <emphasis>undo</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_UNDO ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_UNDO to select
! the <emphasis>undo</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_REDO ##### -->
  <para>
! The default key used to select the <emphasis>redo</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_REDO ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_REDO to select
! the <emphasis>redo</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_SAVE ##### -->
  <para>
! The default key used to select the <emphasis>save</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_SAVE ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_SAVE to select
! the <emphasis>save</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_OPEN ##### -->
  <para>
! The default key used to select the <emphasis>open</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_OPEN ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_OPEN to select
! the <emphasis>open</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_SAVE_AS ##### -->
  <para>
! The default key used to select the <emphasis>save as</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_SAVE_AS ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_SAVE_AS to select
! the <emphasis>save as</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_NEW ##### -->
  <para>
! The default key used to select the <emphasis>new</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_NEW ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_NEW to select
! the <emphasis>new</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_PRINT ##### -->
  <para>
! The default key used to select the <emphasis>print</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_PRINT ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_PRINT to select
! the <emphasis>print</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_PRINT_SETUP ##### -->
  <para>
! The default key used to select the <emphasis>print setup</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_PRINT_SETUP ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_PRINT_SETUP to
! select the <emphasis>print setup</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_FIND ##### -->
  <para>
! The default key used to select the <emphasis>find</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_FIND ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_FIND to select
! the <emphasis>find</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_FIND_AGAIN ##### -->
  <para>
! The default key used to select the <emphasis>find again</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_FIND_AGAIN ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_FIND_AGAIN to
! select the <emphasis>find again</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_REPLACE ##### -->
  <para>
! The default key used to select the <emphasis>replace</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_REPLACE ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_REPLACE to select
! the <emphasis>replace</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_NEW_WINDOW ##### -->
  <para>
! The default key used to select the <emphasis>new window</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_NEW_WINDOW ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_NEW_WINDOW to
! select the <emphasis>new window</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_CLOSE_WINDOW ##### -->
  <para>
! The default key used to select the <emphasis>close window</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_CLOSE_WINDOW ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_CLOSE_WINDOW to
! select the <emphasis>close window</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_REDO_MOVE ##### -->
  <para>
! The default key used to select the <emphasis>redo move</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_REDO_MOVE ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_REDO_MOVE to
! select the <emphasis>redo move</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_UNDO_MOVE ##### -->
  <para>
! The default key used to select the <emphasis>undo move</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_UNDO_MOVE ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_UNDO_MOVE to
! select the <emphasis>undo move</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_PAUSE_GAME ##### -->
  <para>
! The default key used to select the <emphasis>pause game</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_PAUSE_GAME ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_PAUSE_GAME to
! select the <emphasis>pause game</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_NEW_GAME ##### -->
  <para>
! The default key used to select the <emphasis>new game</emphasis> menu item.
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_NEW_GAME ##### -->
  <para>
! The default modifier used in conjunction with #GNOME_KEY_NAME_NEW_GAME to
! select the <emphasis>new game</emphasis> menu item.
  </para>
  
  
--- 2,416 ----
  gnome-uidefs
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### MACRO GNOME_PAD ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_PAD_SMALL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_PAD_BIG ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_YES ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_NO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_OK ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_CANCEL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_QUIT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_QUIT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_EXIT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_EXIT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_CLOSE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_CLOSE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_CUT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_CUT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_COPY ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_COPY ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_PASTE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_PASTE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_SELECT_ALL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_SELECT_ALL ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_CLEAR ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_CLEAR ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_UNDO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_UNDO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_REDO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_REDO ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_SAVE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_SAVE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_OPEN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_OPEN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_SAVE_AS ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_SAVE_AS ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_NEW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_NEW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_PRINT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_PRINT ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_PRINT_SETUP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_PRINT_SETUP ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_FIND ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_FIND ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_FIND_AGAIN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_FIND_AGAIN ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_REPLACE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_REPLACE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_NEW_WINDOW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_NEW_WINDOW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_CLOSE_WINDOW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_CLOSE_WINDOW ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_REDO_MOVE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_REDO_MOVE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_UNDO_MOVE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_UNDO_MOVE ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_PAUSE_GAME ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_PAUSE_GAME ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_NAME_NEW_GAME ##### -->
  <para>
! 
  </para>
  
  
  
  <!-- ##### MACRO GNOME_KEY_MOD_NEW_GAME ##### -->
  <para>
! 
  </para>
  
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-vfs-util.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-vfs-util.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-vfs-util.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-vfs-util.sgml	Sat Aug  9 21:48:55 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### USER_FUNCTION GnomeGdkPixbufLoadCallback ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-window-icon.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-window-icon.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-window-icon.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-window-icon.sgml	Sat Aug  9 21:48:55 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### FUNCTION gnome_window_icon_set_from_default ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome-window.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-window.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome-window.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome-window.sgml	Sat Aug  9 21:48:55 2003
***************
*** 2,22 ****
  gnome-window
  
  <!-- ##### SECTION Short_Description ##### -->
! Convenience functions for setting window attributes.
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
! This module is a convenience wrapper for some similar functions in GTK+. This
! allows all GNOME applications to have a consistent way of setting their window
! and dialog titles. It is possible that in the future, a configurable way of
! setting window titles may be added.
  </para>
  
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
  <!-- ##### FUNCTION gnome_window_toplevel_set_title ##### -->
  <para>
  
--- 2,21 ----
  gnome-window
  
  <!-- ##### SECTION Short_Description ##### -->
! 
  
  <!-- ##### SECTION Long_Description ##### -->
  <para>
! 
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### FUNCTION gnome_window_toplevel_set_title ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/gnome.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome.sgml
*** ./libgnomeui/doc/reference/tmpl/gnome.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnome.sgml	Sat Aug  9 21:48:55 2003
***************
*** 9,16 ****
--- 9,18 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
diff -crN ./libgnomeui/doc/reference/tmpl/gnometypebuiltins.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnometypebuiltins.sgml
*** ./libgnomeui/doc/reference/tmpl/gnometypebuiltins.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/gnometypebuiltins.sgml	Sat Aug  9 21:48:55 2003
***************
*** 9,19 ****
--- 9,21 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
  <!-- ##### MACRO GNOME_TYPE_UI_INFO_TYPE ##### -->
  <para>
  
diff -crN ./libgnomeui/doc/reference/tmpl/libgnomeui.sgml /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/libgnomeui.sgml
*** ./libgnomeui/doc/reference/tmpl/libgnomeui.sgml	Thu Jan 23 15:33:42 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/doc/reference/tmpl/libgnomeui.sgml	Sat Aug  9 21:48:55 2003
***************
*** 9,16 ****
--- 9,18 ----
  
  </para>
  
+ 
  <!-- ##### SECTION See_Also ##### -->
  <para>
  
  </para>
  
+ 
diff -crN ./libgnomeui/glade/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/glade/Makefile.in
*** ./libgnomeui/glade/Makefile.in	Thu Jan 23 15:33:38 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/glade/Makefile.in	Sat Aug  9 21:43:03 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,64 ****
--- 57,63 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
***************
*** 67,72 ****
--- 66,72 ----
  CFLAGS = @CFLAGS@
  CPPFLAGS = @CPPFLAGS@
  DATADIRNAME = @DATADIRNAME@
+ DEPDIR = @DEPDIR@
  DLLTOOL = @DLLTOOL@
  ECHO = @ECHO@
  EXEEXT = @EXEEXT@
***************
*** 83,88 ****
--- 83,89 ----
  HAVE_GTK_DOC = @HAVE_GTK_DOC@
  HTML_DIR = @HTML_DIR@
  INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLLIBS = @INTLLIBS@
  LDFLAGS = @LDFLAGS@
***************
*** 102,108 ****
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
  MKINSTALLDIRS = @MKINSTALLDIRS@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
--- 103,108 ----
***************
*** 121,129 ****
--- 121,136 ----
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
+ X_CFLAGS = @X_CFLAGS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
  YACC = @YACC@
+ am__include = @am__include@
+ am__quote = @am__quote@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
+ install_sh = @install_sh@
  
  INCLUDES = \
  	-I$(top_builddir)				\
***************
*** 148,416 ****
  libgnome_la_SOURCES = \
  	glade-gnome.c
  
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../config.h
! CONFIG_CLEAN_FILES = 
! LTLIBRARIES =  $(glademodule_LTLIBRARIES)
! 
  
! DEFS = @DEFS@ -I. -I$(srcdir) -I..
  LIBS = @LIBS@
! X_CFLAGS = @X_CFLAGS@
! X_LIBS = @X_LIBS@
! X_EXTRA_LIBS = @X_EXTRA_LIBS@
! X_PRE_LIBS = @X_PRE_LIBS@
! libgnome_la_DEPENDENCIES =  $(top_builddir)/libgnomeui/libgnomeui-2.la
! libgnome_la_OBJECTS =  glade-gnome.lo
! COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! DIST_COMMON =  Makefile.am Makefile.in
! 
! 
! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 
! TAR = gtar
! GZIP_ENV = --best
  SOURCES = $(libgnome_la_SOURCES)
- OBJECTS = $(libgnome_la_OBJECTS)
- 
- all: all-redirect
- .SUFFIXES:
- .SUFFIXES: .S .c .lo .o .obj .s
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps glade/Makefile
- 
- Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
- 	cd $(top_builddir) \
- 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
  
! mostlyclean-glademoduleLTLIBRARIES:
! 
! clean-glademoduleLTLIBRARIES:
! 	-test -z "$(glademodule_LTLIBRARIES)" || rm -f $(glademodule_LTLIBRARIES)
  
! distclean-glademoduleLTLIBRARIES:
  
! maintainer-clean-glademoduleLTLIBRARIES:
  
  install-glademoduleLTLIBRARIES: $(glademodule_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(glademoduledir)
  	@list='$(glademodule_LTLIBRARIES)'; for p in $$list; do \
  	  if test -f $$p; then \
! 	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(glademoduledir)/$$p"; \
! 	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(glademoduledir)/$$p; \
  	  else :; fi; \
  	done
  
  uninstall-glademoduleLTLIBRARIES:
  	@$(NORMAL_UNINSTALL)
! 	list='$(glademodule_LTLIBRARIES)'; for p in $$list; do \
! 	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(glademoduledir)/$$p; \
  	done
  
! .c.o:
! 	$(COMPILE) -c $<
! 
! # FIXME: We should only use cygpath when building on Windows,
! # and only if it is available.
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
! 
! .s.o:
! 	$(COMPILE) -c $<
! 
! .S.o:
! 	$(COMPILE) -c $<
  
  mostlyclean-compile:
! 	-rm -f *.o core *.core
! 	-rm -f *.$(OBJEXT)
! 
! clean-compile:
  
  distclean-compile:
  	-rm -f *.tab.c
  
! maintainer-clean-compile:
! 
! .c.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .s.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .S.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! mostlyclean-libtool:
! 	-rm -f *.lo
! 
! clean-libtool:
! 	-rm -rf .libs _libs
! 
! distclean-libtool:
  
! maintainer-clean-libtool:
  
! libgnome.la: $(libgnome_la_OBJECTS) $(libgnome_la_DEPENDENCIES)
! 	$(LINK) -rpath $(glademoduledir) $(libgnome_la_LDFLAGS) $(libgnome_la_OBJECTS) $(libgnome_la_LIBADD) $(LIBS)
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
! 
! mostlyclean-tags:
  
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
  
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 
! subdir = glade
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
- glade-gnome.lo glade-gnome.o : glade-gnome.c ../config.h \
- 	../libgnomeui/libgnomeui.h ../libgnomeui/gnome-uidefs.h \
- 	../libgnomeui/gnome-about.h ../libgnomeui/gnome-app.h \
- 	../libgnomeui/gnome-app-helper.h ../libgnomeui/gnome-appbar.h \
- 	../libgnomeui/gnome-types.h ../libgnomeui/gnome-app-util.h \
- 	../libgnomeui/gnome-color-picker.h ../libgnomeui/gnome-entry.h \
- 	../libgnomeui/gnome-file-entry.h \
- 	../libgnomeui/gnome-font-picker.h \
- 	../libgnomeui/gnome-icon-entry.h \
- 	../libgnomeui/gnome-icon-item.h ../libgnomeui/gnome-icon-list.h \
- 	../libgnomeui/gnome-icon-sel.h ../libgnomeui/gnome-ui-init.h \
- 	../libgnomeui/gnome-icon-theme.h \
- 	../libgnomeui/gnome-thumbnail.h \
- 	../libgnomeui/gnome-icon-lookup.h \
- 	../libgnomeui/gnome-stock-icons.h ../libgnomeui/gnome-scores.h \
- 	../libgnomeui/gnome-client.h ../libgnomeui/gnome-dateedit.h \
- 	../libgnomeui/gnometypebuiltins.h ../libgnomeui/gnome-href.h \
- 	../libgnomeui/gnome-dialog.h ../libgnomeui/gnome-dialog-util.h \
- 	../libgnomeui/gnome-druid.h ../libgnomeui/gnome-druid-page.h \
- 	../libgnomeui/gnome-druid-page-edge.h \
- 	../libgnomeui/gnome-druid-page-standard.h \
- 	../libgnomeui/gnome-messagebox.h ../libgnomeui/gnome-mdi.h \
- 	../libgnomeui/gnome-mdi-child.h \
- 	../libgnomeui/gnome-mdi-generic-child.h \
- 	../libgnomeui/gnome-mdi-session.h \
- 	../libgnomeui/gnome-vfs-util.h ../libgnomeui/gnome-pixmap.h \
- 	../libgnomeui/gnome-pixmap-entry.h \
- 	../libgnomeui/gnome-popup-menu.h \
- 	../libgnomeui/gnome-propertybox.h \
- 	../libgnomeui/gnome-window-icon.h
- 
- info-am:
- info: info-am
- dvi-am:
- dvi: dvi-am
  check-am: all-am
  check: check-am
! installcheck-am:
! installcheck: installcheck-am
! install-exec-am:
! install-exec: install-exec-am
  
! install-data-am: install-glademoduleLTLIBRARIES
! install-data: install-data-am
  
- install-am: all-am
- 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  install: install-am
! uninstall-am: uninstall-glademoduleLTLIBRARIES
  uninstall: uninstall-am
- all-am: Makefile $(LTLIBRARIES)
- all-redirect: all-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs:
- 	$(mkinstalldirs)  $(DESTDIR)$(glademoduledir)
  
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-glademoduleLTLIBRARIES mostlyclean-compile \
! 		mostlyclean-libtool mostlyclean-tags \
! 		mostlyclean-generic
  
! mostlyclean: mostlyclean-am
  
! clean-am:  clean-glademoduleLTLIBRARIES clean-compile clean-libtool \
! 		clean-tags clean-generic mostlyclean-am
  
! clean: clean-am
  
! distclean-am:  distclean-glademoduleLTLIBRARIES distclean-compile \
! 		distclean-libtool distclean-tags distclean-generic \
! 		clean-am
! 	-rm -f libtool
  
! distclean: distclean-am
  
! maintainer-clean-am:  maintainer-clean-glademoduleLTLIBRARIES \
! 		maintainer-clean-compile maintainer-clean-libtool \
! 		maintainer-clean-tags maintainer-clean-generic \
! 		distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-am
  
! .PHONY: mostlyclean-glademoduleLTLIBRARIES \
! distclean-glademoduleLTLIBRARIES clean-glademoduleLTLIBRARIES \
! maintainer-clean-glademoduleLTLIBRARIES \
! uninstall-glademoduleLTLIBRARIES install-glademoduleLTLIBRARIES \
! mostlyclean-compile distclean-compile clean-compile \
! maintainer-clean-compile mostlyclean-libtool distclean-libtool \
! clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
! distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! install-exec install-data-am install-data install-am install \
! uninstall-am uninstall all-redirect all-am all installdirs \
! mostlyclean-generic distclean-generic clean-generic \
! maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
--- 155,378 ----
  libgnome_la_SOURCES = \
  	glade-gnome.c
  
+ subdir = glade
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! LTLIBRARIES = $(glademodule_LTLIBRARIES)
! 
! libgnome_la_DEPENDENCIES = $(top_builddir)/libgnomeui/libgnomeui-2.la
! am_libgnome_la_OBJECTS = glade-gnome.lo
! libgnome_la_OBJECTS = $(am_libgnome_la_OBJECTS)
  
! DEFS = @DEFS@
! DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
! CPPFLAGS = @CPPFLAGS@
! LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
! depcomp =
! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
! 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
! DIST_SOURCES = $(libgnome_la_SOURCES)
! DIST_COMMON = Makefile.am Makefile.in
  SOURCES = $(libgnome_la_SOURCES)
  
+ all: all-am
  
! .SUFFIXES:
! .SUFFIXES: .c .lo .o .obj
  
! mostlyclean-libtool:
! 	-rm -f *.lo
  
! clean-libtool:
! 	-rm -rf .libs _libs
  
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps glade/Makefile
+ Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  install-glademoduleLTLIBRARIES: $(glademodule_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(glademoduledir)
  	@list='$(glademodule_LTLIBRARIES)'; for p in $$list; do \
  	  if test -f $$p; then \
! 	    echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(glademoduledir)/$$p"; \
! 	    $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(glademoduledir)/$$p; \
  	  else :; fi; \
  	done
  
  uninstall-glademoduleLTLIBRARIES:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(glademodule_LTLIBRARIES)'; for p in $$list; do \
! 	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(glademoduledir)/$$p"; \
! 	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(glademoduledir)/$$p; \
  	done
  
! clean-glademoduleLTLIBRARIES:
! 	-test -z "$(glademodule_LTLIBRARIES)" || rm -f $(glademodule_LTLIBRARIES)
! libgnome.la: $(libgnome_la_OBJECTS) $(libgnome_la_DEPENDENCIES) 
! 	$(LINK) -rpath $(glademoduledir) $(libgnome_la_LDFLAGS) $(libgnome_la_OBJECTS) $(libgnome_la_LIBADD) $(LIBS)
  
  mostlyclean-compile:
! 	-rm -f *.$(OBJEXT) core *.core
  
  distclean-compile:
  	-rm -f *.tab.c
  
! .c.o:
! 	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
  
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
  
! .c.lo:
! 	$(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
! uninstall-info-am:
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  check-am: all-am
  check: check-am
! all-am: Makefile $(LTLIBRARIES)
  
! installdirs:
! 	$(mkinstalldirs) $(DESTDIR)$(glademoduledir)
  
  install: install-am
! install-exec: install-exec-am
! install-data: install-data-am
  uninstall: uninstall-am
  
+ install-am: all-am
+ 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-am
  
! clean-am: clean-generic clean-glademoduleLTLIBRARIES clean-libtool \
! 	mostlyclean-am
  
! distclean: distclean-am
  
! distclean-am: clean-am distclean-compile distclean-generic \
! 	distclean-libtool distclean-tags
  
! dvi: dvi-am
  
! dvi-am:
  
! info: info-am
! 
! info-am:
! 
! install-data-am: install-glademoduleLTLIBRARIES
! 
! install-exec-am:
! 
! install-info: install-info-am
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-am
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-am
! 
! mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 	mostlyclean-libtool
! 
! uninstall-am: uninstall-glademoduleLTLIBRARIES uninstall-info-am
  
+ .PHONY: GTAGS all all-am check check-am clean clean-generic \
+ 	clean-glademoduleLTLIBRARIES clean-libtool distclean \
+ 	distclean-compile distclean-generic distclean-libtool \
+ 	distclean-tags distdir dvi dvi-am info info-am install \
+ 	install-am install-data install-data-am install-exec \
+ 	install-exec-am install-glademoduleLTLIBRARIES install-info \
+ 	install-info-am install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool tags uninstall \
+ 	uninstall-am uninstall-glademoduleLTLIBRARIES uninstall-info-am
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
diff -crN ./libgnomeui/images/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/images/Makefile.in
*** ./libgnomeui/images/Makefile.in	Thu Jan 23 15:33:39 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/images/Makefile.in	Sat Aug  9 21:43:03 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,64 ****
--- 57,63 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
***************
*** 67,72 ****
--- 66,72 ----
  CFLAGS = @CFLAGS@
  CPPFLAGS = @CPPFLAGS@
  DATADIRNAME = @DATADIRNAME@
+ DEPDIR = @DEPDIR@
  DLLTOOL = @DLLTOOL@
  ECHO = @ECHO@
  EXEEXT = @EXEEXT@
***************
*** 83,88 ****
--- 83,89 ----
  HAVE_GTK_DOC = @HAVE_GTK_DOC@
  HTML_DIR = @HTML_DIR@
  INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLLIBS = @INTLLIBS@
  LDFLAGS = @LDFLAGS@
***************
*** 102,108 ****
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
  MKINSTALLDIRS = @MKINSTALLDIRS@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
--- 103,108 ----
***************
*** 121,129 ****
--- 121,136 ----
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
+ X_CFLAGS = @X_CFLAGS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
  YACC = @YACC@
+ am__include = @am__include@
+ am__quote = @am__quote@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
+ install_sh = @install_sh@
  
  pixmapdir = $(datadir)/pixmaps
  
***************
*** 137,263 ****
  
  
  EXTRA_DIST = $(pixmap_DATA)
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../config.h
! CONFIG_CLEAN_FILES = 
! DATA =  $(pixmap_DATA)
! 
! DIST_COMMON =  Makefile.am Makefile.in
  
  
- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
- 
- TAR = gtar
- GZIP_ENV = --best
- all: all-redirect
  .SUFFIXES:
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps images/Makefile
  
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
  
  install-pixmapDATA: $(pixmap_DATA)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(pixmapdir)
  	@list='$(pixmap_DATA)'; for p in $$list; do \
! 	  if test -f $(srcdir)/$$p; then \
! 	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pixmapdir)/$$p"; \
! 	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pixmapdir)/$$p; \
! 	  else if test -f $$p; then \
! 	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pixmapdir)/$$p"; \
! 	    $(INSTALL_DATA) $$p $(DESTDIR)$(pixmapdir)/$$p; \
! 	  fi; fi; \
  	done
  
  uninstall-pixmapDATA:
  	@$(NORMAL_UNINSTALL)
! 	list='$(pixmap_DATA)'; for p in $$list; do \
! 	  rm -f $(DESTDIR)$(pixmapdir)/$$p; \
  	done
  tags: TAGS
  TAGS:
  
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  
! subdir = images
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
- info-am:
- info: info-am
- dvi-am:
- dvi: dvi-am
  check-am: all-am
  check: check-am
! installcheck-am:
! installcheck: installcheck-am
! install-exec-am:
! install-exec: install-exec-am
  
! install-data-am: install-pixmapDATA
! install-data: install-data-am
  
- install-am: all-am
- 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  install: install-am
! uninstall-am: uninstall-pixmapDATA
  uninstall: uninstall-am
- all-am: Makefile $(DATA)
- all-redirect: all-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs:
- 	$(mkinstalldirs)  $(DESTDIR)$(pixmapdir)
  
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-generic
  
! mostlyclean: mostlyclean-am
  
! clean-am:  clean-generic mostlyclean-am
  
! clean: clean-am
  
! distclean-am:  distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-am
  
! maintainer-clean-am:  maintainer-clean-generic distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-am
  
! .PHONY: uninstall-pixmapDATA install-pixmapDATA tags distdir info-am \
! info dvi-am dvi check check-am installcheck-am installcheck \
! install-exec-am install-exec install-data-am install-data install-am \
! install uninstall-am uninstall all-redirect all-am all installdirs \
! mostlyclean-generic distclean-generic clean-generic \
! maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
--- 144,295 ----
  
  
  EXTRA_DIST = $(pixmap_DATA)
+ subdir = images
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! depcomp =
! DIST_SOURCES =
! DATA = $(pixmap_DATA)
  
+ DIST_COMMON = Makefile.am Makefile.in
+ all: all-am
  
  .SUFFIXES:
  
! mostlyclean-libtool:
! 	-rm -f *.lo
  
+ clean-libtool:
+ 	-rm -rf .libs _libs
  
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps images/Makefile
+ Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
+ uninstall-info-am:
  install-pixmapDATA: $(pixmap_DATA)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(pixmapdir)
  	@list='$(pixmap_DATA)'; for p in $$list; do \
! 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pixmapdir)/$$f"; \
! 	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pixmapdir)/$$f; \
  	done
  
  uninstall-pixmapDATA:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(pixmap_DATA)'; for p in $$list; do \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " rm -f $(DESTDIR)$(pixmapdir)/$$f"; \
! 	  rm -f $(DESTDIR)$(pixmapdir)/$$f; \
  	done
  tags: TAGS
  TAGS:
  
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  check-am: all-am
  check: check-am
! all-am: Makefile $(DATA)
  
! installdirs:
! 	$(mkinstalldirs) $(DESTDIR)$(pixmapdir)
  
  install: install-am
! install-exec: install-exec-am
! install-data: install-data-am
  uninstall: uninstall-am
  
+ install-am: all-am
+ 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-am
  
! clean-am: clean-generic clean-libtool mostlyclean-am
  
! distclean: distclean-am
  
! distclean-am: clean-am distclean-generic distclean-libtool
  
! dvi: dvi-am
  
! dvi-am:
  
! info: info-am
! 
! info-am:
! 
! install-data-am: install-pixmapDATA
! 
! install-exec-am:
! 
! install-info: install-info-am
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-am
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-am
! 
! mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am uninstall-pixmapDATA
  
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+ 	dvi-am info info-am install install-am install-data \
+ 	install-data-am install-exec install-exec-am install-info \
+ 	install-info-am install-man install-pixmapDATA install-strip \
+ 	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+ 	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+ 	uninstall-pixmapDATA
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
diff -crN ./libgnomeui/install-sh /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/install-sh
*** ./libgnomeui/install-sh	Thu Sep  5 08:46:15 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/install-sh	Sat Aug  9 21:43:01 2003
***************
*** 196,202 ****
  
  	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
  	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
! 	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
  	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
  else
  
--- 196,202 ----
  
  	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
  	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
! 	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst || true; else true ; fi &&
  	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
  else
  
***************
*** 237,243 ****
  
  	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
  	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
! 	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
  	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&
  
  # Now rename the file to the real destination.
--- 237,243 ----
  
  	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
  	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
! 	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp || true; else true;fi &&
  	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&
  
  # Now rename the file to the real destination.
diff -crN ./libgnomeui/libgnomeui/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/libgnomeui/Makefile.in
*** ./libgnomeui/libgnomeui/Makefile.in	Thu Jan 23 15:33:36 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/libgnomeui/Makefile.in	Sat Aug  9 21:43:04 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,64 ****
--- 57,63 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
***************
*** 67,72 ****
--- 66,72 ----
  CFLAGS = @CFLAGS@
  CPPFLAGS = @CPPFLAGS@
  DATADIRNAME = @DATADIRNAME@
+ DEPDIR = @DEPDIR@
  DLLTOOL = @DLLTOOL@
  ECHO = @ECHO@
  EXEEXT = @EXEEXT@
***************
*** 83,88 ****
--- 83,89 ----
  HAVE_GTK_DOC = @HAVE_GTK_DOC@
  HTML_DIR = @HTML_DIR@
  INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLLIBS = @INTLLIBS@
  LDFLAGS = @LDFLAGS@
***************
*** 102,108 ****
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
  MKINSTALLDIRS = @MKINSTALLDIRS@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
--- 103,108 ----
***************
*** 121,129 ****
--- 121,136 ----
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
+ X_CFLAGS = @X_CFLAGS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
  YACC = @YACC@
+ am__include = @am__include@
+ am__quote = @am__quote@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
+ install_sh = @install_sh@
  
  SUBDIRS = pixmaps
  
***************
*** 275,282 ****
  	gnometypebuiltins.h
  
  
- #######################
  
  gnome_segv2_SOURCES = gnome_segv.c
  
  # do not use BUILT_SOURCES because of weird semantics
--- 282,289 ----
  	gnometypebuiltins.h
  
  
  
+ #######################
  gnome_segv2_SOURCES = gnome_segv.c
  
  # do not use BUILT_SOURCES because of weird semantics
***************
*** 313,532 ****
  
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = libgnomeui-2.0.pc
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../config.h
! CONFIG_CLEAN_FILES =  libgnomeui-2.0.pc
! LTLIBRARIES =  $(lib_LTLIBRARIES)
  
  
! DEFS = @DEFS@ -I. -I$(srcdir) -I..
  LIBS = @LIBS@
! X_CFLAGS = @X_CFLAGS@
! X_LIBS = @X_LIBS@
! X_EXTRA_LIBS = @X_EXTRA_LIBS@
! X_PRE_LIBS = @X_PRE_LIBS@
! libgnomeui_2_la_DEPENDENCIES = 
! libgnomeui_2_la_OBJECTS =  libgnomeui-access.lo gnometypebuiltins.lo \
! gnome-about.lo gnome-app.lo gnome-app-helper.lo gnome-app-util.lo \
! gnome-appbar.lo gnome-stock-icons.lo gnome-color-picker.lo \
! gnome-dateedit.lo gnome-dialog.lo gnome-dialog-util.lo gnome-druid.lo \
! gnome-druid-page.lo gnome-druid-page-edge.lo \
! gnome-druid-page-standard.lo gnome-entry.lo gnome-file-entry.lo \
! gnome-font-picker.lo gnome-gconf-ui.lo gnome-href.lo gnome-ice.lo \
! gnome-marshal-main.lo gnome-messagebox.lo gnome-mdi.lo \
! gnome-mdi-child.lo gnome-mdi-generic-child.lo gnome-mdi-session.lo \
! gnome-pixmap.lo gnome-pixmap-entry.lo gnome-popup-menu.lo \
! gnome-propertybox.lo gnome-scores.lo gnome-theme-parser.lo \
! gnome-thumbnail.lo gnome-thumbnail-pixbuf-utils.lo gnome-ui-init.lo \
! gnometypes.lo gnome-icon-entry.lo gnome-icon-item.lo gnome-icon-list.lo \
! gnome-icon-lookup.lo gnome-icon-sel.lo gnome-icon-theme.lo \
! gnome-vfs-util.lo gnome-window.lo gnome-window-icon.lo gnome-client.lo
! libexec_PROGRAMS =  gnome_segv2$(EXEEXT)
! PROGRAMS =  $(libexec_PROGRAMS)
! 
! gnome_segv2_OBJECTS =  gnome_segv.$(OBJEXT)
! gnome_segv2_LDADD = $(LDADD)
! gnome_segv2_DEPENDENCIES =  libgnomeui-2.la
! gnome_segv2_LDFLAGS = 
! COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! DATA =  $(pkgconfig_DATA)
! 
! HEADERS =  $(gnomeh_HEADERS) $(libgnomeuiinclude_HEADERS)
! 
! DIST_COMMON =  AUTHORS Makefile.am Makefile.in libgnomeui-2.0.pc.in
  
  
! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 
! TAR = gtar
! GZIP_ENV = --best
  SOURCES = $(libgnomeui_2_la_SOURCES) $(gnome_segv2_SOURCES)
- OBJECTS = $(libgnomeui_2_la_OBJECTS) $(gnome_segv2_OBJECTS)
- 
- all: all-redirect
- .SUFFIXES:
- .SUFFIXES: .S .c .lo .o .obj .s
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libgnomeui/Makefile
- 
- Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
- 	cd $(top_builddir) \
- 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
- 
- libgnomeui-2.0.pc: $(top_builddir)/config.status libgnomeui-2.0.pc.in
- 	cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
! mostlyclean-libLTLIBRARIES:
  
! clean-libLTLIBRARIES:
! 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  
! distclean-libLTLIBRARIES:
  
! maintainer-clean-libLTLIBRARIES:
  
  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libdir)
  	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  	  if test -f $$p; then \
! 	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
! 	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
  	  else :; fi; \
  	done
  
  uninstall-libLTLIBRARIES:
  	@$(NORMAL_UNINSTALL)
! 	list='$(lib_LTLIBRARIES)'; for p in $$list; do \
! 	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  	done
  
! .c.o:
! 	$(COMPILE) -c $<
! 
! # FIXME: We should only use cygpath when building on Windows,
! # and only if it is available.
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
! 
! .s.o:
! 	$(COMPILE) -c $<
! 
! .S.o:
! 	$(COMPILE) -c $<
! 
! mostlyclean-compile:
! 	-rm -f *.o core *.core
! 	-rm -f *.$(OBJEXT)
! 
! clean-compile:
! 
! distclean-compile:
! 	-rm -f *.tab.c
! 
! maintainer-clean-compile:
! 
! .c.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .s.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .S.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! mostlyclean-libtool:
! 	-rm -f *.lo
! 
! clean-libtool:
! 	-rm -rf .libs _libs
! 
! distclean-libtool:
! 
! maintainer-clean-libtool:
! 
! libgnomeui-2.la: $(libgnomeui_2_la_OBJECTS) $(libgnomeui_2_la_DEPENDENCIES)
  	$(LINK) -rpath $(libdir) $(libgnomeui_2_la_LDFLAGS) $(libgnomeui_2_la_OBJECTS) $(libgnomeui_2_la_LIBADD) $(LIBS)
- 
- mostlyclean-libexecPROGRAMS:
- 
- clean-libexecPROGRAMS:
- 	-test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
- 
- distclean-libexecPROGRAMS:
- 
- maintainer-clean-libexecPROGRAMS:
- 
  install-libexecPROGRAMS: $(libexec_PROGRAMS)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libexecdir)
  	@list='$(libexec_PROGRAMS)'; for p in $$list; do \
! 	  if test -f $$p; then \
! 	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
! 	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  	  else :; fi; \
  	done
  
  uninstall-libexecPROGRAMS:
  	@$(NORMAL_UNINSTALL)
! 	list='$(libexec_PROGRAMS)'; for p in $$list; do \
! 	  rm -f $(DESTDIR)$(libexecdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  	done
  
! gnome_segv2$(EXEEXT): $(gnome_segv2_OBJECTS) $(gnome_segv2_DEPENDENCIES)
  	@rm -f gnome_segv2$(EXEEXT)
  	$(LINK) $(gnome_segv2_LDFLAGS) $(gnome_segv2_OBJECTS) $(gnome_segv2_LDADD) $(LIBS)
  
  install-pkgconfigDATA: $(pkgconfig_DATA)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
  	@list='$(pkgconfig_DATA)'; for p in $$list; do \
! 	  if test -f $(srcdir)/$$p; then \
! 	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
! 	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
! 	  else if test -f $$p; then \
! 	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
! 	    $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
! 	  fi; fi; \
  	done
  
  uninstall-pkgconfigDATA:
  	@$(NORMAL_UNINSTALL)
! 	list='$(pkgconfig_DATA)'; for p in $$list; do \
! 	  rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
  	done
- 
  install-gnomehHEADERS: $(gnomeh_HEADERS)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(gnomehdir)
  	@list='$(gnomeh_HEADERS)'; for p in $$list; do \
! 	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
! 	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gnomehdir)/$$p"; \
! 	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gnomehdir)/$$p; \
  	done
  
  uninstall-gnomehHEADERS:
  	@$(NORMAL_UNINSTALL)
! 	list='$(gnomeh_HEADERS)'; for p in $$list; do \
! 	  rm -f $(DESTDIR)$(gnomehdir)/$$p; \
  	done
- 
  install-libgnomeuiincludeHEADERS: $(libgnomeuiinclude_HEADERS)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libgnomeuiincludedir)
  	@list='$(libgnomeuiinclude_HEADERS)'; for p in $$list; do \
! 	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
! 	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libgnomeuiincludedir)/$$p"; \
! 	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libgnomeuiincludedir)/$$p; \
  	done
  
  uninstall-libgnomeuiincludeHEADERS:
  	@$(NORMAL_UNINSTALL)
! 	list='$(libgnomeuiinclude_HEADERS)'; for p in $$list; do \
! 	  rm -f $(DESTDIR)$(libgnomeuiincludedir)/$$p; \
  	done
  
  # This directory's subdirectories are mostly independent; you can cd
--- 320,524 ----
  
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = libgnomeui-2.0.pc
+ subdir = libgnomeui
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES = libgnomeui-2.0.pc
! LTLIBRARIES = $(lib_LTLIBRARIES)
! 
! libgnomeui_2_la_DEPENDENCIES =
! am_libgnomeui_2_la_OBJECTS = libgnomeui-access.lo gnometypebuiltins.lo \
! 	gnome-about.lo gnome-app.lo gnome-app-helper.lo \
! 	gnome-app-util.lo gnome-appbar.lo gnome-stock-icons.lo \
! 	gnome-color-picker.lo gnome-dateedit.lo gnome-dialog.lo \
! 	gnome-dialog-util.lo gnome-druid.lo gnome-druid-page.lo \
! 	gnome-druid-page-edge.lo gnome-druid-page-standard.lo \
! 	gnome-entry.lo gnome-file-entry.lo gnome-font-picker.lo \
! 	gnome-gconf-ui.lo gnome-href.lo gnome-ice.lo \
! 	gnome-marshal-main.lo gnome-messagebox.lo gnome-mdi.lo \
! 	gnome-mdi-child.lo gnome-mdi-generic-child.lo \
! 	gnome-mdi-session.lo gnome-pixmap.lo gnome-pixmap-entry.lo \
! 	gnome-popup-menu.lo gnome-propertybox.lo gnome-scores.lo \
! 	gnome-theme-parser.lo gnome-thumbnail.lo \
! 	gnome-thumbnail-pixbuf-utils.lo gnome-ui-init.lo gnometypes.lo \
! 	gnome-icon-entry.lo gnome-icon-item.lo gnome-icon-list.lo \
! 	gnome-icon-lookup.lo gnome-icon-sel.lo gnome-icon-theme.lo \
! 	gnome-vfs-util.lo gnome-window.lo gnome-window-icon.lo \
! 	gnome-client.lo
! libgnomeui_2_la_OBJECTS = $(am_libgnomeui_2_la_OBJECTS)
! libexec_PROGRAMS = gnome_segv2$(EXEEXT)
! PROGRAMS = $(libexec_PROGRAMS)
  
+ am_gnome_segv2_OBJECTS = gnome_segv.$(OBJEXT)
+ gnome_segv2_OBJECTS = $(am_gnome_segv2_OBJECTS)
+ gnome_segv2_LDADD = $(LDADD)
+ gnome_segv2_DEPENDENCIES = libgnomeui-2.la
+ gnome_segv2_LDFLAGS =
  
! DEFS = @DEFS@
! DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
! CPPFLAGS = @CPPFLAGS@
! LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
! depcomp =
! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
! 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
! DIST_SOURCES = $(libgnomeui_2_la_SOURCES) $(gnome_segv2_SOURCES)
! DATA = $(pkgconfig_DATA)
! 
! HEADERS = $(gnomeh_HEADERS) $(libgnomeuiinclude_HEADERS)
  
  
! RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
! 	uninstall-info-recursive all-recursive install-data-recursive \
! 	install-exec-recursive installdirs-recursive install-recursive \
! 	uninstall-recursive check-recursive installcheck-recursive
! DIST_COMMON = $(gnomeh_HEADERS) $(libgnomeuiinclude_HEADERS) AUTHORS \
! 	Makefile.am Makefile.in libgnomeui-2.0.pc.in
! DIST_SUBDIRS = $(SUBDIRS)
  SOURCES = $(libgnomeui_2_la_SOURCES) $(gnome_segv2_SOURCES)
  
! all: all-recursive
  
! .SUFFIXES:
! .SUFFIXES: .c .lo .o .obj
  
! mostlyclean-libtool:
! 	-rm -f *.lo
  
! clean-libtool:
! 	-rm -rf .libs _libs
  
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps libgnomeui/Makefile
+ Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
+ libgnomeui-2.0.pc: $(top_builddir)/config.status libgnomeui-2.0.pc.in
+ 	cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libdir)
  	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  	  if test -f $$p; then \
! 	    echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
! 	    $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
  	  else :; fi; \
  	done
  
  uninstall-libLTLIBRARIES:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
! 	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
! 	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  	done
  
! clean-libLTLIBRARIES:
! 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
! libgnomeui-2.la: $(libgnomeui_2_la_OBJECTS) $(libgnomeui_2_la_DEPENDENCIES) 
  	$(LINK) -rpath $(libdir) $(libgnomeui_2_la_LDFLAGS) $(libgnomeui_2_la_OBJECTS) $(libgnomeui_2_la_LIBADD) $(LIBS)
  install-libexecPROGRAMS: $(libexec_PROGRAMS)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libexecdir)
  	@list='$(libexec_PROGRAMS)'; for p in $$list; do \
! 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
! 	  if test -f $$p \
! 	     || test -f $$p1 \
! 	  ; then \
! 	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
! 	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$f"; \
! 	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$f; \
  	  else :; fi; \
  	done
  
  uninstall-libexecPROGRAMS:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(libexec_PROGRAMS)'; for p in $$list; do \
! 	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
! 	  echo " rm -f $(DESTDIR)$(libexecdir)/$$f"; \
! 	  rm -f $(DESTDIR)$(libexecdir)/$$f; \
  	done
  
! clean-libexecPROGRAMS:
! 	-test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
! gnome_segv2$(EXEEXT): $(gnome_segv2_OBJECTS) $(gnome_segv2_DEPENDENCIES) 
  	@rm -f gnome_segv2$(EXEEXT)
  	$(LINK) $(gnome_segv2_LDFLAGS) $(gnome_segv2_OBJECTS) $(gnome_segv2_LDADD) $(LIBS)
  
+ mostlyclean-compile:
+ 	-rm -f *.$(OBJEXT) core *.core
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ .c.o:
+ 	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
+ 
+ .c.obj:
+ 	$(COMPILE) -c `cygpath -w $<`
+ 
+ .c.lo:
+ 	$(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
+ uninstall-info-am:
  install-pkgconfigDATA: $(pkgconfig_DATA)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
  	@list='$(pkgconfig_DATA)'; for p in $$list; do \
! 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
! 	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
  	done
  
  uninstall-pkgconfigDATA:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(pkgconfig_DATA)'; for p in $$list; do \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
! 	  rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
  	done
  install-gnomehHEADERS: $(gnomeh_HEADERS)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(gnomehdir)
  	@list='$(gnomeh_HEADERS)'; for p in $$list; do \
! 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(gnomehdir)/$$f"; \
! 	  $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(gnomehdir)/$$f; \
  	done
  
  uninstall-gnomehHEADERS:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(gnomeh_HEADERS)'; for p in $$list; do \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " rm -f $(DESTDIR)$(gnomehdir)/$$f"; \
! 	  rm -f $(DESTDIR)$(gnomehdir)/$$f; \
  	done
  install-libgnomeuiincludeHEADERS: $(libgnomeuiinclude_HEADERS)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libgnomeuiincludedir)
  	@list='$(libgnomeuiinclude_HEADERS)'; for p in $$list; do \
! 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(libgnomeuiincludedir)/$$f"; \
! 	  $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(libgnomeuiincludedir)/$$f; \
  	done
  
  uninstall-libgnomeuiincludeHEADERS:
  	@$(NORMAL_UNINSTALL)
! 	@list='$(libgnomeuiinclude_HEADERS)'; for p in $$list; do \
! 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
! 	  echo " rm -f $(DESTDIR)$(libgnomeuiincludedir)/$$f"; \
! 	  rm -f $(DESTDIR)$(libgnomeuiincludedir)/$$f; \
  	done
  
  # This directory's subdirectories are mostly independent; you can cd
***************
*** 535,546 ****
  # (1) if the variable is set in `config.status', edit `config.status'
  #     (which will cause the Makefiles to be regenerated when you run `make');
  # (2) otherwise, pass the desired values on the `make' command line.
! 
! @SET_MAKE@
! 
! all-recursive install-data-recursive install-exec-recursive \
! installdirs-recursive install-recursive uninstall-recursive  \
! check-recursive installcheck-recursive info-recursive dvi-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
  	target=`echo $@ | sed s/-recursive//`; \
--- 527,533 ----
  # (1) if the variable is set in `config.status', edit `config.status'
  #     (which will cause the Makefiles to be regenerated when you run `make');
  # (2) otherwise, pass the desired values on the `make' command line.
! $(RECURSIVE_TARGETS):
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
  	target=`echo $@ | sed s/-recursive//`; \
***************
*** 563,573 ****
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  rev="$$subdir $$rev"; \
! 	  test "$$subdir" != "." || dot_seen=yes; \
  	done; \
! 	test "$$dot_seen" = "no" && rev=". $$rev"; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
--- 550,565 ----
  maintainer-clean-recursive:
  	@set fnord $(MAKEFLAGS); amf=$$2; \
  	dot_seen=no; \
! 	case "$@" in \
! 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 	  *) list='$(SUBDIRS)' ;; \
! 	esac; \
! 	rev=''; for subdir in $$list; do \
! 	  if test "$$subdir" = "."; then :; else \
! 	    rev="$$subdir $$rev"; \
! 	  fi; \
  	done; \
! 	rev="$$rev ."; \
  	target=`echo $@ | sed s/-recursive//`; \
  	for subdir in $$rev; do \
  	  echo "Making $$target in $$subdir"; \
***************
*** 586,636 ****
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
!    if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
!    fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
! 
! mostlyclean-tags:
  
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
  
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 
! subdir = libgnomeui
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
--- 578,637 ----
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
! 	  if test "$$subdir" = .; then :; else \
  	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 	  fi; \
  	done; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  	for subdir in $(SUBDIRS); do \
***************
*** 638,919 ****
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    chmod 777 $(distdir)/$$subdir; \
! 	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  	      || exit 1; \
  	  fi; \
  	done
- gnome-about.lo gnome-about.o : gnome-about.c ../config.h gnome-i18nP.h \
- 	gnome-about.h
- gnome-app-helper.lo gnome-app-helper.o : gnome-app-helper.c ../config.h \
- 	gnome-app.h gnome-app-helper.h gnome-appbar.h gnome-types.h \
- 	gnome-app.h gnome-uidefs.h gnome-stock-icons.h gnome-gconf-ui.h
- gnome-app-util.lo gnome-app-util.o : gnome-app-util.c ../config.h \
- 	gnome-i18nP.h gnome-app-util.h gnome-app.h gnome-types.h \
- 	gnome-dialog-util.h gnome-dialog.h gnome-uidefs.h \
- 	gnome-appbar.h
- gnome-app.lo gnome-app.o : gnome-app.c ../config.h gnome-i18nP.h \
- 	gnome-app-helper.h gnome-appbar.h gnome-types.h gnome-app.h \
- 	gnome-uidefs.h gnome-gconf-ui.h gnome-window.h \
- 	gnome-window-icon.h gnome-ui-init.h gnome-app.h
- gnome-appbar.lo gnome-appbar.o : gnome-appbar.c ../config.h \
- 	gnome-appbar.h gnome-types.h gnome-gconf-ui.h gnome-uidefs.h \
- 	gnometypebuiltins.h
- gnome-client.lo gnome-client.o : gnome-client.c ../config.h \
- 	gnome-i18nP.h gnome-client.h gnome-uidefs.h gnome-ui-init.h \
- 	gnome-ice.h gnome-marshal.h libgnomeuiP.h gnometypebuiltins.h \
- 	gnome-gconf-ui.h
- gnome-color-picker.lo gnome-color-picker.o : gnome-color-picker.c \
- 	../config.h gnome-i18nP.h gnome-marshal.h gnome-color-picker.h \
- 	libgnomeuiP.h gnometypebuiltins.h gnome-gconf-ui.h \
- 	libgnomeui-access.h
- gnome-dateedit.lo gnome-dateedit.o : gnome-dateedit.c ../config.h \
- 	gnome-i18nP.h gnome-dateedit.h gnometypebuiltins.h \
- 	libgnomeui-access.h
- gnome-dialog-util.lo gnome-dialog-util.o : gnome-dialog-util.c \
- 	../config.h gnome-i18nP.h gnome-dialog.h gnome-messagebox.h \
- 	gnome-types.h gnome-uidefs.h gnome-dialog-util.h
- gnome-dialog.lo gnome-dialog.o : gnome-dialog.c ../config.h \
- 	gnome-i18nP.h gnome-dialog.h gnome-uidefs.h gnome-dialog-util.h \
- 	gnome-types.h gnome-marshal.h
- gnome-druid-page-edge.lo gnome-druid-page-edge.o : \
- 	gnome-druid-page-edge.c ../config.h gnome-i18nP.h gnome-druid.h \
- 	gnome-druid-page.h gnome-uidefs.h gnome-druid-page-edge.h
- gnome-druid-page-standard.lo gnome-druid-page-standard.o : \
- 	gnome-druid-page-standard.c ../config.h gnome-i18nP.h \
- 	gnome-druid.h gnome-druid-page.h gnome-uidefs.h \
- 	gnome-druid-page-standard.h
- gnome-druid-page.lo gnome-druid-page.o : gnome-druid-page.c ../config.h \
- 	gnome-druid-page.h gnome-marshal.h libgnomeuiP.h \
- 	gnometypebuiltins.h gnome-gconf-ui.h
- gnome-druid.lo gnome-druid.o : gnome-druid.c ../config.h gnome-i18nP.h \
- 	gnome-druid.h gnome-druid-page.h gnome-uidefs.h \
- 	gnome-stock-icons.h
- gnome-entry.lo gnome-entry.o : gnome-entry.c ../config.h gnome-i18nP.h \
- 	gnome-gconf-ui.h gnome-entry.h
- gnome-file-entry.lo gnome-file-entry.o : gnome-file-entry.c ../config.h \
- 	gnome-i18nP.h libgnomeuiP.h gnometypebuiltins.h \
- 	gnome-gconf-ui.h libgnomeui-access.h gnome-file-entry.h \
- 	gnome-entry.h
- gnome-font-picker.lo gnome-font-picker.o : gnome-font-picker.c \
- 	../config.h gnome-i18nP.h gnome-stock-icons.h \
- 	gnometypebuiltins.h gnome-font-picker.h
- gnome-gconf-ui.lo gnome-gconf-ui.o : gnome-gconf-ui.c ../config.h \
- 	gnome-i18nP.h gnome-gconf-ui.h
- gnome-href.lo gnome-href.o : gnome-href.c ../config.h gnome-i18nP.h \
- 	gnome-href.h libgnomeui-access.h
- gnome-ice.lo gnome-ice.o : gnome-ice.c ../config.h gnome-ice.h
- gnome-icon-entry.lo gnome-icon-entry.o : gnome-icon-entry.c ../config.h \
- 	gnome-i18nP.h gnome-file-entry.h gnome-entry.h \
- 	gnome-icon-list.h gnome-icon-item.h gnome-icon-sel.h \
- 	gnome-icon-entry.h gnome-file-entry.h libgnomeui-access.h
- gnome-icon-item.lo gnome-icon-item.o : gnome-icon-item.c ../config.h \
- 	gnome-i18nP.h gnome-icon-item.h gnome-marshal.h
- gnome-icon-list.lo gnome-icon-list.o : gnome-icon-list.c ../config.h \
- 	gnome-icon-list.h gnome-icon-item.h gnome-icon-item.h \
- 	gnome-marshal.h libgnomeuiP.h gnometypebuiltins.h \
- 	gnome-gconf-ui.h libgnomeui-access.h
- gnome-icon-lookup.lo gnome-icon-lookup.o : gnome-icon-lookup.c \
- 	gnome-icon-lookup.h gnome-icon-theme.h gnome-thumbnail.h
- gnome-icon-sel.lo gnome-icon-sel.o : gnome-icon-sel.c ../config.h \
- 	gnome-i18nP.h gnome-icon-list.h gnome-icon-item.h \
- 	gnome-uidefs.h gnome-icon-sel.h libgnomeui-access.h
- gnome-icon-theme.lo gnome-icon-theme.o : gnome-icon-theme.c \
- 	gnome-icon-theme.h gnome-theme-parser.h
- gnome-marshal-main.lo gnome-marshal-main.o : gnome-marshal-main.c \
- 	gnome-marshal.h gnome-marshal.c
- gnome-mdi-child.lo gnome-mdi-child.o : gnome-mdi-child.c ../config.h \
- 	gnome-i18nP.h gnome-app.h gnome-app-helper.h gnome-appbar.h \
- 	gnome-types.h gnome-app.h gnome-mdi-child.h gnome-app-helper.h \
- 	gnome-mdi.h
- gnome-mdi-generic-child.lo gnome-mdi-generic-child.o : \
- 	gnome-mdi-generic-child.c ../config.h gnome-i18nP.h \
- 	gnome-mdi-generic-child.h gnome-mdi-child.h gnome-app.h \
- 	gnome-app-helper.h gnome-appbar.h gnome-types.h gnome-mdi.h \
- 	gnome-app.h gnome-app-helper.h
- gnome-mdi-session.lo gnome-mdi-session.o : gnome-mdi-session.c \
- 	../config.h gnome-i18nP.h gnome-mdi-session.h gnome-mdi.h \
- 	gnome-app.h gnome-app-helper.h gnome-appbar.h gnome-types.h \
- 	gnome-mdi-child.h
- gnome-mdi.lo gnome-mdi.o : gnome-mdi.c ../config.h gnome-i18nP.h \
- 	gnome-marshal.h gnome-app.h gnome-app-helper.h gnome-appbar.h \
- 	gnome-types.h gnome-app.h gnome-mdi.h gnome-mdi-child.h \
- 	gnome-app-helper.h
- gnome-messagebox.lo gnome-messagebox.o : gnome-messagebox.c ../config.h \
- 	gnome-i18nP.h gnome-messagebox.h gnome-dialog.h gnome-uidefs.h
- gnome-pixmap-entry.lo gnome-pixmap-entry.o : gnome-pixmap-entry.c \
- 	../config.h gnome-i18nP.h gnome-file-entry.h gnome-entry.h \
- 	gnome-pixmap-entry.h gnome-file-entry.h gnome-pixmap.h \
- 	libgnomeui-access.h
- gnome-pixmap.lo gnome-pixmap.o : gnome-pixmap.c ../config.h \
- 	gnome-pixmap.h
- gnome-popup-menu.lo gnome-popup-menu.o : gnome-popup-menu.c ../config.h \
- 	gnome-popup-menu.h gnome-app.h gnome-app-helper.h \
- 	gnome-appbar.h gnome-types.h
- gnome-propertybox.lo gnome-propertybox.o : gnome-propertybox.c \
- 	../config.h gnome-i18nP.h gnome-propertybox.h gnome-dialog.h
- gnome-scores.lo gnome-scores.o : gnome-scores.c ../config.h \
- 	gnome-i18nP.h gnome-scores.h
- gnome-stock-icons.lo gnome-stock-icons.o : gnome-stock-icons.c \
- 	../config.h gnome-i18nP.h gnome-stock-icons.h \
- 	pixmaps/gnome-stock-pixbufs.h
- gnome-theme-parser.lo gnome-theme-parser.o : gnome-theme-parser.c \
- 	gnome-theme-parser.h
- gnome-thumbnail-pixbuf-utils.lo gnome-thumbnail-pixbuf-utils.o : \
- 	gnome-thumbnail-pixbuf-utils.c ../config.h gnome-thumbnail.h
- gnome-thumbnail.lo gnome-thumbnail.o : gnome-thumbnail.c ../config.h \
- 	gnome-vfs-util.h gnome-thumbnail.h gnome-gconf-ui.h
- gnome-ui-init.lo gnome-ui-init.o : gnome-ui-init.c ../config.h \
- 	gnome-i18nP.h gnome-client.h gnome-gconf-ui.h gnome-ui-init.h \
- 	gnome-stock-icons.h libgnomeuiP.h gnometypebuiltins.h
- gnome-vfs-util.lo gnome-vfs-util.o : gnome-vfs-util.c ../config.h \
- 	gnome-vfs-util.h
- gnome-window-icon.lo gnome-window-icon.o : gnome-window-icon.c \
- 	../config.h gnome-window-icon.h gnome-client.h
- gnome-window.lo gnome-window.o : gnome-window.c ../config.h \
- 	gnome-window.h gnome-ui-init.h
- gnome_segv.o: gnome_segv.c ../config.h libgnomeui.h gnome-uidefs.h \
- 	gnome-about.h gnome-app.h gnome-app-helper.h gnome-appbar.h \
- 	gnome-types.h gnome-app-util.h gnome-color-picker.h \
- 	gnome-entry.h gnome-file-entry.h gnome-font-picker.h \
- 	gnome-icon-entry.h gnome-icon-item.h gnome-icon-list.h \
- 	gnome-icon-sel.h gnome-ui-init.h gnome-icon-theme.h \
- 	gnome-thumbnail.h gnome-icon-lookup.h gnome-stock-icons.h \
- 	gnome-scores.h gnome-client.h gnome-dateedit.h \
- 	gnometypebuiltins.h gnome-href.h gnome-dialog.h \
- 	gnome-dialog-util.h gnome-druid.h gnome-druid-page.h \
- 	gnome-druid-page-edge.h gnome-druid-page-standard.h \
- 	gnome-messagebox.h gnome-mdi.h gnome-mdi-child.h \
- 	gnome-mdi-generic-child.h gnome-mdi-session.h gnome-vfs-util.h \
- 	gnome-pixmap.h gnome-pixmap-entry.h gnome-popup-menu.h \
- 	gnome-propertybox.h gnome-window-icon.h gnome-i18nP.h
- gnometypebuiltins.lo gnometypebuiltins.o : gnometypebuiltins.c \
- 	libgnomeui.h gnome-uidefs.h gnome-about.h gnome-app.h \
- 	gnome-app-helper.h gnome-appbar.h gnome-types.h \
- 	gnome-app-util.h gnome-color-picker.h gnome-entry.h \
- 	gnome-file-entry.h gnome-font-picker.h gnome-icon-entry.h \
- 	gnome-icon-item.h gnome-icon-list.h gnome-icon-sel.h \
- 	gnome-ui-init.h gnome-icon-theme.h gnome-thumbnail.h \
- 	gnome-icon-lookup.h gnome-stock-icons.h gnome-scores.h \
- 	gnome-client.h gnome-dateedit.h gnometypebuiltins.h \
- 	gnome-href.h gnome-dialog.h gnome-dialog-util.h gnome-druid.h \
- 	gnome-druid-page.h gnome-druid-page-edge.h \
- 	gnome-druid-page-standard.h gnome-messagebox.h gnome-mdi.h \
- 	gnome-mdi-child.h gnome-mdi-generic-child.h gnome-mdi-session.h \
- 	gnome-vfs-util.h gnome-pixmap.h gnome-pixmap-entry.h \
- 	gnome-popup-menu.h gnome-propertybox.h gnome-window-icon.h \
- 	gnometypebuiltins.h
- gnometypes.lo gnometypes.o : gnometypes.c ../config.h libgnomeui.h \
- 	gnome-uidefs.h gnome-about.h gnome-app.h gnome-app-helper.h \
- 	gnome-appbar.h gnome-types.h gnome-app-util.h \
- 	gnome-color-picker.h gnome-entry.h gnome-file-entry.h \
- 	gnome-font-picker.h gnome-icon-entry.h gnome-icon-item.h \
- 	gnome-icon-list.h gnome-icon-sel.h gnome-ui-init.h \
- 	gnome-icon-theme.h gnome-thumbnail.h gnome-icon-lookup.h \
- 	gnome-stock-icons.h gnome-scores.h gnome-client.h \
- 	gnome-dateedit.h gnometypebuiltins.h gnome-href.h \
- 	gnome-dialog.h gnome-dialog-util.h gnome-druid.h \
- 	gnome-druid-page.h gnome-druid-page-edge.h \
- 	gnome-druid-page-standard.h gnome-messagebox.h gnome-mdi.h \
- 	gnome-mdi-child.h gnome-mdi-generic-child.h gnome-mdi-session.h \
- 	gnome-vfs-util.h gnome-pixmap.h gnome-pixmap-entry.h \
- 	gnome-popup-menu.h gnome-propertybox.h gnome-window-icon.h \
- 	gnometype_inits.c
- libgnomeui-access.lo libgnomeui-access.o : libgnomeui-access.c \
- 	../config.h libgnomeui-access.h
- 
- info-am:
- info: info-recursive
- dvi-am:
- dvi: dvi-recursive
  check-am: all-am
  check: check-recursive
! installcheck-am:
! installcheck: installcheck-recursive
! install-exec-am: install-libLTLIBRARIES install-libexecPROGRAMS
! install-exec: install-exec-recursive
  
! install-data-am: install-pkgconfigDATA install-gnomehHEADERS \
! 		install-libgnomeuiincludeHEADERS
  install-data: install-data-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-recursive
- uninstall-am: uninstall-libLTLIBRARIES uninstall-libexecPROGRAMS \
- 		uninstall-pkgconfigDATA uninstall-gnomehHEADERS \
- 		uninstall-libgnomeuiincludeHEADERS
- uninstall: uninstall-recursive
- all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
- all-redirect: all-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs: installdirs-recursive
- installdirs-am:
- 	$(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(libexecdir) \
- 		$(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(gnomehdir) \
- 		$(DESTDIR)$(libgnomeuiincludedir)
- 
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
! 		mostlyclean-libtool mostlyclean-libexecPROGRAMS \
! 		mostlyclean-tags mostlyclean-generic
  
! mostlyclean: mostlyclean-recursive
  
! clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool \
! 		clean-libexecPROGRAMS clean-tags clean-generic \
! 		mostlyclean-am
  
! clean: clean-recursive
  
! distclean-am:  distclean-libLTLIBRARIES distclean-compile \
! 		distclean-libtool distclean-libexecPROGRAMS \
! 		distclean-tags distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-recursive
  
! maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
! 		maintainer-clean-compile maintainer-clean-libtool \
! 		maintainer-clean-libexecPROGRAMS maintainer-clean-tags \
! 		maintainer-clean-generic distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-recursive
  
! .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
! clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
! uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
! distclean-compile clean-compile maintainer-clean-compile \
! mostlyclean-libtool distclean-libtool clean-libtool \
! maintainer-clean-libtool mostlyclean-libexecPROGRAMS \
! distclean-libexecPROGRAMS clean-libexecPROGRAMS \
! maintainer-clean-libexecPROGRAMS uninstall-libexecPROGRAMS \
! install-libexecPROGRAMS uninstall-pkgconfigDATA install-pkgconfigDATA \
! uninstall-gnomehHEADERS install-gnomehHEADERS \
! uninstall-libgnomeuiincludeHEADERS install-libgnomeuiincludeHEADERS \
! install-data-recursive uninstall-data-recursive install-exec-recursive \
! uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
! all-recursive check-recursive installcheck-recursive info-recursive \
! dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
! maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
! distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! install-exec install-data-am install-data install-am install \
! uninstall-am uninstall all-redirect all-am all installdirs-am \
! installdirs mostlyclean-generic distclean-generic clean-generic \
! maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  
  
  # all autogenerated files need to be generated in the srcdir,
--- 639,746 ----
  	    test -d $(distdir)/$$subdir \
  	    || mkdir $(distdir)/$$subdir \
  	    || exit 1; \
! 	    (cd $$subdir && \
! 	      $(MAKE) $(AM_MAKEFLAGS) \
! 	        top_distdir="$(top_distdir)" \
! 	        distdir=../$(distdir)/$$subdir \
! 	        distdir) \
  	      || exit 1; \
  	  fi; \
  	done
  check-am: all-am
  check: check-recursive
! all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
! installdirs: installdirs-recursive
! installdirs-am:
! 	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(libexecdir) $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(gnomehdir) $(DESTDIR)$(libgnomeuiincludedir)
  
! install: install-recursive
! install-exec: install-exec-recursive
  install-data: install-data-recursive
+ uninstall: uninstall-recursive
  
  install-am: all-am
  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-recursive
  
! clean-am: clean-generic clean-libLTLIBRARIES clean-libexecPROGRAMS \
! 	clean-libtool mostlyclean-am
  
! distclean: distclean-recursive
  
! distclean-am: clean-am distclean-compile distclean-generic \
! 	distclean-libtool distclean-tags
  
! dvi: dvi-recursive
  
! dvi-am:
  
! info: info-recursive
! 
! info-am:
! 
! install-data-am: install-gnomehHEADERS install-libgnomeuiincludeHEADERS \
! 	install-pkgconfigDATA
! 
! install-exec-am: install-libLTLIBRARIES install-libexecPROGRAMS
! 
! install-info: install-info-recursive
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-recursive
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-recursive
! 
! mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 	mostlyclean-libtool
! 
! uninstall-am: uninstall-gnomehHEADERS uninstall-info-am \
! 	uninstall-libLTLIBRARIES uninstall-libexecPROGRAMS \
! 	uninstall-libgnomeuiincludeHEADERS uninstall-pkgconfigDATA
! 
! uninstall-info: uninstall-info-recursive
! 
! .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
! 	clean-generic clean-libLTLIBRARIES clean-libexecPROGRAMS \
! 	clean-libtool clean-recursive distclean distclean-compile \
! 	distclean-generic distclean-libtool distclean-recursive \
! 	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
! 	info-recursive install install-am install-data install-data-am \
! 	install-data-recursive install-exec install-exec-am \
! 	install-exec-recursive install-gnomehHEADERS install-info \
! 	install-info-am install-info-recursive install-libLTLIBRARIES \
! 	install-libexecPROGRAMS install-libgnomeuiincludeHEADERS \
! 	install-man install-pkgconfigDATA install-recursive \
! 	install-strip installcheck installcheck-am installdirs \
! 	installdirs-am installdirs-recursive maintainer-clean \
! 	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
! 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
! 	mostlyclean-recursive tags tags-recursive uninstall \
! 	uninstall-am uninstall-gnomehHEADERS uninstall-info-am \
! 	uninstall-info-recursive uninstall-libLTLIBRARIES \
! 	uninstall-libexecPROGRAMS uninstall-libgnomeuiincludeHEADERS \
! 	uninstall-pkgconfigDATA uninstall-recursive
  
  
  # all autogenerated files need to be generated in the srcdir,
***************
*** 992,998 ****
  
  # an explicit dependency here so all generated files get built
  $(libgnomeui_2_la_OBJECTS): $(built_sources)
- 
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
  .NOEXPORT:
--- 819,824 ----
diff -crN ./libgnomeui/libgnomeui/pixmaps/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/libgnomeui/pixmaps/Makefile.in
*** ./libgnomeui/libgnomeui/pixmaps/Makefile.in	Thu Jan 23 15:33:37 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/libgnomeui/pixmaps/Makefile.in	Sat Aug  9 21:43:05 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,17 ****
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
! # Please update this when you add more `stock_*.png' files
  
  
  SHELL = @SHELL@
  
--- 11,19 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
! @SET_MAKE@
  
+ # Please update this when you add more `stock_*.png' files
  
  SHELL = @SHELL@
  
***************
*** 33,45 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ../..
  
  ACLOCAL = @ACLOCAL@
--- 35,43 ----
***************
*** 48,58 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 46,56 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 61,66 ****
--- 59,65 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
***************
*** 69,74 ****
--- 68,74 ----
  CFLAGS = @CFLAGS@
  CPPFLAGS = @CPPFLAGS@
  DATADIRNAME = @DATADIRNAME@
+ DEPDIR = @DEPDIR@
  DLLTOOL = @DLLTOOL@
  ECHO = @ECHO@
  EXEEXT = @EXEEXT@
***************
*** 85,90 ****
--- 85,91 ----
  HAVE_GTK_DOC = @HAVE_GTK_DOC@
  HTML_DIR = @HTML_DIR@
  INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLLIBS = @INTLLIBS@
  LDFLAGS = @LDFLAGS@
***************
*** 104,110 ****
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
  MKINSTALLDIRS = @MKINSTALLDIRS@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
--- 105,110 ----
***************
*** 123,131 ****
--- 123,138 ----
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
+ X_CFLAGS = @X_CFLAGS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
  YACC = @YACC@
+ am__include = @am__include@
+ am__quote = @am__quote@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
+ install_sh = @install_sh@
  
  stock_images = \
  	stock_attach.png \
***************
*** 170,309 ****
  BUILT_SOURCES = gnome-stock-pixbufs.h
  
  CLEANFILES = $(BUILT_SOURCES)
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../../config.h
! CONFIG_CLEAN_FILES = 
! COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! HEADERS =  $(noinst_HEADERS)
! 
! DIST_COMMON =  Makefile.am Makefile.in
! 
! 
! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 
! TAR = gtar
! GZIP_ENV = --best
! all: all-redirect
  .SUFFIXES:
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
- 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libgnomeui/pixmaps/Makefile
  
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  
! mostlyclean-tags:
! 
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
! 
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  
! subdir = libgnomeui/pixmaps
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
- info-am:
- info: info-am
- dvi-am:
- dvi: dvi-am
  check-am: all-am
  check: check-am
! installcheck-am:
! installcheck: installcheck-am
! install-exec-am:
! install-exec: install-exec-am
  
! install-data-am:
! install-data: install-data-am
  
- install-am: all-am
- 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  install: install-am
! uninstall-am:
  uninstall: uninstall-am
- all-am: Makefile $(HEADERS)
- all-redirect: all-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs:
  
  
  mostlyclean-generic:
  
  clean-generic:
  	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
  	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  
! mostlyclean: mostlyclean-am
  
! clean-am:  clean-tags clean-generic mostlyclean-am
  
! clean: clean-am
  
! distclean-am:  distclean-tags distclean-generic clean-am
! 	-rm -f libtool
  
! distclean: distclean-am
  
! maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
! 		distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-am
  
! .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
! maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
! installcheck-am installcheck install-exec-am install-exec \
! install-data-am install-data install-am install uninstall-am uninstall \
! all-redirect all-am all installdirs mostlyclean-generic \
! distclean-generic clean-generic maintainer-clean-generic clean \
! mostlyclean distclean maintainer-clean
  
  
  gnome-stock-pixbufs.h: @GDK_PIXBUF_CSOURCE@ $(stock_images)
--- 177,343 ----
  BUILT_SOURCES = gnome-stock-pixbufs.h
  
  CLEANFILES = $(BUILT_SOURCES)
+ subdir = libgnomeui/pixmaps
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! depcomp =
! DIST_SOURCES =
! HEADERS = $(noinst_HEADERS)
! 
! DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
! all: $(BUILT_SOURCES)
! 	$(MAKE) $(AM_MAKEFLAGS) all-am
! 
  .SUFFIXES:
  
! mostlyclean-libtool:
! 	-rm -f *.lo
  
+ clean-libtool:
+ 	-rm -rf .libs _libs
+ 
+ distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps libgnomeui/pixmaps/Makefile
+ Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
+ uninstall-info-am:
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ../..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  check-am: all-am
  check: check-am
! all-am: Makefile $(HEADERS)
  
! installdirs:
  
  install: install-am
! install-exec: install-exec-am
! install-data: install-data-am
  uninstall: uninstall-am
  
+ install-am: all-am
+ 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+ 	@echo "it deletes files that may require special tools to rebuild."
  	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! clean: clean-am
  
! clean-am: clean-generic clean-libtool mostlyclean-am
  
! distclean: distclean-am
  
! distclean-am: clean-am distclean-generic distclean-libtool \
! 	distclean-tags
  
! dvi: dvi-am
  
! dvi-am:
  
! info: info-am
! 
! info-am:
! 
! install-data-am:
! 
! install-exec-am:
! 
! install-info: install-info-am
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-am
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-am
! 
! mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am
! 
! .PHONY: GTAGS all all-am check check-am clean clean-generic \
! 	clean-libtool distclean distclean-generic distclean-libtool \
! 	distclean-tags distdir dvi dvi-am info info-am install \
! 	install-am install-data install-data-am install-exec \
! 	install-exec-am install-info install-info-am install-man \
! 	install-strip installcheck installcheck-am installdirs \
! 	maintainer-clean maintainer-clean-generic mostlyclean \
! 	mostlyclean-generic mostlyclean-libtool tags uninstall \
! 	uninstall-am uninstall-info-am
  
  
  gnome-stock-pixbufs.h: @GDK_PIXBUF_CSOURCE@ $(stock_images)
***************
*** 312,318 ****
  	   @GDK_PIXBUF_CSOURCE@ --raw --build-list $$var > pixbufs-tmp && \
  	   cat $(srcdir)/copyright.txt pixbufs-tmp > gnome-stock-pixbufs.h
  	-rm -f pixbufs-tmp
- 
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
  .NOEXPORT:
--- 346,351 ----
diff -crN ./libgnomeui/ltmain.sh /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/ltmain.sh
*** ./libgnomeui/ltmain.sh	Thu Jan 23 15:22:26 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/ltmain.sh	Sat Aug  9 21:42:37 2003
***************
*** 177,184 ****
    --mode) prevopt="--mode" prev=mode ;;
    --mode=*) mode="$optarg" ;;
  
-   --preserve-dup-deps) duplicate_deps="yes" ;;
- 
    --quiet | --silent)
      show=:
      ;;
--- 177,182 ----
***************
*** 469,475 ****
        pic_mode=default
        ;;
      esac
!     if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
        # non-PIC code in shared libraries is not supported
        pic_mode=default
      fi
--- 467,473 ----
        pic_mode=default
        ;;
      esac
!     if test $pic_mode = no && test "$deplibs_check_method" != pass_all; then
        # non-PIC code in shared libraries is not supported
        pic_mode=default
      fi
***************
*** 759,765 ****
      linker_flags=
      dllsearchpath=
      lib_search_path=`pwd`
-     inst_prefix_dir=
  
      avoid_version=no
      dlfiles=
--- 757,762 ----
***************
*** 890,900 ****
  	  prev=
  	  continue
  	  ;;
-         inst_prefix)
- 	  inst_prefix_dir="$arg"
- 	  prev=
- 	  continue
- 	  ;;
  	release)
  	  release="-$arg"
  	  prev=
--- 887,892 ----
***************
*** 996,1006 ****
  	continue
  	;;
  
-       -inst-prefix-dir)
- 	prev=inst_prefix
- 	continue
- 	;;
- 
        # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
        # so, if we see these flags be careful not to treat them like -L
        -L[A-Z][A-Z]*:*)
--- 988,993 ----
***************
*** 1316,1326 ****
        output_objdir="$output_objdir/$objdir"
      fi
      # Create the object directory.
!     if test ! -d "$output_objdir"; then
        $show "$mkdir $output_objdir"
        $run $mkdir $output_objdir
        status=$?
!       if test "$status" -ne 0 && test ! -d "$output_objdir"; then
  	exit $status
        fi
      fi
--- 1303,1313 ----
        output_objdir="$output_objdir/$objdir"
      fi
      # Create the object directory.
!     if test ! -d $output_objdir; then
        $show "$mkdir $output_objdir"
        $run $mkdir $output_objdir
        status=$?
!       if test $status -ne 0 && test ! -d $output_objdir; then
  	exit $status
        fi
      fi
***************
*** 1343,1374 ****
      # Find all interdependent deplibs by searching for libraries
      # that are linked more than once (e.g. -la -lb -la)
      for deplib in $deplibs; do
!       if test "X$duplicate_deps" = "Xyes" ; then
! 	case "$libs " in
! 	*" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
! 	esac
!       fi
        libs="$libs $deplib"
      done
- 
-     if test "$linkmode" = lib; then
-       libs="$predeps $libs $compiler_lib_search_path $postdeps"
- 
-       # Compute libraries that are listed more than once in $predeps
-       # $postdeps and mark them as special (i.e., whose duplicates are
-       # not to be eliminated).
-       pre_post_deps=
-       if test "X$duplicate_deps" = "Xyes" ; then
- 	for pre_post_dep in $predeps $postdeps; do
- 	  case "$pre_post_deps " in
- 	  *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;
- 	  esac
- 	  pre_post_deps="$pre_post_deps $pre_post_dep"
- 	done
-       fi
-       pre_post_deps=
-     fi
- 
      deplibs=
      newdependency_libs=
      newlib_search_path=
--- 1330,1340 ----
      # Find all interdependent deplibs by searching for libraries
      # that are linked more than once (e.g. -la -lb -la)
      for deplib in $deplibs; do
!       case "$libs " in
!       *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
!       esac
        libs="$libs $deplib"
      done
      deplibs=
      newdependency_libs=
      newlib_search_path=
***************
*** 1400,1406 ****
  	;;
      esac
      for pass in $passes; do
!       if test "$linkmode" = prog; then
  	# Determine which files to process
  	case $pass in
  	dlopen)
--- 1366,1372 ----
  	;;
      esac
      for pass in $passes; do
!       if test $linkmode = prog; then
  	# Determine which files to process
  	case $pass in
  	dlopen)
***************
*** 1417,1427 ****
  	found=no
  	case $deplib in
  	-l*)
! 	  if test "$linkmode" = oldlib && test "$linkmode" = obj; then
  	    $echo "$modename: warning: \`-l' is ignored for archives/objects: $deplib" 1>&2
  	    continue
  	  fi
! 	  if test "$pass" = conv; then
  	    deplibs="$deplib $deplibs"
  	    continue
  	  fi
--- 1383,1393 ----
  	found=no
  	case $deplib in
  	-l*)
! 	  if test $linkmode = oldlib && test $linkmode = obj; then
  	    $echo "$modename: warning: \`-l' is ignored for archives/objects: $deplib" 1>&2
  	    continue
  	  fi
! 	  if test $pass = conv; then
  	    deplibs="$deplib $deplibs"
  	    continue
  	  fi
***************
*** 1441,1447 ****
  	      finalize_deplibs="$deplib $finalize_deplibs"
  	    else
  	      deplibs="$deplib $deplibs"
! 	      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
  	    fi
  	    continue
  	  fi
--- 1407,1413 ----
  	      finalize_deplibs="$deplib $finalize_deplibs"
  	    else
  	      deplibs="$deplib $deplibs"
! 	      test $linkmode = lib && newdependency_libs="$deplib $newdependency_libs"
  	    fi
  	    continue
  	  fi
***************
*** 1450,1465 ****
  	  case $linkmode in
  	  lib)
  	    deplibs="$deplib $deplibs"
! 	    test "$pass" = conv && continue
  	    newdependency_libs="$deplib $newdependency_libs"
  	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
  	    ;;
  	  prog)
! 	    if test "$pass" = conv; then
  	      deplibs="$deplib $deplibs"
  	      continue
  	    fi
! 	    if test "$pass" = scan; then
  	      deplibs="$deplib $deplibs"
  	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
  	    else
--- 1416,1431 ----
  	  case $linkmode in
  	  lib)
  	    deplibs="$deplib $deplibs"
! 	    test $pass = conv && continue
  	    newdependency_libs="$deplib $newdependency_libs"
  	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
  	    ;;
  	  prog)
! 	    if test $pass = conv; then
  	      deplibs="$deplib $deplibs"
  	      continue
  	    fi
! 	    if test $pass = scan; then
  	      deplibs="$deplib $deplibs"
  	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
  	    else
***************
*** 1474,1480 ****
  	  continue
  	  ;; # -L
  	-R*)
! 	  if test "$pass" = link; then
  	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
  	    # Make sure the xrpath contains only unique directories.
  	    case "$xrpath " in
--- 1440,1446 ----
  	  continue
  	  ;; # -L
  	-R*)
! 	  if test $pass = link; then
  	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
  	    # Make sure the xrpath contains only unique directories.
  	    case "$xrpath " in
***************
*** 1487,1493 ****
  	  ;;
  	*.la) lib="$deplib" ;;
  	*.$libext)
! 	  if test "$pass" = conv; then
  	    deplibs="$deplib $deplibs"
  	    continue
  	  fi
--- 1453,1459 ----
  	  ;;
  	*.la) lib="$deplib" ;;
  	*.$libext)
! 	  if test $pass = conv; then
  	    deplibs="$deplib $deplibs"
  	    continue
  	  fi
***************
*** 1508,1514 ****
  	    continue
  	    ;;
  	  prog)
! 	    if test "$pass" != link; then
  	      deplibs="$deplib $deplibs"
  	    else
  	      compile_deplibs="$deplib $compile_deplibs"
--- 1474,1480 ----
  	    continue
  	    ;;
  	  prog)
! 	    if test $pass != link; then
  	      deplibs="$deplib $deplibs"
  	    else
  	      compile_deplibs="$deplib $compile_deplibs"
***************
*** 1519,1525 ****
  	  esac # linkmode
  	  ;; # *.$libext
  	*.lo | *.$objext)
! 	  if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
  	    # If there is no dlopen support or we're linking statically,
  	    # we need to preload.
  	    newdlprefiles="$newdlprefiles $deplib"
--- 1485,1491 ----
  	  esac # linkmode
  	  ;; # *.$libext
  	*.lo | *.$objext)
! 	  if test $pass = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
  	    # If there is no dlopen support or we're linking statically,
  	    # we need to preload.
  	    newdlprefiles="$newdlprefiles $deplib"
***************
*** 1535,1541 ****
  	  continue
  	  ;;
  	esac # case $deplib
! 	if test "$found" = yes || test -f "$lib"; then :
  	else
  	  $echo "$modename: cannot find the library \`$lib'" 1>&2
  	  exit 1
--- 1501,1507 ----
  	  continue
  	  ;;
  	esac # case $deplib
! 	if test $found = yes || test -f "$lib"; then :
  	else
  	  $echo "$modename: cannot find the library \`$lib'" 1>&2
  	  exit 1
***************
*** 1569,1581 ****
  
  	if test "$linkmode,$pass" = "lib,link" ||
  	   test "$linkmode,$pass" = "prog,scan" ||
! 	   { test "$linkmode" = oldlib && test "$linkmode" = obj; }; then
  	   # Add dl[pre]opened files of deplib
  	  test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
  	  test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
  	fi
  
! 	if test "$pass" = conv; then
  	  # Only check for convenience libraries
  	  deplibs="$lib $deplibs"
  	  if test -z "$libdir"; then
--- 1535,1547 ----
  
  	if test "$linkmode,$pass" = "lib,link" ||
  	   test "$linkmode,$pass" = "prog,scan" ||
! 	   { test $linkmode = oldlib && test $linkmode = obj; }; then
  	   # Add dl[pre]opened files of deplib
  	  test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
  	  test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
  	fi
  
! 	if test $pass = conv; then
  	  # Only check for convenience libraries
  	  deplibs="$lib $deplibs"
  	  if test -z "$libdir"; then
***************
*** 1589,1602 ****
  	    tmp_libs=
  	    for deplib in $dependency_libs; do
  	      deplibs="$deplib $deplibs"
!               if test "X$duplicate_deps" = "Xyes" ; then
! 	        case "$tmp_libs " in
! 	        *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
! 	        esac
!               fi
  	      tmp_libs="$tmp_libs $deplib"
  	    done
! 	  elif test "$linkmode" != prog && test "$linkmode" != lib; then
  	    $echo "$modename: \`$lib' is not a convenience library" 1>&2
  	    exit 1
  	  fi
--- 1555,1566 ----
  	    tmp_libs=
  	    for deplib in $dependency_libs; do
  	      deplibs="$deplib $deplibs"
! 	      case "$tmp_libs " in
! 	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
! 	      esac
  	      tmp_libs="$tmp_libs $deplib"
  	    done
! 	  elif test $linkmode != prog && test $linkmode != lib; then
  	    $echo "$modename: \`$lib' is not a convenience library" 1>&2
  	    exit 1
  	  fi
***************
*** 1614,1620 ****
  	fi
  
  	# This library was specified with -dlopen.
! 	if test "$pass" = dlopen; then
  	  if test -z "$libdir"; then
  	    $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2
  	    exit 1
--- 1578,1584 ----
  	fi
  
  	# This library was specified with -dlopen.
! 	if test $pass = dlopen; then
  	  if test -z "$libdir"; then
  	    $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2
  	    exit 1
***************
*** 1663,1669 ****
  	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
  
  	# This library was specified with -dlpreopen.
! 	if test "$pass" = dlpreopen; then
  	  if test -z "$libdir"; then
  	    $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2
  	    exit 1
--- 1627,1633 ----
  	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
  
  	# This library was specified with -dlpreopen.
! 	if test $pass = dlpreopen; then
  	  if test -z "$libdir"; then
  	    $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2
  	    exit 1
***************
*** 1682,1688 ****
  
  	if test -z "$libdir"; then
  	  # Link the convenience library
! 	  if test "$linkmode" = lib; then
  	    deplibs="$dir/$old_library $deplibs"
  	  elif test "$linkmode,$pass" = "prog,link"; then
  	    compile_deplibs="$dir/$old_library $compile_deplibs"
--- 1646,1652 ----
  
  	if test -z "$libdir"; then
  	  # Link the convenience library
! 	  if test $linkmode = lib; then
  	    deplibs="$dir/$old_library $deplibs"
  	  elif test "$linkmode,$pass" = "prog,link"; then
  	    compile_deplibs="$dir/$old_library $compile_deplibs"
***************
*** 1693,1699 ****
  	  continue
  	fi
  
! 	if test "$linkmode" = prog && test "$pass" != link; then
  	  newlib_search_path="$newlib_search_path $ladir"
  	  deplibs="$lib $deplibs"
  
--- 1657,1663 ----
  	  continue
  	fi
  
! 	if test $linkmode = prog && test $pass != link; then
  	  newlib_search_path="$newlib_search_path $ladir"
  	  deplibs="$lib $deplibs"
  
***************
*** 1709,1726 ****
  	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
  	    esac
  	    # Need to link against all dependency_libs?
! 	    if test "$linkalldeplibs" = yes; then
  	      deplibs="$deplib $deplibs"
  	    else
  	      # Need to hardcode shared library paths
  	      # or/and link against static libraries
  	      newdependency_libs="$deplib $newdependency_libs"
  	    fi
! 	    if test "X$duplicate_deps" = "Xyes" ; then
! 	      case "$tmp_libs " in
! 	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
! 	      esac
! 	    fi
  	    tmp_libs="$tmp_libs $deplib"
  	  done # for deplib
  	  continue
--- 1673,1688 ----
  	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
  	    esac
  	    # Need to link against all dependency_libs?
! 	    if test $linkalldeplibs = yes; then
  	      deplibs="$deplib $deplibs"
  	    else
  	      # Need to hardcode shared library paths
  	      # or/and link against static libraries
  	      newdependency_libs="$deplib $newdependency_libs"
  	    fi
! 	    case "$tmp_libs " in
! 	    *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
! 	    esac
  	    tmp_libs="$tmp_libs $deplib"
  	  done # for deplib
  	  continue
***************
*** 1732,1738 ****
  	  # Link against this shared library
  
  	  if test "$linkmode,$pass" = "prog,link" ||
! 	   { test "$linkmode" = lib && test "$hardcode_into_libs" = yes; }; then
  	    # Hardcode the library path.
  	    # Skip directories that are in the system default run-time
  	    # search path.
--- 1694,1700 ----
  	  # Link against this shared library
  
  	  if test "$linkmode,$pass" = "prog,link" ||
! 	   { test $linkmode = lib && test $hardcode_into_libs = yes; }; then
  	    # Hardcode the library path.
  	    # Skip directories that are in the system default run-time
  	    # search path.
***************
*** 1754,1760 ****
  	      esac
  	      ;;
  	    esac
! 	    if test "$linkmode" = prog; then
  	      # We need to hardcode the library path
  	      if test -n "$shlibpath_var"; then
  		# Make sure the rpath contains only unique directories.
--- 1716,1722 ----
  	      esac
  	      ;;
  	    esac
! 	    if test $linkmode = prog; then
  	      # We need to hardcode the library path
  	      if test -n "$shlibpath_var"; then
  		# Make sure the rpath contains only unique directories.
***************
*** 1836,1844 ****
  	    # make sure the library variables are pointing to the new library
  	    dir=$output_objdir
  	    linklib=$newlib
! 	  fi # test -n "$old_archive_from_expsyms_cmds"
  
! 	  if test "$linkmode" = prog || test "$mode" != relink; then
  	    add_shlibpath=
  	    add_dir=
  	    add=
--- 1798,1806 ----
  	    # make sure the library variables are pointing to the new library
  	    dir=$output_objdir
  	    linklib=$newlib
! 	  fi # test -n $old_archive_from_expsyms_cmds
  
! 	  if test $linkmode = prog || test "$mode" != relink; then
  	    add_shlibpath=
  	    add_dir=
  	    add=
***************
*** 1887,1893 ****
  	      *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;
  	      esac
  	    fi
! 	    if test "$linkmode" = prog; then
  	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
  	      test -n "$add" && compile_deplibs="$add $compile_deplibs"
  	    else
--- 1849,1855 ----
  	      *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;
  	      esac
  	    fi
! 	    if test $linkmode = prog; then
  	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
  	      test -n "$add" && compile_deplibs="$add $compile_deplibs"
  	    else
***************
*** 1904,1910 ****
  	    fi
  	  fi
  
! 	  if test "$linkmode" = prog || test "$mode" = relink; then
  	    add_shlibpath=
  	    add_dir=
  	    add=
--- 1866,1872 ----
  	    fi
  	  fi
  
! 	  if test $linkmode = prog || test "$mode" = relink; then
  	    add_shlibpath=
  	    add_dir=
  	    add=
***************
*** 1912,1927 ****
  	    if test "$hardcode_direct" = yes; then
  	      add="$libdir/$linklib"
  	    elif test "$hardcode_minus_L" = yes; then
! 	      # Try looking first in the location we're being installed to.
! 	      add_dir=
! 	      if test -n "$inst_prefix_dir"; then
! 		case "$libdir" in
! 		[\\/]*)
! 		  add_dir="-L$inst_prefix_dir$libdir"
! 		  ;;
! 		esac
! 	      fi
! 	      add_dir="$add_dir -L$libdir"
  	      add="-l$name"
  	    elif test "$hardcode_shlibpath_var" = yes; then
  	      case :$finalize_shlibpath: in
--- 1874,1880 ----
  	    if test "$hardcode_direct" = yes; then
  	      add="$libdir/$linklib"
  	    elif test "$hardcode_minus_L" = yes; then
! 	      add_dir="-L$libdir"
  	      add="-l$name"
  	    elif test "$hardcode_shlibpath_var" = yes; then
  	      case :$finalize_shlibpath: in
***************
*** 1931,1950 ****
  	      add="-l$name"
  	    else
  	      # We cannot seem to hardcode it, guess we'll fake it.
! 	      # Try looking first in the location we're being installed to.
! 	      add_dir=
! 	      if test -n "$inst_prefix_dir"; then
! 		case "$libdir" in
! 		[\\/]*)
! 		  add_dir="-L$inst_prefix_dir$libdir"
! 		  ;;
! 		esac
! 	      fi
! 	      add_dir="$add_dir -L$libdir"
  	      add="-l$name"
  	    fi
  
! 	    if test "$linkmode" = prog; then
  	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
  	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
  	    else
--- 1884,1894 ----
  	      add="-l$name"
  	    else
  	      # We cannot seem to hardcode it, guess we'll fake it.
! 	      add_dir="-L$libdir"
  	      add="-l$name"
  	    fi
  
! 	    if test $linkmode = prog; then
  	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
  	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
  	    else
***************
*** 1952,1958 ****
  	      test -n "$add" && deplibs="$add $deplibs"
  	    fi
  	  fi
! 	elif test "$linkmode" = prog; then
  	  if test "$alldeplibs" = yes &&
  	     { test "$deplibs_check_method" = pass_all ||
  	       { test "$build_libtool_libs" = yes &&
--- 1896,1902 ----
  	      test -n "$add" && deplibs="$add $deplibs"
  	    fi
  	  fi
! 	elif test $linkmode = prog; then
  	  if test "$alldeplibs" = yes &&
  	     { test "$deplibs_check_method" = pass_all ||
  	       { test "$build_libtool_libs" = yes &&
***************
*** 2011,2020 ****
  	  fi
  	fi # link shared/static library?
  
! 	if test "$linkmode" = lib; then
  	  if test -n "$dependency_libs" &&
! 	     { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes ||
! 	       test "$link_static" = yes; }; then
  	    # Extract -R from dependency_libs
  	    temp_deplibs=
  	    for libdir in $dependency_libs; do
--- 1955,1964 ----
  	  fi
  	fi # link shared/static library?
  
! 	if test $linkmode = lib; then
  	  if test -n "$dependency_libs" &&
! 	     { test $hardcode_into_libs != yes || test $build_old_libs = yes ||
! 	       test $link_static = yes; }; then
  	    # Extract -R from dependency_libs
  	    temp_deplibs=
  	    for libdir in $dependency_libs; do
***************
*** 2037,2051 ****
  	  tmp_libs=
  	  for deplib in $dependency_libs; do
  	    newdependency_libs="$deplib $newdependency_libs"
! 	    if test "X$duplicate_deps" = "Xyes" ; then
! 	      case "$tmp_libs " in
! 	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
! 	      esac
! 	    fi
  	    tmp_libs="$tmp_libs $deplib"
  	  done
  
! 	  if test "$link_all_deplibs" != no; then
  	    # Add the search paths of all dependency libraries
  	    for deplib in $dependency_libs; do
  	      case $deplib in
--- 1981,1993 ----
  	  tmp_libs=
  	  for deplib in $dependency_libs; do
  	    newdependency_libs="$deplib $newdependency_libs"
! 	    case "$tmp_libs " in
! 	    *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
! 	    esac
  	    tmp_libs="$tmp_libs $deplib"
  	  done
  
! 	  if test $link_all_deplibs != no; then
  	    # Add the search paths of all dependency libraries
  	    for deplib in $dependency_libs; do
  	      case $deplib in
***************
*** 2088,2102 ****
  	  fi # link_all_deplibs != no
  	fi # linkmode = lib
        done # for deplib in $libs
!       if test "$pass" = dlpreopen; then
  	# Link the dlpreopened libraries before other libraries
  	for deplib in $save_deplibs; do
  	  deplibs="$deplib $deplibs"
  	done
        fi
!       if test "$pass" != dlopen; then
! 	test "$pass" != scan && dependency_libs="$newdependency_libs"
! 	if test "$pass" != conv; then
  	  # Make sure lib_search_path contains only unique directories.
  	  lib_search_path=
  	  for dir in $newlib_search_path; do
--- 2030,2044 ----
  	  fi # link_all_deplibs != no
  	fi # linkmode = lib
        done # for deplib in $libs
!       if test $pass = dlpreopen; then
  	# Link the dlpreopened libraries before other libraries
  	for deplib in $save_deplibs; do
  	  deplibs="$deplib $deplibs"
  	done
        fi
!       if test $pass != dlopen; then
! 	test $pass != scan && dependency_libs="$newdependency_libs"
! 	if test $pass != conv; then
  	  # Make sure lib_search_path contains only unique directories.
  	  lib_search_path=
  	  for dir in $newlib_search_path; do
***************
*** 2154,2160 ****
  	deplibs=
        fi
      done # for pass
!     if test "$linkmode" = prog; then
        dlfiles="$newdlfiles"
        dlprefiles="$newdlprefiles"
      fi
--- 2096,2102 ----
  	deplibs=
        fi
      done # for pass
!     if test $linkmode = prog; then
        dlfiles="$newdlfiles"
        dlprefiles="$newdlprefiles"
      fi
***************
*** 2231,2237 ****
        fi
  
        set dummy $rpath
!       if test "$#" -gt 2; then
  	$echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
        fi
        install_libdir="$2"
--- 2173,2179 ----
        fi
  
        set dummy $rpath
!       if test $# -gt 2; then
  	$echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
        fi
        install_libdir="$2"
***************
*** 2272,2278 ****
  
  	# Check that each of the things are valid numbers.
  	case $current in
! 	[0-9]*) ;;
  	*)
  	  $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
  	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
--- 2214,2220 ----
  
  	# Check that each of the things are valid numbers.
  	case $current in
! 	0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
  	*)
  	  $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
  	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
***************
*** 2281,2287 ****
  	esac
  
  	case $revision in
! 	[0-9]*) ;;
  	*)
  	  $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2
  	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
--- 2223,2229 ----
  	esac
  
  	case $revision in
! 	0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
  	*)
  	  $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2
  	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
***************
*** 2290,2296 ****
  	esac
  
  	case $age in
! 	[0-9]*) ;;
  	*)
  	  $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
  	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
--- 2232,2238 ----
  	esac
  
  	case $age in
! 	0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
  	*)
  	  $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
  	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
***************
*** 2298,2304 ****
  	  ;;
  	esac
  
! 	if test "$age" -gt "$current"; then
  	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
  	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
  	  exit 1
--- 2240,2246 ----
  	  ;;
  	esac
  
! 	if test $age -gt $current; then
  	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
  	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
  	  exit 1
***************
*** 2337,2343 ****
  
  	  # Add in all the interfaces that we are compatible with.
  	  loop=$revision
! 	  while test "$loop" -ne 0; do
  	    iface=`expr $revision - $loop`
  	    loop=`expr $loop - 1`
  	    verstring="sgi$major.$iface:$verstring"
--- 2279,2285 ----
  
  	  # Add in all the interfaces that we are compatible with.
  	  loop=$revision
! 	  while test $loop != 0; do
  	    iface=`expr $revision - $loop`
  	    loop=`expr $loop - 1`
  	    verstring="sgi$major.$iface:$verstring"
***************
*** 2360,2366 ****
  
  	  # Add in all the interfaces that we are compatible with.
  	  loop=$age
! 	  while test "$loop" -ne 0; do
  	    iface=`expr $current - $loop`
  	    loop=`expr $loop - 1`
  	    verstring="$verstring:${iface}.0"
--- 2302,2308 ----
  
  	  # Add in all the interfaces that we are compatible with.
  	  loop=$age
! 	  while test $loop != 0; do
  	    iface=`expr $current - $loop`
  	    loop=`expr $loop - 1`
  	    verstring="$verstring:${iface}.0"
***************
*** 2461,2467 ****
  	  *) finalize_rpath="$finalize_rpath $libdir" ;;
  	  esac
  	done
! 	if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
  	  dependency_libs="$temp_xrpath $dependency_libs"
  	fi
        fi
--- 2403,2409 ----
  	  *) finalize_rpath="$finalize_rpath $libdir" ;;
  	  esac
  	done
! 	if test $hardcode_into_libs != yes || test $build_old_libs = yes; then
  	  dependency_libs="$temp_xrpath $dependency_libs"
  	fi
        fi
***************
*** 2504,2510 ****
  	    ;;
  	  *)
  	    # Add libc to deplibs on all other systems if necessary.
! 	    if test "$build_libtool_need_lc" = "yes"; then
  	      deplibs="$deplibs -lc"
  	    fi
  	    ;;
--- 2446,2452 ----
  	    ;;
  	  *)
  	    # Add libc to deplibs on all other systems if necessary.
! 	    if test $build_libtool_need_lc = "yes"; then
  	      deplibs="$deplibs -lc"
  	    fi
  	    ;;
***************
*** 2545,2551 ****
  EOF
  	  $rm conftest
  	  $CC -o conftest conftest.c $deplibs
! 	  if test "$?" -eq 0 ; then
  	    ldd_output=`ldd conftest`
  	    for i in $deplibs; do
  	      name="`expr $i : '-l\(.*\)'`"
--- 2487,2493 ----
  EOF
  	  $rm conftest
  	  $CC -o conftest conftest.c $deplibs
! 	  if test $? -eq 0 ; then
  	    ldd_output=`ldd conftest`
  	    for i in $deplibs; do
  	      name="`expr $i : '-l\(.*\)'`"
***************
*** 2579,2585 ****
  		$rm conftest
  		$CC -o conftest conftest.c $i
  		# Did it work?
! 		if test "$?" -eq 0 ; then
  		  ldd_output=`ldd conftest`
  		  libname=`eval \\$echo \"$libname_spec\"`
  		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
--- 2521,2527 ----
  		$rm conftest
  		$CC -o conftest conftest.c $i
  		# Did it work?
! 		if test $? -eq 0 ; then
  		  ldd_output=`ldd conftest`
  		  libname=`eval \\$echo \"$libname_spec\"`
  		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
***************
*** 2750,2756 ****
  	    echo "*** automatically added whenever a program is linked with this library"
  	    echo "*** or is declared to -dlopen it."
  
! 	    if test "$allow_undefined" = no; then
  	      echo
  	      echo "*** Since this library must not contain undefined symbols,"
  	      echo "*** because either the platform does not support them or"
--- 2692,2698 ----
  	    echo "*** automatically added whenever a program is linked with this library"
  	    echo "*** or is declared to -dlopen it."
  
! 	    if test $allow_undefined = no; then
  	      echo
  	      echo "*** Since this library must not contain undefined symbols,"
  	      echo "*** because either the platform does not support them or"
***************
*** 2777,2783 ****
  
        # Test again, we may have decided not to build it any more
        if test "$build_libtool_libs" = yes; then
! 	if test "$hardcode_into_libs" = yes; then
  	  # Hardcode the library paths
  	  hardcode_libdirs=
  	  dep_rpath=
--- 2719,2725 ----
  
        # Test again, we may have decided not to build it any more
        if test "$build_libtool_libs" = yes; then
! 	if test $hardcode_into_libs = yes; then
  	  # Hardcode the library paths
  	  hardcode_libdirs=
  	  dep_rpath=
***************
*** 2908,2914 ****
  	    $show "mkdir $gentop"
  	    $run mkdir "$gentop"
  	    status=$?
! 	    if test "$status" -ne 0 && test ! -d "$gentop"; then
  	      exit $status
  	    fi
  	    generated="$generated $gentop"
--- 2850,2856 ----
  	    $show "mkdir $gentop"
  	    $run mkdir "$gentop"
  	    status=$?
! 	    if test $status -ne 0 && test ! -d "$gentop"; then
  	      exit $status
  	    fi
  	    generated="$generated $gentop"
***************
*** 2927,2933 ****
  	      $show "mkdir $xdir"
  	      $run mkdir "$xdir"
  	      status=$?
! 	      if test "$status" -ne 0 && test ! -d "$xdir"; then
  		exit $status
  	      fi
  	      $show "(cd $xdir && $AR x $xabs)"
--- 2869,2875 ----
  	      $show "mkdir $xdir"
  	      $run mkdir "$xdir"
  	      status=$?
! 	      if test $status -ne 0 && test ! -d "$xdir"; then
  		exit $status
  	      fi
  	      $show "(cd $xdir && $AR x $xabs)"
***************
*** 3047,3053 ****
  	  $show "mkdir $gentop"
  	  $run mkdir "$gentop"
  	  status=$?
! 	  if test "$status" -ne 0 && test ! -d "$gentop"; then
  	    exit $status
  	  fi
  	  generated="$generated $gentop"
--- 2989,2995 ----
  	  $show "mkdir $gentop"
  	  $run mkdir "$gentop"
  	  status=$?
! 	  if test $status -ne 0 && test ! -d "$gentop"; then
  	    exit $status
  	  fi
  	  generated="$generated $gentop"
***************
*** 3066,3072 ****
  	    $show "mkdir $xdir"
  	    $run mkdir "$xdir"
  	    status=$?
! 	    if test "$status" -ne 0 && test ! -d "$xdir"; then
  	      exit $status
  	    fi
  	    $show "(cd $xdir && $AR x $xabs)"
--- 3008,3014 ----
  	    $show "mkdir $xdir"
  	    $run mkdir "$xdir"
  	    status=$?
! 	    if test $status -ne 0 && test ! -d "$xdir"; then
  	      exit $status
  	    fi
  	    $show "(cd $xdir && $AR x $xabs)"
***************
*** 3176,3181 ****
--- 3118,3128 ----
  	;;
        esac
  
+       # AIX needs explicit runtime linking option
+ 
+       compile_command="$compile_command $use_runtimelinking"
+       finalize_command="$finalize_command $use_runtimelinking"
+ 
        compile_command="$compile_command $compile_deplibs"
        finalize_command="$finalize_command $finalize_deplibs"
  
***************
*** 3461,3467 ****
  	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
        fi
  
!       if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
  	# Replace the output file specification.
  	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
  	link_command="$compile_command$compile_rpath"
--- 3408,3414 ----
  	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
        fi
  
!       if test $need_relink = no || test "$build_libtool_libs" != yes; then
  	# Replace the output file specification.
  	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
  	link_command="$compile_command$compile_rpath"
***************
*** 3586,3592 ****
  	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
  	  fi
  	done
! 	relink_command="(cd `pwd`; $relink_command)"
  	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
        fi
  
--- 3533,3539 ----
  	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
  	  fi
  	done
! 	relink_command="cd `pwd`; $relink_command"
  	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
        fi
  
***************
*** 3829,3835 ****
  	$show "mkdir $gentop"
  	$run mkdir "$gentop"
  	status=$?
! 	if test "$status" -ne 0 && test ! -d "$gentop"; then
  	  exit $status
  	fi
  	generated="$generated $gentop"
--- 3776,3782 ----
  	$show "mkdir $gentop"
  	$run mkdir "$gentop"
  	status=$?
! 	if test $status -ne 0 && test ! -d "$gentop"; then
  	  exit $status
  	fi
  	generated="$generated $gentop"
***************
*** 3849,3855 ****
  	  $show "mkdir $xdir"
  	  $run mkdir "$xdir"
  	  status=$?
! 	  if test "$status" -ne 0 && test ! -d "$xdir"; then
  	    exit $status
  	  fi
  	  $show "(cd $xdir && $AR x $xabs)"
--- 3796,3802 ----
  	  $show "mkdir $xdir"
  	  $run mkdir "$xdir"
  	  status=$?
! 	  if test $status -ne 0 && test ! -d "$xdir"; then
  	    exit $status
  	  fi
  	  $show "(cd $xdir && $AR x $xabs)"
***************
*** 3916,3922 ****
  	fi
        done
        # Quote the link command for shipping.
!       relink_command="(cd `pwd`; $SHELL $0 --mode=relink $libtool_args @inst_prefix_dir@)"
        relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
  
        # Only create the output if not a dry run.
--- 3863,3869 ----
  	fi
        done
        # Quote the link command for shipping.
!       relink_command="cd `pwd`; $SHELL $0 --mode=relink $libtool_args"
        relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
  
        # Only create the output if not a dry run.
***************
*** 3972,3977 ****
--- 3919,3925 ----
  	  tdlname=$dlname
  	  case $host,$output,$installed,$module,$dlname in
  	    *cygwin*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
+ 	    *aix*,*,*,*,*) tdlname=$realname\($dlname\) ;;
  	  esac
  	  $echo > $output "\
  # $outputname - a libtool library file
***************
*** 4006,4012 ****
  
  # Directory that this library needs to be installed in:
  libdir='$install_libdir'"
! 	  if test "$installed" = no && test "$need_relink" = yes; then
  	    $echo >> $output "\
  relink_command=\"$relink_command\""
  	  fi
--- 3954,3960 ----
  
  # Directory that this library needs to be installed in:
  libdir='$install_libdir'"
! 	  if test "$installed" = no && test $need_relink = yes; then
  	    $echo >> $output "\
  relink_command=\"$relink_command\""
  	  fi
***************
*** 4142,4148 ****
  
        # Not a directory, so check to see that there is only one file specified.
        set dummy $files
!       if test "$#" -gt 2; then
  	$echo "$modename: \`$dest' is not a directory" 1>&2
  	$echo "$help" 1>&2
  	exit 1
--- 4090,4096 ----
  
        # Not a directory, so check to see that there is only one file specified.
        set dummy $files
!       if test $# -gt 2; then
  	$echo "$modename: \`$dest' is not a directory" 1>&2
  	$echo "$help" 1>&2
  	exit 1
***************
*** 4216,4248 ****
  	test "X$dir" = "X$file/" && dir=
  	dir="$dir$objdir"
  
! 	if test -n "$relink_command"; then
! 	  # Determine the prefix the user has applied to our future dir.
! 	  inst_prefix_dir=`$echo "$destdir" | sed "s%$libdir\$%%"`
! 
! 	  # Don't allow the user to place us outside of our expected
! 	  # location b/c this prevents finding dependent libraries that
! 	  # are installed to the same prefix.
! 	  if test "$inst_prefix_dir" = "$destdir"; then
! 	    $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
! 	    exit 1
! 	  fi
! 
! 	  if test -n "$inst_prefix_dir"; then
! 	    # Stick the inst_prefix_dir data into the link command.
! 	    relink_command=`$echo "$relink_command" | sed "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
! 	  else
! 	    relink_command=`$echo "$relink_command" | sed "s%@inst_prefix_dir@%%"`
! 	  fi
! 
! 	  $echo "$modename: warning: relinking \`$file'" 1>&2
! 	  $show "$relink_command"
! 	  if $run eval "$relink_command"; then :
! 	  else
! 	    $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
! 	    exit 1
! 	  fi
! 	fi
  
  	# See the names of the shared library.
  	set dummy $library_names
--- 4164,4180 ----
  	test "X$dir" = "X$file/" && dir=
  	dir="$dir$objdir"
  
! # BEGIN WORKAROUND DESTDIR
! #	if test -n "$relink_command"; then
! #	  $echo "$modename: warning: relinking \`$file'" 1>&2
! #	  $show "$relink_command"
! #	  if $run eval "$relink_command"; then :
! #	  else
! #	    $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
! #	    continue
! #	  fi
! #	fi
! # END WORKAROUND DESTDIR
  
  	# See the names of the shared library.
  	set dummy $library_names
***************
*** 4252,4258 ****
  	  shift
  
  	  srcname="$realname"
! 	  test -n "$relink_command" && srcname="$realname"T
  
  	  # Install the shared library and build the symlinks.
  	  $show "$install_prog $dir/$srcname $destdir/$realname"
--- 4184,4192 ----
  	  shift
  
  	  srcname="$realname"
! # BEGIN WORKAROUND DESTDIR
! #	  test -n "$relink_command" && srcname="$realname"T
! # END WORKAROUND DESTDIR
  
  	  # Install the shared library and build the symlinks.
  	  $show "$install_prog $dir/$srcname $destdir/$realname"
***************
*** 4262,4268 ****
  	    $run eval "$striplib $destdir/$realname" || exit $?
  	  fi
  
! 	  if test "$#" -gt 0; then
  	    # Delete the old symlinks, and create new ones.
  	    for linkname
  	    do
--- 4196,4202 ----
  	    $run eval "$striplib $destdir/$realname" || exit $?
  	  fi
  
! 	  if test $# -gt 0; then
  	    # Delete the old symlinks, and create new ones.
  	    for linkname
  	    do
***************
*** 4395,4405 ****
  	    if test "$finalize" = yes && test -z "$run"; then
  	      tmpdir="/tmp"
  	      test -n "$TMPDIR" && tmpdir="$TMPDIR"
!               tmpdir=`mktemp -d $tmpdir/libtool-XXXXXX 2> /dev/null`
!               if test $? = 0 ; then :
!               else
!                 tmpdir="$tmpdir/libtool-$$"
!               fi
  	      if $mkdir -p "$tmpdir" && chmod 700 "$tmpdir"; then :
  	      else
  		$echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
--- 4329,4335 ----
  	    if test "$finalize" = yes && test -z "$run"; then
  	      tmpdir="/tmp"
  	      test -n "$TMPDIR" && tmpdir="$TMPDIR"
! 	      tmpdir="$tmpdir/libtool-$$"
  	      if $mkdir -p "$tmpdir" && chmod 700 "$tmpdir"; then :
  	      else
  		$echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
***************
*** 4524,4530 ****
      fi
  
      # Exit here if they wanted silent mode.
!     test "$show" = : && exit 0
  
      echo "----------------------------------------------------------------------"
      echo "Libraries have been installed in:"
--- 4454,4460 ----
      fi
  
      # Exit here if they wanted silent mode.
!     test "$show" = ":" && exit 0
  
      echo "----------------------------------------------------------------------"
      echo "Libraries have been installed in:"
***************
*** 4690,4696 ****
        fi
  
        # Now prepare to actually exec the command.
!       exec_cmd="\$cmd$args"
      else
        # Display what would be done.
        if test -n "$shlibpath_var"; then
--- 4620,4626 ----
        fi
  
        # Now prepare to actually exec the command.
!       exec_cmd='"$cmd"$args'
      else
        # Display what would be done.
        if test -n "$shlibpath_var"; then
***************
*** 4740,4749 ****
  	objdir="$dir/$objdir"
        fi
        name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
!       test "$mode" = uninstall && objdir="$dir"
  
        # Remember objdir for removal later, being careful to avoid duplicates
!       if test "$mode" = clean; then
  	case " $rmdirs " in
  	  *" $objdir "*) ;;
  	  *) rmdirs="$rmdirs $objdir" ;;
--- 4670,4679 ----
  	objdir="$dir/$objdir"
        fi
        name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
!       test $mode = uninstall && objdir="$dir"
  
        # Remember objdir for removal later, being careful to avoid duplicates
!       if test $mode = clean; then
  	case " $rmdirs " in
  	  *" $objdir "*) ;;
  	  *) rmdirs="$rmdirs $objdir" ;;
***************
*** 4775,4783 ****
  	    rmfiles="$rmfiles $objdir/$n"
  	  done
  	  test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library"
! 	  test "$mode" = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
  
! 	  if test "$mode" = uninstall; then
  	    if test -n "$library_names"; then
  	      # Do each command in the postuninstall commands.
  	      eval cmds=\"$postuninstall_cmds\"
--- 4705,4713 ----
  	    rmfiles="$rmfiles $objdir/$n"
  	  done
  	  test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library"
! 	  test $mode = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
  
! 	  if test $mode = uninstall; then
  	    if test -n "$library_names"; then
  	      # Do each command in the postuninstall commands.
  	      eval cmds=\"$postuninstall_cmds\"
***************
*** 4786,4792 ****
  		IFS="$save_ifs"
  		$show "$cmd"
  		$run eval "$cmd"
! 		if test "$?" -ne 0 && test "$rmforce" != yes; then
  		  exit_status=1
  		fi
  	      done
--- 4716,4722 ----
  		IFS="$save_ifs"
  		$show "$cmd"
  		$run eval "$cmd"
! 		if test $? != 0 && test "$rmforce" != yes; then
  		  exit_status=1
  		fi
  	      done
***************
*** 4801,4807 ****
  		IFS="$save_ifs"
  		$show "$cmd"
  		$run eval "$cmd"
! 		if test "$?" -ne 0 && test "$rmforce" != yes; then
  		  exit_status=1
  		fi
  	      done
--- 4731,4737 ----
  		IFS="$save_ifs"
  		$show "$cmd"
  		$run eval "$cmd"
! 		if test $? != 0 && test "$rmforce" != yes; then
  		  exit_status=1
  		fi
  	      done
***************
*** 4821,4827 ****
  
        *)
  	# Do a test to see if this is a libtool program.
! 	if test "$mode" = clean &&
  	   (sed -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
  	  relink_command=
  	  . $dir/$file
--- 4751,4757 ----
  
        *)
  	# Do a test to see if this is a libtool program.
! 	if test $mode = clean &&
  	   (sed -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
  	  relink_command=
  	  . $dir/$file
diff -crN ./libgnomeui/missing /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/missing
*** ./libgnomeui/missing	Thu Sep  5 08:46:15 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/missing	Sat Aug  9 21:43:01 2003
***************
*** 1,7 ****
  #! /bin/sh
  # Common stub for a few missing GNU programs while installing.
! # Copyright (C) 1996, 1997, 2001, 2002 Free Software Foundation, Inc.
! # Franc,ois Pinard <pinard@iro.umontreal.ca>, 1996.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,7 ----
  #! /bin/sh
  # Common stub for a few missing GNU programs while installing.
! # Copyright 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
! # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 18,37 ****
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  # 02111-1307, USA.
  
  if test $# -eq 0; then
    echo 1>&2 "Try \`$0 --help' for more information"
    exit 1
  fi
  
  # In the cases where this matters, `missing' is being run in the
  # srcdir already.
! if test -f configure.in; then
    configure_ac=configure.ac
  else
    configure_ac=configure.in
  fi
  
  case "$1" in
  
    -h|--h|--he|--hel|--help)
      echo "\
--- 18,55 ----
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  # 02111-1307, USA.
  
+ # As a special exception to the GNU General Public License, if you
+ # distribute this file as part of a program that contains a
+ # configuration script generated by Autoconf, you may include it under
+ # the same distribution terms that you use for the rest of that program.
+ 
  if test $# -eq 0; then
    echo 1>&2 "Try \`$0 --help' for more information"
    exit 1
  fi
  
+ run=:
+ 
  # In the cases where this matters, `missing' is being run in the
  # srcdir already.
! if test -f configure.ac; then
    configure_ac=configure.ac
  else
    configure_ac=configure.in
  fi
  
  case "$1" in
+ --run)
+   # Try to run requested program, and just exit if it succeeds.
+   run=
+   shift
+   "$@" && exit 0
+   ;;
+ esac
+ 
+ # If it does not exist, or fails to run (possibly an outdated version),
+ # try to emulate it.
+ case "$1" in
  
    -h|--h|--he|--hel|--help)
      echo "\
***************
*** 43,48 ****
--- 61,67 ----
  Options:
    -h, --help      display this help and exit
    -v, --version   output version information and exit
+   --run           try to run the given command, and emulate it if it fails
  
  Supported PROGRAM values:
    aclocal      touch file \`aclocal.m4'
***************
*** 51,63 ****
    automake     touch all \`Makefile.in' files
    bison        create \`y.tab.[ch]', if possible, from existing .[ch]
    flex         create \`lex.yy.c', if possible, from existing .c
    lex          create \`lex.yy.c', if possible, from existing .c
    makeinfo     touch the output file
    yacc         create \`y.tab.[ch]', if possible, from existing .[ch]"
      ;;
  
    -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
!     echo "missing - GNU libit 0.0"
      ;;
  
    -*)
--- 70,84 ----
    automake     touch all \`Makefile.in' files
    bison        create \`y.tab.[ch]', if possible, from existing .[ch]
    flex         create \`lex.yy.c', if possible, from existing .c
+   help2man     touch the output file
    lex          create \`lex.yy.c', if possible, from existing .c
    makeinfo     touch the output file
+   tar          try tar, gnutar, gtar, then tar without non-portable flags
    yacc         create \`y.tab.[ch]', if possible, from existing .[ch]"
      ;;
  
    -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
!     echo "missing 0.3 - GNU automake"
      ;;
  
    -*)
***************
*** 66,75 ****
      exit 1
      ;;
  
!   aclocal*)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`acinclude.m4' or \`$configure_ac'.  You might want
           to install the \`Automake' and \`Perl' packages.  Grab them from
           any GNU archive site."
      touch aclocal.m4
--- 87,96 ----
      exit 1
      ;;
  
!   aclocal)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
           to install the \`Automake' and \`Perl' packages.  Grab them from
           any GNU archive site."
      touch aclocal.m4
***************
*** 78,84 ****
    autoconf)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`$configure_ac'.  You might want to install the
           \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
           archive site."
      touch configure
--- 99,105 ----
    autoconf)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`${configure_ac}'.  You might want to install the
           \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
           archive site."
      touch configure
***************
*** 87,96 ****
    autoheader)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`acconfig.h' or \`$configure_ac'.  You might want
           to install the \`Autoconf' and \`GNU m4' packages.  Grab them
           from any GNU archive site."
!     files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
      test -z "$files" && files="config.h"
      touch_files=
      for f in $files; do
--- 108,117 ----
    autoheader)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`acconfig.h' or \`${configure_ac}'.  You might want
           to install the \`Autoconf' and \`GNU m4' packages.  Grab them
           from any GNU archive site."
!     files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
      test -z "$files" && files="config.h"
      touch_files=
      for f in $files; do
***************
*** 103,112 ****
      touch $touch_files
      ;;
  
!   automake*)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`Makefile.am', \`acinclude.m4' or \`$configure_ac'.
           You might want to install the \`Automake' and \`Perl' packages.
           Grab them from any GNU archive site."
      find . -type f -name Makefile.am -print |
--- 124,133 ----
      touch $touch_files
      ;;
  
!   automake)
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
!          you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
           You might want to install the \`Automake' and \`Perl' packages.
           Grab them from any GNU archive site."
      find . -type f -name Makefile.am -print |
***************
*** 167,173 ****
--- 188,219 ----
      fi
      ;;
  
+   help2man)
+     echo 1>&2 "\
+ WARNING: \`$1' is missing on your system.  You should only need it if
+ 	 you modified a dependency of a manual page.  You may need the
+ 	 \`Help2man' package in order for those modifications to take
+ 	 effect.  You can get \`Help2man' from any GNU archive site."
+ 
+     file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
+     if test -z "$file"; then
+ 	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
+     fi
+     if [ -f "$file" ]; then
+ 	touch $file
+     else
+ 	test -z "$file" || exec >$file
+ 	echo ".ab help2man is required to generate this page"
+ 	exit 1
+     fi
+     ;;
+ 
    makeinfo)
+     if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
+        # We have makeinfo, but it failed.
+        exit 1
+     fi
+ 
      echo 1>&2 "\
  WARNING: \`$1' is missing on your system.  You should only need it if
           you modified a \`.texi' or \`.texinfo' file, or any other file
***************
*** 183,188 ****
--- 229,273 ----
      touch $file
      ;;
  
+   tar)
+     shift
+     if test -n "$run"; then
+       echo 1>&2 "ERROR: \`tar' requires --run"
+       exit 1
+     fi
+ 
+     # We have already tried tar in the generic part.
+     # Look for gnutar/gtar before invocation to avoid ugly error
+     # messages.
+     if (gnutar --version > /dev/null 2>&1); then
+        gnutar ${1+"$@"} && exit 0
+     fi
+     if (gtar --version > /dev/null 2>&1); then
+        gtar ${1+"$@"} && exit 0
+     fi
+     firstarg="$1"
+     if shift; then
+ 	case "$firstarg" in
+ 	*o*)
+ 	    firstarg=`echo "$firstarg" | sed s/o//`
+ 	    tar "$firstarg" ${1+"$@"} && exit 0
+ 	    ;;
+ 	esac
+ 	case "$firstarg" in
+ 	*h*)
+ 	    firstarg=`echo "$firstarg" | sed s/h//`
+ 	    tar "$firstarg" ${1+"$@"} && exit 0
+ 	    ;;
+ 	esac
+     fi
+ 
+     echo 1>&2 "\
+ WARNING: I can't seem to be able to run \`tar' with the given arguments.
+          You may want to install GNU tar or Free paxutils, or check the
+          command line arguments."
+     exit 1
+     ;;
+ 
    *)
      echo 1>&2 "\
  WARNING: \`$1' is needed, and you do not seem to have it handy on your
diff -crN ./libgnomeui/stamp-h.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/stamp-h.in
*** ./libgnomeui/stamp-h.in	Thu Jan 23 15:24:14 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/stamp-h.in	Sat Aug  9 21:43:01 2003
***************
*** 1 ****
- timestamp
--- 0 ----
diff -crN ./libgnomeui/test-gnome/Makefile.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/test-gnome/Makefile.in
*** ./libgnomeui/test-gnome/Makefile.in	Thu Jan 23 15:33:40 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./libgnomeui/test-gnome/Makefile.in	Sat Aug  9 21:43:06 2003
***************
*** 1,6 ****
! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  
! # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
--- 1,7 ----
! # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
  # This Makefile.in is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
***************
*** 10,15 ****
--- 11,17 ----
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
+ @SET_MAKE@
  
  SHELL = @SHELL@
  
***************
*** 31,43 ****
  mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
- 
- DESTDIR =
- 
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
- 
  top_builddir = ..
  
  ACLOCAL = @ACLOCAL@
--- 33,41 ----
***************
*** 46,56 ****
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  transform = @program_transform_name@
- 
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
--- 44,54 ----
  AUTOHEADER = @AUTOHEADER@
  
  INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
  transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
***************
*** 59,64 ****
--- 57,63 ----
  POST_UNINSTALL = :
  host_alias = @host_alias@
  host_triplet = @host@
+ AMTAR = @AMTAR@
  AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
***************
*** 67,72 ****
--- 66,72 ----
  CFLAGS = @CFLAGS@
  CPPFLAGS = @CPPFLAGS@
  DATADIRNAME = @DATADIRNAME@
+ DEPDIR = @DEPDIR@
  DLLTOOL = @DLLTOOL@
  ECHO = @ECHO@
  EXEEXT = @EXEEXT@
***************
*** 83,88 ****
--- 83,89 ----
  HAVE_GTK_DOC = @HAVE_GTK_DOC@
  HTML_DIR = @HTML_DIR@
  INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLLIBS = @INTLLIBS@
  LDFLAGS = @LDFLAGS@
***************
*** 102,108 ****
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
  MKINSTALLDIRS = @MKINSTALLDIRS@
  OBJDUMP = @OBJDUMP@
  OBJEXT = @OBJEXT@
--- 103,108 ----
***************
*** 121,129 ****
--- 121,136 ----
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
+ X_CFLAGS = @X_CFLAGS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
  YACC = @YACC@
+ am__include = @am__include@
+ am__quote = @am__quote@
  cxxflags_set = @cxxflags_set@
  gnomelocaledir = @gnomelocaledir@
+ install_sh = @install_sh@
  
  INCLUDES = \
  	-I$(top_builddir)				\
***************
*** 174,278 ****
  	bomb.xpm	\
  	testgnome.xml
  
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = ../config.h
! CONFIG_CLEAN_FILES = 
! noinst_PROGRAMS =  test-gnome$(EXEEXT) test-druid$(EXEEXT) \
! test-entry$(EXEEXT) test-iconlist$(EXEEXT)
! PROGRAMS =  $(noinst_PROGRAMS)
! 
  
! DEFS = @DEFS@ -I. -I$(srcdir) -I..
! LIBS = @LIBS@
! X_CFLAGS = @X_CFLAGS@
! X_LIBS = @X_LIBS@
! X_EXTRA_LIBS = @X_EXTRA_LIBS@
! X_PRE_LIBS = @X_PRE_LIBS@
! test_gnome_OBJECTS =  testgnome.$(OBJEXT)
! test_gnome_LDADD = $(LDADD)
! test_gnome_DEPENDENCIES =  $(top_builddir)/libgnomeui/libgnomeui-2.la
! test_gnome_LDFLAGS = 
! test_druid_OBJECTS =  testdruid.$(OBJEXT)
  test_druid_LDADD = $(LDADD)
! test_druid_DEPENDENCIES =  $(top_builddir)/libgnomeui/libgnomeui-2.la
! test_druid_LDFLAGS = 
! test_entry_OBJECTS =  testentry.$(OBJEXT)
  test_entry_LDADD = $(LDADD)
! test_entry_DEPENDENCIES =  $(top_builddir)/libgnomeui/libgnomeui-2.la
! test_entry_LDFLAGS = 
! test_iconlist_OBJECTS =  testiconlist.$(OBJEXT)
  test_iconlist_LDADD = $(LDADD)
! test_iconlist_DEPENDENCIES =  $(top_builddir)/libgnomeui/libgnomeui-2.la
! test_iconlist_LDFLAGS = 
! COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! HEADERS =  $(noinst_HEADERS)
! 
! DIST_COMMON =  Makefile.am Makefile.in
  
  
! DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  
! TAR = gtar
! GZIP_ENV = --best
! SOURCES = $(test_gnome_SOURCES) $(test_druid_SOURCES) $(test_entry_SOURCES) $(test_iconlist_SOURCES)
! OBJECTS = $(test_gnome_OBJECTS) $(test_druid_OBJECTS) $(test_entry_OBJECTS) $(test_iconlist_OBJECTS)
  
- all: all-redirect
  .SUFFIXES:
! .SUFFIXES: .S .c .lo .o .obj .s
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
! 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps test-gnome/Makefile
! 
! Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) \
! 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 
! 
! mostlyclean-noinstPROGRAMS:
! 
! clean-noinstPROGRAMS:
! 	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
! 
! distclean-noinstPROGRAMS:
! 
! maintainer-clean-noinstPROGRAMS:
! 
! .c.o:
! 	$(COMPILE) -c $<
! 
! # FIXME: We should only use cygpath when building on Windows,
! # and only if it is available.
! .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
! 
! .s.o:
! 	$(COMPILE) -c $<
! 
! .S.o:
! 	$(COMPILE) -c $<
! 
! mostlyclean-compile:
! 	-rm -f *.o core *.core
! 	-rm -f *.$(OBJEXT)
! 
! clean-compile:
! 
! distclean-compile:
! 	-rm -f *.tab.c
! 
! maintainer-clean-compile:
! 
! .c.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .s.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 
! .S.lo:
! 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
  
  mostlyclean-libtool:
  	-rm -f *.lo
--- 181,239 ----
  	bomb.xpm	\
  	testgnome.xml
  
+ subdir = test-gnome
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! noinst_PROGRAMS = test-gnome$(EXEEXT) test-druid$(EXEEXT) \
! 	test-entry$(EXEEXT) test-iconlist$(EXEEXT)
! PROGRAMS = $(noinst_PROGRAMS)
  
! am_test_druid_OBJECTS = testdruid.$(OBJEXT)
! test_druid_OBJECTS = $(am_test_druid_OBJECTS)
  test_druid_LDADD = $(LDADD)
! test_druid_DEPENDENCIES = $(top_builddir)/libgnomeui/libgnomeui-2.la
! test_druid_LDFLAGS =
! am_test_entry_OBJECTS = testentry.$(OBJEXT)
! test_entry_OBJECTS = $(am_test_entry_OBJECTS)
  test_entry_LDADD = $(LDADD)
! test_entry_DEPENDENCIES = $(top_builddir)/libgnomeui/libgnomeui-2.la
! test_entry_LDFLAGS =
! am_test_gnome_OBJECTS = testgnome.$(OBJEXT)
! test_gnome_OBJECTS = $(am_test_gnome_OBJECTS)
! test_gnome_LDADD = $(LDADD)
! test_gnome_DEPENDENCIES = $(top_builddir)/libgnomeui/libgnomeui-2.la
! test_gnome_LDFLAGS =
! am_test_iconlist_OBJECTS = testiconlist.$(OBJEXT)
! test_iconlist_OBJECTS = $(am_test_iconlist_OBJECTS)
  test_iconlist_LDADD = $(LDADD)
! test_iconlist_DEPENDENCIES = $(top_builddir)/libgnomeui/libgnomeui-2.la
! test_iconlist_LDFLAGS =
  
+ DEFS = @DEFS@
+ DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ depcomp =
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+ 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+ LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+ DIST_SOURCES = $(test_druid_SOURCES) $(test_entry_SOURCES) \
+ 	$(test_gnome_SOURCES) $(test_iconlist_SOURCES)
+ HEADERS = $(noinst_HEADERS)
  
! DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
! SOURCES = $(test_druid_SOURCES) $(test_entry_SOURCES) $(test_gnome_SOURCES) $(test_iconlist_SOURCES)
  
! all: all-am
  
  .SUFFIXES:
! .SUFFIXES: .c .lo .o .obj
  
  mostlyclean-libtool:
  	-rm -f *.lo
***************
*** 281,544 ****
  	-rm -rf .libs _libs
  
  distclean-libtool:
  
! maintainer-clean-libtool:
! 
! test-gnome$(EXEEXT): $(test_gnome_OBJECTS) $(test_gnome_DEPENDENCIES)
! 	@rm -f test-gnome$(EXEEXT)
! 	$(LINK) $(test_gnome_LDFLAGS) $(test_gnome_OBJECTS) $(test_gnome_LDADD) $(LIBS)
! 
! test-druid$(EXEEXT): $(test_druid_OBJECTS) $(test_druid_DEPENDENCIES)
  	@rm -f test-druid$(EXEEXT)
  	$(LINK) $(test_druid_LDFLAGS) $(test_druid_OBJECTS) $(test_druid_LDADD) $(LIBS)
! 
! test-entry$(EXEEXT): $(test_entry_OBJECTS) $(test_entry_DEPENDENCIES)
  	@rm -f test-entry$(EXEEXT)
  	$(LINK) $(test_entry_LDFLAGS) $(test_entry_OBJECTS) $(test_entry_LDADD) $(LIBS)
! 
! test-iconlist$(EXEEXT): $(test_iconlist_OBJECTS) $(test_iconlist_DEPENDENCIES)
  	@rm -f test-iconlist$(EXEEXT)
  	$(LINK) $(test_iconlist_LDFLAGS) $(test_iconlist_OBJECTS) $(test_iconlist_LDADD) $(LIBS)
  
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP)
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	here=`pwd` && cd $(srcdir) \
! 	  && mkid -f$$here/ID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS)'; \
! 	unique=`for i in $$list; do echo $$i; done | \
! 	  awk '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  
! mostlyclean-tags:
! 
! clean-tags:
  
  distclean-tags:
! 	-rm -f TAGS ID
! 
! maintainer-clean-tags:
  
! distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  
! subdir = test-gnome
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
! 	    cp -pr $$d/$$file $(distdir)/$$file; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
- testdruid.o: testdruid.c ../config.h ../libgnomeui/libgnomeui.h \
- 	../libgnomeui/gnome-uidefs.h ../libgnomeui/gnome-about.h \
- 	../libgnomeui/gnome-app.h ../libgnomeui/gnome-app-helper.h \
- 	../libgnomeui/gnome-appbar.h ../libgnomeui/gnome-types.h \
- 	../libgnomeui/gnome-app-util.h \
- 	../libgnomeui/gnome-color-picker.h ../libgnomeui/gnome-entry.h \
- 	../libgnomeui/gnome-file-entry.h \
- 	../libgnomeui/gnome-font-picker.h \
- 	../libgnomeui/gnome-icon-entry.h \
- 	../libgnomeui/gnome-icon-item.h ../libgnomeui/gnome-icon-list.h \
- 	../libgnomeui/gnome-icon-sel.h ../libgnomeui/gnome-ui-init.h \
- 	../libgnomeui/gnome-icon-theme.h \
- 	../libgnomeui/gnome-thumbnail.h \
- 	../libgnomeui/gnome-icon-lookup.h \
- 	../libgnomeui/gnome-stock-icons.h ../libgnomeui/gnome-scores.h \
- 	../libgnomeui/gnome-client.h ../libgnomeui/gnome-dateedit.h \
- 	../libgnomeui/gnometypebuiltins.h ../libgnomeui/gnome-href.h \
- 	../libgnomeui/gnome-dialog.h ../libgnomeui/gnome-dialog-util.h \
- 	../libgnomeui/gnome-druid.h ../libgnomeui/gnome-druid-page.h \
- 	../libgnomeui/gnome-druid-page-edge.h \
- 	../libgnomeui/gnome-druid-page-standard.h \
- 	../libgnomeui/gnome-messagebox.h ../libgnomeui/gnome-mdi.h \
- 	../libgnomeui/gnome-mdi-child.h \
- 	../libgnomeui/gnome-mdi-generic-child.h \
- 	../libgnomeui/gnome-mdi-session.h \
- 	../libgnomeui/gnome-vfs-util.h ../libgnomeui/gnome-pixmap.h \
- 	../libgnomeui/gnome-pixmap-entry.h \
- 	../libgnomeui/gnome-popup-menu.h \
- 	../libgnomeui/gnome-propertybox.h \
- 	../libgnomeui/gnome-window-icon.h
- testentry.o: testentry.c ../config.h ../libgnomeui/libgnomeui.h \
- 	../libgnomeui/gnome-uidefs.h ../libgnomeui/gnome-about.h \
- 	../libgnomeui/gnome-app.h ../libgnomeui/gnome-app-helper.h \
- 	../libgnomeui/gnome-appbar.h ../libgnomeui/gnome-types.h \
- 	../libgnomeui/gnome-app-util.h \
- 	../libgnomeui/gnome-color-picker.h ../libgnomeui/gnome-entry.h \
- 	../libgnomeui/gnome-file-entry.h \
- 	../libgnomeui/gnome-font-picker.h \
- 	../libgnomeui/gnome-icon-entry.h \
- 	../libgnomeui/gnome-icon-item.h ../libgnomeui/gnome-icon-list.h \
- 	../libgnomeui/gnome-icon-sel.h ../libgnomeui/gnome-ui-init.h \
- 	../libgnomeui/gnome-icon-theme.h \
- 	../libgnomeui/gnome-thumbnail.h \
- 	../libgnomeui/gnome-icon-lookup.h \
- 	../libgnomeui/gnome-stock-icons.h ../libgnomeui/gnome-scores.h \
- 	../libgnomeui/gnome-client.h ../libgnomeui/gnome-dateedit.h \
- 	../libgnomeui/gnometypebuiltins.h ../libgnomeui/gnome-href.h \
- 	../libgnomeui/gnome-dialog.h ../libgnomeui/gnome-dialog-util.h \
- 	../libgnomeui/gnome-druid.h ../libgnomeui/gnome-druid-page.h \
- 	../libgnomeui/gnome-druid-page-edge.h \
- 	../libgnomeui/gnome-druid-page-standard.h \
- 	../libgnomeui/gnome-messagebox.h ../libgnomeui/gnome-mdi.h \
- 	../libgnomeui/gnome-mdi-child.h \
- 	../libgnomeui/gnome-mdi-generic-child.h \
- 	../libgnomeui/gnome-mdi-session.h \
- 	../libgnomeui/gnome-vfs-util.h ../libgnomeui/gnome-pixmap.h \
- 	../libgnomeui/gnome-pixmap-entry.h \
- 	../libgnomeui/gnome-popup-menu.h \
- 	../libgnomeui/gnome-propertybox.h \
- 	../libgnomeui/gnome-window-icon.h
- testgnome.o: testgnome.c ../config.h ../libgnomeui/libgnomeui.h \
- 	../libgnomeui/gnome-uidefs.h ../libgnomeui/gnome-about.h \
- 	../libgnomeui/gnome-app.h ../libgnomeui/gnome-app-helper.h \
- 	../libgnomeui/gnome-appbar.h ../libgnomeui/gnome-types.h \
- 	../libgnomeui/gnome-app-util.h \
- 	../libgnomeui/gnome-color-picker.h ../libgnomeui/gnome-entry.h \
- 	../libgnomeui/gnome-file-entry.h \
- 	../libgnomeui/gnome-font-picker.h \
- 	../libgnomeui/gnome-icon-entry.h \
- 	../libgnomeui/gnome-icon-item.h ../libgnomeui/gnome-icon-list.h \
- 	../libgnomeui/gnome-icon-sel.h ../libgnomeui/gnome-ui-init.h \
- 	../libgnomeui/gnome-icon-theme.h \
- 	../libgnomeui/gnome-thumbnail.h \
- 	../libgnomeui/gnome-icon-lookup.h \
- 	../libgnomeui/gnome-stock-icons.h ../libgnomeui/gnome-scores.h \
- 	../libgnomeui/gnome-client.h ../libgnomeui/gnome-dateedit.h \
- 	../libgnomeui/gnometypebuiltins.h ../libgnomeui/gnome-href.h \
- 	../libgnomeui/gnome-dialog.h ../libgnomeui/gnome-dialog-util.h \
- 	../libgnomeui/gnome-druid.h ../libgnomeui/gnome-druid-page.h \
- 	../libgnomeui/gnome-druid-page-edge.h \
- 	../libgnomeui/gnome-druid-page-standard.h \
- 	../libgnomeui/gnome-messagebox.h ../libgnomeui/gnome-mdi.h \
- 	../libgnomeui/gnome-mdi-child.h \
- 	../libgnomeui/gnome-mdi-generic-child.h \
- 	../libgnomeui/gnome-mdi-session.h \
- 	../libgnomeui/gnome-vfs-util.h ../libgnomeui/gnome-pixmap.h \
- 	../libgnomeui/gnome-pixmap-entry.h \
- 	../libgnomeui/gnome-popup-menu.h \
- 	../libgnomeui/gnome-propertybox.h \
- 	../libgnomeui/gnome-window-icon.h ../libgnomeui/gnome-window.h \
- 	testgnome.h bomb.xpm
- testiconlist.o: testiconlist.c ../libgnomeui/libgnomeui.h \
- 	../libgnomeui/gnome-uidefs.h ../libgnomeui/gnome-about.h \
- 	../libgnomeui/gnome-app.h ../libgnomeui/gnome-app-helper.h \
- 	../libgnomeui/gnome-appbar.h ../libgnomeui/gnome-types.h \
- 	../libgnomeui/gnome-app-util.h \
- 	../libgnomeui/gnome-color-picker.h ../libgnomeui/gnome-entry.h \
- 	../libgnomeui/gnome-file-entry.h \
- 	../libgnomeui/gnome-font-picker.h \
- 	../libgnomeui/gnome-icon-entry.h \
- 	../libgnomeui/gnome-icon-item.h ../libgnomeui/gnome-icon-list.h \
- 	../libgnomeui/gnome-icon-sel.h ../libgnomeui/gnome-ui-init.h \
- 	../libgnomeui/gnome-icon-theme.h \
- 	../libgnomeui/gnome-thumbnail.h \
- 	../libgnomeui/gnome-icon-lookup.h \
- 	../libgnomeui/gnome-stock-icons.h ../libgnomeui/gnome-scores.h \
- 	../libgnomeui/gnome-client.h ../libgnomeui/gnome-dateedit.h \
- 	../libgnomeui/gnometypebuiltins.h ../libgnomeui/gnome-href.h \
- 	../libgnomeui/gnome-dialog.h ../libgnomeui/gnome-dialog-util.h \
- 	../libgnomeui/gnome-druid.h ../libgnomeui/gnome-druid-page.h \
- 	../libgnomeui/gnome-druid-page-edge.h \
- 	../libgnomeui/gnome-druid-page-standard.h \
- 	../libgnomeui/gnome-messagebox.h ../libgnomeui/gnome-mdi.h \
- 	../libgnomeui/gnome-mdi-child.h \
- 	../libgnomeui/gnome-mdi-generic-child.h \
- 	../libgnomeui/gnome-mdi-session.h \
- 	../libgnomeui/gnome-vfs-util.h ../libgnomeui/gnome-pixmap.h \
- 	../libgnomeui/gnome-pixmap-entry.h \
- 	../libgnomeui/gnome-popup-menu.h \
- 	../libgnomeui/gnome-propertybox.h \
- 	../libgnomeui/gnome-window-icon.h
- 
- info-am:
- info: info-am
- dvi-am:
- dvi: dvi-am
  check-am: all-am
  check: check-am
! installcheck-am:
! installcheck: installcheck-am
! install-exec-am:
! install-exec: install-exec-am
  
! install-data-am:
! install-data: install-data-am
  
- install-am: all-am
- 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  install: install-am
! uninstall-am:
  uninstall: uninstall-am
- all-am: Makefile $(PROGRAMS) $(HEADERS)
- all-redirect: all-am
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs:
  
  
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
! 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
! 		mostlyclean-libtool mostlyclean-tags \
! 		mostlyclean-generic
  
! mostlyclean: mostlyclean-am
  
! clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
! 		clean-generic mostlyclean-am
  
! clean: clean-am
  
! distclean-am:  distclean-noinstPROGRAMS distclean-compile \
! 		distclean-libtool distclean-tags distclean-generic \
! 		clean-am
! 	-rm -f libtool
  
! distclean: distclean-am
  
! maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
! 		maintainer-clean-compile maintainer-clean-libtool \
! 		maintainer-clean-tags maintainer-clean-generic \
! 		distclean-am
! 	@echo "This command is intended for maintainers to use;"
! 	@echo "it deletes files that may require special tools to rebuild."
  
  maintainer-clean: maintainer-clean-am
  
! .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
! clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
! mostlyclean-compile distclean-compile clean-compile \
! maintainer-clean-compile mostlyclean-libtool distclean-libtool \
! clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
! distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
! dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! install-exec install-data-am install-data install-am install \
! uninstall-am uninstall all-redirect all-am all installdirs \
! mostlyclean-generic distclean-generic clean-generic \
! maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  
  
  # the program has to be run from $srcdir to find its image files
--- 242,418 ----
  	-rm -rf .libs _libs
  
  distclean-libtool:
+ 	-rm -f libtool
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  --ignore-deps test-gnome/Makefile
+ Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
+ 	cd $(top_builddir) && \
+ 	  CONFIG_HEADERS= CONFIG_LINKS= \
+ 	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  
! clean-noinstPROGRAMS:
! 	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
! test-druid$(EXEEXT): $(test_druid_OBJECTS) $(test_druid_DEPENDENCIES) 
  	@rm -f test-druid$(EXEEXT)
  	$(LINK) $(test_druid_LDFLAGS) $(test_druid_OBJECTS) $(test_druid_LDADD) $(LIBS)
! test-entry$(EXEEXT): $(test_entry_OBJECTS) $(test_entry_DEPENDENCIES) 
  	@rm -f test-entry$(EXEEXT)
  	$(LINK) $(test_entry_LDFLAGS) $(test_entry_OBJECTS) $(test_entry_LDADD) $(LIBS)
! test-gnome$(EXEEXT): $(test_gnome_OBJECTS) $(test_gnome_DEPENDENCIES) 
! 	@rm -f test-gnome$(EXEEXT)
! 	$(LINK) $(test_gnome_LDFLAGS) $(test_gnome_OBJECTS) $(test_gnome_LDADD) $(LIBS)
! test-iconlist$(EXEEXT): $(test_iconlist_OBJECTS) $(test_iconlist_DEPENDENCIES) 
  	@rm -f test-iconlist$(EXEEXT)
  	$(LINK) $(test_iconlist_LDFLAGS) $(test_iconlist_OBJECTS) $(test_iconlist_LDADD) $(LIBS)
  
+ mostlyclean-compile:
+ 	-rm -f *.$(OBJEXT) core *.core
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ .c.o:
+ 	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
+ 
+ .c.obj:
+ 	$(COMPILE) -c `cygpath -w $<`
+ 
+ .c.lo:
+ 	$(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
+ uninstall-info-am:
+ 
  tags: TAGS
  
! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	mkid -fID $$unique $(LISP)
  
! TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
! 	unique=`for i in $$list; do \
! 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 	  done | \
! 	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  
! GTAGS:
! 	here=`CDPATH=: && cd $(top_builddir) && pwd` \
! 	  && cd $(top_srcdir) \
! 	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  
! top_distdir = ..
! distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  
  distdir: $(DISTFILES)
  	@for file in $(DISTFILES); do \
! 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    $(mkinstalldirs) "$(distdir)/$$dir"; \
! 	  fi; \
  	  if test -d $$d/$$file; then \
! 	    cp -pR $$d/$$file $(distdir) \
! 	    || exit 1; \
  	  else \
  	    test -f $(distdir)/$$file \
! 	    || cp -p $$d/$$file $(distdir)/$$file \
! 	    || exit 1; \
  	  fi; \
  	done
  check-am: all-am
  check: check-am
! all-am: Makefile $(PROGRAMS) $(HEADERS)
  
! installdirs:
  
  install: install-am
! install-exec: install-exec-am
! install-data: install-data-am
  uninstall: uninstall-am
  
+ install-am: all-am
+ 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
  
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  
  maintainer-clean-generic:
! 	@echo "This command is intended for maintainers to use"
! 	@echo "it deletes files that may require special tools to rebuild."
! clean: clean-am
  
! clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
! 	mostlyclean-am
  
! distclean: distclean-am
  
! distclean-am: clean-am distclean-compile distclean-generic \
! 	distclean-libtool distclean-tags
  
! dvi: dvi-am
  
! dvi-am:
  
! info: info-am
! 
! info-am:
! 
! install-data-am:
! 
! install-exec-am:
! 
! install-info: install-info-am
! 
! install-man:
! 
! installcheck-am:
  
  maintainer-clean: maintainer-clean-am
  
! maintainer-clean-am: distclean-am maintainer-clean-generic
! 
! mostlyclean: mostlyclean-am
! 
! mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 	mostlyclean-libtool
! 
! uninstall-am: uninstall-info-am
! 
! .PHONY: GTAGS all all-am check check-am clean clean-generic \
! 	clean-libtool clean-noinstPROGRAMS distclean distclean-compile \
! 	distclean-generic distclean-libtool distclean-tags distdir dvi \
! 	dvi-am info info-am install install-am install-data \
! 	install-data-am install-exec install-exec-am install-info \
! 	install-info-am install-man install-strip installcheck \
! 	installcheck-am installdirs maintainer-clean \
! 	maintainer-clean-generic mostlyclean mostlyclean-compile \
! 	mostlyclean-generic mostlyclean-libtool tags uninstall \
! 	uninstall-am uninstall-info-am
  
  
  # the program has to be run from $srcdir to find its image files
***************
*** 549,555 ****
  test-debug: test-gnome
  	blddir=`pwd`; top_blddir=`cd $(top_builddir) && pwd`; cd $(srcdir); \
  	$(SHELL) $$top_blddir/libtool --mode=execute gdb $$blddir/test-gnome
- 
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
  .NOEXPORT:
--- 423,428 ----
