Mercurial > emacs
changeset 89345:a0e0e8743ad5
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 07 Jan 2003 18:07:20 +0000 |
parents | 1c9758957aae |
children | fc18b571c836 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jan 07 18:06:43 2003 +0000 +++ b/lisp/ChangeLog Tue Jan 07 18:07:20 2003 +0000 @@ -1,3 +1,16 @@ +2003-01-07 Dave Love <fx@gnu.org> + + * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo, + multibyte-char-to-unibyte. + + * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp. + + * international/mule-cmds.el (find-coding-systems-for-charsets): + Use coding-system-type, coding-system-charset-list. + (standard-keyboard-coding-systems): Deleted. + (set-locale-environment): Maybe set keyboard coding system. Avoid + typical warning about codeset in C locale. + 2003-01-06 Kenichi Handa <handa@etl.go.jp> * international/fontset.el (x-complement-fontset-spec): If a
--- a/src/ChangeLog Tue Jan 07 18:06:43 2003 +0000 +++ b/src/ChangeLog Tue Jan 07 18:07:20 2003 +0000 @@ -1,3 +1,14 @@ +2003-01-07 Dave Love <fx@gnu.org> + + * Makefile.in: Fix some dependencies. + + * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but + set it to nil before returning. + + * composite.c (update_compositions): Fix type error. + + * syntax.c (skip_chars, skip_syntaxes): Fix type errors. + 2003-01-07 Kenichi Handa <handa@etl.go.jp> * xterm.c (x_new_font): Optimize for the case that the font is