aboutsummaryrefslogtreecommitdiffstats
path: root/wombat
Commit message (Expand)AuthorAgeFilesLines
* Big sync. Disable calendar compilation for a few hours - FedericoFederico Mena Quintero2000-08-082-2/+12
* As a quasi-hack, do a gdk_flush() when the shell view is unrealized soFederico Mena Quintero2000-07-101-1/+4
* fixed a bunch of problems use libical instead of libversitSeth Alves2000-06-072-2/+4
* a bunch of patches to make evolution compile with bonobo in strange prefixes....Mathieu Lacage2000-06-051-2/+1
* Fix Makefile so that it looks for include files in the EvolutionEttore Perazzoli2000-05-132-2/+8
* Removed dist-hook section.Christopher James Lahey2000-05-102-0/+5
* CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-092-0/+8
* ignore wombat.pureChris Toshok2000-05-073-0/+18
* ignore the .pure directoryChris Toshok2000-05-051-0/+1
* Doh, also unref the pas_book_factory when we are done.Federico Mena Quintero2000-05-012-0/+8
* Removed stale comment - FedericoFederico Mena Quintero2000-05-011-2/+0
* Connect to the "last_book_gone" signal of the book factory.Federico Mena Quintero2000-05-012-1/+21
* From addressbook/ChangeLogChristopher James Lahey2000-05-012-0/+5
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-286-31/+206
* Eeek, remove "while(1);" debug code - FedericoFederico Mena Quintero2000-04-261-3/+0
* New module-wide variables for the PAS and PCS factories. (setup_pcs):Federico Mena Quintero2000-04-262-21/+98
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-212-6/+6
* set calendar's uri with a property bagSeth Alves2000-04-191-0/+2
* Removed spurious calendar directories from the include path. AddedFederico Mena Quintero2000-04-173-14/+38
* Fix compilation with builddir != srcdir (again).Ettore Perazzoli2000-04-152-0/+9
* use BONOBO_VFS_GNOME_LIBS instead of BONOBO_HTML_GNOME_LIBS. fixesChris Toshok2000-04-152-1/+6
* Must pass "object" for the kind to goad_server_register(); "server" isFederico Mena Quintero2000-04-144-38/+56
* add LDAP_LIBS here.Chris Toshok2000-04-122-1/+9
* change the empty search string ("") to the valid (contains "full_name"Chris Toshok2000-04-111-1/+1
* Fixed a bug where I was sending the wrong information to some callbacks.Christopher James Lahey2000-04-101-0/+1
* + * wombat/wombat.c: Changed headerfile path.Matthew Loper2000-03-292-8/+8
* + * wombat/Makefile.am: new file.Matthew Loper2000-03-293-13/+73
* + * wombat/wombat.gnorba: new file.Matthew Loper2000-03-293-2/+37
* For matt.Nat Friedman2000-03-292-0/+88
an> * Reset the filtered_count to zero.Jeffrey Stedfast2001-12-153-32/+106 * Slight glossary changes in wordingKevin Breit2001-12-155-241/+310 * Connect to the destroy signal on the popup dialog.Jeffrey Stedfast2001-12-153-11/+32 * Connect to the save-draft signal. (send_to_url): Here too. (mail_reply):Jeffrey Stedfast2001-12-153-1/+107 * Setup the SAVE_DRAFT signal. (menu_file_save_draft_cb): Emit theJeffrey Stedfast2001-12-153-93/+35 * [Fix #17258, shell displays splash even if Evolution is alreadyEttore Perazzoli2001-12-152-9/+17 * Removed x-inline-pgp-hack kludge because it doesn't work.Jeffrey Stedfast2001-12-152-45/+7 * Start reiplementing The Right Way and not danw's fucking half-assed kludgeJeffrey Stedfast2001-12-153-129/+40 * 0.10.0 here we go!Israel Escalante2001-12-140-0/+0 * 0.10.0 here we go!Israel Escalante2001-12-141-0/+4 * Make sure to copy the custom fields so they are not overwrittenJP Rosevear2001-12-142-0/+10 * include stdlib.h (for alloca on freebsd) and only include alloca.h ifChris Toshok2001-12-142-0/+8 * check for alloca.h.Chris Toshok2001-12-142-0/+5 * Used g_strdup_printf to dup a string. Doh! Changed to g_strdup. (BugJon Trowbridge2001-12-142-1/+7 * merge from headNot Zed2001-12-142-0/+7 * Fixes #17085Zbigniew Chyla2001-12-143-121/+131 * added calendar/zones.hDamon Chaplin2001-12-142-0/+5 * new file to contain all timezone names for translation. We won't be usingDamon Chaplin2001-12-143-0/+393 * cast the key argument to g_hash_table_insert to a gpointer to avoid compiler ...Jeffrey Stedfast2001-12-141-2/+2 * Keep a name-to-type hash so that we can make sure that the type has notJeffrey Stedfast2001-12-144-16/+38 * added a Content-Description to the signature part - part of a merge from the ...Jeffrey Stedfast2001-12-141-0/+1 * merged some changes from the 1-0 branch that apparently never got merged into...Jeffrey Stedfast2001-12-141-2/+2 * Attach to the parent widget's destroy signal - when that gets destroyed,Jeffrey Stedfast2001-12-144-103/+127 * Updated Slovak translation.Stanislav Visnovsky2001-12-132-253/+283 * New helper function to create the `~/evolution/private' directory.Ettore Perazzoli2001-12-132-0/+58 * Install the man page.Ettore Perazzoli2001-12-133-2/+51 * ungrab the pointer before calling e_day_view_finish_long_event_resizeJP Rosevear2001-12-133-9/+50 * set the new-mail-notify command.Jeffrey Stedfast2001-12-135-6/+134 * Updated Swedish translation.Christian Rose2001-12-132-247/+331 * properly convert the dtstart and dtend times if they are UTC (cursor_cb):JP Rosevear2001-12-124-38/+97 * If multiple-selection is enabled but nothing is slected, fall back toJeffrey Stedfast2001-12-122-14/+22 * Fixed for mail_content_loaded's new signature.Jon Trowbridge2001-12-129-96/+189 * unregister ETableHeaderItem widget as a drag target when unrealizing it.Gustavo Giráldez2001-12-121-0/+2 * use UTF-8 as the char set when testing pilot linkJP Rosevear2001-12-124-3/+14 * If multiple-selection is enabled but nothing is slected, fall back toJeffrey Stedfast2001-12-122-4/+13 * If the widget is non-NULL, then gtk_widget_destroy that bad boy...Jeffrey Stedfast2001-12-123-5/+12 * Fix typo.Jon Trowbridge2001-12-121-1/+1 * A new icon that sucks less. We still need stoem Tuomas-love.Jon Trowbridge2001-12-122-67/+102 * Add ETable magic for our new "Needs Reply" column. (The next few entriesJon Trowbridge2001-12-1210-230/+399 * "Ximian Evolution", not "Evolution".Ettore Perazzoli2001-12-122-1/+6 * Up VERSION to 1.1.0.99.Ettore Perazzoli2001-12-122-17/+5 * Updated Slovak translation.Stanislav Visnovsky2001-12-112-730/+791 * Updated Ukrainian TranslationYuri Syrota2001-12-111-1369/+785 * Merging files:Christopher James Lahey2001-12-113-1/+8 * Merging changes:Christopher James Lahey2001-12-111-2/+0 * Merging changes:Christopher James Lahey2001-12-111-8/+16 * Don't expunge when we sync anymore, this fixes bug #4472.Jeffrey Stedfast2001-12-112-2/+7 * select_file_attachments now returns a GPtrArray so handle that and loopJeffrey Stedfast2001-12-114-53/+128 * Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-114-29/+40 * Only execute an executable sig file if a magic environment variable isJon Trowbridge2001-12-112-1/+7 * removed code that connects to GnomeCalendar's "dates_shown_changed"Damon Chaplin2001-12-113-10/+24 * if all we have is the TZID, see if it is one of our TZIDs and if so getDamon Chaplin2001-12-112-1/+25 * Protect against either of the types being NULL.Jeffrey Stedfast2001-12-1111-110/+171 * fixed executable name. Fixes bug #16880.Damon Chaplin2001-12-112-1/+6 * Don't crash if the text string is NULL. (text_draw_with_objects): Don'tJon Trowbridge2001-12-111-1/+4 * set paper size to _("US-Letter"), use gtk_html_print_set_masterRadek Doulik2001-12-112-2/+7 * Don't just assume all of the GtkHTMLEmbedded's fields are filled in, sinceDan Winship2001-12-105-7/+35 * Fix the tm_gmtoff case (its sign is the opposite of "timezone"). FixesDan Winship2001-12-102-1/+7 * Oops... this didn't get committed before.Jon Trowbridge2001-12-101-0/+8 * Implements marking messages as "Need Reply".Jon Trowbridge2001-12-1014-51/+239 * Added vfolders.xml containing default initial vfolders - important vfolderNot Zed2001-12-103-1/+31 * *** empty log message ***Wang Jian2001-12-092-746/+4361 * if we have an alarm that can be represented on the pilot, set theJP Rosevear2001-12-093-14/+137 * s/%/%sRodrigo Moya2001-12-082-2/+7 * (committed by Damon)Federico Mena Quintero2001-12-082-25/+72 * apparently a merge removed the openssl checks - ugh.Jeffrey Stedfast2001-12-082-0/+68 * Check that the mail-display hasn't been destroyed.Jeffrey Stedfast2001-12-084-7/+42 * Remove a reference to code I don't want to commit yet. :-)Jon Trowbridge2001-12-082-2/+4 * Extensively refactored -- this code had gotten _really_ ugly. UntangleJon Trowbridge2001-12-085-421/+433 * Remove perl.comIain Holmes2001-12-082-1/+4 * if the key in the config database does not exist, just return the localRodrigo Moya2001-12-072-2/+27 * default component classification to PUBLICRodrigo Moya2001-12-072-3/+10 * Updated Swedish translation.Christian Rose2001-12-072-357/+403 * s/PREVIEW_RELEASE/VERSION_COMMENTJeffrey Stedfast2001-12-072-1/+5 * s/PREVIEW_VERSION/VERSION_COMMENTJeffrey Stedfast2001-12-073-3/+7 * Explicitly destroy the EMeetingModel. This is a hack to work aroundJon Trowbridge2001-12-074-0/+28 * Added. Executes the given file and returns its output as a string.Jon Trowbridge2001-12-072-11/+64 * ack, forgot about this piece of the patchJeffrey Stedfast2001-12-071-1/+1 * Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will beJeffrey Stedfast2001-12-073-80/+51 * Don't append "(Preview Version)" at the end of the version string. Use theJeffrey Stedfast2001-12-072-6/+9 * Merging changes:Christopher James Lahey2001-12-071-0/+2 * move search_for_dn's contents here, and add an "existing_objectclasses"Chris Toshok2001-12-072-40/+115 * we need to be able to disable non-labels here as well. since we're usingChris Toshok2001-12-075-7/+42 * fixed changelog merge conflictsJeffrey Stedfast2001-12-071-1/+0 * Setup the UI for the AddSenderToAddressbook ui verb thingy.Jeffrey Stedfast2001-12-074-39/+24 * Add an "Add Sender to Address Book" menu item.Jeffrey Stedfast2001-12-072-0/+12 * added entry for the LOCATION fieldRodrigo Moya2001-12-063-2/+82 * added "meeting-announce" note ("Simple meeting announcements").Aaron Weber2001-12-062-0/+19 * Add missing comma.Ettore Perazzoli2001-12-062-1/+5 * [Fix #7827, Switching desktops leaves the folder bar popped up.]Ettore Perazzoli2001-12-063-1/+43 * Additional links to other portions of the document.Aaron Weber2001-12-062-4/+15 * Merging changes:Christopher James Lahey2001-12-064-28/+42 * oops, something got fubar'd in the merge I guess...Jeffrey Stedfast2001-12-061-0/+2 * Marked strings for translation.Zbigniew Chyla2001-12-062-13/+21 * back again !!!James Henstridge2001-12-0532-0/+4315 * Allow 'n' and 'p' to work when multiple messages are selected. FixesJon Trowbridge2001-12-052-6/+9 * I should have merged in the patch rather than being lazy and copying the file...Jeffrey Stedfast2001-12-051-10/+22 * Change the FileSend tooltip the be the same as the FileSendLater tooltipJeffrey Stedfast2001-12-052-32/+20 * Merging changes:Christopher James Lahey2001-12-0511-172/+411 * *** empty log message ***gfarris2001-12-0531-4308/+0 * Merging changes:Christopher James Lahey2001-12-042-11/+15 * Merging changes:Christopher James Lahey2001-12-043-53/+410 * fix up gfarris's mistaken commit to gnome-common (revert to yesterday's versi...James Henstridge2001-12-0431-0/+4308 * *** empty log message ***gfarris2001-12-0432-4315/+0 * Make address comparisons case-insensitive. (Fixes 11776)Jon Trowbridge2001-12-043-6/+14 * Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)Jon Trowbridge2001-12-043-3/+15 * make sure we call e_table_model_pre_change() before changing the model.Damon Chaplin2001-12-044-8/+34 * disabled 'Alarms', 'End Date' and 'Show Time As' fields, as these are notDamon Chaplin2001-12-042-3/+9 * Touched. Minor changes to IMAP section, to make sure links worked, etc.Aaron Weber2001-12-049-85/+365 * If the path exists, make sure it's a regular file (or we can't possiblyJeffrey Stedfast2001-12-043-24/+58 * Convert folder name to locale's encoding before using it as part of theZbigniew Chyla2001-12-042-2/+9 * connect to "cal_set_mode" signal before calling cal_client_set_mode. Also,Rodrigo Moya2001-12-032-7/+13 * Updated Swedish translation.Christian Rose2001-12-022-336/+358 * Merging changes:Christopher James Lahey2001-12-012-3/+51 * Merging changes:Christopher James Lahey2001-12-012-10/+12 * Merged changes:Christopher James Lahey2001-12-012-0/+34 * Merging fixes:Christopher James Lahey2001-12-012-37/+79 * Merging changes:Christopher James Lahey2001-12-011-0/+3 * Don't use regex matching. Fixes bug #16227.Jeffrey Stedfast2001-12-018-86/+124 * only show the dialog if we created it. Hopefully fixes bug #15774. AlsoDamon Chaplin2001-12-012-3/+27 * Use the uid rather than vuid for unmatched. Also add the uid to unmatched42001-12-013-16/+58 * Fix the boolean check to be && and not ||.Jeffrey Stedfast2001-12-012-1/+6 * Tiny fix.Aaron Weber2001-12-011-3/+5 * Added more info about pretty emails.Kevin Breit2001-12-012-2027/+2077 * Updated Spanish translation.Hector Garcia2001-11-302-599/+788 * Completely new implementation of NNTP.Not Zed2001-11-3018-877/+2438 * Set the category of the new task to that of the search bar. Fixes bugFederico Mena Quintero2001-11-302-0/+9 * Fixes bug #3290.Federico Mena Quintero2001-11-302-1/+30 * updated to new version from Ximian Setup Tools. Fixes bug #7641.Damon Chaplin2001-11-293-44/+76 * Added section about how to make your email pretty. I'll add more each dayKevin Breit2001-11-293-0/+26 * fixed typos in translatable strings. Fixes Ximian #15456Rodrigo Moya2001-11-283-2/+8 * Fixed a typo: inlude -> includeSebastian Rittau2001-11-282-1/+6 * If the uid doesn't have a ',' in it, fail to crash.Not Zed2001-11-28