Skip to content

Commit

Permalink
Updated HISTORY.md files to have unified title headings.
Browse files Browse the repository at this point in the history
Some HISTORY.md files had incorrect title headings, so these changes fix
the incorrect ones and unify their format: "[Component] Change History".
  • Loading branch information
ericf committed Sep 26, 2011
1 parent 99cbf22 commit d592e91
Show file tree
Hide file tree
Showing 37 changed files with 81 additions and 76 deletions.
2 changes: 1 addition & 1 deletion src/anim/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Anim Change History
======================
===================

3.4.1
-----
Expand Down
2 changes: 1 addition & 1 deletion src/arraysort/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ArraySort Change History
===========================
========================

3.4.0
-----
Expand Down
4 changes: 2 additions & 2 deletions src/base/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Base
====
Base Change History
===================

3.4.0
-----
Expand Down
14 changes: 7 additions & 7 deletions src/cache/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Cache Change History
====================

3.4.1
-----

* No changes.

3.4.0
-----

Expand All @@ -17,12 +22,12 @@ Cache Change History

* Added `cache-offline` submodule. The `cache` submodule is renamed to
`cache-base` and the `cache` module is now a rollup.

* The `Cache` class no longer extends `Plugin.Base`. `Cache` now extends
`Base`, and `CacheOffline` extends `Cache`. Implementers who wish to use
`Cache` as a plugin should use `Plugin.Cache` in the `cache-plugin`
submodule.

* Added `expires` Attribute to `Cache`. Cached entries now include `expires`
and `cached` values.

Expand All @@ -39,9 +44,4 @@ Cache Change History
3.0.0
-----

* Added `uniqueKeys` Attribute.

3.0.0beta1
----------

* Initial release.
6 changes: 3 additions & 3 deletions src/calendar/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Calendar
========
Calendar Change History
=======================

3.4.0 - Initial release
-----------------------
-----------------------
4 changes: 2 additions & 2 deletions src/classnamemanager/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
History
=======
ClassName Manager Change History
================================

3.4.0
-----
Expand Down
2 changes: 1 addition & 1 deletion src/cssbase/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CSS Base Change History
======================
=======================

3.4.1
-----
Expand Down
2 changes: 1 addition & 1 deletion src/cssfonts/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CSS Fonts Change History
======================
========================

3.4.1
-----
Expand Down
4 changes: 2 additions & 2 deletions src/cssgrids/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
History Change History
======================
CSS Grids Change History
========================

3.4.1
-----
Expand Down
2 changes: 1 addition & 1 deletion src/cssreset/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CSS Reset Change History
======================
========================

3.4.1
-----
Expand Down
2 changes: 1 addition & 1 deletion src/dom/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOM Change History
======================
==================

3.4.0
-----
Expand Down
4 changes: 2 additions & 2 deletions src/event-gestures/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Gestures
========
Gestures Change History
=======================

3.4.1
-----
Expand Down
4 changes: 2 additions & 2 deletions src/intl/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Intl
====
Intl Change History
===================

3.4.0
-----
Expand Down
4 changes: 2 additions & 2 deletions src/loader/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
YUI Loader
==========
YUI Loader Change History
=========================

### 3.4.0

Expand Down
4 changes: 2 additions & 2 deletions src/node-flick/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flick Node Plugin
=================
Flick Node Plugin Change History
================================

3.4.0
-----
Expand Down
2 changes: 1 addition & 1 deletion src/node/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Node Change History
======================
===================

3.4.1
-----
Expand Down
6 changes: 3 additions & 3 deletions src/overlay/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Overlay
=======
Overlay Change History
======================

3.4.0
-----
Expand Down Expand Up @@ -38,7 +38,7 @@ Overlay
fragments instead of innerHTML to preserve event listeners.

* Fixed use of centered, x and y in the constructor. These all
needed 'lazyAdd' configuration since they had setters which
needed 'lazyAdd' configuration since they had setters which
modified other attribute state.

3.0.0 beta 1
Expand Down
4 changes: 2 additions & 2 deletions src/plugin/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Plugin
======
Plugin Change History
=====================

3.4.0
-----
Expand Down
4 changes: 2 additions & 2 deletions src/pluginhost/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Plugin Host
===========
Plugin Host Change History
==========================

3.4.0
-----
Expand Down
6 changes: 3 additions & 3 deletions src/querystring/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IO Utility Change History
=========================
QueryString Utility Change History
==================================

3.4.0
-----
Expand Down Expand Up @@ -42,4 +42,4 @@ IO Utility Change History
3.1.0
-----

* Initial release.
* Initial release.
4 changes: 2 additions & 2 deletions src/recordset/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Recordset
=========
Recordset Change History
========================

3.4.0
-----
Expand Down
4 changes: 2 additions & 2 deletions src/scrollview/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ScrollView
==========
ScrollView Change History
=========================

3.4.1
-----
Expand Down
4 changes: 2 additions & 2 deletions src/slider/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Slide Change History
====================
Slider Change History
=====================

3.4.0
-----
Expand Down
2 changes: 1 addition & 1 deletion src/transition/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Transition Change History
======================
=========================

3.4.1
-----
Expand Down
4 changes: 2 additions & 2 deletions src/widget-anim/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Widget Anim
===========
Widget Anim Change History
==========================

3.4.0
-----
Expand Down
15 changes: 10 additions & 5 deletions src/widget-autohide/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
3.4.0PR3
--------
Widget Autohide Change History
==============================

* Changed from a widget plugin to an extension
3.4.1
-----

3.4.0PR2 - Initial release
--------------------------
* No changes.

3.4.0
-----

* Initial release.
4 changes: 2 additions & 2 deletions src/widget-buttons/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WidgetButtons Change History
============================
Widget Buttons Change History
=============================

3.4.1
-----
Expand Down
4 changes: 2 additions & 2 deletions src/widget-child/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Widget Child
============
Widget Child Change History
===========================

3.4.0
-----
Expand Down
4 changes: 2 additions & 2 deletions src/widget-modality/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WidgetModality Change History
=============================
Widget Modality Change History
==============================

3.4.1
-----
Expand Down
4 changes: 2 additions & 2 deletions src/widget-parent/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Widget Parent
=============
Widget Parent Change History
============================

3.4.1
-----
Expand Down
4 changes: 2 additions & 2 deletions src/widget-position-align/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WidgetPositionAlign Change History
==================================
Widget Position Align Change History
====================================

3.4.1
-----
Expand Down
4 changes: 2 additions & 2 deletions src/widget-position-constrain/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Widget Position Constrain
=========================
Widget Position Constrain Change History
========================================

3.4.0
-----
Expand Down
4 changes: 2 additions & 2 deletions src/widget-position/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Widget Position
===============
Widget Position Change History
==============================

3.4.0
-----
Expand Down
4 changes: 2 additions & 2 deletions src/widget-stack/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WidgetStack Change History
==========================
Widget Stack Change History
===========================

3.4.1
-----
Expand Down
4 changes: 2 additions & 2 deletions src/widget-stdmod/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Widget Std Mod
==============
Widget Std Mod Change History
=============================

3.4.0
-----
Expand Down
4 changes: 2 additions & 2 deletions src/widget/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Widget
======
Widget Change History
=====================

3.4.0
-----
Expand Down
2 changes: 1 addition & 1 deletion src/yql/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
YQL Change History
=================================
==================

### 3.4.0

Expand Down

0 comments on commit d592e91

Please sign in to comment.