summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.