Mercurial > emacs
comparison lisp/ChangeLog @ 44144:88194f722f30
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 25 Mar 2002 00:44:51 +0000 |
parents | 4273a4d846a5 |
children | 7e94a4573fba |
comparison
equal
deleted
inserted
replaced
44143:f7a64b7a993d | 44144:88194f722f30 |
---|---|
1 2002-03-24 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table. | |
4 | |
5 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR | |
6 to query-replace-read-args. | |
7 | |
8 * progmodes/compile.el (compilation-forget-errors): | |
9 Don't adjust compilation-parsing-end if it's nil. | |
10 | |
11 * replace.el (query-replace-read-args): New optional arg NOERROR. | |
12 (perform-replace): Use save-window-excursion around recursive edit. | |
13 | |
1 2002-03-24 Colin Walters <walters@verbum.org> | 14 2002-03-24 Colin Walters <walters@verbum.org> |
2 | 15 |
3 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window' | 16 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window' |
4 non-nil, then always use another window. | 17 non-nil, then always use another window. |
5 | 18 |