(tumme-thumbnail-storage): Fix docstring.
[bpt/emacs.git] / lisp / ChangeLog
index 3cb921f..c53fb81 100644 (file)
@@ -1,3 +1,505 @@
+2006-02-13  Juri Linkov  <juri@jurta.org>
+
+       * tumme.el (tumme-thumbnail-storage): Fix docstring.
+       (tumme-thumb-name): Fix per-directory format.
+
+2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (substitute-key-definition): Doc fix (hide internal arg).
+
+2006-02-12  Miles Bader  <miles@gnu.org>
+
+       * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
+
+2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el: Remove history section.  If someone needs the it, it
+       can always be found in CVS.
+
+2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
+       about the Thumbnail Managing Standard option.
+
+2006-02-12  Richard M. Stallman  <rms@gnu.org>
+
+       * subr.el (substitute-key-definition): Doc fix.
+
+       * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
+
+       * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
+
+       * info.el (Info-mode): Doc fix.
+
+       * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
+
+2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
+       because on Solaris a POSIX compatible "id" is needed.  Reported by
+       Magnus Henoch <mange@freemail.hu>.
+
+2006-02-12  Juri Linkov  <juri@jurta.org>
+
+       * tumme.el: Remove todo item about Thumbnail Managing Standard.
+       (tumme) <defgroup>: Change :group to `multimedia'.
+       (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
+       Managing Standard.
+       (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
+       Fix dostring.
+       (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
+       and %y.  Fix docstring.
+       (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
+       (tumme-cmd-create-standard-thumbnail-command): New user options.
+       (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
+       is `standard'.  Fix docstring.
+       (tumme-thumb-width, tumme-thumb-height): New user options.
+       (tumme-external-viewer): Try to find various viewers.
+       (tumme-get-thumbnail-image): Use `create-image' instead of
+       constructing the `image' structure.
+       (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
+       `standard'.
+       (tumme-thumb-name): Add file name generation for standard storage.
+       Simplify code for other storages.
+       (tumme-thumb-name): Use width %w and height %h instead of size %s.
+       Add modification time %m and thumbnail-nq8 %q.
+       Use `tumme-cmd-create-standard-thumbnail-command' if
+       tumme-thumbnail-storage is `standard'.
+       (tumme-dired-insert-marked-thumbs): New autoload command.
+       (tumme-dired-after-readin-hook): New function.
+       (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
+       `tumme-thumb-size'.
+       (tumme-display-image): Replace size-x %x and size-y %y with
+       width %w and height %h.
+
+       * dired.el (dired-mode-map): Bind `\C-t\C-t' to
+       `tumme-dired-insert-marked-thumbs'.
+
+2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el (tumme-write-tag): Fix small bug (file name did not
+       include path).
+       (tumme-mark-tagged-files): Fix bug in regexp used to find rows
+       matching tag.
+
+2006-02-12  Miles Bader  <miles@gnu.org>
+
+       * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
+       New variables.
+       (rcirc-abbrev-nick): New function.
+       (rcirc-format-response-string): Rewrite to use the formats in
+       `rcirc-response-formats' and expand escape sequences therein.
+       A text-property `rcirc-text' is added over the actual response
+       text to make easy to find inside the returned string.
+       (rcirc-print): When filling, just look for the `rcirc-text'
+       text-property to find the appropriate fill prefix, instead of
+       using hardwired patterns.
+
+2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
+
+       * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
+       Managing Standard.
+
+2006-02-11  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
+       Don't use insert-buffer; do insert-buffer-substring directly.
+       (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
+
+2006-02-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * files.el (revert-buffer, recover-file): Replace buffer-read-only
+       with inhibit-read-only. Suggested by Stefan Monnier.
+       (revert-buffer): Let insert-file-contents discard
+       buffer-undo-list.  Simplify code.
+       (find-file, find-file-existing, revert-buffer): Doc-string fixes.
+
+2006-02-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * menu-bar.el (menu-bar-select-yank): Add a doc string.
+
+       * help.el (describe-key-briefly): Now a wrapper for
+       describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
+       to t.  Populate yank-menu if empty.
+       (describe-key-briefly-internal): Renamed from describe-key-briefly.
+       (describe-key): Now a wrapper for describe-key-internal.  Bind
+       enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
+       (describe-key-internal): Renamed from describe-key.
+
+2006-02-11  Milan Zamazal  <pdm@zamazal.org>
+
+       * progmodes/glasses.el (glasses-separator): Doc fix.
+       (glasses-original-separator): New defcustom.
+       (glasses-make-readable, glasses-convert-to-unreadable): Use it.
+
+2006-02-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * mwheel.el (mouse-wheel-up-event): Doc fix.
+
+2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
+
+       * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
+       (tumme-dir): New function.  Copied from thumbs.el.
+
+2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * desktop.el (desktop-outvar): Fix typo.
+       (desktop-save-buffer-p): Doc fix.
+
+       * subr.el (substitute-key-definition): Fix typo.
+
+2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * frame.el (select-frame-set-input-focus): Call x-focus-frame also
+       when window-system is mac.
+
+       * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
+
+2006-02-10  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (substitute-key-definition-key): Pass t for NOERROR to
+       indirect-function instead of using condition-case.
+
+2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
+       less `colloquial'...
+
+2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el: Add a couple of todo items.
+
+2006-02-09  Lars Hansen  <larsh@soem.dk>
+
+       * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
+       (highlight-changes-mode): Don't change desktop-locals-to-save.
+
+2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-mode.el (image-toggle-display): Clear image cache if using
+       filename.
+
+2006-02-09  Masatake YAMATO  <jet@gyve.org>
+
+       * dired-x.el (dired-guess-shell-alist-default): Add .man as
+       a `dired-man' target.
+
+       * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
+       boundary of symbols.
+
+2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
+
+       * vc-svn.el (vc-svn-print-log): Show recent commits as well.
+
+2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
+       `mapcar'; return nil.
+
+2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mouse.el (mouse-drag-track): Don't change window if we rebind to
+       some other event.
+
+2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
+
+       * net/rcirc.el (rcirc-startup-channels-alist):
+       Add irc.freenode.net and #emacs as defaults.
+       (rcirc-ignore-all-activity-flag): Remove variable.
+       (rcirc-authinfo): New variable.
+       (rcirc-authinfo-filename): Remove variable.
+       (rcirc-always-use-server-buffer-flag): New flag.
+       (rcirc): M-x rcirc will automatically connect without prompting.
+       C-u M-x rcirc will prompt.  Use rcirc-connect to create a
+       connection in lisp.
+       (rcirc-process-server-response-1): Remove everything but the nick
+       portion of the sender so it doesn't need to be done everywhere
+       else.  Update related code.
+       (global-map): Remove global keybindings.
+       (rcirc-get-buffer-create): Make sure rcirc-topic is set.
+       (rcirc-send-input): Split into several functions.
+       (rcirc-process-input-line, rcirc-process-message)
+       (rcirc-process-command): New functions.
+       (rcirc-target-buffer): New function to determine where to route
+       messages.
+       (rcirc-user-nick): Save match data.
+       (rcirc-toggle-ignore-buffer-activity)
+       (rcirc-update-activity-string): Remove global ignore functionality,
+       which can be done now by toggling rcirc-track-minor-mode.
+       (rcirc-track-minor-mode-map): New keymap.
+       (rcirc-track-minor-mode): New minor-mode.
+       (ignore): Make the ignore output nicer.  Always print it when
+       adding or removing nicks.
+       (rcirc-url-regexp): Improve.
+       (rcirc-mangle-text): Remove properties before using text in the
+       modeline.
+       (rcirc-authenticate): Authentication data comes from
+       rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
+       (rcirc-server-prefix): Inherit from rcirc-server.
+
+2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
+
+       * Makefile.in (compile): Append "|| true" to the end of the `find'
+       command, like compile-always does.
+
+2006-02-08  Sam Steingold  <sds@gnu.org>
+
+       * net/tramp.el (tramp-maybe-open-connection): Do not wait for
+       output from a dead connection.
+
+2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
+
+       * dired.el (dired-mode-map): Add more bindings for tumme.
+
+2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * wdired.el (wdired-mode-map): Use remap.
+       (wdired-get-filename): Massage.
+       (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
+       (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
+       `keymap' property rather than `local-map'.
+
+2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
+
+       * tumme.el (tumme-get-thumbnail-image): New utility function.
+       Suggested by from Chong Yidong.
+       (tumme-dired-with-window-configuration): Rename from
+       `tumme-dired'.  Add code to save window configuration.
+       (tumme-restore-window-configuration): New command to restore the
+       window configuration that `tumme-dired-with-window-configuration'
+       saves before it changes the window configuration.
+       (tumme-show-all-from-dir): New command to display thumbnails for
+       all files in a directory entered by the user, like M-x thumbs.
+       (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
+       have been created.
+       (tumme-display-thumbnail-original-image): Call `display-buffer'.
+       (obsolete-tumme-display-thumbnail-original-image-and-buffer):
+       Remove obsolete test function.
+
+2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * vc.el (small-temporary-file-directory): Remove defvar; there's
+       a defcustom for it in files.el.
+
+       * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
+       Fix typo in message.
+       (tumme-gallery-generate): Fix typo in `error' message.
+       (tumme-display-window-height-correction)
+       (tumme-display-window-width-correction, tumme-line-up-dynamic)
+       (tumme-line-up-interactive): Dox fixes.
+       (tumme-cmd-rotate-original-options, tumme-display-properties-format)
+       (tumme-restore-window-configuration, tumme-format-properties-string)
+       (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
+       Fix typos in docstrings.
+
+2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
+
+       * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
+
+2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
+       User should use hook if desired.
+
+       * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
+       buffer if necessary.
+       (gdb-delete-frame-or-window): New function.
+       (gdb-breakpoints-mode-map): Bind "q" to it.
+
+2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/nroff-mode.el: Clean up name space.
+       (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
+       (nroff-mode): Obey the global setting of nroff-electric-mode.
+       (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
+
+       * calendar/calendar.el (calendar-increment-month): Typo in last change.
+
+2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
+
+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
 
 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.
 
        * international/latexenc.el: Add a suitable `coding:' tag.
        (latexenc-find-file-coding-system): Undo last change.
 
-2006-01-27  Arne J\e,bx\e(Brgensen  <arne@arnested.dk>
+2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
 
        * international/latexenc.el (latexenc-find-file-coding-system):
        Make sure latexenc-main-file is a regular file and is readable.
@@ -19897,7 +20404,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.