aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-03-14 20:25:42 +0000
committerNick Roberts2006-03-14 20:25:42 +0000
commit3470ef3731d59d431a9dbd3728aa0d93943b2cd7 (patch)
treef6ba6ba2c4445ea439c6e4c448f1f798265b16bd
parent70949f309abf3fd2f7c27a253d3ee5d1bf30d83b (diff)
downloademacs-3470ef3731d59d431a9dbd3728aa0d93943b2cd7.tar.gz
emacs-3470ef3731d59d431a9dbd3728aa0d93943b2cd7.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog4
-rw-r--r--lisp/ChangeLog23
2 files changed, 25 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index eb85856cdb0..ae722f53ecb 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12006-03-15 Nick Roberts <nickrob@snap.net.nz>
2
3 * DEBUG (Note): Describe features for debugging with GDB in Emacs.
4
12006-03-11 Miles Bader <miles@gnu.org> 52006-03-11 Miles Bader <miles@gnu.org>
2 6
3 * images/mail: New directory. 7 * images/mail: New directory.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ef7613f6b9d..64ed6808096 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12006-03-15 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4 elements.
5 (gdb-find-watch-expression): Make it work for arrays too. Follow
6 change to gdb-var-list.
7 (gud-watch): Allow the user to enter variable name with a prexix
8 arg. Create keybindings.
9 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10 (gdb-var-list-children-handler, gdb-var-update-handler)
11 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
12 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13 Follow change to gdb-var-list.
14 (gdb-starting): Don't show the overlay arrows when program is
15 running.
16
17 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
18 gdb-var-list.
19
12006-03-14 Bill Wohler <wohler@newt.com> 202006-03-14 Bill Wohler <wohler@newt.com>
2 21
3 * image.el (image-load-path-for-library): Pass value of path 22 * image.el (image-load-path-for-library): Pass value of path
@@ -32,8 +51,8 @@
32 51
332006-03-13 Miles Bader <miles@gnu.org> 522006-03-13 Miles Bader <miles@gnu.org>
34 53
35 * net/rcirc.el (rcirc-nick-abbrevs): Variable removed. 54 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
36 (rcirc-abbrev-nick): Function removed. 55 (rcirc-abbrev-nick): Remove function.
37 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'. 56 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
38 57
392006-03-13 David Ponce <david@dponce.com> 582006-03-13 David Ponce <david@dponce.com>