M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
M /trunk/share/http/index.html
M /trunk/src/libvlc.h
* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the services-menu again. It isn't yet translatable, since the string-freeze came first. I'll add that after the release.
* extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
* share/http/index.html: another minor layout fix
* src/libvlc.h: changed the default hotkey for "subtitle delay down" from command-h to command-j and for "subtitle delay up" from command-j to command-k due to a conflict with a default OSX-shortcut
* src/input/input_clock.c: avoid using mwait() for long periods of time without checking p_input->b_die. This will make VLC more resilient to bad streams.