*** empty log message ***

This commit is contained in:
Richard M. Stallman 2002-07-16 13:47:49 +00:00
parent e04f3f7e2e
commit 9ee49ebc47
2 changed files with 47 additions and 0 deletions

View file

@ -1,3 +1,30 @@
2002-07-16 Richard M. Stallman <rms@gnu.org>
* 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 <rms@gnu.org>
* 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 <lektu@terra.es>
* timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.

View file

@ -1,3 +1,23 @@
2002-07-16 Richard M. Stallman <rms@gnu.org>
* 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 <lektu@terra.es>
* eval.c (Fdefvaralias): Add docstring argument.