]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(x-select-enable-clipboard): Customize (per lispref).
[gnu-emacs] / lisp / ChangeLog
index 03d9ddd67eb2dcc095a3974a81df7d2328a59308..e4ab54396c40d2d57d6377f68965bf89675ed85b 100644 (file)
@@ -1,7 +1,64 @@
+2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * select.el (x-get-selection): Docstring dix.
+
+2000-11-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * play/5x5.el: Update from author.
+
+2000-11-27  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt (.SUFFIXES): Add .SUFFIXES.
+
+       * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
+
+2000-11-27  Miles Bader  <miles@gnu.org>
+
+       * dired.el (dired-get-filename): Return filename verbatim if
+       LOCALP is `verbatim'.
+       * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
+       `verbatim' so that we don't inadvertently delete a non-existant
+       directory name.
+
+2000-11-27  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/characters.el: Specify cases and syntaxes for
+       mule-unicode-0100-24ff.
+
+2000-11-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
+       that foreground and/or background colors of the face `tool-bar'
+       are unspecified.
+
+2000-11-27  Miles Bader  <miles@gnu.org>
+
+       * wid-edit.el (widget-field-buffer, widget-field-start) 
+       (widget-field-end): Handle widget field `pseudo-overlays'.
+       (widget-field-value-delete): Delete WIDGET from `widget-field-new'
+       if it's there instead of in `widget-field-list'.
+
+       * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
+       (help-make-xrefs): Delete extraneous newlines at the end of the
+       docstring.
+
+2000-11-25  Jason Rumney  <jasonr@gnu.org>
+
+       * startup.el (command-line): Call set-locale-environment after
+       Window System init file is read, as it can result in a call to
+       redraw-frame.
+
+2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * simple.el (shell-command): Mention the effect of the prefix
+       argument in the doc string.
+
 2000-11-25  Miles Bader  <miles@gnu.org>
 
+       * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
+
        * wid-edit.el (widget-field-value-delete): Don't try to delete
-       overlay when it's the `psuedo-overlay' that exists at some points.
+       overlay when it's the `pseudo-overlay' that exists at some points.
 
 2000-11-24  Jason Rumney  <jasonr@gnu.org>