Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Mar 01 22:51:16 2006 +0000 +++ b/src/ChangeLog Thu Mar 02 17:11:47 2006 +0000 @@ -1,3 +1,15 @@ +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. + 2006-02-22 Marcus Crestani <crestani@xemacs.org> Asynchronous finalization: