aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKai Großjohann2002-02-15 09:36:05 +0000
committerKai Großjohann2002-02-15 09:36:05 +0000
commit98659da6e93b143512b8a915506e0246fd2f880e (patch)
treef76bbfa3868cb6aaecb5de42ec6f552be102c441 /src/ChangeLog
parentcad113ae34fd336c0ea44dacf12c267cdb94d9ce (diff)
downloademacs-98659da6e93b143512b8a915506e0246fd2f880e.tar.gz
emacs-98659da6e93b143512b8a915506e0246fd2f880e.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 98891632cb9..26cc2b8d1c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12002-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
12002-02-13 Kim F. Storm <storm@cua.dk> 102002-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.
@@ -94,7 +103,7 @@
94 103
95 * floatfns.c (Fround): Doc fix. 104 * floatfns.c (Fround): Doc fix.
96 105
972002-02-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1062002-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