]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- patches for WM
authorpius <pius@pld-linux.org>
Fri, 25 Jun 1999 14:27:45 +0000 (14:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker-wmconfig.patch -> 1.4

WindowMaker-wmconfig.patch

index fb88540c45f95b3ef007ca254675e5f9df33fca7..f95413bfe0e3b5b6181477f0cd83d8054254e861 100644 (file)
@@ -1,17 +1,16 @@
-diff -urN WindowMaker-0.50.2.old/WindowMaker/menu WindowMaker-0.50.2/WindowMaker/menu
---- WindowMaker-0.50.2.old/WindowMaker/menu    Tue Jan 12 13:48:53 1999
-+++ WindowMaker-0.50.2/WindowMaker/menu        Mon Jan 18 16:36:38 1999
-@@ -111,48 +109,10 @@
+--- WindowMaker/menu~  Sun May 30 23:25:19 1999
++++ WindowMaker/menu   Fri Jun 25 16:16:10 1999
+@@ -113,48 +113,10 @@
                "Process List" EXEC xterm -e top
                "Manual Browser" EXEC xman
        "Info" END
--      "Run..." EXEC %a(Run,Type command to run:)
+-      "Run..." SHEXEC %a(Run,Type command to run:)
        "XTerm" EXEC xterm -sb 
        "Rxvt" EXEC rxvt -bg black -fg white -fn fixed
        "Workspaces" WORKSPACE_MENU
 -      "Applications" MENU
 -              "Graphics" MENU
--                      "Gimp" EXEC gimp >/dev/null
+-                      "Gimp" SHEXEC gimp >/dev/null
 -                      "XV" EXEC xv
 -                      "XPaint" EXEC xpaint
 -                      "XFig" EXEC xfig
@@ -26,20 +25,20 @@ diff -urN WindowMaker-0.50.2.old/WindowMaker/menu WindowMaker-0.50.2/WindowMaker
 -      "Applications" END
 -      "Editors" MENU
 -              "XFte" EXEC xfte
--              "XEmacs" EXEC xemacs || emacs
+-              "XEmacs" SHEXEC xemacs || emacs
 -              "XJed" EXEC xjed 
 -              "NEdit" EXEC nedit
 -              "Xedit" EXEC xedit
 -              "VI" EXEC xterm -e vi
 -      "Editors" END
 -      "Miscellaneous" MENU
--              "Xmcd" EXEC xmcd 2> /dev/null
+-              "Xmcd" SHEXEC xmcd 2> /dev/null
 -              "Xplaycd" EXEC xplaycd
 -              "Xmixer" EXEC xmixer
 -      "Miscellaneous" END
 -      "Utils" MENU
 -              "Calculator" EXEC xcalc
--              "Window Properties" EXEC xprop | xmessage -center -title 'xprop' -file -
+-              "Window Properties" SHEXEC xprop | xmessage -center -title 'xprop' -file -
 -              "Font Chooser" EXEC xfontsel
 -              "Terminal Emulator" EXEC xminicom
 -              "Magnify" EXEC xmag
@@ -47,20 +46,19 @@ diff -urN WindowMaker-0.50.2.old/WindowMaker/menu WindowMaker-0.50.2/WindowMaker
 -              "XKill" EXEC xkill
 -              "Clipboard" EXEC xclipboard
 -      "Utils" END
-+      "Applications" OPEN_MENU | wmconfig --output wmaker --rootmenu Applications 2>/dev/null 
++      "Applications" OPEN_MENU | wmconfig --output wmaker --rootmenu Applications 2>/dev/null
  
        "Selection" MENU
-               "Copy" EXEC echo '%s' | wxcopy
-diff -urN WindowMaker-0.50.2.old/WindowMaker/plmenu WindowMaker-0.50.2/WindowMaker/plmenu
---- WindowMaker-0.50.2.old/WindowMaker/plmenu  Tue Jan 12 13:48:53 1999
-+++ WindowMaker-0.50.2/WindowMaker/plmenu      Mon Jan 18 19:51:05 1999
+               "Copy" SHEXEC echo '%s' | wxcopy
+--- WindowMaker/plmenu~        Sun May 30 23:25:19 1999
++++ WindowMaker/plmenu Fri Jun 25 16:14:06 1999
 @@ -11,45 +11,7 @@
   ("XTerm", EXEC, "xterm -sb"),
   ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"),
   ("Workspaces", WORKSPACE_MENU),
 - ("Applications",
 -  ("Graphics",
--   ("Gimp", EXEC, "gimp >/dev/null"),
+-   ("Gimp", SHEXEC, "gimp >/dev/null"),
 -   ("XV", EXEC, "xv"),
 -   ("XPaint", EXEC, "xpaint"),
 -   ("XFig", EXEC, "xfig")
@@ -75,20 +73,20 @@ diff -urN WindowMaker-0.50.2.old/WindowMaker/plmenu WindowMaker-0.50.2/WindowMak
 -  ),
 - ("Editors",
 -  ("XFte", EXEC, "xfte"),
--  ("XEmacs", EXEC, "xemacs || emacs"),
+-  ("XEmacs", SHEXEC, "xemacs || emacs"),
 -  ("XJed", EXEC, "xjed"),
 -  ("NEdit", EXEC, "nedit"),
 -  ("Xedit", EXEC, "xedit"),
 -  ("VI", EXEC, "xterm -e vi")
 -  ),
 - ("Miscellaneous",
--  ("Xmcd", EXEC, "xmcd 2> /dev/null"),
+-  ("Xmcd", SHEXEC, "xmcd 2> /dev/null"),
 -  ("Xplaycd", EXEC, "xplaycd"),
 -  ("Xmixer", EXEC, "xmixer")
 -  ),
 - ("Utils",
 -  ("Calculator", EXEC, "xcalc"),
--  ("Window Properties", EXEC, "xprop | xmessage -center -title 'xprop' -file -"),
+-  ("Window Properties", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"),
 -  ("Font Chooser", EXEC, "xfontsel"),
 -  ("Terminal Emulator", EXEC, "xminicom"),
 -  ("Magnify", EXEC, "xmag"),
@@ -99,5 +97,5 @@ diff -urN WindowMaker-0.50.2.old/WindowMaker/plmenu WindowMaker-0.50.2/WindowMak
 -  ),
 + ("Applications", OPEN_MENU, "| wmconfig --output wmaker --rootmenu Applications 2>/dev/null "),
   ("Selection",
-   ("Copy", EXEC, "echo '%s' | wxcopy"),
+   ("Copy", SHEXEC, "echo '%s' | wxcopy"),
    ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"),
This page took 0.035591 seconds and 4 git commands to generate.