about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-16 01:01:54 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-16 01:03:37 +0000
commit6a6ec300487c0d6fff62788367e68dbf6e96ab38 (patch)
treeb4f6f58a86306315d18a39ac62e60c330c2671ff /ChangeLog
parente1f5172a4831087399945e9cc38666be78e667ab (diff)
downloadzsh-6a6ec300487c0d6fff62788367e68dbf6e96ab38.tar.gz
zsh-6a6ec300487c0d6fff62788367e68dbf6e96ab38.tar.xz
zsh-6a6ec300487c0d6fff62788367e68dbf6e96ab38.zip
unposted: ChangeLog: Correct a bunch of X-Seq references from today.
For future greppers, here's the correct information:

e1f5172a4 48574/0008: vcs_info git: Use best practices in an example
2144d0110 48574/0007: vcs_info docs: vcs_info_lastmsg: Correct an ambiguous/wrong description.
517e1777a 48574/0006: vcs_info docs: Change user-context name in an example, to avoid confusion with the special-casing of the value `command' in vcs_info_lastmsg.
ebcb20a9c 48574/0005: vcs_info docs: Recommend use of prompt expandos rather than terminal escape sequences.
cc833e01f 48574/0004: docs: Document that hook functions may rely on $? (see workers/48570).
9b5f80285 48574/0003: docs: Fix rendering in the man page output
d07c945e7 48574/0002 (tweaked): docs: Fix rendering of an example in the man page output
32336eab9 48574/0001: docs: Minor markup tweak
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 6494e0018..c7c3ce63c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,28 +1,28 @@
 2021-04-15  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
-	* 45583/0008: Doc/Zsh/contrib.yo: vcs_info git: Use best
+	* 48574/0008: Doc/Zsh/contrib.yo: vcs_info git: Use best
 	practices in an example
 
-	* 45583/0007: Doc/Zsh/contrib.yo: vcs_info docs:
+	* 48574/0007: Doc/Zsh/contrib.yo: vcs_info docs:
 	vcs_info_lastmsg: Correct an ambiguous/wrong description.
 
-	* 45583/0006: Doc/Zsh/contrib.yo: vcs_info docs: Change
+	* 48574/0006: Doc/Zsh/contrib.yo: vcs_info docs: Change
 	user-context name in an example, to avoid confusion with the
 	special-casing of the value `command' in vcs_info_lastmsg.
 
-	* 45583/0005: Doc/Zsh/contrib.yo: vcs_info docs: Recommend use
+	* 48574/0005: Doc/Zsh/contrib.yo: vcs_info docs: Recommend use
 	of prompt expandos rather than terminal escape sequences.
 
-	* 45583/0004: Doc/Zsh/func.yo: docs: Document that hook functions
+	* 48574/0004: Doc/Zsh/func.yo: docs: Document that hook functions
 	may rely on $? (see workers/48570).
 
-	* 45583/0003: Doc/Zsh/contrib.yo: docs: Fix rendering in the
+	* 48574/0003: Doc/Zsh/contrib.yo: docs: Fix rendering in the
 	man page output
 
-	* 45583/0002 (tweaked): Doc/Zsh/contrib.yo: docs: Fix rendering
+	* 48574/0002 (tweaked): Doc/Zsh/contrib.yo: docs: Fix rendering
 	of an example in the man page output
 
-	* 45583/0001: Doc/Zsh/func.yo: docs: Minor markup tweak
+	* 48574/0001: Doc/Zsh/func.yo: docs: Minor markup tweak
 
 2021-04-13  dana  <dana@dana.is>