aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/ChangeLog7
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4cfe880963b..49b23c623a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12002-01-22 Richard M. Stallman <rms@gnu.org> 12002-01-22 Richard M. Stallman <rms@gnu.org>
2 2
3 * progmodes/sh-script.el (sh-set-shell): Doc fix.
4
3 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate 5 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
4 slash if DIR is just slash. 6 slash if DIR is just slash.
5 7
diff --git a/src/ChangeLog b/src/ChangeLog
index 4210329d9d4..92a7ed4ec09 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12002-01-22 Richard M. Stallman <rms@gnu.org>
2
3 * unexelf.c (unexec): Define n so as to cause compilation error
4 for the code where people have often written n instead of nn.
5
6 * .gdbinit (hookpost-run): Defined.
7
12002-01-22 Jan D. <Jan.Djarv@mbox200.swipnet.se> 82002-01-22 Jan D. <Jan.Djarv@mbox200.swipnet.se>
2 9
3 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected. 10 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.