# HG changeset patch # User Juanma Barranquero # Date 1035877245 0 # Node ID 5b04b006da81418b813cac6c56403ea1266117b7 # Parent 26cda8b2f7ea231a3a5f315c02d785defd80f19e Add "(tiny change)" where required. diff -r 26cda8b2f7ea -r 5b04b006da81 lisp/ChangeLog --- 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 +2002-10-28 Juanma Barranquero (tiny change) * progmodes/compile.el (grep-find-use-xargs): Fix docstring. Patch from Matt Swift . @@ -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 +2002-10-24 Juanma Barranquero (tiny change) * textmodes/outline.el (outline-minor-mode): Add customization group. Patch from Matthew Swift . diff -r 26cda8b2f7ea -r 5b04b006da81 src/ChangeLog --- 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 +2002-10-28 Juanma Barranquero (tiny change) * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build environments. Patch from Jay Finger and