diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5936c20a719..502f607a0ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -53,6 +53,16 @@ | |||
| 53 | xfaces.c, xmenu.c, xselect.c : Update usage of CHECK_ macros | 53 | xfaces.c, xmenu.c, xselect.c : Update usage of CHECK_ macros |
| 54 | (remove unused second argument). | 54 | (remove unused second argument). |
| 55 | 55 | ||
| 56 | 2001-11-02 Stefan Monnier <monnier@cs.yale.edu> | ||
| 57 | |||
| 58 | * syntax.c (describe_syntax): New wrapper. | ||
| 59 | (Finternal_describe_syntax_value): Rename from describe_syntax. | ||
| 60 | Don't insert space at front and \n at the end. | ||
| 61 | (syms_of_syntax): Defsubr Sinternal_describe_syntax_value. | ||
| 62 | |||
| 63 | * regex.c (re_wctype): Try to fix some warnings. | ||
| 64 | (regcomp, regexec): Don't forget the __restrict. | ||
| 65 | |||
| 56 | 2001-11-02 Richard M. Stallman <rms@gnu.org> | 66 | 2001-11-02 Richard M. Stallman <rms@gnu.org> |
| 57 | 67 | ||
| 58 | * textprop.c (Fget_char_property): Doc fix. | 68 | * textprop.c (Fget_char_property): Doc fix. |