changes for 0.9.2

This commit is contained in:
andreas99 2003-11-16 11:17:01 +00:00
parent d614181e3b
commit 9c4d5c4090
3 changed files with 10 additions and 2 deletions

7
NEWS
View File

@ -1,5 +1,12 @@
-*- text -*-
0.9.2 (Son, Nov 16 2003)
- UTF-8 support (only tested with german). Please report problems with
other languages to <andreas99@users.sf.net>
- New little feature: you could place gmrun with the -geometry parameter
0.8.1 (Sat, Aug 17 2002)
- bug fix release:

3
README
View File

@ -1,4 +1,4 @@
gmrun 0.9.0 http://students.infoiasi.ro/~mishoo/site/gmrun.epl
gmrun 0.9.2 http://students.infoiasi.ro/~mishoo/site/gmrun.epl
------------ ---------------------------------------------------
Short GtkEntry for file autocompletion + main.cc that does the
@ -58,6 +58,7 @@ Features
it in the configuration file. The default handler for ".txt" files is,
of course, Emacs. But you can easily change that, you... you VIM user!
* UTF-8 support (added in 0.9.2)
Requirements
-------------

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(configure.in)
AM_INIT_AUTOMAKE(gmrun, 0.9.1)
AM_INIT_AUTOMAKE(gmrun, 0.9.2)
AM_CONFIG_HEADER(config.h)
AC_ARG_ENABLE(debug,