Mercurial > emacs
comparison lisp/ChangeLog @ 83085:c0e839b60d0b
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-173
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-174
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-125
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 28 Mar 2004 06:08:38 +0000 |
parents | 108bb5537c12 7830fa922e7e |
children | 38afc630f7a0 |
comparison
equal
deleted
inserted
replaced
83084:0d3eea319893 | 83085:c0e839b60d0b |
---|---|
1 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk> | |
2 | |
3 * woman.el (woman-change-fonts): Rename local variable | |
4 woman-font-alist to font-alist to avoid a compiler warning. | |
5 | |
6 2004-03-27 Dave Love <fx@gnu.org> | |
7 | |
8 * emacs-lisp/rx.el (rx): Doc fix. | |
9 Fix copyright years. | |
10 | |
11 * strokes.el (strokes-global-set-stroke-string): New function. | |
12 (strokes-list-strokes): Cope with strings, not just commands. Set | |
13 foreground colour of image. | |
14 (strokes-global-set-stroke): Doc fix. | |
15 | |
16 2004-03-26 Luc Teirlinck <teirllm@auburn.edu> | |
17 | |
18 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for | |
19 Auto Revert mode. | |
20 (Buffer-menu-files-only): New variable. | |
21 (Buffer-menu-toggle-files-only): New function. | |
22 (Buffer-menu-mode-map): Bind it to `T'. | |
23 (Buffer-menu-mode): Mention `T' in docstring. | |
24 Set buffer-stale-function. | |
25 (list-buffers-noselect): Mark buffer non-modified and set | |
26 Buffer-menu-files-only. | |
27 | |
28 * dired.el (buffer-stale-function): Remove no longer needed defvar. | |
29 | |
30 * autorevert.el (auto-revert-handler): Print revert message | |
31 before, rather than after, reverting. | |
32 (buffer-stale-function): Move to files.el. | |
33 | |
34 * files.el (buffer-stale-function): Moved here from autorevert.el. | |
35 | |
36 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
37 | |
38 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user. | |
39 | |
40 * calc/calc.el (calc-mode-map): Use mapc. | |
41 | |
42 * apropos.el (apropos-mode): Don't autoload. | |
43 (apropos-symbols-internal): New fun. Extracted from `apropos'. | |
44 (apropos): Use it. | |
45 (apropos-print): Add optional `text' argument. | |
46 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref. | |
47 Don't assume point-min == 1. | |
48 | |
49 * bs.el (bs-buffer-list): Use buffer-local-value. | |
50 (bs--set-toggle-to-show): Use with-current-buffer. | |
51 | |
52 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button): | |
53 New funs. | |
54 (list-buffers-noselect): Use them. Adjust :align-to to new style. | |
55 | |
56 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p. | |
57 | |
58 * dabbrev.el (dabbrev-expand): Fix regexp construction. | |
59 (dabbrev--find-expansion): Use pop. | |
60 (dabbrev--search): Use match-string-no-properties. | |
61 | |
62 * dired.el (dired-mode): Use run-mode-hooks. | |
63 (dired-move-to-end-of-filename): Use match-string. | |
64 | |
65 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces | |
66 is bound before using it. | |
67 (ediff-verbose-p): Make it into a var since it's not constant. | |
68 | |
69 * electric.el (Electric-pop-up-window): Avoid popping up a new frame. | |
70 | |
71 * faces.el (read-face-font): Don't cons up unnecessarily. | |
72 (header-line, tool-bar): Share common parts. | |
73 | |
74 * files.el (file-relative-name): Use compare-strings. | |
75 | |
76 * finder.el (finder-mode): Follow coding convention. | |
77 | |
78 * subr.el (read-number): New function. | |
79 | |
80 * ses.el (ses-read-number): Move to subr.el. | |
81 (ses-set-header-row): Use read-number. | |
82 | |
83 2004-03-26 Andre Spiegel <spiegel@gnu.org> | |
84 | |
85 * vc-hooks.el (vc-arg-list): New function, which handles both | |
86 compiled and uncompiled code. | |
87 (vc-default-workfile-unchanged-p): Use it. | |
88 | |
89 * vc.el (vc-print-log): Undo prev change, use new function | |
90 vc-arg-list from vc-hooks.el. | |
91 | |
1 2004-03-26 Masatake YAMATO <jet@gyve.org> | 92 2004-03-26 Masatake YAMATO <jet@gyve.org> |
2 | 93 |
3 * simple.el (completion-setup-function): Emphasize the | 94 * simple.el (completion-setup-function): Emphasize the |
4 first uncommon characters in the completions;and de-emphasize | 95 first uncommon characters in the completions; and de-emphasize |
5 the common prefix substrings. | 96 the common prefix substrings. |
6 (completion-emphasis): New face. | 97 (completion-emphasis): New face. |
7 (completion-de-emphasis): New face. | 98 (completion-de-emphasis): New face. |
8 | 99 |
100 2004-03-25 Juanma Barranquero <lektu@terra.es> | |
101 | |
102 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i): | |
103 Comment out (it's unused and unfinished code). | |
104 | |
9 2004-03-25 Sam Steingold <sds@gnu.org> | 105 2004-03-25 Sam Steingold <sds@gnu.org> |
10 | 106 |
11 * vc.el (vc-print-log): Fixed a bug in the last patch: | 107 * vc.el (vc-print-log): Fix a bug in the last patch: |
12 backend-function may be a byte-compiled object, not a lambda | 108 backend-function may be a byte-compiled object, not a lambda. |
13 | 109 |
14 2004-03-25 Juri Linkov <juri@jurta.org> | 110 2004-03-25 Juri Linkov <juri@jurta.org> |
15 | 111 |
16 * descr-text.el (describe-property-list): Add a button | 112 * descr-text.el (describe-property-list): Add a button |
17 for `face' property that calls `describe-face'. | 113 for `face' property that calls `describe-face'. |
25 * textmodes/fill.el (fill): Fix Info link. | 121 * textmodes/fill.el (fill): Fix Info link. |
26 | 122 |
27 * font-lock.el (fast-lock, lazy-lock): | 123 * font-lock.el (fast-lock, lazy-lock): |
28 * jit-lock.el (jit-lock): Remove links to removed Support Modes | 124 * jit-lock.el (jit-lock): Remove links to removed Support Modes |
29 Info node. | 125 Info node. |
126 | |
127 * eshell/eshell.el (eshell): Fix broken info-link. | |
128 | |
129 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): | |
130 * eshell/em-banner.el (eshell-banner): | |
131 * eshell/em-smart.el (eshell-smart): | |
132 * eshell/esh-cmd.el (eshell-cmd): | |
133 Comment out broken info-links to incomplete Info manual. | |
30 | 134 |
31 * info-xref.el: Fix commentary. | 135 * info-xref.el: Fix commentary. |
32 | 136 |
33 2004-03-25 Kevin Ryde <user42@zip.com.au> | 137 2004-03-25 Kevin Ryde <user42@zip.com.au> |
34 | 138 |