aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 11:43:58 -0800
committerPaul Eggert2011-03-06 11:43:58 -0800
commit367c19e58bd4ccf47dd0ce018002b2ae4e12f949 (patch)
tree0a17d637c09053a92a564afaabb2c2ce106a85fd /src/ChangeLog
parent7831777b8a9e8d2f68bd17058359ea8849d66f70 (diff)
downloademacs-367c19e58bd4ccf47dd0ce018002b2ae4e12f949.tar.gz
emacs-367c19e58bd4ccf47dd0ce018002b2ae4e12f949.zip
* xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
Add a FIXME comment, since the code still doesn't look right.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d0380e42e49..94ce2a9f6ce 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-06 Paul Eggert <eggert@cs.ucla.edu> 12011-03-06 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
4 Add a FIXME comment, since the code still doesn't look right.
5
3 current_column: Now returns EMACS_INT, fixing some iftc. 6 current_column: Now returns EMACS_INT, fixing some iftc.
4 * bytecode.c (Fbyte_code): Don't cast current_column () to int. 7 * bytecode.c (Fbyte_code): Don't cast current_column () to int.
5 * cmds.c (internal_self_insert): Likewise. 8 * cmds.c (internal_self_insert): Likewise.
@@ -10,6 +13,7 @@
10 to int. 13 to int.
11 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec): 14 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
12 Likewise. 15 Likewise.
16
13 * cmds.c (internal_self_insert): Declare locals to be EMACS_INT, 17 * cmds.c (internal_self_insert): Declare locals to be EMACS_INT,
14 not int or double, if they might contain a column number. 18 not int or double, if they might contain a column number.
15 * indent.c (current_column, Findent_to, indented_beyond_p): 19 * indent.c (current_column, Findent_to, indented_beyond_p):