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

« back to all changes in this revision

Viewing changes to addressbook/libebook/e-book.c

  • 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:
259
259
        e_book_op_free (op);
260
260
}
261
261
 
262
 
 
263
262
static gboolean
264
263
do_add_contact (gboolean          sync,
265
264
                EBook            *book,
569
568
        }
570
569
}
571
570
 
572
 
 
573
571
/**
574
572
 * e_book_commit_contact:
575
573
 * @book: an #EBook
687
685
                return FALSE;
688
686
        }
689
687
 
690
 
 
691
688
        CORBA_exception_free (&ev);
692
689
 
693
690
        if (sync) {
778
775
                return FALSE;
779
776
        }
780
777
 
781
 
 
782
778
        CORBA_exception_free (&ev);
783
779
 
784
780
        if (sync) {
1075
1071
                return FALSE;
1076
1072
        }
1077
1073
 
1078
 
 
1079
1074
        CORBA_exception_free (&ev);
1080
1075
 
1081
1076
        if (sync) {
2205
2200
        return FALSE;
2206
2201
}
2207
2202
 
2208
 
 
2209
2203
static void
2210
2204
e_book_response_get_contacts (EBook       *book,
2211
2205
                              guint32      opid,
3073
3067
 
3074
3068
        return FALSE;
3075
3069
 
3076
 
 
3077
3070
}
3078
3071
 
3079
3072
static void
3205
3198
 
3206
3199
 
3207
3200
 
3208
 
 
3209
3201
/* Set a flag for operation from the operation hash table */
3210
3202
static void
3211
3203
find_key_value (gpointer key, gpointer value, gpointer data)
3327
3319
                return FALSE;
3328
3320
        }
3329
3321
 
3330
 
 
3331
3322
        /*
3332
3323
         * Create our local BookListener interface.
3333
3324
         */
3700
3691
        return e_book_set_default_source (source, error);
3701
3692
}
3702
3693
 
3703
 
 
3704
3694
/**
3705
3695
 * e_book_set_default_source:
3706
3696
 * @source: An #ESource pointer