aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 81f7fbbdc29..b394c37354f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12011-11-18 Eli Zaretskii <eliz@gnu.org>
2
3 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
4 hash values of the two rows.
5 (copy_row_except_pointers): Preserve the used[] arrays and the
6 hash values of the two rows. (Bug#10035)
7
8 * xdisp.c (row_hash): New function, body extracted from
9 compute_line_metrics.
10 (compute_line_metrics): Call row_hash, instead of computing the
11 hash code inline.
12
13 * dispnew.c (verify_row_hash): Call row_hash for computing the
14 hash code of a row, instead of duplicating code from xdisp.c.
15
16 * dispextern.h (row_hash): Add prototype.
17
12011-11-18 Tassilo Horn <tassilo@member.fsf.org> 182011-11-18 Tassilo Horn <tassilo@member.fsf.org>
2 19
3 * frame.c (delete_frame): Don't delete the terminal when the last 20 * frame.c (delete_frame): Don't delete the terminal when the last