aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 51b7b863ff0..15b6bf6baf2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12011-06-12 Martin Rudalics <rudalics@gmx.at>
2
3 * frame.c (make_frame): Call other_buffer_safely instead of
4 other_buffer.
5
6 * window.c (temp_output_buffer_show): Call display_buffer with
7 second argument Vtemp_buffer_show_specifiers and reset latter
8 immediately after the call.
9 (Vtemp_buffer_show_specifiers): New variable.
10 (auto_window_vscroll_p, next_screen_context_lines)
11 (Vscroll_preserve_screen_position): Remove leading asterisks from
12 doc-strings.
13
12011-06-12 Paul Eggert <eggert@cs.ucla.edu> 142011-06-12 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 Fix minor problems found by GCC 4.6.0 static checking. 16 Fix minor problems found by GCC 4.6.0 static checking.