diff options
| author | Jan Djärv | 2013-10-06 17:59:11 +0200 |
|---|---|---|
| committer | Jan Djärv | 2013-10-06 17:59:11 +0200 |
| commit | a3e9050cbbfc97d3e0d37a84fcaa00f724e34bfa (patch) | |
| tree | 360b8dfa7a1c2eb7772a8766550a7550fdd01ee9 /src/ChangeLog | |
| parent | 28c760996e94d41321d33b97237e491659516bd0 (diff) | |
| download | emacs-a3e9050cbbfc97d3e0d37a84fcaa00f724e34bfa.tar.gz emacs-a3e9050cbbfc97d3e0d37a84fcaa00f724e34bfa.zip | |
Don't force auto hide dock when hide menu changes.
(ns_update_auto_hide_menu_bar): Remove runtime check.
Don't auto hide dock unless menubar is also auto hidden.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af5dbb8924d..07af64ab1a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | hide toolbar (Bug#15388). | 4 | hide toolbar (Bug#15388). |
| 5 | (windowDidEnterFullScreen:): If presentation options are zero, | 5 | (windowDidEnterFullScreen:): If presentation options are zero, |
| 6 | set them here (Bug#15388). | 6 | set them here (Bug#15388). |
| 7 | (ns_update_auto_hide_menu_bar): Remove runtime check. | ||
| 8 | Don't auto hide dock unless menubar is also auto hidden. | ||
| 7 | 9 | ||
| 8 | 2013-10-05 Xue Fuqiao <xfq.free@gmail.com> | 10 | 2013-10-05 Xue Fuqiao <xfq.free@gmail.com> |
| 9 | 11 | ||