diff options
| author | Chong Yidong | 2007-04-04 15:34:34 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-04 15:34:34 +0000 |
| commit | b43415662777538d8869bce069d32673cdbd6224 (patch) | |
| tree | a271824fe827df93b8b7c9f1f5db269d49bbd138 | |
| parent | ade817bdf2fbe321a756e44f5e3ef62a31f80fa2 (diff) | |
| download | emacs-b43415662777538d8869bce069d32673cdbd6224.tar.gz emacs-b43415662777538d8869bce069d32673cdbd6224.zip | |
* subr.el (with-case-table): New macro.
* international/mule.el (ascii-case-table): New var.
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75dc530a0a8..5c3a6eed4d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-04-04 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * subr.el (with-case-table): New macro. | ||
| 4 | |||
| 5 | * international/mule.el (ascii-case-table): New var. | ||
| 6 | |||
| 1 | 2007-04-03 Nick Roberts <nickrob@snap.net.nz> | 7 | 2007-04-03 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 8 | ||
| 3 | * progmodes/gud.el (gud-minor-mode-map): Simplify. | 9 | * progmodes/gud.el (gud-minor-mode-map): Simplify. |