diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 37719505adf..5104ca9545c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2004-06-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t) | ||
| 4 | (re_wctype, re_iswctype, re_wctype_to_bit): | ||
| 5 | Non-function definitions moved here from regex.c. | ||
| 6 | |||
| 7 | * regex.c (re_wctype, re_iswctype): Function defs longer static. | ||
| 8 | (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t) | ||
| 9 | (re_wctype, re_iswctype, re_wctype_to_bit): | ||
| 10 | Non-function definitions moved to regex.h. | ||
| 11 | |||
| 12 | * window.c (Fselect_window): Doc fix. | ||
| 13 | |||
| 14 | * syntax.c: Include regex.h. | ||
| 15 | (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed. | ||
| 16 | If requested, make a list of classes, then check the scanned | ||
| 17 | chars for membership in them. | ||
| 18 | (in_classes): New function. | ||
| 19 | Doc fix. | ||
| 20 | |||
| 21 | * keyboard.c (cmd_error): Don't call any_kboard_state | ||
| 22 | if inside a recursive edit level. | ||
| 23 | |||
| 24 | 2004-06-13 Lorentey K,Aa(Broly <lorentey@elte.hu> | ||
| 25 | |||
| 26 | * keyboard.c (command_loop): Call any_kboard_state before | ||
| 27 | command_loop_2 when at top level. | ||
| 28 | |||
| 1 | 2004-06-13 Andreas Schwab <schwab@suse.de> | 29 | 2004-06-13 Andreas Schwab <schwab@suse.de> |
| 2 | 30 | ||
| 3 | * print.c (print_object): Always use %ld for printing EMACS_INT. | 31 | * print.c (print_object): Always use %ld for printing EMACS_INT. |