Update years in copyright notice; nfc.
[bpt/emacs.git] / lisp / ChangeLog
index 2f5bf18..a074aad 100644 (file)
@@ -1,3 +1,126 @@
+2006-02-06 Lars Hansen <larsh@soem.dk>
+
+       * generic-x.el (etc-fstab-generic-mode): Add file system types
+       cifs and usbdevfs. Allow special chars in file names.
+
+2006-02-05  Jay Belanger  <belanger@truman.edu>
+
+       Update copyright notices of the files in lisp/calc.
+
+2006-02-05  Romain Francoise  <romain@orebokech.com>
+
+       Update copyright notices of all files in the lisp/play directory.
+
+2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * ldefs-boot.el: Regenerate.
+
+       * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
+
+2006-02-05  Kim F. Storm  <storm@cua.dk>
+
+       * files.el (magic-mode-regexp-match-limit): New defvar.
+       (set-auto-mode): Use it to limit magic-mode-alist matching.
+
+2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
+
+       * simple.el (display-message-or-buffer): Compare the number of
+       characters to the frame width when determining whether a 1-line
+       message string will fit in the echo area.  Count screen lines
+       instead of buffer lines when determining whether a multi-line
+       message will fit in the echo area/minibuffer window.
+
+2006-02-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * info.el (Info-index, Info-mode): Improve the description of the
+       `i' command.
+
+       * ldefs-boot.el: Regenerate.
+
+2006-02-03  Werner Lemberg  <wl@gnu.org>
+
+       * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
+       greedy to find the closing bracket in \*[...] and similar
+       expressions.  This is a first rough fix -- many additional
+       refinements are necessary to make nroff mode really usable with
+       groff.
+
+2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
+
+       * international/mule-cmds.el (set-locale-environment): Add
+       "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
+       libX11.
+
+2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
+
+       * arc-mode.el (archive-maybe-copy): Fix the way directories in the
+       archive are created in archive-tmpdir.
+
+2006-02-02  John Paul Wallington  <jpw@pobox.com>
+
+       * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
+       (ibuffer-fontification-alist): Use it.
+       (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
+       to "* z" and the Ibuffer Mark menu.
+
+       * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
+
+2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/table.el (*table--cell-describe-mode)
+       (*table--cell-describe-bindings): Undo last change since
+       print-help-return-message is not obsoleted by anything at all.
+
+2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * emulation/cua-base.el (cua-mode): Doc fix.
+
+2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dframe.el (dframe-handle-make-frame-visible)
+       (dframe-handle-iconify-frame, dframe-get-focus)
+       (dframe-select-attached-frame, dframe-power-click)
+       (dframe-frame-mode): Fix typos in docstrings.
+
+       * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
+       (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
+       Fix typos in docstrings.
+
+       * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
+       (hi-lock-face-buffer, hi-lock-font-lock-hook)
+       (hi-lock-archaic-interface-message-used)
+       (hi-lock-file-patterns-range): Fix typos in docstrings.
+
+       * savehist.el (savehist-loaded, savehist-load, savehist-install)
+       (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
+
+       * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
+       Fix typo in docstring.
+
+       * net/newsticker.el (newsticker--decode-iso8601-date)
+       (newsticker--set-customvar, newsticker--buffer-insert-item)
+       (newsticker--do-run-auto-mark-filter)
+       (newsticker--parse-generic-feed): Doc fixes.
+       (newsticker--retrieval-timer-list, newsticker-url-list)
+       (newsticker-hide-immortal-items-in-echo-area)
+       (newsticker-hide-obsolete-items-in-echo-area)
+       (newsticker-new-item-face, newsticker--enclosure)
+       (newsticker-buffer-update, newsticker-w3m-show-inline-images)
+       (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
+       (newsticker--parse-generic-feed, newsticker--cache-contains)
+       (newsticker--stat-num-items, newsticker-download-enclosures):
+       Fix typos in docstrings.
+
+       * net/rcirc.el (rcirc-debug): Doc fix.
+       (rcirc-fill-column, rcirc-receive-message-hooks)
+       (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
+       (rcirc-mode, rcirc-generate-new-buffer-name)
+       (rcirc-startup-channels, rcirc-ignore-update-automatic)
+       (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
+       Fix typos in docstrings.
+       (rcirc-print): "?\ " -> "?\s".
+       (rcirc-cmd-join): Improve argument/docstring consistency.
+
 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
 
        * xml.el (xml-parse-region): Move save-excursion and set-buffer up
 2006-01-31  Richard M. Stallman  <rms@gnu.org>
 
        * replace.el (multi-occur): Doc fix.
-       (multi-occur-in-matching-buffers): Renamed from
+       (multi-occur-in-matching-buffers): Rename from
        multi-occur-by-filename-regexp.  Prefix arg says match
        buffer names instead of file names.
 
@@ -19961,7 +20084,7 @@ See ChangeLog.11 for earlier changes.
 ;; coding: iso-2022-7bit
 ;; End:
 
-    Copyright (C) 2005 Free Software Foundation, Inc.
+    Copyright (C) 2005, 2006 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.