]> git.eshelyaron.com Git - emacs.git/commitdiff
(all): add `ns-{control|command|alternate|function}-modifier', `ns-antialias-text...
authorDavid Reitter <david.reitter@gmail.com>
Sat, 21 Mar 2009 02:31:29 +0000 (02:31 +0000)
committerDavid Reitter <david.reitter@gmail.com>
Sat, 21 Mar 2009 02:31:29 +0000 (02:31 +0000)
lisp/ChangeLog
lisp/cus-start.el

index 9cd895c4f3590350acf586440e9d13b9f228ca37..77f70c5b7e9d712601d97cc0dff5be41a3ebc4f6 100644 (file)
@@ -1,3 +1,9 @@
+2009-03-21  David Reitter <david.reitter@gmail.com>
+
+       * cus-start.el (all): add
+       `ns-{control|command|alternate|function}-modifier',
+       `ns-antialias-text' and `ns-use-qd-smoothing'
+
 2009-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
index 9237b78e916f28090881963309f0eccea25a994f..e2ed7585c3fda7070e769009a2e089050caab552 100644 (file)
@@ -248,6 +248,33 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
                                           function))
             ;; msdos.c
             (dos-unsupported-char-glyph display integer)
+            ;; nsterm.m
+            (ns-control-modifier 
+             nextstep 
+             (choice (const :tag "No modifier" nil)
+                     (const control) (const meta)
+                     (const alt) (const hyper)
+                     (const super)) "23.1")
+            (ns-command-modifier 
+             nextstep 
+             (choice (const :tag "No modifier" nil)
+                     (const control) (const meta)
+                     (const alt) (const hyper)
+                     (const super)) "23.1")
+            (ns-alternate-modifier 
+             nextstep 
+             (choice (const :tag "No modifier (work as alternate/option)" none)
+                     (const control) (const meta)
+                     (const alt) (const hyper)
+                     (const super)) "23.1")
+            (ns-function-modifier 
+             nextstep
+             (choice (const :tag "No modifier (work as function)" none)
+                     (const control) (const meta)
+                     (const alt) (const hyper)
+                     (const super)) "23.1")
+            (ns-antialias-text ns boolean "23.1")
+            (ns-use-qd-smoothing ns boolean "23.1")
             ;; process.c
             (delete-exited-processes processes-basics boolean)
             ;; syntax.c