diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 04133ca728c..5104ca9545c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,82 @@ | |||
| 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 | |||
| 29 | 2004-06-13 Andreas Schwab <schwab@suse.de> | ||
| 30 | |||
| 31 | * print.c (print_object): Always use %ld for printing EMACS_INT. | ||
| 32 | |||
| 33 | * keyboard.c (cancel_hourglass_unwind): Return a value. | ||
| 34 | (modify_event_symbol): Always use %ld for printing EMACS_INT. | ||
| 35 | (Fexecute_extended_command): Likewise. | ||
| 36 | |||
| 37 | * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to | ||
| 38 | avoid clashes. | ||
| 39 | (SYNTAX): Likewise. | ||
| 40 | (SYNTAX_WITH_FLAGS): Likewise. | ||
| 41 | (SYNTAX_MATCH): Likewise. | ||
| 42 | |||
| 43 | * syntax.c (char_quoted): Avoid warning about undefined operation. | ||
| 44 | (find_defun_start): Likewise. | ||
| 45 | (scan_lists): Likewise. | ||
| 46 | (INC_FROM): Likewise. | ||
| 47 | (scan_sexps_forward): Likewise. | ||
| 48 | |||
| 49 | * image.c: Include <ctype.h>. | ||
| 50 | |||
| 51 | * xfaces.c (face_attr_equal_p): Declare parameters. | ||
| 52 | |||
| 53 | 2004-06-13 Kenichi Handa <handa@m17n.org> | ||
| 54 | |||
| 55 | * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1. | ||
| 56 | |||
| 57 | 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org> | ||
| 58 | |||
| 59 | * eval.c (Fdefun): Signal an error if NAME is not a symbol. | ||
| 60 | |||
| 61 | 2004-06-12 Kenichi Handa <handa@m17n.org> | ||
| 62 | |||
| 63 | * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in | ||
| 64 | ccl_prog_stack_struct and update it. | ||
| 65 | (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook. | ||
| 66 | (CCL_READ_CHAR): Get instruction counter from eof_ic, not from | ||
| 67 | ccl->eof_ic on EOF. | ||
| 68 | (ccl_debug_hook): New function. | ||
| 69 | (struct ccl_prog_stack): New member eof_ic. | ||
| 70 | (ccl_driver): Handle EOF in subrountine call correctly. | ||
| 71 | |||
| 72 | 2004-06-11 Kenichi Handa <handa@m17n.org> | ||
| 73 | |||
| 74 | * coding.c (decode_coding_string): Check CODING_FINISH_INTERRUPT. | ||
| 75 | |||
| 76 | 2004-06-11 Kim F. Storm <storm@cua.dk> | ||
| 77 | |||
| 78 | * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown. | ||
| 79 | |||
| 1 | 2004-06-11 Juanma Barranquero <lektu@terra.es> | 80 | 2004-06-11 Juanma Barranquero <lektu@terra.es> |
| 2 | 81 | ||
| 3 | * keyboard.c (Fposn_at_point): Doc fix. | 82 | * keyboard.c (Fposn_at_point): Doc fix. |