diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b42ccbb177a..b957c146a83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2000-04-05 Ken Raeburn <raeburn@gnu.org> | 1 | 2000-04-05 Ken Raeburn <raeburn@gnu.org> |
| 2 | 2 | ||
| 3 | * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for | ||
| 4 | a pointer that looks like a lisp object. | ||
| 5 | (SET_INTERVAL_OBJECT): Don't explicitly compare the object with | ||
| 6 | zero, instead see whether it's an integer object, since they can't | ||
| 7 | have intervals. | ||
| 8 | (GET_INTERVAL_OBJECT): Simply assign to the destination. | ||
| 9 | |||
| 3 | * dispnew.c (allocate_matrices_for_frame_redisplay, | 10 | * dispnew.c (allocate_matrices_for_frame_redisplay, |
| 4 | direct_output_forward_char): Use X(U)INT and make_number as needed | 11 | direct_output_forward_char): Use X(U)INT and make_number as needed |
| 5 | to convert between (unsigned) int values and lisp integers. | 12 | to convert between (unsigned) int values and lisp integers. |