comparison lisp/ChangeLog @ 49030:941130502bf4

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 03 Jan 2003 20:16:56 +0000
parents bf7a6f364960
children af9ed9872109
comparison
equal deleted inserted replaced
49029:835ac7993b8d 49030:941130502bf4
1 2003-01-03 Dave Love <fx@gnu.org>
2
3 * international/mule-cmds.el (sort-coding-systems): Adjust
4 priority of utf-16 and x-ctext.
5
6 * international/utf-8.el (utf-translate-cjk): Call
7 optimize-char-coding-system-table.
8
9 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
10 Call optimize-char-coding-system-table.
11
12 * international/mule.el (register-char-codings): Don't call
13 optimize-char-coding-system-table here.
14 (keyboard-coding-system): Doc fix. Update :version.
15
16 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
17 (nroff-imenu-expression): New.
18 (nroff-mode): Use it.
19
20 * autoinsert.el (auto-insert-alist): Add man page skeleton.
21
1 2003-01-03 Andre Spiegel <spiegel@gnu.org> 22 2003-01-03 Andre Spiegel <spiegel@gnu.org>
2 23
3 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have 24 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
4 the lock. 25 the lock.
5 26