comparison src/ChangeLog.7 @ 96376:c3309dba6542

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:34:53 +0000
parents a6bf9ec37d86
children 36acd6af0772
comparison
equal deleted inserted replaced
96375:4abf11e31c26 96376:c3309dba6542
122 * msdos.c (dos_set_keyboard): Set up stack and flags before 122 * msdos.c (dos_set_keyboard): Set up stack and flags before
123 calling _go32_dpmi_simulate_int. 123 calling _go32_dpmi_simulate_int.
124 124
125 1998-08-13 Andrew Innes <andrewi@harlequin.co.uk> 125 1998-08-13 Andrew Innes <andrewi@harlequin.co.uk>
126 126
127 * w32.c (stat): Fall-back to default behaviour when we cannot get 127 * w32.c (stat): Fall-back to default behavior when we cannot get
128 accurate information on file attributes. 128 accurate information on file attributes.
129 129
130 1998-08-12 Richard Stallman <rms@psilocin.ai.mit.edu> 130 1998-08-12 Richard Stallman <rms@psilocin.ai.mit.edu>
131 131
132 * indent.c (vmotion): Don't use WINDOW for Fget_char_property 132 * indent.c (vmotion): Don't use WINDOW for Fget_char_property
3307 * ccl.c (Fccl_execute_on_string): Put \n\ at end-of-line of 3307 * ccl.c (Fccl_execute_on_string): Put \n\ at end-of-line of
3308 doc-string. 3308 doc-string.
3309 3309
3310 1998-02-19 Kenichi Handa <handa@etl.go.jp> 3310 1998-02-19 Kenichi Handa <handa@etl.go.jp>
3311 3311
3312 * buffer.c (advance_to_char_boundary): Make the behaviour 3312 * buffer.c (advance_to_char_boundary): Make the behavior
3313 consistent with INC_POS. 3313 consistent with INC_POS.
3314 3314
3315 * ccl.c (Fccl_execute_on_string): Add new arg UNIBYTE-P. 3315 * ccl.c (Fccl_execute_on_string): Add new arg UNIBYTE-P.
3316 3316
3317 * charset.h (INC_POS): Use macro BASE_LEADING_CODE_P. 3317 * charset.h (INC_POS): Use macro BASE_LEADING_CODE_P.
3318 (DEC_POS): Make the behaviour consistent with INC_POS. 3318 (DEC_POS): Make the behavior consistent with INC_POS.
3319 (BUF_INC_POS, BUF_DEC_POS): Likewise. 3319 (BUF_INC_POS, BUF_DEC_POS): Likewise.
3320 3320
3321 * charset.c (invalid_character): New function. 3321 * charset.c (invalid_character): New function.
3322 (chars_in_text): Make the behaviour consistent with INC_POS. 3322 (chars_in_text): Make the behavior consistent with INC_POS.
3323 (multibyte_chars_in_text): Likewise. 3323 (multibyte_chars_in_text): Likewise.
3324 (str_cmpchar_id): Likewise. 3324 (str_cmpchar_id): Likewise.
3325 (non_ascii_char_to_string): Call invalid_character. 3325 (non_ascii_char_to_string): Call invalid_character.
3326 (Fchar_direction): Likewise. 3326 (Fchar_direction): Likewise.
3327 3327
3366 (set_point_both): Likewise. 3366 (set_point_both): Likewise.
3367 3367
3368 * search.c (search_buffer): Update POS_BYTE for regexp search. 3368 * search.c (search_buffer): Update POS_BYTE for regexp search.
3369 3369
3370 * xdisp.c (display_text_line): Handling of a wide-column character 3370 * xdisp.c (display_text_line): Handling of a wide-column character
3371 fixed. Make the behaviour consistent with INC_POS. 3371 fixed. Make the behavior consistent with INC_POS.
3372 3372
3373 1998-02-18 Richard Stallman <rms@gnu.org> 3373 1998-02-18 Richard Stallman <rms@gnu.org>
3374 3374
3375 * editfns.c (Fchar_before): Check POS in valid range 3375 * editfns.c (Fchar_before): Check POS in valid range
3376 before calling CHAR_TO_BYTE. 3376 before calling CHAR_TO_BYTE.