Mercurial > emacs
comparison lisp/ChangeLog @ 96978:63076d89d67b
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 24 Jul 2008 14:50:55 +0000 |
parents | 32a1bbf01ebb |
children | 51339e209405 |
comparison
equal
deleted
inserted
replaced
96977:6d8a1e37c2bc | 96978:63076d89d67b |
---|---|
27 (vc-dir-mode-map, vc-dir-menu-map): Bind them. | 27 (vc-dir-mode-map, vc-dir-menu-map): Bind them. |
28 | 28 |
29 2008-07-23 Juri Linkov <juri@jurta.org> | 29 2008-07-23 Juri Linkov <juri@jurta.org> |
30 | 30 |
31 * isearch-multi.el: Remove file to avoid dos file name clashes | 31 * isearch-multi.el: Remove file to avoid dos file name clashes |
32 with isearch-x.el. Move most content to isearch-multi.el. | 32 with isearch-x.el. Move most content to misearch.el. |
33 | 33 |
34 * misearch.el: New file with most content from isearch-multi.el. | 34 * misearch.el: New file with most content from isearch-multi.el. |
35 Rename `isearch-buffers' name prefixes to `multi-isearch'. | 35 Rename `isearch-buffers' name prefixes to `multi-isearch'. |
36 Remove `isearch-buffers-minor-mode'. Add new function | 36 Remove `isearch-buffers-minor-mode'. Add new function |
37 `multi-isearch-setup' to `isearch-mode-hook'. New top-level | 37 `multi-isearch-setup' to `isearch-mode-hook'. New top-level |
79 (filesets-cmd-query-replace-regexp-getargs) | 79 (filesets-cmd-query-replace-regexp-getargs) |
80 (filesets-cmd-isearch-getargs): New functions. | 80 (filesets-cmd-isearch-getargs): New functions. |
81 | 81 |
82 2008-07-23 Chong Yidong <cyd@stupidchicken.com> | 82 2008-07-23 Chong Yidong <cyd@stupidchicken.com> |
83 | 83 |
84 * international/mule.el (recode-region): Deactivate mark at the | 84 * international/mule.el (recode-region): Deactivate mark at the end. |
85 end. | |
86 | 85 |
87 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 86 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) |
88 | 87 |
89 * progmodes/flymake.el (flymake-errline, flymake-warnline): Use | 88 * progmodes/flymake.el (flymake-errline, flymake-warnline): |
90 more suitable colors on dark displays. | 89 Use more suitable colors on dark displays. |
91 | 90 |
92 2008-07-23 Michael Albinus <michael.albinus@gmx.de> | 91 2008-07-23 Michael Albinus <michael.albinus@gmx.de> |
93 | 92 |
94 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1", | 93 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1", |
95 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx". | 94 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx". |
96 (tramp-temp-buffer-name): New defconst. | 95 (tramp-temp-buffer-name): New defconst. |
97 (tramp-handle-start-file-process): Use it. Apply "exec", for the | 96 (tramp-handle-start-file-process): Use it. Apply "exec", for the |
98 command. No trailing prompt. | 97 command. No trailing prompt. |
99 (tramp-process-sentinel): Remove temporary buffer, if existing. | 98 (tramp-process-sentinel): Remove temporary buffer, if existing. |
100 Don't handle trailing prompt. | 99 Don't handle trailing prompt. |
101 (tramp-open-connection-setup-interactive-shell): Use | 100 (tramp-open-connection-setup-interactive-shell): |
102 `tramp-temp-buffer-name'. | 101 Use `tramp-temp-buffer-name'. |
103 | 102 |
104 2008-07-23 Chong Yidong <cyd@stupidchicken.com> | 103 2008-07-23 Chong Yidong <cyd@stupidchicken.com> |
105 | 104 |
106 * shell.el (shell-dynamic-complete-functions): Use | 105 * shell.el (shell-dynamic-complete-functions): |
107 comint-dynamic-complete-filename as well (bug#361). | 106 Use comint-dynamic-complete-filename as well (bug#361). |
108 | 107 |
109 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> | 108 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> |
110 | 109 |
111 * term/ns-win.el: | 110 * term/ns-win.el: |
112 * version.el (emacs-version): | 111 * version.el (emacs-version): |
115 ns-windowing. | 114 ns-windowing. |
116 | 115 |
117 * dired.el (dired-mode-map): Show the key binding for wdired. | 116 * dired.el (dired-mode-map): Show the key binding for wdired. |
118 | 117 |
119 * menu-bar.el (menu-bar-file-menu): Show the key binding for | 118 * menu-bar.el (menu-bar-file-menu): Show the key binding for |
120 exiting emacs. | 119 exiting Emacs. |
121 | 120 |
122 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> | 121 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> |
123 | 122 |
124 * term/ns-win.el (x-list-fonts): Drop alias. | 123 * term/ns-win.el (x-list-fonts): Drop alias. |
125 | 124 |