diff options
| author | Richard M. Stallman | 2002-11-06 05:13:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-06 05:13:58 +0000 |
| commit | 318db6cbb755d43bf60e12515ff7ecec4b8cd3d4 (patch) | |
| tree | 78b382a7debcce0133e6b884c5a5f84bcbdde2a6 | |
| parent | dd531b712e3f80150ffbfaba3b79cedd1c6300d1 (diff) | |
| download | emacs-318db6cbb755d43bf60e12515ff7ecec4b8cd3d4.tar.gz emacs-318db6cbb755d43bf60e12515ff7ecec4b8cd3d4.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 15 | ||||
| -rw-r--r-- | src/ChangeLog | 13 |
3 files changed, 32 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-11-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (maybe_bootstrap): Add doublequotes to make it | ||
| 4 | bulletproof. $bar may be empty when there are no .elc files. | ||
| 5 | |||
| 1 | 2002-10-30 Dave Love <fx@gnu.org> | 6 | 2002-10-30 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * configure.in: Require autoconf 2.53. Test for pty.h, | 8 | * configure.in: Require autoconf 2.53. Test for pty.h, |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d25e368957..d2627ac59fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-11-06 Kenichi Handa <handa@m17n.org> | 12 | 2002-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 | ||
| 1376 | 2002-09-22 Richard M. Stallman <rms@gnu.org> | 1387 | 2002-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 | ||
| 1392 | 2002-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 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 835dbb584dc..e4a0b96182e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2002-11-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (x_term_init): Use turn_on_atimers, not start_polling | ||
| 4 | and stop_polling. | ||
| 5 | |||
| 6 | * process.c (wait_reading_process_input): | ||
| 7 | Test POLLING_PROBLEM_IN_SELECT, not hpux. | ||
| 8 | Avoid initialization for auto Lisp_Object var. | ||
| 9 | |||
| 10 | * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef. | ||
| 11 | |||
| 12 | * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined. | ||
| 13 | |||
| 1 | 2002-11-05 Richard M. Stallman <rms@gnu.org> | 14 | 2002-11-05 Richard M. Stallman <rms@gnu.org> |
| 2 | 15 | ||
| 3 | * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef. | 16 | * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef. |