aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fef94b4bab7..c89ac1862c1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,50 @@
12004-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2
3 * w32select.c: Summary: Thorough rework to implement Unicode
4 clipboard operations and delayed rendering.
5
6 Drop last_clipboard_text and related code, keep track of
7 ownership via clipboard_owner instead. Drop old #if0
8 sections.
9
10 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
11 (clipboard_owner, modifying_clipboard, cfg_coding_system)
12 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
13 (current_coding_system, current_requires_encoding)
14 (current_num_nls, current_clipboard_type, current_lcid): New
15 static variables.
16
17 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
18 (render, render_all, run_protected, lisp_error_handler)
19 (owner_callback, create_owner, setup_config)
20 (enum_locale_callback, cp_from_locale, coding_from_cp): New
21 local functions.
22
23 (term_w32select, globals_of_w32select): New global functions.
24
25 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
26 clipboard_owner instead. Use delayed rendering and provide
27 all text formats. Provide CF_LOCALE if necessary.
28
29 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
30 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
31 available. Force DOS line-ends for decoding.
32
33 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
34
35 (syms_of_w32select): Init and register new variables.
36
37 * w32.h: Add prototypes for globals_of_w32select and
38 term_w32select. Make the neighboring K&R declarations into
39 prototypes, too.
40
41 * emacs.c: Include w32.h to get function prototypes.
42 (main): Call globals_of_w32select.
43
44 * w32.c (term_ntproc): Call term_w32select.
45
46 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
47
12005-02-16 Kim F. Storm <storm@cua.dk> 482005-02-16 Kim F. Storm <storm@cua.dk>
2 49
3 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and 50 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and