diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2015-01-25 01:54:23 +0100 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2015-01-25 01:56:30 +0100 |
commit | 04aafe61c4a8fb4eb6980cd76a4b3c08cc445988 (patch) | |
tree | 3111e03107f097e2a378321b5600e8e6f4189d1e | |
parent | 20953f53f083a72ce30ad39baa4e78c9402e45aa (diff) | |
download | zsh-04aafe61c4a8fb4eb6980cd76a4b3c08cc445988.tar.gz zsh-04aafe61c4a8fb4eb6980cd76a4b3c08cc445988.tar.xz zsh-04aafe61c4a8fb4eb6980cd76a4b3c08cc445988.zip |
unposted: Forgot X-Seq: numbers with Daniel's last few patches
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 21ff7a4bd..38f8e3f69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,19 @@ +2015-01-25 Frank Terbeck <ft@bewatermyfriend.org> + + * unposted: ChangeLog: Forgot X-Seq: numbers with Daniel's last + few patches + 2015-01-25 Daniel Shahaf <d.s@daniel.shahaf.name> - * Doc/Zsh/contrib.yo, + * 34366: Doc/Zsh/contrib.yo, Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: vcs_info hg: Support inactive bookmarks - * Completion/Zsh/Command/_zstyle: _zstyle vcs_info: Unbreak + * 34367: Completion/Zsh/Command/_zstyle: _zstyle vcs_info: Unbreak branchformat completion - * Completion/Zsh/Command/_zstyle: _zstyle vcs_info completion: Add - missing styles + * 34368: Completion/Zsh/Command/_zstyle: _zstyle vcs_info + completion: Add missing styles 2015-01-23 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> |