diff options
author | 2009-07-05 20:42:01 +0000 | |
---|---|---|
committer | 2009-07-05 20:42:01 +0000 | |
commit | 037b820ceaebc184160e1c1c39a9c4b6dcc22ab2 (patch) | |
tree | 48ff9c1412d08226a3f997d44d8b7520f2be62e9 /app-editors/zile/files | |
parent | amd64 stable, bug #275186 (diff) | |
download | gentoo-2-037b820ceaebc184160e1c1c39a9c4b6dcc22ab2.tar.gz gentoo-2-037b820ceaebc184160e1c1c39a9c4b6dcc22ab2.tar.bz2 gentoo-2-037b820ceaebc184160e1c1c39a9c4b6dcc22ab2.zip |
Version bump. Remove old.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-editors/zile/files')
-rw-r--r-- | app-editors/zile/files/zile-2.3.0-splash.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/app-editors/zile/files/zile-2.3.0-splash.patch b/app-editors/zile/files/zile-2.3.0-splash.patch deleted file mode 100644 index 1d24021fc767..000000000000 --- a/app-editors/zile/files/zile-2.3.0-splash.patch +++ /dev/null @@ -1,31 +0,0 @@ -Remove mention of removed help commands. -From upstream, part of the following commit: -http://git.savannah.gnu.org/gitweb/?p=zile.git;a=commitdiff_plain;h=6c3db79604ec1c30f150d3af7a6087b165266dd4 - ---- a/src/main.c -+++ b/src/main.c -@@ -90,21 +90,17 @@ static char about_splash_str[] = "\ - " ZILE_COPYRIGHT_STRING "\n\ - \n\ - Type `C-x C-c' to exit " PACKAGE_NAME ".\n\ --Type `C-h h' for help; `C-x u; to undo changes.\n\ --Type `C-h C-d' for information on getting the latest version.\n\ --Type `C-h t' for a tutorial on using " PACKAGE_NAME ".\n\ --Type `C-h s' for a sample configuration file.\n\ -+Type `C-x u; to undo changes.\n\ - Type `C-g' at any time to quit the current operation.\n\ - \n\ - `C-x' means hold the CTRL key while typing the character `x'.\n\ - `M-x' means hold the META or ALT key down while typing `x'.\n\ - If there is no META or ALT key, instead press and release\n\ - the ESC key and then type `x'.\n\ --Combinations like `C-h h' mean first press `C-h', then `h'.\n\ -+Combinations like `C-x u' mean first press `C-x', then `u'.\n\ - "; - --static char about_minibuf_str[] = -- "Welcome to " PACKAGE_NAME "! For help type `C-h h'"; -+static char about_minibuf_str[] = "Welcome to " PACKAGE_NAME "!"; - - static void - about_screen (void) |