diff options
| author | Juanma Barranquero | 2002-10-29 07:40:45 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-10-29 07:40:45 +0000 |
| commit | 6bb8143894acfe56a2fefa7a8063c7fd8cb95118 (patch) | |
| tree | 90286ef16386b688abb54e71bf8ed367684e2545 | |
| parent | 9cc1eb89d1c4367df3ec051ad493d3653998134d (diff) | |
| download | emacs-6bb8143894acfe56a2fefa7a8063c7fd8cb95118.tar.gz emacs-6bb8143894acfe56a2fefa7a8063c7fd8cb95118.zip | |
Add "(tiny change)" where required.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d99aaed659c..730f5edc4c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | * progmodes/make-mode.el (makefile-warn-continuations): Don't | 37 | * progmodes/make-mode.el (makefile-warn-continuations): Don't |
| 38 | barf when there _aren't_ any suspicious continuations. | 38 | barf when there _aren't_ any suspicious continuations. |
| 39 | 39 | ||
| 40 | 2002-10-28 Juanma Barranquero <lektu@terra.es> | 40 | 2002-10-28 Juanma Barranquero <lektu@terra.es> (tiny change) |
| 41 | 41 | ||
| 42 | * progmodes/compile.el (grep-find-use-xargs): Fix docstring. | 42 | * progmodes/compile.el (grep-find-use-xargs): Fix docstring. |
| 43 | Patch from Matt Swift <swift@alum.mit.edu>. | 43 | Patch from Matt Swift <swift@alum.mit.edu>. |
| @@ -117,7 +117,7 @@ | |||
| 117 | * textmodes/outline.el (outline-next-heading): Make sure the match-data | 117 | * textmodes/outline.el (outline-next-heading): Make sure the match-data |
| 118 | is really correct where returning. | 118 | is really correct where returning. |
| 119 | 119 | ||
| 120 | 2002-10-24 Juanma Barranquero <lektu@terra.es> | 120 | 2002-10-24 Juanma Barranquero <lektu@terra.es> (tiny change) |
| 121 | 121 | ||
| 122 | * textmodes/outline.el (outline-minor-mode): Add customization group. | 122 | * textmodes/outline.el (outline-minor-mode): Add customization group. |
| 123 | Patch from Matthew Swift <swift@alum.mit.edu>. | 123 | Patch from Matthew Swift <swift@alum.mit.edu>. |
diff --git a/src/ChangeLog b/src/ChangeLog index 9c527a09037..88be6147387 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * process.c (Fsignal_process): Allow PROCESS to be specified by | 3 | * process.c (Fsignal_process): Allow PROCESS to be specified by |
| 4 | name in addition to pid (as integer or string). | 4 | name in addition to pid (as integer or string). |
| 5 | 5 | ||
| 6 | 2002-10-28 Juanma Barranquero <lektu@terra.es> | 6 | 2002-10-28 Juanma Barranquero <lektu@terra.es> (tiny change) |
| 7 | 7 | ||
| 8 | * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build | 8 | * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build |
| 9 | environments. Patch from Jay Finger <jay_finger@hotmail.com> and | 9 | environments. Patch from Jay Finger <jay_finger@hotmail.com> and |