# HG changeset patch # User Richard M. Stallman # Date 1022778965 0 # Node ID a66800bc552083c36454b783eb186d49f10c3b9c # Parent 6c146fa859737d8f6005842f3d01e16352550e3e *** empty log message *** diff -r 6c146fa85973 -r a66800bc5520 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu May 30 17:15:45 2002 +0000 +++ b/lib-src/ChangeLog Thu May 30 17:16:05 2002 +0000 @@ -1,3 +1,8 @@ +2002-05-30 Richard M. Stallman + + * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL. + (LIBS_MOVE): Renamed from MOVE_LIBS. + 2002-05-26 Paul Eggert Reinstate the following change from 2002-03-22, which was diff -r 6c146fa85973 -r a66800bc5520 lisp/ChangeLog --- a/lisp/ChangeLog Thu May 30 17:15:45 2002 +0000 +++ b/lisp/ChangeLog Thu May 30 17:16:05 2002 +0000 @@ -1,3 +1,26 @@ +2002-05-30 Richard M. Stallman + + * files.el (find-file-default): Add defvar for var already used. + + * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar. + + * subr.el (open-network-stream, open-network-stream-nowait) + (open-network-stream-server, process-kill-without-query): + Moved from simple.el. + + * simple.el (open-network-stream, open-network-stream-nowait) + (open-network-stream-server, process-kill-without-query): + Moved to subr.el. + + * simple.el (byte-compiling-files-p): Function deleted. + + * textmodes/ispell.el (ispell-library-directory): Renamed from + ispell-library-path. If Ispell is not installed, init to nil. + (check-ispell-version): Doc fix. + (ispell-menu-map): Get rid of byte-compiling-files-p hackery; + initialize this unconditionally when ispell-menu-map-needed is t. + Local `path' renamed to `dir'. + 2002-05-30 Miles Bader * calc/calc.el (calc-show-banner): New variable. diff -r 6c146fa85973 -r a66800bc5520 src/ChangeLog --- a/src/ChangeLog Thu May 30 17:15:45 2002 +0000 +++ b/src/ChangeLog Thu May 30 17:16:05 2002 +0000 @@ -1,3 +1,8 @@ +2002-05-30 Richard M. Stallman + + * window.c (Fset_window_configuration): Correct the handling + of point in current buffer, to work with multiple windows. + 2002-05-29 Colin Walters * lread.c (Fread_from_string): Don't depend on order of evaluation