Loading ChangeLog +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ git HEAD * Add --zoom fill as equivalent for --auto-zoom * Add --zoom max (zooming like in --bg-max) * --menu-style is now deprecated Wed, 26 Jan 2011 21:07:19 +0100 Loading man/feh.pre +0 −5 Original line number Diff line number Diff line Loading @@ -267,11 +267,6 @@ Use .Pq truetype, with size, like Qq yudit/12 as menu font. . .It Cm --menu-style Ar file Read .Ar file to determine menu style. . .It Cm -m , --montage Enable montage mode. Montage mode creates a new image consisting of a grid of thumbnails of the images in the filelist. When montage mode is selected, Loading src/help.raw +0 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,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-style FILE Use FILE as the style descriptor for menu text. -), --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 Loading src/options.c +1 −0 Original line number Diff line number Diff line Loading @@ -692,6 +692,7 @@ static void feh_parse_option_array(int argc, char **argv) case 204: free(opt.menu_style); opt.menu_style = estrdup(optarg); weprintf("--menu-style is deprecated and will be removed soon"); break; case 205: if (!strcmp("fill", optarg)) Loading test/status +0 −5 Original line number Diff line number Diff line Loading @@ -208,11 +208,6 @@ Overall test status, what's covered / missing [ ] changes menu font --menu-style to be deprecated --montage --multiwindow Loading Loading
ChangeLog +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ git HEAD * Add --zoom fill as equivalent for --auto-zoom * Add --zoom max (zooming like in --bg-max) * --menu-style is now deprecated Wed, 26 Jan 2011 21:07:19 +0100 Loading
man/feh.pre +0 −5 Original line number Diff line number Diff line Loading @@ -267,11 +267,6 @@ Use .Pq truetype, with size, like Qq yudit/12 as menu font. . .It Cm --menu-style Ar file Read .Ar file to determine menu style. . .It Cm -m , --montage Enable montage mode. Montage mode creates a new image consisting of a grid of thumbnails of the images in the filelist. When montage mode is selected, Loading
src/help.raw +0 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,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-style FILE Use FILE as the style descriptor for menu text. -), --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 Loading
src/options.c +1 −0 Original line number Diff line number Diff line Loading @@ -692,6 +692,7 @@ static void feh_parse_option_array(int argc, char **argv) case 204: free(opt.menu_style); opt.menu_style = estrdup(optarg); weprintf("--menu-style is deprecated and will be removed soon"); break; case 205: if (!strcmp("fill", optarg)) Loading
test/status +0 −5 Original line number Diff line number Diff line Loading @@ -208,11 +208,6 @@ Overall test status, what's covered / missing [ ] changes menu font --menu-style to be deprecated --montage --multiwindow Loading