about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-12-01 10:23:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-12-01 10:23:06 +0000
commit6b1b34d1da6b0db599c026e17df011ad6c6b3a30 (patch)
tree3559a344ebd62a8b0af17c70b9b0fdaeae5e2299 /ChangeLog
parentab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b (diff)
downloadzsh-6b1b34d1da6b0db599c026e17df011ad6c6b3a30.tar.gz
zsh-6b1b34d1da6b0db599c026e17df011ad6c6b3a30.tar.xz
zsh-6b1b34d1da6b0db599c026e17df011ad6c6b3a30.zip
c.f. 23023: new calendar function system.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e11ead760..085bbfffc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-12-01  Peter Stephenson  <pws@csr.com>
+
+	* c.f. 23023: Completion/Unix/Type/_list_files, Doc/.distfiles,
+	Doc/Makefile.in, Doc/zsh.yo, Doc/zshcalsys.yo, Doc/Zsh/.distfiles,
+	Doc/Zsh/calsys.yo, Doc/Zsh/compsys.yo, Doc/Zsh/intro.yo,
+	Doc/Zsh/manual.yo, Doc/Zsh/modules.yo, Doc/Zsh/tcpsys.yo,
+	Functions/Calendar/.distfiles, Functions/Calendar/age,
+	Functions/Calendar/calendar, Functions/Calendar/calendar_add,
+	Functions/Calendar/calendar_lockfiles,
+	Functions/Calendar/calendar_read,
+	Functions/Calendar/calendar_scandate,
+	Functions/Calendar/calendar_show,
+	Functions/Calendar/calendar_sort, Src/Modules/datetime.mdd: new
+	calendar system with age glob qualifier function; files
+	_list_files to be able not to trample over external stat.
+
 2006-11-28  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 23022: Test/ztst.zsh: don't allow WORDCHARS to be exported