(f90-mode-map): Don't bind \t and \r.
[bpt/emacs.git] / lisp / ChangeLog
index 1bb4e77..087317b 100644 (file)
@@ -1,3 +1,108 @@
+2008-09-12  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
+
+       * indent.el (indent-line-function): Doc fix.
+       * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
+
+2008-09-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (pop-to-buffer): If the window for buffer-or-name is
+       not on the selected frame, raise that window's frame and give it
+       input focus.  (Bug#745)
+
+2008-09-11  Glenn Morris  <rgm@gnu.org>
+
+       * ido.el (ido-mode): Initialize with custom-initialize-default,
+       rather than a set function.  (Bug#947)
+
+2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * replace.el (perform-replace): Don't set inhibit-read-only using
+       query-replace-skip-read-only (bug#956).
+
+       * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
+       of the <<foo>> form.
+
+2008-09-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer): Fix doc-string typo.
+
+2008-09-10  Kenichi Handa  <handa@m17n.org>
+
+       * composite.el (compose-gstring-for-graphic): Fix previous change.
+
+2008-09-10  Glenn Morris  <rgm@gnu.org>
+
+       * info.el (Info-try-follow-nearest-node): Fix doc typo.
+
+2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
+
+       * info.el (Info-mouse-follow-nearest-node): Follow links to different
+       manuals.  (Bug#886)
+
+2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ido.el (ido-unload-function): New function.
+
+2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ido.el (ido-file-internal): Fix typo in prompt.
+       (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
+       (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
+       (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
+       (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
+       Fix typos in docstrings.
+
+2008-09-08  Martin Rudalics  <rudalics@gmx.at>
+
+       * help-fns.el (describe-function-1): Don't print extra newline
+       after filling.
+
+2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * help-fns.el (find-lisp-object-file-name): Handle case where
+       library is compressed.
+
+2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * complete.el (PC-do-completion): Don't replace buffer
+       contents (bug#227).
+
+2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * loadhist.el (unload-feature-special-hooks):
+       Add `choose-completion-string-functions'.
+
+2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-svn.el (vc-svn-root):
+       * vc-sccs.el (vc-sccs-root):
+       * vc-rcs.el (vc-rcs-root):
+       * vc-cvs.el (vc-cvs-root): Delete.
+       * vc-hooks.el (vc-find-root): Remove `invert' argument.
+
+2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
+
+       * progmodes/flymake.el (flymake-parse-err-lines): Filter out
+       errors occurring in different files.
+
+2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
+       (vc-bzr-status-printer): New function.
+       (vc-bzr-after-dir-status): Deal with renamed files.
+
+2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
+
+       * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
+       buffer's filename.
+
+2008-09-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * subr.el (cancel-change-group): Widen buffer temporarily when
+       undoing changes.  (Bug#810)
+
 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
        (proced-sorting-schemes-alist, proced-sorting-scheme)
        (proced-header-alist, proced-sorting-schemes-re)
        (proced-skip-regexp, proced-next-line, proced-previous-line)
-       (proced-listing-type, proced-sorting-scheme-p): Removed.
+       (proced-listing-type, proced-sorting-scheme-p): Remove.
        (proced-grammar-alist, proced-custom-attributes)
        (proced-format-alist, proced-format, proced-filter-alist)
        (proced-filter, proced-sort, proced-goal-attribute)
        Simplify.
        (proced-omit-processes): Use use-region-p.
        (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
-       (proced-sort-start, proced-sort-time, proced-sort-user): Use
-       proced-sort-interactive.
+       (proced-sort-start, proced-sort-time, proced-sort-user):
+       Use proced-sort-interactive.
        (proced-sort): Make it a function that performs the actual sort.
        (proced-update): New arg revert.  Use proced-process-alist,
        proced-filter, proced-sort, proced-format, and
        proced-grammar-alist.  Preserve position of point based on fields.
        Make header line and fields clickable.
-       (proced-send-signal): Use proced-pid-at-point and
-       proced-process-alist.
+       (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
        (proced-why): Use save-selected-window.
        (proced-log): Use buffer-read-only.
 
 
        * add-log.el (change-log-default-name): Autoload safety.
 
-2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
+2008-09-05 Wilson Snyder  <wsnyder@wsnyder.org>
 
        * verilog-mode.el (verilog-library-extensions): Enable .sv
        filename extensions to call verilog-mode.
        (verilog-submit-bug-report): Update author support URLs.
        (verilog-delete-auto, verilog-auto-inout-module)
        (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
-       creating complemented testbench modules.  Suggested by Yishay
-       Belkind.
-       (verilog-auto-inst-port, verilog-simplify-range-expression): When
-       verilog-auto-inst-param-value is set, don't require a
+       creating complemented testbench modules.  Suggested by Yishay Belkind.
+       (verilog-auto-inst-port, verilog-simplify-range-expression):
+       When verilog-auto-inst-param-value is set, don't require a
        AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
        Yishay Belkind.
        (verilog-auto-inst-param-value): Add safe variable.
-       (verilog-re-search-forward, verilog-re-search-backward): Fix
-       returning wrong search results on Emacs 22.1.
+       (verilog-re-search-forward, verilog-re-search-backward):
+       Fix returning wrong search results on Emacs 22.1.
        (verilog-modi-cache-results, verilog-auto): Fix warning message
        about "toggling font-lock-mode."
        (verilog-auto): Fix losing font-lock on errors.
        (verilog-auto-inst-param-value, verilog-mode-version)
        (verilog-mode-version-date, verilog-read-inst-param-value)
        (verilog-auto-inst, verilog-auto-inst-param)
-       (verilog-auto-inst-port, verilog-simplify-range-expression): Allow
-       parameters to be replaced with their values, on the expansion of
-       an AUTOINST with Verilog 2001 style parameter settings.  Suggested
-       by David Rogoff.
+       (verilog-auto-inst-port, verilog-simplify-range-expression):
+       Allow parameters to be replaced with their values, on the expansion of
+       an AUTOINST with Verilog 2001 style parameter settings.
+       Suggested by David Rogoff.
 
 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
 
 
 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * whitespace.el (whitespace-kill-buffer-hook, whitespace-action): Don't
-       clean up a buffer when killing it.
+       * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
+       Don't clean up a buffer when killing it.
 
 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
 
        * composite.el (find-composition): Mention about the automatic
        composition in the docstring.
+       (compose-gstring-for-graphic): Fix handling "above" marks.
 
-       * descr-text.el (describe-char): Fix handling of automatic
-       composition.
+       * descr-text.el (describe-char): Fix handling of automatic composition.
 
 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
 
 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * term/ns-win.el (global): Uncomment "put backspace
-       ascii-character..." and friends, they are needed for tramp.
+       ascii-character..." and friends, they are needed for tramp.  (Bug#725)
 
 2008-08-18  Kenichi Handa  <handa@m17n.org>
 
        hollow if not in innermost frame.
 
 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
-
        Make `checkout-model' apply to filesets.
        * vc-hooks.el (vc-checkout-model): Rewrite.
        (vc-before-save, vc-after-save): Adjust callers accordingly.