changeset 48061:5b04b006da81

Add "(tiny change)" where required.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 29 Oct 2002 07:40:45 +0000
parents 26cda8b2f7ea
children c9585243ef9f
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 29 05:26:18 2002 +0000
+++ b/lisp/ChangeLog	Tue Oct 29 07:40:45 2002 +0000
@@ -37,7 +37,7 @@
 	* 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>
+2002-10-28  Juanma Barranquero  <lektu@terra.es>  (tiny change)
 
 	* progmodes/compile.el (grep-find-use-xargs): Fix docstring.
 	Patch from Matt Swift <swift@alum.mit.edu>.
@@ -117,7 +117,7 @@
 	* textmodes/outline.el (outline-next-heading): Make sure the match-data
 	is really correct where returning.
 
-2002-10-24  Juanma Barranquero  <lektu@terra.es>
+2002-10-24  Juanma Barranquero  <lektu@terra.es>  (tiny change)
 
 	* textmodes/outline.el (outline-minor-mode): Add customization group.
 	Patch from Matthew Swift <swift@alum.mit.edu>.
--- a/src/ChangeLog	Tue Oct 29 05:26:18 2002 +0000
+++ b/src/ChangeLog	Tue Oct 29 07:40:45 2002 +0000
@@ -3,7 +3,7 @@
 	* 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>
+2002-10-28  Juanma Barranquero  <lektu@terra.es>  (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