Mercurial > emacs
comparison lisp/ChangeLog @ 51621:488d3c418077
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 19 Jun 2003 15:55:31 +0000 |
parents | 0d6027772d4e |
children | 817261348e50 |
comparison
equal
deleted
inserted
replaced
51620:a668aa6d6cdc | 51621:488d3c418077 |
---|---|
1 2003-06-19 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * progmodes/cc-mode.el (c-mode): Reverting last change. | |
4 | |
5 2003-06-18 Stefan Monnier <monnier@cs.yale.edu> | |
6 | |
7 * progmodes/gud.el (gud-find-expr-function): Rename from gud-find-expr. | |
8 (gud-find-fortran-expr): Move to fortran.el. | |
9 | |
10 * progmodes/fortran.el (fortran-gud-find-expr): Move from gud.el | |
11 where it was called gud-find-fortran-expr. | |
12 (fortran-mode): Set gud-find-expr-function. | |
13 | |
1 2003-06-18 Nick Roberts <nick@nick.uklinux.net> | 14 2003-06-18 Nick Roberts <nick@nick.uklinux.net> |
2 | 15 |
3 * gdb-ui.el (gud-display1): Keep the gdb command, "display", in | 16 * gdb-ui.el (gud-display1): Keep the gdb command, "display", in |
4 the command history. | 17 the command history. |
5 (gdb-restore-windows): Make restore work when gdb-many-windows | 18 (gdb-restore-windows): Make restore work when gdb-many-windows |
6 is nil. | 19 is nil. |
7 (gdb-source-info, gdba): Display assembler if there is no symbol | 20 (gdb-source-info, gdba): Display assembler if there is no symbol |
8 table for main, or message if there is no main. | 21 table for main, or message if there is no main. |
9 (gdb-assembler-custom): Move point to current line of assembler. | 22 (gdb-assembler-custom): Move point to current line of assembler. |
10 | 23 |
11 * progmodes/gud.el (gud-menu-map): Add dbx support for "run" and | 24 * progmodes/gud.el (gud-menu-map): Add dbx support for "run" and |
12 "nexti". | 25 "nexti". |
13 (dbx): Define gud-nexti and gud-run. | 26 (dbx): Define gud-nexti and gud-run. |
14 (gud-find-expr, gud-find-fortran-expr): New functions. | 27 (gud-find-expr, gud-find-fortran-expr): New functions. |
15 (gud-find-expr): New variable. | 28 (gud-find-expr): New variable. |