aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
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 @@
12003-04-08 Richard M. Stallman <rms@gnu.org> 12003-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
102003-04-08 Steven Tamm <steventamm@mac.com> 152003-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