Группа :: Система/XFree86
Пакет: gmrun
Главная Изменения Спек Патчи Загрузить Bugs and FR
15 июля 2006 Terechkov Evgenii <evg at altlinux.ru> 0.9.2-alt0.M24.1
- Initial build for ALT
- rebuild
- rebuild
- automatic rebuild
- gmrun version 0.9.2
- Fedora-ized spec
- version 0.9
- rebuild on RHL9
- removed duplicate 'configure'
- 'files' section tweaks
- eliminated useles 'prefix' macro
- added smp flags to make
- changed 'group' to a more standardized one
- changed the-too-obstinate 'description'
- change the 'install' section to correctly install files
- added 'buildroot' macro
- Some bugs fixed, specifically the behavior of END/HOME keys (or C-E, C-A),
and the major one: you could not run a file that has an extension handler
with some other program than the extension handler :)
- Fixed bug: filenames can now contain white spaces (will be backslash-ed)
- New feature: can specify application handler per file extension, so you
can directly type the name of some .cpp file and emacs will show up :)
see config file for details. - New feature: can automatically simulate a TAB press after some timeout.
Check config file for details, key "TabTimeout" (0 to disable). - New feature: you can now always use "system" for running programs
(specify --enable-system at configure).
- Fixed bug with sorting of completion list
- Fixed bug with URL handling
- New parameter: list of execs to be always run in terminal
- New feature: last history line appears directly in edit line, selected
- Programs are now executed using execv. We don't use system anymore, thus
avoiding forking another shell. - gmrun.spec gets now generated automagically, at ./configure.
- added "!" history backward search; like in bash, it finds the last command
which begins with the entered text. - CTRL-R / CTRL-S don't show two identical consecutive records.
- added history search capabilities (CTRL-R / CTRL-S, like in bash / Emacs)
- small bug fixes
- history size configurable from config file
- window appears directly where it should (no more flicker)
- added default configuration file (goes to /usr/share/gmrun)
- updated to version 0.5.3 and took over to 0.5.31
- updated to version 0.2.2:
* Ctrl-Enter spawns a terminal
- initial RPM build