diff options
| author | Eli Zaretskii | 2010-09-24 13:48:10 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2010-09-24 13:48:10 -0400 |
| commit | ace1712c7feb83cc6b03d31b7a8b0439b83b7212 (patch) | |
| tree | 8fb7f4713b4b14fc09f71d7f0c49274c4492a511 /src/ChangeLog | |
| parent | 4f3a2f8d41f3a1e2be27921e8271c5fdb78e6d98 (diff) | |
| download | emacs-ace1712c7feb83cc6b03d31b7a8b0439b83b7212.tar.gz emacs-ace1712c7feb83cc6b03d31b7a8b0439b83b7212.zip | |
Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.
keyboard.c (make_lispy_position): Use EMACS_INT for buffer
positions.
xdisp.c (redisplay_internal, try_window_id)
(set_cursor_from_row, find_first_unchanged_at_end_row): Use
EMACS_INT for buffer positions.
dispextern.h (set_cursor_from_row, mode_line_string)
(marginal_area_string): Adjust prototypes.
dispnew.c (increment_matrix_positions)
(increment_row_positions, copy_glyph_row_contents)
(mode_line_string, marginal_area_string): Use EMACS_INT for buffer
positions.
dispextern.h (mode_line_string, marginal_area_string)
(increment_matrix_positions, increment_row_positions): Adjust
prototypes.
data.c (Faref, Faset): Use EMACS_INT for string length and
positions.
cmds.c (internal_self_insert): Use EMACS_INT for the count of
characters to insert.
ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
position and size.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7c13fab36b9..49267dc405f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,33 @@ | |||
| 1 | 2010-09-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-09-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (make_lispy_position): Use EMACS_INT for buffer | ||
| 4 | positions. | ||
| 5 | |||
| 6 | * xdisp.c (redisplay_internal, try_window_id) | ||
| 7 | (set_cursor_from_row, find_first_unchanged_at_end_row): Use | ||
| 8 | EMACS_INT for buffer positions. | ||
| 9 | |||
| 10 | * dispextern.h (set_cursor_from_row, mode_line_string) | ||
| 11 | (marginal_area_string): Adjust prototypes. | ||
| 12 | |||
| 13 | * dispnew.c (increment_matrix_positions) | ||
| 14 | (increment_row_positions, copy_glyph_row_contents) | ||
| 15 | (mode_line_string, marginal_area_string): Use EMACS_INT for buffer | ||
| 16 | positions. | ||
| 17 | |||
| 18 | * dispextern.h (mode_line_string, marginal_area_string) | ||
| 19 | (increment_matrix_positions, increment_row_positions): Adjust | ||
| 20 | prototypes. | ||
| 21 | |||
| 22 | * data.c (Faref, Faset): Use EMACS_INT for string length and | ||
| 23 | positions. | ||
| 24 | |||
| 25 | * cmds.c (internal_self_insert): Use EMACS_INT for the count of | ||
| 26 | characters to insert. | ||
| 27 | |||
| 28 | * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string | ||
| 29 | position and size. | ||
| 30 | |||
| 3 | * syntax.c (scan_words, update_syntax_table) | 31 | * syntax.c (scan_words, update_syntax_table) |
| 4 | (prev_char_comend_first, back_comment, skip_chars) | 32 | (prev_char_comend_first, back_comment, skip_chars) |
| 5 | (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use | 33 | (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use |