# HG changeset patch # User Richard M. Stallman # Date 1036559638 0 # Node ID 4b1d8ea7969903a0115e6525ae6e6d7e4e8b77ff # Parent 702b483d4de779cc646f6b0b92ee0208d6e5ecaa *** empty log message *** diff -r 702b483d4de7 -r 4b1d8ea79699 ChangeLog --- a/ChangeLog Wed Nov 06 05:13:29 2002 +0000 +++ b/ChangeLog Wed Nov 06 05:13:58 2002 +0000 @@ -1,3 +1,8 @@ +2002-11-06 Richard M. Stallman + + * Makefile.in (maybe_bootstrap): Add doublequotes to make it + bulletproof. $bar may be empty when there are no .elc files. + 2002-10-30 Dave Love * configure.in: Require autoconf 2.53. Test for pty.h, diff -r 702b483d4de7 -r 4b1d8ea79699 lisp/ChangeLog --- 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 + + * 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 * 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 +2002-09-22 Markus Triska (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 + * international/mule-cmds.el (select-safe-coding-system): Cope if default-coding-system gives nil which was then used in `min'. diff -r 702b483d4de7 -r 4b1d8ea79699 src/ChangeLog --- a/src/ChangeLog Wed Nov 06 05:13:29 2002 +0000 +++ b/src/ChangeLog Wed Nov 06 05:13:58 2002 +0000 @@ -1,3 +1,16 @@ +2002-11-06 Richard M. Stallman + + * xterm.c (x_term_init): Use turn_on_atimers, not start_polling + and stop_polling. + + * process.c (wait_reading_process_input): + Test POLLING_PROBLEM_IN_SELECT, not hpux. + Avoid initialization for auto Lisp_Object var. + + * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef. + + * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined. + 2002-11-05 Richard M. Stallman * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.