diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0ebc363f451..b67dd8bf797 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var. | 11 | * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var. |
| 12 | (produce_glyphless_glyph): Make a pointer "const" | 12 | (produce_glyphless_glyph): Make a pointer "const" |
| 13 | since it might point to immutable storage. | 13 | since it might point to immutable storage. |
| 14 | (update_window_cursor): Now static, since it's not used elsewhere. | ||
| 14 | 15 | ||
| 15 | 2011-03-06 Michael Shields <shields@msrl.com> (tiny change) | 16 | 2011-03-06 Michael Shields <shields@msrl.com> (tiny change) |
| 16 | 17 | ||