NEWS.pre-2-4 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571
  1. ------------------------------
  2. GNU Image Manipulation Program
  3. Development Branch
  4. ------------------------------
  5. This used to be the development branch that lead to GIMP 2.4.
  6. Changes in GIMP 2.4.0
  7. =====================
  8. - further improved the rectangle select and crop tools
  9. - allow to mark out-of-gamut colors when doing a soft proof
  10. - bug fixes
  11. Changes in GIMP 2.4.0-rc3
  12. =========================
  13. - use the new format for storing recently used files
  14. - added conversion options to the color profile conversion plug-in
  15. - allow to disable the toolbox menu on all platforms
  16. - further improved handling of the JPEG settings
  17. - switch tabs when hovering over them
  18. - added a PDB function to remove the alpha channel from a layer
  19. - plug-in previews remember the state of the Preview checkbox (bug #478657)
  20. - allow to grow the image/layer using the Crop tool
  21. - bug fixes
  22. Changes in GIMP 2.4.0-rc2
  23. =========================
  24. - more improvements and bug fixes in the rectangle tools
  25. - antialias the display for zoom levels between 100% and 200%
  26. - fix zoomed-out display problems
  27. - improve handling of JPEG settings
  28. - fix script-fu error reporting
  29. - on OS X, get rid of menubars in windows and use the global menubar
  30. - fix plug-ins using GimpZoomPreview
  31. - throw properly catchable exceptions from foreign script-fu function
  32. (like PDB wrappers)
  33. - bug fixes
  34. Changes in GIMP 2.4.0-rc1
  35. =========================
  36. - further improvement to the Print plug-in
  37. - completed the color management functionality for 2.4
  38. - store JPEG setting with the image and use them when saving as JPEG
  39. - further improved the rectangle tools, in particular handling of the
  40. fixed aspect ratio
  41. - added color profile selector widget
  42. - further improved the display quality for zoomed-out views
  43. Changes in GIMP 2.3.19
  44. ======================
  45. - support long layer names in PSD files
  46. - improved EXIF handling in the JPEG file plug-in
  47. - added control for the playback speed in the Animation Playback plug-in
  48. - avoid needless image preview invalidation
  49. - allow to edit the image comment in the Image Properties dialog
  50. - further improved rectangle tools
  51. - made JPEG save parameters user-configurable
  52. - avoid color conversions between identical ICC color profiles
  53. - improved Print plug-in
  54. - improved loading and saving of indexed TGA images
  55. - bug fixes and code cleanup
  56. Changes in GIMP 2.3.18
  57. ======================
  58. - temporarily show the hidden image statusbar while the progress is active
  59. - added support for loading .abr v6 Photoshop brushes
  60. - improved usability of color scales
  61. - improved display quality of zoomed-out image view
  62. - bug fixes and code cleanup
  63. Changes in GIMP 2.3.17
  64. ======================
  65. - improved import of multi-page TIFF files
  66. - reduced rounding errors in Blur routines (core and plug-ins)
  67. - further improved parameter checks in the PDB
  68. - added support for loading .abr v2 Photoshop brushes
  69. - improved border behavior of the Blur tool
  70. - show the brush outline at the Clone tool's source position
  71. - added libgimpbase API to retrieve the user's Pictures folder
  72. - add a shortcut to the user's Pictures folder to the file-chooser dialog
  73. - improved the quality of the Motion Blur filter
  74. - save paths in TIFF files
  75. - let the Screenshot plug-in name the new layer after the window
  76. - use memory slices to reduce memory fragmentation
  77. - some code cleanup
  78. - lots of bug fixes
  79. Changes in GIMP 2.3.16
  80. ======================
  81. - make the XOR color configurable as a workaround for broken drivers
  82. - allow to assign keyboard shortcuts to procedures without menu entry
  83. - allow to configure the height of the preview area in data editors
  84. - improved file detection in TGA plug-in
  85. - improved brush scaling code, now also scales up
  86. - converted standard pixmap brushes to parametric ones
  87. - improved zoom tool behavior
  88. - D-Bus methods now have a return value indicating success or failure
  89. - added more menu tooltips
  90. - allow procedures to request the display ID they are being called from
  91. - depend on GTK+ >= 2.10.6 and use some of the new functions in GTK+ 2.10
  92. - allow filename passed on the command-line to be opened as new images
  93. - various optimizations
  94. - bug fixes and code cleanup
  95. Changes in GIMP 2.3.15
  96. ======================
  97. - added keyboard control to rectangle tools and improved their tool options
  98. - improved console handling on Win32
  99. - support large XCF files (> 2GB) on Win32 also
  100. - cleanup of the internal undo system
  101. - ask before overwriting files, not only for image files
  102. - added "Revert Zoom" functionality
  103. - added GimpStringComboBox widget to libgimpwidgets
  104. - added HAL support for hotplug of Linux Input devices
  105. - added support for shaped windows to the Screenshot plug-in
  106. - improved handling of incomplete PNG files
  107. - categorize contributors into active and inactive
  108. - added controller module for DirectInput controllers on Win32
  109. - speed up transform tools
  110. - improved tool cancellation framework
  111. - fixed Select -> Border behaviour and added option for 'sticky image edges'
  112. - bug fixes and code cleanup
  113. Changes in GIMP 2.3.14
  114. ======================
  115. - added actions to control brush spacing
  116. - polished appearance of image window
  117. - scale the brush's spacing when scaling the brush
  118. - save tool presets when they are changed
  119. - improved handling of vectors in the Python bindings
  120. - allow for auto-cropping the result of the transform tools
  121. - added GimpRatioEntry widget and use it in the rectangle tool options
  122. - added functions to transform between preview and image coordinates
  123. - added PDB functions to validate display, drawable, image and vectors IDs
  124. - added HSL color model to Decompose and Compose plug-ins
  125. - further improved status bar messages for tools
  126. - on systems with D-Bus build gimp-remote functionality into gimp executable
  127. - bug fixes and code cleanup
  128. Changes in GIMP 2.3.13
  129. ======================
  130. - show information about embedded color profiles in Image Properties dialog
  131. - allow to apply color profiles on load (still work in progress)
  132. - new vectors PDB API to replace the old path API
  133. - added "Auntie Alias" plug-in for antialiasing on lineart
  134. - added Edit->Fade operation
  135. - added Rounded Corners option to Rectangle Select tool
  136. - improved WinIcon plug-in (now loads and saves 24 bit and Vista icons)
  137. - merged gimp-tiny-fu; replaces Script-Fu Scheme interpreter with TinyScheme
  138. - remember unit and interpolation type in scale and resize dialogs
  139. - changed default interpolation type to Cubic
  140. - show comment in Image Properties dialog
  141. - when loading in image as layers, don't merge the layers
  142. - added experimental palette color selector module
  143. - don't save thumbnails that don't match the image
  144. - increased tool handle sizes for better usability
  145. - implemented brush scaling from the tool options (only downscaling yet)
  146. - import paths embedded into TIFF files
  147. - support vectors in the Script-Fu and Python-Fu user interfaces
  148. - added PDB functions to retrieve position of layers/channels/vectors
  149. - added side pane with table of contents to the Help Browser
  150. - bug fixes and code cleanup
  151. Changes in GIMP 2.3.12
  152. ======================
  153. - merged the Perspective Clone tool
  154. - allow to pan the image view using the Space bar
  155. - show a thumbnail in the "Rotate JPEG?" query dialog
  156. - added file information to the Image Properties dialog
  157. - more work on the new selection tools
  158. - give immidiate feedback when tool modifier keys are pressed
  159. - added Lens Distortion plug-in
  160. - internationalize Python binding and Python plug-ins
  161. - improved internal message infrastructure, use the statusbar for warnings
  162. - added an URL loader backend based on libcurl
  163. - build a color-managed CMYK color selector if lcms is available
  164. - localize Script-Fu procedure descriptions
  165. - lots of user interface polishing
  166. - bug fixes and code cleanup
  167. Changes in GIMP 2.3.11
  168. ======================
  169. - depend on newer versions of glib, gtk+ and pango and use some of the new
  170. features in these libraries
  171. - made Ctrl-P the default shortcut for Print
  172. - show progress when loading/saving XCF files
  173. - added support for 16/32 bit bitmaps and alpha channel to the BMP plug-in
  174. - if possible, detect the number of CPUs
  175. - allow to disable the build of the Script-Fu extension
  176. - many improvements to the Python bindings and the pygimp user interface
  177. - made message dialogs transient for the progress window
  178. - added PDB API for creating a selection from vectors
  179. - further improved status bar messages for tools
  180. - derive ByColorSelect and FuzzySelect tools from a common base class
  181. - finer control over select-by-color functionality
  182. - minor optimizations in the drawing code
  183. - abstract brush outline drawing into the common base class GimpBrushTool
  184. - store sample points in XCF files
  185. - added extended PDB API for selection procedures
  186. - added convenience API to libgimp that creates a layer from a GdkPixbuf
  187. - added midpoint handles to Scale tool for scaling with fixed width or height
  188. - let color picker tools select a matching color in the Palette Editor
  189. - allow to use foreground and background color in gradients
  190. - added first draft of a new Healing Brush tool
  191. - abstract clone tool functionality into the common base class GimpSourceTool
  192. - improvements to the new selection tools
  193. - don't wake up the gimp every so often
  194. - added GimpHintBox widget to libgimpwidgets
  195. - bug fixes and code cleanup
  196. Changes in GIMP 2.3.10
  197. ======================
  198. - added support for a registration color in the Decompose plug-in
  199. - the Align tool now also aligns to guides
  200. - allow use of CSS color notation in Script-Fu
  201. - more work on the new selection tools
  202. - let Fractal Explorer work on grayscale and give it a larger preview
  203. - speed up Value Invert plug-in
  204. - added strong undo/redo functions bound to Shift-Ctrl-[ZY]
  205. - use radio items for the image mode menu
  206. - applied Tango style on the default iconset
  207. - added plug-in for colormap manipulation
  208. - allow plug-ins to register in Layers, Channels, Vectors and Colormap dialog
  209. - added load plug-in to open desktop links
  210. - removed print plug-ins and started work on a replacement using the
  211. new GTK+ Print API
  212. - added replacements for gimp_foo_select widgets, akin to GimpFontSelectButton
  213. - introduced translation context to a number of colliding strings
  214. - bug fixes and code cleanup
  215. Changes in GIMP 2.3.9
  216. =====================
  217. - better interpolation for "smooth" curves in the Curve tool
  218. - added an Auto button to the Threshold tool that picks a suitable value
  219. - simplified user installation, only display a dialog in case of an error
  220. - added Red Eye Removal plug-in
  221. - added thumbnail loader to GIF load plug-in
  222. - declared even more data as const
  223. - refactoring of the PDB and plug-in management code
  224. - allow Merge to work on a single layer
  225. - added a way to remove all keyboard shortcuts from the Preferences dialog
  226. - added menu items for "Text to Path", "Text along Path" and "Text to
  227. Selection"
  228. - allow to initialize a new layer mask with any of the image's channels
  229. - added clipboard brush and clipboard pattern
  230. - added scripts to sort color palettes
  231. - swap meanings of "dilate" and "erode" which have been wrong for a long time
  232. - show Clone tool source location while painting
  233. - use GtkFileChooserButton in place of GimpFileEntry
  234. - added script to reverse the order of layers
  235. - added "Sample merged" and "Selected Pixels only" options to Palette import
  236. - added actions to select palette and colormap colors
  237. - new environment variable to control which batch interpreter to use
  238. - give plug-ins access to the CPU detection so that they can use MMX code
  239. - speed up Selective Gaussian Blur plug-in
  240. - improved tool cursors, added edge resizing cursors
  241. - improved behaviour of new selection tools
  242. - allow to reset all gimprc values from the Preferences dialog
  243. - optionally show guides in the Crop tool
  244. - bug fixes and code cleanup
  245. Changes in GIMP 2.3.8
  246. =====================
  247. - added new tile primitive Triangle to Mosaic plug-in
  248. - speed up Gaussian Blur plug-in
  249. - suppress redundant progress updates from plug-ins
  250. - changed some gimprc and sessionrc default values (window hints,
  251. fullscreen mode)
  252. - do not focus transform tool dialogs on map
  253. - renamed Magnify tool to Zoom tool and added some missing tool shortcuts
  254. - added a submenu with recently used plug-ins to the Filters menu
  255. - fixed look-up table used for Contrast adjustments
  256. - improved the user interface of the Animation Playback plug-in
  257. - added framework for describing menu entries in the statusbar
  258. - added lots of helpful blurbs to procedures and core actions
  259. - remove color from the Watercolor selector if Shift is being pressed
  260. - ported PDB internals to GParamSpec and GValue
  261. - speedup and UI improvements for the SIOX tool
  262. - added parasite getters and settors for vectors
  263. - made PSD load and save plug-ins 64bit clean
  264. - some string review
  265. - ported ellipse select tool to the new rectangle tool
  266. - added basic support for layer masks to the PSD save plug-in
  267. - avoid relocations by declaring more data as const
  268. - new application icons in more sizes and as a SVG
  269. - provide script-specific samples instead of hard-coding "Aa" for font preview
  270. - build the Screenshot plug-in on all platforms
  271. - allow to discard invisible layers when merging visible layers
  272. - nicer output from gimp-procedural-db-dump
  273. - bug fixes and code cleanup
  274. Changes in GIMP 2.3.7
  275. =====================
  276. - depend on GTK+ 2.8, use some of the new features
  277. - removed workarounds for problems in GTK+ 2.6
  278. - moved Align Visible Layers to the Image menu
  279. - started to add a new vectors PDB API
  280. - make it more obvious that docks can be rearranged by drag and drop
  281. - modified the behaviour of the Tab key
  282. - added --license command-line option
  283. - improved dither matrix for RGB->Indexed conversion
  284. - added PDB API to stroke with any paint method
  285. - gave some plug-ins more sensible names
  286. - keep settings of brush/pattern/font/... button popups across sessions
  287. - reduced number of memory allocations by declaring some strings as static
  288. - some improvements to the plug-in preview widgets
  289. - added links to important topics in the user manual
  290. - let the configure script display a summary of options
  291. - bug fixes and code cleanup
  292. Changes in GIMP 2.3.6
  293. =====================
  294. - even faster application startup
  295. - binary relocatibility on Linux by means of binreloc
  296. - be more verbose when being asked for it
  297. - select color index when picking from an indexed drawable
  298. - allow to migrate windows between displays
  299. - mouse-wheel scrolling and zooming in plug-in previews
  300. - added keyboard shortcuts ([ and ]) for changing the brush radius
  301. - improved Oilify plug-in
  302. - made the IWarp plug-in preview resizeable
  303. - added alignment mode for cloning from a fixed location source
  304. - completed core/ui separation of paint tools and paint methods
  305. - bug fixes and code cleanup
  306. Changes in GIMP 2.3.5
  307. =====================
  308. - optionally add jitter to paint strokes
  309. - implemented Snap to Path
  310. - added PDB API to access the Image Grid
  311. - ease access to Keyboard Shortcuts editor
  312. - optimizations to the Tile Cache and Undo/Redo implementations
  313. - more work on the Buffer PDB API
  314. - bug fixes to the new zoomable plug-in previews
  315. - optimization of the SIOX algorithm
  316. - menu reorganisation in the Toolbox menu
  317. - export "Open As Layer" to the PDB as file-load-layer
  318. - added keyboard control for the Curves tool
  319. - load and save embedded ICC profiles from/to PNG images
  320. - improved appearance of some tool icons on dark background
  321. - added PDB API to get and set path visibility
  322. - let data editors follow the active brush, palette and gradient (optional)
  323. - some rearrangements in the new toplevel Colors menu
  324. - speed up reloading of data files
  325. - allow to copy the location of data files to the clipboard
  326. - allow to disable saving of the document history in the preferences
  327. - slightly faster application startup
  328. - more use of ngettext for plural forms
  329. - bug fixes and code cleanup
  330. Changes in GIMP 2.3.4
  331. =====================
  332. - allow plug-ins and scripts to register menu entries in the <Brushes>,
  333. <Gradients>, <Palettes>, <Patterns> and <Fonts> menus
  334. - replaced Selection to Brush/Pattern scripts with scripts that paste
  335. a new brush/pattern from the content of the clipboard
  336. - allow to easily close all opened images
  337. - added a first version of a Print plug-in using libgnomeprint
  338. - improved Sphere Designer plug-in
  339. - improved Compose plug-in
  340. - added a zoomable preview widget for plug-ins
  341. - implement copy and paste of paths as SVG
  342. - use new stock icons introduced with GTK+ 2.6
  343. - allow to zoom in/out using the +/- keys on the numerical keypad
  344. - make it easier to drop dockables below the toolbox
  345. - set plug-in dialogs transient to the window they have been called from
  346. - added PDB function to obtain handles to the image and progress windows
  347. - export named buffers to the PDB
  348. - easier access to the popup menu in empty container views
  349. - use ngettext for plural forms
  350. - implement "Sample Merged" for the Clone tool
  351. - various Win32 fixes
  352. - fixed capitalization for better HIG compliance
  353. - use a descriptive verb instead of "OK" as button label in most dialogs
  354. - redone About dialog to be more informative
  355. - take the default unit from the locale settings
  356. - moved color-related tools and plug-ins to a new toplevel Colors menu
  357. - let the gnomevfs plug-in use GNOME authentication manager if available
  358. - rewritten Crop tool (work in progress)
  359. - added page selector to the Postscript Import plug-in
  360. - added preview to Checkerboard and Threshold Alpha plug-ins
  361. - more PDB procedure and parameter name canonicalization
  362. - touched up new path tool cursors and added one for the Join operation
  363. - bug fixes and code cleanup
  364. Changes in GIMP 2.3.3
  365. =====================
  366. - improved new GimpPageSelector widget
  367. - minor improvements to the Procedure and Plug-In browsers
  368. - set alternative button order in some places that were missed earlier
  369. - added SIOX algorithm for foreground extraction
  370. - fixed most gcc 4.0 warnings
  371. - improved Cursor view and Sample Points functionality
  372. - prepared code and UI for more layer lock types
  373. - added new PDF import plug-in based on libpoppler
  374. - undeprecated and improved palette editor, added cursor navigation
  375. - show more information in the Image Properties dialog
  376. - added prototype of SIOX foreground selection tool
  377. - fixed build of MMX code on gcc 4.0
  378. - moved procedure browser to libgimpwidgets as GimpProcBrowserDialog
  379. - canonicalize PDB procedure and parameter names
  380. - use the coefficients from the sRGB spec when calculating luminance
  381. - allow to remove alpha channel from a layer
  382. - added more different cursors for the paths tool
  383. - bug fixes and code cleanup
  384. Changes in GIMP 2.3.2
  385. =====================
  386. - more standard way of dealing with translation of the startup tips
  387. - allow to use the selected font in the text tool's text editor
  388. - some minor UI changes for HIG compliance
  389. - redid the framework that deals with installing desktop files
  390. - started to reorganize menus, mainly plug-ins and scripts
  391. - renamed "Scatter RGB" and "Scatter HSV" to "RGB Noise" and "HSV Noise"
  392. - allow to clear the document history
  393. - don't normalize the result in the Laplace plug-in (bug #306874)
  394. - ported FractalExplorer GUI to GtkTreeView, getting rid of the last
  395. XPM icons that were being used
  396. - added an option to Motion Blur to blur outwards
  397. - added support for the proposed ICC Profiles In X Specification
  398. - added new widget GimpEnumLabel to libgimpwidgets
  399. - let the lcms display filter module show information about the used
  400. color profiles
  401. - improved drawing of the brush outline
  402. - fixed build of Python language binding on Win32
  403. - allow plug-ins to access the user's color management configuration
  404. - added new widget GimpPageSelector to libgimpwidgets
  405. - reenabled the Debug menu
  406. - load and save ICC color profiles from/to JPEG images
  407. - bug fixes and code cleanup
  408. Changes in GIMP 2.3.1
  409. =====================
  410. - allow to copy and paste SVG between GIMP and other applications
  411. - added a utility for testing and debugging clipboard operations
  412. - more work on the new vectors PDB API
  413. - made screen edges active in the image display in fullscreen mode
  414. - made file and color selection dialogs transient to their parent windows
  415. - moved browser widget from Procedure Browser plug-in to libgimpwidgets
  416. - allow more search types in the Procedure Browser
  417. - reduced size of the Colors dockable by moving the hex entry down
  418. - added object properties to GimpColorArea and GimpColorButton
  419. - changed default for RGB->Indexed conversion to not to any dithering
  420. - allow to paste a new image using Ctrl-V on the toolbox
  421. - show previews of dash presets in Stroke Options dialog
  422. - Escape key cancels the window selection in the Screenshot plug-in
  423. - allow to operate the Brightness Contrast tool by clicking and dragging
  424. on the canvas
  425. - improved Sample Points dockable
  426. - added first draft of new align tool
  427. - turned image and drawable combo boxes in libgimpui into real widgets
  428. - further improved Python bindings
  429. - nicer DND icons for viewables
  430. - allow to hide the button-bar found at the bottom of most dockables
  431. - turned font selection in libgimpui into a real widget
  432. - added support for BMP files with alpha channel (RGBA)
  433. - bug fixes and code cleanup
  434. Changes in GIMP 2.3.0
  435. =====================
  436. - added Recompose plug-in
  437. - added rectangle tool in GFig plug-in
  438. - improved palette editor color DND
  439. - improved EXIF handling in JPEG plug-in
  440. - smoother autoscrolling in image display
  441. - added Snap to Canvas Border and Snap to Path (yet unimplemented)
  442. - added previews to Mosaic, Pixelize and Sparkle plug-ins
  443. - added Lanczos interpolation method
  444. - added Open as Image menu entries to brushes and patterns dialogs
  445. - improved drag-n-drop of drawables within GIMP
  446. - added a prototype of a new rectangular select tool
  447. - moved a bunch of enums from core into libgimpbase
  448. - moved GimpConfig functionality from core into libgimpconfig
  449. - moved GimpEnumStore and GimpEnumComboBox to libgimpwidgets
  450. - moved convenience constructors for property views to libgimpwidgets
  451. - ported ImageMap plug-in to action based menus.
  452. - first steps towards color management
  453. - use GOptionContext for command-line parsing
  454. - added a gnome-vfs backend for the uri plug-in (former url plug-in)
  455. - prepared code for accessing remote files in the file-chooser
  456. - let all dialogs obey the gtk-alternative-button-order setting
  457. - extended GimpProgress PDB API
  458. - improved file type handling in file save dialog
  459. - resurrected threaded pixel processor and enable it by default
  460. - parallelized a few more internal functions
  461. - speed up gradient dithering
  462. - improved PSD save plug-in
  463. - improved Python bindings
  464. - allow to resize layers with the image
  465. - allow to control letter spacing in the text tool
  466. - added path-on-path functionality, use it to implement Text on Path
  467. - improved gradient editor
  468. - allow to import paths from a string
  469. - ported all code to gstdio wrappers
  470. - added infrastructure for color sample points
  471. - added first draft of a metadata editor plug-in
  472. - speed up burn compositing function
  473. - added Altivec versions of some compositing functions
  474. - added PDB API to control the number of columns in a palette
  475. - allow to control hue overlap in Hue-Saturation tool
  476. - added a PDB API to register menu branches
  477. - added missing mnemonics
  478. - improved Screenshot plug-in
  479. - allow to drag brushes/patterns/gradients... to the selectors in Script-Fu
  480. - allow to save images by dragging them to a filemanager that supports the
  481. XDS protocol
  482. - optimizations in the Color Deficiency display filter
  483. - transfer the clipboard content to a clipboard manager on exit
  484. - moved cursor info out of the Info window into a dockable
  485. - moved remaining bits of the Info Window to a new Image Properties dialog
  486. - build and install gimp-console by default
  487. - allow to drag and drop image data into GIMP
  488. - use the statusbar more to display hints and info about the tool state
  489. - resurrected --no-data functionality
  490. - zoom to the cursor position instead of the display center
  491. - some improvements to the Helpbrowser plug-in
  492. - load PS brushes in the .abr format
  493. - allow to choose between different algorithms for Desaturate
  494. - added thumbnail loader to Winicon plug-in
  495. - improved configuration of input controllers
  496. - added an option to make the dock windows transient to the active image display
  497. - lots of code cleanup and bug-fixes