mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
*** empty log message ***
This commit is contained in:
parent
4c635ea353
commit
baf92c0d07
2 changed files with 18 additions and 0 deletions
|
|
@ -1,3 +1,17 @@
|
|||
2004-02-23 Nick Roberts <nick@nick.uklinux.net>
|
||||
|
||||
* gdb-ui.el (gud-watch): Load tooltip, if necessary.
|
||||
(gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
|
||||
(gdb-var-delete): Make interactive (really).
|
||||
(gdb-edit-value): Make non-interactive.
|
||||
|
||||
* progmodes/gud.el (gud-install-speedbar-variables): Bind
|
||||
gdb-var-delete to "D".
|
||||
(gud-speedbar-menu-items): Add gdb-var-delete and, indirectly,
|
||||
gdb-edit-value.
|
||||
(gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
|
||||
(gud-gdb-marker-filter): Add comment for annotations.
|
||||
|
||||
2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||
|
||||
* calendar/calendar.el (generate-calendar)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2004-02-23 Nick Roberts <nick@nick.uklinux.net>
|
||||
|
||||
* building.texi (Watch Expressions): Update.
|
||||
|
||||
2004-02-21 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* cmdargs.texi (Action Arguments): Add alias --find-file. Add
|
||||
|
|
|
|||
Loading…
Reference in a new issue