Mercurial > emacs
comparison lisp/ChangeLog @ 91866:92bbc86bf75c
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 16 Feb 2008 06:40:39 +0000 |
parents | 773399d06e32 |
children | 3952f2dc0abc |
comparison
equal
deleted
inserted
replaced
91865:773399d06e32 | 91866:92bbc86bf75c |
---|---|
1 2008-02-16 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready. | |
4 (gdb-ready): Move declaration... | |
5 | |
6 * progmodes/gdb-ui.el (gdb-ready): ...to here. | |
7 (gdb-early-user-input): New variable. | |
8 (gdb): Reset gdb-flush-pending-output to nil and set | |
9 comint-input-sender here (before gdb-prompt), instead of... | |
10 (gdb-init-1): ...here. | |
11 (gdb-send): If Emacs is not ready, defer user input to... | |
12 (gdb-prompt): ...here. | |
13 | |
1 2008-02-16 Glenn Morris <rgm@gnu.org> | 14 2008-02-16 Glenn Morris <rgm@gnu.org> |
2 | 15 |
3 * composite.el (composition-function-table): Doc fix. | 16 * composite.el (composition-function-table): Doc fix. |
4 | 17 |
5 * calendar/time-date.el (format-seconds): Remove `nonzero' argument | 18 * calendar/time-date.el (format-seconds): Remove `nonzero' argument |