diff options
| author | Jan Djärv | 2012-09-30 15:43:47 +0200 |
|---|---|---|
| committer | Jan Djärv | 2012-09-30 15:43:47 +0200 |
| commit | d7e642cc001a237dda8511f99b284e1a22865024 (patch) | |
| tree | 7c85c09828a08576ef27eff7bbb02af519603f66 /etc | |
| parent | dd946752ab8810149a66a3eff469eb128709972d (diff) | |
| download | emacs-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/ChangeLog | 1 | ||||
| -rw-r--r-- | etc/NEWS | 7 |
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 @@ | |||
| 1 | 2012-09-30 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2012-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 | ||
| 5 | 2012-09-17 Glenn Morris <rgm@gnu.org> | 6 | 2012-09-17 Glenn Morris <rgm@gnu.org> |
| 6 | 7 | ||
| @@ -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 | ||