aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move text_to_html to e-util.Dan Winship2000-04-285-217/+70
* New routine, to process mailto URLs.Dan Winship2000-04-283-0/+131
* Moved here from the mailer, since it's of general use, and the composerDan Winship2000-04-284-0/+287
* expose these routines.Dan Winship2000-04-283-24/+42
* Improve URL converstion code. Recognize https, recognize "www\..*" withoutDan Winship2000-04-282-14/+55
* Fixed some warnings.Christopher James Lahey2000-04-2814-16/+20
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-2821-292/+750
* Oops, forgot this.Nat Friedman2000-04-272-0/+1712
* Further Makefile loving.Ettore Perazzoli2000-04-273-2/+10
* Fix broken `Makefile.am' again. I am frustrated.Ettore Perazzoli2000-04-272-1/+9
* Diagram of the camel-stream and derived classes used withinMichael Zucci2000-04-271-0/+0
* Reorganize a bit and add a new flag, TEXT_TO_HTML_CONVERT_URLS toDan Winship2000-04-273-95/+145
* + * configure.in: added tools/Makefile.Matthew Loper2000-04-276-0/+32
* Oops. Fix previous commit so we don't get a mime part nested directlyDan Winship2000-04-271-5/+15
* Updated Norwegian translation.Kjartan Maraas2000-04-271-42/+29
* Fix the changes to the testsMichael Zucci2000-04-274-7/+15
* Only generate a multipart message if there are attachments. OtherwiseDan Winship2000-04-272-9/+15
* Only write a newline between the headers and the content object if theDan Winship2000-04-272-4/+12
* Added an address label field.Christopher James Lahey2000-04-2712-844/+737
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-2717-343/+90
* Update for camel_mime_part_set_content.Dan Winship2000-04-273-25/+27
* sink the content object after referencing it.Dan Winship2000-04-274-69/+49
* sync to current realityDan Winship2000-04-275-148/+23
* Translations from KeldKenneth Christiansen2000-04-271-31/+18
* fix format specifier for time zone. Fix typo in month names array.Dan Winship2000-04-272-3/+7
* + * tests/.cvsignore: Added test13.Matthew Loper2000-04-276-3/+14
* + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer andMatthew Loper2000-04-275-18/+108
* Added a missing include.Christopher James Lahey2000-04-263-0/+6
* Update for the camel changes.Dan Winship2000-04-266-19/+19
* add e-popup-menu.[ch]Miguel de Icaza2000-04-264-0/+230
* move #include <locale.h> above the others because it was gettingSeth Alves2000-04-262-2/+4
* New file. Implements easy to use popup menus.Miguel de Icaza2000-04-262-5/+11
* Add argument handling here.Miguel de Icaza2000-04-2623-998/+523
* update for CamelStream changes.Dan Winship2000-04-262-5/+8
* add a s/SIMPLE_// that notzed missed remove a now-unused variableDan Winship2000-04-263-2/+7
* Danish translations from KeldKenneth Christiansen2000-04-261-74/+90
* Replaced libcal-util.la with *.laChristopher James Lahey2000-04-263-1/+9
* Removed.Christopher James Lahey2000-04-262-376/+4
* Added proper handling of the email field.Christopher James Lahey2000-04-263-48/+145
* Prefixed the ADDR_ flags.Christopher James Lahey2000-04-2613-678/+714
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-2634-1923/+935
* Use camel_mime_part_set_text() to set the text rather than messing withNotZed2000-04-263-9/+15
* Eeek, remove "while(1);" debug code - FedericoFederico Mena Quintero2000-04-261-3/+0
* only return TRUE if the parent is at eos AND the buffer has been exhaustedDan Winship2000-04-262-1/+4
* New module-wide variables for the PAS and PCS factories. (setup_pcs):Federico Mena Quintero2000-04-262-21/+98
* Renamed from backend_destroy_cb. Now we use it for the "last_client_gone"Federico Mena Quintero2000-04-265-10/+82
* add a convert_space_hack flag, which turns N spaces into N-1 &nbsp;s and aDan Winship2000-04-262-28/+138
* compare iCalObjects by their UIDs instead of by their pointers.Seth Alves2000-04-263-2/+9
* Now that we're not limited to a single GtkHTML for the display, there's noDan Winship2000-04-263-270/+191
* don't save on destroy.Seth Alves2000-04-262-3/+6
* The Joy of Broken Makefiles Part #3.Ettore Perazzoli2000-04-263-4/+11
* hook for widget destroy -- used to unref the CalClient so wombat knows weSeth Alves2000-04-263-11/+37
* (reply_body): Make this deal better with multiparts.Dan Winship2000-04-262-40/+30
* (setup_function_table): pass unknown text subtypes toDan Winship2000-04-262-3/+34
* The Joy of Broken Makefiles Part #3.Ettore Perazzoli2000-04-264-4/+11
* The Joy of Broken Makefiles Part #2.Ettore Perazzoli2000-04-262-17/+16
* Updated Norwegian translation.Kjartan Maraas2000-04-262-76/+96
* Fix compile with builddir != srcdir.Ettore Perazzoli2000-04-263-2/+6
* Fix compilation by using `$(GTKHTML_CFLAGS)' instead of `-IEttore Perazzoli2000-04-262-1/+5
* allow for null icoSeth Alves2000-04-264-3/+9
* fix menu problem in composer windowRadek Doulik2000-04-262-7/+10
* fix some incorrect macro usage that resulted in bogus castsDan Winship2000-04-252-4/+9
* Fix some bugs that crept into reply generation. This needs a lot more workDan Winship2000-04-252-5/+21
* Redo large chunks of this. The mail display now consists of a vbox in aDan Winship2000-04-255-638/+747
* ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).Yukihiro Nakai2000-04-251-77/+93
* include -I$(datadir)/idl in orbit-idl arguments so that you can haveDan Winship2000-04-253-2/+13
* Fixed a warning.Christopher James Lahey2000-04-255-4/+8
* The path to the test calendar changed when we moved stuff around. UsersFederico Mena Quintero2000-04-252-5/+38
* convert from a time_t to an icaldurationtype.Seth Alves2000-04-252-0/+24
* allow for null CN (parse_person): allow for null sent_bySeth Alves2000-04-259-28/+373
* fix a cut-and-pasto.Dan Winship2000-04-252-1/+4
* ref (and sink) the message stream if we're going to unref it later.Dan Winship2000-04-252-0/+7
* remove data-wrapper-repository.h include(s)Dan Winship2000-04-252-2/+4
* finished first stab at iCalObject to icalcomponent conversion.Seth Alves2000-04-252-6/+294
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-2425-290/+5365
* Made some functions syncronous that didn't need to be asyncronous.Christopher James Lahey2000-04-242-19/+10
* Made the tooltip show up in the correct place and configuration when usingChristopher James Lahey2000-04-2414-64/+441
* Added tr to ALL_LINGUASFatih Demir2000-04-242-1/+5
* Big fixes for the last commit which broke the message creation entirely.Michael Zucci2000-04-248-48/+364
* Fixed for method movements.NotZed2000-04-245-5/+17
* No longer call data_wrapper_repository_init.NotZed2000-04-2420-1132/+441
* oops, silly me.Matthew Loper2000-04-242-3/+1
* + * widgets/Makefile.am: Added e-paned directory.Matthew Loper2000-04-2416-20/+438
* reorder the list of dependency libraries such that, starting fromDan Winship2000-04-241-10/+23
* Of course, it just crashes ...NotZed2000-04-243-5/+10
* Calculate the width of the table from the width of all the columns, andIain Holmes2000-04-243-4/+28
* add an extra lib of docklets. These checks are braindamaged though, theyGeorge Lebl2000-04-242-0/+11
* fix some obvious minor bugs noted by -Wall.Dan Winship2000-04-242-2/+7
* rename "send" to "send_msg", to avoid name clash with the tcp function.Dan Winship2000-04-245-5/+90
* build libcomposer static and don't install it.Dan Winship2000-04-243-10/+33
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-2315-211/+765
* New tests/fixed tests.Michael Zucci2000-04-234-2/+135
* Change cid expectations to match current camel reality.Dan Winship2000-04-232-5/+5
* Updated Swedish translationAndreas Hydén2000-04-232-54/+65
* call glade_gnome_init, for composer.Dan Winship2000-04-232-0/+6
* #include "mail-format.h"Dan Winship2000-04-231-0/+1
* move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send,Dan Winship2000-04-236-56/+328
* clean, document, etc. (camel_multipart_init): pick a prettier defaultDan Winship2000-04-233-273/+365
* new function to make the composer record additional headers it shouldDan Winship2000-04-233-1/+56
* Ref the folder after setting it in the new message.NotZed2000-04-2214-577/+655
* start on code to do the opposite of icalendar.c (convert from iCalObjectsSeth Alves2000-04-228-6/+759
* Connect "Exit" menu item finally.Dan Winship2000-04-222-1/+22
* new functionsDan Winship2000-04-227-9/+99
* Removed.NotZed2000-04-227-1531/+9
* ignore test-urlSeth Alves2000-04-211-0/+1
* moved "About Calendar" into the View menu so it shows up.Seth Alves2000-04-212-1/+6
* *** empty log message ***Seth Alves2000-04-212-1/+3
* Added Lithuanian stringsPablo Saratxaga2000-04-211-0/+2
* deal with cid: URLs. (find_cid): helper routine for above. (This could beDan Winship2000-04-213-21/+144
* ref the message we display, since we're going to unref it when we removeDan Winship2000-04-212-0/+8
* use libunicode iconv functions rather than libc ones (since libc might notDan Winship2000-04-213-8/+25
* new function: callback for listener's object updated signal.Seth Alves2000-04-212-14/+29
* callback for obj_updated or obj_removed. (gnome_calendar_new): hook upSeth Alves2000-04-212-13/+32
* create fullday's gcs even if pixmap_bell has already been created. thisSeth Alves2000-04-212-1/+45
* Trim leading/trailing spaces off the raw headers.NotZed2000-04-212-3/+22
* Oops, remove some debug i put there.NotZed2000-04-212-4/+1
* Removed a bunch of crappy unrequired headers.NotZed2000-04-213-7/+8
* Merged from NEW_PARSER branch.Michael Zucci2000-04-211-11/+11
* Fixed some headers.NotZed2000-04-212-14/+21
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-2142-2664/+7068
* Add libibex.la to link.NotZed2000-04-214-24/+33
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-2169-270/+685
* new functions to get and set the contents of the HTML editor viaDan Winship2000-04-212-4/+84
* ssshhhhSeth Alves2000-04-211-0/+3
* update for bonobo change, and remove a now-unused variable.Dan Winship2000-04-212-43/+7
* update for bonobo changesDan Winship2000-04-211-2/+2
* Updated the Turkish translation for evolutionFatih Demir2000-04-202-0/+583
* ja.po: Initial Japanese translation from Akira Tagoh.Yukihiro Nakai2000-04-204-1/+588
* This file does not belong in CVS.Peter Williams2000-04-201-376/+0
* This is a subtype of CamelSeekableStream, not CamelStream.Dan Winship2000-04-202-1/+5
* clean up a lot. (eos): When testing for end-of-stream, reset the parentDan Winship2000-04-203-304/+204
* oops. fix prototype in both placesDan Winship2000-04-201-2/+2
* changed the order around a bit to avoid a Gtk-CRITICAL crashSeth Alves2000-04-202-5/+12
* Updated Danish filePablo Saratxaga2000-04-202-39/+108
* const poison. (Belatedly goes with my change of 2000-02-23.)Dan Winship2000-04-203-8/+18
* fixed code to populate the todo clistSeth Alves2000-04-206-42/+47
* Updated Swedish translationAndreas Hydén2000-04-202-54/+123
* don't call save from here because in all cases the caller of remove_objectSeth Alves2000-04-202-1/+4
* calls gnome_calendar_open instead of checking on disk and calling load orSeth Alves2000-04-205-52/+92
* More detail on exactly what versions of what libraries are needed.Dan Winship2000-04-192-12/+41
* fixed to use cal_client_update_object -- editing and dragging events worksSeth Alves2000-04-191-6/+5
* Was damaged by "fr"?Valek Frob2000-04-191-1/+1
* build libtool libraries instead of just .aSeth Alves2000-04-193-11/+12
* set calendar's uri with a property bagSeth Alves2000-04-199-48/+179
* Fixes the gnome-config check for gpilot.Eskil Heyn Olsen2000-04-192-1/+2
* Changed the error string for gnome-pilotEskil Heyn Olsen2000-04-192-1/+5
* Added e_xml_get_child_by_name_by_lang.Christopher James Lahey2000-04-195-0/+71
* New idl file. Still unused.Christopher James Lahey2000-04-192-0/+105
* Fix include path.Federico Mena Quintero2000-04-192-3/+6
* do better reference counting of streams so they actually go away when theyDan Winship2000-04-193-3/+13
* Added Danish strings to desktop/menu filePablo Saratxaga2000-04-195-0/+10
* added some stuff to cvs ignore files, build .la instead of just .aSeth Alves2000-04-198-22/+97
* kill camel-logDan Winship2000-04-1958-919/+99
* added 2nd arg to g_return_val_if_fail so this buildsSeth Alves2000-04-191-2/+2
* import of libical-0.16Seth Alves2000-04-1968-1355/+8265
* Clean, polish, document. Most of the gtk-doc comments added toDan Winship2000-04-197-448/+488
* more translations (still very incomplete)Vincent Renardias2000-04-183-9/+12
* initial setup.Vincent Renardias2000-04-182-1/+566
* Updated Norwegian translation.Kjartan Maraas2000-04-182-24/+93
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-1815-21/+32
* Require gnome-xml 1.8.7 (or later, but not 2.0). xmlParseMemory's behaviorDan Winship2000-04-182-0/+16
* Set the exception if no provider is found.Dan Winship2000-04-182-1/+8
* Started ChangeLog here - FedericoFederico Mena Quintero2000-04-181-0/+3
* We have a new "last_calendar_gone" signal that Wombat can use to terminateFederico Mena Quintero2000-04-184-3/+40
* Add code to encode and decode %-escapes in URLs, and do some additionalDan Winship2000-04-182-21/+120
* New program to test CamelURLDan Winship2000-04-183-0/+42
* *** empty log message ***Seth Alves2000-04-181-1/+8
* removed implicit save, since we don't want to save as we load from disk.Seth Alves2000-04-181-1/+2
* new function, actually calls select_msg. (on_row_selection_cmd): registerChris Toshok2000-04-173-5/+33
* no more e_cell_set_editable. this info always comes from the model.Chris Toshok2000-04-172-3/+5
* add table-size-testChris Toshok2000-04-1714-56/+573
* Updated - FedericoFederico Mena Quintero2000-04-171-4/+0
* No longer needed - FedericoFederico Mena Quintero2000-04-171-55/+0
* #include <tree.h>. people never learn.Mathieu Lacage2000-04-171-1/+1
* Added orginizational unit, nickname, and internet free-busy fields.Christopher James Lahey2000-04-179-6/+218
* Propagate mouse wheel events upwards.Anders Carlsson2000-04-175-26/+42
* Removed spurious calendar directories from the include path. AddedFederico Mena Quintero2000-04-173-14/+38
* Renamed library from libcalutil to libcal-util, to be consistent withFederico Mena Quintero2000-04-1733-308/+110
* Shut up CVSAnders Carlsson2000-04-171-0/+7
* added buttons to test moving/reordering groups.Damon Chaplin2000-04-167-1866/+154
* Added orginization and role fields.Christopher James Lahey2000-04-1615-185/+445
* + * C/evo_book_0.1.sgml: new file (doc sgml)Aaron Weber2000-04-164-0/+910
* Add realize. (e_canvas_realize): Set the back pixmap to NULL to reduceAnders Carlsson2000-04-163-8/+33
* + * addressbook/gui/component/addressbook.cMatthew Loper2000-04-165-7/+109
* Updated russian translation.Valek Frob2000-04-162-50/+108
* Do not use the parent thingie, because it might be like anything. AndMiguel de Icaza2000-04-152-1/+5
* Apply some loving action when it comes to visuals and colormaps. Yes, weMiguel de Icaza2000-04-151-2/+11
* Add our own ChangeLogMiguel de Icaza2000-04-151-0/+119
* *** empty log message ***Miguel de Icaza2000-04-151-100/+0
* Updated Danish filePablo Saratxaga2000-04-151-25/+7
* add nntpChris Toshok2000-04-152-1/+5
* Fix switch statement.Christopher James Lahey2000-04-152-3/+7
* add test12Chris Toshok2000-04-154-1/+76
* always return TRUE for now. we need to check the server response to makeChris Toshok2000-04-153-48/+172
* Added a note field.Christopher James Lahey2000-04-1510-26/+86
* Added a row height cache.Christopher James Lahey2000-04-155-4/+128
* Make `e_table_construct()' work by passing the correct size argumentEttore Perazzoli2000-04-153-2/+7
* Fix compilation with builddir != srcdir (again).Ettore Perazzoli2000-04-1511-11/+46
* remove test-formatterDan Winship2000-04-152-92/+0
* packed their bags and moved to ../mail/Dan Winship2000-04-152-1168/+0
* Moved from camel/camel-formatter, and changed slightly. (More to come.)Dan Winship2000-04-158-239/+893
* Fixing a warning.Christopher James Lahey2000-04-152-2/+2
* This didn't belong in Camel. Move to mail/Dan Winship2000-04-153-3/+7
* Add g_return_if_fails.Christopher James Lahey2000-04-153-4/+38
* [This was accidentally not committed with its ChangeLog entry somehow...]Dan Winship2000-04-151-3/+14
* add XXX so i can find this hardcoded string later.Chris Toshok2000-04-151-0/+1
* okay. working now.Chris Toshok2000-04-153-16/+77
* Switch the parent object to be a GtkTable. (et_real_construct): applyMiguel de Icaza2000-04-155-24/+65
* initial import of nntp store.Chris Toshok2000-04-1511-0/+2014
* don't ldap_simple_bind_s if the ldap_open failed, and fix warnings.Chris Toshok2000-04-152-44/+63
* quiet configure in the case where it can't find ldap libs.Chris Toshok2000-04-152-3/+8
* use gnome_app_fill_toolbar_with_data, so we get the beautiful gnomeChris Toshok2000-04-152-36/+36
* use BONOBO_VFS_GNOME_LIBS instead of BONOBO_HTML_GNOME_LIBS. fixesChris Toshok2000-04-152-1/+6
* Fix up the warning message a bit. (folder_browser_factory): Make theDan Winship2000-04-142-9/+16
* Added russian translation.Valek Frob2000-04-141-0/+2
* Must pass "object" for the kind to goad_server_register(); "server" isFederico Mena Quintero2000-04-144-38/+56
* Check for 0 length fields when building the outgoing ECard.Christopher James Lahey2000-04-133-76/+117
* Give correct warnings.Christopher James Lahey2000-04-133-6/+13
* reflect the title attribute in the contact editor. (extract_info): same.Chris Toshok2000-04-133-0/+30
* add the title attribute.Chris Toshok2000-04-132-0/+3
* add a title.Chris Toshok2000-04-135-0/+23
* save out the title to the vcard.Chris Toshok2000-04-132-1/+7
* add title field foo to the test.Chris Toshok2000-04-134-2/+43
* make sure to g_source_remove the idle id.Chris Toshok2000-04-132-0/+3
* new function that polls ldap for more search responses.Chris Toshok2000-04-132-73/+106
* Remove test for source. We will fix this later.Miguel de Icaza2000-04-133-31/+30
* rework this function to use a table mapping search field names to vcardChris Toshok2000-04-133-65/+150
* Updated Danish filePablo Saratxaga2000-04-132-180/+76
* Debug function to dump the whole index to stdout.NotZed2000-04-125-31/+82
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-1210-14/+54
* Kids, it's candy day. new icons. /tigertTuomas Kuosmanen2000-04-127-0/+7
* delay the setting of the ldap variable until we've ensured we wereChris Toshok2000-04-122-11/+43
* Reset resize_guide here.Miguel de Icaza2000-04-123-10/+10
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-127-3/+22
* Properly use AC_ARG_WITHMiguel de Icaza2000-04-122-5/+21
* add HAVE_LDAP here.Chris Toshok2000-04-121-0/+1
* add LDAP_LIBS here.Chris Toshok2000-04-126-86/+538
* Changed AC_DEFUN to AC_DEFINE.Christopher James Lahey2000-04-123-3/+10
* use HAVE_TIMEZONE to switch between linux's timezone variable and *bsd'sChris Toshok2000-04-123-4/+32
* check for timezone as a variable (as it is in linux, but not in freebsd orChris Toshok2000-04-122-0/+30
* you need the latest gdk-pixbuf to build evolution now.Larry Ewing2000-04-124-122/+110
* Moved some logic a bit. Minor changes.Christopher James Lahey2000-04-123-16/+6
* free the esexp_result. (entry_compare): we want comparison functions toChris Toshok2000-04-122-1/+5
* e-text.c: Recalc bounds when changing the width/clip_widthiholmes2000-04-123-7/+59
* new function for searching all email addresses of a contact.Chris Toshok2000-04-122-7/+95
* new function, taking code from func_contains to get string properties.Chris Toshok2000-04-112-12/+105
* Add filesMiguel de Icaza2000-04-114-0/+84
* Add group indent width here. (is_pointer_on_division): Use the groupMiguel de Icaza2000-04-119-62/+251
* This was setting E_REFLOW(view)->items to NULL too soon. Fixed now.Christopher James Lahey2000-04-113-6/+9
* remove spew. (pas_backend_file_process_create_card): move the sync to theChris Toshok2000-04-112-14/+22