changeset 562:36627778a40e

image: no longer load package automatically
author carandraug
date Mon, 16 Apr 2012 12:51:08 +0000
parents c45838839d86
children d2a6dc5e921e
files DESCRIPTION NEWS
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Name: Image
 Version: 1.0.15
 Date: 2011-09-26
-Author: Various Authors
+Author: various authors
 Maintainer: Soren Hauberg <soren@hauberg.org>
 Title: Image Processing
 Description: The Octave-forge Image package provides functions for
@@ -10,6 +10,6 @@
  statistics, spatial and geometric transformations, morphological
  operations, linear filtering, and much more.
 Depends: octave (>= 3.4.0), signal
-Autoload: yes
+Autoload: no
 License: GPLv3+, simplified BSD
 Url: http://octave.sf.net
--- a/NEWS
+++ b/NEWS
@@ -62,3 +62,5 @@
     issued since this will deprecated later.
 
  ** `isrgb' now returns false for logical matrix.
+
+ ** Package is no longer automatically loaded.