comparison lisp/ChangeLog @ 48837:15dcdff64493

*** empty log message ***
author Markus Rost <rost@math.uni-bielefeld.de>
date Fri, 13 Dec 2002 22:42:21 +0000
parents 55e7852135dc
children b4f252602421
comparison
equal deleted inserted replaced
48836:81333325d8f7 48837:15dcdff64493
1 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
2
3 * international/mule-cmds.el (current-language-environment): Set
4 type according to `language-info-alist' also here.
5
6 * progmodes/compile.el (compilation-menu-map): Use
7 `kill-compilation' to stop compilation.
8
1 2002-12-13 Kenichi Handa <handa@m17n.org> 9 2002-12-13 Kenichi Handa <handa@m17n.org>
2 10
3 * language/european.el (encode-mac-roman): Fix last change. 11 * language/european.el (encode-mac-roman): Fix last change.
4 12
5 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u) 13 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
13 2002-12-12 Dave Love <fx@gnu.org> 21 2002-12-12 Dave Love <fx@gnu.org>
14 22
15 * international/subst-big5.el, international/subst-gb2312.el: 23 * international/subst-big5.el, international/subst-gb2312.el:
16 * international/subst-jis.el, international/subst-ksc.el: New. 24 * international/subst-jis.el, international/subst-ksc.el: New.
17 25
18
19 * custom.el (defcustom, custom-set-variables): Doc fix. 26 * custom.el (defcustom, custom-set-variables): Doc fix.
20 27
21 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from 28 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
22 things protected by `(if (fboundp ...' or `(if (boundp ...'. 29 things protected by `(if (fboundp ...' or `(if (boundp ...'.
23 30