comparison lisp/ChangeLog @ 5082:37a17808de95

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 26 Feb 2010 15:24:58 +0000
parents 5502045ec510 baffa6ca776a
children 88f955fa5a7f
comparison
equal deleted inserted replaced
5080:5502045ec510 5082:37a17808de95
81 Also, in `Check-Message', incorporate call to `Skip-Test-Unless' 81 Also, in `Check-Message', incorporate call to `Skip-Test-Unless'
82 in the macro output rather than its body, to avoid problems byte- 82 in the macro output rather than its body, to avoid problems byte-
83 compiling the file -- `Skip-Test-Unless' isn't available in the 83 compiling the file -- `Skip-Test-Unless' isn't available in the
84 environment during byte-compilation so we can't call it then. 84 environment during byte-compilation so we can't call it then.
85 85
86 2010-02-22 Ben Wing <ben@xemacs.org>
87
88 * mule/make-coding-system.el:
89 * mule/make-coding-system.el (fixed-width-generate-helper):
90 * mule/make-coding-system.el (fixed-width-private-use-start): Removed.
91 * mule/make-coding-system.el (fixed-width-create-decode-encode-tables):
92 * coding.el:
93 * coding.el (decode-char): New.
94 * coding.el (featurep):
95 * coding.el (encode-char): New.
96 * dumped-lisp.el (preloaded-file-list):
97 Dump make-coding-system. Aidan's hack to avoid dumping this file
98 never really worked right -- with some configurations (not clear
99 exactly which ones) `make-coding-system.el' gets dumped anyway due to
100 calls to `make-coding-system' in unicode.el, with the result that
101 the documentation of functions in make-coding-system.el gets lost.
102
103 Also needed to remove defvar fixed-width-private-use-start and
104 incorporate it inline, due to bootstrapping issues -- the call to
105 decode-char introduced a cross-dependency between unicode.el and
106 make-coding-system.el.
107
108
109 2010-02-22 Ben Wing <ben@xemacs.org> 86 2010-02-22 Ben Wing <ben@xemacs.org>
110 87
111 * cl-seq.el: 88 * cl-seq.el:
112 * cl-seq.el (stable-union): New. 89 * cl-seq.el (stable-union): New.
113 * cl-seq.el (stable-intersection): New. 90 * cl-seq.el (stable-intersection): New.