18-5-2009
Bug fixed:
#578970 – should allow all text targets, not just UTF8_STRING
#578977 – use g_uri_list_extract_uris
#578959 – brasero crashed with SIGSEGV in g_closure_invoke()
#579023 – No error message when attempting to burn on incorrect medium
and part of #573807 – Image selection filters are badly named
#582143 – Reports successful copy when out of disk space in copying DVD
Translations:
Marios Zindilis <m.zindilis@dmajor.org>: Updated Greek translation
David Planella <david.planella@gmail.com>: Added Catalan translation by Joan Duran
Jorge Gonzalez <jorgegonz@svn.gnome.org>: Updated Spanish translation
Mattias Põldaru <mahfiaz gmail com>: Updating Estonian translation
Khaled Hosny <khaledhosny@eglug.org>: Updated Arabic translation, with various spell checking and translation fixes
to fix the bug where the colors slider doesn't move past value 245 when
using GTK>=2.14.0.
Also include desktopdb.mk as told by pkglint. Bump PKGREVISION.
============
gedit 2.26.2
============
New Features and Fixes
======================
- Misc bugfixes
New and updated translations
============================
- ar (Khaled Hosny)
- ca (Joan Duran)
- el (Michael Kotsarinis)
- es (Jorge González)
- et (Mattias Põldaru)
- zh_CN (TeliuTe)
Remove unneeded dependencies.
Version 0.14.2
* Improve startup time by only rebuilding add-in registry when passing --debug.
* Fix random startup crash caused by using GConf before GTK+ was initialized.
* Fix over-zealous URL matching (#436994).
* 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).
* Upgrade Windows to Mono.Addins 0.4 (no more console window) (#572088).
* Support console logging on Windows (Benjamin Podszun).
* Documentation text now cross-platform (#576487, #500803, Paul Cutler).
* Translation updates: ca, el, es, et
Version 0.14.1
* Translation updates: ar, ca, el, es, he, kn, nb, tr
Version 0.14.0
* Fix buggy behavior with Tomboy icon menus in Windows (#556406, #566173).
Version 0.13.6
* Fixes to linking (#436994,#573317,#525753, Stefan Schweizer & Benjamin Podszun)
* Add printing support to Mac OS X version.
* Localization fixes: #572096, #570121 (Benjamin Podszun and Wouter Bolsterlee)
* Translation updates: be@latin, bg, da, de, en_GB, es, et, eu, fi, fr, hu, it,
ja, ko, nb, nl, pl, pt, ro, sv, ta, th, zh_HK, zh_TW
Version 0.13.5
* Additional updates to note printing (#512369, #572024, Benjamin Podszun).
* Windows installer now requires Novell's GTK# >= 2.12.8 (#569324).
* Increase/Decrease Indent shortcuts now appear in menu (#570334, Benjamin Podszun).
* No longer writes to disk every 40 seconds (#514434).
* Fixes to note linking (#323845, Florian Pinault).
* Add GConf preference for auto-accepting SSL Certs in WebDAV sync (#531364).
* After succcessfully configuring sync, offer to perform first sync (#553079).
* Other fixes: #570917, #570918.
* Translation updates: bg, cs, da, es, eu, hu, nl, pl, pt, ro, sv, th, vi,
zh_HK, zh_TW
Version 0.13.4
* Removed bundled Mono.Addins. Mono.Addins is now a hard dependency.
* Update printing to use Gtk.Print (#512369, Benjamin Podszun). Still buggy.
* Fix multi-page printing of exported note HTML (#548198,
Leonardo Ferreira Fontenelle and Stefan Schweizer)
* Fix crash when clicking link and browser not set (#569639).
* 64-bit Windows support (#558272, Jay R. Wren).
* Search window position saved on Windows/Mac (#559663).
* Fix lingering tray icon in Windows (#569709, Benjamin Podszun).
* Fix bug with font settings (#559724, Benjamin Podszun).
* Mac MonoDevelop solution now easier to build (Doug Johnston et al).
* Other fixes: #562846 (James Westby)
* Translation updates: ca, es, fi, ko, lt, lv, nb
Version 0.13.3
* Rename Mono process to "tomboy" instead of "Tomboy" (#565166).
* Cut down memory usage by 25% (#565790). Also improves startup times a bit.
* Fix panel applet icon background transparency (#567308).
* Improvements in translatable strings (#566711, #565208).
* Fix crash associated with notes with '&' or '<' in their title (#566967).
* Translation updates: es, fr, lv, nb, pt_BR, sk, sv
Version 0.13.2
* Fix Windows<->Linux sync incompatiblities (#559094).
* Fix data loss bug in sync and SetNoteCompleteXml dbus method.
* Link fixes in HTML Export (#564150, Stefan Schweizer).
* Header cleanups in libtomboy (#564235, Przemysław Grzegorczyk).
* Translation updates: it
Version 0.13.1
* Configure/build fixes.
* Help menu item opens online help on Windows and Mac.
Version 0.13.0 (Windows/Mac-only "preview" release)
* Initial support for Windows and Mac OS X.
v1.1.15 2009-05-17 Timo Sirainen <tss@iki.fi>
+ IMAP: When multiple commands are pipelined, try harder to combine their
mailbox syncing together. For example with Maildir pipelining STORE 1:*
+FLAGS \Deleted and EXPUNGE commands the files won't be unnecessarily
rename()d before being unlink()ed.
- IMAP: SEARCH command was slower than necessary in a large mailbox.
- deliver: When forwarding messages, if -f parameter was given, it should have
been used as the Return-Path.
- Maildir saving: Fixed race condition bugs in uidlist handling, causing files
to be given new UIDs sometimes.
- mbox: Don't crash when expunging all messages and file doesn't end with
[CR]LF.
- expire-tool: Use mail_uid and mail_gid settings if userdb doesn't return
uid/gid.
- Berkeley DB dict: Transaction rollbacking was implemented wrong.
- zlib plugin: Some email / FETCH command combinations could have disconnected
the client or sent compressed garbage.
- Updating package for p5 modules {Scalar,List}::Util from 1.20 to 1.21
Upstream changes:
1.21 -- Mon May 18 10:32:14 CDT 2009
* Change build system for perl-only install not to need to modify blib
* When building inside perl, tests for weaken should be always run (Alexandr Ciornii)
Postfix stable release 2.6.1 fixes one defect in Milter support.
This does not affect Postfix versions 2.5 and earlier.
- Queue file corruption under very specific conditions: (smtpd_milters
or non_smtpd_milters) enabled, AND delay_warning_time enabled,
AND mail delivery delays, AND short envelope sender addresses
(e.g., sendmail command-line submissions with bare usernames as
the sender, but not bounce messages).
The queue file would be corrupted when the delay_warning_time
record was marked as "done" after sending the "your mail is
delayed" notice. The defect was introduced with Postfix 2.3, but
it could not cause corruption before the change dated 20090427.
20090513
Code cleanups: better parsing of Postfix daemon "-o"
command-line options, with better error handling. Files:
master/*server.c.
20090518
Documentation: missing dummy entries for lmtp_mumble_checks.
File: proto/postconf.proto.
20090519
Bugfix (introduced: Postfix 2.3, but did not cause trouble
until 20090427). Queue file corruption with (smtpd_milters
or non_smtpd_milters) enabled, AND with delay_warning_time
enabled, AND with short envelope sender addresses (e.g.,
local submissions with bare usernames, but not bounces).
The queue file would be corrupted when the delay_warning_time
record was marked as "done" after sending the "your mail
is delayed" notice. File: qmgr/qmgr_message.c.
Changes:
- Do not handle KeyEvents with Ctrl or Alt modifiers that we
otherwise know nothing about. Otherwise shortcuts defined in the
WebView will never be executed.
- Add information about the SVG index bounds check committed in r43590.
- For paste from middle button (button==2) we want to use
the GDK_PRIMARY_SELECTION. Implement the new getCurrentTarget
method in PasteboardHelperGtk by asking the WebView which
clipboard to use.
- Add glib-2.0 to the list of required package.
- (test_webkit_web_frame_create_destroy): Declare webView as a GtkWidget*
to fix pointer type incompatibility warnings.
- Make the scan program call g_thread_init(NULL) in addition to
g_type_init(), so that it actually works.
- Unify scrolling code via adjustments and keys. Use the WebCore
defined constants, since that's what people are most used to at
this point.
- Add missing call to notifyStatus in the committed case and a
missing property notify.
- When a download is requested by an ongoing request, use the already
provided response to set the suggested filename for the WebKitDownload
object, if available.
- Remove bogus extern "C" from some source files.
- Misc fixes to InspectorClientGtk: use g_filename_to_uri to
get the URI and use web_view_load_uri instead of the deprecated
web_view_open method for loading the URI.
- Add #if ENABLE(DATABASE) guards around database code so toggling
ENABLE_DATABASE off does not break builds.
- Implement load-status and progress properties on the view, as well as
load-status on the frame. This supersedes the different load signals
load-progress-changed, load-committed, load-done, load-started and
load-finished which are not only misnamed but broken by design.
- Fix memory leaks.
- Use strlen instead of g_utf8_strlen when calculating the size of
the data that is being given to webkit_web_frame_load_string to be
loaded, so that we don't miss any of the content.
- Fix mis-applied patch.
- Add a FrameLoaderClient callback for ResourceRetrievedByXMLHttpRequest.
- Provide a mechanism to create a quirks delegate for HTMLParser
- Add MessageSource and MessageLevel parameters to
ChromeClient::addMessageToConsole.
Allows nsd-patch to directly work on the database without intermediate
zonefile. Allow file rotation for nsd.log. Allow disabling AXFR
fallback.
Fix off-by-one during query processing.
Changes since previous release:
* optimized and simplified the "add" command, don't obtain and print
song list when adding directories
* same optimization for the "ls" command, which did some very
expensive underscore matching logic using "listall"
* show MPD error message in "status"
* fixed special character handling in bash completion
* don't fall back to ISO-Latin-1 in unknown locale
* disable character set conversion to/from pipe
* bug fixes
- Updating package for p5 module IPC::Cmd from 0.42 to 0.44
- Setting gnu-gpl-v2 as license
upstream changes:
Changes for 0.44 Mon May 4 10:13:19 CEST 2009
=================================================
* Apply core patch to silence diagnostics during perl
core tests. Users of 0.42 need not upgrade.