Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This is a rewrite of the master control program for Blinkenlights.
The first implementation used to be a GTK+ application that allowed
previewing of movies and run-time modification of the playlist using
a graphical user interface. The need for a way to control
the Blinkenlights remotely arose, so this new implementation runs as
a daemon controllable via telnet connections. This software was used
for the Blinkenlights installation at the end of September 2001.
Greetings from 20c3, 20th Chaos Communication Congress in Berlin, where the
real Blinkenlights are running at this very moment on the Haus des Lehrers,
next to the congress building ;) (http://www.blinkenlights.de/).
|
|
fucntion (sysctl(3)) expecting size_t *.
|
|
|
|
is funny, but unnecessary.
|
|
from Michal Pasternak in PR pkg/23894.
|
|
|
|
|
|
- Added appropriate pre-approval error message
- Made failed parse messages a little less ambiguous
- Fixed uppercase password problem: eBay uses all lowercase
- Fixed password error message
- Update so we get feedback on auctions as they are added
- Add a bunch of encoding checking from Klaus Singvogel
|
|
|
|
|
|
GXMame is a frontend for XMame using the GTK library, the goal is to provide
the same GUI than mame32. For the moment it will just have the same gui, the
final goal is to be able to share config files with Mame32k (or any version
of mame32 that write config files instead of saving data into windows
registry) allowing dual booter to have the same environment (favorite,
timeplayed, last game selected, gui preference...) under windows and unix-like
systems.
|
|
Change summary from the release note:
o Big5 to Unicode mapping didn't work at all (fixed offset of coding
system table)
(See http://lists.debian.or.jp/debian-devel/200311/msg00006.html)
o -D option now specifies default (fall-back) coding system, not default
EUC coding system. This means that -D coding system is used not only
for determination of EUC coding systems but also determination of other
coding systems.
o Added ISO-8859-10,11,13,14,15,16.
o Many bug fixes.
|
|
|
|
Changes:
* Fix a bunch of leaks (Kjartan)
* Support drag and drop with button 2 (Dennis)
* Fix portability issue on AIX (Dennis)
* 'Date modified after (days)' as '0' is not listing all files.
(Shakti Sen)
* Improve icon (Dennis)
* Fix for localized filenames not being shown properly
And more... review Changelog to see a full list of changes.
|
|
Changes:
* Fix problem and potential crash in info converter.
* Updated translations.
* Don't forkbomb when DISPLAY is set.
* Updated README
* Removed C99-dependant code
* Gnomeified admonition graphics
* Removed yelp-base from OAF server file
* Save window size
* Fixed CFLAGS
* Don't forkbomb when restoring session
* Fix layout problem introduced by a11y fixes
* Fix bad XSLT syntax in getting admonitions
And more... review Changelog to see a complete list of changes.
|
|
Changes:
o All documents were updated for GNOME 2.4
|
|
# 2.0.7 : Minor feature addition
* Change translations to include descriptions of elements.
* Turkish translation contributed by Osman Köseli.
# 2.0.6 : Minor bug fixes and feature addition
* Sebastien Bacher provided french translation and patched some translation bugs.
* Fixed some minor bugs in the internationalisation support.
* Minor fix of Makefile to improve .rpm generation.
|
|
where necessary).
|
|
Major changes are:
* Setting reminders for specific TV shows or shortcuts (e.g. all your
favorite series.) The programmes are marked in the list (freely
configurable via composite attributes) and a message pops up before
it starts (also configurable, of course)
* Added a weekday scale to the right of the programme list which can
by used to quickly jump to any date and time. There's also a new
attribute element which markes each programme in the color of the
according weekday.
* Extended format capabilities for programme list: compound attributes
now can use freely defined colors (formerly only a small set of
pre-defined colors was available) and also change background colors.
* Improved text search dialog for large lists (i.e. your complete list
of favorite movie titles)
* Browsing expired programmes made possible, i.e. programme
descriptions are kept a few hours or days before they are removed
from the database (e.g. so that you can still look up details on
that movie you watched yesterday.)
|
|
|
|
from Dima Veselov on tech-pkg.
|
|
|
|
|
|
Kodos is an application to aid in the creation and debugging of regular
expressions in python. The GUI for Kodos should eliminate the need for
using the python interpreter for regex design in most instances.
|
|
|
|
|
|
Changes since 1.2.93 are outlined as:
KOffice Libraries
* Restart autosave timer when saving
* Fixes for remote documents (authentication dialog not on top,
error handling)
* Restore ability to detect documents without extension (was
broken by KDE-3.2-alpha's KZip)
* Many stability fixes in spell checking
KoText library features (shared between KWord and KPresenter):
* Fixed missed hit during search-replace backwards with a single
paragraph
KWord
* Fix for frames extending beyond the page getting the wrong size
in 'preview mode'
* Fixed wrong layouting of inline frames (e.g. pictures)
* Don't select inline frame after pasting text containing it
(only select non-inline frames)
* Improved "create style from selection": use format at cursor if
no selection, allow to type the name of an existing style to
update it, and select the style for the current paragraph after
creating it.
KPresenter
* Resizing a frame it does not snap to the grid (#63032)
* Fixed when after resize/undo size of object is not the same
* Fixed when after move/undo position of object is not the same
* Fixed resizing of poly line objects
* Fixed after reload of some objects moved up a little bit
* Fixed moving with key left used y grid
* Fixed header/footer moved in undo
KSpread
* kspread problem with calculating dates (#64794)
* cell border does not work with merged cells (#61570)
Kivio
* Fixed copying text in other codecs then latin1
* Fixed the size of the stencilbar when loading stencils at start
up
Filters
KWord's MSWord import filter (requiring wv2-0.1.9):
* Support for Word 6 and Word 7 (aka Word 95) files added
* Fixed the list handling for weird corner cases
* wv2 isn't so noisy anymore, when compiled with --disable-debug.
Packagers are highly encouraged to use that flag.
KWord RTF export filter:
* new: headers and lists (fixes a regression from KOffice 1.2.x.)
* declare fonts better (especially not Western European ones.)
* fix table generation (better compatibility to RTF
specification)
* better date and time fields (except locale dates/times.)
* fix word-by-word underline.
KWord's RTF import filter:
* make a better and faster fix for Qt 3.2
* speed up importing files with many Unicode characters.
* support for the field-like keywords for date, time and page
number.
KSpread HTML export filter:
* fixed RTL problems with sheet and cell direction
|
|
|
|
large login and idle times. This was due to a bug in utmp.c:
in os.h
-------
# define utmp utmpx
# define ut_time ut_xtime
in utmp.c::makeuser()
---------------------
struct utmp *u;
(void)time((time_t *)&u->ut_time);
The above works fine on i386 where ut_xtime and time_t are the same size,
but on sparc64 ut_xtime is 8 bytes rather than 4.
This fix was tested on i386 and sparc64.
|
|
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
|
|
|
|
http://www.securityfocus.com/archive/1/345844
with the patches supplied there.
Bump PKGREVISION to 1.
|
|
Fixes PR pkg/23323 from Ingolf Steinbach.
Bump PKGREVISION
|
|
its presence.
Add libgstaudiofile.* and libstjpegmmx* to the PLIST.
Bump PKGREVISION to 6.
|
|
Changes since version 1.3.10:
- Fixed Bug #779784 Keeps updating finished auctions
- More portable build (builds with Compaq's C++ compiler)
- Removed some dead code.
- Details window shows all available information.
- Fixed BuyItNow autodeletion bug.
- Added basic proxy authentication.
- Fixed some BuyItNow handling.
- GetUserListings fixes.
- Better compatibility with Purchase Only auctions.
- Fixed quantity amount in detail window.
- Fixed bigUpdate: timeToNextEnd was > 5 mins, so it wouldn't fire.
- Fixed the idempotent header defines in bidwatcher.h
- Added functionality to open to a specific ebay country website.
- Fixed GMTIME BSD specific code.
- Don't try to bid if we failed to get the snipe key
- Fixed "Bid too low" message
- Fixed "You are highest bidder" message
- Fixed "Outbid" detection
- Added Pragma headers to coerce proxies into refreshing the content
- Printout log messages since they currently disappear in the statusbar.
- Changed needelessly complex status bar operations.
- Fixed pre-bid on ended auctions error message
- Fixed pre-bid/snipe URL+headers
- Fixed updating after snipe
- Updated User-Agent
- Handy --enable-debug configure option
|
|
|
|
|
|
GRF_COMPAT is currently broken on NetBSD 1.6ZF.
|
|
|
|
to remove stuff after #endif to avoid RCS problems with patches (hi christos!).
|
|
|
|
Changes:
Version 1.34
The array bound checking for the x10sched.conf file was missing.
Certain noise on the line would cause repetitive bytes to fill the buffer.
relay.c code was tightened to look for this. The spool file is truncated
after 1 million bytes.
The jumpbuf in xread.c was getting corrupted, causing the second
trigger to hang. That's fixed.
Relay.c checks every 10 minutes for the need to change to daylight
savings time. It changes the clock if needed.
Added the ability to run two CM11's. Each needs it's own config file.
The tty device is used to differentiate the spool files.
Add the keywords "option" and "alias" to the config file to help ensure
that it is parsed properly.
Version 1.34beta6
corrected x10.h "endif" with trailing coment
Added patch from "Tony Machon" <heyu@digitaldynamics.us> that allows
use of config file aliases in the x10sched file.
Changed device to 0x0 when doing , alloff or lighston or lightsoff per
patch provided by rrauenza<%>shroop.net.
Thanks to Michael Skora <mike@alienbrain.net>, there is a way to send
just the address or just the function.
Version 1.34beta7
Added a siginterrupt(2) call so the alarm(2) calls will correctly
abort the read(2) calls. Added local.h as a place to put local config
defines (such as USESIGINT). Configure creates this as neededd.
Did more cleanup so that there won't be hangs when sending cm11
directives that have a checksum of 0x5a.
Added "relay" mode so the relay can be studied in the fore-ground, ala
'strace ./heyu -v relay'. Still need to add verbose entries to take
advantage of the -v option.
Added code to check the "write lock" file when evaluating that
damned 0x5a that can be generated out of the blue as well as
being used as a checksum.
Version 1.34beta7.4
Corrected the munlock function. It was being used inconsistently,
sometimes needing a full lock string, other times not. The tty
device was deleted in one case.
Version 1.34beta7.5
Still having problems with resends involving 0x5a
Updated FAQ
Added openbsd option to Configure.
Version 1.34beta7.6
Cleaned up x10.c compile warnings.
Version 1.34beta7.7
Finally realized that the best wording was
heyu turn c1 up 10
heyu turn c1 down 5
Version 1.35
Final Version.
Added external program trigger based on suggestion and
sample code from chuck@liderbug.com
Added heyuhelper script to be called when trigger is detected.
Updated documentation
Added HELPER to x10.h file.
|
|
since the dictionaries used are not versioned and independent of the executable.
Bump PKGREVISION to 2 since the dictionaries have been updated.
|
|
|
|
- exit with the child's exit value and with non zero on error
|
|
|
|
|
|
|
|
NetBSD/i386-currnet with gcc 3.3.2-nb1 was having trouble with two casts;
they are harmless but need -fno-strict-aliasing to get it to compile.
|