changeset 45523:7b343e11e4a3

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Sun, 26 May 2002 07:36:40 +0000
parents 1513f6afe56f
children f48a8ed9d03a
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <miles@gnu.org>
+
+	* 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  <monnier@cs.yale.edu>
 
 	* fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.