gnome-control-center/ChangeLog
Federico Mena Quintero 0216a08991 Added Japanese translation.
1998-07-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* configure.in (ALL_LINGUAS): Added Japanese translation.
1998-07-31 20:41:52 +00:00

289 lines
8.7 KiB
Text

1998-07-31 Federico Mena Quintero <federico@nuclecu.unam.mx>
* configure.in (ALL_LINGUAS): Added Japanese translation.
1998-07-28 Mark Galassi <rosalia@cygnus.com>
* core-docs/gnome-intro/*.html: regenerated the HTML using the
latest DocBook tools; some filenames have changed, and
1998-07-23 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* config.guess, config.sub: Remove auto-generated files.
Tue Jul 21 18:29:16 1998 Tom Tromey <tromey@cygnus.com>
* acconfig.h (WINDOW_MANAGER): Removed.
* configure.in: Don't define WINDOW_MANAGER, AC_SUBST it.
Sun Jul 19 03:31:08 1998 John Ellis <johne@bellatlantic.net>
* configure.in: variable PROGRAM_GMENU with a check for
gtk/gtkctree.h which is in the devel GTK.
* Makefile.am: added above variable in the subdirs section, now
gmenu is built/installed by default if the devel GTK is found.
1998-07-19 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (SMPROXY_DEFS): Use `STD_DEFINES' rather than
`STD_CPP_DEFINES'.
(ORB_LIBS): To replace MICO_LIBS.
(ORBIT_LIBS,MICO_LIBS): Don't subst.
(ORBIT_CONFIG): Don't use `if [ .. ];', use `if test ..;'.
1998-07-18 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (SMPROXY_DEFS): New check, based on AC_PATH_X11.
Needed to get defines used in a X11 build tree.
Thu Jul 16 18:03:37 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (SUBDIRS): Added smproxy.
* configure.in: Create smproxy/Makefile.
1998-07-13 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (mico_prefix): Stop searching as soon as a
`mico-ld' is found. From Michael Lausch <mla@gams.co.at>.
1998-07-08 Federico Mena Quintero <federico@nuclecu.unam.mx>
* configure.in: Added applets/fifteen/Makefile to the list.
1998-07-08 Owen Taylor <otaylor@fresnel.labs.redhat.com>
* configure.in: Fix shell syntax bug in case when MICO
is not found.
1998-06-26 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* configure.in (ALL_LINGUAS): Added Portuguese translation.
Sat Jun 13 01:11:16 1998 Tom Tromey <tromey@cygnus.com>
* core-docs/Makefile.am (gnome-intro/book01.html): Ignore mkdir
failures.
Fri Jun 12 22:56:58 1998 Tom Tromey <tromey@cygnus.com>
* configure.in: Look for mico-setup.sh in $mico_prefix/doc. Also,
handle MICO 2.0.3 (still!).
1998-06-11 John Ellis <johne@bellatlantic.net>
* configure.in: added gmenu/Makefile
1998-06-11 John Ellis <johne@bellatlantic.net>
* gmenu directory: Checked in a gmenu, the GNOME menu editor,
still needs a Makefile.am file though.
Wed Jun 10 11:34:52 1998 Owen Taylor <otaylor@gtk.org>
* configure.in: Make panel link micocoss library as well
Wed Jun 10 11:34:52 1998 Owen Taylor <otaylor@gtk.org>
* configure.in acconfig.h: Check for installed MICO
version, and the libs it requires by using mico-ld
and mico-setup.sh.
Add a HAVE_MICO_ORB_RUN macro to signal that we need
to call orb->run(), as we do for mico-2.0.6 and later
Tue Jun 9 23:37:43 EDT 1998 Gregory McLean <gregm@comstar.net>
* .cvsignore updates.
1998-06-09 Jim Pick <jim@jimpick.com>
* Added debian packaging dir.
1998-06-07 Stuart Parmenter <pavlov@innerx.net>
* help-browser/window.c: changed accel stuff around so that it works
with gtk1.1
1998-06-05 Mark Galassi <rosalia@cygnus.com>
* core-docs/Makefile.am: fixed it so that "make dist" will
generate a reasonable distribution. Many files were not listed in
the EXTRAS, but I think they now are.
1998-05-30 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (FALSE): Automake conditional that always fails.
This is used in some subdir Makefile.am tricks.
1998-05-26 John Ellis <johne@bellatlantic.net>
* configure.in: added PROGRAMS_PANEL_MODEMLIGHTS, apparently
net/ppp_defs.h does not exist on solaris.
1998-05-22 Martin Baulig <baulig@merkur.uni-trier.de>
* configure.in: added GNOME_FILEUTILS_CHECKS
* acconfig.h (AFS, MOUNTED_FREAD, MOUNTED_FREAD_FSTYP,
MOUNTED_GETFSSTAT, MOUNTED_GETMNT, MOUNTED_GETMNTENT1,
MOUNTED_GETMNTENT2, MOUNTED_GETMNTINFO, MOUNTED_LISTMNTENT,
MOUNTED_VMOUNT, STAT_STATFS3_OSF1, STAT_READ_FILSYS,
STAT_STATFS2_BSIZE, STAT_STATFS2_FSIZE, STAT_STATFS2_FS_DATA,
STAT_STATFS4, STAT_STATVFS, STATFS_TRUNCATES_BLOCK_COUNTS):
New macros.
1998-05-13 Christopher Blizzard <blizzard@appliedtheory.com>
* configure.in: added applets/bussign/Makefile to the list of
Makefiles.
1998-05-05 Mark Galassi <rosalia@cygnus.com>
* core-docs/gnome-intro.sgml: added a bit more to the panel;
that's it for the Red Hat 5.1 release, I guess.
* core-docs/Makefile.am (install-data-local): fixed little bug in
installing help files.
* core-docs/gnome-intro.sgml: completed the GNOME intro; there are
many omissions, but it seems OK. Now I have to proofread it a bit
and add a mention of panel applets. I also added all the
generated HTML files for people who do not have the docbook tools
installed (this sucks).
* core-docs/Makefile.am: put core-docs under automake with some
quickly hacked-up rules for the RH-5.1 release. I will clean it
up later; this seems to work and install gnome-intro in a way such
that the help browser picks it up.
* Makefile.am (SUBDIRS): added core-docs
Sun May 3 22:43:59 1998 Tom Tromey <tromey@cygnus.com>
* acconfig.h (HAVE_FORKPTY): New macro.
* configure.in: Include UTIL_LIB check from gnome-libs.
1998-05-03 Mark Galassi <rosalia@cygnus.com>
* core-docs/gnome-intro.sgml: added the beginnings of an
overall gnome-intro manual.
Mon Apr 27 20:42:24 EDT 1998 Gregory McLean <gregm@comstar.net>
* panel/menu.c : changed a couple of <icon>.xpm to <icon.png> as
the xpm files for _thoose_ icons wern't there.
Sun Apr 26 10:55:18 EDT 1998 Gregory McLean <gregm@comstar.net>
* Its too early in the morning!
* applets/netwatch/netwatch-old.c: added to the repo.
* applets/netwatch/netwatch_applet.desktop: desktop file
* applets/netwatch/.cvsignore: updated.
Sun Apr 26 01:05:51 1998 Tom Tromey <tromey@cygnus.com>
* acconfig.h (WINDOW_MANAGER): New macro.
* configure.in: Added --with-window-manager option.
* configure.in: Unconditionally look for crypt.h.
Sun Apr 26 10:55:18 EDT 1998 Gregory McLean <gregm@comstar.net>
* configure.in: changed the AC_PROG_LEX -> AM_PROG_LEX
though I couldn't find any lex files that this is needed
for. IIRC automake 1.2 supports this macro also.
Sun Apr 19 09:38:36 EDT 1998 Gregory McLean <gregm@comstar.net>
* applets/*/.cvsignore: updated to ignore generated files.
Tue Mar 17 23:26:47 1998 George Lebl <jirka@5z.com>
* configure.in: updated teh Makefiles being created
* Makefile.am: build in applets
* applets/Makefile.am: build clock
Sat Mar 14 20:21:31 1998 George Lebl <jirka@5z.com>
* gnome-panel.idl, launcher-lib.(cc|h): added a Launcher
interface, but didn't do anything with it yet.
Fri Mar 13 13:44:40 1998 George Lebl <jirka@5z.com>
* panel.c,clock.c: fixed some FIXME's and added some
sanity checks
1998-03-13 Carsten Schaar <nhadcasc@fs-maphy.uni-hannover.de>
* configure.in (ALL_LINGUAS): Added German translation.
1998-03-13 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (RES_LIBS): New check for `inet_aton'.
Tue Mar 10 22:33:39 1998 Tom Tromey <tromey@cygnus.com>
* stamp.h.in: Removed.
* configure.in: Don't create stamp.h.
Sun Mar 8 21:41:18 1998 Tom Tromey <tromey@cygnus.com>
* version.h.in: Removed.
* configure.in: Don't create version.h.
Wed Mar 4 01:18:19 1998 Tom Tromey <tromey@cygnus.com>
* acconfig.h (HAVE_PROGRAM_INVOCATION_SHORT_NAME,
HAVE_PROGRAM_INVOCATION_NAME): Added.
1998-03-04 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (AC_OUTPUT): Add `panel/libapplet/Makefile'.
Mon Mar 2 15:30:00 1998 Tom Tromey <tromey@cygnus.com>
* configure.in: Removed check for SMlib.h; now comes from
gnome-x-checks.m4.
1998-02-26 Raja R Harinath <harinath@cs.umn.edu>
* configure.in: Make the check for SMlib.h work better with the
checks that happen in macros/gnome-x-checks.m4.
Thu Feb 26 12:37:07 1998 Tom Tromey <tromey@cygnus.com>
* configure.in: Check for X11/SM/SMlib.h.
1998-02-25 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (AC_OUTPUT): Remove duplicated entry for
`panel/batmon/Makefile'.
Sat Feb 14 01:31:21 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (macros/macros.dep): Use tab in rule, not space.
* configure.in: Run AC_LINK_FILES for gettext.
1998-02-14 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (GNOME_X_CHECKS): Add new check.
(AC_OUTPUT): Also generate `macros/Makefile'.
* Makefile.am (macros/macros.dep): Maintainer rule to
auto-regenerate aclocal.m4.
(SUBDIRS): Add `macros'.
* help-browser/gnome-helpwin.c (gnome_helpwin_load): Replace
`snprintf' with `g_snprintf'.
1998-02-13 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (AC_OUTPUT): Generate `macros/Makefile'.
* autogen.sh: Use `macros/autogen.sh'.