comparison src/ChangeLog @ 3267:a0de8be91f1b

[xemacs-hg @ 2006-03-02 17:11:45 by crestani] 2006-03-02 Marcus Crestani <crestani@xemacs.org> * gc.c (show_gc_cursor_and_message): New. * gc.c (remove_gc_cursor_and_message): New. * gc.c (gc_prepare): Move mouse pointer code to show_gc_cursor_and_message. * gc.c (gc_finish): Move mouse pointer code to remove_gc_cursor_and_message. * gc.c (gc): Call show/remove_gc_cursor_and_message. * gc.c (garbage_collect_1): Call show/remove_gc_cursor_and_message.
author crestani
date Thu, 02 Mar 2006 17:11:47 +0000
parents d674024a8674
children 390dee4913ba
comparison
equal deleted inserted replaced
3266:d19f5a0af6d6 3267:a0de8be91f1b
1 2006-03-02 Marcus Crestani <crestani@xemacs.org>
2
3 * gc.c (show_gc_cursor_and_message): New.
4 * gc.c (remove_gc_cursor_and_message): New.
5 * gc.c (gc_prepare): Move mouse pointer code to
6 show_gc_cursor_and_message.
7 * gc.c (gc_finish): Move mouse pointer code to
8 remove_gc_cursor_and_message.
9 * gc.c (gc): Call show/remove_gc_cursor_and_message.
10 * gc.c (garbage_collect_1): Call
11 show/remove_gc_cursor_and_message.
12
1 2006-02-22 Marcus Crestani <crestani@xemacs.org> 13 2006-02-22 Marcus Crestani <crestani@xemacs.org>
2 14
3 Asynchronous finalization: 15 Asynchronous finalization:
4 16
5 * Makefile.in.in: Remove mc-alloc, replace with newgc. 17 * Makefile.in.in: Remove mc-alloc, replace with newgc.