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
This commit is contained in:
Gediminas Paulauskas
2000-11-01 10:44:51 +00:00
parent bf684c2bef
commit fa3cf53363
18 changed files with 57 additions and 4 deletions

View File

@ -1,3 +1,18 @@
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.

View File

@ -0,0 +1,3 @@
.deps
Makefile
Makefile.in

View File

@ -43,8 +43,10 @@ init_bonobo (int argc, char **argv)
int
main (int argc, char **argv)
{
#ifdef ENABLE_NLS
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);
#endif
init_corba (&argc, argv);

View File

@ -0,0 +1,3 @@
.deps
Makefile
Makefile.in

2
calendar/doc/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@ -11,3 +11,4 @@ getdate.c
Evolution-Composer-common.c
Evolution-Composer-skels.c
Evolution-Composer-stubs.c
Evolution-Composer.h

View File

@ -59,8 +59,10 @@ init_bonobo (int *argc, char **argv)
int
main (int argc, char **argv)
{
bindtextdomain(PACKAGE, GNOMELOCALEDIR);
#ifdef ENABLE_NLS
bindtextdomain(PACKAGE, EVOLUTION_LOCALEDIR);
textdomain(PACKAGE);
#endif
init_bonobo (&argc, argv);
glade_gnome_init ();

View File

@ -13,3 +13,7 @@ HTMLEditor-stubs.c
HTMLEditor-skels.c
HTMLEditor.h
HTMLEditor-common.c
Evolution-Addressbook-SelectNames-common.c
Evolution-Addressbook-SelectNames-skels.c
Evolution-Addressbook-SelectNames-stubs.c
Evolution-Addressbook-SelectNames.h

View File

@ -1,3 +1,3 @@
core
Makefile.in
Makefile
Makefile

View File

@ -3,4 +3,8 @@ Makefile.in
Makefile
.deps
.libs
evolution-executive-summary
evolution-executive-summary
Composer-common.c
Composer.h
Composer-stubs.c
Composer-skels.c

View File

@ -47,8 +47,10 @@ main (int argc,
{
CORBA_ORB orb;
#ifdef ENABLE_NLS
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);
#endif
gnome_init_with_popt_table ("evolution-executive-summary", VERSION,
argc, argv, oaf_popt_options, 0, NULL);

View File

@ -50,8 +50,10 @@ main (int argc, char *argv [])
mcheck(blowup);
#endif
#endif
#ifdef ENABLE_NLS
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);
#endif
g_thread_init( NULL );

View File

@ -35,8 +35,10 @@ init_bonobo (void)
gint
main (gint argc, gchar **argv)
{
#ifdef ENABLE_NLS
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);
#endif
init_corba (argc, argv);
init_bonobo ();

View File

@ -9,4 +9,4 @@ gnome-objc.pot
gnome.pot
stamp-cat-id
evolution.pot
messages

View File

@ -143,8 +143,10 @@ main (int argc, char **argv)
{
char *evolution_directory;
#ifdef ENABLE_NLS
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);
#endif
gnome_init_with_popt_table ("Evolution", VERSION, argc, argv, oaf_popt_options, 0, NULL);
oaf_init (argc, argv);

View File

@ -0,0 +1,3 @@
.deps
Makefile
Makefile.in

View File

@ -0,0 +1,3 @@
.deps
Makefile
Makefile.in

View File

@ -0,0 +1,3 @@
.deps
Makefile
Makefile.in