log

age author description
Wed, 18 Nov 2009 15:25:00 +0900 Stephen J. Turnbull Improve warning and error messages from Xft.
Wed, 18 Nov 2009 11:28:58 +0900 Stephen J. Turnbull Update charset_table used by Xft.
Wed, 18 Nov 2009 01:10:56 +0900 Stephen J. Turnbull Fix syntax of some uses of condition-case and with-trapping-errors.
Wed, 18 Nov 2009 01:06:53 +0900 Stephen J. Turnbull Sun Oct 18 00:27:27 2009 +0900
Wed, 18 Nov 2009 01:02:57 +0900 Stephen J. Turnbull Describe duplicate symbols warning.
Wed, 18 Nov 2009 00:08:14 +0900 Stephen J. Turnbull Restore some doc changes that got dropped in a merge.
Tue, 17 Nov 2009 23:45:42 +0900 Stephen J. Turnbull automatic merge
Tue, 17 Nov 2009 23:41:39 +0900 Stephen J. Turnbull Fix crash in regex.c (closes issue630).
Mon, 16 Nov 2009 08:08:44 +0000 Aidan Kehoe Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs
Sun, 15 Nov 2009 20:52:09 +0000 Aidan Kehoe Fix the union build, setup_ccl_program; thank you Robert Delius Royar.
Mon, 16 Nov 2009 12:00:38 +0900 Stephen J. Turnbull Eliminate C asserts from c-tests.
Mon, 16 Nov 2009 11:58:19 +0900 Stephen J. Turnbull Make test from Adam Sjogren's report.
Sun, 15 Nov 2009 16:53:14 +0000 Aidan Kehoe Resolve the unregistered-CCL-programs-get-garbage-collected problem correctly
Sun, 15 Nov 2009 14:59:53 +0000 Aidan Kehoe Rationalise duplicated functionality, #'custom-quote, #'quote-maybe.
Sat, 14 Nov 2009 13:33:52 +0000 Aidan Kehoe Be much more comprehensive in our use of byte-compile-funarg.
Sat, 14 Nov 2009 11:43:09 +0000 Aidan Kehoe Make #'letf not error if handed a #'values form.
Sat, 14 Nov 2009 11:32:10 +0000 Aidan Kehoe Fix modeline-mousable, other faces that inherit from modeline, on startup.
Thu, 12 Nov 2009 00:00:11 +0900 Stephen J. Turnbull automatic merge
Wed, 11 Nov 2009 23:52:58 +0900 Stephen J. Turnbull Add permissions notices to sigpipe.c and regressiontest.pl.
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 13:07:56 -0700 Jerry James Clarify the GPL status of several sample module files. J. Kean Johnston
Mon, 09 Nov 2009 18:00:10 +0000 Aidan Kehoe Fix Win32 native build after my DEFAULT_DIRECTORY_FALLBACK change, thanks Vin!
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, 09 Nov 2009 17:05:19 +0100 Didier Verna Make switch-to-buffer completion avoid current buffer.
Sun, 08 Nov 2009 17:27:26 +0000 Aidan Kehoe No need to fatal () on startup if $PWD doesn't exist; chdir to "/" instead.
Mon, 02 Nov 2009 14:00:49 +0900 Stephen J. Turnbull Fix typo in test of equalp and add more tests.
Mon, 02 Nov 2009 13:29:06 +0900 Stephen J. Turnbull Add test of nil binding of default-process-coding-system.
Mon, 02 Nov 2009 13:03:37 +0900 Stephen J. Turnbull automatic merge
Mon, 02 Nov 2009 12:09:13 +0900 Stephen J. Turnbull Fix issue145: accept nil in default-process-coding-system.
Sun, 01 Nov 2009 15:05:46 +0000 Aidan Kehoe Don't error if handed a string and a non-string, #'equalp.