comparison lisp/ChangeLog @ 83150:cf8f0a3b5cb4

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-376 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377 (Fdisplay_supports_face_attributes_p): Work around bootstrapping problem * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-378 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-379 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-380 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381 Face merging cleanups git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-190
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 07 Jun 2004 08:00:27 +0000
parents fe5ecb72e304 e090d01739be
children 2c7da91ab69b
comparison
equal deleted inserted replaced
83149:f004099bad61 83150:cf8f0a3b5cb4
1 2004-06-06 Juanma Barranquero <lektu@terra.es>
2
3 * help-fns.el (help-argument-name): Inherit from italic face only
4 if the frame supports it.
5
6 2004-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
7
8 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm,
9 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
10 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
11 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
12 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15 New conversions from xpm files.
16
17 * toolbar/README: New file.
18
19 2004-06-06 Richard M. Stallman <rms@gnu.org>
20
21 * isearch.el (isearch-mode-map): Undo previous change.
22
23 2004-06-05 Juri Linkov <juri@jurta.org>
24
25 * bindings.el (debug-ignored-errors): Add regexps for history
26 related messages. Remove $ from "No further undo information".
27 Move Ediff's messages to ediff.el.
28
29 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
30
31 * cus-edit.el (custom-display): Add `min-colors'.
32
33 * custom.el (defface): Add `supports' to docstring.
34
35 * help-fns.el (help-argument-name): Add :group 'help.
36
37 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
38
39 * find-dired.el (find-ls-subdir-switches): New user option.
40 (find-dired): No longer call `abbreviate-file-name' on DIR.
41 Set `dired-subdir-switches' buffer-locally.
42
43 * locate.el: Merge the two `Commentary' sections.
44 (locate-ls-subdir-switches): New user option.
45 (locate): Update for other changes.
46 (locate-mode-map): Restore Dired binding for mouse-2.
47 Bind `locate-mouse-view-file' to M-mouse-2.
48 Bind `l' to `locate-do-redisplay'.
49 (locate-main-listing-line-p, locate-do-redisplay): New functions.
50 (locate-mouse-view-file, locate-tags, locate-find-directory):
51 Print message if used outside main listing.
52 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
53 Various changes to support inserted subdirectories.
54 (locate-insert-header): Change header of *Locate* buffer.
55
56 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
57 Change interactive default switches.
58 (dired-rename-subdir-2): Update `dired-switches-alist'.
59 (dired-insert-subdir, dired-kill-subdir):
60 Handle `dired-switches-alist'. Do not mark buffer modified.
61 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
62 (dired-insert-subdir-doinsert): Omit messages.
63 Handle `dired-subdir-switches'.
64 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
65
66 * dired.el (dired-subdir-switches, dired-switches-alist):
67 New vars.
68 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
69 subdirs if -R switch is used for a subdir.
70 (dired-mode): Set `dired-switches-alist'.
71 (dired-build-subdir-alist): Only print number of directories in
72 echo area when invoked interactively.
73
74 2004-06-05 Lars Hansen <larsh@math.ku.dk>
75
76 * dired-x.el (dired-omit-mode): Rename from
77 dired-omit-files-p. Use define-minor-mode to define it.
78 (dired-omit-files-p): Add as alias for dired-omit-mode.
79 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
80 dired-mark-omitted.
81 (dired-mark-omitted): Add. Bind to M-O.
82
83 2004-06-05 Kenichi Handa <handa@m17n.org>
84
85 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
86
1 2004-06-05 Juanma Barranquero <lektu@terra.es> 87 2004-06-05 Juanma Barranquero <lektu@terra.es>
2 88
3 * help-fns.el (help-argument-name): Reintroduce face. 89 * help-fns.el (help-argument-name): Reintroduce face.
4 (help-default-arg-highlight): Use it, now that 90 (help-default-arg-highlight): Use it, now that
5 `face-differs-from-default-p' can be trusted. 91 `face-differs-from-default-p' can be trusted.
658 * progmodes/compile.el (compilation-warning-face) 744 * progmodes/compile.el (compilation-warning-face)
659 (compilation-info-face): Use min-colors. 745 (compilation-info-face): Use min-colors.
660 746
661 2004-05-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 747 2004-05-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
662 748
663 * toolbar/close.pbm, toolbar/close.xpm 749 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
664 * toolbar/copy.pbm, toolbar/copy.xpm 750 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
665 * toolbar/cut.pbm, toolbar/cut.xpm 751 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
666 * toolbar/help.pbm, toolbar/help.xpm 752 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
667 * toolbar/home.pbm, toolbar/home.xpm 753 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
668 * toolbar/index.pbm, toolbar/index.xpm 754 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
669 * toolbar/jump_to.pbm, toolbar/jump_to.xpm 755 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
670 * toolbar/left_arrow.pbm, toolbar/left_arrow.xpm 756 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
671 * toolbar/new.pbm, toolbar/new.xpm 757 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
672 * toolbar/open.pbm, toolbar/open.xpm 758 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
673 * toolbar/paste.pbm, toolbar/paste.xpm 759 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
674 * toolbar/preferences.pbm, toolbar/preferences.xpm 760 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
675 * toolbar/print.pbm, toolbar/print.xpm 761 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
676 * toolbar/right_arrow.pbm, toolbar/right_arrow.xpm 762 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
677 * toolbar/save.pbm, toolbar/save.xpm
678 * toolbar/saveas.pbm, toolbar/saveas.xpm
679 * toolbar/search.pbm, toolbar/search.xpm
680 * toolbar/spell.pbm, toolbar/spell.xpm
681 * toolbar/undo.pbm, toolbar/undo.xpm
682 * toolbar/up_arrow.pbm, toolbar/up_arrow.xpm: New icons from
683 GTK+ version 2.
684
685 763
686 2004-05-15 Kim F. Storm <storm@cua.dk> 764 2004-05-15 Kim F. Storm <storm@cua.dk>
687 765
688 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p. 766 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
689 Use it to set triggered-p element of timer. 767 Use it to set triggered-p element of timer.
3214 3292
3215 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace 3293 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3216 if the source location can't be found. 3294 if the source location can't be found.
3217 (edebug-compute-previous-result): Use prin1-char. 3295 (edebug-compute-previous-result): Use prin1-char.
3218 3296
3219 * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1. 3297 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
3220 (debug-ignored-errors): Add an entry. 3298 (debug-ignored-errors): Add an entry.
3221 3299
3222 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir. 3300 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3223 (byte-compile-file): Output warning when deleting a file. 3301 (byte-compile-file): Output warning when deleting a file.
3224 3302