diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2004-11-29 10:41:23 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2004-11-29 10:41:23 +0000 |
commit | 648af4dd78a1018405e17aa98e7c4f1f03b9ced9 (patch) | |
tree | 89151e42e86de797d5666ddc2da97ebef01a1be2 /dev-util/source-highlight/ChangeLog | |
parent | Added in the meta-tracker for GNOME 2.8.1 (Manifest recommit) (diff) | |
download | gentoo-2-648af4dd78a1018405e17aa98e7c4f1f03b9ced9.tar.gz gentoo-2-648af4dd78a1018405e17aa98e7c4f1f03b9ced9.tar.bz2 gentoo-2-648af4dd78a1018405e17aa98e7c4f1f03b9ced9.zip |
Fixed completion function to use POSIX-sh compliant identifier (s/-/_/) so bash doesn't puke in POSIX mode when the function is in the user's env. Bumping revision and keeping KEYWORDS to prevent bug 72696 from reoccurring.
Diffstat (limited to 'dev-util/source-highlight/ChangeLog')
-rw-r--r-- | dev-util/source-highlight/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-util/source-highlight/ChangeLog b/dev-util/source-highlight/ChangeLog index 4590da7e5e5e..bf988f797d59 100644 --- a/dev-util/source-highlight/ChangeLog +++ b/dev-util/source-highlight/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-util/source-highlight # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.11 2004/11/07 11:35:25 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.12 2004/11/29 10:41:23 ka0ttic Exp $ + +*source-highlight-1.11-r2 (29 Nov 2004) + + 29 Nov 2004; Aaron Walker <ka0ttic@gentoo.org> + files/source-highlight.bash-completion, +source-highlight-1.11-r2.ebuild: + Fixed completion function to use POSIX-sh compliant identifier (s/-/_/) so + bash doesn't puke in POSIX mode when the function is in the user's env. + Bumping revision and keeping KEYWORDS to prevent bug 72696 from reoccurring. 07 Nov 2004; Aaron Walker <ka0ttic@gentoo.org> +files/source-highlight.bash-completion, source-highlight-1.11-r1.ebuild, |