diff options
| author | Gerd Moellmann | 2001-03-30 17:52:51 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-30 17:52:51 +0000 |
| commit | 12700f406acfb17f71ab843c91cadb6fe27c53f9 (patch) | |
| tree | f09d4e885cf43f6a41c91ccb1c70ff3e5bc329a2 /src/ChangeLog | |
| parent | 87d8eba4b7c90ea331c1f9cce2910a832fbdbbf1 (diff) | |
| download | emacs-12700f406acfb17f71ab843c91cadb6fe27c53f9.tar.gz emacs-12700f406acfb17f71ab843c91cadb6fe27c53f9.zip | |
(handle_display_prop): Fix recognition of subproperty
lists.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a8fdc669f2d..b97085a2b12 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-03-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (handle_display_prop): Fix recognition of subproperty | ||
| 4 | lists. | ||
| 5 | |||
| 3 | * xdisp.c (reseat_to_string): Undo last change. | 6 | * xdisp.c (reseat_to_string): Undo last change. |
| 4 | 7 | ||
| 5 | * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current | 8 | * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current |