From: Richard M. Stallman Date: Thu, 30 May 2002 17:16:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14808 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a71867c57a8b9dad886c4d86af2041aee1d009f8;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ba93cac0e40..71ac022f1fa 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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 --git a/lisp/ChangeLog b/lisp/ChangeLog index e501385cc8f..6e385a7e8da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 10755fb88a3..33f9ab7fac0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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