diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/coding.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fa23e338bb1..209761574f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * coding.h (run_pre_post_conversion_on_str): Add prototype. | ||
| 4 | |||
| 1 | 2002-02-23 Jason Rumney <jasonr@gnu.org> | 5 | 2002-02-23 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion | 7 | * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion |
diff --git a/src/coding.h b/src/coding.h index 69b5c69afbb..500f02acf32 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -626,6 +626,9 @@ extern void coding_restore_composition P_ ((struct coding_system *, | |||
| 626 | Lisp_Object)); | 626 | Lisp_Object)); |
| 627 | extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, | 627 | extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, |
| 628 | int, int)); | 628 | int, int)); |
| 629 | extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, | ||
| 630 | struct coding_system *, | ||
| 631 | int)); | ||
| 629 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 632 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 630 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 633 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 631 | extern void detect_coding P_ ((struct coding_system *, unsigned char *, int)); | 634 | extern void detect_coding P_ ((struct coding_system *, unsigned char *, int)); |