Mercurial > emacs
comparison lisp/ChangeLog @ 68995:bb117d25ee4c
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 18 Feb 2006 23:34:18 +0000 |
parents | f648ed5b429a |
children | 6169b51037af |
comparison
equal
deleted
inserted
replaced
68994:9dadad58610c | 68995:bb117d25ee4c |
---|---|
1 2006-02-19 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by | |
4 the opening bracket of the following bracketing pairs: {}, [], (), <>, | |
5 `' (for example, in the docstring of `windmove-default-keybindings'). | |
6 | |
1 2006-02-19 Nick Roberts <nickrob@snap.net.nz> | 7 2006-02-19 Nick Roberts <nickrob@snap.net.nz> |
2 | 8 |
3 * progmodes/gud.el (gud-speedbar-buttons): Update properly for | 9 * progmodes/gud.el (gud-speedbar-buttons): Update properly for |
4 shadow face. Don't provide binding to edit variable when it is | 10 shadow face. Don't provide binding to edit variable when it is |
5 out of scope. | 11 out of scope. |
6 | 12 |
7 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler) | 13 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler) |
8 (gdb-var-update-handler): Detect out of scope variables with pre | 14 (gdb-var-update-handler): Detect out of scope variables with pre |
9 GDB 6.4 too. | 15 GDB 6.4 too. |
10 (gdb-post-prompt): Revert changet 2006-02-17 (force update). | 16 (gdb-post-prompt): Revert changet 2006-02-17 (force update). |
11 Reset status of variable objexts to nil in update handlers. | 17 Reset status of variable objects to nil in update handlers. |
12 (gdb-var-update-handler-1): Detect when a variable object comes | 18 (gdb-var-update-handler-1): Detect when a variable object comes |
13 in scope. setcar on var changes gdb-var-list directly. | 19 in scope. setcar on var changes gdb-var-list directly. |
14 | 20 |
15 2006-02-17 Juri Linkov <juri@jurta.org> | 21 2006-02-17 Juri Linkov <juri@jurta.org> |
16 | 22 |
185 functions to handle extraordinary actions affecting concealed | 191 functions to handle extraordinary actions affecting concealed |
186 text. | 192 text. |
187 | 193 |
188 (allout-flag-region): Use overlays instead of selective-display | 194 (allout-flag-region): Use overlays instead of selective-display |
189 for invisible text - by inheritence from the properties of | 195 for invisible text - by inheritence from the properties of |
190 allout-overlay-category in mainline emacs, and applied | 196 allout-overlay-category in mainline Emacs, and applied |
191 property-by-property in xemacs, some recent versions of which | 197 property-by-property in XEmacs, some recent versions of which |
192 don't inherit the properties from the category. Provisions to | 198 don't inherit the properties from the category. Provisions to |
193 respond to concealed-text edits simplified drastically. | 199 respond to concealed-text edits simplified drastically. |
194 | 200 |
195 (allout-isearch-rectification, allout-isearch-was-font-lock) | 201 (allout-isearch-rectification, allout-isearch-was-font-lock) |
196 (allout-isearch-expose, allout-enwrap-isearch) | 202 (allout-isearch-expose, allout-enwrap-isearch) |
216 | 222 |
217 * textmodes/ispell.el (ispell-change-dictionary): Call | 223 * textmodes/ispell.el (ispell-change-dictionary): Call |
218 ispell-buffer-local-dict instead of | 224 ispell-buffer-local-dict instead of |
219 ispell-accept-buffer-local-defs. | 225 ispell-accept-buffer-local-defs. |
220 (ispell-local-dictionary-alist): Accept as valid any coding-system | 226 (ispell-local-dictionary-alist): Accept as valid any coding-system |
221 supported by emacs. | 227 supported by Emacs. |
222 (ispell-dictionary-alist-3): Esperanto dictionary's coding system | 228 (ispell-dictionary-alist-3): Esperanto dictionary's coding system |
223 changed to iso-8859-3. | 229 changed to iso-8859-3. |
224 | 230 |
225 2006-02-17 Nick Roberts <nickrob@snap.net.nz> | 231 2006-02-17 Nick Roberts <nickrob@snap.net.nz> |
226 | 232 |
227 * speedbar.el (speedbar-frame-width): Make an inline function | 233 * speedbar.el (speedbar-frame-width): Make an inline function |
228 instead of a macro. Use frame-width. | 234 instead of a macro. Use frame-width. |
229 (speedbar-try-completion, speedbar-update-contents) | 235 (speedbar-try-completion, speedbar-update-contents) |
230 (speedbar-timer-fn): Use consp. | 236 (speedbar-timer-fn): Use consp. |
231 (speedbar-update-localized-contents): Try to preserve point. | 237 (speedbar-update-localized-contents): Try to preserve point. |
232 | 238 |
233 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings. | 239 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings. |
234 (menu): Re-order menu items. | 240 (menu): Re-order menu items. |