diff options
| author | Gerd Moellmann | 2001-09-11 12:25:06 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-09-11 12:25:06 +0000 |
| commit | d4881c6acbb41cfd507b533efdd2cdaaf5eac204 (patch) | |
| tree | 563a6b047e7d2ff816f0a06ab10bfd19ce64d439 /src/ChangeLog | |
| parent | 4e1513b5948ef2d160e2b648e95dc6ce28221474 (diff) | |
| download | emacs-d4881c6acbb41cfd507b533efdd2cdaaf5eac204.tar.gz emacs-d4881c6acbb41cfd507b533efdd2cdaaf5eac204.zip | |
(verify_interval_modification): Don't run
modification-hooks if inhibit_modification_hooks.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 61fcbf13a62..da8b012b3ae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2001-09-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-09-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 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. | ||
| 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 |