diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9d6afda24d1..04ec185c444 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2003-04-08 Richard M. Stallman <rms@gnu.org> | 1 | 2003-04-08 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * fileio.c (Ffile_symlink_p): Doc fix. | ||
| 4 | |||
| 5 | * editfns.c (Fformat): Translate positions of text properties | ||
| 6 | in the format string to apply them to the result. | ||
| 7 | |||
| 3 | * fileio.c (Finsert_file_contents): Doc fix. | 8 | * fileio.c (Finsert_file_contents): Doc fix. |
| 4 | (syms_of_fileio) <after-insert-file-functions>: Doc fix. | 9 | (syms_of_fileio) <after-insert-file-functions>: Doc fix. |
| 5 | 10 | ||
| @@ -8,6 +13,7 @@ | |||
| 8 | * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN. | 13 | * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN. |
| 9 | 14 | ||
| 10 | 2003-04-08 Steven Tamm <steventamm@mac.com> | 15 | 2003-04-08 Steven Tamm <steventamm@mac.com> |
| 16 | |||
| 11 | * mac.c (init_mac_osx_environment): Switch libexec and bin so | 17 | * mac.c (init_mac_osx_environment): Switch libexec and bin so |
| 12 | that self-contained application finds libexec files. | 18 | that self-contained application finds libexec files. |
| 13 | 19 | ||