aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-10-30 21:56:17 +0000
committerStefan Monnier2000-10-30 21:56:17 +0000
commitcf9b4b0b2c111c818f580994772f262d10064af1 (patch)
tree667e73c3c356ed16809a73ddd57e5358259b7b1d /src/ChangeLog
parent563f68f11b4d75804e6500f86896bdb34b6d703c (diff)
downloademacs-cf9b4b0b2c111c818f580994772f262d10064af1.tar.gz
emacs-cf9b4b0b2c111c818f580994772f262d10064af1.zip
(x_load_resources): Use the class name in the defaults.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 93a5ae1ad42..93ac28eb816 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -22,6 +22,8 @@
22 22
232000-10-30 Stefan Monnier <monnier@cs.yale.edu> 232000-10-30 Stefan Monnier <monnier@cs.yale.edu>
24 24
25 * xrdb.c (x_load_resources): Use the class name in the defaults.
26
25 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino. 27 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26 (regex_compile): Catch bogus \(\1\). 28 (regex_compile): Catch bogus \(\1\).
27 29