Mercurial > emacs
diff nt/ChangeLog @ 48375:4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
author | Ben Key <bkey1@tampabay.rr.com> |
---|---|
date | Sun, 17 Nov 2002 22:35:26 +0000 |
parents | e3b637f1a9c5 |
children | 8c1adeb99c93 |
line wrap: on
line diff
--- a/nt/ChangeLog Sun Nov 17 22:34:13 2002 +0000 +++ b/nt/ChangeLog Sun Nov 17 22:35:26 2002 +0000 @@ -1,3 +1,11 @@ +2002-11-17 Ben Key <BKey1@tampabay.rr.com> + * nmake.defs: Made changes so that Emacs would link with + WinMM.lib. This change was required for my addition of a Windows + compatible implementation of play-sound-internal. + * gmake.defs: Made changes so that Emacs would link with + WinMM.lib. This change was required for my addition of a Windows + compatible implementation of play-sound-internal. + 2002-09-03 Juanma Barranquero <lektu@terra.es> (tiny change) * emacs.rc: Version updated to 21.3.50. From Peter Runestig