/lang/chicken/

lass='form'>
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagEVOLUTION_1_5_9_2nobody2004-06-14324-94182/+443
* the check button label has now opposite meaning (after UI changes), callRadek Doulik2004-06-142-2/+19
* handle LIST field types. (ldif_fields[]): Add a list type. E_CONTACT_EMAILNot Zed2004-06-142-1/+19
* don't check rule->source, its irrelevent to vfolder sources, and clean upNot Zed2004-06-143-50/+39
* updateFunda Wang2004-06-141-70/+63
* if we removed all of the addresses because they were 'us', add the firstNot Zed2004-06-142-1/+13
* use g_ascii_strcasecmp. (smtp_connect): do not re-helo after we'veNot Zed2004-06-142-10/+9
* Updated finnish translationIlkka Tuohela2004-06-141-3574/+1430
* Translation updated by Mətin Əmirov.Metin Amiroff2004-06-132-3870/+2453
* Updated Greek Translation.Kostas Papadimas2004-06-132-3581/+1351
* Updated Simplified Chinese translationFunda Wang2004-06-132-1736/+1343
* Flush summary updates for the currently selected folder. (imap4_noop):Jeffrey Stedfast2004-06-132-2/+13
* Flush summary updates for the currently selected folder.Jeffrey Stedfast2004-06-123-1/+7
* Don't bother with exists_changed. We don't need it afterall.Jeffrey Stedfast2004-06-123-9/+15
* Updated Spanish translation.Francisco Javier F. Serrador2004-06-122-975/+975
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-122-719/+856
* Free any old select_uri string we may have. (emft_tree_row_expanded):Jeffrey Stedfast2004-06-122-17/+31
* Force updating of the emsage flags (normally this only happens ifJeffrey Stedfast2004-06-122-0/+7
* (pixbuf_cell_data_func): fix the appearance a little.Larry Ewing2004-06-122-2/+4
* (pixbuf_cell_data_func): clean up warnings. (double bad larry).Larry Ewing2004-06-122-4/+2
* (pixbuf_cell_data_func): actually initialize the pixbuf (bad larry).Larry Ewing2004-06-122-1/+2
* make the source selector use a colock block instead of setting theLarry Ewing2004-06-122-14/+50
* removed g_assert call, since we shouldn't crash when getting wrongRodrigo Moya2004-06-112-1/+8
* set dialog window position, glade doesn't do that for us anymore as theRadek Doulik2004-06-114-4/+158
* Handle getting FLAGS even though we didn't request it (server can send usJeffrey Stedfast2004-06-114-30/+90
* hardcode the border size. it is hardcoded in e-text as well. Even usingRadek Doulik2004-06-111-5/+7
* rearrange the setting up of the target flags, stores can have a null path.Not Zed2004-06-113-19/+36
* revert previous change. Stupid emftm.Not Zed2004-06-113-2/+5
* handle a null path or fragment.Not Zed2004-06-114-7/+19
* if we scan from "" or top == NULL, then we really want to scan from "."Not Zed2004-06-113-5/+18
* some test codeMichael Zucci2004-06-111-0/+172
* (camel_imap4_summary_flush_updates): Added some logic toJeffrey Stedfast2004-06-113-0/+11
* Don't bother scanning summary info if EXISTS was 0.Jeffrey Stedfast2004-06-112-3/+37
* Don't bother scanning summary info if EXISTS was 0.Jeffrey Stedfast2004-06-113-9/+66
* Updated Canadian English translation. Correct path error.Adam Weinberger2004-06-113-1463/+739
* Don't always try and parse a RESP-CODE in the BYE case as the RESP-CODE isJeffrey Stedfast2004-06-112-1/+15
* replace strcasecmp with g_ascii_strcasecmpJeffrey Stedfast2004-06-111-2/+2
* some code cleanupJeffrey Stedfast2004-06-112-4/+7
* Fixes bug #58825. Ugh. Really Gross Hack (tm).Jeffrey Stedfast2004-06-115-35/+168
* Update for removed filesRodney Dawes2004-06-112-7/+4
* HIGified, updated as suggested in #46236Radek Doulik2004-06-112-244/+224
* If flags does not include FOLDER_INFO_FAST, get the total/unread countsJeffrey Stedfast2004-06-115-168/+265
* only do the range selected hack in one caseJP Rosevear2004-06-112-3/+9
* added castRadek Doulik2004-06-115-23/+20
* fixes to get rid of compiler warningsRadek Doulik2004-06-1110-47/+30
* set 6 weeks shown (display_view): dittoJP Rosevear2004-06-112-2/+9
* Remove no-longer-used stuffDan Winship2004-06-1143-5762/+52
* Remove shell/glade/Makefile, which has been merged into shell/MakefileDan Winship2004-06-112-1/+5
* fixes for compiler warningsRadek Doulik2004-06-109-14/+11
* Fixes #58748Rodrigo Moya2004-06-102-0/+12
* don't set the "bg_color_column" property on the ECellToggle class.Rodrigo Moya2004-06-102-3/+5
* Fixes #58799Rodrigo Moya2004-06-102-2/+25
* clean code to avoid compiler warningsRadek Doulik2004-06-101-2/+4
* remove defunct Revert button and replace OK/Cancel buttons with a CloseJon Oberheide2004-06-102-43/+2
* use new etreeselectionmodel api to select paths in one call. Fixes #59546.Not Zed2004-06-102-2/+9
* add new api for setting the whole selection in one go. See #59546.Not Zed2004-06-102-0/+16
* calculate the work week, week, and month views more exactlyJP Rosevear2004-06-104-166/+207
* add some :filter debug. (open_folder): only ignore the get_folderNot Zed2004-06-102-8/+34
* check that we have content selected, not just a selection, before tryingNot Zed2004-06-102-20/+32
* move the stream based checking into the loop, after we connect. Fixes aNot Zed2004-06-102-8/+14
* Fixed a case where it was possible to double-free the gpg context.Jeffrey Stedfast2004-06-092-6/+11
* process only if len > 0Radek Doulik2004-06-091-30/+33
* (ensure_nonzero_step_increments): set step increments always to 16Radek Doulik2004-06-091-2/+2
* new helper function to set step_increments (allocate_callback): callRadek Doulik2004-06-091-0/+20
* oops, we already did a NODATA check. just save the state there rather than cr...Jeffrey Stedfast2004-06-091-2/+1
* oops, decrement the gpg->padding widthJeffrey Stedfast2004-06-091-2/+2
* Don't assign trust to be UNKNOWN if gpg sent us a NODATA status.Jeffrey Stedfast2004-06-092-7/+19
* new function. do the get_view in an idle handler.Chris Toshok2004-06-093-10/+44
* Fix for SSL options appearing for sendmailRodney Dawes2004-06-092-423/+440
* Scroll to the selected folder if needed. Fixes bug #59609.Jeffrey Stedfast2004-06-092-1/+5
* Make the chooser non-modal. Fixes bug #53735.Jeffrey Stedfast2004-06-092-0/+4
* quiet the compiler, and dobey.Chris Toshok2004-06-093-2/+16
* Only change the cursor if the currently selected folder is a subfolder ofJeffrey Stedfast2004-06-092-5/+25
* Fixes #57578Rodrigo Moya2004-06-092-22/+66
* Fixes #57579Rodrigo Moya2004-06-092-2/+19
* new function for notifying all pages of the client change.Rodrigo Moya2004-06-096-17/+53
* do not set the private client here, it is set in comp-editor.c.Rodrigo Moya2004-06-085-15/+97
* cast week view correctlyJP Rosevear2004-06-082-1/+6
* connect to "client_changed" signal on the page. (client_changed_cb): newRodrigo Moya2004-06-083-1/+25
* Fixes #59650Rodrigo Moya2004-06-082-4/+32
* Updated italian translationMarco Ciampa2004-06-082-1741/+1208
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-08