Mercurial > emacs
comparison src/ChangeLog @ 39621:9bdef8d72924
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 05 Oct 2001 16:48:46 +0000 |
parents | 80c62639fd20 |
children | 218f185269b8 |
comparison
equal
deleted
inserted
replaced
39620:93b817947309 | 39621:9bdef8d72924 |
---|---|
1 2001-10-06 Miles Bader <miles@gnu.org> | |
2 | |
3 * xterm.h (struct x_output): Add scroll_bar_top_shadow_pixel and | |
4 scroll_bar_bottom_shadow_pixel fields. | |
5 * xterm.c (x_create_toolkit_scroll_bar): Try to allocate colors | |
6 for the shadows, and tell the toolkit about them if we succeed. | |
7 (x_destroy_window) [USE_TOOLKIT_SCROLL_BARS]: | |
8 Free scroll-bar shadow colors. | |
9 * xfns.c (x_set_scroll_bar_background) [USE_TOOLKIT_SCROLL_BARS]: | |
10 Free scroll-bar shadow colors when the background color changes. | |
11 (Fx_create_frame, x_create_tip_frame) [USE_TOOLKIT_SCROLL_BARS]: | |
12 Initialize scroll-bar shadow-color fields. | |
13 | |
1 2001-10-05 Gerd Moellmann <gerd@gnu.org> | 14 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
2 | 15 |
3 * fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there. | 16 * fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there. |
4 | 17 |
5 2001-10-05 Miles Bader <miles@gnu.org> | 18 2001-10-05 Miles Bader <miles@gnu.org> |