Mercurial > emacs
comparison etc/NEWS @ 82322:c2087cc626c4
image-refresh has been moved to Emacs 22.2.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 07 Aug 2007 16:55:40 +0000 |
parents | 58ac5a791dfa |
children | 9688bf3fd555 |
comparison
equal
deleted
inserted
replaced
82321:f27eefb7aea9 | 82322:c2087cc626c4 |
---|---|
196 +++ | 196 +++ |
197 ** New variable `user-emacs-directory'. | 197 ** New variable `user-emacs-directory'. |
198 Use this instead of "~/.emacs.d". | 198 Use this instead of "~/.emacs.d". |
199 | 199 |
200 +++ | 200 +++ |
201 ** The new function `image-refresh' refreshes all images associated | |
202 with a given image specification. | |
203 | |
204 +++ | |
205 ** The new function `start-file-process is similar to `start-process', | 201 ** The new function `start-file-process is similar to `start-process', |
206 but obeys file handlers. The file handler is chosen based on | 202 but obeys file handlers. The file handler is chosen based on |
207 `default-directory'. The functions `start-file-process-shell-command' | 203 `default-directory'. The functions `start-file-process-shell-command' |
208 and `process-file-shell-command' are also new; they call internally | 204 and `process-file-shell-command' are also new; they call internally |
209 `start-file-process and `process-file', respectively. | 205 `start-file-process and `process-file', respectively. |