From: Kenichi Handa Date: Sun, 13 Oct 2013 11:55:00 +0000 (+0900) Subject: merge trunk X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70c8ae6ebdad9265f793b91bc056204e0833682b;p=emacs.git merge trunk --- 70c8ae6ebdad9265f793b91bc056204e0833682b diff --cc lisp/ChangeLog index f4508b7bbce,ec59ce1fb66..1abd0482ec6 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,9 -1,39 +1,45 @@@ +2013-10-13 Kenichi Handa + + * international/mule-cmds.el (select-safe-coding-system): Remove a + superfluous condition in chekcing whether a coding system is safe + or not. + + 2013-10-13 Oleh Krehel + + * replace.el (how-many): Fix rstart and !rend case. (Bug#15589) + + 2013-10-13 Andreas Politz + + * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435) + + 2013-10-13 Glenn Morris + + * menu-bar.el (menu-bar-update-buffers): + Unify Buffers menu prompt string. (Bug#15576) + + * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434) + + * emacs-lisp/authors.el (authors-aliases, authors-ignored-files): + Add some entries. + (authors-fixed-entries): Use accented form of name. + + 2013-10-12 Stefan Monnier + + * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free + method calls (bug#bug#15594). + (ruby-smie--args-separator-p): New function. + (ruby-smie--forward-token, ruby-smie--backward-token): Use it to + recognize paren-free method calls. + + * isearch.el (isearch-pre-command-hook): Don't build in knowledge about + internals of universal-argument. + + 2013-10-11 Eli Zaretskii + + * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit. + Bind all menu-bar sequences to tty-menu-exit -- this pops down a + dropped menu on second mouse click on the menu bar. + 2013-10-11 Stefan Monnier * progmodes/sh-script.el: Provide simpl(e|istic) completion.