home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / uim-common / RELNOTE < prev    next >
Encoding:
Text File  |  2009-11-22  |  2.7 KB  |  92 lines

  1. uim 1.5.7 Release Note
  2. ======================
  3.  
  4. About This Release
  5. ------------------
  6.  
  7. This distribution of uim 1.5.7 is latest stable release of uim.
  8.  
  9. Please report us if you find a problem.
  10.  
  11. Homepage:            http://code.google.com/p/uim/
  12. Mailinglist:         uim-en@googlegroups.com
  13. Bug tracking system: http://bugs.freedesktop.org/
  14.  
  15.  
  16. What's New
  17. ----------
  18. Bug fix for GTK+, Qt4, Emacs bridges and experimental Qt4 tools
  19. addition.  See NEWS for the detailed changes.
  20.  
  21.  
  22. What's New in 1.5.0
  23. -------------------
  24.  
  25. This release achieved both considerable internal improvement and many
  26. user-visible new feature additions.
  27.  
  28. The complicated legacy C part of uim which prevented extensions, design
  29. improvements and automated input method tests have been turned into Scheme
  30. codes or optimized out.
  31.  
  32. See NEWS for the fully detailed changes.
  33.  
  34.   - New IM uim-wnn
  35.   - New IM uim-sj3
  36.   - New IM uim-elatin
  37.   - New IM uim-look
  38.   - New IM uim-anthy-utf8
  39.   - Improved uim-tutcode with many long-awaited features
  40.   - Experimental Qt4 bridge
  41.   - Experimental uim to user message notification system
  42.   - Emergency disablement of all uim functionality on fatal errors to
  43.     protect user application data
  44.   - Many R5RS/SRFI features of the embedded Scheme interpreter
  45.  
  46.  
  47. Notes for Packagers and System Integrators
  48. ------------------------------------------
  49.  
  50.   - The option "--enable-debug" and/or "--enable-backtrace" makes uim (in
  51.     accurately, underlying SigScheme interpreter) quite heavy. Please keep them
  52.     unspecified for normal library
  53.  
  54.   - Use the bundled SigScheme, and do not depend on external SigScheme
  55.     package. Since the SigScheme interpreter is completely embedded into
  56.     libuim without linking to libsscm, and exposing no SigScheme-specific
  57.     symbols regardless of environment-dependent symbol exportation control
  58.     existence such as -export-symbols of libtool or version script of ld,
  59.     no conflict with libsscm occurs
  60.  
  61.   - libuim links to libgcroots although SigScheme is embedded into
  62.     libuim. Although libgcroots is also bundled in uim, it should be
  63.     managed as a separated package since both libsscm and libuim which
  64.     provided by separated package depends on it. Add
  65.     '--with-libgcroots=installed' to configure options for uim to disable
  66.     build and install of the bundled version of libgcroots
  67.  
  68.   - libuim ABI and so libtool-version has been updated due to the
  69.     libuim-scm separation and some API changes
  70.  
  71.  
  72. Roadmap
  73. -------
  74.  
  75.   - uim 1.6.0
  76.  
  77.     Additional input methods, notification support, internal
  78.     improvement will be featured.
  79.  
  80.  
  81.   - uim 1.7.0 and later
  82.  
  83.     The time for drastic reconstruction. Many user-visible changes.
  84.  
  85.     The composer framework will be introduced for extensible IM
  86.     development.
  87.  
  88.  
  89.   - uim 2.0.0
  90.  
  91.     Overall uim API will be revised.
  92.