Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2013-04-22 14:33:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zsh (Old)
 and      /work/SRC/openSUSE:Factory/.zsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zsh", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2013-04-02 14:02:26.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes     2013-04-22 
14:33:20.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 22 09:22:02 UTC 2013 - [email protected]
+
+- Don't set globdots it might lead to unexpected problems (bnc#815556) 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zshrc ++++++
--- /var/tmp/diff_new_pack.s1y923/_old  2013-04-22 14:33:22.000000000 +0200
+++ /var/tmp/diff_new_pack.s1y923/_new  2013-04-22 14:33:22.000000000 +0200
@@ -1,4 +1,4 @@
-# read bash.bashrc first for some features we dont want 
+# read bash.bashrc first for some features we dont want
 # to re-implement here
 source /etc/bash.bashrc
 
@@ -26,11 +26,25 @@
 #RPROMPT="[%T]"
 
 # Set/unset  shell options
-setopt   globdots nocorrect pushdtohome autolist nopromptcr
-setopt   nocorrectall autocd recexact longlistjobs
-setopt   histignoredups pushdsilent appendhistory histexpiredupsfirst
-setopt   autopushd pushdminus extendedglob rcquotes
-unsetopt bgnice autoparamslash hup
+setopt   nocorrect
+setopt   pushdtohome
+setopt   autolist
+setopt   nopromptcr
+setopt   nocorrectall
+setopt   autocd
+setopt   recexact
+setopt   longlistjobs
+setopt   histignoredups
+setopt   pushdsilent
+setopt   appendhistory
+setopt   histexpiredupsfirst
+setopt   autopushd
+setopt   pushdminus
+setopt   extendedglob
+setopt   rcquotes
+unsetopt bgnice
+unsetopt autoparamslash
+unsetopt hup
 
 # Setup some basic programmable completions.  To see more examples
 # of these, check out /usr/doc/packages/zsh/compctl-examples.
@@ -132,14 +146,14 @@
     # DEC keyboard KP_F1 - KP_F4
     bindkey -s "^[OP"  "^["
     bindkey    "^[OQ"  undo
-    bindkey    "^[OR"  undefined-key  
+    bindkey    "^[OR"  undefined-key
     bindkey    "^[OS"  kill-line
 fi
 if [[ "$TERM" == "gnome" ]] then
     # or gnome terminal F1 - F4
     bindkey -s "^[OP"  "^["
     bindkey    "^[OQ"  undo
-    bindkey    "^[OR"  undefined-key  
+    bindkey    "^[OR"  undefined-key
     bindkey    "^[OS"  kill-line
 fi
 # Function keys F1 - F12
@@ -214,7 +228,7 @@
 fi
 
 #  EMACS line editing
-if [[ "$ZSHEDIT" == "emacs" ]] then 
+if [[ "$ZSHEDIT" == "emacs" ]] then
     # ... xterm application cursor
     if [[ "$TERM" == "xterm" ]] then
        bindkey    "^[^[OD"     backward-word

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to