| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Removed conflict spew. | Jon Trowbridge | 2001-10-30 | 1 | -1/+0 |
* | Connect to manager's "ok" signal. (manager_ok_cb): Emit "ok" | Jon Trowbridge | 2001-10-30 | 4 | -21/+61 |
* | new function, a "Do you want to save changes?" dialog. | Chris Toshok | 2001-10-30 | 5 | -0/+96 |
* | Slightly change the debugigng message for when the shell has disappeared. | Ettore Perazzoli | 2001-10-30 | 2 | -1/+6 |
* | Argh!!! Dont free the async op data here, the async op is still running | 0 | 2001-10-30 | 10 | -43/+83 |
* | w(x) out some warnings. | 0 | 2001-10-30 | 3 | -5/+14 |
* | Don't warn the user if the source and destination folders are the same. | Jeffrey Stedfast | 2001-10-30 | 3 | -4/+7 |
* | Removed. (stream_write): Keep looping (non-blocking case) if errno is | Jeffrey Stedfast | 2001-10-30 | 6 | -87/+110 |
* | Remove ping debugging messages. | Ettore Perazzoli | 2001-10-30 | 2 | -5/+6 |
* | Put the charset encoding submenu in the EncodingPlaceholder. | Ettore Perazzoli | 2001-10-30 | 2 | -1/+6 |
* | Added an EncodingPlaceholder, shuffled around the items for the Edit menu | Ettore Perazzoli | 2001-10-30 | 2 | -2/+10 |
* | Remove a g_warning. | Ettore Perazzoli | 2001-10-30 | 2 | -2/+4 |
* | add some debug spew re 13839. | Dan Winship | 2001-10-30 | 3 | -0/+10 |
* | Remove debugging message. | Ettore Perazzoli | 2001-10-30 | 2 | -2/+4 |
* | overload this function for modifying objectclasses too, so we can make | Chris Toshok | 2001-10-30 | 2 | -5/+29 |
* | Comment out spew. | Jon Trowbridge | 2001-10-30 | 7 | -8/+22 |
* | use libical-evolution.la | Damon Chaplin | 2001-10-30 | 2 | -1/+6 |
* | use libical-evolution.la | Damon Chaplin | 2001-10-30 | 2 | -1/+5 |
* | use libical-evolution.la | Damon Chaplin | 2001-10-30 | 2 | -1/+5 |
* | use libical-evolution.la | Damon Chaplin | 2001-10-30 | 11 | -33/+96 |
* | renamed the library to libical-evolution.la, install ical.h into | Damon Chaplin | 2001-10-30 | 7 | -24/+104 |
* | Remove separator from the end of the "View" menu. | Ettore Perazzoli | 2001-10-30 | 2 | -2/+5 |
* | ref the ECalendarItem and check if it gets destroyed, to try to avoid a | Damon Chaplin | 2001-10-30 | 4 | -7/+31 |
* | Set the (new) "no_body" flag on the composer. | Dan Winship | 2001-10-30 | 4 | -5/+52 |
* | If we get an empty name, then mark that as NoSelect. Workaround fix for | 0 | 2001-10-30 | 2 | -2/+8 |
* | Check that our BonoboUIComponent has a container so we don't get a lot of | Jon Trowbridge | 2001-10-30 | 7 | -72/+93 |
* | Added. Makes our popup window a transient of the toplevel. | Jon Trowbridge | 2001-10-30 | 1 | -0/+24 |
* | Launch the alarm daemon as soon as the calendar component is started. | Federico Mena Quintero | 2001-10-30 | 2 | -0/+37 |
* | Set an X-Evolution-Source header on the returned message so replies come | Dan Winship | 2001-10-30 | 2 | -0/+15 |
* | Version number fix0r on the splash.. -tigert- | Tuomas Kuosmanen | 2001-10-30 | 1 | -0/+0 |
* | If we're not going to search on a changed uid, make sure we change out | 9 | 2001-10-30 | 2 | -1/+9 |
* | Add Larry and Radek. | Ettore Perazzoli | 2001-10-30 | 2 | -1/+7 |
* | require gtkhtml version 0.15.99.1 | Radek Doulik | 2001-10-30 | 2 | -1/+5 |
* | simplified, requires new gtkhtml | Radek Doulik | 2001-10-30 | 2 | -4/+4 |
* | We were using book_data->book_view immediately after unrefing it. | Jon Trowbridge | 2001-10-30 | 2 | -3/+15 |
* | destroy our completion_view_popup... we've been leaking them all of this | Jon Trowbridge | 2001-10-30 | 1 | -1/+3 |
* | Fix the verb names for the pixmaps in the Edit menu; they were out of | Federico Mena Quintero | 2001-10-30 | 3 | -20/+21 |
* | add GList to hold the current images. | Larry Ewing | 2001-10-30 | 4 | -10/+44 |
* | Don't emit a folder_subscribed signal if we are in the process of renaming | Jeffrey Stedfast | 2001-10-30 | 5 | -60/+119 |
* | Removed the extra GnomeCard | Iain Holmes | 2001-10-30 | 2 | -3/+6 |
* | Ignore buttons 4 and 5 here. Fixes Ximian bug #13853. | Christopher James Lahey | 2001-10-30 | 2 | -12/+16 |
* | new function, ifdef'ed DEBUG_BACKENDS. (main): add SIGUSR2 handler for | Chris Toshok | 2001-10-30 | 2 | -0/+26 |
* | new function. (dump_backend): new function. | Chris Toshok | 2001-10-30 | 3 | -0/+34 |
* | Added French conjunction. | Christopher James Lahey | 2001-10-30 | 3 | -0/+12 |
* | Fixed a warning by #if 0ing out this function. | Christopher James Lahey | 2001-10-30 | 5 | -2/+44 |
* | add prototype for pas_book_factory_dump_active_backends. | Chris Toshok | 2001-10-30 | 3 | -1/+35 |
* | Fix the focus check. It's not fb->message_list that has focus, it's one of | Dan Winship | 2001-10-30 | 2 | -1/+7 |
* | Fix bug #12163. | Federico Mena Quintero | 2001-10-30 | 4 | -55/+119 |
* | Hide the Help button here since there's nothing connected to it. | Christopher James Lahey | 2001-10-30 | 2 | -2/+21 |
* | Updated docs for repeating alarms. | Federico Mena Quintero | 2001-10-30 | 9 | -226/+425 |
* | include the header as a source so it gets dist'ed. | JP Rosevear | 2001-10-30 | 2 | -0/+6 |
* | Drop a match if either of the text fields is NULL. This could happen if | Jon Trowbridge | 2001-10-30 | 2 | -0/+14 |
* | Silently drop match strings that contain invalid utf-8... not a good thing | Jon Trowbridge | 2001-10-30 | 1 | -18/+17 |
* | s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/. | Ettore Perazzoli | 2001-10-30 | 2 | -1/+6 |
* | Save the RDFs into a new place | Iain Holmes | 2001-10-30 | 4 | -24/+29 |
* | *** empty log message *** | Rodrigo Moya | 2001-10-30 | 1 | -0/+4 |
* | Minor fix - should have been using a strNcmp when checking if it was an | Jeffrey Stedfast | 2001-10-30 | 2 | -1/+6 |
* | Don't go outside the table looking for matches when doing the last_access | Christopher James Lahey | 2001-10-30 | 3 | -16/+17 |
* | fixed URI construction, which was preventing importing into the root | Rodrigo Moya | 2001-10-30 | 2 | -2/+11 |
* | handle date values | JP Rosevear | 2001-10-30 | 2 | -1/+9 |
* | added calendar/importers/Makefile | Rodrigo Moya | 2001-10-30 | 2 | -0/+5 |
* | Forgot this one | Rodrigo Moya | 2001-10-30 | 1 | -1/+1 |
* | added evolution-calendar-importer binary, starting with an iCalendar file | Rodrigo Moya | 2001-10-30 | 7 | -0/+430 |
* | get the management object by id | JP Rosevear | 2001-10-30 | 4 | -3/+10 |
* | retrieve the default URI for calendars from the configuration instead of | Rodrigo Moya | 2001-10-30 | 3 | -11/+48 |
* | We only want KBOS by default. | Ettore Perazzoli | 2001-10-30 | 3 | -2/+10 |
* | fix bug that allowed for phone's not to be in priority order and the item | JP Rosevear | 2001-10-30 | 3 | -53/+43 |
* | Notify the user that PGP 2.6.x is no longer supported and use | Jeffrey Stedfast | 2001-10-30 | 3 | -29/+69 |
* | Don't free the hash table key if the folder wasn't found in the hash | Dan Winship | 2001-10-30 | 2 | -4/+11 |
* | if the service is being connected and thinks it's online, but the session | Dan Winship | 2001-10-30 | 2 | -0/+13 |
* | Some netscape and pine fixes | Iain Holmes | 2001-10-30 | 3 | -47/+10 |
* | new functions for setting and retrieving the default calendar URIs | Rodrigo Moya | 2001-10-30 | 4 | -9/+101 |
* | a card also needs to have its phone nums in priority order to be | JP Rosevear | 2001-10-30 | 2 | -1/+30 |
* | move the syncable checking code to a different function | JP Rosevear | 2001-10-29 | 2 | -86/+116 |
* | Use the actual ECardName in the ECard instead of parsing the full_name | Christopher James Lahey | 2001-10-29 | 2 | -14/+13 |
* | New function to set the ECardName on this card and fix the file_as if | Christopher James Lahey | 2001-10-29 | 3 | -0/+19 |
* | Bumped required version of gal to 0.15.99.7. | Christopher James Lahey | 2001-10-29 | 2 | -1/+5 |
* | Handle returning dates here. (e_card_simple_get_allow_newlines): New | Christopher James Lahey | 2001-10-29 | 8 | -6/+92 |
* | Set text->revert = NULL here. (e_text_cancel_editing): Only revert if | Christopher James Lahey | 2001-10-29 | 1 | -1/+4 |
* | Cleaned this up a bit. | Christopher James Lahey | 2001-10-29 | 2 | -4/+9 |
* | Bumped version number here to 0.15.99.7. | Christopher James Lahey | 2001-10-29 | 2 | -4/+22 |
* | Convert to unix format text file to make GTP status pages happy. | Kwok-Koon Cheung | 2001-10-29 | 2 | -16283/+16290 |
* | ChangeLog fix. | Chris Lahey | 2001-10-29 | 1 | -1/+1 |
* | Check for compound first names here (X & Y). | Christopher James Lahey | 2001-10-29 | 2 | -2/+89 |
* | Sort the folder updates first, since we dont seem to get them in the right | 9 | 2001-10-29 | 3 | -24/+37 |
* | Turn off w() -> warnings. | 9 | 2001-10-29 | 9 | -11/+133 |
* | Always rename file even if mv failed. | 9 | 2001-10-29 | 2 | -5/+12 |
* | Ref the shell. (destroy): Unref the shell. (destroy): Free the | Ettore Perazzoli | 2001-10-29 | 3 | -7/+23 |
* | Fix the 'is this a matching subfolder or subfolder'' logic to match | 9 | 2001-10-29 | 3 | -3/+29 |
* | Copy the folder's full_name before trying to use it to rename. | 9 | 2001-10-29 | 7 | -26/+56 |
* | Call `cleanup_delayed_selection()' as there is a slight chance that the | Ettore Perazzoli | 2001-10-29 | 2 | -4/+17 |
* | Don't do the `gtk_signal_disconnect_by_func()' as it's already done in | Ettore Perazzoli | 2001-10-29 | 2 | -8/+22 |
* | Call mail_autoreceive_setup() instead of mail_autoreceive_setup_account() | Jeffrey Stedfast | 2001-10-29 | 4 | -24/+15 |
* | tidy | JP Rosevear | 2001-10-29 | 4 | -2/+12 |
* | unref the comp when finished | JP Rosevear | 2001-10-29 | 5 | -21/+14 |
* | make sure to free the keys as well (e_pilot_map_remove_by_uid): ditto | JP Rosevear | 2001-10-29 | 2 | -12/+25 |
* | Set the return type of the signal handlers to GTK_TYPE_NONE. | 9 | 2001-10-29 | 2 | -3/+8 |
* | Move the message-list cursor to the next message. (transfer_msg): If we | Jeffrey Stedfast | 2001-10-29 | 2 | -2/+39 |
* | Need to ref rule since add doesn't. This doesn't crash anymore but doesn't | 9 | 2001-10-29 | 2 | -0/+3 |
* | Fixed previous fix. | Michael Zucci | 2001-10-29 | 2 | -1/+2 |
* | Check that the special PGP lines begin and end with \n so as to avoid | Jeffrey Stedfast | 2001-10-29 | 2 | -17/+21 |
* | Some debug printf fixes for printf's that dont like null %s's. | 9 | 2001-10-29 | 2 | -2/+7 |
* | Fix enable undo logic. | Michael Zucci | 2001-10-29 | 2 | -1/+2 |
* | added break statements after each case, when setting the classification. | Damon Chaplin | 2001-10-29 | 2 | -0/+12 |
* | removed this function, as we don't need to unref at all the WombatClient | Rodrigo Moya | 2001-10-29 | 2 | -25/+15 |
* | fb = user_data, not fb = fb!, fixes 13844. | 8 | 2001-10-29 | 2 | -1/+4 |
* | [The following should fix #13802, crash on exit.] | Ettore Perazzoli | 2001-10-29 | 2 | -4/+18 |
* | get the tasks directly from the CalendarModel, so we get the filtering & | Damon Chaplin | 2001-10-29 | 8 | -84/+113 |
* | Updated Lithuanian transaltion | Gediminas Paulauskas | 2001-10-29 | 1 | -8/+8 |
* | Added the iCalendar format to the list of imported types. The .ics | Kevin Breit | 2001-10-29 | 2 | -0/+12 |
* | Updated Lithuanian translation | Gediminas Paulauskas | 2001-10-29 | 1 | -1279/+216 |
* | no need to use destdir | JP Rosevear | 2001-10-29 | 2 | -1/+5 |
* | Updated German translation for string freeze. Please revise, flame me about a... | Matthias Warkus | 2001-10-29 | 2 | -2433/+2052 |
* | Updates from Anna evolution/po/da.po | Keld Jørn Simonsen | 2001-10-29 | 1 | -629/+752 |
* | add the folder name to the path when passing down to the subordinate | 8 | 2001-10-28 | 2 | -3/+10 |
* | Changed to call ibex_move to rename it internally. | 8 | 2001-10-28 | 2 | -10/+49 |
* | New api entry to move an ibex file in an atomic way. | 8 | 2001-10-28 | 3 | -0/+32 |
* | Updated Polish translation by GNOME PL Team <translators@gnome.pl> | Chyla Zbigniew | 2001-10-28 | 2 | -30/+80 |
* | Remove uic, kill dumb warning. | 8 | 2001-10-28 | 8 | -44/+174 |
* | Use the right variable, not info. | 8 | 2001-10-28 | 2 | -1/+5 |
* | Implement, change any folder uri's that have been renamed, to the new one. | 8 | 2001-10-28 | 7 | -8/+160 |
* | Make sure we've actually read data before checking if p[-] is '\r' or not. | Jeffrey Stedfast | 2001-10-28 | 3 | -7/+61 |
* | Deactivate the Print right-click menu option if the message isn't loaded. | Jeffrey Stedfast | 2001-10-28 | 2 | -8/+13 |
* | Same. | Jeffrey Stedfast | 2001-10-28 | 3 | -12/+26 |
* | Fixed stupid build bugs | Kevin Breit | 2001-10-28 | 2 | -4/+5 |
* | Expose this function. (e_card_date_to_string): ...and this one. Fixes | Jon Trowbridge | 2001-10-28 | 3 | -4/+14 |
* | Fixed a boo-boo | Kevin Breit | 2001-10-28 | 4 | -4/+9 |
* | Change "this should never happen" dialog to not give my name/e-mail. Sorry | Jon Trowbridge | 2001-10-28 | 3 | -1/+18 |
* | Add undo for move. (rule_editor_add_undo): Add extra rank item. | 8 | 2001-10-28 | 6 | -12/+217 |
* | Distribute credit equally. | Jon Trowbridge | 2001-10-28 | 2 | -3/+40 |
* | Fix crash here. | Christopher James Lahey | 2001-10-28 | 1 | -1/+1 |
* | Check item->type != NULL here. Fixes Ximian bug #4668. | Christopher James Lahey | 2001-10-28 | 1 | -1/+1 |
* | [ bug #12979 ] new function. (anniversary_ber): new function. | Chris Toshok | 2001-10-28 | 2 | -19/+172 |
* | Implemented. (mail_vfolder_rename_uri): We do want to check renamed uri's | 8 | 2001-10-28 | 6 | -96/+237 |
* | Use path not protocol as the path part of the uri of the folder_created | 8 | 2001-10-28 | 7 | -19/+103 |
* | Return 1 from the button_release event. | Christopher James Lahey | 2001-10-28 | 1 | -4/+1 |
* | Removed erroneous comment about needing to handle selection better. | Christopher James Lahey | 2001-10-28 | 1 | -2/+0 |
* | Commented out connecting to the scroll adjustments here since it's not | Christopher James Lahey | 2001-10-28 | 1 | -30/+37 |
* | free up all the book_data list stuff. | Chris Toshok | 2001-10-28 | 4 | -90/+170 |
* | change to EBookCallback signature, and unref the book. | Chris Toshok | 2001-10-28 | 2 | -5/+27 |
* | change to EBookCallback signature, and unref the book. (add_card_idle_cb): | Chris Toshok | 2001-10-28 | 4 | -10/+64 |
* | Don't leak stuff. (Bug #13709) | Jon Trowbridge | 2001-10-28 | 2 | -10/+20 |
* | when the week start day is set to Sunday, we have to be careful to make | Damon Chaplin | 2001-10-28 | 7 | -51/+160 |
* | added function to get a reasonable name to display for the timezone. | Damon Chaplin | 2001-10-28 | 3 | -1/+31 |
* | Rewrite of the calendar preferences. I love how I'm having to rewrite this | Kevin Breit | 2001-10-28 | 3 | -170/+144 |
* | Cancel editing if the user presses Escape. | Federico Mena Quintero | 2001-10-28 | 3 | -0/+75 |
* | Comment out the "Action" submenu, which isn't hooked up to anything in the | Jon Trowbridge | 2001-10-28 | 2 | -0/+8 |
* | Fix the address of the FSF in the licensing comments. | Ettore Perazzoli | 2001-10-28 | 3 | -5/+4 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 4 | -42/+40 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 15 | -141/+141 |
* | Allow the user to shoot him/herself in the foot when overriding message | Jeffrey Stedfast | 2001-10-28 | 2 | -1/+30 |
* | Slow down reload requests to work around a bug in gnome-vfs. Ugly, but it | Jon Trowbridge | 2001-10-28 | 2 | -6/+50 |
* | Delete appointments with empty summaries. Fixes Ximian bug #780. | Federico Mena Quintero | 2001-10-28 | 12 | -14/+306 |
* | Added labels | Kevin Breit | 2001-10-28 | 2 | -0/+2 |
* | Added labels and changed which image is used | Kevin Breit | 2001-10-28 | 2 | -0/+2 |
* | Set book_uri when cardification occurs. | Christopher James Lahey | 2001-10-28 | 2 | -13/+32 |
* | Bumped required version of gal to 0.15.99.6. | Christopher James Lahey | 2001-10-28 | 4 | -3/+13 |
* | Bumped the version number to 0.15.99.6 for emulate_label_resize. | Christopher James Lahey | 2001-10-28 | 1 | -13/+88 |
* | I played with the labels a bit | Kevin Breit | 2001-10-28 | 2 | -0/+2 |
* | Updated Spanish translation. | Hector Garcia | 2001-10-28 | 2 | -1449/+1475 |
* | Removed two labels cuz I'm dumb | Kevin Breit | 2001-10-28 | 1 | -0/+0 |
* | Doh! We should be sorting our contacts so that the most frequently used | Jon Trowbridge | 2001-10-28 | 2 | -2/+10 |
* | Bumped the version # to 1.0 Added labels | Kevin Breit | 2001-10-28 | 3 | -1/+5 |
* | Change the help string on "--enable-nntp" to mention the fact that NNTP | Dan Winship | 2001-10-28 | 2 | -22/+22 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 3 | -31/+31 |
* | oops, left a collision marker in | Jon Trowbridge | 2001-10-28 | 1 | -1/+0 |
* | That should be a bonobo_object_unref, not a gtk_object_unref. | Jon Trowbridge | 2001-10-28 | 2 | -2/+24 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 102 | -1124/+1090 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 56 | -616/+616 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 46 | -517/+508 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 131 | -537/+428 |
* | copy phone labels and show phone as well, clear correct entry text and | JP Rosevear | 2001-10-28 | 2 | -20/+16 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 256 | -256/+0 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 123 | -123/+0 |
* | touch on lookup (check_for_slow_setting): write touched only if slow sync | JP Rosevear | 2001-10-27 | 3 | -13/+30 |
* | touch the record on lookup (check_for_slow_setting): write touched only if | JP Rosevear | 2001-10-27 | 2 | -5/+16 |
* | update proto | JP Rosevear | 2001-10-27 | 3 | -4/+31 |
* | Updated russian translation. | Valek Frob | 2001-10-27 | 2 | -2586/+2568 |
* | Updated Lithuanian translation. | Gediminas Paulauskas | 2001-10-27 | 2 | -2170/+2242 |
* | Changed to open the source store from '/', so we can do renames across | 6 | 2001-10-27 | 5 | -15/+342 |
* | Finished implementation. | 7 | 2001-10-27 | 9 | -83/+227 |
* | Now more abusive. | Jon Trowbridge | 2001-10-27 | 1 | -8/+22 |
* | Added paranoid reentrancy guards. (pas_book_queue_request): Changed our | Jon Trowbridge | 2001-10-27 | 2 | -5/+25 |
* | Don't bother checking ex since we can rely on the response being NULL on | Jeffrey Stedfast | 2001-10-27 | 2 | -12/+67 |
* | add prototypes for addressbook_config_database, and | Chris Toshok | 2001-10-27 | 3 | -0/+60 |
* | Return on cancellation. (simple_query_sequence_complete_cb): Act if not | Jon Trowbridge | 2001-10-27 | 3 | -16/+70 |
* | remove the merges as valid sync types | JP Rosevear | 2001-10-27 | 7 | -18/+53 |
* | remove the merges as valid sync types | JP Rosevear | 2001-10-27 | 4 | -6/+28 |
* | take an extra param on whether to mark touched (map_sax_start_element): | JP Rosevear | 2001-10-27 | 3 | -41/+81 |