diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 20655598b1d..4622d9e6699 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-04-01 Ken Raeburn <raeburn@gnu.org> | ||
| 2 | |||
| 3 | * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand | ||
| 4 | non-union-type versions of XMARK and friends here, because XMARK | ||
| 5 | and friends won't work on an integer field if NO_UNION_TYPE is not | ||
| 6 | defined. | ||
| 7 | (make_number): Define as a function if it's not defined as a | ||
| 8 | macro. | ||
| 9 | |||
| 1 | 2000-04-01 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-04-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * term.c (TN_no_color_video): New variable. | 12 | * term.c (TN_no_color_video): New variable. |