aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_2_0_0_3'.GAL_2_0_0_3nobody2002-03-1234-4677/+0
* If we have no state, generate one.Morten Welinder2002-03-123-0/+27
* hack ref/sink in here. This should really be a GObject.Jody Goldberg2002-03-124-6/+33
* change the signature of the 'changed' signal to include a flag indicatingJody Goldberg2002-03-111-29/+27
* take int not double.Jody Goldberg2002-02-191-1/+1
* Remove calls to deprecated functions gtk_widget_push|pop_visual().Kjartan Maraas2002-02-182-4/+0
* Remove calls to deprecated functions gtk_widget_push|pop_visual().Kjartan Maraas2002-02-188-12/+0
* Use GdkPixbuf directly. (pixmap_table_setup) : ditto.Jody Goldberg2002-02-151-4/+6
* Fix warning when running the combo boxes.Jody Goldberg2002-02-091-3/+1
* Merge in changes between GAL_2_ANCHOR and GAL_2_ANCHOR_MERGE1Jody Goldberg2002-02-09225-2741/+8859
* This commit was manufactured by cvs2svn to create branch 'gal-2'.nobody2002-02-0910-0/+2526
* make sure the colors are initialized.Jody Goldberg2002-01-272-1/+3
* Commit enough to compile gnumeric.Jody Goldberg2002-01-214-24/+26
* upd. gtk_paint_focus.Michael Meeks2001-12-1031-84/+35
* commit the marshaller list.Michael Meeks2001-10-051-0/+43
* Initial pass at porting to Gnome 2.0Michael Meeks2001-10-05143-2165/+1030
* This commit was manufactured by cvs2svn to create branch 'gal-2'.nobody2001-10-052587-1136678/+0
* *.c s/->childs/->xmlChildrenNode/g;Michael Meeks2001-10-053-8/+8
* ortografíaIsmael Olea2001-10-051-13/+13
* Show "nn sent" as total in sent folder, rather than just 'total'.42001-10-053-3/+11
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-0531-142/+166
* Do a better job of setting up the name. Also de-sensitise when we can't42001-10-052-2/+24
* And again here.Jeffrey Stedfast2001-10-054-4/+13
* Set the parent window as the fb. This fixes bug #11723. (filter_edit): DoJeffrey Stedfast2001-10-052-9/+28
* Ignore the signal if the radio button is not "on". This fixes bug #10532Jeffrey Stedfast2001-10-055-34/+42
* Fix so that an email address with no name is once again justDan Winship2001-10-052-6/+14
* "safe" save code, first save to .#name, then rename to name if it worked,42001-10-052-5/+31
* Swap Xiamen for TokyoIain Holmes2001-10-053-3/+18
* Only create the folder when the shell has created it.Iain Holmes2001-10-053-3/+9
* If we're accessing a vfolder uri, then popup the vfolder editor instead of42001-10-054-1/+78
* Added some more NULL checks.Jeffrey Stedfast2001-10-052-2/+6
* redid screenshots here.Aaron Weber2001-10-052-0/+0
* Do the url fragment/path -> folder name hack. Removing vfolders from shell42001-10-052-27/+17
* for some reason, matching on protocol is causing problems for me.Chris Toshok2001-10-052-2/+11
* %s de másIsmael Olea2001-10-051-2/+2
* tedfast <fejj@ximian.com>Jeffrey Stedfast2001-10-051-0/+5
* Unregister the operation before unreffing it.Jeffrey Stedfast2001-10-051-0/+4
* use ldap.png for ldap contacts.Chris Toshok2001-10-052-1/+6
* change ldap-16.png to ldap-mini.png, and add ldap.png.Chris Toshok2001-10-053-1/+7
* Make this dup the strings it's passed. (*) Add lots of docs.Dan Winship2001-10-052-6/+56
* added BONOBO_GNOME_CFLAGS to make it compile with latest BonoboRodrigo Moya2001-10-042-0/+6
* added BONOBO_GNOME_CFLAGS to make it compile with latest BonoboRodrigo Moya2001-10-044-0/+13
* Sometimes put off maybe showing the cursor until an idle callback.Christopher James Lahey2001-10-042-13/+35
* Call gnome_canvas_world_to_window here. Finishes fixing Ximian bug #2613.Christopher James Lahey2001-10-042-3/+15
* updateTakuro Kitame2001-10-041-113/+96
* update ja.poTakuro Kitame2001-10-041-0/+4
* Make sure to unref the message object so we don't leak it or anyJeffrey Stedfast2001-10-043-8/+22
* LDAPJakub Steiner2001-10-042-0/+1
* Only build destination data if we have destination != NULL. Fixes crash of32001-10-042-1/+4
* Set 'to' -> 'recipient' data for search object. #6199.32001-10-042-0/+7
* Remove now unused 'recents' array/freeing func.32001-10-043-11/+17
* Dont explicitly save metadata, its saved in summary_sync.32001-10-046-50/+43
* Oops, remove stray ">".Ettore Perazzoli2001-10-042-1/+5
* New version of the default mailbox by Aaron.Ettore Perazzoli2001-10-042-2206/+412
* splash version bumpJakub Steiner2001-10-042-0/+4
* Install the empty mbox file too. Likewise. Likewise.Ettore Perazzoli2001-10-047-9/+15
* Added MATCH_NEWLINE flag, -> REG_NEWLINE.32001-10-045-7/+25
* Fixed warningIain Holmes2001-10-041-3/+12
* ifdef out the LDAP only bits. Cleans some warnings on startupIain Holmes2001-10-042-0/+10
* Call camel_folder_delete() on the folder if it's "alive".Jeffrey Stedfast2001-10-044-23/+83
* Handle vtrash case, emit 'folder_created' event for the folder-cache to32001-10-043-8/+40
* Fixed these to determine the fields to use properly.Christopher James Lahey2001-10-043-5/+8
* refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-045-162/+225
* Strip out commas before forming our query. (match_name): UseJon Trowbridge2001-10-045-140/+187
* Don't use the wax-seal icons for the pgp stuff anymore, use Jimmac's newJeffrey Stedfast2001-10-042-2/+7
* Dont wait for event to finish before returning. This could however mean we32001-10-043-1/+11
* If we have hide deleted set, then dont count deleted messages in the32001-10-042-1/+23
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-0411-125/+144
* If we have a fragment, override that, rather than the path. Fixes #5251.32001-10-042-1/+9
* Fixed typo in the ChangeLogRodrigo Moya2001-10-041-1/+1
* default protocol to file: if not specifiedRodrigo Moya2001-10-042-0/+6
* add $BONOBO_GNOME_CFLAGS to make it work with latest BonoboRodrigo Moya2001-10-042-0/+6
* Strange are the ways of alloca. Fixes 11543.Dan Winship2001-10-032-1/+9
* Updated Swedish translation.Christian Rose2001-10-032-340/+326
* Initialize the hash field. (model_changed_idle): Send cursor changed andChristopher James Lahey2001-10-031-6/+12
* Added priorities to a bunch of these columns. Fixes Ximian bug #7158.Christopher James Lahey2001-10-032-13/+18
* Pick which field of the row to select based on priority.Christopher James Lahey2001-10-036-13/+43
* Reverted a change from Ismael and /s/fichero/archivo/ Fixed.Carlos Perelló Marín2001-10-033-605/+698
* adiciones de nombres geográficos y una revisión ortográfica y semántica d...Ismael Olea2001-10-031-730/+663
* Updated Polish translationChyla Zbigniew2001-10-032-3497/+3452
* save the EXDATE as a DATE-TIME value, since we know the exact time. FixesDamon Chaplin2001-10-036-93/+49
* used time_add_day/week/month _with_zone() functions rather than the oldDamon Chaplin2001-10-034-7/+15
* remove unused variableJeffrey Stedfast2001-10-031-1/+0
* Import the certificate if the user accepts it.Jeffrey Stedfast2001-10-032-20/+16
* for hashing/comparing local url's, we ignore trailing /'s in paths (maybe22001-10-032-12/+99
* Change to camel_charset_iconv_open/close.22001-10-038-22/+207
* Transcode empty message from utf8 to gtk charset. Fixes Ximian bug #2468.Christopher James Lahey2001-10-031-6/+12
* Revert my x-unknown special-case hack - this may mask other problems.Jeffrey Stedfast2001-10-033-8/+24
* remove most of the oaf stuff from here. we do it in load_uri, where we'llChris Toshok2001-10-032-35/+179
* Pass an empty flags argument to mail_transfer_messages - destinationJeffrey Stedfast2001-10-036-6/+28
* add addressbook:supported_protocols containing just the file protocol.Chris Toshok2001-10-035-1/+86
* Go back to using the store url's path, not the toplevel_dir thing.22001-10-033-4/+10
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-0314-29/+89
* Pass an empty flags argument to mail_get_folder.Jeffrey Stedfast2001-10-032-1/+6
* Handle recurrances correctlyIain Holmes2001-10-032-11/+79
* Change the lock to a recursive e-mutex. (camel_object_hook_event):22001-10-032-136/+89
* [Fix #11326, The folder list can become detached from its parentEttore Perazzoli2001-10-032-0/+11
* Don't handle control-enter if allow_newlines is off. Fixes Ximian bugChristopher James Lahey2001-10-031-6/+16
* Complete intltool support.Darin Adler2001-10-032-2/+10
* Shoo! Shoo!Dan Winship2001-10-031-6/+0
* Make the crash message less dorky. [#10264]Ettore Perazzoli2001-10-032-3/+9
* Add intltool support.Darin Adler2001-10-032-2/+16
* [Don't allow dragging from a folder to one of its descendants orEttore Perazzoli2001-10-032-2/+36
* Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-039-9/+46
* New, callback for the ::removed_folder signal on the shell's EStorageSet.Ettore Perazzoli2001-10-033-80/+86
* add $(BONOBO_GNOME_CFLAGS) to make it compile with latest Bonobo, whichRodrigo Moya2001-10-032-0/+7
* duplicate also the params memberRodrigo Moya2001-10-022-1/+17
* use bonobo-exception to tidyJP Rosevear2001-10-022-5/+8
* new functionsRodrigo Moya2001-10-023-0/+69
* handle -1 as well (comp_from_remote_record): fix monthly by dayJP Rosevear2001-10-022-3/+14
* Made the max length of the textification be 2047 characters. Fixes XimianChristopher James Lahey2001-10-022-0/+13
* Added a max length of 2047 to the standard ETextModel. Fixes Ximian bugChristopher James Lahey2001-10-021-7/+27
* Only show the cursor during changes if it was already shown. Fixes XimianChristopher James Lahey2001-10-022-68/+208
* Bumped the sonumber to 14.Christopher James Lahey2001-10-022-3/+56
* Make sure we aren't dealing with a pathological message w/o a From:Jon Trowbridge2001-10-022-2/+11
* removed an extraneous tab.Aaron Weber2001-10-024-6/+10
* if there was no first name or last name, file as the company.JP Rosevear2001-10-022-0/+7
* Check for errorsIain Holmes2001-10-027-13/+34
* 0.15.99.Ettore Perazzoli2001-10-022-2/+6
* 0.15.Ettore Perazzoli2001-10-0232-31279/+39379
* Remove any cached messages that belonged to the deleted folder.Jeffrey Stedfast2001-10-022-6/+63
* Added more news.Christopher James Lahey2001-10-022-1/+16
* NEWSIain Holmes2001-10-021-0/+3
* NEWSIain Holmes2001-10-021-0/+19
* Updated.Ettore Perazzoli2001-10-021-13/+29
* News.Jon Trowbridge2001-10-021-0/+18
* replace my_list_find() == NULL with my_list_find() != NULL.Jeffrey Stedfast2001-10-022-2/+7
* If the charset is x-unknown, return the locale_charset.Jeffrey Stedfast2001-10-022-1/+10
* *** empty log message ***Damon Chaplin2001-10-021-0/+2
* Updated russian translation.Valek Frob2001-10-022-432/+270
* unref the page objects here, instead of in close_dialog(). (This was fixedDamon Chaplin2001-10-022-4/+13
* create storages for providers that are STORAGE and aren't EXTERNAL, ratherDan Winship2001-10-026-62/+97
* Fix up the provider flags to specify things more completely so we don'tDan Winship2001-10-024-9/+32
* Set the window state to sticky. Thanks to Peter Teichman for theFederico Mena Quintero2001-10-022-0/+12
* added basic URI management functionsRodrigo Moya2001-10-024-0/+203
* Don't use mail_tool_get_folder_name here since that function only existedDan Winship2001-10-024-66/+32
* Updates.JP Rosevear2001-10-021-0/+10
* Applied patch from Takuo KitameIain Holmes2001-10-022-3/+14
* updated NEWSJeffrey Stedfast2001-10-021-0/+5
* Convert the comp exceptions to the pilot record (comp_from_remote_record):JP Rosevear2001-10-022-6/+55
* Don't pass the CREATE flag, we shouldn't ever need this...Jeffrey Stedfast2001-10-022-2/+6
* if there is a db error, assume deletion (pas_backend_file_changes): writeJP Rosevear2001-10-022-7/+9
* strdup the uid to avoid double free, write out only after everything isJP Rosevear2001-10-022-3/+9
* if gnome-vfs returns application/octet-stream with the magic check, useLarry Ewing2001-10-022-7/+21
* Don't munge the URL; CamelSession's caching relies on it not changing.Dan Winship2001-10-027-42/+49
* updated NEWS for mailerJeffrey Stedfast2001-10-021-0/+15
* don't use gnome_vfs_uri_is_local on URIs created withRodrigo Moya2001-10-024-8/+7
* New, copied/renamed from mailer and gnome-libs.Dan Winship2001-10-023-0/+121
* Order the linkline to be the same as the order in Mozilla (it is suggestedJeffrey Stedfast2001-10-022-3/+9
* removed hidden Debug submenu, it was causing empty little popup menuRadek Doulik2001-10-013-11/+8
* Updated Brazilian Portuguese translation.Gustavo Maciel Dias Vieira2001-10-012-1886/+1748
* if STAT returns 0, don't bother sending UIDL. Speeds things up slightlyDan Winship2001-10-012-0/+14
* fix typoTakuro Kitame2001-10-011-1/+1
* update ja.poTakuro Kitame2001-10-012-331/+267
* update ja.poTakuro Kitame2001-09-302-203/+195
* add e-passwords.[ch]Chris Toshok2001-09-302-0/+6
* copy/rename the mail specific password stuff here.Chris Toshok2001-09-303-0/+398
* Add --no-secmem-warning and --no-greeting to the gpg command-line options.Jeffrey Stedfast2001-09-302-0/+20
* Updated Galician translationJesus Bravo Alvarez2001-09-302-5638/+4214
* Slightly improved encryption documentation.Kevin Breit2001-09-302-0/+10
* Fixed. /s/Salir/Existe/.Carlos Perelló Marín2001-09-292-1/+5
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-09-292-868/+1047
* use bound_text to print the summary, so it wraps instead of being clippedDamon Chaplin2001-09-294-29/+60
* wrap a bonobo_ui_component_freeze/thaw around all of the set_props so theyDan Winship2001-09-292-0/+10
* Don't create checkboxes for global Threaded or Preview options as they areJeffrey Stedfast2001-09-294-30/+13
* Setup vfolder storage before all others.82001-09-292-2/+3
* Emit folder_deleted event. (remove_find_path): Fix, compare against path,82001-09-298-114/+437
* Emit changed events when we change it. (vfolder_rule_remove_source): "82001-09-292-0/+9
* Same here.Jeffrey Stedfast2001-09-293-14/+34
* Use Camel to compare the urls rather than using e_url_equal which does allJeffrey Stedfast2001-09-292-7/+34
* Setup the url_hash and url_equal functions for the local provider.Jeffrey Stedfast2001-09-294-29/+110
* Init the nntp url hash and url_equal functions.Jeffrey Stedfast2001-09-299-7/+59
* [Fix #8053, `GNOME_Evolution_Shortcuts' doesn't seem to work.]Ettore Perazzoli2001-09-292-10/+7
* Handle the fields and category we don't sync by making sure we don'tJP Rosevear2001-09-296-16/+74
* [Fix #8434, Shortcut bar not shown properly.]Ettore Perazzoli2001-09-292-8/+15
* Change the import labelIain Holmes2001-09-292-2/+6
* g_strdup (pas_backend_file_changes): ditto, make sure to free all data andJP Rosevear2001-09-293-32/+73
* Don't call mail_config_service_set_save_passwd if we didn't find aDan Winship2001-09-292-1/+7
* New place to start the intelligent importersIain Holmes2001-09-293-28/+548
* Just add the shortcut to the first group.Ettore Perazzoli2001-09-292-53/+12
* Stop the sort idle if the root node gets changed.Christopher James Lahey2001-09-291-5/+15
* Call folder_browser_toggle_threads() here after setting the value. ThisJeffrey Stedfast2001-09-292-3/+10
* Fixed /s/M/2º Nombre/ where M is Middle in english. A betterCarlos Perelló Marín2001-09-292-2/+7
* Set the item label to the new rule name, not the old rule name. Fixes bugJeffrey Stedfast2001-09-292-8/+17
* Update Japanese translationYukihiro Nakai2001-09-291-42/+24
* Update Japanese translation.Yukihiro Nakai2001-09-291-100/+62
* removed mail-vtrash.cJeffrey Stedfast2001-09-291-1/+1
* Allow callers to set the default type of folder to be created.Iain Holmes2001-09-2911-18/+103
* Added mail_msg_cleanup() prototype.Jeffrey Stedfast2001-09-293-1/+5
* Write the pipe notification outside the lock. This way if the pipe fills82001-09-292-3/+16
* Oops, a CamelFolder is not a CamelFolderClass.Jeffrey Stedfast2001-09-292-3/+11
* update ja.poTakuro Kitame2001-09-292-692/+435
* init the execption rather than freeing itJP Rosevear2001-09-292-1/+8
* Deal with camel_mime_filter_charset_new_convert returning NULL. (EveryDan Winship2001-09-282-2/+11
* Make this take an SSL * instead of a CamelTcpStreamSSL *, since it can getDan Winship2001-09-282-5/+12
* Fix a printf-format bug in the translation of the "On DATE, PERSON wrote"Dan Winship2001-09-282-1/+6
* use bonobo-exception for exceptions (cal_client_open_calendar): likewiseRodrigo Moya2001-09-282-3/+14
* Update ja.poTakuro Kitame2001-09-282-375/+210
* Grab the store's command_lock before grabbing the folder's cache_lock toDan Winship2001-09-282-2/+29
* Use g_strdup for the uri, not the xml memory.72001-09-284-1586/+12
* Always make the Cancel button the last one.Ettore Perazzoli2001-09-282-5/+14
* Minor style change to operation_registered.Michael Zucci2001-09-281-6/+4
* Dont re-register the connect_op if we got it by calling72001-09-282-4/+12
* Update pixmap menu paths; /menu/ComponentToolsPlaceholder/Tools ->Ettore Perazzoli2001-09-283-16/+23
* Update the paths, /menu/ComponentToolsPlaceholder/Tools/ ->Ettore Perazzoli2001-09-282-2/+8
* Move the Tools menu outside the ComponentToolsPlaceholder. Likewise.Ettore Perazzoli2001-09-289-48/+68
* Fill the finalised data with nonsense, rather than 0's - more easily72001-09-283-28/+218
* No such event finalized! Its finalize. (mail_note_store): "72001-09-283-9/+41
* CRLF decode the stream before parsing it into a MIME part. This fixes bugJeffrey Stedfast2001-09-283-3/+35
* Perform a NULL-check. Hopefully fixes bug #7874.Jeffrey Stedfast2001-09-282-0/+8
* Make the show todays tasks work.Iain Holmes2001-09-282-10/+23
* Don't turn on the -> if the selected row is already added.Iain Holmes2001-09-282-4/+43
* Don't set Content-Ids on these parts since they are not contained within aJeffrey Stedfast2001-09-282-1/+13
* Remove. (command_new_mail_message): Removed. (command_pilot_settings):Ettore Perazzoli2001-09-282-32/+45
* Remove references to the "compose" program, since that functionality wentDan Winship2001-09-276-297/+68
* A service needs to be disconnected if it's remote, not already offline,Dan Winship2001-09-273-32/+68
* Change "gboolean connected" to "CamelServiceConnectionStatus status",Dan Winship2001-09-278-29/+160
* Updated Slovak translation.Stanislav Visnovsky2001-09-272-696/+888
* added InvalidURI and UnsupportedMethod exceptions to the CalFactoryRodrigo Moya2001-09-274-49/+133
* Updated Hungarian translationAndras Timar2001-09-272-788/+918
* use the old record (if there was one) so as not to overwrite fields weJP Rosevear2001-09-273-5/+24
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-2721-177/+525
* grab focus to the date entry or the time entry, depending on which isDamon Chaplin2001-09-272-0/+30
* added calendar/cal-util/cal-util.cDamon Chaplin2001-09-272-0/+5
* Let's start the calendar hype - FedericoFederico Mena Quintero2001-09-271-0/+15
* Fixes the GUI part of bug #7892.Federico Mena Quintero2001-09-273-39/+99
* add OAFIID parameter to the call to the pas_book_factory_activateChris Toshok2001-09-272-1/+7
* use priv->iid instead of the hardcoded string here.Chris Toshok2001-09-273-9/+33
* ChangeLog fix.Chris Lahey2001-09-271-0/+1
* Added a "Description:" label and moved the source_description andAnna Marie Dirks2001-09-272-83/+124
* Check for the root node here.Christopher James Lahey2001-09-272-0/+7
* Change the wording of the password dialog if we are getting a pgpJeffrey Stedfast2001-09-272-1/+8
* strdup our "This message contains invalid recipients" string, since itJon Trowbridge2001-09-272-1/+6
* Use camel_address_format, not camel_address_encode.Jon Trowbridge2001-09-272-2/+5
* Use camel_address_format, not camel_address_encode.Jon Trowbridge2001-09-272-1/+6
* Fix the libical-related part of Ximian bug #7892.Federico Mena Quintero2001-09-274-8/+21
* New helper function. (folder_selected_cb): Call it.Ettore Perazzoli2001-09-274-31/+123
* Added help text (thanks to Aaron) and re-worded the labels, and fixed theAnna Marie Dirks2001-09-272-119/+181
* If we get a search error, just abort, dont try and fall back and copy to62001-09-272-22/+63
* New function to convenience Larry ;-) (check_content_id): Oops, returnJeffrey Stedfast2001-09-272-4/+7
* Put my name in alphabetical orderRodrigo Moya2001-09-271-1/+1
* fixed merge conflictsJeffrey Stedfast2001-09-271-1/+0
* New function to convenience Larry ;-)Jeffrey Stedfast2001-09-274-4/+64
* Added a flag to enable pedantic PGP/MIME - this is not recommended forJeffrey Stedfast2001-09-273-0/+17
* Emptied VeeStorePrivate, member wasn't used.62001-09-274-23/+38
* Updated Spanish translation.Hector Garcia2001-09-272-271/+298
* add completion_book.Chris Toshok2001-09-273-3/+59
* Decode our URL before extracting the address to pop up contact info.Jon Trowbridge2001-09-274-16/+32
* Allow ctrl-p and ctrl-n to be used to move up and down in the completionJon Trowbridge2001-09-272-5/+30
* Properly handle names when the individual elements (given, addition,Jon Trowbridge2001-09-274-42/+108