aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-07-08 02:42:58 +0800
committersat <sat@FreeBSD.org>2006-07-08 02:42:58 +0800
commitb875a8c790528568dc175eae01430501c08631ba (patch)
tree934311649838f4cf82ccb610abd18284af5b2936 /multimedia
parent14f76ec1ee04d5f92c761863d3228e7ca3f5a45b (diff)
downloadfreebsd-ports-gnome-b875a8c790528568dc175eae01430501c08631ba.tar.gz
freebsd-ports-gnome-b875a8c790528568dc175eae01430501c08631ba.tar.zst
freebsd-ports-gnome-b875a8c790528568dc175eae01430501c08631ba.zip
- Update to 8.12
Diffstat (limited to 'multimedia')
0 files changed, 0 insertions, 0 deletions
mp;id=5e44950c28c202c9d13de3dfa2866d9153486b98'>#include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-282-2/+9 * #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-283-2/+10 * New file. (e_pixmaps_update): Moved here from e-util to break e-utilDan Winship2001-05-285-1/+150 * Remove e_pixmaps_update (moved to libeshell) so libeutil won't depend onDan Winship2001-05-283-70/+5 * Fix to work properly. (handle_multipart_signed): Fixed a bug that causedJeffrey Stedfast2001-05-272-1/+4 * Fix to work properly.Jeffrey Stedfast2001-05-272-4/+27 * Added callbacks for Next/Previous Unread and Next/Previous FlaggedJeffrey Stedfast2001-05-274-15/+55 * Added MailNextUnread, MailNextFlagged, MailPreviousUnread, andJeffrey Stedfast2001-05-272-13/+43 * Don't free the hash keys in priv->path_to_etree_node, because they'reDan Winship2001-05-272-10/+7 * When unreffing a folder we got ourselves (as opposed to one passed in byDan Winship2001-05-274-2/+59 * Add a "need_rescan" flag saying if we want to rescan the entire folder forDan Winship2001-05-274-24/+66 * Updated Swedish translation.Christian Rose2001-05-262-1128/+1737 * updated Azeri filePablo Saratxaga2001-05-262-57/+30 * Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-2610-22/+62 * place the shortcut bar in a framejacob berkman2001-05-262-6/+17 * *** empty log message ***Akira Tagoh2001-05-261-2/+2 * Oops. Use a strNcmp to make sure the response begins with a 334 code, notJeffrey Stedfast2001-05-262-1/+5 * Remove row row + i instead of row i. (et_table_rows_inserted): Insert rowChristopher James Lahey2001-05-261-2/+2 * Remove row i instead of row row. Destroy et->group when you get theChristopher James Lahey2001-05-261-4/+11 * oopsJeffrey Stedfast2001-05-261-1/+2 * Disable Resend on non-Sent folder FolderBrowsers. Thanks to Wayne DavisJeffrey Stedfast2001-05-262-4/+12 * remove the summary info so we are not out-of-sync with the maildir folder.Jeffrey Stedfast2001-05-264-71/+100 * Correct the height calculation here to not include theChristopher James Lahey2001-05-263-1/+14 * Added shell/e-storage-set-view.etspec.Christopher James Lahey2001-05-262-0/+5 * Changed the tooltips here based on Taylor's work.Christopher James Lahey2001-05-262-2/+7 * Added ETSPECDIR. Added e-storage-set-view.etspec to get installed.Christopher James Lahey2001-05-2610-39/+85 * This code should be correct now. Still waiting on the shell to do it's jobJeffrey Stedfast2001-05-262-13/+15 * Oops, I spelled the get-default-db function name wrong.Jeffrey Stedfast2001-05-252-1/+7 * 0.5 RELEASEArturo Espinosa Aldama2001-05-251-0/+4 * s/Helix Code/XimianFederico Mena Quintero2001-05-254-4/+12 * #include <stdlib.h> #include <string.h>. Kill warnings.Kjartan Maraas2001-05-251-0/+1 * #include <string.h> Same here. Kills warnings on newer gcc.Kjartan Maraas2001-05-252-0/+2 * g_strdup the uid into the ml->cursor_uid.Jeffrey Stedfast2001-05-254-6/+20 * If the message data is online, sniff the data for a MIME type first, andDan Winship2001-05-252-27/+50 * Only write the message up to (but not including) the attached signatureJeffrey Stedfast2001-05-252-2/+11 * format similar to nautilusjacob berkman2001-05-252-9/+12 * (menu_edit_delete_all_cb): be more careful about text color andRadek Doulik2001-05-252-0/+9 * add hp-ux specific check from glibjacob berkman2001-05-252-1/+8 * Populate the extra_hdr_* arrays with any non-special-case headers.Jeffrey Stedfast2001-05-252-0/+63 * added delete all to edit menu added placeholders for all edit menu partsRadek Doulik2001-05-242-0/+8 * new callback (menu_edit_delete_all_cb): set orig to 0 tooRadek Doulik2001-05-242-0/+2 * added delete all to edit menuRadek Doulik2001-05-242-1/+10 * new callbackRadek Doulik2001-05-242-0/+28 * Don't free the folder-info here, instead have mail_append_mail() call ourJeffrey Stedfast2001-05-243-11/+22 * s/folder_deleted/folder_created - result of a bad copy/paste.Jeffrey Stedfast2001-05-242-1/+5 * Make the message-list respect the "hide deleted messages" setting. FixesJeffrey Stedfast2001-05-242-10/+14 * Optimize the match "" case.Jeffrey Stedfast2001-05-242-17/+35 * New function that the shell component calls to copy/move a folder.Jeffrey Stedfast2001-05-244-4/+166 * Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-248-29/+1229 * New async function to remove a folder. God knows if it does what theJeffrey Stedfast2001-05-244-11/+201 * Remove reference to verify-evolution-install.sh since it doesn't work anyDan Winship2001-05-243-27/+57 * Updated Japanese translationAkira TAGOH2001-05-232-350/+406 * Mark a string for translation.Kjartan Maraas2001-05-232-1/+6 * s/evolution-vcard-import/evolution-vcard-importerKjartan Maraas2001-05-232-1/+5 * Untabify.Ettore Perazzoli2001-05-232-1464/+1464 * Add Emacs-like local variable settings to disable `indent-tabs-mode'.Ettore Perazzoli2001-05-232-2/+10 * More (minor) indentation fixes.Ettore Perazzoli2001-05-232-14/+14 * Re-indented the FAQ document.Ettore Perazzoli2001-05-234-876/+850 * set orig to 0Radek Doulik2001-05-232-0/+5 * track change to the path to the ComponentPlaceholder.Chris Toshok2001-05-232-1/+7 * fix strings such that ones that happening at the beginning or during anChris Toshok2001-05-233-8/+31 * add sequence_complete_id to EAddressbookModel and stop_state_changed toChris Toshok2001-05-235-12/+101 * allow NULL pixbufs, and draw with crappy alphajacob berkman2001-05-231-33/+17 * Save the message-display style. (config_read): Read the message-displayJeffrey Stedfast2001-05-233-3/+23 * Made this faster in some cases.Christopher James Lahey2001-05-231-1/+1 * If http mode is HTTP_SOMETIMES, use e_book_query_address_locally to checkDan Winship2001-05-233-9/+46 * ref the listener for the duration of this function, since emittingDan Winship2001-05-232-0/+15 * Use MAILER_CFLAGS and MAILER_LIBS.Jeffrey Stedfast2001-05-233-7/+5 * Create MAILER_CFLAGS and MAILER_LIBS so that we don't have the same libsJeffrey Stedfast2001-05-232-0/+11 * Instead of calling message_list_select_uid() here, instead connect to theJeffrey Stedfast2001-05-234-9/+47 * The double_click signal on the table item now emits the model row insteadChristopher James Lahey2001-05-231-2/+1 * a similar change to below, which makes it actually work for the case wherejacob berkman2001-05-221-1/+1 * Updated Hungarian translation (andras)Szabolcs Ban2001-05-222-125/+150 * track the change in evolution-addressbook.xml's bonobo ui path's.Chris Toshok2001-05-222-6/+10 * make the name of menuitem/toolitem's the same as the verb to save us fromChris Toshok2001-05-222-23/+25 * fixed bad shadowJakub Steiner2001-05-222-0/+4 * Added evolution-faq as an entity.Aaron Weber2001-05-226-1074/+1196