comparison lisp/ChangeLog @ 4246:9fec7fedbf1b

[xemacs-hg @ 2007-10-31 11:21:02 by aidan] Use correct coding system information for Installation-string.
author aidan
date Wed, 31 Oct 2007 11:21:15 +0000
parents b98680995adb
children 1dabc28c10d0
comparison
equal deleted inserted replaced
4245:119b227b734c 4246:9fec7fedbf1b
1 2007-10-26 Aidan Kehoe <kehoea@parhasard.net>
2
3 * mule/general-late.el:
4 Now that all the dumped coding systems are available, decode
5 Installation-string using the value for
6 Installation-file-coding-system at dump time.
7
8 2007-10-26 Aidan Kehoe <kehoea@parhasard.net>
9
10 * dumped-lisp.el (preloaded-file-list):
11 Allow version.el to be compiled.
12 * help.el (describe-installation):
13 Use and-boundp instead of (and (boundp ...); don't decode
14 Installation-string. Call #'error with a DATUM arg.
15 * loadup.el:
16 * loadup.el (Installation-string): Removed.
17 Moved to version.el.
18 * loadup.el (really-early-error-handler):
19 Move the initialization of Installation-string to version.el too.
20 * update-elc-2.el (update-elc-ignored-files):
21 * update-elc-2.el (batch-update-elc-2):
22 Remove version.el from the ignored files; if Mule is available,
23 always recompile it, since Installation-file-coding-system depends
24 on relatively complex Mule code.
25 * update-elc.el (unbytecompiled-lisp-files):
26 Remove version.el.
27 * version.el:
28 * version.el (Installation-file-coding-system): New.
29 Variable reflecting the native coding system at build time, to
30 better work out Installation-string.
31 * version.el (Installation-string): New.
32 Moved from loadup.el; documented in more detail.
33
1 2007-10-26 Aidan Kehoe <kehoea@parhasard.net> 34 2007-10-26 Aidan Kehoe <kehoea@parhasard.net>
2 35
3 * mule/latin.el: 36 * mule/latin.el:
4 "pl" is the normal POSIX language code for Polish, not "po"; if a 37 "pl" is the normal POSIX language code for Polish, not "po"; if a
5 tutorial is provided, set tutorial-coding-system explicitly based 38 tutorial is provided, set tutorial-coding-system explicitly based