1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
2008-01-12 Rodrigo Gallardo
* Release 0.9.3
This release includes most of the patches from the Debian package,
as well as a few extra cleanups. Please see the svn log for
details on each change.
2007-12-17 Rodrigo Gallardo
* Remove WIN32 port code. I have not the experience, the tools, nor
the inclination to maintain it.
2007-12-11 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath, m4/ChangeLog.
* configure.ac (AC_OUTPUT): Remove command that created po/Makefile.
4 February 1999
- Released version 0.9.2
31 January 1999
- Switched over to gettext-0.10.35 for i18n support
- Ported ldf's to po files
25 January 1999
- Added Spanish language definition file - Esteban Manchado
21 January 1999
- Added Brazilian Portugese language definition file - Frdric L.W.Meunier
16 January 1999
- Fixed fatal bug in absolute path completion.
- Released version 0.9.1
15 January 1999
- Added --preload parameter to specify default command
14 January 1999
- Added German language definition file - Dominik Brettlacher
12 January 1999
- Added absolute path command completion
- Fixed problem when using End and command completion
- Switched from g_malloc, strcpy, strcat to g_strconcat()
- Added French language definition file - Mathieu Lutfy
11 January 1999
- Released version 0.8.1
- Released version 0.9.0 - development
- Created language definition header for English
9 January 1999
- Fixed bug in parameter recognition code
7 January 1999
- Persistant operation has Close button instead of Cancel + tooltips
- isFileX checks for a FQPN and splits off the last section if FQP
4 January 1999
- Released version 0.8.0
27 December 1998
- Released version 0.8pre1
- Added tooltips to command buttons
21 December 1998
- Changed window type from GTK_WINDOW_DIALOG to GTK_WINDOW_TOPLEVEL
- Removed window positioning code
17 December 1998
- Released version 0.7.4
- Added glocal gassoc and consfiles in share/grun
16 December 1998
- Changed to version 0.7.4 internally
- Added file association feature
- Separated check if file is executable
- GUI check now accepts a XTERM define with multiple parameters
14 December 1998
- Fixed malloc bug in main()
- Fixed gclick so keypad enter launches app as well
13 December 1998
- Released version 0.7.3
10 December 1998
- Changed to 0.7.3 internally
- Fixed bugs in Win32 code from persitance function
9 December 1998
- Switched to config.h for #defines. Neater.
8 December 1998
- Added feature to check if command is GUI or console
see file README section TESTFILE
- Added dialog persistance.
- Dropped short command line switches -v -h
7 December 1998
- Reassigned Windows keys to match WinUI
- Solved autocomplete problem with Win, Gtk bug!!!
- Added selection of top-most item in history list
- Added icon - X Windows
- Checking event->length to confirm key type
4 December 1998
- Removed "Program" label and extended combobox to
full width of window.
- Added workaround for Gtk 1.1.2 grab of GDK_Tab in
combobox (Escape key)
3 December 1998
- Fixed faulty configure. Uses proper include paths
- Updated release file on geocities.com
- Moved dirent.h include into #ifdef #else #endif
- changed from if to switch in gclick
- fixed assertation errors in main()
1 December 1998
- Released version 0.7.2
- Added command autocomplete from history
- Added command complete from system PATH
29th November 1998
- Ported to Win32 by Troy Engel
26th November 1998
- Released version 0.7.1
- Using GTK instead of Motif
- Implemented History Function
- Used fork()/execvp() combo
- Adjusted look to match Windows
- Changed name to grun
15th June 1998
- Changed to version 0.7
- Fixed resizing on FSB
- Added command line launch
19th October 1997
- Changed to version 0.3
- FSB works
- Launcher works
- Dialog style fixed
|