aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-15 03:00:48 -0700
committerMcCabe Maxsted2009-06-15 03:03:59 -0700
commit96741727e0d1dbb743fe9dcfff68d52b12617136 (patch)
treeddfcd81551f3a907875b9dd5cd6f7a0cc2a19b8f /ChangeLog.txt
parentOnline/Offline notifications now always show in IM windows (diff)
downloadmeta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.zip
meta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.tar.gz
meta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.tar.bz2
meta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.tar.xz
Applied Dale Glass' patch for VWR-12655: Add support for displaying the title of the song
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index a42b4be..1b7e197 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -11,6 +11,24 @@
11 * Online/Offline notifications now always show in IM windows. 11 * Online/Offline notifications now always show in IM windows.
12 12
13 modified: linden/indra/newview/llcallingcard.cpp 13 modified: linden/indra/newview/llcallingcard.cpp
14
15
16 * Audio stream track info displayed in chat instead of notices.
17
18 modified: indra/newview/lloverlaybar.cpp
19
20
21 Dale Glass <email@unknown.com>
22
23 * VWR-12655: Add support for displaying the title of the song.
24
25 modified: indra/llaudio/audioengine.h
26 modified: indra/llmedia/llmediaimplgstreamer.cpp
27 modified: indra/llmedia/llmediaimplgstreamer.h
28 modified: indra/llmedia/llmediaobserver.h
29 modified: indra/newview/app_settings/settings.xml
30 modified: indra/newview/lloverlaybar.cpp
31 modified: indra/newview/skins/default/xui/en-us/panel_preferences_audio.xml
14 32
15 33
162009-06-13 McCabe Maxsted <hakushakukun@gmail.com> 342009-06-13 McCabe Maxsted <hakushakukun@gmail.com>