From: Aidan Gauland Date: Sat, 30 Mar 2013 08:14:31 +0000 (+1300) Subject: Moved my ChangeLog entries to the correct ChageLog files. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~526^2~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73572c72157ae732679c858bc5f3497473649b2f;p=emacs.git Moved my ChangeLog entries to the correct ChageLog files. --- diff --git a/ChangeLog b/ChangeLog index 5bd1570c9e9..2426565a66f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,22 +1,8 @@ -2013-03-29 Aidan Gauland - - * etc/NEWS: Added entry for em-tramp change in 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz - 2013-03-27 Paul Eggert * configure.ac (HAVE_XKBGETKEYBOARD): Remove. Subsumed by HAVE_XKB. All uses changed. -2013-03-27 Aidan Gauland - - * lisp/eshell/em-unix.el: Moved su and sudo to... - * lisp/eshell/em-tramp.el: ...Eshell tramp module - * doc/misc/eshell.texi: Updated manual to reflect changes. - - External su and sudo commands are now the default; the internal, - TRAMP-using variants can still be used by enabling the eshell-tramp - module. - 2013-03-25 Jan Djärv * configure.ac (HAVE_XKB): Define if Xkb is present. @@ -90,11 +76,6 @@ not always needed. (HAVE_DATA_START): New macro. -2013-02-18 Aidan Gauland - - * lisp/eshell/em-cmpl.el: Corrected "context-related help" - keybinding in commentary. - 2013-02-21 Paul Eggert Parallelize documentation builds. @@ -107,11 +88,6 @@ (info-real): Depend on $(INFOS) rather than doing it sequentially. (dvi): Depend on $(DVIS) rather than doing it sequentially. -2013-02-18 Aidan Gauland - - * doc/misc/eshell.texi: Added documentation for Eshell insert - output redirection operator, >>>. - 2013-02-15 Paul Eggert Fix AIX port (Bug#13650). diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 3e9bcaf1f3e..801cf5aee4c 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2013-03-27 Aidan Gauland + + * eshell.texi: Updated manual to reflect changes. + 2013-03-18 Michael Albinus * tramp.texi (Filename Syntax): Host names are not allowed to be @@ -2409,6 +2413,11 @@ dired-add-entry, dired-initial-position, dired-clean-up-after-deletion, dired-read-shell-command, or dired-find-buffer-nocreate. +2013-02-18 Aidan Gauland + + * eshell.texi: Added documentation for Eshell insert + output redirection operator, >>>. + 2011-02-18 Glenn Morris * dired-x.texi (Optional Installation File At Point): Simplify. diff --git a/etc/ChangeLog b/etc/ChangeLog index 3468e70386d..1910a3736d2 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2013-03-29 Aidan Gauland + + * NEWS: Added entry for em-tramp change in 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz + 2013-03-21 Eric Ludlam * srecode/ede-autoconf.srt: Change Copyright to FSF. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 737a91e2e4a..781c5994e3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -56,6 +56,11 @@ over symbol_words (parallels and leverages `subword-mode' which does word motion inside MixedCaseWords). +2013-03-27 Aidan Gauland + + * eshell/em-unix.el: Moved su and sudo to... + * eshell/em-tramp.el: ...Eshell tramp module + 2013-03-26 Stefan Monnier * desktop.el (desktop--v2s): Rename from desktop-internal-v2s. @@ -1054,6 +1059,11 @@ (eieio-browse-tree, eieio-browse): Use eieio--check-type. +2013-02-18 Aidan Gauland + + * eshell/em-cmpl.el: Corrected "context-related help" + keybinding in commentary. + 2013-02-18 Michael Heerdegen * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):