gmrun 1.1w

This commit is contained in:
wdlkmpx 2021-03-06 15:22:44 +08:00
parent e8dd889f24
commit f3043727dc
3 changed files with 19 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Henning Schild
Makoto Nokata
mishoo
Paweł Błaszczyk
PRESFIL
R. Tyler Croy
Samuel Bauer
sonofkojak

View File

@ -1,3 +1,20 @@
==========
gmrun 1.1w
==========
PRESFIL (1):
Fix xterm -e handling with multiword queryes
wdlkmpx (7):
restore system(3) call as the default option to run commands
main.c: ext_check(): escape spaces only if USE_XDG = 1
rename USE_XDG to USE_GLIB_XDG
gmrunrc: EXT syntax-> EXT:ext,etc = handler '%s'
main.c: main() gtk3.4+: hide cmd line args from GApplication
main.c (gtk3.4+): G_APPLICATION_NON_UNIQUE
merge data/zrelease into autogen.sh ..
==========
gmrun 1.0w
==========

View File

@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_INIT([gmrun], [1.0w])
AC_INIT([gmrun], [1.1w])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([-Wall foreign])
AC_CONFIG_MACRO_DIR([m4])