From: Eli Zaretskii Date: Fri, 3 May 2002 10:18:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e25ee50d67961ac15be8db37dd36beee2758ef5;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 000b816ae35..d444efd5c2d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-05-03 Richard M. Stallman + + * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally. + 2002-05-01 Eli Zaretskii * simple.el (clone-indirect-buffer-other-window): Fix a typo in diff --git a/src/ChangeLog b/src/ChangeLog index d7283dd5cae..57942c63285 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-05-03 Gerd Moellmann + + * indent.c (Fvertical_motion): Move to the start of the line + containing PT before moving up or down. + 2002-04-19 Eli Zaretskii * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is