Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
Bug #2609: Add Kyrgyz locale (Ilyas Bakirov).
Bug #1640: Kinyarwanda locale support. (Steve Murphy)
* nls/compose.dir: * nls/locale.alias: * nls/locale.dir: * programs/Xserver/XpConfig/Imakefile: Bug #2268: Add South African locales (Dwayne Bailey). Some whitespace cleanups, as the parser is a little touchy.
2005-08-03 Alan Coopersmith <alan.coopersmith@sun.com> * nls/locale.alias Bug #1887 <https://bugs.freedesktop.org/show_bug.cgi?id=1887> Patch #3005 <https://bugs.freedesktop.org/attachment.cgi?id=3005> libX11 locale defs severely adrift from glibc: adding new aliases (From Debian via Nathanael Nerode)
2005-08-03 Alan Coopersmith <alan.coopersmith@sun.com> * nls/locale.alias Bug #1887 <https://bugs.freedesktop.org/show_bug.cgi?id=1887> Patch #3002 <https://bugs.freedesktop.org/attachment.cgi?id=3002> libX11 locale defs severely adrift from glibc: locales bugfix for bs_BA (From Debian via Nathanael Nerode)
2005-01-14 Roland Mainz <roland.mainz@nrubsig.org> * xc/nls/compose.dir * xc/nls/locale.alias * xc/nls/locale.dir * xc/programs/Xserver/XpConfig/Imakefile Bugzilla #1830 (https://bugs.freedesktop.org/show_bug.cgi?id=1830) attachment #1674 (https://bugs.freedesktop.org/attachment.cgi?id=1674): Adding support for the bs_BA (bs, bs_BA, bs_BA.iso88592, bs_BA.ISO-8859-2, bs_BA.ISO_8859-2, bs_BA.UTF-8) locale. Patch by Vedran Ljubovic <vljubovic@smartnet.ba>.
2004-11-08 Roland Mainz <roland.mainz@nrubsig.org> * xc/nls/compose.dir * xc/nls/locale.alias * xc/nls/locale.dir * xc/programs/Xserver/XpConfig/Imakefile Bugzilla #1544 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1544): Adding support for the si_LK (si, sinhala, si_LK, si_LK.UTF-8) locale. Patch by Anuradha Ratnaweera <gnu.slash.linux@gmail.com>.
2004-11-04 Roland Mainz <roland.mainz@nrubsig.org> * xc/nls/compose.dir * xc/nls/locale.alias * xc/nls/locale.dir * xc/programs/Xserver/XpConfig/Imakefile Bugzilla #860: Adding some of the major indic locales (bn_IN.UTF-8, bn_IN.utf8, gu_IN.UTF-8, gu_IN.utf8, pa_IN.UTF-8, pa_IN.utf8) to X. Patch by Leon Ho <llch@redhat.com>.
2004-10-18 Egbert Eich <eich-at-freedesktop-dot-org> * fonts/encodings/large/Imakefile: * fonts/encodings/large/big5.eten-0.enc: * fonts/encodings/large/big5hkscs-0.enc: * fonts/encodings/large/gb2312.1980-0.enc: * nls/Compose/Imakefile: * nls/Compose/zh_CN.gb18030: * nls/Compose/zh_HK.big5: * nls/Compose/zh_HK.big5hkscs: * nls/XI18N_OBJS/Imakefile: * nls/XI18N_OBJS/zh_CN.gb18030: * nls/XI18N_OBJS/zh_HK.UTF-8: * nls/XI18N_OBJS/zh_HK.big5: * nls/XLC_LOCALE/Imakefile: * nls/XLC_LOCALE/zh_CN.UTF-8: * nls/XLC_LOCALE/zh_CN.gb18030: * nls/XLC_LOCALE/zh_CN.gbk: * nls/XLC_LOCALE/zh_HK.UTF-8: * nls/XLC_LOCALE/zh_HK.big5hkscs: * nls/XLC_LOCALE/zh_TW.UTF-8: * nls/compose.dir: * nls/locale.alias: * nls/locale.dir: Correcting font encodings for GB18030, GBK and BIG5-HKSCS. Adding nls support for those encodings (Bugzilla 1573, James Su).
2004-10-18 Egbert Eich <eich-at-freedesktop-dot-xorg> * config/cf/xorg.cf: Made handling of DevelDrivers for x86-64 more conformant to other platforms. * fonts/encodings/Imakefile: Compress all font encodings (Stefan Dirsch). * lib/SM/sm_manager.c: (_SmsProtocolSetupProc): Fixed warnings. * lib/X11/imRm.c: Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su). * nls/Compose/en_US.UTF-8: Added another compose key combination for the Euro symbol (Stefan Dirsch). * nls/compose.dir: Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). * nls/locale.alias: Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). This is the encoding that is also used by glibc. We may break other libcs - lets see who complains. * programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml: Added explanation for DESTDIR to install to a different directory than /. * programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c: (ATIProbe): Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11. * programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_video.c: (GX1InitVideo), (GX1ResetVideo), (GX1StopVideo), (GX1SetPortAttribute), (GX1DisplayVideo), (GX1BlockHandler): * programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_video.c: (GX2InitVideo), (GX2ResetVideo), (GX2StopVideo), (GX2SetPortAttribute), (GX2DisplayVideo), (GX2BlockHandler): XV support doesn't depend on 2D acceleration any more. This patch removes this limitation from the NSC driver. This is a patch that I have committed to XFree86 a while ago but never ported over to X.Org. Matthieu Herrb contributed some build fixes. * programs/Xserver/os/WaitFor.c: Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate timer. This takes advantage of the fact that TimerSet() with a timeout argument 0 behaves like TimerCanel(). * programs/xconsole/xconsole.c: (OpenConsole), (get_pty): Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). * programs/xkbcomp/rules/Imakefile: Create missing links for backward compatibility to XFree86 (Stefan Dirsch). * programs/xkbcomp/symbols/inet: Changed comment to mention xorg. * programs/xkill/xkill.c: (get_window_id): Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If you don't like it we can change it back (original author unkown). * programs/xman/vendor.h: Added 'pic' to the man page rendering command pipeline (Werner Fink). * programs/xrx/helper/helper.c: Added missing return value (Stefan Dirsch, Roland Mainz)
Pull XORG-6_8_0 to CYGWIN branch
Merge the new release from HEAD
2004-04-23 Egbert Eich <eich@freedesktop.org> Merging XORG-CURRENT into trunk
merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
23. Merged with XFree86 4.4.0. Added changes that went into infected
files. Reverted darwin/bundle/**/Credits.rtf to XFree86 versions
to avoid future conflicts on ASCII but not humal readable files.
(There should probably be separate CreditsXorg.rtf files)
(Egbert Eich).
18. Merged in XFree86 code up to 4.4.0 including changes to files that
had a changed license. There was only one change which happened to
be from me (Egbert Eich).
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
3. Added missing parts to XKB to make XEVIE branch compile (Egbert Eich). 2. Merged with XORG-CURRENT branch to obtain a bugfix (Egbert Eich). 1. First add of SUN's XIVIE extension (Stuart Kreitman).
readding XFree86's cvs IDs
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214
Import most of XFree86 4.4RC3. This import excludes files which have the new license. If we want to, later we can import 4.4RC3 again and pick up the files that have the new license, but for now the vendor branch is "pure."
freedesktop.org bugzilla defect #200. Add extra locale aliases and locale dir entries
freedesktop.org bugzilla defect #200 Add various and sundry locale names to the aliases These come variously from SUSE 9, Solaris 9, and AIX 5.2
Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
merge XFree86 RC2 (4.3.99.902) from vendor branch
XFree86 4.3.99.902 (RC 2)
merge latest (4.3.99.16) from XFree86 (vendor) branch
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
merge XFree86 4.3.0.1 to -CURRENT
XFree86 4.3.0.1
R6.6 is the Xorg base-line
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| CVS Admin | ViewVC Help |
| Powered by ViewVC 1.1-dev |