diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9cda1496f32..fbc4f5cf5a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2005-03-10 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location): | ||
| 4 | Use message-box. | ||
| 5 | |||
| 6 | * tooltip.el (tooltip-mode): Use define-minor-mode and simplify. | ||
| 7 | (tooltip-activate-mouse-motions-if-enabled): Use dolist. | ||
| 8 | (tooltip-gud-tips): Simplify. | ||
| 9 | (tooltip-gud-tips-p): Remove superflouous :set. | ||
| 10 | (tooltip-gud-modes): Add fortran-mode. | ||
| 11 | (gdb-tooltip-print): Remove newline for tooltip-use-echo-area. | ||
| 12 | |||
| 13 | * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line. | ||
| 14 | |||
| 1 | 2005-03-09 Kim F. Storm <storm@cua.dk> | 15 | 2005-03-09 Kim F. Storm <storm@cua.dk> |
| 2 | 16 | ||
| 3 | * play/animate.el (animate-place-char): Use forward-line instead | 17 | * play/animate.el (animate-place-char): Use forward-line instead |