diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-07-21 19:31:38 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-07-21 19:31:38 +0000 |
commit | b4c814e272906927e8cdcb985874dc93dae3fc42 (patch) | |
tree | 17fbdd500f4cb24ce8ce5c811130b99e88ab8bac /ChangeLog.pre-2-10 | |
parent | 8cf49d7c10a6ed382aeea15e8202a0da0fbe3ad6 (diff) | |
download | gtk+-b4c814e272906927e8cdcb985874dc93dae3fc42.tar.gz |
We free things from the text property MemChunk, so it needs to be
Wed Jul 15 17:44:47 1998 Owen Taylor <otaylor@redhat.com>
* gtk/gtktext.c (new_text_property): We free things from
the text property MemChunk, so it needs to be G_ALLOC_AND_FREE.
* Fix up line start cache when splitting a property
during an insert.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index fdcb3d9b7e..25ff25730f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +Wed Jul 15 17:44:47 1998 Owen Taylor <otaylor@redhat.com> + + * gtk/gtktext.c (new_text_property): We free things from + the text property MemChunk, so it needs to be G_ALLOC_AND_FREE. + + * Fix up line start cache when splitting a property + during an insert. + 1998-07-20 Raph Levien <raph@acm.org> * gdk/gdkrgb.c: More cleanups in the config process. |