aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-10-29 18:17:50 +0000
committerJuanma Barranquero2002-10-29 18:17:50 +0000
commitb37db7b4ebc6f7f50235251c99dbbaadbe5963b8 (patch)
treeea1b863995710e3f96f459e86f7acfce5816b792
parent90ee5627ad7ea73128bc50c2a79bd576e0246ef2 (diff)
downloademacs-b37db7b4ebc6f7f50235251c99dbbaadbe5963b8.tar.gz
emacs-b37db7b4ebc6f7f50235251c99dbbaadbe5963b8.zip
Fix entries to follow ChangeLog style conventions.
-rw-r--r--lisp/ChangeLog15
-rw-r--r--src/ChangeLog10
2 files changed, 12 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5f90607fffb..6d3f4207a91 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -52,10 +52,9 @@
52 * progmodes/make-mode.el (makefile-warn-continuations): Don't 52 * progmodes/make-mode.el (makefile-warn-continuations): Don't
53 barf when there _aren't_ any suspicious continuations. 53 barf when there _aren't_ any suspicious continuations.
54 54
552002-10-28 Juanma Barranquero <lektu@terra.es> (tiny change) 552002-10-28 Matthew Swift <swift@alum.mit.edu> (tiny change)
56 56
57 * progmodes/compile.el (grep-find-use-xargs): Fix docstring. 57 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
58 Patch from Matt Swift <swift@alum.mit.edu>.
59 58
602002-10-27 Michael Kifer <kifer@cs.stonybrook.edu> 592002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
61 60
@@ -132,10 +131,9 @@
132 * textmodes/outline.el (outline-next-heading): Make sure the match-data 131 * textmodes/outline.el (outline-next-heading): Make sure the match-data
133 is really correct where returning. 132 is really correct where returning.
134 133
1352002-10-24 Juanma Barranquero <lektu@terra.es> (tiny change) 1342002-10-24 Matthew Swift <swift@alum.mit.edu> (tiny change)
136 135
137 * textmodes/outline.el (outline-minor-mode): Add customization group. 136 * textmodes/outline.el (outline-minor-mode): Add customization group.
138 Patch from Matthew Swift <swift@alum.mit.edu>.
139 137
1402002-10-23 Richard M. Stallman <rms@gnu.org> 1382002-10-23 Richard M. Stallman <rms@gnu.org>
141 139
@@ -4359,18 +4357,19 @@
4359 (compilation-parse-errors): Use that, and for directories too. 4357 (compilation-parse-errors): Use that, and for directories too.
4360 Don't check whether a directory really exists. 4358 Don't check whether a directory really exists.
4361 4359
4360
43622002-07-12 Juanma Barranquero <lektu@terra.es> 43612002-07-12 Juanma Barranquero <lektu@terra.es>
4363 4362
4364 * help-fns.el (describe-variable): Put `defvaralias' info before the 4363 * help-fns.el (describe-variable): Remove useless "Documentation:"
4365 documentation (patch from John Paul Wallington 4364 string.
4366 <jpw@shootybangbang.com>). Remove useless "Documentation:" string.
4367 4365
4368 * timer.el (timer-set-time-with-usecs): Fix documentation. 4366 * timer.el (timer-set-time-with-usecs): Fix documentation.
4369 Simplify extraction of time data. 4367 Simplify extraction of time data.
4370 4368
43712002-07-12 John Paul Wallington <jpw@shootybangbang.com> 43692002-07-12 John Paul Wallington <jpw@shootybangbang.com>
4372 4370
4373 * help-fns.el (describe-variable): Mention if the variable is an alias. 4371 * help-fns.el (describe-variable): Mention if the variable is an
4372 alias. Put `defvaralias' info before the documentation.
4374 4373
43752002-07-12 Kenichi Handa <handa@etl.go.jp> 43742002-07-12 Kenichi Handa <handa@etl.go.jp>
4376 4375
diff --git a/src/ChangeLog b/src/ChangeLog
index 88be6147387..2bd8a75ffaf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,11 +3,10 @@
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
62002-10-28 Juanma Barranquero <lektu@terra.es> (tiny change) 62002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (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.
10 Harald.Maier.BW@t-online.de.
11 10
122002-10-27 Kim F. Storm <storm@cua.dk> 112002-10-27 Kim F. Storm <storm@cua.dk>
13 12
@@ -451,8 +450,9 @@
451 * w32fns.c (Qbox): Make extern. 450 * w32fns.c (Qbox): Make extern.
452 (syms_of_w32fns): Remove initialization of Qbox. 451 (syms_of_w32fns): Remove initialization of Qbox.
453 452
454 * xfns.c (Fx_open_connection): Fix error message. Patch from Rune 4532002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
455 Kleveland <runekl@viewpoint.no>. 454
455 * xfns.c (Fx_open_connection): Fix error message.
456 456
4572002-08-30 Kim F. Storm <storm@cua.dk> 4572002-08-30 Kim F. Storm <storm@cua.dk>
458 458