diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c034bba6fa8..a8fc8a8a217 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-06-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * indent.c (sane_tab_width): New function. | ||
| 4 | (current_column, scan_for_column, Findent_to, position_indentation) | ||
| 5 | (compute_motion): Use it. This is just for clarity. | ||
| 6 | |||
| 3 | * image.c (xbm_image_p): Don't assume stated width and height fit in int. | 7 | * image.c (xbm_image_p): Don't assume stated width and height fit in int. |
| 4 | 8 | ||
| 5 | * lisp.h (lint_assume): New macro. | 9 | * lisp.h (lint_assume): New macro. |