aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5d25e368957..d2627ac59fd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12002-11-06 Richard M. Stallman <rms@gnu.org>
2
3 * replace.el (query-replace, query-replace-regexp): Doc fixes.
4
5 * emacs-lisp/bytecomp.el (byte-compile-lambda):
6 Handle progn like let, inside interactive spec.
7
8 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
9 Initialize to a suitable sexp.
10 (tex-view): Evaluate tex-dvi-view-command and use the value.
11
12002-11-06 Kenichi Handa <handa@m17n.org> 122002-11-06 Kenichi Handa <handa@m17n.org>
2 13
3 * international/mule.el (coding-system-eol-type-mnemonic): Use 14 * international/mule.el (coding-system-eol-type-mnemonic): Use
@@ -1373,11 +1384,13 @@
1373 the face held by `gamegrid-face' in an overlay over the whole 1384 the face held by `gamegrid-face' in an overlay over the whole
1374 buffer to emulate a buffer-local default-face. 1385 buffer to emulate a buffer-local default-face.
1375 1386
13762002-09-22 Richard M. Stallman <rms@gnu.org> 13872002-09-22 Markus Triska <triska@gmx.at> (iny change)
1377 1388
1378 * play/doctor.el (doctor-doc): Add 2 question words. 1389 * play/doctor.el (doctor-doc): Add 2 question words.
1379 (doctor-getnoun): Parse and save the complete object phrase. 1390 (doctor-getnoun): Parse and save the complete object phrase.
1380 1391
13922002-09-22 Richard M. Stallman <rms@gnu.org>
1393
1381 * international/mule-cmds.el (select-safe-coding-system): Cope if 1394 * international/mule-cmds.el (select-safe-coding-system): Cope if
1382 default-coding-system gives nil which was then used in `min'. 1395 default-coding-system gives nil which was then used in `min'.
1383 1396