# HG changeset patch # User Richard M. Stallman # Date 1027910812 0 # Node ID 23e238634b440e53e7e98b7d51db60412a395236 # Parent 378639c31552dfaca085ec4fcb66bb64a5123bc9 *** empty log message *** diff -r 378639c31552 -r 23e238634b44 ChangeLog --- a/ChangeLog Mon Jul 29 02:45:49 2002 +0000 +++ b/ChangeLog Mon Jul 29 02:46:52 2002 +0000 @@ -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 * Makefile.in (gamedir, localstatedir): New variables. diff -r 378639c31552 -r 23e238634b44 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 29 02:45:49 2002 +0000 +++ b/lisp/ChangeLog Mon Jul 29 02:46:52 2002 +0000 @@ -1,3 +1,26 @@ +2002-07-28 Richard M. Stallman + + * 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 + + * 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 * ps-print.el: Update copyright year. diff -r 378639c31552 -r 23e238634b44 src/ChangeLog --- a/src/ChangeLog Mon Jul 29 02:45:49 2002 +0000 +++ b/src/ChangeLog Mon Jul 29 02:46:52 2002 +0000 @@ -1,3 +1,14 @@ +2002-07-28 Richard M. Stallman + + * 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 * xterm.h (FRAME_CURSOR_WIDTH): New macro.