mscim (1.4.7-1maemo4) fremantle; urgency=low

  * Change mscim icon
  * Disable IME in tele field, to avoid black screen in dial pad.

 -- Evan JIANG <firstfan@gmail.com>  Sun, 03 Jan 2010 18:43:00 +0800

mscim (1.4.7-1maemo3) fremantle; urgency=low
  * Change package name to mscim

 -- Evan JIANG <firstfan@gmail.com>  Fri, 18 Dec 2009 18:37:00 +0800

scim (1.4.7-1maemo2) fremantle; urgency=low
  * Update keyboard icon
  * Disable SCIM changes from maemocjk project. Clean and optimized code.
  * Break to 2 lines if word is too long
  * Support to lock Fn/Shift key.

 -- Evan JIANG <firstfan@gmail.com>  Fri, 18 Dec 2009 18:37:00 +0800

scim (1.4.7-1maemo1) chinook; urgency=low

  * TOPLEVEL window insted of POPUP for toolbar. POPUP window in Maemo can
    disappear strangely when not using transient_for.

 -- Makoto Sugano <makoto.sugano@gmail.com>  Mon, 17 Dec 2007 17:16:00 +0200

scim (1.4.7-1ubuntu2) gutsy; urgency=low

  * Add scim-gtk2-immodule to scim's Depends, LP: #139249

 -- Arne Goetje <arne@ubuntu.com>  Thu, 20 Sep 2007 09:44:30 +0800

scim (1.4.7-1ubuntu1) gutsy; urgency=low

  * Merge with Debian for new upstream, remaining changes:
   - Adds kubuntu_01_hide_in_kde.dpatch, removed the scim-setup entry in
     Kmenu, since that duplicates with skim
   - Move usr/lib/libscim-gtkutils-1.0.so.8 and 
     usr/lib/libscim-gtkutils-1.0.so.8.* to scim-gtk2-immodule.
   - Add scim-gtk2-immodule to libscim-dev's Depends, LP: #42024.
   - Set Maintainer to Ubuntu Core developers
   - debian/patches/20_scim_config.dpatch: 
    - Enable Trigger keys with CJK native keys  (ubuntu: #37687),

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 25 Jul 2007 13:37:03 +0100

scim (1.4.7-2) UNRELEASED; urgency=low

  * Don't install desktop entry scim-setup.desktop in deprecated location
    /usr/share/control-center-2.0/capplets/ anymore.
    - Add 10_remove-deprecated-desktop-entry dpatch to remove relevant part in
      extras/setup/Makefile.am.
    - Regenerate 90_relibtoolize dpatch.
    - Remove the "usr/share/control-center-2.0/capplets/scim-setup.desktop"
      line in debian/scim.install.

 -- Ming Hua <minghua-guest@users.alioth.debian.org>  Sun, 22 Jul 2007 02:23:26 -0500

scim (1.4.7-1) unstable; urgency=low

  The "keeping up with upstream" release.

  * New upstream release.
    - Include missing header, this time <cstring>, for a few files, to make
      scim buildable with (the constantly evolving) GCC 4.3.
      (Closes: #417686, again)
    - Remove an infinite loop with 0.1 second timeout in the X11 frontend to
      avoid waking up CPU constantly, therefore preserve power consumption and
      extend laptop battery life.  (Fixes LP: #122445)
    - Change 10_gtk-immodule-install-dir dpatch to patch configure.ac instead
      of extras/gtk2_immodule/Makefile.am, to adapt to the upstream change.
    - Regenerate 90_relibtoolize dpatch.  Also adjust the timestamp touching
      in debian/rules accordingly.
  * Clarify build dependency.
    - Remove intltool as upstream tarball ships its own 0.33 version.
    - Add libpango1.0-dev, libglib2.0-dev, and pkg-config explicitly (used to
      be pulled in by libgtk2.0-dev).
  * Add libx11-dev as a dependency of libscim-dev explicitly, it used to be
    pulled in by libgtk2.0-dev.
  * Add scim-thai to scim's "Suggests:" list.
  * Add "-W -g" compiler flags back.  The warnings are somehow useful when
    reading the build logs, and the debug information will be useful for
    manually built packages with DEB_BUILD_OPTIONS=nostrip.
  * Change maintainer's email address.

 -- Ming Hua <minghua-guest@users.alioth.debian.org>  Sat, 30 Jun 2007 21:41:52 -0500

scim (1.4.6-1ubuntu3) gutsy; urgency=low

  * Adds kubuntu_01_hide_in_kde.dpatch, removed the scim-setup entry in
    Kmenu, since that duplicates with skim

 -- Anthony Mercatante <tonio@ubuntu.com>  Wed, 04 Jul 2007 14:32:47 +0200

scim (1.4.6-1ubuntu2) gutsy; urgency=low

  * Reassign usr/lib/libscim-gtkutils-1.0.so.8 and 
    usr/lib/libscim-gtkutils-1.0.so.8.* to scim-gtk2-immodule.
  * Add scim-gtk2-immodule to libscim-dev's Depends, LP: #42024.

 -- ZhengPeng Hou <zhengpeng-hou@ubuntu.com>  Wed, 16 May 2007 14:20:11 +0800

scim (1.4.6-1ubuntu1) gutsy; urgency=low

  * Merge from Debian sid:
    - Set Maintainer to Ubuntu Core developers
  * Update patch 20_scim_config.dpatch

 -- ZhengPeng Hou <zhengpeng-hou@ubuntu.com>  Fri, 11 May 2007 10:38:56 +0800

scim (1.4.6-1) unstable; urgency=low

  The "Oh, shiny!" release.

  * New upstream release.  (Closes: #399736)
    - Include <climits> header in src/scim_iconv.cpp, fixing FTBFS with GCC
      4.3.  Thanks to Martin Michlmayr for testing and the patch.
      (Closes: #417686)
    - The "Exit" item in the menu of notification area icon is built by
      default now, so that users can quit scim from the graphical interface.
      (Closes: #417950)
    - ABI changed, bump shlibs version to libscim8c2a (>= 1.4.6).
    - Add debian/libscim-dev.NEWS file to alert the changes of module
      installation path (will be installed as the NEWS.Debian file for
      libscim-dev package).  Also rename debian/NEWS file to debian/scim.NEWS.
  * For the install directory of GTK IM module, use GTK binary version from
    pkg-config results instead of hardcoded value.  Thanks to Loïc Minier for
    the patch.  (Closes: #420497)
  * Rename 11_relibtoolize.dpatch to 90_relibtoolize.dpatch and regenerate it.
  * Correct a typo in the package description of scim.
  * Add XS-Vcs-Svn and XS-Vcs-Browser fields.
  * Use ${source:Version} and ${binary:Version} for versioned dependencies
    instead of deprecated ${Source-Version}.  Add dpkg-dev (>= 1.13.19) to
    Build-Depends to support this format.
  * Add "Enhances: scim" relationship for scim-gtk2-immodules and
    scim-modules-socket.

 -- Ming Hua <minghua@rice.edu>  Fri, 04 May 2007 01:01:47 -0500

scim (1.4.4-8) unstable; urgency=low

  The "etch is released, welcome lenny" release.

  * Rewrite debian/rules.
    - Use the platform detection code recommended by autotools-dev.
    - Drop unused "-W -g" compiler flags.
    - Do not use binary-common target anymore and separate binary-arch and
      binary-indep target completely.
    - Add more safeguarding code to detect building errors.
    - Finally remove all the cruft introduced by dh_make.
  * Adapt to GTK+ 2.10 ABI change.  (Closes: 419314)
    - Install GTK IM module into /usr/lib/gtk-2.0/2.10.0/immodules.
    - Bump libgtk2.0-dev build dependency to >= 2.10.1-1.
    - Use dh_gtkmodules in debian/rules instead of calling
      update-gtk-immodules in maintainer scripts.  The postinst and postrm
      scripts for scim-gtk2-immodule are empty now and therefore removed.
    - Add ${misc:Depends} to scim-gtk2-immodule's dependency list, and remove
      libgtk2.0-bin.
  * Update debian/watch file to format version 3 and use qa.debian.org
    redirector for sourceforge.net.
  * Drop libxt-dev in build dependency as it's not necessary anymore after
    relibtoolization.

 -- Ming Hua <minghua@rice.edu>  Tue, 17 Apr 2007 02:26:48 -0500

scim (1.4.4-7ubuntu1) feisty; urgency=low

  * Resynchronise with Debian. Remaining changes (see 1.4.4-5ubuntu1).
  * libscim-dev: Depend on scim-gtk2-immodule to avoid dangling symlink
    libscim-gtkutils-1.0.so (scim-hangul build failure).
  * Set Ubuntu maintainer address.

 -- Matthias Klose <doko@ubuntu.com>  Mon,  5 Mar 2007 08:06:58 +0000

scim (1.4.4-7) unstable; urgency=high

  * Removed 'debian/svn-commit.tmp' file from failed svn commit.

 -- Osamu Aoki <osamu@debian.org>  Tue,  2 Jan 2007 14:30:12 +0900

scim (1.4.4-6) unstable; urgency=high

  * Removed m17n-env in control. (closes: Bug#405032)
  * Updated README.Debian for editting non-UTF-8 files.

 -- Osamu Aoki <osamu@debian.org>  Mon,  1 Jan 2007 01:35:57 +0900

scim (1.4.4-5ubuntu1) feisty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Add gettext domain to .desktop files.
    - Add im-switch configuration files for the GTK/Qt IM module and XIM.
    - Enable Trigger with CJK native keys.
    - Create .pot file during build.
    - Move libscim-gtkutils back to scim-gtk2-immodule.
    - Load modules from /usr/lib32/scim-1.0 when running the i386 binaries
      on amd64.
    - Build for GTK 2.10 (with changed immodules path).

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 19 Dec 2006 12:45:24 +0000

scim (1.4.4-5) unstable; urgency=low

  * Adjust build dependency to X.org package layout:  Change x-dev to
    x11proto-core-dev, and drop all alternative xlibs-dev dependencies.
  * Relibtoolize.  Add one big patch 11_relibtoolize.dpatch for all the
    autotools generated files.
  * Make scim-gtk2-immodule depend on libgtk2.0-bin explicitly as it uses
    /usr/sbin/update-gtk-immodules in the maintainer scripts.  Thanks to caleb
    on OFTC.
  * Fix the postrm script of scim-gtk2-immodule so that it can be removed
    cleanly when libgtk2.0-bin is already removed (This is Ubuntu bug #52087).
  * Update to policy version 3.7.2, no actual changes needed.

 -- Ming Hua <minghua@rice.edu>  Tue, 12 Sep 2006 16:54:30 -0500

scim (1.4.4-4ubuntu6) edgy; urgency=low

  * Make scim-gtk2-immodule explicitely depend on libgtk2.0-bin, so dpkg's
    dependency loop-breaking doesn't take update-gtk-immodules away from us.

 -- Adam Conrad <adconrad@ubuntu.com>  Tue, 17 Oct 2006 20:01:35 +1000

scim (1.4.4-4ubuntu5) edgy; urgency=low

  * debian/control:
    - require GTK 2.10 since the path is force for it

 -- Sebastien Bacher <seb128@canonical.com>  Thu,  3 Aug 2006 14:40:44 +0200

scim (1.4.4-4ubuntu4) edgy; urgency=low

  * debian/patches/10_gtk-immodule-install-dir.dpatch,
    debian/scim-gtk2-immodule.install, debian/rules:
    - updated for GTK 2.10

 -- Sebastien Bacher <seb128@canonical.com>  Wed,  2 Aug 2006 22:44:17 +0200

scim (1.4.4-4ubuntu3) edgy; urgency=low

  * Load modules from /usr/lib32/scim-1.0, when running the i386 binaries
    on amd64.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 27 Jul 2006 14:33:27 +0000

scim (1.4.4-4ubuntu2) edgy; urgency=low

  * Move libscim-gtkutils back to scim-gtk2-immodule

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 14 Jul 2006 13:21:10 +0000

scim (1.4.4-4ubuntu1) edgy; urgency=low

  * Merge to Debian unstable.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 10 Jul 2006 11:13:03 +0200

scim (1.4.4-4) unstable; urgency=low

  * Fixed typo in /etc/X11/xinit/xinput.d/scim-immodule thanks to
    AWASHIRO Ikuya.

 -- Osamu Aoki <osamu@debian.org>  Sun, 18 Jun 2006 01:11:50 +0900

scim (1.4.4-3) unstable; urgency=low

  * Fixed typo in /etc/X11/xinit/xinput.d/scim thanks to Ethan
    Glasser-Cam. (Closes: #370606)
  * Changed to use XIM for all applications for better im-switch
    behavior.
  * Added scim-immodule choice for im-switch while marking it
    deprecated in README.Debian.

 -- Osamu Aoki <osamu@debian.org>  Sat, 17 Jun 2006 09:55:08 +0900

scim (1.4.4-2) unstable; urgency=low

  * Updated documentation and dependency to match m17n-env changes.
  * Provided support for im-switch.

 -- Osamu Aoki <osamu@debian.org>  Sat, 20 May 2006 03:03:39 +0900

scim (1.4.4-1ubuntu12) dapper; urgency=low

  * debian/patched-icons/, debian/control, debian/rules:
    - rolled back.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Tue, 30 May 2006 00:21:40 +0200

scim (1.4.4-1ubuntu11) dapper; urgency=low

  * debian/patched-icons:
    - new keyboard.png icons.
  * debian/control:
    - added sharutils to Build-Depends.
  * debian/rules:
    - added rules to uuencode/uudecode icons.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Sun, 28 May 2006 17:41:44 +0200

scim (1.4.4-1ubuntu10) dapper; urgency=low

  * debian/rules: create pot file in package build

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu,  4 May 2006 20:56:03 +0200

scim (1.4.4-1ubuntu9) dapper; urgency=low

  * Make scim-gtk2-immodule conflict with old libscim8c2a 

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  2 May 2006 17:07:18 +0100

scim (1.4.4-1ubuntu8) dapper; urgency=low

  * Move libscim-gtkutils to scim-gtk2-immodule

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 21 Apr 2006 15:58:55 +0100

scim (1.4.4-1ubuntu7) dapper; urgency=low

  * debian/patches/20_scim_config.dpatch: 
    - Enable Trigger keys with CJK native keys  (ubuntu: #37687),
      Thanks to Atie

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  3 Apr 2006 12:03:57 +0200

scim (1.4.4-1ubuntu6) dapper; urgency=low

  * Do not use "|" in DEPENDS value of im-switch setting to avoid error
    message at login.  (Ubuntu #35852)
  * Remove scim from the DEPENDS value of im-switch settings.

 -- Ming Hua <minghua@ubuntu.com>  Wed, 22 Mar 2006 21:17:01 -0600

scim (1.4.4-1ubuntu5) dapper; urgency=low

  * Add im-switch support so that all SCIM modules can use a centralized
    im-switch configuration (Ubuntu #35163).
    - Write two im-switch configuration files (for GTK/Qt IM module and XIM,
      respectively) and install them into /etc/X11/xinit/xinput.d/.
    - Add im-switch to binary package scim's Recommends.

 -- Ming Hua <minghua@ubuntu.com>  Thu, 16 Mar 2006 01:08:42 -0600

scim (1.4.4-1ubuntu4) dapper; urgency=low

  * Copied debian/control to debian/control-breezy and adjusted C++ deps
  * Changed debian/rules to be sensitive to lsb_release output and use
    debian/control-breezy when appropriate (and clean properly afterward)
  * Add build-dependency on lsb-release to make the above work correctly.
  * Thanks to Martin Meredith <mez@ubuntu.com> for the initial patch,
    and the patience with being abused by me while I helped him fix it.

 -- Adam Conrad <adconrad@ubuntu.com>  Wed,  1 Mar 2006 01:58:44 +0000

scim (1.4.4-1ubuntu3) dapper; urgency=low

  * debian/patches/20_start_in_session.dpatch:
    - removed again, we use im-switch now, much better and cleaner
  
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 15 Mar 2006 10:34:07 +0000

scim (1.4.4-1ubuntu2) dapper; urgency=low

  * debian/patches/20_start_in_session.dpatch:
    - add it to /etc/xdg/autostart

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 13 Mar 2006 12:19:05 +0000

scim (1.4.4-1ubuntu1) dapper; urgency=low

  * debian/rules: Add gettext domain to .server and .desktop files to get
    language pack support for them. (Similarly to cdbs' gnome.mk)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 24 Feb 2006 09:05:59 +0100

scim (1.4.4-1) unstable; urgency=low

  * New upstream release.
    - The locales that prefer scim as GTK IM module has changed.
    - Bump libgtk2.0-dev build dependency to >= 2.4.0.
  * Complete documetation rewrite, add two more README files for using SCIM in
    different desktop environments.
  * Update scim(1) man page.
  * Fix typo in reportbug script.

 -- Ming Hua <minghua@rice.edu>  Mon, 16 Jan 2006 21:33:38 -0600

scim (1.4.2-1) unstable; urgency=low

  * New upstream release.
  * debian/{control,rules,libscim8.install}:  C++ ABI transtion, rename binary
    package libscim8 to libscim8c2a.  (Closes: #339261)
  * debian/control:  Update Suggests list.  Add Japanese IM engines and
    replace scim-chinese with scim-pinyin.  (Closes: #335909)
  * debian/control:  Upgrade to policy version 3.6.2 (no actual changes).
  * debian/copyright:  Update copyright notice and FSF address.
  * debian/{control,rules}:  Build-Depends on autotools-dev and use the
    config.guess and config.sub files from autotools-dev unconditionally.
  * debian/control:  Use individual X library packages in Build-Depends
    instead of the xlibs-dev metapackage.
  * debian/{scim.script,rules}:  Add reportbug information gathering script.

 -- Ming Hua <minghua@rice.edu>  Fri, 25 Nov 2005 17:55:25 -0600

scim (1.4.1-1) unstable; urgency=low

  * New upstream release.
  * debian/{libscim6c2,libscim8,libscim-dev,scim,scim-module-socket}.install,
    debian/{control,rules}:  ABI change.  Change binary package libscim6c2 to
    libscim8, and all modules are in /usr/lib/scim-1.0/1.4.0/ now.  There are
    also a new shared library (libscim-x11utils-1.0) and new modules.
  * debian/patches/{00list,10gtk-immodule-install-dir.dpatch}:  Unfuzzy patch,
    and rename it to 10_gtk-immodule-install-dir.dpatch according to new
    naming template.
  * debian/watch:  Track 1.4 series.
  * debian/NEWS:  Change news entry version from 1.2.3-1 to 1.4.1-1, since
    1.2.3-1 was never released.  Also refer to scim 1.4 instead of 1.2.

 -- Ming Hua <minghua@rice.edu>  Thu, 11 Aug 2005 22:38:20 -0500

scim (1.2.3-1) unstable; urgency=low

  * New upstream release.  (Closes: #308064)
    - Build with GCC 4.0.  Use libscim6c2 as the shared library package name
      to avoid problem with some unofficial builds.  [minghua]
  * debian/NEWS:  Create this file, and add notes about scim 1.0 to 1.2
    upgrade and C++ ABI transtion.  [minghua]
  * debian/patches/{00list,20-gcc-4.0-ftbfs.dpatch}:  Already included by
    upstream, removed.  [minghua]
  * debian/control, debian/{scim,scim-dev,libscim6c2,libscim-dev}.install:
    Build separate libscim6c2 and libscim-dev binary packages.  [minghua]
  * debian/control, debian/scim-config-gconf.{install,prerm,postinst}:  Remove
    binary package scim-config-gconf, as upstream doesn't provide this module
    anymore.  [minghua]
  * debian/control, debian/scim-{server,config,frontend}-socket.install,
    debian/scim-modules-socket.install:  Combine configure, front end, and IM
    engine modules for socket into one binary package.  [minghua]
  * debian/rules, debian/scim-modules-socket.install, debian/scim.install:
    Change the module path, and adjust to the added and deleted files by
    upstream.  [minghua]
  * debian/control: [minghua]
    - Remove old Conflicts, we only support upgrade from sarge from now on.
    - Make scim Conflicts with all old dynamic module packages.
    - Have libscim-dev depends on libgtk2.0-dev and libpango1.0-dev since
      their header files are #included directly.  Also remove useless
      libc6-dev | libc-dev dependency.
  * debian/watch:  Track 1.2 series.  [minghua]

 -- Ming Hua <minghua@rice.edu>  Sun,  7 Aug 2005 14:18:29 -0500

scim (1.0.2-3) unstable; urgency=medium

  * Urgency set to medium to push these documentation changes into sarge.
  * debian/README.Debian:  Documentation update.  [minghua]
    - Clarify the situation of skim and scim-qt-immodule in Debian.
    - List scim-chewing as available IM engine instead of a potential one since
      it's in sarge now.  (Closes: #306759)
    - List scim-prime and scim-skk as potetial IM engines.
    - Remove notes about gksu configurations, since gksu 1.2.4 and higher
      doesn't lock XIM anymore.
  * debian/control:  Make all dynamic loadable module packages depend on scim
    (<< 1.1), to smooth future upgrades.  [minghua]

 -- Ming Hua <minghua@rice.edu>  Mon, 16 May 2005 21:11:00 -0500

scim (1.0.2-2) unstable; urgency=low

  * debian/README.Debian:  Fix typo (Thanks, Carlos Z.F. Liu).  [alee, minghua]
  * debian/control:
    - Make scim conflict with all old (<< 1.0.0) modules.  [minghua]
    - Change the upstream website.  [minghua]
  * debian/copyright:  Change the upstream download repository to SourceForge.
    [minghua]
  * debian/README.Debian: ~/.scim/config -> ~/.scim/global (Thanks, Florian
    Schlichting).  (Closes: #291543)  [osamu]
  * debian/README.Debian: mention gksu configuration. (Closes: #283746)
    [osamu]

 -- Ming Hua <minghua@rice.edu>  Wed,  2 Feb 2005 00:19:03 +0100

scim (1.0.2-1) unstable; urgency=low

  * New Upstream release.
  * debian/control:  Make scim conflict with old scim-gtk2-immodule (<<
    1.0.0) to avoid broken upgrade if user choose to upgrade only scim
    but not scim-gtk2-immodule.  (Closes: #287348)  [minghua]
  * debian/patches/{00list,20redirect-to-cerr.dpatch,30gnumeric.dpatch}:
    Delete old patches that are already included by upstream.  [minghua]
  * debian/patches/{00list,20-gcc-4.0-ftbfs.dpatch}:  Add patch from Andreas
    Jochens <aj@andaco.de> to fix FTBFS on amd64/gcc-4.0.  (Closes: #288470)
    [minghua]
  * debian/watch:  Only track 1.0.x branch on upstream.  [osamu,minghua]

 -- Ming Hua <minghua@rice.edu>  Tue, 11 Jan 2005 20:14:17 -0600

scim (1.0.1-4) unstable; urgency=low

  * Update README.Debian.  [osamu]
  * debian/control:  Make scim-gtk2-immodule depend on scim-frontend-socket
    and scim-config-socket.  This prevents IM engine loading each time scim
    gtk module is invoked (which happens very often if GTK_IM_MODULE=scim).
    (Closes: #285623)  [minghua]
  * debian/watch:  Switch to Sourceforge repository since SCIM isn't hosted
    on freedesktop.org anymore.  [minghua]

 -- Ming Hua <minghua@rice.edu>  Tue, 21 Dec 2004 20:36:10 -0600

scim (1.0.1-3) unstable; urgency=high

  * Patch to prevent data loss in gnumeric while moving cursor
    by the upstream (Closes: #280661)

 -- Osamu Aoki <osamu@debian.org>  Fri, 19 Nov 2004 23:22:41 +0100

scim (1.0.1-2) unstable; urgency=high

  * Patch to redirects the messages to standard error per Aaron M. Ucko. 
    (Closes: #280374)

 -- Osamu Aoki <osamu@debian.org>  Tue, 09 Nov 2004 07:31:17 +0100

scim (1.0.1-1) unstable; urgency=low

  * New upstream release. (Closes: #269946)
    + Fix FTBFS problem with gcc-3.4. (Closes: #266045)
  * debian/control, debian/rules, debian/patches/:  Switch to dpatch system.
  * debian/control:  Rewrite the descriptions for most packages, and update
    Conflict: and Depends: relations.
  * debian/scim-dev-doc.doc-base:  Rewrite the descriptions.
  * debian/scim-config-gconf.{postinst,prerm}:  Add scripts to register and
    unregister gconf2 schemas.
  * debian/watch:  Fix source watchfile line format.
  * debian/scim.1, debian/scim.manpages:  Add man page scim(1), thanks to
    Osamu Aoki.
  * debian/README.Debian:  Update user's manual to reflect 1.0 series changes.
  * Added Osamu Aoki as uploader.
  * Update README.Debian by Osamu Aoki.

 -- Ming Hua <minghua@rice.edu>  Fri, 29 Oct 2004 20:48:12 +0200

scim (0.9.7-3) unstable; urgency=low

  * debian/control:  Let scim-gtk2-immodule depends on scim-server-socket,
    otherwise GDM will start scim and ignore all character input.
    (Closes: #272321)  Also have scim-gtk-immodule depends on
    scim-frontend-socket and recommends scim-config-socket, so that the GTK IM
    module mode works properly.
  * debian/rules:  Don't install Makefile.* with documents.  (Closes: #255336)
  * configs/config:  Set /FrontEnd/X11/OnTheSpot to false, avoiding glitches
    in some applications such as Mozilla and OpenOffice.org.
  * debian/README.Debian:  Add a brief English user's guide.
  * debian/control, debian/copyright:  Update upstream website address.

 -- Ming Hua <minghua@rice.edu>  Fri, 24 Sep 2004 21:09:08 -0500

scim (0.9.7-2) unstable; urgency=low

  * Add intltool (>= 0.22) to Build-Depends, without it scim FTBFS on all
    architectures.  (Closes: #255215)
  * Fix old directory reference in debian/scim-dev-doc.doc-base to reflect the
    new package name.  (Closes: #255159)
  * Change extras/gtk2_immodule/Makefile.{am,in} to install im-scim.so into
    /usr/lib/gtk-2.0/2.4.0/immodules, also add postinst and postrm scripts for
    package scim-gtk2-immodule.  (Closes: #255177)

 -- Ming Hua <minghua@rice.edu>  Sat, 19 Jun 2004 22:24:09 -0500

scim (0.9.7-1) unstable; urgency=low

  * Initial release for upload into the official Debian archive.
  * New upstream release.
  * Followed the package split in my unofficial scim 0.4.0 package,
    and modified according to the upstream scim.spec:
     * merged scim-frontend-x11, scim-server-rawcode, scim-server-table,
       scim-config-simple into the main scim package;
     * removed scim-suite.
  * Removed Build-Depends: gif2png.
  * Renamed scim-doc as scim-dev-doc.
  * The main scim package Suggests: scim-chinese, scim-tables-zh,
    scim-tables-ja, scim-tables-ko, scim-tables-additional.
  * Updated package descriptions with ideas from
    http://freedesktop.org/~suzhe/download.html.
  * Many thanks to Ming Hua <minghua@rice.edu> for packaging
    scim 0.9.2 and 0.9.6 on Debian Alioth.
  * NMU: I won't have time to maintain this package in the longterm, so...
    Ming Hua is the maintainer of this package!  :-)

 -- Anthony Fok <foka@debian.org>  Sun,  6 Jun 2004 23:26:49 +0800

scim (0.9.6-1) unstable; urgency=low

  * New upstream version 0.9.6.

 -- Ming Hua <minghua@rice.edu>  Wed, 28 Apr 2004 16:36:25 -0500

scim (0.9.2-1) unstable; urgency=low

  * Initial Release, based on upstream version 0.9.2.
  * Debianize as a single binary package, will try to split later.

 -- Ming Hua <minghua@rice.edu>  Sun, 29 Feb 2004 22:12:41 -0600

scim (0.4.0-1) unstable; urgency=low

  * Initial Release.
  * Applied scim-0.4.0-generic-table.patch by upstream author James Su
    to fix a bug reported by WONG Yiu Fai.

 -- Anthony Fok <foka@debian.org>  Mon, 21 Apr 2003 22:21:58 +0800
