aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2003-10-11 23:04:57 +0000
committerJason Rumney2003-10-11 23:04:57 +0000
commit02302277fa34edbfb9bae17a0151b72aea0a215e (patch)
tree30e0f9842ccc8fcca1dbe2f7dcf5c6d15e2eefb1 /src
parent66f30e44e9ae789b61cea9e446e78172da20733a (diff)
downloademacs-02302277fa34edbfb9bae17a0151b72aea0a215e.tar.gz
emacs-02302277fa34edbfb9bae17a0151b72aea0a215e.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.2241
1 files changed, 41 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 16944be81d3..1f4eac1e9cd 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,3 +1,44 @@
12003-10-11 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (w32_encode_char): New charset parameter.
4 font_info.encoding becomes encoding_type.
5 (x_get_font_repertory): New function. Warning: stub only!
6 (x_new_font): Return quickly if font already set.
7 (x_new_fontset): fontsetname parameter is Lisp_Object.
8 Use new fs_query_fontset. Try new_fontset_from_font_name. Use
9 fontset_name for return value.
10
11 * w32term.h: Declare x_get_font_repertory.
12
13 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
14 place of find_charset_in_text. Use encode_coding_object in place
15 of encode_coding.
16 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
17 decode_coding.
18
19 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
20 of x_new_fontset.
21 (w32_load_system_font): Initialize charset as unicode.
22 font_info.encoding becomes encoding_type.
23 (w32_to_x_font): Use decode_coding_c_string in place of
24 decode_coding.
25 (x_to_w32_font): Use encode_coding_object in place of
26 encode_coding.
27 (syms_of_w32fns): Set get_font_repertory_func.
28
29 * w32console.c: Include character.h. Use terminal_encode_buffer
30 from term.c.
31 (write_glyphs): Use new version of encode_terminal_code. Use
32 encode_coding_object in place of encode_coding.
33
34 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
35 encoding becomes encoding_type.
36
37 * term.c (terminal_encode_buffer): Make externally visible.
38
39 * makefile.w32-in: Add character.h dependancies.
40 (character.o, chartab.o): New targets.
41
12003-10-10 Kenichi Handa <handa@m17n.org> 422003-10-10 Kenichi Handa <handa@m17n.org>
2 43
3 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro 44 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro