| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Updated Turkish translation. | Fatih Demir | 2001-07-07 | 2 | -3198/+5074 |
* | CVS is unhappy this evening. My commit keeps dying in the middle. | Jon Trowbridge | 2001-07-07 | 9 | -145/+106 |
* | Detect the embedded EDestination XML, and convert it to a nice-looking | Jon Trowbridge | 2001-07-07 | 10 | -374/+922 |
* | Made this handle being given a row that's outside the range better. | Christopher James Lahey | 2001-07-07 | 2 | -4/+14 |
* | Make sure that our destination string (dest_str) is not the empty string | Jon Trowbridge | 2001-07-07 | 2 | -1/+7 |
* | Removed old CVS conflict marker. | Jon Trowbridge | 2001-07-07 | 1 | -1/+0 |
* | Added checks for if row is outside of the appropriate range. | Christopher James Lahey | 2001-07-07 | 1 | -0/+4 |
* | Set new_value = value here to fix a warning. | Christopher James Lahey | 2001-07-07 | 1 | -0/+1 |
* | Changed this to match the changed signal on the ETableConfig object. Fixes | Christopher James Lahey | 2001-07-07 | 1 | -1/+5 |
* | Added a "state" argument to allow you to get the state out of the config | Christopher James Lahey | 2001-07-07 | 1 | -1/+25 |
* | (autosave_manager_query_load_orphans): remove zero length orphans so that | Larry Ewing | 2001-07-07 | 2 | -2/+6 |
* | [Fix bug #1100, default account is stored strangely] | Jason Leach | 2001-07-07 | 2 | -17/+50 |
* | (best_encoding): make sure we don't try to call iconv_open with a NULL | Larry Ewing | 2001-07-07 | 2 | -0/+5 |
* | Little UI tweak for right click menu, pronouns shouldn't be capitalized | Jason Leach | 2001-07-07 | 2 | -2/+5 |
* | add missing static. | Larry Ewing | 2001-07-07 | 2 | -1/+6 |
* | Convert the filename string to UTF8 before setting it on the CamelMimePart | Jeffrey Stedfast | 2001-07-07 | 3 | -16/+25 |
* | Don't allow in to be NULL, so instead of doing if (in == NULL) return;, | Jeffrey Stedfast | 2001-07-07 | 2 | -3/+6 |
* | Mail stuff added | Iain Holmes | 2001-07-07 | 5 | -12/+171 |
* | add a NULL check since that is a valid return. | Larry Ewing | 2001-07-07 | 2 | -1/+10 |
* | Spell check | Kevin Breit | 2001-07-07 | 4 | -20/+24 |
* | [Misc fixes and part of #2228, There should be no dialog boxes during | Jason Leach | 2001-07-07 | 2 | -7/+17 |
* | only ask if there are actually contents in the file. Asking about an | Larry Ewing | 2001-07-07 | 2 | -13/+33 |
* | Spell check | Kevin Breit | 2001-07-07 | 6 | -108/+116 |
* | connect to the entry not the combo | JP Rosevear | 2001-07-07 | 5 | -9/+74 |
* | Fixes bug #1138. | Jeffrey Stedfast | 2001-07-07 | 2 | -0/+12 |
* | Fixed and updated Swedish translation. Thanks to Göran Uddeborg | Christian Rose | 2001-07-07 | 1 | -88/+92 |
* | Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bug | Jeffrey Stedfast | 2001-07-07 | 2 | -1/+6 |
* | Prevent infinite recursion when viewing attachments that we can't / | Peter Williams | 2001-07-07 | 2 | -5/+20 |
* | actually clear some widgets and hide/show widgets in the default setup | JP Rosevear | 2001-07-07 | 7 | -119/+511 |
* | Freeze and Thaw the folder. | Jeffrey Stedfast | 2001-07-07 | 3 | -7/+13 |
* | remove this file so cvs can prune the dir. | Jacob Leach | 2001-07-07 | 1 | -2/+0 |
* | Mark the messages as Seen also. (folder_browser_class_init): Create an | Jeffrey Stedfast | 2001-07-07 | 4 | -149/+220 |
* | Don't free the psd here -- it will be freed on the "destroy" signal. | Peter Williams | 2001-07-07 | 4 | -8/+18 |
* | revert previous "fix", which was wrong | Dan Winship | 2001-07-07 | 2 | -8/+2 |
* | Call autosave_manager_unregister before destroying the composer, so | Dan Winship | 2001-07-07 | 2 | -2/+8 |
* | Select the very next message after deleting, not the next undeleted (it | Jason Leach | 2001-07-07 | 5 | -11/+45 |
* | Fix bad selection clist stuff | Iain Holmes | 2001-07-07 | 3 | -19/+33 |
* | Set the pipe fd's to nonblocking. | Jeffrey Stedfast | 2001-07-07 | 3 | -2/+11 |
* | Fix obvious bug in previous bugfix: Pass "fb" to check_for_fb_match() so | Dan Winship | 2001-07-07 | 2 | -1/+8 |
* | Updated Swedish translation. | Christian Rose | 2001-07-07 | 2 | -2383/+4155 |
* | Make sure that after the finalization event has happened and the | Peter Williams | 2001-07-06 | 2 | -0/+14 |
* | Removed. [It was just bogus testing code for the right-click menu | Ettore Perazzoli | 2001-07-06 | 2 | -15/+10 |
* | [This should fix #3873, Bizzarre crash after deleting a few | Ettore Perazzoli | 2001-07-06 | 2 | -5/+9 |
* | Added error dialogs for when the user tries to copy/move a folder over | Ettore Perazzoli | 2001-07-06 | 2 | -0/+36 |
* | Change the folder right-click "Properties..." menu item handling so | Ettore Perazzoli | 2001-07-06 | 4 | -8/+27 |
* | make sure we only remove the file if we think we saved it properly. | Larry Ewing | 2001-07-06 | 2 | -10/+33 |
* | Add locking to camel_nntp_get_grouplist_from_server(). | Joe Shaw | 2001-07-06 | 5 | -2/+53 |
* | i2001-07-05 Larry Ewing <lewing@ximian.com> | Larry Ewing | 2001-07-06 | 2 | -37/+69 |
* | Select the most appropriate filter rule. | Jeffrey Stedfast | 2001-07-06 | 3 | -2/+12 |
* | Rename RDF to news feed | Iain Holmes | 2001-07-06 | 2 | -2/+7 |
* | Added an assert to make sure that `mi' isn't NULL. | Jeffrey Stedfast | 2001-07-06 | 3 | -9/+28 |
* | oops, forgot to commit ChangeLog | Jeffrey Stedfast | 2001-07-06 | 1 | -6/+9 |
* | Fix bug #4043: s/colour/color | Jeffrey Stedfast | 2001-07-06 | 2 | -1/+5 |
* | Send the --no-auto-key-retrieve argument to gpg if we are in offline mode | Jeffrey Stedfast | 2001-07-06 | 2 | -5/+8 |
* | Added some accelerators, padding, and a "memebers" frame; also fixed | Anna Marie Dirks | 2001-07-06 | 1 | -0/+5 |
* | 2001-07-05 Anna Marie Dirks <anna@ximian.com: | Anna Dirks | 2001-07-06 | 1 | -218/+186 |
* | Some glade fixage. | Iain Holmes | 2001-07-06 | 2 | -293/+61 |
* | Send the --no-auto-key-retrieve argument to gpg so that we don't have to | Jeffrey Stedfast | 2001-07-06 | 2 | -0/+8 |
* | Added orderedlists. | Kevin Breit | 2001-07-06 | 4 | -42/+168 |
* | Hook up the Calendar toggle buttons | Iain Holmes | 2001-07-06 | 2 | -24/+120 |
* | Play the "File exists, overwrite?" game. (autosave_run_foreach_cb): Change | Jeffrey Stedfast | 2001-07-06 | 2 | -8/+38 |
* | Added orderedlists. | Kevin Breit | 2001-07-06 | 4 | -188/+264 |
* | Special case the My Evolution uri so that the correct icon appears in the | Iain Holmes | 2001-07-06 | 2 | -9/+19 |
* | Add a checkbox for prompting when sending a message with an empty subject. | Jeffrey Stedfast | 2001-07-06 | 5 | -37/+82 |
* | Make sure /var/mail isn't a symbolic link such as on Red Hat 7. | Peter Williams | 2001-07-06 | 2 | -1/+6 |
* | use X509_STORE_CTX_get_ex_data to get at the SSL* - don't use the | Chris Toshok | 2001-07-06 | 2 | -10/+36 |
* | Added orderedlists. | Kevin Breit | 2001-07-06 | 4 | -788/+968 |
* | if source == dest, just no-op. | Jeffrey Stedfast | 2001-07-06 | 2 | -1/+11 |
* | Okay, apparently I was wrong. Oh well. (mail_config_set_thread_list): Fix | Jeffrey Stedfast | 2001-07-06 | 2 | -10/+23 |
* | And kill these stupid files. Aaar. | Peter Williams | 2001-07-06 | 2 | -308/+0 |
* | Remove the ridiculuous relic known as test-mail. Clean up a bit. | Peter Williams | 2001-07-06 | 2 | -23/+3 |
* | Chris pointed out an error in the DB versioning question. | Aaron Weber | 2001-07-06 | 2 | -4/+2 |
* | NAmespace the My Evolution preferences correctly | Iain Holmes | 2001-07-06 | 2 | -22/+28 |
* | Move this before the camel_vee_folder_remove_folder because that function | Peter Williams | 2001-07-06 | 4 | -30/+32 |
* | Fixed memory corruption, restoring settings reenabled. | Iain Holmes | 2001-07-06 | 2 | -17/+79 |
* | Added checks that row and col are >= 0. | Christopher James Lahey | 2001-07-06 | 1 | -0/+2 |
* | Don't scroll to the cursor on grab, ungrab, noop, and copy commands. | Christopher James Lahey | 2001-07-05 | 1 | -1/+6 |
* | Formatting fix on ChangeLog (ie I Forgot To Save The File Before Committing Y... | Peter Williams | 2001-07-05 | 1 | -0/+2 |
* | Add mail folder cache hookups. | Peter Williams | 2001-07-05 | 2 | -0/+6 |
* | Call e_table_item_leave_edit here. | Christopher James Lahey | 2001-07-05 | 1 | -0/+4 |
* | Clear the shell view label if mailer loses focus. | Peter Williams | 2001-07-05 | 3 | -4/+25 |
* | Fix a memory leak here. | Christopher James Lahey | 2001-07-05 | 2 | -3/+14 |
* | Set info->avoid = NULL. This shouldn't make a difference, but it can't | Christopher James Lahey | 2001-07-05 | 2 | -0/+7 |
* | Made it so that the drop marker can show up when dragging a new column to | Christopher James Lahey | 2001-07-05 | 1 | -1/+1 |
* | Upped the required version of gal. | Christopher James Lahey | 2001-07-05 | 4 | -3/+19 |
* | Bumped the version number of gal to 0.8.99.8. | Christopher James Lahey | 2001-07-05 | 1 | -1/+1 |
* | Updated Slovenian translation | Andraz Tori | 2001-07-05 | 1 | -1/+1 |
* | Updated Slovenian translation | Andraz Tori | 2001-07-05 | 1 | -1647/+1649 |
* | weather icons | Jakub Steiner | 2001-07-05 | 8 | -0/+4 |
* | Updated Slovenian translation | Andraz Tori | 2001-07-05 | 1 | -2878/+4779 |
* | Updated Hungarian translation. | Andras Timar | 2001-07-05 | 2 | -245/+292 |
* | Get the File -> Folder -> Properties menu item work again for the | Ettore Perazzoli | 2001-07-05 | 7 | -39/+24 |
* | Allocate one byte for the terminating zero as well. | Richard Hult | 2001-07-05 | 1 | -1/+1 |
* | Changed the variable names here to make it clear that these are view model | Christopher James Lahey | 2001-07-05 | 2 | -21/+52 |
* | (camel_message_info_dup_to): Assign the to->strings from the | Michael Zucci | 2001-07-05 | 2 | -1/+4 |
* | Make a whole bunch of control keys not start the ETableItem editing. | Christopher James Lahey | 2001-07-05 | 1 | -19/+43 |
* | Make sure start_row and end_row are within the number of rows in the | Christopher James Lahey | 2001-07-05 | 1 | -0/+8 |
* | Handle an error in construction a little bit better here. | Christopher James Lahey | 2001-07-05 | 1 | -6/+16 |
* | Fix the assertion slightly, if we have a little bit of input the output | Not Zed | 2001-07-05 | 2 | -2/+6 |
* | When indexing a new record, create a pseudo word 'ibexindexed' so we can | Not Zed | 2001-07-05 | 4 | -22/+41 |
* | Fixes bug #4018 and what would be the analogous bugs for the other | Federico Mena Quintero | 2001-07-05 | 10 | -1/+161 |
* | set "pixname" value only if pixbuf was loaded successfully. Otherwise | Gediminas Paulauskas | 2001-07-05 | 8 | -8/+34 |
* | New function. (calendar_control_activate): Clear the folder bar label; we | Federico Mena Quintero | 2001-07-05 | 2 | -0/+57 |
* | load all icons and colors for each category | Rodrigo Moya | 2001-07-05 | 4 | -11/+115 |
* | Revert Sam's changes. | Jeffrey Stedfast | 2001-07-05 | 2 | -3/+15 |
* | use BonoboConf to store/retrieve settings, and use | Rodrigo Moya | 2001-07-04 | 2 | -11/+84 |
* | attach send and postpone handlers. and be more tolerant of errors. | Larry Ewing | 2001-07-04 | 2 | -2/+17 |
* | Add new columns for information specification (meeting_page_destroy): save | JP Rosevear | 2001-07-04 | 7 | -17/+80 |
* | Replace value in config->preview_hash when it already exists. Old code | Sam Creasey | 2001-07-04 | 2 | -1/+8 |
* | Revised to make it less scary. | Aaron Weber | 2001-07-04 | 2 | -10/+10 |
* | Unset the message being displayed when expunging. This makes expunged | Joe Shaw | 2001-07-04 | 2 | -0/+7 |
* | make sure we seek to the begining. | Larry Ewing | 2001-07-04 | 2 | -1/+10 |
* | If msg is NULL, fetch the message and requeue a mail_reply call. Fixes bug | Joe Shaw | 2001-07-04 | 2 | -1/+20 |
* | Prevent crashing while we work this out. | Peter Williams | 2001-07-04 | 3 | -2/+15 |
* | Use a better GHashTable technique that will hopefully solve some bugs and | Jeffrey Stedfast | 2001-07-04 | 2 | -78/+67 |
* | Added NNTP_NO_PERMISSION (502) to the list of response codes. | Joe Shaw | 2001-07-04 | 3 | -1/+16 |
* | Fix bug #3612: Accelerator for attach file in composer. | Jacob Leach | 2001-07-04 | 2 | -0/+8 |
* | Disable bonobo-conf Fix radio button problem | Iain Holmes | 2001-07-04 | 5 | -14/+40 |
* | Split make_string into these. (update_idle): Use (name and status) instead | Peter Williams | 2001-07-04 | 2 | -40/+52 |
* | Finish off #809 by committing the menu and right click thingies for | Jacob Leach | 2001-07-04 | 4 | -1/+14 |
* | Put in lots of orderedlists...more SGML, less for the user to read. | Kevin Breit | 2001-07-04 | 6 | -732/+1300 |
* | [Fix a problem with not being able to save a newly created | Ettore Perazzoli | 2001-07-04 | 2 | -1/+15 |
* | remove the timer id. | Larry Ewing | 2001-07-04 | 3 | -31/+128 |
* | querythe user to check if they want to load any orphans we've found. | Larry Ewing | 2001-07-04 | 3 | -19/+188 |
* | use bonobo-conf everywhere | Dietmar Maurer | 2001-07-04 | 18 | -861/+942 |
* | Add a seperate pixbuf for the print button | Iain Holmes | 2001-07-04 | 2 | -1/+6 |
* | Fixed the bonobo warning | Iain Holmes | 2001-07-04 | 2 | -1/+6 |
* | Compile fixes. #include errno.h and gnome-dialog-utils.h. | Peter Williams | 2001-07-04 | 2 | -4/+10 |
* | Forgot to save this | Peter Williams | 2001-07-04 | 1 | -2/+4 |
* | Prevent folders from appearing to have -1 new messages. Prevent nonactive | Peter Williams | 2001-07-04 | 5 | -22/+123 |
* | Rename some of the widgets in the news config to not conflict with the | Dan Winship | 2001-07-04 | 2 | -2/+8 |
* | Use mkdtemp if we have it, else use mktemp but make the code safer than it | Jeffrey Stedfast | 2001-07-04 | 3 | -6/+27 |
* | More BonoboConf work | Iain Holmes | 2001-07-04 | 2 | -0/+5 |
* | BonoboConf work New print icon | Iain Holmes | 2001-07-04 | 4 | -74/+75 |
* | Fix crashes if the offline button is clicked before the summary has been created | Iain Holmes | 2001-07-04 | 2 | -0/+18 |
* | Hide the URL passwd, auth, and params. (folder_browser_copy): Same. | Jeffrey Stedfast | 2001-07-03 | 2 | -2/+10 |
* | Doh. Don't remove things from the hash table while foreach'ing it. (And | Dan Winship | 2001-07-03 | 3 | -23/+63 |
* | Updated Hungarian translation. | Andras Timar | 2001-07-03 | 2 | -618/+763 |
* | remove a no-longer-relevant comment | Dan Winship | 2001-07-03 | 1 | -3/+0 |
* | Remove `shortcuts.xml'. The shell is now able to create that by itself. | Ettore Perazzoli | 2001-07-03 | 3 | -19/+6 |
* | [The following makes the shell able to create the `shortcuts.xml' | Ettore Perazzoli | 2001-07-03 | 4 | -21/+72 |
* | Don't pass a dirty exception to camel_folder_sync. Fixes an IMAP filtering | Dan Winship | 2001-07-03 | 2 | -1/+7 |
* | Ref/unref the handler so the signal handlers can unref it safely. Also, if | Ettore Perazzoli | 2001-07-03 | 3 | -2/+25 |
* | oops. /tigert | Tuomas Kuosmanen | 2001-07-03 | 1 | -0/+0 |
* | new iconz warez for do0dz! /t1g3rt | Tuomas Kuosmanen | 2001-07-03 | 4 | -0/+5 |
* | [Fixed #3643, Shell crash when component crashed] | Ettore Perazzoli | 2001-07-03 | 2 | -1/+19 |
* | add the icaltimezone to the timezone array of the toplevel VCALENDAR | Damon Chaplin | 2001-07-03 | 2 | -3/+21 |
* | fix warning, and added some debug messages. | Damon Chaplin | 2001-07-03 | 4 | -2/+23 |
* | added $(BONOBO_CONF_LIBS) to all the LDADDs, to get it to compile. Not | Damon Chaplin | 2001-07-03 | 2 | -0/+9 |
* | added bonobo_conf. | Damon Chaplin | 2001-07-03 | 2 | -2/+7 |
* | added $(BONOBO_CONF_LIBS) to get it to compile. | Damon Chaplin | 2001-07-03 | 2 | -0/+6 |
* | fixed bad assertion, '!=' -> '=='. (icalcomponent_merge_vtimezone): get | Damon Chaplin | 2001-07-03 | 2 | -3/+8 |
* | added virtual method to get a VTIMEZONE component given a TZID. We need | Damon Chaplin | 2001-07-03 | 7 | -22/+96 |
* | New files with the alarm options dialog; this configures the | Federico Mena Quintero | 2001-07-03 | 9 | -7/+1077 |
* | If lines is NULL here split into lines and just return that the point is | Christopher James Lahey | 2001-07-03 | 1 | -0/+7 |
* | cal-client/cal-client.[hc] cal-util/cal-component.c | Damon Chaplin | 2001-07-03 | 48 | -537/+2009 |
* | added functions to set a callback to get the current time, which is used | Damon Chaplin | 2001-07-03 | 7 | -50/+230 |
* | more timezone stuff. | Damon Chaplin | 2001-07-03 | 7 | -309/+863 |
* | Only free the root here if it's non-NULL. | Christopher James Lahey | 2001-07-03 | 1 | -1/+2 |
* | Made the remove this column menu item greyed out if it's the last column. | Christopher James Lahey | 2001-07-03 | 1 | -2/+4 |
* | Add publish free/busy item | JP Rosevear | 2001-07-03 | 2 | -0/+11 |
* | publish free/busy information for the currently viewed time range | JP Rosevear | 2001-07-03 | 3 | -8/+118 |
* | Added $(BONOBO_CONF_LIBS). | Christopher James Lahey | 2001-07-03 | 4 | -12/+14 |
* | Forgot to commit this bit. | Chris Lahey | 2001-07-03 | 1 | -0/+1 |
* | Added e-categories-master-list-wombat.c and | Christopher James Lahey | 2001-07-03 | 4 | -0/+247 |
* | Added an MailAccountEditorNews, for NNTP configuratuion. Based on | Sam Creasey | 2001-07-03 | 10 | -62/+575 |
* | Made evolution depend on bonobo-conf 0.2. | Christopher James Lahey | 2001-07-03 | 8 | -0/+29 |
* | Added an integer type for filtering values. used for size. | Sam Creasey | 2001-07-03 | 7 | -0/+321 |
* | Implemented nntp_folder_search_by_expression and nntp_folder_search_free. | Sam Creasey | 2001-07-03 | 9 | -33/+156 |
* | New tasks stuff | Iain Holmes | 2001-07-03 | 6 | -0/+322 |
* | Support for ATTACH, DESCRIPTION properties in alarm components. | Federico Mena Quintero | 2001-07-03 | 3 | -88/+254 |
* | <sigh/> | Ettore Perazzoli | 2001-07-03 | 2 | -1/+5 |
* | Don't send the double click signal if there's no row selected. | Christopher James Lahey | 2001-07-03 | 1 | -3/+6 |
* | Setup the Empty Trash On Exit widgets. | Jeffrey Stedfast | 2001-07-03 | 6 | -16/+81 |
* | Updated for the mail_transfer_messages API. | Jeffrey Stedfast | 2001-07-03 | 7 | -136/+90 |
* | Updated Slovenian translation | Andraz Tori | 2001-07-03 | 1 | -1118/+1690 |
* | Updated Norwegian translation. | Kjartan Maraas | 2001-07-03 | 2 | -664/+853 |
* | i2001-07-02 Larry Ewing <lewing@ximian.com> | Larry Ewing | 2001-07-03 | 4 | -16/+118 |
* | Support for repeat/duration properties in alarm components. | Federico Mena Quintero | 2001-07-03 | 4 | -1/+104 |
* | Changed "Add criterion" button to have normal button relief in response to | Anna Marie Dirks | 2001-07-03 | 3 | -2/+10 |
* | Set the user-chosen charset. | Jeffrey Stedfast | 2001-07-03 | 5 | -13/+68 |
* | *misc/e-filter-bar.c (option_changed): Specified a default size for the | Anna Marie Dirks | 2001-07-03 | 2 | -3/+27 |
* | Take a callback function and user_data so that we can add listeners to | Jeffrey Stedfast | 2001-07-03 | 3 | -3/+34 |
* | fill in delegated from field | JP Rosevear | 2001-07-03 | 3 | -5/+11 |
* | make the 'Task Preferences' menu item appear as the first item in the | Rodrigo Moya | 2001-07-03 | 2 | -3/+14 |
* | use the new self-contained e_categories_config_open_dialog_for_entry() | Rodrigo Moya | 2001-07-03 | 7 | -47/+29 |
* | new file for a set of functions for managing category-related (icons, | Rodrigo Moya | 2001-07-03 | 4 | -0/+248 |
* | implement | JP Rosevear | 2001-07-03 | 10 | -35/+400 |
* | Add comment noting that Camel actually exists now :-) | Peter Williams | 2001-07-03 | 2 | -0/+11 |
* | Add a warning about how wrong this document is. | Peter Williams | 2001-07-03 | 2 | -0/+10 |
* | New file. Protoypes for the Mail Folder Cache, which provides a place for | Peter Williams | 2001-07-03 | 10 | -197/+973 |
* | Check for libGal 0.8.99.7. | Jeffrey Stedfast | 2001-07-03 | 2 | -1/+5 |
* | Updated slightly. | Jeffrey Stedfast | 2001-07-03 | 6 | -170/+328 |
* | Set it up to have an e-charset-picker bonobo-ui menu attached to the Edit | Jeffrey Stedfast | 2001-07-03 | 2 | -74/+48 |
* | Construct an e-charset-picker bonobo-ui menu. | Jeffrey Stedfast | 2001-07-03 | 2 | -25/+34 |
* | #include widgets/misc/e-charset-picker.h since it was moved there from | Jeffrey Stedfast | 2001-07-03 | 2 | -1/+7 |
* | Added widgets/misc/e-charset-picker.c | Jeffrey Stedfast | 2001-07-03 | 2 | -0/+5 |
* | Updated to build e-charset-picker.c | Jeffrey Stedfast | 2001-07-03 | 5 | -0/+515 |
* | Created its own file. | Kevin Breit | 2001-07-03 | 14 | -812/+706 |
* | Kill irritating "Returning" g_warning. | Peter Williams | 2001-07-03 | 2 | -1/+5 |
* | Don't assert that there is a handler, so we don't crash if user clicks on | Ettore Perazzoli | 2001-07-03 | 8 | -44/+132 |
* | I'm sorry JP, I can't edit Makefiles | Iain Holmes | 2001-07-02 | 2 | -1/+5 |
* | Implement this, based on code that used to be in mail-ops.c | Dan Winship | 2001-07-02 | 5 | -111/+102 |
* | new method to get an application-initialized filter driver. | Dan Winship | 2001-07-02 | 11 | -38/+113 |
* | srcdir != builddir compile fix. | Peter Williams | 2001-07-02 | 5 | -0/+15 |
* | s,AC_DEFINE,AC_DEFINE_UNQUOTED to make these not totally useless. | Peter Williams | 2001-07-02 | 2 | -3/+8 |
* | 2001-07-02 Andras Timar | Szabolcs Ban | 2001-07-02 | 1 | -54/+51 |
* | properly return error if we can't create pipes. | Not Zed | 2001-07-02 | 2 | -1/+4 |
* | re-enable html indexing. | Not Zed | 2001-07-02 | 3 | -172/+843 |
* | Change a camel_exception_clear to camel_exception_init to fix a | Dan Winship | 2001-07-02 | 2 | -1/+6 |
* | Add `e-summary-preferences.h'. | Ettore Perazzoli | 2001-07-02 | 2 | -1/+7 |
* | Rename "New -> Evolution bar shortcut" into "New -> Shortcut". | Ettore Perazzoli | 2001-07-02 | 2 | -1/+6 |
* | Updated Hungarian translation. | Andras Timar | 2001-07-02 | 2 | -1281/+2699 |
* | Calculate the popup position using window coordinates instead of world | Richard Hult | 2001-07-02 | 1 | -0/+9 |
* | add a separate dockitem for the search entry. | Chris Toshok | 2001-07-02 | 2 | -5/+12 |
* | the FolderSearch control is in a different dockitem now. | Chris Toshok | 2001-07-02 | 2 | -1/+6 |
* | Turned off wombatification of the categories master list here. | Christopher James Lahey | 2001-07-02 | 2 | -0/+15 |
* | use ECARD_UID_LINK_PREFIX. | Chris Toshok | 2001-07-02 | 6 | -3/+73 |
* | Added related_contacts field. | Christopher James Lahey | 2001-07-02 | 9 | -140/+284 |
* | Fall back to use the name field if all else fails (which can happen with | Jon Trowbridge | 2001-07-02 | 2 | -0/+10 |
* | Fix for the "recipient not specified" bug --- we were not correctly | Jon Trowbridge | 2001-07-02 | 2 | -1/+13 |
* | Build the composer after the addressbook, as it needs some CORBA stuff | Ettore Perazzoli | 2001-07-02 | 2 | -1/+6 |
* | oops. didn't save before comittting | Dan Winship | 2001-07-02 | 1 | -1/+0 |
* | Ref the folder before proxying the event, in case there's only one | Dan Winship | 2001-07-02 | 2 | -3/+23 |
* | non-isometric versions of menu icons - print and print preview | Jakub Steiner | 2001-07-02 | 3 | -144/+261 |
* | Enable the label next to the "Attach" toolbar button, and get rid of the | Ettore Perazzoli | 2001-07-02 | 2 | -7/+6 |
* | Make the EUriSchemaRegistry object non-floating at construction time. | Ettore Perazzoli | 2001-07-02 | 3 | -1/+8 |
* | Get the "Open in a New Window" shortcut right-click menu to actually | Ettore Perazzoli | 2001-07-02 | 3 | -12/+49 |
* | Fix a crash that happened when dragging a folder that didn't have a | Ettore Perazzoli | 2001-07-01 | 2 | -1/+8 |
* | Implemented the `File -> New -> Shortcut' command. | Ettore Perazzoli | 2001-07-01 | 6 | -15/+155 |
* | Missing ChangeLog entries for the previous commit. | Ettore Perazzoli | 2001-07-01 | 1 | -1/+14 |
* | Implemented a "Rename Group" command. Unfortunately, it doesn't work | Ettore Perazzoli | 2001-07-01 | 5 | -1/+97 |
* | Change EShortcuts to not use group titles to access specific groups. | Ettore Perazzoli | 2001-07-01 | 4 | -32/+33 |
* | Implemented a "Rename Shortcut" command. | Ettore Perazzoli | 2001-07-01 | 3 | -31/+88 |
* | Added a simple `e_request_string()' utility function. | Ettore Perazzoli | 2001-07-01 | 4 | -0/+145 |
* | Change the internal structure for shortucts, so that it contains a | Ettore Perazzoli | 2001-07-01 | 5 | -36/+242 |
* | Fixes bug #1406. | Federico Mena Quintero | 2001-07-01 | 7 | -444/+318 |
* | Use Tuomas' next-message, previous-message and print icons in the | Ettore Perazzoli | 2001-07-01 | 6 | -3/+26 |
* | draw icons per category | Rodrigo Moya | 2001-07-01 | 6 | -0/+135 |
* | Store URLs on disk. | Iain Holmes | 2001-07-01 | 2 | -9/+80 |
* | Check args. Somewhere in the code (somewhere in the minicard stuff) this | Jon Trowbridge | 2001-07-01 | 2 | -0/+7 |
* | Changed to return the created window. (find_socket): Added. Copied from | Jon Trowbridge | 2001-07-01 | 5 | -35/+128 |
* | Use names in the clist, not the url | Iain Holmes | 2001-07-01 | 2 | -53/+134 |
* | fixed clibpoard command activation from the menu entries. CTRL-C and | Rodrigo Moya | 2001-07-01 | 3 | -9/+93 |
* | Allow new RDFs to be added. | Iain Holmes | 2001-07-01 | 2 | -0/+51 |
* | Handle the online/offline stuff | Iain Holmes | 2001-07-01 | 11 | -7/+636 |
* | Add the preferences thing | Iain Holmes | 2001-07-01 | 1 | -0/+11 |
* | Only set the pressed_event_num and pressed_span_num if button 1 was | Federico Mena Quintero | 2001-07-01 | 2 | -4/+13 |
* | Doh, the call for the day view was supposed to be | Federico Mena Quintero | 2001-07-01 | 3 | -10/+21 |
* | I was accidentally comparing characters and strings here, and didn't see | Jon Trowbridge | 2001-07-01 | 2 | -13/+29 |