[uim-commit] r2470 - branches/1.0

yamaken at freedesktop.org yamaken at freedesktop.org
Thu Dec 8 18:50:53 PST 2005


Author: yamaken
Date: 2005-12-08 18:50:49 -0800 (Thu, 08 Dec 2005)
New Revision: 2470

Modified:
   branches/1.0/NEWS
   branches/1.0/configure.ac
Log:
* configure.ac
* NEWS
  - Port r2469 from trunk


Modified: branches/1.0/NEWS
===================================================================
--- branches/1.0/NEWS	2005-12-09 02:49:39 UTC (rev 2469)
+++ branches/1.0/NEWS	2005-12-09 02:50:49 UTC (rev 2470)
@@ -2,7 +2,7 @@
 ==
 * New features
   o Main features
-    - uim-el (bridge for Emacs) (Konosuke)
+    - uim.el (bridge for Emacs) (Konosuke)
     - byeoru Hangul input suite (Jae-hyeon)
     - mana Japanese input (Masanari)
 
@@ -21,11 +21,12 @@
     - fix segmentation fault if uim is compiled with '--enabled-debug'
       (Etsushi, dai <d+r AT vdr.jp>)
     - fix ipc (prime connection) in some rare cases (Masanari)
+    - fix possible GC crash with anti-stack smashing compilers such as
+      GCC4 (Jun, YamaKen)
 
   o Minor
     - preedit reset with IM switch (Masanari)
     - some build fixes (Masanari)
-    - safe scheme interpreter with gcc4 (YamaKen, Jun)
   
     - gtk+ immodule
       - disable warnings (Etsushi)

Modified: branches/1.0/configure.ac
===================================================================
--- branches/1.0/configure.ac	2005-12-09 02:49:39 UTC (rev 2469)
+++ branches/1.0/configure.ac	2005-12-09 02:50:49 UTC (rev 2470)
@@ -471,7 +471,7 @@
 
 AC_ARG_ENABLE(emacs,
   AC_HELP_STRING([--disable-emacs],
-                 [disable uim-el]),
+                 [disable uim.el]),
   [
     case $enable_emacs in
       no)



More information about the uim-commit mailing list