Mercurial > emacs
comparison lisp/ChangeLog @ 69297:c379d6c262b1
(hide-sublevels): Provide better interactive default.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 06 Mar 2006 04:49:42 +0000 |
parents | 72ea16b87901 |
children | 9fea7c43a780 |
comparison
equal
deleted
inserted
replaced
69296:64b44b996827 | 69297:c379d6c262b1 |
---|---|
1 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * outline.el (hide-sublevels): Provide better interactive default. | |
4 | |
1 2006-03-06 Kenichi Handa <handa@m17n.org> | 5 2006-03-06 Kenichi Handa <handa@m17n.org> |
2 | 6 |
3 * international/fontset.el (create-fontset-from-fontset-spec): Fix | 7 * international/fontset.el (create-fontset-from-fontset-spec): |
4 regexp for paring FONTSET-SPEC (allow spaces after `:'). | 8 Fix regexp for paring FONTSET-SPEC (allow spaces after `:'). |
5 | 9 |
6 2006-03-05 Luc Teirlinck <teirllm@auburn.edu> | 10 2006-03-05 Luc Teirlinck <teirllm@auburn.edu> |
7 | 11 |
8 * progmodes/gud.el (gud-jdb-marker-filter): Double quote `[' in | 12 * progmodes/gud.el (gud-jdb-marker-filter): Double quote `[' in |
9 regexp for Lisp syntax. | 13 regexp for Lisp syntax. |
25 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative. | 29 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative. |
26 (t-mouse-mode): Remove period from end of error message. | 30 (t-mouse-mode): Remove period from end of error message. |
27 | 31 |
28 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es> | 32 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es> |
29 | 33 |
30 * textmodes/flyspell.el (flyspell-process-localwords): Be | 34 * textmodes/flyspell.el (flyspell-process-localwords): |
31 case-sensitive. | 35 Be case-sensitive. |
32 | 36 |
33 2006-03-03 Martin Rudalics <rudalics@gmx.at> | 37 2006-03-03 Martin Rudalics <rudalics@gmx.at> |
34 | 38 |
35 * cus-edit.el (custom-quote): Remove function, since it has been | 39 * cus-edit.el (custom-quote): Remove function, since it has been |
36 moved to custom.el. | 40 moved to custom.el. |
39 * emacs-lisp/rx.el (rx-check-any, rx-check-not) | 43 * emacs-lisp/rx.el (rx-check-any, rx-check-not) |
40 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when | 44 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when |
41 they have no special meaning. | 45 they have no special meaning. |
42 | 46 |
43 * midnight.el (clean-buffer-list): Handle case where base-buffer of | 47 * midnight.el (clean-buffer-list): Handle case where base-buffer of |
44 indirect buffer gets killed before indirect buffer. Use dolist. | 48 indirect buffer gets killed before indirect buffer. Use dolist. |
45 | 49 |
46 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com> | 50 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com> |
47 | 51 |
48 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds' | 52 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds' |
49 value instead of a literal constant (1) on more pauses. | 53 value instead of a literal constant (1) on more pauses. |
50 | 54 |
51 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) | 55 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) |
52 | 56 |
53 * textmodes/flyspell.el (flyspell-external-point-words): Be | 57 * textmodes/flyspell.el (flyspell-external-point-words): |
54 case-sensitive. | 58 Be case-sensitive. |
55 | 59 |
56 2006-03-03 Ryan Yeske <rcyeske@gmail.com> | 60 2006-03-03 Ryan Yeske <rcyeske@gmail.com> |
57 | 61 |
58 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts | 62 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts |
59 with "www". | 63 with "www". |
73 2006-03-02 Nick Roberts <nickrob@snap.net.nz> | 77 2006-03-02 Nick Roberts <nickrob@snap.net.nz> |
74 | 78 |
75 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines | 79 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines |
76 is nil. | 80 is nil. |
77 | 81 |
78 * progmodes/gud.el (gud-speedbar-menu-items): Use | 82 * progmodes/gud.el (gud-speedbar-menu-items): |
79 buffer-local-value and add missing :visible keyword. | 83 Use buffer-local-value and add missing :visible keyword. |
80 | 84 |
81 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh. | 85 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh. |
82 | 86 |
83 2006-03-01 Carsten Dominik <dominik@science.uva.nl> | 87 2006-03-01 Carsten Dominik <dominik@science.uva.nl> |
84 | 88 |
91 formatting: No nested anchors. | 95 formatting: No nested anchors. |
92 (org-all-targets): Fix bug with XEmacs compatibility. | 96 (org-all-targets): Fix bug with XEmacs compatibility. |
93 (org-read-date): Add (require 'parse-time). | 97 (org-read-date): Add (require 'parse-time). |
94 (org-set-tags): Fix bug with extra inserted space. | 98 (org-set-tags): Fix bug with extra inserted space. |
95 (org-export-html-style): Define a style class for targets. | 99 (org-export-html-style): Define a style class for targets. |
96 (org-agenda-keymap, org-mouse-map): Add a binding for | 100 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'. |
97 `follow-link'. | |
98 (org-hide-leading-stars): New option. | 101 (org-hide-leading-stars): New option. |
99 (org-hide): New face. | 102 (org-hide): New face. |
100 (org-set-font-lock-defaults): Allow to hide leading stars. | 103 (org-set-font-lock-defaults): Allow to hide leading stars. |
101 (org-get-legal-level, org-tr-level): New functions. | 104 (org-get-legal-level, org-tr-level): New functions. |
102 (org-odd-levels-only): New option. | 105 (org-odd-levels-only): New option. |
112 and window-point. | 115 and window-point. |
113 (speedbar-update-special-contents): Don't move back to start of window. | 116 (speedbar-update-special-contents): Don't move back to start of window. |
114 | 117 |
115 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from | 118 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from |
116 gdb-speedbar-timer-fn. Use speedbar-refresh instead of | 119 gdb-speedbar-timer-fn. Use speedbar-refresh instead of |
117 speedbar-timer-fn | 120 speedbar-timer-fn. |
118 (gdb-var-update-handler, gdb-var-update-handler-1): Use it. | 121 (gdb-var-update-handler, gdb-var-update-handler-1): Use it. |
119 (gdb-speedbar-expand-node): Use speedbar-delete-subblock | 122 (gdb-speedbar-expand-node): Use speedbar-delete-subblock |
120 instead of gdb-speedbar-timer-fn. | 123 instead of gdb-speedbar-timer-fn. |
121 | 124 |
122 2006-02-28 Jay Belanger <belanger@truman.edu> | 125 2006-02-28 Jay Belanger <belanger@truman.edu> |
199 * files.el (load-library): | 202 * files.el (load-library): |
200 * loadhist.el (file-loadhist-lookup): | 203 * loadhist.el (file-loadhist-lookup): |
201 * startup.el (command-line): | 204 * startup.el (command-line): |
202 * subr.el (locate-library): | 205 * subr.el (locate-library): |
203 * emacs-lisp/autoload.el (update-directory-autoloads): | 206 * emacs-lisp/autoload.el (update-directory-autoloads): |
204 * emacs-lisp/find-func.el (find-library-suffixes): Use | 207 * emacs-lisp/find-func.el (find-library-suffixes): |
205 `get-load-suffixes' instead of `load-suffixes'. | 208 Use `get-load-suffixes' instead of `load-suffixes'. |
206 | 209 |
207 * subr.el (locate-library): | 210 * subr.el (locate-library): |
208 * emacs-lisp/find-func.el (find-library-name): Use | 211 * emacs-lisp/find-func.el (find-library-name): |
209 `load-file-rep-suffixes' instead of '(""). | 212 Use `load-file-rep-suffixes' instead of '(""). |
210 | 213 |
211 2006-02-26 Kim F. Storm <storm@cua.dk> | 214 2006-02-26 Kim F. Storm <storm@cua.dk> |
212 | 215 |
213 * ido.el (ido-save-history, ido-load-history): Simplify. Don't | 216 * ido.el (ido-save-history, ido-load-history): Simplify. |
214 use find-file-noselect to avoid interference from other modes. | 217 Don't use find-file-noselect to avoid interference from other modes. |
215 | 218 |
216 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org> | 219 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org> |
217 | 220 |
218 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange | 221 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange |
219 to use the default shell if filename is not available. | 222 to use the default shell if filename is not available. |
228 | 231 |
229 * CC Mode Update to 5.31.3. | 232 * CC Mode Update to 5.31.3. |
230 | 233 |
231 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> | 234 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> |
232 | 235 |
233 * progmodes/cc-mode.el (c-postprocess-file-styles): Bind | 236 * progmodes/cc-mode.el (c-postprocess-file-styles): |
234 inhibit-read-only to t, around the call to | 237 Bind inhibit-read-only to t, around the call to |
235 c-remove-any-local-eval-or-mode-variables, so that it works on a | 238 c-remove-any-local-eval-or-mode-variables, so that it works on a |
236 RO file. | 239 RO file. |
237 | 240 |
238 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> | 241 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> |
239 | 242 |
270 | 273 |
271 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> | 274 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> |
272 | 275 |
273 * progmodes/cc-mode.el: | 276 * progmodes/cc-mode.el: |
274 [Supersedes patch to cc-engine.el V 1.45] | 277 [Supersedes patch to cc-engine.el V 1.45] |
275 (c-after-change): Protect the match data with save-match-data. It | 278 (c-after-change): Protect the match data with save-match-data. |
276 was getting corrupted by c-after-change-check-<>-operators. | 279 It was getting corrupted by c-after-change-check-<>-operators. |
277 | 280 |
278 * cc-defs.el: [Supersedes patch V1.38]: | 281 * cc-defs.el: [Supersedes patch V1.38]: |
279 (top level): Check for a buggy font-lock-compile-keywords ONLY in | 282 (top level): Check for a buggy font-lock-compile-keywords ONLY in |
280 XEmacs. GNU Emacs 22 now has a check which would throw an error | 283 XEmacs. GNU Emacs 22 now has a check which would throw an error here. |
281 here. | |
282 | 284 |
283 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data | 285 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data |
284 with save-match-data. It was being corrupted when Font Lock was | 286 with save-match-data. It was being corrupted when Font Lock was |
285 not enabled. | 287 not enabled. |
286 | 288 |
292 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish | 294 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish |
293 real labels ("case 1:" or "foo:") from non-labels ("public:"). | 295 real labels ("case 1:" or "foo:") from non-labels ("public:"). |
294 (c-forward-objc-directive): Replace c-forward-token-2 with crude | 296 (c-forward-objc-directive): Replace c-forward-token-2 with crude |
295 coding; c-f-t-2 doesn't move over a token at EOB. | 297 coding; c-f-t-2 doesn't move over a token at EOB. |
296 | 298 |
297 * progmodes/cc-defs.el (c-version): Update version number to | 299 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2. |
298 5.31.2 | |
299 | 300 |
300 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el | 301 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el |
301 (c-update-modeline): Concatenate the minor mode indicators | 302 (c-update-modeline): Concatenate the minor mode indicators |
302 directly onto mode-name, removing c-submode-indicators. | 303 directly onto mode-name, removing c-submode-indicators. |
303 Sometimes, c-s-i got separated from the mode name on the mode | 304 Sometimes, c-s-i got separated from the mode name on the mode line. |
304 line. | |
305 | 305 |
306 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma) | 306 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma) |
307 (c-electric-colon): Correct doc-strings: "/ln" -> "/la". | 307 (c-electric-colon): Correct doc-strings: "/ln" -> "/la". |
308 | 308 |
309 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org> | 309 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org> |