diff options
| author | Glenn Morris | 2008-06-27 07:34:53 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 07:34:53 +0000 |
| commit | fffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch) | |
| tree | 9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /src/ChangeLog.7 | |
| parent | cdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff) | |
| download | emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.zip | |
American English spelling fix.
Diffstat (limited to 'src/ChangeLog.7')
| -rw-r--r-- | src/ChangeLog.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 8e5f480523d..f02d38459e4 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -124,7 +124,7 @@ | |||
| 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> |
| @@ -3309,17 +3309,17 @@ | |||
| 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. |
| @@ -3368,7 +3368,7 @@ | |||
| 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 | ||