aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMasatake YAMATO2012-08-10 08:44:06 -0400
committerStefan Monnier2012-08-10 08:44:06 -0400
commitc69f56a207451f7f874877d02a44d4e4e6353b03 (patch)
treea5a2a44790c1fe84fa8d575600415a8574a93ad7 /lisp/ChangeLog
parent9ff736dc87d2e9f1d529adb00d0c3e3080142e71 (diff)
downloademacs-c69f56a207451f7f874877d02a44d4e4e6353b03.tar.gz
emacs-c69f56a207451f7f874877d02a44d4e4e6353b03.zip
* lisp/mouse.el (popup-menu-normalize-position): New function.
(popup-menu): Use `popup-menu-normalize-position' to normalize the form for POSITION argument. * lisp/term/x-win.el (x-menu-bar-open): Use the value returend from (posn-at-point) as position passed to `popup-menu'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 14 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fef050e6d02..dc0efcf7563 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12012-08-10 Masatake YAMATO <yamato@redhat.com>
2
3 * mouse.el (popup-menu-normalize-position): New function.
4 (popup-menu): Use `popup-menu-normalize-position' to normalize
5 the form for POSITION argument.
6
7 * term/x-win.el (x-menu-bar-open):
8 Use the value returend from (posn-at-point) as position
9 passed to `popup-menu'.
10
12012-08-09 Jay Belanger <jay.p.belanger@gmail.com> 112012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2 12
3 * calc/calccomp.el (math-compose-expr): Add extra argument 13 * calc/calccomp.el (math-compose-expr): Add extra argument
@@ -35,8 +45,8 @@
35 * progmodes/python.el: Enhancements to forward-sexp. 45 * progmodes/python.el: Enhancements to forward-sexp.
36 (python-nav-forward-sexp): Rename from 46 (python-nav-forward-sexp): Rename from
37 python-nav-forward-sexp-function. 47 python-nav-forward-sexp-function.
38 (python-nav--forward-sexp, python-nav--backward-sexp): New 48 (python-nav--forward-sexp, python-nav--backward-sexp):
39 functions. 49 New functions.
40 50
412012-08-09 Jay Belanger <jay.p.belanger@gmail.com> 512012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
42 52
@@ -489,9 +499,8 @@
489 499
490 * register.el (copy-to-register, copy-rectangle-to-register): 500 * register.el (copy-to-register, copy-rectangle-to-register):
491 Deactivate the mark, and use indicate-copied-region (Bug#10056). 501 Deactivate the mark, and use indicate-copied-region (Bug#10056).
492 (append-to-register, prepend-to-register): Call 502 (append-to-register, prepend-to-register):
493 503 Call 2012-07-29 Juri Linkov <juri@jurta.org>
4942012-07-29 Juri Linkov <juri@jurta.org>
495 504
496 * simple.el (async-shell-command-buffer): New defcustom. 505 * simple.el (async-shell-command-buffer): New defcustom.
497 (shell-command): Use it. (Bug#4719) 506 (shell-command): Use it. (Bug#4719)