aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@delfi.lt>2001-03-15 06:50:55 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2001-03-15 06:50:55 +0800
commit1e9f8b5d127babb1837cf9572ff784a6173be244 (patch)
tree7eb72f4eb4afc7c9e4676eecc37b52a0f8d200ca
parent1ba60d82fdbee54f912a6346f1aac495d6a341e9 (diff)
downloadgsoc2013-evolution-1e9f8b5d127babb1837cf9572ff784a6173be244.tar
gsoc2013-evolution-1e9f8b5d127babb1837cf9572ff784a6173be244.tar.gz
gsoc2013-evolution-1e9f8b5d127babb1837cf9572ff784a6173be244.tar.bz2
gsoc2013-evolution-1e9f8b5d127babb1837cf9572ff784a6173be244.tar.lz
gsoc2013-evolution-1e9f8b5d127babb1837cf9572ff784a6173be244.tar.xz
gsoc2013-evolution-1e9f8b5d127babb1837cf9572ff784a6173be244.tar.zst
gsoc2013-evolution-1e9f8b5d127babb1837cf9572ff784a6173be244.zip
create doc/devel/executive-summary/Makefile
2001-03-14 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: create doc/devel/executive-summary/Makefile * doc/C/Makefile.am: there's no apx-fdl.sgml and evolution-guide.sgml anymore * filter/filter-system-flag.c: translate status flag title. svn path=/trunk/; revision=8714
-rw-r--r--ChangeLog4
-rw-r--r--calendar/conduits/calendar/e-calendar-conduit-control-applet.desktop.in8
-rw-r--r--calendar/conduits/todo/e-todo-conduit-control-applet.desktop.in7
-rw-r--r--configure.in1
-rw-r--r--doc/C/Makefile.am2
-rw-r--r--doc/ChangeLog5
-rw-r--r--filter/ChangeLog4
-rw-r--r--filter/filter-system-flag.c2
-rw-r--r--help/C/Makefile.am2
-rw-r--r--help/ChangeLog5
10 files changed, 35 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b899d1688..b4cb28e408 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-14 Gediminas Paulauskas <menesis@delfi.lt>
+
+ * configure.in: create doc/devel/executive-summary/Makefile
+
2001-03-12 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Updated to AC_SUBST the NSPR/NSS flags.
diff --git a/calendar/conduits/calendar/e-calendar-conduit-control-applet.desktop.in b/calendar/conduits/calendar/e-calendar-conduit-control-applet.desktop.in
new file mode 100644
index 0000000000..5988e6cb08
--- /dev/null
+++ b/calendar/conduits/calendar/e-calendar-conduit-control-applet.desktop.in
@@ -0,0 +1,8 @@
+[Desktop Entry]
+_Name=Evolution Calendar Conduit
+_Comment=Configure the Evolution Calendar conduit
+Exec=e-calendar-conduit-control-applet --cap-id=1
+TryExec=e-calendar-conduit-control-applet
+Terminal=0
+Type=Application
+Icon=gnome-calendar-conduit.png
diff --git a/calendar/conduits/todo/e-todo-conduit-control-applet.desktop.in b/calendar/conduits/todo/e-todo-conduit-control-applet.desktop.in
new file mode 100644
index 0000000000..ec5856fcad
--- /dev/null
+++ b/calendar/conduits/todo/e-todo-conduit-control-applet.desktop.in
@@ -0,0 +1,7 @@
+[Desktop Entry]
+_Name=Evolution ToDo Conduit
+_Comment=Configure the Evolution ToDo conduit
+Exec=e-todo-conduit-control-applet --cap-id=1
+TryExec=e-todo-conduit-control-applet
+Terminal=0
+Type=Application
diff --git a/configure.in b/configure.in
index cd06730a07..541c3b05a1 100644
--- a/configure.in
+++ b/configure.in
@@ -854,6 +854,7 @@ doc/devel/Makefile
doc/devel/calendar/Makefile
doc/devel/calendar/cal-client/Makefile
doc/devel/calendar/cal-util/Makefile
+doc/devel/executive-summary/Makefile
doc/devel/importer/Makefile
])
diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am
index 15f1e047b6..88b71fcb0b 100644
--- a/doc/C/Makefile.am
+++ b/doc/C/Makefile.am
@@ -3,12 +3,10 @@ evolution_helpdir = $(datadir)/gnome/help/evolution/C
SGML_FILES = \
apx-authors.sgml \
apx-bugs.sgml \
- apx-fdl.sgml \
apx-gloss.sgml \
config-prefs.sgml \
config-setupassist.sgml \
config-sync.sgml \
- evolution-guide.sgml \
preface.sgml \
usage-calendar.sgml \
usage-contact.sgml \
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 407bbbdde6..73453c6de5 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-14 Gediminas Paulauskas <menesis@delfi.lt>
+
+ * C/Makefile.am: there's no apx-fdl.sgml and evolution-guide.sgml
+ anymore
+
2001-02-23 Aaron Weber <aaron@helixcode.com>
* C/usage-mail.sgml: IMAP subscriptions stuff.
diff --git a/filter/ChangeLog b/filter/ChangeLog
index b3d403b812..507984e576 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-15 Gediminas Paulauskas <menesis@delfi.lt>
+
+ * filter-system-flag.c: translate status flag title.
+
2001-03-12 Jeffrey Stedfast <fejj@ximian.com>
* filtertypes.xml: Added an "Attachments" filter option where you
diff --git a/filter/filter-system-flag.c b/filter/filter-system-flag.c
index 724f67cd13..e51ad718c1 100644
--- a/filter/filter-system-flag.c
+++ b/filter/filter-system-flag.c
@@ -225,7 +225,7 @@ get_widget (FilterElement *fe)
menu = gtk_menu_new ();
for (flag = system_flags; flag->title; flag++) {
- item = gtk_menu_item_new_with_label (flag->title);
+ item = gtk_menu_item_new_with_label (_(flag->title));
gtk_object_set_data (GTK_OBJECT (item), "flag", flag);
gtk_signal_connect (GTK_OBJECT (item), "activate", item_selected, fe);
diff --git a/help/C/Makefile.am b/help/C/Makefile.am
index 15f1e047b6..88b71fcb0b 100644
--- a/help/C/Makefile.am
+++ b/help/C/Makefile.am
@@ -3,12 +3,10 @@ evolution_helpdir = $(datadir)/gnome/help/evolution/C
SGML_FILES = \
apx-authors.sgml \
apx-bugs.sgml \
- apx-fdl.sgml \
apx-gloss.sgml \
config-prefs.sgml \
config-setupassist.sgml \
config-sync.sgml \
- evolution-guide.sgml \
preface.sgml \
usage-calendar.sgml \
usage-contact.sgml \
diff --git a/help/ChangeLog b/help/ChangeLog
index 407bbbdde6..73453c6de5 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-14 Gediminas Paulauskas <menesis@delfi.lt>
+
+ * C/Makefile.am: there's no apx-fdl.sgml and evolution-guide.sgml
+ anymore
+
2001-02-23 Aaron Weber <aaron@helixcode.com>
* C/usage-mail.sgml: IMAP subscriptions stuff.