diff options
| author | Nick Roberts | 2006-04-30 23:15:34 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-04-30 23:15:34 +0000 |
| commit | 2c3981da7c5cdaa1d52c79d348fa1b13bbde1c2e (patch) | |
| tree | 3f3d018c1ba0a4d643b8c73f16bd1946425c5154 | |
| parent | 1a2416ede302cdcf126c9876bdac5f4ae31fb223 (diff) | |
| download | emacs-2c3981da7c5cdaa1d52c79d348fa1b13bbde1c2e.tar.gz emacs-2c3981da7c5cdaa1d52c79d348fa1b13bbde1c2e.zip | |
*** empty log message ***
| -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. |