comparison src/ChangeLog @ 46880:12873c268a23

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 14 Aug 2002 00:58:23 +0000
parents 901426f0ae5f
children 87ffbc31a1c4
comparison
equal deleted inserted replaced
46879:f7c325954eca 46880:12873c268a23
1 2002-08-14 Kenichi Handa <handa@etl.go.jp>
2
3 * xselect.c (QUTF8_STRING): New variable.
4 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
5 (x_atom_to_symbol): Likewise.
6 (x_get_local_selection): New argument local_request. If it is
7 nonzero, call handler_fn with the second arg nil.
8 (x_handle_selection_request): Call x_get_local_selection with
9 local_request 0.
10 (lisp_data_to_selection_data): Don't encode the string here.
11 (Fx_get_selection_internal): Call x_get_local_selection with
12 local_request 1.
13 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
14
15 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
16
17 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
18
1 2002-08-13 Richard M. Stallman <rms@gnu.org> 19 2002-08-13 Richard M. Stallman <rms@gnu.org>
2 20
3 * minibuf.c (Fminibufferp): New function. 21 * minibuf.c (Fminibufferp): New function.
4 (syms_of_minibuf): Defsubr it. 22 (syms_of_minibuf): Defsubr it.
5 (Fminibuffer_prompt_end): Handle non-minibuffers specially. 23 (Fminibuffer_prompt_end): Handle non-minibuffers specially.