(while here, added commented out LICENSE=zlib-liccense)
This release is maintainance release, mainly for bug fixes.
* Add install target to Makefile
* Let to recognize hankaku-kana in 8bit JIS
* Fixes perl module build
* Fixes no effect of -Z1, -Z2 and -Z0 option
* Fixes input specification for UTF-16 and UTF-32
* Fixes missing BOM output for UTF-32.
* Fixes miss guesses and output for 4bytes UTF-8
pkg/42344: update for devel/libmaa [patch]
update devel/libmaa to 1.2.0.
Major changes in upstream:
For better conformance with POSIX/SUS xmalloc, xrealloc and xcalloc
functions take 'size_t' args, not 'unsigned int'.
Due to change in API a major shared library number is bumped from 1 to 2
New trivial test for log.c
fix for sltest.c: on OpenBSD intptr_t is defined in stdint.h
Makefile.in: GNU make is not required anymore, bsd make is enough
Pkgsrc changes:
- Adjust dependencies.
- Remove optional dependency on databases/p5-SQL-Translator, as
SQL::Translator it is a rather heavy and unperly (wrt to its own
dependencies) and only really needed for DBIx::Class authors.
Upstream changes:
0.08114 2009-11-14 17:45:00 (UTC)
- Preliminary support for MSSQL via DBD::ADO
- Fix botched 0.08113 release (invalid tarball)
0.08113 2009-11-13 23:13:00 (UTC)
- Fix populate with has_many bug
(RT #50828)
- Fix Oracle autoincrement broken for Resultsets with scalar refs
(RT #50874)
- Complete Sybase RDBMS support including:
- Support for TEXT/IMAGE columns
- Support for the 'money' datatype
- Transaction savepoints support
- DateTime inflation support
- Support for bind variables when connecting to a newer Sybase with
OpenClient libraries
- Support for connections via FreeTDS with CASTs for bind variables
when needed
- Support for interpolated variables with proper quoting when
connecting to an older Sybase and/or via FreeTDS
- bulk API support for populate()
- Transaction support for MSSQL via DBD::Sybase
- Add is_paged method to DBIx::Class::ResultSet so that we can
check that if we want a pager
- Skip versioning test on really old perls lacking Time::HiRes
(RT #50209)
- Fixed on_connect_do/call regression when used with a coderef
connector (RT #50003)
- A couple of fixes to Ordered to remedy subclassing issues
- Fixed another lingering problem with PostgreSQL
auto-increment support and its interaction with multiple
schemas
- Remove some IN workarounds, and require a recent version of
SQLA instead
- Improvements to populate's handling of mixed scalarref values
- Fixed regression losing result_class after $rs->find (introduced
in 0.08108)
- Fix in_storage() to return 1|0 as per existing documentation
- Centralize handling of _determine_driver calls prior to certain
::Storage::DBI methods
- Fix update/delete arbitrary condition handling (RT#51409)
- POD improvements
4.6.1:
Bugfix release.
4.6.0:
* alternate, more Pythonic, APIs have been defined for QDate,
QDateTime, QString, QTextStream, QTime, QUrl and QVariant.
Applications may select a particular API. By default Python v3
uses the new versions and Python v2 uses the old versions
* Qt properties can be initialised using keyword arguments passed
when creating an instance
* signals can be connected using keyword arguments passed when
creating an instance
* the QObject.pyqtConfigure() method has been added to set Qt
properties and connect signals using keyword arguments at any
time
* Python v2.6 and later allow a Python bytearray to be used whenever
a QByteArray is expected
* the getOpenFileNameAndFilter(), getOpenFileNamesAndFilter() and
getSaveFileNameAndFilter() static methods have been added to
QFileDialog
* a QLatin1String can be passed whenever a QString is expected
* the compileUiDir() function has been added to the uic module.
This updates to a new stable branch of SQLAlchemy.
The list of changes are too extensive to include verbatim here, the change
log for the 0.5.6 release (and the rest of the 0.5 releases) is available at
http://www.sqlalchemy.org/trac/browser/sqlalchemy/tags/rel_0_5_6/CHANGES
These changes were submitted as PR#42260 by Fredrik Pettai.
* Rebuilt OpenVPN Windows installer with OpenSSL 0.9.8l to address
CVE-2009-3555. Note that OpenVPN has never relied on the session
renegotiation capabilities that are built into the SSL/TLS protocol,
therefore the fix in OpenSSL 0.9.8l (disable SSL/TLS renegotiation
completely) will not adversely affect OpenVPN mid-session SSL/TLS
renegotation or any other OpenVPN capabilities.
* Added additional session renegotiation hardening. OpenVPN has always
required that mid-session renegotiations build up a new SSL/TLS
session from scratch. While the client certificate common name is
already locked against changes in mid-session TLS renegotiations, we
now extend this locking to the auth-user-pass username as well as all
certificate content in the full client certificate chain.
* Changes in ekiga 3.2.6 (2009-09-22)
** User-visible fixes
- Fixed crashes shown as assertion failed in /usr/include/ptlib/safecoll.h:813
- Fixed crash when device list is empty or contains non-latin1 characters
- Fixed crash when pressing shift-f10 (popup menu) in Preferences window
- Fixed possible crash when garbage collecting REGISTER requests
- Fixed possible segfault when receiving a NOTIFY
- Fixed freeze by preventing SIP handlers retry timer from executing
during destruction
- Fixed freeze during packet write
- Fixed "Lockup after a day of idle" in publishing code
- Fixed various deadlocks in the OPAL subscription code
- Added "%limit" workaround for registrars which refuse several
contacts during registration
- Fixed "Contacts never go offline"
- Fixed "New SIP account mangles fields if Authentications User is empty"
- Make sure the output device is set before a call
- Fixed port handling when registering to a proxy with a non-standard port
- Fixed "In some circumstances, smileys are not displayed graphically"
- Improved audio latency when not collecting all of the audio data
- Fixed the newmessage.wav file
- Fixed "Accounts were automatically active after editing them"
- Make possible to register e.g. user@a.b as user name as required by
some providers
- Remove deprecated "Encoding" field from desktop file
** Protocol fixes
- Fixed problem with REGISTER IntervalTooBrief response handling not
using correct interface for new transaction
- Fixed "480 Temporarily Unavailable" response handling
- Fixed problem with doing DNS lookup when using explicit proxy or
presence agent
- Fixed problem with PUBLISH using wrong expiry after Interval Too Brief
error
- If we find no authentication information when subscribing, keep trying
as it could become available at a later stage
- Changed so does not put both global and media specific connection
addresses in SDP if they are the same (needed for freephonie SIP
registrar)
- Fixed support for unusual SIP "start with hold", that is an initial
offer INVITE with a connection address of 0.0.0.0
- Fixed failure to retry (after a suitable period) REGISTER/SUBSCRIBE
if get transport level timeout
- Added closing of our local media streams if remote sends a re-INVITE
and leaves out streams (e.g. video) that were there previously
- Fixed problems when can not bind to any interface
- Fixed various problems with some SDP options
- Fixed regression where the username would be lost from the Contact
field
- Fixed invalid request-uri in BYE request
- Fixed issue with overlapping INVITEs
- Fixed H.263-1998 plug in compilation, by asking latest avcodec
- Fixed "OpalBitRateCalculator limits bitrates"
- Fixed "SIP wrong response on a failed REFER-request"
- Fixed "SIP: OK response to CANCEL incomplete"
- Do not send "100 Trying" message when receiving a NOTIFY message
- Fixed incorrect register/subscribe refresh timer calculation
** Build fixes
- Support building on kFreeBSD
- Fixed problem with moving libsoup api
- Various fixes for SIP and H323 configuration
- Fixed "A build error when generating SunAudio ptlib plugin"
- Fixed "The video convertor of YUY2toYUV420P in ptlib does not work"
- Fixed "The absence of libv4l2 should not block V4L2 ptlib plugin"
- and other minor changes
** Windows port fixes
- Thanks to Michael Rickmann's continuous work, Windows port has
reached a quality almost comparable to GNU/Linux version. We invite
people to test it, see ekiga wiki. Some improvements:
- shortened audio delay
- DirectX video input and output
- device name handling
- fixed audio volume
- fixed building with mingw
- made so the linker doesn't find main on win32
- Keep the output sound volume across calls
** Distributor-visible changes
- Changed default for AVC plug in to be disabled until someone fixes
the plug in
- Note: Pulse audio server does not play nicely with ekiga, very high
latencies are noticed
** Translation fixes
- Updated translations: ar, bn, et, ga, hi, hu, ko, lt, ml, nb, sr,
sr@latin, uk, zh_HK, zh_TW
- New translations: ca@valencia
- Updated help translations: de
Version 2.28.1
---------------
Misc changes, improvements and fixes:
* Don't use a pointer grab to lock the cursor - closes bgo #598538
New and updated translations:
[et] Tournaris Pavlos
[et] Ivar Smolin
[ro] Lucian Adrian Grijincu
[ru] Leonid Kanter
New and updated manual translation:
[cs] Adrian Guniš
Version 2.28.0
---------------
New and updated translations:
[as] Amitakhya Phukan
[da] Per Kongstad
[en_GB] Philip Withnall
[fi] Ilkka Tuohela
[gu] Sweta Kothari
[hi] Rajesh Ranjan
[hu] Gabor Kelemen
[it] Milo Casagrande
[kn] Shankar Prasad
[ko] Changwoo Ryu
[lt] Gintautas Miliauskas
[mai] Sangeeta Kumari
[ml] Peter Ani
[mr] Sandeep Shedmake
[or] Manoj Kumar Giri
[pa] A S Alam
[ro] Adi Roiban
[sl] Matej Urbančič
New and updated manual translation:
[el] Giannis Katsampirhs
Version 2.27.92
---------------
Misc changes, improvements and fixes:
* Fix installation of dwell click applet on GNOME panel
New and updated translations:
[ar] Khaled Hosny
[bn] Israt Jahan
[ca] Gil Forcada
[ca@valencia] Carles Ferrando Garcia
[de] Mario Blättermann
[eu] Iñaki Larrañaga Murgoitio
[nb] Kjartan Maraas
[pl] Tomasz Dominikowski
[pt] Duarte Loreto
[sr] Milan Skocic
[sr@latin] Milan Skocic
[te] Krishna Babu K
New and updated manual translation:
[cs] Adrian Guniš
Version 2.27.91
---------------
Misc changes, improvements and fixes:
* Use AM_SILENT_RULES if available
New and updated translations:
[bg] Alexander Shopov
[cs] Adrian Gunis
[fr] Claude Paroz
[gl] Antón Méixome
[pt_BR] Leonardo Ferreira Fontenelle
[th] Theppitak Karoonboonyanan
[zh_HK] Chao-Hsiung Liao
[zh_TW] Chao-Hsiung Liao
New and updated manual translation:
[de] Mario Blättermann (bgo #591916)
Version 2.27.90
---------------
New and updated translations:
- [gl] Antón Méixome
Version 2.27.5
---------------
New and updated manual translation:
- [de] Mario Blättermann
Version 2.27.4
---------------
Misc changes, improvements and fixes:
* Fix typos in NEWS file
New and updated manual translation:
- [bn_IN] Runa Bhattacharjee
- [ca] Joan Duran
- [cs] Adrian Guniš
- [et] Ivar Smolin
- [he] Yaron Shahrabani
- [sv] Daniel Nylander
- [uk] Maxim Dziumanenko
Version 2.27.3
---------------
Misc changes, improvements and fixes:
* Fix cursor drawing on 64bit platforms - closes bgo#584256
* Use 'test ! -d' in autogen.sh - closes bgo#583311
* Link directly to libX11 - closes bgo#583471
* Fix sequence-point warning - bgo#583993
* Restore contextual menu in click-type window
* Fix POTFILES.in to make intltool extract strings from .ui files
* Get back lost translations from 2.24
* Remove markup from translatable strings
New and updated manual translation:
- [es] Jorge González
- [fr] Claude Paroz
- [ta] drtvasudevan
Version 2.27.2
---------------
Misc changes, improvements and fixes:
* Fix dwell click for left-handed mouse orientation - bgo#582319
* Fix FDL license version of the manual
* Add comment to manual that hardware click interrupts dwell click
New and updated manual translation:
- [el] Giannis Katsampirhs
- [es] Jorge González
Version 2.27.1
---------------
Misc changes, improvements and fixes:
* Changes due to moving from svn to git
* Clean up AUTHORS file
* update copyright year
* remove the INSTALL file from repository
* Automatically generate ChangeLog file when creating a tarball
* Cancel dwell click if a hardware click occurs, RFE bgo #580174
* create m4 directory during autogen.sh, bgo #579397
* Rename MTClosure to MtData
* Use structure bit fields to save some memory
* Optimization to reduce usage of G_TYPE_INSTANCE_GET_PRIVATE
* remove unused virtual methods from MtTimerClass
* Fix FDL license version of the manual
New and updated translations:
- [el] Fotis Tsamis
- [gl] Suso Baleato
- [kn] Shankar Prasad
- [or] Manoj Kumar Giri
- [pa] A S Alam
- [zh_CN] TeliuTe
New and updated manual translation:
- [en_GB] Jen Ockwell
- [fr] Bruno Brouard and Claude Paroz
===============
Version 2.28.1
===============
* avoid getting activities from the future (bug 596617)
Updated translations:
* ca (Gil Forcada)
* en_GB (Bruce Cowan)
* ro (Mișu Moldovan)
* ru (Dmitriy Kodanev)
===============
Version 2.28.0
===============
Updated translations:
* as (Amitakhya Phukan)
* bg (Alexander Shopov)
* bn_IN (Runa Bhattacharjee)
* da (Ask Hjorth Larsen)
* de (Hendrik Richter)
* en_GB (Bruce Cowan)
* fi (Tommi Vainikainen)
* gl (Antón Méixome)
* gu (Ankit Patel)
* hi (Rajesh Ranjan)
* hu (Gabor Kelemen)
* it (Milo Casagrande)
* ja (Takeshi AIHANA)
* kn (Shankar Prasad)
* ko (Changwoo Ryu)
* lt (Gintautas Miliauskas)
* lv (Pēteris Caune)
* mai (Sangeeta Kumari)
* ml (പ്രവീണ് അരിമ്പ്രത്തൊടിയില്)
* mr (Sandeep Shedmake)
* or (Manoj Kumar Giri)
* pa (A S Alam)
* pl (Tomasz Dominikowski)
* sl (Matej Urbančič)
* sr (Горан Ракић)
* ta (I. Felix)
* te (Krishna Babu K)
* uk (Maxim Dziumanenko)
* zh_HK (Chao-Hsiung Liao)
===============
Version 2.27.92
===============
Updated translations:
* ar (Khaled Hosny)
* be (Alexander Nyakhaychyk)
* bg (Alexander Shopov)
* bn (Maruf Ovee)
* bn_IN (Runa Bhattacharjee)
* cs (Adrian Guniš)
* en_GB (Philip Withnall)
* es (Jorge González)
* et (Mattias Põldaru)
* eu (Iñaki Larrañaga Murgoitio)
* fi (Tommi Vainikainen)
* fr (Claude Paroz)
* gl (Antón Méixome)
* gu (Sweta Kothari)
* kn (Shankar Prasad)
* nb (Kjartan Maraas)
* or (Manoj Kumar Giri)
* pl (Tomasz Dominikowski)
* pt (Duarte Loreto)
* pt_BR (Fábio Nogueira)
* sv (Daniel Nylander)
* ta (I. Felix)
* te (Krishna Babu K)
* zh_HK (Chao-Hsiung Liao)
===============
Version 2.27.90
===============
* Fixes to idle detection (now works with gnome screensaver 2.27+)
* return of the day view
* UI layout fixes to match HIG
* now it is possible to add more than one applet to panel without crashing
Updated translations:
* ee (Ivar Smolin)
* gl (Antón Méixome)
* es (Jorge González)
* hu (Gabor Kelemen)
* zh_HK (Chao-Hsiung Liao)
* sv (Daniel Nylander)
===============
Version 2.27.5
===============
* Better autocomplete
* More skeptic on parsing time
* Legend in overview is sized proportionally to screen size,
allowing larger labels
Updated translations:
* be (Alexander Nyakhaychyk)
* es (Jorge González)
* pa (Amanpreet Singh Alam)
===============
Version 2.27.4
===============
* Now it is possible to copy/paste activities in the overview
* mostly polishing and bug fixing the new stuff brought in in 2.27 cycle
Updated translations:
* bn_IN (Runa Bhattacharjee)
* es (Jorge González)
* et (Ivar Smolin)
* fr (Claude Paroz)
* sv (Daniel Nylander)
* uk (Maxim V. Dziumanenko)
===============
Version 2.27.3
===============
* A much better DBUS support (Felix Ontanon)
* Switch days at 5am because humans tend to work late. Overlapping activities
fall in day where the largest part of it is (Patryk Zawadski)
* Now you can enter negatives minutes to start an activity in past.
Example "-30 cookies" will start activity "cookies" 30 minutes before now
* TSV, XML and iCal export
* Ability to filter task by date and category
* Overview has been improved by adding some nifty statistics for your pleasure
Updated translations:
* ta.po (Dr.T.Vasudevan)
===============
Version 2.27.2
===============
* Now a reminder is displayed every configured amount of time also when no
activity is being tracked. (Can be disabled in preferences)
* Allow to switch to same task if description differs
* Activity edit icon in dropdown is now keyboard accessible
* Start time and end time can be specified when typing in task.
Example: 00:04 Hamster
* slightly smarter autocomplete with category suggestions when after @ symbol
* fixes to edit activity dialog's end time field
Updated translations:
* el.po (Jennie Petoumenou)
* et.po (Ivar Smolin)
* ta.po (Dr.T.vasudevan)
* uk.po (Maxim V. Dziumanenko)
* ca@valencia.po (Gil Forcada/Miquel Esplà)
===============
Version 2.27.1
===============
* Overview window graphs have been redone and now are less noisy
* Tasks now can span over midnight, showing correct per-day totals in overview
* Add earlier activity / edit activity has been overhauled and now is much
easier to use. An experimental preview has been added
* In preferences UI buttons have been added for editing and deletion
* Glade files have been migrated to gtkbuilder format
* now it is possible to start overview and other windows straight from command
line using "-s [stats|edit|prefs]" switch
Updated translations:
* ca.po (David Planella)
* cs.po (Petr Kovář)
* da.po (Ask Hjorth Larsen)
* de.po (Hendrik Richter)
* el.po (Kostas Papadimas)
* en_GB.po (Philip Withnall)
* et.po (Ivar Smolin)
* fi.po (Ilkka Tuohela)
* fr.po (Claude Paroz)
* gl.po (Ignacio Casal Quinteiro)
* he.po (Yair Hershkovitz)
* kn.po (Shankar Prasad)
* lt.po (Gintautas Miliauskas)
* lv.po (Toms Bauģis)
* nl.po (Wouter Bolsterlee)
* or.po (Manoj Kuamr Giri)
* pl.po (Łukasz Jernaś)
* pt_BR.po (Vladimir Melo)
* ro.po (Mișu Moldovan)
* ru.po (Nickolay V. Shmyrev)
* si.po (Danishka Navin)
* sl.po (Matej Urban)
* sv.po (Daniel Nylander)
* tr.po (Baris Cicek)
* zh_CN.po (Aron Xu)
Distcheck with --disable-silent-rules
Version 2.28.0
Remove MAINTAINERS, and dist the DOAP file
Use AM_SILENT_RULES
Fix build breakage in modules caused by commit aac1a8ec
Chech for single header includes.
When maintainer mode is enabled, check for single header includes as
well as deprecated flags (#557070).
Support for automake 1.11
Remove auto-generated ChangeLog from the tree
Autogenerate ChangeLog
Trivial update
* Remove CVS references, use "repository tree"
* Fix whitespace
* Fix typo "The" -> "There"
Move to "development" category
Add the required DOAP project description (used
gnome-system-monitor as a template)
Only pass --enable-maintainer-mode when AM_MAINTAINER_MODE is present
Takeover
Revert "Add single include disabling cppflags"
Oops, this wasn't meant to be committed just yet.
This reverts commit f95de3b4b636786d1e297f40df32ee32f71ebce7.
Post branch version bump.
Add single include disabling cppflags
Default to enable maintainer mode
Add -Wno-portability to automake invocation. Bug #529120, patch by Philip Van Hoof.
News in 2.8.0
=============
o new stable release
News in 2.7.0
=============
o Add new 2.8.0 gtksourceview API. (Gian Mario)
o Some misc bug fix (Gian Mario)
o Fix build with libtool 2.x. (Gian Mario)
o Autogenerate Changelog from git logs (Gian Mario)
Version 1.0
* Fix crash when showing Search from panel applet (#595098).
* Redirect complete applet output to ~/.config/tomboy/tomboy-panel.log.
* Every patch contributor goes in the About dialog now.
* Add Underline add-in to Windows/Mac builds.
* WebSync fixes on Windows.
* New Translations: ca@valencia, id
* Translation updates: as, bg, bn_IN, br, ca@valencia, cs, da, de, el, en_GB,
es, et, eu, fi, fr, gl, gu, he, hi, hu, id, it, kn, ko,
lt, ml, mr, nb, or, pa, pl, pt, pt_BR, ro, sl, sr,
sr@latin, sv, ta, te, th, uk, zh_HK, zh_TW
Version 0.15.7
WebSync updates:
* Update for latest (hopefully final) REST API spec (Rodrigo Moya).
* Initial support for OAuth 1.0a servers (#594046).
* Drop heavy System.Web dependency by bundling HttpUtility class.
* Fix parsing bug that caused Tomboy to upload empty notes to the server.
* More streamlined initial auth procedure (less clicks).
* Fix error when connecting before logged in to Snowy (#591455).
Other updates:
* Prevent crash on PPC and ARM when showing menus (#586605, #593422).
* Don't connect to session manager when running as applet (#533537).
* When closing search window, do not quit if Tomboy icon is visible (#584910).
* Translation updates: bn, bn_IN, de, es, et, eu, fr, nb, pl, pt, pt_BR,
sr, sr@latin, sv, ta, zh_HK, zh_TW
Version 0.15.6
* Migrate notes from ~/.tomboy, following Free Desktop standards on Linux and
appropriate conventions on Windows and Mac OS X (#518585, #557288).
* Don't force port 22 when no port is specified for SSH sync (#574517).
* Add preference in GConf for maximum width of note menu (#417145, Jeff Tickle).
* New Translations: br, ga
* Translation updates: bg, de, es, et, fi, fr, sv, th, zh_HK, zh_TW
Version 0.15.5
* Option to sync from Tomboy icon's contextual menu (#468459, Buchner Johannes).
* Rename notebooks from the Search window (#435734).
* Clean up wasted space in Search and Preferences windows (#574155 and more).
* Maintain scroll position when notes change while Search window open (#588593).
* Fix Notebook toolbar button appearance with 'text beside icons' setting.
* Translation updates: ca, gl, nb, pt_BR
Version 0.15.4
* Improved behavior when changing font sizes (Stefan Schweizer).
* Builds fixes on Windows and Mac OS X (Matt Johnston, Sandy Armstrong).
* Require gtk+ 2.14 and stop using obsolete libgnome APIs.
* New Help Translations: cs
* Translation updates: ca, et, he, pt_BR, zh_CN, zh_HK
Version 0.15.3
* New underline formatting add-in (disabled by default) from Mark Wakim.
* Add ctrl +/- shortcuts for changing font size (#488822, Stefan Schweizer).
* Fix bullet display in HTML export (#422954, Stefan Schweizer).
* Update WebSync to use OAuth for authentication, and use the latest REST API.
* Fix i18n issue in WebSync (Anders Petersson).
* Add "Get More Add-Ins..." link in the Add-Ins tab of Preferences.
* Reduce command line output when not running Tomboy with --debug.
* Fix tarball for those that need panelapplet-sharp bundled.
* Documentation updates (Paul Culter).
* New Translations: vi
* Translation updates: bn_IN, es, et, he, sv, ta, th, uk, zh_CN
Version 0.15.2
* Fix HTML Export on Mac OS X (#583995).
* Translation updates: es, et, nb, sv, zh_CN
Version 0.15.1
* New WebSync add-in syncs to any server that implements the Tomboy Web REST API,
such as Snowy [http://live.gnome.org/Snowy]. Baby-eating preview release.
* Require Mono 1.9.1 to *build* Tomboy (#573923). Should still run on older Mono.
* Prevent PATH problems on Windows from breaking Tomboy (#558314).
* Search for phrases by quoting search text (#551097, Jan Rüegg).
* Fix drag&drop & middle-click paste of linked text (#414029, Stefan Schweizer).
* Save width of notebook pane in Search window (#563744, Benjamin Podszun).
* Disable sync menu items until backend configured (#473335, Benjamin Podszun).
* Close note find bar on escape, even when not focused (#540822, Benjamin Podszun).
* Support FUSE being built-in to kernel (#500524).
* Prevent crashes when reading unexpected note XML (#581844).
* Change "Open New Note Template" LinkButton to Button to prevent error (#581582).
* Focus search field every time Search window summoned (#535131, Benjamin Podszun).
* Only show Start Here note on first run if not running as applet (BNC #299810).
* HIG compliance in Sync preferences (#574154).
* Use correct "info" icon in add-in info windows (#508844).
* Use relative path to load help (BNC #326457, Boyd Timothy).
* Cache frequently-used text tags in one place instead of five.
* Documentation updates (Paul Cutler).
* Translation updates: el, es, et, gl
Version 0.15.0
* New NoteDirectoryWatcher add-in supports directly editing note files
(Michael Fletcher).
* Improve startup time by only rebuilding add-in registry when passing --debug.
* Fix random startup crash caused by using GConf before GTK+ was initialized.
* Improvements to printing add-in (#572024, Benjamin Podszun).
* Active Fixed Width with ctrl-t (#357426, 418964, Benjamin Podszun).
* Add resize grip to Search All Notes window (#500513, Benjamin Podszun).
* Highlight wiki words starting with "Mac", "Van", etc (#392627,
Stefan Schweizer).
* Usability improvements to note find bar (#483297, Benjamin Podszun).
* Fix over-zealous URL matching (#436994).
* Support GMime 2.2 and 2.4 (#565336, Jeffrey Stedfast).
* Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088).
* Documentation text now cross-platform (#576487, #500803, Paul Cutler).
* Support console logging on Windows (Benjamin Podszun).
* Theming fixes on Windows XP (Aaron Bockover).
* Translation updates: ar, ca, el, es, he, kn, lv,q nb, tr, zh_CN
What's new in GOK 2.28.1?
Bug fixes:
#595469 - Fix crash when removing gconf keys
#588196 - Check for libusb preprocessor macros with #if defined (Aurelien Jarno)
#514007 - Remove executable permission from l10n.txt and legal.xml
Misc. updates / fixes:
- Fix mai.po file permission
New and updated translations:
[ca] Gil Forcada
[cs] Petr Kovar
[or] Manoj Kumar Giri
[ru] Leonid Kanter
What's new in GOK 2.28.0?
New and updated translations:
[ar] Khaled Hosny
[as] Amitakhya Phukan
[da] Ask H. Larsen
[de] Christian Kirbach
[en_GB] Philip Withnall
[gu] Sweta Kothari
[hi] Rajesh Ranjan
[hu] Gabor Kelemen
[it] Francesco Marletta
[ja] Takayuki KUSANO
[kn] Shankar Prasad
[ko] Changwoo Ryu
[lt] Gintautas Miliauskas
[ml] Ani
[pa] A S Alam
[pl] Piotr Drąg
[ro] Lucian Adrian Grijincu
[sl] Matej Urbančič
[sr] Miloš Popović
[sr@latin] Miloš Popović
[te] Krishnababu K
[tr] Baris Cicek
[zh_CN] Aron Xu
What's new in GOK 2.27.92?
Bug fixes:
#581968 - Add translator comment for "Key Feedback"
New and updated translations:
[ar] Khaled Hosny
[bn_IN] Runa Bhattacharjee
[ca] Gil Forcada
[ca@valencia] Carles Ferrando
[eu] Inaki Larranaga Murgoitio
[pt_BR] Isis Binder, Rodrigo L. M. Flores
What's new in GOK 2.27.91?
Bug fixes:
#592692 - Remove deprecated Encoding key from desktop file (Frederic Peters)
#591506 - Add string.h include for strcmp() (Vincent Untz)
New and updated translations:
[bg] Alexander Shopov
[cs] Andre Klapper
[fi] Tommi Vainikainen
[fr] Claude Paroz
[ga] Sean de Burca
[gl] Anton Meixome
[pt] Rui Batista
What's new in GOK 2.27.90?
Misc. updates / fixes:
- Minor update to API reference templates
- Disable gtk engines in gok.rc (#585633)
- Substitute $sounddir in gconf schema file
- Enable libusb-input during make distcheck
Bug fixes:
#589117 - Remove libgnome and libgnomeui dependency
#589967 - Build failure caused by missing header (Götz Waschk)
New and updated translations:
[nb] Kjartan Maraas
[zh_CN] Ray Wang
What's new in GOK 2.27.5?
Bug fixes:
#588877 - Cleanup <gnome.h> includes (Andre Klapper)
#588458 - GOK fails to build with libusb enabled
New and updated translations:
[ta] drtvasudevan
[zh_HK] Chao-Hsiung Liao
[zh_TW] Chao-Hsiung Liao
What's new in GOK 2.27.4?
Bug fixes:
#585633 - Enable gtk engines
#584612 - Use gtk_show_uri instead of gnome_help
New and updated translations:
[es] Jorge Gonzalez
[sv] Daniel Nylander
[uk] Maxim V. Dziumanenko
What's new in GOK 2.27.3?
Bug fixes:
#584002 - Add missing return value
#584004 - Remove esound from pkg-config file
New and updated translations:
[nb] Kjartan Maraas
[sv] Daniel Nylander
What's new in GOK 2.27.2?
Bug fixes:
#581492 - Remove esound check from configure
#583313 - Don't show widgets in non-active tabs
New and updated translations:
[es] Jorge Gonzalez
[ta] drtvasudevan
What's new in GOK 2.27.1?
Bug fixes:
#570723 - Replace deprecated gnome_i18n_get_language_list
#572913 - Migrate to libcanberra
#572686 - Remove deprecated GTK+ symbols
New and updated translations:
[kn] Shankar Prasad
[pa] Amanpreet Singh Alam