X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/b829360f5052d532a00f4693f9ca6494a348449e..e1a2cb1ce53d6c59e8c2d56bbdee8aac2e8151b1:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2da420c001..579acdb90c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,157 @@ +2014-03-05 Martin Rudalics + + * window.el (window-min-height, window-min-width): Rewrite + doc-strings. + (window-body-size): Add PIXELWISE argument to make it consistent + with its callees. + +2014-03-05 Juanma Barranquero + + * finder.el (finder-mode-map, finder-mode-syntax-table): + Revert part of 2014-02-28 change. + +2014-03-05 Lars Ingebrigtsen + + * 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 + + * minibuffer.el (completion-hilit-commonality): + Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933) + +2014-03-04 Juanma Barranquero + + * 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 + + * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call + `tramp-send-command-and-check'. + +2014-03-04 Juanma Barranquero + + * 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 + + * window.el (window-in-direction): Fix doc-string. + +2014-03-04 Glenn Morris + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * simple.el (undo-elt-in-region): Fix buffer corruption for edge + case of undo in region. + +2014-03-02 Martin Rudalics + + * window.el (fit-window-to-buffer): Fix argument in window-size + call when window is horizontally combined. + +2014-03-02 Juanma Barranquero + + * icomplete.el (icomplete-completions): Use string-width. + Suggested by Stefan Monnier . + +2014-03-01 Dmitry Gutov + + * progmodes/ruby-mode.el (ruby-font-lock-keywords): + Highlight regexp options. (Bug#16914) + +2014-03-01 Martin Rudalics + + * 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 + * 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. @@ -102,8 +254,8 @@ `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-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 "../". @@ -236,9 +388,9 @@ 2014-02-22 Daniel Colascione - * 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 @@ -480,7 +632,7 @@ (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. @@ -815,7 +967,7 @@ 2014-02-04 Fabián Ezequiel Gallina - * 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 @@ -885,11 +1037,13 @@ 2014-02-02 Daniel Colascione - * 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 - * 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 @@ -1157,7 +1311,7 @@ * 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; @@ -1293,7 +1447,7 @@ * 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. @@ -1440,7 +1594,7 @@ 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): @@ -1951,8 +2105,7 @@ 2013-12-25 Fabián Ezequiel Gallina - * 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 @@ -4400,9 +4553,9 @@ (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): @@ -4485,8 +4638,7 @@ 2013-10-27 Xue Fuqiao - * image.el (defimage): - (image-load-path): Doc fixes. + * image.el (defimage, image-load-path): Doc fixes. 2013-10-27 Alan Mackenzie @@ -4862,7 +5014,7 @@ (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): @@ -5688,8 +5840,7 @@ 2013-09-28 Stefan Monnier - * 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. @@ -7864,25 +8015,24 @@ 2013-08-04 Xue Fuqiao * 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 @@ -8284,7 +8434,7 @@ * 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): @@ -8331,10 +8481,9 @@ 2013-07-24 Xue Fuqiao - * 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. @@ -8624,7 +8773,7 @@ 2013-07-12 Dmitry Gutov - * 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 @@ -8868,7 +9017,7 @@ 2013-07-06 Michael Albinus - * 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. @@ -9669,7 +9818,7 @@ (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) @@ -12682,7 +12831,7 @@ * 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.