aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@src.gnome.org>2000-11-01 18:44:51 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2000-11-01 18:44:51 +0800
commitfa3cf53363f2fe9da9380e91d5d6b0f81cede2bb (patch)
tree806b3b471f0e7b2b30c48d9efad8d6b0ee57eb0d /ChangeLog
parentbf684c2bef88772c30f4e282a60b1c11d8073e10 (diff)
downloadgsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.gz
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.bz2
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.lz
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.xz
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.zst
gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.zip
modified or added a bunch of .cvsignore to ignore generated files, which
* modified or added a bunch of .cvsignore to ignore generated files, which are not in repository. * call *textdomain() in various files only when ENABLE_NLS is defined svn path=/trunk/; revision=6310
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8a9b66404..543721e499 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2000-11-01 Gediminas Paulauskas <menesis@delfi.lt>
+ * addressbook/ename/.cvsignore, addressbook/gui/minicard/.cvsignore,
+ calendar/doc/.cvsignore, widgets/e-paned/.cvsignore,
+ widgets/e-table/.cvsignore, widgets/e-text/.cvsignore: added these
+ files.
+ * calendar/gui/.cvsignore, composer/.cvsignore,
+ executive-summary/.cvsignore, executive-summary/component/.cvsignore,
+ po/.cvsignore: added some files to ignore.
+
+ * addressbook/gui/component/addressbook-factory.c, mail/main.c,
+ shell/main.c, calendar/gui/main.c, notes/main.c,
+ executive-summary/component/main.c: call *textdomain() only if
+ ENABLE_NLS is defined.
+
+2000-11-01 Gediminas Paulauskas <menesis@delfi.lt>
+
* configure.in: added lt to ALL_LINGUAS.
2000-10-30 Dan Winship <danw@helixcode.com>