Mercurial > emacs
comparison lisp/ChangeLog @ 103777:8d8b87dd38e7
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 08 Jul 2009 04:49:57 +0000 |
parents | 5cc45bab5282 |
children | 8af094ebada9 |
comparison
equal
deleted
inserted
replaced
103776:5ea232c72787 | 103777:8d8b87dd38e7 |
---|---|
1 2009-07-08 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gdb-mi.el (gdb): Remove description of | |
4 gdb-use-separate-io-buffer. | |
5 (menu): Don't allow toggling of or enable | |
6 gdb-use-separate-io-buffer from menubar. | |
7 | |
1 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change) | 8 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change) |
2 | 9 |
3 * mail/unrmail.el (unrmail): Make sure the message ends with two | 10 * mail/unrmail.el (unrmail): Make sure the message ends with two |
4 newlines (Bug#3769). | 11 newlines (Bug#3769). |
5 | 12 |
31 have started when using this MI command. | 38 have started when using this MI command. |
32 (gdb-set-header): New function to distinguish select and | 39 (gdb-set-header): New function to distinguish select and |
33 unselected tabs in gdb buffers. | 40 unselected tabs in gdb buffers. |
34 (gdb-propertize-header): New macro that uses gdb-set-header. | 41 (gdb-propertize-header): New macro that uses gdb-set-header. |
35 (gdb-breakpoints-header, gdb-locals-header): Use it. | 42 (gdb-breakpoints-header, gdb-locals-header): Use it. |
43 (gdb-disassembly-mode-map): Add keybinding to kill buffer. | |
44 | |
36 | 45 |
37 2009-07-07 Chong Yidong <cyd@stupidchicken.com> | 46 2009-07-07 Chong Yidong <cyd@stupidchicken.com> |
38 | 47 |
39 * Makefile.in (ELCFILES): Remove fadr.elc. | 48 * Makefile.in (ELCFILES): Remove fadr.elc. |
40 | 49 |