Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5172:be6e5ea38dda
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 29 Mar 2010 00:11:03 -0500 |
parents | 8cd17b2131a1 8bf9e67e06ec |
children | 97eb4942aec8 14fda1dbdb26 |
comparison
equal
deleted
inserted
replaced
5171:8cd17b2131a1 | 5172:be6e5ea38dda |
---|---|
317 clearly identifying the start of the section and its purpose. | 317 clearly identifying the start of the section and its purpose. |
318 Expose mc_alloced_storage_size() even when not MEMORY_USAGE_STATS; | 318 Expose mc_alloced_storage_size() even when not MEMORY_USAGE_STATS; |
319 this fixes build problems and is related to the export of | 319 this fixes build problems and is related to the export of |
320 lisp_object_storage_size() and malloced_storage_size() when | 320 lisp_object_storage_size() and malloced_storage_size() when |
321 non-MEMORY_USAGE_STATS in the previous change set. | 321 non-MEMORY_USAGE_STATS in the previous change set. |
322 | |
323 2010-03-22 Vin Shelton <acs@xemacs.org> | |
324 | |
325 * window.c (vars_of_window): Move HAVE_SCROLLBARS test so the code | |
326 can compile under Visual Studio 6. | |
327 | |
328 2010-03-21 Aidan Kehoe <kehoea@parhasard.net> | |
329 | |
330 * alloc.c (tick_lrecord_stats): | |
331 Fix the union build after Ben's last change, don't assume that a | |
332 Lisp_Object will fit into a Bytecount. | |
322 | 333 |
323 2010-03-20 Ben Wing <ben@xemacs.org> | 334 2010-03-20 Ben Wing <ben@xemacs.org> |
324 | 335 |
325 * alloc.c: | 336 * alloc.c: |
326 * alloc.c (init_lrecord_stats): | 337 * alloc.c (init_lrecord_stats): |