aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2001-10-05 16:48:46 +0000
committerMiles Bader2001-10-05 16:48:46 +0000
commit4650e3623ce24f7fd5a149d7487de7f7a1d15827 (patch)
tree2a5100e9f3824202f90815eb257d6441d3a39bc5 /src/ChangeLog
parentce66a8a4c6147aff3793f4c231fa4b8853c409fa (diff)
downloademacs-4650e3623ce24f7fd5a149d7487de7f7a1d15827.tar.gz
emacs-4650e3623ce24f7fd5a149d7487de7f7a1d15827.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-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.