aboutsummaryrefslogtreecommitdiffstats
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
parent4c347bc85b209a63a2706fb8dbd3ca9f4a479e78 (diff)
downloademacs-3ea1bfb2949fa925b592b09ab25474616a9408cc.tar.gz
emacs-3ea1bfb2949fa925b592b09ab25474616a9408cc.zip
*** empty log message ***
-rw-r--r--ChangeLog2
-rw-r--r--lisp/ChangeLog23
-rw-r--r--src/ChangeLog11
3 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31c5c2a3135..0c2d156929a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
6 6
7 * configure.in: Don't print anything special about gamedir. 7 * configure.in: Don't print anything special about gamedir.
8 8
9 * configure.in: Delete nonstandard --with-game-user option.
10
92002-07-21 Richard M. Stallman <rms@gnu.org> 112002-07-21 Richard M. Stallman <rms@gnu.org>
10 12
11 * Makefile.in (gamedir, localstatedir): New variables. 13 * Makefile.in (gamedir, localstatedir): New variables.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9df45c77ea1..36274a78c3a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12002-07-28 Richard M. Stallman <rms@gnu.org>
2
3 * bindings.el (mode-line-format): Handle vc-mode specially.
4 Move mode-line-position to after global-mode-string.
5 (mode-line-modes): Move the starting 3 spaces out of here.
6 (mode-line-position): Separate with a space, not dashes.
7
8 * vc-hooks.el: Don't add to minor-mode-alist.
9
10 * emacs-lisp/edebug.el (edebug-debugger):
11 If inside redisplay, just return.
12
13 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
14
15 * info.el (Info-find-index-name): Improve last change.
16
172002-07-27 Richard M. Stallman <rms@gnu.org>
18
19 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
20
21 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
22 in the third case.
23
12002-07-27 Markus Rost <rost@math.ohio-state.edu> 242002-07-27 Markus Rost <rost@math.ohio-state.edu>
2 25
3 * ps-print.el: Update copyright year. 26 * ps-print.el: Update copyright year.
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.