~ubuntu-branches/ubuntu/karmic/fsviewer/karmic

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Francois Gurin
  • Date: 2004-08-12 16:13:27 UTC
  • mfrom: (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040812161327-4b2uq9v4gmxpgp9t
Tags: 0.2.5-6
* Fix ICONDIR problem  (closes: #261880)
* Fix FTBFS problems with patched api changes and dependency on libwraster-dev (closes: #280283)
* Implemented work around for BadWindow error (re: #288605)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FSViewer.app-0.2.5 (20021215)
 
2
-----------------------------
 
3
        o All lists in preferencs panel and inspector panel are sorted
 
4
          in alphabetical order.
 
5
        o Added a russian (ru) translation.
 
6
        o Changed gettext DOMAIN from "FSViewer.app" to "FSViewer".
 
7
        o Removed dependency from "proplist-compat.h".
 
8
        o Comment out <sys/rlist.h> in FSUtils.c for FreeBSD 4.6.
 
9
        o Revised the german (de) translation (now more "NeXTish").
 
10
        o Changes in attribute inspector panel:
 
11
          - Link label now changes color (black/darkgrey)
 
12
          - File size is displayed in Bytes/KB/MB
 
13
        o A selection change in file viewer lists now updates the
 
14
          inspector panel.
 
15
 
 
16
 
 
17
FSViewer.app-0.2.4 (20021110)
 
18
-----------------------------
 
19
        o Some administrative changes to remove the dist-bzip2 target
 
20
          due to my configuration mess with autotools.
 
21
        o Removed double entries for file extensions in prop.c and
 
22
          sorted them in alphabetical order.
 
23
        o Implementation of i18n support (gettext).
 
24
        o Added a german (de) translation.
 
25
        o Much work on the inspector panel, e.g.:
 
26
          - link targets are shown
 
27
          - long label texts are (mostly) wraped
 
28
          - some rearrangements to make label dimensions
 
29
            fit (dynamically) to translated texts
 
30
          - undo for changes to file attributes is implemented
 
31
        o Text in legal panel is wraped.
 
32
        o Reintroduced (lost) images for home and neighbour.
 
33
        o Icons in panels are now painted with
 
34
          WMCreateBlendedPixmapFromFile, which removes the dithering
 
35
          shade around icons and solves errors with the home icon.
 
36
 
 
37
 
 
38
FSViewer.app-0.2.3f (20021025)
 
39
-----------------------------
 
40
        o Crashfix in FSPrefs.c, now respecting NULL pointers to
 
41
          property list dictionary entries.
 
42
 
 
43
 
 
44
FSViewer.app-0.2.3e (20021009)
 
45
-----------------------------
 
46
        o Changes in FSViewer.c to handle wrong values of XPOS, YPOS,
 
47
          WSIZE and HSIZE without crash when read from property list.
 
48
        o Some administrative changes to make the FSViewer package
 
49
          distributable as bzip2 file.
 
50
        o Substitution of some broken pixmaps.
 
51
 
 
52
 
 
53
FSViewer.app-0.2.3d (20020225)
 
54
-----------------------------
 
55
        o Removed FSVERSION in FSViewer.h, changed FSPanel.c,
 
56
          FSViewer.c and configure.in to use VERSION defined in
 
57
          configure.in.
 
58
        o Integrated xpm and tiff directories with containing icons.
 
59
        o Fixed bug in prop.c which crashes FSViewer writing the user
 
60
          default database.
 
61
 
 
62
 
 
63
FSViewer.app-0.2.3c (20020107)
 
64
-----------------------------
 
65
        o Fixed bug in FSUtils.c (was complained by gcc 2.96.0).
 
66
 
 
67
 
 
68
FSViewer.app-0.2.3b (20020105)
 
69
-----------------------------
 
70
        o Made adaptation to WindowMaker 0.80.0.
 
71
        o Removed libPropList dependency.
 
72
 
 
73
 
1
74
FSViewer.app-0.2.3 (19991010)
2
75
-----------------------------
3
76
        o Changed MAXINT to INT_MAX for NetBSD v1.3.2
38
111
          it in anyway.
39
112
        o FSGetStringFor*** now returns a duplicated string.
40
113
        o wmallocing memory with (Disk) instead of (Disk *)
41
 
        o Fixed icon naming problem when the icon changes but the popup doesn't
 
114
        o Fixed icon naming problem when the icon changes but the popup
 
115
          doesn't
42
116
        
43
117
        
44
118
FSViewer.app-0.2.0 (19990519)