diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b623469eea..e2cdac00334 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-03-30 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text. | ||
| 4 | (gud-filter-pending-text): Move in front of gdb. | ||
| 5 | (gud-overlay-arrow-position): New variable. | ||
| 6 | (gud-sentinel, gud-display-line): Use it in place of | ||
| 7 | overlay-arrow-position. | ||
| 8 | |||
| 1 | 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> | 9 | 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 2 | 10 | ||
| 3 | * progmodes/fortran.el (fortran-if-indent): Doc fix. | 11 | * progmodes/fortran.el (fortran-if-indent): Doc fix. |