log src/config.h.in @ 5684:0eb4e96fd261

age author description
Sun, 28 Aug 2011 10:22:24 +0100 Aidan Kehoe Backed out changeset 53c066311921, I have a better approach.
Sat, 27 Aug 2011 20:35:23 +0100 Aidan Kehoe If XLookupKeysym() returned an XFree86 "special key", ignore it. Fixes Sh-F11.
Wed, 24 Aug 2011 23:41:29 +0100 Aidan Kehoe Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Fri, 20 May 2011 12:16:42 +0100 Aidan Kehoe Remove the LOSING_BYTECODE compile-time option, it's been off since 1997.
Thu, 17 Mar 2011 23:42:59 +0100 Mats Lidell Merge with trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Thu, 17 Mar 2011 20:13:00 +0000 Aidan Kehoe Conditionalise the old-* functions and byte codes at compile time.
Mon, 07 Jun 2010 18:42:10 +0100 Aidan Kehoe Remove all support for InfoDock.
Mon, 31 May 2010 16:47:44 +0100 Aidan Kehoe Use keywords in structure syntax; new #define, NEED_TO_HANDLE_21_4_CODE 1
Sun, 16 May 2010 12:33:21 +0100 Aidan Kehoe Move `default-file-system-ignore-case' to C; fix bug in directory hash tables
Sat, 06 Feb 2010 03:26:34 -0600 Ben Wing implement configure test for whether ndbm.h prototypes are broken
Wed, 03 Feb 2010 21:46:21 -0600 Ben Wing Automatic merge
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Sun, 24 Jan 2010 22:04:58 -0600 Ben Wing fix compile issues with gcc 4
Mon, 01 Feb 2010 22:00:29 -0600 Ben Wing split USE_XFT into HAVE_XFT/USE_XFT
Sat, 16 Jan 2010 19:04:52 +0000 Aidan Kehoe Always use our rint(), for rounding consistency with the bignum code.
Tue, 12 Jan 2010 01:38:04 -0600 Ben Wing Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Sun, 10 Jan 2010 01:06:15 -0600 Ben Wing merge
Sun, 27 Dec 2009 20:16:57 -0600 Ben Wing try to fix problems with link errors involving inlined functions
Wed, 06 Jan 2010 10:44:06 -0700 Jerry James Enable rudimentary support for valgrind, including functions that tell valgrind
Tue, 22 Dec 2009 15:52:06 -0700 Jerry James Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Thu, 10 Dec 2009 12:42:09 -0700 Jerry James Remove support for pre-X11R5 systems, including systems without Xmu. See
Wed, 18 Nov 2009 08:49:14 -0700 Jerry James Remove support for obsolete systems. See xemacs-patches message with ID
Wed, 11 Nov 2009 23:40:15 +0900 Stephen J. Turnbull Move functionality of s/darwin.h to configure.ac and config.h.in.
Mon, 09 Nov 2009 09:21:59 -0700 Jerry James Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Mon, 26 Oct 2009 09:42:20 +0000 Aidan Kehoe Make readlink_or_correct_case function correctly on Darwin.
Thu, 24 Sep 2009 09:36:49 +0900 Stephen J. Turnbull Check for gdbm/ndbm.h, too.
Sun, 03 Aug 2008 23:21:31 +0200 Mats Lidell Rename xft_gauge to xft_gauges.
Tue, 13 May 2008 20:11:51 +0200 Aidan Kehoe #define _CRT_NONSTDC_NO_DEPRECATE on Win32
Sun, 20 Jan 2008 19:53:54 +0100 Aidan Kehoe Support #!, to allow XEmacs to be called as a script interpreter.