comparison src/ChangeLog @ 43302:2f479ac769e1

(Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym) (Vx_super_keysym): New variables. (syms_of_xterm): DEFVAR_LISP them. (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the variables to determine which keys to use for the various modifiers.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Fri, 15 Feb 2002 09:36:05 +0000
parents 11229f89ded6
children 9e0c8218a33b
comparison
equal deleted inserted replaced
43301:898b4b31410f 43302:2f479ac769e1
1 2002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2
3 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
4 (Vx_super_keysym): New variables.
5 (syms_of_xterm): DEFVAR_LISP them.
6 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
7 variables to determine which keys to use for the various
8 modifiers.
9
1 2002-02-13 Kim F. Storm <storm@cua.dk> 10 2002-02-13 Kim F. Storm <storm@cua.dk>
2 11
3 * window.c: (Vmode_line_in_non_selected_windows): Removed. 12 * window.c: (Vmode_line_in_non_selected_windows): Removed.
4 (mode_line_in_non_selected_windows): New variable. 13 (mode_line_in_non_selected_windows): New variable.
5 (syms_of_window): DEFVAR_BOOL it. 14 (syms_of_window): DEFVAR_BOOL it.
92 ~user, and there's no such user, don't discard everything before 101 ~user, and there's no such user, don't discard everything before
93 ~user. 102 ~user.
94 103
95 * floatfns.c (Fround): Doc fix. 104 * floatfns.c (Fround): Doc fix.
96 105
97 2002-02-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 106 2002-02-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
98 107
99 * sysdep.c (init_system_name): Put unused variable `p' in #if 0. 108 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
100 109
101 2002-02-07 Stefan Monnier <monnier@cs.yale.edu> 110 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
102 111