aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* unref the QueryListener object. (query_construct): create anRodrigo Moya2002-09-242-1/+24
* use the new e_tree_set_search_column function instead of my lameass sortMike Kestner2002-09-242-14/+6
* New api to set the search column on a tree without having to set a sortMike Kestner2002-09-242-0/+23
* Changed the Mailing-List rule to get the complete domain (* in wrongNot Zed2002-09-242-1/+4
* Clear search by setting text to "" and search to first search.Not Zed2002-09-243-12/+17
* Always do a search if the query changed. For #31060 & #29625.Not Zed2002-09-242-3/+5
* If we have no data written to a key, dont add it, or its partition header.Not Zed2002-09-246-24/+123
* pass name of the script as 1st parameterRadek Doulik2002-09-243-2/+10
* Pass ev, not &ev to CORBA_Object_duplicate since ev is already a pointer.Dan Winship2002-09-242-1/+6
* Fix non-ANSI switch statement.Dan Winship2002-09-245-3/+20
* (e_summary_weather_get_html): Don't add anyEttore Perazzoli2002-09-242-13/+7
* (e_shell_construct): Oops, no @shell argument toEttore Perazzoli2002-09-242-1/+6
* Use e_shell_request_close_view().Ettore Perazzoli2002-09-244-31/+74
* Use 0666 as the create mode so that the user's umask is used to it'sJeffrey Stedfast2002-09-242-1/+6
* If the original message is deleted, reset the deleted flag when we'reJeffrey Stedfast2002-09-242-3/+8
* add gtkhtml flags to shell as wellRadek Doulik2002-09-241-1/+1
* (get_type_from_parent_path):Ettore Perazzoli2002-09-242-3/+9
* Decode the INTERNALDATE if we've got one. (imap_update_summary): InsteadJeffrey Stedfast2002-09-242-5/+34
* use pkg-config for gtkhtmlRadek Doulik2002-09-242-14/+16
* Removed a #warning.Ettore Perazzoli2002-09-243-13/+12
* Added some missing names.Ettore Perazzoli2002-09-244-2/+17
* add these and install Mailer.idlDan Winship2002-09-242-0/+7
* fix kde applnk test to not test for things if disabledJP Rosevear2002-09-242-28/+78
* add libeutil to the linkJP Rosevear2002-09-243-0/+10
* add libeutil to the link and link with libcamel instead ofJP Rosevear2002-09-242-1/+7
* fix non-ANSI switch statement.Dan Winship2002-09-232-0/+6
* fix non-ANSI switch statements.Dan Winship2002-09-234-0/+16
* install an idle callback that will start the alarm daemon.Rodrigo Moya2002-09-232-4/+25
* Update URLs for mailing lists, Evolution application page, helpAaron Weber2002-09-233-83/+89
* remove timeout function always and re-add it if the query is in progress.Rodrigo Moya2002-09-232-14/+15
* move success notification code to its own code block, since it was beingRodrigo Moya2002-09-232-27/+41
* gtk_object_ref the component listener before emitting the "component_died"Rodrigo Moya2002-09-232-0/+10
* Fixes #28310Rodrigo Moya2002-09-231-0/+2
* only save the new notification time if it is bigger than the already savedRodrigo Moya2002-09-232-1/+13
* oops, add cached_folder_list to struct _ESelectNamesManager.Chris Toshok2002-09-232-0/+7
* [ Fixes #30481 ] initialize the select names dialog with the defaultChris Toshok2002-09-232-7/+29
* Fix non-ANSI switch statementDan Winship2002-09-232-0/+5
* add empty statement after label to make it ANSI.Dan Winship2002-09-232-0/+6
* fix non-ANSI switch statement.Dan Winship2002-09-235-0/+15
* Fix some non-ANSI switch statementsDan Winship2002-09-233-0/+9
* Fix some non-ANSI switch statements.Dan Winship2002-09-232-2/+7
* [ Fixes #28165, 29171 ] check to see if the value has really changed. theChris Toshok2002-09-232-25/+64
* updated po filePablo Saratxaga2002-09-232-2569/+2222
* Updated Norwegian nynorsk translationRoy-Magne Mo2002-09-222-750/+174
* [ Fixes #30483 ] argh, contains => beginswith.Chris Toshok2002-09-212-1/+7
* Big language name cleanupKjartan Maraas2002-09-211-53/+53
* Added a couple of missing .glade files. Updated Norwegian translation.Kjartan Maraas2002-09-213-790/+771
* Connect signal handlers to the GtkHTML preferences so that when theJeffrey Stedfast2002-09-212-7/+21
* Removed member sort_idle_id inEttore Perazzoli2002-09-212-80/+50
* fix problem where -lpisync was not linked in if you didn't specifyJP Rosevear2002-09-212-2/+7
* offline usage.Aaron Weber2002-09-213-19/+52
* check to see if the component is already on the server or notJP Rosevear2002-09-215-107/+49
* forgot to commit changelogAaron Weber2002-09-211-0/+5
* linked to wrong image.Aaron Weber2002-09-211-1/+1
* set the deleted attendees array to size 0 after we clean it upJP Rosevear2002-09-202-1/+9
* remove the query from the cache if it failed. (start_cached_query_cb):Rodrigo Moya2002-09-202-0/+23
* Make it validate. Same here.Kjartan Maraas2002-09-204-3/+8
* Make it validateKjartan Maraas2002-09-201-1/+1
* New regression test for word splitting/search input parsing code.Not Zed2002-09-206-29/+187
* Make locale_charset a char *, not const char *. Kills a warning in theDan Winship2002-09-202-2/+3
* allow to select last 2 menu itemsRadek Doulik2002-09-202-1/+6
* Unset the changed bit on the composer and also drop any undo operationsJeffrey Stedfast2002-09-202-0/+8
* [Fix #28495 with a lame hack that works around Bonobo sizingEttore Perazzoli2002-09-202-2/+47
* add item about permissions.Aaron Weber2002-09-204-397/+339
* (async_create_cb): Don't setEttore Perazzoli2002-09-202-3/+5
* added a list of EComponentListener's to control the lifetime of theRodrigo Moya2002-09-202-1/+45
* Set the selection model's selection_mode after setting the table model, orDan Winship2002-09-201-5/+2
* More fixes for #24210Rodrigo Moya2002-09-202-64/+248
* guard against NULL nodes.Mike Kestner2002-09-201-0/+1
* (evolution_storage_update_folder): Do notEttore Perazzoli2002-09-202-17/+11
* (resort): New. (sort_idle_callback): Use it. (insert_storages): UseEttore Perazzoli2002-09-202-8/+23
* bandaid for 30248.Mike Kestner2002-09-202-1/+5
* Fix for filter driver api change.Not Zed2002-09-192-1/+6
* Changed source account, use header-source rather than (= (get-source) ...)Not Zed2002-09-192-2/+7
* Take new session arg. Update callers. (symbols[]): changed get-source toNot Zed2002-09-195-39/+70
* Don't increment the response pointer when deciding what type of headerJeffrey Stedfast2002-09-192-4/+17
* bump the month_num by 1 because it indexs at 0JP Rosevear2002-09-192-2/+12
* fixed a merge conflictJeffrey Stedfast2002-09-191-1/+0
* Include MIME-VERSION and CONTENT-TYPE.Jeffrey Stedfast2002-09-192-1/+6
* If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496.Not Zed2002-09-192-0/+16
* Allow 'back' to run if we're on the finish page. For #29293.Not Zed2002-09-192-1/+8
* If going back from a page past our end (i.e. the final page), jump to theNot Zed2002-09-192-1/+7
* updated .cvsignoreJeffrey Stedfast2002-09-191-0/+1
* reverted wrapping patchRadek Doulik2002-09-194-83/+46
* Handle when the response is from a HEADER.FIELDS (if so, we don't want toJeffrey Stedfast2002-09-192-5/+26
* helper to map a camel excpeiton to a listener result.Not Zed2002-09-182-9/+36
* apply patch for 27447 from Matt Avery for a bug in the solaris iconvMike Kestner2002-09-181-2/+3
* Handle multipart/signed and multipart/encrypted parts in a more expectedJeffrey Stedfast2002-09-182-33/+51
* don't add the user creatable item for ldap-contact folders atm, since itChris Toshok2002-09-182-9/+7
* Add description for E_STORAGE_NOTONLINE.Ettore Perazzoli2002-09-185-0/+19
* Remove unused variable.Ettore Perazzoli2002-09-183-1/+17
* Use e_strftime_fix_am_pm here which fixes locale issues as well as workingJeffrey Stedfast2002-09-184-3/+9
* Add Israel. [Patch by Sam Popper <shmuelp@bigfoot.com>.]Ettore Perazzoli2002-09-182-1/+12
* [Fix #28451.]Ettore Perazzoli2002-09-184-21/+151
* Invoke gettext on strings coming from the .oaf files.Kjartan Maraas2002-09-182-2/+7
* Disable debugging printf'sJeffrey Stedfast2002-09-182-94/+109
* fixed a commentJeffrey Stedfast2002-09-181-2/+2
* exit editing on dblclick. ungrab based on grabbed_count. unset grabbed_colMike Kestner2002-09-181-7/+8
* Remove some leftover junk.Ettore Perazzoli2002-09-182-24/+5
* Fix a typo.Kjartan Maraas2002-09-182-1/+5
* Mark a string for translation.Kjartan Maraas2002-09-183-2/+8
* (e_storage_removed_folder): When a highlightedEttore Perazzoli2002-09-182-1/+24
* Fixes #26362Rodrigo Moya2002-09-172-1/+47
* New. New. New. New. New. New. New. New. New. New.Ettore Perazzoli2002-09-1732-0/+1603
* New script to run Evolution under aEttore Perazzoli2002-09-173-1/+23
* Update.Ettore Perazzoli2002-09-171-0/+22
* Check for pilot-link 0.11.4JP Rosevear2002-09-172-1/+5
* Merging from branch.JP Rosevear2002-09-172-1/+5
* Mark a string for translation.Kjartan Maraas2002-09-162-1/+5
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-152-4/+6
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-142-2/+22
* Update.Ettore Perazzoli2002-09-141-0/+12
* Add a Run Once action to run a command only once rather than for eachJeffrey Stedfast2002-09-143-0/+11
* If the vpaned isn't realized, don't call mail_config_set_paned_size. FixesDan Winship2002-09-142-1/+7
* Update for Mailer.idl renameDan Winship2002-09-134-11/+17
* Update for Mailer.idl renameDan Winship2002-09-135-12/+18
* rename this from "Mail.idl" so that the generated .h file won't overwriteDan Winship2002-09-137-30/+42
* [ Fixes bug #30250 ] handle "Unnamed Lists" here by setting their name toChris Toshok2002-09-134-23/+61
* Ignore SIGXFSZ to fix bug #30269.Jeffrey Stedfast2002-09-132-0/+5
* The new callback function for the g_hash_table_foreach which both upgradesJeffrey Stedfast2002-09-132-36/+268
* return g_strdup("true"), not "true".Dan Winship2002-09-132-1/+6
* 1.1.1.99.Ettore Perazzoli2002-09-132-2/+6
* [ Fixes #27546 ] add "di" to e_name_western_complex_last_table.Chris Toshok2002-09-122-1/+8
* institute an arbitrary minimum limit on the number of characters before weChris Toshok2002-09-122-0/+13
* added i18n changes for imapMichael Zucci2002-09-121-0/+17
* [ fixes the other half of #17336 ] parse the name when we're asked to setChris Toshok2002-09-122-6/+16
* [ fixes part of #17336 ] get the window title from the .glade file, andChris Toshok2002-09-123-0/+32
* [ fixes #30208 ] if the user clicked cancel in the password dialog, letChris Toshok2002-09-122-56/+112
* Only abort if the user selected ADVANCED_SEARCH, not the other way around.Jeffrey Stedfast2002-09-122-2/+7
* (setup_bonobo_conf_private_directory): g_free() notEttore Perazzoli2002-09-122-4/+9
* keep the selection if we right click in it (but not on an appointment)JP Rosevear2002-09-123-14/+31
* (SUBDIRS): Put po on the top.Ettore Perazzoli2002-09-122-1/+7
* check the new gnome-vfs icon_filename key. If that fails, fall back toJeffrey Stedfast2002-09-122-10/+23
* create a new appointment based on the selectionJP Rosevear2002-09-122-47/+40
* updated to mention how to restore the imap cacheJeffrey Stedfast2002-09-121-2/+1
* Release notes.Ettore Perazzoli2002-09-121-0/+58
* Revert a patch that I had not meant to commit that was aimed at fixing bugJeffrey Stedfast2002-09-112-30/+13
* Handle file uri's too.Not Zed2002-09-115-80/+130
* forgot to commit the po stuff from the release. also bumped the so number.Mike Kestner2002-09-111-1/+1
* Same as below. Also save errno before closing the file so our caller canJeffrey Stedfast2002-09-114-6/+34
* Do proper error checking and return -1 on fail.Jeffrey Stedfast2002-09-114-42/+63
* Clear the exception even if we failed to get the message (part) from theJeffrey Stedfast2002-09-112-0/+8
* duh, don't blindly increment the hour without adjusting for the dayJP Rosevear2002-09-112-4/+10
* Updatix..Fatih Demir2002-09-112-20312/+8881
* take a clip_height and use it to set the maximum number of lines ifJP Rosevear2002-09-111-20/+15
* Remove the hash table entry using the right path. Related to #29731.Not Zed2002-09-102-2/+8
* Fixes #24032Rodrigo Moya2002-09-102-9/+26
* If we already have a folder, make sure we unref/unhook from it. Fixes aNot Zed2002-09-103-1/+26
* display status messages for all operations we make, so that when usingRodrigo Moya2002-09-102-8/+25
* Fixes bug #4224Jeffrey Stedfast2002-09-106-23/+73
* Make sure that fb->message_list is non-NULL before checkingJeffrey Stedfast2002-09-103-4/+14
* Sync for 1.1.1.Ettore Perazzoli2002-09-1049-41049/+44703
* revert an earlier change that used the full account name as the folder name (...Jeffrey Stedfast2002-09-101-9/+11
* Don't look for an end quote, instead look for </item> to terminate theJeffrey Stedfast2002-09-102-1/+4
* Don't look for an end quote, instead look for </item> to terminate theJeffrey Stedfast2002-09-102-15/+9
* Hex decode imap folder names too. (shortcuts_upgrade_xml_file): Don't lookJeffrey Stedfast2002-09-102-18/+29
* add evolution-mail-upgradeDan Winship2002-09-101-0/+1
* Don't modify the URL if the path doesn't start with "exchange". (MeansDan Winship2002-09-092-15/+33
* hardcode automake-1.4Havoc Pennington2002-09-092-8/+12
* kill warningJP Rosevear2002-09-076-34/+143
* Sync the database after upgrading mailer stuff. (imap_url_upgrade): SinceJeffrey Stedfast2002-09-072-0/+5
* Bump some requirements. Update accordingly.Ettore Perazzoli2002-09-073-11/+15
* update with some gtkhtml features.Larry Ewing2002-09-072-0/+18
* more NEWSChris Toshok2002-09-071-0/+2
* more contacts newsChris Toshok2002-09-071-1/+21
* NEWSIain Holmes2002-09-071-0/+16
* Sync the database after upgrading mailer stuff. (imap_url_upgrade): SinceJeffrey Stedfast2002-09-072-5/+25
* no longer distribute the etstate files. enable_search on the view. addMike Kestner2002-09-065-6/+54
* Update.JP Rosevear2002-09-061-1/+26
* Updated NEWSRodrigo Moya2002-09-061-1/+17
* updated NEWSMichael Zucci2002-09-061-2/+49
* updatedJeffrey Stedfast2002-09-061-6/+7
* All this snot is to fix bug #29930. What I think was happening was thatJeffrey Stedfast2002-09-062-81/+98
* Updated with the new 1.2 features (unfinished).Ettore Perazzoli2002-09-064-2371/+3028
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-09-062-835/+898
* Hex decode the folder names when searching for them in the memory buffer,Jeffrey Stedfast2002-09-063-86/+200
* Changed the description of the summary page of the settings dialog to beAnna Dirks2002-09-062-1/+6
* don't try to send via the server if we are publishing; don't bail out on aJP Rosevear2002-09-062-5/+18
* Changed the description of the folders page in the settings dialog to beAnna Marie Dirks2002-09-062-1/+6
* Changed the description of the Directory Servers page of the settingsAnna Dirks2002-09-062-1/+8
* Changed the description of the calendar/tasks page of the settings dialog,Anna Marie Dirks2002-09-062-1/+8
* Changed the descriptions of the fonts, mail, accounts and composer pagesAnna Marie Dirks2002-09-062-4/+13
* (composer_key_pressed): Don't chain the eventEttore Perazzoli2002-09-062-9/+10
* Use e_mktime_utc.Dan Winship2002-09-054-29/+18
* update the local copy (if we've got one) so that we don't return values ifRodrigo Moya2002-09-052-0/+34
* added support for text/x-calendar targets, in which case a VCALENDARRodrigo Moya2002-09-052-8/+32
* Make it so that the composer will close when the user hits Escape.Jeffrey Stedfast2002-09-052-14/+40
* Add a -DPREFIX.Ettore Perazzoli2002-09-052-5/+58
* Return FALSE here. (get_base_url): Add a cast.Ettore Perazzoli2002-09-055-5/+28
* [ Fixes #29904 ] we need to activate either a contact list editor orChris Toshok2002-09-052-3/+18
* some fixesJeffrey Stedfast2002-09-051-13/+24
* Pass FALSE to evolution_storage_new: the Other Contacts storage doesn'tDan Winship2002-09-052-1/+8
* (new_folder_cb): Pass FALSE as @queue toEttore Perazzoli2002-09-052-1/+6
* don't listen to client signals after we get destroyedJP Rosevear2002-09-052-0/+9
* Add upgrade-mailer.c to the build.Jeffrey Stedfast2002-09-053-1/+874
* (e_shell_view_get_current_component_id): If theEttore Perazzoli2002-09-052-0/+13
* Remove the "blah blah" text for now and change "Server" to "Account".Dan Winship2002-09-052-47/+6
* Pass TRUE as @queue to e_shell_view_display_uri().Ettore Perazzoli2002-09-056-27/+72
* New. Like mktime(3), but assumes the input time is UTC.Dan Winship2002-09-053-5/+68
* Remove this from here.Dan Winship2002-09-054-31/+46
* Made sure account->id->address is not NULL before adding it to the hashJeffrey Stedfast2002-09-052-1/+9
* Remove the "Get!" printf. (set_prop): Likewise for "Set!"Dan Winship2002-09-052-2/+5
* Pass FALSE as @restore_all_views to e_shell_restore_from_settings() so weEttore Perazzoli2002-09-054-7/+22
* bail out if we couldn't send the cancelJP Rosevear2002-09-057-31/+75
* Add back "period" and "comma" asEttore Perazzoli2002-09-052-2/+9
* provide error message param, give a dialog with the message if we get aJP Rosevear2002-09-059-22/+67
* Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-0518-52/+247
* clear nonfatal stuff.Not Zed2002-09-0410-45/+137
* If we fake the from eof file boundary, also make sure we say we matchedNot Zed2002-09-042-3/+15
* unref the "without", adapter, and model, then chain up the GnomeDialogMike Kestner2002-09-042-0/+11
* Removed entry from ChangeLog file (sorry very much)Carlos Garnacho Parro2002-09-041-8/+0
* don't make the reply component minimalJP Rosevear2002-09-042-5/+14
* Use ldap-settings.png instead of evolution-contacts.png.Ettore Perazzoli2002-09-042-1/+6
* New icon from Jakub.Ettore Perazzoli2002-09-042-0/+4
* [ fixes #29699 ] call _set_source with a NULL source to fill in dialogChris Toshok2002-09-042-0/+11
* Ooops. I committed the wrong version of the file.Ettore Perazzoli2002-09-041-1/+1
* Create an Items placeholder under ComponentPlaceholder, and thenEttore Perazzoli2002-09-043-1/+18
* (delete_contact_cb): Fix typoEttore Perazzoli2002-09-042-1/+7
* New callback functions that wrap the mail-callbacks versions ofJeffrey Stedfast2002-09-042-4/+36
* Use bracketright and bracketleft forEttore Perazzoli2002-09-042-2/+7
* Release 0.21.0 ChangesCarlos Garnacho Parro2002-09-040-0/+0
* Release 0.21.0 ChangesCarlos Garnacho Parro2002-09-041-0/+8
* Argh, didn't mean to commit this.Ettore Perazzoli2002-09-041-6/+0
* (show_import_wizard): Make the WM closeEttore Perazzoli2002-09-033-8/+15
* Dont translate / to dir_sep anymore, we always use /.Not Zed2002-09-032-12/+5
* Lots of changes, too numerous to list. Changed to useNot Zed2002-09-0313-574/+1379
* use a more gnomeish versionJakub Steiner2002-09-032-0/+4
* Updated Brazilian Portuguese translation and converted to UTF-8.Gustavo Maciel Dias Vieira2002-09-022-4166/+2894
* use bonobo_object_release_unref to release the remote SelectNamesMike Kestner2002-08-313-2/+8
* simplified raw viewRadek Doulik2002-08-313-17/+11
* use iframe's fallback contentRadek Doulik2002-08-312-5/+5
* removed commented codeRadek Doulik2002-08-311-3/+0
* make the sure to list is 0 length before sending via imipJP Rosevear2002-08-311-1/+1
* add QueryRefused, for when the backend refuses to perform a query. (partDan Winship2002-08-315-0/+19
* as below (handle_text_plain_flowed): as belowRadek Doulik2002-08-314-43/+89
* [ fixes #27923] up the version to 4_0 (4000).Chris Toshok2002-08-302-4/+42
* need to make the find now button sensitive when you select something fromChris Toshok2002-08-302-0/+7
* kill a return that caused selection ranges to not emit selection_changedMike Kestner2002-08-301-1/+0
* call evolution_shell_component_add_user_creatable_item twice here, onceChris Toshok2002-08-302-0/+16
* Don't call g_list_foreach with the free func if the free func is NULL.Dan Winship2002-08-302-1/+7
* Oops. Take two.Dan Winship2002-08-303-74/+9
* select the top canvas if the user right-clicks on itJP Rosevear2002-08-304-1/+106
* If the item is ADVANCED_ID, check the query and efb->setquery to seePeter Williams2002-08-302-1/+14
* Add HAS_FLAGS to a few miscellaneous commands that don't use IS_xMESSAGE.Peter Williams2002-08-302-3/+8
* Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-297-84/+112
* added missing header file.Rodrigo Moya2002-08-293-0/+7
* updated readmeMichael Zucci2002-08-291-0/+1
* [ fixes #20347 ] hook up the backend_died signal. (backend_died): newChris Toshok2002-08-296-2/+101
* use strcasecmp here, since all the other helpers use case insensitiveChris Toshok2002-08-293-2/+10
* return NULL if the list is empty. (pas_backend_ldap_connect): always tryChris Toshok2002-08-292-17/+25