emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp cus-start.el


From: David Reitter
Subject: [Emacs-diffs] emacs/lisp cus-start.el
Date: Sat, 21 Mar 2009 02:30:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Reitter <davidswelt>      09/03/21 02:30:48

Modified files:
        lisp           : cus-start.el 

Log message:
        (all): add `ns-{control|command|alternate|function}-modifier', 
`ns-antialias-text' and `ns-use-qd-smoothing'

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cus-start.el?cvsroot=emacs&r1=1.132&r2=1.133

Patches:
Index: cus-start.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cus-start.el,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -b -r1.132 -r1.133
--- cus-start.el        5 Jan 2009 03:18:50 -0000       1.132
+++ cus-start.el        21 Mar 2009 02:30:39 -0000      1.133
@@ -248,6 +248,33 @@
                                           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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]