]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Jul 2002 13:47:49 +0000 (13:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Jul 2002 13:47:49 +0000 (13:47 +0000)
lisp/ChangeLog
src/ChangeLog

index 2317f4d1a7095cab3a9a0d251dbaef8c5bedfb8a..efc45d61a9392f59ec56427146f695de7d5dbdbb 100644 (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.
index 06186f52ec5c90ae727b0a791171c5ecd8399f0c..4091a0a29f6d47ab50f958c5444f082db24623c1 100644 (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.