Mercurial > emacs
comparison src/ChangeLog @ 49404:9bdb294eeb40
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 23 Jan 2003 11:49:05 +0000 |
parents | 3ccdcc00a902 |
children | 2f429f327ba1 |
comparison
equal
deleted
inserted
replaced
49403:7d900f9e80ee | 49404:9bdb294eeb40 |
---|---|
57 * w32fns.c (Vx_hand_shape): New variable. | 57 * w32fns.c (Vx_hand_shape): New variable. |
58 (w32_wnd_proc): Add message entries for WM_SETCURSOR and | 58 (w32_wnd_proc): Add message entries for WM_SETCURSOR and |
59 WM_EMACS_SETCURSOR. | 59 WM_EMACS_SETCURSOR. |
60 (x-create-frame): Setup Cursor types. | 60 (x-create-frame): Setup Cursor types. |
61 | 61 |
62 2003-01-21 David Ponce <david@dponce.com> | 62 2003-01-21 David Ponce <david@dponce.com> |
63 | 63 |
64 * w32term.c (w32_encode_char): For DIM=1 charset, set | 64 * w32term.c (w32_encode_char): For DIM=1 charset, set |
65 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c | 65 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c |
66 x_encode_char change by Kenichi Handa <handa@m17n.org> on | 66 x_encode_char change by Kenichi Handa <handa@m17n.org> on |
67 2002-09-30. | 67 2002-09-30.) |
68 (w32_draw_relief_rect): Declare all args. | 68 (w32_draw_relief_rect): Declare all args. |
69 (w32_define_cursor): New. | 69 (w32_define_cursor): New. |
70 | 70 |
71 * w32fns.c (w32_load_cursor): New function. | 71 * w32fns.c (w32_load_cursor): New function. |
72 (w32_init_class): Use it. | 72 (w32_init_class): Use it. |
550 2002-12-19 David Kastrup <David.Kastrup@t-online.de> | 550 2002-12-19 David Kastrup <David.Kastrup@t-online.de> |
551 | 551 |
552 * window.c (Fset_window_configuration): Set old_point to correct | 552 * window.c (Fset_window_configuration): Set old_point to correct |
553 value when new_current_buffer == current_buffer. | 553 value when new_current_buffer == current_buffer. |
554 | 554 |
555 2002-12-17 Ben Key <bkey1@tampabay.rr.com> | 555 2002-12-17 Ben Key <bkey1@tampabay.rr.com> |
556 | 556 |
557 * Revisited my earlier fix for the following entry in | 557 * Revisited my earlier fix for the following entry in |
558 etc/PROBLEMS: | 558 etc/PROBLEMS: |
559 "Emacs built on Windows 9x/ME crashes at startup on Windows XP, | 559 "Emacs built on Windows 9x/ME crashes at startup on Windows XP, |
560 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." | 560 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." |
943 (best_matching_font, choose_face_font): Add `needs_overstrike' | 943 (best_matching_font, choose_face_font): Add `needs_overstrike' |
944 argument, and use it to return whether overstriking is desirable | 944 argument, and use it to return whether overstriking is desirable |
945 for this face/font combo. | 945 for this face/font combo. |
946 (set_font_frame_param: Pass new argument to choose_face_font. | 946 (set_font_frame_param: Pass new argument to choose_face_font. |
947 | 947 |
948 2002-11-17 Ben Key <BKey1@tampabay.rr.com> | 948 2002-11-17 Ben Key <BKey1@tampabay.rr.com> |
949 | 949 |
950 This change is my fix for the following entry in etc/PROBLEMS: | 950 This change is my fix for the following entry in etc/PROBLEMS: |
951 "Emacs built on Windows 9x/ME crashes at startup on Windows XP, | 951 "Emacs built on Windows 9x/ME crashes at startup on Windows XP, |
952 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." | 952 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." |
953 | 953 |
980 | 980 |
981 * w32menu.c (initialize_frame_menubar): Added code to | 981 * w32menu.c (initialize_frame_menubar): Added code to |
982 reinitialize the function pointers set_menu_item_info and | 982 reinitialize the function pointers set_menu_item_info and |
983 get_menu_item_info. | 983 get_menu_item_info. |
984 | 984 |
985 2002-11-17 Ben Key <BKey1@tampabay.rr.com> | 985 2002-11-17 Ben Key <BKey1@tampabay.rr.com> |
986 | 986 |
987 * sound.c: Added a partial implementation of play-sound-internal | 987 * sound.c: Added a partial implementation of play-sound-internal |
988 for Microsoft Windows. Added various #ifdef / #else / #endif | 988 for Microsoft Windows. Added various #ifdef / #else / #endif |
989 code blocks to separate the code that will compile under | 989 code blocks to separate the code that will compile under |
990 Microsoft Windows from the code that is specific to Gnu/Linux. | 990 Microsoft Windows from the code that is specific to Gnu/Linux. |