Mercurial > emacs
comparison lisp/ChangeLog @ 43910:0756d747f1af
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 14 Mar 2002 09:02:11 +0000 |
parents | 5927d27e2bfe |
children | 2d74e7e8133f |
comparison
equal
deleted
inserted
replaced
43909:d885f1afc652 | 43910:0756d747f1af |
---|---|
1 2002-03-14 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * textmodes/picture.el (picture-insert) | |
4 (picture-clear-column, picture-draw-rectangle): | |
5 Use move-to-column, not move-to-column-force. | |
6 | |
7 * dired.el (dired-readin): Clear out undo list. | |
8 (dired-fun-in-all-buffers): Definition moved from dired-aux.el. | |
9 (dired-delete-entry): New function. | |
10 (dired-internal-do-deletions): Use dired-fun-in-all-buffers | |
11 and dired-delete-entry, to update this buffer (and others). | |
12 | |
13 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el. | |
14 | |
15 * facemenu.el (facemenu-add-new-face): | |
16 Pass region args to facemenu-set-face, when there is a region. | |
17 (facemenu-set-foreground, facemenu-set-background) | |
18 (facemenu-add-face): Doc fixes. | |
19 | |
20 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up. | |
21 | |
1 2002-03-14 Miles Bader <miles@gnu.org> | 22 2002-03-14 Miles Bader <miles@gnu.org> |
2 | 23 |
3 * net/rlogin.el (rlogin-carriage-filter): Function removed. | 24 * net/rlogin.el (rlogin-carriage-filter): Function removed. |
4 (rlogin): Don't install the `rlogin-carriage-filter' filter, as | 25 (rlogin): Don't install the `rlogin-carriage-filter' filter, as |
5 comint removes carriage returns itself now. | 26 comint removes carriage returns itself now. |
201 * language/slovak.el ("Slovak"): Likewise. | 222 * language/slovak.el ("Slovak"): Likewise. |
202 | 223 |
203 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu> | 224 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu> |
204 | 225 |
205 * xml.el (xml-parse-attlist): Accept empty strings. | 226 * xml.el (xml-parse-attlist): Accept empty strings. |
206 From Max Froumentin <mf@w3.org>. | |
207 | 227 |
208 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il> | 228 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il> |
209 | 229 |
210 * mouse.el (mouse-show-mark): Remove the no-highlight alternative: | 230 * mouse.el (mouse-show-mark): Remove the no-highlight alternative: |
211 all terminals now support highlighting of some kind. | 231 all terminals now support highlighting of some kind. |