diff options
| author | Ken Raeburn | 2000-04-02 01:52:58 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-04-02 01:52:58 +0000 |
| commit | cc2d8c6b3dfb886957d7adfffbaeccdfb68ae13d (patch) | |
| tree | 6584a850113a14a9528780f1856d96f46f43e119 /src/ChangeLog | |
| parent | ccf5869a2ed23ebb44fcfb41f234a52e6a7fe835 (diff) | |
| download | emacs-cc2d8c6b3dfb886957d7adfffbaeccdfb68ae13d.tar.gz emacs-cc2d8c6b3dfb886957d7adfffbaeccdfb68ae13d.zip | |
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
versions of XMARK and friends here, because XMARK and friends won't work on an
integer field if NO_UNION_TYPE is not defined.
(make_number): Define as a function if it's not defined as a macro.
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. |