]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Jul 2002 02:46:52 +0000 (02:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Jul 2002 02:46:52 +0000 (02:46 +0000)
ChangeLog
lisp/ChangeLog
src/ChangeLog

index 31c5c2a3135b33ea545439bfc6cb37692d9bdab2..0c2d156929ad70b83f16647abe9c856102e6b08a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
 
        * configure.in: Don't print anything special about gamedir.
 
+       * configure.in: Delete nonstandard --with-game-user option.
+       
 2002-07-21  Richard M. Stallman  <rms@gnu.org>
 
        * Makefile.in (gamedir, localstatedir): New variables.
index 9df45c77ea1e212991be499383a34e4c0b436c20..36274a78c3a14ef71389dc0be75c20cf2aa5a028 100644 (file)
@@ -1,3 +1,26 @@
+2002-07-28  Richard M. Stallman  <rms@gnu.org>
+
+       * bindings.el (mode-line-format): Handle vc-mode specially.
+       Move mode-line-position to after global-mode-string.
+       (mode-line-modes): Move the starting 3 spaces out of here.
+       (mode-line-position): Separate with a space, not dashes.
+
+       * vc-hooks.el: Don't add to minor-mode-alist.
+
+       * emacs-lisp/edebug.el (edebug-debugger):
+       If inside redisplay, just return.
+
+       * emacs-lisp/debug.el (debug): If inside redisplay, just return.
+
+       * info.el (Info-find-index-name): Improve last change.
+
+2002-07-27  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
+
+       * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
+       in the third case.
+
 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
 
        * ps-print.el: Update copyright year.
index 7f5ecaca6ea6c2e14ed7f772421e57cf97ce99b1..c1a15e3924215c1da60192c87ece1b9c6bd93ea5 100644 (file)
@@ -1,3 +1,14 @@
+2002-07-28  Richard M. Stallman  <rms@gnu.org>
+
+       * s/hpux8.h (HPUX8): Define this before including hpux.h.
+       (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
+       
+       * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
+
+       * keyboard.c (make_lispy_event):
+       Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
+       Explicitly clear up_modifier in event->modifiers.
+
 2002-07-27  Richard M. Stallman  <rms@gnu.org>
 
        * xterm.h (FRAME_CURSOR_WIDTH): New macro.