use UTF-8 keyboard input encoding on terminals that support it (Axel Thimm

#185399)
This commit is contained in:
Charles Coldwell 2006-08-03 18:56:33 +00:00
parent 6249b6e3d4
commit 4d89c3431c
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Summary: GNU Emacs text editor
Name: emacs
Version: 21.4
Release: 16
Release: 17
License: GPL
URL: http://www.gnu.org/software/emacs/
Group: Applications/Editors
@ -553,6 +553,9 @@ fi
%endif
%changelog
* Thu Aug 3 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-17
- use UTF-8 keyboard input encoding on terminals that support it (Axel Thimm #185399)
* Thu Aug 3 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-16
- fix German spell checking for UTF-8 encoded buffers (Daniel Hammer #197737)