summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Gauland <aidalgol@no8wireless.co.nz>2013-03-30 21:14:31 +1300
committerAidan Gauland <aidalgol@no8wireless.co.nz>2013-03-30 21:14:31 +1300
commit73572c72157ae732679c858bc5f3497473649b2f (patch)
treee22e8c887c37309948e026e178b5f845c5f228da
parent98f3b8c6be5e85898fe0e273f3734d6800a3c67e (diff)
downloademacs-73572c72157ae732679c858bc5f3497473649b2f.tar.gz
Moved my ChangeLog entries to the correct ChageLog files.
-rw-r--r--ChangeLog24
-rw-r--r--doc/misc/ChangeLog9
-rw-r--r--etc/ChangeLog4
-rw-r--r--lisp/ChangeLog10
4 files changed, 23 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bd1570c9e9..2426565a66f 100644
--- 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.
@@ -90,11 +76,6 @@
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.
@@ -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 <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).
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 <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
@@ -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 <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.
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 <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.
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 <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.
@@ -1054,6 +1059,11 @@
(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):