Author: yamakenz
Date: Sat Apr 26 21:46:21 2008
New Revision: 5449

Modified:
  trunk/NEWS
  trunk/RELNOTE
  trunk/configure.ac
  trunk/doc/RELEASING
  trunk/make-dist.sh

Log:
* configure.ac
 - Require intltool 0.36.3 or later to resolve 'make check'
   problem ([uim-ja 87])
* make-dist.sh
 - (SSCM_URL): Update to sigscheme-0.8.3
 - (RELEASE_SUFFIX): Update to beta2
* NEWS
* RELNOTE
 - Update for uim 1.5.0-beta2

* doc/RELEASING
 - Fix a directory name


Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS  (original)
+++ trunk/NEWS  Sat Apr 26 21:46:21 2008
@@ -1,3 +1,41 @@
+Overview of changes from 1.5.0-beta 1.5.0-beta2
+===============================================
+* Enhancements
+  - uim.el
+    * Improve candidates displaying on small window
+    * Improve candidates displaying when resizing of the echo region
+      is limited
+    * Improve buffer scrolling
+
+  - Update translations
+
+* Fixes
+  - uim.el
+    * Fix serious bug and a related problem:
+      When several buffers on different frames display preedits at the
+      same time and user switches the focus from some frame to another
+      frame, the buffers are crashed.
+
+  - Qt4 bridge (experimental)
+    * Fix X11 compose input support
+
+  - Build problems
+    * Fix stdint definitions on Debian etch and gcc4
+    * Fix 'make check' failure in po caused by intltool 0.36.2
+    * Update SigScheme to 0.8.3 to fix indifinite 'make check' failure
+      on GC tests
+
+  - uim-wnn
+    * Fix misused arguments of jl_kanji_len()
+    * Fix inappropriate message output to stdout that confuses uim.el
+
+  - uim-notify
+    * Fix buffer size calculation
+
+  - uim-m17nlib
+    * Plug memleak
+
+
Overview of changes from 1.5.0-alpha 1.5.0-beta
===============================================
* New features

Modified: trunk/RELNOTE
==============================================================================
--- trunk/RELNOTE       (original)
+++ trunk/RELNOTE       Sat Apr 26 21:46:21 2008
@@ -1,12 +1,12 @@
-uim 1.5.0-beta Release Note
-===========================
+uim 1.5.0-beta2 Release Note
+============================

About This Release
------------------

-This distribution of uim 1.5.0-beta is a preview release for testing
-purpose. Since it may contain serious unknown problems, it should not be
-used for important work. For such situations, use our latest stable
+This distribution of uim 1.5.0-beta2 is a preview release for testing
+purpose. Since it may contain serious unknown problems, it should not
+be used for important work. For such situations, use our latest stable
release uim 1.4.2.

This release achieved both considerable internal improvement and many

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  (original)
+++ trunk/configure.ac  Sat Apr 26 21:46:21 2008
@@ -1022,7 +1022,9 @@

# To get qt/chardict/po working, 0.35.2 is required. 0.35.[01] has a hard-coded
# $(top_builddir) bug.  -- YamaKen 2006-12-28
-IT_PROG_INTLTOOL([0.35.2], [no-xml])
+#
+# 0.36.3 or later is required to resolve a 'make check' problem ([uim-ja 87]).
+IT_PROG_INTLTOOL([0.36.3], [no-xml])
IT_PO_SUBDIR([qt/chardict/po])



Modified: trunk/doc/RELEASING
==============================================================================
--- trunk/doc/RELEASING (original)
+++ trunk/doc/RELEASING Sat Apr 26 21:46:21 2008
@@ -78,7 +78,7 @@

11. Make the distribution.

-   cd x.y.z
+   cd uim-x.y.z
   ./make-dist.sh

   Release suffixes such as '-alpha' and '-beta' is automatically appended.

Modified: trunk/make-dist.sh
==============================================================================
--- trunk/make-dist.sh  (original)
+++ trunk/make-dist.sh  Sat Apr 26 21:46:21 2008
@@ -7,10 +7,10 @@
LIBGCROOTS_REPOSITORY="${UIM_REPOSITORY}/libgcroots-trunk"
TAGS_REPOSITORY="${UIM_REPOSITORY}/tags"
#SSCM_URL="${SSCM_REPOSITORY}"
-SSCM_URL="${TAGS_REPOSITORY}/sigscheme-0.8.2"
+SSCM_URL="${TAGS_REPOSITORY}/sigscheme-0.8.3"
#LIBGCROOTS_URL="${LIBGCROOTS_REPOSITORY}"
LIBGCROOTS_URL="${TAGS_REPOSITORY}/libgcroots-0.2.1"
-RELEASE_SUFFIX="-beta"
+RELEASE_SUFFIX="-beta2"

CONF_COMMON="--enable-maintainer-mode --disable-warnings-into-error"
CONF_NONE="$CONF_COMMON --disable-debug --disable-fep --disable-emacs --disable-gnome-applet --disable-kde-applet --disable-pref --disable-dict --without-anthy --without-canna --without-mana --without-prime --without-m17nlib --without-scim --without-gtk2 --without-gnome2 --without-qt --without-qt-immodule --disable-compat-scm --without-eb --without-libedit"

Reply via email to