diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 99 |
1 files changed, 67 insertions, 32 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d61a8c565a8..b8fd151f001 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,11 +1,47 @@ | |||
| 1 | 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 2 | |||
| 3 | * whitespace.el: Allow cleaning up blanks without blank | ||
| 4 | visualization (Bug#6651). Adjust help window for | ||
| 5 | whitespace-toggle-options (Bug#6479). Allow to use fill-column | ||
| 6 | instead of whitespace-line-column (from EmacsWiki). New version | ||
| 7 | 13.1. | ||
| 8 | (whitespace-style): Added new value 'face. Adjust docstring. | ||
| 9 | (whitespace-space, whitespace-hspace, whitespace-tab): Adjust | ||
| 10 | foreground property face. | ||
| 11 | (whitespace-line-column): Adjust docstring and type declaration. | ||
| 12 | (whitespace-style-value-list, whitespace-toggle-option-alist) | ||
| 13 | (whitespace-help-text): Adjust const initialization. | ||
| 14 | (whitespace-toggle-options, global-whitespace-toggle-options): | ||
| 15 | Adjust docstring. | ||
| 16 | (whitespace-display-window, whitespace-interactive-char) | ||
| 17 | (whitespace-style-face-p, whitespace-color-on): Adjust code. | ||
| 18 | (whitespace-help-scroll): New fun. | ||
| 19 | |||
| 20 | 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change) | ||
| 21 | |||
| 22 | * files.el (directory-abbrev-alist): Use \` as default regexp. | ||
| 23 | |||
| 24 | * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special | ||
| 25 | chars like - or ] (bug#6984). | ||
| 26 | (rx-any-condense-range): Explode 2-char ranges. | ||
| 27 | |||
| 28 | 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 29 | |||
| 30 | * textmodes/bibtex.el: | ||
| 31 | * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>. | ||
| 32 | |||
| 33 | 2010-09-02 Glenn Morris <rgm@gnu.org> | ||
| 34 | |||
| 35 | * desktop.el (desktop-path): Bump :version after 2009-09-15 change. | ||
| 36 | |||
| 1 | 2010-08-31 Kenichi Handa <handa@m17n.org> | 37 | 2010-08-31 Kenichi Handa <handa@m17n.org> |
| 2 | 38 | ||
| 3 | * international/mule-cmds.el (standard-display-european-internal): | 39 | * international/mule-cmds.el (standard-display-european-internal): |
| 4 | Setup standard-display-table for 8-bit characters by storing 8-bit | 40 | Setup standard-display-table for 8-bit characters by storing 8-bit |
| 5 | characters in the element vector. | 41 | characters in the element vector. |
| 6 | 42 | ||
| 7 | * disp-table.el (standard-display-8bit): Setup | 43 | * disp-table.el (standard-display-8bit): |
| 8 | standard-display-table for 8-bit characters by storing 8-bit | 44 | Setup standard-display-table for 8-bit characters by storing 8-bit |
| 9 | characters in the element vector. | 45 | characters in the element vector. |
| 10 | (standard-display-european): Likewise. | 46 | (standard-display-european): Likewise. |
| 11 | 47 | ||
| @@ -42,8 +78,8 @@ | |||
| 42 | (tramp-compat-file-attributes): Handle only | 78 | (tramp-compat-file-attributes): Handle only |
| 43 | `wrong-number-of-arguments' error. | 79 | `wrong-number-of-arguments' error. |
| 44 | 80 | ||
| 45 | * net/tramp-fish.el (tramp-fish-handle-copy-file): Add | 81 | * net/tramp-fish.el (tramp-fish-handle-copy-file): |
| 46 | PRESERVE_SELINUX_CONTEXT. | 82 | Add PRESERVE_SELINUX_CONTEXT. |
| 47 | (tramp-fish-handle-delete-file): Add TRASH arg. | 83 | (tramp-fish-handle-delete-file): Add TRASH arg. |
| 48 | (tramp-fish-handle-directory-files-and-attributes): | 84 | (tramp-fish-handle-directory-files-and-attributes): |
| 49 | Do not use `tramp-fish-handle-file-attributes. | 85 | Do not use `tramp-fish-handle-file-attributes. |
| @@ -61,10 +97,10 @@ | |||
| 61 | (with-tramp-dbus-call-method): Format trace message. | 97 | (with-tramp-dbus-call-method): Format trace message. |
| 62 | (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT. | 98 | (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT. |
| 63 | (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file): | 99 | (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file): |
| 64 | Implement backup call, when operation on local files fails. Use | 100 | Implement backup call, when operation on local files fails. |
| 65 | progress reporter. Flush properties of changed files. | 101 | Use progress reporter. Flush properties of changed files. |
| 66 | (tramp-gvfs-handle-delete-file): Add TRASH arg. Use | 102 | (tramp-gvfs-handle-delete-file): Add TRASH arg. |
| 67 | `tramp-compat-delete-file'. | 103 | Use `tramp-compat-delete-file'. |
| 68 | (tramp-gvfs-handle-expand-file-name): Expand "~/". | 104 | (tramp-gvfs-handle-expand-file-name): Expand "~/". |
| 69 | (tramp-gvfs-handle-make-directory): Make more traces. | 105 | (tramp-gvfs-handle-make-directory): Make more traces. |
| 70 | (tramp-gvfs-handle-write-region): Protect deleting tmpfile. | 106 | (tramp-gvfs-handle-write-region): Protect deleting tmpfile. |
| @@ -73,17 +109,17 @@ | |||
| 73 | into account for the resulting file name. | 109 | into account for the resulting file name. |
| 74 | (tramp-gvfs-handler-askquestion): Preserve current message, in | 110 | (tramp-gvfs-handler-askquestion): Preserve current message, in |
| 75 | order to let progress reporter continue afterwards. (Bug#6257) | 111 | order to let progress reporter continue afterwards. (Bug#6257) |
| 76 | Return dummy mountpoint, when the answer is "no". See | 112 | Return dummy mountpoint, when the answer is "no". |
| 77 | `tramp-gvfs-maybe-open-connection'. | 113 | See `tramp-gvfs-maybe-open-connection'. |
| 78 | (tramp-gvfs-handler-mounted-unmounted) | 114 | (tramp-gvfs-handler-mounted-unmounted) |
| 79 | (tramp-gvfs-connection-mounted-p): Test also for new mountspec | 115 | (tramp-gvfs-connection-mounted-p): Test also for new mountspec |
| 80 | attribute "default_location". Set "prefix" property. Handle | 116 | attribute "default_location". Set "prefix" property. |
| 81 | default-location. | 117 | Handle default-location. |
| 82 | (tramp-gvfs-mount-spec): Return both prefix and mountspec. | 118 | (tramp-gvfs-mount-spec): Return both prefix and mountspec. |
| 83 | (tramp-gvfs-maybe-open-connection): Test, whether mountpoint | 119 | (tramp-gvfs-maybe-open-connection): Test, whether mountpoint |
| 84 | exists. Raise an error, if not (due to a corresponding answer | 120 | exists. Raise an error, if not (due to a corresponding answer |
| 85 | "no" in interactive questions, for example). Use | 121 | "no" in interactive questions, for example). |
| 86 | `tramp-compat-funcall'. | 122 | Use `tramp-compat-funcall'. |
| 87 | 123 | ||
| 88 | * net/tramp-imap.el (top): Autoload `epg-make-context'. | 124 | * net/tramp-imap.el (top): Autoload `epg-make-context'. |
| 89 | (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT. | 125 | (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT. |
| @@ -92,8 +128,8 @@ | |||
| 92 | (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'. | 128 | (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'. |
| 93 | (tramp-imap-handle-delete-file): Add TRASH arg. | 129 | (tramp-imap-handle-delete-file): Add TRASH arg. |
| 94 | 130 | ||
| 95 | * net/tramp-smb.el (tramp-smb-handle-copy-file): Add | 131 | * net/tramp-smb.el (tramp-smb-handle-copy-file): |
| 96 | PRESERVE-SELINUX-CONTEXT. | 132 | Add PRESERVE-SELINUX-CONTEXT. |
| 97 | (tramp-smb-handle-copy-file) | 133 | (tramp-smb-handle-copy-file) |
| 98 | (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file) | 134 | (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file) |
| 99 | (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection): | 135 | (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection): |
| @@ -160,8 +196,8 @@ | |||
| 160 | (tramp-get-remote-path): Use `copy-tree'. | 196 | (tramp-get-remote-path): Use `copy-tree'. |
| 161 | (tramp-completion-handle-file-name-all-completions): Ensure, that | 197 | (tramp-completion-handle-file-name-all-completions): Ensure, that |
| 162 | non remote files are still checked. Oops. | 198 | non remote files are still checked. Oops. |
| 163 | (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle | 199 | (tramp-handle-copy-file, tramp-do-copy-or-rename-file): |
| 164 | PRESERVE-SELINUX-CONTEXT. | 200 | Handle PRESERVE-SELINUX-CONTEXT. |
| 165 | (tramp-do-copy-or-rename-file): Add progress reporter. | 201 | (tramp-do-copy-or-rename-file): Add progress reporter. |
| 166 | (tramp-do-copy-or-rename-file-directly): Do not use | 202 | (tramp-do-copy-or-rename-file-directly): Do not use |
| 167 | `tramp-handle-file-remote-p'. | 203 | `tramp-handle-file-remote-p'. |
| @@ -175,8 +211,8 @@ | |||
| 175 | cache. | 211 | cache. |
| 176 | (tramp-handle-expand-file-name) | 212 | (tramp-handle-expand-file-name) |
| 177 | (tramp-completion-handle-file-name-all-completions) | 213 | (tramp-completion-handle-file-name-all-completions) |
| 178 | (tramp-completion-handle-file-name-completion): Use | 214 | (tramp-completion-handle-file-name-completion): |
| 179 | `tramp-connectable-p'. | 215 | Use `tramp-connectable-p'. |
| 180 | (tramp-handle-start-file-process): Set connection property "vec". | 216 | (tramp-handle-start-file-process): Set connection property "vec". |
| 181 | Use it, in order to invalidate file caches. Check only for | 217 | Use it, in order to invalidate file caches. Check only for |
| 182 | `remote-tty' process property. | 218 | `remote-tty' process property. |
| @@ -538,8 +574,7 @@ | |||
| 538 | 2010-07-03 Michael Albinus <michael.albinus@gmx.de> | 574 | 2010-07-03 Michael Albinus <michael.albinus@gmx.de> |
| 539 | 575 | ||
| 540 | * net/zeroconf.el (zeroconf-resolve-service) | 576 | * net/zeroconf.el (zeroconf-resolve-service) |
| 541 | (zeroconf-service-resolver-handler): Use | 577 | (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'. |
| 542 | `dbus-byte-array-to-string'. | ||
| 543 | (zeroconf-publish-service): Use `dbus-string-to-byte-array'. | 578 | (zeroconf-publish-service): Use `dbus-string-to-byte-array'. |
| 544 | 579 | ||
| 545 | 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de> | 580 | 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de> |
| @@ -643,8 +678,8 @@ | |||
| 643 | 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu> | 678 | 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu> |
| 644 | 679 | ||
| 645 | Fix reading file names in Git annotate buffers. | 680 | Fix reading file names in Git annotate buffers. |
| 646 | * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove | 681 | * vc-git.el (vc-git-annotate-extract-revision-at-line): |
| 647 | trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481) | 682 | Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481) |
| 648 | 683 | ||
| 649 | 2010-06-20 Alan Mackenzie <acm@muc.de> | 684 | 2010-06-20 Alan Mackenzie <acm@muc.de> |
| 650 | 685 | ||
| @@ -887,15 +922,15 @@ | |||
| 887 | 2010-04-20 Kenichi Handa <handa@m17n.org> | 922 | 2010-04-20 Kenichi Handa <handa@m17n.org> |
| 888 | 923 | ||
| 889 | * language/indian.el (oriya-composable-pattern) | 924 | * language/indian.el (oriya-composable-pattern) |
| 890 | (tamil-composable-pattern, malayalam-composable-pattern): Add | 925 | (tamil-composable-pattern, malayalam-composable-pattern): |
| 891 | two-part vowels to "v" (vowel sign). | 926 | Add two-part vowels to "v" (vowel sign). |
| 892 | 927 | ||
| 893 | 2010-04-20 Chong Yidong <cyd@stupidchicken.com> | 928 | 2010-04-20 Chong Yidong <cyd@stupidchicken.com> |
| 894 | 929 | ||
| 895 | * files.el (copy-directory): Handle symlinks (Bug#5982). | 930 | * files.el (copy-directory): Handle symlinks (Bug#5982). |
| 896 | 931 | ||
| 897 | * progmodes/compile.el (compilation-next-error-function): Revert | 932 | * progmodes/compile.el (compilation-next-error-function): |
| 898 | 2009-10-12 change (Bug#5983). | 933 | Revert 2009-10-12 change (Bug#5983). |
| 899 | 934 | ||
| 900 | 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu> | 935 | 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 901 | 936 | ||
| @@ -911,8 +946,8 @@ | |||
| 911 | 946 | ||
| 912 | 2010-04-18 Chong Yidong <cyd@stupidchicken.com> | 947 | 2010-04-18 Chong Yidong <cyd@stupidchicken.com> |
| 913 | 948 | ||
| 914 | * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't | 949 | * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): |
| 915 | destroy list before using it. | 950 | Don't destroy list before using it. |
| 916 | 951 | ||
| 917 | 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu> | 952 | 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu> |
| 918 | 953 | ||
| @@ -1175,8 +1210,8 @@ | |||
| 1175 | 1210 | ||
| 1176 | 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change) | 1211 | 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change) |
| 1177 | 1212 | ||
| 1178 | * vc-git.el (vc-git-annotate-extract-revision-at-line): Use | 1213 | * vc-git.el (vc-git-annotate-extract-revision-at-line): |
| 1179 | vc-git-root as default directory for revision path (Bug#5657). | 1214 | Use vc-git-root as default directory for revision path (Bug#5657). |
| 1180 | 1215 | ||
| 1181 | 2010-03-06 Chong Yidong <cyd@stupidchicken.com> | 1216 | 2010-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 1182 | 1217 | ||