aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Dzhus2009-07-07 17:04:51 +0000
committerDmitry Dzhus2009-07-07 17:04:51 +0000
commit28d67a53c593aedadae730262b84366c4bb76b56 (patch)
treeb07392c4633b693169dbf2d2abaada81c512e9eb /lisp/ChangeLog
parent0996385d0a6cdedaed38bd53f5710f278ecef288 (diff)
downloademacs-28d67a53c593aedadae730262b84366c4bb76b56.tar.gz
emacs-28d67a53c593aedadae730262b84366c4bb76b56.zip
gdb-mi.el: Now using bindat-get-field instead of fadr functions.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ec3b9304d37..60dd6ac29a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -19,6 +19,7 @@
19 unit size used in memory buffer. 19 unit size used in memory buffer.
20 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch 20 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
21 to next/previous page of memory buffer. 21 to next/previous page of memory buffer.
22 Now using (bindat-get-field) instead of fadr functions.
22 23
232009-07-07 Sam Steingold <sds@gnu.org> 242009-07-07 Sam Steingold <sds@gnu.org>
24 25