aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2014-03-03 05:57:26 +0100
committerJuanma Barranquero2014-03-03 05:57:26 +0100
commit35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099 (patch)
treee62433e0952c3192f466f1334180683d6334f8c3 /lisp/ChangeLog
parent542a38406dd041c1870760c792e0d05e1d0d9e39 (diff)
downloademacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.tar.gz
emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.zip
*/ChangeLog: Trivial fixes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog75
1 files changed, 36 insertions, 39 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e047d3bbe62..35ac6590af7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -34,7 +34,7 @@
34 (display-mm-dimensions-alist, display-mm-height) 34 (display-mm-dimensions-alist, display-mm-height)
35 (display-mm-width): Doc tweaks. 35 (display-mm-width): Doc tweaks.
36 36
372014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> 372014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
38 38
39 * simple.el (undo-elt-in-region): Fix buffer corruption for edge 39 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
40 case of undo in region. 40 case of undo in region.
@@ -47,12 +47,12 @@
472014-03-02 Juanma Barranquero <lekktu@gmail.com> 472014-03-02 Juanma Barranquero <lekktu@gmail.com>
48 48
49 * icomplete.el (icomplete-completions): Use string-width. 49 * icomplete.el (icomplete-completions): Use string-width.
50 Suggested by Stefan Monier <monnier@iro.umontreal.ca>. 50 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
51 51
522014-03-01 Dmitry Gutov <dgutov@yandex.ru> 522014-03-01 Dmitry Gutov <dgutov@yandex.ru>
53 53
54 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight 54 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
55 regexp options. (Bug#16914) 55 Highlight regexp options. (Bug#16914)
56 56
572014-03-01 Martin Rudalics <rudalics@gmx.at> 572014-03-01 Martin Rudalics <rudalics@gmx.at>
58 58
@@ -165,8 +165,8 @@
165 `tramp-adb-command-exit-status'. Change all callees. 165 `tramp-adb-command-exit-status'. Change all callees.
166 (tramp-adb-handle-file-attributes) 166 (tramp-adb-handle-file-attributes)
167 (tramp-adb-handle-directory-files-and-attributes): Use it. 167 (tramp-adb-handle-directory-files-and-attributes): Use it.
168 (tramp-adb-ls-output-name-less-p): Use 168 (tramp-adb-ls-output-name-less-p):
169 `directory-listing-before-filename-regexp'. 169 Use `directory-listing-before-filename-regexp'.
170 (tramp-adb-handle-delete-directory): Flush also file properties of 170 (tramp-adb-handle-delete-directory): Flush also file properties of
171 the truename of directory. 171 the truename of directory.
172 (tramp-adb-handle-file-name-all-completions): Add "./" and "../". 172 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
@@ -299,9 +299,9 @@
299 299
3002014-02-22 Daniel Colascione <dancol@dancol.org> 3002014-02-22 Daniel Colascione <dancol@dancol.org>
301 301
302 * net/secrets.el (secrets-create-item,secrets-search-items): Check 302 * net/secrets.el (secrets-create-item,secrets-search-items):
303 that attribute values are strings, avoiding the construction of 303 Check that attribute values are strings, avoiding the construction
304 invalid dbus messages. 304 of invalid dbus messages.
305 305
3062014-02-21 Juanma Barranquero <lekktu@gmail.com> 3062014-02-21 Juanma Barranquero <lekktu@gmail.com>
307 307
@@ -543,7 +543,7 @@
543 (sql-oracle-options): New default value ("-L"). 543 (sql-oracle-options): New default value ("-L").
544 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting. 544 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
545 (sql-placeholders-filter): Correct placeholder pattern. 545 (sql-placeholders-filter): Correct placeholder pattern.
546 (sql-read-table-name): Bug fix. Detect absence of SQLi process. 546 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
547 (sql-login-delay): New variable. 547 (sql-login-delay): New variable.
548 (sql-product-interactive): Use it. 548 (sql-product-interactive): Use it.
549 549
@@ -878,7 +878,7 @@
878 878
8792014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org> 8792014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
880 880
881 * progmodes/python.el (python-shell-send-string): 881 * progmodes/python.el (python-shell-send-string)
882 (python-shell-send-string-no-output): Fix docstring (Bug#16547). 882 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
883 883
8842014-02-04 Anders Lindgren <andlind@gmail.com> 8842014-02-04 Anders Lindgren <andlind@gmail.com>
@@ -948,11 +948,13 @@
948 948
9492014-02-02 Daniel Colascione <dancol@dancol.org> 9492014-02-02 Daniel Colascione <dancol@dancol.org>
950 950
951 * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent. 951 * progmodes/cc-defs.el (c-find-assignment-for-mode):
952 Make loading cc-mode silent.
952 953
9532014-02-02 Daniel Colascione <dancol@dancol.org> 9542014-02-02 Daniel Colascione <dancol@dancol.org>
954 955
955 * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding. 956 * comint.el (comint-prompt-read-only): Change doc to suggest
957 remap keybinding.
956 958
9572014-02-02 Glenn Morris <rgm@gnu.org> 9592014-02-02 Glenn Morris <rgm@gnu.org>
958 960
@@ -1220,7 +1222,7 @@
1220 1222
1221 * international/quail.el (quail-define-package): Doc fix. 1223 * international/quail.el (quail-define-package): Doc fix.
1222 1224
1223 * emacs-lisp/authors.el (authors-valid-file-names): 1225 * emacs-lisp/authors.el (authors-valid-file-names)
1224 (authors-renamed-files-alist): Additions. 1226 (authors-renamed-files-alist): Additions.
1225 1227
1226 * vc/vc-git.el (vc-git-print-log): Remove --follow; 1228 * vc/vc-git.el (vc-git-print-log): Remove --follow;
@@ -1356,7 +1358,7 @@
1356 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries. 1358 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1357 1359
1358 Make M-x authors return zero *Authors Errors* from current logs. 1360 Make M-x authors return zero *Authors Errors* from current logs.
1359 * emacs-lisp/authors.el (authors-obsolete-files-regexps): 1361 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
1360 (authors-ignored-files): Add some entries, remove others. 1362 (authors-ignored-files): Add some entries, remove others.
1361 (authors-ambiguous-files, authors-valid-file-names): 1363 (authors-ambiguous-files, authors-valid-file-names):
1362 Add some entries. 1364 Add some entries.
@@ -1503,7 +1505,7 @@
1503 Spelling fixes. 1505 Spelling fixes.
1504 * emacs-lisp/generic.el (generic--normalize-comments): 1506 * emacs-lisp/generic.el (generic--normalize-comments):
1505 Rename from generic--normalise-comments. All uses changed. 1507 Rename from generic--normalise-comments. All uses changed.
1506 * play/bubbles.el (bubbles--neighborhood-score): 1508 * play/bubbles.el (bubbles--neighborhood-score)
1507 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood) 1509 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1508 (bubbles--neighborhood-available) 1510 (bubbles--neighborhood-available)
1509 (bubbles--update-neighborhood-score): 1511 (bubbles--update-neighborhood-score):
@@ -2014,8 +2016,7 @@
2014 2016
20152013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org> 20172013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2016 2018
2017 * progmodes/python.el: 2019 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2018 (python-nav--lisp-forward-sexp): New function.
2019 (python-nav--lisp-forward-sexp-safe): Use it. Rename from 2020 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2020 python-nav-lisp-forward-sexp-safe. 2021 python-nav-lisp-forward-sexp-safe.
2021 (python-nav--forward-sexp): New argument SAFE allows switching 2022 (python-nav--forward-sexp): New argument SAFE allows switching
@@ -4463,9 +4464,9 @@
4463 (find-buffer-file-type-coding-system): Mark obsolete. 4464 (find-buffer-file-type-coding-system): Mark obsolete.
4464 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from 4465 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4465 find-file-not-found-set-buffer-file-coding-system. 4466 find-file-not-found-set-buffer-file-coding-system.
4466 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name): 4467 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
4467 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem) 4468 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4468 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p): 4469 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
4469 (w32-direct-print-region-helper, w32-direct-print-region-function) 4470 (w32-direct-print-region-helper, w32-direct-print-region-function)
4470 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix. 4471 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4471 * startup.el (normal-top-level-add-subdirs-to-load-path): 4472 * startup.el (normal-top-level-add-subdirs-to-load-path):
@@ -4548,8 +4549,7 @@
4548 4549
45492013-10-27 Xue Fuqiao <xfq.free@gmail.com> 45502013-10-27 Xue Fuqiao <xfq.free@gmail.com>
4550 4551
4551 * image.el (defimage): 4552 * image.el (defimage, image-load-path): Doc fixes.
4552 (image-load-path): Doc fixes.
4553 4553
45542013-10-27 Alan Mackenzie <acm@muc.de> 45542013-10-27 Alan Mackenzie <acm@muc.de>
4555 4555
@@ -4925,7 +4925,7 @@
4925 (verilog-in-struct-nested-p, verilog-at-struct-mv-p) 4925 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4926 (verilog-at-close-struct-p): New functions. 4926 (verilog-at-close-struct-p): New functions.
4927 (verilog-beg-block-re-ordered, verilog-extended-case-re) 4927 (verilog-beg-block-re-ordered, verilog-extended-case-re)
4928 (verilog-forward-sexp, verilog-set-auto-endcomments): 4928 (verilog-forward-sexp, verilog-set-auto-endcomments)
4929 (verilog-leap-to-case-head): Handle "unique0" case. 4929 (verilog-leap-to-case-head): Handle "unique0" case.
4930 (verilog-in-constraint-re): New constant. 4930 (verilog-in-constraint-re): New constant.
4931 (verilog-keywords, verilog-type-font-keywords): 4931 (verilog-keywords, verilog-type-font-keywords):
@@ -5751,8 +5751,7 @@
5751 5751
57522013-09-28 Stefan Monnier <monnier@iro.umontreal.ca> 57522013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5753 5753
5754 * emacs-lisp/cl-macs.el: 5754 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
5755 (cl--loop-destr-temps): Remove.
5756 (cl--loop-iterator-function): Rename from cl--loop-map-form and change 5755 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
5757 its convention. 5756 its convention.
5758 (cl--loop-set-iterator-function): New function. 5757 (cl--loop-set-iterator-function): New function.
@@ -7927,25 +7926,24 @@
79272013-08-04 Xue Fuqiao <xfq.free@gmail.com> 79262013-08-04 Xue Fuqiao <xfq.free@gmail.com>
7928 7927
7929 * vc/vc.el (vc-ignore): Rewrite. 7928 * vc/vc.el (vc-ignore): Rewrite.
7930 (vc-default-ignore-completion-table): 7929 (vc-default-ignore-completion-table, vc--read-lines)
7931 (vc--read-lines):
7932 (vc--add-line, vc--remove-regexp): New functions. 7930 (vc--add-line, vc--remove-regexp): New functions.
7933 7931
7934 * vc/vc-svn.el (vc-svn-ignore): Doc fix. 7932 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7935 (vc-svn-ignore-completion-table): New function. 7933 (vc-svn-ignore-completion-table): New function.
7936 7934
7937 * vc/vc-hg.el (vc-hg-ignore): Rewrite. 7935 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7938 (vc-hg-ignore-completion-table): 7936 (vc-hg-ignore-completion-table)
7939 (vc-hg-find-ignore-file): New functions. 7937 (vc-hg-find-ignore-file): New functions.
7940 7938
7941 * vc/vc-git.el (vc-git-ignore): Rewrite. 7939 * vc/vc-git.el (vc-git-ignore): Rewrite.
7942 (vc-git-ignore-completion-table): 7940 (vc-git-ignore-completion-table)
7943 (vc-git-find-ignore-file): New functions. 7941 (vc-git-find-ignore-file): New functions.
7944 7942
7945 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore. 7943 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7946 7944
7947 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite. 7945 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7948 (vc-bzr-ignore-completion-table): 7946 (vc-bzr-ignore-completion-table)
7949 (vc-bzr-find-ignore-file): New functions. 7947 (vc-bzr-find-ignore-file): New functions.
7950 7948
79512013-08-03 Juanma Barranquero <lekktu@gmail.com> 79492013-08-03 Juanma Barranquero <lekktu@gmail.com>
@@ -8347,7 +8345,7 @@
8347 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p): 8345 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8348 Remove functions. 8346 Remove functions.
8349 8347
8350 * autorevert.el (auto-revert-use-notify): 8348 * autorevert.el (auto-revert-use-notify)
8351 (auto-revert-notify-add-watch): 8349 (auto-revert-notify-add-watch):
8352 * net/tramp.el (tramp-file-name-for-operation): 8350 * net/tramp.el (tramp-file-name-for-operation):
8353 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): 8351 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
@@ -8394,10 +8392,9 @@
8394 8392
83952013-07-24 Xue Fuqiao <xfq.free@gmail.com> 83932013-07-24 Xue Fuqiao <xfq.free@gmail.com>
8396 8394
8397 * ido.el (ido-fractionp): 8395 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
8398 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode) 8396 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
8399 (ido-max-file-prompt-width, ido-unc-hosts-cache) 8397 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
8400 (ido-max-directory-size, ido-max-dir-file-cache)
8401 (ido-decorations): Doc fix. 8398 (ido-decorations): Doc fix.
8402 8399
8403 * ansi-color.el: Fix old URL. 8400 * ansi-color.el: Fix old URL.
@@ -8687,7 +8684,7 @@
8687 8684
86882013-07-12 Dmitry Gutov <dgutov@yandex.ru> 86852013-07-12 Dmitry Gutov <dgutov@yandex.ru>
8689 8686
8690 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re): 8687 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
8691 (ruby-syntax-expansion-allowed-p): Support array of symbols, for 8688 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8692 Ruby 2.0. 8689 Ruby 2.0.
8693 (ruby-font-lock-keywords): Distinguish calls to functions with 8690 (ruby-font-lock-keywords): Distinguish calls to functions with
@@ -8931,7 +8928,7 @@
8931 8928
89322013-07-06 Michael Albinus <michael.albinus@gmx.de> 89292013-07-06 Michael Albinus <michael.albinus@gmx.de>
8933 8930
8934 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter): 8931 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
8935 (tramp-sh-file-inotifywait-process-filter): Handle file names with 8932 (tramp-sh-file-inotifywait-process-filter): Handle file names with
8936 spaces. 8933 spaces.
8937 8934
@@ -9732,7 +9729,7 @@
9732 (dired-safe-switches-p, dired-switches-escape-p) 9729 (dired-safe-switches-p, dired-switches-escape-p)
9733 (dired-insert-old-subdirs, dired-move-to-end-of-filename) 9730 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9734 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1) 9731 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9735 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check): 9732 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
9736 (dired-goto-next-nontrivial-file): Use `string-match-p'. 9733 (dired-goto-next-nontrivial-file): Use `string-match-p'.
9737 (dired-align-file, dired-insert-directory, dired-mark-files-in-region) 9734 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9738 (dired-toggle-marks, dired-mark-files-containing-regexp) 9735 (dired-toggle-marks, dired-mark-files-containing-regexp)
@@ -12745,7 +12742,7 @@
12745 12742
12746 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst. 12743 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
12747 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them. 12744 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
12748 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region): 12745 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
12749 (tramp-find-inline-compress): Improve traces. 12746 (tramp-find-inline-compress): Improve traces.
12750 (tramp-maybe-send-script): Check for Perl binary. 12747 (tramp-maybe-send-script): Check for Perl binary.
12751 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding. 12748 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.