diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-04-01 13:39:21 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-04-01 13:39:21 +0000 |
commit | 27660e89c57c0979ed23109b8d32b4d18c10c34a (patch) | |
tree | b3bbe4169c1c6eceb7ec7aa5c2f70d3a7b95558f | |
parent | 4e6ba4a490eed7a9834cea33b13a76d892698c97 (diff) | |
download | emacs-27660e89c57c0979ed23109b8d32b4d18c10c34a.tar.gz emacs-27660e89c57c0979ed23109b8d32b4d18c10c34a.tar.bz2 emacs-27660e89c57c0979ed23109b8d32b4d18c10c34a.zip |
*** empty log message ***
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1bfc02e5d8b..20655598b1d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2000-04-01 Gerd Moellmann <gerd@gnu.org> + + * term.c (TN_no_color_video): New variable. + (term_init): Intitialize TN_no_color_video. + (enum no_color_bit): New enumeration. + (MAY_USE_WITH_COLORS_P): New macro. + (turn_on_face): Use it to determine if attributes may be used + combined with colors. + 2000-04-01 Ken Raeburn <raeburn@gnu.org> * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues |