# HG changeset patch # User Richard M. Stallman # Date 1026827269 0 # Node ID 07e8cd21b254bc831295a79e59d6654f5bcce21e # Parent a61f957ee22fa5511870601ad27450be57adc4e0 *** empty log message *** diff -r a61f957ee22f -r 07e8cd21b254 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 16 13:47:41 2002 +0000 +++ b/lisp/ChangeLog Tue Jul 16 13:47:49 2002 +0000 @@ -1,3 +1,30 @@ +2002-07-16 Richard M. Stallman + + * simple.el (choose-completion-string): Doc fix. + + * cus-edit.el: New operation :custom-standard-value. + (Custom-reset-standard): Use it. + (custom-variable, custom-face): Define it. + (custom-variable-standard-value, custom-face-standard-value): New fns. + (custom-face-save): Don't save a face whose value is standard. + (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT. + + * cus-edit.el (custom-face-edit-fix-value): + If VALUE is not a list, pass it thru. + + * compare-w.el (compare-windows-whitespace): Always allow newline + even if it does not have whitespace syntax. + +2002-07-14 Richard M. Stallman + + * files.el (find-alternate-file): Offer to save a modified buffer. + Handle kill-buffer-query-functions better. + + * startup.el (normal-splash-screen, fancy-splash-text): + Update name of help menu item for ordering printed manuals. + + * emacs-lisp/checkdoc.el: Fix doc typos. + 2002-07-16 Juanma Barranquero * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring. diff -r a61f957ee22f -r 07e8cd21b254 src/ChangeLog --- a/src/ChangeLog Tue Jul 16 13:47:41 2002 +0000 +++ b/src/ChangeLog Tue Jul 16 13:47:49 2002 +0000 @@ -1,3 +1,23 @@ +2002-07-16 Richard M. Stallman + + * s/hpux11.h (USG_SUBTTY_WORKS): Defined. + + * xdisp.c (reconsider_clip_changes): + Don't test prevent_redisplay_optimizations_p. + (redisplay_internal): Test prevent_redisplay_optimizations_p + along with clip_changed in some cases. + (try_window_id): Likewise. + (redisplay_window): New local var buffer_unchanged_p. + + * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass. + + * process.c (create_process): Test USG_SUBTTY_WORKS. + (process_send_signal): Clean up handling of GID. + Detect errors in ioctls meant to set GID. + + * window.c (temp_output_buffer_show): + Don't set prevent_redisplay_optimizations_p. + 2002-07-15 Juanma Barranquero * eval.c (Fdefvaralias): Add docstring argument.