comparison lisp/ChangeLog @ 46259:e995615b440a

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 08 Jul 2002 22:32:35 +0000
parents 903813a34910
children 5f6fed869030
comparison
equal deleted inserted replaced
46258:903813a34910 46259:e995615b440a
126 2002-07-03 Miles Bader <miles@gnu.org> 126 2002-07-03 Miles Bader <miles@gnu.org>
127 127
128 * faces.el (header-line): Don't use a `common' clause for 128 * faces.el (header-line): Don't use a `common' clause for
129 inheriting from the mode-line face, since we can't override it, 129 inheriting from the mode-line face, since we can't override it,
130 and we don't want it for ttys. 130 and we don't want it for ttys.
131
132 2002-07-02 Dave Love <fx@gnu.org>
133
134 * international/characters.el: Fix general punctuation cases.
135 Remove $,1uf(B case.
136
137 * international/ccl.el (ccl-command-table): Add lookup-character,
138 lookup-integer.
139 (ccl-extended-code-table): Add lookup-int-const-tbl,
140 lookup-char-const-tbl.
141 (ccl-compile-lookup-integer, ccl-compile-lookup-character): New
142 function.
143
144 * international/mule.el (define-translation-hash-table): New
145 function.
131 146
132 2002-07-02 Richard M. Stallman <rms@gnu.org> 147 2002-07-02 Richard M. Stallman <rms@gnu.org>
133 148
134 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop. 149 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
135 150