log src/auto/configure @ 2331:3840b7508835 vim73

age author description
Sun, 18 Jul 2010 12:35:47 +0200 Bram Moolenaar Make it easier to build with Lua. Remove compiler warnings. vim73
Sat, 17 Jul 2010 21:19:38 +0200 Bram Moolenaar Added support for Python 3. (Roland Puntaier) vim73
Wed, 14 Jul 2010 23:23:17 +0200 Bram Moolenaar Added Lua interfae. (Luis Carvalho) vim73
Wed, 14 Jul 2010 13:58:07 +0200 Bram Moolenaar Add clipboard support in Mac console. (Bjorn Winckler) vim73
Sun, 11 Jul 2010 20:52:58 +0200 Bram Moolenaar Filter out -pthread for cproto. vim73
Mon, 05 Jul 2010 22:57:59 +0200 Bram Moolenaar Change SKIP_GTK to SKIP_GTK2 in configure. vim73
Sat, 26 Jun 2010 05:38:18 +0200 Bram Moolenaar Change remaining HAVE_GTK2 to FEAT_GUI_GTK. vim73
Fri, 25 Jun 2010 05:37:59 +0200 Bram Moolenaar Remove the old and not well supported GTK 1 code. (James Vega) vim73
Thu, 03 Jun 2010 21:17:25 +0200 Bram Moolenaar Add patch to improve support of z/OS (OS/390). (Ralf Schandl) vim73
Mon, 31 May 2010 21:59:46 +0200 Bram Moolenaar Correct use of long instead of off_t for file size. (James Vega) vim73
Sun, 30 May 2010 13:26:21 +0200 Bram Moolenaar A few more fixes for undo file. Split test in two parts so that it doesn't vim73
Thu, 20 May 2010 21:46:00 +0200 Bram Moolenaar Various smaller changes. Updated proto files. Updated dependencies. vim73
Wed, 19 May 2010 21:57:45 +0200 Bram Moolenaar Use UINT32_T in the code, define it to uint32_t or unsigned int. vim73
Mon, 17 May 2010 20:32:55 +0200 Bram Moolenaar Fixed encryption big/little endian test. vim73
Sat, 15 May 2010 21:13:04 +0200 Bram Moolenaar Undo changes that are meant for the Vim 7.3 branch.