aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create taggnome-debug-0-1-0nobody2000-05-221302-330044/+0
* Fixed my mess-up, sorry about that.Julian Missig2000-05-225-11/+62
* Argh. I didn't mean for that to go in the repository, could've sworn I had th...Julian Missig2000-05-221-21/+0
* Added gnomemm.m4 for proper gnomemm checkingJulian Missig2000-05-221-0/+21
* Gabber now has *working* i18n!Julian Missig2000-05-225-62/+11
* Added Norwegian translationKjartan Maraas2000-05-224-0/+8
* Update from Akira TAGOH.Yukihiro Nakai2000-05-222-87/+91
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-2114-34/+69
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-2013-125/+1623
* Fixes for stream stuff.NotZed2000-05-203-18/+16
* > searchpart = strchr(namepart, '?');NotZed2000-05-2030-485/+562
* New files with utilities for hooking up widgets in Glade-generatedFederico Mena Quintero2000-05-204-22/+362
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-202-1/+53
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-205-0/+78
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-2023-168/+656
* A little vfolder test.Michael Zucci2000-05-203-4/+197
* Translations from KeldKenneth Christiansen2000-05-191-84/+84
* Fixed warning message. (time_add_day): Likewise. (time_add_month):Federico Mena Quintero2000-05-193-6/+26
* Fixed a bug that broke address field support.Christopher James Lahey2000-05-193-2/+7
* From a patch by Iain Holmes <ih@csd.abdn.ac.uk>Christopher James Lahey2000-05-195-4/+36
* Added support for arbitrary fields in the contact editor.Christopher James Lahey2000-05-195-0/+214
* Added e_container_foreach_leaf.Christopher James Lahey2000-05-195-2/+64
* move the development_warning from mail to shell so you don't get theDan Winship2000-05-194-69/+68
* Update for camel_folder_get_uids (folder_changed,Dan Winship2000-05-193-31/+37
* update for camel_folder_get_uids changeDan Winship2000-05-192-8/+13
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-198-487/+309
* + * C/evo_book_0.1.sgml: removed.Aaron Weber2000-05-1938-898/+5506
* add urls fileDan Winship2000-05-191-0/+1
* add camel/providers/veeDan Winship2000-05-192-0/+5
* Guess!NotZed2000-05-1912-3/+709
* Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with aChristopher James Lahey2000-05-1912-1113/+1159
* Add imagesdir support.Christopher James Lahey2000-05-196-0/+108
* Updated Norwegian translation.Kjartan Maraas2000-05-192-60/+78
* Fixed the code to write out and read in arbitrary fields.Christopher James Lahey2000-05-182-18/+46
* Implemented "MAILER" field. Added arbitrary field support.Christopher James Lahey2000-05-188-246/+303
* Remove unused async open/close and copy_message_to functions. RenameDan Winship2000-05-183-705/+474
* This seems to be cruft. Nuke it.Dan Winship2000-05-182-50/+2
* Use camel_simple_data_wrapper_new rather than camel_data_wrapper_new.Dan Winship2000-05-182-1/+6
* Use camel_data_wrapper_write_to_stream rather thanDan Winship2000-05-183-71/+41
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-1810-121/+254
* new signals "added_item", "removed_item", "added_group", "removed_group".Damon Chaplin2000-05-184-4/+145
* Quick fix to get it to compile. I hope I don't get into trouble.Darin Adler2000-05-182-1/+7
* Don't include the no-longer-distributed possibly-to-be-removed headers.Dan Winship2000-05-182-4/+3
* fix an off-by-one error in address parsing (smtp_data): useDan Winship2000-05-182-2/+11
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-187-27/+152
* hooked up more widget signals to callbacks to the gladified dialog actsSeth Alves2000-05-185-32/+296
* Update from Akira TAGOH.Yukihiro Nakai2000-05-182-7/+15
* error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.cJeffrey Stedfast2000-05-172-2/+7
* Translations from KeldKenneth Christiansen2000-05-171-2/+6
* Ok, so all incoming mail comes through filters, yay!NotZed2000-05-172-64/+95
* Fix some html formatting.NotZed2000-05-175-23/+49
* Implement.NotZed2000-05-174-7/+292
* New menu to bring up the filter editor, and edit filters. They dontNotZed2000-05-175-1/+59
* Initial filter rules.Michael Zucci2000-05-176-1/+131
* Simple driver program for testing, so i can fix all this really brokenNotZed2000-05-172-2/+30
* Added E_CARD_SIMPLE_FIELD_MAILER. Not implemented yet.Christopher James Lahey2000-05-173-0/+7
* convert to use ECardSimple. (poll_ldap): same.Chris Toshok2000-05-172-38/+23
* Removed usage of bonobo_object_destroy.Christopher James Lahey2000-05-172-3/+6
* add typedefs for the can_write functions, and add parameters toChris Toshok2000-05-176-15/+146
* hook the radio buttons to the pages of the notebook. (append_exception):Seth Alves2000-05-173-59/+229
* Use TigerT's new mini icons in the shell's folder tree view.Ettore Perazzoli2000-05-1612-39/+196
* get things working with new camel summary stuff.Chris Toshok2000-05-1610-679/+156
* Fixed a memory leak.Christopher James Lahey2000-05-163-0/+8
* Fixed a large memory leak.Christopher James Lahey2000-05-162-1/+7
* xmlGetProp appears to return malloced memory. Thus we must free it.Christopher James Lahey2000-05-163-8/+19
* Fixed another memory leak.Christopher James Lahey2000-05-162-2/+5
* Fixed some memory leaks.Christopher James Lahey2000-05-1611-81/+77
* Fixed a reference leak.Christopher James Lahey2000-05-163-1/+10
* add --with-purify-options support, and default it to what we at helix needChris Toshok2000-05-162-1/+16
* Changed sorting to be at priority level 30.Christopher James Lahey2000-05-165-6/+15
* Korean translation by Young-Ho, Cha <ganadist@dacome.co.kr>Nam SungHyun2000-05-162-1/+1011
* new mini icons for the tree view /tigertTuomas Kuosmanen2000-05-166-0/+7
* Removed a memory leak here.Christopher James Lahey2000-05-169-54/+17
* Fixed a compile error.Christopher James Lahey2000-05-163-9/+16
* Fixed a FIXME comment.Christopher James Lahey2000-05-168-54/+219
* Got rid of a memory leak. Rearranged a couple functions.Christopher James Lahey2000-05-169-60/+118
* Forgot include file - FedericoFederico Mena Quintero2000-05-161-0/+1
* Speak no evil - FedericoFederico Mena Quintero2000-05-161-0/+3
* Alarm stuff I had not cvs added, sigh - FedericoFederico Mena Quintero2000-05-1615-4/+1160
* Update `configure.in' for the new `widgets/misc' directory.Ettore Perazzoli2000-05-161-1/+2
* Use the new ETitleBar widget in the shell, thus allowing the user toEttore Perazzoli2000-05-164-31/+179
* Yet another attempt at fixing the gnome-pilot check- this time on Solaris.Russell Steinthal2000-05-162-2/+8
* New `ETitleBar' widget. Also, moved the `EClippedLabel' widget out ofEttore Perazzoli2000-05-1610-12/+477
* filename based interface. (filter_editor_save_rules): Interface to saveNotZed2000-05-163-24/+21
* Bunch of cleanup.NotZed2000-05-164-51/+50
* Removed filter-driver test program, now just part of libfilter.NotZed2000-05-164-172/+417
* o Added some preliminary ESMTP AUTH supportEDT 2000 Jeffrey Stedfast2000-05-162-6/+42
* Utility function to free a GList of strings.Ettore Perazzoli2000-05-165-10/+40
* Fixed drag and drop so that it properly handles pointer grabbing inEttore Perazzoli2000-05-166-129/+296
* gladeified replacement for eventedit.cSeth Alves2000-05-1610-8/+2709
* Remove camel_folder_get_summary, which no longer exists.Dan Winship2000-05-152-2/+5
* Translations from KeldKenneth Christiansen2000-05-151-58/+71
* Update from Akira TAGOH.Yukihiro Nakai2000-05-151-58/+68
* reparing damage from removing filesEric Busboom2000-05-15141-0/+42278
* removing all filesEric Busboom2000-05-15152-44434/+0
* This commit was generated by cvs2svn to compensate for changes in r3037,Eric Busboom2000-05-155-30/+49
* Initial revisionEric Busboom2000-05-1511-0/+2150
* Fix Drag & Drop behavior so that dragging a folder that is not theEttore Perazzoli2000-05-152-7/+40
* Initial drag and drop support for the tree view: now you can dragEttore Perazzoli2000-05-152-14/+284
* Correctly access an xmlNodePtr->contentIain Holmes2000-05-153-7/+12
* Updated russian translationValek Frob2000-05-152-67/+89
* Updated Swedish translationAndreas Hydén2000-05-152-64/+78
* Use the correct policy for resize.Christopher James Lahey2000-05-143-2/+7
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-1479-2478/+3952
* Added e_strdup_strip which returns a copy of the string with the leadingChristopher James Lahey2000-05-145-0/+45
* Protect against unknown folder types better.Ettore Perazzoli2000-05-142-0/+22
* Update from Akira TAGOH.Yukihiro Nakai2000-05-141-250/+695
* Sort folders in the storage view.Ettore Perazzoli2000-05-142-0/+26
* Remove unused file.Ettore Perazzoli2000-05-141-7/+0
* Add new files.Ettore Perazzoli2000-05-144-0/+521
* Initial implementation of the tree view for the folders.Ettore Perazzoli2000-05-149-135/+339
* Fix Makefile to use generated include files that are in the buildEttore Perazzoli2000-05-142-0/+7
* Translations from KeldKenneth Christiansen2000-05-141-2/+2
* Updated Swedish translationAndreas Hydén2000-05-142-20/+529
* Updated againKjartan Maraas2000-05-141-26/+26
* Translations from KeldKenneth Christiansen2000-05-141-8/+28
* Updated Norwegian translation.Kjartan Maraas2000-05-132-23/+547
* Translations from KeldKenneth Christiansen2000-05-131-95/+660
* Fix more Makefile breakage.Ettore Perazzoli2000-05-132-0/+6
* Fix Makefile so that it looks for include files in the EvolutionEttore Perazzoli2000-05-132-2/+8
* Use accelerators here.Miguel de Icaza2000-05-135-88/+106
* Saved translatable strings. Added files to POTFILES.in.Valek Frob2000-05-1313-288/+877
* Added version and availability of required libunicode library.Matt Loper2000-05-133-87/+89
* Use 6 X's to mkstemp, as required by the man page, just a temp fix, thisNotZed2000-05-132-1/+7
* Updated Swedish translationAndreas Hydén2000-05-132-77/+130
* NUL-terminate the data extracted from the BonoboStream.Dan Winship2000-05-132-1/+10
* Updated Norwegian translation.Kjartan Maraas2000-05-132-93/+161
* New function to add today's alarms for a single object.Federico Mena Quintero2000-05-129-54/+288
* remove some cruft that we're not currently using.Dan Winship2000-05-122-28/+4
* *** empty log message ***Miguel de Icaza2000-05-125-2/+68
* Call a kludge a kludge. (And an insecure kludge at that.)Dan Winship2000-05-121-0/+5
* Traslations from KeldKenneth Christiansen2000-05-121-15/+12
* Change to match prototype (size_t vs unsigned int) so it works on 64-bitDan Winship2000-05-122-1/+7
* make the toolbars detachable now that we require a new enough versionDan Winship2000-05-126-3/+15
* remove unused timezone variable to make this compile on BSD systems (whereDan Winship2000-05-123-2/+6
* now it deff compilesJeffrey Stedfast2000-05-121-1/+1
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-125-4/+49
* camel-smtp-transport.c will now compile :)Jeffrey Stedfast2000-05-121-7/+8
* Make sure we mark the ibex as dirty.NotZed2000-05-122-0/+5
* providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp...Jeffrey Stedfast2000-05-122-14/+15
* Left-justify the message.Federico Mena Quintero2000-05-122-0/+6
* Big bunch o memleaks fixed.NotZed2000-05-127-12/+60
* Destroy the g_scanner when cleaning up. (e_sexp_finalise): Free symbolNotZed2000-05-122-0/+17
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-1222-513/+1461
* Free summary items and charset filters.12000-05-123-8/+30
* Fix compilation error.Chris Lahey2000-05-111-1/+1
* Made this dialog have fewer buttons.Christopher James Lahey2000-05-112-2/+6
* New development warning text from Nat.Christopher James Lahey2000-05-112-9/+40
* Make the table view be sorted by name initially.Christopher James Lahey2000-05-112-1/+6
* only set the default background color if style is not NULL.Larry Ewing2000-05-112-3/+10
* fixed camel_smtp_transport_class_init(): now initializes service_classJeffrey Stedfast2000-05-112-1/+9
* fix a stupid typo. Thank you, C.Dan Winship2000-05-113-2/+9
* deal with Content-Transfer-Encoding a little bit at least.Dan Winship2000-05-112-2/+16
* + * README: Added version and availability of required libunicodeMatthew Loper2000-05-112-1/+7
* Send a proper response when you can't find the ldap URI.Christopher James Lahey2000-05-113-15/+26
* Removed mail/mail-component.c.Christopher James Lahey2000-05-112-1/+4
* Added an about box.Christopher James Lahey2000-05-112-0/+57
* Added a dialog for when you can't open an addressbook.Christopher James Lahey2000-05-112-0/+35
* Update versions needed for gnome-print, bonobo, and gtkhtml.Dan Winship2000-05-112-11/+20
* Move "about" menuitem to the help menu.Matthew Loper2000-05-112-1/+6
* + * local/Inbox/mbox (Content-Transfer-Encoding): Commented outMatthew Loper2000-05-102-8/+12
* yet another attempt to make the build instructions usableDan Winship2000-05-101-36/+78
* We need a HACKING file.Christopher James Lahey2000-05-102-0/+4
* Removed dist-hook section.Christopher James Lahey2000-05-1043-62/+192
* Updated Swedish translation. Updated update.shAndreas Hydén2000-05-103-36/+65
* Set the icons when changing between components.Christopher James Lahey2000-05-103-0/+80
* Updated Galician translationJesus Bravo Alvarez2000-05-101-241/+116
* ChangeLog fix.Chris Lahey2000-05-101-1/+4
* Set the format when creating a new calendar.Christopher James Lahey2000-05-102-0/+23
* New function; allows users to submit a bug. + (command_run_bugbuddy):Matthew Loper2000-05-102-3/+24
* Make sure that the canvas doesn't intercept keyboard focus.Christopher James Lahey2000-05-103-0/+7
* Added briefcase.png to get installed.Christopher James Lahey2000-05-105-24/+87
* New .cvsignore file.Christopher James Lahey2000-05-102-0/+7
* update dependency info a bit moreDan Winship2000-05-101-8/+7
* Replaced the Address button with a label and rearranged the address area aChristopher James Lahey2000-05-105-60/+72
* Reenable editting.Christopher James Lahey2000-05-105-10/+14
* Destroy the view object when leaving the minicard view.Christopher James Lahey2000-05-102-1/+9
* Remove the tooltip callback when destroyed.Christopher James Lahey2000-05-103-0/+15
* Fixed etssv_remove.Christopher James Lahey2000-05-103-4/+26
* Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.Dan Winship2000-05-102-2/+7
* Fixed reflow sorting to call reflow_request when sorting on an itemChristopher James Lahey2000-05-103-0/+7
* + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothingMatthew Loper2000-05-106-7/+33
* Make File As change if name or company are changed pretty much anywhere.Christopher James Lahey2000-05-104-26/+173
* new welcome message from tigert and AaronDan Winship2000-05-091-21/+2223
* Fill in "blah blah blah".Matthew Loper2000-05-092-6/+17
* Display the default inbox at startup, instead of an empty view.Ettore Perazzoli2000-05-095-15/+43
* Enabled a couple more fieldsChristopher James Lahey2000-05-092-2/+7
* Removed double free of method_string in uri->method_string.Christopher James Lahey2000-05-092-1/+8
* Fix misplaced `g_free()' that resulted in garbage to be printed outEttore Perazzoli2000-05-092-1/+8
* Removed addressbook.db since this is now handled by the pas.Christopher James Lahey2000-05-093-2/+6
* Added a default card to all new file backends.Christopher James Lahey2000-05-092-18/+68
* o Undid changes to camel-internet-address.[c,h] o FixedEDT 2000 Jeffrey Stedfast2000-05-094-32/+42
* o Moved struct_address from camel-internet-address.c toEDT 2000 Jeffrey Stedfast2000-05-094-12/+44
* Listed myself as the author of the shell.Ettore Perazzoli2000-05-091-0/+1
* Rearranged order of things getting destroyed.Christopher James Lahey2000-05-0912-26/+77
* Remove reflow idle when being destroyed.Christopher James Lahey2000-05-093-0/+26
* Fixed some indentation.Christopher James Lahey2000-05-098-161/+441
* Fixed the string duplication problem. Fixed the business/home addressChristopher James Lahey2000-05-093-6/+25
* make this a little less kludgy. Use gnome_error_dialog rather than printfDan Winship2000-05-094-44/+50
* one more refcounting fix I missed before.Dan Winship2000-05-092-3/+6
* o updated to use CamelException (as needed by new camel-stream.c) o noEDT 2000 Jeffrey Stedfast2000-05-092-30/+37
* Actually quit when the shell is destroyed.Ettore Perazzoli2000-05-092-0/+13
* Fix compilation with builddir != srcdir. Boy I love this.Ettore Perazzoli2000-05-093-2/+10
* update for camelstream changesDan Winship2000-05-093-16/+22
* Update for CamelStream CamelException changes.Dan Winship2000-05-093-15/+37
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-0930-812/+920
* Removed unused shortcuts which point to unimplemented folders.Matthew Loper2000-05-092-3/+10
* call e_day_view_stop_editing_event here to avoid a divide by zero a bitSeth Alves2000-05-092-0/+12
* CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-0916-1117/+1570
* don't set the ico->uid to NULL or we won't find any other occurrences ofDamon Chaplin2000-05-095-10/+25
* New update.sh script from KennethAndreas Hydén2000-05-082-4/+37
* Updated Swedish translationAndreas Hydén2000-05-082-237/+211
* *** empty log message ***Hector Garcia2000-05-081-0/+4
* Fix const warning.Ettore Perazzoli2000-05-082-2/+6
* Adding es.poHector Garcia2000-05-081-0/+586
* make it really work with oaf. I need to recompile everyhting now.. shitMathieu Lacage2000-05-081-1/+1
* uhMathieu Lacage2000-05-081-1/+1
* make the composer work with oafMathieu Lacage2000-05-082-3/+14
* Make multi-line texts display properly. Fixed some mem leaks.Christopher James Lahey2000-05-083-20/+17
* Fixed this up a bit. Syncing should work better now.Christopher James Lahey2000-05-082-0/+7
* Install `addressbook.db'.Christopher James Lahey2000-05-083-1/+7
* Format From and Reply-To to at least a decoded string. Should probablyNotZed2000-05-082-4/+24
* blahMichael Zucci2000-05-081-1/+1
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-0817-1626/+1580
* Size moved to message info, rather than content info structure.NotZed2000-05-082-5/+6
* Made a minimal number of things be destroyed and recreated when updating aChristopher James Lahey2000-05-0811-160/+309
* xmlFree the return value of xmlGetProp.Larry Ewing2000-05-082-0/+7
* remove the no longer needed flatened_alpha member.Larry Ewing2000-05-084-10/+35
* fix some bugsDan Winship2000-05-082-14/+12
* make sure to free the return value of e_card_simple_get.Chris Toshok2000-05-084-4/+24
* free cell.starting_text here to avoid a memory leak.Chris Toshok2000-05-083-0/+7
* call finiLex in error case to avoid a memleak.Chris Toshok2000-05-081-1/+3
* comment function, and fix an ABR.Chris Toshok2000-05-083-6/+17
* comment function, and fix an ABR.Chris Toshok2000-05-083-12/+31
* Add a horizontal scrollbar.Christopher James Lahey2000-05-083-2/+6
* Added saving in minicard view.Christopher James Lahey2000-05-083-0/+94
* Added an activate signal.Christopher James Lahey2000-05-085-0/+29
* Fixed an off by 2 error.Christopher James Lahey2000-05-082-1/+8
* (addressbook_factory): create the ebook once.Chris Toshok2000-05-082-3/+5
* syncDan Winship2000-05-084-40/+72
* don't create a new ebook. instead, unload the current uri (if there isChris Toshok2000-05-082-10/+12
* unref content, etc. after attaching it to message.Dan Winship2000-05-083-0/+13
* unref the message after displaying it.Dan Winship2000-05-083-4/+15
* Make camel not leak like a sieve.Dan Winship2000-05-0869-240/+320
* Replaced some model_changed calls with row_inserted calls.Christopher James Lahey2000-05-083-4/+9
* Changed a toolbar button from saying "New mail" (which suggests you mightMatthew Loper2000-05-082-1/+7
* Handle row_inserted and row_deleted signals properly.Christopher James Lahey2000-05-0817-74/+263
* show the EText item, just in case it hasn't moved, otherwise it won'tDamon Chaplin2000-05-083-3/+24
* Fix off by one error.Vadim Strizhevsky2000-05-081-1/+1
* Removed some code that was notifying too many clients at the wrong times.Christopher James Lahey2000-05-084-52/+22