diff options
| author | Michael Albinus | 2011-03-08 13:58:40 +0100 |
|---|---|---|
| committer | Michael Albinus | 2011-03-08 13:58:40 +0100 |
| commit | b511b994ae5fc66d36a64f54eb71b87612463918 (patch) | |
| tree | 8180e7329d4a19cfe6f69a572503ce44b1ccb1f1 /lisp/ChangeLog | |
| parent | 6446548e027a18582e1f6661d553902b25d15157 (diff) | |
| download | emacs-b511b994ae5fc66d36a64f54eb71b87612463918.tar.gz emacs-b511b994ae5fc66d36a64f54eb71b87612463918.zip | |
* simple.el (shell-command-to-string): Use `process-file'.
* emacs-lisp/package.el (package-tar-file-info): Handle also
remote files.
* emacs-lisp/package-x.el (package-upload-buffer-internal): Use
`equal' for upload base check.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6aa6993a70a..ca21c9ebf2c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-03-08 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * simple.el (shell-command-to-string): Use `process-file'. | ||
| 4 | |||
| 5 | * emacs-lisp/package.el (package-tar-file-info): Handle also | ||
| 6 | remote files. | ||
| 7 | |||
| 8 | * emacs-lisp/package-x.el (package-upload-buffer-internal): Use | ||
| 9 | `equal' for upload base check. | ||
| 10 | |||
| 1 | 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change) | 11 | 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change) |
| 2 | 12 | ||
| 3 | * textmodes/texinfo.el (texinfo-environments): | 13 | * textmodes/texinfo.el (texinfo-environments): |