diff options
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 |