diff options
| author | Jan D | 2010-11-13 19:59:28 +0100 |
|---|---|---|
| committer | Jan D | 2010-11-13 19:59:28 +0100 |
| commit | 933e29ff5e9d63ae6976cc998980042fbea09b26 (patch) | |
| tree | be0b2316d739a21bc38eafbf6fb40cd66925eb01 /src/ChangeLog | |
| parent | a048073e243c62bae2727e70913ec54133ae8746 (diff) | |
| download | emacs-933e29ff5e9d63ae6976cc998980042fbea09b26.tar.gz emacs-933e29ff5e9d63ae6976cc998980042fbea09b26.zip | |
Fix Atoms and Lisp_Object mixup and related bugs.
* src/xselect.c (x_send_client_event): Move CHECK_STRING ...
(Fx_send_client_event): to here.
* src/xterm.c (set_wm_state): Don't put Atom in cons, call
make_fixnum_or_float on them first.
(x_term_init): Initialize Xatom_net_supporting_wm_check and
Xatom_net_supported correctly.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b821d17e29c..66266110fc6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-11-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.c (set_wm_state): Don't put Atom in cons, call | ||
| 4 | make_fixnum_or_float on them first. | ||
| 5 | (x_term_init): Initialize Xatom_net_supporting_wm_check and | ||
| 6 | Xatom_net_supported correctly. | ||
| 7 | |||
| 8 | * xselect.c (x_send_client_event): Move CHECK_STRING ... | ||
| 9 | (Fx_send_client_event): to here. | ||
| 10 | |||
| 1 | 2010-11-13 Martin Rudalics <rudalics@gmx.at> | 11 | 2010-11-13 Martin Rudalics <rudalics@gmx.at> |
| 2 | 12 | ||
| 3 | * window.c (Fwindow_use_time): New function. | 13 | * window.c (Fwindow_use_time): New function. |