diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70c22dda440..fef454a6fa8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * ido.el (ido-everywhere): Use define-minor-mode. | ||
| 4 | |||
| 5 | * buff-menu.el (list-buffers, ctl-x-map): | ||
| 6 | Mark the entry points with ;;;###autoload cookies. | ||
| 7 | |||
| 8 | |||
| 1 | 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 10 | ||
| 3 | * vc-git.el (vc-git-dir-extra-headers): Set the branch name | 11 | * vc-git.el (vc-git-dir-extra-headers): Set the branch name |
| @@ -172,14 +180,13 @@ | |||
| 172 | 2009-10-08 Michael Albinus <michael.albinus@gmx.de> | 180 | 2009-10-08 Michael Albinus <michael.albinus@gmx.de> |
| 173 | 181 | ||
| 174 | * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain) | 182 | * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain) |
| 175 | (tramp-file-name-real-host, tramp-file-name-port): Apply | 183 | (tramp-file-name-real-host, tramp-file-name-port): |
| 176 | `save-match-data. | 184 | Apply `save-match-data. |
| 177 | 185 | ||
| 178 | * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the | 186 | * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the |
| 179 | case both directories are remote. | 187 | case both directories are remote. |
| 180 | (tramp-smb-handle-expand-file-name): Implement "~" expansion. | 188 | (tramp-smb-handle-expand-file-name): Implement "~" expansion. |
| 181 | (tramp-smb-maybe-open-connection): Flush the cache only if | 189 | (tramp-smb-maybe-open-connection): Flush the cache only if necessary. |
| 182 | necessary. | ||
| 183 | 190 | ||
| 184 | 2009-10-08 Chong Yidong <cyd@stupidchicken.com> | 191 | 2009-10-08 Chong Yidong <cyd@stupidchicken.com> |
| 185 | 192 | ||
| @@ -187,8 +194,8 @@ | |||
| 187 | (ede-proj-target-makefile-objectcode): Use it. | 194 | (ede-proj-target-makefile-objectcode): Use it. |
| 188 | 195 | ||
| 189 | * cedet/ede/source.el (ede-want-any-source-files-p) | 196 | * cedet/ede/source.el (ede-want-any-source-files-p) |
| 190 | (ede-want-any-auxiliary-files-p, ede-want-any-files-p): Return | 197 | (ede-want-any-auxiliary-files-p, ede-want-any-files-p): |
| 191 | search result. This error was introduced while merging. | 198 | Return search result. This error was introduced while merging. |
| 192 | 199 | ||
| 193 | 2009-10-07 Juanma Barranquero <lekktu@gmail.com> | 200 | 2009-10-07 Juanma Barranquero <lekktu@gmail.com> |
| 194 | 201 | ||
| @@ -196,8 +203,8 @@ | |||
| 196 | 203 | ||
| 197 | 2009-10-07 Glenn Morris <rgm@gnu.org> | 204 | 2009-10-07 Glenn Morris <rgm@gnu.org> |
| 198 | 205 | ||
| 199 | * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use of | 206 | * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use |
| 200 | concat. | 207 | of concat. |
| 201 | 208 | ||
| 202 | 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca> | 209 | 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 203 | 210 | ||