~ubuntu-branches/ubuntu/natty/evolution-data-server/natty

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libedata-book/html/EBookBackendSummary.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-06-21 14:38:41 UTC
  • mfrom: (1.1.80 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621143841-pdgwume6r8rhzoyo
Tags: 2.30.2-0ubuntu1
* New upstream release:
  - Mail inline parser doesn't always work (Milan Crha) (LP: #219104)
  - Corruption of mailbox and can't expunge trash (Milan Crha)
    (LP: #286497, #325157)
  - WebDAV addressbook is too strict about content-type (Petr Tomasek)
  - Handle server's resource rename on WebDAV PUT response (Milan Crha)
  - Use NSS SQLite database, if available (Craig Ringer)
  - Fix NULL return without exception on krb5-auth-dialog
    failure (David Woodhouse)
  - Categories not translated in menus (Matthew Barnes) (LP: #443215)
  - Fix translation domain for default categories (Gert Michael Kulyk)
  - Mishandling of '@' in WebDAV contacts username (Milan Crha)
    (LP: #497146)
  - Use CRLF in signed & encrypted S/MIME messages
  - Remove superfluous space in flags in APPEND command (David Woodhouse)
  - Crash in gnome_keyring_item_info_free from e-passwords.c (Milan Crha)
  - Fix GSSAPI (and other SASL) authentication for imapx (David Woodhouse)
  - Teach camel_sexp_to_sql_sexp about no-arg (match-all)
    (Matt McCutchen 2)
  - Contacts are not displayed in GW Addressbook (Bharath Acharya)
  - Don't use an unitialized key in folder_changed_remove_uid
    (Claudio Saavedra)
  - Evolution didn't quit due to deadlock (Milan Crha)
  - Crash of e-addressbook-factory on second start of evolution (Milan Crha)
  - Fix translation of birthday and anniversary events (Gert Michael Kulyk)
  - Return formatted address in e_destination_get_address (David Ayers)
    (LP: #229187)
  - Add imap-over-custom-command support for imapx (David Woodhouse)
  - Fix fetch of large mails from broken servers like Exchange
    (David Woodhouse)
  - Fix double command ->complete() in imapx_command_start_next()
    (David Woodhouse)
  - Fix double-free of is->literal in cancel_all_jobs() (David Woodhouse)
  - use 'UID FETCH' instead of 'FETCH' for scan_changes (David Woodhouse)
  - Remove GroupWise debugging messages. (Matthew Barnes)
  - Bump libedataserver soname twice. (Matthew Barnes)
  - Check EBook DBus error names without underscores too (Milan Crha)
  - Create a section in the name selector dialog in its own function
    (Federico Mena Quintero)
  - Create the configdir instead of bailing out if it does not exist
    (Fridrich Štrba)
  -  Don't set a default vertical size for the name selector window
    (Federico Mena Quintero)
  - Fix locking issues in cancel_all_jobs() (David Woodhouse)
  - Fix pointlessly narrow default width in the name selection dialog
  - Name the pointless label at the top, so it can be disabled for MeeGo
    (Michael Meeks)
  - Fix tagprefix for multiple accounts. (David Woodhouse)
  - Fix typo in patch for bug on WebDAV (Milan Crha)
  - Put the name selector's section labels in the same row as the
    treeviews (Federico Mena Quintero)
  - Redo the container hierarchy in the name selector dialog
    (Federico Mena Quintero)
  - Remove an unused label in the name selector dialog
    (Federico Mena Quintero)
  - Remove border_width from the name selector's dialog toplevel
    contents (Federico Mena Quintero)
  - Shrink the spacing between the name selector's sections
    (Federico Mena Quintero)
  - Skip WebDAV responses which don't begin with BEGIN:VCARD (Milan Crha)
  - Specify the executable extension where applicable in the service
    files (Fridrich Štrba)
  - updated translations
* Removed patches from upstream:
  - debian/patches/01_unitialized_key.patch
  - debian/patches/02_fix-warning-in_source_get_uri.patch
  - debian/patches/03_bump-soname-libedataserver.patch
* debian/patches/25_mute-debug-messages.patch updated
* debian/patches/90_autoreconf.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
<span class="returnvalue">gboolean</span>            <a class="link" href="EBookBackendSummary.html#e-book-backend-summary-load" title="e_book_backend_summary_load ()">e_book_backend_summary_load</a>         (<em class="parameter"><code><a class="link" href="EBookBackendSummary.html" title="EBookBackendSummary"><span class="type">EBookBackendSummary</span></a> *summary</code></em>);
46
46
<span class="returnvalue">gboolean</span>            <a class="link" href="EBookBackendSummary.html#e-book-backend-summary-save" title="e_book_backend_summary_save ()">e_book_backend_summary_save</a>         (<em class="parameter"><code><a class="link" href="EBookBackendSummary.html" title="EBookBackendSummary"><span class="type">EBookBackendSummary</span></a> *summary</code></em>);
47
47
<span class="returnvalue">void</span>                <a class="link" href="EBookBackendSummary.html#e-book-backend-summary-add-contact" title="e_book_backend_summary_add_contact ()">e_book_backend_summary_add_contact</a>  (<em class="parameter"><code><a class="link" href="EBookBackendSummary.html" title="EBookBackendSummary"><span class="type">EBookBackendSummary</span></a> *summary</code></em>,
48
 
                                                         <em class="parameter"><code><span class="type">EContact</span> *contact</code></em>);
 
48
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
49
49
<span class="returnvalue">void</span>                <a class="link" href="EBookBackendSummary.html#e-book-backend-summary-remove-contact" title="e_book_backend_summary_remove_contact ()">e_book_backend_summary_remove_contact</a>
50
50
                                                        (<em class="parameter"><code><a class="link" href="EBookBackendSummary.html" title="EBookBackendSummary"><span class="type">EBookBackendSummary</span></a> *summary</code></em>,
51
51
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *id</code></em>);
170
170
<div class="refsect2" title="e_book_backend_summary_add_contact ()">
171
171
<a name="e-book-backend-summary-add-contact"></a><h3>e_book_backend_summary_add_contact ()</h3>
172
172
<pre class="programlisting"><span class="returnvalue">void</span>                e_book_backend_summary_add_contact  (<em class="parameter"><code><a class="link" href="EBookBackendSummary.html" title="EBookBackendSummary"><span class="type">EBookBackendSummary</span></a> *summary</code></em>,
173
 
                                                         <em class="parameter"><code><span class="type">EContact</span> *contact</code></em>);</pre>
 
173
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
174
174
<p>
175
175
Adds a summary of <em class="parameter"><code>contact</code></em> to <em class="parameter"><code>summary</code></em>. Does not check if
176
176
the contact already has a summary.
185
185
</tr>
186
186
<tr>
187
187
<td><p><span class="term"><em class="parameter"><code>contact</code></em> :</span></p></td>
188
 
<td>an <span class="type">EContact</span> to add
 
188
<td>an <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> to add
189
189
</td>
190
190
</tr>
191
191
</tbody>