aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBUG_BUDDY_2_2_100nobody2002-12-283117-2000495/+0
* 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-111-5/+9
* Fonts aren't set the way they were, and I had missed a tidbit in there.Aaron Weber2002-12-112-16/+9
* change directory server description.Aaron Weber2002-12-111-22/+65
* change word from "Resend" to "redirect".Aaron Weber2002-12-112-3/+36
* Use camel-url-scanner instead of regex.Jeffrey Stedfast2002-12-113-90/+43
* new function.Rodrigo Moya2002-12-113-0/+27
* language is a treeview now. Not sure what to do with it yet, but get ridNot Zed2002-12-104-218/+236
* Removed the g_assert_not_reached(). If you hit the close button on yourNot Zed2002-12-102-2/+7
* fix parameter list for e_trie_searchChris Toshok2002-12-101-1/+1
* oops, forgot to add the pattern_id arg to e_trie_addJeffrey Stedfast2002-12-101-1/+1
* EMemChunk, duhJeffrey Stedfast2002-12-101-2/+2
* s/E_MemChunk/EMemChunk/Jeffrey Stedfast2002-12-101-2/+2
* GObject-ize this.Chris Toshok2002-12-103-75/+55
* Fixed to not be fooled in the case where the address is followedJeffrey Stedfast2002-12-102-35/+60
* rework this to be faster and deal more correctly with the ellipsis.Chris Toshok2002-12-103-70/+105
* New code to scan for patterns (used only for url pattern matching atm, butJeffrey Stedfast2002-12-104-0/+477
* New implementation of an Aho-Corasick trie.Jeffrey Stedfast2002-12-104-0/+397
* pass "Mail" to e_passwords_*. (do_get_pass): same. (main_forget_password):Chris Toshok2002-12-104-9/+21
* pass "Addressbook" to e_passwords*. (addressbook_authenticate): same.Chris Toshok2002-12-102-3/+9
* track changes to api (e_passwords_init is gone, and several functions takeChris Toshok2002-12-103-30/+66
* Fixes #35003Rodrigo Moya2002-12-105-13/+90
* remove PENDING_PORT_WORK. (addressbook_search_activated): same.Chris Toshok2002-12-103-8/+11
* Forgot to commit this new file.Ettore Perazzoli2002-12-101-0/+67
* #define MINICARD_CONTROL_ID.Ettore Perazzoli2002-12-102-0/+7
* OK, final typo.Aaron Weber2002-12-091-5/+5
* Updated Spanish translation by Fco. Javier Fernandez <serrador@arrakis.es>Pablo Gonzalo del Campo2002-12-092-1215/+2046
* connect ::response to gtk_widget_destroy so the dialog goes away.Chris Toshok2002-12-093-4/+15
* this uses pango now. (addressbook_height): same.Chris Toshok2002-12-092-23/+18
* Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-0913-449/+608
* Allow an e-mutex to be used with standard condition variables.Not Zed2002-12-093-0/+26
* lots of stuff, add 2 e-text widgets, 1 readonly, the other writable (thatChris Toshok2002-12-095-530/+91
* Fix for bug #33295Jeffrey Stedfast2002-12-082-71/+72
* use e_card_set_book instead of basically duplicating its code here.Chris Toshok2002-12-072-8/+8
* change to a more gconf-like path (with underscores, etc.) (ecmlw_save):Chris Toshok2002-12-072-2/+8
* Implement GType for this enumeration. (cal_query_class_init): Use theHans Petter Jansson2002-12-073-1/+33
* Fix changelog entry.Hans Petter2002-12-071-1/+1
* Pass the env argument to bonobo_control_set_property ().Hans Petter Jansson2002-12-074-10/+21
* It appears that Ettore's @LIBEXECDIR@ change didn't make it in for thisHans Petter Jansson2002-12-072-2/+8
* Really need to learn to make sure it's perfect before committing. Doh.Aaron Weber2002-12-071-5/+7
* spelling. doh.Aaron Weber2002-12-071-6/+6
* add spam filtering help.Aaron Weber2002-12-072-39/+132
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-0727-612/+269
* Change description passed toEttore Perazzoli2002-12-072-1/+6
* #include <string.h>.Ettore Perazzoli2002-12-0720-327/+146
* use "contacts", "contacts/ldap" as the accepted contacts types, so it'llChris Toshok2002-12-062-1/+7
* More white-space.Morten Welinder2002-12-061-18/+18
* Use collate for sorting rather than the normal string sort. This fixes bugJeffrey Stedfast2002-12-062-1/+7
* Add a "collate" sort callback that uses the new g_collate_compare().Jeffrey Stedfast2002-12-063-9/+25
* guard against multiple calls.Chris Toshok2002-12-051-4/+4
* Define COMPONENT_DIR.Ettore Perazzoli2002-12-054-1/+13
* Updated to be a shared library.Ettore Perazzoli2002-12-057-148/+60
* (component_free): Only invokeEttore Perazzoli2002-12-052-2/+10
* ignore *.serverJeffrey Stedfast2002-12-051-1/+1
* updatedJeffrey Stedfast2002-12-051-2/+2
* ignore intltoolsJeffrey Stedfast2002-12-051-1/+1
* Properly handle the case where the namespace is "". Fixes bug #34975Jeffrey Stedfast2002-12-053-5/+14
* Don't leak old sort info.Hans Petter Jansson2002-12-042-0/+7
* Get rid of the unused exception variable.Jeffrey Stedfast2002-12-042-5/+5
* Fixed to not get false positives when the token is shorter than the actualJeffrey Stedfast2002-12-042-12/+34
* Use the same logic as mail_generate_reply(). Fixes bug #34882Jeffrey Stedfast2002-12-043-16/+63
* Spellchecking by Zdenko Podobny.Stanislav Visnovsky2002-12-032-20664/+10463
* dispose can be run multiple times too ... bloody gobject crap.Not Zed2002-12-032-2/+11
* frobbed around with these till it exits without crashing.Not Zed2002-12-034-68/+104
* make this a dispose rather than finalise. Crashes on finalise otherwise.Not Zed2002-12-031-3/+3
* only enable the LDAPv3 stuff if TLS is being used. Also, deal with namingChris Toshok2002-12-032-30/+50
* RevertedRodrigo Moya2002-12-024-10/+0
* Included gtkmessagedialog.h.Rodrigo Moya2002-12-022-0/+5
* Included gtkmessagedialog.h.Rodrigo Moya2002-12-022-0/+5
* applied magic_links_settings.patchRadek Doulik2002-12-022-1/+6
* Add include of gnome-dialog.hNot Zed2002-12-022-25/+10
* Add include of gnome-dialog.hNot Zed2002-12-0239-217/+226
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-0260-256/+285
* ran fix.sh over this.Michael Zucci2002-12-027-38/+38
* GNOME_STOCK_*NEXT/PREV -> GTK_STOCK_*GO_BACK/FORWARD.Not Zed2002-12-024-8/+15
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-0236-520/+374
* removed warning about e_notice. its used too much, its here to stay.Not Zed2002-12-0211-45/+51
* run fix.sh over this.Not Zed2002-12-0229-337/+343
* gnomedialog -> gtkdialog stuff. print dialog is a gtkdialog now.Not Zed2002-12-024-3/+18
* removed merge conflictsJeffrey Stedfast2002-12-021-1/+0
* s/g_str[n]casecmp/str[n]casecmpJeffrey Stedfast2002-12-022-11/+16
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2002-12-012-4042/+3928
* gal a11y work from claheyChris Toshok2002-11-3020-0/+2587
* the detail is supposed to go after the signal id, not at the end of theChris Toshok2002-11-302-1/+7
* rework this from the gal-2 branch, clahey's patch, and the stuff i'd doneChris Toshok2002-11-301-107/+107
* [ roll forward from 1.2 branch, partial fix for #31763 ] add the FindChris Toshok2002-11-292-393/+427
* remove the button_press_event handler (that did nothing). this makes it soChris Toshok2002-11-292-9/+7
* Joaquim Fellmann <joaquim@altern.org>jfell2002-11-283-4161/+4186
* Added missing quotes: PISOCK_LIBS="-lpisock -lpisync"Stanislav Brabec2002-11-272-1/+6
* add include for gtkstock.h.Chris Toshok2002-11-277-19/+61
* [ roll forward from 1.2 branch ] never pass NULL as the vcard to the corbaChris Toshok2002-11-272-1/+10
* [ roll forward from 1.2 branch, Fixes addressbook bug #28945 ] if theChris Toshok2002-11-272-1/+16
* remove redundant setting of y2.Chris Toshok2002-11-276-13/+31
* use new schema for completion/uris. (uris_listener): same.Chris Toshok2002-11-276-77/+140
* added missing ';' for new bison to not complain.Rodrigo Moya2002-11-272-1/+23
* (etms_finalize): CallEttore Perazzoli2002-11-271-1/+26
* Remove a ":" that shouldn't have been there (and abbreviate theDan Winship2002-11-272-2/+8
* e_get_language_list now returns language codes that actually work withDan Winship2002-11-273-9/+11
* If the language is something like "fr_FR", return both "fr_FR" and "fr" inDan Winship2002-11-272-4/+21
* clicked->response signal for gtk dialogue. (new_rule_clicked): Dont unrefNot Zed2002-11-262-10/+10
* Add a textcellrenderer to display the folders. (get_widget): Remove FIXMENot Zed2002-11-262-1/+8
* Duh idiot, "un-fixed" the memleak i added.Not Zed2002-11-263-14/+27
* FILTER_RULE_CLASS -> _GET_CLASSNot Zed2002-11-2622-74/+97
* Dont grab_add anymore on the button, gtk_button is changed in gtk2 not toNot Zed2002-11-262-1/+6
* removed extra call to CORBA_exception_init.Richard Li2002-11-262-1/+5
* gtk_widget_set_parent_window -> gtk_window_set_transient_for.Not Zed2002-11-266-32/+78
* properly chain finalise.Not Zed2002-11-262-2/+9
* ignore server.inChris Toshok2002-11-261-0/+1
* New work-in-progress splash from Jakub.Ettore Perazzoli2002-11-262-0/+4
* Fix <key> -> <applyto> typo.Ettore Perazzoli2002-11-262-2/+6
* (e_shell_offline_sync_all_folders):Ettore Perazzoli2002-11-262-39/+33
* (component_destroy): Removed.Ettore Perazzoli2002-11-262-11/+5
* Updated to pass a GSList to e_storage_set_view_set_checkboxes_list()Ettore Perazzoli2002-11-266-80/+72
* show the etable. (addressbook_add_server_druid): show_all before returningChris Toshok2002-11-252-1/+9
* [ roll forward from the 1.2 branch. fixes #25540, part of #29630, as wellChris Toshok2002-11-258-984/+1230
* Remove the window size setting. (e_msg_composer_attachment_bar_new): MoveNot Zed2002-11-252-18/+26
* removed e_messagebox, and use gtk_message_dialog directly.Not Zed2002-11-252-63/+45
* rewrote most of this. Just use gtkfileselection directly, noNot Zed2002-11-254-223/+91
* Changed e_messagebox -> gtk_messagedialog.Not Zed2002-11-252-11/+11
* [ roll forward Sean.Gao@sun.com's fix for #16870 from the 1.2 branch ]Chris Toshok2002-11-232-1/+8
* [ rolling forward fix for #34254 from 1.2 branch ] use g-ascii_strncasecmpChris Toshok2002-11-231-1/+1
* [ rolling forward fix for #34254 from 1.2 branch ] use g-ascii_strncasecmpChris Toshok2002-11-232-2/+9
* Use the new camel_operation_cancel_prfd() function to get the cancellationJeffrey Stedfast2002-11-234-20/+201
* Added an optional nspr pipe field. (e_msgport_new): Init nspr pipe toNot Zed2002-11-233-14/+128
* Add NSPR CFLAGS and LDFLAGS to the E_UTIL build flags.Jeffrey Stedfast2002-11-232-1/+6
* Show file name when prompt to user for overwrite. Fixes bug #34180.Harry Lu2002-11-231-2/+1
* Show file name when prompt to user for overwrite.Harry Lu2002-11-232-9/+15
* If we have a namespace of "", then always match any path.Not Zed2002-11-222-4/+14
* Enable dragging of all attachments. For bug #34327.Harry Lu2002-11-222-5/+7
* Since the GSList returned from gconf needs to be free'd by us, we don'tJeffrey Stedfast2002-11-222-16/+33
* applied patches from http://bugzilla.ximian.com/show_bug.cgi?id=29588Radek Doulik2002-11-214-46/+83
* ignore .server.inChris Toshok2002-11-211-0/+1
* roll forward the scope fix.Chris Toshok2002-11-212-1/+5
* roll forward the fix for the contact editor.Chris Toshok2002-11-212-0/+10
* Duh! dont free subject & simplify logic a little.Not Zed2002-11-213-9/+14
* pass type to bonobo_control_set_property.Not Zed2002-11-213-4/+9
* Pass type to bonobo_ctonrol_set_property, and also NULL terminate theNot Zed2002-11-213-2/+11
* (idle_cb): Set displayed_any in the case when we areEttore Perazzoli2002-11-212-1/+10
* Change hlook value for "Toolbar" to be "both_horiz". Likewise. Likewise.Ettore Perazzoli2002-11-218-7/+18
* (owner_unset_cb): bonobo_main_quit() insteadEttore Perazzoli2002-11-212-8/+10
* Removed unused #define COMPONENT_FACTORY_ID. (component_factory_init):Ettore Perazzoli2002-11-213-17/+12
* AC_OUTPUT(my-evoluton/Makefile).Ettore Perazzoli2002-11-212-0/+5
* (impl_dispose): Save theEttore Perazzoli2002-11-212-2/+7
* (changelogs): Add my-evolution.Ettore Perazzoli2002-11-212-0/+5
* Use GConf.Ettore Perazzoli2002-11-2110-372/+398
* free the list dataJeffrey Stedfast2002-11-211-8/+5
* gconfify.Jeffrey Stedfast2002-11-212-26/+42
* sync the gconf settingsJeffrey Stedfast2002-11-211-0/+2
* gconfify. (mail_composer_prefs_apply): gconfify this also.Jeffrey Stedfast2002-11-213-37/+61
* Change hlook value for Toolbar to beEttore Perazzoli2002-11-212-1/+6
* use e_shell_ marshallers, and make sure STRING parameters map to *_STRING*Chris Toshok2002-11-2021-61/+144
* gnome message box -> gtk message dialog. (prepare_intelligent_page): FixNot Zed2002-11-202-5/+13
* provide a proper implicit rule for building .server.in from .server.in.in.Not Zed2002-11-203-8/+15
* cvs removed it all. Not much use having it around anymore.Not Zed2002-11-2020-6733/+5
* fix typo, servers_in_files -> server_in_files.Not Zed2002-11-202-1/+6
* commit clahey's original pango work.Chris Toshok2002-11-202-916/+392
* build fixesJeffrey Stedfast2002-11-201-1/+5
* Save the settings via gconf. (mail_preferences_construct): Load the valuesJeffrey Stedfast2002-11-205-86/+145
* Added rule to generate GNOME_Evolution_Calendar.server.in fromEttore Perazzoli2002-11-203-11/+24
* Check for gconftool-2, and addedEttore Perazzoli2002-11-202-0/+11
* gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.Ettore Perazzoli2002-11-203-5/+13
* Disabled for now.Ettore Perazzoli2002-11-2015-468/+659
* redo tags for legalnotice ordering. open/close for actual preface is inAaron Weber2002-11-205-15/+470
* addedJeffrey Stedfast2002-11-201-0/+496
* applied plain_signature_fix.patchRadek Doulik2002-11-207-3/+19
* Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)Rodney Dawes2002-11-207-12/+4
* Pass type to bonobo_widget::set_property.Not Zed2002-11-192-1/+6
* fix warning message, outlook->mbox.Not Zed2002-11-1911-18/+41
* dont unref after destroy. duh.Not Zed2002-11-195-24/+53
* pass type to bonobo_widget::set_property. (select_names_ok_cb): ", forNot Zed2002-11-194-7/+25
* show the custom table.Chris Toshok2002-11-192-0/+6
* column_width = double. (e_reflow_realize): no need to cast to double,Chris Toshok2002-11-191-4/+4
* take GCallback, not GtkSignalFunc. (configure_sort_dialog): show theChris Toshok2002-11-192-214/+19
* remove the cast to (int) - column_width is a double.Chris Toshok2002-11-194-11/+28
* Updated to use GtkTreeView.Jeffrey Stedfast2002-11-195-80/+141
* applied spell_crash_fix.patchRadek Doulik2002-11-192-0/+10
* Specify the default account. Also, don't need to useJeffrey Stedfast2002-11-182-1/+11
* If the namespace is at/below INBOX, check for the INBOX explicitly (sinceJeffrey Stedfast2002-11-182-20/+73
* re-enable importer wizard.Not Zed2002-11-182-1/+3
* Added back libevolution-importer stuff. (SUBDIRS): Added back importers.Not Zed2002-11-1810-44/+186
* from clicked_cb. (start_import): gtkdialogise.Not Zed2002-11-1812-169/+222
* Added back IMPORTERS_CFLAGS and mail/importers/MakefileNot Zed2002-11-182-3/+9
* Remove check for gtk_main_level(). as far as i can tell it serves no realNot Zed2002-11-182-36/+53