aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-09 01:41:03 +0000
committerRichard M. Stallman2003-04-09 01:41:03 +0000
commitb0ada1471a13b0738dcfcda5ca781151aa4bbc29 (patch)
tree3e3bf49a48a7dd541a3380dc0d5a152807cc1cab /src/ChangeLog
parent95c5b8fc6c15c013dd9345442fa223a5747e666f (diff)
downloademacs-b0ada1471a13b0738dcfcda5ca781151aa4bbc29.tar.gz
emacs-b0ada1471a13b0738dcfcda5ca781151aa4bbc29.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-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