diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cfc9b21c1e..6341b04d6cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-05-01 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gud.el (gud-def): Add %c case. | ||
| 4 | (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily. | ||
| 5 | (gud-format-command): Make match case sensitive. Match on %F. | ||
| 6 | |||
| 1 | 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 8 | ||
| 3 | * help-fns.el (describe-variable): Add info about safe local variables. | 9 | * help-fns.el (describe-variable): Add info about safe local variables. |
diff --git a/man/ChangeLog b/man/ChangeLog index ff23fe67a18..503814019b5 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-05-01 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * building.texi (GUD Customization): Describe cases %d and %c. | ||
| 4 | Update description for %e. | ||
| 5 | |||
| 1 | 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * custom.texi (Examining): Update C-h v output example. | 8 | * custom.texi (Examining): Update C-h v output example. |