aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-06 03:09:13 +0000
committerRichard M. Stallman2002-09-06 03:09:13 +0000
commitb7c1256511ff0ef1ee93fdca30a2ed26d6c02e72 (patch)
tree273257f05a4a1338d5ebc2e5fc57a1190b750db2 /src/ChangeLog
parent6d621baba59ed092fe61579cfb491a0f8eeee412 (diff)
downloademacs-b7c1256511ff0ef1ee93fdca30a2ed26d6c02e72.tar.gz
emacs-b7c1256511ff0ef1ee93fdca30a2ed26d6c02e72.zip
(set_image_of_range_1): In no-TRANSLATE case,
call EXTEND_RANGE_TABLE and return a proper value. (set_image_of_range): Don't call set_image_of_range_1 if no TRANSLATE or if range includes all of Latin-1. Only call it for the Latin-1 part of the range. For other cases, make two separate ranges, one for the original specified characters and one for their case-conversions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f4961e70012..330361ebf0e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12002-09-05 Richard M. Stallman <rms@gnu.org>
2
3 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
4 call EXTEND_RANGE_TABLE and return a proper value.
5 (set_image_of_range): Don't call set_image_of_range_1
6 if no TRANSLATE or if range includes all of Latin-1.
7 Only call it for the Latin-1 part of the range.
8 For other cases, make two separate ranges,
9 one for the original specified characters and one for
10 their case-conversions.
11
12002-09-04 Richard M. Stallman <rms@gnu.org> 122002-09-04 Richard M. Stallman <rms@gnu.org>
2 13
3 * s/sol2-5.h (UNEXEC): Use unexsol.o. 14 * s/sol2-5.h (UNEXEC): Use unexsol.o.