Release new version 0.9.0 v0.9.0
authorMichael Prokop <mika@grml.org>
Wed, 4 Sep 2013 15:08:16 +0000 (17:08 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 4 Sep 2013 15:10:35 +0000 (17:10 +0200)
debian/NEWS
debian/changelog

index 7b73b97..7c72c46 100644 (file)
@@ -1,3 +1,16 @@
+grml-etc-core (0.9.0) grml-testing; urgency=low
+
+  zshrc: use "ctrl-x ." instead ",." to enable power completion /
+  abbreviation expansion:
+
+  The use of ",." for enabling the power completion /
+  abbreviation expansion / buffer expansion was a bad idea
+  because you'll get either a delay or even missing characters,
+  e.g. when ",." is part of a copy/paste action. So we decided to
+  switch to a safer approach by using "ctrl-x ." instead.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 04 Sep 2013 17:06:45 +0200
+
 grml-etc-core (0.8.0) unstable; urgency=low
 
   * zshrc: Prompt converted to zsh's prompt theme system:
index 9888212..8d8e8b6 100644 (file)
@@ -1,3 +1,21 @@
+grml-etc-core (0.9.0) grml-testing; urgency=low
+
+  [ Thorsten Glaser ]
+  * [eaf6856] Fix: trying to overwrite '/etc/vim/vimrc', which is also in
+    package vim-common 2:7.3.547-7
+
+  [ Frank Terbeck ]
+  * [45c3009] Add `grml_theme_has_token' guard function
+  * [d5c0c24] grmlzshrc(5): Briefly mention `grml_theme_has_token()'
+  * [2db6417] grmlzshrc(5): Mentioned the wrong function; actually:
+    grml_theme_add_token()
+
+  [ Michael Prokop ]
+  * [7fc9f75] zshrc: use "ctrl-x ." instead ",." to enable power
+    completion / abbreviation expansion
+
+ -- Michael Prokop <mika@grml.org>  Wed, 04 Sep 2013 17:06:27 +0200
+
 grml-etc-core (0.8.2) grml-testing; urgency=low
 
   [ Christian Hesse ]