]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 30 May 2002 17:16:05 +0000 (17:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 30 May 2002 17:16:05 +0000 (17:16 +0000)
lib-src/ChangeLog
lisp/ChangeLog
src/ChangeLog

index ba93cac0e4002ed3db144a1acfde06fa0c252e3b..71ac022f1fa86e46dd5ba183cda6fb536752a3d8 100644 (file)
@@ -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
index e501385cc8f89fceea2ab44da3d1fda44af4775a..6e385a7e8da655e212e31f8473b09046e781c3ee 100644 (file)
@@ -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.
index 10755fb88a36313a49fe1258530094768257002f..33f9ab7fac07ba36585f807c823302333e9920bc 100644 (file)
@@ -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