Update years in copyright notice; nfc.
[bpt/emacs.git] / lisp / ChangeLog
index ccfd885..a074aad 100644 (file)
@@ -1,3 +1,280 @@
+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
+       before narrow-to-region.
+
+2006-02-01  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (move-beginning-of-line): Scan properly for invis change.
+
+       * replace.el (multi-occur-in-matching-buffers): Fix prev change.
+
+2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-convert-file-attributes): Set file's gid
+       change bit only when id-format is 'integer.  Reported by Matt
+       Hodges <M.P.Hodges@rl.ac.uk>.
+
+2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hilit-chg.el (highlight-changes-initial-state)
+       (highlight-changes-global-initial-state): Doc fixes.
+       (highlight-changes-global-modes, global-highlight-changes):
+       Fix typos in docstrings.
+
+2006-02-01  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el (cua-mode): Mention that CUA enables
+       transient-mark-mode in doc string.
+
+2006-01-31  Richard M. Stallman  <rms@gnu.org>
+
+       * replace.el (multi-occur): Doc fix.
+       (multi-occur-in-matching-buffers): Rename from
+       multi-occur-by-filename-regexp.  Prefix arg says match
+       buffer names instead of file names.
+
+2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el: Allow non-default values of `bs-header-lines-length'.
+       (bs--running-in-xemacs): Remove (not needed anymore).
+       (bs--set-window-height): Simplify by using `fit-window-to-buffer'
+       instead of `shrink-window', thus avoiding having to compute the
+       height of the window.
+       (bs--up): Wrap around even when there's no header.
+       (bs--down): Use `forward-line' instead of `next-line'.
+
+2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-mode.el (image-toggle-display): Use file name if possible,
+       instead of unnecessarily allocating a (possibly huge) lisp string.
+
+2006-01-30  John Paul Wallington  <jpw@pobox.com>
+
+       * subr.el (toplevel): Define `cl-assertion-failed' condition here
+       because the `assert' macro signals it at runtime.
+
+       * emacs-lisp/cl.el (toplevel): Remove definition of
+       `cl-assertion-failed' condition.
+
+2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
+
+       * thumbs.el (thumbs-marked-list): Make buffer-local and
+       permanent-local.
+       (thumbs-insert-thumb): Make help-echo non-sticky.
+       (thumbs-file-alist): Use eolp as check for (non)-image.
+
+2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
+       (ediff-before-session-group-setup-hooks)
+       (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
+       Fix typos in docstrings.
+
+       * window.el (bw-dir, bw-eqdir, balance-windows)
+       (split-window-keep-point): Fix typos in docstrings.
+
+       * textmodes/org.el (org-allow-space-in-links, org-closed-string)
+       (org-quote-string, org-calendar-to-agenda-key)
+       (org-agenda-sorting-strategy, org-agenda-use-time-grid)
+       (org-show-following-heading, org-tags-column)
+       (org-use-tag-inheritance, org, org-allow-space-in-links)
+       (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
+       (org-enable-table-editor, org-calc-default-modes)
+       (org-table-allow-automatic-line-recalculation)
+       (org-export-html-style, org-export-with-fixed-width)
+       (org-export-with-sub-superscripts, org-special-keyword)
+       (org-formula, org-time-grid, org-table-may-need-update)
+       (org-mode, org-goto-ret, org-goto-left, org-goto-right)
+       (org-goto-quit, org-get-indentation, org-end-of-item)
+       (org-move-item-down, org-move-item-up)
+       (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
+       (org-remove-occur-highlights, org-read-date, org-goto-calendar)
+       (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
+       (org-agenda-log-mode, org-agenda-toggle-diary)
+       (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
+       (org-agenda-file-to-end, org-agenda-no-heading-message)
+       (org-agenda-get-closed, org-format-agenda-item)
+       (org-cmp-priority, org-cmp-category, org-cmp-time)
+       (org-agenda-change-all-lines, org-agenda-diary-entry)
+       (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
+       (org-link-search, org-camel-to-words, org-open-file)
+       (org-remember-handler, org-table-convert-region)
+       (org-table-move-row-down, org-table-move-row-up)
+       (org-table-copy-region, org-table-wrap-region)
+       (org-table-toggle-vline-visibility)
+       (org-table-get-vertical-vector, org-table-modify-formulas)
+       (org-table-get-specials, org-recalc-commands)
+       (org-table-rotate-recalc-marks, org-table-eval-formula)
+       (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
+       (org-level-color-stars-only, org-insert-heading):
+       Fix typos in docstrings.
+       (last-arg): Add defvar.
+
+       * makefile.w32-in (WINS): Add erc.
+       (MH_E_SRC): Update (copied from lisp/Makefile.in).
+
+2006-01-29  Bill Wohler  <wohler@newt.com>
+
+       * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
+       mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
+       mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
+       (mh-autoloads): Don't use comments on otherwise empty lines.
+
+2006-01-29  Edward O'Connor  <ted@oconnor.cx>
+
+       * emulation/viper.el (viper-major-mode-modifier-list): Add
+       insert-state and vi-state entries for erc-mode.
+       (viper-go-away, viper-set-hooks): Add and remove
+       viper-comint-mode-hook from erc-mode-hook as appropriate.
+
+       * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
+
+2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs--format-aux): Implement `middle' alignment as
+       described in the docstring for `bs-attributes-list'.
+       (bs--get-name): Simplify.  Don't pad the buffer name.
+
+2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
+
+       * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
+       English aspell dictionary is installed, use the first entry of
+       ispell-dictionary-alist-1.
+
+2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
+
+       * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
+       Doc fix.
+
+2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
+       for `process-file', in order to let it work for older Emacsen too.
+
 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
 
        * international/latexenc.el: Add a suitable `coding:' tag.
        (widget-keymap): Use advertised-widget-backward for S-TAB.
 
        * tumme.el: Correct the keywords.
-       (tumme-dir-max-size): USe defvar.
+       (tumme-dir-max-size): Use defvar.
        (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
 
        * simple.el (move-beginning-of-line): Take account of fields.
 
        * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
        no longer necessary.
-       
+
 2006-01-25  Kenichi Handa  <handa@m17n.org>
 
        * international/mule.el (decode-char): Avoid the overhead of
 
        * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
        and permanent-local.
-       (thumbs-max-image-number): New variable.  Make it
-       (thumbs-do-thumbs-insertion): Use them
+       (thumbs-max-image-number): New variable.
+       (thumbs-do-thumbs-insertion): Use them.
        (thumbs-per-line): Change default to 4.
        (thumbs-marked-list): Rename from thumbs-markedL.
        (thumbs-cleanup-thumbsdir, thumbs-delete-images)
@@ -19807,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.