Mercurial > hg > xemacs-beta
log src/ChangeLog @ 4779:fd98353950a4
age | author | description |
---|---|---|
Thu, 17 Dec 2009 17:29:32 +0000 | Aidan Kehoe | Make my last change to elhash.c more kosher, comparing pointers not ints |
Thu, 17 Dec 2009 14:51:37 +0000 | Aidan Kehoe | Cast enumerations to int before comparing them for the sake of VC++. |
Thu, 17 Dec 2009 13:50:45 +0000 | Aidan Kehoe | Serialise non-default hash table rehash thresholds correctly; use this. |
Thu, 17 Dec 2009 13:15:04 +0000 | Aidan Kehoe | Don't attempt to free dumped data, alloc.c:resize_string() |
Thu, 17 Dec 2009 12:57:38 +0000 | Aidan Kehoe | Remove Fsave_window_excursion from window.c, it's overridden by Lisp. |
Sun, 13 Dec 2009 00:59:40 +0900 | Stephen J. Turnbull | Add missing return value type to unicode_query. |