summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-23 08:39:08 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-23 08:39:08 +0000
commit1375bfe7189dc1a316ebee510175baf48fcee0cd (patch)
tree031fd515904b2b812000951f50a448caff6a5a74 /ChangeLog
parent9a70a1fea66d11a81415bdc082679a6d586ff7cc (diff)
Bug 339448 – selection doesn't respect hard newlines
2006-04-23 Behdad Esfahbod <behdad@gnome.org> Bug 339448 – selection doesn't respect hard newlines * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Add newline to the end of each line that is not soft-wrapped.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17be6b9..1955293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-04-23 Behdad Esfahbod <behdad@gnome.org>
+ Bug 339448 – selection doesn't respect hard newlines
+
+ * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Add newline
+ to the end of each line that is not soft-wrapped.
+
+2006-04-23 Behdad Esfahbod <behdad@gnome.org>
+
Bug 148720 – Word selection erroneously captures text from next line
Patch from Chris Heath.