Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Leak fixes
* Keynav fixes
* Reread activation uri of symlinks in case the link target
is stale.
* List view crash fix
* List view focus fix
* Ensure the source isn't deleted as a partial copy
* Fixed > 4G file transfers
* Icon view crash fix
While here, remove useless fam dependancy, as reported in PR pkg/24305.
|
|
|
|
* Fix quote and output bugs [Christian]
* Hook up 'activate' on text entry [Glynn, raf@noduck.net]
* Fix up Solaris build [Damien]
* Fix up spec file [Glynn]
* Add locale header [Leonardo]
* Make dialogs resizable [Ingo]
* Unmark translation messages [Christian]
* Fix up gdialog wrapper [Peter]
|
|
|
|
* Build fixes and other improvements (Bastien)
|
|
libtool-1.5, libtool-1.5.2, opera-7.23, and zsh-4.0.9.
Add abcde-2.1.14, lynx-current-2.8.5dev17, and lout-3.29.
|
|
|
|
* control activation signal emission (Federico)
|
|
* Fix bug in logic in the property bag code (Thanks to Dave Jones)
* Backport fix for bonobo-activation from HEAD (Michael)
|
|
|
|
|
|
* Add a -uninstalled.pc file (Laca)
* Clobber LC_ALL before invoking pre-compiler (Fernando Herrera)
|
|
|
|
* Set a window icon. - #130612 (I've disabled this in the package through
patch-aa since it requires functionality in the development branch of
gtk2, 2.3.x).
* Fix links when using glib. >= 2.3.1.
* Fix desktop file for DnD. (Shakti) - #126160
* a11y fixes. (Padraig O'Briain) - #126516
* Fix for files with % in their name. - #128171
|
|
|
|
|
|
Bugs fixed
* Guess mime type by looking at the extension when a zip file is found
* ncpfs file systems should work again (radu)
* stop complaining about empty PROPFIND responses (Jan Kratochvil)
* Several memory leaks
Translations
* lt (Tomas Kuliavas)
|
|
spaces, use the :Q modifier instead of double-quoting the value. This
avoids breakage when executing the just-in-time su targets.
|
|
|
|
2003-12-22 Bastien Nocera <hadess@hadess.net>
* configure.in: update to 2.4.1
2003-12-22 Bastien Nocera <hadess@hadess.net>
* gnome-vfs.keys.in: add more aliases for .zip files (Closes: #129510)
2003-12-22 Bastien Nocera <hadess@hadess.net>
* gnome-vfs-mime-magic:
* gnome-vfs.applications:
* gnome-vfs.keys.in:
* gnome-vfs.mime: application/x-flac is now audio/x-flac,
image/svg is now image/svg+xml (Closes: #127667, #86748)
2003-12-22 Bastien Nocera <hadess@hadess.net>
* gnome-vfs-mime-magic: better heuristics to detect RIFF CDXA video
types (Closes: #129780)
2003-12-22 Bastien Nocera <hadess@hadess.net>
* gnome-vfs-mime-magic: matching on "<title" brings too many false
positive (HTML vs. XML) (Closes: #111234)
2003-12-09 Bastien Nocera <hadess@hadess.net>
* gnome-vfs.keys.in:
* gnome-vfs.mime: run check-mime.pl, run check-mime.pl,
whip self, whip self, add bittorrent mime-type
2003-12-09 Bastien Nocera <hadess@hadess.net>
* gnome-vfs-mime-magic:
* gnome-vfs.keys.in:
* gnome-vfs.mime: add DjVu support as image/x.djvu
2003-12-02 Bastien Nocera <hadess@hadess.net>
* gnome-vfs-mime-magic:
* gnome-vfs.keys.in:
* gnome-vfs.mime: add support for application/x-gchempaint and
application/x-gcrystal (Closes: #126293)
2003-12-01 Bastien Nocera <hadess@hadess.net>
* man/Makefile.am: don't install the man page, it's outdated
|
|
|
|
spaces, use the :Q modifier instead of double-quoting the value. This
fixes breakage when executing the just-in-time su targetes.
|
|
* The bugs where both blackjack and gnome-stones crashed on start-up
have now been fixed. There have also been translation updates.
|
|
|
|
|
|
Approved by wiz@.
Changes since 0.28:
Version 0.30
* added missing [] quotation macro name defined in AC_DEFUN()
(Tomasz Kloczko)
* Handle embedded newlines thereby avoiding the silent corruption of
files. (Morten Welinder)
* Now intltool-merge does not compress whitespace in attributes
and CDATA. (Brian Cameron)
* Now intltool-merge supports dashes in attribute names, and supports
attributes delimited by single quotes. (Brian Cameron)
* Misc small fixes (Kenneth Chr., Danilo Segan)
Version 0.29
* Removed OrigTree in favor of more simply setting handlers directly
in intltool-merge (Brian Cameron)
* Work correctly with AC_CONFIG_AUX_DIR (Thomas Vander Stichele,
Chee Bin HOH and Kees Cook)
* Make intltoolize return a correct exit status (Thomas Vander Stichele)
* Fix usage of a bash-ism (Morten Welinder, Jonathan Blandford)
* Translate GenericName in .desktop files (Kenneth Rohde Christiansen)
* Framework to allow each format have inline comments (Denis Barbier)
* Add $XGETTEXT_ARGS to allow passing extra args to xgettext (Danilo Segan)
* Added support for .kbd files (Kenneth Rohde Christiansen)
* Add $XGETTEXT_KEYWORDS to allow the use of other keywords (Danilo Segan)
* Misc bug fixes (Noah Levitt, Tommi Komulainen)
|
|
|
|
* Fix memory corruption issues (Jaka)
* Minor fixes for PostScript (Jaka)
* Improve showing help in full-screen mode (Jaka)
* Range selection with shift pressed (Jaka)
* Updated docs (Breda)
* Build fixes (Alexander Winston)
|
|
|
|
* Fixed bug #131560: zip files gets an empty password by default.
|
|
|
|
* Preserve bug description.
* Fix an ugly crash.
* Translations: Greek and Hindi.
|
|
|
|
- Fix bugs related to processing 24-bit audio data.
- Made AIFF/AIFF-C parsing more robust.
|
|
|
|
2003-12-04 Michael Meeks <michael@ximian.com>
* Version 2.8.3
2003-11-06 Padraig O'Briain <padraig.obriain@sun.com>
* linc2/src/linc-server.c (link_server_handle_io): Change g_error
to g_warning to avoid crash if revents field reset between check()
and dispatch(). Fixes bug #126209.
2003-10-31 Michael Meeks <michael@ximian.com>
* src/orb/GIOP/giop-recv-buffer.c
(giop_connection_handle_input): on HUP goto
msg_error so we don't leave the cnx->incoming_msg
hanging around.
2003-10-30 Michael Meeks <michael@ximian.com>
* test/everything/lifeCycle.c
(LifeCycleServer_deactivateUnrefOnReturn): a nasty
in-proc hack that unreferences our CORBA_Object
handle.
* test/everything/client.c (testLifeCycle): use
the ORBit_small_invoke_stub_n path, used by older
stubs.
2003-10-24 Michael Meeks <michael@ximian.com>
* src/orb/GIOP/giop.c (giop_shutdown): allow
shutdown from any thread - this looks safe enough,
at least here.
2003-10-23 Mark McLoughlin <mark@skynet.ie>
* test/everything/lifeCycle.c: add this from the
2.8.2 tarball. Michael must have forgotten to
CVS add it.
2003-10-14 Michael Meeks <michael@ximian.com>
* src/orb/poa/poa.c (ORBit_POA_destroy_T_R):
rename to this.
|
|
Close PR pkg/24331.
|
|
|
|
|
|
build problems. Bump package revision because of that.
|
|
|
|
|
|
|
|
|
|
loss. Bump PKGREVISION.
|
|
|
|
fix build problem. Bump package revision.
|
|
|
|
|