aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fixed for sync search api revert.Michael Zucci2000-05-021-0/+9
* Automatic check for oaf. Thanks ettore, you rule!Anders Carlsson2000-05-021-0/+5
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-0/+8
* Fix for removal of camelmimebodypart, and changes to recipient stuff.NotZed2000-04-281-0/+8
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-281-0/+4
* + * configure.in: added tools/Makefile.Matthew Loper2000-04-271-0/+15
* Fix the changes to the testsMichael Zucci2000-04-271-0/+8
* + * tests/.cvsignore: Added test13.Matthew Loper2000-04-271-0/+4
* + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer andMatthew Loper2000-04-271-0/+5
* Update for the camel changes.Dan Winship2000-04-261-0/+8
* Made the tooltip show up in the correct place and configuration when usingChristopher James Lahey2000-04-241-0/+14
* Added tr to ALL_LINGUASFatih Demir2000-04-241-0/+4
* Fixed for method movements.NotZed2000-04-241-0/+12
* oops, silly me.Matthew Loper2000-04-241-2/+0
* + * widgets/Makefile.am: Added e-paned directory.Matthew Loper2000-04-241-0/+18
* Of course, it just crashes ...NotZed2000-04-241-0/+8
* New tests/fixed tests.Michael Zucci2000-04-231-0/+5
* Fixed some headers.NotZed2000-04-211-0/+8
* ja.po: Initial Japanese translation from Akira Tagoh.Yukihiro Nakai2000-04-201-0/+4
* More detail on exactly what versions of what libraries are needed.Dan Winship2000-04-191-0/+5
* kill camel-logDan Winship2000-04-191-0/+4
* Require gnome-xml 1.8.7 (or later, but not 2.0). xmlParseMemory's behaviorDan Winship2000-04-181-0/+4
* New program to test CamelURLDan Winship2000-04-181-0/+4
* Added orginizational unit, nickname, and internet free-busy fields.Christopher James Lahey2000-04-171-0/+12
* Added orginization and role fields.Christopher James Lahey2000-04-161-0/+19
* + * addressbook/gui/component/addressbook.cMatthew Loper2000-04-161-0/+10
* *** empty log message ***Miguel de Icaza2000-04-151-100/+0
* add test12Chris Toshok2000-04-151-0/+9
* Added a note field.Christopher James Lahey2000-04-151-0/+8
* Fix compilation with builddir != srcdir (again).Ettore Perazzoli2000-04-151-0/+17
* don't ldap_simple_bind_s if the ldap_open failed, and fix warnings.Chris Toshok2000-04-151-0/+11
* quiet configure in the case where it can't find ldap libs.Chris Toshok2000-04-151-0/+5
* Check for 0 length fields when building the outgoing ECard.Christopher James Lahey2000-04-131-0/+5
* Give correct warnings.Christopher James Lahey2000-04-131-0/+7
* reflect the title attribute in the contact editor. (extract_info): same.Chris Toshok2000-04-131-0/+4
* add the title attribute.Chris Toshok2000-04-131-0/+2
* add a title.Chris Toshok2000-04-131-0/+5
* save out the title to the vcard.Chris Toshok2000-04-131-0/+3
* add title field foo to the test.Chris Toshok2000-04-131-0/+7
* make sure to g_source_remove the idle id.Chris Toshok2000-04-131-0/+1
* new function that polls ldap for more search responses.Chris Toshok2000-04-131-0/+7
* rework this function to use a table mapping search field names to vcardChris Toshok2000-04-131-0/+18
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-121-0/+9
* Kids, it's candy day. new icons. /tigertTuomas Kuosmanen2000-04-121-0/+7
* delay the setting of the ldap variable until we've ensured we wereChris Toshok2000-04-121-0/+12
* Properly use AC_ARG_WITHMiguel de Icaza2000-04-121-0/+4
* add LDAP_LIBS here.Chris Toshok2000-04-121-0/+16
* Changed AC_DEFUN to AC_DEFINE.Christopher James Lahey2000-04-121-0/+6
* check for timezone as a variable (as it is in linux, but not in freebsd orChris Toshok2000-04-121-0/+5
* you need the latest gdk-pixbuf to build evolution now.Larry Ewing2000-04-121-2/+11
* Moved some logic a bit. Minor changes.Christopher James Lahey2000-04-121-0/+4
* free the esexp_result. (entry_compare): we want comparison functions toChris Toshok2000-04-121-0/+2
* e-text.c: Recalc bounds when changing the width/clip_widthiholmes2000-04-121-1/+11
* new function for searching all email addresses of a contact.Chris Toshok2000-04-121-2/+12
* new function, taking code from func_contains to get string properties.Chris Toshok2000-04-111-0/+16
* This was setting E_REFLOW(view)->items to NULL too soon. Fixed now.Christopher James Lahey2000-04-111-0/+5
* remove spew. (pas_backend_file_process_create_card): move the sync to theChris Toshok2000-04-111-0/+8
* new function. (delete_contact_cb): wire up button to callChris Toshok2000-04-111-0/+11
* Changed some incorrect gtk_object_refs and gtk_object_unrefs intoChristopher James Lahey2000-04-111-0/+18
* implement braindead dialog to input the query string for the view.Chris Toshok2000-04-111-0/+11
* Added a "query" argument to the e-minicard-view. Documented all theChristopher James Lahey2000-04-111-0/+7
* change the empty search string ("") to the valid (contains "full_name"Chris Toshok2000-04-111-0/+30
* Update to support --disable-threads correctly.Miguel de Icaza2000-04-111-0/+5
* use view != NULL instead of checking db_error when we callChris Toshok2000-04-111-0/+6
* check for mkstempDan Winship2000-04-111-0/+4
* removed libical stuff since it has its own configure.in.Damon Chaplin2000-04-111-0/+5
* Fixed a bug where I was sending the wrong information to some callbacks.Christopher James Lahey2000-04-101-0/+42
* + * addressbook/gui/component/addressbook.c (control_activate): MakeMatthew Loper2000-04-101-0/+3
* + * addressbook/Makefile.am: Compile contact-editor, _then_ gui,Matthew Loper2000-04-101-0/+27
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-091-0/+6
* Made the contact editor load from an ECard.Christopher James Lahey2000-04-091-0/+13
* Fixed a small typo.Christopher James Lahey2000-04-091-0/+5
* pixmap_DATA should have been images_DATA (after pixmapdir was renamed toDan Winship2000-04-091-0/+5
* CVS move mistake. Fixed the correct changes in the correct places.Christopher James Lahey2000-04-091-0/+29
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-0/+69
* add SYSTEM_MAIL_DIRDan Winship2000-04-091-0/+4
* Added Galician translationJesus Bravo Alvarez2000-04-081-0/+4
* o Modified configure.in to create camel/providers/smtp/MakefileEDT 2000 Jeffrey Stedfast2000-04-081-0/+3
* Made text tooltips appear in place. Iain figured out that to get them toChristopher James Lahey2000-04-081-0/+8
* + * addressbook/demo/addressbook.c (control_activate_cb): NewMatthew Loper2000-04-081-0/+11
* correctly (well, untested) implement. (view_destroy): new function.Chris Toshok2000-04-071-0/+7
* Moved all ChangeLog entries for the shell to shell/ChangeLog.Miguel de Icaza2000-04-071-169/+2
* + * shell/main.c (evolution_boot): Make sure our data directory isMatthew Loper2000-04-071-0/+5
* Changed calls to e_cell_text_new to match new function signature.Christopher James Lahey2000-04-061-0/+5
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-061-0/+11
* + * README: Added wombat.Matthew Loper2000-04-061-0/+4
* hook up control:calendarSeth Alves2000-04-061-0/+4
* Got rid of some runtime errors. Changed to "fixed" font so that it willChristopher James Lahey2000-04-051-0/+10
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-051-0/+5
* Removed an unnecessary get_bounds call.Christopher James Lahey2000-04-051-0/+9
* Changed this to backend to an ebook.Christopher James Lahey2000-04-051-0/+17
* Fixed an incorrect function.Christopher James Lahey2000-04-051-0/+28
* Updated Ukrainian translationYuri Syrota2000-04-041-0/+4
* Added no and sv to ALL_LINGUASAndreas Hydén2000-04-041-0/+4
* A bit of clean up.Christopher James Lahey2000-04-031-0/+26
* + + * tests/.cvsignore: Added test-movemail. + + * art/.cvsignore: NewMatthew Loper2000-04-011-0/+6
* Update for shortcut bar changes.Dan Winship2000-04-011-0/+9
* added support for a callback function to set the icons.Damon Chaplin2000-03-311-0/+8
* Added some missing gtk_object_refs.Christopher James Lahey2000-03-311-0/+5
* Get first card (with R_FIRST) on first seq().Matthew Loper2000-03-311-0/+6
* new-file new fileChris Toshok2000-03-311-0/+5
* Hold off on deactivating the "outgoing" control until after setting up theDan Winship2000-03-311-0/+6
* install new shortcut bar pixmaps.Dan Winship2000-03-311-0/+10
* look mum! new icons! /tigertTuomas Kuosmanen2000-03-311-0/+8
* Call bonobo_control_frame_activate on the folder_view every time it isDan Winship2000-03-301-0/+7
* Fixed management of the corba-cursor object by callingChristopher James Lahey2000-03-301-0/+8
* + * addressbook/backend/ebook/test-client.c (get_cursor_cb): AddedMatthew Loper2000-03-301-0/+8
* + * Makefile.am: add calendar compilation back in.Matthew Loper2000-03-301-0/+2
* + * addressbook/backend/pas/pas-book-factory.cMatthew Loper2000-03-301-0/+14
* + * wombat/wombat.c: Changed headerfile path.Matthew Loper2000-03-291-0/+9
* + * wombat/Makefile.am: new file.Matthew Loper2000-03-291-0/+5
* use g_new0 to allocate the BonoboObjectServant.Chris Toshok2000-03-291-0/+3
* + * Makefile.am: added wombat.Matthew Loper2000-03-291-0/+2
* + * wombat/wombat.gnorba: new file.Matthew Loper2000-03-291-0/+10
* remove unnecessary strdup/free.Chris Toshok2000-03-291-0/+6
* Removed an infinite loop.Christopher James Lahey2000-03-291-0/+11
* Fixed memory allocation.Christopher James Lahey2000-03-291-0/+14
* create id's for entries using the following format: ("pas-id-%08lX%08X",Chris Toshok2000-03-291-0/+6
* implement function. (get_nth): implement function. (cursor_destroy): freeChris Toshok2000-03-281-0/+8
* New function, used to flatten the images we get and composite them withMiguel de Icaza2000-03-281-0/+7
* new test program. Can be used to copy POP mail into your evolution inbox.Dan Winship2000-03-281-0/+5
* remove unneeded g_strdup;Chris Toshok2000-03-281-0/+5
* Fixed some warnings.Christopher James Lahey2000-03-281-0/+39
* This test is basically now invalid.NotZed2000-03-281-2/+14
* Added some icons to-be-in-message-list-view... /tigertTuomas Kuosmanen2000-03-271-0/+8
* check for db_185.h (present in newer db distributions.)Chris Toshok2000-03-271-0/+3
* (string_to_dbt): new function.Chris Toshok2000-03-271-0/+10
* new function. (pas_backend_file_process_create_card): callChris Toshok2000-03-271-0/+13
* ChangeLog shuffling.Miguel de Icaza2000-03-271-59/+0
* Load an ECard instead of a VCard and then get the VCard from that ECard.Christopher James Lahey2000-03-261-0/+9
* create a card and then look it up.Chris Toshok2000-03-261-0/+5
* add initial work on file pas backend, using db(3).Chris Toshok2000-03-261-0/+13
* Set the card id properly when retrieving a card.Christopher James Lahey2000-03-261-0/+9
* pass GList* as second parameter to g_list_remove_link, not the dataChris Toshok2000-03-261-0/+5
* Removed the address->description field.Christopher James Lahey2000-03-261-0/+13
* + * shell/e-shell-view.c (get_view): Move CORBA_Environment toMatthew Loper2000-03-261-0/+13
* Added parsing and testing for name, full name, birthday, telephone, email,Christopher James Lahey2000-03-241-0/+17
* Formatting cleanup.NotZed2000-03-241-0/+8
* Added the addressbook/backend directory.Christopher James Lahey2000-03-231-0/+38
* + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy"Matthew Loper2000-03-231-0/+9
* Changed gnome_canvas_item_grab_focus to e_canvas_item_grab_focus.Christopher James Lahey2000-03-221-0/+5
* Make background pixmap get properly set to NULL.Christopher James Lahey2000-03-221-0/+5
* Updated to fix a few bugs.Christopher James Lahey2000-03-211-0/+4
* Added the ability to access the text event processor.Christopher James Lahey2000-03-211-0/+11
* + * tests/ui-tests/.cvsignore: added filter.Matthew Loper2000-03-211-0/+4
* New private field in EShellView added, which contains the notebook and aMatthew Loper2000-03-211-0/+12
* Fix for srcdir != builddir.Elliot Lee2000-03-181-0/+6
* build shell before mail since mail relies on the shell idl files beingDan Winship2000-03-141-0/+5
* Added an E_FOLDER_CONTACTS section to the get_view function.Christopher James Lahey2000-03-141-0/+17
* i2000-03-13 bertrand <bertrand@helixcode.com>bertrand2000-03-131-0/+4
* (get_view): added a parameter to have a reference to the EShellView.bertrand2000-03-131-0/+6
* once we have the bonobo control widget, disable the autoactivation andbertrand2000-03-131-0/+7
* name changebertrand2000-03-131-0/+3
* added the get_e_folder_type function.bertrand2000-03-131-0/+3
* creates an Evolution_ServiceRepository object.bertrand2000-03-131-0/+10
* Added e-text-test.Christopher James Lahey2000-03-121-0/+15
* Implementation of the service repository interface as a bonobo object.bertrand2000-03-121-0/+14
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-121-0/+38
* add a field refering to a service associated to the efolder. In the casebertrand2000-03-121-0/+13
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-111-0/+13
* plug mem leaks due to bad documentation ofbertrand2000-03-091-0/+6
* Added a "break_characters" argument. It lets you define a set ofChristopher James Lahey2000-03-081-0/+20
* Fixed e_xml_set_integer_prop_by_name.Christopher James Lahey2000-03-061-0/+4
* Commenting added. (on_url_data_requested): renamed fromMatthew Loper2000-03-051-0/+9
* Added e_xml_set_integer_prop_by_name.Christopher James Lahey2000-03-051-0/+5
* add bonobo to the build process.bertrand2000-03-041-0/+11
* initialize gdkrgb. Push visual/colormap. (on_url_requested): in the casebertrand2000-03-041-0/+10
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-021-0/+11
* Added calendar/idl/Makefile, calendar/cal-client/Makefile, andFederico Mena Quintero2000-03-021-0/+6
* Don't show the tooltip if the text is being editted or isn't clipped.Iain Holmes2000-03-011-0/+7
* Added test program.NotZed2000-03-011-0/+9
* Fixed references to libutil.a -> libeutil.laMichael Zucci2000-02-291-0/+6
* Added. moved from filter-sexp.[ch]NotZed2000-02-291-0/+10
* Compilation error.Chris Lahey2000-02-281-0/+4
* Updated these to use the canvas ::update system properly.Chris Lahey2000-02-281-0/+5
* Added e_xml_get_integer_prop_by_name.Christopher James Lahey2000-02-251-0/+11
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-251-0/+5
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-0/+39
* ~/evolution should be mode 700, not 600Dan Winship2000-02-241-0/+6
* added a reset method. Thanks message-browser to find so much bugs :)bertrand2000-02-221-0/+5
* + * tests/ui-tests/message-browser.c (on_link_clicked): stopMatthew Loper2000-02-221-0/+3
* + * tests/Makefile.am: changed references to libibex.a toMatthew Loper2000-02-221-0/+3
* + * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs.Matthew Loper2000-02-221-0/+5
* + * libical/Makefile.in: autogenerated file removed from cvs, andMatthew Loper2000-02-221-0/+8
* A lot of changes in the way the parsing works. I am too lazyBertrand Guiheneuf2000-02-221-0/+6
* Add "authenticator" to CamelSession and update things to use it.Dan Winship2000-02-221-0/+5
* Changed dependencies on libibex.la to libibex.a. In test9_LDADD, placedMatthew Loper2000-02-211-0/+6
* Michael created camel/ChangeLog on 2/12 but didn't commit it until 2/18,Dan Winship2000-02-211-184/+0
* added libetext.a and libeutil.a to test_shortcut_bar_LDADD, and got rid ofDamon Chaplin2000-02-211-0/+20
* Show the text of the item, in a tooltip style. (e_text_event): Add aIain Holmes2000-02-211-0/+9
* + * .cvsignore: added ABOUT-NLS.Matthew Loper2000-02-201-0/+5
* When a link is clicked, indicate the link with a dialog.Matthew Loper2000-02-201-1/+4
* + * libical/src/test/.cvsignore: Added Makefile.Matthew Loper2000-02-201-1/+1
* + * libical/src/test/.cvsignore: Added Makefile.Matthew Loper2000-02-201-0/+6
* + * libical/Makefile: autogenerated file removed from cvs.Matthew Loper2000-02-201-0/+6
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-201-0/+16
* minor cleanup.Matthew Loper2000-02-201-0/+6
* Use a relative path to the mbox provider module.NotZed2000-02-191-0/+5
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-0/+13
* Call camel_data_wrapper_set_input_stream, rather thanMatt Loper2000-02-191-0/+8
* Make gnomeui the last library on the command line, as its path is the oneMiguel de Icaza2000-02-191-2/+12
* Use the new method for gnome-print checking instead of the old crufty gtk+Miguel de Icaza2000-02-191-0/+6
* missing ChangeLog entry for previous commit to camel-service.[ch]Dan Winship2000-02-181-0/+7
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-181-0/+30
* New function g_url_to_string to convert a Gurl back into a char *Dan Winship2000-02-181-0/+5
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-171-0/+39
* don't seek the begining of the substream. (_eos): fix eos conditionbertrand2000-02-171-0/+16
* this routine replaces the _read_part routine and does not store the partbertrand2000-02-161-0/+18
* Add the unicode libraries as well.Miguel de Icaza2000-02-161-2/+17
* include gmime-base64.h various compilation and runtime fixes.bertrand2000-02-151-1/+24
* use the eos stream method. (gmime_read_line_from_stream): ditto.bertrand2000-02-151-0/+11
* make a blocking version of the header parser. When the fs stream usesbertrand2000-02-151-0/+29
* Add libunicode to CFLAGS/LIBS.NotZed2000-02-141-0/+12
* + * tests/ui-tests/test-multipart-mixed.msg: New rfc822 file, whichMatthew Loper2000-02-141-0/+8
* + * camel/camel-stream-fs.c (_init_with_name): Set stream_fs->fd toMatthew Loper2000-02-141-0/+7
* + * tests/ui-tests/message-browser.c (handle_tree_item): Expand treeMatthew Loper2000-02-141-1/+15
* HTMLStreamClass's parent changed to CamelStreamClass, not CamelStream.Matthew Loper2000-02-141-0/+5
* Fixed the location the first time you see the drop down menus for changingChristopher James Lahey2000-02-121-0/+6
* Made a click on a text widget set the cursor properly.Christopher James Lahey2000-02-121-0/+5
* Removed some arguments from the .h that will never be implemented.Christopher James Lahey2000-02-121-0/+5
* default the text/* mime types to CamelSimpleDataWrapper so that Michaelbertrand2000-02-111-0/+6
* Bad Ettore, no biscuit!NotZed2000-02-111-0/+5
* don't build thread related tests if evolution has been compiled with nobertrand2000-02-111-0/+33
* Removed a bizarre comparison construct for converting case.NotZed2000-02-101-0/+14
* Increment the copy source address to match the data read offset. (seek):NotZed2000-02-101-0/+4
* If we get a -1 read, DONT update the total bytes, and try and truncate theNotZed2000-02-101-0/+12
* New test file; run message-browser on it, and it will crash.Matthew Loper2000-02-101-0/+5
* show the containers and the containees (get_message_tree_ctrl): callbertrand2000-02-101-0/+3
* show the item.bertrand2000-02-101-0/+3
* set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE ---bertrand2000-02-101-0/+14
* various typo fixes in the ctree construction.bertrand2000-02-101-0/+29
* Minor cleanup.Matthew Loper2000-02-101-4/+9
* Actually initialise the class. It simple couldn't have worked before.NotZed2000-02-091-0/+7
* Add new Makefiles to Makefile list.Christopher James Lahey2000-02-091-0/+14
* New file; shows a message in tree format, where multipart's have multipleMatthew Loper2000-02-091-0/+6
* + * tests/test-formatter.c (convert_to_html_and_print): Use theMatthew Loper2000-02-091-0/+8
* + * tests/test-formatter.c (convert_to_html_and_print): Fixed callMatthew Loper2000-02-091-0/+4
* New member to 'CamelFormatterPrivate', 'attachments', will be used to letMatthew Loper2000-02-091-0/+16
* Changed the order of the compilation so the CORBA stuff was generatedIain Holmes2000-02-091-0/+5
* Added line wrap and a max number of lines (max number of lines is onlyChristopher James Lahey2000-02-081-0/+6
* Removed an unneccessary include of libhnj. All uses of libhnj areChristopher James Lahey2000-02-081-0/+5
* function deleted.Matthew Loper2000-02-081-0/+2
* + * tests/test-formatter.c (print_usage_and_quit): New function,Matthew Loper2000-02-081-0/+11
* finished.Damon Chaplin2000-02-071-0/+8
* typo fix : usebertrand2000-02-021-0/+7
* + * tests/test-formatter.c: New file; intended to test theMatthew Loper2000-02-021-0/+10
* Files to load the contact print style editor from the glade file. Doesn'tChristopher James Lahey2000-02-021-0/+35
* Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-281-0/+25
* Use e_canvas_item_grab_focus so that it will work with old versions ofChristopher James Lahey2000-01-271-0/+9
* Set the minimum_width.Christopher James Lahey2000-01-271-0/+9