]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(command-line): Initialize blink-cursor based
[gnu-emacs] / lisp / ChangeLog
index c06eafb032b1d351630759945697f28310d49e09..2742992a4fc71c61d02073d1523c2b4c56cf4566 100644 (file)
@@ -1,3 +1,88 @@
+2000-07-03  Gerd Moellmann  <gerd@gnu.org>
+
+       * frame.el (blink-cursor-mode): Don't hide cursor initially.
+
+       * startup.el (command-line): Initialize blink-cursor based
+       on window-system.
+
+       * frame.el (blink-cursor): Default to nil if not running under
+       a window-system.
+
+       * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
+       (face-x-resources): Remove duplicate entry for :font.
+
+       * textmodes/refer.el (refer-find-entry-internal): Use some-window
+       instead of cycling through windows with next-window.
+
+       * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
+       of cycling through windows with next-window.
+
+       * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
+       of cycling through windows with next-window.
+
+       * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
+       (edebug-get-displayed-buffer-points): Use walk-windows/some-window
+       instead of cycling through windows with next-window.
+
+       * calendar/appt.el (appt-select-lowest-window): Use walk-windows
+       instead of cycling through windows with next-window.
+
+       * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
+       of cycling through windows with next-window.
+
+       * terminal.el (te-process-output): Use walk-windows instead of
+       cycling through windows with next-window.
+
+       * server.el (server-switch-buffer): Use some-window instead of
+       cycling through windows with next-window.
+
+       * window.el (some-window): New function.
+       (walk-windows): Remove reference to walk-windows-start.
+
+       * hilit19.el (hilit-lookup-face-create): Don't set face colors
+       to nil.
+
+2000-07-03  Richard Stallman  <rms@caffeine.ai.mit.edu>
+
+       * window.el (walk-windows): Guarantee termination by keeping a list
+       of all the windows already handled.
+
+2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
+       window-system.
+
+       * man.el (Man-notify-when-ready): Don't use window-system.  If
+       Man-notify-method is newframe, and the display is not
+       multi-frame, select the frame created for the man page.
+       (Man-init-defvars): Doc fix.
+
+2000-06-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * faces.el (region): Change background color for light background.
+
+       * ediff-wind.el (ediff-setup-control-frame): Remove :box
+       attribute from mode-line face of Ediff control frame.
+
+       * replace.el (query-replace-map): Bind `e' like `E'.
+
+2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: Change
+        name to "Select All".
+
+       * dos-fns.el (convert-standard-filename): Fix last change.
+
+2000-06-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * help.el (describe-variable): Don't insert a second `'s' in front
+       of the string `value is shown below'.  Since the syntax-table is
+       set to emacs-lisp-mode-syntax-table, forward-sexp skips over
+       an existing `'s', so that this won't be deleted.
+
+       * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
+       * pcmpl-unix.el: New files.
+
 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
 
        * wid-edit.el (widget-member): Use the new plist-member.