Mercurial > emacs
comparison src/ChangeLog @ 100633:5395c014feb8
* buffer.c (init_buffer): Use realloc instead of xrealloc.
* gtkutil.c (free_widget_value): Use xfree instead of free.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 22 Dec 2008 09:48:21 +0000 |
parents | 389db2f016a4 |
children | c7b149d90f17 |
comparison
equal
deleted
inserted
replaced
100632:389db2f016a4 | 100633:5395c014feb8 |
---|---|
1 2008-12-22 Andreas Schwab <schwab@suse.de> | |
2 | |
3 * buffer.c (init_buffer): Use realloc instead of xrealloc. | |
4 * gtkutil.c (free_widget_value): Use xfree instead of free. | |
5 | |
1 2008-12-22 Martin Rudalics <rudalics@gmx.at> | 6 2008-12-22 Martin Rudalics <rudalics@gmx.at> |
2 | 7 |
3 * frame.c (delete_frame): New function derived from | 8 * frame.c (delete_frame): New function derived from |
4 Fdelete_frame to handle Qnoelisp value for FORCE argument. | 9 Fdelete_frame to handle Qnoelisp value for FORCE argument. |
5 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450) | 10 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450) |