www/adium.im 635:b9e832378cea: Style blog comments.

commits at adium.im commits at adium.im
Sun Mar 25 16:54:21 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/b9e832378cea
revision:	635:b9e832378cea
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Sun Mar 25 17:38:52 2012 +0100

Style blog comments.
Subject: www/adium.im 636:554ac7b1388a: Added the ability to provide labels to the changelog changes. This gives a nice visual overview for non-power users to quickly differentiate new features from the typically boring bugfixes.

details:	http://hg.adium.im/www/adium.im/rev/554ac7b1388a
revision:	636:554ac7b1388a
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Sun Mar 25 17:45:56 2012 +0100

Added the ability to provide labels to the changelog changes. This gives a nice visual overview for non-power users to quickly differentiate new features from the typically boring bugfixes.
Subject: www/adium.im 637:0f5d07f8469a: Clean up the actual in-app changelog style slightly, and introduce the labels there also.

details:	http://hg.adium.im/www/adium.im/rev/0f5d07f8469a
revision:	637:0f5d07f8469a
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Sun Mar 25 17:54:14 2012 +0100

Clean up the actual in-app changelog style slightly, and introduce the labels there also.

diffs (truncated from 1067 to 1000 lines):

diff -r 6f4705caed4a -r 0f5d07f8469a assets/styles/beta.css
--- a/assets/styles/beta.css	Sun Mar 18 17:38:33 2012 +0000
+++ b/assets/styles/beta.css	Sun Mar 25 17:54:14 2012 +0100
@@ -15,12 +15,72 @@
 	background: url('../images/logo_medium.png') no-repeat;
 }
 
+#changelog h3 {
+	padding-bottom: 10px;
+}
+
+li.fix, li.fixed,
+li.change, li.changed, 
+li.add, li.added, 
+li.remove, li.removed, 
+li.update, li.updated,
+li.bug, li.bugfix,
+li.feature, li.new {
+	list-style-type: none;
+	margin-left: -25px;
+}
+
+ul ul li.fix, ul ul li.fixed,
+ul ul li.change, ul ul li.changed, 
+ul ul li.add, ul ul li.added, 
+ul ul li.remove, ul ul li.removed, 
+ul ul li.update, ul ul li.updated,
+ul ul li.bug, ul ul li.bugfix,
+ul ul li.feature, ul ul li.new {
+	list-style-type: none;
+	margin-left: -20px;
+}
+
+li.fix:before, li.fixed:before,
+li.change:before, li.changed:before,
+li.add:before, li.added:before,
+li.remove:before, li.removed:before,
+li.update:before, li.updated:before,
+li.bug:before, li.bugfix:before,
+li.feature:before, li.new:before {
+	display: inline-block;
+	position: relative;
+	top: -1px;
+	padding: 3px 4px;
+	margin-right: 7px;
+	-webkit-border-radius: 3px;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	background: #555;
+	color: #fff;
+	font-weight: 700;
+	font-size: .6em;
+	line-height: 1em;
+	letter-spacing: .2em;
+	text-transform: uppercase;
+	opacity: .95;
+}
+
+li.fix:before, li.fixed:before { content: 'Fixed'; background: #eb6060; padding-right: 3px; }
+li.change:before, li.changed:before { content: 'Changed'; background: #56ace1; padding-right: 3px; }
+li.add:before, li.added:before { content: 'Added'; background: #7ad859; padding-right: 3px; }
+li.remove:before, li.removed:before { content: 'Removed'; background: #999; padding-right: 3px; }
+li.update:before, li.updated:before { content: 'Update'; background: #56ace1; padding-right: 3px; }
+li.bug:before, li.bugfix:before { content: 'Bugfix'; background: #eb6060; }
+li.feature:before { content: 'Feature'; background: #7ad859; }
+li.new:before { content: 'New'; background: #7ad859; }
+
 /********** Media Queries **********/
 
 @media (max-width: 600px) {
-	.revision { 
+	.revision {
 		float: none;
 		display: block;
-		padding-top: 8px; 
+		margin-top: 8px;
 	}
 }
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a assets/styles/blog.css
--- a/assets/styles/blog.css	Sun Mar 18 17:38:33 2012 +0000
+++ b/assets/styles/blog.css	Sun Mar 25 17:54:14 2012 +0100
@@ -8,14 +8,14 @@
 /* Fixes non-hyperlinked comments in WordPress */
 article footer span { font-size: 1em; }
 
-article footer ul li {
+article footer ul li, ol.comments header ul li {
 	list-style-type: none;
 	padding: 0 25px 0 21px;
 	float: left;
 	color: #999;
 	background: url('../images/sprite.png') no-repeat;
 }
-article footer ul li:last-child { padding-right: 0; }
+article footer ul li:last-child, ol.comments header ul li:last-child { padding-right: 0; }
 
 article footer li.date { background-position: -175px -127px; }
 article footer li.author { padding-left: 22px; background-position: -175px -147px; }
@@ -24,6 +24,78 @@
 
 .content section.has-aside { width: 70%; }
 
+/* Comments */
+
+ol.comments {
+	list-style-type: none;
+	margin: 15px -10px 0;
+	padding: 0;
+}
+
+ol.comments p { font-size: 1em; }
+
+ol.comments li {
+	margin: 0;
+	padding: 20px;
+	border-top: 1px solid #e9e9e9;
+}
+
+ol.comments header ul {
+	margin: 0;
+	padding: 0;
+	font-weight: 500;
+}
+
+ol.comments header ul:after, ol.comments header ul:before {
+	content: '';
+	display: table;
+	clear: both;
+}
+
+ol.comments header li {
+	padding: 0;
+	margin: 0;
+	border: 0;
+}
+
+ol.comments header .name, ol.comments img { display: inline-block; }
+ol.comments header li.author { background: none; padding-left: 0; }
+ol.comments header li.date { background-position: -175px -127px; }
+ol.comments header li.edit { background-position: -175px -187px; }
+
+ol.comments header li.date, ol.comments header li.edit, ol.comments .name {
+	margin-top: 1px;
+}
+
+ol.comments header .avatar {
+	float: left;
+	margin-right: 7px;
+	border-radius: 2px;
+	margin-bottom: 10px;
+}
+
+li.comment:last-child { padding-bottom: 10px; }
+li.comment p:last-child { padding-bottom: 0; }
+
+li.comment:nth-child(even) { background-color: #fcfcfc; }
+li.comment:nth-child(even):last-child {
+	background-color: #fcfcfc;
+	background: linear-gradient(top, #fcfcfc 0%, #fff 100%);
+	background: -o-linear-gradient(top, #fcfcfc 0%, #fff 100%);
+	background: -moz-linear-gradient(top, #fcfcfc 0%, #fff 100%);
+	background: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 100%);
+	background: -ms-linear-gradient(top, #fcfcfc 0%, #fff 100%);
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #fff));
+}
+
+.wp-smiley {
+	position: relative;
+	top: 2px;
+	margin: 0 1px;
+	display: inline;
+}
+
+
 /********** Media Queries **********/
 
 @media (max-width: 975px) { .content section.has-aside { width: 69%; } }
@@ -42,4 +114,33 @@
 	.content section.has-aside { clear: both; width: auto; } 
 	.content aside { width: 100%; }
 	.content aside section { margin: 14px; }
+}
+
+/* Comments */
+ at media (max-width: 560px) {
+	ol.comments header ul li {
+		float: none;
+		margin-bottom: 8px;
+		padding-right: 0;
+	}
+	
+	ol.comments header .name {
+		margin-top: 0;
+	}
+	
+	ol.comments header li.author { 
+		background: url('../images/sprite.png') no-repeat;
+		background-position: -175px -147px;
+		padding-left: 22px; 
+	}
+	
+	ol.comments header ul li:last-child {
+		margin-bottom: 12px;
+	}
+	
+	ol.comments header .avatar {
+		float: right;
+		margin-right: 0;
+		margin-bottom: 15px;
+	}
 }
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a assets/styles/changelog.css
--- a/assets/styles/changelog.css	Sun Mar 18 17:38:33 2012 +0000
+++ b/assets/styles/changelog.css	Sun Mar 25 17:54:14 2012 +0100
@@ -14,12 +14,13 @@
 
 /***** Colour *****/
 
-h2 { color: #333; }
-.revision { color: #444; }
+h2, h2 a { color: #333; }
+h2 a:hover { color: #000; }
+.revision { color: #999; }
 h3 { color: #999; }
 li { color: #444; }
-a { color: #88c7e7; }
-a:hover { color: #70bce2; }
+a { color: #4083a9; }
+a:hover { color: #2c5973; }
 
 /***** Positioning *****/
 
@@ -33,4 +34,62 @@
 
 a { text-decoration: none; }
 a:hover { text-decoration: underline; }
-a:link.closed, span.closed { text-decoration: line-through; }
\ No newline at end of file
+a:link.closed, span.closed { text-decoration: line-through; }
+
+/***** Labels *****/
+
+li.fix, li.fixed,
+li.change, li.changed, 
+li.add, li.added, 
+li.remove, li.removed, 
+li.update, li.updated,
+li.bug, li.bugfix,
+li.feature, li.new {
+	list-style-type: none;
+	margin-left: -20px;
+}
+
+ul ul li.fix, ul ul li.fixed,
+ul ul li.change, ul ul li.changed, 
+ul ul li.add, ul ul li.added, 
+ul ul li.remove, ul ul li.removed, 
+ul ul li.update, ul ul li.updated,
+ul ul li.bug, ul ul li.bugfix,
+ul ul li.feature, ul ul li.new {
+	list-style-type: none;
+	margin-left: -20px;
+}
+
+li.fix:before, li.fixed:before,
+li.change:before, li.changed:before,
+li.add:before, li.added:before,
+li.remove:before, li.removed:before,
+li.update:before, li.updated:before,
+li.bug:before, li.bugfix:before,
+li.feature:before, li.new:before {
+	display: inline-block;
+	position: relative;
+	top: -1px;
+	padding: 3px 4px;
+	margin-right: 6px;
+	-webkit-border-radius: 3px;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	background: #555;
+	color: #fff;
+	font-weight: 700;
+	font-size: 8px;
+	line-height: 1em;
+	letter-spacing: .2em;
+	text-transform: uppercase;
+	opacity: .95;
+}
+
+li.fix:before, li.fixed:before { content: 'Fixed'; background: #eb6060; padding-right: 3px; }
+li.change:before, li.changed:before { content: 'Changed'; background: #56ace1; padding-right: 3px; }
+li.add:before, li.added:before { content: 'Added'; background: #7ad859; padding-right: 3px; }
+li.remove:before, li.removed:before { content: 'Removed'; background: #999; padding-right: 3px; }
+li.update:before, li.updated:before { content: 'Update'; background: #56ace1; padding-right: 3px; }
+li.bug:before, li.bugfix:before { content: 'Bugfix'; background: #eb6060; }
+li.feature:before { content: 'Feature'; background: #7ad859; }
+li.new:before { content: 'New'; background: #7ad859; }
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a beta/index.php
--- a/beta/index.php	Sun Mar 18 17:38:33 2012 +0000
+++ b/beta/index.php	Sun Mar 25 17:54:14 2012 +0100
@@ -23,6 +23,13 @@
 		)
 		*/
 		array(
+			'ver' => '1.5rc5',
+			'rev' => '9e55800b09b7',
+			'date' => '2012-02-14',
+			'md5' => '6f6bab32571306cab4464f8a1951bc2d',
+			'dsa' => 'MCwCFEfUurtxN4TbPhvxmdqcrYPPH0I7AhRYw2YfmEtLIeR2X114R3oNhO91eQ=='
+		),
+		array(
 			'ver' => '1.5rc4',
 			'rev' => '9e55800b09b7',
 			'date' => '2012-02-14',
@@ -210,16 +217,17 @@
 				</div>
 			</section>
 			<section>
-				<article>
+				<article id="changelog">
 					<h1>Changelog</h1>
 					<?php } foreach ($versions as $version) { ?>
-						<hr>
+						<hr id="<?php echo $version['ver']; ?>">
 					
 						<h2>
-							Version <?php echo $version['ver']; ?> (<?php echo $version['date']; ?>)
+							<a href="#<?php echo $version['ver']; ?>">Version <?php echo $version['ver']; ?></a> 
+							(<?php echo $version['date']; ?>)
 							<span class="revision">
 								Revision: 
-								<a href="http://hg.adium.im/<?php echo $repo; ?>/rev/<?php echo $version['rev']; ?>">
+								<a href="http://hg.adium.im/<?php echo $repo, '/rev/', $version['rev']; ?>">
 									<?php echo $version['rev']; ?>
 								</a>
 							</span>
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5b1.htmlfrag
--- a/changelogs/1.5b1.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5b1.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,160 +1,158 @@
-<span class="group">
-	<h3 id="major-changes">Major Changes</h3>
-	<ul>
-		<li>Requires Mac OS X 10.6.0 or later</li>
-		<li>Requires an Intel Mac</li>
-		<li>Added 64bit support.</li>
-		<li>Updated to libpurple 2.10.0mtn</li>
-		<li>Removed defunct QQ support.</li>
-		<li>Various user interface improvements</li>
-	</ul>
+<h3 id="major-changes">Major Changes</h3>
+<ul>
+	<li>Requires Mac OS X 10.6.0 or later</li>
+	<li>Requires an Intel Mac</li>
+	<li>Added 64bit support.</li>
+	<li>Updated to libpurple 2.10.0mtn</li>
+	<li>Removed defunct QQ support.</li>
+	<li>Various user interface improvements</li>
+</ul>
 
-	<h3 id="address-book">Address Book integration</h3>
-	<ul>
-		<li>Use a token field to specify the format to use for names imported from the Address Book. (#7394)</li>
-		<li>Added support for Facebook. (#137559)</li>
-	</ul>
+<h3 id="address-book">Address Book integration</h3>
+<ul>
+	<li>Use a token field to specify the format to use for names imported from the Address Book. (#7394)</li>
+	<li>Added support for Facebook. (#137559)</li>
+</ul>
 
-	<h3 id="authorization-requests">Authorization Requests</h3>
-	<ul>
-		<li>First entry in the list is now auto-selected.</li>
-		<li>Toolbar items now get disabled when no request is selected.</li>
-	</ul>
+<h3 id="authorization-requests">Authorization Requests</h3>
+<ul>
+	<li>First entry in the list is now auto-selected.</li>
+	<li>Toolbar items now get disabled when no request is selected.</li>
+</ul>
 
-	<h3 id="contact-list">Contact List</h3>
-	<ul>
-		<li>The contact list search now treats whitespace-separated words as keywords. (Paul Vet) (#14354)</li>
-		<li>Improved the logic for the display of tooltips. (Matthew Plough) (#12774)</li>
-		<li>User picture menu now looks native on Leopard and newer systems. (#11964)</li>
-		<li>Made the user picture an image well, added drag and drop support.</li>
-		<li>Fixed positioning of selected icon in Recent Icons not being reapplied when icon is reselected. (#9908)</li>
-		<li>Added support for blocking/unblocking all contacts in a group. (Conor Branagan) (#2177)</li>
-		<li>Added a "Deselect All" option to the "Edit" menu. (based on a patch by Tyler Funnell). (#10208)</li>
-	</ul>
+<h3 id="contact-list">Contact List</h3>
+<ul>
+	<li>The contact list search now treats whitespace-separated words as keywords. (Paul Vet) (#14354)</li>
+	<li>Improved the logic for the display of tooltips. (Matthew Plough) (#12774)</li>
+	<li>User picture menu now looks native on Leopard and newer systems. (#11964)</li>
+	<li>Made the user picture an image well, added drag and drop support.</li>
+	<li>Fixed positioning of selected icon in Recent Icons not being reapplied when icon is reselected. (#9908)</li>
+	<li>Added support for blocking/unblocking all contacts in a group. (Conor Branagan) (#2177)</li>
+	<li>Added a "Deselect All" option to the "Edit" menu. (based on a patch by Tyler Funnell). (#10208)</li>
+</ul>
 
-	<h3 id="dock-icon">Dock Icon</h3>
-	<ul>
-		<li>Moved the dock badge to the top right to be consistent with other Mac OS X applications such as Mail. (#13439)</li>
-		<li>Fixed dock badge text becoming too large. (#13088)</li>
-		<li>Removed flashing of the contact name. (#14452)</li>
-	</ul>
+<h3 id="dock-icon">Dock Icon</h3>
+<ul>
+	<li>Moved the dock badge to the top right to be consistent with other Mac OS X applications such as Mail. (#13439)</li>
+	<li>Fixed dock badge text becoming too large. (#13088)</li>
+	<li>Removed flashing of the contact name. (#14452)</li>
+</ul>
 
-	<h3 id="encryption">Encryption</h3>
-	<ul>
-		<li>Made it easier to delete a fingerprint. (Aleksei Gorny) (#1654)</li>
-		<li>The "Generate" button is now labelled "Regenerate" when a fingerprint already exists. (Tyler Funnell) (#1128)</li>
-		<li>Disable Encryption -> Initiate Encrypted OTR Chat, menu item, if encrypted chat is disabled from settings. (Tyler Funnell) (#7389)</li>
-	</ul>
+<h3 id="encryption">Encryption</h3>
+<ul>
+	<li>Made it easier to delete a fingerprint. (Aleksei Gorny) (#1654)</li>
+	<li>The "Generate" button is now labelled "Regenerate" when a fingerprint already exists. (Tyler Funnell) (#1128)</li>
+	<li>Disable Encryption -> Initiate Encrypted OTR Chat, menu item, if encrypted chat is disabled from settings. (Tyler Funnell) (#7389)</li>
+</ul>
 
-	<h3 id="events-and-notifications">Events and Notifications</h3>
-	<ul>
-		<li>Added the ability to add timestamps to Growl notifications. (Stuart Connolly) (#9920)</li>
-		<li>Added a "Do Nothing" event. (#3590)</li>
-		<li>Added a "Message sent (Group chat)" event. (Will Bowling) (#12316)</li>
-		<li>Added "Message received (Away)" and "Message received (Away Group Chat)" events. (Joshua Stein) (#13278)</li>
-		<li>Added Regex support for mentions. (#12832)</li>
-	</ul>
+<h3 id="events-and-notifications">Events and Notifications</h3>
+<ul>
+	<li>Added the ability to add timestamps to Growl notifications. (Stuart Connolly) (#9920)</li>
+	<li>Added a "Do Nothing" event. (#3590)</li>
+	<li>Added a "Message sent (Group chat)" event. (Will Bowling) (#12316)</li>
+	<li>Added "Message received (Away)" and "Message received (Away Group Chat)" events. (Joshua Stein) (#13278)</li>
+	<li>Added Regex support for mentions. (#12832)</li>
+</ul>
 
-	<h3 id="get-info-window">Get Info Window</h3>
-	<ul>
-		<li>Various visual refinements. (Paul Wilde) (#14441)</li>
-		<li>Removed the service icon from the top of the "Get Info" window's first pane (and from the contact list tooltip). (#14654)</li>
-	</ul>
+<h3 id="get-info-window">Get Info Window</h3>
+<ul>
+	<li>Various visual refinements. (Paul Wilde) (#14441)</li>
+	<li>Removed the service icon from the top of the "Get Info" window's first pane (and from the contact list tooltip). (#14654)</li>
+</ul>
 
-	<h3 id="group-chats">Group Chats</h3>
-	<ul>
-		<li>Added support for purple images (custom emoticons etc.). (Peter Fung) (#15183)</li>
-	</ul>
+<h3 id="group-chats">Group Chats</h3>
+<ul>
+	<li>Added support for purple images (custom emoticons etc.). (Peter Fung) (#15183)</li>
+</ul>
 
-	<h3 id="chat-window">Chat Window</h3>
-	<ul>
-		<li>Rounded user icon in the chat window toolbar. (#3757)</li>
-	</ul>
+<h3 id="chat-window">Chat Window</h3>
+<ul>
+	<li>Rounded user icon in the chat window toolbar. (#3757)</li>
+</ul>
 
-	<h3 id="messaging">Messaging</h3>
-	<ul>
-		<li>Added a "Reopen Closed Tab" menu item to the File menu that will restore the most recently closed tab. (#12537)</li>
-		<li>Clicking on a link whilst holding the Cmd key opens the link in the background. (Aaron Dodson) (#12129)</li>
-		<li>Added Imgur as a supported image uploading service. (Shayne Sweeney) (#13186)</li>
-		<li>Removed kl.am as a supported url shortener service. (Shawn Khan) (#14412)</li>
-		<li>Fixed link insertion for NetNewsWire. (#11389)</li>
-		<li>Added Google Chrome support for link insertion.</li>
-	</ul>
+<h3 id="messaging">Messaging</h3>
+<ul>
+	<li>Added a "Reopen Closed Tab" menu item to the File menu that will restore the most recently closed tab. (#12537)</li>
+	<li>Clicking on a link whilst holding the Cmd key opens the link in the background. (Aaron Dodson) (#12129)</li>
+	<li>Added Imgur as a supported image uploading service. (Shayne Sweeney) (#13186)</li>
+	<li>Removed kl.am as a supported url shortener service. (Shawn Khan) (#14412)</li>
+	<li>Fixed link insertion for NetNewsWire. (#11389)</li>
+	<li>Added Google Chrome support for link insertion.</li>
+</ul>
 
-	<h3 id="message-view">Message View</h3>
-	<ul>
-		<li>Fixed "Recent messages" still showing with logging. (#12577)</li>
-		<li>Smooth Operator replaced Stockholm as the default message style</li>
-		<li>Added the "lastFocus" class for message styles to the latest message received while the chat didn't have focus, and "regainedFocus" for the first message received while the chat has regained focus after having previously lost it.</li>
-		<li>Made emoticons between packs more consistent. (#11450)</li>
-		<li>Fixed the ":^)" emoticon being mistakenly interpreted the same as ":-\". (#13924)</li>
-	</ul>
+<h3 id="message-view">Message View</h3>
+<ul>
+	<li>Fixed "Recent messages" still showing with logging. (#12577)</li>
+	<li>Smooth Operator replaced Stockholm as the default message style</li>
+	<li>Added the "lastFocus" class for message styles to the latest message received while the chat didn't have focus, and "regainedFocus" for the first message received while the chat has regained focus after having previously lost it.</li>
+	<li>Made emoticons between packs more consistent. (#11450)</li>
+	<li>Fixed the ":^)" emoticon being mistakenly interpreted the same as ":-\". (#13924)</li>
+</ul>
 
-	<h3 id="status">Status</h3>
-	<ul>
-		<li>Added ability to change which track information the "iTunes" status displays. (#6373)</li>
-	</ul>
+<h3 id="status">Status</h3>
+<ul>
+	<li>Added ability to change which track information the "iTunes" status displays. (#6373)</li>
+</ul>
 
-	<h3 id="transcript-viewer">Transcript Viewer</h3>
-	<ul>
-		<li>Added next/previous buttons for highlighted search terms within a transcript (similar to Safari).</li>
-		<li>Greatly improved reliability and speed of log indexing and search.</li>
-		<li>Fixed a bug when writing inline images to chat logs. (Peter Fung) (#15186)</li>
-	</ul>
-	
-	<h3 id="buddy-icons">User Picture (Buddy Icon)</h3>
-	<ul>
-		<li>Added ability to resize animated gifs that are too large. (#9885)</li>
-		<li>Image wells for changing user picture support drag & drop and will also open the Image Picker to edit the image if it's too large or not of square shape. (20% off shape)</li>
-	</ul>
+<h3 id="transcript-viewer">Transcript Viewer</h3>
+<ul>
+	<li>Added next/previous buttons for highlighted search terms within a transcript (similar to Safari).</li>
+	<li>Greatly improved reliability and speed of log indexing and search.</li>
+	<li>Fixed a bug when writing inline images to chat logs. (Peter Fung) (#15186)</li>
+</ul>
 
-	<h3 id="preferences">Preferences</h3>
-	<ul>
-		<li>Fixed some bad user interface behaviour in the "Customise..." sheet for dock  icon in the "Appearance" pane. (#15158)</li>
-		<li>Improved wording and alignment in the "Status" pane. (ctbeiser) (#15370)</li>
-	</ul>
+<h3 id="buddy-icons">User Picture (Buddy Icon)</h3>
+<ul>
+	<li>Added ability to resize animated gifs that are too large. (#9885)</li>
+	<li>Image wells for changing user picture support drag & drop and will also open the Image Picker to edit the image if it's too large or not of square shape. (20% off shape)</li>
+</ul>
 
-	<h3 id="aim">AIM</h3>
-	<ul>
-		<li>Added a preference for AIM: "allow multiple sign in locations" defaulting to true. (Josh Perry) (#5790)</li>
-	</ul>
+<h3 id="preferences">Preferences</h3>
+<ul>
+	<li>Fixed some bad user interface behaviour in the "Customise..." sheet for dock  icon in the "Appearance" pane. (#15158)</li>
+	<li>Improved wording and alignment in the "Status" pane. (ctbeiser) (#15370)</li>
+</ul>
 
-	<h3 id="statusnet">StatusNet</h3>
-	<ul>
-		<li>Allow overriding the 140 character limit for StatusNet. (brion) (#13485)</li>
-	</ul>
+<h3 id="aim">AIM</h3>
+<ul>
+	<li>Added a preference for AIM: "allow multiple sign in locations" defaulting to true. (Josh Perry) (#5790)</li>
+</ul>
 
-	<h3 id="xmpp">XMPP</h3>
-	<ul>
-		<li>Added support for supported characters in Jabber IDs. (Marc Kalmes) (#13099)</li>
-	</ul>
+<h3 id="statusnet">StatusNet</h3>
+<ul>
+	<li>Allow overriding the 140 character limit for StatusNet. (brion) (#13485)</li>
+</ul>
 
-	<h3 id="xtras">Xtras</h3>
-	<ul>
-		<li>Added version numbers for Xtras to Xtras Manager. (Ariel Chinn) (#11285)</li>
-		<li>Fixed case in the path for the iChat emoticons. (#14936)</li>
-		<li>Group chat userlists and the status icons selection menu in the appearances preferences now use the tab version of status icons. (#13838)</li>
-		<li>Fixed Xtras not displaying after Xtras Manager did load.</li>
-	</ul>
+<h3 id="xmpp">XMPP</h3>
+<ul>
+	<li>Added support for supported characters in Jabber IDs. (Marc Kalmes) (#13099)</li>
+</ul>
 
-	<h3 id="voiceover">VoiceOver</h3>
-	<ul>
-		<li>VoiceOver no longer says "empty" before each item in the contact list. (#12916 and #9004)</li>
-		<li>The contact window's toolbar items now have appropriate labels. (#13010)</li>
-	</ul>
+<h3 id="xtras">Xtras</h3>
+<ul>
+	<li>Added version numbers for Xtras to Xtras Manager. (Ariel Chinn) (#11285)</li>
+	<li>Fixed case in the path for the iChat emoticons. (#14936)</li>
+	<li>Group chat userlists and the status icons selection menu in the appearances preferences now use the tab version of status icons. (#13838)</li>
+	<li>Fixed Xtras not displaying after Xtras Manager did load.</li>
+</ul>
 
-	<h3 id="miscellaneous">Miscellaneous</h3>
-	<ul>
-		<li>The Downloads stack in the Dock will now bounce when Adium finishes receiving a file.</li>
-		<li>Quarantine received files after downloading, so the Finder will show a warning before opening received applications (similar to Safari).</li>
-		<li>Removed "Page Setup..." from the "File" menu. (#15367)</li>
-		<li>Added the "On Accounts" table to the nextKeyView in the 'Add Contact' window. (#14269)</li>
-		<li>New "About Adium" dialog. (Thanks to Mike Houben & Paul Wilde for graphics)</li>
-		<li>Updated Adium Help documentation to look native on OS X Lion. (Paul Wilde) (#15357)</li>
-		<li>Added a menu item to view release notes in the help menu. (#8569)</li>
-		<li>Converted most AppleScripts from .scpt to .applescript files. (dak180) (#13940)</li>
-		<li>Miscellaneous improvements to Copyright.txt file.</li>
-		<li>Rewrote the libpurple eventloop to use libdispatch. (#13932)</li>
-		<li>Debug logging: All GLib's errors and messages, and all exceptions are now logged to the Debug Window.</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="voiceover">VoiceOver</h3>
+<ul>
+	<li>VoiceOver no longer says "empty" before each item in the contact list. (#12916 and #9004)</li>
+	<li>The contact window's toolbar items now have appropriate labels. (#13010)</li>
+</ul>
+
+<h3 id="miscellaneous">Miscellaneous</h3>
+<ul>
+	<li>The Downloads stack in the Dock will now bounce when Adium finishes receiving a file.</li>
+	<li>Quarantine received files after downloading, so the Finder will show a warning before opening received applications (similar to Safari).</li>
+	<li>Removed "Page Setup..." from the "File" menu. (#15367)</li>
+	<li>Added the "On Accounts" table to the nextKeyView in the 'Add Contact' window. (#14269)</li>
+	<li>New "About Adium" dialog. (Thanks to Mike Houben & Paul Wilde for graphics)</li>
+	<li>Updated Adium Help documentation to look native on OS X Lion. (Paul Wilde) (#15357)</li>
+	<li>Added a menu item to view release notes in the help menu. (#8569)</li>
+	<li>Converted most AppleScripts from .scpt to .applescript files. (dak180) (#13940)</li>
+	<li>Miscellaneous improvements to Copyright.txt file.</li>
+	<li>Rewrote the libpurple eventloop to use libdispatch. (#13932)</li>
+	<li>Debug logging: All GLib's errors and messages, and all exceptions are now logged to the Debug Window.</li>
+</ul>
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5b2.htmlfrag
--- a/changelogs/1.5b2.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5b2.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,12 +1,10 @@
-<span class="group">
-	<h3 id="general">General</h3>
-	<ul>
-		<li>Made the separator between the text entry and message views thinner.</li>
-		<li>Fixed a shadow drawing error under 64 bit in PSMTabBarController</li>
-		<li>Fixed issue where the user count was not updated when the user list is dragged open. (<a class="closed ticket" href="http://trac.adium.im/ticket/15446" title="defect: User list is blank when opened (closed: fixed)">#15446</a>)</li>
-		<li>Fixed issue where the state of the user list was not preserved when the user list is dragged open or closed.</li>
-		<li>Fixed potential crash related to displaying emoticons.</li>
-		<li>Fixed connecting to Facebook using OAuth. (<a class="closed ticket" href="http://trac.adium.im/ticket/15544" title="defect: New Facebook Connection doesn't work with Facebook security settings (closed: fixed)">#15544</a>)</li>
-		<li>Fixed numerous message view layout issues. (<a class="closed ticket" href="http://trac.adium.im/ticket/15560" title="defect: Message View is Mis-positioned (closed: fixed)">#15560</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15568" title="defect: Extra pixels in the text input area (closed: fixed)">#15568</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15575" title="defect: User list in single user chats (closed: fixed)">#15575</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15577" title="defect: Grey space when window width is dragged very small (closed: fixed)">#15577</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15582" title="defect: Tab/chat split divider is fixed upon window resize (closed: fixed)">#15582</a>)</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="general">General</h3>
+<ul>
+	<li class="update">Made the separator between the text entry and message views thinner.</li>
+	<li class="fix">Fixed a shadow drawing error under 64 bit in PSMTabBarController</li>
+	<li class="fix">Fixed issue where the user count was not updated when the user list is dragged open. (<a class="closed ticket" href="http://trac.adium.im/ticket/15446" title="defect: User list is blank when opened (closed: fixed)">#15446</a>)</li>
+	<li class="fix">Fixed issue where the state of the user list was not preserved when the user list is dragged open or closed.</li>
+	<li class="fix">Fixed potential crash related to displaying emoticons.</li>
+	<li class="fix">Fixed connecting to Facebook using OAuth. (<a class="closed ticket" href="http://trac.adium.im/ticket/15544" title="defect: New Facebook Connection doesn't work with Facebook security settings (closed: fixed)">#15544</a>)</li>
+	<li class="fix">Fixed numerous message view layout issues. (<a class="closed ticket" href="http://trac.adium.im/ticket/15560" title="defect: Message View is Mis-positioned (closed: fixed)">#15560</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15568" title="defect: Extra pixels in the text input area (closed: fixed)">#15568</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15575" title="defect: User list in single user chats (closed: fixed)">#15575</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15577" title="defect: Grey space when window width is dragged very small (closed: fixed)">#15577</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15582" title="defect: Tab/chat split divider is fixed upon window resize (closed: fixed)">#15582</a>)</li>
+</ul>
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5b3.htmlfrag
--- a/changelogs/1.5b3.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5b3.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,13 +1,11 @@
-<span class="group">
-	<h3 id="general">General</h3>
-	<ul>
-		<li>Fixed issue where window shadows were not initially rendered with transparent message view backgrounds (<a class="closed ticket" href="http://trac.adium.im/ticket/12608" title="defect: Chat window shadow (closed: fixed)">#12608</a>)</li>
-		<li>Fixed sounds playing from the main sound device, and not the alert sound device. (<a class="closed ticket" href="http://trac.adium.im/ticket/15529" title="defect: Adium Not Outputting Sound to System Sound Output (closed: fixed)">#15529</a>)</li>
-		<li>Fixed Adium's behavior with spaces and mission control. (<a class="closed ticket" href="http://trac.adium.im/ticket/15408" title="defect: Contacts window fixed (closed: fixed)">#15408</a>)</li>
-		<li>Ask the user to re-authenticate with Facebook when we get a failed password response. (<a class="closed ticket" href="http://trac.adium.im/ticket/15583" title="defect: Unable to connect to Facebook Chat (closed: fixed)">#15583</a>)</li>
-		<li>Fixed a crash when installing an Xtra from the website. (<a class="closed ticket" href="http://trac.adium.im/ticket/15581" title="crash: Adium crashes under Lion 10.7.2 when clicking install on an xtra (closed: fixed)">#15581</a>)</li>
-		<li>Smooth Operator - Alternating: improved closing focus indicators when icons are disabled (via checkbox or in IRC).</li>
-		<li>Smooth Operator - Dark: added a faint striped texture to the background.</li>
-		<li>minimal_mod: enabled header hiding if the user scrolls up far enough that Adium won't scroll on new content. (And removed the changing of header opacity on hover.)</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="general">General</h3>
+<ul>
+	<li class="update">Ask the user to re-authenticate with Facebook when we get a failed password response. (<a class="closed ticket" href="http://trac.adium.im/ticket/15583" title="defect: Unable to connect to Facebook Chat (closed: fixed)">#15583</a>)</li>
+	<li class="update">Smooth Operator - Alternating: improved closing focus indicators when icons are disabled (via checkbox or in IRC).</li>
+	<li class="update">Smooth Operator - Dark: added a faint striped texture to the background.</li>
+	<li class="update">minimal_mod: enabled header hiding if the user scrolls up far enough that Adium won't scroll on new content. (And removed the changing of header opacity on hover.)</li>
+	<li class="fix">Fixed issue where window shadows were not initially rendered with transparent message view backgrounds (<a class="closed ticket" href="http://trac.adium.im/ticket/12608" title="defect: Chat window shadow (closed: fixed)">#12608</a>)</li>
+	<li class="fix">Fixed sounds playing from the main sound device, and not the alert sound device. (<a class="closed ticket" href="http://trac.adium.im/ticket/15529" title="defect: Adium Not Outputting Sound to System Sound Output (closed: fixed)">#15529</a>)</li>
+	<li class="fix">Fixed Adium's behavior with spaces and mission control. (<a class="closed ticket" href="http://trac.adium.im/ticket/15408" title="defect: Contacts window fixed (closed: fixed)">#15408</a>)</li>
+	<li class="fix">Fixed a crash when installing an Xtra from the website. (<a class="closed ticket" href="http://trac.adium.im/ticket/15581" title="crash: Adium crashes under Lion 10.7.2 when clicking install on an xtra (closed: fixed)">#15581</a>)</li>
+</ul>
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5b4.htmlfrag
--- a/changelogs/1.5b4.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5b4.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,10 +1,8 @@
-<span class="group">
-	<h3 id="general">General</h3>
-	<ul>
-		<li>Reduced application bundle size and memory overhead. (<a class="closed ticket" href="http://trac.adium.im/ticket/15466" title="task: Remove A/V dependencies for 1.5 (closed: fixed)">#15466</a>)</li>
-		<li>Adium no longer erroneously reports it supports VV. (<a class="closed ticket" href="http://trac.adium.im/ticket/15639" title="defect: Adium 1.5 advertises support for VV, while it doesn't actually work (closed: fixed)">#15639</a>)</li>
-		<li>Fixed a visual glitch in AB and status advanced prefs. (<a class="closed ticket" href="http://trac.adium.im/ticket/15646" title="defect: Visual glitches in AB and status advanced pref panes (closed: fixed)">#15646</a>)</li>
-		<li>Removed import from Fire. (<a class="closed ticket" href="http://trac.adium.im/ticket/15366" title="task: Remove "Import Fire Accounts and Logs" option (including functionality) ... (closed: fixed)">#15366</a>)</li>
-		<li>Increased robustness of message context display.</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="general">General</h3>
+<ul>
+	<li class="update">Reduced application bundle size and memory overhead. (<a class="closed ticket" href="http://trac.adium.im/ticket/15466" title="task: Remove A/V dependencies for 1.5 (closed: fixed)">#15466</a>)</li>
+	<li class="update">Increased robustness of message context display.</li>
+	<li class="fix">Adium no longer erroneously reports it supports VV. (<a class="closed ticket" href="http://trac.adium.im/ticket/15639" title="defect: Adium 1.5 advertises support for VV, while it doesn't actually work (closed: fixed)">#15639</a>)</li>
+	<li class="fix">Fixed a visual glitch in AB and status advanced prefs. (<a class="closed ticket" href="http://trac.adium.im/ticket/15646" title="defect: Visual glitches in AB and status advanced pref panes (closed: fixed)">#15646</a>)</li>
+	<li class="remove">Removed import from Fire. (<a class="closed ticket" href="http://trac.adium.im/ticket/15366" title="task: Remove "Import Fire Accounts and Logs" option (including functionality) ... (closed: fixed)">#15366</a>)</li>
+</ul>
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5b5.htmlfrag
--- a/changelogs/1.5b5.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5b5.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,8 +1,6 @@
-<span class="group">
-	<h3 id="general">General</h3>
-	<ul>
-		<li>Fixed crash when loading Skype plugin. (<a class="closed ticket" href="http://trac.adium.im/ticket/15590" title="crash: Skype plugin crashes 1.5b2 at startup (closed: fixed)">#15590</a>)</li>
-		<li>Disabled loading <a class="wiki" href="/wiki/WebKit">WebKit</a> plugins when presenting Facebook authorization windows.</li>
-		<li>Fixed small leap when auto-scrolling resumes in About box.</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="general">General</h3>
+<ul>
+	<li class="update">Disabled loading <a class="wiki" href="/wiki/WebKit">WebKit</a> plugins when presenting Facebook authorization windows.</li>
+	<li class="fix">Fixed crash when loading Skype plugin. (<a class="closed ticket" href="http://trac.adium.im/ticket/15590" title="crash: Skype plugin crashes 1.5b2 at startup (closed: fixed)">#15590</a>)</li>
+	<li class="fix">Fixed small leap when auto-scrolling resumes in About box.</li>
+</ul>
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5b6.htmlfrag
--- a/changelogs/1.5b6.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5b6.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,15 +1,13 @@
-<span class="group">
-	<h3 id="general">General</h3>
-	<ul>
-		<li>Fixed automatic updating between betas failing with the error "Can't make a temporary directory for the update download". (<a class="closed ticket" href="http://trac.adium.im/ticket/15666" title="defect: Update failes with message "Can't make a temporary directory for the ... (closed: fixed)">#15666</a>)</li>
-		<li>Correct strange behavior in the messages pref pane. (<a class="closed ticket" href="http://trac.adium.im/ticket/15670" title="defect: Odd behavior with "messages" section in prefs. (closed: fixed)">#15670</a>)</li>
-		<li>Further fixes of message context display. (<a class="closed ticket" href="http://trac.adium.im/ticket/15377" title="defect: Message History Only Shows on 1st Tab on Startup (closed: fixed)">#15377</a>)</li>
-		<li>Fixed a 2px alignment issue when a normal or borderless contact window is set to vertically resize automatically. (<a class="closed ticket" href="http://trac.adium.im/ticket/15626" title="defect: "Size-to-fit vertically" adds two extra pixels to the bottom of the ... (closed: fixed)">#15626</a>)</li>
-		<li>Restored bouncy scroll behavior to normal window style contact list windows.</li>
-		<li>Fixed crash when sending certain group chat requests. (<a class="closed ticket" href="http://trac.adium.im/ticket/15674" title="crash: Start AIM Group Chat with multiple people results in crash (closed: fixed)">#15674</a>)</li>
-		<li>Fixed emotes ('/me' messages) in IRC private chats. (<a class="closed ticket" href="http://trac.adium.im/ticket/15589" title="defect: My /me is not shown in IRC private chats (closed: fixed)">#15589</a>)</li>
-		<li>Fixed global application shortcut. (<a class="closed ticket" href="http://trac.adium.im/ticket/12013" title="defect: Global shortcut preference is not saved (closed: fixed)">#12013</a>)</li>
-		<li>Fixed some issues with <a class="wiki" href="/wiki/AppleScript">AppleScript</a>. (Peter Schmitt) (<a class="closed ticket" href="http://trac.adium.im/ticket/15234" title="defect: AppleScript parameter "at location" broken for chats (closed: fixed)">#15234</a>)</li>
-		<li>Fixed incorrectly formatted output in the logviewer. (<a class="closed ticket" href="http://trac.adium.im/ticket/15574" title="defect: Transcript Viewer: inconsistent user name colouring (closed: fixed)">#15574</a>)</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="general">General</h3>
+<ul>
+	<li class="update">Restored bouncy scroll behavior to normal window style contact list windows.</li>
+	<li class="fix">Fixed automatic updating between betas failing with the error "Can't make a temporary directory for the update download". (<a class="closed ticket" href="http://trac.adium.im/ticket/15666" title="defect: Update failes with message "Can't make a temporary directory for the ... (closed: fixed)">#15666</a>)</li>
+	<li class="fix">Correct strange behavior in the messages pref pane. (<a class="closed ticket" href="http://trac.adium.im/ticket/15670" title="defect: Odd behavior with "messages" section in prefs. (closed: fixed)">#15670</a>)</li>
+	<li class="fix">Further fixes of message context display. (<a class="closed ticket" href="http://trac.adium.im/ticket/15377" title="defect: Message History Only Shows on 1st Tab on Startup (closed: fixed)">#15377</a>)</li>
+	<li class="fix">Fixed a 2px alignment issue when a normal or borderless contact window is set to vertically resize automatically. (<a class="closed ticket" href="http://trac.adium.im/ticket/15626" title="defect: "Size-to-fit vertically" adds two extra pixels to the bottom of the ... (closed: fixed)">#15626</a>)</li>
+	<li class="fix">Fixed crash when sending certain group chat requests. (<a class="closed ticket" href="http://trac.adium.im/ticket/15674" title="crash: Start AIM Group Chat with multiple people results in crash (closed: fixed)">#15674</a>)</li>
+	<li class="fix">Fixed emotes ('/me' messages) in IRC private chats. (<a class="closed ticket" href="http://trac.adium.im/ticket/15589" title="defect: My /me is not shown in IRC private chats (closed: fixed)">#15589</a>)</li>
+	<li class="fix">Fixed global application shortcut. (<a class="closed ticket" href="http://trac.adium.im/ticket/12013" title="defect: Global shortcut preference is not saved (closed: fixed)">#12013</a>)</li>
+	<li class="fix">Fixed some issues with <a class="wiki" href="/wiki/AppleScript">AppleScript</a>. (Peter Schmitt) (<a class="closed ticket" href="http://trac.adium.im/ticket/15234" title="defect: AppleScript parameter "at location" broken for chats (closed: fixed)">#15234</a>)</li>
+	<li class="fix">Fixed incorrectly formatted output in the logviewer. (<a class="closed ticket" href="http://trac.adium.im/ticket/15574" title="defect: Transcript Viewer: inconsistent user name colouring (closed: fixed)">#15574</a>)</li>
+</ul>
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5b7.htmlfrag
--- a/changelogs/1.5b7.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5b7.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,6 +1,4 @@
-<span class="group">
-	<h3 id="localization">Localization</h3>
-	<ul>
-		<li>Don't compile nibs in Release-Debug.</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="localization">Localization</h3>
+<ul>
+	<li class="fix">Don't compile nibs in Release-Debug.</li>
+</ul>
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5b8.htmlfrag
--- a/changelogs/1.5b8.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5b8.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,42 +1,38 @@
-<span class="group">
-	<h3 id="general">General</h3>
+<h3 id="general">General</h3>
+<ul>
+	<li class="fix">Make sure opening chatlog files does not show a warning in Finder about opening downloaded files. (<a class="assigned ticket" href="http://trac.adium.im/ticket/15573" title="enhancement: Finish up quarantining files (assigned)">#15573</a>)</li>
+	<li class="update">Refactoring of ESiTunesPlugin including:</li>
+		<ul>
+			<li>Use same menu in menu bar, context menu and toolbar.</li>
+			<li>Fixed bug when replacing tokens with empty strings.</li>
+			<li>Make tokens un-localizable.</li>
+		</ul>
+	<li class="fix">Fixed a potential crash when opening the Transcript Viewer. (<a class="closed ticket" href="http://trac.adium.im/ticket/15556" title="crash: Transcript Viewer crash(es) (closed: fixed)">#15556</a>)</li>
+	<li class="fix">Fixed setting a global shortcut which used the letter "a" (yet again). (<a class="closed ticket" href="http://trac.adium.im/ticket/12013" title="defect: Global shortcut preference is not saved (closed: duplicate)">#12013</a>)</li>
+</ul>
+
+<h3 id="interface">Interface</h3>
+<ul>
+	<li class="update">Disabled elastic scroll in the text input of the message view.</li>
+	<li class="update">Disabled elastic scroll in Change User Picture Menu.</li>
+</ul>
+
+<h3 id="libpurple">Libpurple</h3>
+<ul>
+	<li class="update">Updated libpurple, with the following changes:</li>
 	<ul>
-		<li>Make sure opening chatlog files does not show a warning in Finder about opening downloaded files. (<a class="assigned ticket" href="http://trac.adium.im/ticket/15573" title="enhancement: Finish up quarantining files (assigned)">#15573</a>)</li>
-		<li>Refactoring of ESiTunesPlugin including:
-			<ul>
-				<li>Use same menu in menu bar, context menu and toolbar.</li>
-				<li>Fixed bug when replacing tokens with empty strings.</li>
-				<li>Make tokens un-localizable.</li>
-			</ul>
-		</li>
-		<li>Fixed a potential crash when opening the Transcript Viewer. (<a class="closed ticket" href="http://trac.adium.im/ticket/15556" title="crash: Transcript Viewer crash(es) (closed: fixed)">#15556</a>)</li>
-		<li>Fixed setting a global shortcut which used the letter "a" (yet again). (<a class="closed ticket" href="http://trac.adium.im/ticket/12013" title="defect: Global shortcut preference is not saved (closed: duplicate)">#12013</a>)</li>
+		<li class="fix">Fixed double mail notifications on MSN. (<a class="closed ticket" href="http://trac.adium.im/ticket/11199" title="defect: MSN Mail Alert - Getting 2 alert dialogs for new mail (closed: fixed)">#11199</a>)</li>
+		<li class="fix">Make disconnecting due to flooding on IRC less likely to occur. (<a class="closed ticket" href="http://trac.adium.im/ticket/13920" title="defect: Max SendQ exceeded on irc.mozilla.org 6697, ssl (closed: fixed)">#13920</a>)</li>
 	</ul>
+</ul>
 
-	<h3 id="interface">Interface</h3>
-	<ul>
-		<li>Disabled elastic scroll in the text input of the message view.</li>
-		<li>Disabled elastic scroll in Change User Picture Menu.</li>
-	</ul>
+<h3 id="twitter">Twitter</h3>
+<ul>
+	<li class="fix">For retweets, show the full original tweet instead of the truncated retweet. (<a class="closed ticket" href="http://trac.adium.im/ticket/15226" title="defect: Incoming retweets get truncated (closed: fixed)">#15226</a>)</li>
+</ul>
 
-	<h3 id="libpurple">Libpurple</h3>
-	<ul>
-		<li>Updated libpurple, with the following changes:
-			<ul>
-				<li>Fixed double mail notifications on MSN. (<a class="closed ticket" href="http://trac.adium.im/ticket/11199" title="defect: MSN Mail Alert - Getting 2 alert dialogs for new mail (closed: fixed)">#11199</a>)</li>
-				<li>Make disconnecting due to flooding on IRC less likely to occur. (<a class="closed ticket" href="http://trac.adium.im/ticket/13920" title="defect: Max SendQ exceeded on irc.mozilla.org 6697, ssl (closed: fixed)">#13920</a>)</li>
-			</ul>
-		</li>
-	</ul>
-
-	<h3 id="twitter">Twitter</h3>
-	<ul>
-		<li>For retweets, show the full original tweet instead of the truncated retweet. (<a class="closed ticket" href="http://trac.adium.im/ticket/15226" title="defect: Incoming retweets get truncated (closed: fixed)">#15226</a>)</li>
-	</ul>
-
-	<h3 id="localisation">Localisation</h3>
-	<ul>
-		<li>Made non-localizable elements in ESStatusAdvancedPreferences localizable. (<a class="closed ticket" href="http://trac.adium.im/ticket/15682" title="defect: Can't localize "iTunes Status Format" (closed: fixed)">#15682</a>)</li>
-		<li>Updated translations: Catalan (<a class="closed ticket" href="http://trac.adium.im/ticket/14898" title="patch: Adium 1.5hg catalan localisation (closed: fixed)">#14898</a>), Czech (<a class="closed ticket" href="http://trac.adium.im/ticket/15677" title="enhancement: Czech localization for Adium 1.5b7 (closed: fixed)">#15677</a>), Danish (<a class="closed ticket" href="http://trac.adium.im/ticket/15703" title="enhancement: Danish localization 1.5b7 (closed: fixed)">#15703</a>), Dutch (<a class="closed ticket" href="http://trac.adium.im/ticket/15697" title="patch: Adium 1.5b7 Dutch localization (closed: fixed)">#15697</a>), Australian English (<a class="closed ticket" href="http://trac.adium.im/ticket/15700" title="patch: Adium 1.5b7 English (Australian) localisation (closed: fixed)">#15700</a>), German (<a class="closed ticket" href="http://trac.adium.im/ticket/15586" title="patch: German localization for 1.5b7 (closed: fixed)">#15586</a>), Portuguese (Portugal) (<a cl!
 ass="closed ticket" href="http://trac.adium.im/ticket/15706" title="patch: Portuguese localization for Adium 1.5b7 (closed: fixed)">#15706</a>), Swedish (<a class="closed ticket" href="http://trac.adium.im/ticket/15605" title="patch: Adium 1.5b7 Swedish localization (closed: fixed)">#15605</a>).</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="localisation">Localisation</h3>
+<ul>
+	<li class="update">Made non-localizable elements in ESStatusAdvancedPreferences localizable. (<a class="closed ticket" href="http://trac.adium.im/ticket/15682" title="defect: Can't localize "iTunes Status Format" (closed: fixed)">#15682</a>)</li>
+	<li class="update">Updated translations: Catalan (<a class="closed ticket" href="http://trac.adium.im/ticket/14898" title="patch: Adium 1.5hg catalan localisation (closed: fixed)">#14898</a>), Czech (<a class="closed ticket" href="http://trac.adium.im/ticket/15677" title="enhancement: Czech localization for Adium 1.5b7 (closed: fixed)">#15677</a>), Danish (<a class="closed ticket" href="http://trac.adium.im/ticket/15703" title="enhancement: Danish localization 1.5b7 (closed: fixed)">#15703</a>), Dutch (<a class="closed ticket" href="http://trac.adium.im/ticket/15697" title="patch: Adium 1.5b7 Dutch localization (closed: fixed)">#15697</a>), Australian English (<a class="closed ticket" href="http://trac.adium.im/ticket/15700" title="patch: Adium 1.5b7 English (Australian) localisation (closed: fixed)">#15700</a>), German (<a class="closed ticket" href="http://trac.adium.im/ticket/15586" title="patch: German localization for 1.5b7 (closed: fixed)">#15586</a>), Portuguese (Po!
 rtugal) (<a class="closed ticket" href="http://trac.adium.im/ticket/15706" title="patch: Portuguese localization for Adium 1.5b7 (closed: fixed)">#15706</a>), Swedish (<a class="closed ticket" href="http://trac.adium.im/ticket/15605" title="patch: Adium 1.5b7 Swedish localization (closed: fixed)">#15605</a>).</li>
+</ul>
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5b9.htmlfrag
--- a/changelogs/1.5b9.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5b9.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,19 +1,17 @@
-<span class="group">
-	<h3 id="general">General</h3>
-	<ul>
-		<li>Fixed the contact list not remembering its position on Lion. (<a class="closed ticket" href="http://trac.adium.im/ticket/15341" title="defect: Wrong contact list windows position at startup of program on Lion OS (closed: fixed)">#15341</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15480" title="defect: Auto hidden contact list misplaced on Lion (closed: fixed)">#15480</a>)</li>
-		<li>Fixed the message entry area being very large when Adium is first run.</li>
-		<li>Fixed display of Google+ users that don't reveal their email address.</li>
-		<li>Fixed some display issues with the user list when resizing a small chat window.(<a class="closed ticket" href="http://trac.adium.im/ticket/15577" title="defect: Grey space when window width is dragged very small (closed: fixed)">#15577</a>)</li>
-		<li>Make some labels look enabled/disabled like their respective checkbokes. (<a class="closed ticket" href="http://trac.adium.im/ticket/15133" title="defect: Label "recent messages in new chats" in GeneralPreferences.nib doesn't reflect the state of "Log messages" (closed: fixed)">#15133</a>)</li>
-		<li>Updated Growl.framework to 1.3.1, fixing a potential crash. (<a class="closed ticket" href="http://trac.adium.im/ticket/15728" title="defect: Adium terminates on startup (closed: fixed)">#15728</a>)</li>
-		<li>New Adiumy menu bar icon set (by Igor Kryzhanovskyi).</li>
-	</ul>
+<h3 id="general">General</h3>
+<ul>
+	<li class="new">New Adiumy menu bar icon set (by Igor Kryzhanovskyi).</li>
+	<li class="update">Updated Growl.framework to 1.3.1, fixing a potential crash. (<a class="closed ticket" href="http://trac.adium.im/ticket/15728" title="defect: Adium terminates on startup (closed: fixed)">#15728</a>)</li>
+	<li class="fix">Fixed the contact list not remembering its position on Lion. (<a class="closed ticket" href="http://trac.adium.im/ticket/15341" title="defect: Wrong contact list windows position at startup of program on Lion OS (closed: fixed)">#15341</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15480" title="defect: Auto hidden contact list misplaced on Lion (closed: fixed)">#15480</a>)</li>
+	<li class="fix">Fixed the message entry area being very large when Adium is first run.</li>
+	<li class="fix">Fixed display of Google+ users that don't reveal their email address.</li>
+	<li class="fix">Fixed some display issues with the user list when resizing a small chat window.(<a class="closed ticket" href="http://trac.adium.im/ticket/15577" title="defect: Grey space when window width is dragged very small (closed: fixed)">#15577</a>)</li>
+	<li class="fix">Make some labels look enabled/disabled like their respective checkbokes. (<a class="closed ticket" href="http://trac.adium.im/ticket/15133" title="defect: Label "recent messages in new chats" in GeneralPreferences.nib doesn't reflect the state of "Log messages" (closed: fixed)">#15133</a>)</li>
+</ul>
 
-	<h3 id="localisation">Localisation</h3>
-	<ul>
-		<li>Made additional strings localisable</li>
-		<li>Widenened "Advanced" preferences and "Get Info" windows to accomodate longer translations. (<a class="closed ticket" href="http://trac.adium.im/ticket/15712" title="defect: Need more space for translating Address Book and Status preference panes (closed: fixed)">#15712</a>)</li>
-		<li>Updated localisations: French (<a class="closed ticket" href="http://trac.adium.im/ticket/15734" title="patch: Adium 1.5 French localisation (closed: fixed)">#15734</a>), German (<a class="closed ticket" href="http://trac.adium.im/ticket/15586" title="patch: German localization for 1.5b7 (closed: fixed)">#15586</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15658" title="defect: German localisation: "x ist nicht verbunden" (closed: fixed)">#15658</a>), Portuguese (Portugal) (<a class="closed ticket" href="http://trac.adium.im/ticket/15721" title="patch: Adium 1.5b8 Portuguese (Portugal) localization (closed: fixed)">#15721</a>), Swedish (<a class="closed ticket" href="http://trac.adium.im/ticket/15726" title="patch: Adium 1.5b8 Swedish localization (closed: fixed)">#15726</a>).</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="localisation">Localisation</h3>
+<ul>
+	<li class="update">Made additional strings localisable</li>
+	<li class="update">Widenened "Advanced" preferences and "Get Info" windows to accomodate longer translations. (<a class="closed ticket" href="http://trac.adium.im/ticket/15712" title="defect: Need more space for translating Address Book and Status preference panes (closed: fixed)">#15712</a>)</li>
+	<li class="update">Updated localisations: French (<a class="closed ticket" href="http://trac.adium.im/ticket/15734" title="patch: Adium 1.5 French localisation (closed: fixed)">#15734</a>), German (<a class="closed ticket" href="http://trac.adium.im/ticket/15586" title="patch: German localization for 1.5b7 (closed: fixed)">#15586</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15658" title="defect: German localisation: "x ist nicht verbunden" (closed: fixed)">#15658</a>), Portuguese (Portugal) (<a class="closed ticket" href="http://trac.adium.im/ticket/15721" title="patch: Adium 1.5b8 Portuguese (Portugal) localization (closed: fixed)">#15721</a>), Swedish (<a class="closed ticket" href="http://trac.adium.im/ticket/15726" title="patch: Adium 1.5b8 Swedish localization (closed: fixed)">#15726</a>).</li>
+</ul>
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5rc1.htmlfrag
--- a/changelogs/1.5rc1.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5rc1.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,27 +1,25 @@
-<span class="group">
-	<h3 id="localisation">Localisation</h3>
-	<ul>
-		<li>Updated localisations: Catalan (<a class="closed ticket" href="http://trac.adium.im/ticket/15770" title="patch: Adium 1.5b9 Catalan Localization (closed: fixed)">#15770</a>), Chinese (Traditional), Italian (<a class="closed ticket" href="http://trac.adium.im/ticket/15758" title="patch: Adium 1.5b9 Italian localization (closed: fixed)">#15758</a>), Portuguese (Portugal) (<a class="closed ticket" href="http://trac.adium.im/ticket/15721" title="patch: Adium 1.5b8 Portuguese (Portugal) localization (closed: fixed)">#15721</a>), Slovenian (<a class="closed ticket" href="http://trac.adium.im/ticket/15772" title="patch: Adium 1.5b9 Slovenian localization (closed: fixed)">#15772</a>).</li>
-		<li>Fixed typos/misspellings in Russian localization. (<a class="closed ticket" href="http://trac.adium.im/ticket/15769" title="defect: Small localization bug in Russian (closed: fixed)">#15769</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15571" title="defect: Misspellings in Russian localization (closed: fixed)">#15571</a>)</li>
-	</ul>
+<h3 id="localisation">Localisation</h3>
+<ul>
+	<li class="fix">Updated localisations: Catalan (<a class="closed ticket" href="http://trac.adium.im/ticket/15770" title="patch: Adium 1.5b9 Catalan Localization (closed: fixed)">#15770</a>), Chinese (Traditional), Italian (<a class="closed ticket" href="http://trac.adium.im/ticket/15758" title="patch: Adium 1.5b9 Italian localization (closed: fixed)">#15758</a>), Portuguese (Portugal) (<a class="closed ticket" href="http://trac.adium.im/ticket/15721" title="patch: Adium 1.5b8 Portuguese (Portugal) localization (closed: fixed)">#15721</a>), Slovenian (<a class="closed ticket" href="http://trac.adium.im/ticket/15772" title="patch: Adium 1.5b9 Slovenian localization (closed: fixed)">#15772</a>).</li>
+	<li class="fix">Fixed typos/misspellings in Russian localization. (<a class="closed ticket" href="http://trac.adium.im/ticket/15769" title="defect: Small localization bug in Russian (closed: fixed)">#15769</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15571" title="defect: Misspellings in Russian localization (closed: fixed)">#15571</a>)</li>
+</ul>
 
-	<h3 id="transcript-viewer">Transcript Viewer</h3>
-	<ul>
-		<li>Fixed ghosting artifacts when scrolling transcript contents (while searching).</li>
-		<li>Fixed a potential crash when the log index failed to initialize while trying to delete a log.</li>
-		<li>Fixed a hang caused by two threads opening the same index simultaneously.</li>
-	</ul>
+<h3 id="transcript-viewer">Transcript Viewer</h3>
+<ul>
+	<li class="fix">Fixed ghosting artifacts when scrolling transcript contents (while searching).</li>
+	<li class="fix">Fixed a potential crash when the log index failed to initialize while trying to delete a log.</li>
+	<li class="fix">Fixed a hang caused by two threads opening the same index simultaneously.</li>
+</ul>
 
-	<h3 id="general">General</h3>
-	<ul>
-		<li>Added Aqualicious Graphite, a new contact list theme to match Mac OS X's Graphite style.</li>
-		<li>Added the generic menu items to the group chat cog button for XMPP groupchats.</li>
-		<li>Fixed "Show Toolbar" showing as disabled and untranslated. (<a class="closed ticket" href="http://trac.adium.im/ticket/15759" title="defect: On 1.5hg r4468 the menu item View\Show Toolbar is shown untranslated (closed: fixed)">#15759</a>)</li>
-		<li>Fixed ghosting artifacts in the "Get Info" window's "Events" tab. (<a class="closed ticket" href="http://trac.adium.im/ticket/12237" title="defect: Minor redraw problem in 'Info' window when scrolling using trackpad (closed: fixed)">#12237</a>)</li>
-		<li>Fixed enable/disable "View Chat Transcripts" menu item, in group chats (user list) context menu.</li>
-		<li>Chats can no longer refuse to quit when they're still processing content.</li>
-		<li>Fixed AdiumAppleScriptRunner to enable building on Lion.</li>
-		<li>Switched some adiumx.com links to adium.im.</li>
-		<li>Fixed a bunch of non-integer view size values.</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="general">General</h3>
+<ul>
+	<li class="new">Added the generic menu items to the group chat cog button for XMPP groupchats.</li>
+	<li class="new">Added Aqualicious Graphite, a new contact list theme to match Mac OS X's Graphite style.</li>
+	<li class="new">Chats can no longer refuse to quit when they're still processing content.</li>
+	<li class="update">Switched some adiumx.com links to adium.im.</li>
+	<li class="fix">Fixed "Show Toolbar" showing as disabled and untranslated. (<a class="closed ticket" href="http://trac.adium.im/ticket/15759" title="defect: On 1.5hg r4468 the menu item View\Show Toolbar is shown untranslated (closed: fixed)">#15759</a>)</li>
+	<li class="fix">Fixed ghosting artifacts in the "Get Info" window's "Events" tab. (<a class="closed ticket" href="http://trac.adium.im/ticket/12237" title="defect: Minor redraw problem in 'Info' window when scrolling using trackpad (closed: fixed)">#12237</a>)</li>
+	<li class="fix">Fixed enable/disable "View Chat Transcripts" menu item, in group chats (user list) context menu.</li>
+	<li class="fix">Fixed AdiumAppleScriptRunner to enable building on Lion.</li>
+	<li class="fix">Fixed a bunch of non-integer view size values.</li>
+</ul>
\ No newline at end of file
diff -r 6f4705caed4a -r 0f5d07f8469a changelogs/1.5rc2.htmlfrag
--- a/changelogs/1.5rc2.htmlfrag	Sun Mar 18 17:38:33 2012 +0000
+++ b/changelogs/1.5rc2.htmlfrag	Sun Mar 25 17:54:14 2012 +0100
@@ -1,15 +1,13 @@
-<span class="group">
-	<h3 id="localisation">Localization</h3>
-	<ul>
-		<li>Updated localizations: German (<a class="closed ticket" href="http://trac.adium.im/ticket/15586" title="patch: German localization for 1.5rc1 (closed: fixed)">#15586</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15733" title="patch: Incorrect German localization for attention requests (closed: fixed)">#15733</a>), Greek, Swedish (<a class="closed ticket" href="http://trac.adium.im/ticket/15786" title="patch: Adium 1.5rc1 swedish localization (closed: fixed)">#15786</a>).</li>
-		<li>Fixed localization of a couple of emoticon names.</li>
-	</ul>
+<h3 id="localisation">Localization</h3>
+<ul>
+	<li class="update">Updated localizations: German (<a class="closed ticket" href="http://trac.adium.im/ticket/15586" title="patch: German localization for 1.5rc1 (closed: fixed)">#15586</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15733" title="patch: Incorrect German localization for attention requests (closed: fixed)">#15733</a>), Greek, Swedish (<a class="closed ticket" href="http://trac.adium.im/ticket/15786" title="patch: Adium 1.5rc1 swedish localization (closed: fixed)">#15786</a>).</li>
+	<li class="fix">Fixed localization of a couple of emoticon names.</li>
+</ul>
 
-	<h3 id="general">General</h3>
-	<ul>
-		<li>Fixed hang which could occur when receiving a message and opening the Transcript Viewer at the same time.</li>
-		<li>Renamed "Current Track" status to "iTunes Status" (known as "iTunes" prior to 1.5).</li>
-		<li>Fixed numerous memory leaks.</li>
-		<li>Fixed numerous Clang Analyzer warnings.</li>
-	</ul>
-</span>
\ No newline at end of file
+<h3 id="general">General</h3>




More information about the commits mailing list