diff options
author | Kevin E Martin <kem@kem.org> | 2004-09-04 00:22:32 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-09-04 00:22:32 +0000 |
commit | f02447159d5b422f2a925a672149f81b0e54eab6 (patch) | |
tree | c9544678c72184fb6e4d1c1a362dffc13e487e20 | |
parent | 15530878e2d52c027658e7d432406c0b2056a708 (diff) |
Update docs for Mac OS changes (Torrey T. Lyons).
-rw-r--r-- | sgml/RELNOTES.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sgml/RELNOTES.sgml b/sgml/RELNOTES.sgml index 0ec076f..a0f0d35 100644 --- a/sgml/RELNOTES.sgml +++ b/sgml/RELNOTES.sgml @@ -136,6 +136,15 @@ render extensions when compiled with gcc 3.4 on the i386 architecture. <item>Software mouse cursor is now based on the Damage extension <item>A new keyboard driver is enabled by default. The old driver is disabled unless explicitly compiled in by defining the macro USE_DEPRECATED_KEYBOARD_DRIVER <item>Extensions can be enabled/disabled from the configuration file and from the command line +<item>Mac OS X updates: + <itemize> + <item>Support dynamic screen configuration changes in rootless mode + <item>Added option to always use Mac command key equivalents + <item>Interpret scroll wheel mouse events correctly when shift is held down + <item>Added trivial Xinput support + <item>Fixed launch of X clients from Finder with a space in their path + <item>Fixed some GLX rendering problems on Mac OS X 10.2 and earlier + </itemize> </itemize> <sect1>New X extensions |