log src/ChangeLog @ 4978:f48bf636045f

age author description
Fri, 05 Feb 2010 05:04:43 -0600 Ben Wing Automatic merge
Fri, 05 Feb 2010 04:28:08 -0600 Ben Wing Automatic merge
Thu, 04 Feb 2010 07:28:14 -0600 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
Fri, 05 Feb 2010 04:27:45 -0600 Ben Wing Automatic merge
Fri, 05 Feb 2010 04:07:47 -0600 Ben Wing fix compile problems in bytecode.c when no error-check-byte-code (issue 666)
Thu, 04 Feb 2010 18:27:39 -0600 Ben Wing fix compile errors
Thu, 04 Feb 2010 05:58:40 -0600 Ben Wing change name of lock file to avoid problems with etags, byte-recompile-directory, etc.
Thu, 04 Feb 2010 05:55:25 -0600 Ben Wing put back patch to get more informative staticpro debugging
Thu, 04 Feb 2010 05:39:00 -0600 Ben Wing fix compile problems
Wed, 03 Feb 2010 21:46:21 -0600 Ben Wing Automatic merge
Wed, 03 Feb 2010 21:06:14 -0600 Ben Wing fix crash in glyph-cachels
Wed, 03 Feb 2010 20:51:18 -0600 Ben Wing rewrite dynarr code
Mon, 01 Feb 2010 14:11:36 -0600 Ben Wing merge
Mon, 01 Feb 2010 13:36:26 -0600 Ben Wing Fix lots of ChangeLog duplication
Mon, 01 Feb 2010 13:35:15 -0600 Ben Wing fix compile error
Mon, 01 Feb 2010 06:21:33 -0600 Ben Wing merge
Mon, 01 Feb 2010 05:29:05 -0600 Ben Wing merge
Fri, 29 Jan 2010 23:38:50 -0600 Ben Wing slight cleanup, move EXFUN of regexp-quote to lisp.h
Thu, 28 Jan 2010 04:27:30 -0600 Ben Wing merge
Thu, 28 Jan 2010 02:48:45 -0600 Ben Wing merge
Thu, 28 Jan 2010 01:15:10 -0600 Ben Wing fix compile errors due to mismatched string pointer types
Wed, 27 Jan 2010 00:45:06 -0600 Ben Wing turn on load-ignore-out-of-date-elc-files by default
Wed, 27 Jan 2010 00:44:03 -0600 Ben Wing fix an obscure crash reading from stream devices
Wed, 27 Jan 2010 00:35:36 -0600 Ben Wing function renamings to track names of char typedefs
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Tue, 26 Jan 2010 22:48:23 -0600 Ben Wing some fixes to gdbinit.in.in
Thu, 21 Jan 2010 04:10:57 -0600 Ben Wing use two hashes for comments in Makefile.in.in
Wed, 20 Jan 2010 22:30:33 -0600 Ben Wing (for main branch) add long comment about types of magic symbols
Wed, 20 Jan 2010 19:48:26 -0600 Ben Wing build fixes for gdbinit and config-dependent elc files
Sun, 24 Jan 2010 22:06:20 -0600 Ben Wing merge
Sun, 24 Jan 2010 22:04:58 -0600 Ben Wing fix compile issues with gcc 4
Thu, 21 Jan 2010 00:46:37 -0600 Ben Wing merge
Wed, 20 Jan 2010 04:20:49 -0600 Ben Wing fix up comments about finalizers and NEWGC internal objects
Wed, 20 Jan 2010 02:25:04 -0600 Ben Wing fix dynarr-related crash apparently due to compiler bug
Tue, 19 Jan 2010 11:21:34 -0600 Ben Wing change text_width method to take a window, in preparation for unicode-internal changes
Wed, 03 Feb 2010 09:17:33 -0700 Jerry James Add copyright and license information to s/mach-bsd4-3.h.
Wed, 03 Feb 2010 09:31:49 -0600 Ben Wing fix minor compile problem
Wed, 03 Feb 2010 09:30:49 -0600 Ben Wing temporarily back out part of patch to avoid compile probs
Wed, 03 Feb 2010 08:50:00 -0600 Ben Wing remove old no-longer-useful kludgy compiled-fun annotations hack
Wed, 03 Feb 2010 08:03:15 -0600 Ben Wing merge
Wed, 03 Feb 2010 08:01:55 -0600 Ben Wing add more byte-code assertions and better failure output
Wed, 03 Feb 2010 02:56:21 -0600 Ben Wing Automatic merge
Wed, 03 Feb 2010 02:46:50 -0600 Ben Wing xlike cleanup, documentation
Mon, 01 Feb 2010 22:00:29 -0600 Ben Wing split USE_XFT into HAVE_XFT/USE_XFT
Tue, 02 Feb 2010 15:19:15 -0600 Ben Wing When aborting due to unknown opcode, output more descriptive msg
Mon, 01 Feb 2010 23:14:46 -0600 Ben Wing Automated merge with http://hg.debian.org/hg/xemacs/xemacs
Mon, 01 Feb 2010 23:07:33 -0600 Ben Wing use more specific `scan-error' in scan-lists to be GNU compatible
Mon, 01 Feb 2010 17:08:41 -0500 Vin Shelton Fix Visual Studio 6 build
Mon, 01 Feb 2010 17:57:04 +0000 Aidan Kehoe Make canoncase visible to Lisp; use it with chars in internal_equalp.
Mon, 01 Feb 2010 06:20:05 -0600 Ben Wing fix xft compile error
Mon, 01 Feb 2010 02:15:28 -0600 Ben Wing various fixes related to gtk, redisplay-xlike-inc.c
Mon, 01 Feb 2010 01:05:28 -0600 Ben Wing merge
Mon, 01 Feb 2010 01:02:40 -0600 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
Sun, 31 Jan 2010 20:28:01 +0000 Aidan Kehoe Change "special form" to "special operator" in our sources.
Sun, 31 Jan 2010 18:09:57 +0000 Aidan Kehoe Don't compare the same octet with itself if checking for boyer_moore_ok
Sat, 30 Jan 2010 20:34:23 -0600 Ben Wing fix compile problems in intl-encap* under VS6
Sat, 30 Jan 2010 22:25:39 +0000 Aidan Kehoe Don't use Boyer-Moore if repeated octets & case-insensitive search.
Fri, 29 Jan 2010 20:59:21 -0600 Ben Wing merge
Fri, 29 Jan 2010 20:57:42 -0600 Ben Wing fix longstanding search bug involving searching for Control-1 chars
Fri, 29 Jan 2010 15:06:36 -0600 Ben Wing Automated merge with http://hg.debian.org/hg/xemacs/xemacs