summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 25f991c38d8d603d8521ce7031b2c47139674f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2003-11-16  AV  <andreas99@users.sourceforge.net>
	* configure.in: added support for libpopt

	* src/gtkcompletionline.cc: added UTF-8 support for input and output

	* src/main.cc: added UTF-8 support for input and output and
          added an option to place gmrun (-geometry)

2002-06-05  EJ  <sonofkojak@users.sourceforge.net>

	* src/history.cc (append): Previously, an item was not placed in
	  the history when it was the last item. Now, if we find an entry,
	  we move it to the end of the list.

2002-06-05  EJ  <sonofkojak@users.sourceforge.net>

	* acinclude.m4: Added stlport detection code. When using an old
	  version of g++/stdc++ you can get this code to compile only with
	  the stlport. gcc-2.9[56] don't have a definition for
	  char_traits.