aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dbeca38941e..96d59a6ca90 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12006-05-24 Alan Mackenzie <acm@muc.de>
2
3 * lread.c (Vload_history): Enhance doc-string to say that the file
4 is the absolute truename of the loaded file.
5
6 * lread.c (Vafter_load_alist): doc-string: state that an element
7 now has a regexp to match file names, not a file name as such.
8
9 * lread.c (readevalloop): Call file-truename on the name for
10 load-history, except at preloading time.
11
12 * lread.c (Fload): At preloading time, preserve the extension of
13 the filename which goes into load-history. New variable
14 hist_file_name.
15
16 * lread.c (Fload): Do eval-after-load stuff by calling the lisp
17 function do-after-load-evaluation.
18
12006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 192006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 20
3 * mac.c (ae_attr_table): New variable. 21 * mac.c (ae_attr_table): New variable.