diff options
| author | Masatake YAMATO | 2012-07-20 07:32:30 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-07-20 07:32:30 -0400 |
| commit | bbf0e7d97893b9abfe6575a408f03e48543cb513 (patch) | |
| tree | 4c902d028a64bffea758f2c5e78817a1f853549c /lisp/ChangeLog | |
| parent | c28662a8dc4fefae711b21fcb7a71e871e37d1e6 (diff) | |
| download | emacs-bbf0e7d97893b9abfe6575a408f03e48543cb513.tar.gz emacs-bbf0e7d97893b9abfe6575a408f03e48543cb513.zip | |
* lisp/term/x-win.el (x-menu-bar-open): Use `frame-parameter'
to check whether menu-bar is shown or not. If not shown,
show the menu-bar as a popup menu instead of using tmm.
* lisp/mouse.el (popup-menu): Accept `point' as `position' argument.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7cb05c0664..969f36c8457 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-07-20 Masatake YAMATO <yamato@redhat.com> | ||
| 2 | |||
| 3 | * term/x-win.el (x-menu-bar-open): Use `frame-parameter' | ||
| 4 | to check whether menu-bar is shown or not. If not shown, | ||
| 5 | show the menu-bar as a popup menu instead of using tmm. | ||
| 6 | * mouse.el (popup-menu): Accept `point' as `position' argument. | ||
| 7 | |||
| 1 | 2012-07-20 Dmitry Gutov <dgutov@yandex.ru> | 8 | 2012-07-20 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 9 | ||
| 3 | * progmodes/ruby-mode.el (ruby-parse-partial): No error when end | 10 | * progmodes/ruby-mode.el (ruby-parse-partial): No error when end |