comparison lisp/ChangeLog @ 66151:934d10a9685c

(jit-lock-fontify-now): Move jit-lock-context-unfontify-pos.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 17 Oct 2005 15:15:31 +0000
parents 5a1bac1c915b
children 289807600b5d
comparison
equal deleted inserted replaced
66150:60cdee5814e9 66151:934d10a9685c
1 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * jit-lock.el (jit-lock-fontify-now):
4 Move jit-lock-context-unfontify-pos to avoid wasted work.
5
1 2005-10-17 Michael Albinus <michael.albinus@gmx.de> 6 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * net/tramp.el (tramp-completion-mode): New defvar. Used in 8 * net/tramp.el (tramp-completion-mode): New defvar. Used in
4 `tramp-completion-mode' for checking if we are in completion mode. 9 `tramp-completion-mode' for checking if we are in completion mode.
5 (tramp-completion-handle-file-name-all-completions): Reorder code 10 (tramp-completion-handle-file-name-all-completions): Reorder code
31 36
32 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca> 37 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
33 38
34 * savehist.el: Don't require CL at runtime. 39 * savehist.el: Don't require CL at runtime.
35 (savehist-xemacs): Remove. 40 (savehist-xemacs): Remove.
36 (savehist-coding-system): Use utf-8 if available, regardless of religion. 41 (savehist-coding-system): Use utf-8 if present, regardless of religion.
37 (savehist-no-conversion): Use (featurep 'xemacs). 42 (savehist-no-conversion): Use (featurep 'xemacs).
38 (savehist-load): Check existence of start-itimer rather than XEmacs. 43 (savehist-load): Check existence of start-itimer rather than XEmacs.
39 Use an idle timer. 44 Use an idle timer.
40 (savehist-process-for-saving): Replace use of CL funs `subseq' and 45 (savehist-process-for-saving): Replace use of CL funs `subseq' and
41 `delete-if-not'. 46 `delete-if-not'.
154 * toolbar/gud-s.*: Moved to etc/images/gud/s.*. 159 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
155 * toolbar/gud-until.*: Moved to etc/images/gud/until.*. 160 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
156 * toolbar/gud-up.*: Moved to etc/images/gud/up.*. 161 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
157 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*. 162 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
158 163
159 * progmodes/gud.el (gud-tool-bar-map): Renamed the images 164 * progmodes/gud.el (gud-tool-bar-map): Rename the images
160 appropriately (for example, gud-break to gud/break). 165 appropriately (for example, gud-break to gud/break).
161 166
162 2005-10-14 Chong Yidong <cyd@stupidchicken.com> 167 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
163 168
164 * longlines.el (longlinges-search-function) 169 * longlines.el (longlinges-search-function)
165 (longlines-search-forward, longlines-search-backward): New 170 (longlines-search-forward, longlines-search-backward): New functions.
166 functions.
167 (longlines-mode): Set isearch-search-fun-function to 171 (longlines-mode): Set isearch-search-fun-function to
168 longlinges-search-function. 172 longlinges-search-function.
169 173
170 * mouse.el (mouse-drag-region-1): Handle the case where a 174 * mouse.el (mouse-drag-region-1): Handle the case where a
171 double-click event is bound to an arbitrary function. 175 double-click event is bound to an arbitrary function.