summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 66e4a8e4f05..2554a6525cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-16 Kim F. Storm <storm@cua.dk>
+
+ * .gdbinit (pitx): Print more info about iterator.
+
2005-05-16 Andreas Schwab <schwab@suse.de>
* unexmacosx.c (unexec_realloc): Move declarations before
@@ -23,7 +27,7 @@
(Finsert_file_contents): If we read 0 bytes from a special file,
unlock the visited file if we locked it.
(Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
- (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
+ (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>