diff options
| author | Aidan Gauland | 2013-03-30 21:14:31 +1300 |
|---|---|---|
| committer | Aidan Gauland | 2013-03-30 21:14:31 +1300 |
| commit | 73572c72157ae732679c858bc5f3497473649b2f (patch) | |
| tree | e22e8c887c37309948e026e178b5f845c5f228da /ChangeLog | |
| parent | 98f3b8c6be5e85898fe0e273f3734d6800a3c67e (diff) | |
| download | emacs-73572c72157ae732679c858bc5f3497473649b2f.tar.gz emacs-73572c72157ae732679c858bc5f3497473649b2f.zip | |
Moved my ChangeLog entries to the correct ChageLog files.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 0 insertions, 24 deletions
| @@ -1,22 +1,8 @@ | |||
| 1 | 2013-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 | |||
| 5 | 2013-03-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-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 | ||
| 10 | 2013-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 | |||
| 20 | 2013-03-25 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2013-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 | ||
| 93 | 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz> | ||
| 94 | |||
| 95 | * lisp/eshell/em-cmpl.el: Corrected "context-related help" | ||
| 96 | keybinding in commentary. | ||
| 97 | |||
| 98 | 2013-02-21 Paul Eggert <eggert@cs.ucla.edu> | 79 | 2013-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 | ||
| 110 | 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz> | ||
| 111 | |||
| 112 | * doc/misc/eshell.texi: Added documentation for Eshell insert | ||
| 113 | output redirection operator, >>>. | ||
| 114 | |||
| 115 | 2013-02-15 Paul Eggert <eggert@cs.ucla.edu> | 91 | 2013-02-15 Paul Eggert <eggert@cs.ucla.edu> |
| 116 | 92 | ||
| 117 | Fix AIX port (Bug#13650). | 93 | Fix AIX port (Bug#13650). |