diff options
| author | Miles Bader | 2002-05-26 07:36:40 +0000 |
|---|---|---|
| committer | Miles Bader | 2002-05-26 07:36:40 +0000 |
| commit | 9e8abde7d3a35ec43cd4e66daf281f7d4598c901 (patch) | |
| tree | f6e3f190023403fa76479babd9941f0a9a6cc78f /src | |
| parent | b63a55ac9707f09d90e4f2f4cd3a0acc5ef5cc56 (diff) | |
| download | emacs-9e8abde7d3a35ec43cd4e66daf281f7d4598c901.tar.gz emacs-9e8abde7d3a35ec43cd4e66daf281f7d4598c901.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d3e45d4a919..407c48b9a90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-05-26 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * term.c (tty_capable_p): New function. | ||
| 4 | * dispextern.h (tty_capable_p): New function declaration. | ||
| 5 | (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM) | ||
| 6 | (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros. | ||
| 7 | |||
| 1 | 2002-05-23 Stefan Monnier <monnier@cs.yale.edu> | 8 | 2002-05-23 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 9 | ||
| 3 | * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE. | 10 | * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE. |