aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Dzhus2009-07-07 16:57:41 +0000
committerDmitry Dzhus2009-07-07 16:57:41 +0000
commit0996385d0a6cdedaed38bd53f5710f278ecef288 (patch)
treede2eea3f70d0950c76c0d097b3ce1c8557a907f3 /lisp/ChangeLog
parent9ba562d3da40918a8727ebc3ba4f4d2b2a2dfeba (diff)
downloademacs-0996385d0a6cdedaed38bd53f5710f278ecef288.tar.gz
emacs-0996385d0a6cdedaed38bd53f5710f278ecef288.zip
Port memory buffer from gdb-ui.el
(gdb-memory-address): New variable which holds top address of memory page shown in memory buffer (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New customization variables. New functions: (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to display the memory buffer. (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory buffer display parameters. (def-gdb-memory-format, gdb-memory-format-binary) (gdb-memory-format-octal, gdb-memory-format-unsigned) (gdb-memory-format-signed, gdb-memory-format-hexadecimal): Functions for setting memory buffer format. (gdb-memory-unit-word, gdb-memory-unit-halfword) (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set unit size used in memory buffer. (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch to next/previous page of memory buffer.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6e9bbb1ef46..ec3b9304d37 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
2
3 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
4 (gdb-memory-address): New variable which holds top address of
5 memory page shown in memory buffer
6 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7 customization variables.
8 New functions:
9 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10 display the memory buffer.
11 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12 buffer display parameters.
13 (def-gdb-memory-format, gdb-memory-format-binary)
14 (gdb-memory-format-octal, gdb-memory-format-unsigned)
15 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16 Functions for setting memory buffer format.
17 (gdb-memory-unit-word, gdb-memory-unit-halfword)
18 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
19 unit size used in memory buffer.
20 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
21 to next/previous page of memory buffer.
22
12009-07-07 Sam Steingold <sds@gnu.org> 232009-07-07 Sam Steingold <sds@gnu.org>
2 24
3 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for 25 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for