Some fixes to follow coding conventions.
[bpt/emacs.git] / lisp / ChangeLog
index 72a8ab4..3947c23 100644 (file)
@@ -1,3 +1,463 @@
+2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
+       calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
+       cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
+       edmacro.el, elide-head.el, emacs-lisp/autoload.el,
+       emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
+       emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
+       emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
+       emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
+       emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
+       emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
+       emulation/edt-mapper.el, emulation/edt-pc.el,
+       emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
+       emulation/tpu-edt.el, emulation/tpu-extras.el,
+       emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
+       foldout.el, follow.el, format.el, forms-d2.el, forms.el,
+       generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
+       international/isearch-x.el, international/iso-cvt.el,
+       international/ogonek.el, international/quail.el,
+       international/utf-8.el, jit-lock.el, language/devan-util.el,
+       language/devanagari.el, language/ethio-util.el,
+       language/ethiopic.el, language/european.el, language/indian.el,
+       language/romanian.el, language/tibet-util.el, language/tibetan.el,
+       mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
+       mail/mailheader.el, mail/mspools.el, mail/supercite.el,
+       mouse-sel.el, net/browse-url.el, net/net-utils.el,
+       net/quickurl.el, net/snmp-mode.el, net/webjump.el,
+       net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
+       progmodes/autoconf.el, progmodes/cmacexp.el,
+       progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
+       progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
+       progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
+       progmodes/ebnf2ps.el, progmodes/executable.el,
+       progmodes/fortran.el, progmodes/idlw-shell.el,
+       progmodes/idlw-toolbar.el, progmodes/idlwave.el,
+       progmodes/m4-mode.el, progmodes/mantemp.el,
+       progmodes/meta-mode.el, progmodes/octave-inf.el,
+       progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
+       progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
+       rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
+       shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
+       term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
+       textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
+       textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
+       textmodes/texinfo.el, textmodes/texnfo-upd.el,
+       textmodes/two-column.el, time-stamp.el, timezone.el,
+       toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
+       which-func.el, whitespace.el, wid-browse.el, widget.el,
+       windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
+       conventions.
+
+2001-07-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * simple.el (set-variable): Require 'cus-edit' instead of
+       `wid-edit', so that the Custom widgets get defined.
+
+2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * allout.el: A fix to follow coding conventions.
+
+       * find-lisp.el: A fix to follow coding conventions.
+
+       * term/w32-win.el: A fix to follow coding conventions.
+
+       * textmodes/sgml-mode.el: A fix to follow coding conventions.
+
+       * term/xterm.el: A fix to follow coding conventions.
+
+       * term/news.el: A fix to follow coding conventions.
+
+       * emulation/vi.el: A fix to follow coding conventions, Maintainer:
+       header line fixed.
+
+       * sun-curs.el: Fix Maintainer: header line.
+
+       * emacs-lisp/easymenu.el: Address of the author added.
+
+2001-07-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * dired.el (dired-insert-set-properties): Fix invalid mouse-face
+       property.
+
+2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
+       * play/gamegrid.el, play/handwrite.el, play/landmark.el,
+       * play/morse.el, play/pong.el, play/snake.el, play/tetris.el: Some
+       fixes to follow coding conventions.
+
+2001-07-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * which-func.el (which-func-mode): Doc fix.
+
+2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * net/rcompile.el (remote-compile): Use make-local-variable.
+
+       * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
+
+       * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
+
+       * mail/reporter.el (reporter-submit-bug-report):
+       Don't abuse make-variable-buffer-local.  Fix call to add-hook.
+
+2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * calendar/cal-china.el, calendar/cal-coptic.el,
+       * calendar/cal-dst.el, calendar/cal-french.el,
+       * calendar/cal-hebrew.el, calendar/cal-islam.el,
+       * calendar/cal-iso.el, calendar/cal-julian.el,
+       * calendar/cal-mayan.el, calendar/cal-persia.el,
+       * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
+       * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
+       * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
+       * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
+       * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
+       * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
+       * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
+       * progmodes/ada-prj.el, progmodes/ada-stmt.el,
+       * progmodes/ada-xref.el, progmodes/cc-align.el,
+       * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
+       * progmodes/cc-defs.el, progmodes/cc-engine.el,
+       * progmodes/cc-langs.el, progmodes/cc-menus.el,
+       * progmodes/cc-styles.el, progmodes/cc-vars.el,
+       * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
+       * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
+       * textmodes/reftex-index.el, textmodes/reftex-parse.el,
+       * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
+       * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
+       * textmodes/reftex.el: Some fixes to follow coding
+       conventions in Eshell files with known maintainers.
+
+       * emulation/viper.el: A fix to follow coding conventions.
+
+       * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
+       * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
+       * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
+       * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
+       * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
+       * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
+       * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
+       * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
+       * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
+       * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
+       conventions in Eshell files.
+
+       * composite.el, diff.el, emacs-lisp/levents.el,
+       * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
+       * emulation/pc-mode.el, emulation/viper-cmd.el,
+       * emulation/viper-ex.el, emulation/viper-init.el,
+       * emulation/viper-keym.el, emulation/viper-macs.el,
+       * emulation/viper-mous.el, emulation/viper-util.el,
+       * emulation/viper.el, forms-pass.el, international/ccl.el,
+       * international/characters.el, international/encoded-kb.el,
+       * international/fontset.el, international/ja-dic-cnv.el,
+       * international/ja-dic-utl.el, international/kinsoku.el,
+       * international/kkc.el, international/mule-cmds.el,
+       * international/mule-diag.el, international/mule-util.el,
+       * international/mule.el, international/titdic-cnv.el,
+       * language/china-util.el, language/chinese.el,
+       * language/cyril-util.el, language/cyrillic.el, language/english.el,
+       * language/greek.el, language/hebrew.el, language/japan-util.el,
+       * language/japanese.el, language/korea-util.el, language/korean.el,
+       * language/lao-util.el, language/lao.el, language/misc-lang.el,
+       * language/slovak.el, language/thai-util.el, language/thai.el,
+       * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
+       * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
+       * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
+       * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
+       * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
+       * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
+       * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
+       * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
+       * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
+       * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
+       to follow coding conventions in files without maintainer or in
+       files with clear maintainer (but without Maintainer header stating
+       so).
+
+       * emacs-lisp/elp.el: A fix to follow coding conventions.
+
+       * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
+       * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
+       * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
+       * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
+       * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
+       * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
+       * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
+       * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
+       * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
+       * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
+       * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
+       * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
+       conventions in files from Gnus.
+
+       * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
+       * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
+       * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
+       * echistory.el, electric.el, emacs-lisp/authors.el,
+       * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
+       * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
+       * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
+       * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
+       * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
+       * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
+       * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
+       * international/codepage.el, international/iso-ascii.el,
+       * international/iso-insert.el, international/iso-transl.el,
+       * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
+       * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
+       * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
+       * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
+       * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
+       * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
+       * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
+       * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
+       * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
+       * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
+       * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
+       * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
+       * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
+       * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
+       * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
+       * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
+       * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
+       * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
+       * textmodes/tex-mode.el, textmodes/text-mode.el,
+       * textmodes/underline.el, thingatpt.el, time.el, timer.el,
+       * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
+       * vt100-led.el, window.el: Some fixes to follow coding conventions in
+       files maintained by FSF.
+
+2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * arc-mode.el: A fix to follow coding conventions.
+
+       * bindings.el: Ditto.
+
+       * cdl.el: Ditto.
+
+       * comint.el: Ditto.
+
+       * cus-start.el: Ditto.
+
+       * shell.el: Ditto.
+
+       * skeleton.el: Ditto.
+
+2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * info.el (Info-build-node-completions):
+       Make Info-current-file-completions buffer local.
+
+2001-07-13  Gerd Moellmann  <gerd@gnu.org>
+
+       * which-func.el (which-func-mode, which-func-ff-hook)
+       (which-function-mode): Remove references to which-func-mode-global.
+
+       * calendar/cal-islam.el (calendar-goto-islamic-date):
+       Add  autoload cookie.
+
+       * play/fortune.el: Add types to defcustoms.
+
+2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * language/czech.el: A fix to follow coding conventions.
+
+2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * speedbar.el (speedbar-supported-extension-expressions): Add .g
+       to the extension list, for antlr-mode.  From Christoph Wedler
+       <Christoph.Wedler@sap.com>.
+
+2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
+       (vc-dired-mode-map): Fix the madness.
+
+       * vc-hooks.el (vc-mode): Dummy function for doc purposes.
+       (vc-prefix-map): Moved back from vc.el.
+
+2001-07-11  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/mail-extr.el (mail-extr-all-top-level-domains):
+       Increase the size of the obarray.
+       (mail-extr-all-top-level-domains): Add more toplevel domains,
+       add more long names.
+       From: Per Starback <starback@ling.uu.se>.
+
+2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+       * progmodes/ada-mode.el: Ditto.
+
+       * progmodes/ada-xref.el: Ditto.
+
+2001-07-11  Miles Bader  <miles@gnu.org>
+
+       * finder.el (finder-insert-at-column): Also move to the next line
+       if exactly at COLUMN.
+
+2001-07-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * help.el (describe-function-1): When printing FUNCTION's
+       documentation, don't assume FUNCTION is a symbol.
+
+       * startup.el (normal-top-level): Don't operate on the initial
+       frame if we failed to create one.
+
+2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+       * cc-cmds.el (c-indent-exp): Keep the indentation of the block
+       itself, i.e. only indent the contents in it.
+
+2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
+
+       * mail/rmail.el (rmail-show-message): Show beginning of message in
+       all windows containing it.
+
+2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * term/tty-colors.el: Fix the header line and copyright years.
+
+2001-07-09  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/advice.el (ad-make-advised-definition): If the
+       original definition has an interactive form, but is Elp
+       instrumented, use the interactive form of the function called by
+       elp-wrapper.
+
+       * winner.el (winner-equal): Make it a defun.  Don't compare Winner
+       configurations with compare-window-configuration; they aren't
+       window configurations.
+
+       * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
+       from the server for the format we expect.  Don't use it if it
+       doesn't look like what the Internet draft for FTP extensions
+       specifies.
+
+       * toolbar/*.pbm: Cleaned up.
+       From Luis Fernandes <elf@ee.ryerson.ca>.
+
+2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+       * cc-cmds.el: Extended the kludge to interoperate with the
+       delsel and pending-del packages wrt to the new function
+       `c-electric-delete-forward'.
+
+2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
+       to delay the call to <mode> for global minor modes.
+       (easy-mmode-define-navigation): Only recenter if interactive.
+
+2001-07-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
+       to lisp-indent-line.
+
+       * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
+       from the server.  Call encode-time only when we are sure that we
+       got a 213 response.
+
+2001-07-06  Simon Josefsson  <jas@extundo.com>
+
+       * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
+       (mail-envelope-from): New user option.
+       (sendmail-send-it): Use it.
+
+2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Use locale dependant date to print date in header.
+       Doc fix.
+       (ps-print-version): New version number (6.5.3).
+       (ps-right-header, ps-right-footer): Initialization and doc fix.
+       (ps-time-stamp-locale-default): New fun.
+
+2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
+       field problem with MIME-mode.
+
+       * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
+
+2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mail/rmail.el (rmail-reply): Don't forget to narrow header in
+       MIME-mode.
+
+2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * bindings.el (mode-line-mule-info): Don't show the tip with
+       buffer-file-coding-system if that is nil.
+
+2001-07-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * calendar/todo-mode.el (todo-top-priorities): Use delete-region
+       instead of kill-line.
+
+       * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
+       <Pavel@Janik.cz>.
+
+       * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
+       <Pavel@Janik.cz>.
+
+2001-07-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * font-lock.el (c-font-lock-keywords-3): When matching something
+       like `struct X Y', finish with point after Y.
+
+2001-07-04  Simon Josefsson  <jas@extundo.com>
+
+       * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
+       in caller buffer.
+
+2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
+       instead of string-match to find the basename of the file.
+       From Pascal Obry <p.obry@wanadoo.fr>.
+
+       * net/browse-url.el (browse-url-default-windows-browser):
+       Support the MS-DOS port when it runs on Windows.
+       (browse-url-browser-function) [ms-dos]: Default to
+       browse-url-default-windows-browser.
+
+       * help.el (locate-library): Enable code that looks for compressed
+       libraries if auto-compression-mode is on.
+
+2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
+
+2001-07-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
+
+2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * allout.el: Fix the header line, so that finder.el recognizes it.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+       * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
+
+       * ps-bdf.el (bdf-directory-list): Use the value relative to
+       installation-directory for MS-Windows as well.
+
+2001-06-29  Richard M. Stallman  <rms@gnu.org>
+
+       * wid-edit.el (widget-color-sample-face-get):
+       Return ((foreground-color . COLOR)) instead of constructing a face.
+
 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * faces.el (region): Change the background color for the
        (rmail-msg-restore-non-pruned-header): Likewise.
        If point was in the old pruned header, put it at the top.
        (rmail-msg-prune-header): If point was at the top, keep it there.
-       
+
        * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
        (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
 
 
        * international/mule-cmds.el, international/mule.el: Doc fixes.
 
-       * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
-       (fortune) <defgroup>: Add :link.
-       (fortune-from-region): Use eq, not eql.
-
 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
 
        * startup.el (fancy-splash-screens): Use display-hourglass