aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAidan Gauland2013-03-30 21:14:31 +1300
committerAidan Gauland2013-03-30 21:14:31 +1300
commit73572c72157ae732679c858bc5f3497473649b2f (patch)
treee22e8c887c37309948e026e178b5f845c5f228da /ChangeLog
parent98f3b8c6be5e85898fe0e273f3734d6800a3c67e (diff)
downloademacs-73572c72157ae732679c858bc5f3497473649b2f.tar.gz
emacs-73572c72157ae732679c858bc5f3497473649b2f.zip
Moved my ChangeLog entries to the correct ChageLog files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 0 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bd1570c9e9..2426565a66f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,8 @@
12013-03-29 Aidan Gauland <aidalgol@no8wireless.co.nz>
2
3 * etc/NEWS: Added entry for em-tramp change in 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz
4
52013-03-27 Paul Eggert <eggert@cs.ucla.edu> 12013-03-27 Paul Eggert <eggert@cs.ucla.edu>
6 2
7 * configure.ac (HAVE_XKBGETKEYBOARD): Remove. 3 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
8 Subsumed by HAVE_XKB. All uses changed. 4 Subsumed by HAVE_XKB. All uses changed.
9 5
102013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
11
12 * lisp/eshell/em-unix.el: Moved su and sudo to...
13 * lisp/eshell/em-tramp.el: ...Eshell tramp module
14 * doc/misc/eshell.texi: Updated manual to reflect changes.
15
16 External su and sudo commands are now the default; the internal,
17 TRAMP-using variants can still be used by enabling the eshell-tramp
18 module.
19
202013-03-25 Jan Djärv <jan.h.d@swipnet.se> 62013-03-25 Jan Djärv <jan.h.d@swipnet.se>
21 7
22 * configure.ac (HAVE_XKB): Define if Xkb is present. 8 * configure.ac (HAVE_XKB): Define if Xkb is present.
@@ -90,11 +76,6 @@
90 not always needed. 76 not always needed.
91 (HAVE_DATA_START): New macro. 77 (HAVE_DATA_START): New macro.
92 78
932013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
94
95 * lisp/eshell/em-cmpl.el: Corrected "context-related help"
96 keybinding in commentary.
97
982013-02-21 Paul Eggert <eggert@cs.ucla.edu> 792013-02-21 Paul Eggert <eggert@cs.ucla.edu>
99 80
100 Parallelize documentation builds. 81 Parallelize documentation builds.
@@ -107,11 +88,6 @@
107 (info-real): Depend on $(INFOS) rather than doing it sequentially. 88 (info-real): Depend on $(INFOS) rather than doing it sequentially.
108 (dvi): Depend on $(DVIS) rather than doing it sequentially. 89 (dvi): Depend on $(DVIS) rather than doing it sequentially.
109 90
1102013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
111
112 * doc/misc/eshell.texi: Added documentation for Eshell insert
113 output redirection operator, >>>.
114
1152013-02-15 Paul Eggert <eggert@cs.ucla.edu> 912013-02-15 Paul Eggert <eggert@cs.ucla.edu>
116 92
117 Fix AIX port (Bug#13650). 93 Fix AIX port (Bug#13650).