1flpsed ChangeLog
2=================
3
4flpsed-0.7.3
5* Fix warnings
6
7flpsed-0.7.2
8* Fix desktop file. (by Luis Alberto)
9
10flpsed-0.7.1
11* Add icon and desktop file. (by Luis Alberto)
12
13flpsed-0.7.0
14* Detect pdf by looking at magic number instead of file extension.
15* Bring in utf8 changes from fltk2 based version to make it work
16  with fltk-1.3. flpsed is now officially based on fltk-1.3.x.
17
18flpsed-0.5.3
19* Fix warnings (reported by Kapil Hari Paranjape).
20* Fix scroll_to_end() when scroll is higher than the document.
21* NEWS -> ChangeLog.
22* Show current file name in the window title (by Sydro).
23* Show correct font size and color on startup (reported by Luis Alberto).
24
25flpsed-0.5.2
26* Add Ctrl-l (last page) and Ctrl-r (previous page) hotkeys. (by Paulo Jnkml)
27* Scroll to top of page when going to next page. (by Paulo Jnkml)
28* Scroll to bottom of page when going to previous page. (by Paulo Jnkml)
29* Fix warnings.
30
31flpsed-0.5.1
32* Add a simple print command dialog.
33* Cleaned up sources and fixed some minor bugs.
34
35flpsed-0.5.0
36* fix scroll drawing problem.
37* fix PostScript DSC problem (reported by Jim Cline).
38* ask before overwriting files.
39* fix problem with non-A4 paper sizes.
40* add a manual page.
41
42flpsed-0.3.9
43* fix problem with documents that embed standard font replacements
44   (reported by Volker Kuhlmann)
45* use plain Helvetica font instead of HelveticaNeue-Roman
46   (reported by Evgeny Stambulchik and others).
47* use ftell() instead of ftello() for better compatibility
48   (reported by Christophe CURIS).
49* automatically import PDF files from the command line (requested by many).
50
51flpsed-0.3.8
52* implicitely end setup section if %%Page comment is encountered and check
53   for valid setup length after DSC parsing.
54* only set modified flag if real changes have been made to the document.
55* use fl_choice() instead of deprecated fl_ask().
56* no longer rely on %%Pages comment because of possible use of (atend).
57* call XSync() to avoid "Cannot get ghostview property" error from gs
58   (reported by A Mennucc).
59* don't die on SIGPIPE if gs has a problem (reported by A Mennucc).
60
61flpsed-0.3.7
62* use setenv() instead of putenv() for POSIX
63   compatibility (noticed by Jeff Orczykowski on Solaris 8).
64* fix gcc-4.1 compilation problem.
65* fix segfault in DSC code reported by Morten Brix Pedersen.
66* fix scroll bar redraw problem after zoom.
67
68flpsed-0.3.6
69* Add support for PostScript Document Structure Convention.
70* Pages can now be accessed in random order.
71* Document sizes other than A4 are handled better.
72* Add -geometry and -z (zoom) options.
73
74flpsed-0.3.5
75* Add text color support. Click on the (initially) black button and
76   increase the brightness using the vertical slider.
77* Move text properties (currently text size and color) to own toolbar.
78* Fix keyboard shortcuts (noticed by Spec).
79* Updated Mac OS X compile instructions
80   (based on feedback from Jonathan Dueck).
81
82flpsed-0.3.4
83* Switched to automake/autoconf (thanks to Peter Seiderer).
84* Fixed a compile problem on amd64 (Debian bug 303406).
85* Added compilation instructions for Mac OS X (by Michael Grossman).
86* Fixed cyan background problem on some machines.
87* Add support for a whole bunch of new special characters
88   (patch by Thadeu Penna).
89
90flpsed-0.3.3
91* Implement PDF import/export based on pdftops and ps2pdf.
92* Fix segfault when using arrow keys on empty document
93  (reported by Arho Virkki).
94* Remove beeping sound  (requested by Arho Virkki).
95* Fix PostScript output for certain documents (reported by Petr Baum).
96
97flpsed-0.3.2
98* Implement zooming (thanks to Jochen Eisinger for the suggestion).
99
100flpsed-0.3.1
101* Fix redraw problem after scrolling.
102* Allow moving of text with arrow keys for better text positioning.
103* Tab key now cycles through text fields on current page.
104* Various bug fixes.
105
106flpsed-0.3.0
107* Add support for tags (thanks to Reimar Bauer for his thoughts on this).
108* Add batch processing mode.
109* Load PostScript file given on the command line.
110* Reduced flickering.
111
112flpsed-0.2.1
113* Fix segfault when reloading documents.
114
115flpsed-0.2
116* Change internal format to allow for more compatible PostScript code.
117* Improve PostScript output.
118* Make flpsed work with various page sizes.
119* Major code restructuring.
120* Allow pasting of text.
121* Fix segmentation fault when saving large documents.
122* Add support for '\' character.
123
124flpsed-0.1
125* Initial version.
126