From: Glenn Morris Date: Fri, 22 Feb 2013 17:13:05 +0000 (-0800) Subject: Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.org X-Git-Tag: emacs-24.3.90~173^2~6^2~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bba90ab24e80476efcad6b6a770fd5fda522a621;p=emacs.git Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.org --- bba90ab24e80476efcad6b6a770fd5fda522a621 diff --cc doc/emacs/ChangeLog index 83d5b1d25ed,b11fd822720..33f530cbadc --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@@ -1,16 -1,8 +1,21 @@@ + 2013-02-22 Glenn Morris + + * ack.texi (Acknowledgments): + * emacs.texi (Acknowledgments): Small updates. + +2013-02-21 Glenn Morris + + * files.texi (File Conveniences): Not just GIFs can be animated. + +2013-02-13 Glenn Morris + + * ack.texi (Acknowledgments): Don't mention yow any more. + +2013-02-13 Paul Eggert + + * cmdargs.texi (General Variables): + Fix TMPDIR documentation to match the code's behavior. + 2013-02-10 Glenn Morris * trouble.texi (Checklist): Update bug keybinding. diff --cc doc/misc/ChangeLog index 4f827073b2f,0d6e0785c09..9a4f4c10610 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@@ -1,31 -1,7 +1,35 @@@ + 2013-02-22 Glenn Morris + + * flymake.texi (Syntax check statuses): Fix multitable continued rows. + +2013-02-21 Paul Eggert + + * Makefile.in (html): New rule. + +2013-02-20 Michael Albinus + + * tramp.texi (Android shell setup): Improve. Reported by Thierry + Volpiatto . + +2013-02-16 Michael Albinus + + * tramp.texi (Top, Configuration): Insert section `Android shell + setup' in menu. + (Android shell setup): New section. + (Connection types, Default Method) + (Frequently Asked Questions): Mention "scp" instead of "scpc". + (External methods): Remove "scpc" and "rsyncc" entries. + (Frequently Asked Questions): Remove entry about ControlPersist. + +2013-02-13 Glenn Morris + + * message.texi (News Headers): Don't mention yow any more. + +2013-02-09 Jay Belanger + + * calc.texi (Basic Operations on Units): + (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'. + 2013-02-08 Aidan Gauland * eshell.texi: Fill most of the missing sections. diff --cc lisp/ChangeLog index 6496fe998d3,7a9cdcc20e0..1555dfc43b6 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,30 -1,17 +1,43 @@@ -2013-02-21 Juri Linkov ++2013-02-22 Juri Linkov + + * isearch.el (isearch-lazy-highlight-new-loop): + Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end' + to `isearch-other-end' if it is not nil. (Bug#13402) + + * replace.el (replace-highlight): Let-bind `isearch-other-end' + to `match-beg'. + + * textmodes/ispell.el (ispell-highlight-spelling-error-overlay): + Let-bind `isearch-other-end' to `start', `isearch-forward' to t + and `isearch-error' to nil. + -2013-02-20 Fabián Ezequiel Gallina +2013-02-22 Michael Albinus + + * net/tramp.el (tramp-tramp-file-p): Fix docstring. + + * net/tramp-sh.el (tramp-sh-handle-insert-directory): Handle + multibyte file names. + +2013-02-22 Glenn Morris + + * textmodes/sgml-mode.el (sgml-xml-mode): Move before use. + (sgml-transformation-function): Give it a :set function. + (sgml-tag): Doc fix. + + * cmuscheme.el (scheme-buffer): + * progmodes/inf-lisp.el (inferior-lisp-buffer): + * progmodes/tcl.el (inferior-tcl-buffer): + * textmodes/tex-mode.el (tex-command): Doc fixes. + + * image-mode.el (image-mode): Add mouse bindings for mode-line-process. + + * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457) + +2013-02-21 Bastien Guerry + + * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778) + +2013-02-21 Fabián Ezequiel Gallina * progmodes/python.el (python-info-current-defun): Enhance match-data cluttering prevention.