File: ChangeLog

package info (click to toggle)
xournal 0.4.5-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,260 kB
  • ctags: 1,425
  • sloc: ansic: 15,713; sh: 1,253; makefile: 184; xml: 7
file content (112 lines) | stat: -rw-r--r-- 5,355 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Version 0.4.5 (Oct 2, 2009):
  - bugfixes for GTK+ 2.16/2.17 issues with xinput events
  - various minor UI bugfixes
  - gettext internationalization (contributed by David Planella)
  - Catalan translation (by David Planella), French translation
  - use poppler instead of pdftoppm to render PDF backgrounds 
    (after patches by Mike Ter Louw and Bob McElrath)
  - various improvements to UI and to key bindings (including
    patches by Bob McElrath and Lu Zhihe)
  - use gtk-print instead of libgnomeprint for printing
  - custom color chooser (patch contributed by Alex Ray)
  - option to have tablet buttons toggle the mapping rather than draw
  - paper color chooser (after a patch by Ole Joergen Broenner)
  - remove binary installer (due to binary incompatibilities)
  - UPDATED DEPENDENCIES: need gtk+ 2.10, poppler-glib 0.5.4

Version 0.4.2.1 (Mar 27, 2008):
  - bugfix for #1926757 (crash upon pasting variable-width stroke)
  - bugfix: set ruler/recognizer setting to default upon switching tools

Version 0.4.2 (Mar 25, 2008):
  - bugfixes for X.org 7.3; allow XInput and core events in reverse order
  - resize selection (patch contributed by Andy Neitzke)
  - pressure sensitive pen (variable stroke width) (patch by Andy Neitzke)
  - geometric shape recognizer (after an idea by Lukasz Kaiser) (see manual)
  - clean up compiler warnings (patch contributed by Danny Kukawka)

Version 0.4.1 (Sep 15, 2007):
  - bugfix: compatibility with new versions of pdftoppm (thanks to V. Ciancia)
  - GTK+ 2.11 event processing bugfix
  - minor bugfixes: hand tool, handling of filenames containing '&'
  - desktop and MIME files (thanks to Mathieu Bouchard) + updated installer
  - config options: left-handed scrollbar (contributed by Uwe Winter),
    hide some menu items (customizable in config file), auto-save preferences

Version 0.4.0.1 (Sep 3, 2007):
  - bugfixes for GTK+ 2.11 behavior (thanks to everyone who reported bugs)

Version 0.4 (Aug 15, 2007):
  - text tool (handles most TrueType and Type1 fonts)
  - font selection dialog and button
  - keyboard mappings (arrow keys)
  - menu mnemonics and shortcuts (suggestions by Jean-Baptiste Rouquier)
  - more responsive hand tool
  - bugfix for GTK+ 2.11 XInput behavior (thanks to Robert Gerlach)
  - various minor bugfixes and enhancements

Version 0.3.3 (Jan 31, 2007):
  - bugfix: upon loading a new file, zoom is set to default startup zoom
  - config option to allow input from a mouse or other core pointer device
  - config file entry to specify a default location for open/save
    (patch contributed by Andy Neitzke)
  - config file entries to customize visibility and position of toolbars
  - icon (thanks to Michele Codutti)

Version 0.3.2 (Nov 25, 2006):
  - preferences file and Save Preferences command
  - extra customization (via preferences file)
  - minor UI changes (patch contributed by Eduardo de Barros Lima)
  - hand tool (partially contributed by Vincenzo Ciancia)
  - a few bugfixes in rendering of bitmap backgrounds

Version 0.3.1 (Aug 3, 2006):
  - fixed a file format bug on systems with non-standard numeric locale
    (bug reported by Gert Renckens)

Version 0.3 (Jul 23, 2006):
  - new PDF rendering engine: export to PDF generates optimized files
    (smaller and more accurate)
  - export to PDF handles PDF backgrounds (up to PDF-1.4) natively
    (without conversion to bitmap)
  - default thickness of erasers and highlighters slightly increased
  - zoom dialog box with input box and "fit to page height" option
  - file format documentation added to the user's manual

Version 0.2.2 (Jun 5, 2006):
  - mapping of tools to stylus buttons (the options menu has new entries
    to allow the mapping of buttons 2 and 3 to arbitrary tools; the tools
    menu and toolbar affect the settings for button 1) (see manual)
  - moving selection by drag-and-drop works across page boundaries
  - vertical space tool can move items to next page (only when the entire
    block being moved has crossed the page boundary; items on the new page
    are not moved)
  - "apply to all pages" is now a toggle button affecting the behavior of
    paper size, color, and style commands
  - change in the behavior of the selection upon switching between tools

Version 0.2.1 (Jun 3, 2006):
  - recently used files listed in file menu
  - can change color or thickness of pen strokes in selection
  - function to apply paper style to all pages
  - can specify on command line a PDF file to annotate
  - suggest a derived file name for PDF annotation
  - speed up switching between pages
  - fixed a bug in XInput initialization (thanks to Luca de Cicco)
  - fixed a bug in print ranges (thanks to Mathieu Bouchard)
  - fixed a refresh bug in rescaling bitmap backgrounds

Version 0.2 (Jan 29, 2006):
  - PDF file annotation using xpdf's pdftoppm
     (PDF backgrounds updated asynchronously at all resolutions) 
  - PS/PDF backgrounds (as bitmaps at fixed resolution) using ghostscript
  - option to antialias and filter bitmap backgrounds when zooming
  - option to emulate eraser tip with right mouse button
  - binary installer allows non-root installation without compiling
  - full-screen mode (patch contributed by Luca De Cicco)

Version 0.1.1 (Jan 5, 2006): 
  - two bugfixes
  - backward compatibility with GTK+ 2.4

Version 0.1   (Jan 2, 2006): initial release