aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-29 02:46:52 +0000
committerRichard M. Stallman2002-07-29 02:46:52 +0000
commit3ea1bfb2949fa925b592b09ab25474616a9408cc (patch)
tree1ca1f735ecf596a155b8e2a798f64458c85d4208 /src
parent4c347bc85b209a63a2706fb8dbd3ca9f4a479e78 (diff)
downloademacs-3ea1bfb2949fa925b592b09ab25474616a9408cc.tar.gz
emacs-3ea1bfb2949fa925b592b09ab25474616a9408cc.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7f5ecaca6ea..c1a15e39242 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12002-07-28 Richard M. Stallman <rms@gnu.org>
2
3 * s/hpux8.h (HPUX8): Define this before including hpux.h.
4 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
5
6 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
7
8 * keyboard.c (make_lispy_event):
9 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
10 Explicitly clear up_modifier in event->modifiers.
11
12002-07-27 Richard M. Stallman <rms@gnu.org> 122002-07-27 Richard M. Stallman <rms@gnu.org>
2 13
3 * xterm.h (FRAME_CURSOR_WIDTH): New macro. 14 * xterm.h (FRAME_CURSOR_WIDTH): New macro.