Mercurial > emacs
comparison src/ChangeLog @ 84968:85eb2660cbe3
(mouse_face_window): Rename from Qmouse_face_window. Update all users.
(handle_one_term_event): Use Gpm_DrawPointer.
(Fgpm_mouse_start): Rename from Fterm_open_connection.
Signal errors instead of returning nil. Always return nil.
(Fgpm_mouse_stop): Rename from Fterm_close_connection.
Make it a noop if gpm-mouse was not activated.
(syms_of_term): Update names.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 28 Sep 2007 19:47:02 +0000 |
parents | 29a2854dd601 |
children | 6e58c1c8c0fc |
comparison
equal
deleted
inserted
replaced
84967:90cae4d53a9c | 84968:85eb2660cbe3 |
---|---|
1 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * term.c (mouse_face_window): Rename from Qmouse_face_window. | |
4 Update all users. | |
5 (handle_one_term_event): Use Gpm_DrawPointer. | |
6 (Fgpm_mouse_start): Rename from Fterm_open_connection. | |
7 Signal errors instead of returning nil. Always return nil. | |
8 (Fgpm_mouse_stop): Rename from Fterm_close_connection. | |
9 Make it a noop if gpm-mouse was not activated. | |
10 (syms_of_term): Update names. | |
11 | |
1 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca> | 12 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 13 |
3 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static. | 14 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static. |
4 (init_sys_modes): Check that gpm_tty is the current tty. | 15 (init_sys_modes): Check that gpm_tty is the current tty. |
5 | 16 |