aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create taggnomoku-1_0prenobody2001-02-041984-710155/+0
* Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added aKenneth Christiansen2001-02-042-0/+12
* Memory leak fixIain Holmes2001-02-042-0/+6
* Fix dodgy libxml allocation pollution, and potential faults on NULLMichael Meeks2001-02-042-3/+15
* Kill whitespace at end.Michael Meeks2001-02-041-17/+0
* gnome_dialog_grab_focus() on the Yes button. Fixes bug #1242.Federico Mena Quintero2001-02-042-3/+10
* Make sure we have gnome-libs 1.2.9 or higher.Federico Mena Quintero2001-02-042-2/+6
* Updated russian translation.Valek Frob2001-02-032-876/+1182
* Dont overwrite the end of our bitmap array.Not Zed2001-02-021-1/+2
* allow --enable/disable-ldap.Chris Toshok2001-02-022-4/+11
* Cleaned up so we dont add an unecessary level of indenting.Not Zed2001-02-023-65/+115
* Add missing header for cancel check stuff.Not Zed2001-02-024-4/+25
* Final docs.Iain Holmes2001-02-026-4/+36
* More docs...Iain Holmes2001-02-0214-102/+152
* Wheeee pretty documentationIain Holmes2001-02-0228-0/+2194
* cmd / widgetify.Michael Meeks2001-02-023-48/+44
* Fix this script to make it work with Solaris. Patch from Louise Miller.Jason Leach2001-02-022-19/+32
* for message menuJakub Steiner2001-02-023-0/+281
* apply filtersJakub Steiner2001-02-021-0/+45
* settings/mail filtersJakub Steiner2001-02-021-0/+71
* for the view menuJakub Steiner2001-02-022-0/+62
* i hope it's not confusing. should stand for 'hide selected images'Jakub Steiner2001-02-011-0/+33
* show all messagesJakub Steiner2001-02-011-0/+27
* new appointmentJakub Steiner2001-02-011-0/+0
* If we are folding, drop the space at the end of the line.Not Zed2001-02-012-0/+8
* make the segfault caused by double clicking into a critical warning untilLarry Ewing2001-02-011-0/+1
* added gboolean draw_borders to make it compile, probably some forgottenRadek Doulik2001-02-011-0/+2
* Terminology fixesSzabolcs Ban2001-02-012-44/+47
* new contact mbar iconJakub Steiner2001-01-311-0/+137
* the old stuff was kinkyJakub Steiner2001-01-3110-0/+0
* Fixed allocation and placement of text for no bordered text.Christopher James Lahey2001-01-311-16/+33
* Fixed allocation and placement of text window.Christopher James Lahey2001-01-312-25/+34
* Turn on joining of cancelled threads. (e_msgport_wait): Put a cleanupNot Zed2001-01-312-1/+18
* Updated Spanish translationHector Garcia2001-01-312-1083/+1199
* Fix bug in autodetected mboxesIain Holmes2001-01-313-44/+65
* Inform people when they can't import a file.Iain Holmes2001-01-312-9/+22
* Fix mishandling of --without-samba due to a typo.Pavel Roskin2001-01-311-1/+1
* Fix typo.Kjartan Maraas2001-01-302-1/+5
* Reverted the latest change to EText since we're in feature freeze.Christopher James Lahey2001-01-306-333/+63
* Mark a string for translation. Mark a bunch of strings for translation.Kjartan Maraas2001-01-303-20/+26
* Made the contained %ETableItem have cursor_mode asChristopher James Lahey2001-01-304-34/+45
* Made carriage return finish editing.Christopher James Lahey2001-01-302-31/+56
* make sure we convert from utf-8 before creating the option menu items.Larry Ewing2001-01-302-2/+11
* Add a #include <sys/time.h> to work around libgnomeprint.h's lack ofEttore Perazzoli2001-01-302-0/+5
* #ifdef INCLUDE_FILE_SOURCE. (table_add_elem): add help_text parameter andChris Toshok2001-01-302-15/+87
* Cast the camel_stream_mem_new() to a CamelStreamMem.Jeffrey Stedfast2001-01-303-2/+7
* reviewed by: JP Rosevear <jpr@ximian.com>Eskil Heyn Olsen2001-01-303-1/+12
* It's a ChangeLogIain Holmes2001-01-301-0/+7
* Remove the FIXME in the glade dialog, and put a nasty hack to change theIain Holmes2001-01-302-3/+26
* Use hlook and vlook so by default we get no text in vertical mode, andMichael Meeks2001-01-303-7/+7
* Fixed some typos.Kjartan Maraas2001-01-302-2/+6
* Updated Norwegian translation.Kjartan Maraas2001-01-303-1277/+1413
* Remvoe the stream locking here. I think this was leading to a deadlockNot Zed2001-01-302-4/+6
* looks more like a pile of cards..Jakub Steiner2001-01-301-75/+134
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-3022-24/+38
* Return efence ifdefs to 0 for solaris buildJP Rosevear2001-01-302-2/+6
* Connect to the model's "position" signal. (e_text_init): Set default valueJon Trowbridge2001-01-306-63/+333
* Added Slovak messagesStano Visnovsky2001-01-305-0/+10
* configure.in: Added sk to ALL_LINGUASStano Visnovsky2001-01-303-1/+8
* Added initial Slovak translationStano Visnovsky2001-01-302-0/+7253
* Fixed [hu] entries in some .desktop filesSzabolcs Ban2001-01-291-1/+1
* Added e-cell-number.loChristopher James Lahey2001-01-293-1/+101
* (build_tree): Oops, turn on BROKEN_ETREE again.Michael Zucci2001-01-292-3/+6
* Updated russian translation.Valek Frob2001-01-292-560/+362
* Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-297-25/+201
* Always include +1 for the size. 0*2 == 0, so malloc returns NULL, which isNot Zed2001-01-291-1/+1
* Include the terminating NUL in the calculated string length. This hitNot Zed2001-01-292-1/+7
* If we have waiting threads, then dont start a new one for the NEW case.Not Zed2001-01-292-8/+98
* Turns out that I was wrong about the g_get_real_name mem leak, god damnJeffrey Stedfast2001-01-292-3/+7
* Use UTF-8. (set_defaults): Use UTF-8 and also fixed a memory leak byJeffrey Stedfast2001-01-293-20/+41
* <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto.Federico Mena Quintero2001-01-299-9/+32
* Update copyrights.Ettore Perazzoli2001-01-282-2/+2
* Make the advanced search dialog use stock buttons. Make the OK buttonEttore Perazzoli2001-01-283-1/+17
* Update copyright and add myself as the author.Ettore Perazzoli2001-01-281-2/+6
* Make the ESearchBar pretty by using the same border for the dropdownEttore Perazzoli2001-01-282-3/+31
* Made the scrolling to show the current roll happen in a time out.Christopher James Lahey2001-01-282-2/+52
* Don't #define __GNOME_I18N_H__ if it's already defined.Chyla Zbigniew2001-01-283-110/+259
* Change the appearance of the scroll frame in the folder creationEttore Perazzoli2001-01-282-1/+7
* Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-2818-20/+18
* Make the vfolder and "advanced search" dialogs a bit larger for betterEttore Perazzoli2001-01-283-0/+10
* Documented.Ettore Perazzoli2001-01-281-4/+14
* Changed the EDropdownButton so that it works more like a standard menuEttore Perazzoli2001-01-283-16/+60
* Woooho. Fixed resize of popped-up folder bars.Ettore Perazzoli2001-01-282-2/+17
* Changed to use mail_save_part to save the data in another thread.Not Zed2001-01-284-57/+135
* Updated Spanish translationHector Garcia2001-01-282-475/+446
* Don't handle home and end keys since %ETable deals with them now.Christopher James Lahey2001-01-282-10/+5
* Make home and end keys move to the beginning and end of the row if cursorChristopher James Lahey2001-01-284-0/+62
* Protect against NULL address pointers. (subject_compare): Same but forJeffrey Stedfast2001-01-282-0/+12
* Someone forgot to update this when removing a file it uses. This wasJulian Missig2001-01-282-1/+5
* shell compile fixes (some #includes pointing to old headers) to goJacob Leach2001-01-284-4/+10
* Change (nonexistant) importer.sgml references to evolution-importer.sgmlJohn R. Sheets2001-01-284-24/+34
* Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore,Jason Leach2001-01-272-1/+6
* remove widgets/shortcut-bar/Makefile from here.Jason Leach2001-01-272-1/+5
* cvs remove all files in shortcut-bar/, this widget is now in gal, will beJason Leach2001-01-2719-7532/+7
* warnings go byebyeIain Holmes2001-01-272-3/+11
* Make the ESearchBar use the new EDropdownButton widget.Ettore Perazzoli2001-01-273-146/+217
* Fix the API to EDropdownButton by removing args that don't make muchEttore Perazzoli2001-01-274-21/+13
* ...And the ChangeLog too.Ettore Perazzoli2001-01-271-0/+4
* Ooops, forgot to commit the Makefile.Ettore Perazzoli2001-01-271-9/+27
* New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-273-0/+390
* Menu cleanupsJP Rosevear2001-01-273-315/+84
* Make ETable stop editing when it looses focus.Christopher James Lahey2001-01-272-8/+32
* Fix the folder tree so that the icons don't look blurry anymore. (ForEttore Perazzoli2001-01-272-13/+26
* Replace the arrow icons in the ESelectNames component with "->" for aEttore Perazzoli2001-01-272-7/+13
* Fixed a crash that could happen when destroying a control without anyEttore Perazzoli2001-01-272-2/+9
* Try a control before an embeddable instead of an embeddable before aEttore Perazzoli2001-01-272-15/+25
* Check for a NULL service->url as we obviously can't subscribe to foldersJeffrey Stedfast2001-01-273-21/+46
* Fix some compile problems and stop the blank mail appearing with the mboxIain Holmes2001-01-274-8/+53
* Added; a new test program that demonstrates objects in ETexts.Jon Trowbridge2001-01-276-111/+776
* Remove all instances of non-portable macro `__FUNCTION__' from theEttore Perazzoli2001-01-276-19/+22
* Updated brazilian portuguese translationGustavo Maciel Dias Vieira2001-01-272-4049/+4541
* Updated Spanish translationHector Garcia2001-01-272-232/+253
* Fix an uninitialized variable use.Dan Winship2001-01-272-4/+8
* (Fixing an old FIXME)Jason Leach2001-01-262-12/+10
* Updated russian translation.Valek Frob2001-01-262-282/+314
* Define BROKEN_ETREE again, till we get this stuff fixed better.Not Zed2001-01-263-9/+24
* Fix the "sender contain" quicksearch rule by adding a missingEttore Perazzoli2001-01-262-3/+9
* Yes, some more screw ups...Iain Holmes2001-01-262-16/+7
* Yes, I screwed up.Iain Holmes2001-01-261-2/+1
* GNOME_Evolution_Mail.oafinfoIain Holmes2001-01-266-10/+72
* Set the GTK_CAN_FOCUS flag on the widget, since an ETable ought to beFederico Mena Quintero2001-01-262-85/+165
* ForgotIain Holmes2001-01-261-1/+21
* Neater importer stuff.Iain Holmes2001-01-2610-87/+578
* Missing ChangeLog.Ettore Perazzoli2001-01-261-16/+6
* Change the toolbars to only display some labels, on the right of theEttore Perazzoli2001-01-265-30/+13
* Clamp the value we set here. (compute_offset): Switched to ints here.Christopher James Lahey2001-01-261-16/+16
* The following fixes seem to clear up the problem of new mail not beingJeffrey Stedfast2001-01-262-1/+17
* Updated Slovenian translationAndraz Tori2001-01-261-1/+0
* Updated Slovenian translationAndraz Tori2001-01-261-293/+328
* add comment about the else block here. (prop_info): add home_address,Chris Toshok2001-01-262-10/+19
* Made this function put some space around the area shown.Christopher James Lahey2001-01-261-12/+32
* (Don't prompt about unsaved changes for replies/forwards that have notJason Leach2001-01-262-3/+16
* (Moving the flag for has_changed from the Hdrs to the Composer itself.Jason Leach2001-01-265-8/+92
* Made this correctly check for going off the end of the table.Christopher James Lahey2001-01-261-2/+4
* Made this only add the initial VCard if it finds a file "create-initial"Christopher James Lahey2001-01-264-5/+49
* Added create-initial.Christopher James Lahey2001-01-263-1/+10
* Remove unused "extern long timezone".Dan Winship2001-01-262-1/+4
* Check if a message part's content is available, and if it's not, queue aDan Winship2001-01-266-70/+167
* Made the message list pay attention to the "cursor_activated" signalChristopher James Lahey2001-01-262-6/+11
* Upped the required version of gal in evolution.Christopher James Lahey2001-01-262-3/+7
* Setup the view collection properly and handle the "display_view" signal.Christopher James Lahey2001-01-262-2/+24
* Make this actually deploy the titles from the GalViewCollection and emitChristopher James Lahey2001-01-262-111/+133
* Documented. Added a "cursor_activated" signal. Removed some unusedChristopher James Lahey2001-01-2510-129/+461
* More happy icons for the mailer.Ettore Perazzoli2001-01-254-5/+41
* Actually make the icon for the "print" menu item work (I was missing aEttore Perazzoli2001-01-252-1/+6
* Get the mailer to use the new menu icons.Ettore Perazzoli2001-01-256-12/+45
* Make the addressbook use the new 16x16 icons in the menus.Ettore Perazzoli2001-01-256-3/+26
* Fix a bug that could happen when a shell view would be destroyed andEttore Perazzoli2001-01-252-2/+8
* Get the addressbook to use the new "Show all" icon.Ettore Perazzoli2001-01-256-7/+46
* Oops.Michael Zucci2001-01-252-0/+321
* don't tag the calendar if no dates are shown.Damon Chaplin2001-01-252-6/+19
* e_calendar_item_get_date_range() now returns a boolean, which is FALSE ifDamon Chaplin2001-01-253-8/+34
* esexp api change fixes.Not Zed2001-01-253-11/+19
* Fix the subject match expression, which was missing a closing ).Not Zed2001-01-253-7/+23
* Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-257-565/+143
* Add chunk allocators.Not Zed2001-01-253-58/+82
* New callback. (menu_security_pgp_sign_cb): Another new callback.Jeffrey Stedfast2001-01-252-8/+83
* Change Security* to SecurityPGP* as we may someday have S/MIMEJeffrey Stedfast2001-01-252-49/+9
* make sure to add the lengths here (include the \0? anyone?).Chris Toshok2001-01-252-2/+12
* Updated Spanish translationHector Garcia2001-01-252-2289/+3065
* Added a 3rd page to the account editor to allow users to set their HTMLJeffrey Stedfast2001-01-255-0/+151
* rewrote to fix problems with freeing the environment string after callingDamon Chaplin2001-01-252-19/+51
* (Fix #1252: Need a File->Close way to close a view)Jason Leach2001-01-255-3/+48
* Upped the required version of gal in evolution.Christopher James Lahey2001-01-252-3/+7
* Remove dead fileJP Rosevear2001-01-251-15/+0
* Have the argument system do type checking on our "collection" argument.Christopher James Lahey2001-01-252-12/+17
* Tons of fixes by Andras and Emese (spelling, terminology, headers)Szabolcs Ban2001-01-242-27/+32
* Fix missing ';'.Kjartan Maraas2001-01-242-1/+5
* .cvsignore + nautilusFatih Demir2001-01-241-0/+1
* (Fix #1225: advanced search cancel/close)Jason Leach2001-01-242-32/+48
* Actually implement this function.Christopher James Lahey2001-01-241-2/+17
* Made GalViewCollectionItem a public type. (load_single_file): Made it soChristopher James Lahey2001-01-242-41/+40
* Save the source and transport changes whether the user can connect to theJeffrey Stedfast2001-01-242-19/+15
* make sure the status is set to "Completed". Fixes bug #1253.Damon Chaplin2001-01-243-10/+35
* Fix the logic for updating the shortuct labels when the display namesEttore Perazzoli2001-01-2411-90/+162
* Removed exceptionIain Holmes2001-01-241-0/+3
* Removed the busy exceptionIain Holmes2001-01-241-7/+0
* Added tests to see that invalid match and action rules are properlyNot Zed2001-01-242-0/+59
* Removed some redundant debug printfs. (e_sexp_term_eval): Dont allocateNot Zed2001-01-243-57/+64
* Fix for api changes.Not Zed2001-01-242-3/+5
* Patch from Tuomas to have a "Sender contains" rule in the quicksearchEttore Perazzoli2001-01-242-0/+25
* Lots of stuff like memory leaks and things I forgot ages ago...Iain Holmes2001-01-2410-133/+239
* (camel_filter_driver_filter_message): Remove an accidentallyMichael Zucci2001-01-242-1/+2
* Remove the 'finished message' bit.Not Zed2001-01-242-2/+7
* Fix spelling.Dan Winship2001-01-244-3/+8
* Set the default folder when copying to mbox. This is a quick fix, i mightNot Zed2001-01-242-5/+14
* Don't AC_INIT on an autogenerated file that does not exist beforehandJP Rosevear2001-01-242-1/+6
* Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-242-1/+9
* Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-242-1/+30
* A few minor tweaks.Jeffrey Stedfast2001-01-243-14/+24
* Minor import fixJP Rosevear2001-01-241-4/+0
* libical import cleanupJP Rosevear2001-01-2412-48/+52
* Add a lock around the delayed loading, so two threads won't try to do itDan Winship2001-01-244-2/+46
* Import clean upJP Rosevear2001-01-2442-2916/+5819
* Updated svMartin Norback2001-01-242-2198/+2863
* This commit was generated by cvs2svn to compensate for changes in r7747,JP Rosevear2001-01-2428-611/+792
* Initial revisionJP Rosevear2001-01-241-0/+167
* Updated russian translation.Valek Frob2001-01-232-318/+264
* Set the CamelFolder::name to just the base part of the vfolder name (theDan Winship2001-01-232-2/+8
* properly ref the ecard. still need to kill some memory leaks.JP Rosevear2001-01-232-0/+6
* properly ref the cal component when we use it, prevents double freeJP Rosevear2001-01-233-1/+10
* Try turning off the BROKEN_ETREE thing. It seems to work ok (better?) now,Not Zed2001-01-232-3/+9
* Perform error checking on parsing/execution.Not Zed2001-01-234-12/+60
* Setup error return and return error on parse error. (parse_list): Fail ifNot Zed2001-01-233-14/+104
* Removed some debug 'warnings', as they should now be displayed at theNot Zed2001-01-234-30/+87
* Automagically fill in the user's default transport if he/she has setupJeffrey Stedfast2001-01-232-0/+32
* Just wrote a temp way of reporting success/fail of PGP/MIME signatureJeffrey Stedfast2001-01-232-8/+18
* avoid /0 by updating after we've done the sync. (close_folders): Setup theNot Zed2001-01-232-2/+11
* compile new stuffJP Rosevear2001-01-237-22/+106
* Eeeep. ForgotIain Holmes2001-01-232-0/+298
* Add the Outlook importer.Iain Holmes2001-01-234-0/+367
* ChangelogIain Holmes2001-01-231-0/+38
* New listener object. Plus some oneway stuff as well.Iain Holmes2001-01-235-239/+38
* make mail_gui_thread non-static.Dan Winship2001-01-234-4/+41
* remove vfs dependencyJP Rosevear2001-01-233-11/+15
* New function, can't use strlen on the md5 hash because it might have nullJP Rosevear2001-01-234-1/+63
* remove duplicate messageJP Rosevear2001-01-235-26/+30
* Fixed to display subparts (other than the signature part) and started toJeffrey Stedfast2001-01-232-7/+47
* Change the callbacks in this file to match the callback function types.Christopher James Lahey2001-01-234-3/+15
* Fix a double-free problem.Not Zed2001-01-232-19/+16
* Oops, danw didn't know 'provider' could be NULL :-)Jeffrey Stedfast2001-01-232-2/+7
* Remove deleted records from the pilot map so we don't have dupes in theJP Rosevear2001-01-232-1/+7
* Remove alarm foo for nowJP Rosevear2001-01-233-27/+14
* bummer. now it is also aligned right. /tigTuomas Kuosmanen2001-01-231-0/+0
* duh. fixed typo. /tigTuomas Kuosmanen2001-01-231-0/+0
* Updated Slovenian translationAndraz Tori2001-01-231-260/+313
* new splash. /tigTuomas Kuosmanen2001-01-232-0/+5
* Change "Path:" label to "Namespace:" for IMAP. Use $MAILDIR rather thanDan Winship2001-01-232-2/+20
* Updated Slovenian translationAndraz Tori2001-01-231-45/+45
* Function to add a store/storage mapping. (add_storage): Use it.Dan Winship2001-01-234-4/+32
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-0/+20
* Updated Slovenian translationAndraz Tori2001-01-231-3288/+4567
* Update for filter code movesDan Winship2001-01-232-2/+5
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-237-14/+14
* Fixed gal_define_views_dialog_new to be called with its proper argument.Jon Trowbridge2001-01-232-1/+6
* Added temp profiling files.Not Zed2001-01-222-1/+7
* Added profiling temp files.Not Zed2001-01-2215-2/+55
* Removed the temporary get mail button.Not Zed2001-01-222-6/+4
* Removed, now lives in camel-filter-search.*Not Zed2001-01-226-1712/+10
* remove a warning with conditional news compilation.Not Zed2001-01-2211-1497/+593
* Updated sl translationsAndraz Tori2001-01-222-0/+4
* When removing phantom nodes, check for the end node too.Not Zed2001-01-224-18/+26
* Initialize collection field to NULL. Set the collection on the model asChristopher James Lahey2001-01-2210-82/+343
* disable cmdline subdir here tooDave Camp2001-01-221-1/+0
* Helps if I spell stuff correctly so it can pass the tests ;-)Jeffrey Stedfast2001-01-223-4/+10
* Updates evolution/po/da.po gal/po/da.po galeon/po/da.po gconf/po/da.poKenneth Christiansen2001-01-221-816/+948
* Remove cmdline for nowMiguel de Icaza2001-01-221-1/+0
* Initialize OpenPGP.Jeffrey Stedfast2001-01-224-20/+25
* Fix MakefileMiguel de Icaza2001-01-221-3/+2
* Make the output a little prettier. Okay, so I'm anal...Jeffrey Stedfast2001-01-223-17/+10