(query-replace-show-replacement): New defcustom.
[bpt/emacs.git] / lisp / ChangeLog
index 1919f43..ec6c084 100644 (file)
@@ -1,3 +1,114 @@
+2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
+
+       * replace.el (query-replace-show-replacement): New defcustom.
+       (perform-replace): Use `match-substitute-replacement' if
+       `query-replace-show-replacement' is non-nil.
+
+2007-11-10  David Kastrup  <dak@gnu.org>
+
+       * subr.el (match-substitute-replacement): New function.
+
+2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
+
+       * files.el (auto-mode-alist): Select org-mode for files with the
+       extension ".org".
+
+2007-11-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * help.el (help-window, help-window-point-marker): New variables.
+       (help-window-select): New option.
+       (with-help-window): New macro for displaying help windows.
+       (help-window-display-message, help-window-setup-finish)
+       (help-window-setup): New functions used for setting up help windows.
+       (print-help-return-message): Reset help-window to nil.
+       (view-lossage): Use with-help-window instead of
+       with-output-to-temp-buffer and move help-window-point-marker after
+       inserted text.
+       (describe-bindings, describe-key, describe-mode): Use
+       with-help-window instead of with-output-to-temp-buffer.
+
+       * help-mode.el (help-mode): Set view-exit-action to bury the
+       buffer instead of fiddling with windows.  Simplify code.
+       (help-mode-finish): When help-window eqs t set it to the selected
+       window and have with-help-window set up view-return-to-alist.
+       (help-buffer): Add autoload cookie.
+
+       * view.el (view-remove-frame-by-deleting): Change default value to t.
+       Add autoload cookie.
+       (view-exit-action, view-file, view-file-other-window)
+       (view-file-other-frame, view-buffer, view-buffer-other-window)
+       (view-buffer-other-frame): Rewrite doc strings.
+       (view-return-to-alist-update): New function to remove stale entries
+       from view-return-to-alist.
+       (view-mode-enter): Rewrite doc string and simplify code.
+       (view-mode-exit): Handle new case 'keep-frame.  Don't reset
+       view-exit-action to nil.  Simplify code and rewrite doc string.
+
+       * apropos.el (apropos-describe-plist):
+       * descr-text.el (describe-char):
+       * disp-table.el (describe-display-table):
+       * faces.el (list-faces-display, describe-face):
+       * facemenu.el (list-colors-display):
+       * help-fns.el (describe-function, describe-variable)
+       (describe-syntax, describe-categories):
+       Use with-help-window instead of with-output-to-temp-buffer.
+
+2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize
+       (featurep 'emacs) to t.
+
+       * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition): New
+       function.
+       (byte-compile-maybe-guarded): Use it to also look for bound
+       symbols inside `and' forms.  Comment out non-working code that was
+       trying to avoid warnings for XEmacs code.
+
+       * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
+
+       * vc-svn.el (vc-svn-print-log, vc-svn-diff):
+       * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
+       * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
+       (vc-cvs-annotate-command):
+       * vc-arch.el (vc-arch-diff): Remove test to check if start-process
+       is bound, it always is.
+
+2007-11-10  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el (w32-initialize-window-system): Move SJIS font
+       setup here from global scope.
+
+2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ido.el (ido-save-history): Save the history file in UTF-8, not
+       the current filename coding system.
+
+2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (interprogram-cut-function, interprogram-paste-function):
+       Don't make them frame-local any more.
+
+       * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
+       Don't set interprogram-(cut|paste)-function on each frame.
+
+       * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
+       Make them work in tty frames.
+       (interprogram-cut-function, interprogram-paste-function):
+       Set them globally.
+
+2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
+       (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
+       (iso-iso2duden-trans-tab): Add docstring.
+
+2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * abbrev.el (define-abbrev-table): Record the variable definition.
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
+       New function.
+
 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * ps-print.el: Clean the code for checking suitable Emacs version.