From: Miles Bader Date: Sun, 26 May 2002 07:36:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14869 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e8abde7d3a35ec43cd4e66daf281f7d4598c901;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index d3e45d4a919..407c48b9a90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2002-05-26 Miles Bader + + * term.c (tty_capable_p): New function. + * dispextern.h (tty_capable_p): New function declaration. + (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM) + (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros. + 2002-05-23 Stefan Monnier * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.