Mercurial > emacs
changeset 59859:2661642dbef6
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 02 Feb 2005 01:13:50 +0000 |
parents | 6a1c78a4075f |
children | f4eeaf4ca800 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Feb 02 01:12:36 2005 +0000 +++ b/lisp/ChangeLog Wed Feb 02 01:13:50 2005 +0000 @@ -1,3 +1,18 @@ +2005-02-02 Kenichi Handa <handa@m17n.org> + + * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE, + DOTLESS-i. + + * international/characters.el: Setup cases of GREEK-FINAL-SIGMA, + Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i. + + * case-table.el (get-upcase-table): New function. + (copy-case-table): Copy upcaes table too if non-nil. + (set-case-syntax-delims): Maintain upcase table too. + (set-case-syntax-pair): Likewise. + (set-upcase-syntax, set-downcase-syntax): New functions. + (set-case-syntax): Maintain upcase table too. + 2005-02-02 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
--- a/src/ChangeLog Wed Feb 02 01:12:36 2005 +0000 +++ b/src/ChangeLog Wed Feb 02 01:13:50 2005 +0000 @@ -1,3 +1,13 @@ +2005-02-02 Kenichi Handa <handa@m17n.org> + + * casefiddle.c (casify_object): Enable changing characters of + different byte length. + (casify_region): Fix loop condition, args to replace_range_2, and + update opoint_byte. + + * insdel.c (replace_range_2): Fix bugs in adjusting markers and + point. + 2005-02-01 Kim F. Storm <storm@cua.dk> * xdisp.c (back_to_previous_visible_line_start): Reset iterator