Skip to content

Commit

Permalink
Bump version to 1.1.9 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
step- committed Nov 14, 2018
1 parent 747b723 commit 4e5cc36
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions docs/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.9: 2018-11-14
Changed:
- Add menu description file name and line number to error messages.
Fixed:
- Build instructions.
1.1.8: 2018-09-16
New:
- Add option -q(uiet) to keep stdout uncluttered.
Expand Down
2 changes: 1 addition & 1 deletion docs/menu_configuration_file_format.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gtkmenuplus 5 "2018-09-16" "version 1.1.8" "menu configuration file"
# gtkmenuplus 5 "2018-11-14" "version 1.1.9" "menu configuration file"

## NAME

Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gtkmenuplus 1 "2018-09-16" "version 1.1.8" usage
# gtkmenuplus 1 "2018-11-14" "version 1.1.9" usage

## NAME

Expand Down
4 changes: 2 additions & 2 deletions man/gtkmenuplus.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH gtkmenuplus 1 "2018-09-16" "version 1.1.8" usage
.TH gtkmenuplus 1 "2018-11-14" "version 1.1.9" usage
.SH NAME

gtkmenuplus - display GTK menus from text files
Expand Down Expand Up @@ -117,7 +117,7 @@ file, gtkmenuplus will print a warning to the terminal window.
.RS
.nf
\fC
gtkmenuplus 'include=~/bin/*.sh ; cmd=geany; icon=NULL'
gtkmenuplus 'include=~/bin/*.sh ; cmd=geany; icon=NULL'

gtkmenuplus $'submenu=var/run;\tinclude=/var/run/* *'

Expand Down
18 changes: 9 additions & 9 deletions man/gtkmenuplus.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH gtkmenuplus 5 "2018-09-16" "version 1.1.8" "menu configuration file"
.TH gtkmenuplus 5 "2018-11-14" "version 1.1.9" "menu configuration file"
.SH NAME

Format of menu configuration files for gtkmenuplus(1).
Expand Down Expand Up @@ -91,7 +91,7 @@ launchersubmenu=launcher_dirfile
activationlogfile=logfile_path

include=menu_configuration_file or
include=path_to_directory[/file_glob] [directory_glob]
include=path_to_directory[/file_glob] [directory_glob]

if=condition
elseif=condition or elif=condition
Expand Down Expand Up @@ -190,14 +190,14 @@ The following lines may contain a path or paths:
.RS
.nf
\fC
cmd=command
cmd=command
icondirectory=path_to_icon_directory
icon=path_to_image_file
icon=path_to_image_file
launcherdirectory=path_to_launcher_directory
launcher=path_to_launcher(s)
launchersub=path_to_directory
include=menu_configuration_file
include=path_to_directory
include=menu_configuration_file
include=path_to_directory

\fR
.fi
Expand Down Expand Up @@ -451,7 +451,7 @@ Format
.RS
.nf
\fC
format=formatting
format=formatting

formatting=[ format_string [;|, format_string [;|, format_string... ]]]

Expand Down Expand Up @@ -984,7 +984,7 @@ Second form (explained further down):
.RS
.nf
\fC
include=path_to_directory[/file_glob] [directory_glob]
include=path_to_directory[/file_glob] [directory_glob]

\fR
.fi
Expand Down Expand Up @@ -1040,7 +1040,7 @@ Second form:
.RS
.nf
\fC
include=path_to_directory[/file_glob] [directory_glob]
include=path_to_directory[/file_glob] [directory_glob]

\fR
.fi
Expand Down
2 changes: 1 addition & 1 deletion source/gtkmenuplus.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

#define PARAM_REF_TAG '$'

#define VERSION_TEXT VERSION ", WIP, 2018-09-17"
#define VERSION_TEXT VERSION

#define DEFAULT_CONFIG_FILE "test_menu.txt"

Expand Down

0 comments on commit 4e5cc36

Please sign in to comment.