1998-09-05 Vincent Renardias <vincent@waw.com>
* Weekly i18n updates:
- Updated some POTFILES.in's.
- Updated fr.po's accordingly.
- Corrected a couple of typos. in the src code.
Fri Sep 04 00:07:08 1998 George Lebl <jirka@5z.com>
* configure.in,Makefile.am,po/POTFILES.in: removed support for
mico and related sources
Fri Sep 04 00:08:28 1998 George Lebl <jirka@5z.com>
* mico-*.(h|cc),applet-lib.cc: removed
* orbit-glue.h: replaces mico-glue.h
* Makefile.am: removed support for mico
I hope I got all the automake stuff right ... but anyway .. mico support
is out (it didn't really compile too well lately anyway, and it had bugs
that had been fixed in the orbit files ... etc ... it wasn't worth
maintaining) ... now it's much nicer ... and no more C++
-George
Wed Sep 02 23:18:00 1998 George Lebl <jirka@5z.com>
* pixmaps/Makefile.am: install tiles into a separate directory,
we will want to browse this with an icon browser and we only
want tiles to show u
These are used with the control-panel to view stuff.
I'm only committing one capplet for now, but more will come soon (i hope.)
note: these capplets aren't quite ready for prime-time. In a few days they will
be.
added, even when you commit them all at once.
Anyways, editted these files to have asclock applet built by default.
Looks good, but its 64 pixels high. Someone needs to redo
pixmaps so it fits in 48x48 perhaps.
Also, it doesnt clean well with picky compiler options. But according to
the author its a first cut.
Dr Mike <msf@redhat.com>
1998-08-23 Martin Baulig <martin@home-of-linux.org>
* configure.in (GNOME_FILEUTILS_CHECKS): Removed. This check
is no longer necessary since we now use libgtop for the
mountlist and fsusage stuff in the diskusage applet.
* acconfig.h: Removed mountlist stuff.
1998-08-19 Martin Baulig <martin@home-of-linux.org>
* Makefile.am: Using $(always_built_SUBDIRS),
$(sometimes_built_SUBDIRS) and correct $(DIST_SUBDIRS).
1998-08-02 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (PROGRAM_GMENU):
Use AM_CONDITIONAL rather than AC_SUBST.
(PROGRAMS_PANEL_{CDPLAYER,MIXER,MODEMLIGHTS}): Likewise.
(AC_OUTPUT): Remove `applets/netwatch/Makefile'.
* Makefile.am (gmenu): New var.
(SUBDIRS): Use $(gmenu) instead of @PROGRAM_GMENU@.
applets/:
1998-08-02 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (cdplayer,mixer,modemlights): New variables.
(SUBDIRS): Use them, instead of @PROGRAMS_PANEL_*@.
po/:
1998-08-02 Raja R Harinath <harinath@cs.umn.edu>
* POTFILES.in: Remove `applets/winlist/winlist.c'.
`make distcheck' nits.
* de.po: Merged with `gnome-core.pot'.
* es.po: Likewise.
* fr.po: Likewise.
* ga.po: Likewise.
* it.po: Likewise.
* ko.po: Likewise.
* no.po: Likewise.
* pt.po: Likewise.
* sv.po: Likewise.
These were automatically `msgmerge'd when I was testing `make dist'.
After a quick check, I'm convinced that this hasn't lost any
translations, except those that wouldn't have been used anyway, since
the corresponding msgid's don't exist any more.
* core-docs/Makefile.am (install-data-local): Use INSTALL_DATA in
a for loop, don't install all at once.
(GNOME_INTRO_HTML_FILES): Remove $(srcdir) from names of files.
(GNOME_INTRO_PICTURES): Likewise.
(INTRO_EXTRA_DIST): Likewise.
(GNOME_INTRO_GIFS): Likewise.
(EXTRA_DIST): Likewise.
Now `make dist' friendly. Also, `make install' works for srcdir!=builddir.
* It appeared that many po/POTFILES.in files were totally out of date...
Updated those accordingly, and translated the new strings.
NB: Does anyone would object to a modification of po/Makefile.in.in files to
generate automatically the POTFILES.in's with a cmd like:
grep '_(' `find . -name \*.\[chym\]` | cut -f 1 --delimiter ':' | sed -e "s#^./##" |sort -u > po/POTFILES.in