Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5020:eadd99984bfb
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 09 Feb 2010 03:53:52 -0600 |
parents | d7cc9553d3eb ecdc03ef6e12 |
children | 4e784bfabae7 |
comparison
equal
deleted
inserted
replaced
5019:d7cc9553d3eb | 5020:eadd99984bfb |
---|---|
296 * tests.c (syms_of_tests): | 296 * tests.c (syms_of_tests): |
297 * tests.c (vars_of_tests): | 297 * tests.c (vars_of_tests): |
298 Add an C-assert-style test to test STORE_VOID_IN_LISP and | 298 Add an C-assert-style test to test STORE_VOID_IN_LISP and |
299 GET_VOID_FROM_LISP to make sure the same value comes back that | 299 GET_VOID_FROM_LISP to make sure the same value comes back that |
300 was put in. | 300 was put in. |
301 | |
302 2010-02-08 Vin Shelton <acs@xemacs.org> | |
303 | |
304 * nt.c (open_unc_volume): lpRemoteName is an XELPTSTR. | |
305 | |
306 2010-02-07 Aidan Kehoe <kehoea@parhasard.net> | |
307 | |
308 * lisp.h (Dynarr_verify, Dynarr_verify_mod): | |
309 If ERROR_CHECK_STRUCTURES is not defined, cast the argument in | |
310 these two macros; fixes the g++ build. | |
311 | |
312 2010-02-07 Aidan Kehoe <kehoea@parhasard.net> | |
313 | |
314 * fileio.c (Finsert_file_contents_internal): | |
315 Only call format-decode if it has a function binding. | |
316 (build_annotations): Only call format-annotate-function if it has | |
317 a function binding; incidentally only calling #'car-less-than-car | |
318 if *it* has a function binding. | |
319 (syms_of_fileio): #'car-less-than-car and #'cdr-less-than-cdr are | |
320 now in Lisp. | |
301 | 321 |
302 2010-02-07 Ben Wing <ben@xemacs.org> | 322 2010-02-07 Ben Wing <ben@xemacs.org> |
303 | 323 |
304 * fns.c: Qlist, Qstring mistakenly declared twice. | 324 * fns.c: Qlist, Qstring mistakenly declared twice. |
305 * fns.c (mapcarX): | 325 * fns.c (mapcarX): |