diff options
| author | Eli Zaretskii | 2014-07-17 18:37:48 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-17 18:37:48 +0300 |
| commit | e8bd4b948b82fd47359e0cf9a0a9ebb802c01e78 (patch) | |
| tree | 571d63ba5abed216e94f068f768579cff7eb0669 /src/ChangeLog | |
| parent | 9180cde1125adced11ca5125ebed4e988d776539 (diff) | |
| download | emacs-e8bd4b948b82fd47359e0cf9a0a9ebb802c01e78.tar.gz emacs-e8bd4b948b82fd47359e0cf9a0a9ebb802c01e78.zip | |
Fix setting up coding-systems for clipboard access on MS-Windows and MS-DOS.
src/w32select.c (setup_windows_coding_system): Apply
CODING_ANNOTATION_MASK to the common_flags member of struct
coding_system. Reported by Martin Rudalics <rudalics@gmx.at>.
src/w16select.c (Fw16_get_clipboard_data): Apply
CODING_ANNOTATION_MASK to the common_flags member of struct
coding_system.
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 737a5078b24..d395e97246d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2014-07-17 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-07-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32select.c (setup_windows_coding_system): Apply | ||
| 4 | CODING_ANNOTATION_MASK to the common_flags member of struct | ||
| 5 | coding_system. Reported by martin rudalics <rudalics@gmx.at>. | ||
| 6 | |||
| 7 | * w16select.c (Fw16_get_clipboard_data): Apply | ||
| 8 | CODING_ANNOTATION_MASK to the common_flags member of struct | ||
| 9 | coding_system. | ||
| 10 | |||
| 11 | |||
| 3 | * xdisp.c (init_iterator): Initialize it->stop_charpos to the | 12 | * xdisp.c (init_iterator): Initialize it->stop_charpos to the |
| 4 | buffer position where we are to start the iteration. | 13 | buffer position where we are to start the iteration. |
| 5 | (handle_invisible_prop): Record in it->stop_charpos the position | 14 | (handle_invisible_prop): Record in it->stop_charpos the position |