diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7795d3dd221..00c255170ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * indent.c (sane_tab_width): New function. | 3 | * indent.c (sane_tab_width): New function. |
| 4 | (current_column, scan_for_column, Findent_to, position_indentation) | 4 | (current_column, scan_for_column, Findent_to, position_indentation) |
| 5 | (compute_motion): Use it. This is just for clarity. | 5 | (compute_motion): Use it. This is just for clarity. |
| 6 | (Fcompute_motion): Don't assume hscroll and tab offset fit in int. | ||
| 6 | 7 | ||
| 7 | * image.c (xbm_image_p): Don't assume stated width and height fit in int. | 8 | * image.c (xbm_image_p): Don't assume stated width and height fit in int. |
| 8 | 9 | ||