diff options
| author | Glenn Morris | 2007-08-28 08:29:15 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-28 08:29:15 +0000 |
| commit | ec6ae7a3fe715bd7e6a76a70384d0838bc33c85e (patch) | |
| tree | e025613753e9431508a60b0463e7e1b82db62e71 /src/ChangeLog.multi-tty | |
| parent | 177efa909719cb280e6edc822dfbdf035b1b8d1f (diff) | |
| download | emacs-ec6ae7a3fe715bd7e6a76a70384d0838bc33c85e.tar.gz emacs-ec6ae7a3fe715bd7e6a76a70384d0838bc33c85e.zip | |
More of the same.
Diffstat (limited to 'src/ChangeLog.multi-tty')
| -rw-r--r-- | src/ChangeLog.multi-tty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index 15f6fe46638..6e4d0e6224d 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty | |||
| @@ -1146,12 +1146,13 @@ | |||
| 1146 | (memory_below_frame, fast_clear_end_of_line): Move to struct terminal. | 1146 | (memory_below_frame, fast_clear_end_of_line): Move to struct terminal. |
| 1147 | (min_padding_speed, dont_calculate_costs): Comment out (unused). | 1147 | (min_padding_speed, dont_calculate_costs): Comment out (unused). |
| 1148 | 1148 | ||
| 1149 | * term.c (set_terminal_window, ins_del_lines, calculate_costs, term_init) | ||
| 1150 | * dispnew.c (line_hash_code, line_draw_cost) | 1149 | * dispnew.c (line_hash_code, line_draw_cost) |
| 1151 | (direct_output_for_insert, update_frame_1, scrolling, update_frame_line) | 1150 | (direct_output_for_insert, update_frame_1, scrolling, update_frame_line) |
| 1152 | * scroll.c (calculate_scrolling, calculate_direct_scrolling) | 1151 | * scroll.c (calculate_scrolling, calculate_direct_scrolling) |
| 1153 | (scrolling_1, scroll_cost) | 1152 | (scrolling_1, scroll_cost) |
| 1154 | * sysdep.c (hft_init) | 1153 | * sysdep.c (hft_init) |
| 1154 | * term.c (set_terminal_window, ins_del_lines, calculate_costs) | ||
| 1155 | (term_init) | ||
| 1155 | * xdisp.c (try_window_id) | 1156 | * xdisp.c (try_window_id) |
| 1156 | * xterm.c (x_initialize): Use the accessor macros for terminal | 1157 | * xterm.c (x_initialize): Use the accessor macros for terminal |
| 1157 | characteristics. | 1158 | characteristics. |