diff options
| author | Eli Zaretskii | 2000-10-16 19:21:17 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-16 19:21:17 +0000 |
| commit | dbf1fcc12018b71e349f3410561c1df89e1c6e54 (patch) | |
| tree | 227ab2aa1b3c22fa690fa87a111513ad2b51991d | |
| parent | 8fcacf13ee6ba0f769af98bc8e5cba8284ff1bcd (diff) | |
| download | emacs-dbf1fcc12018b71e349f3410561c1df89e1c6e54.tar.gz emacs-dbf1fcc12018b71e349f3410561c1df89e1c6e54.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 23 |
2 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d5b9b33a5d..4333d84585c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * term/pc-win.el (msdos-handle-reverse-video): Don't remove | ||
| 4 | reverse from the frame parameters, and don't invert foreground and | ||
| 5 | background colors. | ||
| 6 | |||
| 1 | 2000-10-16 Miles Bader <miles@gnu.org> | 7 | 2000-10-16 Miles Bader <miles@gnu.org> |
| 2 | 8 | ||
| 3 | * info.el (Info-set-mode-line): Use `%b' instead of hardwired | 9 | * info.el (Info-set-mode-line): Use `%b' instead of hardwired |
diff --git a/src/ChangeLog b/src/ChangeLog index 80ecdb3d058..d5c5c6fc140 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * dispextern.h (unspecified_fg, unspecified_bg): Declare. | ||
| 4 | |||
| 5 | * dosfns.c (unspecified_fg, unspecified_bg): Remove extern | ||
| 6 | declaration. | ||
| 7 | |||
| 8 | * msdos.c (IT_set_face): Compare highlighted face with the default | ||
| 9 | face, and invert colors if these faces' colors are identical. | ||
| 10 | (Fmsdos_remember_default_colors): Don't swap foreground and | ||
| 11 | background colors in initial_colors[]. | ||
| 12 | (IT_set_frame_parameters): Don't swap frame's foreground and | ||
| 13 | background pixels. If ALIST includes "(reverse . t)", swap | ||
| 14 | foreground-color and background-color properties in frame's | ||
| 15 | param_alist. If the original frame's param_alist doesn't specify | ||
| 16 | the colors, store unspecified-fg and unspecified-bg, reversed if | ||
| 17 | required. | ||
| 18 | |||
| 19 | * frame.c (Fframe_parameters): If a tty's frame's param_alist says | ||
| 20 | the colors are unspecified and reversed, reverse fore- and back- | ||
| 21 | ground in the returned value. | ||
| 22 | (Fframe_parameter): Ditto. | ||
| 23 | |||
| 1 | 2000-10-16 Gerd Moellmann <gerd@gnu.org> | 24 | 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 25 | ||
| 3 | * xdisp.c (find_last_unchanged_at_beg_row): Renamed from | 26 | * xdisp.c (find_last_unchanged_at_beg_row): Renamed from |