# HG changeset patch # User Juanma Barranquero # Date 1118313542 0 # Node ID 669dc7032e9dd23ce9f3729d566f1407aa709e97 # Parent c4a3a3afa8ce10b0a4ffbd0546139c0a8f76515e *** empty log message *** diff -r c4a3a3afa8ce -r 669dc7032e9d src/ChangeLog --- a/src/ChangeLog Thu Jun 09 10:36:28 2005 +0000 +++ b/src/ChangeLog Thu Jun 09 10:39:02 2005 +0000 @@ -1,3 +1,8 @@ +2005-06-09 Juanma Barranquero + + * xfaces.c (Fdisplay_supports_face_attributes_p): + Fix typo in docstring. + 2005-06-08 Steven Tamm * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section @@ -63,7 +68,7 @@ * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode non-static. - * config.in: Added HAVE_CANCELMENUTRACKING + * config.in: Add HAVE_CANCELMENUTRACKING. 2005-06-06 Eli Zaretskii @@ -12994,9 +12999,9 @@ * sound.c: Added a partial implementation of play-sound-internal for Microsoft Windows. Added various #ifdef / #else / #endif code blocks to separate the code that will compile under - Microsoft Windows from the code that is specific to Gnu/Linux. + Microsoft Windows from the code that is specific to GNU/Linux. Moved several blocks of code around to make this separation of code - into Windows compatible and Gnu/Linux compatible code blocks easier. + into Windows compatible and GNU/Linux compatible code blocks easier. * makefile.w32-in: Include sound.c and link with WinMM.lib.