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

« back to all changes in this revision

Viewing changes to camel/providers/imapp/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2008-08-06  Matthew Barnes  <mbarnes@redhat.com>
2
 
 
3
 
        ** Fixes part of bug #545877
4
 
 
5
 
        * camel-imapp-driver.c:
6
 
        * camel-imapp-driver.h:
7
 
        * camel-imapp-engine.c:
8
 
        * camel-imapp-engine.h:
9
 
        * camel-imapp-store.c:
10
 
        Use CamelDList instead of EDList.
11
 
 
12
 
2008-08-01  Matthew Barnes  <mbarnes@redhat.com>
13
 
 
14
 
        * camel-imapp-store-summary.c:
15
 
        * camel-imapp-store.c:
16
 
        * camel-imapp-utils.c:
17
 
        Remove unnecessary <libedataserver/e-memory.h> include.
18
 
 
19
 
2008-05-06  Matthew Barnes  <mbarnes@redhat.com>
20
 
 
21
 
        ** Fixes part of bug #424744
22
 
 
23
 
        * camel-imapp-driver.c:
24
 
        * camel-imapp-engine.c:
25
 
        Use CamelMsgPort instead of EMsgPort.
26
 
 
27
 
2008-03-27  Matthew Barnes  <mbarnes@redhat.com>
28
 
 
29
 
        ** Fixes part of bug #518710
30
 
 
31
 
        * camel-imapp-folder.c:
32
 
        * camel-imapp-store-summary.c:
33
 
        Remove unneeded inclusion of <libedataserver/md5-utils.h>.
34
 
 
35
 
2008-01-21  Matthew Barnes  <mbarnes@redhat.com>
36
 
 
37
 
        ** Fixes part of bug #510303
38
 
 
39
 
        * camel-imapp-store.c (imap_connect):
40
 
        Escape the authentication error message so the markup parser
41
 
        will parse it verbatim.
42
 
 
43
 
2008-01-17  Matthew Barnes  <mbarnes@redhat.com>
44
 
 
45
 
        ** Fixes part of bug #506250
46
 
 
47
 
        * camel-imapp-store.c (store_get_pass):
48
 
        Use a consistently worded password prompt message by calling
49
 
        camel_session_build_password_prompt().
50
 
 
51
 
2007-04-05  Ross Burton  <ross@openedhand.com>
52
 
 
53
 
        * camel-imapp-folder.c:
54
 
        Use g_mkdir_with_parents (#383686).
55
 
 
56
 
2006-06-15  Andre Klapper  <a9016009@gmx.de>
57
 
 
58
 
        * camel-imapp-store.c: 
59
 
        changing "cancelled" to "canceled" in user-visible strings.
60
 
        Fixes bug #342163.
61
 
 
62
 
2005-04-17  Changwoo Ryu  <cwryu@debian.org>
63
 
 
64
 
        ** See bug #300891
65
 
        
66
 
        * Makefile.am (INCLUDES): define
67
 
        CAMEL_EXPLICIT_TRANSLATION_DOMAIN.
68
 
 
69
 
        * camel-imapp-provider.c (camel_provider_module_init):
70
 
        set translation_domain in CamelProvider struct.
71
 
 
72
 
2004-11-11  Not Zed  <NotZed@Ximian.com>
73
 
 
74
 
        * updates for camel folder summary api changes.
75
 
 
76
 
2004-09-30  Not Zed  <NotZed@Ximian.com>
77
 
 
78
 
        * camel-imapp-engine.c: make the build again, warnings, doesn't
79
 
        work.
80
 
 
81
 
2004-09-28  Not Zed  <NotZed@Ximian.com>
82
 
 
83
 
        * camel-imapp-engine.c (camel_imapp_engine_command_free): assume
84
 
        the command isn't in a list now.
85
 
        (cie_worker): worker thread code.
86
 
 
87
 
        * camel-imapp-engine.h: make the imappcommand a
88
 
        message.
89
 
 
90
 
2004-09-28  Not Zed  <NotZed@Ximian.com>
91
 
 
92
 
        * added new changelog.
93