aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index de0875d764e..fea0f799828 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12001-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
12001-10-05 Gerd Moellmann <gerd@gnu.org> 142001-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.