comparison lisp/ChangeLog @ 51613:0d6027772d4e

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 18 Jun 2003 22:33:41 +0000
parents eda97661c41f
children 488d3c418077
comparison
equal deleted inserted replaced
51612:eda97661c41f 51613:0d6027772d4e
1 2003-06-18 Nick Roberts <nick@nick.uklinux.net>
2
3 * gdb-ui.el (gud-display1): Keep the gdb command, "display", in
4 the command history.
5 (gdb-restore-windows): Make restore work when gdb-many-windows
6 is nil.
7 (gdb-source-info, gdba): Display assembler if there is no symbol
8 table for main, or message if there is no main.
9 (gdb-assembler-custom): Move point to current line of assembler.
10
11 * progmodes/gud.el (gud-menu-map): Add dbx support for "run" and
12 "nexti".
13 (dbx): Define gud-nexti and gud-run.
14 (gud-find-expr, gud-find-fortran-expr): New functions.
15 (gud-find-expr): New variable.
16 (gud-find-c-expr): Simplify.
17
18 * progmodes/fortran.el (fortran-gud-syntax-table): Syntax table
19 for parsing Fortran expressions for gud-print. (Stefan Monnier)
20 (fortran-mode): Add local variable gud-find-expr.
21
22 * progmodes/cc-mode.el (c-mode): Add local variable gud-find-expr.
23
1 2003-06-18 Stefan Monnier <monnier@cs.yale.edu> 24 2003-06-18 Stefan Monnier <monnier@cs.yale.edu>
2 25
3 * subr.el (looking-back): Handle the case of non-trivial regexps. 26 * subr.el (looking-back): Handle the case of non-trivial regexps.
4 Add an optional `limit' argument. 27 Add an optional `limit' argument.
5 (push, pop, with-temp-file, with-temp-message, delay-mode-hooks) 28 (push, pop, with-temp-file, with-temp-message, delay-mode-hooks)