Age | Commit message (Collapse) | Author | Files | Lines |
|
What's new in GOK 1.4.0?
* GOK now uses the core pointer (regular system mouse) by default
* Loads of improvements thanks to growing GOK community.
* Updated translations, and numerous bug fixes.
|
|
|
|
|
|
Use the included one.
Patch from drochner@
|
|
|
|
|
|
This switches to the gnome-2.20 tree.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
changes: minor fixes
|
|
affected packages.
|
|
What's new in GOK 1.2.1?
* libusb support! (see README.libusb) Thanks Ben Konrath!
* Ubuntu crasher fixed! Thanks Bill!
* Bugfixes include: 334273. 350356, 394511, 395040, 159027
* Updated translations.
|
|
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
|
|
|
|
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
|
|
What's new in GOK 1.2.0?
* Returned to the use of new GOption style of command line argument
* Mainly bugfixes dealing with stability including:
350356, 351694, and 351993
* Updated translations:
Subhransu Behera, Rahul Bhalerao, Artur Flinta, Leonid Kanter,
Gabor Kelemen, Inaki Larranaga, Christophe Merlet, Jovan Naumovski
Daniel Nylander, Hendrik Richter, Changwoo Ryu, Satoru SATOH
What's new in GOK 1.1.1?
* new GOption style command line arguments
(requires newer Glib)
* Mainly bugfixes dealing with stability including: 344251,
116253, 322094, 341507, and #341478
What's new in GOK 1.1.0?
* reverted GOption usage to popt (for older glib compatability)
|
|
What's new in GOK 1.0.10?
* reverted GOption usage to popt (for older glib compatability)
What's new in GOK 1.0.9?
* We now use the new GOption style of command line argument
handling. Fix for bug #336414
* Fix for bug #314168
* We now use the translator friendly LINGUAS setup.
Fixes bug # 337969
* Removed illegal memory access, should improve stability.
(Possible fix for bug #341124)
* Updated translations:
Priit Laes (et)
Takeshi AIHANA (jp)
Funda Wang (zh_CN)
|
|
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|
|
|
|
|
|
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
|
Enhanced EWMH behavior - GOK registers itself as a pager now.
Works better with Firefox toolbars.
Works better with OpenOffice configuration dialogs and menus.
Bugfixes for: #321908, #323975, #160848, #322062, #308417,
#304524, OpenOffice Issuezilla #48639.
New languages:
'ru' (Russian - Nickolay V. Shmyrev)
'fa' (Persian/Farsi - Roozbeh Pournader)
'gl' (Galician - Ignacio Casal Quinteiro)
'zh_HK' (Hong Kong Chinese - Chao-Hsiung Liao)
|
|
scripts prior to revision 1.43 of bsd.pkginstall.mk.
|
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
Bump BUILDLINK_RECOMMENDED.
|
|
What's new in GOK 1.0.5?
* Respond to more children-changed:add events, specifically, rebuild
the UI component list if children are added to ROLE_FRAME objects,
ROLE_ROOT_PANE objects, or ROLE_PANEL objects (in addition to the
roles already listened to, for instance ROLE_HTML_CONTAINER).
* Handle the somewhat aberrant menus that some gtk+ apps exhibit if
their UIs were created with glade - namely, menus may have
ROLE_MENU_ITEM instead of ROLE_MENU. If a ROLE_MENU_ITEM has
children, then we now treat it as though it had ROLE_MENU.
What's new in GOK 1.0.4?
* Fix for #301377, we can now handle actionable table cells even if
they don't have unique names.
* We now grab focus if the actionable item is a button;
this improves behavior with the gtk file selector.
* New languages: "eu" (Basque), Iñaki Larrañaga.
"rw" (Rwandan), Steve Murphy.
* Fix for #172111.
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
* Updated translations:
Adam Weinberger (en_CA)
ahmad riza h nst (id)
Alessio Dessì (it)
Jordi Mallach (ca)
Jyotsna Shrestha (ne)
* Fix for bug #171231 GOK sometimes hung when UI grabbing Yelp.
* Fix for bug #170347 User is stuck when using the repeat key on a drop-down menu
* Fix for bug #169761 Tidying up some code.
* Fix for bug #160726 to allow gok to pass make distcheck.
2005-03-07 Irene Ryan <irene.ryan@sun.com>
* help/gok/C/gok.xml: updated date, manual version,
and s/w version number
* help/gok/C/gok-C.omf: updated version and date details
|
|
|
|
What's new in GOK 1.0.2?
* Updated Translations:
ahmad riza h nst (id)
Alessio Dessì (it)
Burçin Dönmez (tr)
GNOME PL Team (pl)
Jordi Mallach (ca)
Jyotsna Shrestha (ne)
Paul-Dan Oprisa-Stanescu (ro)
Simos Xenitellis (el)
Szabolcs Varga (hu)
¿¿¿¿¿¿ ¿¿¿¿¿ (sr)
What's new in GOK 1.0.1?
* Fix for #168093 GOK now implements some libwnck API locally to avoid
build compatibility issues with newly changed libwnck API.
* Fix for #168281 Memory allocation issues fixed.
* Fix for #168405 Fixed unwanted activation in dwell mode when the core pointer
happens to enter a GOK window without purposeful user action.
What's new in GOK 1.0.0?
* With version 1.0.0 GOK has reached production quality release. This version
is very similar to 0.12.4. We have updated the README file and made sure
all the appropriate files have been marked for translation.
What's new in GOK 0.12.4?
* Fix for rfe #166552 - GOK now autodetects XInput events from unexpected
devices, and allows user to select the new XInput device. GOK also
attempts to work around corepointer conflicts by swapping the corepointer
while it's running and restoring it on exit.
This gives a great deal more insurance against core-pointer conflicts,
USB-mouse renumbering due to hot-swapping, and other HID configuration
issues.
* Bugfix for #166779 - we've fixed the regression in 'Mouse' functions.
* Bugfix for #159163 (Harry Lu) - we now successfully find more table-cell
children, because we search recursively for names.
What's new in GOK 0.12.3?
* Four new translatable strings, for warning dialogs and alerts.
* Fixes for bugs #151606, #149266, #165828, #134348.
* Branch immediately to a UI Grab keyboard when an ALERT dialog is posted.
What's new in GOK 0.12.1?
* Fix for bugs 155473 (Bill Haneman), 160233 (Danilo Segan),
151831 (David Bolter), 159932, 160717, 154926, 160357.
* New help manual from Irene Ryan.
What's new in GOK 0.12.0?
* bug fixes and a sparse NEWS section.
* Changed some terminology in UI to be consistent, i.e.
"Select" and "Activate" mean pretty much the same thing across
access methods now, 'select' means highlight, 'activate' means
"virtual-click the GOK button".
|
|
|
|
* backport of bugfix for 159932
|
|
|
|
* Emergency bugfix for #157420 in 0.11.15.
* Bug fixes including: 155556, 157138, 157221, 154961, 155805, 156802
154918, 156802,
* Mostly fixes and improvements to the dynamic accessibility keyboards.
|
|
|
|
What's new in GOK 0.11.15 ?
* Bug fixes including: 155556, 157138, 157221, 154961, 155805, 156802
154918, 156802.
* Mostly fixes and improvements to the dynamic accessibility keyboards.
What's new in GOK 0.11.14 ?
* Bug fixes including: 155182 (double actions), 154499, 154604, #156153,
#156479, 155344, 155473, 155476, 155512.
* LoginHelper's setSafe implementation now prevents word completion, as
it should.
* Distinguish between HTML content and browser controls.
* Hush compiler warnings (bug 154915).
|
|
Should fix bug PR/27188 and problem shown in kristerw@'s bulk build.
|
|
What's new in GOK 0.11.12?
* Bug fixes including: 155182 (double actions)
What's new in GOK 0.11.10/0.11.11 ?
* Fix regression caused by bugfix 151417; this release
should be used instead of 0.11.9.
What's new in GOK 0.11.9 ?
* Expose multiple actions for UI components which have more than one
possible user action available. Fixes bug #151417.
* Improved table and list behavior: Bugfixes for #153130, #152788,
#153389.
* Rewrite of online help (thanks to Irene Ryan!)
|
|
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.
|
|
* Fixed broken .m4 macro (bugzilla 152086)
* Fixes for bug #144435, #147633, #142831, and #150260.
Non-XKB compose keyboards are working better now with
word completion, and at login with a working 'Menus' key.
|
|
all these packages.
|