diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cd9e767035f..1844535b550 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -13,6 +13,46 @@ | |||
| 13 | 13 | ||
| 14 | * print.c (print_object): Increase buf size. | 14 | * print.c (print_object): Increase buf size. |
| 15 | 15 | ||
| 16 | 2004-05-17 Jason Rumney <jasonr@gnu.org> | ||
| 17 | |||
| 18 | * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key) | ||
| 19 | (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from | ||
| 20 | Lisp_Object using i member. | ||
| 21 | (w32_quit_key): Rename from Vw32_quit_key, and make an int. | ||
| 22 | (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int | ||
| 23 | consistently. | ||
| 24 | |||
| 25 | * w32proc.c (create_child): Use make_number instead of masking pid. | ||
| 26 | |||
| 27 | * w32fns.c (w32_color_map_lookup): Return a Lisp_Object. | ||
| 28 | (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets): | ||
| 29 | Use EQ to compare Lisp_Objects. | ||
| 30 | (w32_parse_hot_key): Use int for lisp_modifiers consistently. | ||
| 31 | |||
| 32 | * w32term.c (w32_num_mouse_buttons): Rename from | ||
| 33 | Vw32_num_mouse_buttons and make it an int. | ||
| 34 | |||
| 35 | * w32.c (init_environment): Use it. | ||
| 36 | |||
| 37 | * w32fns.c (w32_wnd_proc): Likewise. | ||
| 38 | |||
| 39 | * w32proc.c (w32_pipe_read_delay): Rename from | ||
| 40 | Vw32_pipe_read_delay and make it an int. | ||
| 41 | |||
| 42 | * w32.c (_sys_read_ahead): Use it. | ||
| 43 | |||
| 44 | * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition. | ||
| 45 | |||
| 46 | * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid. | ||
| 47 | |||
| 48 | * w32inevt.c (w32_console_mouse_position, do_mouse_event) | ||
| 49 | (key_event): Don't mix Lisp_Object and int. | ||
| 50 | |||
| 51 | * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location. | ||
| 52 | |||
| 53 | * keyboard.c (kbd_buffer_get_event): Don't use event->code and | ||
| 54 | modifiers in language change event. | ||
| 55 | |||
| 16 | 2004-05-17 Kim F. Storm <storm@cua.dk> | 56 | 2004-05-17 Kim F. Storm <storm@cua.dk> |
| 17 | 57 | ||
| 18 | * alloc.c (mark_object): Ignore Lisp_Misc_Free objects. | 58 | * alloc.c (mark_object): Ignore Lisp_Misc_Free objects. |