# HG changeset patch # User Richard M. Stallman # Date 1013104121 0 # Node ID 168298133c9d32f63a73864219491afd8eefae8c # Parent 78844af65a1f5796078d6fe9687218ee5844f448 *** empty log message *** diff -r 78844af65a1f -r 168298133c9d lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 07 17:44:08 2002 +0000 +++ b/lisp/ChangeLog Thu Feb 07 17:48:41 2002 +0000 @@ -1,3 +1,21 @@ +2002-02-07 Richard M. Stallman + + * terminal.el (terminal-map): Define [menu-bar] so global def is seen. + + * register.el (list-registers): New command. + (describe-register-1): New subroutine, taken out of view-register. + + * emacs-lisp/copyright.el (copyright-regexp): + Delete the unibyte copyright symbol; it's redundant. + Fix a spazz in the multibyte encoding here. + +2002-02-07 Dave Love + + * language/cyril-util.el (cyrillic-encode-koi8-r-char) + (cyrillic-encode-alternativnyj-char): Get translation tables from + symbol properties, not as variables. + (standard-display-cyrillic-translit): Include unicodes. + 2002-02-06 Kim F. Storm * help.el (where-is): Report remapped commands.