Mercurial > emacs
comparison src/ChangeLog @ 56094:54229932d09a
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 13 Jun 2004 22:39:41 +0000 |
parents | 90a064bbd822 |
children | e646bbd104b9 |
comparison
equal
deleted
inserted
replaced
56093:53ee24947683 | 56094:54229932d09a |
---|---|
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. |
4 | 32 |
5 * keyboard.c (cancel_hourglass_unwind): Return a value. | 33 * keyboard.c (cancel_hourglass_unwind): Return a value. |