aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-01-31 02:21:40 +0000
committerNick Roberts2005-01-31 02:21:40 +0000
commit2d08f307e9ac4af5263bfcea672166354e601bbb (patch)
tree2700361ab1b45795a317e7b61df14062d8a148a9
parentf429956a03408289fe1e9ba8127377cc81c2bd58 (diff)
downloademacs-2d08f307e9ac4af5263bfcea672166354e601bbb.tar.gz
emacs-2d08f307e9ac4af5263bfcea672166354e601bbb.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f42a4ba7f7e..f5b1550c2fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
12005-01-31 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-memory-address)
4 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
5 (gdb-memory-mode-map, gdb-memory-format-keymap)
6 (gdb-memory-format-menu, gdb-memory-unit-keymap)
7 (gdb-memory-unit-menu): New variables for a buffer
8 that lets the user examine program memory.
9 (gdb-memory-set-address, gdb-memory-set-repeat-count)
10 (gdb-memory-format-binary, gdb-memory-format-octal)
11 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
13 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15 (gdb-memory-unit-byte, gdb-memory-unit-menu)
16 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17 (gdb-memory-mode, gdb-memory-buffer-name)
18 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19 New functions for above buffer.
20
12005-01-30 Richard M. Stallman <rms@gnu.org> 212005-01-30 Richard M. Stallman <rms@gnu.org>
2 22
3 * cus-edit.el (custom-bury-buffer): Function deleted. 23 * cus-edit.el (custom-bury-buffer): Function deleted.