diff options
| author | Eli Zaretskii | 2000-01-03 16:56:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-01-03 16:56:40 +0000 |
| commit | 24480d5b0868b4140b33a1fe2257f52f331f05bf (patch) | |
| tree | e3bb141a60be053c310ad6091637e42437aa1aa4 /src/ChangeLog | |
| parent | ef917393c4b4f17d53e6846f1351c3dcc9e6c1af (diff) | |
| download | emacs-24480d5b0868b4140b33a1fe2257f52f331f05bf.tar.gz emacs-24480d5b0868b4140b33a1fe2257f52f331f05bf.zip | |
(unspecified_colors): Remove.
(msdos_stdcolor_idx): Use global variables unspecified_fg and
unspecified_bg.
(msdos_stdcolor_name): Return strings for unspecified fore- and
back-ground colors.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 59a6590cbe4..37def97ce36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * dosfns.c (unspecified_colors): Remove. | ||
| 4 | (msdos_stdcolor_idx): Use global variables unspecified_fg and | ||
| 5 | unspecified_bg. | ||
| 6 | (msdos_stdcolor_name): Return strings for unspecified fore- and | ||
| 7 | back-ground colors. | ||
| 8 | |||
| 9 | * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove. | ||
| 10 | (syms_of_xfaces): Remove theit staticpro's. | ||
| 11 | (tty_color_name): Return Lisp strings for unspecified fore- and | ||
| 12 | back-ground colors. | ||
| 13 | (Finternal_set_lisp_face_attribute): Remove the special treatment | ||
| 14 | for Qunspecified_{f,b}g. | ||
| 15 | (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp | ||
| 16 | string. | ||
| 17 | |||
| 1 | 2000-01-03 Gerd Moellmann <gerd@gnu.org> | 18 | 2000-01-03 Gerd Moellmann <gerd@gnu.org> |
| 2 | 19 | ||
| 3 | * xdisp.c (reseat_at_next_visible_line_start): Position before | 20 | * xdisp.c (reseat_at_next_visible_line_start): Position before |