lisp/finder.el: Revert part of 2014-02-28 change.
[bpt/emacs.git] / lisp / ChangeLog
index 91eea53..55490e5 100644 (file)
@@ -1,3 +1,279 @@
+2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * finder.el (finder-mode-map, finder-mode-syntax-table):
+       Revert part of 2014-02-28 change.
+
+2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
+       (eww-setup-buffer): Clear next/prev/etc more reliably.
+
+2014-03-04  Glenn Morris  <rgm@gnu.org>
+
+       * minibuffer.el (completion-hilit-commonality):
+       Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
+
+2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hilit-chg.el (hilit-chg-unload-function): New function.
+       (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
+       (hilit-chg-map-changes): Prefer cardinal number to digit.
+       (hilit-chg-display-changes): Reflow docstring.
+       (highlight-changes-rotate-faces): Remove superfluous backslash.
+
+2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
+       `tramp-send-command-and-check'.
+
+2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hexl.el (hexl-address-region, hexl-ascii-region)
+       (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
+       (hexl-backward-short, hexl-forward-short, hexl-backward-word)
+       (hexl-forward-word, hexl-previous-line, hexl-next-line):
+       Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
+       (hexl-mode): Doc fix.
+       (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
+       (hexl-mode-ruler): Fix typos in docstrings.
+
+       * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
+       (strokes-character, strokes-get-grid-position, strokes-list-strokes):
+       Remove superfluous backslashes.
+       (strokes-last-stroke, strokes-global-map, strokes-mode):
+       Reflow docstrings.
+       (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
+       (strokes-xpm-for-compressed-string): Use quotes with buffer name.
+       (strokes-distance-squared, strokes-global-set-stroke)
+       (strokes-global-set-stroke-string): Doc fixes.
+       (strokes-help): Fix typos; reflow docstring.
+
+2014-03-04  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-in-direction): Fix doc-string.
+
+2014-03-04  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/smie.el (smie-config-guess): Doc fix.
+       Explicit error if no grammar.
+       (smie-config-save): Doc fix.  Fix quote typo.
+
+2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
+       electric-indent-mode-hook if we obey electric-indent-mode.
+       (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
+       decide whether we obey electric-indent-mode.
+       (c-change-set-fl-decl-start, c-extend-after-change-region):
+       Silence warnings.
+       (c-electric-indent-mode-hook): Assume we do want to obey
+       electric-indent-mode.
+
+       * electric.el (electric-indent-mode-has-been-called): Remove.
+       (electric-indent-mode): Fix accordingly.
+
+       * files.el (hack-local-variables): Mention file name in warning.
+
+       * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
+
+2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
+
+       * binding.el: Add comment describing why C-d binds to `delete-char'.
+       * simple.el (delete-forward-char): Mark as interactive-only.
+
+2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * icomplete.el (icomplete-completions):
+       Follow-up to 2014-03-01 change.
+
+       * icomplete.el: Miscellaneous doc fixes.
+       Use Icomplete everywhere instead of icomplete for consistency.
+       (icomplete-max-delay-chars): Fix typo.
+       (icomplete-mode): Use \[].
+       (icomplete-tidy, icomplete-exhibit): Reflow.
+       (icomplete-minibuffer-setup-hook, icomplete-completions):
+       Remove superfluous backlashes.
+
+       * ido.el: Miscellaneous doc fixes.
+       Use Ido everywhere instead of ido or `ido' for consistency.
+       (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
+       (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
+       (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
+       (ido-separator): Extract obsolescence info from docstring and declare
+       with make-obsolete-variable.
+       (ido-minibuffer-setup-hook): Simplify example.
+       (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
+       (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
+       (ido-completion-help, ido-completing-read): Fix typos in docstrings.
+       (ido-everywhere): Reflow docstring.
+       (ido-toggle-vc): Doc fix.
+       (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
+       of long list of keybindings.
+
+2014-03-03  Glenn Morris  <rgm@gnu.org>
+
+       * frame.el (display-pixel-height, display-pixel-width)
+       (display-mm-dimensions-alist, display-mm-height)
+       (display-mm-width): Doc tweaks.
+
+2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
+
+       * simple.el (undo-elt-in-region): Fix buffer corruption for edge
+       case of undo in region.
+
+2014-03-02  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (fit-window-to-buffer): Fix argument in window-size
+       call when window is horizontally combined.
+
+2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * icomplete.el (icomplete-completions): Use string-width.
+       Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
+
+2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby-font-lock-keywords):
+       Highlight regexp options.  (Bug#16914)
+
+2014-03-01  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window--max-delta-1): Round down when calculating
+       how many lines/columns we can get from a window.
+
+2014-03-01  Glenn Morris  <rgm@gnu.org>
+
+       * isearch.el (search-invisible): Doc fix.
+
+       * minibuffer.el (completion-hilit-commonality):
+       Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
+       * comint.el (comint-dynamic-list-completions): Doc fix.
+       * comint.el (comint-dynamic-list-completions):
+       * filecache.el (file-cache-minibuffer-complete):
+       * tempo.el (tempo-display-completions):
+       * eshell/em-hist.el (eshell-list-history):
+       Replace use of obsolete argument of display-completion-list.
+
+2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * icomplete.el (icomplete-completions):
+       Revert back to using "..." when ?… cannot be displayed.
+
+2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * finder.el (finder-unload-function): New function.
+
+2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dframe.el (dframe-detach):
+       * find-dired.el (find-dired, find-name-dired):
+       * finder.el (finder-mode-map, finder-mode-syntax-table)
+       (finder-headmark, finder-select, finder-mouse-select):
+       Fix docstring typos.
+
+2014-02-28  Martin Rudalics  <rudalics@gmx.at>
+
+       Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
+       * window.el (with-temp-buffer-window): Revert change from
+       2014-02-21.  Suggested by Thierry Volpiatto.
+       <thierry.volpiatto@gmail.com>.  Fix doc-string based on a
+       suggestion by Nicolas Richard <theonewiththeevillook@yahoo.fr>.
+       * help.el (with-help-window): Fix doc-string.
+
+2014-02-28  Ivan Kanis  <ivan@kanis.fr>
+
+       * net/shr.el (shr-image-animate): New option.
+       (shr-put-image): Respect shr-image-animate.
+
+2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-adb.el (tramp-adb-parse-device-names):
+       Use `accept-process-output'.
+       (tramp-adb-handle-file-truename): Cache the localname only.
+       (tramp-adb-handle-make-directory)
+       (tramp-adb-handle-delete-directory): Flush file properties correctly.
+       (tramp-adb-handle-set-file-modes): Do not raise an error when file
+       modes cannot be changed.
+
+       * net/tramp-cache.el (tramp-flush-directory-property): Remove also
+       file properties of symlinks.
+
+2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
+
+       * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
+       required/optional fields to match development biblatex.  (Bug#16781)
+
+2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
+
+       * saveplace.el (toggle-save-place):
+       Fix argument handling.  (Bug#16673)
+
+2014-02-28  Glenn Morris  <rgm@gnu.org>
+
+       * minibuffer.el (completions-first-difference)
+       (completions-common-part, completion-hilit-commonality): Doc fixes.
+
+2014-02-28  Karl Berry  <karl@gnu.org>
+
+       * info.el (Info-mode-map): Add H for describe-mode,
+       to synchronize with standalone Info.
+
+2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
+
+       * progmodes/sql.el (sql-interactive-mode):
+       Avoid setting global comint-input-ring-separator.  (Bug#16814)
+
+2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/dbus.el (dbus--init-bus): Declare function.
+       (dbus-path-local, dbus-interface-local): New defconst.
+       (dbus-init-bus): Use them.
+       (dbus-return-values-table): Extend doc.
+       (dbus-handle-bus-disconnect): Extend error message.
+
+2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (y-or-n-p): Fix double space issue in message.
+
+2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-call-process): Improve trace message.
+       (tramp-handle-insert-file-contents): Trace error case.
+
+       * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
+       <insert-directory>: Use `tramp-handle-insert-directory'.
+       (tramp-adb-handle-insert-directory): Remove function.
+       (tramp-adb-send-command-and-check): New defun, replacing
+       `tramp-adb-command-exit-status'.  Change all callees.
+       (tramp-adb-handle-file-attributes)
+       (tramp-adb-handle-directory-files-and-attributes): Use it.
+       (tramp-adb-ls-output-name-less-p):
+       Use `directory-listing-before-filename-regexp'.
+       (tramp-adb-handle-delete-directory): Flush also file properties of
+       the truename of directory.
+       (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
+       (tramp-adb-handle-file-local-copy): Make the local copy readable.
+       (tramp-adb-handle-write-region): Implement APPEND.
+       (tramp-adb-handle-rename-file): Make it more robust.  Flush file
+       properties correctly.
+       (tramp-adb-maybe-open-connection): Set `tramp-current-*'
+       variables.  Check for connected devices only when needed.
+
+2014-02-27  Glenn Morris  <rgm@gnu.org>
+
+       * minibuffer.el (completion-table-dynamic)
+       (completion-table-with-cache): Doc fixes.
+
+       * emacs-lisp/crm.el (crm-default-separator, crm-separator)
+       (completing-read-multiple): Doc fixes.
+
+2014-02-27  Daniel Colascione  <dancol@dancol.org>
+
+       * minibuffer.el (completion--nth-completion): Fix indentation.
+
+       * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
+       explicit tramp path is empty.
+
 2014-02-27  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp/crm.el (completing-read-multiple):
 
 2014-02-22  Daniel Colascione  <dancol@dancol.org>
 
-       * net/secrets.el (secrets-create-item,secrets-search-items): Check
-       that attribute values are strings, avoiding the construction of
-       invalid dbus messages.
+       * net/secrets.el (secrets-create-item,secrets-search-items):
+       Check that attribute values are strings, avoiding the construction
+       of invalid dbus messages.
 
 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
 
        (sql-oracle-options): New default value ("-L").
        (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
        (sql-placeholders-filter): Correct placeholder pattern.
-       (sql-read-table-name): Bug fix. Detect absence of SQLi process.
+       (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
        (sql-login-delay): New variable.
        (sql-product-interactive): Use it.
 
 
 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
 
-       * progmodes/python.el (python-shell-send-string):
+       * progmodes/python.el (python-shell-send-string)
        (python-shell-send-string-no-output): Fix docstring (Bug#16547).
 
 2014-02-04  Anders Lindgren  <andlind@gmail.com>
 
 2014-02-02  Daniel Colascione  <dancol@dancol.org>
 
-       * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
+       * progmodes/cc-defs.el (c-find-assignment-for-mode):
+       Make loading cc-mode silent.
 
 2014-02-02  Daniel Colascione  <dancol@dancol.org>
 
-       * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
+       * comint.el (comint-prompt-read-only): Change doc to suggest
+       remap keybinding.
 
 2014-02-02  Glenn Morris  <rgm@gnu.org>
 
 
        * international/quail.el (quail-define-package): Doc fix.
 
-       * emacs-lisp/authors.el (authors-valid-file-names):
+       * emacs-lisp/authors.el (authors-valid-file-names)
        (authors-renamed-files-alist): Additions.
 
        * vc/vc-git.el (vc-git-print-log): Remove --follow;
        * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
 
        Make M-x authors return zero *Authors Errors* from current logs.
-       * emacs-lisp/authors.el (authors-obsolete-files-regexps):
+       * emacs-lisp/authors.el (authors-obsolete-files-regexps)
        (authors-ignored-files): Add some entries, remove others.
        (authors-ambiguous-files, authors-valid-file-names):
        Add some entries.
        Spelling fixes.
        * emacs-lisp/generic.el (generic--normalize-comments):
        Rename from generic--normalise-comments.  All uses changed.
-       * play/bubbles.el (bubbles--neighborhood-score):
+       * play/bubbles.el (bubbles--neighborhood-score)
        (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
        (bubbles--neighborhood-available)
        (bubbles--update-neighborhood-score):
 
 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
 
-       * progmodes/python.el:
-       (python-nav--lisp-forward-sexp): New function.
+       * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
        (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
        python-nav-lisp-forward-sexp-safe.
        (python-nav--forward-sexp): New argument SAFE allows switching
        * emacs-lisp/debug.el (debug): Use window-total-height instead
        of window-total-size.
        * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
-       * help.el (describe-bindings-internal): Call help-buffer
+       * help.el (describe-bindings-internal): Use help-buffer as
+       argument for with-help-window.
        (temp-buffer-max-width): New option.
        (resize-temp-buffer-window, help-window-setup)
        (with-help-window): Rewrite.
        (find-buffer-file-type-coding-system): Mark obsolete.
        (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
        find-file-not-found-set-buffer-file-coding-system.
-       (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
+       (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
        (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
-       (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
+       (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
        (w32-direct-print-region-helper, w32-direct-print-region-function)
        (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
        * startup.el (normal-top-level-add-subdirs-to-load-path):
 
 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
 
-       * image.el (defimage):
-       (image-load-path): Doc fixes.
+       * image.el (defimage, image-load-path): Doc fixes.
 
 2013-10-27  Alan Mackenzie  <acm@muc.de>
 
        (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
        (verilog-at-close-struct-p): New functions.
        (verilog-beg-block-re-ordered, verilog-extended-case-re)
-       (verilog-forward-sexp, verilog-set-auto-endcomments):
+       (verilog-forward-sexp, verilog-set-auto-endcomments)
        (verilog-leap-to-case-head): Handle "unique0" case.
        (verilog-in-constraint-re): New constant.
        (verilog-keywords, verilog-type-font-keywords):
 
 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * emacs-lisp/cl-macs.el:
-       (cl--loop-destr-temps): Remove.
+       * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
        (cl--loop-iterator-function): Rename from cl--loop-map-form and change
        its convention.
        (cl--loop-set-iterator-function): New function.
 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
 
        * vc/vc.el (vc-ignore): Rewrite.
-       (vc-default-ignore-completion-table):
-       (vc--read-lines):
+       (vc-default-ignore-completion-table, vc--read-lines)
        (vc--add-line, vc--remove-regexp): New functions.
 
        * vc/vc-svn.el (vc-svn-ignore): Doc fix.
        (vc-svn-ignore-completion-table): New function.
 
        * vc/vc-hg.el (vc-hg-ignore): Rewrite.
-       (vc-hg-ignore-completion-table):
+       (vc-hg-ignore-completion-table)
        (vc-hg-find-ignore-file): New functions.
 
        * vc/vc-git.el (vc-git-ignore): Rewrite.
-       (vc-git-ignore-completion-table):
+       (vc-git-ignore-completion-table)
        (vc-git-find-ignore-file): New functions.
 
        * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
 
        * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
-       (vc-bzr-ignore-completion-table):
+       (vc-bzr-ignore-completion-table)
        (vc-bzr-find-ignore-file): New functions.
 
 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
        * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
        Remove functions.
 
-       * autorevert.el (auto-revert-use-notify):
+       * autorevert.el (auto-revert-use-notify)
        (auto-revert-notify-add-watch):
        * net/tramp.el (tramp-file-name-for-operation):
        * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
 
 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
 
-       * ido.el (ido-fractionp):
-       (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
-       (ido-max-file-prompt-width, ido-unc-hosts-cache)
-       (ido-max-directory-size, ido-max-dir-file-cache)
+       * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
+       (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
+       (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
        (ido-decorations): Doc fix.
 
        * ansi-color.el: Fix old URL.
 
 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
 
-       * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
+       * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
        (ruby-syntax-expansion-allowed-p): Support array of symbols, for
        Ruby 2.0.
        (ruby-font-lock-keywords): Distinguish calls to functions with
 
 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
 
-       * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
+       * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
        (tramp-sh-file-inotifywait-process-filter): Handle file names with
        spaces.
 
        (dired-safe-switches-p, dired-switches-escape-p)
        (dired-insert-old-subdirs, dired-move-to-end-of-filename)
        (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
-       (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
+       (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
        (dired-goto-next-nontrivial-file): Use `string-match-p'.
        (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
        (dired-toggle-marks, dired-mark-files-containing-regexp)
 
        * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
        (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
-       (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
+       (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
        (tramp-find-inline-compress): Improve traces.
        (tramp-maybe-send-script): Check for Perl binary.
        (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.