diff options
| author | Jean-Philippe Gravel | 2013-03-11 13:13:39 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-11 13:13:39 -0400 |
| commit | 6ff2c8f1febc01a8c59accc340b91b51c41677cf (patch) | |
| tree | 8808067592c1ebb722cae8d2fa1eca9b5dc64184 /lisp/ChangeLog | |
| parent | b388e7ad07438a3e3434b63798e3a691982e3bc4 (diff) | |
| download | emacs-6ff2c8f1febc01a8c59accc340b91b51c41677cf.tar.gz emacs-6ff2c8f1febc01a8c59accc340b91b51c41677cf.zip | |
* lisp/progmodes/gdb-mi.el: Speed up initialization. Use lexical-binding.
Fix up docstring according to conventions.
(gdbmi-debug-mode): New var.
(gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
(gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
(gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
(gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
(gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
(gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
(gdbmi-bnf-incomplete-record-result): New functions.
(gdb-car<): Remove function.
(gdbmi-record-list): Remove variable.
(gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
(gdbmi-bnf-result-state-configs): New const.
(gud-gdbmi-marker-filter): Rewrite.
(gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
(gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
Add `token' argument.
(gdb-done, gdb-error): New functions.
(gdb-done-or-error): Add `is-complete' argument. Change arg order.
Fixes: debbugs:10580
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f136ca398a..483957033bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/gdb-mi.el: Speed up initialization (bug#10580). | ||
| 4 | Use lexical-binding. Fix up docstring according to conventions. | ||
| 5 | (gdbmi-debug-mode): New var. | ||
| 6 | (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init) | ||
| 7 | (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt) | ||
| 8 | (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record) | ||
| 9 | (gdbmi-bnf-async-record, gdbmi-bnf-stream-record) | ||
| 10 | (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output) | ||
| 11 | (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl) | ||
| 12 | (gdbmi-bnf-incomplete-record-result): New functions. | ||
| 13 | (gdb-car<): Remove function. | ||
| 14 | (gdbmi-record-list): Remove variable. | ||
| 15 | (gdbmi-bnf-state, gdbmi-bnf-offset): New vars. | ||
| 16 | (gdbmi-bnf-result-state-configs): New const. | ||
| 17 | (gud-gdbmi-marker-filter): Rewrite. | ||
| 18 | (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited) | ||
| 19 | (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped): | ||
| 20 | Add `token' argument. | ||
| 21 | (gdb-done, gdb-error): New functions. | ||
| 22 | (gdb-done-or-error): Add `is-complete' argument. Change arg order. | ||
| 23 | |||
| 1 | 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca> | 24 | 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 25 | ||
| 3 | * term/xterm.el (xterm--report-background-handler): Don't burp | 26 | * term/xterm.el (xterm--report-background-handler): Don't burp |