diff options
author | Aidan Gauland <aidalgol@no8wireless.co.nz> | 2013-03-31 08:31:27 +1300 |
---|---|---|
committer | Aidan Gauland <aidalgol@no8wireless.co.nz> | 2013-03-31 08:31:27 +1300 |
commit | 78b8f32044a91adcf8d60d937beae2184247a78c (patch) | |
tree | bfc361d41a11a6dff8d1fc84d2c0d4213317149d | |
parent | 119b2d43cc40759394cae256c0a38624cacbf776 (diff) | |
download | emacs-78b8f32044a91adcf8d60d937beae2184247a78c.tar.gz emacs-78b8f32044a91adcf8d60d937beae2184247a78c.tar.bz2 emacs-78b8f32044a91adcf8d60d937beae2184247a78c.zip |
Use present tense in ChangeLog entries.
-rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
-rw-r--r-- | etc/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/ChangeLog | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 801cf5aee4c..2b58a61570e 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,6 +1,6 @@ 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz> - * eshell.texi: Updated manual to reflect changes. + * eshell.texi (Built-ins): Update manual to mention tramp module. 2013-03-18 Michael Albinus <michael.albinus@gmx.de> @@ -2415,8 +2415,7 @@ 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz> - * eshell.texi: Added documentation for Eshell insert - output redirection operator, >>>. + * eshell.texi (Input/Output): Document insert output redirection operator, >>>. 2011-02-18 Glenn Morris <rgm@gnu.org> diff --git a/etc/ChangeLog b/etc/ChangeLog index 92f31e6c6e8..5b55e35397b 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -4,7 +4,7 @@ 2013-03-29 Aidan Gauland <aidalgol@no8wireless.co.nz> - * NEWS: Added entry for em-tramp change in 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz + * NEWS (Eshell): New entry for em-tramp change in 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz 2013-03-21 Eric Ludlam <zappo@gnu.org> diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d1b827966de..ced7672ef99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -80,7 +80,7 @@ 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz> - * eshell/em-unix.el: Moved su and sudo to... + * eshell/em-unix.el: Move su and sudo to... * eshell/em-tramp.el: ...Eshell tramp module 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca> @@ -1083,8 +1083,8 @@ 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz> - * eshell/em-cmpl.el: Corrected "context-related help" - keybinding in commentary. + * eshell/em-cmpl.el: Correct "context-related help" keybinding in + commentary. 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de> |