Support file name dialog on NS.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 30 Sep 2012 13:43:47 +0000 (15:43 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 30 Sep 2012 13:43:47 +0000 (15:43 +0200)
commitd7e642cc001a237dda8511f99b284e1a22865024
tree7c85c09828a08576ef27eff7bbb02af519603f66
parentdd946752ab8810149a66a3eff469eb128709972d
Support file name dialog on NS.

* etc/NEWS: Mention that the file dialog is used on NS.

* lisp/term/ns-win.el (x-file-dialog): New function.

* src/fileio.c (Fnext_read_file_uses_dialog_p): Add HAVE_NS.

* src/nsfns.m (ns_frame_parm_handlers): Add x_set_fullscreen.

* src/nsfns.m (Fns_read_file_name): Add argument DIR_ONLY_P.
Initialize panel name field if OSX >= 10.6.

* src/w32fns.c (Fx_file_dialog): Update comment.

* src/xfns.c (Fx_file_dialog): Update comment.
etc/ChangeLog
etc/NEWS
lisp/ChangeLog
lisp/term/ns-win.el
src/ChangeLog
src/fileio.c
src/nsfns.m
src/w32fns.c
src/xfns.c