diff options
| author | Stefan Monnier | 2000-10-30 21:56:17 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-10-30 21:56:17 +0000 |
| commit | cf9b4b0b2c111c818f580994772f262d10064af1 (patch) | |
| tree | 667e73c3c356ed16809a73ddd57e5358259b7b1d /src/ChangeLog | |
| parent | 563f68f11b4d75804e6500f86896bdb34b6d703c (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 | ||
| 23 | 2000-10-30 Stefan Monnier <monnier@cs.yale.edu> | 23 | 2000-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 | ||