comparison src/ChangeLog @ 63165:669dc7032e9d

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 09 Jun 2005 10:39:02 +0000
parents 8bc48f52ea6b
children 20e5b9278cf3
comparison
equal deleted inserted replaced
63164:c4a3a3afa8ce 63165:669dc7032e9d
1 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * xfaces.c (Fdisplay_supports_face_attributes_p):
4 Fix typo in docstring.
5
1 2005-06-08 Steven Tamm <steventamm@mac.com> 6 2005-06-08 Steven Tamm <steventamm@mac.com>
2 7
3 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section 8 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
4 used by gcc4 on intel mac. 9 used by gcc4 on intel mac.
5 10
61 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler. 66 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
62 67
63 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode 68 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
64 non-static. 69 non-static.
65 70
66 * config.in: Added HAVE_CANCELMENUTRACKING 71 * config.in: Add HAVE_CANCELMENUTRACKING.
67 72
68 2005-06-06 Eli Zaretskii <eliz@gnu.org> 73 2005-06-06 Eli Zaretskii <eliz@gnu.org>
69 74
70 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove 75 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove
71 macros. 76 macros.
12992 2002-11-17 Ben Key <BKey1@tampabay.rr.com> 12997 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
12993 12998
12994 * sound.c: Added a partial implementation of play-sound-internal 12999 * sound.c: Added a partial implementation of play-sound-internal
12995 for Microsoft Windows. Added various #ifdef / #else / #endif 13000 for Microsoft Windows. Added various #ifdef / #else / #endif
12996 code blocks to separate the code that will compile under 13001 code blocks to separate the code that will compile under
12997 Microsoft Windows from the code that is specific to Gnu/Linux. 13002 Microsoft Windows from the code that is specific to GNU/Linux.
12998 Moved several blocks of code around to make this separation of code 13003 Moved several blocks of code around to make this separation of code
12999 into Windows compatible and Gnu/Linux compatible code blocks easier. 13004 into Windows compatible and GNU/Linux compatible code blocks easier.
13000 13005
13001 * makefile.w32-in: Include sound.c and link with WinMM.lib. 13006 * makefile.w32-in: Include sound.c and link with WinMM.lib.
13002 13007
13003 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly 13008 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
13004 added support for play-sound-internal under Windows would be 13009 added support for play-sound-internal under Windows would be