diff options
| author | Jason Rumney | 2007-11-29 21:57:25 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-11-29 21:57:25 +0000 |
| commit | b510360c6bf66da86512b837c9533cbd24b776fe (patch) | |
| tree | 10abb551612f0707f01dd37335db127777537603 /src/ChangeLog | |
| parent | 4b7ab1c4bca3c9b22d73828e38b0b810ec5885d0 (diff) | |
| download | emacs-b510360c6bf66da86512b837c9533cbd24b776fe.tar.gz emacs-b510360c6bf66da86512b837c9533cbd24b776fe.zip | |
Leave HAVE_WINDOW_SYSTEM defined.
(w32_face_attributes): Use Vtty_defined_color_alist to determine
if the terminal colors are initialized.
(unspecified_fg, unspecified_bg): Remove unused declarations.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e4d37ade79e..c44fdba9200 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-11-29 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32console.c: Leave HAVE_WINDOW_SYSTEM defined. | ||
| 4 | (w32_face_attributes): Use Vtty_defined_color_alist to determine | ||
| 5 | if the terminal colors are initialized. | ||
| 6 | (unspecified_fg, unspecified_bg): Remove unused declarations. | ||
| 7 | |||
| 1 | 2007-11-29 Andreas Schwab <schwab@suse.de> | 8 | 2007-11-29 Andreas Schwab <schwab@suse.de> |
| 2 | 9 | ||
| 3 | * keyboard.c (apply_modifiers): Fix typo. | 10 | * keyboard.c (apply_modifiers): Fix typo. |