** Fixes bug #553479
2008-09-24 Philip Withnall <philip@tecnocode.co.uk> ** Fixes bug #553479 * shell/shell.error.xml: * plugins/webdav-account-setup/webdav-contacts-source.c (plugin_webdav_contacts): * plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml: * plugins/python/org-gnome-evolution-python.eplug.xml: * plugins/google-account-setup/org-gnome-evolution-google.eplug.xml: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml: * mail/em-migrate.c (migrate_to_db): * mail/evolution-mail.schemas.in: * addressbook/gui/component/ldap-config.glade: String capitalisation improvements. svn path=/trunk/; revision=36439
This commit is contained in:
committed by
Philip Withnall
parent
c405e5f281
commit
2ecb4c7dc0
@ -1,3 +1,9 @@
|
||||
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
|
||||
|
||||
** Fixes bug #553479
|
||||
|
||||
* gui/component/ldap-config.glade: String capitalisation improvements.
|
||||
|
||||
2008-09-23 Milan Crha <mcrha@redhat.com>
|
||||
|
||||
** Part of fix for bug #553273
|
||||
|
||||
@ -475,7 +475,7 @@
|
||||
<child>
|
||||
<widget class="GtkEntry" id="server-name-entry">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">This is the full name of your ldap server. For example, "ldap.mycompany.com".</property>
|
||||
<property name="tooltip" translatable="yes">This is the full name of your LDAP server. For example, "ldap.mycompany.com".</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="has_focus">True</property>
|
||||
<property name="editable">True</property>
|
||||
@ -635,7 +635,7 @@
|
||||
<child>
|
||||
<widget class="GtkOptionMenu" id="auth-optionmenu">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">This is the method Evolution will use to authenticate you. Note that setting this to "Email Address" requires anonymous access to your ldap server.</property>
|
||||
<property name="tooltip" translatable="yes">This is the method Evolution will use to authenticate you. Note that setting this to "Email Address" requires anonymous access to your LDAP server.</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="history">0</property>
|
||||
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
|
||||
|
||||
** Fixes bug #553479
|
||||
|
||||
* em-migrate.c (migrate_to_db):
|
||||
* evolution-mail.schemas.in: String capitalisation improvements.
|
||||
|
||||
2008-09-23 Milan Crha <mcrha@redhat.com>
|
||||
|
||||
** Part of fix for bug #553273
|
||||
|
||||
@ -2896,7 +2896,7 @@ migrate_to_db()
|
||||
|
||||
camel_session_set_online ((CamelSession *) session, FALSE);
|
||||
em_migrate_setup_progress_dialog (_("The summary format of the Evolution mailbox "
|
||||
"folders has been moved to sqlite since Evolution 2.24.\n\nPlease be "
|
||||
"folders has been moved to SQLite since Evolution 2.24.\n\nPlease be "
|
||||
"patient while Evolution migrates your folders..."));
|
||||
|
||||
em_migrate_set_progress ( (double)i/(len+1));
|
||||
|
||||
@ -315,9 +315,9 @@
|
||||
<type>int</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Load images for HTML messages over http</short>
|
||||
<short>Load images for HTML messages over HTTP</short>
|
||||
<long>
|
||||
Load images for HTML messages over http(s). Possible values are:
|
||||
Load images for HTML messages over HTTP(S). Possible values are:
|
||||
"0" - Never load images off the net.
|
||||
"1" - Load images in messages from contacts.
|
||||
"2" - Always load images off the net.
|
||||
@ -390,11 +390,11 @@
|
||||
<type>list</type>
|
||||
<list_type>string</list_type>
|
||||
<locale name="C">
|
||||
<short>List of mime types to check for bonobo component viewers</short>
|
||||
<short>List of MIME types to check for Bonobo component viewers</short>
|
||||
<long>
|
||||
If there isn't a builtin viewer for a particular mime-type inside Evolution,
|
||||
any mime-types appearing in this list which map to a bonobo-component viewer
|
||||
in GNOME's mime-type database may be used for displaying content.
|
||||
If there isn't a builtin viewer for a particular MIME type inside Evolution,
|
||||
any MIME types appearing in this list which map to a Bonobo component viewer
|
||||
in GNOME's MIME type database may be used for displaying content.
|
||||
</long>
|
||||
</locale>
|
||||
</schema>
|
||||
@ -633,7 +633,7 @@
|
||||
<type>bool</type>
|
||||
<default>true</default>
|
||||
<locale name="C">
|
||||
<short>Allows evolution to display text part of limited size</short>
|
||||
<short>Allows Evolution to display text part of limited size</short>
|
||||
<long>
|
||||
Enable to render message text part of limited size.
|
||||
</long>
|
||||
@ -650,7 +650,7 @@
|
||||
<short>Text message part limit</short>
|
||||
<long>
|
||||
This decides the max size of the text part that can be formatted under
|
||||
evolution. The default is 4MB / 4096 KB and is specified interms of KB.
|
||||
Evolution. The default is 4MB / 4096 KB and is specified in terms of KB.
|
||||
</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
|
||||
|
||||
** Fixes bug #553479
|
||||
|
||||
* org-gnome-audio-inline.eplug.xml: String capitalisation
|
||||
improvements.
|
||||
|
||||
2008-08-12 Bharath Acharya <abharath@novell.com>
|
||||
|
||||
* Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
location="@PLUGINDIR@/liborg-gnome-audio-inline@SOEXT@"
|
||||
_name="Audio inline plugin">
|
||||
|
||||
<_description>A formatter plugin which displays audio attachments inline and allows you to play them directly from evolution.</_description>
|
||||
<_description>A formatter plugin which displays audio attachments inline and allows you to play them directly from Evolution.</_description>
|
||||
<author name="Radek Doulík" email="rodo@novell.com"/>
|
||||
|
||||
<hook class="org.gnome.evolution.mail.format:1.0">
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
|
||||
|
||||
** Fixes bug #553479
|
||||
|
||||
* org-gnome-evolution-google.eplug.xml: String capitalisation
|
||||
improvements.
|
||||
|
||||
2008-08-27 Sankar P <psankar@novell.com>
|
||||
|
||||
License Changes
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
location="@PLUGINDIR@/liborg-gnome-evolution-google@SOEXT@" load-on-startup="false" localedir = "@LOCALEDIR@" system_plugin="true">
|
||||
<author name="Ebby Wiselyn" email="ebbywiselyn@gmail.com"/>
|
||||
<author name="Joergen Scheibengruber" email="joergen.scheibengruber@googlemail.com"/>
|
||||
<_description>A plugin to setup google calendar and contacts.</_description>
|
||||
<_description>A plugin to setup Google Calendar and Contacts.</_description>
|
||||
|
||||
<hook class="org.gnome.evolution.calendar.config:1.0">
|
||||
<group target="source" id="org.gnome.evolution.calendar.calendarProperties">
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
|
||||
|
||||
** Fixes bug #553479
|
||||
|
||||
* org-gnome-evolution-python.eplug.xml: String capitalisation
|
||||
improvements.
|
||||
|
||||
2008-09-12 Sankar P <psankar@novell.com>
|
||||
|
||||
License Changes
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<e-plugin type="shlib" id="org.gnome.evolution.plugin.python"
|
||||
location="@PLUGINDIR@/liborg-gnome-evolution-python@SOEXT@" _name="Python Loader" load_level="1">
|
||||
|
||||
<_description>A plugin which loads other plugins written using python.</_description>
|
||||
<_description>A plugin which loads other plugins written using Python.</_description>
|
||||
|
||||
<author name="Johnny Jacob" email="jjohnny@novell.com"/>
|
||||
</e-plugin>
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
|
||||
|
||||
** Fixes bug #553479
|
||||
|
||||
* org-gnome-tnef-attachments.eplug.xml: String capitalisation
|
||||
improvements.
|
||||
|
||||
2008-09-03 Sankar P <psankar@novell.com>
|
||||
|
||||
* plugins/tnef-attachments/tnef-plugin.c:
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
id="org.gnome.evolution.mail.tnefattachments"
|
||||
location="@PLUGINDIR@/liborg-gnome-tnef-attachments@SOEXT@"
|
||||
_name="TNEF Attachment decoder">
|
||||
<_description>A simple plugin which uses ytnef to decode tnef attachments.</_description>
|
||||
<_description>A simple plugin which uses yTNEF to decode TNEF attachments.</_description>
|
||||
<author name="Lucky Wankhede" email="wlakke@novell.com"/>
|
||||
|
||||
<hook class="org.gnome.evolution.mail.format:1.0">
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
|
||||
|
||||
** Fixes bug #553479
|
||||
|
||||
* webdav-contacts-source.c (plugin_webdav_contacts):
|
||||
String capitalisation improvements.
|
||||
|
||||
2008-08-12 Bharath Acharya <abharath@novell.com>
|
||||
|
||||
* Makefile.am: Added necessary libraries to link to. Build break while
|
||||
|
||||
@ -335,7 +335,7 @@ plugin_webdav_contacts(EPlugin *epl, EConfigHookItemFactoryData *data)
|
||||
|
||||
uidata->avoid_ifmatch_toggle = GTK_TOGGLE_BUTTON(
|
||||
gtk_check_button_new_with_mnemonic(
|
||||
_("_Avoid IfMatch (needed on apache < 2.2.8)")));
|
||||
_("_Avoid IfMatch (needed on Apache < 2.2.8)")));
|
||||
gtk_box_pack_start(hbox, GTK_WIDGET(uidata->avoid_ifmatch_toggle),
|
||||
FALSE, FALSE, 0);
|
||||
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
|
||||
|
||||
** Fixes bug #553479
|
||||
|
||||
* shell.error.xml: String capitalisation improvements.
|
||||
|
||||
2008-09-19 Sankar P <psankar@novell.com>
|
||||
|
||||
License Changes
|
||||
|
||||
@ -29,7 +29,7 @@ If you choose to continue, you may not have access to some of your old data.
|
||||
<error id="upgrade-remove-1-4" type="question" default="GTK_RESPONSE_CANCEL">
|
||||
<title>Delete old data from version {0}?</title>
|
||||
<_primary>Delete old data from version {0}?</_primary>
|
||||
<_secondary xml:space="preserve">The previous version of evolution stored its data in a different location.
|
||||
<_secondary xml:space="preserve">The previous version of Evolution stored its data in a different location.
|
||||
|
||||
If you choose to remove this data, the entire contents of the "evolution" directory will be removed permanently. If you choose to keep this data, then you may manually remove the contents of "evolution" at your convenience.
|
||||
</_secondary>
|
||||
|
||||
Reference in New Issue
Block a user