Commit Graph

25162 Commits

Author SHA1 Message Date
4dfa2142cf fixes a build break.
svn path=/trunk/; revision=31131
2006-01-11 05:42:06 +00:00
f6b6c5dbbf vi.po: Updated Vietnamese translation.
svn path=/trunk/; revision=31130
2006-01-11 04:52:52 +00:00
55d1d78a97 Add the macro MOZILLA_NSS_LIB_DIR to store mozilla nss library path.
2006-01-11  Simon Zheng  <simon.zheng@sun.com>

        * configure.in: Add the macro MOZILLA_NSS_LIB_DIR to store mozilla
        nss library path.

svn path=/trunk/; revision=31129
2006-01-11 04:33:40 +00:00
8c075ee8ff Fix for 325748. Add an search path which can be automatically retrieved
2006-01-11  Simon Zheng  <simon.zheng@sun.com>

        Fix for 325748.
        * lib/e-cert-db.c: (install_loadable_roots): Add an search path
        which can be automatically retrieved when running configure.

svn path=/trunk/; revision=31128
2006-01-11 04:32:40 +00:00
8c9387a852 added the bug id 325926`
svn path=/trunk/; revision=31127
2006-01-10 19:18:06 +00:00
91a2011ecb fixes appearance of the empty menu item in mail.
svn path=/trunk/; revision=31126
2006-01-10 19:10:18 +00:00
e11574da12 ** Fixes bug #316100
2006-01-11  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #316100

	* org-gnome-exchange-ab-subscription.xml:
	* org-gnome-exchange-tasks-subscription.xml:
	* org-gnome-folder-permissions.xml:
	* org-gnome-folder-subscription.xml:
	Removed empty menu entry which was pointing to Tools menu.

svn path=/trunk/; revision=31125
2006-01-10 18:38:04 +00:00
d824e524d6 Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
2006-01-10  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Vladimir Petkov <vpetkov@i-space.org>

svn path=/trunk/; revision=31124
2006-01-10 17:46:59 +00:00
7d10f813b0 Use e_util_mkdir_hier() instead of e_mkdir_hier().
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * menus/gal-view-instance.c:
        * misc/e-attachment-bar.c:
        * misc/e-calendar-item.c:
        * misc/e-dateedit.c:
        Use e_util_mkdir_hier() instead of e_mkdir_hier().

        Use e_util_strstrcase() instead of e_strstrcasea().

        use e_strfime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

        use e_filename_make_safe() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

        use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

svn path=/trunk/; revision=31122
2006-01-10 08:16:26 +00:00
bb85229d0b use e_utf8_strftime() in evolution-data-server/
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * lib/e-cert.c:use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

svn path=/trunk/; revision=31121
2006-01-10 08:14:12 +00:00
956be87d36 use e_utf8_strftime() in evolution-data-server/
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * csv-format.c:
        * rdf-format.c:
        use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

svn path=/trunk/; revision=31120
2006-01-10 08:12:18 +00:00
7bf9cee96b use e_utf8_strftime() in evolution-data-server/
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * itip-view.c: use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

svn path=/trunk/; revision=31119
2006-01-10 08:11:22 +00:00
3e82887a54 Use e_util_mkdir_hier() instead of e_mkdir_hier().
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * em-composer-utils.c:
        * em-folder-tree-model.c: (em_folder_tree_model_save_state):
        * em-format-html.c:
        * em-migrate.c: (cp_r), (em_migrate_folder),
        (em_migrate_pop_uid_caches_1_4),
        (em_migrate_folder_expand_state_1_4),
        (em_migrate_folder_view_settings_1_4),
        (em_migrate_imap_cmeta_1_4),
        (em_migrate_1_4), (emm_setup_initial),
        (em_migrate):
        * em-popup.c:
        * em-utils.c: (em_utils_save_part_to_file):
        * mail-component.c: (mail_component_init):
        * mail-config.c:
        * mail-folder-cache.c:
        * mail-mt.c:
        * mail-ops.c:
        * mail-tools.c: (mail_tool_get_local_movemail_path):
        Use e_util_mkdir_hier() instead of e_mkdir_hier().

        Use e_util_strstrcase() instead of e_strstrcasea().

        use e_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

        use e_filename_make_safe() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

        use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

svn path=/trunk/; revision=31118
2006-01-10 08:10:30 +00:00
e459ad918e Delete e_mkdir_hier(), and use e_util_mkdir_hier() instead of it.
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * e-mktemp.c (get_dir):
        * e-plugin.c:
        * e-util.[ch] (e_create_directory):
        (e_sort):
        Delete e_mkdir_hier(), and use e_util_mkdir_hier()
        instead of it.

        Delete e_strstrcasea(), and use e_util_strstrcase()
        instead of it.

        Delete e_strftime(), use the copy in evolution-data-server/
        libedataserver/e-data-server-util.c instead of it.

        Delete e_filename_make_safe(), and use the copy in
        evolution-data-server/libedataserver/e-data-server-util.c
        instead of it.

        Detelte e_utf8_strftime(), and use the copy in
        evolution-data-server/libedataserver/e-data-server-util.c
        instead of it.

svn path=/trunk/; revision=31117
2006-01-10 08:09:20 +00:00
0311da7a87 Use e_util_mkdir_hier() instead of e_mkdir_hier().
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * gui/calendar-component.c: (calendar_component_peek):
        * gui/calendar-config.c:
        * gui/e-cal-model-tasks.c:
        * gui/e-cal-popup.c:
        * gui/e-cell-date-edit-text.c:
        * gui/e-meeting-store.c:
        * gui/memos-component.c: (memos_component_peek):
        * gui/print.c:
        * gui/tasks-component.c: (tasks_component_peek):
        Use e_util_mkdir_hier() instead of e_mkdir_hier().

        Use e_util_strstrcase() instead of e_strstrcasea().

        use e_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

        use e_filename_make_safe() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

        use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

svn path=/trunk/; revision=31116
2006-01-10 08:08:21 +00:00
3f7ad2d891 use e_filename_make_safe() in
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * gui/widgets/eab-gui-util.c:use e_filename_make_safe() in
        evolution-data-server/libedataserver/e-data-server-util.c
        instead of the copy in evolution/e-util/e-util.c.

svn path=/trunk/; revision=31115
2006-01-10 08:06:33 +00:00
a292816956 use e_utf8_strftime() in
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * widgets/ea-calendar-item.c: use e_utf8_strftime() in
        evolution-data-server/libedataserver/e-data-server-util.c
        instead of the copy in evolution/e-util/e-util.c.

svn path=/trunk/; revision=31114
2006-01-10 08:03:57 +00:00
19d9bd5945 Committing Rohini's patch.
2006-01-10  Srinivasa Ragavan <sragavan@novell.com>

	* Committing Rohini's patch.

svn path=/trunk/; revision=31113
2006-01-10 07:49:54 +00:00
4d5ae6c2ad Updated Canadian English translation.
2006-01-09  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=31112
2006-01-10 02:50:24 +00:00
faa44fec1b Updated Chinese Translation by Zhe Su <zsu@novell.com>
2006-01-09  Harish Krishnaswamy  <kharish@novell.com>

* zh_TW.po: Updated Chinese Translation by
Zhe Su <zsu@novell.com>

svn path=/trunk/; revision=31106
2006-01-09 14:54:05 +00:00
b93babd6d0 changing old evo1.4 path to current path. Fixes bug 307513. Committing on
2006-01-09  Ali Akcaagac / Andre Klapper <a9016009@gmx.de>
	* tools/evolution-addressbook-clean.in: changing old evo1.4 path to
	current path. Fixes bug 307513.
	Committing on behalf of Ali Akcaagac.

svn path=/trunk/; revision=31104
2006-01-09 13:39:09 +00:00
300a4e978c Fixed the issue of subscribe to other users folder being modal.
Fixes #314748

svn path=/trunk/; revision=31103
2006-01-09 13:29:27 +00:00
7305191377 Translation updated by Ivar Smolin.
2006-01-09  Priit Laes  <plaes@cvs.gnome.org>

	* et.po: Translation updated by Ivar Smolin.

svn path=/trunk/; revision=31102
2006-01-09 08:51:36 +00:00
a120898a53 Updated Translation
svn path=/trunk/; revision=31101
2006-01-09 05:17:52 +00:00
606dbdb534 Updated Japanese translation for HEAD.
2006-01-09  Takeshi AIHANA <aihana@gnome.gr.jp>

	* ja.po: Updated Japanese translation for HEAD.

svn path=/trunk/; revision=31100
2006-01-09 05:12:19 +00:00
17b717072e vi.po: Updated Vietnamese translation.
svn path=/trunk/; revision=31099
2006-01-09 04:49:23 +00:00
6d155e1314 Bypass most of this file on Win32, as there are no 1.x installations on
2006-01-08  Tor Lillqvist  <tml@novell.com>

	* gui/migration.c: Bypass most of this file on Win32, as there are
	no 1.x installations on Win32 to migrate from. Use
	g_filename_to_uri() in a couple places instead of just prefixing
	file://.

svn path=/trunk/; revision=31098
2006-01-08 21:23:07 +00:00
70f840be3f Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/alarm-dialog.glade: Added code to hscroll the custom
	message of alarm. Fixes bug #325446

	* gui/dialogs/task-page.glade: Added code to expand the description
	scrolled window when the parent window is dragged. Fixes bug #325502

svn path=/trunk/; revision=31097
2006-01-08 17:06:35 +00:00
36a1010d24 Updated Norwegian bokmål translation. Same.
2006-01-08  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.
	* no.po: Same.

svn path=/trunk/; revision=31096
2006-01-08 13:16:50 +00:00
28ee682e1b Add whitespace before all line continuation backslashes. Fixes build on
2006-01-07  Tor Lillqvist  <tml@novell.com>

	* server.mk: Add whitespace before all line continuation
	backslashes. Fixes build on Debian-based systems. (#325574,
	Sebastien Bacher)

svn path=/trunk/; revision=31095
2006-01-07 11:38:19 +00:00
3454590d4b added translator comments to several strings. Fixes bug 325612.
2005-01-06  Andre Klapper <a9016009@gmx.de>
	* gui/e-alarm-list.c: added translator comments to several strings.
	Fixes bug 325612.

svn path=/trunk/; revision=31094
2006-01-07 02:02:08 +00:00
48a22cd5e2 Updated Spanish translation.
2006-01-07  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=31092
2006-01-06 23:21:24 +00:00
7b43323bbe Updated Traditional Chinese translation.
2006-01-07  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

	* zh_TW.po: Updated Traditional Chinese translation.

svn path=/trunk/; revision=31091
2006-01-06 23:09:28 +00:00
5bbcf0da7a Updated Finnish translation
svn path=/trunk/; revision=31090
2006-01-06 19:56:19 +00:00
8fa82744b1 fixed wrong plural forms and one string.
2006-01-06  Andre Klapper <a9016009@gmx.de>
	* de.po: fixed wrong plural forms and one string.

svn path=/trunk/; revision=31089
2006-01-06 15:33:34 +00:00
ae743e85c9 changing "cancelled" (British English) to "canceled" (American English).
2006-01-06  Andre Klapper <a9016009@gmx.de>
	* addressbook/gui/widgets/eab-gui-util.c:
	* calendar/calendar.error.xml:
	* calendar/gui/dialogs/task-details-page.glade:
	* calendar/gui/e-cal-component-preview.c:
	* calendar/gui/e-cal-model-tasks.c:
	* calendar/gui/e-calendar-table.c:
	* calendar/gui/e-itip-control.c:
	* calendar/gui/print.c:
	* mail/mail-ops.c:
	* mail/mail-send-recv.c:
	* mail/mail-session.c:
	* plugins/itip-formatter/itip-formatter.c:
	* plugins/itip-formatter/itip-view.c:
	changing "cancelled" (British English)
	to "canceled" (American English).
	Fixes bug 325334.

svn path=/trunk/; revision=31088
2006-01-06 15:08:39 +00:00
de7b39a1de fixing two missing whitespaces. Fixes bug 325568.
2006-01-06  Andre Klapper <a9016009@gmx.de>
	* shell/e-shell-window.c: fixing two missing whitespaces.
	Fixes bug 325568.

svn path=/trunk/; revision=31087
2006-01-06 14:19:26 +00:00
c5b4b66072 marked LDAP specific strings as not translatable. Fixes bug 273076.
2006-01-06  Andre Klapper <a9016009@gmx.de>
	* lib/e-cert-c: marked LDAP specific strings as not translatable.
	  Fixes bug 273076.

svn path=/trunk/; revision=31086
2006-01-06 14:10:33 +00:00
f458feda7c changed "RSVP" to "reply". Fixes bug 261071.
2005-01-06  Andre Klapper <a9016009@gmx.de>
	* calendar.error.xml: changed "RSVP" to "reply". Fixes bug 261071.

svn path=/trunk/; revision=31085
2006-01-06 13:51:21 +00:00
ee8b1a26d0 Updated Translation
svn path=/trunk/; revision=31084
2006-01-06 07:42:15 +00:00
98e09fa6e8 removed. Merged to evolution-data-server/libedataserver/. remove above
006-01-06  Simon Zheng <simon.zheng@sun.com>

        * e-account.[ch], e-account-list.[ch]: removed.
        Merged to evolution-data-server/libedataserver/.
        * Makefile.am: remove above files from list.

svn path=/trunk/; revision=31083
2006-01-06 07:20:11 +00:00
0925dd29b5 use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * evolution-mail-session.c:
        * evolution-mail-store.c:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31082
2006-01-06 07:08:28 +00:00
c952a0325f use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * mail-account-disable.c:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31081
2006-01-06 07:06:03 +00:00
e963077328 use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * itip-formatter.c:
        * itip-view.c:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31080
2006-01-06 07:02:31 +00:00
14762eb515 use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * camel-hula-listener.c:
        * camel-hula-listener.h:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31079
2006-01-06 06:59:44 +00:00
2a6d2286cd use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * junk-mail-settings.c:
        * mail-send-options.c:
        * proxy-login.c:
        * proxy.c:
        * proxy.h:
        * send-options.c:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31078
2006-01-06 06:57:13 +00:00
552b23ea6f use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * camel-gw-listener.c:
        * camel-gw-listener.h:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31077
2006-01-06 06:54:51 +00:00
aca90f1bb3 use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * exchange-account-setup.c:
        * exchange-calendar.c:
        * exchange-config-listener.h:
        * exchange-contacts.c:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31076
2006-01-06 06:49:25 +00:00
2c28b8f608 use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * em-account-editor.c:
        * em-account-prefs.c:
        * em-composer-utils.c:
        * em-folder-tree-model.h:
        * em-migrate.c:
        * em-subscribe-editor.c:
        * em-utils.c:
        * importers/netscape-importer.c:
        * mail-config.c:
        * mail-crypto.c:
        * mail-ops.h:
        * mail-send-recv.c:
        * mail-vfolder.c:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31075
2006-01-06 06:44:15 +00:00
2dabbc64ae use libedataserver/e-account.h instead of e-util/e-account.h. use
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * e-msg-composer-hdrs.h: use libedataserver/e-account.h
        instead of e-util/e-account.h.
        * evolution-composer.c: use libedataserver/e-account-list.h
        instead of e-util/e-account-list.h.

svn path=/trunk/; revision=31074
2006-01-06 06:40:44 +00:00