Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 171:929b76928fce r20-3b12
Import from CVS: tag r20-3b12
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:47:52 +0200 |
| parents | 15872534500d |
| children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
| 170:98a42ee61975 | 171:929b76928fce |
|---|---|
| 1 1997-07-09 Hrvoje Niksic <hniksic@srce.hr> | |
| 2 | |
| 3 * extents.c: Allow non-symbol properties of extents. | |
| 4 | |
| 5 1997-07-08 Hrvoje Niksic <hniksic@srce.hr> | |
| 6 | |
| 7 * data.c (Fstring_to_number): Use `check_int_range'. | |
| 8 (Fstring_to_number): Would bug out on wrong type check. | |
| 9 | |
| 10 1997-07-07 Steven L Baur <steve@altair.xemacs.org> | |
| 11 | |
| 12 * data.c (Fcompiled_function_doc_string): Implement correctly. | |
| 13 Was forgotten cut & paste identical clone to | |
| 14 Fcompiled_function_interactive? | |
| 15 | |
| 16 * Makefile.in.in (alloc.o): Remove dependency on puresize_adjust.h | |
| 17 so alloc.c need not be recompiled when puresize changes. | |
| 18 | |
| 19 * alloc.c (PURIFIED): Use get_PURESIZE() instead of constant. | |
| 20 (check_purespace): Ditto. | |
| 21 (alloc_pure_lrecord): Ditto. | |
| 22 (report_pure_usage): Ditto. | |
| 23 (disksave_object_finalization): Ditto. | |
| 24 (report_pure_usage): Modify message reported when Build is | |
| 25 restarted due to change in PURESIZE_ADJUSTMENT. | |
| 26 | |
| 27 * puresize.h: Remove dependency on puresize_adjust.h. | |
| 28 (get_PURESIZE): New function -- declare it. | |
| 29 | |
| 30 * pure.c: Move final PURESIZE computation and include of | |
| 31 puresize_adjust.h into here so alloc.c need not be recompiled each | |
| 32 time the puresize is adjusted. | |
| 33 (get_PURESIZE): New function. | |
| 34 | |
| 1 1997-07-06 Steven L Baur <steve@altair.xemacs.org> | 35 1997-07-06 Steven L Baur <steve@altair.xemacs.org> |
| 36 | |
| 37 * data.c (Fstring_to_number): Wrong parameter was being checked. | |
| 2 | 38 |
| 3 * emacs.c (vars_of_emacs): Fprovide the system type as a feature. | 39 * emacs.c (vars_of_emacs): Fprovide the system type as a feature. |
| 4 | 40 |
| 5 1997-07-03 Steven L Baur <steve@altair.xemacs.org> | 41 1997-07-03 Steven L Baur <steve@altair.xemacs.org> |
| 6 | 42 |
