SuccessChanges

Summary

  1. Revert "Don't ignore Enter key presses" (details)
  2. Update debian/changelog (1:2.1.64.1-1) (details)
  3. update debian/changelog (details)
  4. remove files that do not belong to git (details)
  5. Revert "Fix HILDON_IM_ACTIVATE_FORMAT and HILDON_IM_KEY_EVENT_FORMAT" (details)
  6. Change protocol structs that have Window type vars to use guint32 instead (details)
  7. Port to debhelper 10 (details)
  8. update debian/changelog (details)
Commit e5ae1edd0e420acaf0b163df40a15da063ab4f5e by Arthur D.
Revert "Don't ignore Enter key presses"

The proper fix is here:
https://github.com/maemo-leste/hildon-input-method/commit/f01d4721c9bc65202cb2f601f815f7e8c797d8c2
The file was modifiedsrc/hildon-im-context.c (diff)
Commit a1f73d4a71feef36789f63603dc79ea7e1c3f702 by Arthur D.
Update debian/changelog (1:2.1.64.1-1)
The file was modifieddebian/changelog (diff)
Commit 1883dab0d5bed8b3d03a43658e53cbf668d22f9e by ivo.g.dimitrov.75
update debian/changelog

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was modifieddebian/changelog (diff)
Commit 4921097321257040905383c50a88d9fd9008f2fe by ivo.g.dimitrov.75
remove files that do not belong to git

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was removedconfig.sub
The file was removedconfig.guess
Commit 60fa6ba86301a0f00a48fcef0b89d6eb2945cf2b by ivo.g.dimitrov.75
Revert "Fix HILDON_IM_ACTIVATE_FORMAT and HILDON_IM_KEY_EVENT_FORMAT"

This does not actually work, because even on 64bit systems, longs are
passed as 32 bit.

This reverts commit ea46ee879f2527825a25af5749d6783e199759dc.
The file was modifiedsrc/hildon-im-protocol.h (diff)
Commit fef66e0d7eb5a93244d033a768f0ee3267b95409 by ivo.g.dimitrov.75
Change protocol structs that have Window type vars to use guint32 instead

Window will always fit in 32 bits, even if it is 64 bits on 64 bit systems.
However, on 64 bit systems the size of the ClientMessage data becomes more
that 20 bytes for HildonIMActivateMessage and HildonIMKeyEventMessage so
the receiver(hidon-input-method) gets garbage.

Fix that by replacing Window with guint32.

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was modifiedsrc/hildon-im-protocol.h (diff)
Commit 09cb6706b2d18a55f8907512a51ae24b4c7634aa by ivo.g.dimitrov.75
Port to debhelper 10

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was modifiedconfigure.ac (diff)
The file was modifieddebian/control (diff)
The file was modifieddebian/hildon-input-method-framework.install.in (diff)
The file was modifieddebian/rules (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifieddebian/hildon-input-method-framework-dev.install (diff)
The file was removeddebian/hildon-input-method-framework.postrm.in
The file was removedINSTALL
The file was modifieddebian/compat (diff)
The file was removeddebian/hildon-input-method-framework.postinst.in
Commit 40bbe43309200d81c9fc5a68e17c5695d378b090 by ivo.g.dimitrov.75
update debian/changelog

Fix a typo while at it

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was modifieddebian/changelog (diff)