summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-04-05 18:53:29 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-04-05 18:53:29 +0000
commit2ef0d461ab47295b39e714597c5aff44b1e67fec (patch)
tree24bda4755990121411ecb55a4e61b9d8774dca00
parent0e6a413b7c989d2978ba309584e728fb6edae733 (diff)
downloadzsh-2ef0d461ab47295b39e714597c5aff44b1e67fec.tar.gz
zsh-2ef0d461ab47295b39e714597c5aff44b1e67fec.zip
Two new shell functions and a change to an old one.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e04f69aa8..85da37b92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-04-05 Bart Schaefer <schaefer@brasslantern.com>
+
+ * unposted: Functions/Prompts/prompt_bart_setup: Better handling
+ of long command strings, more efficient padding computation.
+
+ * users/3795: Functions/Misc/getjobs: Insert history entries
+ with the original job texts for jobs resumed with fg/bg/etc.
+
+ * users/3401: Functions/Misc/promptnl: Finally added this
+ function, with extensive additional comments on usage, etc.
+
2001-04-05 Clint Adams <schizo@debian.org>
* 13909: Completion/Base/.distfiles, Completion/X/.distfiles,