aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-02-18 18:54:12 +0200
committerEli Zaretskii2012-02-18 18:54:12 +0200
commit3eb49e71f7ce03a4705c6347e87e7ceb2299db11 (patch)
treea3a3d8468b7d35e580309289453647524a47ef4b /src/ChangeLog
parent82233bead8b9d6075a8dd7449a06d37edad1b03a (diff)
downloademacs-3eb49e71f7ce03a4705c6347e87e7ceb2299db11.tar.gz
emacs-3eb49e71f7ce03a4705c6347e87e7ceb2299db11.zip
Fix display of iterator stack by .gdbinit command "pitx".
src/.gdbinit (pitx): Fix incorrect references to fields of the iterator stack.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ad28b0473d..472dcc13d14 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-02-18 Eli Zaretskii <eliz@gnu.org>
2
3 * .gdbinit (pitx): Fix incorrect references to fields of the
4 iterator stack.
5
12012-02-17 Chong Yidong <cyd@gnu.org> 62012-02-17 Chong Yidong <cyd@gnu.org>
2 7
3 * syntax.c (Fscan_lists): Doc fix (Bug#10833). 8 * syntax.c (Fscan_lists): Doc fix (Bug#10833).