diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-12-28 03:44:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-12-28 03:44:37 +0000 |
commit | 6281e1e84dc30a52084fa6d9a8b4e6291182415c (patch) | |
tree | c2e8c15c363ceb8eb487fb32e4a075bd3a9c7068 /lisp | |
parent | 721b7d9ee61e436d012527664fee8acc152f4715 (diff) | |
download | emacs-6281e1e84dc30a52084fa6d9a8b4e6291182415c.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e715452871b..fc9221e9a84 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,10 @@ -2005-12-28 Juri Linkov <juri@jurta.org> +2005-12-27 Richard M. Stallman <rms@gnu.org> + + * mouse.el (mouse-drag-region-1): When remapping mouse-1 to + mouse-2, go back to previously selected window, so it's selected + when mouse-2 command runs. + +2005-12-27 Juri Linkov <juri@jurta.org> * descr-text.el (describe-text-sexp): Use square brackets for button [Show] to distinguish it from the property value `show'. @@ -27,7 +33,7 @@ * textmodes/flyspell.el (flyspell-external-point-words): New criteria for finding the misspelling in the buffer. -2005-12-28 Nick Roberts <nickrob@snap.net.nz> +2005-12-27 Nick Roberts <nickrob@snap.net.nz> * help-mode.el (help-insert-string): Set help-xref-stack-item rather than call help-setup-xref. @@ -35,7 +41,7 @@ * descr-text.el (describe-char): Revert previous changes for optional buffer argument. -2005-12-28 Juri Linkov <juri@jurta.org> +2005-12-27 Juri Linkov <juri@jurta.org> * help-mode.el (help-insert-string): New function. Save buffer contents in cases where it is impossible to recompute the old @@ -70,13 +76,13 @@ * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys): Don't use the `args' argument of lazy-completion-table. -2005-12-27 Nick Roberts <nickrob@snap.net.nz> +2005-12-26 Nick Roberts <nickrob@snap.net.nz> * descr-text.el (describe-char): Add optional argument for buffer. Set buffer appropriately. Call help-setup-xref. Suggested by Stefan Monnier. -2005-12-27 Juri Linkov <juri@jurta.org> +2005-12-26 Juri Linkov <juri@jurta.org> * descr-text.el: Require `help-fns' at runtime. Don't require `button' for byte compilation. |