~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-updates

« back to all changes in this revision

Viewing changes to servers/exchange/lib/e2k-restriction.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-13 15:01:33 UTC
  • mfrom: (1.1.69 upstream)
  • Revision ID: james.westby@ubuntu.com-20090713150133-4lxw1fqpbo2b1i7w
Tags: 2.27.4-0ubuntu1
* New upstream version:
  Bug Fixes:
  Addressbook:
  - #540779 - Do not call e_book_new in the main thread (lp: #265044)
  - #563668 - Do not pop-down an empty completion list 
  - #586225 - Parse numeric name suffixes 
  Calendar:
  - #548702 - google calendar source does not show all events  (lp: #183846)
  Mail:
  - #575701 - Message disappear from unread vfolder, when reply. 
  - #568302 - create camel summary table if not exists on load 
  - #586602 – folder messages are lost on folder rename 
  - #327285 - Word "Success" in error message for failed action (lp: #175599)
  - #587699 - IMAP - Localize only Inbox folder name, no other 
  - #579065 - IMAP - Synchronize remote mail locally is not working 
    (lp: #331478)
  - #564388 - UI blocks for a long time when downloading mails with nntp 
  Misc:
  - #586442 – Various build cleanups 
  - #586477 – Fix quoting in configure.ac 
  - #586811 – Require automake 1.9 and fix whitespace 
  - #586813 – Fix iconv cflags/libs in configure.ac 
  - #586809 – Enable "silent rules" automake 1.11 option 
  - #587165 – Double free in initialize_categories 
  - #587374 - iconv test broken on some gcc 
      Other Fixes:
  Misc:
  Use G_BEGIN_DECLS / G_END_DECLS macros. 
  Work around deprecation of g_mapped_file_free
  Silence some compiler warnings 
  Fixes for windows build 
  Calendar:
  CalDav Fixes/improvements 
  Translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
#include "e2k-types.h"
8
8
 
9
 
#ifdef __cplusplus
10
 
extern "C" {
11
 
#pragma }
12
 
#endif /* __cplusplus */
 
9
G_BEGIN_DECLS
13
10
 
14
11
typedef enum {
15
12
        E2K_RELOP_LT = 0,
95
92
void            e2k_restriction_append      (GByteArray           *ba,
96
93
                                             E2kRestriction       *rn);
97
94
 
98
 
#ifdef __cplusplus
99
 
}
100
 
#endif /* __cplusplus */
 
95
G_END_DECLS
101
96
 
102
97
#endif /* __E2K_RESTRICTION_H__ */