comparison lisp/ChangeLog @ 46677:86e8d59e2e49

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 24 Jul 2002 23:01:32 +0000
parents e86dc5373cac
children fee02075d43a
comparison
equal deleted inserted replaced
46676:f0b8a25b0b7d 46677:86e8d59e2e49
1 2002-07-24 Dave Love <fx@gnu.org>
2
3 * international/mule.el (set-auto-coding): Doc fix.
4
5 * international/utf-16.el: New file.
6
7 * language/european.el ("German", "French", "Spanish", "Turkish"):
8 Add alternative coding systems.
9 ("Dutch"): Likewise. Add input method.
10 ("Welsh", "Latin-7"): Add nonascii-translation.
11
12 * language/georgian.el ("Georgian"): Add nonascii-translation.
13
14 * international/titdic-cnv.el: Doc fixes.
15 (tit-process-header): Add coding cookie.
16 (titdic-convert): Force writing as iso-2022-7bit.
17
18 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
19
20 * international/mule-cmds.el: Doc fixes.
21 (unencodable-char-position): New.
22 (select-safe-coding-system): Use it to indicate problematic
23 characters and add extra explanation. Avoid checking auto-coding
24 for compressed files.
25 (leim-list-header): Add coding cookie.
26 (input-method-verbose-flag): Modify :type.
27 (locale-language-names): Add bs, wa. Modify cy.
28
1 2002-07-24 Richard M. Stallman <rms@gnu.org> 29 2002-07-24 Richard M. Stallman <rms@gnu.org>
2 30
3 * emacs-lisp/bytecomp.el (byte-compile-log-warning): 31 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
4 Bind warning-group-format. 32 Bind warning-group-format.
5 33