diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-23 23:22:51 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-23 23:22:51 +0800 |
commit | 07e6d2f6ad90b52ec20c1e8defcddcd46b2e9875 (patch) | |
tree | f388893f0415e499359909dfdb82625dd2da5cbe /x11 | |
parent | d1642c61ebd5a164fbabacba515d4637759000b5 (diff) | |
download | freebsd-ports-gnome-07e6d2f6ad90b52ec20c1e8defcddcd46b2e9875.tar.gz freebsd-ports-gnome-07e6d2f6ad90b52ec20c1e8defcddcd46b2e9875.tar.zst freebsd-ports-gnome-07e6d2f6ad90b52ec20c1e8defcddcd46b2e9875.zip |
Update to 1.4.0.5.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomecore/Makefile | 17 | ||||
-rw-r--r-- | x11/gnomecore/distinfo | 2 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-aa | 19 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-ah | 17 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-ap | 13 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-applets::gen_util::Makefile.in | 15 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-gnome-about::Makefile.in | 14 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-gsm::ice.c | 10 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-help-browser::help::es::Makefile.in | 14 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-panel::config::Applet_Config | 41 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-panel::launcher.c | 14 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-po::Makefile.in.in | 14 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-sgmldocs.make | 14 | ||||
-rw-r--r-- | x11/gnomecore/pkg-plist | 769 |
14 files changed, 353 insertions, 620 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 48aaf459c1a7..a80cc66acb23 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomecore -PORTVERSION= 1.4.0.4 -PORTREVISION= 3 +PORTVERSION= 1.4.0.5 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core @@ -15,6 +14,7 @@ DISTNAME= gnome-core-${PORTVERSION} MAINTAINER?= gnome@FreeBSD.org +BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= gtkhtml.21:${PORTSDIR}/www/gtkhtml RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio @@ -26,15 +26,22 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ --with-gtkhtml=${X11BASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT=${LOCALBASE}/bin/msgfmt-new \ + XGETTEXT=${LOCALBASE}/bin/xgettext-new -MAN1= gnome-session.1 gnome-terminal.1 gnome-wm.1 save-session.1 +MAN1= deskguide_applet.1 gmenu.1 gnome-about.1 gnome-convert.1 \ + gnome-download.1 gnome-edit.1 gnome-hint-properties-capplet.1 \ + gnome-hint.1 gnome-info2html.1 gnome-man2html.1 \ + gnome-panel-add-launcher.1 gnome-panel-properties-capplet.1 \ + gnome-session.1 gnome-terminal.1 gnome-wm.1 panel.1 \ + save-session.1 tasklist_applet.1 MAN5= default.session.5 pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/x11/gnomecore/distinfo b/x11/gnomecore/distinfo index 2733f208897e..ba28f319c0df 100644 --- a/x11/gnomecore/distinfo +++ b/x11/gnomecore/distinfo @@ -1 +1 @@ -MD5 (gnome-core-1.4.0.4.tar.gz) = 5225e6afa09f2396136af247b3d022ad +MD5 (gnome-core-1.4.0.5.tar.gz) = 34115bc1330c91a15c3547a35fd28296 diff --git a/x11/gnomecore/files/patch-aa b/x11/gnomecore/files/patch-aa deleted file mode 100644 index a8daa8d013ae..000000000000 --- a/x11/gnomecore/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- app-docs.make.orig Thu Apr 20 02:25:57 2000 -+++ app-docs.make Fri May 26 16:31:01 2000 -@@ -1,4 +1,4 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ - index.html \ - topic.dat \ ---- applet-docs.make.orig Thu Apr 20 02:25:57 2000 -+++ applet-docs.make Fri May 26 16:31:10 2000 -@@ -9,7 +9,7 @@ - # figs = modemlights-advpref.png modemlights-prefs.png modemlights.png - # include $(top_srcdir)/applet-docs.make - --docdir = $(datadir)/gnome/help/$(applet)_applet/$(lang) -+docdir = $(datadir)/help/$(applet)_applet/$(lang) - doc_DATA = \ - index.html \ - topic.dat \ diff --git a/x11/gnomecore/files/patch-ah b/x11/gnomecore/files/patch-ah index cc04f6269134..a5936e41690a 100644 --- a/x11/gnomecore/files/patch-ah +++ b/x11/gnomecore/files/patch-ah @@ -75,20 +75,3 @@ else if (*arguments == '/') this_menu = g_strdup (arguments); else if (*arguments == '~') ---- panel/session.c.orig Fri May 19 00:29:47 2000 -+++ panel/session.c Wed May 31 12:49:09 2000 -@@ -777,10 +777,10 @@ - load_default_applets1(PanelWidget *panel) - { - char *def_launchers[] = -- { "gnome/apps/gnome-help.desktop", -- "gnome/apps/System/gnome-terminal.desktop", -- "gnome/apps/Settings/gnomecc.desktop", -- "gnome/apps/Internet/Netscape.desktop", -+ { "apps/gnome-help.desktop", -+ "apps/System/gnome-terminal.desktop", -+ "apps/Settings/gnomecc.desktop", -+ "apps/Internet/Netscape.desktop", - NULL }; - int i; - char *p; diff --git a/x11/gnomecore/files/patch-ap b/x11/gnomecore/files/patch-ap index a3baa630b8d8..40f09cbf648a 100644 --- a/x11/gnomecore/files/patch-ap +++ b/x11/gnomecore/files/patch-ap @@ -1,17 +1,20 @@ $FreeBSD$ ---- gsm/Makefile.in.orig Tue Nov 20 12:20:56 2001 -+++ gsm/Makefile.in Tue Nov 20 14:56:33 2001 -@@ -157,9 +157,9 @@ +--- gsm/Makefile.in.orig Tue Jan 22 16:13:49 2002 ++++ gsm/Makefile.in Tue Jan 22 16:24:53 2002 +@@ -175,12 +175,12 @@ SUBDIRS = help -defaultdir = $(datadir)/gnome +defaultdir = $(datadir) --INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -I$(top_srcdir)/intl -I$(top_builddir)/intl -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -DDEFAULTDIR="\"$(defaultdir)\"" @CANVAS_PIXBUF_CFLAGS@ -+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -I$(top_srcdir)/intl -I$(top_builddir)/intl -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -DDEFAULTDIR="\"$(defaultdir)\"" @CANVAS_PIXBUF_CFLAGS@ -DX11BASE="\"$(X11BASE)\"" + INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) \ + -I$(top_srcdir)/intl -I$(top_builddir)/intl \ + -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" \ +- -DDEFAULTDIR="\"$(defaultdir)\"" @CANVAS_PIXBUF_CFLAGS@ ++ -DDEFAULTDIR="\"$(defaultdir)\"" @CANVAS_PIXBUF_CFLAGS@ -DX11BASE="\"$(X11BASE)\"" LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) diff --git a/x11/gnomecore/files/patch-applets::gen_util::Makefile.in b/x11/gnomecore/files/patch-applets::gen_util::Makefile.in index 68faf4142aa7..a21c7fba5a47 100644 --- a/x11/gnomecore/files/patch-applets::gen_util::Makefile.in +++ b/x11/gnomecore/files/patch-applets::gen_util::Makefile.in @@ -1,18 +1,9 @@ $FreeBSD$ ---- applets/gen_util/Makefile.in.orig Tue Oct 30 14:16:35 2001 -+++ applets/gen_util/Makefile.in Tue Oct 30 14:30:29 2001 -@@ -157,7 +157,7 @@ - - SUBDIRS = help - --INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -+INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(PIXBUF_CFLAGS) - - - lib_LTLIBRARIES = libgen_util_applet.la -@@ -197,7 +197,7 @@ +--- applets/gen_util/Makefile.in.orig Tue Jan 22 16:13:51 2002 ++++ applets/gen_util/Makefile.in Tue Jan 22 16:25:24 2002 +@@ -242,7 +242,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ diff --git a/x11/gnomecore/files/patch-gnome-about::Makefile.in b/x11/gnomecore/files/patch-gnome-about::Makefile.in deleted file mode 100644 index 6b5b69f0caf0..000000000000 --- a/x11/gnomecore/files/patch-gnome-about::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gnome-about/Makefile.in 2001/10/30 12:24:07 1.1 -+++ gnome-about/Makefile.in 2001/10/30 12:25:34 -@@ -155,7 +155,7 @@ - gnomelocaledir = @gnomelocaledir@ - l = @l@ - --INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -+INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" $(PIXBUF_CFLAGS) - - - LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(PIXBUF_LIBS) $(CANVAS_PIXBUF_LIBS) $(INTLLIBS) diff --git a/x11/gnomecore/files/patch-gsm::ice.c b/x11/gnomecore/files/patch-gsm::ice.c index fc2cbb4a0fa7..11d31f011741 100644 --- a/x11/gnomecore/files/patch-gsm::ice.c +++ b/x11/gnomecore/files/patch-gsm::ice.c @@ -1,9 +1,9 @@ $FreeBSD$ ---- gsm/ice.c 2001/11/20 12:53:53 1.1 -+++ gsm/ice.c 2001/11/20 12:53:56 -@@ -337,6 +337,15 @@ +--- gsm/ice.c.orig Fri Oct 26 12:13:22 2001 ++++ gsm/ice.c Tue Jan 22 16:28:18 2002 +@@ -343,6 +343,15 @@ p = g_strconcat (ENVNAME "=", ids, NULL); putenv (p); @@ -16,6 +16,6 @@ $FreeBSD$ + p = g_strconcat (p, ":", NULL); + p = g_strconcat (p, X11BASE "/lib/mozilla-embedded", NULL); + setenv ("LD_LIBRARY_PATH", p, 1); + + ice_depth = 0; /* We are live */ } - - void diff --git a/x11/gnomecore/files/patch-help-browser::help::es::Makefile.in b/x11/gnomecore/files/patch-help-browser::help::es::Makefile.in new file mode 100644 index 000000000000..9071ee3ba5c4 --- /dev/null +++ b/x11/gnomecore/files/patch-help-browser::help::es::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- help-browser/help/es/Makefile.in 2002/01/23 07:52:18 1.1 ++++ help-browser/help/es/Makefile.in 2002/01/23 07:52:30 +@@ -178,7 +178,7 @@ + default-page.html + + +-help_browser_helpdir = $(datadir)/help/help-browser/C ++help_browser_helpdir = $(datadir)/help/help-browser/es + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../config.h + CONFIG_CLEAN_FILES = diff --git a/x11/gnomecore/files/patch-panel::config::Applet_Config b/x11/gnomecore/files/patch-panel::config::Applet_Config new file mode 100644 index 000000000000..28c0d0e22e04 --- /dev/null +++ b/x11/gnomecore/files/patch-panel::config::Applet_Config @@ -0,0 +1,41 @@ + +$FreeBSD$ + +--- panel/config/Applet_Config 2002/01/22 14:18:42 1.1 ++++ panel/config/Applet_Config 2002/01/22 14:19:44 +@@ -15,7 +15,7 @@ + [Applet_2] + Conditional=screen_width >= 640 + id=Launcher +-parameters=gnome/apps/gnome-help.desktop ++parameters=apps/gnome-help.desktop + position=12 + panel=0 + unique_panel_id=10000001 +@@ -24,7 +24,7 @@ + [Applet_3] + Conditional=screen_width >= 640 + id=Launcher +-parameters=gnome/apps/System/gnome-terminal.desktop ++parameters=apps/System/gnome-terminal.desktop + position=13 + panel=0 + unique_panel_id=10000001 +@@ -33,7 +33,7 @@ + [Applet_4] + Conditional=screen_width >= 640 + id=Launcher +-parameters=gnome/apps/Settings/gnomecc.desktop ++parameters=apps/Settings/gnomecc.desktop + position=14 + panel=0 + unique_panel_id=10000001 +@@ -42,7 +42,7 @@ + [Applet_5] + Conditional=screen_width >= 640 + id=Launcher +-parameters:Conditional={exists '/etc/X11/applnk/Internet/mozilla.desktop'}/etc/X11/applnk/Internet/mozilla.desktop{exists 'gnome/apps/Internet/mozilla.desktop'}gnome/apps/Internet/mozilla.desktop{exists 'gnome/apps/Internet/Mozilla.desktop'}gnome/apps/Internet/Mozilla.desktop{true}gnome/apps/Internet/Netscape.desktop ++parameters:Conditional={exists '/etc/X11/applnk/Internet/mozilla.desktop'}/etc/X11/applnk/Internet/mozilla.desktop{exists 'apps/Internet/mozilla.desktop'}apps/Internet/mozilla.desktop{exists 'apps/Internet/Mozilla.desktop'}apps/Internet/Mozilla.desktop{true}apps/Internet/Netscape.desktop + position=15 + panel=0 + unique_panel_id=10000001 diff --git a/x11/gnomecore/files/patch-panel::launcher.c b/x11/gnomecore/files/patch-panel::launcher.c new file mode 100644 index 000000000000..741b94b3c003 --- /dev/null +++ b/x11/gnomecore/files/patch-panel::launcher.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- panel/launcher.c 2002/01/22 14:21:27 1.1 ++++ panel/launcher.c 2002/01/22 14:21:36 +@@ -324,7 +324,7 @@ + else + extension = ".desktop"; + +- apps_par = g_strconcat ("gnome/apps/", parameters, ++ apps_par = g_strconcat ("apps/", parameters, + extension, NULL); + entry = gnome_datadir_file (apps_par); + g_free (apps_par); diff --git a/x11/gnomecore/files/patch-po::Makefile.in.in b/x11/gnomecore/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..6b65c22b7644 --- /dev/null +++ b/x11/gnomecore/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2002/01/22 18:34:36 1.1 ++++ po/Makefile.in.in 2002/01/22 18:34:45 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ diff --git a/x11/gnomecore/files/patch-sgmldocs.make b/x11/gnomecore/files/patch-sgmldocs.make new file mode 100644 index 000000000000..2a94f8a642ad --- /dev/null +++ b/x11/gnomecore/files/patch-sgmldocs.make @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- sgmldocs.make 2002/01/22 14:14:55 1.1 ++++ sgmldocs.make 2002/01/22 14:15:31 +@@ -32,7 +32,7 @@ + # dist-hook: app-dist-hook + # + +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(datadir)/help/$(docname)/$(lang) + + doc_DATA = index.html + diff --git a/x11/gnomecore/pkg-plist b/x11/gnomecore/pkg-plist index 88a37c95761d..d6e6a1ee12cd 100644 --- a/x11/gnomecore/pkg-plist +++ b/x11/gnomecore/pkg-plist @@ -14,6 +14,7 @@ bin/gnome-login-check bin/gnome-man2html bin/gnome-panel-add-launcher bin/gnome-panel-properties-capplet +bin/gnome-panel-screenshot bin/gnome-session bin/gnome-smproxy bin/gnome-terminal @@ -32,6 +33,9 @@ etc/CORBA/servers/panel.gnorba etc/CORBA/servers/tasklist_applet.gnorba etc/appletsConf.sh etc/dockletsConf.sh +etc/gnome/panel-config/panel +etc/gnome/panel-config/panel.d/default/Applet_Config +etc/gnome/panel-config/panel.d/default/panel etc/sound/events/mailcheck.soundlist etc/sound/events/panel.soundlist include/applet-widget.h @@ -111,67 +115,34 @@ share/gnome/gnome-about/contributors.dat share/gnome/gnome-terminal/glade/gnome-terminal.glade share/gnome/help/clock_applet/C/clock.sgml share/gnome/help/clock_applet/C/clock_applet.sgml -share/gnome/help/clock_applet/C/docbook.css share/gnome/help/clock_applet/C/figures/clock_applet.png share/gnome/help/clock_applet/C/figures/clock_settings.png share/gnome/help/clock_applet/C/index.html share/gnome/help/clock_applet/C/ln7.html -share/gnome/help/clock_applet/C/stylesheet-images/caution.gif -share/gnome/help/clock_applet/C/stylesheet-images/home.gif -share/gnome/help/clock_applet/C/stylesheet-images/important.gif -share/gnome/help/clock_applet/C/stylesheet-images/next.gif -share/gnome/help/clock_applet/C/stylesheet-images/note.gif -share/gnome/help/clock_applet/C/stylesheet-images/prev.gif -share/gnome/help/clock_applet/C/stylesheet-images/tip.gif -share/gnome/help/clock_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/clock_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/clock_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/clock_applet/C/stylesheet-images/up.gif -share/gnome/help/clock_applet/C/stylesheet-images/warning.gif share/gnome/help/clock_applet/C/topic.dat share/gnome/help/clock_applet/da/clock.sgml share/gnome/help/clock_applet/da/clock_applet.sgml -share/gnome/help/clock_applet/da/docbook.css share/gnome/help/clock_applet/da/figures/clock_applet.png share/gnome/help/clock_applet/da/figures/clock_settings.png share/gnome/help/clock_applet/da/index.html share/gnome/help/clock_applet/da/ln10.html -share/gnome/help/clock_applet/da/stylesheet-images/caution.gif -share/gnome/help/clock_applet/da/stylesheet-images/home.gif -share/gnome/help/clock_applet/da/stylesheet-images/important.gif -share/gnome/help/clock_applet/da/stylesheet-images/next.gif -share/gnome/help/clock_applet/da/stylesheet-images/note.gif -share/gnome/help/clock_applet/da/stylesheet-images/prev.gif -share/gnome/help/clock_applet/da/stylesheet-images/tip.gif -share/gnome/help/clock_applet/da/stylesheet-images/toc-blank.gif -share/gnome/help/clock_applet/da/stylesheet-images/toc-minus.gif -share/gnome/help/clock_applet/da/stylesheet-images/toc-plus.gif -share/gnome/help/clock_applet/da/stylesheet-images/up.gif -share/gnome/help/clock_applet/da/stylesheet-images/warning.gif share/gnome/help/clock_applet/da/topic.dat share/gnome/help/clock_applet/it/clock.sgml share/gnome/help/clock_applet/it/clock_applet.sgml -share/gnome/help/clock_applet/it/docbook.css share/gnome/help/clock_applet/it/figures/clock_applet.png share/gnome/help/clock_applet/it/figures/clock_settings.png share/gnome/help/clock_applet/it/index.html share/gnome/help/clock_applet/it/ln10.html -share/gnome/help/clock_applet/it/stylesheet-images/caution.gif -share/gnome/help/clock_applet/it/stylesheet-images/home.gif -share/gnome/help/clock_applet/it/stylesheet-images/important.gif -share/gnome/help/clock_applet/it/stylesheet-images/next.gif -share/gnome/help/clock_applet/it/stylesheet-images/note.gif -share/gnome/help/clock_applet/it/stylesheet-images/prev.gif -share/gnome/help/clock_applet/it/stylesheet-images/tip.gif -share/gnome/help/clock_applet/it/stylesheet-images/toc-blank.gif -share/gnome/help/clock_applet/it/stylesheet-images/toc-minus.gif -share/gnome/help/clock_applet/it/stylesheet-images/toc-plus.gif -share/gnome/help/clock_applet/it/stylesheet-images/up.gif -share/gnome/help/clock_applet/it/stylesheet-images/warning.gif share/gnome/help/clock_applet/it/topic.dat +share/gnome/help/clock_applet/no/clock.sgml +share/gnome/help/clock_applet/no/clock_applet.sgml +share/gnome/help/clock_applet/no/figures/clock_applet.png +share/gnome/help/clock_applet/no/figures/clock_settings.png +share/gnome/help/clock_applet/no/index.html +share/gnome/help/clock_applet/no/ln10.html +share/gnome/help/clock_applet/no/topic.dat share/gnome/help/desk-guide_applet/C/desk-guide.sgml share/gnome/help/desk-guide_applet/C/desk-guide_applet.sgml -share/gnome/help/desk-guide_applet/C/docbook.css share/gnome/help/desk-guide_applet/C/figures/deskguide-fig.png share/gnome/help/desk-guide_applet/C/figures/deskguide-properties-advanced-fig.png share/gnome/help/desk-guide_applet/C/figures/deskguide-properties-geometry-fig.png @@ -180,22 +151,9 @@ share/gnome/help/desk-guide_applet/C/figures/deskguide-properties.png share/gnome/help/desk-guide_applet/C/figures/deskguide-tasklist-fig.png share/gnome/help/desk-guide_applet/C/index.html share/gnome/help/desk-guide_applet/C/ln7.html -share/gnome/help/desk-guide_applet/C/stylesheet-images/caution.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/home.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/important.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/next.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/note.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/prev.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/tip.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/up.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/warning.gif share/gnome/help/desk-guide_applet/C/topic.dat share/gnome/help/desk-guide_applet/de/desk-guide.sgml share/gnome/help/desk-guide_applet/de/desk-guide_applet.sgml -share/gnome/help/desk-guide_applet/de/docbook.css share/gnome/help/desk-guide_applet/de/figures/deskguide-fig.png share/gnome/help/desk-guide_applet/de/figures/deskguide-properties-advanced-fig.png share/gnome/help/desk-guide_applet/de/figures/deskguide-properties-geometry-fig.png @@ -204,22 +162,23 @@ share/gnome/help/desk-guide_applet/de/figures/deskguide-properties.png share/gnome/help/desk-guide_applet/de/figures/deskguide-tasklist-fig.png share/gnome/help/desk-guide_applet/de/index.html share/gnome/help/desk-guide_applet/de/ln11.html -share/gnome/help/desk-guide_applet/de/stylesheet-images/caution.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/home.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/important.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/next.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/note.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/prev.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/tip.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/toc-blank.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/toc-minus.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/toc-plus.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/up.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/warning.gif share/gnome/help/desk-guide_applet/de/topic.dat +share/gnome/help/desk-guide_applet/es/authors.sgml +share/gnome/help/desk-guide_applet/es/desk-guide.sgml +share/gnome/help/desk-guide_applet/es/desk-guide_applet.sgml +share/gnome/help/desk-guide_applet/es/figures/deskguide-fig.png +share/gnome/help/desk-guide_applet/es/figures/deskguide-properties-advanced-fig.png +share/gnome/help/desk-guide_applet/es/figures/deskguide-properties-geometry-fig.png +share/gnome/help/desk-guide_applet/es/figures/deskguide-properties-tasks-fig.png +share/gnome/help/desk-guide_applet/es/figures/deskguide-properties.png +share/gnome/help/desk-guide_applet/es/figures/deskguide-tasklist-fig.png +share/gnome/help/desk-guide_applet/es/index.html +share/gnome/help/desk-guide_applet/es/licencia-es.sgml +share/gnome/help/desk-guide_applet/es/licencia-nota-es.sgml +share/gnome/help/desk-guide_applet/es/license.sgml +share/gnome/help/desk-guide_applet/es/ln11.html share/gnome/help/desk-guide_applet/it/desk-guide.sgml share/gnome/help/desk-guide_applet/it/desk-guide_applet.sgml -share/gnome/help/desk-guide_applet/it/docbook.css share/gnome/help/desk-guide_applet/it/figures/deskguide-fig.png share/gnome/help/desk-guide_applet/it/figures/deskguide-properties-advanced-fig.png share/gnome/help/desk-guide_applet/it/figures/deskguide-properties-geometry-fig.png @@ -228,20 +187,7 @@ share/gnome/help/desk-guide_applet/it/figures/deskguide-properties.png share/gnome/help/desk-guide_applet/it/figures/deskguide-tasklist-fig.png share/gnome/help/desk-guide_applet/it/index.html share/gnome/help/desk-guide_applet/it/ln7.html -share/gnome/help/desk-guide_applet/it/stylesheet-images/caution.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/home.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/important.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/next.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/note.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/prev.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/tip.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/toc-blank.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/toc-minus.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/toc-plus.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/up.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/warning.gif share/gnome/help/desk-guide_applet/it/topic.dat -share/gnome/help/fdl/C/docbook.css share/gnome/help/fdl/C/fdl-section1.html share/gnome/help/fdl/C/fdl-section10.html share/gnome/help/fdl/C/fdl-section2.html @@ -256,165 +202,49 @@ share/gnome/help/fdl/C/fdl-using.html share/gnome/help/fdl/C/fdl.sgml share/gnome/help/fdl/C/index.html share/gnome/help/fdl/C/ln8.html -share/gnome/help/fdl/C/stylesheet-images/caution.gif -share/gnome/help/fdl/C/stylesheet-images/home.gif -share/gnome/help/fdl/C/stylesheet-images/important.gif -share/gnome/help/fdl/C/stylesheet-images/next.gif -share/gnome/help/fdl/C/stylesheet-images/note.gif -share/gnome/help/fdl/C/stylesheet-images/prev.gif -share/gnome/help/fdl/C/stylesheet-images/tip.gif -share/gnome/help/fdl/C/stylesheet-images/toc-blank.gif -share/gnome/help/fdl/C/stylesheet-images/toc-minus.gif -share/gnome/help/fdl/C/stylesheet-images/toc-plus.gif -share/gnome/help/fdl/C/stylesheet-images/up.gif -share/gnome/help/fdl/C/stylesheet-images/warning.gif -share/gnome/help/fish_applet/C/docbook.css share/gnome/help/fish_applet/C/figures/fish_applet.png share/gnome/help/fish_applet/C/figures/fish_settings.png share/gnome/help/fish_applet/C/fish.sgml share/gnome/help/fish_applet/C/fish_applet.sgml share/gnome/help/fish_applet/C/index.html share/gnome/help/fish_applet/C/ln7.html -share/gnome/help/fish_applet/C/stylesheet-images/caution.gif -share/gnome/help/fish_applet/C/stylesheet-images/home.gif -share/gnome/help/fish_applet/C/stylesheet-images/important.gif -share/gnome/help/fish_applet/C/stylesheet-images/next.gif -share/gnome/help/fish_applet/C/stylesheet-images/note.gif -share/gnome/help/fish_applet/C/stylesheet-images/prev.gif -share/gnome/help/fish_applet/C/stylesheet-images/tip.gif -share/gnome/help/fish_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/fish_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/fish_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/fish_applet/C/stylesheet-images/up.gif -share/gnome/help/fish_applet/C/stylesheet-images/warning.gif share/gnome/help/fish_applet/C/topic.dat -share/gnome/help/fish_applet/da/docbook.css share/gnome/help/fish_applet/da/figures/fish_applet.png share/gnome/help/fish_applet/da/figures/fish_settings.png share/gnome/help/fish_applet/da/fish.sgml share/gnome/help/fish_applet/da/fish_applet.sgml share/gnome/help/fish_applet/da/index.html share/gnome/help/fish_applet/da/ln10.html -share/gnome/help/fish_applet/da/stylesheet-images/caution.gif -share/gnome/help/fish_applet/da/stylesheet-images/home.gif -share/gnome/help/fish_applet/da/stylesheet-images/important.gif -share/gnome/help/fish_applet/da/stylesheet-images/next.gif -share/gnome/help/fish_applet/da/stylesheet-images/note.gif -share/gnome/help/fish_applet/da/stylesheet-images/prev.gif -share/gnome/help/fish_applet/da/stylesheet-images/tip.gif -share/gnome/help/fish_applet/da/stylesheet-images/toc-blank.gif -share/gnome/help/fish_applet/da/stylesheet-images/toc-minus.gif -share/gnome/help/fish_applet/da/stylesheet-images/toc-plus.gif -share/gnome/help/fish_applet/da/stylesheet-images/up.gif -share/gnome/help/fish_applet/da/stylesheet-images/warning.gif share/gnome/help/fish_applet/da/topic.dat -share/gnome/help/fish_applet/it/docbook.css share/gnome/help/fish_applet/it/figures/fish_applet.png share/gnome/help/fish_applet/it/figures/fish_settings.png share/gnome/help/fish_applet/it/fish.sgml share/gnome/help/fish_applet/it/fish_applet.sgml share/gnome/help/fish_applet/it/index.html share/gnome/help/fish_applet/it/ln10.html -share/gnome/help/fish_applet/it/stylesheet-images/caution.gif -share/gnome/help/fish_applet/it/stylesheet-images/home.gif -share/gnome/help/fish_applet/it/stylesheet-images/important.gif -share/gnome/help/fish_applet/it/stylesheet-images/next.gif -share/gnome/help/fish_applet/it/stylesheet-images/note.gif -share/gnome/help/fish_applet/it/stylesheet-images/prev.gif -share/gnome/help/fish_applet/it/stylesheet-images/tip.gif -share/gnome/help/fish_applet/it/stylesheet-images/toc-blank.gif -share/gnome/help/fish_applet/it/stylesheet-images/toc-minus.gif -share/gnome/help/fish_applet/it/stylesheet-images/toc-plus.gif -share/gnome/help/fish_applet/it/stylesheet-images/up.gif -share/gnome/help/fish_applet/it/stylesheet-images/warning.gif share/gnome/help/fish_applet/it/topic.dat -share/gnome/help/fish_applet/no/docbook.css share/gnome/help/fish_applet/no/figures/fish_applet.png share/gnome/help/fish_applet/no/figures/fish_settings.png share/gnome/help/fish_applet/no/fish.sgml share/gnome/help/fish_applet/no/fish_applet.sgml share/gnome/help/fish_applet/no/index.html share/gnome/help/fish_applet/no/ln10.html -share/gnome/help/fish_applet/no/stylesheet-images/caution.gif -share/gnome/help/fish_applet/no/stylesheet-images/home.gif -share/gnome/help/fish_applet/no/stylesheet-images/important.gif -share/gnome/help/fish_applet/no/stylesheet-images/next.gif -share/gnome/help/fish_applet/no/stylesheet-images/note.gif -share/gnome/help/fish_applet/no/stylesheet-images/prev.gif -share/gnome/help/fish_applet/no/stylesheet-images/tip.gif -share/gnome/help/fish_applet/no/stylesheet-images/toc-blank.gif -share/gnome/help/fish_applet/no/stylesheet-images/toc-minus.gif -share/gnome/help/fish_applet/no/stylesheet-images/toc-plus.gif -share/gnome/help/fish_applet/no/stylesheet-images/up.gif -share/gnome/help/fish_applet/no/stylesheet-images/warning.gif share/gnome/help/fish_applet/no/topic.dat share/gnome/help/gen_util_applet/de/clock.sgml -share/gnome/help/gen_util_applet/de/docbook.css share/gnome/help/gen_util_applet/de/gen_util_applet.sgml share/gnome/help/gen_util_applet/de/index.html share/gnome/help/gen_util_applet/de/ln7.html share/gnome/help/gen_util_applet/de/mailcheck.sgml -share/gnome/help/gen_util_applet/de/stylesheet-images/caution.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/caution.png -share/gnome/help/gen_util_applet/de/stylesheet-images/home.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/important.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/important.png -share/gnome/help/gen_util_applet/de/stylesheet-images/next.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/note.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/note.png -share/gnome/help/gen_util_applet/de/stylesheet-images/prev.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/tip.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/tip.png -share/gnome/help/gen_util_applet/de/stylesheet-images/toc-blank.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/toc-minus.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/toc-plus.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/up.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/warning.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/warning.png share/gnome/help/gen_util_applet/de/topic.dat -share/gnome/help/gen_util_applet/no/docbook.css -share/gnome/help/gen_util_applet/no/gen_util_applet.sgml -share/gnome/help/gen_util_applet/no/index.html -share/gnome/help/gen_util_applet/no/ln7.html -share/gnome/help/gen_util_applet/no/mailcheck.sgml -share/gnome/help/gen_util_applet/no/stylesheet-images/caution.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/caution.png -share/gnome/help/gen_util_applet/no/stylesheet-images/home.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/important.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/important.png -share/gnome/help/gen_util_applet/no/stylesheet-images/next.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/note.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/note.png -share/gnome/help/gen_util_applet/no/stylesheet-images/prev.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/tip.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/tip.png -share/gnome/help/gen_util_applet/no/stylesheet-images/toc-blank.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/toc-minus.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/toc-plus.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/up.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/warning.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/warning.png -share/gnome/help/gen_util_applet/no/topic.dat -share/gnome/help/gnome-feedback/C/docbook.css share/gnome/help/gnome-feedback/C/gnome-feedback.sgml share/gnome/help/gnome-feedback/C/index.html share/gnome/help/gnome-feedback/C/ln7.html -share/gnome/help/gnome-feedback/C/stylesheet-images/caution.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/home.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/important.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/next.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/note.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/prev.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/tip.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/up.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/warning.gif +share/gnome/help/gnome-feedback/no/gnome-feedback.sgml +share/gnome/help/gnome-feedback/no/index.html +share/gnome/help/gnome-feedback/no/ln7.html share/gnome/help/gnome-terminal/C/authors.html share/gnome/help/gnome-terminal/C/classes.html share/gnome/help/gnome-terminal/C/config.html -share/gnome/help/gnome-terminal/C/docbook.css share/gnome/help/gnome-terminal/C/environment.html share/gnome/help/gnome-terminal/C/gnome-terminal.sgml share/gnome/help/gnome-terminal/C/index.html @@ -423,24 +253,11 @@ share/gnome/help/gnome-terminal/C/ln9.html share/gnome/help/gnome-terminal/C/menus.html share/gnome/help/gnome-terminal/C/options.html share/gnome/help/gnome-terminal/C/pointerusage.html -share/gnome/help/gnome-terminal/C/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/C/topic.dat share/gnome/help/gnome-terminal/C/usage.html share/gnome/help/gnome-terminal/da/authors.html share/gnome/help/gnome-terminal/da/classes.html share/gnome/help/gnome-terminal/da/config.html -share/gnome/help/gnome-terminal/da/docbook.css share/gnome/help/gnome-terminal/da/emulation.html share/gnome/help/gnome-terminal/da/environment.html share/gnome/help/gnome-terminal/da/gnome-terminal.sgml @@ -449,30 +266,12 @@ share/gnome/help/gnome-terminal/da/ln9.html share/gnome/help/gnome-terminal/da/menus.html share/gnome/help/gnome-terminal/da/options.html share/gnome/help/gnome-terminal/da/pointerusage.html -share/gnome/help/gnome-terminal/da/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/caution.png -share/gnome/help/gnome-terminal/da/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/important.png -share/gnome/help/gnome-terminal/da/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/note.png -share/gnome/help/gnome-terminal/da/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/tip.png -share/gnome/help/gnome-terminal/da/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/warning.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/warning.png share/gnome/help/gnome-terminal/da/terminal.html share/gnome/help/gnome-terminal/da/termtech.html share/gnome/help/gnome-terminal/da/topic.dat share/gnome/help/gnome-terminal/de/authors.html share/gnome/help/gnome-terminal/de/classes.html share/gnome/help/gnome-terminal/de/config.html -share/gnome/help/gnome-terminal/de/docbook.css share/gnome/help/gnome-terminal/de/environment.html share/gnome/help/gnome-terminal/de/gnome-terminal.sgml share/gnome/help/gnome-terminal/de/index.html @@ -480,24 +279,11 @@ share/gnome/help/gnome-terminal/de/ln11.html share/gnome/help/gnome-terminal/de/menus.html share/gnome/help/gnome-terminal/de/options.html share/gnome/help/gnome-terminal/de/pointerusage.html -share/gnome/help/gnome-terminal/de/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/de/topic.dat share/gnome/help/gnome-terminal/de/usage.html share/gnome/help/gnome-terminal/es/authors.html share/gnome/help/gnome-terminal/es/classes.html share/gnome/help/gnome-terminal/es/config.html -share/gnome/help/gnome-terminal/es/docbook.css share/gnome/help/gnome-terminal/es/environment.html share/gnome/help/gnome-terminal/es/gnome-terminal.sgml share/gnome/help/gnome-terminal/es/index.html @@ -505,24 +291,11 @@ share/gnome/help/gnome-terminal/es/ln17.html share/gnome/help/gnome-terminal/es/menus.html share/gnome/help/gnome-terminal/es/options.html share/gnome/help/gnome-terminal/es/pointerusage.html -share/gnome/help/gnome-terminal/es/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/es/topic.dat share/gnome/help/gnome-terminal/es/usage.html share/gnome/help/gnome-terminal/it/authors.html share/gnome/help/gnome-terminal/it/classes.html share/gnome/help/gnome-terminal/it/config.html -share/gnome/help/gnome-terminal/it/docbook.css share/gnome/help/gnome-terminal/it/emulation.html share/gnome/help/gnome-terminal/it/environment.html share/gnome/help/gnome-terminal/it/gnome-terminal.sgml @@ -531,30 +304,11 @@ share/gnome/help/gnome-terminal/it/ln12.html share/gnome/help/gnome-terminal/it/menus.html share/gnome/help/gnome-terminal/it/options.html share/gnome/help/gnome-terminal/it/pointerusage.html -share/gnome/help/gnome-terminal/it/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/caution.png -share/gnome/help/gnome-terminal/it/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/important.png -share/gnome/help/gnome-terminal/it/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/note.png -share/gnome/help/gnome-terminal/it/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/tip.png -share/gnome/help/gnome-terminal/it/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/warning.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/warning.png share/gnome/help/gnome-terminal/it/terminal.html share/gnome/help/gnome-terminal/it/topic.dat share/gnome/help/gnome-terminal/no/authors.html share/gnome/help/gnome-terminal/no/classes.html share/gnome/help/gnome-terminal/no/config.html -share/gnome/help/gnome-terminal/no/docbook.css -share/gnome/help/gnome-terminal/no/emulation.html share/gnome/help/gnome-terminal/no/environment.html share/gnome/help/gnome-terminal/no/gnome-terminal.sgml share/gnome/help/gnome-terminal/no/index.html @@ -562,42 +316,11 @@ share/gnome/help/gnome-terminal/no/ln9.html share/gnome/help/gnome-terminal/no/menus.html share/gnome/help/gnome-terminal/no/options.html share/gnome/help/gnome-terminal/no/pointerusage.html -share/gnome/help/gnome-terminal/no/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/caution.png -share/gnome/help/gnome-terminal/no/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/important.png -share/gnome/help/gnome-terminal/no/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/note.png -share/gnome/help/gnome-terminal/no/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/tip.png -share/gnome/help/gnome-terminal/no/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/warning.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/warning.png -share/gnome/help/gnome-terminal/no/terminal.html -share/gnome/help/gnome-terminal/no/termtech.html share/gnome/help/gnome-terminal/no/topic.dat -share/gnome/help/gpl/C/docbook.css +share/gnome/help/gnome-terminal/no/usage.html share/gnome/help/gpl/C/gpl.sgml share/gnome/help/gpl/C/index.html share/gnome/help/gpl/C/ln7.html -share/gnome/help/gpl/C/stylesheet-images/caution.gif -share/gnome/help/gpl/C/stylesheet-images/home.gif -share/gnome/help/gpl/C/stylesheet-images/important.gif -share/gnome/help/gpl/C/stylesheet-images/next.gif -share/gnome/help/gpl/C/stylesheet-images/note.gif -share/gnome/help/gpl/C/stylesheet-images/prev.gif -share/gnome/help/gpl/C/stylesheet-images/tip.gif -share/gnome/help/gpl/C/stylesheet-images/toc-blank.gif -share/gnome/help/gpl/C/stylesheet-images/toc-minus.gif -share/gnome/help/gpl/C/stylesheet-images/toc-plus.gif -share/gnome/help/gpl/C/stylesheet-images/up.gif -share/gnome/help/gpl/C/stylesheet-images/warning.gif share/gnome/help/gpl/C/terms.html share/gnome/help/help-browser/C/default-page.html share/gnome/help/help-browser/C/gnome-logo-large.png @@ -656,24 +379,11 @@ share/gnome/help/help-browser/wa/default-page.html share/gnome/help/help-browser/wa/help-browser.html share/gnome/help/help-browser/wa/index.html share/gnome/help/help-browser/wa/topic.dat -share/gnome/help/lgpl/C/docbook.css +share/gnome/help/lgpl/C/GPL-LEGALNOTICE.html share/gnome/help/lgpl/C/lgpl.html share/gnome/help/lgpl/C/lgpl.sgml share/gnome/help/lgpl/C/ln7.html -share/gnome/help/lgpl/C/stylesheet-images/caution.gif -share/gnome/help/lgpl/C/stylesheet-images/home.gif -share/gnome/help/lgpl/C/stylesheet-images/important.gif -share/gnome/help/lgpl/C/stylesheet-images/next.gif -share/gnome/help/lgpl/C/stylesheet-images/note.gif -share/gnome/help/lgpl/C/stylesheet-images/prev.gif -share/gnome/help/lgpl/C/stylesheet-images/tip.gif -share/gnome/help/lgpl/C/stylesheet-images/toc-blank.gif -share/gnome/help/lgpl/C/stylesheet-images/toc-minus.gif -share/gnome/help/lgpl/C/stylesheet-images/toc-plus.gif -share/gnome/help/lgpl/C/stylesheet-images/up.gif -share/gnome/help/lgpl/C/stylesheet-images/warning.gif share/gnome/help/lgpl/C/terms.html -share/gnome/help/mailcheck_applet/C/docbook.css share/gnome/help/mailcheck_applet/C/figures/mailcheck-applet.png share/gnome/help/mailcheck_applet/C/figures/mailcheck-properties-mailbox.png share/gnome/help/mailcheck_applet/C/figures/mailcheck-properties-mailcheck.png @@ -681,20 +391,7 @@ share/gnome/help/mailcheck_applet/C/index.html share/gnome/help/mailcheck_applet/C/ln7.html share/gnome/help/mailcheck_applet/C/mailcheck.sgml share/gnome/help/mailcheck_applet/C/mailcheck_applet.sgml -share/gnome/help/mailcheck_applet/C/stylesheet-images/caution.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/home.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/important.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/next.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/note.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/prev.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/tip.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/up.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/warning.gif share/gnome/help/mailcheck_applet/C/topic.dat -share/gnome/help/mailcheck_applet/da/docbook.css share/gnome/help/mailcheck_applet/da/figures/mailcheck-applet.png share/gnome/help/mailcheck_applet/da/figures/mailcheck-properties-mailbox.png share/gnome/help/mailcheck_applet/da/figures/mailcheck-properties-mailcheck.png @@ -702,20 +399,20 @@ share/gnome/help/mailcheck_applet/da/index.html share/gnome/help/mailcheck_applet/da/ln8.html share/gnome/help/mailcheck_applet/da/mailcheck.sgml share/gnome/help/mailcheck_applet/da/mailcheck_applet.sgml -share/gnome/help/mailcheck_applet/da/stylesheet-images/caution.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/home.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/important.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/next.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/note.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/prev.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/tip.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/toc-blank.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/toc-minus.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/toc-plus.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/up.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/warning.gif share/gnome/help/mailcheck_applet/da/topic.dat -share/gnome/help/mailcheck_applet/it/docbook.css +share/gnome/help/mailcheck_applet/es/authors.sgml +share/gnome/help/mailcheck_applet/es/figures/mailcheck-applet.png +share/gnome/help/mailcheck_applet/es/figures/mailcheck-properties-mailbox.png +share/gnome/help/mailcheck_applet/es/figures/mailcheck-properties-mailcheck.png +share/gnome/help/mailcheck_applet/es/index.html +share/gnome/help/mailcheck_applet/es/licencia-es.sgml +share/gnome/help/mailcheck_applet/es/licencia-nota-es.sgml +share/gnome/help/mailcheck_applet/es/license.sgml +share/gnome/help/mailcheck_applet/es/ln10.html +share/gnome/help/mailcheck_applet/es/mailcheck.sgml +share/gnome/help/mailcheck_applet/es/mailcheck_applet.sgml +share/gnome/help/mailcheck_applet/es/topic.dat +share/gnome/help/mailcheck_applet/es/x127.html share/gnome/help/mailcheck_applet/it/figures/mailcheck-applet.png share/gnome/help/mailcheck_applet/it/figures/mailcheck-properties-mailbox.png share/gnome/help/mailcheck_applet/it/figures/mailcheck-properties-mailcheck.png @@ -723,23 +420,18 @@ share/gnome/help/mailcheck_applet/it/index.html share/gnome/help/mailcheck_applet/it/ln10.html share/gnome/help/mailcheck_applet/it/mailcheck.sgml share/gnome/help/mailcheck_applet/it/mailcheck_applet.sgml -share/gnome/help/mailcheck_applet/it/stylesheet-images/caution.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/home.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/important.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/next.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/note.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/prev.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/tip.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/toc-blank.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/toc-minus.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/toc-plus.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/up.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/warning.gif share/gnome/help/mailcheck_applet/it/topic.dat +share/gnome/help/mailcheck_applet/no/figures/mailcheck-applet.png +share/gnome/help/mailcheck_applet/no/figures/mailcheck-properties-mailbox.png +share/gnome/help/mailcheck_applet/no/figures/mailcheck-properties-mailcheck.png +share/gnome/help/mailcheck_applet/no/index.html +share/gnome/help/mailcheck_applet/no/ln10.html +share/gnome/help/mailcheck_applet/no/mailcheck.sgml +share/gnome/help/mailcheck_applet/no/mailcheck_applet.sgml +share/gnome/help/mailcheck_applet/no/topic.dat share/gnome/help/panel/C/appletadd.html share/gnome/help/panel/C/applets.html share/gnome/help/panel/C/authors.html -share/gnome/help/panel/C/docbook.css share/gnome/help/panel/C/drawers.html share/gnome/help/panel/C/figures/create_launcher.png share/gnome/help/panel/C/figures/drawer_open.png @@ -749,11 +441,8 @@ share/gnome/help/panel/C/figures/example_panel.png share/gnome/help/panel/C/figures/glob_pref_anim.png share/gnome/help/panel/C/figures/hide-button.png share/gnome/help/panel/C/figures/launcher_advprops.png -share/gnome/help/panel/C/figures/launcher_properties_advanced.png -share/gnome/help/panel/C/figures/launcher_properties_basic.png share/gnome/help/panel/C/figures/launcher_props.png share/gnome/help/panel/C/figures/logout-screen.png -share/gnome/help/panel/C/figures/mainmenu_properties.png share/gnome/help/panel/C/figures/menu_properties.png share/gnome/help/panel/C/figures/mm-button.png share/gnome/help/panel/C/figures/panel_applets.png @@ -761,8 +450,6 @@ share/gnome/help/panel/C/figures/panel_lockbut.png share/gnome/help/panel/C/figures/panel_logoutbut.png share/gnome/help/panel/C/figures/panel_props_back.png share/gnome/help/panel/C/figures/panel_props_edge.png -share/gnome/help/panel/C/figures/panel_runbutton.png -share/gnome/help/panel/C/figures/panel_runprogram.png share/gnome/help/panel/C/figures/panel_swallow.png share/gnome/help/panel/C/figures/status_dock.png share/gnome/help/panel/C/globalpanelprefs.html @@ -778,23 +465,11 @@ share/gnome/help/panel/C/panelbugs.html share/gnome/help/panel/C/panelmove.html share/gnome/help/panel/C/panelproperties.html share/gnome/help/panel/C/specialobjects.html -share/gnome/help/panel/C/stylesheet-images/caution.gif -share/gnome/help/panel/C/stylesheet-images/home.gif -share/gnome/help/panel/C/stylesheet-images/important.gif -share/gnome/help/panel/C/stylesheet-images/next.gif -share/gnome/help/panel/C/stylesheet-images/note.gif -share/gnome/help/panel/C/stylesheet-images/prev.gif -share/gnome/help/panel/C/stylesheet-images/tip.gif -share/gnome/help/panel/C/stylesheet-images/toc-blank.gif -share/gnome/help/panel/C/stylesheet-images/toc-minus.gif -share/gnome/help/panel/C/stylesheet-images/toc-plus.gif -share/gnome/help/panel/C/stylesheet-images/up.gif -share/gnome/help/panel/C/stylesheet-images/warning.gif share/gnome/help/panel/C/topic.dat +share/gnome/help/panel/de/LEGALNOTICE.html share/gnome/help/panel/de/appletadd.html share/gnome/help/panel/de/applets.html share/gnome/help/panel/de/authors.html -share/gnome/help/panel/de/docbook.css share/gnome/help/panel/de/drawers.html share/gnome/help/panel/de/figures/create_launcher.png share/gnome/help/panel/de/figures/drawer_open.png @@ -804,11 +479,8 @@ share/gnome/help/panel/de/figures/example_panel.png share/gnome/help/panel/de/figures/glob_pref_anim.png share/gnome/help/panel/de/figures/hide-button.png share/gnome/help/panel/de/figures/launcher_advprops.png -share/gnome/help/panel/de/figures/launcher_properties_advanced.png -share/gnome/help/panel/de/figures/launcher_properties_basic.png share/gnome/help/panel/de/figures/launcher_props.png share/gnome/help/panel/de/figures/logout-screen.png -share/gnome/help/panel/de/figures/mainmenu_properties.png share/gnome/help/panel/de/figures/menu_properties.png share/gnome/help/panel/de/figures/mm-button.png share/gnome/help/panel/de/figures/panel_applets.png @@ -830,24 +502,47 @@ share/gnome/help/panel/de/panelbugs.html share/gnome/help/panel/de/panelmove.html share/gnome/help/panel/de/panelproperties.html share/gnome/help/panel/de/specialobjects.html -share/gnome/help/panel/de/stylesheet-images/caution.gif -share/gnome/help/panel/de/stylesheet-images/home.gif -share/gnome/help/panel/de/stylesheet-images/important.gif -share/gnome/help/panel/de/stylesheet-images/next.gif -share/gnome/help/panel/de/stylesheet-images/note.gif -share/gnome/help/panel/de/stylesheet-images/prev.gif -share/gnome/help/panel/de/stylesheet-images/tip.gif -share/gnome/help/panel/de/stylesheet-images/toc-blank.gif -share/gnome/help/panel/de/stylesheet-images/toc-minus.gif -share/gnome/help/panel/de/stylesheet-images/toc-plus.gif -share/gnome/help/panel/de/stylesheet-images/up.gif -share/gnome/help/panel/de/stylesheet-images/warning.gif share/gnome/help/panel/de/topic.dat -share/gnome/help/panel/it/appletadd.html -share/gnome/help/panel/it/applets.html -share/gnome/help/panel/it/authors.html -share/gnome/help/panel/it/docbook.css -share/gnome/help/panel/it/drawers.html +share/gnome/help/panel/es/appletadd.html +share/gnome/help/panel/es/applets.html +share/gnome/help/panel/es/authors.sgml +share/gnome/help/panel/es/drawers.html +share/gnome/help/panel/es/figures/create_launcher.png +share/gnome/help/panel/es/figures/drawer_open.png +share/gnome/help/panel/es/figures/drawer_properties.png +share/gnome/help/panel/es/figures/example_menu.png +share/gnome/help/panel/es/figures/example_panel.png +share/gnome/help/panel/es/figures/glob_pref_anim.png +share/gnome/help/panel/es/figures/hide-button.png +share/gnome/help/panel/es/figures/launcher_advprops.png +share/gnome/help/panel/es/figures/launcher_props.png +share/gnome/help/panel/es/figures/logout-screen.png +share/gnome/help/panel/es/figures/menu_properties.png +share/gnome/help/panel/es/figures/mm-button.png +share/gnome/help/panel/es/figures/panel_applets.png +share/gnome/help/panel/es/figures/panel_lockbut.png +share/gnome/help/panel/es/figures/panel_logoutbut.png +share/gnome/help/panel/es/figures/panel_props_back.png +share/gnome/help/panel/es/figures/panel_props_edge.png +share/gnome/help/panel/es/figures/panel_swallow.png +share/gnome/help/panel/es/figures/status_dock.png +share/gnome/help/panel/es/globalpanelprefs.html +share/gnome/help/panel/es/index.html +share/gnome/help/panel/es/launchers.html +share/gnome/help/panel/es/licencia-es.sgml +share/gnome/help/panel/es/licencia-nota-es.sgml +share/gnome/help/panel/es/license.sgml +share/gnome/help/panel/es/ln12.html +share/gnome/help/panel/es/mainmenu.html +share/gnome/help/panel/es/menus.html +share/gnome/help/panel/es/panel.sgml +share/gnome/help/panel/es/panelbasics.html +share/gnome/help/panel/es/panelbugs.html +share/gnome/help/panel/es/panelmove.html +share/gnome/help/panel/es/panelproperties.html +share/gnome/help/panel/es/specialobjects.html +share/gnome/help/panel/es/topic.dat +share/gnome/help/panel/es/x1234.html share/gnome/help/panel/it/figures/create_launcher.png share/gnome/help/panel/it/figures/drawer_open.png share/gnome/help/panel/it/figures/drawer_properties.png @@ -871,35 +566,14 @@ share/gnome/help/panel/it/figures/panel_runbutton.png share/gnome/help/panel/it/figures/panel_runprogram.png share/gnome/help/panel/it/figures/panel_swallow.png share/gnome/help/panel/it/figures/status_dock.png -share/gnome/help/panel/it/globalpanelprefs.html share/gnome/help/panel/it/index.html -share/gnome/help/panel/it/launchers.html share/gnome/help/panel/it/ln9.html -share/gnome/help/panel/it/mainmenu.html -share/gnome/help/panel/it/menus.html share/gnome/help/panel/it/panel.sgml share/gnome/help/panel/it/panelbasics.html -share/gnome/help/panel/it/panelbugs.html -share/gnome/help/panel/it/panelmove.html -share/gnome/help/panel/it/panelproperties.html -share/gnome/help/panel/it/specialobjects.html -share/gnome/help/panel/it/stylesheet-images/caution.gif -share/gnome/help/panel/it/stylesheet-images/home.gif -share/gnome/help/panel/it/stylesheet-images/important.gif -share/gnome/help/panel/it/stylesheet-images/next.gif -share/gnome/help/panel/it/stylesheet-images/note.gif -share/gnome/help/panel/it/stylesheet-images/prev.gif -share/gnome/help/panel/it/stylesheet-images/tip.gif -share/gnome/help/panel/it/stylesheet-images/toc-blank.gif -share/gnome/help/panel/it/stylesheet-images/toc-minus.gif -share/gnome/help/panel/it/stylesheet-images/toc-plus.gif -share/gnome/help/panel/it/stylesheet-images/up.gif -share/gnome/help/panel/it/stylesheet-images/warning.gif share/gnome/help/panel/it/topic.dat share/gnome/help/panel/ja/appletadd.html share/gnome/help/panel/ja/applets.html share/gnome/help/panel/ja/authors.html -share/gnome/help/panel/ja/docbook.css share/gnome/help/panel/ja/drawers.html share/gnome/help/panel/ja/figures/create_launcher.png share/gnome/help/panel/ja/figures/drawer_open.png @@ -909,11 +583,8 @@ share/gnome/help/panel/ja/figures/example_panel.png share/gnome/help/panel/ja/figures/glob_pref_anim.png share/gnome/help/panel/ja/figures/hide-button.png share/gnome/help/panel/ja/figures/launcher_advprops.png -share/gnome/help/panel/ja/figures/launcher_properties_advanced.png -share/gnome/help/panel/ja/figures/launcher_properties_basic.png share/gnome/help/panel/ja/figures/launcher_props.png share/gnome/help/panel/ja/figures/logout-screen.png -share/gnome/help/panel/ja/figures/mainmenu_properties.png share/gnome/help/panel/ja/figures/menu_properties.png share/gnome/help/panel/ja/figures/mm-button.png share/gnome/help/panel/ja/figures/panel_applets.png @@ -921,8 +592,6 @@ share/gnome/help/panel/ja/figures/panel_lockbut.png share/gnome/help/panel/ja/figures/panel_logoutbut.png share/gnome/help/panel/ja/figures/panel_props_back.png share/gnome/help/panel/ja/figures/panel_props_edge.png -share/gnome/help/panel/ja/figures/panel_runbutton.png -share/gnome/help/panel/ja/figures/panel_runprogram.png share/gnome/help/panel/ja/figures/panel_swallow.png share/gnome/help/panel/ja/figures/status_dock.png share/gnome/help/panel/ja/globalpanelprefs.html @@ -938,107 +607,85 @@ share/gnome/help/panel/ja/panelbugs.html share/gnome/help/panel/ja/panelmove.html share/gnome/help/panel/ja/panelproperties.html share/gnome/help/panel/ja/specialobjects.html -share/gnome/help/panel/ja/stylesheet-images/caution.gif -share/gnome/help/panel/ja/stylesheet-images/home.gif -share/gnome/help/panel/ja/stylesheet-images/important.gif -share/gnome/help/panel/ja/stylesheet-images/next.gif -share/gnome/help/panel/ja/stylesheet-images/note.gif -share/gnome/help/panel/ja/stylesheet-images/prev.gif -share/gnome/help/panel/ja/stylesheet-images/tip.gif -share/gnome/help/panel/ja/stylesheet-images/toc-blank.gif -share/gnome/help/panel/ja/stylesheet-images/toc-minus.gif -share/gnome/help/panel/ja/stylesheet-images/toc-plus.gif -share/gnome/help/panel/ja/stylesheet-images/up.gif -share/gnome/help/panel/ja/stylesheet-images/warning.gif share/gnome/help/panel/ja/topic.dat -share/gnome/help/printer_applet/C/docbook.css +share/gnome/help/panel/no/appletadd.html +share/gnome/help/panel/no/applets.html +share/gnome/help/panel/no/authors.html +share/gnome/help/panel/no/drawers.html +share/gnome/help/panel/no/figures/create_launcher.png +share/gnome/help/panel/no/figures/drawer_open.png +share/gnome/help/panel/no/figures/drawer_properties.png +share/gnome/help/panel/no/figures/example_menu.png +share/gnome/help/panel/no/figures/example_panel.png +share/gnome/help/panel/no/figures/glob_pref_anim.png +share/gnome/help/panel/no/figures/hide-button.png +share/gnome/help/panel/no/figures/launcher_advprops.png +share/gnome/help/panel/no/figures/launcher_props.png +share/gnome/help/panel/no/figures/logout-screen.png +share/gnome/help/panel/no/figures/menu_properties.png +share/gnome/help/panel/no/figures/mm-button.png +share/gnome/help/panel/no/figures/panel_applets.png +share/gnome/help/panel/no/figures/panel_lockbut.png +share/gnome/help/panel/no/figures/panel_logoutbut.png +share/gnome/help/panel/no/figures/panel_props_back.png +share/gnome/help/panel/no/figures/panel_props_edge.png +share/gnome/help/panel/no/figures/panel_swallow.png +share/gnome/help/panel/no/figures/status_dock.png +share/gnome/help/panel/no/globalpanelprefs.html +share/gnome/help/panel/no/index.html +share/gnome/help/panel/no/launchers.html +share/gnome/help/panel/no/ln9.html +share/gnome/help/panel/no/mainmenu.html +share/gnome/help/panel/no/menus.html +share/gnome/help/panel/no/panel.sgml +share/gnome/help/panel/no/panelbasics.html +share/gnome/help/panel/no/panelbugs.html +share/gnome/help/panel/no/panelmove.html +share/gnome/help/panel/no/panelproperties.html +share/gnome/help/panel/no/specialobjects.html +share/gnome/help/panel/no/topic.dat share/gnome/help/printer_applet/C/figures/printer-fig.png share/gnome/help/printer_applet/C/figures/printer-properties.png share/gnome/help/printer_applet/C/index.html share/gnome/help/printer_applet/C/ln7.html share/gnome/help/printer_applet/C/printer.sgml share/gnome/help/printer_applet/C/printer_applet.sgml -share/gnome/help/printer_applet/C/stylesheet-images/caution.gif -share/gnome/help/printer_applet/C/stylesheet-images/home.gif -share/gnome/help/printer_applet/C/stylesheet-images/important.gif -share/gnome/help/printer_applet/C/stylesheet-images/next.gif -share/gnome/help/printer_applet/C/stylesheet-images/note.gif -share/gnome/help/printer_applet/C/stylesheet-images/prev.gif -share/gnome/help/printer_applet/C/stylesheet-images/tip.gif -share/gnome/help/printer_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/printer_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/printer_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/printer_applet/C/stylesheet-images/up.gif -share/gnome/help/printer_applet/C/stylesheet-images/warning.gif share/gnome/help/printer_applet/C/topic.dat -share/gnome/help/printer_applet/da/docbook.css share/gnome/help/printer_applet/da/figures/printer-fig.png share/gnome/help/printer_applet/da/figures/printer-properties.png share/gnome/help/printer_applet/da/index.html share/gnome/help/printer_applet/da/ln10.html share/gnome/help/printer_applet/da/printer.sgml share/gnome/help/printer_applet/da/printer_applet.sgml -share/gnome/help/printer_applet/da/stylesheet-images/caution.gif -share/gnome/help/printer_applet/da/stylesheet-images/home.gif -share/gnome/help/printer_applet/da/stylesheet-images/important.gif -share/gnome/help/printer_applet/da/stylesheet-images/next.gif -share/gnome/help/printer_applet/da/stylesheet-images/note.gif -share/gnome/help/printer_applet/da/stylesheet-images/prev.gif -share/gnome/help/printer_applet/da/stylesheet-images/tip.gif -share/gnome/help/printer_applet/da/stylesheet-images/toc-blank.gif -share/gnome/help/printer_applet/da/stylesheet-images/toc-minus.gif -share/gnome/help/printer_applet/da/stylesheet-images/toc-plus.gif -share/gnome/help/printer_applet/da/stylesheet-images/up.gif -share/gnome/help/printer_applet/da/stylesheet-images/warning.gif share/gnome/help/printer_applet/da/topic.dat -share/gnome/help/printer_applet/es/docbook.css +share/gnome/help/printer_applet/es/authors.sgml +share/gnome/help/printer_applet/es/figures/printer-fig.png +share/gnome/help/printer_applet/es/figures/printer-properties.png share/gnome/help/printer_applet/es/index.html +share/gnome/help/printer_applet/es/licencia-es.sgml +share/gnome/help/printer_applet/es/licencia-nota-es.sgml +share/gnome/help/printer_applet/es/license.sgml share/gnome/help/printer_applet/es/ln10.html -share/gnome/help/printer_applet/es/printer-fig.png -share/gnome/help/printer_applet/es/printer-properties.png share/gnome/help/printer_applet/es/printer.sgml share/gnome/help/printer_applet/es/printer_applet.sgml -share/gnome/help/printer_applet/es/stylesheet-images/caution.gif -share/gnome/help/printer_applet/es/stylesheet-images/caution.png -share/gnome/help/printer_applet/es/stylesheet-images/home.gif -share/gnome/help/printer_applet/es/stylesheet-images/important.gif -share/gnome/help/printer_applet/es/stylesheet-images/important.png -share/gnome/help/printer_applet/es/stylesheet-images/next.gif -share/gnome/help/printer_applet/es/stylesheet-images/note.gif -share/gnome/help/printer_applet/es/stylesheet-images/note.png -share/gnome/help/printer_applet/es/stylesheet-images/prev.gif -share/gnome/help/printer_applet/es/stylesheet-images/tip.gif -share/gnome/help/printer_applet/es/stylesheet-images/tip.png -share/gnome/help/printer_applet/es/stylesheet-images/toc-blank.gif -share/gnome/help/printer_applet/es/stylesheet-images/toc-minus.gif -share/gnome/help/printer_applet/es/stylesheet-images/toc-plus.gif -share/gnome/help/printer_applet/es/stylesheet-images/up.gif -share/gnome/help/printer_applet/es/stylesheet-images/warning.gif -share/gnome/help/printer_applet/es/stylesheet-images/warning.png share/gnome/help/printer_applet/es/topic.dat -share/gnome/help/printer_applet/it/docbook.css share/gnome/help/printer_applet/it/figures/printer-fig.png share/gnome/help/printer_applet/it/figures/printer-properties.png share/gnome/help/printer_applet/it/index.html share/gnome/help/printer_applet/it/ln10.html share/gnome/help/printer_applet/it/printer.sgml share/gnome/help/printer_applet/it/printer_applet.sgml -share/gnome/help/printer_applet/it/stylesheet-images/caution.gif -share/gnome/help/printer_applet/it/stylesheet-images/home.gif -share/gnome/help/printer_applet/it/stylesheet-images/important.gif -share/gnome/help/printer_applet/it/stylesheet-images/next.gif -share/gnome/help/printer_applet/it/stylesheet-images/note.gif -share/gnome/help/printer_applet/it/stylesheet-images/prev.gif -share/gnome/help/printer_applet/it/stylesheet-images/tip.gif -share/gnome/help/printer_applet/it/stylesheet-images/toc-blank.gif -share/gnome/help/printer_applet/it/stylesheet-images/toc-minus.gif -share/gnome/help/printer_applet/it/stylesheet-images/toc-plus.gif -share/gnome/help/printer_applet/it/stylesheet-images/up.gif -share/gnome/help/printer_applet/it/stylesheet-images/warning.gif share/gnome/help/printer_applet/it/topic.dat +share/gnome/help/printer_applet/no/figures/printer-fig.png +share/gnome/help/printer_applet/no/figures/printer-properties.png +share/gnome/help/printer_applet/no/index.html +share/gnome/help/printer_applet/no/ln7.html +share/gnome/help/printer_applet/no/printer.sgml +share/gnome/help/printer_applet/no/printer_applet.sgml +share/gnome/help/printer_applet/no/topic.dat +share/gnome/help/session/C/LEGALNOTICE.html share/gnome/help/session/C/authors.html share/gnome/help/session/C/bugs.html -share/gnome/help/session/C/docbook.css share/gnome/help/session/C/figures/button_remove.png share/gnome/help/session/C/figures/session-properties.png share/gnome/help/session/C/figures/stock_exec.png @@ -1050,23 +697,9 @@ share/gnome/help/session/C/figures/stock_timer.png share/gnome/help/session/C/figures/stock_trash.png share/gnome/help/session/C/index.html share/gnome/help/session/C/license.html -share/gnome/help/session/C/ln7.html share/gnome/help/session/C/session.sgml -share/gnome/help/session/C/stylesheet-images/caution.gif -share/gnome/help/session/C/stylesheet-images/home.gif -share/gnome/help/session/C/stylesheet-images/important.gif -share/gnome/help/session/C/stylesheet-images/next.gif -share/gnome/help/session/C/stylesheet-images/note.gif -share/gnome/help/session/C/stylesheet-images/prev.gif -share/gnome/help/session/C/stylesheet-images/tip.gif -share/gnome/help/session/C/stylesheet-images/toc-blank.gif -share/gnome/help/session/C/stylesheet-images/toc-minus.gif -share/gnome/help/session/C/stylesheet-images/toc-plus.gif -share/gnome/help/session/C/stylesheet-images/up.gif -share/gnome/help/session/C/stylesheet-images/warning.gif share/gnome/help/session/ja/authors.html share/gnome/help/session/ja/bugs.html -share/gnome/help/session/ja/docbook.css share/gnome/help/session/ja/figures/button_remove.png share/gnome/help/session/ja/figures/session-properties.png share/gnome/help/session/ja/figures/stock_exec.png @@ -1077,43 +710,27 @@ share/gnome/help/session/ja/figures/stock_save.png share/gnome/help/session/ja/figures/stock_timer.png share/gnome/help/session/ja/figures/stock_trash.png share/gnome/help/session/ja/index.html -share/gnome/help/session/ja/license.html share/gnome/help/session/ja/ln10.html share/gnome/help/session/ja/session.sgml -share/gnome/help/session/ja/stylesheet-images/caution.gif -share/gnome/help/session/ja/stylesheet-images/home.gif -share/gnome/help/session/ja/stylesheet-images/important.gif -share/gnome/help/session/ja/stylesheet-images/next.gif -share/gnome/help/session/ja/stylesheet-images/note.gif -share/gnome/help/session/ja/stylesheet-images/prev.gif -share/gnome/help/session/ja/stylesheet-images/tip.gif -share/gnome/help/session/ja/stylesheet-images/toc-blank.gif -share/gnome/help/session/ja/stylesheet-images/toc-minus.gif -share/gnome/help/session/ja/stylesheet-images/toc-plus.gif -share/gnome/help/session/ja/stylesheet-images/up.gif -share/gnome/help/session/ja/stylesheet-images/warning.gif -share/gnome/help/tasklist_applet/C/docbook.css share/gnome/help/tasklist_applet/C/figures/tasklist-fig.png share/gnome/help/tasklist_applet/C/figures/tasklist-properties-size.png share/gnome/help/tasklist_applet/C/figures/tasklist-properties.png share/gnome/help/tasklist_applet/C/figures/tasklist-rightclick-fig.png share/gnome/help/tasklist_applet/C/index.html share/gnome/help/tasklist_applet/C/ln7.html -share/gnome/help/tasklist_applet/C/stylesheet-images/caution.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/home.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/important.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/next.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/note.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/prev.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/tip.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/up.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/warning.gif share/gnome/help/tasklist_applet/C/tasklist.sgml share/gnome/help/tasklist_applet/C/tasklist_applet.sgml share/gnome/help/tasklist_applet/C/topic.dat +share/gnome/help/tasklist_applet/es/figures/tasklist-fig.png +share/gnome/help/tasklist_applet/es/figures/tasklist-properties-size.png +share/gnome/help/tasklist_applet/es/figures/tasklist-properties.png +share/gnome/help/tasklist_applet/es/figures/tasklist-rightclick-fig.png +share/gnome/help/tasklist_applet/es/index.html +share/gnome/help/tasklist_applet/es/ln10.html +share/gnome/help/tasklist_applet/es/tasklist.sgml +share/gnome/help/tasklist_applet/es/tasklist_applet.sgml +share/gnome/help/tasklist_applet/es/topic.dat +share/gnome/help/tasklist_applet/es/x210.html share/gnome/hints/panel.hints share/gnome/html/panel-decl.txt share/gnome/html/panel-sections.txt @@ -1145,12 +762,39 @@ share/gnome/html/panel/unnamed6.html share/gnome/idl/Terminal.idl share/gnome/idl/gnome-panel.idl share/gnome/idl/help-browser.idl +share/gnome/mc/templates/Emacs.desktop +share/gnome/mc/templates/Eterm.desktop +share/gnome/mc/templates/FileRunner.desktop share/gnome/mc/templates/GIMP.desktop +share/gnome/mc/templates/GXanim.desktop +share/gnome/mc/templates/Gmc.desktop +share/gnome/mc/templates/Imlib_config.desktop +share/gnome/mc/templates/Kterm.desktop +share/gnome/mc/templates/Netscape.desktop +share/gnome/mc/templates/TkSETI.desktop +share/gnome/mc/templates/Tkrat.desktop +share/gnome/mc/templates/UNIX-regular.desktop +share/gnome/mc/templates/UNIX.desktop +share/gnome/mc/templates/Vim.desktop +share/gnome/mc/templates/Vnterm.desktop +share/gnome/mc/templates/WordPerfect.desktop +share/gnome/mc/templates/XEphem.desktop +share/gnome/mc/templates/XMcd.desktop +share/gnome/mc/templates/Xemacs.desktop +share/gnome/mc/templates/gaspell.desktop +share/gnome/mc/templates/lynx.desktop +share/gnome/mc/templates/realplayer.desktop +share/gnome/mc/templates/rxvt.desktop +share/gnome/mc/templates/xcolsel.desktop +share/gnome/mc/templates/xmix.desktop +share/gnome/mc/templates/xv.desktop share/gnome/omf/gnome-core/clock_applet-C.omf share/gnome/omf/gnome-core/clock_applet-da.omf share/gnome/omf/gnome-core/clock_applet-it.omf +share/gnome/omf/gnome-core/clock_applet-no.omf share/gnome/omf/gnome-core/desk-guide_applet-C.omf share/gnome/omf/gnome-core/desk-guide_applet-de.omf +share/gnome/omf/gnome-core/desk-guide_applet-es.omf share/gnome/omf/gnome-core/desk-guide_applet-it.omf share/gnome/omf/gnome-core/fdl-C.omf share/gnome/omf/gnome-core/fish_applet-C.omf @@ -1158,26 +802,35 @@ share/gnome/omf/gnome-core/fish_applet-da.omf share/gnome/omf/gnome-core/fish_applet-it.omf share/gnome/omf/gnome-core/fish_applet-no.omf share/gnome/omf/gnome-core/gen_util_applet-de.omf -share/gnome/omf/gnome-core/gen_util_applet-no.omf share/gnome/omf/gnome-core/gnome-feedback-C.omf +share/gnome/omf/gnome-core/gnome-feedback-no.omf share/gnome/omf/gnome-core/gnome-terminal-C.omf share/gnome/omf/gnome-core/gnome-terminal-de.omf share/gnome/omf/gnome-core/gnome-terminal-es.omf +share/gnome/omf/gnome-core/gnome-terminal-no.omf share/gnome/omf/gnome-core/gpl-C.omf share/gnome/omf/gnome-core/lgpl-C.omf share/gnome/omf/gnome-core/mailcheck_applet-C.omf share/gnome/omf/gnome-core/mailcheck_applet-da.omf +share/gnome/omf/gnome-core/mailcheck_applet-es.omf share/gnome/omf/gnome-core/mailcheck_applet-it.omf +share/gnome/omf/gnome-core/mailcheck_applet-no.omf share/gnome/omf/gnome-core/panel-C.omf share/gnome/omf/gnome-core/panel-de.omf +share/gnome/omf/gnome-core/panel-es.omf share/gnome/omf/gnome-core/panel-it.omf share/gnome/omf/gnome-core/panel-ja.omf +share/gnome/omf/gnome-core/panel-no.omf share/gnome/omf/gnome-core/printer_applet-C.omf share/gnome/omf/gnome-core/printer_applet-da.omf +share/gnome/omf/gnome-core/printer_applet-es.omf share/gnome/omf/gnome-core/printer_applet-it.omf +share/gnome/omf/gnome-core/printer_applet-no.omf share/gnome/omf/gnome-core/session-C.omf share/gnome/omf/gnome-core/session-ja.omf share/gnome/omf/gnome-core/tasklist_applet-C.omf +share/gnome/omf/gnome-core/tasklist_applet-es.omf +share/gnome/panel/gnome-panel-screenshot.glade share/gnome/pixmaps/apple-green.png share/gnome/pixmaps/apple-red.png share/gnome/pixmaps/fish/fishanim.png @@ -1303,8 +956,8 @@ share/gnome/pixmaps/panel-drawer.png share/gnome/pixmaps/panel-folder.png share/gnome/pixmaps/panel-knob.png share/gnome/pixmaps/panel-menu-main.png -share/gnome/pixmaps/splash/gnome-splash.png share/gnome/pixmaps/splash/gnome-splash-1.4.0.png +share/gnome/pixmaps/splash/gnome-splash.png share/gnome/pixmaps/tiles/tile-blue-down.png share/gnome/pixmaps/tiles/tile-blue-up.png share/gnome/pixmaps/tiles/tile-coral-down.png @@ -1347,6 +1000,7 @@ share/locale/ja/LC_MESSAGES/gnome-core.mo share/locale/ko/LC_MESSAGES/gnome-core.mo share/locale/lt/LC_MESSAGES/gnome-core.mo share/locale/lv/LC_MESSAGES/gnome-core.mo +share/locale/ms/LC_MESSAGES/gnome-core.mo share/locale/nl/LC_MESSAGES/gnome-core.mo share/locale/nn/LC_MESSAGES/gnome-core.mo share/locale/no/LC_MESSAGES/gnome-core.mo @@ -1364,17 +1018,21 @@ share/locale/ta/LC_MESSAGES/gnome-core.mo share/locale/tr/LC_MESSAGES/gnome-core.mo share/locale/uk/LC_MESSAGES/gnome-core.mo share/locale/wa/LC_MESSAGES/gnome-core.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-core.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo +share/locale/zh_CN/LC_MESSAGES/gnome-core.mo +share/locale/zh_TW/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/pixmaps/tiles @dirrm share/gnome/pixmaps/splash @dirrm share/gnome/pixmaps/mailcheck @dirrm share/gnome/pixmaps/fish +@dirrm share/gnome/panel +@dirrm share/gnome/omf/gnome-core @dirrm share/gnome/mc/templates @dirrm share/gnome/mc -@dirrm share/gnome/omf/gnome-core @dirrm share/gnome/html/panel @dirrm share/gnome/hints +@dirrm share/gnome/help/tasklist_applet/es/stylesheet-images +@dirrm share/gnome/help/tasklist_applet/es/figures +@dirrm share/gnome/help/tasklist_applet/es @dirrm share/gnome/help/tasklist_applet/C/stylesheet-images @dirrm share/gnome/help/tasklist_applet/C/figures @dirrm share/gnome/help/tasklist_applet/C @@ -1386,10 +1044,14 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/help/session/C/figures @dirrm share/gnome/help/session/C @dirrm share/gnome/help/session +@dirrm share/gnome/help/printer_applet/no/stylesheet-images +@dirrm share/gnome/help/printer_applet/no/figures +@dirrm share/gnome/help/printer_applet/no @dirrm share/gnome/help/printer_applet/it/stylesheet-images @dirrm share/gnome/help/printer_applet/it/figures @dirrm share/gnome/help/printer_applet/it @dirrm share/gnome/help/printer_applet/es/stylesheet-images +@dirrm share/gnome/help/printer_applet/es/figures @dirrm share/gnome/help/printer_applet/es @dirrm share/gnome/help/printer_applet/da/stylesheet-images @dirrm share/gnome/help/printer_applet/da/figures @@ -1398,12 +1060,18 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/help/printer_applet/C/figures @dirrm share/gnome/help/printer_applet/C @dirrm share/gnome/help/printer_applet +@dirrm share/gnome/help/panel/no/stylesheet-images +@dirrm share/gnome/help/panel/no/figures +@dirrm share/gnome/help/panel/no @dirrm share/gnome/help/panel/ja/stylesheet-images @dirrm share/gnome/help/panel/ja/figures @dirrm share/gnome/help/panel/ja @dirrm share/gnome/help/panel/it/stylesheet-images @dirrm share/gnome/help/panel/it/figures @dirrm share/gnome/help/panel/it +@dirrm share/gnome/help/panel/es/stylesheet-images +@dirrm share/gnome/help/panel/es/figures +@dirrm share/gnome/help/panel/es @dirrm share/gnome/help/panel/de/stylesheet-images @dirrm share/gnome/help/panel/de/figures @dirrm share/gnome/help/panel/de @@ -1411,9 +1079,15 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/help/panel/C/figures @dirrm share/gnome/help/panel/C @dirrm share/gnome/help/panel +@dirrm share/gnome/help/mailcheck_applet/no/stylesheet-images +@dirrm share/gnome/help/mailcheck_applet/no/figures +@dirrm share/gnome/help/mailcheck_applet/no @dirrm share/gnome/help/mailcheck_applet/it/stylesheet-images @dirrm share/gnome/help/mailcheck_applet/it/figures @dirrm share/gnome/help/mailcheck_applet/it +@dirrm share/gnome/help/mailcheck_applet/es/stylesheet-images +@dirrm share/gnome/help/mailcheck_applet/es/figures +@dirrm share/gnome/help/mailcheck_applet/es @dirrm share/gnome/help/mailcheck_applet/da/stylesheet-images @dirrm share/gnome/help/mailcheck_applet/da/figures @dirrm share/gnome/help/mailcheck_applet/da @@ -1466,13 +1140,15 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/help/gnome-terminal/C/figures @dirrm share/gnome/help/gnome-terminal/C @dirrm share/gnome/help/gnome-terminal +@dirrm share/gnome/help/gnome-feedback/no/stylesheet-images +@dirrm share/gnome/help/gnome-feedback/no/figures +@dirrm share/gnome/help/gnome-feedback/no @dirrm share/gnome/help/gnome-feedback/C/stylesheet-images @dirrm share/gnome/help/gnome-feedback/C/figures @dirrm share/gnome/help/gnome-feedback/C @dirrm share/gnome/help/gnome-feedback -@dirrm share/gnome/help/gen_util_applet/no/stylesheet-images -@dirrm share/gnome/help/gen_util_applet/no @dirrm share/gnome/help/gen_util_applet/de/stylesheet-images +@dirrm share/gnome/help/gen_util_applet/de/figures @dirrm share/gnome/help/gen_util_applet/de @dirrm share/gnome/help/gen_util_applet @dirrm share/gnome/help/fish_applet/no/stylesheet-images @@ -1495,6 +1171,9 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/help/desk-guide_applet/it/stylesheet-images @dirrm share/gnome/help/desk-guide_applet/it/figures @dirrm share/gnome/help/desk-guide_applet/it +@dirrm share/gnome/help/desk-guide_applet/es/stylesheet-images +@dirrm share/gnome/help/desk-guide_applet/es/figures +@dirrm share/gnome/help/desk-guide_applet/es @dirrm share/gnome/help/desk-guide_applet/de/stylesheet-images @dirrm share/gnome/help/desk-guide_applet/de/figures @dirrm share/gnome/help/desk-guide_applet/de @@ -1502,6 +1181,9 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/help/desk-guide_applet/C/figures @dirrm share/gnome/help/desk-guide_applet/C @dirrm share/gnome/help/desk-guide_applet +@dirrm share/gnome/help/clock_applet/no/stylesheet-images +@dirrm share/gnome/help/clock_applet/no/figures +@dirrm share/gnome/help/clock_applet/no @dirrm share/gnome/help/clock_applet/it/stylesheet-images @dirrm share/gnome/help/clock_applet/it/figures @dirrm share/gnome/help/clock_applet/it @@ -1529,3 +1211,6 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/applets/Clocks @dirrm share/gnome/applets/Amusements @dirrm share/gnome/applets +@dirrm etc/gnome/panel-config/panel.d/default +@dirrm etc/gnome/panel-config/panel.d +@dirrm etc/gnome/panel-config |