diff options
| author | Kai Großjohann | 2002-02-15 09:36:05 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2002-02-15 09:36:05 +0000 |
| commit | 98659da6e93b143512b8a915506e0246fd2f880e (patch) | |
| tree | f76bbfa3868cb6aaecb5de42ec6f552be102c441 /src/ChangeLog | |
| parent | cad113ae34fd336c0ea44dacf12c267cdb94d9ce (diff) | |
| download | emacs-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/ChangeLog | 11 |
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 @@ | |||
| 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. |
| @@ -94,7 +103,7 @@ | |||
| 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 | ||