Commit Graph

16129 Commits

Author SHA1 Message Date
5c410ab142 add po
* Makefile.am (SUBDIRS): add po

	* configure.in: Move ALL_LINGUAS definition to before
	AM_GLIB_GNU_GETTEXT, or else no linguas for you!

svn path=/trunk/; revision=19267
2003-01-07 21:04:50 +00:00
daf6298795 Don't translate the conf strings. Camel already did it.
* mail-account-gui.c (mail_account_gui_auto_detect_extra_conf,
	mail_account_gui_build_extra_conf): Don't translate the conf
	strings. Camel already did it.

svn path=/trunk/; revision=19266
2003-01-07 21:04:27 +00:00
d980a70afc add a "translation_domain" field. (NULL for all providers in the camel
* camel-provider.h (CamelProvider): add a "translation_domain"
	field. (NULL for all providers in the camel source tree itself).

	* camel-session.c (register_provider): Translate provider strings
	in the correct domain

svn path=/trunk/; revision=19265
2003-01-07 21:03:56 +00:00
24b6be3288 setup gettext
* main.c (main): setup gettext

svn path=/trunk/; revision=19264
2003-01-07 20:52:38 +00:00
c59e718a4a updating...
svn path=/trunk/; revision=19256
2003-01-07 17:04:37 +00:00
0409612786 Added "am.po" to the ALL_LINGUAS list.
svn path=/trunk/; revision=19255
2003-01-07 15:58:43 +00:00
0ca8544241 Adding Amharic translation.
svn path=/trunk/; revision=19254
2003-01-07 15:57:21 +00:00
186d1089e5 New.
* e-config-listener.c (e_config_listener_remove_value): New.

	* e-passwords.c (e_passwords_get_password): Don't look at the
	passwords hash until calling e_passwords_init().

svn path=/trunk/; revision=19253
2003-01-07 15:04:07 +00:00
dd175b7cbd Updating...not completly done yet.
svn path=/trunk/; revision=19252
2003-01-07 07:50:55 +00:00
2c33021e5b dont double-free storage_lname.
2003-01-06  Not Zed  <NotZed@Ximian.com>

        * evolution-folder-selector-button.c (set_folder): dont
        double-free storage_lname.

svn path=/trunk/; revision=19251
2003-01-07 01:22:04 +00:00
b6b9d296c5 First commit of the new translator...
svn path=/trunk/; revision=19249
2003-01-06 21:16:33 +00:00
24ee471cb1 Add this back: Connector needs it, and there's no reason for addressbook
* e-html-utils.c: Add this back: Connector needs it, and there's
	no reason for addressbook and calendar to be using camel to get
	this functionality.

	* Makefile.am (libeutil_la_SOURCES): re-add e-html-utils

svn path=/trunk/; revision=19246
2003-01-06 18:55:31 +00:00
987ac08737 Updated the help message for the read receipt proposal.
svn path=/trunk/; revision=19245
2003-01-06 17:25:45 +00:00
93fffc38fe Changed help message near top of this image.
svn path=/trunk/; revision=19244
2003-01-06 17:24:58 +00:00
7ab3a4fb2a Updated Spanish translation by Fco. Javier Fernandez
2003-01-06  Pablo Gonzalo del Campo <pablodc@bigfoot.com>

	* es.po: Updated Spanish translation by Fco. Javier Fernandez <serrador@arrakis.es>.

svn path=/trunk/; revision=19243
2003-01-06 16:18:01 +00:00
b4c4834eaa remove idldir definition. (It's defined in configure.in now)
* Makefile.am: remove idldir definition. (It's defined in
	configure.in now)

svn path=/trunk/; revision=19242
2003-01-06 14:19:06 +00:00
cd6da3a0c9 Use "Evolution", not "evolution", since that becomes the value of the
* configure.in (AC_INIT): Use "Evolution", not "evolution", since
	that becomes the value of the PACKAGE variable
	(privlibdir): parse $VERSION by hand since.
	EVOLUTION_MAJOR_VERSION, etc aren't defined any more (and trying
	to pass a variable to AC_INIT won't work). This and the above
	change fix the problem that privlibdir was being defined as
	"${libdir}/Evolution/." instead of "${libdir}/evolution/1.3"
	(GAL_VERSION): AC_SUBST this since it's needed in the .pc files
	(idldir): define this here rather than in each Makefile.am that
	needs it.
	(AC_OUTPUT): Add .pc files

	* Makefile.am (pkgconfig_DATA): Add pc files.
	(confexec_DATA): Remove this (fooConf.sh files)
	(SUBDIRS): Move filter earlier in the build. (I think it was
	calendar that depends on it now?)
	(%Conf.sh): Remove this. The .pc files are output by configure.in
	now.

	* camel.pc.in, evolution-addressbook.pc.in,
	evolution-calendar.pc.in, evolution-shell.pc.in: Replace the
	*Conf.sh files with these. In addition to the basic variables,
	include camel_providerdir (in camel.pc) and idldir, IDL_INCLUDES
	and privlibdir (in the others).

svn path=/trunk/; revision=19241
2003-01-06 14:16:59 +00:00
b993405d21 Updated Hungarian translation.
2003-01-06  Andras Timar <timar@gnome.hu>

        * hu.po: Updated Hungarian translation.

svn path=/trunk/; revision=19240
2003-01-06 09:55:24 +00:00
18f922ae4b init local exception before doing anything. fixes a crash.
2003-01-06  Not Zed  <NotZed@Ximian.com>

	* camel-store.c (store_sync): init local exception before doing
	anything.  fixes a crash.

svn path=/trunk/; revision=19238
2003-01-05 23:48:10 +00:00
1c9b48a33c spell-check
svn path=/trunk/; revision=19237
2003-01-05 01:23:55 +00:00
980b281b5a Use e_destination_get_email() instead of e_destination_get_address() when
2003-01-04  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (composer_get_message): Use
	e_destination_get_email() instead of e_destination_get_address()
	when checking that we have a list of valid recipients to send the
	message to because get_email() returns the addr-spec portion of
	the address, which is what we care about. if that doesn't exist,
	then the address is useless. This does all we can do mailer-side
	for the recent "SMTP Problem" thread.

svn path=/trunk/; revision=19236
2003-01-04 23:12:17 +00:00
73fa3a6e62 Instead of checking recipients != NULL, check that camel_address_length
2003-01-04  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/smtp/camel-smtp-transport.c (smtp_send_to): Instead of
	checking recipients != NULL, check that camel_address_length
	(recipients) != 0 since it is illegal for recipients to be NULL
	(camel_transport_send_to already checks this).

svn path=/trunk/; revision=19235
2003-01-04 22:50:01 +00:00
6313402ba1 Adding the Comments file for people to store their, uh, comments.
svn path=/trunk/; revision=19234
2003-01-03 21:12:37 +00:00
61e9c64d30 This is the ChangeLog..
svn path=/trunk/; revision=19233
2003-01-03 21:08:59 +00:00
eb1a03ab33 Removing these files so that no on else looks at them quite yet.
svn path=/trunk/; revision=19232
2003-01-03 20:53:30 +00:00
b2ca80f210 Spec file which describes the desired appearance and behavior or the read receipt stuff.
svn path=/trunk/; revision=19231
2003-01-03 20:23:08 +00:00
b97be71e1c This screenshot show Outlook (Express)'s implementation of the read receipt itslef. (Shown as a message in my inbox.)
svn path=/trunk/; revision=19230
2003-01-03 20:16:42 +00:00
1e42c9e6ff more bug #'s
svn path=/trunk/; revision=19229
2003-01-03 20:16:15 +00:00
ecba452685 had to get rid of these two files, since their names were too confusing to expect anyone else to understand them. they have been replaced with the more aptly named receipt.jpg
svn path=/trunk/; revision=19228
2003-01-03 20:15:42 +00:00
9eceff66b1 added a bug # that was fixed
svn path=/trunk/; revision=19227
2003-01-03 20:01:58 +00:00
4aa0c65063 Scroll to the newly added row. (rule_delete): Scroll to the selected row.
2003-01-03  Jeffrey Stedfast  <fejj@ximian.com>

	* rule-editor.c (add_editor_response): Scroll to the newly added
	row.
	(rule_delete): Scroll to the selected row.
	(rule_move): After moving the row, re-select it and then scroll to
	make sure that it is still visible.

svn path=/trunk/; revision=19226
2003-01-03 20:00:46 +00:00
589d5c074b fixed some labels, and removed an unnecessary frame. this design could use some word help from aaron
svn path=/trunk/; revision=19225
2003-01-03 18:16:36 +00:00
70f4bec5aa Fixed some build issues.
2003-01-03  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-display.c: Fixed some build issues.

	* mail-search.c: Same.

	* mail-callbacks.c (save_draft_done): Use
	g_signal_handlers_disconnect_by_func().
	(manage_subscriptions): Use a weak_ref instead of connecting to
	the destroy event.

svn path=/trunk/; revision=19224
2003-01-03 17:53:32 +00:00
0717b2f938 Removing this screenshot because it was mangled by the screenshooting software I used to take it. Have already committed a cleaner replacement.
svn path=/trunk/; revision=19223
2003-01-03 16:46:38 +00:00
d16782f301 better screenshot of generic read receipt options
svn path=/trunk/; revision=19222
2003-01-03 16:45:35 +00:00
04812d76c6 screenshot of secure receipt options
svn path=/trunk/; revision=19221
2003-01-03 16:44:59 +00:00
5aea37a616 Initial mockup for the 'set message priority' feature
svn path=/trunk/; revision=19220
2003-01-03 16:10:58 +00:00
1ba3b2f3bc Initial spec for the 'set message priority' feature
svn path=/trunk/; revision=19219
2003-01-03 16:10:42 +00:00
e5704c9d63 Removing these two as they contain a spelling mistake.
Removing these two as they contain a spelling mistake.

svn path=/trunk/; revision=19218
2003-01-03 16:00:33 +00:00
f812aad01a Ignore Glade backup files.
svn path=/trunk/; revision=19217
2003-01-03 15:56:53 +00:00
0ee50f42cc Remove .bak files.
svn path=/trunk/; revision=19216
2003-01-03 15:55:15 +00:00
e515766604 glade2 file with an attempted design for evo's read receipt stuff
svn path=/trunk/; revision=19215
2003-01-03 15:51:24 +00:00
7b694f3141 various screenshots of outlook's implementation of read receipts
svn path=/trunk/; revision=19214
2003-01-03 15:50:27 +00:00
4891b26651 Updated Swedish translation somewhat.
2003-01-02  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation somewhat.

svn path=/trunk/; revision=19211
2003-01-02 22:38:23 +00:00
64ea8d10a8 A bunch of fixes to make e-util build with -DG_DISABLE_DEPRECATED and
2003-01-02  Jeffrey Stedfast  <fejj@ximian.com>

	A bunch of fixes to make e-util build with -DG_DISABLE_DEPRECATED
	and -DGTK_DISABLE_DEPRECATED.

svn path=/trunk/; revision=19210
2003-01-02 21:32:14 +00:00
84c85d8eb7 fixed to build with -DG_DISABLE_DEPRECATED
svn path=/trunk/; revision=19209
2003-01-02 20:52:15 +00:00
5eb3475aa2 fixed to build with -DG[TK]_DISABLE_DEPRECATED
svn path=/trunk/; revision=19208
2003-01-02 20:51:32 +00:00
6221468fa0 fixes
svn path=/trunk/; revision=19206
2003-01-02 20:05:58 +00:00
0655a2b8fd new
svn path=/trunk/; revision=19205
2003-01-02 20:05:40 +00:00
c43efddd13 more fixes
svn path=/trunk/; revision=19203
2003-01-02 18:33:06 +00:00