diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b7032c63c2..ae3c3ed4fe4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2005-10-14 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * toolbar/gud-break.*: Moved to etc/images/gud/break.*. | ||
| 4 | * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*. | ||
| 5 | * toolbar/gud-down.*: Moved to etc/images/gud/down.*. | ||
| 6 | * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*. | ||
| 7 | * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*. | ||
| 8 | * toolbar/gud-n.*: Moved to etc/images/gud/n.*. | ||
| 9 | * toolbar/gud-print.*: Moved to etc/images/gud/print.*. | ||
| 10 | * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*. | ||
| 11 | * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*. | ||
| 12 | * toolbar/gud-run.*: Moved to etc/images/gud/run.*. | ||
| 13 | * toolbar/gud-si.*: Moved to etc/images/gud/si.*. | ||
| 14 | * toolbar/gud-s.*: Moved to etc/images/gud/s.*. | ||
| 15 | * toolbar/gud-until.*: Moved to etc/images/gud/until.*. | ||
| 16 | * toolbar/gud-up.*: Moved to etc/images/gud/up.*. | ||
| 17 | * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*. | ||
| 18 | |||
| 19 | * progmodes/gud.el (gud-tool-bar-map): Renamed the images | ||
| 20 | appropriately (for example, gud-break to gud/break). | ||
| 21 | |||
| 1 | 2005-10-14 Chong Yidong <cyd@stupidchicken.com> | 22 | 2005-10-14 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 23 | ||
| 3 | * longlines.el (longlinges-search-function) | 24 | * longlines.el (longlinges-search-function) |