aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJan Djärv2012-09-30 15:43:47 +0200
committerJan Djärv2012-09-30 15:43:47 +0200
commitd7e642cc001a237dda8511f99b284e1a22865024 (patch)
tree7c85c09828a08576ef27eff7bbb02af519603f66 /etc
parentdd946752ab8810149a66a3eff469eb128709972d (diff)
downloademacs-d7e642cc001a237dda8511f99b284e1a22865024.tar.gz
emacs-d7e642cc001a237dda8511f99b284e1a22865024.zip
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog1
-rw-r--r--etc/NEWS7
2 files changed, 6 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 2c1e3758ea0..099d7ca044f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,6 +1,7 @@
12012-09-30 Jan Djärv <jan.h.d@swipnet.se> 12012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * NEWS: The NS port supports fullscreen. 3 * NEWS: The NS port supports fullscreen.
4 Mention that the file dialog is used on NS.
4 5
52012-09-17 Glenn Morris <rgm@gnu.org> 62012-09-17 Glenn Morris <rgm@gnu.org>
6 7
diff --git a/etc/NEWS b/etc/NEWS
index e6f09d83f43..2791a25e051 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -187,8 +187,11 @@ The PCL-CVS commands are still available via the keyboard.
187--- 187---
188*** New input method `vietnamese-vni'. 188*** New input method `vietnamese-vni'.
189 189
190** The NS port supports fullscreen. 190** NextStep/OSX port changes.
191 191---
192*** Fullscreen and frame parameter fullscreen is supported.
193---
194*** A file dialog is used when open/saved is done from the menu/toolbar.
192 195
193* Editing Changes in Emacs 24.3 196* Editing Changes in Emacs 24.3
194 197