/japanese/less/

a/cgit.png' alt='cgit logo'/> index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* the args are optional, don't store them if they aren't thereJP Rosevaer2004-06-252-23/+146
* free old_summary (is_custom_alarm): take description into account whenJP Rosevear2004-06-254-83/+268
* set search column. #60152.Not Zed2004-06-252-0/+6
* Add table. (append_to_address_label): Implement. (set_address_label):Hans Petter Jansson2004-06-252-2/+55
* Don't accept input that doesn't have at least a "BEGIN:VCARD" in it.Hans Petter Jansson2004-06-252-0/+12
* Error out and set an exception if camel_pop3_engine_new() returns NULLJeffrey Stedfast2004-06-253-30/+63
* Fix alignment of the icon to be 0x0Rodney Dawes2004-06-252-0/+7
* sensitize the buttons (init_widgets): listen for selection changes so weJP Rosevear2004-06-252-0/+18
* Add code to set the parent, position, and type hint of the "Add address"Rodney Dawes2004-06-252-1/+11
* store all the custom alarms (alarm_custom_clicked_cb): emit changed signalJP Rosevear2004-06-2510-1661/+1410
* If we fail to lock the folder, close the lockfd and reset it to -1. FixesJeffrey Stedfast2004-06-252-1/+10
* Add a call to e_source_selector_set_select_new here so that we can selectRodney Dawes2004-06-256-1/+43
* do not limit the text len to 2047 charactersRadek Doulik2004-06-242-9/+8
* Added Wallon translationPablo Saratxaga2004-06-242-1/+5
* Added Walloon filePablo Saratxaga2004-06-241-0/+25545
* updated Walloon filePablo Saratxaga2004-06-241-0/+4
* ** See bug #57367.Not Zed2004-06-244-41/+62
* First LIST/LSUB the toplevel folder, and then LIST/LSUB the subfolders (itJeffrey Stedfast2004-06-242-6/+63
* Same.Jeffrey Stedfast2004-06-244-10/+18
* Set window to be invisible initially.Hans Petter Jansson2004-06-243-1/+12
* use memcpy not strcpy to copy to memory buffer. Fixes a UMW. See #60532.Not Zed2004-06-242-1/+7
* Add an x-source-vcard target entry that includes the source book URI.Hans Petter Jansson2004-06-247-99/+257
* Update for removed filesRodney Dawes2004-06-242-2/+4
* Hide password, etc info in the fi->uri's. (imap4_create_folder): Don'tJeffrey Stedfast2004-06-242-20/+79
* Hide password, etc info in the fi->uri's.Jeffrey Stedfast2004-06-243-2/+10
* Bump the version to 0.1.5 to help track down bug #59726.Jeffrey Stedfast2004-06-242-1/+9
* set the window type hint to normal so it can go below the shell windowJP Rosevear2004-06-242-0/+7
* fixed gtk-doc comments and made it enable/disable the dialog's OK buttonRodrigo Moya2004-06-242-4/+15
* Revert previous change to add the callbacks for notification of calendarRodney Dawes2004-06-242-22/+9
* Fixes #57862JP Rosevear2004-06-232-6/+13
* Move the search bar to the top and add a label _Search so that the entryRodney Dawes2004-06-232-47/+93
* Fixed ChangeLog... ran cvs commit in subdir last night which didn't grab Chan...Rodney Dawes2004-06-231-1/+12
* tidy up to work again (ok_clicked_cb): use above when replyingJP Rosevear2004-06-232-43/+14
* util function to do the actual removal (remove_attendee_at_row): dittoJP Rosevear2004-06-232-39/+105
* ** See #54030.Not Zed2004-06-235-28/+42
* Remove the Menu Seperator in View Menu when in the contacts view.V Ravi Kumar Raju2004-06-232-1/+5
* Add these two callbacks so that we can update the selection in theRodney Dawes2004-06-232-4/+57
* clean up mnemonic handling and put the proper icon in the contacts buttonJP Rosevear2004-06-232-23/+22
* fix mnemonicsJP Rosevear2004-06-233-4/+12
* kill warningsJP Rosevear2004-06-232-10/+4
* kill warningJP Rosevear2004-06-232-1/+4
* removed alarm-page.*.Rodrigo Moya2004-06-232-3/+4
* Name the labels.Hans Petter Jansson2004-06-233-51/+87
* HIGify and newer design; alarm page is gone, Cancel/OK buttons for theJP Rosevear2004-06-2326-4042/+4100
* rename widgets to be consistent with those else whereJP Rosevear2004-06-232-21/+12
* Fix some spacing and border width properties on the dialog's widgets toRodney Dawes2004-06-233-0/+52
* Fixes #59622.Hans Petter Jansson2004-06-233-0/+62
* Same as below. (em_folder_tree_model_remove_folders): Same.Jeffrey Stedfast2004-06-232-20/+33
* As toshok discovered, gtk_tree_model_get() strdup's string arguments,Jeffrey Stedfast2004-06-232-90/+145
* gtk_tree_model_get on a string field allocates the return value. freeChris Toshok2004-06-232-0/+6
* If the app requires a terminal to run, give it a bloody terminal (who usesJeffrey Stedfast2004-06-233-5/+29
* Add preconditions. Make sure garbage or NULL data doesn't get used.Hans Petter Jansson2004-06-232-5/+22
* [ should fix #60495, #58635 ] don't free the list of contacts - libebookChris Toshok2004-06-232-5/+7
* Fixes #59824Larry Ewing2004-06-232-2/+10
* don't set the changed flag unless we actually add something.Larry Ewing2004-06-232-3/+8
* revert this change.Chris Toshok2004-06-222-20/+1
* make completion respect your download limit for a given source. speeds upChris Toshok2004-06-222-1/+20
* gtk_tree_model_get on a string field allocates the return value. freeChris Toshok2004-06-222-0/+6
* free priv->menu_xml. plugs (big) leak.Chris Toshok2004-06-222-0/+7
* Make the scrolled windows around text views use GTK_SHADOW_IN, forFederico Mena Quintero2004-06-222-4/+10
* remove the auth-entry-notebook in the edit dialog, and rename the authChris Toshok2004-06-225-258/+137
* Fixes #56892Rodney Dawes2004-06-222-3/+28
* encode entities. fixes bug #46677.Jeffrey Stedfast2004-06-222-0/+8
* (em_junk_sa_test_spamd): try to get spamd/spamc binaries fromRadek Doulik2004-06-222-1/+22
* clone view before saving it to avoid problems with setting current_view_idRadek Doulik2004-06-222-1/+8
* Really set the path if tag is CAMEL_SERVICE_PATH.Christian Kellner2004-06-212-1/+6
* Fixed a number of issues described in bug #49497.Jeffrey Stedfast2004-06-212-11/+28
* Make sure the UIDs match. Should fix bug #59725.Jeffrey Stedfast2004-06-212-2/+11
* clone view before saving it to avoid problems with setting current_view_idRadek Doulik2004-06-211-0/+2
* Fixes 59047.Eric Zhao2004-06-211-3/+51
* *ar.po: Added Arabic translation by Arabeyes team.Arafat Medini2004-06-204-1/+17293
* set auth-domain property on groupwise sources, so that newly createdSivaiah Nallagatla2004-06-192-0/+7
* Updated Simplified Chinese translationFunda Wang2004-06-192-624/+864
* Remove AUTOHELP option since GNOME adds this itself. Fixes bug #60374.Jeffrey Stedfast2004-06-192-1/+9
* make camel_shutdown() an atexit handler againJeffrey Stedfast2004-06-193-4/+3
* Call camel_mime_utils_shutdown() and camel_operation_shutdown().Jeffrey Stedfast2004-06-193-4/+5
* Fixes bug #57592Jeffrey Stedfast2004-06-193-4/+13
* Added error.xml.h filesJeffrey Stedfast2004-06-192-4/+5
* Always set the File_As attribute in case the pilot attrib changed. FixesJeffrey Stedfast2004-06-192-4/+7
* Call camel_mime_utils_shutdown() and camel_operation_shutdown().Jeffrey Stedfast2004-06-195-1/+35
* only go through the process of creating/loading the EBook if the model hasChris Toshok2004-06-192-3/+11
* test for skip_warning_dialog value in gconf here and not inRadek Doulik2004-06-192-11/+16
* Need to re-init sbf->ptr and sbf->end too, or we'll be sorrryy!Jeffrey Stedfast2004-06-192-0/+8
* [ fixes bug #59376 ]Chris Toshok2004-06-192-1/+11
* Fixes #58747Rodrigo Moya2004-06-192-0/+11
* Fixes #56323Rodrigo Moya2004-06-183-22/+10
* Added filter-errors.xml.hJeffrey Stedfast2004-06-182-0/+5
* Fixes #60293Rodrigo Moya2004-06-182-0/+21
* Re-added - THIS IS NOT TO BE REMOVED!!!!Jeffrey Stedfast2004-06-182-0/+28
* ** See #31027.Not Zed2004-06-184-2/+17
* setup for static inititialisation.Not Zed2004-06-183-5/+7
* ** See #60214.Not Zed2004-06-184-33/+110
* ** See bug #54498.Not Zed2004-06-182-33/+25
* ** Fix for #60387.Not Zed2004-06-184-42/+138
* fix up for mail glade ifle changes.Not Zed2004-06-182-4/+5
* use mail dialogs.glade.Not Zed2004-06-1813-1304/+1639
* svn path=/trunk/; revision=26407Updated ja.po. T.Aihana2004-06-182-1167/+1266
* make 'colon' a const char *Jeffrey Stedfast2004-06-182-3/+3
* init tail->last to (guint32) -1, so that index = tail->last + 1 will startJeffrey Stedfast2004-06-182-2/+9
* [ fixes bug #58696 ]Chris Toshok2004-06-182-1/+10
* EBookFieldsCallback -> EBookEListCallback.Chris Toshok2004-06-182-3/+9
* EBookContactsCallback -> EBookListCallback. (eab_nickname_query): same.Chris Toshok2004-06-1820-23/+63
* Add support for the webcal, callto, and h323 URIs when we get them inRodney Dawes2004-06-182-0/+8
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-182-1/+5
* Don't foolishly unmunge From_ lines. First off, we don't even know if ourJeffrey Stedfast2004-06-182-1/+15
* Use "Evolution" for X-GNOME-Bugzilla-Product to match b.x.c product name.Fernando Herrera de las Heras2004-06-182-1/+6
* Translation updated.Priit Laes2004-06-182-2301/+1854
* Make sure we have elements in the array, if not then we're done (return aJeffrey Stedfast2004-06-182-1/+13
* Fixed to work properly. It was getting ranges wrong before sometimes whichJeffrey Stedfast2004-06-182-62/+148
* Thanks to Christian Kellner for pointing out these bugs (and submittingJeffrey Stedfast2004-06-182-7/+10
* Fixes #56458JP Rosevear2004-06-172-360/+473
* check for host being non-NULL in soup uri. host can be null for uri's ofSivaiah Nallagatla2004-06-172-1/+7
* Remove this generated file from CVSRodney Dawes2004-06-172-24/+4
* simplified furtherJeffrey Stedfast2004-06-171-4/+0
* Only ignore if (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE, not if (tag &Jeffrey Stedfast2004-06-172-1/+7
* Call gnome_sound_init() before bonobo_main().Jeffrey Stedfast2004-06-172-1/+8
* Fixes #60309Rodrigo Moya2004-06-172-16/+23
* Translation updated by Mətin Əmirov.Metin Amiroff2004-06-172-1128/+773
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-172-595/+663
* moved the filter files around.Not Zed2004-06-172-8/+10
* ** See #59885.Not Zed2004-06-17