]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(x-select-enable-clipboard): Customize (per lispref).
[gnu-emacs] / lisp / ChangeLog
index 5ad7944f726d1fc41d45195eb76ed5784ca98346..e4ab54396c40d2d57d6377f68965bf89675ed85b 100644 (file)
@@ -1,3 +1,124 @@
+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 `pseudo-overlay' that exists at some points.
+
+2000-11-24  Jason Rumney  <jasonr@gnu.org>
+
+       * international/mule-cmds.el (locale-language-names): Add "jp" as
+       a non-standard alternative for Japanese.
+
+2000-11-24  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el: Require 'cl during compilation.
+
+2000-11-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * faces.el (face-set-after-frame-default): Let face attributes
+       specified for new frames override frame parameters.
+
+       * startup.el (command-line): Fix computation of the source file
+       for user-init-file when user-init-file is a compiled file.
+
+2000-11-24  Miles Bader  <miles@gnu.org>
+
+       * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec) 
+       (custom-post-filter-face-spec): New functions.
+       (custom-face-set, custom-face-value-create): Filter the face spec
+       before and after customization.
+       (custom-face-set): If VALUE specifies a null face, pass a
+       non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
+       * cus-face.el (custom-face-attributes): Remove SET and GET
+       functions.  Add some IN-FILTER and OUT-FILTER functions in the few
+       cases they're needed.
+
+       * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
+       that it's distinguishable from the :off-glyph on dark-background
+       displays.  Set its background color too.
+
+       * cus-start.el (all): Restore entry for `mode-line-inverse-video',
+       so that people can easily turn it off.
+
+2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
+       
+       * ediff-diff.el: Moved variables around to have it compile under NT.
+       
+       * ediff-help.el (ediff-use-long-help-message): Made it customizable.
+       
+       * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
+       
+       * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
+       redundant skip-small-frames test.
+       
+       * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
+       (viper-downgrade-to-insert): protect against errors in hooks.
+       
+       * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
+       (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
+       (viper-restore-cursor-type,viper-set-insert-cursor-type): New
+       functions.
+       
+       * viper-util.el (viper-memq-char): Bug fixes.
+       
+       * viper.el (viper-mode): Fix cursor handling.
+       
 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
 
        * international/mule-diag.el (list-iso-charset-chars): For
        (tex-validate-buffer): Don't bother with marker-position.
 
        * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
-       (flyspell-generic-progmode-verify): Use it.n
+       (flyspell-generic-progmode-verify): Use it.
 
 2000-11-22  Sam Steingold  <sds@gnu.org>
 
        function.
        
        * progmodes/ada-mode.el (ada-mode): Use it instead of
-       `ada-remove-trailing-spaces'
+       `ada-remove-trailing-spaces'.
        (ada-remove-trailing-spaces): Removed.
        
        * textmodes/two-column.el (2C-merge): Recommend it in the doc.