]> git.eshelyaron.com Git - emacs.git/commitdiff
Moved my ChangeLog entries to the correct ChageLog files.
authorAidan Gauland <aidalgol@no8wireless.co.nz>
Sat, 30 Mar 2013 08:14:31 +0000 (21:14 +1300)
committerAidan Gauland <aidalgol@no8wireless.co.nz>
Sat, 30 Mar 2013 08:14:31 +0000 (21:14 +1300)
ChangeLog
doc/misc/ChangeLog
etc/ChangeLog
lisp/ChangeLog

index 5bd1570c9e97d07f6915d1df631c8826757a85c0..2426565a66fd688746ba9ff0e1a9cb67c8bed6e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,8 @@
-2013-03-29  Aidan Gauland  <aidalgol@no8wireless.co.nz>
-
-       * etc/NEWS: Added entry for em-tramp change in 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz
-
 2013-03-27  Paul Eggert  <eggert@cs.ucla.edu>
 
        * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
        Subsumed by HAVE_XKB.  All uses changed.
 
-2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
-
-       * 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  <jan.h.d@swipnet.se>
 
        * configure.ac (HAVE_XKB): Define if Xkb is present.
        not always needed.
        (HAVE_DATA_START): New macro.
 
-2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
-
-       * lisp/eshell/em-cmpl.el: Corrected "context-related help"
-       keybinding in commentary.
-
 2013-02-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        Parallelize documentation builds.
        (info-real): Depend on $(INFOS) rather than doing it sequentially.
        (dvi): Depend on $(DVIS) rather than doing it sequentially.
 
-2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
-
-       * doc/misc/eshell.texi: Added documentation for Eshell insert
-       output redirection operator, >>>.
-
 2013-02-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix AIX port (Bug#13650).
index 3e9bcaf1f3e995493cab6d8759c88e1cad970fa6..801cf5aee4c58fe38b8b358efbeee766283fb556 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * eshell.texi: Updated manual to reflect changes.
+
 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (Filename Syntax): Host names are not allowed to be
        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  <aidalgol@no8wireless.co.nz>
+
+       * eshell.texi: Added documentation for Eshell insert
+       output redirection operator, >>>.
+
 2011-02-18  Glenn Morris  <rgm@gnu.org>
 
        * dired-x.texi (Optional Installation File At Point): Simplify.
index 3468e70386d8a926e718ad3905f95dee2e6b0302..1910a3736d2778963014692e00032d1d42cdc725 100644 (file)
@@ -1,3 +1,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
+
 2013-03-21  Eric Ludlam  <zappo@gnu.org>
 
        * srecode/ede-autoconf.srt: Change Copyright to FSF.
index 737a91e2e4a688476ecb62ba91fb9b1b76baa267..781c5994e3ad70d6999afc68213ba1a8a851458a 100644 (file)
        over symbol_words (parallels and leverages `subword-mode' which
        does word motion inside MixedCaseWords).
 
+2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * eshell/em-unix.el: Moved su and sudo to...
+       * eshell/em-tramp.el: ...Eshell tramp module
+
 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
        (eieio-browse-tree, eieio-browse): Use eieio--check-type.
 
 
+2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * eshell/em-cmpl.el: Corrected "context-related help"
+       keybinding in commentary.
+
 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
 
        * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):