Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Overview of Changes in GTK+ 1.2.4:
* DnD improvements (drags can be canceled with Esc now).
* suppressed configure event reordering in Gdk.
* rewrite of Gtk's configure event handling.
* major improvements for the object argument system (Elena Devdariani).
* major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
GtkCTree.
* tutorial/FAQ updates, new file generation.txt on autogenerated sources.
* configure's --with-glib= is "officially" unsupported.
* upgrade to libtool 1.3.3.
* various buglets fixed.
Overview of Changes in GTK+ 1.2.3:
* Upgrade to libtool 1.3
* Check for dgettext (for systems with old versions of GNU Gettext)
* Many bug fixes (see ChangeLog for details)
|
|
Changes are mostly bug and portability fixes.
|
|
* fixed bug displaying zero length files
+ press the first letter of a button label to select it
+ can use 1 or 2 dashes for options (eg. --file / -file)
|
|
|
|
|
|
|
|
|
|
|
|
were gone.
|
|
|
|
on a NetBSD/i386 ELF platform.
|
|
|
|
Changes include:
- Use gdk_keyval_by_name instead of a local hash table for looking
up key values for accelerators. This removes a big hash table
from libglade's overhead.
- Radio buttons groups are really fixed this time.
- Table column spacing is correctly interpreted now.
- Support for the GtkPacker widget has been added.
- Changed over to a SAX based XML parser. This cuts down on memory
usage and increases speed a bit for the parser. It also reduces
the number of malloc's and frees.
- Better handling of accelerator keys, including underline accelerators
for menu items and buttons.
- Miscelaneous bug fixes.
|
|
|
|
GIF images to PNG ones using netpbm at installation time. Update the
HTML documentation to use the generated PNG graphics.
Update to version 1.6.5 of fly whilst we're here.
Version: 1.6.5 15th January 1999
Minor bug fix. Seg fault on garbage input file or empty input
file. Thanks to Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
for the report and code fix.
Version: 1.6.4 24th November 1998
Minor bug fixes. Removing warnings and fixing minor errors in
some print statements. Thanks to Bernie Kirby
<bernie@iii.rmit.edu.au> for reporting the warnings.
Version: 1.6.3 22nd October 1998
Minor additional feature: any pair of diametrically opposite
vertices in any order will now be accepted for rect and frect.
Version: 1.6.2 25th September 1998
Minor bug fix - some return codes in case of fatal errors were
0 when they should have been 1.
Addition of code for win32 binmode problem. (thanks to Shoji
Mori <mori@moriken.com>)
|
|
|
|
PNG changes necessary.
|
|
manually.
|
|
|
|
Changes include:
*) Changed return type of pth_yield() from `void' to `int' to
be able to return an error FALSE/EINVAL in case the `tid'
argument specified an invalid or still not ready thread.
[Kurt D. Zeilenga <Kurt@OpenLDAP.Org>, Ralf S. Engelschall]
*) Fixed description of pth_yield() in pth.pod.
[Kurt D. Zeilenga <Kurt@OpenLDAP.Org>, Ralf S. Engelschall]
|
|
Changes include:
- added option --no-mode-selection/-s to disable menu for
xsane mode selection
- prepared text outputs (in xsane-text.h) for NLS/gettext support
- removed change about SANE_STATUS_GOOD in multiple image mode.
Adf mode is detected by scanmode again. This would be better
selected by a mulit_image bit in the preferences block.
|
|
v1.3.0.9
[1999-08-22]
* Fixed a -F option related bug [namazu 936]
* Fixed a filed-specified search bug on Win32 [namazu 884]
* Fixed some small bugs [namazu 884]
* Fixed a NMZ.total related bug [namazu 846]
* Fixed mailutime's potential Y2K bug.
* Modified not to display ugly '<>' in a title of HTML.
v1.3.0.8
[1999-06-14]
* Implemented a feature to support multiple
REPLACE directive in namazu.conf
* Fixed a Win32 specific subtle bug in mknmz.pl
* Fixed a subtle bug in Makefile.in
* Fixed str_backward_cmp() bug in form.c
* Fixed ParseHtaccess() bug in mknmz.pl
* Fixed validate_dbname() bug in cgi.c
* Fixed put_hlist bug in hlist.c
|
|
Fix MASTER_SITES.
|
|
|
|
|
|
by Osamu OISHI <oishi@ims.ac.jp>.
|
|
Install Japanese manual instead of English manual.
default locale is ja_JP.eucJP.
|
|
|
|
FIX: multibyte handling with direct input from file.
|
|
|
|
NEW FEATURES
o new target for R installation testing : make strict-tests.
o symnum(x) now nicely codes logical x.
o convolve() has a new type = c("circular", "open", "filter")
argument allowing more than the only circular convolution.
o par(xpd) now has three settings: FALSE (clip to plot region),
TRUE (clip to figure region), or NA (clip to device region).
o zapsmall(x) works for complex x.
o new global variable R.version.string (for plots & reports).
Deprecated version & Version for new R.version & R.Version.
o R CMD Rd2dvi has builtin "Usage" help and works for multiple files.
Useful for automatic reference manual of a package.
(doc/manual/lib2tex is more efficient for installed packages, however).
BUG FIXES
o power() is now fully implemented and documented.
o A couple of problems with group generic operations.
o A bug which meant that it was not possible to add elements
to zero length lists in the obvious way has been fixed.
x <- list(); x[[1]] <- 10
x <- list(); x[["a"]] <- 11
both now work.
o save.image() ignored dot-names. (esp. .First())
o lab= argument to plot() misinterpreted by axis() via ... passing
o NULL labels in text() caused segfault
o matrix(f,...) with f a factor now coerces to character
o documentation errors for substitute and is.vector, minor fixups for
trig and nlm
o Background colours are set properly on X11 devices with
colortype="pseudo": sometimes they were not allocated separately.
o C() works (again?) for a single argument.
o is.na() didn't work properly for "list" arguments.
o symnum() sometimes failed with arrays of rank >= 3.
o in some cases one could get nonblack color instead of
black on 2nd x11() window.
o influence.measures(.) $ is.influential was wrong on the
cooks.distance.
o printing of complex NaN/Inf was wrong as well.
o printing of complex named vectors had a wrong initial space.
o allow trailing space in character->numeric coercion
o library() gave wrong "masked" warnings in some cases.
o par(xpd) semantics were not compatible with S.
o rect() output was not clipped in PostScript.
o par(pin=c(width, height)) was behaving as par(pin=c(width, width)).
o Non-blank separated data files didn't have their 1st field
handled properly.
o "aux" directory moved to "tools" to avoid difficulties on
Windows.
o structure() clobbered factors with missing levels.
o pmatch() misbehaved on duplicate matches.
o R CMD Rd2dvi <file.Rd> works again.
o logical binops tried to set time series parameters before dimensions.
o upped the BUFSIZE in model.c (NOT proper long-term solution).
o dput(), dump() and deparse() now always use DBL_DIG (=15) digits
for numeric formatting.
o chull() now works for vertical borders, such as in chull(c(1,1,2),3:1).
|
|
Major changes include:
o Fixed minor bug that would allow incorrect site totals for the
first day of the month under certain conditions.
o Added Top Entry and Exit Page tables.
o Added 'Group' labels. Allows display of a specified label for
grouped entries (in 'Top' tables).
o Added 'Visits' totals.
o Added Search String analysis.
o Added native support for ftp logs (xferlog ala wu-ftpd).
o Added background lines to graphs.
o Added additonal 'Top' tables for SITES and URL's, sorted by
KBytes instead of hits.
o Added additional calculations for max/avg files, pages, visits
and KBytes in monthly statistics.
o Updated generated HTML code to fully comply with the HTML 4.0
Transitional spec. DOCTYPE header reflects this change as well.
o Changed code to use 4 digit years in filenames.
o Language files and documentation updated for new functions.
|
|
|
|
This is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters.
The four packages are:
avcall - calling C functions with variable arguments
vacall - C functions accepting variable argument prototypes
trampoline - closures as first-class C functions
callback - closures with variable arguments as first-class C functions
(a reentrant combination of vacall and trampoline)
|
|
|
|
|
|
|
|
|
|
way we can finally use pattern dependences in the package sources without
breaking "pkg_add" - "pkg_add" will attempt to install the version
available at build time.
|
|
Jim Spath.
Changes from previous version include:
+ Version 1.6.3 corrects a memory leak in gd_png.c. This leak caused a
significant amount of memory to be allocated and not freed when
writing a PNG image.
+ Version 1.6.2 from John Ellson adds two new functions:
gdImageStringTTF gdImageColorResolve
+ Version 1.6.1 incorporates superior PNG reading and writing code
from Greg Roelofs, with minor modifications by Tom Boutell.
+ Version 1.6 features the following changes:
Support for 8-bit palette PNG images has been added. Support for GIF
has been removed. This step was taken to completely avoid the legal
controversy regarding the LZW compression algorithm used in GIF.
Unisys holds a patent which is relevant to LZW compression. PNG is a
superior image format in any case. Now that PNG is supported by both
Microsoft Internet Explorer and Netscape (in their recent releases),
we highly recommend that GD users upgrade in order to get
well-compressed images in a format which is legally unemcumbered.
+ Version 1.5 featured the following changes:
New GD2 format
Re-arranged source files
Extended I/O capabilities.
Better support for Lincoln Stein's Perl Module
Added functions
+ Version 1.4 features the following changes:
Fixed polygon fill routine (again)
Support for alternate data sources
Support for alternate data destinations
More tolerant when reading GIFs
|
|
instead aborting the build process.
|
|
"${XAW_TYPE}" is set to "standard". Fixes PR pkg/8279.
|
|
|
|
|
|
|
|
|
|
|
|
|