diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-11-15 12:24:56 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-11-15 12:24:56 +0000 |
commit | a354cf393bd9daaa9757d60fa0cbd281c9a07e51 (patch) | |
tree | 91c12e271b5dc92654f7b4f766456025a1ed0ed8 | |
parent | 34df62f80eb5f0d7abe010c0f4ace879036f6113 (diff) | |
download | emacs-a354cf393bd9daaa9757d60fa0cbd281c9a07e51.tar.gz |
*** empty log message ***
-rw-r--r-- | etc/ChangeLog | 11 | ||||
-rw-r--r-- | lisp/ChangeLog | 18 |
2 files changed, 29 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index fc70d8a62b3..baebe91ebf2 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,14 @@ +2005-11-16 Nick Roberts <nickrob@snap.net.nz> + + * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons. + Use for run/continue. + * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons. + Use for interrupting inferior. + * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm: + Use a more appropriate variable name. + * images/gud/remove.xpm, images/gud/remove.pbm + * images/gud/break.xpm, images/gud/break.pbm: Make more intuitive. + 2005-11-09 Nick Roberts <nickrob@snap.net.nz> * images/gud/pp.xpm, images/gud/pp.pbm: New icons. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2498485631..3734eb1f57e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2005-11-16 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el: Remove face-alias left over from change on + 2005-08-15. + (gdb-ann3): New command gud-go. + (menu): Accomodate gdb-mi.el. + (gdb-assembler-custom): Make buffer of selected window current + so that set-window-point works. + + * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define + buttons and include new ones. + +2005-11-16 Kim F. Storm <storm@cua.dk> + + * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New + function. + (gud-menu-map): Use it. + 2005-11-14 Luc Teirlinck <teirllm@auburn.edu> * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way |