+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.
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