aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-01-13 12:07:33 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-01-13 12:07:33 +0800
commit095c53bace7844fbdb0f2053f7facdc609a1bb57 (patch)
tree8e1243989905af8739de8dd37c6f02355b73d0c1 /tests
parent5571fc3e69a84a1b53da1ce768282b26d78b39f8 (diff)
downloadgsoc2013-evolution-095c53bace7844fbdb0f2053f7facdc609a1bb57.tar.gz
gsoc2013-evolution-095c53bace7844fbdb0f2053f7facdc609a1bb57.tar.zst
gsoc2013-evolution-095c53bace7844fbdb0f2053f7facdc609a1bb57.zip
remove non updated tests from the build process.
2000-01-12 bertrand <bertrand@helixcode.com> * tests/Makefile.am (noinst_PROGRAMS): remove non updated tests from the build process. * camel/Makefile.am : remove the rfc2047 related files from the build process as for the moment, nothing has been decided concerning unicode. * Makefile.am (evolution_msg_composer_LDADD): use $(EXTRA_GNOME_LIBS_THREADS) to link with gthread svn path=/trunk/; revision=1564
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c9aa1b7d68..432c39a953 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -22,6 +22,5 @@ noinst_PROGRAMS = \
test1 \
test2 \
test3 \
- test4 test5 test6 \
test7 \
test8
eletions'>-59/+116 * Generalized function for trying a number of strptime() formats on aFederico Mena Quintero2001-07-173-53/+110 * Added is_addr_char_no_pipes macro, which specifically does not considerJon Trowbridge2001-07-122-2/+10 * Added some malloc check stuff.Not Zed2001-07-092-7/+76 * Allocate one byte for the terminating zero as well.Richard Hult2001-07-051-1/+1 * load all icons and colors for each categoryRodrigo Moya2001-07-054-11/+115 * use BonoboConf to store/retrieve settings, and useRodrigo Moya2001-07-042-11/+84 * Forgot to commit this bit.Chris Lahey2001-07-031-0/+1 * Added e-categories-master-list-wombat.c andChristopher James Lahey2001-07-034-0/+247 * new file for a set of functions for managing category-related (icons,Rodrigo Moya2001-07-034-0/+248 * Added a simple `e_request_string()' utility function.Ettore Perazzoli2001-07-014-0/+145 * Add e_free_string_slist() and e_free_object_slist().Ettore Perazzoli2001-06-302-0/+25 * Add a new `e_marshal_INT__POINTER_POINTER_POINTER_POINTER' marshallerEttore Perazzoli2001-06-272-0/+29 * When ANDing two bools, don't use a bitwise AND.Jeffrey Stedfast2001-06-262-3/+8 * Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2328-45/+45 * Split e-db3-utils and e-dbhash off into libedb3util so eutil won't dependDan Winship2001-06-192-5/+12 * REmove a silly hardcoded term limit, oops forgot about that.Not Zed2001-06-152-10/+24 * skip any non-digits while looking for dates and times. This should fixDamon Chaplin2001-06-142-18/+14 * got rid of '%n' at end of each format string for strptime. I don't knowDamon Chaplin2001-06-112-8/+14 * Included information about db3.Christopher James Lahey2001-06-015-23/+273 * Remove e_pixmaps_update (moved to libeshell) so libeutil won't depend onDan Winship2001-05-283-70/+5 * Modify `e_gethostbyname_r()' so that it doesn't report an error if theEttore Perazzoli2001-05-192-1/+17 * add E_TEXT_TO_HTML_ESCAPE_8BIT to turn non-US-ASCII characters into "?"s.Dan Winship2001-05-173-1/+13 * Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-152-2/+6 * Walk a hierarchy using the "/subfolders/" convention and call a callbackDan Winship2001-05-093-2/+106 * Added util/e-sorter-array.lo and widgets/e-reflow-model.lo. RemovedChristopher James Lahey2001-05-084-11/+365 * Debugging routine. (Only works for recursive mutexes right now.)Dan Winship2001-05-023-0/+12 * Don't use g_utf8_next_char on text that isn't valid UTF8, since it won'tDan Winship2001-05-022-3/+11 * Make this smarter. Now e_text_to_html_full calls it when it sees a '@',Dan Winship2001-04-302-62/+61 * Make the Solaris and no-gethostbyname_r implementations behave more likeDan Winship2001-04-272-4/+24 * Remove UNICODE_CFLAGS (libeutil_la_LIBADD): Change UNICODE_LIBS toDan Winship2001-04-272-2/+6 * Modified to match e_strv_get behaviour. Assert on bad cases, and return ""Not Zed2001-04-263-6/+362 * If the buffer is too small, making it twice as big does not guarantee itDan Winship2001-04-252-16/+23 * Added #include <glib.h> and move corresponding local headers to the top toKjartan Maraas2001-04-246-8/+17 * remove prototype for e_gethostbyname_init.Chris Toshok2001-04-243-41/+43 * Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-242-7/+15 * Include glib.h, so that the g_warning in e_gethostbyname_r will be treatedJon Trowbridge2001-04-242-0/+7 * add e-host-utils.[ch]Chris Toshok2001-04-234-0/+188 * ">From" is not a citation unless the previous or following line is aDan Winship2001-04-192-7/+44 * Start parsing the sexp with parse_value(), not parse_list(), because weFederico Mena Quintero2001-04-162-1/+7 * Added e-table/e-cell-spin-button.lo Added e-table/e-cell-float.loMikael Hallendal2001-04-132-0/+64 * New function to translate a string and then convert it to utf8. Acts justChristopher James Lahey2001-04-112-13/+53 * Setup up the conduit library building better so the files get distedJP Rosevear2001-04-082-7/+15 * Added a question mark to the set of valid characters for symbol names.Federico Mena Quintero2001-04-062-14/+38 * Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-052-1/+4 * Some small header cleanups & fixes, and fix to translate all popup menusGediminas Paulauskas2001-04-052-4/+2 * Fix headers.Kjartan Maraas2001-04-052-1/+7 * Fixed headers. Moved the .h associated with each .c to the top of the listChristopher James Lahey2001-04-043-7/+8 * Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. SameKjartan Maraas2001-04-047-8/+13 * Added ESEXP_RES_TIME for time values. (ESExpResult): Added a "time_tFederico Mena Quintero2001-04-043-2/+92 * Fixed this function to properly format numbers that have leading zeros inRusty Conover2001-04-031-1/+1 * Blessed by Ettore.Gediminas Paulauskas2001-04-023-2/+80 * Added e_bit_array_cross_and and e_bit_array_cross_or.Christopher James Lahey2001-03-312-1/+29 * Handle NULL args semi-gracefully.Jon Trowbridge2001-03-311-1/+8 * Check that first_colon < last_at, to prevent horrible things fromJon Trowbridge2001-03-312-6/+8 * Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-316-5/+231 * Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-3025-35/+77 * Added util/e-bit-array.lo.Christopher James Lahey2001-03-272-0/+466 * new function, extracted from e_text_to_html, added color parameterRadek Doulik2001-03-213-3/+66 * Fixed the GTK_RETLOC calls for these marshallers.Christopher James Lahey2001-03-201-2/+2 * Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-202-75/+370 * added function to format just the time.Damon Chaplin2001-03-193-10/+63 * Fix a bug noticed by kmaraasDan Winship2001-03-172-1/+5 * Fix a bit: [mailto:foo] shouldn't grab the ']'Dan Winship2001-03-152-1/+6 * update cflag macrosJP Rosevear2001-03-13