forked from e16/e16
1
0
Fork 0

0.99.99.003.

SVN revision: 40477
This commit is contained in:
Kim Woelders 2009-04-30 19:59:46 +00:00
parent f3d77c256f
commit 9cf7a0fe39
2 changed files with 11 additions and 22 deletions

View File

@ -1,24 +1,3 @@
2004-03-08 gettextize <bug-gnu-gettext@gnu.org>
* configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
2002-09-04 gettextize <bug-gnu-gettext@gnu.org>
* configure.in (AC_OUTPUT): Add intl/Makefile.
2002-09-04 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): Add m4.
(SUBDIRS): Remove intl.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath.
* configure.in (AC_OUTPUT): Add m4/Makefile.
1998-06-02 Raja R Harinath <harinath@cs.umn.edu>
* configure.in: Change all [ ... ] to test .... Also `test -e' is
not portable. Use `test -f' instead.
-------------------------------------------------------------------------------
Wed May 13 21:03:23 EDT 1998
@ -5011,3 +4990,13 @@ Call XRefreshKeyboardMapping on MappingNotify.
Remove default bindings and special commands to configure dragbar.
Update e16keyedit helper file.
-------------------------------------------------------------------------------
Thu Apr 30 21:48:14 CEST 2009
(Kim)
--- 0.99.99.003 ---
Revert "removal" of settings menu. In stead include stuff from the middle
mouse menu.
Prefer larger images when looking for menu icons (Don Harrop).

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [0.99.99])
m4_define([pkg_revision], [002])
m4_define([pkg_revision], [003])
m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], [0.`date '+%y%m%d'`], [1]))