Mercurial > emacs
comparison src/ChangeLog @ 50480:25b85b1e2260
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Mon, 07 Apr 2003 14:14:13 +0000 |
parents | b473e7c82366 |
children | daa79910d356 |
comparison
equal
deleted
inserted
replaced
50479:4e1d24f23f2f | 50480:25b85b1e2260 |
---|---|
1 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org> | |
2 | |
3 * Makefile.in (md5.o): Add missing dependency info. | |
4 | |
1 2003-04-06 Richard M. Stallman <rms@gnu.org> | 5 2003-04-06 Richard M. Stallman <rms@gnu.org> |
2 | 6 |
3 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end. | 7 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end. |
4 | 8 |
5 * marker.c (verify_bytepos): New function. | 9 * marker.c (verify_bytepos): New function. |
9 characters. If an interval gets zero total-length, delete it. | 13 characters. If an interval gets zero total-length, delete it. |
10 If an interval consists of just its children, delete one of them. | 14 If an interval consists of just its children, delete one of them. |
11 | 15 |
12 * intervals.h (CHECK_TOTAL_LENGTH): New macro. | 16 * intervals.h (CHECK_TOTAL_LENGTH): New macro. |
13 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH. | 17 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH. |
14 | 18 |
15 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted. | 19 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted. |
16 All calls deleted. | 20 All calls deleted. |
17 (lisp_malloc): Do the work here directly. | 21 (lisp_malloc): Do the work here directly. |
18 | 22 |
19 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change) | 23 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change) |