changes:
-Plotting uses cairo (and is antialised) by using updated GtkExtra
-Improvements to line plots including autoscaling the y axis by default
-PDF export
-Lots of of fixes and other minor improvements all over
changes:
* Add support for dataset expressions when plotting
* Add axis-function widget for plotting axes which have a scale given
by a function, or are linked to a different axis via a function
* Add stepped colour maps
* Support editing multiple datasets simultaneously in editor
* Add setting to fix aspect-ratio of graphs
* Add 'vcentre' line step mode for vertical step plots
* Add internal margin setting for grids to separate sub-plots
* Add pixel, pixel_wcs, fraction and linear_wcs FITS import
coordinate system modes
* Add drop down toolbar button menu to create axis widgets
* More efficient widget dependency resolution
+bugfixes
This minor maintenance release mostly contains code cleanups and
sacrifices to appease the compilers and reduce the wrath of their
warnings.
Alan Coopersmith (7):
Assume signal handlers return void, as C89 requires
Add _X_NORETURN attributes suggested by gcc
Fix some sign/size conversion warnings from clang
Mark unused arguments in callback functions to quiet clang warnings
Use void * instead of char * for generic pointer arg to DoFunc functions
Constify some more string pointers to fix gcc warnings
iceauth 1.0.6
Changes in 2.2.5
================
* FIX: Fix errors searching volumes
* NEW: Configurable symlink handling with a new volume option
'followsymlinks'. Setting the option causes afpd to follow
symlinks on the server side.
* UPD: Reload groups when reloading volumes. FR #71.
* FIX: Fix a possible crash in cname() where cname_mtouname calls
dirlookup() where the curdir is freed because the dircache
detected a dev/inode cache difference and evicted the object
from the cache. Fixes bug #498.
* FIX: Change default FinderInfo for directories to be all 0, fixes
bug 514.
This minor maintenance release adds support for the Aarch64 platform to
the Linux configuration and updates the Solaris configuration to reflect
changes in Solaris 11 & later.
Alan Coopersmith (6):
On Solaris 11 & later, use /usr/gnu/bin/install for InstallCmd
Update xorgversion.def from 7.6 to 7.7
Trim trailing whitespace
Remove xprint_host.def
sun.cf: stop linking libraries merged into libc in later Solaris releases
xorg-cf-files 1.0.5
Riku Voipio (1):
Add Aarch64 support
This bug fix releases includes fixes for a couple crashing or memory
corrupting bugs, along with general code cleanups and build configuration
improvements, including fixing compatibility with automake 1.13 & 1.14.
Adam Jackson (1):
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith (14):
unifdef -U__UNIXOS2__
Update configure.ac initialization to X.Org standard form
config: Remove unnecessary calls from configure.ac
Move i_listlen in struct inclist for better packing in 64-bit builds
Remove fallbacks for Imake configuration, assume autoconf
Remove unnecessary casts from malloc/realloc calls
Convert more sprintf calls to snprintf
Fix a comment typo
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Mark fatalerr & catch as _X_NORETURN
Store len in a size_t instead of an int in redirect()
Bug 56091 - Unsafe use of strcpy() in makedepend
Assume signal handlers return void, as C89 requires
makedepend 1.0.5
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Glenn Burkhardt (1):
Bd shares
Julien Cristau (2):
configure.ac: use AM_MAINTAINER_MODE
Don't crash if an option's argument is missing
Marko Lindqvist (1):
Bug 59005 - makedepend: Build with automake-1.13 broken
This release provides some fixes for static analysis warnings and other code
maintenance cleanups.
Alan Coopersmith (6):
Avoid closing inFile twice in CheckImakefileC if LogFatal returns
Ensure inFile is always closed on error in cppit()
Let configure pick cpp path on Solaris, instead of hardcoding in imakemdep.h
unifdef -U__UNIXOS2__
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
imake 1.0.6
Eric S. Raymond (1):
Avoid use of low-level troff markup that can't be lifted structurally.
This minor maintenance release contains two small bug fixes to the
definition of the padding fields in the protocol headers, to make
them match the specification & implementation, along with some build
configuration cleanup.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (4):
Xvproto.h: fix xvQueryEncodingsReply to match actual wire protocol
Trim trailing whitespace
config: Add missing AC_CONFIG_SRCDIR
videoproto 2.3.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Julien Cristau (1):
Xvproto: fix xvEncodingInfo to match actual wire protocol
While there, make it compatible with perl 5.18.
Changes:
9.18 Sun Mar 24 15:33:35 CET 2013
- fix regression that caused artifacts on resize.
9.17 Fri Mar 1 13:46:08 CET 2013
- add shade operator in background perl extension.
- avoid starting or ending the selection in the middle of wide
characters to avoid artifacts (reproted by Tiago Resende).
- fix artifacts that may occur if the character in the cursor
cell has width > 1 (reported by Tiago Resende).
- fix regression that causes artifacts on scrolling if
saveLines is 0 and the window is resized (reported by Bert
Münnich).
- fix build when perl is enabled and pixbuf and transparency
are disabled.