From: Kenichi Handa Date: Thu, 22 Mar 2012 04:23:16 +0000 (+0900) Subject: merge trunk X-Git-Tag: emacs-pretest-24.0.05~81 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e85d2cf5498f18f902fab081634316f166589a6;p=emacs.git merge trunk --- 0e85d2cf5498f18f902fab081634316f166589a6 diff --cc lisp/ChangeLog index d87c52a3e04,f45cfd3ec57..8601fb78b75 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,9 -1,47 +1,53 @@@ +2012-03-22 Kenichi Handa + + * international/quail.el (quail-insert-kbd-layout): Fix previous + change. To avoid unwanted bidi reordering, use + bidi-string-mark-left-to-right instead of inserting LRO and PDF. + + 2012-03-21 Dmitry Gutov + + * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786). + (ruby-block-end-re, ruby-delimiter, ruby-parse-partial) + (ruby-beginning-of-indent): Be more careful with the difference + between word-boundary and symbol boundary. + (ruby-mode-syntax-table): Make : a symbol constituent. + + 2012-03-21 Andreas Politz + + * outline.el (outline-flag-region): Evaporate overlays (bug#10789). + + 2012-03-21 Stefan Monnier + + * progmodes/etags.el (tags-completion-at-point-function): + Improve last fix. + + * files.el (move-file-to-trash): Files aren't regexps (bug#11055). + + 2012-03-21 Sam Steingold + + * progmodes/etags.el (tags-completion-at-point-function): + Avoid the error when point is inside the pattern. + + 2012-03-21 John Yates (tiny change) + + * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first + line (Bug#10855). + + 2012-03-21 Drew Adams + + * info.el (Info-menu): Handle string value of FORK arg (Bug#10858). + + 2012-03-21 Anmol Khirbat (tiny change) + + * ido.el (ido-set-current-directory, ido-read-internal) + (ido-choose-completion-string, ido-completion-help): Handle nil + value of ido-completion-buffer (Bug#11008). + + 2012-03-21 Sam Steingold + + * window.el (switch-to-prev-buffer): Do not switch to a visible + window previous buffer, just like with the frame previous buffers. + 2012-03-21 Chong Yidong * faces.el (make-face, make-empty-face, copy-face):