aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-01-20 15:37:13 +0000
committerKim F. Storm2005-01-20 15:37:13 +0000
commit62fc9b0f7dbd714ac924a84b1f02863eb3856db1 (patch)
tree69768c7157c92481c850b3928f140c8b167f134e /src
parent82ead4b1427e6804c18ed7acb7c8e99a93059af0 (diff)
downloademacs-62fc9b0f7dbd714ac924a84b1f02863eb3856db1.tar.gz
emacs-62fc9b0f7dbd714ac924a84b1f02863eb3856db1.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d14994fc3f2..d69409965f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12005-01-20 Kim F. Storm <storm@cua.dk> 12005-01-20 Kim F. Storm <storm@cua.dk>
2 2
3 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
4
3 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows. 5 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
4 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this. 6 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
5 7