changeset 45591:a66800bc5520

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 May 2002 17:16:05 +0000
parents 6c146fa85973
children 9652174d182d
files lib-src/ChangeLog lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 33 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rms@gnu.org>
+
+	* Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL.
+	(LIBS_MOVE): Renamed from MOVE_LIBS.
+
 2002-05-26  Paul Eggert  <eggert@twinsun.com>
 
 	Reinstate the following change from 2002-03-22, which was
--- 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  <rms@gnu.org>
+
+	* 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  <miles@gnu.org>
 
 	* calc/calc.el (calc-show-banner): New variable.
--- 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  <rms@gnu.org>
+
+	* window.c (Fset_window_configuration): Correct the handling
+	of point in current buffer, to work with multiple windows.
+
 2002-05-29  Colin Walters  <walters@verbum.org>
 
 	* lread.c (Fread_from_string): Don't depend on order of evaluation