Mercurial > emacs
comparison src/ChangeLog @ 39243:c7eaef59d498
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 11 Sep 2001 12:25:06 +0000 |
parents | 246f0728f1d7 |
children | 6c123a053838 |
comparison
equal
deleted
inserted
replaced
39242:ba9a0646b0a5 | 39243:c7eaef59d498 |
---|---|
1 2001-09-11 Gerd Moellmann <gerd@gnu.org> | 1 2001-09-11 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * textprop.c (verify_interval_modification): Don't run | |
4 modification-hooks if inhibit_modification_hooks. | |
5 | |
6 * dispnew.c (set_window_cursor_after_update): Fix code | |
7 finding glyph row containing cursor when cursor_in_echo_area | |
8 is >= 0. | |
2 | 9 |
3 * xdisp.c (init_from_display_pos): Put some code in #if 0. | 10 * xdisp.c (init_from_display_pos): Put some code in #if 0. |
4 (add_to_log): Use bcopy instead of strcpy. | 11 (add_to_log): Use bcopy instead of strcpy. |
5 (init_from_display_pos): Use an explicit loop over bytes in | 12 (init_from_display_pos): Use an explicit loop over bytes in |
6 overlay strings instead of calling index. | 13 overlay strings instead of calling index. |