aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-06-23 19:07:39 +0000
committerStefan Monnier2002-06-23 19:07:39 +0000
commitb1b2d5152339f1ec1aa5a6178c450c0d56bfbe2e (patch)
tree870752e6e0f1abfa7eb81e6b47a07f8f716c79d8
parentd595e95d3ef0c1edcfed282a48d5752c74245aa4 (diff)
downloademacs-b1b2d5152339f1ec1aa5a6178c450c0d56bfbe2e.tar.gz
emacs-b1b2d5152339f1ec1aa5a6178c450c0d56bfbe2e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog65
1 files changed, 45 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bbcca326542..b8065eca8f1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -11,7 +11,7 @@
112002-06-21 Kim F. Storm <storm@filanet.dk> 112002-06-21 Kim F. Storm <storm@filanet.dk>
12 12
13 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes 13 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
14 work again. Corrected error in check for C-u initiated prefix. 14 work again. Corrected error in check for C-u initiated prefix.
15 15
16 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space. 16 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
17 17
@@ -31,7 +31,7 @@
31 * edmacro.el (edmacro-fix-menu-commands): 31 * edmacro.el (edmacro-fix-menu-commands):
32 Discard `help-echo' events. Handle (menu-bar) events. 32 Discard `help-echo' events. Handle (menu-bar) events.
33 Simplify by converting key sequence to a list and then back to vector. 33 Simplify by converting key sequence to a list and then back to vector.
34 34
352002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org> 352002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
36 36
37 * mwheel.el: Allow arbitrary keys for scrolling, add a third 37 * mwheel.el: Allow arbitrary keys for scrolling, add a third
@@ -50,6 +50,10 @@
50 (find-file-read-only, find-file-read-only-other-window) 50 (find-file-read-only, find-file-read-only-other-window)
51 (find-file-read-only-other-frame): Use it and fix prompts. 51 (find-file-read-only-other-frame): Use it and fix prompts.
52 52
532002-06-21 Stefan Monnier <monnier@cs.yale.edu>
54
55 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
56
532002-06-20 Emmanuel Briot <briot@act-europe.fr> 572002-06-20 Emmanuel Briot <briot@act-europe.fr>
54 58
55 * progmodes/ada-mode.el: Update copyright notice. 59 * progmodes/ada-mode.el: Update copyright notice.
@@ -121,6 +125,24 @@
121 * progmodes/f90.el (f90-type-def-re): Fix value. 125 * progmodes/f90.el (f90-type-def-re): Fix value.
122 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value. 126 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
123 127
1282002-06-18 Stefan Monnier <monnier@cs.yale.edu>
129
130 * international/quail.el (quail-help): Don't assume the buffer
131 is displayed in the same frame.
132
133 * emacs-lisp/debug.el (cancel-debug-on-entry):
134 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
135
136 * pcvs.el (cvs-vc-command-advice): Handle the case where args
137 are passed to `cvs' before the command name.
138 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
139
140 * pcvs-info.el (cvs-add-face): Minor rewrite.
141 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
142
143 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
144 regexp when they don't match comment-foo any more.
145
1242002-06-18 Juanma Barranquero <lektu@terra.es> 1462002-06-18 Juanma Barranquero <lektu@terra.es>
125 147
126 * filesets.el (filesets-update-pre010505): Fix typo. 148 * filesets.el (filesets-update-pre010505): Fix typo.
@@ -197,8 +219,8 @@
197 219
1982002-06-14 Juanma Barranquero <lektu@terra.es> 2202002-06-14 Juanma Barranquero <lektu@terra.es>
199 221
200 * comint.el (comint-snapshot-last-prompt): Bind 222 * comint.el (comint-snapshot-last-prompt):
201 `inhibit-read-only' to t to support read-only prompts. 223 Bind `inhibit-read-only' to t to support read-only prompts.
202 (comint-output-filter): Likewise. 224 (comint-output-filter): Likewise.
203 225
2042002-06-14 Miles Bader <miles@gnu.org> 2262002-06-14 Miles Bader <miles@gnu.org>
@@ -230,8 +252,8 @@
230 252
2312002-06-12 Karl Fogel <kfogel@red-bean.com> 2532002-06-12 Karl Fogel <kfogel@red-bean.com>
232 254
233 * bookmark.el (bookmark-file-or-variation-thereof): Restore 255 * bookmark.el (bookmark-file-or-variation-thereof):
234 vc-backend check, thanks to Robert Thorpe for noticing. 256 Restore vc-backend check, thanks to Robert Thorpe for noticing.
235 257
2362002-06-12 Eli Zaretskii <eliz@is.elta.co.il> 2582002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
237 259
@@ -242,6 +264,11 @@
242 * term/w32-win.el (x-handle-switch): Fix handling of 264 * term/w32-win.el (x-handle-switch): Fix handling of
243 x-invocation-args for switches with arguments. 265 x-invocation-args for switches with arguments.
244 266
2672002-06-12 Stefan Monnier <monnier@cs.yale.edu>
268
269 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
270 without first making sure it's bound.
271
2452002-06-12 Richard M. Stallman <rms@gnu.org> 2722002-06-12 Richard M. Stallman <rms@gnu.org>
246 273
247 * info.el (Info-fontify-node): Compute header line specially 274 * info.el (Info-fontify-node): Compute header line specially
@@ -280,8 +307,8 @@
280 307
2812002-06-12 Colin Walters <walters@debian.org> 3082002-06-12 Colin Walters <walters@debian.org>
282 309
283 * font-core.el (font-lock-core-only): Variable deleted. All uses 310 * font-core.el (font-lock-core-only): Variable deleted.
284 removed. 311 All uses removed.
285 (font-lock-set-defaults): Variable alist settings moved back into 312 (font-lock-set-defaults): Variable alist settings moved back into
286 font-lock-set-defaults-1. 313 font-lock-set-defaults-1.
287 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it 314 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
@@ -297,8 +324,8 @@
297 324
298 * replace.el (occur-mode): Don't set `font-lock-defaults'. 325 * replace.el (occur-mode): Don't set `font-lock-defaults'.
299 326
300 * help-mode.el (help-highlight-p, help-highlight-face): Variable 327 * help-mode.el (help-highlight-p, help-highlight-face):
301 was unused; deleted. 328 Variable was unused; delete.
302 (help-make-xrefs): Doc fix. 329 (help-make-xrefs): Doc fix.
303 330
3042002-06-11 Richard M. Stallman <rms@gnu.org> 3312002-06-11 Richard M. Stallman <rms@gnu.org>
@@ -348,8 +375,7 @@
348 * comint.el (comint-send-input, comint-output-filter): Use the 375 * comint.el (comint-send-input, comint-output-filter): Use the
349 `font-lock-face' property instead of `face'. Don't check the 376 `font-lock-face' property instead of `face'. Don't check the
350 highlight-enabling variables anymore. 377 highlight-enabling variables anymore.
351 (comint-highlight-input, comint-highlight-prompt): Variables 378 (comint-highlight-input, comint-highlight-prompt): Variables removed.
352 removed.
353 379
354 * faces.el (display-supports-face-attributes-p): New function. 380 * faces.el (display-supports-face-attributes-p): New function.
355 (face-spec-set-match-display): Support `supports' predicate. 381 (face-spec-set-match-display): Support `supports' predicate.
@@ -371,28 +397,27 @@
371 397
3722002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org> 3982002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
373 399
374 * progmodes/cc-style.el (c-set-style, c-set-style-1): Added 400 * progmodes/cc-style.el (c-set-style, c-set-style-1):
375 another state for the `dont-override' flag where it only keeps 401 Add another state for the `dont-override' flag where it only keeps
376 globally set variables. 402 globally set variables.
377 403
3782002-06-08 Colin Walters <walters@gnu.org> 4042002-06-08 Colin Walters <walters@gnu.org>
379 405
380 * descr-text.el (describe-text-properties): Sort the output by the 406 * descr-text.el (describe-text-properties): Sort the output by the
381 size of the values. Put `font-lock-face' property on property 407 size of the values. Put `font-lock-face' property on property names.
382 names.
383 (toplevel): Provide `descr-text'. 408 (toplevel): Provide `descr-text'.
384 409
385 * international/mule-diag.el (describe-char-after): When there are 410 * international/mule-diag.el (describe-char-after): When there are
386 text properties, require `descr-text', and just call 411 text properties, require `descr-text', and just call
387 `describe-text-properties'. 412 `describe-text-properties'.
388 413
389 * international/mule.el (sgml-html-meta-auto-coding-function): New 414 * international/mule.el (sgml-html-meta-auto-coding-function):
390 function. 415 New function.
391 (auto-coding-from-file-contents): Delete; merge functionality into 416 (auto-coding-from-file-contents): Delete; merge functionality into
392 `set-auto-coding'. 417 `set-auto-coding'.
393 (set-auto-coding): Move tests from `auto-coding-functions' so that 418 (set-auto-coding): Move tests from `auto-coding-functions' so that
394 they have a lower priority than coding: tags. Put 419 they have a lower priority than coding: tags.
395 `auto-coding-regexp-alist' tests before coding: tag tests. 420 Put `auto-coding-regexp-alist' tests before coding: tag tests.
396 (sgml-xml-auto-coding-function): Simply `intern' the match, and 421 (sgml-xml-auto-coding-function): Simply `intern' the match, and
397 test if it's a valid coding system. 422 test if it's a valid coding system.
398 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'. 423 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.