aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2011-03-08 13:58:40 +0100
committerMichael Albinus2011-03-08 13:58:40 +0100
commitb511b994ae5fc66d36a64f54eb71b87612463918 (patch)
tree8180e7329d4a19cfe6f69a572503ce44b1ccb1f1 /lisp/ChangeLog
parent6446548e027a18582e1f6661d553902b25d15157 (diff)
downloademacs-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/ChangeLog10
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 @@
12011-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
12011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change) 112011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
2 12
3 * textmodes/texinfo.el (texinfo-environments): 13 * textmodes/texinfo.el (texinfo-environments):