aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Removed the VFS crap; my mistake, it should not go here.Federico Mena Quintero2000-01-221-0/+2
| | | | | | | | | | | 2000-01-21 Federico Mena Quintero <federico@helixcode.com> * libversit/vcc.y: Removed the VFS crap; my mistake, it should not go here. * configure.in: Added yacc requirements for libversit. svn path=/trunk/; revision=1603
* Libversit / VFS work - FedericoArturo Espinosa2000-01-211-0/+2
| | | | svn path=/trunk/; revision=1601
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-191-0/+3
| | | | | | | | More work on the code. Added more for the framework. Miguel. svn path=/trunk/; revision=1593
* Finishing previous commit.Chris Lahey2000-01-171-1/+2
| | | | svn path=/trunk/; revision=1582
* Add the gnomecanvaspixbuf argument to gnome-config invocations.Federico Mena Quintero2000-01-171-7/+7
| | | | | | | | | 2000-01-17 Federico Mena Quintero <federico@helixcode.com> * configure.in: Add the gnomecanvaspixbuf argument to gnome-config invocations. svn path=/trunk/; revision=1578
* Use e_bar_set_item_data.Miguel de Icaza2000-01-161-0/+1
| | | | | | | | | | | | | | | | 2000-01-10 Miguel de Icaza <miguel@gnu.org> * widgets/shortcut-bar/e-shortcut-bar.c (e_shortcut_bar_add_item): Use e_bar_set_item_data. Drop item_url; Require image argument; Require user data argument. 2000-01-09 Miguel de Icaza <miguel@gnu.org> * widgets/shortcut-bar/e-icon-bar.c (e_icon_bar_init): Turn on anti-aliasing. svn path=/trunk/; revision=1573
* GdkPixbufArturo Espinosa2000-01-101-6/+16
| | | | svn path=/trunk/; revision=1551
* More framework work -miguelArturo Espinosa2000-01-071-8/+21
| | | | svn path=/trunk/; revision=1539
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-061-3/+12
| | | | | | | | | Lots of reorganization to get the Evolution shell to begin its life. It also includes a new evolution widget from Damon. Miguel. svn path=/trunk/; revision=1536
* part of the mbox provider.bertrand1999-12-221-0/+1
| | | | | | | | | | | | 1999-12-22 bertrand <Bertrand.Guiheneuf@aful.org> * camel/providers/mbox/camel-mbox-store.h: * camel/providers/mbox/camel-mbox-store.c: * camel/providers/mbox/camel-mbox-folder.h: * camel/providers/mbox/camel-mbox-folder.c: part of the mbox provider. svn path=/trunk/; revision=1510
* added widgets/meeting-time-sel/MakefileDamon Chaplin1999-12-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-12-19 Damon Chaplin <damon@karuna.freeserve.co.uk> * configure.in (AC_OUTPUT): added widgets/meeting-time-sel/Makefile In widgets directory: 1999-12-19 Damon Chaplin <damon@karuna.freeserve.co.uk> * Makefile.am (SUBDIRS): created SUBDIRS with meeting-time-sel. * meeting-time-sel/Makefile.am: * meeting-time-sel/.cvsignore: * meeting-time-sel/e-meeting-time-sel.h: * meeting-time-sel/e-meeting-time-sel.c: * meeting-time-sel/e-meeting-time-sel-item.h: * meeting-time-sel/e-meeting-time-sel-item.c: * meeting-time-sel/e-meeting-time-sel-list-item.h: * meeting-time-sel/e-meeting-time-sel-list-item.c: * meeting-time-sel/e-meeting-time-sel-mail.xpm: * meeting-time-sel/e-meeting-time-sel-no-mail.xpm: * meeting-time-sel/test-meeting-time-sel.c: new files implementing the meeting time selector. svn path=/trunk/; revision=1505
* More work:Ettore Perazzoli1999-11-171-0/+1
| | | | | | | - Fixed some Camel API naming issues. - Moved the message composer stuff to the `composer' directory. svn path=/trunk/; revision=1395
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-061-0/+1
| | | | | | installation fixes for Camel. svn path=/trunk/; revision=1369
* A lot of changes. The thread proxy mechanismbertrand1999-10-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is now functional. The signal proxy needs to be tested though. The thread proxy folder is being implemented. A rough summary : 1999-10-13 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder.c (camel_folder_close): the folder->close method is now asynchronous. * camel/camel-folder-pt-proxy.c (_folder_open_cb): (_open): (_folder_open_cb): (_open): open/close method implemented in the thread proxy folder. More to come. * camel/camel-exception.c (camel_exception_xfer): new utility func. * camel/camel-marshal-utils.c: some new marshallers * camel/camel-folder-pt-proxy.c: Some explanations on the thread proxy system. 1999-10-11 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-marshal-utils.c: camel/camel-marshal-utils.h: Handles operation marshalling. * camel/camel-thread-proxy.c: camel/camel-thread-proxy.h: new files. Generic proxy system. * camel/camel-folder-pt-proxy.c moved all proxy related code in dedicated files. (camel_folder_pt_proxy_init): removed proxy initialisation code (_finalize): removed proxy finalization code * camel/camel-exception.c (camel_exception_new): (camel_exception_set): (camel_exception_free): New funcs. svn path=/trunk/; revision=1328
* Check pthreads.bertrand1999-09-221-0/+13
| | | | | | | | | | | | | 1999-09-21 bertrand <Bertrand.Guiheneuf@aful.org> * configure.in: Check pthreads. * camel/Makefile.am: camel-folder-pt-proxy.c is only compiled when pthreads are available. svn path=/trunk/; revision=1247
* Added (experimental) maildir provider written by Jukka Zittingbertrand1999-09-031-0/+1
| | | | | | | | | | | | | | | 1999-09-02 bertrand <Bertrand.Guiheneuf@aful.org> * camel/providers/maildir: Added (experimental) maildir provider written by Jukka Zitting <hukka@greywolves.org> * camel/providers/Makefile.am (SUBDIRS): build maildir provider. * camel/camel-provider.c (camel_provider_get_for_protocol): bug fix. patch from Jukka Zitting <hukka@greywolves.org> svn path=/trunk/; revision=1168
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-011-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | 1999-09-01 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder.c (_finalize): (_set_name): * camel/camel-mime-message.c (_finalize): * camel/camel-mime-part.c (_finalize): (_set_description): (_set_disposition): * camel/camel-service.c (_finalize): * camel/camel-stream-fs.c (_finalize): * camel/gmime-content-field.c: (gmime_content_field_construct_from_string): * camel/url-util.c (g_url_free): When using g_free (obj) don't test if obj != NULL g_free () already do that. Thanks to elerium for the feedback. 19 svn path=/trunk/; revision=1151
* some test filesBertrand Guiheneuf1999-08-101-0/+20
| | | | svn path=/trunk/; revision=1101
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-11/+14
| | | | svn path=/trunk/; revision=1052
* new class. Represents an abstract stream object.bertrand1999-05-311-2/+2
| | | | | | | | | 1999-05-30 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-stream.h: new class. Represents an abstract stream object. svn path=/trunk/; revision=960
* syncBertrand Guiheneuf1999-05-301-0/+18
| | | | svn path=/trunk/; revision=959
* testsBertrand Guiheneuf1999-05-191-0/+1
| | | | | | | | | * tests/test1.c (main): tests * camel/camel-mime-message.c (_write_to_file): started write_to framework for mime_messages svn path=/trunk/; revision=931
* start test provider.bertrand1999-04-221-0/+2
| | | | | | | | | 1999-04-21 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/providers/MH/camel-mh-folder.c (camel_mh_folder_get_type): start test provider. svn path=/trunk/; revision=864
* A first attempt at setting up the documentation system.Bertrand Guiheneuf1999-04-211-0/+2
| | | | svn path=/trunk/; revision=862
* Initial revisionBertrand Guiheneuf1999-04-181-0/+49
svn path=/trunk/; revision=846