diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0c4bf7ea82e..3dd4ce2b7c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2000-03-27 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-03-27 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (face_before_or_after_it_pos): Pass multibyteness | ||
| 4 | to DEC_TEXT_POS and INC_TEXT_POS. | ||
| 5 | |||
| 6 | * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS | ||
| 7 | with parameter MULTIBYTE_P. | ||
| 8 | |||
| 9 | * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter | ||
| 10 | MULTIBYTE_P. | ||
| 11 | |||
| 3 | * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte | 12 | * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte |
| 4 | buffers because it looks for multibyte character sequences which | 13 | buffers because it looks for multibyte character sequences which |
| 5 | don't exist in unibyte text. | 14 | don't exist in unibyte text. |