| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Check for exceptions. | Iain Holmes | 2001-11-13 | 2 | -1/+57 |
* | Force the user to name the filter. | Jeffrey Stedfast | 2001-11-13 | 3 | -9/+35 |
* | [ Fixes Ximian bug #14843 ] don't crash if a subexpression wasn't filled | Chris Toshok | 2001-11-13 | 2 | -8/+19 |
* | Add a NULL check for rule->name. (mail_vfolder_add_uri): Same here. | Jeffrey Stedfast | 2001-11-13 | 2 | -6/+20 |
* | Added a g_return_val_if_fail for folder_name != NULL. | Jeffrey Stedfast | 2001-11-13 | 2 | -1/+8 |
* | save the ldflags properly | JP Rosevear | 2001-11-13 | 2 | -2/+6 |
* | Release callback's reference to EContactListEditor. (list_modified_cb): | Jon Trowbridge | 2001-11-13 | 2 | -9/+33 |
* | If our call to e_categories_new returns NULL, put up an error dialog and | Jon Trowbridge | 2001-11-13 | 2 | -0/+14 |
* | The last argument to the bonobo_config_get_XXX_with_default() is a | Federico Mena Quintero | 2001-11-12 | 2 | -14/+15 |
* | recurrence expansion callback for free/busy (create_user_free_busy): | JP Rosevear | 2001-11-12 | 2 | -18/+51 |
* | new protos | JP Rosevear | 2001-11-12 | 4 | -20/+68 |
* | Check to make sure pilot-link has the charset conversion stuff enabled | JP Rosevear | 2001-11-12 | 2 | -1/+37 |
* | Updated russian translation. | Valek Frob | 2001-11-12 | 2 | -1150/+842 |
* | Updated Hungarian translation. | Andras Timar | 2001-11-12 | 2 | -1120/+904 |
* | Update from anna | Keld Jørn Simonsen | 2001-11-12 | 1 | -185/+1 |
* | Don't let the importers run if people don't want them to | Iain Holmes | 2001-11-11 | 5 | -33/+49 |
* | If we already have the message loaded in the mail-display, don't bother | Jeffrey Stedfast | 2001-11-11 | 2 | -3/+15 |
* | Don't select all if the source model doesn't have a root node (it used to | Christopher James Lahey | 2001-11-11 | 1 | -1/+6 |
* | Make a printout here be conditionally compiled (and compiled out by | Christopher James Lahey | 2001-11-11 | 1 | -1/+1 |
* | Update | Kjartan Maraas | 2001-11-11 | 17 | -824/+1152 |
* | Updated Norwegian (bokmål) translation. | Kjartan Maraas | 2001-11-11 | 2 | -263/+263 |
* | *** empty log message *** | Wang Jian | 2001-11-10 | 2 | -863/+924 |
* | Updated Greek translation | Simos Xenitellis | 2001-11-10 | 2 | -1369/+783 |
* | [ Fixes Ximian bug #14687 ] backend/pas/pas-backend-file.c | Chris Toshok | 2001-11-10 | 4 | -16/+25 |
* | [ Fixes Ximian bug #14646 ] new function. if the default_book failed to | Chris Toshok | 2001-11-10 | 3 | -1/+44 |
* | Updates from anna evolution/po/da.po | Keld Jørn Simonsen | 2001-11-10 | 1 | -505/+463 |
* | Chop the output from `uname -s'. Thanks to Michael Gerdts for suggesting | Ettore Perazzoli | 2001-11-10 | 2 | -0/+6 |
* | don't subtract a day from DTEND. For DATE values we don't include the | Damon Chaplin | 2001-11-10 | 2 | -2/+6 |
* | fix buffer overflow. Fixes bug #10285 (the printing of lines & dates in | Damon Chaplin | 2001-11-10 | 2 | -1/+7 |
* | If any of the pipe()'s fail, clean up any pipes that may have succeeded. | Jeffrey Stedfast | 2001-11-10 | 3 | -13/+33 |
* | If we get a user cancel and that causes us to fail to authenticate, abort | 9 | 2001-11-10 | 2 | -0/+9 |
* | Convert strings to GTK+ encoding. (meeting_page_destroy): Free allocated | Chyla Zbigniew | 2001-11-10 | 2 | -2/+12 |
* | Removed `morons.org'. | Ettore Perazzoli | 2001-11-10 | 2 | -1/+4 |
* | Was x_evolution_message_parse from folder-browser.c. A space char is no | Jeffrey Stedfast | 2001-11-10 | 5 | -68/+69 |
* | Updated Slovak translation. | Stanislav Visnovsky | 2001-11-09 | 2 | -287/+147 |
* | Re-enable traditional Chinese translation and convert to UTF8 | Kwok-Koon Cheung | 2001-11-09 | 4 | -3065/+3076 |
* | Some QA changes. | Carlos Perelló Marín | 2001-11-09 | 2 | -115/+132 |
* | Fix error in french translation | Frédéric Crozat | 2001-11-09 | 2 | -2/+6 |
* | don't let an empty event occur for all days when auto scrolling | JP Rosevear | 2001-11-09 | 2 | -0/+16 |
* | Now takes a command-length argument so we can 1) avoid duping the command | Jeffrey Stedfast | 2001-11-09 | 5 | -28/+67 |
* | Oops, pass a mode argument to the open() call. | Jeffrey Stedfast | 2001-11-09 | 3 | -49/+40 |
* | Updated Brazilian Portuguese translation. | Gustavo Maciel Dias Vieira | 2001-11-09 | 2 | -89/+27 |
* | Call mail_config_pgp_type_detect_from_path() instead of doing our own lame | Jeffrey Stedfast | 2001-11-09 | 4 | -20/+243 |
* | Fixed stupid bug (U_ macro should always take one argument). | Chyla Zbigniew | 2001-11-09 | 1 | -4/+5 |
* | don't leak the string returned by cal_component_get_as_string nor the | Rodrigo Moya | 2001-11-09 | 2 | -1/+14 |
* | Explicitly destroy entries. Part of the fix for the lingering completion | Jon Trowbridge | 2001-11-09 | 2 | -0/+22 |
* | Only popup entries that have focus. Fixes the lingering completion popup | Jon Trowbridge | 2001-11-09 | 1 | -1/+3 |
* | don't add the item, remove it if declining (in case it was added before) | JP Rosevear | 2001-11-08 | 2 | -4/+9 |
* | Convert generated string to UTF-8. | Chyla Zbigniew | 2001-11-08 | 2 | -1/+6 |
* | *** empty log message *** | Wang Jian | 2001-11-08 | 2 | -2751/+2213 |
* | Updated Finnish translation. | jjranta | 2001-11-08 | 2 | -1323/+496 |
* | Updated Swedish translation. | Christian Rose | 2001-11-08 | 2 | -28/+32 |
* | Add code to kludge around any x-inline-pgp-hacks by prepending some | Jeffrey Stedfast | 2001-11-08 | 2 | -0/+27 |
* | Add a "x-inline-pgp-hack=true" paramter to the multipart's content-type. | Jeffrey Stedfast | 2001-11-08 | 2 | -1/+7 |
* | Updated Spanish translation. | Hector Garcia | 2001-11-08 | 2 | -177/+137 |
* | emit changed signal (e_meeting_time_selector_on_end_time_changed): emit | JP Rosevear | 2001-11-08 | 2 | -18/+60 |
* | A useless update. | Kwok-Koon Cheung | 2001-11-08 | 2 | -3674/+4981 |
* | make sure to remove all attendees from the model when we edit a new comp, | JP Rosevear | 2001-11-07 | 4 | -10/+34 |
* | Small update of Norwegian nynorsk translation. | Roy-Magne Mo | 2001-11-07 | 2 | -157/+116 |
* | Silly random city bug | Iain Holmes | 2001-11-07 | 2 | -2/+7 |
* | New, updated icon from Tuomas. | Ettore Perazzoli | 2001-11-07 | 2 | -0/+4 |
* | *** empty log message *** | Carlos Perelló Marín | 2001-11-07 | 1 | -1/+2 |
* | Up to 0.99.1 for snapshot purposes. | Ettore Perazzoli | 2001-11-07 | 2 | -1/+5 |
* | <ettore> ok so <ettore> should I build this tarball again? ettore doesn't | Dan Winship | 2001-11-06 | 3 | -1/+8 |
* | *** empty log message *** | Carlos Perelló Marín | 2001-11-06 | 1 | -1/+1 |
* | 0.99.0. | Ettore Perazzoli | 2001-11-06 | 33 | -15118/+18250 |
* | Get the storage name if we are dragging a storage instead of a folder. | Ettore Perazzoli | 2001-11-06 | 2 | -3/+23 |
* | Small update | JP Rosevear | 2001-11-06 | 2 | -0/+6 |
* | set both the date and the time of day in one call, creating only a single | JP Rosevear | 2001-11-06 | 3 | -0/+43 |
* | add a changed signal (e_meeting_time_selector_construct): emit changed | JP Rosevear | 2001-11-06 | 6 | -73/+194 |
* | removed ';' in the wrong place. Fixes bug #14421. | Damon Chaplin | 2001-11-06 | 2 | -1/+6 |
* | Fixed spacing and alignment probelms. (See bug #14281) | Anna Marie Dirks | 2001-11-06 | 3 | -9/+23 |
* | Don't make the account editor modal either. | Jeffrey Stedfast | 2001-11-06 | 7 | -62/+109 |
* | Override the Move/Copy handlers setup by the folder_browser_ui code, and | 5 | 2001-11-06 | 3 | -1/+113 |
* | Updated. | Ettore Perazzoli | 2001-11-06 | 2 | -72/+82 |
* | dist the glade data | JP Rosevear | 2001-11-06 | 2 | -0/+5 |
* | Based on a patch by Damon Chaplin <damon@ximian.com> | Christopher James Lahey | 2001-11-06 | 2 | -7/+43 |
* | New functions here. | Christopher James Lahey | 2001-11-06 | 3 | -9/+32 |
* | We should only pre_change here if frozen = 0, otherwise we'll leak | Christopher James Lahey | 2001-11-06 | 2 | -3/+6 |
* | Renamed from mail_html_write_string. | Jeffrey Stedfast | 2001-11-06 | 6 | -171/+205 |
* | Set the shortcut name to be the folder name, not just the last component | Dan Winship | 2001-11-06 | 2 | -6/+11 |
* | -export-dynamic for libglade custom widget. | Dan Winship | 2001-11-05 | 2 | -0/+7 |
* | use hash table to eliminate duplicates | Radek Doulik | 2001-11-05 | 2 | -1/+12 |
* | Updated Polish translation by GNOME PL Team <translators@gnome.pl> | Chyla Zbigniew | 2001-11-05 | 2 | -16/+33 |
* | Updated Swedish translation. | Christian Rose | 2001-11-05 | 2 | -183/+219 |
* | use TZID from the builtin timezone, instead of using the location name. | Damon Chaplin | 2001-11-05 | 2 | -1/+10 |
* | Use ordering of the pilot's phone label list to find fields we sync in | JP Rosevear | 2001-11-05 | 2 | -61/+64 |
* | [ Fixes Ximian bug #14410 ] init in_async_call to FALSE. (card_added_cb): | Chris Toshok | 2001-11-04 | 5 | -2/+85 |
* | Use GINT_TO_POINTER here for platforms where simply casting an int to void | Christopher James Lahey | 2001-11-03 | 2 | -3/+14 |
* | Bumped the version number to 0.17.99.0. Bumped the soname to 18. | Christopher James Lahey | 2001-11-03 | 2 | -1/+4 |
* | Check for NULL dates before converting them to strings. Fixes Ximian bug | Christopher James Lahey | 2001-11-03 | 2 | -10/+20 |
* | Leak select-names related data structures until the memory management | Jon Trowbridge | 2001-11-03 | 2 | -1/+13 |
* | Fix email link to be valid | JP Rosevear | 2001-11-03 | 2 | -1/+5 |
* | Fix for #14281 (missing icons in the druids). | Ettore Perazzoli | 2001-11-03 | 4 | -2/+26 |
* | Disconnect from the message_list_built function so we dont do it every | 2 | 2001-11-03 | 5 | -9/+49 |
* | New function, enable/disable autosave for the composer temporarily. | 2 | 2001-11-03 | 3 | -1/+22 |
* | Initialize our private mutex. (camel_data_wrapper_finalize): Destroy our | Jeffrey Stedfast | 2001-11-03 | 4 | -14/+56 |
* | Short-circuit the calculation of the repeat time if there are zero | Federico Mena Quintero | 2001-11-03 | 2 | -4/+14 |
* | Move all searching operations outside of any locks except subfolder lock, | 1 | 2001-11-03 | 2 | -53/+86 |
* | updates | Dirk-Jan C. Binnema | 2001-11-02 | 1 | -20/+11 |
* | Updated french translation. | Christophe Merlet | 2001-11-02 | 2 | -200/+210 |
* | fix cut & paste from the message body. | Larry Ewing | 2001-11-02 | 2 | -2/+6 |
* | Changed the welcome message and the finishing message to be more | Anna Marie Dirks | 2001-11-02 | 2 | -7/+20 |
* | Updated Slovenian translation | Andraz Tori | 2001-11-02 | 1 | -6276/+3536 |
* | Change to use pthread_mutex directly. (ibex_close): Same. | 1 | 2001-11-02 | 3 | -6/+18 |
* | Write out the url before callind add_url since add_url may free it. Fixes | Dan Winship | 2001-11-02 | 3 | -4/+9 |
* | Argh, missing commit from yesterday to fix building of the tarball. | Ettore Perazzoli | 2001-11-02 | 1 | -1/+1 |
* | Updated Polish translation by GNOME PL Team <translators@gnome.pl> | Chyla Zbigniew | 2001-11-01 | 2 | -3471/+3466 |
* | Fixed the signature of this function. | Christopher James Lahey | 2001-11-01 | 1 | -1/+1 |
* | Same as below. | 1 | 2001-11-01 | 9 | -9/+82 |
* | Don't do operations on a NULL path. (updated_folder_cb, | Christopher James Lahey | 2001-11-01 | 2 | -9/+22 |
* | Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17. | Christopher James Lahey | 2001-11-01 | 6 | -4/+78 |
* | Don't use a case-sensitive comparison. | Jeffrey Stedfast | 2001-11-01 | 2 | -2/+8 |
* | Updates from Anna evolution/po/da.po | Keld Jørn Simonsen | 2001-11-01 | 1 | -762/+745 |
* | evolution.png instead of evolution-icon.png. | Ettore Perazzoli | 2001-11-01 | 2 | -1/+6 |
* | Snotty code so we only disconnect to rules we no longer have, etc. | 1 | 2001-11-01 | 2 | -20/+50 |
* | Syncing up for the 0.16.100 internal release. | Ettore Perazzoli | 2001-11-01 | 34 | -58611/+69595 |
* | Ref and connect to rule changed here, also clear out previous ref's. | Not Zed | 2001-11-01 | 3 | -28/+38 |
* | Added rules to generate `Evolution-Addressbook-SelectNames.h'. | Ettore Perazzoli | 2001-11-01 | 2 | -18/+40 |
* | Removed Frobisher | Iain Holmes | 2001-11-01 | 2 | -3/+6 |
* | Added a trylock, used by ibex_use. | 1 | 2001-11-01 | 3 | -20/+22 |
* | Spelling mistake | Iain Holmes | 2001-11-01 | 2 | -1/+5 |
* | Make this work again. | Dan Winship | 2001-11-01 | 2 | -1/+4 |
* | add more NEWS | Chris Toshok | 2001-11-01 | 1 | -0/+11 |
* | If the source folder is stock and the operation is GDK_ACTION_MOVE, always | Ettore Perazzoli | 2001-11-01 | 2 | -0/+11 |
* | update | JP Rosevear | 2001-11-01 | 2 | -0/+18 |
* | Remove. | Ettore Perazzoli | 2001-10-31 | 1 | -0/+0 |
* | #include <string.h> | Federico Mena Quintero | 2001-10-31 | 2 | -0/+5 |
* | Add `calendar/cal-util/cal-component.c' and `shell/e-shell-utils.c'. | Ettore Perazzoli | 2001-10-31 | 2 | -0/+7 |
* | Install `evolution.png', not `evolution-icon.png'. | Ettore Perazzoli | 2001-10-31 | 3 | -1/+8 |
* | Add oaf to MAILER_CFLAGS and MAILER_LIBS too. | Ettore Perazzoli | 2001-10-31 | 2 | -3/+7 |
* | use MAX_LINE_LEN rather than magic numbers all over the place. | Damon Chaplin | 2001-10-31 | 2 | -3/+11 |
* | NEWS | Iain Holmes | 2001-10-31 | 1 | -0/+3 |
* | Fix bug if you remove all folders, or all rdfs or all weather stations where ... | Iain Holmes | 2001-10-31 | 4 | -8/+41 |
* | If a query is not in progress, just retag the whole thing. An event may | Federico Mena Quintero | 2001-10-31 | 3 | -41/+67 |
* | Updated Brazilian Portuguese translation. | Gustavo Maciel Dias Vieira | 2001-10-31 | 2 | -2034/+2363 |
* | Updated Swedish translation. | Christian Rose | 2001-10-31 | 2 | -1670/+1725 |
* | Renamed the cut/copy/paste/delete command/item/verb names to be | Federico Mena Quintero | 2001-10-31 | 2 | -10/+14 |
* | had to redo the folding code since Outlook 2000 doesn't like parameter | Damon Chaplin | 2001-10-31 | 2 | -32/+86 |
* | Fix bug #13723. | Federico Mena Quintero | 2001-10-31 | 6 | -90/+495 |
* | Make the pre_changes and changes match here. | Christopher James Lahey | 2001-10-31 | 2 | -0/+7 |
* | Make the pre_changes and changes match here. | Christopher James Lahey | 2001-10-31 | 4 | -0/+14 |
* | Bumped the version number here to 0.16. | Christopher James Lahey | 2001-10-31 | 1 | -0/+3 |
* | Added frozen_count variable to know not to show the cursor while a change | Christopher James Lahey | 2001-10-31 | 15 | -90/+393 |
* | Updated Polish translation by GNOME PL Team <translators@gnome.pl> | Chyla Zbigniew | 2001-10-31 | 2 | -90/+47 |
* | send as mixed rather than alternative | JP Rosevear | 2001-10-31 | 2 | -1/+6 |
* | Removed. (KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number of | Ettore Perazzoli | 2001-10-31 | 2 | -64/+42 |
* | Check that local_listener and other_contacts_listener are non-NULL before | Jon Trowbridge | 2001-10-31 | 4 | -14/+31 |
* | disconnect signals added in append_page(). Fixes Gtk-Critical warning | Damon Chaplin | 2001-10-31 | 2 | -0/+11 |
* | forgot to account for the spaces added, so it could have been writing over | Damon Chaplin | 2001-10-31 | 2 | -4/+16 |
* | Add back the "remove Content-Disposition when sending itip" hack. | Dan Winship | 2001-10-31 | 2 | -0/+12 |
* | Updated Norwegian (nynorsk) translation | Roy-Magne Mo | 2001-10-31 | 2 | -2862/+3074 |
* | set a body for the message | JP Rosevear | 2001-10-31 | 2 | -1/+11 |
* | oops. Federico already updated it. | Damon Chaplin | 2001-10-31 | 1 | -12/+0 |
* | updated | Damon Chaplin | 2001-10-31 | 1 | -0/+10 |
* | call GNOME_Evolution_Composer_setMultipartType to get a | Dan Winship | 2001-10-31 | 2 | -0/+12 |
* | New. | Dan Winship | 2001-10-31 | 5 | -47/+72 |
* | Updated mailer NEWS. | Jeffrey Stedfast | 2001-10-31 | 2 | -0/+33 |
* | Revert. | JP Rosevear | 2001-10-31 | 1 | -12/+1 |
* | My mailer news. | 0 | 2001-10-31 | 2 | -0/+48 |
* | don't overwrite memory (e_meeting_time_selector_on_end_time_changed): | JP Rosevear | 2001-10-31 | 3 | -3/+27 |
* | NEWS | Iain Holmes | 2001-10-31 | 1 | -6/+18 |
* | Add oaf to the BONOBO_VFS_GNOME_CFLAGS too. | Ettore Perazzoli | 2001-10-31 | 2 | -2/+6 |
* | Calendar NEWS. | Federico Mena Quintero | 2001-10-31 | 2 | -0/+49 |
* | emit signal when time set to none/empty. | Damon Chaplin | 2001-10-31 | 2 | -0/+6 |
* | return NULL if passed NULL. Should fix bug #14048. | Damon Chaplin | 2001-10-31 | 2 | -0/+8 |
* | Add oaf to the BONOBO_GNOME_LIBS, BONOBO_GNOME_CFLAGS, | Ettore Perazzoli | 2001-10-31 | 2 | -4/+10 |
* | add delete_event_handler. (menu_file_save_close_cb): add save and close | Larry Ewing | 2001-10-31 | 2 | -5/+34 |
* | change Save into Save and close, don't break the string freeze in the | Larry Ewing | 2001-10-31 | 3 | -18/+38 |
* | Do some NULL checking before dereferencing things. | Iain Holmes | 2001-10-31 | 2 | -0/+11 |
* | Do not ignore the exceptions of the cases that do not have defaults. | Federico Mena Quintero | 2001-10-31 | 2 | -3/+29 |
* | Force the select names dialog to be destroyed. This is a hack to fix bug | Jon Trowbridge | 2001-10-31 | 2 | -0/+14 |
* | Removed. (show_existing_view): Don't call it. | Ettore Perazzoli | 2001-10-31 | 2 | -24/+5 |
* | New utility function. (sleep_with_g_main_loop_timeout_callback): Callback | Ettore Perazzoli | 2001-10-31 | 2 | -1/+34 |
* | if we are doing all day stuff, make the drag increment 1 day at a time | JP Rosevear | 2001-10-31 | 2 | -7/+21 |
* | Add _() to a string that was missing it. | Federico Mena Quintero | 2001-10-31 | 2 | -1/+6 |
* | Removed. (idle_cb): Don't call it. (warning_dialog_clicked_callback): | Ettore Perazzoli | 2001-10-31 | 2 | -58/+6 |
* | If the display uri is NULL, set the view to the default. | Iain Holmes | 2001-10-31 | 2 | -2/+11 |
* | Duplicate the owner before pinging it. Fixes #13802. | Ettore Perazzoli | 2001-10-31 | 2 | -0/+17 |
* | Leave edit if commit is called. | Christopher James Lahey | 2001-10-31 | 1 | -8/+16 |
* | Always force a save query for now. | Larry Ewing | 2001-10-31 | 1 | -1/+1 |
* | add dirty prototype. | Larry Ewing | 2001-10-31 | 3 | -4/+24 |
* | New. (class_init): Install it. (impl_unsetOwner): Just emit the | Ettore Perazzoli | 2001-10-31 | 2 | -13/+48 |
* | Turn it off. | 0 | 2001-10-31 | 2 | -1/+3 |
* | Added exception strings to some of the op logging. | 0 | 2001-10-31 | 3 | -23/+12 |
* | Commit the ETable click-to-add for if the dialog is being destroyed. | Federico Mena Quintero | 2001-10-31 | 2 | -1/+29 |
* | new splash | Jakub Steiner | 2001-10-31 | 2 | -0/+4 |
* | Request the right regions here. The range given is inclusive, not | Christopher James Lahey | 2001-10-31 | 1 | -2/+2 |
* | Connect to the "removed_folder" signal with | Ettore Perazzoli | 2001-10-31 | 2 | -2/+9 |
* | Allocate enough space for the string! (was missing the null terminator) | Federico Mena Quintero | 2001-10-31 | 2 | -2/+8 |
* | Remove point handler and just let GnomeCanvasGroup handle it. | Christopher James Lahey | 2001-10-31 | 2 | -11/+3 |
* | move in whole day increments if we are in all day mode | JP Rosevear | 2001-10-31 | 5 | -43/+65 |
* | Require GAL version 0.15.99.10. I know you all love this. | Federico Mena Quintero | 2001-10-31 | 2 | -1/+6 |
* | Bumped the version number here to 0.15.99.10. | Christopher James Lahey | 2001-10-31 | 2 | -0/+8 |
* | Changed the weather to be something more appropriate for the other side of | 0 | 2001-10-31 | 2 | -223/+149 |
* | Bump this to 15, 5 seems a little small. Its still settable using an | 0 | 2001-10-31 | 2 | -1/+6 |
* | If we have a cancellation setup, destroy it immediately, to save fd's. | 0 | 2001-10-31 | 2 | -3/+15 |
* | Dont setup cancel_fd. (camel_operation_cancel_fd): If cancel_fd not | 0 | 2001-10-31 | 2 | -8/+18 |
* | Make sure we unref the mimeparse when we're done (successfully). This was | 0 | 2001-10-31 | 3 | -4/+14 |
* | s/BONOBO_HTML_GNOME_LIBS/BONOBO_HTML_GNOME_CFLAGS/ | Dan Winship | 2001-10-31 | 2 | -2/+6 |
* | require gtkhtml version 0.15.99.2 | Radek Doulik | 2001-10-31 | 2 | -1/+5 |
* | new helper function, extracted (insert_paragraph_after): ditto | Radek Doulik | 2001-10-31 | 2 | -15/+76 |
* | Oops. | JP Rosevear | 2001-10-31 | 2 | -2/+31 |
* | make sure to translate the character sets of the names | JP Rosevear | 2001-10-31 | 2 | -4/+6 |
* | count the actual attendees (doesn't include people delegating | JP Rosevear | 2001-10-31 | 5 | -20/+108 |
* | set to the default timezone for DATE values, in case the user switches to | Damon Chaplin | 2001-10-30 | 2 | -10/+14 |
* | handle DATE values for Start and Due dates. | Damon Chaplin | 2001-10-30 | 2 | -30/+64 |
* | Hook to rule changed events. (destroy): Free change id table/unconnect to | 0 | 2001-10-30 | 3 | -5/+60 |
* | Added en_AU.po, a copy of en_GB.po | Damon Chaplin | 2001-10-30 | 4 | -1/+13566 |
* | added a 2nd format, with the weekday and the date. We need this so we can | Damon Chaplin | 2001-10-30 | 2 | -2/+11 |
* | updated code to handle DATE values. | Damon Chaplin | 2001-10-30 | 11 | -58/+156 |
* | try to parse just a date first, and if that works we assume it is a DATE | Damon Chaplin | 2001-10-30 | 2 | -15/+32 |
* | Regenerated all VTIMEZONEs, to be compatable with Outlook Web Access. They | Damon Chaplin | 2001-10-30 | 378 | -20983/+1035 |
* | Remove the X-Evolution header before anyone else gets to see this private | 0 | 2001-10-30 | 2 | -0/+7 |
* | *** empty log message *** | Wang Jian | 2001-10-30 | 2 | -2106/+2097 |
* | Set the item to the option_base on it, so the current item is set. Fix for | 0 | 2001-10-30 | 2 | -0/+7 |
* | If we're not at the end of the druid list, tell the druid we're going to | 0 | 2001-10-30 | 2 | -2/+20 |
* | Comment out the Folder: and you've got mail prints. | 0 | 2001-10-30 | 3 | -21/+52 |
* | Added news. | Jon Trowbridge | 2001-10-30 | 1 | -0/+37 |
* | Fix bug #10016. | Federico Mena Quintero | 2001-10-30 | 4 | -151/+153 |
* | Use an EMessageBox instead of a gnome_dialog_question so that the label | Federico Mena Quintero | 2001-10-30 | 13 | -89/+433 |
* | Fix this to check from initial instead of initial + 1. | Christopher James Lahey | 2001-10-30 | 1 | -1/+1 |
* | Added column_width argument. | Christopher James Lahey | 2001-10-30 | 1 | -0/+21 |
* | Calc height here if we need it to check the y position of the cursor. | Christopher James Lahey | 2001-10-30 | 1 | -0/+7 |
* | If we can't retrieve the message, ignore it, it can't match. | 0 | 2001-10-30 | 4 | -10/+24 |
* | Adapt to the new ECellPopup signature. | Christopher James Lahey | 2001-10-30 | 2 | -12/+29 |
* | Require gal 0.15.99.9. | Christopher James Lahey | 2001-10-30 | 2 | -1/+5 |
* | Bumped the version number here to 0.15.99.9. | Christopher James Lahey | 2001-10-30 | 5 | -44/+72 |
* | process an individual section here (select_names_ok_cb): call above | JP Rosevear | 2001-10-30 | 3 | -84/+123 |
* | send a null bonobo arg to prevent explosion | JP Rosevear | 2001-10-30 | 2 | -1/+11 |
* | correct include typo | JP Rosevear | 2001-10-30 | 2 | -1/+5 |
* | Fix last checkin. | Michael Zucci | 2001-10-30 | 1 | -2/+2 |
* | Move the configure version number check down a bit for gtkhtml/gal, c'ause | 0 | 2001-10-30 | 2 | -4/+11 |
* | Remove Content-Disposition in the no_body case. (More kludging around | Dan Winship | 2001-10-30 | 2 | -0/+7 |
* | Fix this to match get_headers. | Dan Winship | 2001-10-30 | 2 | -5/+4 |
* | Oops, dont use the url storage path to offset the folder name we're | 0 | 2001-10-30 | 2 | -2/+7 |
* | If we can't open blocks, dont try to deref it. (ibex_move): Dont try to | 0 | 2001-10-30 | 3 | -30/+44 |
* | Dont try to move ibex if we have none. | 0 | 2001-10-30 | 3 | -5/+11 |
* | CVS surgery | Joe Shaw | 2001-10-30 | 2 | -76/+0 |
* | Require gal 0.15.99.8 | Joe Shaw | 2001-10-30 | 21 | -25/+45 |
* | 2001-10-29 Jon Trowbridge <trow@ximian.com. | Jon Trowbridge | 2001-10-30 | 3 | -2/+22 |
* | Added my addressbook changes. | Christopher James Lahey | 2001-10-30 | 2 | -0/+12 |
* | revalidated. sorry.: | Aaron Weber | 2001-10-30 | 2 | -2/+2 |
* | If we can't open blocks, dont try to deref it. | 0 | 2001-10-30 | 2 | -3/+10 |
* | Re-commit, forgot to save last changes. | Aaron Weber | 2001-10-30 | 1 | -1/+0 |
* | typos, redescribe 1.1 bugs. | Aaron Weber | 2001-10-30 | 19 | -635/+467 |
* | Fixed compilation errors. | 0 | 2001-10-30 | 2 | -2/+7 |
* | Removed unused variable. | Jeffrey Stedfast | 2001-10-30 | 2 | -1/+5 |
* | fixed a compile problem and saved errno before calling fcntl() in stream_read | Jeffrey Stedfast | 2001-10-30 | 1 | -3/+6 |
* | Remove the "1" from "1.0 Release Candidate 1" so it looks better. | Ettore Perazzoli | 2001-10-30 | 2 | -0/+5 |