log src/ChangeLog @ 4690:257b468bf2ca

age author description
2009-09-19 Aidan Kehoe Move the #'query-coding-region implementation to C.
2009-09-11 Aidan Kehoe Fix a bug with Unicode error sequences and very short input strings.
2009-09-06 Aidan Kehoe Fix various small issues with the multiple-value implementation.
2009-08-24 Jerry James Fix build problems on WIN32 platforms caused by the large image crash fix.
2009-08-11 Aidan Kehoe Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
2009-08-16 Aidan Kehoe Support full Common Lisp multiple values in C.
2009-07-28 Stephen J. Turnbull Fix typos in face.c.
2009-07-26 Stephen J. Turnbull ChangeLog for patch to debug-on-error-docstring.
2009-07-14 Aidan Kehoe ?\012 is whitespace, as it always should have been, thank you Karl Kleinpaste.
2009-07-11 Aidan Kehoe Fix bugs with #'find-file, 0-length files, & coding-system-for-read specified.
2009-07-01 Jerry James Prevent integer overflow and subsequent crashes when attempting to load large
2009-06-19 Stephen J. Turnbull Documentment placement restriction. <87d490jb7v.fsf@uwakimon.sk.tsukuba.ac.jp>
2009-06-14 Aidan Kehoe Support #'function-arglist with built-in special forms.
2009-06-05 Stephen J. Turnbull mswindows_link had off-by-one error. <1vq2brxz.wl_Ron.Isaacson@morganstanley.com>
2009-05-18 Stephen J. Turnbull XEmacs 21.5.29 "garbanzo" is released. r21-5-29
2009-03-08 Ville Skyttä Apply the 2008-03-05 change from Dominique Quatravaux in init_image_instance_from_gdk_pixmap as well even though the code is not enabled at the moment
2009-02-26 Stephen J. Turnbull Merge: fixup ChangeLogs.
2009-02-03 Stephen J. Turnbull Fix typo in comment on skip_debugger.
2009-02-11 Jerry James How about if I make a ChangeLog entry for the number-gmp.c change?
2009-02-10 Aidan Kehoe Make #$ truly read-only for Lisp; check this in the test suite.
2009-02-02 Stephen J. Turnbull Update comment.
2009-02-02 Stephen J. Turnbull Set icon resource on frame early enough for openbox to find it.
2008-11-25 Stephen J. Turnbull Document non-obvious usages.
2008-11-20 Stephen J. Turnbull Clarify comment in struct x_frame.
2009-01-31 Aidan Kehoe Correct little-endian UTF-16 surrogate handling.
2009-01-18 Aidan Kehoe Merge.
2009-01-18 Aidan Kehoe Print char table values correctly.
2009-01-18 Aidan Kehoe Accept msprinter and mswindows, mswindows_font_spec_matches_charset_stage_2
2008-12-30 Aidan Kehoe Merge.
2008-12-28 Aidan Kehoe Merge.
2008-12-28 Aidan Kehoe Add #'query-coding-region tests; do the work necessary to get them running.
2008-12-30 Aidan Kehoe Call XFreeFontPath appropriately in #'x-get-font-path.