aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-09-04 18:47:48 +0800
committerdirk <dirk@FreeBSD.org>1999-09-04 18:47:48 +0800
commitb5349a61115256988cb9f46f9b731a26758ca23e (patch)
treed7f30233d85498d15017b77097883f4847efb651 /audio
parent56aa9d89204a0be38028c9a0b7cf9e194011329f (diff)
downloadfreebsd-ports-gnome-b5349a61115256988cb9f46f9b731a26758ca23e.tar.gz
freebsd-ports-gnome-b5349a61115256988cb9f46f9b731a26758ca23e.tar.zst
freebsd-ports-gnome-b5349a61115256988cb9f46f9b731a26758ca23e.zip
- If ${OSVERSION} >= 320000 then use native threads (libc_r) by default.
Set MIT_PTHREADS to use the supplied mit-pthreads. This is a workaround for PR ports/12824. - replace one occurance of gcc with ${CC} - don't use CFLAGS twice somewhere in mit-pthreads compilation (There is still one place left where CFLAGS are used twice.)
Diffstat (limited to 'audio')
0 files changed, 0 insertions, 0 deletions
rash case, emit 'folder_created' event for the folder-cache to32001-10-043-8/+40 * 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 * If we have a fragment, override that, rather than the path. Fixes #5251.32001-10-042-1/+9 * add $BONOBO_GNOME_CFLAGS to make it work with latest BonoboRodrigo Moya2001-10-042-0/+6 * Pass an empty flags argument to mail_transfer_messages - destinationJeffrey Stedfast2001-10-036-6/+28 * Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-0314-29/+89 * Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-032-1/+7 * Make sure we aren't dealing with a pathological message w/o a From:Jon Trowbridge2001-10-022-2/+11 * Check for errorsIain Holmes2001-10-027-13/+34 * replace my_list_find() == NULL with my_list_find() != NULL.Jeffrey Stedfast2001-10-022-2/+7 * create storages for providers that are STORAGE and aren't EXTERNAL, ratherDan Winship2001-10-026-62/+97 * Don't use mail_tool_get_folder_name here since that function only existedDan Winship2001-10-024-66/+32 * Don't pass the CREATE flag, we shouldn't ever need this...Jeffrey Stedfast2001-10-022-2/+6 * if gnome-vfs returns application/octet-stream with the magic check, useLarry Ewing2001-10-022-7/+21 * 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 * 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 * Don't call mail_config_service_set_save_passwd if we didn't find aDan Winship2001-09-292-1/+7 * Just add the shortcut to the first group.Ettore Perazzoli2001-09-292-53/+12 * Call folder_browser_toggle_threads() here after setting the value. ThisJeffrey Stedfast2001-09-292-3/+10 * removed mail-vtrash.cJeffrey Stedfast2001-09-291-1/+1 * Added mail_msg_cleanup() prototype.Jeffrey Stedfast2001-09-293-1/+5 * Deal with camel_mime_filter_charset_new_convert returning NULL. (EveryDan Winship2001-09-282-2/+11 * Always make the Cancel button the last one.Ettore Perazzoli2001-09-282-5/+14 * No such event finalized! Its finalize. (mail_note_store): "72001-09-283-9/+41 * Perform a NULL-check. Hopefully fixes bug #7874.Jeffrey Stedfast2001-09-282-0/+8 * A service needs to be disconnected if it's remote, not already offline,Dan Winship2001-09-273-32/+68 * 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 * Decode our URL before extracting the address to pop up contact info.Jon Trowbridge2001-09-274-16/+32 * Add a big comment explaining unread message counts so no one can mess themDan Winship2001-09-273-3/+41 * Oops, translate the fake account name to UTF-8.Jeffrey Stedfast2001-09-272-1/+6 * Use e_tree_selected_path_foreach instead of e_tree_selected_row_foreachChristopher James Lahey2001-09-262-4/+10 * refactor to allow syslogging; hmm.Michael Meeks2001-09-262-1/+10 * Update to not send the remember-passphrase option to the context, itJeffrey Stedfast2001-09-268-60/+56 * [Patch for Automake 1.5 compatibility pointed out by RichardEttore Perazzoli2001-09-262-1/+8 * The folder-info needs to take priority over the folder because of the wayJeffrey Stedfast2001-09-262-3/+15 * Deal with destroy vs finalise semantics. Only destroy widgets here.52001-09-266-23/+127 * If the data wrapper contains raw text, treat the contents as if they wereJeffrey Stedfast2001-09-262-1/+21 * Throw up a warning dialog if we suspect the config database is corrupt.Jeffrey Stedfast2001-09-264-9/+53 * Check if the transport is NULLIain Holmes2001-09-262-0/+10 * Remove the FIXME menu itemIain Holmes2001-09-262-0/+6 * Only cache the password for the service if it has an entry in the accountJeffrey Stedfast2001-09-263-18/+33 * Use e_strftime_fix_am_pm instead of strftime.Christopher James Lahey2001-09-252-5/+10 * Removed unused variables.42001-09-254-42/+81 * Always cache POP and IMAP passwords, even if the user didn't tell us to.Jeffrey Stedfast2001-09-242-0/+10 * If we have an operation that failed before, dont show the dialogue for the12001-09-222-1/+32 * Use the mail-tools convenience functions to remove and restore theJeffrey Stedfast2001-09-223-74/+14 * All made redundant by new mail-folder-cache code. (delete_folders,Michael Zucci2001-09-224-113/+11 * Use url path as full_name, not shell path. (mail_local_folder_construct):12001-09-222-23/+13 * Take a new argument 'done' that can callback when complete. Fixed callers12001-09-217-17/+46 * Dont let drafts/outbox/sent be added via a generic 'all local folders'02001-09-212-0/+8 * trigger a folder changed event, so the folderinfocache stuff has a chance02001-09-213-10/+29 * Only add the account if it doesn't already exist in the config db.Jeffrey Stedfast2001-09-214-3/+17 * Do not add the account here as this is taken care of inJeffrey Stedfast2001-09-215-38/+48 * Update the status bar here, assuming we've just been activated.02001-09-216-22/+49 * Don't "note" the folder if we failed to get it.Jeffrey Stedfast2001-09-212-10/+10 * Set the sensitivity of the buttons correctlyIain Holmes2001-09-212-1/+8 * Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-219-102/+118 * Set the folder info path.Jeffrey Stedfast2001-09-212-9/+13 * Register vfolder sources here.02001-09-2111-12/+49 * Make a neater error reportIain Holmes2001-09-213-3/+8 * Dont special case file: url's anymore.02001-09-214-41/+89 * Convert all textual parts to 8bit before saving. Fixes bug #10388.Jeffrey Stedfast2001-09-213-2/+39 * don't free memory that we don't own.Jeffrey Stedfast2001-09-212-5/+11 * No need to have g_warnings here. If it's done properly, therapeutically,Dan Winship2001-09-212-2/+6 * Truncate extremely long subjects. (inspired by bug #9158)Jon Trowbridge2001-09-203-4/+22 * Here too.Jeffrey Stedfast2001-09-203-2/+11 * const fixIain Holmes2001-09-201-2/+2 * Fix memory leakIain Holmes2001-09-202-0/+5 * Convert the names to the locale charset.Jeffrey Stedfast2001-09-202-14/+24 * Pass the actual unread message count, not just whether or not it's > 0.Dan Winship2001-09-202-2/+8 * Added missing header.92001-09-194-4/+17 * General cleanup of mail debug printfs.92001-09-1915-1005/+544 * Make the title translatable, and also use the account name when possible.Jeffrey Stedfast2001-09-192-2/+20 * Function to get the real receive tpe for ag iven url. IMAP/SPOOL/MAILDIR72001-09-192-9/+21 * Oops, forgot about X-Evolution-Format.Jeffrey Stedfast2001-09-193-1/+12 * Merged into folder_browser_new: nothing ever changes the URI of anDan Winship2001-09-196-41/+36 * Pass a 'cache-me' argument to mail_get_password.Jeffrey Stedfast2001-09-194-30/+52 * Call mail_content_loaded here rather than blocking if the message dataDan Winship2001-09-192-0/+10 * Unsubscribe from the folder before deleting it. Also, use the url's pathJeffrey Stedfast2001-09-183-33/+36 * Get folderinfo 1 at a time rather than all at once.72001-09-182-1/+6 * Unsubscribe from the folder before deleting it.Jeffrey Stedfast2001-09-183-20/+27 * Setup global corba_storage variable. (mls_get_folder): Set 'update72001-09-182-4/+21 * Do nothing if the selection is NULL? Maybe this is the cause of bug #6817.Jeffrey Stedfast2001-09-182-1/+7 * Go back to generating the cachename ourselves, but continue doing it theJeffrey Stedfast2001-09-182-3/+12 * Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-172-1/+5 * Don;t destroy the pixbuf loader, unref it instead.Jeffrey Stedfast2001-09-173-10/+13 * Use camel_folder_get_uri().Jeffrey Stedfast2001-09-172-17/+8 * Major rewrite of most of the guts, handle changes based on signals and52001-09-156-324/+371 * Return the cached value of camel_service_get_name so that we don't leakJeffrey Stedfast2001-09-152-16/+30 * fixed a small memory leakJeffrey Stedfast2001-09-152-0/+4 * Added a refcount variable so set the refcount to 1. (sd_got_store): UnrefJeffrey Stedfast2001-09-152-46/+86 * Revert my bar_destroy code and replace it with dialog_destroy instead.Jeffrey Stedfast2001-09-152-3/+7 * Append a message to any exception we get appending to any folders afterJeffrey Stedfast2001-09-152-0/+27 * Fixed double-freeing of EDestination vector when sending html mail toJon Trowbridge2001-09-142-1/+6 * Modified to take a FolderETree instead of a CamelStore (since theJeffrey Stedfast2001-09-142-92/+100 * Make sure that the charset_filter is non-NULL before using it since iconvJeffrey Stedfast2001-09-142-2/+10 * free the credits string.Larry Ewing2001-09-132-0/+5 * Fixed the remove callback prototype, and return the result properly using22001-09-132-3/+26 * Save transport passwords too. This fixes bug #3020.Jeffrey Stedfast2001-09-132-8/+15 * Don't set the folderinfo's unread count to 0 when camel reports -1, sinceDan Winship2001-09-122-6/+10 * call menu_file_save_error when there is an exception while saving.Larry Ewing2001-09-112-7/+27 * Dynamically create the folder type list from camel. (reconfigure_clicked):02001-09-119-760/+831 * Handle empty accountsIain Holmes2001-09-112-2/+11 * Don't use new_with_sig_file, that function no longer exists.Jeffrey Stedfast2001-09-114-11/+19 * Marked string for translation. (new_source_created): Ditto.Chyla Zbigniew2001-09-113-7/+19 * Hide the S/MIME frame if we don't support S/MIME.Jeffrey Stedfast2001-09-112-1/+4 * Attach to the destroy event for each progressbar using bar_destroyed asJeffrey Stedfast2001-09-112-2/+21 * Pass along the right string, this fixes bug #9518.Jeffrey Stedfast2001-09-112-1/+4 * Don't save the authmech if the username doesn't exist. Fixes bug #9474.Jeffrey Stedfast2001-09-112-1/+4 * Remove some mailer-set headers. Fixes bug #9462.Jeffrey Stedfast2001-09-112-3/+13 * Fix obvious dumb mistake in previous commit that made it *always* complainDan Winship2001-09-112-16/+24 * Complain if we are trying to send to invalid recipients. (Bug #8875)Jon Trowbridge2001-09-102-6/+51 * We need to initialize all of the struct fields or else god knows what willJeffrey Stedfast2001-09-102-6/+29 * s/gnu.org/ximian.com/. I should change that default at some point...Jon Trowbridge2001-09-091-1/+1 * Added. Shows a (hopefully) informative dialog warning you that someJon Trowbridge2001-09-094-31/+161 * Unref the invisible, don't just destroy it.Dan Winship2001-09-092-1/+6 * Change some words.Michael Zucci2001-09-081-1/+1 * kill off some warningsJeffrey Stedfast2001-09-081-2/+1 * Give the full path of the wax-seal icons. (try_inline_pgp_sig): ConvertJeffrey Stedfast2001-09-082-22/+48 * Give the full path of the wax-seal icons.Jeffrey Stedfast2001-09-082-2/+7 * new function, to notify the bonobo listener inChris Toshok2001-09-072-18/+60 * Fix a bunch of replying/forwarding-related formatting bugs.Dan Winship2001-09-076-191/+214 * the "command" of a GnomeVFSMimeApplication can include arguments as well.Dan Winship2001-09-062-11/+12 * removed conflict stuffJeffrey Stedfast2001-09-061-1/+0 * Adjust the default_account index correctly.Jeffrey Stedfast2001-09-063-7/+31 * [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-063-25/+30 * This patch should avoid flashing when loading images into mail view, creditsRadek Doulik2001-09-066-33/+196 * Replace "Evolution" with "Ximian Evolution" in a bunch of user-visibleEttore Perazzoli2001-09-062-1/+6 * [Fix #7542, "Crash Afer Closing".]Ettore Perazzoli2001-09-052-0/+12 * Fixes #7251Chyla Zbigniew2001-09-052-2/+9 * Unref the source folder here because it might be a POP folder. We do thisJeffrey Stedfast2001-09-052-2/+13 * Fix capitalization. Fixes bug #7486.Jeffrey Stedfast2001-09-052-17/+22 * Marked string for translation (with U_).Chyla Zbigniew2001-09-012-1/+8 * Use g_utf8_collate instead of g_strcasecmp for comparing names.Chyla Zbigniew2001-09-012-9/+21 * Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.Iain Holmes2001-08-314-16/+59 * Due to the introduction of mail_folder_cache_remove(), we can no longerPeter Williams2001-08-312-38/+198 * Fixed a memory leak. (message_browser_new): Added a comment as to why ,Jeffrey Stedfast2001-08-313-21/+27 * Instead of removing the folder from the folder cache here...Peter Williams2001-08-312-4/+12 * Pass in FALSE as the 'sending' arg to e_msg_composer_get_message.Jon Trowbridge2001-08-302-1/+7 * in mail:Peter Williams2001-08-302-1/+3 * Toss in a call to mail_config_init () cause it might contribute to solvingPeter Williams2001-08-302-1/+8 * Instead of folder_browser_factory_new_control ("", corba_shell) whenPeter Williams2001-08-292-1/+4 * Disable interaction once the shell has quit.Peter Williams2001-08-292-0/+6 * Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-285-8/+20 * Check if we are trying to reply to a message with no From: field, and tryJon Trowbridge2001-08-283-5/+22 * Destroy lists and hashes when needed, so that old data isn't left behind.Iain Holmes2001-08-282-1/+26 * Set the source and transport description labels. (transport_type_changed):Jeffrey Stedfast2001-08-285-13/+65 * Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): NewJeffrey Stedfast2001-08-284-1/+85 * If the store is not connected, scan it's subfolders first.Jeffrey Stedfast2001-08-274-134/+143 * Call va_end() so LinuxPPC doesn't have a caniption.Jeffrey Stedfast2001-08-272-5/+11 * Use the new e_mkdtemp function.Jeffrey Stedfast2001-08-254-80/+70