diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4622d9e6699..247f1123050 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,12 @@ | |||
| 7 | (make_number): Define as a function if it's not defined as a | 7 | (make_number): Define as a function if it's not defined as a |
| 8 | macro. | 8 | macro. |
| 9 | 9 | ||
| 10 | * editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP | ||
| 11 | to test Lisp_Object boolean value. | ||
| 12 | (Fformat): Use a temporary variable to avoid ENABLE_CHECKING | ||
| 13 | problems reading from and changing the same lisp value in an | ||
| 14 | XSETSTRING call. | ||
| 15 | |||
| 10 | 2000-04-01 Gerd Moellmann <gerd@gnu.org> | 16 | 2000-04-01 Gerd Moellmann <gerd@gnu.org> |
| 11 | 17 | ||
| 12 | * term.c (TN_no_color_video): New variable. | 18 | * term.c (TN_no_color_video): New variable. |