comparison lisp/ChangeLog @ 90299:9e490faa9f6b

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-17 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 85-96) - Update from CVS - Merge from erc--emacs--0 - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 30-36) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 17 Feb 2006 09:10:23 +0000
parents d57ee9eab157 2eed293b58ff
children d1c5430c5bff
comparison
equal deleted inserted replaced
90298:15363e44d751 90299:9e490faa9f6b
1 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2
3 * speedbar.el (speedbar-frame-width): Make an inline function
4 instead of a macro. Use frame-width.
5 (speedbar-try-completion, speedbar-update-contents)
6 (speedbar-timer-fn): Use consp.
7 (speedbar-update-localized-contents): Try to preserve point.
8
9 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
10 (menu): Re-order menu items.
11 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12 field.
13 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14 (gdb-post-prompt): Speed things by not forcing update.
15
16 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
17
18 * wid-edit.el (widget-button-click): For mouse-1, cancel button
19 press and perform default action if we get a mouse movement event.
20
21 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
22
23 * calendar/icalendar.el (icalendar--get-event-property)
24 (icalendar--get-event-property-attributes): Fix typos in
25 docstrings.
26
27 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
28 docstring.
29
30 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
31
32 * bs.el (bs-mode): Use `buffer-disable-undo'.
33 (bs--get-file-name): Simplify.
34 (bs-show-in-buffer): Mark the buffer as not modified.
35
36 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
37
38 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
39 widget-button-click.
40
41 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
42 (custom-mode): Update docstring.
43
44 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
45 binding.
46
47 * files.el (hack-local-variables-confirm): Allow scrolling if the
48 file variable list is too long. Kill temp buffer after use.
49
50 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
51
52 * progmodes/gud.el (gdb): Improve doc string.
53 (gdb-script-font-lock-keywords): Expand allowed character set.
54
55 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
56 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
57 (gdb-separate-io-interrupt, gdb-separate-io-quit)
58 (gdb-separate-io-stop, gdb-separate-io-eof):
59 Rename from gdb-inferior-* to gdb-separate-*.
60 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
61
62 2006-02-14 Jay Belanger <belanger@truman.edu>
63
64 * calc/calc-arith.el (math-check-known-scalarp): Make sure
65 expression is a symbol before checking that it is bound.
66
67 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
68 test to see if equation can be solved.
69
70 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
71
72 * wid-edit.el (widget-button-click): Use :pressed-face property
73 for overlay face, if it exists.
74
75 * cus-edit.el (custom-manual, custom-add-see-also)
76 (custom-add-parent-links, custom-group-link): Add :pressed-face
77 property to links.
78
79 * files.el (hack-local-variables): Remove ignored variables before
80 checking if any variables need setting.
81
82 2006-02-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
83
84 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
85
86 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
87
88 * help.el (where-is): Fix message for remapped commands.
89
90 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
91 Fix typos in docstrings.
92
1 2006-02-13 Chong Yidong <cyd@stupidchicken.com> 93 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2 94
3 * files.el (safe-local-variable-values): New option. 95 * files.el (safe-local-variable-values): New option.
4 (hack-local-variables-prop-line): Return a list of variable-value 96 (hack-local-variables-prop-line): Return a list of variable-value
5 pairs if MODE-ONLY is non-nil. 97 pairs if MODE-ONLY is non-nil.
15 (safe-local-variable-p): New function. 107 (safe-local-variable-p): New function.
16 (risky-local-variable-p): `safe-local-variable' property check 108 (risky-local-variable-p): `safe-local-variable' property check
17 moved to safe-local-variable-p. 109 moved to safe-local-variable-p.
18 (hack-one-local-variable): Checks moved to hack-local-variables. 110 (hack-one-local-variable): Checks moved to hack-local-variables.
19 111
20 (byte-compile-dynamic, c-basic-offset, c-file-style, 112 (byte-compile-dynamic, c-basic-offset, c-file-style)
21 c-indent-level, comment-column, fill-column, fill-prefix, 113 (c-indent-level, comment-column, fill-column, fill-prefix)
22 indent-tabs-mode, kept-new-versions, no-byte-compile, 114 (indent-tabs-mode, kept-new-versions, no-byte-compile)
23 no-update-autoloads, outline-regexp, page-delimiter, 115 (no-update-autoloads, outline-regexp, page-delimiter)
24 paragraph-start, paragraph-separate, sentence-end, 116 (paragraph-start, paragraph-separate, sentence-end)
25 sentence-end-double-space tab-width, version-control): Add 117 (sentence-end-double-space tab-width, version-control):
26 `safe-local-variable' property. 118 Add `safe-local-variable' property.
27 119
28 * find-lisp.el: Delete nonexistent `autocompile' file variable. 120 * find-lisp.el: Delete nonexistent `autocompile' file variable.
29 121
30 * icomplete.el, play/landmark.el: Change nonexistent 122 * icomplete.el, play/landmark.el: Change nonexistent
31 `outline-layout' file variable to `allout-layout'. 123 `outline-layout' file variable to `allout-layout'.
47 (gdb-var-list-children-1, gdb-info-breakpoints-custom) 139 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
48 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi. 140 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
49 141
50 2006-02-13 Jay Belanger <belanger@truman.edu> 142 2006-02-13 Jay Belanger <belanger@truman.edu>
51 143
52 * calc/calc-arith.el: (math-check-known-matrixp): Make sure 144 * calc/calc-arith.el (math-check-known-matrixp): Make sure
53 expression is a symbol before checking that it is bound. 145 expression is a symbol before checking that it is bound.
54 146
55 2006-02-13 Richard M. Stallman <rms@gnu.org> 147 2006-02-13 Richard M. Stallman <rms@gnu.org>
56 148
57 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom 149 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
59 151
60 * help.el (describe-key-briefly, describe-key): Do all arg-reading 152 * help.el (describe-key-briefly, describe-key): Do all arg-reading
61 inside `interactive' spec. 153 inside `interactive' spec.
62 (describe-key-briefly-internal, describe-key-internal): 154 (describe-key-briefly-internal, describe-key-internal):
63 Functions merged back into their callers. 155 Functions merged back into their callers.
64 156
65 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change) 157 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
66 158
67 * info.el (info-xref-visited): Inherit from info-xref too. 159 * info.el (info-xref-visited): Inherit from info-xref too.
68 (Info-set-mode-line): Replace occurrences of `%' by `%%' 160 (Info-set-mode-line): Replace occurrences of `%' by `%%'
69 when propertizing Info-current-file and Info-current-node. 161 when propertizing Info-current-file and Info-current-node.
177 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1. 269 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
178 270
179 2006-02-11 Martin Rudalics <rudalics@gmx.at> 271 2006-02-11 Martin Rudalics <rudalics@gmx.at>
180 272
181 * files.el (revert-buffer, recover-file): Replace buffer-read-only 273 * files.el (revert-buffer, recover-file): Replace buffer-read-only
182 with inhibit-read-only. Suggested by Stefan Monnier. 274 with inhibit-read-only. Suggested by Stefan Monnier.
183 (revert-buffer): Let insert-file-contents discard 275 (revert-buffer): Let insert-file-contents discard
184 buffer-undo-list. Simplify code. 276 buffer-undo-list. Simplify code.
185 (find-file, find-file-existing, revert-buffer): Doc-string fixes. 277 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
186 278
187 2006-02-11 Eli Zaretskii <eliz@gnu.org> 279 2006-02-11 Eli Zaretskii <eliz@gnu.org>