aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3375d985a41..477e74483e6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -82,6 +82,9 @@
82 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere. 82 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
83 (BIDI_BOB): Remove unused macro. 83 (BIDI_BOB): Remove unused macro.
84 84
85 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
86 deduce are never used uninitialized.
87
852011-03-06 Chong Yidong <cyd@stupidchicken.com> 882011-03-06 Chong Yidong <cyd@stupidchicken.com>
86 89
87 * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06 90 * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06