1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
2009-04-18 Harri Pitkänen <hatapitk@iki.fi>
* Increase version to 1.0.
2009-02-20 Harri Pitkänen <hatapitk@iki.fi>
* Increase version to 0.9.7.
2009-02-19 Andris Pavenis <andris.pavenis@iki.fi>
* Add support of Darwin_x86-gcc3 from
http://verteksi.net/soks/2009/01/12/firefoxin-mozvoikko-lisaosa-ja-mac-os-x/
* Do not use non-frozen interface nsIXULRuntime for getting target name.
Generate source with needed constants instead while build.
* Exclude some unneeded code when building with Xulrunner SDK.
2009-02-19 Harri Pitkänen <hatapitk@iki.fi>
* Tag version 0.9.6.
2009-01-28 Harri Pitkänen <hatapitk@iki.fi>
* Link with --as-needed.
2009-01-28 Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
* Makefile cleanup.
2009-01-27 Heikki Mäntysaari <heikki.mantysaari@linux.fi>
* Build fix from Ubuntu.
2008-06-16 Harri Pitkänen <hatapitk@iki.fi>
* Remove maximum application version restrictions
from install.rdf in Linux distribution builds.
* Increase version to 0.9.5.
2008-05-31 Harri Pitkänen <hatapitk@iki.fi>
* Use pkg-config to get Xulrunner include directory, taken
from proposed Fedora patch by Ville-Pekka Vainio.
* Use sed to generate install.rdf from install.rdf.in,
remove install.rdf.xulrunner.
* Increase version to 0.9.4.1.3.
2008-05-26 Harri Pitkänen <hatapitk@iki.fi>
* Include libvoikko/voikko.h insead of voikko.h when using
system libvoikko.
* Add a comment to generated chrome.manifest, since empty files
can cause troubles.
* Use pkg-config to obtain default values for XULRUNNER_SDK
and NSPR_INCLUDES.
* Increase version to 0.9.4.1.2.
2008-05-24 Harri Pitkänen <hatapitk@iki.fi>
* Merge Xulrunner build system to trunk, increase version to
0.9.4.1.1.
2008-04-22 Harri Pitkänen <hatapitk@iki.fi>
* Use XPCOM dependent glue as instructed on
http://developer.mozilla.org/en/docs/XPCOM_Glue
2008-04-08 Harri Pitkänen <hatapitk@iki.fi>
* Make the code build and run on amd64 with Debian xulrunner-dev
and iceweasel.
* Rename Makefile to Makefile.xulrunner so that it can be safely
merged to mozvoikko trunk.
* Use libvoikko option VOIKKO_OPT_ACCEPT_MISSING_HYPHENS if
available during build, because Mozilla products do not consider
hyphen to be a word character, which is the default assumption
for libvoikko.
2008-04-04 Harri Pitkänen <hatapitk@iki.fi>
* Xulrunner-dev build system using system libvoikko works.
2008-04-03 Harri Pitkänen <hatapitk@iki.fi>
* Start working on xulrunner-dev build system
2008-01-13 Andris Pavenis <andris.pavenis@iki.fi>
* *.hxx: Fix include file guard macros.
2008-01-11 Andris Pavenis <andris.pavenis@iki.fi>
* src/Makefile.in: Use wildcard for specifying suomi-malaga files
instead of listing them explicitly
2008-01-08 Andris Pavenis <andris.pavenis@iki.fi>
* mozvoikko.config: Increase version to 0.9.4.1
* mozVoikkoUtils.cpp: Use nsILocalFile::InitWithPath() instead
of nsILocalFile::InitWithNativePath().
* src/voikko-libs/WINNT_x86-msvc/README: Add information
about download location of required DLL files (from openoffice.org-voikko
package)
2007-11-25 Andris Pavenis <andris.pavenis@iki.fi>
* mozvoikko.config: Increase version to 0.9.4.
2007-11-25 Andris Pavenis <andris.pavenis@iki.fi>
* Add diagnostic output if loading shared library
or finding synbol in it fails.
* Fix Windows DLL loading order (iconv.dll and
intl.dll order ws wrong)
* Specify USE_STATIC_LIBS=1 for Windows in
src/Makefile.in to enforce use MSVC option -MT
* Update README files.
2007-11-23 Andris Pavenis <andris.pavenis@iki.fi>
* Add support of Mozilla SeaMonkey nightly builds.
* Add some comments to src/install.rdd.in.
2007-11-16 Andris Pavenis <andris.pavenis@iki.fi>
* mozVoikkoSpell.cpp: use language string fi-FI
2007-11-15 Andris Pavenis <andris.pavenis@iki.fi>
* mozVoikkoSpell.cpp: fix broken mozVoikkoSpell::SetDictionary.
Use preprocessor define for langiage string.
Remove unnecessary includes.
2007-11-11 Andris Pavenis <andris.pavenis@iki.fi>
* Makefile.in: add targets for generating source tar.gz
and tar.bz2 packages.
* mozvoikko.config: Update firefox version limits (set
upper limit to 3.0).
2007-11-08 Andris Pavenis <andris.pavenis@iki.fi>
* mozVoikkoSpellFactory.cpp: fix module name.
* mozVoikkoSpell.cpp: use language string 'fi'.
2007-11-06 Andris Pavenis <andris.pavenis@iki.fi>
* mozVoikkoSpellFactory.cpp: specify class name string
in nsModuleComponentInfo.
* mozVoikko.cpp: remove unnecessary code.
2007-11-05 Harri Pitkänen <hatapitk@iki.fi>
* Added example .mozconfig for build instructions
2007-10-30 Andris Pavenis <andris.pavenis@iki.fi>
* Initial import of mozvoikko sources.
|