Commit 62d03311 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Deprecate --menu-bg option (closes #27)

parent 0f92ef26
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
git HEAD

    * Only create caption directory when actually writing out a caption
    * Only create caption directory when actually writing out a caption.
      <http://github.com/derf/feh/issues/42>
    * The --menu-bg option has been deprecated.  It will be removed along with
      --menu-style by the end of 2012.
      <http://github.com/derf/feh/issues/27>

Sat, 23 Apr 2011 22:00:27 +0200  Daniel Friesel <derf@finalrewind.org>

+0 −6
Original line number Diff line number Diff line
@@ -311,12 +311,6 @@ size/resolution/type etc.
Don't display images.  Just print out their names if imlib2 can successfully
load them.
.
.It Cm -) , --menu-bg Ar file
.
Use
.Ar file
as background image in menus.
.
.It Cm -M , --menu-font Ar font
.
Use
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ OPTIONS
 -C, --fontpath PATH       Specify an extra directory to look in for fonts,
                           can be used multiple times to add multiple paths.
 -M, --menu-font FONT      Use FONT for the font in menus.
 -), --menu-bg BG          Use BG for the background image in menus.
 -B, --image-bg STYLE      Set background for transparent images and the like.
                           Accepted values: white, black, default
 -N, --no-menus            Don't load or show any menus.
+2 −1
Original line number Diff line number Diff line
@@ -607,6 +607,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun)
		case ')':
			free(opt.menu_bg);
			opt.menu_bg = estrdup(optarg);
			weprintf("The --menu-bg option is deprecated and will be removed by 2012");
			break;
		case 'B':
			free(opt.image_bg);
@@ -688,7 +689,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun)
		case 204:
			free(opt.menu_style);
			opt.menu_style = estrdup(optarg);
			weprintf("--menu-style is deprecated and will be removed soon");
			weprintf("The --menu-style option is deprecated and will be removed by 2012");
			break;
		case 205:
			if (!strcmp("fill", optarg))