/lang/erlang-runtime15/

t/gsoc2013-evolution/'>gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A bunch of fixes to make e-util build with -DG_DISABLE_DEPRECATED andJeffrey Stedfast2003-01-038-234/+205
* fixed to build with -DG_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-038-50/+20
* fixed to build with -DG[TK]_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-032-1/+2
* fixesJeffrey Stedfast2003-01-032-12/+5
* newJeffrey Stedfast2003-01-031-0/+65
* more fixesJeffrey Stedfast2003-01-033-9/+9
* Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-0310-46/+76
* (e_signal_connect_full_while_alive): Get toEttore Perazzoli2003-01-032-3/+9
* Dutch translation updated by "Last-Translator: \n".Vincent van Adrighem2003-01-032-5395/+5665
* [ fixes the non-ui portion of #36183 ] use the entry'sChris Toshok2003-01-025-15/+71
* Updated Swedish translation somewhat.Christian Rose2002-12-292-320/+267
* add missing .cvsignore entriesJose Maria Celorio2002-12-281-0/+1
* Updated Swedish translation somewhat.Christian Rose2002-12-282-4966/+5241
* One more typoAndrew V. Samoilov2002-12-271-1/+1
* Typo fixedAndrew V. Samoilov2002-12-272-2/+2
* - 3329 translated messages, 344 fuzzy translations, 2651 untranslated messages.Andrew V. Samoilov2002-12-261-156/+119
* fix broken entryTakuro Kitame2002-12-261-2/+6
* Update Japanese translationTakuro Kitame2002-12-262-585/+317
* - 3173 translated messages, 460 fuzzy translations, 2691 untranslated messages.Andrew V. Samoilov2002-12-252-342/+240
* *** empty log message ***Wang Jian2002-12-212-748/+484
* (e_signal_connect_while_alive): New.Ettore Perazzoli2002-12-203-25/+55
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-2048-897/+1225
* Add AC_CONFIG_AUX_DIR(..) so it looks for ylwrap in the toplevel evolutionJoe Shaw2002-12-202-0/+10
* (addressbook_config_control_new): Made it return anEttore Perazzoli2002-12-203-2/+11
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-1920-412/+265
* free the children before we free and dispose of our ecol, sinceChris Toshok2002-12-191-3/+3
* pass NULL for parent_window for e_table_config_new.Chris Toshok2002-12-195-1861/+2199
* add the parent arg.Chris Toshok2002-12-195-10/+18
* [ fixes bug #34897 ] don't free the return of e_card_simple_get_const, asChris Toshok2002-12-192-1/+8
* convert the clist in here to a GtkTreeView. your guess is as good as mineChris Toshok2002-12-192-38/+68
* g_string_sprintfa -> g_string_append_printf. (create_alphabet): same.Chris Toshok2002-12-193-7/+16
* drop use of "font" arg. (get_left_width): use pango to calculate thisChris Toshok2002-12-1926-121/+227
* g_strcasecmp -> g_ascii_strcasecmp. (FIND_INSERT): same.Chris Toshok2002-12-185-3/+20
* commit this tooJeffrey Stedfast2002-12-181-1/+2
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-1820-117/+141
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-184-80/+92
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-1824-346/+321
* oops, use strcmp, not !strcmp here.Chris Toshok2002-12-182-1/+6
* [ Fixes bug #35135 ] don't free the default_book_uri here, it's done inChris Toshok2002-12-182-9/+48
* edit->tep isn't a GtkObject anymore.Chris Toshok2002-12-171-2/+0
* Detect text/html parts that were marked as text/plain and re-tag them asJeffrey Stedfast2002-12-172-14/+39
* pass in the pango layout so we don't have to create another one here.Chris Toshok2002-12-171-90/+46
* Wrap the content with a table so that text isn't fully left-justified.Jeffrey Stedfast2002-12-172-7/+20
* (make_table): Do not ref/sink the ETreeMemoryEttore Perazzoli2002-12-172-3/+5
* (addressbook_config_control_new): UseEttore Perazzoli2002-12-172-1/+8
* remove obvious double g_strdup.Chris Toshok2002-12-173-3/+3
* Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write):Jeffrey Stedfast2002-12-176-23/+62
* Don't #include <e-util/e-html-utils.h>Jeffrey Stedfast2002-12-172-2/+5
* Don't #include "e-util/e-html-utils.h" as we don't use it.Jeffrey Stedfast2002-12-172-1/+5
* Removed. Back to the fiery depths of hell from whence ye came!Jeffrey Stedfast2002-12-174-450/+7
* Use camel_text_to_html() instead.Jeffrey Stedfast2002-12-172-4/+9
* New convenience function to replace calls to e_text_to_html() in theJeffrey Stedfast2002-12-173-0/+32
* Use camel_text_to_html(). (e_msg_composer_new_from_url): Same.Jeffrey Stedfast2002-12-173-17/+25
* Re-implemented to use streams. Also no need to check for html sinceJeffrey Stedfast2002-12-178-791/+485
* spelling/typosAaron Weber2002-12-179-46/+59
* #include some headers we had forgotten to add previously, also addedJeffrey Stedfast2002-12-166-1/+455
* Correctly convert text.value into HTML here (ie, don't pass "<i>None</i>"Jeffrey Stedfast2002-12-162-15/+21
* Don't apply the CANON_STRIP filter here, since we are verifying whateverJeffrey Stedfast2002-12-162-3/+11
* added some #warningsJeffrey Stedfast2002-12-161-287/+305
* Updated German translation and POTFILES.in.Christian Neumair2002-12-163-11032/+8855
* valgrindageMike Kestner2002-12-141-1/+1
* protect against null instance_id's (bug#35540)Mike Kestner2002-12-141-1/+5
* Make sure the folder-browser is not NULL or we'll crash.Jeffrey Stedfast2002-12-142-16/+26
* Fix the colour code to get a guint32 rgb correctly (I think - can't testJeffrey Stedfast2002-12-143-99/+102
* Don't re-use cell renderers - I'm not sure this is actually safe to do.Jeffrey Stedfast2002-12-144-46/+48
* Get rid of unneeded CamelObject casts. (user_message_response): Don'tJeffrey Stedfast2002-12-147-276/+297
* [ fixes bug #35394 ]Chris Toshok2002-12-142-3/+16
* cleaned up some const'nessJeffrey Stedfast2002-12-142-150/+140
* Setup double-click here.Jeffrey Stedfast2002-12-132-5/+14
* Use an easier method for getting the iter.Jeffrey Stedfast2002-12-132-11/+15
* oops, I had changed the glade code but forgot to commitJeffrey Stedfast2002-12-131-5151/+5673
* New custom function for creating the source_list widget. (get_widget):Jeffrey Stedfast2002-12-134-70/+150
* don't shadow a parameterJeffrey Stedfast2002-12-131-7/+7
* Get rid of the ETable #ifdef's - we won't ever be using ETable.Jeffrey Stedfast2002-12-132-245/+112
* GtkTreeStore wrapper. not built yetMike Kestner2002-12-122-0/+1452
* Removed Marquette from the listing, it is no longer listed by METAR. ThisKevin Breit2002-12-123-14/+18
* cast a-warning a-way.Not Zed2002-12-125-135/+162
* New function to handle a lot of the filtering/etc that was done inJeffrey Stedfast2002-12-124-30/+57
* check for null or blank view namesGilbert Fang2002-12-11