Mercurial > emacs
diff src/ChangeLog @ 70881:376e2df4e22d
*** empty log message ***
| author | Alan Mackenzie <acm@muc.de> |
|---|---|
| date | Wed, 24 May 2006 13:51:11 +0000 |
| parents | ce50c9c85f67 |
| children | fdfa8d35537f |
line wrap: on
line diff
--- a/src/ChangeLog Wed May 24 13:24:21 2006 +0000 +++ b/src/ChangeLog Wed May 24 13:51:11 2006 +0000 @@ -1,3 +1,21 @@ +2006-05-24 Alan Mackenzie <acm@muc.de> + + * lread.c (Vload_history): Enhance doc-string to say that the file + is the absolute truename of the loaded file. + + * lread.c (Vafter_load_alist): doc-string: state that an element + now has a regexp to match file names, not a file name as such. + + * lread.c (readevalloop): Call file-truename on the name for + load-history, except at preloading time. + + * lread.c (Fload): At preloading time, preserve the extension of + the filename which goes into load-history. New variable + hist_file_name. + + * lread.c (Fload): Do eval-after-load stuff by calling the lisp + function do-after-load-evaluation. + 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * mac.c (ae_attr_table): New variable.
