aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-29 23:53:09 +0000
committerGerd Moellmann2000-01-29 23:53:09 +0000
commitb08e8bb20d94c74d9b52f4d30d0d0ec53d7e0a34 (patch)
treec604cec552908111a37574a38388a65ea9ae00a5 /src/ChangeLog
parent55e30d2abd53c8b5cec24a6b8ef79cb91f709b69 (diff)
downloademacs-b08e8bb20d94c74d9b52f4d30d0d0ec53d7e0a34.tar.gz
emacs-b08e8bb20d94c74d9b52f4d30d0d0ec53d7e0a34.zip
*** empty log message ***
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 81b4e6e8101..9c38c746acb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,50 @@
12000-01-29 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (xic_set_preeditarea): Take window parameter and
4 window-relative pixel-positions.
5
6 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
7 is its frame's selected window.
8 (xim_instantiate_callback): Likewise.
9
10 * xfns.c (x_create_im): Removed.
11 (DEFAULT_STYLE, DEFAULT_FONT): Removed.
12 (supported_xim_styles): Renamed from supported_styles.
13 (best_xim_style): Renamed from best_style.
14 (create_frame_xic): Renamed from xic_create_frame.
15 (free_frame_xic): Renamed from xic_destroy_frame.
16
172000-01-29 INOUE Seiichiro <inoue@ainet.or.jp>
18
19 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
20 our frames, call XFilterEvent with 2nd parameter `None'.
21 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
22 returning XBufferOverflow.
23 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status
24 area.
25 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
26 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
27 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
28 (xim_initialize, xim_close)
29 [HAVE_X_I18N && HAVE_X11R6]: New functions.
30 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
31 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
32 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
33
34 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
35 and `xim_styles'.
36 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
37 `xic_style' and `xic_xfs'.
38 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
39 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
40 (FRAME_XIM): Removed.
41
42 * xfns.c (supported_styles): New variable.
43 (DEFAULT_STYLE, DEFAULT_FONT): New macros
44 (xic_create_xfontset, best_style, xic_create_frame)
45 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
46 (xic_set_xfontset): New functions.
47
12000-01-28 Dave Love <fx@gnu.org> 482000-01-28 Dave Love <fx@gnu.org>
2 49
3 * s/irix6-5.h: Revert last change after change to irix5-0.h. 50 * s/irix6-5.h: Revert last change after change to irix5-0.h.