Mercurial > emacs
comparison etc/TODO @ 53107:422a00e3d747
Add plans for change of file attributes UID and GID from integer to string.
author | Lars Hansen <larsh@soem.dk> |
---|---|
date | Fri, 21 Nov 2003 18:23:27 +0000 |
parents | 47bf5f5df3c9 |
children | 4250e7e26247 cc59780b7487 |
comparison
equal
deleted
inserted
replaced
53106:b4b8c928aba2 | 53107:422a00e3d747 |
---|---|
279 * Fix skip-chars-{for,back}ward to allow character classes. | 279 * Fix skip-chars-{for,back}ward to allow character classes. |
280 | 280 |
281 * (Controlled by a flag) make open and close syntax match exactly, | 281 * (Controlled by a flag) make open and close syntax match exactly, |
282 i.e. `(' doesn't match `]'. | 282 i.e. `(' doesn't match `]'. |
283 | 283 |
284 * Specify parameter ID-FORMAT in all calls to `file-attributes' and | |
285 `directory-files-and-attributes' where attributes UID or GID are used. | |
286 Whenever possible, use value 'string. | |
287 When done, change meaning of default value from 'integer to 'string. | |
288 If value 'integer is used nowhere, remove the parameter ID-FORMAT from | |
289 the definition of `file-attributes' and `directory-files-and-attributes' | |
290 and from the calls. | |
291 | |
284 ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036 | 292 ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036 |