diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7faed93d0d0..3fa13c73708 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2005-02-02 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE, | ||
| 4 | DOTLESS-i. | ||
| 5 | |||
| 6 | * international/characters.el: Setup cases of GREEK-FINAL-SIGMA, | ||
| 7 | Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i. | ||
| 8 | |||
| 9 | * case-table.el (get-upcase-table): New function. | ||
| 10 | (copy-case-table): Copy upcaes table too if non-nil. | ||
| 11 | (set-case-syntax-delims): Maintain upcase table too. | ||
| 12 | (set-case-syntax-pair): Likewise. | ||
| 13 | (set-upcase-syntax, set-downcase-syntax): New functions. | ||
| 14 | (set-case-syntax): Maintain upcase table too. | ||
| 15 | |||
| 1 | 2005-02-02 Nick Roberts <nickrob@snap.net.nz> | 16 | 2005-02-02 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 17 | ||
| 3 | * progmodes/gdb-ui.el: (gdb-goto-info): Delete. | 18 | * progmodes/gdb-ui.el: (gdb-goto-info): Delete. |