diff options
| author | Paul Eggert | 2011-03-05 23:50:01 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-05 23:50:01 -0800 |
| commit | 5489860be109ec6fa2a7d143cdecb6887e37f5d5 (patch) | |
| tree | b15cef9e711d27ae9bbcfb726b64e6a78eda1bd7 /src/ChangeLog | |
| parent | 257219bd2eeebc6590fc075e74903c1d4cc43414 (diff) | |
| download | emacs-5489860be109ec6fa2a7d143cdecb6887e37f5d5.tar.gz emacs-5489860be109ec6fa2a7d143cdecb6887e37f5d5.zip | |
* xdisp.c: Rename or move local decls to avoid shadowing.
(init_iterator, handle_fontified_prop, handle_single_display_spec):
(message_dolog, message_with_string, redisplay_internal):
(redisplay_window, try_window_reusing_current_matrix, try_window_id):
(compute_line_metrics, highlight_trailing_whitespace, cursor_row_p):
(display_line, display_string, rows_from_pos_range):
(mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame):
Rename or move local decls.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 34e28866144..29514f03177 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-03-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * xdisp.c: Rename or move local decls to avoid shadowing. | ||
| 4 | (init_iterator, handle_fontified_prop, handle_single_display_spec): | ||
| 5 | (message_dolog, message_with_string, redisplay_internal): | ||
| 6 | (redisplay_window, try_window_reusing_current_matrix, try_window_id): | ||
| 7 | (compute_line_metrics, highlight_trailing_whitespace, cursor_row_p): | ||
| 8 | (display_line, display_string, rows_from_pos_range): | ||
| 9 | (mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame): | ||
| 10 | Rename or move local decls. | ||
| 11 | |||
| 1 | 2011-03-02 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2011-03-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | Work around some portability problems with symlinks. | 14 | Work around some portability problems with symlinks. |