Mercurial > emacs
diff lisp/ChangeLog @ 48176:4b1d8ea79699
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Nov 2002 05:13:58 +0000 |
parents | 47930f7354a6 |
children | f2823cf839c9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 06 05:13:29 2002 +0000 +++ b/lisp/ChangeLog Wed Nov 06 05:13:58 2002 +0000 @@ -1,3 +1,14 @@ +2002-11-06 Richard M. Stallman <rms@gnu.org> + + * replace.el (query-replace, query-replace-regexp): Doc fixes. + + * emacs-lisp/bytecomp.el (byte-compile-lambda): + Handle progn like let, inside interactive spec. + + * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp. + Initialize to a suitable sexp. + (tex-view): Evaluate tex-dvi-view-command and use the value. + 2002-11-06 Kenichi Handa <handa@m17n.org> * international/mule.el (coding-system-eol-type-mnemonic): Use @@ -1373,11 +1384,13 @@ the face held by `gamegrid-face' in an overlay over the whole buffer to emulate a buffer-local default-face. -2002-09-22 Richard M. Stallman <rms@gnu.org> +2002-09-22 Markus Triska <triska@gmx.at> (iny change) * play/doctor.el (doctor-doc): Add 2 question words. (doctor-getnoun): Parse and save the complete object phrase. +2002-09-22 Richard M. Stallman <rms@gnu.org> + * international/mule-cmds.el (select-safe-coding-system): Cope if default-coding-system gives nil which was then used in `min'.