aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e9bec9b6e9..007a21e0353 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-03-22 Paul Eggert <eggert@cs.ucla.edu> 12011-03-23 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * coding.c (encode_coding_raw_text): Avoid unnecessary test 3 * coding.c (encode_coding_raw_text): Avoid unnecessary test
4 the first time through the loop, since we know p0 < p1 then. 4 the first time through the loop, since we know p0 < p1 then.
@@ -22,8 +22,6 @@
22 * scroll.c (do_scrolling): Work around GCC bug 48228. 22 * scroll.c (do_scrolling): Work around GCC bug 48228.
23 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>. 23 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
24 24
252011-03-21 Paul Eggert <eggert@cs.ucla.edu>
26
27 * frame.c (Fmodify_frame_parameters): Simplify loop counter. 25 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
28 This also avoids a warning with gcc -Wstrict-overflow. 26 This also avoids a warning with gcc -Wstrict-overflow.
29 (validate_x_resource_name): Simplify count usage. 27 (validate_x_resource_name): Simplify count usage.
@@ -125,6 +123,11 @@
125 * callproc.c (call_process_cleanup): Now static. 123 * callproc.c (call_process_cleanup): Now static.
126 (relocate_fd): Rename locals to avoid shadowing. 124 (relocate_fd): Rename locals to avoid shadowing.
127 125
1262011-03-22 Chong Yidong <cyd@stupidchicken.com>
127
128 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
129 not to be necessary, and produces flickering.
130
1282011-03-20 Glenn Morris <rgm@gnu.org> 1312011-03-20 Glenn Morris <rgm@gnu.org>
129 132
130 * config.in: Remove file. 133 * config.in: Remove file.