Age | Commit message (Collapse) | Author | Files | Lines |
|
changes: bugfixes
|
|
changes: Added a version method to get runtime library version
|
|
|
|
(only comment changes to PLIST)
|
|
|
|
Patch #238 - 2008/12/30
* update configure macro CF_XOPEN_SOURCE for AIX 6.x and Mint platforms.
* reset the screen wrapping-flag at the end of ClearRight to fix an occasional
case where the last character of a scrolled and wrapped line would be cleared
(patch by Joe Peterson).
* modify to use POSIX coding for comparing resource settings such as locale,
to work with locales such as Turkish (report by M Vefa Bicakci).
* turn on configure paste64 feature by default (request by
Jean-Philippe Bernardy). It is runtime enabled/disabled with allowWindowOps.
* turn on configure tcap-query feature by default, add resource allowTcapOps
to make this runtime enabled/disabled.
* make OSC 3 (change X property, from patch #110) subject to allowWindowOps
resource.
* make VT220 DSR responses inactive in VT100-mode.
* make DECUDK feature inactive in VT100-mode.
* respond to incorrectly formatted DECRQSS with a cancel.
* add allowFontOps resource to allow the fontsize-switching and font query/set
control sequences to be enabled/disabled (prompted by Debian #510030).
* some code cleanup based on gcc 4.x -Wconversion warnings in button.c and
charproc.c
* modify tcap-query feature to not return data for shifted cursor-keys when
the keyboard type is set to vt220, since returning the same string for
shifted/unshifted keys may confuse some applications (GenToo #212546).
|
|
|
|
- Speed improvement on multicore platforms
- Ddjvu now can produce pdf output.
Changes 3.5.20:
- Csepdjvu handle gsdjvu hyperlink comments.
- Djvudigital therefore handles hyperlinks.
|
|
|
|
|
|
|
|
Based on PR 40260 by Guillaume Lasmayous.
NEWS pekwm-0.1.9a
=================
alas, we missed two rather critical bugs in the 0.1.9 release. We decided to
make a new release 0.1.9a that fixes the "lower" action and a crash related
to the search dialogue. You can download the release as usual from
http://www.pekwm.org or use git to fetch it.
NEWS pekwm-0.1.9
================
Another maintenance release with both bug fixes and feature
enhancements. For pekwm-0.1.9 both default configuration and the
documentation has been updated to be more useful by default and to
reveal more configuration options, it might be worth having a look at
the default configuration if you upgrade from a previous version.
What also might be worth having a look at is the added contrib folder
with scripts and other useful things that is not included in the "main"
distribution due to dependency issues.
Bugs fixed:
* #13, One-click menu access and selection doesn't work. Add the
following to the Mouse section in the main configuration file to
enable:
Select = "Motion MotionPressed"
Enter = "ButtonPress MotionPressed"
* #20, Search dialog for finding clients. Run ShowSearchDialog and
start typing, a list of matching clients should be displayed.
* #47, Tab completion for CmdDialog. Activate with Complete and
CompleteAbort actions. Currently only includes command completion.
Look in default configuration for an example.
* #75, Dynamic menus inside dynamic menus. Reported by Krister
Svanlund
* #80, CMDDIALOG theme structure appears to be ignored now. Now both
CmdDialog and InputDialog are valid names for decorating CmdDialog
window.
* #81, Configuration uses system level config on first run and not
user configuartion.
* #82, Workspace indicator doesn't show up when workspace is
switched by a pager or other program
* #84, Unable to make mplayer window fullscreen when
FullscreenDetect=True. Reported and fixed by Vladimir A. Pavlov
* #88, TitleRules does not apply on pekwm generated menus. Reported
and fixed by Matt Hayes
* #96, Properly include cstdio to fix compilation errors with
gcc-4.4. Reported and fixed by Daniel Moerner
* #104, ButtonRelease events should check actual area beneath them
for context. Reported by Walther.
* #119, Harbour can "float away" when components get resized.
Walther.
* Fix re-loading of dynamic menus, caching caused menus not to
reload.
Compatibility fixes:
* #72, Work on EWMH support. Support for the following hints has
been added: _NET_DESKTOP_GEOMETRY, _NET_WORKAREA,
_NET_WM_ICON_NAME, _NET_WM_VISIBLE_ICON_NAME.
Configuration changes:
* #86, Icon rendering in menus is now optional. In the Menu section
of the main configuration DisplayIcons option has been introduced,
setting it to false disables menu icons.
* #98, Configurable icons in root menu. Reported by Krister
Svanlund.
* #103, Template entries with a "name" cannot be replaced. Template
overriding is now valid in mouse, keys and autoproperties.
Reported by Walther.
* #109, Environment variables should be set for window menus. Now
$CLIENT_PID and $CLIENT_WINDOW is available in dynamic menu
scripts. Reported by Matt Hayes
* #110, ShowStatusWindowCenteredOnRoot option introduced. When True
old status window behavior is used, when set to False (default
value) the status window is displayed centered on the current
window.
* #122, Setting icon limitations depending on menu. Example in the
default configuration file.
* #XX, Default configuration for window types has been updated with
saner defaults.
* #XX, Make templates available in autoproperties only with require
syntax. In order to support having templates overwriting in
autoproperties file a Require section was added just as in the
theme file. To enable templates overwriting and set up a single
property using it add this to your autoproperties file:
Require {
Templates = "True"
}
Property = "name,class,role,title,apply on" {
Sticky = "True"
}
Theme changes
* #91, Renamed Hoover to Hover. Hoover is still a valid name.
NEWS pekwm-0.1.8
================
Another maintenance release with both bug fixes and feature
enhancements. Many thanks to IOError for speeding up the release
process.
Bugs fixed
==========
* #38 VNC issue entering username and password, fixed by Andreas
<ioerror{@}lavabit{.}com>
* #51 Incorrect behaviour on x86_64 using pypanel, reported and
fixed by Vladimir A. Pavlov <pv4{@}bk{.}ru>
* #56 Disabling xrandr also disables image-png and Xft support,
reported and fixed by Nathan <cornet{@}sheepy{.}org>
* #58 Exaile Mini Mode keys dont work
* #59 Raise/Lower events do not work on unselected tabs, fixed by
Andreas <ioerror{@}lavabit{.}com>
* #60 ButtonRelease/Motion events do not work on window borders,
fixed by Andreas <ioerror{@}lavabit{.}com>
* #62 Fix broken FullScreen requests
* #63 Above (Dialog) layer not working properly, fixed by Jyri
Jokinen <shared{@}adresh{.}com>
* #65 HideAllMenus steals focus.
* #67 InputDialog input field background is not updated on theme
change.
User visible changes
====================
* CmdDialog history is now persistent between pekwm sessions.
* #23 Support define/template sections in configuration, have a look
at the default theme which uses the new theme format.
Configuration changes
=====================
* FullscreenAbove option added to the screen section causing
fullscreen applications go above panels etc if true. Works around
#61.
* ShowWorkspaceIndicator changed from seconds to milliseconds.
* HonourRandR option added. Disable it to force pekwm to interpret
the xinerama information as reliable (instead of randr's).
* /regexp/flags syntax to all regular expressions in the
configuration with i (ignore case) and ! (invert match).
Theme changes
=============
* #41, hoover state for buttons. Enable by setting a Hoover texture
on buttons such as:
Hoover = "Solid #ffcea5 0x0"
* Re-load of decor rules when title changes making the following
* possible:
DecorRules {
Property = "(term|rxvt),(erm|xvt)" {
Title = "root"
Decor = "WARNING"
}
Property = "(term|rxvt),(erm|xvt)" {
Title = "/^[^@]+$/"
Decor = "DEFAULT"
}
Property = "(term|rxvt),(erm|xvt)" {
Title = "/@noosnascla-laptop/!"
Decor = "REMOTE"
}
}
|
|
|
|
|
|
|
|
|
|
Based on PR 40278 by Leonardo Taccari.
Version 1.4.17:
- Remove most W32-specific code from net.c and use the appropriate gnulib
modules instead.
- Gnulib upate to 2008-12-24.
- Unified handling of the Gnome and MacOS keyrings. Both are disabled by default
and must be enabled using --with-*-keyring options.
- Support for SYSCONFDIR/netrc (as a fallback for ~/.netrc) was added by Jim
Pryor. Thanks!
- Support for the GNOME Keyring was added by Satoru SATOH. Thanks a lot!
- Added a vim syntax file for msmtprc files to scripts/vim. The file was
written by Simon Ruderich. Thanks!
- Updated the msmtpq/msmtpQ scripts.
|
|
|
|
* Fix bug: inappropriate Volume purging.
* Modify sql_update.c to edit zeros rather than NULL in unset fields.
* Backport most recent changes to compat.h and compat.cpp
attempt to fix restore problem with accents in path. This
works in version 2.5.x but is not tested in 2.4.4.
* Create and apply 2.4.3-migrate2.patch, which fixes two bugs
- sql error when there are no files to migrate.
- Job catalog log is not migrated during migration.
* Remove extra db_lock() in get_prune_list_for_volume()
* Apply 2.4.3-prune-deadlock.patch that fixes a problem when
using Catalog as message backend.
* Apply 2.4.3-win32-runscript-unicode-path.patch for a problem when
executing a program with Unicode path.
* Apply 2.4.3-unique-inchanger.patch fix bad slot number if the volume
is not in autochanger.
* Fix for bug where Volume is purged while writing on it.
* Get message enhancement to avoid job name lookup.
* Fix bug with job name duplication if more than 60 jobs created
during a minute.
* Correct some bugs of cleanup in SD if the FD connection fails.
* Fix orphaned jobs (possible deadlock) while pruning.
* Backport of the btraceback script that keeps trace file on working dir
* Migrate DB Log records too.
* Modify SQL so that jobs that failed will not be migrated.
* Correct bug where long retention periods caused immediate pruning.
|
|
|
|
Check for PATCHFILES as well
|
|
|
|
+sublib
|
|
desktop
|
|
conversion
|
|
|
|
|
|
|
|
The MiniUPnP project offers software which supports the UPnP Internet Gateway
Device (IGD) specifications. Recently, NAT-PMP support was added to
MiniUPnPd. For client side NAT-PMP support, use libnatpmp.
UPnP and NAT-PMP are used to improve internet connectivity for devices behind
a NAT router. Any peer to peer network application such as games, IM, etc.
can benefit from a NAT router supporting UPnP and/or NAT-PMP.
The latest generation Microsoft XBOX 360 and Sony Playstation 3 game machines
use UPnP commands to enable the online play with the XBOX Live service and
the Playstation Network. It has been reported that miniupnpd is correctly
working with the two consoles.
|
|
|
|
Pkgsrc changes:
o Actually add the advertized patch to get rid of the interactivity
|
|
|
|
2.2.8 - 14 December 2008
Welcome to the GnuCash 2.2.8 Release.
Fixed Bugs:
o #115066: "Search For" dialog shows all when criteria is left as
default
o #128774: "Edit exchange rate" context menu item disfunctional often
o #137017: date of transaction change with time zone change
o #339433: TiaaCref price quote dates off by one day
o #340041: 0 as an amount should be allowed in Exchange Editor
o #345980: changing Stylesheet doesn't commit
o #347274: to track the difference between budgeted and actual amounts
in the budget report
o #348860: Error with saved multicolumn reports
o #405472: Unable to save changes on files opened over FUSE and sshfs
o #432457: Security/stock import should follow tutorial regarding
Account Name
o #435427: "Generic import transaction matcher" dialog does not sort by
date
o #436342: Currency exchange druid does not show on changed
o #436920: crash on loading OFX data for a commodity that exists
without cusip field
o #492417: currency mapping of New Israeli Shekel
o #529494: Wrong fractional precision in register with multi-currency
transactions
o #532889: Monthly scheduled payments preview shows wrong dates
o #536299: Fix two underlinking issues
o #539947: OpenSolaris:__FUNCTION__ not defined in sun cc
o #543332: Severe performance regression in Average Balance report
o #548218: OpenSolaris: $(expression) cause configure error on solaris
o #554042: OpenSolaris: configure fail on checking 'unsigned long is at
least as big as guint32'
o #557604: date-utilities.scm typos
o #557374: MT940 import does not work
o #563160: Multicolumn report: Confusing order of "Column span" and
"Row span"
o #563273: crash in GnuCash Finance Management: Starting GnuCash
o #564033: aqbanking plugin: g_module_open failed: WEXITSTATUS undefined
Other Changes:
o Fix account defaulting for posting vendor bill
o Fix tax-related inconsistency in UI
o Fix the average cost price source computation for a certain case
o Add account templates: Dutch, Finnish
o Update account templates: Italian, Slovak
o Update translations: Finnish, German, Hebrew, Italian, Japanese,
Russian, Slovak, Simplified Chinese
|
|
|
|
Changes in 0.14.1:
------------------
* Fixed some LTR issues, more remain on bug #563559 (Shaun McCance)
* chmod +x gnome-doc-{tool,prepare} on configure, #557732 (Christian Persch)
* Symlink non-localized figured to C figures, #557227 (Christian Persch)
* Updated translations:
ar (Khaled Hosny)
ja (Mitsuya Shibata)
|
|
|
|
Overview of changes between 1.22.3 and 1.22.4
=============================================
- Misc bug fixes
- Improved docs
- Bugs fixed in this release:
Bug 564644 – Not complete description of the
pango_font_description_better_match function
Bug 563898 – Generated output is not deterministic
Bug 563803 – pango_renderer_finalize fails to call parent finalize
Bug 499626 – Space should be optional after comma in
PangoFontDescription input string
Bug 499624 – Spaces around commas in PangoFontDescription family name
should be trimmed
Bug 563557 – set g_get_prgname() in fc pattern
Bug 563356 – The input area of firefox and the blank width after text
in gnome-menu was stretched too wide, under pango-1.22.3
Bug 562574 – Pangocariowin32 is leaking every cairo font it ever
creates
|
|
|
|
|
|
|
|
version 1.2.34beta01 [November 27, 2008]
Revised png_warning() to write its message on standard output by default
when warning_fn is NULL. This was the behavior prior to libpng-1.2.9beta9.
Fixed string vs pointer-to-string error in png_check_keyword().
Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
Added check for zero-area RGB cHRM triangle in png_check_cHRM_fixed().
In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
check for all-zero coordinates that is detected by the triangle check.
Revised png_warning() to write its message on standard output by default
when warning_fn is NULL.
version 1.2.34beta02 [November 28, 2008]
Corrected off-by-one error in bKGD validity check in png_write_bKGD()
and in png_handle_bKGD().
version 1.2.34beta03 [December 1, 2008]
Revised bKGD validity check to use >= x instead of > x + 1
Merged with png_debug from libpng-1.4.0 to remove newlines.
version 1.2.34beta04 [December 2, 2008]
More merging with png_debug from libpng-1.4.0 to remove newlines.
version 1.2.34beta05 [December 5, 2008]
Removed redundant check for key==NULL before calling png_check_keyword()
to ensure that new_key gets initialized and removed extra warning
(Arvan Pritchard).
version 1.2.34beta06 [December 9, 2008]
In png_write_png(), respect the placement of the filler bytes in an earlier
call to png_set_filler() (Jim Barry).
version 1.2.34beta07 [December 9, 2008]
Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
PNG_TRANSFORM_STRIP_FILLER (Jim Barry).
version 1.0.42rc01, 1.2.34rc01 [December 11, 2008]
No changes.
version 1.0.42, 1.2.34 [December 18, 2008]
No changes.
|
|
.sub format (microdvd and subrip) to .srt (subviewer)
|
|
Updated mail/thunderbird and mail/thunderbird-gtk1 to 2.0.0.19.
|
|
Security fixes in this version:
MFSA 2008-68 XSS and JavaScript privilege escalation
MFSA 2008-67 Escaped null characters ignored by CSS parser
MFSA 2008-66 Errors parsing URLs with leading whitespace and control characters
MFSA 2008-65 Cross-domain data theft via script redirect error message
MFSA 2008-64 XMLHttpRequest 302 response disclosure
MFSA 2008-61 Information stealing via loadBindingDocument
MFSA 2008-60 Crashes with evidence of memory corruption (rv:1.9.0.5/1.8.1.19)
For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.19/releasenotes/
|
|
Security fixes in this version:
MFSA 2008-68 XSS and JavaScript privilege escalation
MFSA 2008-67 Escaped null characters ignored by CSS parser
MFSA 2008-66 Errors parsing URLs with leading whitespace and control characters
MFSA 2008-65 Cross-domain data theft via script redirect error message
MFSA 2008-64 XMLHttpRequest 302 response disclosure
MFSA 2008-61 Information stealing via loadBindingDocument
MFSA 2008-60 Crashes with evidence of memory corruption (rv:1.9.0.5/1.8.1.19)
For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.14/
|
|
|
|
|
|
[2009/01/02] nspluginwrapper 1.2.2
Fix support for the VLC plug-in
Fix memory deallocation in NPN_GetStringIdentifiers()
Fix return value if stream creation failed in standalone player
[2008/12/26] nspluginwrapper 1.2.0
Drop obsolete mkruntime scripts
Use valgrind if NPW_USE_VALGRIND=yes
Add support for SunStudio compilers
Add support for Flash Player 10 on OpenSolaris 2008.11
Fix build on non-Linux platforms
Fix NPP_Destroy() to keep NPP instances longer
Fix NPP_Destroy() to destroy the plugin windows
|
|
|
|
xzgv now uses GTK 2, with gdk-pixbuf as the image rendering back-end.
imlib1 is no longer supported. Gamma, brightness and contrast are not
currently supported.
I've also included a fix for the "missing preview icons" problem (patch-ad).
OK by wiz@.
|