Mercurial > emacs
comparison lisp/ChangeLog @ 52906:ff56d93fae3f
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 21 Oct 2003 23:08:11 +0000 |
parents | 42dbbf226df4 |
children | be0b7a9dad81 |
comparison
equal
deleted
inserted
replaced
52905:f27266006051 | 52906:ff56d93fae3f |
---|---|
1 2003-10-21 Nick Roberts <nick@nick.uklinux.net> | |
2 | |
3 * gdb-ui.el (gdb-current-language): New variable. | |
4 (gdb-update-flag): Remove variable. | |
5 (gud-watch,gdb-frame-handler): Adapt for other languages (Fortran). | |
6 (gdb-take-last-elt): Remove function. | |
7 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt. | |
8 (gdb-post-prompt): Check for variable object changes here. | |
9 | |
10 * progmodes/gud.el (gud-speedbar-buttons): Check for variable | |
11 object changes in gdb-ui.el. | |
12 | |
1 2003-10-21 Richard M. Stallman <rms@gnu.org> | 13 2003-10-21 Richard M. Stallman <rms@gnu.org> |
2 | 14 |
3 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix. | 15 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix. |
4 | 16 |
5 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp. | 17 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp. |