Mercurial > emacs
comparison lisp/ChangeLog @ 72999:c983ed5a8049
(mouse-on-link-p): Tentatively fix last change.
(mouse-drag-vertical-line): Remove unused var `wconfig'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 19 Sep 2006 16:33:30 +0000 |
parents | 37a6a866d6bf |
children | fea9765e7991 |
comparison
equal
deleted
inserted
replaced
72998:79ada95d4018 | 72999:c983ed5a8049 |
---|---|
1 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * mouse.el (mouse-on-link-p): Tentatively fix last change. | |
4 (mouse-drag-vertical-line): Remove unused var `wconfig'. | |
5 | |
1 2006-09-19 Kim F. Storm <storm@cua.dk> | 6 2006-09-19 Kim F. Storm <storm@cua.dk> |
2 | 7 |
3 * help.el (describe-key-briefly, describe-key): Simplify printing | 8 * help.el (describe-key-briefly, describe-key): Simplify printing |
4 of descriptions by using format and %S. Fix "is undefined" | 9 of descriptions by using format and %S. Fix "is undefined" |
5 messages to say "at that spot" for mouse events. | 10 messages to say "at that spot" for mouse events. |
20 * ediff.el: Use ediff-add-to-history instead of add-to-history. | 25 * ediff.el: Use ediff-add-to-history instead of add-to-history. |
21 | 26 |
22 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) | 27 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) |
23 | 28 |
24 * textmodes/conf-mode.el (conf-space-mode): Doc fix. | 29 * textmodes/conf-mode.el (conf-space-mode): Doc fix. |
25 Delete duplicate make-local-variable form. | 30 Delete duplicate make-local-variable form. |
26 (conf-space-keywords): Add autoload cookie. | 31 (conf-space-keywords): Add autoload cookie. |
27 Fix typo (`keywords', not `keyword'). | 32 Fix typo (`keywords', not `keyword'). |
28 | 33 |
29 2006-09-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 34 2006-09-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
30 | 35 |
31 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to | 36 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to |
32 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog | 37 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog |
87 * select.el (xselect-convert-to-string): If UTF8_STRING is requested | 92 * select.el (xselect-convert-to-string): If UTF8_STRING is requested |
88 and the data doesn't look like UTF8, send STRING instead. | 93 and the data doesn't look like UTF8, send STRING instead. |
89 | 94 |
90 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es> | 95 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es> |
91 | 96 |
92 * textmodes/flyspell.el (flyspell-check-region-doublons): New | 97 * textmodes/flyspell.el (flyspell-check-region-doublons): |
93 function to detect duplicated words. | 98 New function to detect duplicated words. |
94 (flyspell-large-region): Use it. | 99 (flyspell-large-region): Use it. |
95 | 100 |
96 2006-09-16 Chong Yidong <cyd@stupidchicken.com> | 101 2006-09-16 Chong Yidong <cyd@stupidchicken.com> |
97 | 102 |
98 * simple.el (line-move-to-column): Revert 2006-08-03 change. | 103 * simple.el (line-move-to-column): Revert 2006-08-03 change. |
104 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com> | 109 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com> |
105 | 110 |
106 * allout.el (allout-regexp, allout-line-boundary-regexp) | 111 * allout.el (allout-regexp, allout-line-boundary-regexp) |
107 (allout-bob-regexp): Correct grouping and boundaries to fix | 112 (allout-bob-regexp): Correct grouping and boundaries to fix |
108 backwards traversal. | 113 backwards traversal. |
109 (allout-depth-specific-regexp, allout-depth-one-regexp): New | 114 (allout-depth-specific-regexp, allout-depth-one-regexp): |
110 versions that exploit \\{M\\} regexp syntax, to avoid geometric or | 115 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or |
111 worse time in allout-ascend. | 116 worse time in allout-ascend. |
112 (allout-doublecheck-at-and-shallower): Identify depth threshold | 117 (allout-doublecheck-at-and-shallower): Identify depth threshold |
113 below which topics are checked for and disqualified by containment | 118 below which topics are checked for and disqualified by containment |
114 discontinuities. | 119 discontinuities. |
115 (allout-hotspot-key-handler): Correctly handle multiple-key | 120 (allout-hotspot-key-handler): Correctly handle multiple-key |
118 will be used. | 123 will be used. |
119 (set-allout-regexp): Correctly regexp-quote allout regexps to | 124 (set-allout-regexp): Correctly regexp-quote allout regexps to |
120 properly accept alternative header-leads and primary bullets with | 125 properly accept alternative header-leads and primary bullets with |
121 regexp-specific characters (eg, C "/*", mathematica "(*"). | 126 regexp-specific characters (eg, C "/*", mathematica "(*"). |
122 Include new regular expressions among those configured. | 127 Include new regular expressions among those configured. |
123 (allout-infer-header-lead-and-primary-bullet): Rename | 128 (allout-infer-header-lead-and-primary-bullet): |
124 allout-infer-header-lead. | 129 Rename allout-infer-header-lead. |
125 (allout-recent-depth): Manifest as a variable as well as a | 130 (allout-recent-depth): Manifest as a variable as well as a function. |
126 function. | |
127 (allout-prefix-data): Simplify into an inline instead of a macro, | 131 (allout-prefix-data): Simplify into an inline instead of a macro, |
128 assuming current match data rather than being explicitly passed | 132 assuming current match data rather than being explicitly passed |
129 it. Establish allout-recent-depth value as well as | 133 it. Establish allout-recent-depth value as well as |
130 allout-recent-prefix-beginning and allout-recent-prefix-end. | 134 allout-recent-prefix-beginning and allout-recent-prefix-end. |
131 (allout-aberrant-container-p): True when an item's immediate | 135 (allout-aberrant-container-p): True when an item's immediate |
132 offspring discontinuously contained. Useful for disqualifying | 136 offspring discontinuously contained. Useful for disqualifying |
133 unintended topic prefixes, likely at low depths. | 137 unintended topic prefixes, likely at low depths. |
134 (allout-goto-prefix-doublechecked): Elaborated version of | 138 (allout-goto-prefix-doublechecked): Elaborate version of |
135 allout-goto-prefix which disqualifies aberrant pseudo-items. | 139 allout-goto-prefix which disqualifies aberrant pseudo-items. |
136 (allout-pre-next-prefix): Layer on top of lower-level routines, to | 140 (allout-pre-next-prefix): Layer on top of lower-level routines, to |
137 get disqualification of aberrant containers. | 141 get disqualification of aberrant containers. |
138 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant | 142 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant |
139 containers. | 143 containers. |
140 (allout-beginning-of-current-entry): Position at start of buffer | 144 (allout-beginning-of-current-entry): Position at start of buffer |
141 when in container (depth 0) entry. | 145 when in container (depth 0) entry. |
142 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data. | 146 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data. |
143 (allout-current-bullet): Strip text properties. | 147 (allout-current-bullet): Strip text properties. |
144 (allout-get-prefix-bullet): Use right match groups. | 148 (allout-get-prefix-bullet): Use right match groups. |
145 (allout-beginning-of-line, allout-next-heading): Disqualify | 149 (allout-beginning-of-line, allout-next-heading): |
146 aberrant containers. | 150 Disqualify aberrant containers. |
147 (allout-previous-heading): Disqualify aberrant containers, and | 151 (allout-previous-heading): Disqualify aberrant containers, and |
148 change to regular (rather than inline) function, to allow | 152 change to regular (rather than inline) function, to allow |
149 self-recursion. | 153 self-recursion. |
150 (allout-get-invisibility-overlay): Increment so progress is made | 154 (allout-get-invisibility-overlay): Increment so progress is made |
151 when the first overlay is not the sought one. | 155 when the first overlay is not the sought one. |
185 rather than (differently) reimplmenting the algorithm. Remove some | 189 rather than (differently) reimplmenting the algorithm. Remove some |
186 unused variables. | 190 unused variables. |
187 (allout-solicit-alternate-bullet): Present default choice stripped | 191 (allout-solicit-alternate-bullet): Present default choice stripped |
188 of text properties. | 192 of text properties. |
189 (allout-rebullet-heading): Use bullet stripped of text properties. | 193 (allout-rebullet-heading): Use bullet stripped of text properties. |
190 Register changes using allout-exposure-change-hook. Disregard | 194 Register changes using allout-exposure-change-hook. |
191 aberrant topics. | 195 Disregard aberrant topics. |
192 (allout-shift-in): With universal-argument, make topic a peer of | 196 (allout-shift-in): With universal-argument, make topic a peer of |
193 it's former offspring. Simplify the code by separating out | 197 it's former offspring. Simplify the code by separating out |
194 allout-shift-out functionality. | 198 allout-shift-out functionality. |
195 (allout-shift-out): With universal-argument, make offspring peers | 199 (allout-shift-out): With universal-argument, make offspring peers |
196 of their former container, and its siblings. Implement the | 200 of their former container, and its siblings. Implement the |
294 | 298 |
295 * faces.el (mode-line-faces): Group mode-line instead of modeline. | 299 * faces.el (mode-line-faces): Group mode-line instead of modeline. |
296 | 300 |
297 * time.el (display-time): Group mode-line instead of modeline. | 301 * time.el (display-time): Group mode-line instead of modeline. |
298 | 302 |
299 * cus-edit.el (mode-line): Renamed from modeline. All uses changed. | 303 * cus-edit.el (mode-line): Rename from modeline. All uses changed. |
300 | 304 |
301 2006-09-14 Chong Yidong <cyd@stupidchicken.com> | 305 2006-09-14 Chong Yidong <cyd@stupidchicken.com> |
302 | 306 |
303 * startup.el (fancy-splash-text): Move editing instructions to | 307 * startup.el (fancy-splash-text): Move editing instructions to |
304 fancy-splash-head. | 308 fancy-splash-head. |