File: ChangeLog

package info (click to toggle)
grr.app 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,024 kB
  • sloc: objc: 4,019; sh: 54; makefile: 23
file content (36 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
21-Sep-2009 Riccardo Mottola
	* use path component operations and use user library path
	  and not a hard-coded gnustep path

21-Feb-2007  Guenther Noack
	* Replaced all occurences of "Grrr" with "Grr". This includes the
	  renaming of the ~/Library/GNUstep/Grrr directory into Grr.

02-Feb-2007  Guenther Noack
	* Now sends focus request notifications when inserting elements.

01-Feb-2007  Guenther Noack
	* -subscribeToURL:... methods now fail if the URL is already
	  subscribed.
	* -removeElement: implemented
	* -moveElement:... methods now catch if you try to move a category
	  into a subcategory of itself.
	* -addCategoryNamed:... method added.

30-Jan-2007  Guenther Noack
	* -subscribeToURL:... methods
	* -moveElement:... methods
	* fixes to the -moveElement:intoCategory:position: method

29-Jan-2007  Guenther Noack
	* Copied directory to Components/TreeDatabase and renamed classes

21-Jan-2007  Guenther Noack
	* ~/Library/GNUstep/Grrr directory is now automatically generated.

18-Jan-2007  Guenther Noack
	* Made subscription method fail on nil URL

16-Jan-2007  Guenther Noack
	* Initial import as Components/ArticleDatabase