Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4839:5f1c6ca4d05e
fix bad change to default_query_method, rewrite conditional for more correctness
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 23:16:33 -0600 |
parents | 5ba666b52ff3 |
children | 17b3dc5500b0 |
comparison
equal
deleted
inserted
replaced
4838:d08fc2e159c9 | 4839:5f1c6ca4d05e |
---|---|
1 2010-01-12 Ben Wing <ben@xemacs.org> | |
2 | |
3 * file-coding.c (default_query_method): Single = is intended. | |
4 Rewrite using comma operator to make this clearer and avoid | |
5 dependency on the value of an enum. | |
6 | |
1 2010-01-11 Ben Wing <ben@xemacs.org> | 7 2010-01-11 Ben Wing <ben@xemacs.org> |
2 | 8 |
3 * database.c: | 9 * database.c: |
4 * intl-encap-win32.c (qxeUpdateICMRegKey): | 10 * intl-encap-win32.c (qxeUpdateICMRegKey): |
5 Cosmetic fixes. | 11 Cosmetic fixes. |
159 format (always closed/open). Use code also when returning | 165 format (always closed/open). Use code also when returning |
160 ranges out of unified range tables. Fixes an off-by-one error | 166 ranges out of unified range tables. Fixes an off-by-one error |
161 in regex.c where it was getting ranges with an end one greater | 167 in regex.c where it was getting ranges with an end one greater |
162 than expected, since it creates closed-closed range tables and | 168 than expected, since it creates closed-closed range tables and |
163 was getting passed the internal-format ranges. | 169 was getting passed the internal-format ranges. |
164 | |
165 2010-01-11 Ben Wing <ben@xemacs.org> | |
166 | |
167 * file-coding.c (default_query_method): | |
168 OOOOOPS! Had = instead of ==. | |
169 | 170 |
170 2010-01-11 Ben Wing <ben@xemacs.org> | 171 2010-01-11 Ben Wing <ben@xemacs.org> |
171 | 172 |
172 * config.h.in: | 173 * config.h.in: |
173 * config.h.in (ERROR_CHECK_GLYPHS): | 174 * config.h.in (ERROR_CHECK_GLYPHS): |