Mercurial > emacs
changeset 106686:c9e8b4313718
Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
* term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
* progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 31 Dec 2009 02:19:53 +1300 |
parents | 7bbfbaf5bbf0 |
children | 8c60b70f9505 |
files | doc/emacs/ChangeLog etc/images/gud/README lisp/ChangeLog lisp/term/x-win.el |
diffstat | 4 files changed, 31 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/ChangeLog Wed Dec 30 05:39:47 2009 -0500 +++ b/doc/emacs/ChangeLog Thu Dec 31 02:19:53 2009 +1300 @@ -6,6 +6,11 @@ * mini.texi (Completion Options): Mention `initals' completion style. +2009-12-29 Nick Roberts <nickrob@snap.net.nz> + + * building.texi: Import GDB Graphical Interface description from + EMACS_23_1_RC. + 2009-12-24 Chong Yidong <cyd@stupidchicken.com> * emacs.texi (Top): Update node listing.
--- a/etc/images/gud/README Wed Dec 30 05:39:47 2009 -0500 +++ b/etc/images/gud/README Thu Dec 31 02:19:53 2009 +1300 @@ -7,8 +7,10 @@ break.pbm, nexti.pbm, go.pbm, pp.pbm, print.pbm, pstar.pbm, remove.pbm break.xpm, nexti.xpm, go.xpm, pp.xpm, print.xpm, pstar.xpm, remove.xpm - stepi.pbm, until.pbm - stepi.xpm, until.xpm + stepi.pbm, until.pbm, stepi.xpm, until.xpm + rnexti.xpm rstepi.xpm + recstart.xpm recstop.xpm + Some icons are derived from Red Hat's Insight Debugger: @@ -44,9 +46,12 @@ up.pbm and up.xpm were converted from up.gif watch.pbm and watch.xpm were converted from watch.gif -The following icons were created by Dmitry Dzhus <dima@sphinx.net.ru>. -Copyright (C) 2009 +The following icons are created from the Insight Windows style icon +set in src/gdb/gdbtk/library/images2. + +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) - - all.xpm, thread.xpm + + rcont.xpm rfinish.xpm + rnext.xpm rstep.xpm
--- a/lisp/ChangeLog Wed Dec 30 05:39:47 2009 -0500 +++ b/lisp/ChangeLog Thu Dec 31 02:19:53 2009 +1300 @@ -1,3 +1,9 @@ +2009-12-31 Nick Roberts <nickrob@snap.net.nz> + + Further changes from EMACS_23_1_RC branch (2009-12-29 contd). + * term/x-win.el (x-gtk-stock-map): Map some GUD buttons. + * progmodes/gud.el (gud-menu-map): Add reverse-execution commands. + 2009-12-30 Nick Roberts <nickrob@snap.net.nz> Show working revision correctly for mercurial. @@ -11,6 +17,11 @@ (speedbar-timer-fn, speedbar-change-expand-button-char) (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare. +2009-12-29 Nick Roberts <nickrob@snap.net.nz> + + This changeset reverts GDB Graphical Interface to use annotations. + * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC. + 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu> Make vc-dir work on subdirectories of the bzr root.
--- a/lisp/term/x-win.el Wed Dec 30 05:39:47 2009 -0500 +++ b/lisp/term/x-win.el Thu Dec 31 02:19:53 2009 +1300 @@ -1636,6 +1636,10 @@ ("images/mail/save-draft" . "gtk-mail-handling") ("images/mail/send" . "gtk-mail-send") ("images/mail/spam" . "gtk-spam") + ;; Used for GDB Graphical Interface + ("images/gud/break" . "gtk-no") + ("images/gud/recstart" . "gtk-media-record") + ("images/gud/recstop" . "gtk-media-stop") ;; No themed versions available: ;; mail/preview (combining stock_mail and stock_zoom) ;; mail/save (combining stock_mail, stock_save and stock_convert)