aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'G'.Gnobody2000-05-291350-345771/+0
* Moved macros/gnome-autogen.sh to bin/gnome-autogen.sh.Martin Baulig2000-05-293-14/+5
* If `USE_GNOME_2_MACROS' is set, use the GNOME 2.0 macros from theMartin Baulig2000-05-292-1/+11
* Install macros to `$(datadir)/aclocal/gnome-macros' whenMartin Baulig2000-05-294-3/+19
* TypoRoss Golder2000-05-291-1/+1
* Fixed setting of arguments.Christopher James Lahey2000-05-293-6/+10
* helper function since we need to set "modal" on the dialogs returned byDan Winship2000-05-292-14/+95
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-299-3/+39
* Updated tr.po for evolutionFatih Demir2000-05-292-296/+164
* (connect_to_server): Remove port number from error message sinceDan Winship2000-05-292-4/+5
* #include <errno.h>Dan Winship2000-05-292-0/+5
* Split apart password and APOP auth, since some servers seem to do both,Dan Winship2000-05-293-123/+161
* Remove extra free of evolution_directory.Dan Winship2000-05-292-2/+4
* Use `foo@bar' rather than `"" <foo@bar>' for email addresses with no nameDan Winship2000-05-292-2/+8
* Use `foo@bar' rather than `<foo@bar>' for recipient with no name.Dan Winship2000-05-292-6/+15
* Updated russian translation.Valek Frob2000-05-292-15/+23
* don't put up an error message if the user cancels the password dialog.Dan Winship2000-05-292-1/+7
* Make EvolutionStorage use the correct name when registering itself.Ettore Perazzoli2000-05-292-1/+6
* Remove storage test code that I committed by accident.Ettore Perazzoli2000-05-282-5/+7
* Added a missing smtp-related file to the dist.Ross Golder2000-05-281-0/+1
* vfolder gui! So you can define them,k they show up in the list (well,Not Zed2000-05-287-14/+245
* New file - lists rules appropriate for vfolders (no actions, etc).Not Zed2000-05-285-30/+133
* Added double click to open contact editor.Christopher James Lahey2000-05-286-0/+105
* Added double click handling.Christopher James Lahey2000-05-2817-12/+208
* Added a COL_DELETED and made it the strikeout column for both textChristopher James Lahey2000-05-283-4/+24
* added Kevin Breit to author and copyright.Aaron Weber2000-05-2814-412/+540
* Translations from KeldKenneth Christiansen2000-05-281-12/+5
* Various improvements:Dan Winship2000-05-282-74/+290
* Ripped out camel_imap_command_get_additional_data() from camel-imap-store and...Jeffrey Stedfast2000-05-285-152/+272
* Moved over from event-editor-utils.c. (e_dialog_editable_get): Likewise.Federico Mena Quintero2000-05-283-13/+274
* Fix 'make dist' errors.Ross Golder2000-05-2819-2000/+5504
* Added spec file for 'rpm -tb evolution-x.y.tar.gz' ability.Ross Golder2000-05-283-1/+130
* Added my name to the about boxJeffrey Stedfast2000-05-281-0/+1
* Updated russian translation.Valek Frob2000-05-272-138/+146
* Fix a bug (security/stability) in its usage of mail_html_write.Dan Winship2000-05-272-1/+4
* Updated Norwegian translation.Kjartan Maraas2000-05-272-82/+86
* + * e-shell-view-menu.c (command_about_box): Make authorlist moreMatthew Loper2000-05-272-8/+38
* Added "strikeout_column" argument.Christopher James Lahey2000-05-275-4/+154
* Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"Christopher James Lahey2000-05-2715-80/+408
* new file new file New directory, for figure graphics.Aaron Weber2000-05-2724-320/+1320
* set CAMEL_MESSAGE_ANSWERED on a message after a successful reply.Dan Winship2000-05-273-10/+35
* routine to read the user's signature file. (set_editor_text): If the userDan Winship2000-05-262-1/+75
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-2619-275/+1137
* Update for CamelMultipart changes.Dan Winship2000-05-262-0/+4
* Don't set a default boundary. Require the caller to do that.Dan Winship2000-05-263-5/+37
* Update for PersistStream changesDan Winship2000-05-262-2/+10
* Update for PersistStream changesDan Winship2000-05-262-2/+7
* Put the main notebook directly under a simple GtkWindow. We are going toFederico Mena Quintero2000-05-265-1545/+1941
* Added Spanish to configure.inHector Garcia2000-05-263-298/+750
* updated changelog to reflect changes I made in providers/imapJeffrey Stedfast2000-05-261-0/+11
* Added initial code to camel-imap-folder.cJeffrey Stedfast2000-05-261-0/+636
* Updated several imap source filesJeffrey Stedfast2000-05-262-18/+8
* Use camel_data_wrapper_new instead of camel_simple_data_wrapper_new.Not Zed2000-05-262-1/+6
* Replace simple data wrapper here too, oops.NotZed2000-05-262-1/+5
* Removed camel-simple-data-wrapper again. Less code to maintain == betterNotZed2000-05-267-216/+91
* Account for extra pixel at right end of ETable.Christopher James Lahey2000-05-267-8/+23
* Made dragging columns work.Christopher James Lahey2000-05-263-54/+58
* Removed some columns.Christopher James Lahey2000-05-262-4/+4
* Do not initialize libglade twice.Federico Mena Quintero2000-05-267-26/+217
* Took out code that had been there to reconnect to the server if it was notJeffrey Stedfast2000-05-266-5/+1428
* From shell/ChangeLog:Christopher James Lahey2000-05-264-1/+14
* Fixed a bug where we were resizing a non-existent window.Christopher James Lahey2000-05-253-10/+17
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-2559-181/+2813
* Made the handlebar disappear if either side is empty, hidden, or requestsChristopher James Lahey2000-05-255-97/+193
* connect to and disconnect from the transport.Dan Winship2000-05-252-3/+13
* Removed.Christopher James Lahey2000-05-253-272/+4
* Was using the wrong include here.Christopher James Lahey2000-05-253-1/+9
* Re-add camel-simple-data-wrapper.h, which was removed for some reason.Dan Winship2000-05-252-0/+6
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-05-252-0/+5
* Added more files to the imap provider to use as an outline - will likely need...Jeffrey Stedfast2000-05-254-0/+235
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-2525-36/+1771
* Fixes to make the SMTP transport thread-safeEDT 2000 Jeffrey Stedfast2000-05-253-18/+45
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-05-241-144/+178
* Switched printing and gui.Christopher James Lahey2000-05-2415-169/+301
* Fixed the remove column callback.Christopher James Lahey2000-05-243-2/+8
* Added debug fprintfs, tested with a few messages (smtp_data): Fixed to useEDT 2000 Jeffrey Stedfast2000-05-245-63/+105
* Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-2428-4213/+1881
* Added right click menus to the table header items.Christopher James Lahey2000-05-245-38/+371
* Fixed some memory leaks.Christopher James Lahey2000-05-242-0/+6
* Added e-contact-editor-save-as.c and e-contact-editor-save-as.h.Christopher James Lahey2000-05-239-2/+274
* Added e_write_file.Christopher James Lahey2000-05-235-0/+58
* Shut up.Ettore Perazzoli2000-05-231-0/+7
* Updated.Ettore Perazzoli2000-05-231-4/+0
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-2325-487/+1046
* Updated Norwegian translation.Kjartan Maraas2000-05-232-84/+88
* Make scrollbar arrow buttons work.Christopher James Lahey2000-05-233-0/+12
* stuffJeffrey Stedfast2000-05-234-24/+101
* stuffJeffrey Stedfast2000-05-231-2/+2
* stuff dudeJeffrey Stedfast2000-05-232-6/+4
* junkJeffrey Stedfast2000-05-231-2/+2
* changelogJeffrey Stedfast2000-05-231-0/+5
* more stuffJeffrey Stedfast2000-05-231-7/+10
* changelogJeffrey Stedfast2000-05-231-0/+2
* stuffJeffrey Stedfast2000-05-232-3/+4
* I said stuff, dudeJeffrey Stedfast2000-05-232-0/+5
* dude, just stuffJeffrey Stedfast2000-05-236-88/+113
* Updated Swedish translationAndreas Hydén2000-05-232-76/+104
* added camel-mime-filter-smtp.[c,h] and made mods to camel-mime-filter-from.cJeffrey Stedfast2000-05-234-16/+364
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-05-233-8/+994
* 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