add debian/NEWS to notifiy users about change of global aliases behaviour 0.1-31
authorMichael Prokop <mika@grml.org>
Sun, 12 Nov 2006 11:31:35 +0000 (12:31 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 12 Nov 2006 11:31:35 +0000 (12:31 +0100)
debian/NEWS [new file with mode: 0644]
debian/changelog

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644 (file)
index 0000000..0540e1a
--- /dev/null
@@ -0,0 +1,17 @@
+grml-etc-core (0.1-31) unstable; urgency=low
+
+  * Please notice, that the behaviour of global aliases in /etc/skel/.zshrc
+    has been changed. Now global aliases won't be expanded automatically
+    anymore. You can still use them (and even some more now as well),
+    just type the abbreviation/global alias and expand it via pressing
+    the key sequence ',.'. Usage example:
+
+    % ls G<press-',.'-here>
+
+    expands to:
+
+    % ls |& grep --color=auto
+
+    Thanks for the contribution, Matthias Kopfermann!
+
+ -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 12:27:02 +0100
index ef4c2be..edab6bc 100644 (file)
@@ -3,6 +3,7 @@ grml-etc-core (0.1-31) unstable; urgency=low
   * /etc/skel/.zshrc:
     - added alias hidiff (highlight important stuff in diff
       output), active if histring is available
+    - added some isgrmlsmall checks, thanks Frank Terbeck!
     - added power completion, thanks wuehlmaus!
       See http://zshwiki.org/home/examples/zleiab for details.
       Notice: this deactivates the global aliases by default now,