aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_PIM_1_1_0nobody1999-12-03348-49080/+0
* 1.1.0Arturo Espinosa1999-12-032-83/+174
* The long-awaited and much-needed (IMNSHO) snooze button for gnomecal alarms.Russell Steinthal1999-12-039-16/+168
* undef DEBUG_CALCONDUT, suppresses debug output.Eskil Heyn Olsen1999-12-034-6/+10
* Debugging enhancements: report alarms not added (because they have alreadyRussell Steinthal1999-12-034-30/+131
* Fix it correctly -miguelArturo Espinosa1999-12-023-15/+6
* Keep track of the originally allocated piece of code.Miguel de Icaza1999-12-025-15/+27
* Removed change cursor from here.Miguel de Icaza1999-12-0235-87/+353
* New images, the previous ones sucked. Thanks to Mark for his helpArturo Espinosa1999-12-016-93/+90
* Add missing filesArturo Espinosa1999-12-0115-0/+1872
* This one derives from e-cell-toggle.Miguel de Icaza1999-12-0125-1152/+284
* New cell-toggle stuff compiles -miguelArturo Espinosa1999-11-3019-42/+179
* New file. Implement a multi-state image toggle cell object.Miguel de Icaza1999-11-3026-168/+1993
* Fixed compare bug. Also neated up some of the if's in set_status.Eskil Heyn Olsen1999-11-304-33/+44
* Small cosmetic fixArturo Espinosa1999-11-298-21/+114
* New methods; They implement editing.Miguel de Icaza1999-11-2932-294/+1301
* beginning of the keyboard navigation.Miguel de Icaza1999-11-2841-441/+1435
* More work.Arturo Espinosa1999-11-2711-72/+386
* Compute height using the ecell methods here. (eti_get_height): new methodMiguel de Icaza1999-11-2739-237/+646
* more small typo fixes.Michael Meeks1999-11-263-12/+12
* minor typo fixes.Michael Meeks1999-11-264-8/+16
* New routine: Realizes the cell views (eti_unrealize_cell_views): NewMiguel de Icaza1999-11-252-0/+18
* It draws the data. WEEEEEEEEE! MiguelArturo Espinosa1999-11-2527-162/+249
* Realize cells.Miguel de Icaza1999-11-2563-695/+1713
* removing this libhnj.m4 file... was some kind of mistakeMathieu Lacage1999-11-241-165/+0
* Added libhnj.m4 to allow Go to compile. Hope this is not baaad. please, let m...Mathieu Lacage1999-11-241-0/+165
* Updated ROADMAPArturo Espinosa1999-11-232-0/+76
* <self_serving> Add myself to AUTHORS, about box </self_serving>Russell Steinthal1999-11-234-1/+5
* Merged Rusty's last todo list coloring patch from stable to HEAD.Russell Steinthal1999-11-229-124/+640
* More stuffArturo Espinosa1999-11-2217-0/+476
* Writes some warning messages when pre_sync fails.Eskil Heyn Olsen1999-11-224-0/+11
* WOOOOHOOOOOoO! It took me quite a while to figure this one out. Fixed.Miguel de Icaza1999-11-215-3/+9
* Compute width, keep track of it. (ethi_add_table_header): Monitor changesMiguel de Icaza1999-11-2117-96/+395
* more stuff -migArturo Espinosa1999-11-205-6/+111
* .cvsignoreArturo Espinosa1999-11-193-0/+3
* New files -migArturo Espinosa1999-11-196-0/+297
* Finish implementing e-table-sorted -migArturo Espinosa1999-11-197-0/+212
* More work -migArturo Espinosa1999-11-1918-33/+300
* New E-table-item.[ch] -migArturo Espinosa1999-11-1945-38/+1126
* Better scoping of GNOME_XML_LIB fix.Jeff Garzik1999-11-192-2/+5
* always AC_SUBST GNOME_XML_LIB, so that output variable will always beJeff Garzik1999-11-182-1/+7
* Revert previous check-in, wasnt supposed to be committed yetJeff Garzik1999-11-182-7/+1
* no news is good newsJeff Garzik1999-11-182-1/+7
* Add anotherArturo Espinosa1999-11-183-0/+72
* missing filesArturo Espinosa1999-11-184-0/+322
* Make `make distcheck' work.Ettore Perazzoli1999-11-173-3/+14
* Removed the old message composer test.Ettore Perazzoli1999-11-171-52/+0
* More work:Ettore Perazzoli1999-11-1750-96/+266
* Added streaming capability to CamelDataWrapper. This makes it possible, forEttore Perazzoli1999-11-1718-58/+925
* added greek descriptionsPablo Saratxaga1999-11-172-0/+4
* Do the grand OAF hokey-pokey properly.Elliot Lee1999-11-171-0/+6
* s/\.a/.la/Elliot Lee1999-11-174-2/+8
* Add resizing capabilities.Miguel de Icaza1999-11-1631-122/+1391
* Stupid misplaced endif cause gncal to depend on an install gnome-pilot...Eskil Heyn Olsen1999-11-143-14/+21
* Doc showing the Camel class hierarchy.Ettore Perazzoli1999-11-132-0/+44
* Added tooltips to the header area.Ettore Perazzoli1999-11-133-6/+78
* The long-awaited audio alarm timeout patch. Implements wishlist bug #3089.Russell Steinthal1999-11-1311-20/+212
* More table workArturo Espinosa1999-11-1246-192/+1445
* Some message composer improvements.Ettore Perazzoli1999-11-1211-181/+402
* Schedule a new day_change_alarm in the day_change_alarm callback, so that theRussell Steinthal1999-11-113-2/+9
* Forgot my changelog yesterday.Eskil Heyn Olsen1999-11-101-0/+6
* StuffArturo Espinosa1999-11-1035-239/+2161
* Small design docArturo Espinosa1999-11-102-0/+270
* Enabled debug output. Sets a g_log_domain, now version 0.8.5. ConsistentEskil Heyn Olsen1999-11-103-288/+948
* uses test -r instead of test -e, was reported as a portability bug wrtEskil Heyn Olsen1999-11-102-1/+6
* Fixed an unwanted conditional on libcalendar_conduit_la_LDFLAGSEskil Heyn Olsen1999-11-093-2/+7
* Added cut/copy/paste support to the address editing dialog.Ettore Perazzoli1999-11-0910-37/+709
* Some initial work on the dialog for entering addresses from the address book.Ettore Perazzoli1999-11-0712-5/+1089
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-0637-53/+3325
* Commented the code out, thus the capplet works again.Eskil Heyn Olsen1999-11-054-0/+11
* Uses the PISOCK_LIBDIR, for people with odd install dirs for theirEskil Olsen1999-11-0419-251/+606
* Add default alarm support, Beep on display alarms optionRussell Steinthal1999-11-0314-65/+466
* Renamed the move modes to MODE_MOVE and MOVE_MODE_DRAGGING.Federico Mena Quintero1999-11-034-50/+120
* Added my widgets stuff -miguelArturo Espinosa1999-11-0234-0/+2984
* added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. AddsEskil Heyn Olsen1999-11-012-4/+48
* this should be a better fixJacob Berkman1999-10-252-4/+7
* Fix calendar_day_begin/calendar_day_end initialization bug on HEAD. For fullRussell Steinthal1999-10-243-0/+13
* Copyright changeBertrand Guiheneuf1999-10-2369-70/+274
* use a temp value until we know that ghttp exists. This will hopefully fixJacob Berkman1999-10-222-3/+10
* Style fix.Russell Steinthal1999-10-223-3/+6
* Commit debugging support to HEAD as well; there's no good reason to have debu...Russell Steinthal1999-10-226-5/+135
* now it doesn't build todo conduit anymore. Since the conduit is just aEskil Heyn Olsen1999-10-2217-893/+1116
* Fix bug #1818 on HEAD.Russell Steinthal1999-10-223-8/+37
* Fix bug #2561 in HEADRussell Steinthal1999-10-203-2/+7
* Add paned windows to Day View so user can adjust relative size of dailyRussell Steinthal1999-10-203-50/+53
* lap syncBertrand Guiheneuf1999-10-194-61/+218
* Added swedish desktop entryMartin Norback1999-10-183-0/+8
* missing filesBertrand Guiheneuf1999-10-143-0/+731
* A lot of changes. The thread proxy mechanismbertrand1999-10-1416-530/+502
* Fixed the much-hated gnome-pilot dependencyEskil Heyn Olsen1999-10-143-2/+9
* When finding a colon, the lex consumed all line separators, making itArturo Espinosa1999-10-111-5/+6
* missing fileBertrand Guiheneuf1999-10-091-0/+186
* weekly commitBertrand Guiheneuf1999-10-099-170/+320
* - Move some math functions from utils to mathfuncs.Jody Goldberg1999-10-081-1/+1
* moved the pilot_status = MOD up, so even a CHANGE_SUMMARY will set theEskil Heyn Olsen1999-10-086-216/+312
* checks return values from gpilotd_init/connect.Eskil Heyn Olsen1999-10-0613-90/+150
* Now has correct return values wrt the conduit api ref.Eskil Heyn Olsen1999-09-293-165/+261
* Use tm.gmtoff or timezone to get correct offset from UTC, according toTimur Bakeyev1999-09-282-3/+15
* added pt_BR translationsJorge Godoy1999-09-282-0/+4
* ditto (mark_current_day): ditto (month_view_set): dittoMiguel de Icaza1999-09-281-6/+14
* Small fix -miguelArturo Espinosa1999-09-2831-238/+270
* Fix #2340 on HEAD -miguelArturo Espinosa1999-09-284-8/+8
* redesign of the proxy/marshaling code. Uses GtkArg now. sync commit.Bertrand Guiheneuf1999-09-289-107/+446
* Remove -Wpointer-arith to make recent egcs & glibc to stop generatingJody Goldberg1999-09-272-2/+9
* the g_free that was commented out since glib said was a duplicate free,Eskil Heyn Olsen1999-09-2511-146/+531
* Added corba-like exception system to CamelFolder. The exception system isBertrand Guiheneuf1999-09-249-335/+352
* syncBertrand Guiheneuf1999-09-234-1/+87
* Build fixBertrand Guiheneuf1999-09-232-7/+7
* better merge of summary/description when doing ical_from_remoteEskil Heyn Olsen1999-09-2314-19/+45
* better merge of summary/description when doing ical_from_remoteEskil Heyn Olsen1999-09-234-302/+457
* commented out a g_free that glib reported as being a duplicate free. gotEskil Heyn Olsen1999-09-236-23/+64
* - fix which allow "make insytall DESTDIR=</install/prefix>".Tomasz Kłoczko1999-09-231-3/+3
* Fiddled with object creation,Michael Meeks1999-09-222-0/+10
* more work.Bertrand Guiheneuf1999-09-223-6/+85
* Check pthreads.bertrand1999-09-226-14/+50
* camel_folder_get_full_name did not work. Fixed.Jukka Zitting/evolution1999-09-211-0/+1
* Preliminary subfolder support for maildirs.Jukka Zitting/evolution1999-09-213-31/+87
* Signal proxying implemenatation. (_signal_marshaller_server_side):bertrand1999-09-213-57/+253
* lot of rework, implemented various set_* functions, transmit andEskil Heyn Olsen1999-09-218-514/+1206
* completedbertrand1999-09-202-36/+145
* added Estonian tranlationsLauris Kaplinski1999-09-203-0/+8
* About to rehash conduit.Eskil Heyn Olsen1999-09-196-15/+117
* changed to be a .la file instead of .a, this allows lib*_conduit to useEskil Heyn Olsen1999-09-1911-157/+580
* synczZzZBertrand Guiheneuf1999-09-182-4/+8
* new func. Try to exec an operation in a thread or queue it if a thread isbertrand1999-09-184-15/+106
* added notify io_channel. new func. run the next operation.bertrand1999-09-185-3/+70
* New object. Operation queue. Meant to be used in non-blocking proxybertrand1999-09-175-0/+198
* fixed the exception throwing. The conduit can now actually insertEskil Heyn Olsen1999-09-152-10/+50
* added sources to calendar-conduitEskil Heyn Olsen1999-09-1510-101/+746
* Set the data pointers for all the items.Federico Mena Quintero1999-09-153-2/+9
* Small correctionKjartan Maraas1999-09-141-1/+1
* Merge from HEAD. Synced with newest user-guide.Kjartan Maraas1999-09-142-96/+100
* ...Bertrand Guiheneuf1999-09-141-0/+11
* First proxy (pthread based) implementation starts.bertrand1999-09-143-0/+513
* Cosmetic widget update when loading lots of files,Michael Meeks1999-09-112-20/+22
* forgotten filesBertrand Guiheneuf1999-09-092-0/+323
* Summary files are here and work !!!bertrand1999-09-098-74/+107
* ja Update from ITANI EiichoroYukihiro Nakai1999-09-082-0/+4
* forgot the .desktop files...`Eskil Heyn Olsen1999-09-086-0/+36
* uses GNOME_PILOT_CHECKEskil Heyn Olsen1999-09-0824-47/+3329
* impemented.bertrand1999-09-087-20/+94
* corrected my email added db_handle, the "file descriptor" for an openedEskil Heyn Olsen1999-09-081-0/+38
* Documented UIDs.bertrand1999-09-082-0/+64
* More work on UID list in Mh provider.bertrand1999-09-084-22/+84
* oopsBertrand Guiheneuf1999-09-072-0/+80
* correct parameter decl (const)bertrand1999-09-078-38/+188
* camel/md5-utils.c Documented all funcs.bertrand1999-09-074-10/+62
* Commit missing filesArturo Espinosa1999-09-072-0/+74
* raw routines are declared public now. Md5 use has to be versatile.bertrand1999-09-076-7/+120
* new function : get file md5 signature. To be used in providers code.bertrand1999-09-063-0/+36
* new methods.bertrand1999-09-063-47/+38
* changed names to follow camel style.bertrand1999-09-064-289/+295
* Add an event handler for the preview canvas. (zoom_state): new routine,Miguel de Icaza1999-09-062-0/+4
* imported md5 coding routine from rpm. Compiles.bertrand1999-09-064-0/+381
* Basic UID framework.bertrand1999-09-063-1/+98
* New revision. Some fixes.bertrand1999-09-064-11/+31
* re-enabled old CPU/Mem consumming method. Use ful for pop3 for instance.bertrand1999-09-062-25/+24
* use folder summary instead of opening all messages.bertrand1999-09-066-180/+320
* started summary implementation. (_open): correct use of open.bertrand1999-09-056-25/+94
* added summary files buildbertrand1999-09-044-0/+241
* Forgotten fileBertrand Guiheneuf1999-09-041-0/+88
* sgml doc has camel-recipient now.bertrand1999-09-047-57/+108
* Added margin display preview.Miguel de Icaza1999-09-032-0/+2
* Added Russian translations to the desktop filesSergey I. Panov1999-09-032-0/+4
* sync again. Changelog comes tomorowBertrand Guiheneuf1999-09-032-0/+14
* syncBertrand Guiheneuf1999-09-031-1/+2
* Added (experimental) maildir provider written by Jukka Zittingbertrand1999-09-0311-2/+1049
* changed decl to fit CRLFunc. (_write_recipients_to_stream): callsbertrand1999-09-027-19/+59
* If you're going to AC_PATH_PROG then use the prog you find :-)Havoc Pennington1999-09-022-2/+7
* Make the OK button the default button per Russell's suggestion.Miguel de Icaza1999-09-023-2/+7
* Added call to GNOME_COMPILE_WARNINGS.Miguel de Icaza1999-09-029-32/+28
* now use CamelRecipientTablebertrand1999-09-017-112/+137
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-0110-52/+66
* Modify the object->last_mod field. (calendar_add_object): Ditto.Miguel de Icaza1999-08-315-4/+32
* new func. More work on new independant recipient code.bertrand1999-08-304-9/+64
* Address updateBertrand Guiheneuf1999-08-3057-57/+61
* text parameter declared constbertrand1999-08-2917-24/+237
* contruct the content from the buffer before calling CamelMediumbertrand1999-08-268-17/+116
* new file, groups mime-part related utils. Meant to be used by providersbertrand1999-08-268-94/+265
* now descend from CamelMedium.bertrand1999-08-266-170/+141
* La tout n'est qu'ordre et beaute,Bertrand Guiheneuf1999-08-263-1/+8
* these methods are in CamelMedium now.bertrand1999-08-254-5/+73
* new class. Will handle all sort of information media (Mime mail messages,bertrand1999-08-2514-58/+763
* "GenericFactoy" is wrong...Tomas Ogren1999-08-223-2/+6
* name parameter is const. This fixes a bug in destroy ()bertrand1999-08-215-7/+12
* More work on RFC 2047 encoder.Robert Brady1999-08-202-16/+160
* revert previous commitElliot Lee1999-08-191-1/+1
* BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 isElliot Lee1999-08-191-1/+1
* return the number of bytes read. How can this have ever worked ?bertrand1999-08-189-20/+51
* Now has a popup menu on mailbox tree to allow easier tests. Implementedbertrand1999-08-164-37/+342
* new method.bertrand1999-08-164-1/+38
* moved the active list readjustment code here. Much saner, providers won'tbertrand1999-08-166-96/+141
* Fix the hostname part.Miguel de Icaza1999-08-154-9/+13
* Finnish translation updates.Mikko Rauhala1999-08-152-0/+4
* Implemented deletion/expunge mechanism.bertrand1999-08-157-82/+352
* default implementation to be called first by providers methods. It looksbertrand1999-08-145-5/+39
* New field (message_list) which will hold a reference on each messagebertrand1999-08-145-21/+99
* new method, returns the list of permanent flags supported by the folder.bertrand1999-08-135-9/+66
* those two func go here now.bertrand1999-08-139-64/+161
* BUGFIX: 1515JP Rosevear1999-08-132-2/+12
* remove stupid debug code. (add_mail_store): use camel_session_get_storebertrand1999-08-138-37/+61
* compilation and runtime fixes.bertrand1999-08-125-9/+21
* new function: returns a store for an URL.bertrand1999-08-127-3/+202
* new file. MH provider registration stuff.bertrand1999-08-129-12/+221
* Message creation still consumes a lot ofbertrand1999-08-119-9/+138
* implemented destructors.bertrand1999-08-119-43/+249
* Quick and (very) dirty hack to test Camel more easily.bertrand1999-08-114-29/+341
* some test filesBertrand Guiheneuf1999-08-109-4/+469
* new file. Document message UID and vfolder implementation.bertrand1999-08-102-36/+179
* syncBertrand Guiheneuf1999-08-103-55/+162
* more advanced RFC2047 encoder started.Robert Brady1999-08-092-31/+110
* fix. In MH, message number is not related to message position in folder.bertrand1999-08-094-53/+77
* util func. (_get_message_count): implemented.bertrand1999-08-093-2/+73
* Woohoo! everything seems to be compiling and working properly.. and the binar...gedit1999-08-082-18/+0
* sync correctly for objects created on the pilot, but not dirty (becausePeter Teichman1999-08-083-8/+12
* updated some autogen doc stuff. Still don't understand warnings :(bertrand1999-08-0717-68/+685
* encoder test.Robert Brady1999-08-063-1/+80
* stat was not testing the good file. Fixed.bertrand1999-08-063-1/+16
* added real test for MH folder provider. All tested things seem to work OKbertrand1999-08-062-6/+25
* test for RFC2047 decoder.Robert Brady1999-08-064-82/+168
* add debug information (_list_subfolders): test if first char in folderbertrand1999-08-0610-155/+339
* Updated from users-guide.Kjartan Maraas1999-08-061-125/+118
* Release points here.Miguel de Icaza1999-08-066-5/+11
* forgotten fileBertrand Guiheneuf1999-08-061-0/+23
* test mh provider.bertrand1999-08-066-14/+78
* new method. (camel_folder_get_message): corresponding public callbertrand1999-08-065-5/+48
* Some notes.bertrand1999-08-067-32/+133
* BUGFIX #1819JP Rosevear1999-08-054-20/+52
* indentation and cosmetic changes.bertrand1999-08-053-160/+176
* Fixed copyright issue. ;)Robert Brady1999-08-053-14/+8
* implemented.bertrand1999-08-053-3/+56
* finshed implementation (_delete_messages): implemented.bertrand1999-08-053-11/+100
* added an implemention of RFC2047 (support for character sets other thanRobert Brady1999-08-053-0/+270
* my file I never commitedArturo Espinosa1999-08-041-0/+98
* Started implementing mh store/folder as a test provider. Next will be pop3.bertrand1999-08-044-32/+145
* new public functions (_set_name): set full_path.Bertrand Guiheneuf1999-08-038-50/+116
* There is a probleme here. We can not allow mime part content-type fieldBertrand Guiheneuf1999-08-036-20/+42
* Multipart Mime message parsing works with plain text parts. Woohooo :))))bertrand1999-08-039-37/+82
* Update logs and sync home/work versions.Bertrand Guiheneuf1999-08-033-28/+23
* Anther syncBertrand Guiheneuf1999-08-031-1/+2
* fix this.Jonathan Blandford1999-08-033-0/+9
* don't try to run GNOME_CONDUIT_CHECK if it doesn't existPeter Teichman1999-08-033-2/+7
* Add nl to list of languages.Elliot Lee1999-08-032-4/+24
* sync before going homeBertrand Guiheneuf1999-08-026-44/+76
* do deletion of appointments correctly, when they are deleted on the pilotPeter Teichman1999-08-023-12/+71
* merging gnome-conduit-check.m4 removal from the newconduit branchPeter Teichman1999-08-022-50/+5
* gnome-pim actually compiles without libpisock nowPeter Teichman1999-08-022-8/+8
* The multi-day appointment corruption bug is dead. Whoo!Peter Teichman1999-08-023-8/+25
* new memory buffer based stream.Bertrand Guiheneuf1999-08-026-2/+378
* do not return NULL when line is empty.Bertrand Guiheneuf1999-08-023-8/+15