diff options
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6dbf994695d..c5a6800cce9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2003-05-25 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom): | ||
| 4 | Put string associated with breakpoint at start of line so that it | ||
| 5 | is always visible. | ||
| 6 | (gdb-display-source-buffer): Display assembler during execution, | ||
| 7 | when requested. | ||
| 8 | (gud-menu-map): Add a toggle button to menubar for | ||
| 9 | gdb-many-windows. | ||
| 10 | (gdb-many-windows): Define explicitly as a function and a variable | ||
| 11 | (formerly as a minor mode). These need to be global so layout can | ||
| 12 | be reset from any buffer. | ||
| 13 | (gdb-assembler-mode): Keep fringe outside margin as the overlay | ||
| 14 | arrow is not used for assembler. | ||
| 15 | |||
| 1 | 2003-05-25 Tim Van Holder <tim.vanholder@anubex.com> | 16 | 2003-05-25 Tim Van Holder <tim.vanholder@anubex.com> |
| 2 | 17 | ||
| 3 | * which-func.el (which-func-update-timer): New variable. | 18 | * which-func.el (which-func-update-timer): New variable. |