Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
* Fixed core for toneclock (fixed similar code in ico).
Remove XSetFont on global GC dclock, marquee, nose, puzzle, xjack,
bomb.
image now can handle messages xlock -mode image -message "unicycle"
If message is too big for little window it will randomly move
around.
solitare draw line errors fixed.
dclock to handle user defined messages (nothing really to do with
a clock, actually, but the man page already says
"Shows a floating digital clock or message").
nose mode tried to simplify talking code and fix small bugs like
do not print tabs (it prints a box char for me) or not handling
linefeeds correctly at end of message.
* DirectColor fix thanks to Jouk Jansen.
Mallocing for error should check success pointed out by Dan Lukes.
Using method in xlock.c, with some changes, did similar changes for
passwd.c and resources.c
PAM checking allocation fix and null resistant ReadXString thanks to
Dan Lukes <dan AT obluda.cz>.
Added stipples to life3d. Noticed ant3d would probably leak if in
mono... fixed.
thick option for maze thanks to Alex Austin <circuitsoft.alex AT
gmail.com>. Also changed MINGRIDSIZE to 2. Removed extra pixel space
to the right and bottom of path... some people may like this so its
an option... threed (not really 3D, a better name would be nice).
fzort fix for uninitialized memory read thanks to Mauro Persano
<mauro_persano AT yahoo.com>
Fix to avoid running OpenGL on a StaticGray, GrayScale, and StaticColor
on Sun. Sun's glxCreateContext core dumps on Solaris 10.
Turned off XRaiseWindow for Cygwin as it was stopping me from logging in.
Added -DSYNCHRONIZE option to config.h.in for help in debugging X errors.
Fixed a problem with random colors from petri mode PseudoColor.
|
|
The patch was proposed in
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=210742, but this is
appearently not what Redhat does -- they have an update for kdelibs, but
don't tell details.
The patch helps for me, so put it in, at least until we know more.
|
|
|
|
This is for PR 25337. From looking at the wdm ChangeLog it looks
like the daemon mode was fixed on 05-Sep-2003 and was released in
the 1.26 release.
Thank you for testing, Dan.
Use $VARBASE for "fakehome".
Adds new locale files.
In wdm rc.d script add -daemon for command arguments.
Also use VARBASE for pid file.
Change patch-aa to be for the examples config directory.
(I didn't notice that old patch there was needed nor did I see
any commit message saying why.)
ChangeLog has:
26-Mar-2005 16:56 [wdm.1.28] prepare for release
none
26-Mar-2005 16:32 [wdm.1.27] patch by Thomas Glanzmann
I don't think those changes was necessary, but if they
make someone's life little better, why not apply it? :)
It is said, that without these, wdm didn't work
correctly on sunray servers
26-Mar-2005 14:26 [wdm.1.27] fix pam_open_session
"I'm running wdm-1.27 on FreeBSD 5.2-CURRENT. Since
version 1.26, PAM code seems not to work. ( This means
that ssh-agent is not started even if pam_ssh.so is
enabled. )
I have checked src/wdm/session.c. If system has
setusercontext(), I guess that pam_open_session() will
never be called." Reported by Kan Sasaki
<sasaki@fcc.ad.jp>
22-Mar-2005 21:09 [wdm.1.27] update aa code
Antialiasing API has chaged in new wmaker. I need to
update code. New code uses some #ifdefs. They should go
away soon.
20-Mar-2005 16:46 [wdm.1.27] update config
config file for aegis needs to be updated because
create_symlinks_before_build field is obsolete. I need
to use development_directory_style.source_file_symlink
field.
19-Mar-2005 17:17 [wdm.1.27] fix fd leak - II
Last descriptor leaked si return value of mkstemp
function. I'm totally forgot, that this function
returns value. Thanks Michael Gernoth for reminding me
about it. :)
19-Mar-2005 13:31 [wdm.1.27] fix fd leak - I
wdm leaks file descriptors to child processes. That's
bad. This change fixed all leaked pipes and file
descriptor for log. The only one left is leaked
descriptor for removed auth file
09-Oct-2004 14:12 [wdm.1.27] Welsh translation
Welsh translation sent to me by Kevin Donnelly
<kevin@dotmon.com>
05-Oct-2004 21:53 [wdm.1.27] problem with xdmcp and ipv6
Jennifer Elaan <jen@elaan.com> reported "that wdm drops
the connection to the X server after login but before
running Xsession.". Later she mailed me with "My
partner just isolated and corrected this problem. The
culprit is bad handling of IPv6 packets, which triggers
a debug message with invalid arguments."
05-Oct-2004 21:49 [wdm.1.27] rebuild
glibc was updated. I need rebuild
06-Mar-2004 12:52 [wdm.1.27] fix AUTHORS
add latest translators and contributors to AUTHORS
file.
28-Feb-2004 14:19 [wdm.1.27] prepare for release
update NEWS
28-Feb-2004 13:30 [wdm.1.26] fix warning on FreeBSD
found another warning while compiling on FreeBSD. "src/
wdm/util.c:139: warning: implicit declaration of
function `sigsetmask'." I don't see that on Linux.
I simplified part dealing with signals. The setpgrp
function differs on FreeBSD and Linux, but setpgid is
not. I tested everything at least to compile on Linux
and FreeBSD. I hope it will work on other BSD systems
as well.
28-Feb-2004 13:28 [wdm.1.26] remove ExitLogin
ExitLogin is generally not needed. There is new option
to configure --enable-exitlogin for those who wants it.
23-Feb-2004 11:35 [wdm.1.26] make clean
make clean target should remove everything that can be
rebuild wiht simple make. including generated config
files.
23-Feb-2004 11:18 [wdm.1.26] fix text in INSTALL file
Section 4 about make clean and make distclean is not
correct. Also name of configs directory should be fixed
(it refers to ./config).
22-Feb-2004 13:27 [wdm.1.26] typo in configure help
it displays BLACLBOX_PATH instead of BLACKBOX_PATH
22-Feb-2004 13:11 [wdm.1.26] warnings in src/wdm/resource.c
src/wdm/resource.c cannot be recompiled with gcc-3.3.2
because of warnings: "src/wdm/resource.c:231: warning:
dereferencing type-punned pointer will break strict-
aliasing rules".
Everything that raised that warning was converted to
union. I hope nothing is broken.
22-Feb-2004 10:37 [wdm.1.26] FreeBSD compatibility - III
don't use -D flag of install which is GNU specific and
is not available in BSD install. reported by Geir Ove
Myhr <myhr+wdm@fysmat.ntnu.no>
21-Feb-2004 14:07 [wdm.1.26] obsolete header
remove inclusion of <malloc.h> it is obsolete and
should be replaced with <stdlib.h>. reported by Geir
Ove Myhr <myhr+wdm@fysmat.ntnu.no>
21-Feb-2004 14:03 [wdm.1.26] i18n
Don't call gettext (directly) in wdmLogin if I18N is
not defined. reported by Geir Ove Myhr
<myhr+wdm@fysmat.ntnu.no>
21-Feb-2004 13:54 [wdm.1.26] FreeBSD compatibility - II
remove wrong prototypes for setgrent etc. reported by
Geir Ove Myhr <myhr+wdm@fysmat.ntnu.no>
21-Feb-2004 13:45 [wdm.1.26] FreeBSD compatibility
include <signal.h> into loghelpers.c explicitly.
reported by Geir Ove Myhr <myhr+wdm@fysmat.ntnu.no>
01-Dec-2003 22:40 [wdm.1.26] wdm - SELinux support
SELinux support added by Tom Vogt <tom@lemuria.org>
19-Nov-2003 22:48 [wdm.1.26] french translation
added french translation by Mathieu Roy
<yeupou@gnu.org>
22-Sep-2003 21:18 [wdm.1.26] fix debug compilation
there's some calls to Debug left, can be reproduced
with --enable-debug option specified to configure
(reported by vlaad). I removed offending code, because
it's not used anywhere.
19-Sep-2003 00:27 [wdm.1.26] prepare for release
update NEWS
18-Sep-2003 21:27 [wdm.1.25] fix etc/configre.cook
etc/configure.cook fails if PACKAGE_VERSION is
undefined
13-Sep-2003 11:23 [wdm.1.25] remove xdm sources
wdm doesn't require separate xdm source tree to build.
I never used this source tree for anything. I remove
xdm sources from tarball.
13-Sep-2003 10:16 [wdm.1.25] fix pam rights escalation
this bug and fix is from kdm. I don't know if it
actually fixes something. I only added check for return
value of pam_setcred function call.
10-Sep-2003 00:49 [wdm.1.25] add README.aa
this file should contain simple recipe how to enable
aa.
07-Sep-2003 22:16 [wdm.1.25] draw simple test panel
create two panels, and make them switch with buttons on
top.
07-Sep-2003 11:24 [wdm.1.25] wdm doesn't stop if parent wdm process is stopped
the problem is in new logging code. parent process
should process signals and kill it's child.
05-Sep-2003 09:42 [wdm.1.25] last warning
I missed one warning :( because of missing --enable-
aafont option
05-Sep-2003 00:10 [wdm.1.25] fix daemon mode
src/wdm/resource.c sets the debug value to 1 by
default. It used to be 0 by default. This causes a
problem in that a value of 1 prevents wdm from running
as a daemon. Line 140 of src/wdm/dm.c contains an if
statement that only calls BecomeDaemon if debugLevel ==
0. Reported by Noah Meyerhans <noahm@debian.org>
04-Sep-2003 09:42 [wdm.1.25] fix czech translation
updated cs.po by Vladimir Nadvornik <nadvornik@suse.cz>
02-Sep-2003 22:02 [wdm.1.25] AC_CHECK_DECLS -> AC_DECL_SYS_SIGLIST
there's specialized version in autoconf. why not use
it? :)
01-Sep-2003 22:49 [wdm.1.25] fix warnings
due to bug in autoconf `const' was defined to be empty
in config.h. that's bad. some warnings disappeared in
build environment.
31-Aug-2003 22:31 [wdm.1.25] remove support for DECnet and Chaos
same sutuation as with STREAMSCONN. I'm not sure that
code can work at all.
31-Aug-2003 21:12 [wdm.1.25] fix Makefile
The distclean rule in Makefile.in never deletes bin/
libwdm.a, and consequently the call to rmdir bin fails.
Reported by Noah Meyerhans <noahm@debian.org>
31-Aug-2003 20:59 [wdm.1.25] fix tarball creation
tarball is named .bz2 but compressed with gzip. fix it.
31-Aug-2003 19:24 [wdm.1.25] remove support for sysv streams
sysv streams was never supported by wdm, there was
never option to enable it. I cannot test this code
because I dont't have access to OS wih streams. I
remove it.
31-Aug-2003 17:25 [wdm.1.25] czech translation
add czech translation by Vladimir Nadvornik
<nadvornik@suse.cz>
16-Jul-2003 23:33 [wdm.1.25] rename closeAction function
03-Jul-2003 12:48 [wdm.1.25] function to add section buttons in wdmPrefs
Very basic functions. panels and buttons are not
destroyed, views not switching. Just adding buttons.
01-Jul-2003 13:01 [wdm.1.25] fix copyright notice in TestLogin
01-Jul-2003 12:28 [wdm.1.25] spanish translation
add spanish translation by Manolo Padron Martinez
<manolopm@cip.es>
01-Jul-2003 11:48 [wdm.1.25] fix TestLogin
TestLogin is broken now, because wdmLogin
17-Jun-2003 23:10 [wdm.1.25] run some tests via sudo
some tests nned root priviledges. (ie test for
switching users functions).
17-Jun-2003 17:09 [wdm.1.25] create common parts of interface for wdmPrefs
buttons like "close" and "save", section selector,
should be common for all sections.
15-Jun-2003 20:49 [wdm.1.25] remove old env functions - III
replace remaining printEnv and freeEnv with WDMFreeEnv
and WDMPrintEnv
15-Jun-2003 20:27 [wdm.1.25] remove old env functions - II
replace setEnv and putEnv with WDMSetEnv and WDMPutEnv
15-Jun-2003 14:55 [wdm.1.25] remove old env functions - I
getEnv function replaced with WDMGetEnv
15-Jun-2003 12:30 [wdm.1.25] quick fix for dup2/3 problem
wdm/wdmlogin communication tied to fd #3, that's bad,
because if any other file opened, then communication
channel breaks. Solution is to pass filedescriptor as
commandline parameter to wdmLogin.
13-Jun-2003 11:10 [wdm.1.25] stricter compiler options
add -Werror to CFLAGS, so I will never ignore warnings
in future. Fix all current warnings
12-Jun-2003 23:39 [wdm.1.25] add "en" locale
add en.po, replace long default help text string with a
lot shorter one. C locale will get only short help
text. User should use en locale to get full english
help text.
12-Jun-2003 10:19 [wdm.1.25] WDMPrintEnv function
It's better to have it...
11-Jun-2003 17:45 [wdm.1.25] fix install script
install part of Makefile should create directory used
as fakeroot. If that directory doesn't exists then aa
will not work.
11-Jun-2003 14:42 [wdm.1.25] GPL notice in prefs.c
I forgot to add GPL notice to prefs.c
10-Jun-2003 23:13 [wdm.1.25] wdmChooser
create wdmChooser skeleton.
10-Jun-2003 22:51 [wdm.1.25] wdmPrefs
wdmPrefs will support only proplist format configs.
first version should support all options for wdmLogin
available in proplist config. (geometry, aafonts,
multibyte). This change will introduce the program
skeleton.
09-Jun-2003 23:19 [wdm.1.25] automate version numbers
get version number from branch
09-Jun-2003 11:07 [wdm.1.25] automate build of wdm-current
development builds should not build tarball at all.if
requested it should build wdm-current.tar.bz2. only
integration build creates "real" tarballs
09-Jun-2003 00:04 [wdm.1.25] fix ChangeLog
after migration to new repository some wrong messages
goes into ChangeLog. remove it.
08-Jun-2003 23:58 [wdm.1.25] fix problems with bl* symlinks
build fails with error 'symlink already exists'
07-Jun-2003 13:30 [wdm.1.25] -a option to config
animation option should be taken from wdmLogin-config.
command line will be here for few releases for
compatibility.
06-Jun-2003 18:58 [wdm.1.25] prepare for release
update NEWS, INSTALL, version in configure.ac
06-Jun-2003 17:49 [wdm.1.24] #ifdef parts for antialiasing
fonts antialiasing available only in cvs snapshots.
Make it conditional.
06-Jun-2003 15:46 [wdm.1.24] fix AA
wdmLogin crashes when started with AA enabled.
05-Jun-2003 17:30 [wdm.1.24] fix i18n build/install
if msgfmt is not found Makefile is still tries to
create .mo and install it. (reported by vlaad)
05-Jun-2003 17:13 [wdm.1.24] geometry option for wdmLogin
geometry option will allow wdmLogin panel to be moved
and resized. That option will be the first in
wdmLogin's own config file.
04-Jun-2003 16:49 [wdm.1.24] fix WDMCheckPLDictionary
current implementation have some disadvantages.
04-Jun-2003 16:16 [wdm.1.24] fix debug test
debug test is broken.
03-Jun-2003 21:41 [wdm.1.24] add warning to Makefile.in
warn that Makefile.in is generated. Also remove some
duplicated variables from Makefile.head
03-Jun-2003 18:28 [wdm.1.24] fix wstrndup
wstrndup was added to WINGs only in cvs snapshots.
Replace it with something else(reported by jmmv)
03-Jun-2003 17:37 [wdm.1.24] fix compile/link flag
results of get-wings-flags changed. update etc/
Howto.conf (actual only for my personal computer :) )
01-Jun-2003 12:00 [wdm.1.24] prepare for release
update NEWS, change version in configure.ac
|
|
Should fix PR pkg/34805
|
|
|
|
changes:
-bugfixes
-translation updates
pkgsrc change: migrate devhelp files to share/gtk-doc
|
|
changes:
* Added 24x24 icons for Crux and Mist icon themes
* Minor filename fix to the HighContrast-SVG theme
-translation updates
|
|
changes:
- Visual improvements
- Minor build and information fixes
|
|
changes:
-build system fix
-do less polling
-fixes, translation updates
|
|
unused so don't care about them. Any real portability issues will be
picked up by the portability check for kdelibs3.
|
|
|
|
|
|
runnable but fix the "test ==" anyway.
|
|
|
|
about the path to the script interpreter.
|
|
changes:
-minor fixes
-translation updates
|
|
changes:
-honour --title switch
-fix memleaks
-translation updates
|
|
changes:
-minor bugfixes
-set log domain
|
|
Due to builtin.mk this is not used by default on most pkgsrc systems
that have good enough headers (or use Xorg).
Changes include:
XF86keysym: add keyboard/monitor brightness controls (Bug #8120)
Add XF86{Kbd,Mon}Brightness{Up,Down}, and XF86KbdLightOnOff.
Xfuncproto: add _X_INLINE
Bug #7458: AIX changes to Xmd.h
Bugzilla Bug #7458 <https://bugs.freedesktop.org/show_bug.cgi?id=7458>
Patch #6179 <https://bugs.freedesktop.org/attachment.cgi?id=6179>
Add ISO_Level5_{Shift,Latch,Lock}.
Bug #6887: Add dead_stroke, bump to 7.0.7. (Troy Korjuslommi)
Bug #6296: Add support for Braille. (Samuel Thibault)
Fix more comment typos.
On Solaris, #include <sys/isa_defs.h> to be sure _LP64 is defined in 64-bit
builds.
Fix some comment typos.
|
|
allow for QT3 applications that are not part of KDE3.
|
|
|
|
-remove "enable-gtk-doc=no" configure argument, this is default
-don't pull in graphics/jpeg and graphics/tiff through buildlink3.mk,
these are used only internally
|
|
major release for gnome-2.16, besides that some fixes, mostly in the
gnomevfs area
|
|
|
|
changes:
- distutils / win32 compilation fixes
- gtk.TreeSelection.selected_foreach bug fix
- Fix compilation older C compilers
- Make PyGTK work with Python 2.5 and 64-bit
pkgsrc change: don't try to @dirrm stuff needed by py-gobject
|
|
|
|
Ruby language bindings for KDE and Qt.
|
|
|
|
|
|
Remove the USE_TOOLS+=gawk:pkgsrc for Solaris as bootstrap now provides
a suitable awk.
Changes:
KIOslave
* Check the return value from dbus_connection_open_private(). Fixes KDED
crashing on startup when D-BUS is unavailable.
* Properly disconnect DCOP signals in the medianotifier when unloaded.
Avoids to have two notification dialogs when it's reloaded.
* If remote says it's a directory, go with that instead of guessing the
mimetype based on filename.
konqueror
* Cancel and reuse single-shot timer for emitActivePartChanged(), instead
of queueing them up. This makes tab switching noticeably faster.
* Fix kfmclient sometimes returning bogus exit code.
Konsole
* Fix wrong char at end of block for unicode.
* Fix Copyright/Licences missing from source files.
KDesktop
* If icons are dragged outside the desktop area, jerk them back in. Fixes
the long-hated issue with the desktop becoming scrollable.
* NEW: Improve loading speed of background images, especially SVG ones.
kdesu
* Add sudo support.
KWin
* Support for input shape from XShape1.1.
* Draw outlines around the selected window while doing Alt+Tab.
* Fix incorrect reseting of the electric border setting.
nsplugins
* If we get redirected when grabbing a file, tell the plugin about the
final URL and not the original one. Fixes playback of youtube videos
embedded in other web sites.
* Fix some bugs in sizing of plugins. Fixes Google Video, and makes the
acroread plugin behave better.
ksysguard
* Fixed bug #128306 like proposed in the patch, just with a small
cleanup ;) Thank you very much!
ksystraycmd
* Fix argument getting de-quoted.
Kicker
* Fix stupid typo.
* Fixed a hairy problem with nested event loops deleting objects at
inappropriate times.
* Delete all signal connections to a TaskContainer when marking it for
deletion.
* attention blinking configurability. how fun. optimize things in some
fairly significant ways: don't repaint taskbar buttons on window
movements, don't set the taskmanager to track geom changes unless you
turn on desktop previews in the pager and don't redraw the pager on
window geometry changes unless we are actually showing desktop previews.
* optimization: don't redraw for every time windowsChanged is called.
in the case of moving a window when desktop previews are on, moving a
window across the screen at a reasonable pace used to result in over
100 repaints. now it only does ~15. given that the repaints aren't
exactly trivial for these things, this is probably a good thing.
KSMServer
* Set KDE_FULL_SESSION also as a root window X property.
* Increase timeout during session saving and killing.
KHotKeys
* Make it possible to use even keys that have no Qt keycode in input actions.
KControl
* NEW: Make it possible to explicitly force 96DPI or 120DPI.
|
|
Remove the USE_TOOLS+=gawk:pkgsrc for Solaris as bootstrap now provides
a suitable awk.
Changes:
kdeinit
* Add protection against poor Linux OOM-killer heuristic.
Kate
* Support Q_DECLARE_INTERFACE-macro when coding Qt-code
* Don't enter "word selection mode" without an actual selection.
* Fixed another stringAtPos(-1) call.
KHTML
* Heavy DHTML optimizations for the case where the changes in the style
merely moves a layer, which is very common.
* Significant improvements in painting of inline elements, to be more
compliant with CSS 2.1 - section 10.8.1 and Appendix E-2; also includes
support for CSS 3 outline-offset.
* Support CSS3's hsv/hsva color values.
* Fixes to make the new yahoo photos site basically work: fix a bug in
XML parser and emission of scroll event.
* Fix a regression in performance of background painting.
* Properly compute length of utf-8 data in XMLHttpRequest.
* Support parsing of attribute/>.
* Evaluate scripts in <iframe src="javascript:..."> properly. Fixes some
of the product pages on amazon.com and the reader on freemail.hu.
* Permit faster auto-scrolling with the middle mouse button.
* Permit manually scrolling frames with keyboard et al. even if they have
scrolling=no.
* Don't miss some of the attribute changes relevant for restyling.
* Properly restyle when when an anchor stop being a link of becomes one.
* Properly honor bottom padding on scrolled overflow.
* Honor no-repeat in background when background offset is negative.
* Fixes in application of padding to inline elements.
* Various memory leak fixes, in particular in the element from ID or name
lookup caches, and some table and attribute node operations.
* Fix handling of <colgroup> elements without span attribute.
* Fixes in stacking order of elements with non-visible overflow.
* Fixing crash upon deleting cells from rows.
* Do not improperly reset text-align in tables in strict mode.
* Properly re-layout table caption if needed.
* Fixing two crashes in the capitalization code (regression).
* Fix crash on hover due to dangling placeholder box.
* Fix sometimes incorrect positioning of positioned elements having root
as containing block.
* Fixed crash when characterSet is accessed on newly-created document.
* Fix regression in <label> support.
* Support the add method on the options collection.
* Properly discard malformed content properties.
* Parse 'align' attribute of iframes.
* Make sure to properly escape ampersands in right-click google search.
* Resetting a SELECT with no default selection should not select the
first item if it's a multiple selection list.
* Do not let NodeIterators escape out of the root node.
* For percentage height calculation purposes, make body appear to have
the same height as the viewport (quirk mode).
* Properly account for overflows induced by inline-blocks and text-shadows.
* Remove incorrect addition of borders to layers which made some links
unclickable (regression).
* Fix mistake which made the viewport width be used instead of the root
block width when calculating the document width (regression).
* Make sure that when display:compact blocks are merged into a host block,
the height of the resulting block is at least that of the compact block.
* Do not limit single-line input elements to entry of 1024 characters.
* Do not try to run external VBScript; add the newly approved ECMAScript
mimetypes.
* Fix bug involving first-letter property where text fragments would
'disappear' (being offset far to the right or left) instead of breaking
to next line.
* Allow instanceof to work on most DOM objects (partial fix).
kjs
* Parse dates with ',', '-' and ':' where whitespace was expected.
Example: ",-:September,03,-:,2006, 13:53:02,-:"
* Do not crash when modifying an invalid date object.
* Fix locale-dependence in the parser, which resulted in floating point
numbers getting misparsed in some locales.
kio
* Set m_bDeep in all KServiceGroup constructors, or it may be used
uninitialized in load() and entries(). kbuildsycoca did this, and
valgrind caught it.
kdecore
* Pick correctly the best icon size. Also make -1,-1 return the largest
icon and not the first one (makes more sense and saying the first one
is as good as saying a random one).
* Be explicit about windowInfo() args.
* NET::Override is old and hated.
* Add support for more icon contexts in the icon loader.
* Search for icons also in $XDG_DATA_DIRS.
* Fix KSharedConfig to actually share readonly configs.
kdefx
* - "features" is clobbered by the longjmp, so mark it as volatile to
avoid that a clever compiler (gcc 4.2) optimizes reads away.
kdesu
* Add sudo support. See that bug for some remaining issues.
kdeui
* Don't draw a highlighting line above KPopupMenu title sections. It
looks very out-of-place, especially when using styles with rounded
PE_HeaderSections.
kdoctools
* Some extra entities required for 100% successful docs compilation.
kdeprint
* CUPS 1.2 support
* Show prettier urls.
knewstuff
* Unbreak "latest" and "most downloads" views.
* Fix memory leaks.
KWallet
* Fix deadlock with autocompletion popups.
* Associate wallet dialogs properly with main windows.
l10n
* Fix short date format for Turkish.
|
|
|
|
|
|
pages. PKGREVISION++.
|
|
|
|
Needed for libXfixes in pkgsrc-wip. I tested with x11/Xfixes with
"native" XFree86 on NetBSD too.
From ChangeLog:
2006-3-13 Deron Johnson <deron.johnson@sun.com>
* configure.ac
* xfixesproto.h
* /xfixeswire.h
Xfixes Version 4.0: XFixesHideCursor, XFixesShowCursor
|
|
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
|
|
Bump PKGREVISION.
|
|
|
|
Overview of Changes from GTK+ 2.10.5 to 2.10.6
==============================================
* Bugs fixed:
358931 2.10.5 build issue due to a typo
357280 Compile crashes
359053 Reduce relocations
359052 gtk_print_settings_get_duplex() return wrong
value for one of vertical setting
Overview of Changes from GTK+ 2.10.4 to 2.10.5
==============================================
* Bugs fixed:
358405 gtk_file_chooser_button_new
353736 crash in Document Viewer: I had just viewed the pr...
354849 Unable to build gtk+ under Solaris 9
357280 Compile crashes
357454 leak in _gtk_menu_is_empty()
357566 [x11] Invalid unref for input windows
357791 gtk_tree_selection_get_selected_rows does not always fill model
358351 expander with multi-line label doesn't properly respond to mouse
* Updated translations (dz,et,gl,ka)
|
|
|
|
Overview of Changes from GTK+ 2.10.3 to 2.10.4
==============================================
* GtkFileChooser works better with remote bookmarks
* Windows theme engine improvements
* Bugs fixed:
116626 Use keyboard map contents to detect RTL groups
353772 Add doc blurb for GtkWidget::parent-set
353803 GtkEntry unneccesarily resets im context at commit
353914 Leak of to_reset list from _gtk_settings_reset_rc_values
354043 Renew the typeahead search timeout when using scrollwheel
354687 PLT-reduction stuff not quite working
354887 GtkFileChooserButton displays unnecessary authentication
dialogs
355308 gtk_tree_view_set_grid_lines notifies wrong property
355732 Combobox leaks treeview in list mode
355134 Type in string
355961 Typo in documentation for GtkPrintContext
340201 Enhancement of Wimp theme engine.
357132 Setting an RGBA colormap using gtk_widget_set_colormap()
on any widget at application start (before other widgets
are used) causes the running app to revert to the stock
icon theme
* Updated translations (bg,bn,bn_IN,de,dz,el,
en_GB,et,fi,gu,hi,id,ka,lt,lv,mk,nb,nl,nn,or,
ru,sl,sv,ta,th)
|
|
|
|
Changes since 3.1:
RELEASE NOTES FOR XAOS VERSION 3.2.2
------------------------------------
This release contains a rewritten Mac OS X port by J. B. Langston III,
and some small fixes for pipes by Marton Torok. For more details
please read the ChangeLog file.
RELEASE NOTES FOR XAOS VERSION 3.2.1
------------------------------------
A new fractal type, the Spidron hornflake has appeared. We changed
the web site to a dokuwiki database, so the help system contains
now a converter for dokuwiki (not completely working yet).
STICKY/DESTDIR is now supported (by Claudio Fontana). The French
translation is updated (by Philippe Wautelet). Bigger fonts are
available for Latin-2 based usage if the user changes the screen
resolution more than 800x600 or 1000x720.
Some small fixes have been done in the catalog files.
RELEASE NOTES FOR XAOS VERSION 3.2
----------------------------------
Main points are the classic Sierpinski and Koch fractals, but still
other formulas are introduced. Some 'oldie but goldie' fractals are
included from the Fractint formula database. The keystroke order has been
changed a little bit. Now gcc-4.0.x is also supported (-mcpu is deprecated
now and the source had to be modified for this).
The new formulas are demonstrated with 3 new tutorial movies. These are
also available in Hungarian language. Volunteers are requested to
translate the new movies into other languages.
RELEASE NOTES FOR XAOS VERSION 3.1.3
------------------------------------
Using this release gcc version 4.0 should also compile the code, not only
the 3.x versions.
Two new fractal types were also added. In addition, the DirectX header
files have been fixed. The French translations are updated.
RELEASE NOTES FOR XAOS VERSION 3.1.2
------------------------------------
This release is a fast bugfix for some gcc versions (or more precisely,
there is a workaround for the B-B bug, see the ChangeLog for details).
The example files were not able to load in version 3.1.1 and msgmerge
was not recognized (this is fixed, however not tested yet).
There are other small but irrelevant fixes (see ChangeLog), too.
RELEASE NOTES FOR XAOS VERSION 3.1.1
------------------------------------
This release is a CVS snapshot freeze for those who are using newer
systems. The most important update is a fix for gcc-3.4. There are also
- improvements in French and Spanish translations,
- some more example files (contributed by Zsigmond Kovács),
- some fixes which patch annoying problems.
|
|
Shaun Amott in PR 34257.
|
|
|
|
a build problem on Linux reported by Ondrej Tuma per PM
|
|
|
|
|