Xerces-C++ is a validating XML parser from the Apache XML Project. It provides a shared library to parse, generate, mainpulate and validate XML documents from within your own application. For information on Xerces-C++ please see their homepage WWW: http://xml.apache.org/xerces-c/ - Bjoern A. Zeeb bzeeb+freebsdports@zabbadoz.net antw44/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update the contact's UID after normal add.Hans Petter Jansson2003-12-172-0/+7
* Make a public function that shows an error dialog, which can be used whenHans Petter Jansson2003-12-175-93/+259
* Fixed bug 51917, add atk support for ClickToAddYuedong Du2003-12-177-15/+470
* Implement. Makes the source menu reflect the source for the current book.Hans Petter Jansson2003-12-172-0/+19
* Use e_source_equal() instead of comparing pointers. This allows user toHans Petter Jansson2003-12-172-8/+24
* Implement. Creates source selection option menu.Hans Petter Jansson2003-12-173-0/+75
* Fixes part of #41237Rodrigo Moya2003-12-175-191/+101
* Disable cell editing.Hans Petter Jansson2003-12-172-0/+7
* #ifdef out certain code pieces if s/mime isn't supportedJP Rosevear2003-12-172-0/+14
* return a reference to the alarm_notify_service, not NULL and ref theRodrigo Moya2003-12-172-2/+5
* return a reference to the alarm_notify_service, not NULL.Rodrigo Moya2003-12-172-1/+6
* Implement. (text_to_address): Implement, using EAddressWestern.Hans Petter Jansson2003-12-163-76/+191
* Small update of italian translation.Marco Ciampa2003-12-161-19/+19
* remove.Chris Toshok2003-12-162-2/+4
* set the list view config properly (so we don't blow away the month viewJP Rosevear2003-12-162-2/+6
* set the calendar for the day viewJP Rosevear2003-12-162-1/+6
* Fix mismatched msgstr on line 11876Rodney Dawes2003-12-162-1/+5
* Updated italian translationMarco Ciampa2003-12-152-1018/+949
* Fix erroneous function callJP Rosevear2003-12-152-1/+8
* set a proper exception if we failJP Rosevear2003-12-153-4/+19
* Updated italian translationMarco Ciampa2003-12-151-76/+42
* only add the component to the list if we actually create itJP Rosevear2003-12-142-2/+10
* Updated italian translationMarco Ciampa2003-12-142-135/+23
* Updated Norwegian translation.Kjartan Maraas2003-12-142-10431/+887
* Updated Spanish translation.Francisco Javier F. Serrador2003-12-142-8190/+7808
* put the style in .evolution.Not Zed2003-12-123-1/+11
* ** See bug #52108.Not Zed2003-12-124-0/+16
* get the build moving again. add CERT_UI_CFLAGS here for the time being.Chris Toshok2003-12-122-0/+6
* Fixes bug #1717.Jeffrey Stedfast2003-12-122-23/+67
* Shorten the namespace of some internal functions to just emft.Jeffrey Stedfast2003-12-122-4/+7
* Shorten the namespace of some internal functions to just emft.Jeffrey Stedfast2003-12-123-119/+154
* Don't immediately prompt for a passwd after receiving the NEED_PASSPHRASEJeffrey Stedfast2003-12-122-13/+34
* display x-evolution-mailer pseudo header irrespective of xmailer_mask.Grahame Bowland2003-12-117-7/+690
* Make "address" a boxed type. (e_contact_editor_address_init): Set addressHans Petter Jansson2003-12-113-49/+59
* (efh_text_enriched): add table around the enriched part so itLarry Ewing2003-12-112-2/+12
* a small fix from Andrew WuBolian Yin2003-12-111-0/+1
* Modified to simply copy mbox files from one place to another (and theJeffrey Stedfast2003-12-112-62/+215
* add text/x-patch as a plain type.Larry Ewing2003-12-112-0/+5
* remove padding around the folder list. (impl_size_request): don't addNot Zed2003-12-112-6/+9
* check m->fi != NULL before dereferencing it.Not Zed2003-12-112-1/+6
* Fixed a leak.Jeffrey Stedfast2003-12-113-1/+30
* Use CAMEL_FODLER_NOCHILDREN rather than NOINFERIORS because NOINFERIORSJeffrey Stedfast2003-12-112-3/+9
* Add INFO_FAST here as we don't need it to get unread counts.Jeffrey Stedfast2003-12-113-4/+14
* Add a CAMEL_FOLDER_NOCHILDREN flag.Jeffrey Stedfast2003-12-115-5/+15
* Update the unread count in the model if the folder got new mail.Jeffrey Stedfast2003-12-118-7/+68
* remove the client from the list if there are errors, instead of re-addingRodrigo Moya2003-12-102-2/+10
* also check application/pkcs7-signature (bloody applemail).Not Zed2003-12-102-2/+12
* treat application/pkcs7-signature as application/x-pkcs-signature. StupudNot Zed2003-12-104-3/+12
* rewritten to get rid of hte old crap that should've been gotten rid ofNot Zed2003-12-103-169/+26
* use a POSITIVE value for the response value, gtk uses -ative ones. BugNot Zed2003-12-105-5/+93
* put the camel-smime-context.[ch] back in here, remove it from EXTRA_DIST,Not Zed2003-12-105-12/+109
* *gui/e-week-view.c: Fix a event/jump button tabbing bugBolian Yin2003-12-102-2/+7
* corret index error in week view. impl. get_index_in_parent emit signalBolian Yin2003-12-107-46/+143
* free email list properlyJP Rosevear2003-12-102-2/+7
* free the list, not unref it, and free the elementsJP Rosevear2003-12-102-2/+9
* Fix for bugzilla bug #51628.Harry Lu2003-12-102-18/+118
* if we get no matching certs, show empty menu rather than crashing. #51922.Not Zed2003-12-102-13/+20
* separeate view_menu unreffing from view_instance. fixes a runtime warning.Not Zed2003-12-103-7/+23
* remove dthe clearenv stuff, not sure why its there. s/setenv/putenv/ forNot Zed2003-12-102-12/+9
* NULL out priv->instance when we unref it. Bug #51713.Not Zed2003-12-102-1/+8
* add a _label to View option. Bug #51242.Not Zed2003-12-102-1/+6
* Remove GNOME_Evolution_Shell_Config_FolderSettings_Control.Ettore Perazzoli2003-12-102-27/+7
* add entries for new source files add cases for jump button. add cases forAndrew Wu2003-12-0912-12/+2163
* init a11y. emit signal "selected_time_changed".Andrew Wu2003-12-093-1/+12
* ** See bug #51899.Not Zed2003-12-092-1/+10
* ** See bug #51899.Not Zed2003-12-093-2/+12
* Release 0.30.0Carlos Garnacho Parro2003-12-091-0/+4
* Revert the s/is_/camel_mime_is_/ changes or we get really long variableJeffrey Stedfast2003-12-092-20/+28
* shortcut when cal_view is NULL. Change an action name. add check for eventBolian Yin2003-12-091-1/+1
* shortcut when cal_view is NULL. Change an action name. add check for eventBolian Yin2003-12-095-21/+44
* remove setting property of "handle_popup". remove setting property ofBolian Yin2003-12-093-4/+5
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-098-108/+184
* Fixes bug #51881Jeffrey Stedfast2003-12-093-2/+62
* Updated Norwegian translation.Kjartan Maraas2003-12-092-327/+189
* Fixes #46351Carl Sun2003-12-083-1/+34
* A small fix from Andrew Wu.Bolian Yin2003-12-081-3/+6
* Fixed #50844Andrew Wu2003-12-084-2/+212
* correct argument mismatch in "goto_date" signal definition.Bolian Yin2003-12-082-1/+5
* update version relianceJP Rosevear2003-12-0845-105344/+156119
* Updated Irish Translation, submitted by David O'Callaghan <david.ocallaghan@c...Paul Duffy2003-12-082-4559/+3886
* change prototype to fix warning, and change the comment to readChris Toshok2003-12-0710-102/+264
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-074-2/+8
* Missed changelog entry.JP Rosevear2003-12-071-0/+4
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-071-1/+0
* remove useless gal includeJP Rosevear2003-12-073-3/+6
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-0726-47/+31
* Remove the extra || unread check in the conditional in the g_object_set ()Rodney Dawes2003-12-062-1/+6
* Fixes bug #51482Rodney Dawes2003-12-062-3/+9
* fix for C89JP Rosevear2003-12-064-8/+5
* no more custom widget for the selection of the search sourceJP Rosevear2003-12-0612-209/+439
* call remove_book_view/free_data here as well, to guard against multipleChris Toshok2003-12-062-0/+9
* Properly set the O_NONBLOCK flag along with any previously set flags.Jeffrey Stedfast2003-12-064-9/+27
* *** empty log message ***Rodrigo Moya2003-12-061-3/+3
* use new gtk_html_flush method instead of forcing processing of all gtkRadek Doulik2003-12-052-3/+12
* require gtkhtml 3.1.3 (new gtk_html_flush method to be used in mailer)Radek Doulik2003-12-052-1/+6
* commit the patch of Sun YongAntonio Xu2003-12-053-2/+11
* Match new column values, change default columns shown.Hans Petter Jansson2003-12-053-13/+14
* Clean up and sync with current model columns.Hans Petter Jansson2003-12-052-48/+54
* set the window title based on e_cert_get_window_title.Chris Toshok2003-12-054-6/+30
* Fix for bugzilla bug #51624 and #51627.Harry Lu2003-12-05