Thanks to Jon Olsson for notification.
Changes:
- take over maintainership
- whitespace
- DESCR has 80 columns
- simplify
1.0.20030528:
=============
- License model changed to Artistic/GPL dual license.
- Fixed lockup when a window's title ends in its only colon
(and spaces) but even just the three dots and instance
number are too long to fit in the tab.
- Applied an (old) tab_switch_and_raise patch.
- Some #includes added.
- Phantom-window fix.
- Allow windows to move themselves
- Phantom dockapp fix
- "dock" configuration option changes: "hidden" option,
direction 1/0 replaced with "vertical" option.
- Added 'gotodir' function (move to frame in given direction).
- Makefile/path setting changes
- Built-in 'ws_menu' and 'movetows_menu'.
- Added keybindings to the man page.
- Added 'PWM manual' entry in the default root menu.
- Don't kill client on close if it does not support
WM_DELETE_WINDOW.
- Titles were not drawn correctly when toggling decorations
on if a window was closed when the associated frame was in
undecorated state.
- Don't change active window visual indication when displaying
a 'contextual menu'.
- Added 'goto_previous'.
- Windows with same name are numbered now
- Added pack_move
- Changed the order to which window in a frame to go when
the current is destroyed
- Added "detach" function
- Added attach/detach to window menu
- Added WM_COLORMAP_WINDOWS support
Changes:
- whitespace
1.27:
=====
- t1ascii: Add optional warning when output lines are longer than 255
characters. Requested by Werner Lemberg <wl@gnu.org>.
1.26:
=====
- t1mac: Fix buglet (C++ comment, and temporary file left behind). Reported
by Vladimir Volovich <vvv@vsu.ru>.
1.25:
=====
- t1asm: Beware extra characters after `currentfile closefile'. Reported by
Luc Devroye <luc@cs.mcgill.ca>.
1.24:
=====
- Fixed compilation bugs on various platforms reported by Nelson H. F.
Beebe <beebe@math.utah.edu>.
Changes:
- DESCR has 80 columns
1.20:
=====
- mmafm: Fix bug with parsing intermediate-master files that made AJensonMM
unusable. Reported by Fulko van Westrenen <westrenen@fvw.cistron.nl>.
1.19:
=====
- mmpfb: Previously, error introduced by the rounding process could build
up over the length of a path, causing an anomaly when the path was
closed. Now mmpfb compensates for rounding error, resulting in a path
with better fidelity.
- mmpfb: Add the `--minimize' option to minimize output fonts, allowing the
X font server to load mmpfb-generated fonts. Problem with the X font
server reported by Joerg Lippman <joerg.lippmann@o3-software.de>.
- mmpfb: Add placeholder subroutines to fill in any gaps in the subroutine
array, which the X font server doesn't like (that IBM Type 1 code is
bad!). Probably this should be optional, since it makes the font bigger.
- mmpfb: Renumber subroutines consecutively.
- mmpfb: Generate a new FullName as well as a new FontName.
- Adapt to newer Automake and LCDF and Efont libraries.
1.18:
=====
- Fix for compilation with newer C++ compilers.
1.17:
=====
- Fix for NuevaMM-It: the ItalicAngle array was not being properly
commented out. Reported by Thomas Wu <twu@gene.com>.
1.16:
=====
- Workaround for Mac OS X: its sscanf() function behaves incorrectly when a
format string ends with ` %n'. Reported and patched by Melissa O'Neill
<oneill@cs.sfu.ca>.
1.16:
=====
- Improvements so mminstance compiles on more platforms. Problems reported
by Nelson H. F. Beebe <beebe@math.utah.edu>.
1.16:
=====
- Bug fix: more cleanups for newer GCCs. Reported by C. M. Connelly
<c@eskimo.com>.
1.16:
=====
- Bug fix: now newer C++ compilers will compile mminstance. Reported by
Melissa O'Neill <oneill@cs.sfu.ca>.
1.15:
=====
- Don't use `-Wall' by default; old C++ compilers generate huge numbers of
irrelevant warnings. Reported by Tom Kacvinsky <tjk@ams.org>.
1.15:
=====
- mmpfb: Remove calls to nonexistent subroutines. (This was not actually a
bug; the calls to nonexistent subroutines would never execute anyway. The
font ITCGaramondMM-It had characters like `/question { A callsubr B
callsubr }', where the `A' subroutine would either draw an entire
character and call `endchar' -- so `B' would never get called -- or it
would do nothing at all. Previous mmpfb versions would remove the `B'
subroutine but keep the `B callsubr' call if the interpolated `A' called
`endchar'.) Requested by Han The Thanh <thanh@informatics.muni.cz>.
- mmpfb: Removed warning about `strange othersubr commands'.
1.14:
=====
- mmpfb: Fixed a bug with large UniqueID values. Reported by Sivan Toledo
<sivan@math.tau.ac.il>.
- mmpfb: Support for interpolating BlueFuzz without any warnings.
1.13:
=====
- mmpfb: Can handle synthetic fonts like TektonMM-Oblique. Requested by
Melissa O'Neill <oneill@cs.sfu.ca>.
1.12:
=====
- mmpfb: Make sure to remove multiple master commands from hint replacement
subroutines. Required another overhaul. Requested by Han The Thanh
<thanh@informatics.muni.cz>.
1.11:
=====
- mmafm: Added `--kern-precision' option. Requested by Han The Thanh
<thanh@informatics.muni.cz>.
- Bug fix: now mminstance can be compiled with recent versions of gcc. The
error was a strange use of va_arg(). Reported by C. M. Connelly
<c@eskimo.com>.
1.10:
=====
- mmpfb: Comment out DesignVector, NormDesignVector, and WeightVector
entries. Now Ghostscript 6.0's ps2pdf script will work with
mmpfb-generated fonts. Change requested by Melissa O'Neill
<oneill@cs.sfu.ca>.
1.9:
=====
- mmpfb: Bug fix in special callothersubrs code introduced in 1.8.:
This bug probably did not affect anyone.
The LiveIce plugin for XMMS allows you to use XMMS for streaming music
(or whatever) to Icecast servers. Multiple bitrate streams and title
streaming is not supported though.
Package initially provided by Juan RP in pkgsrc-wip with some changes by me.
Changes:
- DESCR has 80 culumns
- whitespace
1.37:
=====
- Fix bug where combining `--rotate-X' and `-O' options would cause a
segmentation fault. Reported by Dan Lasley <Dan_Lasley@hilton.com>.
- Rearrange source tree.
1.36:
=====
* Fix subscript-out-of-range error in main.c reported by Andrea Suatoni.
1.35:
=====
- Fixed bug where `--crop' could cause a segmentation fault, present since
1.32 or 1.33. Reported by Tom Schumm <phong@phong.org>.
1.34:
=====
- Fixed bug where combining `--crop' and `-O' options could corrupt output.
Reported by Tom Schumm <phong@phong.org>.
1.33:
=====
- Be more careful about time while animating. In particular, prepare frames
before they are needed, so that they can be displayed exactly when
required. Problem reported by Walter Harms <WHarms@bfs.de>.
- More warning fixes.
1.32:
=====
- Add `--multifile' option handling concatenated GIF files. This is useful
for scripts. For example, `gifsicle --multifile -' will merge all GIF
files written to its standard input into a single animation.
- More fixes for spurious background warnings.
1.31:
=====
- Changed behavior of `--crop X,Y+WIDTHxHEIGHT' option when WIDTH or HEIGHT
is negative. Previously, zero or negative WIDTH and HEIGHT referred to
the image's entire width or height. Thus, the option `--crop 10,0+0x0'
would always lead to an error, because the crop left position (10) plus
the crop width (the image width) was 10 pixels beyond the image edge. The
new behavior measures zero or negative WIDTH and HEIGHT relative to the
image's bottom-right corner.
- Changed background behavior. Hopefully the only user-visible effect will
be fewer spurious warnings.
- Fixed a bug that could corrupt output when optimizing images with `-O2'
that had more than 256 colors.
1.30:
=====
- Fixed bug in ungif code: Writing a large ungif could corrupt memory,
leading eventually to bad output. This bug has been present since
Gifsicle could write ungifs! Bad files and assistance provided by Jeff
Brown <jabrown@ipn.caida.org>.
metacity-setup is a graphical utility to configure the Metacity window
manager, allowing you to change themes, focus settings, the number of
workspaces, etc. It is much easier than having to use gconftool or
gconf-editor.
Package provided in pkgsrc-wip by marc@users.sf.net with some changes by me.
GeoIP is a C library that enables the user to find the country that any IP
address or hostname originates from. It uses a file based database that is
accurate as of March 2002. This database simply contains IP blocks as keys,
and countries as values. It should be more complete and accurate than using
reverse DNS lookups.
This module can be used to automatically select the geographically closest
mirror, to analyze your web server logs to determine the countries of your
visitors, for credit card fraud detection, and for software export controls.
Package initially provided by Juan RP through pkgsrc-wip, with several
changes by me.
Changes :
- Fixed circular depency in the test suite. Thanks, Rob Brown.
- Added test for $Test::Harness::Switches patch below.
- Fixed straps not respecting $Test::Harness::Switches. Thanks
to Miyagawa for the patch.
- Added t/pod.t to test POD validity.
- Handed over to Andy Lester for further maintenance.
- Stas Bekman noticed that tests with no output at all were
interpreted as passing
- Abigail and Nick Clark both hit the 100000 "huge test that will
suck up all your memory" limit with legit tests. Made the check
smarter to allow large, planned tests to work.
- Partial fix of stats display when a test fails only because there's
too many tests.
- Made wait.ph and WCOREDUMP anti-vommit protection more robust in
cases where wait.ph loads but WCOREDUMP() pukes when run.
- Added a LICENSE.
- Ilya noticed the per test skip reason was accumlating between tests.
Changes :
- activate code using new strings: better display of used locale,
add one missing help text
- remove unused beos.[ch]
- compile fix for ConvFits()
- detect screensaver/locks on WIN32
- hide meta ref error
- change 'message' (undocumented) behaviour
- fix temporary contacts
- fix auto-away
- use #defines for message timeouts
- implement webaware, hideip, dcauth, dccont, but undocumented
... please see ChangeLog.
* Bug fixes
* All single letter variables are deprecated now; new variables:
$[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
$[desk.n], $[version.num], $[version.info], $[version.line],
$[desk.pagesx], $[desk.pagesy]
* The NoWarp menu position hint option works with root menus too.
* WindowListFunc is executed now within a window context, so
a prefix "WindowId $0" is not needed in its definition anymore
and it is advised to remove it in user configs.
* FvwmEvent now executes all window related events within a window
context, so PassId is not needed anymore, and all prefixes
"WindowId $0" may be removed in user event handlers.
(used to run the netscape plugins) has the motif library it depends on; while
opera-plugins takes care of this, I prefer direct depend in opera7 package
this adresses PR pkg/21734 by Kai Puolamaki
bump all dependancies to SuSE pkgs >= 7.3, since this is what opera7 was
tested against; the >= 6.[34] could be put back if someone confirms
opera7 actually works correctly with SuSE 6.3, 6.4 libraries