diff options
| author | Richard M. Stallman | 2003-04-09 01:41:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-09 01:41:03 +0000 |
| commit | b0ada1471a13b0738dcfcda5ca781151aa4bbc29 (patch) | |
| tree | 3e3bf49a48a7dd541a3380dc0d5a152807cc1cab /src/ChangeLog | |
| parent | 95c5b8fc6c15c013dd9345442fa223a5747e666f (diff) | |
| download | emacs-b0ada1471a13b0738dcfcda5ca781151aa4bbc29.tar.gz emacs-b0ada1471a13b0738dcfcda5ca781151aa4bbc29.zip | |
*** empty log message ***
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 | ||