2005-01-23 (1.3.2) Vincent Danjean <Vincent.Danjean@ens-lyon.org>
	* New official release 

2005-03-26  Benhur Stein <benhur@inf.ufsm.br>
	* SpaceTimeViewer/STEntityTypeLayoutController.[hm],
	  STEntityTypeLayout.gorm: changed names of instance variables to
	  better reflect their use. Corrected a bug that was preventing the
	  edition of layout data in some cases (an invisible view over
	  the others). Should create separate editor classes for each
	  drawing type for this to be easily changed.

2005-03-16  Benhur Stein <benhur@inf.ufsm.br>
	* Traces: added directory
	* Traces/JavaTest.trace: small trace example added

2005-03-06  Benhur Stein <benhur@inf.ufsm.br>
	* EntityTypeFilter/EntityTypeSelector.m, ImbricationFilter/InsetLimit.m,
	  OrderFilter/Order.m, ReductionFilter/BusyNode.m,
	  Paje/PajeController.[hm], Paje/PajeTraceController.m: implemented
	  support for saving/loading filter configuration. Configuration is
	  saved/loaded for file /tmp/pajeconfig. Missing FieldFilter, the
	  possibility of naming configurations, a configuration editor (loading
	  and unloading of filters, more than one filter of the same type, etc.
	* General/PajeFilter.[hm]: added helper methods -entityTypeWithName:
	  and -containerWithName:type:
	* General/HierarchyBrowser.m: some better support for when updating 
	  last column (still does not work in all cases)
	* ImbricationFilter/InsetLimit.[hm]: added a cache for increased
	  performance (not measured)

2005-02-21  Benhur Stein <benhur@inf.ufsm.br>
	* General/PajeFilter.h: add some documentation.

2005-02-17  Benhur Stein <benhur@inf.ufsm.br>
	* General/DataScanner.m: hack to read numbers from trace file in
	  a locale independent way (solves bug #303193).

2005-02-17  Benhur Stein <benhur@inf.ufsm.br>
	* Allow files with any extension to be selected in the open file
	  panel.

2005-02-17  Benhur Stein <benhur@inf.ufsm.br>
	* Make sure Shapes&Sizes tool is informed when trace hierarchy
	  changes (adds an instance variable to STController, must
	  do a "make clean" before doing "make").
	* fixes bug #301194

2005-02-17  Benhur Stein <benhur@inf.ufsm.br>
	* General/NSUserDefaults+Colors.[hm]: add -doubleForKey:
	  and -setDouble:forKey: methods (should change file name as
	  it doesn't only deal with colors.
	* SpaceTimeViewer/DrawView.m: save and restore time scale in defaults
	  database

2005-01-23 (1.3.1) Vincent Danjean <Vincent.Danjean@ens-lyon.org>
	* Add Makfiles to compile the documentation
	* Remove undefined references in lang-paje
	* New official release 
	  - bump to 1.3 as there are few features (filters)

2005-01-23  Benhur Stein <benhur@inf.ufsm.br>
	* SpaceTimeViewer/HierarchyRuler.m: change rect size calculations
	  to be on pair with recent GNUstep bugfixes

2005-01-23  Benhur Stein <benhur@inf.ufsm.br>
	* General/UniqueString.m: comment out some debug messages

2005-01-20  Benhur Stein <benhur@inf.ufsm.br>
	* SpaceTimeViewer/DrawView.[hm]: workaround a probable bug in GNUstep
	  ([NSScrollView tile] is changing the frame size)

2005-01-20  Benhur Stein <benhur@inf.ufsm.br>
	* Documentation/lang-paje/{typeevent.tex,lang-paje.tex}:
	  comment the inclusion of some files, to make the documentation
	  compile.

2005-01-09  Benhur Stein <benhur@inf.ufsm.br>
        * SpaceTimeViewer/STEntityTypeLayout.[hm]: declare and implement
          accessors for minValue and maxValue (for storing limits of graph)
	* SpaceTimeViewer/STEntityTypeLayout.gorm: added a new Form for
          max & min values of variables; 
        * SpaceTimeViewer/STEntityTypeLayoutController.[mh]: make use of new
          variables and Form (they are not saved in defaults);
        * SpaceTimeViewer/DrawView+Drawing.m: use min and maxValue from 
          descriptor, if valid.

2005-01-05  Benhur Stein <benhur@inf.ufsm.br>
	* GNUmakefile, Paje/PajeController.m, Paje/PajeTraceController.m:
	  compile and load FieldFilter

2005-01-05  Benhur Stein <benhur@inf.ufsm.br>
	* FieldFilter, FieldFilter/FieldFilterDescriptor.h,
	  FieldFilter/FieldFilter.h, FieldFilter/FieldFilterDescriptor.m,
	  FieldFilter/FieldFilter.m, FieldFilter/GNUmakefile,
	  FieldFilter/FieldFilter.gorm: new files, first implementation of
	  filter that selects entities based on values of some of its fields.

2005-01-05  Benhur Stein <benhur@inf.ufsm.br>
	* General/PajeEntity.m: added -duration method (returns elapsed time
	  of entity); added "StartTime", "EndTime" and "Duration" named fields
	* General/PajeType.h: added new instance variable "fieldNames" to
	  hold all known names of fields of entities of a type.
	* General/PajeType.m: initialize new variable; implemented 
	  new methods -addFieldNames: and -fieldNames to populate and get
	  names of fields.
	* ReductionFilter/ReduceEntityType.m: also initialize new variable
	  (this class does not use initialization code from superclass)
	* StorageController/Encapsulate.m: implement -fieldNamesForEntityType:
	  so that a filter can have access to names of fields;
	  add a temporary solution to garantee that an entity type has
	  access to all names (make it see all entities - ugly)
	* ReductionFilter/ReduceEntity.m: likewise, even uglier!

2005-01-05  Benhur Stein <benhur@inf.ufsm.br>
	* SpaceTimeViewer/DrawView+Drawing.m: changed way of drawing values
	  (now there can be times without values, and they will not be drawn)
	  (necessary for new field value filter (to be commited)).

2005-01-05  Benhur Stein <benhur@inf.ufsm.br>
	* SpaceTimeViewer/STEntityTypeLayoutController.m: made highlighting
	  of selected buttons in "Shapes&Sizes" work again

2005-01-05  Benhur Stein <benhur@inf.ufsm.br>
	* General/PajeEntityInspector.m: removed debug message

2005-01-05  Benhur Stein <benhur@inf.ufsm.br>
	* General/ColoredSwitchButtonCell.m: added -compare: method (some
	  recent change in GNUstep made ordering of these cells wrong)

2005-01-05  Benhur Stein <benhur@inf.ufsm.br>
	* Paje/Paje_main.m, Paje/PajeInfo.plist: Changed Copyright notice

2005-01-04  (1.2.2) Vincent Danjean <Vincent.Danjean@ens-lyon.org>

	* Version NEED to be set in changelog so that release can be
	  easily generated
	
2005-01-04  (1.2.1) Vincent Danjean <Vincent.Danjean@ens-lyon.org>

	* Bump to version 1.2.1 to make a release on objectweb
	
2004-12-21  Benhur Stein  <benhur@inf.ufsm.br>

	* Paje/PajeController.m: fixed typo in filter name
	  corrects bug #301134 (reported by Gregory)

2004-12-14 (1.2.0) Vincent Danjean <Vincent.Danjean@ens-lyon.org>

	* Bump to version 1.2 to make the first release on objectweb
	
2004-10-18  Benhur Stein <benhur@inf.ufsm.br>

        * **/*.{h,m,tex}: add copyright notice

2004-10-17  Benhur Stein <benhur@inf.ufsm.br>

	* SpaceTime.bproj/DrawView+Drawing.m,ST*.{h,m,gorm}:
          add support for writing names on events and states

2004-10-12  Benhur Stein <benhur@inf.ufsm.br>

	* PajeSimul/PajeSimul+Events.m
	  SpaceTime.bproj/DrawView+Drawing.m
	  SpaceTime.bproj/STController.m
	  SpaceTime.bproj/STEntityTypeLayout.m
	  Encapsulate.bproj/Encapsulate.m
	  General.bproj/PajeType.h
	  General.bproj/PajeType.m
	  General.bproj/PajeFilter.h
	  General.bproj/PajeFilter.m,
	  PajeEventDecoder/PajeEventDecoder.m
	  Documentation/lang-paje/typeevent.tex: add support for 'color' type
	    in event fields; 'Color' field in 'PajeDefineValue';
	    'Shape' and 'Height' fields in 'PajeDefine<entity>Type';
	    'Width' field in 'PajeDefineEventType'

2004-10-07  Benhur Stein <benhur@inf.ufsm.br>

	* SpaceTime.bproj: correct limitation of maximum visible size

2004-10-07  Benhur Stein <benhur@inf.ufsm.br>

	* General.bproj/NSDate+Additions.h: correct typo in previous commit

2004-10-07  Benhur Stein <benhur@inf.ufsm.br>

	* SpaceTime.bproj/STEntityTypeLayoutController.m: change order
	  of types in popup, remove unused field for links in gui, remove
	  unused code
	* STEntityTypeLayout.gorm: highlights matrix was not scrolling
	  and highlighting of events

2004-10-07  Benhur Stein <benhur@inf.ufsm.br>

	* SpaceTime.bproj/{Shape.m,STEntityTypeLayout.m}: correct drawing
	  and highlighting of events

2004-10-07  Benhur Stein <benhur@inf.ufsm.br>

	* SpaceTime.bproj/DrawView+Positioning.m (rectForEntity:),
	  SpaceTime.bproj/DrawView.[hm]: sanitize relation between STController
	      and DrawView; create and use [DrawView timeToX:] method.

2004-10-07  Benhur Stein <benhur@inf.ufsm.br>

	* SpaceTime.bproj/DrawView+Finding.m (rectForEntity:),
	  SpaceTime.bproj/DrawView+Drawing.m
	  (drawValuesWithDescriptor:inContainer:fromEnumerator:drawFunction:):
	      change drawing of values, to include 2-pixel top and bottom
	      margins

2004-10-07  Benhur Stein <benhur@inf.ufsm.br>

	* General.bproj/NSDate+Additions.[hm]: change NSDate description
	  to be only the secondsSinceReferenceDate

2004-09-30  Benhur Stein <benhur@inf.ufsm.br>

	* SpaceTime.bproj/STEntityDescriptor.[hm],
	  SpaceTime.bproj/EntityTypeInspector.{h,m,gorm}:
	     remove unused classes obsoleted by previous changes (layout)

2004-09-30  Benhur Stein <benhur@inf.ufsm.br>
	* SpaceTime.bproj/DrawView+Drawing.m
	  SpaceTime.bproj/DrawView+Finding.m
	  SpaceTime.bproj/DrawView+Mouse.m
	  SpaceTime.bproj/DrawView+Positioning.m
	  SpaceTime.bproj/DrawView.h SpaceTime.bproj/DrawView.m
	  SpaceTime.bproj/GNUmakefile SpaceTime.bproj/HierarchyRuler.h
	  SpaceTime.bproj/HierarchyRuler.m
	  SpaceTime.bproj/STController.h SpaceTime.bproj/STController.m
	  SpaceTime.bproj/STEntityDescriptor.h
	  SpaceTime.bproj/STEntityDescriptor.m
	  SpaceTime.bproj/SpaceTime.gorm/data.classes
	  SpaceTime.bproj/SpaceTime.gorm/distant.tiff
	  SpaceTime.bproj/SpaceTime.gorm/near.tiff
	  SpaceTime.bproj/SpaceTime.gorm/objects.gorm
	  SpaceTime.bproj/SpaceTime.gorm/toselection.tiff:
	     make use of new layout classes

2004-09-30  Benhur Stein <benhur@inf.ufsm.br>

	* SpaceTime.bproj/{STEntityTypeLayout.{h,m,gorm},
	                   STEntityTypeLayoutController.[hm],
			   Shape.[hm]}: new classes and GUI for layout

2004-09-30  Benhur Stein <benhur@inf.ufsm.br>

	* PajeSimul/PajeSimul+Events.m:
	  containerOfNumber:type:inEvent: check for wrong type

2004-09-30  Benhur Stein <benhur@inf.ufsm.br>

	* TODO: refresh list of things to do

2004-08-19  Benhur Stein <benhur@inf.ufsm.br>

	* */*.gorm: resaved in old format, compatible with gui 0.9.3

2004-07-26  Benhur Stein <benhur@inf.ufsm.br>

	* many: remove PajeContainerType from PajeFilter.h and change
	  all places to reflect this

2004-07-26  Benhur Stein <benhur@inf.ufsm.br>

	* General.bproj/PajeFilter.[hm]: remove notifications

2004-07-26  Benhur Stein <benhur@inf.ufsm.br>

	* paje: restarting CVS, near version 1.2

2002-05-10  Benhur Stein  <benhur@inf.ufsm.br>

	* paje: initial version.

