From f48fa9eb9d66bb225ef2529186b8d7048ea3b2ba Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 16 Apr 2007 13:21:24 +0000 Subject: unposted: prepare for release of 4.3.3 --- ChangeLog | 9 ++++++++- Completion/Base/Utility/.distfiles | 2 +- Config/version.mk | 4 ++-- Functions/Calendar/.distfiles | 11 +++++++++-- Functions/Misc/.distfiles | 1 + README | 2 +- Src/.distfiles | 2 +- Src/sort.c | 2 +- Src/utils.c | 2 +- 9 files changed, 25 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a7d28c7e..97c2386a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-04-16 Peter Stephenson + + * unposted: ChangeLog, README, Completion/Base/Utility/.distfiles, + Config/version.mk, Functions/Calendar/.distfiles, + Functions/Misc/.distfiles, Src/.distfiles, Src/sort.c, + Src/utils.c: prepare for release of 4.3.3. + 2007-04-15 Peter Stephenson * 23278: Src/sort.c, Test/D07multibyte.ztst: Fix @@ -1990,7 +1997,7 @@ * 22301: Completion/Base/Completer/_expand: enable alises for the expansion of $(...) and `...`. - + * 22271 (updated): Src/subst.c, Src/linklist.c, Src/zsh.h: got rid of the mult_isarr global from subst.c by using the LinkList's new flag integer. diff --git a/Completion/Base/Utility/.distfiles b/Completion/Base/Utility/.distfiles index de4c5ef20..9be8b0100 100644 --- a/Completion/Base/Utility/.distfiles +++ b/Completion/Base/Utility/.distfiles @@ -4,5 +4,5 @@ _alternative _call_program _nothing _sub_commands _arg_compile _combination _regex_arguments _values _arguments _set_command _retrieve_cache _guard _cache_invalid _describe _sep_parts _pick_variant -_call_function _multi_parts _store_cache +_call_function _multi_parts _store_cache _regex_words ' diff --git a/Config/version.mk b/Config/version.mk index cd17ebcd5..7971d5db3 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=4.3.2-dev-1 -VERSION_DATE='March 7, 2006' +VERSION=4.3.3 +VERSION_DATE='April 16, 2006' diff --git a/Functions/Calendar/.distfiles b/Functions/Calendar/.distfiles index 5d96b5706..c49469431 100644 --- a/Functions/Calendar/.distfiles +++ b/Functions/Calendar/.distfiles @@ -1,6 +1,13 @@ DISTFILES_SRC=' .distfiles age - calendar calendar_add calendar_lockfiles calendar_read - calendar_scandate calendar_show calendar_sort + calendar + calendar_add + calendar_edit + calendar_lockfiles + calendar_read + calendar_scandate + calendar_show + calendar_showdate + calendar_sort ' diff --git a/Functions/Misc/.distfiles b/Functions/Misc/.distfiles index 08cd89554..edfe128ac 100644 --- a/Functions/Misc/.distfiles +++ b/Functions/Misc/.distfiles @@ -1,5 +1,6 @@ DISTFILES_SRC=' .distfiles +add-zsh-hook allopt getjobs mere relative zcalc zmv zargs checkmail harden nslookup run-help zed zrecompile colors is-at-least promptnl tetris zkbd zstyle+ diff --git a/README b/README index 7ab1d14f6..56a5d186a 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ THE Z SHELL (ZSH) Version ------- -This is version 4.3.2 of the shell. This is a development release, +This is version 4.3.3 of the shell. This is a development release, but is believed to be reasonably stable. Sites where the users need to edit command lines with multibyte characters (in particular UTF-8) will probably want to upgrade. diff --git a/Src/.distfiles b/Src/.distfiles index 9e150d8bf..1b0bc4ec7 100644 --- a/Src/.distfiles +++ b/Src/.distfiles @@ -7,7 +7,7 @@ DISTFILES_SRC=' hist.c init.c input.c jobs.c lex.c linklist.c loop.c main.c makepro.awk math.c mem.c mkbltnmlst.sh mkmakemod.sh module.c options.c params.c parse.c pattern.c prompt.c prototypes.h - signals.c signals.h string.c subst.c system.h text.c utils.c + signals.c signals.h sort.c string.c subst.c system.h text.c utils.c watch.c zsh.h zsh.mdd ztype.h zsh.rc zsh.ico ' diff --git a/Src/sort.c b/Src/sort.c index e88cc2cea..4f091deb8 100644 --- a/Src/sort.c +++ b/Src/sort.c @@ -195,7 +195,7 @@ zstrcmp(const char *as, const char *bs, int sortflags) */ /**/ -void +mod_export void strmetasort(char **array, int sortwhat, int *unmetalenp) { char **arrptr; diff --git a/Src/utils.c b/Src/utils.c index 0c436029b..2e4df845a 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -4028,7 +4028,7 @@ mb_metacharlenconv(const char *s, wint_t *wcp) */ /**/ -int +mod_export int mb_metastrlen(char *ptr, int width) { char inchar, *laststart; -- cgit 1.4.1