]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMiles Bader <miles@gnu.org>
Sun, 26 May 2002 07:36:40 +0000 (07:36 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 26 May 2002 07:36:40 +0000 (07:36 +0000)
src/ChangeLog

index d3e45d4a9199d096c775616df095712b2f46d388..407c48b9a90238534e4bd6051b23c5d5bdf61235 100644 (file)
@@ -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.