Mercurial > emacs
comparison lisp/ChangeLog @ 59470:f009f3970cd9
(mouse-drag-mode-line-1, mouse-drag-vertical-line, mouse-drag-region)
(mouse-drag-region-1, mouse-drag-secondary): Ignore select-window events
rather than fiddle with mouse-autoselect-window.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 11 Jan 2005 15:36:57 +0000 |
parents | d0400eeb264b |
children | 3afba92f5c34 |
comparison
equal
deleted
inserted
replaced
59469:8507e984115b | 59470:f009f3970cd9 |
---|---|
1 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line) | |
4 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary): | |
5 Ignore select-window events rather than fiddle with | |
6 mouse-autoselect-window. | |
7 | |
1 2005-01-10 Jay Belanger <belanger@truman.edu> | 8 2005-01-10 Jay Belanger <belanger@truman.edu> |
2 | 9 |
3 * calc/calc-ext.el (calc-reset): Reset when inside embedded | 10 * calc/calc-ext.el (calc-reset): Reset when inside embedded |
4 calculator; only reset when point is inside a calculator. Don't | 11 calculator; only reset when point is inside a calculator. |
5 adjust the window height if the window takes up the whole height | 12 Don't adjust the window height if the window takes up the whole height |
6 of the frame. | 13 of the frame. |
7 | 14 |
8 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org> | 15 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org> |
9 | 16 |
10 * ebuff-menu.el (Electric-buffer-menu-mode): | 17 * ebuff-menu.el (Electric-buffer-menu-mode): |
23 | 30 |
24 * vc.el (vc-allow-async-revert): New user option. | 31 * vc.el (vc-allow-async-revert): New user option. |
25 (vc-disable-async-diff): New internal variable. | 32 (vc-disable-async-diff): New internal variable. |
26 (vc-revert-buffer): Use them to disable asynchronous diff. | 33 (vc-revert-buffer): Use them to disable asynchronous diff. |
27 | 34 |
28 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff, | 35 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff) |
29 vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff | 36 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff |
30 asynchronously if vc-disable-async-diff is t. | 37 asynchronously if vc-disable-async-diff is t. |
31 | 38 |
32 2005-01-09 Jay Belanger <belanger@truman.edu> | 39 2005-01-09 Jay Belanger <belanger@truman.edu> |
33 | 40 |
34 * calc/calc.el (defcalcmodevar): New macro. | 41 * calc/calc.el (defcalcmodevar): New macro. |
110 (desktop-lazy-complete): New command. | 117 (desktop-lazy-complete): New command. |
111 | 118 |
112 2005-01-06 Richard M. Stallman <rms@gnu.org> | 119 2005-01-06 Richard M. Stallman <rms@gnu.org> |
113 | 120 |
114 * emacs-lisp/find-func.el (find-face-definition): | 121 * emacs-lisp/find-func.el (find-face-definition): |
115 Renamed from find-face. | 122 Rename from find-face. |
116 | 123 |
117 2005-01-06 Kim F. Storm <storm@cua.dk> | 124 2005-01-06 Kim F. Storm <storm@cua.dk> |
118 | 125 |
119 * simple.el (completion-list-mode-map): Map follow-link to mouse-face. | 126 * simple.el (completion-list-mode-map): Map follow-link to mouse-face. |
120 | 127 |
126 * calc/calc-units.el: Make sure the proper macro definitions are | 133 * calc/calc-units.el: Make sure the proper macro definitions are |
127 available when compiling. | 134 available when compiling. |
128 | 135 |
129 2005-01-06 Juri Linkov <juri@jurta.org> | 136 2005-01-06 Juri Linkov <juri@jurta.org> |
130 | 137 |
131 * isearch.el (isearch-lazy-highlight-update): Rename | 138 * isearch.el (isearch-lazy-highlight-update): |
132 `isearch-lazy-highlight-interval' to `lazy-highlight-interval'. | 139 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'. |
133 | 140 |
134 2005-01-06 Miles Bader <miles@gnu.org> | 141 2005-01-06 Miles Bader <miles@gnu.org> |
135 | 142 |
136 * isearch.el (lazy-highlight): Renamed from `lazy-highlight-face'. | 143 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'. |
137 (isearch-lazy-highlight-face): Use new name. | 144 (isearch-lazy-highlight-face): Use new name. |
138 | 145 |
139 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca> | 146 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca> |
140 | 147 |
141 * uniquify.el (uniquify-rationalize-file-buffer-names): | 148 * uniquify.el (uniquify-rationalize-file-buffer-names): |