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?)