From f3043727dcb9d111f5599b48cb3cb84361df8871 Mon Sep 17 00:00:00 2001 From: wdlkmpx Date: Sat, 6 Mar 2021 15:22:44 +0800 Subject: [PATCH] gmrun 1.1w --- AUTHORS | 1 + ChangeLog | 17 +++++++++++++++++ configure.ac | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index d8e0dda..8d147f6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,6 +10,7 @@ Henning Schild Makoto Nokata mishoo Paweł Błaszczyk +PRESFIL R. Tyler Croy Samuel Bauer sonofkojak diff --git a/ChangeLog b/ChangeLog index 0644a01..76fe8d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ========== diff --git a/configure.ac b/configure.ac index f7b6d22..4e9eb01 100644 --- a/configure.ac +++ b/configure.ac @@ -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])