# HG changeset patch # User Miles Bader # Date 1022398600 0 # Node ID 7b343e11e4a334e269bee56484c4ae7c074f45d7 # Parent 1513f6afe56fd48dfc8f9a672ed783309927db17 *** empty log message *** diff -r 1513f6afe56f -r 7b343e11e4a3 src/ChangeLog --- a/src/ChangeLog Sun May 26 07:23:47 2002 +0000 +++ b/src/ChangeLog Sun May 26 07:36:40 2002 +0000 @@ -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.