Commit graph

3902 commits

Author SHA1 Message Date
xtraeme
5fc863a65b Bump PKGREVISION due to x11/fltk update (s/USE_X11BASE/USE_X11/). 2004-04-13 09:38:38 +00:00
minskim
a4b5aaa8a9 Switch to Tcl 8.4. 2004-04-13 02:57:02 +00:00
minskim
dbc27f7f3a Enable pkgviews installation. 2004-04-13 02:19:16 +00:00
snj
7d97ac2968 No longer used. 2004-04-12 22:28:57 +00:00
kim
01a468d8a9 Accept p5-libapreq2 too. 2004-04-12 18:29:04 +00:00
kim
9cdabf0e2e Add and enable p5-ExtUtils-XSBuilder and p5-libapreq2 2004-04-12 18:20:30 +00:00
kim
d0773a0e34 Add p5-libapreq2-2.2.2 (for apache2)
This package contains modules for manipulating client request data via
the Apache API with Perl and C.  Functionality includes:

 - parsing of application/x-www-form-urlencoded data
 - parsing of multipart/form-data
 - parsing of HTTP Cookies
2004-04-12 18:18:29 +00:00
kim
8807b07a73 Add p5-ExtUtils-XSBuilder-0.25
ExtUtils::XSBuilder is a set modules to parse C header files and create XS
glue code and documentation out of it. Idealy this allows to "write" an
interface to a C library without coding a line. Since no C-API is ideal,
some adjuments are necessary most of the time. So to use this module you
must still be familar with C and XS programming, but it removes a lot of
stupid work and copy&paste from you. Also when the C API changes, most
of the time you only have to rerun XSBuilder to get your new Perl API.
2004-04-12 18:16:14 +00:00
snj
88c3d1d3f2 No longer used. 2004-04-12 00:36:49 +00:00
snj
91a2d2de2a No longer used. 2004-04-12 00:29:58 +00:00
snj
f4299b579b +liferea. 2004-04-11 18:26:43 +00:00
snj
2e24dc8a38 Initial import of liferea-0.3.3.
Liferea is a simple FeedReader clone. It is a reader for RSS/RDF feeds.
2004-04-11 18:22:47 +00:00
grant
8bae51c9b0 remove a redundant comment about old versions. 2004-04-09 13:05:03 +00:00
grant
41ec59b881 Updated ap-perl to 1.29.
among other things, this fixes a problem on at least Solaris and Linux
which causes apache children to SEGV on startup. I've tested this
version on Darwin and Linux.

changes since 1.25:

1.29 - Oct 7, 2003

Add a workaround for the 'rand' bug for perl 5.8.1 (compiled with
either -DUSE_HASH_SEED or -DUSE_HASH_SEED_EXPLICIT, which is the
default), causing all forked procs to produce the same rand
sequence. [Stas]

Fix t/net/perl/sym.pl (called by modules/symbol) not to affect other
tests (internal/http-get and internal/http-post, which were failing to
call exit) [Stas]

Fix Apache::ExtUtils to work with blead perl (it was breaking the
build) http://rt.perl.org/rt2/Ticket/Display.html?id=23803 [Stas]

1.28 - July 2, 2003

Apache::FakeRequest now isa Apache so code that is carefull about
$r and checks that $r->isa('Apache') will not fail [David Wheeler
<david@kineticode.com]

Add Mac OS X support to Apache::SizeLimit [David Wheeler
<david@kineticode.com>]

Change Apache::SizeLimit to not push a cleanup handler if already in
the cleanup handler phase, and adjust docs to show that cleanup
handler is the preferred phase to use [Perrin Harkins
<perrin@elem.com>]

Rename Apache::test to Apache::testold because Apache::test on
case-insensitive systems will collide with Apache::Test which
supercedes Apache::test. So if you want to keep on using Apache::test,
either bundle it with your project (putting it under inc/ or t/ so it
won't be installed) or require mod_perl 1.28 and use Apache::testold
instead. Of course the best route is to port your test suite to use
a much better Apache::Test which work with mod_perl 1.0 and 2.0.
[Philippe M. Chiasson, Stas Bekman]

Tweak mod_perl.h to defined _INCLUDE_APACHE_FIRST only after apache
headers were included [Stas Bekman]

avoid various warnings under src/modules/perl/:
- declare bufsiz to be STRLEN in Apache.xs, and add
  STRLEN to Apache/typemap
- add I32 typecast in Constants.xs
- avoid use of unregistered local variables for Win32
  in mod_perl.c and perl_config.c
- s/I32/U8/ in mod_perl.h, perl_config.c, and perl_util.c
- declare i and http_code to be STRLEN in perl_util.c
[Stas Bekman, Randy Kobes]

don't use $r variable in Apache::PerlRun::compile(), so the script
won't use use inherited $r by mistake [Stas Bekman]

use touch() from ExtUtils::Command, rather than a system touch(),
for the benefit of platforms without touch(). [Randy Kobes
<randy@theoryx5.uwinnipeg.ca>]

can't let the default typemap rule to convert sv into char* in
unescape_url, since it doesn't handle correctly undefs (returns an
unallocated "" string, which then causes a segfault in
ap_unescape_url. use SvPV_force, instead, which does the right
thing. [Stas Bekman]

Make sure to start perl, if it's not running, before processing Perl*
directives, with threaded perl and PERL_STACKED_HANDLERS=0 [Stas
Bekman]

Add Apache::Module to Bundle::Apache [Stas Bekman]

use $Config{'installstyle'} instead of hardcoded 'lib', to handle
Makefile.PL's PREFIX option correctly [Philippe M. Chiasson
<gozer@cpan.org>]

prevent segfaults in mod_perl_mark_where() when a sub can't get
resolved [Gerald Richter <richter@ecos.de>]

Apache::Status: Need to load B::Terse/TerseSize if it wasn't loaded
yet in that child before using it.  [Dan Sully <daniel@electricrain.com>]

document the server_root_relative() method [Stas Bekman <stas@stason.org>]

eliminate warnings when flushing functions with empty () prototypes in
Apache::PerlRun::flush_namespace [Yair Lenga <yair.lenga@citigroup.com>]

fix Apache::Status to not use :: in filenames, which is not allowed on
certain OSs [DH <crazyinsomniac@yahoo.com>]

various cygwin fixes [Per Einar Ellefsen <per.einar@skynet.be>]

Document the possible misuses of the Apache::Constant constants
[Per Einar Ellefsen <per.einar@skynet.be>]

1.27 - June 1, 2002

workaround Cwd bug in 5.8.0-RC1 that breaks apache configuration on solaris

fix get_set_PVp() to properly set NULL values when passing in undef
thanks to Lyle Brooks for the spot
[Stephen Clouse <stephenc@theiqgroup.com>]

Apache::Registry/PerlRun/RegistryNG errors are now saved
in $r->notes('error-notes')
[Jesse Erlbaum <jesse@vm.com>]

make sure DynaLoader is loaded before XSLoader to workaround possible
segv when using mod_perl as a dso with perl 5.6.1

autoset PERL_USELARGEFILES=0 if needed

fix taint issues with bleedperl

fix bug in modules/util test
[Tatsuhiko Miyagawa <miyagawa@edge.co.jp>]

Adjust the mailling list addresses
's|\@apache\.org|\@perl.apache.org|' [Stas Bekman <stas@stason.org>]

Apache::PerlRun will now localize $SIG{__{DIE,WARN}__}
thanks to Jon Coulter for the spot

PERL5LIB support now properly unshifts paths into @INC rather than push
[Tatsuhiko Miyagawa <miyagawa@edge.co.jp>]

do not clear symbol tables within a package in perl_clear_symtab()
used by directive handler extensions
[Stephen Clouse <stephenc@theiqgroup.com>]

properly deal with $r->status codes (e.g. redirect) in
Apache::RegistryNG [Geoff Young <geoff@modperlcookbook.org>]

fix multiple %LocationMatch in <Perl> sections bug
[Salvador Ortiz Garcia <sog@msg.com.mx>]

rip -D_GNU_SOURCE out of Perl 5.7.3+'s ccflags, which modperl doesn't
need and apache won't compile with [Stas Bekman <stas@stason.org>]

make sure PerlSetEnv variables are visible after first access
to each child [Geoff Young <geoff@modperlcookbook.org>]

workaround Apache::Constants::AUTOLOAD problem with bleedperl

the first flag argument to perl cannot start with space, since perl tries
to open the " -spi.bak" as a file. fix that in the win32 case.
[Stas Bekman <stas@stason.org>]

starting from perl 5.7.3 for tied filehandles, tiedscalar magic is applied
to the IO slot of the GP rather than the GV itself. adjust the TIEHANDLE
macro to work properly under 5.7.3+. [Charles Jardine <cj10@cam.ac.uk>,
Stas Bekman <stas@stason.org>]

added perl_perl_merge_dir_config and array_header2avrv symbols to
mod_perl.def for win32 and mod_perl.exp for aix.
[Randy Kobes <randy@theoryx5.uwinnipeg.ca>]

INSTALL.apaci: added an explanation of how perl has to be built in
order to use DSO without problems (copied from the guide) based on
email from Doug.  [Stas Bekman <stas@stason.org>]

warn if Perl is configured with -Duseshrplib and a libperl.so is found
in a place where it should not be, example: /lib /usr/lib or /usr/local/lib

fix potential segv in Apache::URI->rpath
[Vyacheslav Zamyatin <slawa@w-m.ru>]

require URI::URL to work with newer libwww-perl

allow overriding of container directive handlers using the func parameter
[Geoffrey Young <gyoung@laserlink.net>]

enable directive handler support for TAKE13
[Geoffrey Young <gyoung@laserlink.net>]

1.26 - July 11, 2001

fix 'make test' problem seen with Perl 5.005_03

remove $r->finfo usage from Apache::PerlRun, clearly finfo isn't as
stable as it should be
[Surat Singh Bhati <surat@indiamart.com>]

Apache->server will now point the current VirtualHost when inside a
<Perl> section, thanks to Robin Berjon for the spot

allow per-server and per-location PerlSetEnv to be properly merged
when a per-server handler is configured, thanks to Michael Barry for
the spot

1.25_01 - July 6, 2001

add symbols to mod_perl.exp for aix/axkit

add Apache::add_version_component() function

make sure Apache::ExtUtils can be found when building inside of the
apache source tree, thanks to Jonathan Swartz for the spot

fix -[TB] file tests against $r->finfo, thanks to Geoffrey Young for
the spot

Apache::SizeLimit enhancements [Perrin Harkins <perrin@elem.com>]:
- Added support for minimum shared memory and maximum unshared memory
settings.
- Added extra diagnostics to tell how many requests a process served,
how long it lived, and how much shared memory it was using when
SizeLimit killed it.

perl_destruct_level must always be 2 for DSO builds to prevent
leaking on restarts, thanks to Paul G. Weiss for the spot

make sure file to be reloaded can be found in @INC, adjusting based on
%INC value if needed
[Ilya Konstantinov <modperl@future.galanet.net>]

croak if the filehandle passed to $r->send_fd is NULL, otherwise
apache will segfault

if PREFIX is given to Makefile.PL add it to @INC at startup
[Philippe M . Chiasson <gozer@cpan.org>]

add %Apache::MyConfig aliases for Apache::src backwards compat
[Philippe M . Chiasson <gozer@cpan.org>]

$r->custom_response($code, undef) will now unset the current CustomResponse
[Geoffrey Young <gyoung@laserlink.net>]

fix to compile with sfio+ithreads, thanks to Joe Schaefer for the spot

adjust perl_clear_symtab() to deal properly bleedperl's version of
cv_undef() (which broke modules with directive handlers)
thanks to Geoffrey Young for the spot

add $r->allowed method [Philippe Troin <phil@fifi.org>]

fix 'make offsite-tar' [Geoffrey Young <gyoung@laserlink.net>]

fix double-loading bug of Perl{Require,Module}s at startup time

improve Apache::MyConfig [Stas Bekman <stas@stason.org>]

$r->no_cache(0) will unset cache headers
[Geoffrey Young <gyoung@laserlink.net>]

export hvrv2table (needed by Apache::Request) for aix and win32
[Jens-Uwe Mager <jum@helios.de>, Randy Kobes <randy@theoryx5.uwinnipeg.ca>]

fix 'make tar_Apache' [Geoffrey Young <gyoung@laserlink.net>]

make sure global for Apache->request is reset after configuring %ENV
[Gerald Richter <richter@ecos.de>]

adjust 'U' magic functions to Perl 5.7.x-dev prototype change

Put Apache's CFLAGS into AP_CFLAGS instead of CFLAGS, so that
people who like to override CFLAGS from the make line (make
CFLAGS='-arch ppc -arch i386') can do so without stomping the
Apache flags.  [ Wilfredo Sanchez <wsanchez@KnowNow.com> ]
2004-04-09 11:44:34 +00:00
minskim
3c40e8c1e5 bl3ify and enable pkgviews installation. 2004-04-09 00:39:20 +00:00
wiz
4213bac149 Update to 1.5.1, provided by Bruce J.A. Nourish in private mail.
1.5.1:
This release fixes a crash on Solaris, improves behaviour with
compressed HTTP content, adds support for combining multiple category
filters, and fixes a few user interface inconsistencies.
1.5.0:
This release adds digest authentication support, improved handling
of HTML feed descriptions, user customizable conversion of HTML
entities, many GUI improvements, and other smaller bugfixes.
2004-04-09 00:04:23 +00:00
tron
30f4a35cf5 Fix patch checksums and bump package revision again because the security
patches weren't applied before.
2004-04-07 22:35:01 +00:00
reed
9e1d8c8a1c Add three patches to resolve security issue:
SECURITY [CAN-2003-0020]: escape arbitrary data before writing into the errorlog

The three patches are from Apache cvs.
http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/

Also bump PKGREVISION too.
2004-04-07 19:53:27 +00:00
wiz
2915422ce0 Update to 20040406; no Changes found, and they probably would have been
in Japanese anyway...

Closes PR 25078 by Kazu Yamamoto.
2004-04-07 12:01:18 +00:00
xtraeme
ef3a42fd3b Bump PKGREVISION due to lua bump. 2004-04-05 15:21:00 +00:00
markd
31b93cb742 kmdr-executor runs bourne shell type scripts with the users shell which
doesn't work very well when its, for example, tcsh.  Fix by explicitly
using /bin/sh.  Bump PKGREVISION.
2004-04-05 11:52:31 +00:00
wiz
76c76a00e0 Call INSTALL_DATA_DIR multiple times with only one argument,
instead of once with three, since Solaris' install -d doesn't handle that.
2004-04-04 10:40:19 +00:00
schmonz
af39fee31b COMMENT for "foo" needn't start with "Foo is a...". 2004-04-03 15:30:56 +00:00
jmmv
c0f4ede0a9 Rename the package to galeon, so that it behaves as an update of the old
galeon.  This way we get implicit conflicts between them.
2004-04-03 13:26:32 +00:00
jmmv
0b38a8f245 Fix installation of configuration file, PLIST and icon name in the .desktop
file (so that it shows up properly in the menu).  Bump PKGREVISION to 1.
2004-04-03 11:18:00 +00:00
taca
c643010b48 lib/galeon/components/libgaleon-xpcom.a is missing from PLIST. 2004-04-03 09:16:20 +00:00
jdolecek
492191b221 Update pear-HTML_Select to latest version, 1.2.1.
This fixes a get_class() compatability issue.
2004-04-03 04:46:26 +00:00
jdolecek
60d05887ae this now needs to set $PEAR_DIRRM_BASEDIR, so that this package
would include @dirrm for the shared 'HTML' subdirectory
bump pkg revision for this change
2004-04-03 04:41:47 +00:00
jdolecek
b7be5da54f generate the PLIST for Pear packages using a helper PHP script, which
can use directly Pear facilities to acquire the necessary information
2004-04-03 04:39:47 +00:00
jdolecek
19c94f4186 handle also 'doc' and 'test' files, this is necessary for pear-Log 2004-04-02 21:54:49 +00:00
recht
24c6dcf4d6 update to 3.0.10
gtkhtml-3.0.10 "Vinyl" 2004-09-18
------------------------------------------------
New in this release

  * #38589 Missing mnemonics in replace window (Frederic Crozat)
  * #51472 Missing mnemonics in replace window (Charles Zhang)
  * Fix crash with upper/lower in emacs keybindings (Radek Doulik)
  * Fix pasting of newlines (Radek Doulik)
  * Support multi-byte searching (Suresh Chandrasekharan)
  * 64 bit fixes (Jeremy Katz)
  * Get translations for glade dialogs properly (Yong Sun)
  * Spell check whole document if inline spell checking is disabled
    (Radek Doulik)
  * Fix toolbar sensitivity (Radek Doulik)
  * Remove disable deprecated flags (JP Rosevear)
  * Updated translations: ja (Takeshi AIHANA), cs (Miloslav Trmac),
    (pt_BR) Gustavo Maciel Dias Vieira. es (Francisco Javier F. Serrador
    and Pablo Gonzalo del Campo), sv (Christian Rose),
    nl (Vincent van Adrighem), pt (Duarte Loreto), sr (Danilo Segan),
    de (Christian Neumair), az (Metin Amiroff), hu (Andras Timar),
    no (Kjartan Maraas), pl (Artur Flinta), sk (Stanislav Visnovsky),
    el (Nikos Charonitakis), pt (Duarte Loreto)
2004-04-02 18:15:11 +00:00
xtraeme
7b283e53df Remove redundant BUILDLINK_DEPENDS. 2004-04-02 16:16:29 +00:00
xtraeme
abb79e9033 Require at least glib>=2.4.0, so we don't have to make SUBST_CLASSES dance
anymore.
2004-04-02 16:00:50 +00:00
kim
5adcb66383 Add patch-aa, missed from previous commit. 2004-04-01 19:21:50 +00:00
jmmv
86488e323c Add and enable epiphany-extensions. 2004-04-01 19:15:36 +00:00
jmmv
0dfc16de58 Initial import of epiphany-extensions, version 0.8.1:
Epiphany Extensions is a collection of extensions for Epiphany, the GNOME
web browser.  These include:
* Mouse Gestures: Perform actions with mouse gestures.
* Popup Blocker: Block those annoying popups per-site.
* Tabs Move-To Menu: Move tabs to other windows without drag-and-drop.
* Sample: An extension template to ease writing your own extension.
* Error Viewer and Validator: View errors in the page, and validate your
  pages off-line.
* Certificate Viewer: View the server's certificate on secure connection.
* Dashboard: Connect Epiphany to Dashboard.
2004-04-01 19:14:30 +00:00
jmmv
33e5d9c4f9 Update to 1.2.2:
==============
Epiphany 1.2.2
==============

Translations:
	* Amanpreet Singh Alam (pa)
	* Duarte Loreto (pt)
	* Åsmund Skjævelan (nn)
	* Gujarati team at Magnet-i (gu)
	* Trinh Minh Thanh (vi)


===============
Epiphany 1.2.1
===============

Bug fixes:
	* Fix a crash when opening bookmarks properties (Christian)

Translations:
	* Arafat Medini (ar)
	* Dmitry G. Mastrukov (ru)
	* Gabor Kelemen (hu)
	* Åsmund Skjæveland (nn)
	* Liu Songhe (zh_CN)
	* Marcel Telka (sk)
	* Ma SivaKumar (ta)
	* Rhys Jones (cy)
	* Sanlig Badral (mn)
	* Vladimir Petkov (bg)
	* Xavier Conde Rueda (ca)

===============
Epiphany 1.2.0
===============

Bug fixes:
	* Fix a crash when dragging an url from an external application to
	  epiphany (Marco)
	* Fix crash when downloading a link on Freebsd (Joe Marcus Clarke)

Translations:

	* Åsmund Skjæveland (nn)
	* Gustavo Maciel Dias Vieira (pt_BR)
	* John C Barstow (mi)
	* Ma SivaKumar (ta)
	* Miloslav Trmac (cs)
	* Priit Laes (et)
	* Progga (bn)
	* Roozbeh Pournader (fa)
	* Takeshi AIHANA (ja)
	* tunggul arif siswoyo (id)
	* Vladimir Petkov (bg)

===============
Epiphany 1.1.12
===============

Bug fixes:
	* Fix toolbar remove (Christian)
	* Fix crash when dragging a separator from toolbar back to tbe (Christian)
	* Fix crash when trying to activate the location entry's proxy menu item (Christian)

Translations:

	* Алесь Няхайчык (be)
	* Rhys Jones (cy)
	* Adam Weinberger (en_CA)
	* GNOME PL Team (pl)
	* Mugurel Tudor (ro)


===============
Epiphany 1.1.11
===============

Code changes
	* Change EphyTab to a GtkBin containing the MozillaEmbed widget
	  (Christian)
	* Backup bookmarks files before overwriting them when loading failed (Christian)
	* Adapt to changed Mozilla API (1.7b) (Christian)

Bugfixes
	* Fix check if link can be opened in new tab (Marco)
	* Unescape the suggested filename in the filechooser (Xan)
	* Respect max-size property of EphyEmbedPersist (Marco)
	* Don't show "about:blank" to the user (Marco)
	* Replace entities in imported folder names from mozilla (Christian)
	* Fix for gtk+ filechooser API change (Christian)
	* Don't make windows larger than the screen (Marco)
	* Fix check for firebird bookmarks directory (André Dahlqvist)
	* Fix toolbar dnd to the location entry (Marco)
	* XBEL bookmarks importer fixes (Christian)
	* Fix uncategorising a bookmark (Marco)
	* Don't restore windows in reverse order (Marco)
	* Fix filename decoding in Content-Disposition headers (Christian)
	* Fix double-unref of failed/cancelled favicon downloads (Christian)
	* Fix "Open" button label in content handler (Marco)
	* Fix MozDownload lifecycle bug, was crashing on aborting downloads (Marco)
	* Fix EphyDownload lifecycle interaction with MozDownload bug (Christian)
	* Check for NULL subtree before trying to parse it on node db load (Christian)
	* Activate the downloader tray icon with double-click not single-click (Marco)
	* Ensure we always have a BookmarksBar in the toolbars model (Christian)
	* Fix smart bookmark property update on bmk location change (Christian)
	* Fix smart bookmark property sync on toolbar item (Christian)
	* Don't show two resume dialogues, just raise the existing one (Marco)
	* Don't remember filechooser size, fixes dialogue sizing in Save mode (Christian)
	* Don't ask about unsubmitted changes when the embed is closed from js (Marco)
	* Fix favicon updating in bookmarks menu and toolbar (Christian)
	* Fix bookmarks re-categorising by dnd (Christian)
	* Fix high CPU usage on download by lowering update interval (Christian)
	* Fix "About" dialogue icon (Christian)
	* Fix crash when closing a still-loading popup (Christian)
	* Fix filename validation not to produce invalid unicode string (Christian)
	* Don't assume Desktop location, check with gconf pref (Christian)
	* Fix unsubmitted change check code not to return error for XUL documents (Christian)
	* Fix user-changed accelerator persistence (Christian)
	* Also pop up context menu from Menu key (Christian)

Translations
	* Mətin Əmirov (az)
	* Ole Laursen (da)
	* Κώστας Παπαδήμας (el)
	* Priit Laes (et)
	* Pauli Virtanen (fi)
	* Christophe Merlet (fr)
	* रविशंकर श्रीवास्तव (hi)
	* Laszlo Dvornik (hu)
	* Francesco Marletta (it)
	* Changwoo Ryu (ko)
	* Žygimantas Beručka (lt)
	* Hasbullah Bin Pit (ms)
	* Reinout van Schouwen (nl)
	* Kjartan Maraas (no)
	* Duarte Loreto (pt)
	* Laurent Dhima (sq)
	* Christian Rose (sv)


===============
Epiphany 1.1.10
===============

Bugfixes
	* Adapt to mozilla API changes (Christian)
	* Fix predictable temp file name (Marco)
	* Fix an error in the schema file (Julio M. Merino Vidal)
	* Fix --with-html-dir configure arg (Julio M. Merino Vidal)
	* Fix toolbar editor table layout off-by-one error (Christian)
	* When removing a toolbar make its items available again in the
	  toolbars editor (Christian)
	* Typo fixes in help file (Alexander Winston)
	* Fix toolbar height when adding the first item (Christian)

Translations

	* Adam Weinberger (en_CA)
	* Алесь Няхайчык (be)
	* Changwoo Ryu (ko)
	* Christian Neumair (de)
	* Christian Rose (sv)
	* Данило Шеган (sr, sr@Latn)
	* Duarte Loreto (pt)
	* Francisco Javier F. Serrador (es)
	* GNOME PL Team (pl)
	* Laurent Dhima (sq)
	* Miloslav Trmač (cs)
	* Ole Laursen (da)
	* Reinout van Schouwen (nl)
	* 相花 毅 (ja)


==============
Epiphany 1.1.9
==============

Bugfixes
	* Fix compilation with certain gcc version
	* Fix filechooser filters when shown from mozilla
	* Hide filechooser after response, since it won't be destroyed immediately
	  when shown from javascript

Translations:
	* Christophe Merlet (fr)
	* Kjartan Maraas (no)
	* Miloslav Trmac (cs)
	* Mətin Əmirov (az)

==============
Epiphany 1.1.8
==============

Code changes

	* Use gnome-common to generate help makefiles (Marco)

Interface improvements

	* Use title capitalisation in the clear history dialog (Piers Cornwell)
	* Use a default width/height for dialogs with treeviews
	  that don't have a fixed requisition (Biggest Flake Ever)
	* Set a default height/width for the encoding dialog (Dave)
	* Don't show Find, Add Language, and Encodings dialogue in
          window list.
	* Now that GtkComboBox supports mnemonic activation,
          set the focus target of the combos labels (Christian)
	* Make resume dialog warning message selectable
	  per HIG (Piers Cornwell)
	* Make columns resizable (Marco Pesenti Gritti)

Bugfixes

	* Fix a lot of memleaks (Christian)
	* Fix toolbar overflow menus creation (Christian)
	* Honour the --with-gconf-schema-file-dir and
	  --disable-schemas-install configure options
	  (Julio M. Merino Vidal)
	* Fixup completion matching and priority calculation (Marco)
	* Put the serial numbers in duplicated filenames just before
          the last dot so we won't confuse apps like file-roller. (Xan)
	* In downloader when open is explicitly requested from
	  the dialog use a temporary file (Marco)
	* Sync with mozilla 1.7a api (Christian)
	* Reenable indentation of node xml (Christian)
	* Fix numerous places where we weren't properly
	  converting between UTF-8 and filename encoding. (Christian)
	* Unify fallback downloads dir to get the
	  home directory (Christian)
	* Don't set entries insensitive, only set the non-editable when the
          gconf key isn't writable. (Christian)
	* Changed .pc file version to 1.2 (Christian)
	* Make statusbar api public for plugins (Christian)
	* Fix several problems in the safe/unsafe downloads logic (Marco)

Translations

	* Ales Nyakhaychyk (be)
	* Arafat Medini (ar)
	* Changwoo Ryu (ko)
	* Christian Neumair (de)
	* Christophe Merlet (RedFox) (fr)
	* Danilo Segan (sr)
	* Duarte Loreto (pt)
	* Francisco Javier F. Serrador (es)
	* Funda Wang (zh_CN)
	* GNOME PL Team (pl)
	* Hasbullah Bin Pit (ms)
	* John C Barstow (mi)
	* Kjartan Maraas (no)
	* Kostas Papadimas (el)
	* Laurent Dhima (sq)
	* Maxim Dziumanenko (uk)
	* Miloslav Trmac (cs)
	* Pauli Virtanen (fi)
	* Žygimantas Beručka (lt)

==============
Epiphany 1.1.6
==============

Code changes

	* Add default width/height to EphyDialogs (Marco)
	* Add a way to get the downloads dir (Marco, Christian, Adam Hooper)

Interface improvements

	* Use EPHY_STOCK_DOWNLOAD for download link icon (David Bordoley)
	* Add a hidden "Tools" menu that extensions can use (David Bordoley)

Bugfixes

	* ephy-tab LOAD_PROGRESS property typo fix (Adam Hooper)
	* Fix many, many memory leaks in 28 functions (Christian)
	* Fix property getter of favicon "icon" property (Christian)
	* Fix encoding converstion of "Untitled" filename suggestion (Christian)
	* Don't crash when reading RDF file fails on bookmark import (Christian)
	* Use rdf:resource instead of rdf:about on bookmark export (Christian)
	* Sync topic names in the bookmarks menu (Christian)
	* Fix bookmarks options parsing (Christian)
	* Fix linking with nautilus view enabled (Christian Persch)
	* Don't initialize EphyBrowser multiple times (Marco)
	* Fix download cancelling (Marco)
	* Fix compilation with Mozilla 1.4 (Christian)
	* Don't display accelerators in tab titles (Christian)
	* Remove misleading comment for ephy_string_blank_chr (Adam Hooper)
	* When checking forms for modifications, handle text
	  entries with default value longer than maxlength (Christian)

Documentation

	* Update documentation (Piers Cornwell)
	* Update screenshot (David Bordoley)
	* Update copyright date (Christian)

Translations

	* Changwoo Ryu (ko)
	* Kjartan Maraas (no)
	* Hasbullah Bin Pit (ms)
	* Francisco Javier F. Serrador (es)
	* Miloslav Trmac (cs)
	* Danilo Segan (sr)
	* Danilo Segan (sr@Latn)
	* Christophe Merlet (RedFox) (fr)
	* GNOME PL Team (pl)
	* Žygimantas Beručka (lt)
	* Sanlig Badral (mn)
	* Kostas Papadimas (el)
	* Christian Neumair (de)
	* Reinout van Schouwen (nl)
	* Laurent Dhima (sq)
	* Alastair McKinstry (ga)
	* Duarte Loreto (pt)
	* Christian Rose (sv)

==============
Epiphany 1.1.5
==============

Bugfixes

	* Fix dialogs size persistance

==============
Epiphany 1.1.4
==============

Code changes

	* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent (Christian)
	* Api to get the page content into a string (Lee Willis)
	* Use ngettext for number of downloads and remaining minutes display in
	  the tooltip of the tray icon. (Piers Cornwell)
	* Allow to open glade files not inside epiphany dirs (Adam Hooper)
	* Make Cancel safe against non active downloads (Xan)
	* Allow passing the translation domain to ephy_dialog_construct,
          to make extension's dialogues translatable. (Christian)

Interface improvements

	* Allow to  show/hide downloader clicking on tray icon (Xan)
	* Show help for menu items in the statusbar (Christian)
	* Use a Downloads folder on the desktop by default (Marco)
	* Allow to disable automatic downloads (Marco)
	* Re-enable fonts language font filtering (Christian)
	* Better string for history disabling lockdown pref (Marco)
	* Delete UTF-7 from our list of known encodings (Christian)
	* Persist downloader position (Marco)

Bugfixes

	* Fix crash closing windows/tabs (Christian)
	* Actually save the file in downloads dir and then
          open it (Marco)
	* Create an epiphany temp dir in /tmp so that we can have
	  the right permissions on it (Christopher James Lahey)
	* Work around a bug in mozilla where  0xa0 (NBSP) are
	  converted to spaces (Christian)
	* Fix force reload (Christian)
	* Do not use the same pref of 1.0 for the download dir,
	  they are different things (Marco)
	* Do not use the downloader folder key to persist
	  Save As actions (Marco)

Translations

	* Miloslav Trmac (cs)
	* Christian Neumair (de)
	* Nikos Charonitakis (el)
	* Francisco Javier F. Serrador (es)
	* Alastair McKinstry (ga)
	* Changwoo Ryu (ko)
	* Hasbullah Bin Pit (ms)
	* Reinout van Schouwen (nl)
	* Kjartan Maraas (no)
	* Artur Flinta (pl)
	* Danilo Šegan  (sr, sr@Latn)
	* Laurent Dhima (sq)

==============
Epiphany 1.1.3
==============

Code changes

	* Add API to clear http auth cache (Christian)
	* Fix compilation with mozilla 1.4 (Christian)
	* Some API naming unification (Christian)
	* Add API to get the EphyTab from its EphyEmbed (Christian)
	* Better error checking in mozilla glue code (Christian)
	* Track mozilla trunk API changes (Christian)

New features

	* Set SOCKS host from GNOME global preferences (Christian)
	* Check if there was input in forms before closing the tab/window,
	  and warn user if there are unsubmitted changes (Christian)
	* More lockdown features (Christopher J. Lahey, Christian)
	* Caret browsing (enabled/disabled with F7) (Christian)
	* Add back "Download Link As..." to the context menu (Xan)

Interface improvements

	* Always show "Copy" in the context menu when there is a selection
	  (Michael Terry)
	* Add "Help" buttons to all dialogues (Piers Cornwell)

Bugfixes

	* Fix some mem leaks (Christian)
	* Fix the encoding menu in the case that the encoding is unknown to us
	  (Christian)
	* Fix logic error in window position restoring (Dave Jones)
	* Fix startup crash when lockdown enabled (Christopher J. Lahey)
	* Fix gobject implementation error in notebook finalize (Christian)

Documentation

	* Updated OMF file (Piers Cornwell)

Translations

	* Arafat Medini (ar)
	* Changwoo Ryu (ko)
	* Christian Neumair (de)
	* Christian Rose (sv)
	* Danilo Segan (sr, sr@Latn)
	* Duarte Loreto (pt)
	* Francesco Marletta (it)
	* Francisco Javier F. Serrador (es)
	* GNOME PL Team (pl)
	* Joao Emanuel (pt_BR)
	* Michael Everson (ga)
 	* Miloslav Trmač (cs)
	* Progga (bn)
	* Robert Sedak (hr)
	* Roozbeh Pournader (fa)
	* Sanlig Badral (mn)
	* Sebastien Bacher (fr)
	* tunggul arif siswoyo (id)


==============
Epiphany 1.1.2
==============

Code changes

	* Reformat spinner code to conform to epiphany coding style. (Christian)
	* Allow plugins to access the statusbar (Adam Hooper)
	* Use statusbar api directly instead of wrapping it around, so that
	  we can have different groups of messages (Marco)
	* No need to have EphyNode thread safe since we never use
	  it in threads anyway (Marco)
	* Brought toolbar editor code type macros in line with the
	  rest of libegg; use gobject instance private data (Christian)

New features

	* Lockdown: set buttons insensitive when their
          pref key is not writable. (Christian)
	* Allow to move languages up and down in language editor (Christian)

Interface improvements

	* Make ctrl-click equivalent of middle click on links. Make shift-click
          save the link. (Christian)
	* Sort the list of fonts alphabetically (Christian)
	* Make toolbar editing drag icons use the same icon size as the
          actual toolbar icons (Jorn Baayen)
	* In history show only site title by default (Marco)
	* Make print dialogue spacing HIG-compliant (Christian)
	* Use stock icon for print setup (Christian)
	* Better way of mapping hierarchy to topics when importing
          bookmarks from mozilla (Christian)
	* In-line the language editor in the prefs dialog (Christian)
	* Use favicons in the back/forward menus (Christian)
	* Set the download folder selection label to "Home" if download folder
          is home folder (Christian Neumair)

Bugfixes

	* Fix several mem leaks (Christian)
	* Depend on automake 1.7, fix compilation from
	  cvs on systems with 1.6 installed (Marco)
	* Restore tabs menu shortcut keys ALT-1 .. ALT-0 (Christian)
	* Don't try to save the submit button image instead of submitting
          the form
	* Destroy file chooser with its parent window; fixes crashes (Christian)
	* Fix coordinates of under widgets popup in RTL mode (Christian)
	* Do not try to pickup already set MOZILLA_FIVE_HOME,
          hopefully fix crashes oepning links from thunderbird (Marco)
	* Re-implement Pause/Resume in downloader (Xan)
	* Correctly cancel the download instead of just
          cancelling the request. (Marco)

Documentation

	* Updated printing docs (Piers Cornwell)
	* GDK_Meta_L is a keycode, not a modifier code.
          Map meta to GDK_MOD2_MASK. (Christian)

Translations

	* ar (Arafat Medini)
	* be (Ales Nyakhaychyk)
	* cs (Miloslav Trmac)
	* de (Christian Neumair)
	* el (Kostas Papadimas)
	* en_GB (Christian Persch)
	* es (Francisco F. Serrador)
	* nl (Vincent van Adrighem)
	* no (Kjartan Maraas)
	* pt_BR (Gustavo Noronha Silva)
	* sr (Danilo Šegan)
	* sr@Latn (Danilo Šegan)
	* sq (Laurent Dhima)

==============
Epiphany 1.1.1
==============

Code changes

	* Adapt to mozilla API changes (Marco, Xan, Christian)
	* Sync gtk+ NSS dialogues from galeon (Marco)
	* Embed commands interface for clipboard commands (Marco)
	* Re-sync egg-editable-toolbar with gtk+ toolbar api changes (Marco)
	* New file chooser wrapper class (Christian)
	* Re-sync nautilus view with nautilus api changes (Marco)
	* Cleanup of EphyWrapper to use higher-level mozilla api (Marco)
	* Initialize EphyWrapper on realize (Marco)
	* Instantiate an about:blank automatically (Marco)
	* Show filechooser from header sniffer (Marco, Christian)
	* Use content document dom to determine is_framed (Marco)
	* Sync egg-editable-toolbar api with gtk+ toolbar api (Soren Sandmann)
	* Use gnome-vfs helpers to launch apps, drop our own helpers (Marco)
	* Only save history db if it's changed (Christian)
	* Implement new downloading from ContentHandler (Xan)
	* Use stock gcclosure-marshals where they exist (Christian)
	* Implement commands state api (Marco)
	* Rework ContentHandler to use auto_open of downloads (Xan)
	* Resync eel-gconf-extensions from eel (Marco)
	* Migrate old font settings (Marco)
	* Get rid of gresult type (Christian)
	* Remove unused function from ephy-gui (Marco)
	* Use glib gi18n header instead of bonobo/libgnome one (Marc, Christian)
	* Don't cache the dom document since it changes for every load (Marco)
	* List of safe mime types, and script to update it (Marco)
	* Use list of safe mime types to determine if we auto-open (Marco)
	* Use gtk icon theme instead of gnome icon theme (Marco)
	* Better ephy completion model (Marco)
	* Port ephy node db saving and bookmarks RDF export to new libxml
	  xmlWriter api (Christian)
	* Remove some unneeded prototypes (Marco)
	* Cleanup session, also persist bme and history window (Marco)
	* Re-use gtkmozembed signals (Marco)
	* Hack to make tooltips on toolbar items work (Marco)
	* New extensions API (Christian)
	* Port session to new extensions api (Christian)
	* Reworked automation/activation (Marco)
	* Enable deprecations and -Werror only in maintainer mode (Marco)
	* Move gnome session code in the shell (Marco)
	* Port to changed gtk+ combo box api (Marco)
	* gtk-doc support (Marco)
	* handle_content signal on EphyEmbedSingle for external downloader
	  support (Marco)
	* Refactor embed single apis into new EphyCookieManager,
	  EphyPasswordManager and EphyPermissionManager interfaces (Christian)
	* Implement arbitrary_url lockdown pref (Marco, Christopher Lahey)
	* Don't build external protocol handlers with mozilla 1.6, it has
	  its own (Marco)
	* Merge exthandler/content implementation (Marco)
	* Refactored PDM dialogue implementation (Christian)
	* Lockdown: disable loading from unsafe protocols (Christian)
	* Port zoom control to new GtkComboBox (Christian)
	* Show time remaining in download tray icon tooltip (Marco)
	* Lockdown: disable chrome changes from js (Marco, Christopher Lahey)
	* Port EphyDialog and all users to new GtkComboBox (Christian)
	* Remove GtkOptionMenu support from EphyDialog (Christian)
	* Re-enable deprecation when in maintainer mode (Marco)
	* Port GtkNSSClientAuthDialogs to new GtkComboBox (Christian)
	* Remove some unused includes (Marco, Christian)

New features

	* Persist zoom setting per host (Christian)
	* Undo/Redo in forms (Dave, Marco)
	* Gtk+ NSS Auth Dialogues (Crispin Flowerday, from galeon)
	* Tray icon support for downloader (Marco)
	* Beginnings of lockdown mode (Marco, Christian, Christopher Lahey)

Interface improvements

	* Improved downloader interface (Marco, Xan)
	* Move the spinner in its own mini-toolbar (Marco)
	* New hand cursor adapted from eog (Dave)
	* Use hand cursor in toolbar editor (Marco)
	* Made encodings dialogue auto-apply (Christian)
	* Don't pollute statusbar with the "done" mesage (Dave)
	* Auto-close downloader when no more items
	  left (Xan)
	* Use new gtk+ file chooser (Christian)
	* Better sorting of encoding autodetectors (Christian)
	* Implement smart selection in downloader view (Xan)
	* Smoother toolbar drag highlighting (Soren Sandmann)
	* Update commands sensitivity in menus (Marco)
	* Implement UI for download folder (Xan)
	* Make prefs and PDM dialogues global (Christian)
	* Improved cookie properties dialogue (Piers Cornwell)
	* Split print into print setup and print (Christian)

Bugfixes

	* Remove invalid items from toolbars on load (Marco)
	* Don't hide a separator item while dragging it (Marco)
	* Fix delete event handling for downloader (Xan)
	* Add missing default prefs for some language groups (Christian)
	* Fix default prefs file for new mozilla parser changes (Christian)
	* Remember upload path (Christian)
	* Fix bookmarks import dialogue button duplication (Christian)
	* Convert filenames to/from utf-8 before using them (Christian)
	* Fix spinner refcounting (Christian)
	* Fix fullscreen toolbar visibility (Marco)
	* Force encoding on changes, so we can go back to automatic (Christian)
	* Build nautilus server only when view is enabled (Marco)
	* Fix leak of liststores from combo boxes (Marco)
	* Fix dnd data provided by drag handle (Marco)
	* Fix toolbar drag type creation (Marco)
	* Don't require parent window for filechooser (Marco)
	* Fix toolbar highlighting (Marco)
	* Set sensible cursor hotspot in toolbar editor (Marco)
	* Fix filechooser directory persistence (Christian)
	* Unset silent mode after printing (Christian)
	* Don't unref print dialogue twice when shown from mozila (Christian)
	* Fix return value from print dialogue so mozilla won't show erroneous
	  error dialogue (Christian)
	* EphyDialog needs to be initialised when run, too (Christian)
	* Use signal accumulators for boolean-return signals (Christian)
	* Do not try to set sensitivity "Paste" menu items, the wait api
	  cause bad crashes (Marco)
	* Only allow printing the selection if there really is one (Christian)
	* Use show() when run()ning an EphyDialog (Christian)
	* Fix completion model crash on deleting a bookmark (Marco)
	* Fix ephy location entry finalisation (Christian)
	* Fix bookmarks editor crash from gtk clipboard wait api (Marco)
	* Fix history db saving not to save "All" node (Marco)
	* Don't unref the icon theme, we don't own it (Christian)
	* Unlink session file when all windows are closed (Marco)
	* Fix conversion on saving, fixes view-source (Marco)
	* Fix recovery from corrupt toolbar layout file (Christian)
	* Fix completion model column use (Marco)
	* Import gtk NSS dialogues glade file from galeon, too (Christian)
	* Build XUL dialogues with a gtkmozembed in a gtkwindow (Marco)
	* Fix warning when showing the encodings dialogue (Christian)
	* Link up toolbar editor help (Christian)
	* Fix some typos (Marco)
	* Unref on timeout when in server mode (Marco)
	* Expand cmd line args (Marco)
	* Nautilus view refcounting bug fix (Marco)
	* Fix crash when starting with --bookmarks-editor, correctly instantiate
	  a session (Marco)
	* Don't re-fetch POST pages for show-source (Marco)
	* Make encodings dialogue transient (Christian)
	* Remove unused enum values (Christian)
	* Mark EphyFooPriv structs as private for gtk-doc (Christian)
	* Don't assert, return instead in impl_go_up (Marco)
	* Fix context menu leak (Marco)
	* Make session saving low disk safe (Marco)
	* Fix "Download Link" context menu item text (Marco)
	* Use stock icons where provided (Marco)
	* Only set autoproxy url if non-empty (Christian)
	* User ephy filechooser in download folder picker (Xan)
	* Fix RDF export to export 100% instead of only 50% of bookmarks
	  (Christian)
	* Fix cookie manager signal marshaller type (Christian)
	* Restore copy and paste menu items on form fields (Marco)
	* Live updates of cookies list in PDM dialogue (Christian)
	* Don't blindly overwrite files when downloading (Xan)
	* Fix some mem leaks (Christian)
	* Fix ephy_embed_get_location() on an unrealized widget (Marco)
	* Monitor /system/http_proxy for proxy changes (Christian)
	* Set pref widget sensitivity from gconf key writeablility (Christian)
	* Fix strftime(3) usage (Christian)
	* Fix GtkExpander state persistence in NSS dialogue (Christian)
	* Remove duplicate signal from EphyEmbed (Christian)

Documentation

	* Documentation neatening, organisation (Piers Cornwell)
	* Some new sections documented (Piers Cornwell)
	* Some docs fixes (Dave)
	* Beginnings of API documentation (Marco, Christian)
	* Document preferences and downloader (Piers Cornwell)
	* Document security and certificates section (Piers Cornwell)

Translations
	* Christian Neumair (de)
	* Christian Rose (sv)
	* Danilo Segan (sr)
	* Francisco Javier F. Serrador (es)
	* Gustavo Noronha Silva (pt_BR)
	* Hasbullah Bin Pit (ms)
	* KAMAGASAKO Masatoshi (ja)
	* Kostas Papadimas (el)
	* Marcel Telka (sk)
	* Mətin Əmirov(az)
	* Miloslav Trmac (cs)
	* Ole Laursen (da)
	* Paul Duffy (ga)
	* Vincent van Adrighem (nl)


==============
Epiphany 1.1.0
==============

Code changes

	* Remove most egg code and port to the gtk 2.3 api for toolbars and
	  menus (Marco, Christian)
	* Cleanup gobjects using the new add_private api (Christian)
	* Rewrote xbel bookmarks importer using xmlreader api (Christian)
	* Use new dynamic api to create dynamic menus (Marco, Christian)
	* Load default mozilla prefs from a javascript file,
          this is way is possible to override defaults in about:config (Marco)
	* Use gtk invisible event boxes (Christian)
	* Remove deprecated g_value_set_object_take_ownership() (Christian)
	* Use new gnome vfs show_url api (Christian)
	* Refactor node db loading functions into a common one in
          ephy-node-db. Switch to using xmlReader api. (Christian)
	* Use gconf_client_notify to initialize prefs (Christian)
	* Refactor initialization/automation code to ensure we dont
	  use dying shell (Marco)
	* Use GtkIconTheme (Marco)
	* Use ngettext where useful (Christian)
	* New implementation of location entry using GtkComboBox (Marco)
	* New downloads implementation (user interface being worked on) (Xan, Marco)
	* Remove our custom implementation and use gtk api for
	  empty bookmarks menu (Marco, credits to Matthias Clasen for gtk implementation)
	* Make the favourites menu self-updating (Christian)
	* Port history and bookmarks combos to new api (Marco)

New features

	* Added migration from galeon settings (Christopher James Lahey)
	* Add an --import-bookmarks command line option, and really implement
          the --add-bookmark one. (Christian)
	* Ability to choose visible columns in bookmarks and history (Marco)
	* History time filter (Marco)
	* Import bookmarks from Firebird (Christian)
	* Ability to import bookmarks from a custom file (Marco)
	* Allow dragging of tabs to a window even when the tabs bar is not
          shown. (Christian)

Interface improvements

	* Simplify font selection and make it use points instead
	  of pixels like everything in Gnome (Marco)
	* Use a line to make more clear Language/Fonts relation (Marco)
	* Sync spinner with the current active tab (Marco)
	* HIGgify new bookmark dialogue title (Christian)
	* Special, more compact, toolbar layout for fullscreen (Marco)
	* Gtk versions of the mozilla certificate prompts (from galeon)
	* Use Bookmarks instead of All as label in toolbars (Marco)
	* Use radio buttons for tabs menu (Marco)
	* Fix spacing in a few dialogs (Marco)
	* Better icons on mime dialog (Marco)
	* Case insensitive bookmarks matching in autocompletion
	  (Marco, credits to Kristian Rietveld for rocking new widget)
	* Show bookmarks at the top of autocompletion list (Marco)
	* Speedup history dialog (Marco)
	* Visual progress bar in downloader (Marco)
	* Better encoding menu interface. Show most common/most used
	  entry in the menu, split the others out to a dialog. Allow
	  to revert to Automatic. Show current selected encoding with
	  radio buttons (Christian, credits to Matthew Thomas for user
	  interface ideas)
	* Toolbar editor improvements. Show a different cursor when
	  hovering the items. Pickup and drop behavior. Make space
	  for the item instead of showing a line (Marco, credits to
	  Soeren Sandmann for gtk changes)
	* Make location a normal entry, removing the hard to click,
	  vastly unused arrow for typed urls. (Marco)
	* Focus bookmarks search entry by default (Ettore Perazzoli)

Bugfixes

	* Enable dragging the tab from a single-tab window too (Christian)
	* Do not fail if prefs.js is corrupted (Marco)
	* Fix location entry losing content when editing toolbar (Christian)
	* Fix directory selection persistence (Christian)
	* Fix a bug that could have caused bookmarks loss with low disk (Christian)
	* Save session also when closing windows (Marco)
	* Make mime dialogs interrupt download on Esc, simplify the code
	  using response signal (Marco)
	* Fix compilation on Solaris (Marco)
	* Set a MOZ_PLUGIN_PATH default. (Christopher James Lahey)
	* Fix a warning when printing to a file (Christian)
	* Fix intermittent nautilus view activation failure (Mark McLoughlin)
	* Fix downloads with authentication (Marco)
	* Fix history clear, sometimes sites was not removed
	  completely (Marco)
	* Fix some treeview model leaks (Christian, Marco)

Translations

	* cs (Miloslav Trmac)
	* en_GB (Christian Persch)
	* fr (Eric Seigne)
	* ga (Paul Duffy)
	* hi (Guntupalli Karunakar)
	* hu (Andras Timar)
	* lt (Zygimantas Berucka)
	* ml (Abel Cheung)
	* mn (Sanlig Badral)
	* nl (Vincent van Adrighem)
	* pt_BR (Evandro Fernandes Giovanini)
	* ro (Misu Moldovan)
	* sk (Marcel Telka)
	* sq (Laurent Dhima)
	* sr.po (Danilo Segan)
	* sr@Latn.po (Danilo Segan)
	* sv (Christian Rose)
	* ta (Dinesh Nadarajah)
	* vi (Pablo Saratxaga)
2004-04-01 18:52:48 +00:00
jmmv
b66f6dd80e Update to 2.6.0. Changes since previous stable version (2.4.x):
Overview of Changes in gtkhtml2 2.6.0
=====================================
None.

Overview of Changes in gtkhtml2 2.5.6
=====================================
* Redraw cursor quickly when cursor is moved. (bug #135484)

=====================================
Overview of Changes in gtkhtml2 2.5.5
=====================================
* Fix porting issues for AIX C complier (bug #134860)
[bugzilla-gnome@thewrittenword.com].

Overview of Changes in gtkhtml2 2.5.4
=====================================
* Fix memory corruption problems. (bug #133518).

Overview of Changes in gtkhtml2 2.5.3
=====================================
* Correct inconsistency between byte offset and character offset when
selecting text. (bug #131425)

* Add support for virtual cursor position when scrolling up and down with
cursor showing. (bug 131216)

* Fix loooping error which occurred when reading accessible content of page
which contained HtmlBoxText without any text. (bug #131453)

* Correct cursor placement at end of paragraphs. (bug #131550)

* Correct creation of accessible objects for objects containing text.
(bug #131553)

* Emit text-caret-moved signal when cursor is moved and accessibility is
enabled. (bug #131465)

* Added FLOWS_FROM and FLOW_TO relations for accessible objects containing
text. (bug #131462)

* Move cursor when focus changes. (bug #131908)

* Correct link index value in link-selected signal (bug #131912)

* Remove file data/gtkhtml2.xcf as it is not used.


Overview of Changes in gtkhtml2 2.5.2
=====================================
* Emit selection-changed events when accessibility is enabled and
text is selected. (bug #125309)

* Fix crasher bug when float:center is specified in the html. (bug #129486)

* Fix crasher bug when multiple HTML documents are used in a HtmlView.
(bug #130789)

* Implement F7 to toggle showing cursor. Implement moving cursor by character,
word, line and page and to top or end using the keyboard.. Also implement
selection of text.

Overview of Changes in gtkhtml2 2.5.1
=====================================
* Fix crasher bug when document is deleted. (bug #127946)

Overview of Changes in gtkhtml2 2.5.0
=====================================
* Emit notification when new HTML page is displayed. (bugg #124199)

* Use correct language so that glyphs are displayed correctly for Chinese.
[Phill Zhang] (bug #124650)

* Make focus line visible, particularly when large font is uded. (bug #125290)

* Show text in correct font after font size is decreased. (bug #125301)

* Fix crasher problem when gok is used with yelp. (bug #126294)

* Correct implementation of moving focus out of HtmlView (bug #90281)
2004-04-01 18:32:37 +00:00
kim
269e8f65a3 Make Perl packlist used again.
Preserve line breaks in directory names (in icon display).
2004-04-01 16:13:17 +00:00
xtraeme
c0172fbc7e Added thy-0.8.10 2004-04-01 05:20:37 +00:00
xtraeme
2c541c5c8d Initial import of thy-0.8.10 from pkgsrc-wip.
Thy was designed to be as fast and lightweight as possible. For
speed, she uses sendfile(), and does not fork.

Among the features are name-based virtual hosts, userdir and
directory index support; Range, If-Modified-Since, keep-alive,
on-the-fly compression and of course, CGI, IPv6 and TLS support.

Thy does not require (but can use) a configuration file to run.
2004-04-01 05:19:02 +00:00
jmmv
172c3fbdfd Explicitly include pkgconfig's buildlink3.mk file. 2004-03-31 11:36:24 +00:00
xtraeme
1552bc6e69 Added galeon-devel-1.3.14a 2004-03-30 23:42:17 +00:00
xtraeme
6455e5ca3b Initial import of galeon-devel-1.3.14a from pkgsrc-wip.
Galeon is a GNOME Web browser based on gecko (the mozilla rendering engine).
It's fast, it has a light interface, and it is fully standards-compliant.

This version uses GNOME 2, and is a development branch built against
www/mozilla-gtk2.
2004-03-30 23:40:52 +00:00
jlam
a4fbec96a6 Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead. 2004-03-30 18:32:32 +00:00
agc
0851de6a87 Make this build on NetBSD-2.0A with ipfilter-4.1.1 2004-03-30 08:17:46 +00:00
epg
e0c1d83495 Update to 0.6.
Changes:
* Performance improvements.
* View diffs between wiki page edits.
* Improved Search module.
* Support for tables in the wiki. (Thanks to Stephen Hansen)
* Colored reports. Use colors to show priority, etc.
* Support for custom wiki processor macros. (See TracReports)
* reStructuredText markup support (See WikiRestructuredText)
* HTML markup support (See WikiHtml)
* Report groups. Group results by a column.
* Multi-line report rows.
* Download report in CSV (Comma Separated Value) and tab-separated format
* RSS 2.0 content syndication support in Timeline, Reports and Log.
* Better, locale-based date and time formatting.
* Wiki RecentChanges support.
* Overall usability, consistency and cosmetic improvements.
* More documentation.

See also <http://projects.edgewall.com/trac/report/8> for a detailed
list of issues resolved since 0.5.2.
2004-03-29 18:34:09 +00:00
epg
4116838de6 Update to Version 1.0.1.
(12 March 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.1

 IMPORTANT: cvs2svn is no longer included in py-subversion.  I will
 soon be adding a new cvs2svn package.

 User-visible changes:
 * allow anonymous access checking in mod_authz_svn
 * fixed: mod_authz_svn now works with SVNParentPath (issue #1588)
 * fixed: potential segfault in mod_dav_svn.
 * fixed: improper BDB cursor shutdown in libsvn_fs, which can wedge repos.
 * fixed: allow checkout of repository with space in path. (issue #1694)
 * fixed: make 'svn propget URL' work correctly over svn://. (issue #1752)
 * fixed: failed 'svn merge URL' when URL contains user@host. (issue #1759)
 * fixed: invalid REPORT response when updating a deleted wc. (issue #1721)
 * fixed: allow deletes below copied wc dirs.
 * fixed: merge --dry-run bug on added-files with props. (issue #1738)
 * fixed: svnlook no longer requires write access to '.'
 * fixed: ensure 'svn blame' fails on files marked as binary. (issue #1733)
 * fixed: make failed direct-URL commits clean up their fs txns. (issue #1726)
 * fixed: obscure bugs in time/date string formatting. (issue #1692)
 * fixed: svn export doesn't export svn:externals. (issue #1750)
 * fixed: svn import doesn't handle EOL or keyword translation. (issue #1756)
 * fixed: svn status -v shows unwanted status of externals (issue #1741)
 * fixed: allow revert of schedule-replace file that has no props (issue #1775)
 * fixed: svnserve segfault on invalid --listen-host argument.
 * fixed: switch bug which caused wrong URL to be left in wc.
 * detect invalid UTF8 filenames when native locale is UTF8.
 * improve presentation of directory property conflicts.
 * improve presentation of errors from svnadmin & svnlook.
 * clarify output of 'svnadmin help deltify'.
 * augment copyright notice to --version output.
 * more book updates.

 Developer-visible changes:
 * remove obsolete auth provider examples.
 * prevent potential ra_dav commit race-condition.
 * fix svn_io_dir_walk 'dot-first' ordering required by 'svnadmin hotcopy'.
 * fix error leaks in dav_svn_convert_err()
 * upgrade win32 innosettup tools and redhat RPMs.
 * fix compile warning:  compressed streams on LP64 architecture.
 * use cpio to generate tarballs instead of GNU tar.
 * tweaks to dist.sh.
 * fix bindings on win32.
 * fix perl bindings build on OS X.
 * fix perl bindings:  bug which rejects string revnums.
2004-03-29 18:08:33 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
martin
a56c32bcd9 regen (sorry) 2004-03-28 21:25:16 +00:00