X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=98882121564922e760630c720cad56e2934c4b1e;hb=eaf6856870bc783c465baf88bb0a625180fd6ce9;hp=d296011f0b1156a4033c5041269c4d9530051632;hpb=1745c1c1198932509ece7f81cb98890f577c604d;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index d296011..9888212 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,391 @@ +grml-etc-core (0.8.2) grml-testing; urgency=low + + [ Christian Hesse ] + * [21be0f4] print error code in bold + + [ Bernhard Tittelbach ] + * [3c6ce0c] make help-zle work with new bind2maps + + [ Michael Prokop ] + * [6c3c1d6] zshrc: drop duplicated "Complete word from GNU screen + buffer" documentation. Thanks to Frank Terbeck for the + hint + + [ Frank Terbeck ] + * [89815de] Fix Virtualenv prompt example + + [ Jan Hruban ] + * [d5f9c90] zshrc: Fix style lookup of `post' styles in prompt setup + [Closes: issue1253] + + -- Michael Prokop Mon, 08 Jul 2013 10:59:29 +0200 + +grml-etc-core (0.8.1) grml-testing; urgency=low + + [ Frank Terbeck ] + * [06a39dc] zshrc: Make root-user name bold in prompt again + + -- Michael Prokop Wed, 03 Apr 2013 10:37:11 +0200 + +grml-etc-core (0.8.0) grml-testing; urgency=low + + The "new prompt + keyboard handling in grml-zshrc" release + + [ Bernhard Tittelbach ] + * [aa572fc] zsh: abk, don't match everything between . and | and thus + make it work after e.g. / + + [ Frank Terbeck ] + * zshrc, prompt related changes: + - [2766294] Add promptsys help (-h) text + - [6c4346c] Register prompt theme with promptsys + - [b97f20f] Implement the basic grml prompt framework + - [feb4d46] Move more precmd() code to hook fncs + - [cc7541f] Allow `items' list for PS1 _and_ RPS1 + - [ee36478] support [[ $BATTERY -gt 0 ]] + - [c1d7811] Support TERM == dumb + - [c875d64] Username in red for root + - [9dfd5ff] Add new theme: grml-large + - [76c7e00] Add new theme: grml-chroot + - [316eaeb] Fix wrong logic for user name colouring + - [205760c] Enable the grml prompt theme via promptsys + - [4dc88ce] Fix quoting style in dumb-terminal config + - [1daee92] Handle grml-chroot in dumb-terminal config + - [a94f602] Enable one of the prompts + - [db038bb] Provide fallback in case promptinit fails + - [605fb0e] Remove old prompt setting scheme + - [5989b0e] Reorganise the prompt section + - [08ab5d9] Only enable prompt themes with zsh >= 4.3.7 + - [6cc9bb0] Use a non-forking expression to read /etc/debian_chroot + - [e705ddd] Keep maps sorted + - [1a812dd] Documentation update + - [4e72b7f] New prompt mixed up %B and %b for the path item + - [6de54e2] grmlzshrc.t2t: Document the new prompt themes + - [226d414] grmlzshrc.t2t: Document how static prompt + customisation should be done now + - [5ef5260] Use %# instead of %% for the `percent' token in the prompt + - [6aff2d8] NEWS: Add note about prompt changes in new version + - [d9c3851] Fix `percent' token in the new prompt + - [d62ce6e] Add `grml_theme_add_token()' function + - [20f6245] Fix mistakes in grml_theme_add_token() help output + - [0c58a53] skel/.zshrc: Add example for prompt extension for virtualenv + + * zshrc, keyboard related changes: + - [d6923f3] zshrc, keys: Reorganise keyboard setup + - [4c8faef] zshrc, keys: Move bindkey calls to the right place + - [7d0a2bc] zshrc, keys: fix `zrcgotwidget()' function + - [00522c8] zshrc: Use zrcgotwidget in appropriate places + - [7ea446c] zshrc: Remove old reverse-menu-complete binding + - [2e1c62b] zshrc, keys: Move all bindings over to bind2maps + - [8ffa1f8] Add NEWS entry about changed keyboard handling + + * zshrc, misc changes: + - [49a3e77] zshrc: Load zsh/parameters module + - [cb300a4] zshrc: Fix `salias' wrt parameter scope + - [828c8a4] zshrc: unfunction less utilities + - [f366ab2] grmlzshrc.t2t: Add customisation note about smkx and rmkx + for keybindings + - [5c7ee58] NEWS: Use grml.org address + - [81427a7] zshrc: Make zle-smkx() and zle-rmkx() more robust wrt + changed options + - [6a512b0] zshrc: Move preexec() code to hooks + - [b5b5fbf] grmlzshrc.t2t: Update copyright years + - [01f5d9f] zshrc: Fix error in docstring + - [2b02230] zshrc: Move CNF handler to a better place + + [ Michael Prokop ] + * [82c0c4a] zshrc: some fixes to make grml-gen-zshrefcard happy again. + Thanks to Frank Terbeck for helping + * [47c6a05] zshrc: drop deprecated grml-rebuildfstab alias + * [e67dc22] zshrc: some further tuning to make grml-gen-zshrefcard + output nice + + [ Benedikt Morbach ] + * [4258fbb] fix NOPRECMD logic + + -- Michael Prokop Tue, 02 Apr 2013 13:39:47 +0200 + +grml-etc-core (0.7.4) grml-testing; urgency=low + + [ Michael Prokop ] + * [a030fbf] zshrc: add dcopyright function to display copyright file of + a given package. Thanks to Gregor Herrmann for the + patch + + [ Hendrik Jaeger ] + * [5341437] vimrc: remove duplicate settings + + [ Evan Pitstick ] + * [b10097c] Moved the grml.org host to skel and added support for + ZDOTDIR + + -- Michael Prokop Tue, 26 Feb 2013 10:10:44 +0100 + +grml-etc-core (0.7.3) grml-testing; urgency=low + + [ Pierre Schmitz ] + * [bd87086] zshrc: Restore original prompt + + -- Michael Prokop Thu, 27 Dec 2012 12:30:01 +0100 + +grml-etc-core (0.7.2) grml-testing; urgency=low + + [ Bernhard Tittelbach ] + * [57bbea3] zsh: updated purge function + + [ Frank Terbeck ] + * [b0fec25] zshrc: Remove zurl's dependency on =~ type regexp conditions + + [ Christian Hesse ] + * [843931f] unify spelling of colo(u)r to color + + -- Michael Prokop Mon, 17 Dec 2012 12:52:00 +0100 + +grml-etc-core (0.7.1) grml-testing; urgency=low + + [ Bernhard Tittelbach ] + * [88b8704] zsh: improve purge(), glob for files where appropriate and + don't try to delete stuff twice + + [ Michael Prokop ] + * [fe6aa2b] zshrc: use variable ffound in zrcautoload function + * [0098421] Bump Standards-Version to 3.9.4 + + -- Michael Prokop Tue, 02 Oct 2012 09:58:46 +0200 + +grml-etc-core (0.7.0) grml-testing; urgency=low + + [ Michael Prokop ] + * [ea65fdc] zshrc: Enable CLICOLOR on FreeBSD. Thanks to + Christian Hofstaedtler + + [ Bernhard Tittelbach ] + * [174a091] zshrc: make simple-extract also work with uris that end in + e.g. format=zip + * [9cef3a9] zsh: fix typo grml functions autoload + * tmux related changes: + - [895e6d6] new statusline, space and backspace enabled for + window switching + - [5da798c] more space, session name + - [f4ad46f] mouse-select-pane off to enable terminal window + copy&paste + - [046d45b] better user@host:session scheme + - [646f73f] date and time, and commented out alternatives + - [7eaf7d8] make copy&pase mode useable + - [ee6fa75] kill-session for gebi + - [c6c2094] kill-pane instead of kill-window + - [3309823] join-pane + + [ Frank Terbeck ] + * [76ee162] Only define vim() if vim is available + * [c67b327] Do not disable zstyle if compsys did not load + * [78d890c] Specify a command search path for sudo completion + [Closes: issue1207] + * [8564319] Workaround incompatibilities with the keyboard setup of + some vendors + + -- Michael Prokop Mon, 10 Sep 2012 09:09:16 +0200 + +grml-etc-core (0.6.2) grml-testing; urgency=low + + * [162b488] zshrc: drop trailing space in grep and ls _options. + Thanks to Frank Terbeck for the bugfix + * [6472d2d] zshrc: provide Status as shortcut for + /etc/init.d/$service status + + -- Michael Prokop Tue, 12 Jun 2012 00:36:48 +0200 + +grml-etc-core (0.6.1) grml-testing; urgency=low + + [ Frank Terbeck ] + * [638c191] Merge latest directory-profiles code + * [af590e7] dirprofiles: Move updated documentation from source code + comment to the setup's manual page + + [ Michael Prokop ] + * [f2fcaea] Bump Standards-Version to 3.9.3. + + -- Michael Prokop Tue, 15 May 2012 20:24:01 +0200 + +grml-etc-core (0.6.0) grml-testing; urgency=low + + [ Frank Terbeck ] + * [b2a42cb] zshrc: Fix ls (and grep) option handling on non-linux + systems + * [e0920bf] zshrc: Enable --color=auto for grep in FreeBSD + * [d4e14fd] zshrc: Typo: grml_options -> grep_options + * [5f433e9] zshrc: Fix broken quoting + * [143008f] zshrc: Fix documentation tag for alias lsl + * [a8546c9] zshrc: Remove superfluous comments + * [828d43a] zshrc: Make mkcd() more robust + + [ Michael Prokop ] + * [e5e6e3a] script-functions: fix getbootparam/checkbootparam + * [37f4af2] zshrc: drop http alias. Thanks to Axel Beckert + for reporting + + [ Jerome Leclanche ] + * [49339f2] Re-implement zurl() under the goo.gl API + + [ Bernhard Tittelbach ] + * [2ebcbd6] zshrc: fix inplaceMkDirs + * [a4cd061] zsh: purge: make purge take an optional dir argument so it + can be used e.g. with zargs --max-args 1 -- **/ -- purge + + -- Michael Prokop Wed, 09 May 2012 12:29:22 +0200 + +grml-etc-core (0.5.5) grml-testing; urgency=low + + [ Bernhard Tittelbach ] + * [87c92b3] zsh: some handy examples for the skel/.zshrc + * [82921ea] zsh: purge: make default uppercase + * [2cf5d4e] zsh: help-zle bugfix + * [cd5a844] zsh: help-show-abk + * [6ae9d0d] zsh: keybindings: unify case of caseinsensitive + control chars + * [764b204] zsh: keybindings: unify case ++ + + -- Michael Prokop Sun, 29 Jan 2012 13:27:56 +0100 + +grml-etc-core (0.5.4) grml-testing; urgency=low + + [ Frank Terbeck ] + * [8600fe0] Add completion for grml-tips [Closes: issue988] + + -- Michael Prokop Wed, 11 Jan 2012 18:27:38 +0100 + +grml-etc-core (0.5.3) grml-testing; urgency=low + + [ Bernhard Tittelbach ] + * [3b39caa] zsh: weather: fix typo + * [caf6961] zsh: lsdisk: fix typo introduced through rewrapping + + [ Ulrich Dangel ] + * [74b9ce9] Remove deprecated file /etc/apt/sources.list.grml + * [3d0fba5] Remove hg-snapshot-script and corresponding apt.conf.example + + -- Michael Prokop Mon, 09 Jan 2012 16:30:00 +0100 + +grml-etc-core (0.5.2) grml-testing; urgency=low + + * [25a6fad] Remove /etc/skel/.toprc, not supported by recent procps. + [Closes: issue1091] + + -- Michael Prokop Thu, 08 Dec 2011 21:21:23 +0100 + +grml-etc-core (0.5.1) grml-testing; urgency=low + + [ Christian Hofstaedtler ] + * [8d787e5] Remove extra delete-word bindings + + -- Michael Prokop Thu, 08 Dec 2011 14:30:23 +0100 + +grml-etc-core (0.5.0) grml-testing; urgency=low + + [ Bernhard Tittelbach ] + * [bff1927] zshrc: alias lsnewdir/lsolddir shows newest/oldest created 20 directories (10 .dirs) + + [ Michael Prokop ] + * [262bccc] zshrc: fix delete-word keybinding + * [7621f9f] zshrc: readd setopt nonomatch + + [ Frank Terbeck ] + * [433f1c4] zshrc: Remove vim fold-markers + * [3db9d15] zshrc: Move weather to its own file + * [8c93e85] zshrc: Remove fluxkey-change + * [2b85131] zshrc: Move linenr to its own file + * [e149179] zshrc: Move hl and its completion to their own files + * [c9b2d70] zshrc: Remove mkmaildir + * [a4eb95c] zshrc: Move ic_get to skel/.zshrc + * [9eb3cd4] zshrc: Move exirename to its own file + * [21eb785] zshrc: Remove smart-indent + * [18e610e] zshrc: Remove mmake + * [36bdfe0] zshrc: Move urldecode to its own file + * [972d792] zshrc: Remove genthumbs + * [8569837] zshrc: Remove mkiso + * [3254c19] zshrc: Remove mkaudiocd + * [a861b6b] zshrc: Remove audioburn + * [349659e] zshrc: Remove audiorip + * [e72da8d] zshrc: Remove status + * [1130de3] zshrc: Remove slow_print + * [d2bf4ca] zshrc: Remove dirspace + * [6253c5b] zshrc: Remove suidfind + * [ad3991d] zshrc: Remove ansi-colors + * [f1005a1] zshrc: Move readme() to its own file + * [30282f6] zshrc: Remove vman + * [e450b32] zshrc: Remove 2html + * [427ed4a] zshrc: Remove selhist + * [713060b] zshrc: Move plap to skel/.zshrc + * [cc1840a] zshrc: Remove rundirs + * [919ba75] zshrc: Move lsdisk to its own file + * [af18804] zshrc: Move purge to its own file + * [c1d8920] zshrc: Move lcheck to skel/.zshrc + * [670ef7a] zshrc: Remove man2 + * [6149d80] grmlzshrc.t2t: Update with removals + * [8e9aced] zshrc: Remove greph + * [0a79afd] zshrc: Remove regcheck + * [006fc86] zshrc: Remove makereadable + * [ce4346f] zshrc: Remove limg + * [73a6cb7] zshrc: Move uopen to skel/.zshrc + * [b4428f4] zshrc: Remove viless + * [2933102] zshrc: Remove udiff + * [e49d294] zshrc: Remove shzip + * [d2ac165] zshrc: Remove shtar + * [48186d3] zshrc: Move memusage to skel/.zshrc + * [5a731e3] zshrc: Remove mdiff + * [cc9c8cb] zshrc: Remove fir + * [a7b0488] grmlzshrc.t2t: Remove exirename documentation + * [e6beda1] zshrc: Remove disassemble + * [4338c8c] zshrc: Remove cvs* functions + * [6555fbd] zshrc: Remove cvs* cdiff + * [85fcef7] zshrc: Remove webservice functions + * [39f9664] zshrc: Remove zg() + * [344ce4b] zshrc: Remove iwclient + * [270ae2f] zshrc: Move ipv6-tunnel to its own function file + * [f4d4452] zshrc: Remove kbd layout-changing fcts + * [2e9ff8e] zshrc: Remove peval and calc + * [fe25fa0] zshrc: Move hex to skel/.zshrc + * [a5d4d99] zshrc: Remove qma + * [bd6da85] zshrc: Remove setenv + * [2093575] zshrc: Remove apache2-ssl-certificate + * [37bc165] zshrc: Remove get_tw_cli + * [ad6af51] zshrc: Remove upgrade + * [32adff6] zshrc: Remove doc() + * [f3c3139] zshrc: Remove sshot + * [15383cb] zshrc: Move minimal-shell to its own file + * [500599c] zshrc: mcd -> mkcd + * [d078ae0] zshrc globalias -> zleiab + * [50226ef] zshrc: Remove hidiff + * [b7ebc81] zshrc: Remove GREP + * [6949abc] zshrc: Remove cmplayer + * [5e5508b] zshrc: Remove fbmplayer + * [0c46c6b] zshrc: Remove fblinks + * [fb3386a] zshrc: Remove md + * [f4bf5eb] zshrc: Remove chmod aliases + * [e44dffb] zshrc: Remove font-changing aliases + * [ef25f1d] zshrc: Remove correction-disabled aliases + * [c5743df] zshrc: Move `top10' alias to skel/.zshrc + * [4c98820] zshrc: Remove CO and CH aliases + * [2cbc16c] zshrc: Remove truecrypt alias + * [ed94530] zshrc: Remove 1-char aliases: 0, g, s, S + * [dd58483] zshrc: Remove md and rd aliases + * [b9dc150] zshrc: Remove QTPATH and JIKESPATH + * [b4c73df] zshrc: Don't unset `nomatch' anymore + * [58ccc98] zshrc: Remove smart-compress + * [a9d3f36] zshrc: Remove `show-archive' + * [ac404c1] zshrc: Remove `refunc' as `freload' does the same thing + * [a3d8018] zshrc: Remove the root/non-root split + * [2fa5597] zshrc: Try to keep lines under 80 chars + + -- Christian Hofstaedtler Tue, 06 Dec 2011 22:48:36 +0100 + +grml-etc-core (0.4.03) unstable; urgency=low + + * [43b9baa] lsb-functions: fix logic of RC_NOCOLOR check for + RC_ENDCOL + + -- Michael Prokop Sun, 27 Nov 2011 23:16:16 +0100 + grml-etc-core (0.4.02) unstable; urgency=low [ Frank Terbeck ]