* play/solitaire.el (solitaire-mode-map): Define within defvar.
[bpt/emacs.git] / lisp / ChangeLog
index 729c085..de89e53 100644 (file)
@@ -1,3 +1,194 @@
+2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * play/solitaire.el (solitaire-mode-map): Define within defvar.
+       (solitaire-mode): Define with `define-derived-mode'.
+       (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
+       (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
+       (solitaire-undo, solitaire-check): Use `when'.
+       (solitaire-solve): Err out if the solitaire is already in progress.
+       Use `when'.
+
+       * descr-text.el (describe-char): Don't overwrite local variable char
+       when describing characters with display-table entries.  Display font
+       backend when describing composed characters.  Simplify: use `let'
+       instead of `let*', and `or x y' instead of `if x x y'.
+
+2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-mode.el (image-minor-mode): Set up winprops.
+
+2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * diff-mode.el (diff-show-trailing-blanks): New fun.  Show trailing
+       blanks in modified lines for diff-mode.
+
+2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * Makefile.in (ELCFILES): Add net/xesam.el.
+
+       * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
+       process name.  Reported by Markus Triska <markus.triska@gmx.at>.
+
+       * net/xesam.el: New file.
+
+2008-07-24  Sven Joachim  <svenjoac@gmx.de>
+
+       * dired-aux.el (dired-copy-file-recursive): Avoid calling
+       set-file-modes when creating target directories.
+
+2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * play/solitaire.el (solitaire-mode): Fix typo in docstring.
+       Set `show-trailing-whitespace' to nil.
+       (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
+       Fix typos in docstrings.
+
+2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
+       key remapping, not directly.
+
+2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * whitespace.el: New version 11.2.
+       (whitespace-newline-mode, global-whitespace-newline-mode): New newline
+       minor mode visualization.
+
+2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
+
+       * Makefile.in (ELCFILES): Add term/common-win.elc.
+
+       * vc-dir.el (vc-dir-search, vc-dir-isearch)
+       (vc-dir-isearch-regexp): New functions.
+       (vc-dir-mode-map, vc-dir-menu-map): Bind them.
+
+2008-07-23  Juri Linkov  <juri@jurta.org>
+
+       * isearch-multi.el: Remove file to avoid dos file name clashes
+       with isearch-x.el.  Move most content to misearch.el.
+
+       * misearch.el: New file with most content from isearch-multi.el.
+       Rename `isearch-buffers' name prefixes to `multi-isearch'.
+       Remove `isearch-buffers-minor-mode'.  Add new function
+       `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
+       commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
+       `multi-isearch-files', `multi-isearch-files-regexp'.
+
+       * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
+
+       * isearch.el (isearch-message-prefix): Display "Multi" when
+       `multi-isearch-next-buffer-current-function' is non-nil.
+       (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
+       with `multi-isearch-next-buffer-current-function', and
+       `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
+
+       * add-log.el (change-log-mode): Set `change-log-next-buffer' to
+       `multi-isearch-next-buffer-function' instead of
+       `isearch-buffers-next-buffer-function'.  Remove call to
+       `isearch-buffers-minor-mode'.
+
+       * buff-menu.el (Buffer-menu-marked-buffers)
+       (Buffer-menu-isearch-buffers)
+       (Buffer-menu-isearch-buffers-regexp): New functions.
+       (Buffer-menu-mode-map): Bind "M-s a C-s" to
+       `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
+       `Buffer-menu-isearch-buffers-regexp'.
+       (Buffer-menu-mode): Document new commands in docstring.
+       (list-buffers-noselect): Add one space after Info file name
+       according to the Info address convention.
+
+       * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
+       New functions.
+
+       * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
+       `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
+       (ibuffer-mode): Document new commands in docstring.
+
+       * filesets.el (filesets-commands): Add commands for "Isearch" and
+       "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
+       with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
+       (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
+       or `multi-isearch-files-regexp'.
+       (filesets-cmd-query-replace-getargs): Call standard function
+       `query-replace-read-args' to read `query-replace' arguments.
+       Add `multi-query-replace-map'.
+       (filesets-cmd-query-replace-regexp-getargs)
+       (filesets-cmd-isearch-getargs): New functions.
+
+2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * international/mule.el (recode-region): Deactivate mark at the end.
+
+2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
+
+       * progmodes/flymake.el (flymake-errline, flymake-warnline):
+       Use more suitable colors on dark displays.
+
+2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
+       "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
+       (tramp-temp-buffer-name): New defconst.
+       (tramp-handle-start-file-process): Use it.  Apply "exec", for the
+       command.  No trailing prompt.
+       (tramp-process-sentinel): Remove temporary buffer, if existing.
+       Don't handle trailing prompt.
+       (tramp-open-connection-setup-interactive-shell):
+       Use `tramp-temp-buffer-name'.
+
+2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * shell.el (shell-dynamic-complete-functions):
+       Use comint-dynamic-complete-filename as well (bug#361).
+
+2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/ns-win.el:
+       * version.el (emacs-version):
+       * loadup.el:
+       * frame.el (make-frame-on-display): Check for ns instead of
+       ns-windowing.
+
+       * dired.el (dired-mode-map): Show the key binding for wdired.
+
+       * menu-bar.el (menu-bar-file-menu): Show the key binding for
+       exiting Emacs.
+
+2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * term/ns-win.el (x-list-fonts): Drop alias.
+
+2008-07-23  Juri Linkov  <juri@jurta.org>
+
+       * replace.el (multi-query-replace-map): New variable.
+       (perform-replace): Add processing of new multi-buffer keys bound
+       to `automatic-all' and `exit-current'.  Set `query-flag' to nil
+       if last input char was `automatic-all'.  Set new local variable
+       `multi-buffer' to t when one of new two keys were typed.  Return
+       non-nil value of `multi-buffer' that tells to calling functions
+       to continue replacement on the next file.
+
+       * progmodes/etags.el (tags-query-replace): Set arg `map' of
+       `perform-replace' to `multi-query-replace-map'.
+
+2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
+       otherwise displayed in every buffer.
+
+       * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
+       (vc-arch-trim-one-revlib): Delete temp directories as well.
+
+2008-07-22  Stephen Eglen  <stephen@gnu.org>
+
+       * iswitchb.el (iswitchb-delim): New variable, suggested by Ted Roden.
+
+2008-07-22  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
+
+       * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
+
 2008-07-22  Miles Bader  <miles@gnu.org>
 
        * progmodes/sh-script.el (sh-newline-and-indent): Remove.
        * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
        for "word wrap" command.
 
-       * simple.el (visual-line-mode): Disable
-       truncate-partial-width-windows.
+       * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
 
 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
 
        * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
        splitter in context hunks.
-
 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
 
        * international/fontset.el (setup-default-fontset): Fix arabic otf