summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/dillo/dillo-0.8.5/.mtn2git_empty0
-rw-r--r--packages/dillo/dillo-0.8.5/dillo.desktop9
-rw-r--r--packages/dillo/dillo-0.8.5/dillo.pngbin4175 -> 0 bytes
-rw-r--r--packages/dillo/dillo-0.8.5/dpi.patch27
-rw-r--r--packages/dillo/dillo-0.8.5/dpid.patch13
-rw-r--r--packages/dillo/dillo-0.8.5/font.patch15
-rw-r--r--packages/dillo/dillo-0.8.6/dillo-i18n.diff48036
-rw-r--r--packages/dillo/dillo-0.8.6/font.patch15
-rw-r--r--packages/dillo/dillo_0.8.5.bb28
-rw-r--r--packages/dillo/dillo_0.8.6.bb13
10 files changed, 48043 insertions, 113 deletions
diff --git a/packages/dillo/dillo-0.8.5/.mtn2git_empty b/packages/dillo/dillo-0.8.5/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/dillo/dillo-0.8.5/.mtn2git_empty
+++ /dev/null
diff --git a/packages/dillo/dillo-0.8.5/dillo.desktop b/packages/dillo/dillo-0.8.5/dillo.desktop
deleted file mode 100644
index 6c5f994da4..0000000000
--- a/packages/dillo/dillo-0.8.5/dillo.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Web browser
-Comment=Dillo
-Exec=dillo
-Terminal=0
-Type=Application
-Icon=dillo.png
-Categories=Application;PIM;GPE
-StartupNotify=True
diff --git a/packages/dillo/dillo-0.8.5/dillo.png b/packages/dillo/dillo-0.8.5/dillo.png
deleted file mode 100644
index 99c942f190..0000000000
--- a/packages/dillo/dillo-0.8.5/dillo.png
+++ /dev/null
Binary files differ
diff --git a/packages/dillo/dillo-0.8.5/dpi.patch b/packages/dillo/dillo-0.8.5/dpi.patch
deleted file mode 100644
index 867107e516..0000000000
--- a/packages/dillo/dillo-0.8.5/dpi.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- dillo-0.8.5/dpi/Makefile.am.orig 2005-12-20 15:12:15.000000000 +0000
-+++ dillo-0.8.5/dpi/Makefile.am 2005-12-20 15:13:12.000000000 +0000
-@@ -1,4 +1,4 @@
--AM_CFLAGS = @GLIB_CFLAGS@
-+AM_CFLAGS = @GTK_CFLAGS@
-
- bookmarksdir = $(libdir)/dillo/dpi/bookmarks
- downloadsdir = $(libdir)/dillo/dpi/downloads
-@@ -13,12 +13,12 @@
- hello_PROGRAMS = hello.filter.dpi
- file_PROGRAMS = file.dpi
-
--bookmarks_dpi_LDADD = @GLIB_LIBS@
--downloads_dpi_LDADD = @GLIB_LIBS@
--ftp_filter_dpi_LDADD = @GLIB_LIBS@
--https_filter_dpi_LDADD = @GLIB_LIBS@ @LIBSSL_LIBS@
--hello_filter_dpi_LDADD = @GLIB_LIBS@
--file_dpi_LDADD = @GLIB_LIBS@ @LIBPTHREAD_LIBS@
-+bookmarks_dpi_LDADD = @GTK_LIBS@
-+downloads_dpi_LDADD = @GTK_LIBS@
-+ftp_filter_dpi_LDADD = @GTK_LIBS@
-+https_filter_dpi_LDADD = @GTK_LIBS@ @LIBSSL_LIBS@
-+hello_filter_dpi_LDADD = @GTK_LIBS@
-+file_dpi_LDADD = @GTK_LIBS@ @LIBPTHREAD_LIBS@
-
- file_dpi_LDFLAGS = @LIBPTHREAD_LDFLAGS@
-
diff --git a/packages/dillo/dillo-0.8.5/dpid.patch b/packages/dillo/dillo-0.8.5/dpid.patch
deleted file mode 100644
index 1a3f51140f..0000000000
--- a/packages/dillo/dillo-0.8.5/dpid.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- dillo-0.8.5/dpid/Makefile.am.orig 2005-12-20 15:14:17.000000000 +0000
-+++ dillo-0.8.5/dpid/Makefile.am 2005-12-20 15:14:37.000000000 +0000
-@@ -1,8 +1,8 @@
- AM_CPPFLAGS=-DDPIDRC_SYS='"$(sysconfdir)/dpidrc"'
--AM_CFLAGS = @GLIB_CFLAGS@
-+AM_CFLAGS = @GTK_CFLAGS@
-
- bin_PROGRAMS = dpid
--dpid_LDADD = @GLIB_LIBS@
-+dpid_LDADD = @GTK_LIBS@
-
- EXTRA_DIST = dpidc
- bin_SCRIPTS = dpidc
diff --git a/packages/dillo/dillo-0.8.5/font.patch b/packages/dillo/dillo-0.8.5/font.patch
deleted file mode 100644
index ace3da8dd6..0000000000
--- a/packages/dillo/dillo-0.8.5/font.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- dillo-0.8.5/src/dw_style.c.orig 2005-12-20 13:01:19.000000000 +0000
-+++ dillo-0.8.5/src/dw_style.c 2005-12-20 13:03:34.000000000 +0000
-@@ -330,6 +330,12 @@
- }
-
- if (font->font == NULL) {
-+ /* Try another platform-font that should be available. (fam83) */
-+ font->font =
-+ gdk_font_load
-+ ("-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1");
-+ }
-+ if (font->font == NULL) {
- /* Can't load any suitable font! */
- g_warning ("Can't load any ISO8859-1 font!?! :(");
- font->font =
diff --git a/packages/dillo/dillo-0.8.6/dillo-i18n.diff b/packages/dillo/dillo-0.8.6/dillo-i18n.diff
new file mode 100644
index 0000000000..b9ef35933c
--- /dev/null
+++ b/packages/dillo/dillo-0.8.6/dillo-i18n.diff
@@ -0,0 +1,48036 @@
+===============================
+ Dillo i18n patch by Kiyo
+===============================
+
+This is an unofficial i18n patch.
+Please see ChangeLog for details.
+Please do not ask a dillo team about this patch.
+
+The newest patch can get in http://teki.jpn.ph/pc/software/index-e.shtml
+If you found bug, please mail to webmaster@teki.jpn.ph.
+
+
+diff -pruN dillo-0.8.6/ABOUT-NLS dillo-0.8.6-i18n-misc-20060709/ABOUT-NLS
+--- dillo-0.8.6/ABOUT-NLS 1970-01-01 09:00:00.000000000 +0900
++++ dillo-0.8.6-i18n-misc-20060709/ABOUT-NLS 2006-05-16 01:21:07.000000000 +0900
+@@ -0,0 +1,432 @@
++Notes on the Free Translation Project
++*************************************
++
++ Free software is going international! The Free Translation Project
++is a way to get maintainers of free software, translators, and users all
++together, so that will gradually become able to speak many languages.
++A few packages already provide translations for their messages.
++
++ If you found this `ABOUT-NLS' file inside a distribution, you may
++assume that the distributed package does use GNU `gettext' internally,
++itself available at your nearest GNU archive site. But you do _not_
++need to install GNU `gettext' prior to configuring, installing or using
++this package with messages translated.
++
++ Installers will find here some useful hints. These notes also
++explain how users should proceed for getting the programs to use the
++available translations. They tell how people wanting to contribute and
++work at translations should contact the appropriate team.
++
++ When reporting bugs in the `intl/' directory or bugs which may be
++related to internationalization, you should tell about the version of
++`gettext' which is used. The information can be found in the
++`intl/VERSION' file, in internationalized packages.
++
++Quick configuration advice
++==========================
++
++ If you want to exploit the full power of internationalization, you
++should configure it using
++
++ ./configure --with-included-gettext
++
++to force usage of internationalizing routines provided within this
++package, despite the existence of internationalizing capabilities in the
++operating system where this package is being installed. So far, only
++the `gettext' implementation in the GNU C library version 2 provides as
++many features (such as locale alias, message inheritance, automatic
++charset conversion or plural form handling) as the implementation here.
++It is also not possible to offer this additional functionality on top
++of a `catgets' implementation. Future versions of GNU `gettext' will
++very likely convey even more functionality. So it might be a good idea
++to change to GNU `gettext' as soon as possible.
++
++ So you need _not_ provide this option if you are using GNU libc 2 or
++you have installed a recent copy of the GNU gettext package with the
++included `libintl'.
++
++INSTALL Matters
++===============
++
++ Some packages are "localizable" when properly installed; the
++programs they contain can be made to speak your own native language.
++Most such packages use GNU `gettext'. Other packages have their own
++ways to internationalization, predating GNU `gettext'.
++
++ By default, this package will be installed to allow translation of
++messages. It will automatically detect whether the system already
++provides the GNU `gettext' functions. If not, the GNU `gettext' own
++library will be used. This library is wholly contained within this
++package, usually in the `intl/' subdirectory, so prior installation of
++the GNU `gettext' package is _not_ required. Installers may use
++special options at configuration time for changing the default
++behaviour. The commands:
++
++ ./configure --with-included-gettext
++ ./configure --disable-nls
++
++will respectively bypass any pre-existing `gettext' to use the
++internationalizing routines provided within this package, or else,
++_totally_ disable translation of messages.
++
++ When you already have GNU `gettext' installed on your system and run
++configure without an option for your new package, `configure' will
++probably detect the previously built and installed `libintl.a' file and
++will decide to use this. This might be not what is desirable. You
++should use the more recent version of the GNU `gettext' library. I.e.
++if the file `intl/VERSION' shows that the library which comes with this
++package is more recent, you should use
++
++ ./configure --with-included-gettext
++
++to prevent auto-detection.
++
++ The configuration process will not test for the `catgets' function
++and therefore it will not be used. The reason is that even an
++emulation of `gettext' on top of `catgets' could not provide all the
++extensions of the GNU `gettext' library.
++
++ Internationalized packages have usually many `po/LL.po' files, where
++LL gives an ISO 639 two-letter code identifying the language. Unless
++translations have been forbidden at `configure' time by using the
++`--disable-nls' switch, all available translations are installed
++together with the package. However, the environment variable `LINGUAS'
++may be set, prior to configuration, to limit the installed set.
++`LINGUAS' should then contain a space separated list of two-letter
++codes, stating which languages are allowed.
++
++Using This Package
++==================
++
++ As a user, if your language has been installed for this package, you
++only have to set the `LANG' environment variable to the appropriate
++`LL_CC' combination. Here `LL' is an ISO 639 two-letter language code,
++and `CC' is an ISO 3166 two-letter country code. For example, let's
++suppose that you speak German and live in Germany. At the shell
++prompt, merely execute `setenv LANG de_DE' (in `csh'),
++`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
++This can be done from your `.login' or `.profile' file, once and for
++all.
++
++ You might think that the country code specification is redundant.
++But in fact, some languages have dialects in different countries. For
++example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
++country code serves to distinguish the dialects.
++
++ The locale naming convention of `LL_CC', with `LL' denoting the
++language and `CC' denoting the country, is the one use on systems based
++on GNU libc. On other systems, some variations of this scheme are
++used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
++locales supported by your system for your country by running the command
++`locale -a | grep '^LL''.
++
++ Not all programs have translations for all languages. By default, an
++English message is shown in place of a nonexistent translation. If you
++understand other languages, you can set up a priority list of languages.
++This is done through a different environment variable, called
++`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
++for the purpose of message handling, but you still need to have `LANG'
++set to the primary language; this is required by other parts of the
++system libraries. For example, some Swedish users who would rather
++read translations in German than English for when Swedish is not
++available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
++
++ In the `LANGUAGE' environment variable, but not in the `LANG'
++environment variable, `LL_CC' combinations can be abbreviated as `LL'
++to denote the language's main dialect. For example, `de' is equivalent
++to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
++(Portuguese as spoken in Portugal) in this context.
++
++Translating Teams
++=================
++
++ For the Free Translation Project to be a success, we need interested
++people who like their own language and write it well, and who are also
++able to synergize with other translators speaking the same language.
++Each translation team has its own mailing list. The up-to-date list of
++teams can be found at the Free Translation Project's homepage,
++`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
++area.
++
++ If you'd like to volunteer to _work_ at translating messages, you
++should become a member of the translating team for your own language.
++The subscribing address is _not_ the same as the list itself, it has
++`-request' appended. For example, speakers of Swedish can send a
++message to `sv-request@li.org', having this message body:
++
++ subscribe
++
++ Keep in mind that team members are expected to participate
++_actively_ in translations, or at solving translational difficulties,
++rather than merely lurking around. If your team does not exist yet and
++you want to start one, or if you are unsure about what to do or how to
++get started, please write to `translation@iro.umontreal.ca' to reach the
++coordinator for all translator teams.
++
++ The English team is special. It works at improving and uniformizing
++the terminology in use. Proven linguistic skill are praised more than
++programming skill, here.
++
++Available Packages
++==================
++
++ Languages are not equally supported in all packages. The following
++matrix shows the current state of internationalization, as of July
++2002. The matrix shows, in regard of each package, for which languages
++PO files have been submitted to translation coordination, with a
++translation percentage of at least 50%.
++
++ Ready PO files be bg ca cs da de el en eo es et fi fr
++ +----------------------------------------+
++ a2ps | [] [] [] [] |
++ bash | [] [] [] [] |
++ bfd | [] [] |
++ binutils | [] [] |
++ bison | [] [] [] [] |
++ clisp | [] [] [] [] |
++ clisp | |
++ clisplow | |
++ cpio | [] [] [] [] |
++ darkstat | () |
++ diffutils | [] [] [] [] [] [] |
++ enscript | [] [] |
++ error | [] [] [] |
++ fetchmail | [] () [] [] [] () |
++ fileutils | [] [] [] [] [] |
++ findutils | [] [] [] [] [] [] |
++ flex | [] [] [] [] [] |
++ gas | [] [] |
++ gawk | [] [] [] |
++ gcal | [] [] |
++ gcc | [] [] |
++ gettext | [] [] [] [] [] |
++ gnupg | [] [] [] [] [] [] [] |
++ gprof | [] [] |
++ gpsdrive | () () () () () |
++ grep | [] [] [] [] [] [] [] |
++ gretl | [] |
++ gthumb | () () () |
++ hello | [] [] [] [] [] [] [] [] [] |
++ id-utils | [] [] [] |
++ indent | [] [] [] [] [] |
++ jpilot | () [] [] [] |
++ jwhois | [] [] |
++ kbd | [] [] [] |
++ ld | [] [] |
++ libc | [] [] [] [] [] [] [] |
++ libiconv | [] [] [] [] |
++ lifelines | () () |
++ lilypond | [] [] [] |
++ lingoteach | [] [] |
++ lingoteach_lessons| () () |
++ lynx | [] [] [] [] [] |
++ m4 | [] [] [] [] [] |
++ make | [] [] [] [] |
++ man-db | [] () () [] () () |
++ mysecretdiary | [] [] [] |
++ nano | [] () [] [] [] [] |
++ nano_1_0 | [] () [] [] [] [] |
++ opcodes | [] [] [] |
++ parted | [] [] [] [] [] |
++ ptx | [] [] [] [] [] [] [] |
++ python | |
++ recode | [] [] [] [] [] [] |
++ sed | [] [] [] [] [] [] [] [] [] |
++ sh-utils | [] [] [] [] |
++ sharutils | [] [] [] [] [] [] |
++ sketch | () [] () |
++ soundtracker | [] [] [] |
++ sp | [] |
++ tar | [] [] [] [] [] [] |
++ texinfo | [] [] [] [] [] |
++ textutils | [] [] [] [] [] |
++ util-linux | [] [] [] [] [] [] |
++ vorbis-tools | [] |
++ wastesedge | |
++ wdiff | [] [] [] [] [] [] |
++ wget | [] [] [] [] [] [] [] [] [] [] |
++ +----------------------------------------+
++ be bg ca cs da de el en eo es et fi fr
++ 0 2 19 10 30 44 9 1 12 45 16 3 53
++
++ gl he hr hu id it ja ko lv nb nl nn
++ +-------------------------------------+
++ a2ps | () () [] |
++ bash | [] |
++ bfd | [] |
++ binutils | [] |
++ bison | [] [] [] [] |
++ clisp | [] |
++ clisp | |
++ clisplow | |
++ cpio | [] [] [] [] |
++ darkstat | () |
++ diffutils | [] [] [] [] [] |
++ enscript | [] [] |
++ error | [] |
++ fetchmail | [] |
++ fileutils | [] [] [] |
++ findutils | [] [] [] [] [] [] [] [] |
++ flex | [] |
++ gas | |
++ gawk | [] |
++ gcal | |
++ gcc | [] |
++ gettext | [] [] |
++ gnupg | [] [] [] [] |
++ gprof | |
++ gpsdrive | [] () () |
++ grep | [] [] [] [] [] [] [] |
++ gretl | |
++ gthumb | () () |
++ hello | [] [] [] [] [] [] [] [] [] [] [] [] |
++ id-utils | [] [] |
++ indent | [] [] [] [] |
++ jpilot | () () |
++ jwhois | [] [] |
++ kbd | |
++ ld | |
++ libc | [] [] [] [] |
++ libiconv | [] [] [] |
++ lifelines | |
++ lilypond | [] [] |
++ lingoteach | [] |
++ lingoteach_lessons| |
++ lynx | [] [] [] [] |
++ m4 | [] [] [] [] |
++ make | [] [] [] [] [] [] |
++ man-db | () () |
++ mysecretdiary | [] |
++ nano | [] [] [] [] [] [] |
++ nano_1_0 | [] [] [] [] [] |
++ opcodes | [] [] |
++ parted | [] [] [] |
++ ptx | [] [] [] [] [] |
++ python | |
++ recode | [] [] [] |
++ sed | [] [] [] [] [] [] [] [] |
++ sh-utils | [] [] [] |
++ sharutils | [] [] [] |
++ sketch | () |
++ soundtracker | [] [] |
++ sp | |
++ tar | [] [] [] [] [] |
++ texinfo | [] [] [] |
++ textutils | [] [] [] |
++ util-linux | () [] |
++ vorbis-tools | |
++ wastesedge | |
++ wdiff | [] [] [] |
++ wget | [] [] [] [] [] [] |
++ +-------------------------------------+
++ gl he hr hu id it ja ko lv nb nl nn
++ 23 9 12 18 14 13 26 9 1 8 19 4
++
++ no pl pt pt_BR ru sk sl sv tr uk zh_TW
++ +----------------------------------------+
++ a2ps | () () () [] [] [] [] [] | 10
++ bash | [] | 6
++ bfd | [] [] | 5
++ binutils | [] [] | 5
++ bison | [] [] [] | 11
++ clisp | | 5
++ clisp | | 0
++ clisplow | | 0
++ cpio | [] [] [] [] | 12
++ darkstat | [] () | 1
++ diffutils | [] [] [] [] [] [] | 17
++ enscript | [] [] [] [] | 8
++ error | [] [] [] | 7
++ fetchmail | () () [] | 6
++ fileutils | [] [] [] [] [] | 13
++ findutils | [] [] [] [] [] [] [] | 21
++ flex | [] [] [] | 9
++ gas | [] | 3
++ gawk | [] [] | 6
++ gcal | [] [] | 4
++ gcc | [] | 4
++ gettext | [] [] [] [] [] [] | 13
++ gnupg | [] [] [] | 14
++ gprof | [] [] | 4
++ gpsdrive | [] [] () | 3
++ grep | [] [] [] [] | 18
++ gretl | | 1
++ gthumb | () () [] | 1
++ hello | [] [] [] [] [] [] [] | 28
++ id-utils | [] [] [] [] | 9
++ indent | [] [] [] [] [] | 14
++ jpilot | () () [] | 4
++ jwhois | [] () () [] [] | 7
++ kbd | [] [] | 5
++ ld | [] [] | 4
++ libc | [] [] [] [] [] [] | 17
++ libiconv | [] [] [] [] | 11
++ lifelines | [] | 1
++ lilypond | [] | 6
++ lingoteach | [] [] | 5
++ lingoteach_lessons| | 0
++ lynx | [] [] [] [] | 13
++ m4 | [] [] [] | 12
++ make | [] [] [] [] | 14
++ man-db | | 3
++ mysecretdiary | [] [] [] | 7
++ nano | [] [] [] [] | 15
++ nano_1_0 | [] [] [] [] | 14
++ opcodes | [] [] | 7
++ parted | [] [] [] | 11
++ ptx | [] [] [] [] [] [] [] | 19
++ python | | 0
++ recode | [] [] [] [] [] [] | 15
++ sed | [] [] [] [] [] [] | 23
++ sh-utils | [] | 8
++ sharutils | [] [] [] [] | 13
++ sketch | [] () [] | 4
++ soundtracker | [] | 6
++ sp | | 1
++ tar | [] [] [] [] [] [] [] | 18
++ texinfo | [] [] | 10
++ textutils | [] [] [] [] [] | 13
++ util-linux | [] [] [] | 10
++ vorbis-tools | [] | 2
++ wastesedge | | 0
++ wdiff | [] [] [] [] [] | 14
++ wget | [] [] [] [] [] [] [] [] | 24
++ +----------------------------------------+
++ 36 teams no pl pt pt_BR ru sk sl sv tr uk zh_TW
++ 67 domains 4 15 2 24 26 12 10 47 42 4 8 594
++
++ Some counters in the preceding matrix are higher than the number of
++visible blocks let us expect. This is because a few extra PO files are
++used for implementing regional variants of languages, or language
++dialects.
++
++ For a PO file in the matrix above to be effective, the package to
++which it applies should also have been internationalized and
++distributed as such by its maintainer. There might be an observable
++lag between the mere existence a PO file and its wide availability in a
++distribution.
++
++ If July 2002 seems to be old, you may fetch a more recent copy of
++this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date
++matrix with full percentage details can be found at
++`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
++
++Using `gettext' in new packages
++===============================
++
++ If you are writing a freely available program and want to
++internationalize it you are welcome to use GNU `gettext' in your
++package. Of course you have to respect the GNU Library General Public
++License which covers the use of the GNU `gettext' library. This means
++in particular that even non-free programs can use `libintl' as a shared
++library, whereas only free software can use `libintl' as a static
++library or use modified versions of `libintl'.
++
++ Once the sources are changed appropriately and the setup can handle
++to use of `gettext' the only thing missing are the translations. The
++Free Translation Project is also available for packages which are not
++developed inside the GNU project. Therefore the information given above
++applies also for every other Free Software Project. Contact
++`translation@iro.umontreal.ca' to make the `.pot' files available to
++the translation teams.
++
+diff -pruN dillo-0.8.6/AUTHORS dillo-0.8.6-i18n-misc-20060709/AUTHORS
+--- dillo-0.8.6/AUTHORS 2004-08-13 04:48:49.000000000 +0900
++++ dillo-0.8.6-i18n-misc-20060709/AUTHORS 2006-05-16 01:21:07.000000000 +0900
+@@ -35,6 +35,7 @@
+ * Adam Sampson
+ * Andreas Schweitzer
+ * Dominic Wong
++ * Kiyo
+ _________________________________________________________________
+
+ Web site logo:
+diff -pruN dillo-0.8.6/ChangeLog dillo-0.8.6-i18n-misc-20060709/ChangeLog
+--- dillo-0.8.6/ChangeLog 2006-04-27 01:06:54.000000000 +0900
++++ dillo-0.8.6-i18n-misc-20060709/ChangeLog 2006-07-09 00:53:02.000000000 +0900
+@@ -3,6 +3,13 @@ Dillo project
+ =============================================================================
+
+
++dillo-0.8.6-i18n-misc [??, 2006]
++
++ - * Applied 0.8.6 Changes to dillo-0.8.5-i18n-misc
++ * Some bug fixed.
++ Patches: Kiyo
++
++
+ dillo-0.8.6 [Apr 26, 2006]
+
+ - * Designed and implemented a dpi protocol library (libDpip.a in /dpip).
+@@ -52,6 +59,29 @@ dillo-0.8.6 [Apr 26, 2006]
+ Patch: Francis Daly
+
+
++dillo-0.8.5-i18n-misc [??, 2005]
++
++ - * Applied 0.8.5 Changes to dillo-0.8.4-i18n-misc
++ * Added dynamic font change system in a page unit.
++ * New-line processing is improved.
++ * Added send_referer option.
++ * Added the option which can specify config file.
++ * Two or more URLs are opened by tab.
++ * Added more checks for sane values in html.c.
++ * Fixed locale detection.
++ * Some bug fixed.
++ Patches: Kiyo
++ - * Fixed crash bug.
++ Patch: Richard Zidlicky
++ - * use an alternative rcfile from command line.
++ Patch: Tito
++ - * Fixed crash bug.
++ Patch: Christian Holland
++ - * Added Adblock.
++ * about:blank support.
++ Patches: Rudolf Polzer
++
++
+ dillo-0.8.5 [Jun 15, 2005]
+
+ - * Set "file:" to work as URI for current directory.
+@@ -65,6 +95,18 @@ dillo-0.8.5 [Jun 15, 2005]
+ Patches: Jorge Arellano
+
+
++dillo-0.8.4-i18n-misc [??, 2005]
++
++ - * Applied 0.8.4 Changes to dillo-0.8.3-i18n-misc
++ * Added more i18n.
++ * Some bug fixed.
++ Patch: Kiyo
++ - * Added Chinese Message Catalog.
++ po catalogs: Babyfai Cheung
++ - * cache-control
++ Patch:: madis
++
++
+ dillo-0.8.4 [Jan 11, 2005]
+
+ - * Fixed a possible attack (program abortion) by malicious web pages, which
+@@ -116,6 +158,15 @@ dillo-0.8.4 [Jan 11, 2005]
+ Patch: Tavis Ormandy
+
+
++dillo-0.8.3-i18n-misc [??, 2004]
++
++ - * Applied 0.8.3 Changes to dillo-0.8.2-i18n-misc
++ * Text Search in status bar
++ * Added more i18n.
++ * Some bug fixed.
++ Patch: Kiyo
++
++
+ dillo-0.8.3 [Oct 27, 2004]
+
+ - * Added a missing error handler for unreachable host in http.c.
+@@ -170,6 +221,12 @@ dillo-0.8.3 [Oct 27, 2004]
+ Patch: Björn Brill
+
+
++dillo-0.8.2-i18n-misc [??, 2004]
++
++ - * Applied 0.8.2 Changes to dillo-0.8.1-i18n-misc
++ Patch: Kiyo
++
++
+ dillo-0.8.2 [Jul 06, 2004]
+
+ - * Made PgUp/PgDn scroll by a full page, instead of a half (BUG#418).
+@@ -204,6 +261,12 @@ dillo-0.8.2 [Jul 06, 2004]
+ Patch: Diego Sáenz
+
+
++dillo-0.8.1-i18n-misc [??, 2004]
++
++ - * Applied 0.8.1 Changes to dillo-0.8.0-i18n-misc
++ Patch: Kiyo
++
++
+ dillo-0.8.1 [May 14, 2004]
+
+ - * Fixed dirent.h includes inside dpid.
+@@ -258,6 +321,13 @@ dillo-0.8.1 [May 14, 2004]
+ Patches: Jorge Arellano
+
+
++dillo-0.8.0-i18n-misc [??, 2004]
++
++ - * Applied 0.8.0 Changes to dillo-0.7.3-i18n-misc
++ * Fixed some bugs.
++ Patch: Kiyo
++
++
+ dillo-0.8.0 [Feb 08, 2004]
+
+ - * Added a right-mouse-button popup for images!
+@@ -391,9 +461,46 @@ dillo-0.8.0 [Feb 08, 2004]
+ - * Added the "-geometry" switch to the CLI.
+ Patch: Jorge Arellano, Jan Dittmer
+
++dillo-0.7.3-i18n-misc [Oct ??, 2003]
++
++ - * Xft support
++ * changed internal code that is processed by UTF-8
++ * charset automatic recognition support
++ * GUI setting tool
++ * Start-up URL specification support
++ * gzip compression transmission support
++ * SSL support
++ * BASIC authorization support
++ * Referer support
++ * User-Agent change support
++ * meta-refresh support(optional)
++ * "Character entity references" (like &#xnnnn;) support
++ * Gettextize
++ * multi byte char selection support
++ * Fixed scroll quantity
++ * Fixed tab, frame patch
++ * Change font setting code for i18n
++ * Add Search box
++ Patches: Kiyo(http://teki.jpn.ph/)
++ (These patches referred to --
++ Robert Thomson, Tor Andersson, Frank de lange, madis, Geoff Lane,
++ Lars Clausen, Jim Huang, Takubo, LJ, Sam Mason)
+
+ dillo-0.7.3 [Aug 03, 2003]
+
++ - * Implemented tabbed browsing, separated 'document' from 'interface' code
++ - Moved all document-specific code into DilloDoc (src/doc.c/h and
++ src/browser.h for definition of DilloDoc)
++ - Added tab browsing as an option (enabled by default, disable
++ with --disable-tabs configure option)
++ * Focus is on location bar on new empty window/tab
++ * Open new window on link-shift-click1, new tab on link-control-click1
++ - optionally open tab on link-click2 (pref tab_on_middle_click=YES)
++ * Implemented experimental frame and iframe support
++ - Added frame and iframe support as an option (enabled by default,
++ disable with --disable-frames configure option)
++ - Added support for named windows/frames (target= and name= parameters)
++ Patch: Frank de Lange
+ - * Some more selection goodies:
+ - Redesign of the selection state model, now the selection is preserved
+ as long as possible.
+diff -pruN dillo-0.8.6/Makefile.am dillo-0.8.6-i18n-misc-20060709/Makefile.am
+--- dillo-0.8.6/Makefile.am 2005-10-29 03:55:23.000000000 +0900
++++ dillo-0.8.6-i18n-misc-20060709/Makefile.am 2006-07-09 00:18:49.000000000 +0900
+@@ -1,5 +1,10 @@
+-SUBDIRS = doc dpip src dpid dpi
++AM_CPPFLAGS=-DDILLORC_SYS='"$(sysconfdir)/dillorc"' -DLOCALEDIR='"$(localedir)"'
+
+-EXTRA_DIST = ChangeLog.old dillorc install-dpi-local
++SUBDIRS = m4 doc dpip src dpid dpi config po
++
++EXTRA_DIST = config.rpath ChangeLog.old dillorc install-dpi-local autogen.sh bm-update
++bin_SCRIPTS = bm-update
+
+ sysconf_DATA = dillorc
++
++ACLOCAL_AMFLAGS = -I m4
+diff -pruN dillo-0.8.6/Makefile.in dillo-0.8.6-i18n-misc-20060709/Makefile.in
+--- dillo-0.8.6/Makefile.in 2006-04-27 01:07:27.000000000 +0900
++++ dillo-0.8.6-i18n-misc-20060709/Makefile.in 2006-07-09 00:26:09.000000000 +0900
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.7.9 from Makefile.am.
+ # @configure_input@
+
+-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005 Free Software Foundation, Inc.
++# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
++# Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -21,6 +21,7 @@ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = .
++
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+ install_sh_DATA = $(install_sh) -c -m 644
+@@ -37,51 +38,6 @@ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+ target_triplet = @target@
+-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+- $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+- $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
+- config.guess config.sub depcomp install-sh missing
+-subdir = .
+-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+- $(ACLOCAL_M4)
+-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+- configure.lineno configure.status.lineno
+-mkinstalldirs = $(install_sh) -d
+-CONFIG_HEADER = config.h
+-CONFIG_CLEAN_FILES =
+-SOURCES =
+-DIST_SOURCES =
+-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+- html-recursive info-recursive install-data-recursive \
+- install-exec-recursive install-info-recursive \
+- install-recursive installcheck-recursive installdirs-recursive \
+- pdf-recursive ps-recursive uninstall-info-recursive \
+- uninstall-recursive
+-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+-am__vpath_adj = case $$p in \
+- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+- *) f=$$p;; \
+- esac;
+-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+-am__installdirs = "$(DESTDIR)$(sysconfdir)"
+-sysconfDATA_INSTALL = $(INSTALL_DATA)
+-DATA = $(sysconf_DATA)
+-ETAGS = etags
+-CTAGS = ctags
+-DIST_SUBDIRS = $(SUBDIRS)
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-distdir = $(PACKAGE)-$(VERSION)
+-top_distdir = $(distdir)
+-am__remove_distdir = \
+- { test ! -d $(distdir) \
+- || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+- && rm -fr $(distdir); }; }
+-DIST_ARCHIVES = $(distdir).tar.gz
+-GZIP_ENV = --best