comparison lisp/ChangeLog @ 57653:b324ca4df07c

* simple.el (process-file): New function, similar to call-process but supports file handlers. * vc.el (vc-do-command): Use it, instead of call-process. * net/tramp-vc.el (vc-do-command): Do not advise it if process-file is fboundp. * net/tramp.el (tramp-file-name-handler-alist): Add entry for process-file. (tramp-handle-process-file): New function. (tramp-file-name-for-operation): Support process-file.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sat, 23 Oct 2004 19:52:18 +0000
parents 750e4a565152
children 0a7db62fb4d8
comparison
equal deleted inserted replaced
57652:1d0ad14ff912 57653:b324ca4df07c
1 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
2
3 * simple.el (process-file): New function, similar to call-process
4 but supports file handlers.
5 * vc.el (vc-do-command): Use it, instead of call-process.
6 * net/tramp-vc.el (vc-do-command): Do not advise it if
7 process-file is fboundp.
8 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
9 process-file.
10 (tramp-handle-process-file): New function.
11 (tramp-file-name-for-operation): Support process-file.
12
1 2004-10-23 Ulf Jasper <ulf.jasper@web.de> 13 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
2 14
3 * calendar/icalendar.el (icalendar--weekday-array): New constant. 15 * calendar/icalendar.el (icalendar--weekday-array): New constant.
4 (icalendar-weekdayabbrev-table) 16 (icalendar-weekdayabbrev-table)
5 (icalendar-monthnumber-table): Delete. 17 (icalendar-monthnumber-table): Delete.