SHA256
1
0
forked from pool/xemacs
OBS User unknown
2007-08-02 21:43:12 +00:00
committed by Git OBS Bridge
parent 85ba744178
commit 0949e0e1c3
6 changed files with 551 additions and 415 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Aug 01 15:01:20 CEST 2007 - mfabian@suse.de
- fix build of xemacs-packages
- add missing UTF-8 language environments in site-start.el
- add set-language-unicode-precedence-list.patch to improve
the unicode precedence mapping. Nevertheless it is still
necessary to call set-language-unicode-precedence-list
in site-start.el because the call to this function
in startup.el to get '”' U+201D (RIGHT DOUBLE QUOTATION MARK)
treated as single width overrides the call to that function
from the setup of the language environment.
But at least changing language enviromnents later doesn't
mess up the precedence list any more.
-------------------------------------------------------------------
Mon Jul 30 13:03:37 CEST 2007 - mfabian@suse.de