Skip to content

Commit

Permalink
fix configure snafu + update README todo a little
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1124 b067294f-1dea-0310-9683-c47a78595994
  • Loading branch information
mallum committed Apr 26, 2005
1 parent 864c520 commit 25ce038
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2005-04-26 mallum,,, <[email protected]>

* README:
Small update on Todo.
* configure.ac:
Fix a minor snafu

2005-04-26 mallum,,, <[email protected]>

* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
Expand Down
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ Todo

Again needs an image lib.

* Dynamic Extended keys

Some how have certain keys limit themselves to only being displayed if
width is avialable.
This would work hopefull work well for screen rotation.

* Embedding.

Should be quite easy to add.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([src/matchbox-keyboard.c])

AM_INIT_AUTOMAKE()
AM_MAINTAINER_MODE
AM_CONFIG_HEADER([config.h])
AM_CONFIG_HEADER(config.h)

# Checks for programs.
AC_GNU_SOURCE
Expand Down

0 comments on commit 25ce038

Please sign in to comment.