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.
1998-05-05 Mark Galassi <rosalia@cygnus.com>
* 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
Dropped the crypt code as it was not protecting anything (only
case we care about is local case).
Gnome terminal should be working now correctly.
Miguel.
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>
* 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.
* applets/netwatch/netwatch.c: some work on getting it to work
with the new applet_lib stuff.
* applets/netwatch/netwatch-old.c: is the original code.
Update the French translations a bit everywhere...
Major changes for:
* gnome-help (New)
* ee (Much more complete translations plus fixed a typo in the original version ;)
* ghex (New)
* gncal (New)
* mc (Updated, Added more translations, still needs work through)
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
Tue Mar 17 23:27:31 1998 George Lebl <jirka@5z.com>
* clock/clock.c: updated to the corba clock.c
Tue Mar 17 23:22:50 1998 George Lebl <jirka@5z.com>
* clock.c: removed, clock is now in ../applets/clock/
Tue Mar 17 23:30:04 1998 George Lebl <jirka@5z.com>
* gtkplug.[ch], gtksocket.[ch]: removed from panel, they
are in libgnomeui now
I think I forgot to commit a few changes .. so a big lump comming up :)
(btw why does cvs -z9 commit in the root of gnome-core find stuff
that I didn't touch???)
-George
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.