]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix entries to follow ChangeLog style conventions.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 29 Oct 2002 18:17:50 +0000 (18:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 29 Oct 2002 18:17:50 +0000 (18:17 +0000)
lisp/ChangeLog
src/ChangeLog

index 5f90607fffb9ee0de2bee92d8237cf664b182c9d..6d3f4207a912a0f32236a4e4b175ba172ac08301 100644 (file)
        * progmodes/make-mode.el (makefile-warn-continuations): Don't
        barf when there _aren't_ any suspicious continuations.
 
-2002-10-28  Juanma Barranquero  <lektu@terra.es>  (tiny change)
+2002-10-28  Matthew Swift  <swift@alum.mit.edu>  (tiny change)
 
        * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
-       Patch from Matt Swift <swift@alum.mit.edu>.
 
 2002-10-27  Michael Kifer  <kifer@cs.stonybrook.edu>
 
        * textmodes/outline.el (outline-next-heading): Make sure the match-data
        is really correct where returning.
 
-2002-10-24  Juanma Barranquero  <lektu@terra.es>  (tiny change)
+2002-10-24  Matthew Swift  <swift@alum.mit.edu>  (tiny change)
 
        * textmodes/outline.el (outline-minor-mode): Add customization group.
-       Patch from Matthew Swift <swift@alum.mit.edu>.
 
 2002-10-23  Richard M. Stallman  <rms@gnu.org>
 
        (compilation-parse-errors): Use that, and for directories too.
        Don't check whether a directory really exists.
 
+
 2002-07-12  Juanma Barranquero  <lektu@terra.es>
 
-       * help-fns.el (describe-variable): Put `defvaralias' info before the
-       documentation (patch from John Paul Wallington
-       <jpw@shootybangbang.com>).  Remove useless "Documentation:" string.
+       * help-fns.el (describe-variable): Remove useless "Documentation:"
+       string.
 
        * timer.el (timer-set-time-with-usecs): Fix documentation.
        Simplify extraction of time data.
 
 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
 
-       * help-fns.el (describe-variable): Mention if the variable is an alias.
+       * help-fns.el (describe-variable): Mention if the variable is an
+       alias.  Put `defvaralias' info before the documentation.
 
 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
 
index 88be6147387f00cac2b70238a4c8b0106143b465..2bd8a75ffafff8e78eea12ca6840bba1c2d05794 100644 (file)
@@ -3,11 +3,10 @@
        * process.c (Fsignal_process): Allow PROCESS to be specified by
        name in addition to pid (as integer or string).
 
-2002-10-28  Juanma Barranquero  <lektu@terra.es>  (tiny change)
+2002-10-28  Harald Maier  <Harald.Maier.BW@t-online.de>  (tiny change)
 
        * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
-       environments.  Patch from Jay Finger <jay_finger@hotmail.com> and
-       Harald.Maier.BW@t-online.de.
+       environments.
 
 2002-10-27  Kim F. Storm  <storm@cua.dk>
 
        * w32fns.c (Qbox): Make extern.
        (syms_of_w32fns): Remove initialization of Qbox.
 
-       * xfns.c (Fx_open_connection): Fix error message. Patch from Rune
-       Kleveland <runekl@viewpoint.no>.
+2002-08-30  Rune Kleveland  <runekl@viewpoint.no>  (tiny change)
+
+       * xfns.c (Fx_open_connection): Fix error message.
 
 2002-08-30  Kim F. Storm  <storm@cua.dk>