comparison src/ChangeLog @ 45804:863817d7e734

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Thu, 13 Jun 2002 15:00:02 +0000
parents 06dfe6599590
children 2af746efaa44
comparison
equal deleted inserted replaced
45803:9484de301252 45804:863817d7e734
1 2002-06-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * macterm.c, macmenu.c, msdos.c, sysdep.c, termhooks.h, xterm.h
4 * xsmfns.c, w32term.c, w32menu.c, w32inevt.c: Rename enum event_kind
5 as follows: ascii_keystroke to ASCII_KEYSTROKE_EVENT,
6 multibyte_char_keystroke to MULTIBYTE_CHAR_KEYSTROKE_EVENT,
7 non_ascii_keystroke to NON_ASCII_KEYSTROKE_EVENT, timer_event to
8 TIMER_EVENT, mouse_click to MOUSE_CLICK_EVENT, mouse_wheel to
9 MOUSE_WHEEL_EVENT, language_change_event to LANGUAGE_CHANGE_EVENT,
10 scroll_bar_click to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click
11 to W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
12 SELECTION_REQUEST_EVENT, selection_clear_event to
13 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
14 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
15 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
16 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
17 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT.
18
1 2002-06-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 19 2002-06-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 20
3 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind. 21 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
4 22
5 2002-06-12 Stefan Monnier <monnier@cs.yale.edu> 23 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>