aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-20 17:24:36 +0000
committerGerd Moellmann2000-11-20 17:24:36 +0000
commit09dfdf85acdae3ebe8e110610a4a5f90e77459b1 (patch)
treea6420b3c348cb59c06e3ab339c96f714aaa68e93 /src/ChangeLog
parentff9ab41497e05841639181129f4eebfefba8134d (diff)
downloademacs-09dfdf85acdae3ebe8e110610a4a5f90e77459b1.tar.gz
emacs-09dfdf85acdae3ebe8e110610a4a5f90e77459b1.zip
(MAP_FAILED): Define it as `((void *) -1)' if it's
not defined in mman.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e80ec2afb28..85ddee278ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-11-20 Gerd Moellmann <gerd@gnu.org> 12000-11-20 Gerd Moellmann <gerd@gnu.org>
2 2
3 * buffer.c (MAP_FAILED): Define it as `((void *) -1)' if it's
4 not defined in mman.h.
5
3 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New 6 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New
4 variables. 7 variables.
5 (x_send_scroll_bar_event): Store the window in scroll_bar_windows 8 (x_send_scroll_bar_event): Store the window in scroll_bar_windows