automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
Claim to be using gcc always and assume that the wrapper framework will
deal with the differences for other compilers (rather than getting imake
to try and do it).
* TreeModelFitler:
- Really fix the constructor.
- Warn when calling set_value() on the filter mdoel instead
of the child model.
- set_modify_func(): Make this work - don't ignore the value.
* TreeView:
add_column_editable() operates on the child model if the model
is a TreeModelFiler.
* Documentation:
- Updated popup menu section and example, to use UIManager.
- Added 2 TreeModelFilter examples.
(Murray Cumming)
Changes 2.4.6:
* TreeModelFilter: Correct the constructor implementation,
so that this is usable.
* gtkmm.h: #include filechooserwidget.h. (Arjan Timmerman)
* Gdk::Screen::get_default(): Correct the reference counting,
to avoid a crash. (Jonathan Brandmeyer)
* Windows platform:
- Added MSVC++ project files, which might work.
(Timothy Shead)
- Build fix for cygwin. (Roger Leigh)
* Documentation, book:
- Slightly improved UIManager explanation and
ported the menu and toolbar examples to UIManager.
- Added custom containers section.
(Murray Cumming)
- Add FileChooser section, though it needs more detail.
(Gene Ruebsamen)
- Updated the windows installation appendix.
(Gene Ruebsamen)
Changes 2.4.5:
* Gtk::Settings::get_default(): Correct reference-count error.
(Murray Cumming)
* Gtk::ActionGroup, EntryCompletion, UIManager: Make constructors
protected instead of private (Christopher Palm).
* Examples: TreeView:
- Added popup example, from gtkmm 2.2.
- drag_and_drop: Correct vfuncs.
* Documentation:
- libglademm memory management.
- Tell people to check pkg-config for 2.4, not 2.2.
- Gtk::TreeSortable: Document sort function return value.
(Murray Cumming)
X11::Protocol and the related modules in this distribution are a rough
equivalent of Xlib (libX11.a, with a bit of Xau and Xext mixed in)
used for drawing windows on and otherwise manipulating X11 window
servers.
so that we'd not force dependance on specific MySQL version, and instead pick
the currently installed mysql*-client (or install the default if there
is no mysql-client package installed yet)
this makes package buildable with arbitrary MySQL version, such as 3.23.x,
4.0.x or 4.1.x
Changes in 0.9.16
=================
Speech:
* Modify to remove information from queue for an end of speech marker
only if the marker is for text for which information is.
Changes in 0.9.15
=================
Presentation:
Gnopernicus now presents context information for when a
toolbar item is focused.
Translation:
Added and updated Romanian translation.
Updated Canadian English, Italian and Simplified Chinese translations.
Changes in 0.9.14
=================
Miscelaneous:
* Gnopernicus uses now version 1.7 of autotools.
Translation:
* Updated Danish, Korean, Spanish and British translations.
Changes in 0.9.13
=================
Miscelaneous:
* Gnopernicus uses now version 1.7 of autotools.
Translation:
* Updated Danish, Korean, Spanish and British translations.
Changes in 0.9.12
=================
Translation:
* Added Russian, Turkish, Traditional Chinese translations.
What's new in gnome-mag-0.11.8:
* bugfixes, sanity checks on client requests.
What's new in gnome-mag-0.11.7:
* magnifier's use of the new DAMAGE x extension can be turned off via
the MAGNIFIER_IGNORE_DAMAGE environment variable, or via
the "--ignore-damage" command line flag. This is a debugging
feature.
* magnifier now does some sanity checking on the setROI calls before
attempting to comply.
What's new in gnome-mag-0.11.6:
* Fix for bug 141376 and 152300; we now provide the missing epv
implementation for getTargetDisplay and getSourceDisplay, and
we check to make sure we can connect to a display before
trying to change source or target.
Session Manager
* Don't crash gnome-session-remove if we can't get a program name
(Ray Strode)
* Add a big bunch of debug spew (Federico)
* Don't leak the splash screen background image (Kjartan)
* Remove the purge timeout when re-incarnating a client (Federico)
Misc
* Use automake 1.7 (James Henstridge)
Translators
* Adam Weinberger (en_CA)
* Changwoo Ryu (ko)
Fixes
* Make %k in .desktop files work again (Brian Ryner)
* Use automake 1.7 (James Henstridge)
* New icons (Jakub Steiner, James Ogley)
Translators
* Wang Jian (zh_CN)
only when X11BASE = LOCALBASE, otherwise they are useless, because
the xorg packages install the files into ${X11ROOT} aka ${PREFIX}/xorg
and not ${PREFIX}.
Bump PKGREVISION because the binary has been modified.
- Documentation updates (STR #186, STR #245, STR #250,
STR #277, STR #281, STR #328, STR #338)
- fl_scroll() did not handle scrolling from off-screen on
WIN32 (STR #315)
- Fl_File_Chooser did not allow manual entry of a drive
letter (STR #339)
- Fl_Menu now uses the boxtype to redraw the menu
background (STR #204)
- Fl_Scroll now shows the background image when a framed
box type is used and the Fl_Scroll is a direct
decendent of a window (STR #205)
- Added a new_directory_tooltip string pointer to allow
localization of the file chooser's new directory
button (STR #340)
- Added Fl_Menu_::find_item() method (STR #316)
- The Fl_Widget copy operator definitions were not
conditionally compiled properly (STR #329)
- FLUID's Layout functionality did not move child
widgets when laying out group widgets (STR #319)
- FLUID's Layout->Center In Group functionality did not
properly handle widgets that were children of a
Fl_Window widget (STR #318)
- The Fl_Text_Display destructor did not remove the
predelete callback associated with the current buffer
(STR #332)
- Fixed several bugs in the MacOS X Fl::add_fd()
handling (STR #333, STR #337)
Some ideas came from NetBSD's XFree86 customizations.
Use USE_PKGINSTALL and CONF_FILES for xorg-clients.
Installs xdm configs (and shell scripts) to examples directory.
Create OWN_DIRS for the authDir.
PLIST changes are for chooser is now in bin directory.
And pixmaps moved to include/X11/pixmaps directory.
xdm configs are no longer in lib/X11/xdm (so they are no longer lost
on reinstall).
(Anyone want to do twm and other configs?)
libtool's rules about linking and installing. Worse yet, it encourages
users of the library to reuse its libtool abuse. So we have to whack the
installed .la files to make them correct as if libtool were *correctly*
invoked in the first place.
if X RandR extension is present and therefor its support compiled in.
XXX Should PKGREVISION bumped?
XXX Shouldn't ../x11/Xrandr/buildlink3.mk included instead if X Extension
in X11BASE is supported so a dependency on Xrandr package is eventually
included?
Changes in GNOME-Applets 2.8.1.1
================================
Overall
* Fix possible crasher in gweather preferences (Mark McLoughlin)
* Fix error in Italian translation that caused gweather to not parse the
location list (Kjarten Maraas)
Changes in GNOME-Applets 2.8.1
==============================
Overall
* Bugfixes
* New icons from Jakub Steiner (charpick, geyes, gswitchit)
* Fix multiload network traffic under NetBSD (Douglas Brebner)
Translations
* nl (Michael Sikkes)
* az (Mətin Əmirov)
* ca (Jordi Mallach)
* ar (Arafat Medini)
* fr (Christophe Merlet, Raphael Tournoy, Yannick Marchegay)
* ko (Changwoo Ryu)
* it (Luca Ferretti)
* ru (Leonid Kanter)
* it (Alessio Frusciante, Francesco Marletta)
* en_GB (David Lodge)
* fa (Meelad Zakaria)
* zh_TW (Abel Cheung)
Changes:
* kinfocenter: fixed crash in USB viewer
* konqueror: "Advanced Add Bookmark" didn't affect right-click bookmarking
* konqueror: "Duplicate Tab" now respects "After Current Tab" setting
* konqueror: Only let linked views in same tab follow changes
* konsole: Added AppScreen support to keytab
* konsole: Cycling trough tabs with keyboard caused terminal size to be
printed
* konsole: Don't crash when showing tabbar with centered background
Changes:
* KHTML: fixed spurious deletion of textarea contents
* KHTML: fixed innerHTML getter to not behave like outerHTML
* KHTML: fix crash in caret mode
* KHTML: added missing <marquee> ECMAScript bindings
* KHTML: fixed missing Javascript-support for HTMLDocument.compatMode
* KHTML: fixed off-by-one error which caused decorations to exceed the
selection-end by one pixel
* KHTML: fixed wrong positioning of text-decorations in selections
* KHTML: small paint optimization for render texts
* KHTML: fixed spurious scrollbars on the canvas when overflow of clipped
children exceeds the viewport boundaries
* KHTML: fixed unreachable relatively positioned content on viewport
* KHTML: fixed unreachable positioned content in clipped blocks
* KHTML: fixed selection not being redrawn in overflow-area
* KHTML: jump-to-anchor fixes
* KHTML: Don't warn that a form was not submitted after pressing back button
* KHTML: fix crash on illegal CSS
* KHTML: On popular demand, double-click between two words selects both
again as in KDE 3.2.
* kfile: Added "New Folder..." in context menu within KDirSelectDialog
* kfile: Enabled dragging of directories within KDirSelectDialog
* kfile: KURLRequester now popups KDirSelectDialog when a directory is
requested
* kfile: Toggling hidden files didn't refresh the file selection list
* kio: Separate general from meta info in filetips
* don't crash when right clicking on a toolbar in some applications that
are using KParts
under ${PREFIX} instead of being an absolute path.
So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.
This should have no changes to use before.
Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
* GtkFileChooser
- Make path bar arrows larger [Matthias Clasen]
- Make SELECT_FOLDER mode work [Matthias]
- Speed up the completion popup [Matthias]
- Update the preview when searching [Tommi Komulainen]
- Pop up completions again when tab is pressed [Jon Bech Madsen]
- Don't prepopulate the location entry [Matthias]
* Win32 bug fixes [Robert Ögren]
* Other bug fixes [Federico Mena Quintero, Joel Fredrikson, Matthias,
Padraig O'Briain, Michèle Garoche. Frederic Crozat,
Jonathan Blandford, John Cupitt, Morten Welinder, Christian Persch,
Lorenzo Gil Sanchez, Federico]
Martyn Russell]
* Documentation improvements [John Finlay, Billy Biggs, Jonathan,
Owen Taylor]
* New and updated translations (az_IR,ang,en_CA,gl,hu,it,nl)
* Bugs fixed: 153185,153224,153628,145467,154191,153326,143826,147700,
154186,154658,154703,153791,154444,152562,154188
libGLU.a and it does install libXfont.so, libXfont.so.1, and
libXfont.so.1.5.
I decided not to bump PKGREVISION because this could not be packaged
(under Linux) in the first place.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
- Some memory leaks were nailed (thanks to kmaraas and valgrind).
- Default ruleset for partially non-compliant servers introduced
(though it still long way to go for AccelleratedX support).
- A couple of small tests introduced.
- Hopefully the last release in 1.0x series.